@@ -132,6 +132,15 @@ export class MatChip implements OnInit, AfterViewInit, AfterContentInit, DoCheck
132132 static ɵfac: i0 .ɵɵFactoryDeclaration <MatChip , never >;
133133}
134134
135+ // @public (undocumented)
136+ export class MatChipAutocompleteInput extends MatChipInput {
137+ _emitChipEnd(event ? : KeyboardEvent ): void ;
138+ // (undocumented)
139+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatChipAutocompleteInput , " input[matChipInputFor][matAutocomplete]" , [" matChipInput" , " matChipInputFor" ], {}, {}, never , never , true , never >;
140+ // (undocumented)
141+ static ɵfac: i0 .ɵɵFactoryDeclaration <MatChipAutocompleteInput , never >;
142+ }
143+
135144// @public
136145export class MatChipAvatar {
137146 // (undocumented)
@@ -288,6 +297,7 @@ export class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
288297 protected _getReadonlyAttribute(): string | null ;
289298 id: string ;
290299 readonly inputElement: HTMLInputElement ;
300+ protected _isSeparatorKey(event : KeyboardEvent ): boolean ;
291301 _keydown(event : KeyboardEvent ): void ;
292302 // (undocumented)
293303 static ngAcceptInputType_addOnBlur: unknown ;
@@ -309,7 +319,7 @@ export class MatChipInput implements MatChipTextControl, OnChanges, OnDestroy {
309319 // (undocumented)
310320 setDescribedByIds(ids : string []): void ;
311321 // (undocumented)
312- static ɵdir: i0 .ɵɵDirectiveDeclaration <MatChipInput , " input[matChipInputFor]" , [" matChipInput" , " matChipInputFor" ], { " chipGrid" : { " alias" : " matChipInputFor" ; " required" : false ; }; " addOnBlur" : { " alias" : " matChipInputAddOnBlur" ; " required" : false ; }; " separatorKeyCodes" : { " alias" : " matChipInputSeparatorKeyCodes" ; " required" : false ; }; " placeholder" : { " alias" : " placeholder" ; " required" : false ; }; " id" : { " alias" : " id" ; " required" : false ; }; " disabled" : { " alias" : " disabled" ; " required" : false ; }; " readonly" : { " alias" : " readonly" ; " required" : false ; }; " disabledInteractive" : { " alias" : " matChipInputDisabledInteractive" ; " required" : false ; }; }, { " chipEnd" : " matChipInputTokenEnd" ; }, never , never , true , never >;
322+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MatChipInput , " input[matChipInputFor]:not([matAutocomplete]) " , [" matChipInput" , " matChipInputFor" ], { " chipGrid" : { " alias" : " matChipInputFor" ; " required" : false ; }; " addOnBlur" : { " alias" : " matChipInputAddOnBlur" ; " required" : false ; }; " separatorKeyCodes" : { " alias" : " matChipInputSeparatorKeyCodes" ; " required" : false ; }; " placeholder" : { " alias" : " placeholder" ; " required" : false ; }; " id" : { " alias" : " id" ; " required" : false ; }; " disabled" : { " alias" : " disabled" ; " required" : false ; }; " readonly" : { " alias" : " readonly" ; " required" : false ; }; " disabledInteractive" : { " alias" : " matChipInputDisabledInteractive" ; " required" : false ; }; }, { " chipEnd" : " matChipInputTokenEnd" ; }, never , never , true , never >;
313323 // (undocumented)
314324 static ɵfac: i0 .ɵɵFactoryDeclaration <MatChipInput , never >;
315325}
@@ -541,7 +551,7 @@ export class MatChipsModule {
541551 // (undocumented)
542552 static ɵinj: i0 .ɵɵInjectorDeclaration <MatChipsModule >;
543553 // (undocumented)
544- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatChipsModule , never , [typeof MatRippleModule , typeof MatChipAction , typeof MatChip , typeof MatChipAvatar , typeof MatChipEdit , typeof MatChipEditInput , typeof MatChipGrid , typeof MatChipInput , typeof MatChipListbox , typeof MatChipOption , typeof MatChipRemove , typeof MatChipRow , typeof MatChipSet , typeof MatChipTrailingIcon ], [typeof i2 .BidiModule , typeof MatChip , typeof MatChipAvatar , typeof MatChipEdit , typeof MatChipEditInput , typeof MatChipGrid , typeof MatChipInput , typeof MatChipListbox , typeof MatChipOption , typeof MatChipRemove , typeof MatChipRow , typeof MatChipSet , typeof MatChipTrailingIcon ]>;
554+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatChipsModule , never , [typeof MatRippleModule , typeof MatChipAction , typeof MatChip , typeof MatChipAvatar , typeof MatChipEdit , typeof MatChipEditInput , typeof MatChipGrid , typeof MatChipAutocompleteInput , typeof MatChipInput , typeof MatChipListbox , typeof MatChipOption , typeof MatChipRemove , typeof MatChipRow , typeof MatChipSet , typeof MatChipTrailingIcon ], [typeof i2 .BidiModule , typeof MatChip , typeof MatChipAvatar , typeof MatChipEdit , typeof MatChipEditInput , typeof MatChipGrid , typeof MatChipAutocompleteInput , typeof MatChipInput , typeof MatChipListbox , typeof MatChipOption , typeof MatChipRemove , typeof MatChipRow , typeof MatChipSet , typeof MatChipTrailingIcon ]>;
545555}
546556
547557// @public
0 commit comments