@openui5/ts-types 1.120.15 → 1.120.16
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 +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -2
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +171 -1
- package/types/sap.ui.webc.main.d.ts +495 -1
- package/types/sap.uxap.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.16
|
|
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 fiori {
|
|
@@ -153,6 +155,9 @@ declare namespace sap {
|
|
|
153
155
|
/**
|
|
154
156
|
* Describes the settings that can be provided to the Bar constructor.
|
|
155
157
|
*
|
|
158
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
159
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
160
|
+
* functionality.
|
|
156
161
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
157
162
|
*/
|
|
158
163
|
interface $BarSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -203,6 +208,9 @@ declare namespace sap {
|
|
|
203
208
|
/**
|
|
204
209
|
* Describes the settings that can be provided to the BarcodeScannerDialog constructor.
|
|
205
210
|
*
|
|
211
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
212
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
213
|
+
* functionality.
|
|
206
214
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
207
215
|
*/
|
|
208
216
|
interface $BarcodeScannerDialogSettings
|
|
@@ -221,6 +229,9 @@ declare namespace sap {
|
|
|
221
229
|
/**
|
|
222
230
|
* Describes the settings that can be provided to the DynamicSideContent constructor.
|
|
223
231
|
*
|
|
232
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
233
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
234
|
+
* functionality.
|
|
224
235
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
225
236
|
*/
|
|
226
237
|
interface $DynamicSideContentSettings
|
|
@@ -332,6 +343,9 @@ declare namespace sap {
|
|
|
332
343
|
/**
|
|
333
344
|
* Describes the settings that can be provided to the FilterItem constructor.
|
|
334
345
|
*
|
|
346
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
347
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
348
|
+
* functionality.
|
|
335
349
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
336
350
|
*/
|
|
337
351
|
interface $FilterItemSettings
|
|
@@ -361,6 +375,9 @@ declare namespace sap {
|
|
|
361
375
|
/**
|
|
362
376
|
* Describes the settings that can be provided to the FilterItemOption constructor.
|
|
363
377
|
*
|
|
378
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
379
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
380
|
+
* functionality.
|
|
364
381
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
365
382
|
*/
|
|
366
383
|
interface $FilterItemOptionSettings
|
|
@@ -382,6 +399,9 @@ declare namespace sap {
|
|
|
382
399
|
/**
|
|
383
400
|
* Describes the settings that can be provided to the FlexibleColumnLayout constructor.
|
|
384
401
|
*
|
|
402
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
403
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
404
|
+
* functionality.
|
|
385
405
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
386
406
|
*/
|
|
387
407
|
interface $FlexibleColumnLayoutSettings
|
|
@@ -495,6 +515,9 @@ declare namespace sap {
|
|
|
495
515
|
/**
|
|
496
516
|
* Describes the settings that can be provided to the IllustratedMessage constructor.
|
|
497
517
|
*
|
|
518
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
519
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
520
|
+
* functionality.
|
|
498
521
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
499
522
|
*/
|
|
500
523
|
interface $IllustratedMessageSettings
|
|
@@ -572,6 +595,9 @@ declare namespace sap {
|
|
|
572
595
|
/**
|
|
573
596
|
* Describes the settings that can be provided to the MediaGallery constructor.
|
|
574
597
|
*
|
|
598
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
599
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
600
|
+
* functionality.
|
|
575
601
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
576
602
|
*/
|
|
577
603
|
interface $MediaGallerySettings
|
|
@@ -668,6 +694,9 @@ declare namespace sap {
|
|
|
668
694
|
/**
|
|
669
695
|
* Describes the settings that can be provided to the MediaGalleryItem constructor.
|
|
670
696
|
*
|
|
697
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
698
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
699
|
+
* functionality.
|
|
671
700
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
672
701
|
*/
|
|
673
702
|
interface $MediaGalleryItemSettings
|
|
@@ -715,6 +744,9 @@ declare namespace sap {
|
|
|
715
744
|
/**
|
|
716
745
|
* Describes the settings that can be provided to the NotificationAction constructor.
|
|
717
746
|
*
|
|
747
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
748
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
749
|
+
* functionality.
|
|
718
750
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
719
751
|
*/
|
|
720
752
|
interface $NotificationActionSettings
|
|
@@ -758,6 +790,9 @@ declare namespace sap {
|
|
|
758
790
|
/**
|
|
759
791
|
* Describes the settings that can be provided to the NotificationListGroupItem constructor.
|
|
760
792
|
*
|
|
793
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
794
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
795
|
+
* functionality.
|
|
761
796
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
762
797
|
*/
|
|
763
798
|
interface $NotificationListGroupItemSettings
|
|
@@ -868,6 +903,9 @@ declare namespace sap {
|
|
|
868
903
|
/**
|
|
869
904
|
* Describes the settings that can be provided to the NotificationListItem constructor.
|
|
870
905
|
*
|
|
906
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
907
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
908
|
+
* functionality.
|
|
871
909
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
872
910
|
*/
|
|
873
911
|
interface $NotificationListItemSettings
|
|
@@ -985,6 +1023,9 @@ declare namespace sap {
|
|
|
985
1023
|
/**
|
|
986
1024
|
* Describes the settings that can be provided to the Page constructor.
|
|
987
1025
|
*
|
|
1026
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1027
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1028
|
+
* functionality.
|
|
988
1029
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
989
1030
|
*/
|
|
990
1031
|
interface $PageSettings extends sap.ui.core.webc.$WebComponentSettings {
|
|
@@ -1065,6 +1106,9 @@ declare namespace sap {
|
|
|
1065
1106
|
/**
|
|
1066
1107
|
* Describes the settings that can be provided to the ProductSwitch constructor.
|
|
1067
1108
|
*
|
|
1109
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1110
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1111
|
+
* functionality.
|
|
1068
1112
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1069
1113
|
*/
|
|
1070
1114
|
interface $ProductSwitchSettings
|
|
@@ -1082,6 +1126,9 @@ declare namespace sap {
|
|
|
1082
1126
|
/**
|
|
1083
1127
|
* Describes the settings that can be provided to the ProductSwitchItem constructor.
|
|
1084
1128
|
*
|
|
1129
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1130
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1131
|
+
* functionality.
|
|
1085
1132
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1086
1133
|
*/
|
|
1087
1134
|
interface $ProductSwitchItemSettings
|
|
@@ -1136,6 +1183,9 @@ declare namespace sap {
|
|
|
1136
1183
|
/**
|
|
1137
1184
|
* Describes the settings that can be provided to the ShellBar constructor.
|
|
1138
1185
|
*
|
|
1186
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1187
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1188
|
+
* functionality.
|
|
1139
1189
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1140
1190
|
*/
|
|
1141
1191
|
interface $ShellBarSettings
|
|
@@ -1331,6 +1381,9 @@ declare namespace sap {
|
|
|
1331
1381
|
/**
|
|
1332
1382
|
* Describes the settings that can be provided to the ShellBarItem constructor.
|
|
1333
1383
|
*
|
|
1384
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1385
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1386
|
+
* functionality.
|
|
1334
1387
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1335
1388
|
*/
|
|
1336
1389
|
interface $ShellBarItemSettings
|
|
@@ -1361,6 +1414,9 @@ declare namespace sap {
|
|
|
1361
1414
|
/**
|
|
1362
1415
|
* Describes the settings that can be provided to the SideNavigation constructor.
|
|
1363
1416
|
*
|
|
1417
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1418
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1419
|
+
* functionality.
|
|
1364
1420
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1365
1421
|
*/
|
|
1366
1422
|
interface $SideNavigationSettings
|
|
@@ -1422,6 +1478,9 @@ declare namespace sap {
|
|
|
1422
1478
|
/**
|
|
1423
1479
|
* Describes the settings that can be provided to the SideNavigationItem constructor.
|
|
1424
1480
|
*
|
|
1481
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1482
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1483
|
+
* functionality.
|
|
1425
1484
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1426
1485
|
*/
|
|
1427
1486
|
interface $SideNavigationItemSettings
|
|
@@ -1486,6 +1545,9 @@ declare namespace sap {
|
|
|
1486
1545
|
/**
|
|
1487
1546
|
* Describes the settings that can be provided to the SideNavigationSubItem constructor.
|
|
1488
1547
|
*
|
|
1548
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1549
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1550
|
+
* functionality.
|
|
1489
1551
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1490
1552
|
*/
|
|
1491
1553
|
interface $SideNavigationSubItemSettings
|
|
@@ -1522,6 +1584,9 @@ declare namespace sap {
|
|
|
1522
1584
|
/**
|
|
1523
1585
|
* Describes the settings that can be provided to the SortItem constructor.
|
|
1524
1586
|
*
|
|
1587
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1588
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1589
|
+
* functionality.
|
|
1525
1590
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
1526
1591
|
*/
|
|
1527
1592
|
interface $SortItemSettings
|
|
@@ -1543,6 +1608,9 @@ declare namespace sap {
|
|
|
1543
1608
|
/**
|
|
1544
1609
|
* Describes the settings that can be provided to the Timeline constructor.
|
|
1545
1610
|
*
|
|
1611
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1612
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1613
|
+
* functionality.
|
|
1546
1614
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1547
1615
|
*/
|
|
1548
1616
|
interface $TimelineSettings
|
|
@@ -1597,6 +1665,9 @@ declare namespace sap {
|
|
|
1597
1665
|
/**
|
|
1598
1666
|
* Describes the settings that can be provided to the TimelineItem constructor.
|
|
1599
1667
|
*
|
|
1668
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1669
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1670
|
+
* functionality.
|
|
1600
1671
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1601
1672
|
*/
|
|
1602
1673
|
interface $TimelineItemSettings
|
|
@@ -1654,6 +1725,9 @@ declare namespace sap {
|
|
|
1654
1725
|
/**
|
|
1655
1726
|
* Describes the settings that can be provided to the UploadCollection constructor.
|
|
1656
1727
|
*
|
|
1728
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1729
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1730
|
+
* functionality.
|
|
1657
1731
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1658
1732
|
*/
|
|
1659
1733
|
interface $UploadCollectionSettings
|
|
@@ -1763,6 +1837,9 @@ declare namespace sap {
|
|
|
1763
1837
|
/**
|
|
1764
1838
|
* Describes the settings that can be provided to the UploadCollectionItem constructor.
|
|
1765
1839
|
*
|
|
1840
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
1841
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
1842
|
+
* functionality.
|
|
1766
1843
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1767
1844
|
*/
|
|
1768
1845
|
interface $UploadCollectionItemSettings
|
|
@@ -1951,6 +2028,9 @@ declare namespace sap {
|
|
|
1951
2028
|
/**
|
|
1952
2029
|
* Describes the settings that can be provided to the ViewSettingsDialog constructor.
|
|
1953
2030
|
*
|
|
2031
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2032
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2033
|
+
* functionality.
|
|
1954
2034
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
1955
2035
|
*/
|
|
1956
2036
|
interface $ViewSettingsDialogSettings
|
|
@@ -1994,6 +2074,9 @@ declare namespace sap {
|
|
|
1994
2074
|
/**
|
|
1995
2075
|
* Describes the settings that can be provided to the Wizard constructor.
|
|
1996
2076
|
*
|
|
2077
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2078
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2079
|
+
* functionality.
|
|
1997
2080
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
1998
2081
|
*/
|
|
1999
2082
|
interface $WizardSettings
|
|
@@ -2035,6 +2118,9 @@ declare namespace sap {
|
|
|
2035
2118
|
/**
|
|
2036
2119
|
* Describes the settings that can be provided to the WizardStep constructor.
|
|
2037
2120
|
*
|
|
2121
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2122
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2123
|
+
* functionality.
|
|
2038
2124
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2039
2125
|
*/
|
|
2040
2126
|
interface $WizardStepSettings
|
|
@@ -2527,6 +2613,9 @@ declare namespace sap {
|
|
|
2527
2613
|
* Keyboard Handling:
|
|
2528
2614
|
*
|
|
2529
2615
|
* @since 1.92.0
|
|
2616
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2617
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2618
|
+
* functionality.
|
|
2530
2619
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
2531
2620
|
*/
|
|
2532
2621
|
class Bar
|
|
@@ -2897,6 +2986,9 @@ declare namespace sap {
|
|
|
2897
2986
|
* documentation.
|
|
2898
2987
|
*
|
|
2899
2988
|
* @since 1.95.0
|
|
2989
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2990
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2991
|
+
* functionality.
|
|
2900
2992
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
2901
2993
|
*/
|
|
2902
2994
|
class BarcodeScannerDialog extends sap.ui.core.webc.WebComponent {
|
|
@@ -3192,6 +3284,9 @@ declare namespace sap {
|
|
|
3192
3284
|
* 720 px and can only be viewed by triggering it.
|
|
3193
3285
|
*
|
|
3194
3286
|
* @since 1.99.0
|
|
3287
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3288
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3289
|
+
* functionality.
|
|
3195
3290
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
3196
3291
|
*/
|
|
3197
3292
|
class DynamicSideContent extends sap.ui.core.webc.WebComponent {
|
|
@@ -3740,6 +3835,9 @@ declare namespace sap {
|
|
|
3740
3835
|
* Usage:
|
|
3741
3836
|
*
|
|
3742
3837
|
* @since 1.97.0
|
|
3838
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3839
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3840
|
+
* functionality.
|
|
3743
3841
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
3744
3842
|
*/
|
|
3745
3843
|
class FilterItem
|
|
@@ -3950,6 +4048,9 @@ declare namespace sap {
|
|
|
3950
4048
|
* Usage:
|
|
3951
4049
|
*
|
|
3952
4050
|
* @since 1.97.0
|
|
4051
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4052
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4053
|
+
* functionality.
|
|
3953
4054
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
3954
4055
|
*/
|
|
3955
4056
|
class FilterItemOption
|
|
@@ -4101,6 +4202,9 @@ declare namespace sap {
|
|
|
4101
4202
|
* Keyboard Handling:
|
|
4102
4203
|
*
|
|
4103
4204
|
* @since 1.92.0
|
|
4205
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4206
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4207
|
+
* functionality.
|
|
4104
4208
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4105
4209
|
*/
|
|
4106
4210
|
class FlexibleColumnLayout extends sap.ui.core.webc.WebComponent {
|
|
@@ -4606,6 +4710,9 @@ declare namespace sap {
|
|
|
4606
4710
|
* a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
|
|
4607
4711
|
*
|
|
4608
4712
|
* @since 1.95.0
|
|
4713
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4714
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4715
|
+
* functionality.
|
|
4609
4716
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
4610
4717
|
*/
|
|
4611
4718
|
class IllustratedMessage extends sap.ui.core.webc.WebComponent {
|
|
@@ -5009,6 +5116,9 @@ declare namespace sap {
|
|
|
5009
5116
|
*
|
|
5010
5117
|
*
|
|
5011
5118
|
* @since 1.99.0
|
|
5119
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5120
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5121
|
+
* functionality.
|
|
5012
5122
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5013
5123
|
*/
|
|
5014
5124
|
class MediaGallery extends sap.ui.core.webc.WebComponent {
|
|
@@ -5595,6 +5705,9 @@ declare namespace sap {
|
|
|
5595
5705
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
5596
5706
|
*
|
|
5597
5707
|
* @since 1.99.0
|
|
5708
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5709
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5710
|
+
* functionality.
|
|
5598
5711
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5599
5712
|
*/
|
|
5600
5713
|
class MediaGalleryItem
|
|
@@ -5816,6 +5929,9 @@ declare namespace sap {
|
|
|
5816
5929
|
* and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
|
|
5817
5930
|
*
|
|
5818
5931
|
* @since 1.92.0
|
|
5932
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5933
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5934
|
+
* functionality.
|
|
5819
5935
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5820
5936
|
*/
|
|
5821
5937
|
class NotificationAction
|
|
@@ -6111,6 +6227,9 @@ declare namespace sap {
|
|
|
6111
6227
|
* - title-text - Used to style the titleText of the notification list group item
|
|
6112
6228
|
*
|
|
6113
6229
|
* @since 1.92.0
|
|
6230
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6231
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6232
|
+
* functionality.
|
|
6114
6233
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6115
6234
|
*/
|
|
6116
6235
|
class NotificationListGroupItem
|
|
@@ -6790,6 +6909,9 @@ declare namespace sap {
|
|
|
6790
6909
|
* - title-text - Used to style the titleText of the notification list item
|
|
6791
6910
|
*
|
|
6792
6911
|
* @since 1.92.0
|
|
6912
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6913
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6914
|
+
* functionality.
|
|
6793
6915
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6794
6916
|
*/
|
|
6795
6917
|
class NotificationListItem
|
|
@@ -7430,6 +7552,9 @@ declare namespace sap {
|
|
|
7430
7552
|
* - content - Used to style the content section of the component
|
|
7431
7553
|
*
|
|
7432
7554
|
* @since 1.92.0
|
|
7555
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7556
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7557
|
+
* functionality.
|
|
7433
7558
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7434
7559
|
*/
|
|
7435
7560
|
class Page extends sap.ui.core.webc.WebComponent {
|
|
@@ -7825,6 +7950,9 @@ declare namespace sap {
|
|
|
7825
7950
|
*
|
|
7826
7951
|
*
|
|
7827
7952
|
* @since 1.92.0
|
|
7953
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7954
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7955
|
+
* functionality.
|
|
7828
7956
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7829
7957
|
*/
|
|
7830
7958
|
class ProductSwitch extends sap.ui.core.webc.WebComponent {
|
|
@@ -7985,6 +8113,9 @@ declare namespace sap {
|
|
|
7985
8113
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
7986
8114
|
*
|
|
7987
8115
|
* @since 1.92.0
|
|
8116
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8117
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8118
|
+
* functionality.
|
|
7988
8119
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7989
8120
|
*/
|
|
7990
8121
|
class ProductSwitchItem
|
|
@@ -8335,6 +8466,9 @@ declare namespace sap {
|
|
|
8335
8466
|
* Keyboard Handling:
|
|
8336
8467
|
*
|
|
8337
8468
|
* @since 1.92.0
|
|
8469
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8470
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8471
|
+
* functionality.
|
|
8338
8472
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8339
8473
|
*/
|
|
8340
8474
|
class ShellBar extends sap.ui.core.webc.WebComponent {
|
|
@@ -9527,6 +9661,9 @@ declare namespace sap {
|
|
|
9527
9661
|
}
|
|
9528
9662
|
/**
|
|
9529
9663
|
* @since 1.92.0
|
|
9664
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9665
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9666
|
+
* functionality.
|
|
9530
9667
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9531
9668
|
*/
|
|
9532
9669
|
class ShellBarItem
|
|
@@ -9789,6 +9926,9 @@ declare namespace sap {
|
|
|
9789
9926
|
* Keyboard Handling:
|
|
9790
9927
|
*
|
|
9791
9928
|
* @since 1.92.0
|
|
9929
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9930
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9931
|
+
* functionality.
|
|
9792
9932
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9793
9933
|
*/
|
|
9794
9934
|
class SideNavigation extends sap.ui.core.webc.WebComponent {
|
|
@@ -10217,6 +10357,9 @@ declare namespace sap {
|
|
|
10217
10357
|
* the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
|
|
10218
10358
|
*
|
|
10219
10359
|
* @since 1.92.0
|
|
10360
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10361
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10362
|
+
* functionality.
|
|
10220
10363
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10221
10364
|
*/
|
|
10222
10365
|
class SideNavigationItem
|
|
@@ -10611,6 +10754,9 @@ declare namespace sap {
|
|
|
10611
10754
|
* only.
|
|
10612
10755
|
*
|
|
10613
10756
|
* @since 1.92.0
|
|
10757
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10758
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10759
|
+
* functionality.
|
|
10614
10760
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10615
10761
|
*/
|
|
10616
10762
|
class SideNavigationSubItem
|
|
@@ -10866,6 +11012,9 @@ declare namespace sap {
|
|
|
10866
11012
|
* Usage:
|
|
10867
11013
|
*
|
|
10868
11014
|
* @since 1.97.0
|
|
11015
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11016
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11017
|
+
* functionality.
|
|
10869
11018
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
10870
11019
|
*/
|
|
10871
11020
|
class SortItem
|
|
@@ -11004,6 +11153,9 @@ declare namespace sap {
|
|
|
11004
11153
|
* integrated within SAP Jam.
|
|
11005
11154
|
*
|
|
11006
11155
|
* @since 1.92.0
|
|
11156
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11157
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11158
|
+
* functionality.
|
|
11007
11159
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11008
11160
|
*/
|
|
11009
11161
|
class Timeline extends sap.ui.core.webc.WebComponent {
|
|
@@ -11269,6 +11421,9 @@ declare namespace sap {
|
|
|
11269
11421
|
* An entry posted on the timeline.
|
|
11270
11422
|
*
|
|
11271
11423
|
* @since 1.92.0
|
|
11424
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11425
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11426
|
+
* functionality.
|
|
11272
11427
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11273
11428
|
*/
|
|
11274
11429
|
class TimelineItem
|
|
@@ -11657,6 +11812,9 @@ declare namespace sap {
|
|
|
11657
11812
|
* of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
|
|
11658
11813
|
*
|
|
11659
11814
|
* @since 1.92.0
|
|
11815
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11816
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11817
|
+
* functionality.
|
|
11660
11818
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11661
11819
|
*/
|
|
11662
11820
|
class UploadCollection extends sap.ui.core.webc.WebComponent {
|
|
@@ -12345,6 +12503,9 @@ declare namespace sap {
|
|
|
12345
12503
|
* Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
|
|
12346
12504
|
*
|
|
12347
12505
|
* @since 1.92.0
|
|
12506
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
12507
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12508
|
+
* functionality.
|
|
12348
12509
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12349
12510
|
*/
|
|
12350
12511
|
class UploadCollectionItem
|
|
@@ -13396,6 +13557,9 @@ declare namespace sap {
|
|
|
13396
13557
|
* Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
|
|
13397
13558
|
*
|
|
13398
13559
|
* @since 1.95.0
|
|
13560
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13561
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13562
|
+
* functionality.
|
|
13399
13563
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
13400
13564
|
*/
|
|
13401
13565
|
class ViewSettingsDialog extends sap.ui.core.webc.WebComponent {
|
|
@@ -13986,6 +14150,9 @@ declare namespace sap {
|
|
|
13986
14150
|
* a dialog.
|
|
13987
14151
|
*
|
|
13988
14152
|
* @since 1.92.0
|
|
14153
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14154
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14155
|
+
* functionality.
|
|
13989
14156
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
13990
14157
|
*/
|
|
13991
14158
|
class Wizard extends sap.ui.core.webc.WebComponent {
|
|
@@ -14281,6 +14448,9 @@ declare namespace sap {
|
|
|
14281
14448
|
* component and should not be used standalone.
|
|
14282
14449
|
*
|
|
14283
14450
|
* @since 1.92.0
|
|
14451
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14452
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14453
|
+
* functionality.
|
|
14284
14454
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14285
14455
|
*/
|
|
14286
14456
|
class WizardStep
|