@sapui5/ts-types 1.104.2 → 1.106.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 -1
  4. package/types/sap.chart.d.ts +2 -2
  5. package/types/sap.collaboration.d.ts +25 -25
  6. package/types/sap.esh.search.ui.d.ts +939 -1
  7. package/types/sap.f.d.ts +80 -4
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +5 -5
  10. package/types/sap.fe.macros.d.ts +30 -98
  11. package/types/sap.fe.navigation.d.ts +53 -5
  12. package/types/sap.fe.templates.d.ts +155 -1
  13. package/types/sap.fe.test.d.ts +17 -3
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +218 -57
  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 +583 -149
  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 +68 -3
  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 +152 -171
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +121 -16
  27. package/types/sap.suite.ui.generic.template.d.ts +17 -3
  28. package/types/sap.suite.ui.microchart.d.ts +13 -13
  29. package/types/sap.tnt.d.ts +3 -3
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +31 -31
  32. package/types/sap.ui.comp.d.ts +182 -57
  33. package/types/sap.ui.core.d.ts +618 -265
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +3 -3
  36. package/types/sap.ui.fl.d.ts +1117 -5
  37. package/types/sap.ui.generic.app.d.ts +14 -11
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +101 -18
  40. package/types/sap.ui.layout.d.ts +7 -7
  41. package/types/sap.ui.mdc.d.ts +5 -1
  42. package/types/sap.ui.richtexteditor.d.ts +2 -2
  43. package/types/sap.ui.rta.d.ts +3 -1
  44. package/types/sap.ui.suite.d.ts +5 -5
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +26 -8
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +66 -19
  49. package/types/sap.ui.ux3.d.ts +11 -11
  50. package/types/sap.ui.vbm.d.ts +3 -3
  51. package/types/sap.ui.vk.d.ts +315 -24
  52. package/types/sap.ui.vtm.d.ts +2 -2
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +239 -43
  55. package/types/sap.ui.webc.main.d.ts +636 -146
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +12 -10
  58. package/types/sap.ushell_abap.d.ts +1 -215
  59. package/types/sap.uxap.d.ts +41 -1
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +2 -6
  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.104.0
