@sapui5/types 1.120.14 → 1.120.16

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 (51) 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 +12 -2
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.navigation.d.ts +1 -1
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +1 -1
  13. package/types/sap.insights.d.ts +1 -1
  14. package/types/sap.m.d.ts +1 -1
  15. package/types/sap.makit.d.ts +1 -1
  16. package/types/sap.me.d.ts +1 -1
  17. package/types/sap.ndc.d.ts +1 -1
  18. package/types/sap.ovp.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 +4 -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 +43 -30
  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 +241 -193
  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.vk.d.ts +1251 -101
  44. package/types/sap.ui.webc.common.d.ts +1 -1
  45. package/types/sap.ui.webc.fiori.d.ts +169 -1
  46. package/types/sap.ui.webc.main.d.ts +493 -1
  47. package/types/sap.uiext.inbox.d.ts +1 -1
  48. package/types/sap.ushell.d.ts +1 -1
  49. package/types/sap.ushell_abap.d.ts +1 -1
  50. package/types/sap.uxap.d.ts +1 -1
  51. package/types/sap.viz.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.120.14",
3
+ "version": "1.120.16",
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.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.2
1
+ // For Library Version: 1.120.3
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1026,7 +1026,17 @@ declare module "sap/fe/core/controllerextensions/Routing" {
1026
1026
  /**
1027
1027
  * Object containing the context to be navigated to
1028
1028
  */
1029
- oContext: Context
1029
+ oContext: Context,
1030
+ /**
1031
+ * Object containing the parameters for the navigation
1032
+ */
1033
+ parameters?: {
1034
+ /**
1035
+ * By default, the internal algorithm decides whether the navigation preserves the previous entry. PreserveHistory
1036
+ * allows you to override this behavior.
1037
+ */
1038
+ preserveHistory: boolean;
1039
+ }
1030
1040
  ): void;
1031
1041
  /**
1032
1042
  * Navigate to another target.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.5
1
+ // For Library Version: 1.120.7
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.6
1
+ // For Library Version: 1.120.8
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.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
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.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.7
1
+ // For Library Version: 1.120.10
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.6
1
+ // For Library Version: 1.120.8
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.13
1
+ // For Library Version: 1.120.15
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -954,6 +954,9 @@ declare module "sap/suite/ui/generic/template/extensionAPI/extensionAPI" {
954
954
  * in a member variable. This variable can be used whenever standard controller functionality is needed
955
955
  * (e.g. `oController.byId()` or `oController.extensionAPI`.
956
956
  * In the definition of the controller extension specified in the manifest, simply call `registerControllerExtensions`.
957
+ *
958
+ * @deprecated (since 1.120) - please refer the {@link topic:4120052d90374ce8b1cea24a0d8bd317 documentation }
959
+ * for the migration steps.
957
960
  */
