@openui5/ts-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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +42 -28
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.120.
|
|
283
|
+
// For Library Version: 1.120.17
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -26642,7 +26642,7 @@ declare namespace sap {
|
|
|
26642
26642
|
/**
|
|
26643
26643
|
* Describes the settings that can be provided to the OpenSearchProvider constructor.
|
|
26644
26644
|
*
|
|
26645
|
-
* @deprecated (since 1.120)
|
|
26645
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26646
26646
|
*/
|
|
26647
26647
|
interface $OpenSearchProviderSettings
|
|
26648
26648
|
extends sap.ui.core.search.$SearchProviderSettings {
|
|
@@ -26664,7 +26664,7 @@ declare namespace sap {
|
|
|
26664
26664
|
/**
|
|
26665
26665
|
* Describes the settings that can be provided to the SearchProvider constructor.
|
|
26666
26666
|
*
|
|
26667
|
-
* @deprecated (since 1.120)
|
|
26667
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26668
26668
|
*/
|
|
26669
26669
|
interface $SearchProviderSettings extends sap.ui.core.$ElementSettings {
|
|
26670
26670
|
/**
|
|
@@ -26676,7 +26676,7 @@ declare namespace sap {
|
|
|
26676
26676
|
/**
|
|
26677
26677
|
* A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
|
|
26678
26678
|
*
|
|
26679
|
-
* @deprecated (since 1.120)
|
|
26679
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26680
26680
|
*/
|
|
26681
26681
|
class OpenSearchProvider extends sap.ui.core.search.SearchProvider {
|
|
26682
26682
|
/**
|
|
@@ -26821,7 +26821,7 @@ declare namespace sap {
|
|
|
26821
26821
|
*
|
|
26822
26822
|
* Do not create instances of this class, but use a concrete subclass instead.
|
|
26823
26823
|
*
|
|
26824
|
-
* @deprecated (since 1.120)
|
|
26824
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26825
26825
|
*/
|
|
26826
26826
|
abstract class SearchProvider extends sap.ui.core.Element {
|
|
26827
26827
|
/**
|
|
@@ -27209,7 +27209,8 @@ declare namespace sap {
|
|
|
27209
27209
|
/**
|
|
27210
27210
|
* Describes the settings that can be provided to the DOMAttribute constructor.
|
|
27211
27211
|
*
|
|
27212
|
-
* @deprecated (since 1.56)
|
|
27212
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
27213
|
+
* instead.
|
|
27213
27214
|
*/
|
|
27214
27215
|
interface $DOMAttributeSettings extends sap.ui.core.$ElementSettings {
|
|
27215
27216
|
/**
|
|
@@ -27226,7 +27227,8 @@ declare namespace sap {
|
|
|
27226
27227
|
/**
|
|
27227
27228
|
* Describes the settings that can be provided to the DOMElement constructor.
|
|
27228
27229
|
*
|
|
27229
|
-
* @deprecated (since 1.56)
|
|
27230
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
27231
|
+
* instead.
|
|
27230
27232
|
*/
|
|
27231
27233
|
interface $DOMElementSettings extends sap.ui.core.$ControlSettings {
|
|
27232
27234
|
/**
|
|
@@ -27261,7 +27263,8 @@ declare namespace sap {
|
|
|
27261
27263
|
/**
|
|
27262
27264
|
* Describes the settings that can be provided to the HandlebarsTemplate constructor.
|
|
27263
27265
|
*
|
|
27264
|
-
* @deprecated (since 1.56)
|
|
27266
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
27267
|
+
* instead.
|
|
27265
27268
|
*/
|
|
27266
27269
|
interface $HandlebarsTemplateSettings
|
|
27267
27270
|
extends sap.ui.core.tmpl.$TemplateSettings {}
|
|
@@ -27282,7 +27285,8 @@ declare namespace sap {
|
|
|
27282
27285
|
/**
|
|
27283
27286
|
* Describes the settings that can be provided to the TemplateControl constructor.
|
|
27284
27287
|
*
|
|
27285
|
-
* @deprecated (since 1.56)
|
|
27288
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
27289
|
+
* instead.
|
|
27286
27290
|
*/
|
|
27287
27291
|
interface $TemplateControlSettings
|
|
27288
27292
|
extends sap.ui.core.$ControlSettings {
|
|
@@ -27326,7 +27330,8 @@ declare namespace sap {
|
|
|
27326
27330
|
* Represents a DOM attribute of a DOM element.
|
|
27327
27331
|
*
|
|
27328
27332
|
* @since 1.15
|
|
27329
|
-
* @deprecated (since 1.56)
|
|
27333
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
27334
|
+
* instead.
|
|
27330
27335
|
*/
|
|
27331
27336
|
class DOMAttribute extends sap.ui.core.Element {
|
|
27332
27337
|
/**
|
|
@@ -27446,7 +27451,8 @@ declare namespace sap {
|
|
|
27446
27451
|
* Represents a DOM element. It allows to use databinding for the properties and nested DOM attributes.
|
|
27447
27452
|
*
|
|
27448
27453
|
* @since 1.15
|
|
27449
|
-
* @deprecated (since 1.56)
|
|
27454
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
27455
|
+
* instead.
|
|
27450
27456
|
*/
|
|
27451
27457
|
class DOMElement extends sap.ui.core.Control {
|
|
27452
27458
|
/**
|
|
@@ -27754,7 +27760,8 @@ declare namespace sap {
|
|
|
27754
27760
|
* The class for Handlebars Templates.
|
|
27755
27761
|
*
|
|
27756
27762
|
* @since 1.15
|
|
27757
|
-
* @deprecated (since 1.56)
|
|
27763
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
27764
|
+
* instead.
|
|
27758
27765
|
*/
|
|
27759
27766
|
abstract class HandlebarsTemplate extends sap.ui.core.tmpl.Template {
|
|
27760
27767
|
/**
|
|
@@ -28093,7 +28100,8 @@ declare namespace sap {
|
|
|
28093
28100
|
* This is the base class for all template controls. Template controls are declared based on templates.
|
|
28094
28101
|
*
|
|
28095
28102
|
* @since 1.15
|
|
28096
|
-
* @deprecated (since 1.56)
|
|
28103
|
+
* @deprecated (since 1.56) - Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View }
|
|
28104
|
+
* instead.
|
|
28097
28105
|
*/
|
|
28098
28106
|
class TemplateControl extends sap.ui.core.Control {
|
|
28099
28107
|
/**
|
|
@@ -28545,7 +28553,7 @@ declare namespace sap {
|
|
|
28545
28553
|
*
|
|
28546
28554
|
* @since 1.107
|
|
28547
28555
|
* @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
|
|
28548
|
-
*
|
|
28556
|
+
* `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
|
|
28549
28557
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
28550
28558
|
*/
|
|
28551
28559
|
interface registry {
|
|
@@ -28553,7 +28561,7 @@ declare namespace sap {
|
|
|
28553
28561
|
* Number of existing UIAreas.
|
|
28554
28562
|
*
|
|
28555
28563
|
* @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
|
|
28556
|
-
*
|
|
28564
|
+
* `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
|
|
28557
28565
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
28558
28566
|
*/
|
|
28559
28567
|
size: int;
|
|
@@ -28657,8 +28665,8 @@ declare namespace sap {
|
|
|
28657
28665
|
* When the ID is `null` or `undefined` or when there's no UIArea with the given ID, then `undefined` is
|
|
28658
28666
|
* returned.
|
|
28659
28667
|
*
|
|
28660
|
-
* @deprecated (since 1.120) - without a replacement. Applications should not be interested in
|
|
28661
|
-
*
|
|
28668
|
+
* @deprecated (since 1.120) - without a replacement. Applications should not be interested in a certain
|
|
28669
|
+
* `UIArea`. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
|
|
28662
28670
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
28663
28671
|
*
|
|
28664
28672
|
* @returns UIArea with the given ID or `undefined`
|
|
@@ -30379,7 +30387,7 @@ declare namespace sap {
|
|
|
30379
30387
|
/**
|
|
30380
30388
|
* Class to mock http requests made to a remote server supporting the OData V2 REST protocol.
|
|
30381
30389
|
*/
|
|
30382
|
-
|
|
30390
|
+
class MockServer extends sap.ui.base.ManagedObject {
|
|
30383
30391
|
/**
|
|
30384
30392
|
* Creates a mocked server. This helps to mock some back-end calls, e.g. for OData V2/JSON Models or simple
|
|
30385
30393
|
* XHR calls, without changing the application code. This class can also be used for qunit tests.
|
|
@@ -47845,7 +47853,7 @@ declare namespace sap {
|
|
|
47845
47853
|
* The node must have an ID that will be used as ID for this instance of `UIArea`.
|
|
47846
47854
|
*
|
|
47847
47855
|
* @deprecated (since 1.107) - without a replacement. Applications should not create or modify `UIArea`s
|
|
47848
|
-
* programmatically.
|
|
47856
|
+
* programmatically. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
|
|
47849
47857
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
47850
47858
|
*/
|
|
47851
47859
|
setRootNode(
|
|
@@ -53017,9 +53025,13 @@ declare namespace sap {
|
|
|
53017
53025
|
oContext?: sap.ui.model.Context
|
|
53018
53026
|
): any | null | undefined;
|
|
53019
53027
|
/**
|
|
53020
|
-
*
|
|
53021
|
-
*
|
|
53022
|
-
*
|
|
53028
|
+
* Loads JSON-encoded data from the server and stores the resulting JSON data in the model. Note: Due to
|
|
53029
|
+
* browser security restrictions, most "Ajax" requests are subject to the same origin policy, the request
|
|
53030
|
+
* can not successfully retrieve data from a different domain, subdomain, or protocol.
|
|
53031
|
+
*
|
|
53032
|
+
* Note: To send a JSON object in the body of a "POST" request to load the model data, `oParameters` has
|
|
53033
|
+
* to be the JSON-stringified value of the object to be sent, and `mHeaders` has to contain a `"Content-Type"`
|
|
53034
|
+
* property with the value `"application/json;charset=utf-8"`.
|
|
53023
53035
|
*
|
|
53024
53036
|
*
|
|
53025
53037
|
* @returns in case bAsync is set to true a Promise is returned; this promise resolves/rejects based on
|
|
@@ -53027,13 +53039,16 @@ declare namespace sap {
|
|
|
53027
53039
|
*/
|
|
53028
53040
|
loadData(
|
|
53029
53041
|
/**
|
|
53030
|
-
* A string containing the URL to which the request is sent
|
|
53042
|
+
* A string containing the URL to which the request is sent
|
|
53031
53043
|
*/
|
|
53032
53044
|
sURL: string,
|
|
53033
53045
|
/**
|
|
53034
|
-
*
|
|
53035
|
-
* to
|
|
53036
|
-
*
|
|
53046
|
+
* The data to be sent to the server with the data-loading request. If `oParameters` is a string, it has
|
|
53047
|
+
* to be encoded based on the used content type. The default encoding is `'application/x-www-form-urlencoded;
|
|
53048
|
+
* charset=UTF-8'` but it may be overwritten via the `"Content-Type"` property given in `mHeaders`. If `oParameters`
|
|
53049
|
+
* is an object, a string is generated and the keys and values are URL-encoded. The resulting string is
|
|
53050
|
+
* appended to the URL if the HTTP request method cannot have a request body, e.g. for a "GET" request.
|
|
53051
|
+
* Otherwise, the resulting string is added to the request body.
|
|
53037
53052
|
*/
|
|
53038
53053
|
oParameters?: object | string,
|
|
53039
53054
|
/**
|
|
@@ -53043,8 +53058,7 @@ declare namespace sap {
|
|
|
53043
53058
|
*/
|
|
53044
53059
|
bAsync?: boolean,
|
|
53045
53060
|
/**
|
|
53046
|
-
* The
|
|
53047
|
-
* as PUT and DELETE, can also be used here, but they are not supported by all browsers.
|
|
53061
|
+
* The HTTP verb to use for the request ("GET" or "POST")
|
|
53048
53062
|
*/
|
|
53049
53063
|
sType?: string,
|
|
53050
53064
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.17
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6,6 +6,8 @@ declare namespace sap {
|
|
|
6
6
|
* Namespace for UI5 Web Components Retrofit libraries
|
|
7
7
|
*
|
|
8
8
|
* @since 1.92.0
|
|
9
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. An alternative
|
|
10
|
+
* consumption model is planned for the future.
|
|
9
11
|
* @experimental (since 1.92.0)
|
|
10
12
|
*/
|
|
11
13
|
namespace webc {
|
package/types/sap.uxap.d.ts
CHANGED