@sapui5/ts-types 1.126.2 → 1.127.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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +12 -8
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.cards.ap.common.d.ts +7 -0
  6. package/types/sap.cards.ap.generator.d.ts +3 -0
  7. package/types/sap.cards.ap.transpiler.d.ts +3 -0
  8. package/types/sap.chart.d.ts +1 -1
  9. package/types/sap.collaboration.d.ts +1 -1
  10. package/types/sap.esh.search.ui.d.ts +1 -1
  11. package/types/sap.f.d.ts +1 -16
  12. package/types/sap.fe.base.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +2 -2
  14. package/types/sap.fe.ina.d.ts +3 -0
  15. package/types/sap.fe.macros.d.ts +154 -11
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +7 -2
  20. package/types/sap.fe.test.d.ts +1 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +337 -8
  24. package/types/sap.insights.d.ts +22 -1
  25. package/types/{mobile-1.126.0-d.ts → sap.m.d.ts} +304 -39
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +14 -1
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +1 -1
  32. package/types/sap.suite.ui.commons.d.ts +4 -2
  33. package/types/sap.suite.ui.generic.template.d.ts +52 -2
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/{tnt-1.126.0-d.ts → sap.tnt.d.ts} +1 -1
  36. package/types/sap.ui.codeeditor.d.ts +17 -11
  37. package/types/{commons-1.126.0-d.ts → sap.ui.commons.d.ts} +1 -1
  38. package/types/sap.ui.comp.d.ts +14 -1
  39. package/types/{core-1.126.0-d.ts → sap.ui.core.d.ts} +211 -20
  40. package/types/{dt-1.126.0-d.ts → sap.ui.dt.d.ts} +1 -1
  41. package/types/sap.ui.export.d.ts +1 -1
  42. package/types/sap.ui.fl.d.ts +3 -1
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +48 -1
  46. package/types/sap.ui.layout.d.ts +36 -7
  47. package/types/{mdc-1.126.0-d.ts → sap.ui.mdc.d.ts} +85 -1
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/{rta-1.126.0-d.ts → sap.ui.rta.d.ts} +4 -2
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +20 -6
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +298 -14
  55. package/types/{ux3-1.126.0-d.ts → sap.ui.ux3.d.ts} +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +2 -2
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +21 -5
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. 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",
3
- "version": "1.126.2",
3
+ "version": "1.127.0",
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="./commons-1.126.0-d.ts"/>
20
+ /// <reference path="./sap.ui.commons.d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./core-1.126.0-d.ts"/>
23
- /// <reference path="./dt-1.126.0-d.ts"/>
22
+ /// <reference path="./sap.ui.core.d.ts"/>
23
+ /// <reference path="./sap.ui.dt.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"/>
@@ -32,17 +32,21 @@
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="./mdc-1.126.0-d.ts"/>
36
- /// <reference path="./mobile-1.126.0-d.ts"/>
35
+ /// <reference path="./sap.ui.mdc.d.ts"/>
36
+ /// <reference path="./sap.m.d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
39
39
  /// <reference path="./sap.ovp.d.ts"/>
40
40
  /// <reference path="./sap.ui.richtexteditor.d.ts"/>
41
- /// <reference path="./rta-1.126.0-d.ts"/>
41
+ /// <reference path="./sap.ui.rta.d.ts"/>
42
+ /// <reference path="./sap.cards.ap.common.d.ts"/>
43
+ /// <reference path="./sap.cards.ap.generator.d.ts"/>
44
+ /// <reference path="./sap.cards.ap.transpiler.d.ts"/>
42
45
  /// <reference path="./sap.cux.home.d.ts"/>
43
46
  /// <reference path="./sap.esh.search.ui.d.ts"/>
44
47
  /// <reference path="./sap.fe.base.d.ts"/>
45
48
  /// <reference path="./sap.fe.core.d.ts"/>
49
+ /// <reference path="./sap.fe.ina.d.ts"/>
46
50
  /// <reference path="./sap.fe.macros.d.ts"/>
47
51
  /// <reference path="./sap.fe.navigation.d.ts"/>
48
52
  /// <reference path="./sap.fe.placeholder.d.ts"/>
@@ -62,12 +66,12 @@
62
66
  /// <reference path="./sap.ui.support.d.ts"/>
63
67
  /// <reference path="./sap.ui.table.d.ts"/>
64
68
  /// <reference path="./sap.ui.testrecorder.d.ts"/>
65
- /// <reference path="./tnt-1.126.0-d.ts"/>
69
+ /// <reference path="./sap.tnt.d.ts"/>
66
70
  /// <reference path="./sap.ca.ui.d.ts"/>
67
71
  /// <reference path="./sap.ui.unified.d.ts"/>
68
72
  /// <reference path="./sap.ushell.d.ts"/>
69
73
  /// <reference path="./sap.ushell_abap.d.ts"/>
70
- /// <reference path="./ux3-1.126.0-d.ts"/>
74
+ /// <reference path="./sap.ui.ux3.d.ts"/>
71
75
  /// <reference path="./sap.uxap.d.ts"/>
72
76
  /// <reference path="./sap.ui.vbm.d.ts"/>
73
77
  /// <reference path="./sap.viz.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.0
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.0
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -0,0 +1,7 @@
1
+ // For Library Version: 0.0.1
2
+
3
+ declare namespace sap {
4
+ interface IUI5DefineDependencyNames {
5
+ "sap/cards/ap/common/services/RetrieveCard": undefined;
6
+ }
7
+ }
@@ -0,0 +1,3 @@
1
+ // For Library Version: 1.0.0
2
+
3
+ declare namespace sap {}
@@ -0,0 +1,3 @@
1
+ // For Library Version: 1.0.0
2
+
3
+ declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.1
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.0
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.0
1
+ // For Library Version: 1.127.0
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.126.1
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -8099,9 +8099,6 @@ declare namespace sap {
8099
8099
 
8100
8100
  /**
8101
8101
  * Describes the settings that can be provided to the AvatarGroupItem constructor.
8102
- *
8103
- * @experimental (since 1.73) - This class is experimental and provides only limited functionality. Also
8104
- * the API might be changed in future.
8105
8102
  */
8106
8103
  interface $AvatarGroupItemSettings extends sap.ui.core.$ControlSettings {
8107
8104
  /**
@@ -9248,9 +9245,6 @@ declare namespace sap {
9248
9245
 
9249
9246
  /**
9250
9247
  * Describes the settings that can be provided to the ProductSwitch constructor.
9251
- *
9252
- * @experimental (since 1.72) - This class is experimental and provides only limited functionality. Also
9253
- * the API might be changed in future.
9254
9248
  */
9255
9249
  interface $ProductSwitchSettings extends sap.ui.core.$ControlSettings {
9256
9250
  /**
@@ -9275,9 +9269,6 @@ declare namespace sap {
9275
9269
 
9276
9270
  /**
9277
9271
  * Describes the settings that can be provided to the ProductSwitchItem constructor.
9278
- *
9279
- * @experimental (since 1.72) - This class is experimental and provides only limited functionality. Also
9280
- * the API might be changed in future.
9281
9272
  */
9282
9273
  interface $ProductSwitchItemSettings extends sap.ui.core.$ControlSettings {
9283
9274
  /**
@@ -10856,8 +10847,6 @@ declare namespace sap {
10856
10847
  * rendering each `AvatarGroupItem` instance in the {@link sap.f.AvatarGroup} control.
10857
10848
  *
10858
10849
  * @since 1.73
10859
- * @experimental (since 1.73) - This class is experimental and provides only limited functionality. Also
10860
- * the API might be changed in future.
10861
10850
  */
10862
10851
  class AvatarGroupItem extends sap.ui.core.Control {
10863
10852
  /**
@@ -17895,8 +17884,6 @@ declare namespace sap {
17895
17884
  * A layout control that provides specific configuration about how the items should be displayed.
17896
17885
  *
17897
17886
  * @since 1.72
17898
- * @experimental (since 1.72) - This class is experimental and provides only limited functionality. Also
17899
- * the API might be changed in future.
17900
17887
  */
17901
17888
  class ProductSwitch extends sap.ui.core.Control {
17902
17889
  /**
@@ -18142,8 +18129,6 @@ declare namespace sap {
18142
18129
  * **Note:** `ProductSwitchItem` is not supported when used outside of `ProductSwitch`.
18143
18130
  *
18144
18131
  * @since 1.72
18145
- * @experimental (since 1.72) - This class is experimental and provides only limited functionality. Also
18146
- * the API might be changed in future.
18147
18132
  */
18148
18133
  class ProductSwitchItem extends sap.ui.core.Control {
18149
18134
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -622,7 +622,7 @@ declare namespace sap {
622
622
  * @returns A promise that is resolved once the user closes the dialog. If there are no messages
623
623
  * to be shown, the promise is resolved immediately
624
624
  */
625
- showMessageDialog(): Promise<boolean | sap.m.Dialog>;
625
+ showMessageDialog(): Promise<void>;
626
626
  }
627
627
  /**
628
628
  * Controller extension providing hooks for the navigation using paginators
@@ -0,0 +1,3 @@
1
+ // For Library Version: 1.127.0
2
+
3
+ declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -306,6 +306,107 @@ declare namespace sap {
306
306
  }
307
307
 
308
308
  namespace controls {
309
+ namespace section {
310
+ namespace ISingleSectionContributor {
311
+ /**
312
+ * Definition of data consumer by section from single control
313
+ */
314
+ type ConsumerData = {
315
+ /**
316
+ * Defines the title to be used by the single control.
317
+ */
318
+ title: string;
319
+ };
320
+
321
+ /**
322
+ * Definition of data provided by section to single control
323
+ */
324
+ type ProviderData = {
325
+ /**
326
+ * Defines the title to be used by the section.
327
+ */
328
+ title: string;
329
+ };
330
+ }
331
+ /**
332
+ * This interface should be implemented by controls to define it's behaviour
333
+ * when it is the only control in a Fiori Elements Object Page Section.
334
+ *
335
+ *
336
+ *
337
+ * The Fiori Elements Object Page Section checks if it has only one control at runtime and then
338
+ * calls the relevant methods if the control implements the interface.
339
+ *
340
+ *
341
+ *
342
+ * Incase of a composite control or controls placed inside layouts (VBox, HBox, FlexBox) etc. it should
343
+ * always be the root/layout control that implements this interface.
344
+ * It is upto the root/layout contrl in this case of interact with inner controls.
345
+ *
346
+ *
347
+ *
348
+ * Control must implement getSectionContentRole to define whether it is a "provider" or a "consumer".
349
+ *
350
+ *
351
+ * - provider: Building block is the provider of information to the section
352
+ *
353
+ * - consumer: Building block is the consumer of information provided by the section
354
+ *
355
+ *
356
+ *
357
+ * If the control is a "provider" then it should implement the getDataFromProvider method and return ProviderData.
358
+ *
359
+ *
360
+ * If the control is a "consumer" then it should implement the sendDataToConsumer method and consume ConsumerData.
361
+ *
362
+ *
363
+ *
364
+ *
365
+ * @since 1.126.0
366
+ */
367
+ interface ISingleSectionContributor {
368
+ __implements__sap_fe_macros_controls_section_ISingleSectionContributor: boolean;
369
+
370
+ /**
371
+ * When the content role is "provider" this method is called by the section to get the information from
372
+ * the the provider.
373
+ *
374
+ *
375
+ * @returns The data from the provider which is needed by the section.
376
+ */
377
+ getDataFromProvider(): sap.fe.macros.controls.section.ISingleSectionContributor.ProviderData;
378
+ /**
379
+ * Defines the role of a control when it is the only content in the section. Allowed roles are "provider"
380
+ * and "consumer".
381
+ *
382
+ *
383
+ *
384
+ * provider: control is the provider of information to the section. Control provides the information and
385
+ * section acts on it.
386
+ *
387
+ *
388
+ *
389
+ * consumer: control is the consumer of information provided by the section. Section provides the information
390
+ * and the control acts on it.
391
+ *
392
+ *
393
+ *
394
+ * @returns The role played by the control when it is the only content in the Fiori Elements Object Page
395
+ * Section.
396
+ */
397
+ getSectionContentRole(): string;
398
+ /**
399
+ * When the content role is "consumer" this method is called by the section to collect
400
+ * and send information from the section to the control.
401
+ */
402
+ sendDataToConsumer(
403
+ /**
404
+ * Data provide by the section to the control.
405
+ */
406
+ consumerData: sap.fe.macros.controls.section.ISingleSectionContributor.ConsumerData
407
+ ): void;
408
+ }
409
+ }
309
410
  /**
310
411
  * Describes the settings that can be provided to the BuildingBlockObjectProperty constructor.
311
412
  */
@@ -466,7 +567,7 @@ declare namespace sap {
466
567
  /**
467
568
  * Type of the message
468
569
  */
469
- type?: sap.ui.core.MessageType;
570
+ type?: /* was: sap.ui.core.message.MessageType */ any;
470
571
  }
471
572
  ): string;
472
573
  /**
@@ -793,7 +894,7 @@ declare namespace sap {
793
894
  selectionVariant: sap.fe.navigation.SelectionVariant,
794
895
  /**
795
896
  * Optional. If true, we will use the associated text property values (if they're available in the selectionVariant)
796
- * to display the filter value descriptions, instead of loading them from the back end
897
+ * to display the filter value descriptions, instead of loading them from the backend
797
898
  */
798
899
  prefillDescriptions?: boolean
799
900
  ): Promise<any>;
@@ -844,7 +945,25 @@ declare namespace sap {
844
945
  * @experimental
845
946
  */
846
947
  interface $MicroChartSettings
847
- extends sap.fe.macros.controls.$BuildingBlockWithTemplatingSettings {}
948
+ extends sap.fe.macros.controls.$BuildingBlockWithTemplatingSettings {
949
+ /**
950
+ * Show blank space in case there is no data in the chart
951
+ */
952
+ hideOnNoData?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
953
+
954
+ /**
955
+ * To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
956
+ * not see the inner labels of the MicroChart as well.
957
+ */
958
+ showOnlyChart?:
959
+ | string
960
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
961
+
962
+ /**
963
+ * Size of the MicroChart
964
+ */
965
+ size?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
966
+ }
848
967
 
849
968
  /**
850
969
  * Building block used to create a MicroChart based on the metadata provided by OData V4.
@@ -2442,7 +2561,7 @@ declare namespace sap {
2442
2561
  * The readOnly flag
2443
2562
  */
2444
2563
  readOnly?:
2445
- | any
2564
+ | boolean
2446
2565
  | sap.ui.base.ManagedObject.PropertyBindingInfo
2447
2566
  | `{${string}}`;
2448
2567
  }
@@ -2785,7 +2904,23 @@ declare namespace sap {
2785
2904
  /**
2786
2905
  * Describes the settings that can be provided to the MicroChart constructor.
2787
2906
  */
2788
- interface $MicroChartSettings extends sap.ui.core.$ControlSettings {}
2907
+ interface $MicroChartSettings extends sap.ui.core.$ControlSettings {
2908
+ /**
2909
+ * Show blank space in case there is no data in the chart
2910
+ */
2911
+ hideOnNoData?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2912
+
2913
+ /**
2914
+ * To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
2915
+ * not see the inner labels of the MicroChart as well.
2916
+ */
2917
+ showOnlyChart?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2918
+
2919
+ /**
2920
+ * Size of the MicroChart
2921
+ */
2922
+ size?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
2923
+ }
2789
2924
 
2790
2925
  /**
2791
2926
  * Describes the settings that can be provided to the Paginator constructor.
@@ -3555,9 +3690,9 @@ declare namespace sap {
3555
3690
  class Chart
3556
3691
  extends sap.fe.macros.MacroAPI
3557
3692
  implements
3558
- /* was: sap.fe.macros.controls.section.ISingleSectionContributor */ Object
3693
+ /* was: sap.fe.core.controllerextensions.viewState.IViewStateContributor */ Object
3559
3694
  {
3560
- __implements__sap_fe_macros_controls_section_ISingleSectionContributor: boolean;
3695
+ __implements__sap_fe_core_controllerextensions_viewState_IViewStateContributor: boolean;
3561
3696
 
3562
3697
  /**
3563
3698
  * Gets the key of the current variant in the associated variant management.
@@ -3686,7 +3821,7 @@ declare namespace sap {
3686
3821
  /**
3687
3822
  * Type of the message
3688
3823
  */
3689
- type?: sap.ui.core.MessageType;
3824
+ type?: /* was: sap.ui.core.message.MessageType */ any;
3690
3825
  }
3691
3826
  ): string;
3692
3827
  /**
@@ -3740,7 +3875,13 @@ declare namespace sap {
3740
3875
  * <macros:FilterBar id="MyFilterBar" metaPath="@com.sap.vocabularies.UI.v1.SelectionFields" />
3741
3876
  * ```
3742
3877
  */
3743
- class FilterBar extends sap.fe.macros.MacroAPI {
3878
+ class FilterBar
3879
+ extends sap.fe.macros.MacroAPI
3880
+ implements
3881
+ /* was: sap.fe.core.controllerextensions.viewState.IViewStateContributor */ Object
3882
+ {
3883
+ __implements__sap_fe_core_controllerextensions_viewState_IViewStateContributor: boolean;
3884
+
3744
3885
  /**
3745
3886
  * Get the Active Filters Text Summary for the filter bar.
3746
3887
  *
@@ -3877,7 +4018,7 @@ declare namespace sap {
3877
4018
  selectionVariant: sap.fe.navigation.SelectionVariant,
3878
4019
  /**
3879
4020
  * Optional. If true, we will use the associated text property values (if they're available in the selectionVariant)
3880
- * to display the filter value descriptions, instead of loading them from the back end
4021
+ * to display the filter value descriptions, instead of loading them from the backend
3881
4022
  */
3882
4023
  prefillDescriptions?: boolean
3883
4024
  ): Promise<any>;
@@ -4507,6 +4648,8 @@ declare namespace sap {
4507
4648
 
4508
4649
  "sap/fe/macros/controls/BuildingBlockWithTemplating": undefined;
4509
4650
 
4651
+ "sap/fe/macros/controls/section/ISingleSectionContributor": undefined;
4652
+
4510
4653
  "sap/fe/macros/fcl/FlexibleColumnLayoutActions.block": undefined;
4511
4654
 
4512
4655
  "sap/fe/macros/field/Field": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -249,7 +249,12 @@ declare namespace sap {
249
249
  /**
250
250
  * This function will treat the control as a single content in an object page section.
251
251
  */
252
- setAsSectionTitleOwner(): void;
252
+ setAsSectionTitleOwner(
253
+ /**
254
+ * The single content control can be one of standard building blocks (Form, Chart, Table) or reuse components
255
+ */
256
+ control: sap.ui.base.ManagedObject
257
+ ): void;
253
258
  /**
254
259
  * Displays the message strip between the title and the header of the ObjectPage.
255
260
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.126.2
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.126.0
1
+ // For Library Version: 1.127.0
2
2
 
3
3
  declare namespace sap {}