mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(overlay): fix overlay indexing
This commit is contained in:
7
packages/core/src/components.d.ts
vendored
7
packages/core/src/components.d.ts
vendored
@ -118,6 +118,7 @@ declare global {
|
||||
enableBackdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
overlayId?: number;
|
||||
subTitle?: string;
|
||||
title?: string;
|
||||
translucent?: boolean;
|
||||
@ -188,6 +189,7 @@ declare global {
|
||||
inputs?: AlertInput[];
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
message?: string;
|
||||
overlayId?: number;
|
||||
subTitle?: string;
|
||||
title?: string;
|
||||
translucent?: boolean;
|
||||
@ -1672,6 +1674,7 @@ declare global {
|
||||
enableBackdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
overlayId?: number;
|
||||
showBackdrop?: boolean;
|
||||
spinner?: string;
|
||||
translucent?: boolean;
|
||||
@ -1842,6 +1845,7 @@ declare global {
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
mode?: 'ios' | 'md';
|
||||
overlayId?: number;
|
||||
showBackdrop?: boolean;
|
||||
willAnimate?: boolean;
|
||||
}
|
||||
@ -2131,6 +2135,7 @@ declare global {
|
||||
enableBackdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
overlayId?: number;
|
||||
showBackdrop?: boolean;
|
||||
willAnimate?: boolean;
|
||||
}
|
||||
@ -2232,6 +2237,7 @@ declare global {
|
||||
ev?: Event;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
mode?: 'ios' | 'md';
|
||||
overlayId?: number;
|
||||
showBackdrop?: boolean;
|
||||
translucent?: boolean;
|
||||
willAnimate?: boolean;
|
||||
@ -3510,6 +3516,7 @@ declare global {
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
message?: string;
|
||||
overlayId?: number;
|
||||
position?: string;
|
||||
showCloseButton?: boolean;
|
||||
translucent?: boolean;
|
||||
|
Reference in New Issue
Block a user