Skip to content

Commit 1b6e7b1

Browse files
crisbetojelbourn
authored andcommitted
chore: update a11y golden (#14576)
It seems like a change made it in that moves something around in the a11y golden file that fails the build.
1 parent 766dbca commit 1b6e7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/cdk/a11y.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export declare class FocusKeyManager<T> extends ListKeyManager<FocusableOption &
7070
export declare class FocusMonitor implements OnDestroy {
7171
constructor(_ngZone: NgZone, _platform: Platform);
7272
_onBlur(event: FocusEvent, element: HTMLElement): void;
73-
focusVia(element: HTMLElement, origin: FocusOrigin, options?: FocusOptions): void;
7473
focusVia(element: ElementRef<HTMLElement>, origin: FocusOrigin, options?: FocusOptions): void;
74+
focusVia(element: HTMLElement, origin: FocusOrigin, options?: FocusOptions): void;
7575
monitor(element: ElementRef<HTMLElement>, checkChildren?: boolean): Observable<FocusOrigin>;
7676
monitor(element: HTMLElement, checkChildren?: boolean): Observable<FocusOrigin>;
7777
ngOnDestroy(): void;

0 commit comments

Comments
 (0)