@sapui5/ts-types 1.136.13 → 1.136.14
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 +4 -4
- package/types/sap.chart.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 +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.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.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.136.10-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.136.10-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/{dt-1.136.10-d.ts → 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.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/{ux3-1.136.10-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vk.d.ts +159 -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 +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./commons
|
|
20
|
+
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
22
|
/// <reference path="./core-1.136.2-d.ts"/>
|
|
23
|
-
/// <reference path="./dt
|
|
23
|
+
/// <reference path="./sap.ui.dt.d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
68
68
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
69
69
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
70
|
-
/// <reference path="./tnt
|
|
70
|
+
/// <reference path="./sap.tnt.d.ts"/>
|
|
71
71
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
72
72
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
73
73
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
74
74
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
75
|
-
/// <reference path="./ux3
|
|
75
|
+
/// <reference path="./sap.ui.ux3.d.ts"/>
|
|
76
76
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
77
77
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
78
78
|
/// <reference path="./sap.viz.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
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.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.ui.comp.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.136.
|
|
1
|
+
// For Library Version: 1.136.6
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -3948,6 +3948,74 @@ declare namespace sap {
|
|
|
3948
3948
|
*/
|
|
3949
3949
|
nodeRef: any
|
|
3950
3950
|
): this;
|
|
3951
|
+
/**
|
|
3952
|
+
* Attaches a custom text to this elements.
|
|
3953
|
+
*
|
|
3954
|
+
* @since 1.120.0
|
|
3955
|
+
* @experimental
|
|
3956
|
+
*
|
|
3957
|
+
* @returns `this` to allow method chaining.
|
|
3958
|
+
*/
|
|
3959
|
+
setCustomText(
|
|
3960
|
+
/**
|
|
3961
|
+
* The node or array of nodes to set the custom text to.
|
|
3962
|
+
*/
|
|
3963
|
+
nodeRefs: /* was: sap.ui.vk.svg.Element */
|
|
3964
|
+
| any
|
|
3965
|
+
| /* was: sap.ui.vk.svg.Element */ any[],
|
|
3966
|
+
/**
|
|
3967
|
+
* The custom text options. If not specified, the existing custom text will be removed.
|
|
3968
|
+
*/
|
|
3969
|
+
options?: {
|
|
3970
|
+
/**
|
|
3971
|
+
* The text to display, it's mutually exclusive with `htmlText` option. Line breaks are not supported, use
|
|
3972
|
+
* `htmlText` option for multi-line text.
|
|
3973
|
+
*/
|
|
3974
|
+
text?: string;
|
|
3975
|
+
/**
|
|
3976
|
+
* The HTML text to display, it's mutually exclusive with `text` option. Line breaks are supported using
|
|
3977
|
+
* paragraphs: `"<p>Line 1</p><p>Line 2</p>"`.
|
|
3978
|
+
*/
|
|
3979
|
+
htmlText?: string;
|
|
3980
|
+
/**
|
|
3981
|
+
* The font size of the text in scene coordinate units. If not specified then the size will be automatically
|
|
3982
|
+
* determined based on the median text size in the scene or computed from the bounding box of the scene,
|
|
3983
|
+
* but better to specify it explicitly to avoid unexpected results.
|
|
3984
|
+
*/
|
|
3985
|
+
size?: number;
|
|
3986
|
+
/**
|
|
3987
|
+
* The font family of the text. Default is `"Arial"`.
|
|
3988
|
+
*/
|
|
3989
|
+
fontFamily?: string;
|
|
3990
|
+
/**
|
|
3991
|
+
* The font style of the text (normal | italic | oblique). Default is undefined ("normal").
|
|
3992
|
+
*/
|
|
3993
|
+
fontStyle?: string;
|
|
3994
|
+
/**
|
|
3995
|
+
* The font weight of the text (normal | bold | bolder | lighter | ). Default is undefined ("normal").
|
|
3996
|
+
*/
|
|
3997
|
+
fontWeight?: string;
|
|
3998
|
+
/**
|
|
3999
|
+
* The text decoration of the text (none | underline | line-through, etc). Default is undefined ("none").
|
|
4000
|
+
*/
|
|
4001
|
+
textDecoration?: string;
|
|
4002
|
+
/**
|
|
4003
|
+
* The fill color of the text in CSS format. Default is "black".
|
|
4004
|
+
*/
|
|
4005
|
+
fill?: string;
|
|
4006
|
+
/**
|
|
4007
|
+
* The pivot point of the custom text, relative to the text bounding box. The pivot point is used together
|
|
4008
|
+
* with the anchor point to position the text. Default is `[0.5, 0.5]` (middle of the custom text). `[0,
|
|
4009
|
+
* 0]` is top-left, `[1, 1]` is bottom-right.
|
|
4010
|
+
*/
|
|
4011
|
+
pivot?: number[];
|
|
4012
|
+
/**
|
|
4013
|
+
* The anchor point of the text, relative to the bounding box of the node to which the custom text is attached.
|
|
4014
|
+
* Default is `[0.5, 0.5]` (center of node). `[0, 0]` is top-left, `[1, 1]` is bottom-right.
|
|
4015
|
+
*/
|
|
4016
|
+
anchor?: number[];
|
|
4017
|
+
}
|
|
4018
|
+
): this;
|
|
3951
4019
|
}
|
|
3952
4020
|
/**
|
|
3953
4021
|
* Provides a proxy object to the node in the node hierarchy.
|
|
@@ -20696,6 +20764,21 @@ declare namespace sap {
|
|
|
20696
20764
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20697
20765
|
| `{${string}}`;
|
|
20698
20766
|
|
|
20767
|
+
hotspotCustomTextOutlineWidth?:
|
|
20768
|
+
| float
|
|
20769
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20770
|
+
| `{${string}}`;
|
|
20771
|
+
|
|
20772
|
+
hotspotCustomTextOutlineColor?:
|
|
20773
|
+
| sap.ui.core.CSSColor
|
|
20774
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20775
|
+
| `{${string}}`;
|
|
20776
|
+
|
|
20777
|
+
hotspotCustomTextHaloWidth?:
|
|
20778
|
+
| float
|
|
20779
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20780
|
+
| `{${string}}`;
|
|
20781
|
+
|
|
20699
20782
|
keepOutputSize?:
|
|
20700
20783
|
| boolean
|
|
20701
20784
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
@@ -42478,6 +42561,33 @@ declare namespace sap {
|
|
|
42478
42561
|
* @returns Value of property `hotspotColorABGR`
|
|
42479
42562
|
*/
|
|
42480
42563
|
getHotspotColorABGR(): int;
|
|
42564
|
+
/**
|
|
42565
|
+
* Gets current value of property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
42566
|
+
*
|
|
42567
|
+
* Default value is `10`.
|
|
42568
|
+
*
|
|
42569
|
+
*
|
|
42570
|
+
* @returns Value of property `hotspotCustomTextHaloWidth`
|
|
42571
|
+
*/
|
|
42572
|
+
getHotspotCustomTextHaloWidth(): float;
|
|
42573
|
+
/**
|
|
42574
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
42575
|
+
*
|
|
42576
|
+
* Default value is `"white"`.
|
|
42577
|
+
*
|
|
42578
|
+
*
|
|
42579
|
+
* @returns Value of property `hotspotCustomTextOutlineColor`
|
|
42580
|
+
*/
|
|
42581
|
+
getHotspotCustomTextOutlineColor(): sap.ui.core.CSSColor;
|
|
42582
|
+
/**
|
|
42583
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
42584
|
+
*
|
|
42585
|
+
* Default value is `1`.
|
|
42586
|
+
*
|
|
42587
|
+
*
|
|
42588
|
+
* @returns Value of property `hotspotCustomTextOutlineWidth`
|
|
42589
|
+
*/
|
|
42590
|
+
getHotspotCustomTextOutlineWidth(): float;
|
|
42481
42591
|
/**
|
|
42482
42592
|
* Gets current value of property {@link #getKeepOutputSize keepOutputSize}.
|
|
42483
42593
|
*
|
|
@@ -42956,6 +43066,54 @@ declare namespace sap {
|
|
|
42956
43066
|
*/
|
|
42957
43067
|
iHotspotColorABGR?: int
|
|
42958
43068
|
): this;
|
|
43069
|
+
/**
|
|
43070
|
+
* Sets a new value for property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
43071
|
+
*
|
|
43072
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43073
|
+
*
|
|
43074
|
+
* Default value is `10`.
|
|
43075
|
+
*
|
|
43076
|
+
*
|
|
43077
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43078
|
+
*/
|
|
43079
|
+
setHotspotCustomTextHaloWidth(
|
|
43080
|
+
/**
|
|
43081
|
+
* New value for property `hotspotCustomTextHaloWidth`
|
|
43082
|
+
*/
|
|
43083
|
+
fHotspotCustomTextHaloWidth?: float
|
|
43084
|
+
): this;
|
|
43085
|
+
/**
|
|
43086
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
43087
|
+
*
|
|
43088
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43089
|
+
*
|
|
43090
|
+
* Default value is `"white"`.
|
|
43091
|
+
*
|
|
43092
|
+
*
|
|
43093
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43094
|
+
*/
|
|
43095
|
+
setHotspotCustomTextOutlineColor(
|
|
43096
|
+
/**
|
|
43097
|
+
* New value for property `hotspotCustomTextOutlineColor`
|
|
43098
|
+
*/
|
|
43099
|
+
sHotspotCustomTextOutlineColor?: sap.ui.core.CSSColor
|
|
43100
|
+
): this;
|
|
43101
|
+
/**
|
|
43102
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
43103
|
+
*
|
|
43104
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43105
|
+
*
|
|
43106
|
+
* Default value is `1`.
|
|
43107
|
+
*
|
|
43108
|
+
*
|
|
43109
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43110
|
+
*/
|
|
43111
|
+
setHotspotCustomTextOutlineWidth(
|
|
43112
|
+
/**
|
|
43113
|
+
* New value for property `hotspotCustomTextOutlineWidth`
|
|
43114
|
+
*/
|
|
43115
|
+
fHotspotCustomTextOutlineWidth?: float
|
|
43116
|
+
): this;
|
|
42959
43117
|
/**
|
|
42960
43118
|
* Sets a new value for property {@link #getKeepOutputSize keepOutputSize}.
|
|
42961
43119
|
*
|
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED