@sapui5/ts-types 1.107.1 → 1.108.0

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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +8 -8
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +3 -2
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +111 -44
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +64 -3
  10. package/types/sap.fe.macros.d.ts +32 -24
  11. package/types/sap.fe.navigation.d.ts +16 -897
  12. package/types/sap.fe.templates.d.ts +30 -4
  13. package/types/sap.fe.test.d.ts +30 -2
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +171 -47
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +200 -97
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +4 -4
  21. package/types/sap.ndc.d.ts +4 -1
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +11 -8
  25. package/types/sap.sac.grid.d.ts +10 -2
  26. package/types/sap.suite.ui.commons.d.ts +40 -17
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +12 -2
  32. package/types/sap.ui.comp.d.ts +68 -32
  33. package/types/sap.ui.core.d.ts +306 -103
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +1 -1
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +104 -58
  40. package/types/sap.ui.layout.d.ts +2 -2
  41. package/types/sap.ui.mdc.d.ts +1 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +8 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +28 -20
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +198 -24
  49. package/types/sap.ui.ux3.d.ts +18 -9
  50. package/types/sap.ui.vbm.d.ts +9 -5
  51. package/types/sap.ui.vk.d.ts +78 -22
  52. package/types/sap.ui.vtm.d.ts +108 -59
  53. package/types/sap.ui.webc.common.d.ts +3 -3
  54. package/types/sap.ui.webc.fiori.d.ts +58 -58
  55. package/types/sap.ui.webc.main.d.ts +129 -129
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +124 -1701
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +132 -132
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +4 -4
  64. package/types/sap.zen.dsh.d.ts +2 -2
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -11,7 +11,8 @@ declare namespace sap {
11
11
  namespace ux3 {
12
12
  /**
13
13
  * @deprecated (since 1.36) - This class was never released for productive use and will never be.
14
- * @EXPERIMENTAL (since 1.0)
14
+ * @EXPERIMENTAL (since 1.0) - The Shell-features Personalization, Color Picker and “Inspect”-Tool are only
15
+ * experimental work and might change or disappear in future versions.
15
16
  *
16
17
  * Experimental implementation of visual Ux3 Shell personalization / branding.
17
18
  *
@@ -5177,7 +5178,7 @@ declare namespace sap {
5177
5178
  }
5178
5179
  /**
5179
5180
  * @deprecated (since 1.38)
5180
- * @EXPERIMENTAL (since 1.2)
5181
+ * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
5181
5182
  *
5182
5183
  * A comprehensive UI design approach with graphical and functional elements for searching data, exploring
5183
5184
  * data, and acting on the data ("Explore and Act (Exact) Pattern").
@@ -5535,7 +5536,7 @@ declare namespace sap {
5535
5536
  }
5536
5537
  /**
5537
5538
  * @deprecated (since 1.38)
5538
- * @EXPERIMENTAL (since 1.6)
5539
+ * @EXPERIMENTAL (since 1.6) - API is not yet finished and might change completely
5539
5540
  *
5540
5541
  * Consists of two sections: A tool bar and a content area where arbitrary controls can be added. The ExactArea
5541
5542
  * is intended to be used for the Exact design approach but alternatively also in a stand alone version.
@@ -7733,7 +7734,9 @@ declare namespace sap {
7733
7734
  }
7734
7735
  /**
7735
7736
  * @deprecated (since 1.38) - Instead, use **any** `sap.ui.layout` container control.
7736
- * @EXPERIMENTAL (since 1.2)
7737
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
7738
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
7739
+ * Feed model topic is still open.
7737
7740
  *
7738
7741
  * A container control representing a full feed page, including feeder and updates.
7739
7742
  */
@@ -8567,7 +8570,9 @@ declare namespace sap {
8567
8570
  }
8568
8571
  /**
8569
8572
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedListItem` control.
8570
- * @EXPERIMENTAL (since 1.2)
8573
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
8574
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
8575
+ * Feed model topic is still open.
8571
8576
  *
8572
8577
  * The unit that is embedded - single-wise or in a multiple way - into a Feed control. The control provides
8573
8578
  * a set of properties for text, sender information, time stamp, comments, and functions such as flagging
@@ -9945,7 +9950,9 @@ declare namespace sap {
9945
9950
  }
9946
9951
  /**
9947
9952
  * @deprecated (since 1.38) - Instead, use the `sap.m.FeedInput` control.
9948
- * @EXPERIMENTAL (since 1.2)
9953
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
9954
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
9955
+ * Feed model topic is still open.
9949
9956
  *
9950
9957
  * This feed control flavor represents a lean common feed, or a comment feed, with a text commit function.
9951
9958
  * The control can be used stand alone or in a multiple way, and generally would be integrated directly
@@ -17767,7 +17774,7 @@ declare namespace sap {
17767
17774
  }
17768
17775
  /**
17769
17776
  * @deprecated (since 1.38)
17770
- * @EXPERIMENTAL (since 1.2)
17777
+ * @EXPERIMENTAL (since 1.2) - API is not yet finished and might change completely
17771
17778
  *
17772
17779
  * Enumeration of available standard actions for 'sap.ui.ux3.ActionBar'. To be used as parameters for function
17773
17780
  * 'sap.ui.ux3.ActionBar.getSocialAction'.
@@ -17812,7 +17819,9 @@ declare namespace sap {
17812
17819
  }
17813
17820
  /**
17814
17821
  * @deprecated (since 1.38)
17815
- * @EXPERIMENTAL (since 1.2)
17822
+ * @EXPERIMENTAL (since 1.2) - The whole Feed/Feeder API is still under discussion, significant changes
17823
+ * are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
17824
+ * Feed model topic is still open.
17816
17825
  *
17817
17826
  * Type of a Feeder.
17818
17827
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1166,7 +1166,8 @@ declare namespace sap {
1166
1166
  dotwidth?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1167
1167
 
1168
1168
  /**
1169
- * @EXPERIMENTAL (since 1.32.0)
1169
+ * @EXPERIMENTAL (since 1.32.0) - this method is experimental and might be modified or removed in future
1170
+ * versions.
1170
1171
  *
1171
1172
  * Defines the type of the route, default is 'Straight'. Other types are 'Geodesic' which show the shortest
1172
1173
  * path between two points, e.g. flightroutes
@@ -8233,7 +8234,8 @@ declare namespace sap {
8233
8234
  */
8234
8235
  getNavcontrolVisible(): boolean;
8235
8236
  /**
8236
- * @EXPERIMENTAL (since 1.30.0)
8237
+ * @EXPERIMENTAL (since 1.30.0) - This method is experimental and might be modified or removerd in future
8238
+ * versions.
8237
8239
  *
8238
8240
  * Trigger the interactive creation mode to get a position or position array.
8239
8241
  *
@@ -11309,7 +11311,8 @@ declare namespace sap {
11309
11311
  */
11310
11312
  getPosition(): string;
11311
11313
  /**
11312
- * @EXPERIMENTAL (since 1.32.0)
11314
+ * @EXPERIMENTAL (since 1.32.0) - this method is experimental and might be modified or removed in future
11315
+ * versions.
11313
11316
  *
11314
11317
  * Gets current value of property {@link #getRoutetype routetype}.
11315
11318
  *
@@ -11601,7 +11604,8 @@ declare namespace sap {
11601
11604
  sPosition?: string
11602
11605
  ): this;
11603
11606
  /**
11604
- * @EXPERIMENTAL (since 1.32.0)
11607
+ * @EXPERIMENTAL (since 1.32.0) - this method is experimental and might be modified or removed in future
11608
+ * versions.
11605
11609
  *
11606
11610
  * Sets a new value for property {@link #getRoutetype routetype}.
11607
11611
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -4348,7 +4348,8 @@ declare namespace sap {
4348
4348
  ): sap.ui.vk.ContentManager;
4349
4349
  }
4350
4350
  /**
4351
- * @EXPERIMENTAL (since 1.60.0)
4351
+ * @EXPERIMENTAL (since 1.60.0) - This class is experimental and might be modified or removed in future
4352
+ * versions.
4352
4353
  *
4353
4354
  * Provides the interface for the material.
4354
4355
  */
@@ -5184,7 +5185,8 @@ declare namespace sap {
5184
5185
  ): THREE.Object3D | THREE.Object3D[];
5185
5186
  }
5186
5187
  /**
5187
- * @EXPERIMENTAL (since 1.60.0)
5188
+ * @EXPERIMENTAL (since 1.60.0) - This class is experimental and might be modified or removed in future
5189
+ * versions.
5188
5190
  *
5189
5191
  * Provides the interface for the material.
5190
5192
  */
@@ -5483,7 +5485,8 @@ declare namespace sap {
5483
5485
  includeSelection: boolean
5484
5486
  ): string;
5485
5487
  /**
5486
- * @EXPERIMENTAL (since 1.82.0)
5488
+ * @EXPERIMENTAL (since 1.82.0) - This method is experimental and might be modified or removed in future
5489
+ * versions
5487
5490
  *
5488
5491
  * Returns object as an image of desired size.
5489
5492
  *
@@ -5520,7 +5523,8 @@ declare namespace sap {
5520
5523
  margin: float
5521
5524
  ): string;
5522
5525
  /**
5523
- * @EXPERIMENTAL (since 1.102.0)
5526
+ * @EXPERIMENTAL (since 1.102.0) - This method is experimental and might be modified or removed in future
5527
+ * versions
5524
5528
  *
5525
5529
  * Returns object/objects as an image of desired size.
5526
5530
  *
@@ -6041,7 +6045,8 @@ declare namespace sap {
6041
6045
  */
6042
6046
  getShowSelectionBoundingBox(): boolean;
6043
6047
  /**
6044
- * @EXPERIMENTAL (since 1.82.0)
6048
+ * @EXPERIMENTAL (since 1.82.0) - This method is experimental and might be modified or removed in future
6049
+ * versions
6045
6050
  *
6046
6051
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
6047
6052
  *
@@ -17257,6 +17262,14 @@ declare namespace sap {
17257
17262
  | sap.ui.base.ManagedObject.PropertyBindingInfo
17258
17263
  | `{${string}}`;
17259
17264
 
17265
+ /**
17266
+ * Shows or hides the drawer toolbar
17267
+ */
17268
+ showDrawerToolbar?:
17269
+ | boolean
17270
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
17271
+ | `{${string}}`;
17272
+
17260
17273
  /**
17261
17274
  * Width of the Viewer control
17262
17275
  */
@@ -17922,7 +17935,8 @@ declare namespace sap {
17922
17935
  const TransformationMatrix: TransformationMatrix;
17923
17936
 
17924
17937
  /**
17925
- * @EXPERIMENTAL (since 1.67.0)
17938
+ * @EXPERIMENTAL (since 1.67.0) - This class is experimental and might be modified or removed in future
17939
+ * versions.
17926
17940
  *
17927
17941
  * Provides definition for an animation playback
17928
17942
  */
@@ -18381,7 +18395,8 @@ declare namespace sap {
18381
18395
  stop(): sap.ui.vk.AnimationPlayer;
18382
18396
  }
18383
18397
  /**
18384
- * @EXPERIMENTAL (since 1.76.0)
18398
+ * @EXPERIMENTAL (since 1.76.0) - This class is experimental and might be modified or removed in future
18399
+ * versions.
18385
18400
  *
18386
18401
  * Annotation allows applications to display custom html annotation on top of Viewport and associate it
18387
18402
  * with 3D object
@@ -22332,7 +22347,8 @@ declare namespace sap {
22332
22347
  }
22333
22348
  /**
22334
22349
  * @SINCE 1.16.0
22335
- * @EXPERIMENTAL (since 1.32.0)
22350
+ * @EXPERIMENTAL (since 1.32.0) - This class is experimental and might be modified or removed in future
22351
+ * versions.
22336
22352
  *
22337
22353
  * Holds layout data for the FlexibleControl contents.
22338
22354
  */
@@ -22563,7 +22579,8 @@ declare namespace sap {
22563
22579
  }
22564
22580
  /**
22565
22581
  * @SINCE 1.32.0
22566
- * @EXPERIMENTAL (since 1.32.0)
22582
+ * @EXPERIMENTAL (since 1.32.0) - This class is experimental and might be modified or removed in future
22583
+ * versions.
22567
22584
  *
22568
22585
  * Holds layout data for the FlexibleControl contents. Allowed size values are numeric values ending in
22569
22586
  * "px" and "%" and the special case "auto". (The CSS value "auto" is used internally to recalculate the
@@ -22903,7 +22920,8 @@ declare namespace sap {
22903
22920
  getVeIds(): object[];
22904
22921
  }
22905
22922
  /**
22906
- * @EXPERIMENTAL (since 1.38.0)
22923
+ * @EXPERIMENTAL (since 1.38.0) - This class is experimental and might be modified or removed in future
22924
+ * versions.
22907
22925
  *
22908
22926
  * Legend item control
22909
22927
  */
@@ -23016,7 +23034,8 @@ declare namespace sap {
23016
23034
  ): this;
23017
23035
  }
23018
23036
  /**
23019
- * @EXPERIMENTAL (since 1.38.0)
23037
+ * @EXPERIMENTAL (since 1.38.0) - This class is experimental and might be modified or removed in future
23038
+ * versions.
23020
23039
  *
23021
23040
  * Aggregation control for the Legend
23022
23041
  */
@@ -23632,7 +23651,8 @@ declare namespace sap {
23632
23651
  ): this;
23633
23652
  }
23634
23653
  /**
23635
- * @EXPERIMENTAL (since 1.38.0)
23654
+ * @EXPERIMENTAL (since 1.38.0) - This class is experimental and might be modified or removed in future
23655
+ * versions.
23636
23656
  *
23637
23657
  * ListPanelStack control
23638
23658
  */
@@ -24237,7 +24257,8 @@ declare namespace sap {
24237
24257
  ): object;
24238
24258
  }
24239
24259
  /**
24240
- * @EXPERIMENTAL (since 1.60.0)
24260
+ * @EXPERIMENTAL (since 1.60.0) - This class is experimental and might be modified or removed in future
24261
+ * versions.
24241
24262
  *
24242
24263
  * Provides the interface for the material.
24243
24264
  *
@@ -32289,7 +32310,8 @@ declare namespace sap {
32289
32310
  ): this;
32290
32311
  }
32291
32312
  /**
32292
- * @EXPERIMENTAL (since 1.58.0)
32313
+ * @EXPERIMENTAL (since 1.58.0) - This class is experimental and might be modified or removed in future
32314
+ * versions.
32293
32315
  *
32294
32316
  * Provides the interface for the texture.
32295
32317
  */
@@ -33514,7 +33536,8 @@ declare namespace sap {
33514
33536
  */
33515
33537
  getBottomColor(): sap.ui.core.CSSColor;
33516
33538
  /**
33517
- * @EXPERIMENTAL (since 1.73.0)
33539
+ * @EXPERIMENTAL (since 1.73.0) - This class is experimental and might be modified or removed in future
33540
+ * versions.
33518
33541
  *
33519
33542
  * Returns view camera
33520
33543
  *
@@ -33538,7 +33561,8 @@ declare namespace sap {
33538
33561
  */
33539
33562
  getName(): string;
33540
33563
  /**
33541
- * @EXPERIMENTAL (since 1.73.0)
33564
+ * @EXPERIMENTAL (since 1.73.0) - This class is experimental and might be modified or removed in future
33565
+ * versions.
33542
33566
  *
33543
33567
  * Get parameters of nodes defined in view
33544
33568
  *
@@ -33625,7 +33649,8 @@ declare namespace sap {
33625
33649
  sBottomColor?: sap.ui.core.CSSColor
33626
33650
  ): this;
33627
33651
  /**
33628
- * @EXPERIMENTAL (since 1.73.0)
33652
+ * @EXPERIMENTAL (since 1.73.0) - This class is experimental and might be modified or removed in future
33653
+ * versions.
33629
33654
  *
33630
33655
  * Set view camera.
33631
33656
  *
@@ -33668,7 +33693,8 @@ declare namespace sap {
33668
33693
  sName: string
33669
33694
  ): this;
33670
33695
  /**
33671
- * @EXPERIMENTAL (since 1.73.0)
33696
+ * @EXPERIMENTAL (since 1.73.0) - This class is experimental and might be modified or removed in future
33697
+ * versions.
33672
33698
  *
33673
33699
  * Set parameters of nodes defined in view
33674
33700
  *
@@ -33742,7 +33768,8 @@ declare namespace sap {
33742
33768
  sViewId: string
33743
33769
  ): this;
33744
33770
  /**
33745
- * @EXPERIMENTAL (since 1.73.0)
33771
+ * @EXPERIMENTAL (since 1.73.0) - This class is experimental and might be modified or removed in future
33772
+ * versions.
33746
33773
  *
33747
33774
  * Update parameters of nodes if nodes are already defined, add parameters if the node is not defined in
33748
33775
  * view
@@ -34746,6 +34773,16 @@ declare namespace sap {
34746
34773
  * @returns Value of property `showAllHotspots`
34747
34774
  */
34748
34775
  getShowAllHotspots(): boolean;
34776
+ /**
34777
+ * Gets current value of property {@link #getShowDrawerToolbar showDrawerToolbar}.
34778
+ *
34779
+ * Shows or hides the drawer toolbar
34780
+ *
34781
+ * Default value is `true`.
34782
+ *
34783
+ * @returns Value of property `showDrawerToolbar`
34784
+ */
34785
+ getShowDrawerToolbar(): boolean;
34749
34786
  /**
34750
34787
  * Gets current value of property {@link #getShowSceneTree showSceneTree}.
34751
34788
  *
@@ -35152,6 +35189,23 @@ declare namespace sap {
35152
35189
  */
35153
35190
  bShowAllHotspots?: boolean
35154
35191
  ): this;
