@sapui5/ts-types 1.108.1 → 1.109.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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -3
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +285 -25
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +57 -20
  10. package/types/sap.fe.macros.d.ts +23 -3
  11. package/types/sap.fe.navigation.d.ts +888 -1
  12. package/types/sap.fe.templates.d.ts +3 -3
  13. package/types/sap.fe.test.d.ts +33 -17
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +51 -1
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +152 -54
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +1 -1
  21. package/types/sap.ndc.d.ts +83 -29
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +117 -675
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +3 -3
  27. package/types/sap.suite.ui.generic.template.d.ts +499 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +1 -1
  32. package/types/sap.ui.comp.d.ts +97 -13
  33. package/types/sap.ui.core.d.ts +240 -260
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +92 -11
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +63 -5
  40. package/types/sap.ui.layout.d.ts +1 -1
  41. package/types/sap.ui.mdc.d.ts +3 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +380 -80
  46. package/types/sap.ui.table.d.ts +1 -3
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +81 -3
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +39 -36
  51. package/types/sap.ui.vk.d.ts +512 -248
  52. package/types/sap.ui.vtm.d.ts +1 -1
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +1 -1
  55. package/types/sap.ui.webc.main.d.ts +1 -1
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +1 -1
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.0
1
+ // For Library Version: 1.109.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -329,7 +329,7 @@ declare namespace sap {
329
329
  *
330
330
  * @returns `this` to allow method chaining.
331
331
  */
332
- collectGarbage(): sap.ui.vk.ContentManager;
332
+ collectGarbage(): this;
333
333
  /**
334
334
  * @SINCE 1.50.0
335
335
  *
@@ -342,7 +342,7 @@ declare namespace sap {
342
342
  * The content to destroy.
343
343
  */
344
344
  content: any
345
- ): sap.ui.vk.ContentManager;
345
+ ): this;
346
346
  /**
347
347
  * @SINCE 1.50.0
348
348
  *
@@ -361,7 +361,7 @@ declare namespace sap {
361
361
  * The content resources to load or update.
362
362
  */
363
363
  contentResources: sap.ui.vk.ContentResource[]
364
- ): sap.ui.vk.ContentManager;
364
+ ): this;
365
365
  }
366
366
  /**
367
367
  * @SINCE 1.32.0
@@ -469,7 +469,7 @@ declare namespace sap {
469
469
  *
470
470
  * @returns `this` to allow method chaining.
471
471
  */
472
- collectGarbage(): sap.ui.vk.dvl.GraphicsCore;
472
+ collectGarbage(): this;
473
473
  /**
474
474
  * @deprecated (since 1.50.0)
475
475
  *
@@ -501,7 +501,7 @@ declare namespace sap {
501
501
  * The scene to destroy.
502
502
  */
503
503
  vkScene: sap.ui.vk.dvl.Scene
504
- ): sap.ui.vk.dvl.GraphicsCore;
504
+ ): this;
505
505
  /**
506
506
  * @deprecated (since 1.50.0)
507
507
  *
@@ -515,7 +515,7 @@ declare namespace sap {
515
515
  * The ViewStateManagerObject to destroy.
516
516
  */
517
517
  viewStateManager: sap.ui.vk.ViewStateManager
518
- ): sap.ui.vk.dvl.GraphicsCore;
518
+ ): this;
519
519
  /**
520
520
  * Gets one of APIs supported by the DVL library.
521
521
  *
@@ -555,7 +555,7 @@ declare namespace sap {
555
555
  * The callback function to call to report the file loading progress.
556
556
  */
557
557
  onProgress: Function
558
- ): sap.ui.vk.dvl.GraphicsCore;
558
+ ): this;
559
559
  /**
560
560
  * Sets an object that decrypts content of encrypted models.
561
561
  *
@@ -566,7 +566,7 @@ declare namespace sap {
566
566
  * An object that decrypts content of encrypted models.
567
567
  */
568
568
  handler: sap.ui.vk.DecryptionHandler
569
- ): sap.ui.vk.dvl.GraphicsCore;
569
+ ): this;
570
570
  /**
571
571
  * @SINCE 1.95.0
572
572
  *
@@ -585,7 +585,7 @@ declare namespace sap {
585
585
  * any retry attempts.
586
586
  */
587
587
  retryCount: int
588
- ): sap.ui.vk.dvl.GraphicsCore;
588
+ ): this;
589
589
  /**
590
590
  * Shows or hides debug information in the viewports.
591
591
  *
@@ -596,7 +596,7 @@ declare namespace sap {
596
596
  * `true` to show debug information, `false` to hide debug information.
597
597
  */
598
598
  enable: boolean
599
- ): sap.ui.vk.dvl.GraphicsCore;
599
+ ): this;
600
600
  /**
601
601
  * Updates or rebuilds a scene tree from the hierarchy of content resources.
602
602
  *
@@ -876,7 +876,7 @@ declare namespace sap {
876
876
  * The layer proxy object.
877
877
  */
878
878
  layerProxy: sap.ui.vk.LayerProxy
879
- ): sap.ui.vk.LayerProxy;
879
+ ): this;
880
880
  /**
881
881
  * Destroys the node proxy object.
882
882
  *
@@ -887,7 +887,7 @@ declare namespace sap {
887
887
  * The node proxy object.
888
888
  */
889
889
  nodeProxy: sap.ui.vk.dvl.NodeProxy
890
- ): sap.ui.vk.dvl.NodeHierarchy;
890
+ ): this;
891
891
  /**
892
892
  * Enumerates the ancestor nodes of a particular node in the Scene object.
893
893
  *
@@ -917,7 +917,7 @@ declare namespace sap {
917
917
  * If `false`, then the node proxies of the ancestor nodes are passed to the `callback` function.
918
918
  */
919
919
  passNodeRef?: boolean
920
- ): sap.ui.vk.dvl.NodeHierarchy;
920
+ ): this;
921
921
  /**
922
922
  * Enumerates the child nodes of a particular node in the Scene object.
923
923
  *
@@ -955,7 +955,7 @@ declare namespace sap {
955
955
  * function.
956
956
  */
957
957
  passNodeRef?: boolean
958
- ): sap.ui.vk.dvl.NodeHierarchy;
958
+ ): this;
959
959
  /**
960
960
  * Enumerates the child nodes of a particular node in the Scene object.
961
961
  *
@@ -987,7 +987,7 @@ declare namespace sap {
987
987
  * function.
988
988
  */
989
989
  passNodeRef?: boolean
990
- ): sap.ui.vk.dvl.NodeHierarchy;
990
+ ): this;
991
991
  /**
992
992
  * Finds nodes in a scene via node name.
993
993
  *
@@ -1119,7 +1119,7 @@ declare namespace sap {
1119
1119
  * The reference to a node or an array of nodes to destroy.
1120
1120
  */
1121
1121
  nodeRef: any
1122
- ): sap.ui.vk.dvl.NodeHierarchy;
1122
+ ): this;
1123
1123
  }
1124
1124
  /**
1125
1125
  * @SINCE 1.32.0
@@ -1814,7 +1814,7 @@ declare namespace sap {
1814
1814
  * FF blue, FF green, FF red)
1815
1815
  */
1816
1816
  integerColor: int
1817
- ): sap.ui.vk.Viewport;
1817
+ ): this;
1818
1818
  /**
1819
1819
  * Sets the background color for the top area of the Viewport.
1820
1820
  *
@@ -1826,7 +1826,7 @@ declare namespace sap {
1826
1826
  * FF blue, FF green, FF red)
1827
1827
  */
1828
1828
  integerColor: int
1829
- ): sap.ui.vk.Viewport;
1829
+ ): this;
1830
1830
  /**
1831
1831
  * @deprecated (since 1.50.0)
1832
1832
  *
@@ -1841,7 +1841,7 @@ declare namespace sap {
1841
1841
  * is `null`, the rendering object corresponding to the Viewport is destroyed.
1842
1842
  */
1843
1843
  graphicsCore: sap.ui.vk.dvl.GraphicsCore
1844
- ): sap.ui.vk.Viewport;
1844
+ ): this;
1845
1845
  /**
1846
1846
  * @deprecated (since 1.50.0)
1847
1847
  *
@@ -1854,7 +1854,7 @@ declare namespace sap {
1854
1854
  * The scene to attach to the Viewport.
1855
1855
  */
1856
1856
  scene: sap.ui.vk.Scene
1857
- ): sap.ui.vk.Viewport;
1857
+ ): this;
1858
1858
  /**
1859
1859
  * Set selection rectangle for rendering
1860
1860
  */
@@ -1868,7 +1868,7 @@ declare namespace sap {
1868
1868
  *
1869
1869
  * @returns `this` to allow method chaining.
1870
1870
  */
1871
- setShouldRenderFrame(): sap.ui.vk.Viewport;
1871
+ setShouldRenderFrame(): this;
1872
1872
  /**
1873
1873
  * Sets the current scene to use the camera view information acquired from the {@link sap.ui.vk.Viewport#getViewInfo
1874
1874
  * getViewInfo} method.
@@ -1987,7 +1987,7 @@ declare namespace sap {
1987
1987
  * Fly-to animation duration in seconds.
1988
1988
  */
1989
1989
  flyToDuration?: float
1990
- ): sap.ui.vk.Viewport;
1990
+ ): this;
1991
1991
  /**
1992
1992
  *
1993
1993
  * @returns `this` to allow method chaining.
@@ -2005,7 +2005,7 @@ declare namespace sap {
2005
2005
  * The color to use for highlighting the nodes passed as argument.
2006
2006
  */
2007
2007
  color: int | sap.ui.core.CSSColor
2008
- ): sap.ui.vk.Viewport;
2008
+ ): this;
2009
2009
  /**
2010
2010
  * Executes a click or tap gesture.
2011
2011
  *
@@ -2143,7 +2143,7 @@ declare namespace sap {
2143
2143
  * A function to call when the selected nodes are enumerated. The function takes one parameter of type `string`.
2144
2144
  */
2145
2145
  callback: Function
2146
- ): sap.ui.vk.ViewStateManager;
2146
+ ): this;
2147
2147
  /**
2148
2148
  * Gets the NodeHierarchy object associated with this ViewStateManager object.
2149
2149
  *
@@ -2241,7 +2241,7 @@ declare namespace sap {
2241
2241
  * The flags indicates if the change needs to propagate recursively to child nodes.
2242
2242
  */
2243
2243
  recursive?: boolean
2244
- ): sap.ui.vk.ViewStateManager;
2244
+ ): this;
2245
2245
  /**
2246
2246
  * @deprecated (since 1.56.3)
2247
2247
  *
@@ -2266,7 +2266,7 @@ declare namespace sap {
2266
2266
  * The flag to suppress selectionChanged event.
2267
2267
  */
2268
2268
  blockNotification: boolean
2269
- ): sap.ui.vk.ViewStateManager;
2269
+ ): this;
2270
2270
  /**
2271
2271
  * Sets or resets the selection state of the nodes.
2272
2272
  *
@@ -2289,7 +2289,7 @@ declare namespace sap {
2289
2289
  * The flag to suppress selectionChanged event.
2290
2290
  */
2291
2291
  blockNotification: boolean
2292
- ): sap.ui.vk.ViewStateManager;
2292
+ ): this;
2293
2293
  /**
2294
2294
  * Sets the tint color of the nodes.
2295
2295
  *
@@ -2310,7 +2310,7 @@ declare namespace sap {
2310
2310
  * This flag indicates if the change needs to propagate recursively to child nodes.
2311
2311
  */
2312
2312
  recursive?: boolean
2313
- ): sap.ui.vk.ViewStateManager;
2313
+ ): this;
2314
2314
  /**
2315
2315
  * Sets the visibility state of the nodes.
2316
2316
  *
@@ -2334,7 +2334,7 @@ declare namespace sap {
2334
2334
  * will force node to be visible regardless of parent's state.
2335
2335
  */
2336
2336
  force: boolean
2337
- ): sap.ui.vk.ViewStateManager;
2337
+ ): this;
2338
2338
  }
2339
2339
  /**
2340
2340
  * @deprecated (since 1.72.0)
@@ -2655,7 +2655,7 @@ declare namespace sap {
2655
2655
  * The content resources to load or update.
2656
2656
  */
2657
2657
  contentResources: sap.ui.vk.ContentResource[]
2658
- ): sap.ui.vk.ContentManager;
2658
+ ): this;
2659
2659
  }
2660
2660
  /**
2661
2661
  * Provides the ability to explore a Scene object's node structure.
@@ -2799,7 +2799,7 @@ declare namespace sap {
2799
2799
  * The layer proxy object.
2800
2800
  */
2801
2801
  layerProxy: sap.ui.vk.LayerProxy
2802
- ): /* was: sap.ui.vk.LayerHierarchy */ any;
2802
+ ): this;
2803
2803
  /**
2804
2804
  * Destroys the node proxy object.
2805
2805
  *
@@ -2810,7 +2810,7 @@ declare namespace sap {
2810
2810
  * The node proxy object.
2811
2811
  */
2812
2812
  nodeProxy: sap.ui.vk.NodeProxy
2813
- ): sap.ui.vk.NodeHierarchy;
2813
+ ): this;
2814
2814
  /**
2815
2815
  * Enumerates the ancestor nodes of a particular node in the Scene object.
2816
2816
  *
@@ -2840,7 +2840,7 @@ declare namespace sap {
2840
2840
  * If `false`, then the node proxies of the ancestor nodes are passed to the `callback` function.
2841
2841
  */
2842
2842
  passNodeRef?: boolean
2843
- ): sap.ui.vk.NodeHierarchy;
2843
+ ): this;
2844
2844
  /**
2845
2845
  * Enumerates the child nodes of a particular node in the Scene object.
2846
2846
  *
@@ -2878,7 +2878,7 @@ declare namespace sap {
2878
2878
  * function.
2879
2879
  */
2880
2880
  passNodeRef?: boolean
2881
- ): sap.ui.vk.NodeHierarchy;
2881
+ ): this;
2882
2882
  /**
2883
2883
  * Enumerates the child nodes of a particular node in the Scene object.
2884
2884
  *
@@ -2910,7 +2910,7 @@ declare namespace sap {
2910
2910
  * function.
2911
2911
  */
2912
2912
  passNodeRef?: boolean
2913
- ): sap.ui.vk.NodeHierarchy;
2913
+ ): this;
2914
2914
  /**
2915
2915
  * Finds nodes in a scene via node name.
2916
2916
  *
@@ -3036,7 +3036,7 @@ declare namespace sap {
3036
3036
  * The reference object of a node or an array of nodes to destroy.
3037
3037
  */
3038
3038
  nodeRef: any
3039
- ): sap.ui.vk.NodeHierarchy;
3039
+ ): this;
3040
3040
  }
3041
3041
  /**
3042
3042
  * Provides a proxy object to the node in the node hierarchy.
@@ -3605,11 +3605,6 @@ declare namespace sap {
3605
3605
  selection?: boolean | object;
3606
3606
  }
3607
3607
  ): object;
3608
- /**
3609
- *
3610
- * @returns `this` to allow method chaining.
3611
- */
3612
- onSetViewStateManager(): sap.ui.vk.svg.Viewport;
3613
3608
  /**
3614
3609
  * Queues a command for execution during the rendering cycle. All gesture operations should be called using
3615
3610
  * this method.
@@ -3634,7 +3629,7 @@ declare namespace sap {
3634
3629
  * The scene to attach to the Viewport.
3635
3630
  */
3636
3631
  scene: sap.ui.vk.svg.Scene
3637
- ): sap.ui.vk.svg.Viewport;
3632
+ ): this;
3638
3633
  /**
3639
3634
  * Sets the current scene to use the camera view information acquired from the {@link sap.ui.vk.Viewport#getViewInfo
3640
3635
  * getViewInfo} method.
@@ -3694,7 +3689,7 @@ declare namespace sap {
3694
3689
  * Fly-to animation duration in seconds.
3695
3690
  */
3696
3691
  flyToDuration?: float
3697
- ): sap.ui.vk.Viewport;
3692
+ ): this;
3698
3693
  /**
3699
3694
  *
3700
3695
  * @returns `this` to allow method chaining.
@@ -3712,7 +3707,7 @@ declare namespace sap {
3712
3707
  * The color to use for highlighting the nodes passed as argument.
3713
3708
  */
3714
3709
  color: int | sap.ui.core.CSSColor
3715
- ): sap.ui.vk.Viewport;
3710
+ ): this;
3716
3711
  /**
3717
3712
  * Zooms the scene to a bounding box created from a particular set of nodes.
3718
3713
  *
@@ -3819,7 +3814,7 @@ declare namespace sap {
3819
3814
  * A function to call when the selected nodes are enumerated. The function takes one parameter of type `string`.
3820
3815
  */
3821
3816
  callback: Function
3822
- ): sap.ui.vk.ViewStateManager;
3817
+ ): this;
3823
3818
  /**
3824
3819
  * Gets the default highlighting color
3825
3820
  *
@@ -3923,7 +3918,7 @@ declare namespace sap {
3923
3918
  * be used.
3924
3919
  */
3925
3920
  color: sap.ui.core.CSSColor | string | int
3926
- ): sap.ui.vk.ViewStateManager;
3921
+ ): this;
3927
3922
  /**
3928
3923
  * Sets the opacity of the nodes.
3929
3924
  *
@@ -3943,7 +3938,7 @@ declare namespace sap {
3943
3938
  * This flag is not used, as opacity is always recursively applied to the offspring nodes by multiplication
3944
3939
  */
3945
3940
  recursive?: boolean
3946
- ): sap.ui.vk.ViewStateManager;
3941
+ ): this;
3947
3942
  /**
3948
3943
  * @deprecated (since 1.80.0)
3949
3944
  *
@@ -3968,7 +3963,7 @@ declare namespace sap {
3968
3963
  * The flag to suppress selectionChanged event.
3969
3964
  */
3970
3965
  blockNotification: boolean
3971
- ): sap.ui.vk.ViewStateManager;
3966
+ ): this;
3972
3967
  /**
3973
3968
  * Sets or resets the selection state of the nodes.
3974
3969
  *
@@ -3991,7 +3986,7 @@ declare namespace sap {
3991
3986
  * The flag to suppress selectionChanged event.
3992
3987
  */
3993
3988
  blockNotification: boolean
3994
- ): sap.ui.vk.ViewStateManager;
3989
+ ): this;
3995
3990
  /**
3996
3991
  * Sets the tint color of the nodes.
3997
3992
  *
@@ -4017,7 +4012,7 @@ declare namespace sap {
4017
4012
  * This flag indicates if the change needs to propagate recursively to child nodes.
4018
4013
  */
4019
4014
  recursive?: boolean
4020
- ): sap.ui.vk.ViewStateManager;
4015
+ ): this;
4021
4016
  /**
4022
4017
  * Sets the visibility state of the nodes.
4023
4018
  *
@@ -4041,7 +4036,7 @@ declare namespace sap {
4041
4036
  * will force node to be visible regardless of parent's state.
4042
4037
  */
4043
4038
  force: boolean
4044
- ): sap.ui.vk.ViewStateManager;
4039
+ ): this;
4045
4040
  }
4046
4041
  }
4047
4042
 
@@ -4297,7 +4292,7 @@ declare namespace sap {
4297
4292
  *
4298
4293
  * @returns `this` to allow method chaining.
4299
4294
  */
4300
- collectGarbage(): sap.ui.vk.ContentManager;
4295
+ collectGarbage(): this;
4301
4296
  /**
4302
4297
  * @SINCE 1.52.0
4303
4298
  *
@@ -4326,7 +4321,7 @@ declare namespace sap {
4326
4321
  * The content to destroy.
4327
4322
  */
4328
4323
  content: any
4329
- ): sap.ui.vk.ContentManager;
4324
+ ): this;
4330
4325
  /**
4331
4326
  * @SINCE 1.50.0
4332
4327
  *
@@ -4345,7 +4340,7 @@ declare namespace sap {
4345
4340
  * The content resources to load or update.
4346
4341
  */
4347
4342
  contentResources: sap.ui.vk.ContentResource[]
4348
- ): sap.ui.vk.ContentManager;
4343
+ ): this;
4349
4344
  }
4350
4345
  /**
4351
4346
  * @EXPERIMENTAL (since 1.60.0) - This class is experimental and might be modified or removed in future
@@ -4538,7 +4533,7 @@ declare namespace sap {
4538
4533
  * The layer proxy object.
4539
4534
  */
4540
4535
  layerProxy: sap.ui.vk.LayerProxy
4541
- ): /* was: sap.ui.vk.LayerHierarchy */ any;
4536
+ ): this;
4542
4537
  /**
4543
4538
  * Destroys the node proxy object.
4544
4539
  *
@@ -4549,7 +4544,7 @@ declare namespace sap {
4549
4544
  * The node proxy object.
4550
4545
  */
4551
4546
  nodeProxy: sap.ui.vk.NodeProxy
4552
- ): sap.ui.vk.NodeHierarchy;
4547
+ ): this;
4553
4548
  /**
4554
4549
  * Enumerates the ancestor nodes of a particular node in the Scene object.
4555
4550
  *
@@ -4579,7 +4574,7 @@ declare namespace sap {
4579
4574
  * If `false`, then the node proxies of the ancestor nodes are passed to the `callback` function.
4580
4575
  */
4581
4576
  passNodeRef?: boolean
4582
- ): sap.ui.vk.NodeHierarchy;
4577
+ ): this;
4583
4578
  /**
4584
4579
  * Enumerates the child nodes of a particular node in the Scene object.
4585
4580
  *
@@ -4617,7 +4612,7 @@ declare namespace sap {
4617
4612
  * function.
4618
4613
  */
4619
4614
  passNodeRef?: boolean
4620
- ): sap.ui.vk.NodeHierarchy;
4615
+ ): this;
4621
4616
  /**
4622
4617
  * Enumerates the child nodes of a particular node in the Scene object.
4623
4618
  *
@@ -4649,7 +4644,7 @@ declare namespace sap {
4649
4644
  * function.
4650
4645
  */
4651
4646
  passNodeRef?: boolean
4652
- ): sap.ui.vk.NodeHierarchy;
4647
+ ): this;
4653
4648
  /**
4654
4649
  * Finds nodes in a scene via node name.
4655
4650
  *
@@ -4809,7 +4804,7 @@ declare namespace sap {
4809
4804
  * The reference object of a node or an array of nodes to destroy.
4810
4805
  */
4811
4806
  nodeRef: any
4812
- ): sap.ui.vk.NodeHierarchy;
4807
+ ): this;
4813
4808
  }
4814
4809
  /**
4815
4810
  * Provides a proxy object to the node in the node hierarchy.
@@ -4870,7 +4865,7 @@ declare namespace sap {
4870
4865
  * Material to be assigned.
4871
4866
  */
4872
4867
  value: sap.ui.vk.Material
4873
- ): sap.ui.vk.NodeHierarchy;
4868
+ ): this;
4874
4869
  /**
4875
4870
  * Retrieve all materials defined in the current node
4876
4871
  *
@@ -4928,7 +4923,7 @@ declare namespace sap {
4928
4923
  * Material replacement.
4929
4924
  */
4930
4925
  material: sap.ui.vk.Material | THREE.Material
4931
- ): sap.ui.vk.NodeHierarchy;
4926
+ ): this;
4932
4927
  }
4933
4928
  /**
4934
4929
  * @SINCE 1.52.0
@@ -5155,6 +5150,12 @@ declare namespace sap {
5155
5150
  * @returns The unique ID of the Scene object.
5156
5151
  */
5157
5152
  getId(): string;
5153
+ /**
5154
+ * Get initial view
5155
+ *
5156
+ * @returns initial view
5157
+ */
5158
+ getInitialView(): sap.ui.vk.View;
5158
5159
  /**
5159
5160
  * Gets the scene reference for the Scene object.
5160
5161
  *
@@ -5183,6 +5184,15 @@ declare namespace sap {
5183
5184
  */
5184
5185
  pIDs: string | string[]
5185
5186
  ): THREE.Object3D | THREE.Object3D[];
5187
+ /**
5188
+ * Set initial view
5189
+ */
5190
+ setInitialView(
5191
+ /**
5192
+ * Initial view
5193
+ */
5194
+ view: sap.ui.vk.View
5195
+ ): void;
5186
5196
  }
5187
5197
  /**
5188
5198
  * @EXPERIMENTAL (since 1.60.0) - This class is experimental and might be modified or removed in future
@@ -5294,7 +5304,7 @@ declare namespace sap {
5294
5304
  /**
5295
5305
  * true if not animating the change of camera
5296
5306
  */
5297
- notAnimateCameraChange: boolean
5307
+ skipCameraTransitionAnimation: boolean
5298
5308
  ): sap.ui.vk.threejs.Viewport;
5299
5309
  /**
5300
5310
  * Attaches event handler `fnFunction` to the {@link #event:cameraChanged cameraChanged} event of this `sap.ui.vk.threejs.Viewport`.
@@ -5686,7 +5696,7 @@ declare namespace sap {
5686
5696
  * parameter
5687
5697
  */
5688
5698
  camera: sap.ui.vk.Camera
5689
- ): sap.ui.vk.threejs.Viewport;
5699
+ ): this;
5690
5700
  /**
5691
5701
  * @deprecated (since 1.50.0)
5692
5702
  *
@@ -5699,12 +5709,12 @@ declare namespace sap {
5699
5709
  * The scene to attach to the Viewport.
5700
5710
  */
