@sapui5/ts-types-esm 1.132.1 → 1.133.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +937 -106
  7. package/types/sap.esh.search.ui.d.ts +39 -1
  8. package/types/sap.f.d.ts +159 -175
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +16 -9
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +81 -45
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +385 -329
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +1946 -1117
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +108 -98
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +28 -8
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +229 -14
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +427 -421
  37. package/types/sap.ui.core.d.ts +693 -718
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +324 -236
  44. package/types/sap.ui.layout.d.ts +87 -103
  45. package/types/sap.ui.mdc.d.ts +167 -142
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +130 -112
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +57 -57
  55. package/types/sap.ui.vk.d.ts +135 -132
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +206 -123
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +33 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -23,7 +23,7 @@ declare module "sap/ui/vk/AnimationPlayer" {
23
23
  /**
24
24
  * Provides definition for an animation playback
25
25
  *
26
- * @experimental (since 1.67.0) - This class is experimental and might be modified or removed in future
26
+ * @experimental As of version 1.67.0. This class is experimental and might be modified or removed in future
27
27
  * versions.
28
28
  */
29
29
  export default class AnimationPlayer extends UI5Element {
@@ -515,7 +515,7 @@ declare module "sap/ui/vk/AnimationPlayer" {
515
515
  /**
516
516
  * Describes the settings that can be provided to the AnimationPlayer constructor.
517
517
  *
518
- * @experimental (since 1.67.0) - This class is experimental and might be modified or removed in future
518
+ * @experimental As of version 1.67.0. This class is experimental and might be modified or removed in future
519
519
  * versions.
520
520
  */
521
521
  export interface $AnimationPlayerSettings extends $ElementSettings {
@@ -600,7 +600,7 @@ declare module "sap/ui/vk/Annotation" {
600
600
  * Annotation allows applications to display custom html annotation on top of Viewport and associate it
601
601
  * with 3D object
602
602
  *
603
- * @experimental (since 1.76.0) - This class is experimental and might be modified or removed in future
603
+ * @experimental As of version 1.76.0. This class is experimental and might be modified or removed in future
604
604
  * versions.
605
605
  */
606
606
  export default class Annotation extends Control {
@@ -789,7 +789,7 @@ declare module "sap/ui/vk/Annotation" {
789
789
  *
790
790
  * @returns Value of property `style`
791
791
  */
792
- getStyle(): AnnotationStyle | keyof typeof AnnotationStyle;
792
+ getStyle(): AnnotationStyle;
793
793
  /**
794
794
  * Return list of target nodes.
795
795
  *
@@ -1224,7 +1224,7 @@ declare module "sap/ui/vk/Annotation" {
1224
1224
  /**
1225
1225
  * Describes the settings that can be provided to the Annotation constructor.
1226
1226
  *
1227
- * @experimental (since 1.76.0) - This class is experimental and might be modified or removed in future
1227
+ * @experimental As of version 1.76.0. This class is experimental and might be modified or removed in future
1228
1228
  * versions.
1229
1229
  */
1230
1230
  export interface $AnnotationSettings extends $ControlSettings {
@@ -3095,7 +3095,7 @@ declare module "sap/ui/vk/ContainerBase" {
3095
3095
  * Abstract Constructor for a new Container.
3096
3096
  *
3097
3097
  * @since 1.38.0
3098
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerBase}
3098
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerBase}
3099
3099
  */
3100
3100
  export default class ContainerBase extends Control {
3101
3101
  /**
@@ -3642,7 +3642,7 @@ declare module "sap/ui/vk/ContainerBase" {
3642
3642
  /**
3643
3643
  * Describes the settings that can be provided to the ContainerBase constructor.
3644
3644
  *
3645
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerBase}
3645
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerBase}
3646
3646
  */
3647
3647
  export interface $ContainerBaseSettings extends $ControlSettings {
3648
3648
  /**
@@ -3736,7 +3736,7 @@ declare module "sap/ui/vk/ContainerContent" {
3736
3736
  * Aggregation element for the Container Base
3737
3737
  *
3738
3738
  * @since 1.38.0
3739
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerContent}
3739
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerContent}
3740
3740
  */
3741
3741
  export default class ContainerContent extends Control {
3742
3742
  /**
@@ -3878,7 +3878,7 @@ declare module "sap/ui/vk/ContainerContent" {
3878
3878
  /**
3879
3879
  * Describes the settings that can be provided to the ContainerContent constructor.
3880
3880
  *
3881
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerContent}
3881
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerContent}
3882
3882
  */
3883
3883
  export interface $ContainerContentSettings extends $ControlSettings {
3884
3884
  /**
@@ -4616,7 +4616,7 @@ declare module "sap/ui/vk/ContentResource" {
4616
4616
  * Collects content resource categories. The result is tested if the content resource hierarchy has the
4617
4617
  * same category - 2D or 3D.
4618
4618
  *
4619
- * @deprecated (since 1.50.0) - Content resource categories shall not be used anymore. See {@link sap.ui.vk.ContentResource#sourceType }
4619
+ * @deprecated As of version 1.50.0. Content resource categories shall not be used anymore. See {@link sap.ui.vk.ContentResource#sourceType }
4620
4620
  * property for selection of content type.
4621
4621
  *
4622
4622
  * @returns The array of distinct content resource categories.
@@ -5703,7 +5703,7 @@ declare module "sap/ui/vk/DrawerToolbar" {
5703
5703
  *
5704
5704
  * @returns Value of property `navigationMode`
5705
5705
  */
5706
- getNavigationMode(): NavigationMode | keyof typeof NavigationMode;
5706
+ getNavigationMode(): NavigationMode;
5707
5707
  /**
5708
5708
  * ID of the element which is the current target of the association {@link #getViewport viewport}, or `null`.
5709
5709
  */
@@ -5912,7 +5912,7 @@ declare module "sap/ui/vk/dvl/BaseNodeProxy" {
5912
5912
  * - {@link sap.ui.vk.ViewStateManager#enumerateSelection sap.ui.vk.ViewStateManager.enumerateSelection }
5913
5913
  *
5914
5914
  *
5915
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.BaseNodeProxy }
5915
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.BaseNodeProxy }
5916
5916
  * instead.
5917
5917
  */
5918
5918
  export default class BaseNodeProxy
@@ -6055,7 +6055,7 @@ declare module "sap/ui/vk/dvl/ContentManager" {
6055
6055
  * Provides a loader that uses the DVL library to load VDS and VDSL files.
6056
6056
  *
6057
6057
  * @since 1.50.0
6058
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentManager }
6058
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentManager }
6059
6059
  * instead.
6060
6060
  */
6061
6061
  export default class ContentManager extends ContentManager1 {
@@ -6239,7 +6239,7 @@ declare module "sap/ui/vk/dvl/ContentManager" {
6239
6239
  /**
6240
6240
  * Describes the settings that can be provided to the ContentManager constructor.
6241
6241
  *
6242
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentManager }
6242
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentManager }
6243
6243
  * instead.
6244
6244
  */
6245
6245
  export interface $ContentManagerSettings extends $ContentManagerSettings1 {}
@@ -6273,7 +6273,7 @@ declare module "sap/ui/vk/dvl/GraphicsCore" {
6273
6273
  *
6274
6274
  *
6275
6275
  * @since 1.32.0
6276
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentConnector }
6276
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentConnector }
6277
6277
  * instead.
6278
6278
  */
6279
6279
  export default class GraphicsCore extends EventProvider {
@@ -6382,7 +6382,7 @@ declare module "sap/ui/vk/dvl/GraphicsCore" {
6382
6382
  * GraphicsCore owns the new ViewStateManager object. The object must be destroyed with the {@link #destroyViewStateManager destroyViewStateManager }
6383
6383
  * method;
6384
6384
  *
6385
- * @deprecated (since 1.50.0) - Create instance of {@link sap.ui.vk.ViewStateManager} instead.
6385
+ * @deprecated As of version 1.50.0. Create instance of {@link sap.ui.vk.ViewStateManager} instead.
6386
6386
  *
6387
6387
  * @returns The newly created ViewStateManager object.
6388
6388
  */
@@ -6413,8 +6413,8 @@ declare module "sap/ui/vk/dvl/GraphicsCore" {
6413
6413
  * Destroys the ViewStateManager object created with the {@link #createViewStateManager createViewStateManager }
6414
6414
  * method.
6415
6415
  *
6416
- * @deprecated (since 1.50.0) - Use your reference to {@link sap.ui.vk.ViewStateManager} to properly destroy
6417
- * this object.
6416
+ * @deprecated As of version 1.50.0. Use your reference to {@link sap.ui.vk.ViewStateManager} to properly
6417
+ * destroy this object.
6418
6418
  *
6419
6419
  * @returns `this` to allow method chaining.
6420
6420
  */
@@ -6562,7 +6562,8 @@ declare module "sap/ui/vk/dvl/GraphicsCoreApi" {
6562
6562
  /**
6563
6563
  * The types of APIs supported by the {@link sap.ui.vk.dvl.GraphicsCore} class.
6564
6564
  *
6565
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. This object does not have replacement.
6565
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. This object does not have
6566
+ * replacement.
6566
6567
  */
6567
6568
  enum GraphicsCoreApi {
6568
6569
  /**
@@ -6588,7 +6589,7 @@ declare module "sap/ui/vk/dvl/LayerProxy" {
6588
6589
  * method and destroyed with the {@link sap.ui.vk.NodeHierarchy#destroyLayerProxy sap.ui.vk.NodeHierarchy.destroyLayerProxy }
6589
6590
  * method.
6590
6591
  *
6591
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.LayerProxy }
6592
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.LayerProxy }
6592
6593
  * instead.
6593
6594
  */
6594
6595
  export default class LayerProxy extends LayerProxy1 {
@@ -6708,7 +6709,7 @@ declare module "sap/ui/vk/dvl/NodeHierarchy" {
6708
6709
  * The objects of this class should not be created directly, and should only be created via a call to {@link sap.ui.vk.Scene#getDefaultNodeHierarchy sap.ui.vk.Scene.getDefaultNodeHierarchy}.
6709
6710
  *
6710
6711
  * @since 1.32.0
6711
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeHierarchy }
6712
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeHierarchy }
6712
6713
  * instead.
6713
6714
  */
6714
6715
  export default class NodeHierarchy extends NodeHierarchy1 {
@@ -7074,7 +7075,7 @@ declare module "sap/ui/vk/dvl/NodeHierarchy" {
7074
7075
  * The node reference
7075
7076
  */
7076
7077
  nodeRef: any
7077
- ): NodeContentType | keyof typeof NodeContentType;
7078
+ ): NodeContentType;
7078
7079
  /**
7079
7080
  * Gets the Scene object the node hierarchy belongs to.
7080
7081
  *
@@ -7106,7 +7107,7 @@ declare module "sap/ui/vk/dvl/NodeHierarchy" {
7106
7107
  /**
7107
7108
  * Describes the settings that can be provided to the NodeHierarchy constructor.
7108
7109
  *
7109
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeHierarchy }
7110
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeHierarchy }
7110
7111
  * instead.
7111
7112
  */
7112
7113
  export interface $NodeHierarchySettings extends $NodeHierarchySettings1 {}
@@ -7128,7 +7129,7 @@ declare module "sap/ui/vk/dvl/NodeProxy" {
7128
7129
  * method.
7129
7130
  *
7130
7131
  * @since 1.32.0
7131
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeProxy }
7132
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeProxy }
7132
7133
  * instead.
7133
7134
  */
7134
7135
  export default class NodeProxy extends NodeProxy1 {
@@ -7179,7 +7180,7 @@ declare module "sap/ui/vk/dvl/NodeProxy" {
7179
7180
  /**
7180
7181
  * Describes the settings that can be provided to the NodeProxy constructor.
7181
7182
  *
7182
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeProxy }
7183
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeProxy }
7183
7184
  * instead.
7184
7185
  */
7185
7186
  export interface $NodeProxySettings extends $NodeProxySettings1 {}
@@ -7202,7 +7203,8 @@ declare module "sap/ui/vk/dvl/Scene" {
7202
7203
  *
7203
7204
  * The objects of this class should not be created directly. They should be created via {@link sap.ui.vk.ContentConnector sap.ui.vk.ContentConnector}.
7204
7205
  *
7205
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.Scene} instead.
7206
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Scene }
7207
+ * instead.
7206
7208
  */
7207
7209
  export default class Scene extends Scene1 {
7208
7210
  /**
@@ -7282,7 +7284,8 @@ declare module "sap/ui/vk/dvl/Scene" {
7282
7284
  /**
7283
7285
  * Describes the settings that can be provided to the Scene constructor.
7284
7286
  *
7285
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.Scene} instead.
7287
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Scene }
7288
+ * instead.
7286
7289
  */
7287
7290
  export interface $SceneSettings extends $SceneSettings1 {}
7288
7291
  }
@@ -7318,7 +7321,7 @@ declare module "sap/ui/vk/dvl/Viewport" {
7318
7321
  /**
7319
7322
  * Provides a rendering canvas for the 3D elements of a loaded scene.
7320
7323
  *
7321
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.Viewport }
7324
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Viewport }
7322
7325
  * instead.
7323
7326
  */
7324
7327
  export default class Viewport extends ViewportBase {
@@ -7735,7 +7738,7 @@ declare module "sap/ui/vk/dvl/Viewport" {
7735
7738
  /**
7736
7739
  * Gets the {@link sap.ui.vk.dvl.GraphicsCore GraphicsCore} object the Viewport is attached to.
7737
7740
  *
7738
- * @deprecated (since 1.50.0) - Create instance of {@link sap.ui.vk.ContentConnector} instead.
7741
+ * @deprecated As of version 1.50.0. Create instance of {@link sap.ui.vk.ContentConnector} instead.
7739
7742
  *
7740
7743
  * @returns The {@link sap.ui.vk.dvl.GraphicsCore GraphicsCore} object the Viewport is attached to, or `null`.
7741
7744
  */
@@ -7917,7 +7920,7 @@ declare module "sap/ui/vk/dvl/Viewport" {
7917
7920
  /**
7918
7921
  * Attaches or detaches the Viewport to the {@link sap.ui.vk.dvl.GraphicsCore GraphicsCore} object.
7919
7922
  *
7920
- * @deprecated (since 1.50.0) - Create instance of {@link sap.ui.vk.ContentConnector} instead.
7923
+ * @deprecated As of version 1.50.0. Create instance of {@link sap.ui.vk.ContentConnector} instead.
7921
7924
  *
7922
7925
  * @returns `this` to allow method chaining.
7923
7926
  */
@@ -7932,7 +7935,7 @@ declare module "sap/ui/vk/dvl/Viewport" {
7932
7935
  /**
7933
7936
  * Attaches the scene to the Viewport for rendering.
7934
7937
  *
7935
- * @deprecated (since 1.50.0) - Viewport now gets reference to the scene via {@link sap.ui.vk.ContentConnector}.
7938
+ * @deprecated As of version 1.50.0. Viewport now gets reference to the scene via {@link sap.ui.vk.ContentConnector}.
7936
7939
  *
7937
7940
  * @returns `this` to allow method chaining.
7938
7941
  */
@@ -8156,7 +8159,7 @@ declare module "sap/ui/vk/dvl/Viewport" {
8156
8159
  /**
8157
8160
  * Describes the settings that can be provided to the Viewport constructor.
8158
8161
  *
8159
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.Viewport }
8162
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Viewport }
8160
8163
  * instead.
8161
8164
  */
8162
8165
  export interface $ViewportSettings extends $ViewportBaseSettings {
@@ -8257,7 +8260,7 @@ declare module "sap/ui/vk/dvl/ViewStateManager" {
8257
8260
  /**
8258
8261
  * Manages the visibility and selection states of nodes in the scene.
8259
8262
  *
8260
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.ViewStateManager }
8263
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ViewStateManager }
8261
8264
  * instead.
8262
8265
  */
8263
8266
  export default class ViewStateManager extends ViewStateManagerBase {
@@ -8449,7 +8452,7 @@ declare module "sap/ui/vk/dvl/ViewStateManager" {
8449
8452
  /**
8450
8453
  * Sets the selection state of the nodes.
8451
8454
  *
8452
- * @deprecated (since 1.56.3) - Use {@link sap.ui.vk.dvl.ViewStateManager#setSelectionStates} instead.
8455
+ * @deprecated As of version 1.56.3. Use {@link sap.ui.vk.dvl.ViewStateManager#setSelectionStates} instead.
8453
8456
  *
8454
8457
  * @returns `this` to allow method chaining.
8455
8458
  */
@@ -8546,7 +8549,7 @@ declare module "sap/ui/vk/dvl/ViewStateManager" {
8546
8549
  /**
8547
8550
  * Describes the settings that can be provided to the ViewStateManager constructor.
8548
8551
  *
8549
- * @deprecated (since 1.72.0) - DVL namespace will be removed in future. Use {@link sap.ui.vk.ViewStateManager }
8552
+ * @deprecated As of version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ViewStateManager }
8550
8553
  * instead.
8551
8554
  */
8552
8555
  export interface $ViewStateManagerSettings
@@ -8569,7 +8572,7 @@ declare module "sap/ui/vk/FlexibleControl" {
8569
8572
  * Holds layout data for the FlexibleControl contents.
8570
8573
  *
8571
8574
  * @since 1.16.0
8572
- * @experimental (since 1.32.0) - This class is experimental and might be modified or removed in future
8575
+ * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
8573
8576
  * versions.
8574
8577
  */
8575
8578
  export default class FlexibleControl extends Control {
@@ -8816,7 +8819,7 @@ declare module "sap/ui/vk/FlexibleControl" {
8816
8819
  /**
8817
8820
  * Describes the settings that can be provided to the FlexibleControl constructor.
8818
8821
  *
8819
- * @experimental (since 1.32.0) - This class is experimental and might be modified or removed in future
8822
+ * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
8820
8823
  * versions.
8821
8824
  */
8822
8825
  export interface $FlexibleControlSettings extends $ControlSettings {
@@ -8859,7 +8862,7 @@ declare module "sap/ui/vk/FlexibleControlLayoutData" {
8859
8862
  * size of the content dynamically and is not directly set as style property.)
8860
8863
  *
8861
8864
  * @since 1.32.0
8862
- * @experimental (since 1.32.0) - This class is experimental and might be modified or removed in future
8865
+ * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
8863
8866
  * versions.
8864
8867
  */
8865
8868
  export default class FlexibleControlLayoutData extends LayoutData {
@@ -9041,7 +9044,7 @@ declare module "sap/ui/vk/FlexibleControlLayoutData" {
9041
9044
  /**
9042
9045
  * Describes the settings that can be provided to the FlexibleControlLayoutData constructor.
9043
9046
  *
9044
- * @experimental (since 1.32.0) - This class is experimental and might be modified or removed in future
9047
+ * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
9045
9048
  * versions.
9046
9049
  */
9047
9050
  export interface $FlexibleControlLayoutDataSettings
@@ -9298,8 +9301,8 @@ declare module "sap/ui/vk/LegendItem" {
9298
9301
  /**
9299
9302
  * Legend item control
9300
9303
  *
9301
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerLegendItem}
9302
- * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
9304
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerLegendItem}
9305
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
9303
9306
  * versions.
9304
9307
  */
9305
9308
  export default class LegendItem extends StandardListItem {
@@ -9382,7 +9385,7 @@ declare module "sap/ui/vk/LegendItem" {
9382
9385
  *
9383
9386
  * @returns Value of property `semanticSpotType`
9384
9387
  */
9385
- getSemanticSpotType(): SemanticType | keyof typeof SemanticType;
9388
+ getSemanticSpotType(): SemanticType;
9386
9389
  /**
9387
9390
  * Sets a new value for property {@link #getColor color}.
9388
9391
  *
@@ -9419,8 +9422,8 @@ declare module "sap/ui/vk/LegendItem" {
9419
9422
  /**
9420
9423
  * Describes the settings that can be provided to the LegendItem constructor.
9421
9424
  *
9422
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerLegendItem}
9423
- * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
9425
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerLegendItem}
9426
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
9424
9427
  * versions.
9425
9428
  */
9426
9429
  export interface $LegendItemSettings extends $StandardListItemSettings {
@@ -9460,8 +9463,8 @@ declare module "sap/ui/vk/ListPanel" {
9460
9463
  /**
9461
9464
  * Aggregation control for the Legend
9462
9465
  *
9463
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanel}
9464
- * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
9466
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanel}
9467
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
9465
9468
  * versions.
9466
9469
  */
9467
9470
  export default class ListPanel extends Control {
@@ -9935,7 +9938,7 @@ declare module "sap/ui/vk/ListPanel" {
9935
9938
  *
9936
9939
  * @returns Value of property `selectionMode`
9937
9940
  */
9938
- getSelectionMode(): ListMode | keyof typeof ListMode;
9941
+ getSelectionMode(): ListMode;
9939
9942
  /**
9940
9943
  * Checks for the provided `sap.m.ListItemBase` in the aggregation {@link #getItems items}. and returns
9941
9944
  * its index if found or -1 otherwise.
@@ -10095,8 +10098,8 @@ declare module "sap/ui/vk/ListPanel" {
10095
10098
  /**
10096
10099
  * Describes the settings that can be provided to the ListPanel constructor.
10097
10100
  *
10098
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanel}
10099
- * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
10101
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanel}
10102
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
10100
10103
  * versions.
10101
10104
  */
10102
10105
  export interface $ListPanelSettings extends $ControlSettings {
@@ -10254,8 +10257,8 @@ declare module "sap/ui/vk/ListPanelStack" {
10254
10257
  /**
10255
10258
  * ListPanelStack control
10256
10259
  *
10257
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanelStack}
10258
- * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
10260
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanelStack}
10261
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
10259
10262
  * versions.
10260
10263
  */
10261
10264
  export default class ListPanelStack extends Control {
@@ -10516,8 +10519,8 @@ declare module "sap/ui/vk/ListPanelStack" {
10516
10519
  /**
10517
10520
  * Describes the settings that can be provided to the ListPanelStack constructor.
10518
10521
  *
10519
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanelStack}
10520
- * @experimental (since 1.38.0) - This class is experimental and might be modified or removed in future
10522
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanelStack}
10523
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
10521
10524
  * versions.
10522
10525
  */
10523
10526
  export interface $ListPanelStackSettings extends $ControlSettings {
@@ -10661,7 +10664,7 @@ declare module "sap/ui/vk/MapContainer" {
10661
10664
  /**
10662
10665
  * Abstract Constructor for a new Container.
10663
10666
  *
10664
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.MapContainer}
10667
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.MapContainer}
10665
10668
  */
10666
10669
  export default class MapContainer extends ContainerBase {
10667
10670
  /**
@@ -10964,7 +10967,7 @@ declare module "sap/ui/vk/MapContainer" {
10964
10967
  /**
10965
10968
  * Describes the settings that can be provided to the MapContainer constructor.
10966
10969
  *
10967
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.MapContainer}
10970
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.MapContainer}
10968
10971
  */
10969
10972
  export interface $MapContainerSettings extends $ContainerBaseSettings {
10970
10973
  /**
@@ -11003,7 +11006,7 @@ declare module "sap/ui/vk/MapContainerButtonType" {
11003
11006
  /**
11004
11007
  * Types of custom buttons supported on the MapContainer toolbar
11005
11008
  *
11006
- * @deprecated (since 1.120.2) - This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.MapContainerButtonType}
11009
+ * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.MapContainerButtonType}
11007
11010
  */
11008
11011
  enum MapContainerButtonType {
11009
11012
  Click = "Click",
@@ -11668,7 +11671,7 @@ declare module "sap/ui/vk/NativeViewport" {
11668
11671
  /**
11669
11672
  * Loads a image URL into Viewport.
11670
11673
  *
11671
- * @deprecated (since 1.50.0) - Use {@link sap.ui.vk.ContentResource} and {@link sap.ui.vk.ContentConnector#contentResources }
11674
+ * @deprecated As of version 1.50.0. Use {@link sap.ui.vk.ContentResource} and {@link sap.ui.vk.ContentConnector#contentResources }
11672
11675
  * aggregation instead.
11673
11676
  *
11674
11677
  * @returns this
@@ -12811,7 +12814,7 @@ declare module "sap/ui/vk/NodeHierarchy" {
12811
12814
  * Returns a list of hotspot IDs.
12812
12815
  *
12813
12816
  * @since 1.50.0
12814
- * @deprecated (since 1.128.0) - please use {@link sap.ui.vk.NodeHierarchy#getHotspotNodeRefs getHotspotNodeRefs }
12817
+ * @deprecated As of version 1.128.0. please use {@link sap.ui.vk.NodeHierarchy#getHotspotNodeRefs getHotspotNodeRefs }
12815
12818
  * instead.
12816
12819
  *
12817
12820
  * @returns A list of hotspot IDs.
@@ -12845,7 +12848,7 @@ declare module "sap/ui/vk/NodeHierarchy" {
12845
12848
  * The node reference
12846
12849
  */
12847
12850
  nodeRef: any
12848
- ): NodeContentType | keyof typeof NodeContentType;
12851
+ ): NodeContentType;
12849
12852
  /**
12850
12853
  * Gets the Scene object the node hierarchy belongs to.
12851
12854
  *
@@ -14148,7 +14151,8 @@ declare module "sap/ui/vk/Overlay" {
14148
14151
  * Constructor for a new Overlay.
14149
14152
  *
14150
14153
  * @since 1.32.0
14151
- * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14154
+ * @deprecated As of version 1.120. This is not in use anymore. Please consider using Redline tool, see
14155
+ * {@link sap.ui.vk.RedlineTool}
14152
14156
  */
14153
14157
  export default class Overlay extends Control {
14154
14158
  /**
@@ -14543,7 +14547,8 @@ declare module "sap/ui/vk/Overlay" {
14543
14547
  /**
14544
14548
  * Describes the settings that can be provided to the Overlay constructor.
14545
14549
  *
14546
- * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14550
+ * @deprecated As of version 1.120. This is not in use anymore. Please consider using Redline tool, see
14551
+ * {@link sap.ui.vk.RedlineTool}
14547
14552
  */
14548
14553
  export interface $OverlaySettings extends $ControlSettings {
14549
14554
  zoomOnResize?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -14639,7 +14644,8 @@ declare module "sap/ui/vk/OverlayArea" {
14639
14644
  * Aggregation element for the Overlay Control
14640
14645
  *
14641
14646
  * @since 1.32.0
14642
- * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14647
+ * @deprecated As of version 1.120. This is not in use anymore. Please consider using Redline tool, see
14648
+ * {@link sap.ui.vk.RedlineTool}
14643
14649
  */
14644
14650
  export default class OverlayArea extends UI5Element {
14645
14651
  /**
@@ -15518,7 +15524,8 @@ declare module "sap/ui/vk/OverlayArea" {
15518
15524
  /**
15519
15525
  * Describes the settings that can be provided to the OverlayArea constructor.
15520
15526
  *
15521
- * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
15527
+ * @deprecated As of version 1.120. This is not in use anymore. Please consider using Redline tool, see
15528
+ * {@link sap.ui.vk.RedlineTool}
15522
15529
  */
15523
15530
  export interface $OverlayAreaSettings extends $ElementSettings {
15524
15531
  /**
@@ -16132,7 +16139,7 @@ declare module "sap/ui/vk/ProgressIndicator" {
16132
16139
  * is filled with a color. Additionally, a user-defined string can be displayed on the ProgressIndicator.
16133
16140
  *
16134
16141
  * @since 1.50.0
16135
- * @deprecated (since 1.114.0) - Use {@link sap.m.ProgressIndicator} instead.
16142
+ * @deprecated As of version 1.114.0. Use {@link sap.m.ProgressIndicator} instead.
16136
16143
  */
16137
16144
  export default class ProgressIndicator extends ProgressIndicator1 {
16138
16145
  /**
@@ -16161,7 +16168,7 @@ declare module "sap/ui/vk/ProgressIndicator" {
16161
16168
  /**
16162
16169
  * Describes the settings that can be provided to the ProgressIndicator constructor.
16163
16170
  *
16164
- * @deprecated (since 1.114.0) - Use {@link sap.m.ProgressIndicator} instead.
16171
+ * @deprecated As of version 1.114.0. Use {@link sap.m.ProgressIndicator} instead.
16165
16172
  */
16166
16173
  export interface $ProgressIndicatorSettings
16167
16174
  extends $ProgressIndicatorSettings1 {}
@@ -20502,8 +20509,8 @@ declare module "sap/ui/vk/StepNavigation" {
20502
20509
  * Enables capabilities for navigating and activating procedures and steps contained in a single 3D scene.
20503
20510
  *
20504
20511
  * @since 1.32.0
20505
- * @deprecated (since 1.72.0) - This class is used only with DVL namespace which will be removed in future.
20506
- * Use {@link sap.ui.vk.ViewGallery} instead.
20512
+ * @deprecated As of version 1.72.0. This class is used only with DVL namespace which will be removed in
20513
+ * future. Use {@link sap.ui.vk.ViewGallery} instead.
20507
20514
  */
20508
20515
  export default class StepNavigation extends Control {
20509
20516
  /**
@@ -21154,8 +21161,8 @@ declare module "sap/ui/vk/StepNavigation" {
21154
21161
  /**
21155
21162
  * Describes the settings that can be provided to the StepNavigation constructor.
21156
21163
  *
21157
- * @deprecated (since 1.72.0) - This class is used only with DVL namespace which will be removed in future.
21158
- * Use {@link sap.ui.vk.ViewGallery} instead.
21164
+ * @deprecated As of version 1.72.0. This class is used only with DVL namespace which will be removed in
21165
+ * future. Use {@link sap.ui.vk.ViewGallery} instead.
21159
21166
  */
21160
21167
  export interface $StepNavigationSettings extends $ControlSettings {
21161
21168
  /**
@@ -22007,7 +22014,7 @@ declare module "sap/ui/vk/svg/NodeHierarchy" {
22007
22014
  * The node reference
22008
22015
  */
22009
22016
  nodeRef: any
22010
- ): NodeContentType | keyof typeof NodeContentType;
22017
+ ): NodeContentType;
22011
22018
  /**
22012
22019
  * Gets the Scene object the node hierarchy belongs to.
22013
22020
  *
@@ -22740,7 +22747,7 @@ declare module "sap/ui/vk/svg/Viewport" {
22740
22747
  /**
22741
22748
  * Attaches the scene to the Viewport for rendering.
22742
22749
  *
22743
- * @deprecated (since 1.80.0) - Viewport now gets reference to the scene via {@link sap.ui.vk.ContentConnector}.
22750
+ * @deprecated As of version 1.80.0. Viewport now gets reference to the scene via {@link sap.ui.vk.ContentConnector}.
22744
22751
  *
22745
22752
  * @returns `this` to allow method chaining.
22746
22753
  */
@@ -23155,7 +23162,7 @@ declare module "sap/ui/vk/svg/ViewStateManager" {
23155
23162
  /**
23156
23163
  * Sets the selection state of the nodes.
23157
23164
  *
23158
- * @deprecated (since 1.80.0) - Use {@link sap.ui.vk.svg.ViewStateManager#setSelectionStates} instead.
23165
+ * @deprecated As of version 1.80.0. Use {@link sap.ui.vk.svg.ViewStateManager#setSelectionStates} instead.
23159
23166
  *
23160
23167
  * @returns `this` to allow method chaining.
23161
23168
  */
@@ -23268,7 +23275,7 @@ declare module "sap/ui/vk/Texture" {
23268
23275
  /**
23269
23276
  * Provides the interface for the texture.
23270
23277
  *
23271
- * @experimental (since 1.58.0) - This class is experimental and might be modified or removed in future
23278
+ * @experimental As of version 1.58.0. This class is experimental and might be modified or removed in future
23272
23279
  * versions.
23273
23280
  */
23274
23281
  export default class Texture extends ManagedObject {
@@ -23565,7 +23572,7 @@ declare module "sap/ui/vk/Texture" {
23565
23572
  /**
23566
23573
  * Describes the settings that can be provided to the Texture constructor.
23567
23574
  *
23568
- * @experimental (since 1.58.0) - This class is experimental and might be modified or removed in future
23575
+ * @experimental As of version 1.58.0. This class is experimental and might be modified or removed in future
23569
23576
  * versions.
23570
23577
  */
23571
23578
  export interface $TextureSettings extends $ManagedObjectSettings {
@@ -23940,7 +23947,7 @@ declare module "sap/ui/vk/threejs/Material" {
23940
23947
  /**
23941
23948
  * Provides the interface for the material.
23942
23949
  *
23943
- * @experimental (since 1.60.0) - This class is experimental and might be modified or removed in future
23950
+ * @experimental As of version 1.60.0. This class is experimental and might be modified or removed in future
23944
23951
  * versions.
23945
23952
  */
23946
23953
  export default class Material extends Material1 {
@@ -24429,7 +24436,7 @@ declare module "sap/ui/vk/threejs/NodeHierarchy" {
24429
24436
  * The node reference
24430
24437
  */
24431
24438
  nodeRef: any
24432
- ): NodeContentType | keyof typeof NodeContentType;
24439
+ ): NodeContentType;
24433
24440
  /**
24434
24441
  * Gets the Scene object the node hierarchy belongs to.
24435
24442
  *
@@ -24993,7 +25000,7 @@ declare module "sap/ui/vk/threejs/Texture" {
24993
25000
  /**
24994
25001
  * Provides the interface for the material.
24995
25002
  *
24996
- * @experimental (since 1.60.0) - This class is experimental and might be modified or removed in future
25003
+ * @experimental As of version 1.60.0. This class is experimental and might be modified or removed in future
24997
25004
  * versions.
24998
25005
  */
24999
25006
  export default class Texture extends Texture1 {
@@ -25044,7 +25051,7 @@ declare module "sap/ui/vk/threejs/Texture" {
25044
25051
  /**
25045
25052
  * Describes the settings that can be provided to the Texture constructor.
25046
25053
  *
25047
- * @experimental (since 1.60.0) - This class is experimental and might be modified or removed in future
25054
+ * @experimental As of version 1.60.0. This class is experimental and might be modified or removed in future
25048
25055
  * versions.
25049
25056
  */
25050
25057
  export interface $TextureSettings extends $TextureSettings1 {}
@@ -25331,7 +25338,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
25331
25338
  /**
25332
25339
  * Returns object as an image of desired size.
25333
25340
  *
25334
- * @experimental (since 1.82.0) - This method is experimental and might be modified or removed in future
25341
+ * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
25335
25342
  * versions
25336
25343
  *
25337
25344
  * @returns Base64 encoded PNG image
@@ -25369,8 +25376,8 @@ declare module "sap/ui/vk/threejs/Viewport" {
25369
25376
  /**
25370
25377
  * Returns object/objects as an image of desired size.
25371
25378
  *
25372
- * @experimental (since 1.102.0) - This method is experimental and might be modified or removed in future
25373
- * versions
25379
+ * @experimental As of version 1.102.0. This method is experimental and might be modified or removed in
25380
+ * future versions
25374
25381
  *
25375
25382
  * @returns Base64 encoded image
25376
25383
  */
@@ -25538,7 +25545,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
25538
25545
  /**
25539
25546
  * Attaches the scene to the Viewport for rendering.
25540
25547
  *
25541
- * @deprecated (since 1.50.0) - Viewport now gets reference to the scene via {@link sap.ui.vk.ContentConnector}.
25548
+ * @deprecated As of version 1.50.0. Viewport now gets reference to the scene via {@link sap.ui.vk.ContentConnector}.
25542
25549
  *
25543
25550
  * @returns `this` to allow method chaining.
25544
25551
  */
@@ -25978,7 +25985,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
25978
25985
  /**
25979
25986
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
25980
25987
  *
25981
- * @experimental (since 1.82.0) - This method is experimental and might be modified or removed in future
25988
+ * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
25982
25989
  * versions
25983
25990
  *
25984
25991
  * @returns An array of nodes
@@ -26159,7 +26166,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
26159
26166
  /**
26160
26167
  * Sets the selection state of the nodes.
26161
26168
  *
26162
- * @deprecated (since 1.56.3) - Use {@link sap.ui.vk.threejs.ViewStateManager#setSelectionStates} instead.
26169
+ * @deprecated As of version 1.56.3. Use {@link sap.ui.vk.threejs.ViewStateManager#setSelectionStates} instead.
26163
26170
  *
26164
26171
  * @returns `this` to allow method chaining.
26165
26172
  */
@@ -26744,7 +26751,7 @@ declare module "sap/ui/vk/ToggleMenuButton" {
26744
26751
  *
26745
26752
  * @returns Value of property `textDirection`
26746
26753
  */
26747
- getTextDirection(): TextDirection | keyof typeof TextDirection;
26754
+ getTextDirection(): TextDirection;
26748
26755
  /**
26749
26756
  * Gets current value of property {@link #getType type}.
26750
26757
  *
@@ -26756,7 +26763,7 @@ declare module "sap/ui/vk/ToggleMenuButton" {
26756
26763
  *
26757
26764
  * @returns Value of property `type`
26758
26765
  */
26759
- getType(): ButtonType | keyof typeof ButtonType;
26766
+ getType(): ButtonType;
26760
26767
  /**
26761
26768
  * Gets current value of property {@link #getWidth width}.
26762
26769
  *
@@ -27759,9 +27766,7 @@ declare module "sap/ui/vk/tools/AnchorPointTool" {
27759
27766
  *
27760
27767
  * @returns Value of property `allowOperation`
27761
27768
  */
27762
- getAllowOperation():
27763
- | AnchorPointToolOperation
27764
- | keyof typeof AnchorPointToolOperation;
27769
+ getAllowOperation(): AnchorPointToolOperation;
27765
27770
  /**
27766
27771
  * Gets current value of property {@link #getEnableStepping enableStepping}.
27767
27772
  *
@@ -28449,7 +28454,7 @@ declare module "sap/ui/vk/tools/AxisAngleRotationTool" {
28449
28454
  *
28450
28455
  * @returns Value of property `nodeSet`
28451
28456
  */
28452
- getNodeSet(): ToolNodeSet | keyof typeof ToolNodeSet;
28457
+ getNodeSet(): ToolNodeSet;
28453
28458
  /**
28454
28459
  * Gets current value of property {@link #getShowEditingUI showEditingUI}.
28455
28460
  *
@@ -31064,14 +31069,14 @@ declare module "sap/ui/vk/tools/ExplodeTool" {
31064
31069
  *
31065
31070
  * @returns Value of property `axis`
31066
31071
  */
31067
- getAxis(): ExplodeAxis | keyof typeof ExplodeAxis;
31072
+ getAxis(): ExplodeAxis;
31068
31073
  /**
31069
31074
  * Gets current value of property {@link #getDirection direction}.
31070
31075
  *
31071
31076
  *
31072
31077
  * @returns Value of property `direction`
31073
31078
  */
31074
- getDirection(): ExplodeDirection | keyof typeof ExplodeDirection;
31079
+ getDirection(): ExplodeDirection;
31075
31080
  /**
31076
31081
  * Gets content of aggregation {@link #getItems items}.
31077
31082
  */
@@ -31098,7 +31103,7 @@ declare module "sap/ui/vk/tools/ExplodeTool" {
31098
31103
  *
31099
31104
  * @returns Value of property `type`
31100
31105
  */
31101
- getType(): ExplodeType | keyof typeof ExplodeType;
31106
+ getType(): ExplodeType;
31102
31107
  /**
31103
31108
  * Checks for the provided `sap.ui.vk.tools.ExplodeItemGroup` in the aggregation {@link #getItems items}.
31104
31109
  * and returns its index if found or -1 otherwise.
@@ -31745,7 +31750,7 @@ declare module "sap/ui/vk/tools/HitTestTool" {
31745
31750
  *
31746
31751
  * @returns Value of property `IdMode`
31747
31752
  */
31748
- getIdMode(): HitTestIdMode | keyof typeof HitTestIdMode;
31753
+ getIdMode(): HitTestIdMode;
31749
31754
  /**
31750
31755
  * Figure out which helper is needed and execute hit test
31751
31756
  *
@@ -32299,7 +32304,7 @@ declare module "sap/ui/vk/tools/MoveTool" {
32299
32304
  *
32300
32305
  * @returns Value of property `coordinateSystem`
32301
32306
  */
32302
- getCoordinateSystem(): CoordinateSystem | keyof typeof CoordinateSystem;
32307
+ getCoordinateSystem(): CoordinateSystem;
32303
32308
  /**
32304
32309
  * Gets current value of property {@link #getEnableSnapping enableSnapping}.
32305
32310
  *
@@ -32332,7 +32337,7 @@ declare module "sap/ui/vk/tools/MoveTool" {
32332
32337
  *
32333
32338
  * @returns Value of property `nodeSet`
32334
32339
  */
32335
- getNodeSet(): ToolNodeSet | keyof typeof ToolNodeSet;
32340
+ getNodeSet(): ToolNodeSet;
32336
32341
  /**
32337
32342
  * Gets current value of property {@link #getPlacementMode placementMode}.
32338
32343
  *
@@ -32343,7 +32348,7 @@ declare module "sap/ui/vk/tools/MoveTool" {
32343
32348
  *
32344
32349
  * @returns Value of property `placementMode`
32345
32350
  */
32346
- getPlacementMode(): GizmoPlacementMode | keyof typeof GizmoPlacementMode;
32351
+ getPlacementMode(): GizmoPlacementMode;
32347
32352
  /**
32348
32353
  * Gets current value of property {@link #getShowEditingUI showEditingUI}.
32349
32354
  *
@@ -32708,7 +32713,7 @@ declare module "sap/ui/vk/tools/PointCloudSelectionTool" {
32708
32713
  /**
32709
32714
  * Tool used to select points
32710
32715
  *
32711
- * @experimental (since 1.118.0) - This class is experimental and might be modified or removed in future
32716
+ * @experimental As of version 1.118.0. This class is experimental and might be modified or removed in future
32712
32717
  * versions.
32713
32718
  */
32714
32719
  export default class PointCloudSelectionTool extends Tool {
@@ -33048,7 +33053,7 @@ declare module "sap/ui/vk/tools/PointCloudSelectionTool" {
33048
33053
  /**
33049
33054
  * Describes the settings that can be provided to the PointCloudSelectionTool constructor.
33050
33055
  *
33051
- * @experimental (since 1.118.0) - This class is experimental and might be modified or removed in future
33056
+ * @experimental As of version 1.118.0. This class is experimental and might be modified or removed in future
33052
33057
  * versions.
33053
33058
  */
33054
33059
  export interface $PointCloudSelectionToolSettings extends $ToolSettings {
@@ -34607,7 +34612,7 @@ declare module "sap/ui/vk/tools/RotateTool" {
34607
34612
  *
34608
34613
  * @returns Value of property `axis`
34609
34614
  */
34610
- getAxis(): RotatableAxis | keyof typeof RotatableAxis;
34615
+ getAxis(): RotatableAxis;
34611
34616
  /**
34612
34617
  * Gets current value of property {@link #getCoordinateSystem coordinateSystem}.
34613
34618
  *
@@ -34618,7 +34623,7 @@ declare module "sap/ui/vk/tools/RotateTool" {
34618
34623
  *
34619
34624
  * @returns Value of property `coordinateSystem`
34620
34625
  */
34621
- getCoordinateSystem(): CoordinateSystem | keyof typeof CoordinateSystem;
34626
+ getCoordinateSystem(): CoordinateSystem;
34622
34627
  /**
34623
34628
  * Gets current value of property {@link #getEnableSnapping enableSnapping}.
34624
34629
  *
@@ -34651,7 +34656,7 @@ declare module "sap/ui/vk/tools/RotateTool" {
34651
34656
  *
34652
34657
  * @returns Value of property `nodeSet`
34653
34658
  */
34654
- getNodeSet(): ToolNodeSet | keyof typeof ToolNodeSet;
34659
+ getNodeSet(): ToolNodeSet;
34655
34660
  /**
34656
34661
  * Gets current value of property {@link #getPlacementMode placementMode}.
34657
34662
  *
@@ -34662,7 +34667,7 @@ declare module "sap/ui/vk/tools/RotateTool" {
34662
34667
  *
34663
34668
  * @returns Value of property `placementMode`
34664
34669
  */
34665
- getPlacementMode(): GizmoPlacementMode | keyof typeof GizmoPlacementMode;
34670
+ getPlacementMode(): GizmoPlacementMode;
34666
34671
  /**
34667
34672
  * Gets current value of property {@link #getShowEditingUI showEditingUI}.
34668
34673
  *
@@ -35710,7 +35715,7 @@ declare module "sap/ui/vk/tools/ScaleTool" {
35710
35715
  *
35711
35716
  * @returns Value of property `coordinateSystem`
35712
35717
  */
35713
- getCoordinateSystem(): CoordinateSystem | keyof typeof CoordinateSystem;
35718
+ getCoordinateSystem(): CoordinateSystem;
35714
35719
  /**
35715
35720
  * Gets current value of property {@link #getEnableSnapping enableSnapping}.
35716
35721
  *
@@ -35743,7 +35748,7 @@ declare module "sap/ui/vk/tools/ScaleTool" {
35743
35748
  *
35744
35749
  * @returns Value of property `nodeSet`
35745
35750
  */
35746
- getNodeSet(): ToolNodeSet | keyof typeof ToolNodeSet;
35751
+ getNodeSet(): ToolNodeSet;
35747
35752
  /**
35748
35753
  * Gets current value of property {@link #getNonUniformScaleEnabled nonUniformScaleEnabled}.
35749
35754
  *
@@ -35766,7 +35771,7 @@ declare module "sap/ui/vk/tools/ScaleTool" {
35766
35771
  *
35767
35772
  * @returns Value of property `placementMode`
35768
35773
  */
35769
- getPlacementMode(): GizmoPlacementMode | keyof typeof GizmoPlacementMode;
35774
+ getPlacementMode(): GizmoPlacementMode;
35770
35775
  /**
35771
35776
  * Gets current value of property {@link #getShowEditingUI showEditingUI}.
35772
35777
  *
@@ -37599,7 +37604,7 @@ declare module "sap/ui/vk/tools/TransformSvgElementTool" {
37599
37604
  *
37600
37605
  * @returns Value of property `nodeSet`
37601
37606
  */
37602
- getNodeSet(): ToolNodeSet | keyof typeof ToolNodeSet;
37607
+ getNodeSet(): ToolNodeSet;
37603
37608
  /**
37604
37609
  * Gets current value of property {@link #getUniformScaleEnabled uniformScaleEnabled}.
37605
37610
  *
@@ -38092,7 +38097,7 @@ declare module "sap/ui/vk/View" {
38092
38097
  /**
38093
38098
  * Returns view camera
38094
38099
  *
38095
- * @experimental (since 1.73.0) - This class is experimental and might be modified or removed in future
38100
+ * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38096
38101
  * versions.
38097
38102
  *
38098
38103
  * @returns view camera
@@ -38135,11 +38140,11 @@ declare module "sap/ui/vk/View" {
38135
38140
  *
38136
38141
  * @returns Value of property `navigationMode`
38137
38142
  */
38138
- getNavigationMode(): NavigationMode | keyof typeof NavigationMode;
38143
+ getNavigationMode(): NavigationMode;
38139
38144
  /**
38140
38145
  * Get parameters of nodes defined in view
38141
38146
  *
38142
- * @experimental (since 1.73.0) - This class is experimental and might be modified or removed in future
38147
+ * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38143
38148
  * versions.
38144
38149
  *
38145
38150
  * @returns Array of objects containing node information, each object contains the following fields
@@ -38232,7 +38237,7 @@ declare module "sap/ui/vk/View" {
38232
38237
  /**
38233
38238
  * Set view camera.
38234
38239
  *
38235
- * @experimental (since 1.73.0) - This class is experimental and might be modified or removed in future
38240
+ * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38236
38241
  * versions.
38237
38242
  *
38238
38243
  * @returns return this
@@ -38312,7 +38317,7 @@ declare module "sap/ui/vk/View" {
38312
38317
  /**
38313
38318
  * Set parameters of nodes defined in view
38314
38319
  *
38315
- * @experimental (since 1.73.0) - This class is experimental and might be modified or removed in future
38320
+ * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38316
38321
  * versions.
38317
38322
  *
38318
38323
  * @returns Reference to this in order to allow method chaining
@@ -38390,7 +38395,7 @@ declare module "sap/ui/vk/View" {
38390
38395
  * Update parameters of nodes if nodes are already defined, add parameters if the node is not defined in
38391
38396
  * view
38392
38397
  *
38393
- * @experimental (since 1.73.0) - This class is experimental and might be modified or removed in future
38398
+ * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38394
38399
  * versions.
38395
38400
  *
38396
38401
  * @returns Reference to this in order to allow method chaining
@@ -38607,7 +38612,7 @@ declare module "sap/ui/vk/Viewer" {
38607
38612
  /**
38608
38613
  * Activates the redline design control.
38609
38614
  *
38610
- * @deprecated (since 1.77.0) - Use {@link sap.ui.vk.tools.RedlineTool} instead
38615
+ * @deprecated As of version 1.77.0. Use {@link sap.ui.vk.tools.RedlineTool} instead
38611
38616
  *
38612
38617
  * @returns `this` to allow method chaining.
38613
38618
  */
@@ -39034,7 +39039,7 @@ declare module "sap/ui/vk/Viewer" {
39034
39039
  /**
39035
39040
  * It destroys the current instance of {sap.ui.vk.RedlineDesign}.
39036
39041
  *
39037
- * @deprecated (since 1.77.0) - Use {@link sap.ui.vk.tools.RedlineTool} instead
39042
+ * @deprecated As of version 1.77.0. Use {@link sap.ui.vk.tools.RedlineTool} instead
39038
39043
  *
39039
39044
  * @returns `this` to allow method chaining.
39040
39045
  */
@@ -39379,8 +39384,8 @@ declare module "sap/ui/vk/Viewer" {
39379
39384
  /**
39380
39385
  * Gets the GraphicsCore object if the currently loaded content is a 3D model.
39381
39386
  *
39382
- * @deprecated (since 1.50.0) - DVL namespace wil be removed in future and `GraphicsCore` does not have
39383
- * direct replacement. Use {@link sap.ui.vk.ContentConnector} for scene loading events.
39387
+ * @deprecated As of version 1.50.0. DVL namespace wil be removed in future and `GraphicsCore` does not
39388
+ * have direct replacement. Use {@link sap.ui.vk.ContentConnector} for scene loading events.
39384
39389
  *
39385
39390
  * @returns The GraphicsCore object. If there is no 3D scene loaded then `null` is returned.
39386
39391
  */
@@ -39419,7 +39424,7 @@ declare module "sap/ui/vk/Viewer" {
39419
39424
  /**
39420
39425
  * Gets the 2D viewport used for displaying format natively supported by the browser - 2D images etc.
39421
39426
  *
39422
- * @deprecated (since 1.96.0) - Use {@link sap.ui.vk.Viewport#getViewport} instead.
39427
+ * @deprecated As of version 1.96.0. Use {@link sap.ui.vk.Viewport#getViewport} instead.
39423
39428
  *
39424
39429
  * @returns The 2D viewport.
39425
39430
  */
@@ -39454,7 +39459,7 @@ declare module "sap/ui/vk/Viewer" {
39454
39459
  /**
39455
39460
  * Gets the RedlineDesign instance used for creating redlining shapes.
39456
39461
  *
39457
- * @deprecated (since 1.77.0) - Use {@link sap.ui.vk.tools.RedlineTool} instead
39462
+ * @deprecated As of version 1.77.0. Use {@link sap.ui.vk.tools.RedlineTool} instead
39458
39463
  *
39459
39464
  * @returns The RedlineDesign instance.
39460
39465
  */
@@ -41701,7 +41706,7 @@ declare module "sap/ui/vk/Viewport" {
41701
41706
  /**
41702
41707
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
41703
41708
  *
41704
- * @experimental (since 1.82.0) - This method is experimental and might be modified or removed in future
41709
+ * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
41705
41710
  * versions
41706
41711
  *
41707
41712
  * @returns An array of nodes
@@ -42802,7 +42807,7 @@ declare module "sap/ui/vk/ViewportBase" {
42802
42807
  *
42803
42808
  * @returns Value of property `renderMode`
42804
42809
  */
42805
- getRenderMode(): RenderMode | keyof typeof RenderMode;
42810
+ getRenderMode(): RenderMode;
42806
42811
  /**
42807
42812
  * Gets content of aggregation {@link #getSafeArea safeArea}.
42808
42813
  *
@@ -42819,9 +42824,7 @@ declare module "sap/ui/vk/ViewportBase" {
42819
42824
  *
42820
42825
  * @returns Value of property `selectionDisplayMode`
42821
42826
  */
42822
- getSelectionDisplayMode():
42823
- | SelectionDisplayMode
42824
- | keyof typeof SelectionDisplayMode;
42827
+ getSelectionDisplayMode(): SelectionDisplayMode;
42825
42828
  /**
42826
42829
  * Gets current value of property {@link #getSelectionMode selectionMode}.
42827
42830
  *
@@ -44075,7 +44078,7 @@ declare module "sap/ui/vk/ViewStateManager" {
44075
44078
  /**
44076
44079
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
44077
44080
  *
44078
- * @experimental (since 1.82.0) - This method is experimental and might be modified or removed in future
44081
+ * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
44079
44082
  * versions
44080
44083
  *
44081
44084
  * @returns An array of nodes
@@ -44310,7 +44313,7 @@ declare module "sap/ui/vk/ViewStateManager" {
44310
44313
  /**
44311
44314
  * Sets the selection state of the nodes.
44312
44315
  *
44313
- * @deprecated (since 1.56.3) - Use {@link sap.ui.vk.ViewStateManager#setSelectionStates} instead.
44316
+ * @deprecated As of version 1.56.3. Use {@link sap.ui.vk.ViewStateManager#setSelectionStates} instead.
44314
44317
  *
44315
44318
  * @returns `this` to allow method chaining.
44316
44319
  */
@@ -45790,8 +45793,8 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
45790
45793
  * If a single node reference is passed to the method then a single value is returned.
45791
45794
  * If an array of node references is passed to the method then an array of values is returned.
45792
45795
  *
45793
- * @experimental (since 1.111.0) - This method is experimental and might be modified or removed in future
45794
- * versions.
45796
+ * @experimental As of version 1.111.0. This method is experimental and might be modified or removed in
45797
+ * future versions.
45795
45798
  *
45796
45799
  * @returns A single value or an array of values. Value `null` means that the node's own `selectable` property
45797
45800
  * should be used.
@@ -46076,8 +46079,8 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
46076
46079
  * a grouping node is ***selectable*** then its descendants can be either ***selectable*** or ***unselectable***
46077
46080
  * based on their `selectable` property.
46078
46081
  *
46079
- * @experimental (since 1.111.0) - This method is experimental and might be modified or removed in future
46080
- * versions.
46082
+ * @experimental As of version 1.111.0. This method is experimental and might be modified or removed in
46083
+ * future versions.
46081
46084
  *
46082
46085
  * @returns `this` to allow method chaining.
46083
46086
  */
@@ -46095,7 +46098,7 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
46095
46098
  /**
46096
46099
  * Sets the selection state of the nodes.
46097
46100
  *
46098
- * @deprecated (since 1.56.3) - Use {@link sap.ui.vk.ViewStateManagerBase#setSelectionStates} instead.
46101
+ * @deprecated As of version 1.56.3. Use {@link sap.ui.vk.ViewStateManagerBase#setSelectionStates} instead.
46099
46102
  *
46100
46103
  * @returns `this` to allow method chaining.
46101
46104
  */