@openui5/ts-types-esm 1.92.0 → 1.93.3
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/README.md +15 -0
- package/package.json +1 -1
- package/types/sap.f.d.ts +627 -470
- package/types/sap.m.d.ts +5461 -4764
- package/types/sap.tnt.d.ts +149 -117
- package/types/sap.ui.codeeditor.d.ts +28 -28
- package/types/sap.ui.commons.d.ts +1386 -1386
- package/types/sap.ui.core.d.ts +3812 -3922
- package/types/sap.ui.dt.d.ts +2 -4
- package/types/sap.ui.fl.d.ts +31 -31
- package/types/sap.ui.integration.d.ts +118 -112
- package/types/sap.ui.layout.d.ts +582 -575
- package/types/sap.ui.mdc.d.ts +23 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +53 -53
- package/types/sap.ui.support.d.ts +6 -12
- package/types/sap.ui.table.d.ts +245 -245
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +853 -711
- package/types/sap.ui.ux3.d.ts +785 -793
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +439 -435
- package/types/sap.ui.webc.main.d.ts +1317 -1317
- package/types/sap.uxap.d.ts +393 -231
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.3
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -624,6 +624,31 @@ declare module "sap/f/AvatarGroup" {
|
|
|
624
624
|
mSettings?: $AvatarGroupSettings
|
|
625
625
|
);
|
|
626
626
|
|
|
627
|
+
/**
|
|
628
|
+
* Creates a new subclass of class sap.f.AvatarGroup with name `sClassName` and enriches it with the information
|
|
629
|
+
* contained in `oClassInfo`.
|
|
630
|
+
*
|
|
631
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
632
|
+
*/
|
|
633
|
+
static extend<T extends Record<string, unknown>>(
|
|
634
|
+
/**
|
|
635
|
+
* Name of the class being created
|
|
636
|
+
*/
|
|
637
|
+
sClassName: string,
|
|
638
|
+
/**
|
|
639
|
+
* Object literal with information about the class
|
|
640
|
+
*/
|
|
641
|
+
oClassInfo?: sap.ClassInfo<T, AvatarGroup>,
|
|
642
|
+
/**
|
|
643
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
644
|
+
* used by this class
|
|
645
|
+
*/
|
|
646
|
+
FNMetaImpl?: Function
|
|
647
|
+
): Function;
|
|
648
|
+
/**
|
|
649
|
+
* Returns a metadata object for class sap.f.AvatarGroup.
|
|
650
|
+
*/
|
|
651
|
+
static getMetadata(): ElementMetadata;
|
|
627
652
|
/**
|
|
628
653
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
629
654
|
*/
|
|
@@ -693,27 +718,6 @@ declare module "sap/f/AvatarGroup" {
|
|
|
693
718
|
*/
|
|
694
719
|
oListener?: object
|
|
695
720
|
): this;
|
|
696
|
-
/**
|
|
697
|
-
* Creates a new subclass of class sap.f.AvatarGroup with name `sClassName` and enriches it with the information
|
|
698
|
-
* contained in `oClassInfo`.
|
|
699
|
-
*
|
|
700
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
701
|
-
*/
|
|
702
|
-
static extend<T extends Record<string, unknown>>(
|
|
703
|
-
/**
|
|
704
|
-
* Name of the class being created
|
|
705
|
-
*/
|
|
706
|
-
sClassName: string,
|
|
707
|
-
/**
|
|
708
|
-
* Object literal with information about the class
|
|
709
|
-
*/
|
|
710
|
-
oClassInfo?: sap.ClassInfo<T, AvatarGroup>,
|
|
711
|
-
/**
|
|
712
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
713
|
-
* used by this class
|
|
714
|
-
*/
|
|
715
|
-
FNMetaImpl?: Function
|
|
716
|
-
): Function;
|
|
717
721
|
/**
|
|
718
722
|
* Fires event {@link #event:press press} to attached listeners.
|
|
719
723
|
*/
|
|
@@ -758,10 +762,6 @@ declare module "sap/f/AvatarGroup" {
|
|
|
758
762
|
* The `AvatarGroupItems` contained by the control.
|
|
759
763
|
*/
|
|
760
764
|
getItems(): AvatarGroupItem[];
|
|
761
|
-
/**
|
|
762
|
-
* Returns a metadata object for class sap.f.AvatarGroup.
|
|
763
|
-
*/
|
|
764
|
-
static getMetadata(): ElementMetadata;
|
|
765
765
|
/**
|
|
766
766
|
* Checks for the provided `sap.f.AvatarGroupItem` in the aggregation {@link #getItems items}. and returns
|
|
767
767
|
* its index if found or -1 otherwise.
|
|
@@ -857,7 +857,7 @@ declare module "sap/f/AvatarGroup" {
|
|
|
857
857
|
/**
|
|
858
858
|
* Fired when the user clicks or taps on the control.
|
|
859
859
|
*/
|
|
860
|
-
press?:
|
|
860
|
+
press?: (oEvent: Event) => void;
|
|
861
861
|
}
|
|
862
862
|
}
|
|
863
863
|
|
|
@@ -932,6 +932,10 @@ declare module "sap/f/AvatarGroupItem" {
|
|
|
932
932
|
*/
|
|
933
933
|
FNMetaImpl?: Function
|
|
934
934
|
): Function;
|
|
935
|
+
/**
|
|
936
|
+
* Returns a metadata object for class sap.f.AvatarGroupItem.
|
|
937
|
+
*/
|
|
938
|
+
static getMetadata(): ElementMetadata;
|
|
935
939
|
/**
|
|
936
940
|
* Returns the color of the avatar.
|
|
937
941
|
*/
|
|
@@ -952,10 +956,6 @@ declare module "sap/f/AvatarGroupItem" {
|
|
|
952
956
|
* Defines the displayed initials.
|
|
953
957
|
*/
|
|
954
958
|
getInitials(): string;
|
|
955
|
-
/**
|
|
956
|
-
* Returns a metadata object for class sap.f.AvatarGroupItem.
|
|
957
|
-
*/
|
|
958
|
-
static getMetadata(): ElementMetadata;
|
|
959
959
|
/**
|
|
960
960
|
* Gets current value of property {@link #getSrc src}.
|
|
961
961
|
*
|
|
@@ -1104,14 +1104,6 @@ declare module "sap/f/Card" {
|
|
|
1104
1104
|
mSettings?: $CardSettings
|
|
1105
1105
|
);
|
|
1106
1106
|
|
|
1107
|
-
/**
|
|
1108
|
-
* Destroys the content in the aggregation {@link #getContent content}.
|
|
1109
|
-
*/
|
|
1110
|
-
destroyContent(): this;
|
|
1111
|
-
/**
|
|
1112
|
-
* Destroys the header in the aggregation {@link #getHeader header}.
|
|
1113
|
-
*/
|
|
1114
|
-
destroyHeader(): this;
|
|
1115
1107
|
/**
|
|
1116
1108
|
* Creates a new subclass of class sap.f.Card with name `sClassName` and enriches it with the information
|
|
1117
1109
|
* contained in `oClassInfo`.
|
|
@@ -1133,6 +1125,18 @@ declare module "sap/f/Card" {
|
|
|
1133
1125
|
*/
|
|
1134
1126
|
FNMetaImpl?: Function
|
|
1135
1127
|
): Function;
|
|
1128
|
+
/**
|
|
1129
|
+
* Returns a metadata object for class sap.f.Card.
|
|
1130
|
+
*/
|
|
1131
|
+
static getMetadata(): ElementMetadata;
|
|
1132
|
+
/**
|
|
1133
|
+
* Destroys the content in the aggregation {@link #getContent content}.
|
|
1134
|
+
*/
|
|
1135
|
+
destroyContent(): this;
|
|
1136
|
+
/**
|
|
1137
|
+
* Destroys the header in the aggregation {@link #getHeader header}.
|
|
1138
|
+
*/
|
|
1139
|
+
destroyHeader(): this;
|
|
1136
1140
|
/**
|
|
1137
1141
|
* Implements sap.f.ICard interface.
|
|
1138
1142
|
*/
|
|
@@ -1173,10 +1177,6 @@ declare module "sap/f/Card" {
|
|
|
1173
1177
|
getHeaderPosition():
|
|
1174
1178
|
| cards.HeaderPosition
|
|
1175
1179
|
| keyof typeof cards.HeaderPosition;
|
|
1176
|
-
/**
|
|
1177
|
-
* Returns a metadata object for class sap.f.Card.
|
|
1178
|
-
*/
|
|
1179
|
-
static getMetadata(): ElementMetadata;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* Sets the aggregated {@link #getContent content}.
|
|
1182
1182
|
*/
|
|
@@ -1307,6 +1307,10 @@ declare module "sap/f/CardBase" {
|
|
|
1307
1307
|
*/
|
|
1308
1308
|
FNMetaImpl?: Function
|
|
1309
1309
|
): Function;
|
|
1310
|
+
/**
|
|
1311
|
+
* Returns a metadata object for class sap.f.CardBase.
|
|
1312
|
+
*/
|
|
1313
|
+
static getMetadata(): ElementMetadata;
|
|
1310
1314
|
/**
|
|
1311
1315
|
* Implements sap.f.ICard interface.
|
|
1312
1316
|
*/
|
|
@@ -1335,10 +1339,6 @@ declare module "sap/f/CardBase" {
|
|
|
1335
1339
|
* Default value is `"auto"`.
|
|
1336
1340
|
*/
|
|
1337
1341
|
getHeight(): CSSSize;
|
|
1338
|
-
/**
|
|
1339
|
-
* Returns a metadata object for class sap.f.CardBase.
|
|
1340
|
-
*/
|
|
1341
|
-
static getMetadata(): ElementMetadata;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* Gets current value of property {@link #getWidth width}.
|
|
1344
1344
|
*
|
|
@@ -1436,13 +1436,6 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1436
1436
|
mSettings?: $BaseHeaderSettings
|
|
1437
1437
|
);
|
|
1438
1438
|
|
|
1439
|
-
/**
|
|
1440
|
-
* @SINCE 1.86
|
|
1441
|
-
* @EXPERIMENTAL (since 1.86)
|
|
1442
|
-
*
|
|
1443
|
-
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
1444
|
-
*/
|
|
1445
|
-
destroyToolbar(): this;
|
|
1446
1439
|
/**
|
|
1447
1440
|
* Creates a new subclass of class sap.f.cards.BaseHeader with name `sClassName` and enriches it with the
|
|
1448
1441
|
* information contained in `oClassInfo`.
|
|
@@ -1464,6 +1457,17 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1464
1457
|
*/
|
|
1465
1458
|
FNMetaImpl?: Function
|
|
1466
1459
|
): Function;
|
|
1460
|
+
/**
|
|
1461
|
+
* Returns a metadata object for class sap.f.cards.BaseHeader.
|
|
1462
|
+
*/
|
|
1463
|
+
static getMetadata(): ElementMetadata;
|
|
1464
|
+
/**
|
|
1465
|
+
* @SINCE 1.86
|
|
1466
|
+
* @EXPERIMENTAL (since 1.86)
|
|
1467
|
+
*
|
|
1468
|
+
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
1469
|
+
*/
|
|
1470
|
+
destroyToolbar(): this;
|
|
1467
1471
|
/**
|
|
1468
1472
|
* @EXPERIMENTAL (since 1.89)
|
|
1469
1473
|
*
|
|
@@ -1479,10 +1483,6 @@ declare module "sap/f/cards/BaseHeader" {
|
|
|
1479
1483
|
* Default value is `empty string`.
|
|
1480
1484
|
*/
|
|
1481
1485
|
getDataTimestamp(): string;
|
|
1482
|
-
/**
|
|
1483
|
-
* Returns a metadata object for class sap.f.cards.BaseHeader.
|
|
1484
|
-
*/
|
|
1485
|
-
static getMetadata(): ElementMetadata;
|
|
1486
1486
|
/**
|
|
1487
1487
|
* @SINCE 1.86
|
|
1488
1488
|
* @EXPERIMENTAL (since 1.86)
|
|
@@ -1593,6 +1593,31 @@ declare module "sap/f/cards/Header" {
|
|
|
1593
1593
|
mSettings?: $HeaderSettings
|
|
1594
1594
|
);
|
|
1595
1595
|
|
|
1596
|
+
/**
|
|
1597
|
+
* Creates a new subclass of class sap.f.cards.Header with name `sClassName` and enriches it with the information
|
|
1598
|
+
* contained in `oClassInfo`.
|
|
1599
|
+
*
|
|
1600
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.f.cards.BaseHeader.extend}.
|
|
1601
|
+
*/
|
|
1602
|
+
static extend<T extends Record<string, unknown>>(
|
|
1603
|
+
/**
|
|
1604
|
+
* Name of the class being created
|
|
1605
|
+
*/
|
|
1606
|
+
sClassName: string,
|
|
1607
|
+
/**
|
|
1608
|
+
* Object literal with information about the class
|
|
1609
|
+
*/
|
|
1610
|
+
oClassInfo?: sap.ClassInfo<T, Header>,
|
|
1611
|
+
/**
|
|
1612
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1613
|
+
* used by this class
|
|
1614
|
+
*/
|
|
1615
|
+
FNMetaImpl?: Function
|
|
1616
|
+
): Function;
|
|
1617
|
+
/**
|
|
1618
|
+
* Returns a metadata object for class sap.f.cards.Header.
|
|
1619
|
+
*/
|
|
1620
|
+
static getMetadata(): ElementMetadata;
|
|
1596
1621
|
/**
|
|
1597
1622
|
* Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.f.cards.Header`.
|
|
1598
1623
|
*
|
|
@@ -1649,27 +1674,6 @@ declare module "sap/f/cards/Header" {
|
|
|
1649
1674
|
*/
|
|
1650
1675
|
oListener?: object
|
|
1651
1676
|
): this;
|
|
1652
|
-
/**
|
|
1653
|
-
* Creates a new subclass of class sap.f.cards.Header with name `sClassName` and enriches it with the information
|
|
1654
|
-
* contained in `oClassInfo`.
|
|
1655
|
-
*
|
|
1656
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.f.cards.BaseHeader.extend}.
|
|
1657
|
-
*/
|
|
1658
|
-
static extend<T extends Record<string, unknown>>(
|
|
1659
|
-
/**
|
|
1660
|
-
* Name of the class being created
|
|
1661
|
-
*/
|
|
1662
|
-
sClassName: string,
|
|
1663
|
-
/**
|
|
1664
|
-
* Object literal with information about the class
|
|
1665
|
-
*/
|
|
1666
|
-
oClassInfo?: sap.ClassInfo<T, Header>,
|
|
1667
|
-
/**
|
|
1668
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
1669
|
-
* used by this class
|
|
1670
|
-
*/
|
|
1671
|
-
FNMetaImpl?: Function
|
|
1672
|
-
): Function;
|
|
1673
1677
|
/**
|
|
1674
1678
|
* Fires event {@link #event:press press} to attached listeners.
|
|
1675
1679
|
*/
|
|
@@ -1723,10 +1727,6 @@ declare module "sap/f/cards/Header" {
|
|
|
1723
1727
|
* Default value is `empty string`.
|
|
1724
1728
|
*/
|
|
1725
1729
|
getIconSrc(): URI;
|
|
1726
|
-
/**
|
|
1727
|
-
* Returns a metadata object for class sap.f.cards.Header.
|
|
1728
|
-
*/
|
|
1729
|
-
static getMetadata(): ElementMetadata;
|
|
1730
1730
|
/**
|
|
1731
1731
|
* Gets current value of property {@link #getStatusText statusText}.
|
|
1732
1732
|
*
|
|
@@ -1929,7 +1929,7 @@ declare module "sap/f/cards/Header" {
|
|
|
1929
1929
|
/**
|
|
1930
1930
|
* Fires when the user presses the control.
|
|
1931
1931
|
*/
|
|
1932
|
-
press?:
|
|
1932
|
+
press?: (oEvent: Event) => void;
|
|
1933
1933
|
}
|
|
1934
1934
|
}
|
|
1935
1935
|
|
|
@@ -2003,6 +2003,31 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
2003
2003
|
mSettings?: $NumericHeaderSettings
|
|
2004
2004
|
);
|
|
2005
2005
|
|
|
2006
|
+
/**
|
|
2007
|
+
* Creates a new subclass of class sap.f.cards.NumericHeader with name `sClassName` and enriches it with
|
|
2008
|
+
* the information contained in `oClassInfo`.
|
|
2009
|
+
*
|
|
2010
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.f.cards.BaseHeader.extend}.
|
|
2011
|
+
*/
|
|
2012
|
+
static extend<T extends Record<string, unknown>>(
|
|
2013
|
+
/**
|
|
2014
|
+
* Name of the class being created
|
|
2015
|
+
*/
|
|
2016
|
+
sClassName: string,
|
|
2017
|
+
/**
|
|
2018
|
+
* Object literal with information about the class
|
|
2019
|
+
*/
|
|
2020
|
+
oClassInfo?: sap.ClassInfo<T, NumericHeader>,
|
|
2021
|
+
/**
|
|
2022
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2023
|
+
* used by this class
|
|
2024
|
+
*/
|
|
2025
|
+
FNMetaImpl?: Function
|
|
2026
|
+
): Function;
|
|
2027
|
+
/**
|
|
2028
|
+
* Returns a metadata object for class sap.f.cards.NumericHeader.
|
|
2029
|
+
*/
|
|
2030
|
+
static getMetadata(): ElementMetadata;
|
|
2006
2031
|
/**
|
|
2007
2032
|
* Adds some sideIndicator to the aggregation {@link #getSideIndicators sideIndicators}.
|
|
2008
2033
|
*/
|
|
@@ -2072,27 +2097,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
2072
2097
|
*/
|
|
2073
2098
|
oListener?: object
|
|
2074
2099
|
): this;
|
|
2075
|
-
/**
|
|
2076
|
-
* Creates a new subclass of class sap.f.cards.NumericHeader with name `sClassName` and enriches it with
|
|
2077
|
-
* the information contained in `oClassInfo`.
|
|
2078
|
-
*
|
|
2079
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.f.cards.BaseHeader.extend}.
|
|
2080
|
-
*/
|
|
2081
|
-
static extend<T extends Record<string, unknown>>(
|
|
2082
|
-
/**
|
|
2083
|
-
* Name of the class being created
|
|
2084
|
-
*/
|
|
2085
|
-
sClassName: string,
|
|
2086
|
-
/**
|
|
2087
|
-
* Object literal with information about the class
|
|
2088
|
-
*/
|
|
2089
|
-
oClassInfo?: sap.ClassInfo<T, NumericHeader>,
|
|
2090
|
-
/**
|
|
2091
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2092
|
-
* used by this class
|
|
2093
|
-
*/
|
|
2094
|
-
FNMetaImpl?: Function
|
|
2095
|
-
): Function;
|
|
2096
2100
|
/**
|
|
2097
2101
|
* Fires event {@link #event:press press} to attached listeners.
|
|
2098
2102
|
*/
|
|
@@ -2108,10 +2112,6 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
2108
2112
|
* Additional text which adds more details to what is shown in the numeric header.
|
|
2109
2113
|
*/
|
|
2110
2114
|
getDetails(): string;
|
|
2111
|
-
/**
|
|
2112
|
-
* Returns a metadata object for class sap.f.cards.NumericHeader.
|
|
2113
|
-
*/
|
|
2114
|
-
static getMetadata(): ElementMetadata;
|
|
2115
2115
|
/**
|
|
2116
2116
|
* Gets current value of property {@link #getNumber number}.
|
|
2117
2117
|
*
|
|
@@ -2372,7 +2372,7 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
2372
2372
|
/**
|
|
2373
2373
|
* Fires when the user presses the control.
|
|
2374
2374
|
*/
|
|
2375
|
-
press?:
|
|
2375
|
+
press?: (oEvent: Event) => void;
|
|
2376
2376
|
}
|
|
2377
2377
|
}
|
|
2378
2378
|
|
|
@@ -2593,6 +2593,10 @@ declare module "sap/f/dnd/GridDropInfo" {
|
|
|
2593
2593
|
*/
|
|
2594
2594
|
FNMetaImpl?: Function
|
|
2595
2595
|
): Function;
|
|
2596
|
+
/**
|
|
2597
|
+
* Returns a metadata object for class sap.f.dnd.GridDropInfo.
|
|
2598
|
+
*/
|
|
2599
|
+
static getMetadata(): ElementMetadata;
|
|
2596
2600
|
/**
|
|
2597
2601
|
* Gets current value of property {@link #getDropIndicatorSize dropIndicatorSize}.
|
|
2598
2602
|
*
|
|
@@ -2610,10 +2614,6 @@ declare module "sap/f/dnd/GridDropInfo" {
|
|
|
2610
2614
|
* columns: }` or `null`.
|
|
2611
2615
|
*/
|
|
2612
2616
|
getDropIndicatorSize(): Function;
|
|
2613
|
-
/**
|
|
2614
|
-
* Returns a metadata object for class sap.f.dnd.GridDropInfo.
|
|
2615
|
-
*/
|
|
2616
|
-
static getMetadata(): ElementMetadata;
|
|
2617
2617
|
/**
|
|
2618
2618
|
* Sets a new value for property {@link #getDropIndicatorSize dropIndicatorSize}.
|
|
2619
2619
|
*
|
|
@@ -2662,6 +2662,8 @@ declare module "sap/f/dnd/GridDropInfo" {
|
|
|
2662
2662
|
declare module "sap/f/DynamicPage" {
|
|
2663
2663
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
2664
2664
|
|
|
2665
|
+
import Event from "sap/ui/base/Event";
|
|
2666
|
+
|
|
2665
2667
|
import { PageBackgroundDesign, IBar } from "sap/m/library";
|
|
2666
2668
|
|
|
2667
2669
|
import DynamicPageHeader from "sap/f/DynamicPageHeader";
|
|
@@ -2767,6 +2769,78 @@ declare module "sap/f/DynamicPage" {
|
|
|
2767
2769
|
mSettings?: $DynamicPageSettings
|
|
2768
2770
|
);
|
|
2769
2771
|
|
|
2772
|
+
/**
|
|
2773
|
+
* Creates a new subclass of class sap.f.DynamicPage with name `sClassName` and enriches it with the information
|
|
2774
|
+
* contained in `oClassInfo`.
|
|
2775
|
+
*
|
|
2776
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
2777
|
+
*/
|
|
2778
|
+
static extend<T extends Record<string, unknown>>(
|
|
2779
|
+
/**
|
|
2780
|
+
* Name of the class being created
|
|
2781
|
+
*/
|
|
2782
|
+
sClassName: string,
|
|
2783
|
+
/**
|
|
2784
|
+
* Object literal with information about the class
|
|
2785
|
+
*/
|
|
2786
|
+
oClassInfo?: sap.ClassInfo<T, DynamicPage>,
|
|
2787
|
+
/**
|
|
2788
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2789
|
+
* used by this class
|
|
2790
|
+
*/
|
|
2791
|
+
FNMetaImpl?: Function
|
|
2792
|
+
): Function;
|
|
2793
|
+
/**
|
|
2794
|
+
* Returns a metadata object for class sap.f.DynamicPage.
|
|
2795
|
+
*/
|
|
2796
|
+
static getMetadata(): ElementMetadata;
|
|
2797
|
+
/**
|
|
2798
|
+
* @SINCE 1.93
|
|
2799
|
+
*
|
|
2800
|
+
* Attaches event handler `fnFunction` to the {@link #event:pinnedStateChange pinnedStateChange} event of
|
|
2801
|
+
* this `sap.f.DynamicPage`.
|
|
2802
|
+
*
|
|
2803
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2804
|
+
* otherwise it will be bound to this `sap.f.DynamicPage` itself.
|
|
2805
|
+
*
|
|
2806
|
+
* The event is fired when the `headerPinned` property is changed via user interaction.
|
|
2807
|
+
*/
|
|
2808
|
+
attachPinnedStateChange(
|
|
2809
|
+
/**
|
|
2810
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
2811
|
+
* object when firing the event
|
|
2812
|
+
*/
|
|
2813
|
+
oData: object,
|
|
2814
|
+
/**
|
|
2815
|
+
* The function to be called when the event occurs
|
|
2816
|
+
*/
|
|
2817
|
+
fnFunction: (p1: Event) => void,
|
|
2818
|
+
/**
|
|
2819
|
+
* Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
|
|
2820
|
+
*/
|
|
2821
|
+
oListener?: object
|
|
2822
|
+
): this;
|
|
2823
|
+
/**
|
|
2824
|
+
* @SINCE 1.93
|
|
2825
|
+
*
|
|
2826
|
+
* Attaches event handler `fnFunction` to the {@link #event:pinnedStateChange pinnedStateChange} event of
|
|
2827
|
+
* this `sap.f.DynamicPage`.
|
|
2828
|
+
*
|
|
2829
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
2830
|
+
* otherwise it will be bound to this `sap.f.DynamicPage` itself.
|
|
2831
|
+
*
|
|
2832
|
+
* The event is fired when the `headerPinned` property is changed via user interaction.
|
|
2833
|
+
*/
|
|
2834
|
+
attachPinnedStateChange(
|
|
2835
|
+
/**
|
|
2836
|
+
* The function to be called when the event occurs
|
|
2837
|
+
*/
|
|
2838
|
+
fnFunction: (p1: Event) => void,
|
|
2839
|
+
/**
|
|
2840
|
+
* Context object to call the event handler with. Defaults to this `sap.f.DynamicPage` itself
|
|
2841
|
+
*/
|
|
2842
|
+
oListener?: object
|
|
2843
|
+
): this;
|
|
2770
2844
|
/**
|
|
2771
2845
|
* Destroys the content in the aggregation {@link #getContent content}.
|
|
2772
2846
|
*/
|
|
@@ -2790,26 +2864,39 @@ declare module "sap/f/DynamicPage" {
|
|
|
2790
2864
|
*/
|
|
2791
2865
|
destroyTitle(): this;
|
|
2792
2866
|
/**
|
|
2793
|
-
*
|
|
2794
|
-
* contained in `oClassInfo`.
|
|
2867
|
+
* @SINCE 1.93
|
|
2795
2868
|
*
|
|
2796
|
-
* `
|
|
2869
|
+
* Detaches event handler `fnFunction` from the {@link #event:pinnedStateChange pinnedStateChange} event
|
|
2870
|
+
* of this `sap.f.DynamicPage`.
|
|
2871
|
+
*
|
|
2872
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
2797
2873
|
*/
|
|
2798
|
-
|
|
2874
|
+
detachPinnedStateChange(
|
|
2799
2875
|
/**
|
|
2800
|
-
*
|
|
2876
|
+
* The function to be called, when the event occurs
|
|
2801
2877
|
*/
|
|
2802
|
-
|
|
2878
|
+
fnFunction: (p1: Event) => void,
|
|
2803
2879
|
/**
|
|
2804
|
-
*
|
|
2880
|
+
* Context object on which the given function had to be called
|
|
2805
2881
|
*/
|
|
2806
|
-
|
|
2882
|
+
oListener?: object
|
|
2883
|
+
): this;
|
|
2884
|
+
/**
|
|
2885
|
+
* @SINCE 1.93
|
|
2886
|
+
*
|
|
2887
|
+
* Fires event {@link #event:pinnedStateChange pinnedStateChange} to attached listeners.
|
|
2888
|
+
*/
|
|
2889
|
+
firePinnedStateChange(
|
|
2807
2890
|
/**
|
|
2808
|
-
*
|
|
2809
|
-
* used by this class
|
|
2891
|
+
* Parameters to pass along with the event
|
|
2810
2892
|
*/
|
|
2811
|
-
|
|
2812
|
-
|
|
2893
|
+
mParameters?: {
|
|
2894
|
+
/**
|
|
2895
|
+
* False or True values indicate the new pinned property value.
|
|
2896
|
+
*/
|
|
2897
|
+
pinned?: boolean;
|
|
2898
|
+
}
|
|
2899
|
+
): this;
|
|
2813
2900
|
/**
|
|
2814
2901
|
* @SINCE 1.68
|
|
2815
2902
|
*
|
|
@@ -2899,6 +2986,27 @@ declare module "sap/f/DynamicPage" {
|
|
|
2899
2986
|
* Default value is `true`.
|
|
2900
2987
|
*/
|
|
2901
2988
|
getHeaderExpanded(): boolean;
|
|
2989
|
+
/**
|
|
2990
|
+
* @SINCE 1.93
|
|
2991
|
+
*
|
|
2992
|
+
* Gets current value of property {@link #getHeaderPinned headerPinned}.
|
|
2993
|
+
*
|
|
2994
|
+
* Determines whether the `DynamicPageHeader` is pinned.
|
|
2995
|
+
*
|
|
2996
|
+
* The property can be changed programmatically or in the occurrence of the following user interactions:
|
|
2997
|
+
*
|
|
2998
|
+
* - Toggling the pin/unpin button of `DynamicPageHeader`
|
|
2999
|
+
* - Snapping the `DynamicPageHeader` by explicitly clicking on the `DynamicPageTitle`
|
|
3000
|
+
*
|
|
3001
|
+
* **Note: ** The property will only apply if the header is effectively pinnable, i.e. if the following
|
|
3002
|
+
* conditions are met:
|
|
3003
|
+
* - `DynamicPageHeader` `pinnable` property is `true`
|
|
3004
|
+
* - `DynamicPageHeader` is expanded
|
|
3005
|
+
* - `DynamicPage` `preserveHeaderStateOnScroll` property is effectively disabled
|
|
3006
|
+
*
|
|
3007
|
+
* Default value is `false`.
|
|
3008
|
+
*/
|
|
3009
|
+
getHeaderPinned(): boolean;
|
|
2902
3010
|
/**
|
|
2903
3011
|
* @SINCE 1.61
|
|
2904
3012
|
*
|
|
@@ -2909,10 +3017,6 @@ declare module "sap/f/DynamicPage" {
|
|
|
2909
3017
|
* If not set, no landmarks will be written.
|
|
2910
3018
|
*/
|
|
2911
3019
|
getLandmarkInfo(): DynamicPageAccessibleLandmarkInfo;
|
|
2912
|
-
/**
|
|
2913
|
-
* Returns a metadata object for class sap.f.DynamicPage.
|
|
2914
|
-
*/
|
|
2915
|
-
static getMetadata(): ElementMetadata;
|
|
2916
3020
|
/**
|
|
2917
3021
|
* Gets current value of property {@link #getPreserveHeaderStateOnScroll preserveHeaderStateOnScroll}.
|
|
2918
3022
|
*
|
|
@@ -3055,6 +3159,34 @@ declare module "sap/f/DynamicPage" {
|
|
|
3055
3159
|
*/
|
|
3056
3160
|
bHeaderExpanded?: boolean
|
|
3057
3161
|
): this;
|
|
3162
|
+
/**
|
|
3163
|
+
* @SINCE 1.93
|
|
3164
|
+
*
|
|
3165
|
+
* Sets a new value for property {@link #getHeaderPinned headerPinned}.
|
|
3166
|
+
*
|
|
3167
|
+
* Determines whether the `DynamicPageHeader` is pinned.
|
|
3168
|
+
*
|
|
3169
|
+
* The property can be changed programmatically or in the occurrence of the following user interactions:
|
|
3170
|
+
*
|
|
3171
|
+
* - Toggling the pin/unpin button of `DynamicPageHeader`
|
|
3172
|
+
* - Snapping the `DynamicPageHeader` by explicitly clicking on the `DynamicPageTitle`
|
|
3173
|
+
*
|
|
3174
|
+
* **Note: ** The property will only apply if the header is effectively pinnable, i.e. if the following
|
|
3175
|
+
* conditions are met:
|
|
3176
|
+
* - `DynamicPageHeader` `pinnable` property is `true`
|
|
3177
|
+
* - `DynamicPageHeader` is expanded
|
|
3178
|
+
* - `DynamicPage` `preserveHeaderStateOnScroll` property is effectively disabled
|
|
3179
|
+
*
|
|
3180
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3181
|
+
*
|
|
3182
|
+
* Default value is `false`.
|
|
3183
|
+
*/
|
|
3184
|
+
setHeaderPinned(
|
|
3185
|
+
/**
|
|
3186
|
+
* New value for property `headerPinned`
|
|
3187
|
+
*/
|
|
3188
|
+
bHeaderPinned?: boolean
|
|
3189
|
+
): this;
|
|
3058
3190
|
/**
|
|
3059
3191
|
* @SINCE 1.61
|
|
3060
3192
|
*
|
|
@@ -3165,6 +3297,24 @@ declare module "sap/f/DynamicPage" {
|
|
|
3165
3297
|
*/
|
|
3166
3298
|
headerExpanded?: boolean | PropertyBindingInfo;
|
|
3167
3299
|
|
|
3300
|
+
/**
|
|
3301
|
+
* @SINCE 1.93
|
|
3302
|
+
*
|
|
3303
|
+
* Determines whether the `DynamicPageHeader` is pinned.
|
|
3304
|
+
*
|
|
3305
|
+
* The property can be changed programmatically or in the occurrence of the following user interactions:
|
|
3306
|
+
*
|
|
3307
|
+
* - Toggling the pin/unpin button of `DynamicPageHeader`
|
|
3308
|
+
* - Snapping the `DynamicPageHeader` by explicitly clicking on the `DynamicPageTitle`
|
|
3309
|
+
*
|
|
3310
|
+
* **Note: ** The property will only apply if the header is effectively pinnable, i.e. if the following
|
|
3311
|
+
* conditions are met:
|
|
3312
|
+
* - `DynamicPageHeader` `pinnable` property is `true`
|
|
3313
|
+
* - `DynamicPageHeader` is expanded
|
|
3314
|
+
* - `DynamicPage` `preserveHeaderStateOnScroll` property is effectively disabled
|
|
3315
|
+
*/
|
|
3316
|
+
headerPinned?: boolean | PropertyBindingInfo;
|
|
3317
|
+
|
|
3168
3318
|
/**
|
|
3169
3319
|
* Determines whether the user can switch between the expanded/collapsed states of the `DynamicPageHeader`
|
|
3170
3320
|
* by clicking on the `DynamicPageTitle` or by using the expand/collapse visual indicators, positioned at
|
|
@@ -3268,6 +3418,13 @@ declare module "sap/f/DynamicPage" {
|
|
|
3268
3418
|
* content have to implement the `sap.f.IDynamicPageStickyContent` interface.
|
|
3269
3419
|
*/
|
|
3270
3420
|
stickySubheaderProvider?: IDynamicPageStickyContent | string;
|
|
3421
|
+
|
|
3422
|
+
/**
|
|
3423
|
+
* @SINCE 1.93
|
|
3424
|
+
*
|
|
3425
|
+
* The event is fired when the `headerPinned` property is changed via user interaction.
|
|
3426
|
+
*/
|
|
3427
|
+
pinnedStateChange?: (oEvent: Event) => void;
|
|
3271
3428
|
}
|
|
3272
3429
|
}
|
|
3273
3430
|
|
|
@@ -3342,6 +3499,10 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
3342
3499
|
*/
|
|
3343
3500
|
FNMetaImpl?: Function
|
|
3344
3501
|
): Function;
|
|
3502
|
+
/**
|
|
3503
|
+
* Returns a metadata object for class sap.f.DynamicPageAccessibleLandmarkInfo.
|
|
3504
|
+
*/
|
|
3505
|
+
static getMetadata(): ElementMetadata;
|
|
3345
3506
|
/**
|
|
3346
3507
|
* Gets current value of property {@link #getContentLabel contentLabel}.
|
|
3347
3508
|
*
|
|
@@ -3405,10 +3566,6 @@ declare module "sap/f/DynamicPageAccessibleLandmarkInfo" {
|
|
|
3405
3566
|
getHeaderRole():
|
|
3406
3567
|
| AccessibleLandmarkRole
|
|
3407
3568
|
| keyof typeof AccessibleLandmarkRole;
|
|
3408
|
-
/**
|
|
3409
|
-
* Returns a metadata object for class sap.f.DynamicPageAccessibleLandmarkInfo.
|
|
3410
|
-
*/
|
|
3411
|
-
static getMetadata(): ElementMetadata;
|
|
3412
3569
|
/**
|
|
3413
3570
|
* Gets current value of property {@link #getRootLabel rootLabel}.
|
|
3414
3571
|
*
|
|
@@ -3704,19 +3861,6 @@ declare module "sap/f/DynamicPageHeader" {
|
|
|
3704
3861
|
mSettings?: $DynamicPageHeaderSettings
|
|
3705
3862
|
);
|
|
3706
3863
|
|
|
3707
|
-
/**
|
|
3708
|
-
* Adds some content to the aggregation {@link #getContent content}.
|
|
3709
|
-
*/
|
|
3710
|
-
addContent(
|
|
3711
|
-
/**
|
|
3712
|
-
* The content to add; if empty, nothing is inserted
|
|
3713
|
-
*/
|
|
3714
|
-
oContent: Control
|
|
3715
|
-
): this;
|
|
3716
|
-
/**
|
|
3717
|
-
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
3718
|
-
*/
|
|
3719
|
-
destroyContent(): this;
|
|
3720
3864
|
/**
|
|
3721
3865
|
* Creates a new subclass of class sap.f.DynamicPageHeader with name `sClassName` and enriches it with the
|
|
3722
3866
|
* information contained in `oClassInfo`.
|
|
@@ -3738,6 +3882,23 @@ declare module "sap/f/DynamicPageHeader" {
|
|
|
3738
3882
|
*/
|
|
3739
3883
|
FNMetaImpl?: Function
|
|
3740
3884
|
): Function;
|
|
3885
|
+
/**
|
|
3886
|
+
* Returns a metadata object for class sap.f.DynamicPageHeader.
|
|
3887
|
+
*/
|
|
3888
|
+
static getMetadata(): ElementMetadata;
|
|
3889
|
+
/**
|
|
3890
|
+
* Adds some content to the aggregation {@link #getContent content}.
|
|
3891
|
+
*/
|
|
3892
|
+
addContent(
|
|
3893
|
+
/**
|
|
3894
|
+
* The content to add; if empty, nothing is inserted
|
|
3895
|
+
*/
|
|
3896
|
+
oContent: Control
|
|
3897
|
+
): this;
|
|
3898
|
+
/**
|
|
3899
|
+
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
3900
|
+
*/
|
|
3901
|
+
destroyContent(): this;
|
|
3741
3902
|
/**
|
|
3742
3903
|
* @SINCE 1.58
|
|
3743
3904
|
*
|
|
@@ -3755,10 +3916,6 @@ declare module "sap/f/DynamicPageHeader" {
|
|
|
3755
3916
|
* The content of the header.
|
|
3756
3917
|
*/
|
|
3757
3918
|
getContent(): Control[];
|
|
3758
|
-
/**
|
|
3759
|
-
* Returns a metadata object for class sap.f.DynamicPageHeader.
|
|
3760
|
-
*/
|
|
3761
|
-
static getMetadata(): ElementMetadata;
|
|
3762
3919
|
/**
|
|
3763
3920
|
* Gets current value of property {@link #getPinnable pinnable}.
|
|
3764
3921
|
*
|
|
@@ -3954,6 +4111,31 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
3954
4111
|
mSettings?: $DynamicPageTitleSettings
|
|
3955
4112
|
);
|
|
3956
4113
|
|
|
4114
|
+
/**
|
|
4115
|
+
* Creates a new subclass of class sap.f.DynamicPageTitle with name `sClassName` and enriches it with the
|
|
4116
|
+
* information contained in `oClassInfo`.
|
|
4117
|
+
*
|
|
4118
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
4119
|
+
*/
|
|
4120
|
+
static extend<T extends Record<string, unknown>>(
|
|
4121
|
+
/**
|
|
4122
|
+
* Name of the class being created
|
|
4123
|
+
*/
|
|
4124
|
+
sClassName: string,
|
|
4125
|
+
/**
|
|
4126
|
+
* Object literal with information about the class
|
|
4127
|
+
*/
|
|
4128
|
+
oClassInfo?: sap.ClassInfo<T, DynamicPageTitle>,
|
|
4129
|
+
/**
|
|
4130
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4131
|
+
* used by this class
|
|
4132
|
+
*/
|
|
4133
|
+
FNMetaImpl?: Function
|
|
4134
|
+
): Function;
|
|
4135
|
+
/**
|
|
4136
|
+
* Returns a metadata object for class sap.f.DynamicPageTitle.
|
|
4137
|
+
*/
|
|
4138
|
+
static getMetadata(): ElementMetadata;
|
|
3957
4139
|
/**
|
|
3958
4140
|
* Adds some action to the aggregation {@link #getActions actions}.
|
|
3959
4141
|
*/
|
|
@@ -4136,27 +4318,6 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
4136
4318
|
*/
|
|
4137
4319
|
oListener?: object
|
|
4138
4320
|
): this;
|
|
4139
|
-
/**
|
|
4140
|
-
* Creates a new subclass of class sap.f.DynamicPageTitle with name `sClassName` and enriches it with the
|
|
4141
|
-
* information contained in `oClassInfo`.
|
|
4142
|
-
*
|
|
4143
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
4144
|
-
*/
|
|
4145
|
-
static extend<T extends Record<string, unknown>>(
|
|
4146
|
-
/**
|
|
4147
|
-
* Name of the class being created
|
|
4148
|
-
*/
|
|
4149
|
-
sClassName: string,
|
|
4150
|
-
/**
|
|
4151
|
-
* Object literal with information about the class
|
|
4152
|
-
*/
|
|
4153
|
-
oClassInfo?: sap.ClassInfo<T, DynamicPageTitle>,
|
|
4154
|
-
/**
|
|
4155
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
4156
|
-
* used by this class
|
|
4157
|
-
*/
|
|
4158
|
-
FNMetaImpl?: Function
|
|
4159
|
-
): Function;
|
|
4160
4321
|
/**
|
|
4161
4322
|
* @SINCE 1.54
|
|
4162
4323
|
*
|
|
@@ -4282,10 +4443,6 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
4282
4443
|
* state.
|
|
4283
4444
|
*/
|
|
4284
4445
|
getHeading(): Control;
|
|
4285
|
-
/**
|
|
4286
|
-
* Returns a metadata object for class sap.f.DynamicPageTitle.
|
|
4287
|
-
*/
|
|
4288
|
-
static getMetadata(): ElementMetadata;
|
|
4289
4446
|
/**
|
|
4290
4447
|
* @SINCE 1.52
|
|
4291
4448
|
*
|
|
@@ -4900,7 +5057,7 @@ declare module "sap/f/DynamicPageTitle" {
|
|
|
4900
5057
|
* Also fired when the developer toggles the title state by programmatically changing the scroll position
|
|
4901
5058
|
* of the scrollbar of `DynamicPage`.
|
|
4902
5059
|
*/
|
|
4903
|
-
stateChange?:
|
|
5060
|
+
stateChange?: (oEvent: Event) => void;
|
|
4904
5061
|
}
|
|
4905
5062
|
}
|
|
4906
5063
|
|
|
@@ -5003,9 +5160,34 @@ declare module "sap/f/FlexibleColumnLayout" {
|
|
|
5003
5160
|
/**
|
|
5004
5161
|
* Initial settings for the new control
|
|
5005
5162
|
*/
|
|
5006
|
-
mSettings?: $FlexibleColumnLayoutSettings
|
|
5007
|
-
);
|
|
5008
|
-
|
|
5163
|
+
mSettings?: $FlexibleColumnLayoutSettings
|
|
5164
|
+
);
|
|
5165
|
+
|
|
5166
|
+
/**
|
|
5167
|
+
* Creates a new subclass of class sap.f.FlexibleColumnLayout with name `sClassName` and enriches it with
|
|
5168
|
+
* the information contained in `oClassInfo`.
|
|
5169
|
+
*
|
|
5170
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5171
|
+
*/
|
|
5172
|
+
static extend<T extends Record<string, unknown>>(
|
|
5173
|
+
/**
|
|
5174
|
+
* Name of the class being created
|
|
5175
|
+
*/
|
|
5176
|
+
sClassName: string,
|
|
5177
|
+
/**
|
|
5178
|
+
* Object literal with information about the class
|
|
5179
|
+
*/
|
|
5180
|
+
oClassInfo?: sap.ClassInfo<T, FlexibleColumnLayout>,
|
|
5181
|
+
/**
|
|
5182
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
5183
|
+
* used by this class
|
|
5184
|
+
*/
|
|
5185
|
+
FNMetaImpl?: Function
|
|
5186
|
+
): Function;
|
|
5187
|
+
/**
|
|
5188
|
+
* Returns a metadata object for class sap.f.FlexibleColumnLayout.
|
|
5189
|
+
*/
|
|
5190
|
+
static getMetadata(): ElementMetadata;
|
|
5009
5191
|
/**
|
|
5010
5192
|
* Adds some beginColumnPage to the aggregation {@link #getBeginColumnPages beginColumnPages}.
|
|
5011
5193
|
*/
|
|
@@ -5701,27 +5883,6 @@ declare module "sap/f/FlexibleColumnLayout" {
|
|
|
5701
5883
|
*/
|
|
5702
5884
|
oListener?: object
|
|
5703
5885
|
): this;
|
|
5704
|
-
/**
|
|
5705
|
-
* Creates a new subclass of class sap.f.FlexibleColumnLayout with name `sClassName` and enriches it with
|
|
5706
|
-
* the information contained in `oClassInfo`.
|
|
5707
|
-
*
|
|
5708
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
5709
|
-
*/
|
|
5710
|
-
static extend<T extends Record<string, unknown>>(
|
|
5711
|
-
/**
|
|
5712
|
-
* Name of the class being created
|
|
5713
|
-
*/
|
|
5714
|
-
sClassName: string,
|
|
5715
|
-
/**
|
|
5716
|
-
* Object literal with information about the class
|
|
5717
|
-
*/
|
|
5718
|
-
oClassInfo?: sap.ClassInfo<T, FlexibleColumnLayout>,
|
|
5719
|
-
/**
|
|
5720
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
5721
|
-
* used by this class
|
|
5722
|
-
*/
|
|
5723
|
-
FNMetaImpl?: Function
|
|
5724
|
-
): Function;
|
|
5725
5886
|
/**
|
|
5726
5887
|
* Fires event {@link #event:afterBeginColumnNavigate afterBeginColumnNavigate} to attached listeners.
|
|
5727
5888
|
*/
|
|
@@ -6208,10 +6369,6 @@ declare module "sap/f/FlexibleColumnLayout" {
|
|
|
6208
6369
|
* Returns the maximum number of columns that can be displayed at once based on the control width
|
|
6209
6370
|
*/
|
|
6210
6371
|
getMaxColumnsCount(): number;
|
|
6211
|
-
/**
|
|
6212
|
-
* Returns a metadata object for class sap.f.FlexibleColumnLayout.
|
|
6213
|
-
*/
|
|
6214
|
-
static getMetadata(): ElementMetadata;
|
|
6215
6372
|
/**
|
|
6216
6373
|
* Gets content of aggregation {@link #getMidColumnPages midColumnPages}.
|
|
6217
6374
|
*
|
|
@@ -6946,56 +7103,56 @@ declare module "sap/f/FlexibleColumnLayout" {
|
|
|
6946
7103
|
* **Note: **The event is suppressed while the control has zero width and will be fired the first time
|
|
6947
7104
|
* it gets a non-zero width
|
|
6948
7105
|
*/
|
|
6949
|
-
stateChange?:
|
|
7106
|
+
stateChange?: (oEvent: Event) => void;
|
|
6950
7107
|
|
|
6951
7108
|
/**
|
|
6952
7109
|
* Fires when navigation between two pages in the `Begin` column has been triggered. The transition (if
|
|
6953
7110
|
* any) to the new page has not started yet. This event can be aborted by the application with preventDefault(),
|
|
6954
7111
|
* which means that there will be no navigation.
|
|
6955
7112
|
*/
|
|
6956
|
-
beginColumnNavigate?:
|
|
7113
|
+
beginColumnNavigate?: (oEvent: Event) => void;
|
|
6957
7114
|
|
|
6958
7115
|
/**
|
|
6959
7116
|
* Fires when navigation between two pages in the `Begin` column has completed.
|
|
6960
7117
|
*
|
|
6961
7118
|
* NOTE: In case of animated transitions this event is fired with some delay after the navigate event.
|
|
6962
7119
|
*/
|
|
6963
|
-
afterBeginColumnNavigate?:
|
|
7120
|
+
afterBeginColumnNavigate?: (oEvent: Event) => void;
|
|
6964
7121
|
|
|
6965
7122
|
/**
|
|
6966
7123
|
* Fires when navigation between two pages in the `Mid` column has been triggered. The transition (if any)
|
|
6967
7124
|
* to the new page has not started yet. This event can be aborted by the application with preventDefault(),
|
|
6968
7125
|
* which means that there will be no navigation.
|
|
6969
7126
|
*/
|
|
6970
|
-
midColumnNavigate?:
|
|
7127
|
+
midColumnNavigate?: (oEvent: Event) => void;
|
|
6971
7128
|
|
|
6972
7129
|
/**
|
|
6973
7130
|
* Fires when navigation between two pages in the `Mid` column has completed.
|
|
6974
7131
|
*
|
|
6975
7132
|
* NOTE: In case of animated transitions this event is fired with some delay after the navigate event.
|
|
6976
7133
|
*/
|
|
6977
|
-
afterMidColumnNavigate?:
|
|
7134
|
+
afterMidColumnNavigate?: (oEvent: Event) => void;
|
|
6978
7135
|
|
|
6979
7136
|
/**
|
|
6980
7137
|
* Fires when navigation between two pages in the `End` column has been triggered. The transition (if any)
|
|
6981
7138
|
* to the new page has not started yet. This event can be aborted by the application with preventDefault(),
|
|
6982
7139
|
* which means that there will be no navigation.
|
|
6983
7140
|
*/
|
|
6984
|
-
endColumnNavigate?:
|
|
7141
|
+
endColumnNavigate?: (oEvent: Event) => void;
|
|
6985
7142
|
|
|
6986
7143
|
/**
|
|
6987
7144
|
* Fires when navigation between two pages in the `End` column has completed.
|
|
6988
7145
|
*
|
|
6989
7146
|
* NOTE: In case of animated transitions this event is fired with some delay after the navigate event.
|
|
6990
7147
|
*/
|
|
6991
|
-
afterEndColumnNavigate?:
|
|
7148
|
+
afterEndColumnNavigate?: (oEvent: Event) => void;
|
|
6992
7149
|
|
|
6993
7150
|
/**
|
|
6994
7151
|
* @SINCE 1.76
|
|
6995
7152
|
*
|
|
6996
7153
|
* Fired when resize of each column has completed.
|
|
6997
7154
|
*/
|
|
6998
|
-
columnResize?:
|
|
7155
|
+
columnResize?: (oEvent: Event) => void;
|
|
6999
7156
|
}
|
|
7000
7157
|
}
|
|
7001
7158
|
|
|
@@ -7107,6 +7264,21 @@ declare module "sap/f/FlexibleColumnLayoutSemanticHelper" {
|
|
|
7107
7264
|
}
|
|
7108
7265
|
);
|
|
7109
7266
|
|
|
7267
|
+
/**
|
|
7268
|
+
* Returns an instance of the `sap.f.FlexibleColumnLayoutSemanticHelper` class for a given `sap.f.FlexibleColumnLayout`
|
|
7269
|
+
* object.
|
|
7270
|
+
*/
|
|
7271
|
+
static getInstanceFor(
|
|
7272
|
+
/**
|
|
7273
|
+
* The `sap.f.FlexibleColumnLayout` object to get a semantic helper instance for
|
|
7274
|
+
*/
|
|
7275
|
+
oFlexibleColumnLayout: FlexibleColumnLayout,
|
|
7276
|
+
/**
|
|
7277
|
+
* An optional settings object to be used when creating the instance. **Note:** will be considered only
|
|
7278
|
+
* for the first `getInstanceFor` call for the given `sap.f.FlexibleColumnLayout` object.
|
|
7279
|
+
*/
|
|
7280
|
+
oSettings?: object
|
|
7281
|
+
): FlexibleColumnLayoutSemanticHelper;
|
|
7110
7282
|
/**
|
|
7111
7283
|
* Returns an object, describing the current state of the control and the expected action buttons for each
|
|
7112
7284
|
* column.
|
|
@@ -7186,21 +7358,6 @@ declare module "sap/f/FlexibleColumnLayoutSemanticHelper" {
|
|
|
7186
7358
|
* be shown side by side
|
|
7187
7359
|
*/
|
|
7188
7360
|
getDefaultLayouts(): object;
|
|
7189
|
-
/**
|
|
7190
|
-
* Returns an instance of the `sap.f.FlexibleColumnLayoutSemanticHelper` class for a given `sap.f.FlexibleColumnLayout`
|
|
7191
|
-
* object.
|
|
7192
|
-
*/
|
|
7193
|
-
static getInstanceFor(
|
|
7194
|
-
/**
|
|
7195
|
-
* The `sap.f.FlexibleColumnLayout` object to get a semantic helper instance for
|
|
7196
|
-
*/
|
|
7197
|
-
oFlexibleColumnLayout: FlexibleColumnLayout,
|
|
7198
|
-
/**
|
|
7199
|
-
* An optional settings object to be used when creating the instance. **Note:** will be considered only
|
|
7200
|
-
* for the first `getInstanceFor` call for the given `sap.f.FlexibleColumnLayout` object.
|
|
7201
|
-
*/
|
|
7202
|
-
oSettings?: object
|
|
7203
|
-
): FlexibleColumnLayoutSemanticHelper;
|
|
7204
7361
|
/**
|
|
7205
7362
|
* Returns an object, describing the state that the control will have after navigating to a different view
|
|
7206
7363
|
* level.
|
|
@@ -7384,6 +7541,31 @@ declare module "sap/f/GridContainer" {
|
|
|
7384
7541
|
mSettings?: $GridContainerSettings
|
|
7385
7542
|
);
|
|
7386
7543
|
|
|
7544
|
+
/**
|
|
7545
|
+
* Creates a new subclass of class sap.f.GridContainer with name `sClassName` and enriches it with the information
|
|
7546
|
+
* contained in `oClassInfo`.
|
|
7547
|
+
*
|
|
7548
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
7549
|
+
*/
|
|
7550
|
+
static extend<T extends Record<string, unknown>>(
|
|
7551
|
+
/**
|
|
7552
|
+
* Name of the class being created
|
|
7553
|
+
*/
|
|
7554
|
+
sClassName: string,
|
|
7555
|
+
/**
|
|
7556
|
+
* Object literal with information about the class
|
|
7557
|
+
*/
|
|
7558
|
+
oClassInfo?: sap.ClassInfo<T, GridContainer>,
|
|
7559
|
+
/**
|
|
7560
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
7561
|
+
* used by this class
|
|
7562
|
+
*/
|
|
7563
|
+
FNMetaImpl?: Function
|
|
7564
|
+
): Function;
|
|
7565
|
+
/**
|
|
7566
|
+
* Returns a metadata object for class sap.f.GridContainer.
|
|
7567
|
+
*/
|
|
7568
|
+
static getMetadata(): ElementMetadata;
|
|
7387
7569
|
/**
|
|
7388
7570
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
7389
7571
|
*/
|
|
@@ -7593,27 +7775,6 @@ declare module "sap/f/GridContainer" {
|
|
|
7593
7775
|
*/
|
|
7594
7776
|
oListener?: object
|
|
7595
7777
|
): this;
|
|
7596
|
-
/**
|
|
7597
|
-
* Creates a new subclass of class sap.f.GridContainer with name `sClassName` and enriches it with the information
|
|
7598
|
-
* contained in `oClassInfo`.
|
|
7599
|
-
*
|
|
7600
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
7601
|
-
*/
|
|
7602
|
-
static extend<T extends Record<string, unknown>>(
|
|
7603
|
-
/**
|
|
7604
|
-
* Name of the class being created
|
|
7605
|
-
*/
|
|
7606
|
-
sClassName: string,
|
|
7607
|
-
/**
|
|
7608
|
-
* Object literal with information about the class
|
|
7609
|
-
*/
|
|
7610
|
-
oClassInfo?: sap.ClassInfo<T, GridContainer>,
|
|
7611
|
-
/**
|
|
7612
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
7613
|
-
* used by this class
|
|
7614
|
-
*/
|
|
7615
|
-
FNMetaImpl?: Function
|
|
7616
|
-
): Function;
|
|
7617
7778
|
/**
|
|
7618
7779
|
* Fires event {@link #event:borderReached borderReached} to attached listeners.
|
|
7619
7780
|
*/
|
|
@@ -7799,10 +7960,6 @@ declare module "sap/f/GridContainer" {
|
|
|
7799
7960
|
* The sap.f.GridContainerSettings applied for size "XS". Range: up to 374px.
|
|
7800
7961
|
*/
|
|
7801
7962
|
getLayoutXS(): GridContainerSettings;
|
|
7802
|
-
/**
|
|
7803
|
-
* Returns a metadata object for class sap.f.GridContainer.
|
|
7804
|
-
*/
|
|
7805
|
-
static getMetadata(): ElementMetadata;
|
|
7806
7963
|
/**
|
|
7807
7964
|
* @EXPERIMENTAL (since 1.81)
|
|
7808
7965
|
*
|
|
@@ -8134,17 +8291,17 @@ declare module "sap/f/GridContainer" {
|
|
|
8134
8291
|
/**
|
|
8135
8292
|
* Fired when the currently active GridSettings change.
|
|
8136
8293
|
*/
|
|
8137
|
-
layoutChange?:
|
|
8294
|
+
layoutChange?: (oEvent: Event) => void;
|
|
8138
8295
|
|
|
8139
8296
|
/**
|
|
8140
8297
|
* Fired when the grid columns count is changed.
|
|
8141
8298
|
*/
|
|
8142
|
-
columnsChange?:
|
|
8299
|
+
columnsChange?: (oEvent: Event) => void;
|
|
8143
8300
|
|
|
8144
8301
|
/**
|
|
8145
8302
|
* Fires if the border of the visualizations is reached so that an application can react on this.
|
|
8146
8303
|
*/
|
|
8147
|
-
borderReached?:
|
|
8304
|
+
borderReached?: (oEvent: Event) => void;
|
|
8148
8305
|
}
|
|
8149
8306
|
}
|
|
8150
8307
|
|
|
@@ -8221,6 +8378,10 @@ declare module "sap/f/GridContainerItemLayoutData" {
|
|
|
8221
8378
|
*/
|
|
8222
8379
|
FNMetaImpl?: Function
|
|
8223
8380
|
): Function;
|
|
8381
|
+
/**
|
|
8382
|
+
* Returns a metadata object for class sap.f.GridContainerItemLayoutData.
|
|
8383
|
+
*/
|
|
8384
|
+
static getMetadata(): ElementMetadata;
|
|
8224
8385
|
/**
|
|
8225
8386
|
* Gets current value of property {@link #getColumns columns}.
|
|
8226
8387
|
*
|
|
@@ -8234,10 +8395,6 @@ declare module "sap/f/GridContainerItemLayoutData" {
|
|
|
8234
8395
|
* Default value is `1`.
|
|
8235
8396
|
*/
|
|
8236
8397
|
getColumns(): int;
|
|
8237
|
-
/**
|
|
8238
|
-
* Returns a metadata object for class sap.f.GridContainerItemLayoutData.
|
|
8239
|
-
*/
|
|
8240
|
-
static getMetadata(): ElementMetadata;
|
|
8241
8398
|
/**
|
|
8242
8399
|
* Gets current value of property {@link #getMinRows minRows}.
|
|
8243
8400
|
*
|
|
@@ -8405,6 +8562,10 @@ declare module "sap/f/GridContainerSettings" {
|
|
|
8405
8562
|
*/
|
|
8406
8563
|
FNMetaImpl?: Function
|
|
8407
8564
|
): Function;
|
|
8565
|
+
/**
|
|
8566
|
+
* Returns a metadata object for class sap.f.GridContainerSettings.
|
|
8567
|
+
*/
|
|
8568
|
+
static getMetadata(): ManagedObjectMetadata;
|
|
8408
8569
|
/**
|
|
8409
8570
|
* Gets current value of property {@link #getColumns columns}.
|
|
8410
8571
|
*
|
|
@@ -8440,10 +8601,6 @@ declare module "sap/f/GridContainerSettings" {
|
|
|
8440
8601
|
* **Note:** Will not work in combination with `columnSize`.
|
|
8441
8602
|
*/
|
|
8442
8603
|
getMaxColumnSize(): CSSSize;
|
|
8443
|
-
/**
|
|
8444
|
-
* Returns a metadata object for class sap.f.GridContainerSettings.
|
|
8445
|
-
*/
|
|
8446
|
-
static getMetadata(): ManagedObjectMetadata;
|
|
8447
8604
|
/**
|
|
8448
8605
|
* Gets current value of property {@link #getMinColumnSize minColumnSize}.
|
|
8449
8606
|
*
|
|
@@ -8720,11 +8877,32 @@ declare module "sap/f/GridList" {
|
|
|
8720
8877
|
*/
|
|
8721
8878
|
mSettings?: $GridListSettings
|
|
8722
8879
|
);
|
|
8880
|
+
|
|
8723
8881
|
/**
|
|
8724
|
-
*
|
|
8882
|
+
* Creates a new subclass of class sap.f.GridList with name `sClassName` and enriches it with the information
|
|
8883
|
+
* contained in `oClassInfo`.
|
|
8884
|
+
*
|
|
8885
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListBase.extend}.
|
|
8725
8886
|
*/
|
|
8726
|
-
|
|
8727
|
-
|
|
8887
|
+
static extend<T extends Record<string, unknown>>(
|
|
8888
|
+
/**
|
|
8889
|
+
* Name of the class being created
|
|
8890
|
+
*/
|
|
8891
|
+
sClassName: string,
|
|
8892
|
+
/**
|
|
8893
|
+
* Object literal with information about the class
|
|
8894
|
+
*/
|
|
8895
|
+
oClassInfo?: sap.ClassInfo<T, GridList>,
|
|
8896
|
+
/**
|
|
8897
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8898
|
+
* used by this class
|
|
8899
|
+
*/
|
|
8900
|
+
FNMetaImpl?: Function
|
|
8901
|
+
): Function;
|
|
8902
|
+
/**
|
|
8903
|
+
* Returns a metadata object for class sap.f.GridList.
|
|
8904
|
+
*/
|
|
8905
|
+
static getMetadata(): ElementMetadata;
|
|
8728
8906
|
/**
|
|
8729
8907
|
* Attaches event handler `fnFunction` to the {@link #event:borderReached borderReached} event of this `sap.f.GridList`.
|
|
8730
8908
|
*
|
|
@@ -8786,27 +8964,6 @@ declare module "sap/f/GridList" {
|
|
|
8786
8964
|
*/
|
|
8787
8965
|
oListener?: object
|
|
8788
8966
|
): this;
|
|
8789
|
-
/**
|
|
8790
|
-
* Creates a new subclass of class sap.f.GridList with name `sClassName` and enriches it with the information
|
|
8791
|
-
* contained in `oClassInfo`.
|
|
8792
|
-
*
|
|
8793
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListBase.extend}.
|
|
8794
|
-
*/
|
|
8795
|
-
static extend<T extends Record<string, unknown>>(
|
|
8796
|
-
/**
|
|
8797
|
-
* Name of the class being created
|
|
8798
|
-
*/
|
|
8799
|
-
sClassName: string,
|
|
8800
|
-
/**
|
|
8801
|
-
* Object literal with information about the class
|
|
8802
|
-
*/
|
|
8803
|
-
oClassInfo?: sap.ClassInfo<T, GridList>,
|
|
8804
|
-
/**
|
|
8805
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8806
|
-
* used by this class
|
|
8807
|
-
*/
|
|
8808
|
-
FNMetaImpl?: Function
|
|
8809
|
-
): Function;
|
|
8810
8967
|
/**
|
|
8811
8968
|
* Fires event {@link #event:borderReached borderReached} to attached listeners.
|
|
8812
8969
|
*/
|
|
@@ -8872,9 +9029,9 @@ declare module "sap/f/GridList" {
|
|
|
8872
9029
|
*/
|
|
8873
9030
|
getGridDomRefs(): HTMLElement[];
|
|
8874
9031
|
/**
|
|
8875
|
-
*
|
|
9032
|
+
* Implements IGridConfigurable interface.
|
|
8876
9033
|
*/
|
|
8877
|
-
|
|
9034
|
+
getGridLayoutConfiguration(): GridLayoutBase;
|
|
8878
9035
|
/**
|
|
8879
9036
|
* Sets the aggregated {@link #getCustomLayout customLayout}.
|
|
8880
9037
|
*/
|
|
@@ -8895,7 +9052,7 @@ declare module "sap/f/GridList" {
|
|
|
8895
9052
|
/**
|
|
8896
9053
|
* Fires if the border of the visualizations is reached so that an application can react on this.
|
|
8897
9054
|
*/
|
|
8898
|
-
borderReached?:
|
|
9055
|
+
borderReached?: (oEvent: Event) => void;
|
|
8899
9056
|
}
|
|
8900
9057
|
}
|
|
8901
9058
|
|
|
@@ -8951,6 +9108,31 @@ declare module "sap/f/GridListItem" {
|
|
|
8951
9108
|
mSettings?: $GridListItemSettings
|
|
8952
9109
|
);
|
|
8953
9110
|
|
|
9111
|
+
/**
|
|
9112
|
+
* Creates a new subclass of class sap.f.GridListItem with name `sClassName` and enriches it with the information
|
|
9113
|
+
* contained in `oClassInfo`.
|
|
9114
|
+
*
|
|
9115
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListItemBase.extend}.
|
|
9116
|
+
*/
|
|
9117
|
+
static extend<T extends Record<string, unknown>>(
|
|
9118
|
+
/**
|
|
9119
|
+
* Name of the class being created
|
|
9120
|
+
*/
|
|
9121
|
+
sClassName: string,
|
|
9122
|
+
/**
|
|
9123
|
+
* Object literal with information about the class
|
|
9124
|
+
*/
|
|
9125
|
+
oClassInfo?: sap.ClassInfo<T, GridListItem>,
|
|
9126
|
+
/**
|
|
9127
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
9128
|
+
* used by this class
|
|
9129
|
+
*/
|
|
9130
|
+
FNMetaImpl?: Function
|
|
9131
|
+
): Function;
|
|
9132
|
+
/**
|
|
9133
|
+
* Returns a metadata object for class sap.f.GridListItem.
|
|
9134
|
+
*/
|
|
9135
|
+
static getMetadata(): ElementMetadata;
|
|
8954
9136
|
/**
|
|
8955
9137
|
* Adds some content to the aggregation {@link #getContent content}.
|
|
8956
9138
|
*/
|
|
@@ -8976,37 +9158,12 @@ declare module "sap/f/GridListItem" {
|
|
|
8976
9158
|
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
8977
9159
|
*/
|
|
8978
9160
|
destroyContent(): this;
|
|
8979
|
-
/**
|
|
8980
|
-
* Creates a new subclass of class sap.f.GridListItem with name `sClassName` and enriches it with the information
|
|
8981
|
-
* contained in `oClassInfo`.
|
|
8982
|
-
*
|
|
8983
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListItemBase.extend}.
|
|
8984
|
-
*/
|
|
8985
|
-
static extend<T extends Record<string, unknown>>(
|
|
8986
|
-
/**
|
|
8987
|
-
* Name of the class being created
|
|
8988
|
-
*/
|
|
8989
|
-
sClassName: string,
|
|
8990
|
-
/**
|
|
8991
|
-
* Object literal with information about the class
|
|
8992
|
-
*/
|
|
8993
|
-
oClassInfo?: sap.ClassInfo<T, GridListItem>,
|
|
8994
|
-
/**
|
|
8995
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
8996
|
-
* used by this class
|
|
8997
|
-
*/
|
|
8998
|
-
FNMetaImpl?: Function
|
|
8999
|
-
): Function;
|
|
9000
9161
|
/**
|
|
9001
9162
|
* Gets content of aggregation {@link #getContent content}.
|
|
9002
9163
|
*
|
|
9003
9164
|
* The content of this list item
|
|
9004
9165
|
*/
|
|
9005
9166
|
getContent(): Control[];
|
|
9006
|
-
/**
|
|
9007
|
-
* Returns a metadata object for class sap.f.GridListItem.
|
|
9008
|
-
*/
|
|
9009
|
-
static getMetadata(): ElementMetadata;
|
|
9010
9167
|
/**
|
|
9011
9168
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
9012
9169
|
* its index if found or -1 otherwise.
|
|
@@ -9129,32 +9286,15 @@ declare module "sap/f/IllustratedMessage" {
|
|
|
9129
9286
|
*/
|
|
9130
9287
|
constructor(
|
|
9131
9288
|
/**
|
|
9132
|
-
* ID for the new control, generated automatically if no ID is given
|
|
9133
|
-
*/
|
|
9134
|
-
sId?: string,
|
|
9135
|
-
/**
|
|
9136
|
-
* Initial settings for the new control
|
|
9137
|
-
*/
|
|
9138
|
-
mSettings?: $IllustratedMessageSettings
|
|
9139
|
-
);
|
|
9140
|
-
|
|
9141
|
-
/**
|
|
9142
|
-
* @SINCE 1.88
|
|
9143
|
-
*
|
|
9144
|
-
* Adds some additionalContent to the aggregation {@link #getAdditionalContent additionalContent}.
|
|
9145
|
-
*/
|
|
9146
|
-
addAdditionalContent(
|
|
9147
|
-
/**
|
|
9148
|
-
* The additionalContent to add; if empty, nothing is inserted
|
|
9149
|
-
*/
|
|
9150
|
-
oAdditionalContent: Button
|
|
9151
|
-
): this;
|
|
9152
|
-
/**
|
|
9153
|
-
* @SINCE 1.88
|
|
9154
|
-
*
|
|
9155
|
-
* Destroys all the additionalContent in the aggregation {@link #getAdditionalContent additionalContent}.
|
|
9156
|
-
*/
|
|
9157
|
-
destroyAdditionalContent(): this;
|
|
9289
|
+
* ID for the new control, generated automatically if no ID is given
|
|
9290
|
+
*/
|
|
9291
|
+
sId?: string,
|
|
9292
|
+
/**
|
|
9293
|
+
* Initial settings for the new control
|
|
9294
|
+
*/
|
|
9295
|
+
mSettings?: $IllustratedMessageSettings
|
|
9296
|
+
);
|
|
9297
|
+
|
|
9158
9298
|
/**
|
|
9159
9299
|
* Creates a new subclass of class sap.f.IllustratedMessage with name `sClassName` and enriches it with
|
|
9160
9300
|
* the information contained in `oClassInfo`.
|
|
@@ -9176,6 +9316,27 @@ declare module "sap/f/IllustratedMessage" {
|
|
|
9176
9316
|
*/
|
|
9177
9317
|
FNMetaImpl?: Function
|
|
9178
9318
|
): Function;
|
|
9319
|
+
/**
|
|
9320
|
+
* Returns a metadata object for class sap.f.IllustratedMessage.
|
|
9321
|
+
*/
|
|
9322
|
+
static getMetadata(): ElementMetadata;
|
|
9323
|
+
/**
|
|
9324
|
+
* @SINCE 1.88
|
|
9325
|
+
*
|
|
9326
|
+
* Adds some additionalContent to the aggregation {@link #getAdditionalContent additionalContent}.
|
|
9327
|
+
*/
|
|
9328
|
+
addAdditionalContent(
|
|
9329
|
+
/**
|
|
9330
|
+
* The additionalContent to add; if empty, nothing is inserted
|
|
9331
|
+
*/
|
|
9332
|
+
oAdditionalContent: Button
|
|
9333
|
+
): this;
|
|
9334
|
+
/**
|
|
9335
|
+
* @SINCE 1.88
|
|
9336
|
+
*
|
|
9337
|
+
* Destroys all the additionalContent in the aggregation {@link #getAdditionalContent additionalContent}.
|
|
9338
|
+
*/
|
|
9339
|
+
destroyAdditionalContent(): this;
|
|
9179
9340
|
/**
|
|
9180
9341
|
* @SINCE 1.88
|
|
9181
9342
|
*
|
|
@@ -9245,10 +9406,6 @@ declare module "sap/f/IllustratedMessage" {
|
|
|
9245
9406
|
* Default value is `IllustratedMessageType.NoSearchResults`.
|
|
9246
9407
|
*/
|
|
9247
9408
|
getIllustrationType(): string;
|
|
9248
|
-
/**
|
|
9249
|
-
* Returns a metadata object for class sap.f.IllustratedMessage.
|
|
9250
|
-
*/
|
|
9251
|
-
static getMetadata(): ElementMetadata;
|
|
9252
9409
|
/**
|
|
9253
9410
|
* @SINCE 1.88
|
|
9254
9411
|
*
|
|
@@ -9532,6 +9689,10 @@ declare module "sap/f/Illustration" {
|
|
|
9532
9689
|
*/
|
|
9533
9690
|
FNMetaImpl?: Function
|
|
9534
9691
|
): Function;
|
|
9692
|
+
/**
|
|
9693
|
+
* Returns a metadata object for class sap.f.Illustration.
|
|
9694
|
+
*/
|
|
9695
|
+
static getMetadata(): ElementMetadata;
|
|
9535
9696
|
/**
|
|
9536
9697
|
* @SINCE 1.88
|
|
9537
9698
|
*
|
|
@@ -9540,10 +9701,6 @@ declare module "sap/f/Illustration" {
|
|
|
9540
9701
|
* Defines which media/breakpoint should be used when building the Symbol ID.
|
|
9541
9702
|
*/
|
|
9542
9703
|
getMedia(): string;
|
|
9543
|
-
/**
|
|
9544
|
-
* Returns a metadata object for class sap.f.Illustration.
|
|
9545
|
-
*/
|
|
9546
|
-
static getMetadata(): ElementMetadata;
|
|
9547
9704
|
/**
|
|
9548
9705
|
* @SINCE 1.88
|
|
9549
9706
|
*
|
|
@@ -9752,6 +9909,31 @@ declare module "sap/f/ProductSwitch" {
|
|
|
9752
9909
|
mSettings?: $ProductSwitchSettings
|
|
9753
9910
|
);
|
|
9754
9911
|
|
|
9912
|
+
/**
|
|
9913
|
+
* Creates a new subclass of class sap.f.ProductSwitch with name `sClassName` and enriches it with the information
|
|
9914
|
+
* contained in `oClassInfo`.
|
|
9915
|
+
*
|
|
9916
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
9917
|
+
*/
|
|
9918
|
+
static extend<T extends Record<string, unknown>>(
|
|
9919
|
+
/**
|
|
9920
|
+
* Name of the class being created
|
|
9921
|
+
*/
|
|
9922
|
+
sClassName: string,
|
|
9923
|
+
/**
|
|
9924
|
+
* Object literal with information about the class
|
|
9925
|
+
*/
|
|
9926
|
+
oClassInfo?: sap.ClassInfo<T, ProductSwitch>,
|
|
9927
|
+
/**
|
|
9928
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
9929
|
+
* used by this class
|
|
9930
|
+
*/
|
|
9931
|
+
FNMetaImpl?: Function
|
|
9932
|
+
): Function;
|
|
9933
|
+
/**
|
|
9934
|
+
* Returns a metadata object for class sap.f.ProductSwitch.
|
|
9935
|
+
*/
|
|
9936
|
+
static getMetadata(): ElementMetadata;
|
|
9755
9937
|
/**
|
|
9756
9938
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
9757
9939
|
*/
|
|
@@ -9821,27 +10003,6 @@ declare module "sap/f/ProductSwitch" {
|
|
|
9821
10003
|
*/
|
|
9822
10004
|
oListener?: object
|
|
9823
10005
|
): this;
|
|
9824
|
-
/**
|
|
9825
|
-
* Creates a new subclass of class sap.f.ProductSwitch with name `sClassName` and enriches it with the information
|
|
9826
|
-
* contained in `oClassInfo`.
|
|
9827
|
-
*
|
|
9828
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
9829
|
-
*/
|
|
9830
|
-
static extend<T extends Record<string, unknown>>(
|
|
9831
|
-
/**
|
|
9832
|
-
* Name of the class being created
|
|
9833
|
-
*/
|
|
9834
|
-
sClassName: string,
|
|
9835
|
-
/**
|
|
9836
|
-
* Object literal with information about the class
|
|
9837
|
-
*/
|
|
9838
|
-
oClassInfo?: sap.ClassInfo<T, ProductSwitch>,
|
|
9839
|
-
/**
|
|
9840
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
9841
|
-
* used by this class
|
|
9842
|
-
*/
|
|
9843
|
-
FNMetaImpl?: Function
|
|
9844
|
-
): Function;
|
|
9845
10006
|
/**
|
|
9846
10007
|
* Fires event {@link #event:change change} to attached listeners.
|
|
9847
10008
|
*/
|
|
@@ -9862,10 +10023,6 @@ declare module "sap/f/ProductSwitch" {
|
|
|
9862
10023
|
* `ProductSwitch` content.
|
|
9863
10024
|
*/
|
|
9864
10025
|
getItems(): ProductSwitchItem[];
|
|
9865
|
-
/**
|
|
9866
|
-
* Returns a metadata object for class sap.f.ProductSwitch.
|
|
9867
|
-
*/
|
|
9868
|
-
static getMetadata(): ElementMetadata;
|
|
9869
10026
|
/**
|
|
9870
10027
|
* ID of the element which is the current target of the association {@link #getSelectedItem selectedItem},
|
|
9871
10028
|
* or `null`.
|
|
@@ -9938,7 +10095,7 @@ declare module "sap/f/ProductSwitch" {
|
|
|
9938
10095
|
/**
|
|
9939
10096
|
* Fires when an unselected item is pressed.
|
|
9940
10097
|
*/
|
|
9941
|
-
change?:
|
|
10098
|
+
change?: (oEvent: Event) => void;
|
|
9942
10099
|
}
|
|
9943
10100
|
}
|
|
9944
10101
|
|
|
@@ -10276,14 +10433,14 @@ declare module "sap/f/routing/TargetHandler" {
|
|
|
10276
10433
|
*/
|
|
10277
10434
|
FNMetaImpl?: Function
|
|
10278
10435
|
): Function;
|
|
10279
|
-
/**
|
|
10280
|
-
* Gets if a navigation should close dialogs.
|
|
10281
|
-
*/
|
|
10282
|
-
getCloseDialogs(): boolean;
|
|
10283
10436
|
/**
|
|
10284
10437
|
* Returns a metadata object for class sap.f.routing.TargetHandler.
|
|
10285
10438
|
*/
|
|
10286
10439
|
static getMetadata(): Metadata;
|
|
10440
|
+
/**
|
|
10441
|
+
* Gets if a navigation should close dialogs.
|
|
10442
|
+
*/
|
|
10443
|
+
getCloseDialogs(): boolean;
|
|
10287
10444
|
/**
|
|
10288
10445
|
* Sets if a navigation should close dialogs.
|
|
10289
10446
|
*/
|
|
@@ -10766,6 +10923,31 @@ declare module "sap/f/SearchManager" {
|
|
|
10766
10923
|
mSettings?: $SearchManagerSettings
|
|
10767
10924
|
);
|
|
10768
10925
|
|
|
10926
|
+
/**
|
|
10927
|
+
* Creates a new subclass of class sap.f.SearchManager with name `sClassName` and enriches it with the information
|
|
10928
|
+
* contained in `oClassInfo`.
|
|
10929
|
+
*
|
|
10930
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
10931
|
+
*/
|
|
10932
|
+
static extend<T extends Record<string, unknown>>(
|
|
10933
|
+
/**
|
|
10934
|
+
* Name of the class being created
|
|
10935
|
+
*/
|
|
10936
|
+
sClassName: string,
|
|
10937
|
+
/**
|
|
10938
|
+
* Object literal with information about the class
|
|
10939
|
+
*/
|
|
10940
|
+
oClassInfo?: sap.ClassInfo<T, SearchManager>,
|
|
10941
|
+
/**
|
|
10942
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
10943
|
+
* used by this class
|
|
10944
|
+
*/
|
|
10945
|
+
FNMetaImpl?: Function
|
|
10946
|
+
): Function;
|
|
10947
|
+
/**
|
|
10948
|
+
* Returns a metadata object for class sap.f.SearchManager.
|
|
10949
|
+
*/
|
|
10950
|
+
static getMetadata(): ElementMetadata;
|
|
10769
10951
|
/**
|
|
10770
10952
|
* Adds some suggestionItem to the aggregation {@link #getSuggestionItems suggestionItems}.
|
|
10771
10953
|
*/
|
|
@@ -10967,27 +11149,6 @@ declare module "sap/f/SearchManager" {
|
|
|
10967
11149
|
*/
|
|
10968
11150
|
oListener?: object
|
|
10969
11151
|
): this;
|
|
10970
|
-
/**
|
|
10971
|
-
* Creates a new subclass of class sap.f.SearchManager with name `sClassName` and enriches it with the information
|
|
10972
|
-
* contained in `oClassInfo`.
|
|
10973
|
-
*
|
|
10974
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
10975
|
-
*/
|
|
10976
|
-
static extend<T extends Record<string, unknown>>(
|
|
10977
|
-
/**
|
|
10978
|
-
* Name of the class being created
|
|
10979
|
-
*/
|
|
10980
|
-
sClassName: string,
|
|
10981
|
-
/**
|
|
10982
|
-
* Object literal with information about the class
|
|
10983
|
-
*/
|
|
10984
|
-
oClassInfo?: sap.ClassInfo<T, SearchManager>,
|
|
10985
|
-
/**
|
|
10986
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
10987
|
-
* used by this class
|
|
10988
|
-
*/
|
|
10989
|
-
FNMetaImpl?: Function
|
|
10990
|
-
): Function;
|
|
10991
11152
|
/**
|
|
10992
11153
|
* Fires event {@link #event:liveChange liveChange} to attached listeners.
|
|
10993
11154
|
*/
|
|
@@ -11059,10 +11220,6 @@ declare module "sap/f/SearchManager" {
|
|
|
11059
11220
|
* Default value is `0`.
|
|
11060
11221
|
*/
|
|
11061
11222
|
getMaxLength(): int;
|
|
11062
|
-
/**
|
|
11063
|
-
* Returns a metadata object for class sap.f.SearchManager.
|
|
11064
|
-
*/
|
|
11065
|
-
static getMetadata(): ElementMetadata;
|
|
11066
11223
|
/**
|
|
11067
11224
|
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
11068
11225
|
*
|
|
@@ -11250,21 +11407,21 @@ declare module "sap/f/SearchManager" {
|
|
|
11250
11407
|
/**
|
|
11251
11408
|
* Fired when the user triggers a search.
|
|
11252
11409
|
*/
|
|
11253
|
-
search?:
|
|
11410
|
+
search?: (oEvent: Event) => void;
|
|
11254
11411
|
|
|
11255
11412
|
/**
|
|
11256
11413
|
* Fired when the value of the search field is changed by the user, for example at each key press.
|
|
11257
11414
|
*
|
|
11258
11415
|
* **Note:** Do not invalidate or re-render a focused search field, especially during the `liveChange` event.
|
|
11259
11416
|
*/
|
|
11260
|
-
liveChange?:
|
|
11417
|
+
liveChange?: (oEvent: Event) => void;
|
|
11261
11418
|
|
|
11262
11419
|
/**
|
|
11263
11420
|
* Fired when the search field is initially focused or its value is changed by the user. This event means
|
|
11264
11421
|
* that suggestion data should be updated, in case if suggestions are used. Use the value parameter to create
|
|
11265
11422
|
* new suggestions for it.
|
|
11266
11423
|
*/
|
|
11267
|
-
suggest?:
|
|
11424
|
+
suggest?: (oEvent: Event) => void;
|
|
11268
11425
|
}
|
|
11269
11426
|
}
|
|
11270
11427
|
|
|
@@ -13019,6 +13176,31 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
13019
13176
|
mSettings?: $SemanticPageSettings
|
|
13020
13177
|
);
|
|
13021
13178
|
|
|
13179
|
+
/**
|
|
13180
|
+
* Creates a new subclass of class sap.f.semantic.SemanticPage with name `sClassName` and enriches it with
|
|
13181
|
+
* the information contained in `oClassInfo`.
|
|
13182
|
+
*
|
|
13183
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
13184
|
+
*/
|
|
13185
|
+
static extend<T extends Record<string, unknown>>(
|
|
13186
|
+
/**
|
|
13187
|
+
* Name of the class being created
|
|
13188
|
+
*/
|
|
13189
|
+
sClassName: string,
|
|
13190
|
+
/**
|
|
13191
|
+
* Object literal with information about the class
|
|
13192
|
+
*/
|
|
13193
|
+
oClassInfo?: sap.ClassInfo<T, SemanticPage>,
|
|
13194
|
+
/**
|
|
13195
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
13196
|
+
* used by this class
|
|
13197
|
+
*/
|
|
13198
|
+
FNMetaImpl?: Function
|
|
13199
|
+
): Function;
|
|
13200
|
+
/**
|
|
13201
|
+
* Returns a metadata object for class sap.f.semantic.SemanticPage.
|
|
13202
|
+
*/
|
|
13203
|
+
static getMetadata(): ElementMetadata;
|
|
13022
13204
|
/**
|
|
13023
13205
|
* Adds some customShareAction to the aggregation {@link #getCustomShareActions customShareActions}.
|
|
13024
13206
|
*/
|
|
@@ -13251,27 +13433,6 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
13251
13433
|
* Destroys the titleSnappedOnMobile in the aggregation {@link #getTitleSnappedOnMobile titleSnappedOnMobile}.
|
|
13252
13434
|
*/
|
|
13253
13435
|
destroyTitleSnappedOnMobile(): this;
|
|
13254
|
-
/**
|
|
13255
|
-
* Creates a new subclass of class sap.f.semantic.SemanticPage with name `sClassName` and enriches it with
|
|
13256
|
-
* the information contained in `oClassInfo`.
|
|
13257
|
-
*
|
|
13258
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
13259
|
-
*/
|
|
13260
|
-
static extend<T extends Record<string, unknown>>(
|
|
13261
|
-
/**
|
|
13262
|
-
* Name of the class being created
|
|
13263
|
-
*/
|
|
13264
|
-
sClassName: string,
|
|
13265
|
-
/**
|
|
13266
|
-
* Object literal with information about the class
|
|
13267
|
-
*/
|
|
13268
|
-
oClassInfo?: sap.ClassInfo<T, SemanticPage>,
|
|
13269
|
-
/**
|
|
13270
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
13271
|
-
* used by this class
|
|
13272
|
-
*/
|
|
13273
|
-
FNMetaImpl?: Function
|
|
13274
|
-
): Function;
|
|
13275
13436
|
/**
|
|
13276
13437
|
* Gets content of aggregation {@link #getAddAction addAction}.
|
|
13277
13438
|
*
|
|
@@ -13493,10 +13654,6 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
13493
13654
|
* first action.
|
|
13494
13655
|
*/
|
|
13495
13656
|
getMessagesIndicator(): MessagesIndicator;
|
|
13496
|
-
/**
|
|
13497
|
-
* Returns a metadata object for class sap.f.semantic.SemanticPage.
|
|
13498
|
-
*/
|
|
13499
|
-
static getMetadata(): ElementMetadata;
|
|
13500
13657
|
/**
|
|
13501
13658
|
* Gets content of aggregation {@link #getNegativeAction negativeAction}.
|
|
13502
13659
|
*
|
|
@@ -15525,13 +15682,32 @@ declare module "sap/f/ShellBar" {
|
|
|
15525
15682
|
*/
|
|
15526
15683
|
mSettings?: $ShellBarSettings
|
|
15527
15684
|
);
|
|
15685
|
+
|
|
15528
15686
|
/**
|
|
15529
|
-
*
|
|
15687
|
+
* Creates a new subclass of class sap.f.ShellBar with name `sClassName` and enriches it with the information
|
|
15688
|
+
* contained in `oClassInfo`.
|
|
15530
15689
|
*
|
|
15531
|
-
*
|
|
15690
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
15532
15691
|
*/
|
|
15533
|
-
|
|
15534
|
-
|
|
15692
|
+
static extend<T extends Record<string, unknown>>(
|
|
15693
|
+
/**
|
|
15694
|
+
* Name of the class being created
|
|
15695
|
+
*/
|
|
15696
|
+
sClassName: string,
|
|
15697
|
+
/**
|
|
15698
|
+
* Object literal with information about the class
|
|
15699
|
+
*/
|
|
15700
|
+
oClassInfo?: sap.ClassInfo<T, ShellBar>,
|
|
15701
|
+
/**
|
|
15702
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
15703
|
+
* used by this class
|
|
15704
|
+
*/
|
|
15705
|
+
FNMetaImpl?: Function
|
|
15706
|
+
): Function;
|
|
15707
|
+
/**
|
|
15708
|
+
* Returns a metadata object for class sap.f.ShellBar.
|
|
15709
|
+
*/
|
|
15710
|
+
static getMetadata(): ElementMetadata;
|
|
15535
15711
|
/**
|
|
15536
15712
|
* @SINCE 1.65
|
|
15537
15713
|
*
|
|
@@ -16048,27 +16224,6 @@ declare module "sap/f/ShellBar" {
|
|
|
16048
16224
|
*/
|
|
16049
16225
|
oListener?: object
|
|
16050
16226
|
): this;
|
|
16051
|
-
/**
|
|
16052
|
-
* Creates a new subclass of class sap.f.ShellBar with name `sClassName` and enriches it with the information
|
|
16053
|
-
* contained in `oClassInfo`.
|
|
16054
|
-
*
|
|
16055
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
16056
|
-
*/
|
|
16057
|
-
static extend<T extends Record<string, unknown>>(
|
|
16058
|
-
/**
|
|
16059
|
-
* Name of the class being created
|
|
16060
|
-
*/
|
|
16061
|
-
sClassName: string,
|
|
16062
|
-
/**
|
|
16063
|
-
* Object literal with information about the class
|
|
16064
|
-
*/
|
|
16065
|
-
oClassInfo?: sap.ClassInfo<T, ShellBar>,
|
|
16066
|
-
/**
|
|
16067
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
16068
|
-
* used by this class
|
|
16069
|
-
*/
|
|
16070
|
-
FNMetaImpl?: Function
|
|
16071
|
-
): Function;
|
|
16072
16227
|
/**
|
|
16073
16228
|
* Fires event {@link #event:avatarPressed avatarPressed} to attached listeners.
|
|
16074
16229
|
*/
|
|
@@ -16189,6 +16344,12 @@ declare module "sap/f/ShellBar" {
|
|
|
16189
16344
|
* **Note:** Only controls implementing the `{@link sap.f.IShellBar}` interface are allowed.
|
|
16190
16345
|
*/
|
|
16191
16346
|
getAdditionalContent(): IShellBar[];
|
|
16347
|
+
/**
|
|
16348
|
+
* @SINCE 1.65
|
|
16349
|
+
*
|
|
16350
|
+
* Gets the available Bar contexts.
|
|
16351
|
+
*/
|
|
16352
|
+
getContext(): Object;
|
|
16192
16353
|
/**
|
|
16193
16354
|
* Gets current value of property {@link #getHomeIcon homeIcon}.
|
|
16194
16355
|
*
|
|
@@ -16219,10 +16380,6 @@ declare module "sap/f/ShellBar" {
|
|
|
16219
16380
|
* The menu attached to the main title.
|
|
16220
16381
|
*/
|
|
16221
16382
|
getMenu(): Menu;
|
|
16222
|
-
/**
|
|
16223
|
-
* Returns a metadata object for class sap.f.ShellBar.
|
|
16224
|
-
*/
|
|
16225
|
-
static getMetadata(): ElementMetadata;
|
|
16226
16383
|
/**
|
|
16227
16384
|
* @SINCE 1.64
|
|
16228
16385
|
*
|
|
@@ -16640,42 +16797,42 @@ declare module "sap/f/ShellBar" {
|
|
|
16640
16797
|
/**
|
|
16641
16798
|
* Fired when the `homeIcon` is pressed.
|
|
16642
16799
|
*/
|
|
16643
|
-
homeIconPressed?:
|
|
16800
|
+
homeIconPressed?: (oEvent: Event) => void;
|
|
16644
16801
|
|
|
16645
16802
|
/**
|
|
16646
16803
|
* Fired when the alternative menu button is pressed.
|
|
16647
16804
|
*/
|
|
16648
|
-
menuButtonPressed?:
|
|
16805
|
+
menuButtonPressed?: (oEvent: Event) => void;
|
|
16649
16806
|
|
|
16650
16807
|
/**
|
|
16651
16808
|
* Fired when the navigation/back button is pressed.
|
|
16652
16809
|
*/
|
|
16653
|
-
navButtonPressed?:
|
|
16810
|
+
navButtonPressed?: (oEvent: Event) => void;
|
|
16654
16811
|
|
|
16655
16812
|
/**
|
|
16656
16813
|
* Fired when the SAP CoPilot icon is pressed.
|
|
16657
16814
|
*/
|
|
16658
|
-
copilotPressed?:
|
|
16815
|
+
copilotPressed?: (oEvent: Event) => void;
|
|
16659
16816
|
|
|
16660
16817
|
/**
|
|
16661
16818
|
* Fired when the search button is pressed.
|
|
16662
16819
|
*/
|
|
16663
|
-
searchButtonPressed?:
|
|
16820
|
+
searchButtonPressed?: (oEvent: Event) => void;
|
|
16664
16821
|
|
|
16665
16822
|
/**
|
|
16666
16823
|
* Fired when the notifications button is pressed.
|
|
16667
16824
|
*/
|
|
16668
|
-
notificationsPressed?:
|
|
16825
|
+
notificationsPressed?: (oEvent: Event) => void;
|
|
16669
16826
|
|
|
16670
16827
|
/**
|
|
16671
16828
|
* Fired when the product switcher button is pressed.
|
|
16672
16829
|
*/
|
|
16673
|
-
productSwitcherPressed?:
|
|
16830
|
+
productSwitcherPressed?: (oEvent: Event) => void;
|
|
16674
16831
|
|
|
16675
16832
|
/**
|
|
16676
16833
|
* Fired when the profile avatar is pressed.
|
|
16677
16834
|
*/
|
|
16678
|
-
avatarPressed?:
|
|
16835
|
+
avatarPressed?: (oEvent: Event) => void;
|
|
16679
16836
|
}
|
|
16680
16837
|
}
|
|
16681
16838
|
|