@sapui5/ts-types 1.122.2 → 1.123.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 +5 -5
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +404 -3
- package/types/sap.chart.d.ts +58 -3
- package/types/sap.collaboration.d.ts +52 -3
- package/types/sap.esh.search.ui.d.ts +2152 -2
- package/types/sap.f.d.ts +432 -46
- package/types/sap.fe.core.d.ts +20 -15
- package/types/sap.fe.macros.d.ts +1048 -21
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +8 -6
- package/types/sap.fe.test.d.ts +288 -7
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1067 -15
- package/types/sap.insights.d.ts +4 -1
- package/types/{mobile-1.122.0-d.ts → sap.m.d.ts} +3962 -124
- package/types/sap.makit.d.ts +115 -2
- package/types/sap.me.d.ts +84 -2
- package/types/sap.ndc.d.ts +22 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +44 -8
- package/types/sap.sac.df.d.ts +111 -60
- package/types/sap.suite.ui.commons.d.ts +1148 -2174
- package/types/sap.suite.ui.generic.template.d.ts +10 -1
- package/types/sap.suite.ui.microchart.d.ts +190 -2
- package/types/sap.tnt.d.ts +46 -2
- package/types/sap.ui.codeeditor.d.ts +16 -1
- package/types/{commons-1.122.0-d.ts → sap.ui.commons.d.ts} +792 -30
- package/types/sap.ui.comp.d.ts +964 -86
- package/types/{core-1.122.0-d.ts → sap.ui.core.d.ts} +2194 -1540
- package/types/sap.ui.dt.d.ts +3 -0
- package/types/sap.ui.export.d.ts +22 -4
- package/types/sap.ui.fl.d.ts +40 -1
- package/types/sap.ui.generic.app.d.ts +217 -203
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +147 -5
- package/types/sap.ui.layout.d.ts +171 -8
- package/types/sap.ui.mdc.d.ts +554 -33
- package/types/sap.ui.richtexteditor.d.ts +28 -2
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -2
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +278 -57
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +481 -9
- package/types/{ux3-1.122.0-d.ts → sap.ui.ux3.d.ts} +527 -5
- package/types/sap.ui.vbm.d.ts +544 -2
- package/types/sap.ui.vk.d.ts +1580 -39
- package/types/sap.ui.vtm.d.ts +373 -2
- package/types/sap.ui.webc.common.d.ts +7 -2
- package/types/sap.ui.webc.fiori.d.ts +351 -2
- package/types/sap.ui.webc.main.d.ts +1035 -2
- package/types/sap.uiext.inbox.d.ts +124 -2
- package/types/sap.ushell.d.ts +1001 -322
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +123 -6
- package/types/sap.viz.d.ts +2619 -5
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +35 -10
- package/types/sap.zen.crosstab.d.ts +22 -7
- package/types/sap.zen.dsh.d.ts +64 -8
- package/types/dt-1.122.0-d.ts +0 -3
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -104,9 +104,21 @@ declare namespace sap {
|
|
|
104
104
|
* versions.
|
|
105
105
|
*/
|
|
106
106
|
namespace extensions {
|
|
107
|
+
/**
|
|
108
|
+
* Describes the settings that can be provided to the DisplayStateCalculationExtension constructor.
|
|
109
|
+
*
|
|
110
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
111
|
+
* versions.
|
|
112
|
+
*/
|
|
107
113
|
interface $DisplayStateCalculationExtensionSettings
|
|
108
114
|
extends sap.ui.vtm.$ExtensionSettings {}
|
|
109
115
|
|
|
116
|
+
/**
|
|
117
|
+
* Describes the settings that can be provided to the InitialViewExtension constructor.
|
|
118
|
+
*
|
|
119
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
120
|
+
* versions.
|
|
121
|
+
*/
|
|
110
122
|
interface $InitialViewExtensionSettings
|
|
111
123
|
extends sap.ui.vtm.$ExtensionSettings {
|
|
112
124
|
/**
|
|
@@ -119,15 +131,39 @@ declare namespace sap {
|
|
|
119
131
|
| `{${string}}`;
|
|
120
132
|
}
|
|
121
133
|
|
|
134
|
+
/**
|
|
135
|
+
* Describes the settings that can be provided to the LoadProgressExtension constructor.
|
|
136
|
+
*
|
|
137
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
138
|
+
* versions.
|
|
139
|
+
*/
|
|
122
140
|
interface $LoadProgressExtensionSettings
|
|
123
141
|
extends sap.ui.vtm.$ExtensionSettings {}
|
|
124
142
|
|
|
143
|
+
/**
|
|
144
|
+
* Describes the settings that can be provided to the MessageStatusCalculationExtension constructor.
|
|
145
|
+
*
|
|
146
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
147
|
+
* versions.
|
|
148
|
+
*/
|
|
125
149
|
interface $MessageStatusCalculationExtensionSettings
|
|
126
150
|
extends sap.ui.vtm.$ExtensionSettings {}
|
|
127
151
|
|
|
152
|
+
/**
|
|
153
|
+
* Describes the settings that can be provided to the MessageStatusIconClickExtension constructor.
|
|
154
|
+
*
|
|
155
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
156
|
+
* versions.
|
|
157
|
+
*/
|
|
128
158
|
interface $MessageStatusIconClickExtensionSettings
|
|
129
159
|
extends sap.ui.vtm.$ExtensionSettings {}
|
|
130
160
|
|
|
161
|
+
/**
|
|
162
|
+
* Describes the settings that can be provided to the SceneNodeHoverHighlightExtension constructor.
|
|
163
|
+
*
|
|
164
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
165
|
+
* versions.
|
|
166
|
+
*/
|
|
131
167
|
interface $SceneNodeHoverHighlightExtensionSettings
|
|
132
168
|
extends sap.ui.vtm.$ExtensionSettings {
|
|
133
169
|
/**
|
|
@@ -139,6 +175,12 @@ declare namespace sap {
|
|
|
139
175
|
| `{${string}}`;
|
|
140
176
|
}
|
|
141
177
|
|
|
178
|
+
/**
|
|
179
|
+
* Describes the settings that can be provided to the SceneNodeHoverTooltipExtension constructor.
|
|
180
|
+
*
|
|
181
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
182
|
+
* versions.
|
|
183
|
+
*/
|
|
142
184
|
interface $SceneNodeHoverTooltipExtensionSettings
|
|
143
185
|
extends sap.ui.vtm.$ExtensionSettings {
|
|
144
186
|
/**
|
|
@@ -161,6 +203,12 @@ declare namespace sap {
|
|
|
161
203
|
| `{${string}}`;
|
|
162
204
|
}
|
|
163
205
|
|
|
206
|
+
/**
|
|
207
|
+
* Describes the settings that can be provided to the SelectionLinkingExtension constructor.
|
|
208
|
+
*
|
|
209
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
210
|
+
* versions.
|
|
211
|
+
*/
|
|
164
212
|
interface $SelectionLinkingExtensionSettings
|
|
165
213
|
extends sap.ui.vtm.$ExtensionSettings {
|
|
166
214
|
/**
|
|
@@ -178,12 +226,30 @@ declare namespace sap {
|
|
|
178
226
|
| `{${string}}`;
|
|
179
227
|
}
|
|
180
228
|
|
|
229
|
+
/**
|
|
230
|
+
* Describes the settings that can be provided to the ViewLinkingExtension constructor.
|
|
231
|
+
*
|
|
232
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
233
|
+
* versions.
|
|
234
|
+
*/
|
|
181
235
|
interface $ViewLinkingExtensionSettings
|
|
182
236
|
extends sap.ui.vtm.$ExtensionSettings {}
|
|
183
237
|
|
|
238
|
+
/**
|
|
239
|
+
* Describes the settings that can be provided to the ViewportSelectionLinkingExtension constructor.
|
|
240
|
+
*
|
|
241
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
242
|
+
* versions.
|
|
243
|
+
*/
|
|
184
244
|
interface $ViewportSelectionLinkingExtensionSettings
|
|
185
245
|
extends sap.ui.vtm.$ExtensionSettings {}
|
|
186
246
|
|
|
247
|
+
/**
|
|
248
|
+
* Describes the settings that can be provided to the VisibilityIconClickExtension constructor.
|
|
249
|
+
*
|
|
250
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
251
|
+
* versions.
|
|
252
|
+
*/
|
|
187
253
|
interface $VisibilityIconClickExtensionSettings
|
|
188
254
|
extends sap.ui.vtm.$ExtensionSettings {}
|
|
189
255
|
|
|
@@ -1194,7 +1260,12 @@ declare namespace sap {
|
|
|
1194
1260
|
__implements__sap_ui_vtm_interfaces_IVisibilityIconClickExtension: boolean;
|
|
1195
1261
|
}
|
|
1196
1262
|
}
|
|
1197
|
-
|
|
1263
|
+
/**
|
|
1264
|
+
* Describes the settings that can be provided to the Column constructor.
|
|
1265
|
+
*
|
|
1266
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1267
|
+
* versions.
|
|
1268
|
+
*/
|
|
1198
1269
|
interface $ColumnSettings extends sap.ui.core.$ElementSettings {
|
|
1199
1270
|
/**
|
|
1200
1271
|
* The type of column.
|
|
@@ -1302,6 +1373,12 @@ declare namespace sap {
|
|
|
1302
1373
|
| `{${string}}`;
|
|
1303
1374
|
}
|
|
1304
1375
|
|
|
1376
|
+
/**
|
|
1377
|
+
* Describes the settings that can be provided to the DisplayGroup constructor.
|
|
1378
|
+
*
|
|
1379
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1380
|
+
* versions.
|
|
1381
|
+
*/
|
|
1305
1382
|
interface $DisplayGroupSettings extends sap.ui.core.$ElementSettings {
|
|
1306
1383
|
/**
|
|
1307
1384
|
* A plain object map that uses scene node id as the key and a display state object as the value. The display
|
|
@@ -1330,6 +1407,12 @@ declare namespace sap {
|
|
|
1330
1407
|
| `{${string}}`;
|
|
1331
1408
|
}
|
|
1332
1409
|
|
|
1410
|
+
/**
|
|
1411
|
+
* Describes the settings that can be provided to the Extension constructor.
|
|
1412
|
+
*
|
|
1413
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1414
|
+
* versions.
|
|
1415
|
+
*/
|
|
1333
1416
|
interface $ExtensionSettings extends sap.ui.core.$ElementSettings {
|
|
1334
1417
|
/**
|
|
1335
1418
|
* Controls whether the extension is enabled.
|
|
@@ -1350,8 +1433,20 @@ declare namespace sap {
|
|
|
1350
1433
|
initialized?: (oEvent: sap.ui.base.Event) => void;
|
|
1351
1434
|
}
|
|
1352
1435
|
|
|
1436
|
+
/**
|
|
1437
|
+
* Describes the settings that can be provided to the Lookup constructor.
|
|
1438
|
+
*
|
|
1439
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1440
|
+
* versions.
|
|
1441
|
+
*/
|
|
1353
1442
|
interface $LookupSettings extends sap.ui.core.$ElementSettings {}
|
|
1354
1443
|
|
|
1444
|
+
/**
|
|
1445
|
+
* Describes the settings that can be provided to the MessagesPopover constructor.
|
|
1446
|
+
*
|
|
1447
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1448
|
+
* versions.
|
|
1449
|
+
*/
|
|
1355
1450
|
interface $MessagesPopoverSettings extends sap.m.$PopoverSettings {
|
|
1356
1451
|
/**
|
|
1357
1452
|
* The set of {@link sap.ui.core.Message} objects to display.
|
|
@@ -1375,6 +1470,12 @@ declare namespace sap {
|
|
|
1375
1470
|
| `{${string}}`;
|
|
1376
1471
|
}
|
|
1377
1472
|
|
|
1473
|
+
/**
|
|
1474
|
+
* Describes the settings that can be provided to the Panel constructor.
|
|
1475
|
+
*
|
|
1476
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1477
|
+
* versions.
|
|
1478
|
+
*/
|
|
1378
1479
|
interface $PanelSettings extends sap.ui.core.$ControlSettings {
|
|
1379
1480
|
/**
|
|
1380
1481
|
* The text to show in the title bar for this panel.
|
|
@@ -1449,6 +1550,12 @@ declare namespace sap {
|
|
|
1449
1550
|
contextMenu?: (oEvent: Panel$ContextMenuEvent) => void;
|
|
1450
1551
|
}
|
|
1451
1552
|
|
|
1553
|
+
/**
|
|
1554
|
+
* Describes the settings that can be provided to the ProgressDialog constructor.
|
|
1555
|
+
*
|
|
1556
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1557
|
+
* versions.
|
|
1558
|
+
*/
|
|
1452
1559
|
interface $ProgressDialogSettings extends sap.ui.core.$ControlSettings {
|
|
1453
1560
|
/**
|
|
1454
1561
|
* The text to display in the progress dialog.
|
|
@@ -1472,6 +1579,12 @@ declare namespace sap {
|
|
|
1472
1579
|
| `{${string}}`;
|
|
1473
1580
|
}
|
|
1474
1581
|
|
|
1582
|
+
/**
|
|
1583
|
+
* Describes the settings that can be provided to the Scene constructor.
|
|
1584
|
+
*
|
|
1585
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1586
|
+
* versions.
|
|
1587
|
+
*/
|
|
1475
1588
|
interface $SceneSettings extends sap.ui.core.$ElementSettings {
|
|
1476
1589
|
/**
|
|
1477
1590
|
* Raised to indicate download progress of a viewable while viewables are being downloaded
|
|
@@ -1516,6 +1629,12 @@ declare namespace sap {
|
|
|
1516
1629
|
hierarchyChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1517
1630
|
}
|
|
1518
1631
|
|
|
1632
|
+
/**
|
|
1633
|
+
* Describes the settings that can be provided to the SceneNode constructor.
|
|
1634
|
+
*
|
|
1635
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1636
|
+
* versions.
|
|
1637
|
+
*/
|
|
1519
1638
|
interface $SceneNodeSettings extends sap.ui.core.$ElementSettings {
|
|
1520
1639
|
/**
|
|
1521
1640
|
* The scene node id.
|
|
@@ -1533,6 +1652,12 @@ declare namespace sap {
|
|
|
1533
1652
|
| `{${string}}`;
|
|
1534
1653
|
}
|
|
1535
1654
|
|
|
1655
|
+
/**
|
|
1656
|
+
* Describes the settings that can be provided to the SelectColumnsDialog constructor.
|
|
1657
|
+
*
|
|
1658
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1659
|
+
* versions.
|
|
1660
|
+
*/
|
|
1536
1661
|
interface $SelectColumnsDialogSettings
|
|
1537
1662
|
extends sap.ui.core.$ControlSettings {
|
|
1538
1663
|
/**
|
|
@@ -1552,6 +1677,12 @@ declare namespace sap {
|
|
|
1552
1677
|
| `{${string}}`;
|
|
1553
1678
|
}
|
|
1554
1679
|
|
|
1680
|
+
/**
|
|
1681
|
+
* Describes the settings that can be provided to the Tree constructor.
|
|
1682
|
+
*
|
|
1683
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1684
|
+
* versions.
|
|
1685
|
+
*/
|
|
1555
1686
|
interface $TreeSettings extends sap.ui.core.$ControlSettings {
|
|
1556
1687
|
/**
|
|
1557
1688
|
* The tree selection mode.
|
|
@@ -1650,6 +1781,12 @@ declare namespace sap {
|
|
|
1650
1781
|
hierarchyChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1651
1782
|
}
|
|
1652
1783
|
|
|
1784
|
+
/**
|
|
1785
|
+
* Describes the settings that can be provided to the Viewable constructor.
|
|
1786
|
+
*
|
|
1787
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1788
|
+
* versions.
|
|
1789
|
+
*/
|
|
1653
1790
|
interface $ViewableSettings extends sap.ui.core.$ElementSettings {
|
|
1654
1791
|
/**
|
|
1655
1792
|
* The source URL (string) or File for this Viewable.
|
|
@@ -1682,6 +1819,12 @@ declare namespace sap {
|
|
|
1682
1819
|
| `{${string}}`;
|
|
1683
1820
|
}
|
|
1684
1821
|
|
|
1822
|
+
/**
|
|
1823
|
+
* Describes the settings that can be provided to the ViewableLoadInfo constructor.
|
|
1824
|
+
*
|
|
1825
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1826
|
+
* versions.
|
|
1827
|
+
*/
|
|
1685
1828
|
interface $ViewableLoadInfoSettings extends sap.ui.core.$ElementSettings {
|
|
1686
1829
|
/**
|
|
1687
1830
|
* The {@link sap.ui.vtm.Viewable} this {@link sap.ui.vtm.ViewableLoadInfo} relates to.
|
|
@@ -1714,6 +1857,12 @@ declare namespace sap {
|
|
|
1714
1857
|
errorText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1715
1858
|
}
|
|
1716
1859
|
|
|
1860
|
+
/**
|
|
1861
|
+
* Describes the settings that can be provided to the Viewport constructor.
|
|
1862
|
+
*
|
|
1863
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1864
|
+
* versions.
|
|
1865
|
+
*/
|
|
1717
1866
|
interface $ViewportSettings extends sap.ui.core.$ControlSettings {
|
|
1718
1867
|
/**
|
|
1719
1868
|
* The background gradient top color.
|
|
@@ -1805,6 +1954,12 @@ declare namespace sap {
|
|
|
1805
1954
|
endGesture?: (oEvent: sap.ui.base.Event) => void;
|
|
1806
1955
|
}
|
|
1807
1956
|
|
|
1957
|
+
/**
|
|
1958
|
+
* Describes the settings that can be provided to the Vtm constructor.
|
|
1959
|
+
*
|
|
1960
|
+
* @experimental (since 1.50.0) - This class is experimental and might be modified or removed in future
|
|
1961
|
+
* versions.
|
|
1962
|
+
*/
|
|
1808
1963
|
interface $VtmSettings extends sap.ui.core.$ElementSettings {
|
|
1809
1964
|
/**
|
|
1810
1965
|
* When true populates the `extensions` aggregation with the default set of extensions in the default configuration.
|
|
@@ -1844,10 +1999,19 @@ declare namespace sap {
|
|
|
1844
1999
|
initialized?: (oEvent: sap.ui.base.Event) => void;
|
|
1845
2000
|
}
|
|
1846
2001
|
|
|
2002
|
+
/**
|
|
2003
|
+
* Parameters of the Extension#enabledChanged event.
|
|
2004
|
+
*/
|
|
1847
2005
|
interface Extension$EnabledChangedEventParameters {}
|
|
1848
2006
|
|
|
2007
|
+
/**
|
|
2008
|
+
* Parameters of the Extension#initialized event.
|
|
2009
|
+
*/
|
|
1849
2010
|
interface Extension$InitializedEventParameters {}
|
|
1850
2011
|
|
|
2012
|
+
/**
|
|
2013
|
+
* Parameters of the Panel#contextMenu event.
|
|
2014
|
+
*/
|
|
1851
2015
|
interface Panel$ContextMenuEventParameters {
|
|
1852
2016
|
/**
|
|
1853
2017
|
* The X coordinate of the mouse pointer in local (DOM content) coordinates.
|
|
@@ -1885,8 +2049,14 @@ declare namespace sap {
|
|
|
1885
2049
|
eventData?: object;
|
|
1886
2050
|
}
|
|
1887
2051
|
|
|
2052
|
+
/**
|
|
2053
|
+
* Parameters of the Panel#initialized event.
|
|
2054
|
+
*/
|
|
1888
2055
|
interface Panel$InitializedEventParameters {}
|
|
1889
2056
|
|
|
2057
|
+
/**
|
|
2058
|
+
* Parameters of the Scene#downloadCompleted event.
|
|
2059
|
+
*/
|
|
1890
2060
|
interface Scene$DownloadCompletedEventParameters {
|
|
1891
2061
|
/**
|
|
1892
2062
|
* A set of {@link sap.ui.vtm.ViewableLoadInfo} objects that describe the status of each {@link sap.ui.vtm.Viewable }
|
|
@@ -1901,6 +2071,9 @@ declare namespace sap {
|
|
|
1901
2071
|
downloadedViewables?: sap.ui.vtm.Viewable[];
|
|
1902
2072
|
}
|
|
1903
2073
|
|
|
2074
|
+
/**
|
|
2075
|
+
* Parameters of the Scene#downloadProgress event.
|
|
2076
|
+
*/
|
|
1904
2077
|
interface Scene$DownloadProgressEventParameters {
|
|
1905
2078
|
/**
|
|
1906
2079
|
* The viewable that is being downloaded.
|
|
@@ -1918,6 +2091,9 @@ declare namespace sap {
|
|
|
1918
2091
|
totalBytes?: int;
|
|
1919
2092
|
}
|
|
1920
2093
|
|
|
2094
|
+
/**
|
|
2095
|
+
* Parameters of the Scene#downloadStarted event.
|
|
2096
|
+
*/
|
|
1921
2097
|
interface Scene$DownloadStartedEventParameters {
|
|
1922
2098
|
/**
|
|
1923
2099
|
* A set of {@link sap.ui.vtm.ViewableLoadInfo} objects that describe the status of each {@link sap.ui.vtm.Viewable }
|
|
@@ -1926,8 +2102,14 @@ declare namespace sap {
|
|
|
1926
2102
|
viewableLoadInfos?: sap.ui.vtm.ViewableLoadInfo[];
|
|
1927
2103
|
}
|
|
1928
2104
|
|
|
2105
|
+
/**
|
|
2106
|
+
* Parameters of the Scene#hierarchyChanged event.
|
|
2107
|
+
*/
|
|
1929
2108
|
interface Scene$HierarchyChangedEventParameters {}
|
|
1930
2109
|
|
|
2110
|
+
/**
|
|
2111
|
+
* Parameters of the Scene#loadCompleted event.
|
|
2112
|
+
*/
|
|
1931
2113
|
interface Scene$LoadCompletedEventParameters {
|
|
1932
2114
|
/**
|
|
1933
2115
|
* Indicates whether the scene was built/updated successfully. It is possible that this can be `false` when
|
|
@@ -1948,8 +2130,14 @@ declare namespace sap {
|
|
|
1948
2130
|
loadedViewables?: sap.ui.vtm.Viewable[];
|
|
1949
2131
|
}
|
|
1950
2132
|
|
|
2133
|
+
/**
|
|
2134
|
+
* Parameters of the Scene#loadProgress event.
|
|
2135
|
+
*/
|
|
1951
2136
|
interface Scene$LoadProgressEventParameters {}
|
|
1952
2137
|
|
|
2138
|
+
/**
|
|
2139
|
+
* Parameters of the Scene#loadStarted event.
|
|
2140
|
+
*/
|
|
1953
2141
|
interface Scene$LoadStartedEventParameters {
|
|
1954
2142
|
/**
|
|
1955
2143
|
* A set of {@link sap.ui.vtm.ViewableLoadInfo} objects that describe the status of each {@link sap.ui.vtm.Viewable }
|
|
@@ -1958,10 +2146,19 @@ declare namespace sap {
|
|
|
1958
2146
|
viewableLoadInfos?: sap.ui.vtm.ViewableLoadInfo[];
|
|
1959
2147
|
}
|
|
1960
2148
|
|
|
2149
|
+
/**
|
|
2150
|
+
* Parameters of the Tree#beforeModelUpdated event.
|
|
2151
|
+
*/
|
|
1961
2152
|
interface Tree$BeforeModelUpdatedEventParameters {}
|
|
1962
2153
|
|
|
2154
|
+
/**
|
|
2155
|
+
* Parameters of the Tree#dataColumnsChanged event.
|
|
2156
|
+
*/
|
|
1963
2157
|
interface Tree$DataColumnsChangedEventParameters {}
|
|
1964
2158
|
|
|
2159
|
+
/**
|
|
2160
|
+
* Parameters of the Tree#dragOver event.
|
|
2161
|
+
*/
|
|
1965
2162
|
interface Tree$DragOverEventParameters {
|
|
1966
2163
|
/**
|
|
1967
2164
|
* The tree item that was dragged.
|
|
@@ -1984,6 +2181,9 @@ declare namespace sap {
|
|
|
1984
2181
|
dragOverTree?: sap.ui.vtm.Tree;
|
|
1985
2182
|
}
|
|
1986
2183
|
|
|
2184
|
+
/**
|
|
2185
|
+
* Parameters of the Tree#dragStart event.
|
|
2186
|
+
*/
|
|
1987
2187
|
interface Tree$DragStartEventParameters {
|
|
1988
2188
|
/**
|
|
1989
2189
|
* The tree item that was dragged.
|
|
@@ -1996,6 +2196,9 @@ declare namespace sap {
|
|
|
1996
2196
|
dragTree?: sap.ui.vtm.Tree;
|
|
1997
2197
|
}
|
|
1998
2198
|
|
|
2199
|
+
/**
|
|
2200
|
+
* Parameters of the Tree#drop event.
|
|
2201
|
+
*/
|
|
1999
2202
|
interface Tree$DropEventParameters {
|
|
2000
2203
|
/**
|
|
2001
2204
|
* The tree item that was dragged.
|
|
@@ -2018,6 +2221,9 @@ declare namespace sap {
|
|
|
2018
2221
|
dropTree?: sap.ui.vtm.Tree;
|
|
2019
2222
|
}
|
|
2020
2223
|
|
|
2224
|
+
/**
|
|
2225
|
+
* Parameters of the Tree#expandedChanged event.
|
|
2226
|
+
*/
|
|
2021
2227
|
interface Tree$ExpandedChangedEventParameters {
|
|
2022
2228
|
/**
|
|
2023
2229
|
* The tree item associated with the row that was expanded or collapsed.
|
|
@@ -2035,12 +2241,24 @@ declare namespace sap {
|
|
|
2035
2241
|
userInteraction?: boolean;
|
|
2036
2242
|
}
|
|
2037
2243
|
|
|
2244
|
+
/**
|
|
2245
|
+
* Parameters of the Tree#fixedColumnsChanged event.
|
|
2246
|
+
*/
|
|
2038
2247
|
interface Tree$FixedColumnsChangedEventParameters {}
|
|
2039
2248
|
|
|
2249
|
+
/**
|
|
2250
|
+
* Parameters of the Tree#hierarchyChanged event.
|
|
2251
|
+
*/
|
|
2040
2252
|
interface Tree$HierarchyChangedEventParameters {}
|
|
2041
2253
|
|
|
2254
|
+
/**
|
|
2255
|
+
* Parameters of the Tree#messageStatusHeaderIconClicked event.
|
|
2256
|
+
*/
|
|
2042
2257
|
interface Tree$MessageStatusHeaderIconClickedEventParameters {}
|
|
2043
2258
|
|
|
2259
|
+
/**
|
|
2260
|
+
* Parameters of the Tree#messageStatusIconClicked event.
|
|
2261
|
+
*/
|
|
2044
2262
|
interface Tree$MessageStatusIconClickedEventParameters {
|
|
2045
2263
|
/**
|
|
2046
2264
|
* The associated tree item.
|
|
@@ -2053,8 +2271,14 @@ declare namespace sap {
|
|
|
2053
2271
|
control?: sap.ui.core.Control;
|
|
2054
2272
|
}
|
|
2055
2273
|
|
|
2274
|
+
/**
|
|
2275
|
+
* Parameters of the Tree#modelUpdated event.
|
|
2276
|
+
*/
|
|
2056
2277
|
interface Tree$ModelUpdatedEventParameters {}
|
|
2057
2278
|
|
|
2279
|
+
/**
|
|
2280
|
+
* Parameters of the Tree#selectionChanged event.
|
|
2281
|
+
*/
|
|
2058
2282
|
interface Tree$SelectionChangedEventParameters {
|
|
2059
2283
|
/**
|
|
2060
2284
|
* The tree items that were added to the selection set for the tree.
|
|
@@ -2072,6 +2296,9 @@ declare namespace sap {
|
|
|
2072
2296
|
userInteraction?: boolean;
|
|
2073
2297
|
}
|
|
2074
2298
|
|
|
2299
|
+
/**
|
|
2300
|
+
* Parameters of the Tree#visibilityHeaderIconClicked event.
|
|
2301
|
+
*/
|
|
2075
2302
|
interface Tree$VisibilityHeaderIconClickedEventParameters {
|
|
2076
2303
|
/**
|
|
2077
2304
|
* The visibility state of the tree item.
|
|
@@ -2084,6 +2311,9 @@ declare namespace sap {
|
|
|
2084
2311
|
control?: sap.ui.core.Control;
|
|
2085
2312
|
}
|
|
2086
2313
|
|
|
2314
|
+
/**
|
|
2315
|
+
* Parameters of the Tree#visibilityIconClicked event.
|
|
2316
|
+
*/
|
|
2087
2317
|
interface Tree$VisibilityIconClickedEventParameters {
|
|
2088
2318
|
/**
|
|
2089
2319
|
* The tree item whose visibility icon was clicked.
|
|
@@ -2101,10 +2331,19 @@ declare namespace sap {
|
|
|
2101
2331
|
control?: sap.ui.core.Control;
|
|
2102
2332
|
}
|
|
2103
2333
|
|
|
2334
|
+
/**
|
|
2335
|
+
* Parameters of the Viewport#beginGesture event.
|
|
2336
|
+
*/
|
|
2104
2337
|
interface Viewport$BeginGestureEventParameters {}
|
|
2105
2338
|
|
|
2339
|
+
/**
|
|
2340
|
+
* Parameters of the Viewport#endGesture event.
|
|
2341
|
+
*/
|
|
2106
2342
|
interface Viewport$EndGestureEventParameters {}
|
|
2107
2343
|
|
|
2344
|
+
/**
|
|
2345
|
+
* Parameters of the Viewport#hover event.
|
|
2346
|
+
*/
|
|
2108
2347
|
interface Viewport$HoverEventParameters {
|
|
2109
2348
|
/**
|
|
2110
2349
|
* Mouse X-coordinate within viewport
|
|
@@ -2122,10 +2361,19 @@ declare namespace sap {
|
|
|
2122
2361
|
nodeId?: string;
|
|
2123
2362
|
}
|
|
2124
2363
|
|
|
2364
|
+
/**
|
|
2365
|
+
* Parameters of the Viewport#nodeClicked event.
|
|
2366
|
+
*/
|
|
2125
2367
|
interface Viewport$NodeClickedEventParameters {}
|
|
2126
2368
|
|
|
2369
|
+
/**
|
|
2370
|
+
* Parameters of the Viewport#refreshRequested event.
|
|
2371
|
+
*/
|
|
2127
2372
|
interface Viewport$RefreshRequestedEventParameters {}
|
|
2128
2373
|
|
|
2374
|
+
/**
|
|
2375
|
+
* Parameters of the Viewport#selectionChanged event.
|
|
2376
|
+
*/
|
|
2129
2377
|
interface Viewport$SelectionChangedEventParameters {
|
|
2130
2378
|
/**
|
|
2131
2379
|
* IDs of newly selected nodes.
|
|
@@ -2143,6 +2391,9 @@ declare namespace sap {
|
|
|
2143
2391
|
userInteraction?: boolean;
|
|
2144
2392
|
}
|
|
2145
2393
|
|
|
2394
|
+
/**
|
|
2395
|
+
* Parameters of the Viewport#viewChanged event.
|
|
2396
|
+
*/
|
|
2146
2397
|
interface Viewport$ViewChangedEventParameters {
|
|
2147
2398
|
/**
|
|
2148
2399
|
* Information about the current camera view. Can be passed to {@link sap.ui.vk.dvl.Viewport#setCameraInfo setCameraInfo}.
|
|
@@ -2150,6 +2401,9 @@ declare namespace sap {
|
|
|
2150
2401
|
cameraInfo?: object;
|
|
2151
2402
|
}
|
|
2152
2403
|
|
|
2404
|
+
/**
|
|
2405
|
+
* Parameters of the Viewport#visibilityChanged event.
|
|
2406
|
+
*/
|
|
2153
2407
|
interface Viewport$VisibilityChangedEventParameters {
|
|
2154
2408
|
/**
|
|
2155
2409
|
* The IDs of newly shown nodes.
|
|
@@ -2167,10 +2421,19 @@ declare namespace sap {
|
|
|
2167
2421
|
userInteraction?: boolean;
|
|
2168
2422
|
}
|
|
2169
2423
|
|
|
2424
|
+
/**
|
|
2425
|
+
* Parameters of the Vtm#activePanelChanged event.
|
|
2426
|
+
*/
|
|
2170
2427
|
interface Vtm$ActivePanelChangedEventParameters {}
|
|
2171
2428
|
|
|
2429
|
+
/**
|
|
2430
|
+
* Parameters of the Vtm#initialized event.
|
|
2431
|
+
*/
|
|
2172
2432
|
interface Vtm$InitializedEventParameters {}
|
|
2173
2433
|
|
|
2434
|
+
/**
|
|
2435
|
+
* Parameters of the Vtm#panelAdded event.
|
|
2436
|
+
*/
|
|
2174
2437
|
interface Vtm$PanelAddedEventParameters {
|
|
2175
2438
|
panel?: sap.ui.vtm.Panel;
|
|
2176
2439
|
}
|
|
@@ -10749,178 +11012,286 @@ declare namespace sap {
|
|
|
10749
11012
|
*/
|
|
10750
11013
|
type Matrix = float[];
|
|
10751
11014
|
|
|
11015
|
+
/**
|
|
11016
|
+
* Event object of the Extension#enabledChanged event.
|
|
11017
|
+
*/
|
|
10752
11018
|
type Extension$EnabledChangedEvent = sap.ui.base.Event<
|
|
10753
11019
|
Extension$EnabledChangedEventParameters,
|
|
10754
11020
|
Extension
|
|
10755
11021
|
>;
|
|
10756
11022
|
|
|
11023
|
+
/**
|
|
11024
|
+
* Event object of the Extension#initialized event.
|
|
11025
|
+
*/
|
|
10757
11026
|
type Extension$InitializedEvent = sap.ui.base.Event<
|
|
10758
11027
|
Extension$InitializedEventParameters,
|
|
10759
11028
|
Extension
|
|
10760
11029
|
>;
|
|
10761
11030
|
|
|
11031
|
+
/**
|
|
11032
|
+
* Event object of the Panel#contextMenu event.
|
|
11033
|
+
*/
|
|
10762
11034
|
type Panel$ContextMenuEvent = sap.ui.base.Event<
|
|
10763
11035
|
Panel$ContextMenuEventParameters,
|
|
10764
11036
|
Panel
|
|
10765
11037
|
>;
|
|
10766
11038
|
|
|
11039
|
+
/**
|
|
11040
|
+
* Event object of the Panel#initialized event.
|
|
11041
|
+
*/
|
|
10767
11042
|
type Panel$InitializedEvent = sap.ui.base.Event<
|
|
10768
11043
|
Panel$InitializedEventParameters,
|
|
10769
11044
|
Panel
|
|
10770
11045
|
>;
|
|
10771
11046
|
|
|
11047
|
+
/**
|
|
11048
|
+
* Event object of the Scene#downloadCompleted event.
|
|
11049
|
+
*/
|
|
10772
11050
|
type Scene$DownloadCompletedEvent = sap.ui.base.Event<
|
|
10773
11051
|
Scene$DownloadCompletedEventParameters,
|
|
10774
11052
|
Scene
|
|
10775
11053
|
>;
|
|
10776
11054
|
|
|
11055
|
+
/**
|
|
11056
|
+
* Event object of the Scene#downloadProgress event.
|
|
11057
|
+
*/
|
|
10777
11058
|
type Scene$DownloadProgressEvent = sap.ui.base.Event<
|
|
10778
11059
|
Scene$DownloadProgressEventParameters,
|
|
10779
11060
|
Scene
|
|
10780
11061
|
>;
|
|
10781
11062
|
|
|
11063
|
+
/**
|
|
11064
|
+
* Event object of the Scene#downloadStarted event.
|
|
11065
|
+
*/
|
|
10782
11066
|
type Scene$DownloadStartedEvent = sap.ui.base.Event<
|
|
10783
11067
|
Scene$DownloadStartedEventParameters,
|
|
10784
11068
|
Scene
|
|
10785
11069
|
>;
|
|
10786
11070
|
|
|
11071
|
+
/**
|
|
11072
|
+
* Event object of the Scene#hierarchyChanged event.
|
|
11073
|
+
*/
|
|
10787
11074
|
type Scene$HierarchyChangedEvent = sap.ui.base.Event<
|
|
10788
11075
|
Scene$HierarchyChangedEventParameters,
|
|
10789
11076
|
Scene
|
|
10790
11077
|
>;
|
|
10791
11078
|
|
|
11079
|
+
/**
|
|
11080
|
+
* Event object of the Scene#loadCompleted event.
|
|
11081
|
+
*/
|
|
10792
11082
|
type Scene$LoadCompletedEvent = sap.ui.base.Event<
|
|
10793
11083
|
Scene$LoadCompletedEventParameters,
|
|
10794
11084
|
Scene
|
|
10795
11085
|
>;
|
|
10796
11086
|
|
|
11087
|
+
/**
|
|
11088
|
+
* Event object of the Scene#loadProgress event.
|
|
11089
|
+
*/
|
|
10797
11090
|
type Scene$LoadProgressEvent = sap.ui.base.Event<
|
|
10798
11091
|
Scene$LoadProgressEventParameters,
|
|
10799
11092
|
Scene
|
|
10800
11093
|
>;
|
|
10801
11094
|
|
|
11095
|
+
/**
|
|
11096
|
+
* Event object of the Scene#loadStarted event.
|
|
11097
|
+
*/
|
|
10802
11098
|
type Scene$LoadStartedEvent = sap.ui.base.Event<
|
|
10803
11099
|
Scene$LoadStartedEventParameters,
|
|
10804
11100
|
Scene
|
|
10805
11101
|
>;
|
|
10806
11102
|
|
|
11103
|
+
/**
|
|
11104
|
+
* Event object of the Tree#beforeModelUpdated event.
|
|
11105
|
+
*/
|
|
10807
11106
|
type Tree$BeforeModelUpdatedEvent = sap.ui.base.Event<
|
|
10808
11107
|
Tree$BeforeModelUpdatedEventParameters,
|
|
10809
11108
|
Tree
|
|
10810
11109
|
>;
|
|
10811
11110
|
|
|
11111
|
+
/**
|
|
11112
|
+
* Event object of the Tree#dataColumnsChanged event.
|
|
11113
|
+
*/
|
|
10812
11114
|
type Tree$DataColumnsChangedEvent = sap.ui.base.Event<
|
|
10813
11115
|
Tree$DataColumnsChangedEventParameters,
|
|
10814
11116
|
Tree
|
|
10815
11117
|
>;
|
|
10816
11118
|
|
|
11119
|
+
/**
|
|
11120
|
+
* Event object of the Tree#dragOver event.
|
|
11121
|
+
*/
|
|
10817
11122
|
type Tree$DragOverEvent = sap.ui.base.Event<
|
|
10818
11123
|
Tree$DragOverEventParameters,
|
|
10819
11124
|
Tree
|
|
10820
11125
|
>;
|
|
10821
11126
|
|
|
11127
|
+
/**
|
|
11128
|
+
* Event object of the Tree#dragStart event.
|
|
11129
|
+
*/
|
|
10822
11130
|
type Tree$DragStartEvent = sap.ui.base.Event<
|
|
10823
11131
|
Tree$DragStartEventParameters,
|
|
10824
11132
|
Tree
|
|
10825
11133
|
>;
|
|
10826
11134
|
|
|
11135
|
+
/**
|
|
11136
|
+
* Event object of the Tree#drop event.
|
|
11137
|
+
*/
|
|
10827
11138
|
type Tree$DropEvent = sap.ui.base.Event<Tree$DropEventParameters, Tree>;
|
|
10828
11139
|
|
|
11140
|
+
/**
|
|
11141
|
+
* Event object of the Tree#expandedChanged event.
|
|
11142
|
+
*/
|
|
10829
11143
|
type Tree$ExpandedChangedEvent = sap.ui.base.Event<
|
|
10830
11144
|
Tree$ExpandedChangedEventParameters,
|
|
10831
11145
|
Tree
|
|
10832
11146
|
>;
|
|
10833
11147
|
|
|
11148
|
+
/**
|
|
11149
|
+
* Event object of the Tree#fixedColumnsChanged event.
|
|
11150
|
+
*/
|
|
10834
11151
|
type Tree$FixedColumnsChangedEvent = sap.ui.base.Event<
|
|
10835
11152
|
Tree$FixedColumnsChangedEventParameters,
|
|
10836
11153
|
Tree
|
|
10837
11154
|
>;
|
|
10838
11155
|
|
|
11156
|
+
/**
|
|
11157
|
+
* Event object of the Tree#hierarchyChanged event.
|
|
11158
|
+
*/
|
|
10839
11159
|
type Tree$HierarchyChangedEvent = sap.ui.base.Event<
|
|
10840
11160
|
Tree$HierarchyChangedEventParameters,
|
|
10841
11161
|
Tree
|
|
10842
11162
|
>;
|
|
10843
11163
|
|
|
11164
|
+
/**
|
|
11165
|
+
* Event object of the Tree#messageStatusHeaderIconClicked event.
|
|
11166
|
+
*/
|
|
10844
11167
|
type Tree$MessageStatusHeaderIconClickedEvent = sap.ui.base.Event<
|
|
10845
11168
|
Tree$MessageStatusHeaderIconClickedEventParameters,
|
|
10846
11169
|
Tree
|
|
10847
11170
|
>;
|
|
10848
11171
|
|
|
11172
|
+
/**
|
|
11173
|
+
* Event object of the Tree#messageStatusIconClicked event.
|
|
11174
|
+
*/
|
|
10849
11175
|
type Tree$MessageStatusIconClickedEvent = sap.ui.base.Event<
|
|
10850
11176
|
Tree$MessageStatusIconClickedEventParameters,
|
|
10851
11177
|
Tree
|
|
10852
11178
|
>;
|
|
10853
11179
|
|
|
11180
|
+
/**
|
|
11181
|
+
* Event object of the Tree#modelUpdated event.
|
|
11182
|
+
*/
|
|
10854
11183
|
type Tree$ModelUpdatedEvent = sap.ui.base.Event<
|
|
10855
11184
|
Tree$ModelUpdatedEventParameters,
|
|
10856
11185
|
Tree
|
|
10857
11186
|
>;
|
|
10858
11187
|
|
|
11188
|
+
/**
|
|
11189
|
+
* Event object of the Tree#selectionChanged event.
|
|
11190
|
+
*/
|
|
10859
11191
|
type Tree$SelectionChangedEvent = sap.ui.base.Event<
|
|
10860
11192
|
Tree$SelectionChangedEventParameters,
|
|
10861
11193
|
Tree
|
|
10862
11194
|
>;
|
|
10863
11195
|
|
|
11196
|
+
/**
|
|
11197
|
+
* Event object of the Tree#visibilityHeaderIconClicked event.
|
|
11198
|
+
*/
|
|
10864
11199
|
type Tree$VisibilityHeaderIconClickedEvent = sap.ui.base.Event<
|
|
10865
11200
|
Tree$VisibilityHeaderIconClickedEventParameters,
|
|
10866
11201
|
Tree
|
|
10867
11202
|
>;
|
|
10868
11203
|
|
|
11204
|
+
/**
|
|
11205
|
+
* Event object of the Tree#visibilityIconClicked event.
|
|
11206
|
+
*/
|
|
10869
11207
|
type Tree$VisibilityIconClickedEvent = sap.ui.base.Event<
|
|
10870
11208
|
Tree$VisibilityIconClickedEventParameters,
|
|
10871
11209
|
Tree
|
|
10872
11210
|
>;
|
|
10873
11211
|
|
|
11212
|
+
/**
|
|
11213
|
+
* Event object of the Viewport#beginGesture event.
|
|
11214
|
+
*/
|
|
10874
11215
|
type Viewport$BeginGestureEvent = sap.ui.base.Event<
|
|
10875
11216
|
Viewport$BeginGestureEventParameters,
|
|
10876
11217
|
Viewport
|
|
10877
11218
|
>;
|
|
10878
11219
|
|
|
11220
|
+
/**
|
|
11221
|
+
* Event object of the Viewport#endGesture event.
|
|
11222
|
+
*/
|
|
10879
11223
|
type Viewport$EndGestureEvent = sap.ui.base.Event<
|
|
10880
11224
|
Viewport$EndGestureEventParameters,
|
|
10881
11225
|
Viewport
|
|
10882
11226
|
>;
|
|
10883
11227
|
|
|
11228
|
+
/**
|
|
11229
|
+
* Event object of the Viewport#hover event.
|
|
11230
|
+
*/
|
|
10884
11231
|
type Viewport$HoverEvent = sap.ui.base.Event<
|
|
10885
11232
|
Viewport$HoverEventParameters,
|
|
10886
11233
|
Viewport
|
|
10887
11234
|
>;
|
|
10888
11235
|
|
|
11236
|
+
/**
|
|
11237
|
+
* Event object of the Viewport#nodeClicked event.
|
|
11238
|
+
*/
|
|
10889
11239
|
type Viewport$NodeClickedEvent = sap.ui.base.Event<
|
|
10890
11240
|
Viewport$NodeClickedEventParameters,
|
|
10891
11241
|
Viewport
|
|
10892
11242
|
>;
|
|
10893
11243
|
|
|
11244
|
+
/**
|
|
11245
|
+
* Event object of the Viewport#refreshRequested event.
|
|
11246
|
+
*/
|
|
10894
11247
|
type Viewport$RefreshRequestedEvent = sap.ui.base.Event<
|
|
10895
11248
|
Viewport$RefreshRequestedEventParameters,
|
|
10896
11249
|
Viewport
|
|
10897
11250
|
>;
|
|
10898
11251
|
|
|
11252
|
+
/**
|
|
11253
|
+
* Event object of the Viewport#selectionChanged event.
|
|
11254
|
+
*/
|
|
10899
11255
|
type Viewport$SelectionChangedEvent = sap.ui.base.Event<
|
|
10900
11256
|
Viewport$SelectionChangedEventParameters,
|
|
10901
11257
|
Viewport
|
|
10902
11258
|
>;
|
|
10903
11259
|
|
|
11260
|
+
/**
|
|
11261
|
+
* Event object of the Viewport#viewChanged event.
|
|
11262
|
+
*/
|
|
10904
11263
|
type Viewport$ViewChangedEvent = sap.ui.base.Event<
|
|
10905
11264
|
Viewport$ViewChangedEventParameters,
|
|
10906
11265
|
Viewport
|
|
10907
11266
|
>;
|
|
10908
11267
|
|
|
11268
|
+
/**
|
|
11269
|
+
* Event object of the Viewport#visibilityChanged event.
|
|
11270
|
+
*/
|
|
10909
11271
|
type Viewport$VisibilityChangedEvent = sap.ui.base.Event<
|
|
10910
11272
|
Viewport$VisibilityChangedEventParameters,
|
|
10911
11273
|
Viewport
|
|
10912
11274
|
>;
|
|
10913
11275
|
|
|
11276
|
+
/**
|
|
11277
|
+
* Event object of the Vtm#activePanelChanged event.
|
|
11278
|
+
*/
|
|
10914
11279
|
type Vtm$ActivePanelChangedEvent = sap.ui.base.Event<
|
|
10915
11280
|
Vtm$ActivePanelChangedEventParameters,
|
|
10916
11281
|
Vtm
|
|
10917
11282
|
>;
|
|
10918
11283
|
|
|
11284
|
+
/**
|
|
11285
|
+
* Event object of the Vtm#initialized event.
|
|
11286
|
+
*/
|
|
10919
11287
|
type Vtm$InitializedEvent = sap.ui.base.Event<
|
|
10920
11288
|
Vtm$InitializedEventParameters,
|
|
10921
11289
|
Vtm
|
|
10922
11290
|
>;
|
|
10923
11291
|
|
|
11292
|
+
/**
|
|
11293
|
+
* Event object of the Vtm#panelAdded event.
|
|
11294
|
+
*/
|
|
10924
11295
|
type Vtm$PanelAddedEvent = sap.ui.base.Event<
|
|
10925
11296
|
Vtm$PanelAddedEventParameters,
|
|
10926
11297
|
Vtm
|