@sapui5/ts-types 1.124.2 → 1.124.4
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 +2 -2
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +46 -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.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 +47 -7
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.124.0-d.ts → sap.m.d.ts} +176 -27
- 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 +41 -24
- 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.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/{core-1.124.0-d.ts → sap.ui.core.d.ts} +96 -34
- 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 +14 -2
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +46 -1
- package/types/sap.viz.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
20
|
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./core
|
|
22
|
+
/// <reference path="./sap.ui.core.d.ts"/>
|
|
23
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"/>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
35
|
/// <reference path="./mdc-1.124.1-d.ts"/>
|
|
36
|
-
/// <reference path="./
|
|
36
|
+
/// <reference path="./sap.m.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ovp.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -8420,6 +8420,18 @@ declare namespace sap {
|
|
|
8420
8420
|
* is set.
|
|
8421
8421
|
*/
|
|
8422
8422
|
footerLabel?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
8423
|
+
|
|
8424
|
+
/**
|
|
8425
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.f.DynamicPage`
|
|
8426
|
+
* control.
|
|
8427
|
+
*
|
|
8428
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
8429
|
+
*
|
|
8430
|
+
* @since 1.127.0
|
|
8431
|
+
*/
|
|
8432
|
+
headerContentLabel?:
|
|
8433
|
+
| string
|
|
8434
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
8423
8435
|
}
|
|
8424
8436
|
|
|
8425
8437
|
/**
|
|
@@ -12120,6 +12132,19 @@ declare namespace sap {
|
|
|
12120
12132
|
* @returns Value of property `footerRole`
|
|
12121
12133
|
*/
|
|
12122
12134
|
getFooterRole(): sap.ui.core.AccessibleLandmarkRole;
|
|
12135
|
+
/**
|
|
12136
|
+
* Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
|
|
12137
|
+
*
|
|
12138
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.f.DynamicPage`
|
|
12139
|
+
* control.
|
|
12140
|
+
*
|
|
12141
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
12142
|
+
*
|
|
12143
|
+
* @since 1.127.0
|
|
12144
|
+
*
|
|
12145
|
+
* @returns Value of property `headerContentLabel`
|
|
12146
|
+
*/
|
|
12147
|
+
getHeaderContentLabel(): string;
|
|
12123
12148
|
/**
|
|
12124
12149
|
* Gets current value of property {@link #getHeaderLabel headerLabel}.
|
|
12125
12150
|
*
|
|
@@ -12248,6 +12273,26 @@ declare namespace sap {
|
|
|
12248
12273
|
*/
|
|
12249
12274
|
sFooterRole?: sap.ui.core.AccessibleLandmarkRole
|
|
12250
12275
|
): this;
|
|
12276
|
+
/**
|
|
12277
|
+
* Sets a new value for property {@link #getHeaderContentLabel headerContentLabel}.
|
|
12278
|
+
*
|
|
12279
|
+
* Texts which describe the landmark of the section inside the header container of the corresponding `sap.f.DynamicPage`
|
|
12280
|
+
* control.
|
|
12281
|
+
*
|
|
12282
|
+
* If not set, default "Expanded header" aria-label is set.
|
|
12283
|
+
*
|
|
12284
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
12285
|
+
*
|
|
12286
|
+
* @since 1.127.0
|
|
12287
|
+
*
|
|
12288
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
12289
|
+
*/
|
|
12290
|
+
setHeaderContentLabel(
|
|
12291
|
+
/**
|
|
12292
|
+
* New value for property `headerContentLabel`
|
|
12293
|
+
*/
|
|
12294
|
+
sHeaderContentLabel?: string
|
|
12295
|
+
): this;
|
|
12251
12296
|
/**
|
|
12252
12297
|
* Sets a new value for property {@link #getHeaderLabel headerLabel}.
|
|
12253
12298
|
*
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -26354,7 +26354,7 @@ declare namespace sap {
|
|
|
26354
26354
|
|
|
26355
26355
|
/**
|
|
26356
26356
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
26357
|
-
* property takes effect if only one shape is selected.
|
|
26357
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
26358
26358
|
*/
|
|
26359
26359
|
showShapeTimeOnDrag?:
|
|
26360
26360
|
| boolean
|
|
@@ -26564,7 +26564,8 @@ declare namespace sap {
|
|
|
26564
26564
|
| `{${string}}`;
|
|
26565
26565
|
|
|
26566
26566
|
/**
|
|
26567
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
26567
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
26568
|
+
* is set to true.
|
|
26568
26569
|
*
|
|
26569
26570
|
* @since 1.94
|
|
26570
26571
|
*/
|
|
@@ -26701,6 +26702,14 @@ declare namespace sap {
|
|
|
26701
26702
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26702
26703
|
| `{${string}}`;
|
|
26703
26704
|
|
|
26705
|
+
/**
|
|
26706
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
26707
|
+
*/
|
|
26708
|
+
enableMultipleGhosts?:
|
|
26709
|
+
| boolean
|
|
26710
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26711
|
+
| `{${string}}`;
|
|
26712
|
+
|
|
26704
26713
|
/**
|
|
26705
26714
|
* Table of the Gantt Chart
|
|
26706
26715
|
*
|
|
@@ -39524,6 +39533,17 @@ declare namespace sap {
|
|
|
39524
39533
|
* @returns Value of property `enableLassoInvert`
|
|
39525
39534
|
*/
|
|
39526
39535
|
getEnableLassoInvert(): boolean;
|
|
39536
|
+
/**
|
|
39537
|
+
* Gets current value of property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
39538
|
+
*
|
|
39539
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
39540
|
+
*
|
|
39541
|
+
* Default value is `true`.
|
|
39542
|
+
*
|
|
39543
|
+
*
|
|
39544
|
+
* @returns Value of property `enableMultipleGhosts`
|
|
39545
|
+
*/
|
|
39546
|
+
getEnableMultipleGhosts(): boolean;
|
|
39527
39547
|
/**
|
|
39528
39548
|
* Gets current value of property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
|
|
39529
39549
|
*
|
|
@@ -40020,7 +40040,7 @@ declare namespace sap {
|
|
|
40020
40040
|
* Gets current value of property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
40021
40041
|
*
|
|
40022
40042
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
40023
|
-
* property takes effect if only one shape is selected.
|
|
40043
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
40024
40044
|
*
|
|
40025
40045
|
* Default value is `false`.
|
|
40026
40046
|
*
|
|
@@ -40031,7 +40051,8 @@ declare namespace sap {
|
|
|
40031
40051
|
/**
|
|
40032
40052
|
* Gets current value of property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
40033
40053
|
*
|
|
40034
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
40054
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
40055
|
+
* is set to true.
|
|
40035
40056
|
*
|
|
40036
40057
|
* Default value is `true`.
|
|
40037
40058
|
*
|
|
@@ -40875,6 +40896,24 @@ declare namespace sap {
|
|
|
40875
40896
|
*/
|
|
40876
40897
|
bEnableLassoInvert?: boolean
|
|
40877
40898
|
): this;
|
|
40899
|
+
/**
|
|
40900
|
+
* Sets a new value for property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
40901
|
+
*
|
|
40902
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
40903
|
+
*
|
|
40904
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40905
|
+
*
|
|
40906
|
+
* Default value is `true`.
|
|
40907
|
+
*
|
|
40908
|
+
*
|
|
40909
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
40910
|
+
*/
|
|
40911
|
+
setEnableMultipleGhosts(
|
|
40912
|
+
/**
|
|
40913
|
+
* New value for property `enableMultipleGhosts`
|
|
40914
|
+
*/
|
|
40915
|
+
bEnableMultipleGhosts?: boolean
|
|
40916
|
+
): this;
|
|
40878
40917
|
/**
|
|
40879
40918
|
* Sets a new value for property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
|
|
40880
40919
|
*
|
|
@@ -41493,7 +41532,7 @@ declare namespace sap {
|
|
|
41493
41532
|
* Sets a new value for property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
41494
41533
|
*
|
|
41495
41534
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
41496
|
-
* property takes effect if only one shape is selected.
|
|
41535
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
41497
41536
|
*
|
|
41498
41537
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41499
41538
|
*
|
|
@@ -41511,7 +41550,8 @@ declare namespace sap {
|
|
|
41511
41550
|
/**
|
|
41512
41551
|
* Sets a new value for property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
41513
41552
|
*
|
|
41514
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
41553
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
41554
|
+
* is set to true.
|
|
41515
41555
|
*
|
|
41516
41556
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41517
41557
|
*
|
package/types/sap.insights.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -18853,7 +18853,7 @@ declare namespace sap {
|
|
|
18853
18853
|
* Required for receiving a `readyState` is to set the property `sendXHR` to true. This property is not
|
|
18854
18854
|
* supported by Internet Explorer 9.
|
|
18855
18855
|
*/
|
|
18856
|
-
readyState?:
|
|
18856
|
+
readyState?: int;
|
|
18857
18857
|
|
|
18858
18858
|
/**
|
|
18859
18859
|
* Status of the XHR request.
|
|
@@ -18861,7 +18861,7 @@ declare namespace sap {
|
|
|
18861
18861
|
* Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
|
|
18862
18862
|
* by Internet Explorer 9.
|
|
18863
18863
|
*/
|
|
18864
|
-
status?:
|
|
18864
|
+
status?: int;
|
|
18865
18865
|
|
|
18866
18866
|
/**
|
|
18867
18867
|
* Http-Response which comes from the server.
|
|
@@ -27691,6 +27691,26 @@ declare namespace sap {
|
|
|
27691
27691
|
* @experimental (since 1.124)
|
|
27692
27692
|
*/
|
|
27693
27693
|
priorityText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
27694
|
+
|
|
27695
|
+
/**
|
|
27696
|
+
* Defines what type of icon is displayed as visual affordance for the icon frame badge.
|
|
27697
|
+
*
|
|
27698
|
+
* @experimental (since 1.124)
|
|
27699
|
+
*/
|
|
27700
|
+
badgeIcon?:
|
|
27701
|
+
| sap.ui.core.URI
|
|
27702
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27703
|
+
| `{${string}}`;
|
|
27704
|
+
|
|
27705
|
+
/**
|
|
27706
|
+
* Visualizes the validation state of the icon frame badge, e.g. `Error`, `Warning`, `Success`, `Information`.
|
|
27707
|
+
*
|
|
27708
|
+
* @experimental (since 1.124)
|
|
27709
|
+
*/
|
|
27710
|
+
badgeValueState?:
|
|
27711
|
+
| sap.ui.core.ValueState
|
|
27712
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
27713
|
+
| `{${string}}`;
|
|
27694
27714
|
}
|
|
27695
27715
|
|
|
27696
27716
|
/**
|
|
@@ -28158,7 +28178,6 @@ declare namespace sap {
|
|
|
28158
28178
|
* Determines the text of current/last element in the Breadcrumbs path.
|
|
28159
28179
|
*
|
|
28160
28180
|
* @since 1.34
|
|
28161
|
-
* @deprecated (since 1.123) - Use the **currentLocation** aggregation instead.
|
|
28162
28181
|
*/
|
|
28163
28182
|
currentLocationText?:
|
|
28164
28183
|
| string
|
|
@@ -33759,8 +33778,9 @@ declare namespace sap {
|
|
|
33759
33778
|
| `{${string}}`;
|
|
33760
33779
|
|
|
33761
33780
|
/**
|
|
33762
|
-
* Determines the wrapping of the text within the `Label`.
|
|
33763
|
-
*
|
|
33781
|
+
* Determines the wrapping of the text within the `Label`. When set to `false` (default), the label text
|
|
33782
|
+
* will be truncated and and an ellipsis will be added at the end. If set to `true`, the label text will
|
|
33783
|
+
* wrap.
|
|
33764
33784
|
*
|
|
33765
33785
|
* @since 1.50
|
|
33766
33786
|
*/
|
|
@@ -37116,7 +37136,7 @@ declare namespace sap {
|
|
|
37116
37136
|
/**
|
|
37117
37137
|
* The OverflowToolbar item can or cannot move to the overflow area
|
|
37118
37138
|
*
|
|
37119
|
-
* @deprecated (since 1.32
|
|
37139
|
+
* @deprecated (since 1.32) - Use {@link sap.m.OverflowToolbarPriority} instead.
|
|
37120
37140
|
*/
|
|
37121
37141
|
moveToOverflow?:
|
|
37122
37142
|
| boolean
|
|
@@ -40341,6 +40361,28 @@ declare namespace sap {
|
|
|
40341
40361
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
40342
40362
|
| `{${string}}`;
|
|
40343
40363
|
|
|
40364
|
+
/**
|
|
40365
|
+
* Determines the wrapping of the text within the `Radio Button` label. When set to `false` (default), the
|
|
40366
|
+
* label text will be truncated and an ellipsis will be added at the end. If set to `true`, the label text
|
|
40367
|
+
* will wrap.
|
|
40368
|
+
*
|
|
40369
|
+
* @since 1.126
|
|
40370
|
+
*/
|
|
40371
|
+
wrapping?:
|
|
40372
|
+
| boolean
|
|
40373
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
40374
|
+
| `{${string}}`;
|
|
40375
|
+
|
|
40376
|
+
/**
|
|
40377
|
+
* Defines the type of wrapping to be used for the label text (hyphenated or normal).
|
|
40378
|
+
*
|
|
40379
|
+
* @since 1.126
|
|
40380
|
+
*/
|
|
40381
|
+
wrappingType?:
|
|
40382
|
+
| sap.m.WrappingType
|
|
40383
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
40384
|
+
| `{${string}}`;
|
|
40385
|
+
|
|
40344
40386
|
/**
|
|
40345
40387
|
* Association to controls / IDs which describe this control (see WAI-ARIA attribute aria-describedby).
|
|
40346
40388
|
*/
|
|
@@ -54137,6 +54179,30 @@ declare namespace sap {
|
|
|
54137
54179
|
* @returns Metadata object describing this class
|
|
54138
54180
|
*/
|
|
54139
54181
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
54182
|
+
/**
|
|
54183
|
+
* Gets current value of property {@link #getBadgeIcon badgeIcon}.
|
|
54184
|
+
*
|
|
54185
|
+
* Defines what type of icon is displayed as visual affordance for the icon frame badge.
|
|
54186
|
+
*
|
|
54187
|
+
* Default value is `empty string`.
|
|
54188
|
+
*
|
|
54189
|
+
* @experimental (since 1.124)
|
|
54190
|
+
*
|
|
54191
|
+
* @returns Value of property `badgeIcon`
|
|
54192
|
+
*/
|
|
54193
|
+
getBadgeIcon(): sap.ui.core.URI;
|
|
54194
|
+
/**
|
|
54195
|
+
* Gets current value of property {@link #getBadgeValueState badgeValueState}.
|
|
54196
|
+
*
|
|
54197
|
+
* Visualizes the validation state of the icon frame badge, e.g. `Error`, `Warning`, `Success`, `Information`.
|
|
54198
|
+
*
|
|
54199
|
+
* Default value is `None`.
|
|
54200
|
+
*
|
|
54201
|
+
* @experimental (since 1.124)
|
|
54202
|
+
*
|
|
54203
|
+
* @returns Value of property `badgeValueState`
|
|
54204
|
+
*/
|
|
54205
|
+
getBadgeValueState(): sap.ui.core.ValueState;
|
|
54140
54206
|
/**
|
|
54141
54207
|
* Gets current value of property {@link #getEnableDynamicHeight enableDynamicHeight}.
|
|
54142
54208
|
*
|
|
@@ -54183,6 +54249,30 @@ declare namespace sap {
|
|
|
54183
54249
|
* @returns Value of property `priorityText`
|
|
54184
54250
|
*/
|
|
54185
54251
|
getPriorityText(): string;
|
|
54252
|
+
/**
|
|
54253
|
+
* Sets the badgeIcon property of the ActionTile.
|
|
54254
|
+
*
|
|
54255
|
+
*
|
|
54256
|
+
* @returns The reference to the ActionTile instance.
|
|
54257
|
+
*/
|
|
54258
|
+
setBadgeIcon(
|
|
54259
|
+
/**
|
|
54260
|
+
* The URI of the icon to be displayed as a badge.
|
|
54261
|
+
*/
|
|
54262
|
+
sIcon: string
|
|
54263
|
+
): sap.m.ActionTile;
|
|
54264
|
+
/**
|
|
54265
|
+
* Sets the badgeValueState property of the ActionTile.
|
|
54266
|
+
*
|
|
54267
|
+
*
|
|
54268
|
+
* @returns The reference to the ActionTile instance.
|
|
54269
|
+
*/
|
|
54270
|
+
setBadgeValueState(
|
|
54271
|
+
/**
|
|
54272
|
+
* The value state of the badge.
|
|
54273
|
+
*/
|
|
54274
|
+
sValueState: sap.ui.core.ValueState
|
|
54275
|
+
): sap.m.ActionTile;
|
|
54186
54276
|
/**
|
|
54187
54277
|
* Sets a new value for property {@link #getEnableDynamicHeight enableDynamicHeight}.
|
|
54188
54278
|
*
|
|
@@ -54203,24 +54293,17 @@ declare namespace sap {
|
|
|
54203
54293
|
bEnableDynamicHeight?: boolean
|
|
54204
54294
|
): this;
|
|
54205
54295
|
/**
|
|
54206
|
-
* Sets
|
|
54207
|
-
*
|
|
54208
|
-
* Decides whether the headerImage should have a frame or not.
|
|
54209
|
-
*
|
|
54210
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
54211
|
-
*
|
|
54212
|
-
* Default value is `false`.
|
|
54296
|
+
* Sets the enableIconFrame property of the ActionTile.
|
|
54213
54297
|
*
|
|
54214
|
-
* @experimental (since 1.124)
|
|
54215
54298
|
*
|
|
54216
|
-
* @returns
|
|
54299
|
+
* @returns The reference to the ActionTile instance.
|
|
54217
54300
|
*/
|
|
54218
54301
|
setEnableIconFrame(
|
|
54219
54302
|
/**
|
|
54220
|
-
*
|
|
54303
|
+
* Determines whether the icon frame should be enabled or not.
|
|
54221
54304
|
*/
|
|
54222
|
-
|
|
54223
|
-
):
|
|
54305
|
+
bValue: boolean
|
|
54306
|
+
): sap.m.ActionTile;
|
|
54224
54307
|
/**
|
|
54225
54308
|
* Sets a new value for property {@link #getPriority priority}.
|
|
54226
54309
|
*
|
|
@@ -56813,7 +56896,6 @@ declare namespace sap {
|
|
|
56813
56896
|
* Determines the text of current/last element in the Breadcrumbs path.
|
|
56814
56897
|
*
|
|
56815
56898
|
* @since 1.34
|
|
56816
|
-
* @deprecated (since 1.123) - Use the **currentLocation** aggregation instead.
|
|
56817
56899
|
*
|
|
56818
56900
|
* @returns Value of property `currentLocationText`
|
|
56819
56901
|
*/
|
|
@@ -56938,7 +57020,6 @@ declare namespace sap {
|
|
|
56938
57020
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
56939
57021
|
*
|
|
56940
57022
|
* @since 1.34
|
|
56941
|
-
* @deprecated (since 1.123) - Use the **currentLocation** aggregation instead.
|
|
56942
57023
|
*
|
|
56943
57024
|
* @returns Reference to `this` in order to allow method chaining
|
|
56944
57025
|
*/
|
|
@@ -86115,8 +86196,9 @@ declare namespace sap {
|
|
|
86115
86196
|
/**
|
|
86116
86197
|
* Gets current value of property {@link #getWrapping wrapping}.
|
|
86117
86198
|
*
|
|
86118
|
-
* Determines the wrapping of the text within the `Label`.
|
|
86119
|
-
*
|
|
86199
|
+
* Determines the wrapping of the text within the `Label`. When set to `false` (default), the label text
|
|
86200
|
+
* will be truncated and and an ellipsis will be added at the end. If set to `true`, the label text will
|
|
86201
|
+
* wrap.
|
|
86120
86202
|
*
|
|
86121
86203
|
* Default value is `false`.
|
|
86122
86204
|
*
|
|
@@ -86326,8 +86408,9 @@ declare namespace sap {
|
|
|
86326
86408
|
/**
|
|
86327
86409
|
* Sets a new value for property {@link #getWrapping wrapping}.
|
|
86328
86410
|
*
|
|
86329
|
-
* Determines the wrapping of the text within the `Label`.
|
|
86330
|
-
*
|
|
86411
|
+
* Determines the wrapping of the text within the `Label`. When set to `false` (default), the label text
|
|
86412
|
+
* will be truncated and and an ellipsis will be added at the end. If set to `true`, the label text will
|
|
86413
|
+
* wrap.
|
|
86331
86414
|
*
|
|
86332
86415
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
86333
86416
|
*
|
|
@@ -105837,7 +105920,7 @@ declare namespace sap {
|
|
|
105837
105920
|
*
|
|
105838
105921
|
* Default value is `true`.
|
|
105839
105922
|
*
|
|
105840
|
-
* @deprecated (since 1.32
|
|
105923
|
+
* @deprecated (since 1.32) - Use {@link sap.m.OverflowToolbarPriority} instead.
|
|
105841
105924
|
*
|
|
105842
105925
|
* @returns Value of property `moveToOverflow`
|
|
105843
105926
|
*/
|
|
@@ -105917,7 +106000,7 @@ declare namespace sap {
|
|
|
105917
106000
|
*
|
|
105918
106001
|
* Default value is `true`.
|
|
105919
106002
|
*
|
|
105920
|
-
* @deprecated (since 1.32
|
|
106003
|
+
* @deprecated (since 1.32) - Use {@link sap.m.OverflowToolbarPriority} instead.
|
|
105921
106004
|
*
|
|
105922
106005
|
* @returns Reference to `this` in order to allow method chaining
|
|
105923
106006
|
*/
|
|
@@ -123330,6 +123413,32 @@ declare namespace sap {
|
|
|
123330
123413
|
* @returns Value of property `width`
|
|
123331
123414
|
*/
|
|
123332
123415
|
getWidth(): sap.ui.core.CSSSize;
|
|
123416
|
+
/**
|
|
123417
|
+
* Gets current value of property {@link #getWrapping wrapping}.
|
|
123418
|
+
*
|
|
123419
|
+
* Determines the wrapping of the text within the `Radio Button` label. When set to `false` (default), the
|
|
123420
|
+
* label text will be truncated and an ellipsis will be added at the end. If set to `true`, the label text
|
|
123421
|
+
* will wrap.
|
|
123422
|
+
*
|
|
123423
|
+
* Default value is `false`.
|
|
123424
|
+
*
|
|
123425
|
+
* @since 1.126
|
|
123426
|
+
*
|
|
123427
|
+
* @returns Value of property `wrapping`
|
|
123428
|
+
*/
|
|
123429
|
+
getWrapping(): boolean;
|
|
123430
|
+
/**
|
|
123431
|
+
* Gets current value of property {@link #getWrappingType wrappingType}.
|
|
123432
|
+
*
|
|
123433
|
+
* Defines the type of wrapping to be used for the label text (hyphenated or normal).
|
|
123434
|
+
*
|
|
123435
|
+
* Default value is `Normal`.
|
|
123436
|
+
*
|
|
123437
|
+
* @since 1.126
|
|
123438
|
+
*
|
|
123439
|
+
* @returns Value of property `wrappingType`
|
|
123440
|
+
*/
|
|
123441
|
+
getWrappingType(): sap.m.WrappingType;
|
|
123333
123442
|
/**
|
|
123334
123443
|
* Pseudo event for pseudo 'select' event... space, enter, ... without modifiers (Ctrl, Alt or Shift)
|
|
123335
123444
|
*/
|
|
@@ -123582,6 +123691,46 @@ declare namespace sap {
|
|
|
123582
123691
|
*/
|
|
123583
123692
|
sWidth?: sap.ui.core.CSSSize
|
|
123584
123693
|
): this;
|
|
123694
|
+
/**
|
|
123695
|
+
* Sets a new value for property {@link #getWrapping wrapping}.
|
|
123696
|
+
*
|
|
123697
|
+
* Determines the wrapping of the text within the `Radio Button` label. When set to `false` (default), the
|
|
123698
|
+
* label text will be truncated and an ellipsis will be added at the end. If set to `true`, the label text
|
|
123699
|
+
* will wrap.
|
|
123700
|
+
*
|
|
123701
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
123702
|
+
*
|
|
123703
|
+
* Default value is `false`.
|
|
123704
|
+
*
|
|
123705
|
+
* @since 1.126
|
|
123706
|
+
*
|
|
123707
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
123708
|
+
*/
|
|
123709
|
+
setWrapping(
|
|
123710
|
+
/**
|
|
123711
|
+
* New value for property `wrapping`
|
|
123712
|
+
*/
|
|
123713
|
+
bWrapping?: boolean
|
|
123714
|
+
): this;
|
|
123715
|
+
/**
|
|
123716
|
+
* Sets a new value for property {@link #getWrappingType wrappingType}.
|
|
123717
|
+
*
|
|
123718
|
+
* Defines the type of wrapping to be used for the label text (hyphenated or normal).
|
|
123719
|
+
*
|
|
123720
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
123721
|
+
*
|
|
123722
|
+
* Default value is `Normal`.
|
|
123723
|
+
*
|
|
123724
|
+
* @since 1.126
|
|
123725
|
+
*
|
|
123726
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
123727
|
+
*/
|
|
123728
|
+
setWrappingType(
|
|
123729
|
+
/**
|
|
123730
|
+
* New value for property `wrappingType`
|
|
123731
|
+
*/
|
|
123732
|
+
sWrappingType?: sap.m.WrappingType
|
|
123733
|
+
): this;
|
|
123585
123734
|
}
|
|
123586
123735
|
/**
|
|
123587
123736
|
* This control is used as a wrapper for a group of {@link sap.m.RadioButton} controls, which can be used
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED