@sapui5/ts-types-esm 1.136.1 → 1.136.3
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/index.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +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.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +5 -4
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +39 -15
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.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 +29 -10
- 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.sac.df.d.ts +66 -18
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +31 -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 +2 -2307
- package/types/sap.ui.core.d.ts +22 -12
- 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 +1 -1
- 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.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.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +16 -31
- 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/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- /package/types/{sap.ui.mdc.d.ts → mdc-1.136.0-esm-d.ts} +0 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
|
-
/// <reference path="./
|
|
35
|
+
/// <reference path="./mdc-1.136.0-esm-d.ts"/>
|
|
36
36
|
/// <reference path="./sap.m.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.d.ts"/>
|
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -626,7 +626,8 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
626
626
|
*/
|
|
627
627
|
model?: ODataModel;
|
|
628
628
|
/**
|
|
629
|
-
*
|
|
629
|
+
* An optional array of objects representing the action parameters, where each object has a name of string
|
|
630
|
+
* type and a value that can be of any data type.
|
|
630
631
|
*/
|
|
631
632
|
parameterValues?: object[];
|
|
632
633
|
/**
|
|
@@ -1214,7 +1215,7 @@ declare module "sap/fe/core/controllerextensions/Routing" {
|
|
|
1214
1215
|
}
|
|
1215
1216
|
|
|
1216
1217
|
declare module "sap/fe/core/controllerextensions/Share" {
|
|
1217
|
-
import
|
|
1218
|
+
import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
|
|
1218
1219
|
|
|
1219
1220
|
import Control from "sap/ui/core/Control";
|
|
1220
1221
|
|
|
@@ -1223,7 +1224,7 @@ declare module "sap/fe/core/controllerextensions/Share" {
|
|
|
1223
1224
|
*
|
|
1224
1225
|
* @since 1.86.0
|
|
1225
1226
|
*/
|
|
1226
|
-
export default class Share extends
|
|
1227
|
+
export default class Share extends BaseControllerExtension {
|
|
1227
1228
|
/**
|
|
1228
1229
|
* Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as
|
|
1229
1230
|
* Tile'.
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -519,7 +519,7 @@ declare module "sap/fe/macros/Field" {
|
|
|
519
519
|
semanticObject?: string | PropertyBindingInfo;
|
|
520
520
|
|
|
521
521
|
/**
|
|
522
|
-
* This is used to optionally provide an external value that comes from a different model than the
|
|
522
|
+
* This is used to optionally provide an external value that comes from a different model than the OData
|
|
523
523
|
* model.
|
|
524
524
|
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
525
525
|
* / unit).
|
|
@@ -1804,7 +1804,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1804
1804
|
semanticObject?: string | PropertyBindingInfo;
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
* This is used to optionally provide an external value that comes from a different model than the
|
|
1807
|
+
* This is used to optionally provide an external value that comes from a different model than the OData
|
|
1808
1808
|
* model.
|
|
1809
1809
|
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
1810
1810
|
* / unit).
|
|
@@ -2550,6 +2550,8 @@ declare module "sap/fe/macros/filterBar/FilterField" {
|
|
|
2550
2550
|
/**
|
|
2551
2551
|
* This property is not required at filter field level. To achieve the desired behavior, specify the showMessages
|
|
2552
2552
|
* property in the FilterBar building block.
|
|
2553
|
+
*
|
|
2554
|
+
* @deprecated As of version 1.135.
|
|
2553
2555
|
*/
|
|
2554
2556
|
showMessages?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2555
2557
|
}
|
|
@@ -3196,6 +3198,12 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3196
3198
|
*/
|
|
3197
3199
|
anchor?: string | PropertyBindingInfo;
|
|
3198
3200
|
|
|
3201
|
+
/**
|
|
3202
|
+
* The column availability
|
|
3203
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden`
|
|
3204
|
+
*/
|
|
3205
|
+
availability?: string | PropertyBindingInfo;
|
|
3206
|
+
|
|
3199
3207
|
/**
|
|
3200
3208
|
* The text that will be displayed for this column header
|
|
3201
3209
|
*/
|
|
@@ -3229,6 +3237,16 @@ declare module "sap/fe/macros/table/Column" {
|
|
|
3229
3237
|
*/
|
|
3230
3238
|
properties?: string[] | PropertyBindingInfo | `{${string}}`;
|
|
3231
3239
|
|
|
3240
|
+
/**
|
|
3241
|
+
* Determines if the information in the column is required.
|
|
3242
|
+
*/
|
|
3243
|
+
required?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3244
|
+
|
|
3245
|
+
/**
|
|
3246
|
+
* Determines the text displayed for the column tooltip
|
|
3247
|
+
*/
|
|
3248
|
+
tooltip?: string | PropertyBindingInfo;
|
|
3249
|
+
|
|
3232
3250
|
/**
|
|
3233
3251
|
* Determines the column's width.
|
|
3234
3252
|
* Allowed values are 'auto', 'value', and 'inherit', according to {@link sap.ui.core.CSSSize }
|
|
@@ -3310,6 +3328,12 @@ declare module "sap/fe/macros/table/ColumnOverride" {
|
|
|
3310
3328
|
*/
|
|
3311
3329
|
export interface $ColumnOverrideSettings
|
|
3312
3330
|
extends $BuildingBlockObjectPropertySettings {
|
|
3331
|
+
/**
|
|
3332
|
+
* The column availability
|
|
3333
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden``
|
|
3334
|
+
*/
|
|
3335
|
+
availability?: string | PropertyBindingInfo;
|
|
3336
|
+
|
|
3313
3337
|
/**
|
|
3314
3338
|
* Aligns the header as well as the content horizontally
|
|
3315
3339
|
*/
|
|
@@ -3483,7 +3507,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3483
3507
|
*
|
|
3484
3508
|
*
|
|
3485
3509
|
*
|
|
3486
|
-
* @returns The ID of the message
|
|
3510
|
+
* @returns Promise The ID of the message
|
|
3487
3511
|
*/
|
|
3488
3512
|
addMessage(
|
|
3489
3513
|
/**
|
|
@@ -3507,7 +3531,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3507
3531
|
*/
|
|
3508
3532
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3509
3533
|
}
|
|
3510
|
-
): string
|
|
3534
|
+
): Promise<string>;
|
|
3511
3535
|
/**
|
|
3512
3536
|
* Get the variant management applied to the table.
|
|
3513
3537
|
*
|
|
@@ -3821,7 +3845,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3821
3845
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
3822
3846
|
* This property does not apply to responsive tables.
|
|
3823
3847
|
*/
|
|
3824
|
-
selectionLimit?:
|
|
3848
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
3825
3849
|
|
|
3826
3850
|
/**
|
|
3827
3851
|
* Defines the selection mode to be used by the table.
|
|
@@ -4039,7 +4063,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4039
4063
|
*
|
|
4040
4064
|
*
|
|
4041
4065
|
*
|
|
4042
|
-
* @returns The ID of the message
|
|
4066
|
+
* @returns Promise The ID of the message
|
|
4043
4067
|
*/
|
|
4044
4068
|
addMessage(
|
|
4045
4069
|
/**
|
|
@@ -4063,7 +4087,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4063
4087
|
*/
|
|
4064
4088
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
4065
4089
|
}
|
|
4066
|
-
): string
|
|
4090
|
+
): Promise<string>;
|
|
4067
4091
|
/**
|
|
4068
4092
|
* Get the variant management applied to the table.
|
|
4069
4093
|
*
|
|
@@ -4430,7 +4454,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4430
4454
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
4431
4455
|
* This property does not apply to responsive tables.
|
|
4432
4456
|
*/
|
|
4433
|
-
selectionLimit?:
|
|
4457
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
4434
4458
|
|
|
4435
4459
|
/**
|
|
4436
4460
|
* Defines the selection mode to be used by the table.
|
|
@@ -4666,7 +4690,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4666
4690
|
*
|
|
4667
4691
|
*
|
|
4668
4692
|
*
|
|
4669
|
-
* @returns The ID of the message
|
|
4693
|
+
* @returns Promise The ID of the message
|
|
4670
4694
|
*/
|
|
4671
4695
|
addMessage(
|
|
4672
4696
|
/**
|
|
@@ -4690,7 +4714,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4690
4714
|
*/
|
|
4691
4715
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
4692
4716
|
}
|
|
4693
|
-
): string
|
|
4717
|
+
): Promise<string>;
|
|
4694
4718
|
/**
|
|
4695
4719
|
* Get the variant management applied to the table.
|
|
4696
4720
|
*
|
|
@@ -5032,7 +5056,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
5032
5056
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
5033
5057
|
* This property does not apply to responsive tables.
|
|
5034
5058
|
*/
|
|
5035
|
-
selectionLimit?:
|
|
5059
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
5036
5060
|
|
|
5037
5061
|
/**
|
|
5038
5062
|
* Defines the selection mode to be used by the table.
|
|
@@ -5254,7 +5278,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5254
5278
|
*
|
|
5255
5279
|
*
|
|
5256
5280
|
*
|
|
5257
|
-
* @returns The ID of the message
|
|
5281
|
+
* @returns Promise The ID of the message
|
|
5258
5282
|
*/
|
|
5259
5283
|
addMessage(
|
|
5260
5284
|
/**
|
|
@@ -5278,7 +5302,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5278
5302
|
*/
|
|
5279
5303
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5280
5304
|
}
|
|
5281
|
-
): string
|
|
5305
|
+
): Promise<string>;
|
|
5282
5306
|
/**
|
|
5283
5307
|
* Get the variant management applied to the table.
|
|
5284
5308
|
*
|
|
@@ -5674,7 +5698,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5674
5698
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
5675
5699
|
* This property does not apply to responsive tables.
|
|
5676
5700
|
*/
|
|
5677
|
-
selectionLimit?:
|
|
5701
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
5678
5702
|
|
|
5679
5703
|
/**
|
|
5680
5704
|
* Defines the selection mode to be used by the table.
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -40173,6 +40173,8 @@ declare module "sap/m/IllustratedMessageType" {
|
|
|
40173
40173
|
AddPeopleToCalendar = "sapIllus-AddPeopleToCalendar",
|
|
40174
40174
|
/**
|
|
40175
40175
|
* "Balloon Sky" illustration type.
|
|
40176
|
+
*
|
|
40177
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.ReceiveAppreciation}
|
|
40176
40178
|
*/
|
|
40177
40179
|
BalloonSky = "sapIllus-BalloonSky",
|
|
40178
40180
|
/**
|
|
@@ -40181,6 +40183,8 @@ declare module "sap/m/IllustratedMessageType" {
|
|
|
40181
40183
|
BeforeSearch = "sapIllus-BeforeSearch",
|
|
40182
40184
|
/**
|
|
40183
40185
|
* "Connection" illustration type.
|
|
40186
|
+
*
|
|
40187
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
40184
40188
|
*/
|
|
40185
40189
|
Connection = "sapIllus-Connection",
|
|
40186
40190
|
/**
|
|
@@ -40371,6 +40375,8 @@ declare module "sap/m/IllustratedMessageType" {
|
|
|
40371
40375
|
SimpleCheckMark = "sapIllus-SimpleCheckMark",
|
|
40372
40376
|
/**
|
|
40373
40377
|
* "Simple Connection" illustration type.
|
|
40378
|
+
*
|
|
40379
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
40374
40380
|
*/
|
|
40375
40381
|
SimpleConnection = "sapIllus-SimpleConnection",
|
|
40376
40382
|
/**
|
|
@@ -75474,7 +75480,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
75474
75480
|
/**
|
|
75475
75481
|
* The handler function to call when the event occurs
|
|
75476
75482
|
*/
|
|
75477
|
-
fnStateEventHandler: (p1: Event) => void
|
|
75483
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
75484
|
+
/**
|
|
75485
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
75486
|
+
*/
|
|
75487
|
+
oListener?: object
|
|
75478
75488
|
): this;
|
|
75479
75489
|
/**
|
|
75480
75490
|
* Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
|
|
@@ -75497,7 +75507,11 @@ declare module "sap/m/p13n/Engine" {
|
|
|
75497
75507
|
/**
|
|
75498
75508
|
* The handler function to detach from the event
|
|
75499
75509
|
*/
|
|
75500
|
-
fnStateEventHandler: (p1: Event) => void
|
|
75510
|
+
fnStateEventHandler: (p1: Event) => void,
|
|
75511
|
+
/**
|
|
75512
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
75513
|
+
*/
|
|
75514
|
+
oListener?: object
|
|
75501
75515
|
): this;
|
|
75502
75516
|
|
|
75503
75517
|
register(
|
|
@@ -131188,7 +131202,8 @@ declare module "sap/m/SlideTile" {
|
|
|
131188
131202
|
/**
|
|
131189
131203
|
* Gets current value of property {@link #getWidth width}.
|
|
131190
131204
|
*
|
|
131191
|
-
* Width of the control.
|
|
131205
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
131206
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
131192
131207
|
*
|
|
131193
131208
|
* @since 1.72
|
|
131194
131209
|
*
|
|
@@ -131343,7 +131358,8 @@ declare module "sap/m/SlideTile" {
|
|
|
131343
131358
|
/**
|
|
131344
131359
|
* Sets a new value for property {@link #getWidth width}.
|
|
131345
131360
|
*
|
|
131346
|
-
* Width of the control.
|
|
131361
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
131362
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
131347
131363
|
*
|
|
131348
131364
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131349
131365
|
*
|
|
@@ -131401,7 +131417,8 @@ declare module "sap/m/SlideTile" {
|
|
|
131401
131417
|
| `{${string}}`;
|
|
131402
131418
|
|
|
131403
131419
|
/**
|
|
131404
|
-
* Width of the control.
|
|
131420
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
131421
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
131405
131422
|
*
|
|
131406
131423
|
* @since 1.72
|
|
131407
131424
|
*/
|
|
@@ -148121,7 +148138,7 @@ declare module "sap/m/TileContent" {
|
|
|
148121
148138
|
* Gets current value of property {@link #getPriority priority}.
|
|
148122
148139
|
*
|
|
148123
148140
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
148124
|
-
*
|
|
148141
|
+
* FrameType Stretch.
|
|
148125
148142
|
*
|
|
148126
148143
|
* Default value is `None`.
|
|
148127
148144
|
*
|
|
@@ -148134,7 +148151,7 @@ declare module "sap/m/TileContent" {
|
|
|
148134
148151
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
148135
148152
|
*
|
|
148136
148153
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
148137
|
-
* Article Mode containing
|
|
148154
|
+
* Article Mode containing FrameType Stretch.
|
|
148138
148155
|
*
|
|
148139
148156
|
* @since 1.103
|
|
148140
148157
|
*
|
|
@@ -148423,7 +148440,7 @@ declare module "sap/m/TileContent" {
|
|
|
148423
148440
|
|
|
148424
148441
|
/**
|
|
148425
148442
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
148426
|
-
*
|
|
148443
|
+
* FrameType Stretch.
|
|
148427
148444
|
*
|
|
148428
148445
|
* @since 1.96
|
|
148429
148446
|
*/
|
|
@@ -148434,7 +148451,7 @@ declare module "sap/m/TileContent" {
|
|
|
148434
148451
|
|
|
148435
148452
|
/**
|
|
148436
148453
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
148437
|
-
* Article Mode containing
|
|
148454
|
+
* Article Mode containing FrameType Stretch.
|
|
148438
148455
|
*
|
|
148439
148456
|
* @since 1.103
|
|
148440
148457
|
*/
|
|
@@ -172326,6 +172343,8 @@ declare namespace sap {
|
|
|
172326
172343
|
|
|
172327
172344
|
"sap/m/p13n/SortPanel": undefined;
|
|
172328
172345
|
|
|
172346
|
+
"sap/m/p13n/util/diff": undefined;
|
|
172347
|
+
|
|
172329
172348
|
"sap/m/P13nColumnsItem": undefined;
|
|
172330
172349
|
|
|
172331
172350
|
"sap/m/P13nColumnsPanel": undefined;
|
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
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.8
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -152,6 +152,17 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
152
152
|
* @returns Value of property `selectedPanel`
|
|
153
153
|
*/
|
|
154
154
|
getSelectedPanel(): DataAnalyzerPanelName;
|
|
155
|
+
/**
|
|
156
|
+
* Gets current value of property {@link #getShowTitle showTitle}.
|
|
157
|
+
*
|
|
158
|
+
* Show / hide title
|
|
159
|
+
*
|
|
160
|
+
* Default value is `false`.
|
|
161
|
+
*
|
|
162
|
+
*
|
|
163
|
+
* @returns Value of property `showTitle`
|
|
164
|
+
*/
|
|
165
|
+
getShowTitle(): boolean;
|
|
155
166
|
/**
|
|
156
167
|
* Gets current value of property {@link #getShowVisualizationType showVisualizationType}.
|
|
157
168
|
*
|
|
@@ -161,6 +172,15 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
161
172
|
* @returns Value of property `showVisualizationType`
|
|
162
173
|
*/
|
|
163
174
|
getShowVisualizationType(): boolean;
|
|
175
|
+
/**
|
|
176
|
+
* Gets current value of property {@link #getTitle title}.
|
|
177
|
+
*
|
|
178
|
+
* Title
|
|
179
|
+
*
|
|
180
|
+
*
|
|
181
|
+
* @returns Value of property `title`
|
|
182
|
+
*/
|
|
183
|
+
getTitle(): string;
|
|
164
184
|
/**
|
|
165
185
|
* Sets a new value for property {@link #getMetaPath metaPath}.
|
|
166
186
|
*
|
|
@@ -193,6 +213,24 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
193
213
|
*/
|
|
194
214
|
sSelectedPanel: DataAnalyzerPanelName
|
|
195
215
|
): this;
|
|
216
|
+
/**
|
|
217
|
+
* Sets a new value for property {@link #getShowTitle showTitle}.
|
|
218
|
+
*
|
|
219
|
+
* Show / hide title
|
|
220
|
+
*
|
|
221
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
222
|
+
*
|
|
223
|
+
* Default value is `false`.
|
|
224
|
+
*
|
|
225
|
+
*
|
|
226
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
227
|
+
*/
|
|
228
|
+
setShowTitle(
|
|
229
|
+
/**
|
|
230
|
+
* New value for property `showTitle`
|
|
231
|
+
*/
|
|
232
|
+
bShowTitle?: boolean
|
|
233
|
+
): this;
|
|
196
234
|
/**
|
|
197
235
|
* Sets a new value for property {@link #getShowVisualizationType showVisualizationType}.
|
|
198
236
|
*
|
|
@@ -209,6 +247,22 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
209
247
|
*/
|
|
210
248
|
bShowVisualizationType: boolean
|
|
211
249
|
): this;
|
|
250
|
+
/**
|
|
251
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
252
|
+
*
|
|
253
|
+
* Title
|
|
254
|
+
*
|
|
255
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
256
|
+
*
|
|
257
|
+
*
|
|
258
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
259
|
+
*/
|
|
260
|
+
setTitle(
|
|
261
|
+
/**
|
|
262
|
+
* New value for property `title`
|
|
263
|
+
*/
|
|
264
|
+
sTitle: string
|
|
265
|
+
): this;
|
|
212
266
|
}
|
|
213
267
|
/**
|
|
214
268
|
* Describes the settings that can be provided to the DataAnalyzer constructor.
|
|
@@ -230,6 +284,16 @@ declare module "sap/sac/df/DataAnalyzer" {
|
|
|
230
284
|
* Show visualization type
|
|
231
285
|
*/
|
|
232
286
|
showVisualizationType?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Show / hide title
|
|
290
|
+
*/
|
|
291
|
+
showTitle?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* Title
|
|
295
|
+
*/
|
|
296
|
+
title?: string | PropertyBindingInfo;
|
|
233
297
|
}
|
|
234
298
|
}
|
|
235
299
|
|
|
@@ -3211,7 +3275,7 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3211
3275
|
*/
|
|
3212
3276
|
getAxesLayout(): AxesLayout;
|
|
3213
3277
|
/**
|
|
3214
|
-
* Gets the cell context for a
|
|
3278
|
+
* Gets the cell context for a cell in the result set
|
|
3215
3279
|
*
|
|
3216
3280
|
*
|
|
3217
3281
|
* @returns a promise which resolves with the retrieved cell context
|
|
@@ -3226,22 +3290,6 @@ declare module "sap/sac/df/model/visualization/Grid" {
|
|
|
3226
3290
|
*/
|
|
3227
3291
|
nColumnIndex: int
|
|
3228
3292
|
): Promise<Object>;
|
|
3229
|
-
/**
|
|
3230
|
-
* Get the list of the jump targets associated to a cell defined via the Report-To-Report Interface.
|
|
3231
|
-
*
|
|
3232
|
-
*
|
|
3233
|
-
* @returns resolving to the List of jump targets.
|
|
3234
|
-
*/
|
|
3235
|
-
getRRITargets(
|
|
3236
|
-
/**
|
|
3237
|
-
* Row of the data cell
|
|
3238
|
-
*/
|
|
3239
|
-
iRowIndex: int,
|
|
3240
|
-
/**
|
|
3241
|
-
* Column of the data cell
|
|
3242
|
-
*/
|
|
3243
|
-
iColumnIndex: int
|
|
3244
|
-
): Promise<any>;
|
|
3245
3293
|
/**
|
|
3246
3294
|
* Get the data of the visualization
|
|
3247
3295
|
* ```javascript
|