refactor(keyboard): move to utils

This commit is contained in:
Manu Mtz.-Almeida
2018-03-19 20:10:37 +01:00
parent 4d8a99f03b
commit c85f7483c9
23 changed files with 120 additions and 299 deletions

View File

@ -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.

View File

@ -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