@sapui5/ts-types-esm 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.
Files changed (52) hide show
  1. package/package.json +1 -1
  2. package/types/sap.ca.ui.d.ts +1 -1
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.common.d.ts +1 -1
  6. package/types/sap.fe.core.d.ts +1 -1
  7. package/types/sap.fe.macros.d.ts +1 -1
  8. package/types/sap.fe.navigation.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.gantt.d.ts +1 -1
  12. package/types/sap.m.d.ts +1 -1
  13. package/types/sap.makit.d.ts +1 -1
  14. package/types/sap.me.d.ts +1 -1
  15. package/types/sap.ndc.d.ts +1 -1
  16. package/types/sap.sac.df.d.ts +1 -1
  17. package/types/sap.sac.grid.d.ts +1 -1
  18. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  19. package/types/sap.suite.ui.microchart.d.ts +1 -1
  20. package/types/sap.tnt.d.ts +1 -1
  21. package/types/sap.ui.codeeditor.d.ts +1 -1
  22. package/types/sap.ui.commons.d.ts +1 -1
  23. package/types/sap.ui.comp.d.ts +1 -1
  24. package/types/sap.ui.core.d.ts +1 -1
  25. package/types/sap.ui.dt.d.ts +1 -1
  26. package/types/sap.ui.export.d.ts +1 -1
  27. package/types/sap.ui.fl.d.ts +1 -1
  28. package/types/sap.ui.generic.app.d.ts +1 -1
  29. package/types/sap.ui.generic.template.d.ts +1 -1
  30. package/types/sap.ui.integration.d.ts +1 -1
  31. package/types/sap.ui.layout.d.ts +1 -1
  32. package/types/sap.ui.mdc.d.ts +1 -1
  33. package/types/sap.ui.richtexteditor.d.ts +1 -1
  34. package/types/sap.ui.rta.d.ts +1 -1
  35. package/types/sap.ui.suite.d.ts +1 -1
  36. package/types/sap.ui.support.d.ts +1 -1
  37. package/types/sap.ui.table.d.ts +1 -1
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1 -1
  40. package/types/sap.ui.ux3.d.ts +1 -1
  41. package/types/sap.ui.vk.d.ts +75 -18
  42. package/types/sap.ui.webc.common.d.ts +1 -1
  43. package/types/sap.ui.webc.fiori.d.ts +1 -1
  44. package/types/sap.ui.webc.main.d.ts +1 -1
  45. package/types/sap.uiext.inbox.d.ts +1 -1
  46. package/types/sap.ushell.d.ts +1 -1
  47. package/types/sap.ushell_abap.d.ts +1 -1
  48. package/types/sap.uxap.d.ts +1 -1
  49. package/types/sap.viz.d.ts +1 -1
  50. package/types/sap.zen.commons.d.ts +1 -1
  51. package/types/sap.zen.crosstab.d.ts +1 -1
  52. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.108.37",
3
+ "version": "1.108.38",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.1
1
+ // For Library Version: 1.108.2
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.26
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.26
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/fe/core/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.26
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.26
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.26
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.26
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.13
1
+ // For Library Version: 1.108.14
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.19
1
+ // For Library Version: 1.108.20
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.19
1
+ // For Library Version: 1.108.20
2
2
 
3
3
  declare module "sap/sac/grid/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.34
1
+ // For Library Version: 1.108.35
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.36
267
+ // For Library Version: 1.108.37
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.5
1
+ // For Library Version: 1.108.6
2
2
 
3
3
  declare module "sap/ui/generic/app/library" {
4
4
  export namespace navigation {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.5
1
+ // For Library Version: 1.108.6
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
4
4
  import Metadata from "sap/ui/base/Metadata";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.4
1
+ // For Library Version: 1.108.5
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -596,7 +596,7 @@ declare module "sap/ui/vk/Annotation" {
596
596
  * If set then maximum height of annotation will be limited to this number in pixels.
597
597
  */
598
598
  maxHeight?: number
599
- ): Annotation;
599
+ ): this;
600
600
  /**
601
601
  * Gets current value of property {@link #getAnimate animate}.
602
602
  *
@@ -889,7 +889,7 @@ declare module "sap/ui/vk/Annotation" {
889
889
  *
890
890
  * @returns `this` to allow method chaining
891
891
  */
892
- setInitialOffset(): Annotation;
892
+ setInitialOffset(): this;
893
893
  /**
894
894
  * Sets a new value for property {@link #getName name}.
895
895
  *
@@ -992,7 +992,7 @@ declare module "sap/ui/vk/Annotation" {
992
992
  * The transformation matrix
993
993
  */
994
994
  transform: number[]
995
- ): Annotation;
995
+ ): this;
996
996
  /**
997
997
  * Sets the associated {@link #getViewport viewport}.
998
998
  *
@@ -21491,7 +21491,7 @@ declare module "sap/ui/vk/threejs/ContentManager" {
21491
21491
  *
21492
21492
  * @returns `this` to allow method chaining.
21493
21493
  */
