@@ -15,10 +15,6 @@ export declare class AnimationDurations {
15
15
static EXITING : string ;
16
16
}
17
17
18
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
19
-
20
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
21
-
22
18
export interface CanColor {
23
19
color : ThemePalette ;
24
20
}
@@ -79,8 +75,6 @@ export declare abstract class DateAdapter<D> {
79
75
abstract today ( ) : D ;
80
76
}
81
77
82
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
83
-
84
78
export declare const defaultRippleAnimationConfig : {
85
79
enterDuration : number ;
86
80
exitDuration : number ;
@@ -92,8 +86,6 @@ export declare class ErrorStateMatcher {
92
86
static ɵprov : i0 . ɵɵInjectableDef < ErrorStateMatcher > ;
93
87
}
94
88
95
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
96
-
97
89
export declare type FloatLabelType = 'always' | 'never' | 'auto' ;
98
90
99
91
export declare class GestureConfig extends HammerGestureConfig {
@@ -167,18 +159,10 @@ export interface HasTabIndex {
167
159
168
160
export declare type HasTabIndexCtor = Constructor < HasTabIndex > ;
169
161
170
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
171
-
172
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
173
-
174
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
175
-
176
162
export interface LabelOptions {
177
163
float ?: FloatLabelType ;
178
164
}
179
165
180
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
181
-
182
166
export declare const MAT_DATE_FORMATS : InjectionToken < MatDateFormats > ;
183
167
184
168
export declare const MAT_DATE_LOCALE : InjectionToken < string > ;
@@ -337,8 +321,6 @@ export declare class MatRippleModule {
337
321
static ɵmod : i0 . ɵɵNgModuleDefWithMeta < MatRippleModule , [ typeof i1 . MatRipple ] , [ typeof i2 . MatCommonModule , typeof i3 . PlatformModule ] , [ typeof i1 . MatRipple , typeof i2 . MatCommonModule ] > ;
338
322
}
339
323
340
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
341
-
342
324
export declare function mixinColor < T extends Constructor < HasElementRef > > ( base : T , defaultColor ?: ThemePalette ) : CanColorCtor & T ;
343
325
344
326
export declare function mixinDisabled < T extends Constructor < { } > > ( base : T ) : CanDisableCtor & T ;
@@ -386,10 +368,6 @@ export declare class NativeDateModule {
386
368
static ɵmod : i0 . ɵɵNgModuleDefWithMeta < NativeDateModule , never , [ typeof i1 . PlatformModule ] , never > ;
387
369
}
388
370
389
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
390
-
391
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
392
-
393
371
export interface Recognizer {
394
372
new ( options ?: any ) : Recognizer ;
395
373
recognizeWith ( otherRecognizer : Recognizer | string ) : Recognizer ;
@@ -452,8 +430,6 @@ export interface RippleTarget {
452
430
453
431
export declare type SanityChecks = boolean | GranularSanityChecks ;
454
432
455
- export declare const JAN = 0 , FEB = 1 , MAR = 2 , APR = 3 , MAY = 4 , JUN = 5 , JUL = 6 , AUG = 7 , SEP = 8 , OCT = 9 , NOV = 10 , DEC = 11 ;
456
-
457
433
export declare function setLines ( lines : QueryList < MatLine > , element : ElementRef < HTMLElement > ) : void ;
458
434
459
435
export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
0 commit comments