@sapui5/ts-types 1.136.0 → 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 -3
- 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 +79 -20
- 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 -2321
- 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-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-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 namespace sap {
|
|
4
4
|
/**
|
|
@@ -277,7 +277,8 @@ declare namespace sap {
|
|
|
277
277
|
*/
|
|
278
278
|
model?: sap.ui.model.odata.v4.ODataModel;
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
280
|
+
* An optional array of objects representing the action parameters, where each object has a name of string
|
|
281
|
+
* type and a value that can be of any data type.
|
|
281
282
|
*/
|
|
282
283
|
parameterValues?: object[];
|
|
283
284
|
/**
|
|
@@ -839,7 +840,8 @@ declare namespace sap {
|
|
|
839
840
|
*
|
|
840
841
|
* @since 1.86.0
|
|
841
842
|
*/
|
|
842
|
-
class Share extends sap.
|
|
843
|
+
class Share extends sap.fe.core.controllerextensions
|
|
844
|
+
.BaseControllerExtension {
|
|
843
845
|
/**
|
|
844
846
|
* Adapts the metadata used while sharing the page URL via 'Send Email', 'Share in SAP Jam', and 'Save as
|
|
845
847
|
* 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 namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -597,7 +597,7 @@ declare namespace sap {
|
|
|
597
597
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
598
598
|
|
|
599
599
|
/**
|
|
600
|
-
* This is used to optionally provide an external value that comes from a different model than the
|
|
600
|
+
* This is used to optionally provide an external value that comes from a different model than the OData
|
|
601
601
|
* model.
|
|
602
602
|
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
603
603
|
* / unit).
|
|
@@ -975,6 +975,8 @@ declare namespace sap {
|
|
|
975
975
|
/**
|
|
976
976
|
* This property is not required at filter field level. To achieve the desired behavior, specify the showMessages
|
|
977
977
|
* property in the FilterBar building block.
|
|
978
|
+
*
|
|
979
|
+
* @deprecated As of version 1.135.
|
|
978
980
|
*/
|
|
979
981
|
showMessages?:
|
|
980
982
|
| boolean
|
|
@@ -2103,7 +2105,7 @@ declare namespace sap {
|
|
|
2103
2105
|
* This property does not apply to responsive tables.
|
|
2104
2106
|
*/
|
|
2105
2107
|
selectionLimit?:
|
|
2106
|
-
|
|
|
2108
|
+
| int
|
|
2107
2109
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2108
2110
|
| `{${string}}`;
|
|
2109
2111
|
|
|
@@ -2536,7 +2538,7 @@ declare namespace sap {
|
|
|
2536
2538
|
* This property does not apply to responsive tables.
|
|
2537
2539
|
*/
|
|
2538
2540
|
selectionLimit?:
|
|
2539
|
-
|
|
|
2541
|
+
| int
|
|
2540
2542
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2541
2543
|
| `{${string}}`;
|
|
2542
2544
|
|
|
@@ -2850,7 +2852,7 @@ declare namespace sap {
|
|
|
2850
2852
|
*
|
|
2851
2853
|
*
|
|
2852
2854
|
*
|
|
2853
|
-
* @returns The ID of the message
|
|
2855
|
+
* @returns Promise The ID of the message
|
|
2854
2856
|
*/
|
|
2855
2857
|
addMessage(
|
|
2856
2858
|
/**
|
|
@@ -2874,7 +2876,7 @@ declare namespace sap {
|
|
|
2874
2876
|
*/
|
|
2875
2877
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
2876
2878
|
}
|
|
2877
|
-
): string
|
|
2879
|
+
): Promise<string>;
|
|
2878
2880
|
/**
|
|
2879
2881
|
* Get the variant management applied to the table.
|
|
2880
2882
|
*
|
|
@@ -3130,7 +3132,7 @@ declare namespace sap {
|
|
|
3130
3132
|
*
|
|
3131
3133
|
*
|
|
3132
3134
|
*
|
|
3133
|
-
* @returns The ID of the message
|
|
3135
|
+
* @returns Promise The ID of the message
|
|
3134
3136
|
*/
|
|
3135
3137
|
addMessage(
|
|
3136
3138
|
/**
|
|
@@ -3154,7 +3156,7 @@ declare namespace sap {
|
|
|
3154
3156
|
*/
|
|
3155
3157
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3156
3158
|
}
|
|
3157
|
-
): string
|
|
3159
|
+
): Promise<string>;
|
|
3158
3160
|
/**
|
|
3159
3161
|
* Get the variant management applied to the table.
|
|
3160
3162
|
*
|
|
@@ -3528,7 +3530,7 @@ declare namespace sap {
|
|
|
3528
3530
|
semanticObject?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3529
3531
|
|
|
3530
3532
|
/**
|
|
3531
|
-
* This is used to optionally provide an external value that comes from a different model than the
|
|
3533
|
+
* This is used to optionally provide an external value that comes from a different model than the OData
|
|
3532
3534
|
* model.
|
|
3533
3535
|
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
3534
3536
|
* / unit).
|
|
@@ -4224,7 +4226,7 @@ declare namespace sap {
|
|
|
4224
4226
|
* This property does not apply to responsive tables.
|
|
4225
4227
|
*/
|
|
4226
4228
|
selectionLimit?:
|
|
4227
|
-
|
|
|
4229
|
+
| int
|
|
4228
4230
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
4229
4231
|
| `{${string}}`;
|
|
4230
4232
|
|
|
@@ -4578,7 +4580,7 @@ declare namespace sap {
|
|
|
4578
4580
|
* This property does not apply to responsive tables.
|
|
4579
4581
|
*/
|
|
4580
4582
|
selectionLimit?:
|
|
4581
|
-
|
|
|
4583
|
+
| int
|
|
4582
4584
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
4583
4585
|
| `{${string}}`;
|
|
4584
4586
|
|
|
@@ -5541,7 +5543,7 @@ declare namespace sap {
|
|
|
5541
5543
|
*
|
|
5542
5544
|
*
|
|
5543
5545
|
*
|
|
5544
|
-
* @returns The ID of the message
|
|
5546
|
+
* @returns Promise The ID of the message
|
|
5545
5547
|
*/
|
|
5546
5548
|
addMessage(
|
|
5547
5549
|
/**
|
|
@@ -5565,7 +5567,7 @@ declare namespace sap {
|
|
|
5565
5567
|
*/
|
|
5566
5568
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5567
5569
|
}
|
|
5568
|
-
): string
|
|
5570
|
+
): Promise<string>;
|
|
5569
5571
|
/**
|
|
5570
5572
|
* Get the variant management applied to the table.
|
|
5571
5573
|
*
|
|
@@ -5708,7 +5710,7 @@ declare namespace sap {
|
|
|
5708
5710
|
*
|
|
5709
5711
|
*
|
|
5710
5712
|
*
|
|
5711
|
-
* @returns The ID of the message
|
|
5713
|
+
* @returns Promise The ID of the message
|
|
5712
5714
|
*/
|
|
5713
5715
|
addMessage(
|
|
5714
5716
|
/**
|
|
@@ -5732,7 +5734,7 @@ declare namespace sap {
|
|
|
5732
5734
|
*/
|
|
5733
5735
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5734
5736
|
}
|
|
5735
|
-
): string
|
|
5737
|
+
): Promise<string>;
|
|
5736
5738
|
/**
|
|
5737
5739
|
* Get the variant management applied to the table.
|
|
5738
5740
|
*
|
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 namespace sap {
|
|
4
4
|
/**
|
|
@@ -41651,7 +41651,8 @@ declare namespace sap {
|
|
|
41651
41651
|
| `{${string}}`;
|
|
41652
41652
|
|
|
41653
41653
|
/**
|
|
41654
|
-
* Width of the control.
|
|
41654
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
41655
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
41655
41656
|
*
|
|
41656
41657
|
* @since 1.72
|
|
41657
41658
|
*/
|
|
@@ -43430,7 +43431,7 @@ declare namespace sap {
|
|
|
43430
43431
|
|
|
43431
43432
|
/**
|
|
43432
43433
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
43433
|
-
*
|
|
43434
|
+
* FrameType Stretch.
|
|
43434
43435
|
*
|
|
43435
43436
|
* @since 1.96
|
|
43436
43437
|
*/
|
|
@@ -43441,7 +43442,7 @@ declare namespace sap {
|
|
|
43441
43442
|
|
|
43442
43443
|
/**
|
|
43443
43444
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
43444
|
-
* Article Mode containing
|
|
43445
|
+
* Article Mode containing FrameType Stretch.
|
|
43445
43446
|
*
|
|
43446
43447
|
* @since 1.103
|
|
43447
43448
|
*/
|
|
@@ -138691,7 +138692,8 @@ declare namespace sap {
|
|
|
138691
138692
|
/**
|
|
138692
138693
|
* Gets current value of property {@link #getWidth width}.
|
|
138693
138694
|
*
|
|
138694
|
-
* Width of the control.
|
|
138695
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
138696
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
138695
138697
|
*
|
|
138696
138698
|
* @since 1.72
|
|
138697
138699
|
*
|
|
@@ -138846,7 +138848,8 @@ declare namespace sap {
|
|
|
138846
138848
|
/**
|
|
138847
138849
|
* Sets a new value for property {@link #getWidth width}.
|
|
138848
138850
|
*
|
|
138849
|
-
* Width of the control.
|
|
138851
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
138852
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
138850
138853
|
*
|
|
138851
138854
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
138852
138855
|
*
|
|
@@ -149272,7 +149275,7 @@ declare namespace sap {
|
|
|
149272
149275
|
* Gets current value of property {@link #getPriority priority}.
|
|
149273
149276
|
*
|
|
149274
149277
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
149275
|
-
*
|
|
149278
|
+
* FrameType Stretch.
|
|
149276
149279
|
*
|
|
149277
149280
|
* Default value is `None`.
|
|
149278
149281
|
*
|
|
@@ -149285,7 +149288,7 @@ declare namespace sap {
|
|
|
149285
149288
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
149286
149289
|
*
|
|
149287
149290
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
149288
|
-
* Article Mode containing
|
|
149291
|
+
* Article Mode containing FrameType Stretch.
|
|
149289
149292
|
*
|
|
149290
149293
|
* @since 1.103
|
|
149291
149294
|
*
|
|
@@ -164881,6 +164884,8 @@ declare namespace sap {
|
|
|
164881
164884
|
AddPeopleToCalendar = "sapIllus-AddPeopleToCalendar",
|
|
164882
164885
|
/**
|
|
164883
164886
|
* "Balloon Sky" illustration type.
|
|
164887
|
+
*
|
|
164888
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.ReceiveAppreciation}
|
|
164884
164889
|
*/
|
|
164885
164890
|
BalloonSky = "sapIllus-BalloonSky",
|
|
164886
164891
|
/**
|
|
@@ -164889,6 +164894,8 @@ declare namespace sap {
|
|
|
164889
164894
|
BeforeSearch = "sapIllus-BeforeSearch",
|
|
164890
164895
|
/**
|
|
164891
164896
|
* "Connection" illustration type.
|
|
164897
|
+
*
|
|
164898
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
164892
164899
|
*/
|
|
164893
164900
|
Connection = "sapIllus-Connection",
|
|
164894
164901
|
/**
|
|
@@ -165079,6 +165086,8 @@ declare namespace sap {
|
|
|
165079
165086
|
SimpleCheckMark = "sapIllus-SimpleCheckMark",
|
|
165080
165087
|
/**
|
|
165081
165088
|
* "Simple Connection" illustration type.
|
|
165089
|
+
*
|
|
165090
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
165082
165091
|
*/
|
|
165083
165092
|
SimpleConnection = "sapIllus-SimpleConnection",
|
|
165084
165093
|
/**
|
|
@@ -170363,6 +170372,8 @@ declare namespace sap {
|
|
|
170363
170372
|
|
|
170364
170373
|
"sap/m/p13n/SortPanel": undefined;
|
|
170365
170374
|
|
|
170375
|
+
"sap/m/p13n/util/diff": undefined;
|
|
170376
|
+
|
|
170366
170377
|
"sap/m/P13nColumnsItem": undefined;
|
|
170367
170378
|
|
|
170368
170379
|
"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 namespace sap {
|
|
4
4
|
namespace sac {
|
|
@@ -171,6 +171,14 @@ declare namespace sap {
|
|
|
171
171
|
* dimensions on row axis
|
|
172
172
|
*/
|
|
173
173
|
Rows: string[];
|
|
174
|
+
/**
|
|
175
|
+
* members of measure structure dimension
|
|
176
|
+
*/
|
|
177
|
+
MeasureStructureMembers: string[];
|
|
178
|
+
/**
|
|
179
|
+
* members of structure dimension
|
|
180
|
+
*/
|
|
181
|
+
StructureMembers: string[];
|
|
174
182
|
};
|
|
175
183
|
}
|
|
176
184
|
|
|
@@ -453,37 +461,21 @@ declare namespace sap {
|
|
|
453
461
|
*/
|
|
454
462
|
getAxesLayout(): sap.sac.df.model.visualization.Grid.AxesLayout;
|
|
455
463
|
/**
|
|
456
|
-
* Gets the cell context for a
|
|
464
|
+
* Gets the cell context for a cell in the result set
|
|
457
465
|
*
|
|
458
466
|
*
|
|
459
467
|
* @returns a promise which resolves with the retrieved cell context
|
|
460
468
|
*/
|
|
461
469
|
getCellContext(
|
|
462
470
|
/**
|
|
463
|
-
* the row index
|
|
471
|
+
* the row index of data cell
|
|
464
472
|
*/
|
|
465
473
|
nRowIndex: int,
|
|
466
474
|
/**
|
|
467
|
-
* the column index
|
|
475
|
+
* the column index of data cell
|
|
468
476
|
*/
|
|
469
477
|
nColumnIndex: int
|
|
470
478
|
): Promise<Object>;
|
|
471
|
-
/**
|
|
472
|
-
* Get the list of the jump targets associated to a cell defined via the Report-To-Report Interface.
|
|
473
|
-
*
|
|
474
|
-
*
|
|
475
|
-
* @returns resolving to the List of jump targets.
|
|
476
|
-
*/
|
|
477
|
-
getRRITargets(
|
|
478
|
-
/**
|
|
479
|
-
* Row of the data cell
|
|
480
|
-
*/
|
|
481
|
-
iRowIndex: int,
|
|
482
|
-
/**
|
|
483
|
-
* Column of the data cell
|
|
484
|
-
*/
|
|
485
|
-
iColumnIndex: int
|
|
486
|
-
): Promise<any>;
|
|
487
479
|
/**
|
|
488
480
|
* Get the data of the visualization
|
|
489
481
|
* ```javascript
|
|
@@ -2555,6 +2547,19 @@ declare namespace sap {
|
|
|
2555
2547
|
| boolean
|
|
2556
2548
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2557
2549
|
| `{${string}}`;
|
|
2550
|
+
|
|
2551
|
+
/**
|
|
2552
|
+
* Show / hide title
|
|
2553
|
+
*/
|
|
2554
|
+
showTitle?:
|
|
2555
|
+
| boolean
|
|
2556
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2557
|
+
| `{${string}}`;
|
|
2558
|
+
|
|
2559
|
+
/**
|
|
2560
|
+
* Title
|
|
2561
|
+
*/
|
|
2562
|
+
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
2558
2563
|
}
|
|
2559
2564
|
|
|
2560
2565
|
/**
|
|
@@ -2734,6 +2739,17 @@ declare namespace sap {
|
|
|
2734
2739
|
* @returns Value of property `selectedPanel`
|
|
2735
2740
|
*/
|
|
2736
2741
|
getSelectedPanel(): sap.sac.df.types.DataAnalyzerPanelName;
|
|
2742
|
+
/**
|
|
2743
|
+
* Gets current value of property {@link #getShowTitle showTitle}.
|
|
2744
|
+
*
|
|
2745
|
+
* Show / hide title
|
|
2746
|
+
*
|
|
2747
|
+
* Default value is `false`.
|
|
2748
|
+
*
|
|
2749
|
+
*
|
|
2750
|
+
* @returns Value of property `showTitle`
|
|
2751
|
+
*/
|
|
2752
|
+
getShowTitle(): boolean;
|
|
2737
2753
|
/**
|
|
2738
2754
|
* Gets current value of property {@link #getShowVisualizationType showVisualizationType}.
|
|
2739
2755
|
*
|
|
@@ -2743,6 +2759,15 @@ declare namespace sap {
|
|
|
2743
2759
|
* @returns Value of property `showVisualizationType`
|
|
2744
2760
|
*/
|
|
2745
2761
|
getShowVisualizationType(): boolean;
|
|
2762
|
+
/**
|
|
2763
|
+
* Gets current value of property {@link #getTitle title}.
|
|
2764
|
+
*
|
|
2765
|
+
* Title
|
|
2766
|
+
*
|
|
2767
|
+
*
|
|
2768
|
+
* @returns Value of property `title`
|
|
2769
|
+
*/
|
|
2770
|
+
getTitle(): string;
|
|
2746
2771
|
/**
|
|
2747
2772
|
* Sets a new value for property {@link #getMetaPath metaPath}.
|
|
2748
2773
|
*
|
|
@@ -2775,6 +2800,24 @@ declare namespace sap {
|
|
|
2775
2800
|
*/
|
|
2776
2801
|
sSelectedPanel: sap.sac.df.types.DataAnalyzerPanelName
|
|
2777
2802
|
): this;
|
|
2803
|
+
/**
|
|
2804
|
+
* Sets a new value for property {@link #getShowTitle showTitle}.
|
|
2805
|
+
*
|
|
2806
|
+
* Show / hide title
|
|
2807
|
+
*
|
|
2808
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2809
|
+
*
|
|
2810
|
+
* Default value is `false`.
|
|
2811
|
+
*
|
|
2812
|
+
*
|
|
2813
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2814
|
+
*/
|
|
2815
|
+
setShowTitle(
|
|
2816
|
+
/**
|
|
2817
|
+
* New value for property `showTitle`
|
|
2818
|
+
*/
|
|
2819
|
+
bShowTitle?: boolean
|
|
2820
|
+
): this;
|
|
2778
2821
|
/**
|
|
2779
2822
|
* Sets a new value for property {@link #getShowVisualizationType showVisualizationType}.
|
|
2780
2823
|
*
|
|
@@ -2791,6 +2834,22 @@ declare namespace sap {
|
|
|
2791
2834
|
*/
|
|
2792
2835
|
bShowVisualizationType: boolean
|
|
2793
2836
|
): this;
|
|
2837
|
+
/**
|
|
2838
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
2839
|
+
*
|
|
2840
|
+
* Title
|
|
2841
|
+
*
|
|
2842
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2843
|
+
*
|
|
2844
|
+
*
|
|
2845
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2846
|
+
*/
|
|
2847
|
+
setTitle(
|
|
2848
|
+
/**
|
|
2849
|
+
* New value for property `title`
|
|
2850
|
+
*/
|
|
2851
|
+
sTitle: string
|
|
2852
|
+
): this;
|
|
2794
2853
|
}
|
|
2795
2854
|
/**
|
|
2796
2855
|
* DesignerPanel A panel control to design layouts / visualizations
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -1205,6 +1205,11 @@ declare namespace sap {
|
|
|
1205
1205
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1206
1206
|
| `{${string}}`;
|
|
1207
1207
|
|
|
1208
|
+
skipOPContextInfoInBrowserTitle?:
|
|
1209
|
+
| boolean
|
|
1210
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1211
|
+
| `{${string}}`;
|
|
1212
|
+
|
|
1208
1213
|
pageDataLoaded?: (oEvent: sap.ui.base.Event) => void;
|
|
1209
1214
|
}
|
|
1210
1215
|
|
|
@@ -1474,6 +1479,15 @@ declare namespace sap {
|
|
|
1474
1479
|
* @returns Value of property `showDraftToggle`
|
|
1475
1480
|
*/
|
|
1476
1481
|
getShowDraftToggle(): boolean;
|
|
1482
|
+
/**
|
|
1483
|
+
* Gets current value of property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
|
|
1484
|
+
*
|
|
1485
|
+
* Default value is `false`.
|
|
1486
|
+
*
|
|
1487
|
+
*
|
|
1488
|
+
* @returns Value of property `skipOPContextInfoInBrowserTitle`
|
|
1489
|
+
*/
|
|
1490
|
+
getSkipOPContextInfoInBrowserTitle(): boolean;
|
|
1477
1491
|
/**
|
|
1478
1492
|
* Gets current value of property {@link #getStatePreservationMode statePreservationMode}.
|
|
1479
1493
|
*
|
|
@@ -1708,6 +1722,22 @@ declare namespace sap {
|
|
|
1708
1722
|
*/
|
|
1709
1723
|
bShowDraftToggle?: boolean
|
|
1710
1724
|
): this;
|
|
1725
|
+
/**
|
|
1726
|
+
* Sets a new value for property {@link #getSkipOPContextInfoInBrowserTitle skipOPContextInfoInBrowserTitle}.
|
|
1727
|
+
*
|
|
1728
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1729
|
+
*
|
|
1730
|
+
* Default value is `false`.
|
|
1731
|
+
*
|
|
1732
|
+
*
|
|
1733
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1734
|
+
*/
|
|
1735
|
+
setSkipOPContextInfoInBrowserTitle(
|
|
1736
|
+
/**
|
|
1737
|
+
* New value for property `skipOPContextInfoInBrowserTitle`
|
|
1738
|
+
*/
|
|
1739
|
+
bSkipOPContextInfoInBrowserTitle?: boolean
|
|
1740
|
+
): this;
|
|
1711
1741
|
/**
|
|
1712
1742
|
* Sets a new value for property {@link #getStatePreservationMode statePreservationMode}.
|
|
1713
1743
|
*
|
package/types/sap.tnt.d.ts
CHANGED