@sapui5/ts-types-esm 1.132.1 → 1.133.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.133.0-esm-d.ts} +326 -335
  3. package/types/{sap.ui.core.d.ts → core-1.133.0-esm-d.ts} +693 -718
  4. package/types/{sap.ui.dt.d.ts → dt-1.133.0-esm-d.ts} +1 -1
  5. package/types/index.d.ts +7 -7
  6. package/types/{sap.ui.mdc.d.ts → mdc-1.133.0-esm-d.ts} +167 -142
  7. package/types/{sap.m.d.ts → mobile-1.133.0-esm-d.ts} +1946 -1117
  8. package/types/sap.apf.d.ts +12 -11
  9. package/types/sap.ca.ui.d.ts +413 -415
  10. package/types/sap.chart.d.ts +6 -6
  11. package/types/sap.collaboration.d.ts +31 -31
  12. package/types/sap.cux.home.d.ts +937 -106
  13. package/types/sap.esh.search.ui.d.ts +39 -1
  14. package/types/sap.f.d.ts +159 -175
  15. package/types/sap.fe.base.d.ts +1 -1
  16. package/types/sap.fe.controls.d.ts +1 -1
  17. package/types/sap.fe.core.d.ts +16 -11
  18. package/types/sap.fe.ina.d.ts +1 -1
  19. package/types/sap.fe.macros.d.ts +81 -45
  20. package/types/sap.fe.navigation.d.ts +3 -3
  21. package/types/sap.fe.placeholder.d.ts +1 -1
  22. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  23. package/types/sap.fe.templates.d.ts +1 -1
  24. package/types/sap.fe.test.d.ts +3 -8
  25. package/types/sap.fe.tools.d.ts +1 -1
  26. package/types/sap.feedback.ui.d.ts +1 -1
  27. package/types/sap.gantt.d.ts +385 -329
  28. package/types/sap.insights.d.ts +3 -3
  29. package/types/sap.makit.d.ts +182 -182
  30. package/types/sap.me.d.ts +25 -27
  31. package/types/sap.ndc.d.ts +1 -1
  32. package/types/sap.ovp.d.ts +1 -1
  33. package/types/sap.rules.ui.d.ts +41 -41
  34. package/types/sap.sac.df.d.ts +108 -98
  35. package/types/sap.suite.ui.commons.d.ts +432 -487
  36. package/types/sap.suite.ui.generic.template.d.ts +28 -8
  37. package/types/sap.suite.ui.microchart.d.ts +55 -79
  38. package/types/sap.ui.codeeditor.d.ts +1 -1
  39. package/types/sap.ui.comp.d.ts +427 -421
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +5 -5
  42. package/types/sap.ui.generic.app.d.ts +83 -66
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +324 -236
  45. package/types/sap.ui.layout.d.ts +87 -103
  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.vbm.d.ts +57 -57
  54. package/types/sap.ui.vk.d.ts +135 -132
  55. package/types/sap.ui.vtm.d.ts +112 -103
  56. package/types/sap.ui.webc.common.d.ts +7 -7
  57. package/types/sap.ui.webc.fiori.d.ts +164 -176
  58. package/types/sap.ui.webc.main.d.ts +527 -531
  59. package/types/sap.uiext.inbox.d.ts +43 -43
  60. package/types/sap.ushell.d.ts +206 -123
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +33 -51
  63. package/types/sap.viz.d.ts +2782 -2858
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +17 -17
  66. package/types/sap.zen.crosstab.d.ts +10 -10
  67. package/types/sap.zen.dsh.d.ts +11 -11
  68. package/types/{sap.tnt.d.ts → tnt-1.133.0-esm-d.ts} +229 -14
  69. package/types/{sap.ui.ux3.d.ts → ux3-1.133.0-esm-d.ts} +113 -117
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -33,7 +33,7 @@ declare module "sap/f/library" {
33
33
  * This is an alias for {@link sap.m.AvatarColor} and only kept for compatibility reasons.
34
34
  *
35
35
  * @since 1.69
36
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarColor} instead.
36
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarColor} instead.
37
37
  */
38
38
  export type AvatarColor = AvatarColor1;
39
39
 
@@ -62,7 +62,7 @@ declare module "sap/f/library" {
62
62
  * This is an alias for {@link sap.m.AvatarImageFitType} and only kept for compatibility reasons.
63
63
  *
64
64
  * @since 1.46
65
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarImageFitType} instead.
65
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarImageFitType} instead.
66
66
  */
67
67
  export type AvatarImageFitType = AvatarImageFitType1;
68
68
 
@@ -72,7 +72,7 @@ declare module "sap/f/library" {
72
72
  * This is an alias for {@link sap.m.AvatarShape} and only kept for compatibility reasons.
73
73
  *
74
74
  * @since 1.46
75
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarShape} instead.
75
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarShape} instead.
76
76
  */
77
77
  export type AvatarShape = AvatarShape1;
78
78
 
@@ -82,7 +82,7 @@ declare module "sap/f/library" {
82
82
  * This is an alias for {@link sap.m.AvatarSize} and only kept for compatibility reasons.
83
83
  *
84
84
  * @since 1.46
85
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarSize} instead.
85
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarSize} instead.
86
86
  */
87
87
  export type AvatarSize = AvatarSize1;
88
88
 
