@sapui5/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 +153 -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 module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -83052,6 +83052,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83052
83052
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83053
83053
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83054
83054
|
*
|
|
83055
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83056
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83057
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83058
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83059
|
+
*
|
|
83055
83060
|
*
|
|
83056
83061
|
* @returns Value of property `source`
|
|
83057
83062
|
*/
|
|
@@ -83302,6 +83307,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83302
83307
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83303
83308
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83304
83309
|
*
|
|
83310
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83311
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83312
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83313
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83314
|
+
*
|
|
83305
83315
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
83306
83316
|
*
|
|
83307
83317
|
*
|
|
@@ -83370,6 +83380,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
83370
83380
|
* Optionally, this property can also be set to a data URI path or a blob URL in all major web browsers
|
|
83371
83381
|
* except Internet Explorer and Microsoft Edge, provided that this data URI or blob URL is allowed in advance.
|
|
83372
83382
|
* For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
83383
|
+
*
|
|
83384
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
83385
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
83386
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
83387
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
83373
83388
|
*/
|
|
83374
83389
|
source?: URI | PropertyBindingInfo | `{${string}}`;
|
|
83375
83390
|
|
|
@@ -120303,6 +120318,11 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
120303
120318
|
* All appointments with changed selected state.
|
|
120304
120319
|
*/
|
|
120305
120320
|
appointments?: CalendarAppointment[];
|
|
120321
|
+
|
|
120322
|
+
/**
|
|
120323
|
+
* The original browser event.
|
|
120324
|
+
*/
|
|
120325
|
+
originalEvent?: object;
|
|
120306
120326
|
}
|
|
120307
120327
|
|
|
120308
120328
|
/**
|
|
@@ -120326,6 +120346,11 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
120326
120346
|
* The end date as a UI5Date or JavaScript Date object of the focused grid cell.
|
|
120327
120347
|
*/
|
|
120328
120348
|
endDate?: object;
|
|
120349
|
+
|
|
120350
|
+
/**
|
|
120351
|
+
* The original browser event.
|
|
120352
|
+
*/
|
|
120353
|
+
originalEvent?: object;
|
|
120329
120354
|
}
|
|
120330
120355
|
|
|
120331
120356
|
/**
|
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 module "sap/ui/commons/library" {
|
|
4
4
|
import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
|
|
@@ -2448,6 +2448,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
2448
2448
|
* The object contains the available parameters for BorderLayout's Area.
|
|
2449
2449
|
*
|
|
2450
2450
|
* @since 1.110
|
|
2451
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
2451
2452
|
*/
|
|
2452
2453
|
export type BorderLayoutAreaData = {
|
|
2453
2454
|
/**
|
|
@@ -8167,6 +8168,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8167
8168
|
/**
|
|
8168
8169
|
* The object representing the serialized focus information.
|
|
8169
8170
|
*
|
|
8171
|
+
* @deprecated (since 1.38) - because it is part of the deprecated package sap.ui.commons
|
|
8170
8172
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8171
8173
|
*/
|
|
8172
8174
|
export 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 module "sap/ui/richtexteditor/library" {
|
|
4
4
|
/**
|
|
@@ -11,6 +11,8 @@ declare module "sap/ui/richtexteditor/library" {
|
|
|
11
11
|
TinyMCE = "TinyMCE",
|
|
12
12
|
/**
|
|
13
13
|
* Uses TinyMCE version 6 as editor
|
|
14
|
+
*
|
|
15
|
+
* @deprecated (since 1.120.41) - Use the {@link sap.ui.richtexteditor.EditorType.TinyMCE} instead.
|
|
14
16
|
*/
|
|
15
17
|
TinyMCE6 = "TinyMCE6",
|
|
16
18
|
/**
|
|
@@ -100,8 +102,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
100
102
|
* Below is a list of supported groups and buttons, which can be specified in the configuration objects
|
|
101
103
|
* (format is <>: <>):
|
|
102
104
|
* - font-style: bold, italic, underline, strikethrough
|
|
103
|
-
* - font: fontfamily
|
|
104
|
-
*
|
|
105
|
+
* - font: fontfamily, fontsize, forecolor, backcolor
|
|
105
106
|
* - clipboard: cut, copy, paste
|
|
106
107
|
* - structure: bullist, numlist, outdent, indent
|
|
107
108
|
* - undo: undo, redo
|
|
@@ -713,7 +714,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
713
714
|
* update.
|
|
714
715
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
715
716
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
716
|
-
* - TinyMCE
|
|
717
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
717
718
|
*
|
|
718
719
|
* Default value is `'TinyMCE'`.
|
|
719
720
|
*
|
|
@@ -1132,7 +1133,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1132
1133
|
*/
|
|
1133
1134
|
setEditorType(
|
|
1134
1135
|
/**
|
|
1135
|
-
* Which editor type to be used (currently only
|
|
1136
|
+
* Which editor type to be used (currently only 6 and 7)
|
|
1136
1137
|
*/
|
|
1137
1138
|
sEditorType?: string
|
|
1138
1139
|
): RichTextEditor;
|
|
@@ -1517,7 +1518,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1517
1518
|
* update.
|
|
1518
1519
|
* - Have in mind when choosing a specific TinyMCE version that there might be differences in the support
|
|
1519
1520
|
* rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
|
|
1520
|
-
* - TinyMCE
|
|
1521
|
+
* - TinyMCE 6 will be removed in future releases.
|
|
1521
1522
|
*/
|
|
1522
1523
|
editorType?: string | PropertyBindingInfo;
|
|
1523
1524
|
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/suite/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Defined color values for the Task Circle Control
|
|
6
|
+
*
|
|
7
|
+
* @deprecated (since 1.108) - because it is part of the deprecated package sap.ui.suite
|
|
6
8
|
*/
|
|
7
9
|
export enum TaskCircleColor {
|
|
8
10
|
/**
|
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 module "sap/ui/vk/library" {
|
|
4
4
|
/**
|
|
@@ -21888,6 +21888,74 @@ declare module "sap/ui/vk/svg/NodeHierarchy" {
|
|
|
21888
21888
|
*/
|
|
21889
21889
|
nodeRef: any
|
|
21890
21890
|
): this;
|
|
21891
|
+
/**
|
|
21892
|
+
* Attaches a custom text to this elements.
|
|
21893
|
+
*
|
|
21894
|
+
* @since 1.120.0
|
|
21895
|
+
* @experimental
|
|
21896
|
+
*
|
|
21897
|
+
* @returns `this` to allow method chaining.
|
|
21898
|
+
*/
|
|
21899
|
+
setCustomText(
|
|
21900
|
+
/**
|
|
21901
|
+
* The node or array of nodes to set the custom text to.
|
|
21902
|
+
*/
|
|
21903
|
+
nodeRefs: /* was: sap.ui.vk.svg.Element */
|
|
21904
|
+
| any
|
|
21905
|
+
| /* was: sap.ui.vk.svg.Element */ any[],
|
|
21906
|
+
/**
|
|
21907
|
+
* The custom text options. If not specified, the existing custom text will be removed.
|
|
21908
|
+
*/
|
|
21909
|
+
options?: {
|
|
21910
|
+
/**
|
|
21911
|
+
* The text to display, it's mutually exclusive with `htmlText` option. Line breaks are not supported, use
|
|
21912
|
+
* `htmlText` option for multi-line text.
|
|
21913
|
+
*/
|
|
21914
|
+
text?: string;
|
|
21915
|
+
/**
|
|
21916
|
+
* The HTML text to display, it's mutually exclusive with `text` option. Line breaks are supported using
|
|
21917
|
+
* paragraphs: `"<p>Line 1</p><p>Line 2</p>"`.
|
|
21918
|
+
*/
|
|
21919
|
+
htmlText?: string;
|
|
21920
|
+
/**
|
|
21921
|
+
* The font size of the text in scene coordinate units. If not specified then the size will be automatically
|
|
21922
|
+
* determined based on the median text size in the scene or computed from the bounding box of the scene,
|
|
21923
|
+
* but better to specify it explicitly to avoid unexpected results.
|
|
21924
|
+
*/
|
|
21925
|
+
size?: number;
|
|
21926
|
+
/**
|
|
21927
|
+
* The font family of the text. Default is `"Arial"`.
|
|
21928
|
+
*/
|
|
21929
|
+
fontFamily?: string;
|
|
21930
|
+
/**
|
|
21931
|
+
* The font style of the text (normal | italic | oblique). Default is undefined ("normal").
|
|
21932
|
+
*/
|
|
21933
|
+
fontStyle?: string;
|
|
21934
|
+
/**
|
|
21935
|
+
* The font weight of the text (normal | bold | bolder | lighter | ). Default is undefined ("normal").
|
|
21936
|
+
*/
|
|
21937
|
+
fontWeight?: string;
|
|
21938
|
+
/**
|
|
21939
|
+
* The text decoration of the text (none | underline | line-through, etc). Default is undefined ("none").
|
|
21940
|
+
*/
|
|
21941
|
+
textDecoration?: string;
|
|
21942
|
+
/**
|
|
21943
|
+
* The fill color of the text in CSS format. Default is "black".
|
|
21944
|
+
*/
|
|
21945
|
+
fill?: string;
|
|
21946
|
+
/**
|
|
21947
|
+
* The pivot point of the custom text, relative to the text bounding box. The pivot point is used together
|
|
21948
|
+
* with the anchor point to position the text. Default is `[0.5, 0.5]` (middle of the custom text). `[0,
|
|
21949
|
+
* 0]` is top-left, `[1, 1]` is bottom-right.
|
|
21950
|
+
*/
|
|
21951
|
+
pivot?: number[];
|
|
21952
|
+
/**
|
|
21953
|
+
* The anchor point of the text, relative to the bounding box of the node to which the custom text is attached.
|
|
21954
|
+
* Default is `[0.5, 0.5]` (center of node). `[0, 0]` is top-left, `[1, 1]` is bottom-right.
|
|
21955
|
+
*/
|
|
21956
|
+
anchor?: number[];
|
|
21957
|
+
}
|
|
21958
|
+
): this;
|
|
21891
21959
|
}
|
|
21892
21960
|
/**
|
|
21893
21961
|
* Describes the settings that can be provided to the NodeHierarchy constructor.
|
|
@@ -42721,6 +42789,33 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
42721
42789
|
* @returns Value of property `hotspotColorABGR`
|
|
42722
42790
|
*/
|
|
42723
42791
|
getHotspotColorABGR(): int;
|
|
42792
|
+
/**
|
|
42793
|
+
* Gets current value of property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
42794
|
+
*
|
|
42795
|
+
* Default value is `10`.
|
|
42796
|
+
*
|
|
42797
|
+
*
|
|
42798
|
+
* @returns Value of property `hotspotCustomTextHaloWidth`
|
|
42799
|
+
*/
|
|
42800
|
+
getHotspotCustomTextHaloWidth(): float;
|
|
42801
|
+
/**
|
|
42802
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
42803
|
+
*
|
|
42804
|
+
* Default value is `"white"`.
|
|
42805
|
+
*
|
|
42806
|
+
*
|
|
42807
|
+
* @returns Value of property `hotspotCustomTextOutlineColor`
|
|
42808
|
+
*/
|
|
42809
|
+
getHotspotCustomTextOutlineColor(): CSSColor;
|
|
42810
|
+
/**
|
|
42811
|
+
* Gets current value of property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
42812
|
+
*
|
|
42813
|
+
* Default value is `1`.
|
|
42814
|
+
*
|
|
42815
|
+
*
|
|
42816
|
+
* @returns Value of property `hotspotCustomTextOutlineWidth`
|
|
42817
|
+
*/
|
|
42818
|
+
getHotspotCustomTextOutlineWidth(): float;
|
|
42724
42819
|
/**
|
|
42725
42820
|
* Gets current value of property {@link #getKeepOutputSize keepOutputSize}.
|
|
42726
42821
|
*
|
|
@@ -43201,6 +43296,54 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
43201
43296
|
*/
|
|
43202
43297
|
iHotspotColorABGR?: int
|
|
43203
43298
|
): this;
|
|
43299
|
+
/**
|
|
43300
|
+
* Sets a new value for property {@link #getHotspotCustomTextHaloWidth hotspotCustomTextHaloWidth}.
|
|
43301
|
+
*
|
|
43302
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43303
|
+
*
|
|
43304
|
+
* Default value is `10`.
|
|
43305
|
+
*
|
|
43306
|
+
*
|
|
43307
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43308
|
+
*/
|
|
43309
|
+
setHotspotCustomTextHaloWidth(
|
|
43310
|
+
/**
|
|
43311
|
+
* New value for property `hotspotCustomTextHaloWidth`
|
|
43312
|
+
*/
|
|
43313
|
+
fHotspotCustomTextHaloWidth?: float
|
|
43314
|
+
): this;
|
|
43315
|
+
/**
|
|
43316
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineColor hotspotCustomTextOutlineColor}.
|
|
43317
|
+
*
|
|
43318
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43319
|
+
*
|
|
43320
|
+
* Default value is `"white"`.
|
|
43321
|
+
*
|
|
43322
|
+
*
|
|
43323
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43324
|
+
*/
|
|
43325
|
+
setHotspotCustomTextOutlineColor(
|
|
43326
|
+
/**
|
|
43327
|
+
* New value for property `hotspotCustomTextOutlineColor`
|
|
43328
|
+
*/
|
|
43329
|
+
sHotspotCustomTextOutlineColor?: CSSColor
|
|
43330
|
+
): this;
|
|
43331
|
+
/**
|
|
43332
|
+
* Sets a new value for property {@link #getHotspotCustomTextOutlineWidth hotspotCustomTextOutlineWidth}.
|
|
43333
|
+
*
|
|
43334
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43335
|
+
*
|
|
43336
|
+
* Default value is `1`.
|
|
43337
|
+
*
|
|
43338
|
+
*
|
|
43339
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43340
|
+
*/
|
|
43341
|
+
setHotspotCustomTextOutlineWidth(
|
|
43342
|
+
/**
|
|
43343
|
+
* New value for property `hotspotCustomTextOutlineWidth`
|
|
43344
|
+
*/
|
|
43345
|
+
fHotspotCustomTextOutlineWidth?: float
|
|
43346
|
+
): this;
|
|
43204
43347
|
/**
|
|
43205
43348
|
* Sets a new value for property {@link #getKeepOutputSize keepOutputSize}.
|
|
43206
43349
|
*
|
|
@@ -43529,6 +43672,15 @@ declare module "sap/ui/vk/ViewportBase" {
|
|
|
43529
43672
|
*/
|
|
43530
43673
|
hotspotColor?: CSSColor | PropertyBindingInfo | `{${string}}`;
|
|
43531
43674
|
|
|
43675
|
+
hotspotCustomTextOutlineWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
43676
|
+
|
|
43677
|
+
hotspotCustomTextOutlineColor?:
|
|
43678
|
+
| CSSColor
|
|
43679
|
+
| PropertyBindingInfo
|
|
43680
|
+
| `{${string}}`;
|
|
43681
|
+
|
|
43682
|
+
hotspotCustomTextHaloWidth?: float | PropertyBindingInfo | `{${string}}`;
|
|
43683
|
+
|
|
43532
43684
|
keepOutputSize?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
43533
43685
|
|
|
43534
43686
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/common/library" {}
|
|
4
4
|
|
|
@@ -114,6 +114,8 @@ declare module "sap/ui/webc/common/WebComponent" {
|
|
|
114
114
|
/**
|
|
115
115
|
* The structure of the "metadata" object which is passed when inheriting from sap.ui.core.Element using
|
|
116
116
|
* its static "extend" method. See {@link sap.ui.core.Element.extend} for details on its usage.
|
|
117
|
+
*
|
|
118
|
+
* @deprecated (since 1.118.0) - because it is part of the deprecated package sap.ui.webc.common.WebComponent
|
|
117
119
|
*/
|
|
118
120
|
export type MetadataOptions = MetadataOptions1;
|
|
119
121
|
|