mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
refactor(modal): simplify modal-controller, add ability to dismiss modal from itself
* modal progress * conf app progress * refactor(modal): don't append the .ion-page class anymore to since we are wrapping in <ion-page> instead
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -1662,7 +1662,7 @@ declare global {
|
||||
enableBackdropDismiss?: boolean;
|
||||
enterAnimation?: AnimationBuilder;
|
||||
leaveAnimation?: AnimationBuilder;
|
||||
modalId?: string;
|
||||
modalId?: number;
|
||||
mode?: string;
|
||||
showBackdrop?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user