@sapui5/types 1.114.0 → 1.114.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 (49) 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.core.d.ts +3 -3
  6. package/types/sap.fe.templates.d.ts +6 -6
  7. package/types/sap.fe.test.d.ts +1 -1
  8. package/types/sap.gantt.d.ts +428 -11
  9. package/types/sap.insights.d.ts +1 -1
  10. package/types/sap.m.d.ts +7 -9
  11. package/types/sap.makit.d.ts +1 -1
  12. package/types/sap.me.d.ts +1 -1
  13. package/types/sap.ndc.d.ts +1 -1
  14. package/types/sap.sac.df.d.ts +1 -1
  15. package/types/sap.suite.ui.commons.d.ts +75 -5
  16. package/types/sap.suite.ui.generic.template.d.ts +2 -2
  17. package/types/sap.suite.ui.microchart.d.ts +1 -1
  18. package/types/sap.tnt.d.ts +55 -13
  19. package/types/sap.ui.codeeditor.d.ts +1 -1
  20. package/types/sap.ui.commons.d.ts +1 -1
  21. package/types/sap.ui.comp.d.ts +90 -1
  22. package/types/sap.ui.core.d.ts +1 -1
  23. package/types/sap.ui.dt.d.ts +1 -1
  24. package/types/sap.ui.export.d.ts +1 -1
  25. package/types/sap.ui.fl.d.ts +3 -1
  26. package/types/sap.ui.generic.app.d.ts +7 -1
  27. package/types/sap.ui.generic.template.d.ts +1 -1
  28. package/types/sap.ui.integration.d.ts +1 -1
  29. package/types/sap.ui.layout.d.ts +1 -16
  30. package/types/sap.ui.mdc.d.ts +1 -1
  31. package/types/sap.ui.richtexteditor.d.ts +1 -1
  32. package/types/sap.ui.rta.d.ts +1 -1
  33. package/types/sap.ui.suite.d.ts +1 -1
  34. package/types/sap.ui.support.d.ts +1 -1
  35. package/types/sap.ui.table.d.ts +1 -1
  36. package/types/sap.ui.testrecorder.d.ts +1 -1
  37. package/types/sap.ui.unified.d.ts +1 -1
  38. package/types/sap.ui.ux3.d.ts +1 -1
  39. package/types/sap.ui.webc.common.d.ts +1 -1
  40. package/types/sap.ui.webc.fiori.d.ts +1 -1
  41. package/types/sap.ui.webc.main.d.ts +1 -1
  42. package/types/sap.uiext.inbox.d.ts +1 -1
  43. package/types/sap.ushell.d.ts +4 -1
  44. package/types/sap.ushell_abap.d.ts +1 -1
  45. package/types/sap.uxap.d.ts +1 -1
  46. package/types/sap.viz.d.ts +1 -1
  47. package/types/sap.zen.commons.d.ts +1 -1
  48. package/types/sap.zen.crosstab.d.ts +1 -1
  49. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
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.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -28212,10 +28212,9 @@ declare module "sap/m/FormattedText" {
28212
28212
  * - `dd`
28213
28213
  * - `ul`
28214
28214
  * - `ol`
28215
- * - `li` `style, dir` and `target` attributes are allowed. The `class` attribute is allowed,
28216
- * but its value is sanitized to contain only supported CSS classes, see {@link topic:91a4946b0dcf4356aaaedc4e502864f4
28217
- * List of Supported CSS Classes}. If `target` is not set, links open in a new window by default. Only
28218
- * safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
28215
+ * - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
28216
+ * open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
28217
+ * URLListValidator}.
28219
28218
  *
28220
28219
  * **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
28221
28220
  * by the control.
@@ -28470,10 +28469,9 @@ declare module "sap/m/FormattedText" {
28470
28469
  * - `dd`
28471
28470
  * - `ul`
28472
28471
  * - `ol`
28473
- * - `li` `style, dir` and `target` attributes are allowed. The `class` attribute is allowed,
28474
- * but its value is sanitized to contain only supported CSS classes, see {@link topic:91a4946b0dcf4356aaaedc4e502864f4
28475
- * List of Supported CSS Classes}. If `target` is not set, links open in a new window by default. Only
28476
- * safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
28472
+ * - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
28473
+ * open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
28474
+ * URLListValidator}.
28477
28475
  *
28478
28476
  * **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
28479
28477
  * by the control.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
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.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -423,6 +423,36 @@ declare module "sap/suite/ui/commons/library" {
423
423
  */
424
424
  XXL = "XXL",
425
425
  }
426
+ /**
427
+ * Modes for the {@link sap.suite.ui.commons.CloudFilePicker}.
428
+ */
429
+ export enum FilePickerModes {
430
+ /**
431
+ * Allow selection of a File or Folder resource
432
+ */
433
+ All = "All",
434
+ /**
435
+ * Allow selection of File type of resource
436
+ */
437
+ FileOnly = "FileOnly",
438
+ /**
439
+ * Allow selection of Folder type of resource
440
+ */
441
+ FolderOnly = "FolderOnly",
442
+ }
443
+ /**
444
+ * Runtime mode for the {@link sap.suite.ui.commons.CloudFilePicker}.
445
+ */
446
+ export enum FilePickerType {
447
+ /**
448
+ * Control runs in Export mode
449
+ */
450
+ Export = "Export",
451
+ /**
452
+ * Control runs in Upload mode
453
+ */
454
+ Upload = "Upload",
455
+ }
426
456
  /**
427
457
  * @deprecated (since 1.34) - Deprecated. Moved to openUI5.
428
458
  *
@@ -6055,6 +6085,11 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
6055
6085
 
6056
6086
  import Event from "sap/ui/base/Event";
6057
6087
 
6088
+ import {
6089
+ FilePickerModes,
6090
+ FilePickerType,
6091
+ } from "sap/suite/ui/commons/library";
6092
+
6058
6093
  import ElementMetadata from "sap/ui/core/ElementMetadata";
6059
6094
 
6060
6095
  import { URI } from "sap/ui/core/library";
@@ -6323,7 +6358,17 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
6323
6358
  *
6324
6359
  * @returns Value of property `filePickerMode`
6325
6360
  */
6326
- getFilePickerMode(): /* was: sap.suite.ui.commons.FilePickerModes */ any;
6361
+ getFilePickerMode(): FilePickerModes | keyof typeof FilePickerModes;
6362
+ /**
6363
+ * Gets current value of property {@link #getFilePickerType filePickerType}.
6364
+ *
6365
+ * Specifies the mode in which the control is running
6366
+ *
6367
+ * Default value is `"Export"`.
6368
+ *
6369
+ * @returns Value of property `filePickerType`
6370
+ */
6371
+ getFilePickerType(): FilePickerType | keyof typeof FilePickerType;
6327
6372
  /**
6328
6373
  * Gets current value of property {@link #getServiceUrl serviceUrl}.
6329
6374
  *
@@ -6443,7 +6488,24 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
6443
6488
  /**
6444
6489
  * New value for property `filePickerMode`
6445
6490
  */
6446
- sFilePickerMode?: /* was: sap.suite.ui.commons.FilePickerModes */ any
6491
+ sFilePickerMode?: FilePickerModes | keyof typeof FilePickerModes
6492
+ ): this;
6493
+ /**
6494
+ * Sets a new value for property {@link #getFilePickerType filePickerType}.
6495
+ *
6496
+ * Specifies the mode in which the control is running
6497
+ *
6498
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6499
+ *
6500
+ * Default value is `"Export"`.
6501
+ *
6502
+ * @returns Reference to `this` in order to allow method chaining
6503
+ */
6504
+ setFilePickerType(
6505
+ /**
6506
+ * New value for property `filePickerType`
6507
+ */
6508
+ sFilePickerType?: FilePickerType | keyof typeof FilePickerType
6447
6509
  ): this;
6448
6510
  /**
6449
6511
  * Sets a new value for property {@link #getServiceUrl serviceUrl}.
@@ -6531,8 +6593,8 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
6531
6593
  /**
6532
6594
  * Allow the type of resources that can be selected.
6533
6595
  */
6534
- filePickerMode?: /* was: sap.suite.ui.commons.FilePickerModes */
6535
- | any
6596
+ filePickerMode?:
6597
+ | (FilePickerModes | keyof typeof FilePickerModes)
6536
6598
  | PropertyBindingInfo
6537
6599
  | `{${string}}`;
6538
6600
 
@@ -6563,6 +6625,14 @@ declare module "sap/suite/ui/commons/CloudFilePicker" {
6563
6625
  */
6564
6626
  fileNameMandatory?: boolean | PropertyBindingInfo | `{${string}}`;
6565
6627
 
6628
+ /**
6629
+ * Specifies the mode in which the control is running
6630
+ */
6631
+ filePickerType?:
6632
+ | (FilePickerType | keyof typeof FilePickerType)
6633
+ | PropertyBindingInfo
6634
+ | `{${string}}`;
6635
+
6566
6636
  /**
6567
6637
  * Event is fired when the selection is made
6568
6638
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1043,7 +1043,7 @@ declare module "sap/suite/ui/generic/template/extensionAPI/NavigationController"
1043
1043
  */
1044
1044
  replaceInHistory?: boolean;
1045
1045
  /**
1046
- * This gives the provision to the application developer to chosse between "display"/"edit" mode for target
1046
+ * This gives the provision to the application developer to choose between "display"/"edit" mode for target
1047
1047
  * page
1048
1048
  */
1049
1049
  displayMode?: displayMode | keyof typeof displayMode;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1344,8 +1344,6 @@ declare module "sap/tnt/SideNavigation" {
1344
1344
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1345
1345
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1346
1346
  * of the syntax of the settings object.
1347
- * See:
1348
- * {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
1349
1347
  */
1350
1348
  constructor(
1351
1349
  /**
@@ -1359,8 +1357,6 @@ declare module "sap/tnt/SideNavigation" {
1359
1357
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1360
1358
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1361
1359
  * of the syntax of the settings object.
1362
- * See:
1363
- * {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
1364
1360
  */
1365
1361
  constructor(
1366
1362
  /**
@@ -1722,16 +1718,19 @@ declare module "sap/tnt/ToolHeader" {
1722
1718
  /**
1723
1719
  * @SINCE 1.34
1724
1720
  *
1725
- * The ToolHeader control is a horizontal container that is most commonly used to display buttons, labels,
1721
+ * The ToolHeader control is a horizontal container that is most commonly used to display buttons, texts,
1726
1722
  * and other various input controls. Overview: The ToolHeader control is based on {@link sap.m.OverflowToolbar}.
1727
1723
  * It contains clearly structured menus of commands that are available across the various apps within the
1728
1724
  * same tool layout. Usage:
1725
+ * - This control is specialized for administrative applications. For other types of applications use:
1726
+ * {@link sap.m.Shell}
1729
1727
  * - If an app implements side navigation in addition to the tool header menu, the menu icon must be the
1730
1728
  * first item on the left-hand side of the tool header.
1731
1729
  * - The app menu and the side navigation must not have any dependencies and must work independently.
1732
- * Fiori 3 theme specifics: In Fiori 3 Default theme the ToolHeader is with dark design unlike most
1733
- * of the other controls. This defines the usage of limited controls inside it, which will result in good
1734
- * design combination.
1730
+ * Horizon theme specifics: Only the following controls are supported: sap.m.Button, sap.m.Image,
1731
+ * sap.m.Title, sap.m.Text, sap.m.SearchField, sap.m.Avatar. Fiori 3 theme specifics: In Fiori 3 Default
1732
+ * theme the ToolHeader is with dark design unlike most of the other controls. This defines the usage of
1733
+ * limited controls inside it, which will result in good design combination.
1735
1734
  * The ToolHeader stylizes the contained controls with the Shell color parameters, to match the dark design
1736
1735
  * requirement. However, that's not a dark theme.
1737
1736
  *
@@ -1767,8 +1766,6 @@ declare module "sap/tnt/ToolHeader" {
1767
1766
  *
1768
1767
  * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor
1769
1768
  * sap.m.OverflowToolbar} can be used.
1770
- * See:
1771
- * {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
1772
1769
  */
1773
1770
  constructor(
1774
1771
  /**
@@ -1785,8 +1782,6 @@ declare module "sap/tnt/ToolHeader" {
1785
1782
  *
1786
1783
  * This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor
1787
1784
  * sap.m.OverflowToolbar} can be used.
1788
- * See:
1789
- * {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
1790
1785
  */
1791
1786
  constructor(
1792
1787
  /**
@@ -1920,6 +1915,8 @@ declare module "sap/tnt/ToolHeaderUtilitySeparator" {
1920
1915
  declare module "sap/tnt/ToolPage" {
1921
1916
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
1922
1917
 
1918
+ import { PageBackgroundDesign } from "sap/m/library";
1919
+
1923
1920
  import { IToolHeader } from "sap/tnt/library";
1924
1921
 
1925
1922
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -2038,6 +2035,20 @@ declare module "sap/tnt/ToolPage" {
2038
2035
  * @returns Reference to `this` in order to allow method chaining
2039
2036
  */
2040
2037
  destroySubHeader(): this;
2038
+ /**
2039
+ * @SINCE 1.115
2040
+ *
2041
+ * Gets current value of property {@link #getContentBackgroundDesign contentBackgroundDesign}.
2042
+ *
2043
+ * Specifies the content background design.
2044
+ *
2045
+ * Default value is `Standard`.
2046
+ *
2047
+ * @returns Value of property `contentBackgroundDesign`
2048
+ */
2049
+ getContentBackgroundDesign():
2050
+ | PageBackgroundDesign
2051
+ | keyof typeof PageBackgroundDesign;
2041
2052
  /**
2042
2053
  * Gets content of aggregation {@link #getHeader header}.
2043
2054
  *
@@ -2122,6 +2133,27 @@ declare module "sap/tnt/ToolPage" {
2122
2133
  */
2123
2134
  vMainContent: int | string | Control
2124
2135
  ): Control | null;
2136
+ /**
2137
+ * @SINCE 1.115
2138
+ *
2139
+ * Sets a new value for property {@link #getContentBackgroundDesign contentBackgroundDesign}.
2140
+ *
2141
+ * Specifies the content background design.
2142
+ *
2143
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2144
+ *
2145
+ * Default value is `Standard`.
2146
+ *
2147
+ * @returns Reference to `this` in order to allow method chaining
2148
+ */
2149
+ setContentBackgroundDesign(
2150
+ /**
2151
+ * New value for property `contentBackgroundDesign`
2152
+ */
2153
+ sContentBackgroundDesign?:
2154
+ | PageBackgroundDesign
2155
+ | keyof typeof PageBackgroundDesign
2156
+ ): this;
2125
2157
  /**
2126
2158
  * Sets the aggregated {@link #getHeader header}.
2127
2159
  *
@@ -2182,6 +2214,16 @@ declare module "sap/tnt/ToolPage" {
2182
2214
  */
2183
2215
  sideExpanded?: boolean | PropertyBindingInfo | `{${string}}`;
2184
2216
 
2217
+ /**
2218
+ * @SINCE 1.115
2219
+ *
2220
+ * Specifies the content background design.
2221
+ */
2222
+ contentBackgroundDesign?:
2223
+ | (PageBackgroundDesign | keyof typeof PageBackgroundDesign)
2224
+ | PropertyBindingInfo
2225
+ | `{${string}}`;
2226
+
2185
2227
  /**
2186
2228
  * The control to appear in the header area.
2187
2229
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
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.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -12303,6 +12303,55 @@ declare module "sap/ui/comp/smartfield/SmartField" {
12303
12303
  */
12304
12304
  oListener?: object
12305
12305
  ): this;
12306
+ /**
12307
+ * @SINCE 1.117.0
12308
+ *
12309
+ * Attaches event handler `fnFunction` to the {@link #event:modeToggled modeToggled} event of this `sap.ui.comp.smartfield.SmartField`.
12310
+ *
12311
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
12312
+ * otherwise it will be bound to this `sap.ui.comp.smartfield.SmartField` itself.
12313
+ *
12314
+ * The event is fired after the inner controls have been toggled.
12315
+ *
12316
+ * @returns Reference to `this` in order to allow method chaining
12317
+ */
12318
+ attachModeToggled(
12319
+ /**
12320
+ * An application-specific payload object that will be passed to the event handler along with the event
12321
+ * object when firing the event
12322
+ */
12323
+ oData: object,
12324
+ /**
12325
+ * The function to be called when the event occurs
12326
+ */
12327
+ fnFunction: (p1: Event) => void,
12328
+ /**
12329
+ * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartfield.SmartField` itself
12330
+ */
12331
+ oListener?: object
12332
+ ): this;
12333
+ /**
12334
+ * @SINCE 1.117.0
12335
+ *
12336
+ * Attaches event handler `fnFunction` to the {@link #event:modeToggled modeToggled} event of this `sap.ui.comp.smartfield.SmartField`.
12337
+ *
12338
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
12339
+ * otherwise it will be bound to this `sap.ui.comp.smartfield.SmartField` itself.
12340
+ *
12341
+ * The event is fired after the inner controls have been toggled.
12342
+ *
12343
+ * @returns Reference to `this` in order to allow method chaining
12344
+ */
12345
+ attachModeToggled(
12346
+ /**
12347
+ * The function to be called when the event occurs
12348
+ */
12349
+ fnFunction: (p1: Event) => void,
12350
+ /**
12351
+ * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartfield.SmartField` itself
12352
+ */
12353
+ oListener?: object
12354
+ ): this;
12306
12355
  /**
12307
12356
  * @SINCE 1.36.0
12308
12357
  *
@@ -12715,6 +12764,25 @@ declare module "sap/ui/comp/smartfield/SmartField" {
12715
12764
  */
12716
12765
  oListener?: object
12717
12766
  ): this;
12767
+ /**
12768
+ * @SINCE 1.117.0
12769
+ *
12770
+ * Detaches event handler `fnFunction` from the {@link #event:modeToggled modeToggled} event of this `sap.ui.comp.smartfield.SmartField`.
12771
+ *
12772
+ * The passed function and listener object must match the ones used for event registration.
12773
+ *
12774
+ * @returns Reference to `this` in order to allow method chaining
12775
+ */
12776
+ detachModeToggled(
12777
+ /**
12778
+ * The function to be called, when the event occurs
12779
+ */
12780
+ fnFunction: (p1: Event) => void,
12781
+ /**
12782
+ * Context object on which the given function had to be called
12783
+ */
12784
+ oListener?: object
12785
+ ): this;
12718
12786
  /**
12719
12787
  * @SINCE 1.36.0
12720
12788
  *
@@ -12910,6 +12978,20 @@ declare module "sap/ui/comp/smartfield/SmartField" {
12910
12978
  */
12911
12979
  mParameters?: object
12912
12980
  ): this;
12981
+ /**
12982
+ * @SINCE 1.117.0
12983
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12984
+ *
12985
+ * Fires event {@link #event:modeToggled modeToggled} to attached listeners.
12986
+ *
12987
+ * @returns Reference to `this` in order to allow method chaining
12988
+ */
12989
+ fireModeToggled(
12990
+ /**
12991
+ * Parameters to pass along with the event
12992
+ */
12993
+ mParameters?: object
12994
+ ): this;
12913
12995
  /**
12914
12996
  * @SINCE 1.36.0
12915
12997
  * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
@@ -15162,6 +15244,13 @@ declare module "sap/ui/comp/smartfield/SmartField" {
15162
15244
  */
15163
15245
  contextEditableChanged?: (oEvent: Event) => void;
15164
15246
 
15247
+ /**
15248
+ * @SINCE 1.117.0
15249
+ *
15250
+ * The event is fired after the inner controls have been toggled.
15251
+ */
15252
+ modeToggled?: (oEvent: Event) => void;
15253
+
15165
15254
  /**
15166
15255
  * The event is fired after the inner controls have been created.
15167
15256
  */
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.114.0
283
+ // For Library Version: 1.114.3
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1504,6 +1504,8 @@ declare namespace sap {
1504
1504
 
1505
1505
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1506
1506
 
1507
+ "sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1508
+
1507
1509
  "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1508
1510
 
1509
1511
  "sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare module "sap/ui/generic/app/library" {
4
4
  export namespace navigation {
@@ -9,6 +9,12 @@ declare module "sap/ui/generic/app/library" {
9
9
  * A static enumeration type which indicates the type of inbound navigation
10
10
  */
11
11
  enum NavType {
12
+ /**
13
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14
+ *
15
+ * Passing iapp-state data within xapp state in addition to existing values
16
+ */
17
+ hybrid = "undefined",
12
18
  /**
13
19
  * Back navigation with sap-iapp-state parameter
14
20
  */
@@ -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.0
1
+ // For Library Version: 1.114.3
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.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -4412,8 +4412,6 @@ declare module "sap/ui/layout/DynamicSideContent" {
4412
4412
 
4413
4413
  import ElementMetadata from "sap/ui/core/ElementMetadata";
4414
4414
 
4415
- import ScrollEnablement from "sap/ui/core/delegate/ScrollEnablement";
4416
-
4417
4415
  import {
4418
4416
  SideContentFallDown,
4419
4417
  SideContentPosition,
@@ -4709,19 +4707,6 @@ declare module "sap/ui/layout/DynamicSideContent" {
4709
4707
  * Main content controls.
4710
4708
  */
4711
4709
  getMainContent(): Control[];
4712
- /**
4713
- * @SINCE 1.78
4714
- *
4715
- * Returns a scroll helper object used to handle scrolling.
4716
- *
4717
- * @returns The scroll helper instance
4718
- */
4719
- getScrollDelegate(
4720
- /**
4721
- * The control instance that requested the scroll helper
4722
- */
4723
- oControl: Control
4724
- ): ScrollEnablement;
4725
4710
  /**
4726
4711
  * Gets current value of property {@link #getShowMainContent showMainContent}.
4727
4712
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/mdc/enum/FilterBarValidationStatus" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
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.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
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.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**