general-library-union 2.4.55 → 2.4.57
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/README.md +27 -27
- package/esm2022/src/app/core/servicios/utils.service.mjs +2 -2
- package/esm2022/src/app/publico/pages/timeout/timeout.page.mjs +3 -3
- package/esm2022/src/app/webcommon/popups/popup-sentencia/popup-sentencia.component.mjs +3 -3
- package/fesm2022/general-library-union.mjs +5 -5
- 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 +3 -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):
|
|
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;
|
|
@@ -3729,6 +3729,9 @@ td.GrupoColor {
|
|
|
3729
3729
|
margin: 0 !important;
|
|
3730
3730
|
}
|
|
3731
3731
|
|
|
3732
|
+
.menu-punto-proceso .p-dialog .justify-content-end .p-button.p-button-outlined{
|
|
3733
|
+
padding: 0.45rem 0.55rem !important
|
|
3734
|
+
}
|
|
3732
3735
|
|
|
3733
3736
|
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
3734
3737
|
height: 2rem !important;
|