@sapui5/ts-types 1.104.1 → 1.105.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +1 -1
  6. package/types/sap.esh.search.ui.d.ts +829 -1
  7. package/types/sap.f.d.ts +1 -1
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +2 -2
  10. package/types/sap.fe.macros.d.ts +8 -4
  11. package/types/sap.fe.navigation.d.ts +53 -5
  12. package/types/sap.fe.templates.d.ts +2 -2
  13. package/types/sap.fe.test.d.ts +1 -1
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +66 -54
  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 +197 -47
  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 +122 -179
  25. package/types/sap.sac.grid.d.ts +1 -1
  26. package/types/sap.suite.ui.commons.d.ts +97 -6
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -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 +73 -22
  33. package/types/sap.ui.core.d.ts +195 -43
  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 +9 -10
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +59 -7
  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 +1 -1
  46. package/types/sap.ui.table.d.ts +1 -1
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +51 -4
  49. package/types/sap.ui.ux3.d.ts +1 -1
  50. package/types/sap.ui.vbm.d.ts +1 -1
  51. package/types/sap.ui.vk.d.ts +272 -19
  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 +209 -16
  55. package/types/sap.ui.webc.main.d.ts +524 -62
  56. package/types/sap.uiext.inbox.d.ts +1 -1
  57. package/types/sap.ushell.d.ts +6 -8
  58. package/types/sap.ushell_abap.d.ts +1 -215
  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.104.0
