@sapui5/ts-types 1.142.3 → 1.143.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/{sap.ui.commons.d.ts → commons-1.143.0-d.ts} +1 -1
  3. package/types/{core-1.142.0-d.ts → core-1.143.0-d.ts} +66 -54
  4. package/types/{dt-1.142.1-d.ts → dt-1.143.0-d.ts} +1 -1
  5. package/types/index.d.ts +8 -7
  6. package/types/{mdc-1.142.1-d.ts → mdc-1.143.0-d.ts} +500 -137
  7. package/types/{mobile-1.142.0-d.ts → mobile-1.143.0-d.ts} +168 -11
  8. package/types/sap.apf.d.ts +1 -1
  9. package/types/sap.ca.ui.d.ts +1 -1
  10. package/types/sap.chart.d.ts +1 -1
  11. package/types/sap.collaboration.d.ts +1 -1
  12. package/types/sap.esh.search.ui.d.ts +670 -13
  13. package/types/sap.f.d.ts +8 -1
  14. package/types/sap.fe.ariba.d.ts +1 -1
  15. package/types/sap.fe.base.d.ts +1 -1
  16. package/types/sap.fe.controls.d.ts +1 -1
  17. package/types/sap.fe.core.d.ts +1 -6
  18. package/types/sap.fe.ina.d.ts +1 -1
  19. package/types/sap.fe.macros.d.ts +35 -102
  20. package/types/sap.fe.navigation.d.ts +1 -1
  21. package/types/sap.fe.placeholder.d.ts +1 -1
  22. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  23. package/types/sap.fe.templates.d.ts +1 -1
  24. package/types/sap.fe.test.d.ts +7 -2
  25. package/types/sap.fe.tools.d.ts +1 -1
  26. package/types/sap.feedback.ui.d.ts +1 -1
  27. package/types/sap.gantt.d.ts +1 -1
  28. package/types/sap.insights.d.ts +1 -1
  29. package/types/sap.makit.d.ts +1 -1
  30. package/types/sap.me.d.ts +1 -1
  31. package/types/sap.ndc.d.ts +1 -1
  32. package/types/sap.ovp.d.ts +1 -1
  33. package/types/sap.rules.ui.d.ts +1 -1
  34. package/types/sap.sac.df.d.ts +1 -1
  35. package/types/sap.suite.ui.commons.d.ts +216 -11
  36. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  37. package/types/sap.suite.ui.microchart.d.ts +24 -2
  38. package/types/sap.ui.codeeditor.d.ts +1 -1
  39. package/types/sap.ui.comp.d.ts +7 -4
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +3 -6
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +27560 -0
  45. package/types/sap.ui.integration.d.ts +45 -9
  46. package/types/sap.ui.layout.d.ts +64 -46
  47. package/types/sap.ui.richtexteditor.d.ts +39 -1
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +61 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +53 -10
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
  69. package/types/{tnt-1.142.1-d.ts → tnt-1.143.0-d.ts} +1 -1
  70. package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-d.ts} +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.142.3",
3
+ "version": "1.143.1",
4
4
  "description": "SAPUI5 TypeScript Definitions",
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.142.2
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.142.0
282
+ // For Library Version: 1.143.0
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -33551,10 +33551,11 @@ declare namespace sap {
33551
33551
  }
33552
33552
 
33553
33553
  /**
33554
- * Marker interface for controls that can be used as content of `sap.ui.layout.form.Form` or `sap.ui.layout.form.SimpleForm`.
33554
+ * Marker interface for controls that can be used as content of {@link sap.ui.layout.form.Form} or {@link sap.ui.layout.form.SimpleForm}.
33555
33555
  *
33556
- * If the control's width must not be adjusted by the `Form` control to meet the cell's width, the control
33557
- * must implement the `getFormDoNotAdjustWidth` function and return `true`.
33556
+ * If the control's width must not be adjusted by the {@link sap.ui.layout.form.Form Form} control to meet
33557
+ * the cell's width, the control must implement the {@link sap.ui.core.IFormContent.getFormDoNotAdjustWidth getFormDoNotAdjustWidth }
33558
+ * function and return `true`.
33558
33559
  *
33559
33560
  * @since 1.48.0
33560
33561
  */
