@esfaenza/forms-and-validations 19.2.90 → 19.2.91
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TemplateRef } from "@angular/core";
|
|
1
|
+
import { SimpleChanges, TemplateRef } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
4
|
* Componente da utilizzare quando l'implementazione dell'input non è disponibile nella libreria,
|
|
@@ -33,6 +33,8 @@ export declare class EsFormTemplateComponent {
|
|
|
33
33
|
InlineSeparator: string;
|
|
34
34
|
/** Permette di settare in una volta solo gli input LabelColWidth e InputColWidth, basta scriverlo con la sintassi "X Y" */
|
|
35
35
|
set LabelInputRatio(input: string);
|
|
36
|
+
This: import("@angular/core").WritableSignal<this>;
|
|
37
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
36
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsFormTemplateComponent, never>;
|
|
37
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<EsFormTemplateComponent, "form-template", never, { "required": { "alias": "required"; "required": false; }; "Label": { "alias": "Label"; "required": false; }; "LabelClass": { "alias": "LabelClass"; "required": false; }; "FormLayout": { "alias": "FormLayout"; "required": false; }; "LabelColWidth": { "alias": "LabelColWidth"; "required": false; }; "InputColWidth": { "alias": "InputColWidth"; "required": false; }; "Last": { "alias": "Last"; "required": false; }; "FormGroupClass": { "alias": "FormGroupClass"; "required": false; }; "DisplayMode": { "alias": "DisplayMode"; "required": false; }; "DisplayModeTemplate": { "alias": "DisplayModeTemplate"; "required": false; }; "DisplayLayout": { "alias": "DisplayLayout"; "required": false; }; "DisplayCondition": { "alias": "DisplayCondition"; "required": false; }; "InlineSeparator": { "alias": "InlineSeparator"; "required": false; }; "LabelInputRatio": { "alias": "LabelInputRatio"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
38
40
|
static ngAcceptInputType_required: unknown;
|