@sapui5/ts-types 1.107.1 → 1.108.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 +8 -8
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +3 -2
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +111 -44
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +64 -3
  10. package/types/sap.fe.macros.d.ts +32 -24
  11. package/types/sap.fe.navigation.d.ts +16 -897
  12. package/types/sap.fe.templates.d.ts +30 -4
  13. package/types/sap.fe.test.d.ts +30 -2
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +171 -47
  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 +200 -97
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +4 -4
  21. package/types/sap.ndc.d.ts +4 -1
  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 +11 -8
  25. package/types/sap.sac.grid.d.ts +10 -2
  26. package/types/sap.suite.ui.commons.d.ts +40 -17
  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 +12 -2
  32. package/types/sap.ui.comp.d.ts +68 -32
  33. package/types/sap.ui.core.d.ts +306 -103
  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 +1 -1
  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 +104 -58
  40. package/types/sap.ui.layout.d.ts +2 -2
  41. package/types/sap.ui.mdc.d.ts +1 -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 +8 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +28 -20
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +198 -24
  49. package/types/sap.ui.ux3.d.ts +18 -9
  50. package/types/sap.ui.vbm.d.ts +9 -5
  51. package/types/sap.ui.vk.d.ts +78 -22
  52. package/types/sap.ui.vtm.d.ts +108 -59
  53. package/types/sap.ui.webc.common.d.ts +3 -3
  54. package/types/sap.ui.webc.fiori.d.ts +58 -58
  55. package/types/sap.ui.webc.main.d.ts +129 -129
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +124 -1701
  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 +132 -132
  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 +4 -4
  64. package/types/sap.zen.dsh.d.ts +2 -2
@@ -1,10 +1,11 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
5
5
  /**
6
6
  * @deprecated (since 1.96.10)
7
- * @EXPERIMENTAL (since 1.50.0)
7
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
8
+ * versions.
8
9
  *
9
10
  * SAPUI5 library with controls to visualize, map and restructure hierarchical business data that maps to
10
11
  * 3D objects.
@@ -96,7 +97,8 @@ declare namespace sap {
96
97
  ): sap.ui.vtm.Vtm;
97
98
  /**
98
99
  * @deprecated (since 1.96.10)
99
- * @EXPERIMENTAL (since 1.50.0)
100
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
101
+ * versions.
100
102
  *
101
103
  * Namespace for extensions that are provided with the sap.ui.vtm library.
102
104
  */
@@ -185,7 +187,8 @@ declare namespace sap {
185
187
  extends sap.ui.vtm.$ExtensionSettings {}
186
188
 
187
189
  /**
188
- * @EXPERIMENTAL (since 1.50.0)
190
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
191
+ * versions.
189
192
  *
190
193
  * Adds a behavior that calculates display state (visibility, opacity, highlight color) for the scene nodes
191
194
  * in a viewport using information in the tree items, context display groups and override display groups.
@@ -247,7 +250,8 @@ declare namespace sap {
247
250
  static getMetadata(): sap.ui.core.ElementMetadata;
248
251
  }
249
252
  /**
250
- * @EXPERIMENTAL (since 1.50.0)
253
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
254
+ * versions.
251
255
  *
252
256
  * Adds a behavior that zooms to all (or a specific view) after the first viewable has loaded successfully.
253
257
  */
@@ -333,7 +337,8 @@ declare namespace sap {
333
337
  ): this;
334
338
  }
335
339
  /**
336
- * @EXPERIMENTAL (since 1.50.0)
340
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
341
+ * versions.
337
342
  *
338
343
  * Adds a behavior that shows a progress dialog when downloading/loading of viewables is occurring.
339
344
  */
@@ -393,7 +398,8 @@ declare namespace sap {
393
398
  static getMetadata(): sap.ui.core.ElementMetadata;
394
399
  }
395
400
  /**
396
- * @EXPERIMENTAL (since 1.50.0)
401
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
402
+ * versions.
397
403
  *
398
404
  * Adds a behavior that calculates the properties of the message status icons. The behavior:
399
405
  * - Allows for error, warning and information messages.
@@ -466,7 +472,8 @@ declare namespace sap {
466
472
  static getMetadata(): sap.ui.core.ElementMetadata;
467
473
  }
468
474
  /**
469
- * @EXPERIMENTAL (since 1.50.0)
475
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
476
+ * versions.
470
477
  *
471
478
  * Adds a behavior that shows a {@link sap.ui.vtm.MessagesPopover} when a message status icon is clicked.
472
479
  */
