general-library-union 2.4.52 → 2.4.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.4.52",
3
+ "version": "2.4.54",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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 | 100 | 5 | 20;
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;