@@ -33562,17 +33563,18 @@ declare namespace sap {
33562
33563
  __implements__sap_ui_core_IFormContent: boolean;
33563
33564
 
33564
33565
  /**
33565
- * Whether a control wants to keep its original width even when used in a `Form`.
33566
+ * Whether a control wants to keep its original width even when used in a {@link sap.ui.layout.form.Form Form}.
33566
33567
  *
33567
- * In the `Form` control, all content controls are positioned on a grid cell base. By default, the controls
33568
- * use the full width of the used grid cell. But for some controls (like image controls), this is not the
33569
- * desired behavior. In this case the control must keep its original width.
33568
+ * In the {@link sap.ui.layout.form.Form Form} control, all content controls are positioned on a grid cell
33569
+ * base. By default, the controls use the full width of the used grid cell. But for some controls (like
33570
+ * image controls), this is not the desired behavior. In this case the control must keep its original width.
33570
33571
  *
33571
33572
  * This is an optional method. When not defined, the width of the control might be adjusted.
33572
33573
  *
33573
33574
  * @since 1.48.0
33574
33575
  *
33575
- * @returns true if the `Form` is not allowed to adjust the width of the control to use the cell's width
33576
+ * @returns `true` if the {@link sap.ui.layout.form.Form Form} is not allowed to adjust the width of the
33577
+ * control to use the cell's width
33576
33578
  */
33577
33579
  getFormDoNotAdjustWidth?(): boolean;
33578
33580
  }
