@sapui5/ts-types 1.144.1 → 1.146.0
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/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +172 -99
- package/types/sap.f.d.ts +71 -528
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +300 -28
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +165 -4
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1137 -290
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +12 -1
- package/types/sap.fe.test.d.ts +150 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +181 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +356 -29
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +32 -2
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +403 -21
- package/types/sap.suite.ui.generic.template.d.ts +46 -1
- package/types/sap.suite.ui.microchart.d.ts +2 -1
- package/types/sap.tnt.d.ts +27 -26
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +76 -2
- package/types/sap.ui.core.d.ts +1173 -456
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +9 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +65 -265
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +357 -50
- package/types/sap.ui.richtexteditor.d.ts +33 -11
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +5 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +77 -3
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +390 -2
- package/types/sap.ui.vtm.d.ts +2 -2
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +188 -131
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +18 -8
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.146.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -10,114 +10,17 @@ declare namespace sap {
|
|
|
10
10
|
type SerializedCollectionBindingInfo = {};
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
namespace form {
|
|
14
|
-
/**
|
|
15
|
-
* Describes the settings that can be provided to the FormElement constructor.
|
|
16
|
-
*/
|
|
17
|
-
interface $FormElementSettings
|
|
18
|
-
extends sap.ui.layout.form.$FormElementSettings {
|
|
19
|
-
/**
|
|
20
|
-
* Reference to the key of another column already displayed in the table to properly place this one
|
|
21
|
-
*/
|
|
22
|
-
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Defines the path of the context used in the current page or block.
|
|
26
|
-
* This setting is defined by the framework.
|
|
27
|
-
*/
|
|
28
|
-
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Label shown for the field. If not set, the label from the annotations will be shown.
|
|
32
|
-
*/
|
|
33
|
-
label?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
37
|
-
*/
|
|
38
|
-
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* Determines where this column should be placed relative to the defined anchor
|
|
42
|
-
* Allowed values are `Before` and `After`
|
|
43
|
-
*/
|
|
44
|
-
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* If set to false, the FormElement is not rendered.
|
|
48
|
-
*/
|
|
49
|
-
visible?:
|
|
50
|
-
| boolean
|
|
51
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
52
|
-
| `{${string}}`;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Optional aggregation of controls that should be displayed inside the FormElement.
|
|
56
|
-
* If not set, a default Field building block will be rendered
|
|
57
|
-
*/
|
|
58
|
-
fields?:
|
|
59
|
-
| sap.ui.core.Control[]
|
|
60
|
-
| sap.ui.core.Control
|
|
61
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
62
|
-
| `{${string}}`;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* Building block used to create a form element based on the metadata provided by OData V4.
|
|
67
|
-
*
|
|
68
|
-
* @since 1.90.0
|
|
69
|
-
*/
|
|
70
|
-
class FormElement extends sap.ui.layout.form.FormElement {}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
13
|
namespace chart {
|
|
74
14
|
/**
|
|
75
15
|
* Describes the settings that can be provided to the Action constructor.
|
|
76
16
|
*/
|
|
77
17
|
interface $ActionSettings
|
|
78
|
-
extends sap.fe.macros.controls.$
|
|
79
|
-
/**
|
|
80
|
-
* Reference to the key of another action already displayed in the toolbar to properly place this one
|
|
81
|
-
*/
|
|
82
|
-
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* Enables or disables the action
|
|
86
|
-
*/
|
|
87
|
-
enabled?:
|
|
88
|
-
| boolean
|
|
89
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
90
|
-
| `{${string}}`;
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* Unique identifier of the action
|
|
94
|
-
*/
|
|
95
|
-
key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* Defines the overflow group of the action in the overflow toolbar.
|
|
99
|
-
*/
|
|
100
|
-
overflowGroup?:
|
|
101
|
-
| int
|
|
102
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
103
|
-
| `{${string}}`;
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* Defines where this action should be placed relative to the defined anchor
|
|
107
|
-
* Allowed values are `Before` and `After`
|
|
108
|
-
*/
|
|
109
|
-
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
110
|
-
|
|
18
|
+
extends sap.fe.macros.controls.$BaseActionSettings {
|
|
111
19
|
/**
|
|
112
20
|
* Event handler to be called when the user chooses the action
|
|
113
21
|
*/
|
|
114
22
|
press?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
115
23
|
|
|
116
|
-
/**
|
|
117
|
-
* Defines the priority of the action in the overflow toolbar.
|
|
118
|
-
*/
|
|
119
|
-
priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
120
|
-
|
|
121
24
|
/**
|
|
122
25
|
* Defines if the action requires a selection.
|
|
123
26
|
*/
|
|
@@ -125,11 +28,6 @@ declare namespace sap {
|
|
|
125
28
|
| boolean
|
|
126
29
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
127
30
|
| `{${string}}`;
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* The text that will be displayed for this action
|
|
131
|
-
*/
|
|
132
|
-
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
133
31
|
}
|
|
134
32
|
|
|
135
33
|
/**
|
|
@@ -275,7 +173,7 @@ declare namespace sap {
|
|
|
275
173
|
| `{${string}}`;
|
|
276
174
|
|
|
277
175
|
/**
|
|
278
|
-
*
|
|
176
|
+
* ID of the FilterBar building block associated with the chart.
|
|
279
177
|
*/
|
|
280
178
|
filterBar?: sap.ui.core.Control | string;
|
|
281
179
|
|
|
@@ -320,8 +218,7 @@ declare namespace sap {
|
|
|
320
218
|
/**
|
|
321
219
|
* Definition of a custom action to be used in the chart toolbar
|
|
322
220
|
*/
|
|
323
|
-
class Action extends sap.fe.macros.controls
|
|
324
|
-
.BuildingBlockObjectProperty {}
|
|
221
|
+
class Action extends sap.fe.macros.controls.BaseAction {}
|
|
325
222
|
/**
|
|
326
223
|
* Definition of a custom action group to be used inside the chart toolbar
|
|
327
224
|
*/
|
|
@@ -704,6 +601,90 @@ declare namespace sap {
|
|
|
704
601
|
): void;
|
|
705
602
|
}
|
|
706
603
|
}
|
|
604
|
+
/**
|
|
605
|
+
* Describes the settings that can be provided to the BaseAction constructor.
|
|
606
|
+
*/
|
|
607
|
+
interface $BaseActionSettings
|
|
608
|
+
extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
|
|
609
|
+
/**
|
|
610
|
+
* Reference to the key of another action already displayed in the toolbar to properly place this one
|
|
611
|
+
*/
|
|
612
|
+
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
613
|
+
|
|
614
|
+
/**
|
|
615
|
+
* Enables or disables the action
|
|
616
|
+
*/
|
|
617
|
+
enabled?:
|
|
618
|
+
| any
|
|
619
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
620
|
+
| `{${string}}`;
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* Defines the group of the action in the overflow toolbar.
|
|
624
|
+
*/
|
|
625
|
+
group?:
|
|
626
|
+
| int
|
|
627
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
628
|
+
| `{${string}}`;
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* Displays the AI Icon on the action button.
|
|
632
|
+
*/
|
|
633
|
+
isAIOperation?:
|
|
634
|
+
| boolean
|
|
635
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
636
|
+
| `{${string}}`;
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* Unique identifier of the action
|
|
640
|
+
*/
|
|
641
|
+
key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* Defines the overflow group of the action in the overflow toolbar.
|
|
645
|
+
* Takes precedence over the group property when defined.
|
|
646
|
+
*/
|
|
647
|
+
overflowGroup?:
|
|
648
|
+
| int
|
|
649
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
650
|
+
| `{${string}}`;
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* Defines where this action is placed relative to the defined anchor
|
|
654
|
+
* Allowed values are `Before` and `After`
|
|
655
|
+
*/
|
|
656
|
+
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* Defines the priority of the action in the overflow toolbar.
|
|
660
|
+
*/
|
|
661
|
+
priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
662
|
+
|
|
663
|
+
/**
|
|
664
|
+
* Defines if the action requires a selection.
|
|
665
|
+
*/
|
|
666
|
+
requiresSelection?:
|
|
667
|
+
| boolean
|
|
668
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
669
|
+
| `{${string}}`;
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* The text that is to be displayed for this action
|
|
673
|
+
*/
|
|
674
|
+
text?:
|
|
675
|
+
| any
|
|
676
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
677
|
+
| `{${string}}`;
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
* Determines whether the action is visible.
|
|
681
|
+
*/
|
|
682
|
+
visible?:
|
|
683
|
+
| any
|
|
684
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
685
|
+
| `{${string}}`;
|
|
686
|
+
}
|
|
687
|
+
|
|
707
688
|
/**
|
|
708
689
|
* Describes the settings that can be provided to the BuildingBlockObjectProperty constructor.
|
|
709
690
|
*/
|
|
@@ -719,6 +700,17 @@ declare namespace sap {
|
|
|
719
700
|
interface $BuildingBlockWithTemplatingSettings
|
|
720
701
|
extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {}
|
|
721
702
|
|
|
703
|
+
/**
|
|
704
|
+
* Base class for Action building blocks used across different UI areas, such as Table and Chart.
|
|
705
|
+
* Contains common properties shared by all action types.
|
|
706
|
+
*/
|
|
707
|
+
class BaseAction
|
|
708
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
709
|
+
implements
|
|
710
|
+
/* was: sap.fe.core.converters.controls.Common.Action.BaseActionType */ Object
|
|
711
|
+
{
|
|
712
|
+
__implements__sap_fe_core_converters_controls_Common_Action_BaseActionType: boolean;
|
|
713
|
+
}
|
|
722
714
|
/**
|
|
723
715
|
* Base class for building block complex object properties that can be serialized to XML.
|
|
724
716
|
*/
|
|
@@ -838,6 +830,14 @@ declare namespace sap {
|
|
|
838
830
|
*/
|
|
839
831
|
displayMode?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
840
832
|
|
|
833
|
+
/**
|
|
834
|
+
* Property for defining if the avatar image can be enlarged.
|
|
835
|
+
*/
|
|
836
|
+
enableEnlargeImage?:
|
|
837
|
+
| boolean
|
|
838
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
839
|
+
| `{${string}}`;
|
|
840
|
+
|
|
841
841
|
/**
|
|
842
842
|
* Determines how the field should be rendered, e.g. as radio buttons.
|
|
843
843
|
*
|
|
@@ -847,6 +847,19 @@ declare namespace sap {
|
|
|
847
847
|
| string
|
|
848
848
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
849
849
|
|
|
850
|
+
/**
|
|
851
|
+
* Indicates whether the field has a situations indicator.
|
|
852
|
+
*/
|
|
853
|
+
hasSituationsIndicator?:
|
|
854
|
+
| boolean
|
|
855
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
856
|
+
| `{${string}}`;
|
|
857
|
+
|
|
858
|
+
/**
|
|
859
|
+
* Property for defining how the avatar image fits within the given dimensions.
|
|
860
|
+
*/
|
|
861
|
+
imageFitType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
862
|
+
|
|
850
863
|
/**
|
|
851
864
|
* Defines if and how the field measure will be displayed.
|
|
852
865
|
*
|
|
@@ -1250,6 +1263,14 @@ declare namespace sap {
|
|
|
1250
1263
|
*/
|
|
1251
1264
|
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1252
1265
|
|
|
1266
|
+
/**
|
|
1267
|
+
* Comma separated list of navigation properties which are considered for filtering.
|
|
1268
|
+
*/
|
|
1269
|
+
navigationPropertiesForPersonalization?:
|
|
1270
|
+
| string[]
|
|
1271
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1272
|
+
| `{${string}}`;
|
|
1273
|
+
|
|
1253
1274
|
/**
|
|
1254
1275
|
* Handles the visibility of the 'Clear' button on the FilterBar.
|
|
1255
1276
|
*/
|
|
@@ -1278,7 +1299,11 @@ declare namespace sap {
|
|
|
1278
1299
|
* Aggregate filter fields of the FilterBar building block
|
|
1279
1300
|
*/
|
|
1280
1301
|
filterFields?:
|
|
1281
|
-
|
|
|
1302
|
+
| Array<
|
|
1303
|
+
| sap.fe.macros.filterBar.FilterFieldOverride
|
|
1304
|
+
| sap.fe.macros.filterBar.FilterField
|
|
1305
|
+
>
|
|
1306
|
+
| sap.fe.macros.filterBar.FilterFieldOverride
|
|
1282
1307
|
| sap.fe.macros.filterBar.FilterField
|
|
1283
1308
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
1284
1309
|
| `{${string}}`;
|
|
@@ -1291,7 +1316,7 @@ declare namespace sap {
|
|
|
1291
1316
|
|
|
1292
1317
|
/**
|
|
1293
1318
|
* This event is fired after either a filter value or the visibility of a filter item has been changed.
|
|
1294
|
-
* The event contains conditions that
|
|
1319
|
+
* The event contains conditions that are used as filters.
|
|
1295
1320
|
*/
|
|
1296
1321
|
filterChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1297
1322
|
|
|
@@ -1311,6 +1336,12 @@ declare namespace sap {
|
|
|
1311
1336
|
*/
|
|
1312
1337
|
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1313
1338
|
|
|
1339
|
+
/**
|
|
1340
|
+
* The filter field availability.
|
|
1341
|
+
* Allowed values are `Default`, `Adaptation`, and `Hidden`
|
|
1342
|
+
*/
|
|
1343
|
+
availability?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1344
|
+
|
|
1314
1345
|
/**
|
|
1315
1346
|
* The property name of the FilterField
|
|
1316
1347
|
*/
|
|
@@ -1328,7 +1359,7 @@ declare namespace sap {
|
|
|
1328
1359
|
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1329
1360
|
|
|
1330
1361
|
/**
|
|
1331
|
-
* Defines which property
|
|
1362
|
+
* Defines which property are influenced by the FilterField.
|
|
1332
1363
|
* This must be a valid property of the entity as this can be used for SAP Companion integration
|
|
1333
1364
|
*/
|
|
1334
1365
|
property?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
@@ -1353,6 +1384,42 @@ declare namespace sap {
|
|
|
1353
1384
|
| `{${string}}`;
|
|
1354
1385
|
}
|
|
1355
1386
|
|
|
1387
|
+
/**
|
|
1388
|
+
* Describes the settings that can be provided to the FilterFieldOverride constructor.
|
|
1389
|
+
*/
|
|
1390
|
+
interface $FilterFieldOverrideSettings
|
|
1391
|
+
extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
|
|
1392
|
+
/**
|
|
1393
|
+
* Reference to the key of another filter already displayed in the table to properly place this one.
|
|
1394
|
+
*/
|
|
1395
|
+
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1396
|
+
|
|
1397
|
+
/**
|
|
1398
|
+
* The filter field availability.
|
|
1399
|
+
* Allowed values are `Default`, `Adaptation`, and `Hidden`
|
|
1400
|
+
*/
|
|
1401
|
+
availability?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* Unique identifier of the filter field to be overridden.
|
|
1405
|
+
*/
|
|
1406
|
+
key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1407
|
+
|
|
1408
|
+
/**
|
|
1409
|
+
* Defines where this filter is placed relative to the defined anchor.
|
|
1410
|
+
* Allowed values are `Before` and `After`
|
|
1411
|
+
*/
|
|
1412
|
+
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1413
|
+
|
|
1414
|
+
/**
|
|
1415
|
+
* If set, the FilterField is marked as a mandatory field.
|
|
1416
|
+
*/
|
|
1417
|
+
required?:
|
|
1418
|
+
| boolean
|
|
1419
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1420
|
+
| `{${string}}`;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1356
1423
|
/**
|
|
1357
1424
|
* Parameters of the FilterBar#afterClear event.
|
|
1358
1425
|
*/
|
|
@@ -1739,7 +1806,7 @@ declare namespace sap {
|
|
|
1739
1806
|
* Triggers the API search on the filter bar.
|
|
1740
1807
|
*
|
|
1741
1808
|
*
|
|
1742
|
-
* @returns Returns a promise which resolves if filter
|
|
1809
|
+
* @returns Returns a promise which resolves if the filter is triggered; otherwise it is rejected.
|
|
1743
1810
|
*/
|
|
1744
1811
|
triggerSearch(): Promise<object | undefined>;
|
|
1745
1812
|
}
|
|
@@ -1749,8 +1816,21 @@ declare namespace sap {
|
|
|
1749
1816
|
*
|
|
1750
1817
|
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarCustoms Overview of Building Blocks}
|
|
1751
1818
|
*/
|
|
1752
|
-
class FilterField
|
|
1753
|
-
.BuildingBlockObjectProperty
|
|
1819
|
+
class FilterField
|
|
1820
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
1821
|
+
implements /* was: sap.fe.macros.filterBar.IFilterField */ Object
|
|
1822
|
+
{
|
|
1823
|
+
__implements__sap_fe_macros_filterBar_IFilterField: boolean;
|
|
1824
|
+
}
|
|
1825
|
+
/**
|
|
1826
|
+
* Definition of an override for the filter field to be used inside the FilterBar building block.
|
|
1827
|
+
*/
|
|
1828
|
+
class FilterFieldOverride
|
|
1829
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
1830
|
+
implements /* was: sap.fe.macros.filterBar.IFilterField */ Object
|
|
1831
|
+
{
|
|
1832
|
+
__implements__sap_fe_macros_filterBar_IFilterField: boolean;
|
|
1833
|
+
}
|
|
1754
1834
|
|
|
1755
1835
|
/**
|
|
1756
1836
|
* Event object of the FilterBar#afterClear event.
|
|
@@ -1777,6 +1857,196 @@ declare namespace sap {
|
|
|
1777
1857
|
>;
|
|
1778
1858
|
}
|
|
1779
1859
|
|
|
1860
|
+
namespace form {
|
|
1861
|
+
/**
|
|
1862
|
+
* Describes the settings that can be provided to the FormLayoutOptions constructor.
|
|
1863
|
+
*/
|
|
1864
|
+
interface $FormLayoutOptionsSettings
|
|
1865
|
+
extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
|
|
1866
|
+
/**
|
|
1867
|
+
* If set, the usage of `labelSpanL` and `labelSpanXL` is dependent on the size of the used column.
|
|
1868
|
+
* If the space is less than 600px (e.g., 2 columns are used), `labelSpanM` is used instead.
|
|
1869
|
+
* Applicable for ResponsiveGridLayout type
|
|
1870
|
+
*/
|
|
1871
|
+
adjustLabelSpan?:
|
|
1872
|
+
| boolean
|
|
1873
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1874
|
+
| `{${string}}`;
|
|
1875
|
+
|
|
1876
|
+
/**
|
|
1877
|
+
* Defines the background color of the form
|
|
1878
|
+
*/
|
|
1879
|
+
backgroundDesign?:
|
|
1880
|
+
| string
|
|
1881
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
* The breakpoint (in pixels) between L size and XL size for the ResponsiveGridLayout
|
|
1885
|
+
* Applicable for ResponsiveGridLayout type
|
|
1886
|
+
*/
|
|
1887
|
+
breakpointL?:
|
|
1888
|
+
| int
|
|
1889
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1890
|
+
| `{${string}}`;
|
|
1891
|
+
|
|
1892
|
+
/**
|
|
1893
|
+
* The breakpoint (in pixels) between M size and L size for the ResponsiveGridLayout
|
|
1894
|
+
* Applicable for ResponsiveGridLayout type
|
|
1895
|
+
*/
|
|
1896
|
+
breakpointM?:
|
|
1897
|
+
| int
|
|
1898
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1899
|
+
| `{${string}}`;
|
|
1900
|
+
|
|
1901
|
+
/**
|
|
1902
|
+
* The breakpoint (in pixels) between XL size and XXL size for the ResponsiveGridLayout
|
|
1903
|
+
* Applicable for ResponsiveGridLayout type
|
|
1904
|
+
*/
|
|
1905
|
+
breakpointXL?:
|
|
1906
|
+
| int
|
|
1907
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1908
|
+
| `{${string}}`;
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
* Number of columns for L size
|
|
1912
|
+
* Applicable for ColumnLayout type
|
|
1913
|
+
*/
|
|
1914
|
+
columnsL?:
|
|
1915
|
+
| int
|
|
1916
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1917
|
+
| `{${string}}`;
|
|
1918
|
+
|
|
1919
|
+
/**
|
|
1920
|
+
* Number of columns for M size
|
|
1921
|
+
* Applicable for ColumnLayout type
|
|
1922
|
+
*/
|
|
1923
|
+
columnsM?:
|
|
1924
|
+
| int
|
|
1925
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1926
|
+
| `{${string}}`;
|
|
1927
|
+
|
|
1928
|
+
/**
|
|
1929
|
+
* Number of columns for XL size
|
|
1930
|
+
* Applicable for ColumnLayout type
|
|
1931
|
+
*/
|
|
1932
|
+
columnsXL?:
|
|
1933
|
+
| int
|
|
1934
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1935
|
+
| `{${string}}`;
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* Number of grid cells that are empty at the end of a row in large screen size
|
|
1939
|
+
* Applicable for ColumnLayout type
|
|
1940
|
+
*/
|
|
1941
|
+
emptyCellsLarge?:
|
|
1942
|
+
| int
|
|
1943
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1944
|
+
| `{${string}}`;
|
|
1945
|
+
|
|
1946
|
+
/**
|
|
1947
|
+
* Number of empty grid cells that are added on the end of each line in L size
|
|
1948
|
+
* Applicable for ResponsiveGridLayout type
|
|
1949
|
+
*/
|
|
1950
|
+
emptySpanL?:
|
|
1951
|
+
| int
|
|
1952
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1953
|
+
| `{${string}}`;
|
|
1954
|
+
|
|
1955
|
+
/**
|
|
1956
|
+
* Number of empty grid cells that are added on the end of each line in M size
|
|
1957
|
+
* Applicable for ResponsiveGridLayout type
|
|
1958
|
+
*/
|
|
1959
|
+
emptySpanM?:
|
|
1960
|
+
| int
|
|
1961
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1962
|
+
| `{${string}}`;
|
|
1963
|
+
|
|
1964
|
+
/**
|
|
1965
|
+
* Number of empty grid cells that are added on the end of each line in S size
|
|
1966
|
+
* Applicable for ResponsiveGridLayout type
|
|
1967
|
+
*/
|
|
1968
|
+
emptySpanS?:
|
|
1969
|
+
| int
|
|
1970
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1971
|
+
| `{${string}}`;
|
|
1972
|
+
|
|
1973
|
+
/**
|
|
1974
|
+
* Number of empty grid cells that are added on the end of each line in XL size
|
|
1975
|
+
* Applicable for ResponsiveGridLayout type
|
|
1976
|
+
*/
|
|
1977
|
+
emptySpanXL?:
|
|
1978
|
+
| int
|
|
1979
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1980
|
+
| `{${string}}`;
|
|
1981
|
+
|
|
1982
|
+
/**
|
|
1983
|
+
* Number of grid cells that are reserved for the labels in large screen size
|
|
1984
|
+
* Applicable for ColumnLayout type
|
|
1985
|
+
*/
|
|
1986
|
+
labelCellsLarge?:
|
|
1987
|
+
| int
|
|
1988
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1989
|
+
| `{${string}}`;
|
|
1990
|
+
|
|
1991
|
+
/**
|
|
1992
|
+
* Number of grid cells that are used for the labels in L size
|
|
1993
|
+
* Applicable for ResponsiveGridLayout type
|
|
1994
|
+
*/
|
|
1995
|
+
labelSpanL?:
|
|
1996
|
+
| int
|
|
1997
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1998
|
+
| `{${string}}`;
|
|
1999
|
+
|
|
2000
|
+
/**
|
|
2001
|
+
* Number of grid cells that are used for the labels in M size
|
|
2002
|
+
* Applicable for ResponsiveGridLayout type
|
|
2003
|
+
*/
|
|
2004
|
+
labelSpanM?:
|
|
2005
|
+
| int
|
|
2006
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2007
|
+
| `{${string}}`;
|
|
2008
|
+
|
|
2009
|
+
/**
|
|
2010
|
+
* Number of grid cells that are used for the labels in S size
|
|
2011
|
+
* Applicable for ResponsiveGridLayout type
|
|
2012
|
+
*/
|
|
2013
|
+
labelSpanS?:
|
|
2014
|
+
| int
|
|
2015
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2016
|
+
| `{${string}}`;
|
|
2017
|
+
|
|
2018
|
+
/**
|
|
2019
|
+
* Number of grid cells that are used for the labels in XL size
|
|
2020
|
+
* Applicable for ResponsiveGridLayout type
|
|
2021
|
+
*/
|
|
2022
|
+
labelSpanXL?:
|
|
2023
|
+
| int
|
|
2024
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2025
|
+
| `{${string}}`;
|
|
2026
|
+
|
|
2027
|
+
/**
|
|
2028
|
+
* If set, a single container has the full size of the parent container.
|
|
2029
|
+
* Otherwise, the container size is determined by the number of columns and the spacing between the columns.
|
|
2030
|
+
* Applicable for ResponsiveGridLayout type
|
|
2031
|
+
*/
|
|
2032
|
+
singleContainerFullSize?:
|
|
2033
|
+
| boolean
|
|
2034
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2035
|
+
| `{${string}}`;
|
|
2036
|
+
|
|
2037
|
+
/**
|
|
2038
|
+
* The layout type to be used for the form
|
|
2039
|
+
*/
|
|
2040
|
+
type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
/**
|
|
2044
|
+
* Configuration options for the Form layout
|
|
2045
|
+
*/
|
|
2046
|
+
class FormLayoutOptions extends sap.fe.macros.controls
|
|
2047
|
+
.BuildingBlockObjectProperty {}
|
|
2048
|
+
}
|
|
2049
|
+
|
|
1780
2050
|
namespace microchart {
|
|
1781
2051
|
/**
|
|
1782
2052
|
* Describes the settings that can be provided to the MicroChart constructor.
|
|
@@ -1799,26 +2069,55 @@ declare namespace sap {
|
|
|
1799
2069
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1800
2070
|
| `{${string}}`;
|
|
1801
2071
|
|
|
2072
|
+
/**
|
|
2073
|
+
* Custom ARIA text for the title link.
|
|
2074
|
+
* This property is only used when titleAsLink is set to true.
|
|
2075
|
+
* If not provided, default ARIA text based on the navigationType is used.
|
|
2076
|
+
*/
|
|
2077
|
+
linkAriaText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2078
|
+
|
|
1802
2079
|
/**
|
|
1803
2080
|
* Metadata path to the MicroChart.
|
|
1804
2081
|
*/
|
|
1805
2082
|
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1806
2083
|
|
|
1807
2084
|
/**
|
|
1808
|
-
* To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
|
|
1809
|
-
* not see the inner labels of the MicroChart as well.
|
|
2085
|
+
* To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
|
|
2086
|
+
* not see the inner labels of the MicroChart as well.
|
|
2087
|
+
*/
|
|
2088
|
+
showOnlyChart?:
|
|
2089
|
+
| boolean
|
|
2090
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2091
|
+
| `{${string}}`;
|
|
2092
|
+
|
|
2093
|
+
/**
|
|
2094
|
+
* Size of the MicroChart
|
|
2095
|
+
*/
|
|
2096
|
+
size?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* Determines whether the micro chart title is displayed as a link or as a text.
|
|
2100
|
+
* When set to true, the title is rendered as a clickable link.
|
|
1810
2101
|
*/
|
|
1811
|
-
|
|
2102
|
+
titleAsLink?:
|
|
1812
2103
|
| boolean
|
|
1813
2104
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1814
2105
|
| `{${string}}`;
|
|
1815
2106
|
|
|
1816
2107
|
/**
|
|
1817
|
-
*
|
|
2108
|
+
* Event fired when the micro chart title link is pressed.
|
|
2109
|
+
* The event provides the binding context of the micro chart in the event parameters.
|
|
2110
|
+
* This event is only fired when titleAsLink is set to true.
|
|
1818
2111
|
*/
|
|
1819
|
-
|
|
2112
|
+
titlePress?: (oEvent: sap.ui.base.Event) => void;
|
|
1820
2113
|
}
|
|
1821
2114
|
|
|
2115
|
+
/**
|
|
2116
|
+
* Parameters of the MicroChart#titlePress event.
|
|
2117
|
+
*/
|
|
2118
|
+
interface MicroChart$TitlePressEventParameters
|
|
2119
|
+
extends sap.fe.macros.MicroChart$TitlePressEventParameters {}
|
|
2120
|
+
|
|
1822
2121
|
/**
|
|
1823
2122
|
* Building block used to create a MicroChart based on the metadata provided by OData V4.
|
|
1824
2123
|
*
|
|
@@ -1844,6 +2143,73 @@ declare namespace sap {
|
|
|
1844
2143
|
* @experimental
|
|
1845
2144
|
*/
|
|
1846
2145
|
class MicroChart extends sap.fe.macros.MicroChart {
|
|
2146
|
+
/**
|
|
2147
|
+
*
|
|
2148
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
2149
|
+
* to allow method chaining
|
|
2150
|
+
*/
|
|
2151
|
+
attachTitlePress(
|
|
2152
|
+
/**
|
|
2153
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
2154
|
+
* object when firing the event
|
|
2155
|
+
*/
|
|
2156
|
+
oData: object,
|
|
2157
|
+
/**
|
|
2158
|
+
* The function to be called when the event occurs
|
|
2159
|
+
*/
|
|
2160
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2161
|
+
/**
|
|
2162
|
+
* The context object to call the event handler with. Defaults to this `this` control
|
|
2163
|
+
*/
|
|
2164
|
+
oListener?: object
|
|
2165
|
+
): this;
|
|
2166
|
+
/**
|
|
2167
|
+
*
|
|
2168
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
2169
|
+
* to allow method chaining
|
|
2170
|
+
*/
|
|
2171
|
+
attachTitlePress(
|
|
2172
|
+
/**
|
|
2173
|
+
* The function to be called when the event occurs
|
|
2174
|
+
*/
|
|
2175
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2176
|
+
/**
|
|
2177
|
+
* The context object to call the event handler with. Defaults to this `this` control
|
|
2178
|
+
*/
|
|
2179
|
+
oListener?: object
|
|
2180
|
+
): this;
|
|
2181
|
+
/**
|
|
2182
|
+
*
|
|
2183
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
2184
|
+
* to allow method chaining
|
|
2185
|
+
*/
|
|
2186
|
+
detachTitlePress(
|
|
2187
|
+
/**
|
|
2188
|
+
* The function to be called when the event occurs
|
|
2189
|
+
*/
|
|
2190
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
2191
|
+
/**
|
|
2192
|
+
* The context object to call the event handler with. Defaults to this `this` control
|
|
2193
|
+
*/
|
|
2194
|
+
oListener?: object
|
|
2195
|
+
): this;
|
|
2196
|
+
/**
|
|
2197
|
+
* Fires event titlePress
|
|
2198
|
+
* to attached listeners.
|
|
2199
|
+
*
|
|
2200
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2201
|
+
*
|
|
2202
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
2203
|
+
* to allow method chaining
|
|
2204
|
+
*/
|
|
2205
|
+
fireTitlePress(
|
|
2206
|
+
/**
|
|
2207
|
+
* The parameters to pass along with the event.
|
|
2208
|
+
* See {@link types.EventHandler>} for the set of parameters that are
|
|
2209
|
+
* expected by the event handlers.
|
|
2210
|
+
*/
|
|
2211
|
+
mParameters?: {}
|
|
2212
|
+
): this;
|
|
1847
2213
|
/**
|
|
1848
2214
|
* Gets current value of property contextPath.
|
|
1849
2215
|
*
|
|
@@ -1858,6 +2224,13 @@ declare namespace sap {
|
|
|
1858
2224
|
* @returns Value of property `hideOnNoData`
|
|
1859
2225
|
*/
|
|
1860
2226
|
getHideOnNoData(): boolean;
|
|
2227
|
+
/**
|
|
2228
|
+
* Gets current value of property linkAriaText.
|
|
2229
|
+
*
|
|
2230
|
+
*
|
|
2231
|
+
* @returns Value of property `linkAriaText`
|
|
2232
|
+
*/
|
|
2233
|
+
getLinkAriaText(): string;
|
|
1861
2234
|
/**
|
|
1862
2235
|
* Gets current value of property metaPath.
|
|
1863
2236
|
*
|
|
@@ -1879,6 +2252,13 @@ declare namespace sap {
|
|
|
1879
2252
|
* @returns Value of property `size`
|
|
1880
2253
|
*/
|
|
1881
2254
|
getSize(): string;
|
|
2255
|
+
/**
|
|
2256
|
+
* Gets current value of property titleAsLink.
|
|
2257
|
+
*
|
|
2258
|
+
*
|
|
2259
|
+
* @returns Value of property `titleAsLink`
|
|
2260
|
+
*/
|
|
2261
|
+
getTitleAsLink(): boolean;
|
|
1882
2262
|
/**
|
|
1883
2263
|
* Gets current value of property contextPath.
|
|
1884
2264
|
*
|
|
@@ -1893,6 +2273,13 @@ declare namespace sap {
|
|
|
1893
2273
|
* @returns Value of property `hideOnNoData`
|
|
1894
2274
|
*/
|
|
1895
2275
|
setHideOnNoData(): boolean;
|
|
2276
|
+
/**
|
|
2277
|
+
* Gets current value of property linkAriaText.
|
|
2278
|
+
*
|
|
2279
|
+
*
|
|
2280
|
+
* @returns Value of property `linkAriaText`
|
|
2281
|
+
*/
|
|
2282
|
+
setLinkAriaText(): string;
|
|
1896
2283
|
/**
|
|
1897
2284
|
* Gets current value of property metaPath.
|
|
1898
2285
|
*
|
|
@@ -1914,7 +2301,22 @@ declare namespace sap {
|
|
|
1914
2301
|
* @returns Value of property `size`
|
|
1915
2302
|
*/
|
|
1916
2303
|
setSize(): string;
|
|
2304
|
+
/**
|
|
2305
|
+
* Gets current value of property titleAsLink.
|
|
2306
|
+
*
|
|
2307
|
+
*
|
|
2308
|
+
* @returns Value of property `titleAsLink`
|
|
2309
|
+
*/
|
|
2310
|
+
setTitleAsLink(): boolean;
|
|
1917
2311
|
}
|
|
2312
|
+
|
|
2313
|
+
/**
|
|
2314
|
+
* Event object of the MicroChart#titlePress event.
|
|
2315
|
+
*/
|
|
2316
|
+
type MicroChart$TitlePressEvent = sap.ui.base.Event<
|
|
2317
|
+
MicroChart$TitlePressEventParameters,
|
|
2318
|
+
MicroChart
|
|
2319
|
+
>;
|
|
1918
2320
|
}
|
|
1919
2321
|
|
|
1920
2322
|
namespace richtexteditor {
|
|
@@ -1929,6 +2331,8 @@ declare namespace sap {
|
|
|
1929
2331
|
|
|
1930
2332
|
/**
|
|
1931
2333
|
* The priority of the group in the custom toolbar.
|
|
2334
|
+
*
|
|
2335
|
+
* @deprecated As of version now. since 1.136 use priority instead
|
|
1932
2336
|
*/
|
|
1933
2337
|
customToolbarPriority?:
|
|
1934
2338
|
| int
|
|
@@ -1950,6 +2354,8 @@ declare namespace sap {
|
|
|
1950
2354
|
|
|
1951
2355
|
/**
|
|
1952
2356
|
* Row number in which the button should be
|
|
2357
|
+
*
|
|
2358
|
+
* @deprecated As of version now. since 1.136 this parameter no longer has any effect
|
|
1953
2359
|
*/
|
|
1954
2360
|
row?:
|
|
1955
2361
|
| int
|
|
@@ -1991,7 +2397,17 @@ declare namespace sap {
|
|
|
1991
2397
|
* Describes the settings that can be provided to the ShareOptions constructor.
|
|
1992
2398
|
*/
|
|
1993
2399
|
interface $ShareOptionsSettings
|
|
1994
|
-
extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
|
|
2400
|
+
extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
|
|
2401
|
+
/**
|
|
2402
|
+
* Controls visibility of the "Share in SAP Build Work Zone" option.
|
|
2403
|
+
* This option appears as either "Share in SAP Jam" or "Share in SAP Build Work Zone"
|
|
2404
|
+
* depending on the customer's deployment. Both labels refer to the same functionality.
|
|
2405
|
+
*/
|
|
2406
|
+
showShareInWorkzone?:
|
|
2407
|
+
| boolean
|
|
2408
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2409
|
+
| `{${string}}`;
|
|
2410
|
+
}
|
|
1995
2411
|
|
|
1996
2412
|
/**
|
|
1997
2413
|
* Share Options.
|
|
@@ -2001,16 +2417,65 @@ declare namespace sap {
|
|
|
2001
2417
|
}
|
|
2002
2418
|
|
|
2003
2419
|
namespace table {
|
|
2420
|
+
/**
|
|
2421
|
+
* Interface for controls that can be used as actions in a group inside the {@link sap.fe.macros.Table }
|
|
2422
|
+
* building block.
|
|
2423
|
+
* This interface is implemented by:
|
|
2424
|
+
*
|
|
2425
|
+
* - {@link sap.fe.macros.table.Action }
|
|
2426
|
+
*
|
|
2427
|
+
* - {@link sap.fe.macros.table.ActionOverride }
|
|
2428
|
+
*
|
|
2429
|
+
*
|
|
2430
|
+
*
|
|
2431
|
+
* @since 1.145.0
|
|
2432
|
+
*/
|
|
2433
|
+
interface ITableAction {
|
|
2434
|
+
__implements__sap_fe_macros_table_ITableAction: boolean;
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
/**
|
|
2438
|
+
* Interface for controls that can be used as actions or action groups inside the {@link sap.fe.macros.Table }
|
|
2439
|
+
* building block.
|
|
2440
|
+
* This interface is implemented by:
|
|
2441
|
+
*
|
|
2442
|
+
* - {@link sap.fe.macros.table.Action }
|
|
2443
|
+
*
|
|
2444
|
+
* - {@link sap.fe.macros.table.ActionOverride }
|
|
2445
|
+
*
|
|
2446
|
+
* - {@link sap.fe.macros.table.ActionGroup }
|
|
2447
|
+
*
|
|
2448
|
+
* - {@link sap.fe.macros.table.ActionGroupOverride }
|
|
2449
|
+
*
|
|
2450
|
+
*
|
|
2451
|
+
*
|
|
2452
|
+
* @since 1.145.0
|
|
2453
|
+
*/
|
|
2454
|
+
interface ITableActionOrGroup {
|
|
2455
|
+
__implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2458
|
+
/**
|
|
2459
|
+
* Interface for controls that can be used as columns inside the {@link sap.fe.macros.Table } building block.
|
|
2460
|
+
* This interface is implemented by:
|
|
2461
|
+
*
|
|
2462
|
+
* - {@link sap.fe.macros.table.Column }
|
|
2463
|
+
*
|
|
2464
|
+
* - {@link sap.fe.macros.table.ColumnOverride }
|
|
2465
|
+
*
|
|
2466
|
+
*
|
|
2467
|
+
*
|
|
2468
|
+
* @since 1.145.0
|
|
2469
|
+
*/
|
|
2470
|
+
interface ITableColumn {
|
|
2471
|
+
__implements__sap_fe_macros_table_ITableColumn: boolean;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2004
2474
|
/**
|
|
2005
2475
|
* Describes the settings that can be provided to the Action constructor.
|
|
2006
2476
|
*/
|
|
2007
2477
|
interface $ActionSettings
|
|
2008
|
-
extends sap.fe.macros.controls.$
|
|
2009
|
-
/**
|
|
2010
|
-
* Reference to the key of another action already displayed in the toolbar to properly place this one
|
|
2011
|
-
*/
|
|
2012
|
-
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2013
|
-
|
|
2478
|
+
extends sap.fe.macros.controls.$BaseActionSettings {
|
|
2014
2479
|
/**
|
|
2015
2480
|
* Determines the shortcut combination to trigger the action
|
|
2016
2481
|
*/
|
|
@@ -2032,38 +2497,6 @@ declare namespace sap {
|
|
|
2032
2497
|
| string
|
|
2033
2498
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2034
2499
|
|
|
2035
|
-
/**
|
|
2036
|
-
* Displays the AI Icon on the action button.
|
|
2037
|
-
*/
|
|
2038
|
-
isAIOperation?:
|
|
2039
|
-
| boolean
|
|
2040
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2041
|
-
| `{${string}}`;
|
|
2042
|
-
|
|
2043
|
-
/**
|
|
2044
|
-
* Unique identifier of the action
|
|
2045
|
-
*/
|
|
2046
|
-
key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2047
|
-
|
|
2048
|
-
/**
|
|
2049
|
-
* Defines the overflow group of the action in the overflow toolbar.
|
|
2050
|
-
*/
|
|
2051
|
-
overflowGroup?:
|
|
2052
|
-
| int
|
|
2053
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2054
|
-
| `{${string}}`;
|
|
2055
|
-
|
|
2056
|
-
/**
|
|
2057
|
-
* Defines where this action should be placed relative to the defined anchor
|
|
2058
|
-
* Allowed values are `Before` and `After`
|
|
2059
|
-
*/
|
|
2060
|
-
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2061
|
-
|
|
2062
|
-
/**
|
|
2063
|
-
* Defines the priority of the action in the overflow toolbar.
|
|
2064
|
-
*/
|
|
2065
|
-
priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2066
|
-
|
|
2067
2500
|
/**
|
|
2068
2501
|
* Defines if the action requires a selection.
|
|
2069
2502
|
*/
|
|
@@ -2072,11 +2505,6 @@ declare namespace sap {
|
|
|
2072
2505
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2073
2506
|
| `{${string}}`;
|
|
2074
2507
|
|
|
2075
|
-
/**
|
|
2076
|
-
* The text that will be displayed for this action
|
|
2077
|
-
*/
|
|
2078
|
-
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2079
|
-
|
|
2080
2508
|
/**
|
|
2081
2509
|
* Determines whether the action is visible.
|
|
2082
2510
|
*/
|
|
@@ -2142,11 +2570,8 @@ declare namespace sap {
|
|
|
2142
2570
|
* Determines the nested actions
|
|
2143
2571
|
*/
|
|
2144
2572
|
actions?:
|
|
2145
|
-
|
|
|
2146
|
-
|
|
2147
|
-
>
|
|
2148
|
-
| sap.fe.macros.table.ActionOverride
|
|
2149
|
-
| sap.fe.macros.table.Action
|
|
2573
|
+
| sap.fe.macros.table.ITableAction[]
|
|
2574
|
+
| sap.fe.macros.table.ITableAction
|
|
2150
2575
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
2151
2576
|
| `{${string}}`;
|
|
2152
2577
|
}
|
|
@@ -2177,11 +2602,8 @@ declare namespace sap {
|
|
|
2177
2602
|
* Determines the nested actions
|
|
2178
2603
|
*/
|
|
2179
2604
|
actions?:
|
|
2180
|
-
|
|
|
2181
|
-
|
|
2182
|
-
>
|
|
2183
|
-
| sap.fe.macros.table.ActionOverride
|
|
2184
|
-
| sap.fe.macros.table.Action
|
|
2605
|
+
| sap.fe.macros.table.ITableAction[]
|
|
2606
|
+
| sap.fe.macros.table.ITableAction
|
|
2185
2607
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
2186
2608
|
| `{${string}}`;
|
|
2187
2609
|
}
|
|
@@ -2208,6 +2630,15 @@ declare namespace sap {
|
|
|
2208
2630
|
| string
|
|
2209
2631
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2210
2632
|
|
|
2633
|
+
/**
|
|
2634
|
+
* Disables strict handling for this action.
|
|
2635
|
+
* When true, the action does not use strict message handling.
|
|
2636
|
+
*/
|
|
2637
|
+
disableStrictHandling?:
|
|
2638
|
+
| boolean
|
|
2639
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2640
|
+
| `{${string}}`;
|
|
2641
|
+
|
|
2211
2642
|
/**
|
|
2212
2643
|
* Determines if the auto scroll is enabled after executing the action.
|
|
2213
2644
|
*/
|
|
@@ -2596,7 +3027,7 @@ declare namespace sap {
|
|
|
2596
3027
|
/**
|
|
2597
3028
|
* Describes the settings that can be provided to the Table constructor.
|
|
2598
3029
|
*
|
|
2599
|
-
* @
|
|
3030
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table} instead
|
|
2600
3031
|
*/
|
|
2601
3032
|
interface $TableSettings extends sap.fe.macros.$TableSettings {
|
|
2602
3033
|
/**
|
|
@@ -2928,11 +3359,8 @@ declare namespace sap {
|
|
|
2928
3359
|
* Aggregate actions of the table.
|
|
2929
3360
|
*/
|
|
2930
3361
|
actions?:
|
|
2931
|
-
|
|
|
2932
|
-
|
|
2933
|
-
>
|
|
2934
|
-
| sap.fe.macros.table.ActionGroup
|
|
2935
|
-
| sap.fe.macros.table.Action
|
|
3362
|
+
| sap.fe.macros.table.ITableActionOrGroup[]
|
|
3363
|
+
| sap.fe.macros.table.ITableActionOrGroup
|
|
2936
3364
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
2937
3365
|
| `{${string}}`;
|
|
2938
3366
|
|
|
@@ -2945,11 +3373,8 @@ declare namespace sap {
|
|
|
2945
3373
|
* Aggregate columns of the table.
|
|
2946
3374
|
*/
|
|
2947
3375
|
columns?:
|
|
2948
|
-
|
|
|
2949
|
-
|
|
2950
|
-
>
|
|
2951
|
-
| sap.fe.macros.table.ColumnOverride
|
|
2952
|
-
| sap.fe.macros.table.Column
|
|
3376
|
+
| sap.fe.macros.table.ITableColumn[]
|
|
3377
|
+
| sap.fe.macros.table.ITableColumn
|
|
2953
3378
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
2954
3379
|
| `{${string}}`;
|
|
2955
3380
|
|
|
@@ -3070,7 +3495,7 @@ declare namespace sap {
|
|
|
3070
3495
|
/**
|
|
3071
3496
|
* Describes the settings that can be provided to the TreeTable constructor.
|
|
3072
3497
|
*
|
|
3073
|
-
* @
|
|
3498
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable} instead
|
|
3074
3499
|
*/
|
|
3075
3500
|
interface $TreeTableSettings extends sap.fe.macros.$TreeTableSettings {
|
|
3076
3501
|
/**
|
|
@@ -3438,11 +3863,8 @@ declare namespace sap {
|
|
|
3438
3863
|
* Aggregate actions of the table.
|
|
3439
3864
|
*/
|
|
3440
3865
|
actions?:
|
|
3441
|
-
|
|
|
3442
|
-
|
|
3443
|
-
>
|
|
3444
|
-
| sap.fe.macros.table.ActionGroup
|
|
3445
|
-
| sap.fe.macros.table.Action
|
|
3866
|
+
| sap.fe.macros.table.ITableActionOrGroup[]
|
|
3867
|
+
| sap.fe.macros.table.ITableActionOrGroup
|
|
3446
3868
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
3447
3869
|
| `{${string}}`;
|
|
3448
3870
|
|
|
@@ -3455,11 +3877,8 @@ declare namespace sap {
|
|
|
3455
3877
|
* Aggregate columns of the table.
|
|
3456
3878
|
*/
|
|
3457
3879
|
columns?:
|
|
3458
|
-
|
|
|
3459
|
-
|
|
3460
|
-
>
|
|
3461
|
-
| sap.fe.macros.table.ColumnOverride
|
|
3462
|
-
| sap.fe.macros.table.Column
|
|
3880
|
+
| sap.fe.macros.table.ITableColumn[]
|
|
3881
|
+
| sap.fe.macros.table.ITableColumn
|
|
3463
3882
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
3464
3883
|
| `{${string}}`;
|
|
3465
3884
|
|
|
@@ -3625,8 +4044,15 @@ declare namespace sap {
|
|
|
3625
4044
|
/**
|
|
3626
4045
|
* Definition of a custom action to be used inside the table toolbar
|
|
3627
4046
|
*/
|
|
3628
|
-
class Action
|
|
3629
|
-
.
|
|
4047
|
+
class Action
|
|
4048
|
+
extends sap.fe.macros.controls.BaseAction
|
|
4049
|
+
implements
|
|
4050
|
+
sap.fe.macros.table.ITableActionOrGroup,
|
|
4051
|
+
sap.fe.macros.table.ITableAction
|
|
4052
|
+
{
|
|
4053
|
+
__implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
|
|
4054
|
+
__implements__sap_fe_macros_table_ITableAction: boolean;
|
|
4055
|
+
|
|
3630
4056
|
/**
|
|
3631
4057
|
*
|
|
3632
4058
|
* @returns Reference to sap.fe.macros.table.Action
|
|
@@ -3698,18 +4124,33 @@ declare namespace sap {
|
|
|
3698
4124
|
/**
|
|
3699
4125
|
* Definition of a custom ActionGroup to be used inside the table toolbar
|
|
3700
4126
|
*/
|
|
3701
|
-
class ActionGroup
|
|
3702
|
-
.BuildingBlockObjectProperty
|
|
4127
|
+
class ActionGroup
|
|
4128
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
4129
|
+
implements sap.fe.macros.table.ITableActionOrGroup
|
|
4130
|
+
{
|
|
4131
|
+
__implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
|
|
4132
|
+
}
|
|
3703
4133
|
/**
|
|
3704
4134
|
* Definition of an action group override to be used inside the Table building block.
|
|
3705
4135
|
*/
|
|
3706
|
-
class ActionGroupOverride
|
|
3707
|
-
.BuildingBlockObjectProperty
|
|
4136
|
+
class ActionGroupOverride
|
|
4137
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
4138
|
+
implements sap.fe.macros.table.ITableActionOrGroup
|
|
4139
|
+
{
|
|
4140
|
+
__implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
|
|
4141
|
+
}
|
|
3708
4142
|
/**
|
|
3709
4143
|
* Definition of an override for the action to be used inside the Table building block.
|
|
3710
4144
|
*/
|
|
3711
|
-
class ActionOverride
|
|
3712
|
-
.BuildingBlockObjectProperty
|
|
4145
|
+
class ActionOverride
|
|
4146
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
4147
|
+
implements
|
|
4148
|
+
sap.fe.macros.table.ITableActionOrGroup,
|
|
4149
|
+
sap.fe.macros.table.ITableAction
|
|
4150
|
+
{
|
|
4151
|
+
__implements__sap_fe_macros_table_ITableActionOrGroup: boolean;
|
|
4152
|
+
__implements__sap_fe_macros_table_ITableAction: boolean;
|
|
4153
|
+
}
|
|
3713
4154
|
/**
|
|
3714
4155
|
* A set of options that can be configured to control the aggregation behavior
|
|
3715
4156
|
*/
|
|
@@ -3719,8 +4160,12 @@ declare namespace sap {
|
|
|
3719
4160
|
* Definition of a custom column to be used inside the table.
|
|
3720
4161
|
* The template for the column has to be provided as the default aggregation
|
|
3721
4162
|
*/
|
|
3722
|
-
class Column
|
|
3723
|
-
.BuildingBlockObjectProperty
|
|
4163
|
+
class Column
|
|
4164
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
4165
|
+
implements sap.fe.macros.table.ITableColumn
|
|
4166
|
+
{
|
|
4167
|
+
__implements__sap_fe_macros_table_ITableColumn: boolean;
|
|
4168
|
+
}
|
|
3724
4169
|
/**
|
|
3725
4170
|
* Definition of the export settings applied to a column within the table.
|
|
3726
4171
|
*/
|
|
@@ -3729,8 +4174,12 @@ declare namespace sap {
|
|
|
3729
4174
|
/**
|
|
3730
4175
|
* Definition of an override for the column to be used inside the Table building block.
|
|
3731
4176
|
*/
|
|
3732
|
-
class ColumnOverride
|
|
3733
|
-
.BuildingBlockObjectProperty
|
|
4177
|
+
class ColumnOverride
|
|
4178
|
+
extends sap.fe.macros.controls.BuildingBlockObjectProperty
|
|
4179
|
+
implements sap.fe.macros.table.ITableColumn
|
|
4180
|
+
{
|
|
4181
|
+
__implements__sap_fe_macros_table_ITableColumn: boolean;
|
|
4182
|
+
}
|
|
3734
4183
|
/**
|
|
3735
4184
|
* Definition of the mass edit to be used inside the table.
|
|
3736
4185
|
*/
|
|
@@ -3775,17 +4224,15 @@ declare namespace sap {
|
|
|
3775
4224
|
* usage.
|
|
3776
4225
|
*
|
|
3777
4226
|
*
|
|
3778
|
-
* @
|
|
3779
|
-
* @experimental As of version 1.124.0.
|
|
4227
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table} instead
|
|
3780
4228
|
*/
|
|
3781
4229
|
class Table extends sap.fe.macros.Table {
|
|
3782
4230
|
/**
|
|
3783
4231
|
* Adds an action to the table.
|
|
3784
4232
|
*
|
|
3785
|
-
* @
|
|
3786
|
-
* @experimental As of version 1.124.0.
|
|
4233
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.addAction} instead
|
|
3787
4234
|
*
|
|
3788
|
-
* @returns Reference to this
|
|
4235
|
+
* @returns Reference to this to allow method chaining
|
|
3789
4236
|
*/
|
|
3790
4237
|
addAction(
|
|
3791
4238
|
/**
|
|
@@ -3796,10 +4243,9 @@ declare namespace sap {
|
|
|
3796
4243
|
/**
|
|
3797
4244
|
* Adds a column to the table.
|
|
3798
4245
|
*
|
|
3799
|
-
* @
|
|
3800
|
-
* @experimental As of version 1.124.0.
|
|
4246
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.addColumn} instead
|
|
3801
4247
|
*
|
|
3802
|
-
* @returns Reference to this
|
|
4248
|
+
* @returns Reference to this to allow method chaining
|
|
3803
4249
|
*/
|
|
3804
4250
|
addColumn(
|
|
3805
4251
|
/**
|
|
@@ -4072,8 +4518,7 @@ declare namespace sap {
|
|
|
4072
4518
|
/**
|
|
4073
4519
|
* Get the fields that should be ignored when generating the table.
|
|
4074
4520
|
*
|
|
4075
|
-
* @
|
|
4076
|
-
* @experimental As of version 1.124.0.
|
|
4521
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.getIgnoredFields} instead
|
|
4077
4522
|
*
|
|
4078
4523
|
* @returns The value of the ignoredFields property
|
|
4079
4524
|
*/
|
|
@@ -4081,8 +4526,7 @@ declare namespace sap {
|
|
|
4081
4526
|
/**
|
|
4082
4527
|
* Gets the path to the metadata that should be used to generate the table.
|
|
4083
4528
|
*
|
|
4084
|
-
* @
|
|
4085
|
-
* @experimental As of version 1.124.0.
|
|
4529
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.getMetaPath} instead
|
|
4086
4530
|
*
|
|
4087
4531
|
* @returns The path to the metadata
|
|
4088
4532
|
*/
|
|
@@ -4130,8 +4574,7 @@ declare namespace sap {
|
|
|
4130
4574
|
/**
|
|
4131
4575
|
* Removes an action from the table.
|
|
4132
4576
|
*
|
|
4133
|
-
* @
|
|
4134
|
-
* @experimental As of version 1.124.0.
|
|
4577
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.removeAction} instead
|
|
4135
4578
|
*
|
|
4136
4579
|
* @returns The removed action or null
|
|
4137
4580
|
*/
|
|
@@ -4144,8 +4587,7 @@ declare namespace sap {
|
|
|
4144
4587
|
/**
|
|
4145
4588
|
* Removes a column from the table.
|
|
4146
4589
|
*
|
|
4147
|
-
* @
|
|
4148
|
-
* @experimental As of version 1.124.0.
|
|
4590
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.removeColumn} instead
|
|
4149
4591
|
*
|
|
4150
4592
|
* @returns The removed column or null
|
|
4151
4593
|
*/
|
|
@@ -4177,10 +4619,9 @@ declare namespace sap {
|
|
|
4177
4619
|
/**
|
|
4178
4620
|
* Sets the fields that should be ignored when generating the table.
|
|
4179
4621
|
*
|
|
4180
|
-
* @
|
|
4181
|
-
* @experimental As of version 1.124.0.
|
|
4622
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.setIgnoredFields} instead
|
|
4182
4623
|
*
|
|
4183
|
-
* @returns Reference to this
|
|
4624
|
+
* @returns Reference to this to allow method chaining
|
|
4184
4625
|
*/
|
|
4185
4626
|
setIgnoredFields(
|
|
4186
4627
|
/**
|
|
@@ -4191,10 +4632,9 @@ declare namespace sap {
|
|
|
4191
4632
|
/**
|
|
4192
4633
|
* Sets the path to the metadata that should be used to generate the table.
|
|
4193
4634
|
*
|
|
4194
|
-
* @
|
|
4195
|
-
* @experimental As of version 1.124.0.
|
|
4635
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.Table.setMetaPath} instead
|
|
4196
4636
|
*
|
|
4197
|
-
* @returns Reference to this
|
|
4637
|
+
* @returns Reference to this to allow method chaining
|
|
4198
4638
|
*/
|
|
4199
4639
|
setMetaPath(
|
|
4200
4640
|
/**
|
|
@@ -4278,17 +4718,15 @@ declare namespace sap {
|
|
|
4278
4718
|
* usage.
|
|
4279
4719
|
*
|
|
4280
4720
|
*
|
|
4281
|
-
* @
|
|
4282
|
-
* @experimental As of version 1.125.0.
|
|
4721
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable} instead
|
|
4283
4722
|
*/
|
|
4284
4723
|
class TreeTable extends sap.fe.macros.TreeTable {
|
|
4285
4724
|
/**
|
|
4286
4725
|
* Adds an action to the table.
|
|
4287
4726
|
*
|
|
4288
|
-
* @
|
|
4289
|
-
* @experimental As of version 1.125.0.
|
|
4727
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.addAction} instead
|
|
4290
4728
|
*
|
|
4291
|
-
* @returns Reference to this
|
|
4729
|
+
* @returns Reference to this to allow method chaining
|
|
4292
4730
|
*/
|
|
4293
4731
|
addAction(
|
|
4294
4732
|
/**
|
|
@@ -4299,10 +4737,9 @@ declare namespace sap {
|
|
|
4299
4737
|
/**
|
|
4300
4738
|
* Adds a column to the table.
|
|
4301
4739
|
*
|
|
4302
|
-
* @
|
|
4303
|
-
* @experimental As of version 1.124.0.
|
|
4740
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.addColumn} instead
|
|
4304
4741
|
*
|
|
4305
|
-
* @returns Reference to this
|
|
4742
|
+
* @returns Reference to this to allow method chaining
|
|
4306
4743
|
*/
|
|
4307
4744
|
addColumn(
|
|
4308
4745
|
/**
|
|
@@ -4575,8 +5012,7 @@ declare namespace sap {
|
|
|
4575
5012
|
/**
|
|
4576
5013
|
* Get the fields that should be ignored when generating the table.
|
|
4577
5014
|
*
|
|
4578
|
-
* @
|
|
4579
|
-
* @experimental As of version 1.125.0.
|
|
5015
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.getIgnoredFields} instead
|
|
4580
5016
|
*
|
|
4581
5017
|
* @returns The value of the ignoredFields property
|
|
4582
5018
|
*/
|
|
@@ -4584,8 +5020,7 @@ declare namespace sap {
|
|
|
4584
5020
|
/**
|
|
4585
5021
|
* Gets the path to the metadata that should be used to generate the table.
|
|
4586
5022
|
*
|
|
4587
|
-
* @
|
|
4588
|
-
* @experimental As of version 1.125.0.
|
|
5023
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.getMetaPath} instead
|
|
4589
5024
|
*
|
|
4590
5025
|
* @returns The path to the metadata
|
|
4591
5026
|
*/
|
|
@@ -4633,8 +5068,7 @@ declare namespace sap {
|
|
|
4633
5068
|
/**
|
|
4634
5069
|
* Removes an action from the table.
|
|
4635
5070
|
*
|
|
4636
|
-
* @
|
|
4637
|
-
* @experimental As of version 1.125.0.
|
|
5071
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.removeAction} instead
|
|
4638
5072
|
*
|
|
4639
5073
|
* @returns The removed action or null
|
|
4640
5074
|
*/
|
|
@@ -4647,8 +5081,7 @@ declare namespace sap {
|
|
|
4647
5081
|
/**
|
|
4648
5082
|
* Removes a column from the table.
|
|
4649
5083
|
*
|
|
4650
|
-
* @
|
|
4651
|
-
* @experimental As of version 1.125.0.
|
|
5084
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.removeColumn} instead
|
|
4652
5085
|
*
|
|
4653
5086
|
* @returns The removed column or null
|
|
4654
5087
|
*/
|
|
@@ -4680,10 +5113,9 @@ declare namespace sap {
|
|
|
4680
5113
|
/**
|
|
4681
5114
|
* Sets the fields that should be ignored when generating the table.
|
|
4682
5115
|
*
|
|
4683
|
-
* @
|
|
4684
|
-
* @experimental As of version 1.125.0.
|
|
5116
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.setIgnoredFields} instead
|
|
4685
5117
|
*
|
|
4686
|
-
* @returns Reference to this
|
|
5118
|
+
* @returns Reference to this to allow method chaining
|
|
4687
5119
|
*/
|
|
4688
5120
|
setIgnoredFields(
|
|
4689
5121
|
/**
|
|
@@ -4694,10 +5126,9 @@ declare namespace sap {
|
|
|
4694
5126
|
/**
|
|
4695
5127
|
* Sets the path to the metadata that should be used to generate the table.
|
|
4696
5128
|
*
|
|
4697
|
-
* @
|
|
4698
|
-
* @experimental As of version 1.125.0.
|
|
5129
|
+
* @deprecated As of version 1.145. Use {@link sap.fe.macros.TreeTable.setMetaPath} instead
|
|
4699
5130
|
*
|
|
4700
|
-
* @returns Reference to this
|
|
5131
|
+
* @returns Reference to this to allow method chaining
|
|
4701
5132
|
*/
|
|
4702
5133
|
setMetaPath(
|
|
4703
5134
|
/**
|
|
@@ -4900,7 +5331,7 @@ declare namespace sap {
|
|
|
4900
5331
|
| `{${string}}`;
|
|
4901
5332
|
|
|
4902
5333
|
/**
|
|
4903
|
-
*
|
|
5334
|
+
* ID of the FilterBar building block associated with the chart.
|
|
4904
5335
|
*/
|
|
4905
5336
|
filterBar?: sap.ui.core.Control | string;
|
|
4906
5337
|
|
|
@@ -5037,37 +5468,88 @@ declare namespace sap {
|
|
|
5037
5468
|
| `{${string}}`;
|
|
5038
5469
|
|
|
5039
5470
|
/**
|
|
5040
|
-
* Option to add semantic objects for a field.
|
|
5041
|
-
* This parameter overwrites the semantic objects defined through annotations.
|
|
5042
|
-
* Valid options are either a single semantic object, a stringified array of semantic objects,
|
|
5043
|
-
* a formatter or a single binding expression returning either a single semantic object or an array of semantic
|
|
5044
|
-
* objects.
|
|
5471
|
+
* Option to add semantic objects for a field.
|
|
5472
|
+
* This parameter overwrites the semantic objects defined through annotations.
|
|
5473
|
+
* Valid options are either a single semantic object, a stringified array of semantic objects,
|
|
5474
|
+
* a formatter or a single binding expression returning either a single semantic object or an array of semantic
|
|
5475
|
+
* objects.
|
|
5476
|
+
*/
|
|
5477
|
+
semanticObject?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5478
|
+
|
|
5479
|
+
/**
|
|
5480
|
+
* This is used to optionally provide an external value that comes from a different model than the OData
|
|
5481
|
+
* model.
|
|
5482
|
+
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
5483
|
+
* / unit).
|
|
5484
|
+
*/
|
|
5485
|
+
value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5486
|
+
|
|
5487
|
+
/**
|
|
5488
|
+
* A set of options that can be configured.
|
|
5489
|
+
*/
|
|
5490
|
+
formatOptions?: sap.fe.macros.field.FieldFormatOptions;
|
|
5491
|
+
|
|
5492
|
+
/**
|
|
5493
|
+
* An event containing details is triggered when the value of the field is changed.
|
|
5494
|
+
*/
|
|
5495
|
+
change?: (oEvent: Field$ChangeEvent) => void;
|
|
5496
|
+
|
|
5497
|
+
/**
|
|
5498
|
+
* An event containing details is triggered when the value of the field is live changed.
|
|
5499
|
+
* **Note:** Browsing autocomplete suggestions does not fire the event.
|
|
5500
|
+
*/
|
|
5501
|
+
liveChange?: (oEvent: sap.ui.base.Event) => void;
|
|
5502
|
+
}
|
|
5503
|
+
|
|
5504
|
+
/**
|
|
5505
|
+
* Describes the settings that can be provided to the FormElement constructor.
|
|
5506
|
+
*/
|
|
5507
|
+
interface $FormElementSettings
|
|
5508
|
+
extends sap.ui.layout.form.$FormElementSettings {
|
|
5509
|
+
/**
|
|
5510
|
+
* Reference to the key of another column already displayed in the table to properly place this one
|
|
5511
|
+
*/
|
|
5512
|
+
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5513
|
+
|
|
5514
|
+
/**
|
|
5515
|
+
* Defines the path of the context used in the current page or block.
|
|
5516
|
+
* This setting is defined by the framework.
|
|
5517
|
+
*/
|
|
5518
|
+
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5519
|
+
|
|
5520
|
+
/**
|
|
5521
|
+
* Label shown for the field. If not set, the label from the annotations will be shown.
|
|
5045
5522
|
*/
|
|
5046
|
-
|
|
5523
|
+
label?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5047
5524
|
|
|
5048
5525
|
/**
|
|
5049
|
-
*
|
|
5050
|
-
* model.
|
|
5051
|
-
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
5052
|
-
* / unit).
|
|
5526
|
+
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
5053
5527
|
*/
|
|
5054
|
-
|
|
5528
|
+
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5055
5529
|
|
|
5056
5530
|
/**
|
|
5057
|
-
*
|
|
5531
|
+
* Determines where this column should be placed relative to the defined anchor
|
|
5532
|
+
* Allowed values are `Before` and `After`
|
|
5058
5533
|
*/
|
|
5059
|
-
|
|
5534
|
+
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5060
5535
|
|
|
5061
5536
|
/**
|
|
5062
|
-
*
|
|
5537
|
+
* If set to false, the FormElement is not rendered.
|
|
5063
5538
|
*/
|
|
5064
|
-
|
|
5539
|
+
visible?:
|
|
5540
|
+
| boolean
|
|
5541
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5542
|
+
| `{${string}}`;
|
|
5065
5543
|
|
|
5066
5544
|
/**
|
|
5067
|
-
*
|
|
5068
|
-
*
|
|
5545
|
+
* Optional aggregation of controls that should be displayed inside the FormElement.
|
|
5546
|
+
* If not set, a default Field building block will be rendered
|
|
5069
5547
|
*/
|
|
5070
|
-
|
|
5548
|
+
fields?:
|
|
5549
|
+
| sap.ui.core.Control[]
|
|
5550
|
+
| sap.ui.core.Control
|
|
5551
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5552
|
+
| `{${string}}`;
|
|
5071
5553
|
}
|
|
5072
5554
|
|
|
5073
5555
|
/**
|
|
@@ -5162,6 +5644,13 @@ declare namespace sap {
|
|
|
5162
5644
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5163
5645
|
| `{${string}}`;
|
|
5164
5646
|
|
|
5647
|
+
/**
|
|
5648
|
+
* Custom ARIA text for the title link.
|
|
5649
|
+
* This property is only used when titleAsLink is set to true.
|
|
5650
|
+
* If not provided, default ARIA text based on the navigationType is used.
|
|
5651
|
+
*/
|
|
5652
|
+
linkAriaText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5653
|
+
|
|
5165
5654
|
/**
|
|
5166
5655
|
* Metadata path to the MicroChart.
|
|
5167
5656
|
*/
|
|
@@ -5180,6 +5669,22 @@ declare namespace sap {
|
|
|
5180
5669
|
* Size of the MicroChart
|
|
5181
5670
|
*/
|
|
5182
5671
|
size?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5672
|
+
|
|
5673
|
+
/**
|
|
5674
|
+
* Determines whether the micro chart title is displayed as a link or as a text.
|
|
5675
|
+
* When set to true, the title is rendered as a clickable link.
|
|
5676
|
+
*/
|
|
5677
|
+
titleAsLink?:
|
|
5678
|
+
| boolean
|
|
5679
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5680
|
+
| `{${string}}`;
|
|
5681
|
+
|
|
5682
|
+
/**
|
|
5683
|
+
* Event fired when the micro chart title link is pressed.
|
|
5684
|
+
* The event provides the binding context of the micro chart in the event parameters.
|
|
5685
|
+
* This event is only fired when titleAsLink is set to true.
|
|
5686
|
+
*/
|
|
5687
|
+
titlePress?: (oEvent: sap.ui.base.Event) => void;
|
|
5183
5688
|
}
|
|
5184
5689
|
|
|
5185
5690
|
/**
|
|
@@ -5220,6 +5725,13 @@ declare namespace sap {
|
|
|
5220
5725
|
*/
|
|
5221
5726
|
interface $PageSettings
|
|
5222
5727
|
extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
|
|
5728
|
+
/**
|
|
5729
|
+
* ImageFitType of the avatar image. This property is only considered if the title property is defined.
|
|
5730
|
+
*/
|
|
5731
|
+
avatarImageFitType?:
|
|
5732
|
+
| string
|
|
5733
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5734
|
+
|
|
5223
5735
|
/**
|
|
5224
5736
|
* Source of the avatar image. This property is considered only if the title property is defined.
|
|
5225
5737
|
*/
|
|
@@ -5231,6 +5743,14 @@ declare namespace sap {
|
|
|
5231
5743
|
*/
|
|
5232
5744
|
description?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5233
5745
|
|
|
5746
|
+
/**
|
|
5747
|
+
* Controls the visibility of the footer.
|
|
5748
|
+
*/
|
|
5749
|
+
showFooter?:
|
|
5750
|
+
| boolean
|
|
5751
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5752
|
+
| `{${string}}`;
|
|
5753
|
+
|
|
5234
5754
|
/**
|
|
5235
5755
|
* Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified
|
|
5236
5756
|
* HeaderInfo annotation associated with the entity.
|
|
@@ -5238,6 +5758,38 @@ declare namespace sap {
|
|
|
5238
5758
|
*/
|
|
5239
5759
|
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5240
5760
|
|
|
5761
|
+
/**
|
|
5762
|
+
* Actions to be displayed in the title area (for example, Edit and Delete buttons).
|
|
5763
|
+
*/
|
|
5764
|
+
actions?:
|
|
5765
|
+
| sap.ui.core.Control[]
|
|
5766
|
+
| sap.ui.core.Control
|
|
5767
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5768
|
+
| `{${string}}`;
|
|
5769
|
+
|
|
5770
|
+
/**
|
|
5771
|
+
* Breadcrumbs to be displayed in the title area.
|
|
5772
|
+
*/
|
|
5773
|
+
breadcrumbs?:
|
|
5774
|
+
| sap.ui.core.Control[]
|
|
5775
|
+
| sap.ui.core.Control
|
|
5776
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5777
|
+
| `{${string}}`;
|
|
5778
|
+
|
|
5779
|
+
/**
|
|
5780
|
+
* Footer content (for example, toolbar with buttons).
|
|
5781
|
+
*/
|
|
5782
|
+
footer?: sap.ui.core.Control;
|
|
5783
|
+
|
|
5784
|
+
/**
|
|
5785
|
+
* Additional content to be displayed in the header after the avatar.
|
|
5786
|
+
*/
|
|
5787
|
+
headerContent?:
|
|
5788
|
+
| sap.ui.core.Control[]
|
|
5789
|
+
| sap.ui.core.Control
|
|
5790
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5791
|
+
| `{${string}}`;
|
|
5792
|
+
|
|
5241
5793
|
/**
|
|
5242
5794
|
* Content(s) of the page
|
|
5243
5795
|
*/
|
|
@@ -5246,6 +5798,29 @@ declare namespace sap {
|
|
|
5246
5798
|
| sap.ui.core.Control
|
|
5247
5799
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5248
5800
|
| `{${string}}`;
|
|
5801
|
+
|
|
5802
|
+
/**
|
|
5803
|
+
* Navigation actions to be displayed in the title area.
|
|
5804
|
+
*/
|
|
5805
|
+
navigationActions?:
|
|
5806
|
+
| sap.ui.core.Control[]
|
|
5807
|
+
| sap.ui.core.Control
|
|
5808
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5809
|
+
| `{${string}}`;
|
|
5810
|
+
|
|
5811
|
+
/**
|
|
5812
|
+
* Content to be displayed next to the title (for example, GenericTag and Icon).
|
|
5813
|
+
*/
|
|
5814
|
+
titleContent?:
|
|
5815
|
+
| sap.ui.core.Control[]
|
|
5816
|
+
| sap.ui.core.Control
|
|
5817
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5818
|
+
| `{${string}}`;
|
|
5819
|
+
|
|
5820
|
+
/**
|
|
5821
|
+
* Reference to a control that provides sticky subheader content.
|
|
5822
|
+
*/
|
|
5823
|
+
stickySubheaderProvider?: sap.ui.core.Control | string;
|
|
5249
5824
|
}
|
|
5250
5825
|
|
|
5251
5826
|
/**
|
|
@@ -5740,9 +6315,8 @@ declare namespace sap {
|
|
|
5740
6315
|
* Aggregate actions of the table.
|
|
5741
6316
|
*/
|
|
5742
6317
|
actions?:
|
|
5743
|
-
|
|
|
5744
|
-
| sap.fe.macros.table.
|
|
5745
|
-
| sap.fe.macros.table.Action
|
|
6318
|
+
| sap.fe.macros.table.ITableActionOrGroup[]
|
|
6319
|
+
| sap.fe.macros.table.ITableActionOrGroup
|
|
5746
6320
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5747
6321
|
| `{${string}}`;
|
|
5748
6322
|
|
|
@@ -5755,11 +6329,8 @@ declare namespace sap {
|
|
|
5755
6329
|
* Aggregate columns of the table.
|
|
5756
6330
|
*/
|
|
5757
6331
|
columns?:
|
|
5758
|
-
|
|
|
5759
|
-
|
|
5760
|
-
>
|
|
5761
|
-
| sap.fe.macros.table.ColumnOverride
|
|
5762
|
-
| sap.fe.macros.table.Column
|
|
6332
|
+
| sap.fe.macros.table.ITableColumn[]
|
|
6333
|
+
| sap.fe.macros.table.ITableColumn
|
|
5763
6334
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
5764
6335
|
| `{${string}}`;
|
|
5765
6336
|
|
|
@@ -6170,9 +6741,8 @@ declare namespace sap {
|
|
|
6170
6741
|
* Aggregate actions of the table.
|
|
6171
6742
|
*/
|
|
6172
6743
|
actions?:
|
|
6173
|
-
|
|
|
6174
|
-
| sap.fe.macros.table.
|
|
6175
|
-
| sap.fe.macros.table.Action
|
|
6744
|
+
| sap.fe.macros.table.ITableActionOrGroup[]
|
|
6745
|
+
| sap.fe.macros.table.ITableActionOrGroup
|
|
6176
6746
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
6177
6747
|
| `{${string}}`;
|
|
6178
6748
|
|
|
@@ -6185,11 +6755,8 @@ declare namespace sap {
|
|
|
6185
6755
|
* Aggregate columns of the table.
|
|
6186
6756
|
*/
|
|
6187
6757
|
columns?:
|
|
6188
|
-
|
|
|
6189
|
-
|
|
6190
|
-
>
|
|
6191
|
-
| sap.fe.macros.table.ColumnOverride
|
|
6192
|
-
| sap.fe.macros.table.Column
|
|
6758
|
+
| sap.fe.macros.table.ITableColumn[]
|
|
6759
|
+
| sap.fe.macros.table.ITableColumn
|
|
6193
6760
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
6194
6761
|
| `{${string}}`;
|
|
6195
6762
|
|
|
@@ -6302,6 +6869,14 @@ declare namespace sap {
|
|
|
6302
6869
|
*/
|
|
6303
6870
|
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6304
6871
|
|
|
6872
|
+
/**
|
|
6873
|
+
* Comma separated list of navigation properties which are considered for filtering.
|
|
6874
|
+
*/
|
|
6875
|
+
navigationPropertiesForPersonalization?:
|
|
6876
|
+
| string[]
|
|
6877
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6878
|
+
| `{${string}}`;
|
|
6879
|
+
|
|
6305
6880
|
/**
|
|
6306
6881
|
* Handles the visibility of the 'Clear' button on the FilterBar.
|
|
6307
6882
|
*/
|
|
@@ -6330,7 +6905,11 @@ declare namespace sap {
|
|
|
6330
6905
|
* Aggregate filter fields of the FilterBar building block
|
|
6331
6906
|
*/
|
|
6332
6907
|
filterFields?:
|
|
6333
|
-
|
|
|
6908
|
+
| Array<
|
|
6909
|
+
| sap.fe.macros.filterBar.FilterFieldOverride
|
|
6910
|
+
| sap.fe.macros.filterBar.FilterField
|
|
6911
|
+
>
|
|
6912
|
+
| sap.fe.macros.filterBar.FilterFieldOverride
|
|
6334
6913
|
| sap.fe.macros.filterBar.FilterField
|
|
6335
6914
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
6336
6915
|
| `{${string}}`;
|
|
@@ -6343,7 +6922,7 @@ declare namespace sap {
|
|
|
6343
6922
|
|
|
6344
6923
|
/**
|
|
6345
6924
|
* This event is fired after either a filter value or the visibility of a filter item has been changed.
|
|
6346
|
-
* The event contains conditions that
|
|
6925
|
+
* The event contains conditions that are used as filters.
|
|
6347
6926
|
*/
|
|
6348
6927
|
filterChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
6349
6928
|
|
|
@@ -6378,6 +6957,25 @@ declare namespace sap {
|
|
|
6378
6957
|
*/
|
|
6379
6958
|
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6380
6959
|
|
|
6960
|
+
/**
|
|
6961
|
+
* Filters the navigation properties that can be used by flexibility features.
|
|
6962
|
+
* This property allows you to specify which navigation properties are available
|
|
6963
|
+
* for flexibility operations such as adding custom fields.
|
|
6964
|
+
* You can use the asterisk (*) wildcard to include all navigation properties,
|
|
6965
|
+
* or specify individual navigation property names to restrict the available options.
|
|
6966
|
+
* Example:
|
|
6967
|
+
* Allow all navigation properties: navigationPropertiesForAdaptationDialog: ["*"]
|
|
6968
|
+
* Example:
|
|
6969
|
+
* Allow only a specific navigation property: navigationPropertiesForAdaptationDialog: ["Customer/Name"]
|
|
6970
|
+
* Example:
|
|
6971
|
+
* Allow multiple specific navigation properties based on a wildcard: navigationPropertiesForAdaptationDialog:
|
|
6972
|
+
* ["Cust*\/Name"]
|
|
6973
|
+
*/
|
|
6974
|
+
navigationPropertiesForAdaptationDialog?:
|
|
6975
|
+
| string[]
|
|
6976
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6977
|
+
| `{${string}}`;
|
|
6978
|
+
|
|
6381
6979
|
/**
|
|
6382
6980
|
* The title of the form control.
|
|
6383
6981
|
*/
|
|
@@ -6460,6 +7058,11 @@ declare namespace sap {
|
|
|
6460
7058
|
visible?: boolean;
|
|
6461
7059
|
}
|
|
6462
7060
|
|
|
7061
|
+
/**
|
|
7062
|
+
* Parameters of the MicroChart#titlePress event.
|
|
7063
|
+
*/
|
|
7064
|
+
interface MicroChart$TitlePressEventParameters {}
|
|
7065
|
+
|
|
6463
7066
|
/**
|
|
6464
7067
|
* Parameters of the Status#press event.
|
|
6465
7068
|
*/
|
|
@@ -6518,6 +7121,15 @@ declare namespace sap {
|
|
|
6518
7121
|
*/
|
|
6519
7122
|
interface FilterBar$SearchEventParameters {}
|
|
6520
7123
|
|
|
7124
|
+
/**
|
|
7125
|
+
* Building block that displays a AI notice.
|
|
7126
|
+
* It's used to display information related to AI features. This information is rendered either
|
|
7127
|
+
* as a link if the aggregation popoverContent is defined or as a label if there is no aggregation popoverContent.
|
|
7128
|
+
*
|
|
7129
|
+
*
|
|
7130
|
+
* @since 1.145.0
|
|
7131
|
+
*/
|
|
7132
|
+
class AINotice extends /* was: sap.fe.controls.AINotice */ Object {}
|
|
6521
7133
|
/**
|
|
6522
7134
|
* Building block used to create a chart based on the metadata provided by OData V4.
|
|
6523
7135
|
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/chart/chartDefault Overview of Building Blocks}
|
|
@@ -7297,6 +7909,12 @@ declare namespace sap {
|
|
|
7297
7909
|
*/
|
|
7298
7910
|
setValue(): sap.ui.core.Control;
|
|
7299
7911
|
}
|
|
7912
|
+
/**
|
|
7913
|
+
* Building block used to create a form element based on the metadata provided by OData V4.
|
|
7914
|
+
*
|
|
7915
|
+
* @since 1.90.0
|
|
7916
|
+
*/
|
|
7917
|
+
class FormElement extends sap.ui.layout.form.FormElement {}
|
|
7300
7918
|
/**
|
|
7301
7919
|
* Building block used to create a KPI tag.
|
|
7302
7920
|
*/
|
|
@@ -7484,6 +8102,73 @@ declare namespace sap {
|
|
|
7484
8102
|
* @since 1.93.0
|
|
7485
8103
|
*/
|
|
7486
8104
|
class MicroChart extends sap.fe.core.buildingBlocks.BuildingBlock {
|
|
8105
|
+
/**
|
|
8106
|
+
*
|
|
8107
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
8108
|
+
* to allow method chaining
|
|
8109
|
+
*/
|
|
8110
|
+
attachTitlePress(
|
|
8111
|
+
/**
|
|
8112
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
8113
|
+
* object when firing the event
|
|
8114
|
+
*/
|
|
8115
|
+
oData: object,
|
|
8116
|
+
/**
|
|
8117
|
+
* The function to be called when the event occurs
|
|
8118
|
+
*/
|
|
8119
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
8120
|
+
/**
|
|
8121
|
+
* The context object to call the event handler with. Defaults to this `this` control
|
|
8122
|
+
*/
|
|
8123
|
+
oListener?: object
|
|
8124
|
+
): this;
|
|
8125
|
+
/**
|
|
8126
|
+
*
|
|
8127
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
8128
|
+
* to allow method chaining
|
|
8129
|
+
*/
|
|
8130
|
+
attachTitlePress(
|
|
8131
|
+
/**
|
|
8132
|
+
* The function to be called when the event occurs
|
|
8133
|
+
*/
|
|
8134
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
8135
|
+
/**
|
|
8136
|
+
* The context object to call the event handler with. Defaults to this `this` control
|
|
8137
|
+
*/
|
|
8138
|
+
oListener?: object
|
|
8139
|
+
): this;
|
|
8140
|
+
/**
|
|
8141
|
+
*
|
|
8142
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
8143
|
+
* to allow method chaining
|
|
8144
|
+
*/
|
|
8145
|
+
detachTitlePress(
|
|
8146
|
+
/**
|
|
8147
|
+
* The function to be called when the event occurs
|
|
8148
|
+
*/
|
|
8149
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
8150
|
+
/**
|
|
8151
|
+
* The context object to call the event handler with. Defaults to this `this` control
|
|
8152
|
+
*/
|
|
8153
|
+
oListener?: object
|
|
8154
|
+
): this;
|
|
8155
|
+
/**
|
|
8156
|
+
* Fires event titlePress
|
|
8157
|
+
* to attached listeners.
|
|
8158
|
+
*
|
|
8159
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
8160
|
+
*
|
|
8161
|
+
* @returns Reference to sap.fe.macros.MicroChart
|
|
8162
|
+
* to allow method chaining
|
|
8163
|
+
*/
|
|
8164
|
+
fireTitlePress(
|
|
8165
|
+
/**
|
|
8166
|
+
* The parameters to pass along with the event.
|
|
8167
|
+
* See {@link types.EventHandler>} for the set of parameters that are
|
|
8168
|
+
* expected by the event handlers.
|
|
8169
|
+
*/
|
|
8170
|
+
mParameters?: {}
|
|
8171
|
+
): this;
|
|
7487
8172
|
/**
|
|
7488
8173
|
* Gets current value of property contextPath.
|
|
7489
8174
|
*
|
|
@@ -7498,6 +8183,13 @@ declare namespace sap {
|
|
|
7498
8183
|
* @returns Value of property `hideOnNoData`
|
|
7499
8184
|
*/
|
|
7500
8185
|
getHideOnNoData(): boolean;
|
|
8186
|
+
/**
|
|
8187
|
+
* Gets current value of property linkAriaText.
|
|
8188
|
+
*
|
|
8189
|
+
*
|
|
8190
|
+
* @returns Value of property `linkAriaText`
|
|
8191
|
+
*/
|
|
8192
|
+
getLinkAriaText(): string;
|
|
7501
8193
|
/**
|
|
7502
8194
|
* Gets current value of property metaPath.
|
|
7503
8195
|
*
|
|
@@ -7519,6 +8211,13 @@ declare namespace sap {
|
|
|
7519
8211
|
* @returns Value of property `size`
|
|
7520
8212
|
*/
|
|
7521
8213
|
getSize(): string;
|
|
8214
|
+
/**
|
|
8215
|
+
* Gets current value of property titleAsLink.
|
|
8216
|
+
*
|
|
8217
|
+
*
|
|
8218
|
+
* @returns Value of property `titleAsLink`
|
|
8219
|
+
*/
|
|
8220
|
+
getTitleAsLink(): boolean;
|
|
7522
8221
|
/**
|
|
7523
8222
|
* Gets current value of property contextPath.
|
|
7524
8223
|
*
|
|
@@ -7533,6 +8232,13 @@ declare namespace sap {
|
|
|
7533
8232
|
* @returns Value of property `hideOnNoData`
|
|
7534
8233
|
*/
|
|
7535
8234
|
setHideOnNoData(): boolean;
|
|
8235
|
+
/**
|
|
8236
|
+
* Gets current value of property linkAriaText.
|
|
8237
|
+
*
|
|
8238
|
+
*
|
|
8239
|
+
* @returns Value of property `linkAriaText`
|
|
8240
|
+
*/
|
|
8241
|
+
setLinkAriaText(): string;
|
|
7536
8242
|
/**
|
|
7537
8243
|
* Gets current value of property metaPath.
|
|
7538
8244
|
*
|
|
@@ -7554,6 +8260,13 @@ declare namespace sap {
|
|
|
7554
8260
|
* @returns Value of property `size`
|
|
7555
8261
|
*/
|
|
7556
8262
|
setSize(): string;
|
|
8263
|
+
/**
|
|
8264
|
+
* Gets current value of property titleAsLink.
|
|
8265
|
+
*
|
|
8266
|
+
*
|
|
8267
|
+
* @returns Value of property `titleAsLink`
|
|
8268
|
+
*/
|
|
8269
|
+
setTitleAsLink(): boolean;
|
|
7557
8270
|
}
|
|
7558
8271
|
/**
|
|
7559
8272
|
* Building block for creating a MultiValueField based on the metadata provided by OData V4.
|
|
@@ -7747,6 +8460,34 @@ declare namespace sap {
|
|
|
7747
8460
|
__implements__sap_fe_core_IRowBindingInterface: boolean;
|
|
7748
8461
|
__implements__sap_fe_macros_Table_ITableBlock: boolean;
|
|
7749
8462
|
|
|
8463
|
+
/**
|
|
8464
|
+
* Adds an action to the table.
|
|
8465
|
+
*
|
|
8466
|
+
* @since 1.145.0
|
|
8467
|
+
* @experimental As of version 1.145.0.
|
|
8468
|
+
*
|
|
8469
|
+
* @returns Reference to this to allow method chaining
|
|
8470
|
+
*/
|
|
8471
|
+
addAction(
|
|
8472
|
+
/**
|
|
8473
|
+
* The action to add
|
|
8474
|
+
*/
|
|
8475
|
+
action: sap.fe.macros.table.Action
|
|
8476
|
+
): this;
|
|
8477
|
+
/**
|
|
8478
|
+
* Adds a column to the table.
|
|
8479
|
+
*
|
|
8480
|
+
* @since 1.145.0
|
|
8481
|
+
* @experimental As of version 1.145.0.
|
|
8482
|
+
*
|
|
8483
|
+
* @returns Reference to this to allow method chaining
|
|
8484
|
+
*/
|
|
8485
|
+
addColumn(
|
|
8486
|
+
/**
|
|
8487
|
+
* The column to add
|
|
8488
|
+
*/
|
|
8489
|
+
column: sap.fe.macros.table.Column
|
|
8490
|
+
): this;
|
|
7750
8491
|
/**
|
|
7751
8492
|
* Adds a message to the table.
|
|
7752
8493
|
* The message applies to the whole table and not to an individual table row.
|
|
@@ -8058,6 +8799,34 @@ declare namespace sap {
|
|
|
8058
8799
|
* Requests a refresh of the table.
|
|
8059
8800
|
*/
|
|
8060
8801
|
refresh(): void;
|
|
8802
|
+
/**
|
|
8803
|
+
* Removes an action from the table.
|
|
8804
|
+
*
|
|
8805
|
+
* @since 1.145.0
|
|
8806
|
+
* @experimental As of version 1.145.0.
|
|
8807
|
+
*
|
|
8808
|
+
* @returns The removed action or null
|
|
8809
|
+
*/
|
|
8810
|
+
removeAction(
|
|
8811
|
+
/**
|
|
8812
|
+
* The action to remove, or its index or ID
|
|
8813
|
+
*/
|
|
8814
|
+
action: number | sap.fe.macros.table.Action | string
|
|
8815
|
+
): null | sap.fe.macros.table.Action;
|
|
8816
|
+
/**
|
|
8817
|
+
* Removes a column from the table.
|
|
8818
|
+
*
|
|
8819
|
+
* @since 1.145.0
|
|
8820
|
+
* @experimental As of version 1.145.0.
|
|
8821
|
+
*
|
|
8822
|
+
* @returns The removed column or null
|
|
8823
|
+
*/
|
|
8824
|
+
removeColumn(
|
|
8825
|
+
/**
|
|
8826
|
+
* The column to remove, or its index or ID
|
|
8827
|
+
*/
|
|
8828
|
+
column: number | sap.fe.macros.table.Column | string
|
|
8829
|
+
): null | sap.fe.macros.table.Column;
|
|
8061
8830
|
/**
|
|
8062
8831
|
* Removes a message from the table.
|
|
8063
8832
|
*/
|
|
@@ -8083,7 +8852,7 @@ declare namespace sap {
|
|
|
8083
8852
|
* @since 1.124.0
|
|
8084
8853
|
* @experimental As of version 1.124.0.
|
|
8085
8854
|
*
|
|
8086
|
-
* @returns Reference to this
|
|
8855
|
+
* @returns Reference to this to allow method chaining
|
|
8087
8856
|
*/
|
|
8088
8857
|
setIgnoredFields(
|
|
8089
8858
|
/**
|
|
@@ -8138,6 +8907,34 @@ declare namespace sap {
|
|
|
8138
8907
|
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/table/treeTable Overview of Tree Table Building Block}
|
|
8139
8908
|
*/
|
|
8140
8909
|
class TreeTable extends sap.fe.macros.MacroAPI {
|
|
8910
|
+
/**
|
|
8911
|
+
* Adds an action to the table.
|
|
8912
|
+
*
|
|
8913
|
+
* @since 1.145.0
|
|
8914
|
+
* @experimental As of version 1.145.0.
|
|
8915
|
+
*
|
|
8916
|
+
* @returns Reference to this to allow method chaining
|
|
8917
|
+
*/
|
|
8918
|
+
addAction(
|
|
8919
|
+
/**
|
|
8920
|
+
* The action to add
|
|
8921
|
+
*/
|
|
8922
|
+
action: sap.fe.macros.table.Action
|
|
8923
|
+
): this;
|
|
8924
|
+
/**
|
|
8925
|
+
* Adds a column to the table.
|
|
8926
|
+
*
|
|
8927
|
+
* @since 1.145.0
|
|
8928
|
+
* @experimental As of version 1.145.0.
|
|
8929
|
+
*
|
|
8930
|
+
* @returns Reference to this to allow method chaining
|
|
8931
|
+
*/
|
|
8932
|
+
addColumn(
|
|
8933
|
+
/**
|
|
8934
|
+
* The column to add
|
|
8935
|
+
*/
|
|
8936
|
+
column: sap.fe.macros.table.Column
|
|
8937
|
+
): this;
|
|
8141
8938
|
/**
|
|
8142
8939
|
* Adds a message to the table.
|
|
8143
8940
|
* The message applies to the whole table and not to an individual table row.
|
|
@@ -8449,6 +9246,34 @@ declare namespace sap {
|
|
|
8449
9246
|
* Requests a refresh of the table.
|
|
8450
9247
|
*/
|
|
8451
9248
|
refresh(): void;
|
|
9249
|
+
/**
|
|
9250
|
+
* Removes an action from the table.
|
|
9251
|
+
*
|
|
9252
|
+
* @since 1.145.0
|
|
9253
|
+
* @experimental As of version 1.145.0.
|
|
9254
|
+
*
|
|
9255
|
+
* @returns The removed action or null
|
|
9256
|
+
*/
|
|
9257
|
+
removeAction(
|
|
9258
|
+
/**
|
|
9259
|
+
* The action to remove, or its index or ID
|
|
9260
|
+
*/
|
|
9261
|
+
action: number | sap.fe.macros.table.Action | string
|
|
9262
|
+
): null | sap.fe.macros.table.Action;
|
|
9263
|
+
/**
|
|
9264
|
+
* Removes a column from the table.
|
|
9265
|
+
*
|
|
9266
|
+
* @since 1.145.0
|
|
9267
|
+
* @experimental As of version 1.145.0.
|
|
9268
|
+
*
|
|
9269
|
+
* @returns The removed column or null
|
|
9270
|
+
*/
|
|
9271
|
+
removeColumn(
|
|
9272
|
+
/**
|
|
9273
|
+
* The column to remove, or its index or ID
|
|
9274
|
+
*/
|
|
9275
|
+
column: number | sap.fe.macros.table.Column | string
|
|
9276
|
+
): null | sap.fe.macros.table.Column;
|
|
8452
9277
|
/**
|
|
8453
9278
|
* Removes a message from the table.
|
|
8454
9279
|
*/
|
|
@@ -8474,7 +9299,7 @@ declare namespace sap {
|
|
|
8474
9299
|
* @since 1.124.0
|
|
8475
9300
|
* @experimental As of version 1.124.0.
|
|
8476
9301
|
*
|
|
8477
|
-
* @returns Reference to this
|
|
9302
|
+
* @returns Reference to this to allow method chaining
|
|
8478
9303
|
*/
|
|
8479
9304
|
setIgnoredFields(
|
|
8480
9305
|
/**
|
|
@@ -8920,7 +9745,7 @@ declare namespace sap {
|
|
|
8920
9745
|
* Triggers the API search on the filter bar.
|
|
8921
9746
|
*
|
|
8922
9747
|
*
|
|
8923
|
-
* @returns Returns a promise which resolves if filter
|
|
9748
|
+
* @returns Returns a promise which resolves if the filter is triggered; otherwise it is rejected.
|
|
8924
9749
|
*/
|
|
8925
9750
|
triggerSearch(): Promise<object | undefined>;
|
|
8926
9751
|
}
|
|
@@ -9004,6 +9829,14 @@ declare namespace sap {
|
|
|
9004
9829
|
MessageButton
|
|
9005
9830
|
>;
|
|
9006
9831
|
|
|
9832
|
+
/**
|
|
9833
|
+
* Event object of the MicroChart#titlePress event.
|
|
9834
|
+
*/
|
|
9835
|
+
type MicroChart$TitlePressEvent = sap.ui.base.Event<
|
|
9836
|
+
MicroChart$TitlePressEventParameters,
|
|
9837
|
+
MicroChart
|
|
9838
|
+
>;
|
|
9839
|
+
|
|
9007
9840
|
/**
|
|
9008
9841
|
* Event object of the Status#press event.
|
|
9009
9842
|
*/
|
|
@@ -9087,6 +9920,8 @@ declare namespace sap {
|
|
|
9087
9920
|
}
|
|
9088
9921
|
|
|
9089
9922
|
interface IUI5DefineDependencyNames {
|
|
9923
|
+
"sap/fe/macros/AINotice": undefined;
|
|
9924
|
+
|
|
9090
9925
|
"sap/fe/macros/Chart": undefined;
|
|
9091
9926
|
|
|
9092
9927
|
"sap/fe/macros/chart/Action": undefined;
|
|
@@ -9105,6 +9940,8 @@ declare namespace sap {
|
|
|
9105
9940
|
|
|
9106
9941
|
"sap/fe/macros/ConditionalSwitchProperty": undefined;
|
|
9107
9942
|
|
|
9943
|
+
"sap/fe/macros/controls/BaseAction": undefined;
|
|
9944
|
+
|
|
9108
9945
|
"sap/fe/macros/controls/BuildingBlockObjectProperty": undefined;
|
|
9109
9946
|
|
|
9110
9947
|
"sap/fe/macros/controls/BuildingBlockWithTemplating": undefined;
|
|
@@ -9125,8 +9962,12 @@ declare namespace sap {
|
|
|
9125
9962
|
|
|
9126
9963
|
"sap/fe/macros/filterBar/FilterField": undefined;
|
|
9127
9964
|
|
|
9965
|
+
"sap/fe/macros/filterBar/FilterFieldOverride": undefined;
|
|
9966
|
+
|
|
9128
9967
|
"sap/fe/macros/form/Form.block": undefined;
|
|
9129
9968
|
|
|
9969
|
+
"sap/fe/macros/form/FormLayoutOptions": undefined;
|
|
9970
|
+
|
|
9130
9971
|
"sap/fe/macros/FormElement": undefined;
|
|
9131
9972
|
|
|
9132
9973
|
"sap/fe/macros/KPITag": undefined;
|
|
@@ -9179,6 +10020,12 @@ declare namespace sap {
|
|
|
9179
10020
|
|
|
9180
10021
|
"sap/fe/macros/table/ColumnOverride": undefined;
|
|
9181
10022
|
|
|
10023
|
+
"sap/fe/macros/table/ITableAction": undefined;
|
|
10024
|
+
|
|
10025
|
+
"sap/fe/macros/table/ITableActionOrGroup": undefined;
|
|
10026
|
+
|
|
10027
|
+
"sap/fe/macros/table/ITableColumn": undefined;
|
|
10028
|
+
|
|
9182
10029
|
"sap/fe/macros/table/MassEdit": undefined;
|
|
9183
10030
|
|
|
9184
10031
|
"sap/fe/macros/table/OverflowGroups": undefined;
|