@sapui5/ts-types 1.122.2 → 1.123.1
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/index.d.ts +5 -5
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +404 -3
- package/types/sap.chart.d.ts +58 -3
- package/types/sap.collaboration.d.ts +52 -3
- package/types/sap.esh.search.ui.d.ts +2152 -2
- package/types/sap.f.d.ts +432 -46
- package/types/sap.fe.core.d.ts +20 -15
- package/types/sap.fe.macros.d.ts +1048 -21
- 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 +8 -6
- package/types/sap.fe.test.d.ts +288 -7
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1067 -15
- package/types/sap.insights.d.ts +4 -1
- package/types/{mobile-1.122.0-d.ts → sap.m.d.ts} +3962 -124
- package/types/sap.makit.d.ts +115 -2
- package/types/sap.me.d.ts +84 -2
- package/types/sap.ndc.d.ts +22 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +44 -8
- package/types/sap.sac.df.d.ts +111 -60
- package/types/sap.suite.ui.commons.d.ts +1148 -2174
- package/types/sap.suite.ui.generic.template.d.ts +10 -1
- package/types/sap.suite.ui.microchart.d.ts +190 -2
- package/types/sap.tnt.d.ts +46 -2
- package/types/sap.ui.codeeditor.d.ts +16 -1
- package/types/{commons-1.122.0-d.ts → sap.ui.commons.d.ts} +792 -30
- package/types/sap.ui.comp.d.ts +964 -86
- package/types/{core-1.122.0-d.ts → sap.ui.core.d.ts} +2194 -1540
- package/types/sap.ui.dt.d.ts +3 -0
- package/types/sap.ui.export.d.ts +22 -4
- package/types/sap.ui.fl.d.ts +40 -1
- package/types/sap.ui.generic.app.d.ts +217 -203
- package/types/sap.ui.generic.template.d.ts +1 -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.richtexteditor.d.ts +28 -2
- 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/{ux3-1.122.0-d.ts → sap.ui.ux3.d.ts} +527 -5
- package/types/sap.ui.vbm.d.ts +544 -2
- package/types/sap.ui.vk.d.ts +1580 -39
- package/types/sap.ui.vtm.d.ts +373 -2
- 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.uiext.inbox.d.ts +124 -2
- package/types/sap.ushell.d.ts +1001 -322
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +123 -6
- package/types/sap.viz.d.ts +2619 -5
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +35 -10
- package/types/sap.zen.crosstab.d.ts +22 -7
- package/types/sap.zen.dsh.d.ts +64 -8
- package/types/dt-1.122.0-d.ts +0 -3
|
@@ -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 {
|
|
@@ -251,6 +251,11 @@ declare namespace sap {
|
|
|
251
251
|
__implements__sap_ui_webc_main_ITreeItem: boolean;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
+
/**
|
|
255
|
+
* Describes the settings that can be provided to the Avatar constructor.
|
|
256
|
+
*
|
|
257
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
258
|
+
*/
|
|
254
259
|
interface $AvatarSettings
|
|
255
260
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
256
261
|
/**
|
|
@@ -400,6 +405,11 @@ declare namespace sap {
|
|
|
400
405
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
401
406
|
}
|
|
402
407
|
|
|
408
|
+
/**
|
|
409
|
+
* Describes the settings that can be provided to the AvatarGroup constructor.
|
|
410
|
+
*
|
|
411
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
412
|
+
*/
|
|
403
413
|
interface $AvatarGroupSettings
|
|
404
414
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
405
415
|
/**
|
|
@@ -446,6 +456,11 @@ declare namespace sap {
|
|
|
446
456
|
overflow?: (oEvent: sap.ui.base.Event) => void;
|
|
447
457
|
}
|
|
448
458
|
|
|
459
|
+
/**
|
|
460
|
+
* Describes the settings that can be provided to the Badge constructor.
|
|
461
|
+
*
|
|
462
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
463
|
+
*/
|
|
449
464
|
interface $BadgeSettings
|
|
450
465
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
451
466
|
/**
|
|
@@ -471,6 +486,11 @@ declare namespace sap {
|
|
|
471
486
|
| `{${string}}`;
|
|
472
487
|
}
|
|
473
488
|
|
|
489
|
+
/**
|
|
490
|
+
* Describes the settings that can be provided to the Breadcrumbs constructor.
|
|
491
|
+
*
|
|
492
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
493
|
+
*/
|
|
474
494
|
interface $BreadcrumbsSettings
|
|
475
495
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
476
496
|
/**
|
|
@@ -523,6 +543,11 @@ declare namespace sap {
|
|
|
523
543
|
itemClick?: (oEvent: Breadcrumbs$ItemClickEvent) => void;
|
|
524
544
|
}
|
|
525
545
|
|
|
546
|
+
/**
|
|
547
|
+
* Describes the settings that can be provided to the BreadcrumbsItem constructor.
|
|
548
|
+
*
|
|
549
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
550
|
+
*/
|
|
526
551
|
interface $BreadcrumbsItemSettings
|
|
527
552
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
528
553
|
/**
|
|
@@ -559,6 +584,11 @@ declare namespace sap {
|
|
|
559
584
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
560
585
|
}
|
|
561
586
|
|
|
587
|
+
/**
|
|
588
|
+
* Describes the settings that can be provided to the BusyIndicator constructor.
|
|
589
|
+
*
|
|
590
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
591
|
+
*/
|
|
562
592
|
interface $BusyIndicatorSettings
|
|
563
593
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
564
594
|
/**
|
|
@@ -613,6 +643,11 @@ declare namespace sap {
|
|
|
613
643
|
| `{${string}}`;
|
|
614
644
|
}
|
|
615
645
|
|
|
646
|
+
/**
|
|
647
|
+
* Describes the settings that can be provided to the Button constructor.
|
|
648
|
+
*
|
|
649
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
650
|
+
*/
|
|
616
651
|
interface $ButtonSettings
|
|
617
652
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
618
653
|
/**
|
|
@@ -726,6 +761,11 @@ declare namespace sap {
|
|
|
726
761
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
727
762
|
}
|
|
728
763
|
|
|
764
|
+
/**
|
|
765
|
+
* Describes the settings that can be provided to the Calendar constructor.
|
|
766
|
+
*
|
|
767
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
768
|
+
*/
|
|
729
769
|
interface $CalendarSettings
|
|
730
770
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
731
771
|
/**
|
|
@@ -814,6 +854,11 @@ declare namespace sap {
|
|
|
814
854
|
) => void;
|
|
815
855
|
}
|
|
816
856
|
|
|
857
|
+
/**
|
|
858
|
+
* Describes the settings that can be provided to the CalendarDate constructor.
|
|
859
|
+
*
|
|
860
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
861
|
+
*/
|
|
817
862
|
interface $CalendarDateSettings
|
|
818
863
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
819
864
|
/**
|
|
@@ -823,6 +868,11 @@ declare namespace sap {
|
|
|
823
868
|
value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
824
869
|
}
|
|
825
870
|
|
|
871
|
+
/**
|
|
872
|
+
* Describes the settings that can be provided to the Card constructor.
|
|
873
|
+
*
|
|
874
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
875
|
+
*/
|
|
826
876
|
interface $CardSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
827
877
|
/**
|
|
828
878
|
* Defines the accessible name of the component, which is used as the name of the card region and should
|
|
@@ -874,6 +924,11 @@ declare namespace sap {
|
|
|
874
924
|
ariaLabelledBy?: Array<sap.ui.core.Control | string>;
|
|
875
925
|
}
|
|
876
926
|
|
|
927
|
+
/**
|
|
928
|
+
* Describes the settings that can be provided to the CardHeader constructor.
|
|
929
|
+
*
|
|
930
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
931
|
+
*/
|
|
877
932
|
interface $CardHeaderSettings
|
|
878
933
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
879
934
|
/**
|
|
@@ -926,6 +981,11 @@ declare namespace sap {
|
|
|
926
981
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
927
982
|
}
|
|
928
983
|
|
|
984
|
+
/**
|
|
985
|
+
* Describes the settings that can be provided to the Carousel constructor.
|
|
986
|
+
*
|
|
987
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
988
|
+
*/
|
|
929
989
|
interface $CarouselSettings
|
|
930
990
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
931
991
|
/**
|
|
@@ -1047,6 +1107,11 @@ declare namespace sap {
|
|
|
1047
1107
|
navigate?: (oEvent: Carousel$NavigateEvent) => void;
|
|
1048
1108
|
}
|
|
1049
1109
|
|
|
1110
|
+
/**
|
|
1111
|
+
* Describes the settings that can be provided to the CheckBox constructor.
|
|
1112
|
+
*
|
|
1113
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1114
|
+
*/
|
|
1050
1115
|
interface $CheckBoxSettings
|
|
1051
1116
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1052
1117
|
/**
|
|
@@ -1171,6 +1236,11 @@ declare namespace sap {
|
|
|
1171
1236
|
change?: (oEvent: sap.ui.base.Event) => void;
|
|
1172
1237
|
}
|
|
1173
1238
|
|
|
1239
|
+
/**
|
|
1240
|
+
* Describes the settings that can be provided to the ColorPalette constructor.
|
|
1241
|
+
*
|
|
1242
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1243
|
+
*/
|
|
1174
1244
|
interface $ColorPaletteSettings
|
|
1175
1245
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1176
1246
|
/**
|
|
@@ -1188,6 +1258,11 @@ declare namespace sap {
|
|
|
1188
1258
|
itemClick?: (oEvent: ColorPalette$ItemClickEvent) => void;
|
|
1189
1259
|
}
|
|
1190
1260
|
|
|
1261
|
+
/**
|
|
1262
|
+
* Describes the settings that can be provided to the ColorPaletteItem constructor.
|
|
1263
|
+
*
|
|
1264
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1265
|
+
*/
|
|
1191
1266
|
interface $ColorPaletteItemSettings
|
|
1192
1267
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1193
1268
|
/**
|
|
@@ -1201,6 +1276,11 @@ declare namespace sap {
|
|
|
1201
1276
|
| `{${string}}`;
|
|
1202
1277
|
}
|
|
1203
1278
|
|
|
1279
|
+
/**
|
|
1280
|
+
* Describes the settings that can be provided to the ColorPalettePopover constructor.
|
|
1281
|
+
*
|
|
1282
|
+
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
1283
|
+
*/
|
|
1204
1284
|
interface $ColorPalettePopoverSettings
|
|
1205
1285
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1206
1286
|
/**
|
|
@@ -1252,6 +1332,11 @@ declare namespace sap {
|
|
|
1252
1332
|
itemClick?: (oEvent: ColorPalettePopover$ItemClickEvent) => void;
|
|
1253
1333
|
}
|
|
1254
1334
|
|
|
1335
|
+
/**
|
|
1336
|
+
* Describes the settings that can be provided to the ColorPicker constructor.
|
|
1337
|
+
*
|
|
1338
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1339
|
+
*/
|
|
1255
1340
|
interface $ColorPickerSettings
|
|
1256
1341
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1257
1342
|
/**
|
|
@@ -1270,6 +1355,11 @@ declare namespace sap {
|
|
|
1270
1355
|
change?: (oEvent: sap.ui.base.Event) => void;
|
|
1271
1356
|
}
|
|
1272
1357
|
|
|
1358
|
+
/**
|
|
1359
|
+
* Describes the settings that can be provided to the ComboBox constructor.
|
|
1360
|
+
*
|
|
1361
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1362
|
+
*/
|
|
1273
1363
|
interface $ComboBoxSettings
|
|
1274
1364
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1275
1365
|
/**
|
|
@@ -1400,6 +1490,11 @@ declare namespace sap {
|
|
|
1400
1490
|
selectionChange?: (oEvent: ComboBox$SelectionChangeEvent) => void;
|
|
1401
1491
|
}
|
|
1402
1492
|
|
|
1493
|
+
/**
|
|
1494
|
+
* Describes the settings that can be provided to the ComboBoxGroupItem constructor.
|
|
1495
|
+
*
|
|
1496
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
1497
|
+
*/
|
|
1403
1498
|
interface $ComboBoxGroupItemSettings
|
|
1404
1499
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1405
1500
|
/**
|
|
@@ -1408,6 +1503,11 @@ declare namespace sap {
|
|
|
1408
1503
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1409
1504
|
}
|
|
1410
1505
|
|
|
1506
|
+
/**
|
|
1507
|
+
* Describes the settings that can be provided to the ComboBoxItem constructor.
|
|
1508
|
+
*
|
|
1509
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1510
|
+
*/
|
|
1411
1511
|
interface $ComboBoxItemSettings
|
|
1412
1512
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1413
1513
|
/**
|
|
@@ -1423,6 +1523,11 @@ declare namespace sap {
|
|
|
1423
1523
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1424
1524
|
}
|
|
1425
1525
|
|
|
1526
|
+
/**
|
|
1527
|
+
* Describes the settings that can be provided to the CustomListItem constructor.
|
|
1528
|
+
*
|
|
1529
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1530
|
+
*/
|
|
1426
1531
|
interface $CustomListItemSettings
|
|
1427
1532
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1428
1533
|
/**
|
|
@@ -1504,6 +1609,11 @@ declare namespace sap {
|
|
|
1504
1609
|
detailClick?: (oEvent: sap.ui.base.Event) => void;
|
|
1505
1610
|
}
|
|
1506
1611
|
|
|
1612
|
+
/**
|
|
1613
|
+
* Describes the settings that can be provided to the DatePicker constructor.
|
|
1614
|
+
*
|
|
1615
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1616
|
+
*/
|
|
1507
1617
|
interface $DatePickerSettings
|
|
1508
1618
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1509
1619
|
/**
|
|
@@ -1659,6 +1769,11 @@ declare namespace sap {
|
|
|
1659
1769
|
input?: (oEvent: DatePicker$InputEvent) => void;
|
|
1660
1770
|
}
|
|
1661
1771
|
|
|
1772
|
+
/**
|
|
1773
|
+
* Describes the settings that can be provided to the DateRangePicker constructor.
|
|
1774
|
+
*
|
|
1775
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1776
|
+
*/
|
|
1662
1777
|
interface $DateRangePickerSettings
|
|
1663
1778
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1664
1779
|
/**
|
|
@@ -1820,6 +1935,11 @@ declare namespace sap {
|
|
|
1820
1935
|
input?: (oEvent: DateRangePicker$InputEvent) => void;
|
|
1821
1936
|
}
|
|
1822
1937
|
|
|
1938
|
+
/**
|
|
1939
|
+
* Describes the settings that can be provided to the DateTimePicker constructor.
|
|
1940
|
+
*
|
|
1941
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1942
|
+
*/
|
|
1823
1943
|
interface $DateTimePickerSettings
|
|
1824
1944
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1825
1945
|
/**
|
|
@@ -1975,6 +2095,11 @@ declare namespace sap {
|
|
|
1975
2095
|
input?: (oEvent: DateTimePicker$InputEvent) => void;
|
|
1976
2096
|
}
|
|
1977
2097
|
|
|
2098
|
+
/**
|
|
2099
|
+
* Describes the settings that can be provided to the Dialog constructor.
|
|
2100
|
+
*
|
|
2101
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2102
|
+
*/
|
|
1978
2103
|
interface $DialogSettings
|
|
1979
2104
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
1980
2105
|
/**
|
|
@@ -2146,6 +2271,11 @@ declare namespace sap {
|
|
|
2146
2271
|
beforeOpen?: (oEvent: sap.ui.base.Event) => void;
|
|
2147
2272
|
}
|
|
2148
2273
|
|
|
2274
|
+
/**
|
|
2275
|
+
* Describes the settings that can be provided to the FileUploader constructor.
|
|
2276
|
+
*
|
|
2277
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2278
|
+
*/
|
|
2149
2279
|
interface $FileUploaderSettings
|
|
2150
2280
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
2151
2281
|
/**
|
|
@@ -2251,6 +2381,11 @@ declare namespace sap {
|
|
|
2251
2381
|
change?: (oEvent: FileUploader$ChangeEvent) => void;
|
|
2252
2382
|
}
|
|
2253
2383
|
|
|
2384
|
+
/**
|
|
2385
|
+
* Describes the settings that can be provided to the GroupHeaderListItem constructor.
|
|
2386
|
+
*
|
|
2387
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2388
|
+
*/
|
|
2254
2389
|
interface $GroupHeaderListItemSettings
|
|
2255
2390
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
2256
2391
|
/**
|
|
@@ -2275,6 +2410,11 @@ declare namespace sap {
|
|
|
2275
2410
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2276
2411
|
}
|
|
2277
2412
|
|
|
2413
|
+
/**
|
|
2414
|
+
* Describes the settings that can be provided to the Icon constructor.
|
|
2415
|
+
*
|
|
2416
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2417
|
+
*/
|
|
2278
2418
|
interface $IconSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
2279
2419
|
/**
|
|
2280
2420
|
* Defines the text alternative of the component. If not provided a default text alternative will be set,
|
|
@@ -2403,6 +2543,11 @@ declare namespace sap {
|
|
|
2403
2543
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
2404
2544
|
}
|
|
2405
2545
|
|
|
2546
|
+
/**
|
|
2547
|
+
* Describes the settings that can be provided to the Input constructor.
|
|
2548
|
+
*
|
|
2549
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2550
|
+
*/
|
|
2406
2551
|
interface $InputSettings
|
|
2407
2552
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
2408
2553
|
/**
|
|
@@ -2587,6 +2732,11 @@ declare namespace sap {
|
|
|
2587
2732
|
) => void;
|
|
2588
2733
|
}
|
|
2589
2734
|
|
|
2735
|
+
/**
|
|
2736
|
+
* Describes the settings that can be provided to the Label constructor.
|
|
2737
|
+
*
|
|
2738
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2739
|
+
*/
|
|
2590
2740
|
interface $LabelSettings
|
|
2591
2741
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
2592
2742
|
/**
|
|
@@ -2642,6 +2792,11 @@ declare namespace sap {
|
|
|
2642
2792
|
labelFor?: sap.ui.core.Control | string;
|
|
2643
2793
|
}
|
|
2644
2794
|
|
|
2795
|
+
/**
|
|
2796
|
+
* Describes the settings that can be provided to the Link constructor.
|
|
2797
|
+
*
|
|
2798
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2799
|
+
*/
|
|
2645
2800
|
interface $LinkSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
2646
2801
|
/**
|
|
2647
2802
|
* An object of strings that defines several additional accessibility attribute values for customization
|
|
@@ -2751,6 +2906,11 @@ declare namespace sap {
|
|
|
2751
2906
|
click?: (oEvent: Link$ClickEvent) => void;
|
|
2752
2907
|
}
|
|
2753
2908
|
|
|
2909
|
+
/**
|
|
2910
|
+
* Describes the settings that can be provided to the List constructor.
|
|
2911
|
+
*
|
|
2912
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2913
|
+
*/
|
|
2754
2914
|
interface $ListSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
2755
2915
|
/**
|
|
2756
2916
|
* Defines the accessible name of the component.
|
|
@@ -2941,6 +3101,11 @@ declare namespace sap {
|
|
|
2941
3101
|
selectionChange?: (oEvent: List$SelectionChangeEvent) => void;
|
|
2942
3102
|
}
|
|
2943
3103
|
|
|
3104
|
+
/**
|
|
3105
|
+
* Describes the settings that can be provided to the Menu constructor.
|
|
3106
|
+
*
|
|
3107
|
+
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
3108
|
+
*/
|
|
2944
3109
|
interface $MenuSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
2945
3110
|
/**
|
|
2946
3111
|
* Defines if a loading indicator would be displayed inside the corresponding ui5-menu popover.
|
|
@@ -3017,6 +3182,11 @@ declare namespace sap {
|
|
|
3017
3182
|
itemClick?: (oEvent: Menu$ItemClickEvent) => void;
|
|
3018
3183
|
}
|
|
3019
3184
|
|
|
3185
|
+
/**
|
|
3186
|
+
* Describes the settings that can be provided to the MenuItem constructor.
|
|
3187
|
+
*
|
|
3188
|
+
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
3189
|
+
*/
|
|
3020
3190
|
interface $MenuItemSettings
|
|
3021
3191
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3022
3192
|
/**
|
|
@@ -3095,6 +3265,11 @@ declare namespace sap {
|
|
|
3095
3265
|
| `{${string}}`;
|
|
3096
3266
|
}
|
|
3097
3267
|
|
|
3268
|
+
/**
|
|
3269
|
+
* Describes the settings that can be provided to the MessageStrip constructor.
|
|
3270
|
+
*
|
|
3271
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3272
|
+
*/
|
|
3098
3273
|
interface $MessageStripSettings
|
|
3099
3274
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3100
3275
|
/**
|
|
@@ -3161,6 +3336,11 @@ declare namespace sap {
|
|
|
3161
3336
|
close?: (oEvent: sap.ui.base.Event) => void;
|
|
3162
3337
|
}
|
|
3163
3338
|
|
|
3339
|
+
/**
|
|
3340
|
+
* Describes the settings that can be provided to the MultiComboBox constructor.
|
|
3341
|
+
*
|
|
3342
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3343
|
+
*/
|
|
3164
3344
|
interface $MultiComboBoxSettings
|
|
3165
3345
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3166
3346
|
/**
|
|
@@ -3309,6 +3489,11 @@ declare namespace sap {
|
|
|
3309
3489
|
) => void;
|
|
3310
3490
|
}
|
|
3311
3491
|
|
|
3492
|
+
/**
|
|
3493
|
+
* Describes the settings that can be provided to the MultiComboBoxGroupItem constructor.
|
|
3494
|
+
*
|
|
3495
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3496
|
+
*/
|
|
3312
3497
|
interface $MultiComboBoxGroupItemSettings
|
|
3313
3498
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3314
3499
|
/**
|
|
@@ -3317,6 +3502,11 @@ declare namespace sap {
|
|
|
3317
3502
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3318
3503
|
}
|
|
3319
3504
|
|
|
3505
|
+
/**
|
|
3506
|
+
* Describes the settings that can be provided to the MultiComboBoxItem constructor.
|
|
3507
|
+
*
|
|
3508
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3509
|
+
*/
|
|
3320
3510
|
interface $MultiComboBoxItemSettings
|
|
3321
3511
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3322
3512
|
/**
|
|
@@ -3340,6 +3530,11 @@ declare namespace sap {
|
|
|
3340
3530
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3341
3531
|
}
|
|
3342
3532
|
|
|
3533
|
+
/**
|
|
3534
|
+
* Describes the settings that can be provided to the MultiInput constructor.
|
|
3535
|
+
*
|
|
3536
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3537
|
+
*/
|
|
3343
3538
|
interface $MultiInputSettings
|
|
3344
3539
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3345
3540
|
/**
|
|
@@ -3553,6 +3748,11 @@ declare namespace sap {
|
|
|
3553
3748
|
valueHelpTrigger?: (oEvent: sap.ui.base.Event) => void;
|
|
3554
3749
|
}
|
|
3555
3750
|
|
|
3751
|
+
/**
|
|
3752
|
+
* Describes the settings that can be provided to the Option constructor.
|
|
3753
|
+
*
|
|
3754
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3755
|
+
*/
|
|
3556
3756
|
interface $OptionSettings
|
|
3557
3757
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3558
3758
|
/**
|
|
@@ -3599,6 +3799,11 @@ declare namespace sap {
|
|
|
3599
3799
|
value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3600
3800
|
}
|
|
3601
3801
|
|
|
3802
|
+
/**
|
|
3803
|
+
* Describes the settings that can be provided to the Panel constructor.
|
|
3804
|
+
*
|
|
3805
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3806
|
+
*/
|
|
3602
3807
|
interface $PanelSettings
|
|
3603
3808
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3604
3809
|
/**
|
|
@@ -3712,6 +3917,11 @@ declare namespace sap {
|
|
|
3712
3917
|
toggle?: (oEvent: sap.ui.base.Event) => void;
|
|
3713
3918
|
}
|
|
3714
3919
|
|
|
3920
|
+
/**
|
|
3921
|
+
* Describes the settings that can be provided to the Popover constructor.
|
|
3922
|
+
*
|
|
3923
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3924
|
+
*/
|
|
3715
3925
|
interface $PopoverSettings
|
|
3716
3926
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3717
3927
|
/**
|
|
@@ -3890,6 +4100,11 @@ declare namespace sap {
|
|
|
3890
4100
|
beforeOpen?: (oEvent: sap.ui.base.Event) => void;
|
|
3891
4101
|
}
|
|
3892
4102
|
|
|
4103
|
+
/**
|
|
4104
|
+
* Describes the settings that can be provided to the ProgressIndicator constructor.
|
|
4105
|
+
*
|
|
4106
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4107
|
+
*/
|
|
3893
4108
|
interface $ProgressIndicatorSettings
|
|
3894
4109
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3895
4110
|
/**
|
|
@@ -3960,6 +4175,11 @@ declare namespace sap {
|
|
|
3960
4175
|
| `{${string}}`;
|
|
3961
4176
|
}
|
|
3962
4177
|
|
|
4178
|
+
/**
|
|
4179
|
+
* Describes the settings that can be provided to the RadioButton constructor.
|
|
4180
|
+
*
|
|
4181
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4182
|
+
*/
|
|
3963
4183
|
interface $RadioButtonSettings
|
|
3964
4184
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
3965
4185
|
/**
|
|
@@ -4069,6 +4289,11 @@ declare namespace sap {
|
|
|
4069
4289
|
change?: (oEvent: sap.ui.base.Event) => void;
|
|
4070
4290
|
}
|
|
4071
4291
|
|
|
4292
|
+
/**
|
|
4293
|
+
* Describes the settings that can be provided to the RangeSlider constructor.
|
|
4294
|
+
*
|
|
4295
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4296
|
+
*/
|
|
4072
4297
|
interface $RangeSliderSettings
|
|
4073
4298
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4074
4299
|
/**
|
|
@@ -4180,6 +4405,11 @@ declare namespace sap {
|
|
|
4180
4405
|
input?: (oEvent: sap.ui.base.Event) => void;
|
|
4181
4406
|
}
|
|
4182
4407
|
|
|
4408
|
+
/**
|
|
4409
|
+
* Describes the settings that can be provided to the RatingIndicator constructor.
|
|
4410
|
+
*
|
|
4411
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4412
|
+
*/
|
|
4183
4413
|
interface $RatingIndicatorSettings
|
|
4184
4414
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4185
4415
|
/**
|
|
@@ -4256,6 +4486,11 @@ declare namespace sap {
|
|
|
4256
4486
|
change?: (oEvent: sap.ui.base.Event) => void;
|
|
4257
4487
|
}
|
|
4258
4488
|
|
|
4489
|
+
/**
|
|
4490
|
+
* Describes the settings that can be provided to the ResponsivePopover constructor.
|
|
4491
|
+
*
|
|
4492
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4493
|
+
*/
|
|
4259
4494
|
interface $ResponsivePopoverSettings
|
|
4260
4495
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4261
4496
|
/**
|
|
@@ -4418,6 +4653,11 @@ declare namespace sap {
|
|
|
4418
4653
|
beforeOpen?: (oEvent: sap.ui.base.Event) => void;
|
|
4419
4654
|
}
|
|
4420
4655
|
|
|
4656
|
+
/**
|
|
4657
|
+
* Describes the settings that can be provided to the SegmentedButton constructor.
|
|
4658
|
+
*
|
|
4659
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4660
|
+
*/
|
|
4421
4661
|
interface $SegmentedButtonSettings
|
|
4422
4662
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4423
4663
|
/**
|
|
@@ -4472,6 +4712,11 @@ declare namespace sap {
|
|
|
4472
4712
|
) => void;
|
|
4473
4713
|
}
|
|
4474
4714
|
|
|
4715
|
+
/**
|
|
4716
|
+
* Describes the settings that can be provided to the SegmentedButtonItem constructor.
|
|
4717
|
+
*
|
|
4718
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
4719
|
+
*/
|
|
4475
4720
|
interface $SegmentedButtonItemSettings
|
|
4476
4721
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4477
4722
|
/**
|
|
@@ -4584,6 +4829,11 @@ declare namespace sap {
|
|
|
4584
4829
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
4585
4830
|
}
|
|
4586
4831
|
|
|
4832
|
+
/**
|
|
4833
|
+
* Describes the settings that can be provided to the Select constructor.
|
|
4834
|
+
*
|
|
4835
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4836
|
+
*/
|
|
4587
4837
|
interface $SelectSettings
|
|
4588
4838
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4589
4839
|
/**
|
|
@@ -4728,6 +4978,11 @@ declare namespace sap {
|
|
|
4728
4978
|
open?: (oEvent: sap.ui.base.Event) => void;
|
|
4729
4979
|
}
|
|
4730
4980
|
|
|
4981
|
+
/**
|
|
4982
|
+
* Describes the settings that can be provided to the SelectMenu constructor.
|
|
4983
|
+
*
|
|
4984
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
4985
|
+
*/
|
|
4731
4986
|
interface $SelectMenuSettings
|
|
4732
4987
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4733
4988
|
/**
|
|
@@ -4740,6 +4995,11 @@ declare namespace sap {
|
|
|
4740
4995
|
| `{${string}}`;
|
|
4741
4996
|
}
|
|
4742
4997
|
|
|
4998
|
+
/**
|
|
4999
|
+
* Describes the settings that can be provided to the SelectMenuOption constructor.
|
|
5000
|
+
*
|
|
5001
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
5002
|
+
*/
|
|
4743
5003
|
interface $SelectMenuOptionSettings
|
|
4744
5004
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4745
5005
|
/**
|
|
@@ -4763,6 +5023,11 @@ declare namespace sap {
|
|
|
4763
5023
|
| `{${string}}`;
|
|
4764
5024
|
}
|
|
4765
5025
|
|
|
5026
|
+
/**
|
|
5027
|
+
* Describes the settings that can be provided to the Slider constructor.
|
|
5028
|
+
*
|
|
5029
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5030
|
+
*/
|
|
4766
5031
|
interface $SliderSettings
|
|
4767
5032
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4768
5033
|
/**
|
|
@@ -4866,6 +5131,11 @@ declare namespace sap {
|
|
|
4866
5131
|
input?: (oEvent: sap.ui.base.Event) => void;
|
|
4867
5132
|
}
|
|
4868
5133
|
|
|
5134
|
+
/**
|
|
5135
|
+
* Describes the settings that can be provided to the SplitButton constructor.
|
|
5136
|
+
*
|
|
5137
|
+
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5138
|
+
*/
|
|
4869
5139
|
interface $SplitButtonSettings
|
|
4870
5140
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4871
5141
|
/**
|
|
@@ -4923,6 +5193,11 @@ declare namespace sap {
|
|
|
4923
5193
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
4924
5194
|
}
|
|
4925
5195
|
|
|
5196
|
+
/**
|
|
5197
|
+
* Describes the settings that can be provided to the StandardListItem constructor.
|
|
5198
|
+
*
|
|
5199
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5200
|
+
*/
|
|
4926
5201
|
interface $StandardListItemSettings
|
|
4927
5202
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
4928
5203
|
/**
|
|
@@ -5058,6 +5333,11 @@ declare namespace sap {
|
|
|
5058
5333
|
detailClick?: (oEvent: sap.ui.base.Event) => void;
|
|
5059
5334
|
}
|
|
5060
5335
|
|
|
5336
|
+
/**
|
|
5337
|
+
* Describes the settings that can be provided to the StepInput constructor.
|
|
5338
|
+
*
|
|
5339
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5340
|
+
*/
|
|
5061
5341
|
interface $StepInputSettings
|
|
5062
5342
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5063
5343
|
/**
|
|
@@ -5191,6 +5471,11 @@ declare namespace sap {
|
|
|
5191
5471
|
change?: (oEvent: sap.ui.base.Event) => void;
|
|
5192
5472
|
}
|
|
5193
5473
|
|
|
5474
|
+
/**
|
|
5475
|
+
* Describes the settings that can be provided to the SuggestionGroupItem constructor.
|
|
5476
|
+
*
|
|
5477
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
5478
|
+
*/
|
|
5194
5479
|
interface $SuggestionGroupItemSettings
|
|
5195
5480
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5196
5481
|
/**
|
|
@@ -5199,6 +5484,11 @@ declare namespace sap {
|
|
|
5199
5484
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5200
5485
|
}
|
|
5201
5486
|
|
|
5487
|
+
/**
|
|
5488
|
+
* Describes the settings that can be provided to the SuggestionItem constructor.
|
|
5489
|
+
*
|
|
5490
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5491
|
+
*/
|
|
5202
5492
|
interface $SuggestionItemSettings
|
|
5203
5493
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5204
5494
|
/**
|
|
@@ -5266,6 +5556,11 @@ declare namespace sap {
|
|
|
5266
5556
|
| `{${string}}`;
|
|
5267
5557
|
}
|
|
5268
5558
|
|
|
5559
|
+
/**
|
|
5560
|
+
* Describes the settings that can be provided to the Switch constructor.
|
|
5561
|
+
*
|
|
5562
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5563
|
+
*/
|
|
5269
5564
|
interface $SwitchSettings
|
|
5270
5565
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5271
5566
|
/**
|
|
@@ -5362,6 +5657,11 @@ declare namespace sap {
|
|
|
5362
5657
|
change?: (oEvent: sap.ui.base.Event) => void;
|
|
5363
5658
|
}
|
|
5364
5659
|
|
|
5660
|
+
/**
|
|
5661
|
+
* Describes the settings that can be provided to the Tab constructor.
|
|
5662
|
+
*
|
|
5663
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5664
|
+
*/
|
|
5365
5665
|
interface $TabSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
5366
5666
|
/**
|
|
5367
5667
|
* Represents the "additionalText" text, which is displayed in the tab. In the cases when in the same time
|
|
@@ -5442,6 +5742,11 @@ declare namespace sap {
|
|
|
5442
5742
|
| `{${string}}`;
|
|
5443
5743
|
}
|
|
5444
5744
|
|
|
5745
|
+
/**
|
|
5746
|
+
* Describes the settings that can be provided to the TabContainer constructor.
|
|
5747
|
+
*
|
|
5748
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5749
|
+
*/
|
|
5445
5750
|
interface $TabContainerSettings
|
|
5446
5751
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5447
5752
|
/**
|
|
@@ -5547,6 +5852,11 @@ declare namespace sap {
|
|
|
5547
5852
|
tabSelect?: (oEvent: TabContainer$TabSelectEvent) => void;
|
|
5548
5853
|
}
|
|
5549
5854
|
|
|
5855
|
+
/**
|
|
5856
|
+
* Describes the settings that can be provided to the Table constructor.
|
|
5857
|
+
*
|
|
5858
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5859
|
+
*/
|
|
5550
5860
|
interface $TableSettings
|
|
5551
5861
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5552
5862
|
/**
|
|
@@ -5730,6 +6040,11 @@ declare namespace sap {
|
|
|
5730
6040
|
selectionChange?: (oEvent: Table$SelectionChangeEvent) => void;
|
|
5731
6041
|
}
|
|
5732
6042
|
|
|
6043
|
+
/**
|
|
6044
|
+
* Describes the settings that can be provided to the TableCell constructor.
|
|
6045
|
+
*
|
|
6046
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6047
|
+
*/
|
|
5733
6048
|
interface $TableCellSettings
|
|
5734
6049
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5735
6050
|
/**
|
|
@@ -5742,6 +6057,11 @@ declare namespace sap {
|
|
|
5742
6057
|
| `{${string}}`;
|
|
5743
6058
|
}
|
|
5744
6059
|
|
|
6060
|
+
/**
|
|
6061
|
+
* Describes the settings that can be provided to the TableColumn constructor.
|
|
6062
|
+
*
|
|
6063
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6064
|
+
*/
|
|
5745
6065
|
interface $TableColumnSettings
|
|
5746
6066
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5747
6067
|
/**
|
|
@@ -5798,6 +6118,11 @@ declare namespace sap {
|
|
|
5798
6118
|
| `{${string}}`;
|
|
5799
6119
|
}
|
|
5800
6120
|
|
|
6121
|
+
/**
|
|
6122
|
+
* Describes the settings that can be provided to the TableGroupRow constructor.
|
|
6123
|
+
*
|
|
6124
|
+
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
6125
|
+
*/
|
|
5801
6126
|
interface $TableGroupRowSettings
|
|
5802
6127
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5803
6128
|
/**
|
|
@@ -5806,6 +6131,11 @@ declare namespace sap {
|
|
|
5806
6131
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5807
6132
|
}
|
|
5808
6133
|
|
|
6134
|
+
/**
|
|
6135
|
+
* Describes the settings that can be provided to the TableRow constructor.
|
|
6136
|
+
*
|
|
6137
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6138
|
+
*/
|
|
5809
6139
|
interface $TableRowSettings
|
|
5810
6140
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5811
6141
|
/**
|
|
@@ -5851,9 +6181,19 @@ declare namespace sap {
|
|
|
5851
6181
|
| `{${string}}`;
|
|
5852
6182
|
}
|
|
5853
6183
|
|
|
6184
|
+
/**
|
|
6185
|
+
* Describes the settings that can be provided to the TabSeparator constructor.
|
|
6186
|
+
*
|
|
6187
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6188
|
+
*/
|
|
5854
6189
|
interface $TabSeparatorSettings
|
|
5855
6190
|
extends sap.ui.core.webc.$WebComponentSettings {}
|
|
5856
6191
|
|
|
6192
|
+
/**
|
|
6193
|
+
* Describes the settings that can be provided to the TextArea constructor.
|
|
6194
|
+
*
|
|
6195
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6196
|
+
*/
|
|
5857
6197
|
interface $TextAreaSettings
|
|
5858
6198
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
5859
6199
|
/**
|
|
@@ -6016,6 +6356,11 @@ declare namespace sap {
|
|
|
6016
6356
|
input?: (oEvent: sap.ui.base.Event) => void;
|
|
6017
6357
|
}
|
|
6018
6358
|
|
|
6359
|
+
/**
|
|
6360
|
+
* Describes the settings that can be provided to the TimePicker constructor.
|
|
6361
|
+
*
|
|
6362
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6363
|
+
*/
|
|
6019
6364
|
interface $TimePickerSettings
|
|
6020
6365
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6021
6366
|
/**
|
|
@@ -6106,6 +6451,11 @@ declare namespace sap {
|
|
|
6106
6451
|
input?: (oEvent: TimePicker$InputEvent) => void;
|
|
6107
6452
|
}
|
|
6108
6453
|
|
|
6454
|
+
/**
|
|
6455
|
+
* Describes the settings that can be provided to the Title constructor.
|
|
6456
|
+
*
|
|
6457
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6458
|
+
*/
|
|
6109
6459
|
interface $TitleSettings
|
|
6110
6460
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6111
6461
|
/**
|
|
@@ -6139,6 +6489,11 @@ declare namespace sap {
|
|
|
6139
6489
|
| `{${string}}`;
|
|
6140
6490
|
}
|
|
6141
6491
|
|
|
6492
|
+
/**
|
|
6493
|
+
* Describes the settings that can be provided to the Toast constructor.
|
|
6494
|
+
*
|
|
6495
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6496
|
+
*/
|
|
6142
6497
|
interface $ToastSettings
|
|
6143
6498
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6144
6499
|
/**
|
|
@@ -6183,6 +6538,11 @@ declare namespace sap {
|
|
|
6183
6538
|
| `{${string}}`;
|
|
6184
6539
|
}
|
|
6185
6540
|
|
|
6541
|
+
/**
|
|
6542
|
+
* Describes the settings that can be provided to the ToggleButton constructor.
|
|
6543
|
+
*
|
|
6544
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6545
|
+
*/
|
|
6186
6546
|
interface $ToggleButtonSettings
|
|
6187
6547
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6188
6548
|
/**
|
|
@@ -6295,6 +6655,11 @@ declare namespace sap {
|
|
|
6295
6655
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
6296
6656
|
}
|
|
6297
6657
|
|
|
6658
|
+
/**
|
|
6659
|
+
* Describes the settings that can be provided to the Token constructor.
|
|
6660
|
+
*
|
|
6661
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6662
|
+
*/
|
|
6298
6663
|
interface $TokenSettings
|
|
6299
6664
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6300
6665
|
/**
|
|
@@ -6337,6 +6702,11 @@ declare namespace sap {
|
|
|
6337
6702
|
select?: (oEvent: sap.ui.base.Event) => void;
|
|
6338
6703
|
}
|
|
6339
6704
|
|
|
6705
|
+
/**
|
|
6706
|
+
* Describes the settings that can be provided to the Toolbar constructor.
|
|
6707
|
+
*
|
|
6708
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6709
|
+
*/
|
|
6340
6710
|
interface $ToolbarSettings
|
|
6341
6711
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6342
6712
|
/**
|
|
@@ -6374,6 +6744,11 @@ declare namespace sap {
|
|
|
6374
6744
|
ariaLabelledBy?: Array<sap.ui.core.Control | string>;
|
|
6375
6745
|
}
|
|
6376
6746
|
|
|
6747
|
+
/**
|
|
6748
|
+
* Describes the settings that can be provided to the ToolbarButton constructor.
|
|
6749
|
+
*
|
|
6750
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6751
|
+
*/
|
|
6377
6752
|
interface $ToolbarButtonSettings
|
|
6378
6753
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6379
6754
|
/**
|
|
@@ -6479,6 +6854,11 @@ declare namespace sap {
|
|
|
6479
6854
|
click?: (oEvent: sap.ui.base.Event) => void;
|
|
6480
6855
|
}
|
|
6481
6856
|
|
|
6857
|
+
/**
|
|
6858
|
+
* Describes the settings that can be provided to the ToolbarSelect constructor.
|
|
6859
|
+
*
|
|
6860
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6861
|
+
*/
|
|
6482
6862
|
interface $ToolbarSelectSettings
|
|
6483
6863
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6484
6864
|
/**
|
|
@@ -6556,6 +6936,11 @@ declare namespace sap {
|
|
|
6556
6936
|
open?: (oEvent: sap.ui.base.Event) => void;
|
|
6557
6937
|
}
|
|
6558
6938
|
|
|
6939
|
+
/**
|
|
6940
|
+
* Describes the settings that can be provided to the ToolbarSelectOption constructor.
|
|
6941
|
+
*
|
|
6942
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6943
|
+
*/
|
|
6559
6944
|
interface $ToolbarSelectOptionSettings
|
|
6560
6945
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6561
6946
|
/**
|
|
@@ -6572,9 +6957,19 @@ declare namespace sap {
|
|
|
6572
6957
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
6573
6958
|
}
|
|
6574
6959
|
|
|
6960
|
+
/**
|
|
6961
|
+
* Describes the settings that can be provided to the ToolbarSeparator constructor.
|
|
6962
|
+
*
|
|
6963
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6964
|
+
*/
|
|
6575
6965
|
interface $ToolbarSeparatorSettings
|
|
6576
6966
|
extends sap.ui.core.webc.$WebComponentSettings {}
|
|
6577
6967
|
|
|
6968
|
+
/**
|
|
6969
|
+
* Describes the settings that can be provided to the ToolbarSpacer constructor.
|
|
6970
|
+
*
|
|
6971
|
+
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6972
|
+
*/
|
|
6578
6973
|
interface $ToolbarSpacerSettings
|
|
6579
6974
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6580
6975
|
/**
|
|
@@ -6590,6 +6985,11 @@ declare namespace sap {
|
|
|
6590
6985
|
| `{${string}}`;
|
|
6591
6986
|
}
|
|
6592
6987
|
|
|
6988
|
+
/**
|
|
6989
|
+
* Describes the settings that can be provided to the Tree constructor.
|
|
6990
|
+
*
|
|
6991
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6992
|
+
*/
|
|
6593
6993
|
interface $TreeSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
6594
6994
|
/**
|
|
6595
6995
|
* Defines the accessible name of the component.
|
|
@@ -6716,6 +7116,11 @@ declare namespace sap {
|
|
|
6716
7116
|
selectionChange?: (oEvent: Tree$SelectionChangeEvent) => void;
|
|
6717
7117
|
}
|
|
6718
7118
|
|
|
7119
|
+
/**
|
|
7120
|
+
* Describes the settings that can be provided to the TreeItem constructor.
|
|
7121
|
+
*
|
|
7122
|
+
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7123
|
+
*/
|
|
6719
7124
|
interface $TreeItemSettings
|
|
6720
7125
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6721
7126
|
/**
|
|
@@ -6860,6 +7265,11 @@ declare namespace sap {
|
|
|
6860
7265
|
detailClick?: (oEvent: sap.ui.base.Event) => void;
|
|
6861
7266
|
}
|
|
6862
7267
|
|
|
7268
|
+
/**
|
|
7269
|
+
* Describes the settings that can be provided to the TreeItemCustom constructor.
|
|
7270
|
+
*
|
|
7271
|
+
* @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
|
|
7272
|
+
*/
|
|
6863
7273
|
interface $TreeItemCustomSettings
|
|
6864
7274
|
extends sap.ui.core.webc.$WebComponentSettings {
|
|
6865
7275
|
/**
|
|
@@ -7009,8 +7419,14 @@ declare namespace sap {
|
|
|
7009
7419
|
detailClick?: (oEvent: sap.ui.base.Event) => void;
|
|
7010
7420
|
}
|
|
7011
7421
|
|
|
7422
|
+
/**
|
|
7423
|
+
* Parameters of the Avatar#click event.
|
|
7424
|
+
*/
|
|
7012
7425
|
interface Avatar$ClickEventParameters {}
|
|
7013
7426
|
|
|
7427
|
+
/**
|
|
7428
|
+
* Parameters of the AvatarGroup#click event.
|
|
7429
|
+
*/
|
|
7014
7430
|
interface AvatarGroup$ClickEventParameters {
|
|
7015
7431
|
/**
|
|
7016
7432
|
* The DOM ref of the clicked item.
|
|
@@ -7023,8 +7439,14 @@ declare namespace sap {
|
|
|
7023
7439
|
overflowButtonClicked?: boolean;
|
|
7024
7440
|
}
|
|
7025
7441
|
|
|
7442
|
+
/**
|
|
7443
|
+
* Parameters of the AvatarGroup#overflow event.
|
|
7444
|
+
*/
|
|
7026
7445
|
interface AvatarGroup$OverflowEventParameters {}
|
|
7027
7446
|
|
|
7447
|
+
/**
|
|
7448
|
+
* Parameters of the Breadcrumbs#itemClick event.
|
|
7449
|
+
*/
|
|
7028
7450
|
interface Breadcrumbs$ItemClickEventParameters {
|
|
7029
7451
|
/**
|
|
7030
7452
|
* The clicked item.
|
|
@@ -7052,8 +7474,14 @@ declare namespace sap {
|
|
|
7052
7474
|
shiftKey?: boolean;
|
|
7053
7475
|
}
|
|
7054
7476
|
|
|
7477
|
+
/**
|
|
7478
|
+
* Parameters of the Button#click event.
|
|
7479
|
+
*/
|
|
7055
7480
|
interface Button$ClickEventParameters {}
|
|
7056
7481
|
|
|
7482
|
+
/**
|
|
7483
|
+
* Parameters of the Calendar#selectedDatesChange event.
|
|
7484
|
+
*/
|
|
7057
7485
|
interface Calendar$SelectedDatesChangeEventParameters {
|
|
7058
7486
|
/**
|
|
7059
7487
|
* The selected dates
|
|
@@ -7066,8 +7494,14 @@ declare namespace sap {
|
|
|
7066
7494
|
dates?: any[];
|
|
7067
7495
|
}
|
|
7068
7496
|
|
|
7497
|
+
/**
|
|
7498
|
+
* Parameters of the CardHeader#click event.
|
|
7499
|
+
*/
|
|
7069
7500
|
interface CardHeader$ClickEventParameters {}
|
|
7070
7501
|
|
|
7502
|
+
/**
|
|
7503
|
+
* Parameters of the Carousel#navigate event.
|
|
7504
|
+
*/
|
|
7071
7505
|
interface Carousel$NavigateEventParameters {
|
|
7072
7506
|
/**
|
|
7073
7507
|
* the current selected index
|
|
@@ -7075,8 +7509,14 @@ declare namespace sap {
|
|
|
7075
7509
|
selectedIndex?: int;
|
|
7076
7510
|
}
|
|
7077
7511
|
|
|
7512
|
+
/**
|
|
7513
|
+
* Parameters of the CheckBox#change event.
|
|
7514
|
+
*/
|
|
7078
7515
|
interface CheckBox$ChangeEventParameters {}
|
|
7079
7516
|
|
|
7517
|
+
/**
|
|
7518
|
+
* Parameters of the ColorPalette#itemClick event.
|
|
7519
|
+
*/
|
|
7080
7520
|
interface ColorPalette$ItemClickEventParameters {
|
|
7081
7521
|
/**
|
|
7082
7522
|
* the selected color
|
|
@@ -7084,6 +7524,9 @@ declare namespace sap {
|
|
|
7084
7524
|
color?: string;
|
|
7085
7525
|
}
|
|
7086
7526
|
|
|
7527
|
+
/**
|
|
7528
|
+
* Parameters of the ColorPalettePopover#itemClick event.
|
|
7529
|
+
*/
|
|
7087
7530
|
interface ColorPalettePopover$ItemClickEventParameters {
|
|
7088
7531
|
/**
|
|
7089
7532
|
* the selected color
|
|
@@ -7091,12 +7534,24 @@ declare namespace sap {
|
|
|
7091
7534
|
color?: string;
|
|
7092
7535
|
}
|
|
7093
7536
|
|
|
7537
|
+
/**
|
|
7538
|
+
* Parameters of the ColorPicker#change event.
|
|
7539
|
+
*/
|
|
7094
7540
|
interface ColorPicker$ChangeEventParameters {}
|
|
7095
7541
|
|
|
7542
|
+
/**
|
|
7543
|
+
* Parameters of the ComboBox#change event.
|
|
7544
|
+
*/
|
|
7096
7545
|
interface ComboBox$ChangeEventParameters {}
|
|
7097
7546
|
|
|
7547
|
+
/**
|
|
7548
|
+
* Parameters of the ComboBox#input event.
|
|
7549
|
+
*/
|
|
7098
7550
|
interface ComboBox$InputEventParameters {}
|
|
7099
7551
|
|
|
7552
|
+
/**
|
|
7553
|
+
* Parameters of the ComboBox#selectionChange event.
|
|
7554
|
+
*/
|
|
7100
7555
|
interface ComboBox$SelectionChangeEventParameters {
|
|
7101
7556
|
/**
|
|
7102
7557
|
* item to be selected.
|
|
@@ -7104,8 +7559,14 @@ declare namespace sap {
|
|
|
7104
7559
|
item?: sap.ui.webc.main.IComboBoxItem;
|
|
7105
7560
|
}
|
|
7106
7561
|
|
|
7562
|
+
/**
|
|
7563
|
+
* Parameters of the CustomListItem#detailClick event.
|
|
7564
|
+
*/
|
|
7107
7565
|
interface CustomListItem$DetailClickEventParameters {}
|
|
7108
7566
|
|
|
7567
|
+
/**
|
|
7568
|
+
* Parameters of the DatePicker#change event.
|
|
7569
|
+
*/
|
|
7109
7570
|
interface DatePicker$ChangeEventParameters {
|
|
7110
7571
|
/**
|
|
7111
7572
|
* The submitted value.
|
|
@@ -7118,6 +7579,9 @@ declare namespace sap {
|
|
|
7118
7579
|
valid?: boolean;
|
|
7119
7580
|
}
|
|
7120
7581
|
|
|
7582
|
+
/**
|
|
7583
|
+
* Parameters of the DatePicker#input event.
|
|
7584
|
+
*/
|
|
7121
7585
|
interface DatePicker$InputEventParameters {
|
|
7122
7586
|
/**
|
|
7123
7587
|
* The submitted value.
|
|
@@ -7130,6 +7594,9 @@ declare namespace sap {
|
|
|
7130
7594
|
valid?: boolean;
|
|
7131
7595
|
}
|
|
7132
7596
|
|
|
7597
|
+
/**
|
|
7598
|
+
* Parameters of the DateRangePicker#change event.
|
|
7599
|
+
*/
|
|
7133
7600
|
interface DateRangePicker$ChangeEventParameters {
|
|
7134
7601
|
/**
|
|
7135
7602
|
* The submitted value.
|
|
@@ -7142,6 +7609,9 @@ declare namespace sap {
|
|
|
7142
7609
|
valid?: boolean;
|
|
7143
7610
|
}
|
|
7144
7611
|
|
|
7612
|
+
/**
|
|
7613
|
+
* Parameters of the DateRangePicker#input event.
|
|
7614
|
+
*/
|
|
7145
7615
|
interface DateRangePicker$InputEventParameters {
|
|
7146
7616
|
/**
|
|
7147
7617
|
* The submitted value.
|
|
@@ -7154,6 +7624,9 @@ declare namespace sap {
|
|
|
7154
7624
|
valid?: boolean;
|
|
7155
7625
|
}
|
|
7156
7626
|
|
|
7627
|
+
/**
|
|
7628
|
+
* Parameters of the DateTimePicker#change event.
|
|
7629
|
+
*/
|
|
7157
7630
|
interface DateTimePicker$ChangeEventParameters {
|
|
7158
7631
|
/**
|
|
7159
7632
|
* The submitted value.
|
|
@@ -7166,6 +7639,9 @@ declare namespace sap {
|
|
|
7166
7639
|
valid?: boolean;
|
|
7167
7640
|
}
|
|
7168
7641
|
|
|
7642
|
+
/**
|
|
7643
|
+
* Parameters of the DateTimePicker#input event.
|
|
7644
|
+
*/
|
|
7169
7645
|
interface DateTimePicker$InputEventParameters {
|
|
7170
7646
|
/**
|
|
7171
7647
|
* The submitted value.
|
|
@@ -7178,10 +7654,19 @@ declare namespace sap {
|
|
|
7178
7654
|
valid?: boolean;
|
|
7179
7655
|
}
|
|
7180
7656
|
|
|
7657
|
+
/**
|
|
7658
|
+
* Parameters of the Dialog#afterClose event.
|
|
7659
|
+
*/
|
|
7181
7660
|
interface Dialog$AfterCloseEventParameters {}
|
|
7182
7661
|
|
|
7662
|
+
/**
|
|
7663
|
+
* Parameters of the Dialog#afterOpen event.
|
|
7664
|
+
*/
|
|
7183
7665
|
interface Dialog$AfterOpenEventParameters {}
|
|
7184
7666
|
|
|
7667
|
+
/**
|
|
7668
|
+
* Parameters of the Dialog#beforeClose event.
|
|
7669
|
+
*/
|
|
7185
7670
|
interface Dialog$BeforeCloseEventParameters {
|
|
7186
7671
|
/**
|
|
7187
7672
|
* Indicates that `ESC` key has triggered the event.
|
|
@@ -7189,8 +7674,14 @@ declare namespace sap {
|
|
|
7189
7674
|
escPressed?: boolean;
|
|
7190
7675
|
}
|
|
7191
7676
|
|
|
7677
|
+
/**
|
|
7678
|
+
* Parameters of the Dialog#beforeOpen event.
|
|
7679
|
+
*/
|
|
7192
7680
|
interface Dialog$BeforeOpenEventParameters {}
|
|
7193
7681
|
|
|
7682
|
+
/**
|
|
7683
|
+
* Parameters of the FileUploader#change event.
|
|
7684
|
+
*/
|
|
7194
7685
|
interface FileUploader$ChangeEventParameters {
|
|
7195
7686
|
/**
|
|
7196
7687
|
* The current files.
|
|
@@ -7198,12 +7689,24 @@ declare namespace sap {
|
|
|
7198
7689
|
files?: FileList;
|
|
7199
7690
|
}
|
|
7200
7691
|
|
|
7692
|
+
/**
|
|
7693
|
+
* Parameters of the Icon#click event.
|
|
7694
|
+
*/
|
|
7201
7695
|
interface Icon$ClickEventParameters {}
|
|
7202
7696
|
|
|
7697
|
+
/**
|
|
7698
|
+
* Parameters of the Input#change event.
|
|
7699
|
+
*/
|
|
7203
7700
|
interface Input$ChangeEventParameters {}
|
|
7204
7701
|
|
|
7702
|
+
/**
|
|
7703
|
+
* Parameters of the Input#input event.
|
|
7704
|
+
*/
|
|
7205
7705
|
interface Input$InputEventParameters {}
|
|
7206
7706
|
|
|
7707
|
+
/**
|
|
7708
|
+
* Parameters of the Input#suggestionItemPreview event.
|
|
7709
|
+
*/
|
|
7207
7710
|
interface Input$SuggestionItemPreviewEventParameters {
|
|
7208
7711
|
/**
|
|
7209
7712
|
* The previewed suggestion item.
|
|
@@ -7216,6 +7719,9 @@ declare namespace sap {
|
|
|
7216
7719
|
targetRef?: HTMLElement;
|
|
7217
7720
|
}
|
|
7218
7721
|
|
|
7722
|
+
/**
|
|
7723
|
+
* Parameters of the Input#suggestionItemSelect event.
|
|
7724
|
+
*/
|
|
7219
7725
|
interface Input$SuggestionItemSelectEventParameters {
|
|
7220
7726
|
/**
|
|
7221
7727
|
* The selected item.
|
|
@@ -7223,6 +7729,9 @@ declare namespace sap {
|
|
|
7223
7729
|
item?: HTMLElement;
|
|
7224
7730
|
}
|
|
7225
7731
|
|
|
7732
|
+
/**
|
|
7733
|
+
* Parameters of the Link#click event.
|
|
7734
|
+
*/
|
|
7226
7735
|
interface Link$ClickEventParameters {
|
|
7227
7736
|
/**
|
|
7228
7737
|
* Returns whether the "ALT" key was pressed when the event was triggered.
|
|
@@ -7245,6 +7754,9 @@ declare namespace sap {
|
|
|
7245
7754
|
shiftKey?: boolean;
|
|
7246
7755
|
}
|
|
7247
7756
|
|
|
7757
|
+
/**
|
|
7758
|
+
* Parameters of the List#itemClick event.
|
|
7759
|
+
*/
|
|
7248
7760
|
interface List$ItemClickEventParameters {
|
|
7249
7761
|
/**
|
|
7250
7762
|
* The clicked item.
|
|
@@ -7252,6 +7764,9 @@ declare namespace sap {
|
|
|
7252
7764
|
item?: HTMLElement;
|
|
7253
7765
|
}
|
|
7254
7766
|
|
|
7767
|
+
/**
|
|
7768
|
+
* Parameters of the List#itemClose event.
|
|
7769
|
+
*/
|
|
7255
7770
|
interface List$ItemCloseEventParameters {
|
|
7256
7771
|
/**
|
|
7257
7772
|
* the item about to be closed.
|
|
@@ -7259,6 +7774,9 @@ declare namespace sap {
|
|
|
7259
7774
|
item?: HTMLElement;
|
|
7260
7775
|
}
|
|
7261
7776
|
|
|
7777
|
+
/**
|
|
7778
|
+
* Parameters of the List#itemDelete event.
|
|
7779
|
+
*/
|
|
7262
7780
|
interface List$ItemDeleteEventParameters {
|
|
7263
7781
|
/**
|
|
7264
7782
|
* the deleted item.
|
|
@@ -7266,6 +7784,9 @@ declare namespace sap {
|
|
|
7266
7784
|
item?: HTMLElement;
|
|
7267
7785
|
}
|
|
7268
7786
|
|
|
7787
|
+
/**
|
|
7788
|
+
* Parameters of the List#itemToggle event.
|
|
7789
|
+
*/
|
|
7269
7790
|
interface List$ItemToggleEventParameters {
|
|
7270
7791
|
/**
|
|
7271
7792
|
* the toggled item.
|
|
@@ -7273,8 +7794,14 @@ declare namespace sap {
|
|
|
7273
7794
|
item?: HTMLElement;
|
|
7274
7795
|
}
|
|
7275
7796
|
|
|
7797
|
+
/**
|
|
7798
|
+
* Parameters of the List#loadMore event.
|
|
7799
|
+
*/
|
|
7276
7800
|
interface List$LoadMoreEventParameters {}
|
|
7277
7801
|
|
|
7802
|
+
/**
|
|
7803
|
+
* Parameters of the List#selectionChange event.
|
|
7804
|
+
*/
|
|
7278
7805
|
interface List$SelectionChangeEventParameters {
|
|
7279
7806
|
/**
|
|
7280
7807
|
* An array of the selected items.
|
|
@@ -7287,10 +7814,19 @@ declare namespace sap {
|
|
|
7287
7814
|
previouslySelectedItems?: any[];
|
|
7288
7815
|
}
|
|
7289
7816
|
|
|
7817
|
+
/**
|
|
7818
|
+
* Parameters of the Menu#afterClose event.
|
|
7819
|
+
*/
|
|
7290
7820
|
interface Menu$AfterCloseEventParameters {}
|
|
7291
7821
|
|
|
7822
|
+
/**
|
|
7823
|
+
* Parameters of the Menu#afterOpen event.
|
|
7824
|
+
*/
|
|
7292
7825
|
interface Menu$AfterOpenEventParameters {}
|
|
7293
7826
|
|
|
7827
|
+
/**
|
|
7828
|
+
* Parameters of the Menu#beforeClose event.
|
|
7829
|
+
*/
|
|
7294
7830
|
interface Menu$BeforeCloseEventParameters {
|
|
7295
7831
|
/**
|
|
7296
7832
|
* Indicates that `ESC` key has triggered the event.
|
|
@@ -7298,6 +7834,9 @@ declare namespace sap {
|
|
|
7298
7834
|
escPressed?: boolean;
|
|
7299
7835
|
}
|
|
7300
7836
|
|
|
7837
|
+
/**
|
|
7838
|
+
* Parameters of the Menu#beforeOpen event.
|
|
7839
|
+
*/
|
|
7301
7840
|
interface Menu$BeforeOpenEventParameters {
|
|
7302
7841
|
/**
|
|
7303
7842
|
* The `sap.ui.webc.main.MenuItem` that triggers opening of the sub-menu or undefined when fired upon root
|
|
@@ -7306,6 +7845,9 @@ declare namespace sap {
|
|
|
7306
7845
|
item?: HTMLElement;
|
|
7307
7846
|
}
|
|
7308
7847
|
|
|
7848
|
+
/**
|
|
7849
|
+
* Parameters of the Menu#itemClick event.
|
|
7850
|
+
*/
|
|
7309
7851
|
interface Menu$ItemClickEventParameters {
|
|
7310
7852
|
/**
|
|
7311
7853
|
* The currently clicked menu item.
|
|
@@ -7318,14 +7860,29 @@ declare namespace sap {
|
|
|
7318
7860
|
text?: string;
|
|
7319
7861
|
}
|
|
7320
7862
|
|
|
7863
|
+
/**
|
|
7864
|
+
* Parameters of the MessageStrip#close event.
|
|
7865
|
+
*/
|
|
7321
7866
|
interface MessageStrip$CloseEventParameters {}
|
|
7322
7867
|
|
|
7868
|
+
/**
|
|
7869
|
+
* Parameters of the MultiComboBox#change event.
|
|
7870
|
+
*/
|
|
7323
7871
|
interface MultiComboBox$ChangeEventParameters {}
|
|
7324
7872
|
|
|
7873
|
+
/**
|
|
7874
|
+
* Parameters of the MultiComboBox#input event.
|
|
7875
|
+
*/
|
|
7325
7876
|
interface MultiComboBox$InputEventParameters {}
|
|
7326
7877
|
|
|
7878
|
+
/**
|
|
7879
|
+
* Parameters of the MultiComboBox#openChange event.
|
|
7880
|
+
*/
|
|
7327
7881
|
interface MultiComboBox$OpenChangeEventParameters {}
|
|
7328
7882
|
|
|
7883
|
+
/**
|
|
7884
|
+
* Parameters of the MultiComboBox#selectionChange event.
|
|
7885
|
+
*/
|
|
7329
7886
|
interface MultiComboBox$SelectionChangeEventParameters {
|
|
7330
7887
|
/**
|
|
7331
7888
|
* an array of the selected items.
|
|
@@ -7333,10 +7890,19 @@ declare namespace sap {
|
|
|
7333
7890
|
items?: any[];
|
|
7334
7891
|
}
|
|
7335
7892
|
|
|
7893
|
+
/**
|
|
7894
|
+
* Parameters of the MultiInput#change event.
|
|
7895
|
+
*/
|
|
7336
7896
|
interface MultiInput$ChangeEventParameters {}
|
|
7337
7897
|
|
|
7898
|
+
/**
|
|
7899
|
+
* Parameters of the MultiInput#input event.
|
|
7900
|
+
*/
|
|
7338
7901
|
interface MultiInput$InputEventParameters {}
|
|
7339
7902
|
|
|
7903
|
+
/**
|
|
7904
|
+
* Parameters of the MultiInput#suggestionItemPreview event.
|
|
7905
|
+
*/
|
|
7340
7906
|
interface MultiInput$SuggestionItemPreviewEventParameters {
|
|
7341
7907
|
/**
|
|
7342
7908
|
* The previewed suggestion item.
|
|
@@ -7349,6 +7915,9 @@ declare namespace sap {
|
|
|
7349
7915
|
targetRef?: HTMLElement;
|
|
7350
7916
|
}
|
|
7351
7917
|
|
|
7918
|
+
/**
|
|
7919
|
+
* Parameters of the MultiInput#suggestionItemSelect event.
|
|
7920
|
+
*/
|
|
7352
7921
|
interface MultiInput$SuggestionItemSelectEventParameters {
|
|
7353
7922
|
/**
|
|
7354
7923
|
* The selected item.
|
|
@@ -7356,6 +7925,9 @@ declare namespace sap {
|
|
|
7356
7925
|
item?: HTMLElement;
|
|
7357
7926
|
}
|
|
7358
7927
|
|
|
7928
|
+
/**
|
|
7929
|
+
* Parameters of the MultiInput#tokenDelete event.
|
|
7930
|
+
*/
|
|
7359
7931
|
interface MultiInput$TokenDeleteEventParameters {
|
|
7360
7932
|
/**
|
|
7361
7933
|
* deleted token.
|
|
@@ -7363,14 +7935,29 @@ declare namespace sap {
|
|
|
7363
7935
|
token?: HTMLElement;
|
|
7364
7936
|
}
|
|
7365
7937
|
|
|
7938
|
+
/**
|
|
7939
|
+
* Parameters of the MultiInput#valueHelpTrigger event.
|
|
7940
|
+
*/
|
|
7366
7941
|
interface MultiInput$ValueHelpTriggerEventParameters {}
|
|
7367
7942
|
|
|
7943
|
+
/**
|
|
7944
|
+
* Parameters of the Panel#toggle event.
|
|
7945
|
+
*/
|
|
7368
7946
|
interface Panel$ToggleEventParameters {}
|
|
7369
7947
|
|
|
7948
|
+
/**
|
|
7949
|
+
* Parameters of the Popover#afterClose event.
|
|
7950
|
+
*/
|
|
7370
7951
|
interface Popover$AfterCloseEventParameters {}
|
|
7371
7952
|
|
|
7953
|
+
/**
|
|
7954
|
+
* Parameters of the Popover#afterOpen event.
|
|
7955
|
+
*/
|
|
7372
7956
|
interface Popover$AfterOpenEventParameters {}
|
|
7373
7957
|
|
|
7958
|
+
/**
|
|
7959
|
+
* Parameters of the Popover#beforeClose event.
|
|
7960
|
+
*/
|
|
7374
7961
|
interface Popover$BeforeCloseEventParameters {
|
|
7375
7962
|
/**
|
|
7376
7963
|
* Indicates that `ESC` key has triggered the event.
|
|
@@ -7378,20 +7965,44 @@ declare namespace sap {
|
|
|
7378
7965
|
escPressed?: boolean;
|
|
7379
7966
|
}
|
|
7380
7967
|
|
|
7968
|
+
/**
|
|
7969
|
+
* Parameters of the Popover#beforeOpen event.
|
|
7970
|
+
*/
|
|
7381
7971
|
interface Popover$BeforeOpenEventParameters {}
|
|
7382
7972
|
|
|
7973
|
+
/**
|
|
7974
|
+
* Parameters of the RadioButton#change event.
|
|
7975
|
+
*/
|
|
7383
7976
|
interface RadioButton$ChangeEventParameters {}
|
|
7384
7977
|
|
|
7978
|
+
/**
|
|
7979
|
+
* Parameters of the RangeSlider#change event.
|
|
7980
|
+
*/
|
|
7385
7981
|
interface RangeSlider$ChangeEventParameters {}
|
|
7386
7982
|
|
|
7983
|
+
/**
|
|
7984
|
+
* Parameters of the RangeSlider#input event.
|
|
7985
|
+
*/
|
|
7387
7986
|
interface RangeSlider$InputEventParameters {}
|
|
7388
7987
|
|
|
7988
|
+
/**
|
|
7989
|
+
* Parameters of the RatingIndicator#change event.
|
|
7990
|
+
*/
|
|
7389
7991
|
interface RatingIndicator$ChangeEventParameters {}
|
|
7390
7992
|
|
|
7993
|
+
/**
|
|
7994
|
+
* Parameters of the ResponsivePopover#afterClose event.
|
|
7995
|
+
*/
|
|
7391
7996
|
interface ResponsivePopover$AfterCloseEventParameters {}
|
|
7392
7997
|
|
|
7998
|
+
/**
|
|
7999
|
+
* Parameters of the ResponsivePopover#afterOpen event.
|
|
8000
|
+
*/
|
|
7393
8001
|
interface ResponsivePopover$AfterOpenEventParameters {}
|
|
7394
8002
|
|
|
8003
|
+
/**
|
|
8004
|
+
* Parameters of the ResponsivePopover#beforeClose event.
|
|
8005
|
+
*/
|
|
7395
8006
|
interface ResponsivePopover$BeforeCloseEventParameters {
|
|
7396
8007
|
/**
|
|
7397
8008
|
* Indicates that `ESC` key has triggered the event.
|
|
@@ -7399,8 +8010,14 @@ declare namespace sap {
|
|
|
7399
8010
|
escPressed?: boolean;
|
|
7400
8011
|
}
|
|
7401
8012
|
|
|
8013
|
+
/**
|
|
8014
|
+
* Parameters of the ResponsivePopover#beforeOpen event.
|
|
8015
|
+
*/
|
|
7402
8016
|
interface ResponsivePopover$BeforeOpenEventParameters {}
|
|
7403
8017
|
|
|
8018
|
+
/**
|
|
8019
|
+
* Parameters of the SegmentedButton#selectionChange event.
|
|
8020
|
+
*/
|
|
7404
8021
|
interface SegmentedButton$SelectionChangeEventParameters {
|
|
7405
8022
|
/**
|
|
7406
8023
|
* the pressed item. Note: deprecated since 1.14.0 and will be removed in the next major release, use the
|
|
@@ -7414,8 +8031,14 @@ declare namespace sap {
|
|
|
7414
8031
|
selectedItems?: HTMLElement[];
|
|
7415
8032
|
}
|
|
7416
8033
|
|
|
8034
|
+
/**
|
|
8035
|
+
* Parameters of the SegmentedButtonItem#click event.
|
|
8036
|
+
*/
|
|
7417
8037
|
interface SegmentedButtonItem$ClickEventParameters {}
|
|
7418
8038
|
|
|
8039
|
+
/**
|
|
8040
|
+
* Parameters of the Select#change event.
|
|
8041
|
+
*/
|
|
7419
8042
|
interface Select$ChangeEventParameters {
|
|
7420
8043
|
/**
|
|
7421
8044
|
* the selected option.
|
|
@@ -7423,8 +8046,14 @@ declare namespace sap {
|
|
|
7423
8046
|
selectedOption?: HTMLElement;
|
|
7424
8047
|
}
|
|
7425
8048
|
|
|
8049
|
+
/**
|
|
8050
|
+
* Parameters of the Select#close event.
|
|
8051
|
+
*/
|
|
7426
8052
|
interface Select$CloseEventParameters {}
|
|
7427
8053
|
|
|
8054
|
+
/**
|
|
8055
|
+
* Parameters of the Select#liveChange event.
|
|
8056
|
+
*/
|
|
7428
8057
|
interface Select$LiveChangeEventParameters {
|
|
7429
8058
|
/**
|
|
7430
8059
|
* the selected option.
|
|
@@ -7432,22 +8061,49 @@ declare namespace sap {
|
|
|
7432
8061
|
selectedOption?: HTMLElement;
|
|
7433
8062
|
}
|
|
7434
8063
|
|
|
8064
|
+
/**
|
|
8065
|
+
* Parameters of the Select#open event.
|
|
8066
|
+
*/
|
|
7435
8067
|
interface Select$OpenEventParameters {}
|
|
7436
8068
|
|
|
8069
|
+
/**
|
|
8070
|
+
* Parameters of the Slider#change event.
|
|
8071
|
+
*/
|
|
7437
8072
|
interface Slider$ChangeEventParameters {}
|
|
7438
8073
|
|
|
8074
|
+
/**
|
|
8075
|
+
* Parameters of the Slider#input event.
|
|
8076
|
+
*/
|
|
7439
8077
|
interface Slider$InputEventParameters {}
|
|
7440
8078
|
|
|
8079
|
+
/**
|
|
8080
|
+
* Parameters of the SplitButton#arrowClick event.
|
|
8081
|
+
*/
|
|
7441
8082
|
interface SplitButton$ArrowClickEventParameters {}
|
|
7442
8083
|
|
|
8084
|
+
/**
|
|
8085
|
+
* Parameters of the SplitButton#click event.
|
|
8086
|
+
*/
|
|
7443
8087
|
interface SplitButton$ClickEventParameters {}
|
|
7444
8088
|
|
|
8089
|
+
/**
|
|
8090
|
+
* Parameters of the StandardListItem#detailClick event.
|
|
8091
|
+
*/
|
|
7445
8092
|
interface StandardListItem$DetailClickEventParameters {}
|
|
7446
8093
|
|
|
8094
|
+
/**
|
|
8095
|
+
* Parameters of the StepInput#change event.
|
|
8096
|
+
*/
|
|
7447
8097
|
interface StepInput$ChangeEventParameters {}
|
|
7448
8098
|
|
|
8099
|
+
/**
|
|
8100
|
+
* Parameters of the Switch#change event.
|
|
8101
|
+
*/
|
|
7449
8102
|
interface Switch$ChangeEventParameters {}
|
|
7450
8103
|
|
|
8104
|
+
/**
|
|
8105
|
+
* Parameters of the TabContainer#tabSelect event.
|
|
8106
|
+
*/
|
|
7451
8107
|
interface TabContainer$TabSelectEventParameters {
|
|
7452
8108
|
/**
|
|
7453
8109
|
* The selected `tab`.
|
|
@@ -7461,8 +8117,14 @@ declare namespace sap {
|
|
|
7461
8117
|
tabIndex?: int;
|
|
7462
8118
|
}
|
|
7463
8119
|
|
|
8120
|
+
/**
|
|
8121
|
+
* Parameters of the Table#loadMore event.
|
|
8122
|
+
*/
|
|
7464
8123
|
interface Table$LoadMoreEventParameters {}
|
|
7465
8124
|
|
|
8125
|
+
/**
|
|
8126
|
+
* Parameters of the Table#popinChange event.
|
|
8127
|
+
*/
|
|
7466
8128
|
interface Table$PopinChangeEventParameters {
|
|
7467
8129
|
/**
|
|
7468
8130
|
* popped-in columns.
|
|
@@ -7470,6 +8132,9 @@ declare namespace sap {
|
|
|
7470
8132
|
poppedColumns?: any[];
|
|
7471
8133
|
}
|
|
7472
8134
|
|
|
8135
|
+
/**
|
|
8136
|
+
* Parameters of the Table#rowClick event.
|
|
8137
|
+
*/
|
|
7473
8138
|
interface Table$RowClickEventParameters {
|
|
7474
8139
|
/**
|
|
7475
8140
|
* the activated row.
|
|
@@ -7477,6 +8142,9 @@ declare namespace sap {
|
|
|
7477
8142
|
row?: HTMLElement;
|
|
7478
8143
|
}
|
|
7479
8144
|
|
|
8145
|
+
/**
|
|
8146
|
+
* Parameters of the Table#selectionChange event.
|
|
8147
|
+
*/
|
|
7480
8148
|
interface Table$SelectionChangeEventParameters {
|
|
7481
8149
|
/**
|
|
7482
8150
|
* An array of the selected rows.
|
|
@@ -7489,10 +8157,19 @@ declare namespace sap {
|
|
|
7489
8157
|
previouslySelectedRows?: any[];
|
|
7490
8158
|
}
|
|
7491
8159
|
|
|
8160
|
+
/**
|
|
8161
|
+
* Parameters of the TextArea#change event.
|
|
8162
|
+
*/
|
|
7492
8163
|
interface TextArea$ChangeEventParameters {}
|
|
7493
8164
|
|
|
8165
|
+
/**
|
|
8166
|
+
* Parameters of the TextArea#input event.
|
|
8167
|
+
*/
|
|
7494
8168
|
interface TextArea$InputEventParameters {}
|
|
7495
8169
|
|
|
8170
|
+
/**
|
|
8171
|
+
* Parameters of the TimePicker#change event.
|
|
8172
|
+
*/
|
|
7496
8173
|
interface TimePicker$ChangeEventParameters {
|
|
7497
8174
|
/**
|
|
7498
8175
|
* The submitted value.
|
|
@@ -7505,6 +8182,9 @@ declare namespace sap {
|
|
|
7505
8182
|
valid?: boolean;
|
|
7506
8183
|
}
|
|
7507
8184
|
|
|
8185
|
+
/**
|
|
8186
|
+
* Parameters of the TimePicker#input event.
|
|
8187
|
+
*/
|
|
7508
8188
|
interface TimePicker$InputEventParameters {
|
|
7509
8189
|
/**
|
|
7510
8190
|
* The current value.
|
|
@@ -7517,12 +8197,24 @@ declare namespace sap {
|
|
|
7517
8197
|
valid?: boolean;
|
|
7518
8198
|
}
|
|
7519
8199
|
|
|
8200
|
+
/**
|
|
8201
|
+
* Parameters of the ToggleButton#click event.
|
|
8202
|
+
*/
|
|
7520
8203
|
interface ToggleButton$ClickEventParameters {}
|
|
7521
8204
|
|
|
8205
|
+
/**
|
|
8206
|
+
* Parameters of the Token#select event.
|
|
8207
|
+
*/
|
|
7522
8208
|
interface Token$SelectEventParameters {}
|
|
7523
8209
|
|
|
8210
|
+
/**
|
|
8211
|
+
* Parameters of the ToolbarButton#click event.
|
|
8212
|
+
*/
|
|
7524
8213
|
interface ToolbarButton$ClickEventParameters {}
|
|
7525
8214
|
|
|
8215
|
+
/**
|
|
8216
|
+
* Parameters of the ToolbarSelect#change event.
|
|
8217
|
+
*/
|
|
7526
8218
|
interface ToolbarSelect$ChangeEventParameters {
|
|
7527
8219
|
/**
|
|
7528
8220
|
* the selected option.
|
|
@@ -7530,10 +8222,19 @@ declare namespace sap {
|
|
|
7530
8222
|
selectedOption?: HTMLElement;
|
|
7531
8223
|
}
|
|
7532
8224
|
|
|
8225
|
+
/**
|
|
8226
|
+
* Parameters of the ToolbarSelect#close event.
|
|
8227
|
+
*/
|
|
7533
8228
|
interface ToolbarSelect$CloseEventParameters {}
|
|
7534
8229
|
|
|
8230
|
+
/**
|
|
8231
|
+
* Parameters of the ToolbarSelect#open event.
|
|
8232
|
+
*/
|
|
7535
8233
|
interface ToolbarSelect$OpenEventParameters {}
|
|
7536
8234
|
|
|
8235
|
+
/**
|
|
8236
|
+
* Parameters of the Tree#itemClick event.
|
|
8237
|
+
*/
|
|
7537
8238
|
interface Tree$ItemClickEventParameters {
|
|
7538
8239
|
/**
|
|
7539
8240
|
* The clicked item.
|
|
@@ -7541,6 +8242,9 @@ declare namespace sap {
|
|
|
7541
8242
|
item?: HTMLElement;
|
|
7542
8243
|
}
|
|
7543
8244
|
|
|
8245
|
+
/**
|
|
8246
|
+
* Parameters of the Tree#itemDelete event.
|
|
8247
|
+
*/
|
|
7544
8248
|
interface Tree$ItemDeleteEventParameters {
|
|
7545
8249
|
/**
|
|
7546
8250
|
* the deleted item.
|
|
@@ -7548,6 +8252,9 @@ declare namespace sap {
|
|
|
7548
8252
|
item?: HTMLElement;
|
|
7549
8253
|
}
|
|
7550
8254
|
|
|
8255
|
+
/**
|
|
8256
|
+
* Parameters of the Tree#itemMouseout event.
|
|
8257
|
+
*/
|
|
7551
8258
|
interface Tree$ItemMouseoutEventParameters {
|
|
7552
8259
|
/**
|
|
7553
8260
|
* the hovered item.
|
|
@@ -7555,6 +8262,9 @@ declare namespace sap {
|
|
|
7555
8262
|
item?: HTMLElement;
|
|
7556
8263
|
}
|
|
7557
8264
|
|
|
8265
|
+
/**
|
|
8266
|
+
* Parameters of the Tree#itemMouseover event.
|
|
8267
|
+
*/
|
|
7558
8268
|
interface Tree$ItemMouseoverEventParameters {
|
|
7559
8269
|
/**
|
|
7560
8270
|
* the hovered item.
|
|
@@ -7562,6 +8272,9 @@ declare namespace sap {
|
|
|
7562
8272
|
item?: HTMLElement;
|
|
7563
8273
|
}
|
|
7564
8274
|
|
|
8275
|
+
/**
|
|
8276
|
+
* Parameters of the Tree#itemToggle event.
|
|
8277
|
+
*/
|
|
7565
8278
|
interface Tree$ItemToggleEventParameters {
|
|
7566
8279
|
/**
|
|
7567
8280
|
* the toggled item.
|
|
@@ -7569,6 +8282,9 @@ declare namespace sap {
|
|
|
7569
8282
|
item?: HTMLElement;
|
|
7570
8283
|
}
|
|
7571
8284
|
|
|
8285
|
+
/**
|
|
8286
|
+
* Parameters of the Tree#selectionChange event.
|
|
8287
|
+
*/
|
|
7572
8288
|
interface Tree$SelectionChangeEventParameters {
|
|
7573
8289
|
/**
|
|
7574
8290
|
* An array of the selected items.
|
|
@@ -7586,8 +8302,14 @@ declare namespace sap {
|
|
|
7586
8302
|
targetItem?: HTMLElement;
|
|
7587
8303
|
}
|
|
7588
8304
|
|
|
8305
|
+
/**
|
|
8306
|
+
* Parameters of the TreeItem#detailClick event.
|
|
8307
|
+
*/
|
|
7589
8308
|
interface TreeItem$DetailClickEventParameters {}
|
|
7590
8309
|
|
|
8310
|
+
/**
|
|
8311
|
+
* Parameters of the TreeItemCustom#detailClick event.
|
|
8312
|
+
*/
|
|
7591
8313
|
interface TreeItemCustom$DetailClickEventParameters {}
|
|
7592
8314
|
|
|
7593
8315
|
/**
|
|
@@ -48816,522 +49538,833 @@ declare namespace sap {
|
|
|
48816
49538
|
*/
|
|
48817
49539
|
Normal = "Normal",
|
|
48818
49540
|
}
|
|
48819
|
-
|
|
49541
|
+
/**
|
|
49542
|
+
* Event object of the Avatar#click event.
|
|
49543
|
+
*/
|
|
48820
49544
|
type Avatar$ClickEvent = sap.ui.base.Event<
|
|
48821
49545
|
Avatar$ClickEventParameters,
|
|
48822
49546
|
Avatar
|
|
48823
49547
|
>;
|
|
48824
49548
|
|
|
49549
|
+
/**
|
|
49550
|
+
* Event object of the AvatarGroup#click event.
|
|
49551
|
+
*/
|
|
48825
49552
|
type AvatarGroup$ClickEvent = sap.ui.base.Event<
|
|
48826
49553
|
AvatarGroup$ClickEventParameters,
|
|
48827
49554
|
AvatarGroup
|
|
48828
49555
|
>;
|
|
48829
49556
|
|
|
49557
|
+
/**
|
|
49558
|
+
* Event object of the AvatarGroup#overflow event.
|
|
49559
|
+
*/
|
|
48830
49560
|
type AvatarGroup$OverflowEvent = sap.ui.base.Event<
|
|
48831
49561
|
AvatarGroup$OverflowEventParameters,
|
|
48832
49562
|
AvatarGroup
|
|
48833
49563
|
>;
|
|
48834
49564
|
|
|
49565
|
+
/**
|
|
49566
|
+
* Event object of the Breadcrumbs#itemClick event.
|
|
49567
|
+
*/
|
|
48835
49568
|
type Breadcrumbs$ItemClickEvent = sap.ui.base.Event<
|
|
48836
49569
|
Breadcrumbs$ItemClickEventParameters,
|
|
48837
49570
|
Breadcrumbs
|
|
48838
49571
|
>;
|
|
48839
49572
|
|
|
49573
|
+
/**
|
|
49574
|
+
* Event object of the Button#click event.
|
|
49575
|
+
*/
|
|
48840
49576
|
type Button$ClickEvent = sap.ui.base.Event<
|
|
48841
49577
|
Button$ClickEventParameters,
|
|
48842
49578
|
Button
|
|
48843
49579
|
>;
|
|
48844
49580
|
|
|
49581
|
+
/**
|
|
49582
|
+
* Event object of the Calendar#selectedDatesChange event.
|
|
49583
|
+
*/
|
|
48845
49584
|
type Calendar$SelectedDatesChangeEvent = sap.ui.base.Event<
|
|
48846
49585
|
Calendar$SelectedDatesChangeEventParameters,
|
|
48847
49586
|
Calendar
|
|
48848
49587
|
>;
|
|
48849
49588
|
|
|
49589
|
+
/**
|
|
49590
|
+
* Event object of the CardHeader#click event.
|
|
49591
|
+
*/
|
|
48850
49592
|
type CardHeader$ClickEvent = sap.ui.base.Event<
|
|
48851
49593
|
CardHeader$ClickEventParameters,
|
|
48852
49594
|
CardHeader
|
|
48853
49595
|
>;
|
|
48854
49596
|
|
|
49597
|
+
/**
|
|
49598
|
+
* Event object of the Carousel#navigate event.
|
|
49599
|
+
*/
|
|
48855
49600
|
type Carousel$NavigateEvent = sap.ui.base.Event<
|
|
48856
49601
|
Carousel$NavigateEventParameters,
|
|
48857
49602
|
Carousel
|
|
48858
49603
|
>;
|
|
48859
49604
|
|
|
49605
|
+
/**
|
|
49606
|
+
* Event object of the CheckBox#change event.
|
|
49607
|
+
*/
|
|
48860
49608
|
type CheckBox$ChangeEvent = sap.ui.base.Event<
|
|
48861
49609
|
CheckBox$ChangeEventParameters,
|
|
48862
49610
|
CheckBox
|
|
48863
49611
|
>;
|
|
48864
49612
|
|
|
49613
|
+
/**
|
|
49614
|
+
* Event object of the ColorPalette#itemClick event.
|
|
49615
|
+
*/
|
|
48865
49616
|
type ColorPalette$ItemClickEvent = sap.ui.base.Event<
|
|
48866
49617
|
ColorPalette$ItemClickEventParameters,
|
|
48867
49618
|
ColorPalette
|
|
48868
49619
|
>;
|
|
48869
49620
|
|
|
49621
|
+
/**
|
|
49622
|
+
* Event object of the ColorPalettePopover#itemClick event.
|
|
49623
|
+
*/
|
|
48870
49624
|
type ColorPalettePopover$ItemClickEvent = sap.ui.base.Event<
|
|
48871
49625
|
ColorPalettePopover$ItemClickEventParameters,
|
|
48872
49626
|
ColorPalettePopover
|
|
48873
49627
|
>;
|
|
48874
49628
|
|
|
49629
|
+
/**
|
|
49630
|
+
* Event object of the ColorPicker#change event.
|
|
49631
|
+
*/
|
|
48875
49632
|
type ColorPicker$ChangeEvent = sap.ui.base.Event<
|
|
48876
49633
|
ColorPicker$ChangeEventParameters,
|
|
48877
49634
|
ColorPicker
|
|
48878
49635
|
>;
|
|
48879
49636
|
|
|
49637
|
+
/**
|
|
49638
|
+
* Event object of the ComboBox#change event.
|
|
49639
|
+
*/
|
|
48880
49640
|
type ComboBox$ChangeEvent = sap.ui.base.Event<
|
|
48881
49641
|
ComboBox$ChangeEventParameters,
|
|
48882
49642
|
ComboBox
|
|
48883
49643
|
>;
|
|
48884
49644
|
|
|
49645
|
+
/**
|
|
49646
|
+
* Event object of the ComboBox#input event.
|
|
49647
|
+
*/
|
|
48885
49648
|
type ComboBox$InputEvent = sap.ui.base.Event<
|
|
48886
49649
|
ComboBox$InputEventParameters,
|
|
48887
49650
|
ComboBox
|
|
48888
49651
|
>;
|
|
48889
49652
|
|
|
49653
|
+
/**
|
|
49654
|
+
* Event object of the ComboBox#selectionChange event.
|
|
49655
|
+
*/
|
|
48890
49656
|
type ComboBox$SelectionChangeEvent = sap.ui.base.Event<
|
|
48891
49657
|
ComboBox$SelectionChangeEventParameters,
|
|
48892
49658
|
ComboBox
|
|
48893
49659
|
>;
|
|
48894
49660
|
|
|
49661
|
+
/**
|
|
49662
|
+
* Event object of the CustomListItem#detailClick event.
|
|
49663
|
+
*/
|
|
48895
49664
|
type CustomListItem$DetailClickEvent = sap.ui.base.Event<
|
|
48896
49665
|
CustomListItem$DetailClickEventParameters,
|
|
48897
49666
|
CustomListItem
|
|
48898
49667
|
>;
|
|
48899
49668
|
|
|
49669
|
+
/**
|
|
49670
|
+
* Event object of the DatePicker#change event.
|
|
49671
|
+
*/
|
|
48900
49672
|
type DatePicker$ChangeEvent = sap.ui.base.Event<
|
|
48901
49673
|
DatePicker$ChangeEventParameters,
|
|
48902
49674
|
DatePicker
|
|
48903
49675
|
>;
|
|
48904
49676
|
|
|
49677
|
+
/**
|
|
49678
|
+
* Event object of the DatePicker#input event.
|
|
49679
|
+
*/
|
|
48905
49680
|
type DatePicker$InputEvent = sap.ui.base.Event<
|
|
48906
49681
|
DatePicker$InputEventParameters,
|
|
48907
49682
|
DatePicker
|
|
48908
49683
|
>;
|
|
48909
49684
|
|
|
49685
|
+
/**
|
|
49686
|
+
* Event object of the DateRangePicker#change event.
|
|
49687
|
+
*/
|
|
48910
49688
|
type DateRangePicker$ChangeEvent = sap.ui.base.Event<
|
|
48911
49689
|
DateRangePicker$ChangeEventParameters,
|
|
48912
49690
|
DateRangePicker
|
|
48913
49691
|
>;
|
|
48914
49692
|
|
|
49693
|
+
/**
|
|
49694
|
+
* Event object of the DateRangePicker#input event.
|
|
49695
|
+
*/
|
|
48915
49696
|
type DateRangePicker$InputEvent = sap.ui.base.Event<
|
|
48916
49697
|
DateRangePicker$InputEventParameters,
|
|
48917
49698
|
DateRangePicker
|
|
48918
49699
|
>;
|
|
48919
49700
|
|
|
49701
|
+
/**
|
|
49702
|
+
* Event object of the DateTimePicker#change event.
|
|
49703
|
+
*/
|
|
48920
49704
|
type DateTimePicker$ChangeEvent = sap.ui.base.Event<
|
|
48921
49705
|
DateTimePicker$ChangeEventParameters,
|
|
48922
49706
|
DateTimePicker
|
|
48923
49707
|
>;
|
|
48924
49708
|
|
|
49709
|
+
/**
|
|
49710
|
+
* Event object of the DateTimePicker#input event.
|
|
49711
|
+
*/
|
|
48925
49712
|
type DateTimePicker$InputEvent = sap.ui.base.Event<
|
|
48926
49713
|
DateTimePicker$InputEventParameters,
|
|
48927
49714
|
DateTimePicker
|
|
48928
49715
|
>;
|
|
48929
49716
|
|
|
49717
|
+
/**
|
|
49718
|
+
* Event object of the Dialog#afterClose event.
|
|
49719
|
+
*/
|
|
48930
49720
|
type Dialog$AfterCloseEvent = sap.ui.base.Event<
|
|
48931
49721
|
Dialog$AfterCloseEventParameters,
|
|
48932
49722
|
Dialog
|
|
48933
49723
|
>;
|
|
48934
49724
|
|
|
49725
|
+
/**
|
|
49726
|
+
* Event object of the Dialog#afterOpen event.
|
|
49727
|
+
*/
|
|
48935
49728
|
type Dialog$AfterOpenEvent = sap.ui.base.Event<
|
|
48936
49729
|
Dialog$AfterOpenEventParameters,
|
|
48937
49730
|
Dialog
|
|
48938
49731
|
>;
|
|
48939
49732
|
|
|
49733
|
+
/**
|
|
49734
|
+
* Event object of the Dialog#beforeClose event.
|
|
49735
|
+
*/
|
|
48940
49736
|
type Dialog$BeforeCloseEvent = sap.ui.base.Event<
|
|
48941
49737
|
Dialog$BeforeCloseEventParameters,
|
|
48942
49738
|
Dialog
|
|
48943
49739
|
>;
|
|
48944
49740
|
|
|
49741
|
+
/**
|
|
49742
|
+
* Event object of the Dialog#beforeOpen event.
|
|
49743
|
+
*/
|
|
48945
49744
|
type Dialog$BeforeOpenEvent = sap.ui.base.Event<
|
|
48946
49745
|
Dialog$BeforeOpenEventParameters,
|
|
48947
49746
|
Dialog
|
|
48948
49747
|
>;
|
|
48949
49748
|
|
|
49749
|
+
/**
|
|
49750
|
+
* Event object of the FileUploader#change event.
|
|
49751
|
+
*/
|
|
48950
49752
|
type FileUploader$ChangeEvent = sap.ui.base.Event<
|
|
48951
49753
|
FileUploader$ChangeEventParameters,
|
|
48952
49754
|
FileUploader
|
|
48953
49755
|
>;
|
|
48954
49756
|
|
|
49757
|
+
/**
|
|
49758
|
+
* Event object of the Icon#click event.
|
|
49759
|
+
*/
|
|
48955
49760
|
type Icon$ClickEvent = sap.ui.base.Event<
|
|
48956
49761
|
Icon$ClickEventParameters,
|
|
48957
49762
|
Icon
|
|
48958
49763
|
>;
|
|
48959
49764
|
|
|
49765
|
+
/**
|
|
49766
|
+
* Event object of the Input#change event.
|
|
49767
|
+
*/
|
|
48960
49768
|
type Input$ChangeEvent = sap.ui.base.Event<
|
|
48961
49769
|
Input$ChangeEventParameters,
|
|
48962
49770
|
Input
|
|
48963
49771
|
>;
|
|
48964
49772
|
|
|
49773
|
+
/**
|
|
49774
|
+
* Event object of the Input#input event.
|
|
49775
|
+
*/
|
|
48965
49776
|
type Input$InputEvent = sap.ui.base.Event<
|
|
48966
49777
|
Input$InputEventParameters,
|
|
48967
49778
|
Input
|
|
48968
49779
|
>;
|
|
48969
49780
|
|
|
49781
|
+
/**
|
|
49782
|
+
* Event object of the Input#suggestionItemPreview event.
|
|
49783
|
+
*/
|
|
48970
49784
|
type Input$SuggestionItemPreviewEvent = sap.ui.base.Event<
|
|
48971
49785
|
Input$SuggestionItemPreviewEventParameters,
|
|
48972
49786
|
Input
|
|
48973
49787
|
>;
|
|
48974
49788
|
|
|
49789
|
+
/**
|
|
49790
|
+
* Event object of the Input#suggestionItemSelect event.
|
|
49791
|
+
*/
|
|
48975
49792
|
type Input$SuggestionItemSelectEvent = sap.ui.base.Event<
|
|
48976
49793
|
Input$SuggestionItemSelectEventParameters,
|
|
48977
49794
|
Input
|
|
48978
49795
|
>;
|
|
48979
49796
|
|
|
49797
|
+
/**
|
|
49798
|
+
* Event object of the Link#click event.
|
|
49799
|
+
*/
|
|
48980
49800
|
type Link$ClickEvent = sap.ui.base.Event<
|
|
48981
49801
|
Link$ClickEventParameters,
|
|
48982
49802
|
Link
|
|
48983
49803
|
>;
|
|
48984
49804
|
|
|
49805
|
+
/**
|
|
49806
|
+
* Event object of the List#itemClick event.
|
|
49807
|
+
*/
|
|
48985
49808
|
type List$ItemClickEvent = sap.ui.base.Event<
|
|
48986
49809
|
List$ItemClickEventParameters,
|
|
48987
49810
|
List
|
|
48988
49811
|
>;
|
|
48989
49812
|
|
|
49813
|
+
/**
|
|
49814
|
+
* Event object of the List#itemClose event.
|
|
49815
|
+
*/
|
|
48990
49816
|
type List$ItemCloseEvent = sap.ui.base.Event<
|
|
48991
49817
|
List$ItemCloseEventParameters,
|
|
48992
49818
|
List
|
|
48993
49819
|
>;
|
|
48994
49820
|
|
|
49821
|
+
/**
|
|
49822
|
+
* Event object of the List#itemDelete event.
|
|
49823
|
+
*/
|
|
48995
49824
|
type List$ItemDeleteEvent = sap.ui.base.Event<
|
|
48996
49825
|
List$ItemDeleteEventParameters,
|
|
48997
49826
|
List
|
|
48998
49827
|
>;
|
|
48999
49828
|
|
|
49829
|
+
/**
|
|
49830
|
+
* Event object of the List#itemToggle event.
|
|
49831
|
+
*/
|
|
49000
49832
|
type List$ItemToggleEvent = sap.ui.base.Event<
|
|
49001
49833
|
List$ItemToggleEventParameters,
|
|
49002
49834
|
List
|
|
49003
49835
|
>;
|
|
49004
49836
|
|
|
49837
|
+
/**
|
|
49838
|
+
* Event object of the List#loadMore event.
|
|
49839
|
+
*/
|
|
49005
49840
|
type List$LoadMoreEvent = sap.ui.base.Event<
|
|
49006
49841
|
List$LoadMoreEventParameters,
|
|
49007
49842
|
List
|
|
49008
49843
|
>;
|
|
49009
49844
|
|
|
49845
|
+
/**
|
|
49846
|
+
* Event object of the List#selectionChange event.
|
|
49847
|
+
*/
|
|
49010
49848
|
type List$SelectionChangeEvent = sap.ui.base.Event<
|
|
49011
49849
|
List$SelectionChangeEventParameters,
|
|
49012
49850
|
List
|
|
49013
49851
|
>;
|
|
49014
49852
|
|
|
49853
|
+
/**
|
|
49854
|
+
* Event object of the Menu#afterClose event.
|
|
49855
|
+
*/
|
|
49015
49856
|
type Menu$AfterCloseEvent = sap.ui.base.Event<
|
|
49016
49857
|
Menu$AfterCloseEventParameters,
|
|
49017
49858
|
Menu
|
|
49018
49859
|
>;
|
|
49019
49860
|
|
|
49861
|
+
/**
|
|
49862
|
+
* Event object of the Menu#afterOpen event.
|
|
49863
|
+
*/
|
|
49020
49864
|
type Menu$AfterOpenEvent = sap.ui.base.Event<
|
|
49021
49865
|
Menu$AfterOpenEventParameters,
|
|
49022
49866
|
Menu
|
|
49023
49867
|
>;
|
|
49024
49868
|
|
|
49869
|
+
/**
|
|
49870
|
+
* Event object of the Menu#beforeClose event.
|
|
49871
|
+
*/
|
|
49025
49872
|
type Menu$BeforeCloseEvent = sap.ui.base.Event<
|
|
49026
49873
|
Menu$BeforeCloseEventParameters,
|
|
49027
49874
|
Menu
|
|
49028
49875
|
>;
|
|
49029
49876
|
|
|
49877
|
+
/**
|
|
49878
|
+
* Event object of the Menu#beforeOpen event.
|
|
49879
|
+
*/
|
|
49030
49880
|
type Menu$BeforeOpenEvent = sap.ui.base.Event<
|
|
49031
49881
|
Menu$BeforeOpenEventParameters,
|
|
49032
49882
|
Menu
|
|
49033
49883
|
>;
|
|
49034
49884
|
|
|
49885
|
+
/**
|
|
49886
|
+
* Event object of the Menu#itemClick event.
|
|
49887
|
+
*/
|
|
49035
49888
|
type Menu$ItemClickEvent = sap.ui.base.Event<
|
|
49036
49889
|
Menu$ItemClickEventParameters,
|
|
49037
49890
|
Menu
|
|
49038
49891
|
>;
|
|
49039
49892
|
|
|
49893
|
+
/**
|
|
49894
|
+
* Event object of the MessageStrip#close event.
|
|
49895
|
+
*/
|
|
49040
49896
|
type MessageStrip$CloseEvent = sap.ui.base.Event<
|
|
49041
49897
|
MessageStrip$CloseEventParameters,
|
|
49042
49898
|
MessageStrip
|
|
49043
49899
|
>;
|
|
49044
49900
|
|
|
49901
|
+
/**
|
|
49902
|
+
* Event object of the MultiComboBox#change event.
|
|
49903
|
+
*/
|
|
49045
49904
|
type MultiComboBox$ChangeEvent = sap.ui.base.Event<
|
|
49046
49905
|
MultiComboBox$ChangeEventParameters,
|
|
49047
49906
|
MultiComboBox
|
|
49048
49907
|
>;
|
|
49049
49908
|
|
|
49909
|
+
/**
|
|
49910
|
+
* Event object of the MultiComboBox#input event.
|
|
49911
|
+
*/
|
|
49050
49912
|
type MultiComboBox$InputEvent = sap.ui.base.Event<
|
|
49051
49913
|
MultiComboBox$InputEventParameters,
|
|
49052
49914
|
MultiComboBox
|
|
49053
49915
|
>;
|
|
49054
49916
|
|
|
49917
|
+
/**
|
|
49918
|
+
* Event object of the MultiComboBox#openChange event.
|
|
49919
|
+
*/
|
|
49055
49920
|
type MultiComboBox$OpenChangeEvent = sap.ui.base.Event<
|
|
49056
49921
|
MultiComboBox$OpenChangeEventParameters,
|
|
49057
49922
|
MultiComboBox
|
|
49058
49923
|
>;
|
|
49059
49924
|
|
|
49925
|
+
/**
|
|
49926
|
+
* Event object of the MultiComboBox#selectionChange event.
|
|
49927
|
+
*/
|
|
49060
49928
|
type MultiComboBox$SelectionChangeEvent = sap.ui.base.Event<
|
|
49061
49929
|
MultiComboBox$SelectionChangeEventParameters,
|
|
49062
49930
|
MultiComboBox
|
|
49063
49931
|
>;
|
|
49064
49932
|
|
|
49933
|
+
/**
|
|
49934
|
+
* Event object of the MultiInput#change event.
|
|
49935
|
+
*/
|
|
49065
49936
|
type MultiInput$ChangeEvent = sap.ui.base.Event<
|
|
49066
49937
|
MultiInput$ChangeEventParameters,
|
|
49067
49938
|
MultiInput
|
|
49068
49939
|
>;
|
|
49069
49940
|
|
|
49941
|
+
/**
|
|
49942
|
+
* Event object of the MultiInput#input event.
|
|
49943
|
+
*/
|
|
49070
49944
|
type MultiInput$InputEvent = sap.ui.base.Event<
|
|
49071
49945
|
MultiInput$InputEventParameters,
|
|
49072
49946
|
MultiInput
|
|
49073
49947
|
>;
|
|
49074
49948
|
|
|
49949
|
+
/**
|
|
49950
|
+
* Event object of the MultiInput#suggestionItemPreview event.
|
|
49951
|
+
*/
|
|
49075
49952
|
type MultiInput$SuggestionItemPreviewEvent = sap.ui.base.Event<
|
|
49076
49953
|
MultiInput$SuggestionItemPreviewEventParameters,
|
|
49077
49954
|
MultiInput
|
|
49078
49955
|
>;
|
|
49079
49956
|
|
|
49957
|
+
/**
|
|
49958
|
+
* Event object of the MultiInput#suggestionItemSelect event.
|
|
49959
|
+
*/
|
|
49080
49960
|
type MultiInput$SuggestionItemSelectEvent = sap.ui.base.Event<
|
|
49081
49961
|
MultiInput$SuggestionItemSelectEventParameters,
|
|
49082
49962
|
MultiInput
|
|
49083
49963
|
>;
|
|
49084
49964
|
|
|
49965
|
+
/**
|
|
49966
|
+
* Event object of the MultiInput#tokenDelete event.
|
|
49967
|
+
*/
|
|
49085
49968
|
type MultiInput$TokenDeleteEvent = sap.ui.base.Event<
|
|
49086
49969
|
MultiInput$TokenDeleteEventParameters,
|
|
49087
49970
|
MultiInput
|
|
49088
49971
|
>;
|
|
49089
49972
|
|
|
49973
|
+
/**
|
|
49974
|
+
* Event object of the MultiInput#valueHelpTrigger event.
|
|
49975
|
+
*/
|
|
49090
49976
|
type MultiInput$ValueHelpTriggerEvent = sap.ui.base.Event<
|
|
49091
49977
|
MultiInput$ValueHelpTriggerEventParameters,
|
|
49092
49978
|
MultiInput
|
|
49093
49979
|
>;
|
|
49094
49980
|
|
|
49981
|
+
/**
|
|
49982
|
+
* Event object of the Panel#toggle event.
|
|
49983
|
+
*/
|
|
49095
49984
|
type Panel$ToggleEvent = sap.ui.base.Event<
|
|
49096
49985
|
Panel$ToggleEventParameters,
|
|
49097
49986
|
Panel
|
|
49098
49987
|
>;
|
|
49099
49988
|
|
|
49989
|
+
/**
|
|
49990
|
+
* Event object of the Popover#afterClose event.
|
|
49991
|
+
*/
|
|
49100
49992
|
type Popover$AfterCloseEvent = sap.ui.base.Event<
|
|
49101
49993
|
Popover$AfterCloseEventParameters,
|
|
49102
49994
|
Popover
|
|
49103
49995
|
>;
|
|
49104
49996
|
|
|
49997
|
+
/**
|
|
49998
|
+
* Event object of the Popover#afterOpen event.
|
|
49999
|
+
*/
|
|
49105
50000
|
type Popover$AfterOpenEvent = sap.ui.base.Event<
|
|
49106
50001
|
Popover$AfterOpenEventParameters,
|
|
49107
50002
|
Popover
|
|
49108
50003
|
>;
|
|
49109
50004
|
|
|
50005
|
+
/**
|
|
50006
|
+
* Event object of the Popover#beforeClose event.
|
|
50007
|
+
*/
|
|
49110
50008
|
type Popover$BeforeCloseEvent = sap.ui.base.Event<
|
|
49111
50009
|
Popover$BeforeCloseEventParameters,
|
|
49112
50010
|
Popover
|
|
49113
50011
|
>;
|
|
49114
50012
|
|
|
50013
|
+
/**
|
|
50014
|
+
* Event object of the Popover#beforeOpen event.
|
|
50015
|
+
*/
|
|
49115
50016
|
type Popover$BeforeOpenEvent = sap.ui.base.Event<
|
|
49116
50017
|
Popover$BeforeOpenEventParameters,
|
|
49117
50018
|
Popover
|
|
49118
50019
|
>;
|
|
49119
50020
|
|
|
50021
|
+
/**
|
|
50022
|
+
* Event object of the RadioButton#change event.
|
|
50023
|
+
*/
|
|
49120
50024
|
type RadioButton$ChangeEvent = sap.ui.base.Event<
|
|
49121
50025
|
RadioButton$ChangeEventParameters,
|
|
49122
50026
|
RadioButton
|
|
49123
50027
|
>;
|
|
49124
50028
|
|
|
50029
|
+
/**
|
|
50030
|
+
* Event object of the RangeSlider#change event.
|
|
50031
|
+
*/
|
|
49125
50032
|
type RangeSlider$ChangeEvent = sap.ui.base.Event<
|
|
49126
50033
|
RangeSlider$ChangeEventParameters,
|
|
49127
50034
|
RangeSlider
|
|
49128
50035
|
>;
|
|
49129
50036
|
|
|
50037
|
+
/**
|
|
50038
|
+
* Event object of the RangeSlider#input event.
|
|
50039
|
+
*/
|
|
49130
50040
|
type RangeSlider$InputEvent = sap.ui.base.Event<
|
|
49131
50041
|
RangeSlider$InputEventParameters,
|
|
49132
50042
|
RangeSlider
|
|
49133
50043
|
>;
|
|
49134
50044
|
|
|
50045
|
+
/**
|
|
50046
|
+
* Event object of the RatingIndicator#change event.
|
|
50047
|
+
*/
|
|
49135
50048
|
type RatingIndicator$ChangeEvent = sap.ui.base.Event<
|
|
49136
50049
|
RatingIndicator$ChangeEventParameters,
|
|
49137
50050
|
RatingIndicator
|
|
49138
50051
|
>;
|
|
49139
50052
|
|
|
50053
|
+
/**
|
|
50054
|
+
* Event object of the ResponsivePopover#afterClose event.
|
|
50055
|
+
*/
|
|
49140
50056
|
type ResponsivePopover$AfterCloseEvent = sap.ui.base.Event<
|
|
49141
50057
|
ResponsivePopover$AfterCloseEventParameters,
|
|
49142
50058
|
ResponsivePopover
|
|
49143
50059
|
>;
|
|
49144
50060
|
|
|
50061
|
+
/**
|
|
50062
|
+
* Event object of the ResponsivePopover#afterOpen event.
|
|
50063
|
+
*/
|
|
49145
50064
|
type ResponsivePopover$AfterOpenEvent = sap.ui.base.Event<
|
|
49146
50065
|
ResponsivePopover$AfterOpenEventParameters,
|
|
49147
50066
|
ResponsivePopover
|
|
49148
50067
|
>;
|
|
49149
50068
|
|
|
50069
|
+
/**
|
|
50070
|
+
* Event object of the ResponsivePopover#beforeClose event.
|
|
50071
|
+
*/
|
|
49150
50072
|
type ResponsivePopover$BeforeCloseEvent = sap.ui.base.Event<
|
|
49151
50073
|
ResponsivePopover$BeforeCloseEventParameters,
|
|
49152
50074
|
ResponsivePopover
|
|
49153
50075
|
>;
|
|
49154
50076
|
|
|
50077
|
+
/**
|
|
50078
|
+
* Event object of the ResponsivePopover#beforeOpen event.
|
|
50079
|
+
*/
|
|
49155
50080
|
type ResponsivePopover$BeforeOpenEvent = sap.ui.base.Event<
|
|
49156
50081
|
ResponsivePopover$BeforeOpenEventParameters,
|
|
49157
50082
|
ResponsivePopover
|
|
49158
50083
|
>;
|
|
49159
50084
|
|
|
50085
|
+
/**
|
|
50086
|
+
* Event object of the SegmentedButton#selectionChange event.
|
|
50087
|
+
*/
|
|
49160
50088
|
type SegmentedButton$SelectionChangeEvent = sap.ui.base.Event<
|
|
49161
50089
|
SegmentedButton$SelectionChangeEventParameters,
|
|
49162
50090
|
SegmentedButton
|
|
49163
50091
|
>;
|
|
49164
50092
|
|
|
50093
|
+
/**
|
|
50094
|
+
* Event object of the SegmentedButtonItem#click event.
|
|
50095
|
+
*/
|
|
49165
50096
|
type SegmentedButtonItem$ClickEvent = sap.ui.base.Event<
|
|
49166
50097
|
SegmentedButtonItem$ClickEventParameters,
|
|
49167
50098
|
SegmentedButtonItem
|
|
49168
50099
|
>;
|
|
49169
50100
|
|
|
50101
|
+
/**
|
|
50102
|
+
* Event object of the Select#change event.
|
|
50103
|
+
*/
|
|
49170
50104
|
type Select$ChangeEvent = sap.ui.base.Event<
|
|
49171
50105
|
Select$ChangeEventParameters,
|
|
49172
50106
|
Select
|
|
49173
50107
|
>;
|
|
49174
50108
|
|
|
50109
|
+
/**
|
|
50110
|
+
* Event object of the Select#close event.
|
|
50111
|
+
*/
|
|
49175
50112
|
type Select$CloseEvent = sap.ui.base.Event<
|
|
49176
50113
|
Select$CloseEventParameters,
|
|
49177
50114
|
Select
|
|
49178
50115
|
>;
|
|
49179
50116
|
|
|
50117
|
+
/**
|
|
50118
|
+
* Event object of the Select#liveChange event.
|
|
50119
|
+
*/
|
|
49180
50120
|
type Select$LiveChangeEvent = sap.ui.base.Event<
|
|
49181
50121
|
Select$LiveChangeEventParameters,
|
|
49182
50122
|
Select
|
|
49183
50123
|
>;
|
|
49184
50124
|
|
|
50125
|
+
/**
|
|
50126
|
+
* Event object of the Select#open event.
|
|
50127
|
+
*/
|
|
49185
50128
|
type Select$OpenEvent = sap.ui.base.Event<
|
|
49186
50129
|
Select$OpenEventParameters,
|
|
49187
50130
|
Select
|
|
49188
50131
|
>;
|
|
49189
50132
|
|
|
50133
|
+
/**
|
|
50134
|
+
* Event object of the Slider#change event.
|
|
50135
|
+
*/
|
|
49190
50136
|
type Slider$ChangeEvent = sap.ui.base.Event<
|
|
49191
50137
|
Slider$ChangeEventParameters,
|
|
49192
50138
|
Slider
|
|
49193
50139
|
>;
|
|
49194
50140
|
|
|
50141
|
+
/**
|
|
50142
|
+
* Event object of the Slider#input event.
|
|
50143
|
+
*/
|
|
49195
50144
|
type Slider$InputEvent = sap.ui.base.Event<
|
|
49196
50145
|
Slider$InputEventParameters,
|
|
49197
50146
|
Slider
|
|
49198
50147
|
>;
|
|
49199
50148
|
|
|
50149
|
+
/**
|
|
50150
|
+
* Event object of the SplitButton#arrowClick event.
|
|
50151
|
+
*/
|
|
49200
50152
|
type SplitButton$ArrowClickEvent = sap.ui.base.Event<
|
|
49201
50153
|
SplitButton$ArrowClickEventParameters,
|
|
49202
50154
|
SplitButton
|
|
49203
50155
|
>;
|
|
49204
50156
|
|
|
50157
|
+
/**
|
|
50158
|
+
* Event object of the SplitButton#click event.
|
|
50159
|
+
*/
|
|
49205
50160
|
type SplitButton$ClickEvent = sap.ui.base.Event<
|
|
49206
50161
|
SplitButton$ClickEventParameters,
|
|
49207
50162
|
SplitButton
|
|
49208
50163
|
>;
|
|
49209
50164
|
|
|
50165
|
+
/**
|
|
50166
|
+
* Event object of the StandardListItem#detailClick event.
|
|
50167
|
+
*/
|
|
49210
50168
|
type StandardListItem$DetailClickEvent = sap.ui.base.Event<
|
|
49211
50169
|
StandardListItem$DetailClickEventParameters,
|
|
49212
50170
|
StandardListItem
|
|
49213
50171
|
>;
|
|
49214
50172
|
|
|
50173
|
+
/**
|
|
50174
|
+
* Event object of the StepInput#change event.
|
|
50175
|
+
*/
|
|
49215
50176
|
type StepInput$ChangeEvent = sap.ui.base.Event<
|
|
49216
50177
|
StepInput$ChangeEventParameters,
|
|
49217
50178
|
StepInput
|
|
49218
50179
|
>;
|
|
49219
50180
|
|
|
50181
|
+
/**
|
|
50182
|
+
* Event object of the Switch#change event.
|
|
50183
|
+
*/
|
|
49220
50184
|
type Switch$ChangeEvent = sap.ui.base.Event<
|
|
49221
50185
|
Switch$ChangeEventParameters,
|
|
49222
50186
|
Switch
|
|
49223
50187
|
>;
|
|
49224
50188
|
|
|
50189
|
+
/**
|
|
50190
|
+
* Event object of the TabContainer#tabSelect event.
|
|
50191
|
+
*/
|
|
49225
50192
|
type TabContainer$TabSelectEvent = sap.ui.base.Event<
|
|
49226
50193
|
TabContainer$TabSelectEventParameters,
|
|
49227
50194
|
TabContainer
|
|
49228
50195
|
>;
|
|
49229
50196
|
|
|
50197
|
+
/**
|
|
50198
|
+
* Event object of the Table#loadMore event.
|
|
50199
|
+
*/
|
|
49230
50200
|
type Table$LoadMoreEvent = sap.ui.base.Event<
|
|
49231
50201
|
Table$LoadMoreEventParameters,
|
|
49232
50202
|
Table
|
|
49233
50203
|
>;
|
|
49234
50204
|
|
|
50205
|
+
/**
|
|
50206
|
+
* Event object of the Table#popinChange event.
|
|
50207
|
+
*/
|
|
49235
50208
|
type Table$PopinChangeEvent = sap.ui.base.Event<
|
|
49236
50209
|
Table$PopinChangeEventParameters,
|
|
49237
50210
|
Table
|
|
49238
50211
|
>;
|
|
49239
50212
|
|
|
50213
|
+
/**
|
|
50214
|
+
* Event object of the Table#rowClick event.
|
|
50215
|
+
*/
|
|
49240
50216
|
type Table$RowClickEvent = sap.ui.base.Event<
|
|
49241
50217
|
Table$RowClickEventParameters,
|
|
49242
50218
|
Table
|
|
49243
50219
|
>;
|
|
49244
50220
|
|
|
50221
|
+
/**
|
|
50222
|
+
* Event object of the Table#selectionChange event.
|
|
50223
|
+
*/
|
|
49245
50224
|
type Table$SelectionChangeEvent = sap.ui.base.Event<
|
|
49246
50225
|
Table$SelectionChangeEventParameters,
|
|
49247
50226
|
Table
|
|
49248
50227
|
>;
|
|
49249
50228
|
|
|
50229
|
+
/**
|
|
50230
|
+
* Event object of the TextArea#change event.
|
|
50231
|
+
*/
|
|
49250
50232
|
type TextArea$ChangeEvent = sap.ui.base.Event<
|
|
49251
50233
|
TextArea$ChangeEventParameters,
|
|
49252
50234
|
TextArea
|
|
49253
50235
|
>;
|
|
49254
50236
|
|
|
50237
|
+
/**
|
|
50238
|
+
* Event object of the TextArea#input event.
|
|
50239
|
+
*/
|
|
49255
50240
|
type TextArea$InputEvent = sap.ui.base.Event<
|
|
49256
50241
|
TextArea$InputEventParameters,
|
|
49257
50242
|
TextArea
|
|
49258
50243
|
>;
|
|
49259
50244
|
|
|
50245
|
+
/**
|
|
50246
|
+
* Event object of the TimePicker#change event.
|
|
50247
|
+
*/
|
|
49260
50248
|
type TimePicker$ChangeEvent = sap.ui.base.Event<
|
|
49261
50249
|
TimePicker$ChangeEventParameters,
|
|
49262
50250
|
TimePicker
|
|
49263
50251
|
>;
|
|
49264
50252
|
|
|
50253
|
+
/**
|
|
50254
|
+
* Event object of the TimePicker#input event.
|
|
50255
|
+
*/
|
|
49265
50256
|
type TimePicker$InputEvent = sap.ui.base.Event<
|
|
49266
50257
|
TimePicker$InputEventParameters,
|
|
49267
50258
|
TimePicker
|
|
49268
50259
|
>;
|
|
49269
50260
|
|
|
50261
|
+
/**
|
|
50262
|
+
* Event object of the ToggleButton#click event.
|
|
50263
|
+
*/
|
|
49270
50264
|
type ToggleButton$ClickEvent = sap.ui.base.Event<
|
|
49271
50265
|
ToggleButton$ClickEventParameters,
|
|
49272
50266
|
ToggleButton
|
|
49273
50267
|
>;
|
|
49274
50268
|
|
|
50269
|
+
/**
|
|
50270
|
+
* Event object of the Token#select event.
|
|
50271
|
+
*/
|
|
49275
50272
|
type Token$SelectEvent = sap.ui.base.Event<
|
|
49276
50273
|
Token$SelectEventParameters,
|
|
49277
50274
|
Token
|
|
49278
50275
|
>;
|
|
49279
50276
|
|
|
50277
|
+
/**
|
|
50278
|
+
* Event object of the ToolbarButton#click event.
|
|
50279
|
+
*/
|
|
49280
50280
|
type ToolbarButton$ClickEvent = sap.ui.base.Event<
|
|
49281
50281
|
ToolbarButton$ClickEventParameters,
|
|
49282
50282
|
ToolbarButton
|
|
49283
50283
|
>;
|
|
49284
50284
|
|
|
50285
|
+
/**
|
|
50286
|
+
* Event object of the ToolbarSelect#change event.
|
|
50287
|
+
*/
|
|
49285
50288
|
type ToolbarSelect$ChangeEvent = sap.ui.base.Event<
|
|
49286
50289
|
ToolbarSelect$ChangeEventParameters,
|
|
49287
50290
|
ToolbarSelect
|
|
49288
50291
|
>;
|
|
49289
50292
|
|
|
50293
|
+
/**
|
|
50294
|
+
* Event object of the ToolbarSelect#close event.
|
|
50295
|
+
*/
|
|
49290
50296
|
type ToolbarSelect$CloseEvent = sap.ui.base.Event<
|
|
49291
50297
|
ToolbarSelect$CloseEventParameters,
|
|
49292
50298
|
ToolbarSelect
|
|
49293
50299
|
>;
|
|
49294
50300
|
|
|
50301
|
+
/**
|
|
50302
|
+
* Event object of the ToolbarSelect#open event.
|
|
50303
|
+
*/
|
|
49295
50304
|
type ToolbarSelect$OpenEvent = sap.ui.base.Event<
|
|
49296
50305
|
ToolbarSelect$OpenEventParameters,
|
|
49297
50306
|
ToolbarSelect
|
|
49298
50307
|
>;
|
|
49299
50308
|
|
|
50309
|
+
/**
|
|
50310
|
+
* Event object of the Tree#itemClick event.
|
|
50311
|
+
*/
|
|
49300
50312
|
type Tree$ItemClickEvent = sap.ui.base.Event<
|
|
49301
50313
|
Tree$ItemClickEventParameters,
|
|
49302
50314
|
Tree
|
|
49303
50315
|
>;
|
|
49304
50316
|
|
|
50317
|
+
/**
|
|
50318
|
+
* Event object of the Tree#itemDelete event.
|
|
50319
|
+
*/
|
|
49305
50320
|
type Tree$ItemDeleteEvent = sap.ui.base.Event<
|
|
49306
50321
|
Tree$ItemDeleteEventParameters,
|
|
49307
50322
|
Tree
|
|
49308
50323
|
>;
|
|
49309
50324
|
|
|
50325
|
+
/**
|
|
50326
|
+
* Event object of the Tree#itemMouseout event.
|
|
50327
|
+
*/
|
|
49310
50328
|
type Tree$ItemMouseoutEvent = sap.ui.base.Event<
|
|
49311
50329
|
Tree$ItemMouseoutEventParameters,
|
|
49312
50330
|
Tree
|
|
49313
50331
|
>;
|
|
49314
50332
|
|
|
50333
|
+
/**
|
|
50334
|
+
* Event object of the Tree#itemMouseover event.
|
|
50335
|
+
*/
|
|
49315
50336
|
type Tree$ItemMouseoverEvent = sap.ui.base.Event<
|
|
49316
50337
|
Tree$ItemMouseoverEventParameters,
|
|
49317
50338
|
Tree
|
|
49318
50339
|
>;
|
|
49319
50340
|
|
|
50341
|
+
/**
|
|
50342
|
+
* Event object of the Tree#itemToggle event.
|
|
50343
|
+
*/
|
|
49320
50344
|
type Tree$ItemToggleEvent = sap.ui.base.Event<
|
|
49321
50345
|
Tree$ItemToggleEventParameters,
|
|
49322
50346
|
Tree
|
|
49323
50347
|
>;
|
|
49324
50348
|
|
|
50349
|
+
/**
|
|
50350
|
+
* Event object of the Tree#selectionChange event.
|
|
50351
|
+
*/
|
|
49325
50352
|
type Tree$SelectionChangeEvent = sap.ui.base.Event<
|
|
49326
50353
|
Tree$SelectionChangeEventParameters,
|
|
49327
50354
|
Tree
|
|
49328
50355
|
>;
|
|
49329
50356
|
|
|
50357
|
+
/**
|
|
50358
|
+
* Event object of the TreeItem#detailClick event.
|
|
50359
|
+
*/
|
|
49330
50360
|
type TreeItem$DetailClickEvent = sap.ui.base.Event<
|
|
49331
50361
|
TreeItem$DetailClickEventParameters,
|
|
49332
50362
|
TreeItem
|
|
49333
50363
|
>;
|
|
49334
50364
|
|
|
50365
|
+
/**
|
|
50366
|
+
* Event object of the TreeItemCustom#detailClick event.
|
|
50367
|
+
*/
|
|
49335
50368
|
type TreeItemCustom$DetailClickEvent = sap.ui.base.Event<
|
|
49336
50369
|
TreeItemCustom$DetailClickEventParameters,
|
|
49337
50370
|
TreeItemCustom
|