5701
5711
  scene: sap.ui.vk.threejs.Scene
5702
- ): sap.ui.vk.threejs.Viewport;
5712
+ ): this;
5703
5713
  /**
5704
5714
  *
5705
5715
  * @returns `this` to allow method chaining.
5706
5716
  */
5707
- setShouldRenderFrame(): sap.ui.vk.threejs.Viewport;
5717
+ setShouldRenderFrame(): this;
5708
5718
  /**
5709
5719
  * Sets the current scene to use the camera view information acquired from the {@link sap.ui.vk.Viewport#getViewInfo
5710
5720
  * getViewInfo} method.
@@ -5836,7 +5846,7 @@ declare namespace sap {
5836
5846
  * Fly-to animation duration in seconds.
5837
5847
  */
5838
5848
  flyToDuration?: float
5839
- ): sap.ui.vk.Viewport;
5849
+ ): this;
5840
5850
  /**
5841
5851
  * Zooms the scene to a bounding box created from a particular set of nodes.
5842
5852
  *
@@ -5943,7 +5953,7 @@ declare namespace sap {
5943
5953
  * A function to call when the outlined nodes are enumerated. The function takes one parameter of type `string`.
5944
5954
  */
5945
5955
  callback: Function
5946
- ): sap.ui.vk.ViewStateManager;
5956
+ ): this;
5947
5957
  /**
5948
5958
  * Enumerates IDs of the selected nodes.
5949
5959
  *
@@ -5954,7 +5964,7 @@ declare namespace sap {
5954
5964
  * A function to call when the selected nodes are enumerated. The function takes one parameter of type `string`.
5955
5965
  */
5956
5966
  callback: Function
5957
- ): sap.ui.vk.ViewStateManager;
5967
+ ): this;
5958
5968
  /**
5959
5969
  * Gets the default highlighting color
5960
5970
  *
@@ -6113,6 +6123,17 @@ declare namespace sap {
6113
6123
  */
6114
6124
  property: string
6115
6125
  ): void;
6126
+ /**
6127
+ * Replace node's current transformation with its rest transformation stored in active view..
6128
+ *
6129
+ * @returns `this` to allow method chaining.
6130
+ */
6131
+ restoreRestTransformation(
6132
+ /**
6133
+ * The node reference.
6134
+ */
6135
+ nodeRef: any
6136
+ ): this;
6116
6137
  /**
6117
6138
  * Sets the default highlighting color
6118
6139
  *
@@ -6125,7 +6146,18 @@ declare namespace sap {
6125
6146
  * be used.
6126
6147
  */
6127
6148
  color: sap.ui.core.CSSColor | string | int
6128
- ): sap.ui.vk.ViewStateManager;
6149
+ ): this;
6150
+ /**
6151
+ * Set highlight display state.
6152
+ *
6153
+ * @returns `this` to allow method chaining.
6154
+ */
6155
+ setHighlightDisplayState(
6156
+ /**
6157
+ * for playing highlight - playing, pausing, and stopped
6158
+ */
6159
+ state: /* was: sap.ui.vk.HighlightDisplayState */ any
6160
+ ): this;
6129
6161
  /**
6130
6162
  * Sets the opacity of the nodes.
6131
6163
  *
@@ -6145,7 +6177,7 @@ declare namespace sap {
6145
6177
  * This flag is not used, as opacity is always recursively applied to the offspring nodes by multiplication
6146
6178
  */
6147
6179
  recursive?: boolean
6148
- ): sap.ui.vk.ViewStateManager;
6180
+ ): this;
6149
6181
  /**
6150
6182
  * Sets the outline color
6151
6183
  *
@@ -6158,7 +6190,7 @@ declare namespace sap {
6158
6190
  * be used.
6159
6191
  */
6160
6192
  color: sap.ui.core.CSSColor | string | int
6161
- ): sap.ui.vk.ViewStateManager;
6193
+ ): this;
6162
6194
  /**
6163
6195
  * Sets the outline width
6164
6196
  *
@@ -6169,7 +6201,7 @@ declare namespace sap {
6169
6201
  * width of outline
6170
6202
  */
6171
6203
  width: float
6172
- ): sap.ui.vk.ViewStateManager;
6204
+ ): this;
6173
6205
  /**
6174
6206
  * Sets or resets the outlining state of the nodes.
6175
6207
  *
@@ -6192,7 +6224,7 @@ declare namespace sap {
6192
6224
  * The flag to suppress outlineChanged event.
6193
6225
  */
6194
6226
  blockNotification: boolean
6195
- ): sap.ui.vk.ViewStateManager;
6227
+ ): this;
6196
6228
  /**
6197
6229
  * @deprecated (since 1.56.3)
6198
6230
  *
@@ -6217,7 +6249,7 @@ declare namespace sap {
6217
6249
  * The flag to suppress selectionChanged event.
6218
6250
  */
6219
6251
  blockNotification: boolean
6220
- ): sap.ui.vk.ViewStateManager;
6252
+ ): this;
6221
6253
  /**
6222
6254
  * Sets or resets the selection state of the nodes.
6223
6255
  *
@@ -6240,7 +6272,7 @@ declare namespace sap {
6240
6272
  * The flag to suppress selectionChanged event.
6241
6273
  */
6242
6274
  blockNotification: boolean
6243
- ): sap.ui.vk.ViewStateManager;
6275
+ ): this;
6244
6276
  /**
6245
6277
  * Sets if showing the bounding box when nodes are selected
6246
6278
  */
@@ -6275,7 +6307,7 @@ declare namespace sap {
6275
6307
  * This flag indicates if the change needs to propagate recursively to child nodes.
6276
6308
  */
6277
6309
  recursive?: boolean
6278
- ): sap.ui.vk.ViewStateManager;
6310
+ ): this;
6279
6311
  /**
6280
6312
  * Sets the visibility state of the nodes.
6281
6313
  *
@@ -6299,7 +6331,33 @@ declare namespace sap {
6299
6331
  * will force node to be visible regardless of parent's state.
6300
6332
  */
6301
6333
  force: boolean
6302
- ): sap.ui.vk.ViewStateManager;
6334
+ ): this;
6335
+ /**
6336
+ * Copy nodes' current transformation into their rest transformation stored in active view.
6337
+ *
6338
+ * @returns `this` to allow method chaining.
6339
+ */
6340
+ updateNodesRestTransformation(
6341
+ /**
6342
+ * Array of node references.
6343
+ */
6344
+ nodeRefs: any[]
6345
+ ): this;
6346
+ /**
6347
+ * Copy node's current transformation into its rest transformation stored in active view.
6348
+ *
6349
+ * @returns `this` to allow method chaining.
6350
+ */
6351
+ updateRestTransformation(
6352
+ /**
6353
+ * The node reference.
6354
+ */
6355
+ nodeRef: any,
6356
+ /**
6357
+ * Do not fire sequence changed event if true
6358
+ */
6359
+ DoNotFireSequenceChanged: boolean
6360
+ ): this;
6303
6361
  }
6304
6362
  /**
6305
6363
  * Defines the three.js material type.
@@ -7238,19 +7296,19 @@ declare namespace sap {
7238
7296
  * The node reference or Matrix4.
7239
7297
  */
7240
7298
  target: any
7241
- ): sap.ui.vk.tools.AnchorPointTool;
7299
+ ): this;
7242
7300
  /**
7243
7301
  * Aligns the anchor point rotation to the camera rotation.
7244
7302
  *
7245
7303
  * @returns `this` to allow method chaining.
7246
7304
  */
7247
- alignToScreen(): sap.ui.vk.tools.AnchorPointTool;
7305
+ alignToScreen(): this;
7248
7306
  /**
7249
7307
  * Aligns the anchor point rotation to the world coordinate system.
7250
7308
  *
7251
7309
  * @returns `this` to allow method chaining.
7252
7310
  */
7253
- alignToWorld(): sap.ui.vk.tools.AnchorPointTool;
7311
+ alignToWorld(): this;
7254
7312
  /**
7255
7313
  * Attaches event handler `fnFunction` to the {@link #event:moved moved} event of this `sap.ui.vk.tools.AnchorPointTool`.
7256
7314
  *
@@ -7641,7 +7699,7 @@ declare namespace sap {
7641
7699
  * Movement offset along z axis.
7642
7700
  */
7643
7701
  z?: float
7644
- ): sap.ui.vk.tools.AnchorPointTool;
7702
+ ): this;
7645
7703
  /**
7646
7704
  * Moves the anchor point to the center of objects or object's origin.
7647
7705
  *
@@ -7656,7 +7714,7 @@ declare namespace sap {
7656
7714
  * Use the object's origin if true or the center of objects if false.
7657
7715
  */
7658
7716
  useObjectsOrigin: boolean
7659
- ): sap.ui.vk.tools.AnchorPointTool;
7717
+ ): this;
7660
7718
  /**
7661
7719
  * MOVE TO BASE Queues a command for execution during the rendering cycle. All gesture operations should
7662
7720
  * be called using this method.
@@ -7668,7 +7726,7 @@ declare namespace sap {
7668
7726
  * The command to be executed.
7669
7727
  */
7670
7728
  command: Function
7671
- ): sap.ui.vk.tools.AnchorPointTool;
7729
+ ): this;
7672
7730
  /**
7673
7731
  * Performs rotation of the anchor point.
7674
7732
  *
@@ -7687,7 +7745,7 @@ declare namespace sap {
7687
7745
  * Rotation angle around z axis in degrees.
7688
7746
  */
7689
7747
  z?: float
7690
- ): sap.ui.vk.tools.AnchorPointTool;
7748
+ ): this;
7691
7749
  /**
7692
7750
  * Sets a new value for property {@link #getAllowContextMenu allowContextMenu}.
7693
7751
  *
@@ -8104,7 +8162,7 @@ declare namespace sap {
8104
8162
  * The command to be executed.
8105
8163
  */
8106
8164
  command: Function
8107
- ): sap.ui.vk.tools.AxisAngleRotationTool;
8165
+ ): this;
8108
8166
  /**
8109
8167
  * Sets a new value for property {@link #getAllowContextMenu allowContextMenu}.
8110
8168
  *
@@ -8371,7 +8429,7 @@ declare namespace sap {
8371
8429
  * The command to be executed.
8372
8430
  */
8373
8431
  command: Function
8374
- ): sap.ui.vk.tools.CreateEllipseTool;
8432
+ ): this;
8375
8433
  /**
8376
8434
  * Sets a new value for property {@link #getParentNode parentNode}.
8377
8435
  *
@@ -8589,7 +8647,7 @@ declare namespace sap {
8589
8647
  * The command to be executed.
8590
8648
  */
8591
8649
  command: Function
8592
- ): sap.ui.vk.tools.CreatePathTool;
8650
+ ): this;
8593
8651
  /**
8594
8652
  * Sets a new value for property {@link #getClosePath closePath}.
8595
8653
  *
@@ -8805,7 +8863,7 @@ declare namespace sap {
8805
8863
  * The command to be executed.
8806
8864
  */
8807
8865
  command: Function
8808
- ): sap.ui.vk.tools.CreateRectangleTool;
8866
+ ): this;
8809
8867
  /**
8810
8868
  * Sets a new value for property {@link #getParentNode parentNode}.
8811
8869
  *
@@ -9029,7 +9087,7 @@ declare namespace sap {
9029
9087
  * The command to be executed.
9030
9088
  */
9031
9089
  command: Function
9032
- ): sap.ui.vk.tools.CreateTextTool;
9090
+ ): this;
9033
9091
  /**
9034
9092
  * Sets a new value for property {@link #getFontFace fontFace}.
9035
9093
  *
@@ -9178,7 +9236,7 @@ declare namespace sap {
9178
9236
  * Axis index from 0 to 2: 0 - X, 1 - Y, 2 - Z.
9179
9237
  */
9180
9238
  index?: number
9181
- ): sap.ui.vk.tools.CrossSectionTool;
9239
+ ): this;
9182
9240
  /**
9183
9241
  * Flips the clipping plane.
9184
9242
  *
@@ -9189,7 +9247,7 @@ declare namespace sap {
9189
9247
  * If set to `true`, the clipping plane will be flipped.
9190
9248
  */
9191
9249
  flip?: boolean
9192
- ): sap.ui.vk.tools.CrossSectionTool;
9250
+ ): this;
9193
9251
  /**
9194
9252
  * Sets a new value for property {@link #getShowEditingUI showEditingUI}.
9195
9253
  *
@@ -9397,7 +9455,7 @@ declare namespace sap {
9397
9455
  * The command to be executed.
9398
9456
  */
9399
9457
  command: Function
9400
- ): sap.ui.vk.tools.DuplicateSvgElementTool;
9458
+ ): this;
9401
9459
  /**
9402
9460
  * Sets a new value for property {@link #getNodeList nodeList}.
9403
9461
  *
@@ -10237,7 +10295,7 @@ declare namespace sap {
10237
10295
  * The command to be executed.
10238
10296
  */
10239
10297
  command: Function
10240
- ): sap.ui.vk.tools.ExplodeTool;
10298
+ ): this;
10241
10299
  /**
10242
10300
  * Removes all the controls from the aggregation {@link #getItems items}.
10243
10301
  *
@@ -11133,7 +11191,7 @@ declare namespace sap {
11133
11191
  * specified then currently set coordinate system will be used.
11134
11192
  */
11135
11193
  coordinateSystem?: sap.ui.vk.tools.CoordinateSystem
11136
- ): sap.ui.vk.tools.MoveTool;
11194
+ ): this;
11137
11195
  /**
11138
11196
  * MOVE TO BASE Queues a command for execution during the rendering cycle. All gesture operations should
11139
11197
  * be called using this method.
@@ -11145,7 +11203,7 @@ declare namespace sap {
11145
11203
  * The command to be executed.
11146
11204
  */
11147
11205
  command: Function
11148
- ): sap.ui.vk.tools.MoveTool;
11206
+ ): this;
11149
11207
  /**
11150
11208
  * Sets a new value for property {@link #getAllowContextMenu allowContextMenu}.
11151
11209
  *
@@ -11753,7 +11811,7 @@ declare namespace sap {
11753
11811
  * An array of serialized redline elements.
11754
11812
  */
11755
11813
  jsonElements: object[]
11756
- ): sap.ui.vk.tools.RedlineTool;
11814
+ ): this;
11757
11815
  /**
11758
11816
  * Iterates through all SVG objects from the array passed as parameter, and creates and restores the redline
11759
11817
  * elements in the array.
@@ -11765,7 +11823,7 @@ declare namespace sap {
11765
11823
  * An array of redline elements in SVG format.
11766
11824
  */
11767
11825
  svg: object[]
11768
- ): sap.ui.vk.tools.RedlineTool;
11826
+ ): this;
11769
11827
  /**
11770
11828
  * Checks for the provided `sap.ui.vk.RedlineElement` in the aggregation {@link #getRedlineElements redlineElements}.
11771
11829
  * and returns its index if found or -1 otherwise.
@@ -11806,7 +11864,7 @@ declare namespace sap {
11806
11864
  * The command to be executed.
11807
11865
  */
11808
11866
  command: Function
11809
- ): sap.ui.vk.tools.RedlineTool;
11867
+ ): this;
11810
11868
  /**
11811
11869
  * Removes all the controls from the aggregation {@link #getRedlineElements redlineElements}.
11812
11870
  *
@@ -11853,14 +11911,14 @@ declare namespace sap {
11853
11911
  * The redlining element which needs to be added.
11854
11912
  */
11855
11913
  elementInstance: sap.ui.vk.RedlineElement
11856
- ): /* was: sap.ui.vk.RedlineTool */ any;
11914
+ ): this;
11857
11915
  /**
11858
11916
  * Stops the mode for adding redlining, which begins when the {@link sap.ui.vk.RedlineTool#startAdding startAdding}
11859
11917
  * method is called.
11860
11918
  *
11861
11919
  * @returns `this` to allow method chaining.
11862
11920
  */
11863
- stopAdding(): /* was: sap.ui.vk.RedlineTool */ any;
11921
+ stopAdding(): this;
11864
11922
  }
11865
11923
  /**
11866
11924
  * Tool to rotate scene in orbit mode
@@ -12597,7 +12655,7 @@ declare namespace sap {
12597
12655
  * The command to be executed.
12598
12656
  */
12599
12657
  command: Function
12600
- ): sap.ui.vk.tools.RotateTool;
12658
+ ): this;
12601
12659
  /**
12602
12660
  * Performs rotation of selected objects. If coordinate system is specified a moved event is fired
12603
12661
  *
@@ -12621,7 +12679,7 @@ declare namespace sap {
12621
12679
  * specified then currently set coordinate system will be used.
12622
12680
  */
12623
12681
  coordinateSystem?: sap.ui.vk.tools.CoordinateSystem
12624
- ): sap.ui.vk.tools.RotateTool;
12682
+ ): this;
12625
12683
  /**
12626
12684
  * Sets a new value for property {@link #getAllowContextMenu allowContextMenu}.
12627
12685
  *
@@ -13439,7 +13497,7 @@ declare namespace sap {
13439
13497
  * The command to be executed.
13440
13498
  */
13441
13499
  command: Function
13442
- ): sap.ui.vk.tools.ScaleTool;
13500
+ ): this;
13443
13501
  /**
13444
13502
  * Performs scaling of selected objects.
13445
13503
  *
@@ -13463,7 +13521,7 @@ declare namespace sap {
13463
13521
  * specified then currently set coordinate system will be used.
13464
13522
  */
13465
13523
  coordinateSystem?: sap.ui.vk.tools.CoordinateSystem
13466
- ): sap.ui.vk.tools.ScaleTool;
13524
+ ): this;
13467
13525
  /**
13468
13526
  * Sets a new value for property {@link #getAllowContextMenu allowContextMenu}.
13469
13527
  *
@@ -13711,7 +13769,7 @@ declare namespace sap {
13711
13769
  * The command to be executed.
13712
13770
  */
13713
13771
  command: Function
13714
- ): sap.ui.vk.tools.SceneOrientationTool;
13772
+ ): this;
13715
13773
  /**
13716
13774
  * Sets a new value for property {@link #getEnableInitialView enableInitialView}.
13717
13775
  *
@@ -13756,7 +13814,7 @@ declare namespace sap {
13756
13814
  * Time to perform the "fly to" animation.
13757
13815
  */
13758
13816
  milliseconds?: number
13759
- ): sap.ui.vk.tools.SceneOrientationTool;
13817
+ ): this;
13760
13818
  }
13761
13819
  /**
13762
13820
  * Specifies base for all tools to extend
@@ -14230,7 +14288,7 @@ declare namespace sap {
14230
14288
  * The command to be executed.
14231
14289
  */
14232
14290
  command: Function
14233
- ): sap.ui.vk.tools.TooltipTool;
14291
+ ): this;
14234
14292
  /**
14235
14293
  * Sets a new value for property {@link #getAnimate animate}.
14236
14294
  *
@@ -14301,7 +14359,7 @@ declare namespace sap {
14301
14359
  * Title
14302
14360
  */
14303
14361
  title?: string
14304
- ): sap.ui.vk.tools.TooltipTool;
14362
+ ): this;
14305
14363
  }
14306
14364
  /**
14307
14365
  * The TransformSvgElementTool allows applications to transform an svg element.
@@ -14902,7 +14960,7 @@ declare namespace sap {
14902
14960
  * The command to be executed.
14903
14961
  */
14904
14962
  command: Function
14905
- ): sap.ui.vk.tools.TransformSvgElementTool;
14963
+ ): this;
14906
14964
  /**
14907
14965
  * Sets a new value for property {@link #getNodeSet nodeSet}.
14908
14966
  *
@@ -17485,7 +17543,7 @@ declare namespace sap {
17485
17543
 
17486
17544
  host?: sap.ui.vk.ViewportBase | string;
17487
17545
 
17488
- viewManager?: /* was: sap.ui.vk.ViewManager */ any | string;
17546
+ viewManager?: sap.ui.vk.ViewManager | string;
17489
17547
 
17490
17548
  /**
17491
17549
  * Fires when selection is changed via user interaction inside the control.
@@ -17506,6 +17564,23 @@ declare namespace sap {
17506
17564
  description?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
17507
17565
  }
17508
17566
 
17567
+ interface $ViewManagerSettings extends sap.ui.core.$ElementSettings {
17568
+ /**
17569
+ * An association to the {@link sap.ui.vk.ContentConnector ContentConnector} instance that manages content
17570
+ * resources.
17571
+ */
17572
+ contentConnector?: sap.ui.vk.ContentConnector | string;
17573
+
17574
+ /**
17575
+ * An association to the {@link sap.ui.vk.AnimationPlayer AnimationPlayer} instance that manages animation
17576
+ * sequences.
17577
+ *
17578
+ * If no AnimationPlayer is associated with ViewManager the views can still be activated but no animation
17579
+ * will be played.
17580
+ */
17581
+ animationPlayer?: sap.ui.vk.AnimationPlayer | string;
17582
+ }
17583
+
17509
17584
  interface $ViewportSettings extends sap.ui.vk.$ViewportBaseSettings {}
17510
17585
 
17511
17586
  interface $ViewportBaseSettings extends sap.ui.core.$ControlSettings {
@@ -17765,7 +17840,7 @@ declare namespace sap {
17765
17840
 
17766
17841
  contentConnector?: sap.ui.vk.ContentConnector | string;
17767
17842
 
17768
- viewManager?: /* was: sap.ui.vk.ViewManager */ any | string;
17843
+ viewManager?: sap.ui.vk.ViewManager | string;
17769
17844
 
17770
17845
  /**
17771
17846
  * This event is fired when the visibility of the node changes.
@@ -18340,7 +18415,7 @@ declare namespace sap {
18340
18415
  *
18341
18416
  * @returns `this` to allow method chaining.
18342
18417
  */
18343
- play(): sap.ui.vk.AnimationPlayer;
18418
+ play(): this;
18344
18419
  /**
18345
18420
  * Moves animation to a specified time.
18346
18421
  *
@@ -18359,7 +18434,7 @@ declare namespace sap {
18359
18434
  * Optional, block the beforeTimeChanged and timeChanged events
18360
18435
  */
18361
18436
  blockTimeChangeEvents: boolean
18362
- ): sap.ui.vk.AnimationPlayer;
18437
+ ): this;
18363
18438
  /**
18364
18439
  * Moves animation to a specified time.
18365
18440
  *
@@ -18374,7 +18449,7 @@ declare namespace sap {
18374
18449
  * Optional, block the beforeTimeChanged and timeChanged events
18375
18450
  */
18376
18451
  blockTimeChangeEvents: boolean
18377
- ): sap.ui.vk.AnimationPlayer;
18452
+ ): this;
18378
18453
  /**
18379
18454
  * Sets the associated {@link #getViewStateManager viewStateManager}.
18380
18455
  *
@@ -18392,7 +18467,7 @@ declare namespace sap {
18392
18467
  *
18393
18468
  * @returns `this` to allow method chaining.
18394
18469
  */
18395
- stop(): sap.ui.vk.AnimationPlayer;
18470
+ stop(): this;
18396
18471
  }
18397
18472
  /**
18398
18473
  * @EXPERIMENTAL (since 1.76.0) - This class is experimental and might be modified or removed in future
@@ -18475,7 +18550,7 @@ declare namespace sap {
18475
18550
  * If set then maximum height of annotation will be limited to this number in pixels.
18476
18551
  */
18477
18552
  maxHeight?: number
18478
- ): sap.ui.vk.Annotation;
18553
+ ): this;
18479
18554
  /**
18480
18555
  * Gets current value of property {@link #getAnimate animate}.
18481
18556
  *
@@ -18768,7 +18843,7 @@ declare namespace sap {
18768
18843
  *
18769
18844
  * @returns `this` to allow method chaining
18770
18845
  */
18771
- setInitialOffset(): sap.ui.vk.Annotation;
18846
+ setInitialOffset(): this;
18772
18847
  /**
18773
18848
  * Sets a new value for property {@link #getName name}.
18774
18849
  *
@@ -18871,7 +18946,7 @@ declare namespace sap {
18871
18946
  * The transformation matrix
18872
18947
  */
18873
18948
  transform: number[]
18874
- ): sap.ui.vk.Annotation;
18949
+ ): this;
18875
18950
  /**
18876
18951
  * Sets the associated {@link #getViewport viewport}.
18877
18952
  *
@@ -20804,7 +20879,7 @@ declare namespace sap {
20804
20879
  * An application defined callback function that can provide authorization token.
20805
20880
  */
20806
20881
  handler: sap.ui.vk.AuthorizationHandler
20807
- ): sap.ui.vk.ContentConnector;
20882
+ ): this;
20808
20883
  /**
20809
20884
  * @SINCE 1.60.0
20810
20885
  *
@@ -20817,7 +20892,7 @@ declare namespace sap {
20817
20892
  * An object that decrypts content of encrypted models.
20818
20893
  */
20819
20894
  handler: sap.ui.vk.DecryptionHandler
20820
- ): sap.ui.vk.ContentConnector;
20895
+ ): this;
20821
20896
  /**
20822
20897
  * @SINCE 1.95.0
20823
20898
  *
@@ -20858,7 +20933,7 @@ declare namespace sap {
20858
20933
  * otherwise by calling this method and passing in the desired value. Passing in 0 disables any retry attempts.
20859
20934
  */
20860
20935
  retryCount: int
20861
- ): sap.ui.vk.ContentConnector;
20936
+ ): this;
20862
20937
  /**
20863
20938
  * Unbinds aggregation {@link #getContentResources contentResources} from model data.
20864
20939
  *
@@ -21129,7 +21204,7 @@ declare namespace sap {
21129
21204
  *
21130
21205
  * @returns Reference to `this` in order to allow method chaining.
21131
21206
  */
21132
- collectGarbage(): sap.ui.vk.ContentManager;
21207
+ collectGarbage(): this;
21133
21208
  /**
21134
21209
  * @SINCE 1.52.0
21135
21210
  *
@@ -21158,7 +21233,7 @@ declare namespace sap {
21158
21233
  * The camera to destroy.
21159
21234
  */
21160
21235
  camera: any
21161
- ): sap.ui.vk.ContentManager;
21236
+ ): this;
21162
21237
  /**
21163
21238
  * @SINCE 1.50.0
21164
21239
  *
@@ -21171,7 +21246,7 @@ declare namespace sap {
21171
21246
  * The content to destroy.
21172
21247
  */
21173
21248
  content: any
21174
- ): sap.ui.vk.ContentManager;
21249
+ ): this;
21175
21250
  /**
21176
21251
  * Detaches event handler `fnFunction` from the {@link #event:contentChangesFinished contentChangesFinished}
21177
21252
  * event of this `sap.ui.vk.ContentManager`.
@@ -21338,7 +21413,7 @@ declare namespace sap {
21338
21413
  * The content resources to load or update.
21339
21414
  */
21340
21415
  contentResources: sap.ui.vk.ContentResource[]
21341
- ): sap.ui.vk.ContentManager;
21416
+ ): this;
21342
21417
  /**
21343
21418
  * @SINCE 1.95.0
21344
21419
  *
@@ -21357,7 +21432,7 @@ declare namespace sap {
21357
21432
  * any retry attempts.
21358
21433
  */
21359
21434
  retryCount: int
21360
- ): sap.ui.vk.ContentManager;
21435
+ ): this;
21361
21436
  }
21362
21437
  /**
21363
21438
  * Specifies a resource to load.
@@ -22331,7 +22406,7 @@ declare namespace sap {
22331
22406
  * Defines whether control is expanded or not.
22332
22407
  */
22333
22408
  bExpanded: boolean
22334
- ): sap.ui.vk.DrawerToolbar;
22409
+ ): this;
22335
22410
  /**
22336
22411
  * Sets the associated {@link #getViewport viewport}.
22337
22412
  *
@@ -25487,7 +25562,7 @@ declare namespace sap {
25487
25562
  * The layer proxy object.
25488
25563
  */
25489
25564
  layerProxy: sap.ui.vk.LayerProxy
25490
- ): sap.ui.vk.LayerProxy;
25565
+ ): this;
25491
25566
  /**
25492
25567
  * @SINCE 1.50.0
25493
25568
  *
@@ -25500,7 +25575,7 @@ declare namespace sap {
25500
25575
  * The node proxy object.
25501
25576
  */
25502
25577
  nodeProxy: sap.ui.vk.NodeProxy
25503
- ): sap.ui.vk.NodeHierarchy;
25578
+ ): this;
25504
25579
  /**
25505
25580
  * Detaches event handler `fnFunction` from the {@link #event:changed changed} event of this `sap.ui.vk.NodeHierarchy`.
25506
25581
  *
@@ -25617,7 +25692,7 @@ declare namespace sap {
25617
25692
  * If `false`, then the node proxies of the ancestor nodes are passed to the `callback` function.
25618
25693
  */
25619
25694
  passNodeRef?: boolean
25620
- ): sap.ui.vk.NodeHierarchy;
25695
+ ): this;
25621
25696
  /**
25622
25697
  * @SINCE 1.50.0
25623
25698
  *
@@ -25658,7 +25733,7 @@ declare namespace sap {
25658
25733
  * function.
25659
25734
  */
25660
25735
  passNodeRef?: boolean
25661
- ): sap.ui.vk.NodeHierarchy;
25736
+ ): this;
25662
25737
  /**
25663
25738
  * @SINCE 1.50.0
25664
25739
  *
@@ -25693,7 +25768,7 @@ declare namespace sap {
25693
25768
  * function.
25694
25769
  */
25695
25770
  passNodeRef?: boolean
25696
- ): sap.ui.vk.NodeHierarchy;
25771
+ ): this;
25697
25772
  /**
25698
25773
  * @SINCE 1.50.0
25699
25774
  *
@@ -26020,7 +26095,7 @@ declare namespace sap {
26020
26095
  * The reference object of the node to destroy.
26021
26096
  */
26022
26097
  nodeRef: any
26023
- ): sap.ui.vk.NodeHierarchy;
26098
+ ): this;
26024
26099
  }
26025
26100
  /**
26026
26101
  * @SINCE 1.32.0
@@ -26236,12 +26311,6 @@ declare namespace sap {
26236
26311
  * @returns Value of property `opacity`
26237
26312
  */
26238
26313
  getOpacity(): float;
26239
- /**
26240
- * Gets the scene reference that this NodeProxy object wraps.
26241
- *
26242
- * @returns The scene reference that this NodeProxy object wraps.
26243
- */
26244
- getSceneRef(): any;
26245
26314
  /**
26246
26315
  * Gets current value of property {@link #getTintColor tintColor}.
26247
26316
  *
@@ -26279,20 +26348,11 @@ declare namespace sap {
26279
26348
  */
26280
26349
  getWorldMatrix(): sap.ui.vk.TransformationMatrix;
26281
26350
  /**
26282
- * Sets a new value for property {@link #getClosed closed}.
26283
- *
26284
- * The indicator showing if the node is closed. This property is read-only.
26285
- *
26286
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
26351
+ * Gets the scene reference that this NodeProxy object wraps.
26287
26352
  *
26288
- * @returns Reference to `this` in order to allow method chaining
26353
+ * @returns The scene reference that this NodeProxy object wraps.
26289
26354
  */
26290
- setClosed(
26291
- /**
26292
- * New value for property `closed`
26293
- */
26294
- bClosed: boolean
26295
- ): this;
26355
+ setClosed(): any;
26296
26356
  /**
26297
26357
  * Sets a new value for property {@link #getHasChildren hasChildren}.
26298
26358
  *
@@ -26656,7 +26716,7 @@ declare namespace sap {
26656
26716
  *
26657
26717
  * @returns `this` to allow method chaining.
26658
26718
  */
26659
- clearAllMessages(): sap.ui.vk.Notifications;
26719
+ clearAllMessages(): this;
26660
26720
  /**
26661
26721
  * Detaches event handler `fnFunction` from the {@link #event:allMessagesCleared allMessagesCleared} event
26662
26722
  * of this `sap.ui.vk.Notifications`.
@@ -29150,14 +29210,14 @@ declare namespace sap {
29150
29210
  * The redlining element which needs to be added.
29151
29211
  */
29152
29212
  elementInstance: sap.ui.vk.RedlineElement
29153
- ): sap.ui.vk.RedlineDesign;
29213
+ ): this;
29154
29214
  /**
29155
29215
  * Stops the mode for adding redlining, which begins when the {@link sap.ui.vk.RedlineDesign#startAdding
29156
29216
  * startAdding} method is called.
29157
29217
  *
29158
29218
  * @returns `this` to allow method chaining.
29159
29219
  */
29160
- stopAdding(): sap.ui.vk.RedlineDesign;
29220
+ stopAdding(): this;
29161
29221
  }
29162
29222
  /**
29163
29223
  * @SINCE 1.40.0
@@ -29332,7 +29392,7 @@ declare namespace sap {
29332
29392
  * Relevant data that can be used to restore the redline element.
29333
29393
  */
29334
29394
  json: object
29335
- ): sap.ui.vk.RedlineElement;
29395
+ ): this;
29336
29396
  /**
29337
29397
  * Imports data from an SVG shape element into the redline element.
29338
29398
  *
@@ -29343,7 +29403,7 @@ declare namespace sap {
29343
29403
  * SVG shape element that can be used to restore the redline element.
29344
29404
  */
29345
29405
  svg: object
29346
- ): sap.ui.vk.RedlineElement;
29406
+ ): this;
29347
29407
  /**
29348
29408
  * This method is called by the RenderManager. The current method is empty because this is a base class
29349
29409
  * and the classes extending this class have their own implementations of the `render` method.
@@ -29738,7 +29798,7 @@ declare namespace sap {
29738
29798
  * The factor to be applied to the current radiusX and radiusY.
29739
29799
  */
29740
29800
  zoomBy: number
29741
- ): sap.ui.vk.RedlineElementEllipse;
29801
+ ): this;
29742
29802
  /**
29743
29803
  * Changes the current radiusX, radiusY, originX and originY of the ellipse redline element with the values
29744
29804
  * passed as parameters.
@@ -29758,7 +29818,7 @@ declare namespace sap {
29758
29818
  * True if the element is circle or False/Undefined otherwise.
29759
29819
  */
29760
29820
  isCircle: boolean
29761
- ): sap.ui.vk.RedlineElementEllipse;
29821
+ ): this;
29762
29822
  /**
29763
29823
  * Exports all the relevant data contained in the ellipse redline element to a JSON object.
29764
29824
  *
@@ -29805,7 +29865,7 @@ declare namespace sap {
29805
29865
  * Relevant data used to restore the ellipse redline element.
29806
29866
  */
29807
29867
  json: object
29808
- ): sap.ui.vk.RedlineElementEllipse;
29868
+ ): this;
29809
29869
  /**
29810
29870
  * Imports data from an SVG ellipse element into the ellipse redline element.
29811
29871
  *
@@ -29816,7 +29876,7 @@ declare namespace sap {
29816
29876
  * SVG ellipse element used to restore the ellipse redline element.
29817
29877
  */
29818
29878
  svg: object
29819
- ): sap.ui.vk.RedlineElementEllipse;
29879
+ ): this;
29820
29880
  /**
29821
29881
  * Sets a new value for property {@link #getFillColor fillColor}.
29822
29882
  *
@@ -29924,7 +29984,7 @@ declare namespace sap {
29924
29984
  * The factor to be applied to the current freehand drawing.
29925
29985
  */
29926
29986
  zoomBy: number
29927
- ): sap.ui.vk.RedlineElementFreehand;
29987
+ ): this;
29928
29988
  /**
29929
29989
  * Adds a new point to the current freehand path.
29930
29990
  *
@@ -29941,7 +30001,7 @@ declare namespace sap {
29941
30001
  * path.
29942
30002
  */
29943
30003
  offsetY: number
29944
- ): sap.ui.vk.RedlineElementFreehand;
30004
+ ): this;
29945
30005
  /**
29946
30006
  * Exports all the relevant data contained in the freehand redline element to a JSON object.
29947
30007
  *
@@ -29970,7 +30030,7 @@ declare namespace sap {
29970
30030
  * Relevant data that can be used to restore the freehand redline element.
29971
30031
  */
29972
30032
  json: object
29973
- ): sap.ui.vk.RedlineElementFreehand;
30033
+ ): this;
29974
30034
  /**
29975
30035
  * Imports data from SVG path element into the freehand redline element.
29976
30036
  *
@@ -29981,7 +30041,7 @@ declare namespace sap {
29981
30041
  * SVG path element that can be used to restore the freehand redline element.
29982
30042
  */
29983
30043
  svg: object
29984
- ): sap.ui.vk.RedlineElementFreehand;
30044
+ ): this;
29985
30045
  /**
29986
30046
  * Sets a new value for property {@link #getPath path}.
29987
30047
  *
@@ -30050,7 +30110,7 @@ declare namespace sap {
30050
30110
  * The factor to be applied to the current deltaX and deltaY.
30051
30111
  */
30052
30112
  zoomBy: number
30053
- ): sap.ui.vk.RedlineElementLine;
30113
+ ): this;
30054
30114
  /**
30055
30115
  * Changes the current deltaX and deltaY of the line redline element with the values passed as parameters.
30056
30116
  *
@@ -30065,7 +30125,7 @@ declare namespace sap {
30065
30125
  * The value in pixels that will be set as deltaY for the line.
30066
30126
  */
30067
30127
  offsetY: number
30068
- ): sap.ui.vk.RedlineElementLine;
30128
+ ): this;
30069
30129
  /**
30070
30130
  * Exports all the relevant data contained in the line redline element to a JSON object.
30071
30131
  *
@@ -30112,7 +30172,7 @@ declare namespace sap {
30112
30172
  * Relevant data used to restore the line redline element.
30113
30173
  */
30114
30174
  json: object
30115
- ): sap.ui.vk.RedlineElementLine;
30175
+ ): this;
30116
30176
  /**
30117
30177
  * Imports data from an SVG line element into the line redline element.
30118
30178
  *
@@ -30123,7 +30183,7 @@ declare namespace sap {
30123
30183
  * SVG line element used to restore the line redline element.
30124
30184
  */
