@sapui5/ts-types-esm 1.136.4 → 1.136.6
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 +4 -4
- 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.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.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.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.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.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.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.integration.d.ts +1 -1
- package/types/sap.ui.layout.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.vk.d.ts +53 -34
- 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.ui.commons.d.ts → commons-1.136.3-esm-d.ts} +0 -0
- /package/types/{sap.ui.dt.d.ts → dt-1.136.3-esm-d.ts} +0 -0
- /package/types/{sap.tnt.d.ts → tnt-1.136.3-esm-d.ts} +0 -0
- /package/types/{sap.ui.ux3.d.ts → ux3-1.136.3-esm-d.ts} +0 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./
|
|
20
|
+
/// <reference path="./commons-1.136.3-esm-d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
22
|
/// <reference path="./core-1.136.2-esm-d.ts"/>
|
|
23
|
-
/// <reference path="./
|
|
23
|
+
/// <reference path="./dt-1.136.3-esm-d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
68
68
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
69
69
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
70
|
-
/// <reference path="./
|
|
70
|
+
/// <reference path="./tnt-1.136.3-esm-d.ts"/>
|
|
71
71
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
72
72
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
73
73
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
74
74
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
75
|
-
/// <reference path="./
|
|
75
|
+
/// <reference path="./ux3-1.136.3-esm-d.ts"/>
|
|
76
76
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
77
77
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
78
78
|
/// <reference path="./sap.viz.d.ts"/>
|
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.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.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.ui.comp.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.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -4905,23 +4905,31 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
4905
4905
|
/**
|
|
4906
4906
|
* Gets current value of property {@link #getSourceType sourceType}.
|
|
4907
4907
|
*
|
|
4908
|
-
*
|
|
4908
|
+
*
|
|
4909
4909
|
* - vds
|
|
4910
4910
|
* - vds4
|
|
4911
|
+
* - vds4-2d
|
|
4911
4912
|
* - svg
|
|
4912
4913
|
* - png
|
|
4913
4914
|
* - jpg
|
|
4914
4915
|
* - jpeg
|
|
4915
4916
|
* - gif
|
|
4916
4917
|
* - bmp
|
|
4917
|
-
* - tif
|
|
4918
|
-
* - tiff
|
|
4919
|
-
* - stream
|
|
4920
|
-
*
|
|
4921
|
-
*
|
|
4922
|
-
*
|
|
4923
|
-
*
|
|
4924
|
-
*
|
|
4918
|
+
* - tif
|
|
4919
|
+
* - tiff
|
|
4920
|
+
* - stream
|
|
4921
|
+
* - stream2d
|
|
4922
|
+
* - ecad
|
|
4923
|
+
* - pdf
|
|
4924
|
+
* - auto
|
|
4925
|
+
*
|
|
4926
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
4927
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
4928
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
4929
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
4930
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
4931
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
4932
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
4925
4933
|
*
|
|
4926
4934
|
*
|
|
4927
4935
|
* @returns Value of property `sourceType`
|
|
@@ -5313,23 +5321,31 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5313
5321
|
/**
|
|
5314
5322
|
* Sets a new value for property {@link #getSourceType sourceType}.
|
|
5315
5323
|
*
|
|
5316
|
-
*
|
|
5324
|
+
*
|
|
5317
5325
|
* - vds
|
|
5318
5326
|
* - vds4
|
|
5327
|
+
* - vds4-2d
|
|
5319
5328
|
* - svg
|
|
5320
5329
|
* - png
|
|
5321
5330
|
* - jpg
|
|
5322
5331
|
* - jpeg
|
|
5323
5332
|
* - gif
|
|
5324
5333
|
* - bmp
|
|
5325
|
-
* - tif
|
|
5326
|
-
* - tiff
|
|
5327
|
-
* - stream
|
|
5328
|
-
*
|
|
5329
|
-
*
|
|
5330
|
-
*
|
|
5331
|
-
*
|
|
5332
|
-
*
|
|
5334
|
+
* - tif
|
|
5335
|
+
* - tiff
|
|
5336
|
+
* - stream
|
|
5337
|
+
* - stream2d
|
|
5338
|
+
* - ecad
|
|
5339
|
+
* - pdf
|
|
5340
|
+
* - auto
|
|
5341
|
+
*
|
|
5342
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5343
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5344
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5345
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5346
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5347
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5348
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5333
5349
|
*
|
|
5334
5350
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5335
5351
|
*
|
|
@@ -5388,23 +5404,31 @@ declare module "sap/ui/vk/ContentResource" {
|
|
|
5388
5404
|
source?: any | PropertyBindingInfo | `{${string}}`;
|
|
5389
5405
|
|
|
5390
5406
|
/**
|
|
5391
|
-
*
|
|
5407
|
+
*
|
|
5392
5408
|
* - vds
|
|
5393
5409
|
* - vds4
|
|
5410
|
+
* - vds4-2d
|
|
5394
5411
|
* - svg
|
|
5395
5412
|
* - png
|
|
5396
5413
|
* - jpg
|
|
5397
5414
|
* - jpeg
|
|
5398
5415
|
* - gif
|
|
5399
5416
|
* - bmp
|
|
5400
|
-
* - tif
|
|
5401
|
-
* - tiff
|
|
5402
|
-
* - stream
|
|
5403
|
-
*
|
|
5404
|
-
*
|
|
5405
|
-
*
|
|
5406
|
-
*
|
|
5407
|
-
*
|
|
5417
|
+
* - tif
|
|
5418
|
+
* - tiff
|
|
5419
|
+
* - stream
|
|
5420
|
+
* - stream2d
|
|
5421
|
+
* - ecad
|
|
5422
|
+
* - pdf
|
|
5423
|
+
* - auto
|
|
5424
|
+
*
|
|
5425
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
5426
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
5427
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
5428
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
5429
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
5430
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
5431
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
5408
5432
|
*/
|
|
5409
5433
|
sourceType?: string | PropertyBindingInfo;
|
|
5410
5434
|
|
|
@@ -38892,12 +38916,7 @@ declare module "sap/ui/vk/Viewer" {
|
|
|
38892
38916
|
*
|
|
38893
38917
|
* @returns `this` to allow method chaining.
|
|
38894
38918
|
*/
|
|
38895
|
-
activateFullScreenMode(
|
|
38896
|
-
/**
|
|
38897
|
-
* Parameter which specifies whether to activate or deactivate full screen mode.
|
|
38898
|
-
*/
|
|
38899
|
-
value: boolean
|
|
38900
|
-
): this;
|
|
38919
|
+
activateFullScreenMode(): this;
|
|
38901
38920
|
/**
|
|
38902
38921
|
* Activates the redline design control.
|
|
38903
38922
|
*
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|