general-library-union 3.0.68 → 3.0.70

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": "3.0.68",
3
+ "version": "3.0.70",
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 | 5 | 20 | 100;
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;
@@ -67,6 +67,7 @@ export declare class FuenteReporteComponent implements OnInit {
67
67
  cargarPaso: boolean;
68
68
  loadingGenerar: boolean;
69
69
  errorQuery: boolean;
70
+ tipoDatos: Map<string, string>;
70
71
  constructor(menuService: MenuService, notificationBusService: ToastService, reportesSvc: ReportesService, generalSvc: GeneralService, utilsService: UtilsService, confirmationService: ConfirmationService, translateService: TranslateService, messageService: MessageService, generalPipe: GeneralPipe);
71
72
  ngOnInit(): void;
72
73
  load(event: any): Promise<void>;
@@ -1935,11 +1935,6 @@ min-height: 60px !important;
1935
1935
  padding: 0.68rem;
1936
1936
  }
1937
1937
 
1938
- .card .p-button-raised:focus-visible {
1939
- outline: 2px solid var(--color-600) !important;
1940
- outline-offset: 4px;
1941
- }
1942
-
1943
1938
  app-filtro-general button{
1944
1939
  padding: 13px !important;
1945
1940
  }
@@ -2039,11 +2039,6 @@ margin-left: 10px;
2039
2039
  background: #4f4f5f !important;
2040
2040
  }
2041
2041
 
2042
- .card .p-button-raised:focus-visible {
2043
- outline: 2px solid #fff !important;
2044
- outline-offset: 4px;
2045
- }
2046
-
2047
2042
  app-filtro-general button{
2048
2043
  padding: 13px !important;
2049
2044
  }