@openui5/ts-types 1.123.1 → 1.124.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/sap.f.d.ts +55 -15
- package/types/sap.m.d.ts +3922 -237
- package/types/sap.tnt.d.ts +5 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +33 -17
- package/types/sap.ui.core.d.ts +496 -558
- package/types/sap.ui.dt.d.ts +6 -2
- package/types/sap.ui.fl.d.ts +3 -2
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +629 -914
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +6 -4
- package/types/sap.ui.ux3.d.ts +7 -4
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +201 -16
- package/types/sap.ui.webc.main.d.ts +603 -57
- package/types/sap.uxap.d.ts +16 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7,6 +7,8 @@ declare namespace sap {
|
|
|
7
7
|
* SAPUI5 library with controls based on UI5 Web Components
|
|
8
8
|
*
|
|
9
9
|
* @since 1.92.0
|
|
10
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. An alternative
|
|
11
|
+
* consumption model is planned for the future.
|
|
10
12
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
11
13
|
*/
|
|
12
14
|
namespace main {
|
|
@@ -254,6 +256,9 @@ declare namespace sap {
|
|
|
254
256
|
/**
|
|
255
257
|
* Describes the settings that can be provided to the Avatar constructor.
|
|
256
258
|
*
|
|
259
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
260
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
261
|
+
* functionality.
|
|
257
262
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
258
263
|
*/
|
|
259
264
|
interface $AvatarSettings
|
|
@@ -408,6 +413,9 @@ declare namespace sap {
|
|
|
408
413
|
/**
|
|
409
414
|
* Describes the settings that can be provided to the AvatarGroup constructor.
|
|
410
415
|
*
|
|
416
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
417
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
418
|
+
* functionality.
|
|
411
419
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
412
420
|
*/
|
|
413
421
|
interface $AvatarGroupSettings
|
|
@@ -459,6 +467,9 @@ declare namespace sap {
|
|
|
459
467
|
/**
|
|
460
468
|
* Describes the settings that can be provided to the Badge constructor.
|
|
461
469
|
*
|
|
470
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
471
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
472
|
+
* functionality.
|
|
462
473
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
463
474
|
*/
|
|
464
475
|
interface $BadgeSettings
|
|
@@ -489,6 +500,9 @@ declare namespace sap {
|
|
|
489
500
|
/**
|
|
490
501
|
* Describes the settings that can be provided to the Breadcrumbs constructor.
|
|
491
502
|
*
|
|
503
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
504
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
505
|
+
* functionality.
|
|
492
506
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
493
507
|
*/
|
|
494
508
|
interface $BreadcrumbsSettings
|
|
@@ -546,6 +560,9 @@ declare namespace sap {
|
|
|
546
560
|
/**
|
|
547
561
|
* Describes the settings that can be provided to the BreadcrumbsItem constructor.
|
|
548
562
|
*
|
|
563
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
564
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
565
|
+
* functionality.
|
|
549
566
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
550
567
|
*/
|
|
551
568
|
interface $BreadcrumbsItemSettings
|
|
@@ -587,6 +604,9 @@ declare namespace sap {
|
|
|
587
604
|
/**
|
|
588
605
|
* Describes the settings that can be provided to the BusyIndicator constructor.
|
|
589
606
|
*
|
|
607
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
608
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
609
|
+
* functionality.
|
|
590
610
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
591
611
|
*/
|
|
592
612
|
interface $BusyIndicatorSettings
|
|
@@ -646,6 +666,9 @@ declare namespace sap {
|
|
|
646
666
|
/**
|
|
647
667
|
* Describes the settings that can be provided to the Button constructor.
|
|
648
668
|
*
|
|
669
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
670
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
671
|
+
* functionality.
|
|
649
672
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
650
673
|
*/
|
|
651
674
|
interface $ButtonSettings
|
|
@@ -764,6 +787,9 @@ declare namespace sap {
|
|
|
764
787
|
/**
|
|
765
788
|
* Describes the settings that can be provided to the Calendar constructor.
|
|
766
789
|
*
|
|
790
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
791
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
792
|
+
* functionality.
|
|
767
793
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
768
794
|
*/
|
|
769
795
|
interface $CalendarSettings
|
|
@@ -857,6 +883,9 @@ declare namespace sap {
|
|
|
857
883
|
/**
|
|
858
884
|
* Describes the settings that can be provided to the CalendarDate constructor.
|
|
859
885
|
*
|
|
886
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
887
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
888
|
+
* functionality.
|
|
860
889
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
861
890
|
*/
|
|
862
891
|
interface $CalendarDateSettings
|
|
@@ -871,6 +900,9 @@ declare namespace sap {
|
|
|
871
900
|
/**
|
|
872
901
|
* Describes the settings that can be provided to the Card constructor.
|
|
873
902
|
*
|
|
903
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
904
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
905
|
+
* functionality.
|
|
874
906
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
875
907
|
*/
|
|
876
908
|
interface $CardSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -927,6 +959,9 @@ declare namespace sap {
|
|
|
927
959
|
/**
|
|
928
960
|
* Describes the settings that can be provided to the CardHeader constructor.
|
|
929
961
|
*
|
|
962
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
963
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
964
|
+
* functionality.
|
|
930
965
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
931
966
|
*/
|
|
932
967
|
interface $CardHeaderSettings
|
|
@@ -984,6 +1019,9 @@ declare namespace sap {
|
|
|
984
1019
|
/**
|
|
985
1020
|
* Describes the settings that can be provided to the Carousel constructor.
|
|
986
1021
|
*
|
|
1022
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1023
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1024
|
+
* functionality.
|
|
987
1025
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
988
1026
|
*/
|
|
989
1027
|
interface $CarouselSettings
|
|
@@ -1110,6 +1148,9 @@ declare namespace sap {
|
|
|
1110
1148
|
/**
|
|
1111
1149
|
* Describes the settings that can be provided to the CheckBox constructor.
|
|
1112
1150
|
*
|
|
1151
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1152
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1153
|
+
* functionality.
|
|
1113
1154
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1114
1155
|
*/
|
|
1115
1156
|
interface $CheckBoxSettings
|
|
@@ -1239,6 +1280,9 @@ declare namespace sap {
|
|
|
1239
1280
|
/**
|
|
1240
1281
|
* Describes the settings that can be provided to the ColorPalette constructor.
|
|
1241
1282
|
*
|
|
1283
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1284
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1285
|
+
* functionality.
|
|
1242
1286
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1243
1287
|
*/
|
|
1244
1288
|
interface $ColorPaletteSettings
|
|
@@ -1261,6 +1305,9 @@ declare namespace sap {
|
|
|
1261
1305
|
/**
|
|
1262
1306
|
* Describes the settings that can be provided to the ColorPaletteItem constructor.
|
|
1263
1307
|
*
|
|
1308
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1309
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1310
|
+
* functionality.
|
|
1264
1311
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1265
1312
|
*/
|
|
1266
1313
|
interface $ColorPaletteItemSettings
|
|
@@ -1279,6 +1326,9 @@ declare namespace sap {
|
|
|
1279
1326
|
/**
|
|
1280
1327
|
* Describes the settings that can be provided to the ColorPalettePopover constructor.
|
|
1281
1328
|
*
|
|
1329
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1330
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1331
|
+
* functionality.
|
|
1282
1332
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
1283
1333
|
*/
|
|
1284
1334
|
interface $ColorPalettePopoverSettings
|
|
@@ -1335,6 +1385,9 @@ declare namespace sap {
|
|
|
1335
1385
|
/**
|
|
1336
1386
|
* Describes the settings that can be provided to the ColorPicker constructor.
|
|
1337
1387
|
*
|
|
1388
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1389
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1390
|
+
* functionality.
|
|
1338
1391
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1339
1392
|
*/
|
|
1340
1393
|
interface $ColorPickerSettings
|
|
@@ -1358,6 +1411,9 @@ declare namespace sap {
|
|
|
1358
1411
|
/**
|
|
1359
1412
|
* Describes the settings that can be provided to the ComboBox constructor.
|
|
1360
1413
|
*
|
|
1414
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1415
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1416
|
+
* functionality.
|
|
1361
1417
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1362
1418
|
*/
|
|
1363
1419
|
interface $ComboBoxSettings
|
|
@@ -1493,6 +1549,9 @@ declare namespace sap {
|
|
|
1493
1549
|
/**
|
|
1494
1550
|
* Describes the settings that can be provided to the ComboBoxGroupItem constructor.
|
|
1495
1551
|
*
|
|
1552
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1553
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1554
|
+
* functionality.
|
|
1496
1555
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
1497
1556
|
*/
|
|
1498
1557
|
interface $ComboBoxGroupItemSettings
|
|
@@ -1506,6 +1565,9 @@ declare namespace sap {
|
|
|
1506
1565
|
/**
|
|
1507
1566
|
* Describes the settings that can be provided to the ComboBoxItem constructor.
|
|
1508
1567
|
*
|
|
1568
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1569
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1570
|
+
* functionality.
|
|
1509
1571
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1510
1572
|
*/
|
|
1511
1573
|
interface $ComboBoxItemSettings
|
|
@@ -1526,6 +1588,9 @@ declare namespace sap {
|
|
|
1526
1588
|
/**
|
|
1527
1589
|
* Describes the settings that can be provided to the CustomListItem constructor.
|
|
1528
1590
|
*
|
|
1591
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1592
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1593
|
+
* functionality.
|
|
1529
1594
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1530
1595
|
*/
|
|
1531
1596
|
interface $CustomListItemSettings
|
|
@@ -1612,6 +1677,9 @@ declare namespace sap {
|
|
|
1612
1677
|
/**
|
|
1613
1678
|
* Describes the settings that can be provided to the DatePicker constructor.
|
|
1614
1679
|
*
|
|
1680
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1681
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1682
|
+
* functionality.
|
|
1615
1683
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1616
1684
|
*/
|
|
1617
1685
|
interface $DatePickerSettings
|
|
@@ -1772,6 +1840,9 @@ declare namespace sap {
|
|
|
1772
1840
|
/**
|
|
1773
1841
|
* Describes the settings that can be provided to the DateRangePicker constructor.
|
|
1774
1842
|
*
|
|
1843
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1844
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1845
|
+
* functionality.
|
|
1775
1846
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1776
1847
|
*/
|
|
1777
1848
|
interface $DateRangePickerSettings
|
|
@@ -1938,6 +2009,9 @@ declare namespace sap {
|
|
|
1938
2009
|
/**
|
|
1939
2010
|
* Describes the settings that can be provided to the DateTimePicker constructor.
|
|
1940
2011
|
*
|
|
2012
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2013
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2014
|
+
* functionality.
|
|
1941
2015
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1942
2016
|
*/
|
|
1943
2017
|
interface $DateTimePickerSettings
|
|
@@ -2098,6 +2172,9 @@ declare namespace sap {
|
|
|
2098
2172
|
/**
|
|
2099
2173
|
* Describes the settings that can be provided to the Dialog constructor.
|
|
2100
2174
|
*
|
|
2175
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2176
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2177
|
+
* functionality.
|
|
2101
2178
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2102
2179
|
*/
|
|
2103
2180
|
interface $DialogSettings
|
|
@@ -2274,6 +2351,9 @@ declare namespace sap {
|
|
|
2274
2351
|
/**
|
|
2275
2352
|
* Describes the settings that can be provided to the FileUploader constructor.
|
|
2276
2353
|
*
|
|
2354
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2355
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2356
|
+
* functionality.
|
|
2277
2357
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2278
2358
|
*/
|
|
2279
2359
|
interface $FileUploaderSettings
|
|
@@ -2384,6 +2464,9 @@ declare namespace sap {
|
|
|
2384
2464
|
/**
|
|
2385
2465
|
* Describes the settings that can be provided to the GroupHeaderListItem constructor.
|
|
2386
2466
|
*
|
|
2467
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2468
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2469
|
+
* functionality.
|
|
2387
2470
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2388
2471
|
*/
|
|
2389
2472
|
interface $GroupHeaderListItemSettings
|
|
@@ -2413,6 +2496,9 @@ declare namespace sap {
|
|
|
2413
2496
|
/**
|
|
2414
2497
|
* Describes the settings that can be provided to the Icon constructor.
|
|
2415
2498
|
*
|
|
2499
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2500
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2501
|
+
* functionality.
|
|
2416
2502
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2417
2503
|
*/
|
|
2418
2504
|
interface $IconSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2546,6 +2632,9 @@ declare namespace sap {
|
|
|
2546
2632
|
/**
|
|
2547
2633
|
* Describes the settings that can be provided to the Input constructor.
|
|
2548
2634
|
*
|
|
2635
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2636
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2637
|
+
* functionality.
|
|
2549
2638
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2550
2639
|
*/
|
|
2551
2640
|
interface $InputSettings
|
|
@@ -2735,6 +2824,9 @@ declare namespace sap {
|
|
|
2735
2824
|
/**
|
|
2736
2825
|
* Describes the settings that can be provided to the Label constructor.
|
|
2737
2826
|
*
|
|
2827
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2828
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2829
|
+
* functionality.
|
|
2738
2830
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2739
2831
|
*/
|
|
2740
2832
|
interface $LabelSettings
|
|
@@ -2795,6 +2887,9 @@ declare namespace sap {
|
|
|
2795
2887
|
/**
|
|
2796
2888
|
* Describes the settings that can be provided to the Link constructor.
|
|
2797
2889
|
*
|
|
2890
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2891
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2892
|
+
* functionality.
|
|
2798
2893
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2799
2894
|
*/
|
|
2800
2895
|
interface $LinkSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -2909,6 +3004,9 @@ declare namespace sap {
|
|
|
2909
3004
|
/**
|
|
2910
3005
|
* Describes the settings that can be provided to the List constructor.
|
|
2911
3006
|
*
|
|
3007
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3008
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3009
|
+
* functionality.
|
|
2912
3010
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2913
3011
|
*/
|
|
2914
3012
|
interface $ListSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3104,6 +3202,9 @@ declare namespace sap {
|
|
|
3104
3202
|
/**
|
|
3105
3203
|
* Describes the settings that can be provided to the Menu constructor.
|
|
3106
3204
|
*
|
|
3205
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3206
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3207
|
+
* functionality.
|
|
3107
3208
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
3108
3209
|
*/
|
|
3109
3210
|
interface $MenuSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -3185,6 +3286,9 @@ declare namespace sap {
|
|
|
3185
3286
|
/**
|
|
3186
3287
|
* Describes the settings that can be provided to the MenuItem constructor.
|
|
3187
3288
|
*
|
|
3289
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3290
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3291
|
+
* functionality.
|
|
3188
3292
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
3189
3293
|
*/
|
|
3190
3294
|
interface $MenuItemSettings
|
|
@@ -3268,6 +3372,9 @@ declare namespace sap {
|
|
|
3268
3372
|
/**
|
|
3269
3373
|
* Describes the settings that can be provided to the MessageStrip constructor.
|
|
3270
3374
|
*
|
|
3375
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3376
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3377
|
+
* functionality.
|
|
3271
3378
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3272
3379
|
*/
|
|
3273
3380
|
interface $MessageStripSettings
|
|
@@ -3339,6 +3446,9 @@ declare namespace sap {
|
|
|
3339
3446
|
/**
|
|
3340
3447
|
* Describes the settings that can be provided to the MultiComboBox constructor.
|
|
3341
3448
|
*
|
|
3449
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3450
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3451
|
+
* functionality.
|
|
3342
3452
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3343
3453
|
*/
|
|
3344
3454
|
interface $MultiComboBoxSettings
|
|
@@ -3492,6 +3602,9 @@ declare namespace sap {
|
|
|
3492
3602
|
/**
|
|
3493
3603
|
* Describes the settings that can be provided to the MultiComboBoxGroupItem constructor.
|
|
3494
3604
|
*
|
|
3605
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3606
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3607
|
+
* functionality.
|
|
3495
3608
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3496
3609
|
*/
|
|
3497
3610
|
interface $MultiComboBoxGroupItemSettings
|
|
@@ -3505,6 +3618,9 @@ declare namespace sap {
|
|
|
3505
3618
|
/**
|
|
3506
3619
|
* Describes the settings that can be provided to the MultiComboBoxItem constructor.
|
|
3507
3620
|
*
|
|
3621
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3622
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3623
|
+
* functionality.
|
|
3508
3624
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3509
3625
|
*/
|
|
3510
3626
|
interface $MultiComboBoxItemSettings
|
|
@@ -3533,6 +3649,9 @@ declare namespace sap {
|
|
|
3533
3649
|
/**
|
|
3534
3650
|
* Describes the settings that can be provided to the MultiInput constructor.
|
|
3535
3651
|
*
|
|
3652
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3653
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3654
|
+
* functionality.
|
|
3536
3655
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3537
3656
|
*/
|
|
3538
3657
|
interface $MultiInputSettings
|
|
@@ -3751,6 +3870,9 @@ declare namespace sap {
|
|
|
3751
3870
|
/**
|
|
3752
3871
|
* Describes the settings that can be provided to the Option constructor.
|
|
3753
3872
|
*
|
|
3873
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3874
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3875
|
+
* functionality.
|
|
3754
3876
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3755
3877
|
*/
|
|
3756
3878
|
interface $OptionSettings
|
|
@@ -3802,6 +3924,9 @@ declare namespace sap {
|
|
|
3802
3924
|
/**
|
|
3803
3925
|
* Describes the settings that can be provided to the Panel constructor.
|
|
3804
3926
|
*
|
|
3927
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3928
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3929
|
+
* functionality.
|
|
3805
3930
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3806
3931
|
*/
|
|
3807
3932
|
interface $PanelSettings
|
|
@@ -3920,6 +4045,9 @@ declare namespace sap {
|
|
|
3920
4045
|
/**
|
|
3921
4046
|
* Describes the settings that can be provided to the Popover constructor.
|
|
3922
4047
|
*
|
|
4048
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4049
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4050
|
+
* functionality.
|
|
3923
4051
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
3924
4052
|
*/
|
|
3925
4053
|
interface $PopoverSettings
|
|
@@ -4103,6 +4231,9 @@ declare namespace sap {
|
|
|
4103
4231
|
/**
|
|
4104
4232
|
* Describes the settings that can be provided to the ProgressIndicator constructor.
|
|
4105
4233
|
*
|
|
4234
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4235
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4236
|
+
* functionality.
|
|
4106
4237
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4107
4238
|
*/
|
|
4108
4239
|
interface $ProgressIndicatorSettings
|
|
@@ -4178,6 +4309,9 @@ declare namespace sap {
|
|
|
4178
4309
|
/**
|
|
4179
4310
|
* Describes the settings that can be provided to the RadioButton constructor.
|
|
4180
4311
|
*
|
|
4312
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4313
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4314
|
+
* functionality.
|
|
4181
4315
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4182
4316
|
*/
|
|
4183
4317
|
interface $RadioButtonSettings
|
|
@@ -4292,6 +4426,9 @@ declare namespace sap {
|
|
|
4292
4426
|
/**
|
|
4293
4427
|
* Describes the settings that can be provided to the RangeSlider constructor.
|
|
4294
4428
|
*
|
|
4429
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4430
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4431
|
+
* functionality.
|
|
4295
4432
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4296
4433
|
*/
|
|
4297
4434
|
interface $RangeSliderSettings
|
|
@@ -4408,6 +4545,9 @@ declare namespace sap {
|
|
|
4408
4545
|
/**
|
|
4409
4546
|
* Describes the settings that can be provided to the RatingIndicator constructor.
|
|
4410
4547
|
*
|
|
4548
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4549
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4550
|
+
* functionality.
|
|
4411
4551
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4412
4552
|
*/
|
|
4413
4553
|
interface $RatingIndicatorSettings
|
|
@@ -4489,6 +4629,9 @@ declare namespace sap {
|
|
|
4489
4629
|
/**
|
|
4490
4630
|
* Describes the settings that can be provided to the ResponsivePopover constructor.
|
|
4491
4631
|
*
|
|
4632
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4633
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4634
|
+
* functionality.
|
|
4492
4635
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4493
4636
|
*/
|
|
4494
4637
|
interface $ResponsivePopoverSettings
|
|
@@ -4656,6 +4799,9 @@ declare namespace sap {
|
|
|
4656
4799
|
/**
|
|
4657
4800
|
* Describes the settings that can be provided to the SegmentedButton constructor.
|
|
4658
4801
|
*
|
|
4802
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4803
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4804
|
+
* functionality.
|
|
4659
4805
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4660
4806
|
*/
|
|
4661
4807
|
interface $SegmentedButtonSettings
|
|
@@ -4715,6 +4861,9 @@ declare namespace sap {
|
|
|
4715
4861
|
/**
|
|
4716
4862
|
* Describes the settings that can be provided to the SegmentedButtonItem constructor.
|
|
4717
4863
|
*
|
|
4864
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4865
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4866
|
+
* functionality.
|
|
4718
4867
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
4719
4868
|
*/
|
|
4720
4869
|
interface $SegmentedButtonItemSettings
|
|
@@ -4832,6 +4981,9 @@ declare namespace sap {
|
|
|
4832
4981
|
/**
|
|
4833
4982
|
* Describes the settings that can be provided to the Select constructor.
|
|
4834
4983
|
*
|
|
4984
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4985
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4986
|
+
* functionality.
|
|
4835
4987
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4836
4988
|
*/
|
|
4837
4989
|
interface $SelectSettings
|
|
@@ -4981,6 +5133,9 @@ declare namespace sap {
|
|
|
4981
5133
|
/**
|
|
4982
5134
|
* Describes the settings that can be provided to the SelectMenu constructor.
|
|
4983
5135
|
*
|
|
5136
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5137
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5138
|
+
* functionality.
|
|
4984
5139
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
4985
5140
|
*/
|
|
4986
5141
|
interface $SelectMenuSettings
|
|
@@ -4998,6 +5153,9 @@ declare namespace sap {
|
|
|
4998
5153
|
/**
|
|
4999
5154
|
* Describes the settings that can be provided to the SelectMenuOption constructor.
|
|
5000
5155
|
*
|
|
5156
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5157
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5158
|
+
* functionality.
|
|
5001
5159
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
5002
5160
|
*/
|
|
5003
5161
|
interface $SelectMenuOptionSettings
|
|
@@ -5026,6 +5184,9 @@ declare namespace sap {
|
|
|
5026
5184
|
/**
|
|
5027
5185
|
* Describes the settings that can be provided to the Slider constructor.
|
|
5028
5186
|
*
|
|
5187
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5188
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5189
|
+
* functionality.
|
|
5029
5190
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5030
5191
|
*/
|
|
5031
5192
|
interface $SliderSettings
|
|
@@ -5134,6 +5295,9 @@ declare namespace sap {
|
|
|
5134
5295
|
/**
|
|
5135
5296
|
* Describes the settings that can be provided to the SplitButton constructor.
|
|
5136
5297
|
*
|
|
5298
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5299
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5300
|
+
* functionality.
|
|
5137
5301
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5138
5302
|
*/
|
|
5139
5303
|
interface $SplitButtonSettings
|
|
@@ -5196,6 +5360,9 @@ declare namespace sap {
|
|
|
5196
5360
|
/**
|
|
5197
5361
|
* Describes the settings that can be provided to the StandardListItem constructor.
|
|
5198
5362
|
*
|
|
5363
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5364
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5365
|
+
* functionality.
|
|
5199
5366
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5200
5367
|
*/
|
|
5201
5368
|
interface $StandardListItemSettings
|
|
@@ -5336,6 +5503,9 @@ declare namespace sap {
|
|
|
5336
5503
|
/**
|
|
5337
5504
|
* Describes the settings that can be provided to the StepInput constructor.
|
|
5338
5505
|
*
|
|
5506
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5507
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5508
|
+
* functionality.
|
|
5339
5509
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5340
5510
|
*/
|
|
5341
5511
|
interface $StepInputSettings
|
|
@@ -5474,6 +5644,9 @@ declare namespace sap {
|
|
|
5474
5644
|
/**
|
|
5475
5645
|
* Describes the settings that can be provided to the SuggestionGroupItem constructor.
|
|
5476
5646
|
*
|
|
5647
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5648
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5649
|
+
* functionality.
|
|
5477
5650
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
5478
5651
|
*/
|
|
5479
5652
|
interface $SuggestionGroupItemSettings
|
|
@@ -5487,6 +5660,9 @@ declare namespace sap {
|
|
|
5487
5660
|
/**
|
|
5488
5661
|
* Describes the settings that can be provided to the SuggestionItem constructor.
|
|
5489
5662
|
*
|
|
5663
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5664
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5665
|
+
* functionality.
|
|
5490
5666
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5491
5667
|
*/
|
|
5492
5668
|
interface $SuggestionItemSettings
|
|
@@ -5559,6 +5735,9 @@ declare namespace sap {
|
|
|
5559
5735
|
/**
|
|
5560
5736
|
* Describes the settings that can be provided to the Switch constructor.
|
|
5561
5737
|
*
|
|
5738
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5739
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5740
|
+
* functionality.
|
|
5562
5741
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5563
5742
|
*/
|
|
5564
5743
|
interface $SwitchSettings
|
|
@@ -5660,6 +5839,9 @@ declare namespace sap {
|
|
|
5660
5839
|
/**
|
|
5661
5840
|
* Describes the settings that can be provided to the Tab constructor.
|
|
5662
5841
|
*
|
|
5842
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5843
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5844
|
+
* functionality.
|
|
5663
5845
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5664
5846
|
*/
|
|
5665
5847
|
interface $TabSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -5745,6 +5927,9 @@ declare namespace sap {
|
|
|
5745
5927
|
/**
|
|
5746
5928
|
* Describes the settings that can be provided to the TabContainer constructor.
|
|
5747
5929
|
*
|
|
5930
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5931
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5932
|
+
* functionality.
|
|
5748
5933
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5749
5934
|
*/
|
|
5750
5935
|
interface $TabContainerSettings
|
|
@@ -5855,6 +6040,9 @@ declare namespace sap {
|
|
|
5855
6040
|
/**
|
|
5856
6041
|
* Describes the settings that can be provided to the Table constructor.
|
|
5857
6042
|
*
|
|
6043
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6044
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6045
|
+
* functionality.
|
|
5858
6046
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5859
6047
|
*/
|
|
5860
6048
|
interface $TableSettings
|
|
@@ -6043,6 +6231,9 @@ declare namespace sap {
|
|
|
6043
6231
|
/**
|
|
6044
6232
|
* Describes the settings that can be provided to the TableCell constructor.
|
|
6045
6233
|
*
|
|
6234
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6235
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6236
|
+
* functionality.
|
|
6046
6237
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6047
6238
|
*/
|
|
6048
6239
|
interface $TableCellSettings
|
|
@@ -6060,6 +6251,9 @@ declare namespace sap {
|
|
|
6060
6251
|
/**
|
|
6061
6252
|
* Describes the settings that can be provided to the TableColumn constructor.
|
|
6062
6253
|
*
|
|
6254
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6255
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6256
|
+
* functionality.
|
|
6063
6257
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6064
6258
|
*/
|
|
6065
6259
|
interface $TableColumnSettings
|
|
@@ -6121,6 +6315,9 @@ declare namespace sap {
|
|
|
6121
6315
|
/**
|
|
6122
6316
|
* Describes the settings that can be provided to the TableGroupRow constructor.
|
|
6123
6317
|
*
|
|
6318
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6319
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6320
|
+
* functionality.
|
|
6124
6321
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
6125
6322
|
*/
|
|
6126
6323
|
interface $TableGroupRowSettings
|
|
@@ -6134,6 +6331,9 @@ declare namespace sap {
|
|
|
6134
6331
|
/**
|
|
6135
6332
|
* Describes the settings that can be provided to the TableRow constructor.
|
|
6136
6333
|
*
|
|
6334
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6335
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6336
|
+
* functionality.
|
|
6137
6337
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6138
6338
|
*/
|
|
6139
6339
|
interface $TableRowSettings
|
|
@@ -6184,6 +6384,9 @@ declare namespace sap {
|
|
|
6184
6384
|
/**
|
|
6185
6385
|
* Describes the settings that can be provided to the TabSeparator constructor.
|
|
6186
6386
|
*
|
|
6387
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6388
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6389
|
+
* functionality.
|
|
6187
6390
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6188
6391
|
*/
|
|
6189
6392
|
interface $TabSeparatorSettings
|
|
@@ -6192,6 +6395,9 @@ declare namespace sap {
|
|
|
6192
6395
|
/**
|
|
6193
6396
|
* Describes the settings that can be provided to the TextArea constructor.
|
|
6194
6397
|
*
|
|
6398
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6399
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6400
|
+
* functionality.
|
|
6195
6401
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6196
6402
|
*/
|
|
6197
6403
|
interface $TextAreaSettings
|
|
@@ -6359,6 +6565,9 @@ declare namespace sap {
|
|
|
6359
6565
|
/**
|
|
6360
6566
|
* Describes the settings that can be provided to the TimePicker constructor.
|
|
6361
6567
|
*
|
|
6568
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6569
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6570
|
+
* functionality.
|
|
6362
6571
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6363
6572
|
*/
|
|
6364
6573
|
interface $TimePickerSettings
|
|
@@ -6454,6 +6663,9 @@ declare namespace sap {
|
|
|
6454
6663
|
/**
|
|
6455
6664
|
* Describes the settings that can be provided to the Title constructor.
|
|
6456
6665
|
*
|
|
6666
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6667
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6668
|
+
* functionality.
|
|
6457
6669
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6458
6670
|
*/
|
|
6459
6671
|
interface $TitleSettings
|
|
@@ -6492,6 +6704,9 @@ declare namespace sap {
|
|
|
6492
6704
|
/**
|
|
6493
6705
|
* Describes the settings that can be provided to the Toast constructor.
|
|
6494
6706
|
*
|
|
6707
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6708
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6709
|
+
* functionality.
|
|
6495
6710
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6496
6711
|
*/
|
|
6497
6712
|
interface $ToastSettings
|
|
@@ -6541,6 +6756,9 @@ declare namespace sap {
|
|
|
6541
6756
|
/**
|
|
6542
6757
|
* Describes the settings that can be provided to the ToggleButton constructor.
|
|
6543
6758
|
*
|
|
6759
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6760
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6761
|
+
* functionality.
|
|
6544
6762
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6545
6763
|
*/
|
|
6546
6764
|
interface $ToggleButtonSettings
|
|
@@ -6658,6 +6876,9 @@ declare namespace sap {
|
|
|
6658
6876
|
/**
|
|
6659
6877
|
* Describes the settings that can be provided to the Token constructor.
|
|
6660
6878
|
*
|
|
6879
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6880
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6881
|
+
* functionality.
|
|
6661
6882
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6662
6883
|
*/
|
|
6663
6884
|
interface $TokenSettings
|
|
@@ -6705,6 +6926,9 @@ declare namespace sap {
|
|
|
6705
6926
|
/**
|
|
6706
6927
|
* Describes the settings that can be provided to the Toolbar constructor.
|
|
6707
6928
|
*
|
|
6929
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6930
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6931
|
+
* functionality.
|
|
6708
6932
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6709
6933
|
*/
|
|
6710
6934
|
interface $ToolbarSettings
|
|
@@ -6747,6 +6971,9 @@ declare namespace sap {
|
|
|
6747
6971
|
/**
|
|
6748
6972
|
* Describes the settings that can be provided to the ToolbarButton constructor.
|
|
6749
6973
|
*
|
|
6974
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6975
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6976
|
+
* functionality.
|
|
6750
6977
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6751
6978
|
*/
|
|
6752
6979
|
interface $ToolbarButtonSettings
|
|
@@ -6857,6 +7084,9 @@ declare namespace sap {
|
|
|
6857
7084
|
/**
|
|
6858
7085
|
* Describes the settings that can be provided to the ToolbarSelect constructor.
|
|
6859
7086
|
*
|
|
7087
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7088
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7089
|
+
* functionality.
|
|
6860
7090
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6861
7091
|
*/
|
|
6862
7092
|
interface $ToolbarSelectSettings
|
|
@@ -6939,6 +7169,9 @@ declare namespace sap {
|
|
|
6939
7169
|
/**
|
|
6940
7170
|
* Describes the settings that can be provided to the ToolbarSelectOption constructor.
|
|
6941
7171
|
*
|
|
7172
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7173
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7174
|
+
* functionality.
|
|
6942
7175
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6943
7176
|
*/
|
|
6944
7177
|
interface $ToolbarSelectOptionSettings
|
|
@@ -6960,6 +7193,9 @@ declare namespace sap {
|
|
|
6960
7193
|
/**
|
|
6961
7194
|
* Describes the settings that can be provided to the ToolbarSeparator constructor.
|
|
6962
7195
|
*
|
|
7196
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7197
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7198
|
+
* functionality.
|
|
6963
7199
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6964
7200
|
*/
|
|
6965
7201
|
interface $ToolbarSeparatorSettings
|
|
@@ -6968,6 +7204,9 @@ declare namespace sap {
|
|
|
6968
7204
|
/**
|
|
6969
7205
|
* Describes the settings that can be provided to the ToolbarSpacer constructor.
|
|
6970
7206
|
*
|
|
7207
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7208
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7209
|
+
* functionality.
|
|
6971
7210
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
6972
7211
|
*/
|
|
6973
7212
|
interface $ToolbarSpacerSettings
|
|
@@ -6988,6 +7227,9 @@ declare namespace sap {
|
|
|
6988
7227
|
/**
|
|
6989
7228
|
* Describes the settings that can be provided to the Tree constructor.
|
|
6990
7229
|
*
|
|
7230
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7231
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7232
|
+
* functionality.
|
|
6991
7233
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6992
7234
|
*/
|
|
6993
7235
|
interface $TreeSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -7119,6 +7361,9 @@ declare namespace sap {
|
|
|
7119
7361
|
/**
|
|
7120
7362
|
* Describes the settings that can be provided to the TreeItem constructor.
|
|
7121
7363
|
*
|
|
7364
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7365
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7366
|
+
* functionality.
|
|
7122
7367
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7123
7368
|
*/
|
|
7124
7369
|
interface $TreeItemSettings
|
|
@@ -7268,6 +7513,9 @@ declare namespace sap {
|
|
|
7268
7513
|
/**
|
|
7269
7514
|
* Describes the settings that can be provided to the TreeItemCustom constructor.
|
|
7270
7515
|
*
|
|
7516
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7517
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7518
|
+
* functionality.
|
|
7271
7519
|
* @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
|
|
7272
7520
|
*/
|
|
7273
7521
|
interface $TreeItemCustomSettings
|
|
@@ -8333,11 +8581,15 @@ declare namespace sap {
|
|
|
8333
8581
|
*
|
|
8334
8582
|
*
|
|
8335
8583
|
* @since 1.92.0
|
|
8584
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8585
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8586
|
+
* functionality.
|
|
8336
8587
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8337
8588
|
*/
|
|
8338
8589
|
class Avatar
|
|
8339
8590
|
extends sap.ui.core.webc.WebComponent
|
|
8340
|
-
implements sap.ui.webc.main.IAvatar
|
|
8591
|
+
implements sap.ui.webc.main.IAvatar
|
|
8592
|
+
{
|
|
8341
8593
|
__implements__sap_ui_webc_main_IAvatar: boolean;
|
|
8342
8594
|
/**
|
|
8343
8595
|
* Constructor for a new `Avatar`.
|
|
@@ -8969,6 +9221,9 @@ declare namespace sap {
|
|
|
8969
9221
|
*
|
|
8970
9222
|
*
|
|
8971
9223
|
* @since 1.92.0
|
|
9224
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9225
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9226
|
+
* functionality.
|
|
8972
9227
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8973
9228
|
*/
|
|
8974
9229
|
class AvatarGroup extends sap.ui.core.webc.WebComponent {
|
|
@@ -9361,6 +9616,9 @@ declare namespace sap {
|
|
|
9361
9616
|
* theme.
|
|
9362
9617
|
*
|
|
9363
9618
|
* @since 1.92.0
|
|
9619
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9620
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9621
|
+
* functionality.
|
|
9364
9622
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9365
9623
|
*/
|
|
9366
9624
|
class Badge extends sap.ui.core.webc.WebComponent {
|
|
@@ -9595,6 +9853,9 @@ declare namespace sap {
|
|
|
9595
9853
|
*
|
|
9596
9854
|
*
|
|
9597
9855
|
* @since 1.95.0
|
|
9856
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9857
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9858
|
+
* functionality.
|
|
9598
9859
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
9599
9860
|
*/
|
|
9600
9861
|
class Breadcrumbs extends sap.ui.core.webc.WebComponent {
|
|
@@ -9917,11 +10178,15 @@ declare namespace sap {
|
|
|
9917
10178
|
* The `sap.ui.webc.main.BreadcrumbsItem` component defines the content of an item in `sap.ui.webc.main.Breadcrumbs`.
|
|
9918
10179
|
*
|
|
9919
10180
|
* @since 1.95.0
|
|
10181
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10182
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10183
|
+
* functionality.
|
|
9920
10184
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
9921
10185
|
*/
|
|
9922
10186
|
class BreadcrumbsItem
|
|
9923
10187
|
extends sap.ui.core.webc.WebComponent
|
|
9924
|
-
implements sap.ui.webc.main.IBreadcrumbsItem
|
|
10188
|
+
implements sap.ui.webc.main.IBreadcrumbsItem
|
|
10189
|
+
{
|
|
9925
10190
|
__implements__sap_ui_webc_main_IBreadcrumbsItem: boolean;
|
|
9926
10191
|
/**
|
|
9927
10192
|
* Constructor for a new `BreadcrumbsItem`.
|
|
@@ -10150,6 +10415,9 @@ declare namespace sap {
|
|
|
10150
10415
|
* - Do not show multiple busy indicators at once.
|
|
10151
10416
|
*
|
|
10152
10417
|
* @since 1.92.0
|
|
10418
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10419
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10420
|
+
* functionality.
|
|
10153
10421
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10154
10422
|
*/
|
|
10155
10423
|
class BusyIndicator extends sap.ui.core.webc.WebComponent {
|
|
@@ -10491,11 +10759,15 @@ declare namespace sap {
|
|
|
10491
10759
|
* - button - Used to style the native button element
|
|
10492
10760
|
*
|
|
10493
10761
|
* @since 1.92.0
|
|
10762
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10763
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10764
|
+
* functionality.
|
|
10494
10765
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10495
10766
|
*/
|
|
10496
10767
|
class Button
|
|
10497
10768
|
extends sap.ui.core.webc.WebComponent
|
|
10498
|
-
implements sap.ui.webc.main.IButton, sap.ui.core.IFormContent
|
|
10769
|
+
implements sap.ui.webc.main.IButton, sap.ui.core.IFormContent
|
|
10770
|
+
{
|
|
10499
10771
|
__implements__sap_ui_webc_main_IButton: boolean;
|
|
10500
10772
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
10501
10773
|
/**
|
|
@@ -11094,6 +11366,9 @@ declare namespace sap {
|
|
|
11094
11366
|
* `
|
|
11095
11367
|
*
|
|
11096
11368
|
* @since 1.92.0
|
|
11369
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11370
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11371
|
+
* functionality.
|
|
11097
11372
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11098
11373
|
*/
|
|
11099
11374
|
class Calendar extends sap.ui.core.webc.WebComponent {
|
|
@@ -11565,11 +11840,15 @@ declare namespace sap {
|
|
|
11565
11840
|
* The `sap.ui.webc.main.CalendarDate` component defines a calendar date to be used inside `sap.ui.webc.main.Calendar`
|
|
11566
11841
|
*
|
|
11567
11842
|
* @since 1.92.0
|
|
11843
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11844
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11845
|
+
* functionality.
|
|
11568
11846
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11569
11847
|
*/
|
|
11570
11848
|
class CalendarDate
|
|
11571
11849
|
extends sap.ui.core.webc.WebComponent
|
|
11572
|
-
implements sap.ui.webc.main.ICalendarDate
|
|
11850
|
+
implements sap.ui.webc.main.ICalendarDate
|
|
11851
|
+
{
|
|
11573
11852
|
__implements__sap_ui_webc_main_ICalendarDate: boolean;
|
|
11574
11853
|
/**
|
|
11575
11854
|
* Constructor for a new `CalendarDate`.
|
|
@@ -11673,6 +11952,9 @@ declare namespace sap {
|
|
|
11673
11952
|
* taken for keyboard handling, styling and accessibility.
|
|
11674
11953
|
*
|
|
11675
11954
|
* @since 1.92.0
|
|
11955
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11956
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11957
|
+
* functionality.
|
|
11676
11958
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11677
11959
|
*/
|
|
11678
11960
|
class Card extends sap.ui.core.webc.WebComponent {
|
|
@@ -12032,11 +12314,15 @@ declare namespace sap {
|
|
|
12032
12314
|
* - status - Used to style the status of the CardHeader
|
|
12033
12315
|
*
|
|
12034
12316
|
* @since 1.95.0
|
|
12317
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
12318
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12319
|
+
* functionality.
|
|
12035
12320
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
12036
12321
|
*/
|
|
12037
12322
|
class CardHeader
|
|
12038
12323
|
extends sap.ui.core.webc.WebComponent
|
|
12039
|
-
implements sap.ui.webc.main.ICardHeader
|
|
12324
|
+
implements sap.ui.webc.main.ICardHeader
|
|
12325
|
+
{
|
|
12040
12326
|
__implements__sap_ui_webc_main_ICardHeader: boolean;
|
|
12041
12327
|
/**
|
|
12042
12328
|
* Constructor for a new `CardHeader`.
|
|
@@ -12494,6 +12780,9 @@ declare namespace sap {
|
|
|
12494
12780
|
* - content - Used to style the content of the component
|
|
12495
12781
|
*
|
|
12496
12782
|
* @since 1.92.0
|
|
12783
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
12784
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12785
|
+
* functionality.
|
|
12497
12786
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12498
12787
|
*/
|
|
12499
12788
|
class Carousel extends sap.ui.core.webc.WebComponent {
|
|
@@ -13116,11 +13405,15 @@ declare namespace sap {
|
|
|
13116
13405
|
*
|
|
13117
13406
|
*
|
|
13118
13407
|
* @since 1.92.0
|
|
13408
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13409
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13410
|
+
* functionality.
|
|
13119
13411
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13120
13412
|
*/
|
|
13121
13413
|
class CheckBox
|
|
13122
13414
|
extends sap.ui.core.webc.WebComponent
|
|
13123
|
-
implements sap.ui.core.IFormContent
|
|
13415
|
+
implements sap.ui.core.IFormContent
|
|
13416
|
+
{
|
|
13124
13417
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
13125
13418
|
/**
|
|
13126
13419
|
* Constructor for a new `CheckBox`.
|
|
@@ -13684,6 +13977,9 @@ declare namespace sap {
|
|
|
13684
13977
|
* of the `sap.ui.webc.main.ColorPalette`.
|
|
13685
13978
|
*
|
|
13686
13979
|
* @since 1.92.0
|
|
13980
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13981
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13982
|
+
* functionality.
|
|
13687
13983
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13688
13984
|
*/
|
|
13689
13985
|
class ColorPalette extends sap.ui.core.webc.WebComponent {
|
|
@@ -13911,11 +14207,15 @@ declare namespace sap {
|
|
|
13911
14207
|
* The `sap.ui.webc.main.ColorPaletteItem` component represents a color in the the `sap.ui.webc.main.ColorPalette`.
|
|
13912
14208
|
*
|
|
13913
14209
|
* @since 1.92.0
|
|
14210
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14211
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14212
|
+
* functionality.
|
|
13914
14213
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13915
14214
|
*/
|
|
13916
14215
|
class ColorPaletteItem
|
|
13917
14216
|
extends sap.ui.core.webc.WebComponent
|
|
13918
|
-
implements sap.ui.webc.main.IColorPaletteItem
|
|
14217
|
+
implements sap.ui.webc.main.IColorPaletteItem
|
|
14218
|
+
{
|
|
13919
14219
|
__implements__sap_ui_webc_main_IColorPaletteItem: boolean;
|
|
13920
14220
|
/**
|
|
13921
14221
|
* Constructor for a new `ColorPaletteItem`.
|
|
@@ -14025,6 +14325,9 @@ declare namespace sap {
|
|
|
14025
14325
|
* and spend large amount of time to configure the right color through the color picker.
|
|
14026
14326
|
*
|
|
14027
14327
|
* @since 1.97.0
|
|
14328
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14329
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14330
|
+
* functionality.
|
|
14028
14331
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
14029
14332
|
*/
|
|
14030
14333
|
class ColorPalettePopover extends sap.ui.core.webc.WebComponent {
|
|
@@ -14387,6 +14690,9 @@ declare namespace sap {
|
|
|
14387
14690
|
*
|
|
14388
14691
|
*
|
|
14389
14692
|
* @since 1.92.0
|
|
14693
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14694
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14695
|
+
* functionality.
|
|
14390
14696
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14391
14697
|
*/
|
|
14392
14698
|
class ColorPicker extends sap.ui.core.webc.WebComponent {
|
|
@@ -14595,11 +14901,15 @@ declare namespace sap {
|
|
|
14595
14901
|
* selects the last item.
|
|
14596
14902
|
*
|
|
14597
14903
|
* @since 1.92.0
|
|
14904
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14905
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14906
|
+
* functionality.
|
|
14598
14907
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14599
14908
|
*/
|
|
14600
14909
|
class ComboBox
|
|
14601
14910
|
extends sap.ui.core.webc.WebComponent
|
|
14602
|
-
implements sap.ui.core.IFormContent
|
|
14911
|
+
implements sap.ui.core.IFormContent
|
|
14912
|
+
{
|
|
14603
14913
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
14604
14914
|
/**
|
|
14605
14915
|
* Constructor for a new `ComboBox`.
|
|
@@ -15428,11 +15738,15 @@ declare namespace sap {
|
|
|
15428
15738
|
* suggestions into groups.
|
|
15429
15739
|
*
|
|
15430
15740
|
* @since 1.95.0
|
|
15741
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15742
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15743
|
+
* functionality.
|
|
15431
15744
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
15432
15745
|
*/
|
|
15433
15746
|
class ComboBoxGroupItem
|
|
15434
15747
|
extends sap.ui.core.webc.WebComponent
|
|
15435
|
-
implements sap.ui.webc.main.IComboBoxItem
|
|
15748
|
+
implements sap.ui.webc.main.IComboBoxItem
|
|
15749
|
+
{
|
|
15436
15750
|
__implements__sap_ui_webc_main_IComboBoxItem: boolean;
|
|
15437
15751
|
/**
|
|
15438
15752
|
* Constructor for a new `ComboBoxGroupItem`.
|
|
@@ -15530,11 +15844,15 @@ declare namespace sap {
|
|
|
15530
15844
|
* The `sap.ui.webc.main.ComboBoxItem` represents the item for a `sap.ui.webc.main.ComboBox`.
|
|
15531
15845
|
*
|
|
15532
15846
|
* @since 1.92.0
|
|
15847
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15848
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15849
|
+
* functionality.
|
|
15533
15850
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15534
15851
|
*/
|
|
15535
15852
|
class ComboBoxItem
|
|
15536
15853
|
extends sap.ui.core.webc.WebComponent
|
|
15537
|
-
implements sap.ui.webc.main.IComboBoxItem
|
|
15854
|
+
implements sap.ui.webc.main.IComboBoxItem
|
|
15855
|
+
{
|
|
15538
15856
|
__implements__sap_ui_webc_main_IComboBoxItem: boolean;
|
|
15539
15857
|
/**
|
|
15540
15858
|
* Constructor for a new `ComboBoxItem`.
|
|
@@ -15676,11 +15994,15 @@ declare namespace sap {
|
|
|
15676
15994
|
* - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
|
|
15677
15995
|
*
|
|
15678
15996
|
* @since 1.92.0
|
|
15997
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
15998
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
15999
|
+
* functionality.
|
|
15679
16000
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
15680
16001
|
*/
|
|
15681
16002
|
class CustomListItem
|
|
15682
16003
|
extends sap.ui.core.webc.WebComponent
|
|
15683
|
-
implements sap.ui.webc.main.IListItem
|
|
16004
|
+
implements sap.ui.webc.main.IListItem
|
|
16005
|
+
{
|
|
15684
16006
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
15685
16007
|
/**
|
|
15686
16008
|
* Constructor for a new `CustomListItem`.
|
|
@@ -16169,11 +16491,15 @@ declare namespace sap {
|
|
|
16169
16491
|
*
|
|
16170
16492
|
*
|
|
16171
16493
|
* @since 1.92.0
|
|
16494
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
16495
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
16496
|
+
* functionality.
|
|
16172
16497
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
16173
16498
|
*/
|
|
16174
16499
|
class DatePicker
|
|
16175
16500
|
extends sap.ui.core.webc.WebComponent
|
|
16176
|
-
implements sap.ui.core.IFormContent
|
|
16501
|
+
implements sap.ui.core.IFormContent
|
|
16502
|
+
{
|
|
16177
16503
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
16178
16504
|
/**
|
|
16179
16505
|
* Constructor for a new `DatePicker`.
|
|
@@ -17010,11 +17336,15 @@ declare namespace sap {
|
|
|
17010
17336
|
* - [SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one
|
|
17011
17337
|
*
|
|
17012
17338
|
* @since 1.92.0
|
|
17339
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
17340
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
17341
|
+
* functionality.
|
|
17013
17342
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
17014
17343
|
*/
|
|
17015
17344
|
class DateRangePicker
|
|
17016
17345
|
extends sap.ui.core.webc.WebComponent
|
|
17017
|
-
implements sap.ui.core.IFormContent
|
|
17346
|
+
implements sap.ui.core.IFormContent
|
|
17347
|
+
{
|
|
17018
17348
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
17019
17349
|
/**
|
|
17020
17350
|
* Constructor for a new `DateRangePicker`.
|
|
@@ -17931,11 +18261,15 @@ declare namespace sap {
|
|
|
17931
18261
|
* or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
|
|
17932
18262
|
*
|
|
17933
18263
|
* @since 1.92.0
|
|
18264
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
18265
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
18266
|
+
* functionality.
|
|
17934
18267
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
17935
18268
|
*/
|
|
17936
18269
|
class DateTimePicker
|
|
17937
18270
|
extends sap.ui.core.webc.WebComponent
|
|
17938
|
-
implements sap.ui.core.IFormContent
|
|
18271
|
+
implements sap.ui.core.IFormContent
|
|
18272
|
+
{
|
|
17939
18273
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
17940
18274
|
/**
|
|
17941
18275
|
* Constructor for a new `DateTimePicker`.
|
|
@@ -18790,6 +19124,9 @@ declare namespace sap {
|
|
|
18790
19124
|
* inside other components containing z-index. This might break z-index management.
|
|
18791
19125
|
*
|
|
18792
19126
|
* @since 1.92.0
|
|
19127
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
19128
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
19129
|
+
* functionality.
|
|
18793
19130
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
18794
19131
|
*/
|
|
18795
19132
|
class Dialog extends sap.ui.core.webc.WebComponent {
|
|
@@ -19850,11 +20187,15 @@ declare namespace sap {
|
|
|
19850
20187
|
* and "disabled" properties.
|
|
19851
20188
|
*
|
|
19852
20189
|
* @since 1.92.0
|
|
20190
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
20191
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
20192
|
+
* functionality.
|
|
19853
20193
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
19854
20194
|
*/
|
|
19855
20195
|
class FileUploader
|
|
19856
20196
|
extends sap.ui.core.webc.WebComponent
|
|
19857
|
-
implements sap.ui.core.IFormContent
|
|
20197
|
+
implements sap.ui.core.IFormContent
|
|
20198
|
+
{
|
|
19858
20199
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
19859
20200
|
/**
|
|
19860
20201
|
* Constructor for a new `FileUploader`.
|
|
@@ -20406,11 +20747,15 @@ declare namespace sap {
|
|
|
20406
20747
|
* into logical groups.
|
|
20407
20748
|
*
|
|
20408
20749
|
* @since 1.92.0
|
|
20750
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
20751
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
20752
|
+
* functionality.
|
|
20409
20753
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
20410
20754
|
*/
|
|
20411
20755
|
class GroupHeaderListItem
|
|
20412
20756
|
extends sap.ui.core.webc.WebComponent
|
|
20413
|
-
implements sap.ui.webc.main.IListItem
|
|
20757
|
+
implements sap.ui.webc.main.IListItem
|
|
20758
|
+
{
|
|
20414
20759
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
20415
20760
|
/**
|
|
20416
20761
|
* Constructor for a new `GroupHeaderListItem`.
|
|
@@ -20631,11 +20976,15 @@ declare namespace sap {
|
|
|
20631
20976
|
* triggering the click event.
|
|
20632
20977
|
*
|
|
20633
20978
|
* @since 1.92.0
|
|
20979
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
20980
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
20981
|
+
* functionality.
|
|
20634
20982
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
20635
20983
|
*/
|
|
20636
20984
|
class Icon
|
|
20637
20985
|
extends sap.ui.core.webc.WebComponent
|
|
20638
|
-
implements sap.ui.webc.main.IIcon
|
|
20986
|
+
implements sap.ui.webc.main.IIcon
|
|
20987
|
+
{
|
|
20639
20988
|
__implements__sap_ui_webc_main_IIcon: boolean;
|
|
20640
20989
|
/**
|
|
20641
20990
|
* Constructor for a new `Icon`.
|
|
@@ -21181,11 +21530,15 @@ declare namespace sap {
|
|
|
21181
21530
|
* focus is in the input, does nothing.
|
|
21182
21531
|
*
|
|
21183
21532
|
* @since 1.92.0
|
|
21533
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
21534
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
21535
|
+
* functionality.
|
|
21184
21536
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
21185
21537
|
*/
|
|
21186
21538
|
class Input
|
|
21187
21539
|
extends sap.ui.core.webc.WebComponent
|
|
21188
|
-
implements sap.ui.webc.main.IInput, sap.ui.core.IFormContent
|
|
21540
|
+
implements sap.ui.webc.main.IInput, sap.ui.core.IFormContent
|
|
21541
|
+
{
|
|
21189
21542
|
__implements__sap_ui_webc_main_IInput: boolean;
|
|
21190
21543
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
21191
21544
|
/**
|
|
@@ -22263,11 +22616,15 @@ declare namespace sap {
|
|
|
22263
22616
|
* choice of designs, you can use custom styles.
|
|
22264
22617
|
*
|
|
22265
22618
|
* @since 1.92.0
|
|
22619
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
22620
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22621
|
+
* functionality.
|
|
22266
22622
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
22267
22623
|
*/
|
|
22268
22624
|
class Label
|
|
22269
22625
|
extends sap.ui.core.webc.WebComponent
|
|
22270
|
-
implements sap.ui.core.Label
|
|
22626
|
+
implements sap.ui.core.Label
|
|
22627
|
+
{
|
|
22271
22628
|
__implements__sap_ui_core_Label: boolean;
|
|
22272
22629
|
/**
|
|
22273
22630
|
* Constructor for a new `Label`.
|
|
@@ -22525,6 +22882,9 @@ declare namespace sap {
|
|
|
22525
22882
|
* property is set to `"Normal"`, the text is displayed on several lines instead of being truncated.
|
|
22526
22883
|
*
|
|
22527
22884
|
* @since 1.92.0
|
|
22885
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
22886
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
22887
|
+
* functionality.
|
|
22528
22888
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
22529
22889
|
*/
|
|
22530
22890
|
class Link extends sap.ui.core.webc.WebComponent {
|
|
@@ -23076,6 +23436,9 @@ declare namespace sap {
|
|
|
23076
23436
|
* - [DELETE] - Delete an item if `mode` property is `Delete`
|
|
23077
23437
|
*
|
|
23078
23438
|
* @since 1.92.0
|
|
23439
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
23440
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
23441
|
+
* functionality.
|
|
23079
23442
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
23080
23443
|
*/
|
|
23081
23444
|
class List extends sap.ui.core.webc.WebComponent {
|
|
@@ -24282,6 +24645,9 @@ declare namespace sap {
|
|
|
24282
24645
|
*
|
|
24283
24646
|
*
|
|
24284
24647
|
* @since 1.102.0
|
|
24648
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
24649
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
24650
|
+
* functionality.
|
|
24285
24651
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
24286
24652
|
*/
|
|
24287
24653
|
class Menu extends sap.ui.core.webc.WebComponent {
|
|
@@ -24995,11 +25361,15 @@ declare namespace sap {
|
|
|
24995
25361
|
* not intended for public use.
|
|
24996
25362
|
*
|
|
24997
25363
|
* @since 1.102.0
|
|
25364
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
25365
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
25366
|
+
* functionality.
|
|
24998
25367
|
* @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
|
|
24999
25368
|
*/
|
|
25000
25369
|
class MenuItem
|
|
25001
25370
|
extends sap.ui.core.webc.WebComponent
|
|
25002
|
-
implements sap.ui.webc.main.IMenuItem
|
|
25371
|
+
implements sap.ui.webc.main.IMenuItem
|
|
25372
|
+
{
|
|
25003
25373
|
__implements__sap_ui_webc_main_IMenuItem: boolean;
|
|
25004
25374
|
/**
|
|
25005
25375
|
* Constructor for a new `MenuItem`.
|
|
@@ -25404,6 +25774,9 @@ declare namespace sap {
|
|
|
25404
25774
|
* Keyboard Handling:
|
|
25405
25775
|
*
|
|
25406
25776
|
* @since 1.92.0
|
|
25777
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
25778
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
25779
|
+
* functionality.
|
|
25407
25780
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
25408
25781
|
*/
|
|
25409
25782
|
class MessageStrip extends sap.ui.core.webc.WebComponent {
|
|
@@ -25786,11 +26159,15 @@ declare namespace sap {
|
|
|
25786
26159
|
* - token-{index} - Used to style each token(where `token-0` corresponds to the first item)
|
|
25787
26160
|
*
|
|
25788
26161
|
* @since 1.92.0
|
|
26162
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
26163
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
26164
|
+
* functionality.
|
|
25789
26165
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
25790
26166
|
*/
|
|
25791
26167
|
class MultiComboBox
|
|
25792
26168
|
extends sap.ui.core.webc.WebComponent
|
|
25793
|
-
implements sap.ui.core.IFormContent
|
|
26169
|
+
implements sap.ui.core.IFormContent
|
|
26170
|
+
{
|
|
25794
26171
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
25795
26172
|
/**
|
|
25796
26173
|
* Constructor for a new `MultiComboBox`.
|
|
@@ -26736,11 +27113,15 @@ declare namespace sap {
|
|
|
26736
27113
|
* `sap.ui.webc.main.MultiComboBox` suggestions into groups.
|
|
26737
27114
|
*
|
|
26738
27115
|
* @since 1.92.0
|
|
27116
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
27117
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27118
|
+
* functionality.
|
|
26739
27119
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
26740
27120
|
*/
|
|
26741
27121
|
class MultiComboBoxGroupItem
|
|
26742
27122
|
extends sap.ui.core.webc.WebComponent
|
|
26743
|
-
implements sap.ui.webc.main.IMultiComboBoxItem
|
|
27123
|
+
implements sap.ui.webc.main.IMultiComboBoxItem
|
|
27124
|
+
{
|
|
26744
27125
|
__implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
|
|
26745
27126
|
/**
|
|
26746
27127
|
* Constructor for a new `MultiComboBoxGroupItem`.
|
|
@@ -26841,11 +27222,15 @@ declare namespace sap {
|
|
|
26841
27222
|
* The `sap.ui.webc.main.MultiComboBoxItem` represents the item for a `sap.ui.webc.main.MultiComboBox`.
|
|
26842
27223
|
*
|
|
26843
27224
|
* @since 1.92.0
|
|
27225
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
27226
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27227
|
+
* functionality.
|
|
26844
27228
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
26845
27229
|
*/
|
|
26846
27230
|
class MultiComboBoxItem
|
|
26847
27231
|
extends sap.ui.core.webc.WebComponent
|
|
26848
|
-
implements sap.ui.webc.main.IMultiComboBoxItem
|
|
27232
|
+
implements sap.ui.webc.main.IMultiComboBoxItem
|
|
27233
|
+
{
|
|
26849
27234
|
__implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
|
|
26850
27235
|
/**
|
|
26851
27236
|
* Constructor for a new `MultiComboBoxItem`.
|
|
@@ -27008,13 +27393,15 @@ declare namespace sap {
|
|
|
27008
27393
|
* - Select a value from the suggestion list (`suggestion-item-select` event is fired)
|
|
27009
27394
|
*
|
|
27010
27395
|
* @since 1.92.0
|
|
27396
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
27397
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
27398
|
+
* functionality.
|
|
27011
27399
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
27012
27400
|
*/
|
|
27013
27401
|
class MultiInput
|
|
27014
27402
|
extends sap.ui.core.webc.WebComponent
|
|
27015
|
-
implements
|
|
27016
|
-
|
|
27017
|
-
sap.ui.core.ISemanticFormContent {
|
|
27403
|
+
implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent
|
|
27404
|
+
{
|
|
27018
27405
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
27019
27406
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
27020
27407
|
/**
|
|
@@ -28351,11 +28738,15 @@ declare namespace sap {
|
|
|
28351
28738
|
* The `sap.ui.webc.main.Option` component defines the content of an option in the `sap.ui.webc.main.Select`.
|
|
28352
28739
|
*
|
|
28353
28740
|
* @since 1.92.0
|
|
28741
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
28742
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
28743
|
+
* functionality.
|
|
28354
28744
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
28355
28745
|
*/
|
|
28356
28746
|
class Option
|
|
28357
28747
|
extends sap.ui.core.webc.WebComponent
|
|
28358
|
-
implements sap.ui.webc.main.ISelectOption
|
|
28748
|
+
implements sap.ui.webc.main.ISelectOption
|
|
28749
|
+
{
|
|
28359
28750
|
__implements__sap_ui_webc_main_ISelectOption: boolean;
|
|
28360
28751
|
/**
|
|
28361
28752
|
* Constructor for a new `Option`.
|
|
@@ -28633,6 +29024,9 @@ declare namespace sap {
|
|
|
28633
29024
|
* Keyboard Handling:
|
|
28634
29025
|
*
|
|
28635
29026
|
* @since 1.92.0
|
|
29027
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
29028
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
29029
|
+
* functionality.
|
|
28636
29030
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
28637
29031
|
*/
|
|
28638
29032
|
class Panel extends sap.ui.core.webc.WebComponent {
|
|
@@ -29260,6 +29654,9 @@ declare namespace sap {
|
|
|
29260
29654
|
* - footer - Used to style the footer of the component
|
|
29261
29655
|
*
|
|
29262
29656
|
* @since 1.92.0
|
|
29657
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
29658
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
29659
|
+
* functionality.
|
|
29263
29660
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
29264
29661
|
*/
|
|
29265
29662
|
class Popover extends sap.ui.core.webc.WebComponent {
|
|
@@ -30386,11 +30783,15 @@ declare namespace sap {
|
|
|
30386
30783
|
* CSS properties.
|
|
30387
30784
|
*
|
|
30388
30785
|
* @since 1.92.0
|
|
30786
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
30787
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
30788
|
+
* functionality.
|
|
30389
30789
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
30390
30790
|
*/
|
|
30391
30791
|
class ProgressIndicator
|
|
30392
30792
|
extends sap.ui.core.webc.WebComponent
|
|
30393
|
-
implements sap.ui.core.IFormContent
|
|
30793
|
+
implements sap.ui.core.IFormContent
|
|
30794
|
+
{
|
|
30394
30795
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
30395
30796
|
/**
|
|
30396
30797
|
* Constructor for a new `ProgressIndicator`.
|
|
@@ -30702,11 +31103,15 @@ declare namespace sap {
|
|
|
30702
31103
|
* **Note:** On entering radio button group, the focus goes to the currently selected radio button.
|
|
30703
31104
|
*
|
|
30704
31105
|
* @since 1.92.0
|
|
31106
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
31107
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
31108
|
+
* functionality.
|
|
30705
31109
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
30706
31110
|
*/
|
|
30707
31111
|
class RadioButton
|
|
30708
31112
|
extends sap.ui.core.webc.WebComponent
|
|
30709
|
-
implements sap.ui.core.IFormContent
|
|
31113
|
+
implements sap.ui.core.IFormContent
|
|
31114
|
+
{
|
|
30710
31115
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
30711
31116
|
/**
|
|
30712
31117
|
* Constructor for a new `RadioButton`.
|
|
@@ -31287,6 +31692,9 @@ declare namespace sap {
|
|
|
31287
31692
|
*
|
|
31288
31693
|
*
|
|
31289
31694
|
* @since 1.92.0
|
|
31695
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
31696
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
31697
|
+
* functionality.
|
|
31290
31698
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
31291
31699
|
*/
|
|
31292
31700
|
class RangeSlider extends sap.ui.core.webc.WebComponent {
|
|
@@ -31877,11 +32285,15 @@ declare namespace sap {
|
|
|
31877
32285
|
* of values, sets the highest value.
|
|
31878
32286
|
*
|
|
31879
32287
|
* @since 1.92.0
|
|
32288
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
32289
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32290
|
+
* functionality.
|
|
31880
32291
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
31881
32292
|
*/
|
|
31882
32293
|
class RatingIndicator
|
|
31883
32294
|
extends sap.ui.core.webc.WebComponent
|
|
31884
|
-
implements sap.ui.core.IFormContent
|
|
32295
|
+
implements sap.ui.core.IFormContent
|
|
32296
|
+
{
|
|
31885
32297
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
31886
32298
|
/**
|
|
31887
32299
|
* Constructor for a new `RatingIndicator`.
|
|
@@ -32286,6 +32698,9 @@ declare namespace sap {
|
|
|
32286
32698
|
* - footer - Used to style the footer of the component
|
|
32287
32699
|
*
|
|
32288
32700
|
* @since 1.92.0
|
|
32701
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
32702
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
32703
|
+
* functionality.
|
|
32289
32704
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
32290
32705
|
*/
|
|
32291
32706
|
class ResponsivePopover extends sap.ui.core.webc.WebComponent {
|
|
@@ -33372,11 +33787,15 @@ declare namespace sap {
|
|
|
33372
33787
|
* **Note:** There can be just one selected `item` at a time.
|
|
33373
33788
|
*
|
|
33374
33789
|
* @since 1.92.0
|
|
33790
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
33791
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
33792
|
+
* functionality.
|
|
33375
33793
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
33376
33794
|
*/
|
|
33377
33795
|
class SegmentedButton
|
|
33378
33796
|
extends sap.ui.core.webc.WebComponent
|
|
33379
|
-
implements sap.ui.core.IFormContent
|
|
33797
|
+
implements sap.ui.core.IFormContent
|
|
33798
|
+
{
|
|
33380
33799
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
33381
33800
|
/**
|
|
33382
33801
|
* Constructor for a new `SegmentedButton`.
|
|
@@ -33726,11 +34145,15 @@ declare namespace sap {
|
|
|
33726
34145
|
* CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.SegmentedButtonItem`.
|
|
33727
34146
|
*
|
|
33728
34147
|
* @since 1.95.0
|
|
34148
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34149
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34150
|
+
* functionality.
|
|
33729
34151
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
33730
34152
|
*/
|
|
33731
34153
|
class SegmentedButtonItem
|
|
33732
34154
|
extends sap.ui.core.webc.WebComponent
|
|
33733
|
-
implements sap.ui.webc.main.ISegmentedButtonItem
|
|
34155
|
+
implements sap.ui.webc.main.ISegmentedButtonItem
|
|
34156
|
+
{
|
|
33734
34157
|
__implements__sap_ui_webc_main_ISegmentedButtonItem: boolean;
|
|
33735
34158
|
/**
|
|
33736
34159
|
* Constructor for a new `SegmentedButtonItem`.
|
|
@@ -34291,11 +34714,15 @@ declare namespace sap {
|
|
|
34291
34714
|
*
|
|
34292
34715
|
*
|
|
34293
34716
|
* @since 1.92.0
|
|
34717
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
34718
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
34719
|
+
* functionality.
|
|
34294
34720
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
34295
34721
|
*/
|
|
34296
34722
|
class Select
|
|
34297
34723
|
extends sap.ui.core.webc.WebComponent
|
|
34298
|
-
implements sap.ui.core.IFormContent
|
|
34724
|
+
implements sap.ui.core.IFormContent
|
|
34725
|
+
{
|
|
34299
34726
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
34300
34727
|
/**
|
|
34301
34728
|
* Constructor for a new `Select`.
|
|
@@ -35161,6 +35588,9 @@ declare namespace sap {
|
|
|
35161
35588
|
*
|
|
35162
35589
|
*
|
|
35163
35590
|
* @since 1.120.0
|
|
35591
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
35592
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
35593
|
+
* functionality.
|
|
35164
35594
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
35165
35595
|
*/
|
|
35166
35596
|
class SelectMenu extends sap.ui.core.webc.WebComponent {
|
|
@@ -35310,11 +35740,15 @@ declare namespace sap {
|
|
|
35310
35740
|
* Usage:
|
|
35311
35741
|
*
|
|
35312
35742
|
* @since 1.120.0
|
|
35743
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
35744
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
35745
|
+
* functionality.
|
|
35313
35746
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
35314
35747
|
*/
|
|
35315
35748
|
class SelectMenuOption
|
|
35316
35749
|
extends sap.ui.core.webc.WebComponent
|
|
35317
|
-
implements sap.ui.webc.main.ISelectMenuOption
|
|
35750
|
+
implements sap.ui.webc.main.ISelectMenuOption
|
|
35751
|
+
{
|
|
35318
35752
|
__implements__sap_ui_webc_main_ISelectMenuOption: boolean;
|
|
35319
35753
|
/**
|
|
35320
35754
|
* Constructor for a new `SelectMenuOption`.
|
|
@@ -35562,11 +35996,15 @@ declare namespace sap {
|
|
|
35562
35996
|
*
|
|
35563
35997
|
*
|
|
35564
35998
|
* @since 1.92.0
|
|
35999
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
36000
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36001
|
+
* functionality.
|
|
35565
36002
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
35566
36003
|
*/
|
|
35567
36004
|
class Slider
|
|
35568
36005
|
extends sap.ui.core.webc.WebComponent
|
|
35569
|
-
implements sap.ui.core.IFormContent
|
|
36006
|
+
implements sap.ui.core.IFormContent
|
|
36007
|
+
{
|
|
35570
36008
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
35571
36009
|
/**
|
|
35572
36010
|
* Constructor for a new `Slider`.
|
|
@@ -36123,6 +36561,9 @@ declare namespace sap {
|
|
|
36123
36561
|
* - `arrow-click` for the second button (arrow action)
|
|
36124
36562
|
*
|
|
36125
36563
|
* @since 1.99.0
|
|
36564
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
36565
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36566
|
+
* functionality.
|
|
36126
36567
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
36127
36568
|
*/
|
|
36128
36569
|
class SplitButton extends sap.ui.core.webc.WebComponent {
|
|
@@ -36549,11 +36990,15 @@ declare namespace sap {
|
|
|
36549
36990
|
* - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
|
|
36550
36991
|
*
|
|
36551
36992
|
* @since 1.92.0
|
|
36993
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
36994
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
36995
|
+
* functionality.
|
|
36552
36996
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
36553
36997
|
*/
|
|
36554
36998
|
class StandardListItem
|
|
36555
36999
|
extends sap.ui.core.webc.WebComponent
|
|
36556
|
-
implements sap.ui.webc.main.IListItem
|
|
37000
|
+
implements sap.ui.webc.main.IListItem
|
|
37001
|
+
{
|
|
36557
37002
|
__implements__sap_ui_webc_main_IListItem: boolean;
|
|
36558
37003
|
/**
|
|
36559
37004
|
* Constructor for a new `StandardListItem`.
|
|
@@ -37213,11 +37658,15 @@ declare namespace sap {
|
|
|
37213
37658
|
* - To enter dates and times. In this case, use date/time related components instead.
|
|
37214
37659
|
*
|
|
37215
37660
|
* @since 1.92.0
|
|
37661
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
37662
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
37663
|
+
* functionality.
|
|
37216
37664
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
37217
37665
|
*/
|
|
37218
37666
|
class StepInput
|
|
37219
37667
|
extends sap.ui.core.webc.WebComponent
|
|
37220
|
-
implements sap.ui.core.IFormContent
|
|
37668
|
+
implements sap.ui.core.IFormContent
|
|
37669
|
+
{
|
|
37221
37670
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
37222
37671
|
/**
|
|
37223
37672
|
* Constructor for a new `StepInput`.
|
|
@@ -37822,11 +38271,15 @@ declare namespace sap {
|
|
|
37822
38271
|
* `sap.ui.webc.main.Input` suggestions into groups.
|
|
37823
38272
|
*
|
|
37824
38273
|
* @since 1.95.0
|
|
38274
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
38275
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38276
|
+
* functionality.
|
|
37825
38277
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
37826
38278
|
*/
|
|
37827
38279
|
class SuggestionGroupItem
|
|
37828
38280
|
extends sap.ui.core.webc.WebComponent
|
|
37829
|
-
implements sap.ui.webc.main.IInputSuggestionItem
|
|
38281
|
+
implements sap.ui.webc.main.IInputSuggestionItem
|
|
38282
|
+
{
|
|
37830
38283
|
__implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
|
|
37831
38284
|
/**
|
|
37832
38285
|
* Constructor for a new `SuggestionGroupItem`.
|
|
@@ -37924,11 +38377,15 @@ declare namespace sap {
|
|
|
37924
38377
|
* The `sap.ui.webc.main.SuggestionItem` represents the suggestion item of the `sap.ui.webc.main.Input`.
|
|
37925
38378
|
*
|
|
37926
38379
|
* @since 1.92.0
|
|
38380
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
38381
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38382
|
+
* functionality.
|
|
37927
38383
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
37928
38384
|
*/
|
|
37929
38385
|
class SuggestionItem
|
|
37930
38386
|
extends sap.ui.core.webc.WebComponent
|
|
37931
|
-
implements sap.ui.webc.main.IInputSuggestionItem
|
|
38387
|
+
implements sap.ui.webc.main.IInputSuggestionItem
|
|
38388
|
+
{
|
|
37932
38389
|
__implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
|
|
37933
38390
|
/**
|
|
37934
38391
|
* Constructor for a new `SuggestionItem`.
|
|
@@ -38256,11 +38713,15 @@ declare namespace sap {
|
|
|
38256
38713
|
* - handle - Used to style the handle of the switch
|
|
38257
38714
|
*
|
|
38258
38715
|
* @since 1.92.0
|
|
38716
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
38717
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
38718
|
+
* functionality.
|
|
38259
38719
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
38260
38720
|
*/
|
|
38261
38721
|
class Switch
|
|
38262
38722
|
extends sap.ui.core.webc.WebComponent
|
|
38263
|
-
implements sap.ui.core.IFormContent
|
|
38723
|
+
implements sap.ui.core.IFormContent
|
|
38724
|
+
{
|
|
38264
38725
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
38265
38726
|
/**
|
|
38266
38727
|
* Constructor for a new `Switch`.
|
|
@@ -38739,11 +39200,15 @@ declare namespace sap {
|
|
|
38739
39200
|
* that is presented to the user once the tab is selected.
|
|
38740
39201
|
*
|
|
38741
39202
|
* @since 1.92.0
|
|
39203
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
39204
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
39205
|
+
* functionality.
|
|
38742
39206
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
38743
39207
|
*/
|
|
38744
39208
|
class Tab
|
|
38745
39209
|
extends sap.ui.core.webc.WebComponent
|
|
38746
|
-
implements sap.ui.webc.main.ITab
|
|
39210
|
+
implements sap.ui.webc.main.ITab
|
|
39211
|
+
{
|
|
38747
39212
|
__implements__sap_ui_webc_main_ITab: boolean;
|
|
38748
39213
|
/**
|
|
38749
39214
|
* Constructor for a new `Tab`.
|
|
@@ -39206,6 +39671,9 @@ declare namespace sap {
|
|
|
39206
39671
|
* Keyboard Handling:
|
|
39207
39672
|
*
|
|
39208
39673
|
* @since 1.92.0
|
|
39674
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
39675
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
39676
|
+
* functionality.
|
|
39209
39677
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
39210
39678
|
*/
|
|
39211
39679
|
class TabContainer extends sap.ui.core.webc.WebComponent {
|
|
@@ -39790,6 +40258,9 @@ declare namespace sap {
|
|
|
39790
40258
|
* - [CTRL]+[HOME]/[END] - Same behavior as HOME & END.
|
|
39791
40259
|
*
|
|
39792
40260
|
* @since 1.92.0
|
|
40261
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
40262
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
40263
|
+
* functionality.
|
|
39793
40264
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
39794
40265
|
*/
|
|
39795
40266
|
class Table extends sap.ui.core.webc.WebComponent {
|
|
@@ -40800,11 +41271,15 @@ declare namespace sap {
|
|
|
40800
41271
|
* - cell - Used to style the native `td` element
|
|
40801
41272
|
*
|
|
40802
41273
|
* @since 1.92.0
|
|
41274
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41275
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41276
|
+
* functionality.
|
|
40803
41277
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
40804
41278
|
*/
|
|
40805
41279
|
class TableCell
|
|
40806
41280
|
extends sap.ui.core.webc.WebComponent
|
|
40807
|
-
implements sap.ui.webc.main.ITableCell
|
|
41281
|
+
implements sap.ui.webc.main.ITableCell
|
|
41282
|
+
{
|
|
40808
41283
|
__implements__sap_ui_webc_main_ITableCell: boolean;
|
|
40809
41284
|
/**
|
|
40810
41285
|
* Constructor for a new `TableCell`.
|
|
@@ -40960,11 +41435,15 @@ declare namespace sap {
|
|
|
40960
41435
|
* - column - Used to style the native `th` element
|
|
40961
41436
|
*
|
|
40962
41437
|
* @since 1.92.0
|
|
41438
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41439
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41440
|
+
* functionality.
|
|
40963
41441
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
40964
41442
|
*/
|
|
40965
41443
|
class TableColumn
|
|
40966
41444
|
extends sap.ui.core.webc.WebComponent
|
|
40967
|
-
implements sap.ui.webc.main.ITableColumn
|
|
41445
|
+
implements sap.ui.webc.main.ITableColumn
|
|
41446
|
+
{
|
|
40968
41447
|
__implements__sap_ui_webc_main_ITableColumn: boolean;
|
|
40969
41448
|
/**
|
|
40970
41449
|
* Constructor for a new `TableColumn`.
|
|
@@ -41265,11 +41744,15 @@ declare namespace sap {
|
|
|
41265
41744
|
* - group-row - Used to style the native `tr` element.
|
|
41266
41745
|
*
|
|
41267
41746
|
* @since 1.95.0
|
|
41747
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41748
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41749
|
+
* functionality.
|
|
41268
41750
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
41269
41751
|
*/
|
|
41270
41752
|
class TableGroupRow
|
|
41271
41753
|
extends sap.ui.core.webc.WebComponent
|
|
41272
|
-
implements sap.ui.webc.main.ITableRow
|
|
41754
|
+
implements sap.ui.webc.main.ITableRow
|
|
41755
|
+
{
|
|
41273
41756
|
__implements__sap_ui_webc_main_ITableRow: boolean;
|
|
41274
41757
|
/**
|
|
41275
41758
|
* Constructor for a new `TableGroupRow`.
|
|
@@ -41377,11 +41860,15 @@ declare namespace sap {
|
|
|
41377
41860
|
* - popin-row - Used to style the `tr` element when a row pops in
|
|
41378
41861
|
*
|
|
41379
41862
|
* @since 1.92.0
|
|
41863
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
41864
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
41865
|
+
* functionality.
|
|
41380
41866
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41381
41867
|
*/
|
|
41382
41868
|
class TableRow
|
|
41383
41869
|
extends sap.ui.core.webc.WebComponent
|
|
41384
|
-
implements sap.ui.webc.main.ITableRow
|
|
41870
|
+
implements sap.ui.webc.main.ITableRow
|
|
41871
|
+
{
|
|
41385
41872
|
__implements__sap_ui_webc_main_ITableRow: boolean;
|
|
41386
41873
|
/**
|
|
41387
41874
|
* Constructor for a new `TableRow`.
|
|
@@ -41630,11 +42117,15 @@ declare namespace sap {
|
|
|
41630
42117
|
* The `sap.ui.webc.main.TabSeparator` represents a vertical line to separate tabs inside a `sap.ui.webc.main.TabContainer`.
|
|
41631
42118
|
*
|
|
41632
42119
|
* @since 1.92.0
|
|
42120
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42121
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42122
|
+
* functionality.
|
|
41633
42123
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41634
42124
|
*/
|
|
41635
42125
|
class TabSeparator
|
|
41636
42126
|
extends sap.ui.core.webc.WebComponent
|
|
41637
|
-
implements sap.ui.webc.main.ITab
|
|
42127
|
+
implements sap.ui.webc.main.ITab
|
|
42128
|
+
{
|
|
41638
42129
|
__implements__sap_ui_webc_main_ITab: boolean;
|
|
41639
42130
|
/**
|
|
41640
42131
|
* Constructor for a new `TabSeparator`.
|
|
@@ -41727,11 +42218,15 @@ declare namespace sap {
|
|
|
41727
42218
|
* - textarea - Used to style the native textarea
|
|
41728
42219
|
*
|
|
41729
42220
|
* @since 1.92.0
|
|
42221
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
42222
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
42223
|
+
* functionality.
|
|
41730
42224
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
41731
42225
|
*/
|
|
41732
42226
|
class TextArea
|
|
41733
42227
|
extends sap.ui.core.webc.WebComponent
|
|
41734
|
-
implements sap.ui.core.IFormContent
|
|
42228
|
+
implements sap.ui.core.IFormContent
|
|
42229
|
+
{
|
|
41735
42230
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
41736
42231
|
/**
|
|
41737
42232
|
* Constructor for a new `TextArea`.
|
|
@@ -42540,11 +43035,15 @@ declare namespace sap {
|
|
|
42540
43035
|
* is pressed, the first clock is beind displayed.
|
|
42541
43036
|
*
|
|
42542
43037
|
* @since 1.92.0
|
|
43038
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
43039
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43040
|
+
* functionality.
|
|
42543
43041
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
42544
43042
|
*/
|
|
42545
43043
|
class TimePicker
|
|
42546
43044
|
extends sap.ui.core.webc.WebComponent
|
|
42547
|
-
implements sap.ui.core.IFormContent
|
|
43045
|
+
implements sap.ui.core.IFormContent
|
|
43046
|
+
{
|
|
42548
43047
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
42549
43048
|
/**
|
|
42550
43049
|
* Constructor for a new `TimePicker`.
|
|
@@ -43081,6 +43580,9 @@ declare namespace sap {
|
|
|
43081
43580
|
* text with explicit header/title semantics.
|
|
43082
43581
|
*
|
|
43083
43582
|
* @since 1.92.0
|
|
43583
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
43584
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43585
|
+
* functionality.
|
|
43084
43586
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
43085
43587
|
*/
|
|
43086
43588
|
class Title extends sap.ui.core.webc.WebComponent {
|
|
@@ -43279,6 +43781,9 @@ declare namespace sap {
|
|
|
43279
43781
|
* - You want users to be able to copy some part of the message text.
|
|
43280
43782
|
*
|
|
43281
43783
|
* @since 1.92.0
|
|
43784
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
43785
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
43786
|
+
* functionality.
|
|
43282
43787
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
43283
43788
|
*/
|
|
43284
43789
|
class Toast extends sap.ui.core.webc.WebComponent {
|
|
@@ -43510,6 +44015,9 @@ declare namespace sap {
|
|
|
43510
44015
|
* CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.ToggleButton`.
|
|
43511
44016
|
*
|
|
43512
44017
|
* @since 1.92.0
|
|
44018
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44019
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44020
|
+
* functionality.
|
|
43513
44021
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
43514
44022
|
*/
|
|
43515
44023
|
class ToggleButton extends sap.ui.core.webc.WebComponent {
|
|
@@ -44034,11 +44542,15 @@ declare namespace sap {
|
|
|
44034
44542
|
* items.
|
|
44035
44543
|
*
|
|
44036
44544
|
* @since 1.92.0
|
|
44545
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44546
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44547
|
+
* functionality.
|
|
44037
44548
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
44038
44549
|
*/
|
|
44039
44550
|
class Token
|
|
44040
44551
|
extends sap.ui.core.webc.WebComponent
|
|
44041
|
-
implements sap.ui.webc.main.IToken
|
|
44552
|
+
implements sap.ui.webc.main.IToken
|
|
44553
|
+
{
|
|
44042
44554
|
__implements__sap_ui_webc_main_IToken: boolean;
|
|
44043
44555
|
/**
|
|
44044
44556
|
* Constructor for a new `Token`.
|
|
@@ -44367,6 +44879,9 @@ declare namespace sap {
|
|
|
44367
44879
|
*
|
|
44368
44880
|
*
|
|
44369
44881
|
* @since 1.120.0
|
|
44882
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
44883
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
44884
|
+
* functionality.
|
|
44370
44885
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
44371
44886
|
*/
|
|
44372
44887
|
class Toolbar extends sap.ui.core.webc.WebComponent {
|
|
@@ -44606,11 +45121,15 @@ declare namespace sap {
|
|
|
44606
45121
|
* Overview: The `sap.ui.webc.main.ToolbarButton` represents an abstract action, used in the `sap.ui.webc.main.Toolbar`.
|
|
44607
45122
|
*
|
|
44608
45123
|
* @since 1.120.0
|
|
45124
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
45125
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45126
|
+
* functionality.
|
|
44609
45127
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
44610
45128
|
*/
|
|
44611
45129
|
class ToolbarButton
|
|
44612
45130
|
extends sap.ui.core.webc.WebComponent
|
|
44613
|
-
implements sap.ui.webc.main.IToolbarItem
|
|
45131
|
+
implements sap.ui.webc.main.IToolbarItem
|
|
45132
|
+
{
|
|
44614
45133
|
__implements__sap_ui_webc_main_IToolbarItem: boolean;
|
|
44615
45134
|
/**
|
|
44616
45135
|
* Constructor for a new `ToolbarButton`.
|
|
@@ -45096,11 +45615,15 @@ declare namespace sap {
|
|
|
45096
45615
|
* component.
|
|
45097
45616
|
*
|
|
45098
45617
|
* @since 1.120.0
|
|
45618
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
45619
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
45620
|
+
* functionality.
|
|
45099
45621
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
45100
45622
|
*/
|
|
45101
45623
|
class ToolbarSelect
|
|
45102
45624
|
extends sap.ui.core.webc.WebComponent
|
|
45103
|
-
implements sap.ui.webc.main.IToolbarItem
|
|
45625
|
+
implements sap.ui.webc.main.IToolbarItem
|
|
45626
|
+
{
|
|
45104
45627
|
__implements__sap_ui_webc_main_IToolbarItem: boolean;
|
|
45105
45628
|
/**
|
|
45106
45629
|
* Constructor for a new `ToolbarSelect`.
|
|
@@ -45659,11 +46182,15 @@ declare namespace sap {
|
|
|
45659
46182
|
* The `sap.ui.webc.main.ToolbarSelectOption` component defines the content of an option in the `sap.ui.webc.main.ToolbarSelect`.
|
|
45660
46183
|
*
|
|
45661
46184
|
* @since 1.120.0
|
|
46185
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46186
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46187
|
+
* functionality.
|
|
45662
46188
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
45663
46189
|
*/
|
|
45664
46190
|
class ToolbarSelectOption
|
|
45665
46191
|
extends sap.ui.core.webc.WebComponent
|
|
45666
|
-
implements sap.ui.webc.main.IToolbarSelectOption
|
|
46192
|
+
implements sap.ui.webc.main.IToolbarSelectOption
|
|
46193
|
+
{
|
|
45667
46194
|
__implements__sap_ui_webc_main_IToolbarSelectOption: boolean;
|
|
45668
46195
|
/**
|
|
45669
46196
|
* Constructor for a new `ToolbarSelectOption`.
|
|
@@ -45791,11 +46318,15 @@ declare namespace sap {
|
|
|
45791
46318
|
* elements. It takes no space in calculating toolbar items width.
|
|
45792
46319
|
*
|
|
45793
46320
|
* @since 1.120.0
|
|
46321
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46322
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46323
|
+
* functionality.
|
|
45794
46324
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
45795
46325
|
*/
|
|
45796
46326
|
class ToolbarSeparator
|
|
45797
46327
|
extends sap.ui.core.webc.WebComponent
|
|
45798
|
-
implements sap.ui.webc.main.IToolbarItem
|
|
46328
|
+
implements sap.ui.webc.main.IToolbarItem
|
|
46329
|
+
{
|
|
45799
46330
|
__implements__sap_ui_webc_main_IToolbarItem: boolean;
|
|
45800
46331
|
/**
|
|
45801
46332
|
* Constructor for a new `ToolbarSeparator`.
|
|
@@ -45871,11 +46402,15 @@ declare namespace sap {
|
|
|
45871
46402
|
* items to take 100% width. It takes no space in calculating toolbar items width.
|
|
45872
46403
|
*
|
|
45873
46404
|
* @since 1.120.0
|
|
46405
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46406
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46407
|
+
* functionality.
|
|
45874
46408
|
* @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
|
|
45875
46409
|
*/
|
|
45876
46410
|
class ToolbarSpacer
|
|
45877
46411
|
extends sap.ui.core.webc.WebComponent
|
|
45878
|
-
implements sap.ui.webc.main.IToolbarItem
|
|
46412
|
+
implements sap.ui.webc.main.IToolbarItem
|
|
46413
|
+
{
|
|
45879
46414
|
__implements__sap_ui_webc_main_IToolbarItem: boolean;
|
|
45880
46415
|
/**
|
|
45881
46416
|
* Constructor for a new `ToolbarSpacer`.
|
|
@@ -46007,6 +46542,9 @@ declare namespace sap {
|
|
|
46007
46542
|
* - [ENTER] - Selects the currently focused item upon keydown.
|
|
46008
46543
|
*
|
|
46009
46544
|
* @since 1.92.0
|
|
46545
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
46546
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
46547
|
+
* functionality.
|
|
46010
46548
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
46011
46549
|
*/
|
|
46012
46550
|
class Tree extends sap.ui.core.webc.WebComponent {
|
|
@@ -47002,11 +47540,15 @@ declare namespace sap {
|
|
|
47002
47540
|
* - icon - Used to style the icon of the tree list item
|
|
47003
47541
|
*
|
|
47004
47542
|
* @since 1.92.0
|
|
47543
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
47544
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
47545
|
+
* functionality.
|
|
47005
47546
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
47006
47547
|
*/
|
|
47007
47548
|
class TreeItem
|
|
47008
47549
|
extends sap.ui.core.webc.WebComponent
|
|
47009
|
-
implements sap.ui.webc.main.ITreeItem
|
|
47550
|
+
implements sap.ui.webc.main.ITreeItem
|
|
47551
|
+
{
|
|
47010
47552
|
__implements__sap_ui_webc_main_ITreeItem: boolean;
|
|
47011
47553
|
/**
|
|
47012
47554
|
* Constructor for a new `TreeItem`.
|
|
@@ -47679,11 +48221,15 @@ declare namespace sap {
|
|
|
47679
48221
|
* - icon - Used to style the icon of the tree list item
|
|
47680
48222
|
*
|
|
47681
48223
|
* @since 1.115.0
|
|
48224
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
48225
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
48226
|
+
* functionality.
|
|
47682
48227
|
* @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
|
|
47683
48228
|
*/
|
|
47684
48229
|
class TreeItemCustom
|
|
47685
48230
|
extends sap.ui.core.webc.WebComponent
|
|
47686
|
-
implements sap.ui.webc.main.ITreeItem
|
|
48231
|
+
implements sap.ui.webc.main.ITreeItem
|
|
48232
|
+
{
|
|
47687
48233
|
__implements__sap_ui_webc_main_ITreeItem: boolean;
|
|
47688
48234
|
/**
|
|
47689
48235
|
* Constructor for a new `TreeItemCustom`.
|