@sapui5/ts-types 1.136.1 → 1.136.2

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 (59) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -1
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.esh.search.ui.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 +5 -3
  9. package/types/sap.fe.ina.d.ts +1 -1
  10. package/types/sap.fe.macros.d.ts +17 -15
  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.gantt.d.ts +1 -1
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.m.d.ts +19 -8
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +69 -18
  25. package/types/sap.suite.ui.commons.d.ts +1 -1
  26. package/types/sap.suite.ui.generic.template.d.ts +31 -1
  27. package/types/sap.suite.ui.microchart.d.ts +1 -1
  28. package/types/sap.tnt.d.ts +1 -1
  29. package/types/sap.ui.codeeditor.d.ts +1 -1
  30. package/types/sap.ui.commons.d.ts +1 -1
  31. package/types/sap.ui.comp.d.ts +2 -2321
  32. package/types/sap.ui.core.d.ts +2 -2
  33. package/types/sap.ui.dt.d.ts +1 -1
  34. package/types/sap.ui.export.d.ts +1 -1
  35. package/types/sap.ui.fl.d.ts +1 -1
  36. package/types/sap.ui.generic.app.d.ts +1 -1
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +1 -1
  39. package/types/sap.ui.layout.d.ts +1 -1
  40. package/types/sap.ui.richtexteditor.d.ts +1 -1
  41. package/types/sap.ui.rta.d.ts +1 -1
  42. package/types/sap.ui.suite.d.ts +1 -1
  43. package/types/sap.ui.support.d.ts +1 -1
  44. package/types/sap.ui.table.d.ts +1 -1
  45. package/types/sap.ui.testrecorder.d.ts +1 -1
  46. package/types/sap.ui.unified.d.ts +1 -1
  47. package/types/sap.ui.ux3.d.ts +1 -1
  48. package/types/sap.ui.webc.common.d.ts +1 -1
  49. package/types/sap.ui.webc.fiori.d.ts +1 -1
  50. package/types/sap.ui.webc.main.d.ts +1 -1
  51. package/types/sap.uiext.inbox.d.ts +1 -1
  52. package/types/sap.ushell.d.ts +3 -31
  53. package/types/sap.ushell_abap.d.ts +1 -1
  54. package/types/sap.uxap.d.ts +1 -1
  55. package/types/sap.viz.d.ts +1 -1
  56. package/types/sap.zen.commons.d.ts +1 -1
  57. package/types/sap.zen.crosstab.d.ts +1 -1
  58. package/types/sap.zen.dsh.d.ts +1 -1
  59. /package/types/{sap.ui.mdc.d.ts → mdc-1.136.0-d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.1",
3
+ "version": "1.136.2",
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
@@ -32,7 +32,7 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./sap.ui.mdc.d.ts"/>
35
+ /// <reference path="./mdc-1.136.0-d.ts"/>
36
36
  /// <reference path="./sap.m.d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
@@ -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
  /**
@@ -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 esh {
package/types/sap.f.d.ts CHANGED
@@ -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
  /**
@@ -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 fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
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 namespace sap {
4
4
  /**
@@ -277,7 +277,8 @@ declare namespace sap {
277
277
  */
278
278
  model?: sap.ui.model.odata.v4.ODataModel;
279
279
  /**
280
- * A map of action parameter names and provided values
280
+ * An optional array of objects representing the action parameters, where each object has a name of string
281
+ * type and a value that can be of any data type.
281
282
  */
282
283
  parameterValues?: object[];
283
284
  /**
@@ -839,7 +840,8 @@ declare namespace sap {
839
840
  *
840
841
  * @since 1.86.0
841
842
  */
842
- class Share extends sap.ui.core.mvc.ControllerExtension {
843
+ class Share extends sap.fe.core.controllerextensions
844
+ .BaseControllerExtension {
843
845
  /**
844
846
  * Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as
845
847
  * Tile'.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
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 namespace sap {
4
4
  namespace fe {
@@ -597,7 +597,7 @@ declare namespace sap {
597
597
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
598
598
 
599
599
  /**
600
- * This is used to optionally provide an external value that comes from a different model than the oData
600
+ * This is used to optionally provide an external value that comes from a different model than the OData
601
601
  * model.
602
602
  * It is designed to work with a field with value help, and without support for complex value help (currency
603
603
  * / unit).
@@ -975,6 +975,8 @@ declare namespace sap {
975
975
  /**
976
976
  * This property is not required at filter field level. To achieve the desired behavior, specify the showMessages
977
977
  * property in the FilterBar building block.
978
+ *
979
+ * @deprecated As of version 1.135.
978
980
  */
979
981
  showMessages?:
980
982
  | boolean
@@ -2103,7 +2105,7 @@ declare namespace sap {
2103
2105
  * This property does not apply to responsive tables.
2104
2106
  */
2105
2107
  selectionLimit?:
2106
- | number
2108
+ | int
2107
2109
  | sap.ui.base.ManagedObject.PropertyBindingInfo
2108
2110
  | `{${string}}`;
2109
2111
 
@@ -2536,7 +2538,7 @@ declare namespace sap {
2536
2538
  * This property does not apply to responsive tables.
2537
2539
  */
2538
2540
  selectionLimit?:
2539
- | number
2541
+ | int
2540
2542
  | sap.ui.base.ManagedObject.PropertyBindingInfo
2541
2543
  | `{${string}}`;
2542
2544
 
@@ -2850,7 +2852,7 @@ declare namespace sap {
2850
2852
  *
2851
2853
  *
2852
2854
  *
2853
- * @returns The ID of the message
2855
+ * @returns Promise The ID of the message
2854
2856
  */
2855
2857
  addMessage(
2856
2858
  /**
@@ -2874,7 +2876,7 @@ declare namespace sap {
2874
2876
  */
2875
2877
  type?: /* was: sap.ui.core.message.MessageType */ any;
2876
2878
  }
2877
- ): string;
2879
+ ): Promise<string>;
2878
2880
  /**
2879
2881
  * Get the variant management applied to the table.
2880
2882
  *
@@ -3130,7 +3132,7 @@ declare namespace sap {
3130
3132
  *
3131
3133
  *
3132
3134
  *
3133
- * @returns The ID of the message
3135
+ * @returns Promise The ID of the message
3134
3136
  */
3135
3137
  addMessage(
3136
3138
  /**
@@ -3154,7 +3156,7 @@ declare namespace sap {
3154
3156
  */
3155
3157
  type?: /* was: sap.ui.core.message.MessageType */ any;
3156
3158
  }
3157
- ): string;
3159
+ ): Promise<string>;
3158
3160
  /**
3159
3161
  * Get the variant management applied to the table.
3160
3162
  *
@@ -3528,7 +3530,7 @@ declare namespace sap {
3528
3530
  semanticObject?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
3529
3531
 
3530
3532
  /**
3531
- * This is used to optionally provide an external value that comes from a different model than the oData
3533
+ * This is used to optionally provide an external value that comes from a different model than the OData
3532
3534
  * model.
3533
3535
  * It is designed to work with a field with value help, and without support for complex value help (currency
3534
3536
  * / unit).
@@ -4224,7 +4226,7 @@ declare namespace sap {
4224
4226
  * This property does not apply to responsive tables.
4225
4227
  */
4226
4228
  selectionLimit?:
4227
- | number
4229
+ | int
4228
4230
  | sap.ui.base.ManagedObject.PropertyBindingInfo
4229
4231
  | `{${string}}`;
4230
4232
 
@@ -4578,7 +4580,7 @@ declare namespace sap {
4578
4580
  * This property does not apply to responsive tables.
4579
4581
  */
4580
4582
  selectionLimit?:
4581
- | number
4583
+ | int
4582
4584
  | sap.ui.base.ManagedObject.PropertyBindingInfo
4583
4585
  | `{${string}}`;
4584
4586
 
@@ -5541,7 +5543,7 @@ declare namespace sap {
5541
5543
  *
5542
5544
  *
5543
5545
  *
5544
- * @returns The ID of the message
5546
+ * @returns Promise The ID of the message
5545
5547
  */
5546
5548
  addMessage(
5547
5549
  /**
@@ -5565,7 +5567,7 @@ declare namespace sap {
5565
5567
  */
5566
5568
  type?: /* was: sap.ui.core.message.MessageType */ any;
5567
5569
  }
5568
- ): string;
5570
+ ): Promise<string>;
5569
5571
  /**
5570
5572
  * Get the variant management applied to the table.
5571
5573
  *
@@ -5708,7 +5710,7 @@ declare namespace sap {
5708
5710
  *
5709
5711
  *
5710
5712
  *
5711
- * @returns The ID of the message
5713
+ * @returns Promise The ID of the message
5712
5714
  */
5713
5715
  addMessage(
5714
5716
  /**
@@ -5732,7 +5734,7 @@ declare namespace sap {
5732
5734
  */
5733
5735
  type?: /* was: sap.ui.core.message.MessageType */ any;
5734
5736
  }
5735
- ): string;
5737
+ ): Promise<string>;
5736
5738
  /**
5737
5739
  * Get the variant management applied to the table.
5738
5740
  *
@@ -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 fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
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 namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -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 fe {
@@ -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 fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
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 namespace sap {
4
4
  /**
@@ -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
  /**
package/types/sap.m.d.ts CHANGED
@@ -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
  /**
@@ -41651,7 +41651,8 @@ declare namespace sap {
41651
41651
  | `{${string}}`;
41652
41652
 
41653
41653
  /**
41654
- * Width of the control.
41654
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
41655
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
41655
41656
  *
41656
41657
  * @since 1.72
41657
41658
  */
