mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
refactor(keyboard): move to utils
This commit is contained in:
@ -34,6 +34,7 @@ export class Modal implements OverlayInterface {
|
||||
|
||||
@Prop() overlayId: number;
|
||||
@Prop() delegate: FrameworkDelegate;
|
||||
@Prop() keyboardClose = true;
|
||||
|
||||
/**
|
||||
* The color to use from your Sass `$colors` map.
|
||||
|
||||
@ -98,6 +98,11 @@ If true, the modal will be dismissed when the backdrop is clicked. Defaults to `
|
||||
Animation to use when the modal is presented.
|
||||
|
||||
|
||||
#### keyboardClose
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### leaveAnimation
|
||||
|
||||
|
||||
@ -185,6 +190,11 @@ If true, the modal will be dismissed when the backdrop is clicked. Defaults to `
|
||||
Animation to use when the modal is presented.
|
||||
|
||||
|
||||
#### keyboard-close
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### leave-animation
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user