@openui5/types 1.120.14 → 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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.14
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -933,6 +933,9 @@ declare module "sap/ui/webc/fiori/Bar" {
933
933
  * Keyboard Handling:
934
934
  *
935
935
  * @since 1.92.0
936
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
937
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
938
+ * functionality.
936
939
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
937
940
  */
938
941
  export default class Bar extends WebComponent implements IBar {
@@ -1288,6 +1291,9 @@ declare module "sap/ui/webc/fiori/Bar" {
1288
1291
  /**
1289
1292
  * Describes the settings that can be provided to the Bar constructor.
1290
1293
  *
1294
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1295
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1296
+ * functionality.
1291
1297
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
1292
1298
  */
1293
1299
  export interface $BarSettings extends $WebComponentSettings {
@@ -1351,6 +1357,9 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1351
1357
  * documentation.
1352
1358
  *
1353
1359
  * @since 1.95.0
1360
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1361
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1362
+ * functionality.
1354
1363
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
1355
1364
  */
1356
1365
  export default class BarcodeScannerDialog extends WebComponent {
@@ -1588,6 +1597,9 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1588
1597
  /**
1589
1598
  * Describes the settings that can be provided to the BarcodeScannerDialog constructor.
1590
1599
  *
1600
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1601
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1602
+ * functionality.
1591
1603
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
1592
1604
  */
1593
1605
  export interface $BarcodeScannerDialogSettings extends $WebComponentSettings {
@@ -1725,6 +1737,9 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
1725
1737
  * 720 px and can only be viewed by triggering it.
1726
1738
  *
1727
1739
  * @since 1.99.0
1740
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1741
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1742
+ * functionality.
1728
1743
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
1729
1744
  */
1730
1745
  export default class DynamicSideContent extends WebComponent {
@@ -2282,6 +2297,9 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2282
2297
  /**
2283
2298
  * Describes the settings that can be provided to the DynamicSideContent constructor.
2284
2299
  *
2300
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2301
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2302
+ * functionality.
2285
2303
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
2286
2304
  */
2287
2305
  export interface $DynamicSideContentSettings extends $WebComponentSettings {
@@ -2427,6 +2445,9 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2427
2445
  * Usage:
2428
2446
  *
2429
2447
  * @since 1.97.0
2448
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2449
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2450
+ * functionality.
2430
2451
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2431
2452
  */
2432
2453
  export default class FilterItem extends WebComponent implements IFilterItem {
@@ -2632,6 +2653,9 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2632
2653
  /**
2633
2654
  * Describes the settings that can be provided to the FilterItem constructor.
2634
2655
  *
2656
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2657
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2658
+ * functionality.
2635
2659
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2636
2660
  */
2637
2661
  export interface $FilterItemSettings extends $WebComponentSettings {
@@ -2674,6 +2698,9 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2674
2698
  * Usage:
2675
2699
  *
2676
2700
  * @since 1.97.0
2701
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2702
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2703
+ * functionality.
2677
2704
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2678
2705
  */
2679
2706
  export default class FilterItemOption
@@ -2804,6 +2831,9 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2804
2831
  /**
2805
2832
  * Describes the settings that can be provided to the FilterItemOption constructor.
2806
2833
  *
2834
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2835
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2836
+ * functionality.
2807
2837
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2808
2838
  */
2809
2839
  export interface $FilterItemOptionSettings extends $WebComponentSettings {
@@ -2861,6 +2891,9 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
2861
2891
  * Keyboard Handling:
2862
2892
  *
2863
2893
  * @since 1.92.0
2894
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2895
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2896
+ * functionality.
2864
2897
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2865
2898
  */
2866
2899
  export default class FlexibleColumnLayout extends WebComponent {
@@ -3344,6 +3377,9 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
3344
3377
  /**
3345
3378
  * Describes the settings that can be provided to the FlexibleColumnLayout constructor.
3346
3379
  *
3380
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3381
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3382
+ * functionality.
3347
3383
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
3348
3384
  */
3349
3385
  export interface $FlexibleColumnLayoutSettings extends $WebComponentSettings {
@@ -3531,6 +3567,9 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3531
3567
  * a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
3532
3568
  *
3533
3569
  * @since 1.95.0
3570
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3571
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3572
+ * functionality.
3534
3573
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3535
3574
  */
3536
3575
  export default class IllustratedMessage extends WebComponent {
@@ -3912,6 +3951,9 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3912
3951
  /**
3913
3952
  * Describes the settings that can be provided to the IllustratedMessage constructor.
3914
3953
  *
3954
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3955
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3956
+ * functionality.
3915
3957
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3916
3958
  */
3917
3959
  export interface $IllustratedMessageSettings extends $WebComponentSettings {
@@ -4029,6 +4071,9 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4029
4071
  *
4030
4072
  *
4031
4073
  * @since 1.99.0
4074
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4075
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4076
+ * functionality.
4032
4077
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
4033
4078
  */
4034
4079
  export default class MediaGallery extends WebComponent {
@@ -4609,6 +4654,9 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4609
4654
  /**
4610
4655
  * Describes the settings that can be provided to the MediaGallery constructor.
4611
4656
  *
4657
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4658
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4659
+ * functionality.
4612
4660
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
4613
4661
  */
4614
4662
  export interface $MediaGallerySettings extends $WebComponentSettings {
@@ -4780,6 +4828,9 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
4780
4828
  * - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
4781
4829
  *
4782
4830
  * @since 1.99.0
4831
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4832
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4833
+ * functionality.
4783
4834
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
4784
4835
  */
4785
4836
  export default class MediaGalleryItem
@@ -4999,6 +5050,9 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
4999
5050
  /**
5000
5051
  * Describes the settings that can be provided to the MediaGalleryItem constructor.
5001
5052
  *
5053
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5054
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5055
+ * functionality.
5002
5056
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
5003
5057
  */
5004
5058
  export interface $MediaGalleryItemSettings extends $WebComponentSettings {
@@ -5058,6 +5112,9 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
5058
5112
  * and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
5059
5113
  *
5060
5114
  * @since 1.92.0
5115
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5116
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5117
+ * functionality.
5061
5118
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5062
5119
  */
5063
5120
  export default class NotificationAction
@@ -5334,6 +5391,9 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
5334
5391
  /**
5335
5392
  * Describes the settings that can be provided to the NotificationAction constructor.
5336
5393
  *
5394
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5395
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5396
+ * functionality.
5337
5397
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5338
5398
  */
5339
5399
  export interface $NotificationActionSettings extends $WebComponentSettings {
@@ -5433,6 +5493,9 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5433
5493
  * - title-text - Used to style the titleText of the notification list group item
5434
5494
  *
5435
5495
  * @since 1.92.0
5496
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5497
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5498
+ * functionality.
5436
5499
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5437
5500
  */
5438
5501
  export default class NotificationListGroupItem
@@ -6087,6 +6150,9 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
6087
6150
  /**
6088
6151
  * Describes the settings that can be provided to the NotificationListGroupItem constructor.
6089
6152
  *
6153
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6154
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6155
+ * functionality.
6090
6156
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6091
6157
  */
6092
6158
  export interface $NotificationListGroupItemSettings
@@ -6259,6 +6325,9 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6259
6325
  * - title-text - Used to style the titleText of the notification list item
6260
6326
  *
6261
6327
  * @since 1.92.0
6328
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6329
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6330
+ * functionality.
6262
6331
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6263
6332
  */
6264
6333
  export default class NotificationListItem
@@ -6873,6 +6942,9 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6873
6942
  /**
6874
6943
  * Describes the settings that can be provided to the NotificationListItem constructor.
6875
6944
  *
6945
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6946
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6947
+ * functionality.
6876
6948
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6877
6949
  */
6878
6950
  export interface $NotificationListItemSettings extends $WebComponentSettings {
@@ -7029,6 +7101,9 @@ declare module "sap/ui/webc/fiori/Page" {
7029
7101
  * - content - Used to style the content section of the component
7030
7102
  *
7031
7103
  * @since 1.92.0
7104
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7105
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7106
+ * functionality.
7032
7107
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7033
7108
  */
7034
7109
  export default class Page extends WebComponent {
@@ -7411,6 +7486,9 @@ declare module "sap/ui/webc/fiori/Page" {
7411
7486
  /**
7412
7487
  * Describes the settings that can be provided to the Page constructor.
7413
7488
  *
7489
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7490
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7491
+ * functionality.
7414
7492
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7415
7493
  */
7416
7494
  export interface $PageSettings extends $WebComponentSettings {
@@ -7502,6 +7580,9 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
7502
7580
  *
7503
7581
  *
7504
7582
  * @since 1.92.0
7583
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7584
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7585
+ * functionality.
7505
7586
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7506
7587
  */
7507
7588
  export default class ProductSwitch extends WebComponent {
@@ -7648,6 +7729,9 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
7648
7729
  /**
7649
7730
  * Describes the settings that can be provided to the ProductSwitch constructor.
7650
7731
  *
7732
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7733
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7734
+ * functionality.
7651
7735
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7652
7736
  */
7653
7737
  export interface $ProductSwitchSettings extends $WebComponentSettings {
@@ -7693,6 +7777,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7693
7777
  * - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
7694
7778
  *
7695
7779
  * @since 1.92.0
7780
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7781
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7782
+ * functionality.
7696
7783
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7697
7784
  */
7698
7785
  export default class ProductSwitchItem
@@ -8018,6 +8105,9 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
8018
8105
  /**
8019
8106
  * Describes the settings that can be provided to the ProductSwitchItem constructor.
8020
8107
  *
8108
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8109
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8110
+ * functionality.
8021
8111
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8022
8112
  */
8023
8113
  export interface $ProductSwitchItemSettings extends $WebComponentSettings {
@@ -8134,6 +8224,9 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8134
8224
  * Keyboard Handling:
8135
8225
  *
8136
8226
  * @since 1.92.0
8227
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8228
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8229
+ * functionality.
8137
8230
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8138
8231
  */
8139
8232
  export default class ShellBar extends WebComponent {
@@ -9327,6 +9420,9 @@ declare module "sap/ui/webc/fiori/ShellBar" {
9327
9420
  /**
9328
9421
  * Describes the settings that can be provided to the ShellBar constructor.
9329
9422
  *
9423
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9424
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9425
+ * functionality.
9330
9426
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9331
9427
  */
9332
9428
  export interface $ShellBarSettings extends $WebComponentSettings {
@@ -9614,6 +9710,9 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
9614
9710
 
9615
9711
  /**
9616
9712
  * @since 1.92.0
9713
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9714
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9715
+ * functionality.
9617
9716
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9618
9717
  */
9619
9718
  export default class ShellBarItem
@@ -9858,6 +9957,9 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
9858
9957
  /**
9859
9958
  * Describes the settings that can be provided to the ShellBarItem constructor.
9860
9959
  *
9960
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9961
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9962
+ * functionality.
9861
9963
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9862
9964
  */
9863
9965
  export interface $ShellBarItemSettings extends $WebComponentSettings {
@@ -9946,6 +10048,9 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
9946
10048
  * Keyboard Handling:
9947
10049
  *
9948
10050
  * @since 1.92.0
10051
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10052
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10053
+ * functionality.
9949
10054
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9950
10055
  */
9951
10056
  export default class SideNavigation extends WebComponent {
@@ -10370,6 +10475,9 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
10370
10475
  /**
10371
10476
  * Describes the settings that can be provided to the SideNavigation constructor.
10372
10477
  *
10478
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10479
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10480
+ * functionality.
10373
10481
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10374
10482
  */
10375
10483
  export interface $SideNavigationSettings extends $WebComponentSettings {
@@ -10464,6 +10572,9 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
10464
10572
  * the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
10465
10573
  *
10466
10574
  * @since 1.92.0
10575
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10576
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10577
+ * functionality.
10467
10578
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10468
10579
  */
10469
10580
  export default class SideNavigationItem
@@ -10854,6 +10965,9 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
10854
10965
  /**
10855
10966
  * Describes the settings that can be provided to the SideNavigationItem constructor.
10856
10967
  *
10968
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10969
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10970
+ * functionality.
10857
10971
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10858
10972
  */
10859
10973
  export interface $SideNavigationItemSettings extends $WebComponentSettings {
@@ -10940,6 +11054,9 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
10940
11054
  * only.
10941
11055
  *
10942
11056
  * @since 1.92.0
11057
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11058
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11059
+ * functionality.
10943
11060
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10944
11061
  */
10945
11062
  export default class SideNavigationSubItem
@@ -11189,6 +11306,9 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
11189
11306
  /**
11190
11307
  * Describes the settings that can be provided to the SideNavigationSubItem constructor.
11191
11308
  *
11309
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11310
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11311
+ * functionality.
11192
11312
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11193
11313
  */
11194
11314
  export interface $SideNavigationSubItemSettings
@@ -11251,6 +11371,9 @@ declare module "sap/ui/webc/fiori/SortItem" {
11251
11371
  * Usage:
11252
11372
  *
11253
11373
  * @since 1.97.0
11374
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11375
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11376
+ * functionality.
11254
11377
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
11255
11378
  */
11256
11379
  export default class SortItem extends WebComponent implements ISortItem {
@@ -11379,6 +11502,9 @@ declare module "sap/ui/webc/fiori/SortItem" {
11379
11502
  /**
11380
11503
  * Describes the settings that can be provided to the SortItem constructor.
11381
11504
  *
11505
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11506
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11507
+ * functionality.
11382
11508
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
11383
11509
  */
11384
11510
  export interface $SortItemSettings extends $WebComponentSettings {
@@ -11422,6 +11548,9 @@ declare module "sap/ui/webc/fiori/Timeline" {
11422
11548
  * integrated within SAP Jam.
11423
11549
  *
11424
11550
  * @since 1.92.0
11551
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11552
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11553
+ * functionality.
11425
11554
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11426
11555
  */
11427
11556
  export default class Timeline extends WebComponent {
@@ -11684,6 +11813,9 @@ declare module "sap/ui/webc/fiori/Timeline" {
11684
11813
  /**
11685
11814
  * Describes the settings that can be provided to the Timeline constructor.
11686
11815
  *
11816
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11817
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11818
+ * functionality.
11687
11819
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11688
11820
  */
11689
11821
  export interface $TimelineSettings extends $WebComponentSettings {
@@ -11752,6 +11884,9 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
11752
11884
  * An entry posted on the timeline.
11753
11885
  *
11754
11886
  * @since 1.92.0
11887
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11888
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11889
+ * functionality.
11755
11890
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11756
11891
  */
11757
11892
  export default class TimelineItem
@@ -12138,6 +12273,9 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
12138
12273
  /**
12139
12274
  * Describes the settings that can be provided to the TimelineItem constructor.
12140
12275
  *
12276
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12277
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12278
+ * functionality.
12141
12279
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12142
12280
  */
12143
12281
  export interface $TimelineItemSettings extends $WebComponentSettings {
@@ -12226,6 +12364,9 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
12226
12364
  * of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
12227
12365
  *
12228
12366
  * @since 1.92.0
12367
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12368
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12369
+ * functionality.
12229
12370
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12230
12371
  */
12231
12372
  export default class UploadCollection extends WebComponent {
@@ -12913,6 +13054,9 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
12913
13054
  /**
12914
13055
  * Describes the settings that can be provided to the UploadCollection constructor.
12915
13056
  *
13057
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13058
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13059
+ * functionality.
12916
13060
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12917
13061
  */
12918
13062
  export interface $UploadCollectionSettings extends $WebComponentSettings {
@@ -13082,6 +13226,9 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
13082
13226
  * Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
13083
13227
  *
13084
13228
  * @since 1.92.0
13229
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13230
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13231
+ * functionality.
13085
13232
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13086
13233
  */
13087
13234
  export default class UploadCollectionItem
@@ -14117,6 +14264,9 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
14117
14264
  /**
14118
14265
  * Describes the settings that can be provided to the UploadCollectionItem constructor.
14119
14266
  *
14267
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14268
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14269
+ * functionality.
14120
14270
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14121
14271
  */
14122
14272
  export interface $UploadCollectionItemSettings extends $WebComponentSettings {
@@ -14366,6 +14516,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
14366
14516
  * Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
14367
14517
  *
14368
14518
  * @since 1.95.0
14519
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14520
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14521
+ * functionality.
14369
14522
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
14370
14523
  */
14371
14524
  export default class ViewSettingsDialog extends WebComponent {
@@ -14883,6 +15036,9 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
14883
15036
  /**
14884
15037
  * Describes the settings that can be provided to the ViewSettingsDialog constructor.
14885
15038
  *
15039
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15040
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15041
+ * functionality.
14886
15042
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
14887
15043
  */
14888
15044
  export interface $ViewSettingsDialogSettings extends $WebComponentSettings {
@@ -15104,6 +15260,9 @@ declare module "sap/ui/webc/fiori/Wizard" {
15104
15260
  * a dialog.
15105
15261
  *
15106
15262
  * @since 1.92.0
15263
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15264
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15265
+ * functionality.
15107
15266
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15108
15267
  */
15109
15268
  export default class Wizard extends WebComponent {
@@ -15386,6 +15545,9 @@ declare module "sap/ui/webc/fiori/Wizard" {
15386
15545
  /**
15387
15546
  * Describes the settings that can be provided to the Wizard constructor.
15388
15547
  *
15548
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15549
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15550
+ * functionality.
15389
15551
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15390
15552
  */
15391
15553
  export interface $WizardSettings extends $WebComponentSettings {
@@ -15482,6 +15644,9 @@ declare module "sap/ui/webc/fiori/WizardStep" {
15482
15644
  * component and should not be used standalone.
15483
15645
  *
15484
15646
  * @since 1.92.0
15647
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15648
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15649
+ * functionality.
15485
15650
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15486
15651
  */
15487
15652
  export default class WizardStep extends WebComponent implements IWizardStep {
@@ -15859,6 +16024,9 @@ declare module "sap/ui/webc/fiori/WizardStep" {
15859
16024
  /**
15860
16025
  * Describes the settings that can be provided to the WizardStep constructor.
15861
16026
  *
16027
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16028
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16029
+ * functionality.
15862
16030
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15863
16031
  */
15864
16032
  export interface $WizardStepSettings extends $WebComponentSettings {