@esfaenza/forms-and-validations 19.2.96 → 19.2.98
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.
|
@@ -16,6 +16,7 @@ export declare class EsFormDateComponent extends BaseFormControl implements Cont
|
|
|
16
16
|
InOutFormat: 'date' | 'timestring' | 'dayjs';
|
|
17
17
|
/** Nel caso dei componenti data il Placeholder è il formato, mentre la label floattante, se esistente, dev'essere specificata */
|
|
18
18
|
FloatingLabel: boolean;
|
|
19
|
+
DateFormat: string;
|
|
19
20
|
protected datesExts: DateService;
|
|
20
21
|
protected mode: 'date' | 'datetime' | 'time' | 'month' | 'year' | 'daterange';
|
|
21
22
|
view: WritableSignal<'month' | 'year' | 'date'>;
|
|
@@ -33,5 +34,5 @@ export declare class EsFormDateComponent extends BaseFormControl implements Cont
|
|
|
33
34
|
protected getValueIn(obj: any): Promise<any>;
|
|
34
35
|
private adjustInputModeVisuals;
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsFormDateComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EsFormDateComponent, "form-date", never, { "InOutFormat": { "alias": "InOutFormat"; "required": false; }; "FloatingLabel": { "alias": "FloatingLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EsFormDateComponent, "form-date", never, { "InOutFormat": { "alias": "InOutFormat"; "required": false; }; "FloatingLabel": { "alias": "FloatingLabel"; "required": false; }; "DateFormat": { "alias": "DateFormat"; "required": false; }; }, {}, never, never, true, never>;
|
|
37
38
|
}
|