30125
30185
  svg: object
30126
- ): sap.ui.vk.RedlineElementLine;
30186
+ ): this;
30127
30187
  /**
30128
30188
  * Sets a new value for property {@link #getDeltaX deltaX}.
30129
30189
  *
@@ -30225,7 +30285,7 @@ declare namespace sap {
30225
30285
  * The factor to be applied to the current width and height.
30226
30286
  */
30227
30287
  zoomBy: number
30228
- ): sap.ui.vk.RedlineElementRectangle;
30288
+ ): this;
30229
30289
  /**
30230
30290
  * Changes the current width and height of the rectangle redline element with the values passed as parameters.
30231
30291
  *
@@ -30244,7 +30304,7 @@ declare namespace sap {
30244
30304
  * True if the element is square False/Undefined otherwise.
30245
30305
  */
30246
30306
  isSquare: boolean
30247
- ): sap.ui.vk.RedlineElementRectangle;
30307
+ ): this;
30248
30308
  /**
30249
30309
  * Exports all the relevant data contained in the rectangle redline element to a JSON object.
30250
30310
  *
@@ -30291,7 +30351,7 @@ declare namespace sap {
30291
30351
  * Relevant data used to restore the rectangle redline element.
30292
30352
  */
30293
30353
  json: object
30294
- ): sap.ui.vk.RedlineElementRectangle;
30354
+ ): this;
30295
30355
  /**
30296
30356
  * Imports data from an SVG rect element into the rectangle redline element.
30297
30357
  *
@@ -30302,7 +30362,7 @@ declare namespace sap {
30302
30362
  * SVG rect element used to restore the rectangle redline element.
30303
30363
  */
30304
30364
  svg: object
30305
- ): sap.ui.vk.RedlineElementRectangle;
30365
+ ): this;
30306
30366
  /**
30307
30367
  * Sets a new value for property {@link #getFillColor fillColor}.
30308
30368
  *
@@ -30403,7 +30463,7 @@ declare namespace sap {
30403
30463
  * The factor to be applied to the current font size.
30404
30464
  */
30405
30465
  zoomBy: number
30406
- ): sap.ui.vk.RedlineElementText;
30466
+ ): this;
30407
30467
  /**
30408
30468
  * Changes the current originX and originY of the text redline element with the values passed as parameters.
30409
30469
  *
@@ -30418,7 +30478,7 @@ declare namespace sap {
30418
30478
  * The value in pixels that will be set as originY for the text.
30419
30479
  */
30420
30480
  posY: number
30421
- ): sap.ui.vk.RedlineElementText;
30481
+ ): this;
30422
30482
  /**
30423
30483
  * Exports all the relevant data contained in the text redline element to a JSON object.
30424
30484
  *
@@ -30489,7 +30549,7 @@ declare namespace sap {
30489
30549
  * Relevant data used to restore the text redline element.
30490
30550
  */
30491
30551
  json: object
30492
- ): sap.ui.vk.RedlineElementText;
30552
+ ): this;
30493
30553
  /**
30494
30554
  * Imports data from an SVG text element into the text redline element.
30495
30555
  *
@@ -30500,7 +30560,7 @@ declare namespace sap {
30500
30560
  * SVG text element used to restore the text redline element.
30501
30561
  */
30502
30562
  element: object
30503
- ): sap.ui.vk.RedlineElementText;
30563
+ ): this;
30504
30564
  /**
30505
30565
  * Sets a new value for property {@link #getFillColor fillColor}.
30506
30566
  *
@@ -30854,7 +30914,7 @@ declare namespace sap {
30854
30914
  * An array of serialized redline elements.
30855
30915
  */
30856
30916
  jsonElements: object[]
30857
- ): sap.ui.vk.RedlineSurface;
30917
+ ): this;
30858
30918
  /**
30859
30919
  * Iterates through all SVG objects from the array passed as parameter, and creates and restores the redline
30860
30920
  * elements in the array.
@@ -30866,7 +30926,7 @@ declare namespace sap {
30866
30926
  * An array of redline elements in SVG format.
30867
30927
  */
30868
30928
  svg: object[]
30869
- ): sap.ui.vk.RedlineSurface;
30929
+ ): this;
30870
30930
  /**
30871
30931
  * Checks for the provided `sap.ui.vk.RedlineElement` in the aggregation {@link #getRedlineElements redlineElements}.
30872
30932
  * and returns its index if found or -1 otherwise.
@@ -30974,7 +31034,7 @@ declare namespace sap {
30974
31034
  *
30975
31035
  * @returns `this` to allow method chaining.
30976
31036
  */
30977
- updatePanningRatio(): sap.ui.vk.RedlineSurface;
31037
+ updatePanningRatio(): this;
30978
31038
  }
30979
31039
  /**
30980
31040
  * SafeArea allows applications to define area of viewport which will be initially displayed regardless
@@ -31101,7 +31161,7 @@ declare namespace sap {
31101
31161
  * sequence to add
31102
31162
  */
31103
31163
  sequence: /* was: sap.ui.vk.AnimationSequence */ any
31104
- ): sap.ui.vk.Scene;
31164
+ ): this;
31105
31165
  /**
31106
31166
  * Add an animation track to the scene
31107
31167
  *
@@ -31112,7 +31172,7 @@ declare namespace sap {
31112
31172
  * animation track to add
31113
31173
  */
31114
31174
  track: /* was: sap.ui.vk.AnimationTrack */ any
31115
- ): sap.ui.vk.Scene;
31175
+ ): this;
31116
31176
  /**
31117
31177
  * Creates a highlight.
31118
31178
  *
@@ -31285,7 +31345,7 @@ declare namespace sap {
31285
31345
  * index where to insert the sequence
31286
31346
  */
31287
31347
  index: int
31288
- ): sap.ui.vk.Scene;
31348
+ ): this;
31289
31349
  /**
31290
31350
  * Inserts an animation track
31291
31351
  *
@@ -31300,7 +31360,7 @@ declare namespace sap {
31300
31360
  * index where to insert the animation track
31301
31361
  */
31302
31362
  index: int
31303
- ): sap.ui.vk.Scene;
31363
+ ): this;
31304
31364
  /**
31305
31365
  * remove highlight according to ID
31306
31366
  *
@@ -31311,7 +31371,7 @@ declare namespace sap {
31311
31371
  * persistent highlight ID
31312
31372
  */
31313
31373
  sId: string
31314
- ): sap.ui.vk.Scene;
31374
+ ): this;
31315
31375
  /**
31316
31376
  * Removes a sequence from the scene
31317
31377
  *
@@ -31322,13 +31382,13 @@ declare namespace sap {
31322
31382
  * sequence to remove
31323
31383
  */
31324
31384
  sequence: /* was: sap.ui.vk.AnimationSequence */ any
31325
- ): sap.ui.vk.Scene;
31385
+ ): this;
31326
31386
  /**
31327
31387
  * Removes all sequences from the scene
31328
31388
  *
31329
31389
  * @returns `this` to allow method chaining.
31330
31390
  */
31331
- removeSequences(): sap.ui.vk.Scene;
31391
+ removeSequences(): this;
31332
31392
  /**
31333
31393
  * Removes an animation track from the scene
31334
31394
  *
@@ -31339,13 +31399,13 @@ declare namespace sap {
31339
31399
  * animation track to remove
31340
31400
  */
31341
31401
  track: /* was: sap.ui.vk.AnimationTrack */ any
31342
- ): sap.ui.vk.Scene;
31402
+ ): this;
31343
31403
  /**
31344
31404
  * Removes all animation tracks from the scene
31345
31405
  *
31346
31406
  * @returns `this` to allow method chaining.
31347
31407
  */
31348
- removeTracks(): sap.ui.vk.Scene;
31408
+ removeTracks(): this;
31349
31409
  /**
31350
31410
  * Sets a new value for property {@link #getDoubleSided doubleSided}.
31351
31411
  *
@@ -33734,7 +33794,7 @@ declare namespace sap {
33734
33794
  */
33735
33795
  annotationId: float;
33736
33796
  }>
33737
- ): sap.ui.vk.View;
33797
+ ): this;
33738
33798
  /**
33739
33799
  * Sets a new value for property {@link #getTopColor topColor}.
33740
33800
  *
@@ -33806,7 +33866,7 @@ declare namespace sap {
33806
33866
  */
33807
33867
  opacity: float;
33808
33868
  }>
33809
- ): sap.ui.vk.View;
33869
+ ): this;
33810
33870
  }
33811
33871
  /**
33812
33872
  * @SINCE 1.32.0
@@ -33885,7 +33945,7 @@ declare namespace sap {
33885
33945
  * Parameter which specifies whether to activate or deactivate full screen mode.
33886
33946
  */
33887
33947
  value: boolean
33888
- ): sap.ui.vk.Viewer;
33948
+ ): this;
33889
33949
  /**
33890
33950
  * @deprecated (since 1.77.0) - Use {@link sap.ui.vk.tools.RedlineTool} instead
33891
33951
  *
@@ -33898,7 +33958,7 @@ declare namespace sap {
33898
33958
  * The redline element/elements which will be rendered as soon as the redline design control is activated.
33899
33959
  */
33900
33960
  redlineElements: sap.ui.vk.RedlineElement | sap.ui.vk.RedlineElement[]
33901
- ): sap.ui.vk.Viewer;
33961
+ ): this;
33902
33962
  /**
33903
33963
  * Adds some contentResource to the aggregation {@link #getContentResources contentResources}.
33904
33964
  *
@@ -34301,7 +34361,7 @@ declare namespace sap {
34301
34361
  *
34302
34362
  * @returns `this` to allow method chaining.
34303
34363
  */
34304
- destroyRedlineDesign(): sap.ui.vk.Viewer;
34364
+ destroyRedlineDesign(): this;
34305
34365
  /**
34306
34366
  * Detaches event handler `fnFunction` from the {@link #event:contentResourceChangesProcessed contentResourceChangesProcessed}
34307
34367
  * event of this `sap.ui.vk.Viewer`.
@@ -34925,7 +34985,7 @@ declare namespace sap {
34925
34985
  * An callback function.
34926
34986
  */
34927
34987
  handler: sap.ui.vk.AuthorizationHandler
34928
- ): sap.ui.vk.Viewer;
34988
+ ): this;
34929
34989
  /**
34930
34990
  * Sets an object that decrypts content of encrypted models.
34931
34991
  *
@@ -34936,7 +34996,7 @@ declare namespace sap {
34936
34996
  * An object that decrypts content of encrypted models.
34937
34997
  */
34938
34998
  handler: sap.ui.vk.DecryptionHandler
34939
- ): sap.ui.vk.Viewer;
34999
+ ): this;
34940
35000
  /**
34941
35001
  * Sets a new value for property {@link #getEnableNotifications enableNotifications}.
34942
35002
  *
@@ -35823,11 +35883,11 @@ declare namespace sap {
35823
35883
  * ID of an element which becomes the new target of this viewManager association; alternatively, an element
35824
35884
  * instance may be given
35825
35885
  */
35826
- oViewManager: sap.ui.core.ID | /* was: sap.ui.vk.ViewManager */ any
35886
+ oViewManager: sap.ui.core.ID | sap.ui.vk.ViewManager
35827
35887
  ): this;
35828
35888
  }
35829
35889
  /**
35830
- * Provides the interface for the view.
35890
+ * Provides the interface for the view group.
35831
35891
  */
35832
35892
  class ViewGroup extends sap.ui.base.ManagedObject {
35833
35893
  /**
@@ -35880,7 +35940,7 @@ declare namespace sap {
35880
35940
  * view to add
35881
35941
  */
35882
35942
  view: sap.ui.vk.View
35883
- ): sap.ui.vk.ViewGroup;
35943
+ ): this;
35884
35944
  /**
35885
35945
  * Gets current value of property {@link #getDescription description}.
35886
35946
  *
@@ -35930,7 +35990,7 @@ declare namespace sap {
35930
35990
  * index where to insert the view
35931
35991
  */
35932
35992
  index: int
35933
- ): sap.ui.vk.ViewGroup;
35993
+ ): this;
35934
35994
  /**
35935
35995
  * Removes a view from the view group
35936
35996
  *
@@ -35941,13 +36001,13 @@ declare namespace sap {
35941
36001
  * view to remove
35942
36002
  */
35943
36003
  view: sap.ui.vk.View
35944
- ): sap.ui.vk.ViewGroup;
36004
+ ): this;
35945
36005
  /**
35946
36006
  * Removes all views from the view group
35947
36007
  *
35948
36008
  * @returns `this` to allow method chaining.
35949
36009
  */
35950
- removeViews(): sap.ui.vk.ViewGroup;
36010
+ removeViews(): this;
35951
36011
  /**
35952
36012
  * Sets a new value for property {@link #getDescription description}.
35953
36013
  *
@@ -35988,6 +36048,161 @@ declare namespace sap {
35988
36048
  sViewGroupId: string
35989
36049
  ): this;
35990
36050
  }
36051
+ /**
36052
+ * An instance of the ViewManager class is responsible for tracking the current view, activating views and
36053
+ * playing views in view groups.
36054
+ */
36055
+ class ViewManager extends sap.ui.core.Element {
36056
+ /**
36057
+ * Constructor for a new ViewManager.
36058
+ *
36059
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
36060
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
36061
+ * of the syntax of the settings object.
36062
+ */
36063
+ constructor(
36064
+ /**
36065
+ * Initial settings for the new ViewManager object.
36066
+ */
36067
+ mSettings?: sap.ui.vk.$ViewManagerSettings
36068
+ );
36069
+ /**
36070
+ * Constructor for a new ViewManager.
36071
+ *
36072
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
36073
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
36074
+ * of the syntax of the settings object.
36075
+ */
36076
+ constructor(
36077
+ /**
36078
+ * ID for the new ViewManager object. Generated automatically if no ID is given.
36079
+ */
36080
+ sId?: string,
36081
+ /**
36082
+ * Initial settings for the new ViewManager object.
36083
+ */
36084
+ mSettings?: sap.ui.vk.$ViewManagerSettings
36085
+ );
36086
+
36087
+ /**
36088
+ * Creates a new subclass of class sap.ui.vk.ViewManager with name `sClassName` and enriches it with the
36089
+ * information contained in `oClassInfo`.
36090
+ *
36091
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
36092
+ *
36093
+ * @returns Created class / constructor function
36094
+ */
36095
+ static extend<T extends Record<string, unknown>>(
36096
+ /**
36097
+ * Name of the class being created
36098
+ */
36099
+ sClassName: string,
36100
+ /**
36101
+ * Object literal with information about the class
36102
+ */
36103
+ oClassInfo?: sap.ClassInfo<T, sap.ui.vk.ViewManager>,
36104
+ /**
36105
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
36106
+ * used by this class
36107
+ */
36108
+ FNMetaImpl?: Function
36109
+ ): Function;
36110
+ /**
36111
+ * Returns a metadata object for class sap.ui.vk.ViewManager.
36112
+ *
36113
+ * @returns Metadata object describing this class
36114
+ */
36115
+ static getMetadata(): sap.ui.core.ElementMetadata;
36116
+ /**
36117
+ * Activates a view.
36118
+ *
36119
+ * @returns A promise which resolves with the view when the view is fully activated.
36120
+ */
36121
+ activateView(
36122
+ /**
36123
+ * A view to activate.
36124
+ */
36125
+ view: sap.ui.vk.View,
36126
+ /**
36127
+ * An indicator to skip camera transition animation.
36128
+ */
36129
+ skipCameraTransitionAnimation?: boolean,
36130
+ /**
36131
+ * An indicator to skip playing animation after activating the view whose property {@link sap.ui.vk.View#autoPlayAnimation
36132
+ * autoPlayAnimation} equals `true`.
36133
+ */
36134
+ skipViewAnimation?: boolean
36135
+ ): Promise<sap.ui.vk.View>;
36136
+ /**
36137
+ * Gets the active view or the view being activated.
36138
+ *
36139
+ * @returns The active view or the view being activated.
36140
+ */
36141
+ getActiveView(): sap.ui.vk.View;
36142
+ /**
36143
+ * ID of the element which is the current target of the association {@link #getAnimationPlayer animationPlayer},
36144
+ * or `null`.
36145
+ */
36146
+ getAnimationPlayer(): sap.ui.core.ID;
36147
+ /**
36148
+ * ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
36149
+ * or `null`.
36150
+ */
36151
+ getContentConnector(): sap.ui.core.ID;
36152
+ /**
36153
+ * Plays views in the specified view group.
36154
+ *
36155
+ * The playing starts with the view provided and continues to the next views until the very last in the
36156
+ * view group.
36157
+ *
36158
+ * @returns `this` to allow method chaining.
36159
+ */
36160
+ playViewGroup(
36161
+ /**
36162
+ * A view to start playing.
36163
+ */
36164
+ view: sap.ui.vk.View,
36165
+ /**
36166
+ * A view group to play.
36167
+ */
36168
+ viewGroup: sap.ui.vk.ViewGroup,
36169
+ /**
36170
+ * A delay in milliseconds between view activations when views do not have animations or there is no {@link
36171
+ * sap.ui.vk.AnimationPlayer AnimationPlayer} associated with the ViewManager.
36172
+ */
36173
+ autoAdvanceViewTimeout?: int
36174
+ ): this;
36175
+ /**
36176
+ * Sets the associated {@link #getAnimationPlayer animationPlayer}.
36177
+ *
36178
+ * @returns Reference to `this` in order to allow method chaining
36179
+ */
36180
+ setAnimationPlayer(
36181
+ /**
36182
+ * ID of an element which becomes the new target of this animationPlayer association; alternatively, an
36183
+ * element instance may be given
36184
+ */
36185
+ oAnimationPlayer: sap.ui.core.ID | sap.ui.vk.AnimationPlayer
36186
+ ): this;
36187
+ /**
36188
+ * Sets the associated {@link #getContentConnector contentConnector}.
36189
+ *
36190
+ * @returns Reference to `this` in order to allow method chaining
36191
+ */
36192
+ setContentConnector(
36193
+ /**
36194
+ * ID of an element which becomes the new target of this contentConnector association; alternatively, an
36195
+ * element instance may be given
36196
+ */
36197
+ oContentConnector: sap.ui.core.ID | sap.ui.vk.ContentConnector
36198
+ ): this;
36199
+ /**
36200
+ * Stops playing views in the currently active view group.
36201
+ *
36202
+ * @returns `this` to allow method chaining.
36203
+ */
36204
+ stopPlayingViewGroup(): this;
36205
+ }
35991
36206
  /**
35992
36207
  * @SINCE 1.50.0
35993
36208
  *
@@ -36077,7 +36292,7 @@ declare namespace sap {
36077
36292
  /**
36078
36293
  * true if not animating the change of camera
36079
36294
  */
36080
- notAnimateCameraChange: boolean
36295
+ skipCameraTransitionAnimation: boolean
36081
36296
  ): sap.ui.vk.Viewport;
36082
36297
  /**
36083
36298
  * Get current view - remembered when activateView function is called
@@ -36311,7 +36526,7 @@ declare namespace sap {
36311
36526
  * Fly-to animation duration in seconds.
36312
36527
  */
36313
36528
  flyToDuration?: float
36314
- ): sap.ui.vk.Viewport;
36529
+ ): this;
36315
36530
  /**
36316
36531
  *
36317
36532
  * @returns `this` to allow method chaining.
@@ -36329,7 +36544,7 @@ declare namespace sap {
36329
36544
  * The color to use for highlighting the nodes passed as argument.
36330
36545
  */
36331
36546
  color: int | sap.ui.core.CSSColor
36332
- ): sap.ui.vk.Viewport;
36547
+ ): this;
36333
36548
  /**
36334
36549
  * Executes a click or tap gesture.
36335
36550
  *
@@ -36349,7 +36564,7 @@ declare namespace sap {
36349
36564
  * a double-click gesture, and `false` indicates a single click gesture.
36350
36565
  */
36351
36566
  isDoubleClick: boolean
36352
- ): sap.ui.vk.Viewport;
36567
+ ): this;
36353
36568
  /**
36354
36569
  * Zooms the scene to a bounding box created from a particular set of nodes.
36355
36570
  *
@@ -36452,7 +36667,7 @@ declare namespace sap {
36452
36667
  * New content or `null`.
36453
36668
  */
36454
36669
  content: sap.ui.vk.Scene
36455
- ): sap.ui.vk.ViewportBase;
36670
+ ): this;
36456
36671
  /**
36457
36672
  * Calls activateView with view definition
36458
36673
  *
@@ -36470,7 +36685,7 @@ declare namespace sap {
36470
36685
  /**
36471
36686
  * true if not animating the change of camera
36472
36687
  */
36473
- notAnimateCameraChange: boolean
36688
+ skipCameraTransitionAnimation: boolean
36474
36689
  ): sap.ui.vk.ViewportBase;
36475
36690
  /**
36476
36691
  * Adds some annotation to the aggregation {@link #getAnnotations annotations}.
@@ -37636,7 +37851,7 @@ declare namespace sap {
37636
37851
  * the current camera is destroyed.
37637
37852
  */
37638
37853
  camera: sap.ui.vk.Camera
37639
- ): sap.ui.vk.ViewportBase;
37854
+ ): this;
37640
37855
  /**
37641
37856
  * Sets the associated {@link #getContentConnector contentConnector}.
37642
37857
  *
@@ -38041,7 +38256,7 @@ declare namespace sap {
38041
38256
  * A function to call when the outlined nodes are enumerated. The function takes one parameter of type `string`.
38042
38257
  */
38043
38258
  callback: Function
38044
- ): sap.ui.vk.ViewStateManager;
38259
+ ): this;
38045
38260
  /**
38046
38261
  * Enumerates IDs of the selected nodes.
38047
38262
  *
@@ -38052,7 +38267,7 @@ declare namespace sap {
38052
38267
  * A function to call when the selected nodes are enumerated. The function takes one parameter of type `string`.
38053
38268
  */
38054
38269
  callback: Function
38055
- ): sap.ui.vk.ViewStateManager;
38270
+ ): this;
38056
38271
  /**
38057
38272
  * Gets the Animation player associated with viewManager.
38058
38273
  *
@@ -38204,6 +38419,17 @@ declare namespace sap {
38204
38419
  */
38205
38420
  inABGRFormat?: boolean
38206
38421
  ): sap.ui.core.CSSColor | sap.ui.core.CSSColor[] | int | int[];
38422
+ /**
38423
+ * Get total opacity - product of all the ancestors' opacities and its own opacity
38424
+ *
38425
+ * @returns total opacity
38426
+ */
38427
+ getTotalOpacity(
38428
+ /**
38429
+ * The node reference of the opacity track
38430
+ */
38431
+ nodeRef: any
38432
+ ): float;
38207
38433
  /**
38208
38434
  * Gets the visibility changes in the current ViewStateManager object.
38209
38435
  *
@@ -38231,7 +38457,7 @@ declare namespace sap {
38231
38457
  *
38232
38458
  * @returns `this` to allow method chaining.
38233
38459
  */
38234
- resetVisibility(): sap.ui.vk.ViewStateManagerBase;
38460
+ resetVisibility(): this;
38235
38461
  /**
38236
38462
  * Replace node's current opacity with its rest opacity stored in active view..
38237
38463
  *
@@ -38242,7 +38468,7 @@ declare namespace sap {
38242
38468
  * The node reference.
38243
38469
  */
38244
38470
  nodeRef: any
38245
- ): sap.ui.vk.ViewStateManager;
38471
+ ): this;
38246
38472
  /**
38247
38473
  * Replace node's current transformation with its rest transformation stored in active view..
38248
38474
  *
@@ -38253,7 +38479,7 @@ declare namespace sap {
38253
38479
  * The node reference.
38254
38480
  */
38255
38481
  nodeRef: any
38256
- ): sap.ui.vk.ViewStateManager;
38482
+ ): this;
38257
38483
  /**
38258
38484
  * Sets the default highlighting color
38259
38485
  *
@@ -38266,7 +38492,18 @@ declare namespace sap {
38266
38492
  * color should be used.
38267
38493
  */
38268
38494
  color: sap.ui.core.CSSColor | string | int
38269
- ): sap.ui.vk.ViewStateManager;
38495
+ ): this;
38496
+ /**
38497
+ * Set highlight display state.
38498
+ *
38499
+ * @returns `this` to allow method chaining.
38500
+ */
38501
+ setHighlightDisplayState(
38502
+ /**
38503
+ * State for playing highlight - playing, pausing, and stopped
38504
+ */
38505
+ state: /* was: sap.ui.vk.HighlightDisplayState */ any
38506
+ ): this;
38270
38507
  /**
38271
38508
  * Sets the opacity of the nodes.
38272
38509
  *
@@ -38286,7 +38523,7 @@ declare namespace sap {
38286
38523
  * The flags indicates if the change needs to propagate recursively to child nodes.
38287
38524
  */
38288
38525
  recursive?: boolean
38289
- ): sap.ui.vk.ViewStateManager;
38526
+ ): this;
38290
38527
  /**
38291
38528
  * Sets the outline color
38292
38529
  *
@@ -38299,7 +38536,7 @@ declare namespace sap {
38299
38536
  * be used.
38300
38537
  */
38301
38538
  color: sap.ui.core.CSSColor | string | int
