general-library-union 2.5.96 → 2.5.98
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/webcommon/pages/fuenteGeneral/listado-fuente-general/listado-fuente-general.page.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 +8 -2
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +5 -0
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 | 100 | 5 | 20;
|
|
118
118
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
119
119
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
120
120
|
private readFile;
|
|
@@ -868,6 +868,7 @@ color: var(--color-700);
|
|
|
868
868
|
margin: 0 auto;
|
|
869
869
|
display: table;
|
|
870
870
|
text-align: center;
|
|
871
|
+
padding: 2%;
|
|
871
872
|
}
|
|
872
873
|
|
|
873
874
|
.centrar-contenedor-imagen-sin-datos p {
|
|
@@ -878,9 +879,10 @@ color: var(--color-700);
|
|
|
878
879
|
|
|
879
880
|
|
|
880
881
|
.centrar-contenedor-imagen-sin-datos img {
|
|
881
|
-
opacity: 0.
|
|
882
|
+
opacity: 0.9;
|
|
882
883
|
width: 100%;
|
|
883
|
-
max-width:
|
|
884
|
+
max-width: 260px;
|
|
885
|
+
margin-bottom: -20px;
|
|
884
886
|
}
|
|
885
887
|
|
|
886
888
|
.toast-salto-linea {
|
|
@@ -3330,6 +3332,10 @@ td.GrupoColor {
|
|
|
3330
3332
|
justify-content: center;
|
|
3331
3333
|
}
|
|
3332
3334
|
|
|
3335
|
+
.contenedor-titulo-actos img {
|
|
3336
|
+
width: 4.5rem;
|
|
3337
|
+
}
|
|
3338
|
+
|
|
3333
3339
|
.contenedor-lista-tipo-acto {
|
|
3334
3340
|
position: relative;
|
|
3335
3341
|
display: flex;
|
|
@@ -843,6 +843,7 @@ body {
|
|
|
843
843
|
margin: 0 auto;
|
|
844
844
|
display: table;
|
|
845
845
|
text-align: center;
|
|
846
|
+
padding: 2%;
|
|
846
847
|
}
|
|
847
848
|
|
|
848
849
|
.centrar-contenedor-imagen-sin-datos p {
|
|
@@ -870,6 +871,10 @@ body {
|
|
|
870
871
|
padding: 5px;
|
|
871
872
|
}
|
|
872
873
|
|
|
874
|
+
.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
|
|
875
|
+
z-index: 1105 !important;
|
|
876
|
+
}
|
|
877
|
+
|
|
873
878
|
.my-toast.toast-text-small .p-toast-detail {
|
|
874
879
|
font-size: 0.7rem !important;
|
|
875
880
|
line-height: 18px !important;
|