Skip to content

Commit 4b786bd

Browse files
devversionvivian-hu-zz
authored andcommitted
build: fix api goldens for dialog changes (#14830)
* Fixes the API goldens which haven't been updated for b62f3f3 properly due to not being rebased on ec9f9c8
1 parent 2e65f4c commit 4b786bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/public_api_guard/lib/dialog.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export declare class MatDialogRef<T, R = any> {
107107
disableClose: boolean | undefined;
108108
readonly id: string;
109109
constructor(_overlayRef: OverlayRef, _containerInstance: MatDialogContainer, _location?: Location, id?: string);
110+
addPanelClass(classes: string | string[]): this;
110111
afterClosed(): Observable<R | undefined>;
111112
afterOpen(): Observable<void>;
112113
afterOpened(): Observable<void>;
@@ -115,6 +116,7 @@ export declare class MatDialogRef<T, R = any> {
115116
beforeClosed(): Observable<R | undefined>;
116117
close(dialogResult?: R): void;
117118
keydownEvents(): Observable<KeyboardEvent>;
119+
removePanelClass(classes: string | string[]): this;
118120
updatePosition(position?: DialogPosition): this;
119121
updateSize(width?: string, height?: string): this;
120122
}

0 commit comments

Comments
 (0)