@openui5/types 1.123.1 → 1.124.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
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,11 +3475,15 @@ 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
3457
3484
  extends WebComponent
3458
- implements IBreadcrumbsItem {
3485
+ implements IBreadcrumbsItem
3486
+ {
3459
3487
  __implements__sap_ui_webc_main_IBreadcrumbsItem: boolean;
3460
3488
  /**
3461
3489
  * Constructor for a new `BreadcrumbsItem`.
@@ -3661,6 +3689,9 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
3661
3689
  /**
3662
3690
  * Describes the settings that can be provided to the BreadcrumbsItem constructor.
3663
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.
3664
3695
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3665
3696
  */
3666
3697
  export interface $BreadcrumbsItemSettings extends $WebComponentSettings {
@@ -3742,6 +3773,9 @@ declare module "sap/ui/webc/main/BusyIndicator" {
3742
3773
  * - Do not show multiple busy indicators at once.
3743
3774
  *
3744
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.
3745
3779
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
3746
3780
  */
3747
3781
  export default class BusyIndicator extends WebComponent {
@@ -4058,6 +4092,9 @@ declare module "sap/ui/webc/main/BusyIndicator" {
4058
4092
  /**
4059
4093
  * Describes the settings that can be provided to the BusyIndicator constructor.
4060
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.
4061
4098
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4062
4099
  */
4063
4100
  export interface $BusyIndicatorSettings extends $WebComponentSettings {
@@ -4152,11 +4189,15 @@ declare module "sap/ui/webc/main/Button" {
4152
4189
  * - button - Used to style the native button element
4153
4190
  *
4154
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.
4155
4195
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4156
4196
  */
4157
4197
  export default class Button
4158
4198
  extends WebComponent
4159
- implements IButton, IFormContent {
4199
+ implements IButton, IFormContent
4200
+ {
4160
4201
  __implements__sap_ui_webc_main_IButton: boolean;
4161
4202
  __implements__sap_ui_core_IFormContent: boolean;
4162
4203
  /**
@@ -4678,6 +4719,9 @@ declare module "sap/ui/webc/main/Button" {
4678
4719
  /**
4679
4720
  * Describes the settings that can be provided to the Button constructor.
4680
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.
4681
4725
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4682
4726
  */
4683
4727
  export interface $ButtonSettings extends $WebComponentSettings {
@@ -4891,6 +4935,9 @@ declare module "sap/ui/webc/main/Calendar" {
4891
4935
  * `
4892
4936
  *
4893
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.
4894
4941
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4895
4942
  */
4896
4943
  export default class Calendar extends WebComponent {
@@ -5363,6 +5410,9 @@ declare module "sap/ui/webc/main/Calendar" {
5363
5410
  /**
5364
5411
  * Describes the settings that can be provided to the Calendar constructor.
5365
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.
5366
5416
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5367
5417
  */
5368
5418
  export interface $CalendarSettings extends $WebComponentSettings {
@@ -5481,11 +5531,15 @@ declare module "sap/ui/webc/main/CalendarDate" {
5481
5531
  * The `sap.ui.webc.main.CalendarDate` component defines a calendar date to be used inside `sap.ui.webc.main.Calendar`
5482
5532
  *
5483
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.
5484
5537
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5485
5538
  */
5486
5539
  export default class CalendarDate
5487
5540
  extends WebComponent
5488
- implements ICalendarDate {
5541
+ implements ICalendarDate
5542
+ {
5489
5543
  __implements__sap_ui_webc_main_ICalendarDate: boolean;
5490
5544
  /**
5491
5545
  * Constructor for a new `CalendarDate`.
@@ -5580,6 +5634,9 @@ declare module "sap/ui/webc/main/CalendarDate" {
5580
5634
  /**
5581
5635
  * Describes the settings that can be provided to the CalendarDate constructor.
5582
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.
5583
5640
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5584
5641
  */
5585
5642
  export interface $CalendarDateSettings extends $WebComponentSettings {
@@ -5622,6 +5679,9 @@ declare module "sap/ui/webc/main/Card" {
5622
5679
  * taken for keyboard handling, styling and accessibility.
5623
5680
  *
5624
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.
5625
5685
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5626
5686
  */
5627
5687
  export default class Card extends WebComponent {
@@ -5963,6 +6023,9 @@ declare module "sap/ui/webc/main/Card" {
5963
6023
  /**
5964
6024
  * Describes the settings that can be provided to the Card constructor.
5965
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.
5966
6029
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5967
6030
  */
5968
6031
  export interface $CardSettings extends $WebComponentSettings {
@@ -6045,6 +6108,9 @@ declare module "sap/ui/webc/main/CardHeader" {
6045
6108
  * - status - Used to style the status of the CardHeader
6046
6109
  *
6047
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.
6048
6114
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
6049
6115
  */
6050
6116
  export default class CardHeader extends WebComponent implements ICardHeader {
@@ -6469,6 +6535,9 @@ declare module "sap/ui/webc/main/CardHeader" {
6469
6535
  /**
6470
6536
  * Describes the settings that can be provided to the CardHeader constructor.
6471
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.
6472
6541
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
6473
6542
  */
6474
6543
  export interface $CardHeaderSettings extends $WebComponentSettings {
@@ -6588,6 +6657,9 @@ declare module "sap/ui/webc/main/Carousel" {
6588
6657
  * - content - Used to style the content of the component
6589
6658
  *
6590
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.
6591
6663
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6592
6664
  */
6593
6665
  export default class Carousel extends WebComponent {
@@ -7184,6 +7256,9 @@ declare module "sap/ui/webc/main/Carousel" {
7184
7256
  /**
7185
7257
  * Describes the settings that can be provided to the Carousel constructor.
7186
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.
7187
7262
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7188
7263
  */
7189
7264
  export interface $CarouselSettings extends $WebComponentSettings {
@@ -7362,6 +7437,9 @@ declare module "sap/ui/webc/main/CheckBox" {
7362
7437
  *
7363
7438
  *
7364
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.
7365
7443
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7366
7444
  */
7367
7445
  export default class CheckBox extends WebComponent implements IFormContent {
@@ -7920,6 +7998,9 @@ declare module "sap/ui/webc/main/CheckBox" {
7920
7998
  /**
7921
7999
  * Describes the settings that can be provided to the CheckBox constructor.
7922
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.
7923
8004
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7924
8005
  */
7925
8006
  export interface $CheckBoxSettings extends $WebComponentSettings {
@@ -8064,6 +8145,9 @@ declare module "sap/ui/webc/main/ColorPalette" {
8064
8145
  * of the `sap.ui.webc.main.ColorPalette`.
8065
8146
  *
8066
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.
8067
8151
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8068
8152
  */
8069
8153
  export default class ColorPalette extends WebComponent {
@@ -8288,6 +8372,9 @@ declare module "sap/ui/webc/main/ColorPalette" {
8288
8372
  /**
8289
8373
  * Describes the settings that can be provided to the ColorPalette constructor.
8290
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.
8291
8378
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8292
8379
  */
8293
8380
  export interface $ColorPaletteSettings extends $WebComponentSettings {
@@ -8345,11 +8432,15 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
8345
8432
  * The `sap.ui.webc.main.ColorPaletteItem` component represents a color in the the `sap.ui.webc.main.ColorPalette`.
8346
8433
  *
8347
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.
8348
8438
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8349
8439
  */
8350
8440
  export default class ColorPaletteItem
8351
8441
  extends WebComponent
8352
- implements IColorPaletteItem {
8442
+ implements IColorPaletteItem
8443
+ {
8353
8444
  __implements__sap_ui_webc_main_IColorPaletteItem: boolean;
8354
8445
  /**
8355
8446
  * Constructor for a new `ColorPaletteItem`.
@@ -8446,6 +8537,9 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
8446
8537
  /**
8447
8538
  * Describes the settings that can be provided to the ColorPaletteItem constructor.
8448
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.
8449
8543
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8450
8544
  */
8451
8545
  export interface $ColorPaletteItemSettings extends $WebComponentSettings {
@@ -8493,6 +8587,9 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
8493
8587
  * and spend large amount of time to configure the right color through the color picker.
8494
8588
  *
8495
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.
8496
8593
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
8497
8594
  */
8498
8595
  export default class ColorPalettePopover extends WebComponent {
@@ -8844,6 +8941,9 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
8844
8941
  /**
8845
8942
  * Describes the settings that can be provided to the ColorPalettePopover constructor.
8846
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.
8847
8947
  * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
8848
8948
  */
8849
8949
  export interface $ColorPalettePopoverSettings extends $WebComponentSettings {
@@ -8931,6 +9031,9 @@ declare module "sap/ui/webc/main/ColorPicker" {
8931
9031
  *
8932
9032
  *
8933
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.
8934
9037
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8935
9038
  */
8936
9039
  export default class ColorPicker extends WebComponent {
@@ -9107,6 +9210,9 @@ declare module "sap/ui/webc/main/ColorPicker" {
9107
9210
  /**
9108
9211
  * Describes the settings that can be provided to the ColorPicker constructor.
9109
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.
9110
9216
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9111
9217
  */
9112
9218
  export interface $ColorPickerSettings extends $WebComponentSettings {
@@ -9197,6 +9303,9 @@ declare module "sap/ui/webc/main/ComboBox" {
9197
9303
  * selects the last item.
9198
9304
  *
9199
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.
9200
9309
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9201
9310
  */
9202
9311
  export default class ComboBox extends WebComponent implements IFormContent {
@@ -10026,6 +10135,9 @@ declare module "sap/ui/webc/main/ComboBox" {
10026
10135
  /**
10027
10136
  * Describes the settings that can be provided to the ComboBox constructor.
10028
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.
10029
10141
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10030
10142
  */
10031
10143
  export interface $ComboBoxSettings extends $WebComponentSettings {
@@ -10196,11 +10308,15 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
10196
10308
  * suggestions into groups.
10197
10309
  *
10198
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.
10199
10314
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
10200
10315
  */
10201
10316
  export default class ComboBoxGroupItem
10202
10317
  extends WebComponent
10203
- implements IComboBoxItem {
10318
+ implements IComboBoxItem
10319
+ {
10204
10320
  __implements__sap_ui_webc_main_IComboBoxItem: boolean;
10205
10321
  /**
10206
10322
  * Constructor for a new `ComboBoxGroupItem`.
@@ -10297,6 +10413,9 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
10297
10413
  /**
10298
10414
  * Describes the settings that can be provided to the ComboBoxGroupItem constructor.
10299
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.
10300
10419
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
10301
10420
  */
10302
10421
  export interface $ComboBoxGroupItemSettings extends $WebComponentSettings {
@@ -10323,11 +10442,15 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
10323
10442
  * The `sap.ui.webc.main.ComboBoxItem` represents the item for a `sap.ui.webc.main.ComboBox`.
10324
10443
  *
10325
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.
10326
10448
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10327
10449
  */
10328
10450
  export default class ComboBoxItem
10329
10451
  extends WebComponent
10330
- implements IComboBoxItem {
10452
+ implements IComboBoxItem
10453
+ {
10331
10454
  __implements__sap_ui_webc_main_IComboBoxItem: boolean;
10332
10455
  /**
10333
10456
  * Constructor for a new `ComboBoxItem`.
@@ -10453,6 +10576,9 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
10453
10576
  /**
10454
10577
  * Describes the settings that can be provided to the ComboBoxItem constructor.
10455
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.
10456
10582
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10457
10583
  */
10458
10584
  export interface $ComboBoxItemSettings extends $WebComponentSettings {
@@ -10506,11 +10632,15 @@ declare module "sap/ui/webc/main/CustomListItem" {
10506
10632
  * - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
10507
10633
  *
10508
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.
10509
10638
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10510
10639
  */
10511
10640
  export default class CustomListItem
10512
10641
  extends WebComponent
10513
- implements IListItem {
10642
+ implements IListItem
10643
+ {
10514
10644
  __implements__sap_ui_webc_main_IListItem: boolean;
10515
10645
  /**
10516
10646
  * Constructor for a new `CustomListItem`.
@@ -10937,6 +11067,9 @@ declare module "sap/ui/webc/main/CustomListItem" {
10937
11067
  /**
10938
11068
  * Describes the settings that can be provided to the CustomListItem constructor.
10939
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.
10940
11073
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10941
11074
  */
10942
11075
  export interface $CustomListItemSettings extends $WebComponentSettings {
@@ -11101,6 +11234,9 @@ declare module "sap/ui/webc/main/DatePicker" {
11101
11234
  *
11102
11235
  *
11103
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.
11104
11240
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11105
11241
  */
11106
11242
  export default class DatePicker extends WebComponent implements IFormContent {
@@ -11922,6 +12058,9 @@ declare module "sap/ui/webc/main/DatePicker" {
11922
12058
  /**
11923
12059
  * Describes the settings that can be provided to the DatePicker constructor.
11924
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.
11925
12064
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11926
12065
  */
11927
12066
  export interface $DatePickerSettings extends $WebComponentSettings {
@@ -12137,11 +12276,15 @@ declare module "sap/ui/webc/main/DateRangePicker" {
12137
12276
  * - [SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one
12138
12277
  *
12139
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.
12140
12282
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12141
12283
  */
12142
12284
  export default class DateRangePicker
12143
12285
  extends WebComponent
12144
- implements IFormContent {
12286
+ implements IFormContent
12287
+ {
12145
12288
  __implements__sap_ui_core_IFormContent: boolean;
12146
12289
  /**
12147
12290
  * Constructor for a new `DateRangePicker`.
@@ -13005,6 +13148,9 @@ declare module "sap/ui/webc/main/DateRangePicker" {
13005
13148
  /**
13006
13149
  * Describes the settings that can be provided to the DateRangePicker constructor.
13007
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.
13008
13154
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13009
13155
  */
13010
13156
  export interface $DateRangePickerSettings extends $WebComponentSettings {
@@ -13261,11 +13407,15 @@ declare module "sap/ui/webc/main/DateTimePicker" {
13261
13407
  * or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
13262
13408
  *
13263
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.
13264
13413
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13265
13414
  */
13266
13415
  export default class DateTimePicker
13267
13416
  extends WebComponent
13268
- implements IFormContent {
13417
+ implements IFormContent
13418
+ {
13269
13419
  __implements__sap_ui_core_IFormContent: boolean;
13270
13420
  /**
13271
13421
  * Constructor for a new `DateTimePicker`.
@@ -14084,6 +14234,9 @@ declare module "sap/ui/webc/main/DateTimePicker" {
14084
14234
  /**
14085
14235
  * Describes the settings that can be provided to the DateTimePicker constructor.
14086
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.
14087
14240
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14088
14241
  */
14089
14242
  export interface $DateTimePickerSettings extends $WebComponentSettings {
@@ -14320,6 +14473,9 @@ declare module "sap/ui/webc/main/Dialog" {
14320
14473
  * inside other components containing z-index. This might break z-index management.
14321
14474
  *
14322
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.
14323
14479
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14324
14480
  */
14325
14481
  export default class Dialog extends WebComponent {
@@ -15370,6 +15526,9 @@ declare module "sap/ui/webc/main/Dialog" {
15370
15526
  /**
15371
15527
  * Describes the settings that can be provided to the Dialog constructor.
15372
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.
15373
15532
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15374
15533
  */
15375
15534
  export interface $DialogSettings extends $WebComponentSettings {
@@ -15597,11 +15756,15 @@ declare module "sap/ui/webc/main/FileUploader" {
15597
15756
  * and "disabled" properties.
15598
15757
  *
15599
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.
15600
15762
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15601
15763
  */
15602
15764
  export default class FileUploader
15603
15765
  extends WebComponent
15604
- implements IFormContent {
15766
+ implements IFormContent
15767
+ {
15605
15768
  __implements__sap_ui_core_IFormContent: boolean;
15606
15769
  /**
15607
15770
  * Constructor for a new `FileUploader`.
@@ -16151,6 +16314,9 @@ declare module "sap/ui/webc/main/FileUploader" {
16151
16314
  /**
16152
16315
  * Describes the settings that can be provided to the FileUploader constructor.
16153
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.
16154
16320
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16155
16321
  */
16156
16322
  export interface $FileUploaderSettings extends $WebComponentSettings {
@@ -16275,11 +16441,15 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
16275
16441
  * into logical groups.
16276
16442
  *
16277
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.
16278
16447
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16279
16448
  */
16280
16449
  export default class GroupHeaderListItem
16281
16450
  extends WebComponent
16282
- implements IListItem {
16451
+ implements IListItem
16452
+ {
16283
16453
  __implements__sap_ui_webc_main_IListItem: boolean;
16284
16454
  /**
16285
16455
  * Constructor for a new `GroupHeaderListItem`.
@@ -16436,6 +16606,9 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
16436
16606
  /**
16437
16607
  * Describes the settings that can be provided to the GroupHeaderListItem constructor.
16438
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.
16439
16612
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16440
16613
  */
16441
16614
  export interface $GroupHeaderListItemSettings extends $WebComponentSettings {
@@ -16540,6 +16713,9 @@ declare module "sap/ui/webc/main/Icon" {
16540
16713
  * triggering the click event.
16541
16714
  *
16542
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.
16543
16719
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16544
16720
  */
16545
16721
  export default class Icon extends WebComponent implements IIcon {
@@ -17054,6 +17230,9 @@ declare module "sap/ui/webc/main/Icon" {
17054
17230
  /**
17055
17231
  * Describes the settings that can be provided to the Icon constructor.
17056
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.
17057
17236
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
17058
17237
  */
17059
17238
  export interface $IconSettings extends $WebComponentSettings {
@@ -17236,11 +17415,15 @@ declare module "sap/ui/webc/main/Input" {
17236
17415
  * focus is in the input, does nothing.
17237
17416
  *
17238
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.
17239
17421
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
17240
17422
  */
17241
17423
  export default class Input
17242
17424
  extends WebComponent
17243
- implements IInput, IFormContent {
17425
+ implements IInput, IFormContent
17426
+ {
17244
17427
  __implements__sap_ui_webc_main_IInput: boolean;
17245
17428
  __implements__sap_ui_core_IFormContent: boolean;
17246
17429
  /**
@@ -18302,6 +18485,9 @@ declare module "sap/ui/webc/main/Input" {
18302
18485
  /**
18303
18486
  * Describes the settings that can be provided to the Input constructor.
18304
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.
18305
18491
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18306
18492
  */
18307
18493
  export interface $InputSettings extends $WebComponentSettings {
@@ -18545,6 +18731,9 @@ declare module "sap/ui/webc/main/Label" {
18545
18731
  * choice of designs, you can use custom styles.
18546
18732
  *
18547
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.
18548
18737
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18549
18738
  */
18550
18739
  export default class Label extends WebComponent implements Label1 {
@@ -18785,6 +18974,9 @@ declare module "sap/ui/webc/main/Label" {
18785
18974
  /**
18786
18975
  * Describes the settings that can be provided to the Label constructor.
18787
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.
18788
18980
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18789
18981
  */
18790
18982
  export interface $LabelSettings extends $WebComponentSettings {
@@ -18874,6 +19066,9 @@ declare module "sap/ui/webc/main/Link" {
18874
19066
  * property is set to `"Normal"`, the text is displayed on several lines instead of being truncated.
18875
19067
  *
18876
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.
18877
19072
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18878
19073
  */
18879
19074
  export default class Link extends WebComponent {
@@ -19392,6 +19587,9 @@ declare module "sap/ui/webc/main/Link" {
19392
19587
  /**
19393
19588
  * Describes the settings that can be provided to the Link constructor.
19394
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.
19395
19593
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
19396
19594
  */
19397
19595
  export interface $LinkSettings extends $WebComponentSettings {
@@ -19586,6 +19784,9 @@ declare module "sap/ui/webc/main/List" {
19586
19784
  * - [DELETE] - Delete an item if `mode` property is `Delete`
19587
19785
  *
19588
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.
19589
19790
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
19590
19791
  */
19591
19792
  export default class List extends WebComponent {
@@ -20773,6 +20974,9 @@ declare module "sap/ui/webc/main/List" {
20773
20974
  /**
20774
20975
  * Describes the settings that can be provided to the List constructor.
20775
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.
20776
20980
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
20777
20981
  */
20778
20982
  export interface $ListSettings extends $WebComponentSettings {
@@ -21081,6 +21285,9 @@ declare module "sap/ui/webc/main/Menu" {
21081
21285
  *
21082
21286
  *
21083
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.
21084
21291
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
21085
21292
  */
21086
21293
  export default class Menu extends WebComponent {
@@ -21782,6 +21989,9 @@ declare module "sap/ui/webc/main/Menu" {
21782
21989
  /**
21783
21990
  * Describes the settings that can be provided to the Menu constructor.
21784
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.
21785
21995
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
21786
21996
  */
21787
21997
  export interface $MenuSettings extends $WebComponentSettings {
@@ -21958,6 +22168,9 @@ declare module "sap/ui/webc/main/MenuItem" {
21958
22168
  * not intended for public use.
21959
22169
  *
21960
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.
21961
22174
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
21962
22175
  */
21963
22176
  export default class MenuItem extends WebComponent implements IMenuItem {
@@ -22353,6 +22566,9 @@ declare module "sap/ui/webc/main/MenuItem" {
22353
22566
  /**
22354
22567
  * Describes the settings that can be provided to the MenuItem constructor.
22355
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.
22356
22572
  * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
22357
22573
  */
22358
22574
  export interface $MenuItemSettings extends $WebComponentSettings {
@@ -22444,6 +22660,9 @@ declare module "sap/ui/webc/main/MessageStrip" {
22444
22660
  * Keyboard Handling:
22445
22661
  *
22446
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.
22447
22666
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
22448
22667
  */
22449
22668
  export default class MessageStrip extends WebComponent {
@@ -22791,6 +23010,9 @@ declare module "sap/ui/webc/main/MessageStrip" {
22791
23010
  /**
22792
23011
  * Describes the settings that can be provided to the MessageStrip constructor.
22793
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.
22794
23016
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
22795
23017
  */
22796
23018
  export interface $MessageStripSettings extends $WebComponentSettings {
@@ -22923,11 +23145,15 @@ declare module "sap/ui/webc/main/MultiComboBox" {
22923
23145
  * - token-{index} - Used to style each token(where `token-0` corresponds to the first item)
22924
23146
  *
22925
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.
22926
23151
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
22927
23152
  */
22928
23153
  export default class MultiComboBox
22929
23154
  extends WebComponent
22930
- implements IFormContent {
23155
+ implements IFormContent
23156
+ {
22931
23157
  __implements__sap_ui_core_IFormContent: boolean;
22932
23158
  /**
22933
23159
  * Constructor for a new `MultiComboBox`.
@@ -23871,6 +24097,9 @@ declare module "sap/ui/webc/main/MultiComboBox" {
23871
24097
  /**
23872
24098
  * Describes the settings that can be provided to the MultiComboBox constructor.
23873
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.
23874
24103
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
23875
24104
  */
23876
24105
  export interface $MultiComboBoxSettings extends $WebComponentSettings {
@@ -24067,11 +24296,15 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
24067
24296
  * `sap.ui.webc.main.MultiComboBox` suggestions into groups.
24068
24297
  *
24069
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.
24070
24302
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24071
24303
  */
24072
24304
  export default class MultiComboBoxGroupItem
24073
24305
  extends WebComponent
24074
- implements IMultiComboBoxItem {
24306
+ implements IMultiComboBoxItem
24307
+ {
24075
24308
  __implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
24076
24309
  /**
24077
24310
  * Constructor for a new `MultiComboBoxGroupItem`.
@@ -24168,6 +24401,9 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
24168
24401
  /**
24169
24402
  * Describes the settings that can be provided to the MultiComboBoxGroupItem constructor.
24170
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.
24171
24407
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24172
24408
  */
24173
24409
  export interface $MultiComboBoxGroupItemSettings
@@ -24195,11 +24431,15 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
24195
24431
  * The `sap.ui.webc.main.MultiComboBoxItem` represents the item for a `sap.ui.webc.main.MultiComboBox`.
24196
24432
  *
24197
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.
24198
24437
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24199
24438
  */
24200
24439
  export default class MultiComboBoxItem
24201
24440
  extends WebComponent
24202
- implements IMultiComboBoxItem {
24441
+ implements IMultiComboBoxItem
24442
+ {
24203
24443
  __implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
24204
24444
  /**
24205
24445
  * Constructor for a new `MultiComboBoxItem`.
@@ -24354,6 +24594,9 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
24354
24594
  /**
24355
24595
  * Describes the settings that can be provided to the MultiComboBoxItem constructor.
24356
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.
24357
24600
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24358
24601
  */
24359
24602
  export interface $MultiComboBoxItemSettings extends $WebComponentSettings {
@@ -24417,11 +24660,15 @@ declare module "sap/ui/webc/main/MultiInput" {
24417
24660
  * - Select a value from the suggestion list (`suggestion-item-select` event is fired)
24418
24661
  *
24419
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.
24420
24666
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24421
24667
  */
24422
24668
  export default class MultiInput
24423
24669
  extends WebComponent
24424
- implements IFormContent, ISemanticFormContent {
24670
+ implements IFormContent, ISemanticFormContent
24671
+ {
24425
24672
  __implements__sap_ui_core_IFormContent: boolean;
24426
24673
  __implements__sap_ui_core_ISemanticFormContent: boolean;
24427
24674
  /**
@@ -25752,6 +25999,9 @@ declare module "sap/ui/webc/main/MultiInput" {
25752
25999
  /**
25753
26000
  * Describes the settings that can be provided to the MultiInput constructor.
25754
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.
25755
26005
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
25756
26006
  */
25757
26007
  export interface $MultiInputSettings extends $WebComponentSettings {
@@ -26044,6 +26294,9 @@ declare module "sap/ui/webc/main/Option" {
26044
26294
  * The `sap.ui.webc.main.Option` component defines the content of an option in the `sap.ui.webc.main.Select`.
26045
26295
  *
26046
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.
26047
26300
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26048
26301
  */
26049
26302
  export default class Option extends WebComponent implements ISelectOption {
@@ -26286,6 +26539,9 @@ declare module "sap/ui/webc/main/Option" {
26286
26539
  /**
26287
26540
  * Describes the settings that can be provided to the Option constructor.
26288
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.
26289
26545
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26290
26546
  */
26291
26547
  export interface $OptionSettings extends $WebComponentSettings {
@@ -26388,6 +26644,9 @@ declare module "sap/ui/webc/main/Panel" {
26388
26644
  * Keyboard Handling:
26389
26645
  *
26390
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.
26391
26650
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26392
26651
  */
26393
26652
  export default class Panel extends WebComponent {
@@ -26991,6 +27250,9 @@ declare module "sap/ui/webc/main/Panel" {
26991
27250
  /**
26992
27251
  * Describes the settings that can be provided to the Panel constructor.
26993
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.
26994
27256
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26995
27257
  */
26996
27258
  export interface $PanelSettings extends $WebComponentSettings {
@@ -27141,6 +27403,9 @@ declare module "sap/ui/webc/main/Popover" {
27141
27403
  * - footer - Used to style the footer of the component
27142
27404
  *
27143
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.
27144
27409
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
27145
27410
  */
27146
27411
  export default class Popover extends WebComponent {
@@ -28270,6 +28535,9 @@ declare module "sap/ui/webc/main/Popover" {
28270
28535
  /**
28271
28536
  * Describes the settings that can be provided to the Popover constructor.
28272
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.
28273
28541
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28274
28542
  */
28275
28543
  export interface $PopoverSettings extends $WebComponentSettings {
@@ -28489,11 +28757,15 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
28489
28757
  * CSS properties.
28490
28758
  *
28491
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.
28492
28763
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28493
28764
  */
28494
28765
  export default class ProgressIndicator
28495
28766
  extends WebComponent
28496
- implements IFormContent {
28767
+ implements IFormContent
28768
+ {
28497
28769
  __implements__sap_ui_core_IFormContent: boolean;
28498
28770
  /**
28499
28771
  * Constructor for a new `ProgressIndicator`.
@@ -28788,6 +29060,9 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
28788
29060
  /**
28789
29061
  * Describes the settings that can be provided to the ProgressIndicator constructor.
28790
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.
28791
29066
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28792
29067
  */
28793
29068
  export interface $ProgressIndicatorSettings extends $WebComponentSettings {
@@ -28884,11 +29159,15 @@ declare module "sap/ui/webc/main/RadioButton" {
28884
29159
  * **Note:** On entering radio button group, the focus goes to the currently selected radio button.
28885
29160
  *
28886
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.
28887
29165
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28888
29166
  */
28889
29167
  export default class RadioButton
28890
29168
  extends WebComponent
28891
- implements IFormContent {
29169
+ implements IFormContent
29170
+ {
28892
29171
  __implements__sap_ui_core_IFormContent: boolean;
28893
29172
  /**
28894
29173
  * Constructor for a new `RadioButton`.
@@ -29422,6 +29701,9 @@ declare module "sap/ui/webc/main/RadioButton" {
29422
29701
  /**
29423
29702
  * Describes the settings that can be provided to the RadioButton constructor.
29424
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.
29425
29707
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29426
29708
  */
29427
29709
  export interface $RadioButtonSettings extends $WebComponentSettings {
@@ -29593,6 +29875,9 @@ declare module "sap/ui/webc/main/RangeSlider" {
29593
29875
  *
29594
29876
  *
29595
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.
29596
29881
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29597
29882
  */
29598
29883
  export default class RangeSlider extends WebComponent {
@@ -30159,6 +30444,9 @@ declare module "sap/ui/webc/main/RangeSlider" {
30159
30444
  /**
30160
30445
  * Describes the settings that can be provided to the RangeSlider constructor.
30161
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.
30162
30450
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30163
30451
  */
30164
30452
  export interface $RangeSliderSettings extends $WebComponentSettings {
@@ -30309,11 +30597,15 @@ declare module "sap/ui/webc/main/RatingIndicator" {
30309
30597
  * of values, sets the highest value.
30310
30598
  *
30311
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.
30312
30603
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30313
30604
  */
30314
30605
  export default class RatingIndicator
30315
30606
  extends WebComponent
30316
- implements IFormContent {
30607
+ implements IFormContent
30608
+ {
30317
30609
  __implements__sap_ui_core_IFormContent: boolean;
30318
30610
  /**
30319
30611
  * Constructor for a new `RatingIndicator`.
@@ -30705,6 +30997,9 @@ declare module "sap/ui/webc/main/RatingIndicator" {
30705
30997
  /**
30706
30998
  * Describes the settings that can be provided to the RatingIndicator constructor.
30707
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.
30708
31003
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30709
31004
  */
30710
31005
  export interface $RatingIndicatorSettings extends $WebComponentSettings {
@@ -30818,6 +31113,9 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
30818
31113
  * - footer - Used to style the footer of the component
30819
31114
  *
30820
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.
30821
31119
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30822
31120
  */
30823
31121
  export default class ResponsivePopover extends WebComponent {
@@ -31905,6 +32203,9 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
31905
32203
  /**
31906
32204
  * Describes the settings that can be provided to the ResponsivePopover constructor.
31907
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.
31908
32209
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
31909
32210
  */
31910
32211
  export interface $ResponsivePopoverSettings extends $WebComponentSettings {
@@ -32126,11 +32427,15 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32126
32427
  * **Note:** There can be just one selected `item` at a time.
32127
32428
  *
32128
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.
32129
32433
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
32130
32434
  */
32131
32435
  export default class SegmentedButton
32132
32436
  extends WebComponent
32133
- implements IFormContent {
32437
+ implements IFormContent
32438
+ {
32134
32439
  __implements__sap_ui_core_IFormContent: boolean;
32135
32440
  /**
32136
32441
  * Constructor for a new `SegmentedButton`.
@@ -32472,6 +32777,9 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32472
32777
  /**
32473
32778
  * Describes the settings that can be provided to the SegmentedButton constructor.
32474
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.
32475
32783
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
32476
32784
  */
32477
32785
  export interface $SegmentedButtonSettings extends $WebComponentSettings {
@@ -32578,11 +32886,15 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
32578
32886
  * CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.SegmentedButtonItem`.
32579
32887
  *
32580
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.
32581
32892
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
32582
32893
  */
32583
32894
  export default class SegmentedButtonItem
32584
32895
  extends WebComponent
32585
- implements ISegmentedButtonItem {
32896
+ implements ISegmentedButtonItem
32897
+ {
32586
32898
  __implements__sap_ui_webc_main_ISegmentedButtonItem: boolean;
32587
32899
  /**
32588
32900
  * Constructor for a new `SegmentedButtonItem`.
@@ -33107,6 +33419,9 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
33107
33419
  /**
33108
33420
  * Describes the settings that can be provided to the SegmentedButtonItem constructor.
33109
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.
33110
33425
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
33111
33426
  */
33112
33427
  export interface $SegmentedButtonItemSettings extends $WebComponentSettings {
@@ -33277,6 +33592,9 @@ declare module "sap/ui/webc/main/Select" {
33277
33592
  *
33278
33593
  *
33279
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.
33280
33598
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
33281
33599
  */
33282
33600
  export default class Select extends WebComponent implements IFormContent {
@@ -34130,6 +34448,9 @@ declare module "sap/ui/webc/main/Select" {
34130
34448
  /**
34131
34449
  * Describes the settings that can be provided to the Select constructor.
34132
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.
34133
34454
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
34134
34455
  */
34135
34456
  export interface $SelectSettings extends $WebComponentSettings {
@@ -34342,6 +34663,9 @@ declare module "sap/ui/webc/main/SelectMenu" {
34342
34663
  *
34343
34664
  *
34344
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.
34345
34669
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34346
34670
  */
34347
34671
  export default class SelectMenu extends WebComponent {
@@ -34488,6 +34812,9 @@ declare module "sap/ui/webc/main/SelectMenu" {
34488
34812
  /**
34489
34813
  * Describes the settings that can be provided to the SelectMenu constructor.
34490
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.
34491
34818
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34492
34819
  */
34493
34820
  export interface $SelectMenuSettings extends $WebComponentSettings {
@@ -34525,11 +34852,15 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
34525
34852
  * Usage:
34526
34853
  *
34527
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.
34528
34858
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34529
34859
  */
34530
34860
  export default class SelectMenuOption
34531
34861
  extends WebComponent
34532
- implements ISelectMenuOption {
34862
+ implements ISelectMenuOption
34863
+ {
34533
34864
  __implements__sap_ui_webc_main_ISelectMenuOption: boolean;
34534
34865
  /**
34535
34866
  * Constructor for a new `SelectMenuOption`.
@@ -34726,6 +35057,9 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
34726
35057
  /**
34727
35058
  * Describes the settings that can be provided to the SelectMenuOption constructor.
34728
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.
34729
35063
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34730
35064
  */
34731
35065
  export interface $SelectMenuOptionSettings extends $WebComponentSettings {
@@ -34815,6 +35149,9 @@ declare module "sap/ui/webc/main/Slider" {
34815
35149
  *
34816
35150
  *
34817
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.
34818
35155
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
34819
35156
  */
34820
35157
  export default class Slider extends WebComponent implements IFormContent {
@@ -35345,6 +35682,9 @@ declare module "sap/ui/webc/main/Slider" {
35345
35682
  /**
35346
35683
  * Describes the settings that can be provided to the Slider constructor.
35347
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.
35348
35688
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
35349
35689
  */
35350
35690
  export interface $SliderSettings extends $WebComponentSettings {
@@ -35487,6 +35827,9 @@ declare module "sap/ui/webc/main/SplitButton" {
35487
35827
  * - `arrow-click` for the second button (arrow action)
35488
35828
  *
35489
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.
35490
35833
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
35491
35834
  */
35492
35835
  export default class SplitButton extends WebComponent {
@@ -35894,6 +36237,9 @@ declare module "sap/ui/webc/main/SplitButton" {
35894
36237
  /**
35895
36238
  * Describes the settings that can be provided to the SplitButton constructor.
35896
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.
35897
36243
  * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
35898
36244
  */
35899
36245
  export interface $SplitButtonSettings extends $WebComponentSettings {
@@ -36017,11 +36363,15 @@ declare module "sap/ui/webc/main/StandardListItem" {
36017
36363
  * - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
36018
36364
  *
36019
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.
36020
36369
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
36021
36370
  */
36022
36371
  export default class StandardListItem
36023
36372
  extends WebComponent
36024
- implements IListItem {
36373
+ implements IListItem
36374
+ {
36025
36375
  __implements__sap_ui_webc_main_IListItem: boolean;
36026
36376
  /**
36027
36377
  * Constructor for a new `StandardListItem`.
@@ -36654,6 +37004,9 @@ declare module "sap/ui/webc/main/StandardListItem" {
36654
37004
  /**
36655
37005
  * Describes the settings that can be provided to the StandardListItem constructor.
36656
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.
36657
37010
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
36658
37011
  */
36659
37012
  export interface $StandardListItemSettings extends $WebComponentSettings {
@@ -36830,6 +37183,9 @@ declare module "sap/ui/webc/main/StepInput" {
36830
37183
  * - To enter dates and times. In this case, use date/time related components instead.
36831
37184
  *
36832
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.
36833
37189
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
36834
37190
  */
36835
37191
  export default class StepInput extends WebComponent implements IFormContent {
@@ -37435,6 +37791,9 @@ declare module "sap/ui/webc/main/StepInput" {
37435
37791
  /**
37436
37792
  * Describes the settings that can be provided to the StepInput constructor.
37437
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.
37438
37797
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
37439
37798
  */
37440
37799
  export interface $StepInputSettings extends $WebComponentSettings {
@@ -37569,11 +37928,15 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
37569
37928
  * `sap.ui.webc.main.Input` suggestions into groups.
37570
37929
  *
37571
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.
37572
37934
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
37573
37935
  */
37574
37936
  export default class SuggestionGroupItem
37575
37937
  extends WebComponent
37576
- implements IInputSuggestionItem {
37938
+ implements IInputSuggestionItem
37939
+ {
37577
37940
  __implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
37578
37941
  /**
37579
37942
  * Constructor for a new `SuggestionGroupItem`.
@@ -37670,6 +38033,9 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
37670
38033
  /**
37671
38034
  * Describes the settings that can be provided to the SuggestionGroupItem constructor.
37672
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.
37673
38039
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
37674
38040
  */
37675
38041
  export interface $SuggestionGroupItemSettings extends $WebComponentSettings {
@@ -37698,11 +38064,15 @@ declare module "sap/ui/webc/main/SuggestionItem" {
37698
38064
  * The `sap.ui.webc.main.SuggestionItem` represents the suggestion item of the `sap.ui.webc.main.Input`.
37699
38065
  *
37700
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.
37701
38070
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
37702
38071
  */
37703
38072
  export default class SuggestionItem
37704
38073
  extends WebComponent
37705
- implements IInputSuggestionItem {
38074
+ implements IInputSuggestionItem
38075
+ {
37706
38076
  __implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
37707
38077
  /**
37708
38078
  * Constructor for a new `SuggestionItem`.
@@ -38012,6 +38382,9 @@ declare module "sap/ui/webc/main/SuggestionItem" {
38012
38382
  /**
38013
38383
  * Describes the settings that can be provided to the SuggestionItem constructor.
38014
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.
38015
38388
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38016
38389
  */
38017
38390
  export interface $SuggestionItemSettings extends $WebComponentSettings {
@@ -38115,6 +38488,9 @@ declare module "sap/ui/webc/main/Switch" {
38115
38488
  * - handle - Used to style the handle of the switch
38116
38489
  *
38117
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.
38118
38494
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38119
38495
  */
38120
38496
  export default class Switch extends WebComponent implements IFormContent {
@@ -38593,6 +38969,9 @@ declare module "sap/ui/webc/main/Switch" {
38593
38969
  /**
38594
38970
  * Describes the settings that can be provided to the Switch constructor.
38595
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.
38596
38975
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38597
38976
  */
38598
38977
  export interface $SwitchSettings extends $WebComponentSettings {
@@ -38710,6 +39089,9 @@ declare module "sap/ui/webc/main/Tab" {
38710
39089
  * that is presented to the user once the tab is selected.
38711
39090
  *
38712
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.
38713
39095
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38714
39096
  */
38715
39097
  export default class Tab extends WebComponent implements ITab {
@@ -39150,6 +39532,9 @@ declare module "sap/ui/webc/main/Tab" {
39150
39532
  /**
39151
39533
  * Describes the settings that can be provided to the Tab constructor.
39152
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.
39153
39538
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39154
39539
  */
39155
39540
  export interface $TabSettings extends $WebComponentSettings {
@@ -39270,6 +39655,9 @@ declare module "sap/ui/webc/main/TabContainer" {
39270
39655
  * Keyboard Handling:
39271
39656
  *
39272
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.
39273
39661
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39274
39662
  */
39275
39663
  export default class TabContainer extends WebComponent {
@@ -39822,6 +40210,9 @@ declare module "sap/ui/webc/main/TabContainer" {
39822
40210
  /**
39823
40211
  * Describes the settings that can be provided to the TabContainer constructor.
39824
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.
39825
40216
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39826
40217
  */
39827
40218
  export interface $TabContainerSettings extends $WebComponentSettings {
@@ -40012,6 +40403,9 @@ declare module "sap/ui/webc/main/Table" {
40012
40403
  * - [CTRL]+[HOME]/[END] - Same behavior as HOME & END.
40013
40404
  *
40014
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.
40015
40409
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
40016
40410
  */
40017
40411
  export default class Table extends WebComponent {
@@ -41011,6 +41405,9 @@ declare module "sap/ui/webc/main/Table" {
41011
41405
  /**
41012
41406
  * Describes the settings that can be provided to the Table constructor.
41013
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.
41014
41411
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41015
41412
  */
41016
41413
  export interface $TableSettings extends $WebComponentSettings {
@@ -41262,6 +41659,9 @@ declare module "sap/ui/webc/main/TableCell" {
41262
41659
  * - cell - Used to style the native `td` element
41263
41660
  *
41264
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.
41265
41665
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41266
41666
  */
41267
41667
  export default class TableCell extends WebComponent implements ITableCell {
@@ -41409,6 +41809,9 @@ declare module "sap/ui/webc/main/TableCell" {
41409
41809
  /**
41410
41810
  * Describes the settings that can be provided to the TableCell constructor.
41411
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.
41412
41815
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41413
41816
  */
41414
41817
  export interface $TableCellSettings extends $WebComponentSettings {
@@ -41453,11 +41856,15 @@ declare module "sap/ui/webc/main/TableColumn" {
41453
41856
  * - column - Used to style the native `th` element
41454
41857
  *
41455
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.
41456
41862
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41457
41863
  */
41458
41864
  export default class TableColumn
41459
41865
  extends WebComponent
41460
- implements ITableColumn {
41866
+ implements ITableColumn
41867
+ {
41461
41868
  __implements__sap_ui_webc_main_ITableColumn: boolean;
41462
41869
  /**
41463
41870
  * Constructor for a new `TableColumn`.
@@ -41752,6 +42159,9 @@ declare module "sap/ui/webc/main/TableColumn" {
41752
42159
  /**
41753
42160
  * Describes the settings that can be provided to the TableColumn constructor.
41754
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.
41755
42165
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41756
42166
  */
41757
42167
  export interface $TableColumnSettings extends $WebComponentSettings {
@@ -41825,6 +42235,9 @@ declare module "sap/ui/webc/main/TableGroupRow" {
41825
42235
  * - group-row - Used to style the native `tr` element.
41826
42236
  *
41827
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.
41828
42241
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
41829
42242
  */
41830
42243
  export default class TableGroupRow extends WebComponent implements ITableRow {
@@ -41924,6 +42337,9 @@ declare module "sap/ui/webc/main/TableGroupRow" {
41924
42337
  /**
41925
42338
  * Describes the settings that can be provided to the TableGroupRow constructor.
41926
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.
41927
42343
  * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
41928
42344
  */
41929
42345
  export interface $TableGroupRowSettings extends $WebComponentSettings {
@@ -41967,6 +42383,9 @@ declare module "sap/ui/webc/main/TableRow" {
41967
42383
  * - popin-row - Used to style the `tr` element when a row pops in
41968
42384
  *
41969
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.
41970
42389
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41971
42390
  */
41972
42391
  export default class TableRow extends WebComponent implements ITableRow {
@@ -42217,6 +42636,9 @@ declare module "sap/ui/webc/main/TableRow" {
42217
42636
  /**
42218
42637
  * Describes the settings that can be provided to the TableRow constructor.
42219
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.
42220
42642
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42221
42643
  */
42222
42644
  export interface $TableRowSettings extends $WebComponentSettings {
@@ -42268,6 +42690,9 @@ declare module "sap/ui/webc/main/TabSeparator" {
42268
42690
  * The `sap.ui.webc.main.TabSeparator` represents a vertical line to separate tabs inside a `sap.ui.webc.main.TabContainer`.
42269
42691
  *
42270
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.
42271
42696
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42272
42697
  */
42273
42698
  export default class TabSeparator extends WebComponent implements ITab {
@@ -42350,6 +42775,9 @@ declare module "sap/ui/webc/main/TabSeparator" {
42350
42775
  /**
42351
42776
  * Describes the settings that can be provided to the TabSeparator constructor.
42352
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.
42353
42781
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42354
42782
  */
42355
42783
  export interface $TabSeparatorSettings extends $WebComponentSettings {}
@@ -42387,6 +42815,9 @@ declare module "sap/ui/webc/main/TextArea" {
42387
42815
  * - textarea - Used to style the native textarea
42388
42816
  *
42389
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.
42390
42821
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42391
42822
  */
42392
42823
  export default class TextArea extends WebComponent implements IFormContent {
@@ -43154,6 +43585,9 @@ declare module "sap/ui/webc/main/TextArea" {
43154
43585
  /**
43155
43586
  * Describes the settings that can be provided to the TextArea constructor.
43156
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.
43157
43591
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43158
43592
  */
43159
43593
  export interface $TextAreaSettings extends $WebComponentSettings {
@@ -43371,6 +43805,9 @@ declare module "sap/ui/webc/main/TimePicker" {
43371
43805
  * is pressed, the first clock is beind displayed.
43372
43806
  *
43373
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.
43374
43811
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43375
43812
  */
43376
43813
  export default class TimePicker extends WebComponent implements IFormContent {
@@ -43906,6 +44343,9 @@ declare module "sap/ui/webc/main/TimePicker" {
43906
44343
  /**
43907
44344
  * Describes the settings that can be provided to the TimePicker constructor.
43908
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.
43909
44349
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43910
44350
  */
43911
44351
  export interface $TimePickerSettings extends $WebComponentSettings {
@@ -44052,6 +44492,9 @@ declare module "sap/ui/webc/main/Title" {
44052
44492
  * text with explicit header/title semantics.
44053
44493
  *
44054
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.
44055
44498
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44056
44499
  */
44057
44500
  export default class Title extends WebComponent {
@@ -44235,6 +44678,9 @@ declare module "sap/ui/webc/main/Title" {
44235
44678
  /**
44236
44679
  * Describes the settings that can be provided to the Title constructor.
44237
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.
44238
44684
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44239
44685
  */
44240
44686
  export interface $TitleSettings extends $WebComponentSettings {
@@ -44299,6 +44745,9 @@ declare module "sap/ui/webc/main/Toast" {
44299
44745
  * - You want users to be able to copy some part of the message text.
44300
44746
  *
44301
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.
44302
44751
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44303
44752
  */
44304
44753
  export default class Toast extends WebComponent {
@@ -44521,6 +44970,9 @@ declare module "sap/ui/webc/main/Toast" {
44521
44970
  /**
44522
44971
  * Describes the settings that can be provided to the Toast constructor.
44523
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.
44524
44976
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44525
44977
  */
44526
44978
  export interface $ToastSettings extends $WebComponentSettings {
@@ -44588,6 +45040,9 @@ declare module "sap/ui/webc/main/ToggleButton" {
44588
45040
  * CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.ToggleButton`.
44589
45041
  *
44590
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.
44591
45046
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44592
45047
  */
44593
45048
  export default class ToggleButton extends WebComponent {
@@ -45108,6 +45563,9 @@ declare module "sap/ui/webc/main/ToggleButton" {
45108
45563
  /**
45109
45564
  * Describes the settings that can be provided to the ToggleButton constructor.
45110
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.
45111
45569
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45112
45570
  */
45113
45571
  export interface $ToggleButtonSettings extends $WebComponentSettings {
@@ -45242,6 +45700,9 @@ declare module "sap/ui/webc/main/Token" {
45242
45700
  * items.
45243
45701
  *
45244
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.
45245
45706
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45246
45707
  */
45247
45708
  export default class Token extends WebComponent implements IToken {
@@ -45561,6 +46022,9 @@ declare module "sap/ui/webc/main/Token" {
45561
46022
  /**
45562
46023
  * Describes the settings that can be provided to the Token constructor.
45563
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.
45564
46028
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45565
46029
  */
45566
46030
  export interface $TokenSettings extends $WebComponentSettings {
@@ -45639,6 +46103,9 @@ declare module "sap/ui/webc/main/Toolbar" {
45639
46103
  *
45640
46104
  *
45641
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.
45642
46109
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
45643
46110
  */
45644
46111
  export default class Toolbar extends WebComponent {
@@ -45877,6 +46344,9 @@ declare module "sap/ui/webc/main/Toolbar" {
45877
46344
  /**
45878
46345
  * Describes the settings that can be provided to the Toolbar constructor.
45879
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.
45880
46350
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
45881
46351
  */
45882
46352
  export interface $ToolbarSettings extends $WebComponentSettings {
@@ -45936,11 +46406,15 @@ declare module "sap/ui/webc/main/ToolbarButton" {
45936
46406
  * Overview: The `sap.ui.webc.main.ToolbarButton` represents an abstract action, used in the `sap.ui.webc.main.Toolbar`.
45937
46407
  *
45938
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.
45939
46412
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
45940
46413
  */
45941
46414
  export default class ToolbarButton
45942
46415
  extends WebComponent
45943
- implements IToolbarItem {
46416
+ implements IToolbarItem
46417
+ {
45944
46418
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
45945
46419
  /**
45946
46420
  * Constructor for a new `ToolbarButton`.
@@ -46423,6 +46897,9 @@ declare module "sap/ui/webc/main/ToolbarButton" {
46423
46897
  /**
46424
46898
  * Describes the settings that can be provided to the ToolbarButton constructor.
46425
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.
46426
46903
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46427
46904
  */
46428
46905
  export interface $ToolbarButtonSettings extends $WebComponentSettings {
@@ -46556,11 +47033,15 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
46556
47033
  * component.
46557
47034
  *
46558
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.
46559
47039
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46560
47040
  */
46561
47041
  export default class ToolbarSelect
46562
47042
  extends WebComponent
46563
- implements IToolbarItem {
47043
+ implements IToolbarItem
47044
+ {
46564
47045
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
46565
47046
  /**
46566
47047
  * Constructor for a new `ToolbarSelect`.
@@ -47116,6 +47597,9 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
47116
47597
  /**
47117
47598
  * Describes the settings that can be provided to the ToolbarSelect constructor.
47118
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.
47119
47603
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47120
47604
  */
47121
47605
  export interface $ToolbarSelectSettings extends $WebComponentSettings {
@@ -47249,11 +47733,15 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
47249
47733
  * The `sap.ui.webc.main.ToolbarSelectOption` component defines the content of an option in the `sap.ui.webc.main.ToolbarSelect`.
47250
47734
  *
47251
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.
47252
47739
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47253
47740
  */
47254
47741
  export default class ToolbarSelectOption
47255
47742
  extends WebComponent
47256
- implements IToolbarSelectOption {
47743
+ implements IToolbarSelectOption
47744
+ {
47257
47745
  __implements__sap_ui_webc_main_IToolbarSelectOption: boolean;
47258
47746
  /**
47259
47747
  * Constructor for a new `ToolbarSelectOption`.
@@ -47379,6 +47867,9 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
47379
47867
  /**
47380
47868
  * Describes the settings that can be provided to the ToolbarSelectOption constructor.
47381
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.
47382
47873
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47383
47874
  */
47384
47875
  export interface $ToolbarSelectOptionSettings extends $WebComponentSettings {
@@ -47409,11 +47900,15 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
47409
47900
  * elements. It takes no space in calculating toolbar items width.
47410
47901
  *
47411
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.
47412
47906
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47413
47907
  */
47414
47908
  export default class ToolbarSeparator
47415
47909
  extends WebComponent
47416
- implements IToolbarItem {
47910
+ implements IToolbarItem
47911
+ {
47417
47912
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
47418
47913
  /**
47419
47914
  * Constructor for a new `ToolbarSeparator`.
@@ -47487,6 +47982,9 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
47487
47982
  /**
47488
47983
  * Describes the settings that can be provided to the ToolbarSeparator constructor.
47489
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.
47490
47988
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47491
47989
  */
47492
47990
  export interface $ToolbarSeparatorSettings extends $WebComponentSettings {}
@@ -47511,11 +48009,15 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
47511
48009
  * items to take 100% width. It takes no space in calculating toolbar items width.
47512
48010
  *
47513
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.
47514
48015
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47515
48016
  */
47516
48017
  export default class ToolbarSpacer
47517
48018
  extends WebComponent
47518
- implements IToolbarItem {
48019
+ implements IToolbarItem
48020
+ {
47519
48021
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
47520
48022
  /**
47521
48023
  * Constructor for a new `ToolbarSpacer`.
@@ -47620,6 +48122,9 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
47620
48122
  /**
47621
48123
  * Describes the settings that can be provided to the ToolbarSpacer constructor.
47622
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.
47623
48128
  * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47624
48129
  */
47625
48130
  export interface $ToolbarSpacerSettings extends $WebComponentSettings {
@@ -47685,6 +48190,9 @@ declare module "sap/ui/webc/main/Tree" {
47685
48190
  * - [ENTER] - Selects the currently focused item upon keydown.
47686
48191
  *
47687
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.
47688
48196
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
47689
48197
  */
47690
48198
  export default class Tree extends WebComponent {
@@ -48667,6 +49175,9 @@ declare module "sap/ui/webc/main/Tree" {
48667
49175
  /**
48668
49176
  * Describes the settings that can be provided to the Tree constructor.
48669
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.
48670
49181
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
48671
49182
  */
48672
49183
  export interface $TreeSettings extends $WebComponentSettings {
@@ -48930,6 +49441,9 @@ declare module "sap/ui/webc/main/TreeItem" {
48930
49441
  * - icon - Used to style the icon of the tree list item
48931
49442
  *
48932
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.
48933
49447
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
48934
49448
  */
48935
49449
  export default class TreeItem extends WebComponent implements ITreeItem {
@@ -49590,6 +50104,9 @@ declare module "sap/ui/webc/main/TreeItem" {
49590
50104
  /**
49591
50105
  * Describes the settings that can be provided to the TreeItem constructor.
49592
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.
49593
50110
  * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
49594
50111
  */
49595
50112
  export interface $TreeItemSettings extends $WebComponentSettings {
@@ -49762,11 +50279,15 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
49762
50279
  * - icon - Used to style the icon of the tree list item
49763
50280
  *
49764
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.
49765
50285
  * @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
49766
50286
  */
49767
50287
  export default class TreeItemCustom
49768
50288
  extends WebComponent
49769
- implements ITreeItem {
50289
+ implements ITreeItem
50290
+ {
49770
50291
  __implements__sap_ui_webc_main_ITreeItem: boolean;
49771
50292
  /**
49772
50293
  * Constructor for a new `TreeItemCustom`.
@@ -50472,6 +50993,9 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
50472
50993
  /**
50473
50994
  * Describes the settings that can be provided to the TreeItemCustom constructor.
50474
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.
50475
50999
  * @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
50476
51000
  */
50477
51001
  export interface $TreeItemCustomSettings extends $WebComponentSettings {