sf-crud 13.0.6 → 13.0.7
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.
|
@@ -71,7 +71,9 @@ export declare class FormComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
71
71
|
private createEmptyArrayItem;
|
|
72
72
|
private extractDefaultValues;
|
|
73
73
|
private getDefaultValueForType;
|
|
74
|
-
getControl(
|
|
74
|
+
getControl(sub: any, index: number): any;
|
|
75
|
+
defaultField(): void;
|
|
76
|
+
getValueFromData(el: any, subEl: any, k: number): any;
|
|
75
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
|
|
76
78
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "app-form", never, { "uiEsquema": { "alias": "uiEsquema"; "required": false; }; "esquema": { "alias": "esquema"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isDialog": { "alias": "isDialog"; "required": false; }; "isAddressDialog": { "alias": "isAddressDialog"; "required": false; }; "separador": { "alias": "separador"; "required": false; }; }, {}, never, never, false, never>;
|
|
77
79
|
}
|