@sapui5/ts-types-esm 1.145.0 → 1.145.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 (53) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.145.1-esm-d.ts} +1 -1
  3. package/types/{sap.ui.dt.d.ts → dt-1.145.1-esm-d.ts} +1 -1
  4. package/types/index.d.ts +7 -7
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.f.d.ts +1 -1
  7. package/types/sap.fe.ariba.d.ts +1 -1
  8. package/types/sap.fe.controls.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +1 -1
  10. package/types/sap.fe.ina.d.ts +1 -1
  11. package/types/sap.fe.macros.d.ts +147 -1
  12. package/types/sap.fe.navigation.d.ts +1 -1
  13. package/types/sap.fe.placeholder.d.ts +1 -1
  14. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  15. package/types/sap.fe.templates.d.ts +1 -1
  16. package/types/sap.fe.test.d.ts +1 -1
  17. package/types/sap.fe.tools.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +99 -1
  19. package/types/sap.insights.d.ts +1 -1
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +1 -1
  24. package/types/sap.suite.ui.commons.d.ts +1 -1
  25. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  26. package/types/sap.suite.ui.microchart.d.ts +1 -1
  27. package/types/sap.ui.codeeditor.d.ts +1 -1
  28. package/types/sap.ui.comp.d.ts +1 -1
  29. package/types/sap.ui.export.d.ts +1 -1
  30. package/types/sap.ui.fl.d.ts +1 -1
  31. package/types/sap.ui.geomap.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.richtexteditor.d.ts +1 -1
  35. package/types/sap.ui.rta.d.ts +1 -1
  36. package/types/sap.ui.suite.d.ts +1 -1
  37. package/types/sap.ui.support.d.ts +1 -1
  38. package/types/sap.ui.table.d.ts +1 -1
  39. package/types/sap.ui.testrecorder.d.ts +1 -1
  40. package/types/sap.ui.unified.d.ts +1 -1
  41. package/types/sap.ui.webc.common.d.ts +1 -1
  42. package/types/sap.ui.webc.fiori.d.ts +1 -1
  43. package/types/sap.ui.webc.main.d.ts +1 -1
  44. package/types/sap.uiext.inbox.d.ts +1 -1
  45. package/types/sap.ushell.d.ts +1 -1
  46. package/types/sap.ushell_abap.d.ts +1 -1
  47. package/types/sap.uxap.d.ts +1 -1
  48. package/types/sap.viz.d.ts +1 -1
  49. package/types/{sap.tnt.d.ts → tnt-1.145.1-esm-d.ts} +1 -1
  50. package/types/{sap.ui.ux3.d.ts → ux3-1.145.1-esm-d.ts} +1 -1
  51. /package/types/{sap.ui.core.d.ts → core-1.145.0-esm-d.ts} +0 -0
  52. /package/types/{sap.ui.mdc.d.ts → mdc-1.145.0-esm-d.ts} +0 -0
  53. /package/types/{sap.m.d.ts → mobile-1.145.0-esm-d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.145.0",
3
+ "version": "1.145.2",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.1
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.145.0
1
+ // For Library Version: 1.145.1
2
2
 
3
3
  declare module "sap/ui/dt/library" {
4
4
  export namespace designtime {
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="./sap.ui.commons.d.ts"/>
20
+ /// <reference path="./commons-1.145.1-esm-d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./sap.ui.core.d.ts"/>
23
- /// <reference path="./sap.ui.dt.d.ts"/>
22
+ /// <reference path="./core-1.145.0-esm-d.ts"/>
23
+ /// <reference path="./dt-1.145.1-esm-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"/>
@@ -33,8 +33,8 @@
33
33
  /// <reference path="./sap.ui.integration.d.ts"/>
34
34
  /// <reference path="./sap.ui.layout.d.ts"/>
35
35
  /// <reference path="./sap.makit.d.ts"/>
36
- /// <reference path="./sap.ui.mdc.d.ts"/>
37
- /// <reference path="./sap.m.d.ts"/>
36
+ /// <reference path="./mdc-1.145.0-esm-d.ts"/>
37
+ /// <reference path="./mobile-1.145.0-esm-d.ts"/>
38
38
  /// <reference path="./sap.me.d.ts"/>
39
39
  /// <reference path="./sap.ndc.d.ts"/>
40
40
  /// <reference path="./sap.ovp.d.ts"/>
@@ -70,12 +70,12 @@
70
70
  /// <reference path="./sap.ui.support.d.ts"/>
71
71
  /// <reference path="./sap.ui.table.d.ts"/>
72
72
  /// <reference path="./sap.ui.testrecorder.d.ts"/>
73
- /// <reference path="./sap.tnt.d.ts"/>
73
+ /// <reference path="./tnt-1.145.1-esm-d.ts"/>
74
74
  /// <reference path="./sap.ca.ui.d.ts"/>
75
75
  /// <reference path="./sap.ui.unified.d.ts"/>
76
76
  /// <reference path="./sap.ushell.d.ts"/>
77
77
  /// <reference path="./sap.ushell_abap.d.ts"/>
78
- /// <reference path="./sap.ui.ux3.d.ts"/>
78
+ /// <reference path="./ux3-1.145.1-esm-d.ts"/>
79
79
  /// <reference path="./sap.uxap.d.ts"/>
80
80
  /// <reference path="./sap.ui.vbm.d.ts"/>
81
81
  /// <reference path="./sap.viz.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
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.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare namespace sap {}
@@ -418,7 +418,7 @@ declare module "sap/fe/core/controllerextensions/BaseControllerExtension" {
418
418
  }
419
419
  }
420
420
 
421
- // For Library Version: 1.145.0
421
+ // For Library Version: 1.145.2
422
422
 
423
423
  declare module "sap/fe/core/AppComponent" {
424
424
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/fe/macros/AINotice" {
4
4
  import {
@@ -6463,6 +6463,145 @@ declare module "sap/fe/macros/form/Form.block" {
6463
6463
  }
6464
6464
  }
6465
6465
 
6466
+ declare module "sap/fe/macros/form/FormLayoutOptions" {
6467
+ import {
6468
+ default as BuildingBlockObjectProperty,
6469
+ $BuildingBlockObjectPropertySettings,
6470
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
6471
+
6472
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
6473
+
6474
+ /**
6475
+ * Configuration options for the Form layout
6476
+ */
6477
+ export default class FormLayoutOptions extends BuildingBlockObjectProperty {}
6478
+ /**
6479
+ * Describes the settings that can be provided to the FormLayoutOptions constructor.
6480
+ */
6481
+ export interface $FormLayoutOptionsSettings
6482
+ extends $BuildingBlockObjectPropertySettings {
6483
+ /**
6484
+ * If set, the usage of `labelSpanL` and `labelSpanXL` is dependent on the size of the used column.
6485
+ * If the space is less than 600px, for example, two columns are used, `labelSpanM` is used instead.
6486
+ * Applicable for ResponsiveGridLayout type
6487
+ */
6488
+ adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
6489
+
6490
+ /**
6491
+ * Defines the background color of the form
6492
+ */
6493
+ backgroundDesign?: string | PropertyBindingInfo;
6494
+
6495
+ /**
6496
+ * The breakpoint (in pixels) between L size and XL size for the ResponsiveGridLayout
6497
+ * Applicable for ResponsiveGridLayout type
6498
+ */
6499
+ breakpointL?: int | PropertyBindingInfo | `{${string}}`;
6500
+
6501
+ /**
6502
+ * The breakpoint (in pixels) between M size and L size for the ResponsiveGridLayout
6503
+ * Applicable for ResponsiveGridLayout type
6504
+ */
6505
+ breakpointM?: int | PropertyBindingInfo | `{${string}}`;
6506
+
6507
+ /**
6508
+ * The breakpoint (in pixels) between XL size and XXL size for the ResponsiveGridLayout
6509
+ * Applicable for ResponsiveGridLayout type
6510
+ */
6511
+ breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
6512
+
6513
+ /**
6514
+ * Number of columns for L size
6515
+ * Applicable for ColumnLayout type
6516
+ */
6517
+ columnsL?: int | PropertyBindingInfo | `{${string}}`;
6518
+
6519
+ /**
6520
+ * Number of columns for M size
6521
+ * Applicable for ColumnLayout type
6522
+ */
6523
+ columnsM?: int | PropertyBindingInfo | `{${string}}`;
6524
+
6525
+ /**
6526
+ * Number of columns for XL size
6527
+ * Applicable for ColumnLayout type
6528
+ */
6529
+ columnsXL?: int | PropertyBindingInfo | `{${string}}`;
6530
+
6531
+ /**
6532
+ * Number of grid cells that are empty at the end of a row in large screen size
6533
+ * Applicable for ColumnLayout type
6534
+ */
6535
+ emptyCellsLarge?: int | PropertyBindingInfo | `{${string}}`;
6536
+
6537
+ /**
6538
+ * Number of empty grid cells that are added on the end of each line in L size
6539
+ * Applicable for ResponsiveGridLayout type
6540
+ */
6541
+ emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
6542
+
6543
+ /**
6544
+ * Number of empty grid cells that are added on the end of each line in M size
6545
+ * Applicable for ResponsiveGridLayout type
6546
+ */
6547
+ emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
6548
+
6549
+ /**
6550
+ * Number of empty grid cells that are added on the end of each line in S size
6551
+ * Applicable for ResponsiveGridLayout type
6552
+ */
6553
+ emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
6554
+
6555
+ /**
6556
+ * Number of empty grid cells that are added on the end of each line in XL size
6557
+ * Applicable for ResponsiveGridLayout type
6558
+ */
6559
+ emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
6560
+
6561
+ /**
6562
+ * Number of grid cells that are reserved for the labels in large screen size
6563
+ * Applicable for ColumnLayout type
6564
+ */
6565
+ labelCellsLarge?: int | PropertyBindingInfo | `{${string}}`;
6566
+
6567
+ /**
6568
+ * Number of grid cells that are used for the labels in L size
6569
+ * Applicable for ResponsiveGridLayout type
6570
+ */
6571
+ labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
6572
+
6573
+ /**
6574
+ * Number of grid cells that are used for the labels in M size
6575
+ * Applicable for ResponsiveGridLayout type
6576
+ */
6577
+ labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
6578
+
6579
+ /**
6580
+ * Number of grid cells that are used for the labels in S size
6581
+ * Applicable for ResponsiveGridLayout type
6582
+ */
6583
+ labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
6584
+
6585
+ /**
6586
+ * Number of grid cells that are used for the labels in XL size
6587
+ * Applicable for ResponsiveGridLayout type
6588
+ */
6589
+ labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
6590
+
6591
+ /**
6592
+ * If set, a single container has the full size of the parent container.
6593
+ * Otherwise, the container size is determined by the number of columns and the spacing between the columns.
6594
+ * Applicable for ResponsiveGridLayout type
6595
+ */
6596
+ singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
6597
+
6598
+ /**
6599
+ * The layout type to be used for the form
6600
+ */
6601
+ type?: string | PropertyBindingInfo;
6602
+ }
6603
+ }
6604
+
6466
6605
  declare module "sap/fe/macros/microchart/MicroChart" {
6467
6606
  import {
6468
6607
  default as MicroChart1,
@@ -6934,6 +7073,11 @@ declare module "sap/fe/macros/table/Action" {
6934
7073
  */
6935
7074
  requiresSelection?: boolean | PropertyBindingInfo | `{${string}}`;
6936
7075
 
7076
+ /**
7077
+ * Determines whether the action is visible.
7078
+ */
7079
+ visible?: boolean | PropertyBindingInfo | `{${string}}`;
7080
+
6937
7081
  /**
6938
7082
  * Event handler to be called when the user chooses the action
6939
7083
  */
@@ -9740,6 +9884,8 @@ declare namespace sap {
9740
9884
 
9741
9885
  "sap/fe/macros/form/Form.block": undefined;
9742
9886
 
9887
+ "sap/fe/macros/form/FormLayoutOptions": undefined;
9888
+
9743
9889
  "sap/fe/macros/FormElement": undefined;
9744
9890
 
9745
9891
  "sap/fe/macros/KPITag": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -48,7 +48,7 @@ declare module "sap/fe/templates/ListReport/ListReportControllerOverrides" {
48
48
  }
49
49
  }
50
50
 
51
- // For Library Version: 1.145.0
51
+ // For Library Version: 1.145.2
52
52
 
53
53
  declare module "sap/fe/templates/library" {}
54
54
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -45224,6 +45224,18 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
45224
45224
  * @returns Value of property `enableSelectAndDrag`
45225
45225
  */
45226
45226
  getEnableSelectAndDrag(): boolean;
45227
+ /**
45228
+ * Gets current value of property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
45229
+ *
45230
+ * Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
45231
+ * event is not triggered when a shape is dropped from another chart.
45232
+ *
45233
+ * Default value is `true`.
45234
+ *
45235
+ *
45236
+ * @returns Value of property `enableShapeDropFromOtherCharts`
45237
+ */
45238
+ getEnableShapeDropFromOtherCharts(): boolean;
45227
45239
  /**
45228
45240
  * Gets current value of property {@link #getEnableVerticalLine enableVerticalLine}.
45229
45241
  *
@@ -45799,6 +45811,19 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
45799
45811
  * @returns Value of property `useParentShapeOnExpand`
45800
45812
  */
45801
45813
  getUseParentShapeOnExpand(): boolean;
45814
+ /**
45815
+ * Gets current value of property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
45816
+ *
45817
+ * Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
45818
+ * has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
45819
+ * not have a fill explicitly set.
45820
+ *
45821
+ * Default value is `false`.
45822
+ *
45823
+ *
45824
+ * @returns Value of property `useShapeFillForGhost`
45825
+ */
45826
+ getUseShapeFillForGhost(): boolean;
45802
45827
  /**
45803
45828
  * Gets current value of property {@link #getWidth width}.
45804
45829
  *
@@ -46715,6 +46740,25 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
46715
46740
  */
46716
46741
  bEnableSelectAndDrag?: boolean
46717
46742
  ): this;
46743
+ /**
46744
+ * Sets a new value for property {@link #getEnableShapeDropFromOtherCharts enableShapeDropFromOtherCharts}.
46745
+ *
46746
+ * Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
46747
+ * event is not triggered when a shape is dropped from another chart.
46748
+ *
46749
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
46750
+ *
46751
+ * Default value is `true`.
46752
+ *
46753
+ *
46754
+ * @returns Reference to `this` in order to allow method chaining
46755
+ */
46756
+ setEnableShapeDropFromOtherCharts(
46757
+ /**
46758
+ * New value for property `enableShapeDropFromOtherCharts`
46759
+ */
46760
+ bEnableShapeDropFromOtherCharts?: boolean
46761
+ ): this;
46718
46762
  /**
46719
46763
  * Enable or disable table's variable row height feature
46720
46764
  *
@@ -47424,6 +47468,26 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
47424
47468
  */
47425
47469
  bUseParentShapeOnExpand?: boolean
47426
47470
  ): this;
47471
+ /**
47472
+ * Sets a new value for property {@link #getUseShapeFillForGhost useShapeFillForGhost}.
47473
+ *
47474
+ * Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
47475
+ * has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
47476
+ * not have a fill explicitly set.
47477
+ *
47478
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
47479
+ *
47480
+ * Default value is `false`.
47481
+ *
47482
+ *
47483
+ * @returns Reference to `this` in order to allow method chaining
47484
+ */
47485
+ setUseShapeFillForGhost(
47486
+ /**
47487
+ * New value for property `useShapeFillForGhost`
47488
+ */
47489
+ bUseShapeFillForGhost?: boolean
47490
+ ): this;
47427
47491
  /**
47428
47492
  * Sets a new value for property {@link #getWidth width}.
47429
47493
  *
@@ -48047,6 +48111,22 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
48047
48111
  */
48048
48112
  optimiseRelationships?: boolean | PropertyBindingInfo | `{${string}}`;
48049
48113
 
48114
+ /**
48115
+ * Flag to use the shape fill for the ghost shape when dragging. When the flag is enabled, the ghost shape
48116
+ * has the same fill color as the original shape. The property takes effect only when `shapeStyles` does
48117
+ * not have a fill explicitly set.
48118
+ */
48119
+ useShapeFillForGhost?: boolean | PropertyBindingInfo | `{${string}}`;
48120
+
48121
+ /**
48122
+ * Flag to enable dropping of shapes from other gantt charts onto this chart. When disabled, the shapeDrop
48123
+ * event is not triggered when a shape is dropped from another chart.
48124
+ */
48125
+ enableShapeDropFromOtherCharts?:
48126
+ | boolean
48127
+ | PropertyBindingInfo
48128
+ | `{${string}}`;
48129
+
48050
48130
  /**
48051
48131
  * Table of the Gantt Chart
48052
48132
  *
@@ -48891,6 +48971,24 @@ declare module "sap/gantt/simple/GanttPrinting" {
48891
48971
  */
48892
48972
  printDialogTemplate: PrintDialogTemplate
48893
48973
  ): Promise<any>;
48974
+ /**
48975
+ * Opens the print dialog for single page printing.
48976
+ *
48977
+ * @since 1.111
48978
+ *
48979
+ * @returns A promise for chaining actions after the print dialog is ready.
48980
+ */
48981
+ openPdfPreview(
48982
+ /**
48983
+ * Optional function which takes cloned gantt chart's table for modification. Applications can loop through
48984
+ * the table columns and update certain properties like maxLines to overcome html2canvas limitations.
48985
+ */
48986
+ fnUpdateTable: Function,
48987
+ /**
48988
+ * which takes custom buttons to display on print Dialog
48989
+ */
48990
+ printDialogTemplate: PrintDialogTemplate
48991
+ ): Promise<any>;
48894
48992
  /**
48895
48993
  * Sets the Gantt chart to be exported as PDF.
48896
48994
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
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.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.1
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  import BaseObject from "sap/ui/base/Object";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  import ListBinding from "sap/ui/model/ListBinding";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/geomap/gen/sap_webcomponents/geomap" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
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.145.0
1
+ // For Library Version: 1.145.2
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.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
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.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
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.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.2
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.145.1
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
File without changes
File without changes