general-library-union 2.5.19 → 2.5.20
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/servicios/toast.service.mjs +3 -1
- package/fesm2022/general-library-union.mjs +2 -0
- 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 +14 -8
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +12 -6
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;
|
|
@@ -3854,18 +3854,24 @@ background: var(--color-75) !important;
|
|
|
3854
3854
|
margin: 0 !important;
|
|
3855
3855
|
}
|
|
3856
3856
|
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3857
|
+
|
|
3858
|
+
.imagen-menu {
|
|
3859
|
+
background: var(--color-85);
|
|
3860
|
+
border-radius: 5px;
|
|
3861
|
+
min-width: 100px;
|
|
3862
|
+
max-width: 150px;
|
|
3863
|
+
display: flex;
|
|
3864
|
+
width: 100%;
|
|
3865
|
+
justify-content: center;
|
|
3866
|
+
align-items: center;
|
|
3867
|
+
height: 100%;
|
|
3868
|
+
margin-right: 40px
|
|
3862
3869
|
}
|
|
3863
3870
|
|
|
3871
|
+
|
|
3864
3872
|
.imagen-menu img {
|
|
3865
3873
|
width: 100%;
|
|
3866
|
-
|
|
3867
|
-
margin: 0 auto;
|
|
3868
|
-
min-height: 100%;
|
|
3874
|
+
height: auto;
|
|
3869
3875
|
}
|
|
3870
3876
|
|
|
3871
3877
|
.spinner-text {
|
|
@@ -4879,15 +4879,21 @@ background: var(--color-75) !important;
|
|
|
4879
4879
|
|
|
4880
4880
|
|
|
4881
4881
|
.imagen-menu {
|
|
4882
|
-
|
|
4883
|
-
|
|
4882
|
+
background: #39373f;
|
|
4883
|
+
border-radius: 5px;
|
|
4884
|
+
min-width: 100px;
|
|
4885
|
+
max-width: 150px;
|
|
4886
|
+
display: flex;
|
|
4887
|
+
width: 100%;
|
|
4888
|
+
justify-content: center;
|
|
4889
|
+
align-items: center;
|
|
4890
|
+
height: 100%;
|
|
4891
|
+
margin-right: 40px
|
|
4884
4892
|
}
|
|
4885
4893
|
|
|
4886
4894
|
.imagen-menu img {
|
|
4887
|
-
width:
|
|
4888
|
-
|
|
4889
|
-
margin: 0 auto;
|
|
4890
|
-
min-height: 7rem;
|
|
4895
|
+
width: 100%;
|
|
4896
|
+
height: auto;
|
|
4891
4897
|
}
|
|
4892
4898
|
|
|
4893
4899
|
.tab-container span {
|