@sapui5/ts-types-esm 1.108.37 → 1.108.38
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/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -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 +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +75 -18
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -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.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/package.json
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.sac.grid.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.5
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -596,7 +596,7 @@ declare module "sap/ui/vk/Annotation" {
|
|
|
596
596
|
* If set then maximum height of annotation will be limited to this number in pixels.
|
|
597
597
|
*/
|
|
598
598
|
maxHeight?: number
|
|
599
|
-
):
|
|
599
|
+
): this;
|
|
600
600
|
/**
|
|
601
601
|
* Gets current value of property {@link #getAnimate animate}.
|
|
602
602
|
*
|
|
@@ -889,7 +889,7 @@ declare module "sap/ui/vk/Annotation" {
|
|
|
889
889
|
*
|
|
890
890
|
* @returns `this` to allow method chaining
|
|
891
891
|
*/
|
|
892
|
-
setInitialOffset():
|
|
892
|
+
setInitialOffset(): this;
|
|
893
893
|
/**
|
|
894
894
|
* Sets a new value for property {@link #getName name}.
|
|
895
895
|
*
|
|
@@ -992,7 +992,7 @@ declare module "sap/ui/vk/Annotation" {
|
|
|
992
992
|
* The transformation matrix
|
|
993
993
|
*/
|
|
994
994
|
transform: number[]
|
|
995
|
-
):
|
|
995
|
+
): this;
|
|
996
996
|
/**
|
|
997
997
|
* Sets the associated {@link #getViewport viewport}.
|
|
998
998
|
*
|
|
@@ -21491,7 +21491,7 @@ declare module "sap/ui/vk/threejs/ContentManager" {
|
|
|
21491
21491
|
*
|
|
21492
21492
|
* @returns `this` to allow method chaining.
|
|
21493
21493
|
*/
|
|
21494
|
-
collectGarbage():
|
|
21494
|
+
collectGarbage(): this;
|
|
21495
21495
|
/**
|
|
21496
21496
|
* @SINCE 1.52.0
|
|
21497
21497
|
*
|
|
@@ -21520,7 +21520,7 @@ declare module "sap/ui/vk/threejs/ContentManager" {
|
|
|
21520
21520
|
* The content to destroy.
|
|
21521
21521
|
*/
|
|
21522
21522
|
content: any
|
|
21523
|
-
):
|
|
21523
|
+
): this;
|
|
21524
21524
|
/**
|
|
21525
21525
|
* @SINCE 1.50.0
|
|
21526
21526
|
*
|
|
@@ -21539,7 +21539,7 @@ declare module "sap/ui/vk/threejs/ContentManager" {
|
|
|
21539
21539
|
* The content resources to load or update.
|
|
21540
21540
|
*/
|
|
21541
21541
|
contentResources: ContentResource[]
|
|
21542
|
-
):
|
|
21542
|
+
): this;
|
|
21543
21543
|
}
|
|
21544
21544
|
|
|
21545
21545
|
export interface $ContentManagerSettings extends $ContentManagerSettings1 {}
|
|
@@ -22070,8 +22070,6 @@ declare module "sap/ui/vk/threejs/NodeProxy" {
|
|
|
22070
22070
|
|
|
22071
22071
|
import Material from "sap/ui/vk/Material";
|
|
22072
22072
|
|
|
22073
|
-
import NodeHierarchy from "sap/ui/vk/NodeHierarchy";
|
|
22074
|
-
|
|
22075
22073
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
22076
22074
|
|
|
22077
22075
|
/**
|
|
@@ -22133,7 +22131,7 @@ declare module "sap/ui/vk/threejs/NodeProxy" {
|
|
|
22133
22131
|
* Material to be assigned.
|
|
22134
22132
|
*/
|
|
22135
22133
|
value: Material
|
|
22136
|
-
):
|
|
22134
|
+
): this;
|
|
22137
22135
|
/**
|
|
22138
22136
|
* Retrieve all materials defined in the current node
|
|
22139
22137
|
*
|
|
@@ -22191,7 +22189,7 @@ declare module "sap/ui/vk/threejs/NodeProxy" {
|
|
|
22191
22189
|
* Material replacement.
|
|
22192
22190
|
*/
|
|
22193
22191
|
material: Material | THREE.Material
|
|
22194
|
-
):
|
|
22192
|
+
): this;
|
|
22195
22193
|
}
|
|
22196
22194
|
|
|
22197
22195
|
export interface $NodeProxySettings extends $NodeProxySettings1 {}
|
|
@@ -22388,6 +22386,8 @@ declare module "sap/ui/vk/threejs/Scene" {
|
|
|
22388
22386
|
|
|
22389
22387
|
import NodeHierarchy from "sap/ui/vk/NodeHierarchy";
|
|
22390
22388
|
|
|
22389
|
+
import View from "sap/ui/vk/View";
|
|
22390
|
+
|
|
22391
22391
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
22392
22392
|
|
|
22393
22393
|
/**
|
|
@@ -22442,6 +22442,19 @@ declare module "sap/ui/vk/threejs/Scene" {
|
|
|
22442
22442
|
* @returns Metadata object describing this class
|
|
22443
22443
|
*/
|
|
22444
22444
|
static getMetadata(): ManagedObjectMetadata;
|
|
22445
|
+
/**
|
|
22446
|
+
* Add marker to node associations
|
|
22447
|
+
*/
|
|
22448
|
+
bindMarkerNodeTransformationToReferenceNode(
|
|
22449
|
+
/**
|
|
22450
|
+
* Marker's reference node id
|
|
22451
|
+
*/
|
|
22452
|
+
referenceNodeId: string,
|
|
22453
|
+
/**
|
|
22454
|
+
* Marker's node id
|
|
22455
|
+
*/
|
|
22456
|
+
markerNodeId: string
|
|
22457
|
+
): void;
|
|
22445
22458
|
/**
|
|
22446
22459
|
* Gets all materials defined in scene nodes
|
|
22447
22460
|
*
|
|
@@ -22460,6 +22473,23 @@ declare module "sap/ui/vk/threejs/Scene" {
|
|
|
22460
22473
|
* @returns The unique ID of the Scene object.
|
|
22461
22474
|
*/
|
|
22462
22475
|
getId(): string;
|
|
22476
|
+
/**
|
|
22477
|
+
* Get initial view
|
|
22478
|
+
*
|
|
22479
|
+
* @returns initial view
|
|
22480
|
+
*/
|
|
22481
|
+
getInitialView(): View;
|
|
22482
|
+
/**
|
|
22483
|
+
* Get reference node for a given marker node sid
|
|
22484
|
+
*
|
|
22485
|
+
* @returns reference node of given marker
|
|
22486
|
+
*/
|
|
22487
|
+
getReferenceNodeFromMarkerNodeId(
|
|
22488
|
+
/**
|
|
22489
|
+
* Marker's sid
|
|
22490
|
+
*/
|
|
22491
|
+
markNodeId: string
|
|
22492
|
+
): /* was: sap.ui.vk.threejs.Node */ any;
|
|
22463
22493
|
/**
|
|
22464
22494
|
* Gets the scene reference for the Scene object.
|
|
22465
22495
|
*
|
|
@@ -22488,6 +22518,28 @@ declare module "sap/ui/vk/threejs/Scene" {
|
|
|
22488
22518
|
*/
|
|
22489
22519
|
pIDs: string | string[]
|
|
22490
22520
|
): THREE.Object3D | THREE.Object3D[];
|
|
22521
|
+
/**
|
|
22522
|
+
* Set initial view
|
|
22523
|
+
*/
|
|
22524
|
+
setInitialView(
|
|
22525
|
+
/**
|
|
22526
|
+
* Initial view
|
|
22527
|
+
*/
|
|
22528
|
+
view: View
|
|
22529
|
+
): void;
|
|
22530
|
+
/**
|
|
22531
|
+
* Remove marker from node associations
|
|
22532
|
+
*/
|
|
22533
|
+
unbindMarkerNodeTransformationFromReferenceNode(
|
|
22534
|
+
/**
|
|
22535
|
+
* Marker's reference node id
|
|
22536
|
+
*/
|
|
22537
|
+
referenceNodeId: string,
|
|
22538
|
+
/**
|
|
22539
|
+
* Marker's node id
|
|
22540
|
+
*/
|
|
22541
|
+
markerNodeId: string
|
|
22542
|
+
): void;
|
|
22491
22543
|
}
|
|
22492
22544
|
|
|
22493
22545
|
export interface $SceneSettings extends $SceneSettings1 {}
|
|
@@ -22576,10 +22628,10 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
22576
22628
|
|
|
22577
22629
|
import CameraProjectionType from "sap/ui/vk/CameraProjectionType";
|
|
22578
22630
|
|
|
22579
|
-
import Viewport1 from "sap/ui/vk/Viewport";
|
|
22580
|
-
|
|
22581
22631
|
import ZoomTo from "sap/ui/vk/ZoomTo";
|
|
22582
22632
|
|
|
22633
|
+
import Viewport1 from "sap/ui/vk/Viewport";
|
|
22634
|
+
|
|
22583
22635
|
/**
|
|
22584
22636
|
* Provides a control for three.js canvas.
|
|
22585
22637
|
*/
|
|
@@ -22641,7 +22693,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
22641
22693
|
/**
|
|
22642
22694
|
* true if not animating the change of camera
|
|
22643
22695
|
*/
|
|
22644
|
-
|
|
22696
|
+
skipCameraTransitionAnimation: boolean
|
|
22645
22697
|
): Viewport;
|
|
22646
22698
|
/**
|
|
22647
22699
|
* Attaches event handler `fnFunction` to the {@link #event:cameraChanged cameraChanged} event of this `sap.ui.vk.threejs.Viewport`.
|
|
@@ -23033,7 +23085,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
23033
23085
|
* parameter
|
|
23034
23086
|
*/
|
|
23035
23087
|
camera: Camera
|
|
23036
|
-
):
|
|
23088
|
+
): this;
|
|
23037
23089
|
/**
|
|
23038
23090
|
* @deprecated (since 1.50.0)
|
|
23039
23091
|
*
|
|
@@ -23046,12 +23098,17 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
23046
23098
|
* The scene to attach to the Viewport.
|
|
23047
23099
|
*/
|
|
23048
23100
|
scene: Scene
|
|
23049
|
-
):
|
|
23101
|
+
): this;
|
|
23050
23102
|
/**
|
|
23051
23103
|
*
|
|
23052
23104
|
* @returns `this` to allow method chaining.
|
|
23053
23105
|
*/
|
|
23054
|
-
setShouldRenderFrame(
|
|
23106
|
+
setShouldRenderFrame(
|
|
23107
|
+
/**
|
|
23108
|
+
* If set to 'true', then hierarchy and matrix recomputation is not required, only redraw.
|
|
23109
|
+
*/
|
|
23110
|
+
skipHierarchyProcessing: boolean
|
|
23111
|
+
): this;
|
|
23055
23112
|
/**
|
|
23056
23113
|
* Sets the current scene to use the camera view information acquired from the {@link sap.ui.vk.Viewport#getViewInfo
|
|
23057
23114
|
* getViewInfo} method.
|
|
@@ -23183,7 +23240,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
|
|
|
23183
23240
|
* Fly-to animation duration in seconds.
|
|
23184
23241
|
*/
|
|
23185
23242
|
flyToDuration?: float
|
|
23186
|
-
):
|
|
23243
|
+
): this;
|
|
23187
23244
|
/**
|
|
23188
23245
|
* Zooms the scene to a bounding box created from a particular set of nodes.
|
|
23189
23246
|
*
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED