@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.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -30,7 +30,8 @@ declare module "sap/ui/vtm/library" {
30
30
  * The {@link sap.ui.vtm.MatrixComponent} enumeration enumerates the array indices of the matrix components
31
31
  * for this type
32
32
  *
33
- * @experimental (since 1.0.0) - This class is experimental and might be modified or removed in future versions.
33
+ * @experimental As of version 1.0.0. This class is experimental and might be modified or removed in future
34
+ * versions.
34
35
  */
35
36
  export type Matrix = float[];
36
37
 
@@ -40,8 +41,8 @@ declare module "sap/ui/vtm/library" {
40
41
  * scene nodes in the VTM viewports.
41
42
  *
42
43
  * @since 1.50
43
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
44
- * versions.
44
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
45
+ * future versions.
45
46
  */
46
47
  interface IDisplayStateCalculationExtension {
47
48
  __implements__sap_ui_vtm_interfaces_IDisplayStateCalculationExtension: boolean;
@@ -51,8 +52,8 @@ declare module "sap/ui/vtm/library" {
51
52
  * Interface for extensions which indicate progress while viewables are being downloaded.
52
53
  *
53
54
  * @since 1.50
54
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
55
- * versions.
55
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
56
+ * future versions.
56
57
  */
57
58
  interface IDownloadProgressExtension {
58
59
  __implements__sap_ui_vtm_interfaces_IDownloadProgressExtension: boolean;
@@ -63,8 +64,8 @@ declare module "sap/ui/vtm/library" {
63
64
  * set of viewables.
64
65
  *
65
66
  * @since 1.50
66
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
67
- * versions.
67
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
68
+ * future versions.
68
69
  */
69
70
  interface IInitialViewExtension {
70
71
  __implements__sap_ui_vtm_interfaces_IInitialViewExtension: boolean;
@@ -74,8 +75,8 @@ declare module "sap/ui/vtm/library" {
74
75
  * Interface for extensions which indicate progress while viewables are being loaded.
75
76
  *
76
77
  * @since 1.50
77
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
78
- * versions.
78
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
79
+ * future versions.
79
80
  */
80
81
  interface ILoadProgressExtension {
81
82
  __implements__sap_ui_vtm_interfaces_ILoadProgressExtension: boolean;
@@ -86,8 +87,8 @@ declare module "sap/ui/vtm/library" {
86
87
  * column.
87
88
  *
88
89
  * @since 1.50
89
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
90
- * versions.
90
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
91
+ * future versions.
91
92
  */
92
93
  interface IMessageStatusCalculationExtension {
93
94
  __implements__sap_ui_vtm_interfaces_IMessageStatusCalculationExtension: boolean;
@@ -98,8 +99,8 @@ declare module "sap/ui/vtm/library" {
98
99
  * column is clicked.
99
100
  *
100
101
  * @since 1.50
101
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
102
- * versions.
102
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
103
+ * future versions.
103
104
  */
104
105
  interface IMessageStatusHeaderIconClickExtension {
105
106
  __implements__sap_ui_vtm_interfaces_IMessageStatusHeaderIconClickExtension: boolean;
@@ -110,8 +111,8 @@ declare module "sap/ui/vtm/library" {
110
111
  * column is clicked.
111
112
  *
112
113
  * @since 1.50
113
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
114
- * versions.
114
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
115
+ * future versions.
115
116
  */
116
117
  interface IMessageStatusIconClickExtension {
117
118
  __implements__sap_ui_vtm_interfaces_IMessageStatusIconClickExtension: boolean;
@@ -121,8 +122,8 @@ declare module "sap/ui/vtm/library" {
121
122
  * Interface for extensions which highlight the scene node that is being hovered over in a viewport.
122
123
  *
123
124
  * @since 1.50
124
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
125
- * versions.
125
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
126
+ * future versions.
126
127
  */
127
128
  interface ISceneNodeHoverHighlightExtension {
128
129
  __implements__sap_ui_vtm_interfaces_ISceneNodeHoverHighlightExtension: boolean;
@@ -132,8 +133,8 @@ declare module "sap/ui/vtm/library" {
132
133
  * Interface for extensions which show a tooltip for the scene node that is being hovered over in a viewport.
133
134
  *
134
135
  * @since 1.50
135
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
136
- * versions.
136
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
137
+ * future versions.
137
138
  */
138
139
  interface ISceneNodeHoverTooltipExtension {
139
140
  __implements__sap_ui_vtm_interfaces_ISceneNodeHoverTooltipExtension: boolean;
@@ -143,8 +144,8 @@ declare module "sap/ui/vtm/library" {
143
144
  * Interface for extensions which link the selections in trees across panels.
144
145
  *
145
146
  * @since 1.50
146
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
147
- * versions.
147
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
148
+ * future versions.
148
149
  */
149
150
  interface ISelectionLinkingExtension {
150
151
  __implements__sap_ui_vtm_interfaces_ISelectionLinkingExtension: boolean;
@@ -154,8 +155,8 @@ declare module "sap/ui/vtm/library" {
154
155
  * Interface for extensions which link the views (camera positions) across VTM viewports.
155
156
  *
156
157
  * @since 1.50
157
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
158
- * versions.
158
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
159
+ * future versions.
159
160
  */
160
161
  interface IViewLinkingExtension {
161
162
  __implements__sap_ui_vtm_interfaces_IViewLinkingExtension: boolean;
@@ -166,8 +167,8 @@ declare module "sap/ui/vtm/library" {
166
167
  * panel.
167
168
  *
168
169
  * @since 1.50
169
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
170
- * versions.
170
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
171
+ * future versions.
171
172
  */
172
173
  interface IViewportSelectionLinkingExtension {
173
174
  __implements__sap_ui_vtm_interfaces_IViewportSelectionLinkingExtension: boolean;
@@ -178,8 +179,8 @@ declare module "sap/ui/vtm/library" {
178
179
  * column is clicked.
179
180
  *
180
181
  * @since 1.50
181
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
182
- * versions.
182
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
183
+ * future versions.
183
184
  */
184
185
  interface IVisibilityHeaderIconClickExtension {
185
186
  __implements__sap_ui_vtm_interfaces_IVisibilityHeaderIconClickExtension: boolean;
@@ -190,8 +191,8 @@ declare module "sap/ui/vtm/library" {
190
191
  * column is clicked.
191
192
  *
192
193
  * @since 1.50
193
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
194
- * versions.
194
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
195
+ * future versions.
195
196
  */
196
197
  interface IVisibilityIconClickExtension {
197
198
  __implements__sap_ui_vtm_interfaces_IVisibilityIconClickExtension: boolean;
@@ -203,7 +204,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
203
204
  /**
204
205
  * A set of utility functions for working with arrays.
205
206
  *
206
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
207
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
207
208
  * versions.
208
209
  */
209
210
  interface ArrayUtilities {
@@ -433,7 +434,8 @@ declare module "sap/ui/vtm/ChildCollectionType" {
433
434
  /**
434
435
  * Enumeration specifying which tree item child collections an operation should apply to.
435
436
  *
436
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
437
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
438
+ * versions.
437
439
  */
438
440
  enum ChildCollectionType {
439
441
  /**
@@ -476,7 +478,7 @@ declare module "sap/ui/vtm/Column" {
476
478
  /**
477
479
  * Represents a data column for a {@link sap.ui.vtm.Tree}.
478
480
  *
479
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
481
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
480
482
  * versions.
481
483
  */
482
484
  export default class Column extends UI5Element {
@@ -559,7 +561,7 @@ declare module "sap/ui/vtm/Column" {
559
561
  *
560
562
  * @returns Value of property `hAlign`
561
563
  */
562
- getHAlign(): HorizontalAlign | keyof typeof HorizontalAlign;
564
+ getHAlign(): HorizontalAlign;
563
565
  /**
564
566
  * Gets current value of property {@link #getLabel label}.
565
567
  *
@@ -635,7 +637,7 @@ declare module "sap/ui/vtm/Column" {
635
637
  *
636
638
  * @returns Value of property `type`
637
639
  */
638
- getType(): ColumnType | keyof typeof ColumnType;
640
+ getType(): ColumnType;
639
641
  /**
640
642
  * Gets current value of property {@link #getValueFormatter valueFormatter}.
641
643
  *
@@ -873,7 +875,7 @@ declare module "sap/ui/vtm/Column" {
873
875
  /**
874
876
  * Describes the settings that can be provided to the Column constructor.
875
877
  *
876
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
878
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
877
879
  * versions.
878
880
  */
879
881
  export interface $ColumnSettings extends $ElementSettings {
@@ -970,7 +972,8 @@ declare module "sap/ui/vtm/ColumnType" {
970
972
  /**
971
973
  * Enumeration specifying types of {@link sap.ui.vtm.Column}.
972
974
  *
973
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
975
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
976
+ * versions.
974
977
  */
975
978
  enum ColumnType {
976
979
  /**
@@ -1003,7 +1006,7 @@ declare module "sap/ui/vtm/DescriptorUtilities" {
1003
1006
  /**
1004
1007
  * A set of utility functions for working with metadata and identifier descriptors.
1005
1008
  *
1006
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1009
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1007
1010
  * versions.
1008
1011
  */
1009
1012
  interface DescriptorUtilities {
@@ -1055,7 +1058,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
1055
1058
  * This class is used to represent display states for a set of scene nodes. The same display state need
1056
1059
  * not be used for all of the scene nodes in the set.
1057
1060
  *
1058
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1061
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1059
1062
  * versions.
1060
1063
  */
1061
1064
  export default class DisplayGroup extends UI5Element {
@@ -1177,7 +1180,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
1177
1180
  /**
1178
1181
  * Describes the settings that can be provided to the DisplayGroup constructor.
1179
1182
  *
1180
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1183
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1181
1184
  * versions.
1182
1185
  */
1183
1186
  export interface $DisplayGroupSettings extends $ElementSettings {
@@ -1232,7 +1235,7 @@ declare module "sap/ui/vtm/Extension" {
1232
1235
  * Specific extensions can be found using {@link sap.ui.vtm.Vtm#getExtensionByName getExtensionByName}.
1233
1236
  * Typically extensions are retrieved using these methods in order to get or set their `enabled` property.
1234
1237
  *
1235
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1238
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1236
1239
  * versions.
1237
1240
  */
1238
1241
  export default class Extension extends UI5Element {
@@ -1543,7 +1546,7 @@ declare module "sap/ui/vtm/Extension" {
1543
1546
  /**
1544
1547
  * Describes the settings that can be provided to the Extension constructor.
1545
1548
  *
1546
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1549
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1547
1550
  * versions.
1548
1551
  */
1549
1552
  export interface $ExtensionSettings extends $ElementSettings {
@@ -1608,7 +1611,7 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
1608
1611
  * visible due to a context or override display group should relate to one or more selectable tree items
1609
1612
  * in the tree.
1610
1613
  *
1611
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1614
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1612
1615
  * versions.
1613
1616
  */
1614
1617
  export default class DisplayStateCalculationExtension
@@ -1666,7 +1669,7 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
1666
1669
  /**
1667
1670
  * Describes the settings that can be provided to the DisplayStateCalculationExtension constructor.
1668
1671
  *
1669
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1672
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1670
1673
  * versions.
1671
1674
  */
1672
1675
  export interface $DisplayStateCalculationExtensionSettings
@@ -1690,7 +1693,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
1690
1693
  /**
1691
1694
  * Adds a behavior that zooms to all (or a specific view) after the first viewable has loaded successfully.
1692
1695
  *
1693
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1696
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1694
1697
  * versions.
1695
1698
  */
1696
1699
  export default class InitialViewExtension
@@ -1779,7 +1782,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
1779
1782
  /**
1780
1783
  * Describes the settings that can be provided to the InitialViewExtension constructor.
1781
1784
  *
1782
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1785
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1783
1786
  * versions.
1784
1787
  */
1785
1788
  export interface $InitialViewExtensionSettings extends $ExtensionSettings {
@@ -1804,7 +1807,7 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
1804
1807
  /**
1805
1808
  * Adds a behavior that shows a progress dialog when downloading/loading of viewables is occurring.
1806
1809
  *
1807
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1810
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1808
1811
  * versions.
1809
1812
  */
1810
1813
  export default class LoadProgressExtension
@@ -1865,7 +1868,7 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
1865
1868
  /**
1866
1869
  * Describes the settings that can be provided to the LoadProgressExtension constructor.
1867
1870
  *
1868
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1871
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1869
1872
  * versions.
1870
1873
  */
1871
1874
  export interface $LoadProgressExtensionSettings extends $ExtensionSettings {}
@@ -1900,7 +1903,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
1900
1903
  * to the tree item
1901
1904
  * - Information messages are not cascaded up the tree
1902
1905
  *
1903
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1906
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1904
1907
  * versions.
1905
1908
  */
1906
1909
  export default class MessageStatusCalculationExtension
@@ -1958,7 +1961,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
1958
1961
  /**
1959
1962
  * Describes the settings that can be provided to the MessageStatusCalculationExtension constructor.
1960
1963
  *
1961
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1964
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1962
1965
  * versions.
1963
1966
  */
1964
1967
  export interface $MessageStatusCalculationExtensionSettings
@@ -1978,7 +1981,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
1978
1981
  /**
1979
1982
  * Adds a behavior that shows a {@link sap.ui.vtm.MessagesPopover} when a message status icon is clicked.
1980
1983
  *
1981
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
1984
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
1982
1985
  * versions.
1983
1986
  */
1984
1987
  export default class MessageStatusIconClickExtension
@@ -2036,7 +2039,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
2036
2039
  /**
2037
2040
  * Describes the settings that can be provided to the MessageStatusIconClickExtension constructor.
2038
2041
  *
2039
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2042
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2040
2043
  * versions.
2041
2044
  */
2042
2045
  export interface $MessageStatusIconClickExtensionSettings
@@ -2060,7 +2063,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
2060
2063
  /**
2061
2064
  * Adds a behaviour which highlights a scene node when the mouse hovers over it.
2062
2065
  *
2063
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2066
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2064
2067
  * versions.
2065
2068
  */
2066
2069
  export default class SceneNodeHoverHighlightExtension
@@ -2150,7 +2153,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
2150
2153
  /**
2151
2154
  * Describes the settings that can be provided to the SceneNodeHoverHighlightExtension constructor.
2152
2155
  *
2153
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2156
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2154
2157
  * versions.
2155
2158
  */
2156
2159
  export interface $SceneNodeHoverHighlightExtensionSettings
@@ -2178,7 +2181,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
2178
2181
  * Adds a behaviour in which a tooltip (which can be specified by application code using a callback function)
2179
2182
  * is displayed when the mouse is hovering over a scene node.
2180
2183
  *
2181
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2184
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2182
2185
  * versions.
2183
2186
  */
2184
2187
  export default class SceneNodeHoverTooltipExtension
@@ -2286,7 +2289,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
2286
2289
  /**
2287
2290
  * Describes the settings that can be provided to the SceneNodeHoverTooltipExtension constructor.
2288
2291
  *
2289
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2292
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2290
2293
  * versions.
2291
2294
  */
2292
2295
  export interface $SceneNodeHoverTooltipExtensionSettings
@@ -2325,7 +2328,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
2325
2328
  * Adds a behavior that links items the visibility of tree items in a {@link sap.ui.vtm.Tree} with the visibility
2326
2329
  * of their associated scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
2327
2330
  *
2328
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2331
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2329
2332
  * versions.
2330
2333
  */
2331
2334
  export default class SelectionLinkingExtension
@@ -2424,7 +2427,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
2424
2427
  /**
2425
2428
  * Describes the settings that can be provided to the SelectionLinkingExtension constructor.
2426
2429
  *
2427
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2430
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2428
2431
  * versions.
2429
2432
  */
2430
2433
  export interface $SelectionLinkingExtensionSettings
@@ -2456,7 +2459,7 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
2456
2459
  * Adds a behavior that links the camera views for all the {@link sap.ui.vtm.Viewport} instances associated
2457
2460
  * with a {@link sap.ui.vtm.Vtm} instance.
2458
2461
  *
2459
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2462
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2460
2463
  * versions.
2461
2464
  */
2462
2465
  export default class ViewLinkingExtension
@@ -2504,7 +2507,7 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
2504
2507
  /**
2505
2508
  * Describes the settings that can be provided to the ViewLinkingExtension constructor.
2506
2509
  *
2507
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2510
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2508
2511
  * versions.
2509
2512
  */
2510
2513
  export interface $ViewLinkingExtensionSettings extends $ExtensionSettings {}
@@ -2524,7 +2527,7 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
2524
2527
  * Adds a behavior that links the selection state of tree items in a {@link sap.ui.vtm.Tree} with their
2525
2528
  * corresponding scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
2526
2529
  *
2527
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2530
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2528
2531
  * versions.
2529
2532
  */
2530
2533
  export default class ViewportSelectionLinkingExtension
@@ -2582,7 +2585,7 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
2582
2585
  /**
2583
2586
  * Describes the settings that can be provided to the ViewportSelectionLinkingExtension constructor.
2584
2587
  *
2585
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2588
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2586
2589
  * versions.
2587
2590
  */
2588
2591
  export interface $ViewportSelectionLinkingExtensionSettings
@@ -2603,7 +2606,7 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
2603
2606
  * Adds a behavior that updates visibility in the {@link sap.ui.vtm.Tree} when a visibility checkbox (eye)
2604
2607
  * is clicked.
2605
2608
  *
2606
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2609
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2607
2610
  * versions.
2608
2611
  */
2609
2612
  export default class VisibilityIconClickExtension
@@ -2664,7 +2667,7 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
2664
2667
  /**
2665
2668
  * Describes the settings that can be provided to the VisibilityIconClickExtension constructor.
2666
2669
  *
2667
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2670
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2668
2671
  * versions.
2669
2672
  */
2670
2673
  export interface $VisibilityIconClickExtensionSettings
@@ -2677,7 +2680,7 @@ declare module "sap/ui/vtm/HashUtilities" {
2677
2680
  /**
2678
2681
  * A set of utility functions for working with hash values.
2679
2682
  *
2680
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2683
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2681
2684
  * versions.
2682
2685
  */
2683
2686
  interface HashUtilities {
@@ -2753,7 +2756,8 @@ declare module "sap/ui/vtm/InternalColumnDescriptor" {
2753
2756
  /**
2754
2757
  * Enumeration specifying descriptors for {@link sap.ui.vtm.Column} objects of type {@link sap.ui.vtm.ColumnType.Internal}.
2755
2758
  *
2756
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
2759
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
2760
+ * versions.
2757
2761
  */
2758
2762
  enum InternalColumnDescriptor {
2759
2763
  /**
@@ -2804,7 +2808,7 @@ declare module "sap/ui/vtm/InternalColumns" {
2804
2808
  /**
2805
2809
  * A set of utility functions for creating internal tree columns.
2806
2810
  *
2807
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2811
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2808
2812
  * versions.
2809
2813
  */
2810
2814
  interface InternalColumns {
@@ -2888,7 +2892,7 @@ declare module "sap/ui/vtm/Lookup" {
2888
2892
  * need to be compared when performing a search. This is important when there are large numbers of searches
2889
2893
  * that need to be performed within a large set of items.
2890
2894
  *
2891
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
2895
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
2892
2896
  * versions.
2893
2897
  */
2894
2898
  export default class Lookup extends UI5Element {
@@ -3023,7 +3027,7 @@ declare module "sap/ui/vtm/Lookup" {
3023
3027
  /**
3024
3028
  * Describes the settings that can be provided to the Lookup constructor.
3025
3029
  *
3026
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
3030
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
3027
3031
  * versions.
3028
3032
  */
3029
3033
  export interface $LookupSettings extends $ElementSettings {}
@@ -3038,7 +3042,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
3038
3042
  * A set of utility functions for working with transformation matrices in a ISO 10303-42 format (in the
3039
3043
  * form of a 1 dimensional array of 13 numbers)
3040
3044
  *
3041
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
3045
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
3042
3046
  * versions.
3043
3047
  */
3044
3048
  interface MatrixUtilities {
@@ -3214,7 +3218,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
3214
3218
  /**
3215
3219
  * A control that can be used to show messages applied to a tree item.
3216
3220
  *
3217
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
3221
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
3218
3222
  * versions.
3219
3223
  */
3220
3224
  export default class MessagesPopover extends Popover {
@@ -3322,7 +3326,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
3322
3326
  /**
3323
3327
  * Describes the settings that can be provided to the MessagesPopover constructor.
3324
3328
  *
3325
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
3329
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
3326
3330
  * versions.
3327
3331
  */
3328
3332
  export interface $MessagesPopoverSettings extends $PopoverSettings {
@@ -3368,7 +3372,7 @@ declare module "sap/ui/vtm/Panel" {
3368
3372
  * - A header area containing a title and optionally a set of application controls
3369
3373
  * - A sap.ui.vtm.Tree and a sap.ui.vtm.Viewport separated by a splitter
3370
3374
  *
3371
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
3375
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
3372
3376
  * versions.
3373
3377
  */
3374
3378
  export default class Panel extends Control {
@@ -3974,7 +3978,7 @@ declare module "sap/ui/vtm/Panel" {
3974
3978
  /**
3975
3979
  * Describes the settings that can be provided to the Panel constructor.
3976
3980
  *
3977
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
3981
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
3978
3982
  * versions.
3979
3983
  */
3980
3984
  export interface $PanelSettings extends $ControlSettings {
@@ -4108,7 +4112,8 @@ declare module "sap/ui/vtm/PredefinedView" {
4108
4112
  /**
4109
4113
  * Enumeration specifying predefined views.
4110
4114
  *
4111
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
4115
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
4116
+ * versions.
4112
4117
  */
4113
4118
  enum PredefinedView {
4114
4119
  /**
@@ -4151,7 +4156,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
4151
4156
  /**
4152
4157
  * A progress control to show viewable download and load progress.
4153
4158
  *
4154
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
4159
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
4155
4160
  * versions.
4156
4161
  */
4157
4162
  export default class ProgressDialog extends Control {
@@ -4308,7 +4313,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
4308
4313
  /**
4309
4314
  * Describes the settings that can be provided to the ProgressDialog constructor.
4310
4315
  *
4311
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
4316
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
4312
4317
  * versions.
4313
4318
  */
4314
4319
  export interface $ProgressDialogSettings extends $ControlSettings {
@@ -4348,7 +4353,7 @@ declare module "sap/ui/vtm/Scene" {
4348
4353
  * Visibility, selection, highlighting and opacity can be controlled for each scene node separately in each
4349
4354
  * {@link sap.ui.vtm.Viewport}.
4350
4355
  *
4351
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
4356
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
4352
4357
  * versions.
4353
4358
  */
4354
4359
  export default class Scene extends UI5Element {
@@ -5242,7 +5247,7 @@ declare module "sap/ui/vtm/Scene" {
5242
5247
  /**
5243
5248
  * Describes the settings that can be provided to the Scene constructor.
5244
5249
  *
5245
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
5250
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
5246
5251
  * versions.
5247
5252
  */
5248
5253
  export interface $SceneSettings extends $ElementSettings {
@@ -5455,7 +5460,7 @@ declare module "sap/ui/vtm/SceneNode" {
5455
5460
  * Applications are expected to use their own data structures to store data extracted from scene nodes that
5456
5461
  * needs to be accessed efficiently.
5457
5462
  *
5458
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
5463
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
5459
5464
  * versions.
5460
5465
  */
5461
5466
  export default class SceneNode extends UI5Element {
@@ -5638,7 +5643,7 @@ declare module "sap/ui/vtm/SceneNode" {
5638
5643
  /**
5639
5644
  * Describes the settings that can be provided to the SceneNode constructor.
5640
5645
  *
5641
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
5646
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
5642
5647
  * versions.
5643
5648
  */
5644
5649
  export interface $SceneNodeSettings extends $ElementSettings {
@@ -5668,7 +5673,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
5668
5673
  /**
5669
5674
  * A dialog used to select the columns to display in a {@link sap.ui.vtm.Tree}.
5670
5675
  *
5671
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
5676
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
5672
5677
  * versions.
5673
5678
  */
5674
5679
  export default class SelectColumnsDialog extends Control {
@@ -5773,7 +5778,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
5773
5778
  /**
5774
5779
  * Describes the settings that can be provided to the SelectColumnsDialog constructor.
5775
5780
  *
5776
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
5781
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
5777
5782
  * versions.
5778
5783
  */
5779
5784
  export interface $SelectColumnsDialogSettings extends $ControlSettings {
@@ -5793,7 +5798,8 @@ declare module "sap/ui/vtm/SelectionMode" {
5793
5798
  /**
5794
5799
  * Enumeration specifying row selection modes for a {@link sap.ui.vtm.Tree}.
5795
5800
  *
5796
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
5801
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
5802
+ * versions.
5797
5803
  */
5798
5804
  enum SelectionMode {
5799
5805
  /**
@@ -5812,7 +5818,8 @@ declare module "sap/ui/vtm/TextColor" {
5812
5818
  /**
5813
5819
  * Enumeration specifying text colors.
5814
5820
  *
5815
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
5821
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
5822
+ * versions.
5816
5823
  */
5817
5824
  enum TextColor {
5818
5825
  /**
@@ -5960,7 +5967,7 @@ declare module "sap/ui/vtm/Tree" {
5960
5967
  * }```
5961
5968
  *
5962
5969
  *
5963
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
5970
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
5964
5971
  * versions.
5965
5972
  */
5966
5973
  export default class Tree extends Control {
@@ -7428,7 +7435,7 @@ declare module "sap/ui/vtm/Tree" {
7428
7435
  *
7429
7436
  * @returns Value of property `selectionMode`
7430
7437
  */
7431
- getSelectionMode(): SelectionMode | keyof typeof SelectionMode;
7438
+ getSelectionMode(): SelectionMode;
7432
7439
  /**
7433
7440
  * Gets the `visibility` property of a tree item or array of tree items.
7434
7441
  *
@@ -7862,7 +7869,7 @@ declare module "sap/ui/vtm/Tree" {
7862
7869
  /**
7863
7870
  * Describes the settings that can be provided to the Tree constructor.
7864
7871
  *
7865
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
7872
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
7866
7873
  * versions.
7867
7874
  */
7868
7875
  export interface $TreeSettings extends $ControlSettings {
@@ -8254,7 +8261,8 @@ declare module "sap/ui/vtm/TreeItemType" {
8254
8261
  /**
8255
8262
  * Enumeration specifying the type(s) of tree item to match during tree traversal.
8256
8263
  *
8257
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
8264
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
8265
+ * versions.
8258
8266
  */
8259
8267
  enum TreeItemType {
8260
8268
  /**
@@ -8286,7 +8294,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
8286
8294
  /**
8287
8295
  * A set of utility functions for working with tree items for {@link sap.ui.vtm.Tree} controls.
8288
8296
  *
8289
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
8297
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
8290
8298
  * versions.
8291
8299
  */
8292
8300
  interface TreeItemUtilities {
@@ -9026,7 +9034,7 @@ declare module "sap/ui/vtm/Viewable" {
9026
9034
  /**
9027
9035
  * A viewable containing 3D content that can be loaded into a {@link sap.ui.vtm.Scene}.
9028
9036
  *
9029
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
9037
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
9030
9038
  * versions.
9031
9039
  */
9032
9040
  export default class Viewable extends UI5Element {
@@ -9192,7 +9200,7 @@ declare module "sap/ui/vtm/Viewable" {
9192
9200
  /**
9193
9201
  * Describes the settings that can be provided to the Viewable constructor.
9194
9202
  *
9195
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
9203
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
9196
9204
  * versions.
9197
9205
  */
9198
9206
  export interface $ViewableSettings extends $ElementSettings {
@@ -9236,7 +9244,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
9236
9244
  * also returns a array of {@link sap.ui.vtm.ViewableLoadInfo} objects for all viewables that have been
9237
9245
  * passed into calls to {@link sap.ui.vtm.Scene#loadViewablesAsync}.
9238
9246
  *
9239
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
9247
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
9240
9248
  * versions.
9241
9249
  */
9242
9250
  export default class ViewableLoadInfo extends UI5Element {
@@ -9310,7 +9318,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
9310
9318
  *
9311
9319
  * @returns Value of property `status`
9312
9320
  */
9313
- getStatus(): ViewableLoadStatus | keyof typeof ViewableLoadStatus;
9321
+ getStatus(): ViewableLoadStatus;
9314
9322
  /**
9315
9323
  * Gets current value of property {@link #getViewable viewable}.
9316
9324
  *
@@ -9392,7 +9400,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
9392
9400
  /**
9393
9401
  * Describes the settings that can be provided to the ViewableLoadInfo constructor.
9394
9402
  *
9395
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
9403
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
9396
9404
  * versions.
9397
9405
  */
9398
9406
  export interface $ViewableLoadInfoSettings extends $ElementSettings {
@@ -9429,7 +9437,8 @@ declare module "sap/ui/vtm/ViewableLoadStatus" {
9429
9437
  /**
9430
9438
  * Enumeration specifying the download/load status of a {@link sap.ui.vtm.Viewable}.
9431
9439
  *
9432
- * @experimental (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9440
+ * @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
9441
+ * versions.
9433
9442
  */
9434
9443
  enum ViewableLoadStatus {
9435
9444
  /**
@@ -9482,7 +9491,7 @@ declare module "sap/ui/vtm/Viewport" {
9482
9491
  /**
9483
9492
  * A control that contains a 3D viewport.
9484
9493
  *
9485
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
9494
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
9486
9495
  * versions.
9487
9496
  */
9488
9497
  export default class Viewport extends Control {
@@ -10635,7 +10644,7 @@ declare module "sap/ui/vtm/Viewport" {
10635
10644
  /**
10636
10645
  * Describes the settings that can be provided to the Viewport constructor.
10637
10646
  *
10638
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
10647
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
10639
10648
  * versions.
10640
10649
  */
10641
10650
  export interface $ViewportSettings extends $ControlSettings {
@@ -10896,7 +10905,7 @@ declare module "sap/ui/vtm/Vtm" {
10896
10905
  /**
10897
10906
  * The main entry point for constructing VTM controls.
10898
10907
  *
10899
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
10908
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
10900
10909
  * versions.
10901
10910
  */
10902
10911
  export default class Vtm extends UI5Element {
@@ -11417,7 +11426,7 @@ declare module "sap/ui/vtm/Vtm" {
11417
11426
  /**
11418
11427
  * Describes the settings that can be provided to the Vtm constructor.
11419
11428
  *
11420
- * @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
11429
+ * @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
11421
11430
  * versions.
11422
11431
  */
11423
11432
  export interface $VtmSettings extends $ElementSettings {
@@ -11498,9 +11507,9 @@ declare namespace sap {
11498
11507
  * SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
11499
11508
  * 3D objects.
11500
11509
  *
11501
- * @deprecated (since 1.96.10)
11502
- * @experimental (since 1.50.0) - This library is experimental and might be modified or removed in future
11503
- * versions.
11510
+ * @deprecated As of version 1.96.10.
11511
+ * @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
11512
+ * future versions.
11504
11513
  */
11505
11514
  namespace vtm {
11506
11515
  /**