@sapui5/ts-types-esm 1.136.4 → 1.136.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.136.4",
3
+ "version": "1.136.5",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -45,7 +45,7 @@
45
45
  /// <reference path="./sap.cux.home.d.ts"/>
46
46
  /// <reference path="./sap.esh.search.ui.d.ts"/>
47
47
  /// <reference path="./sap.fe.base.d.ts"/>
48
- /// <reference path="./sap.fe.controls.d.ts"/>
48
+ /// <reference path="./sap.fe.controls-1.136.3-esm-d.ts"/>
49
49
  /// <reference path="./sap.fe.core.d.ts"/>
50
50
  /// <reference path="./sap.fe.ina.d.ts"/>
51
51
  /// <reference path="./sap.fe.macros.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare module "sap/fe/base/BuildingBlockBase" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare module "sap/fe/macros/Chart" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
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
- * The source type of the content resource. Valid types:
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 The source type may be omitted if this is a grouping content node.
4920
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
4921
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
4922
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
4923
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
4924
- * source type "vds" will also use Threejs model.
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
- * The source type of the content resource. Valid types:
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 The source type may be omitted if this is a grouping content node.
5328
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
5329
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
5330
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
5331
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
5332
- * source type "vds" will also use Threejs model.
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
- * The source type of the content resource. Valid types:
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 The source type may be omitted if this is a grouping content node.
5403
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
5404
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
5405
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
5406
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
5407
- * source type "vds" will also use Threejs model.
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
  *