general-library-union 3.2.11 → 3.2.12
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/esm2022/src/app/core/servicios/toast.service.mjs +2 -2
- package/esm2022/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.mjs +12 -3
- package/fesm2022/general-library-union.mjs +12 -3
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +4 -1
package/package.json
CHANGED
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -76,9 +76,12 @@ export declare class ImportarFuenteConComponent implements OnInit {
|
|
|
76
76
|
llaveProcesoCargueFuenteBD: string;
|
|
77
77
|
campos: CampoFormularioModel[];
|
|
78
78
|
cols: any[];
|
|
79
|
+
cols2: any[];
|
|
79
80
|
exportColumns: any[];
|
|
81
|
+
exportColumns2: any[];
|
|
80
82
|
estadoRegresar: string;
|
|
81
83
|
columnasExportExcel: string[];
|
|
84
|
+
columnasExportExcel2: string[];
|
|
82
85
|
paginator: {
|
|
83
86
|
rows: number;
|
|
84
87
|
totalRecords: number;
|
|
@@ -114,7 +117,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
|
|
|
114
117
|
cargarFormularioCamposEntrada(): Promise<void>;
|
|
115
118
|
camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
|
|
116
119
|
obtenerValorMarcador(valorEntrada: string): string;
|
|
117
|
-
determinarLongitud(tipoDato: string): 0 |
|
|
120
|
+
determinarLongitud(tipoDato: string): 0 | 100 | 5 | 20;
|
|
118
121
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
119
122
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
120
123
|
private readFile;
|