1
+ // For Library Version: 1.106.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -79,6 +79,14 @@ declare namespace sap {
79
79
  * - {@link sap.ui.vk.NodeHierarchy#enumerateChildren sap.ui.vk.NodeHierarchy.enumerateChildren}
80
80
  * - {@link sap.ui.vk.NodeHierarchy#enumerateAncestors sap.ui.vk.NodeHierarchy.enumerateAncestors}
81
81
  * - {@link sap.ui.vk.ViewStateManager#enumerateSelection sap.ui.vk.ViewStateManager.enumerateSelection}
82
+ *
83
+ *
84
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
85
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
86
+ * of the syntax of the settings object.
87
+ *
88
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.BaseNodeProxy#constructor
89
+ * sap.ui.vk.BaseNodeProxy} can be used.
82
90
  */
83
91
  constructor();
84
92
 
@@ -369,6 +377,13 @@ declare namespace sap {
369
377
  class GraphicsCore extends sap.ui.base.EventProvider {
370
378
  /**
371
379
  * Constructor for a new GraphicsCore.
380
+ *
381
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
382
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
383
+ * of the syntax of the settings object.
384
+ *
385
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.EventProvider#constructor
386
+ * sap.ui.base.EventProvider} can be used.
372
387
  */
373
388
  constructor(
374
389
  /**
@@ -645,6 +660,13 @@ declare namespace sap {
645
660
  * Objects of this type should only be created with the {@link sap.ui.vk.NodeHierarchy#createLayerProxy
646
661
  * sap.ui.vk.NodeHierarchy.createLayerProxy} method and destroyed with the {@link sap.ui.vk.NodeHierarchy#destroyLayerProxy
647
662
  * sap.ui.vk.NodeHierarchy.destroyLayerProxy} method.
663
+ *
664
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
665
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
666
+ * of the syntax of the settings object.
667
+ *
668
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.LayerProxy#constructor
669
+ * sap.ui.vk.LayerProxy} can be used.
648
670
  */
649
671
  constructor();
650
672
 
@@ -729,6 +751,13 @@ declare namespace sap {
729
751
  *
730
752
  * The objects of this class should not be created directly, and should only be created via a call to {@link
731
753
  * sap.ui.vk.Scene#getDefaultNodeHierarchy sap.ui.vk.Scene.getDefaultNodeHierarchy}.
754
+ *
755
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
756
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
757
+ * of the syntax of the settings object.
758
+ *
759
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.NodeHierarchy#constructor
760
+ * sap.ui.vk.NodeHierarchy} can be used.
732
761
  */
733
762
  constructor();
734
763
 
@@ -1105,6 +1134,13 @@ declare namespace sap {
1105
1134
  class NodeProxy extends sap.ui.vk.NodeProxy {
1106
1135
  /**
1107
1136
  * Constructor for a new NodeProxy.
1137
+ *
1138
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1139
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1140
+ * of the syntax of the settings object.
1141
+ *
1142
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.NodeProxy#constructor
1143
+ * sap.ui.vk.NodeProxy} can be used.
1108
1144
  */
1109
1145
  constructor();
1110
1146
 
@@ -1152,6 +1188,13 @@ declare namespace sap {
1152
1188
  *
1153
1189
  * The objects of this class should not be created directly. They should be created via {@link sap.ui.vk.ContentConnector
1154
1190
  * sap.ui.vk.ContentConnector}.
1191
+ *
1192
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1193
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1194
+ * of the syntax of the settings object.
1195
+ *
1196
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.Scene#constructor
1197
+ * sap.ui.vk.Scene} can be used.
1155
1198
  */
1156
1199
  constructor();
1157
1200
 
@@ -1961,7 +2004,7 @@ declare namespace sap {
1961
2004
  /**
1962
2005
  * The color to use for highlighting the nodes passed as argument.
1963
2006
  */
1964
- color: int | /* was: sap.ui.vk.CSSColor */ any
2007
+ color: int | sap.ui.core.CSSColor
1965
2008
  ): sap.ui.vk.Viewport;
1966
2009
  /**
1967
2010
  * Executes a click or tap gesture.
@@ -2026,6 +2069,13 @@ declare namespace sap {
2026
2069
  class ViewStateManager extends sap.ui.vk.ViewStateManagerBase {
2027
2070
  /**
2028
2071
  * Constructor for a new ViewStateManager.
2072
+ *
2073
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
2074
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2075
+ * of the syntax of the settings object.
2076
+ *
2077
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
2078
+ * sap.ui.vk.ViewStateManagerBase} can be used.
2029
2079
  */
2030
2080
  constructor(
2031
2081
  /**
@@ -2035,6 +2085,13 @@ declare namespace sap {
2035
2085
  );
2036
2086
  /**
2037
2087
  * Constructor for a new ViewStateManager.
2088
+ *
2089
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
2090
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2091
+ * of the syntax of the settings object.
2092
+ *
2093
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
2094
+ * sap.ui.vk.ViewStateManagerBase} can be used.
2038
2095
  */
2039
2096
  constructor(
2040
2097
  /**
@@ -2248,7 +2305,7 @@ declare namespace sap {
2248
2305
  * integer in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint
2249
2306
  * color should be used.
2250
2307
  */
2251
- tintColor: /* was: sap.ui.vk.CSSColor */ any | int | null,
2308
+ tintColor: sap.ui.core.CSSColor | int | null,
2252
2309
  /**
2253
2310
  * This flag indicates if the change needs to propagate recursively to child nodes.
2254
2311
  */
@@ -2338,6 +2395,14 @@ declare namespace sap {
2338
2395
  * - {@link sap.ui.vk.NodeHierarchy#enumerateChildren sap.ui.vk.NodeHierarchy.enumerateChildren}
2339
2396
  * - {@link sap.ui.vk.NodeHierarchy#enumerateAncestors sap.ui.vk.NodeHierarchy.enumerateAncestors}
2340
2397
  * - {@link sap.ui.vk.ViewStateManager#enumerateSelection sap.ui.vk.ViewStateManager.enumerateSelection}
2398
+ *
2399
+ *
2400
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
2401
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2402
+ * of the syntax of the settings object.
2403
+ *
2404
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.BaseNodeProxy#constructor
2405
+ * sap.ui.vk.BaseNodeProxy} can be used.
2341
2406
  */
2342
2407
  constructor();
2343
2408
 
@@ -2601,6 +2666,13 @@ declare namespace sap {
2601
2666
  class NodeHierarchy extends sap.ui.vk.NodeHierarchy {
2602
2667
  /**
2603
2668
  * Constructor for a new NodeHierarchy.
2669
+ *
2670
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
2671
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
2672
+ * of the syntax of the settings object.
2673
+ *
2674
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.NodeHierarchy#constructor
2675
+ * sap.ui.vk.NodeHierarchy} can be used.
2604
2676
  */
2605
2677
  constructor();
2606
2678
 
@@ -2976,6 +3048,13 @@ declare namespace sap {
2976
3048
  class NodeProxy extends sap.ui.vk.NodeProxy {
2977
3049
  /**
2978
3050
  * Constructor for a new NodeProxy.
3051
+ *
3052
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3053
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3054
+ * of the syntax of the settings object.
3055
+ *
3056
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.NodeProxy#constructor
3057
+ * sap.ui.vk.NodeProxy} can be used.
2979
3058
  */
2980
3059
  constructor();
2981
3060
 
@@ -3017,6 +3096,13 @@ declare namespace sap {
3017
3096
  class OrthographicCamera extends sap.ui.vk.OrthographicCamera {
3018
3097
  /**
3019
3098
  * Constructor for a new OrthographicCamera.
3099
+ *
3100
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3101
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3102
+ * of the syntax of the settings object.
3103
+ *
3104
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.OrthographicCamera#constructor
3105
+ * sap.ui.vk.OrthographicCamera} can be used.
3020
3106
  */
3021
3107
  constructor();
3022
3108
 
@@ -3058,6 +3144,13 @@ declare namespace sap {
3058
3144
  class Scene extends sap.ui.vk.Scene {
3059
3145
  /**
3060
3146
  * Constructor for a new Scene.
3147
+ *
3148
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3149
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3150
+ * of the syntax of the settings object.
3151
+ *
3152
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.Scene#constructor
3153
+ * sap.ui.vk.Scene} can be used.
3061
3154
  */
3062
3155
  constructor();
3063
3156
 
@@ -3618,7 +3711,7 @@ declare namespace sap {
3618
3711
  /**
3619
3712
  * The color to use for highlighting the nodes passed as argument.
3620
3713
  */
3621
- color: int | /* was: sap.ui.vk.CSSColor */ any
3714
+ color: int | sap.ui.core.CSSColor
3622
3715
  ): sap.ui.vk.Viewport;
3623
3716
  /**
3624
3717
  * Zooms the scene to a bounding box created from a particular set of nodes.
@@ -3652,6 +3745,13 @@ declare namespace sap {
3652
3745
  class ViewStateManager extends sap.ui.vk.ViewStateManagerBase {
3653
3746
  /**
3654
3747
  * Constructor for a new ViewStateManager.
3748
+ *
3749
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3750
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3751
+ * of the syntax of the settings object.
3752
+ *
3753
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
3754
+ * sap.ui.vk.ViewStateManagerBase} can be used.
3655
3755
  */
3656
3756
  constructor(
3657
3757
  /**
@@ -3661,6 +3761,13 @@ declare namespace sap {
3661
3761
  );
3662
3762
  /**
3663
3763
  * Constructor for a new ViewStateManager.
3764
+ *
3765
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3766
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
3767
+ * of the syntax of the settings object.
3768
+ *
3769
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
3770
+ * sap.ui.vk.ViewStateManagerBase} can be used.
3664
3771
  */
3665
3772
  constructor(
3666
3773
  /**
@@ -3815,7 +3922,7 @@ declare namespace sap {
3815
3922
  * in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
3816
3923
  * be used.
3817
3924
  */
3818
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
3925
+ color: sap.ui.core.CSSColor | string | int
3819
3926
  ): sap.ui.vk.ViewStateManager;
3820
3927
  /**
3821
3928
  * Sets the opacity of the nodes.
@@ -3900,10 +4007,10 @@ declare namespace sap {
3900
4007
  * integer in the ABGR format or it could be array of these values. If `null` is passed then the tint color
3901
4008
  * is reset and the node's own tint color should be used.
3902
4009
  */
3903
- tintColor: /* was: sap.ui.vk.CSSColor */
3904
- | any
4010
+ tintColor:
4011
+ | sap.ui.core.CSSColor
3905
4012
  | int
3906
- | /* was: sap.ui.vk.CSSColor */ any[]
4013
+ | sap.ui.core.CSSColor[]
3907
4014
  | int[]
3908
4015
  | null,
3909
4016
  /**
@@ -3987,6 +4094,14 @@ declare namespace sap {
3987
4094
  * - {@link sap.ui.vk.NodeHierarchy#enumerateChildren sap.ui.vk.NodeHierarchy.enumerateChildren}
3988
4095
  * - {@link sap.ui.vk.NodeHierarchy#enumerateAncestors sap.ui.vk.NodeHierarchy.enumerateAncestors}
3989
4096
  * - {@link sap.ui.vk.ViewStateManager#enumerateSelection sap.ui.vk.ViewStateManager.enumerateSelection}
4097
+ *
4098
+ *
4099
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
4100
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
4101
+ * of the syntax of the settings object.
4102
+ *
4103
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.BaseNodeProxy#constructor
4104
+ * sap.ui.vk.BaseNodeProxy} can be used.
3990
4105
  */
3991
4106
  constructor();
3992
4107
 
@@ -4240,6 +4355,13 @@ declare namespace sap {
4240
4355
  class Material extends sap.ui.vk.Material {
4241
4356
  /**
4242
4357
  * Constructor for a new Material.
4358
+ *
4359
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
4360
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
4361
+ * of the syntax of the settings object.
4362
+ *
4363
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.Material#constructor
4364
+ * sap.ui.vk.Material} can be used.
4243
4365
  */
4244
4366
  constructor();
4245
4367
 
@@ -4282,6 +4404,13 @@ declare namespace sap {
4282
4404
  class NodeHierarchy extends sap.ui.vk.NodeHierarchy {
4283
4405
  /**
4284
4406
  * Constructor for a new NodeHierarchy.
4407
+ *
4408
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
4409
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
4410
+ * of the syntax of the settings object.
4411
+ *
4412
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.NodeHierarchy#constructor
4413
+ * sap.ui.vk.NodeHierarchy} can be used.
4285
4414
  */
4286
4415
  constructor();
4287
4416
 
@@ -4691,6 +4820,13 @@ declare namespace sap {
4691
4820
  class NodeProxy extends sap.ui.vk.NodeProxy {
4692
4821
  /**
4693
4822
  * Constructor for a new NodeProxy.
4823
+ *
4824
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
4825
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
4826
+ * of the syntax of the settings object.
4827
+ *
4828
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.NodeProxy#constructor
4829
+ * sap.ui.vk.NodeProxy} can be used.
4694
4830
  */
4695
4831
  constructor();
4696
4832
 
@@ -4801,6 +4937,13 @@ declare namespace sap {
4801
4937
  class OrthographicCamera extends sap.ui.vk.OrthographicCamera {
4802
4938
  /**
4803
4939
  * Constructor for a new OrthographicCamera.
4940
+ *
4941
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
4942
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
4943
+ * of the syntax of the settings object.
4944
+ *
4945
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.OrthographicCamera#constructor
4946
+ * sap.ui.vk.OrthographicCamera} can be used.
4804
4947
  */
4805
4948
  constructor();
4806
4949
 
@@ -4877,6 +5020,13 @@ declare namespace sap {
4877
5020
  class PerspectiveCamera extends sap.ui.vk.PerspectiveCamera {
4878
5021
  /**
4879
5022
  * Constructor for a new PerspectiveCamera.
5023
+ *
5024
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
5025
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
5026
+ * of the syntax of the settings object.
5027
+ *
5028
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.PerspectiveCamera#constructor
5029
+ * sap.ui.vk.PerspectiveCamera} can be used.
4880
5030
  */
4881
5031
  constructor();
4882
5032
 
@@ -4942,6 +5092,13 @@ declare namespace sap {
4942
5092
  class Scene extends sap.ui.vk.Scene {
4943
5093
  /**
4944
5094
  * Constructor for a new Scene.
5095
+ *
5096
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
5097
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
5098
+ * of the syntax of the settings object.
5099
+ *
5100
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.Scene#constructor
5101
+ * sap.ui.vk.Scene} can be used.
4945
5102
  */
4946
5103
  constructor(
4947
5104
  /**
@@ -5034,6 +5191,13 @@ declare namespace sap {
5034
5191
  class Texture extends sap.ui.vk.Texture {
5035
5192
  /**
5036
5193
  * Constructor for a new Material.
5194
+ *
5195
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
5196
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
5197
+ * of the syntax of the settings object.
5198
+ *
5199
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.Texture#constructor
5200
+ * sap.ui.vk.Texture} can be used.
5037
5201
  */
5038
5202
  constructor();
5039
5203
 
@@ -5701,6 +5865,13 @@ declare namespace sap {
5701
5865
  class ViewStateManager extends sap.ui.vk.ViewStateManagerBase {
5702
5866
  /**
5703
5867
  * Constructor for a new ViewStateManager.
5868
+ *
5869
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
5870
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
5871
+ * of the syntax of the settings object.
5872
+ *
5873
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
5874
+ * sap.ui.vk.ViewStateManagerBase} can be used.
5704
5875
  */
5705
5876
  constructor(
5706
5877
  /**
@@ -5710,6 +5881,13 @@ declare namespace sap {
5710
5881
  );
5711
5882
  /**
5712
5883
  * Constructor for a new ViewStateManager.
5884
+ *
5885
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
5886
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
5887
+ * of the syntax of the settings object.
5888
+ *
5889
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
5890
+ * sap.ui.vk.ViewStateManagerBase} can be used.
5713
5891
  */
5714
5892
  constructor(
5715
5893
  /**
@@ -5941,7 +6119,7 @@ declare namespace sap {
5941
6119
  * in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
5942
6120
  * be used.
5943
6121
  */
5944
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
6122
+ color: sap.ui.core.CSSColor | string | int
5945
6123
  ): sap.ui.vk.ViewStateManager;
5946
6124
  /**
5947
6125
  * Sets the opacity of the nodes.
@@ -5974,7 +6152,7 @@ declare namespace sap {
5974
6152
  * in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
5975
6153
  * be used.
5976
6154
  */
5977
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
6155
+ color: sap.ui.core.CSSColor | string | int
5978
6156
  ): sap.ui.vk.ViewStateManager;
5979
6157
  /**
5980
6158
  * Sets the outline width
@@ -6082,10 +6260,10 @@ declare namespace sap {
6082
6260
  * integer in the ABGR format or it could be array of these values. If `null` is passed then the tint color
6083
6261
  * is reset and the node's own tint color should be used.
6084
6262
  */
6085
- tintColor: /* was: sap.ui.vk.CSSColor */
6086
- | any
6263
+ tintColor:
6264
+ | sap.ui.core.CSSColor
6087
6265
  | int
6088
- | /* was: sap.ui.vk.CSSColor */ any[]
6266
+ | sap.ui.core.CSSColor[]
6089
6267
  | int[]
6090
6268
  | null,
6091
6269
  /**
@@ -16385,6 +16563,11 @@ declare namespace sap {
16385
16563
  | sap.ui.base.ManagedObject.PropertyBindingInfo
16386
16564
  | `{${string}}`;
16387
16565
 
16566
+ measurementScale?:
16567
+ | float
16568
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
16569
+ | `{${string}}`;
16570
+
16388
16571
  comments?:
16389
16572
  | sap.ui.vk.RedlineElementComment[]
16390
16573
  | sap.ui.vk.RedlineElementComment
@@ -17446,6 +17629,15 @@ declare namespace sap {
17446
17629
  | sap.ui.base.ManagedObject.PropertyBindingInfo
17447
17630
  | `{${string}}`;
17448
17631
 
17632
+ /**
17633
+ * Automatically start rendering This will allow client code to control if viewport rendering should commence
17634
+ * automatically or not.
17635
+ */
17636
+ autoStartRendering?:
17637
+ | boolean
17638
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
17639
+ | `{${string}}`;
17640
+
17449
17641
  /**
17450
17642
  * The controls inside the viewport.
17451
17643
  */
@@ -18789,6 +18981,14 @@ declare namespace sap {
18789
18981
  * - {@link sap.ui.vk.NodeHierarchy#enumerateChildren sap.ui.vk.NodeHierarchy.enumerateChildren}
18790
18982
  * - {@link sap.ui.vk.NodeHierarchy#enumerateAncestors sap.ui.vk.NodeHierarchy.enumerateAncestors}
18791
18983
  * - {@link sap.ui.vk.ViewStateManager#enumerateSelection sap.ui.vk.ViewStateManager.enumerateSelection}
18984
+ *
18985
+ *
18986
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
18987
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18988
+ * of the syntax of the settings object.
18989
+ *
18990
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor
18991
+ * sap.ui.base.Object} can be used.
18792
18992
  */
18793
18993
  constructor();
18794
18994
 
@@ -19469,7 +19669,7 @@ declare namespace sap {
19469
19669
  * The ariaDescribedBy to be removed or its index or ID
19470
19670
  */
19471
19671
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
19472
- ): sap.ui.core.ID;
19672
+ ): sap.ui.core.ID | null;
19473
19673
  /**
19474
19674
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
19475
19675
  *
@@ -19480,7 +19680,7 @@ declare namespace sap {
19480
19680
  * The ariaLabelledBy to be removed or its index or ID
19481
19681
  */
19482
19682
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
19483
- ): sap.ui.core.ID;
19683
+ ): sap.ui.core.ID | null;
19484
19684
  /**
19485
19685
  * Removes a content from the aggregation {@link #getContent content}.
19486
19686
  *
@@ -22626,6 +22826,13 @@ declare namespace sap {
22626
22826
  * Objects of this type should only be created with the {@link sap.ui.vk.NodeHierarchy#createLayerProxy
22627
22827
  * sap.ui.vk.NodeHierarchy.createLayerProxy} method and destroyed with the {@link sap.ui.vk.NodeHierarchy#destroyLayerProxy
22628
22828
  * sap.ui.vk.NodeHierarchy.destroyLayerProxy} method.
22829
+ *
22830
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
22831
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22832
+ * of the syntax of the settings object.
22833
+ *
22834
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor
22835
+ * sap.ui.base.Object} can be used.
22629
22836
  */
22630
22837
  constructor();
22631
22838
 
@@ -23677,6 +23884,13 @@ declare namespace sap {
23677
23884
  class Loco extends sap.ui.base.EventProvider {
23678
23885
  /**
23679
23886
  * Constructor for a new Loco.
23887
+ *
23888
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
23889
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
23890
+ * of the syntax of the settings object.
23891
+ *
23892
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.EventProvider#constructor
23893
+ * sap.ui.base.EventProvider} can be used.
23680
23894
  */
23681
23895
  constructor();
23682
23896
 
@@ -28626,6 +28840,14 @@ declare namespace sap {
28626
28840
  * @returns Value of property `conversationName`
28627
28841
  */
28628
28842
  getConversationName(): string;
28843
+ /**
28844
+ * Gets current value of property {@link #getMeasurementScale measurementScale}.
28845
+ *
28846
+ * Default value is `1`.
28847
+ *
28848
+ * @returns Value of property `measurementScale`
28849
+ */
28850
+ getMeasurementScale(): float;
28629
28851
  /**
28630
28852
  * Gets current value of property {@link #getTimestamp timestamp}.
28631
28853
  *
@@ -28722,6 +28944,21 @@ declare namespace sap {
28722
28944
  */
28723
28945
  sConversationName: string
28724
28946
  ): this;
28947
+ /**
28948
+ * Sets a new value for property {@link #getMeasurementScale measurementScale}.
28949
+ *
28950
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
28951
+ *
28952
+ * Default value is `1`.
28953
+ *
28954
+ * @returns Reference to `this` in order to allow method chaining
28955
+ */
28956
+ setMeasurementScale(
28957
+ /**
28958
+ * New value for property `measurementScale`
28959
+ */
28960
+ fMeasurementScale?: float
28961
+ ): this;
28725
28962
  /**
28726
28963
  * Sets a new value for property {@link #getTimestamp timestamp}.
28727
28964
  *
@@ -32848,7 +33085,7 @@ declare namespace sap {
32848
33085
  * The ariaDescribedBy to be removed or its index or ID
32849
33086
  */
32850
33087
  vAriaDescribedBy: int | sap.ui.core.ID | sap.ui.core.Control
32851
- ): sap.ui.core.ID;
33088
+ ): sap.ui.core.ID | null;
32852
33089
  /**
32853
33090
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
32854
33091
  *
@@ -32859,7 +33096,7 @@ declare namespace sap {
32859
33096
  * The ariaLabelledBy to be removed or its index or ID
32860
33097
  */
32861
33098
  vAriaLabelledBy: int | sap.ui.core.ID | sap.ui.core.Control
32862
- ): sap.ui.core.ID;
33099
+ ): sap.ui.core.ID | null;
32863
33100
  /**
32864
33101
  * Removes a item from the aggregation {@link #getItems items}.
32865
33102
  *
@@ -36036,7 +36273,7 @@ declare namespace sap {
36036
36273
  /**
36037
36274
  * The color to use for highlighting the nodes passed as argument.
36038
36275
  */
36039
- color: int | /* was: sap.ui.vk.CSSColor */ any
36276
+ color: int | sap.ui.core.CSSColor
36040
36277
  ): sap.ui.vk.Viewport;
36041
36278
  /**
36042
36279
  * Executes a click or tap gesture.
@@ -36900,6 +37137,17 @@ declare namespace sap {
36900
37137
  * HTML Annotations present in the active view
36901
37138
  */
36902
37139
  getAnnotations(): sap.ui.vk.Annotation[];
37140
+ /**
37141
+ * Gets current value of property {@link #getAutoStartRendering autoStartRendering}.
37142
+ *
37143
+ * Automatically start rendering This will allow client code to control if viewport rendering should commence
37144
+ * automatically or not.
37145
+ *
37146
+ * Default value is `true`.
37147
+ *
37148
+ * @returns Value of property `autoStartRendering`
37149
+ */
37150
+ getAutoStartRendering(): boolean;
36903
37151
  /**
36904
37152
  * Gets current value of property {@link #getBackgroundColorBottom backgroundColorBottom}.
36905
37153
  *
@@ -37234,7 +37482,7 @@ declare namespace sap {
37234
37482
  * The tool to be removed or its index or ID
37235
37483
  */
37236
37484
  vTool: int | sap.ui.core.ID | sap.ui.vk.tools.Tool
37237
- ): sap.ui.core.ID;
37485
+ ): sap.ui.core.ID | null;
37238
37486
  /**
37239
37487
  * Renders viewport content.
37240
37488
  */
@@ -37268,6 +37516,24 @@ declare namespace sap {
37268
37516
  */
37269
37517
  dy: int
37270
37518
  ): sap.ui.vk.ViewportBase;
37519
+ /**
37520
+ * Sets a new value for property {@link #getAutoStartRendering autoStartRendering}.
37521
+ *
37522
+ * Automatically start rendering This will allow client code to control if viewport rendering should commence
37523
+ * automatically or not.
37524
+ *
37525
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37526
+ *
37527
+ * Default value is `true`.
37528
+ *
37529
+ * @returns Reference to `this` in order to allow method chaining
37530
+ */
37531
+ setAutoStartRendering(
37532
+ /**
37533
+ * New value for property `autoStartRendering`
37534
+ */
37535
+ bAutoStartRendering?: boolean
37536
+ ): this;
37271
37537
  /**
37272
37538
  * Sets a new value for property {@link #getBackgroundColorBottom backgroundColorBottom}.
37273
37539
  *
@@ -37646,6 +37912,13 @@ declare namespace sap {
37646
37912
  class ViewStateManager extends sap.ui.vk.ViewStateManagerBase {
37647
37913
  /**
37648
37914
  * Constructor for a new ViewStateManager.
37915
+ *
37916
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
37917
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
37918
+ * of the syntax of the settings object.
37919
+ *
37920
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
37921
+ * sap.ui.vk.ViewStateManagerBase} can be used.
37649
37922
  */
37650
37923
  constructor(
37651
37924
  /**
@@ -37655,6 +37928,13 @@ declare namespace sap {
37655
37928
  );
37656
37929
  /**
37657
37930
  * Constructor for a new ViewStateManager.
37931
+ *
37932
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
37933
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
37934
+ * of the syntax of the settings object.
37935
+ *
37936
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
37937
+ * sap.ui.vk.ViewStateManagerBase} can be used.
37658
37938
  */
37659
37939
  constructor(
37660
37940
  /**
@@ -37929,7 +38209,7 @@ declare namespace sap {
37929
38209
  * an integer in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint
37930
38210
  * color should be used.
37931
38211
  */
37932
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
38212
+ color: sap.ui.core.CSSColor | string | int
37933
38213
  ): sap.ui.vk.ViewStateManager;
37934
38214
  /**
37935
38215
  * Sets the opacity of the nodes.
@@ -37962,7 +38242,7 @@ declare namespace sap {
37962
38242
  * in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
37963
38243
  * be used.
37964
38244
  */
37965
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
38245
+ color: sap.ui.core.CSSColor | string | int
37966
38246
  ): sap.ui.vk.ViewStateManager;
37967
38247
  /**
37968
38248
  * Sets the outline width
@@ -38104,7 +38384,7 @@ declare namespace sap {
38104
38384
  * integer in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint
38105
38385
  * color should be used.
38106
38386
  */
38107
- tintColor: /* was: sap.ui.vk.CSSColor */ any | int | null,
38387
+ tintColor: sap.ui.core.CSSColor | int | null,
38108
38388
  /**
38109
38389
  * This flag indicates if the change needs to propagate recursively to child nodes.
38110
38390
  */
@@ -38134,6 +38414,17 @@ declare namespace sap {
38134
38414
  */
38135
38415
  force: boolean
38136
38416
  ): sap.ui.vk.ViewStateManager;
38417
+ /**
38418
+ * Copy nodes' current transformation into their rest transformation stored in active view.
38419
+ *
38420
+ * @returns `this` to allow method chaining.
38421
+ */
38422
+ updateNodesRestTransformation(
38423
+ /**
38424
+ * Array of node references.
38425
+ */
38426
+ nodeRefs: any[]
38427
+ ): sap.ui.vk.ViewStateManager;
38137
38428
  /**
38138
38429
  * Copy node's current opacity into its rest opacity stored in active view.
38139
38430
  *
@@ -39633,7 +39924,7 @@ declare namespace sap {
39633
39924
  * in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
39634
39925
  * be used.
39635
39926
  */
39636
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
39927
+ color: sap.ui.core.CSSColor | string | int
39637
39928
  ): sap.ui.vk.ViewStateManager;
39638
39929
  /**
39639
39930
  * Sets the outline width
@@ -39777,7 +40068,7 @@ declare namespace sap {
39777
40068
  * integer in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint
39778
40069
  * color should be used.
39779
40070
  */
39780
- tintColor: /* was: sap.ui.vk.CSSColor */ any | int | null,
40071
+ tintColor: sap.ui.core.CSSColor | int | null,
39781
40072
  /**
39782
40073
  * This flag indicates if the change needs to propagate recursively to child nodes.
39783
40074
  */