@sapui5/ts-types 1.114.1 → 1.114.3

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 (43) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.esh.search.ui.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.test.d.ts +1 -1
  6. package/types/sap.gantt.d.ts +324 -13
  7. package/types/sap.insights.d.ts +1 -1
  8. package/types/sap.m.d.ts +74 -1
  9. package/types/sap.makit.d.ts +1 -1
  10. package/types/sap.me.d.ts +1 -1
  11. package/types/sap.ndc.d.ts +1 -1
  12. package/types/sap.suite.ui.commons.d.ts +1 -1
  13. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  14. package/types/sap.suite.ui.microchart.d.ts +1 -1
  15. package/types/sap.tnt.d.ts +49 -13
  16. package/types/sap.ui.codeeditor.d.ts +1 -1
  17. package/types/sap.ui.commons.d.ts +1 -1
  18. package/types/sap.ui.comp.d.ts +90 -1
  19. package/types/sap.ui.core.d.ts +1 -1
  20. package/types/sap.ui.dt.d.ts +1 -1
  21. package/types/sap.ui.export.d.ts +1 -1
  22. package/types/sap.ui.fl.d.ts +1 -1
  23. package/types/sap.ui.generic.app.d.ts +7 -1
  24. package/types/sap.ui.generic.template.d.ts +1 -1
  25. package/types/sap.ui.integration.d.ts +1 -1
  26. package/types/sap.ui.layout.d.ts +1 -14
  27. package/types/sap.ui.mdc.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.ux3.d.ts +1 -1
  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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -18148,6 +18148,23 @@ declare namespace sap {
18148
18148
  | sap.ui.base.ManagedObject.PropertyBindingInfo
18149
18149
  | `{${string}}`;
18150
18150
 
18151
+ /**
18152
+ * Visualizes the validation state of the badge, e.g. `Error`, `Warning`, `Success`, `Information`.
18153
+ */
18154
+ badgeValueState?:
18155
+ | sap.ui.core.ValueState
18156
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
18157
+ | `{${string}}`;
18158
+
18159
+ /**
18160
+ * Determines whether the `Avatar` is enabled (default is set to `true`). A disabled `Button` has different
18161
+ * colors depending on the {@link sap.m.AvatarColor AvatarColor}.
18162
+ */
18163
+ enabled?:
18164
+ | boolean
18165
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
18166
+ | `{${string}}`;
18167
+
18151
18168
  /**
18152
18169
  * A `sap.m.LightBox` instance, that will be opened automatically when the user interacts with the `Avatar`
18153
18170
  * control.
@@ -39278,6 +39295,16 @@ declare namespace sap {
39278
39295
  * @returns Value of property `badgeTooltip`
39279
39296
  */
39280
39297
  getBadgeTooltip(): string;
39298
+ /**
39299
+ * Gets current value of property {@link #getBadgeValueState badgeValueState}.
39300
+ *
39301
+ * Visualizes the validation state of the badge, e.g. `Error`, `Warning`, `Success`, `Information`.
39302
+ *
39303
+ * Default value is `None`.
39304
+ *
39305
+ * @returns Value of property `badgeValueState`
39306
+ */
39307
+ getBadgeValueState(): sap.ui.core.ValueState;
39281
39308
  /**
39282
39309
  * Gets current value of property {@link #getCustomDisplaySize customDisplaySize}.
39283
39310
  *
@@ -39345,6 +39372,17 @@ declare namespace sap {
39345
39372
  * @returns Value of property `displaySize`
39346
39373
  */
39347
39374
  getDisplaySize(): sap.m.AvatarSize;
39375
+ /**
39376
+ * Gets current value of property {@link #getEnabled enabled}.
39377
+ *
39378
+ * Determines whether the `Avatar` is enabled (default is set to `true`). A disabled `Button` has different
39379
+ * colors depending on the {@link sap.m.AvatarColor AvatarColor}.
39380
+ *
39381
+ * Default value is `true`.
39382
+ *
39383
+ * @returns Value of property `enabled`
39384
+ */
39385
+ getEnabled(): boolean;
39348
39386
  /**
39349
39387
  * Gets current value of property {@link #getFallbackIcon fallbackIcon}.
39350
39388
  *
@@ -39517,6 +39555,23 @@ declare namespace sap {
39517
39555
  */
39518
39556
  sBadgeTooltip?: string
39519
39557
  ): this;
39558
+ /**
39559
+ * Sets a new value for property {@link #getBadgeValueState badgeValueState}.
39560
+ *
39561
+ * Visualizes the validation state of the badge, e.g. `Error`, `Warning`, `Success`, `Information`.
39562
+ *
39563
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39564
+ *
39565
+ * Default value is `None`.
39566
+ *
39567
+ * @returns Reference to `this` in order to allow method chaining
39568
+ */
39569
+ setBadgeValueState(
39570
+ /**
39571
+ * New value for property `badgeValueState`
39572
+ */
39573
+ sBadgeValueState?: sap.ui.core.ValueState
39574
+ ): this;
39520
39575
  /**
39521
39576
  * Sets a new value for property {@link #getCustomDisplaySize customDisplaySize}.
39522
39577
  *
@@ -39621,6 +39676,24 @@ declare namespace sap {
39621
39676
  */
39622
39677
  sDisplaySize?: sap.m.AvatarSize
39623
39678
  ): this;
39679
+ /**
39680
+ * Sets a new value for property {@link #getEnabled enabled}.
39681
+ *
39682
+ * Determines whether the `Avatar` is enabled (default is set to `true`). A disabled `Button` has different
39683
+ * colors depending on the {@link sap.m.AvatarColor AvatarColor}.
39684
+ *
39685
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39686
+ *
39687
+ * Default value is `true`.
39688
+ *
39689
+ * @returns Reference to `this` in order to allow method chaining
39690
+ */
39691
+ setEnabled(
39692
+ /**
39693
+ * New value for property `enabled`
39694
+ */
39695
+ bEnabled?: boolean
39696
+ ): this;
39624
39697
  /**
39625
39698
  * Sets a new value for property {@link #getFallbackIcon fallbackIcon}.
39626
39699
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.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.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -2921,7 +2921,13 @@ declare namespace sap {
2921
2921
  */
2922
2922
  attachAfterSave(
2923
2923
  /**
2924
- * the handler function
2924
+ * the handler function This function will receive an object which contains two properties: `saveEntityPromise`
2925
+ * and `sideEffectsExecutedPromise` which both point to Promises. Both Promises will be rejected in case
2926
+ * the save operation fails in the backend. Otherwise both Promises will be resolved, but at different point
2927
+ * in time. The `saveEntityPromise` will be resolved immediately when the save operation has finished successfully.
2928
+ * The `sideEffectsExecutedPromise` will be resolved as soon as the processing of all side-effects connected
2929
+ * to this action has finished as well. Note that even a side-effect execution which results in an error
2930
+ * would be considered as finished processing here.
2925
2931
  */
2926
2932
  fnFunction: Function
2927
2933
  ): void;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -270,6 +270,16 @@ declare namespace sap {
270
270
  | sap.ui.base.ManagedObject.PropertyBindingInfo
271
271
  | `{${string}}`;
272
272
 
273
+ /**
274
+ * @SINCE 1.115
275
+ *
276
+ * Specifies the content background design.
277
+ */
278
+ contentBackgroundDesign?:
279
+ | sap.m.PageBackgroundDesign
280
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
281
+ | `{${string}}`;
282
+
273
283
  /**
274
284
  * The control to appear in the header area.
275
285
  */
@@ -1388,8 +1398,6 @@ declare namespace sap {
1388
1398
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1389
1399
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1390
1400
  * of the syntax of the settings object.
1391
- * See:
1392
- * {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
1393
1401
  */
1394
1402
  constructor(
1395
1403
  /**
@@ -1403,8 +1411,6 @@ declare namespace sap {
1403
1411
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1404
1412
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1405
1413
  * of the syntax of the settings object.
1406
- * See:
1407
- * {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
1408
1414
  */
1409
1415
  constructor(
1410
1416
  /**
@@ -1706,16 +1712,19 @@ declare namespace sap {
1706
1712
  /**
1707
1713
  * @SINCE 1.34
1708
1714
  *
1709
- * The ToolHeader control is a horizontal container that is most commonly used to display buttons, labels,
1715
+ * The ToolHeader control is a horizontal container that is most commonly used to display buttons, texts,
1710
1716
  * and other various input controls. Overview: The ToolHeader control is based on {@link sap.m.OverflowToolbar}.
1711
1717
  * It contains clearly structured menus of commands that are available across the various apps within the
1712
1718
  * same tool layout. Usage:
1719
+ * - This control is specialized for administrative applications. For other types of applications use:
1720
+ * {@link sap.m.Shell}
1713
1721
  * - If an app implements side navigation in addition to the tool header menu, the menu icon must be the
1714
1722
  * first item on the left-hand side of the tool header.
1715
1723
  * - The app menu and the side navigation must not have any dependencies and must work independently.
1716
- * Fiori 3 theme specifics: In Fiori 3 Default theme the ToolHeader is with dark design unlike most
1717
- * of the other controls. This defines the usage of limited controls inside it, which will result in good
1718
- * design combination.
1724
+ * Horizon theme specifics: Only the following controls are supported: sap.m.Button, sap.m.Image,
1725
+ * sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori 3 Default
1726
+ * theme the ToolHeader is with dark design unlike most of the other controls. This defines the usage of
1727
+ * limited controls inside it, which will result in good design combination.
1719
1728
  * The ToolHeader stylizes the contained controls with the Shell color parameters, to match the dark design
1720
1729
  * requirement. However, that's not a dark theme.
1721
1730
  *
@@ -1751,8 +1760,6 @@ declare namespace sap {
1751
1760
  *
1752
1761
  * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor
1753
1762
  * sap.m.OverflowToolbar} can be used.
1754
- * See:
1755
- * {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
1756
1763
  */
1757
1764
  constructor(
1758
1765
  /**
@@ -1769,8 +1776,6 @@ declare namespace sap {
1769
1776
  *
1770
1777
  * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor
1771
1778
  * sap.m.OverflowToolbar} can be used.
1772
- * See:
1773
- * {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
1774
1779
  */
1775
1780
  constructor(
1776
1781
  /**
@@ -1994,6 +1999,18 @@ declare namespace sap {
1994
1999
  * @returns Reference to `this` in order to allow method chaining
1995
2000
  */
1996
2001
  destroySubHeader(): this;
2002
+ /**
2003
+ * @SINCE 1.115
2004
+ *
2005
+ * Gets current value of property {@link #getContentBackgroundDesign contentBackgroundDesign}.
2006
+ *
2007
+ * Specifies the content background design.
2008
+ *
2009
+ * Default value is `Standard`.
2010
+ *
2011
+ * @returns Value of property `contentBackgroundDesign`
2012
+ */
2013
+ getContentBackgroundDesign(): sap.m.PageBackgroundDesign;
1997
2014
  /**
1998
2015
  * Gets content of aggregation {@link #getHeader header}.
1999
2016
  *
@@ -2078,6 +2095,25 @@ declare namespace sap {
2078
2095
  */
2079
2096
  vMainContent: int | string | sap.ui.core.Control
2080
2097
  ): sap.ui.core.Control | null;
2098
+ /**
2099
+ * @SINCE 1.115
2100
+ *
2101
+ * Sets a new value for property {@link #getContentBackgroundDesign contentBackgroundDesign}.
2102
+ *
2103
+ * Specifies the content background design.
2104
+ *
2105
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2106
+ *
2107
+ * Default value is `Standard`.
2108
+ *
2109
+ * @returns Reference to `this` in order to allow method chaining
2110
+ */
2111
+ setContentBackgroundDesign(
2112
+ /**
2113
+ * New value for property `contentBackgroundDesign`
2114
+ */
2115
+ sContentBackgroundDesign?: sap.m.PageBackgroundDesign
2116
+ ): this;
2081
2117
  /**
2082
2118
  * Sets the aggregated {@link #getHeader header}.
2083
2119
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -11971,6 +11971,13 @@ declare namespace sap {
11971
11971
  */
11972
11972
  contextEditableChanged?: (oEvent: sap.ui.base.Event) => void;
11973
11973
 
11974
+ /**
11975
+ * @SINCE 1.117.0
11976
+ *
11977
+ * The event is fired after the inner controls have been toggled.
11978
+ */
11979
+ modeToggled?: (oEvent: sap.ui.base.Event) => void;
11980
+
11974
11981
  /**
11975
11982
  * The event is fired after the inner controls have been created.
11976
11983
  */
@@ -13105,6 +13112,55 @@ declare namespace sap {
13105
13112
  */
13106
13113
  oListener?: object
13107
13114
  ): this;
13115
+ /**
13116
+ * @SINCE 1.117.0
13117
+ *
13118
+ * Attaches event handler `fnFunction` to the {@link #event:modeToggled modeToggled} event of this `sap.ui.comp.smartfield.SmartField`.
13119
+ *
13120
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
13121
+ * otherwise it will be bound to this `sap.ui.comp.smartfield.SmartField` itself.
13122
+ *
13123
+ * The event is fired after the inner controls have been toggled.
13124
+ *
13125
+ * @returns Reference to `this` in order to allow method chaining
13126
+ */
13127
+ attachModeToggled(
13128
+ /**
13129
+ * An application-specific payload object that will be passed to the event handler along with the event
13130
+ * object when firing the event
13131
+ */
13132
+ oData: object,
13133
+ /**
13134
+ * The function to be called when the event occurs
13135
+ */
13136
+ fnFunction: (p1: sap.ui.base.Event) => void,
13137
+ /**
13138
+ * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartfield.SmartField` itself
13139
+ */
13140
+ oListener?: object
13141
+ ): this;
13142
+ /**
13143
+ * @SINCE 1.117.0
13144
+ *
13145
+ * Attaches event handler `fnFunction` to the {@link #event:modeToggled modeToggled} event of this `sap.ui.comp.smartfield.SmartField`.
13146
+ *
13147
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
13148
+ * otherwise it will be bound to this `sap.ui.comp.smartfield.SmartField` itself.
13149
+ *
13150
+ * The event is fired after the inner controls have been toggled.
13151
+ *
13152
+ * @returns Reference to `this` in order to allow method chaining
13153
+ */
13154
+ attachModeToggled(
13155
+ /**
13156
+ * The function to be called when the event occurs
13157
+ */
13158
+ fnFunction: (p1: sap.ui.base.Event) => void,
13159
+ /**
13160
+ * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartfield.SmartField` itself
13161
+ */
13162
+ oListener?: object
13163
+ ): this;
13108
13164
  /**
13109
13165
  * @SINCE 1.36.0
13110
13166
  *
@@ -13517,6 +13573,25 @@ declare namespace sap {
13517
13573
  */
13518
13574
  oListener?: object
13519
13575
  ): this;
13576
+ /**
13577
+ * @SINCE 1.117.0
13578
+ *
13579
+ * Detaches event handler `fnFunction` from the {@link #event:modeToggled modeToggled} event of this `sap.ui.comp.smartfield.SmartField`.
13580
+ *
13581
+ * The passed function and listener object must match the ones used for event registration.
13582
+ *
13583
+ * @returns Reference to `this` in order to allow method chaining
13584
+ */
13585
+ detachModeToggled(
13586
+ /**
13587
+ * The function to be called, when the event occurs
13588
+ */
13589
+ fnFunction: (p1: sap.ui.base.Event) => void,
13590
+ /**
13591
+ * Context object on which the given function had to be called
13592
+ */
13593
+ oListener?: object
13594
+ ): this;
13520
13595
  /**
13521
13596
  * @SINCE 1.36.0
13522
13597
  *
@@ -13712,6 +13787,20 @@ declare namespace sap {
13712
13787
  */
13713
13788
  mParameters?: object
13714
13789
  ): this;
13790
+ /**
13791
+ * @SINCE 1.117.0
13792
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13793
+ *
13794
+ * Fires event {@link #event:modeToggled modeToggled} to attached listeners.
13795
+ *
13796
+ * @returns Reference to `this` in order to allow method chaining
13797
+ */
13798
+ fireModeToggled(
13799
+ /**
13800
+ * Parameters to pass along with the event
13801
+ */
13802
+ mParameters?: object
13803
+ ): this;
13715
13804
  /**
13716
13805
  * @SINCE 1.36.0
13717
13806
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.114.2
283
+ // For Library Version: 1.114.4
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1577,6 +1577,12 @@ declare namespace sap {
1577
1577
  * A static enumeration type which indicates the type of inbound navigation
1578
1578
  */
1579
1579
  enum NavType {
1580
+ /**
1581
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1582
+ *
1583
+ * Passing iapp-state data within xapp state in addition to existing values
1584
+ */
1585
+ hybrid = "undefined",
1580
1586
  /**
1581
1587
  * Back navigation with sap-iapp-state parameter
1582
1588
  */
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -10128,19 +10128,6 @@ declare namespace sap {
10128
10128
  * Main content controls.
10129
10129
  */
10130
10130
  getMainContent(): sap.ui.core.Control[];
10131
- /**
10132
- * @SINCE 1.78
10133
- *
10134
- * Returns a scroll helper object used to handle scrolling.
10135
- *
10136
- * @returns The scroll helper instance
10137
- */
10138
- getScrollDelegate(
10139
- /**
10140
- * The control instance that requested the scroll helper
10141
- */
10142
- oControl: sap.ui.core.Control
10143
- ): sap.ui.core.delegate.ScrollEnablement;
10144
10131
  /**
10145
10132
  * Gets current value of property {@link #getShowMainContent showMainContent}.
10146
10133
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.1
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.2
1
+ // For Library Version: 1.114.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**