i-tech-shared-components 1.4.37 → 1.4.39
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.
|
@@ -12,6 +12,7 @@ export declare class DateTimePickerComponent implements AfterViewInit, OnDestroy
|
|
|
12
12
|
label: string;
|
|
13
13
|
submit: boolean;
|
|
14
14
|
required: boolean;
|
|
15
|
+
panelClass: string;
|
|
15
16
|
set disabled(disabled: boolean);
|
|
16
17
|
get disabled(): boolean;
|
|
17
18
|
private _disabled;
|
|
@@ -31,5 +32,5 @@ export declare class DateTimePickerComponent implements AfterViewInit, OnDestroy
|
|
|
31
32
|
onFocus(event: FocusEvent): void;
|
|
32
33
|
onBlur(event?: FocusEvent): void;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "i-tech-date-time-picker", never, { "label": { "alias": "label"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateChangeEvent": "dateChangeEvent"; }, never, never, true, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "i-tech-date-time-picker", never, { "label": { "alias": "label"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "required": { "alias": "required"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateChangeEvent": "dateChangeEvent"; }, never, never, true, never>;
|
|
35
36
|
}
|