@openui5/ts-types 1.124.0 → 1.124.2
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 +174 -22
- 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 +42 -30
- 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 +29 -7
- 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 +6 -3
- 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 +5 -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
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -118,8 +118,11 @@ declare namespace sap {
|
|
|
118
118
|
|
|
119
119
|
/**
|
|
120
120
|
* Implements a plugin to enable a special multi-selection behavior:
|
|
121
|
-
* -
|
|
122
|
-
*
|
|
121
|
+
* - Select All checkbox for selecting rows up to the set limit.
|
|
122
|
+
* If the number of selected rows is smaller than the limit, all these rows can be selected at once with
|
|
123
|
+
* a single operation. If there are more rows than the limit, the first x rows are selected until the limit
|
|
124
|
+
* x has been reached.
|
|
125
|
+
* - Dedicated Deselect All button for removing the selection
|
|
123
126
|
* - The number of indices which can be selected in a range is defined by the `limit` property. If the
|
|
124
127
|
* user tries to select more indices, the selection is automatically limited, and the table scrolls to the
|
|
125
128
|
* last selected index.
|
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6,6 +6,8 @@ declare namespace sap {
|
|
|
6
6
|
* Namespace for UI5 Web Components Retrofit libraries
|
|
7
7
|
*
|
|
8
8
|
* @since 1.92.0
|
|
9
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. An alternative
|
|
10
|
+
* consumption model is planned for the future.
|
|
9
11
|
* @experimental (since 1.92.0)
|
|
10
12
|
*/
|
|
11
13
|
namespace webc {
|
|
@@ -13,6 +15,8 @@ declare namespace sap {
|
|
|
13
15
|
* UI5 library: sap.ui.webc.common
|
|
14
16
|
*
|
|
15
17
|
* @since 1.92.0
|
|
18
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. An alternative
|
|
19
|
+
* consumption model is planned for the future.
|
|
16
20
|
* @experimental (since 1.92.0)
|
|
17
21
|
*/
|
|
18
22
|
namespace common {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.2
|
|
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
|
|
@@ -2898,6 +2987,9 @@ declare namespace sap {
|
|
|
2898
2987
|
* documentation.
|
|
2899
2988
|
*
|
|
2900
2989
|
* @since 1.95.0
|
|
2990
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
2991
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
2992
|
+
* functionality.
|
|
2901
2993
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
2902
2994
|
*/
|
|
2903
2995
|
class BarcodeScannerDialog extends sap.ui.core.webc.WebComponent {
|
|
@@ -3193,6 +3285,9 @@ declare namespace sap {
|
|
|
3193
3285
|
* 720 px and can only be viewed by triggering it.
|
|
3194
3286
|
*
|
|
3195
3287
|
* @since 1.99.0
|
|
3288
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3289
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3290
|
+
* functionality.
|
|
3196
3291
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
3197
3292
|
*/
|
|
3198
3293
|
class DynamicSideContent extends sap.ui.core.webc.WebComponent {
|
|
@@ -3741,6 +3836,9 @@ declare namespace sap {
|
|
|
3741
3836
|
* Usage:
|
|
3742
3837
|
*
|
|
3743
3838
|
* @since 1.97.0
|
|
3839
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
3840
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
3841
|
+
* functionality.
|
|
3744
3842
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
3745
3843
|
*/
|
|
3746
3844
|
class FilterItem
|
|
@@ -3952,6 +4050,9 @@ declare namespace sap {
|
|
|
3952
4050
|
* Usage:
|
|
3953
4051
|
*
|
|
3954
4052
|
* @since 1.97.0
|
|
4053
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4054
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4055
|
+
* functionality.
|
|
3955
4056
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
3956
4057
|
*/
|
|
3957
4058
|
class FilterItemOption
|
|
@@ -4104,6 +4205,9 @@ declare namespace sap {
|
|
|
4104
4205
|
* Keyboard Handling:
|
|
4105
4206
|
*
|
|
4106
4207
|
* @since 1.92.0
|
|
4208
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4209
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4210
|
+
* functionality.
|
|
4107
4211
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
4108
4212
|
*/
|
|
4109
4213
|
class FlexibleColumnLayout extends sap.ui.core.webc.WebComponent {
|
|
@@ -4609,6 +4713,9 @@ declare namespace sap {
|
|
|
4609
4713
|
* a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
|
|
4610
4714
|
*
|
|
4611
4715
|
* @since 1.95.0
|
|
4716
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
4717
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
4718
|
+
* functionality.
|
|
4612
4719
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
4613
4720
|
*/
|
|
4614
4721
|
class IllustratedMessage extends sap.ui.core.webc.WebComponent {
|
|
@@ -5012,6 +5119,9 @@ declare namespace sap {
|
|
|
5012
5119
|
*
|
|
5013
5120
|
*
|
|
5014
5121
|
* @since 1.99.0
|
|
5122
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5123
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5124
|
+
* functionality.
|
|
5015
5125
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5016
5126
|
*/
|
|
5017
5127
|
class MediaGallery extends sap.ui.core.webc.WebComponent {
|
|
@@ -5598,6 +5708,9 @@ declare namespace sap {
|
|
|
5598
5708
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
5599
5709
|
*
|
|
5600
5710
|
* @since 1.99.0
|
|
5711
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5712
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5713
|
+
* functionality.
|
|
5601
5714
|
* @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
|
|
5602
5715
|
*/
|
|
5603
5716
|
class MediaGalleryItem
|
|
@@ -5820,6 +5933,9 @@ declare namespace sap {
|
|
|
5820
5933
|
* and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
|
|
5821
5934
|
*
|
|
5822
5935
|
* @since 1.92.0
|
|
5936
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
5937
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
5938
|
+
* functionality.
|
|
5823
5939
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
5824
5940
|
*/
|
|
5825
5941
|
class NotificationAction
|
|
@@ -6116,6 +6232,9 @@ declare namespace sap {
|
|
|
6116
6232
|
* - title-text - Used to style the titleText of the notification list group item
|
|
6117
6233
|
*
|
|
6118
6234
|
* @since 1.92.0
|
|
6235
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6236
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6237
|
+
* functionality.
|
|
6119
6238
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6120
6239
|
*/
|
|
6121
6240
|
class NotificationListGroupItem
|
|
@@ -6796,6 +6915,9 @@ declare namespace sap {
|
|
|
6796
6915
|
* - title-text - Used to style the titleText of the notification list item
|
|
6797
6916
|
*
|
|
6798
6917
|
* @since 1.92.0
|
|
6918
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
6919
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
6920
|
+
* functionality.
|
|
6799
6921
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
6800
6922
|
*/
|
|
6801
6923
|
class NotificationListItem
|
|
@@ -7437,6 +7559,9 @@ declare namespace sap {
|
|
|
7437
7559
|
* - content - Used to style the content section of the component
|
|
7438
7560
|
*
|
|
7439
7561
|
* @since 1.92.0
|
|
7562
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7563
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7564
|
+
* functionality.
|
|
7440
7565
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7441
7566
|
*/
|
|
7442
7567
|
class Page extends sap.ui.core.webc.WebComponent {
|
|
@@ -7832,6 +7957,9 @@ declare namespace sap {
|
|
|
7832
7957
|
*
|
|
7833
7958
|
*
|
|
7834
7959
|
* @since 1.92.0
|
|
7960
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
7961
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
7962
|
+
* functionality.
|
|
7835
7963
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7836
7964
|
*/
|
|
7837
7965
|
class ProductSwitch extends sap.ui.core.webc.WebComponent {
|
|
@@ -7992,6 +8120,9 @@ declare namespace sap {
|
|
|
7992
8120
|
* - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
|
|
7993
8121
|
*
|
|
7994
8122
|
* @since 1.92.0
|
|
8123
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8124
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8125
|
+
* functionality.
|
|
7995
8126
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
7996
8127
|
*/
|
|
7997
8128
|
class ProductSwitchItem
|
|
@@ -8343,6 +8474,9 @@ declare namespace sap {
|
|
|
8343
8474
|
* Keyboard Handling:
|
|
8344
8475
|
*
|
|
8345
8476
|
* @since 1.92.0
|
|
8477
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
8478
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
8479
|
+
* functionality.
|
|
8346
8480
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
8347
8481
|
*/
|
|
8348
8482
|
class ShellBar extends sap.ui.core.webc.WebComponent {
|
|
@@ -9535,6 +9669,9 @@ declare namespace sap {
|
|
|
9535
9669
|
}
|
|
9536
9670
|
/**
|
|
9537
9671
|
* @since 1.92.0
|
|
9672
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9673
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9674
|
+
* functionality.
|
|
9538
9675
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9539
9676
|
*/
|
|
9540
9677
|
class ShellBarItem
|
|
@@ -9798,6 +9935,9 @@ declare namespace sap {
|
|
|
9798
9935
|
* Keyboard Handling:
|
|
9799
9936
|
*
|
|
9800
9937
|
* @since 1.92.0
|
|
9938
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
9939
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
9940
|
+
* functionality.
|
|
9801
9941
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
9802
9942
|
*/
|
|
9803
9943
|
class SideNavigation extends sap.ui.core.webc.WebComponent {
|
|
@@ -10226,6 +10366,9 @@ declare namespace sap {
|
|
|
10226
10366
|
* the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
|
|
10227
10367
|
*
|
|
10228
10368
|
* @since 1.92.0
|
|
10369
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10370
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10371
|
+
* functionality.
|
|
10229
10372
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10230
10373
|
*/
|
|
10231
10374
|
class SideNavigationItem
|
|
@@ -10621,6 +10764,9 @@ declare namespace sap {
|
|
|
10621
10764
|
* only.
|
|
10622
10765
|
*
|
|
10623
10766
|
* @since 1.92.0
|
|
10767
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
10768
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
10769
|
+
* functionality.
|
|
10624
10770
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
10625
10771
|
*/
|
|
10626
10772
|
class SideNavigationSubItem
|
|
@@ -10877,6 +11023,9 @@ declare namespace sap {
|
|
|
10877
11023
|
* Usage:
|
|
10878
11024
|
*
|
|
10879
11025
|
* @since 1.97.0
|
|
11026
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11027
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11028
|
+
* functionality.
|
|
10880
11029
|
* @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
|
|
10881
11030
|
*/
|
|
10882
11031
|
class SortItem
|
|
@@ -11016,6 +11165,9 @@ declare namespace sap {
|
|
|
11016
11165
|
* integrated within SAP Jam.
|
|
11017
11166
|
*
|
|
11018
11167
|
* @since 1.92.0
|
|
11168
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11169
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11170
|
+
* functionality.
|
|
11019
11171
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11020
11172
|
*/
|
|
11021
11173
|
class Timeline extends sap.ui.core.webc.WebComponent {
|
|
@@ -11281,6 +11433,9 @@ declare namespace sap {
|
|
|
11281
11433
|
* An entry posted on the timeline.
|
|
11282
11434
|
*
|
|
11283
11435
|
* @since 1.92.0
|
|
11436
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11437
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11438
|
+
* functionality.
|
|
11284
11439
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11285
11440
|
*/
|
|
11286
11441
|
class TimelineItem
|
|
@@ -11670,6 +11825,9 @@ declare namespace sap {
|
|
|
11670
11825
|
* of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
|
|
11671
11826
|
*
|
|
11672
11827
|
* @since 1.92.0
|
|
11828
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
11829
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
11830
|
+
* functionality.
|
|
11673
11831
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
11674
11832
|
*/
|
|
11675
11833
|
class UploadCollection extends sap.ui.core.webc.WebComponent {
|
|
@@ -12358,6 +12516,9 @@ declare namespace sap {
|
|
|
12358
12516
|
* Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
|
|
12359
12517
|
*
|
|
12360
12518
|
* @since 1.92.0
|
|
12519
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
12520
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
12521
|
+
* functionality.
|
|
12361
12522
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
12362
12523
|
*/
|
|
12363
12524
|
class UploadCollectionItem
|
|
@@ -13410,6 +13571,9 @@ declare namespace sap {
|
|
|
13410
13571
|
* Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
|
|
13411
13572
|
*
|
|
13412
13573
|
* @since 1.95.0
|
|
13574
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
13575
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
13576
|
+
* functionality.
|
|
13413
13577
|
* @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
|
|
13414
13578
|
*/
|
|
13415
13579
|
class ViewSettingsDialog extends sap.ui.core.webc.WebComponent {
|
|
@@ -14000,6 +14164,9 @@ declare namespace sap {
|
|
|
14000
14164
|
* a dialog.
|
|
14001
14165
|
*
|
|
14002
14166
|
* @since 1.92.0
|
|
14167
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14168
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14169
|
+
* functionality.
|
|
14003
14170
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14004
14171
|
*/
|
|
14005
14172
|
class Wizard extends sap.ui.core.webc.WebComponent {
|
|
@@ -14295,6 +14462,9 @@ declare namespace sap {
|
|
|
14295
14462
|
* component and should not be used standalone.
|
|
14296
14463
|
*
|
|
14297
14464
|
* @since 1.92.0
|
|
14465
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
|
|
14466
|
+
* Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
|
|
14467
|
+
* functionality.
|
|
14298
14468
|
* @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
|
|
14299
14469
|
*/
|
|
14300
14470
|
class WizardStep
|