@sapui5/ts-types 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-d.ts} +0 -0
- /package/types/{sap.ui.dt.d.ts → dt-1.136.3-d.ts} +0 -0
- /package/types/{sap.tnt.d.ts → tnt-1.136.3-d.ts} +0 -0
- /package/types/{sap.ui.ux3.d.ts → ux3-1.136.3-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-d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
22
|
/// <reference path="./core-1.136.2-d.ts"/>
|
|
23
|
-
/// <reference path="./
|
|
23
|
+
/// <reference path="./dt-1.136.3-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-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-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 namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -18475,23 +18475,31 @@ declare namespace sap {
|
|
|
18475
18475
|
| `{${string}}`;
|
|
18476
18476
|
|
|
18477
18477
|
/**
|
|
18478
|
-
*
|
|
18478
|
+
*
|
|
18479
18479
|
* - vds
|
|
18480
18480
|
* - vds4
|
|
18481
|
+
* - vds4-2d
|
|
18481
18482
|
* - svg
|
|
18482
18483
|
* - png
|
|
18483
18484
|
* - jpg
|
|
18484
18485
|
* - jpeg
|
|
18485
18486
|
* - gif
|
|
18486
18487
|
* - bmp
|
|
18487
|
-
* - tif
|
|
18488
|
-
* - tiff
|
|
18489
|
-
* - stream
|
|
18490
|
-
*
|
|
18491
|
-
*
|
|
18492
|
-
*
|
|
18493
|
-
*
|
|
18494
|
-
*
|
|
18488
|
+
* - tif
|
|
18489
|
+
* - tiff
|
|
18490
|
+
* - stream
|
|
18491
|
+
* - stream2d
|
|
18492
|
+
* - ecad
|
|
18493
|
+
* - pdf
|
|
18494
|
+
* - auto
|
|
18495
|
+
*
|
|
18496
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
18497
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
18498
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
18499
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
18500
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
18501
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
18502
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
18495
18503
|
*/
|
|
18496
18504
|
sourceType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
18497
18505
|
|
|
@@ -25815,23 +25823,31 @@ declare namespace sap {
|
|
|
25815
25823
|
/**
|
|
25816
25824
|
* Gets current value of property {@link #getSourceType sourceType}.
|
|
25817
25825
|
*
|
|
25818
|
-
*
|
|
25826
|
+
*
|
|
25819
25827
|
* - vds
|
|
25820
25828
|
* - vds4
|
|
25829
|
+
* - vds4-2d
|
|
25821
25830
|
* - svg
|
|
25822
25831
|
* - png
|
|
25823
25832
|
* - jpg
|
|
25824
25833
|
* - jpeg
|
|
25825
25834
|
* - gif
|
|
25826
25835
|
* - bmp
|
|
25827
|
-
* - tif
|
|
25828
|
-
* - tiff
|
|
25829
|
-
* - stream
|
|
25830
|
-
*
|
|
25831
|
-
*
|
|
25832
|
-
*
|
|
25833
|
-
*
|
|
25834
|
-
*
|
|
25836
|
+
* - tif
|
|
25837
|
+
* - tiff
|
|
25838
|
+
* - stream
|
|
25839
|
+
* - stream2d
|
|
25840
|
+
* - ecad
|
|
25841
|
+
* - pdf
|
|
25842
|
+
* - auto
|
|
25843
|
+
*
|
|
25844
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
25845
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
25846
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
25847
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
25848
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
25849
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
25850
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
25835
25851
|
*
|
|
25836
25852
|
*
|
|
25837
25853
|
* @returns Value of property `sourceType`
|
|
@@ -26223,23 +26239,31 @@ declare namespace sap {
|
|
|
26223
26239
|
/**
|
|
26224
26240
|
* Sets a new value for property {@link #getSourceType sourceType}.
|
|
26225
26241
|
*
|
|
26226
|
-
*
|
|
26242
|
+
*
|
|
26227
26243
|
* - vds
|
|
26228
26244
|
* - vds4
|
|
26245
|
+
* - vds4-2d
|
|
26229
26246
|
* - svg
|
|
26230
26247
|
* - png
|
|
26231
26248
|
* - jpg
|
|
26232
26249
|
* - jpeg
|
|
26233
26250
|
* - gif
|
|
26234
26251
|
* - bmp
|
|
26235
|
-
* - tif
|
|
26236
|
-
* - tiff
|
|
26237
|
-
* - stream
|
|
26238
|
-
*
|
|
26239
|
-
*
|
|
26240
|
-
*
|
|
26241
|
-
*
|
|
26242
|
-
*
|
|
26252
|
+
* - tif
|
|
26253
|
+
* - tiff
|
|
26254
|
+
* - stream
|
|
26255
|
+
* - stream2d
|
|
26256
|
+
* - ecad
|
|
26257
|
+
* - pdf
|
|
26258
|
+
* - auto
|
|
26259
|
+
*
|
|
26260
|
+
* The source type may be omitted if this is a grouping content node. If the `source` property points
|
|
26261
|
+
* to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
|
|
26262
|
+
* property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
|
|
26263
|
+
* are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
|
|
26264
|
+
* library to load and display VDS file content. If source type of "vds4" is used then new namespace based
|
|
26265
|
+
* on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
|
|
26266
|
+
* deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
|
|
26243
26267
|
*
|
|
26244
26268
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
26245
26269
|
*
|
|
@@ -38596,12 +38620,7 @@ declare namespace sap {
|
|
|
38596
38620
|
*
|
|
38597
38621
|
* @returns `this` to allow method chaining.
|
|
38598
38622
|
*/
|
|
38599
|
-
activateFullScreenMode(
|
|
38600
|
-
/**
|
|
38601
|
-
* Parameter which specifies whether to activate or deactivate full screen mode.
|
|
38602
|
-
*/
|
|
38603
|
-
value: boolean
|
|
38604
|
-
): this;
|
|
38623
|
+
activateFullScreenMode(): this;
|
|
38605
38624
|
/**
|
|
38606
38625
|
* Activates the redline design control.
|
|
38607
38626
|
*
|
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
|