Skip to content

Commit b0b7131

Browse files
committed
update api goldens
1 parent f8cbec7 commit b0b7131

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

goldens/material/chips/index.api.md

+4
Original file line numberDiff line numberDiff line change
@@ -416,13 +416,17 @@ export class MatChipRemove extends MatChipAction {
416416
export class MatChipRow extends MatChip implements AfterViewInit {
417417
constructor(...args: unknown[]);
418418
// (undocumented)
419+
_alreadyFocused: boolean;
420+
// (undocumented)
419421
protected basicChipAttrName: string;
420422
contentEditInput?: MatChipEditInput;
421423
defaultEditInput?: MatChipEditInput;
422424
// (undocumented)
423425
editable: boolean;
424426
readonly edited: EventEmitter<MatChipEditedEvent>;
425427
// (undocumented)
428+
_handleClick(event: MouseEvent): void;
429+
// (undocumented)
426430
_handleDoubleclick(event: MouseEvent): void;
427431
_handleFocus(): void;
428432
// (undocumented)

0 commit comments

Comments
 (0)