@openui5/ts-types 1.122.0 → 1.123.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.f.d.ts +432 -46
- package/types/sap.m.d.ts +3962 -124
- package/types/sap.tnt.d.ts +46 -2
- package/types/sap.ui.codeeditor.d.ts +16 -1
- package/types/sap.ui.commons.d.ts +792 -30
- package/types/sap.ui.core.d.ts +2194 -1540
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +40 -1
- package/types/sap.ui.integration.d.ts +147 -5
- package/types/sap.ui.layout.d.ts +171 -8
- package/types/sap.ui.mdc.d.ts +554 -33
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -2
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +278 -57
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +481 -9
- package/types/sap.ui.ux3.d.ts +527 -5
- package/types/sap.ui.webc.common.d.ts +7 -2
- package/types/sap.ui.webc.fiori.d.ts +351 -2
- package/types/sap.ui.webc.main.d.ts +1035 -2
- package/types/sap.uxap.d.ts +123 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -76,29 +76,74 @@ declare namespace sap {
|
|
|
76
76
|
* @deprecated (since 1.38)
|
|
77
77
|
*/
|
|
78
78
|
namespace form {
|
|
79
|
+
/**
|
|
80
|
+
* Describes the settings that can be provided to the Form constructor.
|
|
81
|
+
*
|
|
82
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
83
|
+
*/
|
|
79
84
|
interface $FormSettings extends sap.ui.layout.form.$FormSettings {}
|
|
80
85
|
|
|
86
|
+
/**
|
|
87
|
+
* Describes the settings that can be provided to the FormContainer constructor.
|
|
88
|
+
*
|
|
89
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
90
|
+
*/
|
|
81
91
|
interface $FormContainerSettings
|
|
82
92
|
extends sap.ui.layout.form.$FormContainerSettings {}
|
|
83
93
|
|
|
94
|
+
/**
|
|
95
|
+
* Describes the settings that can be provided to the FormElement constructor.
|
|
96
|
+
*
|
|
97
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
98
|
+
*/
|
|
84
99
|
interface $FormElementSettings
|
|
85
100
|
extends sap.ui.layout.form.$FormElementSettings {}
|
|
86
101
|
|
|
102
|
+
/**
|
|
103
|
+
* Describes the settings that can be provided to the FormLayout constructor.
|
|
104
|
+
*
|
|
105
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
106
|
+
*/
|
|
87
107
|
interface $FormLayoutSettings
|
|
88
108
|
extends sap.ui.layout.form.$FormLayoutSettings {}
|
|
89
109
|
|
|
110
|
+
/**
|
|
111
|
+
* Describes the settings that can be provided to the GridContainerData constructor.
|
|
112
|
+
*
|
|
113
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
114
|
+
*/
|
|
90
115
|
interface $GridContainerDataSettings
|
|
91
116
|
extends sap.ui.layout.form.$GridContainerDataSettings {}
|
|
92
117
|
|
|
118
|
+
/**
|
|
119
|
+
* Describes the settings that can be provided to the GridElementData constructor.
|
|
120
|
+
*
|
|
121
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
122
|
+
*/
|
|
93
123
|
interface $GridElementDataSettings
|
|
94
124
|
extends sap.ui.layout.form.$GridElementDataSettings {}
|
|
95
125
|
|
|
126
|
+
/**
|
|
127
|
+
* Describes the settings that can be provided to the GridLayout constructor.
|
|
128
|
+
*
|
|
129
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
130
|
+
*/
|
|
96
131
|
interface $GridLayoutSettings
|
|
97
132
|
extends sap.ui.layout.form.$GridLayoutSettings {}
|
|
98
133
|
|
|
134
|
+
/**
|
|
135
|
+
* Describes the settings that can be provided to the ResponsiveLayout constructor.
|
|
136
|
+
*
|
|
137
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
138
|
+
*/
|
|
99
139
|
interface $ResponsiveLayoutSettings
|
|
100
140
|
extends sap.ui.layout.form.$ResponsiveLayoutSettings {}
|
|
101
141
|
|
|
142
|
+
/**
|
|
143
|
+
* Describes the settings that can be provided to the SimpleForm constructor.
|
|
144
|
+
*
|
|
145
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
146
|
+
*/
|
|
102
147
|
interface $SimpleFormSettings
|
|
103
148
|
extends sap.ui.layout.form.$SimpleFormSettings {
|
|
104
149
|
/**
|
|
@@ -945,6 +990,11 @@ declare namespace sap {
|
|
|
945
990
|
* @deprecated (since 1.38)
|
|
946
991
|
*/
|
|
947
992
|
namespace layout {
|
|
993
|
+
/**
|
|
994
|
+
* Describes the settings that can be provided to the AbsoluteLayout constructor.
|
|
995
|
+
*
|
|
996
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
997
|
+
*/
|
|
948
998
|
interface $AbsoluteLayoutSettings extends sap.ui.core.$ControlSettings {
|
|
949
999
|
/**
|
|
950
1000
|
* The overall width of the control. When not set, 100% is automatically set.
|
|
@@ -988,6 +1038,11 @@ declare namespace sap {
|
|
|
988
1038
|
| `{${string}}`;
|
|
989
1039
|
}
|
|
990
1040
|
|
|
1041
|
+
/**
|
|
1042
|
+
* Describes the settings that can be provided to the BorderLayout constructor.
|
|
1043
|
+
*
|
|
1044
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Page}
|
|
1045
|
+
*/
|
|
991
1046
|
interface $BorderLayoutSettings extends sap.ui.core.$ControlSettings {
|
|
992
1047
|
/**
|
|
993
1048
|
* The RTL setting swaps the areas Begin and End.
|
|
@@ -1041,6 +1096,11 @@ declare namespace sap {
|
|
|
1041
1096
|
bottom?: sap.ui.commons.layout.BorderLayoutArea;
|
|
1042
1097
|
}
|
|
1043
1098
|
|
|
1099
|
+
/**
|
|
1100
|
+
* Describes the settings that can be provided to the BorderLayoutArea constructor.
|
|
1101
|
+
*
|
|
1102
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Page` control.
|
|
1103
|
+
*/
|
|
1044
1104
|
interface $BorderLayoutAreaSettings
|
|
1045
1105
|
extends sap.ui.core.$ElementSettings {
|
|
1046
1106
|
/**
|
|
@@ -1094,9 +1154,19 @@ declare namespace sap {
|
|
|
1094
1154
|
| `{${string}}`;
|
|
1095
1155
|
}
|
|
1096
1156
|
|
|
1157
|
+
/**
|
|
1158
|
+
* Describes the settings that can be provided to the HorizontalLayout constructor.
|
|
1159
|
+
*
|
|
1160
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.HorizontalLayout` control.
|
|
1161
|
+
*/
|
|
1097
1162
|
interface $HorizontalLayoutSettings
|
|
1098
1163
|
extends sap.ui.layout.$HorizontalLayoutSettings {}
|
|
1099
1164
|
|
|
1165
|
+
/**
|
|
1166
|
+
* Describes the settings that can be provided to the MatrixLayout constructor.
|
|
1167
|
+
*
|
|
1168
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
|
|
1169
|
+
*/
|
|
1100
1170
|
interface $MatrixLayoutSettings extends sap.ui.core.$ControlSettings {
|
|
1101
1171
|
/**
|
|
1102
1172
|
* CSS width of the matrix layout. If the LayoutFixed = true an adequate width should be provided.
|
|
@@ -1152,6 +1222,11 @@ declare namespace sap {
|
|
|
1152
1222
|
| `{${string}}`;
|
|
1153
1223
|
}
|
|
1154
1224
|
|
|
1225
|
+
/**
|
|
1226
|
+
* Describes the settings that can be provided to the MatrixLayoutCell constructor.
|
|
1227
|
+
*
|
|
1228
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
|
|
1229
|
+
*/
|
|
1155
1230
|
interface $MatrixLayoutCellSettings
|
|
1156
1231
|
extends sap.ui.core.$ElementSettings {
|
|
1157
1232
|
/**
|
|
@@ -1227,6 +1302,11 @@ declare namespace sap {
|
|
|
1227
1302
|
| `{${string}}`;
|
|
1228
1303
|
}
|
|
1229
1304
|
|
|
1305
|
+
/**
|
|
1306
|
+
* Describes the settings that can be provided to the MatrixLayoutRow constructor.
|
|
1307
|
+
*
|
|
1308
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Grid` control.
|
|
1309
|
+
*/
|
|
1230
1310
|
interface $MatrixLayoutRowSettings
|
|
1231
1311
|
extends sap.ui.core.$ElementSettings {
|
|
1232
1312
|
/**
|
|
@@ -1247,6 +1327,11 @@ declare namespace sap {
|
|
|
1247
1327
|
| `{${string}}`;
|
|
1248
1328
|
}
|
|
1249
1329
|
|
|
1330
|
+
/**
|
|
1331
|
+
* Describes the settings that can be provided to the PositionContainer constructor.
|
|
1332
|
+
*
|
|
1333
|
+
* @deprecated (since 1.38)
|
|
1334
|
+
*/
|
|
1250
1335
|
interface $PositionContainerSettings
|
|
1251
1336
|
extends sap.ui.core.$ElementSettings {
|
|
1252
1337
|
/**
|
|
@@ -1305,19 +1390,34 @@ declare namespace sap {
|
|
|
1305
1390
|
control?: sap.ui.core.Control;
|
|
1306
1391
|
}
|
|
1307
1392
|
|
|
1393
|
+
/**
|
|
1394
|
+
* Describes the settings that can be provided to the ResponsiveFlowLayout constructor.
|
|
1395
|
+
*
|
|
1396
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
1397
|
+
*/
|
|
1308
1398
|
interface $ResponsiveFlowLayoutSettings
|
|
1309
1399
|
extends sap.ui.layout.$ResponsiveFlowLayoutSettings {}
|
|
1310
1400
|
|
|
1401
|
+
/**
|
|
1402
|
+
* Describes the settings that can be provided to the ResponsiveFlowLayoutData constructor.
|
|
1403
|
+
*
|
|
1404
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.layout library. Please use this one.
|
|
1405
|
+
*/
|
|
1311
1406
|
interface $ResponsiveFlowLayoutDataSettings
|
|
1312
1407
|
extends sap.ui.layout.$ResponsiveFlowLayoutDataSettings {}
|
|
1313
1408
|
|
|
1409
|
+
/**
|
|
1410
|
+
* Describes the settings that can be provided to the VerticalLayout constructor.
|
|
1411
|
+
*
|
|
1412
|
+
* @deprecated (since 1.16.0) - Moved to sap.ui.layout library. Please use this one.
|
|
1413
|
+
*/
|
|
1314
1414
|
interface $VerticalLayoutSettings
|
|
1315
1415
|
extends sap.ui.layout.$VerticalLayoutSettings {}
|
|
1316
1416
|
|
|
1317
1417
|
/**
|
|
1318
1418
|
* The Absolute Layout positions its child controls absolutely
|
|
1319
1419
|
*
|
|
1320
|
-
* @deprecated (since 1.38)
|
|
1420
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
1321
1421
|
*/
|
|
1322
1422
|
class AbsoluteLayout extends sap.ui.core.Control {
|
|
1323
1423
|
/**
|
|
@@ -4041,7 +4141,8 @@ declare namespace sap {
|
|
|
4041
4141
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
4042
4142
|
* 'layout.BorderLayoutAreaTypes'.
|
|
4043
4143
|
*
|
|
4044
|
-
* @deprecated (since 1.38)
|
|
4144
|
+
* @deprecated (since 1.38) - (altogether with sap.ui.commons.layout.BorderLayout). Use sap.m.Page instead
|
|
4145
|
+
* with its aggregations.
|
|
4045
4146
|
*/
|
|
4046
4147
|
enum BorderLayoutAreaTypes {
|
|
4047
4148
|
/**
|
|
@@ -4203,7 +4304,7 @@ declare namespace sap {
|
|
|
4203
4304
|
* This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
|
|
4204
4305
|
* 'Action'.
|
|
4205
4306
|
*
|
|
4206
|
-
* @deprecated (since 1.38)
|
|
4307
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.MessageBox.Action`.
|
|
4207
4308
|
*/
|
|
4208
4309
|
enum Action {
|
|
4209
4310
|
/**
|
|
@@ -4245,7 +4346,7 @@ declare namespace sap {
|
|
|
4245
4346
|
* This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
|
|
4246
4347
|
* 'Icon'.
|
|
4247
4348
|
*
|
|
4248
|
-
* @deprecated (since 1.38)
|
|
4349
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.MessageBox.Icon`.
|
|
4249
4350
|
*/
|
|
4250
4351
|
enum Icon {
|
|
4251
4352
|
/**
|
|
@@ -4283,7 +4384,7 @@ declare namespace sap {
|
|
|
4283
4384
|
/**
|
|
4284
4385
|
* Marker interface for common controls which are suitable for use within a FormattedTextView.
|
|
4285
4386
|
*
|
|
4286
|
-
* @deprecated (since 1.38)
|
|
4387
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
4287
4388
|
*/
|
|
4288
4389
|
interface FormattedTextViewControl {
|
|
4289
4390
|
__implements__sap_ui_commons_FormattedTextViewControl: boolean;
|
|
@@ -4296,12 +4397,17 @@ declare namespace sap {
|
|
|
4296
4397
|
* Toolbar items must have a fixed height compatible with the toolbar being a single horizontal row. They
|
|
4297
4398
|
* can refer to the toolbar's marker class "sapUiTb" to adjust their own theming when used inside a toolbar.
|
|
4298
4399
|
*
|
|
4299
|
-
* @deprecated (since 1.38)
|
|
4400
|
+
* @deprecated (since 1.38) - (altogether with sap.ui.commons.Toolbar). Use sap.m.Toolbar instead.
|
|
4300
4401
|
*/
|
|
4301
4402
|
interface ToolbarItem {
|
|
4302
4403
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
4303
4404
|
}
|
|
4304
4405
|
|
|
4406
|
+
/**
|
|
4407
|
+
* Describes the settings that can be provided to the Accordion constructor.
|
|
4408
|
+
*
|
|
4409
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Panel}.
|
|
4410
|
+
*/
|
|
4305
4411
|
interface $AccordionSettings extends sap.ui.core.$ControlSettings {
|
|
4306
4412
|
/**
|
|
4307
4413
|
* When the specified width is less than the width of a section content, a horizontal scroll bar is provided.
|
|
@@ -4343,6 +4449,11 @@ declare namespace sap {
|
|
|
4343
4449
|
sectionsReorder?: (oEvent: Accordion$SectionsReorderEvent) => void;
|
|
4344
4450
|
}
|
|
4345
4451
|
|
|
4452
|
+
/**
|
|
4453
|
+
* Describes the settings that can be provided to the AccordionSection constructor.
|
|
4454
|
+
*
|
|
4455
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
4456
|
+
*/
|
|
4346
4457
|
interface $AccordionSectionSettings extends sap.ui.core.$ElementSettings {
|
|
4347
4458
|
/**
|
|
4348
4459
|
* When the section content exceeds maxHeight, a vertical scroll bar appears.
|
|
@@ -4393,6 +4504,11 @@ declare namespace sap {
|
|
|
4393
4504
|
scroll?: (oEvent: AccordionSection$ScrollEvent) => void;
|
|
4394
4505
|
}
|
|
4395
4506
|
|
|
4507
|
+
/**
|
|
4508
|
+
* Describes the settings that can be provided to the ApplicationHeader constructor.
|
|
4509
|
+
*
|
|
4510
|
+
* @deprecated (since 1.38) - Instead, use the `sap.tnt.ToolHeader` control.
|
|
4511
|
+
*/
|
|
4396
4512
|
interface $ApplicationHeaderSettings
|
|
4397
4513
|
extends sap.ui.core.$ControlSettings {
|
|
4398
4514
|
/**
|
|
@@ -4435,6 +4551,11 @@ declare namespace sap {
|
|
|
4435
4551
|
logoff?: (oEvent: sap.ui.base.Event) => void;
|
|
4436
4552
|
}
|
|
4437
4553
|
|
|
4554
|
+
/**
|
|
4555
|
+
* Describes the settings that can be provided to the Area constructor.
|
|
4556
|
+
*
|
|
4557
|
+
* @deprecated (since 1.38)
|
|
4558
|
+
*/
|
|
4438
4559
|
interface $AreaSettings extends sap.ui.core.$ElementSettings {
|
|
4439
4560
|
/**
|
|
4440
4561
|
* The value is a string and can be 'rect' for rectangle, 'poly' for poligon, 'circle', or default.
|
|
@@ -4460,6 +4581,11 @@ declare namespace sap {
|
|
|
4460
4581
|
alt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4461
4582
|
}
|
|
4462
4583
|
|
|
4584
|
+
/**
|
|
4585
|
+
* Describes the settings that can be provided to the AutoComplete constructor.
|
|
4586
|
+
*
|
|
4587
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Input}.
|
|
4588
|
+
*/
|
|
4463
4589
|
interface $AutoCompleteSettings extends sap.ui.commons.$ComboBoxSettings {
|
|
4464
4590
|
/**
|
|
4465
4591
|
* Determines whether scrolling should be enabled when the number of items is higher than maxPopupItems.
|
|
@@ -4476,6 +4602,11 @@ declare namespace sap {
|
|
|
4476
4602
|
suggest?: (oEvent: AutoComplete$SuggestEvent) => void;
|
|
4477
4603
|
}
|
|
4478
4604
|
|
|
4605
|
+
/**
|
|
4606
|
+
* Describes the settings that can be provided to the Button constructor.
|
|
4607
|
+
*
|
|
4608
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Button}
|
|
4609
|
+
*/
|
|
4479
4610
|
interface $ButtonSettings extends sap.ui.core.$ControlSettings {
|
|
4480
4611
|
/**
|
|
4481
4612
|
* Button text displayed at runtime.
|
|
@@ -4591,6 +4722,12 @@ declare namespace sap {
|
|
|
4591
4722
|
press?: (oEvent: sap.ui.base.Event) => void;
|
|
4592
4723
|
}
|
|
4593
4724
|
|
|
4725
|
+
/**
|
|
4726
|
+
* Describes the settings that can be provided to the Callout constructor.
|
|
4727
|
+
*
|
|
4728
|
+
* @deprecated (since 1.38) - If you want to achieve a similar behavior, use a `sap.m.Popover` control and
|
|
4729
|
+
* open it next to your control.
|
|
4730
|
+
*/
|
|
4594
4731
|
interface $CalloutSettings extends sap.ui.commons.$CalloutBaseSettings {
|
|
4595
4732
|
/**
|
|
4596
4733
|
* Determines the content of the Callout
|
|
@@ -4602,6 +4739,12 @@ declare namespace sap {
|
|
|
4602
4739
|
| `{${string}}`;
|
|
4603
4740
|
}
|
|
4604
4741
|
|
|
4742
|
+
/**
|
|
4743
|
+
* Describes the settings that can be provided to the CalloutBase constructor.
|
|
4744
|
+
*
|
|
4745
|
+
* @deprecated (since 1.38) - If you want to achieve a similar behavior, use the `sap.m.Popover` control
|
|
4746
|
+
* and open it next to your control.
|
|
4747
|
+
*/
|
|
4605
4748
|
interface $CalloutBaseSettings extends sap.ui.core.$TooltipBaseSettings {
|
|
4606
4749
|
/**
|
|
4607
4750
|
* The event is fired when the popup is opened.
|
|
@@ -4627,6 +4770,11 @@ declare namespace sap {
|
|
|
4627
4770
|
opened?: (oEvent: sap.ui.base.Event) => void;
|
|
4628
4771
|
}
|
|
4629
4772
|
|
|
4773
|
+
/**
|
|
4774
|
+
* Describes the settings that can be provided to the Carousel constructor.
|
|
4775
|
+
*
|
|
4776
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Carousel` control.
|
|
4777
|
+
*/
|
|
4630
4778
|
interface $CarouselSettings extends sap.ui.core.$ControlSettings {
|
|
4631
4779
|
/**
|
|
4632
4780
|
* Determines the orientation of the Carousel. Can be either "horizontal" or "vertical"
|
|
@@ -4712,6 +4860,11 @@ declare namespace sap {
|
|
|
4712
4860
|
| `{${string}}`;
|
|
4713
4861
|
}
|
|
4714
4862
|
|
|
4863
|
+
/**
|
|
4864
|
+
* Describes the settings that can be provided to the CheckBox constructor.
|
|
4865
|
+
*
|
|
4866
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.CheckBox` control.
|
|
4867
|
+
*/
|
|
4715
4868
|
interface $CheckBoxSettings extends sap.ui.core.$ControlSettings {
|
|
4716
4869
|
/**
|
|
4717
4870
|
* Contains the state of the control whether it is flagged with a check mark, or not
|
|
@@ -4790,9 +4943,19 @@ declare namespace sap {
|
|
|
4790
4943
|
change?: (oEvent: CheckBox$ChangeEvent) => void;
|
|
4791
4944
|
}
|
|
4792
4945
|
|
|
4946
|
+
/**
|
|
4947
|
+
* Describes the settings that can be provided to the ColorPicker constructor.
|
|
4948
|
+
*
|
|
4949
|
+
* @deprecated (since 1.38) - replaced by {@link sap.ui.unified.ColorPicker}
|
|
4950
|
+
*/
|
|
4793
4951
|
interface $ColorPickerSettings
|
|
4794
4952
|
extends sap.ui.unified.$ColorPickerSettings {}
|
|
4795
4953
|
|
|
4954
|
+
/**
|
|
4955
|
+
* Describes the settings that can be provided to the ComboBox constructor.
|
|
4956
|
+
*
|
|
4957
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.ComboBox}
|
|
4958
|
+
*/
|
|
4796
4959
|
interface $ComboBoxSettings extends sap.ui.commons.$TextFieldSettings {
|
|
4797
4960
|
/**
|
|
4798
4961
|
* Defines the number of items that shall be displayed at once. If the overall number of items is higher
|
|
@@ -4851,6 +5014,11 @@ declare namespace sap {
|
|
|
4851
5014
|
listBox?: sap.ui.commons.ListBox | string;
|
|
4852
5015
|
}
|
|
4853
5016
|
|
|
5017
|
+
/**
|
|
5018
|
+
* Describes the settings that can be provided to the DatePicker constructor.
|
|
5019
|
+
*
|
|
5020
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.DatePicker}
|
|
5021
|
+
*/
|
|
4854
5022
|
interface $DatePickerSettings extends sap.ui.commons.$TextFieldSettings {
|
|
4855
5023
|
/**
|
|
4856
5024
|
* Defines the locale (language and country), e.g. "en-US", whose translations and Date formatters should
|
|
@@ -4866,6 +5034,11 @@ declare namespace sap {
|
|
|
4866
5034
|
yyyymmdd?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4867
5035
|
}
|
|
4868
5036
|
|
|
5037
|
+
/**
|
|
5038
|
+
* Describes the settings that can be provided to the Dialog constructor.
|
|
5039
|
+
*
|
|
5040
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Dialog` control.
|
|
5041
|
+
*/
|
|
4869
5042
|
interface $DialogSettings extends sap.ui.core.$ControlSettings {
|
|
4870
5043
|
/**
|
|
4871
5044
|
* Outer width of dialog window. When not set and not constrained by one of the width parameters (minWidth/maxWidth),
|
|
@@ -5056,6 +5229,11 @@ declare namespace sap {
|
|
|
5056
5229
|
closed?: (oEvent: Dialog$ClosedEvent) => void;
|
|
5057
5230
|
}
|
|
5058
5231
|
|
|
5232
|
+
/**
|
|
5233
|
+
* Describes the settings that can be provided to the DropdownBox constructor.
|
|
5234
|
+
*
|
|
5235
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.ComboBox}
|
|
5236
|
+
*/
|
|
5059
5237
|
interface $DropdownBoxSettings extends sap.ui.commons.$ComboBoxSettings {
|
|
5060
5238
|
/**
|
|
5061
5239
|
* Whether the DropdownBox's search help should be enabled.
|
|
@@ -5103,12 +5281,29 @@ declare namespace sap {
|
|
|
5103
5281
|
searchHelp?: (oEvent: DropdownBox$SearchHelpEvent) => void;
|
|
5104
5282
|
}
|
|
5105
5283
|
|
|
5284
|
+
/**
|
|
5285
|
+
* Describes the settings that can be provided to the FileUploader constructor.
|
|
5286
|
+
*
|
|
5287
|
+
* @deprecated (since 1.21.0) - Please use the control sap.ui.unified.FileUploader of the library sap.ui.unified
|
|
5288
|
+
* instead.
|
|
5289
|
+
*/
|
|
5106
5290
|
interface $FileUploaderSettings
|
|
5107
5291
|
extends sap.ui.unified.$FileUploaderSettings {}
|
|
5108
5292
|
|
|
5293
|
+
/**
|
|
5294
|
+
* Describes the settings that can be provided to the FileUploaderParameter constructor.
|
|
5295
|
+
*
|
|
5296
|
+
* @deprecated (since 1.21.0) - Please use the element sap.ui.unified.FileUploaderParameter of the library
|
|
5297
|
+
* sap.ui.unified instead.
|
|
5298
|
+
*/
|
|
5109
5299
|
interface $FileUploaderParameterSettings
|
|
5110
5300
|
extends sap.ui.unified.$FileUploaderParameterSettings {}
|
|
5111
5301
|
|
|
5302
|
+
/**
|
|
5303
|
+
* Describes the settings that can be provided to the FormattedTextView constructor.
|
|
5304
|
+
*
|
|
5305
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.core.HTML` control.
|
|
5306
|
+
*/
|
|
5112
5307
|
interface $FormattedTextViewSettings
|
|
5113
5308
|
extends sap.ui.core.$ControlSettings {
|
|
5114
5309
|
/**
|
|
@@ -5134,6 +5329,12 @@ declare namespace sap {
|
|
|
5134
5329
|
| `{${string}}`;
|
|
5135
5330
|
}
|
|
5136
5331
|
|
|
5332
|
+
/**
|
|
5333
|
+
* Describes the settings that can be provided to the HorizontalDivider constructor.
|
|
5334
|
+
*
|
|
5335
|
+
* @deprecated (since 1.38) - Use the layout controls instead, e.g {@link sap.ui.layout.Splitter} or {@link sap.ui.layout.BlockLayout }
|
|
5336
|
+
* among others.
|
|
5337
|
+
*/
|
|
5137
5338
|
interface $HorizontalDividerSettings
|
|
5138
5339
|
extends sap.ui.core.$ControlSettings {
|
|
5139
5340
|
/**
|
|
@@ -5161,6 +5362,11 @@ declare namespace sap {
|
|
|
5161
5362
|
| `{${string}}`;
|
|
5162
5363
|
}
|
|
5163
5364
|
|
|
5365
|
+
/**
|
|
5366
|
+
* Describes the settings that can be provided to the Image constructor.
|
|
5367
|
+
*
|
|
5368
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Image}
|
|
5369
|
+
*/
|
|
5164
5370
|
interface $ImageSettings extends sap.ui.core.$ControlSettings {
|
|
5165
5371
|
/**
|
|
5166
5372
|
* Relative or absolute path to URL where the image file is stored.
|
|
@@ -5216,6 +5422,11 @@ declare namespace sap {
|
|
|
5216
5422
|
press?: (oEvent: sap.ui.base.Event) => void;
|
|
5217
5423
|
}
|
|
5218
5424
|
|
|
5425
|
+
/**
|
|
5426
|
+
* Describes the settings that can be provided to the ImageMap constructor.
|
|
5427
|
+
*
|
|
5428
|
+
* @deprecated (since 1.38) - There's not replacement because of the archaic design pattern.
|
|
5429
|
+
*/
|
|
5219
5430
|
interface $ImageMapSettings extends sap.ui.core.$ControlSettings {
|
|
5220
5431
|
/**
|
|
5221
5432
|
* Name for the image that serves as reference
|
|
@@ -5237,6 +5448,11 @@ declare namespace sap {
|
|
|
5237
5448
|
press?: (oEvent: ImageMap$PressEvent) => void;
|
|
5238
5449
|
}
|
|
5239
5450
|
|
|
5451
|
+
/**
|
|
5452
|
+
* Describes the settings that can be provided to the InPlaceEdit constructor.
|
|
5453
|
+
*
|
|
5454
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Input}
|
|
5455
|
+
*/
|
|
5240
5456
|
interface $InPlaceEditSettings extends sap.ui.core.$ControlSettings {
|
|
5241
5457
|
/**
|
|
5242
5458
|
* Visualizes warnings or errors related to the InPlaceEdit. Possible values: Warning, Error, Success. If
|
|
@@ -5287,6 +5503,11 @@ declare namespace sap {
|
|
|
5287
5503
|
liveChange?: (oEvent: InPlaceEdit$LiveChangeEvent) => void;
|
|
5288
5504
|
}
|
|
5289
5505
|
|
|
5506
|
+
/**
|
|
5507
|
+
* Describes the settings that can be provided to the Label constructor.
|
|
5508
|
+
*
|
|
5509
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Label` control.
|
|
5510
|
+
*/
|
|
5290
5511
|
interface $LabelSettings extends sap.ui.core.$ControlSettings {
|
|
5291
5512
|
/**
|
|
5292
5513
|
* Defines whether the labels are in bold format.
|
|
@@ -5374,6 +5595,11 @@ declare namespace sap {
|
|
|
5374
5595
|
labelFor?: sap.ui.core.Control | string;
|
|
5375
5596
|
}
|
|
5376
5597
|
|
|
5598
|
+
/**
|
|
5599
|
+
* Describes the settings that can be provided to the Link constructor.
|
|
5600
|
+
*
|
|
5601
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Link` control.
|
|
5602
|
+
*/
|
|
5377
5603
|
interface $LinkSettings extends sap.ui.core.$ControlSettings {
|
|
5378
5604
|
/**
|
|
5379
5605
|
* Link text to be displayed.
|
|
@@ -5434,6 +5660,11 @@ declare namespace sap {
|
|
|
5434
5660
|
press?: (oEvent: sap.ui.base.Event) => void;
|
|
5435
5661
|
}
|
|
5436
5662
|
|
|
5663
|
+
/**
|
|
5664
|
+
* Describes the settings that can be provided to the ListBox constructor.
|
|
5665
|
+
*
|
|
5666
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.List` control.
|
|
5667
|
+
*/
|
|
5437
5668
|
interface $ListBoxSettings extends sap.ui.core.$ControlSettings {
|
|
5438
5669
|
/**
|
|
5439
5670
|
* Determines whether the ListBox is interactive or not. Can be used to disable interaction with mouse or
|
|
@@ -5580,8 +5811,18 @@ declare namespace sap {
|
|
|
5580
5811
|
select?: (oEvent: ListBox$SelectEvent) => void;
|
|
5581
5812
|
}
|
|
5582
5813
|
|
|
5814
|
+
/**
|
|
5815
|
+
* Describes the settings that can be provided to the Menu constructor.
|
|
5816
|
+
*
|
|
5817
|
+
* @deprecated (since 1.21.0) - replaced by {@link sap.ui.unified.Menu}
|
|
5818
|
+
*/
|
|
5583
5819
|
interface $MenuSettings extends sap.ui.unified.$MenuSettings {}
|
|
5584
5820
|
|
|
5821
|
+
/**
|
|
5822
|
+
* Describes the settings that can be provided to the MenuBar constructor.
|
|
5823
|
+
*
|
|
5824
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.OverflowToolbar` control.
|
|
5825
|
+
*/
|
|
5585
5826
|
interface $MenuBarSettings extends sap.ui.core.$ControlSettings {
|
|
5586
5827
|
/**
|
|
5587
5828
|
* When the MenuBar is not enabled, automatically all single menu items are also displayed as 'disabled'.
|
|
@@ -5617,6 +5858,11 @@ declare namespace sap {
|
|
|
5617
5858
|
| `{${string}}`;
|
|
5618
5859
|
}
|
|
5619
5860
|
|
|
5861
|
+
/**
|
|
5862
|
+
* Describes the settings that can be provided to the MenuButton constructor.
|
|
5863
|
+
*
|
|
5864
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.MenuButton` control.
|
|
5865
|
+
*/
|
|
5620
5866
|
interface $MenuButtonSettings extends sap.ui.commons.$ButtonSettings {
|
|
5621
5867
|
/**
|
|
5622
5868
|
* The position / edge (see sap.ui.core.Popup.Dock) of the button where the menu is docked. Default is 'begin
|
|
@@ -5641,14 +5887,36 @@ declare namespace sap {
|
|
|
5641
5887
|
itemSelected?: (oEvent: MenuButton$ItemSelectedEvent) => void;
|
|
5642
5888
|
}
|
|
5643
5889
|
|
|
5890
|
+
/**
|
|
5891
|
+
* Describes the settings that can be provided to the MenuItem constructor.
|
|
5892
|
+
*
|
|
5893
|
+
* @deprecated (since 1.21.0) - replaced by {@link sap.ui.unified.MenuItem}
|
|
5894
|
+
*/
|
|
5644
5895
|
interface $MenuItemSettings extends sap.ui.unified.$MenuItemSettings {}
|
|
5645
5896
|
|
|
5897
|
+
/**
|
|
5898
|
+
* Describes the settings that can be provided to the MenuItemBase constructor.
|
|
5899
|
+
*
|
|
5900
|
+
* @deprecated (since 1.21.0) - replaced by {@link sap.ui.unified.MenuItemBase}
|
|
5901
|
+
*/
|
|
5646
5902
|
interface $MenuItemBaseSettings
|
|
5647
5903
|
extends sap.ui.unified.$MenuItemBaseSettings {}
|
|
5648
5904
|
|
|
5905
|
+
/**
|
|
5906
|
+
* Describes the settings that can be provided to the MenuTextFieldItem constructor.
|
|
5907
|
+
*
|
|
5908
|
+
* @deprecated (since 1.21.0) - Please use the control `sap.ui.unified.MenuTextFieldItem` of the library
|
|
5909
|
+
* `sap.ui.unified` instead.
|
|
5910
|
+
*/
|
|
5649
5911
|
interface $MenuTextFieldItemSettings
|
|
5650
5912
|
extends sap.ui.unified.$MenuTextFieldItemSettings {}
|
|
5651
5913
|
|
|
5914
|
+
/**
|
|
5915
|
+
* Describes the settings that can be provided to the Message constructor.
|
|
5916
|
+
*
|
|
5917
|
+
* @deprecated (since 1.4.0) - A new messaging concept will be created in future. Therefore this control
|
|
5918
|
+
* might be removed in one of the next versions.
|
|
5919
|
+
*/
|
|
5652
5920
|
interface $MessageSettings extends sap.ui.core.$ControlSettings {
|
|
5653
5921
|
/**
|
|
5654
5922
|
* "Success", or "Warning", or "Error" messages. (Mandatory)
|
|
@@ -5676,6 +5944,11 @@ declare namespace sap {
|
|
|
5676
5944
|
design?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5677
5945
|
}
|
|
5678
5946
|
|
|
5947
|
+
/**
|
|
5948
|
+
* Describes the settings that can be provided to the MessageBar constructor.
|
|
5949
|
+
*
|
|
5950
|
+
* @deprecated (since 1.4.0) - Instead, use the `sap.m.MessagePopover` control.
|
|
5951
|
+
*/
|
|
5679
5952
|
interface $MessageBarSettings extends sap.ui.core.$ControlSettings {
|
|
5680
5953
|
/**
|
|
5681
5954
|
* Element ID upon which the MessageBar will be initially positioned.
|
|
@@ -5719,6 +5992,12 @@ declare namespace sap {
|
|
|
5719
5992
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5720
5993
|
}
|
|
5721
5994
|
|
|
5995
|
+
/**
|
|
5996
|
+
* Describes the settings that can be provided to the MessageList constructor.
|
|
5997
|
+
*
|
|
5998
|
+
* @deprecated (since 1.4.0) - A new messaging concept will be created in future. Therefore this control
|
|
5999
|
+
* might be removed in one of the next versions.
|
|
6000
|
+
*/
|
|
5722
6001
|
interface $MessageListSettings extends sap.ui.core.$ControlSettings {
|
|
5723
6002
|
/**
|
|
5724
6003
|
* Specifies whether or not the MessageList is visible. Invisible controls are not rendered.
|
|
@@ -5739,6 +6018,11 @@ declare namespace sap {
|
|
|
5739
6018
|
maxListed?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5740
6019
|
}
|
|
5741
6020
|
|
|
6021
|
+
/**
|
|
6022
|
+
* Describes the settings that can be provided to the MessageToast constructor.
|
|
6023
|
+
*
|
|
6024
|
+
* @deprecated (since 1.4.0) - Instead, use the `sap.m.MessageToast` control.
|
|
6025
|
+
*/
|
|
5742
6026
|
interface $MessageToastSettings extends sap.ui.core.$ControlSettings {
|
|
5743
6027
|
/**
|
|
5744
6028
|
* ID of the anchor on top of which the MessageToast is to render.
|
|
@@ -5751,6 +6035,11 @@ declare namespace sap {
|
|
|
5751
6035
|
next?: (oEvent: sap.ui.base.Event) => void;
|
|
5752
6036
|
}
|
|
5753
6037
|
|
|
6038
|
+
/**
|
|
6039
|
+
* Describes the settings that can be provided to the Paginator constructor.
|
|
6040
|
+
*
|
|
6041
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
6042
|
+
*/
|
|
5754
6043
|
interface $PaginatorSettings extends sap.ui.core.$ControlSettings {
|
|
5755
6044
|
/**
|
|
5756
6045
|
* Represents the current page (first page has index 1, not 0, to match the visual number)
|
|
@@ -5774,6 +6063,11 @@ declare namespace sap {
|
|
|
5774
6063
|
page?: (oEvent: Paginator$PageEvent) => void;
|
|
5775
6064
|
}
|
|
5776
6065
|
|
|
6066
|
+
/**
|
|
6067
|
+
* Describes the settings that can be provided to the Panel constructor.
|
|
6068
|
+
*
|
|
6069
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Panel` control.
|
|
6070
|
+
*/
|
|
5777
6071
|
interface $PanelSettings extends sap.ui.core.$ControlSettings {
|
|
5778
6072
|
/**
|
|
5779
6073
|
* Determines the width of the Panel in CSS size.
|
|
@@ -5890,9 +6184,19 @@ declare namespace sap {
|
|
|
5890
6184
|
| `{${string}}`;
|
|
5891
6185
|
}
|
|
5892
6186
|
|
|
6187
|
+
/**
|
|
6188
|
+
* Describes the settings that can be provided to the PasswordField constructor.
|
|
6189
|
+
*
|
|
6190
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Input` control.
|
|
6191
|
+
*/
|
|
5893
6192
|
interface $PasswordFieldSettings
|
|
5894
6193
|
extends sap.ui.commons.$TextFieldSettings {}
|
|
5895
6194
|
|
|
6195
|
+
/**
|
|
6196
|
+
* Describes the settings that can be provided to the ProgressIndicator constructor.
|
|
6197
|
+
*
|
|
6198
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.ProgressIndicator` control.
|
|
6199
|
+
*/
|
|
5896
6200
|
interface $ProgressIndicatorSettings
|
|
5897
6201
|
extends sap.ui.core.$ControlSettings {
|
|
5898
6202
|
/**
|
|
@@ -5944,6 +6248,11 @@ declare namespace sap {
|
|
|
5944
6248
|
| `{${string}}`;
|
|
5945
6249
|
}
|
|
5946
6250
|
|
|
6251
|
+
/**
|
|
6252
|
+
* Describes the settings that can be provided to the RadioButton constructor.
|
|
6253
|
+
*
|
|
6254
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.RadioButton` control.
|
|
6255
|
+
*/
|
|
5947
6256
|
interface $RadioButtonSettings extends sap.ui.core.$ControlSettings {
|
|
5948
6257
|
/**
|
|
5949
6258
|
* Defines the text displayed next to the RadioButton.
|
|
@@ -6028,6 +6337,11 @@ declare namespace sap {
|
|
|
6028
6337
|
select?: (oEvent: sap.ui.base.Event) => void;
|
|
6029
6338
|
}
|
|
6030
6339
|
|
|
6340
|
+
/**
|
|
6341
|
+
* Describes the settings that can be provided to the RadioButtonGroup constructor.
|
|
6342
|
+
*
|
|
6343
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.RadioButtonGroup` control.
|
|
6344
|
+
*/
|
|
6031
6345
|
interface $RadioButtonGroupSettings extends sap.ui.core.$ControlSettings {
|
|
6032
6346
|
/**
|
|
6033
6347
|
* Defines the width of the RadioButtonGroup.
|
|
@@ -6111,6 +6425,11 @@ declare namespace sap {
|
|
|
6111
6425
|
select?: (oEvent: RadioButtonGroup$SelectEvent) => void;
|
|
6112
6426
|
}
|
|
6113
6427
|
|
|
6428
|
+
/**
|
|
6429
|
+
* Describes the settings that can be provided to the RangeSlider constructor.
|
|
6430
|
+
*
|
|
6431
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.RangeSlider}
|
|
6432
|
+
*/
|
|
6114
6433
|
interface $RangeSliderSettings extends sap.ui.commons.$SliderSettings {
|
|
6115
6434
|
/**
|
|
6116
6435
|
* Current second value of the slider. (Position of the second grip.)
|
|
@@ -6124,6 +6443,11 @@ declare namespace sap {
|
|
|
6124
6443
|
| `{${string}}`;
|
|
6125
6444
|
}
|
|
6126
6445
|
|
|
6446
|
+
/**
|
|
6447
|
+
* Describes the settings that can be provided to the RatingIndicator constructor.
|
|
6448
|
+
*
|
|
6449
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.RatingIndicator` control.
|
|
6450
|
+
*/
|
|
6127
6451
|
interface $RatingIndicatorSettings extends sap.ui.core.$ControlSettings {
|
|
6128
6452
|
/**
|
|
6129
6453
|
* Determines if the rating symbols can be edited.
|
|
@@ -6212,6 +6536,11 @@ declare namespace sap {
|
|
|
6212
6536
|
change?: (oEvent: RatingIndicator$ChangeEvent) => void;
|
|
6213
6537
|
}
|
|
6214
6538
|
|
|
6539
|
+
/**
|
|
6540
|
+
* Describes the settings that can be provided to the ResponsiveContainer constructor.
|
|
6541
|
+
*
|
|
6542
|
+
* @deprecated (since 1.38) - Use a container by choice from the {@link sap.m} library, instead.
|
|
6543
|
+
*/
|
|
6215
6544
|
interface $ResponsiveContainerSettings
|
|
6216
6545
|
extends sap.ui.core.$ControlSettings {
|
|
6217
6546
|
/**
|
|
@@ -6250,6 +6579,12 @@ declare namespace sap {
|
|
|
6250
6579
|
rangeSwitch?: (oEvent: ResponsiveContainer$RangeSwitchEvent) => void;
|
|
6251
6580
|
}
|
|
6252
6581
|
|
|
6582
|
+
/**
|
|
6583
|
+
* Describes the settings that can be provided to the ResponsiveContainerRange constructor.
|
|
6584
|
+
*
|
|
6585
|
+
* @deprecated (since 1.38) - (altogether with sap.ui.commons.ResponsiveContainer). Use a container of your
|
|
6586
|
+
* choice from the sap.m library instead.
|
|
6587
|
+
*/
|
|
6253
6588
|
interface $ResponsiveContainerRangeSettings
|
|
6254
6589
|
extends sap.ui.core.$ElementSettings {
|
|
6255
6590
|
/**
|
|
@@ -6279,6 +6614,12 @@ declare namespace sap {
|
|
|
6279
6614
|
content?: sap.ui.core.Control | string;
|
|
6280
6615
|
}
|
|
6281
6616
|
|
|
6617
|
+
/**
|
|
6618
|
+
* Describes the settings that can be provided to the RichTooltip constructor.
|
|
6619
|
+
*
|
|
6620
|
+
* @deprecated (since 1.38) - Tf you want to achieve a similar behavior, use a `sap.m.Popover` control and
|
|
6621
|
+
* open it next to your control.
|
|
6622
|
+
*/
|
|
6282
6623
|
interface $RichTooltipSettings extends sap.ui.core.$TooltipBaseSettings {
|
|
6283
6624
|
/**
|
|
6284
6625
|
* Tool tip title to be displayed in the header.
|
|
@@ -6308,6 +6649,11 @@ declare namespace sap {
|
|
|
6308
6649
|
imageAltText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6309
6650
|
}
|
|
6310
6651
|
|
|
6652
|
+
/**
|
|
6653
|
+
* Describes the settings that can be provided to the RoadMap constructor.
|
|
6654
|
+
*
|
|
6655
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Wizard` control.
|
|
6656
|
+
*/
|
|
6311
6657
|
interface $RoadMapSettings extends sap.ui.core.$ControlSettings {
|
|
6312
6658
|
/**
|
|
6313
6659
|
* Total number of steps to be displayed at once
|
|
@@ -6357,6 +6703,11 @@ declare namespace sap {
|
|
|
6357
6703
|
stepExpanded?: (oEvent: RoadMap$StepExpandedEvent) => void;
|
|
6358
6704
|
}
|
|
6359
6705
|
|
|
6706
|
+
/**
|
|
6707
|
+
* Describes the settings that can be provided to the RoadMapStep constructor.
|
|
6708
|
+
*
|
|
6709
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Wizard` control.
|
|
6710
|
+
*/
|
|
6360
6711
|
interface $RoadMapStepSettings extends sap.ui.core.$ElementSettings {
|
|
6361
6712
|
/**
|
|
6362
6713
|
* Label of the step
|
|
@@ -6404,6 +6755,11 @@ declare namespace sap {
|
|
|
6404
6755
|
| `{${string}}`;
|
|
6405
6756
|
}
|
|
6406
6757
|
|
|
6758
|
+
/**
|
|
6759
|
+
* Describes the settings that can be provided to the RowRepeater constructor.
|
|
6760
|
+
*
|
|
6761
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.table.Table` control.
|
|
6762
|
+
*/
|
|
6407
6763
|
interface $RowRepeaterSettings extends sap.ui.core.$ControlSettings {
|
|
6408
6764
|
/**
|
|
6409
6765
|
* Number of rows displayed.
|
|
@@ -6513,6 +6869,11 @@ declare namespace sap {
|
|
|
6513
6869
|
resize?: (oEvent: RowRepeater$ResizeEvent) => void;
|
|
6514
6870
|
}
|
|
6515
6871
|
|
|
6872
|
+
/**
|
|
6873
|
+
* Describes the settings that can be provided to the RowRepeaterFilter constructor.
|
|
6874
|
+
*
|
|
6875
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.table.Table` control.
|
|
6876
|
+
*/
|
|
6516
6877
|
interface $RowRepeaterFilterSettings
|
|
6517
6878
|
extends sap.ui.core.$ElementSettings {
|
|
6518
6879
|
/**
|
|
@@ -6534,6 +6895,11 @@ declare namespace sap {
|
|
|
6534
6895
|
| `{${string}}`;
|
|
6535
6896
|
}
|
|
6536
6897
|
|
|
6898
|
+
/**
|
|
6899
|
+
* Describes the settings that can be provided to the RowRepeaterSorter constructor.
|
|
6900
|
+
*
|
|
6901
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.table.Table` control.
|
|
6902
|
+
*/
|
|
6537
6903
|
interface $RowRepeaterSorterSettings
|
|
6538
6904
|
extends sap.ui.core.$ElementSettings {
|
|
6539
6905
|
/**
|
|
@@ -6555,6 +6921,11 @@ declare namespace sap {
|
|
|
6555
6921
|
| `{${string}}`;
|
|
6556
6922
|
}
|
|
6557
6923
|
|
|
6924
|
+
/**
|
|
6925
|
+
* Describes the settings that can be provided to the SearchField constructor.
|
|
6926
|
+
*
|
|
6927
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.SearchField` control.
|
|
6928
|
+
*/
|
|
6558
6929
|
interface $SearchFieldSettings extends sap.ui.core.$ControlSettings {
|
|
6559
6930
|
/**
|
|
6560
6931
|
* Defines whether a pop up list shall be provided for suggestions
|
|
@@ -6731,9 +7102,19 @@ declare namespace sap {
|
|
|
6731
7102
|
suggest?: (oEvent: SearchField$SuggestEvent) => void;
|
|
6732
7103
|
}
|
|
6733
7104
|
|
|
7105
|
+
/**
|
|
7106
|
+
* Describes the settings that can be provided to the SearchProvider constructor.
|
|
7107
|
+
*
|
|
7108
|
+
* @deprecated (since 1.6.0) - Replaced by sap.ui.core.search.OpenSearchProvider
|
|
7109
|
+
*/
|
|
6734
7110
|
interface $SearchProviderSettings
|
|
6735
7111
|
extends sap.ui.core.search.$OpenSearchProviderSettings {}
|
|
6736
7112
|
|
|
7113
|
+
/**
|
|
7114
|
+
* Describes the settings that can be provided to the SegmentedButton constructor.
|
|
7115
|
+
*
|
|
7116
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.SegmentedButton}
|
|
7117
|
+
*/
|
|
6737
7118
|
interface $SegmentedButtonSettings extends sap.ui.core.$ControlSettings {
|
|
6738
7119
|
/**
|
|
6739
7120
|
* enabled
|
|
@@ -6763,6 +7144,11 @@ declare namespace sap {
|
|
|
6763
7144
|
select?: (oEvent: SegmentedButton$SelectEvent) => void;
|
|
6764
7145
|
}
|
|
6765
7146
|
|
|
7147
|
+
/**
|
|
7148
|
+
* Describes the settings that can be provided to the Slider constructor.
|
|
7149
|
+
*
|
|
7150
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Slider}
|
|
7151
|
+
*/
|
|
6766
7152
|
interface $SliderSettings extends sap.ui.core.$ControlSettings {
|
|
6767
7153
|
/**
|
|
6768
7154
|
* Width of the horizontal slider.
|
|
@@ -6896,6 +7282,11 @@ declare namespace sap {
|
|
|
6896
7282
|
liveChange?: (oEvent: Slider$LiveChangeEvent) => void;
|
|
6897
7283
|
}
|
|
6898
7284
|
|
|
7285
|
+
/**
|
|
7286
|
+
* Describes the settings that can be provided to the Splitter constructor.
|
|
7287
|
+
*
|
|
7288
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.layout.Splitter` control.
|
|
7289
|
+
*/
|
|
6899
7290
|
interface $SplitterSettings extends sap.ui.core.$ControlSettings {
|
|
6900
7291
|
/**
|
|
6901
7292
|
* The splitter can have horizontal or vertical orientation.
|
|
@@ -6984,6 +7375,11 @@ declare namespace sap {
|
|
|
6984
7375
|
| `{${string}}`;
|
|
6985
7376
|
}
|
|
6986
7377
|
|
|
7378
|
+
/**
|
|
7379
|
+
* Describes the settings that can be provided to the Tab constructor.
|
|
7380
|
+
*
|
|
7381
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.TabContainer` control.
|
|
7382
|
+
*/
|
|
6987
7383
|
interface $TabSettings extends sap.ui.commons.$PanelSettings {
|
|
6988
7384
|
/**
|
|
6989
7385
|
* Specifies the vertical scrolling.
|
|
@@ -7021,6 +7417,11 @@ declare namespace sap {
|
|
|
7021
7417
|
| `{${string}}`;
|
|
7022
7418
|
}
|
|
7023
7419
|
|
|
7420
|
+
/**
|
|
7421
|
+
* Describes the settings that can be provided to the TabStrip constructor.
|
|
7422
|
+
*
|
|
7423
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.TabContainer` control.
|
|
7424
|
+
*/
|
|
7024
7425
|
interface $TabStripSettings extends sap.ui.core.$ControlSettings {
|
|
7025
7426
|
/**
|
|
7026
7427
|
* Specifies the height of the tab bar and content area.
|
|
@@ -7074,6 +7475,11 @@ declare namespace sap {
|
|
|
7074
7475
|
close?: (oEvent: TabStrip$CloseEvent) => void;
|
|
7075
7476
|
}
|
|
7076
7477
|
|
|
7478
|
+
/**
|
|
7479
|
+
* Describes the settings that can be provided to the TextArea constructor.
|
|
7480
|
+
*
|
|
7481
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.TextArea` control.
|
|
7482
|
+
*/
|
|
7077
7483
|
interface $TextAreaSettings extends sap.ui.commons.$TextFieldSettings {
|
|
7078
7484
|
/**
|
|
7079
7485
|
* Height of text field. When it is set (CSS-size such as % or px), this is the exact size.
|
|
@@ -7129,6 +7535,11 @@ declare namespace sap {
|
|
|
7129
7535
|
labeledBy?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
7130
7536
|
}
|
|
7131
7537
|
|
|
7538
|
+
/**
|
|
7539
|
+
* Describes the settings that can be provided to the TextField constructor.
|
|
7540
|
+
*
|
|
7541
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Input}
|
|
7542
|
+
*/
|
|
7132
7543
|
interface $TextFieldSettings extends sap.ui.core.$ControlSettings {
|
|
7133
7544
|
/**
|
|
7134
7545
|
* Text inside the `TextField`
|
|
@@ -7267,6 +7678,11 @@ declare namespace sap {
|
|
|
7267
7678
|
liveChange?: (oEvent: TextField$LiveChangeEvent) => void;
|
|
7268
7679
|
}
|
|
7269
7680
|
|
|
7681
|
+
/**
|
|
7682
|
+
* Describes the settings that can be provided to the TextView constructor.
|
|
7683
|
+
*
|
|
7684
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Text}.
|
|
7685
|
+
*/
|
|
7270
7686
|
interface $TextViewSettings extends sap.ui.core.$ControlSettings {
|
|
7271
7687
|
/**
|
|
7272
7688
|
* Text to be displayed.
|
|
@@ -7355,8 +7771,18 @@ declare namespace sap {
|
|
|
7355
7771
|
ariaLabelledBy?: Array<sap.ui.core.Control | string>;
|
|
7356
7772
|
}
|
|
7357
7773
|
|
|
7774
|
+
/**
|
|
7775
|
+
* Describes the settings that can be provided to the Title constructor.
|
|
7776
|
+
*
|
|
7777
|
+
* @deprecated (since 1.16.0) - moved to sap.ui.core library. Please use this one.
|
|
7778
|
+
*/
|
|
7358
7779
|
interface $TitleSettings extends sap.ui.core.$TitleSettings {}
|
|
7359
7780
|
|
|
7781
|
+
/**
|
|
7782
|
+
* Describes the settings that can be provided to the ToggleButton constructor.
|
|
7783
|
+
*
|
|
7784
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.ToggleButton}
|
|
7785
|
+
*/
|
|
7360
7786
|
interface $ToggleButtonSettings extends sap.ui.commons.$ButtonSettings {
|
|
7361
7787
|
/**
|
|
7362
7788
|
* The property is “true” when the control is toggled. The default state of this property is "false".
|
|
@@ -7367,6 +7793,11 @@ declare namespace sap {
|
|
|
7367
7793
|
| `{${string}}`;
|
|
7368
7794
|
}
|
|
7369
7795
|
|
|
7796
|
+
/**
|
|
7797
|
+
* Describes the settings that can be provided to the Toolbar constructor.
|
|
7798
|
+
*
|
|
7799
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Toolbar}
|
|
7800
|
+
*/
|
|
7370
7801
|
interface $ToolbarSettings extends sap.ui.core.$ControlSettings {
|
|
7371
7802
|
/**
|
|
7372
7803
|
* When there is not enough space for the toolbar to display all items, the rightmost items are overflowing
|
|
@@ -7413,6 +7844,11 @@ declare namespace sap {
|
|
|
7413
7844
|
| `{${string}}`;
|
|
7414
7845
|
}
|
|
7415
7846
|
|
|
7847
|
+
/**
|
|
7848
|
+
* Describes the settings that can be provided to the ToolbarSeparator constructor.
|
|
7849
|
+
*
|
|
7850
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Toolbar` control.
|
|
7851
|
+
*/
|
|
7416
7852
|
interface $ToolbarSeparatorSettings extends sap.ui.core.$ElementSettings {
|
|
7417
7853
|
/**
|
|
7418
7854
|
* When set to false, there is no visual indication of separation by a vertical line but by a wider space.
|
|
@@ -7431,6 +7867,11 @@ declare namespace sap {
|
|
|
7431
7867
|
| `{${string}}`;
|
|
7432
7868
|
}
|
|
7433
7869
|
|
|
7870
|
+
/**
|
|
7871
|
+
* Describes the settings that can be provided to the Tree constructor.
|
|
7872
|
+
*
|
|
7873
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Tree}
|
|
7874
|
+
*/
|
|
7434
7875
|
interface $TreeSettings extends sap.ui.core.$ControlSettings {
|
|
7435
7876
|
/**
|
|
7436
7877
|
* Tree title
|
|
@@ -7514,6 +7955,11 @@ declare namespace sap {
|
|
|
7514
7955
|
selectionChange?: (oEvent: Tree$SelectionChangeEvent) => void;
|
|
7515
7956
|
}
|
|
7516
7957
|
|
|
7958
|
+
/**
|
|
7959
|
+
* Describes the settings that can be provided to the TreeNode constructor.
|
|
7960
|
+
*
|
|
7961
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Tree}
|
|
7962
|
+
*/
|
|
7517
7963
|
interface $TreeNodeSettings extends sap.ui.core.$ElementSettings {
|
|
7518
7964
|
/**
|
|
7519
7965
|
* Node text
|
|
@@ -7590,6 +8036,11 @@ declare namespace sap {
|
|
|
7590
8036
|
selected?: (oEvent: sap.ui.base.Event) => void;
|
|
7591
8037
|
}
|
|
7592
8038
|
|
|
8039
|
+
/**
|
|
8040
|
+
* Describes the settings that can be provided to the TriStateCheckBox constructor.
|
|
8041
|
+
*
|
|
8042
|
+
* @deprecated (since 1.38) - Use {@link sap.m.CheckBox} instead.
|
|
8043
|
+
*/
|
|
7593
8044
|
interface $TriStateCheckBoxSettings extends sap.ui.core.$ControlSettings {
|
|
7594
8045
|
/**
|
|
7595
8046
|
* Defines the states of the checkbox
|
|
@@ -7652,6 +8103,11 @@ declare namespace sap {
|
|
|
7652
8103
|
change?: (oEvent: TriStateCheckBox$ChangeEvent) => void;
|
|
7653
8104
|
}
|
|
7654
8105
|
|
|
8106
|
+
/**
|
|
8107
|
+
* Describes the settings that can be provided to the ValueHelpField constructor.
|
|
8108
|
+
*
|
|
8109
|
+
* @deprecated (since 1.38) - Instead, use the `sap.m.Input` control.
|
|
8110
|
+
*/
|
|
7655
8111
|
interface $ValueHelpFieldSettings
|
|
7656
8112
|
extends sap.ui.commons.$TextFieldSettings {
|
|
7657
8113
|
/**
|
|
@@ -7687,6 +8143,9 @@ declare namespace sap {
|
|
|
7687
8143
|
valueHelpRequest?: (oEvent: sap.ui.base.Event) => void;
|
|
7688
8144
|
}
|
|
7689
8145
|
|
|
8146
|
+
/**
|
|
8147
|
+
* Parameters of the Accordion#sectionClose event.
|
|
8148
|
+
*/
|
|
7690
8149
|
interface Accordion$SectionCloseEventParameters {
|
|
7691
8150
|
/**
|
|
7692
8151
|
* ID of the closed section
|
|
@@ -7694,6 +8153,9 @@ declare namespace sap {
|
|
|
7694
8153
|
closeSectionId?: string;
|
|
7695
8154
|
}
|
|
7696
8155
|
|
|
8156
|
+
/**
|
|
8157
|
+
* Parameters of the Accordion#sectionOpen event.
|
|
8158
|
+
*/
|
|
7697
8159
|
interface Accordion$SectionOpenEventParameters {
|
|
7698
8160
|
/**
|
|
7699
8161
|
* ID of the opened section
|
|
@@ -7706,6 +8168,9 @@ declare namespace sap {
|
|
|
7706
8168
|
closeSectionIds?: string[];
|
|
7707
8169
|
}
|
|
7708
8170
|
|
|
8171
|
+
/**
|
|
8172
|
+
* Parameters of the Accordion#sectionsReorder event.
|
|
8173
|
+
*/
|
|
7709
8174
|
interface Accordion$SectionsReorderEventParameters {
|
|
7710
8175
|
/**
|
|
7711
8176
|
* ID of the moved section
|
|
@@ -7718,6 +8183,9 @@ declare namespace sap {
|
|
|
7718
8183
|
newIndex?: int;
|
|
7719
8184
|
}
|
|
7720
8185
|
|
|
8186
|
+
/**
|
|
8187
|
+
* Parameters of the AccordionSection#scroll event.
|
|
8188
|
+
*/
|
|
7721
8189
|
interface AccordionSection$ScrollEventParameters {
|
|
7722
8190
|
/**
|
|
7723
8191
|
* Horizontal scroll position
|
|
@@ -7730,8 +8198,14 @@ declare namespace sap {
|
|
|
7730
8198
|
top?: int;
|
|
7731
8199
|
}
|
|
7732
8200
|
|
|
8201
|
+
/**
|
|
8202
|
+
* Parameters of the ApplicationHeader#logoff event.
|
|
8203
|
+
*/
|
|
7733
8204
|
interface ApplicationHeader$LogoffEventParameters {}
|
|
7734
8205
|
|
|
8206
|
+
/**
|
|
8207
|
+
* Parameters of the AutoComplete#suggest event.
|
|
8208
|
+
*/
|
|
7735
8209
|
interface AutoComplete$SuggestEventParameters {
|
|
7736
8210
|
/**
|
|
7737
8211
|
* The current value which was typed in.
|
|
@@ -7739,8 +8213,14 @@ declare namespace sap {
|
|
|
7739
8213
|
suggestValue?: string;
|
|
7740
8214
|
}
|
|
7741
8215
|
|
|
8216
|
+
/**
|
|
8217
|
+
* Parameters of the Button#press event.
|
|
8218
|
+
*/
|
|
7742
8219
|
interface Button$PressEventParameters {}
|
|
7743
8220
|
|
|
8221
|
+
/**
|
|
8222
|
+
* Parameters of the CalloutBase#beforeOpen event.
|
|
8223
|
+
*/
|
|
7744
8224
|
interface CalloutBase$BeforeOpenEventParameters {
|
|
7745
8225
|
/**
|
|
7746
8226
|
* Parent control that has this Callout as a tooltip
|
|
@@ -7748,8 +8228,14 @@ declare namespace sap {
|
|
|
7748
8228
|
parent?: sap.ui.core.Control;
|
|
7749
8229
|
}
|
|
7750
8230
|
|
|
8231
|
+
/**
|
|
8232
|
+
* Parameters of the CalloutBase#close event.
|
|
8233
|
+
*/
|
|
7751
8234
|
interface CalloutBase$CloseEventParameters {}
|
|
7752
8235
|
|
|
8236
|
+
/**
|
|
8237
|
+
* Parameters of the CalloutBase#open event.
|
|
8238
|
+
*/
|
|
7753
8239
|
interface CalloutBase$OpenEventParameters {
|
|
7754
8240
|
/**
|
|
7755
8241
|
* Parent control that has this Callout as a tooltip
|
|
@@ -7757,8 +8243,14 @@ declare namespace sap {
|
|
|
7757
8243
|
parent?: sap.ui.core.Control;
|
|
7758
8244
|
}
|
|
7759
8245
|
|
|
8246
|
+
/**
|
|
8247
|
+
* Parameters of the CalloutBase#opened event.
|
|
8248
|
+
*/
|
|
7760
8249
|
interface CalloutBase$OpenedEventParameters {}
|
|
7761
8250
|
|
|
8251
|
+
/**
|
|
8252
|
+
* Parameters of the CheckBox#change event.
|
|
8253
|
+
*/
|
|
7762
8254
|
interface CheckBox$ChangeEventParameters {
|
|
7763
8255
|
/**
|
|
7764
8256
|
* Checks whether the box is flagged or not flagged.
|
|
@@ -7766,6 +8258,9 @@ declare namespace sap {
|
|
|
7766
8258
|
checked?: boolean;
|
|
7767
8259
|
}
|
|
7768
8260
|
|
|
8261
|
+
/**
|
|
8262
|
+
* Parameters of the ComboBox#change event.
|
|
8263
|
+
*/
|
|
7769
8264
|
interface ComboBox$ChangeEventParameters
|
|
7770
8265
|
extends sap.ui.commons.TextField$ChangeEventParameters {
|
|
7771
8266
|
/**
|
|
@@ -7774,6 +8269,9 @@ declare namespace sap {
|
|
|
7774
8269
|
selectedItem?: sap.ui.core.ListItem;
|
|
7775
8270
|
}
|
|
7776
8271
|
|
|
8272
|
+
/**
|
|
8273
|
+
* Parameters of the Dialog#closed event.
|
|
8274
|
+
*/
|
|
7777
8275
|
interface Dialog$ClosedEventParameters {
|
|
7778
8276
|
/**
|
|
7779
8277
|
* The width of the dialog when closed
|
|
@@ -7796,6 +8294,9 @@ declare namespace sap {
|
|
|
7796
8294
|
left?: int;
|
|
7797
8295
|
}
|
|
7798
8296
|
|
|
8297
|
+
/**
|
|
8298
|
+
* Parameters of the DropdownBox#searchHelp event.
|
|
8299
|
+
*/
|
|
7799
8300
|
interface DropdownBox$SearchHelpEventParameters {
|
|
7800
8301
|
/**
|
|
7801
8302
|
* The current value of the DropdownBox.
|
|
@@ -7803,8 +8304,14 @@ declare namespace sap {
|
|
|
7803
8304
|
value?: string;
|
|
7804
8305
|
}
|
|
7805
8306
|
|
|
8307
|
+
/**
|
|
8308
|
+
* Parameters of the Image#press event.
|
|
8309
|
+
*/
|
|
7806
8310
|
interface Image$PressEventParameters {}
|
|
7807
8311
|
|
|
8312
|
+
/**
|
|
8313
|
+
* Parameters of the ImageMap#press event.
|
|
8314
|
+
*/
|
|
7808
8315
|
interface ImageMap$PressEventParameters {
|
|
7809
8316
|
/**
|
|
7810
8317
|
* Id of clicked Area.
|
|
@@ -7812,6 +8319,9 @@ declare namespace sap {
|
|
|
7812
8319
|
areaId?: string;
|
|
7813
8320
|
}
|
|
7814
8321
|
|
|
8322
|
+
/**
|
|
8323
|
+
* Parameters of the InPlaceEdit#change event.
|
|
8324
|
+
*/
|
|
7815
8325
|
interface InPlaceEdit$ChangeEventParameters {
|
|
7816
8326
|
/**
|
|
7817
8327
|
* The new / changed value of the InPlaceEdit.
|
|
@@ -7819,6 +8329,9 @@ declare namespace sap {
|
|
|
7819
8329
|
newValue?: string;
|
|
7820
8330
|
}
|
|
7821
8331
|
|
|
8332
|
+
/**
|
|
8333
|
+
* Parameters of the InPlaceEdit#liveChange event.
|
|
8334
|
+
*/
|
|
7822
8335
|
interface InPlaceEdit$LiveChangeEventParameters {
|
|
7823
8336
|
/**
|
|
7824
8337
|
* Current value of the Textfield.
|
|
@@ -7826,8 +8339,14 @@ declare namespace sap {
|
|
|
7826
8339
|
liveValue?: string;
|
|
7827
8340
|
}
|
|
7828
8341
|
|
|
8342
|
+
/**
|
|
8343
|
+
* Parameters of the Link#press event.
|
|
8344
|
+
*/
|
|
7829
8345
|
interface Link$PressEventParameters {}
|
|
7830
8346
|
|
|
8347
|
+
/**
|
|
8348
|
+
* Parameters of the ListBox#select event.
|
|
8349
|
+
*/
|
|
7831
8350
|
interface ListBox$SelectEventParameters {
|
|
7832
8351
|
/**
|
|
7833
8352
|
* ID of the ListBox which triggered the event.
|
|
@@ -7853,6 +8372,9 @@ declare namespace sap {
|
|
|
7853
8372
|
selectedIndices?: int[];
|
|
7854
8373
|
}
|
|
7855
8374
|
|
|
8375
|
+
/**
|
|
8376
|
+
* Parameters of the MenuButton#itemSelected event.
|
|
8377
|
+
*/
|
|
7856
8378
|
interface MenuButton$ItemSelectedEventParameters {
|
|
7857
8379
|
/**
|
|
7858
8380
|
* The ID of the selected item
|
|
@@ -7865,6 +8387,9 @@ declare namespace sap {
|
|
|
7865
8387
|
item?: sap.ui.unified.MenuItemBase;
|
|
7866
8388
|
}
|
|
7867
8389
|
|
|
8390
|
+
/**
|
|
8391
|
+
* Parameters of the MenuButton#press event.
|
|
8392
|
+
*/
|
|
7868
8393
|
interface MenuButton$PressEventParameters
|
|
7869
8394
|
extends sap.ui.commons.Button$PressEventParameters {
|
|
7870
8395
|
/**
|
|
@@ -7878,8 +8403,14 @@ declare namespace sap {
|
|
|
7878
8403
|
item?: sap.ui.commons.MenuItemBase;
|
|
7879
8404
|
}
|
|
7880
8405
|
|
|
8406
|
+
/**
|
|
8407
|
+
* Parameters of the MessageToast#next event.
|
|
8408
|
+
*/
|
|
7881
8409
|
interface MessageToast$NextEventParameters {}
|
|
7882
8410
|
|
|
8411
|
+
/**
|
|
8412
|
+
* Parameters of the Paginator#page event.
|
|
8413
|
+
*/
|
|
7883
8414
|
interface Paginator$PageEventParameters {
|
|
7884
8415
|
/**
|
|
7885
8416
|
* The page which is the current one before the page event is fired (and another page is displayed)
|
|
@@ -7901,8 +8432,14 @@ declare namespace sap {
|
|
|
7901
8432
|
type?: sap.ui.commons.PaginatorEvent;
|
|
7902
8433
|
}
|
|
7903
8434
|
|
|
8435
|
+
/**
|
|
8436
|
+
* Parameters of the RadioButton#select event.
|
|
8437
|
+
*/
|
|
7904
8438
|
interface RadioButton$SelectEventParameters {}
|
|
7905
8439
|
|
|
8440
|
+
/**
|
|
8441
|
+
* Parameters of the RadioButtonGroup#select event.
|
|
8442
|
+
*/
|
|
7906
8443
|
interface RadioButtonGroup$SelectEventParameters {
|
|
7907
8444
|
/**
|
|
7908
8445
|
* Index of the selected RadioButton.
|
|
@@ -7910,6 +8447,9 @@ declare namespace sap {
|
|
|
7910
8447
|
selectedIndex?: int;
|
|
7911
8448
|
}
|
|
7912
8449
|
|
|
8450
|
+
/**
|
|
8451
|
+
* Parameters of the RatingIndicator#change event.
|
|
8452
|
+
*/
|
|
7913
8453
|
interface RatingIndicator$ChangeEventParameters {
|
|
7914
8454
|
/**
|
|
7915
8455
|
* The value of the user rating
|
|
@@ -7917,6 +8457,9 @@ declare namespace sap {
|
|
|
7917
8457
|
value?: int;
|
|
7918
8458
|
}
|
|
7919
8459
|
|
|
8460
|
+
/**
|
|
8461
|
+
* Parameters of the ResponsiveContainer#rangeSwitch event.
|
|
8462
|
+
*/
|
|
7920
8463
|
interface ResponsiveContainer$RangeSwitchEventParameters {
|
|
7921
8464
|
/**
|
|
7922
8465
|
* The current range
|
|
@@ -7924,6 +8467,9 @@ declare namespace sap {
|
|
|
7924
8467
|
currentRange?: sap.ui.commons.ResponsiveContainerRange;
|
|
7925
8468
|
}
|
|
7926
8469
|
|
|
8470
|
+
/**
|
|
8471
|
+
* Parameters of the RoadMap#stepExpanded event.
|
|
8472
|
+
*/
|
|
7927
8473
|
interface RoadMap$StepExpandedEventParameters {
|
|
7928
8474
|
/**
|
|
7929
8475
|
* ID of the expanded/collapsed step
|
|
@@ -7931,6 +8477,9 @@ declare namespace sap {
|
|
|
7931
8477
|
stepId?: string;
|
|
7932
8478
|
}
|
|
7933
8479
|
|
|
8480
|
+
/**
|
|
8481
|
+
* Parameters of the RoadMap#stepSelected event.
|
|
8482
|
+
*/
|
|
7934
8483
|
interface RoadMap$StepSelectedEventParameters {
|
|
7935
8484
|
/**
|
|
7936
8485
|
* ID of the selected step
|
|
@@ -7938,6 +8487,9 @@ declare namespace sap {
|
|
|
7938
8487
|
stepId?: string;
|
|
7939
8488
|
}
|
|
7940
8489
|
|
|
8490
|
+
/**
|
|
8491
|
+
* Parameters of the RowRepeater#filter event.
|
|
8492
|
+
*/
|
|
7941
8493
|
interface RowRepeater$FilterEventParameters {
|
|
7942
8494
|
/**
|
|
7943
8495
|
* The ID of the filter that has just been applied.
|
|
@@ -7945,6 +8497,9 @@ declare namespace sap {
|
|
|
7945
8497
|
filterId?: string;
|
|
7946
8498
|
}
|
|
7947
8499
|
|
|
8500
|
+
/**
|
|
8501
|
+
* Parameters of the RowRepeater#page event.
|
|
8502
|
+
*/
|
|
7948
8503
|
interface RowRepeater$PageEventParameters {
|
|
7949
8504
|
/**
|
|
7950
8505
|
* The value of the currentPage property after the change.
|
|
@@ -7957,6 +8512,9 @@ declare namespace sap {
|
|
|
7957
8512
|
previousPage?: int;
|
|
7958
8513
|
}
|
|
7959
8514
|
|
|
8515
|
+
/**
|
|
8516
|
+
* Parameters of the RowRepeater#resize event.
|
|
8517
|
+
*/
|
|
7960
8518
|
interface RowRepeater$ResizeEventParameters {
|
|
7961
8519
|
/**
|
|
7962
8520
|
* The value of the numberOfRows property after the change.
|
|
@@ -7969,6 +8527,9 @@ declare namespace sap {
|
|
|
7969
8527
|
previousNumberOfRows?: int;
|
|
7970
8528
|
}
|
|
7971
8529
|
|
|
8530
|
+
/**
|
|
8531
|
+
* Parameters of the RowRepeater#sort event.
|
|
8532
|
+
*/
|
|
7972
8533
|
interface RowRepeater$SortEventParameters {
|
|
7973
8534
|
/**
|
|
7974
8535
|
* The ID of the sorter that has just been applied.
|
|
@@ -7976,6 +8537,9 @@ declare namespace sap {
|
|
|
7976
8537
|
sorterId?: string;
|
|
7977
8538
|
}
|
|
7978
8539
|
|
|
8540
|
+
/**
|
|
8541
|
+
* Parameters of the SearchField#search event.
|
|
8542
|
+
*/
|
|
7979
8543
|
interface SearchField$SearchEventParameters {
|
|
7980
8544
|
/**
|
|
7981
8545
|
* The search query
|
|
@@ -7983,6 +8547,9 @@ declare namespace sap {
|
|
|
7983
8547
|
query?: string;
|
|
7984
8548
|
}
|
|
7985
8549
|
|
|
8550
|
+
/**
|
|
8551
|
+
* Parameters of the SearchField#suggest event.
|
|
8552
|
+
*/
|
|
7986
8553
|
interface SearchField$SuggestEventParameters {
|
|
7987
8554
|
/**
|
|
7988
8555
|
* The value for which suggestions are required.
|
|
@@ -7990,6 +8557,9 @@ declare namespace sap {
|
|
|
7990
8557
|
value?: string;
|
|
7991
8558
|
}
|
|
7992
8559
|
|
|
8560
|
+
/**
|
|
8561
|
+
* Parameters of the SegmentedButton#select event.
|
|
8562
|
+
*/
|
|
7993
8563
|
interface SegmentedButton$SelectEventParameters {
|
|
7994
8564
|
/**
|
|
7995
8565
|
* Id of selected ToggleButton
|
|
@@ -7997,6 +8567,9 @@ declare namespace sap {
|
|
|
7997
8567
|
selectedButtonId?: string;
|
|
7998
8568
|
}
|
|
7999
8569
|
|
|
8570
|
+
/**
|
|
8571
|
+
* Parameters of the Slider#change event.
|
|
8572
|
+
*/
|
|
8000
8573
|
interface Slider$ChangeEventParameters {
|
|
8001
8574
|
/**
|
|
8002
8575
|
* Current value of the slider after a change.
|
|
@@ -8004,6 +8577,9 @@ declare namespace sap {
|
|
|
8004
8577
|
value?: float;
|
|
8005
8578
|
}
|
|
8006
8579
|
|
|
8580
|
+
/**
|
|
8581
|
+
* Parameters of the Slider#liveChange event.
|
|
8582
|
+
*/
|
|
8007
8583
|
interface Slider$LiveChangeEventParameters {
|
|
8008
8584
|
/**
|
|
8009
8585
|
* Current value of the slider after a change.
|
|
@@ -8011,6 +8587,9 @@ declare namespace sap {
|
|
|
8011
8587
|
value?: float;
|
|
8012
8588
|
}
|
|
8013
8589
|
|
|
8590
|
+
/**
|
|
8591
|
+
* Parameters of the TabStrip#close event.
|
|
8592
|
+
*/
|
|
8014
8593
|
interface TabStrip$CloseEventParameters {
|
|
8015
8594
|
/**
|
|
8016
8595
|
* The index of the closed tab.
|
|
@@ -8018,6 +8597,9 @@ declare namespace sap {
|
|
|
8018
8597
|
index?: int;
|
|
8019
8598
|
}
|
|
8020
8599
|
|
|
8600
|
+
/**
|
|
8601
|
+
* Parameters of the TabStrip#select event.
|
|
8602
|
+
*/
|
|
8021
8603
|
interface TabStrip$SelectEventParameters {
|
|
8022
8604
|
/**
|
|
8023
8605
|
* The index of the selected tab.
|
|
@@ -8025,6 +8607,9 @@ declare namespace sap {
|
|
|
8025
8607
|
index?: int;
|
|
8026
8608
|
}
|
|
8027
8609
|
|
|
8610
|
+
/**
|
|
8611
|
+
* Parameters of the TextField#change event.
|
|
8612
|
+
*/
|
|
8028
8613
|
interface TextField$ChangeEventParameters {
|
|
8029
8614
|
/**
|
|
8030
8615
|
* The new / changed value of the `TextField`.
|
|
@@ -8032,6 +8617,9 @@ declare namespace sap {
|
|
|
8032
8617
|
newValue?: string;
|
|
8033
8618
|
}
|
|
8034
8619
|
|
|
8620
|
+
/**
|
|
8621
|
+
* Parameters of the TextField#liveChange event.
|
|
8622
|
+
*/
|
|
8035
8623
|
interface TextField$LiveChangeEventParameters {
|
|
8036
8624
|
/**
|
|
8037
8625
|
* Current visible value of the `TextField`.
|
|
@@ -8039,6 +8627,9 @@ declare namespace sap {
|
|
|
8039
8627
|
liveValue?: string;
|
|
8040
8628
|
}
|
|
8041
8629
|
|
|
8630
|
+
/**
|
|
8631
|
+
* Parameters of the Tree#select event.
|
|
8632
|
+
*/
|
|
8042
8633
|
interface Tree$SelectEventParameters {
|
|
8043
8634
|
/**
|
|
8044
8635
|
* The node which has been selected.
|
|
@@ -8051,6 +8642,9 @@ declare namespace sap {
|
|
|
8051
8642
|
nodeContext?: object;
|
|
8052
8643
|
}
|
|
8053
8644
|
|
|
8645
|
+
/**
|
|
8646
|
+
* Parameters of the Tree#selectionChange event.
|
|
8647
|
+
*/
|
|
8054
8648
|
interface Tree$SelectionChangeEventParameters {
|
|
8055
8649
|
/**
|
|
8056
8650
|
* The nodes which has been selected.
|
|
@@ -8063,8 +8657,14 @@ declare namespace sap {
|
|
|
8063
8657
|
nodeContexts?: object[];
|
|
8064
8658
|
}
|
|
8065
8659
|
|
|
8660
|
+
/**
|
|
8661
|
+
* Parameters of the TreeNode#selected event.
|
|
8662
|
+
*/
|
|
8066
8663
|
interface TreeNode$SelectedEventParameters {}
|
|
8067
8664
|
|
|
8665
|
+
/**
|
|
8666
|
+
* Parameters of the TreeNode#toggleOpenState event.
|
|
8667
|
+
*/
|
|
8068
8668
|
interface TreeNode$ToggleOpenStateEventParameters {
|
|
8069
8669
|
/**
|
|
8070
8670
|
* Node has been opened if true
|
|
@@ -8072,6 +8672,9 @@ declare namespace sap {
|
|
|
8072
8672
|
opened?: boolean;
|
|
8073
8673
|
}
|
|
8074
8674
|
|
|
8675
|
+
/**
|
|
8676
|
+
* Parameters of the TriStateCheckBox#change event.
|
|
8677
|
+
*/
|
|
8075
8678
|
interface TriStateCheckBox$ChangeEventParameters {
|
|
8076
8679
|
/**
|
|
8077
8680
|
* Checks whether the box is flagged or not flagged.
|
|
@@ -8079,6 +8682,9 @@ declare namespace sap {
|
|
|
8079
8682
|
selectionState?: string;
|
|
8080
8683
|
}
|
|
8081
8684
|
|
|
8685
|
+
/**
|
|
8686
|
+
* Parameters of the ValueHelpField#valueHelpRequest event.
|
|
8687
|
+
*/
|
|
8082
8688
|
interface ValueHelpField$ValueHelpRequestEventParameters {}
|
|
8083
8689
|
|
|
8084
8690
|
/**
|
|
@@ -8231,7 +8837,7 @@ declare namespace sap {
|
|
|
8231
8837
|
/**
|
|
8232
8838
|
* Contains N sections, acting as containers for any library control
|
|
8233
8839
|
*
|
|
8234
|
-
* @deprecated (since 1.38)
|
|
8840
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Panel}.
|
|
8235
8841
|
*/
|
|
8236
8842
|
class Accordion extends sap.ui.core.Control {
|
|
8237
8843
|
/**
|
|
@@ -8682,7 +9288,7 @@ declare namespace sap {
|
|
|
8682
9288
|
/**
|
|
8683
9289
|
* Represents a panel which is a container for other controls. The container does not have any layout function.
|
|
8684
9290
|
*
|
|
8685
|
-
* @deprecated (since 1.38)
|
|
9291
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
8686
9292
|
*/
|
|
8687
9293
|
class AccordionSection extends sap.ui.core.Element {
|
|
8688
9294
|
/**
|
|
@@ -9458,7 +10064,7 @@ declare namespace sap {
|
|
|
9458
10064
|
* Textfield with list based text completion.
|
|
9459
10065
|
*
|
|
9460
10066
|
* @since 1.10.0
|
|
9461
|
-
* @deprecated (since 1.38)
|
|
10067
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Input}.
|
|
9462
10068
|
*/
|
|
9463
10069
|
class AutoComplete
|
|
9464
10070
|
extends sap.ui.commons.ComboBox
|
|
@@ -10415,7 +11021,8 @@ declare namespace sap {
|
|
|
10415
11021
|
/**
|
|
10416
11022
|
* CalloutBase is a building block for Callout. Do not use it directly. Use the Callout control instead
|
|
10417
11023
|
*
|
|
10418
|
-
* @deprecated (since 1.38)
|
|
11024
|
+
* @deprecated (since 1.38) - If you want to achieve a similar behavior, use the `sap.m.Popover` control
|
|
11025
|
+
* and open it next to your control.
|
|
10419
11026
|
*/
|
|
10420
11027
|
class CalloutBase extends sap.ui.core.TooltipBase {
|
|
10421
11028
|
/**
|
|
@@ -14131,7 +14738,8 @@ declare namespace sap {
|
|
|
14131
14738
|
/**
|
|
14132
14739
|
* Divides the screen in visual areas.
|
|
14133
14740
|
*
|
|
14134
|
-
* @deprecated (since 1.38)
|
|
14741
|
+
* @deprecated (since 1.38) - Use the layout controls instead, e.g {@link sap.ui.layout.Splitter} or {@link sap.ui.layout.BlockLayout }
|
|
14742
|
+
* among others.
|
|
14135
14743
|
*/
|
|
14136
14744
|
class HorizontalDivider extends sap.ui.core.Control {
|
|
14137
14745
|
/**
|
|
@@ -18468,7 +19076,7 @@ declare namespace sap {
|
|
|
18468
19076
|
/**
|
|
18469
19077
|
* Provides navigation between pages within a list of numbered pages.
|
|
18470
19078
|
*
|
|
18471
|
-
* @deprecated (since 1.38)
|
|
19079
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
18472
19080
|
*/
|
|
18473
19081
|
class Paginator extends sap.ui.core.Control {
|
|
18474
19082
|
/**
|
|
@@ -21441,7 +22049,8 @@ declare namespace sap {
|
|
|
21441
22049
|
/**
|
|
21442
22050
|
* Defines a range for the ResponsiveContainer
|
|
21443
22051
|
*
|
|
21444
|
-
* @deprecated (since 1.38)
|
|
22052
|
+
* @deprecated (since 1.38) - (altogether with sap.ui.commons.ResponsiveContainer). Use a container of your
|
|
22053
|
+
* choice from the sap.m library instead.
|
|
21445
22054
|
*/
|
|
21446
22055
|
class ResponsiveContainerRange extends sap.ui.core.Element {
|
|
21447
22056
|
/**
|
|
@@ -27771,7 +28380,7 @@ declare namespace sap {
|
|
|
27771
28380
|
/**
|
|
27772
28381
|
* Is used to display some continous text. The control can inherit the text direction from its parent control.
|
|
27773
28382
|
*
|
|
27774
|
-
* @deprecated (since 1.38)
|
|
28383
|
+
* @deprecated (since 1.38) - replaced by {@link sap.m.Text}.
|
|
27775
28384
|
*/
|
|
27776
28385
|
class TextView
|
|
27777
28386
|
extends sap.ui.core.Control
|
|
@@ -30029,7 +30638,7 @@ declare namespace sap {
|
|
|
30029
30638
|
* possible which is e.g. required in checkbox trees.
|
|
30030
30639
|
*
|
|
30031
30640
|
* @since 1.7.2
|
|
30032
|
-
* @deprecated (since 1.38)
|
|
30641
|
+
* @deprecated (since 1.38) - Use {@link sap.m.CheckBox} instead.
|
|
30033
30642
|
*/
|
|
30034
30643
|
class TriStateCheckBox extends sap.ui.core.Control {
|
|
30035
30644
|
/**
|
|
@@ -30629,7 +31238,8 @@ declare namespace sap {
|
|
|
30629
31238
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30630
31239
|
* 'ButtonStyle'.
|
|
30631
31240
|
*
|
|
30632
|
-
* @deprecated (since 1.38)
|
|
31241
|
+
* @deprecated (since 1.38) - (altogether with sap.ui.commons.Button). Use sap.m.Button with its sap.m.ButtonType
|
|
31242
|
+
* instead.
|
|
30633
31243
|
*/
|
|
30634
31244
|
enum ButtonStyle {
|
|
30635
31245
|
/**
|
|
@@ -30655,7 +31265,7 @@ declare namespace sap {
|
|
|
30655
31265
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30656
31266
|
* 'HorizontalDividerHeight'.
|
|
30657
31267
|
*
|
|
30658
|
-
* @deprecated (since 1.38)
|
|
31268
|
+
* @deprecated (since 1.38) - without replacement.
|
|
30659
31269
|
*/
|
|
30660
31270
|
enum HorizontalDividerHeight {
|
|
30661
31271
|
/**
|
|
@@ -30681,7 +31291,7 @@ declare namespace sap {
|
|
|
30681
31291
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30682
31292
|
* 'HorizontalDividerType'.
|
|
30683
31293
|
*
|
|
30684
|
-
* @deprecated (since 1.38)
|
|
31294
|
+
* @deprecated (since 1.38) - without a replacement.
|
|
30685
31295
|
*/
|
|
30686
31296
|
enum HorizontalDividerType {
|
|
30687
31297
|
/**
|
|
@@ -30699,7 +31309,7 @@ declare namespace sap {
|
|
|
30699
31309
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30700
31310
|
* 'LabelDesign'.
|
|
30701
31311
|
*
|
|
30702
|
-
* @deprecated (since 1.38)
|
|
31312
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
30703
31313
|
*/
|
|
30704
31314
|
enum LabelDesign {
|
|
30705
31315
|
/**
|
|
@@ -30717,7 +31327,8 @@ declare namespace sap {
|
|
|
30717
31327
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30718
31328
|
* 'MenuBarDesign'.
|
|
30719
31329
|
*
|
|
30720
|
-
* @deprecated (since 1.38)
|
|
31330
|
+
* @deprecated (since 1.38) - (altogether with sap.ui.commons.Toolbar). Use sap.m.Toolbar and its sap.m.ToolbarDesign
|
|
31331
|
+
* instead.
|
|
30721
31332
|
*/
|
|
30722
31333
|
enum MenuBarDesign {
|
|
30723
31334
|
/**
|
|
@@ -30735,7 +31346,7 @@ declare namespace sap {
|
|
|
30735
31346
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30736
31347
|
* 'MessageType'.
|
|
30737
31348
|
*
|
|
30738
|
-
* @deprecated (since 1.38)
|
|
31349
|
+
* @deprecated (since 1.38) - Instead, use the `sap.ui.core.MessageType`.
|
|
30739
31350
|
*/
|
|
30740
31351
|
enum MessageType {
|
|
30741
31352
|
/**
|
|
@@ -30757,7 +31368,7 @@ declare namespace sap {
|
|
|
30757
31368
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30758
31369
|
* 'PaginatorEvent'.
|
|
30759
31370
|
*
|
|
30760
|
-
* @deprecated (since 1.38)
|
|
31371
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
30761
31372
|
*/
|
|
30762
31373
|
enum PaginatorEvent {
|
|
30763
31374
|
/**
|
|
@@ -30787,7 +31398,7 @@ declare namespace sap {
|
|
|
30787
31398
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30788
31399
|
* 'RatingIndicatorVisualMode'.
|
|
30789
31400
|
*
|
|
30790
|
-
* @deprecated (since 1.38)
|
|
31401
|
+
* @deprecated (since 1.38) - Instead, use `sap.m.RatingIndicator` control.
|
|
30791
31402
|
*/
|
|
30792
31403
|
enum RatingIndicatorVisualMode {
|
|
30793
31404
|
/**
|
|
@@ -30831,7 +31442,7 @@ declare namespace sap {
|
|
|
30831
31442
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30832
31443
|
* 'TextViewColor'.
|
|
30833
31444
|
*
|
|
30834
|
-
* @deprecated (since 1.38)
|
|
31445
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
30835
31446
|
*/
|
|
30836
31447
|
enum TextViewColor {
|
|
30837
31448
|
/**
|
|
@@ -30857,7 +31468,7 @@ declare namespace sap {
|
|
|
30857
31468
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30858
31469
|
* 'TextViewDesign'.
|
|
30859
31470
|
*
|
|
30860
|
-
* @deprecated (since 1.38)
|
|
31471
|
+
* @deprecated (since 1.38) - the concept has been discarded.
|
|
30861
31472
|
*/
|
|
30862
31473
|
enum TextViewDesign {
|
|
30863
31474
|
/**
|
|
@@ -30939,7 +31550,8 @@ declare namespace sap {
|
|
|
30939
31550
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30940
31551
|
* 'ToolbarSeparatorDesign'.
|
|
30941
31552
|
*
|
|
30942
|
-
* @deprecated (since 1.38)
|
|
31553
|
+
* @deprecated (since 1.38) - (altogether wuith sap.ui.commons.Toolbar). Use sap.m.Toolbar and its sap.m.ToolbarSeparator
|
|
31554
|
+
* instead.
|
|
30943
31555
|
*/
|
|
30944
31556
|
enum ToolbarSeparatorDesign {
|
|
30945
31557
|
/**
|
|
@@ -30957,7 +31569,7 @@ declare namespace sap {
|
|
|
30957
31569
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
30958
31570
|
* 'TreeSelectionMode'.
|
|
30959
31571
|
*
|
|
30960
|
-
* @deprecated (since 1.38)
|
|
31572
|
+
* @deprecated (since 1.38) - (altogether with sap.ui.commons.Tree). Use sap.m.Tree with its items instead.
|
|
30961
31573
|
*/
|
|
30962
31574
|
enum TreeSelectionMode {
|
|
30963
31575
|
/**
|
|
@@ -30984,7 +31596,7 @@ declare namespace sap {
|
|
|
30984
31596
|
* 'TriStateCheckBoxState'.
|
|
30985
31597
|
*
|
|
30986
31598
|
* @since 1.7.2
|
|
30987
|
-
* @deprecated (since 1.38)
|
|
31599
|
+
* @deprecated (since 1.38) - Use {@link sap.m.CheckBox} and its properties instead.
|
|
30988
31600
|
*/
|
|
30989
31601
|
enum TriStateCheckBoxState {
|
|
30990
31602
|
/**
|
|
@@ -31064,7 +31676,7 @@ declare namespace sap {
|
|
|
31064
31676
|
/**
|
|
31065
31677
|
* A string type that represents subset of CSS size values. For the Splitter only px and % are allowed.
|
|
31066
31678
|
*
|
|
31067
|
-
* @deprecated (since 1.38)
|
|
31679
|
+
* @deprecated (since 1.38) - Instead, use `sap.ui.layout.Splitter` control.
|
|
31068
31680
|
*/
|
|
31069
31681
|
type SplitterSize = string;
|
|
31070
31682
|
|
|
@@ -31078,248 +31690,398 @@ declare namespace sap {
|
|
|
31078
31690
|
*/
|
|
31079
31691
|
type TitleLevel = sap.ui.core.TitleLevel;
|
|
31080
31692
|
|
|
31693
|
+
/**
|
|
31694
|
+
* Event object of the Accordion#sectionClose event.
|
|
31695
|
+
*/
|
|
31081
31696
|
type Accordion$SectionCloseEvent = sap.ui.base.Event<
|
|
31082
31697
|
Accordion$SectionCloseEventParameters,
|
|
31083
31698
|
Accordion
|
|
31084
31699
|
>;
|
|
31085
31700
|
|
|
31701
|
+
/**
|
|
31702
|
+
* Event object of the Accordion#sectionOpen event.
|
|
31703
|
+
*/
|
|
31086
31704
|
type Accordion$SectionOpenEvent = sap.ui.base.Event<
|
|
31087
31705
|
Accordion$SectionOpenEventParameters,
|
|
31088
31706
|
Accordion
|
|
31089
31707
|
>;
|
|
31090
31708
|
|
|
31709
|
+
/**
|
|
31710
|
+
* Event object of the Accordion#sectionsReorder event.
|
|
31711
|
+
*/
|
|
31091
31712
|
type Accordion$SectionsReorderEvent = sap.ui.base.Event<
|
|
31092
31713
|
Accordion$SectionsReorderEventParameters,
|
|
31093
31714
|
Accordion
|
|
31094
31715
|
>;
|
|
31095
31716
|
|
|
31717
|
+
/**
|
|
31718
|
+
* Event object of the AccordionSection#scroll event.
|
|
31719
|
+
*/
|
|
31096
31720
|
type AccordionSection$ScrollEvent = sap.ui.base.Event<
|
|
31097
31721
|
AccordionSection$ScrollEventParameters,
|
|
31098
31722
|
AccordionSection
|
|
31099
31723
|
>;
|
|
31100
31724
|
|
|
31725
|
+
/**
|
|
31726
|
+
* Event object of the ApplicationHeader#logoff event.
|
|
31727
|
+
*/
|
|
31101
31728
|
type ApplicationHeader$LogoffEvent = sap.ui.base.Event<
|
|
31102
31729
|
ApplicationHeader$LogoffEventParameters,
|
|
31103
31730
|
ApplicationHeader
|
|
31104
31731
|
>;
|
|
31105
31732
|
|
|
31733
|
+
/**
|
|
31734
|
+
* Event object of the AutoComplete#suggest event.
|
|
31735
|
+
*/
|
|
31106
31736
|
type AutoComplete$SuggestEvent = sap.ui.base.Event<
|
|
31107
31737
|
AutoComplete$SuggestEventParameters,
|
|
31108
31738
|
AutoComplete
|
|
31109
31739
|
>;
|
|
31110
31740
|
|
|
31741
|
+
/**
|
|
31742
|
+
* Event object of the Button#press event.
|
|
31743
|
+
*/
|
|
31111
31744
|
type Button$PressEvent = sap.ui.base.Event<
|
|
31112
31745
|
Button$PressEventParameters,
|
|
31113
31746
|
Button
|
|
31114
31747
|
>;
|
|
31115
31748
|
|
|
31749
|
+
/**
|
|
31750
|
+
* Event object of the CalloutBase#beforeOpen event.
|
|
31751
|
+
*/
|
|
31116
31752
|
type CalloutBase$BeforeOpenEvent = sap.ui.base.Event<
|
|
31117
31753
|
CalloutBase$BeforeOpenEventParameters,
|
|
31118
31754
|
CalloutBase
|
|
31119
31755
|
>;
|
|
31120
31756
|
|
|
31757
|
+
/**
|
|
31758
|
+
* Event object of the CalloutBase#close event.
|
|
31759
|
+
*/
|
|
31121
31760
|
type CalloutBase$CloseEvent = sap.ui.base.Event<
|
|
31122
31761
|
CalloutBase$CloseEventParameters,
|
|
31123
31762
|
CalloutBase
|
|
31124
31763
|
>;
|
|
31125
31764
|
|
|
31765
|
+
/**
|
|
31766
|
+
* Event object of the CalloutBase#open event.
|
|
31767
|
+
*/
|
|
31126
31768
|
type CalloutBase$OpenEvent = sap.ui.base.Event<
|
|
31127
31769
|
CalloutBase$OpenEventParameters,
|
|
31128
31770
|
CalloutBase
|
|
31129
31771
|
>;
|
|
31130
31772
|
|
|
31773
|
+
/**
|
|
31774
|
+
* Event object of the CalloutBase#opened event.
|
|
31775
|
+
*/
|
|
31131
31776
|
type CalloutBase$OpenedEvent = sap.ui.base.Event<
|
|
31132
31777
|
CalloutBase$OpenedEventParameters,
|
|
31133
31778
|
CalloutBase
|
|
31134
31779
|
>;
|
|
31135
31780
|
|
|
31781
|
+
/**
|
|
31782
|
+
* Event object of the CheckBox#change event.
|
|
31783
|
+
*/
|
|
31136
31784
|
type CheckBox$ChangeEvent = sap.ui.base.Event<
|
|
31137
31785
|
CheckBox$ChangeEventParameters,
|
|
31138
31786
|
CheckBox
|
|
31139
31787
|
>;
|
|
31140
31788
|
|
|
31789
|
+
/**
|
|
31790
|
+
* Event object of the ComboBox#change event.
|
|
31791
|
+
*/
|
|
31141
31792
|
type ComboBox$ChangeEvent = sap.ui.base.Event<
|
|
31142
31793
|
ComboBox$ChangeEventParameters,
|
|
31143
31794
|
ComboBox
|
|
31144
31795
|
>;
|
|
31145
31796
|
|
|
31797
|
+
/**
|
|
31798
|
+
* Event object of the Dialog#closed event.
|
|
31799
|
+
*/
|
|
31146
31800
|
type Dialog$ClosedEvent = sap.ui.base.Event<
|
|
31147
31801
|
Dialog$ClosedEventParameters,
|
|
31148
31802
|
Dialog
|
|
31149
31803
|
>;
|
|
31150
31804
|
|
|
31805
|
+
/**
|
|
31806
|
+
* Event object of the DropdownBox#searchHelp event.
|
|
31807
|
+
*/
|
|
31151
31808
|
type DropdownBox$SearchHelpEvent = sap.ui.base.Event<
|
|
31152
31809
|
DropdownBox$SearchHelpEventParameters,
|
|
31153
31810
|
DropdownBox
|
|
31154
31811
|
>;
|
|
31155
31812
|
|
|
31813
|
+
/**
|
|
31814
|
+
* Event object of the Image#press event.
|
|
31815
|
+
*/
|
|
31156
31816
|
type Image$PressEvent = sap.ui.base.Event<
|
|
31157
31817
|
Image$PressEventParameters,
|
|
31158
31818
|
Image
|
|
31159
31819
|
>;
|
|
31160
31820
|
|
|
31821
|
+
/**
|
|
31822
|
+
* Event object of the ImageMap#press event.
|
|
31823
|
+
*/
|
|
31161
31824
|
type ImageMap$PressEvent = sap.ui.base.Event<
|
|
31162
31825
|
ImageMap$PressEventParameters,
|
|
31163
31826
|
ImageMap
|
|
31164
31827
|
>;
|
|
31165
31828
|
|
|
31829
|
+
/**
|
|
31830
|
+
* Event object of the InPlaceEdit#change event.
|
|
31831
|
+
*/
|
|
31166
31832
|
type InPlaceEdit$ChangeEvent = sap.ui.base.Event<
|
|
31167
31833
|
InPlaceEdit$ChangeEventParameters,
|
|
31168
31834
|
InPlaceEdit
|
|
31169
31835
|
>;
|
|
31170
31836
|
|
|
31837
|
+
/**
|
|
31838
|
+
* Event object of the InPlaceEdit#liveChange event.
|
|
31839
|
+
*/
|
|
31171
31840
|
type InPlaceEdit$LiveChangeEvent = sap.ui.base.Event<
|
|
31172
31841
|
InPlaceEdit$LiveChangeEventParameters,
|
|
31173
31842
|
InPlaceEdit
|
|
31174
31843
|
>;
|
|
31175
31844
|
|
|
31845
|
+
/**
|
|
31846
|
+
* Event object of the Link#press event.
|
|
31847
|
+
*/
|
|
31176
31848
|
type Link$PressEvent = sap.ui.base.Event<Link$PressEventParameters, Link>;
|
|
31177
31849
|
|
|
31850
|
+
/**
|
|
31851
|
+
* Event object of the ListBox#select event.
|
|
31852
|
+
*/
|
|
31178
31853
|
type ListBox$SelectEvent = sap.ui.base.Event<
|
|
31179
31854
|
ListBox$SelectEventParameters,
|
|
31180
31855
|
ListBox
|
|
31181
31856
|
>;
|
|
31182
31857
|
|
|
31858
|
+
/**
|
|
31859
|
+
* Event object of the MenuButton#itemSelected event.
|
|
31860
|
+
*/
|
|
31183
31861
|
type MenuButton$ItemSelectedEvent = sap.ui.base.Event<
|
|
31184
31862
|
MenuButton$ItemSelectedEventParameters,
|
|
31185
31863
|
MenuButton
|
|
31186
31864
|
>;
|
|
31187
31865
|
|
|
31866
|
+
/**
|
|
31867
|
+
* Event object of the MenuButton#press event.
|
|
31868
|
+
*/
|
|
31188
31869
|
type MenuButton$PressEvent = sap.ui.base.Event<
|
|
31189
31870
|
MenuButton$PressEventParameters,
|
|
31190
31871
|
MenuButton
|
|
31191
31872
|
>;
|
|
31192
31873
|
|
|
31874
|
+
/**
|
|
31875
|
+
* Event object of the MessageToast#next event.
|
|
31876
|
+
*/
|
|
31193
31877
|
type MessageToast$NextEvent = sap.ui.base.Event<
|
|
31194
31878
|
MessageToast$NextEventParameters,
|
|
31195
31879
|
MessageToast
|
|
31196
31880
|
>;
|
|
31197
31881
|
|
|
31882
|
+
/**
|
|
31883
|
+
* Event object of the Paginator#page event.
|
|
31884
|
+
*/
|
|
31198
31885
|
type Paginator$PageEvent = sap.ui.base.Event<
|
|
31199
31886
|
Paginator$PageEventParameters,
|
|
31200
31887
|
Paginator
|
|
31201
31888
|
>;
|
|
31202
31889
|
|
|
31890
|
+
/**
|
|
31891
|
+
* Event object of the RadioButton#select event.
|
|
31892
|
+
*/
|
|
31203
31893
|
type RadioButton$SelectEvent = sap.ui.base.Event<
|
|
31204
31894
|
RadioButton$SelectEventParameters,
|
|
31205
31895
|
RadioButton
|
|
31206
31896
|
>;
|
|
31207
31897
|
|
|
31898
|
+
/**
|
|
31899
|
+
* Event object of the RadioButtonGroup#select event.
|
|
31900
|
+
*/
|
|
31208
31901
|
type RadioButtonGroup$SelectEvent = sap.ui.base.Event<
|
|
31209
31902
|
RadioButtonGroup$SelectEventParameters,
|
|
31210
31903
|
RadioButtonGroup
|
|
31211
31904
|
>;
|
|
31212
31905
|
|
|
31906
|
+
/**
|
|
31907
|
+
* Event object of the RatingIndicator#change event.
|
|
31908
|
+
*/
|
|
31213
31909
|
type RatingIndicator$ChangeEvent = sap.ui.base.Event<
|
|
31214
31910
|
RatingIndicator$ChangeEventParameters,
|
|
31215
31911
|
RatingIndicator
|
|
31216
31912
|
>;
|
|
31217
31913
|
|
|
31914
|
+
/**
|
|
31915
|
+
* Event object of the ResponsiveContainer#rangeSwitch event.
|
|
31916
|
+
*/
|
|
31218
31917
|
type ResponsiveContainer$RangeSwitchEvent = sap.ui.base.Event<
|
|
31219
31918
|
ResponsiveContainer$RangeSwitchEventParameters,
|
|
31220
31919
|
ResponsiveContainer
|
|
31221
31920
|
>;
|
|
31222
31921
|
|
|
31922
|
+
/**
|
|
31923
|
+
* Event object of the RoadMap#stepExpanded event.
|
|
31924
|
+
*/
|
|
31223
31925
|
type RoadMap$StepExpandedEvent = sap.ui.base.Event<
|
|
31224
31926
|
RoadMap$StepExpandedEventParameters,
|
|
31225
31927
|
RoadMap
|
|
31226
31928
|
>;
|
|
31227
31929
|
|
|
31930
|
+
/**
|
|
31931
|
+
* Event object of the RoadMap#stepSelected event.
|
|
31932
|
+
*/
|
|
31228
31933
|
type RoadMap$StepSelectedEvent = sap.ui.base.Event<
|
|
31229
31934
|
RoadMap$StepSelectedEventParameters,
|
|
31230
31935
|
RoadMap
|
|
31231
31936
|
>;
|
|
31232
31937
|
|
|
31938
|
+
/**
|
|
31939
|
+
* Event object of the RowRepeater#filter event.
|
|
31940
|
+
*/
|
|
31233
31941
|
type RowRepeater$FilterEvent = sap.ui.base.Event<
|
|
31234
31942
|
RowRepeater$FilterEventParameters,
|
|
31235
31943
|
RowRepeater
|
|
31236
31944
|
>;
|
|
31237
31945
|
|
|
31946
|
+
/**
|
|
31947
|
+
* Event object of the RowRepeater#page event.
|
|
31948
|
+
*/
|
|
31238
31949
|
type RowRepeater$PageEvent = sap.ui.base.Event<
|
|
31239
31950
|
RowRepeater$PageEventParameters,
|
|
31240
31951
|
RowRepeater
|
|
31241
31952
|
>;
|
|
31242
31953
|
|
|
31954
|
+
/**
|
|
31955
|
+
* Event object of the RowRepeater#resize event.
|
|
31956
|
+
*/
|
|
31243
31957
|
type RowRepeater$ResizeEvent = sap.ui.base.Event<
|
|
31244
31958
|
RowRepeater$ResizeEventParameters,
|
|
31245
31959
|
RowRepeater
|
|
31246
31960
|
>;
|
|
31247
31961
|
|
|
31962
|
+
/**
|
|
31963
|
+
* Event object of the RowRepeater#sort event.
|
|
31964
|
+
*/
|
|
31248
31965
|
type RowRepeater$SortEvent = sap.ui.base.Event<
|
|
31249
31966
|
RowRepeater$SortEventParameters,
|
|
31250
31967
|
RowRepeater
|
|
31251
31968
|
>;
|
|
31252
31969
|
|
|
31970
|
+
/**
|
|
31971
|
+
* Event object of the SearchField#search event.
|
|
31972
|
+
*/
|
|
31253
31973
|
type SearchField$SearchEvent = sap.ui.base.Event<
|
|
31254
31974
|
SearchField$SearchEventParameters,
|
|
31255
31975
|
SearchField
|
|
31256
31976
|
>;
|
|
31257
31977
|
|
|
31978
|
+
/**
|
|
31979
|
+
* Event object of the SearchField#suggest event.
|
|
31980
|
+
*/
|
|
31258
31981
|
type SearchField$SuggestEvent = sap.ui.base.Event<
|
|
31259
31982
|
SearchField$SuggestEventParameters,
|
|
31260
31983
|
SearchField
|
|
31261
31984
|
>;
|
|
31262
31985
|
|
|
31986
|
+
/**
|
|
31987
|
+
* Event object of the SegmentedButton#select event.
|
|
31988
|
+
*/
|
|
31263
31989
|
type SegmentedButton$SelectEvent = sap.ui.base.Event<
|
|
31264
31990
|
SegmentedButton$SelectEventParameters,
|
|
31265
31991
|
SegmentedButton
|
|
31266
31992
|
>;
|
|
31267
31993
|
|
|
31994
|
+
/**
|
|
31995
|
+
* Event object of the Slider#change event.
|
|
31996
|
+
*/
|
|
31268
31997
|
type Slider$ChangeEvent = sap.ui.base.Event<
|
|
31269
31998
|
Slider$ChangeEventParameters,
|
|
31270
31999
|
Slider
|
|
31271
32000
|
>;
|
|
31272
32001
|
|
|
32002
|
+
/**
|
|
32003
|
+
* Event object of the Slider#liveChange event.
|
|
32004
|
+
*/
|
|
31273
32005
|
type Slider$LiveChangeEvent = sap.ui.base.Event<
|
|
31274
32006
|
Slider$LiveChangeEventParameters,
|
|
31275
32007
|
Slider
|
|
31276
32008
|
>;
|
|
31277
32009
|
|
|
32010
|
+
/**
|
|
32011
|
+
* Event object of the TabStrip#close event.
|
|
32012
|
+
*/
|
|
31278
32013
|
type TabStrip$CloseEvent = sap.ui.base.Event<
|
|
31279
32014
|
TabStrip$CloseEventParameters,
|
|
31280
32015
|
TabStrip
|
|
31281
32016
|
>;
|
|
31282
32017
|
|
|
32018
|
+
/**
|
|
32019
|
+
* Event object of the TabStrip#select event.
|
|
32020
|
+
*/
|
|
31283
32021
|
type TabStrip$SelectEvent = sap.ui.base.Event<
|
|
31284
32022
|
TabStrip$SelectEventParameters,
|
|
31285
32023
|
TabStrip
|
|
31286
32024
|
>;
|
|
31287
32025
|
|
|
32026
|
+
/**
|
|
32027
|
+
* Event object of the TextField#change event.
|
|
32028
|
+
*/
|
|
31288
32029
|
type TextField$ChangeEvent = sap.ui.base.Event<
|
|
31289
32030
|
TextField$ChangeEventParameters,
|
|
31290
32031
|
TextField
|
|
31291
32032
|
>;
|
|
31292
32033
|
|
|
32034
|
+
/**
|
|
32035
|
+
* Event object of the TextField#liveChange event.
|
|
32036
|
+
*/
|
|
31293
32037
|
type TextField$LiveChangeEvent = sap.ui.base.Event<
|
|
31294
32038
|
TextField$LiveChangeEventParameters,
|
|
31295
32039
|
TextField
|
|
31296
32040
|
>;
|
|
31297
32041
|
|
|
32042
|
+
/**
|
|
32043
|
+
* Event object of the Tree#select event.
|
|
32044
|
+
*/
|
|
31298
32045
|
type Tree$SelectEvent = sap.ui.base.Event<
|
|
31299
32046
|
Tree$SelectEventParameters,
|
|
31300
32047
|
Tree
|
|
31301
32048
|
>;
|
|
31302
32049
|
|
|
32050
|
+
/**
|
|
32051
|
+
* Event object of the Tree#selectionChange event.
|
|
32052
|
+
*/
|
|
31303
32053
|
type Tree$SelectionChangeEvent = sap.ui.base.Event<
|
|
31304
32054
|
Tree$SelectionChangeEventParameters,
|
|
31305
32055
|
Tree
|
|
31306
32056
|
>;
|
|
31307
32057
|
|
|
32058
|
+
/**
|
|
32059
|
+
* Event object of the TreeNode#selected event.
|
|
32060
|
+
*/
|
|
31308
32061
|
type TreeNode$SelectedEvent = sap.ui.base.Event<
|
|
31309
32062
|
TreeNode$SelectedEventParameters,
|
|
31310
32063
|
TreeNode
|
|
31311
32064
|
>;
|
|
31312
32065
|
|
|
32066
|
+
/**
|
|
32067
|
+
* Event object of the TreeNode#toggleOpenState event.
|
|
32068
|
+
*/
|
|
31313
32069
|
type TreeNode$ToggleOpenStateEvent = sap.ui.base.Event<
|
|
31314
32070
|
TreeNode$ToggleOpenStateEventParameters,
|
|
31315
32071
|
TreeNode
|
|
31316
32072
|
>;
|
|
31317
32073
|
|
|
32074
|
+
/**
|
|
32075
|
+
* Event object of the TriStateCheckBox#change event.
|
|
32076
|
+
*/
|
|
31318
32077
|
type TriStateCheckBox$ChangeEvent = sap.ui.base.Event<
|
|
31319
32078
|
TriStateCheckBox$ChangeEventParameters,
|
|
31320
32079
|
TriStateCheckBox
|
|
31321
32080
|
>;
|
|
31322
32081
|
|
|
32082
|
+
/**
|
|
32083
|
+
* Event object of the ValueHelpField#valueHelpRequest event.
|
|
32084
|
+
*/
|
|
31323
32085
|
type ValueHelpField$ValueHelpRequestEvent = sap.ui.base.Event<
|
|
31324
32086
|
ValueHelpField$ValueHelpRequestEventParameters,
|
|
31325
32087
|
ValueHelpField
|