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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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 | 5 | 20 | 100;
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;