@sapui5/ts-types-esm 1.132.1 → 1.133.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +937 -106
  7. package/types/sap.esh.search.ui.d.ts +39 -1
  8. package/types/sap.f.d.ts +159 -175
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +16 -9
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +81 -45
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +385 -329
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +1946 -1117
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +108 -98
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +28 -8
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +229 -14
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +427 -421
  37. package/types/sap.ui.core.d.ts +693 -718
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +324 -236
  44. package/types/sap.ui.layout.d.ts +87 -103
  45. package/types/sap.ui.mdc.d.ts +167 -142
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +130 -112
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +57 -57
  55. package/types/sap.ui.vk.d.ts +135 -132
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +206 -123
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +33 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -8,7 +8,7 @@ declare module "sap/ui/webc/main/library" {
8
8
  * 'AvatarColorScheme'.
9
9
  *
10
10
  * @since 1.92.0
11
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
11
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
12
12
  */
13
13
  export enum AvatarColorScheme {
14
14
  Accent1 = "Accent1",
@@ -40,7 +40,7 @@ declare module "sap/ui/webc/main/library" {
40
40
  * 'AvatarGroupType'.
41
41
  *
42
42
  * @since 1.92.0
43
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
43
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
44
44
  */
45
45
  export enum AvatarGroupType {
46
46
  /**
@@ -60,7 +60,7 @@ declare module "sap/ui/webc/main/library" {
60
60
  * 'AvatarShape'.
61
61
  *
62
62
  * @since 1.92.0
63
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
63
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
64
64
  */
65
65
  export enum AvatarShape {
66
66
  /**
@@ -79,7 +79,7 @@ declare module "sap/ui/webc/main/library" {
79
79
  * 'AvatarSize'.
80
80
  *
81
81
  * @since 1.92.0
82
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
82
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
83
83
  */
84
84
  export enum AvatarSize {
85
85
  /**
@@ -110,7 +110,7 @@ declare module "sap/ui/webc/main/library" {
110
110
  * 'BackgroundDesign'.
111
111
  *
112
112
  * @since 1.115.0
113
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
113
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
114
114
  */
115
115
  export enum BackgroundDesign {
116
116
  /**
@@ -133,7 +133,7 @@ declare module "sap/ui/webc/main/library" {
133
133
  * 'BorderDesign'.
134
134
  *
135
135
  * @since 1.115.0
136
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
136
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
137
137
  */
138
138
  export enum BorderDesign {
139
139
  /**
@@ -152,7 +152,7 @@ declare module "sap/ui/webc/main/library" {
152
152
  * 'BreadcrumbsDesign'.
153
153
  *
154
154
  * @since 1.95.0
155
- * @experimental (since 1.95.0) - This API is experimental and might change significantly.
155
+ * @experimental As of version 1.95.0. This API is experimental and might change significantly.
156
156
  */
157
157
  export enum BreadcrumbsDesign {
158
158
  /**
@@ -172,7 +172,7 @@ declare module "sap/ui/webc/main/library" {
172
172
  * 'BreadcrumbsSeparatorStyle'.
173
173
  *
174
174
  * @since 1.95.0
175
- * @experimental (since 1.95.0) - This API is experimental and might change significantly.
175
+ * @experimental As of version 1.95.0. This API is experimental and might change significantly.
176
176
  */
177
177
  export enum BreadcrumbsSeparatorStyle {
178
178
  /**
@@ -207,7 +207,7 @@ declare module "sap/ui/webc/main/library" {
207
207
  * 'BusyIndicatorSize'.
208
208
  *
209
209
  * @since 1.92.0
210
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
210
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
211
211
  */
212
212
  export enum BusyIndicatorSize {
213
213
  /**
@@ -230,7 +230,7 @@ declare module "sap/ui/webc/main/library" {
230
230
  * 'ButtonDesign'.
231
231
  *
232
232
  * @since 1.92.0
233
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
233
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
234
234
  */
235
235
  export enum ButtonDesign {
236
236
  /**
@@ -265,7 +265,7 @@ declare module "sap/ui/webc/main/library" {
265
265
  * 'ButtonType'.
266
266
  *
267
267
  * @since 1.120.0
268
- * @experimental (since 1.120.0) - This API is experimental and might change significantly.
268
+ * @experimental As of version 1.120.0. This API is experimental and might change significantly.
269
269
  */
270
270
  export enum ButtonType {
271
271
  /**
@@ -288,7 +288,7 @@ declare module "sap/ui/webc/main/library" {
288
288
  * 'CalendarSelectionMode'.
289
289
  *
290
290
  * @since 1.92.0
291
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
291
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
292
292
  */
293
293
  export enum CalendarSelectionMode {
294
294
  /**
@@ -311,7 +311,7 @@ declare module "sap/ui/webc/main/library" {
311
311
  * 'CarouselArrowsPlacement'.
312
312
  *
313
313
  * @since 1.92.0
314
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
314
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
315
315
  */
316
316
  export enum CarouselArrowsPlacement {
317
317
  /**
@@ -330,7 +330,7 @@ declare module "sap/ui/webc/main/library" {
330
330
  * 'CarouselPageIndicatorStyle'.
331
331
  *
332
332
  * @since 1.115.0
333
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
333
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
334
334
  */
335
335
  export enum CarouselPageIndicatorStyle {
336
336
  /**
@@ -351,7 +351,7 @@ declare module "sap/ui/webc/main/library" {
351
351
  * 'ComboBoxFilter'.
352
352
  *
353
353
  * @since 1.115.0
354
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
354
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
355
355
  */
356
356
  export enum ComboBoxFilter {
357
357
  /**
@@ -378,7 +378,7 @@ declare module "sap/ui/webc/main/library" {
378
378
  * 'HasPopup'.
379
379
  *
380
380
  * @since 1.99.0
381
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
381
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
382
382
  */
383
383
  export enum HasPopup {
384
384
  /**
@@ -407,7 +407,7 @@ declare module "sap/ui/webc/main/library" {
407
407
  * such as `ui5-avatar-group`
408
408
  *
409
409
  * @since 1.92.0
410
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
410
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
411
411
  */
412
412
  export interface IAvatar {
413
413
  __implements__sap_ui_webc_main_IAvatar: boolean;
@@ -417,7 +417,7 @@ declare module "sap/ui/webc/main/library" {
417
417
  * Interface for components that may be slotted inside `ui5-breadcrumbs` as options
418
418
  *
419
419
  * @since 1.95.0
420
- * @experimental (since 1.95.0) - This API is experimental and might change significantly.
420
+ * @experimental As of version 1.95.0. This API is experimental and might change significantly.
421
421
  */
422
422
  export interface IBreadcrumbsItem {
423
423
  __implements__sap_ui_webc_main_IBreadcrumbsItem: boolean;
@@ -427,7 +427,7 @@ declare module "sap/ui/webc/main/library" {
427
427
  * Interface for components that may be used as a button inside numerous higher-order components
428
428
  *
429
429
  * @since 1.92.0
430
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
430
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
431
431
  */
432
432
  export interface IButton {
433
433
  __implements__sap_ui_webc_main_IButton: boolean;
@@ -437,7 +437,7 @@ declare module "sap/ui/webc/main/library" {
437
437
  * Interface for components that may be used as dates inside `ui5-calendar`
438
438
  *
439
439
  * @since 1.92.0
440
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
440
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
441
441
  */
442
442
  export interface ICalendarDate {
443
443
  __implements__sap_ui_webc_main_ICalendarDate: boolean;
@@ -447,7 +447,7 @@ declare module "sap/ui/webc/main/library" {
447
447
  * Interface for components that may be slotted inside `ui5-card` as header
448
448
  *
449
449
  * @since 1.115.0
450
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
450
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
451
451
  */
452
452
  export interface ICardHeader {
453
453
  __implements__sap_ui_webc_main_ICardHeader: boolean;
@@ -457,7 +457,7 @@ declare module "sap/ui/webc/main/library" {
457
457
  * Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
458
458
  *
459
459
  * @since 1.92.0
460
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
460
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
461
461
  */
462
462
  export interface IColorPaletteItem {
463
463
  __implements__sap_ui_webc_main_IColorPaletteItem: boolean;
@@ -467,7 +467,7 @@ declare module "sap/ui/webc/main/library" {
467
467
  * Interface for components that may be slotted inside a `ui5-combobox`
468
468
  *
469
469
  * @since 1.92.0
470
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
470
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
471
471
  */
472
472
  export interface IComboBoxItem {
473
473
  __implements__sap_ui_webc_main_IComboBoxItem: boolean;
@@ -480,7 +480,7 @@ declare module "sap/ui/webc/main/library" {
480
480
  * 'IconDesign'.
481
481
  *
482
482
  * @since 1.115.0
483
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
483
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
484
484
  */
485
485
  export enum IconDesign {
486
486
  /**
@@ -520,7 +520,7 @@ declare module "sap/ui/webc/main/library" {
520
520
  * Interface for components that represent an icon, usable in numerous higher-order components
521
521
  *
522
522
  * @since 1.92.0
523
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
523
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
524
524
  */
525
525
  export interface IIcon {
526
526
  __implements__sap_ui_webc_main_IIcon: boolean;
@@ -530,7 +530,7 @@ declare module "sap/ui/webc/main/library" {
530
530
  * Interface for components that represent an input, usable in numerous higher-order components
531
531
  *
532
532
  * @since 1.92.0
533
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
533
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
534
534
  */
535
535
  export interface IInput {
536
536
  __implements__sap_ui_webc_main_IInput: boolean;
@@ -540,7 +540,7 @@ declare module "sap/ui/webc/main/library" {
540
540
  * Interface for components that represent a suggestion item, usable in `ui5-input`
541
541
  *
542
542
  * @since 1.92.0
543
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
543
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
544
544
  */
545
545
  export interface IInputSuggestionItem {
546
546
  __implements__sap_ui_webc_main_IInputSuggestionItem: boolean;
@@ -550,7 +550,7 @@ declare module "sap/ui/webc/main/library" {
550
550
  * Interface for components that may be slotted inside a `ui5-list` as items
551
551
  *
552
552
  * @since 1.92.0
553
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
553
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
554
554
  */
555
555
  export interface IListItem {
556
556
  __implements__sap_ui_webc_main_IListItem: boolean;
@@ -560,7 +560,7 @@ declare module "sap/ui/webc/main/library" {
560
560
  * Interface for components that may be slotted inside `ui5-menu` as items
561
561
  *
562
562
  * @since 1.102.0
563
- * @experimental (since 1.102.0) - This API is experimental and might change significantly.
563
+ * @experimental As of version 1.102.0. This API is experimental and might change significantly.
564
564
  */
565
565
  export interface IMenuItem {
566
566
  __implements__sap_ui_webc_main_IMenuItem: boolean;
@@ -570,7 +570,7 @@ declare module "sap/ui/webc/main/library" {
570
570
  * Interface for components that may be slotted inside a `ui5-multi-combobox` as items
571
571
  *
572
572
  * @since 1.92.0
573
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
573
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
574
574
  */
575
575
  export interface IMultiComboBoxItem {
576
576
  __implements__sap_ui_webc_main_IMultiComboBoxItem: boolean;
@@ -583,7 +583,7 @@ declare module "sap/ui/webc/main/library" {
583
583
  * 'InputType'.
584
584
  *
585
585
  * @since 1.92.0
586
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
586
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
587
587
  */
588
588
  export enum InputType {
589
589
  /**
@@ -615,7 +615,7 @@ declare module "sap/ui/webc/main/library" {
615
615
  * Interface for components that may be slotted inside `ui5-segmented-button` as items
616
616
  *
617
617
  * @since 1.95.0
618
- * @experimental (since 1.95.0) - This API is experimental and might change significantly.
618
+ * @experimental As of version 1.95.0. This API is experimental and might change significantly.
619
619
  */
620
620
  export interface ISegmentedButtonItem {
621
621
  __implements__sap_ui_webc_main_ISegmentedButtonItem: boolean;
@@ -625,7 +625,7 @@ declare module "sap/ui/webc/main/library" {
625
625
  * Interface for components that may be slotted inside `ui5-select-menu` as options
626
626
  *
627
627
  * @since 1.120.0
628
- * @experimental (since 1.120.0) - This API is experimental and might change significantly.
628
+ * @experimental As of version 1.120.0. This API is experimental and might change significantly.
629
629
  */
630
630
  export interface ISelectMenuOption {
631
631
  __implements__sap_ui_webc_main_ISelectMenuOption: boolean;
@@ -635,7 +635,7 @@ declare module "sap/ui/webc/main/library" {
635
635
  * Interface for components that may be slotted inside `ui5-select` as options
636
636
  *
637
637
  * @since 1.92.0
638
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
638
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
639
639
  */
640
640
  export interface ISelectOption {
641
641
  __implements__sap_ui_webc_main_ISelectOption: boolean;
@@ -645,7 +645,7 @@ declare module "sap/ui/webc/main/library" {
645
645
  * Interface for components that may be slotted inside `ui5-tabcontainer`
646
646
  *
647
647
  * @since 1.92.0
648
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
648
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
649
649
  */
650
650
  export interface ITab {
651
651
  __implements__sap_ui_webc_main_ITab: boolean;
@@ -655,7 +655,7 @@ declare module "sap/ui/webc/main/library" {
655
655
  * Interface for components that may be slotted inside a `ui5-table-row` as cells
656
656
  *
657
657
  * @since 1.92.0
658
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
658
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
659
659
  */
660
660
  export interface ITableCell {
661
661
  __implements__sap_ui_webc_main_ITableCell: boolean;
@@ -665,7 +665,7 @@ declare module "sap/ui/webc/main/library" {
665
665
  * Interface for components that may be slotted inside a `ui5-table` as columns
666
666
  *
667
667
  * @since 1.92.0
668
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
668
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
669
669
  */
670
670
  export interface ITableColumn {
671
671
  __implements__sap_ui_webc_main_ITableColumn: boolean;
@@ -675,7 +675,7 @@ declare module "sap/ui/webc/main/library" {
675
675
  * Interface for components that may be slotted inside a `ui5-table` as rows
676
676
  *
677
677
  * @since 1.92.0
678
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
678
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
679
679
  */
680
680
  export interface ITableRow {
681
681
  __implements__sap_ui_webc_main_ITableRow: boolean;
@@ -685,7 +685,7 @@ declare module "sap/ui/webc/main/library" {
685
685
  * Interface for components that represent a token and are usable in components such as `ui5-multi-input`
686
686
  *
687
687
  * @since 1.92.0
688
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
688
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
689
689
  */
690
690
  export interface IToken {
691
691
  __implements__sap_ui_webc_main_IToken: boolean;
@@ -695,7 +695,7 @@ declare module "sap/ui/webc/main/library" {
695
695
  * Interface for toolbar items for the purpose of `ui5-toolbar`
696
696
  *
697
697
  * @since 1.120.0
698
- * @experimental (since 1.120.0) - This API is experimental and might change significantly.
698
+ * @experimental As of version 1.120.0. This API is experimental and might change significantly.
699
699
  */
700
700
  export interface IToolbarItem {
701
701
  __implements__sap_ui_webc_main_IToolbarItem: boolean;
@@ -705,7 +705,7 @@ declare module "sap/ui/webc/main/library" {
705
705
  * Interface for toolbar select items for the purpose of `ui5-toolbar-select`
706
706
  *
707
707
  * @since 1.120.0
708
- * @experimental (since 1.120.0) - This API is experimental and might change significantly.
708
+ * @experimental As of version 1.120.0. This API is experimental and might change significantly.
709
709
  */
710
710
  export interface IToolbarSelectOption {
711
711
  __implements__sap_ui_webc_main_IToolbarSelectOption: boolean;
@@ -715,7 +715,7 @@ declare module "sap/ui/webc/main/library" {
715
715
  * Interface for tree items for the purpose of `ui5-tree`
716
716
  *
717
717
  * @since 1.92.0
718
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
718
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
719
719
  */
720
720
  export interface ITreeItem {
721
721
  __implements__sap_ui_webc_main_ITreeItem: boolean;
@@ -728,7 +728,7 @@ declare module "sap/ui/webc/main/library" {
728
728
  * 'LinkDesign'.
729
729
  *
730
730
  * @since 1.92.0
731
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
731
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
732
732
  */
733
733
  export enum LinkDesign {
734
734
  /**
@@ -751,7 +751,7 @@ declare module "sap/ui/webc/main/library" {
751
751
  * 'ListGrowingMode'.
752
752
  *
753
753
  * @since 1.92.0
754
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
754
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
755
755
  */
756
756
  export enum ListGrowingMode {
757
757
  /**
@@ -774,7 +774,7 @@ declare module "sap/ui/webc/main/library" {
774
774
  * 'ListItemType'.
775
775
  *
776
776
  * @since 1.92.0
777
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
777
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
778
778
  */
779
779
  export enum ListItemType {
780
780
  /**
@@ -802,7 +802,7 @@ declare module "sap/ui/webc/main/library" {
802
802
  * 'ListMode'.
803
803
  *
804
804
  * @since 1.92.0
805
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
805
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
806
806
  */
807
807
  export enum ListMode {
808
808
  /**
@@ -842,7 +842,7 @@ declare module "sap/ui/webc/main/library" {
842
842
  * 'ListSeparators'.
843
843
  *
844
844
  * @since 1.92.0
845
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
845
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
846
846
  */
847
847
  export enum ListSeparators {
848
848
  /**
@@ -865,7 +865,7 @@ declare module "sap/ui/webc/main/library" {
865
865
  * 'MessageStripDesign'.
866
866
  *
867
867
  * @since 1.92.0
868
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
868
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
869
869
  */
870
870
  export enum MessageStripDesign {
871
871
  /**
@@ -892,7 +892,7 @@ declare module "sap/ui/webc/main/library" {
892
892
  * 'PanelAccessibleRole'.
893
893
  *
894
894
  * @since 1.92.0
895
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
895
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
896
896
  */
897
897
  export enum PanelAccessibleRole {
898
898
  /**
@@ -918,7 +918,7 @@ declare module "sap/ui/webc/main/library" {
918
918
  * 'PopoverHorizontalAlign'.
919
919
  *
920
920
  * @since 1.92.0
921
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
921
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
922
922
  */
923
923
  export enum PopoverHorizontalAlign {
924
924
  /**
@@ -945,7 +945,7 @@ declare module "sap/ui/webc/main/library" {
945
945
  * 'PopoverPlacementType'.
946
946
  *
947
947
  * @since 1.92.0
948
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
948
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
949
949
  */
950
950
  export enum PopoverPlacementType {
951
951
  /**
@@ -972,7 +972,7 @@ declare module "sap/ui/webc/main/library" {
972
972
  * 'PopoverVerticalAlign'.
973
973
  *
974
974
  * @since 1.92.0
975
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
975
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
976
976
  */
977
977
  export enum PopoverVerticalAlign {
978
978
  /**
@@ -997,7 +997,7 @@ declare module "sap/ui/webc/main/library" {
997
997
  * 'PopupAccessibleRole'.
998
998
  *
999
999
  * @since 1.115.0
1000
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
1000
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1001
1001
  */
1002
1002
  export enum PopupAccessibleRole {
1003
1003
  /**
@@ -1020,7 +1020,7 @@ declare module "sap/ui/webc/main/library" {
1020
1020
  * 'Priority'.
1021
1021
  *
1022
1022
  * @since 1.92.0
1023
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1023
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1024
1024
  */
1025
1025
  export enum Priority {
1026
1026
  /**
@@ -1047,7 +1047,7 @@ declare module "sap/ui/webc/main/library" {
1047
1047
  * 'SegmentedButtonMode'.
1048
1048
  *
1049
1049
  * @since 1.115.0
1050
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
1050
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1051
1051
  */
1052
1052
  export enum SegmentedButtonMode {
1053
1053
  /**
@@ -1066,7 +1066,7 @@ declare module "sap/ui/webc/main/library" {
1066
1066
  * 'SemanticColor'.
1067
1067
  *
1068
1068
  * @since 1.92.0
1069
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1069
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1070
1070
  */
1071
1071
  export enum SemanticColor {
1072
1072
  /**
@@ -1097,7 +1097,7 @@ declare module "sap/ui/webc/main/library" {
1097
1097
  * 'SwitchDesign'.
1098
1098
  *
1099
1099
  * @since 1.92.0
1100
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1100
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1101
1101
  */
1102
1102
  export enum SwitchDesign {
1103
1103
  /**
@@ -1116,7 +1116,7 @@ declare module "sap/ui/webc/main/library" {
1116
1116
  * 'TabContainerBackgroundDesign'.
1117
1117
  *
1118
1118
  * @since 1.115.0
1119
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
1119
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1120
1120
  */
1121
1121
  export enum TabContainerBackgroundDesign {
1122
1122
  /**
@@ -1139,7 +1139,7 @@ declare module "sap/ui/webc/main/library" {
1139
1139
  * 'TabLayout'.
1140
1140
  *
1141
1141
  * @since 1.92.0
1142
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1142
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1143
1143
  */
1144
1144
  export enum TabLayout {
1145
1145
  /**
@@ -1158,7 +1158,7 @@ declare module "sap/ui/webc/main/library" {
1158
1158
  * 'TableColumnPopinDisplay'.
1159
1159
  *
1160
1160
  * @since 1.115.0
1161
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
1161
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1162
1162
  */
1163
1163
  export enum TableColumnPopinDisplay {
1164
1164
  /**
@@ -1177,7 +1177,7 @@ declare module "sap/ui/webc/main/library" {
1177
1177
  * 'TableGrowingMode'.
1178
1178
  *
1179
1179
  * @since 1.92.0
1180
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1180
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1181
1181
  */
1182
1182
  export enum TableGrowingMode {
1183
1183
  /**
@@ -1200,7 +1200,7 @@ declare module "sap/ui/webc/main/library" {
1200
1200
  * 'TableMode'.
1201
1201
  *
1202
1202
  * @since 1.92.0
1203
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1203
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1204
1204
  */
1205
1205
  export enum TableMode {
1206
1206
  /**
@@ -1223,7 +1223,7 @@ declare module "sap/ui/webc/main/library" {
1223
1223
  * 'TableRowType'.
1224
1224
  *
1225
1225
  * @since 1.92.0
1226
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1226
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1227
1227
  */
1228
1228
  export enum TableRowType {
1229
1229
  /**
@@ -1242,7 +1242,7 @@ declare module "sap/ui/webc/main/library" {
1242
1242
  * 'TabsOverflowMode'.
1243
1243
  *
1244
1244
  * @since 1.99.0
1245
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
1245
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
1246
1246
  */
1247
1247
  export enum TabsOverflowMode {
1248
1248
  /**
@@ -1261,7 +1261,7 @@ declare module "sap/ui/webc/main/library" {
1261
1261
  * 'TitleLevel'.
1262
1262
  *
1263
1263
  * @since 1.92.0
1264
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1264
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1265
1265
  */
1266
1266
  export enum TitleLevel {
1267
1267
  /**
@@ -1296,7 +1296,7 @@ declare module "sap/ui/webc/main/library" {
1296
1296
  * 'ToastPlacement'.
1297
1297
  *
1298
1298
  * @since 1.92.0
1299
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1299
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1300
1300
  */
1301
1301
  export enum ToastPlacement {
1302
1302
  /**
@@ -1343,7 +1343,7 @@ declare module "sap/ui/webc/main/library" {
1343
1343
  * 'ToolbarAlign'.
1344
1344
  *
1345
1345
  * @since 1.120.0
1346
- * @experimental (since 1.120.0) - This API is experimental and might change significantly.
1346
+ * @experimental As of version 1.120.0. This API is experimental and might change significantly.
1347
1347
  */
1348
1348
  export enum ToolbarAlign {
1349
1349
  /**
@@ -1362,7 +1362,7 @@ declare module "sap/ui/webc/main/library" {
1362
1362
  * 'ToolbarItemOverflowBehavior'.
1363
1363
  *
1364
1364
  * @since 1.120.0
1365
- * @experimental (since 1.120.0) - This API is experimental and might change significantly.
1365
+ * @experimental As of version 1.120.0. This API is experimental and might change significantly.
1366
1366
  */
1367
1367
  export enum ToolbarItemOverflowBehavior {
1368
1368
  AlwaysOverflow = "AlwaysOverflow",
@@ -1382,7 +1382,7 @@ declare module "sap/ui/webc/main/library" {
1382
1382
  * 'WrappingType'.
1383
1383
  *
1384
1384
  * @since 1.92.0
1385
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
1385
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1386
1386
  */
1387
1387
  export enum WrappingType {
1388
1388
  /**
@@ -1438,10 +1438,10 @@ 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
1441
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
1442
1442
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1443
1443
  * functionality.
1444
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
1444
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
1445
1445
  */
1446
1446
  export default class Avatar extends WebComponent implements IAvatar {
1447
1447
  __implements__sap_ui_webc_main_IAvatar: boolean;
@@ -1650,7 +1650,7 @@ declare module "sap/ui/webc/main/Avatar" {
1650
1650
  *
1651
1651
  * @returns Value of property `colorScheme`
1652
1652
  */
1653
- getColorScheme(): AvatarColorScheme | keyof typeof AvatarColorScheme;
1653
+ getColorScheme(): AvatarColorScheme;
1654
1654
  /**
1655
1655
  * Gets current value of property {@link #getEnabled enabled}.
1656
1656
  *
@@ -1760,7 +1760,7 @@ declare module "sap/ui/webc/main/Avatar" {
1760
1760
  *
1761
1761
  * @returns Value of property `shape`
1762
1762
  */
1763
- getShape(): AvatarShape | keyof typeof AvatarShape;
1763
+ getShape(): AvatarShape;
1764
1764
  /**
1765
1765
  * Gets current value of property {@link #getSize size}.
1766
1766
  *
@@ -1778,7 +1778,7 @@ declare module "sap/ui/webc/main/Avatar" {
1778
1778
  *
1779
1779
  * @returns Value of property `size`
1780
1780
  */
1781
- getSize(): AvatarSize | keyof typeof AvatarSize;
1781
+ getSize(): AvatarSize;
1782
1782
  /**
1783
1783
  * Sets a new value for property {@link #getAccessibleName accessibleName}.
1784
1784
  *
@@ -2024,10 +2024,10 @@ declare module "sap/ui/webc/main/Avatar" {
2024
2024
  /**
2025
2025
  * Describes the settings that can be provided to the Avatar constructor.
2026
2026
  *
2027
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2027
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2028
2028
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2029
2029
  * functionality.
2030
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2030
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
2031
2031
  */
2032
2032
  export interface $AvatarSettings extends $WebComponentSettings {
2033
2033
  /**
@@ -2253,10 +2253,10 @@ declare module "sap/ui/webc/main/AvatarGroup" {
2253
2253
  *
2254
2254
  *
2255
2255
  * @since 1.92.0
2256
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2256
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2257
2257
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2258
2258
  * functionality.
2259
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2259
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
2260
2260
  */
2261
2261
  export default class AvatarGroup extends WebComponent {
2262
2262
  /**
@@ -2545,7 +2545,7 @@ declare module "sap/ui/webc/main/AvatarGroup" {
2545
2545
  *
2546
2546
  * @returns Value of property `type`
2547
2547
  */
2548
- getType(): AvatarGroupType | keyof typeof AvatarGroupType;
2548
+ getType(): AvatarGroupType;
2549
2549
  /**
2550
2550
  * Checks for the provided `sap.ui.webc.main.IAvatar` in the aggregation {@link #getItems items}. and returns
2551
2551
  * its index if found or -1 otherwise.
@@ -2636,10 +2636,10 @@ declare module "sap/ui/webc/main/AvatarGroup" {
2636
2636
  /**
2637
2637
  * Describes the settings that can be provided to the AvatarGroup constructor.
2638
2638
  *
2639
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2639
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2640
2640
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2641
2641
  * functionality.
2642
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2642
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
2643
2643
  */
2644
2644
  export interface $AvatarGroupSettings extends $WebComponentSettings {
2645
2645
  /**
@@ -2749,10 +2749,10 @@ declare module "sap/ui/webc/main/Badge" {
2749
2749
  * theme.
2750
2750
  *
2751
2751
  * @since 1.92.0
2752
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2752
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2753
2753
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2754
2754
  * functionality.
2755
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2755
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
2756
2756
  */
2757
2757
  export default class Badge extends WebComponent {
2758
2758
  /**
@@ -2962,10 +2962,10 @@ declare module "sap/ui/webc/main/Badge" {
2962
2962
  /**
2963
2963
  * Describes the settings that can be provided to the Badge constructor.
2964
2964
  *
2965
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2965
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2966
2966
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2967
2967
  * functionality.
2968
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2968
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
2969
2969
  */
2970
2970
  export interface $BadgeSettings extends $WebComponentSettings {
2971
2971
  /**
@@ -3036,10 +3036,10 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
3036
3036
  *
3037
3037
  *
3038
3038
  * @since 1.95.0
3039
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3039
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
3040
3040
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3041
3041
  * functionality.
3042
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3042
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
3043
3043
  */
3044
3044
  export default class Breadcrumbs extends WebComponent {
3045
3045
  /**
@@ -3220,7 +3220,7 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
3220
3220
  *
3221
3221
  * @returns Value of property `design`
3222
3222
  */
3223
- getDesign(): BreadcrumbsDesign | keyof typeof BreadcrumbsDesign;
3223
+ getDesign(): BreadcrumbsDesign;
3224
3224
  /**
3225
3225
  * Gets content of aggregation {@link #getItems items}.
3226
3226
  *
@@ -3251,9 +3251,7 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
3251
3251
  *
3252
3252
  * @returns Value of property `separatorStyle`
3253
3253
  */
3254
- getSeparatorStyle():
3255
- | BreadcrumbsSeparatorStyle
3256
- | keyof typeof BreadcrumbsSeparatorStyle;
3254
+ getSeparatorStyle(): BreadcrumbsSeparatorStyle;
3257
3255
  /**
3258
3256
  * Checks for the provided `sap.ui.webc.main.IBreadcrumbsItem` in the aggregation {@link #getItems items}.
3259
3257
  * and returns its index if found or -1 otherwise.
@@ -3362,10 +3360,10 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
3362
3360
  /**
3363
3361
  * Describes the settings that can be provided to the Breadcrumbs constructor.
3364
3362
  *
3365
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3363
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
3366
3364
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3367
3365
  * functionality.
3368
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3366
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
3369
3367
  */
3370
3368
  export interface $BreadcrumbsSettings extends $WebComponentSettings {
3371
3369
  /**
@@ -3475,10 +3473,10 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
3475
3473
  * The `sap.ui.webc.main.BreadcrumbsItem` component defines the content of an item in `sap.ui.webc.main.Breadcrumbs`.
3476
3474
  *
3477
3475
  * @since 1.95.0
3478
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3476
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
3479
3477
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3480
3478
  * functionality.
3481
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3479
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
3482
3480
  */
3483
3481
  export default class BreadcrumbsItem
3484
3482
  extends WebComponent
@@ -3689,10 +3687,10 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
3689
3687
  /**
3690
3688
  * Describes the settings that can be provided to the BreadcrumbsItem constructor.
3691
3689
  *
3692
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3690
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
3693
3691
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3694
3692
  * functionality.
3695
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3693
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
3696
3694
  */
3697
3695
  export interface $BreadcrumbsItemSettings extends $WebComponentSettings {
3698
3696
  /**
@@ -3773,10 +3771,10 @@ declare module "sap/ui/webc/main/BusyIndicator" {
3773
3771
  * - Do not show multiple busy indicators at once.
3774
3772
  *
3775
3773
  * @since 1.92.0
3776
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3774
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
3777
3775
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3778
3776
  * functionality.
3779
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
3777
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
3780
3778
  */
3781
3779
  export default class BusyIndicator extends WebComponent {
3782
3780
  /**
@@ -3909,7 +3907,7 @@ declare module "sap/ui/webc/main/BusyIndicator" {
3909
3907
  *
3910
3908
  * @returns Value of property `size`
3911
3909
  */
3912
- getSize(): BusyIndicatorSize | keyof typeof BusyIndicatorSize;
3910
+ getSize(): BusyIndicatorSize;
3913
3911
  /**
3914
3912
  * Gets current value of property {@link #getText text}.
3915
3913
  *
@@ -4092,10 +4090,10 @@ declare module "sap/ui/webc/main/BusyIndicator" {
4092
4090
  /**
4093
4091
  * Describes the settings that can be provided to the BusyIndicator constructor.
4094
4092
  *
4095
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4093
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4096
4094
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4097
4095
  * functionality.
4098
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4096
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
4099
4097
  */
4100
4098
  export interface $BusyIndicatorSettings extends $WebComponentSettings {
4101
4099
  /**
@@ -4189,10 +4187,10 @@ declare module "sap/ui/webc/main/Button" {
4189
4187
  * - button - Used to style the native button element
4190
4188
  *
4191
4189
  * @since 1.92.0
4192
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4190
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4193
4191
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4194
4192
  * functionality.
4195
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4193
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
4196
4194
  */
4197
4195
  export default class Button
4198
4196
  extends WebComponent
@@ -4410,7 +4408,7 @@ declare module "sap/ui/webc/main/Button" {
4410
4408
  *
4411
4409
  * @returns Value of property `design`
4412
4410
  */
4413
- getDesign(): ButtonDesign | keyof typeof ButtonDesign;
4411
+ getDesign(): ButtonDesign;
4414
4412
  /**
4415
4413
  * Gets current value of property {@link #getEnabled enabled}.
4416
4414
  *
@@ -4472,7 +4470,7 @@ declare module "sap/ui/webc/main/Button" {
4472
4470
  *
4473
4471
  * @returns Value of property `textDirection`
4474
4472
  */
4475
- getTextDirection(): TextDirection | keyof typeof TextDirection;
4473
+ getTextDirection(): TextDirection;
4476
4474
  /**
4477
4475
  * Gets current value of property {@link #getType type}.
4478
4476
  *
@@ -4483,7 +4481,7 @@ declare module "sap/ui/webc/main/Button" {
4483
4481
  *
4484
4482
  * @returns Value of property `type`
4485
4483
  */
4486
- getType(): ButtonType | keyof typeof ButtonType;
4484
+ getType(): ButtonType;
4487
4485
  /**
4488
4486
  * Gets current value of property {@link #getWidth width}.
4489
4487
  *
@@ -4719,10 +4717,10 @@ declare module "sap/ui/webc/main/Button" {
4719
4717
  /**
4720
4718
  * Describes the settings that can be provided to the Button constructor.
4721
4719
  *
4722
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4720
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4723
4721
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4724
4722
  * functionality.
4725
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4723
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
4726
4724
  */
4727
4725
  export interface $ButtonSettings extends $WebComponentSettings {
4728
4726
  /**
@@ -4935,10 +4933,10 @@ declare module "sap/ui/webc/main/Calendar" {
4935
4933
  * `
4936
4934
  *
4937
4935
  * @since 1.92.0
4938
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4936
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4939
4937
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4940
4938
  * functionality.
4941
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
4939
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
4942
4940
  */
4943
4941
  export default class Calendar extends WebComponent {
4944
4942
  /**
@@ -5208,9 +5206,7 @@ declare module "sap/ui/webc/main/Calendar" {
5208
5206
  *
5209
5207
  * @returns Value of property `selectionMode`
5210
5208
  */
5211
- getSelectionMode():
5212
- | CalendarSelectionMode
5213
- | keyof typeof CalendarSelectionMode;
5209
+ getSelectionMode(): CalendarSelectionMode;
5214
5210
  /**
5215
5211
  * Checks for the provided `sap.ui.webc.main.ICalendarDate` in the aggregation {@link #getDates dates}.
5216
5212
  * and returns its index if found or -1 otherwise.
@@ -5360,7 +5356,7 @@ declare module "sap/ui/webc/main/Calendar" {
5360
5356
  /**
5361
5357
  * New value for property `primaryCalendarType`
5362
5358
  */
5363
- sPrimaryCalendarType: CalendarType
5359
+ sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
5364
5360
  ): this;
5365
5361
  /**
5366
5362
  * Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
@@ -5378,7 +5374,7 @@ declare module "sap/ui/webc/main/Calendar" {
5378
5374
  /**
5379
5375
  * New value for property `secondaryCalendarType`
5380
5376
  */
5381
- sSecondaryCalendarType?: CalendarType
5377
+ sSecondaryCalendarType?: CalendarType | keyof typeof CalendarType
5382
5378
  ): this;
5383
5379
  /**
5384
5380
  * Sets a new value for property {@link #getSelectionMode selectionMode}.
@@ -5410,10 +5406,10 @@ declare module "sap/ui/webc/main/Calendar" {
5410
5406
  /**
5411
5407
  * Describes the settings that can be provided to the Calendar constructor.
5412
5408
  *
5413
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5409
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5414
5410
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5415
5411
  * functionality.
5416
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5412
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
5417
5413
  */
5418
5414
  export interface $CalendarSettings extends $WebComponentSettings {
5419
5415
  /**
@@ -5450,12 +5446,18 @@ declare module "sap/ui/webc/main/Calendar" {
5450
5446
  /**
5451
5447
  * Sets a calendar type used for display. If not set, the calendar type of the global configuration is used.
5452
5448
  */
5453
- primaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
5449
+ primaryCalendarType?:
5450
+ | (CalendarType | keyof typeof CalendarType)
5451
+ | PropertyBindingInfo
5452
+ | `{${string}}`;
5454
5453
 
5455
5454
  /**
5456
5455
  * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
5457
5456
  */
5458
- secondaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
5457
+ secondaryCalendarType?:
5458
+ | (CalendarType | keyof typeof CalendarType)
5459
+ | PropertyBindingInfo
5460
+ | `{${string}}`;
5459
5461
 
5460
5462
  /**
5461
5463
  * Defines the type of selection used in the calendar component. Accepted property values are:
@@ -5531,10 +5533,10 @@ declare module "sap/ui/webc/main/CalendarDate" {
5531
5533
  * The `sap.ui.webc.main.CalendarDate` component defines a calendar date to be used inside `sap.ui.webc.main.Calendar`
5532
5534
  *
5533
5535
  * @since 1.92.0
5534
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5536
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5535
5537
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5536
5538
  * functionality.
5537
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5539
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
5538
5540
  */
5539
5541
  export default class CalendarDate
5540
5542
  extends WebComponent
@@ -5634,10 +5636,10 @@ declare module "sap/ui/webc/main/CalendarDate" {
5634
5636
  /**
5635
5637
  * Describes the settings that can be provided to the CalendarDate constructor.
5636
5638
  *
5637
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5639
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5638
5640
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5639
5641
  * functionality.
5640
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5642
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
5641
5643
  */
5642
5644
  export interface $CalendarDateSettings extends $WebComponentSettings {
5643
5645
  /**
@@ -5679,10 +5681,10 @@ declare module "sap/ui/webc/main/Card" {
5679
5681
  * taken for keyboard handling, styling and accessibility.
5680
5682
  *
5681
5683
  * @since 1.92.0
5682
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5684
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5683
5685
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5684
5686
  * functionality.
5685
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5687
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
5686
5688
  */
5687
5689
  export default class Card extends WebComponent {
5688
5690
  /**
@@ -6023,10 +6025,10 @@ declare module "sap/ui/webc/main/Card" {
6023
6025
  /**
6024
6026
  * Describes the settings that can be provided to the Card constructor.
6025
6027
  *
6026
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6028
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
6027
6029
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6028
6030
  * functionality.
6029
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6031
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
6030
6032
  */
6031
6033
  export interface $CardSettings extends $WebComponentSettings {
6032
6034
  /**
@@ -6108,10 +6110,10 @@ declare module "sap/ui/webc/main/CardHeader" {
6108
6110
  * - status - Used to style the status of the CardHeader
6109
6111
  *
6110
6112
  * @since 1.95.0
6111
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6113
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
6112
6114
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6113
6115
  * functionality.
6114
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
6116
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
6115
6117
  */
6116
6118
  export default class CardHeader extends WebComponent implements ICardHeader {
6117
6119
  __implements__sap_ui_webc_main_ICardHeader: boolean;
@@ -6535,10 +6537,10 @@ declare module "sap/ui/webc/main/CardHeader" {
6535
6537
  /**
6536
6538
  * Describes the settings that can be provided to the CardHeader constructor.
6537
6539
  *
6538
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6540
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
6539
6541
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6540
6542
  * functionality.
6541
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
6543
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
6542
6544
  */
6543
6545
  export interface $CardHeaderSettings extends $WebComponentSettings {
6544
6546
  /**
@@ -6657,10 +6659,10 @@ declare module "sap/ui/webc/main/Carousel" {
6657
6659
  * - content - Used to style the content of the component
6658
6660
  *
6659
6661
  * @since 1.92.0
6660
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6662
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
6661
6663
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6662
6664
  * functionality.
6663
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6665
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
6664
6666
  */
6665
6667
  export default class Carousel extends WebComponent {
6666
6668
  /**
@@ -6838,9 +6840,7 @@ declare module "sap/ui/webc/main/Carousel" {
6838
6840
  *
6839
6841
  * @returns Value of property `arrowsPlacement`
6840
6842
  */
6841
- getArrowsPlacement():
6842
- | CarouselArrowsPlacement
6843
- | keyof typeof CarouselArrowsPlacement;
6843
+ getArrowsPlacement(): CarouselArrowsPlacement;
6844
6844
  /**
6845
6845
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
6846
6846
  *
@@ -6851,7 +6851,7 @@ declare module "sap/ui/webc/main/Carousel" {
6851
6851
  *
6852
6852
  * @returns Value of property `backgroundDesign`
6853
6853
  */
6854
- getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
6854
+ getBackgroundDesign(): BackgroundDesign;
6855
6855
  /**
6856
6856
  * Gets content of aggregation {@link #getContent content}.
6857
6857
  *
@@ -6940,9 +6940,7 @@ declare module "sap/ui/webc/main/Carousel" {
6940
6940
  *
6941
6941
  * @returns Value of property `pageIndicatorBackgroundDesign`
6942
6942
  */
6943
- getPageIndicatorBackgroundDesign():
6944
- | BackgroundDesign
6945
- | keyof typeof BackgroundDesign;
6943
+ getPageIndicatorBackgroundDesign(): BackgroundDesign;
6946
6944
  /**
6947
6945
  * Gets current value of property {@link #getPageIndicatorBorderDesign pageIndicatorBorderDesign}.
6948
6946
  *
@@ -6953,7 +6951,7 @@ declare module "sap/ui/webc/main/Carousel" {
6953
6951
  *
6954
6952
  * @returns Value of property `pageIndicatorBorderDesign`
6955
6953
  */
6956
- getPageIndicatorBorderDesign(): BorderDesign | keyof typeof BorderDesign;
6954
+ getPageIndicatorBorderDesign(): BorderDesign;
6957
6955
  /**
6958
6956
  * Gets current value of property {@link #getPageIndicatorStyle pageIndicatorStyle}.
6959
6957
  *
@@ -6969,9 +6967,7 @@ declare module "sap/ui/webc/main/Carousel" {
6969
6967
  *
6970
6968
  * @returns Value of property `pageIndicatorStyle`
6971
6969
  */
6972
- getPageIndicatorStyle():
6973
- | CarouselPageIndicatorStyle
6974
- | keyof typeof CarouselPageIndicatorStyle;
6970
+ getPageIndicatorStyle(): CarouselPageIndicatorStyle;
6975
6971
  /**
6976
6972
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
6977
6973
  * its index if found or -1 otherwise.
@@ -7256,10 +7252,10 @@ declare module "sap/ui/webc/main/Carousel" {
7256
7252
  /**
7257
7253
  * Describes the settings that can be provided to the Carousel constructor.
7258
7254
  *
7259
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7255
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
7260
7256
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7261
7257
  * functionality.
7262
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7258
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7263
7259
  */
7264
7260
  export interface $CarouselSettings extends $WebComponentSettings {
7265
7261
  /**
@@ -7437,10 +7433,10 @@ declare module "sap/ui/webc/main/CheckBox" {
7437
7433
  *
7438
7434
  *
7439
7435
  * @since 1.92.0
7440
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7436
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
7441
7437
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7442
7438
  * functionality.
7443
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7439
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7444
7440
  */
7445
7441
  export default class CheckBox extends WebComponent implements IFormContent {
7446
7442
  __implements__sap_ui_core_IFormContent: boolean;
@@ -7727,7 +7723,7 @@ declare module "sap/ui/webc/main/CheckBox" {
7727
7723
  *
7728
7724
  * @returns Value of property `valueState`
7729
7725
  */
7730
- getValueState(): ValueState | keyof typeof ValueState;
7726
+ getValueState(): ValueState;
7731
7727
  /**
7732
7728
  * Gets current value of property {@link #getWidth width}.
7733
7729
  *
@@ -7748,7 +7744,7 @@ declare module "sap/ui/webc/main/CheckBox" {
7748
7744
  *
7749
7745
  * @returns Value of property `wrappingType`
7750
7746
  */
7751
- getWrappingType(): WrappingType | keyof typeof WrappingType;
7747
+ getWrappingType(): WrappingType;
7752
7748
  /**
7753
7749
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
7754
7750
  *
@@ -7998,10 +7994,10 @@ declare module "sap/ui/webc/main/CheckBox" {
7998
7994
  /**
7999
7995
  * Describes the settings that can be provided to the CheckBox constructor.
8000
7996
  *
8001
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7997
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8002
7998
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8003
7999
  * functionality.
8004
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8000
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
8005
8001
  */
8006
8002
  export interface $CheckBoxSettings extends $WebComponentSettings {
8007
8003
  /**
@@ -8145,10 +8141,10 @@ declare module "sap/ui/webc/main/ColorPalette" {
8145
8141
  * of the `sap.ui.webc.main.ColorPalette`.
8146
8142
  *
8147
8143
  * @since 1.92.0
8148
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8144
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8149
8145
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8150
8146
  * functionality.
8151
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8147
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
8152
8148
  */
8153
8149
  export default class ColorPalette extends WebComponent {
8154
8150
  /**
@@ -8372,10 +8368,10 @@ declare module "sap/ui/webc/main/ColorPalette" {
8372
8368
  /**
8373
8369
  * Describes the settings that can be provided to the ColorPalette constructor.
8374
8370
  *
8375
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8371
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8376
8372
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8377
8373
  * functionality.
8378
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8374
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
8379
8375
  */
8380
8376
  export interface $ColorPaletteSettings extends $WebComponentSettings {
8381
8377
  /**
@@ -8432,10 +8428,10 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
8432
8428
  * The `sap.ui.webc.main.ColorPaletteItem` component represents a color in the the `sap.ui.webc.main.ColorPalette`.
8433
8429
  *
8434
8430
  * @since 1.92.0
8435
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8431
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8436
8432
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8437
8433
  * functionality.
8438
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8434
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
8439
8435
  */
8440
8436
  export default class ColorPaletteItem
8441
8437
  extends WebComponent
@@ -8537,10 +8533,10 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
8537
8533
  /**
8538
8534
  * Describes the settings that can be provided to the ColorPaletteItem constructor.
8539
8535
  *
8540
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8536
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8541
8537
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8542
8538
  * functionality.
8543
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8539
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
8544
8540
  */
8545
8541
  export interface $ColorPaletteItemSettings extends $WebComponentSettings {
8546
8542
  /**
@@ -8587,10 +8583,10 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
8587
8583
  * and spend large amount of time to configure the right color through the color picker.
8588
8584
  *
8589
8585
  * @since 1.97.0
8590
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8586
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8591
8587
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8592
8588
  * functionality.
8593
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
8589
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
8594
8590
  */
8595
8591
  export default class ColorPalettePopover extends WebComponent {
8596
8592
  /**
@@ -8941,10 +8937,10 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
8941
8937
  /**
8942
8938
  * Describes the settings that can be provided to the ColorPalettePopover constructor.
8943
8939
  *
8944
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8940
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8945
8941
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8946
8942
  * functionality.
8947
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
8943
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
8948
8944
  */
8949
8945
  export interface $ColorPalettePopoverSettings extends $WebComponentSettings {
8950
8946
  /**
@@ -9031,10 +9027,10 @@ declare module "sap/ui/webc/main/ColorPicker" {
9031
9027
  *
9032
9028
  *
9033
9029
  * @since 1.92.0
9034
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9030
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
9035
9031
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9036
9032
  * functionality.
9037
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9033
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
9038
9034
  */
9039
9035
  export default class ColorPicker extends WebComponent {
9040
9036
  /**
@@ -9210,10 +9206,10 @@ declare module "sap/ui/webc/main/ColorPicker" {
9210
9206
  /**
9211
9207
  * Describes the settings that can be provided to the ColorPicker constructor.
9212
9208
  *
9213
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9209
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
9214
9210
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9215
9211
  * functionality.
9216
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9212
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
9217
9213
  */
9218
9214
  export interface $ColorPickerSettings extends $WebComponentSettings {
9219
9215
  /**
@@ -9303,10 +9299,10 @@ declare module "sap/ui/webc/main/ComboBox" {
9303
9299
  * selects the last item.
9304
9300
  *
9305
9301
  * @since 1.92.0
9306
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9302
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
9307
9303
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9308
9304
  * functionality.
9309
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9305
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
9310
9306
  */
9311
9307
  export default class ComboBox extends WebComponent implements IFormContent {
9312
9308
  __implements__sap_ui_core_IFormContent: boolean;
@@ -9700,7 +9696,7 @@ declare module "sap/ui/webc/main/ComboBox" {
9700
9696
  *
9701
9697
  * @returns Value of property `filter`
9702
9698
  */
9703
- getFilter(): ComboBoxFilter | keyof typeof ComboBoxFilter;
9699
+ getFilter(): ComboBoxFilter;
9704
9700
  /**
9705
9701
  * Gets content of aggregation {@link #getIcon icon}.
9706
9702
  *
@@ -9780,7 +9776,7 @@ declare module "sap/ui/webc/main/ComboBox" {
9780
9776
  *
9781
9777
  * @returns Value of property `valueState`
9782
9778
  */
9783
- getValueState(): ValueState | keyof typeof ValueState;
9779
+ getValueState(): ValueState;
9784
9780
  /**
9785
9781
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
9786
9782
  *
@@ -10135,10 +10131,10 @@ declare module "sap/ui/webc/main/ComboBox" {
10135
10131
  /**
10136
10132
  * Describes the settings that can be provided to the ComboBox constructor.
10137
10133
  *
10138
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10134
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10139
10135
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10140
10136
  * functionality.
10141
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10137
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10142
10138
  */
10143
10139
  export interface $ComboBoxSettings extends $WebComponentSettings {
10144
10140
  /**
@@ -10308,10 +10304,10 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
10308
10304
  * suggestions into groups.
10309
10305
  *
10310
10306
  * @since 1.95.0
10311
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10307
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10312
10308
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10313
10309
  * functionality.
10314
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
10310
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
10315
10311
  */
10316
10312
  export default class ComboBoxGroupItem
10317
10313
  extends WebComponent
@@ -10413,10 +10409,10 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
10413
10409
  /**
10414
10410
  * Describes the settings that can be provided to the ComboBoxGroupItem constructor.
10415
10411
  *
10416
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10412
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10417
10413
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10418
10414
  * functionality.
10419
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
10415
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
10420
10416
  */
10421
10417
  export interface $ComboBoxGroupItemSettings extends $WebComponentSettings {
10422
10418
  /**
@@ -10442,10 +10438,10 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
10442
10438
  * The `sap.ui.webc.main.ComboBoxItem` represents the item for a `sap.ui.webc.main.ComboBox`.
10443
10439
  *
10444
10440
  * @since 1.92.0
10445
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10441
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10446
10442
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10447
10443
  * functionality.
10448
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10444
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10449
10445
  */
10450
10446
  export default class ComboBoxItem
10451
10447
  extends WebComponent
@@ -10576,10 +10572,10 @@ declare module "sap/ui/webc/main/ComboBoxItem" {
10576
10572
  /**
10577
10573
  * Describes the settings that can be provided to the ComboBoxItem constructor.
10578
10574
  *
10579
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10575
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10580
10576
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10581
10577
  * functionality.
10582
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10578
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10583
10579
  */
10584
10580
  export interface $ComboBoxItemSettings extends $WebComponentSettings {
10585
10581
  /**
@@ -10632,10 +10628,10 @@ declare module "sap/ui/webc/main/CustomListItem" {
10632
10628
  * - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
10633
10629
  *
10634
10630
  * @since 1.92.0
10635
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10631
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10636
10632
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10637
10633
  * functionality.
10638
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10634
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10639
10635
  */
10640
10636
  export default class CustomListItem
10641
10637
  extends WebComponent
@@ -10892,7 +10888,7 @@ declare module "sap/ui/webc/main/CustomListItem" {
10892
10888
  *
10893
10889
  * @returns Value of property `type`
10894
10890
  */
10895
- getType(): ListItemType | keyof typeof ListItemType;
10891
+ getType(): ListItemType;
10896
10892
  /**
10897
10893
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
10898
10894
  * its index if found or -1 otherwise.
@@ -11067,10 +11063,10 @@ declare module "sap/ui/webc/main/CustomListItem" {
11067
11063
  /**
11068
11064
  * Describes the settings that can be provided to the CustomListItem constructor.
11069
11065
  *
11070
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11066
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11071
11067
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11072
11068
  * functionality.
11073
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11069
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11074
11070
  */
11075
11071
  export interface $CustomListItemSettings extends $WebComponentSettings {
11076
11072
  /**
@@ -11234,10 +11230,10 @@ declare module "sap/ui/webc/main/DatePicker" {
11234
11230
  *
11235
11231
  *
11236
11232
  * @since 1.92.0
11237
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11233
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11238
11234
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11239
11235
  * functionality.
11240
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11236
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11241
11237
  */
11242
11238
  export default class DatePicker extends WebComponent implements IFormContent {
11243
11239
  __implements__sap_ui_core_IFormContent: boolean;
@@ -11673,7 +11669,7 @@ declare module "sap/ui/webc/main/DatePicker" {
11673
11669
  *
11674
11670
  * @returns Value of property `valueState`
11675
11671
  */
11676
- getValueState(): ValueState | keyof typeof ValueState;
11672
+ getValueState(): ValueState;
11677
11673
  /**
11678
11674
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
11679
11675
  *
@@ -11924,7 +11920,7 @@ declare module "sap/ui/webc/main/DatePicker" {
11924
11920
  /**
11925
11921
  * New value for property `primaryCalendarType`
11926
11922
  */
11927
- sPrimaryCalendarType: CalendarType
11923
+ sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
11928
11924
  ): this;
11929
11925
  /**
11930
11926
  * Sets a new value for property {@link #getReadonly readonly}.
@@ -11978,7 +11974,7 @@ declare module "sap/ui/webc/main/DatePicker" {
11978
11974
  /**
11979
11975
  * New value for property `secondaryCalendarType`
11980
11976
  */
11981
- sSecondaryCalendarType?: CalendarType
11977
+ sSecondaryCalendarType?: CalendarType | keyof typeof CalendarType
11982
11978
  ): this;
11983
11979
  /**
11984
11980
  * Sets a new value for property {@link #getValue value}.
@@ -12058,10 +12054,10 @@ declare module "sap/ui/webc/main/DatePicker" {
12058
12054
  /**
12059
12055
  * Describes the settings that can be provided to the DatePicker constructor.
12060
12056
  *
12061
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12057
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
12062
12058
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12063
12059
  * functionality.
12064
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12060
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
12065
12061
  */
12066
12062
  export interface $DatePickerSettings extends $WebComponentSettings {
12067
12063
  /**
@@ -12130,7 +12126,10 @@ declare module "sap/ui/webc/main/DatePicker" {
12130
12126
  /**
12131
12127
  * Sets a calendar type used for display. If not set, the calendar type of the global configuration is used.
12132
12128
  */
12133
- primaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
12129
+ primaryCalendarType?:
12130
+ | (CalendarType | keyof typeof CalendarType)
12131
+ | PropertyBindingInfo
12132
+ | `{${string}}`;
12134
12133
 
12135
12134
  /**
12136
12135
  * Determines whether the component is displayed as read-only.
@@ -12145,7 +12144,10 @@ declare module "sap/ui/webc/main/DatePicker" {
12145
12144
  /**
12146
12145
  * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
12147
12146
  */
12148
- secondaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
12147
+ secondaryCalendarType?:
12148
+ | (CalendarType | keyof typeof CalendarType)
12149
+ | PropertyBindingInfo
12150
+ | `{${string}}`;
12149
12151
 
12150
12152
  /**
12151
12153
  * Defines a formatted date value.
@@ -12276,10 +12278,10 @@ declare module "sap/ui/webc/main/DateRangePicker" {
12276
12278
  * - [SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one
12277
12279
  *
12278
12280
  * @since 1.92.0
12279
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12281
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
12280
12282
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12281
12283
  * functionality.
12282
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12284
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
12283
12285
  */
12284
12286
  export default class DateRangePicker
12285
12287
  extends WebComponent
@@ -12744,7 +12746,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
12744
12746
  *
12745
12747
  * @returns Value of property `valueState`
12746
12748
  */
12747
- getValueState(): ValueState | keyof typeof ValueState;
12749
+ getValueState(): ValueState;
12748
12750
  /**
12749
12751
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
12750
12752
  *
@@ -13014,7 +13016,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
13014
13016
  /**
13015
13017
  * New value for property `primaryCalendarType`
13016
13018
  */
13017
- sPrimaryCalendarType: CalendarType
13019
+ sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
13018
13020
  ): this;
13019
13021
  /**
13020
13022
  * Sets a new value for property {@link #getReadonly readonly}.
@@ -13068,7 +13070,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
13068
13070
  /**
13069
13071
  * New value for property `secondaryCalendarType`
13070
13072
  */
13071
- sSecondaryCalendarType?: CalendarType
13073
+ sSecondaryCalendarType?: CalendarType | keyof typeof CalendarType
13072
13074
  ): this;
13073
13075
  /**
13074
13076
  * Sets a new value for property {@link #getValue value}.
@@ -13148,10 +13150,10 @@ declare module "sap/ui/webc/main/DateRangePicker" {
13148
13150
  /**
13149
13151
  * Describes the settings that can be provided to the DateRangePicker constructor.
13150
13152
  *
13151
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13153
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
13152
13154
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13153
13155
  * functionality.
13154
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13156
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
13155
13157
  */
13156
13158
  export interface $DateRangePickerSettings extends $WebComponentSettings {
13157
13159
  /**
@@ -13226,7 +13228,10 @@ declare module "sap/ui/webc/main/DateRangePicker" {
13226
13228
  /**
13227
13229
  * Sets a calendar type used for display. If not set, the calendar type of the global configuration is used.
13228
13230
  */
13229
- primaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
13231
+ primaryCalendarType?:
13232
+ | (CalendarType | keyof typeof CalendarType)
13233
+ | PropertyBindingInfo
13234
+ | `{${string}}`;
13230
13235
 
13231
13236
  /**
13232
13237
  * Determines whether the component is displayed as read-only.
@@ -13241,7 +13246,10 @@ declare module "sap/ui/webc/main/DateRangePicker" {
13241
13246
  /**
13242
13247
  * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
13243
13248
  */
13244
- secondaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
13249
+ secondaryCalendarType?:
13250
+ | (CalendarType | keyof typeof CalendarType)
13251
+ | PropertyBindingInfo
13252
+ | `{${string}}`;
13245
13253
 
13246
13254
  /**
13247
13255
  * Defines a formatted date value.
@@ -13407,10 +13415,10 @@ declare module "sap/ui/webc/main/DateTimePicker" {
13407
13415
  * or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
13408
13416
  *
13409
13417
  * @since 1.92.0
13410
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13418
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
13411
13419
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13412
13420
  * functionality.
13413
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13421
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
13414
13422
  */
13415
13423
  export default class DateTimePicker
13416
13424
  extends WebComponent
@@ -13849,7 +13857,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
13849
13857
  *
13850
13858
  * @returns Value of property `valueState`
13851
13859
  */
13852
- getValueState(): ValueState | keyof typeof ValueState;
13860
+ getValueState(): ValueState;
13853
13861
  /**
13854
13862
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
13855
13863
  *
@@ -14100,7 +14108,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
14100
14108
  /**
14101
14109
  * New value for property `primaryCalendarType`
14102
14110
  */
14103
- sPrimaryCalendarType: CalendarType
14111
+ sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
14104
14112
  ): this;
14105
14113
  /**
14106
14114
  * Sets a new value for property {@link #getReadonly readonly}.
@@ -14154,7 +14162,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
14154
14162
  /**
14155
14163
  * New value for property `secondaryCalendarType`
14156
14164
  */
14157
- sSecondaryCalendarType?: CalendarType
14165
+ sSecondaryCalendarType?: CalendarType | keyof typeof CalendarType
14158
14166
  ): this;
14159
14167
  /**
14160
14168
  * Sets a new value for property {@link #getValue value}.
@@ -14234,10 +14242,10 @@ declare module "sap/ui/webc/main/DateTimePicker" {
14234
14242
  /**
14235
14243
  * Describes the settings that can be provided to the DateTimePicker constructor.
14236
14244
  *
14237
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14245
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
14238
14246
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14239
14247
  * functionality.
14240
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14248
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
14241
14249
  */
14242
14250
  export interface $DateTimePickerSettings extends $WebComponentSettings {
14243
14251
  /**
@@ -14306,7 +14314,10 @@ declare module "sap/ui/webc/main/DateTimePicker" {
14306
14314
  /**
14307
14315
  * Sets a calendar type used for display. If not set, the calendar type of the global configuration is used.
14308
14316
  */
14309
- primaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
14317
+ primaryCalendarType?:
14318
+ | (CalendarType | keyof typeof CalendarType)
14319
+ | PropertyBindingInfo
14320
+ | `{${string}}`;
14310
14321
 
14311
14322
  /**
14312
14323
  * Determines whether the component is displayed as read-only.
@@ -14321,7 +14332,10 @@ declare module "sap/ui/webc/main/DateTimePicker" {
14321
14332
  /**
14322
14333
  * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
14323
14334
  */
14324
- secondaryCalendarType?: CalendarType | PropertyBindingInfo | `{${string}}`;
14335
+ secondaryCalendarType?:
14336
+ | (CalendarType | keyof typeof CalendarType)
14337
+ | PropertyBindingInfo
14338
+ | `{${string}}`;
14325
14339
 
14326
14340
  /**
14327
14341
  * Defines a formatted date value.
@@ -14473,10 +14487,10 @@ declare module "sap/ui/webc/main/Dialog" {
14473
14487
  * inside other components containing z-index. This might break z-index management.
14474
14488
  *
14475
14489
  * @since 1.92.0
14476
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14490
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
14477
14491
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14478
14492
  * functionality.
14479
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14493
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
14480
14494
  */
14481
14495
  export default class Dialog extends WebComponent {
14482
14496
  /**
@@ -14961,7 +14975,7 @@ declare module "sap/ui/webc/main/Dialog" {
14961
14975
  *
14962
14976
  * @returns Value of property `accessibleRole`
14963
14977
  */
14964
- getAccessibleRole(): PopupAccessibleRole | keyof typeof PopupAccessibleRole;
14978
+ getAccessibleRole(): PopupAccessibleRole;
14965
14979
  /**
14966
14980
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
14967
14981
  */
@@ -15086,7 +15100,7 @@ declare module "sap/ui/webc/main/Dialog" {
15086
15100
  *
15087
15101
  * @returns Value of property `state`
15088
15102
  */
15089
- getState(): ValueState | keyof typeof ValueState;
15103
+ getState(): ValueState;
15090
15104
  /**
15091
15105
  * Gets current value of property {@link #getStretch stretch}.
15092
15106
  *
@@ -15526,10 +15540,10 @@ declare module "sap/ui/webc/main/Dialog" {
15526
15540
  /**
15527
15541
  * Describes the settings that can be provided to the Dialog constructor.
15528
15542
  *
15529
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15543
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
15530
15544
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15531
15545
  * functionality.
15532
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15546
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
15533
15547
  */
15534
15548
  export interface $DialogSettings extends $WebComponentSettings {
15535
15549
  /**
@@ -15756,10 +15770,10 @@ declare module "sap/ui/webc/main/FileUploader" {
15756
15770
  * and "disabled" properties.
15757
15771
  *
15758
15772
  * @since 1.92.0
15759
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15773
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
15760
15774
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15761
15775
  * functionality.
15762
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15776
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
15763
15777
  */
15764
15778
  export default class FileUploader
15765
15779
  extends WebComponent
@@ -16041,7 +16055,7 @@ declare module "sap/ui/webc/main/FileUploader" {
16041
16055
  *
16042
16056
  * @returns Value of property `valueState`
16043
16057
  */
16044
- getValueState(): ValueState | keyof typeof ValueState;
16058
+ getValueState(): ValueState;
16045
16059
  /**
16046
16060
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
16047
16061
  *
@@ -16314,10 +16328,10 @@ declare module "sap/ui/webc/main/FileUploader" {
16314
16328
  /**
16315
16329
  * Describes the settings that can be provided to the FileUploader constructor.
16316
16330
  *
16317
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16331
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
16318
16332
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16319
16333
  * functionality.
16320
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16334
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
16321
16335
  */
16322
16336
  export interface $FileUploaderSettings extends $WebComponentSettings {
16323
16337
  /**
@@ -16441,10 +16455,10 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
16441
16455
  * into logical groups.
16442
16456
  *
16443
16457
  * @since 1.92.0
16444
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16458
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
16445
16459
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16446
16460
  * functionality.
16447
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16461
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
16448
16462
  */
16449
16463
  export default class GroupHeaderListItem
16450
16464
  extends WebComponent
@@ -16606,10 +16620,10 @@ declare module "sap/ui/webc/main/GroupHeaderListItem" {
16606
16620
  /**
16607
16621
  * Describes the settings that can be provided to the GroupHeaderListItem constructor.
16608
16622
  *
16609
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16623
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
16610
16624
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16611
16625
  * functionality.
16612
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16626
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
16613
16627
  */
16614
16628
  export interface $GroupHeaderListItemSettings extends $WebComponentSettings {
16615
16629
  /**
@@ -16713,10 +16727,10 @@ declare module "sap/ui/webc/main/Icon" {
16713
16727
  * triggering the click event.
16714
16728
  *
16715
16729
  * @since 1.92.0
16716
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16730
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
16717
16731
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16718
16732
  * functionality.
16719
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16733
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
16720
16734
  */
16721
16735
  export default class Icon extends WebComponent implements IIcon {
16722
16736
  __implements__sap_ui_webc_main_IIcon: boolean;
@@ -16927,7 +16941,7 @@ declare module "sap/ui/webc/main/Icon" {
16927
16941
  *
16928
16942
  * @returns Value of property `design`
16929
16943
  */
16930
- getDesign(): IconDesign | keyof typeof IconDesign;
16944
+ getDesign(): IconDesign;
16931
16945
  /**
16932
16946
  * Gets current value of property {@link #getHeight height}.
16933
16947
  *
@@ -17230,10 +17244,10 @@ declare module "sap/ui/webc/main/Icon" {
17230
17244
  /**
17231
17245
  * Describes the settings that can be provided to the Icon constructor.
17232
17246
  *
17233
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
17247
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
17234
17248
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
17235
17249
  * functionality.
17236
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
17250
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
17237
17251
  */
17238
17252
  export interface $IconSettings extends $WebComponentSettings {
17239
17253
  /**
@@ -17415,10 +17429,10 @@ declare module "sap/ui/webc/main/Input" {
17415
17429
  * focus is in the input, does nothing.
17416
17430
  *
17417
17431
  * @since 1.92.0
17418
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
17432
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
17419
17433
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
17420
17434
  * functionality.
17421
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
17435
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
17422
17436
  */
17423
17437
  export default class Input
17424
17438
  extends WebComponent
@@ -18014,7 +18028,7 @@ declare module "sap/ui/webc/main/Input" {
18014
18028
  *
18015
18029
  * @returns Value of property `type`
18016
18030
  */
18017
- getType(): InputType | keyof typeof InputType;
18031
+ getType(): InputType;
18018
18032
  /**
18019
18033
  * Gets current value of property {@link #getValue value}.
18020
18034
  *
@@ -18038,7 +18052,7 @@ declare module "sap/ui/webc/main/Input" {
18038
18052
  *
18039
18053
  * @returns Value of property `valueState`
18040
18054
  */
18041
- getValueState(): ValueState | keyof typeof ValueState;
18055
+ getValueState(): ValueState;
18042
18056
  /**
18043
18057
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
18044
18058
  *
@@ -18485,10 +18499,10 @@ declare module "sap/ui/webc/main/Input" {
18485
18499
  /**
18486
18500
  * Describes the settings that can be provided to the Input constructor.
18487
18501
  *
18488
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
18502
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
18489
18503
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
18490
18504
  * functionality.
18491
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18505
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
18492
18506
  */
18493
18507
  export interface $InputSettings extends $WebComponentSettings {
18494
18508
  /**
@@ -18731,10 +18745,10 @@ declare module "sap/ui/webc/main/Label" {
18731
18745
  * choice of designs, you can use custom styles.
18732
18746
  *
18733
18747
  * @since 1.92.0
18734
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
18748
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
18735
18749
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
18736
18750
  * functionality.
18737
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18751
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
18738
18752
  */
18739
18753
  export default class Label extends WebComponent implements Label1 {
18740
18754
  __implements__sap_ui_core_Label: boolean;
@@ -18862,7 +18876,7 @@ declare module "sap/ui/webc/main/Label" {
18862
18876
  *
18863
18877
  * @returns Value of property `wrappingType`
18864
18878
  */
18865
- getWrappingType(): WrappingType | keyof typeof WrappingType;
18879
+ getWrappingType(): WrappingType;
18866
18880
  /**
18867
18881
  * Sets the associated {@link #getLabelFor labelFor}.
18868
18882
  *
@@ -18974,10 +18988,10 @@ declare module "sap/ui/webc/main/Label" {
18974
18988
  /**
18975
18989
  * Describes the settings that can be provided to the Label constructor.
18976
18990
  *
18977
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
18991
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
18978
18992
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
18979
18993
  * functionality.
18980
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
18994
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
18981
18995
  */
18982
18996
  export interface $LabelSettings extends $WebComponentSettings {
18983
18997
  /**
@@ -19066,10 +19080,10 @@ declare module "sap/ui/webc/main/Link" {
19066
19080
  * property is set to `"Normal"`, the text is displayed on several lines instead of being truncated.
19067
19081
  *
19068
19082
  * @since 1.92.0
19069
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
19083
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
19070
19084
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
19071
19085
  * functionality.
19072
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
19086
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
19073
19087
  */
19074
19088
  export default class Link extends WebComponent {
19075
19089
  /**
@@ -19295,7 +19309,7 @@ declare module "sap/ui/webc/main/Link" {
19295
19309
  *
19296
19310
  * @returns Value of property `design`
19297
19311
  */
19298
- getDesign(): LinkDesign | keyof typeof LinkDesign;
19312
+ getDesign(): LinkDesign;
19299
19313
  /**
19300
19314
  * Gets current value of property {@link #getEnabled enabled}.
19301
19315
  *
@@ -19365,7 +19379,7 @@ declare module "sap/ui/webc/main/Link" {
19365
19379
  *
19366
19380
  * @returns Value of property `wrappingType`
19367
19381
  */
19368
- getWrappingType(): WrappingType | keyof typeof WrappingType;
19382
+ getWrappingType(): WrappingType;
19369
19383
  /**
19370
19384
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
19371
19385
  *
@@ -19587,10 +19601,10 @@ declare module "sap/ui/webc/main/Link" {
19587
19601
  /**
19588
19602
  * Describes the settings that can be provided to the Link constructor.
19589
19603
  *
19590
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
19604
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
19591
19605
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
19592
19606
  * functionality.
19593
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
19607
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
19594
19608
  */
19595
19609
  export interface $LinkSettings extends $WebComponentSettings {
19596
19610
  /**
@@ -19784,10 +19798,10 @@ declare module "sap/ui/webc/main/List" {
19784
19798
  * - [DELETE] - Delete an item if `mode` property is `Delete`
19785
19799
  *
19786
19800
  * @since 1.92.0
19787
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
19801
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
19788
19802
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
19789
19803
  * functionality.
19790
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
19804
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
19791
19805
  */
19792
19806
  export default class List extends WebComponent {
19793
19807
  /**
@@ -20487,7 +20501,7 @@ declare module "sap/ui/webc/main/List" {
20487
20501
  *
20488
20502
  * @returns Value of property `growing`
20489
20503
  */
20490
- getGrowing(): ListGrowingMode | keyof typeof ListGrowingMode;
20504
+ getGrowing(): ListGrowingMode;
20491
20505
  /**
20492
20506
  * Gets content of aggregation {@link #getHeader header}.
20493
20507
  *
@@ -20551,7 +20565,7 @@ declare module "sap/ui/webc/main/List" {
20551
20565
  *
20552
20566
  * @returns Value of property `mode`
20553
20567
  */
20554
- getMode(): ListMode | keyof typeof ListMode;
20568
+ getMode(): ListMode;
20555
20569
  /**
20556
20570
  * Gets current value of property {@link #getNoDataText noDataText}.
20557
20571
  *
@@ -20579,7 +20593,7 @@ declare module "sap/ui/webc/main/List" {
20579
20593
  *
20580
20594
  * @returns Value of property `separators`
20581
20595
  */
20582
- getSeparators(): ListSeparators | keyof typeof ListSeparators;
20596
+ getSeparators(): ListSeparators;
20583
20597
  /**
20584
20598
  * Gets current value of property {@link #getWidth width}.
20585
20599
  *
@@ -20974,10 +20988,10 @@ declare module "sap/ui/webc/main/List" {
20974
20988
  /**
20975
20989
  * Describes the settings that can be provided to the List constructor.
20976
20990
  *
20977
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
20991
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
20978
20992
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
20979
20993
  * functionality.
20980
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
20994
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
20981
20995
  */
20982
20996
  export interface $ListSettings extends $WebComponentSettings {
20983
20997
  /**
@@ -21285,10 +21299,10 @@ declare module "sap/ui/webc/main/Menu" {
21285
21299
  *
21286
21300
  *
21287
21301
  * @since 1.102.0
21288
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
21302
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
21289
21303
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
21290
21304
  * functionality.
21291
- * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
21305
+ * @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
21292
21306
  */
21293
21307
  export default class Menu extends WebComponent {
21294
21308
  /**
@@ -21989,10 +22003,10 @@ declare module "sap/ui/webc/main/Menu" {
21989
22003
  /**
21990
22004
  * Describes the settings that can be provided to the Menu constructor.
21991
22005
  *
21992
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
22006
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
21993
22007
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
21994
22008
  * functionality.
21995
- * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
22009
+ * @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
21996
22010
  */
21997
22011
  export interface $MenuSettings extends $WebComponentSettings {
21998
22012
  /**
@@ -22168,10 +22182,10 @@ declare module "sap/ui/webc/main/MenuItem" {
22168
22182
  * not intended for public use.
22169
22183
  *
22170
22184
  * @since 1.102.0
22171
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
22185
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
22172
22186
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
22173
22187
  * functionality.
22174
- * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
22188
+ * @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
22175
22189
  */
22176
22190
  export default class MenuItem extends WebComponent implements IMenuItem {
22177
22191
  __implements__sap_ui_webc_main_IMenuItem: boolean;
@@ -22566,10 +22580,10 @@ declare module "sap/ui/webc/main/MenuItem" {
22566
22580
  /**
22567
22581
  * Describes the settings that can be provided to the MenuItem constructor.
22568
22582
  *
22569
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
22583
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
22570
22584
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
22571
22585
  * functionality.
22572
- * @experimental (since 1.102.0) - This control is experimental and its API might change significantly.
22586
+ * @experimental As of version 1.102.0. This control is experimental and its API might change significantly.
22573
22587
  */
22574
22588
  export interface $MenuItemSettings extends $WebComponentSettings {
22575
22589
  /**
@@ -22660,10 +22674,10 @@ declare module "sap/ui/webc/main/MessageStrip" {
22660
22674
  * Keyboard Handling:
22661
22675
  *
22662
22676
  * @since 1.92.0
22663
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
22677
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
22664
22678
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
22665
22679
  * functionality.
22666
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
22680
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
22667
22681
  */
22668
22682
  export default class MessageStrip extends WebComponent {
22669
22683
  /**
@@ -22823,7 +22837,7 @@ declare module "sap/ui/webc/main/MessageStrip" {
22823
22837
  *
22824
22838
  * @returns Value of property `design`
22825
22839
  */
22826
- getDesign(): MessageStripDesign | keyof typeof MessageStripDesign;
22840
+ getDesign(): MessageStripDesign;
22827
22841
  /**
22828
22842
  * Gets current value of property {@link #getHeight height}.
22829
22843
  *
@@ -23010,10 +23024,10 @@ declare module "sap/ui/webc/main/MessageStrip" {
23010
23024
  /**
23011
23025
  * Describes the settings that can be provided to the MessageStrip constructor.
23012
23026
  *
23013
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
23027
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
23014
23028
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
23015
23029
  * functionality.
23016
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
23030
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
23017
23031
  */
23018
23032
  export interface $MessageStripSettings extends $WebComponentSettings {
23019
23033
  /**
@@ -23145,10 +23159,10 @@ declare module "sap/ui/webc/main/MultiComboBox" {
23145
23159
  * - token-{index} - Used to style each token(where `token-0` corresponds to the first item)
23146
23160
  *
23147
23161
  * @since 1.92.0
23148
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
23162
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
23149
23163
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
23150
23164
  * functionality.
23151
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
23165
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
23152
23166
  */
23153
23167
  export default class MultiComboBox
23154
23168
  extends WebComponent
@@ -23631,7 +23645,7 @@ declare module "sap/ui/webc/main/MultiComboBox" {
23631
23645
  *
23632
23646
  * @returns Value of property `filter`
23633
23647
  */
23634
- getFilter(): ComboBoxFilter | keyof typeof ComboBoxFilter;
23648
+ getFilter(): ComboBoxFilter;
23635
23649
  /**
23636
23650
  * Gets content of aggregation {@link #getIcon icon}.
23637
23651
  *
@@ -23719,7 +23733,7 @@ declare module "sap/ui/webc/main/MultiComboBox" {
23719
23733
  *
23720
23734
  * @returns Value of property `valueState`
23721
23735
  */
23722
- getValueState(): ValueState | keyof typeof ValueState;
23736
+ getValueState(): ValueState;
23723
23737
  /**
23724
23738
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
23725
23739
  *
@@ -24097,10 +24111,10 @@ declare module "sap/ui/webc/main/MultiComboBox" {
24097
24111
  /**
24098
24112
  * Describes the settings that can be provided to the MultiComboBox constructor.
24099
24113
  *
24100
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24114
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
24101
24115
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24102
24116
  * functionality.
24103
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24117
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
24104
24118
  */
24105
24119
  export interface $MultiComboBoxSettings extends $WebComponentSettings {
24106
24120
  /**
@@ -24296,10 +24310,10 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
24296
24310
  * `sap.ui.webc.main.MultiComboBox` suggestions into groups.
24297
24311
  *
24298
24312
  * @since 1.92.0
24299
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24313
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
24300
24314
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24301
24315
  * functionality.
24302
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24316
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
24303
24317
  */
24304
24318
  export default class MultiComboBoxGroupItem
24305
24319
  extends WebComponent
@@ -24401,10 +24415,10 @@ declare module "sap/ui/webc/main/MultiComboBoxGroupItem" {
24401
24415
  /**
24402
24416
  * Describes the settings that can be provided to the MultiComboBoxGroupItem constructor.
24403
24417
  *
24404
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24418
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
24405
24419
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24406
24420
  * functionality.
24407
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24421
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
24408
24422
  */
24409
24423
  export interface $MultiComboBoxGroupItemSettings
24410
24424
  extends $WebComponentSettings {
@@ -24431,10 +24445,10 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
24431
24445
  * The `sap.ui.webc.main.MultiComboBoxItem` represents the item for a `sap.ui.webc.main.MultiComboBox`.
24432
24446
  *
24433
24447
  * @since 1.92.0
24434
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24448
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
24435
24449
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24436
24450
  * functionality.
24437
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24451
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
24438
24452
  */
24439
24453
  export default class MultiComboBoxItem
24440
24454
  extends WebComponent
@@ -24594,10 +24608,10 @@ declare module "sap/ui/webc/main/MultiComboBoxItem" {
24594
24608
  /**
24595
24609
  * Describes the settings that can be provided to the MultiComboBoxItem constructor.
24596
24610
  *
24597
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24611
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
24598
24612
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24599
24613
  * functionality.
24600
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24614
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
24601
24615
  */
24602
24616
  export interface $MultiComboBoxItemSettings extends $WebComponentSettings {
24603
24617
  /**
@@ -24660,10 +24674,10 @@ declare module "sap/ui/webc/main/MultiInput" {
24660
24674
  * - Select a value from the suggestion list (`suggestion-item-select` event is fired)
24661
24675
  *
24662
24676
  * @since 1.92.0
24663
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
24677
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
24664
24678
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
24665
24679
  * functionality.
24666
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
24680
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
24667
24681
  */
24668
24682
  export default class MultiInput
24669
24683
  extends WebComponent
@@ -25457,7 +25471,7 @@ declare module "sap/ui/webc/main/MultiInput" {
25457
25471
  *
25458
25472
  * @returns Value of property `type`
25459
25473
  */
25460
- getType(): InputType | keyof typeof InputType;
25474
+ getType(): InputType;
25461
25475
  /**
25462
25476
  * Gets current value of property {@link #getValue value}.
25463
25477
  *
@@ -25481,7 +25495,7 @@ declare module "sap/ui/webc/main/MultiInput" {
25481
25495
  *
25482
25496
  * @returns Value of property `valueState`
25483
25497
  */
25484
- getValueState(): ValueState | keyof typeof ValueState;
25498
+ getValueState(): ValueState;
25485
25499
  /**
25486
25500
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
25487
25501
  *
@@ -25999,10 +26013,10 @@ declare module "sap/ui/webc/main/MultiInput" {
25999
26013
  /**
26000
26014
  * Describes the settings that can be provided to the MultiInput constructor.
26001
26015
  *
26002
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26016
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
26003
26017
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26004
26018
  * functionality.
26005
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26019
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
26006
26020
  */
26007
26021
  export interface $MultiInputSettings extends $WebComponentSettings {
26008
26022
  /**
@@ -26294,10 +26308,10 @@ declare module "sap/ui/webc/main/Option" {
26294
26308
  * The `sap.ui.webc.main.Option` component defines the content of an option in the `sap.ui.webc.main.Select`.
26295
26309
  *
26296
26310
  * @since 1.92.0
26297
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26311
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
26298
26312
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26299
26313
  * functionality.
26300
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26314
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
26301
26315
  */
26302
26316
  export default class Option extends WebComponent implements ISelectOption {
26303
26317
  __implements__sap_ui_webc_main_ISelectOption: boolean;
@@ -26539,10 +26553,10 @@ declare module "sap/ui/webc/main/Option" {
26539
26553
  /**
26540
26554
  * Describes the settings that can be provided to the Option constructor.
26541
26555
  *
26542
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26556
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
26543
26557
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26544
26558
  * functionality.
26545
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26559
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
26546
26560
  */
26547
26561
  export interface $OptionSettings extends $WebComponentSettings {
26548
26562
  /**
@@ -26644,10 +26658,10 @@ declare module "sap/ui/webc/main/Panel" {
26644
26658
  * Keyboard Handling:
26645
26659
  *
26646
26660
  * @since 1.92.0
26647
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
26661
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
26648
26662
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
26649
26663
  * functionality.
26650
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
26664
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
26651
26665
  */
26652
26666
  export default class Panel extends WebComponent {
26653
26667
  /**
@@ -26850,7 +26864,7 @@ declare module "sap/ui/webc/main/Panel" {
26850
26864
  *
26851
26865
  * @returns Value of property `accessibleRole`
26852
26866
  */
26853
- getAccessibleRole(): PanelAccessibleRole | keyof typeof PanelAccessibleRole;
26867
+ getAccessibleRole(): PanelAccessibleRole;
26854
26868
  /**
26855
26869
  * Gets current value of property {@link #getCollapsed collapsed}.
26856
26870
  *
@@ -26899,7 +26913,7 @@ declare module "sap/ui/webc/main/Panel" {
26899
26913
  *
26900
26914
  * @returns Value of property `headerLevel`
26901
26915
  */
26902
- getHeaderLevel(): TitleLevel | keyof typeof TitleLevel;
26916
+ getHeaderLevel(): TitleLevel;
26903
26917
  /**
26904
26918
  * Gets current value of property {@link #getHeaderText headerText}.
26905
26919
  *
@@ -27250,10 +27264,10 @@ declare module "sap/ui/webc/main/Panel" {
27250
27264
  /**
27251
27265
  * Describes the settings that can be provided to the Panel constructor.
27252
27266
  *
27253
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
27267
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
27254
27268
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
27255
27269
  * functionality.
27256
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
27270
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
27257
27271
  */
27258
27272
  export interface $PanelSettings extends $WebComponentSettings {
27259
27273
  /**
@@ -27403,10 +27417,10 @@ declare module "sap/ui/webc/main/Popover" {
27403
27417
  * - footer - Used to style the footer of the component
27404
27418
  *
27405
27419
  * @since 1.92.0
27406
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
27420
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
27407
27421
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
27408
27422
  * functionality.
27409
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
27423
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
27410
27424
  */
27411
27425
  export default class Popover extends WebComponent {
27412
27426
  /**
@@ -27891,7 +27905,7 @@ declare module "sap/ui/webc/main/Popover" {
27891
27905
  *
27892
27906
  * @returns Value of property `accessibleRole`
27893
27907
  */
27894
- getAccessibleRole(): PopupAccessibleRole | keyof typeof PopupAccessibleRole;
27908
+ getAccessibleRole(): PopupAccessibleRole;
27895
27909
  /**
27896
27910
  * Gets current value of property {@link #getAllowTargetOverlap allowTargetOverlap}.
27897
27911
  *
@@ -27979,9 +27993,7 @@ declare module "sap/ui/webc/main/Popover" {
27979
27993
  *
27980
27994
  * @returns Value of property `horizontalAlign`
27981
27995
  */
27982
- getHorizontalAlign():
27983
- | PopoverHorizontalAlign
27984
- | keyof typeof PopoverHorizontalAlign;
27996
+ getHorizontalAlign(): PopoverHorizontalAlign;
27985
27997
  /**
27986
27998
  * ID of the element which is the current target of the association {@link #getInitialFocus initialFocus},
27987
27999
  * or `null`.
@@ -28024,9 +28036,7 @@ declare module "sap/ui/webc/main/Popover" {
28024
28036
  *
28025
28037
  * @returns Value of property `placementType`
28026
28038
  */
28027
- getPlacementType():
28028
- | PopoverPlacementType
28029
- | keyof typeof PopoverPlacementType;
28039
+ getPlacementType(): PopoverPlacementType;
28030
28040
  /**
28031
28041
  * Gets current value of property {@link #getPreventFocusRestore preventFocusRestore}.
28032
28042
  *
@@ -28048,9 +28058,7 @@ declare module "sap/ui/webc/main/Popover" {
28048
28058
  *
28049
28059
  * @returns Value of property `verticalAlign`
28050
28060
  */
28051
- getVerticalAlign():
28052
- | PopoverVerticalAlign
28053
- | keyof typeof PopoverVerticalAlign;
28061
+ getVerticalAlign(): PopoverVerticalAlign;
28054
28062
  /**
28055
28063
  * Gets current value of property {@link #getWidth width}.
28056
28064
  *
@@ -28535,10 +28543,10 @@ declare module "sap/ui/webc/main/Popover" {
28535
28543
  /**
28536
28544
  * Describes the settings that can be provided to the Popover constructor.
28537
28545
  *
28538
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
28546
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
28539
28547
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
28540
28548
  * functionality.
28541
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28549
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
28542
28550
  */
28543
28551
  export interface $PopoverSettings extends $WebComponentSettings {
28544
28552
  /**
@@ -28757,10 +28765,10 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
28757
28765
  * CSS properties.
28758
28766
  *
28759
28767
  * @since 1.92.0
28760
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
28768
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
28761
28769
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
28762
28770
  * functionality.
28763
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
28771
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
28764
28772
  */
28765
28773
  export default class ProgressIndicator
28766
28774
  extends WebComponent
@@ -28908,7 +28916,7 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
28908
28916
  *
28909
28917
  * @returns Value of property `valueState`
28910
28918
  */
28911
- getValueState(): ValueState | keyof typeof ValueState;
28919
+ getValueState(): ValueState;
28912
28920
  /**
28913
28921
  * Gets current value of property {@link #getWidth width}.
28914
28922
  *
@@ -29060,10 +29068,10 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
29060
29068
  /**
29061
29069
  * Describes the settings that can be provided to the ProgressIndicator constructor.
29062
29070
  *
29063
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29071
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
29064
29072
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29065
29073
  * functionality.
29066
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29074
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
29067
29075
  */
29068
29076
  export interface $ProgressIndicatorSettings extends $WebComponentSettings {
29069
29077
  /**
@@ -29159,10 +29167,10 @@ declare module "sap/ui/webc/main/RadioButton" {
29159
29167
  * **Note:** On entering radio button group, the focus goes to the currently selected radio button.
29160
29168
  *
29161
29169
  * @since 1.92.0
29162
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29170
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
29163
29171
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29164
29172
  * functionality.
29165
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29173
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
29166
29174
  */
29167
29175
  export default class RadioButton
29168
29176
  extends WebComponent
@@ -29441,7 +29449,7 @@ declare module "sap/ui/webc/main/RadioButton" {
29441
29449
  *
29442
29450
  * @returns Value of property `valueState`
29443
29451
  */
29444
- getValueState(): ValueState | keyof typeof ValueState;
29452
+ getValueState(): ValueState;
29445
29453
  /**
29446
29454
  * Gets current value of property {@link #getWidth width}.
29447
29455
  *
@@ -29462,7 +29470,7 @@ declare module "sap/ui/webc/main/RadioButton" {
29462
29470
  *
29463
29471
  * @returns Value of property `wrappingType`
29464
29472
  */
29465
- getWrappingType(): WrappingType | keyof typeof WrappingType;
29473
+ getWrappingType(): WrappingType;
29466
29474
  /**
29467
29475
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
29468
29476
  *
@@ -29701,10 +29709,10 @@ declare module "sap/ui/webc/main/RadioButton" {
29701
29709
  /**
29702
29710
  * Describes the settings that can be provided to the RadioButton constructor.
29703
29711
  *
29704
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29712
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
29705
29713
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29706
29714
  * functionality.
29707
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29715
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
29708
29716
  */
29709
29717
  export interface $RadioButtonSettings extends $WebComponentSettings {
29710
29718
  /**
@@ -29875,10 +29883,10 @@ declare module "sap/ui/webc/main/RangeSlider" {
29875
29883
  *
29876
29884
  *
29877
29885
  * @since 1.92.0
29878
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
29886
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
29879
29887
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
29880
29888
  * functionality.
29881
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
29889
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
29882
29890
  */
29883
29891
  export default class RangeSlider extends WebComponent {
29884
29892
  /**
@@ -30444,10 +30452,10 @@ declare module "sap/ui/webc/main/RangeSlider" {
30444
30452
  /**
30445
30453
  * Describes the settings that can be provided to the RangeSlider constructor.
30446
30454
  *
30447
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
30455
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
30448
30456
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
30449
30457
  * functionality.
30450
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30458
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
30451
30459
  */
30452
30460
  export interface $RangeSliderSettings extends $WebComponentSettings {
30453
30461
  /**
@@ -30597,10 +30605,10 @@ declare module "sap/ui/webc/main/RatingIndicator" {
30597
30605
  * of values, sets the highest value.
30598
30606
  *
30599
30607
  * @since 1.92.0
30600
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
30608
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
30601
30609
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
30602
30610
  * functionality.
30603
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
30611
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
30604
30612
  */
30605
30613
  export default class RatingIndicator
30606
30614
  extends WebComponent
@@ -30997,10 +31005,10 @@ declare module "sap/ui/webc/main/RatingIndicator" {
30997
31005
  /**
30998
31006
  * Describes the settings that can be provided to the RatingIndicator constructor.
30999
31007
  *
31000
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
31008
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
31001
31009
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
31002
31010
  * functionality.
31003
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
31011
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
31004
31012
  */
31005
31013
  export interface $RatingIndicatorSettings extends $WebComponentSettings {
31006
31014
  /**
@@ -31113,10 +31121,10 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
31113
31121
  * - footer - Used to style the footer of the component
31114
31122
  *
31115
31123
  * @since 1.92.0
31116
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
31124
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
31117
31125
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
31118
31126
  * functionality.
31119
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
31127
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
31120
31128
  */
31121
31129
  export default class ResponsivePopover extends WebComponent {
31122
31130
  /**
@@ -31609,7 +31617,7 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
31609
31617
  *
31610
31618
  * @returns Value of property `accessibleRole`
31611
31619
  */
31612
- getAccessibleRole(): PopupAccessibleRole | keyof typeof PopupAccessibleRole;
31620
+ getAccessibleRole(): PopupAccessibleRole;
31613
31621
  /**
31614
31622
  * Gets current value of property {@link #getAllowTargetOverlap allowTargetOverlap}.
31615
31623
  *
@@ -31688,9 +31696,7 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
31688
31696
  *
31689
31697
  * @returns Value of property `horizontalAlign`
31690
31698
  */
31691
- getHorizontalAlign():
31692
- | PopoverHorizontalAlign
31693
- | keyof typeof PopoverHorizontalAlign;
31699
+ getHorizontalAlign(): PopoverHorizontalAlign;
31694
31700
  /**
31695
31701
  * ID of the element which is the current target of the association {@link #getInitialFocus initialFocus},
31696
31702
  * or `null`.
@@ -31733,9 +31739,7 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
31733
31739
  *
31734
31740
  * @returns Value of property `placementType`
31735
31741
  */
31736
- getPlacementType():
31737
- | PopoverPlacementType
31738
- | keyof typeof PopoverPlacementType;
31742
+ getPlacementType(): PopoverPlacementType;
31739
31743
  /**
31740
31744
  * Gets current value of property {@link #getPreventFocusRestore preventFocusRestore}.
31741
31745
  *
@@ -31757,9 +31761,7 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
31757
31761
  *
31758
31762
  * @returns Value of property `verticalAlign`
31759
31763
  */
31760
- getVerticalAlign():
31761
- | PopoverVerticalAlign
31762
- | keyof typeof PopoverVerticalAlign;
31764
+ getVerticalAlign(): PopoverVerticalAlign;
31763
31765
  /**
31764
31766
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
31765
31767
  * its index if found or -1 otherwise.
@@ -32203,10 +32205,10 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
32203
32205
  /**
32204
32206
  * Describes the settings that can be provided to the ResponsivePopover constructor.
32205
32207
  *
32206
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32208
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
32207
32209
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32208
32210
  * functionality.
32209
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
32211
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
32210
32212
  */
32211
32213
  export interface $ResponsivePopoverSettings extends $WebComponentSettings {
32212
32214
  /**
@@ -32427,10 +32429,10 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32427
32429
  * **Note:** There can be just one selected `item` at a time.
32428
32430
  *
32429
32431
  * @since 1.92.0
32430
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32432
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
32431
32433
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32432
32434
  * functionality.
32433
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
32435
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
32434
32436
  */
32435
32437
  export default class SegmentedButton
32436
32438
  extends WebComponent
@@ -32647,7 +32649,7 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32647
32649
  *
32648
32650
  * @returns Value of property `mode`
32649
32651
  */
32650
- getMode(): SegmentedButtonMode | keyof typeof SegmentedButtonMode;
32652
+ getMode(): SegmentedButtonMode;
32651
32653
  /**
32652
32654
  * Returns an array of the currently selected items.
32653
32655
  */
@@ -32777,10 +32779,10 @@ declare module "sap/ui/webc/main/SegmentedButton" {
32777
32779
  /**
32778
32780
  * Describes the settings that can be provided to the SegmentedButton constructor.
32779
32781
  *
32780
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32782
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
32781
32783
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32782
32784
  * functionality.
32783
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
32785
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
32784
32786
  */
32785
32787
  export interface $SegmentedButtonSettings extends $WebComponentSettings {
32786
32788
  /**
@@ -32886,10 +32888,10 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
32886
32888
  * CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.SegmentedButtonItem`.
32887
32889
  *
32888
32890
  * @since 1.95.0
32889
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
32891
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
32890
32892
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
32891
32893
  * functionality.
32892
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
32894
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
32893
32895
  */
32894
32896
  export default class SegmentedButtonItem
32895
32897
  extends WebComponent
@@ -33108,7 +33110,7 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
33108
33110
  *
33109
33111
  * @returns Value of property `design`
33110
33112
  */
33111
- getDesign(): ButtonDesign | keyof typeof ButtonDesign;
33113
+ getDesign(): ButtonDesign;
33112
33114
  /**
33113
33115
  * Gets current value of property {@link #getEnabled enabled}.
33114
33116
  *
@@ -33191,7 +33193,7 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
33191
33193
  *
33192
33194
  * @returns Value of property `type`
33193
33195
  */
33194
- getType(): ButtonType | keyof typeof ButtonType;
33196
+ getType(): ButtonType;
33195
33197
  /**
33196
33198
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
33197
33199
  *
@@ -33419,10 +33421,10 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
33419
33421
  /**
33420
33422
  * Describes the settings that can be provided to the SegmentedButtonItem constructor.
33421
33423
  *
33422
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
33424
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
33423
33425
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
33424
33426
  * functionality.
33425
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
33427
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
33426
33428
  */
33427
33429
  export interface $SegmentedButtonItemSettings extends $WebComponentSettings {
33428
33430
  /**
@@ -33592,10 +33594,10 @@ declare module "sap/ui/webc/main/Select" {
33592
33594
  *
33593
33595
  *
33594
33596
  * @since 1.92.0
33595
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
33597
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
33596
33598
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
33597
33599
  * functionality.
33598
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
33600
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
33599
33601
  */
33600
33602
  export default class Select extends WebComponent implements IFormContent {
33601
33603
  __implements__sap_ui_core_IFormContent: boolean;
@@ -34140,7 +34142,7 @@ declare module "sap/ui/webc/main/Select" {
34140
34142
  *
34141
34143
  * @returns Value of property `valueState`
34142
34144
  */
34143
- getValueState(): ValueState | keyof typeof ValueState;
34145
+ getValueState(): ValueState;
34144
34146
  /**
34145
34147
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
34146
34148
  *
@@ -34448,10 +34450,10 @@ declare module "sap/ui/webc/main/Select" {
34448
34450
  /**
34449
34451
  * Describes the settings that can be provided to the Select constructor.
34450
34452
  *
34451
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34453
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
34452
34454
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34453
34455
  * functionality.
34454
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
34456
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
34455
34457
  */
34456
34458
  export interface $SelectSettings extends $WebComponentSettings {
34457
34459
  /**
@@ -34663,10 +34665,10 @@ declare module "sap/ui/webc/main/SelectMenu" {
34663
34665
  *
34664
34666
  *
34665
34667
  * @since 1.120.0
34666
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34668
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
34667
34669
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34668
34670
  * functionality.
34669
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34671
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
34670
34672
  */
34671
34673
  export default class SelectMenu extends WebComponent {
34672
34674
  /**
@@ -34812,10 +34814,10 @@ declare module "sap/ui/webc/main/SelectMenu" {
34812
34814
  /**
34813
34815
  * Describes the settings that can be provided to the SelectMenu constructor.
34814
34816
  *
34815
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34817
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
34816
34818
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34817
34819
  * functionality.
34818
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34820
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
34819
34821
  */
34820
34822
  export interface $SelectMenuSettings extends $WebComponentSettings {
34821
34823
  /**
@@ -34852,10 +34854,10 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
34852
34854
  * Usage:
34853
34855
  *
34854
34856
  * @since 1.120.0
34855
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
34857
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
34856
34858
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
34857
34859
  * functionality.
34858
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
34860
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
34859
34861
  */
34860
34862
  export default class SelectMenuOption
34861
34863
  extends WebComponent
@@ -35057,10 +35059,10 @@ declare module "sap/ui/webc/main/SelectMenuOption" {
35057
35059
  /**
35058
35060
  * Describes the settings that can be provided to the SelectMenuOption constructor.
35059
35061
  *
35060
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35062
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
35061
35063
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35062
35064
  * functionality.
35063
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
35065
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
35064
35066
  */
35065
35067
  export interface $SelectMenuOptionSettings extends $WebComponentSettings {
35066
35068
  /**
@@ -35149,10 +35151,10 @@ declare module "sap/ui/webc/main/Slider" {
35149
35151
  *
35150
35152
  *
35151
35153
  * @since 1.92.0
35152
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35154
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
35153
35155
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35154
35156
  * functionality.
35155
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
35157
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
35156
35158
  */
35157
35159
  export default class Slider extends WebComponent implements IFormContent {
35158
35160
  __implements__sap_ui_core_IFormContent: boolean;
@@ -35682,10 +35684,10 @@ declare module "sap/ui/webc/main/Slider" {
35682
35684
  /**
35683
35685
  * Describes the settings that can be provided to the Slider constructor.
35684
35686
  *
35685
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35687
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
35686
35688
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35687
35689
  * functionality.
35688
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
35690
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
35689
35691
  */
35690
35692
  export interface $SliderSettings extends $WebComponentSettings {
35691
35693
  /**
@@ -35827,10 +35829,10 @@ declare module "sap/ui/webc/main/SplitButton" {
35827
35829
  * - `arrow-click` for the second button (arrow action)
35828
35830
  *
35829
35831
  * @since 1.99.0
35830
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
35832
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
35831
35833
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
35832
35834
  * functionality.
35833
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
35835
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
35834
35836
  */
35835
35837
  export default class SplitButton extends WebComponent {
35836
35838
  /**
@@ -36081,7 +36083,7 @@ declare module "sap/ui/webc/main/SplitButton" {
36081
36083
  *
36082
36084
  * @returns Value of property `design`
36083
36085
  */
36084
- getDesign(): ButtonDesign | keyof typeof ButtonDesign;
36086
+ getDesign(): ButtonDesign;
36085
36087
  /**
36086
36088
  * Gets current value of property {@link #getEnabled enabled}.
36087
36089
  *
@@ -36237,10 +36239,10 @@ declare module "sap/ui/webc/main/SplitButton" {
36237
36239
  /**
36238
36240
  * Describes the settings that can be provided to the SplitButton constructor.
36239
36241
  *
36240
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
36242
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
36241
36243
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
36242
36244
  * functionality.
36243
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
36245
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
36244
36246
  */
36245
36247
  export interface $SplitButtonSettings extends $WebComponentSettings {
36246
36248
  /**
@@ -36363,10 +36365,10 @@ declare module "sap/ui/webc/main/StandardListItem" {
36363
36365
  * - checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
36364
36366
  *
36365
36367
  * @since 1.92.0
36366
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
36368
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
36367
36369
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
36368
36370
  * functionality.
36369
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
36371
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
36370
36372
  */
36371
36373
  export default class StandardListItem
36372
36374
  extends WebComponent
@@ -36594,7 +36596,7 @@ declare module "sap/ui/webc/main/StandardListItem" {
36594
36596
  *
36595
36597
  * @returns Value of property `additionalTextState`
36596
36598
  */
36597
- getAdditionalTextState(): ValueState | keyof typeof ValueState;
36599
+ getAdditionalTextState(): ValueState;
36598
36600
  /**
36599
36601
  * Gets content of aggregation {@link #getDeleteButton deleteButton}.
36600
36602
  *
@@ -36703,7 +36705,7 @@ declare module "sap/ui/webc/main/StandardListItem" {
36703
36705
  *
36704
36706
  * @returns Value of property `type`
36705
36707
  */
36706
- getType(): ListItemType | keyof typeof ListItemType;
36708
+ getType(): ListItemType;
36707
36709
  /**
36708
36710
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getImageContent imageContent}.
36709
36711
  * and returns its index if found or -1 otherwise.
@@ -37004,10 +37006,10 @@ declare module "sap/ui/webc/main/StandardListItem" {
37004
37006
  /**
37005
37007
  * Describes the settings that can be provided to the StandardListItem constructor.
37006
37008
  *
37007
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37009
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
37008
37010
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37009
37011
  * functionality.
37010
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
37012
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
37011
37013
  */
37012
37014
  export interface $StandardListItemSettings extends $WebComponentSettings {
37013
37015
  /**
@@ -37183,10 +37185,10 @@ declare module "sap/ui/webc/main/StepInput" {
37183
37185
  * - To enter dates and times. In this case, use date/time related components instead.
37184
37186
  *
37185
37187
  * @since 1.92.0
37186
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37188
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
37187
37189
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37188
37190
  * functionality.
37189
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
37191
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
37190
37192
  */
37191
37193
  export default class StepInput extends WebComponent implements IFormContent {
37192
37194
  __implements__sap_ui_core_IFormContent: boolean;
@@ -37483,7 +37485,7 @@ declare module "sap/ui/webc/main/StepInput" {
37483
37485
  *
37484
37486
  * @returns Value of property `valueState`
37485
37487
  */
37486
- getValueState(): ValueState | keyof typeof ValueState;
37488
+ getValueState(): ValueState;
37487
37489
  /**
37488
37490
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
37489
37491
  *
@@ -37791,10 +37793,10 @@ declare module "sap/ui/webc/main/StepInput" {
37791
37793
  /**
37792
37794
  * Describes the settings that can be provided to the StepInput constructor.
37793
37795
  *
37794
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37796
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
37795
37797
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37796
37798
  * functionality.
37797
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
37799
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
37798
37800
  */
37799
37801
  export interface $StepInputSettings extends $WebComponentSettings {
37800
37802
  /**
@@ -37928,10 +37930,10 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
37928
37930
  * `sap.ui.webc.main.Input` suggestions into groups.
37929
37931
  *
37930
37932
  * @since 1.95.0
37931
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
37933
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
37932
37934
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
37933
37935
  * functionality.
37934
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
37936
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
37935
37937
  */
37936
37938
  export default class SuggestionGroupItem
37937
37939
  extends WebComponent
@@ -38033,10 +38035,10 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
38033
38035
  /**
38034
38036
  * Describes the settings that can be provided to the SuggestionGroupItem constructor.
38035
38037
  *
38036
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38038
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
38037
38039
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38038
38040
  * functionality.
38039
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
38041
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
38040
38042
  */
38041
38043
  export interface $SuggestionGroupItemSettings extends $WebComponentSettings {
38042
38044
  /**
@@ -38064,10 +38066,10 @@ declare module "sap/ui/webc/main/SuggestionItem" {
38064
38066
  * The `sap.ui.webc.main.SuggestionItem` represents the suggestion item of the `sap.ui.webc.main.Input`.
38065
38067
  *
38066
38068
  * @since 1.92.0
38067
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38069
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
38068
38070
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38069
38071
  * functionality.
38070
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38072
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
38071
38073
  */
38072
38074
  export default class SuggestionItem
38073
38075
  extends WebComponent
@@ -38157,7 +38159,7 @@ declare module "sap/ui/webc/main/SuggestionItem" {
38157
38159
  *
38158
38160
  * @returns Value of property `additionalTextState`
38159
38161
  */
38160
- getAdditionalTextState(): ValueState | keyof typeof ValueState;
38162
+ getAdditionalTextState(): ValueState;
38161
38163
  /**
38162
38164
  * Gets current value of property {@link #getDescription description}.
38163
38165
  *
@@ -38228,7 +38230,7 @@ declare module "sap/ui/webc/main/SuggestionItem" {
38228
38230
  *
38229
38231
  * @returns Value of property `type`
38230
38232
  */
38231
- getType(): ListItemType | keyof typeof ListItemType;
38233
+ getType(): ListItemType;
38232
38234
  /**
38233
38235
  * Sets a new value for property {@link #getAdditionalText additionalText}.
38234
38236
  *
@@ -38382,10 +38384,10 @@ declare module "sap/ui/webc/main/SuggestionItem" {
38382
38384
  /**
38383
38385
  * Describes the settings that can be provided to the SuggestionItem constructor.
38384
38386
  *
38385
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38387
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
38386
38388
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38387
38389
  * functionality.
38388
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38390
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
38389
38391
  */
38390
38392
  export interface $SuggestionItemSettings extends $WebComponentSettings {
38391
38393
  /**
@@ -38488,10 +38490,10 @@ declare module "sap/ui/webc/main/Switch" {
38488
38490
  * - handle - Used to style the handle of the switch
38489
38491
  *
38490
38492
  * @since 1.92.0
38491
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38493
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
38492
38494
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38493
38495
  * functionality.
38494
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38496
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
38495
38497
  */
38496
38498
  export default class Switch extends WebComponent implements IFormContent {
38497
38499
  __implements__sap_ui_core_IFormContent: boolean;
@@ -38690,7 +38692,7 @@ declare module "sap/ui/webc/main/Switch" {
38690
38692
  *
38691
38693
  * @returns Value of property `design`
38692
38694
  */
38693
- getDesign(): SwitchDesign | keyof typeof SwitchDesign;
38695
+ getDesign(): SwitchDesign;
38694
38696
  /**
38695
38697
  * Gets current value of property {@link #getEnabled enabled}.
38696
38698
  *
@@ -38969,10 +38971,10 @@ declare module "sap/ui/webc/main/Switch" {
38969
38971
  /**
38970
38972
  * Describes the settings that can be provided to the Switch constructor.
38971
38973
  *
38972
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
38974
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
38973
38975
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
38974
38976
  * functionality.
38975
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
38977
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
38976
38978
  */
38977
38979
  export interface $SwitchSettings extends $WebComponentSettings {
38978
38980
  /**
@@ -39089,10 +39091,10 @@ declare module "sap/ui/webc/main/Tab" {
39089
39091
  * that is presented to the user once the tab is selected.
39090
39092
  *
39091
39093
  * @since 1.92.0
39092
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
39094
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
39093
39095
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
39094
39096
  * functionality.
39095
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39097
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
39096
39098
  */
39097
39099
  export default class Tab extends WebComponent implements ITab {
39098
39100
  __implements__sap_ui_webc_main_ITab: boolean;
@@ -39238,7 +39240,7 @@ declare module "sap/ui/webc/main/Tab" {
39238
39240
  *
39239
39241
  * @returns Value of property `design`
39240
39242
  */
39241
- getDesign(): SemanticColor | keyof typeof SemanticColor;
39243
+ getDesign(): SemanticColor;
39242
39244
  /**
39243
39245
  * Gets current value of property {@link #getEnabled enabled}.
39244
39246
  *
@@ -39532,10 +39534,10 @@ declare module "sap/ui/webc/main/Tab" {
39532
39534
  /**
39533
39535
  * Describes the settings that can be provided to the Tab constructor.
39534
39536
  *
39535
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
39537
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
39536
39538
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
39537
39539
  * functionality.
39538
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39540
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
39539
39541
  */
39540
39542
  export interface $TabSettings extends $WebComponentSettings {
39541
39543
  /**
@@ -39655,10 +39657,10 @@ declare module "sap/ui/webc/main/TabContainer" {
39655
39657
  * Keyboard Handling:
39656
39658
  *
39657
39659
  * @since 1.92.0
39658
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
39660
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
39659
39661
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
39660
39662
  * functionality.
39661
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
39663
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
39662
39664
  */
39663
39665
  export default class TabContainer extends WebComponent {
39664
39666
  /**
@@ -39877,9 +39879,7 @@ declare module "sap/ui/webc/main/TabContainer" {
39877
39879
  *
39878
39880
  * @returns Value of property `contentBackgroundDesign`
39879
39881
  */
39880
- getContentBackgroundDesign():
39881
- | TabContainerBackgroundDesign
39882
- | keyof typeof TabContainerBackgroundDesign;
39882
+ getContentBackgroundDesign(): TabContainerBackgroundDesign;
39883
39883
  /**
39884
39884
  * Gets current value of property {@link #getFixed fixed}.
39885
39885
  *
@@ -39901,9 +39901,7 @@ declare module "sap/ui/webc/main/TabContainer" {
39901
39901
  *
39902
39902
  * @returns Value of property `headerBackgroundDesign`
39903
39903
  */
39904
- getHeaderBackgroundDesign():
39905
- | TabContainerBackgroundDesign
39906
- | keyof typeof TabContainerBackgroundDesign;
39904
+ getHeaderBackgroundDesign(): TabContainerBackgroundDesign;
39907
39905
  /**
39908
39906
  * Gets current value of property {@link #getHeight height}.
39909
39907
  *
@@ -39949,7 +39947,7 @@ declare module "sap/ui/webc/main/TabContainer" {
39949
39947
  *
39950
39948
  * @returns Value of property `tabLayout`
39951
39949
  */
39952
- getTabLayout(): TabLayout | keyof typeof TabLayout;
39950
+ getTabLayout(): TabLayout;
39953
39951
  /**
39954
39952
  * Gets current value of property {@link #getTabsOverflowMode tabsOverflowMode}.
39955
39953
  *
@@ -39966,7 +39964,7 @@ declare module "sap/ui/webc/main/TabContainer" {
39966
39964
  *
39967
39965
  * @returns Value of property `tabsOverflowMode`
39968
39966
  */
39969
- getTabsOverflowMode(): TabsOverflowMode | keyof typeof TabsOverflowMode;
39967
+ getTabsOverflowMode(): TabsOverflowMode;
39970
39968
  /**
39971
39969
  * Gets current value of property {@link #getWidth width}.
39972
39970
  *
@@ -40210,10 +40208,10 @@ declare module "sap/ui/webc/main/TabContainer" {
40210
40208
  /**
40211
40209
  * Describes the settings that can be provided to the TabContainer constructor.
40212
40210
  *
40213
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
40211
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
40214
40212
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
40215
40213
  * functionality.
40216
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
40214
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
40217
40215
  */
40218
40216
  export interface $TabContainerSettings extends $WebComponentSettings {
40219
40217
  /**
@@ -40403,10 +40401,10 @@ declare module "sap/ui/webc/main/Table" {
40403
40401
  * - [CTRL]+[HOME]/[END] - Same behavior as HOME & END.
40404
40402
  *
40405
40403
  * @since 1.92.0
40406
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
40404
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
40407
40405
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
40408
40406
  * functionality.
40409
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
40407
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
40410
40408
  */
40411
40409
  export default class Table extends WebComponent {
40412
40410
  /**
@@ -40915,7 +40913,7 @@ declare module "sap/ui/webc/main/Table" {
40915
40913
  *
40916
40914
  * @returns Value of property `growing`
40917
40915
  */
40918
- getGrowing(): TableGrowingMode | keyof typeof TableGrowingMode;
40916
+ getGrowing(): TableGrowingMode;
40919
40917
  /**
40920
40918
  * Gets current value of property {@link #getGrowingButtonSubtext growingButtonSubtext}.
40921
40919
  *
@@ -40978,7 +40976,7 @@ declare module "sap/ui/webc/main/Table" {
40978
40976
  *
40979
40977
  * @returns Value of property `mode`
40980
40978
  */
40981
- getMode(): TableMode | keyof typeof TableMode;
40979
+ getMode(): TableMode;
40982
40980
  /**
40983
40981
  * Gets current value of property {@link #getNoDataText noDataText}.
40984
40982
  *
@@ -41405,10 +41403,10 @@ declare module "sap/ui/webc/main/Table" {
41405
41403
  /**
41406
41404
  * Describes the settings that can be provided to the Table constructor.
41407
41405
  *
41408
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41406
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
41409
41407
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41410
41408
  * functionality.
41411
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41409
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
41412
41410
  */
41413
41411
  export interface $TableSettings extends $WebComponentSettings {
41414
41412
  /**
@@ -41659,10 +41657,10 @@ declare module "sap/ui/webc/main/TableCell" {
41659
41657
  * - cell - Used to style the native `td` element
41660
41658
  *
41661
41659
  * @since 1.92.0
41662
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41660
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
41663
41661
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41664
41662
  * functionality.
41665
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41663
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
41666
41664
  */
41667
41665
  export default class TableCell extends WebComponent implements ITableCell {
41668
41666
  __implements__sap_ui_webc_main_ITableCell: boolean;
@@ -41809,10 +41807,10 @@ declare module "sap/ui/webc/main/TableCell" {
41809
41807
  /**
41810
41808
  * Describes the settings that can be provided to the TableCell constructor.
41811
41809
  *
41812
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41810
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
41813
41811
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41814
41812
  * functionality.
41815
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41813
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
41816
41814
  */
41817
41815
  export interface $TableCellSettings extends $WebComponentSettings {
41818
41816
  /**
@@ -41856,10 +41854,10 @@ declare module "sap/ui/webc/main/TableColumn" {
41856
41854
  * - column - Used to style the native `th` element
41857
41855
  *
41858
41856
  * @since 1.92.0
41859
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
41857
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
41860
41858
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
41861
41859
  * functionality.
41862
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
41860
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
41863
41861
  */
41864
41862
  export default class TableColumn
41865
41863
  extends WebComponent
@@ -42000,9 +41998,7 @@ declare module "sap/ui/webc/main/TableColumn" {
42000
41998
  *
42001
41999
  * @returns Value of property `popinDisplay`
42002
42000
  */
42003
- getPopinDisplay():
42004
- | TableColumnPopinDisplay
42005
- | keyof typeof TableColumnPopinDisplay;
42001
+ getPopinDisplay(): TableColumnPopinDisplay;
42006
42002
  /**
42007
42003
  * Gets current value of property {@link #getPopinText popinText}.
42008
42004
  *
@@ -42159,10 +42155,10 @@ declare module "sap/ui/webc/main/TableColumn" {
42159
42155
  /**
42160
42156
  * Describes the settings that can be provided to the TableColumn constructor.
42161
42157
  *
42162
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42158
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42163
42159
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42164
42160
  * functionality.
42165
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42161
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
42166
42162
  */
42167
42163
  export interface $TableColumnSettings extends $WebComponentSettings {
42168
42164
  /**
@@ -42235,10 +42231,10 @@ declare module "sap/ui/webc/main/TableGroupRow" {
42235
42231
  * - group-row - Used to style the native `tr` element.
42236
42232
  *
42237
42233
  * @since 1.95.0
42238
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42234
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42239
42235
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42240
42236
  * functionality.
42241
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
42237
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
42242
42238
  */
42243
42239
  export default class TableGroupRow extends WebComponent implements ITableRow {
42244
42240
  __implements__sap_ui_webc_main_ITableRow: boolean;
@@ -42337,10 +42333,10 @@ declare module "sap/ui/webc/main/TableGroupRow" {
42337
42333
  /**
42338
42334
  * Describes the settings that can be provided to the TableGroupRow constructor.
42339
42335
  *
42340
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42336
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42341
42337
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42342
42338
  * functionality.
42343
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
42339
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
42344
42340
  */
42345
42341
  export interface $TableGroupRowSettings extends $WebComponentSettings {
42346
42342
  /**
@@ -42383,10 +42379,10 @@ declare module "sap/ui/webc/main/TableRow" {
42383
42379
  * - popin-row - Used to style the `tr` element when a row pops in
42384
42380
  *
42385
42381
  * @since 1.92.0
42386
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42382
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42387
42383
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42388
42384
  * functionality.
42389
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42385
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
42390
42386
  */
42391
42387
  export default class TableRow extends WebComponent implements ITableRow {
42392
42388
  __implements__sap_ui_webc_main_ITableRow: boolean;
@@ -42518,7 +42514,7 @@ declare module "sap/ui/webc/main/TableRow" {
42518
42514
  *
42519
42515
  * @returns Value of property `type`
42520
42516
  */
42521
- getType(): TableRowType | keyof typeof TableRowType;
42517
+ getType(): TableRowType;
42522
42518
  /**
42523
42519
  * Checks for the provided `sap.ui.webc.main.ITableCell` in the aggregation {@link #getCells cells}. and
42524
42520
  * returns its index if found or -1 otherwise.
@@ -42636,10 +42632,10 @@ declare module "sap/ui/webc/main/TableRow" {
42636
42632
  /**
42637
42633
  * Describes the settings that can be provided to the TableRow constructor.
42638
42634
  *
42639
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42635
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42640
42636
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42641
42637
  * functionality.
42642
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42638
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
42643
42639
  */
42644
42640
  export interface $TableRowSettings extends $WebComponentSettings {
42645
42641
  /**
@@ -42690,10 +42686,10 @@ declare module "sap/ui/webc/main/TabSeparator" {
42690
42686
  * The `sap.ui.webc.main.TabSeparator` represents a vertical line to separate tabs inside a `sap.ui.webc.main.TabContainer`.
42691
42687
  *
42692
42688
  * @since 1.92.0
42693
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42689
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42694
42690
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42695
42691
  * functionality.
42696
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42692
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
42697
42693
  */
42698
42694
  export default class TabSeparator extends WebComponent implements ITab {
42699
42695
  __implements__sap_ui_webc_main_ITab: boolean;
@@ -42775,10 +42771,10 @@ declare module "sap/ui/webc/main/TabSeparator" {
42775
42771
  /**
42776
42772
  * Describes the settings that can be provided to the TabSeparator constructor.
42777
42773
  *
42778
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42774
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42779
42775
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42780
42776
  * functionality.
42781
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42777
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
42782
42778
  */
42783
42779
  export interface $TabSeparatorSettings extends $WebComponentSettings {}
42784
42780
  }
@@ -42815,10 +42811,10 @@ declare module "sap/ui/webc/main/TextArea" {
42815
42811
  * - textarea - Used to style the native textarea
42816
42812
  *
42817
42813
  * @since 1.92.0
42818
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
42814
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
42819
42815
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
42820
42816
  * functionality.
42821
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
42817
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
42822
42818
  */
42823
42819
  export default class TextArea extends WebComponent implements IFormContent {
42824
42820
  __implements__sap_ui_core_IFormContent: boolean;
@@ -43228,7 +43224,7 @@ declare module "sap/ui/webc/main/TextArea" {
43228
43224
  *
43229
43225
  * @returns Value of property `valueState`
43230
43226
  */
43231
- getValueState(): ValueState | keyof typeof ValueState;
43227
+ getValueState(): ValueState;
43232
43228
  /**
43233
43229
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
43234
43230
  *
@@ -43585,10 +43581,10 @@ declare module "sap/ui/webc/main/TextArea" {
43585
43581
  /**
43586
43582
  * Describes the settings that can be provided to the TextArea constructor.
43587
43583
  *
43588
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
43584
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
43589
43585
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
43590
43586
  * functionality.
43591
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43587
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
43592
43588
  */
43593
43589
  export interface $TextAreaSettings extends $WebComponentSettings {
43594
43590
  /**
@@ -43805,10 +43801,10 @@ declare module "sap/ui/webc/main/TimePicker" {
43805
43801
  * is pressed, the first clock is beind displayed.
43806
43802
  *
43807
43803
  * @since 1.92.0
43808
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
43804
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
43809
43805
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
43810
43806
  * functionality.
43811
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
43807
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
43812
43808
  */
43813
43809
  export default class TimePicker extends WebComponent implements IFormContent {
43814
43810
  __implements__sap_ui_core_IFormContent: boolean;
@@ -44131,7 +44127,7 @@ declare module "sap/ui/webc/main/TimePicker" {
44131
44127
  *
44132
44128
  * @returns Value of property `valueState`
44133
44129
  */
44134
- getValueState(): ValueState | keyof typeof ValueState;
44130
+ getValueState(): ValueState;
44135
44131
  /**
44136
44132
  * Gets current value of property {@link #getValueStateMessage valueStateMessage}.
44137
44133
  *
@@ -44343,10 +44339,10 @@ declare module "sap/ui/webc/main/TimePicker" {
44343
44339
  /**
44344
44340
  * Describes the settings that can be provided to the TimePicker constructor.
44345
44341
  *
44346
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44342
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
44347
44343
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44348
44344
  * functionality.
44349
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44345
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
44350
44346
  */
44351
44347
  export interface $TimePickerSettings extends $WebComponentSettings {
44352
44348
  /**
@@ -44492,10 +44488,10 @@ declare module "sap/ui/webc/main/Title" {
44492
44488
  * text with explicit header/title semantics.
44493
44489
  *
44494
44490
  * @since 1.92.0
44495
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44491
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
44496
44492
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44497
44493
  * functionality.
44498
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44494
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
44499
44495
  */
44500
44496
  export default class Title extends WebComponent {
44501
44497
  /**
@@ -44570,7 +44566,7 @@ declare module "sap/ui/webc/main/Title" {
44570
44566
  *
44571
44567
  * @returns Value of property `level`
44572
44568
  */
44573
- getLevel(): TitleLevel | keyof typeof TitleLevel;
44569
+ getLevel(): TitleLevel;
44574
44570
  /**
44575
44571
  * Gets current value of property {@link #getText text}.
44576
44572
  *
@@ -44602,7 +44598,7 @@ declare module "sap/ui/webc/main/Title" {
44602
44598
  *
44603
44599
  * @returns Value of property `wrappingType`
44604
44600
  */
44605
- getWrappingType(): WrappingType | keyof typeof WrappingType;
44601
+ getWrappingType(): WrappingType;
44606
44602
  /**
44607
44603
  * Sets a new value for property {@link #getLevel level}.
44608
44604
  *
@@ -44678,10 +44674,10 @@ declare module "sap/ui/webc/main/Title" {
44678
44674
  /**
44679
44675
  * Describes the settings that can be provided to the Title constructor.
44680
44676
  *
44681
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44677
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
44682
44678
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44683
44679
  * functionality.
44684
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44680
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
44685
44681
  */
44686
44682
  export interface $TitleSettings extends $WebComponentSettings {
44687
44683
  /**
@@ -44745,10 +44741,10 @@ declare module "sap/ui/webc/main/Toast" {
44745
44741
  * - You want users to be able to copy some part of the message text.
44746
44742
  *
44747
44743
  * @since 1.92.0
44748
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44744
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
44749
44745
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44750
44746
  * functionality.
44751
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44747
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
44752
44748
  */
44753
44749
  export default class Toast extends WebComponent {
44754
44750
  /**
@@ -44849,7 +44845,7 @@ declare module "sap/ui/webc/main/Toast" {
44849
44845
  *
44850
44846
  * @returns Value of property `placement`
44851
44847
  */
44852
- getPlacement(): ToastPlacement | keyof typeof ToastPlacement;
44848
+ getPlacement(): ToastPlacement;
44853
44849
  /**
44854
44850
  * Gets current value of property {@link #getText text}.
44855
44851
  *
@@ -44970,10 +44966,10 @@ declare module "sap/ui/webc/main/Toast" {
44970
44966
  /**
44971
44967
  * Describes the settings that can be provided to the Toast constructor.
44972
44968
  *
44973
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
44969
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
44974
44970
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
44975
44971
  * functionality.
44976
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
44972
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
44977
44973
  */
44978
44974
  export interface $ToastSettings extends $WebComponentSettings {
44979
44975
  /**
@@ -45040,10 +45036,10 @@ declare module "sap/ui/webc/main/ToggleButton" {
45040
45036
  * CSS-styling classes, apps can give a different style to any `sap.ui.webc.main.ToggleButton`.
45041
45037
  *
45042
45038
  * @since 1.92.0
45043
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
45039
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
45044
45040
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
45045
45041
  * functionality.
45046
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45042
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
45047
45043
  */
45048
45044
  export default class ToggleButton extends WebComponent {
45049
45045
  /**
@@ -45256,7 +45252,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
45256
45252
  *
45257
45253
  * @returns Value of property `design`
45258
45254
  */
45259
- getDesign(): ButtonDesign | keyof typeof ButtonDesign;
45255
+ getDesign(): ButtonDesign;
45260
45256
  /**
45261
45257
  * Gets current value of property {@link #getEnabled enabled}.
45262
45258
  *
@@ -45328,7 +45324,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
45328
45324
  *
45329
45325
  * @returns Value of property `type`
45330
45326
  */
45331
- getType(): ButtonType | keyof typeof ButtonType;
45327
+ getType(): ButtonType;
45332
45328
  /**
45333
45329
  * Gets current value of property {@link #getWidth width}.
45334
45330
  *
@@ -45563,10 +45559,10 @@ declare module "sap/ui/webc/main/ToggleButton" {
45563
45559
  /**
45564
45560
  * Describes the settings that can be provided to the ToggleButton constructor.
45565
45561
  *
45566
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
45562
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
45567
45563
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
45568
45564
  * functionality.
45569
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45565
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
45570
45566
  */
45571
45567
  export interface $ToggleButtonSettings extends $WebComponentSettings {
45572
45568
  /**
@@ -45700,10 +45696,10 @@ declare module "sap/ui/webc/main/Token" {
45700
45696
  * items.
45701
45697
  *
45702
45698
  * @since 1.92.0
45703
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
45699
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
45704
45700
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
45705
45701
  * functionality.
45706
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
45702
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
45707
45703
  */
45708
45704
  export default class Token extends WebComponent implements IToken {
45709
45705
  __implements__sap_ui_webc_main_IToken: boolean;
@@ -46022,10 +46018,10 @@ declare module "sap/ui/webc/main/Token" {
46022
46018
  /**
46023
46019
  * Describes the settings that can be provided to the Token constructor.
46024
46020
  *
46025
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46021
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
46026
46022
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46027
46023
  * functionality.
46028
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
46024
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
46029
46025
  */
46030
46026
  export interface $TokenSettings extends $WebComponentSettings {
46031
46027
  /**
@@ -46103,10 +46099,10 @@ declare module "sap/ui/webc/main/Toolbar" {
46103
46099
  *
46104
46100
  *
46105
46101
  * @since 1.120.0
46106
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46102
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
46107
46103
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46108
46104
  * functionality.
46109
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46105
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
46110
46106
  */
46111
46107
  export default class Toolbar extends WebComponent {
46112
46108
  /**
@@ -46221,7 +46217,7 @@ declare module "sap/ui/webc/main/Toolbar" {
46221
46217
  *
46222
46218
  * @returns Value of property `alignContent`
46223
46219
  */
46224
- getAlignContent(): ToolbarAlign | keyof typeof ToolbarAlign;
46220
+ getAlignContent(): ToolbarAlign;
46225
46221
  /**
46226
46222
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
46227
46223
  */
@@ -46344,10 +46340,10 @@ declare module "sap/ui/webc/main/Toolbar" {
46344
46340
  /**
46345
46341
  * Describes the settings that can be provided to the Toolbar constructor.
46346
46342
  *
46347
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46343
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
46348
46344
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46349
46345
  * functionality.
46350
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46346
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
46351
46347
  */
46352
46348
  export interface $ToolbarSettings extends $WebComponentSettings {
46353
46349
  /**
@@ -46406,10 +46402,10 @@ declare module "sap/ui/webc/main/ToolbarButton" {
46406
46402
  * Overview: The `sap.ui.webc.main.ToolbarButton` represents an abstract action, used in the `sap.ui.webc.main.Toolbar`.
46407
46403
  *
46408
46404
  * @since 1.120.0
46409
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46405
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
46410
46406
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46411
46407
  * functionality.
46412
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46408
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
46413
46409
  */
46414
46410
  export default class ToolbarButton
46415
46411
  extends WebComponent
@@ -46634,7 +46630,7 @@ declare module "sap/ui/webc/main/ToolbarButton" {
46634
46630
  *
46635
46631
  * @returns Value of property `design`
46636
46632
  */
46637
- getDesign(): ButtonDesign | keyof typeof ButtonDesign;
46633
+ getDesign(): ButtonDesign;
46638
46634
  /**
46639
46635
  * Gets current value of property {@link #getEnabled enabled}.
46640
46636
  *
@@ -46897,10 +46893,10 @@ declare module "sap/ui/webc/main/ToolbarButton" {
46897
46893
  /**
46898
46894
  * Describes the settings that can be provided to the ToolbarButton constructor.
46899
46895
  *
46900
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
46896
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
46901
46897
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
46902
46898
  * functionality.
46903
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
46899
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
46904
46900
  */
46905
46901
  export interface $ToolbarButtonSettings extends $WebComponentSettings {
46906
46902
  /**
@@ -47033,10 +47029,10 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
47033
47029
  * component.
47034
47030
  *
47035
47031
  * @since 1.120.0
47036
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47032
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
47037
47033
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47038
47034
  * functionality.
47039
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47035
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
47040
47036
  */
47041
47037
  export default class ToolbarSelect
47042
47038
  extends WebComponent
@@ -47427,7 +47423,7 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
47427
47423
  *
47428
47424
  * @returns Value of property `valueState`
47429
47425
  */
47430
- getValueState(): ValueState | keyof typeof ValueState;
47426
+ getValueState(): ValueState;
47431
47427
  /**
47432
47428
  * Gets current value of property {@link #getWidth width}.
47433
47429
  *
@@ -47597,10 +47593,10 @@ declare module "sap/ui/webc/main/ToolbarSelect" {
47597
47593
  /**
47598
47594
  * Describes the settings that can be provided to the ToolbarSelect constructor.
47599
47595
  *
47600
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47596
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
47601
47597
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47602
47598
  * functionality.
47603
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47599
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
47604
47600
  */
47605
47601
  export interface $ToolbarSelectSettings extends $WebComponentSettings {
47606
47602
  /**
@@ -47733,10 +47729,10 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
47733
47729
  * The `sap.ui.webc.main.ToolbarSelectOption` component defines the content of an option in the `sap.ui.webc.main.ToolbarSelect`.
47734
47730
  *
47735
47731
  * @since 1.120.0
47736
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47732
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
47737
47733
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47738
47734
  * functionality.
47739
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47735
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
47740
47736
  */
47741
47737
  export default class ToolbarSelectOption
47742
47738
  extends WebComponent
@@ -47867,10 +47863,10 @@ declare module "sap/ui/webc/main/ToolbarSelectOption" {
47867
47863
  /**
47868
47864
  * Describes the settings that can be provided to the ToolbarSelectOption constructor.
47869
47865
  *
47870
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47866
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
47871
47867
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47872
47868
  * functionality.
47873
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47869
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
47874
47870
  */
47875
47871
  export interface $ToolbarSelectOptionSettings extends $WebComponentSettings {
47876
47872
  /**
@@ -47900,10 +47896,10 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
47900
47896
  * elements. It takes no space in calculating toolbar items width.
47901
47897
  *
47902
47898
  * @since 1.120.0
47903
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47899
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
47904
47900
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47905
47901
  * functionality.
47906
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47902
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
47907
47903
  */
47908
47904
  export default class ToolbarSeparator
47909
47905
  extends WebComponent
@@ -47982,10 +47978,10 @@ declare module "sap/ui/webc/main/ToolbarSeparator" {
47982
47978
  /**
47983
47979
  * Describes the settings that can be provided to the ToolbarSeparator constructor.
47984
47980
  *
47985
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
47981
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
47986
47982
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
47987
47983
  * functionality.
47988
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
47984
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
47989
47985
  */
47990
47986
  export interface $ToolbarSeparatorSettings extends $WebComponentSettings {}
47991
47987
  }
@@ -48009,10 +48005,10 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
48009
48005
  * items to take 100% width. It takes no space in calculating toolbar items width.
48010
48006
  *
48011
48007
  * @since 1.120.0
48012
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
48008
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
48013
48009
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
48014
48010
  * functionality.
48015
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
48011
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
48016
48012
  */
48017
48013
  export default class ToolbarSpacer
48018
48014
  extends WebComponent
@@ -48122,10 +48118,10 @@ declare module "sap/ui/webc/main/ToolbarSpacer" {
48122
48118
  /**
48123
48119
  * Describes the settings that can be provided to the ToolbarSpacer constructor.
48124
48120
  *
48125
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
48121
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
48126
48122
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
48127
48123
  * functionality.
48128
- * @experimental (since 1.120.0) - This control is experimental and its API might change significantly.
48124
+ * @experimental As of version 1.120.0. This control is experimental and its API might change significantly.
48129
48125
  */
48130
48126
  export interface $ToolbarSpacerSettings extends $WebComponentSettings {
48131
48127
  /**
@@ -48190,10 +48186,10 @@ declare module "sap/ui/webc/main/Tree" {
48190
48186
  * - [ENTER] - Selects the currently focused item upon keydown.
48191
48187
  *
48192
48188
  * @since 1.92.0
48193
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
48189
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
48194
48190
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
48195
48191
  * functionality.
48196
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
48192
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
48197
48193
  */
48198
48194
  export default class Tree extends WebComponent {
48199
48195
  /**
@@ -48883,7 +48879,7 @@ declare module "sap/ui/webc/main/Tree" {
48883
48879
  *
48884
48880
  * @returns Value of property `mode`
48885
48881
  */
48886
- getMode(): ListMode | keyof typeof ListMode;
48882
+ getMode(): ListMode;
48887
48883
  /**
48888
48884
  * Gets current value of property {@link #getNoDataText noDataText}.
48889
48885
  *
@@ -49175,10 +49171,10 @@ declare module "sap/ui/webc/main/Tree" {
49175
49171
  /**
49176
49172
  * Describes the settings that can be provided to the Tree constructor.
49177
49173
  *
49178
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
49174
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
49179
49175
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
49180
49176
  * functionality.
49181
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
49177
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
49182
49178
  */
49183
49179
  export interface $TreeSettings extends $WebComponentSettings {
49184
49180
  /**
@@ -49441,10 +49437,10 @@ declare module "sap/ui/webc/main/TreeItem" {
49441
49437
  * - icon - Used to style the icon of the tree list item
49442
49438
  *
49443
49439
  * @since 1.92.0
49444
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
49440
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
49445
49441
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
49446
49442
  * functionality.
49447
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
49443
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
49448
49444
  */
49449
49445
  export default class TreeItem extends WebComponent implements ITreeItem {
49450
49446
  __implements__sap_ui_webc_main_ITreeItem: boolean;
@@ -49668,7 +49664,7 @@ declare module "sap/ui/webc/main/TreeItem" {
49668
49664
  *
49669
49665
  * @returns Value of property `additionalTextState`
49670
49666
  */
49671
- getAdditionalTextState(): ValueState | keyof typeof ValueState;
49667
+ getAdditionalTextState(): ValueState;
49672
49668
  /**
49673
49669
  * Gets content of aggregation {@link #getDeleteButton deleteButton}.
49674
49670
  *
@@ -49787,7 +49783,7 @@ declare module "sap/ui/webc/main/TreeItem" {
49787
49783
  *
49788
49784
  * @returns Value of property `type`
49789
49785
  */
49790
- getType(): ListItemType | keyof typeof ListItemType;
49786
+ getType(): ListItemType;
49791
49787
  /**
49792
49788
  * Checks for the provided `sap.ui.webc.main.ITreeItem` in the aggregation {@link #getItems items}. and
49793
49789
  * returns its index if found or -1 otherwise.
@@ -50104,10 +50100,10 @@ declare module "sap/ui/webc/main/TreeItem" {
50104
50100
  /**
50105
50101
  * Describes the settings that can be provided to the TreeItem constructor.
50106
50102
  *
50107
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
50103
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
50108
50104
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
50109
50105
  * functionality.
50110
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
50106
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
50111
50107
  */
50112
50108
  export interface $TreeItemSettings extends $WebComponentSettings {
50113
50109
  /**
@@ -50279,10 +50275,10 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
50279
50275
  * - icon - Used to style the icon of the tree list item
50280
50276
  *
50281
50277
  * @since 1.115.0
50282
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
50278
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
50283
50279
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
50284
50280
  * functionality.
50285
- * @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
50281
+ * @experimental As of version 1.115.0. This control is experimental and its API might change significantly.
50286
50282
  */
50287
50283
  export default class TreeItemCustom
50288
50284
  extends WebComponent
@@ -50517,7 +50513,7 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
50517
50513
  *
50518
50514
  * @returns Value of property `additionalTextState`
50519
50515
  */
50520
- getAdditionalTextState(): ValueState | keyof typeof ValueState;
50516
+ getAdditionalTextState(): ValueState;
50521
50517
  /**
50522
50518
  * Gets content of aggregation {@link #getContent content}.
50523
50519
  *
@@ -50642,7 +50638,7 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
50642
50638
  *
50643
50639
  * @returns Value of property `type`
50644
50640
  */
50645
- getType(): ListItemType | keyof typeof ListItemType;
50641
+ getType(): ListItemType;
50646
50642
  /**
50647
50643
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
50648
50644
  * its index if found or -1 otherwise.
@@ -50993,10 +50989,10 @@ declare module "sap/ui/webc/main/TreeItemCustom" {
50993
50989
  /**
50994
50990
  * Describes the settings that can be provided to the TreeItemCustom constructor.
50995
50991
  *
50996
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
50992
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
50997
50993
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
50998
50994
  * functionality.
50999
- * @experimental (since 1.115.0) - This control is experimental and its API might change significantly.
50995
+ * @experimental As of version 1.115.0. This control is experimental and its API might change significantly.
51000
50996
  */
51001
50997
  export interface $TreeItemCustomSettings extends $WebComponentSettings {
51002
50998
  /**