@elderbyte/ngx-starter 16.0.0 → 16.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,13 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class CustomDateAdapter extends NativeDateAdapter {
|
|
8
8
|
private readonly logger;
|
|
9
|
+
private readonly fallbackDateFormats;
|
|
10
|
+
private readonly dateFormats;
|
|
11
|
+
private readonly matDateLocale;
|
|
12
|
+
constructor(matDateLocale: string);
|
|
9
13
|
getFirstDayOfWeek(): number;
|
|
14
|
+
parse(value: any, parseFormat?: any): Date | null;
|
|
15
|
+
private getFormatsOfLocale;
|
|
10
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDateAdapter, never>;
|
|
11
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<CustomDateAdapter>;
|
|
12
18
|
}
|