@@ -33614,7 +33616,7 @@ declare namespace sap {
33614
33616
  /**
33615
33617
  * Marker interface for controls that can be used as content of {@link sap.ui.layout.form.SemanticFormElement SemanticFormElement}.
33616
33618
  *
33617
- * If the value-holding property of the control is not `valuetext`, the name of the value-holding
33619
+ * If the value-holding property of the control is not `value` or `text`, the name of the value-holding
33618
33620
  * property must be returned in the {@link sap.ui.core.ISemanticFormContent.getFormValueProperty getFormValueProperty }
33619
33621
  * function.
33620
33622
  *
@@ -55673,9 +55675,8 @@ declare namespace sap {
55673
55675
  function ODataTreeBindingFlat(): void;
55674
55676
  /**
55675
55677
  * The types in this namespace are {@link sap.ui.model.SimpleType simple types} corresponding to OData primitive
55676
- * types for both {@link http://www.odata.org/documentation/odata-version-2-0/overview#AbstractTypeSystem OData V2 }
55677
- * and {@link http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part3-csdl.html OData V4} (see "4.4
55678
- * Primitive Types").
55678
+ * types for both {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 OData V4.01 }
55679
+ * and {@link https://www.odata.org/documentation/odata-version-2-0/overview#AbstractTypeSystem OData V2}.
55679
55680
  *
55680
55681
  * They can be used in any place where simple types are allowed (and the model representation matches),
55681
55682
  * but they are of course most valuable when used in bindings to a {@link sap.ui.model.odata.v2.ODataModel }
@@ -55735,8 +55736,9 @@ declare namespace sap {
55735
55736
  */
55736
55737
  namespace type {
55737
55738
  /**
55738
- * This class represents the OData primitive type
55739
- * `Edm.Boolean`.
55739
+ * This class represents the OData primitive type `Edm.Boolean`, see
55740
+ * type definition for OData V4.01 or
55741
+ * type definition for OData V2.
55740
55742
  *
55741
55743
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
55742
55744
  * is represented as a `boolean`.
@@ -55850,8 +55852,9 @@ declare namespace sap {
55850
55852
  ): void;
55851
55853
  }
55852
55854
  /**
55853
- * This class represents the OData primitive type
55854
- * `Edm.Byte`.
55855
+ * This class represents the OData primitive type `Edm.Byte`, see
55856
+ * type definition for OData V4.01 or
55857
+ * type definition for OData V2.
55855
55858
  *
55856
55859
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
55857
55860
  * is represented as a `number`.
@@ -56123,7 +56126,7 @@ declare namespace sap {
56123
56126
  /**
56124
56127
  * Constructor for an OData primitive type `Edm.Date`.
56125
56128
  * See:
56126
- * http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part3-csdl.html
56129
+ * https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338
56127
56130
  */
56128
56131
  constructor(
56129
56132
  /**
@@ -56462,8 +56465,9 @@ declare namespace sap {
56462
56465
  ): void;
56463
56466
  }
56464
56467
  /**
56465
- * This class represents the OData primitive type
56466
- * `Edm.DateTimeOffset`.
56468
+ * This class represents the OData primitive type `Edm.DateTimeOffset`, see
56469
+ * type definition for OData V4.01 or
56470
+ * type definition for OData V2.
56467
56471
  *
56468
56472
  * In {@link sap.ui.model.odata.v2.ODataModel} this type is represented as a `Date` instance in local time.
56469
56473
  * In {@link sap.ui.model.odata.v4.ODataModel} this type is represented as a `string` like "1970-12-31T23:59:58Z".
@@ -56788,8 +56792,9 @@ declare namespace sap {
56788
56792
  ): void;
56789
56793
  }
56790
56794
  /**
56791
- * This class represents the OData primitive type
56792
- * `Edm.Decimal`.
56795
+ * This class represents the OData primitive type `Edm.Decimal`, see
56796
+ * type definition for OData V4.01 or
56797
+ * type definition for OData V2.
56793
56798
  *
56794
56799
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
56795
56800
  * is represented as a `string`.
@@ -56961,8 +56966,9 @@ declare namespace sap {
56961
56966
  ): void;
56962
56967
  }
56963
56968
  /**
56964
- * This class represents the OData primitive type
56965
- * `Edm.Double`.
56969
+ * This class represents the OData primitive type `Edm.Double`, see
56970
+ * type definition for OData V4.01 or
56971
+ * type definition for OData V2.
56966
56972
  *
56967
56973
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
56968
56974
  * is represented as a `number`.
@@ -57092,8 +57098,9 @@ declare namespace sap {
57092
57098
  ): void;
57093
57099
  }
57094
57100
  /**
57095
- * This class represents the OData primitive type
57096
- * `Edm.Guid`.
57101
+ * This class represents the OData primitive type `Edm.Guid`, see
57102
+ * type definition for OData V4.01 or
57103
+ * type definition for OData V2.
57097
57104
  *
57098
57105
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
57099
57106
  * is represented as a `string`.
@@ -57204,8 +57211,10 @@ declare namespace sap {
57204
57211
  ): void;
57205
57212
  }
57206
57213
  /**
57207
- * This is an abstract base class for integer-based
57208
- * OData primitive types like `Edm.Int16` or `Edm.Int32`.
57214
+ * This is an abstract base class for integer-based OData primitive types like `Edm.Int16` or `Edm.Int32`,
57215
+ * see
57216
+ * type definitions for OData V4.01 or
57217
+ * type definitions for OData V2.
57209
57218
  *
57210
57219
  * @since 1.27.0
57211
57220
  */
@@ -57316,8 +57325,9 @@ declare namespace sap {
57316
57325
  ): void;
57317
57326
  }
57318
57327
  /**
57319
- * This class represents the OData primitive type
57320
- * `Edm.Int16`.
57328
+ * This class represents the OData primitive type `Edm.Int16`, see
57329
+ * type definition for OData V4.01 or
57330
+ * type definition for OData V2.
57321
57331
  *
57322
57332
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
57323
57333
  * is represented as a `number`.
@@ -57400,8 +57410,9 @@ declare namespace sap {
57400
57410
  getRange(): object;
57401
57411
  }
57402
57412
  /**
57403
- * This class represents the OData primitive type
57404
- * `Edm.Int32`.
57413
+ * This class represents the OData primitive type `Edm.Int32`, see
57414
+ * type definition for OData V4.01 or
57415
+ * type definition for OData V2.
57405
57416
  *
57406
57417
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
57407
57418
  * is represented as a `number`.
@@ -57484,8 +57495,9 @@ declare namespace sap {
57484
57495
  getRange(): object;
57485
57496
  }
57486
57497
  /**
57487
- * This class represents the OData primitive type
57488
- * `Edm.Int64`.
57498
+ * This class represents the OData primitive type `Edm.Int64`, see
57499
+ * type definition for OData V4.01 or
57500
+ * type definition for OData V2.
57489
57501
  *
57490
57502
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
57491
57503
  * is represented as a `string`.
@@ -57620,8 +57632,8 @@ declare namespace sap {
57620
57632
  ): void;
57621
57633
  }
57622
57634
  /**
57623
- * This class is an abstract base class for all OData primitive types (see {@link http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part3-csdl/odata-v4.0-errata02-os-part3-csdl-complete.html#_The_edm:Documentation_Element OData V4 Edm Types }
57624
- * and {@link http://www.odata.org/documentation/odata-version-2-0/overview#AbstractTypeSystem OData V2 Edm Types}).
57635
+ * This class is an abstract base class for all OData primitive types (see {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 OData V4.01 Edm Types }
57636
+ * and {@link https://www.odata.org/documentation/odata-version-2-0/overview#AbstractTypeSystem OData V2 Edm Types}).
57625
57637
  * All subtypes implement the interface of {@link sap.ui.model.SimpleType}. That means they implement next
57626
57638
  * to the constructor:
57627
57639
  * - {@link sap.ui.model.Type#getName getName}
@@ -57794,8 +57806,9 @@ declare namespace sap {
57794
57806
  validateValue(): void;
57795
57807
  }
57796
57808
  /**
57797
- * This class represents the OData primitive type
57798
- * `Edm.SByte`.
57809
+ * This class represents the OData primitive type `Edm.SByte`, see
57810
+ * type definition for OData V4.01 or
57811
+ * type definition for OData V2.
57799
57812
  *
57800
57813
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
57801
57814
  * is represented as a `number`.
@@ -57877,8 +57890,9 @@ declare namespace sap {
57877
57890
  getRange(): object;
57878
57891
  }
57879
57892
  /**
57880
- * This class represents the OData primitive type
57881
- * `Edm.Single`.
57893
+ * This class represents the OData primitive type `Edm.Single`, see
57894
+ * type definition for OData V4.01 or
57895
+ * type definition for OData V2.
57882
57896
  *
57883
57897
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
57884
57898
  * is represented as a `number`.
@@ -58007,7 +58021,7 @@ declare namespace sap {
58007
58021
  ): void;
58008
58022
  }
58009
58023
  /**
58010
- * This class represents the OData V4 primitive type {@link http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part3-csdl/odata-v4.0-errata02-os-part3-csdl-complete.html#_The_edm:Documentation_Element `Edm.Stream`}.
58024
+ * This class represents the OData V4 primitive type {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 `Edm.Stream`}.
58011
58025
  * The values for stream properties do not appear in the entity payload. Instead, the values are read or
58012
58026
  * written through URLs.
58013
58027
  *
@@ -58114,8 +58128,9 @@ declare namespace sap {
58114
58128
  validateValue(): void;
58115
58129
  }
58116
58130
  /**
58117
- * This class represents the OData primitive type
58118
- * `Edm.String`.
58131
+ * This class represents the OData primitive type `Edm.String`, see
58132
+ * type definition for OData V4.01 or
58133
+ * type definition for OData V2.
58119
58134
  *
58120
58135
  * In both {@link sap.ui.model.odata.v2.ODataModel} and {@link sap.ui.model.odata.v4.ODataModel} this type
58121
58136
  * is represented as a `string`.
@@ -58400,7 +58415,7 @@ declare namespace sap {
58400
58415
  ): void;
58401
58416
  }
58402
58417
  /**
58403
- * This class represents the OData V4 primitive type {@link http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part3-csdl/odata-v4.0-errata02-os-part3-csdl-complete.html#_The_edm:Documentation_Element `Edm.TimeOfDay`}.
58418
+ * This class represents the OData V4 primitive type {@link https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/odata-csdl-xml-v4.01.html#_Toc38530338 `Edm.TimeOfDay`}.
58404
58419
  * In {@link sap.ui.model.odata.v4.ODataModel} this type is represented as a `string`.
58405
58420
  *
58406
58421
  * @since 1.37.0
@@ -61178,8 +61193,6 @@ declare namespace sap {
61178
61193
  */
61179
61194
  treeState?: any;
61180
61195
  /**
61181
- * This parameter is experimental as of version 1.141.0.
61182
- *
61183
61196
  * Whether the tree state is restored on hierarchy maintenance, such as adding, removing, or deleting a
61184
61197
  * node. This is only supported if the following conditions are met:
61185
61198
  * - The binding has to use {@link sap.ui.model.odata.OperationMode.Server OperationMode.Server}
@@ -63281,10 +63294,8 @@ declare namespace sap {
63281
63294
  /**
63282
63295
  * Model and related classes like bindings for OData V4.
63283
63296
  *
63284
- * **Note:** Smart controls (`sap.ui.comp` library) do not support the SAPUI5 OData V4 model. Also controls
63285
- * such as {@link sap.ui.table.TreeTable} and {@link sap.ui.table.AnalyticalTable} are not supported together
63286
- * with the SAPUI5 OData V4 model. The interface for applications has been changed for easier and more efficient
63287
- * use of the model. For a summary of these changes, see {@link https://ui5.sap.com/#/topic/abd4d7c7548d4c29ab8364d3904a6d74 Changes Compared to OData V2 Model}.
63297
+ * The interface for applications has been changed for easier and more efficient use of the model. For a
63298
+ * summary of these changes, see {@link https://ui5.sap.com/#/topic/abd4d7c7548d4c29ab8364d3904a6d74 Changes Compared to OData V2 Model}.
63288
63299
  *
63289
63300
  * @since 1.37.0
63290
63301
  */
@@ -67728,7 +67739,8 @@ declare namespace sap {
67728
67739
  */
67729
67740
  metadataUrlParams?: object;
67730
67741
  /**
67731
- * The version of the OData service. Supported values are "2.0", "4.0", and "4.01".
67742
+ * The version of the OData service. Supported values are "2.0", "4.0", and "4.01". **Note:** "2.0" is deprecated
67743
+ * since 1.143.0. We recommend migrating your service to OData V4.
67732
67744
  */
67733
67745
  odataVersion?: string;
67734
67746
  /**
@@ -68074,9 +68086,9 @@ declare namespace sap {
68074
68086
  * An array of navigation property names which are omitted from the main list request (since 1.137.0). Instead,
68075
68087
  * each of them is loaded in a separate request. This results in the main list becoming available faster,
68076
68088
  * while the separate properties are merged as soon as the data is received. Note that the separate properties
68077
- * must be single valued and part of the '$expand' system query option, either automatically via the "autoExpandSelect"
68078
- * model parameter (see {@link #constructor}) or manually. The `$$separate` parameter must not be combined
68079
- * with `$$aggregation`.
68089
+ * must be single valued. If they are not part of the '$expand' system query option, either automatically
68090
+ * via the "autoExpandSelect" model parameter (see {@link #constructor}) or manually, they are ignored.
68091
+ * The `$$separate` parameter must not be combined with `$$aggregation`.
68080
68092
  */
68081
68093
  $$separate?: string[];
68082
68094
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.1
1
+ // For Library Version: 1.143.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
package/types/index.d.ts CHANGED
@@ -17,23 +17,24 @@
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.143.0-d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./core-1.142.0-d.ts"/>
23
- /// <reference path="./dt-1.142.1-d.ts"/>
22
+ /// <reference path="./core-1.143.0-d.ts"/>
23
+ /// <reference path="./dt-1.143.0-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"/>
27
27
  /// <reference path="./sap.gantt.d.ts"/>
28
28
  /// <reference path="./sap.ui.generic.app.d.ts"/>
29
29
  /// <reference path="./sap.ui.generic.template.d.ts"/>
30
+ /// <reference path="./sap.ui.geomap.d.ts"/>
30
31
  /// <reference path="./sap.uiext.inbox.d.ts"/>
31
32
  /// <reference path="./sap.insights.d.ts"/>
32
33
  /// <reference path="./sap.ui.integration.d.ts"/>
33
34
  /// <reference path="./sap.ui.layout.d.ts"/>
34
35
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./mdc-1.142.1-d.ts"/>
36
- /// <reference path="./mobile-1.142.0-d.ts"/>
36
+ /// <reference path="./mdc-1.143.0-d.ts"/>
37
+ /// <reference path="./mobile-1.143.0-d.ts"/>
37
38
  /// <reference path="./sap.me.d.ts"/>
38
39
  /// <reference path="./sap.ndc.d.ts"/>
39
40
  /// <reference path="./sap.ovp.d.ts"/>
@@ -69,12 +70,12 @@
69
70
  /// <reference path="./sap.ui.support.d.ts"/>
70
71
  /// <reference path="./sap.ui.table.d.ts"/>
71
72
  /// <reference path="./sap.ui.testrecorder.d.ts"/>
72
- /// <reference path="./tnt-1.142.1-d.ts"/>
73
+ /// <reference path="./tnt-1.143.0-d.ts"/>
73
74
  /// <reference path="./sap.ca.ui.d.ts"/>
74
75
  /// <reference path="./sap.ui.unified.d.ts"/>
75
76
  /// <reference path="./sap.ushell.d.ts"/>
76
77
  /// <reference path="./sap.ushell_abap.d.ts"/>
77
- /// <reference path="./sap.ui.ux3.d.ts"/>
78
+ /// <reference path="./ux3-1.143.0-d.ts"/>
78
79
  /// <reference path="./sap.uxap.d.ts"/>
79
80
  /// <reference path="./sap.ui.vbm.d.ts"/>
80
81
  /// <reference path="./sap.viz.d.ts"/>