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