35192
+ /**
35193
+ * Sets a new value for property {@link #getShowDrawerToolbar showDrawerToolbar}.
35194
+ *
35195
+ * Shows or hides the drawer toolbar
35196
+ *
35197
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
35198
+ *
35199
+ * Default value is `true`.
35200
+ *
35201
+ * @returns Reference to `this` in order to allow method chaining
35202
+ */
35203
+ setShowDrawerToolbar(
35204
+ /**
35205
+ * New value for property `showDrawerToolbar`
35206
+ */
35207
+ bShowDrawerToolbar?: boolean
35208
+ ): this;
35155
35209
  /**
35156
35210
  * Sets a new value for property {@link #getShowSceneTree showSceneTree}.
35157
35211
  *
@@ -36059,7 +36113,8 @@ declare namespace sap {
36059
36113
  includeSelection: boolean
36060
36114
  ): string;
36061
36115
  /**
36062
- * @EXPERIMENTAL (since 1.82.0)
36116
+ * @EXPERIMENTAL (since 1.82.0) - This method is experimental and might be modified or removed in future
36117
+ * versions
36063
36118
  *
36064
36119
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
36065
36120
  *
@@ -38116,7 +38171,8 @@ declare namespace sap {
38116
38171
  */
38117
38172
  getShowSelectionBoundingBox(): boolean;
38118
38173
  /**
38119
- * @EXPERIMENTAL (since 1.82.0)
38174
+ * @EXPERIMENTAL (since 1.82.0) - This method is experimental and might be modified or removed in future
38175
+ * versions
38120
38176
  *
38121
38177
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
38122
38178
  *