refactor(popover): rename ev to event?

fixes #15014
This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 23:16:47 +02:00
parent 2a4327f850
commit 8cc1ce253e
19 changed files with 83 additions and 82 deletions

View File

@ -1662,7 +1662,7 @@ declare global {
/**
* The event to pass to the popover animation.
*/
'ev': any;
'event': any;
'keyboardClose': boolean;
/**
* Animation to use when the popover is dismissed.
@ -5169,7 +5169,7 @@ declare global {
/**
* The event to pass to the popover animation.
*/
'ev'?: any;
'event'?: any;
'keyboardClose'?: boolean;
/**
* Animation to use when the popover is dismissed.