From 7acc5f0061a31c1a59895193c0cef2420b897c1f Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 9 Jan 2019 20:01:03 +0100 Subject: [PATCH] build: fix public api goldens --- tools/public_api_guard/lib/radio.d.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/public_api_guard/lib/radio.d.ts b/tools/public_api_guard/lib/radio.d.ts index fccef1971bdb..c582fdf2748f 100644 --- a/tools/public_api_guard/lib/radio.d.ts +++ b/tools/public_api_guard/lib/radio.d.ts @@ -1,7 +1,5 @@ export declare const _MatRadioButtonMixinBase: CanColorCtor & CanDisableRippleCtor & HasTabIndexCtor & typeof MatRadioButtonBase; -export declare const _MatRadioGroupMixinBase: CanDisableCtor & typeof MatRadioGroupBase; - export declare const MAT_RADIO_GROUP_CONTROL_VALUE_ACCESSOR: any; export declare class MatRadioButton extends _MatRadioButtonMixinBase implements OnInit, AfterViewInit, OnDestroy, CanColor, CanDisableRipple, HasTabIndex { @@ -45,7 +43,7 @@ export declare class MatRadioChange { value: any); } -export declare class MatRadioGroup extends _MatRadioGroupMixinBase implements AfterContentInit, ControlValueAccessor, CanDisable { +export declare class MatRadioGroup implements AfterContentInit, ControlValueAccessor { _controlValueAccessorChangeFn: (value: any) => void; _radios: QueryList; readonly change: EventEmitter; @@ -68,8 +66,5 @@ export declare class MatRadioGroup extends _MatRadioGroupMixinBase implements Af writeValue(value: any): void; } -export declare class MatRadioGroupBase { -} - export declare class MatRadioModule { }