sf-crud 13.0.7 → 13.0.8
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.
|
@@ -33,6 +33,7 @@ export declare class RegistroComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
33
33
|
ids: string[];
|
|
34
34
|
environment?: any;
|
|
35
35
|
buttonsFooterTemplate: TemplateRef<any>;
|
|
36
|
+
back_route: string;
|
|
36
37
|
sendData: EventEmitter<any>;
|
|
37
38
|
onSubmit: EventEmitter<any>;
|
|
38
39
|
onLoaded: EventEmitter<any>;
|
|
@@ -96,7 +97,7 @@ export declare class RegistroComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
96
97
|
back(): void;
|
|
97
98
|
private cargarMascarasDirecciones;
|
|
98
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<RegistroComponent, never>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RegistroComponent, "sf-registro", never, { "idKatios": { "alias": "idKatios"; "required": false; }; "trx": { "alias": "trx"; "required": false; }; "id": { "alias": "id"; "required": false; }; "user": { "alias": "user"; "required": false; }; "dataExt": { "alias": "dataExt"; "required": false; }; "ids": { "alias": "ids"; "required": false; }; "environment": { "alias": "environment"; "required": false; }; "buttonsFooterTemplate": { "alias": "buttonsFooterTemplate"; "required": false; }; "idEntidad": { "alias": "idEntidad"; "required": false; }; }, { "sendData": "sendData"; "onSubmit": "onSubmit"; "onLoaded": "onLoaded"; }, never, never, false, never>;
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RegistroComponent, "sf-registro", never, { "idKatios": { "alias": "idKatios"; "required": false; }; "trx": { "alias": "trx"; "required": false; }; "id": { "alias": "id"; "required": false; }; "user": { "alias": "user"; "required": false; }; "dataExt": { "alias": "dataExt"; "required": false; }; "ids": { "alias": "ids"; "required": false; }; "environment": { "alias": "environment"; "required": false; }; "buttonsFooterTemplate": { "alias": "buttonsFooterTemplate"; "required": false; }; "back_route": { "alias": "back_route"; "required": false; }; "idEntidad": { "alias": "idEntidad"; "required": false; }; }, { "sendData": "sendData"; "onSubmit": "onSubmit"; "onLoaded": "onLoaded"; }, never, never, false, never>;
|
|
100
101
|
}
|
|
101
102
|
interface DialogElement {
|
|
102
103
|
data: any;
|