@esfaenza/forms-and-validations 15.2.45 → 15.2.47
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.
- package/esm2020/lib/forms/form-adaptive/form-adaptive.component.mjs +2 -4
- package/esm2020/lib/forms/form-autocomplete/form-autocomplete.component.mjs +2 -4
- package/esm2020/lib/forms/form-checkbox/form-checkbox.component.mjs +2 -4
- package/esm2020/lib/forms/form-date/form-date.component.mjs +2 -4
- package/esm2020/lib/forms/form-datetime/form-datetime.component.mjs +2 -4
- package/esm2020/lib/forms/form-file/form-file.component.mjs +28 -16
- package/esm2020/lib/forms/form-input/form-input.component.mjs +2 -4
- package/esm2020/lib/forms/form-multiselect/form-multiselect.component.mjs +2 -4
- package/esm2020/lib/forms/form-select/form-select.component.mjs +2 -4
- package/esm2020/lib/forms/form-textarea/form-textarea.component.mjs +2 -4
- package/esm2020/lib/forms/form-time/form-time.component.mjs +2 -4
- package/fesm2015/esfaenza-forms-and-validations.mjs +37 -45
- package/fesm2015/esfaenza-forms-and-validations.mjs.map +1 -1
- package/fesm2020/esfaenza-forms-and-validations.mjs +37 -45
- package/fesm2020/esfaenza-forms-and-validations.mjs.map +1 -1
- package/lib/forms/form-adaptive/form-adaptive.component.d.ts +1 -1
- package/lib/forms/form-autocomplete/form-autocomplete.component.d.ts +1 -1
- package/lib/forms/form-checkbox/form-checkbox.component.d.ts +1 -1
- package/lib/forms/form-date/form-date.component.d.ts +1 -1
- package/lib/forms/form-datetime/form-datetime.component.d.ts +1 -1
- package/lib/forms/form-file/form-file.component.d.ts +5 -3
- package/lib/forms/form-input/form-input.component.d.ts +1 -1
- package/lib/forms/form-multiselect/form-multiselect.component.d.ts +1 -1
- package/lib/forms/form-select/form-select.component.d.ts +1 -1
- package/lib/forms/form-textarea/form-textarea.component.d.ts +1 -1
- package/lib/forms/form-time/form-time.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -114,6 +114,6 @@ export declare class FormAdaptiveComponent extends BaseFormControl implements Co
|
|
|
114
114
|
private executionTimers;
|
|
115
115
|
/** @ignore */
|
|
116
116
|
private throttla;
|
|
117
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormAdaptiveComponent, [null, null, null, null, null, { optional: true; self: true; }, { optional: true;
|
|
117
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormAdaptiveComponent, [null, null, null, null, null, { optional: true; self: true; }, { optional: true; }, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
118
118
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormAdaptiveComponent, "form-adaptive", never, { "Type": "Type"; "TypeMissingMessage": "TypeMissingMessage"; "Pattern": "Pattern"; "AdjustNumber": "AdjustNumber"; "AllowDownload": "AllowDownload"; "Precision": "Precision"; "Alignment": "Alignment"; "SearchFunction": "SearchFunction"; "MinChars": "MinChars"; "CaseSensitive": "CaseSensitive"; "Options": "Options"; }, {}, never, never, false, never>;
|
|
119
119
|
}
|
|
@@ -79,6 +79,6 @@ export declare class FormAutocompleteComponent extends BaseFormControl implement
|
|
|
79
79
|
private executionTimers;
|
|
80
80
|
/** @ignore */
|
|
81
81
|
private throttla;
|
|
82
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormAutocompleteComponent, [null, null, { optional: true; self: true; }, { optional: true;
|
|
82
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormAutocompleteComponent, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
83
83
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormAutocompleteComponent, "form-autocomplete", never, { "SelectLabel": "SelectLabel"; "SearchFunctionContext": "SearchFunctionContext"; "SearchFunction": "SearchFunction"; "MinChars": "MinChars"; "HideChoicesOnSelection": "HideChoicesOnSelection"; "RequiredPlaceholder": "RequiredPlaceholder"; "CaseSensitive": "CaseSensitive"; "Multi": "Multi"; "MultiElementsThreshold": "MultiElementsThreshold"; "UnboundMode": "UnboundMode"; }, {}, never, never, false, never>;
|
|
84
84
|
}
|
|
@@ -18,6 +18,6 @@ export declare class FormCheckboxComponent extends BaseFormControl implements Co
|
|
|
18
18
|
changed(): void;
|
|
19
19
|
/** @ignore */
|
|
20
20
|
onNotNullValueSet(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckboxComponent, [null, null, { optional: true; self: true; }, { optional: true;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckboxComponent, [null, null, { optional: true; self: true; }, { optional: true; }, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormCheckboxComponent, "form-checkbox", never, { "SliderMode": "SliderMode"; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -16,6 +16,6 @@ export declare class FormDateComponent extends BaseFormControl implements Contro
|
|
|
16
16
|
changed(): void;
|
|
17
17
|
/** @ignore */
|
|
18
18
|
onNotNullValueSet(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormDateComponent, [null, null, { optional: true; self: true; }, { optional: true;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDateComponent, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormDateComponent, "form-date", never, { "JsDates": "JsDates"; }, {}, never, never, false, never>;
|
|
21
21
|
}
|
|
@@ -18,6 +18,6 @@ export declare class FormDateTimeComponent extends BaseFormControl implements Co
|
|
|
18
18
|
changed(): void;
|
|
19
19
|
/** @ignore */
|
|
20
20
|
onNotNullValueSet(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormDateTimeComponent, [null, null, { optional: true; self: true; }, { optional: true;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDateTimeComponent, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormDateTimeComponent, "form-datetime", never, { "JsDates": "JsDates"; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -19,6 +19,8 @@ export declare class FormFileComponent extends BaseFormControl implements Contro
|
|
|
19
19
|
MaxSize: number;
|
|
20
20
|
/** Sportivo */
|
|
21
21
|
FancyMode: boolean;
|
|
22
|
+
/** Legge sempre il contenuto del file e ne estrapola il base64 */
|
|
23
|
+
ReadFile: boolean;
|
|
22
24
|
/** Riferimento all'elemento input di tipo file */
|
|
23
25
|
inputEl: ElementRef;
|
|
24
26
|
/** @ignore Costruttore */
|
|
@@ -34,11 +36,11 @@ export declare class FormFileComponent extends BaseFormControl implements Contro
|
|
|
34
36
|
*/
|
|
35
37
|
fileChange(clear?: boolean): void;
|
|
36
38
|
/** Permette di scaricare l'eventuale file selezionato */
|
|
37
|
-
|
|
39
|
+
onDownloadFile(): void;
|
|
38
40
|
/** @ignore */
|
|
39
41
|
onNotNullValueSet(): void;
|
|
40
42
|
onFileDragOver(event: DragEvent): void;
|
|
41
43
|
onFileDropped(event: DragEvent): void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFileComponent, [null, null, null, { optional: true; self: true; }, { optional: true;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFileComponent, "form-file", never, { "Multiple": "Multiple"; "AllowDownload": "AllowDownload"; "MaxSize": "MaxSize"; "FancyMode": "FancyMode"; }, {}, never, never, false, never>;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormFileComponent, [null, null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, { optional: true; }]>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFileComponent, "form-file", never, { "Multiple": "Multiple"; "AllowDownload": "AllowDownload"; "MaxSize": "MaxSize"; "FancyMode": "FancyMode"; "ReadFile": "ReadFile"; }, {}, never, never, false, never>;
|
|
44
46
|
}
|
|
@@ -28,6 +28,6 @@ export declare class FormInputComponent extends BaseFormControl implements Contr
|
|
|
28
28
|
ngAfterContentInit(): void;
|
|
29
29
|
/** @ignore */
|
|
30
30
|
onNotNullValueSet(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, [null, { optional: true; self: true; }, { optional: true;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, [null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
32
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "form-input", never, { "Password": "Password"; }, { "onSuffixAction": "onSuffixAction"; "onPrefixAction": "onPrefixAction"; }, ["suffix", "prefix"], never, false, never>;
|
|
33
33
|
}
|
|
@@ -62,6 +62,6 @@ export declare class FormMultiSelectComponent extends BaseFormControl implements
|
|
|
62
62
|
writeValue(obj: any[] | string): void;
|
|
63
63
|
/** @ignore Override per gestire input in uscita */
|
|
64
64
|
changed(): void;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormMultiSelectComponent, [null, null, { optional: true; self: true; }, { optional: true;
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormMultiSelectComponent, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
66
66
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormMultiSelectComponent, "form-multiselect", never, { "SelectLabel": "SelectLabel"; "UseKeyValues": "UseKeyValues"; "UseCommaSeparatedList": "UseCommaSeparatedList"; "UseJsonList": "UseJsonList"; }, {}, never, never, false, never>;
|
|
67
67
|
}
|
|
@@ -38,6 +38,6 @@ export declare class FormSelectComponent extends BaseFormControl implements Cont
|
|
|
38
38
|
changed(): void;
|
|
39
39
|
/** @ignore */
|
|
40
40
|
onNotNullValueSet(): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectComponent, [null, null, { optional: true; self: true; }, { optional: true;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectComponent, [null, null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
42
42
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormSelectComponent, "form-select", never, { "SelectLabel": "SelectLabel"; "PlaceholderValue": "PlaceholderValue"; "RequiredPlaceholder": "RequiredPlaceholder"; "EmptyFieldValue": "EmptyFieldValue"; "ShowValidationSymbol": "ShowValidationSymbol"; "OptionTemplate": "OptionTemplate"; }, {}, never, never, false, never>;
|
|
43
43
|
}
|
|
@@ -13,6 +13,6 @@ export declare class FormTextareaComponent extends BaseFormControl implements Co
|
|
|
13
13
|
writeValue(obj: any): void;
|
|
14
14
|
/** @ignore */
|
|
15
15
|
onNotNullValueSet(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormTextareaComponent, [null, { optional: true; self: true; }, { optional: true;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormTextareaComponent, [null, { optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormTextareaComponent, "form-textarea", never, { "Rows": "Rows"; }, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -35,6 +35,6 @@ export declare class FormTimeComponent extends BaseFormControl implements Contro
|
|
|
35
35
|
changed(): void;
|
|
36
36
|
/** @ignore */
|
|
37
37
|
onNotNullValueSet(): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormTimeComponent, [null, null, { optional: true; self: true; }, { optional: true;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormTimeComponent, [null, null, { optional: true; self: true; }, { optional: true; }, null, { optional: true; }, { optional: true; }]>;
|
|
39
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormTimeComponent, "form-time", never, { "ShowSpinners": "ShowSpinners"; "StepHour": "StepHour"; "StepMinute": "StepMinute"; "StepSecond": "StepSecond"; "ShowSeconds": "ShowSeconds"; "InOutFormat": "InOutFormat"; }, {}, never, never, false, never>;
|
|
40
40
|
}
|