@@ -13,7 +13,7 @@ import { FocusableOption } from '@angular/cdk/a11y';
13
13
import { FocusOrigin } from ' @angular/cdk/a11y' ;
14
14
import { FormGroupDirective } from ' @angular/forms' ;
15
15
import * as i0 from ' @angular/core' ;
16
- import * as i1 from ' @angular/cdk/bidi' ;
16
+ import * as i2 from ' @angular/cdk/bidi' ;
17
17
import { InjectionToken } from ' @angular/core' ;
18
18
import { Injector } from ' @angular/core' ;
19
19
import { NgControl } from ' @angular/forms' ;
@@ -138,16 +138,6 @@ export function _getAnimationsState(): 'enabled' | 'di-disabled' | 'reduced-moti
138
138
// @public
139
139
export function _getOptionScrollPosition(optionOffset : number , optionHeight : number , currentScrollPosition : number , panelHeight : number ): number ;
140
140
141
- // @public @deprecated
142
- export interface GranularSanityChecks {
143
- // (undocumented)
144
- doctype: boolean ;
145
- // (undocumented)
146
- theme: boolean ;
147
- // (undocumented)
148
- version: boolean ;
149
- }
150
-
151
141
// @public (undocumented)
152
142
export const MAT_DATE_FORMATS: InjectionToken <MatDateFormats >;
153
143
@@ -166,17 +156,6 @@ export const MAT_OPTION_PARENT_COMPONENT: InjectionToken<MatOptionParentComponen
166
156
// @public
167
157
export const MAT_RIPPLE_GLOBAL_OPTIONS: InjectionToken <RippleGlobalOptions >;
168
158
169
- // @public @deprecated
170
- export class MatCommonModule {
171
- constructor (... args : any []);
172
- // (undocumented)
173
- static ɵfac: i0 .ɵɵFactoryDeclaration <MatCommonModule , never >;
174
- // (undocumented)
175
- static ɵinj: i0 .ɵɵInjectorDeclaration <MatCommonModule >;
176
- // (undocumented)
177
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatCommonModule , never , [typeof i1 .BidiModule ], [typeof i1 .BidiModule ]>;
178
- }
179
-
180
159
// @public (undocumented)
181
160
export type MatDateFormats = {
182
161
parse: {
@@ -197,9 +176,6 @@ export type MatDateFormats = {
197
176
// @public
198
177
export const MATERIAL_ANIMATIONS: InjectionToken <AnimationsConfig >;
199
178
200
- // @public @deprecated
201
- export const MATERIAL_SANITY_CHECKS: InjectionToken <SanityChecks >;
202
-
203
179
// @public
204
180
export class _MatInternalFormField {
205
181
labelPosition: ' before' | ' after' ;
@@ -224,7 +200,7 @@ export class MatLineModule {
224
200
// (undocumented)
225
201
static ɵinj: i0 .ɵɵInjectorDeclaration <MatLineModule >;
226
202
// (undocumented)
227
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatLineModule , never , [typeof MatCommonModule , typeof MatLine ], [typeof MatLine , typeof MatCommonModule ]>;
203
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatLineModule , never , [typeof MatLine ], [typeof MatLine , typeof i2 . BidiModule ]>;
228
204
}
229
205
230
206
// @public (undocumented)
@@ -301,7 +277,7 @@ export class MatOptionModule {
301
277
// (undocumented)
302
278
static ɵinj: i0 .ɵɵInjectorDeclaration <MatOptionModule >;
303
279
// (undocumented)
304
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatOptionModule , never , [typeof MatRippleModule , typeof MatCommonModule , typeof MatPseudoCheckboxModule , typeof MatOption , typeof MatOptgroup ], [typeof MatOption , typeof MatOptgroup ]>;
280
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatOptionModule , never , [typeof MatRippleModule , typeof MatPseudoCheckboxModule , typeof MatOption , typeof MatOptgroup ], [typeof MatOption , typeof MatOptgroup , typeof i2 . BidiModule ]>;
305
281
}
306
282
307
283
// @public
@@ -346,7 +322,7 @@ export class MatPseudoCheckboxModule {
346
322
// (undocumented)
347
323
static ɵinj: i0 .ɵɵInjectorDeclaration <MatPseudoCheckboxModule >;
348
324
// (undocumented)
349
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatPseudoCheckboxModule , never , [typeof MatCommonModule , typeof MatPseudoCheckbox ], [ typeof MatPseudoCheckbox ]>;
325
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatPseudoCheckboxModule , never , [typeof MatPseudoCheckbox ], [ typeof MatPseudoCheckbox , typeof i2 . BidiModule ]>;
350
326
}
351
327
352
328
// @public
@@ -407,7 +383,7 @@ export class MatRippleModule {
407
383
// (undocumented)
408
384
static ɵinj: i0 .ɵɵInjectorDeclaration <MatRippleModule >;
409
385
// (undocumented)
410
- static ɵmod: i0 .ɵɵNgModuleDeclaration <MatRippleModule , never , [typeof MatCommonModule , typeof MatRipple ], [typeof MatRipple , typeof MatCommonModule ]>;
386
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <MatRippleModule , never , [typeof MatRipple ], [typeof MatRipple , typeof i2 . BidiModule ]>;
411
387
}
412
388
413
389
// @public
@@ -560,9 +536,6 @@ export interface RippleTarget {
560
536
rippleDisabled: boolean ;
561
537
}
562
538
563
- // @public @deprecated
564
- export type SanityChecks = boolean | GranularSanityChecks ;
565
-
566
539
// @public
567
540
export function setLines(lines : QueryList <unknown >, element : ElementRef <HTMLElement >, prefix ? : string ): void ;
568
541
0 commit comments