@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.
- package/package.json +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +12 -2
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +4 -1
- package/types/sap.suite.ui.microchart.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.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +43 -30
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +241 -193
- package/types/sap.ui.generic.template.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.richtexteditor.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.vk.d.ts +1251 -101
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +169 -1
- package/types/sap.ui.webc.main.d.ts +493 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
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.
|
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
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
|
/**
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.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
|
/**
|
|
@@ -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
|
-
*
|
|
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.
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
44410
|
-
*
|
|
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
|
|
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
|
-
*
|
|
55034
|
-
*
|
|
55035
|
-
*
|
|
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
|
-
*
|
|
55048
|
-
* to
|
|
55049
|
-
*
|
|
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
|
|
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
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED