general-library-union 2.7.39 → 2.7.41
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;
|
|
@@ -1268,7 +1268,7 @@ min-height: 60px !important;
|
|
|
1268
1268
|
.avatar-container{
|
|
1269
1269
|
width: 120px !important;
|
|
1270
1270
|
height: 120px !important;
|
|
1271
|
-
border: solid
|
|
1271
|
+
border: solid 5px var(--color-700) !important;
|
|
1272
1272
|
}
|
|
1273
1273
|
|
|
1274
1274
|
.menu-accordeon {
|
|
@@ -1292,7 +1292,7 @@ min-height: 60px !important;
|
|
|
1292
1292
|
.avatar-container {
|
|
1293
1293
|
width: 70px !important;
|
|
1294
1294
|
height: 70px !important;
|
|
1295
|
-
border: solid 5px var(--color-700)
|
|
1295
|
+
border: solid 5px var(--color-700);
|
|
1296
1296
|
}
|
|
1297
1297
|
|
|
1298
1298
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
|
@@ -1326,9 +1326,9 @@ body {
|
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
1328
1328
|
.avatar-container{
|
|
1329
|
-
width: 120px;
|
|
1330
|
-
height: 120px;
|
|
1331
|
-
border: solid 5px var(--color-700);
|
|
1329
|
+
width: 120px !important;
|
|
1330
|
+
height: 120px !important;
|
|
1331
|
+
border: solid 5px var(--color-700) !important;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
1334
|
.menu-accordeon {
|
|
@@ -1349,8 +1349,9 @@ body {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
1351
|
.avatar-container{
|
|
1352
|
-
width: 70px;
|
|
1353
|
-
height: 70px;
|
|
1352
|
+
width: 70px !important;
|
|
1353
|
+
height: 70px !important;
|
|
1354
|
+
border: 5px solid var(--color-700) !important;
|
|
1354
1355
|
}
|
|
1355
1356
|
|
|
1356
1357
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|