@sapui5/types 1.120.16 → 1.120.18

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 (53) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.f.d.ts +1 -1
  4. package/types/sap.fe.core.d.ts +1 -1
  5. package/types/sap.fe.macros.d.ts +1 -1
  6. package/types/sap.fe.navigation.d.ts +1 -1
  7. package/types/sap.fe.placeholder.d.ts +1 -1
  8. package/types/sap.fe.templates.d.ts +1 -1
  9. package/types/sap.fe.test.d.ts +1 -1
  10. package/types/sap.fe.tools.d.ts +1 -1
  11. package/types/sap.gantt.d.ts +44 -7
  12. package/types/sap.insights.d.ts +1 -1
  13. package/types/sap.m.d.ts +3 -3
  14. package/types/sap.makit.d.ts +1 -1
  15. package/types/sap.me.d.ts +1 -1
  16. package/types/sap.ndc.d.ts +14 -1
  17. package/types/sap.ovp.d.ts +25 -8
  18. package/types/sap.sac.df.d.ts +1 -1
  19. package/types/sap.suite.ui.commons.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +1 -1
  25. package/types/sap.ui.comp.d.ts +1 -1
  26. package/types/sap.ui.core.d.ts +55 -5
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.generic.app.d.ts +1 -1
  31. package/types/sap.ui.generic.template.d.ts +1 -1
  32. package/types/sap.ui.integration.d.ts +1 -1
  33. package/types/sap.ui.layout.d.ts +1 -1
  34. package/types/sap.ui.mdc.d.ts +1 -1
  35. package/types/sap.ui.richtexteditor.d.ts +1 -1
  36. package/types/sap.ui.rta.d.ts +1 -1
  37. package/types/sap.ui.suite.d.ts +1 -1
  38. package/types/sap.ui.support.d.ts +1 -1
  39. package/types/sap.ui.table.d.ts +1 -1
  40. package/types/sap.ui.testrecorder.d.ts +1 -1
  41. package/types/sap.ui.unified.d.ts +1 -1
  42. package/types/sap.ui.ux3.d.ts +1 -1
  43. package/types/sap.ui.webc.common.d.ts +1 -1
  44. package/types/sap.ui.webc.fiori.d.ts +1 -1
  45. package/types/sap.ui.webc.main.d.ts +1 -1
  46. package/types/sap.uiext.inbox.d.ts +1 -1
  47. package/types/sap.ushell.d.ts +1 -1
  48. package/types/sap.ushell_abap.d.ts +1 -1
  49. package/types/sap.uxap.d.ts +1 -1
  50. package/types/sap.viz.d.ts +1 -1
  51. package/types/sap.zen.commons.d.ts +1 -1
  52. package/types/sap.zen.crosstab.d.ts +1 -1
  53. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.120.16",
3
+ "version": "1.120.18",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.7
1
+ // For Library Version: 1.120.9
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -43892,6 +43892,17 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
43892
43892
  * @returns Value of property `enableLassoInvert`
43893
43893
  */
43894
43894
  getEnableLassoInvert(): boolean;
43895
+ /**
43896
+ * Gets current value of property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
43897
+ *
43898
+ * Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
43899
+ *
43900
+ * Default value is `true`.
43901
+ *
43902
+ *
43903
+ * @returns Value of property `enableMultipleGhosts`
43904
+ */
43905
+ getEnableMultipleGhosts(): boolean;
43895
43906
  /**
43896
43907
  * Gets current value of property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
43897
43908
  *
@@ -44390,7 +44401,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
44390
44401
  * Gets current value of property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
44391
44402
  *
44392
44403
  * Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
44393
- * property takes effect if only one shape is selected.
44404
+ * property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
44394
44405
  *
44395
44406
  * Default value is `false`.
44396
44407
  *
@@ -44401,7 +44412,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
44401
44412
  /**
44402
44413
  * Gets current value of property {@link #getShowTextOnGhost showTextOnGhost}.
44403
44414
  *
44404
- * Option to show or hide shape labels on ghost while dragging.
44415
+ * Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
44416
+ * is set to true.
44405
44417
  *
44406
44418
  * Default value is `true`.
44407
44419
  *
@@ -45267,6 +45279,24 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
45267
45279
  */
45268
45280
  bEnableLassoInvert?: boolean
45269
45281
  ): this;
45282
+ /**
45283
+ * Sets a new value for property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
45284
+ *
45285
+ * Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
45286
+ *
45287
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
45288
+ *
45289
+ * Default value is `true`.
45290
+ *
45291
+ *
45292
+ * @returns Reference to `this` in order to allow method chaining
45293
+ */
45294
+ setEnableMultipleGhosts(
45295
+ /**
45296
+ * New value for property `enableMultipleGhosts`
45297
+ */
45298
+ bEnableMultipleGhosts?: boolean
45299
+ ): this;
45270
45300
  /**
45271
45301
  * Sets a new value for property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
45272
45302
  *
@@ -45887,7 +45917,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
45887
45917
  * Sets a new value for property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
45888
45918
  *
45889
45919
  * Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
45890
- * property takes effect if only one shape is selected.
45920
+ * property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
45891
45921
  *
45892
45922
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
45893
45923
  *
@@ -45905,7 +45935,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
45905
45935
  /**
45906
45936
  * Sets a new value for property {@link #getShowTextOnGhost showTextOnGhost}.
45907
45937
  *
45908
- * Option to show or hide shape labels on ghost while dragging.
45938
+ * Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
45939
+ * is set to true.
45909
45940
  *
45910
45941
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
45911
45942
  *
@@ -46307,7 +46338,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
46307
46338
 
46308
46339
  /**
46309
46340
  * Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
46310
- * property takes effect if only one shape is selected.
46341
+ * property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
46311
46342
  */
46312
46343
  showShapeTimeOnDrag?: boolean | PropertyBindingInfo | `{${string}}`;
46313
46344
 
@@ -46479,7 +46510,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
46479
46510
  selectOnlyGraphicalShape?: boolean | PropertyBindingInfo | `{${string}}`;
46480
46511
 
46481
46512
  /**
46482
- * Option to show or hide shape labels on ghost while dragging.
46513
+ * Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
46514
+ * is set to true.
46483
46515
  *
46484
46516
  * @since 1.94
46485
46517
  */
@@ -46606,6 +46638,11 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
46606
46638
  */
46607
46639
  shapeRenderOrder?: string[] | PropertyBindingInfo | `{${string}}`;
46608
46640
 
46641
+ /**
46642
+ * Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
46643
+ */
46644
+ enableMultipleGhosts?: boolean | PropertyBindingInfo | `{${string}}`;
46645
+
46609
46646
  /**
46610
46647
  * Table of the Gantt Chart
46611
46648
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.120.9
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -150588,7 +150588,7 @@ declare module "sap/m/upload/UploadSet" {
150588
150588
  * Required for receiving a `readyState` is to set the property `sendXHR` to true. This property is not
150589
150589
  * supported by Internet Explorer 9.
150590
150590
  */
150591
- readyState?: string;
150591
+ readyState?: int;
150592
150592
 
150593
150593
  /**
150594
150594
  * Status of the XHR request.
@@ -150596,7 +150596,7 @@ declare module "sap/m/upload/UploadSet" {
150596
150596
  * Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
150597
150597
  * by Internet Explorer 9.
150598
150598
  */
150599
- status?: string;
150599
+ status?: int;
150600
150600
 
150601
150601
  /**
150602
150602
  * Http-Response which comes from the server.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
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.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -238,6 +238,19 @@ declare module "sap/ndc/BarcodeScanner" {
238
238
  */
239
239
  options?: object
240
240
  ): void;
241
+ /**
242
+ * Set the sId of the element to be focused, which will then be used to retrieve the instance of the focused
243
+ * SAP UI5 element.
244
+ *
245
+ *
246
+ * @returns Return True if set success.
247
+ */
248
+ setFocusedInstanceId(
249
+ /**
250
+ * Defines the sId for the focused element.
251
+ */
252
+ sId?: string
253
+ ): boolean;
241
254
  /**
242
255
  * Set the callback function for the physical scan button.
243
256
  */