@@ -523,7 +530,8 @@ declare namespace sap {
523
530
  static getMetadata(): sap.ui.core.ElementMetadata;
524
531
  }
525
532
  /**
526
- * @EXPERIMENTAL (since 1.50.0)
533
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
534
+ * versions.
527
535
  *
528
536
  * Adds a behaviour which highlights a scene node when the mouse hovers over it.
529
537
  */
@@ -610,7 +618,8 @@ declare namespace sap {
610
618
  ): this;
611
619
  }
612
620
  /**
613
- * @EXPERIMENTAL (since 1.50.0)
621
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
622
+ * versions.
614
623
  *
615
624
  * Adds a behaviour in which a tooltip (which can be specified by application code using a callback function)
616
625
  * is displayed when the mouse is hovering over a scene node.
@@ -716,7 +725,8 @@ declare namespace sap {
716
725
  ): this;
717
726
  }
718
727
  /**
719
- * @EXPERIMENTAL (since 1.50.0)
728
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
729
+ * versions.
720
730
  *
721
731
  * Adds a behavior that links items the visibility of tree items in a {@link sap.ui.vtm.Tree} with the visibility
722
732
  * of their associated scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
@@ -813,7 +823,8 @@ declare namespace sap {
813
823
  ): this;
814
824
  }
815
825
  /**
816
- * @EXPERIMENTAL (since 1.50.0)
826
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
827
+ * versions.
817
828
  *
818
829
  * Adds a behavior that links the camera views for all the {@link sap.ui.vtm.Viewport} instances associated
819
830
  * with a {@link sap.ui.vtm.Vtm} instance.
@@ -861,7 +872,8 @@ declare namespace sap {
861
872
  static getMetadata(): sap.ui.core.ElementMetadata;
862
873
  }
863
874
  /**
864
- * @EXPERIMENTAL (since 1.50.0)
875
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
876
+ * versions.
865
877
  *
866
878
  * Adds a behavior that links the selection state of tree items in a {@link sap.ui.vtm.Tree} with their
867
879
  * corresponding scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
@@ -919,7 +931,8 @@ declare namespace sap {
919
931
  static getMetadata(): sap.ui.core.ElementMetadata;
920
932
  }
921
933
  /**
922
- * @EXPERIMENTAL (since 1.50.0)
934
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
935
+ * versions.
923
936
  *
924
937
  * Adds a behavior that updates visibility in the {@link sap.ui.vtm.Tree} when a visibility checkbox (eye)
925
938
  * is clicked.
@@ -982,14 +995,16 @@ declare namespace sap {
982
995
  }
983
996
  /**
984
997
  * @deprecated (since 1.96.10)
985
- * @EXPERIMENTAL (since 1.50.0)
998
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
999
+ * versions.
986
1000
  *
987
1001
  * Namespace for interfaces that are provided with the sap.ui.vtm library.
988
1002
  */
