adb-shared 5.0.48 → 5.0.49
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.
|
@@ -17,7 +17,6 @@ export declare class AdbDatePickerDirective implements ControlValueAccessor, Val
|
|
|
17
17
|
maxDate?: Date | string;
|
|
18
18
|
minDate?: Date | string;
|
|
19
19
|
};
|
|
20
|
-
pickOnly: boolean;
|
|
21
20
|
id: string;
|
|
22
21
|
initialDate: Date;
|
|
23
22
|
isValid: boolean;
|
|
@@ -25,9 +24,11 @@ export declare class AdbDatePickerDirective implements ControlValueAccessor, Val
|
|
|
25
24
|
ngOnInit(): void;
|
|
26
25
|
onClick(): void;
|
|
27
26
|
onKeyup(event: KeyboardEvent): void;
|
|
27
|
+
onTabDown(): void;
|
|
28
|
+
onEscUp(): void;
|
|
28
29
|
onHide(): void;
|
|
29
|
-
private updateValueOnLeave;
|
|
30
30
|
onCheckOutSideClick(target: any): void;
|
|
31
|
+
private updateValueOnLeave;
|
|
31
32
|
ngOnDestroy(): void;
|
|
32
33
|
validate(control: AbstractControl): ValidationErrors;
|
|
33
34
|
onValidationChange: any;
|
|
@@ -41,5 +42,5 @@ export declare class AdbDatePickerDirective implements ControlValueAccessor, Val
|
|
|
41
42
|
static tryParse(dateString: string): Date;
|
|
42
43
|
private getId;
|
|
43
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdbDatePickerDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AdbDatePickerDirective, "input[adbDatepicker]", never, { "format": { "alias": "format"; "required": false; }; "toLeft": { "alias": "toLeft"; "required": false; }; "settings": { "alias": "settings"; "required": false; };
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AdbDatePickerDirective, "input[adbDatepicker]", never, { "format": { "alias": "format"; "required": false; }; "toLeft": { "alias": "toLeft"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
45
46
|
}
|