@@ -1900,15 +1900,15 @@ export declare interface IonRow extends Components.IonRow {}
19001900
19011901
19021902@ProxyCmp ( {
1903- inputs : [ 'animated' , 'autocapitalize' , 'autocomplete' , 'autocorrect' , 'cancelButtonIcon' , 'cancelButtonText' , 'clearIcon' , 'color' , 'debounce' , 'disabled' , 'enterkeyhint' , 'inputmode' , 'maxlength' , 'minlength' , 'mode' , 'name' , 'placeholder' , 'searchIcon' , 'showCancelButton' , 'showClearButton' , 'spellcheck' , 'theme' , 'type' , 'value' ] ,
1903+ inputs : [ 'animated' , 'autocapitalize' , 'autocomplete' , 'autocorrect' , 'cancelButtonIcon' , 'cancelButtonText' , 'clearIcon' , 'color' , 'debounce' , 'disabled' , 'enterkeyhint' , 'inputmode' , 'maxlength' , 'minlength' , 'mode' , 'name' , 'placeholder' , 'searchIcon' , 'shape' , ' showCancelButton', 'showClearButton' , 'spellcheck' , 'theme' , 'type' , 'value' ] ,
19041904 methods : [ 'setFocus' , 'getInputElement' ]
19051905} )
19061906@Component ( {
19071907 selector : 'ion-searchbar' ,
19081908 changeDetection : ChangeDetectionStrategy . OnPush ,
19091909 template : '<ng-content></ng-content>' ,
19101910 // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1911- inputs : [ 'animated' , 'autocapitalize' , 'autocomplete' , 'autocorrect' , 'cancelButtonIcon' , 'cancelButtonText' , 'clearIcon' , 'color' , 'debounce' , 'disabled' , 'enterkeyhint' , 'inputmode' , 'maxlength' , 'minlength' , 'mode' , 'name' , 'placeholder' , 'searchIcon' , 'showCancelButton' , 'showClearButton' , 'spellcheck' , 'theme' , 'type' , 'value' ] ,
1911+ inputs : [ 'animated' , 'autocapitalize' , 'autocomplete' , 'autocorrect' , 'cancelButtonIcon' , 'cancelButtonText' , 'clearIcon' , 'color' , 'debounce' , 'disabled' , 'enterkeyhint' , 'inputmode' , 'maxlength' , 'minlength' , 'mode' , 'name' , 'placeholder' , 'searchIcon' , 'shape' , ' showCancelButton', 'showClearButton' , 'spellcheck' , 'theme' , 'type' , 'value' ] ,
19121912} )
19131913export class IonSearchbar {
19141914 protected el : HTMLElement ;
0 commit comments