general-library-union 3.2.12 → 3.2.14
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/esm2022/src/app/core/componentes/inicio-component/inicio-component.component.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +5 -2
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +10 -2
package/package.json
CHANGED
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
|
|
|
117
117
|
cargarFormularioCamposEntrada(): Promise<void>;
|
|
118
118
|
camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
|
|
119
119
|
obtenerValorMarcador(valorEntrada: string): string;
|
|
120
|
-
determinarLongitud(tipoDato: string): 0 |
|
|
120
|
+
determinarLongitud(tipoDato: string): 0 | 5 | 20 | 100;
|
|
121
121
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
122
122
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
123
123
|
private readFile;
|
|
@@ -424,15 +424,18 @@ color: #232323;
|
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
|
|
427
|
-
.
|
|
427
|
+
.Formaimagen{
|
|
428
428
|
|
|
429
429
|
width:100%; border-radius:50%;
|
|
430
430
|
padding:5%;
|
|
431
|
-
background
|
|
431
|
+
background:#fff;
|
|
432
|
+
box-shadow: 0px 0px 5px var(--color-100);
|
|
432
433
|
|
|
433
434
|
|
|
434
435
|
img {
|
|
435
436
|
filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
437
|
+
display: table;
|
|
438
|
+
margin: 0 auto;
|
|
436
439
|
}
|
|
437
440
|
}
|
|
438
441
|
|
|
@@ -3128,8 +3128,16 @@ span{
|
|
|
3128
3128
|
}
|
|
3129
3129
|
|
|
3130
3130
|
.FormaImagen {
|
|
3131
|
-
|
|
3132
|
-
|
|
3131
|
+
width:100%; border-radius:50%;
|
|
3132
|
+
padding:5%;
|
|
3133
|
+
background:#39373f;
|
|
3134
|
+
box-shadow: 0px 0px 5px #39373f;
|
|
3135
|
+
|
|
3136
|
+
|
|
3137
|
+
img {
|
|
3138
|
+
display: table;
|
|
3139
|
+
margin: 0 auto;
|
|
3140
|
+
}}
|
|
3133
3141
|
|
|
3134
3142
|
.menu-accion-sara .p-menubar .p-menuitem:last-child {
|
|
3135
3143
|
border-right: none !important;
|