@sapui5/ts-types 1.92.2 → 1.93.3
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/README.md +3 -1
- package/package.json +1 -1
- package/types/index.d.ts +2 -1
- package/types/sap.apf.d.ts +1 -44
- package/types/sap.ca.ui.d.ts +649 -651
- package/types/sap.chart.d.ts +49 -49
- package/types/sap.collaboration.d.ts +756 -762
- package/types/sap.esh.search.ui.d.ts +241 -0
- package/types/sap.f.d.ts +623 -468
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +101 -75
- package/types/sap.fe.macros.d.ts +55 -8
- package/types/sap.fe.navigation.d.ts +5 -14
- package/types/sap.fe.placeholder-1.93.1-d.ts +3 -0
- package/types/sap.fe.plugins.d.ts +2 -4
- package/types/sap.fe.templates.d.ts +1 -16
- package/types/sap.fe.test.d.ts +44 -115
- package/types/sap.fe.tools.d.ts +2 -4
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1321 -1191
- package/types/sap.landvisz.d.ts +345 -345
- package/types/sap.m.d.ts +5498 -4814
- package/types/sap.makit.d.ts +123 -123
- package/types/sap.me.d.ts +137 -153
- package/types/sap.ndc.d.ts +29 -29
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +170 -124
- package/types/sap.suite.ui.commons.d.ts +1593 -1612
- package/types/sap.suite.ui.generic.template.d.ts +285 -165
- package/types/sap.suite.ui.microchart.d.ts +742 -508
- package/types/sap.tnt.d.ts +149 -117
- package/types/sap.ui.codeeditor.d.ts +28 -28
- package/types/sap.ui.commons.d.ts +1387 -1387
- package/types/sap.ui.comp.d.ts +1013 -1013
- package/types/sap.ui.core.d.ts +3852 -3973
- package/types/sap.ui.dt.d.ts +2 -4
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +138 -147
- package/types/sap.ui.generic.template.d.ts +2 -4
- package/types/sap.ui.integration.d.ts +118 -112
- package/types/sap.ui.layout.d.ts +593 -586
- package/types/sap.ui.mdc.d.ts +7 -1
- package/types/sap.ui.richtexteditor.d.ts +30 -30
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +53 -53
- package/types/sap.ui.support.d.ts +6 -12
- package/types/sap.ui.table.d.ts +248 -248
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +853 -713
- package/types/sap.ui.ux3.d.ts +785 -793
- package/types/sap.ui.vbm.d.ts +784 -784
- package/types/sap.ui.vk.d.ts +3130 -2251
- package/types/sap.ui.vtm.d.ts +240 -240
- package/types/sap.uiext.inbox.d.ts +222 -222
- package/types/sap.ushell.d.ts +340 -377
- package/types/sap.ushell_abap.d.ts +127 -129
- package/types/sap.uxap.d.ts +384 -220
- package/types/sap.viz.d.ts +1527 -1527
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +188 -222
- package/types/sap.zen.crosstab.d.ts +15 -17
- package/types/sap.zen.dsh.d.ts +176 -211
- package/types/sap.fe.placeholder.d.ts +0 -5
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -539,6 +539,10 @@ declare namespace sap {
|
|
|
539
539
|
*/
|
|
540
540
|
FNMetaImpl?: Function
|
|
541
541
|
): Function;
|
|
542
|
+
/**
|
|
543
|
+
* Returns a metadata object for class sap.ui.vtm.extensions.SceneNodeHoverHighlightExtension.
|
|
544
|
+
*/
|
|
545
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
542
546
|
/**
|
|
543
547
|
* Gets current value of property {@link #getHighlightColor highlightColor}.
|
|
544
548
|
*
|
|
@@ -547,10 +551,6 @@ declare namespace sap {
|
|
|
547
551
|
* Default value is `"rgba(0, 0, 255, 0.7)"`.
|
|
548
552
|
*/
|
|
549
553
|
getHighlightColor(): sap.ui.core.CSSColor;
|
|
550
|
-
/**
|
|
551
|
-
* Returns a metadata object for class sap.ui.vtm.extensions.SceneNodeHoverHighlightExtension.
|
|
552
|
-
*/
|
|
553
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
554
554
|
/**
|
|
555
555
|
* Sets a new value for property {@link #getHighlightColor highlightColor}.
|
|
556
556
|
*
|
|
@@ -718,6 +718,10 @@ declare namespace sap {
|
|
|
718
718
|
*/
|
|
719
719
|
FNMetaImpl?: Function
|
|
720
720
|
): Function;
|
|
721
|
+
/**
|
|
722
|
+
* Returns a metadata object for class sap.ui.vtm.extensions.SelectionLinkingExtension.
|
|
723
|
+
*/
|
|
724
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
721
725
|
/**
|
|
722
726
|
* Gets current value of property {@link #getFindMatchingTreeItems findMatchingTreeItems}.
|
|
723
727
|
*
|
|
@@ -730,10 +734,6 @@ declare namespace sap {
|
|
|
730
734
|
* The function returns an array of tree items that match the specified tree item.
|
|
731
735
|
*/
|
|
732
736
|
getFindMatchingTreeItems(): any;
|
|
733
|
-
/**
|
|
734
|
-
* Returns a metadata object for class sap.ui.vtm.extensions.SelectionLinkingExtension.
|
|
735
|
-
*/
|
|
736
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
737
737
|
/**
|
|
738
738
|
* Sets a new value for property {@link #getFindMatchingTreeItems findMatchingTreeItems}.
|
|
739
739
|
*
|
|
@@ -1192,12 +1192,12 @@ declare namespace sap {
|
|
|
1192
1192
|
/**
|
|
1193
1193
|
* Fired when the enabled property is changed.
|
|
1194
1194
|
*/
|
|
1195
|
-
enabledChanged?:
|
|
1195
|
+
enabledChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1196
1196
|
|
|
1197
1197
|
/**
|
|
1198
1198
|
* Fired when initialization has completed.
|
|
1199
1199
|
*/
|
|
1200
|
-
initialized?:
|
|
1200
|
+
initialized?: (oEvent: sap.ui.base.Event) => void;
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
interface $LookupSettings extends sap.ui.core.$ElementSettings {}
|
|
@@ -1278,13 +1278,13 @@ declare namespace sap {
|
|
|
1278
1278
|
/**
|
|
1279
1279
|
* Raised when the panel is initialized.
|
|
1280
1280
|
*/
|
|
1281
|
-
initialized?:
|
|
1281
|
+
initialized?: (oEvent: sap.ui.base.Event) => void;
|
|
1282
1282
|
|
|
1283
1283
|
/**
|
|
1284
1284
|
* Raised when the web browser `contextmenu` event is raised. To prevent the default browser context menu
|
|
1285
1285
|
* from being shown call preventDefault() on the event.
|
|
1286
1286
|
*/
|
|
1287
|
-
contextMenu?:
|
|
1287
|
+
contextMenu?: (oEvent: sap.ui.base.Event) => void;
|
|
1288
1288
|
}
|
|
1289
1289
|
|
|
1290
1290
|
interface $ProgressDialogSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1310,12 +1310,12 @@ declare namespace sap {
|
|
|
1310
1310
|
/**
|
|
1311
1311
|
* Raised to indicate download progress of a viewable while viewables are being downloaded
|
|
1312
1312
|
*/
|
|
1313
|
-
downloadProgress?:
|
|
1313
|
+
downloadProgress?: (oEvent: sap.ui.base.Event) => void;
|
|
1314
1314
|
|
|
1315
1315
|
/**
|
|
1316
1316
|
* Raised when starting a download of a set of viewables.
|
|
1317
1317
|
*/
|
|
1318
|
-
downloadStarted?:
|
|
1318
|
+
downloadStarted?: (oEvent: sap.ui.base.Event) => void;
|
|
1319
1319
|
|
|
1320
1320
|
/**
|
|
1321
1321
|
* Raised when viewables have been downloaded (successfully or unsuccessfully) as a result of a call to
|
|
@@ -1326,28 +1326,28 @@ declare namespace sap {
|
|
|
1326
1326
|
* will occur as a result of the call to {@link #loadViewablesAsync} that resulted in the {@link sap.ui.vtm.Scene.downloadCompleted}
|
|
1327
1327
|
* event being raised.
|
|
1328
1328
|
*/
|
|
1329
|
-
downloadCompleted?:
|
|
1329
|
+
downloadCompleted?: (oEvent: sap.ui.base.Event) => void;
|
|
1330
1330
|
|
|
1331
1331
|
/**
|
|
1332
1332
|
* Raised when starting to load a set of viewables.
|
|
1333
1333
|
*/
|
|
1334
|
-
loadStarted?:
|
|
1334
|
+
loadStarted?: (oEvent: sap.ui.base.Event) => void;
|
|
1335
1335
|
|
|
1336
1336
|
/**
|
|
1337
1337
|
* Raised to provide progress information for a viewable that is being loaded.
|
|
1338
1338
|
*/
|
|
1339
|
-
loadProgress?:
|
|
1339
|
+
loadProgress?: (oEvent: sap.ui.base.Event) => void;
|
|
1340
1340
|
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Raised when all viewables specified in a call to {@link #loadViewablesAsync} have either loaded or failed
|
|
1343
1343
|
* to load.
|
|
1344
1344
|
*/
|
|
1345
|
-
loadCompleted?:
|
|
1345
|
+
loadCompleted?: (oEvent: sap.ui.base.Event) => void;
|
|
1346
1346
|
|
|
1347
1347
|
/**
|
|
1348
1348
|
* Raised when the scene hierarchy has been modified.
|
|
1349
1349
|
*/
|
|
1350
|
-
hierarchyChanged?:
|
|
1350
|
+
hierarchyChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
1353
|
interface $SceneNodeSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1399,74 +1399,74 @@ declare namespace sap {
|
|
|
1399
1399
|
* Raised when a tree item drag is initiated. To prevent a drag from being initiated call preventDefault()
|
|
1400
1400
|
* on the event.
|
|
1401
1401
|
*/
|
|
1402
|
-
dragStart?:
|
|
1402
|
+
dragStart?: (oEvent: sap.ui.base.Event) => void;
|
|
1403
1403
|
|
|
1404
1404
|
/**
|
|
1405
1405
|
* Raised when a tree item is dragged over a tree item or an unpopulated row in a tree. To allow a drop
|
|
1406
1406
|
* to occur call preventDefault() on the event.
|
|
1407
1407
|
*/
|
|
1408
|
-
dragOver?:
|
|
1408
|
+
dragOver?: (oEvent: sap.ui.base.Event) => void;
|
|
1409
1409
|
|
|
1410
1410
|
/**
|
|
1411
1411
|
* Raised when a tree item is dropped on a tree item or an unpopulated row in a tree. A drop cannot occur
|
|
1412
1412
|
* unless preventDefault() is called on the sap.ui.base.Event object in the preceding dragOver event.
|
|
1413
1413
|
*/
|
|
1414
|
-
drop?:
|
|
1414
|
+
drop?: (oEvent: sap.ui.base.Event) => void;
|
|
1415
1415
|
|
|
1416
1416
|
/**
|
|
1417
1417
|
* Raised when the set of selected tree items for a tree changes.
|
|
1418
1418
|
*/
|
|
1419
|
-
selectionChanged?:
|
|
1419
|
+
selectionChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1420
1420
|
|
|
1421
1421
|
/**
|
|
1422
1422
|
* Raised when the icon in the visibility column header is clicked.
|
|
1423
1423
|
*/
|
|
1424
|
-
visibilityHeaderIconClicked?:
|
|
1424
|
+
visibilityHeaderIconClicked?: (oEvent: sap.ui.base.Event) => void;
|
|
1425
1425
|
|
|
1426
1426
|
/**
|
|
1427
1427
|
* Raised when an icon in the visibility column is clicked.
|
|
1428
1428
|
*/
|
|
1429
|
-
visibilityIconClicked?:
|
|
1429
|
+
visibilityIconClicked?: (oEvent: sap.ui.base.Event) => void;
|
|
1430
1430
|
|
|
1431
1431
|
/**
|
|
1432
1432
|
* Raised when a tree item entry is expanded or collapsed.
|
|
1433
1433
|
*/
|
|
1434
|
-
expandedChanged?:
|
|
1434
|
+
expandedChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1435
1435
|
|
|
1436
1436
|
/**
|
|
1437
1437
|
* Raised when the fixed columns are updated.
|
|
1438
1438
|
*/
|
|
1439
|
-
fixedColumnsChanged?:
|
|
1439
|
+
fixedColumnsChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1440
1440
|
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Raised when the data columns are updated.
|
|
1443
1443
|
*/
|
|
1444
|
-
dataColumnsChanged?:
|
|
1444
|
+
dataColumnsChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1445
1445
|
|
|
1446
1446
|
/**
|
|
1447
1447
|
* Raised before the model is updated.
|
|
1448
1448
|
*/
|
|
1449
|
-
beforeModelUpdated?:
|
|
1449
|
+
beforeModelUpdated?: (oEvent: sap.ui.base.Event) => void;
|
|
1450
1450
|
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Raised after the model has been updated.
|
|
1453
1453
|
*/
|
|
1454
|
-
modelUpdated?:
|
|
1454
|
+
modelUpdated?: (oEvent: sap.ui.base.Event) => void;
|
|
1455
1455
|
|
|
1456
1456
|
/**
|
|
1457
1457
|
* Raised when a tree item message status icon is clicked.
|
|
1458
1458
|
*/
|
|
1459
|
-
messageStatusIconClicked?:
|
|
1459
|
+
messageStatusIconClicked?: (oEvent: sap.ui.base.Event) => void;
|
|
1460
1460
|
|
|
1461
1461
|
/**
|
|
1462
1462
|
* Raised when a tree item message status icon is clicked.
|
|
1463
1463
|
*/
|
|
1464
|
-
messageStatusHeaderIconClicked?:
|
|
1464
|
+
messageStatusHeaderIconClicked?: (oEvent: sap.ui.base.Event) => void;
|
|
1465
1465
|
|
|
1466
1466
|
/**
|
|
1467
1467
|
* Raised when the tree hierarchy (the set of parent child relationships) changes.
|
|
1468
1468
|
*/
|
|
1469
|
-
hierarchyChanged?:
|
|
1469
|
+
hierarchyChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1470
1470
|
}
|
|
1471
1471
|
|
|
1472
1472
|
interface $ViewableSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1570,43 +1570,43 @@ declare namespace sap {
|
|
|
1570
1570
|
/**
|
|
1571
1571
|
* Raised when the selection is changed due to a click in the viewport (either on a node or in empty space).
|
|
1572
1572
|
*/
|
|
1573
|
-
selectionChanged?:
|
|
1573
|
+
selectionChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1574
1574
|
|
|
1575
1575
|
/**
|
|
1576
1576
|
* Raised when a node in the viewport is clicked.
|
|
1577
1577
|
*/
|
|
1578
|
-
nodeClicked?:
|
|
1578
|
+
nodeClicked?: (oEvent: sap.ui.base.Event) => void;
|
|
1579
1579
|
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Raised when the visibility of scene nodes changed in the viewport.
|
|
1582
1582
|
*/
|
|
1583
|
-
visibilityChanged?:
|
|
1583
|
+
visibilityChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1584
1584
|
|
|
1585
1585
|
/**
|
|
1586
1586
|
* Raised when viewport's camera view changed.
|
|
1587
1587
|
*/
|
|
1588
|
-
viewChanged?:
|
|
1588
|
+
viewChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1589
1589
|
|
|
1590
1590
|
/**
|
|
1591
1591
|
* Raised when {@link sap.ui.vk.dvl.Viewport#refresh refresh} is called. This event can be used by code
|
|
1592
1592
|
* that is managing the viewport display state.
|
|
1593
1593
|
*/
|
|
1594
|
-
refreshRequested?:
|
|
1594
|
+
refreshRequested?: (oEvent: sap.ui.base.Event) => void;
|
|
1595
1595
|
|
|
1596
1596
|
/**
|
|
1597
1597
|
* Raised on mouse move over viewport.
|
|
1598
1598
|
*/
|
|
1599
|
-
hover?:
|
|
1599
|
+
hover?: (oEvent: sap.ui.base.Event) => void;
|
|
1600
1600
|
|
|
1601
1601
|
/**
|
|
1602
1602
|
* Raised when a gesture begins.
|
|
1603
1603
|
*/
|
|
1604
|
-
beginGesture?:
|
|
1604
|
+
beginGesture?: (oEvent: sap.ui.base.Event) => void;
|
|
1605
1605
|
|
|
1606
1606
|
/**
|
|
1607
1607
|
* Raised when a gesture ends.
|
|
1608
1608
|
*/
|
|
1609
|
-
endGesture?:
|
|
1609
|
+
endGesture?: (oEvent: sap.ui.base.Event) => void;
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
1612
|
interface $VtmSettings extends sap.ui.core.$ElementSettings {
|
|
@@ -1629,12 +1629,12 @@ declare namespace sap {
|
|
|
1629
1629
|
/**
|
|
1630
1630
|
* Raised when a panel has been added.
|
|
1631
1631
|
*/
|
|
1632
|
-
panelAdded?:
|
|
1632
|
+
panelAdded?: (oEvent: sap.ui.base.Event) => void;
|
|
1633
1633
|
|
|
1634
1634
|
/**
|
|
1635
1635
|
* Raised when the active panel has changed.
|
|
1636
1636
|
*/
|
|
1637
|
-
activePanelChanged?:
|
|
1637
|
+
activePanelChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1638
1638
|
|
|
1639
1639
|
/**
|
|
1640
1640
|
* Raised when this {@link sap.ui.vtm.Vtm} instance and its extensions have been initialized.
|
|
@@ -1643,7 +1643,7 @@ declare namespace sap {
|
|
|
1643
1643
|
* the extensions can attach event handlers before the application attempts to attach event handlers to
|
|
1644
1644
|
* the same events.
|
|
1645
1645
|
*/
|
|
1646
|
-
initialized?:
|
|
1646
|
+
initialized?: (oEvent: sap.ui.base.Event) => void;
|
|
1647
1647
|
}
|
|
1648
1648
|
|
|
1649
1649
|
/**
|
|
@@ -2773,6 +2773,10 @@ declare namespace sap {
|
|
|
2773
2773
|
*/
|
|
2774
2774
|
FNMetaImpl?: Function
|
|
2775
2775
|
): Function;
|
|
2776
|
+
/**
|
|
2777
|
+
* Returns a metadata object for class sap.ui.vtm.Column.
|
|
2778
|
+
*/
|
|
2779
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2776
2780
|
/**
|
|
2777
2781
|
* Gets current value of property {@link #getDescriptor descriptor}.
|
|
2778
2782
|
*
|
|
@@ -2813,10 +2817,6 @@ declare namespace sap {
|
|
|
2813
2817
|
* since it is used in the used in the {@link sap.ui.vtm.ColumnSelectionDialog}.
|
|
2814
2818
|
*/
|
|
2815
2819
|
getLabelControl(): object;
|
|
2816
|
-
/**
|
|
2817
|
-
* Returns a metadata object for class sap.ui.vtm.Column.
|
|
2818
|
-
*/
|
|
2819
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2820
2820
|
/**
|
|
2821
2821
|
* Gets current value of property {@link #getResizable resizable}.
|
|
2822
2822
|
*
|
|
@@ -3097,6 +3097,10 @@ declare namespace sap {
|
|
|
3097
3097
|
*/
|
|
3098
3098
|
FNMetaImpl?: Function
|
|
3099
3099
|
): Function;
|
|
3100
|
+
/**
|
|
3101
|
+
* Returns a metadata object for class sap.ui.vtm.DisplayGroup.
|
|
3102
|
+
*/
|
|
3103
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3100
3104
|
/**
|
|
3101
3105
|
* Gets current value of property {@link #getDisplayStatesBySceneNodeId displayStatesBySceneNodeId}.
|
|
3102
3106
|
*
|
|
@@ -3123,10 +3127,6 @@ declare namespace sap {
|
|
|
3123
3127
|
* Default value is `{}`.
|
|
3124
3128
|
*/
|
|
3125
3129
|
getDisplayStatesBySceneNodeId(): object;
|
|
3126
|
-
/**
|
|
3127
|
-
* Returns a metadata object for class sap.ui.vtm.DisplayGroup.
|
|
3128
|
-
*/
|
|
3129
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3130
3130
|
/**
|
|
3131
3131
|
* Sets a new value for property {@link #getDisplayStatesBySceneNodeId displayStatesBySceneNodeId}.
|
|
3132
3132
|
*
|
|
@@ -3197,6 +3197,31 @@ declare namespace sap {
|
|
|
3197
3197
|
mSettings: sap.ui.vtm.$ExtensionSettings
|
|
3198
3198
|
);
|
|
3199
3199
|
|
|
3200
|
+
/**
|
|
3201
|
+
* Creates a new subclass of class sap.ui.vtm.Extension with name `sClassName` and enriches it with the
|
|
3202
|
+
* information contained in `oClassInfo`.
|
|
3203
|
+
*
|
|
3204
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
3205
|
+
*/
|
|
3206
|
+
static extend<T extends Record<string, unknown>>(
|
|
3207
|
+
/**
|
|
3208
|
+
* Name of the class being created
|
|
3209
|
+
*/
|
|
3210
|
+
sClassName: string,
|
|
3211
|
+
/**
|
|
3212
|
+
* Object literal with information about the class
|
|
3213
|
+
*/
|
|
3214
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Extension>,
|
|
3215
|
+
/**
|
|
3216
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3217
|
+
* used by this class
|
|
3218
|
+
*/
|
|
3219
|
+
FNMetaImpl?: Function
|
|
3220
|
+
): Function;
|
|
3221
|
+
/**
|
|
3222
|
+
* Returns a metadata object for class sap.ui.vtm.Extension.
|
|
3223
|
+
*/
|
|
3224
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3200
3225
|
/**
|
|
3201
3226
|
* Calls a function once for each panel that is attached (currently or in the future) to the {@link sap.ui.vtm.Vtm}
|
|
3202
3227
|
* instance that owns this extension.
|
|
@@ -3336,27 +3361,6 @@ declare namespace sap {
|
|
|
3336
3361
|
*/
|
|
3337
3362
|
oListener?: object
|
|
3338
3363
|
): this;
|
|
3339
|
-
/**
|
|
3340
|
-
* Creates a new subclass of class sap.ui.vtm.Extension with name `sClassName` and enriches it with the
|
|
3341
|
-
* information contained in `oClassInfo`.
|
|
3342
|
-
*
|
|
3343
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
3344
|
-
*/
|
|
3345
|
-
static extend<T extends Record<string, unknown>>(
|
|
3346
|
-
/**
|
|
3347
|
-
* Name of the class being created
|
|
3348
|
-
*/
|
|
3349
|
-
sClassName: string,
|
|
3350
|
-
/**
|
|
3351
|
-
* Object literal with information about the class
|
|
3352
|
-
*/
|
|
3353
|
-
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Extension>,
|
|
3354
|
-
/**
|
|
3355
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3356
|
-
* used by this class
|
|
3357
|
-
*/
|
|
3358
|
-
FNMetaImpl?: Function
|
|
3359
|
-
): Function;
|
|
3360
3364
|
/**
|
|
3361
3365
|
* Fires event {@link #event:enabledChanged enabledChanged} to attached listeners.
|
|
3362
3366
|
*/
|
|
@@ -3391,10 +3395,6 @@ declare namespace sap {
|
|
|
3391
3395
|
* getVtmPromise} resolves.
|
|
3392
3396
|
*/
|
|
3393
3397
|
getInitializedPromise(): Promise<any>;
|
|
3394
|
-
/**
|
|
3395
|
-
* Returns a metadata object for class sap.ui.vtm.Extension.
|
|
3396
|
-
*/
|
|
3397
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3398
3398
|
/**
|
|
3399
3399
|
* Gets a {@link Promise} that resolves when the extension is added to the `extensions` aggregation of an
|
|
3400
3400
|
* {@link sap.ui.vtm.Vtm} instance.
|
|
@@ -3463,23 +3463,6 @@ declare namespace sap {
|
|
|
3463
3463
|
equalsFunc: Function
|
|
3464
3464
|
);
|
|
3465
3465
|
|
|
3466
|
-
/**
|
|
3467
|
-
* Adds a value to the set of values stored against a given key.
|
|
3468
|
-
*/
|
|
3469
|
-
addValue(
|
|
3470
|
-
/**
|
|
3471
|
-
* The key.
|
|
3472
|
-
*/
|
|
3473
|
-
key: any,
|
|
3474
|
-
/**
|
|
3475
|
-
* The value.
|
|
3476
|
-
*/
|
|
3477
|
-
value: any
|
|
3478
|
-
): sap.ui.vtm.Lookup;
|
|
3479
|
-
/**
|
|
3480
|
-
* Clears the Lookup.
|
|
3481
|
-
*/
|
|
3482
|
-
clear(): sap.ui.vtm.Lookup;
|
|
3483
3466
|
/**
|
|
3484
3467
|
* Creates a new subclass of class sap.ui.vtm.Lookup with name `sClassName` and enriches it with the information
|
|
3485
3468
|
* contained in `oClassInfo`.
|
|
@@ -3501,6 +3484,27 @@ declare namespace sap {
|
|
|
3501
3484
|
*/
|
|
3502
3485
|
FNMetaImpl?: Function
|
|
3503
3486
|
): Function;
|
|
3487
|
+
/**
|
|
3488
|
+
* Returns a metadata object for class sap.ui.vtm.Lookup.
|
|
3489
|
+
*/
|
|
3490
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3491
|
+
/**
|
|
3492
|
+
* Adds a value to the set of values stored against a given key.
|
|
3493
|
+
*/
|
|
3494
|
+
addValue(
|
|
3495
|
+
/**
|
|
3496
|
+
* The key.
|
|
3497
|
+
*/
|
|
3498
|
+
key: any,
|
|
3499
|
+
/**
|
|
3500
|
+
* The value.
|
|
3501
|
+
*/
|
|
3502
|
+
value: any
|
|
3503
|
+
): sap.ui.vtm.Lookup;
|
|
3504
|
+
/**
|
|
3505
|
+
* Clears the Lookup.
|
|
3506
|
+
*/
|
|
3507
|
+
clear(): sap.ui.vtm.Lookup;
|
|
3504
3508
|
/**
|
|
3505
3509
|
* Loops over the key/value array pairs calling the callback function for each pair.
|
|
3506
3510
|
*/
|
|
@@ -3511,10 +3515,6 @@ declare namespace sap {
|
|
|
3511
3515
|
*/
|
|
3512
3516
|
callback: Function
|
|
3513
3517
|
): sap.ui.vtm.Lookup;
|
|
3514
|
-
/**
|
|
3515
|
-
* Returns a metadata object for class sap.ui.vtm.Lookup.
|
|
3516
|
-
*/
|
|
3517
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3518
3518
|
/**
|
|
3519
3519
|
* Gets the values stored against a given key.
|
|
3520
3520
|
*/
|
|
@@ -3588,6 +3588,10 @@ declare namespace sap {
|
|
|
3588
3588
|
*/
|
|
3589
3589
|
FNMetaImpl?: Function
|
|
3590
3590
|
): Function;
|
|
3591
|
+
/**
|
|
3592
|
+
* Returns a metadata object for class sap.ui.vtm.MessagesPopover.
|
|
3593
|
+
*/
|
|
3594
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3591
3595
|
/**
|
|
3592
3596
|
* Gets current value of property {@link #getMaxHeight maxHeight}.
|
|
3593
3597
|
*
|
|
@@ -3605,10 +3609,6 @@ declare namespace sap {
|
|
|
3605
3609
|
* - `icon`
|
|
3606
3610
|
*/
|
|
3607
3611
|
getMessages(): object[];
|
|
3608
|
-
/**
|
|
3609
|
-
* Returns a metadata object for class sap.ui.vtm.MessagesPopover.
|
|
3610
|
-
*/
|
|
3611
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3612
3612
|
/**
|
|
3613
3613
|
* Sets a new value for property {@link #getMaxHeight maxHeight}.
|
|
3614
3614
|
*
|
|
@@ -3671,6 +3671,31 @@ declare namespace sap {
|
|
|
3671
3671
|
mSettings: sap.ui.vtm.$PanelSettings
|
|
3672
3672
|
);
|
|
3673
3673
|
|
|
3674
|
+
/**
|
|
3675
|
+
* Creates a new subclass of class sap.ui.vtm.Panel with name `sClassName` and enriches it with the information
|
|
3676
|
+
* contained in `oClassInfo`.
|
|
3677
|
+
*
|
|
3678
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
3679
|
+
*/
|
|
3680
|
+
static extend<T extends Record<string, unknown>>(
|
|
3681
|
+
/**
|
|
3682
|
+
* Name of the class being created
|
|
3683
|
+
*/
|
|
3684
|
+
sClassName: string,
|
|
3685
|
+
/**
|
|
3686
|
+
* Object literal with information about the class
|
|
3687
|
+
*/
|
|
3688
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Panel>,
|
|
3689
|
+
/**
|
|
3690
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3691
|
+
* used by this class
|
|
3692
|
+
*/
|
|
3693
|
+
FNMetaImpl?: Function
|
|
3694
|
+
): Function;
|
|
3695
|
+
/**
|
|
3696
|
+
* Returns a metadata object for class sap.ui.vtm.Panel.
|
|
3697
|
+
*/
|
|
3698
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3674
3699
|
/**
|
|
3675
3700
|
* Adds some titleControl to the aggregation {@link #getTitleControls titleControls}.
|
|
3676
3701
|
*/
|
|
@@ -3824,27 +3849,6 @@ declare namespace sap {
|
|
|
3824
3849
|
*/
|
|
3825
3850
|
oListener?: object
|
|
3826
3851
|
): this;
|
|
3827
|
-
/**
|
|
3828
|
-
* Creates a new subclass of class sap.ui.vtm.Panel with name `sClassName` and enriches it with the information
|
|
3829
|
-
* contained in `oClassInfo`.
|
|
3830
|
-
*
|
|
3831
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
3832
|
-
*/
|
|
3833
|
-
static extend<T extends Record<string, unknown>>(
|
|
3834
|
-
/**
|
|
3835
|
-
* Name of the class being created
|
|
3836
|
-
*/
|
|
3837
|
-
sClassName: string,
|
|
3838
|
-
/**
|
|
3839
|
-
* Object literal with information about the class
|
|
3840
|
-
*/
|
|
3841
|
-
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Panel>,
|
|
3842
|
-
/**
|
|
3843
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
3844
|
-
* used by this class
|
|
3845
|
-
*/
|
|
3846
|
-
FNMetaImpl?: Function
|
|
3847
|
-
): Function;
|
|
3848
3852
|
/**
|
|
3849
3853
|
* Fires event {@link #event:contextMenu contextMenu} to attached listeners.
|
|
3850
3854
|
*
|
|
@@ -3907,10 +3911,6 @@ declare namespace sap {
|
|
|
3907
3911
|
* Gets whether this is the active {@link sap.ui.vtm.Panel}.
|
|
3908
3912
|
*/
|
|
3909
3913
|
getIsActive(): boolean;
|
|
3910
|
-
/**
|
|
3911
|
-
* Returns a metadata object for class sap.ui.vtm.Panel.
|
|
3912
|
-
*/
|
|
3913
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3914
3914
|
/**
|
|
3915
3915
|
* Gets current value of property {@link #getShowViewport showViewport}.
|
|
3916
3916
|
*
|
|
@@ -4172,10 +4172,6 @@ declare namespace sap {
|
|
|
4172
4172
|
scene: sap.ui.vtm.Scene
|
|
4173
4173
|
);
|
|
4174
4174
|
|
|
4175
|
-
/**
|
|
4176
|
-
* Closes the dialog.
|
|
4177
|
-
*/
|
|
4178
|
-
close(): sap.ui.vtm.ProgressDialog;
|
|
4179
4175
|
/**
|
|
4180
4176
|
* Creates a new subclass of class sap.ui.vtm.ProgressDialog with name `sClassName` and enriches it with
|
|
4181
4177
|
* the information contained in `oClassInfo`.
|
|
@@ -4201,6 +4197,10 @@ declare namespace sap {
|
|
|
4201
4197
|
* Returns a metadata object for class sap.ui.vtm.ProgressDialog.
|
|
4202
4198
|
*/
|
|
4203
4199
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4200
|
+
/**
|
|
4201
|
+
* Closes the dialog.
|
|
4202
|
+
*/
|
|
4203
|
+
close(): sap.ui.vtm.ProgressDialog;
|
|
4204
4204
|
/**
|
|
4205
4205
|
* Gets current value of property {@link #getPercentComplete percentComplete}.
|
|
4206
4206
|
*
|
|
@@ -4294,6 +4294,31 @@ declare namespace sap {
|
|
|
4294
4294
|
*/
|
|
4295
4295
|
constructor();
|
|
4296
4296
|
|
|
4297
|
+
/**
|
|
4298
|
+
* Creates a new subclass of class sap.ui.vtm.Scene with name `sClassName` and enriches it with the information
|
|
4299
|
+
* contained in `oClassInfo`.
|
|
4300
|
+
*
|
|
4301
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
4302
|
+
*/
|
|
4303
|
+
static extend<T extends Record<string, unknown>>(
|
|
4304
|
+
/**
|
|
4305
|
+
* Name of the class being created
|
|
4306
|
+
*/
|
|
4307
|
+
sClassName: string,
|
|
4308
|
+
/**
|
|
4309
|
+
* Object literal with information about the class
|
|
4310
|
+
*/
|
|
4311
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Scene>,
|
|
4312
|
+
/**
|
|
4313
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4314
|
+
* used by this class
|
|
4315
|
+
*/
|
|
4316
|
+
FNMetaImpl?: Function
|
|
4317
|
+
): Function;
|
|
4318
|
+
/**
|
|
4319
|
+
* Returns a metadata object for class sap.ui.vtm.Scene.
|
|
4320
|
+
*/
|
|
4321
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4297
4322
|
/**
|
|
4298
4323
|
* Attaches event handler `fnFunction` to the {@link #event:downloadCompleted downloadCompleted} event of
|
|
4299
4324
|
* this `sap.ui.vtm.Scene`.
|
|
@@ -4768,27 +4793,6 @@ declare namespace sap {
|
|
|
4768
4793
|
*/
|
|
4769
4794
|
oListener?: object
|
|
4770
4795
|
): this;
|
|
4771
|
-
/**
|
|
4772
|
-
* Creates a new subclass of class sap.ui.vtm.Scene with name `sClassName` and enriches it with the information
|
|
4773
|
-
* contained in `oClassInfo`.
|
|
4774
|
-
*
|
|
4775
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
4776
|
-
*/
|
|
4777
|
-
static extend<T extends Record<string, unknown>>(
|
|
4778
|
-
/**
|
|
4779
|
-
* Name of the class being created
|
|
4780
|
-
*/
|
|
4781
|
-
sClassName: string,
|
|
4782
|
-
/**
|
|
4783
|
-
* Object literal with information about the class
|
|
4784
|
-
*/
|
|
4785
|
-
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Scene>,
|
|
4786
|
-
/**
|
|
4787
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4788
|
-
* used by this class
|
|
4789
|
-
*/
|
|
4790
|
-
FNMetaImpl?: Function
|
|
4791
|
-
): Function;
|
|
4792
4796
|
/**
|
|
4793
4797
|
* Fires event {@link #event:downloadCompleted downloadCompleted} to attached listeners.
|
|
4794
4798
|
*/
|
|
@@ -4980,10 +4984,6 @@ declare namespace sap {
|
|
|
4980
4984
|
* Gets the set of loaded viewables.
|
|
4981
4985
|
*/
|
|
4982
4986
|
getLoadedViewables(): sap.ui.vtm.Viewable[];
|
|
4983
|
-
/**
|
|
4984
|
-
* Returns a metadata object for class sap.ui.vtm.Scene.
|
|
4985
|
-
*/
|
|
4986
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
4987
4987
|
/**
|
|
4988
4988
|
* Gets the scene node ID of the parent node of the specified scene node or null if the specified scene
|
|
4989
4989
|
* node is a root scene node.
|
|
@@ -5121,6 +5121,10 @@ declare namespace sap {
|
|
|
5121
5121
|
*/
|
|
5122
5122
|
FNMetaImpl?: Function
|
|
5123
5123
|
): Function;
|
|
5124
|
+
/**
|
|
5125
|
+
* Returns a metadata object for class sap.ui.vtm.SceneNode.
|
|
5126
|
+
*/
|
|
5127
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5124
5128
|
/**
|
|
5125
5129
|
* Gets the absolute transformation matrix that applies to the scene node in ISO 10303-42 format.
|
|
5126
5130
|
*/
|
|
@@ -5136,10 +5140,6 @@ declare namespace sap {
|
|
|
5136
5140
|
* "value": "00"},{"name": "timestamp", "value":"2016-05-18 03:44:53.93"}]'`.
|
|
5137
5141
|
*/
|
|
5138
5142
|
getIdentifiers(): object;
|
|
5139
|
-
/**
|
|
5140
|
-
* Returns a metadata object for class sap.ui.vtm.SceneNode.
|
|
5141
|
-
*/
|
|
5142
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5143
5143
|
/**
|
|
5144
5144
|
* Gets the name of the scene node.
|
|
5145
5145
|
*/
|
|
@@ -5425,6 +5425,31 @@ declare namespace sap {
|
|
|
5425
5425
|
mSettings: sap.ui.vtm.$TreeSettings
|
|
5426
5426
|
);
|
|
5427
5427
|
|
|
5428
|
+
/**
|
|
5429
|
+
* Creates a new subclass of class sap.ui.vtm.Tree with name `sClassName` and enriches it with the information
|
|
5430
|
+
* contained in `oClassInfo`.
|
|
5431
|
+
*
|
|
5432
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5433
|
+
*/
|
|
5434
|
+
static extend<T extends Record<string, unknown>>(
|
|
5435
|
+
/**
|
|
5436
|
+
* Name of the class being created
|
|
5437
|
+
*/
|
|
5438
|
+
sClassName: string,
|
|
5439
|
+
/**
|
|
5440
|
+
* Object literal with information about the class
|
|
5441
|
+
*/
|
|
5442
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Tree>,
|
|
5443
|
+
/**
|
|
5444
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
5445
|
+
* used by this class
|
|
5446
|
+
*/
|
|
5447
|
+
FNMetaImpl?: Function
|
|
5448
|
+
): Function;
|
|
5449
|
+
/**
|
|
5450
|
+
* Returns a metadata object for class sap.ui.vtm.Tree.
|
|
5451
|
+
*/
|
|
5452
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
5428
5453
|
/**
|
|
5429
5454
|
* Adds some headerControl to the aggregation {@link #getHeaderControls headerControls}.
|
|
5430
5455
|
*/
|
|
@@ -6295,27 +6320,6 @@ declare namespace sap {
|
|
|
6295
6320
|
*/
|
|
6296
6321
|
iLevel: int
|
|
6297
6322
|
): sap.ui.vtm.Tree;
|
|
6298
|
-
/**
|
|
6299
|
-
* Creates a new subclass of class sap.ui.vtm.Tree with name `sClassName` and enriches it with the information
|
|
6300
|
-
* contained in `oClassInfo`.
|
|
6301
|
-
*
|
|
6302
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
6303
|
-
*/
|
|
6304
|
-
static extend<T extends Record<string, unknown>>(
|
|
6305
|
-
/**
|
|
6306
|
-
* Name of the class being created
|
|
6307
|
-
*/
|
|
6308
|
-
sClassName: string,
|
|
6309
|
-
/**
|
|
6310
|
-
* Object literal with information about the class
|
|
6311
|
-
*/
|
|
6312
|
-
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Tree>,
|
|
6313
|
-
/**
|
|
6314
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
6315
|
-
* used by this class
|
|
6316
|
-
*/
|
|
6317
|
-
FNMetaImpl?: Function
|
|
6318
|
-
): Function;
|
|
6319
6323
|
/**
|
|
6320
6324
|
* Fires event {@link #event:beforeModelUpdated beforeModelUpdated} to attached listeners.
|
|
6321
6325
|
*/
|
|
@@ -6664,10 +6668,6 @@ declare namespace sap {
|
|
|
6664
6668
|
*/
|
|
6665
6669
|
treeItemType: sap.ui.vtm.TreeItemType
|
|
6666
6670
|
): object[];
|
|
6667
|
-
/**
|
|
6668
|
-
* Returns a metadata object for class sap.ui.vtm.Tree.
|
|
6669
|
-
*/
|
|
6670
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
6671
6671
|
/**
|
|
6672
6672
|
* Gets the `opacity` property of a tree item or array of tree items.
|
|
6673
6673
|
*
|
|
@@ -7235,6 +7235,10 @@ declare namespace sap {
|
|
|
7235
7235
|
*/
|
|
7236
7236
|
FNMetaImpl?: Function
|
|
7237
7237
|
): Function;
|
|
7238
|
+
/**
|
|
7239
|
+
* Returns a metadata object for class sap.ui.vtm.ViewableLoadInfo.
|
|
7240
|
+
*/
|
|
7241
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7238
7242
|
/**
|
|
7239
7243
|
* Gets current value of property {@link #getErrorCode errorCode}.
|
|
7240
7244
|
*
|
|
@@ -7250,10 +7254,6 @@ declare namespace sap {
|
|
|
7250
7254
|
* Use when {@link #getSucceeded} returns false.
|
|
7251
7255
|
*/
|
|
7252
7256
|
getErrorText(): string;
|
|
7253
|
-
/**
|
|
7254
|
-
* Returns a metadata object for class sap.ui.vtm.ViewableLoadInfo.
|
|
7255
|
-
*/
|
|
7256
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7257
7257
|
/**
|
|
7258
7258
|
* Gets current value of property {@link #getStatus status}.
|
|
7259
7259
|
*
|
|
@@ -7340,6 +7340,31 @@ declare namespace sap {
|
|
|
7340
7340
|
*/
|
|
7341
7341
|
constructor();
|
|
7342
7342
|
|
|
7343
|
+
/**
|
|
7344
|
+
* Creates a new subclass of class sap.ui.vtm.Viewport with name `sClassName` and enriches it with the information
|
|
7345
|
+
* contained in `oClassInfo`.
|
|
7346
|
+
*
|
|
7347
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
7348
|
+
*/
|
|
7349
|
+
static extend<T extends Record<string, unknown>>(
|
|
7350
|
+
/**
|
|
7351
|
+
* Name of the class being created
|
|
7352
|
+
*/
|
|
7353
|
+
sClassName: string,
|
|
7354
|
+
/**
|
|
7355
|
+
* Object literal with information about the class
|
|
7356
|
+
*/
|
|
7357
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Viewport>,
|
|
7358
|
+
/**
|
|
7359
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
7360
|
+
* used by this class
|
|
7361
|
+
*/
|
|
7362
|
+
FNMetaImpl?: Function
|
|
7363
|
+
): Function;
|
|
7364
|
+
/**
|
|
7365
|
+
* Returns a metadata object for class sap.ui.vtm.Viewport.
|
|
7366
|
+
*/
|
|
7367
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
7343
7368
|
/**
|
|
7344
7369
|
* Adds an override display group to the `overrideDisplayGroups` property.
|
|
7345
7370
|
*/
|
|
@@ -7826,27 +7851,6 @@ declare namespace sap {
|
|
|
7826
7851
|
*/
|
|
7827
7852
|
oListener?: object
|
|
7828
7853
|
): this;
|
|
7829
|
-
/**
|
|
7830
|
-
* Creates a new subclass of class sap.ui.vtm.Viewport with name `sClassName` and enriches it with the information
|
|
7831
|
-
* contained in `oClassInfo`.
|
|
7832
|
-
*
|
|
7833
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
7834
|
-
*/
|
|
7835
|
-
static extend<T extends Record<string, unknown>>(
|
|
7836
|
-
/**
|
|
7837
|
-
* Name of the class being created
|
|
7838
|
-
*/
|
|
7839
|
-
sClassName: string,
|
|
7840
|
-
/**
|
|
7841
|
-
* Object literal with information about the class
|
|
7842
|
-
*/
|
|
7843
|
-
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Viewport>,
|
|
7844
|
-
/**
|
|
7845
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
7846
|
-
* used by this class
|
|
7847
|
-
*/
|
|
7848
|
-
FNMetaImpl?: Function
|
|
7849
|
-
): Function;
|
|
7850
7854
|
/**
|
|
7851
7855
|
* Fires event {@link #event:beginGesture beginGesture} to attached listeners.
|
|
7852
7856
|
*/
|
|
@@ -8018,10 +8022,6 @@ declare namespace sap {
|
|
|
8018
8022
|
* Returns whether the {@link sap.ui.vtm.Viewport} has been initialized.
|
|
8019
8023
|
*/
|
|
8020
8024
|
getInitialized(): boolean;
|
|
8021
|
-
/**
|
|
8022
|
-
* Returns a metadata object for class sap.ui.vtm.Viewport.
|
|
8023
|
-
*/
|
|
8024
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8025
8025
|
/**
|
|
8026
8026
|
* Gets the opacity for a set of scene nodes in this viewport. Opacity is specified as a floating point
|
|
8027
8027
|
* value in the interval [0,1].
|
|
@@ -8340,6 +8340,31 @@ declare namespace sap {
|
|
|
8340
8340
|
mSettings: sap.ui.vtm.$VtmSettings
|
|
8341
8341
|
);
|
|
8342
8342
|
|
|
8343
|
+
/**
|
|
8344
|
+
* Creates a new subclass of class sap.ui.vtm.Vtm with name `sClassName` and enriches it with the information
|
|
8345
|
+
* contained in `oClassInfo`.
|
|
8346
|
+
*
|
|
8347
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
8348
|
+
*/
|
|
8349
|
+
static extend<T extends Record<string, unknown>>(
|
|
8350
|
+
/**
|
|
8351
|
+
* Name of the class being created
|
|
8352
|
+
*/
|
|
8353
|
+
sClassName: string,
|
|
8354
|
+
/**
|
|
8355
|
+
* Object literal with information about the class
|
|
8356
|
+
*/
|
|
8357
|
+
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Vtm>,
|
|
8358
|
+
/**
|
|
8359
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8360
|
+
* used by this class
|
|
8361
|
+
*/
|
|
8362
|
+
FNMetaImpl?: Function
|
|
8363
|
+
): Function;
|
|
8364
|
+
/**
|
|
8365
|
+
* Returns a metadata object for class sap.ui.vtm.Vtm.
|
|
8366
|
+
*/
|
|
8367
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8343
8368
|
/**
|
|
8344
8369
|
* Adds some extension to the aggregation {@link #getExtensions extensions}.
|
|
8345
8370
|
*/
|
|
@@ -8545,27 +8570,6 @@ declare namespace sap {
|
|
|
8545
8570
|
*/
|
|
8546
8571
|
oListener?: object
|
|
8547
8572
|
): this;
|
|
8548
|
-
/**
|
|
8549
|
-
* Creates a new subclass of class sap.ui.vtm.Vtm with name `sClassName` and enriches it with the information
|
|
8550
|
-
* contained in `oClassInfo`.
|
|
8551
|
-
*
|
|
8552
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
8553
|
-
*/
|
|
8554
|
-
static extend<T extends Record<string, unknown>>(
|
|
8555
|
-
/**
|
|
8556
|
-
* Name of the class being created
|
|
8557
|
-
*/
|
|
8558
|
-
sClassName: string,
|
|
8559
|
-
/**
|
|
8560
|
-
* Object literal with information about the class
|
|
8561
|
-
*/
|
|
8562
|
-
oClassInfo?: sap.ClassInfo<T, sap.ui.vtm.Vtm>,
|
|
8563
|
-
/**
|
|
8564
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8565
|
-
* used by this class
|
|
8566
|
-
*/
|
|
8567
|
-
FNMetaImpl?: Function
|
|
8568
|
-
): Function;
|
|
8569
8573
|
/**
|
|
8570
8574
|
* Fires event {@link #event:activePanelChanged activePanelChanged} to attached listeners.
|
|
8571
8575
|
*/
|
|
@@ -8652,10 +8656,6 @@ declare namespace sap {
|
|
|
8652
8656
|
*/
|
|
8653
8657
|
sExtensionName: string
|
|
8654
8658
|
): sap.ui.vtm.Extension[];
|
|
8655
|
-
/**
|
|
8656
|
-
* Returns a metadata object for class sap.ui.vtm.Vtm.
|
|
8657
|
-
*/
|
|
8658
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
8659
8659
|
/**
|
|
8660
8660
|
* Gets a panel given its id. Returns undefined if no match is found.
|
|
8661
8661
|
*/
|