@@ -92,7 +92,7 @@ declare module "sap/f/library" {
92
92
  * This is an alias for {@link sap.m.AvatarType} and only kept for compatibility reasons.
93
93
  *
94
94
  * @since 1.46
95
- * @deprecated (since 1.73) - Use the {@link sap.m.AvatarType} instead.
95
+ * @deprecated As of version 1.73. Use the {@link sap.m.AvatarType} instead.
96
96
  */
97
97
  export type AvatarType = AvatarType1;
98
98
 
@@ -119,8 +119,8 @@ declare module "sap/f/library" {
119
119
  * This enum is part of the 'sap/f/library' module export and must be accessed by the property 'DynamicPageTitleArea'.
120
120
  *
121
121
  * @since 1.50
122
- * @deprecated (since 1.54) - Consumers of the {@link sap.f.DynamicPageTitle} control should now use the
123
- * `areaShrinkRatio` property instead of the `primaryArea` property.
122
+ * @deprecated As of version 1.54. Consumers of the {@link sap.f.DynamicPageTitle} control should now use
123
+ * the `areaShrinkRatio` property instead of the `primaryArea` property.
124
124
  */
125
125
  export enum DynamicPageTitleArea {
126
126
  /**
@@ -173,7 +173,7 @@ declare module "sap/f/library" {
173
173
  * This is an alias for {@link sap.m.IllustratedMessageSize} and only kept for compatibility reasons.
174
174
  *
175
175
  * @since 1.88
176
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessageSize} instead.
176
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageSize} instead.
177
177
  */
178
178
  export type IllustratedMessageSize = IllustratedMessageSize1;
179
179
 
@@ -183,7 +183,7 @@ declare module "sap/f/library" {
183
183
  * This is an alias for {@link sap.m.IllustratedMessageType} and only kept for compatibility reasons.
184
184
  *
185
185
  * @since 1.88
186
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessageType} instead.
186
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageType} instead.
187
187
  */
188
188
  export type IllustratedMessageType = IllustratedMessageType1;
189
189
 
@@ -468,7 +468,7 @@ declare module "sap/f/Avatar" {
468
468
  * or if there's a non-Latin character present, a default image placeholder will be created.
469
469
  *
470
470
  * @since 1.46
471
- * @deprecated (since 1.73) - Use the {@link sap.m.Avatar} instead.
471
+ * @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
472
472
  */
473
473
  export default class Avatar extends Avatar1 {
474
474
  /**
@@ -547,7 +547,7 @@ declare module "sap/f/Avatar" {
547
547
  /**
548
548
  * Describes the settings that can be provided to the Avatar constructor.
549
549
  *
550
- * @deprecated (since 1.73) - Use the {@link sap.m.Avatar} instead.
550
+ * @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
551
551
  */
552
552
  export interface $AvatarSettings extends $AvatarSettings1 {}
553
553
  }
@@ -805,7 +805,7 @@ declare module "sap/f/AvatarGroup" {
805
805
  *
806
806
  * @returns Value of property `avatarDisplaySize`
807
807
  */
808
- getAvatarDisplaySize(): AvatarSize | keyof typeof AvatarSize;
808
+ getAvatarDisplaySize(): AvatarSize;
809
809
  /**
810
810
  * Gets current value of property {@link #getGroupType groupType}.
811
811
  *
@@ -816,7 +816,7 @@ declare module "sap/f/AvatarGroup" {
816
816
  *
817
817
  * @returns Value of property `groupType`
818
818
  */
819
- getGroupType(): AvatarGroupType | keyof typeof AvatarGroupType;
819
+ getGroupType(): AvatarGroupType;
820
820
  /**
821
821
  * Gets content of aggregation {@link #getItems items}.
822
822
  *
@@ -1385,9 +1385,7 @@ declare module "sap/f/Card" {
1385
1385
  *
1386
1386
  * @returns Value of property `headerPosition`
1387
1387
  */
1388
- getHeaderPosition():
1389
- | cards.HeaderPosition
1390
- | keyof typeof cards.HeaderPosition;
1388
+ getHeaderPosition(): cards.HeaderPosition;
1391
1389
  /**
1392
1390
  * Sets the aggregated {@link #getContent content}.
1393
1391
  *
@@ -1549,7 +1547,7 @@ declare module "sap/f/CardBase" {
1549
1547
  *
1550
1548
  * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
1551
1549
  *
1552
- * @experimental (since 1.131)
1550
+ * @experimental As of version 1.131.
1553
1551
  *
1554
1552
  * @returns Reference to `this` in order to allow method chaining
1555
1553
  */
@@ -1576,7 +1574,7 @@ declare module "sap/f/CardBase" {
1576
1574
  *
1577
1575
  * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
1578
1576
  *
1579
- * @experimental (since 1.131)
1577
+ * @experimental As of version 1.131.
1580
1578
  *
1581
1579
  * @returns Reference to `this` in order to allow method chaining
1582
1580
  */
@@ -1595,7 +1593,7 @@ declare module "sap/f/CardBase" {
1595
1593
  *
1596
1594
  * The passed function and listener object must match the ones used for event registration.
1597
1595
  *
1598
- * @experimental (since 1.131)
1596
+ * @experimental As of version 1.131.
1599
1597
  *
1600
1598
  * @returns Reference to `this` in order to allow method chaining
1601
1599
  */
@@ -1612,7 +1610,7 @@ declare module "sap/f/CardBase" {
1612
1610
  /**
1613
1611
  * Fires event {@link #event:press press} to attached listeners.
1614
1612
  *
1615
- * @experimental (since 1.131)
1613
+ * @experimental As of version 1.131.
1616
1614
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1617
1615
  *
1618
1616
  * @returns Reference to `this` in order to allow method chaining
@@ -1649,11 +1647,11 @@ declare module "sap/f/CardBase" {
1649
1647
  *
1650
1648
  * Default value is `Region`.
1651
1649
  *
1652
- * @experimental (since 1.131)
1650
+ * @experimental As of version 1.131.
1653
1651
  *
1654
1652
  * @returns Value of property `semanticRole`
1655
1653
  */
1656
- getSemanticRole(): cards.SemanticRole | keyof typeof cards.SemanticRole;
1654
+ getSemanticRole(): cards.SemanticRole;
1657
1655
  /**
1658
1656
  * Gets current value of property {@link #getWidth width}.
1659
1657
  *
@@ -1692,7 +1690,7 @@ declare module "sap/f/CardBase" {
1692
1690
  *
1693
1691
  * Default value is `Region`.
1694
1692
  *
1695
- * @experimental (since 1.131)
1693
+ * @experimental As of version 1.131.
1696
1694
  *
1697
1695
  * @returns Reference to `this` in order to allow method chaining
1698
1696
  */
@@ -1738,7 +1736,7 @@ declare module "sap/f/CardBase" {
1738
1736
  /**
1739
1737
  * Defines the role of the Card Header.
1740
1738
  *
1741
- * @experimental (since 1.131)
1739
+ * @experimental As of version 1.131.
1742
1740
  */
1743
1741
  semanticRole?:
1744
1742
  | (cards.SemanticRole | keyof typeof cards.SemanticRole)
@@ -1748,7 +1746,7 @@ declare module "sap/f/CardBase" {
1748
1746
  /**
1749
1747
  * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
1750
1748
  *
1751
- * @experimental (since 1.131)
1749
+ * @experimental As of version 1.131.
1752
1750
  */
1753
1751
  press?: (oEvent: Event) => void;
1754
1752
  }
@@ -1756,14 +1754,14 @@ declare module "sap/f/CardBase" {
1756
1754
  /**
1757
1755
  * Parameters of the CardBase#press event.
1758
1756
  *
1759
- * @experimental (since 1.131)
1757
+ * @experimental As of version 1.131.
1760
1758
  */
1761
1759
  export interface CardBase$PressEventParameters {}
1762
1760
 
1763
1761
  /**
1764
1762
  * Event object of the CardBase#press event.
1765
1763
  *
1766
- * @experimental (since 1.131)
1764
+ * @experimental As of version 1.131.
1767
1765
  */
1768
1766
  export type CardBase$PressEvent = Event<
1769
1767
  CardBase$PressEventParameters,
@@ -1858,7 +1856,7 @@ declare module "sap/f/cards/BaseHeader" {
1858
1856
  * Adds some bannerLine to the aggregation {@link #getBannerLines bannerLines}.
1859
1857
  *
1860
1858
  * @since 1.118
1861
- * @experimental (since 1.118) - For usage only by Work Zone.
1859
+ * @experimental As of version 1.118. For usage only by Work Zone.
1862
1860
  *
1863
1861
  * @returns Reference to `this` in order to allow method chaining
1864
1862
  */
@@ -1919,7 +1917,7 @@ declare module "sap/f/cards/BaseHeader" {
1919
1917
  * Destroys all the bannerLines in the aggregation {@link #getBannerLines bannerLines}.
1920
1918
  *
1921
1919
  * @since 1.118
1922
- * @experimental (since 1.118) - For usage only by Work Zone.
1920
+ * @experimental As of version 1.118. For usage only by Work Zone.
1923
1921
  *
1924
1922
  * @returns Reference to `this` in order to allow method chaining
1925
1923
  */
@@ -1928,7 +1926,7 @@ declare module "sap/f/cards/BaseHeader" {
1928
1926
  * Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
1929
1927
  *
1930
1928
  * @since 1.86
1931
- * @experimental (since 1.86)
1929
+ * @experimental As of version 1.86.
1932
1930
  *
1933
1931
  * @returns Reference to `this` in order to allow method chaining
1934
1932
  */
@@ -1970,7 +1968,7 @@ declare module "sap/f/cards/BaseHeader" {
1970
1968
  * Show as a banner in the header area. Use for example for system info and application shortcut.
1971
1969
  *
1972
1970
  * @since 1.118
1973
- * @experimental (since 1.118) - For usage only by Work Zone.
1971
+ * @experimental As of version 1.118. For usage only by Work Zone.
1974
1972
  */
1975
1973
  getBannerLines(): Text[];
1976
1974
  /**
@@ -1985,7 +1983,7 @@ declare module "sap/f/cards/BaseHeader" {
1985
1983
  *
1986
1984
  * Default value is `empty string`.
1987
1985
  *
1988
- * @experimental (since 1.89) - this feature is experimental and the API may change.
1986
+ * @experimental As of version 1.89. this feature is experimental and the API may change.
1989
1987
  *
1990
1988
  * @returns Value of property `dataTimestamp`
1991
1989
  */
@@ -1995,7 +1993,7 @@ declare module "sap/f/cards/BaseHeader" {
1995
1993
  *
1996
1994
  * Defines the href which the header should open. If set - the header will act and render as a link.
1997
1995
  *
1998
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
1996
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
1999
1997
  *
2000
1998
  * @returns Value of property `href`
2001
1999
  */
@@ -2007,7 +2005,7 @@ declare module "sap/f/cards/BaseHeader" {
2007
2005
  *
2008
2006
  * Default value is `true`.
2009
2007
  *
2010
- * @experimental (since 1.116) - this feature is experimental and the API may change.
2008
+ * @experimental As of version 1.116. this feature is experimental and the API may change.
2011
2009
  *
2012
2010
  * @returns Value of property `statusVisible`
2013
2011
  */
@@ -2017,7 +2015,7 @@ declare module "sap/f/cards/BaseHeader" {
2017
2015
  *
2018
2016
  * Defines the target for the case when `href` is given.
2019
2017
  *
2020
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
2018
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
2021
2019
  *
2022
2020
  * @returns Value of property `target`
2023
2021
  */
@@ -2028,7 +2026,7 @@ declare module "sap/f/cards/BaseHeader" {
2028
2026
  * Defines the toolbar.
2029
2027
  *
2030
2028
  * @since 1.86
2031
- * @experimental (since 1.86)
2029
+ * @experimental As of version 1.86.
2032
2030
  */
2033
2031
  getToolbar(): Control;
2034
2032
  /**
@@ -2039,17 +2037,17 @@ declare module "sap/f/cards/BaseHeader" {
2039
2037
  *
2040
2038
  * Default value is `Normal`.
2041
2039
  *
2042
- * @experimental (since 1.122) - this feature is experimental and the API may change.
2040
+ * @experimental As of version 1.122. this feature is experimental and the API may change.
2043
2041
  *
2044
2042
  * @returns Value of property `wrappingType`
2045
2043
  */
2046
- getWrappingType(): WrappingType | keyof typeof WrappingType;
2044
+ getWrappingType(): WrappingType;
2047
2045
  /**
2048
2046
  * Checks for the provided `sap.m.Text` in the aggregation {@link #getBannerLines bannerLines}. and returns
2049
2047
  * its index if found or -1 otherwise.
2050
2048
  *
2051
2049
  * @since 1.118
2052
- * @experimental (since 1.118) - For usage only by Work Zone.
2050
+ * @experimental As of version 1.118. For usage only by Work Zone.
2053
2051
  *
2054
2052
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2055
2053
  */
@@ -2063,7 +2061,7 @@ declare module "sap/f/cards/BaseHeader" {
2063
2061
  * Inserts a bannerLine into the aggregation {@link #getBannerLines bannerLines}.
2064
2062
  *
2065
2063
  * @since 1.118
2066
- * @experimental (since 1.118) - For usage only by Work Zone.
2064
+ * @experimental As of version 1.118. For usage only by Work Zone.
2067
2065
  *
2068
2066
  * @returns Reference to `this` in order to allow method chaining
2069
2067
  */
@@ -2085,7 +2083,7 @@ declare module "sap/f/cards/BaseHeader" {
2085
2083
  * Additionally, it unregisters them from the hosting UIArea.
2086
2084
  *
2087
2085
  * @since 1.118
2088
- * @experimental (since 1.118) - For usage only by Work Zone.
2086
+ * @experimental As of version 1.118. For usage only by Work Zone.
2089
2087
  *
2090
2088
  * @returns An array of the removed elements (might be empty)
2091
2089
  */
@@ -2094,7 +2092,7 @@ declare module "sap/f/cards/BaseHeader" {
2094
2092
  * Removes a bannerLine from the aggregation {@link #getBannerLines bannerLines}.
2095
2093
  *
2096
2094
  * @since 1.118
2097
- * @experimental (since 1.118) - For usage only by Work Zone.
2095
+ * @experimental As of version 1.118. For usage only by Work Zone.
2098
2096
  *
2099
2097
  * @returns The removed bannerLine or `null`
2100
2098
  */
@@ -2118,7 +2116,7 @@ declare module "sap/f/cards/BaseHeader" {
2118
2116
  *
2119
2117
  * Default value is `empty string`.
2120
2118
  *
2121
- * @experimental (since 1.89) - this feature is experimental and the API may change.
2119
+ * @experimental As of version 1.89. this feature is experimental and the API may change.
2122
2120
  *
2123
2121
  * @returns Reference to `this` in order to allow method chaining
2124
2122
  */
@@ -2135,7 +2133,7 @@ declare module "sap/f/cards/BaseHeader" {
2135
2133
  *
2136
2134
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2137
2135
  *
2138
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
2136
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
2139
2137
  *
2140
2138
  * @returns Reference to `this` in order to allow method chaining
2141
2139
  */
@@ -2154,7 +2152,7 @@ declare module "sap/f/cards/BaseHeader" {
2154
2152
  *
2155
2153
  * Default value is `true`.
2156
2154
  *
2157
- * @experimental (since 1.116) - this feature is experimental and the API may change.
2155
+ * @experimental As of version 1.116. this feature is experimental and the API may change.
2158
2156
  *
2159
2157
  * @returns Reference to `this` in order to allow method chaining
2160
2158
  */
@@ -2171,7 +2169,7 @@ declare module "sap/f/cards/BaseHeader" {
2171
2169
  *
2172
2170
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2173
2171
  *
2174
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
2172
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
2175
2173
  *
2176
2174
  * @returns Reference to `this` in order to allow method chaining
2177
2175
  */
@@ -2185,7 +2183,7 @@ declare module "sap/f/cards/BaseHeader" {
2185
2183
  * Sets the aggregated {@link #getToolbar toolbar}.
2186
2184
  *
2187
2185
  * @since 1.86
2188
- * @experimental (since 1.86)
2186
+ * @experimental As of version 1.86.
2189
2187
  *
2190
2188
  * @returns Reference to `this` in order to allow method chaining
2191
2189
  */
@@ -2205,7 +2203,7 @@ declare module "sap/f/cards/BaseHeader" {
2205
2203
  *
2206
2204
  * Default value is `Normal`.
2207
2205
  *
2208
- * @experimental (since 1.122) - this feature is experimental and the API may change.
2206
+ * @experimental As of version 1.122. this feature is experimental and the API may change.
2209
2207
  *
2210
2208
  * @returns Reference to `this` in order to allow method chaining
2211
2209
  */
@@ -2228,14 +2226,14 @@ declare module "sap/f/cards/BaseHeader" {
2228
2226
  *
2229
2227
  * Will be shown as a relative time like "5 minutes ago".
2230
2228
  *
2231
- * @experimental (since 1.89) - this feature is experimental and the API may change.
2229
+ * @experimental As of version 1.89. this feature is experimental and the API may change.
2232
2230
  */
2233
2231
  dataTimestamp?: string | PropertyBindingInfo;
2234
2232
 
2235
2233
  /**
2236
2234
  * Defines the status text visibility.
2237
2235
  *
2238
- * @experimental (since 1.116) - this feature is experimental and the API may change.
2236
+ * @experimental As of version 1.116. this feature is experimental and the API may change.
2239
2237
  */
2240
2238
  statusVisible?: boolean | PropertyBindingInfo | `{${string}}`;
2241
2239
 
@@ -2243,7 +2241,7 @@ declare module "sap/f/cards/BaseHeader" {
2243
2241
  * Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
2244
2242
  * texts of the header.
2245
2243
  *
2246
- * @experimental (since 1.122) - this feature is experimental and the API may change.
2244
+ * @experimental As of version 1.122. this feature is experimental and the API may change.
2247
2245
  */
2248
2246
  wrappingType?:
2249
2247
  | (WrappingType | keyof typeof WrappingType)
@@ -2253,14 +2251,14 @@ declare module "sap/f/cards/BaseHeader" {
2253
2251
  /**
2254
2252
  * Defines the href which the header should open. If set - the header will act and render as a link.
2255
2253
  *
2256
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
2254
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
2257
2255
  */
2258
2256
  href?: string | PropertyBindingInfo;
2259
2257
 
2260
2258
  /**
2261
2259
  * Defines the target for the case when `href` is given.
2262
2260
  *
2263
- * @experimental (since 1.122) - Do not use this feature outside of sap.ui.integration.widgets.Card.
2261
+ * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
2264
2262
  */
2265
2263
  target?: string | PropertyBindingInfo;
2266
2264
 
@@ -2268,7 +2266,7 @@ declare module "sap/f/cards/BaseHeader" {
2268
2266
  * Defines the toolbar.
2269
2267
  *
2270
2268
  * @since 1.86
2271
- * @experimental (since 1.86)
2269
+ * @experimental As of version 1.86.
2272
2270
  */
2273
2271
  toolbar?: Control;
2274
2272
 
@@ -2276,7 +2274,7 @@ declare module "sap/f/cards/BaseHeader" {
2276
2274
  * Show as a banner in the header area. Use for example for system info and application shortcut.
2277
2275
  *
2278
2276
  * @since 1.118
2279
- * @experimental (since 1.118) - For usage only by Work Zone.
2277
+ * @experimental As of version 1.118. For usage only by Work Zone.
2280
2278
  */
2281
2279
  bannerLines?: Text[] | Text | AggregationBindingInfo | `{${string}}`;
2282
2280
 
@@ -2431,9 +2429,7 @@ declare module "sap/f/cards/CardBadgeCustomData" {
2431
2429
  *
2432
2430
  * @returns Value of property `visibilityMode`
2433
2431
  */
2434
- getVisibilityMode():
2435
- | CardBadgeVisibilityMode
2436
- | keyof typeof CardBadgeVisibilityMode;
2432
+ getVisibilityMode(): CardBadgeVisibilityMode;
2437
2433
  /**
2438
2434
  * Gets current value of property {@link #getVisible visible}.
2439
2435
  *
@@ -2716,7 +2712,7 @@ declare module "sap/f/cards/Header" {
2716
2712
  *
2717
2713
  * Default value is `empty string`.
2718
2714
  *
2719
- * @experimental (since 1.81) - this feature is experimental and the API may change.
2715
+ * @experimental As of version 1.81. this feature is experimental and the API may change.
2720
2716
  *
2721
2717
  * @returns Value of property `iconAlt`
2722
2718
  */
@@ -2728,11 +2724,11 @@ declare module "sap/f/cards/Header" {
2728
2724
  *
2729
2725
  * Default value is `Transparent`.
2730
2726
  *
2731
- * @experimental (since 1.83) - this feature is experimental and the API may change.
2727
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
2732
2728
  *
2733
2729
  * @returns Value of property `iconBackgroundColor`
2734
2730
  */
2735
- getIconBackgroundColor(): AvatarColor | keyof typeof AvatarColor;
2731
+ getIconBackgroundColor(): AvatarColor;
2736
2732
  /**
2737
2733
  * Gets current value of property {@link #getIconDisplayShape iconDisplayShape}.
2738
2734
  *
@@ -2743,7 +2739,7 @@ declare module "sap/f/cards/Header" {
2743
2739
  *
2744
2740
  * @returns Value of property `iconDisplayShape`
2745
2741
  */
2746
- getIconDisplayShape(): AvatarShape | keyof typeof AvatarShape;
2742
+ getIconDisplayShape(): AvatarShape;
2747
2743
  /**
2748
2744
  * Gets current value of property {@link #getIconFitType iconFitType}.
2749
2745
  *
@@ -2755,7 +2751,7 @@ declare module "sap/f/cards/Header" {
2755
2751
  *
2756
2752
  * @returns Value of property `iconFitType`
2757
2753
  */
2758
- getIconFitType(): AvatarImageFitType | keyof typeof AvatarImageFitType;
2754
+ getIconFitType(): AvatarImageFitType;
2759
2755
  /**
2760
2756
  * Gets current value of property {@link #getIconInitials iconInitials}.
2761
2757
  *
@@ -2774,11 +2770,11 @@ declare module "sap/f/cards/Header" {
2774
2770
  *
2775
2771
  * Default value is `S`.
2776
2772
  *
2777
- * @experimental (since 1.119) - this feature is experimental and the API may change.
2773
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
2778
2774
  *
2779
2775
  * @returns Value of property `iconSize`
2780
2776
  */
2781
- getIconSize(): AvatarSize | keyof typeof AvatarSize;
2777
+ getIconSize(): AvatarSize;
2782
2778
  /**
2783
2779
  * Gets current value of property {@link #getIconSrc iconSrc}.
2784
2780
  *
@@ -2797,7 +2793,7 @@ declare module "sap/f/cards/Header" {
2797
2793
  *
2798
2794
  * Default value is `true`.
2799
2795
  *
2800
- * @experimental (since 1.83) - this feature is experimental and the API may change.
2796
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
2801
2797
  *
2802
2798
  * @returns Value of property `iconVisible`
2803
2799
  */
@@ -2831,7 +2827,7 @@ declare module "sap/f/cards/Header" {
2831
2827
  *
2832
2828
  * Default value is `2`.
2833
2829
  *
2834
- * @experimental (since 1.101)
2830
+ * @experimental As of version 1.101.
2835
2831
  *
2836
2832
  * @returns Value of property `subtitleMaxLines`
2837
2833
  */
@@ -2854,7 +2850,7 @@ declare module "sap/f/cards/Header" {
2854
2850
  *
2855
2851
  * Default value is `3`.
2856
2852
  *
2857
- * @experimental (since 1.101)
2853
+ * @experimental As of version 1.101.
2858
2854
  *
2859
2855
  * @returns Value of property `titleMaxLines`
2860
2856
  */
@@ -2868,7 +2864,7 @@ declare module "sap/f/cards/Header" {
2868
2864
  *
2869
2865
  * Default value is `empty string`.
2870
2866
  *
2871
- * @experimental (since 1.81) - this feature is experimental and the API may change.
2867
+ * @experimental As of version 1.81. this feature is experimental and the API may change.
2872
2868
  *
2873
2869
  * @returns Reference to `this` in order to allow method chaining
2874
2870
  */
@@ -2887,7 +2883,7 @@ declare module "sap/f/cards/Header" {
2887
2883
  *
2888
2884
  * Default value is `Transparent`.
2889
2885
  *
2890
- * @experimental (since 1.83) - this feature is experimental and the API may change.
2886
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
2891
2887
  *
2892
2888
  * @returns Reference to `this` in order to allow method chaining
2893
2889
  */
@@ -2961,7 +2957,7 @@ declare module "sap/f/cards/Header" {
2961
2957
  *
2962
2958
  * Default value is `S`.
2963
2959
  *
2964
- * @experimental (since 1.119) - this feature is experimental and the API may change.
2960
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
2965
2961
  *
2966
2962
  * @returns Reference to `this` in order to allow method chaining
2967
2963
  */
@@ -2998,7 +2994,7 @@ declare module "sap/f/cards/Header" {
2998
2994
  *
2999
2995
  * Default value is `true`.
3000
2996
  *
3001
- * @experimental (since 1.83) - this feature is experimental and the API may change.
2997
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
3002
2998
  *
3003
2999
  * @returns Reference to `this` in order to allow method chaining
3004
3000
  */
@@ -3053,7 +3049,7 @@ declare module "sap/f/cards/Header" {
3053
3049
  *
3054
3050
  * Default value is `2`.
3055
3051
  *
3056
- * @experimental (since 1.101)
3052
+ * @experimental As of version 1.101.
3057
3053
  *
3058
3054
  * @returns Reference to `this` in order to allow method chaining
3059
3055
  */
@@ -3090,7 +3086,7 @@ declare module "sap/f/cards/Header" {
3090
3086
  *
3091
3087
  * Default value is `3`.
3092
3088
  *
3093
- * @experimental (since 1.101)
3089
+ * @experimental As of version 1.101.
3094
3090
  *
3095
3091
  * @returns Reference to `this` in order to allow method chaining
3096
3092
  */
@@ -3119,7 +3115,7 @@ declare module "sap/f/cards/Header" {
3119
3115
  /**
3120
3116
  * Limits the number of lines for the title.
3121
3117
  *
3122
- * @experimental (since 1.101)
3118
+ * @experimental As of version 1.101.
3123
3119
  */
3124
3120
  titleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
3125
3121
 
@@ -3131,7 +3127,7 @@ declare module "sap/f/cards/Header" {
3131
3127
  /**
3132
3128
  * Limits the number of lines for the subtitle.
3133
3129
  *
3134
- * @experimental (since 1.101)
3130
+ * @experimental As of version 1.101.
3135
3131
  */
3136
3132
  subtitleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
3137
3133
 
@@ -3161,14 +3157,14 @@ declare module "sap/f/cards/Header" {
3161
3157
  /**
3162
3158
  * Defines an alt text for the avatar or icon.
3163
3159
  *
3164
- * @experimental (since 1.81) - this feature is experimental and the API may change.
3160
+ * @experimental As of version 1.81. this feature is experimental and the API may change.
3165
3161
  */
3166
3162
  iconAlt?: string | PropertyBindingInfo;
3167
3163
 
3168
3164
  /**
3169
3165
  * Defines a background color for the avatar or icon.
3170
3166
  *
3171
- * @experimental (since 1.83) - this feature is experimental and the API may change.
3167
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
3172
3168
  */
3173
3169
  iconBackgroundColor?:
3174
3170
  | (AvatarColor | keyof typeof AvatarColor)
@@ -3178,14 +3174,14 @@ declare module "sap/f/cards/Header" {
3178
3174
  /**
3179
3175
  * Defines whether the card icon is visible.
3180
3176
  *
3181
- * @experimental (since 1.83) - this feature is experimental and the API may change.
3177
+ * @experimental As of version 1.83. this feature is experimental and the API may change.
3182
3178
  */
3183
3179
  iconVisible?: boolean | PropertyBindingInfo | `{${string}}`;
3184
3180
 
3185
3181
  /**
3186
3182
  * Defines the size of the icon.
3187
3183
  *
3188
- * @experimental (since 1.119) - this feature is experimental and the API may change.
3184
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
3189
3185
  */
3190
3186
  iconSize?:
3191
3187
  | (AvatarSize | keyof typeof AvatarSize)
@@ -3375,7 +3371,7 @@ declare module "sap/f/cards/NumericHeader" {
3375
3371
  /**
3376
3372
  * Destroys the microChart in the aggregation {@link #getMicroChart microChart}.
3377
3373
  *
3378
- * @experimental (since 1.124)
3374
+ * @experimental As of version 1.124.
3379
3375
  *
3380
3376
  * @returns Reference to `this` in order to allow method chaining
3381
3377
  */
@@ -3423,7 +3419,7 @@ declare module "sap/f/cards/NumericHeader" {
3423
3419
  *
3424
3420
  * Default value is `1`.
3425
3421
  *
3426
- * @experimental (since 1.101)
3422
+ * @experimental As of version 1.101.
3427
3423
  *
3428
3424
  * @returns Value of property `detailsMaxLines`
3429
3425
  */
@@ -3436,11 +3432,11 @@ declare module "sap/f/cards/NumericHeader" {
3436
3432
  * Default value is `None`.
3437
3433
  *
3438
3434
  * @since 1.118
3439
- * @experimental (since 1.118) - For usage only by Work Zone.
3435
+ * @experimental As of version 1.118. For usage only by Work Zone.
3440
3436
  *
3441
3437
  * @returns Value of property `detailsState`
3442
3438
  */
3443
- getDetailsState(): ValueState | keyof typeof ValueState;
3439
+ getDetailsState(): ValueState;
3444
3440
  /**
3445
3441
  * Gets current value of property {@link #getIconAlt iconAlt}.
3446
3442
  *
@@ -3449,7 +3445,7 @@ declare module "sap/f/cards/NumericHeader" {
3449
3445
  * Default value is `empty string`.
3450
3446
  *
3451
3447
  * @since 1.118
3452
- * @experimental (since 1.118) - For usage only by Work Zone.
3448
+ * @experimental As of version 1.118. For usage only by Work Zone.
3453
3449
  *
3454
3450
  * @returns Value of property `iconAlt`
3455
3451
  */
@@ -3462,11 +3458,11 @@ declare module "sap/f/cards/NumericHeader" {
3462
3458
  * Default value is `Transparent`.
3463
3459
  *
3464
3460
  * @since 1.118
3465
- * @experimental (since 1.118) - For usage only by Work Zone.
3461
+ * @experimental As of version 1.118. For usage only by Work Zone.
3466
3462
  *
3467
3463
  * @returns Value of property `iconBackgroundColor`
3468
3464
  */
3469
- getIconBackgroundColor(): AvatarColor | keyof typeof AvatarColor;
3465
+ getIconBackgroundColor(): AvatarColor;
3470
3466
  /**
3471
3467
  * Gets current value of property {@link #getIconDisplayShape iconDisplayShape}.
3472
3468
  *
@@ -3475,11 +3471,11 @@ declare module "sap/f/cards/NumericHeader" {
3475
3471
  * Default value is `Circle`.
3476
3472
  *
3477
3473
  * @since 1.118
3478
- * @experimental (since 1.118) - For usage only by Work Zone.
3474
+ * @experimental As of version 1.118. For usage only by Work Zone.
3479
3475
  *
3480
3476
  * @returns Value of property `iconDisplayShape`
3481
3477
  */
3482
- getIconDisplayShape(): AvatarShape | keyof typeof AvatarShape;
3478
+ getIconDisplayShape(): AvatarShape;
3483
3479
  /**
3484
3480
  * Gets current value of property {@link #getIconFitType iconFitType}.
3485
3481
  *
@@ -3491,7 +3487,7 @@ declare module "sap/f/cards/NumericHeader" {
3491
3487
  *
3492
3488
  * @returns Value of property `iconFitType`
3493
3489
  */
3494
- getIconFitType(): AvatarImageFitType | keyof typeof AvatarImageFitType;
3490
+ getIconFitType(): AvatarImageFitType;
3495
3491
  /**
3496
3492
  * Gets current value of property {@link #getIconInitials iconInitials}.
3497
3493
  *
@@ -3500,7 +3496,7 @@ declare module "sap/f/cards/NumericHeader" {
3500
3496
  * Default value is `empty string`.
3501
3497
  *
3502
3498
  * @since 1.118
3503
- * @experimental (since 1.118) - For usage only by Work Zone.
3499
+ * @experimental As of version 1.118. For usage only by Work Zone.
3504
3500
  *
3505
3501
  * @returns Value of property `iconInitials`
3506
3502
  */
@@ -3512,11 +3508,11 @@ declare module "sap/f/cards/NumericHeader" {
3512
3508
  *
3513
3509
  * Default value is `S`.
3514
3510
  *
3515
- * @experimental (since 1.119) - this feature is experimental and the API may change.
3511
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
3516
3512
  *
3517
3513
  * @returns Value of property `iconSize`
3518
3514
  */
3519
- getIconSize(): AvatarSize | keyof typeof AvatarSize;
3515
+ getIconSize(): AvatarSize;
3520
3516
  /**
3521
3517
  * Gets current value of property {@link #getIconSrc iconSrc}.
3522
3518
  *
@@ -3525,7 +3521,7 @@ declare module "sap/f/cards/NumericHeader" {
3525
3521
  * Default value is `empty string`.
3526
3522
  *
3527
3523
  * @since 1.118
3528
- * @experimental (since 1.118) - For usage only by Work Zone.
3524
+ * @experimental As of version 1.118. For usage only by Work Zone.
3529
3525
  *
3530
3526
  * @returns Value of property `iconSrc`
3531
3527
  */
@@ -3538,7 +3534,7 @@ declare module "sap/f/cards/NumericHeader" {
3538
3534
  * Default value is `true`.
3539
3535
  *
3540
3536
  * @since 1.118
3541
- * @experimental (since 1.118) - For usage only by Work Zone.
3537
+ * @experimental As of version 1.118. For usage only by Work Zone.
3542
3538
  *
3543
3539
  * @returns Value of property `iconVisible`
3544
3540
  */
@@ -3548,7 +3544,7 @@ declare module "sap/f/cards/NumericHeader" {
3548
3544
  *
3549
3545
  * Micro Chart
3550
3546
  *
3551
- * @experimental (since 1.124)
3547
+ * @experimental As of version 1.124.
3552
3548
  */
3553
3549
  getMicroChart(): Control;
3554
3550
  /**
@@ -3612,9 +3608,7 @@ declare module "sap/f/cards/NumericHeader" {
3612
3608
  *
3613
3609
  * @returns Value of property `sideIndicatorsAlignment`
3614
3610
  */
3615
- getSideIndicatorsAlignment():
3616
- | cards.NumericHeaderSideIndicatorsAlignment
3617
- | keyof typeof cards.NumericHeaderSideIndicatorsAlignment;
3611
+ getSideIndicatorsAlignment(): cards.NumericHeaderSideIndicatorsAlignment;
3618
3612
  /**
3619
3613
  * Gets current value of property {@link #getState state}.
3620
3614
  *
@@ -3622,12 +3616,12 @@ declare module "sap/f/cards/NumericHeader" {
3622
3616
  *
3623
3617
  * Default value is `"Neutral"`.
3624
3618
  *
3625
- * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
3619
+ * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
3626
3620
  * may be done before its official public release. Use at your own discretion.
3627
3621
  *
3628
3622
  * @returns Value of property `state`
3629
3623
  */
3630
- getState(): ValueColor | keyof typeof ValueColor;
3624
+ getState(): ValueColor;
3631
3625
  /**
3632
3626
  * Gets current value of property {@link #getStatusText statusText}.
3633
3627
  *
@@ -3655,7 +3649,7 @@ declare module "sap/f/cards/NumericHeader" {
3655
3649
  *
3656
3650
  * Default value is `2`.
3657
3651
  *
3658
- * @experimental (since 1.101)
3652
+ * @experimental As of version 1.101.
3659
3653
  *
3660
3654
  * @returns Value of property `subtitleMaxLines`
3661
3655
  */
@@ -3676,7 +3670,7 @@ declare module "sap/f/cards/NumericHeader" {
3676
3670
  *
3677
3671
  * Default value is `3`.
3678
3672
  *
3679
- * @experimental (since 1.101)
3673
+ * @experimental As of version 1.101.
3680
3674
  *
3681
3675
  * @returns Value of property `titleMaxLines`
3682
3676
  */
@@ -3691,7 +3685,7 @@ declare module "sap/f/cards/NumericHeader" {
3691
3685
  *
3692
3686
  * @returns Value of property `trend`
3693
3687
  */
3694
- getTrend(): DeviationIndicator | keyof typeof DeviationIndicator;
3688
+ getTrend(): DeviationIndicator;
3695
3689
  /**
3696
3690
  * Gets current value of property {@link #getUnitOfMeasurement unitOfMeasurement}.
3697
3691
  *
@@ -3778,7 +3772,7 @@ declare module "sap/f/cards/NumericHeader" {
3778
3772
  *
3779
3773
  * Default value is `1`.
3780
3774
  *
3781
- * @experimental (since 1.101)
3775
+ * @experimental As of version 1.101.
3782
3776
  *
3783
3777
  * @returns Reference to `this` in order to allow method chaining
3784
3778
  */
@@ -3798,7 +3792,7 @@ declare module "sap/f/cards/NumericHeader" {
3798
3792
  * Default value is `None`.
3799
3793
  *
3800
3794
  * @since 1.118
3801
- * @experimental (since 1.118) - For usage only by Work Zone.
3795
+ * @experimental As of version 1.118. For usage only by Work Zone.
3802
3796
  *
3803
3797
  * @returns Reference to `this` in order to allow method chaining
3804
3798
  */
@@ -3818,7 +3812,7 @@ declare module "sap/f/cards/NumericHeader" {
3818
3812
  * Default value is `empty string`.
3819
3813
  *
3820
3814
  * @since 1.118
3821
- * @experimental (since 1.118) - For usage only by Work Zone.
3815
+ * @experimental As of version 1.118. For usage only by Work Zone.
3822
3816
  *
3823
3817
  * @returns Reference to `this` in order to allow method chaining
3824
3818
  */
@@ -3838,7 +3832,7 @@ declare module "sap/f/cards/NumericHeader" {
3838
3832
  * Default value is `Transparent`.
3839
3833
  *
3840
3834
  * @since 1.118
3841
- * @experimental (since 1.118) - For usage only by Work Zone.
3835
+ * @experimental As of version 1.118. For usage only by Work Zone.
3842
3836
  *
3843
3837
  * @returns Reference to `this` in order to allow method chaining
3844
3838
  */
@@ -3858,7 +3852,7 @@ declare module "sap/f/cards/NumericHeader" {
3858
3852
  * Default value is `Circle`.
3859
3853
  *
3860
3854
  * @since 1.118
3861
- * @experimental (since 1.118) - For usage only by Work Zone.
3855
+ * @experimental As of version 1.118. For usage only by Work Zone.
3862
3856
  *
3863
3857
  * @returns Reference to `this` in order to allow method chaining
3864
3858
  */
@@ -3897,7 +3891,7 @@ declare module "sap/f/cards/NumericHeader" {
3897
3891
  * Default value is `empty string`.
3898
3892
  *
3899
3893
  * @since 1.118
3900
- * @experimental (since 1.118) - For usage only by Work Zone.
3894
+ * @experimental As of version 1.118. For usage only by Work Zone.
3901
3895
  *
3902
3896
  * @returns Reference to `this` in order to allow method chaining
3903
3897
  */
@@ -3916,7 +3910,7 @@ declare module "sap/f/cards/NumericHeader" {
3916
3910
  *
3917
3911
  * Default value is `S`.
3918
3912
  *
3919
- * @experimental (since 1.119) - this feature is experimental and the API may change.
3913
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
3920
3914
  *
3921
3915
  * @returns Reference to `this` in order to allow method chaining
3922
3916
  */
@@ -3936,7 +3930,7 @@ declare module "sap/f/cards/NumericHeader" {
3936
3930
  * Default value is `empty string`.
3937
3931
  *
3938
3932
  * @since 1.118
3939
- * @experimental (since 1.118) - For usage only by Work Zone.
3933
+ * @experimental As of version 1.118. For usage only by Work Zone.
3940
3934
  *
3941
3935
  * @returns Reference to `this` in order to allow method chaining
3942
3936
  */
@@ -3956,7 +3950,7 @@ declare module "sap/f/cards/NumericHeader" {
3956
3950
  * Default value is `true`.
3957
3951
  *
3958
3952
  * @since 1.118
3959
- * @experimental (since 1.118) - For usage only by Work Zone.
3953
+ * @experimental As of version 1.118. For usage only by Work Zone.
3960
3954
  *
3961
3955
  * @returns Reference to `this` in order to allow method chaining
3962
3956
  */
@@ -3969,7 +3963,7 @@ declare module "sap/f/cards/NumericHeader" {
3969
3963
  /**
3970
3964
  * Sets the aggregated {@link #getMicroChart microChart}.
3971
3965
  *
3972
- * @experimental (since 1.124)
3966
+ * @experimental As of version 1.124.
3973
3967
  *
3974
3968
  * @returns Reference to `this` in order to allow method chaining
3975
3969
  */
@@ -4080,7 +4074,7 @@ declare module "sap/f/cards/NumericHeader" {
4080
4074
  *
4081
4075
  * Default value is `"Neutral"`.
4082
4076
  *
4083
- * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
4077
+ * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
4084
4078
  * may be done before its official public release. Use at your own discretion.
4085
4079
  *
4086
4080
  * @returns Reference to `this` in order to allow method chaining
@@ -4134,7 +4128,7 @@ declare module "sap/f/cards/NumericHeader" {
4134
4128
  *
4135
4129
  * Default value is `2`.
4136
4130
  *
4137
- * @experimental (since 1.101)
4131
+ * @experimental As of version 1.101.
4138
4132
  *
4139
4133
  * @returns Reference to `this` in order to allow method chaining
4140
4134
  */
@@ -4169,7 +4163,7 @@ declare module "sap/f/cards/NumericHeader" {
4169
4163
  *
4170
4164
  * Default value is `3`.
4171
4165
  *
4172
- * @experimental (since 1.101)
4166
+ * @experimental As of version 1.101.
4173
4167
  *
4174
4168
  * @returns Reference to `this` in order to allow method chaining
4175
4169
  */
@@ -4232,7 +4226,7 @@ declare module "sap/f/cards/NumericHeader" {
4232
4226
  /**
4233
4227
  * Limits the number of lines for the title.
4234
4228
  *
4235
- * @experimental (since 1.101)
4229
+ * @experimental As of version 1.101.
4236
4230
  */
4237
4231
  titleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
4238
4232
 
@@ -4244,7 +4238,7 @@ declare module "sap/f/cards/NumericHeader" {
4244
4238
  /**
4245
4239
  * Limits the number of lines for the subtitle.
4246
4240
  *
4247
- * @experimental (since 1.101)
4241
+ * @experimental As of version 1.101.
4248
4242
  */
4249
4243
  subtitleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
4250
4244
 
@@ -4257,7 +4251,7 @@ declare module "sap/f/cards/NumericHeader" {
4257
4251
  * Defines the shape of the icon.
4258
4252
  *
4259
4253
  * @since 1.118
4260
- * @experimental (since 1.118) - For usage only by Work Zone.
4254
+ * @experimental As of version 1.118. For usage only by Work Zone.
4261
4255
  */
4262
4256
  iconDisplayShape?:
4263
4257
  | (AvatarShape | keyof typeof AvatarShape)
@@ -4268,7 +4262,7 @@ declare module "sap/f/cards/NumericHeader" {
4268
4262
  * Defines the icon source.
4269
4263
  *
4270
4264
  * @since 1.118
4271
- * @experimental (since 1.118) - For usage only by Work Zone.
4265
+ * @experimental As of version 1.118. For usage only by Work Zone.
4272
4266
  */
4273
4267
  iconSrc?: URI | PropertyBindingInfo | `{${string}}`;
4274
4268
 
@@ -4276,7 +4270,7 @@ declare module "sap/f/cards/NumericHeader" {
4276
4270
  * Defines the initials of the icon.
4277
4271
  *
4278
4272
  * @since 1.118
4279
- * @experimental (since 1.118) - For usage only by Work Zone.
4273
+ * @experimental As of version 1.118. For usage only by Work Zone.
4280
4274
  */
4281
4275
  iconInitials?: string | PropertyBindingInfo;
4282
4276
 
@@ -4284,7 +4278,7 @@ declare module "sap/f/cards/NumericHeader" {
4284
4278
  * Defines an alt text for the avatar or icon.
4285
4279
  *
4286
4280
  * @since 1.118
4287
- * @experimental (since 1.118) - For usage only by Work Zone.
4281
+ * @experimental As of version 1.118. For usage only by Work Zone.
4288
4282
  */
4289
4283
  iconAlt?: string | PropertyBindingInfo;
4290
4284
 
@@ -4292,7 +4286,7 @@ declare module "sap/f/cards/NumericHeader" {
4292
4286
  * Defines a background color for the avatar or icon.
4293
4287
  *
4294
4288
  * @since 1.118
4295
- * @experimental (since 1.118) - For usage only by Work Zone.
4289
+ * @experimental As of version 1.118. For usage only by Work Zone.
4296
4290
  */
4297
4291
  iconBackgroundColor?:
4298
4292
  | (AvatarColor | keyof typeof AvatarColor)
@@ -4303,14 +4297,14 @@ declare module "sap/f/cards/NumericHeader" {
4303
4297
  * Defines whether the card icon is visible.
4304
4298
  *
4305
4299
  * @since 1.118
4306
- * @experimental (since 1.118) - For usage only by Work Zone.
4300
+ * @experimental As of version 1.118. For usage only by Work Zone.
4307
4301
  */
4308
4302
  iconVisible?: boolean | PropertyBindingInfo | `{${string}}`;
4309
4303
 
4310
4304
  /**
4311
4305
  * Defines the size of the icon.
4312
4306
  *
4313
- * @experimental (since 1.119) - this feature is experimental and the API may change.
4307
+ * @experimental As of version 1.119. this feature is experimental and the API may change.
4314
4308
  */
4315
4309
  iconSize?:
4316
4310
  | (AvatarSize | keyof typeof AvatarSize)
@@ -4368,7 +4362,7 @@ declare module "sap/f/cards/NumericHeader" {
4368
4362
  /**
4369
4363
  * The semantic color which represents the state of the main number indicator.
4370
4364
  *
4371
- * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
4365
+ * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
4372
4366
  * may be done before its official public release. Use at your own discretion.
4373
4367
  */
4374
4368
  state?:
@@ -4385,7 +4379,7 @@ declare module "sap/f/cards/NumericHeader" {
4385
4379
  * The semantic color which represents the state of the details text.
4386
4380
  *
4387
4381
  * @since 1.118
4388
- * @experimental (since 1.118) - For usage only by Work Zone.
4382
+ * @experimental As of version 1.118. For usage only by Work Zone.
4389
4383
  */
4390
4384
  detailsState?:
4391
4385
  | (ValueState | keyof typeof ValueState)
@@ -4395,7 +4389,7 @@ declare module "sap/f/cards/NumericHeader" {
4395
4389
  /**
4396
4390
  * Limits the number of lines for the details.
4397
4391
  *
4398
- * @experimental (since 1.101)
4392
+ * @experimental As of version 1.101.
4399
4393
  */
4400
4394
  detailsMaxLines?: int | PropertyBindingInfo | `{${string}}`;
4401
4395
 
@@ -4423,7 +4417,7 @@ declare module "sap/f/cards/NumericHeader" {
4423
4417
  /**
4424
4418
  * Micro Chart
4425
4419
  *
4426
- * @experimental (since 1.124)
4420
+ * @experimental As of version 1.124.
4427
4421
  */
4428
4422
  microChart?: Control;
4429
4423
  }
@@ -4522,12 +4516,12 @@ declare module "sap/f/cards/NumericSideIndicator" {
4522
4516
  *
4523
4517
  * Default value is `"None"`.
4524
4518
  *
4525
- * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
4519
+ * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
4526
4520
  * may be done before its official public release. Use at your own discretion.
4527
4521
  *
4528
4522
  * @returns Value of property `state`
4529
4523
  */
4530
- getState(): ValueColor | keyof typeof ValueColor;
4524
+ getState(): ValueColor;
4531
4525
  /**
4532
4526
  * Gets current value of property {@link #getTitle title}.
4533
4527
  *
@@ -4567,7 +4561,7 @@ declare module "sap/f/cards/NumericSideIndicator" {
4567
4561
  *
4568
4562
  * Default value is `"None"`.
4569
4563
  *
4570
- * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
4564
+ * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
4571
4565
  * may be done before its official public release. Use at your own discretion.
4572
4566
  *
4573
4567
  * @returns Reference to `this` in order to allow method chaining
@@ -4625,7 +4619,7 @@ declare module "sap/f/cards/NumericSideIndicator" {
4625
4619
  /**
4626
4620
  * The semantic color which represents the state of the side indicator.
4627
4621
  *
4628
- * @experimental (since 1.95) - Disclaimer: this property is in a beta state - incompatible API changes
4622
+ * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
4629
4623
  * may be done before its official public release. Use at your own discretion.
4630
4624
  */
4631
4625
  state?:
@@ -5078,9 +5072,7 @@ declare module "sap/f/DynamicPage" {
5078
5072
  *
5079
5073
  * @returns Value of property `backgroundDesign`
5080
5074
  */
5081
- getBackgroundDesign():
5082
- | PageBackgroundDesign
5083
- | keyof typeof PageBackgroundDesign;
5075
+ getBackgroundDesign(): PageBackgroundDesign;
5084
5076
  /**
5085
5077
  * Gets content of aggregation {@link #getContent content}.
5086
5078
  *
@@ -5777,9 +5769,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
5777
5769
  *
5778
5770
  * @returns Value of property `contentRole`
5779
5771
  */
5780
- getContentRole():
5781
- | AccessibleLandmarkRole
5782
- | keyof typeof AccessibleLandmarkRole;
5772
+ getContentRole(): AccessibleLandmarkRole;
5783
5773
  /**
5784
5774
  * Gets current value of property {@link #getFooterLabel footerLabel}.
5785
5775
  *
@@ -5804,9 +5794,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
5804
5794
  *
5805
5795
  * @returns Value of property `footerRole`
5806
5796
  */
5807
- getFooterRole():
5808
- | AccessibleLandmarkRole
5809
- | keyof typeof AccessibleLandmarkRole;
5797
+ getFooterRole(): AccessibleLandmarkRole;
5810
5798
  /**
5811
5799
  * Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
5812
5800
  *
@@ -5844,9 +5832,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
5844
5832
  *
5845
5833
  * @returns Value of property `headerRole`
5846
5834
  */
5847
- getHeaderRole():
5848
- | AccessibleLandmarkRole
5849
- | keyof typeof AccessibleLandmarkRole;
5835
+ getHeaderRole(): AccessibleLandmarkRole;
5850
5836
  /**
5851
5837
  * Gets current value of property {@link #getRootLabel rootLabel}.
5852
5838
  *
@@ -5871,7 +5857,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
5871
5857
  *
5872
5858
  * @returns Value of property `rootRole`
5873
5859
  */
5874
- getRootRole(): AccessibleLandmarkRole | keyof typeof AccessibleLandmarkRole;
5860
+ getRootRole(): AccessibleLandmarkRole;
5875
5861
  /**
5876
5862
  * Sets a new value for property {@link #getContentLabel contentLabel}.
5877
5863
  *
@@ -6270,7 +6256,7 @@ declare module "sap/f/DynamicPageHeader" {
6270
6256
  *
6271
6257
  * @returns Value of property `backgroundDesign`
6272
6258
  */
6273
- getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
6259
+ getBackgroundDesign(): BackgroundDesign;
6274
6260
  /**
6275
6261
  * Gets content of aggregation {@link #getContent content}.
6276
6262
  *
@@ -6822,7 +6808,7 @@ declare module "sap/f/DynamicPageTitle" {
6822
6808
  *
6823
6809
  * @returns Value of property `backgroundDesign`
6824
6810
  */
6825
- getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
6811
+ getBackgroundDesign(): BackgroundDesign;
6826
6812
  /**
6827
6813
  * Gets content of aggregation {@link #getBreadcrumbs breadcrumbs}.
6828
6814
  *
@@ -6906,7 +6892,7 @@ declare module "sap/f/DynamicPageTitle" {
6906
6892
  * Default value is `Begin`.
6907
6893
  *
6908
6894
  * @since 1.50
6909
- * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
6895
+ * @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
6910
6896
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
6911
6897
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
6912
6898
  * reduced.
@@ -6919,7 +6905,7 @@ declare module "sap/f/DynamicPageTitle" {
6919
6905
  *
6920
6906
  * @returns Value of property `primaryArea`
6921
6907
  */
6922
- getPrimaryArea(): DynamicPageTitleArea | keyof typeof DynamicPageTitleArea;
6908
+ getPrimaryArea(): DynamicPageTitleArea;
6923
6909
  /**
6924
6910
  * Gets content of aggregation {@link #getSnappedContent snappedContent}.
6925
6911
  *
@@ -7334,7 +7320,7 @@ declare module "sap/f/DynamicPageTitle" {
7334
7320
  * Default value is `Begin`.
7335
7321
  *
7336
7322
  * @since 1.50
7337
- * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
7323
+ * @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
7338
7324
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
7339
7325
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
7340
7326
  * reduced.
@@ -7390,7 +7376,7 @@ declare module "sap/f/DynamicPageTitle" {
7390
7376
  * **Note:** The primary area is shrinking at lower rate, remaining visible as much as it can.
7391
7377
  *
7392
7378
  * @since 1.50
7393
- * @deprecated (since 1.54) - Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
7379
+ * @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
7394
7380
  * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
7395
7381
  * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
7396
7382
  * reduced.
@@ -8803,7 +8789,7 @@ declare module "sap/f/FlexibleColumnLayout" {
8803
8789
  *
8804
8790
  * @returns Value of property `backgroundDesign`
8805
8791
  */
8806
- getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
8792
+ getBackgroundDesign(): BackgroundDesign;
8807
8793
  /**
8808
8794
  * Gets content of aggregation {@link #getBeginColumnPages beginColumnPages}.
8809
8795
  *
@@ -8922,7 +8908,7 @@ declare module "sap/f/FlexibleColumnLayout" {
8922
8908
  *
8923
8909
  * @returns Value of property `layout`
8924
8910
  */
8925
- getLayout(): LayoutType | keyof typeof LayoutType;
8911
+ getLayout(): LayoutType;
8926
8912
  /**
8927
8913
  * Returns the maximum number of columns that can be displayed at once based on the control width
8928
8914
  *
@@ -14036,7 +14022,7 @@ declare module "sap/f/IllustratedMessage" {
14036
14022
  * or are omitted in the different breakpoint sizes (XS, S, M, L).
14037
14023
  *
14038
14024
  * @since 1.88
14039
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessage} instead.
14025
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
14040
14026
  */
14041
14027
  export default class IllustratedMessage extends IllustratedMessage1 {
14042
14028
  /**
@@ -14111,7 +14097,7 @@ declare module "sap/f/IllustratedMessage" {
14111
14097
  /**
14112
14098
  * Describes the settings that can be provided to the IllustratedMessage constructor.
14113
14099
  *
14114
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustratedMessage} instead.
14100
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
14115
14101
  */
14116
14102
  export interface $IllustratedMessageSettings
14117
14103
  extends $IllustratedMessageSettings1 {}
@@ -14131,7 +14117,7 @@ declare module "sap/f/Illustration" {
14131
14117
  * To build a Symbol ID, all of the `Illustration` properties must be populated with data.
14132
14118
  *
14133
14119
  * @since 1.88
14134
- * @deprecated (since 1.98) - Use the {@link sap.m.Illustration} instead.
14120
+ * @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
14135
14121
  */
14136
14122
  export default class Illustration extends Illustration1 {
14137
14123
  /**
@@ -14206,7 +14192,7 @@ declare module "sap/f/Illustration" {
14206
14192
  /**
14207
14193
  * Describes the settings that can be provided to the Illustration constructor.
14208
14194
  *
14209
- * @deprecated (since 1.98) - Use the {@link sap.m.Illustration} instead.
14195
+ * @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
14210
14196
  */
14211
14197
  export interface $IllustrationSettings extends $IllustrationSettings1 {}
14212
14198
  }
@@ -14230,12 +14216,12 @@ declare module "sap/f/IllustrationPool" {
14230
14216
  * {@link sap.m.IllustrationPool#sap.m.IllustrationPool.loadRestOfTheAssets loadRestOfTheAssets} API.
14231
14217
  *
14232
14218
  * @since 1.88
14233
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustrationPool} instead.
14219
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustrationPool} instead.
14234
14220
  */
14235
14221
  interface IllustrationPool {}
14236
14222
  const IllustrationPool: IllustrationPool;
14237
14223
  /**
14238
- * @deprecated (since 1.98) - Use the {@link sap.m.IllustrationPool} instead.
14224
+ * @deprecated As of version 1.98. Use the {@link sap.m.IllustrationPool} instead.
14239
14225
  */
14240
14226
  export default IllustrationPool;
14241
14227
  }
@@ -18874,10 +18860,10 @@ declare module "sap/f/semantic/SemanticPage" {
18874
18860
  * Default value is `Begin`.
18875
18861
  *
18876
18862
  * @since 1.52
18877
- * @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
18878
- * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
18879
- * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
18880
- * reduced.
18863
+ * @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
18864
+ * `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
18865
+ * are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
18866
+ * screen size is being reduced.
18881
18867
  *
18882
18868
  * `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
18883
18869
  * for example `1:1.6:1.6`.
@@ -18887,9 +18873,7 @@ declare module "sap/f/semantic/SemanticPage" {
18887
18873
  *
18888
18874
  * @returns Value of property `titlePrimaryArea`
18889
18875
  */
18890
- getTitlePrimaryArea():
18891
- | DynamicPageTitleArea
18892
- | keyof typeof DynamicPageTitleArea;
18876
+ getTitlePrimaryArea(): DynamicPageTitleArea;
18893
18877
  /**
18894
18878
  * Gets content of aggregation {@link #getTitleSnappedContent titleSnappedContent}.
18895
18879
  *
@@ -19925,10 +19909,10 @@ declare module "sap/f/semantic/SemanticPage" {
19925
19909
  * **Note:** The primary area is shrinking at a lower rate, remaining visible as long as it can.
19926
19910
  *
19927
19911
  * @since 1.52
19928
- * @deprecated (since 1.58) - Please use the `titleAreaShrinkRatio` property instead. The value of `titleAreaShrinkRatio`
19929
- * must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
19930
- * than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
19931
- * reduced.
19912
+ * @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
19913
+ * `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
19914
+ * are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
19915
+ * screen size is being reduced.
19932
19916
  *
19933
19917
  * `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
19934
19918
  * for example `1:1.6:1.6`.
@@ -22458,7 +22442,7 @@ declare module "sap/f/SidePanel" {
22458
22442
  * content can be added to the action item's `content` aggregation, or can be added or changed later.
22459
22443
  *
22460
22444
  * Each click/tap fires an event, and in the event handler specific content can be added/changed to the
22461
- * `content` aggregation of the clicked/tapped action item or data can be retreived from the same aggregation
22445
+ * `content` aggregation of the clicked/tapped action item or data can be retrieved from the same aggregation
22462
22446
  * depending on the state of the action item.
22463
22447
  *
22464
22448
  * If the side content is displayed, there is automatically generated header of the side content which contains
@@ -22799,7 +22783,7 @@ declare module "sap/f/SidePanel" {
22799
22783
  *
22800
22784
  * @returns Value of property `sidePanelPosition`
22801
22785
  */
22802
- getSidePanelPosition(): SidePanelPosition | keyof typeof SidePanelPosition;
22786
+ getSidePanelPosition(): SidePanelPosition;
22803
22787
  /**
22804
22788
  * Gets current value of property {@link #getSidePanelResizable sidePanelResizable}.
22805
22789
  *