@sapui5/ts-types-esm 1.143.2 → 1.144.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.
- package/package.json +1 -1
- package/types/index.d.ts +7 -7
- package/types/sap.apf.d.ts +3 -1
- package/types/sap.ca.ui.d.ts +8 -1
- package/types/sap.chart.d.ts +4 -4
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +846 -285
- package/types/sap.f.d.ts +4 -4
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +33 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3591 -3495
- package/types/sap.fe.navigation.d.ts +7 -7
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +18 -12
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +282 -10
- package/types/sap.insights.d.ts +1 -47
- package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +49 -21
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +732 -6
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
- package/types/sap.ui.comp.d.ts +3 -3
- package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
- package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +4 -4
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
- package/types/sap.ui.richtexteditor.d.ts +3 -3
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +126 -4
- package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +139 -4
- package/types/sap.ui.vtm.d.ts +100 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +15 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vtm/library" {
|
|
4
4
|
import Vtm from "sap/ui/vtm/Vtm";
|
|
@@ -30,6 +30,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
30
30
|
* The {@link sap.ui.vtm.MatrixComponent} enumeration enumerates the array indices of the matrix components
|
|
31
31
|
* for this type
|
|
32
32
|
*
|
|
33
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
33
34
|
* @experimental As of version 1.0.0. This class is experimental and might be modified or removed in future
|
|
34
35
|
* versions.
|
|
35
36
|
*/
|
|
@@ -41,6 +42,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
41
42
|
* scene nodes in the VTM viewports.
|
|
42
43
|
*
|
|
43
44
|
* @since 1.50
|
|
45
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
44
46
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
45
47
|
* future versions.
|
|
46
48
|
*/
|
|
@@ -52,6 +54,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
52
54
|
* Interface for extensions which indicate progress while viewables are being downloaded.
|
|
53
55
|
*
|
|
54
56
|
* @since 1.50
|
|
57
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
55
58
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
56
59
|
* future versions.
|
|
57
60
|
*/
|
|
@@ -64,6 +67,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
64
67
|
* set of viewables.
|
|
65
68
|
*
|
|
66
69
|
* @since 1.50
|
|
70
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
67
71
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
68
72
|
* future versions.
|
|
69
73
|
*/
|
|
@@ -75,6 +79,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
75
79
|
* Interface for extensions which indicate progress while viewables are being loaded.
|
|
76
80
|
*
|
|
77
81
|
* @since 1.50
|
|
82
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
78
83
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
79
84
|
* future versions.
|
|
80
85
|
*/
|
|
@@ -87,6 +92,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
87
92
|
* column.
|
|
88
93
|
*
|
|
89
94
|
* @since 1.50
|
|
95
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
90
96
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
91
97
|
* future versions.
|
|
92
98
|
*/
|
|
@@ -99,6 +105,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
99
105
|
* column is clicked.
|
|
100
106
|
*
|
|
101
107
|
* @since 1.50
|
|
108
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
102
109
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
103
110
|
* future versions.
|
|
104
111
|
*/
|
|
@@ -111,6 +118,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
111
118
|
* column is clicked.
|
|
112
119
|
*
|
|
113
120
|
* @since 1.50
|
|
121
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
114
122
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
115
123
|
* future versions.
|
|
116
124
|
*/
|
|
@@ -122,6 +130,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
122
130
|
* Interface for extensions which highlight the scene node that is being hovered over in a viewport.
|
|
123
131
|
*
|
|
124
132
|
* @since 1.50
|
|
133
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
125
134
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
126
135
|
* future versions.
|
|
127
136
|
*/
|
|
@@ -133,6 +142,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
133
142
|
* Interface for extensions which show a tooltip for the scene node that is being hovered over in a viewport.
|
|
134
143
|
*
|
|
135
144
|
* @since 1.50
|
|
145
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
136
146
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
137
147
|
* future versions.
|
|
138
148
|
*/
|
|
@@ -144,6 +154,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
144
154
|
* Interface for extensions which link the selections in trees across panels.
|
|
145
155
|
*
|
|
146
156
|
* @since 1.50
|
|
157
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
147
158
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
148
159
|
* future versions.
|
|
149
160
|
*/
|
|
@@ -155,6 +166,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
155
166
|
* Interface for extensions which link the views (camera positions) across VTM viewports.
|
|
156
167
|
*
|
|
157
168
|
* @since 1.50
|
|
169
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
158
170
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
159
171
|
* future versions.
|
|
160
172
|
*/
|
|
@@ -167,6 +179,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
167
179
|
* panel.
|
|
168
180
|
*
|
|
169
181
|
* @since 1.50
|
|
182
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
170
183
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
171
184
|
* future versions.
|
|
172
185
|
*/
|
|
@@ -179,6 +192,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
179
192
|
* column is clicked.
|
|
180
193
|
*
|
|
181
194
|
* @since 1.50
|
|
195
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
182
196
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
183
197
|
* future versions.
|
|
184
198
|
*/
|
|
@@ -191,6 +205,7 @@ declare module "sap/ui/vtm/library" {
|
|
|
191
205
|
* column is clicked.
|
|
192
206
|
*
|
|
193
207
|
* @since 1.50
|
|
208
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.interfaces
|
|
194
209
|
* @experimental As of version 1.50.0. This library is experimental and might be modified or removed in
|
|
195
210
|
* future versions.
|
|
196
211
|
*/
|
|
@@ -204,6 +219,7 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
204
219
|
/**
|
|
205
220
|
* A set of utility functions for working with arrays.
|
|
206
221
|
*
|
|
222
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
207
223
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
208
224
|
* versions.
|
|
209
225
|
*/
|
|
@@ -427,6 +443,9 @@ declare module "sap/ui/vtm/ArrayUtilities" {
|
|
|
427
443
|
): any[];
|
|
428
444
|
}
|
|
429
445
|
const ArrayUtilities: ArrayUtilities;
|
|
446
|
+
/**
|
|
447
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
448
|
+
*/
|
|
430
449
|
export default ArrayUtilities;
|
|
431
450
|
}
|
|
432
451
|
|
|
@@ -434,6 +453,7 @@ declare module "sap/ui/vtm/ChildCollectionType" {
|
|
|
434
453
|
/**
|
|
435
454
|
* Enumeration specifying which tree item child collections an operation should apply to.
|
|
436
455
|
*
|
|
456
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
437
457
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
438
458
|
* versions.
|
|
439
459
|
*/
|
|
@@ -478,6 +498,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
478
498
|
/**
|
|
479
499
|
* Represents a data column for a {@link sap.ui.vtm.Tree}.
|
|
480
500
|
*
|
|
501
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
481
502
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
482
503
|
* versions.
|
|
483
504
|
*/
|
|
@@ -875,6 +896,7 @@ declare module "sap/ui/vtm/Column" {
|
|
|
875
896
|
/**
|
|
876
897
|
* Describes the settings that can be provided to the Column constructor.
|
|
877
898
|
*
|
|
899
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
878
900
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
879
901
|
* versions.
|
|
880
902
|
*/
|
|
@@ -972,6 +994,7 @@ declare module "sap/ui/vtm/ColumnType" {
|
|
|
972
994
|
/**
|
|
973
995
|
* Enumeration specifying types of {@link sap.ui.vtm.Column}.
|
|
974
996
|
*
|
|
997
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
975
998
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
976
999
|
* versions.
|
|
977
1000
|
*/
|
|
@@ -1006,6 +1029,7 @@ declare module "sap/ui/vtm/DescriptorUtilities" {
|
|
|
1006
1029
|
/**
|
|
1007
1030
|
* A set of utility functions for working with metadata and identifier descriptors.
|
|
1008
1031
|
*
|
|
1032
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
1009
1033
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1010
1034
|
* versions.
|
|
1011
1035
|
*/
|
|
@@ -1044,6 +1068,9 @@ declare module "sap/ui/vtm/DescriptorUtilities" {
|
|
|
1044
1068
|
): string;
|
|
1045
1069
|
}
|
|
1046
1070
|
const DescriptorUtilities: DescriptorUtilities;
|
|
1071
|
+
/**
|
|
1072
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
1073
|
+
*/
|
|
1047
1074
|
export default DescriptorUtilities;
|
|
1048
1075
|
}
|
|
1049
1076
|
|
|
@@ -1058,6 +1085,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
|
|
|
1058
1085
|
* This class is used to represent display states for a set of scene nodes. The same display state need
|
|
1059
1086
|
* not be used for all of the scene nodes in the set.
|
|
1060
1087
|
*
|
|
1088
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
1061
1089
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1062
1090
|
* versions.
|
|
1063
1091
|
*/
|
|
@@ -1180,6 +1208,7 @@ declare module "sap/ui/vtm/DisplayGroup" {
|
|
|
1180
1208
|
/**
|
|
1181
1209
|
* Describes the settings that can be provided to the DisplayGroup constructor.
|
|
1182
1210
|
*
|
|
1211
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
1183
1212
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1184
1213
|
* versions.
|
|
1185
1214
|
*/
|
|
@@ -1235,6 +1264,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1235
1264
|
* Specific extensions can be found using {@link sap.ui.vtm.Vtm#getExtensionByName getExtensionByName}.
|
|
1236
1265
|
* Typically extensions are retrieved using these methods in order to get or set their `enabled` property.
|
|
1237
1266
|
*
|
|
1267
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
1238
1268
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1239
1269
|
* versions.
|
|
1240
1270
|
*/
|
|
@@ -1546,6 +1576,7 @@ declare module "sap/ui/vtm/Extension" {
|
|
|
1546
1576
|
/**
|
|
1547
1577
|
* Describes the settings that can be provided to the Extension constructor.
|
|
1548
1578
|
*
|
|
1579
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
1549
1580
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1550
1581
|
* versions.
|
|
1551
1582
|
*/
|
|
@@ -1611,6 +1642,7 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
|
|
|
1611
1642
|
* visible due to a context or override display group should relate to one or more selectable tree items
|
|
1612
1643
|
* in the tree.
|
|
1613
1644
|
*
|
|
1645
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1614
1646
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1615
1647
|
* versions.
|
|
1616
1648
|
*/
|
|
@@ -1669,6 +1701,7 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
|
|
|
1669
1701
|
/**
|
|
1670
1702
|
* Describes the settings that can be provided to the DisplayStateCalculationExtension constructor.
|
|
1671
1703
|
*
|
|
1704
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1672
1705
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1673
1706
|
* versions.
|
|
1674
1707
|
*/
|
|
@@ -1693,6 +1726,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
|
|
|
1693
1726
|
/**
|
|
1694
1727
|
* Adds a behavior that zooms to all (or a specific view) after the first viewable has loaded successfully.
|
|
1695
1728
|
*
|
|
1729
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1696
1730
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1697
1731
|
* versions.
|
|
1698
1732
|
*/
|
|
@@ -1782,6 +1816,7 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
|
|
|
1782
1816
|
/**
|
|
1783
1817
|
* Describes the settings that can be provided to the InitialViewExtension constructor.
|
|
1784
1818
|
*
|
|
1819
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1785
1820
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1786
1821
|
* versions.
|
|
1787
1822
|
*/
|
|
@@ -1807,6 +1842,7 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
|
|
|
1807
1842
|
/**
|
|
1808
1843
|
* Adds a behavior that shows a progress dialog when downloading/loading of viewables is occurring.
|
|
1809
1844
|
*
|
|
1845
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1810
1846
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1811
1847
|
* versions.
|
|
1812
1848
|
*/
|
|
@@ -1868,6 +1904,7 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
|
|
|
1868
1904
|
/**
|
|
1869
1905
|
* Describes the settings that can be provided to the LoadProgressExtension constructor.
|
|
1870
1906
|
*
|
|
1907
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1871
1908
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1872
1909
|
* versions.
|
|
1873
1910
|
*/
|
|
@@ -1903,6 +1940,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
|
|
|
1903
1940
|
* to the tree item
|
|
1904
1941
|
* - Information messages are not cascaded up the tree
|
|
1905
1942
|
*
|
|
1943
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1906
1944
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1907
1945
|
* versions.
|
|
1908
1946
|
*/
|
|
@@ -1961,6 +1999,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
|
|
|
1961
1999
|
/**
|
|
1962
2000
|
* Describes the settings that can be provided to the MessageStatusCalculationExtension constructor.
|
|
1963
2001
|
*
|
|
2002
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1964
2003
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1965
2004
|
* versions.
|
|
1966
2005
|
*/
|
|
@@ -1981,6 +2020,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
|
|
|
1981
2020
|
/**
|
|
1982
2021
|
* Adds a behavior that shows a {@link sap.ui.vtm.MessagesPopover} when a message status icon is clicked.
|
|
1983
2022
|
*
|
|
2023
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
1984
2024
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
1985
2025
|
* versions.
|
|
1986
2026
|
*/
|
|
@@ -2039,6 +2079,7 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
|
|
|
2039
2079
|
/**
|
|
2040
2080
|
* Describes the settings that can be provided to the MessageStatusIconClickExtension constructor.
|
|
2041
2081
|
*
|
|
2082
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2042
2083
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2043
2084
|
* versions.
|
|
2044
2085
|
*/
|
|
@@ -2063,6 +2104,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
|
|
|
2063
2104
|
/**
|
|
2064
2105
|
* Adds a behaviour which highlights a scene node when the mouse hovers over it.
|
|
2065
2106
|
*
|
|
2107
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2066
2108
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2067
2109
|
* versions.
|
|
2068
2110
|
*/
|
|
@@ -2153,6 +2195,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
|
|
|
2153
2195
|
/**
|
|
2154
2196
|
* Describes the settings that can be provided to the SceneNodeHoverHighlightExtension constructor.
|
|
2155
2197
|
*
|
|
2198
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2156
2199
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2157
2200
|
* versions.
|
|
2158
2201
|
*/
|
|
@@ -2181,6 +2224,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
|
|
|
2181
2224
|
* Adds a behaviour in which a tooltip (which can be specified by application code using a callback function)
|
|
2182
2225
|
* is displayed when the mouse is hovering over a scene node.
|
|
2183
2226
|
*
|
|
2227
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2184
2228
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2185
2229
|
* versions.
|
|
2186
2230
|
*/
|
|
@@ -2289,6 +2333,7 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
|
|
|
2289
2333
|
/**
|
|
2290
2334
|
* Describes the settings that can be provided to the SceneNodeHoverTooltipExtension constructor.
|
|
2291
2335
|
*
|
|
2336
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2292
2337
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2293
2338
|
* versions.
|
|
2294
2339
|
*/
|
|
@@ -2328,6 +2373,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
|
|
|
2328
2373
|
* Adds a behavior that links items the visibility of tree items in a {@link sap.ui.vtm.Tree} with the visibility
|
|
2329
2374
|
* of their associated scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
|
|
2330
2375
|
*
|
|
2376
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2331
2377
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2332
2378
|
* versions.
|
|
2333
2379
|
*/
|
|
@@ -2427,6 +2473,7 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
|
|
|
2427
2473
|
/**
|
|
2428
2474
|
* Describes the settings that can be provided to the SelectionLinkingExtension constructor.
|
|
2429
2475
|
*
|
|
2476
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2430
2477
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2431
2478
|
* versions.
|
|
2432
2479
|
*/
|
|
@@ -2459,6 +2506,7 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
|
|
|
2459
2506
|
* Adds a behavior that links the camera views for all the {@link sap.ui.vtm.Viewport} instances associated
|
|
2460
2507
|
* with a {@link sap.ui.vtm.Vtm} instance.
|
|
2461
2508
|
*
|
|
2509
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2462
2510
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2463
2511
|
* versions.
|
|
2464
2512
|
*/
|
|
@@ -2507,6 +2555,7 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
|
|
|
2507
2555
|
/**
|
|
2508
2556
|
* Describes the settings that can be provided to the ViewLinkingExtension constructor.
|
|
2509
2557
|
*
|
|
2558
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2510
2559
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2511
2560
|
* versions.
|
|
2512
2561
|
*/
|
|
@@ -2527,6 +2576,7 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
|
|
|
2527
2576
|
* Adds a behavior that links the selection state of tree items in a {@link sap.ui.vtm.Tree} with their
|
|
2528
2577
|
* corresponding scene nodes in the {@link sap.ui.vtm.Viewport} in the same {@link sap.ui.vtm.Panel}.
|
|
2529
2578
|
*
|
|
2579
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2530
2580
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2531
2581
|
* versions.
|
|
2532
2582
|
*/
|
|
@@ -2585,6 +2635,7 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
|
|
|
2585
2635
|
/**
|
|
2586
2636
|
* Describes the settings that can be provided to the ViewportSelectionLinkingExtension constructor.
|
|
2587
2637
|
*
|
|
2638
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2588
2639
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2589
2640
|
* versions.
|
|
2590
2641
|
*/
|
|
@@ -2606,6 +2657,7 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
|
|
|
2606
2657
|
* Adds a behavior that updates visibility in the {@link sap.ui.vtm.Tree} when a visibility checkbox (eye)
|
|
2607
2658
|
* is clicked.
|
|
2608
2659
|
*
|
|
2660
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2609
2661
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2610
2662
|
* versions.
|
|
2611
2663
|
*/
|
|
@@ -2667,6 +2719,7 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
|
|
|
2667
2719
|
/**
|
|
2668
2720
|
* Describes the settings that can be provided to the VisibilityIconClickExtension constructor.
|
|
2669
2721
|
*
|
|
2722
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm.extensions
|
|
2670
2723
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2671
2724
|
* versions.
|
|
2672
2725
|
*/
|
|
@@ -2680,6 +2733,7 @@ declare module "sap/ui/vtm/HashUtilities" {
|
|
|
2680
2733
|
/**
|
|
2681
2734
|
* A set of utility functions for working with hash values.
|
|
2682
2735
|
*
|
|
2736
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
2683
2737
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2684
2738
|
* versions.
|
|
2685
2739
|
*/
|
|
@@ -2749,6 +2803,9 @@ declare module "sap/ui/vtm/HashUtilities" {
|
|
|
2749
2803
|
): int;
|
|
2750
2804
|
}
|
|
2751
2805
|
const HashUtilities: HashUtilities;
|
|
2806
|
+
/**
|
|
2807
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
2808
|
+
*/
|
|
2752
2809
|
export default HashUtilities;
|
|
2753
2810
|
}
|
|
2754
2811
|
|
|
@@ -2756,6 +2813,7 @@ declare module "sap/ui/vtm/InternalColumnDescriptor" {
|
|
|
2756
2813
|
/**
|
|
2757
2814
|
* Enumeration specifying descriptors for {@link sap.ui.vtm.Column} objects of type {@link sap.ui.vtm.ColumnType.Internal}.
|
|
2758
2815
|
*
|
|
2816
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
2759
2817
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
2760
2818
|
* versions.
|
|
2761
2819
|
*/
|
|
@@ -2808,6 +2866,7 @@ declare module "sap/ui/vtm/InternalColumns" {
|
|
|
2808
2866
|
/**
|
|
2809
2867
|
* A set of utility functions for creating internal tree columns.
|
|
2810
2868
|
*
|
|
2869
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
2811
2870
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2812
2871
|
* versions.
|
|
2813
2872
|
*/
|
|
@@ -2870,6 +2929,9 @@ declare module "sap/ui/vtm/InternalColumns" {
|
|
|
2870
2929
|
createVisibilityColumn(): Column;
|
|
2871
2930
|
}
|
|
2872
2931
|
const InternalColumns: InternalColumns;
|
|
2932
|
+
/**
|
|
2933
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
2934
|
+
*/
|
|
2873
2935
|
export default InternalColumns;
|
|
2874
2936
|
}
|
|
2875
2937
|
|
|
@@ -2892,6 +2954,7 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
2892
2954
|
* need to be compared when performing a search. This is important when there are large numbers of searches
|
|
2893
2955
|
* that need to be performed within a large set of items.
|
|
2894
2956
|
*
|
|
2957
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
2895
2958
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
2896
2959
|
* versions.
|
|
2897
2960
|
*/
|
|
@@ -3027,6 +3090,7 @@ declare module "sap/ui/vtm/Lookup" {
|
|
|
3027
3090
|
/**
|
|
3028
3091
|
* Describes the settings that can be provided to the Lookup constructor.
|
|
3029
3092
|
*
|
|
3093
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
3030
3094
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
3031
3095
|
* versions.
|
|
3032
3096
|
*/
|
|
@@ -3042,6 +3106,7 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
3042
3106
|
* A set of utility functions for working with transformation matrices in a ISO 10303-42 format (in the
|
|
3043
3107
|
* form of a 1 dimensional array of 13 numbers)
|
|
3044
3108
|
*
|
|
3109
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
3045
3110
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
3046
3111
|
* versions.
|
|
3047
3112
|
*/
|
|
@@ -3203,6 +3268,9 @@ declare module "sap/ui/vtm/MatrixUtilities" {
|
|
|
3203
3268
|
): string;
|
|
3204
3269
|
}
|
|
3205
3270
|
const MatrixUtilities: MatrixUtilities;
|
|
3271
|
+
/**
|
|
3272
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
3273
|
+
*/
|
|
3206
3274
|
export default MatrixUtilities;
|
|
3207
3275
|
}
|
|
3208
3276
|
|
|
@@ -3218,6 +3286,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3218
3286
|
/**
|
|
3219
3287
|
* A control that can be used to show messages applied to a tree item.
|
|
3220
3288
|
*
|
|
3289
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
3221
3290
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
3222
3291
|
* versions.
|
|
3223
3292
|
*/
|
|
@@ -3326,6 +3395,7 @@ declare module "sap/ui/vtm/MessagesPopover" {
|
|
|
3326
3395
|
/**
|
|
3327
3396
|
* Describes the settings that can be provided to the MessagesPopover constructor.
|
|
3328
3397
|
*
|
|
3398
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
3329
3399
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
3330
3400
|
* versions.
|
|
3331
3401
|
*/
|
|
@@ -3372,6 +3442,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3372
3442
|
* - A header area containing a title and optionally a set of application controls
|
|
3373
3443
|
* - A sap.ui.vtm.Tree and a sap.ui.vtm.Viewport separated by a splitter
|
|
3374
3444
|
*
|
|
3445
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
3375
3446
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
3376
3447
|
* versions.
|
|
3377
3448
|
*/
|
|
@@ -3978,6 +4049,7 @@ declare module "sap/ui/vtm/Panel" {
|
|
|
3978
4049
|
/**
|
|
3979
4050
|
* Describes the settings that can be provided to the Panel constructor.
|
|
3980
4051
|
*
|
|
4052
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
3981
4053
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
3982
4054
|
* versions.
|
|
3983
4055
|
*/
|
|
@@ -4112,6 +4184,7 @@ declare module "sap/ui/vtm/PredefinedView" {
|
|
|
4112
4184
|
/**
|
|
4113
4185
|
* Enumeration specifying predefined views.
|
|
4114
4186
|
*
|
|
4187
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
4115
4188
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
4116
4189
|
* versions.
|
|
4117
4190
|
*/
|
|
@@ -4156,6 +4229,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
4156
4229
|
/**
|
|
4157
4230
|
* A progress control to show viewable download and load progress.
|
|
4158
4231
|
*
|
|
4232
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
4159
4233
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
4160
4234
|
* versions.
|
|
4161
4235
|
*/
|
|
@@ -4313,6 +4387,7 @@ declare module "sap/ui/vtm/ProgressDialog" {
|
|
|
4313
4387
|
/**
|
|
4314
4388
|
* Describes the settings that can be provided to the ProgressDialog constructor.
|
|
4315
4389
|
*
|
|
4390
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
4316
4391
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
4317
4392
|
* versions.
|
|
4318
4393
|
*/
|
|
@@ -4353,6 +4428,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
4353
4428
|
* Visibility, selection, highlighting and opacity can be controlled for each scene node separately in each
|
|
4354
4429
|
* {@link sap.ui.vtm.Viewport}.
|
|
4355
4430
|
*
|
|
4431
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
4356
4432
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
4357
4433
|
* versions.
|
|
4358
4434
|
*/
|
|
@@ -5247,6 +5323,7 @@ declare module "sap/ui/vtm/Scene" {
|
|
|
5247
5323
|
/**
|
|
5248
5324
|
* Describes the settings that can be provided to the Scene constructor.
|
|
5249
5325
|
*
|
|
5326
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5250
5327
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
5251
5328
|
* versions.
|
|
5252
5329
|
*/
|
|
@@ -5460,6 +5537,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5460
5537
|
* Applications are expected to use their own data structures to store data extracted from scene nodes that
|
|
5461
5538
|
* needs to be accessed efficiently.
|
|
5462
5539
|
*
|
|
5540
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5463
5541
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
5464
5542
|
* versions.
|
|
5465
5543
|
*/
|
|
@@ -5643,6 +5721,7 @@ declare module "sap/ui/vtm/SceneNode" {
|
|
|
5643
5721
|
/**
|
|
5644
5722
|
* Describes the settings that can be provided to the SceneNode constructor.
|
|
5645
5723
|
*
|
|
5724
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5646
5725
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
5647
5726
|
* versions.
|
|
5648
5727
|
*/
|
|
@@ -5673,6 +5752,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5673
5752
|
/**
|
|
5674
5753
|
* A dialog used to select the columns to display in a {@link sap.ui.vtm.Tree}.
|
|
5675
5754
|
*
|
|
5755
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5676
5756
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
5677
5757
|
* versions.
|
|
5678
5758
|
*/
|
|
@@ -5778,6 +5858,7 @@ declare module "sap/ui/vtm/SelectColumnsDialog" {
|
|
|
5778
5858
|
/**
|
|
5779
5859
|
* Describes the settings that can be provided to the SelectColumnsDialog constructor.
|
|
5780
5860
|
*
|
|
5861
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5781
5862
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
5782
5863
|
* versions.
|
|
5783
5864
|
*/
|
|
@@ -5798,6 +5879,7 @@ declare module "sap/ui/vtm/SelectionMode" {
|
|
|
5798
5879
|
/**
|
|
5799
5880
|
* Enumeration specifying row selection modes for a {@link sap.ui.vtm.Tree}.
|
|
5800
5881
|
*
|
|
5882
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5801
5883
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
5802
5884
|
* versions.
|
|
5803
5885
|
*/
|
|
@@ -5818,6 +5900,7 @@ declare module "sap/ui/vtm/TextColor" {
|
|
|
5818
5900
|
/**
|
|
5819
5901
|
* Enumeration specifying text colors.
|
|
5820
5902
|
*
|
|
5903
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5821
5904
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
5822
5905
|
* versions.
|
|
5823
5906
|
*/
|
|
@@ -5967,6 +6050,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
5967
6050
|
* }```
|
|
5968
6051
|
*
|
|
5969
6052
|
*
|
|
6053
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
5970
6054
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
5971
6055
|
* versions.
|
|
5972
6056
|
*/
|
|
@@ -7869,6 +7953,7 @@ declare module "sap/ui/vtm/Tree" {
|
|
|
7869
7953
|
/**
|
|
7870
7954
|
* Describes the settings that can be provided to the Tree constructor.
|
|
7871
7955
|
*
|
|
7956
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
7872
7957
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
7873
7958
|
* versions.
|
|
7874
7959
|
*/
|
|
@@ -8261,6 +8346,7 @@ declare module "sap/ui/vtm/TreeItemType" {
|
|
|
8261
8346
|
/**
|
|
8262
8347
|
* Enumeration specifying the type(s) of tree item to match during tree traversal.
|
|
8263
8348
|
*
|
|
8349
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
8264
8350
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
8265
8351
|
* versions.
|
|
8266
8352
|
*/
|
|
@@ -8294,6 +8380,7 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
8294
8380
|
/**
|
|
8295
8381
|
* A set of utility functions for working with tree items for {@link sap.ui.vtm.Tree} controls.
|
|
8296
8382
|
*
|
|
8383
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
8297
8384
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
8298
8385
|
* versions.
|
|
8299
8386
|
*/
|
|
@@ -9019,6 +9106,9 @@ declare module "sap/ui/vtm/TreeItemUtilities" {
|
|
|
9019
9106
|
): string[];
|
|
9020
9107
|
}
|
|
9021
9108
|
const TreeItemUtilities: TreeItemUtilities;
|
|
9109
|
+
/**
|
|
9110
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
9111
|
+
*/
|
|
9022
9112
|
export default TreeItemUtilities;
|
|
9023
9113
|
}
|
|
9024
9114
|
|
|
@@ -9034,6 +9124,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
9034
9124
|
/**
|
|
9035
9125
|
* A viewable containing 3D content that can be loaded into a {@link sap.ui.vtm.Scene}.
|
|
9036
9126
|
*
|
|
9127
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
9037
9128
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
9038
9129
|
* versions.
|
|
9039
9130
|
*/
|
|
@@ -9200,6 +9291,7 @@ declare module "sap/ui/vtm/Viewable" {
|
|
|
9200
9291
|
/**
|
|
9201
9292
|
* Describes the settings that can be provided to the Viewable constructor.
|
|
9202
9293
|
*
|
|
9294
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
9203
9295
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
9204
9296
|
* versions.
|
|
9205
9297
|
*/
|
|
@@ -9244,6 +9336,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
9244
9336
|
* also returns a array of {@link sap.ui.vtm.ViewableLoadInfo} objects for all viewables that have been
|
|
9245
9337
|
* passed into calls to {@link sap.ui.vtm.Scene#loadViewablesAsync}.
|
|
9246
9338
|
*
|
|
9339
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
9247
9340
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
9248
9341
|
* versions.
|
|
9249
9342
|
*/
|
|
@@ -9400,6 +9493,7 @@ declare module "sap/ui/vtm/ViewableLoadInfo" {
|
|
|
9400
9493
|
/**
|
|
9401
9494
|
* Describes the settings that can be provided to the ViewableLoadInfo constructor.
|
|
9402
9495
|
*
|
|
9496
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
9403
9497
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
9404
9498
|
* versions.
|
|
9405
9499
|
*/
|
|
@@ -9437,6 +9531,7 @@ declare module "sap/ui/vtm/ViewableLoadStatus" {
|
|
|
9437
9531
|
/**
|
|
9438
9532
|
* Enumeration specifying the download/load status of a {@link sap.ui.vtm.Viewable}.
|
|
9439
9533
|
*
|
|
9534
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
9440
9535
|
* @experimental As of version 1.50.0. This type is experimental and might be modified or removed in future
|
|
9441
9536
|
* versions.
|
|
9442
9537
|
*/
|
|
@@ -9491,6 +9586,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
9491
9586
|
/**
|
|
9492
9587
|
* A control that contains a 3D viewport.
|
|
9493
9588
|
*
|
|
9589
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
9494
9590
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
9495
9591
|
* versions.
|
|
9496
9592
|
*/
|
|
@@ -10644,6 +10740,7 @@ declare module "sap/ui/vtm/Viewport" {
|
|
|
10644
10740
|
/**
|
|
10645
10741
|
* Describes the settings that can be provided to the Viewport constructor.
|
|
10646
10742
|
*
|
|
10743
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
10647
10744
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
10648
10745
|
* versions.
|
|
10649
10746
|
*/
|
|
@@ -10905,6 +11002,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
10905
11002
|
/**
|
|
10906
11003
|
* The main entry point for constructing VTM controls.
|
|
10907
11004
|
*
|
|
11005
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
10908
11006
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
10909
11007
|
* versions.
|
|
10910
11008
|
*/
|
|
@@ -11426,6 +11524,7 @@ declare module "sap/ui/vtm/Vtm" {
|
|
|
11426
11524
|
/**
|
|
11427
11525
|
* Describes the settings that can be provided to the Vtm constructor.
|
|
11428
11526
|
*
|
|
11527
|
+
* @deprecated As of version 1.96.10. because it is part of the deprecated package sap.ui.vtm
|
|
11429
11528
|
* @experimental As of version 1.50.0. This class is experimental and might be modified or removed in future
|
|
11430
11529
|
* versions.
|
|
11431
11530
|
*/
|