general-library-union 2.5.68 → 2.5.70
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;
|
|
@@ -117,15 +117,14 @@ body {
|
|
|
117
117
|
* 404 styles
|
|
118
118
|
*****************************************************************************/
|
|
119
119
|
#not-found {
|
|
120
|
-
width: 100%;
|
|
121
|
-
height: 100%;
|
|
122
120
|
background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
|
|
123
121
|
url('/assets/images/not-found-fondo.png');
|
|
124
122
|
background-size: cover;
|
|
125
123
|
|
|
126
124
|
|
|
127
125
|
.card-container{
|
|
128
|
-
height:
|
|
126
|
+
height: auto;
|
|
127
|
+
min-height: 100vh;
|
|
129
128
|
justify-content: center;
|
|
130
129
|
align-items: center;
|
|
131
130
|
}
|