@@ -5,8 +5,8 @@ import { ProxyCmp, proxyOutputs } from "../proxies-utils";
5
5
import { Components } from "@ionic/core" ;
6
6
export declare interface IonModal extends Components . IonModal {
7
7
}
8
- @ProxyCmp ( { inputs : [ "animated" , "backdropDismiss" , "cssClass" , "enterAnimation" , "event" , "isOpen" , "keyboardClose" , "leaveAnimation" , "mode" , "presentingElement" , "showBackdrop" , "swipeToClose" , "translucent" , "trigger" ] , "methods" : [ "present" , "dismiss" , "onDidDismiss" , "onWillDismiss" ] } )
9
- @Component ( { selector : "ion-modal" , changeDetection : ChangeDetectionStrategy . OnPush , template : `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen"></ng-container>` , inputs : [ "animated" , "backdropDismiss" , "cssClass" , "enterAnimation" , "event" , "isOpen" , "keyboardClose" , "leaveAnimation" , "mode" , "presentingElement" , "showBackdrop" , "swipeToClose" , "translucent" , "trigger" ] } )
8
+ @ProxyCmp ( { inputs : [ "animated" , "backdropBreakpoint" , " backdropDismiss", "breakpoints" , " cssClass", "enterAnimation" , "event" , "handle" , "initialBreakpoint ", "isOpen" , "keyboardClose" , "leaveAnimation" , "mode" , "presentingElement" , "showBackdrop" , "swipeToClose" , "translucent" , "trigger" ] , "methods" : [ "present" , "dismiss" , "onDidDismiss" , "onWillDismiss" ] } )
9
+ @Component ( { selector : "ion-modal" , changeDetection : ChangeDetectionStrategy . OnPush , template : `<ng-container [ngTemplateOutlet]="template" *ngIf="isCmpOpen"></ng-container>` , inputs : [ "animated" , "backdropBreakpoint" , " backdropDismiss", "breakpoints" , " cssClass", "enterAnimation" , "event" , "handle" , "initialBreakpoint ", "isOpen" , "keyboardClose" , "leaveAnimation" , "mode" , "presentingElement" , "showBackdrop" , "swipeToClose" , "translucent" , "trigger" ] } )
10
10
export class IonModal {
11
11
@ContentChild ( TemplateRef , { static : false } ) template : TemplateRef < any > ;
12
12
0 commit comments