989
1003
  namespace interfaces {
990
1004
  /**
991
1005
  * @SINCE 1.50
992
- * @EXPERIMENTAL (since 1.50.0)
1006
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1007
+ * versions.
993
1008
  *
994
1009
  * Interface for extensions which manage the display state (visibility, opacity, highlight color) of the
995
1010
  * scene nodes in the VTM viewports.
@@ -1000,7 +1015,8 @@ declare namespace sap {
1000
1015
 
1001
1016
  /**
1002
1017
  * @SINCE 1.50
1003
- * @EXPERIMENTAL (since 1.50.0)
1018
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1019
+ * versions.
1004
1020
  *
1005
1021
  * Interface for extensions which indicate progress while viewables are being downloaded.
1006
1022
  */
@@ -1010,7 +1026,8 @@ declare namespace sap {
1010
1026
 
1011
1027
  /**
1012
1028
  * @SINCE 1.50
1013
- * @EXPERIMENTAL (since 1.50.0)
1029
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1030
+ * versions.
1014
1031
  *
1015
1032
  * Interface for extensions which manage the initial view in the VTM viewports after loading an initial
1016
1033
  * set of viewables.
@@ -1021,7 +1038,8 @@ declare namespace sap {
1021
1038
 
1022
1039
  /**
1023
1040
  * @SINCE 1.50
1024
- * @EXPERIMENTAL (since 1.50.0)
1041
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1042
+ * versions.
1025
1043
  *
1026
1044
  * Interface for extensions which indicate progress while viewables are being loaded.
1027
1045
  */
@@ -1031,7 +1049,8 @@ declare namespace sap {
1031
1049
 
1032
1050
  /**
1033
1051
  * @SINCE 1.50
1034
- * @EXPERIMENTAL (since 1.50.0)
1052
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1053
+ * versions.
1035
1054
  *
1036
1055
  * Interface for extensions which calculate the icon to show for each tree item in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1037
1056
  * column.
@@ -1042,7 +1061,8 @@ declare namespace sap {
1042
1061
 
1043
1062
  /**
1044
1063
  * @SINCE 1.50
1045
- * @EXPERIMENTAL (since 1.50.0)
1064
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1065
+ * versions.
1046
1066
  *
1047
1067
  * Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1048
1068
  * column is clicked.
@@ -1053,7 +1073,8 @@ declare namespace sap {
1053
1073
 
1054
1074
  /**
1055
1075
  * @SINCE 1.50
1056
- * @EXPERIMENTAL (since 1.50.0)
1076
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1077
+ * versions.
1057
1078
  *
1058
1079
  * Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.MessageStatus}
1059
1080
  * column is clicked.
@@ -1064,7 +1085,8 @@ declare namespace sap {
1064
1085
 
1065
1086
  /**
1066
1087
  * @SINCE 1.50
1067
- * @EXPERIMENTAL (since 1.50.0)
1088
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1089
+ * versions.
1068
1090
  *
1069
1091
  * Interface for extensions which highlight the scene node that is being hovered over in a viewport.
1070
1092
  */
@@ -1074,7 +1096,8 @@ declare namespace sap {
1074
1096
 
1075
1097
  /**
1076
1098
  * @SINCE 1.50
1077
- * @EXPERIMENTAL (since 1.50.0)
1099
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1100
+ * versions.
1078
1101
  *
1079
1102
  * Interface for extensions which show a tooltip for the scene node that is being hovered over in a viewport.
1080
1103
  */
@@ -1084,7 +1107,8 @@ declare namespace sap {
1084
1107
 
1085
1108
  /**
1086
1109
  * @SINCE 1.50
1087
- * @EXPERIMENTAL (since 1.50.0)
1110
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1111
+ * versions.
1088
1112
  *
1089
1113
  * Interface for extensions which link the selections in trees across panels.
1090
1114
  */
@@ -1094,7 +1118,8 @@ declare namespace sap {
1094
1118
 
1095
1119
  /**
1096
1120
  * @SINCE 1.50
1097
- * @EXPERIMENTAL (since 1.50.0)
1121
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1122
+ * versions.
1098
1123
  *
1099
1124
  * Interface for extensions which link the views (camera positions) across VTM viewports.
1100
1125
  */
@@ -1104,7 +1129,8 @@ declare namespace sap {
1104
1129
 
1105
1130
  /**
1106
1131
  * @SINCE 1.50
1107
- * @EXPERIMENTAL (since 1.50.0)
1132
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1133
+ * versions.
1108
1134
  *
1109
1135
  * Interface for extensions which link the selection state between the tree and the viewport in each VTM
1110
1136
  * panel.
@@ -1115,7 +1141,8 @@ declare namespace sap {
1115
1141
 
1116
1142
  /**
1117
1143
  * @SINCE 1.50
1118
- * @EXPERIMENTAL (since 1.50.0)
1144
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1145
+ * versions.
1119
1146
  *
1120
1147
  * Interface for extensions which provide a behavior when the icon in the column header for the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1121
1148
  * column is clicked.
@@ -1126,7 +1153,8 @@ declare namespace sap {
1126
1153
 
1127
1154
  /**
1128
1155
  * @SINCE 1.50
1129
- * @EXPERIMENTAL (since 1.50.0)
1156
+ * @EXPERIMENTAL (since 1.50.0) - This library is experimental and might be modified or removed in future
1157
+ * versions.
1130
1158
  *
1131
1159
  * Interface for extensions which provide a behavior when an icon in the {@link sap.ui.vtm.InternalColumnDescriptor.Visibility}
1132
1160
  * column is clicked.
@@ -1780,7 +1808,8 @@ declare namespace sap {
1780
1808
  }
1781
1809
 
1782
1810
  /**
1783
- * @EXPERIMENTAL (since 1.50.0)
1811
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
1812
+ * versions.
1784
1813
  *
1785
1814
  * A set of utility functions for working with arrays.
1786
1815
  */
@@ -1992,7 +2021,8 @@ declare namespace sap {
1992
2021
  const ArrayUtilities: ArrayUtilities;
1993
2022
 
1994
2023
  /**
1995
- * @EXPERIMENTAL (since 1.50.0)
2024
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
2025
+ * versions.
1996
2026
  *
1997
2027
  * A set of utility functions for working with metadata and identifier descriptors.
1998
2028
  */
@@ -2031,7 +2061,8 @@ declare namespace sap {
2031
2061
  const DescriptorUtilities: DescriptorUtilities;
2032
2062
 
2033
2063
  /**
2034
- * @EXPERIMENTAL (since 1.50.0)
2064
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
2065
+ * versions.
2035
2066
  *
2036
2067
  * A set of utility functions for working with hash values.
2037
2068
  */
@@ -2099,7 +2130,8 @@ declare namespace sap {
2099
2130
  const HashUtilities: HashUtilities;
2100
2131
 
2101
2132
  /**
2102
- * @EXPERIMENTAL (since 1.50.0)
2133
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
2134
+ * versions.
2103
2135
  *
2104
2136
  * A set of utility functions for creating internal tree columns.
2105
2137
  */
@@ -2156,7 +2188,8 @@ declare namespace sap {
2156
2188
  const InternalColumns: InternalColumns;
2157
2189
 
2158
2190
  /**
2159
- * @EXPERIMENTAL (since 1.50.0)
2191
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
2192
+ * versions.
2160
2193
  *
2161
2194
  * A set of utility functions for working with transformation matrices in a ISO 10303-42 format (in the
2162
2195
  * form of a 1 dimensional array of 13 numbers)
@@ -2309,7 +2342,8 @@ declare namespace sap {
2309
2342
  const MatrixUtilities: MatrixUtilities;
2310
2343
 
2311
2344
  /**
2312
- * @EXPERIMENTAL (since 1.50.0)
2345
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
2346
+ * versions.
2313
2347
  *
2314
2348
  * A set of utility functions for working with tree items for {@link sap.ui.vtm.Tree} controls.
2315
2349
  */
@@ -2999,7 +3033,8 @@ declare namespace sap {
2999
3033
  const TreeItemUtilities: TreeItemUtilities;
3000
3034
 
3001
3035
  /**
3002
- * @EXPERIMENTAL (since 1.50.0)
3036
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
3037
+ * versions.
3003
3038
  *
3004
3039
  * Represents a data column for a {@link sap.ui.vtm.Tree}.
3005
3040
  */
@@ -3371,7 +3406,8 @@ declare namespace sap {
3371
3406
  ): this;
3372
3407
  }
3373
3408
  /**
3374
- * @EXPERIMENTAL (since 1.50.0)
3409
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
3410
+ * versions.
3375
3411
  *
3376
3412
  * This class is used to represent display states for a set of scene nodes. The same display state need
3377
3413
  * not be used for all of the scene nodes in the set.
@@ -3489,7 +3525,8 @@ declare namespace sap {
3489
3525
  ): this;
3490
3526
  }
3491
3527
  /**
3492
- * @EXPERIMENTAL (since 1.50.0)
3528
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
3529
+ * versions.
3493
3530
  *
3494
3531
  * A base class for extensions.
3495
3532
  *
@@ -3793,7 +3830,8 @@ declare namespace sap {
3793
3830
  unbindEnabled(): this;
3794
3831
  }
3795
3832
  /**
3796
- * @EXPERIMENTAL (since 1.50.0)
3833
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
3834
+ * versions.
3797
3835
  *
3798
3836
  * A map that can contain multiple values per key value. This is a utility class that can be used as a data
3799
3837
  * structure for:
@@ -3930,7 +3968,8 @@ declare namespace sap {
3930
3968
  ): sap.ui.vtm.Lookup;
3931
3969
  }
3932
3970
  /**
3933
- * @EXPERIMENTAL (since 1.50.0)
3971
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
3972
+ * versions.
3934
3973
  *
3935
3974
  * A control that can be used to show messages applied to a tree item.
3936
3975
  */
@@ -4031,7 +4070,8 @@ declare namespace sap {
4031
4070
  ): this;
4032
4071
  }
4033
4072
  /**
4034
- * @EXPERIMENTAL (since 1.50.0)
4073
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
4074
+ * versions.
4035
4075
  *
4036
4076
  * A control that represents a VTM panel. Contains:
4037
4077
  * - A header area containing a title and optionally a set of application controls
@@ -4624,7 +4664,8 @@ declare namespace sap {
4624
4664
  ): this;
4625
4665
  }
4626
4666
  /**
4627
- * @EXPERIMENTAL (since 1.50.0)
4667
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
4668
+ * versions.
4628
4669
  *
4629
4670
  * A progress control to show viewable download and load progress.
4630
4671
  */
@@ -4769,7 +4810,8 @@ declare namespace sap {
4769
4810
  ): this;
4770
4811
  }
4771
4812
  /**
4772
- * @EXPERIMENTAL (since 1.50.0)
4813
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
4814
+ * versions.
4773
4815
  *
4774
4816
  * Allows access to scene nodes in the scene. A single {@link sap.ui.vtm.Scene} is shared by the {@link
4775
4817
  * sap.ui.vtm.Viewport} objects in all the {@link sap.ui.vtm.Panel} objects associated with a {@link sap.ui.vtm.Vtm}
@@ -5663,7 +5705,8 @@ declare namespace sap {
5663
5705
  ): sap.ui.vtm.Scene;
5664
5706
  }
5665
5707
  /**
5666
- * @EXPERIMENTAL (since 1.50.0)
5708
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
5709
+ * versions.
5667
5710
  *
5668
5711
  * This class provides access to the data for a scene node. Objects of this type are transient. Long lived
5669
5712
  * references to such objects should not be kept. A single {@link sap.ui.vtm.SceneNode} object can be reused
@@ -5836,7 +5879,8 @@ declare namespace sap {
5836
5879
  ): this;
5837
5880
  }
5838
5881
  /**
5839
- * @EXPERIMENTAL (since 1.50.0)
5882
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
5883
+ * versions.
5840
5884
  *
5841
5885
  * A dialog used to select the columns to display in a {@link sap.ui.vtm.Tree}.
5842
5886
  */
@@ -5933,7 +5977,8 @@ declare namespace sap {
5933
5977
  ): this;
5934
5978
  }
5935
5979
  /**
5936
- * @EXPERIMENTAL (since 1.50.0)
5980
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
5981
+ * versions.
5937
5982
  *
5938
5983
  * A control that contains a tree and associated data columns and provides helper methods for tree manipulation.
5939
5984
  *
@@ -7917,7 +7962,8 @@ declare namespace sap {
7917
7962
  validateTree(): sap.ui.vtm.Tree;
7918
7963
  }
7919
7964
  /**
7920
- * @EXPERIMENTAL (since 1.50.0)
7965
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
7966
+ * versions.
7921
7967
  *
7922
7968
  * A viewable containing 3D content that can be loaded into a {@link sap.ui.vtm.Scene}.
7923
7969
  */
@@ -8070,7 +8116,8 @@ declare namespace sap {
8070
8116
  ): sap.ui.vtm.Viewable;
8071
8117
  }
8072
8118
  /**
8073
- * @EXPERIMENTAL (since 1.50.0)
8119
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
8120
+ * versions.
8074
8121
  *
8075
8122
  * Contains information about the result of an attempt to download/load a viewable.
8076
8123
  *
@@ -8220,7 +8267,8 @@ declare namespace sap {
8220
8267
  ): this;
8221
8268
  }
8222
8269
  /**
8223
- * @EXPERIMENTAL (since 1.50.0)
8270
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
8271
+ * versions.
8224
8272
  *
8225
8273
  * A control that contains a 3D viewport.
8226
8274
  */
@@ -9343,7 +9391,8 @@ declare namespace sap {
9343
9391
  ): sap.ui.vtm.Viewport;
9344
9392
  }
9345
9393
  /**
9346
- * @EXPERIMENTAL (since 1.50.0)
9394
+ * @EXPERIMENTAL (since 1.50.0) - This class is experimental and might be modified or removed in future
9395
+ * versions.
9347
9396
  *
9348
9397
  * The main entry point for constructing VTM controls.
9349
9398
  */
@@ -9830,7 +9879,7 @@ declare namespace sap {
9830
9879
  ): this;
9831
9880
  }
9832
9881
  /**
9833
- * @EXPERIMENTAL (since 1.50.0)
9882
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9834
9883
  *
9835
9884
  * Enumeration specifying which tree item child collections an operation should apply to.
9836
9885
  */
@@ -9855,7 +9904,7 @@ declare namespace sap {
9855
9904
  None = "None",
9856
9905
  }
9857
9906
  /**
9858
- * @EXPERIMENTAL (since 1.50.0)
9907
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9859
9908
  *
9860
9909
  * Enumeration specifying types of {@link sap.ui.vtm.Column}.
9861
9910
  */
@@ -9884,7 +9933,7 @@ declare namespace sap {
9884
9933
  Metadata = "Metadata",
9885
9934
  }
9886
9935
  /**
9887
- * @EXPERIMENTAL (since 1.50.0)
9936
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9888
9937
  *
9889
9938
  * Enumeration specifying descriptors for {@link sap.ui.vtm.Column} objects of type {@link sap.ui.vtm.ColumnType.Internal}.
9890
9939
  */
@@ -9929,7 +9978,7 @@ declare namespace sap {
9929
9978
  Visibility = "Visibility",
9930
9979
  }
9931
9980
  /**
9932
- * @EXPERIMENTAL (since 1.50.0)
9981
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9933
9982
  *
9934
9983
  * Enumeration specifying predefined views.
9935
9984
  */
@@ -9960,7 +10009,7 @@ declare namespace sap {
9960
10009
  Top = "undefined",
9961
10010
  }
9962
10011
  /**
9963
- * @EXPERIMENTAL (since 1.50.0)
10012
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9964
10013
  *
9965
10014
  * Enumeration specifying row selection modes for a {@link sap.ui.vtm.Tree}.
9966
10015
  */
@@ -9975,7 +10024,7 @@ declare namespace sap {
9975
10024
  Single = "Single",
9976
10025
  }
9977
10026
  /**
9978
- * @EXPERIMENTAL (since 1.50.0)
10027
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9979
10028
  *
9980
10029
  * Enumeration specifying text colors.
9981
10030
  */
@@ -9994,7 +10043,7 @@ declare namespace sap {
9994
10043
  Grey = "Grey",
9995
10044
  }
9996
10045
  /**
9997
- * @EXPERIMENTAL (since 1.50.0)
10046
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
9998
10047
  *
9999
10048
  * Enumeration specifying the type(s) of tree item to match during tree traversal.
10000
10049
  */
@@ -10016,7 +10065,7 @@ declare namespace sap {
10016
10065
  IncludedOrExcluded = "IncludedOrExcluded",
10017
10066
  }
10018
10067
  /**
10019
- * @EXPERIMENTAL (since 1.50.0)
10068
+ * @EXPERIMENTAL (since 1.50.0) - This type is experimental and might be modified or removed in future versions.
10020
10069
  *
10021
10070
  * Enumeration specifying the download/load status of a {@link sap.ui.vtm.Viewable}.
10022
10071
  */
@@ -10047,7 +10096,7 @@ declare namespace sap {
10047
10096
  Loading = "Loading",
10048
10097
  }
10049
10098
  /**
10050
- * @EXPERIMENTAL (since 1.0.0)
10099
+ * @EXPERIMENTAL (since 1.0.0) - This class is experimental and might be modified or removed in future versions.
10051
10100
  *
10052
10101
  * A float[] type representing a transformation matrix in a ISO 10303-42 format (in a 1 dimensional array
10053
10102
  * of 13 numbers).
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -20,7 +20,7 @@ declare namespace sap {
20
20
 
21
21
  /**
22
22
  * @SINCE 1.92.0
23
- * @EXPERIMENTAL (since 1.92.0)
23
+ * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
24
24
  *
25
25
  * Base Class for Web Components. Web Components are agnostic UI elements which can be integrated into the
26
26
  * UI5 programming model by using this wrapper control. This wrapper control takes care to propagate the
@@ -69,7 +69,7 @@ declare namespace sap {
69
69
  }
70
70
  /**
71
71
  * @SINCE 1.92.0
72
- * @EXPERIMENTAL (since 1.92.0)
72
+ * @EXPERIMENTAL (since 1.92.0) - The API might change. It is not intended for productive usage yet!
73
73
  */
74
74
  class WebComponentMetadata extends sap.ui.core.ElementMetadata {
75
75
  /**