@sapui5/ts-types-esm 1.132.0 → 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/fiori/library" {
4
4
  /**
@@ -8,7 +8,7 @@ declare module "sap/ui/webc/fiori/library" {
8
8
  * 'BarDesign'.
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 BarDesign {
14
14
  /**
@@ -35,7 +35,7 @@ declare module "sap/ui/webc/fiori/library" {
35
35
  * 'FCLLayout'.
36
36
  *
37
37
  * @since 1.92.0
38
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
38
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
39
39
  */
40
40
  export enum FCLLayout {
41
41
  /**
@@ -109,7 +109,7 @@ declare module "sap/ui/webc/fiori/library" {
109
109
  * Interface for components that may be slotted inside `ui5-page` as header and footer.
110
110
  *
111
111
  * @since 1.99.0
112
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
112
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
113
113
  */
114
114
  export interface IBar {
115
115
  __implements__sap_ui_webc_fiori_IBar: boolean;
@@ -119,7 +119,7 @@ declare module "sap/ui/webc/fiori/library" {
119
119
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as filter items
120
120
  *
121
121
  * @since 1.97.0
122
- * @experimental (since 1.97.0) - This API is experimental and might change significantly.
122
+ * @experimental As of version 1.97.0. This API is experimental and might change significantly.
123
123
  */
124
124
  export interface IFilterItem {
125
125
  __implements__sap_ui_webc_fiori_IFilterItem: boolean;
@@ -129,7 +129,7 @@ declare module "sap/ui/webc/fiori/library" {
129
129
  * Interface for components that may be slotted inside `ui5-filter-item` as values
130
130
  *
131
131
  * @since 1.97.0
132
- * @experimental (since 1.97.0) - This API is experimental and might change significantly.
132
+ * @experimental As of version 1.97.0. This API is experimental and might change significantly.
133
133
  */
134
134
  export interface IFilterItemOption {
135
135
  __implements__sap_ui_webc_fiori_IFilterItemOption: boolean;
@@ -142,7 +142,7 @@ declare module "sap/ui/webc/fiori/library" {
142
142
  * 'IllustrationMessageSize'.
143
143
  *
144
144
  * @since 1.106.0
145
- * @experimental (since 1.106.0) - This API is experimental and might change significantly.
145
+ * @experimental As of version 1.106.0. This API is experimental and might change significantly.
146
146
  */
147
147
  export enum IllustrationMessageSize {
148
148
  /**
@@ -180,7 +180,7 @@ declare module "sap/ui/webc/fiori/library" {
180
180
  * 'IllustrationMessageType'.
181
181
  *
182
182
  * @since 1.95.0
183
- * @experimental (since 1.95.0) - This API is experimental and might change significantly.
183
+ * @experimental As of version 1.95.0. This API is experimental and might change significantly.
184
184
  */
185
185
  export enum IllustrationMessageType {
186
186
  /**
@@ -560,7 +560,7 @@ declare module "sap/ui/webc/fiori/library" {
560
560
  * Interface for components that can be slotted inside `ui5-media-gallery` as items.
561
561
  *
562
562
  * @since 1.99.0
563
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
563
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
564
564
  */
565
565
  export interface IMediaGalleryItem {
566
566
  __implements__sap_ui_webc_fiori_IMediaGalleryItem: boolean;
@@ -570,7 +570,7 @@ declare module "sap/ui/webc/fiori/library" {
570
570
  * Interface for components that may be slotted as an action inside `ui5-li-notification` and `ui5-li-notification-group`
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 INotificationAction {
576
576
  __implements__sap_ui_webc_fiori_INotificationAction: boolean;
@@ -580,7 +580,7 @@ declare module "sap/ui/webc/fiori/library" {
580
580
  * Interface for components that may be slotted inside a notification list
581
581
  *
582
582
  * @since 1.92.0
583
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
583
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
584
584
  */
585
585
  export interface INotificationListItem {
586
586
  __implements__sap_ui_webc_fiori_INotificationListItem: boolean;
@@ -590,7 +590,7 @@ declare module "sap/ui/webc/fiori/library" {
590
590
  * Interface for components that may be slotted inside `ui5-product-switch` as items
591
591
  *
592
592
  * @since 1.92.0
593
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
593
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
594
594
  */
595
595
  export interface IProductSwitchItem {
596
596
  __implements__sap_ui_webc_fiori_IProductSwitchItem: boolean;
@@ -600,7 +600,7 @@ declare module "sap/ui/webc/fiori/library" {
600
600
  * Interface for components that may be slotted inside `ui5-shellbar` as items
601
601
  *
602
602
  * @since 1.92.0
603
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
603
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
604
604
  */
605
605
  export interface IShellBarItem {
606
606
  __implements__sap_ui_webc_fiori_IShellBarItem: boolean;
@@ -610,7 +610,7 @@ declare module "sap/ui/webc/fiori/library" {
610
610
  * Interface for components that may be slotted inside `ui5-side-navigation` as items
611
611
  *
612
612
  * @since 1.92.0
613
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
613
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
614
614
  */
615
615
  export interface ISideNavigationItem {
616
616
  __implements__sap_ui_webc_fiori_ISideNavigationItem: boolean;
@@ -620,7 +620,7 @@ declare module "sap/ui/webc/fiori/library" {
620
620
  * Interface for components that may be slotted inside `ui5-side-navigation-item` as sub-items
621
621
  *
622
622
  * @since 1.92.0
623
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
623
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
624
624
  */
625
625
  export interface ISideNavigationSubItem {
626
626
  __implements__sap_ui_webc_fiori_ISideNavigationSubItem: boolean;
@@ -630,7 +630,7 @@ declare module "sap/ui/webc/fiori/library" {
630
630
  * Interface for components that may be slotted inside `ui5-view-settings-dialog` as sort items
631
631
  *
632
632
  * @since 1.97.0
633
- * @experimental (since 1.97.0) - This API is experimental and might change significantly.
633
+ * @experimental As of version 1.97.0. This API is experimental and might change significantly.
634
634
  */
635
635
  export interface ISortItem {
636
636
  __implements__sap_ui_webc_fiori_ISortItem: boolean;
@@ -640,7 +640,7 @@ declare module "sap/ui/webc/fiori/library" {
640
640
  * Interface for components that may be slotted inside `ui5-timeline` as items
641
641
  *
642
642
  * @since 1.92.0
643
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
643
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
644
644
  */
645
645
  export interface ITimelineItem {
646
646
  __implements__sap_ui_webc_fiori_ITimelineItem: boolean;
@@ -650,7 +650,7 @@ declare module "sap/ui/webc/fiori/library" {
650
650
  * Interface for components that may be slotted inside `ui5-upload-collection` as items
651
651
  *
652
652
  * @since 1.92.0
653
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
653
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
654
654
  */
655
655
  export interface IUploadCollectionItem {
656
656
  __implements__sap_ui_webc_fiori_IUploadCollectionItem: boolean;
@@ -660,7 +660,7 @@ declare module "sap/ui/webc/fiori/library" {
660
660
  * Interface for components that may be slotted inside `ui5-wizard` as wizard steps
661
661
  *
662
662
  * @since 1.92.0
663
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
663
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
664
664
  */
665
665
  export interface IWizardStep {
666
666
  __implements__sap_ui_webc_fiori_IWizardStep: boolean;
@@ -673,7 +673,7 @@ declare module "sap/ui/webc/fiori/library" {
673
673
  * 'MediaGalleryItemLayout'.
674
674
  *
675
675
  * @since 1.99.0
676
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
676
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
677
677
  */
678
678
  export enum MediaGalleryItemLayout {
679
679
  /**
@@ -696,7 +696,7 @@ declare module "sap/ui/webc/fiori/library" {
696
696
  * 'MediaGalleryLayout'.
697
697
  *
698
698
  * @since 1.99.0
699
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
699
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
700
700
  */
701
701
  export enum MediaGalleryLayout {
702
702
  /**
@@ -719,7 +719,7 @@ declare module "sap/ui/webc/fiori/library" {
719
719
  * 'MediaGalleryMenuHorizontalAlign'.
720
720
  *
721
721
  * @since 1.99.0
722
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
722
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
723
723
  */
724
724
  export enum MediaGalleryMenuHorizontalAlign {
725
725
  /**
@@ -738,7 +738,7 @@ declare module "sap/ui/webc/fiori/library" {
738
738
  * 'MediaGalleryMenuVerticalAlign'.
739
739
  *
740
740
  * @since 1.99.0
741
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
741
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
742
742
  */
743
743
  export enum MediaGalleryMenuVerticalAlign {
744
744
  /**
@@ -757,7 +757,7 @@ declare module "sap/ui/webc/fiori/library" {
757
757
  * 'PageBackgroundDesign'.
758
758
  *
759
759
  * @since 1.92.0
760
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
760
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
761
761
  */
762
762
  export enum PageBackgroundDesign {
763
763
  /**
@@ -780,7 +780,7 @@ declare module "sap/ui/webc/fiori/library" {
780
780
  * 'SideContentFallDown'.
781
781
  *
782
782
  * @since 1.99.0
783
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
783
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
784
784
  */
785
785
  export enum SideContentFallDown {
786
786
  /**
@@ -807,7 +807,7 @@ declare module "sap/ui/webc/fiori/library" {
807
807
  * 'SideContentPosition'.
808
808
  *
809
809
  * @since 1.99.0
810
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
810
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
811
811
  */
812
812
  export enum SideContentPosition {
813
813
  /**
@@ -828,7 +828,7 @@ declare module "sap/ui/webc/fiori/library" {
828
828
  * 'SideContentVisibility'.
829
829
  *
830
830
  * @since 1.99.0
831
- * @experimental (since 1.99.0) - This API is experimental and might change significantly.
831
+ * @experimental As of version 1.99.0. This API is experimental and might change significantly.
832
832
  */
833
833
  export enum SideContentVisibility {
834
834
  /**
@@ -859,7 +859,7 @@ declare module "sap/ui/webc/fiori/library" {
859
859
  * 'TimelineLayout'.
860
860
  *
861
861
  * @since 1.92.0
862
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
862
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
863
863
  */
864
864
  export enum TimelineLayout {
865
865
  /**
@@ -878,7 +878,7 @@ declare module "sap/ui/webc/fiori/library" {
878
878
  * 'UploadState'.
879
879
  *
880
880
  * @since 1.92.0
881
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
881
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
882
882
  */
883
883
  export enum UploadState {
884
884
  /**
@@ -905,7 +905,7 @@ declare module "sap/ui/webc/fiori/library" {
905
905
  * 'ViewSettingsDialogMode'.
906
906
  *
907
907
  * @since 1.115.0
908
- * @experimental (since 1.115.0) - This API is experimental and might change significantly.
908
+ * @experimental As of version 1.115.0. This API is experimental and might change significantly.
909
909
  */
910
910
  export enum ViewSettingsDialogMode {
911
911
  /**
@@ -924,7 +924,7 @@ declare module "sap/ui/webc/fiori/library" {
924
924
  * 'WizardContentLayout'.
925
925
  *
926
926
  * @since 1.92.0
927
- * @experimental (since 1.92.0) - This API is experimental and might change significantly.
927
+ * @experimental As of version 1.92.0. This API is experimental and might change significantly.
928
928
  */
929
929
  export enum WizardContentLayout {
930
930
  /**
@@ -981,10 +981,10 @@ declare module "sap/ui/webc/fiori/Bar" {
981
981
  * Keyboard Handling:
982
982
  *
983
983
  * @since 1.92.0
984
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
984
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
985
985
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
986
986
  * functionality.
987
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
987
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
988
988
  */
989
989
  export default class Bar extends WebComponent implements IBar {
990
990
  __implements__sap_ui_webc_fiori_IBar: boolean;
@@ -1117,7 +1117,7 @@ declare module "sap/ui/webc/fiori/Bar" {
1117
1117
  *
1118
1118
  * @returns Value of property `design`
1119
1119
  */
1120
- getDesign(): BarDesign | keyof typeof BarDesign;
1120
+ getDesign(): BarDesign;
1121
1121
  /**
1122
1122
  * Gets content of aggregation {@link #getEndContent endContent}.
1123
1123
  *
@@ -1339,10 +1339,10 @@ declare module "sap/ui/webc/fiori/Bar" {
1339
1339
  /**
1340
1340
  * Describes the settings that can be provided to the Bar constructor.
1341
1341
  *
1342
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1342
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
1343
1343
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1344
1344
  * functionality.
1345
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
1345
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
1346
1346
  */
1347
1347
  export interface $BarSettings extends $WebComponentSettings {
1348
1348
  /**
@@ -1405,10 +1405,10 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1405
1405
  * documentation.
1406
1406
  *
1407
1407
  * @since 1.95.0
1408
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1408
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
1409
1409
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1410
1410
  * functionality.
1411
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
1411
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
1412
1412
  */
1413
1413
  export default class BarcodeScannerDialog extends WebComponent {
1414
1414
  /**
@@ -1645,10 +1645,10 @@ declare module "sap/ui/webc/fiori/BarcodeScannerDialog" {
1645
1645
  /**
1646
1646
  * Describes the settings that can be provided to the BarcodeScannerDialog constructor.
1647
1647
  *
1648
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1648
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
1649
1649
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1650
1650
  * functionality.
1651
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
1651
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
1652
1652
  */
1653
1653
  export interface $BarcodeScannerDialogSettings extends $WebComponentSettings {
1654
1654
  /**
@@ -1785,10 +1785,10 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
1785
1785
  * 720 px and can only be viewed by triggering it.
1786
1786
  *
1787
1787
  * @since 1.99.0
1788
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
1788
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
1789
1789
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
1790
1790
  * functionality.
1791
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
1791
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
1792
1792
  */
1793
1793
  export default class DynamicSideContent extends WebComponent {
1794
1794
  /**
@@ -2038,9 +2038,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2038
2038
  *
2039
2039
  * @returns Value of property `sideContentFallDown`
2040
2040
  */
2041
- getSideContentFallDown():
2042
- | SideContentFallDown
2043
- | keyof typeof SideContentFallDown;
2041
+ getSideContentFallDown(): SideContentFallDown;
2044
2042
  /**
2045
2043
  * Gets current value of property {@link #getSideContentPosition sideContentPosition}.
2046
2044
  *
@@ -2060,9 +2058,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2060
2058
  *
2061
2059
  * @returns Value of property `sideContentPosition`
2062
2060
  */
2063
- getSideContentPosition():
2064
- | SideContentPosition
2065
- | keyof typeof SideContentPosition;
2061
+ getSideContentPosition(): SideContentPosition;
2066
2062
  /**
2067
2063
  * Gets current value of property {@link #getSideContentVisibility sideContentVisibility}.
2068
2064
  *
@@ -2084,9 +2080,7 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2084
2080
  *
2085
2081
  * @returns Value of property `sideContentVisibility`
2086
2082
  */
2087
- getSideContentVisibility():
2088
- | SideContentVisibility
2089
- | keyof typeof SideContentVisibility;
2083
+ getSideContentVisibility(): SideContentVisibility;
2090
2084
  /**
2091
2085
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
2092
2086
  * its index if found or -1 otherwise.
@@ -2345,10 +2339,10 @@ declare module "sap/ui/webc/fiori/DynamicSideContent" {
2345
2339
  /**
2346
2340
  * Describes the settings that can be provided to the DynamicSideContent constructor.
2347
2341
  *
2348
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2342
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2349
2343
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2350
2344
  * functionality.
2351
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
2345
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
2352
2346
  */
2353
2347
  export interface $DynamicSideContentSettings extends $WebComponentSettings {
2354
2348
  /**
@@ -2493,10 +2487,10 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2493
2487
  * Usage:
2494
2488
  *
2495
2489
  * @since 1.97.0
2496
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2490
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2497
2491
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2498
2492
  * functionality.
2499
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2493
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
2500
2494
  */
2501
2495
  export default class FilterItem extends WebComponent implements IFilterItem {
2502
2496
  __implements__sap_ui_webc_fiori_IFilterItem: boolean;
@@ -2701,10 +2695,10 @@ declare module "sap/ui/webc/fiori/FilterItem" {
2701
2695
  /**
2702
2696
  * Describes the settings that can be provided to the FilterItem constructor.
2703
2697
  *
2704
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2698
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2705
2699
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2706
2700
  * functionality.
2707
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2701
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
2708
2702
  */
2709
2703
  export interface $FilterItemSettings extends $WebComponentSettings {
2710
2704
  /**
@@ -2746,10 +2740,10 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2746
2740
  * Usage:
2747
2741
  *
2748
2742
  * @since 1.97.0
2749
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2743
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2750
2744
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2751
2745
  * functionality.
2752
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2746
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
2753
2747
  */
2754
2748
  export default class FilterItemOption
2755
2749
  extends WebComponent
@@ -2880,10 +2874,10 @@ declare module "sap/ui/webc/fiori/FilterItemOption" {
2880
2874
  /**
2881
2875
  * Describes the settings that can be provided to the FilterItemOption constructor.
2882
2876
  *
2883
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2877
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2884
2878
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2885
2879
  * functionality.
2886
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
2880
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
2887
2881
  */
2888
2882
  export interface $FilterItemOptionSettings extends $WebComponentSettings {
2889
2883
  /**
@@ -2940,10 +2934,10 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
2940
2934
  * Keyboard Handling:
2941
2935
  *
2942
2936
  * @since 1.92.0
2943
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
2937
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
2944
2938
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
2945
2939
  * functionality.
2946
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
2940
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
2947
2941
  */
2948
2942
  export default class FlexibleColumnLayout extends WebComponent {
2949
2943
  /**
@@ -3214,7 +3208,7 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
3214
3208
  *
3215
3209
  * @returns Value of property `layout`
3216
3210
  */
3217
- getLayout(): FCLLayout | keyof typeof FCLLayout;
3211
+ getLayout(): FCLLayout;
3218
3212
  /**
3219
3213
  * Gets content of aggregation {@link #getMidColumn midColumn}.
3220
3214
  *
@@ -3426,10 +3420,10 @@ declare module "sap/ui/webc/fiori/FlexibleColumnLayout" {
3426
3420
  /**
3427
3421
  * Describes the settings that can be provided to the FlexibleColumnLayout constructor.
3428
3422
  *
3429
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3423
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
3430
3424
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3431
3425
  * functionality.
3432
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
3426
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
3433
3427
  */
3434
3428
  export interface $FlexibleColumnLayoutSettings extends $WebComponentSettings {
3435
3429
  /**
@@ -3616,10 +3610,10 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3616
3610
  * a `sap.ui.webc.main.Card`, a `sap.ui.webc.main.Dialog` or a `sap.ui.webc.fiori.Page`
3617
3611
  *
3618
3612
  * @since 1.95.0
3619
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3613
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
3620
3614
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
3621
3615
  * functionality.
3622
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
3616
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
3623
3617
  */
3624
3618
  export default class IllustratedMessage extends WebComponent {
3625
3619
  /**
@@ -3747,7 +3741,7 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3747
3741
  *
3748
3742
  * @returns Value of property `name`
3749
3743
  */
3750
- getName(): IllustrationMessageType | keyof typeof IllustrationMessageType;
3744
+ getName(): IllustrationMessageType;
3751
3745
  /**
3752
3746
  * Gets current value of property {@link #getSize size}.
3753
3747
  *
@@ -3768,7 +3762,7 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
3768
3762
  *
3769
3763
  * @returns Value of property `size`
3770
3764
  */
3771
- getSize(): IllustrationMessageSize | keyof typeof IllustrationMessageSize;
3765
+ getSize(): IllustrationMessageSize;
3772
3766
  /**
3773
3767
  * Gets content of aggregation {@link #getSubtitle subtitle}.
3774
3768
  *
@@ -4000,10 +3994,10 @@ declare module "sap/ui/webc/fiori/IllustratedMessage" {
4000
3994
  /**
4001
3995
  * Describes the settings that can be provided to the IllustratedMessage constructor.
4002
3996
  *
4003
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
3997
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4004
3998
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4005
3999
  * functionality.
4006
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
4000
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
4007
4001
  */
4008
4002
  export interface $IllustratedMessageSettings extends $WebComponentSettings {
4009
4003
  name?:
@@ -4120,10 +4114,10 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4120
4114
  *
4121
4115
  *
4122
4116
  * @since 1.99.0
4123
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4117
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4124
4118
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4125
4119
  * functionality.
4126
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
4120
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
4127
4121
  */
4128
4122
  export default class MediaGallery extends WebComponent {
4129
4123
  /**
@@ -4491,7 +4485,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4491
4485
  *
4492
4486
  * @returns Value of property `layout`
4493
4487
  */
4494
- getLayout(): MediaGalleryLayout | keyof typeof MediaGalleryLayout;
4488
+ getLayout(): MediaGalleryLayout;
4495
4489
  /**
4496
4490
  * Gets current value of property {@link #getMenuHorizontalAlign menuHorizontalAlign}.
4497
4491
  *
@@ -4506,9 +4500,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4506
4500
  *
4507
4501
  * @returns Value of property `menuHorizontalAlign`
4508
4502
  */
4509
- getMenuHorizontalAlign():
4510
- | MediaGalleryMenuHorizontalAlign
4511
- | keyof typeof MediaGalleryMenuHorizontalAlign;
4503
+ getMenuHorizontalAlign(): MediaGalleryMenuHorizontalAlign;
4512
4504
  /**
4513
4505
  * Gets current value of property {@link #getMenuVerticalAlign menuVerticalAlign}.
4514
4506
  *
@@ -4523,9 +4515,7 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4523
4515
  *
4524
4516
  * @returns Value of property `menuVerticalAlign`
4525
4517
  */
4526
- getMenuVerticalAlign():
4527
- | MediaGalleryMenuVerticalAlign
4528
- | keyof typeof MediaGalleryMenuVerticalAlign;
4518
+ getMenuVerticalAlign(): MediaGalleryMenuVerticalAlign;
4529
4519
  /**
4530
4520
  * Gets current value of property {@link #getShowAllThumbnails showAllThumbnails}.
4531
4521
  *
@@ -4703,10 +4693,10 @@ declare module "sap/ui/webc/fiori/MediaGallery" {
4703
4693
  /**
4704
4694
  * Describes the settings that can be provided to the MediaGallery constructor.
4705
4695
  *
4706
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4696
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4707
4697
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4708
4698
  * functionality.
4709
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
4699
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
4710
4700
  */
4711
4701
  export interface $MediaGallerySettings extends $WebComponentSettings {
4712
4702
  /**
@@ -4877,10 +4867,10 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
4877
4867
  * - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
4878
4868
  *
4879
4869
  * @since 1.99.0
4880
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
4870
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
4881
4871
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
4882
4872
  * functionality.
4883
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
4873
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
4884
4874
  */
4885
4875
  export default class MediaGalleryItem
4886
4876
  extends WebComponent
@@ -4995,7 +4985,7 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
4995
4985
  *
4996
4986
  * @returns Value of property `layout`
4997
4987
  */
4998
- getLayout(): MediaGalleryItemLayout | keyof typeof MediaGalleryItemLayout;
4988
+ getLayout(): MediaGalleryItemLayout;
4999
4989
  /**
5000
4990
  * Gets current value of property {@link #getSelected selected}.
5001
4991
  *
@@ -5100,10 +5090,10 @@ declare module "sap/ui/webc/fiori/MediaGalleryItem" {
5100
5090
  /**
5101
5091
  * Describes the settings that can be provided to the MediaGalleryItem constructor.
5102
5092
  *
5103
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5093
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5104
5094
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5105
5095
  * functionality.
5106
- * @experimental (since 1.99.0) - This control is experimental and its API might change significantly.
5096
+ * @experimental As of version 1.99.0. This control is experimental and its API might change significantly.
5107
5097
  */
5108
5098
  export interface $MediaGalleryItemSettings extends $WebComponentSettings {
5109
5099
  /**
@@ -5162,10 +5152,10 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
5162
5152
  * and the `sap.ui.webc.fiori.NotificationListGroupItem` items.
5163
5153
  *
5164
5154
  * @since 1.92.0
5165
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5155
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5166
5156
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5167
5157
  * functionality.
5168
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5158
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
5169
5159
  */
5170
5160
  export default class NotificationAction
5171
5161
  extends WebComponent
@@ -5324,7 +5314,7 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
5324
5314
  *
5325
5315
  * @returns Value of property `design`
5326
5316
  */
5327
- getDesign(): ButtonDesign | keyof typeof ButtonDesign;
5317
+ getDesign(): ButtonDesign;
5328
5318
  /**
5329
5319
  * Gets current value of property {@link #getEnabled enabled}.
5330
5320
  *
@@ -5442,10 +5432,10 @@ declare module "sap/ui/webc/fiori/NotificationAction" {
5442
5432
  /**
5443
5433
  * Describes the settings that can be provided to the NotificationAction constructor.
5444
5434
  *
5445
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5435
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5446
5436
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5447
5437
  * functionality.
5448
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5438
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
5449
5439
  */
5450
5440
  export interface $NotificationActionSettings extends $WebComponentSettings {
5451
5441
  /**
@@ -5544,10 +5534,10 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5544
5534
  * - title-text - Used to style the titleText of the notification list group item
5545
5535
  *
5546
5536
  * @since 1.92.0
5547
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
5537
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
5548
5538
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
5549
5539
  * functionality.
5550
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
5540
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
5551
5541
  */
5552
5542
  export default class NotificationListGroupItem
5553
5543
  extends WebComponent
@@ -5872,7 +5862,7 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
5872
5862
  *
5873
5863
  * @returns Value of property `priority`
5874
5864
  */
5875
- getPriority(): Priority | keyof typeof Priority;
5865
+ getPriority(): Priority;
5876
5866
  /**
5877
5867
  * Gets current value of property {@link #getRead read}.
5878
5868
  *
@@ -6202,10 +6192,10 @@ declare module "sap/ui/webc/fiori/NotificationListGroupItem" {
6202
6192
  /**
6203
6193
  * Describes the settings that can be provided to the NotificationListGroupItem constructor.
6204
6194
  *
6205
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6195
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
6206
6196
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6207
6197
  * functionality.
6208
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6198
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
6209
6199
  */
6210
6200
  export interface $NotificationListGroupItemSettings
6211
6201
  extends $WebComponentSettings {
@@ -6377,10 +6367,10 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6377
6367
  * - title-text - Used to style the titleText of the notification list item
6378
6368
  *
6379
6369
  * @since 1.92.0
6380
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6370
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
6381
6371
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
6382
6372
  * functionality.
6383
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6373
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
6384
6374
  */
6385
6375
  export default class NotificationListItem
6386
6376
  extends WebComponent
@@ -6645,7 +6635,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6645
6635
  *
6646
6636
  * @returns Value of property `priority`
6647
6637
  */
6648
- getPriority(): Priority | keyof typeof Priority;
6638
+ getPriority(): Priority;
6649
6639
  /**
6650
6640
  * Gets current value of property {@link #getRead read}.
6651
6641
  *
@@ -6706,7 +6696,7 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6706
6696
  *
6707
6697
  * @returns Value of property `wrappingType`
6708
6698
  */
6709
- getWrappingType(): WrappingType | keyof typeof WrappingType;
6699
+ getWrappingType(): WrappingType;
6710
6700
  /**
6711
6701
  * Checks for the provided `sap.ui.webc.fiori.INotificationAction` in the aggregation {@link #getActions actions}.
6712
6702
  * and returns its index if found or -1 otherwise.
@@ -6995,10 +6985,10 @@ declare module "sap/ui/webc/fiori/NotificationListItem" {
6995
6985
  /**
6996
6986
  * Describes the settings that can be provided to the NotificationListItem constructor.
6997
6987
  *
6998
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
6988
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
6999
6989
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7000
6990
  * functionality.
7001
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
6991
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7002
6992
  */
7003
6993
  export interface $NotificationListItemSettings extends $WebComponentSettings {
7004
6994
  /**
@@ -7154,10 +7144,10 @@ declare module "sap/ui/webc/fiori/Page" {
7154
7144
  * - content - Used to style the content section of the component
7155
7145
  *
7156
7146
  * @since 1.92.0
7157
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7147
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
7158
7148
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7159
7149
  * functionality.
7160
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7150
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7161
7151
  */
7162
7152
  export default class Page extends WebComponent {
7163
7153
  /**
@@ -7270,9 +7260,7 @@ declare module "sap/ui/webc/fiori/Page" {
7270
7260
  *
7271
7261
  * @returns Value of property `backgroundDesign`
7272
7262
  */
7273
- getBackgroundDesign():
7274
- | PageBackgroundDesign
7275
- | keyof typeof PageBackgroundDesign;
7263
+ getBackgroundDesign(): PageBackgroundDesign;
7276
7264
  /**
7277
7265
  * Gets content of aggregation {@link #getContent content}.
7278
7266
  *
@@ -7539,10 +7527,10 @@ declare module "sap/ui/webc/fiori/Page" {
7539
7527
  /**
7540
7528
  * Describes the settings that can be provided to the Page constructor.
7541
7529
  *
7542
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7530
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
7543
7531
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7544
7532
  * functionality.
7545
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7533
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7546
7534
  */
7547
7535
  export interface $PageSettings extends $WebComponentSettings {
7548
7536
  /**
@@ -7633,10 +7621,10 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
7633
7621
  *
7634
7622
  *
7635
7623
  * @since 1.92.0
7636
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7624
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
7637
7625
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7638
7626
  * functionality.
7639
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7627
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7640
7628
  */
7641
7629
  export default class ProductSwitch extends WebComponent {
7642
7630
  /**
@@ -7782,10 +7770,10 @@ declare module "sap/ui/webc/fiori/ProductSwitch" {
7782
7770
  /**
7783
7771
  * Describes the settings that can be provided to the ProductSwitch constructor.
7784
7772
  *
7785
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7773
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
7786
7774
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7787
7775
  * functionality.
7788
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7776
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7789
7777
  */
7790
7778
  export interface $ProductSwitchSettings extends $WebComponentSettings {
7791
7779
  /**
@@ -7830,10 +7818,10 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
7830
7818
  * - [SPACE/ENTER/RETURN] - Trigger `ui5-click` event
7831
7819
  *
7832
7820
  * @since 1.92.0
7833
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
7821
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
7834
7822
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
7835
7823
  * functionality.
7836
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
7824
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
7837
7825
  */
7838
7826
  export default class ProductSwitchItem
7839
7827
  extends WebComponent
@@ -8159,10 +8147,10 @@ declare module "sap/ui/webc/fiori/ProductSwitchItem" {
8159
8147
  /**
8160
8148
  * Describes the settings that can be provided to the ProductSwitchItem constructor.
8161
8149
  *
8162
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8150
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8163
8151
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8164
8152
  * functionality.
8165
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8153
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
8166
8154
  */
8167
8155
  export interface $ProductSwitchItemSettings extends $WebComponentSettings {
8168
8156
  /**
@@ -8278,10 +8266,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
8278
8266
  * Keyboard Handling:
8279
8267
  *
8280
8268
  * @since 1.92.0
8281
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
8269
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
8282
8270
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
8283
8271
  * functionality.
8284
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
8272
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
8285
8273
  */
8286
8274
  export default class ShellBar extends WebComponent {
8287
8275
  /**
@@ -9474,10 +9462,10 @@ declare module "sap/ui/webc/fiori/ShellBar" {
9474
9462
  /**
9475
9463
  * Describes the settings that can be provided to the ShellBar constructor.
9476
9464
  *
9477
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9465
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
9478
9466
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9479
9467
  * functionality.
9480
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9468
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
9481
9469
  */
9482
9470
  export interface $ShellBarSettings extends $WebComponentSettings {
9483
9471
  /**
@@ -9764,10 +9752,10 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
9764
9752
 
9765
9753
  /**
9766
9754
  * @since 1.92.0
9767
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
9755
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
9768
9756
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
9769
9757
  * functionality.
9770
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
9758
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
9771
9759
  */
9772
9760
  export default class ShellBarItem
9773
9761
  extends WebComponent
@@ -10012,10 +10000,10 @@ declare module "sap/ui/webc/fiori/ShellBarItem" {
10012
10000
  /**
10013
10001
  * Describes the settings that can be provided to the ShellBarItem constructor.
10014
10002
  *
10015
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10003
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10016
10004
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10017
10005
  * functionality.
10018
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10006
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10019
10007
  */
10020
10008
  export interface $ShellBarItemSettings extends $WebComponentSettings {
10021
10009
  /**
@@ -10103,10 +10091,10 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
10103
10091
  * Keyboard Handling:
10104
10092
  *
10105
10093
  * @since 1.92.0
10106
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10094
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10107
10095
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10108
10096
  * functionality.
10109
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10097
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10110
10098
  */
10111
10099
  export default class SideNavigation extends WebComponent {
10112
10100
  /**
@@ -10530,10 +10518,10 @@ declare module "sap/ui/webc/fiori/SideNavigation" {
10530
10518
  /**
10531
10519
  * Describes the settings that can be provided to the SideNavigation constructor.
10532
10520
  *
10533
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10521
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10534
10522
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10535
10523
  * functionality.
10536
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10524
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10537
10525
  */
10538
10526
  export interface $SideNavigationSettings extends $WebComponentSettings {
10539
10527
  /**
@@ -10627,10 +10615,10 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
10627
10615
  * the `sap.ui.webc.fiori.SideNavigationItem` you control the content of the `SideNavigation`.
10628
10616
  *
10629
10617
  * @since 1.92.0
10630
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
10618
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
10631
10619
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
10632
10620
  * functionality.
10633
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
10621
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
10634
10622
  */
10635
10623
  export default class SideNavigationItem
10636
10624
  extends WebComponent
@@ -11021,10 +11009,10 @@ declare module "sap/ui/webc/fiori/SideNavigationItem" {
11021
11009
  /**
11022
11010
  * Describes the settings that can be provided to the SideNavigationItem constructor.
11023
11011
  *
11024
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11012
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11025
11013
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11026
11014
  * functionality.
11027
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11015
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11028
11016
  */
11029
11017
  export interface $SideNavigationItemSettings extends $WebComponentSettings {
11030
11018
  /**
@@ -11110,10 +11098,10 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
11110
11098
  * only.
11111
11099
  *
11112
11100
  * @since 1.92.0
11113
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11101
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11114
11102
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11115
11103
  * functionality.
11116
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11104
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11117
11105
  */
11118
11106
  export default class SideNavigationSubItem
11119
11107
  extends WebComponent
@@ -11363,10 +11351,10 @@ declare module "sap/ui/webc/fiori/SideNavigationSubItem" {
11363
11351
  /**
11364
11352
  * Describes the settings that can be provided to the SideNavigationSubItem constructor.
11365
11353
  *
11366
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11354
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11367
11355
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11368
11356
  * functionality.
11369
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11357
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11370
11358
  */
11371
11359
  export interface $SideNavigationSubItemSettings
11372
11360
  extends $WebComponentSettings {
@@ -11428,10 +11416,10 @@ declare module "sap/ui/webc/fiori/SortItem" {
11428
11416
  * Usage:
11429
11417
  *
11430
11418
  * @since 1.97.0
11431
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11419
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11432
11420
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11433
11421
  * functionality.
11434
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
11422
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
11435
11423
  */
11436
11424
  export default class SortItem extends WebComponent implements ISortItem {
11437
11425
  __implements__sap_ui_webc_fiori_ISortItem: boolean;
@@ -11559,10 +11547,10 @@ declare module "sap/ui/webc/fiori/SortItem" {
11559
11547
  /**
11560
11548
  * Describes the settings that can be provided to the SortItem constructor.
11561
11549
  *
11562
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11550
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11563
11551
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11564
11552
  * functionality.
11565
- * @experimental (since 1.97.0) - This control is experimental and its API might change significantly.
11553
+ * @experimental As of version 1.97.0. This control is experimental and its API might change significantly.
11566
11554
  */
11567
11555
  export interface $SortItemSettings extends $WebComponentSettings {
11568
11556
  /**
@@ -11605,10 +11593,10 @@ declare module "sap/ui/webc/fiori/Timeline" {
11605
11593
  * integrated within SAP Jam.
11606
11594
  *
11607
11595
  * @since 1.92.0
11608
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11596
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11609
11597
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11610
11598
  * functionality.
11611
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11599
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11612
11600
  */
11613
11601
  export default class Timeline extends WebComponent {
11614
11602
  /**
@@ -11732,7 +11720,7 @@ declare module "sap/ui/webc/fiori/Timeline" {
11732
11720
  *
11733
11721
  * @returns Value of property `layout`
11734
11722
  */
11735
- getLayout(): TimelineLayout | keyof typeof TimelineLayout;
11723
+ getLayout(): TimelineLayout;
11736
11724
  /**
11737
11725
  * Gets current value of property {@link #getWidth width}.
11738
11726
  *
@@ -11870,10 +11858,10 @@ declare module "sap/ui/webc/fiori/Timeline" {
11870
11858
  /**
11871
11859
  * Describes the settings that can be provided to the Timeline constructor.
11872
11860
  *
11873
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11861
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11874
11862
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11875
11863
  * functionality.
11876
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11864
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11877
11865
  */
11878
11866
  export interface $TimelineSettings extends $WebComponentSettings {
11879
11867
  /**
@@ -11941,10 +11929,10 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
11941
11929
  * An entry posted on the timeline.
11942
11930
  *
11943
11931
  * @since 1.92.0
11944
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
11932
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
11945
11933
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
11946
11934
  * functionality.
11947
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
11935
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
11948
11936
  */
11949
11937
  export default class TimelineItem
11950
11938
  extends WebComponent
@@ -12331,10 +12319,10 @@ declare module "sap/ui/webc/fiori/TimelineItem" {
12331
12319
  /**
12332
12320
  * Describes the settings that can be provided to the TimelineItem constructor.
12333
12321
  *
12334
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12322
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
12335
12323
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12336
12324
  * functionality.
12337
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12325
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
12338
12326
  */
12339
12327
  export interface $TimelineItemSettings extends $WebComponentSettings {
12340
12328
  /**
@@ -12422,10 +12410,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
12422
12410
  * of `sap.ui.webc.fiori.UploadCollectionItem`. It also allows you to show already uploaded files.
12423
12411
  *
12424
12412
  * @since 1.92.0
12425
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
12413
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
12426
12414
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
12427
12415
  * functionality.
12428
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
12416
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
12429
12417
  */
12430
12418
  export default class UploadCollection extends WebComponent {
12431
12419
  /**
@@ -12842,7 +12830,7 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
12842
12830
  *
12843
12831
  * @returns Value of property `mode`
12844
12832
  */
12845
- getMode(): ListMode | keyof typeof ListMode;
12833
+ getMode(): ListMode;
12846
12834
  /**
12847
12835
  * Gets current value of property {@link #getNoDataDescription noDataDescription}.
12848
12836
  *
@@ -13112,10 +13100,10 @@ declare module "sap/ui/webc/fiori/UploadCollection" {
13112
13100
  /**
13113
13101
  * Describes the settings that can be provided to the UploadCollection constructor.
13114
13102
  *
13115
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13103
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
13116
13104
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13117
13105
  * functionality.
13118
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13106
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
13119
13107
  */
13120
13108
  export interface $UploadCollectionSettings extends $WebComponentSettings {
13121
13109
  /**
@@ -13284,10 +13272,10 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
13284
13272
  * Overview: A component to be used within the `sap.ui.webc.fiori.UploadCollection`.
13285
13273
  *
13286
13274
  * @since 1.92.0
13287
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
13275
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
13288
13276
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
13289
13277
  * functionality.
13290
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
13278
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
13291
13279
  */
13292
13280
  export default class UploadCollectionItem
13293
13281
  extends WebComponent
@@ -13977,7 +13965,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
13977
13965
  *
13978
13966
  * @returns Value of property `type`
13979
13967
  */
13980
- getType(): ListItemType | keyof typeof ListItemType;
13968
+ getType(): ListItemType;
13981
13969
  /**
13982
13970
  * Gets current value of property {@link #getUploadState uploadState}.
13983
13971
  *
@@ -13990,7 +13978,7 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
13990
13978
  *
13991
13979
  * @returns Value of property `uploadState`
13992
13980
  */
13993
- getUploadState(): UploadState | keyof typeof UploadState;
13981
+ getUploadState(): UploadState;
13994
13982
  /**
13995
13983
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
13996
13984
  * its index if found or -1 otherwise.
@@ -14323,10 +14311,10 @@ declare module "sap/ui/webc/fiori/UploadCollectionItem" {
14323
14311
  /**
14324
14312
  * Describes the settings that can be provided to the UploadCollectionItem constructor.
14325
14313
  *
14326
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14314
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
14327
14315
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14328
14316
  * functionality.
14329
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
14317
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
14330
14318
  */
14331
14319
  export interface $UploadCollectionItemSettings extends $WebComponentSettings {
14332
14320
  /**
@@ -14575,10 +14563,10 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
14575
14563
  * Responsive Behavior: `sap.ui.webc.fiori.ViewSettingsDialog` stretches on full screen on phones.
14576
14564
  *
14577
14565
  * @since 1.95.0
14578
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
14566
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
14579
14567
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
14580
14568
  * functionality.
14581
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
14569
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
14582
14570
  */
14583
14571
  export default class ViewSettingsDialog extends WebComponent {
14584
14572
  /**
@@ -15095,10 +15083,10 @@ declare module "sap/ui/webc/fiori/ViewSettingsDialog" {
15095
15083
  /**
15096
15084
  * Describes the settings that can be provided to the ViewSettingsDialog constructor.
15097
15085
  *
15098
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15086
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
15099
15087
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15100
15088
  * functionality.
15101
- * @experimental (since 1.95.0) - This control is experimental and its API might change significantly.
15089
+ * @experimental As of version 1.95.0. This control is experimental and its API might change significantly.
15102
15090
  */
15103
15091
  export interface $ViewSettingsDialogSettings extends $WebComponentSettings {
15104
15092
  /**
@@ -15319,10 +15307,10 @@ declare module "sap/ui/webc/fiori/Wizard" {
15319
15307
  * a dialog.
15320
15308
  *
15321
15309
  * @since 1.92.0
15322
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15310
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
15323
15311
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15324
15312
  * functionality.
15325
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15313
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
15326
15314
  */
15327
15315
  export default class Wizard extends WebComponent {
15328
15316
  /**
@@ -15496,7 +15484,7 @@ declare module "sap/ui/webc/fiori/Wizard" {
15496
15484
  *
15497
15485
  * @returns Value of property `contentLayout`
15498
15486
  */
15499
- getContentLayout(): WizardContentLayout | keyof typeof WizardContentLayout;
15487
+ getContentLayout(): WizardContentLayout;
15500
15488
  /**
15501
15489
  * Gets current value of property {@link #getHeight height}.
15502
15490
  *
@@ -15604,10 +15592,10 @@ declare module "sap/ui/webc/fiori/Wizard" {
15604
15592
  /**
15605
15593
  * Describes the settings that can be provided to the Wizard constructor.
15606
15594
  *
15607
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15595
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
15608
15596
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15609
15597
  * functionality.
15610
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15598
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
15611
15599
  */
15612
15600
  export interface $WizardSettings extends $WebComponentSettings {
15613
15601
  /**
@@ -15703,10 +15691,10 @@ declare module "sap/ui/webc/fiori/WizardStep" {
15703
15691
  * component and should not be used standalone.
15704
15692
  *
15705
15693
  * @since 1.92.0
15706
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
15694
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
15707
15695
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
15708
15696
  * functionality.
15709
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
15697
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
15710
15698
  */
15711
15699
  export default class WizardStep extends WebComponent implements IWizardStep {
15712
15700
  __implements__sap_ui_webc_fiori_IWizardStep: boolean;
@@ -16083,10 +16071,10 @@ declare module "sap/ui/webc/fiori/WizardStep" {
16083
16071
  /**
16084
16072
  * Describes the settings that can be provided to the WizardStep constructor.
16085
16073
  *
16086
- * @deprecated (since 1.120) - this Web Components consumption model has been discarded. Until an alternative
16074
+ * @deprecated As of version 1.120. this Web Components consumption model has been discarded. Until an alternative
16087
16075
  * Web Components consumption model is available in the future, use sap.m and sap.f controls with similar
16088
16076
  * functionality.
16089
- * @experimental (since 1.92.0) - This control is experimental and its API might change significantly.
16077
+ * @experimental As of version 1.92.0. This control is experimental and its API might change significantly.
16090
16078
  */
16091
16079
  export interface $WizardStepSettings extends $WebComponentSettings {
16092
16080
  /**