@sapui5/ts-types-esm 1.132.1 → 1.134.0
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.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- 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 +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- 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 +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -33,7 +33,7 @@ declare module "sap/f/library" {
|
|
|
33
33
|
* This is an alias for {@link sap.m.AvatarColor} and only kept for compatibility reasons.
|
|
34
34
|
*
|
|
35
35
|
* @since 1.69
|
|
36
|
-
* @deprecated
|
|
36
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarColor} instead.
|
|
37
37
|
*/
|
|
38
38
|
export type AvatarColor = AvatarColor1;
|
|
39
39
|
|
|
@@ -62,7 +62,7 @@ declare module "sap/f/library" {
|
|
|
62
62
|
* This is an alias for {@link sap.m.AvatarImageFitType} and only kept for compatibility reasons.
|
|
63
63
|
*
|
|
64
64
|
* @since 1.46
|
|
65
|
-
* @deprecated
|
|
65
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarImageFitType} instead.
|
|
66
66
|
*/
|
|
67
67
|
export type AvatarImageFitType = AvatarImageFitType1;
|
|
68
68
|
|
|
@@ -72,7 +72,7 @@ declare module "sap/f/library" {
|
|
|
72
72
|
* This is an alias for {@link sap.m.AvatarShape} and only kept for compatibility reasons.
|
|
73
73
|
*
|
|
74
74
|
* @since 1.46
|
|
75
|
-
* @deprecated
|
|
75
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarShape} instead.
|
|
76
76
|
*/
|
|
77
77
|
export type AvatarShape = AvatarShape1;
|
|
78
78
|
|
|
@@ -82,7 +82,7 @@ declare module "sap/f/library" {
|
|
|
82
82
|
* This is an alias for {@link sap.m.AvatarSize} and only kept for compatibility reasons.
|
|
83
83
|
*
|
|
84
84
|
* @since 1.46
|
|
85
|
-
* @deprecated
|
|
85
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarSize} instead.
|
|
86
86
|
*/
|
|
87
87
|
export type AvatarSize = AvatarSize1;
|
|
88
88
|
|
|
@@ -92,7 +92,7 @@ declare module "sap/f/library" {
|
|
|
92
92
|
* This is an alias for {@link sap.m.AvatarType} and only kept for compatibility reasons.
|
|
93
93
|
*
|
|
94
94
|
* @since 1.46
|
|
95
|
-
* @deprecated
|
|
95
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarType} instead.
|
|
96
96
|
*/
|
|
97
97
|
export type AvatarType = AvatarType1;
|
|
98
98
|
|
|
@@ -119,8 +119,8 @@ declare module "sap/f/library" {
|
|
|
119
119
|
* This enum is part of the 'sap/f/library' module export and must be accessed by the property 'DynamicPageTitleArea'.
|
|
120
120
|
*
|
|
121
121
|
* @since 1.50
|
|
122
|
-
* @deprecated
|
|
123
|
-
* `areaShrinkRatio` property instead of the `primaryArea` property.
|
|
122
|
+
* @deprecated As of version 1.54. Consumers of the {@link sap.f.DynamicPageTitle} control should now use
|
|
123
|
+
* the `areaShrinkRatio` property instead of the `primaryArea` property.
|
|
124
124
|
*/
|
|
125
125
|
export enum DynamicPageTitleArea {
|
|
126
126
|
/**
|
|
@@ -167,13 +167,33 @@ declare module "sap/f/library" {
|
|
|
167
167
|
__implements__sap_f_IDynamicPageStickyContent: boolean;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
+
/**
|
|
171
|
+
* Interface for controls suitable for the `items` aggregation of `{@link sap.f.GridContainer}`.
|
|
172
|
+
*
|
|
173
|
+
* Classes implementing this interface should use the accessibility role provided by the `sap.f.IGridContainerItem.getGridItemRole`
|
|
174
|
+
* method.
|
|
175
|
+
*
|
|
176
|
+
* @since 1.134
|
|
177
|
+
*/
|
|
178
|
+
export interface IGridContainerItem {
|
|
179
|
+
__implements__sap_f_IGridContainerItem: boolean;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Returns the accessibility role for the `sap.f.GridContainer` item.
|
|
183
|
+
*
|
|
184
|
+
*
|
|
185
|
+
* @returns The accessibility role for the `sap.f.GridContainer` item
|
|
186
|
+
*/
|
|
187
|
+
getGridItemRole(): string;
|
|
188
|
+
}
|
|
189
|
+
|
|
170
190
|
/**
|
|
171
191
|
* Available `Illustration` sizes for the {@link sap.f.IllustratedMessage} control.
|
|
172
192
|
*
|
|
173
193
|
* This is an alias for {@link sap.m.IllustratedMessageSize} and only kept for compatibility reasons.
|
|
174
194
|
*
|
|
175
195
|
* @since 1.88
|
|
176
|
-
* @deprecated
|
|
196
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageSize} instead.
|
|
177
197
|
*/
|
|
178
198
|
export type IllustratedMessageSize = IllustratedMessageSize1;
|
|
179
199
|
|
|
@@ -183,7 +203,7 @@ declare module "sap/f/library" {
|
|
|
183
203
|
* This is an alias for {@link sap.m.IllustratedMessageType} and only kept for compatibility reasons.
|
|
184
204
|
*
|
|
185
205
|
* @since 1.88
|
|
186
|
-
* @deprecated
|
|
206
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageType} instead.
|
|
187
207
|
*/
|
|
188
208
|
export type IllustratedMessageType = IllustratedMessageType1;
|
|
189
209
|
|
|
@@ -468,7 +488,7 @@ declare module "sap/f/Avatar" {
|
|
|
468
488
|
* or if there's a non-Latin character present, a default image placeholder will be created.
|
|
469
489
|
*
|
|
470
490
|
* @since 1.46
|
|
471
|
-
* @deprecated
|
|
491
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
|
|
472
492
|
*/
|
|
473
493
|
export default class Avatar extends Avatar1 {
|
|
474
494
|
/**
|
|
@@ -547,7 +567,7 @@ declare module "sap/f/Avatar" {
|
|
|
547
567
|
/**
|
|
548
568
|
* Describes the settings that can be provided to the Avatar constructor.
|
|
549
569
|
*
|
|
550
|
-
* @deprecated
|
|
570
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
|
|
551
571
|
*/
|
|
552
572
|
export interface $AvatarSettings extends $AvatarSettings1 {}
|
|
553
573
|
}
|
|
@@ -805,7 +825,7 @@ declare module "sap/f/AvatarGroup" {
|
|
|
805
825
|
*
|
|
806
826
|
* @returns Value of property `avatarDisplaySize`
|
|
807
827
|
*/
|
|
808
|
-
getAvatarDisplaySize(): AvatarSize
|
|
828
|
+
getAvatarDisplaySize(): AvatarSize;
|
|
809
829
|
/**
|
|
810
830
|
* Gets current value of property {@link #getGroupType groupType}.
|
|
811
831
|
*
|
|
@@ -816,7 +836,7 @@ declare module "sap/f/AvatarGroup" {
|
|
|
816
836
|
*
|
|
817
837
|
* @returns Value of property `groupType`
|
|
818
838
|
*/
|
|
819
|
-
getGroupType(): AvatarGroupType
|
|
839
|
+
getGroupType(): AvatarGroupType;
|
|
820
840
|
/**
|
|
821
841
|
* Gets content of aggregation {@link #getItems items}.
|
|
822
842
|
*
|
|
@@ -1385,9 +1405,7 @@ declare module "sap/f/Card" {
|
|
|
1385
1405
|
*
|
|
1386
1406
|
* @returns Value of property `headerPosition`
|
|
1387
1407
|
*/
|
|
1388
|
-
getHeaderPosition():
|
|
1389
|
-
| cards.HeaderPosition
|
|
1390
|
-
| keyof typeof cards.HeaderPosition;
|
|
1408
|
+
getHeaderPosition(): cards.HeaderPosition;
|
|
1391
1409
|
/**
|
|
1392
1410
|
* Sets the aggregated {@link #getContent content}.
|
|
1393
1411
|
*
|
|
@@ -1461,7 +1479,7 @@ declare module "sap/f/Card" {
|
|
|
1461
1479
|
declare module "sap/f/CardBase" {
|
|
1462
1480
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
1463
1481
|
|
|
1464
|
-
import { ICard, cards } from "sap/f/library";
|
|
1482
|
+
import { ICard, IGridContainerItem, cards } from "sap/f/library";
|
|
1465
1483
|
|
|
1466
1484
|
import { IBadge } from "sap/m/library";
|
|
1467
1485
|
|
|
@@ -1476,9 +1494,13 @@ declare module "sap/f/CardBase" {
|
|
|
1476
1494
|
/**
|
|
1477
1495
|
* A base class for controls that represent a container with a predefined header and content.
|
|
1478
1496
|
*/
|
|
1479
|
-
export default class CardBase
|
|
1497
|
+
export default class CardBase
|
|
1498
|
+
extends Control
|
|
1499
|
+
implements ICard, IBadge, IGridContainerItem
|
|
1500
|
+
{
|
|
1480
1501
|
__implements__sap_f_ICard: boolean;
|
|
1481
1502
|
__implements__sap_m_IBadge: boolean;
|
|
1503
|
+
__implements__sap_f_IGridContainerItem: boolean;
|
|
1482
1504
|
/**
|
|
1483
1505
|
* Constructor for a new `CardBase`.
|
|
1484
1506
|
*
|
|
@@ -1547,9 +1569,10 @@ declare module "sap/f/CardBase" {
|
|
|
1547
1569
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1548
1570
|
* otherwise it will be bound to this `sap.f.CardBase` itself.
|
|
1549
1571
|
*
|
|
1550
|
-
* Fired when action is added on card level. Note
|
|
1572
|
+
* Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
|
|
1573
|
+
* or the control is placed inside a `sap.f.GridContainer`.
|
|
1551
1574
|
*
|
|
1552
|
-
* @experimental
|
|
1575
|
+
* @experimental As of version 1.131.
|
|
1553
1576
|
*
|
|
1554
1577
|
* @returns Reference to `this` in order to allow method chaining
|
|
1555
1578
|
*/
|
|
@@ -1574,9 +1597,10 @@ declare module "sap/f/CardBase" {
|
|
|
1574
1597
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1575
1598
|
* otherwise it will be bound to this `sap.f.CardBase` itself.
|
|
1576
1599
|
*
|
|
1577
|
-
* Fired when action is added on card level. Note
|
|
1600
|
+
* Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
|
|
1601
|
+
* or the control is placed inside a `sap.f.GridContainer`.
|
|
1578
1602
|
*
|
|
1579
|
-
* @experimental
|
|
1603
|
+
* @experimental As of version 1.131.
|
|
1580
1604
|
*
|
|
1581
1605
|
* @returns Reference to `this` in order to allow method chaining
|
|
1582
1606
|
*/
|
|
@@ -1595,7 +1619,7 @@ declare module "sap/f/CardBase" {
|
|
|
1595
1619
|
*
|
|
1596
1620
|
* The passed function and listener object must match the ones used for event registration.
|
|
1597
1621
|
*
|
|
1598
|
-
* @experimental
|
|
1622
|
+
* @experimental As of version 1.131.
|
|
1599
1623
|
*
|
|
1600
1624
|
* @returns Reference to `this` in order to allow method chaining
|
|
1601
1625
|
*/
|
|
@@ -1612,7 +1636,7 @@ declare module "sap/f/CardBase" {
|
|
|
1612
1636
|
/**
|
|
1613
1637
|
* Fires event {@link #event:press press} to attached listeners.
|
|
1614
1638
|
*
|
|
1615
|
-
* @experimental
|
|
1639
|
+
* @experimental As of version 1.131.
|
|
1616
1640
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1617
1641
|
*
|
|
1618
1642
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -1631,6 +1655,13 @@ declare module "sap/f/CardBase" {
|
|
|
1631
1655
|
* @returns Returns the DOM Element that should get the focus
|
|
1632
1656
|
*/
|
|
1633
1657
|
getFocusDomRef(): Element;
|
|
1658
|
+
/**
|
|
1659
|
+
* Returns the accessibility role for the `sap.f.GridContainer` item.
|
|
1660
|
+
*
|
|
1661
|
+
*
|
|
1662
|
+
* @returns The accessibility role for the `sap.f.GridContainer` item
|
|
1663
|
+
*/
|
|
1664
|
+
getGridItemRole(): string;
|
|
1634
1665
|
/**
|
|
1635
1666
|
* Gets current value of property {@link #getHeight height}.
|
|
1636
1667
|
*
|
|
@@ -1645,15 +1676,16 @@ declare module "sap/f/CardBase" {
|
|
|
1645
1676
|
/**
|
|
1646
1677
|
* Gets current value of property {@link #getSemanticRole semanticRole}.
|
|
1647
1678
|
*
|
|
1648
|
-
* Defines the role of the
|
|
1679
|
+
* Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
|
|
1680
|
+
* its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
|
|
1649
1681
|
*
|
|
1650
1682
|
* Default value is `Region`.
|
|
1651
1683
|
*
|
|
1652
|
-
* @experimental
|
|
1684
|
+
* @experimental As of version 1.131.
|
|
1653
1685
|
*
|
|
1654
1686
|
* @returns Value of property `semanticRole`
|
|
1655
1687
|
*/
|
|
1656
|
-
getSemanticRole(): cards.SemanticRole
|
|
1688
|
+
getSemanticRole(): cards.SemanticRole;
|
|
1657
1689
|
/**
|
|
1658
1690
|
* Gets current value of property {@link #getWidth width}.
|
|
1659
1691
|
*
|
|
@@ -1686,13 +1718,14 @@ declare module "sap/f/CardBase" {
|
|
|
1686
1718
|
/**
|
|
1687
1719
|
* Sets a new value for property {@link #getSemanticRole semanticRole}.
|
|
1688
1720
|
*
|
|
1689
|
-
* Defines the role of the
|
|
1721
|
+
* Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
|
|
1722
|
+
* its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
|
|
1690
1723
|
*
|
|
1691
1724
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1692
1725
|
*
|
|
1693
1726
|
* Default value is `Region`.
|
|
1694
1727
|
*
|
|
1695
|
-
* @experimental
|
|
1728
|
+
* @experimental As of version 1.131.
|
|
1696
1729
|
*
|
|
1697
1730
|
* @returns Reference to `this` in order to allow method chaining
|
|
1698
1731
|
*/
|
|
@@ -1736,9 +1769,12 @@ declare module "sap/f/CardBase" {
|
|
|
1736
1769
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
1737
1770
|
|
|
1738
1771
|
/**
|
|
1739
|
-
* Defines the role of the
|
|
1772
|
+
* Defines the accessibility role of the control.
|
|
1740
1773
|
*
|
|
1741
|
-
*
|
|
1774
|
+
* **Note:** When the control is placed inside a `sap.f.GridContainer`, its accessibility role is overridden
|
|
1775
|
+
* by the accessibility role specified by the `sap.f.GridContainer`.
|
|
1776
|
+
*
|
|
1777
|
+
* @experimental As of version 1.131.
|
|
1742
1778
|
*/
|
|
1743
1779
|
semanticRole?:
|
|
1744
1780
|
| (cards.SemanticRole | keyof typeof cards.SemanticRole)
|
|
@@ -1746,9 +1782,12 @@ declare module "sap/f/CardBase" {
|
|
|
1746
1782
|
| `{${string}}`;
|
|
1747
1783
|
|
|
1748
1784
|
/**
|
|
1749
|
-
* Fired when action is added on card level.
|
|
1785
|
+
* Fired when action is added on card level.
|
|
1786
|
+
*
|
|
1787
|
+
* **Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem` or the control is
|
|
1788
|
+
* placed inside a `sap.f.GridContainer`.
|
|
1750
1789
|
*
|
|
1751
|
-
* @experimental
|
|
1790
|
+
* @experimental As of version 1.131.
|
|
1752
1791
|
*/
|
|
1753
1792
|
press?: (oEvent: Event) => void;
|
|
1754
1793
|
}
|
|
@@ -1756,14 +1795,14 @@ declare module "sap/f/CardBase" {
|
|
|
1756
1795
|
/**
|
|
1757
1796
|
* Parameters of the CardBase#press event.
|
|
1758
1797
|
*
|
|
1759
|
-
* @experimental
|
|
1798
|
+
* @experimental As of version 1.131.
|
|
1760
1799
|
*/
|
|
1761
1800
|
export interface CardBase$PressEventParameters {}
|
|
1762
1801
|
|
|
1763
1802
|
/**
|
|
1764
1803
|
* Event object of the CardBase#press event.
|
|
1765
1804
|
*
|
|
1766
|
-
* @experimental
|
|
1805
|
+
* @experimental As of version 1.131.
|
|
1767
1806
|
*/
|
|
1768
1807
|
export type CardBase$PressEvent = Event<
|
|
1769
1808
|
CardBase$PressEventParameters,
|
|
@@ -1858,7 +1897,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1858
1897
|
* Adds some bannerLine to the aggregation {@link #getBannerLines bannerLines}.
|
|
1859
1898
|
*
|
|
1860
1899
|
* @since 1.118
|
|
1861
|
-
* @experimental
|
|
1900
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1862
1901
|
*
|
|
1863
1902
|
* @returns Reference to `this` in order to allow method chaining
|
|
1864
1903
|
*/
|
|
@@ -1919,7 +1958,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1919
1958
|
* Destroys all the bannerLines in the aggregation {@link #getBannerLines bannerLines}.
|
|
1920
1959
|
*
|
|
1921
1960
|
* @since 1.118
|
|
1922
|
-
* @experimental
|
|
1961
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1923
1962
|
*
|
|
1924
1963
|
* @returns Reference to `this` in order to allow method chaining
|
|
1925
1964
|
*/
|
|
@@ -1928,7 +1967,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1928
1967
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
1929
1968
|
*
|
|
1930
1969
|
* @since 1.86
|
|
1931
|
-
* @experimental
|
|
1970
|
+
* @experimental As of version 1.86.
|
|
1932
1971
|
*
|
|
1933
1972
|
* @returns Reference to `this` in order to allow method chaining
|
|
1934
1973
|
*/
|
|
@@ -1970,7 +2009,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1970
2009
|
* Show as a banner in the header area. Use for example for system info and application shortcut.
|
|
1971
2010
|
*
|
|
1972
2011
|
* @since 1.118
|
|
1973
|
-
* @experimental
|
|
2012
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1974
2013
|
*/
|
|
1975
2014
|
getBannerLines(): Text[];
|
|
1976
2015
|
/**
|
|
@@ -1985,7 +2024,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1985
2024
|
*
|
|
1986
2025
|
* Default value is `empty string`.
|
|
1987
2026
|
*
|
|
1988
|
-
* @experimental
|
|
2027
|
+
* @experimental As of version 1.89. this feature is experimental and the API may change.
|
|
1989
2028
|
*
|
|
1990
2029
|
* @returns Value of property `dataTimestamp`
|
|
1991
2030
|
*/
|
|
@@ -1995,7 +2034,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1995
2034
|
*
|
|
1996
2035
|
* Defines the href which the header should open. If set - the header will act and render as a link.
|
|
1997
2036
|
*
|
|
1998
|
-
* @experimental
|
|
2037
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
1999
2038
|
*
|
|
2000
2039
|
* @returns Value of property `href`
|
|
2001
2040
|
*/
|
|
@@ -2007,7 +2046,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2007
2046
|
*
|
|
2008
2047
|
* Default value is `true`.
|
|
2009
2048
|
*
|
|
2010
|
-
* @experimental
|
|
2049
|
+
* @experimental As of version 1.116. this feature is experimental and the API may change.
|
|
2011
2050
|
*
|
|
2012
2051
|
* @returns Value of property `statusVisible`
|
|
2013
2052
|
*/
|
|
@@ -2017,7 +2056,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2017
2056
|
*
|
|
2018
2057
|
* Defines the target for the case when `href` is given.
|
|
2019
2058
|
*
|
|
2020
|
-
* @experimental
|
|
2059
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2021
2060
|
*
|
|
2022
2061
|
* @returns Value of property `target`
|
|
2023
2062
|
*/
|
|
@@ -2028,7 +2067,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2028
2067
|
* Defines the toolbar.
|
|
2029
2068
|
*
|
|
2030
2069
|
* @since 1.86
|
|
2031
|
-
* @experimental
|
|
2070
|
+
* @experimental As of version 1.86.
|
|
2032
2071
|
*/
|
|
2033
2072
|
getToolbar(): Control;
|
|
2034
2073
|
/**
|
|
@@ -2039,17 +2078,17 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2039
2078
|
*
|
|
2040
2079
|
* Default value is `Normal`.
|
|
2041
2080
|
*
|
|
2042
|
-
* @experimental
|
|
2081
|
+
* @experimental As of version 1.122. this feature is experimental and the API may change.
|
|
2043
2082
|
*
|
|
2044
2083
|
* @returns Value of property `wrappingType`
|
|
2045
2084
|
*/
|
|
2046
|
-
getWrappingType(): WrappingType
|
|
2085
|
+
getWrappingType(): WrappingType;
|
|
2047
2086
|
/**
|
|
2048
2087
|
* Checks for the provided `sap.m.Text` in the aggregation {@link #getBannerLines bannerLines}. and returns
|
|
2049
2088
|
* its index if found or -1 otherwise.
|
|
2050
2089
|
*
|
|
2051
2090
|
* @since 1.118
|
|
2052
|
-
* @experimental
|
|
2091
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2053
2092
|
*
|
|
2054
2093
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
2055
2094
|
*/
|
|
@@ -2063,7 +2102,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2063
2102
|
* Inserts a bannerLine into the aggregation {@link #getBannerLines bannerLines}.
|
|
2064
2103
|
*
|
|
2065
2104
|
* @since 1.118
|
|
2066
|
-
* @experimental
|
|
2105
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2067
2106
|
*
|
|
2068
2107
|
* @returns Reference to `this` in order to allow method chaining
|
|
2069
2108
|
*/
|
|
@@ -2085,7 +2124,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2085
2124
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
2086
2125
|
*
|
|
2087
2126
|
* @since 1.118
|
|
2088
|
-
* @experimental
|
|
2127
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2089
2128
|
*
|
|
2090
2129
|
* @returns An array of the removed elements (might be empty)
|
|
2091
2130
|
*/
|
|
@@ -2094,7 +2133,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2094
2133
|
* Removes a bannerLine from the aggregation {@link #getBannerLines bannerLines}.
|
|
2095
2134
|
*
|
|
2096
2135
|
* @since 1.118
|
|
2097
|
-
* @experimental
|
|
2136
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2098
2137
|
*
|
|
2099
2138
|
* @returns The removed bannerLine or `null`
|
|
2100
2139
|
*/
|
|
@@ -2118,7 +2157,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2118
2157
|
*
|
|
2119
2158
|
* Default value is `empty string`.
|
|
2120
2159
|
*
|
|
2121
|
-
* @experimental
|
|
2160
|
+
* @experimental As of version 1.89. this feature is experimental and the API may change.
|
|
2122
2161
|
*
|
|
2123
2162
|
* @returns Reference to `this` in order to allow method chaining
|
|
2124
2163
|
*/
|
|
@@ -2135,7 +2174,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2135
2174
|
*
|
|
2136
2175
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2137
2176
|
*
|
|
2138
|
-
* @experimental
|
|
2177
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2139
2178
|
*
|
|
2140
2179
|
* @returns Reference to `this` in order to allow method chaining
|
|
2141
2180
|
*/
|
|
@@ -2154,7 +2193,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2154
2193
|
*
|
|
2155
2194
|
* Default value is `true`.
|
|
2156
2195
|
*
|
|
2157
|
-
* @experimental
|
|
2196
|
+
* @experimental As of version 1.116. this feature is experimental and the API may change.
|
|
2158
2197
|
*
|
|
2159
2198
|
* @returns Reference to `this` in order to allow method chaining
|
|
2160
2199
|
*/
|
|
@@ -2171,7 +2210,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2171
2210
|
*
|
|
2172
2211
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2173
2212
|
*
|
|
2174
|
-
* @experimental
|
|
2213
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2175
2214
|
*
|
|
2176
2215
|
* @returns Reference to `this` in order to allow method chaining
|
|
2177
2216
|
*/
|
|
@@ -2185,7 +2224,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2185
2224
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
2186
2225
|
*
|
|
2187
2226
|
* @since 1.86
|
|
2188
|
-
* @experimental
|
|
2227
|
+
* @experimental As of version 1.86.
|
|
2189
2228
|
*
|
|
2190
2229
|
* @returns Reference to `this` in order to allow method chaining
|
|
2191
2230
|
*/
|
|
@@ -2205,7 +2244,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2205
2244
|
*
|
|
2206
2245
|
* Default value is `Normal`.
|
|
2207
2246
|
*
|
|
2208
|
-
* @experimental
|
|
2247
|
+
* @experimental As of version 1.122. this feature is experimental and the API may change.
|
|
2209
2248
|
*
|
|
2210
2249
|
* @returns Reference to `this` in order to allow method chaining
|
|
2211
2250
|
*/
|
|
@@ -2228,14 +2267,14 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2228
2267
|
*
|
|
2229
2268
|
* Will be shown as a relative time like "5 minutes ago".
|
|
2230
2269
|
*
|
|
2231
|
-
* @experimental
|
|
2270
|
+
* @experimental As of version 1.89. this feature is experimental and the API may change.
|
|
2232
2271
|
*/
|
|
2233
2272
|
dataTimestamp?: string | PropertyBindingInfo;
|
|
2234
2273
|
|
|
2235
2274
|
/**
|
|
2236
2275
|
* Defines the status text visibility.
|
|
2237
2276
|
*
|
|
2238
|
-
* @experimental
|
|
2277
|
+
* @experimental As of version 1.116. this feature is experimental and the API may change.
|
|
2239
2278
|
*/
|
|
2240
2279
|
statusVisible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2241
2280
|
|
|
@@ -2243,7 +2282,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2243
2282
|
* Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
|
|
2244
2283
|
* texts of the header.
|
|
2245
2284
|
*
|
|
2246
|
-
* @experimental
|
|
2285
|
+
* @experimental As of version 1.122. this feature is experimental and the API may change.
|
|
2247
2286
|
*/
|
|
2248
2287
|
wrappingType?:
|
|
2249
2288
|
| (WrappingType | keyof typeof WrappingType)
|
|
@@ -2253,14 +2292,14 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2253
2292
|
/**
|
|
2254
2293
|
* Defines the href which the header should open. If set - the header will act and render as a link.
|
|
2255
2294
|
*
|
|
2256
|
-
* @experimental
|
|
2295
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2257
2296
|
*/
|
|
2258
2297
|
href?: string | PropertyBindingInfo;
|
|
2259
2298
|
|
|
2260
2299
|
/**
|
|
2261
2300
|
* Defines the target for the case when `href` is given.
|
|
2262
2301
|
*
|
|
2263
|
-
* @experimental
|
|
2302
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
2264
2303
|
*/
|
|
2265
2304
|
target?: string | PropertyBindingInfo;
|
|
2266
2305
|
|
|
@@ -2268,7 +2307,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2268
2307
|
* Defines the toolbar.
|
|
2269
2308
|
*
|
|
2270
2309
|
* @since 1.86
|
|
2271
|
-
* @experimental
|
|
2310
|
+
* @experimental As of version 1.86.
|
|
2272
2311
|
*/
|
|
2273
2312
|
toolbar?: Control;
|
|
2274
2313
|
|
|
@@ -2276,7 +2315,7 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
2276
2315
|
* Show as a banner in the header area. Use for example for system info and application shortcut.
|
|
2277
2316
|
*
|
|
2278
2317
|
* @since 1.118
|
|
2279
|
-
* @experimental
|
|
2318
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2280
2319
|
*/
|
|
2281
2320
|
bannerLines?: Text[] | Text | AggregationBindingInfo | `{${string}}`;
|
|
2282
2321
|
|
|
@@ -2431,9 +2470,7 @@ declare module "sap/f/cards/CardBadgeCustomData" {
|
|
|
2431
2470
|
*
|
|
2432
2471
|
* @returns Value of property `visibilityMode`
|
|
2433
2472
|
*/
|
|
2434
|
-
getVisibilityMode():
|
|
2435
|
-
| CardBadgeVisibilityMode
|
|
2436
|
-
| keyof typeof CardBadgeVisibilityMode;
|
|
2473
|
+
getVisibilityMode(): CardBadgeVisibilityMode;
|
|
2437
2474
|
/**
|
|
2438
2475
|
* Gets current value of property {@link #getVisible visible}.
|
|
2439
2476
|
*
|
|
@@ -2716,7 +2753,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2716
2753
|
*
|
|
2717
2754
|
* Default value is `empty string`.
|
|
2718
2755
|
*
|
|
2719
|
-
* @experimental
|
|
2756
|
+
* @experimental As of version 1.81. this feature is experimental and the API may change.
|
|
2720
2757
|
*
|
|
2721
2758
|
* @returns Value of property `iconAlt`
|
|
2722
2759
|
*/
|
|
@@ -2728,11 +2765,11 @@ declare module "sap/f/cards/Header" {
|
|
|
2728
2765
|
*
|
|
2729
2766
|
* Default value is `Transparent`.
|
|
2730
2767
|
*
|
|
2731
|
-
* @experimental
|
|
2768
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
2732
2769
|
*
|
|
2733
2770
|
* @returns Value of property `iconBackgroundColor`
|
|
2734
2771
|
*/
|
|
2735
|
-
getIconBackgroundColor(): AvatarColor
|
|
2772
|
+
getIconBackgroundColor(): AvatarColor;
|
|
2736
2773
|
/**
|
|
2737
2774
|
* Gets current value of property {@link #getIconDisplayShape iconDisplayShape}.
|
|
2738
2775
|
*
|
|
@@ -2743,7 +2780,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2743
2780
|
*
|
|
2744
2781
|
* @returns Value of property `iconDisplayShape`
|
|
2745
2782
|
*/
|
|
2746
|
-
getIconDisplayShape(): AvatarShape
|
|
2783
|
+
getIconDisplayShape(): AvatarShape;
|
|
2747
2784
|
/**
|
|
2748
2785
|
* Gets current value of property {@link #getIconFitType iconFitType}.
|
|
2749
2786
|
*
|
|
@@ -2755,7 +2792,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2755
2792
|
*
|
|
2756
2793
|
* @returns Value of property `iconFitType`
|
|
2757
2794
|
*/
|
|
2758
|
-
getIconFitType(): AvatarImageFitType
|
|
2795
|
+
getIconFitType(): AvatarImageFitType;
|
|
2759
2796
|
/**
|
|
2760
2797
|
* Gets current value of property {@link #getIconInitials iconInitials}.
|
|
2761
2798
|
*
|
|
@@ -2774,11 +2811,11 @@ declare module "sap/f/cards/Header" {
|
|
|
2774
2811
|
*
|
|
2775
2812
|
* Default value is `S`.
|
|
2776
2813
|
*
|
|
2777
|
-
* @experimental
|
|
2814
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
2778
2815
|
*
|
|
2779
2816
|
* @returns Value of property `iconSize`
|
|
2780
2817
|
*/
|
|
2781
|
-
getIconSize(): AvatarSize
|
|
2818
|
+
getIconSize(): AvatarSize;
|
|
2782
2819
|
/**
|
|
2783
2820
|
* Gets current value of property {@link #getIconSrc iconSrc}.
|
|
2784
2821
|
*
|
|
@@ -2797,7 +2834,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2797
2834
|
*
|
|
2798
2835
|
* Default value is `true`.
|
|
2799
2836
|
*
|
|
2800
|
-
* @experimental
|
|
2837
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
2801
2838
|
*
|
|
2802
2839
|
* @returns Value of property `iconVisible`
|
|
2803
2840
|
*/
|
|
@@ -2831,7 +2868,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2831
2868
|
*
|
|
2832
2869
|
* Default value is `2`.
|
|
2833
2870
|
*
|
|
2834
|
-
* @experimental
|
|
2871
|
+
* @experimental As of version 1.101.
|
|
2835
2872
|
*
|
|
2836
2873
|
* @returns Value of property `subtitleMaxLines`
|
|
2837
2874
|
*/
|
|
@@ -2854,7 +2891,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2854
2891
|
*
|
|
2855
2892
|
* Default value is `3`.
|
|
2856
2893
|
*
|
|
2857
|
-
* @experimental
|
|
2894
|
+
* @experimental As of version 1.101.
|
|
2858
2895
|
*
|
|
2859
2896
|
* @returns Value of property `titleMaxLines`
|
|
2860
2897
|
*/
|
|
@@ -2868,7 +2905,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2868
2905
|
*
|
|
2869
2906
|
* Default value is `empty string`.
|
|
2870
2907
|
*
|
|
2871
|
-
* @experimental
|
|
2908
|
+
* @experimental As of version 1.81. this feature is experimental and the API may change.
|
|
2872
2909
|
*
|
|
2873
2910
|
* @returns Reference to `this` in order to allow method chaining
|
|
2874
2911
|
*/
|
|
@@ -2887,7 +2924,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2887
2924
|
*
|
|
2888
2925
|
* Default value is `Transparent`.
|
|
2889
2926
|
*
|
|
2890
|
-
* @experimental
|
|
2927
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
2891
2928
|
*
|
|
2892
2929
|
* @returns Reference to `this` in order to allow method chaining
|
|
2893
2930
|
*/
|
|
@@ -2961,7 +2998,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2961
2998
|
*
|
|
2962
2999
|
* Default value is `S`.
|
|
2963
3000
|
*
|
|
2964
|
-
* @experimental
|
|
3001
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
2965
3002
|
*
|
|
2966
3003
|
* @returns Reference to `this` in order to allow method chaining
|
|
2967
3004
|
*/
|
|
@@ -2998,7 +3035,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2998
3035
|
*
|
|
2999
3036
|
* Default value is `true`.
|
|
3000
3037
|
*
|
|
3001
|
-
* @experimental
|
|
3038
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
3002
3039
|
*
|
|
3003
3040
|
* @returns Reference to `this` in order to allow method chaining
|
|
3004
3041
|
*/
|
|
@@ -3053,7 +3090,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3053
3090
|
*
|
|
3054
3091
|
* Default value is `2`.
|
|
3055
3092
|
*
|
|
3056
|
-
* @experimental
|
|
3093
|
+
* @experimental As of version 1.101.
|
|
3057
3094
|
*
|
|
3058
3095
|
* @returns Reference to `this` in order to allow method chaining
|
|
3059
3096
|
*/
|
|
@@ -3090,7 +3127,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3090
3127
|
*
|
|
3091
3128
|
* Default value is `3`.
|
|
3092
3129
|
*
|
|
3093
|
-
* @experimental
|
|
3130
|
+
* @experimental As of version 1.101.
|
|
3094
3131
|
*
|
|
3095
3132
|
* @returns Reference to `this` in order to allow method chaining
|
|
3096
3133
|
*/
|
|
@@ -3119,7 +3156,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3119
3156
|
/**
|
|
3120
3157
|
* Limits the number of lines for the title.
|
|
3121
3158
|
*
|
|
3122
|
-
* @experimental
|
|
3159
|
+
* @experimental As of version 1.101.
|
|
3123
3160
|
*/
|
|
3124
3161
|
titleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
3125
3162
|
|
|
@@ -3131,7 +3168,7 @@ declare module "sap/f/cards/Header" {
|
|
|
3131
3168
|
/**
|
|
3132
3169
|
* Limits the number of lines for the subtitle.
|
|
3133
3170
|
*
|
|
3134
|
-
* @experimental
|
|
3171
|
+
* @experimental As of version 1.101.
|
|
3135
3172
|
*/
|
|
3136
3173
|
subtitleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
3137
3174
|
|
|
@@ -3161,14 +3198,14 @@ declare module "sap/f/cards/Header" {
|
|
|
3161
3198
|
/**
|
|
3162
3199
|
* Defines an alt text for the avatar or icon.
|
|
3163
3200
|
*
|
|
3164
|
-
* @experimental
|
|
3201
|
+
* @experimental As of version 1.81. this feature is experimental and the API may change.
|
|
3165
3202
|
*/
|
|
3166
3203
|
iconAlt?: string | PropertyBindingInfo;
|
|
3167
3204
|
|
|
3168
3205
|
/**
|
|
3169
3206
|
* Defines a background color for the avatar or icon.
|
|
3170
3207
|
*
|
|
3171
|
-
* @experimental
|
|
3208
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
3172
3209
|
*/
|
|
3173
3210
|
iconBackgroundColor?:
|
|
3174
3211
|
| (AvatarColor | keyof typeof AvatarColor)
|
|
@@ -3178,14 +3215,14 @@ declare module "sap/f/cards/Header" {
|
|
|
3178
3215
|
/**
|
|
3179
3216
|
* Defines whether the card icon is visible.
|
|
3180
3217
|
*
|
|
3181
|
-
* @experimental
|
|
3218
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
3182
3219
|
*/
|
|
3183
3220
|
iconVisible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3184
3221
|
|
|
3185
3222
|
/**
|
|
3186
3223
|
* Defines the size of the icon.
|
|
3187
3224
|
*
|
|
3188
|
-
* @experimental
|
|
3225
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
3189
3226
|
*/
|
|
3190
3227
|
iconSize?:
|
|
3191
3228
|
| (AvatarSize | keyof typeof AvatarSize)
|
|
@@ -3375,7 +3412,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3375
3412
|
/**
|
|
3376
3413
|
* Destroys the microChart in the aggregation {@link #getMicroChart microChart}.
|
|
3377
3414
|
*
|
|
3378
|
-
* @experimental
|
|
3415
|
+
* @experimental As of version 1.124.
|
|
3379
3416
|
*
|
|
3380
3417
|
* @returns Reference to `this` in order to allow method chaining
|
|
3381
3418
|
*/
|
|
@@ -3423,7 +3460,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3423
3460
|
*
|
|
3424
3461
|
* Default value is `1`.
|
|
3425
3462
|
*
|
|
3426
|
-
* @experimental
|
|
3463
|
+
* @experimental As of version 1.101.
|
|
3427
3464
|
*
|
|
3428
3465
|
* @returns Value of property `detailsMaxLines`
|
|
3429
3466
|
*/
|
|
@@ -3436,11 +3473,11 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3436
3473
|
* Default value is `None`.
|
|
3437
3474
|
*
|
|
3438
3475
|
* @since 1.118
|
|
3439
|
-
* @experimental
|
|
3476
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3440
3477
|
*
|
|
3441
3478
|
* @returns Value of property `detailsState`
|
|
3442
3479
|
*/
|
|
3443
|
-
getDetailsState(): ValueState
|
|
3480
|
+
getDetailsState(): ValueState;
|
|
3444
3481
|
/**
|
|
3445
3482
|
* Gets current value of property {@link #getIconAlt iconAlt}.
|
|
3446
3483
|
*
|
|
@@ -3449,7 +3486,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3449
3486
|
* Default value is `empty string`.
|
|
3450
3487
|
*
|
|
3451
3488
|
* @since 1.118
|
|
3452
|
-
* @experimental
|
|
3489
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3453
3490
|
*
|
|
3454
3491
|
* @returns Value of property `iconAlt`
|
|
3455
3492
|
*/
|
|
@@ -3462,11 +3499,11 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3462
3499
|
* Default value is `Transparent`.
|
|
3463
3500
|
*
|
|
3464
3501
|
* @since 1.118
|
|
3465
|
-
* @experimental
|
|
3502
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3466
3503
|
*
|
|
3467
3504
|
* @returns Value of property `iconBackgroundColor`
|
|
3468
3505
|
*/
|
|
3469
|
-
getIconBackgroundColor(): AvatarColor
|
|
3506
|
+
getIconBackgroundColor(): AvatarColor;
|
|
3470
3507
|
/**
|
|
3471
3508
|
* Gets current value of property {@link #getIconDisplayShape iconDisplayShape}.
|
|
3472
3509
|
*
|
|
@@ -3475,11 +3512,11 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3475
3512
|
* Default value is `Circle`.
|
|
3476
3513
|
*
|
|
3477
3514
|
* @since 1.118
|
|
3478
|
-
* @experimental
|
|
3515
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3479
3516
|
*
|
|
3480
3517
|
* @returns Value of property `iconDisplayShape`
|
|
3481
3518
|
*/
|
|
3482
|
-
getIconDisplayShape(): AvatarShape
|
|
3519
|
+
getIconDisplayShape(): AvatarShape;
|
|
3483
3520
|
/**
|
|
3484
3521
|
* Gets current value of property {@link #getIconFitType iconFitType}.
|
|
3485
3522
|
*
|
|
@@ -3491,7 +3528,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3491
3528
|
*
|
|
3492
3529
|
* @returns Value of property `iconFitType`
|
|
3493
3530
|
*/
|
|
3494
|
-
getIconFitType(): AvatarImageFitType
|
|
3531
|
+
getIconFitType(): AvatarImageFitType;
|
|
3495
3532
|
/**
|
|
3496
3533
|
* Gets current value of property {@link #getIconInitials iconInitials}.
|
|
3497
3534
|
*
|
|
@@ -3500,7 +3537,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3500
3537
|
* Default value is `empty string`.
|
|
3501
3538
|
*
|
|
3502
3539
|
* @since 1.118
|
|
3503
|
-
* @experimental
|
|
3540
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3504
3541
|
*
|
|
3505
3542
|
* @returns Value of property `iconInitials`
|
|
3506
3543
|
*/
|
|
@@ -3512,11 +3549,11 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3512
3549
|
*
|
|
3513
3550
|
* Default value is `S`.
|
|
3514
3551
|
*
|
|
3515
|
-
* @experimental
|
|
3552
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
3516
3553
|
*
|
|
3517
3554
|
* @returns Value of property `iconSize`
|
|
3518
3555
|
*/
|
|
3519
|
-
getIconSize(): AvatarSize
|
|
3556
|
+
getIconSize(): AvatarSize;
|
|
3520
3557
|
/**
|
|
3521
3558
|
* Gets current value of property {@link #getIconSrc iconSrc}.
|
|
3522
3559
|
*
|
|
@@ -3525,7 +3562,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3525
3562
|
* Default value is `empty string`.
|
|
3526
3563
|
*
|
|
3527
3564
|
* @since 1.118
|
|
3528
|
-
* @experimental
|
|
3565
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3529
3566
|
*
|
|
3530
3567
|
* @returns Value of property `iconSrc`
|
|
3531
3568
|
*/
|
|
@@ -3538,7 +3575,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3538
3575
|
* Default value is `true`.
|
|
3539
3576
|
*
|
|
3540
3577
|
* @since 1.118
|
|
3541
|
-
* @experimental
|
|
3578
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3542
3579
|
*
|
|
3543
3580
|
* @returns Value of property `iconVisible`
|
|
3544
3581
|
*/
|
|
@@ -3548,7 +3585,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3548
3585
|
*
|
|
3549
3586
|
* Micro Chart
|
|
3550
3587
|
*
|
|
3551
|
-
* @experimental
|
|
3588
|
+
* @experimental As of version 1.124.
|
|
3552
3589
|
*/
|
|
3553
3590
|
getMicroChart(): Control;
|
|
3554
3591
|
/**
|
|
@@ -3612,9 +3649,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3612
3649
|
*
|
|
3613
3650
|
* @returns Value of property `sideIndicatorsAlignment`
|
|
3614
3651
|
*/
|
|
3615
|
-
getSideIndicatorsAlignment():
|
|
3616
|
-
| cards.NumericHeaderSideIndicatorsAlignment
|
|
3617
|
-
| keyof typeof cards.NumericHeaderSideIndicatorsAlignment;
|
|
3652
|
+
getSideIndicatorsAlignment(): cards.NumericHeaderSideIndicatorsAlignment;
|
|
3618
3653
|
/**
|
|
3619
3654
|
* Gets current value of property {@link #getState state}.
|
|
3620
3655
|
*
|
|
@@ -3622,12 +3657,12 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3622
3657
|
*
|
|
3623
3658
|
* Default value is `"Neutral"`.
|
|
3624
3659
|
*
|
|
3625
|
-
* @experimental
|
|
3660
|
+
* @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
|
|
3626
3661
|
* may be done before its official public release. Use at your own discretion.
|
|
3627
3662
|
*
|
|
3628
3663
|
* @returns Value of property `state`
|
|
3629
3664
|
*/
|
|
3630
|
-
getState(): ValueColor
|
|
3665
|
+
getState(): ValueColor;
|
|
3631
3666
|
/**
|
|
3632
3667
|
* Gets current value of property {@link #getStatusText statusText}.
|
|
3633
3668
|
*
|
|
@@ -3655,7 +3690,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3655
3690
|
*
|
|
3656
3691
|
* Default value is `2`.
|
|
3657
3692
|
*
|
|
3658
|
-
* @experimental
|
|
3693
|
+
* @experimental As of version 1.101.
|
|
3659
3694
|
*
|
|
3660
3695
|
* @returns Value of property `subtitleMaxLines`
|
|
3661
3696
|
*/
|
|
@@ -3676,7 +3711,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3676
3711
|
*
|
|
3677
3712
|
* Default value is `3`.
|
|
3678
3713
|
*
|
|
3679
|
-
* @experimental
|
|
3714
|
+
* @experimental As of version 1.101.
|
|
3680
3715
|
*
|
|
3681
3716
|
* @returns Value of property `titleMaxLines`
|
|
3682
3717
|
*/
|
|
@@ -3691,7 +3726,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3691
3726
|
*
|
|
3692
3727
|
* @returns Value of property `trend`
|
|
3693
3728
|
*/
|
|
3694
|
-
getTrend(): DeviationIndicator
|
|
3729
|
+
getTrend(): DeviationIndicator;
|
|
3695
3730
|
/**
|
|
3696
3731
|
* Gets current value of property {@link #getUnitOfMeasurement unitOfMeasurement}.
|
|
3697
3732
|
*
|
|
@@ -3778,7 +3813,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3778
3813
|
*
|
|
3779
3814
|
* Default value is `1`.
|
|
3780
3815
|
*
|
|
3781
|
-
* @experimental
|
|
3816
|
+
* @experimental As of version 1.101.
|
|
3782
3817
|
*
|
|
3783
3818
|
* @returns Reference to `this` in order to allow method chaining
|
|
3784
3819
|
*/
|
|
@@ -3798,7 +3833,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3798
3833
|
* Default value is `None`.
|
|
3799
3834
|
*
|
|
3800
3835
|
* @since 1.118
|
|
3801
|
-
* @experimental
|
|
3836
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3802
3837
|
*
|
|
3803
3838
|
* @returns Reference to `this` in order to allow method chaining
|
|
3804
3839
|
*/
|
|
@@ -3818,7 +3853,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3818
3853
|
* Default value is `empty string`.
|
|
3819
3854
|
*
|
|
3820
3855
|
* @since 1.118
|
|
3821
|
-
* @experimental
|
|
3856
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3822
3857
|
*
|
|
3823
3858
|
* @returns Reference to `this` in order to allow method chaining
|
|
3824
3859
|
*/
|
|
@@ -3838,7 +3873,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3838
3873
|
* Default value is `Transparent`.
|
|
3839
3874
|
*
|
|
3840
3875
|
* @since 1.118
|
|
3841
|
-
* @experimental
|
|
3876
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3842
3877
|
*
|
|
3843
3878
|
* @returns Reference to `this` in order to allow method chaining
|
|
3844
3879
|
*/
|
|
@@ -3858,7 +3893,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3858
3893
|
* Default value is `Circle`.
|
|
3859
3894
|
*
|
|
3860
3895
|
* @since 1.118
|
|
3861
|
-
* @experimental
|
|
3896
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3862
3897
|
*
|
|
3863
3898
|
* @returns Reference to `this` in order to allow method chaining
|
|
3864
3899
|
*/
|
|
@@ -3897,7 +3932,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3897
3932
|
* Default value is `empty string`.
|
|
3898
3933
|
*
|
|
3899
3934
|
* @since 1.118
|
|
3900
|
-
* @experimental
|
|
3935
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3901
3936
|
*
|
|
3902
3937
|
* @returns Reference to `this` in order to allow method chaining
|
|
3903
3938
|
*/
|
|
@@ -3916,7 +3951,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3916
3951
|
*
|
|
3917
3952
|
* Default value is `S`.
|
|
3918
3953
|
*
|
|
3919
|
-
* @experimental
|
|
3954
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
3920
3955
|
*
|
|
3921
3956
|
* @returns Reference to `this` in order to allow method chaining
|
|
3922
3957
|
*/
|
|
@@ -3936,7 +3971,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3936
3971
|
* Default value is `empty string`.
|
|
3937
3972
|
*
|
|
3938
3973
|
* @since 1.118
|
|
3939
|
-
* @experimental
|
|
3974
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3940
3975
|
*
|
|
3941
3976
|
* @returns Reference to `this` in order to allow method chaining
|
|
3942
3977
|
*/
|
|
@@ -3956,7 +3991,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3956
3991
|
* Default value is `true`.
|
|
3957
3992
|
*
|
|
3958
3993
|
* @since 1.118
|
|
3959
|
-
* @experimental
|
|
3994
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
3960
3995
|
*
|
|
3961
3996
|
* @returns Reference to `this` in order to allow method chaining
|
|
3962
3997
|
*/
|
|
@@ -3969,7 +4004,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3969
4004
|
/**
|
|
3970
4005
|
* Sets the aggregated {@link #getMicroChart microChart}.
|
|
3971
4006
|
*
|
|
3972
|
-
* @experimental
|
|
4007
|
+
* @experimental As of version 1.124.
|
|
3973
4008
|
*
|
|
3974
4009
|
* @returns Reference to `this` in order to allow method chaining
|
|
3975
4010
|
*/
|
|
@@ -4080,7 +4115,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4080
4115
|
*
|
|
4081
4116
|
* Default value is `"Neutral"`.
|
|
4082
4117
|
*
|
|
4083
|
-
* @experimental
|
|
4118
|
+
* @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
|
|
4084
4119
|
* may be done before its official public release. Use at your own discretion.
|
|
4085
4120
|
*
|
|
4086
4121
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4134,7 +4169,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4134
4169
|
*
|
|
4135
4170
|
* Default value is `2`.
|
|
4136
4171
|
*
|
|
4137
|
-
* @experimental
|
|
4172
|
+
* @experimental As of version 1.101.
|
|
4138
4173
|
*
|
|
4139
4174
|
* @returns Reference to `this` in order to allow method chaining
|
|
4140
4175
|
*/
|
|
@@ -4169,7 +4204,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4169
4204
|
*
|
|
4170
4205
|
* Default value is `3`.
|
|
4171
4206
|
*
|
|
4172
|
-
* @experimental
|
|
4207
|
+
* @experimental As of version 1.101.
|
|
4173
4208
|
*
|
|
4174
4209
|
* @returns Reference to `this` in order to allow method chaining
|
|
4175
4210
|
*/
|
|
@@ -4232,7 +4267,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4232
4267
|
/**
|
|
4233
4268
|
* Limits the number of lines for the title.
|
|
4234
4269
|
*
|
|
4235
|
-
* @experimental
|
|
4270
|
+
* @experimental As of version 1.101.
|
|
4236
4271
|
*/
|
|
4237
4272
|
titleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
4238
4273
|
|
|
@@ -4244,7 +4279,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4244
4279
|
/**
|
|
4245
4280
|
* Limits the number of lines for the subtitle.
|
|
4246
4281
|
*
|
|
4247
|
-
* @experimental
|
|
4282
|
+
* @experimental As of version 1.101.
|
|
4248
4283
|
*/
|
|
4249
4284
|
subtitleMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
4250
4285
|
|
|
@@ -4257,7 +4292,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4257
4292
|
* Defines the shape of the icon.
|
|
4258
4293
|
*
|
|
4259
4294
|
* @since 1.118
|
|
4260
|
-
* @experimental
|
|
4295
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4261
4296
|
*/
|
|
4262
4297
|
iconDisplayShape?:
|
|
4263
4298
|
| (AvatarShape | keyof typeof AvatarShape)
|
|
@@ -4268,7 +4303,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4268
4303
|
* Defines the icon source.
|
|
4269
4304
|
*
|
|
4270
4305
|
* @since 1.118
|
|
4271
|
-
* @experimental
|
|
4306
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4272
4307
|
*/
|
|
4273
4308
|
iconSrc?: URI | PropertyBindingInfo | `{${string}}`;
|
|
4274
4309
|
|
|
@@ -4276,7 +4311,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4276
4311
|
* Defines the initials of the icon.
|
|
4277
4312
|
*
|
|
4278
4313
|
* @since 1.118
|
|
4279
|
-
* @experimental
|
|
4314
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4280
4315
|
*/
|
|
4281
4316
|
iconInitials?: string | PropertyBindingInfo;
|
|
4282
4317
|
|
|
@@ -4284,7 +4319,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4284
4319
|
* Defines an alt text for the avatar or icon.
|
|
4285
4320
|
*
|
|
4286
4321
|
* @since 1.118
|
|
4287
|
-
* @experimental
|
|
4322
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4288
4323
|
*/
|
|
4289
4324
|
iconAlt?: string | PropertyBindingInfo;
|
|
4290
4325
|
|
|
@@ -4292,7 +4327,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4292
4327
|
* Defines a background color for the avatar or icon.
|
|
4293
4328
|
*
|
|
4294
4329
|
* @since 1.118
|
|
4295
|
-
* @experimental
|
|
4330
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4296
4331
|
*/
|
|
4297
4332
|
iconBackgroundColor?:
|
|
4298
4333
|
| (AvatarColor | keyof typeof AvatarColor)
|
|
@@ -4303,14 +4338,14 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4303
4338
|
* Defines whether the card icon is visible.
|
|
4304
4339
|
*
|
|
4305
4340
|
* @since 1.118
|
|
4306
|
-
* @experimental
|
|
4341
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4307
4342
|
*/
|
|
4308
4343
|
iconVisible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
4309
4344
|
|
|
4310
4345
|
/**
|
|
4311
4346
|
* Defines the size of the icon.
|
|
4312
4347
|
*
|
|
4313
|
-
* @experimental
|
|
4348
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
4314
4349
|
*/
|
|
4315
4350
|
iconSize?:
|
|
4316
4351
|
| (AvatarSize | keyof typeof AvatarSize)
|
|
@@ -4368,7 +4403,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4368
4403
|
/**
|
|
4369
4404
|
* The semantic color which represents the state of the main number indicator.
|
|
4370
4405
|
*
|
|
4371
|
-
* @experimental
|
|
4406
|
+
* @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
|
|
4372
4407
|
* may be done before its official public release. Use at your own discretion.
|
|
4373
4408
|
*/
|
|
4374
4409
|
state?:
|
|
@@ -4385,7 +4420,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4385
4420
|
* The semantic color which represents the state of the details text.
|
|
4386
4421
|
*
|
|
4387
4422
|
* @since 1.118
|
|
4388
|
-
* @experimental
|
|
4423
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
4389
4424
|
*/
|
|
4390
4425
|
detailsState?:
|
|
4391
4426
|
| (ValueState | keyof typeof ValueState)
|
|
@@ -4395,7 +4430,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4395
4430
|
/**
|
|
4396
4431
|
* Limits the number of lines for the details.
|
|
4397
4432
|
*
|
|
4398
|
-
* @experimental
|
|
4433
|
+
* @experimental As of version 1.101.
|
|
4399
4434
|
*/
|
|
4400
4435
|
detailsMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
4401
4436
|
|
|
@@ -4423,7 +4458,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4423
4458
|
/**
|
|
4424
4459
|
* Micro Chart
|
|
4425
4460
|
*
|
|
4426
|
-
* @experimental
|
|
4461
|
+
* @experimental As of version 1.124.
|
|
4427
4462
|
*/
|
|
4428
4463
|
microChart?: Control;
|
|
4429
4464
|
}
|
|
@@ -4522,12 +4557,12 @@ declare module "sap/f/cards/NumericSideIndicator" {
|
|
|
4522
4557
|
*
|
|
4523
4558
|
* Default value is `"None"`.
|
|
4524
4559
|
*
|
|
4525
|
-
* @experimental
|
|
4560
|
+
* @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
|
|
4526
4561
|
* may be done before its official public release. Use at your own discretion.
|
|
4527
4562
|
*
|
|
4528
4563
|
* @returns Value of property `state`
|
|
4529
4564
|
*/
|
|
4530
|
-
getState(): ValueColor
|
|
4565
|
+
getState(): ValueColor;
|
|
4531
4566
|
/**
|
|
4532
4567
|
* Gets current value of property {@link #getTitle title}.
|
|
4533
4568
|
*
|
|
@@ -4567,7 +4602,7 @@ declare module "sap/f/cards/NumericSideIndicator" {
|
|
|
4567
4602
|
*
|
|
4568
4603
|
* Default value is `"None"`.
|
|
4569
4604
|
*
|
|
4570
|
-
* @experimental
|
|
4605
|
+
* @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
|
|
4571
4606
|
* may be done before its official public release. Use at your own discretion.
|
|
4572
4607
|
*
|
|
4573
4608
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -4625,7 +4660,7 @@ declare module "sap/f/cards/NumericSideIndicator" {
|
|
|
4625
4660
|
/**
|
|
4626
4661
|
* The semantic color which represents the state of the side indicator.
|
|
4627
4662
|
*
|
|
4628
|
-
* @experimental
|
|
4663
|
+
* @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
|
|
4629
4664
|
* may be done before its official public release. Use at your own discretion.
|
|
4630
4665
|
*/
|
|
4631
4666
|
state?:
|
|
@@ -5078,9 +5113,7 @@ declare module "sap/f/DynamicPage" {
|
|
|
5078
5113
|
*
|
|
5079
5114
|
* @returns Value of property `backgroundDesign`
|
|
5080
5115
|
*/
|
|
5081
|
-
getBackgroundDesign():
|
|
5082
|
-
| PageBackgroundDesign
|
|
5083
|
-
| keyof typeof PageBackgroundDesign;
|
|
5116
|
+
getBackgroundDesign(): PageBackgroundDesign;
|
|
5084
5117
|
/**
|
|
5085
5118
|
* Gets content of aggregation {@link #getContent content}.
|
|
5086
5119
|
*
|
|
@@ -5777,9 +5810,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
5777
5810
|
*
|
|
5778
5811
|
* @returns Value of property `contentRole`
|
|
5779
5812
|
*/
|
|
5780
|
-
getContentRole():
|
|
5781
|
-
| AccessibleLandmarkRole
|
|
5782
|
-
| keyof typeof AccessibleLandmarkRole;
|
|
5813
|
+
getContentRole(): AccessibleLandmarkRole;
|
|
5783
5814
|
/**
|
|
5784
5815
|
* Gets current value of property {@link #getFooterLabel footerLabel}.
|
|
5785
5816
|
*
|
|
@@ -5804,9 +5835,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
5804
5835
|
*
|
|
5805
5836
|
* @returns Value of property `footerRole`
|
|
5806
5837
|
*/
|
|
5807
|
-
getFooterRole():
|
|
5808
|
-
| AccessibleLandmarkRole
|
|
5809
|
-
| keyof typeof AccessibleLandmarkRole;
|
|
5838
|
+
getFooterRole(): AccessibleLandmarkRole;
|
|
5810
5839
|
/**
|
|
5811
5840
|
* Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
|
|
5812
5841
|
*
|
|
@@ -5844,9 +5873,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
5844
5873
|
*
|
|
5845
5874
|
* @returns Value of property `headerRole`
|
|
5846
5875
|
*/
|
|
5847
|
-
getHeaderRole():
|
|
5848
|
-
| AccessibleLandmarkRole
|
|
5849
|
-
| keyof typeof AccessibleLandmarkRole;
|
|
5876
|
+
getHeaderRole(): AccessibleLandmarkRole;
|
|
5850
5877
|
/**
|
|
5851
5878
|
* Gets current value of property {@link #getRootLabel rootLabel}.
|
|
5852
5879
|
*
|
|
@@ -5871,7 +5898,7 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
5871
5898
|
*
|
|
5872
5899
|
* @returns Value of property `rootRole`
|
|
5873
5900
|
*/
|
|
5874
|
-
getRootRole(): AccessibleLandmarkRole
|
|
5901
|
+
getRootRole(): AccessibleLandmarkRole;
|
|
5875
5902
|
/**
|
|
5876
5903
|
* Sets a new value for property {@link #getContentLabel contentLabel}.
|
|
5877
5904
|
*
|
|
@@ -6270,7 +6297,7 @@ declare module "sap/f/DynamicPageHeader" {
|
|
|
6270
6297
|
*
|
|
6271
6298
|
* @returns Value of property `backgroundDesign`
|
|
6272
6299
|
*/
|
|
6273
|
-
getBackgroundDesign(): BackgroundDesign
|
|
6300
|
+
getBackgroundDesign(): BackgroundDesign;
|
|
6274
6301
|
/**
|
|
6275
6302
|
* Gets content of aggregation {@link #getContent content}.
|
|
6276
6303
|
*
|
|
@@ -6822,7 +6849,7 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
6822
6849
|
*
|
|
6823
6850
|
* @returns Value of property `backgroundDesign`
|
|
6824
6851
|
*/
|
|
6825
|
-
getBackgroundDesign(): BackgroundDesign
|
|
6852
|
+
getBackgroundDesign(): BackgroundDesign;
|
|
6826
6853
|
/**
|
|
6827
6854
|
* Gets content of aggregation {@link #getBreadcrumbs breadcrumbs}.
|
|
6828
6855
|
*
|
|
@@ -6906,7 +6933,7 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
6906
6933
|
* Default value is `Begin`.
|
|
6907
6934
|
*
|
|
6908
6935
|
* @since 1.50
|
|
6909
|
-
* @deprecated
|
|
6936
|
+
* @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
|
|
6910
6937
|
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
|
|
6911
6938
|
* than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
|
|
6912
6939
|
* reduced.
|
|
@@ -6919,7 +6946,7 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
6919
6946
|
*
|
|
6920
6947
|
* @returns Value of property `primaryArea`
|
|
6921
6948
|
*/
|
|
6922
|
-
getPrimaryArea(): DynamicPageTitleArea
|
|
6949
|
+
getPrimaryArea(): DynamicPageTitleArea;
|
|
6923
6950
|
/**
|
|
6924
6951
|
* Gets content of aggregation {@link #getSnappedContent snappedContent}.
|
|
6925
6952
|
*
|
|
@@ -7334,7 +7361,7 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
7334
7361
|
* Default value is `Begin`.
|
|
7335
7362
|
*
|
|
7336
7363
|
* @since 1.50
|
|
7337
|
-
* @deprecated
|
|
7364
|
+
* @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
|
|
7338
7365
|
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
|
|
7339
7366
|
* than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
|
|
7340
7367
|
* reduced.
|
|
@@ -7390,7 +7417,7 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
7390
7417
|
* **Note:** The primary area is shrinking at lower rate, remaining visible as much as it can.
|
|
7391
7418
|
*
|
|
7392
7419
|
* @since 1.50
|
|
7393
|
-
* @deprecated
|
|
7420
|
+
* @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
|
|
7394
7421
|
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
|
|
7395
7422
|
* than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
|
|
7396
7423
|
* reduced.
|
|
@@ -8803,7 +8830,7 @@ declare module "sap/f/FlexibleColumnLayout" {
|
|
|
8803
8830
|
*
|
|
8804
8831
|
* @returns Value of property `backgroundDesign`
|
|
8805
8832
|
*/
|
|
8806
|
-
getBackgroundDesign(): BackgroundDesign
|
|
8833
|
+
getBackgroundDesign(): BackgroundDesign;
|
|
8807
8834
|
/**
|
|
8808
8835
|
* Gets content of aggregation {@link #getBeginColumnPages beginColumnPages}.
|
|
8809
8836
|
*
|
|
@@ -8922,7 +8949,7 @@ declare module "sap/f/FlexibleColumnLayout" {
|
|
|
8922
8949
|
*
|
|
8923
8950
|
* @returns Value of property `layout`
|
|
8924
8951
|
*/
|
|
8925
|
-
getLayout(): LayoutType
|
|
8952
|
+
getLayout(): LayoutType;
|
|
8926
8953
|
/**
|
|
8927
8954
|
* Returns the maximum number of columns that can be displayed at once based on the control width
|
|
8928
8955
|
*
|
|
@@ -11829,6 +11856,9 @@ declare module "sap/f/GridContainer" {
|
|
|
11829
11856
|
* All rows have the same height and all columns have the same width. Their sizes can be configured with
|
|
11830
11857
|
* the use of the `layout` aggregation and `{@link sap.f.GridContainerSettings}`.
|
|
11831
11858
|
*
|
|
11859
|
+
* **Note:** To ensure better keyboard and accessibility support, child items should implement `sap.f.IGridContainerItem`
|
|
11860
|
+
* interface.
|
|
11861
|
+
*
|
|
11832
11862
|
* Usage:
|
|
11833
11863
|
*
|
|
11834
11864
|
* When to use
|
|
@@ -14036,7 +14066,7 @@ declare module "sap/f/IllustratedMessage" {
|
|
|
14036
14066
|
* or are omitted in the different breakpoint sizes (XS, S, M, L).
|
|
14037
14067
|
*
|
|
14038
14068
|
* @since 1.88
|
|
14039
|
-
* @deprecated
|
|
14069
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
|
|
14040
14070
|
*/
|
|
14041
14071
|
export default class IllustratedMessage extends IllustratedMessage1 {
|
|
14042
14072
|
/**
|
|
@@ -14111,7 +14141,7 @@ declare module "sap/f/IllustratedMessage" {
|
|
|
14111
14141
|
/**
|
|
14112
14142
|
* Describes the settings that can be provided to the IllustratedMessage constructor.
|
|
14113
14143
|
*
|
|
14114
|
-
* @deprecated
|
|
14144
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
|
|
14115
14145
|
*/
|
|
14116
14146
|
export interface $IllustratedMessageSettings
|
|
14117
14147
|
extends $IllustratedMessageSettings1 {}
|
|
@@ -14131,7 +14161,7 @@ declare module "sap/f/Illustration" {
|
|
|
14131
14161
|
* To build a Symbol ID, all of the `Illustration` properties must be populated with data.
|
|
14132
14162
|
*
|
|
14133
14163
|
* @since 1.88
|
|
14134
|
-
* @deprecated
|
|
14164
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
|
|
14135
14165
|
*/
|
|
14136
14166
|
export default class Illustration extends Illustration1 {
|
|
14137
14167
|
/**
|
|
@@ -14206,7 +14236,7 @@ declare module "sap/f/Illustration" {
|
|
|
14206
14236
|
/**
|
|
14207
14237
|
* Describes the settings that can be provided to the Illustration constructor.
|
|
14208
14238
|
*
|
|
14209
|
-
* @deprecated
|
|
14239
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
|
|
14210
14240
|
*/
|
|
14211
14241
|
export interface $IllustrationSettings extends $IllustrationSettings1 {}
|
|
14212
14242
|
}
|
|
@@ -14230,12 +14260,12 @@ declare module "sap/f/IllustrationPool" {
|
|
|
14230
14260
|
* {@link sap.m.IllustrationPool#sap.m.IllustrationPool.loadRestOfTheAssets loadRestOfTheAssets} API.
|
|
14231
14261
|
*
|
|
14232
14262
|
* @since 1.88
|
|
14233
|
-
* @deprecated
|
|
14263
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustrationPool} instead.
|
|
14234
14264
|
*/
|
|
14235
14265
|
interface IllustrationPool {}
|
|
14236
14266
|
const IllustrationPool: IllustrationPool;
|
|
14237
14267
|
/**
|
|
14238
|
-
* @deprecated
|
|
14268
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustrationPool} instead.
|
|
14239
14269
|
*/
|
|
14240
14270
|
export default IllustrationPool;
|
|
14241
14271
|
}
|
|
@@ -18874,10 +18904,10 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
18874
18904
|
* Default value is `Begin`.
|
|
18875
18905
|
*
|
|
18876
18906
|
* @since 1.52
|
|
18877
|
-
* @deprecated
|
|
18878
|
-
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
18879
|
-
* than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
18880
|
-
* reduced.
|
|
18907
|
+
* @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
|
|
18908
|
+
* `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
18909
|
+
* are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
18910
|
+
* screen size is being reduced.
|
|
18881
18911
|
*
|
|
18882
18912
|
* `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
|
|
18883
18913
|
* for example `1:1.6:1.6`.
|
|
@@ -18887,9 +18917,7 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
18887
18917
|
*
|
|
18888
18918
|
* @returns Value of property `titlePrimaryArea`
|
|
18889
18919
|
*/
|
|
18890
|
-
getTitlePrimaryArea():
|
|
18891
|
-
| DynamicPageTitleArea
|
|
18892
|
-
| keyof typeof DynamicPageTitleArea;
|
|
18920
|
+
getTitlePrimaryArea(): DynamicPageTitleArea;
|
|
18893
18921
|
/**
|
|
18894
18922
|
* Gets content of aggregation {@link #getTitleSnappedContent titleSnappedContent}.
|
|
18895
18923
|
*
|
|
@@ -19925,10 +19953,10 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
19925
19953
|
* **Note:** The primary area is shrinking at a lower rate, remaining visible as long as it can.
|
|
19926
19954
|
*
|
|
19927
19955
|
* @since 1.52
|
|
19928
|
-
* @deprecated
|
|
19929
|
-
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
19930
|
-
* than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
19931
|
-
* reduced.
|
|
19956
|
+
* @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
|
|
19957
|
+
* `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
19958
|
+
* are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
19959
|
+
* screen size is being reduced.
|
|
19932
19960
|
*
|
|
19933
19961
|
* `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
|
|
19934
19962
|
* for example `1:1.6:1.6`.
|
|
@@ -22458,7 +22486,7 @@ declare module "sap/f/SidePanel" {
|
|
|
22458
22486
|
* content can be added to the action item's `content` aggregation, or can be added or changed later.
|
|
22459
22487
|
*
|
|
22460
22488
|
* Each click/tap fires an event, and in the event handler specific content can be added/changed to the
|
|
22461
|
-
* `content` aggregation of the clicked/tapped action item or data can be
|
|
22489
|
+
* `content` aggregation of the clicked/tapped action item or data can be retrieved from the same aggregation
|
|
22462
22490
|
* depending on the state of the action item.
|
|
22463
22491
|
*
|
|
22464
22492
|
* If the side content is displayed, there is automatically generated header of the side content which contains
|
|
@@ -22799,7 +22827,7 @@ declare module "sap/f/SidePanel" {
|
|
|
22799
22827
|
*
|
|
22800
22828
|
* @returns Value of property `sidePanelPosition`
|
|
22801
22829
|
*/
|
|
22802
|
-
getSidePanelPosition(): SidePanelPosition
|
|
22830
|
+
getSidePanelPosition(): SidePanelPosition;
|
|
22803
22831
|
/**
|
|
22804
22832
|
* Gets current value of property {@link #getSidePanelResizable sidePanelResizable}.
|
|
22805
22833
|
*
|