21494
- collectGarbage(): ContentManager1;
21494
+ collectGarbage(): this;
21495
21495
  /**
21496
21496
  * @SINCE 1.52.0
21497
21497
  *
@@ -21520,7 +21520,7 @@ declare module "sap/ui/vk/threejs/ContentManager" {
21520
21520
  * The content to destroy.
21521
21521
  */
21522
21522
  content: any
21523
- ): ContentManager1;
21523
+ ): this;
21524
21524
  /**
21525
21525
  * @SINCE 1.50.0
21526
21526
  *
@@ -21539,7 +21539,7 @@ declare module "sap/ui/vk/threejs/ContentManager" {
21539
21539
  * The content resources to load or update.
21540
21540
  */
21541
21541
  contentResources: ContentResource[]
21542
- ): ContentManager1;
21542
+ ): this;
21543
21543
  }
21544
21544
 
21545
21545
  export interface $ContentManagerSettings extends $ContentManagerSettings1 {}
@@ -22070,8 +22070,6 @@ declare module "sap/ui/vk/threejs/NodeProxy" {
22070
22070
 
22071
22071
  import Material from "sap/ui/vk/Material";
22072
22072
 
22073
- import NodeHierarchy from "sap/ui/vk/NodeHierarchy";
22074
-
22075
22073
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
22076
22074
 
22077
22075
  /**
@@ -22133,7 +22131,7 @@ declare module "sap/ui/vk/threejs/NodeProxy" {
22133
22131
  * Material to be assigned.
22134
22132
  */
22135
22133
  value: Material
22136
- ): NodeHierarchy;
22134
+ ): this;
22137
22135
  /**
22138
22136
  * Retrieve all materials defined in the current node
22139
22137
  *
@@ -22191,7 +22189,7 @@ declare module "sap/ui/vk/threejs/NodeProxy" {
22191
22189
  * Material replacement.
22192
22190
  */
22193
22191
  material: Material | THREE.Material
22194
- ): NodeHierarchy;
22192
+ ): this;
22195
22193
  }
22196
22194
 
22197
22195
  export interface $NodeProxySettings extends $NodeProxySettings1 {}
@@ -22388,6 +22386,8 @@ declare module "sap/ui/vk/threejs/Scene" {
22388
22386
 
22389
22387
  import NodeHierarchy from "sap/ui/vk/NodeHierarchy";
22390
22388
 
22389
+ import View from "sap/ui/vk/View";
22390
+
22391
22391
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
22392
22392
 
22393
22393
  /**
@@ -22442,6 +22442,19 @@ declare module "sap/ui/vk/threejs/Scene" {
22442
22442
  * @returns Metadata object describing this class
22443
22443
  */
22444
22444
  static getMetadata(): ManagedObjectMetadata;
22445
+ /**
22446
+ * Add marker to node associations
22447
+ */
22448
+ bindMarkerNodeTransformationToReferenceNode(
22449
+ /**
22450
+ * Marker's reference node id
22451
+ */
22452
+ referenceNodeId: string,
22453
+ /**
22454
+ * Marker's node id
22455
+ */
22456
+ markerNodeId: string
22457
+ ): void;
22445
22458
  /**
22446
22459
  * Gets all materials defined in scene nodes
22447
22460
  *
@@ -22460,6 +22473,23 @@ declare module "sap/ui/vk/threejs/Scene" {
22460
22473
  * @returns The unique ID of the Scene object.
22461
22474
  */
22462
22475
  getId(): string;
22476
+ /**
22477
+ * Get initial view
22478
+ *
22479
+ * @returns initial view
22480
+ */
22481
+ getInitialView(): View;
22482
+ /**
22483
+ * Get reference node for a given marker node sid
22484
+ *
22485
+ * @returns reference node of given marker
22486
+ */
22487
+ getReferenceNodeFromMarkerNodeId(
22488
+ /**
22489
+ * Marker's sid
22490
+ */
22491
+ markNodeId: string
22492
+ ): /* was: sap.ui.vk.threejs.Node */ any;
22463
22493
  /**
22464
22494
  * Gets the scene reference for the Scene object.
22465
22495
  *
@@ -22488,6 +22518,28 @@ declare module "sap/ui/vk/threejs/Scene" {
22488
22518
  */
22489
22519
  pIDs: string | string[]
22490
22520
  ): THREE.Object3D | THREE.Object3D[];
22521
+ /**
22522
+ * Set initial view
22523
+ */
22524
+ setInitialView(
22525
+ /**
22526
+ * Initial view
22527
+ */
22528
+ view: View
22529
+ ): void;
22530
+ /**
22531
+ * Remove marker from node associations
22532
+ */
22533
+ unbindMarkerNodeTransformationFromReferenceNode(
22534
+ /**
22535
+ * Marker's reference node id
22536
+ */
22537
+ referenceNodeId: string,
22538
+ /**
22539
+ * Marker's node id
22540
+ */
22541
+ markerNodeId: string
22542
+ ): void;
22491
22543
  }
22492
22544
 
22493
22545
  export interface $SceneSettings extends $SceneSettings1 {}
@@ -22576,10 +22628,10 @@ declare module "sap/ui/vk/threejs/Viewport" {
22576
22628
 
22577
22629
  import CameraProjectionType from "sap/ui/vk/CameraProjectionType";
22578
22630
 
22579
- import Viewport1 from "sap/ui/vk/Viewport";
22580
-
22581
22631
  import ZoomTo from "sap/ui/vk/ZoomTo";
22582
22632
 
22633
+ import Viewport1 from "sap/ui/vk/Viewport";
22634
+
22583
22635
  /**
22584
22636
  * Provides a control for three.js canvas.
22585
22637
  */
@@ -22641,7 +22693,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
22641
22693
  /**
22642
22694
  * true if not animating the change of camera
22643
22695
  */
22644
- notAnimateCameraChange: boolean
22696
+ skipCameraTransitionAnimation: boolean
22645
22697
  ): Viewport;
22646
22698
  /**
22647
22699
  * Attaches event handler `fnFunction` to the {@link #event:cameraChanged cameraChanged} event of this `sap.ui.vk.threejs.Viewport`.
@@ -23033,7 +23085,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
23033
23085
  * parameter
23034
23086
  */
23035
23087
  camera: Camera
23036
- ): Viewport;
23088
+ ): this;
23037
23089
  /**
23038
23090
  * @deprecated (since 1.50.0)
23039
23091
  *
@@ -23046,12 +23098,17 @@ declare module "sap/ui/vk/threejs/Viewport" {
23046
23098
  * The scene to attach to the Viewport.
23047
23099
  */
23048
23100
  scene: Scene
23049
- ): Viewport;
23101
+ ): this;
23050
23102
  /**
23051
23103
  *
23052
23104
  * @returns `this` to allow method chaining.
23053
23105
  */
23054
- setShouldRenderFrame(): Viewport;
23106
+ setShouldRenderFrame(
23107
+ /**
23108
+ * If set to 'true', then hierarchy and matrix recomputation is not required, only redraw.
23109
+ */
23110
+ skipHierarchyProcessing: boolean
23111
+ ): this;
23055
23112
  /**
23056
23113
  * Sets the current scene to use the camera view information acquired from the {@link sap.ui.vk.Viewport#getViewInfo
23057
23114
  * getViewInfo} method.
@@ -23183,7 +23240,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
23183
23240
  * Fly-to animation duration in seconds.
23184
23241
  */
23185
23242
  flyToDuration?: float
23186
- ): Viewport1;
23243
+ ): this;
23187
23244
  /**
23188
23245
  * Zooms the scene to a bounding box created from a particular set of nodes.
23189
23246
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.37
1
+ // For Library Version: 1.108.38
2
2
 
3
3
  declare module "sap/ushell/components/factsheet/controls/PictureTile" {
4
4
  import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.37
1
+ // For Library Version: 1.108.38
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.36
1
+ // For Library Version: 1.108.37
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.19
1
+ // For Library Version: 1.108.20
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.19
1
+ // For Library Version: 1.108.20
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.19
1
+ // For Library Version: 1.108.20
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4