@openui5/types 1.124.0 → 1.125.0

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.124.0
1
+ // For Library Version: 1.125.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1438,6 +1438,9 @@ declare module "sap/ui/webc/main/Avatar" {
1438
1438
  *
1439
1439
  *
1440
1440
  * @since 1.92.0
1441
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1442
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1443
+ * functionality.
1441
1444
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
1442
1445
  */
1443
1446
  export default class Avatar extends WebComponent implements IAvatar {
@@ -2021,6 +2024,9 @@ declare module "sap/ui/webc/main/Avatar" {
2021
2024
  /**
2022
2025
  * Describes the settings that can be provided to the Avatar constructor.
2023
2026
  *
2027
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2028
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2029
+ * functionality.
2024
2030
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2025
2031
  */
2026
2032
  export interface $AvatarSettings extends $WebComponentSettings {
@@ -2247,6 +2253,9 @@ declare module "sap/ui/webc/main/AvatarGroup" {
2247
2253
  *
2248
2254
  *
2249
2255
  * @since 1.92.0
2256
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2257
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2258
+ * functionality.
2250
2259
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2251
2260
  */
2252
2261
  export default class AvatarGroup extends WebComponent {
@@ -2627,6 +2636,9 @@ declare module "sap/ui/webc/main/AvatarGroup" {
2627
2636
  /**
2628
2637
  * Describes the settings that can be provided to the AvatarGroup constructor.
2629
2638
  *
2639
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2640
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2641
+ * functionality.
2630
2642
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2631
2643
  */
2632
2644
  export interface $AvatarGroupSettings extends $WebComponentSettings {
@@ -2737,6 +2749,9 @@ declare module "sap/ui/webc/main/Badge" {
2737
2749
  * theme.
2738
2750
  *
2739
2751
  * @since 1.92.0
2752
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2753
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2754
+ * functionality.
2740
2755
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2741
2756
  */
2742
2757
  export default class Badge extends WebComponent {
@@ -2947,6 +2962,9 @@ declare module "sap/ui/webc/main/Badge" {
2947
2962
  /**
2948
2963
  * Describes the settings that can be provided to the Badge constructor.
2949
2964
  *
2965
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2966
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2967
+ * functionality.
2950
2968
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2951
2969
  */
2952
2970
  export interface $BadgeSettings extends $WebComponentSettings {
@@ -3018,6 +3036,9 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
3018
3036
  *
3019
3037
  *
3020
3038
  * @since 1.95.0
3039
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3040
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3041
+ * functionality.
3021
3042
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3022
3043
  */
3023
3044
  export default class Breadcrumbs extends WebComponent {
@@ -3341,6 +3362,9 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
3341
3362
  /**
3342
3363
  * Describes the settings that can be provided to the Breadcrumbs constructor.
3343
3364
  *
3365
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3366
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3367
+ * functionality.
3344
3368
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3345
3369
  */
3346
3370
  export interface $BreadcrumbsSettings extends $WebComponentSettings {
@@ -3451,6 +3475,9 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
3451
3475
  * The `sap.ui.webc.main.BreadcrumbsItem` component defines the content of an item in `sap.ui.webc.main.Breadcrumbs`.
3452
3476
  *
3453
3477
  * @since 1.95.0
3478
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3479
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3480
+ * functionality.
3454
3481
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3455
3482
  */
3456
3483
  export default class BreadcrumbsItem
@@ -3662,6 +3689,9 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
3662
3689
  /**
3663
3690
  * Describes the settings that can be provided to the BreadcrumbsItem constructor.
3664
3691
  *
3692
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3693
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3694
+ * functionality.
3665
3695
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3666
3696
  */
3667
3697
  export interface $BreadcrumbsItemSettings extends $WebComponentSettings {
@@ -3743,6 +3773,9 @@ declare module "sap/ui/webc/main/BusyIndicator" {
3743
3773
  * - Do not show multiple busy indicators at once.
3744
3774
  *
3745
3775
  * @since 1.92.0
3776
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3777
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3778
+ * functionality.
3746
3779
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
3747
3780
  */
3748
3781
  export default class BusyIndicator extends WebComponent {
@@ -4059,6 +4092,9 @@ declare module "sap/ui/webc/main/BusyIndicator" {
4059
4092
  /**
4060
4093
  * Describes the settings that can be provided to the BusyIndicator constructor.
4061
4094
  *
4095
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4096
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4097
+ * functionality.
4062
4098
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4063
4099
  */
4064
4100
  export interface $BusyIndicatorSettings extends $WebComponentSettings {
@@ -4153,6 +4189,9 @@ declare module "sap/ui/webc/main/Button" {
4153
4189
  * - button - Used to style the native button element
4154
4190
  *
4155
4191
  * @since 1.92.0
4192
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4193
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4194
+ * functionality.
4156
4195
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4157
4196
  */
4158
4197
  export default class Button
@@ -4680,6 +4719,9 @@ declare module "sap/ui/webc/main/Button" {
4680
4719
  /**
4681
4720
  * Describes the settings that can be provided to the Button constructor.
4682
4721
  *
4722
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4723
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4724
+ * functionality.
4683
4725
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4684
4726
  */
4685
4727
  export interface $ButtonSettings extends $WebComponentSettings {
@@ -4893,6 +4935,9 @@ declare module "sap/ui/webc/main/Calendar" {
4893
4935
  * `
4894
4936
  *
4895
4937
  * @since 1.92.0
4938
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4939
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4940
+ * functionality.
4896
4941
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4897
4942
  */
4898
4943
  export default class Calendar extends WebComponent {
@@ -5365,6 +5410,9 @@ declare module "sap/ui/webc/main/Calendar" {
5365
5410
  /**
5366
5411
  * Describes the settings that can be provided to the Calendar constructor.
5367
5412
  *
5413
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5414
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5415
+ * functionality.
5368
5416
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5369
5417
  */
5370
5418
  export interface $CalendarSettings extends $WebComponentSettings {
@@ -5483,6 +5531,9 @@ declare module "sap/ui/webc/main/CalendarDate" {
5483
5531
  * The `sap.ui.webc.main.CalendarDate` component defines a calendar date to be used inside `sap.ui.webc.main.Calendar`
5484
5532
  *
5485
5533
  * @since 1.92.0
5534
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5535
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5536
+ * functionality.
5486
5537
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5487
5538
  */
5488
5539
  export default class CalendarDate
@@ -5583,6 +5634,9 @@ declare module "sap/ui/webc/main/CalendarDate" {
5583
5634
  /**
5584
5635
  * Describes the settings that can be provided to the CalendarDate constructor.
5585
5636
  *
5637
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5638
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5639
+ * functionality.
5586
5640
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5587
5641
  */
5588
5642
  export interface $CalendarDateSettings extends $WebComponentSettings {
@@ -5625,6 +5679,9 @@ declare module "sap/ui/webc/main/Card" {
5625
5679
  * taken for keyboard handling, styling and accessibility.
5626
5680
  *
5627
5681
  * @since 1.92.0
5682
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5683
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5684
+ * functionality.
5628
5685
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5629
5686
  */
5630
5687
  export default class Card extends WebComponent {
@@ -5966,6 +6023,9 @@ declare module "sap/ui/webc/main/Card" {
5966
6023
  /**
5967
6024
  * Describes the settings that can be provided to the Card constructor.
5968
6025
  *
6026
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6027
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6028
+ * functionality.
5969
6029
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5970
6030
  */
5971
6031
  export interface $CardSettings extends $WebComponentSettings {
@@ -6048,6 +6108,9 @@ declare module "sap/ui/webc/main/CardHeader" {
6048
6108
  * - status - Used to style the status of the CardHeader
6049
6109
  *
6050
6110
  * @since 1.95.0
6111
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6112
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6113
+ * functionality.
6051
6114
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
6052
6115
  */
6053
6116
  export default class CardHeader extends WebComponent implements ICardHeader {
@@ -6472,6 +6535,9 @@ declare module "sap/ui/webc/main/CardHeader" {
6472
6535
  /**
6473
6536
  * Describes the settings that can be provided to the CardHeader constructor.
6474
6537
  *
6538
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6539
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6540
+ * functionality.
6475
6541
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
6476
6542
  */
6477
6543
  export interface $CardHeaderSettings extends $WebComponentSettings {
@@ -6591,6 +6657,9 @@ declare module "sap/ui/webc/main/Carousel" {
6591
6657
  * - content - Used to style the content of the component
6592
6658
  *
6593
6659
  * @since 1.92.0
6660
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6661
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6662
+ * functionality.
6594
6663
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6595
6664
  */
6596
6665
  export default class Carousel extends WebComponent {
@@ -7187,6 +7256,9 @@ declare module "sap/ui/webc/main/Carousel" {
7187
7256
  /**
7188
7257
  * Describes the settings that can be provided to the Carousel constructor.
7189
7258
  *
7259
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7260
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7261
+ * functionality.
7190
7262
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7191
7263
  */
7192
7264
  export interface $CarouselSettings extends $WebComponentSettings {
@@ -7365,6 +7437,9 @@ declare module "sap/ui/webc/main/CheckBox" {
7365
7437
  *
7366
7438
  *
7367
7439
  * @since 1.92.0
7440
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7441
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7442
+ * functionality.
7368
7443
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7369
7444
  */
7370
7445
  export default class CheckBox extends WebComponent implements IFormContent {
@@ -7923,6 +7998,9 @@ declare module "sap/ui/webc/main/CheckBox" {
7923
7998
  /**
7924
7999
  * Describes the settings that can be provided to the CheckBox constructor.
7925
8000
  *
8001
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8002
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8003
+ * functionality.
7926
8004
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7927
8005
  */
7928
8006
  export interface $CheckBoxSettings extends $WebComponentSettings {
@@ -8067,6 +8145,9 @@ declare module "sap/ui/webc/main/ColorPalette" {
8067
8145
  * of the `sap.ui.webc.main.ColorPalette`.
8068
8146
  *
8069
8147
  * @since 1.92.0
8148
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8149
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8150
+ * functionality.
8070
8151
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8071
8152
  */
8072
8153
  export default class ColorPalette extends WebComponent {
@@ -8291,6 +8372,9 @@ declare module "sap/ui/webc/main/ColorPalette" {
8291
8372
  /**
8292
8373
  * Describes the settings that can be provided to the ColorPalette constructor.
8293
8374
  *
8375
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8376
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8377
+ * functionality.
8294
8378
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8295
8379
  */
8296
8380
  export interface $ColorPaletteSettings extends $WebComponentSettings {
@@ -8348,6 +8432,9 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
8348
8432
  * The `sap.ui.webc.main.ColorPaletteItem` component represents a color in the the `sap.ui.webc.main.ColorPalette`.
8349
8433
  *
8350
8434
  * @since 1.92.0
8435
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8436
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8437
+ * functionality.
8351
8438
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8352
8439
  */
8353
8440
  export default class ColorPaletteItem
@@ -8450,6 +8537,9 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
8450
8537
  /**
8451
8538
  * Describes the settings that can be provided to the ColorPaletteItem constructor.
8452
8539
  *
8540
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8541
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8542
+ * functionality.
8453
8543
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8454
8544
  */
8455
8545
  export interface $ColorPaletteItemSettings extends $WebComponentSettings {
@@ -8497,6 +8587,9 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
8497
8587
  * and spend large amount of time to configure the right color through the color picker.
8498
8588
  *
8499
8589
  * @since 1.97.0
8590
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8591
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8592
+ * functionality.
8500
8593
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
8501
8594
  */
8502
8595
  export default class ColorPalettePopover extends WebComponent {
@@ -8848,6 +8941,9 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
8848
8941
  /**
8849
8942
  * Describes the settings that can be provided to the ColorPalettePopover constructor.
8850
8943
  *
8944
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8945
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8946
+ * functionality.
8851
8947
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
8852
8948
  */
8853
8949
  export interface $ColorPalettePopoverSettings extends $WebComponentSettings {
@@ -8935,6 +9031,9 @@ declare module "sap/ui/webc/main/ColorPicker" {
8935
9031
  *
8936
9032
  *
8937
9033
  * @since 1.92.0
9034
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9035
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9036
+ * functionality.
8938
9037
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8939
9038
  */
8940
9039
  export default class ColorPicker extends WebComponent {
@@ -9111,6 +9210,9 @@ declare module "sap/ui/webc/main/ColorPicker" {
9111
9210
  /**
9112
9211
  * Describes the settings that can be provided to the ColorPicker constructor.
9113
9212
  *
9213
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9214
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9215
+ * functionality.
9114
9216
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9115
9217
  */
9116
9218
  export interface $ColorPickerSettings extends $WebComponentSettings {
@@ -9201,6 +9303,9 @@ declare module "sap/ui/webc/main/ComboBox" {
9201
9303
  * selects the last item.
9202
9304
  *
9203
9305
  * @since 1.92.0
9306
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9307
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9308
+ * functionality.
9204
9309
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9205
9310
  */
9206
9311
  export default class ComboBox extends WebComponent implements IFormContent {
@@ -10030,6 +10135,9 @@ declare module "sap/ui/webc/main/ComboBox" {
10030
10135
  /**
10031
10136
  * Describes the settings that can be provided to the ComboBox constructor.
10032
10137
  *
10138
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10139
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10140
+ * functionality.
10033
10141
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10034
10142
  */
10035
10143
  export interface $ComboBoxSettings extends $WebComponentSettings {
@@ -10200,6 +10308,9 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
10200
10308
  * suggestions into groups.
10201
10309
  *
10202
10310
  * @since 1.95.0
10311
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10312
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10313
+ * functionality.
10203
10314
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
10204
10315
  */
10205
10316
  export default class ComboBoxGroupItem
@@ -10302,6 +10413,9 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
10302
10413
  /**
10303
10414
  * Describes the settings that can be provided to the ComboBoxGroupItem constructor.
10304
10415
  *
10416
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10417
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10418
+ * functionality.
10305
10419
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
10306
10420
  */
10307
10421
  export interface $ComboBoxGroupItemSettings extends $WebComponentSettings {
@@ -10328,6 +10442,9 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
10328
10442
  * The `sap.ui.webc.main.ComboBoxItem` represents the item for a `sap.ui.webc.main.ComboBox`.
10329
10443
  *
10330
10444
  * @since 1.92.0
10445
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10446
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10447
+ * functionality.
10331
10448
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10332
10449
  */
10333
10450
  export default class ComboBoxItem
@@ -10459,6 +10576,9 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
10459
10576
  /**
10460
10577
  * Describes the settings that can be provided to the ComboBoxItem constructor.
10461
10578
  *
10579
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10580
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10581
+ * functionality.
10462
10582
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10463
10583
  */
10464
10584
  export interface $ComboBoxItemSettings extends $WebComponentSettings {
@@ -10512,6 +10632,9 @@ declare module "sap/ui/webc/main/CustomListItem" {
10512
10632
  * - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
10513
10633
  *
10514
10634
  * @since 1.92.0
10635
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10636
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10637
+ * functionality.
10515
10638
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10516
10639
  */
10517
10640
  export default class CustomListItem
@@ -10944,6 +11067,9 @@ declare module "sap/ui/webc/main/CustomListItem" {
10944
11067
  /**
10945
11068
  * Describes the settings that can be provided to the CustomListItem constructor.
10946
11069
  *
11070
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11071
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11072
+ * functionality.
10947
11073
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10948
11074
  */
10949
11075
  export interface $CustomListItemSettings extends $WebComponentSettings {
@@ -11108,6 +11234,9 @@ declare module "sap/ui/webc/main/DatePicker" {
11108
11234
  *
11109
11235
  *
11110
11236
  * @since 1.92.0
11237
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11238
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11239
+ * functionality.
11111
11240
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11112
11241
  */
11113
11242
  export default class DatePicker extends WebComponent implements IFormContent {
@@ -11929,6 +12058,9 @@ declare module "sap/ui/webc/main/DatePicker" {
11929
12058
  /**
11930
12059
  * Describes the settings that can be provided to the DatePicker constructor.
11931
12060
  *
12061
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12062
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12063
+ * functionality.
11932
12064
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11933
12065
  */
11934
12066
  export interface $DatePickerSettings extends $WebComponentSettings {
@@ -12144,6 +12276,9 @@ declare module "sap/ui/webc/main/DateRangePicker" {
12144
12276
  * - [SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one
12145
12277
  *
12146
12278
  * @since 1.92.0
12279
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12280
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12281
+ * functionality.
12147
12282
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12148
12283
  */
12149
12284
  export default class DateRangePicker
@@ -13013,6 +13148,9 @@ declare module "sap/ui/webc/main/DateRangePicker" {
13013
13148
  /**
13014
13149
  * Describes the settings that can be provided to the DateRangePicker constructor.
13015
13150
  *
13151
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13152
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13153
+ * functionality.
13016
13154
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13017
13155
  */
13018
13156
  export interface $DateRangePickerSettings extends $WebComponentSettings {
@@ -13269,6 +13407,9 @@ declare module "sap/ui/webc/main/DateTimePicker" {
13269
13407
  * or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
13270
13408
  *
13271
13409
  * @since 1.92.0
13410
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13411
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13412
+ * functionality.
13272
13413
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13273
13414
  */
13274
13415
  export default class DateTimePicker
@@ -14093,6 +14234,9 @@ declare module "sap/ui/webc/main/DateTimePicker" {
14093
14234
  /**
14094
14235
  * Describes the settings that can be provided to the DateTimePicker constructor.
14095
14236
  *
14237
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14238
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14239
+ * functionality.
14096
14240
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14097
14241
  */
14098
14242
  export interface $DateTimePickerSettings extends $WebComponentSettings {
@@ -14329,6 +14473,9 @@ declare module "sap/ui/webc/main/Dialog" {
14329
14473
  * inside other components containing z-index. This might break z-index management.
14330
14474
  *
14331
14475
  * @since 1.92.0
14476
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14477
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14478
+ * functionality.
14332
14479
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14333
14480
  */
14334
14481
  export default class Dialog extends WebComponent {
@@ -15379,6 +15526,9 @@ declare module "sap/ui/webc/main/Dialog" {
15379
15526
  /**
15380
15527
  * Describes the settings that can be provided to the Dialog constructor.
15381
15528
  *
15529
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15530
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15531
+ * functionality.
15382
15532
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15383
15533
  */
15384
15534
  export interface $DialogSettings extends $WebComponentSettings {
@@ -15606,6 +15756,9 @@ declare module "sap/ui/webc/main/FileUploader" {
15606
15756
  * and "disabled" properties.
15607
15757
  *
15608
15758
  * @since 1.92.0
15759
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15760
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15761
+ * functionality.
15609
15762
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15610
15763
  */
15611
15764
  export default class FileUploader
@@ -16161,6 +16314,9 @@ declare module "sap/ui/webc/main/FileUploader" {
16161
16314
  /**
16162
16315
  * Describes the settings that can be provided to the FileUploader constructor.
16163
16316
  *
16317
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16318
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16319
+ * functionality.
16164
16320
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16165
16321
  */
16166
16322
  export interface $FileUploaderSettings extends $WebComponentSettings {
@@ -16285,6 +16441,9 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
16285
16441
  * into logical groups.
16286
16442
  *
16287
16443
  * @since 1.92.0
16444
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16445
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16446
+ * functionality.
16288
16447
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16289
16448
  */
16290
16449
  export default class GroupHeaderListItem
@@ -16447,6 +16606,9 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
16447
16606
  /**
16448
16607
  * Describes the settings that can be provided to the GroupHeaderListItem constructor.
16449
16608
  *
16609
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16610
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16611
+ * functionality.
16450
16612
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16451
16613
  */
16452
16614
  export interface $GroupHeaderListItemSettings extends $WebComponentSettings {
@@ -16551,6 +16713,9 @@ declare module "sap/ui/webc/main/Icon" {
16551
16713
  * triggering the click event.
16552
16714
  *
16553
16715
  * @since 1.92.0
16716
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16717
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16718
+ * functionality.
16554
16719
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16555
16720
  */
16556
16721
  export default class Icon extends WebComponent implements IIcon {
@@ -17065,6 +17230,9 @@ declare module "sap/ui/webc/main/Icon" {
17065
17230
  /**
17066
17231
  * Describes the settings that can be provided to the Icon constructor.
17067
17232
  *
17233
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
17234
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
17235
+ * functionality.
17068
17236
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
17069
17237
  */
17070
17238
  export interface $IconSettings extends $WebComponentSettings {
@@ -17247,6 +17415,9 @@ declare module "sap/ui/webc/main/Input" {
17247
17415
  * focus is in the input, does nothing.
17248
17416
  *
17249
17417
  * @since 1.92.0
17418
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
17419
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
17420
+ * functionality.
17250
17421
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
17251
17422
  */
17252
17423
  export default class Input
@@ -18314,6 +18485,9 @@ declare module "sap/ui/webc/main/Input" {
18314
18485
  /**
18315
18486
  * Describes the settings that can be provided to the Input constructor.
18316
18487
  *
18488
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
18489
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
18490
+ * functionality.
18317
18491
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18318
18492
  */
18319
18493
  export interface $InputSettings extends $WebComponentSettings {
@@ -18557,6 +18731,9 @@ declare module "sap/ui/webc/main/Label" {
18557
18731
  * choice of designs, you can use custom styles.
18558
18732
  *
18559
18733
  * @since 1.92.0
18734
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
18735
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
18736
+ * functionality.
18560
18737
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18561
18738
  */
18562
18739
  export default class Label extends WebComponent implements Label1 {
@@ -18797,6 +18974,9 @@ declare module "sap/ui/webc/main/Label" {
18797
18974
  /**
18798
18975
  * Describes the settings that can be provided to the Label constructor.
18799
18976
  *
18977
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
18978
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
18979
+ * functionality.
18800
18980
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18801
18981
  */
18802
18982
  export interface $LabelSettings extends $WebComponentSettings {
@@ -18886,6 +19066,9 @@ declare module "sap/ui/webc/main/Link" {
18886
19066
  * property is set to `"Normal"`, the text is displayed on several lines instead of being truncated.
18887
19067
  *
18888
19068
  * @since 1.92.0
19069
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
19070
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
19071
+ * functionality.
18889
19072
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18890
19073
  */
18891
19074
  export default class Link extends WebComponent {
@@ -19404,6 +19587,9 @@ declare module "sap/ui/webc/main/Link" {
19404
19587
  /**
19405
19588
  * Describes the settings that can be provided to the Link constructor.
19406
19589
  *
19590
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
19591
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
19592
+ * functionality.
19407
19593
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
19408
19594
  */
19409
19595
  export interface $LinkSettings extends $WebComponentSettings {
@@ -19598,6 +19784,9 @@ declare module "sap/ui/webc/main/List" {
19598
19784
  * - [DELETE] - Delete an item if `mode` property is `Delete`
19599
19785
  *
19600
19786
  * @since 1.92.0
19787
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
19788
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
19789
+ * functionality.
19601
19790
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
19602
19791
  */
19603
19792
  export default class List extends WebComponent {
@@ -20785,6 +20974,9 @@ declare module "sap/ui/webc/main/List" {
20785
20974
  /**
20786
20975
  * Describes the settings that can be provided to the List constructor.
20787
20976
  *
20977
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
20978
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
20979
+ * functionality.
20788
20980
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
20789
20981
  */
20790
20982
  export interface $ListSettings extends $WebComponentSettings {
@@ -21093,6 +21285,9 @@ declare module "sap/ui/webc/main/Menu" {
21093
21285
  *
21094
21286
  *
21095
21287
  * @since 1.102.0
21288
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
21289
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
21290
+ * functionality.
21096
21291
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
21097
21292
  */
21098
21293
  export default class Menu extends WebComponent {
@@ -21794,6 +21989,9 @@ declare module "sap/ui/webc/main/Menu" {
21794
21989
  /**
21795
21990
  * Describes the settings that can be provided to the Menu constructor.
21796
21991
  *
21992
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
21993
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
21994
+ * functionality.
21797
21995
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
21798
21996
  */
21799
21997
  export interface $MenuSettings extends $WebComponentSettings {
@@ -21970,6 +22168,9 @@ declare module "sap/ui/webc/main/MenuItem" {
21970
22168
  * not intended for public use.
21971
22169
  *
21972
22170
  * @since 1.102.0
22171
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
22172
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
22173
+ * functionality.
21973
22174
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
21974
22175
  */
21975
22176
  export default class MenuItem extends WebComponent implements IMenuItem {
@@ -22365,6 +22566,9 @@ declare module "sap/ui/webc/main/MenuItem" {
22365
22566
  /**
22366
22567
  * Describes the settings that can be provided to the MenuItem constructor.
22367
22568
  *
22569
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
22570
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
22571
+ * functionality.
22368
22572
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
22369
22573
  */
22370
22574
  export interface $MenuItemSettings extends $WebComponentSettings {
@@ -22456,6 +22660,9 @@ declare module "sap/ui/webc/main/MessageStrip" {
22456
22660
  * Keyboard Handling:
22457
22661
  *
22458
22662
  * @since 1.92.0
22663
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
22664
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
22665
+ * functionality.
22459
22666
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
22460
22667
  */
22461
22668
  export default class MessageStrip extends WebComponent {
@@ -22803,6 +23010,9 @@ declare module "sap/ui/webc/main/MessageStrip" {
22803
23010
  /**
22804
23011
  * Describes the settings that can be provided to the MessageStrip constructor.
22805
23012
  *
23013
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
23014
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
23015
+ * functionality.
22806
23016
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
22807
23017
  */
22808
23018
  export interface $MessageStripSettings extends $WebComponentSettings {
@@ -22935,6 +23145,9 @@ declare module "sap/ui/webc/main/MultiComboBox" {
22935
23145
  * - token-{index} - Used to style each token(where `token-0` corresponds to the first item)
22936
23146
  *
22937
23147
  * @since 1.92.0
23148
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
23149
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
23150
+ * functionality.
22938
23151
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
22939
23152
  */
22940
23153
  export default class MultiComboBox
@@ -23884,6 +24097,9 @@ declare module "sap/ui/webc/main/MultiComboBox" {
23884
24097
  /**
23885
24098
  * Describes the settings that can be provided to the MultiComboBox constructor.
23886
24099
  *
24100
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24101
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24102
+ * functionality.
23887
24103
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
23888
24104
  */
23889
24105
  export interface $MultiComboBoxSettings extends $WebComponentSettings {
@@ -24080,6 +24296,9 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
24080
24296
  * `sap.ui.webc.main.MultiComboBox` suggestions into groups.
24081
24297
  *
24082
24298
  * @since 1.92.0
24299
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24300
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24301
+ * functionality.
24083
24302
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24084
24303
  */
24085
24304
  export default class MultiComboBoxGroupItem
@@ -24182,6 +24401,9 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
24182
24401
  /**
24183
24402
  * Describes the settings that can be provided to the MultiComboBoxGroupItem constructor.
24184
24403
  *
24404
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24405
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24406
+ * functionality.
24185
24407
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24186
24408
  */
24187
24409
  export interface $MultiComboBoxGroupItemSettings
@@ -24209,6 +24431,9 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
24209
24431
  * The `sap.ui.webc.main.MultiComboBoxItem` represents the item for a `sap.ui.webc.main.MultiComboBox`.
24210
24432
  *
24211
24433
  * @since 1.92.0
24434
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24435
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24436
+ * functionality.
24212
24437
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24213
24438
  */
24214
24439
  export default class MultiComboBoxItem
@@ -24369,6 +24594,9 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
24369
24594
  /**
24370
24595
  * Describes the settings that can be provided to the MultiComboBoxItem constructor.
24371
24596
  *
24597
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24598
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24599
+ * functionality.
24372
24600
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24373
24601
  */
24374
24602
  export interface $MultiComboBoxItemSettings extends $WebComponentSettings {
@@ -24432,6 +24660,9 @@ declare module "sap/ui/webc/main/MultiInput" {
24432
24660
  * - Select a value from the suggestion list (`suggestion-item-select` event is fired)
24433
24661
  *
24434
24662
  * @since 1.92.0
24663
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24664
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24665
+ * functionality.
24435
24666
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24436
24667
  */
24437
24668
  export default class MultiInput
@@ -25768,6 +25999,9 @@ declare module "sap/ui/webc/main/MultiInput" {
25768
25999
  /**
25769
26000
  * Describes the settings that can be provided to the MultiInput constructor.
25770
26001
  *
26002
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26003
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26004
+ * functionality.
25771
26005
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
25772
26006
  */
25773
26007
  export interface $MultiInputSettings extends $WebComponentSettings {
@@ -26060,6 +26294,9 @@ declare module "sap/ui/webc/main/Option" {
26060
26294
  * The `sap.ui.webc.main.Option` component defines the content of an option in the `sap.ui.webc.main.Select`.
26061
26295
  *
26062
26296
  * @since 1.92.0
26297
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26298
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26299
+ * functionality.
26063
26300
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26064
26301
  */
26065
26302
  export default class Option extends WebComponent implements ISelectOption {
@@ -26302,6 +26539,9 @@ declare module "sap/ui/webc/main/Option" {
26302
26539
  /**
26303
26540
  * Describes the settings that can be provided to the Option constructor.
26304
26541
  *
26542
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26543
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26544
+ * functionality.
26305
26545
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26306
26546
  */
26307
26547
  export interface $OptionSettings extends $WebComponentSettings {
@@ -26404,6 +26644,9 @@ declare module "sap/ui/webc/main/Panel" {
26404
26644
  * Keyboard Handling:
26405
26645
  *
26406
26646
  * @since 1.92.0
26647
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26648
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26649
+ * functionality.
26407
26650
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26408
26651
  */
26409
26652
  export default class Panel extends WebComponent {
@@ -27007,6 +27250,9 @@ declare module "sap/ui/webc/main/Panel" {
27007
27250
  /**
27008
27251
  * Describes the settings that can be provided to the Panel constructor.
27009
27252
  *
27253
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
27254
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
27255
+ * functionality.
27010
27256
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
27011
27257
  */
27012
27258
  export interface $PanelSettings extends $WebComponentSettings {
@@ -27157,6 +27403,9 @@ declare module "sap/ui/webc/main/Popover" {
27157
27403
  * - footer - Used to style the footer of the component
27158
27404
  *
27159
27405
  * @since 1.92.0
27406
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
27407
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
27408
+ * functionality.
27160
27409
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
27161
27410
  */
27162
27411
  export default class Popover extends WebComponent {
@@ -28286,6 +28535,9 @@ declare module "sap/ui/webc/main/Popover" {
28286
28535
  /**
28287
28536
  * Describes the settings that can be provided to the Popover constructor.
28288
28537
  *
28538
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
28539
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
28540
+ * functionality.
28289
28541
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28290
28542
  */
28291
28543
  export interface $PopoverSettings extends $WebComponentSettings {
@@ -28505,6 +28757,9 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
28505
28757
  * CSS properties.
28506
28758
  *
28507
28759
  * @since 1.92.0
28760
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
28761
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
28762
+ * functionality.
28508
28763
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28509
28764
  */
28510
28765
  export default class ProgressIndicator
@@ -28805,6 +29060,9 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
28805
29060
  /**
28806
29061
  * Describes the settings that can be provided to the ProgressIndicator constructor.
28807
29062
  *
29063
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29064
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29065
+ * functionality.
28808
29066
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28809
29067
  */
28810
29068
  export interface $ProgressIndicatorSettings extends $WebComponentSettings {
@@ -28901,6 +29159,9 @@ declare module "sap/ui/webc/main/RadioButton" {
28901
29159
  * **Note:** On entering radio button group, the focus goes to the currently selected radio button.
28902
29160
  *
28903
29161
  * @since 1.92.0
29162
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29163
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29164
+ * functionality.
28904
29165
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28905
29166
  */
28906
29167
  export default class RadioButton
@@ -29440,6 +29701,9 @@ declare module "sap/ui/webc/main/RadioButton" {
29440
29701
  /**
29441
29702
  * Describes the settings that can be provided to the RadioButton constructor.
29442
29703
  *
29704
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29705
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29706
+ * functionality.
29443
29707
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29444
29708
  */
29445
29709
  export interface $RadioButtonSettings extends $WebComponentSettings {
@@ -29611,6 +29875,9 @@ declare module "sap/ui/webc/main/RangeSlider" {
29611
29875
  *
29612
29876
  *
29613
29877
  * @since 1.92.0
29878
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29879
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29880
+ * functionality.
29614
29881
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29615
29882
  */
29616
29883
  export default class RangeSlider extends WebComponent {
@@ -30177,6 +30444,9 @@ declare module "sap/ui/webc/main/RangeSlider" {
30177
30444
  /**
30178
30445
  * Describes the settings that can be provided to the RangeSlider constructor.
30179
30446
  *
30447
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
30448
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
30449
+ * functionality.
30180
30450
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30181
30451
  */
30182
30452
  export interface $RangeSliderSettings extends $WebComponentSettings {
@@ -30327,6 +30597,9 @@ declare module "sap/ui/webc/main/RatingIndicator" {
30327
30597
  * of values, sets the highest value.
30328
30598
  *
30329
30599
  * @since 1.92.0
30600
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
30601
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
30602
+ * functionality.
30330
30603
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30331
30604
  */
30332
30605
  export default class RatingIndicator
@@ -30724,6 +30997,9 @@ declare module "sap/ui/webc/main/RatingIndicator" {
30724
30997
  /**
30725
30998
  * Describes the settings that can be provided to the RatingIndicator constructor.
30726
30999
  *
31000
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
31001
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
31002
+ * functionality.
30727
31003
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30728
31004
  */
30729
31005
  export interface $RatingIndicatorSettings extends $WebComponentSettings {
@@ -30837,6 +31113,9 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
30837
31113
  * - footer - Used to style the footer of the component
30838
31114
  *
30839
31115
  * @since 1.92.0
31116
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
31117
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
31118
+ * functionality.
30840
31119
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30841
31120
  */
30842
31121
  export default class ResponsivePopover extends WebComponent {
@@ -31924,6 +32203,9 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
31924
32203
  /**
31925
32204
  * Describes the settings that can be provided to the ResponsivePopover constructor.
31926
32205
  *
32206
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32207
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32208
+ * functionality.
31927
32209
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
31928
32210
  */
31929
32211
  export interface $ResponsivePopoverSettings extends $WebComponentSettings {
@@ -32145,6 +32427,9 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32145
32427
  * **Note:** There can be just one selected `item` at a time.
32146
32428
  *
32147
32429
  * @since 1.92.0
32430
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32431
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32432
+ * functionality.
32148
32433
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
32149
32434
  */
32150
32435
  export default class SegmentedButton
@@ -32492,6 +32777,9 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32492
32777
  /**
32493
32778
  * Describes the settings that can be provided to the SegmentedButton constructor.
32494
32779
  *
32780
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32781
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32782
+ * functionality.
32495
32783
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
32496
32784
  */
32497
32785
  export interface $SegmentedButtonSettings extends $WebComponentSettings {
@@ -32598,6 +32886,9 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
32598
32886
  * CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.SegmentedButtonItem`.
32599
32887
  *
32600
32888
  * @since 1.95.0
32889
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32890
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32891
+ * functionality.
32601
32892
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
32602
32893
  */
32603
32894
  export default class SegmentedButtonItem
@@ -33128,6 +33419,9 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
33128
33419
  /**
33129
33420
  * Describes the settings that can be provided to the SegmentedButtonItem constructor.
33130
33421
  *
33422
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
33423
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
33424
+ * functionality.
33131
33425
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
33132
33426
  */
33133
33427
  export interface $SegmentedButtonItemSettings extends $WebComponentSettings {
@@ -33298,6 +33592,9 @@ declare module "sap/ui/webc/main/Select" {
33298
33592
  *
33299
33593
  *
33300
33594
  * @since 1.92.0
33595
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
33596
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
33597
+ * functionality.
33301
33598
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
33302
33599
  */
33303
33600
  export default class Select extends WebComponent implements IFormContent {
@@ -34151,6 +34448,9 @@ declare module "sap/ui/webc/main/Select" {
34151
34448
  /**
34152
34449
  * Describes the settings that can be provided to the Select constructor.
34153
34450
  *
34451
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34452
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34453
+ * functionality.
34154
34454
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
34155
34455
  */
34156
34456
  export interface $SelectSettings extends $WebComponentSettings {
@@ -34363,6 +34663,9 @@ declare module "sap/ui/webc/main/SelectMenu" {
34363
34663
  *
34364
34664
  *
34365
34665
  * @since 1.120.0
34666
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34667
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34668
+ * functionality.
34366
34669
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34367
34670
  */
34368
34671
  export default class SelectMenu extends WebComponent {
@@ -34509,6 +34812,9 @@ declare module "sap/ui/webc/main/SelectMenu" {
34509
34812
  /**
34510
34813
  * Describes the settings that can be provided to the SelectMenu constructor.
34511
34814
  *
34815
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34816
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34817
+ * functionality.
34512
34818
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34513
34819
  */
34514
34820
  export interface $SelectMenuSettings extends $WebComponentSettings {
@@ -34546,6 +34852,9 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
34546
34852
  * Usage:
34547
34853
  *
34548
34854
  * @since 1.120.0
34855
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34856
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34857
+ * functionality.
34549
34858
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34550
34859
  */
34551
34860
  export default class SelectMenuOption
@@ -34748,6 +35057,9 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
34748
35057
  /**
34749
35058
  * Describes the settings that can be provided to the SelectMenuOption constructor.
34750
35059
  *
35060
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35061
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35062
+ * functionality.
34751
35063
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34752
35064
  */
34753
35065
  export interface $SelectMenuOptionSettings extends $WebComponentSettings {
@@ -34837,6 +35149,9 @@ declare module "sap/ui/webc/main/Slider" {
34837
35149
  *
34838
35150
  *
34839
35151
  * @since 1.92.0
35152
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35153
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35154
+ * functionality.
34840
35155
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
34841
35156
  */
34842
35157
  export default class Slider extends WebComponent implements IFormContent {
@@ -35367,6 +35682,9 @@ declare module "sap/ui/webc/main/Slider" {
35367
35682
  /**
35368
35683
  * Describes the settings that can be provided to the Slider constructor.
35369
35684
  *
35685
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35686
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35687
+ * functionality.
35370
35688
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
35371
35689
  */
35372
35690
  export interface $SliderSettings extends $WebComponentSettings {
@@ -35509,6 +35827,9 @@ declare module "sap/ui/webc/main/SplitButton" {
35509
35827
  * - `arrow-click` for the second button (arrow action)
35510
35828
  *
35511
35829
  * @since 1.99.0
35830
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35831
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35832
+ * functionality.
35512
35833
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
35513
35834
  */
35514
35835
  export default class SplitButton extends WebComponent {
@@ -35916,6 +36237,9 @@ declare module "sap/ui/webc/main/SplitButton" {
35916
36237
  /**
35917
36238
  * Describes the settings that can be provided to the SplitButton constructor.
35918
36239
  *
36240
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
36241
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
36242
+ * functionality.
35919
36243
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
35920
36244
  */
35921
36245
  export interface $SplitButtonSettings extends $WebComponentSettings {
@@ -36039,6 +36363,9 @@ declare module "sap/ui/webc/main/StandardListItem" {
36039
36363
  * - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
36040
36364
  *
36041
36365
  * @since 1.92.0
36366
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
36367
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
36368
+ * functionality.
36042
36369
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
36043
36370
  */
36044
36371
  export default class StandardListItem
@@ -36677,6 +37004,9 @@ declare module "sap/ui/webc/main/StandardListItem" {
36677
37004
  /**
36678
37005
  * Describes the settings that can be provided to the StandardListItem constructor.
36679
37006
  *
37007
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37008
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37009
+ * functionality.
36680
37010
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
36681
37011
  */
36682
37012
  export interface $StandardListItemSettings extends $WebComponentSettings {
@@ -36853,6 +37183,9 @@ declare module "sap/ui/webc/main/StepInput" {
36853
37183
  * - To enter dates and times. In this case, use date/time related components instead.
36854
37184
  *
36855
37185
  * @since 1.92.0
37186
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37187
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37188
+ * functionality.
36856
37189
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
36857
37190
  */
36858
37191
  export default class StepInput extends WebComponent implements IFormContent {
@@ -37458,6 +37791,9 @@ declare module "sap/ui/webc/main/StepInput" {
37458
37791
  /**
37459
37792
  * Describes the settings that can be provided to the StepInput constructor.
37460
37793
  *
37794
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37795
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37796
+ * functionality.
37461
37797
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
37462
37798
  */
37463
37799
  export interface $StepInputSettings extends $WebComponentSettings {
@@ -37592,6 +37928,9 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
37592
37928
  * `sap.ui.webc.main.Input` suggestions into groups.
37593
37929
  *
37594
37930
  * @since 1.95.0
37931
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37932
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37933
+ * functionality.
37595
37934
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
37596
37935
  */
37597
37936
  export default class SuggestionGroupItem
@@ -37694,6 +38033,9 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
37694
38033
  /**
37695
38034
  * Describes the settings that can be provided to the SuggestionGroupItem constructor.
37696
38035
  *
38036
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38037
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38038
+ * functionality.
37697
38039
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
37698
38040
  */
37699
38041
  export interface $SuggestionGroupItemSettings extends $WebComponentSettings {
@@ -37722,6 +38064,9 @@ declare module "sap/ui/webc/main/SuggestionItem" {
37722
38064
  * The `sap.ui.webc.main.SuggestionItem` represents the suggestion item of the `sap.ui.webc.main.Input`.
37723
38065
  *
37724
38066
  * @since 1.92.0
38067
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38068
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38069
+ * functionality.
37725
38070
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
37726
38071
  */
37727
38072
  export default class SuggestionItem
@@ -38037,6 +38382,9 @@ declare module "sap/ui/webc/main/SuggestionItem" {
38037
38382
  /**
38038
38383
  * Describes the settings that can be provided to the SuggestionItem constructor.
38039
38384
  *
38385
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38386
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38387
+ * functionality.
38040
38388
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38041
38389
  */
38042
38390
  export interface $SuggestionItemSettings extends $WebComponentSettings {
@@ -38140,6 +38488,9 @@ declare module "sap/ui/webc/main/Switch" {
38140
38488
  * - handle - Used to style the handle of the switch
38141
38489
  *
38142
38490
  * @since 1.92.0
38491
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38492
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38493
+ * functionality.
38143
38494
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38144
38495
  */
38145
38496
  export default class Switch extends WebComponent implements IFormContent {
@@ -38618,6 +38969,9 @@ declare module "sap/ui/webc/main/Switch" {
38618
38969
  /**
38619
38970
  * Describes the settings that can be provided to the Switch constructor.
38620
38971
  *
38972
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38973
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38974
+ * functionality.
38621
38975
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38622
38976
  */
38623
38977
  export interface $SwitchSettings extends $WebComponentSettings {
@@ -38735,6 +39089,9 @@ declare module "sap/ui/webc/main/Tab" {
38735
39089
  * that is presented to the user once the tab is selected.
38736
39090
  *
38737
39091
  * @since 1.92.0
39092
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
39093
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
39094
+ * functionality.
38738
39095
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38739
39096
  */
38740
39097
  export default class Tab extends WebComponent implements ITab {
@@ -39175,6 +39532,9 @@ declare module "sap/ui/webc/main/Tab" {
39175
39532
  /**
39176
39533
  * Describes the settings that can be provided to the Tab constructor.
39177
39534
  *
39535
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
39536
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
39537
+ * functionality.
39178
39538
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39179
39539
  */
39180
39540
  export interface $TabSettings extends $WebComponentSettings {
@@ -39295,6 +39655,9 @@ declare module "sap/ui/webc/main/TabContainer" {
39295
39655
  * Keyboard Handling:
39296
39656
  *
39297
39657
  * @since 1.92.0
39658
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
39659
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
39660
+ * functionality.
39298
39661
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39299
39662
  */
39300
39663
  export default class TabContainer extends WebComponent {
@@ -39847,6 +40210,9 @@ declare module "sap/ui/webc/main/TabContainer" {
39847
40210
  /**
39848
40211
  * Describes the settings that can be provided to the TabContainer constructor.
39849
40212
  *
40213
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
40214
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
40215
+ * functionality.
39850
40216
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39851
40217
  */
39852
40218
  export interface $TabContainerSettings extends $WebComponentSettings {
@@ -40037,6 +40403,9 @@ declare module "sap/ui/webc/main/Table" {
40037
40403
  * - [CTRL]+[HOME]/[END] - Same behavior as HOME & END.
40038
40404
  *
40039
40405
  * @since 1.92.0
40406
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
40407
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
40408
+ * functionality.
40040
40409
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
40041
40410
  */
40042
40411
  export default class Table extends WebComponent {
@@ -41036,6 +41405,9 @@ declare module "sap/ui/webc/main/Table" {
41036
41405
  /**
41037
41406
  * Describes the settings that can be provided to the Table constructor.
41038
41407
  *
41408
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41409
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41410
+ * functionality.
41039
41411
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41040
41412
  */
41041
41413
  export interface $TableSettings extends $WebComponentSettings {
@@ -41287,6 +41659,9 @@ declare module "sap/ui/webc/main/TableCell" {
41287
41659
  * - cell - Used to style the native `td` element
41288
41660
  *
41289
41661
  * @since 1.92.0
41662
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41663
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41664
+ * functionality.
41290
41665
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41291
41666
  */
41292
41667
  export default class TableCell extends WebComponent implements ITableCell {
@@ -41434,6 +41809,9 @@ declare module "sap/ui/webc/main/TableCell" {
41434
41809
  /**
41435
41810
  * Describes the settings that can be provided to the TableCell constructor.
41436
41811
  *
41812
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41813
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41814
+ * functionality.
41437
41815
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41438
41816
  */
41439
41817
  export interface $TableCellSettings extends $WebComponentSettings {
@@ -41478,6 +41856,9 @@ declare module "sap/ui/webc/main/TableColumn" {
41478
41856
  * - column - Used to style the native `th` element
41479
41857
  *
41480
41858
  * @since 1.92.0
41859
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41860
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41861
+ * functionality.
41481
41862
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41482
41863
  */
41483
41864
  export default class TableColumn
@@ -41778,6 +42159,9 @@ declare module "sap/ui/webc/main/TableColumn" {
41778
42159
  /**
41779
42160
  * Describes the settings that can be provided to the TableColumn constructor.
41780
42161
  *
42162
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42163
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42164
+ * functionality.
41781
42165
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41782
42166
  */
41783
42167
  export interface $TableColumnSettings extends $WebComponentSettings {
@@ -41851,6 +42235,9 @@ declare module "sap/ui/webc/main/TableGroupRow" {
41851
42235
  * - group-row - Used to style the native `tr` element.
41852
42236
  *
41853
42237
  * @since 1.95.0
42238
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42239
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42240
+ * functionality.
41854
42241
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
41855
42242
  */
41856
42243
  export default class TableGroupRow extends WebComponent implements ITableRow {
@@ -41950,6 +42337,9 @@ declare module "sap/ui/webc/main/TableGroupRow" {
41950
42337
  /**
41951
42338
  * Describes the settings that can be provided to the TableGroupRow constructor.
41952
42339
  *
42340
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42341
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42342
+ * functionality.
41953
42343
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
41954
42344
  */
41955
42345
  export interface $TableGroupRowSettings extends $WebComponentSettings {
@@ -41993,6 +42383,9 @@ declare module "sap/ui/webc/main/TableRow" {
41993
42383
  * - popin-row - Used to style the `tr` element when a row pops in
41994
42384
  *
41995
42385
  * @since 1.92.0
42386
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42387
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42388
+ * functionality.
41996
42389
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41997
42390
  */
41998
42391
  export default class TableRow extends WebComponent implements ITableRow {
@@ -42243,6 +42636,9 @@ declare module "sap/ui/webc/main/TableRow" {
42243
42636
  /**
42244
42637
  * Describes the settings that can be provided to the TableRow constructor.
42245
42638
  *
42639
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42640
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42641
+ * functionality.
42246
42642
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42247
42643
  */
42248
42644
  export interface $TableRowSettings extends $WebComponentSettings {
@@ -42294,6 +42690,9 @@ declare module "sap/ui/webc/main/TabSeparator" {
42294
42690
  * The `sap.ui.webc.main.TabSeparator` represents a vertical line to separate tabs inside a `sap.ui.webc.main.TabContainer`.
42295
42691
  *
42296
42692
  * @since 1.92.0
42693
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42694
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42695
+ * functionality.
42297
42696
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42298
42697
  */
42299
42698
  export default class TabSeparator extends WebComponent implements ITab {
@@ -42376,6 +42775,9 @@ declare module "sap/ui/webc/main/TabSeparator" {
42376
42775
  /**
42377
42776
  * Describes the settings that can be provided to the TabSeparator constructor.
42378
42777
  *
42778
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42779
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42780
+ * functionality.
42379
42781
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42380
42782
  */
42381
42783
  export interface $TabSeparatorSettings extends $WebComponentSettings {}
@@ -42413,6 +42815,9 @@ declare module "sap/ui/webc/main/TextArea" {
42413
42815
  * - textarea - Used to style the native textarea
42414
42816
  *
42415
42817
  * @since 1.92.0
42818
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42819
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42820
+ * functionality.
42416
42821
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42417
42822
  */
42418
42823
  export default class TextArea extends WebComponent implements IFormContent {
@@ -43180,6 +43585,9 @@ declare module "sap/ui/webc/main/TextArea" {
43180
43585
  /**
43181
43586
  * Describes the settings that can be provided to the TextArea constructor.
43182
43587
  *
43588
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
43589
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
43590
+ * functionality.
43183
43591
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43184
43592
  */
43185
43593
  export interface $TextAreaSettings extends $WebComponentSettings {
@@ -43397,6 +43805,9 @@ declare module "sap/ui/webc/main/TimePicker" {
43397
43805
  * is pressed, the first clock is beind displayed.
43398
43806
  *
43399
43807
  * @since 1.92.0
43808
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
43809
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
43810
+ * functionality.
43400
43811
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43401
43812
  */
43402
43813
  export default class TimePicker extends WebComponent implements IFormContent {
@@ -43932,6 +44343,9 @@ declare module "sap/ui/webc/main/TimePicker" {
43932
44343
  /**
43933
44344
  * Describes the settings that can be provided to the TimePicker constructor.
43934
44345
  *
44346
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44347
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44348
+ * functionality.
43935
44349
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43936
44350
  */
43937
44351
  export interface $TimePickerSettings extends $WebComponentSettings {
@@ -44078,6 +44492,9 @@ declare module "sap/ui/webc/main/Title" {
44078
44492
  * text with explicit header/title semantics.
44079
44493
  *
44080
44494
  * @since 1.92.0
44495
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44496
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44497
+ * functionality.
44081
44498
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44082
44499
  */
44083
44500
  export default class Title extends WebComponent {
@@ -44261,6 +44678,9 @@ declare module "sap/ui/webc/main/Title" {
44261
44678
  /**
44262
44679
  * Describes the settings that can be provided to the Title constructor.
44263
44680
  *
44681
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44682
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44683
+ * functionality.
44264
44684
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44265
44685
  */
44266
44686
  export interface $TitleSettings extends $WebComponentSettings {
@@ -44325,6 +44745,9 @@ declare module "sap/ui/webc/main/Toast" {
44325
44745
  * - You want users to be able to copy some part of the message text.
44326
44746
  *
44327
44747
  * @since 1.92.0
44748
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44749
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44750
+ * functionality.
44328
44751
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44329
44752
  */
44330
44753
  export default class Toast extends WebComponent {
@@ -44547,6 +44970,9 @@ declare module "sap/ui/webc/main/Toast" {
44547
44970
  /**
44548
44971
  * Describes the settings that can be provided to the Toast constructor.
44549
44972
  *
44973
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44974
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44975
+ * functionality.
44550
44976
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44551
44977
  */
44552
44978
  export interface $ToastSettings extends $WebComponentSettings {
@@ -44614,6 +45040,9 @@ declare module "sap/ui/webc/main/ToggleButton" {
44614
45040
  * CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.ToggleButton`.
44615
45041
  *
44616
45042
  * @since 1.92.0
45043
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
45044
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
45045
+ * functionality.
44617
45046
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44618
45047
  */
44619
45048
  export default class ToggleButton extends WebComponent {
@@ -45134,6 +45563,9 @@ declare module "sap/ui/webc/main/ToggleButton" {
45134
45563
  /**
45135
45564
  * Describes the settings that can be provided to the ToggleButton constructor.
45136
45565
  *
45566
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
45567
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
45568
+ * functionality.
45137
45569
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45138
45570
  */
45139
45571
  export interface $ToggleButtonSettings extends $WebComponentSettings {
@@ -45268,6 +45700,9 @@ declare module "sap/ui/webc/main/Token" {
45268
45700
  * items.
45269
45701
  *
45270
45702
  * @since 1.92.0
45703
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
45704
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
45705
+ * functionality.
45271
45706
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45272
45707
  */
45273
45708
  export default class Token extends WebComponent implements IToken {
@@ -45587,6 +46022,9 @@ declare module "sap/ui/webc/main/Token" {
45587
46022
  /**
45588
46023
  * Describes the settings that can be provided to the Token constructor.
45589
46024
  *
46025
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46026
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46027
+ * functionality.
45590
46028
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45591
46029
  */
45592
46030
  export interface $TokenSettings extends $WebComponentSettings {
@@ -45665,6 +46103,9 @@ declare module "sap/ui/webc/main/Toolbar" {
45665
46103
  *
45666
46104
  *
45667
46105
  * @since 1.120.0
46106
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46107
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46108
+ * functionality.
45668
46109
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
45669
46110
  */
45670
46111
  export default class Toolbar extends WebComponent {
@@ -45903,6 +46344,9 @@ declare module "sap/ui/webc/main/Toolbar" {
45903
46344
  /**
45904
46345
  * Describes the settings that can be provided to the Toolbar constructor.
45905
46346
  *
46347
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46348
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46349
+ * functionality.
45906
46350
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
45907
46351
  */
45908
46352
  export interface $ToolbarSettings extends $WebComponentSettings {
@@ -45962,6 +46406,9 @@ declare module "sap/ui/webc/main/ToolbarButton" {
45962
46406
  * Overview: The `sap.ui.webc.main.ToolbarButton` represents an abstract action, used in the `sap.ui.webc.main.Toolbar`.
45963
46407
  *
45964
46408
  * @since 1.120.0
46409
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46410
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46411
+ * functionality.
45965
46412
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
45966
46413
  */
45967
46414
  export default class ToolbarButton
@@ -46450,6 +46897,9 @@ declare module "sap/ui/webc/main/ToolbarButton" {
46450
46897
  /**
46451
46898
  * Describes the settings that can be provided to the ToolbarButton constructor.
46452
46899
  *
46900
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46901
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46902
+ * functionality.
46453
46903
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46454
46904
  */
46455
46905
  export interface $ToolbarButtonSettings extends $WebComponentSettings {
@@ -46583,6 +47033,9 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
46583
47033
  * component.
46584
47034
  *
46585
47035
  * @since 1.120.0
47036
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47037
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47038
+ * functionality.
46586
47039
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46587
47040
  */
46588
47041
  export default class ToolbarSelect
@@ -47144,6 +47597,9 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
47144
47597
  /**
47145
47598
  * Describes the settings that can be provided to the ToolbarSelect constructor.
47146
47599
  *
47600
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47601
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47602
+ * functionality.
47147
47603
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47148
47604
  */
47149
47605
  export interface $ToolbarSelectSettings extends $WebComponentSettings {
@@ -47277,6 +47733,9 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
47277
47733
  * The `sap.ui.webc.main.ToolbarSelectOption` component defines the content of an option in the `sap.ui.webc.main.ToolbarSelect`.
47278
47734
  *
47279
47735
  * @since 1.120.0
47736
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47737
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47738
+ * functionality.
47280
47739
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47281
47740
  */
47282
47741
  export default class ToolbarSelectOption
@@ -47408,6 +47867,9 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
47408
47867
  /**
47409
47868
  * Describes the settings that can be provided to the ToolbarSelectOption constructor.
47410
47869
  *
47870
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47871
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47872
+ * functionality.
47411
47873
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47412
47874
  */
47413
47875
  export interface $ToolbarSelectOptionSettings extends $WebComponentSettings {
@@ -47438,6 +47900,9 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
47438
47900
  * elements. It takes no space in calculating toolbar items width.
47439
47901
  *
47440
47902
  * @since 1.120.0
47903
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47904
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47905
+ * functionality.
47441
47906
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47442
47907
  */
47443
47908
  export default class ToolbarSeparator
@@ -47517,6 +47982,9 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
47517
47982
  /**
47518
47983
  * Describes the settings that can be provided to the ToolbarSeparator constructor.
47519
47984
  *
47985
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47986
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47987
+ * functionality.
47520
47988
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47521
47989
  */
47522
47990
  export interface $ToolbarSeparatorSettings extends $WebComponentSettings {}
@@ -47541,6 +48009,9 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
47541
48009
  * items to take 100% width. It takes no space in calculating toolbar items width.
47542
48010
  *
47543
48011
  * @since 1.120.0
48012
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
48013
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
48014
+ * functionality.
47544
48015
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47545
48016
  */
47546
48017
  export default class ToolbarSpacer
@@ -47651,6 +48122,9 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
47651
48122
  /**
47652
48123
  * Describes the settings that can be provided to the ToolbarSpacer constructor.
47653
48124
  *
48125
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
48126
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
48127
+ * functionality.
47654
48128
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47655
48129
  */
47656
48130
  export interface $ToolbarSpacerSettings extends $WebComponentSettings {
@@ -47716,6 +48190,9 @@ declare module "sap/ui/webc/main/Tree" {
47716
48190
  * - [ENTER] - Selects the currently focused item upon keydown.
47717
48191
  *
47718
48192
  * @since 1.92.0
48193
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
48194
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
48195
+ * functionality.
47719
48196
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
47720
48197
  */
47721
48198
  export default class Tree extends WebComponent {
@@ -48698,6 +49175,9 @@ declare module "sap/ui/webc/main/Tree" {
48698
49175
  /**
48699
49176
  * Describes the settings that can be provided to the Tree constructor.
48700
49177
  *
49178
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
49179
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
49180
+ * functionality.
48701
49181
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
48702
49182
  */
48703
49183
  export interface $TreeSettings extends $WebComponentSettings {
@@ -48961,6 +49441,9 @@ declare module "sap/ui/webc/main/TreeItem" {
48961
49441
  * - icon - Used to style the icon of the tree list item
48962
49442
  *
48963
49443
  * @since 1.92.0
49444
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
49445
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
49446
+ * functionality.
48964
49447
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
48965
49448
  */
48966
49449
  export default class TreeItem extends WebComponent implements ITreeItem {
@@ -49621,6 +50104,9 @@ declare module "sap/ui/webc/main/TreeItem" {
49621
50104
  /**
49622
50105
  * Describes the settings that can be provided to the TreeItem constructor.
49623
50106
  *
50107
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
50108
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
50109
+ * functionality.
49624
50110
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
49625
50111
  */
49626
50112
  export interface $TreeItemSettings extends $WebComponentSettings {
@@ -49793,6 +50279,9 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
49793
50279
  * - icon - Used to style the icon of the tree list item
49794
50280
  *
49795
50281
  * @since 1.115.0
50282
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
50283
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
50284
+ * functionality.
49796
50285
  * @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
49797
50286
  */
49798
50287
  export default class TreeItemCustom
@@ -50504,6 +50993,9 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
50504
50993
  /**
50505
50994
  * Describes the settings that can be provided to the TreeItemCustom constructor.
50506
50995
  *
50996
+ * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
50997
+ * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
50998
+ * functionality.
50507
50999
  * @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
50508
51000
  */
50509
51001
  export interface $TreeItemCustomSettings extends $WebComponentSettings {