@sapui5/ts-types 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 +71 -14
- 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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4297,7 +4297,7 @@ declare namespace sap {
|
|
|
4297
4297
|
*
|
|
4298
4298
|
* @returns `this` to allow method chaining.
|
|
4299
4299
|
*/
|
|
4300
|
-
collectGarbage():
|
|
4300
|
+
collectGarbage(): this;
|
|
4301
4301
|
/**
|
|
4302
4302
|
* @SINCE 1.52.0
|
|
4303
4303
|
*
|
|
@@ -4326,7 +4326,7 @@ declare namespace sap {
|
|
|
4326
4326
|
* The content to destroy.
|
|
4327
4327
|
*/
|
|
4328
4328
|
content: any
|
|
4329
|
-
):
|
|
4329
|
+
): this;
|
|
4330
4330
|
/**
|
|
4331
4331
|
* @SINCE 1.50.0
|
|
4332
4332
|
*
|
|
@@ -4345,7 +4345,7 @@ declare namespace sap {
|
|
|
4345
4345
|
* The content resources to load or update.
|
|
4346
4346
|
*/
|
|
4347
4347
|
contentResources: sap.ui.vk.ContentResource[]
|
|
4348
|
-
):
|
|
4348
|
+
): this;
|
|
4349
4349
|
}
|
|
4350
4350
|
/**
|
|
4351
4351
|
* @EXPERIMENTAL (since 1.60.0) - This class is experimental and might be modified or removed in future
|
|
@@ -4870,7 +4870,7 @@ declare namespace sap {
|
|
|
4870
4870
|
* Material to be assigned.
|
|
4871
4871
|
*/
|
|
4872
4872
|
value: sap.ui.vk.Material
|
|
4873
|
-
):
|
|
4873
|
+
): this;
|
|
4874
4874
|
/**
|
|
4875
4875
|
* Retrieve all materials defined in the current node
|
|
4876
4876
|
*
|
|
@@ -4928,7 +4928,7 @@ declare namespace sap {
|
|
|
4928
4928
|
* Material replacement.
|
|
4929
4929
|
*/
|
|
4930
4930
|
material: sap.ui.vk.Material | THREE.Material
|
|
4931
|
-
):
|
|
4931
|
+
): this;
|
|
4932
4932
|
}
|
|
4933
4933
|
/**
|
|
4934
4934
|
* @SINCE 1.52.0
|
|
@@ -5137,6 +5137,19 @@ declare namespace sap {
|
|
|
5137
5137
|
* @returns Metadata object describing this class
|
|
5138
5138
|
*/
|
|
5139
5139
|
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
5140
|
+
/**
|
|
5141
|
+
* Add marker to node associations
|
|
5142
|
+
*/
|
|
5143
|
+
bindMarkerNodeTransformationToReferenceNode(
|
|
5144
|
+
/**
|
|
5145
|
+
* Marker's reference node id
|
|
5146
|
+
*/
|
|
5147
|
+
referenceNodeId: string,
|
|
5148
|
+
/**
|
|
5149
|
+
* Marker's node id
|
|
5150
|
+
*/
|
|
5151
|
+
markerNodeId: string
|
|
5152
|
+
): void;
|
|
5140
5153
|
/**
|
|
5141
5154
|
* Gets all materials defined in scene nodes
|
|
5142
5155
|
*
|
|
@@ -5155,6 +5168,23 @@ declare namespace sap {
|
|
|
5155
5168
|
* @returns The unique ID of the Scene object.
|
|
5156
5169
|
*/
|
|
5157
5170
|
getId(): string;
|
|
5171
|
+
/**
|
|
5172
|
+
* Get initial view
|
|
5173
|
+
*
|
|
5174
|
+
* @returns initial view
|
|
5175
|
+
*/
|
|
5176
|
+
getInitialView(): sap.ui.vk.View;
|
|
5177
|
+
/**
|
|
5178
|
+
* Get reference node for a given marker node sid
|
|
5179
|
+
*
|
|
5180
|
+
* @returns reference node of given marker
|
|
5181
|
+
*/
|
|
5182
|
+
getReferenceNodeFromMarkerNodeId(
|
|
5183
|
+
/**
|
|
5184
|
+
* Marker's sid
|
|
5185
|
+
*/
|
|
5186
|
+
markNodeId: string
|
|
5187
|
+
): /* was: sap.ui.vk.threejs.Node */ any;
|
|
5158
5188
|
/**
|
|
5159
5189
|
* Gets the scene reference for the Scene object.
|
|
5160
5190
|
*
|
|
@@ -5183,6 +5213,28 @@ declare namespace sap {
|
|
|
5183
5213
|
*/
|
|
5184
5214
|
pIDs: string | string[]
|
|
5185
5215
|
): THREE.Object3D | THREE.Object3D[];
|
|
5216
|
+
/**
|
|
5217
|
+
* Set initial view
|
|
5218
|
+
*/
|
|
5219
|
+
setInitialView(
|
|
5220
|
+
/**
|
|
5221
|
+
* Initial view
|
|
5222
|
+
*/
|
|
5223
|
+
view: sap.ui.vk.View
|
|
5224
|
+
): void;
|
|
5225
|
+
/**
|
|
5226
|
+
* Remove marker from node associations
|
|
5227
|
+
*/
|
|
5228
|
+
unbindMarkerNodeTransformationFromReferenceNode(
|
|
5229
|
+
/**
|
|
5230
|
+
* Marker's reference node id
|
|
5231
|
+
*/
|
|
5232
|
+
referenceNodeId: string,
|
|
5233
|
+
/**
|
|
5234
|
+
* Marker's node id
|
|
5235
|
+
*/
|
|
5236
|
+
markerNodeId: string
|
|
5237
|
+
): void;
|
|
5186
5238
|
}
|
|
5187
5239
|
/**
|
|
5188
5240
|
* @EXPERIMENTAL (since 1.60.0) - This class is experimental and might be modified or removed in future
|
|
@@ -5294,7 +5346,7 @@ declare namespace sap {
|
|
|
5294
5346
|
/**
|
|
5295
5347
|
* true if not animating the change of camera
|
|
5296
5348
|
*/
|
|
5297
|
-
|
|
5349
|
+
skipCameraTransitionAnimation: boolean
|
|
5298
5350
|
): sap.ui.vk.threejs.Viewport;
|
|
5299
5351
|
/**
|
|
5300
5352
|
* Attaches event handler `fnFunction` to the {@link #event:cameraChanged cameraChanged} event of this `sap.ui.vk.threejs.Viewport`.
|
|
@@ -5686,7 +5738,7 @@ declare namespace sap {
|
|
|
5686
5738
|
* parameter
|
|
5687
5739
|
*/
|
|
5688
5740
|
camera: sap.ui.vk.Camera
|
|
5689
|
-
):
|
|
5741
|
+
): this;
|
|
5690
5742
|
/**
|
|
5691
5743
|
* @deprecated (since 1.50.0)
|
|
5692
5744
|
*
|
|
@@ -5699,12 +5751,17 @@ declare namespace sap {
|
|
|
5699
5751
|
* The scene to attach to the Viewport.
|
|
5700
5752
|
*/
|
|
5701
5753
|
scene: sap.ui.vk.threejs.Scene
|
|
5702
|
-
):
|
|
5754
|
+
): this;
|
|
5703
5755
|
/**
|
|
5704
5756
|
*
|
|
5705
5757
|
* @returns `this` to allow method chaining.
|
|
5706
5758
|
*/
|
|
5707
|
-
setShouldRenderFrame(
|
|
5759
|
+
setShouldRenderFrame(
|
|
5760
|
+
/**
|
|
5761
|
+
* If set to 'true', then hierarchy and matrix recomputation is not required, only redraw.
|
|
5762
|
+
*/
|
|
5763
|
+
skipHierarchyProcessing: boolean
|
|
5764
|
+
): this;
|
|
5708
5765
|
/**
|
|
5709
5766
|
* Sets the current scene to use the camera view information acquired from the {@link sap.ui.vk.Viewport#getViewInfo
|
|
5710
5767
|
* getViewInfo} method.
|
|
@@ -5836,7 +5893,7 @@ declare namespace sap {
|
|
|
5836
5893
|
* Fly-to animation duration in seconds.
|
|
5837
5894
|
*/
|
|
5838
5895
|
flyToDuration?: float
|
|
5839
|
-
):
|
|
5896
|
+
): this;
|
|
5840
5897
|
/**
|
|
5841
5898
|
* Zooms the scene to a bounding box created from a particular set of nodes.
|
|
5842
5899
|
*
|
|
@@ -18475,7 +18532,7 @@ declare namespace sap {
|
|
|
18475
18532
|
* If set then maximum height of annotation will be limited to this number in pixels.
|
|
18476
18533
|
*/
|
|
18477
18534
|
maxHeight?: number
|
|
18478
|
-
):
|
|
18535
|
+
): this;
|
|
18479
18536
|
/**
|
|
18480
18537
|
* Gets current value of property {@link #getAnimate animate}.
|
|
18481
18538
|
*
|
|
@@ -18768,7 +18825,7 @@ declare namespace sap {
|
|
|
18768
18825
|
*
|
|
18769
18826
|
* @returns `this` to allow method chaining
|
|
18770
18827
|
*/
|
|
18771
|
-
setInitialOffset():
|
|
18828
|
+
setInitialOffset(): this;
|
|
18772
18829
|
/**
|
|
18773
18830
|
* Sets a new value for property {@link #getName name}.
|
|
18774
18831
|
*
|
|
@@ -18871,7 +18928,7 @@ declare namespace sap {
|
|
|
18871
18928
|
* The transformation matrix
|
|
18872
18929
|
*/
|
|
18873
18930
|
transform: number[]
|
|
18874
|
-
):
|
|
18931
|
+
): this;
|
|
18875
18932
|
/**
|
|
18876
18933
|
* Sets the associated {@link #getViewport viewport}.
|
|
18877
18934
|
*
|
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