@@ -1,16 +1,31 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
5
5
  declare module "sap/ovp/app/Component" {
6
- import AppComponent from "sap/fe/core/AppComponent";
6
+ import {
7
+ default as AppComponent,
8
+ $AppComponentSettings,
9
+ } from "sap/fe/core/AppComponent";
7
10
 
8
11
  import ComponentMetadata from "sap/ui/core/ComponentMetadata";
9
12
 
10
13
  /**
11
14
  * Overview Page Application Component
12
15
  */
13
- interface Component extends AppComponent {
16
+ export default class Component extends AppComponent {
17
+ /**
18
+ * Main class used for Overview Page Application Component
19
+ *
20
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
21
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
22
+ * of the syntax of the settings object.
23
+ *
24
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.fe.core.AppComponent#constructor sap.fe.core.AppComponent }
25
+ * can be used.@ui5-updated-doclet
26
+ */
27
+ constructor();
28
+
14
29
  /**
15
30
  * Creates a new subclass of class sap.ovp.app.Component with name `sClassName` and enriches it with the
16
31
  * information contained in `oClassInfo`.
@@ -20,7 +35,7 @@ declare module "sap/ovp/app/Component" {
20
35
  *
21
36
  * @returns Created class / constructor function
22
37
  */
23
- extend(
38
+ static extend<T extends Record<string, unknown>>(
24
39
  /**
25
40
  * Name of the class being created
26
41
  */
@@ -28,7 +43,7 @@ declare module "sap/ovp/app/Component" {
28
43
  /**
29
44
  * Object literal with information about the class
30
45
  */
31
- oClassInfo?: object,
46
+ oClassInfo?: sap.ClassInfo<T, Component>,
32
47
  /**
33
48
  * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
34
49
  * used by this class
@@ -41,10 +56,12 @@ declare module "sap/ovp/app/Component" {
41
56
  *
42
57
  * @returns Metadata object describing this class
43
58
  */
44
- getMetadata(): ComponentMetadata;
59
+ static getMetadata(): ComponentMetadata;
45
60
  }
46
- const Component: Component;
47
- export default Component;
61
+ /**
62
+ * Describes the settings that can be provided to the Component constructor.
63
+ */
64
+ export interface $ComponentSettings extends $AppComponentSettings {}
48
65
  }
49
66
 
50
67
  declare module "sap/ovp/app/TemplateBaseExtension" {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.8
1
+ // For Library Version: 1.120.9
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.16
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
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.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.17
283
+ // For Library Version: 1.120.18
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -32689,14 +32689,64 @@ declare module "sap/ui/core/mvc/ControllerExtension" {
32689
32689
  * **Note:** This static method is automatically propagated to subclasses of `ControllerExtension`.
32690
32690
  *
32691
32691
  *
32692
- * @returns A controller extension class
32692
+ * @returns The adapted controller extension class
32693
32693
  */
32694
- static override(
32694
+ static override<
32695
+ TheExtension extends new () => ControllerExtension,
32696
+ AddtlProps extends object
32697
+ >(
32698
+ this: TheExtension,
32695
32699
  /**
32696
32700
  * The custom extension definition
32697
32701
  */
32698
- oExtension: Record<string, Function>
32699
- ): Function;
32702
+ customExtension: AddtlProps
32703
+ ): new () => InstanceType<TheExtension> & AddtlProps;
32704
+ /**
32705
+ * A marker method for applying controller extensions to controller class members in TypeScript code.
32706
+ * This method is only used to make TypeScript usage compatible to the UI5 runtime behavior, where an extension
32707
+ * *class* is assigned when the controller is defined, but each controller instance gets an *instance* of
32708
+ * this extension. This method call is removed in the class transformer when the ES class is transformed
32709
+ * to the traditional UI5 class definition syntax.
32710
+ *
32711
+ * To allow for proper removal, it may only be called directly on the base class `ControllerExtension`,
32712
+ * at the place where a controller extension is assigned to a member property of the new controller class.
32713
+ * The class transformation then removes this call. If it is not removed because it is used in any other
32714
+ * way, then it throws an error at runtime.
32715
+ *
32716
+ * Usage example:
32717
+ * ```javascript
32718
+ * import Routing from "sap/fe/core/controllerextensions/Routing";
32719
+ * import ControllerExtension from "sap/ui/core/mvc/ControllerExtension";
32720
+ * ...
32721
+ * export default class App extends Controller {
32722
+ * routing = ControllerExtension.use(Routing);
32723
+ * ```
32724
+ *
32725
+ * Usage example with overriding extension callbacks:
32726
+ * ```javascript
32727
+ * import Routing from "sap/fe/core/controllerextensions/Routing";
32728
+ * import ControllerExtension from "sap/ui/core/mvc/ControllerExtension";
32729
+ * ...
32730
+ * export default class App extends Controller {
32731
+ * routing = ControllerExtension.use(Routing.override({
32732
+ * ...
32733
+ * }));
32734
+ * ```
32735
+ *
32736
+ *
32737
+ *
32738
+ * @returns An instance of the given `ControllerExtension`. **NOTE:** this is only a dummy return type for
32739
+ * proper usage in TypeScript. This method does not actually return an instance of `ControllerExtension`,
32740
+ * but only throws an error at runtime. The sole purpose of this method is to mimic the actual runtime behavior
32741
+ * where a *class* is given when a controller is defined, but an *instance* is present in each controller
32742
+ * instance.
32743
+ */
32744
+ static use<TheExtension extends ControllerExtension>(
32745
+ /**
32746
+ * The ControllerExtension to use
32747
+ */
32748
+ extensionClass: new () => TheExtension
32749
+ ): TheExtension;
32700
32750
  /**
32701
32751
  * Returns an Element of the connected view with the given local ID.
32702
32752
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.1
1
+ // For Library Version: 1.120.2
2
2
 
3
3
  declare module "sap/ui/generic/app/library" {
4
4
  export namespace navigation {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.1
1
+ // For Library Version: 1.120.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
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.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
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.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
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.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.16
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.16
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.6
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4