@@ -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 > ;
@@ -342,8 +326,6 @@ export declare class MatRippleModule {
342
326
static ɵmod : i0 . ɵɵNgModuleDefWithMeta < MatRippleModule , [ typeof i1 . MatRipple ] , [ typeof i2 . MatCommonModule , typeof i3 . PlatformModule ] , [ typeof i1 . MatRipple , typeof i2 . MatCommonModule ] > ;
343
327
}
344
328
345
- 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 ;
346
-
347
329
export declare function mixinColor < T extends Constructor < HasElementRef > > ( base : T , defaultColor ?: ThemePalette ) : CanColorCtor & T ;
348
330
349
331
export declare function mixinDisabled < T extends Constructor < { } > > ( base : T ) : CanDisableCtor & T ;
@@ -391,10 +373,6 @@ export declare class NativeDateModule {
391
373
static ɵmod : i0 . ɵɵNgModuleDefWithMeta < NativeDateModule , never , [ typeof i1 . PlatformModule ] , never > ;
392
374
}
393
375
394
- 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 ;
395
-
396
- 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 ;
397
-
398
376
export interface Recognizer {
399
377
new ( options ?: any ) : Recognizer ;
400
378
recognizeWith ( otherRecognizer : Recognizer | string ) : Recognizer ;
@@ -458,8 +436,6 @@ export interface RippleTarget {
458
436
459
437
export declare type SanityChecks = boolean | GranularSanityChecks ;
460
438
461
- 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 ;
462
-
463
439
export declare function setLines ( lines : QueryList < unknown > , element : ElementRef < HTMLElement > , prefix ?: string ) : void ;
464
440
465
441
export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
0 commit comments