38302
- ): sap.ui.vk.ViewStateManager;
38539
+ ): this;
38303
38540
  /**
38304
38541
  * Sets the outline width
38305
38542
  *
@@ -38310,7 +38547,7 @@ declare namespace sap {
38310
38547
  * Width of outline
38311
38548
  */
38312
38549
  width: float
38313
- ): sap.ui.vk.ViewStateManager;
38550
+ ): this;
38314
38551
  /**
38315
38552
  * Sets or resets the outlining state of the nodes.
38316
38553
  *
@@ -38329,7 +38566,7 @@ declare namespace sap {
38329
38566
  * The flags indicates if the change needs to propagate recursively to child nodes.
38330
38567
  */
38331
38568
  recursive: boolean
38332
- ): sap.ui.vk.ViewStateManager;
38569
+ ): this;
38333
38570
  /**
38334
38571
  * Set node's opacity stored in active view.
38335
38572
  *
@@ -38344,7 +38581,7 @@ declare namespace sap {
38344
38581
  * The node opacity
38345
38582
  */
38346
38583
  opacity: float
38347
- ): sap.ui.vk.ViewStateManager;
38584
+ ): this;
38348
38585
  /**
38349
38586
  * Set node's rest transformation stored in active view.
38350
38587
  *
@@ -38367,7 +38604,7 @@ declare namespace sap {
38367
38604
  * vector for scaling, array of size 3.
38368
38605
  */
38369
38606
  scale: float[]
38370
- ): sap.ui.vk.ViewStateManager;
38607
+ ): this;
38371
38608
  /**
38372
38609
  * @deprecated (since 1.56.3)
38373
38610
  *
@@ -38392,7 +38629,7 @@ declare namespace sap {
38392
38629
  * The flag to suppress selectionChanged event.
38393
38630
  */
38394
38631
  blockNotification: boolean
38395
- ): sap.ui.vk.ViewStateManager;
38632
+ ): this;
38396
38633
  /**
38397
38634
  * Sets or resets the selection state of the nodes.
38398
38635
  *
@@ -38415,7 +38652,7 @@ declare namespace sap {
38415
38652
  * The flag to suppress selectionChanged event.
38416
38653
  */
38417
38654
  blockNotification: boolean
38418
- ): sap.ui.vk.ViewStateManager;
38655
+ ): this;
38419
38656
  /**
38420
38657
  * Sets if showing the bounding box when nodes are selected
38421
38658
  */
@@ -38445,7 +38682,24 @@ declare namespace sap {
38445
38682
  * This flag indicates if the change needs to propagate recursively to child nodes.
38446
38683
  */
38447
38684
  recursive?: boolean
38448
- ): sap.ui.vk.ViewStateManager;
38685
+ ): this;
38686
+ /**
38687
+ * Set total opacity using current opacity - product of all the ancestors' opacities and its own opacity
38688
+ * The node's opacity is re-calculated based on the total opacity if the parent's total opacity is zero,
38689
+ * the node's total opacity is zero, the node's opacity is not changed
38690
+ *
38691
+ * @returns object contains `opacity` and `totalOpacity`
38692
+ */
38693
+ setTotalOpacity(
38694
+ /**
38695
+ * The node reference of the opacity track
38696
+ */
38697
+ nodeRef: any,
38698
+ /**
38699
+ * product of all the ancestors' opacities and its own opacity
38700
+ */
38701
+ totalOpacity: float
38702
+ ): any;
38449
38703
  /**
38450
38704
  * Sets the visibility state of the nodes.
38451
38705
  *
@@ -38469,7 +38723,7 @@ declare namespace sap {
38469
38723
  * will force node to be visible regardless of parent's state.
38470
38724
  */
38471
38725
  force: boolean
38472
- ): sap.ui.vk.ViewStateManager;
38726
+ ): this;
38473
38727
  /**
38474
38728
  * Copy nodes' current transformation into their rest transformation stored in active view.
38475
38729
  *
@@ -38480,7 +38734,7 @@ declare namespace sap {
38480
38734
  * Array of node references.
38481
38735
  */
38482
38736
  nodeRefs: any[]
38483
- ): sap.ui.vk.ViewStateManager;
38737
+ ): this;
38484
38738
  /**
38485
38739
  * Copy node's current opacity into its rest opacity stored in active view.
38486
38740
  *
@@ -38491,7 +38745,7 @@ declare namespace sap {
38491
38745
  * The node reference.
38492
38746
  */
38493
38747
  nodeRef: any
38494
- ): sap.ui.vk.ViewStateManager;
38748
+ ): this;
38495
38749
  /**
38496
38750
  * Copy node's current transformation into its rest transformation stored in active view.
38497
38751
  *
@@ -38501,8 +38755,12 @@ declare namespace sap {
38501
38755
  /**
38502
38756
  * The node reference.
38503
38757
  */
38504
- nodeRef: any
38505
- ): sap.ui.vk.ViewStateManager;
38758
+ nodeRef: any,
38759
+ /**
38760
+ * Do not trigger the sequence changed event in case other node references are not updated.
38761
+ */
38762
+ doNotFireSequenceChanged: boolean
38763
+ ): this;
38506
38764
  }
38507
38765
  /**
38508
38766
  * @SINCE 1.32.0
@@ -38582,7 +38840,7 @@ declare namespace sap {
38582
38840
  * New content or `null`.
38583
38841
  */
38584
38842
  content: sap.ui.vk.Scene
38585
- ): sap.ui.vk.ViewStateManagerBase;
38843
+ ): this;
38586
38844
  /**
38587
38845
  * Attaches event handler `fnFunction` to the {@link #event:highlightColorChanged highlightColorChanged}
38588
38846
  * event of this `sap.ui.vk.ViewStateManagerBase`.
@@ -39438,7 +39696,7 @@ declare namespace sap {
39438
39696
  * A function to call when the outlined nodes are enumerated. The function takes one parameter of type `string`.
39439
39697
  */
39440
39698
  callback: Function
39441
- ): sap.ui.vk.ViewStateManagerBase;
39699
+ ): this;
39442
39700
  /**
39443
39701
  * Enumerates IDs of the selected nodes.
39444
39702
  *
@@ -39449,7 +39707,7 @@ declare namespace sap {
39449
39707
  * A function to call when the selected nodes are enumerated. The function takes one parameter of type `string`.
39450
39708
  */
39451
39709
  callback: Function
39452
- ): sap.ui.vk.ViewStateManagerBase;
39710
+ ): this;
39453
39711
  /**
39454
39712
  * Fires event {@link #event:highlightColorChanged highlightColorChanged} to attached listeners.
39455
39713
  *
@@ -39899,7 +40157,7 @@ declare namespace sap {
39899
40157
  *
39900
40158
  * @returns `this` to allow method chaining.
39901
40159
  */
39902
- resetVisibility(): sap.ui.vk.ViewStateManagerBase;
40160
+ resetVisibility(): this;
39903
40161
  /**
39904
40162
  * Replace node's current transformation with its rest transformation stored in active view..
39905
40163
  *
@@ -39910,7 +40168,7 @@ declare namespace sap {
39910
40168
  * The node reference.
39911
40169
  */
39912
40170
  nodeRef: any
39913
- ): sap.ui.vk.ViewStateManagerBase;
40171
+ ): this;
39914
40172
  /**
39915
40173
  * Sets the associated {@link #getContentConnector contentConnector}.
39916
40174
  *
@@ -39948,7 +40206,7 @@ declare namespace sap {
39948
40206
  * for playing highlight - playing, pausing, and stopped
39949
40207
  */
39950
40208
  state: /* was: sap.ui.vk.HighlightDisplayState */ any
39951
- ): sap.ui.vk.ViewStateManagerBase;
40209
+ ): this;
39952
40210
  /**
39953
40211
  * Sets the opacity of the nodes.
39954
40212
  *
@@ -39968,7 +40226,7 @@ declare namespace sap {
39968
40226
  * The flags indicates if the change needs to propagate recursively to child nodes.
39969
40227
  */
39970
40228
  recursive?: boolean
39971
- ): sap.ui.vk.ViewStateManagerBase;
40229
+ ): this;
39972
40230
  /**
39973
40231
  * Sets the outline color
39974
40232
  *
@@ -39981,7 +40239,7 @@ declare namespace sap {
39981
40239
  * be used.
39982
40240
  */
39983
40241
  color: sap.ui.core.CSSColor | string | int
39984
- ): sap.ui.vk.ViewStateManager;
40242
+ ): this;
39985
40243
  /**
39986
40244
  * Sets the outline width
39987
40245
  *
@@ -39992,7 +40250,7 @@ declare namespace sap {
39992
40250
  * width of outline
39993
40251
  */
39994
40252
  width: float
39995
- ): sap.ui.vk.ViewStateManager;
40253
+ ): this;
39996
40254
  /**
39997
40255
  * Sets or resets the outlining state of the nodes.
39998
40256
  *
@@ -40015,7 +40273,7 @@ declare namespace sap {
40015
40273
  * The flag to suppress outlineChanged event.
40016
40274
  */
40017
40275
  blockNotification: boolean
40018
- ): sap.ui.vk.ViewStateManagerBase;
40276
+ ): this;
40019
40277
  /**
40020
40278
  * Sets a new value for property {@link #getRecursiveOutlining recursiveOutlining}.
40021
40279
  *
@@ -40070,7 +40328,7 @@ declare namespace sap {
40070
40328
  * The flag to suppress selectionChanged event.
40071
40329
  */
40072
40330
  blockNotification: boolean
40073
- ): sap.ui.vk.ViewStateManagerBase;
40331
+ ): this;
40074
40332
  /**
40075
40333
  * Sets or resets the selection state of the nodes.
40076
40334
  *
@@ -40093,7 +40351,7 @@ declare namespace sap {
40093
40351
  * The flag to suppress selectionChanged event.
40094
40352
  */
40095
40353
  blockNotification: boolean
40096
- ): sap.ui.vk.ViewStateManagerBase;
40354
+ ): this;
40097
40355
  /**
40098
40356
  * Sets a new value for property {@link #getShouldTrackVisibilityChanges shouldTrackVisibilityChanges}.
40099
40357
  *
@@ -40129,7 +40387,7 @@ declare namespace sap {
40129
40387
  * This flag indicates if the change needs to propagate recursively to child nodes.
40130
40388
  */
40131
40389
  recursive?: boolean
40132
- ): sap.ui.vk.ViewStateManagerBase;
40390
+ ): this;
40133
40391
  /**
40134
40392
  * Sets the node transformation components.
40135
40393
  *
@@ -40145,7 +40403,7 @@ declare namespace sap {
40145
40403
  * matrix or exactly one of angleAxis, euler or quaternion components.
40146
40404
  */
40147
40405
  transformations: any | any[]
40148
- ): sap.ui.vk.ViewStateManagerBase;
40406
+ ): this;
40149
40407
  /**
40150
40408
  * Sets the associated {@link #getViewManager viewManager}.
40151
40409
  *
@@ -40156,7 +40414,7 @@ declare namespace sap {
40156
40414
  * ID of an element which becomes the new target of this viewManager association; alternatively, an element
40157
40415
  * instance may be given
40158
40416
  */
40159
- oViewManager: sap.ui.core.ID | /* was: sap.ui.vk.ViewManager */ any
40417
+ oViewManager: sap.ui.core.ID | sap.ui.vk.ViewManager
40160
40418
  ): this;
40161
40419
  /**
40162
40420
  * Sets the visibility state of the nodes.
@@ -40181,7 +40439,7 @@ declare namespace sap {
40181
40439
  * will force node to be visible regardless of parent's state.
40182
40440
  */
40183
40441
  force: boolean
40184
- ): sap.ui.vk.ViewStateManagerBase;
40442
+ ): this;
40185
40443
  /**
40186
40444
  * Copy node's current transformation into its rest transformation stored in active view.
40187
40445
  *
@@ -40191,8 +40449,12 @@ declare namespace sap {
40191
40449
  /**
40192
40450
  * The node reference.
40193
40451
  */
40194
- nodeRef: any
40195
- ): sap.ui.vk.ViewStateManagerBase;
40452
+ nodeRef: any,
40453
+ /**
40454
+ * Do not trigger the sequence changed event in case other node references are not updated.
40455
+ */
40456
+ doNotFireSequenceChanged: boolean
40457
+ ): this;
40196
40458
  }
40197
40459
  /**
40198
40460
  * Sets the animation style type for annotation text.
@@ -40679,6 +40941,8 @@ declare namespace sap {
40679
40941
 
40680
40942
  "sap/ui/vk/ViewGroup": undefined;
40681
40943
 
40944
+ "sap/ui/vk/ViewManager": undefined;
40945
+
40682
40946
  "sap/ui/vk/Viewport": undefined;
40683
40947
 
40684
40948
  "sap/ui/vk/ViewportBase": undefined;