@@ -43430,7 +43431,7 @@ declare namespace sap {
43430
43431
 
43431
43432
  /**
43432
43433
  * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
43433
- * NewsContent.
43434
+ * FrameType Stretch.
43434
43435
  *
43435
43436
  * @since 1.96
43436
43437
  */
@@ -43441,7 +43442,7 @@ declare namespace sap {
43441
43442
 
43442
43443
  /**
43443
43444
  * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
43444
- * Article Mode containing NewsContent.
43445
+ * Article Mode containing FrameType Stretch.
43445
43446
  *
43446
43447
  * @since 1.103
43447
43448
  */
@@ -138691,7 +138692,8 @@ declare namespace sap {
138691
138692
  /**
138692
138693
  * Gets current value of property {@link #getWidth width}.
138693
138694
  *
138694
- * Width of the control.
138695
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
138696
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
138695
138697
  *
138696
138698
  * @since 1.72
138697
138699
  *
@@ -138846,7 +138848,8 @@ declare namespace sap {
138846
138848
  /**
138847
138849
  * Sets a new value for property {@link #getWidth width}.
138848
138850
  *
138849
- * Width of the control.
138851
+ * Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
138852
+ * and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
138850
138853
  *
138851
138854
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
138852
138855
  *
@@ -149272,7 +149275,7 @@ declare namespace sap {
149272
149275
  * Gets current value of property {@link #getPriority priority}.
149273
149276
  *
149274
149277
  * Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
149275
- * NewsContent.
149278
+ * FrameType Stretch.
149276
149279
  *
149277
149280
  * Default value is `None`.
149278
149281
  *
@@ -149285,7 +149288,7 @@ declare namespace sap {
149285
149288
  * Gets current value of property {@link #getPriorityText priorityText}.
149286
149289
  *
149287
149290
  * Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
149288
- * Article Mode containing NewsContent.
149291
+ * Article Mode containing FrameType Stretch.
149289
149292
  *
149290
149293
  * @since 1.103
149291
149294
  *
@@ -164881,6 +164884,8 @@ declare namespace sap {
164881
164884
  AddPeopleToCalendar = "sapIllus-AddPeopleToCalendar",
164882
164885
  /**
164883
164886
  * "Balloon Sky" illustration type.
164887
+ *
164888
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.ReceiveAppreciation}
164884
164889
  */
164885
164890
  BalloonSky = "sapIllus-BalloonSky",
164886
164891
  /**
@@ -164889,6 +164894,8 @@ declare namespace sap {
164889
164894
  BeforeSearch = "sapIllus-BeforeSearch",
164890
164895
  /**
164891
164896
  * "Connection" illustration type.
164897
+ *
164898
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
164892
164899
  */
164893
164900
  Connection = "sapIllus-Connection",
164894
164901
  /**
@@ -165079,6 +165086,8 @@ declare namespace sap {
165079
165086
  SimpleCheckMark = "sapIllus-SimpleCheckMark",
165080
165087
  /**
165081
165088
  * "Simple Connection" illustration type.
165089
+ *
165090
+ * @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
165082
165091
  */
165083
165092
  SimpleConnection = "sapIllus-SimpleConnection",
165084
165093
  /**
@@ -170363,6 +170372,8 @@ declare namespace sap {
170363
170372
 
170364
170373
  "sap/m/p13n/SortPanel": undefined;
170365
170374
 
170375
+ "sap/m/p13n/util/diff": undefined;
170376
+
170366
170377
  "sap/m/P13nColumnsItem": undefined;
170367
170378
 
170368
170379
  "sap/m/P13nColumnsPanel": undefined;
@@ -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
  /**
package/types/sap.me.d.ts CHANGED
@@ -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
  /**
@@ -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
  /**
@@ -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
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.8
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -461,7 +461,7 @@ declare namespace sap {
461
461
  */
462
462
  getAxesLayout(): sap.sac.df.model.visualization.Grid.AxesLayout;
463
463
  /**
464
- * Gets the cell context for a data cell in the result set
464
+ * Gets the cell context for a cell in the result set
465
465
  *
466
466
  *
467
467
  * @returns a promise which resolves with the retrieved cell context
@@ -476,22 +476,6 @@ declare namespace sap {
476
476
  */
477
477
  nColumnIndex: int
478
478
  ): Promise<Object>;
479
- /**
480
- * Get the list of the jump targets associated to a cell defined via the Report-To-Report Interface.
481
- *
482
- *
483
- * @returns resolving to the List of jump targets.
484
- */
485
- getRRITargets(
486
- /**
487
- * Row of the data cell
488
- */
489
- iRowIndex: int,
490
- /**
491
- * Column of the data cell
492
- */
493
- iColumnIndex: int
494
- ): Promise<any>;
495
479
  /**
496
480
  * Get the data of the visualization
497
481
  * ```javascript
@@ -2563,6 +2547,19 @@ declare namespace sap {
2563
2547
  | boolean
2564
2548
  | sap.ui.base.ManagedObject.PropertyBindingInfo
2565
2549
  | `{${string}}`;
2550
+
2551
+ /**
2552
+ * Show / hide title
2553
+ */
2554
+ showTitle?:
2555
+ | boolean
2556
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
2557
+ | `{${string}}`;
2558
+
2559
+ /**
2560
+ * Title
2561
+ */
2562
+ title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2566
2563
  }
2567
2564
 
2568
2565
  /**
@@ -2742,6 +2739,17 @@ declare namespace sap {
2742
2739
  * @returns Value of property `selectedPanel`
2743
2740
  */
2744
2741
  getSelectedPanel(): sap.sac.df.types.DataAnalyzerPanelName;
2742
+ /**
2743
+ * Gets current value of property {@link #getShowTitle showTitle}.
2744
+ *
2745
+ * Show / hide title
2746
+ *
2747
+ * Default value is `false`.
2748
+ *
2749
+ *
2750
+ * @returns Value of property `showTitle`
2751
+ */
2752
+ getShowTitle(): boolean;
2745
2753
  /**
2746
2754
  * Gets current value of property {@link #getShowVisualizationType showVisualizationType}.
2747
2755
  *
@@ -2751,6 +2759,15 @@ declare namespace sap {
2751
2759
  * @returns Value of property `showVisualizationType`
2752
2760
  */
2753
2761
  getShowVisualizationType(): boolean;
2762
+ /**
2763
+ * Gets current value of property {@link #getTitle title}.
2764
+ *
2765
+ * Title
2766
+ *
2767
+ *
2768
+ * @returns Value of property `title`
2769
+ */
2770
+ getTitle(): string;
2754
2771
  /**
2755
2772
  * Sets a new value for property {@link #getMetaPath metaPath}.
2756
2773
  *
@@ -2783,6 +2800,24 @@ declare namespace sap {
2783
2800
  */
2784
2801
  sSelectedPanel: sap.sac.df.types.DataAnalyzerPanelName
2785
2802
  ): this;
2803
+ /**
2804
+ * Sets a new value for property {@link #getShowTitle showTitle}.
2805
+ *
2806
+ * Show / hide title
2807
+ *
2808
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2809
+ *
2810
+ * Default value is `false`.
2811
+ *
2812
+ *
2813
+ * @returns Reference to `this` in order to allow method chaining
2814
+ */
2815
+ setShowTitle(
2816
+ /**
2817
+ * New value for property `showTitle`
2818
+ */
2819
+ bShowTitle?: boolean
2820
+ ): this;
2786
2821
  /**
2787
2822
  * Sets a new value for property {@link #getShowVisualizationType showVisualizationType}.
2788
2823
  *
@@ -2799,6 +2834,22 @@ declare namespace sap {
2799
2834
  */
2800
2835
  bShowVisualizationType: boolean
2801
2836
  ): this;
2837
+ /**
2838
+ * Sets a new value for property {@link #getTitle title}.
2839
+ *
2840
+ * Title
2841
+ *
2842
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2843
+ *
2844
+ *
2845
+ * @returns Reference to `this` in order to allow method chaining
2846
+ */
2847
+ setTitle(
2848
+ /**
2849
+ * New value for property `title`
2850
+ */
2851
+ sTitle: string
2852
+ ): this;
2802
2853
  }
2803
2854
  /**
2804
2855
  * DesignerPanel A panel control to design layouts / visualizations
@@ -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/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1205,6 +1205,11 @@ declare namespace sap {
1205
1205
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1206
1206
  | `{${string}}`;
1207
1207
 
1208
+ skipOPContextInfoInBrowserTitle?:
1209
+ | boolean
1210
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1211
+ | `{${string}}`;
1212
+
1208
1213
  pageDataLoaded?: (oEvent: sap.ui.base.Event) => void;
1209
1214
  }
1210
1215
 
@@ -1474,6 +1479,15 @@ declare namespace sap {
1474
1479
  * @returns Value of property `showDraftToggle`
1475
1480
  */
1476
1481
  getShowDraftToggle(): boolean;
1482
+ /**
1483
+ * Gets current value of property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
1484
+ *
1485
+ * Default value is `false`.
1486
+ *
1487
+ *
1488
+ * @returns Value of property `skipOPContextInfoInBrowserTitle`
1489
+ */
1490
+ getSkipOPContextInfoInBrowserTitle(): boolean;
1477
1491
  /**
1478
1492
  * Gets current value of property {@link #getStatePreservationMode statePreservationMode}.
1479
1493
  *
@@ -1708,6 +1722,22 @@ declare namespace sap {
1708
1722
  */
1709
1723
  bShowDraftToggle?: boolean
1710
1724
  ): this;
1725
+ /**
1726
+ * Sets a new value for property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
1727
+ *
1728
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1729
+ *
1730
+ * Default value is `false`.
1731
+ *
1732
+ *
1733
+ * @returns Reference to `this` in order to allow method chaining
1734
+ */
1735
+ setSkipOPContextInfoInBrowserTitle(
1736
+ /**
1737
+ * New value for property `skipOPContextInfoInBrowserTitle`
1738
+ */
1739
+ bSkipOPContextInfoInBrowserTitle?: boolean
1740
+ ): this;
1711
1741
  /**
1712
1742
  * Sets a new value for property {@link #getStatePreservationMode statePreservationMode}.
1713
1743
  *
@@ -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 suite {
@@ -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
  /**
@@ -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 {
@@ -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 {