mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(): update to angular 7
This commit is contained in:

committed by
Manu MA

parent
5d0050157e
commit
3ac05214f1
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -1612,7 +1612,7 @@ export namespace Components {
|
||||
/**
|
||||
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
|
||||
*/
|
||||
'autocapitalize': 'on' | 'off' | 'words' | 'characters';
|
||||
'autocapitalize': string;
|
||||
/**
|
||||
* Indicates whether the value of the control can be automatically completed by the browser.
|
||||
*/
|
||||
@ -1730,7 +1730,7 @@ export namespace Components {
|
||||
/**
|
||||
* Indicates whether and how the text value should be automatically capitalized as it is entered/edited by the user.
|
||||
*/
|
||||
'autocapitalize'?: 'on' | 'off' | 'words' | 'characters';
|
||||
'autocapitalize'?: string;
|
||||
/**
|
||||
* Indicates whether the value of the control can be automatically completed by the browser.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user