@sapui5/ts-types-esm 1.136.1 → 1.136.2
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.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 +17 -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 +19 -8
- 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 +2 -2
- 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 +3 -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.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.1
|
|
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.1
|
|
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
|
}
|
|
@@ -3483,7 +3485,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3483
3485
|
*
|
|
3484
3486
|
*
|
|
3485
3487
|
*
|
|
3486
|
-
* @returns The ID of the message
|
|
3488
|
+
* @returns Promise The ID of the message
|
|
3487
3489
|
*/
|
|
3488
3490
|
addMessage(
|
|
3489
3491
|
/**
|
|
@@ -3507,7 +3509,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3507
3509
|
*/
|
|
3508
3510
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3509
3511
|
}
|
|
3510
|
-
): string
|
|
3512
|
+
): Promise<string>;
|
|
3511
3513
|
/**
|
|
3512
3514
|
* Get the variant management applied to the table.
|
|
3513
3515
|
*
|
|
@@ -3821,7 +3823,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3821
3823
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
3822
3824
|
* This property does not apply to responsive tables.
|
|
3823
3825
|
*/
|
|
3824
|
-
selectionLimit?:
|
|
3826
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
3825
3827
|
|
|
3826
3828
|
/**
|
|
3827
3829
|
* Defines the selection mode to be used by the table.
|
|
@@ -4039,7 +4041,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4039
4041
|
*
|
|
4040
4042
|
*
|
|
4041
4043
|
*
|
|
4042
|
-
* @returns The ID of the message
|
|
4044
|
+
* @returns Promise The ID of the message
|
|
4043
4045
|
*/
|
|
4044
4046
|
addMessage(
|
|
4045
4047
|
/**
|
|
@@ -4063,7 +4065,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4063
4065
|
*/
|
|
4064
4066
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
4065
4067
|
}
|
|
4066
|
-
): string
|
|
4068
|
+
): Promise<string>;
|
|
4067
4069
|
/**
|
|
4068
4070
|
* Get the variant management applied to the table.
|
|
4069
4071
|
*
|
|
@@ -4430,7 +4432,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4430
4432
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
4431
4433
|
* This property does not apply to responsive tables.
|
|
4432
4434
|
*/
|
|
4433
|
-
selectionLimit?:
|
|
4435
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
4434
4436
|
|
|
4435
4437
|
/**
|
|
4436
4438
|
* Defines the selection mode to be used by the table.
|
|
@@ -4666,7 +4668,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4666
4668
|
*
|
|
4667
4669
|
*
|
|
4668
4670
|
*
|
|
4669
|
-
* @returns The ID of the message
|
|
4671
|
+
* @returns Promise The ID of the message
|
|
4670
4672
|
*/
|
|
4671
4673
|
addMessage(
|
|
4672
4674
|
/**
|
|
@@ -4690,7 +4692,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4690
4692
|
*/
|
|
4691
4693
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
4692
4694
|
}
|
|
4693
|
-
): string
|
|
4695
|
+
): Promise<string>;
|
|
4694
4696
|
/**
|
|
4695
4697
|
* Get the variant management applied to the table.
|
|
4696
4698
|
*
|
|
@@ -5032,7 +5034,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
5032
5034
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
5033
5035
|
* This property does not apply to responsive tables.
|
|
5034
5036
|
*/
|
|
5035
|
-
selectionLimit?:
|
|
5037
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
5036
5038
|
|
|
5037
5039
|
/**
|
|
5038
5040
|
* Defines the selection mode to be used by the table.
|
|
@@ -5254,7 +5256,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5254
5256
|
*
|
|
5255
5257
|
*
|
|
5256
5258
|
*
|
|
5257
|
-
* @returns The ID of the message
|
|
5259
|
+
* @returns Promise The ID of the message
|
|
5258
5260
|
*/
|
|
5259
5261
|
addMessage(
|
|
5260
5262
|
/**
|
|
@@ -5278,7 +5280,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5278
5280
|
*/
|
|
5279
5281
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5280
5282
|
}
|
|
5281
|
-
): string
|
|
5283
|
+
): Promise<string>;
|
|
5282
5284
|
/**
|
|
5283
5285
|
* Get the variant management applied to the table.
|
|
5284
5286
|
*
|
|
@@ -5674,7 +5676,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5674
5676
|
* Defines the maximum number of rows that can be selected at once in the table.
|
|
5675
5677
|
* This property does not apply to responsive tables.
|
|
5676
5678
|
*/
|
|
5677
|
-
selectionLimit?:
|
|
5679
|
+
selectionLimit?: int | PropertyBindingInfo | `{${string}}`;
|
|
5678
5680
|
|
|
5679
5681
|
/**
|
|
5680
5682
|
* 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.1
|
|
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
|
/**
|
|
@@ -131188,7 +131194,8 @@ declare module "sap/m/SlideTile" {
|
|
|
131188
131194
|
/**
|
|
131189
131195
|
* Gets current value of property {@link #getWidth width}.
|
|
131190
131196
|
*
|
|
131191
|
-
* Width of the control.
|
|
131197
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
131198
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
131192
131199
|
*
|
|
131193
131200
|
* @since 1.72
|
|
131194
131201
|
*
|
|
@@ -131343,7 +131350,8 @@ declare module "sap/m/SlideTile" {
|
|
|
131343
131350
|
/**
|
|
131344
131351
|
* Sets a new value for property {@link #getWidth width}.
|
|
131345
131352
|
*
|
|
131346
|
-
* Width of the control.
|
|
131353
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
131354
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
131347
131355
|
*
|
|
131348
131356
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
131349
131357
|
*
|
|
@@ -131401,7 +131409,8 @@ declare module "sap/m/SlideTile" {
|
|
|
131401
131409
|
| `{${string}}`;
|
|
131402
131410
|
|
|
131403
131411
|
/**
|
|
131404
|
-
* Width of the control.
|
|
131412
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
131413
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
131405
131414
|
*
|
|
131406
131415
|
* @since 1.72
|
|
131407
131416
|
*/
|
|
@@ -148121,7 +148130,7 @@ declare module "sap/m/TileContent" {
|
|
|
148121
148130
|
* Gets current value of property {@link #getPriority priority}.
|
|
148122
148131
|
*
|
|
148123
148132
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
148124
|
-
*
|
|
148133
|
+
* FrameType Stretch.
|
|
148125
148134
|
*
|
|
148126
148135
|
* Default value is `None`.
|
|
148127
148136
|
*
|
|
@@ -148134,7 +148143,7 @@ declare module "sap/m/TileContent" {
|
|
|
148134
148143
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
148135
148144
|
*
|
|
148136
148145
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
148137
|
-
* Article Mode containing
|
|
148146
|
+
* Article Mode containing FrameType Stretch.
|
|
148138
148147
|
*
|
|
148139
148148
|
* @since 1.103
|
|
148140
148149
|
*
|
|
@@ -148423,7 +148432,7 @@ declare module "sap/m/TileContent" {
|
|
|
148423
148432
|
|
|
148424
148433
|
/**
|
|
148425
148434
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
148426
|
-
*
|
|
148435
|
+
* FrameType Stretch.
|
|
148427
148436
|
*
|
|
148428
148437
|
* @since 1.96
|
|
148429
148438
|
*/
|
|
@@ -148434,7 +148443,7 @@ declare module "sap/m/TileContent" {
|
|
|
148434
148443
|
|
|
148435
148444
|
/**
|
|
148436
148445
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
148437
|
-
* Article Mode containing
|
|
148446
|
+
* Article Mode containing FrameType Stretch.
|
|
148438
148447
|
*
|
|
148439
148448
|
* @since 1.103
|
|
148440
148449
|
*/
|
|
@@ -172326,6 +172335,8 @@ declare namespace sap {
|
|
|
172326
172335
|
|
|
172327
172336
|
"sap/m/p13n/SortPanel": undefined;
|
|
172328
172337
|
|
|
172338
|
+
"sap/m/p13n/util/diff": undefined;
|
|
172339
|
+
|
|
172329
172340
|
"sap/m/P13nColumnsItem": undefined;
|
|
172330
172341
|
|
|
172331
172342
|
"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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -1458,6 +1458,15 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1458
1458
|
* @returns Value of property `showDraftToggle`
|
|
1459
1459
|
*/
|
|
1460
1460
|
getShowDraftToggle(): boolean;
|
|
1461
|
+
/**
|
|
1462
|
+
* Gets current value of property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
|
|
1463
|
+
*
|
|
1464
|
+
* Default value is `false`.
|
|
1465
|
+
*
|
|
1466
|
+
*
|
|
1467
|
+
* @returns Value of property `skipOPContextInfoInBrowserTitle`
|
|
1468
|
+
*/
|
|
1469
|
+
getSkipOPContextInfoInBrowserTitle(): boolean;
|
|
1461
1470
|
/**
|
|
1462
1471
|
* Gets current value of property {@link #getStatePreservationMode statePreservationMode}.
|
|
1463
1472
|
*
|
|
@@ -1692,6 +1701,22 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1692
1701
|
*/
|
|
1693
1702
|
bShowDraftToggle?: boolean
|
|
1694
1703
|
): this;
|
|
1704
|
+
/**
|
|
1705
|
+
* Sets a new value for property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
|
|
1706
|
+
*
|
|
1707
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1708
|
+
*
|
|
1709
|
+
* Default value is `false`.
|
|
1710
|
+
*
|
|
1711
|
+
*
|
|
1712
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1713
|
+
*/
|
|
1714
|
+
setSkipOPContextInfoInBrowserTitle(
|
|
1715
|
+
/**
|
|
1716
|
+
* New value for property `skipOPContextInfoInBrowserTitle`
|
|
1717
|
+
*/
|
|
1718
|
+
bSkipOPContextInfoInBrowserTitle?: boolean
|
|
1719
|
+
): this;
|
|
1695
1720
|
/**
|
|
1696
1721
|
* Sets a new value for property {@link #getStatePreservationMode statePreservationMode}.
|
|
1697
1722
|
*
|
|
@@ -1802,6 +1827,11 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1802
1827
|
|
|
1803
1828
|
externalNavigationSettings?: object | PropertyBindingInfo | `{${string}}`;
|
|
1804
1829
|
|
|
1830
|
+
skipOPContextInfoInBrowserTitle?:
|
|
1831
|
+
| boolean
|
|
1832
|
+
| PropertyBindingInfo
|
|
1833
|
+
| `{${string}}`;
|
|
1834
|
+
|
|
1805
1835
|
pageDataLoaded?: (oEvent: Event) => void;
|
|
1806
1836
|
}
|
|
1807
1837
|
|
package/types/sap.tnt.d.ts
CHANGED