general-library-union 3.3.63 → 3.3.64

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.3.63",
3
+ "version": "3.3.64",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -117,7 +117,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
117
117
  cargarFormularioCamposEntrada(): Promise<void>;
118
118
  camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
119
119
  obtenerValorMarcador(valorEntrada: string): string;
120
- determinarLongitud(tipoDato: string): 0 | 5 | 100 | 20;
120
+ determinarLongitud(tipoDato: string): 0 | 5 | 20 | 100;
121
121
  cargarParametrosPuntoProceso(): Promise<void>;
122
122
  cargarArchivo(data: FileSelectEvent, fubauto: any): void;
123
123
  private readFile;
@@ -993,7 +993,6 @@ color: #232323;
993
993
  width: 100%;
994
994
  max-width: 170px;
995
995
  margin-bottom: -20px;
996
- filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
997
996
  }
998
997
 
999
998
  .toast-salto-linea {