958
961
  registerControllerExtensions(
959
962
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
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.15
1
+ // For Library Version: 1.120.17
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.15
283
+ // For Library Version: 1.120.17
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -34154,7 +34154,6 @@ declare module "sap/ui/core/mvc/View" {
34154
34154
  * Synchronously loading views get wrapped in an immediately resolving Promise.
34155
34155
  *
34156
34156
  * @since 1.30
34157
- * @deprecated (since 1.66) - Use {@link sap.ui.core.mvc.View.create View.create} instead
34158
34157
  *
34159
34158
  * @returns resolves with the complete view instance, rejects with any thrown error
34160
34159
  */
@@ -41156,7 +41155,7 @@ declare module "sap/ui/core/search/OpenSearchProvider" {
41156
41155
  /**
41157
41156
  * A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
41158
41157
  *
41159
- * @deprecated (since 1.120)
41158
+ * @deprecated (since 1.120) - There is no API replacement.
41160
41159
  */
41161
41160
  export default class OpenSearchProvider extends SearchProvider {
41162
41161
  /**
@@ -41296,7 +41295,7 @@ declare module "sap/ui/core/search/OpenSearchProvider" {
41296
41295
  /**
41297
41296
  * Describes the settings that can be provided to the OpenSearchProvider constructor.
41298
41297
  *
41299
- * @deprecated (since 1.120)
41298
+ * @deprecated (since 1.120) - There is no API replacement.
41300
41299
  */
41301
41300
  export interface $OpenSearchProviderSettings extends $SearchProviderSettings {
41302
41301
  /**
@@ -41324,7 +41323,7 @@ declare module "sap/ui/core/search/SearchProvider" {
41324
41323
  *
41325
41324
  * Do not create instances of this class, but use a concrete subclass instead.
41326
41325
  *
41327
- * @deprecated (since 1.120)
41326
+ * @deprecated (since 1.120) - There is no API replacement.
41328
41327
  */
41329
41328
  export default abstract class SearchProvider extends UI5Element {
41330
41329
  /**
@@ -41433,7 +41432,7 @@ declare module "sap/ui/core/search/SearchProvider" {
41433
41432
  /**
41434
41433
  * Describes the settings that can be provided to the SearchProvider constructor.
41435
41434
  *
41436
- * @deprecated (since 1.120)
41435
+ * @deprecated (since 1.120) - There is no API replacement.
41437
41436
  */
41438
41437
  export interface $SearchProviderSettings extends $ElementSettings {
41439
41438
  /**
@@ -42043,7 +42042,8 @@ declare module "sap/ui/core/tmpl/DOMAttribute" {
42043
42042
  * Represents a DOM attribute of a DOM element.
42044
42043
  *
42045
42044
  * @since 1.15
42046
- * @deprecated (since 1.56)
42045
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
42046
+ * instead.
42047
42047
  */
42048
42048
  export default class DOMAttribute extends UI5Element {
42049
42049
  /**
@@ -42162,7 +42162,8 @@ declare module "sap/ui/core/tmpl/DOMAttribute" {
42162
42162
  /**
42163
42163
  * Describes the settings that can be provided to the DOMAttribute constructor.
42164
42164
  *
42165
- * @deprecated (since 1.56)
42165
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
42166
+ * instead.
42166
42167
  */
42167
42168
  export interface $DOMAttributeSettings extends $ElementSettings {
42168
42169
  /**
@@ -42193,7 +42194,8 @@ declare module "sap/ui/core/tmpl/DOMElement" {
42193
42194
  * Represents a DOM element. It allows to use databinding for the properties and nested DOM attributes.
42194
42195
  *
42195
42196
  * @since 1.15
42196
- * @deprecated (since 1.56)
42197
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
42198
+ * instead.
42197
42199
  */
42198
42200
  export default class DOMElement extends Control {
42199
42201
  /**
@@ -42500,7 +42502,8 @@ declare module "sap/ui/core/tmpl/DOMElement" {
42500
42502
  /**
42501
42503
  * Describes the settings that can be provided to the DOMElement constructor.
42502
42504
  *
42503
- * @deprecated (since 1.56)
42505
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
42506
+ * instead.
42504
42507
  */
42505
42508
  export interface $DOMElementSettings extends $ControlSettings {
42506
42509
  /**
@@ -42545,7 +42548,8 @@ declare module "sap/ui/core/tmpl/HandlebarsTemplate" {
42545
42548
  * The class for Handlebars Templates.
42546
42549
  *
42547
42550
  * @since 1.15
42548
- * @deprecated (since 1.56)
42551
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
42552
+ * instead.
42549
42553
  */
42550
42554
  export default abstract class HandlebarsTemplate extends Template {
42551
42555
  /**
@@ -42627,7 +42631,8 @@ declare module "sap/ui/core/tmpl/HandlebarsTemplate" {
42627
42631
  /**
42628
42632
  * Describes the settings that can be provided to the HandlebarsTemplate constructor.
42629
42633
  *
42630
- * @deprecated (since 1.56)
42634
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
42635
+ * instead.
42631
42636
  */
42632
42637
  export interface $HandlebarsTemplateSettings extends $TemplateSettings {}
42633
42638
  }
@@ -42924,7 +42929,8 @@ declare module "sap/ui/core/tmpl/TemplateControl" {
42924
42929
  * This is the base class for all template controls. Template controls are declared based on templates.
42925
42930
  *
42926
42931
  * @since 1.15
42927
- * @deprecated (since 1.56)
42932
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
42933
+ * instead.
42928
42934
  */
42929
42935
  export default class TemplateControl extends Control {
42930
42936
  /**
@@ -43355,7 +43361,8 @@ declare module "sap/ui/core/tmpl/TemplateControl" {
43355
43361
  /**
43356
43362
  * Describes the settings that can be provided to the TemplateControl constructor.
43357
43363
  *
43358
- * @deprecated (since 1.56)
43364
+ * @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
43365
+ * instead.
43359
43366
  */
43360
43367
  export interface $TemplateControlSettings extends $ControlSettings {
43361
43368
  /**
@@ -43957,7 +43964,7 @@ declare module "sap/ui/core/UIArea" {
43957
43964
  *
43958
43965
  * @since 1.107
43959
43966
  * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
43960
- * all `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
43967
+ * `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
43961
43968
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
43962
43969
  */
43963
43970
  static registry: registry;
@@ -44273,7 +44280,7 @@ declare module "sap/ui/core/UIArea" {
44273
44280
  * The node must have an ID that will be used as ID for this instance of `UIArea`.
44274
44281
  *
44275
44282
  * @deprecated (since 1.107) - without a replacement. Applications should not create or modify `UIArea`s
44276
- * programmatically. THey should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44283
+ * programmatically. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44277
44284
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44278
44285
  */
44279
44286
  setRootNode(
@@ -44294,7 +44301,7 @@ declare module "sap/ui/core/UIArea" {
44294
44301
  *
44295
44302
  * @since 1.107
44296
44303
  * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
44297
- * all `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44304
+ * `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44298
44305
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44299
44306
  */
44300
44307
  interface registry {
@@ -44302,7 +44309,7 @@ declare module "sap/ui/core/UIArea" {
44302
44309
  * Number of existing UIAreas.
44303
44310
  *
44304
44311
  * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
44305
- * all `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44312
+ * `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44306
44313
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44307
44314
  */
44308
44315
  size: int;
@@ -44406,8 +44413,8 @@ declare module "sap/ui/core/UIArea" {
44406
44413
  * When the ID is `null` or `undefined` or when there's no UIArea with the given ID, then `undefined` is
44407
44414
  * returned.
44408
44415
  *
44409
- * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
44410
- * all `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44416
+ * @deprecated (since 1.120) - without a replacement. Applications should not be interested in a certain
44417
+ * `UIArea`. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
44411
44418
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44412
44419
  *
44413
44420
  * @returns UIArea with the given ID or `undefined`
@@ -46166,7 +46173,7 @@ declare module "sap/ui/core/util/MockServer" {
46166
46173
  /**
46167
46174
  * Class to mock http requests made to a remote server supporting the OData V2 REST protocol.
46168
46175
  */
46169
- export default abstract class MockServer extends ManagedObject {
46176
+ export default class MockServer extends ManagedObject {
46170
46177
  /**
46171
46178
  * Creates a mocked server. This helps to mock some back-end calls, e.g. for OData V2/JSON Models or simple
46172
46179
  * XHR calls, without changing the application code. This class can also be used for qunit tests.
@@ -55030,9 +55037,13 @@ declare module "sap/ui/model/json/JSONModel" {
55030
55037
  oContext?: Context
55031
55038
  ): any | null | undefined;
55032
55039
  /**
55033
- * Load JSON-encoded data from the server using a GET HTTP request and store the resulting JSON data in
55034
- * the model. Note: Due to browser security restrictions, most "Ajax" requests are subject to the same origin
55035
- * policy, the request can not successfully retrieve data from a different domain, subdomain, or protocol.
55040
+ * Loads JSON-encoded data from the server and stores the resulting JSON data in the model. Note: Due to
55041
+ * browser security restrictions, most "Ajax" requests are subject to the same origin policy, the request
55042
+ * can not successfully retrieve data from a different domain, subdomain, or protocol.
55043
+ *
55044
+ * Note: To send a JSON object in the body of a "POST" request to load the model data, `oParameters` has
55045
+ * to be the JSON-stringified value of the object to be sent, and `mHeaders` has to contain a `"Content-Type"`
55046
+ * property with the value `"application/json;charset=utf-8"`.
55036
55047
  *
55037
55048
  *
55038
55049
  * @returns in case bAsync is set to true a Promise is returned; this promise resolves/rejects based on
@@ -55040,13 +55051,16 @@ declare module "sap/ui/model/json/JSONModel" {
55040
55051
  */
55041
55052
  loadData(
55042
55053
  /**
55043
- * A string containing the URL to which the request is sent.
55054
+ * A string containing the URL to which the request is sent
55044
55055
  */
55045
55056
  sURL: string,
55046
55057
  /**
55047
- * A map or string that is sent to the server with the request. Data that is sent to the server is appended
55048
- * to the URL as a query string. If the value of the data parameter is an object (map), it is converted
55049
- * to a string and url-encoded before it is appended to the URL.
55058
+ * The data to be sent to the server with the data-loading request. If `oParameters` is a string, it has
55059
+ * to be encoded based on the used content type. The default encoding is `'application/x-www-form-urlencoded;
55060
+ * charset=UTF-8'` but it may be overwritten via the `"Content-Type"` property given in `mHeaders`. If `oParameters`
55061
+ * is an object, a string is generated and the keys and values are URL-encoded. The resulting string is
55062
+ * appended to the URL if the HTTP request method cannot have a request body, e.g. for a "GET" request.
55063
+ * Otherwise, the resulting string is added to the request body.
55050
55064
  */
55051
55065
  oParameters?: object | string,
55052
55066
  /**
@@ -55056,8 +55070,7 @@ declare module "sap/ui/model/json/JSONModel" {
55056
55070
  */
55057
55071
  bAsync?: boolean,
55058
55072
  /**
55059
- * The type of request to make ("POST" or "GET"), default is "GET". Note: Other HTTP request methods, such
55060
- * as PUT and DELETE, can also be used here, but they are not supported by all browsers.
55073
+ * The HTTP verb to use for the request ("GET" or "POST")
55061
55074
  */
55062
55075
  sType?: string,
55063
55076
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.15
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4