@sapui5/ts-types 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 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +42 -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 +69 -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 -2321
- 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-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.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 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.2
|
|
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
|
|
@@ -1665,6 +1667,12 @@ declare namespace sap {
|
|
|
1665
1667
|
*/
|
|
1666
1668
|
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1667
1669
|
|
|
1670
|
+
/**
|
|
1671
|
+
* The column availability
|
|
1672
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden`
|
|
1673
|
+
*/
|
|
1674
|
+
availability?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1675
|
+
|
|
1668
1676
|
/**
|
|
1669
1677
|
* The text that will be displayed for this column header
|
|
1670
1678
|
*/
|
|
@@ -1703,6 +1711,19 @@ declare namespace sap {
|
|
|
1703
1711
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1704
1712
|
| `{${string}}`;
|
|
1705
1713
|
|
|
1714
|
+
/**
|
|
1715
|
+
* Determines if the information in the column is required.
|
|
1716
|
+
*/
|
|
1717
|
+
required?:
|
|
1718
|
+
| boolean
|
|
1719
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
1720
|
+
| `{${string}}`;
|
|
1721
|
+
|
|
1722
|
+
/**
|
|
1723
|
+
* Determines the text displayed for the column tooltip
|
|
1724
|
+
*/
|
|
1725
|
+
tooltip?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1726
|
+
|
|
1706
1727
|
/**
|
|
1707
1728
|
* Determines the column's width.
|
|
1708
1729
|
* Allowed values are 'auto', 'value', and 'inherit', according to {@link sap.ui.core.CSSSize }
|
|
@@ -1768,6 +1789,12 @@ declare namespace sap {
|
|
|
1768
1789
|
*/
|
|
1769
1790
|
interface $ColumnOverrideSettings
|
|
1770
1791
|
extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {
|
|
1792
|
+
/**
|
|
1793
|
+
* The column availability
|
|
1794
|
+
* Allowed values are `Default`, `Adaptation`, `Hidden``
|
|
1795
|
+
*/
|
|
1796
|
+
availability?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
1797
|
+
|
|
1771
1798
|
/**
|
|
1772
1799
|
* Aligns the header as well as the content horizontally
|
|
1773
1800
|
*/
|
|
@@ -2103,7 +2130,7 @@ declare namespace sap {
|
|
|
2103
2130
|
* This property does not apply to responsive tables.
|
|
2104
2131
|
*/
|
|
2105
2132
|
selectionLimit?:
|
|
2106
|
-
|
|
|
2133
|
+
| int
|
|
2107
2134
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2108
2135
|
| `{${string}}`;
|
|
2109
2136
|
|
|
@@ -2536,7 +2563,7 @@ declare namespace sap {
|
|
|
2536
2563
|
* This property does not apply to responsive tables.
|
|
2537
2564
|
*/
|
|
2538
2565
|
selectionLimit?:
|
|
2539
|
-
|
|
|
2566
|
+
| int
|
|
2540
2567
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2541
2568
|
| `{${string}}`;
|
|
2542
2569
|
|
|
@@ -2850,7 +2877,7 @@ declare namespace sap {
|
|
|
2850
2877
|
*
|
|
2851
2878
|
*
|
|
2852
2879
|
*
|
|
2853
|
-
* @returns The ID of the message
|
|
2880
|
+
* @returns Promise The ID of the message
|
|
2854
2881
|
*/
|
|
2855
2882
|
addMessage(
|
|
2856
2883
|
/**
|
|
@@ -2874,7 +2901,7 @@ declare namespace sap {
|
|
|
2874
2901
|
*/
|
|
2875
2902
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
2876
2903
|
}
|
|
2877
|
-
): string
|
|
2904
|
+
): Promise<string>;
|
|
2878
2905
|
/**
|
|
2879
2906
|
* Get the variant management applied to the table.
|
|
2880
2907
|
*
|
|
@@ -3130,7 +3157,7 @@ declare namespace sap {
|
|
|
3130
3157
|
*
|
|
3131
3158
|
*
|
|
3132
3159
|
*
|
|
3133
|
-
* @returns The ID of the message
|
|
3160
|
+
* @returns Promise The ID of the message
|
|
3134
3161
|
*/
|
|
3135
3162
|
addMessage(
|
|
3136
3163
|
/**
|
|
@@ -3154,7 +3181,7 @@ declare namespace sap {
|
|
|
3154
3181
|
*/
|
|
3155
3182
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3156
3183
|
}
|
|
3157
|
-
): string
|
|
3184
|
+
): Promise<string>;
|
|
3158
3185
|
/**
|
|
3159
3186
|
* Get the variant management applied to the table.
|
|
3160
3187
|
*
|
|
@@ -3528,7 +3555,7 @@ declare namespace sap {
|
|
|
3528
3555
|
semanticObject?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
3529
3556
|
|
|
3530
3557
|
/**
|
|
3531
|
-
* This is used to optionally provide an external value that comes from a different model than the
|
|
3558
|
+
* This is used to optionally provide an external value that comes from a different model than the OData
|
|
3532
3559
|
* model.
|
|
3533
3560
|
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
3534
3561
|
* / unit).
|
|
@@ -4224,7 +4251,7 @@ declare namespace sap {
|
|
|
4224
4251
|
* This property does not apply to responsive tables.
|
|
4225
4252
|
*/
|
|
4226
4253
|
selectionLimit?:
|
|
4227
|
-
|
|
|
4254
|
+
| int
|
|
4228
4255
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
4229
4256
|
| `{${string}}`;
|
|
4230
4257
|
|
|
@@ -4578,7 +4605,7 @@ declare namespace sap {
|
|
|
4578
4605
|
* This property does not apply to responsive tables.
|
|
4579
4606
|
*/
|
|
4580
4607
|
selectionLimit?:
|
|
4581
|
-
|
|
|
4608
|
+
| int
|
|
4582
4609
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
4583
4610
|
| `{${string}}`;
|
|
4584
4611
|
|
|
@@ -5541,7 +5568,7 @@ declare namespace sap {
|
|
|
5541
5568
|
*
|
|
5542
5569
|
*
|
|
5543
5570
|
*
|
|
5544
|
-
* @returns The ID of the message
|
|
5571
|
+
* @returns Promise The ID of the message
|
|
5545
5572
|
*/
|
|
5546
5573
|
addMessage(
|
|
5547
5574
|
/**
|
|
@@ -5565,7 +5592,7 @@ declare namespace sap {
|
|
|
5565
5592
|
*/
|
|
5566
5593
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5567
5594
|
}
|
|
5568
|
-
): string
|
|
5595
|
+
): Promise<string>;
|
|
5569
5596
|
/**
|
|
5570
5597
|
* Get the variant management applied to the table.
|
|
5571
5598
|
*
|
|
@@ -5708,7 +5735,7 @@ declare namespace sap {
|
|
|
5708
5735
|
*
|
|
5709
5736
|
*
|
|
5710
5737
|
*
|
|
5711
|
-
* @returns The ID of the message
|
|
5738
|
+
* @returns Promise The ID of the message
|
|
5712
5739
|
*/
|
|
5713
5740
|
addMessage(
|
|
5714
5741
|
/**
|
|
@@ -5732,7 +5759,7 @@ declare namespace sap {
|
|
|
5732
5759
|
*/
|
|
5733
5760
|
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
5734
5761
|
}
|
|
5735
|
-
): string
|
|
5762
|
+
): Promise<string>;
|
|
5736
5763
|
/**
|
|
5737
5764
|
* Get the variant management applied to the table.
|
|
5738
5765
|
*
|
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 namespace sap {
|
|
4
4
|
/**
|
|
@@ -745,7 +745,11 @@ declare namespace sap {
|
|
|
745
745
|
/**
|
|
746
746
|
* The handler function to call when the event occurs
|
|
747
747
|
*/
|
|
748
|
-
fnStateEventHandler: (p1: sap.ui.base.Event) => void
|
|
748
|
+
fnStateEventHandler: (p1: sap.ui.base.Event) => void,
|
|
749
|
+
/**
|
|
750
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
751
|
+
*/
|
|
752
|
+
oListener?: object
|
|
749
753
|
): this;
|
|
750
754
|
/**
|
|
751
755
|
* Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
|
|
@@ -768,7 +772,11 @@ declare namespace sap {
|
|
|
768
772
|
/**
|
|
769
773
|
* The handler function to detach from the event
|
|
770
774
|
*/
|
|
771
|
-
fnStateEventHandler: (p1: sap.ui.base.Event) => void
|
|
775
|
+
fnStateEventHandler: (p1: sap.ui.base.Event) => void,
|
|
776
|
+
/**
|
|
777
|
+
* The context object to call the event handler with (value of `this` in the event handler function).
|
|
778
|
+
*/
|
|
779
|
+
oListener?: object
|
|
772
780
|
): this;
|
|
773
781
|
|
|
774
782
|
register(
|
|
@@ -41651,7 +41659,8 @@ declare namespace sap {
|
|
|
41651
41659
|
| `{${string}}`;
|
|
41652
41660
|
|
|
41653
41661
|
/**
|
|
41654
|
-
* Width of the control.
|
|
41662
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
41663
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
41655
41664
|
*
|
|
41656
41665
|
* @since 1.72
|
|
41657
41666
|
*/
|
|
@@ -43430,7 +43439,7 @@ declare namespace sap {
|
|
|
43430
43439
|
|
|
43431
43440
|
/**
|
|
43432
43441
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
43433
|
-
*
|
|
43442
|
+
* FrameType Stretch.
|
|
43434
43443
|
*
|
|
43435
43444
|
* @since 1.96
|
|
43436
43445
|
*/
|
|
@@ -43441,7 +43450,7 @@ declare namespace sap {
|
|
|
43441
43450
|
|
|
43442
43451
|
/**
|
|
43443
43452
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
43444
|
-
* Article Mode containing
|
|
43453
|
+
* Article Mode containing FrameType Stretch.
|
|
43445
43454
|
*
|
|
43446
43455
|
* @since 1.103
|
|
43447
43456
|
*/
|
|
@@ -138691,7 +138700,8 @@ declare namespace sap {
|
|
|
138691
138700
|
/**
|
|
138692
138701
|
* Gets current value of property {@link #getWidth width}.
|
|
138693
138702
|
*
|
|
138694
|
-
* Width of the control.
|
|
138703
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
138704
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
138695
138705
|
*
|
|
138696
138706
|
* @since 1.72
|
|
138697
138707
|
*
|
|
@@ -138846,7 +138856,8 @@ declare namespace sap {
|
|
|
138846
138856
|
/**
|
|
138847
138857
|
* Sets a new value for property {@link #getWidth width}.
|
|
138848
138858
|
*
|
|
138849
|
-
* Width of the control.
|
|
138859
|
+
* Width of the control. If the tiles within the SlideTile are in ArticleMode and have a frameType of Stretch,
|
|
138860
|
+
* and if the SlideTile's width exceeds 799px, the image in the tile appears on the right side
|
|
138850
138861
|
*
|
|
138851
138862
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
138852
138863
|
*
|
|
@@ -149272,7 +149283,7 @@ declare namespace sap {
|
|
|
149272
149283
|
* Gets current value of property {@link #getPriority priority}.
|
|
149273
149284
|
*
|
|
149274
149285
|
* Adds a priority badge before the content. Works only in Generic Tiles in ActionMode or Article Mode containing
|
|
149275
|
-
*
|
|
149286
|
+
* FrameType Stretch.
|
|
149276
149287
|
*
|
|
149277
149288
|
* Default value is `None`.
|
|
149278
149289
|
*
|
|
@@ -149285,7 +149296,7 @@ declare namespace sap {
|
|
|
149285
149296
|
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
149286
149297
|
*
|
|
149287
149298
|
* Sets the Text inside the Priority badge in Generic Tile. Works only in Generic Tiles in ActionMode or
|
|
149288
|
-
* Article Mode containing
|
|
149299
|
+
* Article Mode containing FrameType Stretch.
|
|
149289
149300
|
*
|
|
149290
149301
|
* @since 1.103
|
|
149291
149302
|
*
|
|
@@ -164881,6 +164892,8 @@ declare namespace sap {
|
|
|
164881
164892
|
AddPeopleToCalendar = "sapIllus-AddPeopleToCalendar",
|
|
164882
164893
|
/**
|
|
164883
164894
|
* "Balloon Sky" illustration type.
|
|
164895
|
+
*
|
|
164896
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.ReceiveAppreciation}
|
|
164884
164897
|
*/
|
|
164885
164898
|
BalloonSky = "sapIllus-BalloonSky",
|
|
164886
164899
|
/**
|
|
@@ -164889,6 +164902,8 @@ declare namespace sap {
|
|
|
164889
164902
|
BeforeSearch = "sapIllus-BeforeSearch",
|
|
164890
164903
|
/**
|
|
164891
164904
|
* "Connection" illustration type.
|
|
164905
|
+
*
|
|
164906
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
164892
164907
|
*/
|
|
164893
164908
|
Connection = "sapIllus-Connection",
|
|
164894
164909
|
/**
|
|
@@ -165079,6 +165094,8 @@ declare namespace sap {
|
|
|
165079
165094
|
SimpleCheckMark = "sapIllus-SimpleCheckMark",
|
|
165080
165095
|
/**
|
|
165081
165096
|
* "Simple Connection" illustration type.
|
|
165097
|
+
*
|
|
165098
|
+
* @deprecated As of version 1.136. replaced by {@link sap.m.IllustratedMessageType.UnableToLoad}
|
|
165082
165099
|
*/
|
|
165083
165100
|
SimpleConnection = "sapIllus-SimpleConnection",
|
|
165084
165101
|
/**
|
|
@@ -170363,6 +170380,8 @@ declare namespace sap {
|
|
|
170363
170380
|
|
|
170364
170381
|
"sap/m/p13n/SortPanel": undefined;
|
|
170365
170382
|
|
|
170383
|
+
"sap/m/p13n/util/diff": undefined;
|
|
170384
|
+
|
|
170366
170385
|
"sap/m/P13nColumnsItem": undefined;
|
|
170367
170386
|
|
|
170368
170387
|
"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 {
|
|
@@ -461,7 +461,7 @@ declare namespace sap {
|
|
|
461
461
|
*/
|
|
462
462
|
getAxesLayout(): sap.sac.df.model.visualization.Grid.AxesLayout;
|
|
463
463
|
/**
|
|
464
|
-
* Gets the cell context for a
|
|
464
|
+
* Gets the cell context for a cell in the result set
|
|
465
465
|
*
|
|
466
466
|
*
|
|
467
467
|
* @returns a promise which resolves with the retrieved cell context
|
|
@@ -476,22 +476,6 @@ declare namespace sap {
|
|
|
476
476
|
*/
|
|
477
477
|
nColumnIndex: int
|
|
478
478
|
): Promise<Object>;
|
|
479
|
-
/**
|
|
480
|
-
* Get the list of the jump targets associated to a cell defined via the Report-To-Report Interface.
|
|
481
|
-
*
|
|
482
|
-
*
|
|
483
|
-
* @returns resolving to the List of jump targets.
|
|
484
|
-
*/
|
|
485
|
-
getRRITargets(
|
|
486
|
-
/**
|
|
487
|
-
* Row of the data cell
|
|
488
|
-
*/
|
|
489
|
-
iRowIndex: int,
|
|
490
|
-
/**
|
|
491
|
-
* Column of the data cell
|
|
492
|
-
*/
|
|
493
|
-
iColumnIndex: int
|
|
494
|
-
): Promise<any>;
|
|
495
479
|
/**
|
|
496
480
|
* Get the data of the visualization
|
|
497
481
|
* ```javascript
|
|
@@ -2563,6 +2547,19 @@ declare namespace sap {
|
|
|
2563
2547
|
| boolean
|
|
2564
2548
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
2565
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;
|
|
2566
2563
|
}
|
|
2567
2564
|
|
|
2568
2565
|
/**
|
|
@@ -2742,6 +2739,17 @@ declare namespace sap {
|
|
|
2742
2739
|
* @returns Value of property `selectedPanel`
|
|
2743
2740
|
*/
|
|
2744
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;
|
|
2745
2753
|
/**
|
|
2746
2754
|
* Gets current value of property {@link #getShowVisualizationType showVisualizationType}.
|
|
2747
2755
|
*
|
|
@@ -2751,6 +2759,15 @@ declare namespace sap {
|
|
|
2751
2759
|
* @returns Value of property `showVisualizationType`
|
|
2752
2760
|
*/
|
|
2753
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;
|
|
2754
2771
|
/**
|
|
2755
2772
|
* Sets a new value for property {@link #getMetaPath metaPath}.
|
|
2756
2773
|
*
|
|
@@ -2783,6 +2800,24 @@ declare namespace sap {
|
|
|
2783
2800
|
*/
|
|
2784
2801
|
sSelectedPanel: sap.sac.df.types.DataAnalyzerPanelName
|
|
2785
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;
|
|
2786
2821
|
/**
|
|
2787
2822
|
* Sets a new value for property {@link #getShowVisualizationType showVisualizationType}.
|
|
2788
2823
|
*
|
|
@@ -2799,6 +2834,22 @@ declare namespace sap {
|
|
|
2799
2834
|
*/
|
|
2800
2835
|
bShowVisualizationType: boolean
|
|
2801
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;
|
|
2802
2853
|
}
|
|
2803
2854
|
/**
|
|
2804
2855
|
* DesignerPanel A panel control to design layouts / visualizations
|