@openui5/ts-types 1.115.1 → 1.116.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/README.md +4 -14
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.f.d.ts +70 -248
- package/types/sap.m.d.ts +377 -2599
- package/types/sap.tnt.d.ts +51 -24
- package/types/sap.ui.codeeditor.d.ts +3 -19
- package/types/sap.ui.commons.d.ts +39 -415
- package/types/sap.ui.core.d.ts +253 -845
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +4 -78
- package/types/sap.ui.integration.d.ts +119 -93
- package/types/sap.ui.layout.d.ts +6 -40
- package/types/sap.ui.mdc.d.ts +803 -842
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -12
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +21 -187
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +24 -379
- package/types/sap.ui.ux3.d.ts +44 -483
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +731 -308
- package/types/sap.ui.webc.main.d.ts +4118 -1173
- package/types/sap.uxap.d.ts +10 -80
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -158,9 +158,7 @@ declare namespace sap {
|
|
|
158
158
|
*
|
|
159
159
|
* Fired when an aggregated view is instantiated.
|
|
160
160
|
*/
|
|
161
|
-
viewInit?: (
|
|
162
|
-
oEvent: sap.ui.base.Event<sap.uxap.BlockBase$ViewInitEventParameters>
|
|
163
|
-
) => void;
|
|
161
|
+
viewInit?: (oEvent: BlockBase$ViewInitEvent) => void;
|
|
164
162
|
}
|
|
165
163
|
|
|
166
164
|
interface $BreadCrumbsSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -540,21 +538,19 @@ declare namespace sap {
|
|
|
540
538
|
* The event is fired when the objectPage header title selector (down-arrow) is pressed
|
|
541
539
|
*/
|
|
542
540
|
titleSelectorPress?: (
|
|
543
|
-
oEvent:
|
|
541
|
+
oEvent: ObjectPageHeader$TitleSelectorPressEvent
|
|
544
542
|
) => void;
|
|
545
543
|
|
|
546
544
|
/**
|
|
547
545
|
* The event is fired when the Locked button is pressed
|
|
548
546
|
*/
|
|
549
|
-
markLockedPress?: (
|
|
550
|
-
oEvent: sap.ui.base.Event<sap.uxap.ObjectPageHeader$MarkLockedPressEventParameters>
|
|
551
|
-
) => void;
|
|
547
|
+
markLockedPress?: (oEvent: ObjectPageHeader$MarkLockedPressEvent) => void;
|
|
552
548
|
|
|
553
549
|
/**
|
|
554
550
|
* The event is fired when the unsaved changes button is pressed
|
|
555
551
|
*/
|
|
556
552
|
markChangesPress?: (
|
|
557
|
-
oEvent:
|
|
553
|
+
oEvent: ObjectPageHeader$MarkChangesPressEvent
|
|
558
554
|
) => void;
|
|
559
555
|
}
|
|
560
556
|
|
|
@@ -990,24 +986,20 @@ declare namespace sap {
|
|
|
990
986
|
* The event is fired when the `headerContentPinned` property is changed via user interaction.
|
|
991
987
|
*/
|
|
992
988
|
headerContentPinnedStateChange?: (
|
|
993
|
-
oEvent:
|
|
989
|
+
oEvent: ObjectPageLayout$HeaderContentPinnedStateChangeEvent
|
|
994
990
|
) => void;
|
|
995
991
|
|
|
996
992
|
/**
|
|
997
993
|
* The event is fired when the Anchor bar is switched from moving to fixed or the other way round.
|
|
998
994
|
*/
|
|
999
|
-
toggleAnchorBar?: (
|
|
1000
|
-
oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$ToggleAnchorBarEventParameters>
|
|
1001
|
-
) => void;
|
|
995
|
+
toggleAnchorBar?: (oEvent: ObjectPageLayout$ToggleAnchorBarEvent) => void;
|
|
1002
996
|
|
|
1003
997
|
/**
|
|
1004
998
|
* @since 1.73
|
|
1005
999
|
*
|
|
1006
1000
|
* Fired when the current section is changed by scrolling.
|
|
1007
1001
|
*/
|
|
1008
|
-
sectionChange?: (
|
|
1009
|
-
oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$SectionChangeEventParameters>
|
|
1010
|
-
) => void;
|
|
1002
|
+
sectionChange?: (oEvent: ObjectPageLayout$SectionChangeEvent) => void;
|
|
1011
1003
|
|
|
1012
1004
|
/**
|
|
1013
1005
|
* The event is fired when the Edit Header button is pressed
|
|
@@ -1019,9 +1011,7 @@ declare namespace sap {
|
|
|
1019
1011
|
*
|
|
1020
1012
|
* The event is fired when the selected section is changed using the navigation.
|
|
1021
1013
|
*/
|
|
1022
|
-
navigate?: (
|
|
1023
|
-
oEvent: sap.ui.base.Event<sap.uxap.ObjectPageLayout$NavigateEventParameters>
|
|
1024
|
-
) => void;
|
|
1014
|
+
navigate?: (oEvent: ObjectPageLayout$NavigateEvent) => void;
|
|
1025
1015
|
|
|
1026
1016
|
/**
|
|
1027
1017
|
* @since 1.77
|
|
@@ -1029,7 +1019,7 @@ declare namespace sap {
|
|
|
1029
1019
|
* Fired when the visibility of subsections is changed.
|
|
1030
1020
|
*/
|
|
1031
1021
|
subSectionVisibilityChange?: (
|
|
1032
|
-
oEvent:
|
|
1022
|
+
oEvent: ObjectPageLayout$SubSectionVisibilityChangeEvent
|
|
1033
1023
|
) => void;
|
|
1034
1024
|
}
|
|
1035
1025
|
|
|
@@ -7532,84 +7522,24 @@ declare namespace sap {
|
|
|
7532
7522
|
*/
|
|
7533
7523
|
type BlockBaseColumnLayout = string;
|
|
7534
7524
|
|
|
7535
|
-
/**
|
|
7536
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BlockBase$ViewInitEventParameters'
|
|
7537
|
-
* in 1.115.1 and any later releases.
|
|
7538
|
-
*/
|
|
7539
|
-
type $BlockBaseViewInitEventParameters = sap.uxap.BlockBase$ViewInitEventParameters;
|
|
7540
|
-
|
|
7541
7525
|
type BlockBase$ViewInitEvent = sap.ui.base.Event<BlockBase$ViewInitEventParameters>;
|
|
7542
7526
|
|
|
7543
|
-
/**
|
|
7544
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$MarkChangesPressEventParameters'
|
|
7545
|
-
* in 1.115.1 and any later releases.
|
|
7546
|
-
*/
|
|
7547
|
-
type $ObjectPageHeaderMarkChangesPressEventParameters = sap.uxap.ObjectPageHeader$MarkChangesPressEventParameters;
|
|
7548
|
-
|
|
7549
7527
|
type ObjectPageHeader$MarkChangesPressEvent = sap.ui.base.Event<ObjectPageHeader$MarkChangesPressEventParameters>;
|
|
7550
7528
|
|
|
7551
|
-
/**
|
|
7552
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$MarkLockedPressEventParameters'
|
|
7553
|
-
* in 1.115.1 and any later releases.
|
|
7554
|
-
*/
|
|
7555
|
-
type $ObjectPageHeaderMarkLockedPressEventParameters = sap.uxap.ObjectPageHeader$MarkLockedPressEventParameters;
|
|
7556
|
-
|
|
7557
7529
|
type ObjectPageHeader$MarkLockedPressEvent = sap.ui.base.Event<ObjectPageHeader$MarkLockedPressEventParameters>;
|
|
7558
7530
|
|
|
7559
|
-
/**
|
|
7560
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageHeader$TitleSelectorPressEventParameters'
|
|
7561
|
-
* in 1.115.1 and any later releases.
|
|
7562
|
-
*/
|
|
7563
|
-
type $ObjectPageHeaderTitleSelectorPressEventParameters = sap.uxap.ObjectPageHeader$TitleSelectorPressEventParameters;
|
|
7564
|
-
|
|
7565
7531
|
type ObjectPageHeader$TitleSelectorPressEvent = sap.ui.base.Event<ObjectPageHeader$TitleSelectorPressEventParameters>;
|
|
7566
7532
|
|
|
7567
|
-
/**
|
|
7568
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$EditHeaderButtonPressEventParameters'
|
|
7569
|
-
* in 1.115.1 and any later releases.
|
|
7570
|
-
*/
|
|
7571
|
-
type $ObjectPageLayoutEditHeaderButtonPressEventParameters = sap.uxap.ObjectPageLayout$EditHeaderButtonPressEventParameters;
|
|
7572
|
-
|
|
7573
7533
|
type ObjectPageLayout$EditHeaderButtonPressEvent = sap.ui.base.Event<ObjectPageLayout$EditHeaderButtonPressEventParameters>;
|
|
7574
7534
|
|
|
7575
|
-
/**
|
|
7576
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters'
|
|
7577
|
-
* in 1.115.1 and any later releases.
|
|
7578
|
-
*/
|
|
7579
|
-
type $ObjectPageLayoutHeaderContentPinnedStateChangeEventParameters = sap.uxap.ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters;
|
|
7580
|
-
|
|
7581
7535
|
type ObjectPageLayout$HeaderContentPinnedStateChangeEvent = sap.ui.base.Event<ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters>;
|
|
7582
7536
|
|
|
7583
|
-
/**
|
|
7584
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$NavigateEventParameters'
|
|
7585
|
-
* in 1.115.1 and any later releases.
|
|
7586
|
-
*/
|
|
7587
|
-
type $ObjectPageLayoutNavigateEventParameters = sap.uxap.ObjectPageLayout$NavigateEventParameters;
|
|
7588
|
-
|
|
7589
7537
|
type ObjectPageLayout$NavigateEvent = sap.ui.base.Event<ObjectPageLayout$NavigateEventParameters>;
|
|
7590
7538
|
|
|
7591
|
-
/**
|
|
7592
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$SectionChangeEventParameters'
|
|
7593
|
-
* in 1.115.1 and any later releases.
|
|
7594
|
-
*/
|
|
7595
|
-
type $ObjectPageLayoutSectionChangeEventParameters = sap.uxap.ObjectPageLayout$SectionChangeEventParameters;
|
|
7596
|
-
|
|
7597
7539
|
type ObjectPageLayout$SectionChangeEvent = sap.ui.base.Event<ObjectPageLayout$SectionChangeEventParameters>;
|
|
7598
7540
|
|
|
7599
|
-
/**
|
|
7600
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$SubSectionVisibilityChangeEventParameters'
|
|
7601
|
-
* in 1.115.1 and any later releases.
|
|
7602
|
-
*/
|
|
7603
|
-
type $ObjectPageLayoutSubSectionVisibilityChangeEventParameters = sap.uxap.ObjectPageLayout$SubSectionVisibilityChangeEventParameters;
|
|
7604
|
-
|
|
7605
7541
|
type ObjectPageLayout$SubSectionVisibilityChangeEvent = sap.ui.base.Event<ObjectPageLayout$SubSectionVisibilityChangeEventParameters>;
|
|
7606
7542
|
|
|
7607
|
-
/**
|
|
7608
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ObjectPageLayout$ToggleAnchorBarEventParameters'
|
|
7609
|
-
* in 1.115.1 and any later releases.
|
|
7610
|
-
*/
|
|
7611
|
-
type $ObjectPageLayoutToggleAnchorBarEventParameters = sap.uxap.ObjectPageLayout$ToggleAnchorBarEventParameters;
|
|
7612
|
-
|
|
7613
7543
|
type ObjectPageLayout$ToggleAnchorBarEvent = sap.ui.base.Event<ObjectPageLayout$ToggleAnchorBarEventParameters>;
|
|
7614
7544
|
}
|
|
7615
7545
|
|