general-library-union 2.7.26 → 2.7.28
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;
|
|
@@ -1165,12 +1165,6 @@ min-height: 60px !important;
|
|
|
1165
1165
|
text-align: center
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
|
-
.avatar-image {
|
|
1169
|
-
width: 100%;
|
|
1170
|
-
height: 100%;
|
|
1171
|
-
object-fit: cover;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
1168
|
.UploadFoto-btn {
|
|
1175
1169
|
box-shadow: 2px 2px 5px #ccc;
|
|
1176
1170
|
}
|
|
@@ -2637,13 +2631,6 @@ li.btn-descarga-masiva a {
|
|
|
2637
2631
|
overflow: hidden;
|
|
2638
2632
|
text-align: center
|
|
2639
2633
|
}
|
|
2640
|
-
|
|
2641
|
-
.avatar-image {
|
|
2642
|
-
width: 100%;
|
|
2643
|
-
height: 100%;
|
|
2644
|
-
object-fit: cover;
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
2634
|
p.chip {
|
|
2648
2635
|
background: #fff;
|
|
2649
2636
|
padding: 0.35rem 3%;
|
|
@@ -3431,8 +3418,8 @@ td.GrupoColor {
|
|
|
3431
3418
|
}
|
|
3432
3419
|
|
|
3433
3420
|
.avatar-image {
|
|
3434
|
-
width:
|
|
3435
|
-
height:
|
|
3421
|
+
width: 104%;
|
|
3422
|
+
height: 110%;
|
|
3436
3423
|
object-fit: cover;
|
|
3437
3424
|
}
|
|
3438
3425
|
|