@sapui5/ts-types 1.120.39 → 1.120.41
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/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.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.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 +26 -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.sac.df.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/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +3 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +7 -6
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -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.vk.d.ts +159 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +3 -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/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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.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.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -34736,6 +34736,11 @@ declare namespace sap {
|
|
|
34736
34736
|
* Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
|
|
34737
34737
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
34738
34738
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
34739
|
+
*
|
|
34740
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
34741
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
34742
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
34743
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
34739
34744
|
*/
|
|
34740
34745
|
source?:
|
|
34741
34746
|
| sap.ui.core.URI
|
|
@@ -45316,6 +45321,11 @@ declare namespace sap {
|
|
|
45316
45321
|
* All appointments with changed selected state.
|
|
45317
45322
|
*/
|
|
45318
45323
|
appointments?: sap.ui.unified.CalendarAppointment[];
|
|
45324
|
+
|
|
45325
|
+
/**
|
|
45326
|
+
* The original browser event.
|
|
45327
|
+
*/
|
|
45328
|
+
originalEvent?: object;
|
|
45319
45329
|
}
|
|
45320
45330
|
|
|
45321
45331
|
/**
|
|
@@ -45331,6 +45341,11 @@ declare namespace sap {
|
|
|
45331
45341
|
* The end date as a UI5Date or JavaScript Date object of the focused grid cell.
|
|
45332
45342
|
*/
|
|
45333
45343
|
endDate?: object;
|
|
45344
|
+
|
|
45345
|
+
/**
|
|
45346
|
+
* The original browser event.
|
|
45347
|
+
*/
|
|
45348
|
+
originalEvent?: object;
|
|
45334
45349
|
}
|
|
45335
45350
|
|
|
45336
45351
|
/**
|
|
@@ -109165,6 +109180,11 @@ declare namespace sap {
|
|
|
109165
109180
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
109166
109181
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
109167
109182
|
*
|
|
109183
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
109184
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
109185
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
109186
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
109187
|
+
*
|
|
109168
109188
|
*
|
|
109169
109189
|
* @returns Value of property `source`
|
|
109170
109190
|
*/
|
|
@@ -109415,6 +109435,11 @@ declare namespace sap {
|
|
|
109415
109435
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
109416
109436
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
109417
109437
|
*
|
|
109438
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
109439
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
109440
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
109441
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
109442
|
+
*
|
|
109418
109443
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
109419
109444
|
*
|
|
109420
109445
|
*
|
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
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -31528,6 +31528,7 @@ declare namespace sap {
|
|
|
31528
31528
|
* The object contains the available parameters for BorderLayout's Area.
|
|
31529
31529
|
*
|
|
31530
31530
|
* @since 1.110
|
|
31531
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
31531
31532
|
*/
|
|
31532
31533
|
type BorderLayoutAreaData = {
|
|
31533
31534
|
/**
|
|
@@ -31565,6 +31566,7 @@ declare namespace sap {
|
|
|
31565
31566
|
/**
|
|
31566
31567
|
* The object representing the serialized focus information.
|
|
31567
31568
|
*
|
|
31569
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
31568
31570
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
31569
31571
|
*/
|
|
31570
31572
|
type FocusInfo = {
|
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.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.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -70,7 +70,7 @@ declare namespace sap {
|
|
|
70
70
|
* update.
|
|
71
71
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
72
72
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
73
|
-
* - TinyMCE
|
|
73
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
74
74
|
*/
|
|
75
75
|
editorType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
76
76
|
|
|
@@ -386,8 +386,7 @@ declare namespace sap {
|
|
|
386
386
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
387
387
|
* (format is <>: <>):
|
|
388
388
|
* - font-style: bold, italic, underline, strikethrough
|
|
389
|
-
* - font: fontfamily
|
|
390
|
-
*
|
|
389
|
+
* - font: fontfamily, fontsize, forecolor, backcolor
|
|
391
390
|
* - clipboard: cut, copy, paste
|
|
392
391
|
* - structure: bullist, numlist, outdent, indent
|
|
393
392
|
* - undo: undo, redo
|
|
@@ -999,7 +998,7 @@ declare namespace sap {
|
|
|
999
998
|
* update.
|
|
1000
999
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
1001
1000
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
1002
|
-
* - TinyMCE
|
|
1001
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
1003
1002
|
*
|
|
1004
1003
|
* Default value is `'TinyMCE'`.
|
|
1005
1004
|
*
|
|
@@ -1418,7 +1417,7 @@ declare namespace sap {
|
|
|
1418
1417
|
*/
|
|
1419
1418
|
setEditorType(
|
|
1420
1419
|
/**
|
|
1421
|
-
* Which editor type to be used (currently only
|
|
1420
|
+
* Which editor type to be used (currently only 6 and 7)
|
|
1422
1421
|
*/
|
|
1423
1422
|
sEditorType?: string
|
|
1424
1423
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
@@ -1764,6 +1763,8 @@ declare namespace sap {
|
|
|
1764
1763
|
TinyMCE = "TinyMCE",
|
|
1765
1764
|
/**
|
|
1766
1765
|
* Uses TinyMCE version 6 as editor
|
|
1766
|
+
*
|
|
1767
|
+
* @deprecated (since 1.120.41) - Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
|
|
1767
1768
|
*/
|
|
1768
1769
|
TinyMCE6 = "TinyMCE6",
|
|
1769
1770
|
/**
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -698,6 +698,8 @@ declare namespace sap {
|
|
|
698
698
|
}
|
|
699
699
|
/**
|
|
700
700
|
* Defined color values for the Task Circle Control
|
|
701
|
+
*
|
|
702
|
+
* @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
|
|
701
703
|
*/
|
|
702
704
|
enum TaskCircleColor {
|
|
703
705
|
/**
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.13
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -3327,6 +3327,74 @@ declare namespace sap {
|
|
|
3327
3327
|
*/
|
|
3328
3328
|
nodeRef: any
|
|
3329
3329
|
): this;
|
|
3330
|
+
/**
|
|
3331
|
+
* Attaches a custom text to this elements.
|
|
3332
|
+
*
|
|
3333
|
+
* @since 1.120.0
|
|
3334
|
+
* @experimental
|
|
3335
|
+
*
|
|
3336
|
+
* @returns `this` to allow method chaining.
|
|
3337
|
+
*/
|
|
3338
|
+
setCustomText(
|
|
3339
|
+
/**
|
|
3340
|
+
* The node or array of nodes to set the custom text to.
|
|
3341
|
+
*/
|
|
3342
|
+
nodeRefs: /* was: sap.ui.vk.svg.Element */
|
|
3343
|
+
| any
|
|
3344
|
+
| /* was: sap.ui.vk.svg.Element */ any[],
|
|
3345
|
+
/**
|
|
3346
|
+
* The custom text options. If not specified, the existing custom text will be removed.
|
|
3347
|
+
*/
|
|
3348
|
+
options?: {
|
|
3349
|
+
/**
|
|
3350
|
+
* The text to display, it's mutually exclusive with `htmlText` option. Line breaks are not supported, use
|
|
3351
|
+
* `htmlText` option for multi-line text.
|
|
3352
|
+
*/
|
|
3353
|
+
text?: string;
|
|
3354
|
+
/**
|
|
3355
|
+
* The HTML text to display, it's mutually exclusive with `text` option. Line breaks are supported using
|
|
3356
|
+
* paragraphs: `"<p>Line 1</p><p>Line 2</p>"`.
|
|
3357
|
+
*/
|
|
3358
|
+
htmlText?: string;
|
|
3359
|
+
/**
|
|
3360
|
+
* The font size of the text in scene coordinate units. If not specified then the size will be automatically
|
|
3361
|
+
* determined based on the median text size in the scene or computed from the bounding box of the scene,
|
|
3362
|
+
* but better to specify it explicitly to avoid unexpected results.
|
|
3363
|
+
*/
|
|
3364
|
+
size?: number;
|
|
3365
|
+
/**
|
|
3366
|
+
* The font family of the text. Default is `"Arial"`.
|
|
3367
|
+
*/
|
|
3368
|
+
fontFamily?: string;
|
|
3369
|
+
/**
|
|
3370
|
+
* The font style of the text (normal | italic | oblique). Default is undefined ("normal").
|
|
3371
|
+
*/
|
|
3372
|
+
fontStyle?: string;
|
|
3373
|
+
/**
|
|
3374
|
+
* The font weight of the text (normal | bold | bolder | lighter | ). Default is undefined ("normal").
|
|
3375
|
+
*/
|
|
3376
|
+
fontWeight?: string;
|
|
3377
|
+
/**
|
|
3378
|
+
* The text decoration of the text (none | underline | line-through, etc). Default is undefined ("none").
|
|
3379
|
+
*/
|
|
3380
|
+
textDecoration?: string;
|
|
3381
|
+
/**
|
|
3382
|
+
* The fill color of the text in CSS format. Default is "black".
|
|
3383
|
+
*/
|
|
3384
|
+
fill?: string;
|
|
3385
|
+
/**
|
|
3386
|
+
* The pivot point of the custom text, relative to the text bounding box. The pivot point is used together
|
|
3387
|
+
* with the anchor point to position the text. Default is `[0.5, 0.5]` (middle of the custom text). `[0,
|
|
3388
|
+
* 0]` is top-left, `[1, 1]` is bottom-right.
|
|
3389
|
+
*/
|
|
3390
|
+
pivot?: number[];
|
|
3391
|
+
/**
|
|
3392
|
+
* The anchor point of the text, relative to the bounding box of the node to which the custom text is attached.
|
|
3393
|
+
* Default is `[0.5, 0.5]` (center of node). `[0, 0]` is top-left, `[1, 1]` is bottom-right.
|
|
3394
|
+
*/
|
|
3395
|
+
anchor?: number[];
|
|
3396
|
+
}
|
|
3397
|
+
): this;
|
|
3330
3398
|
}
|
|
3331
3399
|
/**
|
|
3332
3400
|
* Provides a proxy object to the node in the node hierarchy.
|
|
@@ -20088,6 +20156,21 @@ declare namespace sap {
|
|
|
20088
20156
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20089
20157
|
| `{${string}}`;
|
|
20090
20158
|
|
|
20159
|
+
hotspotCustomTextOutlineWidth?:
|
|
20160
|
+
| float
|
|
20161
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20162
|
+
| `{${string}}`;
|
|
20163
|
+
|
|
20164
|
+
hotspotCustomTextOutlineColor?:
|
|
20165
|
+
| sap.ui.core.CSSColor
|
|
20166
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20167
|
+
| `{${string}}`;
|
|
20168
|
+
|
|
20169
|
+
hotspotCustomTextHaloWidth?:
|
|
20170
|
+
| float
|
|
20171
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
20172
|
+
| `{${string}}`;
|
|
20173
|
+
|
|
20091
20174
|
keepOutputSize?:
|
|
20092
20175
|
| boolean
|
|
20093
20176
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
@@ -41893,6 +41976,33 @@ declare namespace sap {
|
|
|
41893
41976
|
* @returns Value of property `hotspotColorABGR`
|
|
41894
41977
|
*/
|
|
41895
41978
|
getHotspotColorABGR(): int;
|
|
41979
|
+
/**
|
|
41980
|
+
* Gets current value of property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
41981
|
+
*
|
|
41982
|
+
* Default value is `10`.
|
|
41983
|
+
*
|
|
41984
|
+
*
|
|
41985
|
+
* @returns Value of property `hotspotCustomTextHaloWidth`
|
|
41986
|
+
*/
|
|
41987
|
+
getHotspotCustomTextHaloWidth(): float;
|
|
41988
|
+
/**
|
|
41989
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
41990
|
+
*
|
|
41991
|
+
* Default value is `"white"`.
|
|
41992
|
+
*
|
|
41993
|
+
*
|
|
41994
|
+
* @returns Value of property `hotspotCustomTextOutlineColor`
|
|
41995
|
+
*/
|
|
41996
|
+
getHotspotCustomTextOutlineColor(): sap.ui.core.CSSColor;
|
|
41997
|
+
/**
|
|
41998
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
41999
|
+
*
|
|
42000
|
+
* Default value is `1`.
|
|
42001
|
+
*
|
|
42002
|
+
*
|
|
42003
|
+
* @returns Value of property `hotspotCustomTextOutlineWidth`
|
|
42004
|
+
*/
|
|
42005
|
+
getHotspotCustomTextOutlineWidth(): float;
|
|
41896
42006
|
/**
|
|
41897
42007
|
* Gets current value of property {@link #getKeepOutputSize keepOutputSize}.
|
|
41898
42008
|
*
|
|
@@ -42371,6 +42481,54 @@ declare namespace sap {
|
|
|
42371
42481
|
*/
|
|
42372
42482
|
iHotspotColorABGR?: int
|
|
42373
42483
|
): this;
|
|
42484
|
+
/**
|
|
42485
|
+
* Sets a new value for property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
42486
|
+
*
|
|
42487
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42488
|
+
*
|
|
42489
|
+
* Default value is `10`.
|
|
42490
|
+
*
|
|
42491
|
+
*
|
|
42492
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42493
|
+
*/
|
|
42494
|
+
setHotspotCustomTextHaloWidth(
|
|
42495
|
+
/**
|
|
42496
|
+
* New value for property `hotspotCustomTextHaloWidth`
|
|
42497
|
+
*/
|
|
42498
|
+
fHotspotCustomTextHaloWidth?: float
|
|
42499
|
+
): this;
|
|
42500
|
+
/**
|
|
42501
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
42502
|
+
*
|
|
42503
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42504
|
+
*
|
|
42505
|
+
* Default value is `"white"`.
|
|
42506
|
+
*
|
|
42507
|
+
*
|
|
42508
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42509
|
+
*/
|
|
42510
|
+
setHotspotCustomTextOutlineColor(
|
|
42511
|
+
/**
|
|
42512
|
+
* New value for property `hotspotCustomTextOutlineColor`
|
|
42513
|
+
*/
|
|
42514
|
+
sHotspotCustomTextOutlineColor?: sap.ui.core.CSSColor
|
|
42515
|
+
): this;
|
|
42516
|
+
/**
|
|
42517
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
42518
|
+
*
|
|
42519
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
42520
|
+
*
|
|
42521
|
+
* Default value is `1`.
|
|
42522
|
+
*
|
|
42523
|
+
*
|
|
42524
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
42525
|
+
*/
|
|
42526
|
+
setHotspotCustomTextOutlineWidth(
|
|
42527
|
+
/**
|
|
42528
|
+
* New value for property `hotspotCustomTextOutlineWidth`
|
|
42529
|
+
*/
|
|
42530
|
+
fHotspotCustomTextOutlineWidth?: float
|
|
42531
|
+
): this;
|
|
42374
42532
|
/**
|
|
42375
42533
|
* Sets a new value for property {@link #getKeepOutputSize keepOutputSize}.
|
|
42376
42534
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -24,6 +24,8 @@ declare namespace sap {
|
|
|
24
24
|
/**
|
|
25
25
|
* The structure of the "metadata" object which is passed when inheriting from sap.ui.core.Element using
|
|
26
26
|
* its static "extend" method. See {@link sap.ui.core.Element.extend} for details on its usage.
|
|
27
|
+
*
|
|
28
|
+
* @deprecated (since 1.118.0) - because it is part of the deprecated package sap.ui.webc.common.WebComponent
|
|
27
29
|
*/
|
|
28
30
|
type MetadataOptions = sap.ui.core.webc.WebComponent.MetadataOptions;
|
|
29
31
|
}
|