general-library-union 2.4.63 → 2.4.65
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
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
|
|
|
114
114
|
cargarFormularioCamposEntrada(): Promise<void>;
|
|
115
115
|
camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
|
|
116
116
|
obtenerValorMarcador(valorEntrada: string): string;
|
|
117
|
-
determinarLongitud(tipoDato: string): 0 |
|
|
117
|
+
determinarLongitud(tipoDato: string): 0 | 5 | 20 | 100;
|
|
118
118
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
119
119
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
120
120
|
private readFile;
|
|
@@ -330,7 +330,7 @@ color: var(--color-700);
|
|
|
330
330
|
#timeout {
|
|
331
331
|
width: 100%;
|
|
332
332
|
height: 100%;
|
|
333
|
-
linear-gradient(to bottom, #ffffff, var(--color-100));
|
|
333
|
+
background: linear-gradient(to bottom, #ffffff, var(--color-100));
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
.card-container {
|
|
@@ -413,7 +413,7 @@ color: var(--color-700);
|
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
img {
|
|
416
|
-
max-width:
|
|
416
|
+
max-width: 45rem;
|
|
417
417
|
width: 100%;
|
|
418
418
|
}
|
|
419
419
|
|