1
+ // For Library Version: 1.105.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
@@ -18789,6 +18972,14 @@ declare namespace sap {
18789
18972
  * - {@link sap.ui.vk.NodeHierarchy#enumerateChildren sap.ui.vk.NodeHierarchy.enumerateChildren}
18790
18973
  * - {@link sap.ui.vk.NodeHierarchy#enumerateAncestors sap.ui.vk.NodeHierarchy.enumerateAncestors}
18791
18974
  * - {@link sap.ui.vk.ViewStateManager#enumerateSelection sap.ui.vk.ViewStateManager.enumerateSelection}
18975
+ *
18976
+ *
18977
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
18978
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
18979
+ * of the syntax of the settings object.
18980
+ *
18981
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor
18982
+ * sap.ui.base.Object} can be used.
18792
18983
  */
18793
18984
  constructor();
18794
18985
 
@@ -22626,6 +22817,13 @@ declare namespace sap {
22626
22817
  * Objects of this type should only be created with the {@link sap.ui.vk.NodeHierarchy#createLayerProxy
22627
22818
  * sap.ui.vk.NodeHierarchy.createLayerProxy} method and destroyed with the {@link sap.ui.vk.NodeHierarchy#destroyLayerProxy
22628
22819
  * sap.ui.vk.NodeHierarchy.destroyLayerProxy} method.
22820
+ *
22821
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
22822
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22823
+ * of the syntax of the settings object.
22824
+ *
22825
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.Object#constructor
22826
+ * sap.ui.base.Object} can be used.
22629
22827
  */
22630
22828
  constructor();
22631
22829
 
@@ -23677,6 +23875,13 @@ declare namespace sap {
23677
23875
  class Loco extends sap.ui.base.EventProvider {
23678
23876
  /**
23679
23877
  * Constructor for a new Loco.
23878
+ *
23879
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
23880
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
23881
+ * of the syntax of the settings object.
23882
+ *
23883
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.EventProvider#constructor
23884
+ * sap.ui.base.EventProvider} can be used.
23680
23885
  */
23681
23886
  constructor();
23682
23887
 
@@ -28626,6 +28831,14 @@ declare namespace sap {
28626
28831
  * @returns Value of property `conversationName`
28627
28832
  */
28628
28833
  getConversationName(): string;
28834
+ /**
28835
+ * Gets current value of property {@link #getMeasurementScale measurementScale}.
28836
+ *
28837
+ * Default value is `1`.
28838
+ *
28839
+ * @returns Value of property `measurementScale`
28840
+ */
28841
+ getMeasurementScale(): float;
28629
28842
  /**
28630
28843
  * Gets current value of property {@link #getTimestamp timestamp}.
28631
28844
  *
@@ -28722,6 +28935,21 @@ declare namespace sap {
28722
28935
  */
28723
28936
  sConversationName: string
28724
28937
  ): this;
28938
+ /**
28939
+ * Sets a new value for property {@link #getMeasurementScale measurementScale}.
28940
+ *
28941
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
28942
+ *
28943
+ * Default value is `1`.
28944
+ *
28945
+ * @returns Reference to `this` in order to allow method chaining
28946
+ */
28947
+ setMeasurementScale(
28948
+ /**
28949
+ * New value for property `measurementScale`
28950
+ */
28951
+ fMeasurementScale?: float
28952
+ ): this;
28725
28953
  /**
28726
28954
  * Sets a new value for property {@link #getTimestamp timestamp}.
28727
28955
  *
@@ -36036,7 +36264,7 @@ declare namespace sap {
36036
36264
  /**
36037
36265
  * The color to use for highlighting the nodes passed as argument.
36038
36266
  */
36039
- color: int | /* was: sap.ui.vk.CSSColor */ any
36267
+ color: int | sap.ui.core.CSSColor
36040
36268
  ): sap.ui.vk.Viewport;
36041
36269
  /**
36042
36270
  * Executes a click or tap gesture.
@@ -37646,6 +37874,13 @@ declare namespace sap {
37646
37874
  class ViewStateManager extends sap.ui.vk.ViewStateManagerBase {
37647
37875
  /**
37648
37876
  * Constructor for a new ViewStateManager.
37877
+ *
37878
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
37879
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
37880
+ * of the syntax of the settings object.
37881
+ *
37882
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
37883
+ * sap.ui.vk.ViewStateManagerBase} can be used.
37649
37884
  */
37650
37885
  constructor(
37651
37886
  /**
@@ -37655,6 +37890,13 @@ declare namespace sap {
37655
37890
  );
37656
37891
  /**
37657
37892
  * Constructor for a new ViewStateManager.
37893
+ *
37894
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
37895
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
37896
+ * of the syntax of the settings object.
37897
+ *
37898
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.vk.ViewStateManagerBase#constructor
37899
+ * sap.ui.vk.ViewStateManagerBase} can be used.
37658
37900
  */
37659
37901
  constructor(
37660
37902
  /**
@@ -37929,7 +38171,7 @@ declare namespace sap {
37929
38171
  * an integer in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint
37930
38172
  * color should be used.
37931
38173
  */
37932
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
38174
+ color: sap.ui.core.CSSColor | string | int
37933
38175
  ): sap.ui.vk.ViewStateManager;
37934
38176
  /**
37935
38177
  * Sets the opacity of the nodes.
@@ -37962,7 +38204,7 @@ declare namespace sap {
37962
38204
  * in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
37963
38205
  * be used.
37964
38206
  */
37965
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
38207
+ color: sap.ui.core.CSSColor | string | int
37966
38208
  ): sap.ui.vk.ViewStateManager;
37967
38209
  /**
37968
38210
  * Sets the outline width
@@ -38104,7 +38346,7 @@ declare namespace sap {
38104
38346
  * integer in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint
38105
38347
  * color should be used.
38106
38348
  */
38107
- tintColor: /* was: sap.ui.vk.CSSColor */ any | int | null,
38349
+ tintColor: sap.ui.core.CSSColor | int | null,
38108
38350
  /**
38109
38351
  * This flag indicates if the change needs to propagate recursively to child nodes.
38110
38352
  */
@@ -38134,6 +38376,17 @@ declare namespace sap {
38134
38376
  */
38135
38377
  force: boolean
38136
38378
  ): sap.ui.vk.ViewStateManager;
38379
+ /**
38380
+ * Copy nodes' current transformation into their rest transformation stored in active view.
38381
+ *
38382
+ * @returns `this` to allow method chaining.
38383
+ */
38384
+ updateNodesRestTransformation(
38385
+ /**
38386
+ * Array of node references.
38387
+ */
38388
+ nodeRefs: any[]
38389
+ ): sap.ui.vk.ViewStateManager;
38137
38390
  /**
38138
38391
  * Copy node's current opacity into its rest opacity stored in active view.
38139
38392
  *
@@ -39633,7 +39886,7 @@ declare namespace sap {
39633
39886
  * in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint color should
39634
39887
  * be used.
39635
39888
  */
39636
- color: /* was: sap.ui.vk.CSSColor */ any | string | int
39889
+ color: sap.ui.core.CSSColor | string | int
39637
39890
  ): sap.ui.vk.ViewStateManager;
39638
39891
  /**
39639
39892
  * Sets the outline width
@@ -39777,7 +40030,7 @@ declare namespace sap {
39777
40030
  * integer in the ABGR format. If `null` is passed then the tint color is reset and the node's own tint
39778
40031
  * color should be used.
39779
40032
  */
39780
- tintColor: /* was: sap.ui.vk.CSSColor */ any | int | null,
40033
+ tintColor: sap.ui.core.CSSColor | int | null,
39781
40034
  /**
39782
40035
  * This flag indicates if the change needs to propagate recursively to child nodes.
39783
40036
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.105.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.104.0
1
+ // For Library Version: 1.105.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {