@openui5/types 1.120.16 → 1.120.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/types",
3
- "version": "1.120.16",
3
+ "version": "1.120.17",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -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/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -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/f/library" {
4
4
  export interface IShellBar {
@@ -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/tnt/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/ui/codeeditor/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/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.16
283
+ // For Library Version: 1.120.17
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -41155,7 +41155,7 @@ declare module "sap/ui/core/search/OpenSearchProvider" {
41155
41155
  /**
41156
41156
  * A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
41157
41157
  *
41158
- * @deprecated (since 1.120)
41158
+ * @deprecated (since 1.120) - There is no API replacement.
41159
41159
  */
41160
41160
  export default class OpenSearchProvider extends SearchProvider {
41161
41161
  /**
@@ -41295,7 +41295,7 @@ declare module "sap/ui/core/search/OpenSearchProvider" {
41295
41295
  /**
41296
41296
  * Describes the settings that can be provided to the OpenSearchProvider constructor.
41297
41297
  *
41298
- * @deprecated (since 1.120)
41298
+ * @deprecated (since 1.120) - There is no API replacement.
41299
41299
  */
41300
41300
  export interface $OpenSearchProviderSettings extends $SearchProviderSettings {
41301
41301
  /**
@@ -41323,7 +41323,7 @@ declare module "sap/ui/core/search/SearchProvider" {
41323
41323
  *
41324
41324
  * Do not create instances of this class, but use a concrete subclass instead.
41325
41325
  *
41326
- * @deprecated (since 1.120)
41326
+ * @deprecated (since 1.120) - There is no API replacement.
41327
41327
  */
41328
41328
  export default abstract class SearchProvider extends UI5Element {
41329
41329
  /**
@@ -41432,7 +41432,7 @@ declare module "sap/ui/core/search/SearchProvider" {
41432
41432
  /**
41433
41433
  * Describes the settings that can be provided to the SearchProvider constructor.
41434
41434
  *
41435
- * @deprecated (since 1.120)
41435
+ * @deprecated (since 1.120) - There is no API replacement.
41436
41436
  */
41437
41437
  export interface $SearchProviderSettings extends $ElementSettings {
41438
41438
  /**
@@ -42042,7 +42042,8 @@ declare module "sap/ui/core/tmpl/DOMAttribute" {
42042
42042
  * Represents a DOM attribute of a DOM element.
42043
42043
  *
42044
42044
  * @since 1.15
42045
- * @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.
42046
42047
  */
42047
42048
  export default class DOMAttribute extends UI5Element {
42048
42049
  /**
@@ -42161,7 +42162,8 @@ declare module "sap/ui/core/tmpl/DOMAttribute" {
42161
42162
  /**
42162
42163
  * Describes the settings that can be provided to the DOMAttribute constructor.
42163
42164
  *
42164
- * @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.
42165
42167
  */
42166
42168
  export interface $DOMAttributeSettings extends $ElementSettings {
42167
42169
  /**
@@ -42192,7 +42194,8 @@ declare module "sap/ui/core/tmpl/DOMElement" {
42192
42194
  * Represents a DOM element. It allows to use databinding for the properties and nested DOM attributes.
42193
42195
  *
42194
42196
  * @since 1.15
42195
- * @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.
42196
42199
  */
42197
42200
  export default class DOMElement extends Control {
42198
42201
  /**
@@ -42499,7 +42502,8 @@ declare module "sap/ui/core/tmpl/DOMElement" {
42499
42502
  /**
42500
42503
  * Describes the settings that can be provided to the DOMElement constructor.
42501
42504
  *
42502
- * @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.
42503
42507
  */
42504
42508
  export interface $DOMElementSettings extends $ControlSettings {
42505
42509
  /**
@@ -42544,7 +42548,8 @@ declare module "sap/ui/core/tmpl/HandlebarsTemplate" {
42544
42548
  * The class for Handlebars Templates.
42545
42549
  *
42546
42550
  * @since 1.15
42547
- * @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.
42548
42553
  */
42549
42554
  export default abstract class HandlebarsTemplate extends Template {
42550
42555
  /**
@@ -42626,7 +42631,8 @@ declare module "sap/ui/core/tmpl/HandlebarsTemplate" {
42626
42631
  /**
42627
42632
  * Describes the settings that can be provided to the HandlebarsTemplate constructor.
42628
42633
  *
42629
- * @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.
42630
42636
  */
42631
42637
  export interface $HandlebarsTemplateSettings extends $TemplateSettings {}
42632
42638
  }
@@ -42923,7 +42929,8 @@ declare module "sap/ui/core/tmpl/TemplateControl" {
42923
42929
  * This is the base class for all template controls. Template controls are declared based on templates.
42924
42930
  *
42925
42931
  * @since 1.15
42926
- * @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.
42927
42934
  */
42928
42935
  export default class TemplateControl extends Control {
42929
42936
  /**
@@ -43354,7 +43361,8 @@ declare module "sap/ui/core/tmpl/TemplateControl" {
43354
43361
  /**
43355
43362
  * Describes the settings that can be provided to the TemplateControl constructor.
43356
43363
  *
43357
- * @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.
43358
43366
  */
43359
43367
  export interface $TemplateControlSettings extends $ControlSettings {
43360
43368
  /**
@@ -43956,7 +43964,7 @@ declare module "sap/ui/core/UIArea" {
43956
43964
  *
43957
43965
  * @since 1.107
43958
43966
  * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
43959
- * 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 }
43960
43968
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
43961
43969
  */
43962
43970
  static registry: registry;
@@ -44272,7 +44280,7 @@ declare module "sap/ui/core/UIArea" {
44272
44280
  * The node must have an ID that will be used as ID for this instance of `UIArea`.
44273
44281
  *
44274
44282
  * @deprecated (since 1.107) - without a replacement. Applications should not create or modify `UIArea`s
44275
- * 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 }
44276
44284
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44277
44285
  */
44278
44286
  setRootNode(
@@ -44293,7 +44301,7 @@ declare module "sap/ui/core/UIArea" {
44293
44301
  *
44294
44302
  * @since 1.107
44295
44303
  * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
44296
- * 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 }
44297
44305
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44298
44306
  */
44299
44307
  interface registry {
@@ -44301,7 +44309,7 @@ declare module "sap/ui/core/UIArea" {
44301
44309
  * Number of existing UIAreas.
44302
44310
  *
44303
44311
  * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
44304
- * 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 }
44305
44313
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44306
44314
  */
44307
44315
  size: int;
@@ -44405,8 +44413,8 @@ declare module "sap/ui/core/UIArea" {
44405
44413
  * When the ID is `null` or `undefined` or when there's no UIArea with the given ID, then `undefined` is
44406
44414
  * returned.
44407
44415
  *
44408
- * @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
44409
- * 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 }
44410
44418
  * or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
44411
44419
  *
44412
44420
  * @returns UIArea with the given ID or `undefined`
@@ -46165,7 +46173,7 @@ declare module "sap/ui/core/util/MockServer" {
46165
46173
  /**
46166
46174
  * Class to mock http requests made to a remote server supporting the OData V2 REST protocol.
46167
46175
  */
46168
- export default abstract class MockServer extends ManagedObject {
46176
+ export default class MockServer extends ManagedObject {
46169
46177
  /**
46170
46178
  * Creates a mocked server. This helps to mock some back-end calls, e.g. for OData V2/JSON Models or simple
46171
46179
  * XHR calls, without changing the application code. This class can also be used for qunit tests.
@@ -55029,9 +55037,13 @@ declare module "sap/ui/model/json/JSONModel" {
55029
55037
  oContext?: Context
55030
55038
  ): any | null | undefined;
55031
55039
  /**
55032
- * Load JSON-encoded data from the server using a GET HTTP request and store the resulting JSON data in
55033
- * the model. Note: Due to browser security restrictions, most "Ajax" requests are subject to the same origin
55034
- * 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"`.
55035
55047
  *
55036
55048
  *
55037
55049
  * @returns in case bAsync is set to true a Promise is returned; this promise resolves/rejects based on
@@ -55039,13 +55051,16 @@ declare module "sap/ui/model/json/JSONModel" {
55039
55051
  */
55040
55052
  loadData(
55041
55053
  /**
55042
- * A string containing the URL to which the request is sent.
55054
+ * A string containing the URL to which the request is sent
55043
55055
  */
55044
55056
  sURL: string,
55045
55057
  /**
55046
- * A map or string that is sent to the server with the request. Data that is sent to the server is appended
55047
- * to the URL as a query string. If the value of the data parameter is an object (map), it is converted
55048
- * 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.
55049
55064
  */
55050
55065
  oParameters?: object | string,
55051
55066
  /**
@@ -55055,8 +55070,7 @@ declare module "sap/ui/model/json/JSONModel" {
55055
55070
  */
55056
55071
  bAsync?: boolean,
55057
55072
  /**
55058
- * The type of request to make ("POST" or "GET"), default is "GET". Note: Other HTTP request methods, such
55059
- * 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")
55060
55074
  */
55061
55075
  sType?: string,
55062
55076
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.16
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare namespace sap {}
@@ -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/ui/fl/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/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -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/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -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/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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/ui/suite/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/ui/support/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/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -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/ui/testrecorder/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/ui/unified/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/ui/ux3/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/ui/webc/common/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/ui/webc/fiori/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/ui/webc/main/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/uxap/library" {
4
4
  /**