@@ -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 interface GranularSanityChecks {
@@ -116,18 +108,10 @@ export interface HasTabIndex {
116
108
117
109
export declare type HasTabIndexCtor = Constructor < HasTabIndex > ;
118
110
119
- 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 ;
120
-
121
- 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 ;
122
-
123
- 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 ;
124
-
125
111
export interface LabelOptions {
126
112
float ?: FloatLabelType ;
127
113
}
128
114
129
- 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 ;
130
-
131
115
export declare const MAT_DATE_FORMATS : InjectionToken < MatDateFormats > ;
132
116
133
117
export declare const MAT_DATE_LOCALE : InjectionToken < string > ;
@@ -289,8 +273,6 @@ export declare class MatRippleModule {
289
273
static ɵmod : i0 . ɵɵNgModuleDefWithMeta < MatRippleModule , [ typeof i1 . MatRipple ] , [ typeof i2 . MatCommonModule , typeof i3 . PlatformModule ] , [ typeof i1 . MatRipple , typeof i2 . MatCommonModule ] > ;
290
274
}
291
275
292
- 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 ;
293
-
294
276
export declare function mixinColor < T extends Constructor < HasElementRef > > ( base : T , defaultColor ?: ThemePalette ) : CanColorCtor & T ;
295
277
296
278
export declare function mixinDisabled < T extends Constructor < { } > > ( base : T ) : CanDisableCtor & T ;
@@ -338,10 +320,6 @@ export declare class NativeDateModule {
338
320
static ɵmod : i0 . ɵɵNgModuleDefWithMeta < NativeDateModule , never , [ typeof i1 . PlatformModule ] , never > ;
339
321
}
340
322
341
- 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 ;
342
-
343
- 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 ;
344
-
345
323
export interface RippleAnimationConfig {
346
324
enterDuration ?: number ;
347
325
exitDuration ?: number ;
@@ -396,8 +374,6 @@ export interface RippleTarget {
396
374
397
375
export declare type SanityChecks = boolean | GranularSanityChecks ;
398
376
399
- 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 ;
400
-
401
377
export declare function setLines ( lines : QueryList < unknown > , element : ElementRef < HTMLElement > , prefix ?: string ) : void ;
402
378
403
379
export declare class ShowOnDirtyErrorStateMatcher implements ErrorStateMatcher {
0 commit comments