@openui5/ts-types 1.120.15 → 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 -29
- 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 +5 -1
- package/types/sap.ui.webc.fiori.d.ts +171 -1
- package/types/sap.ui.webc.main.d.ts +495 -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
|
/**
|
|
@@ -21480,7 +21480,6 @@ declare namespace sap {
|
|
|
21480
21480
|
* Synchronously loading views get wrapped in an immediately resolving Promise.
|
|
21481
21481
|
*
|
|
21482
21482
|
* @since 1.30
|
|
21483
|
-
* @deprecated (since 1.66) - Use {@link sap.ui.core.mvc.View.create View.create} instead
|
|
21484
21483
|
*
|
|
21485
21484
|
* @returns resolves with the complete view instance, rejects with any thrown error
|
|
21486
21485
|
*/
|
|
@@ -26643,7 +26642,7 @@ declare namespace sap {
|
|
|
26643
26642
|
/**
|
|
26644
26643
|
* Describes the settings that can be provided to the OpenSearchProvider constructor.
|
|
26645
26644
|
*
|
|
26646
|
-
* @deprecated (since 1.120)
|
|
26645
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26647
26646
|
*/
|
|
26648
26647
|
interface $OpenSearchProviderSettings
|
|
26649
26648
|
extends sap.ui.core.search.$SearchProviderSettings {
|
|
@@ -26665,7 +26664,7 @@ declare namespace sap {
|
|
|
26665
26664
|
/**
|
|
26666
26665
|
* Describes the settings that can be provided to the SearchProvider constructor.
|
|
26667
26666
|
*
|
|
26668
|
-
* @deprecated (since 1.120)
|
|
26667
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26669
26668
|
*/
|
|
26670
26669
|
interface $SearchProviderSettings extends sap.ui.core.$ElementSettings {
|
|
26671
26670
|
/**
|
|
@@ -26677,7 +26676,7 @@ declare namespace sap {
|
|
|
26677
26676
|
/**
|
|
26678
26677
|
* A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
|
|
26679
26678
|
*
|
|
26680
|
-
* @deprecated (since 1.120)
|
|
26679
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26681
26680
|
*/
|
|
26682
26681
|
class OpenSearchProvider extends sap.ui.core.search.SearchProvider {
|
|
26683
26682
|
/**
|
|
@@ -26822,7 +26821,7 @@ declare namespace sap {
|
|
|
26822
26821
|
*
|
|
26823
26822
|
* Do not create instances of this class, but use a concrete subclass instead.
|
|
26824
26823
|
*
|
|
26825
|
-
* @deprecated (since 1.120)
|
|
26824
|
+
* @deprecated (since 1.120) - There is no API replacement.
|
|
26826
26825
|
*/
|
|
26827
26826
|
abstract class SearchProvider extends sap.ui.core.Element {
|
|
26828
26827
|
/**
|
|
@@ -27210,7 +27209,8 @@ declare namespace sap {
|
|
|
27210
27209
|
/**
|
|
27211
27210
|
* Describes the settings that can be provided to the DOMAttribute constructor.
|
|
27212
27211
|
*
|
|
27213
|
-
* @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.
|
|
27214
27214
|
*/
|
|
27215
27215
|
interface $DOMAttributeSettings extends sap.ui.core.$ElementSettings {
|
|
27216
27216
|
/**
|
|
@@ -27227,7 +27227,8 @@ declare namespace sap {
|
|
|
27227
27227
|
/**
|
|
27228
27228
|
* Describes the settings that can be provided to the DOMElement constructor.
|
|
27229
27229
|
*
|
|
27230
|
-
* @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.
|
|
27231
27232
|
*/
|
|
27232
27233
|
interface $DOMElementSettings extends sap.ui.core.$ControlSettings {
|
|
27233
27234
|
/**
|
|
@@ -27262,7 +27263,8 @@ declare namespace sap {
|
|
|
27262
27263
|
/**
|
|
27263
27264
|
* Describes the settings that can be provided to the HandlebarsTemplate constructor.
|
|
27264
27265
|
*
|
|
27265
|
-
* @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.
|
|
27266
27268
|
*/
|
|
27267
27269
|
interface $HandlebarsTemplateSettings
|
|
27268
27270
|
extends sap.ui.core.tmpl.$TemplateSettings {}
|
|
@@ -27283,7 +27285,8 @@ declare namespace sap {
|
|
|
27283
27285
|
/**
|
|
27284
27286
|
* Describes the settings that can be provided to the TemplateControl constructor.
|
|
27285
27287
|
*
|
|
27286
|
-
* @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.
|
|
27287
27290
|
*/
|
|
27288
27291
|
interface $TemplateControlSettings
|
|
27289
27292
|
extends sap.ui.core.$ControlSettings {
|
|
@@ -27327,7 +27330,8 @@ declare namespace sap {
|
|
|
27327
27330
|
* Represents a DOM attribute of a DOM element.
|
|
27328
27331
|
*
|
|
27329
27332
|
* @since 1.15
|
|
27330
|
-
* @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.
|
|
27331
27335
|
*/
|
|
27332
27336
|
class DOMAttribute extends sap.ui.core.Element {
|
|
27333
27337
|
/**
|
|
@@ -27447,7 +27451,8 @@ declare namespace sap {
|
|
|
27447
27451
|
* Represents a DOM element. It allows to use databinding for the properties and nested DOM attributes.
|
|
27448
27452
|
*
|
|
27449
27453
|
* @since 1.15
|
|
27450
|
-
* @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.
|
|
27451
27456
|
*/
|
|
27452
27457
|
class DOMElement extends sap.ui.core.Control {
|
|
27453
27458
|
/**
|
|
@@ -27755,7 +27760,8 @@ declare namespace sap {
|
|
|
27755
27760
|
* The class for Handlebars Templates.
|
|
27756
27761
|
*
|
|
27757
27762
|
* @since 1.15
|
|
27758
|
-
* @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.
|
|
27759
27765
|
*/
|
|
27760
27766
|
abstract class HandlebarsTemplate extends sap.ui.core.tmpl.Template {
|
|
27761
27767
|
/**
|
|
@@ -28094,7 +28100,8 @@ declare namespace sap {
|
|
|
28094
28100
|
* This is the base class for all template controls. Template controls are declared based on templates.
|
|
28095
28101
|
*
|
|
28096
28102
|
* @since 1.15
|
|
28097
|
-
* @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.
|
|
28098
28105
|
*/
|
|
28099
28106
|
class TemplateControl extends sap.ui.core.Control {
|
|
28100
28107
|
/**
|
|
@@ -28546,7 +28553,7 @@ declare namespace sap {
|
|
|
28546
28553
|
*
|
|
28547
28554
|
* @since 1.107
|
|
28548
28555
|
* @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
|
|
28549
|
-
*
|
|
28556
|
+
* `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
|
|
28550
28557
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
28551
28558
|
*/
|
|
28552
28559
|
interface registry {
|
|
@@ -28554,7 +28561,7 @@ declare namespace sap {
|
|
|
28554
28561
|
* Number of existing UIAreas.
|
|
28555
28562
|
*
|
|
28556
28563
|
* @deprecated (since 1.120) - without a replacement. Applications should not be interested in the set of
|
|
28557
|
-
*
|
|
28564
|
+
* `UIArea`s. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
|
|
28558
28565
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
28559
28566
|
*/
|
|
28560
28567
|
size: int;
|
|
@@ -28658,8 +28665,8 @@ declare namespace sap {
|
|
|
28658
28665
|
* When the ID is `null` or `undefined` or when there's no UIArea with the given ID, then `undefined` is
|
|
28659
28666
|
* returned.
|
|
28660
28667
|
*
|
|
28661
|
-
* @deprecated (since 1.120) - without a replacement. Applications should not be interested in
|
|
28662
|
-
*
|
|
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 }
|
|
28663
28670
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
28664
28671
|
*
|
|
28665
28672
|
* @returns UIArea with the given ID or `undefined`
|
|
@@ -30380,7 +30387,7 @@ declare namespace sap {
|
|
|
30380
30387
|
/**
|
|
30381
30388
|
* Class to mock http requests made to a remote server supporting the OData V2 REST protocol.
|
|
30382
30389
|
*/
|
|
30383
|
-
|
|
30390
|
+
class MockServer extends sap.ui.base.ManagedObject {
|
|
30384
30391
|
/**
|
|
30385
30392
|
* Creates a mocked server. This helps to mock some back-end calls, e.g. for OData V2/JSON Models or simple
|
|
30386
30393
|
* XHR calls, without changing the application code. This class can also be used for qunit tests.
|
|
@@ -47846,7 +47853,7 @@ declare namespace sap {
|
|
|
47846
47853
|
* The node must have an ID that will be used as ID for this instance of `UIArea`.
|
|
47847
47854
|
*
|
|
47848
47855
|
* @deprecated (since 1.107) - without a replacement. Applications should not create or modify `UIArea`s
|
|
47849
|
-
* programmatically.
|
|
47856
|
+
* programmatically. They should only assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt Control.prototype.placeAt }
|
|
47850
47857
|
* or use the API of a `UIArea` as reachable via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
|
|
47851
47858
|
*/
|
|
47852
47859
|
setRootNode(
|
|
@@ -53018,9 +53025,13 @@ declare namespace sap {
|
|
|
53018
53025
|
oContext?: sap.ui.model.Context
|
|
53019
53026
|
): any | null | undefined;
|
|
53020
53027
|
/**
|
|
53021
|
-
*
|
|
53022
|
-
*
|
|
53023
|
-
*
|
|
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"`.
|
|
53024
53035
|
*
|
|
53025
53036
|
*
|
|
53026
53037
|
* @returns in case bAsync is set to true a Promise is returned; this promise resolves/rejects based on
|
|
@@ -53028,13 +53039,16 @@ declare namespace sap {
|
|
|
53028
53039
|
*/
|
|
53029
53040
|
loadData(
|
|
53030
53041
|
/**
|
|
53031
|
-
* A string containing the URL to which the request is sent
|
|
53042
|
+
* A string containing the URL to which the request is sent
|
|
53032
53043
|
*/
|
|
53033
53044
|
sURL: string,
|
|
53034
53045
|
/**
|
|
53035
|
-
*
|
|
53036
|
-
* to
|
|
53037
|
-
*
|
|
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.
|
|
53038
53052
|
*/
|
|
53039
53053
|
oParameters?: object | string,
|
|
53040
53054
|
/**
|
|
@@ -53044,8 +53058,7 @@ declare namespace sap {
|
|
|
53044
53058
|
*/
|
|
53045
53059
|
bAsync?: boolean,
|
|
53046
53060
|
/**
|
|
53047
|
-
* The
|
|
53048
|
-
* 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")
|
|
53049
53062
|
*/
|
|
53050
53063
|
sType?: string,
|
|
53051
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 {
|
|
@@ -13,6 +15,8 @@ declare namespace sap {
|
|
|
13
15
|
* UI5 library: sap.ui.webc.common
|
|
14
16
|
*
|
|
15
17
|
* @since 1.92.0
|
|
18
|
+
* @deprecated (since 1.120) - this Web Components consumption model has been discarded. An alternative
|
|
19
|
+
* consumption model is planned for the future.
|
|
16
20
|
* @experimental (since 1.92.0)
|
|
17
21
|
*/
|
|
18
22
|
namespace common {
|