@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.
Files changed (47) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +4 -4
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.f.d.ts +1 -1
  6. package/types/sap.fe.base.d.ts +1 -1
  7. package/types/sap.fe.controls.d.ts +1 -1
  8. package/types/sap.fe.core.d.ts +1 -1
  9. package/types/sap.fe.ina.d.ts +1 -1
  10. package/types/sap.fe.macros.d.ts +1 -1
  11. package/types/sap.fe.navigation.d.ts +1 -1
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  14. package/types/sap.fe.templates.d.ts +1 -1
  15. package/types/sap.fe.test.d.ts +1 -1
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.makit.d.ts +1 -1
  18. package/types/sap.me.d.ts +1 -1
  19. package/types/sap.ndc.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.ui.codeeditor.d.ts +1 -1
  23. package/types/sap.ui.comp.d.ts +1 -1
  24. package/types/sap.ui.export.d.ts +1 -1
  25. package/types/sap.ui.fl.d.ts +1 -1
  26. package/types/sap.ui.integration.d.ts +1 -1
  27. package/types/sap.ui.layout.d.ts +1 -1
  28. package/types/sap.ui.richtexteditor.d.ts +1 -1
  29. package/types/sap.ui.rta.d.ts +1 -1
  30. package/types/sap.ui.suite.d.ts +1 -1
  31. package/types/sap.ui.support.d.ts +1 -1
  32. package/types/sap.ui.table.d.ts +1 -1
  33. package/types/sap.ui.testrecorder.d.ts +1 -1
  34. package/types/sap.ui.unified.d.ts +1 -1
  35. package/types/sap.ui.vk.d.ts +53 -34
  36. package/types/sap.ui.webc.common.d.ts +1 -1
  37. package/types/sap.ui.webc.fiori.d.ts +1 -1
  38. package/types/sap.ui.webc.main.d.ts +1 -1
  39. package/types/sap.uiext.inbox.d.ts +1 -1
  40. package/types/sap.ushell.d.ts +1 -1
  41. package/types/sap.ushell_abap.d.ts +1 -1
  42. package/types/sap.uxap.d.ts +1 -1
  43. package/types/sap.viz.d.ts +1 -1
  44. /package/types/{sap.ui.commons.d.ts → commons-1.136.3-d.ts} +0 -0
  45. /package/types/{sap.ui.dt.d.ts → dt-1.136.3-d.ts} +0 -0
  46. /package/types/{sap.tnt.d.ts → tnt-1.136.3-d.ts} +0 -0
  47. /package/types/{sap.ui.ux3.d.ts → ux3-1.136.3-d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.4",
3
+ "version": "1.136.6",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
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="./sap.ui.commons.d.ts"/>
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="./sap.ui.dt.d.ts"/>
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="./sap.tnt.d.ts"/>
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="./sap.ui.ux3.d.ts"/>
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"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.6
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.4
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
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
- * The source type of the content resource. Valid types:
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 The source type may be omitted if this is a grouping content node.
18490
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
18491
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
18492
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
18493
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
18494
- * source type "vds" will also use Threejs model.
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
- * The source type of the content resource. Valid types:
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 The source type may be omitted if this is a grouping content node.
25830
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
25831
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
25832
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
25833
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
25834
- * source type "vds" will also use Threejs model.
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
- * The source type of the content resource. Valid types:
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 The source type may be omitted if this is a grouping content node.
26238
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
26239
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
26240
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
26241
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
26242
- * source type "vds" will also use Threejs model.
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
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.4
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.4
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
File without changes
File without changes
File without changes