mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
refactor(keyboard): move to utils
This commit is contained in:
@ -33,6 +33,7 @@ export class Loading implements OverlayInterface {
|
||||
@Prop({ connect: 'ion-animation-controller' }) animationCtrl: HTMLIonAnimationControllerElement;
|
||||
@Prop({ context: 'config' }) config: Config;
|
||||
@Prop() overlayId: number;
|
||||
@Prop() keyboardClose = true;
|
||||
|
||||
/**
|
||||
* Animation to use when the loading indicator is presented.
|
||||
|
@ -76,6 +76,11 @@ If true, the loading indicator will be dismissed when the backdrop is clicked. D
|
||||
Animation to use when the loading indicator is presented.
|
||||
|
||||
|
||||
#### keyboardClose
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### leaveAnimation
|
||||
|
||||
|
||||
@ -162,6 +167,11 @@ If true, the loading indicator will be dismissed when the backdrop is clicked. D
|
||||
Animation to use when the loading indicator is presented.
|
||||
|
||||
|
||||
#### keyboard-close
|
||||
|
||||
boolean
|
||||
|
||||
|
||||
#### leave-animation
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user