|
6 | 6 |
|
7 | 7 | import { AbstractControl } from '@angular/forms'; |
8 | 8 | import { AfterViewInit } from '@angular/core'; |
9 | | -import { CheckboxRequiredValidator } from '@angular/forms'; |
10 | 9 | import { ControlValueAccessor } from '@angular/forms'; |
11 | 10 | import { ElementRef } from '@angular/core'; |
12 | 11 | import { EventEmitter } from '@angular/core'; |
13 | 12 | import { FocusableOption } from '@angular/cdk/a11y'; |
14 | 13 | import * as i0 from '@angular/core'; |
15 | | -import * as i3 from '@angular/material/core'; |
| 14 | +import * as i2 from '@angular/material/core'; |
16 | 15 | import { InjectionToken } from '@angular/core'; |
17 | 16 | import { OnChanges } from '@angular/core'; |
18 | | -import { Provider } from '@angular/core'; |
19 | 17 | import { SimpleChanges } from '@angular/core'; |
20 | 18 | import { ThemePalette } from '@angular/material/core'; |
21 | 19 | import { ValidationErrors } from '@angular/forms'; |
22 | 20 | import { Validator } from '@angular/forms'; |
23 | 21 |
|
24 | | -// @public @deprecated (undocumented) |
25 | | -export const MAT_CHECKBOX_CONTROL_VALUE_ACCESSOR: any; |
26 | | - |
27 | 22 | // @public |
28 | 23 | export const MAT_CHECKBOX_DEFAULT_OPTIONS: InjectionToken<MatCheckboxDefaultOptions>; |
29 | 24 |
|
30 | 25 | // @public |
31 | 26 | export function MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY(): MatCheckboxDefaultOptions; |
32 | 27 |
|
33 | | -// @public @deprecated (undocumented) |
34 | | -export const MAT_CHECKBOX_REQUIRED_VALIDATOR: Provider; |
35 | | - |
36 | 28 | // @public (undocumented) |
37 | 29 | export class MatCheckbox implements AfterViewInit, OnChanges, ControlValueAccessor, Validator, FocusableOption { |
38 | 30 | constructor(...args: unknown[]); |
@@ -154,25 +146,7 @@ export class MatCheckboxModule { |
154 | 146 | // (undocumented) |
155 | 147 | static ɵinj: i0.ɵɵInjectorDeclaration<MatCheckboxModule>; |
156 | 148 | // (undocumented) |
157 | | - static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof i2.MatCheckbox, typeof i3.MatCommonModule], [typeof i2.MatCheckbox, typeof i3.MatCommonModule]>; |
158 | | -} |
159 | | - |
160 | | -// @public @deprecated |
161 | | -export class MatCheckboxRequiredValidator extends CheckboxRequiredValidator { |
162 | | - // (undocumented) |
163 | | - static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxRequiredValidator, "mat-checkbox[required][formControlName], mat-checkbox[required][formControl], mat-checkbox[required][ngModel]", never, {}, {}, never, never, true, never>; |
164 | | - // (undocumented) |
165 | | - static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxRequiredValidator, never>; |
166 | | -} |
167 | | - |
168 | | -// @public @deprecated (undocumented) |
169 | | -export class _MatCheckboxRequiredValidatorModule { |
170 | | - // (undocumented) |
171 | | - static ɵfac: i0.ɵɵFactoryDeclaration<_MatCheckboxRequiredValidatorModule, never>; |
172 | | - // (undocumented) |
173 | | - static ɵinj: i0.ɵɵInjectorDeclaration<_MatCheckboxRequiredValidatorModule>; |
174 | | - // (undocumented) |
175 | | - static ɵmod: i0.ɵɵNgModuleDeclaration<_MatCheckboxRequiredValidatorModule, never, [typeof i1.MatCheckboxRequiredValidator], [typeof i1.MatCheckboxRequiredValidator]>; |
| 149 | + static ɵmod: i0.ɵɵNgModuleDeclaration<MatCheckboxModule, never, [typeof i1.MatCheckbox, typeof i2.MatCommonModule], [typeof i1.MatCheckbox, typeof i2.MatCommonModule]>; |
176 | 150 | } |
177 | 151 |
|
178 | 152 | // @public |
|
0 commit comments