general-library-union 2.9.93 → 2.9.95

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.9.93",
3
+ "version": "2.9.95",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -43,11 +43,12 @@ export declare class CarguePlantillaGeneralComponent {
43
43
  rutaPrincipal: string;
44
44
  filteredFiles: TreeNode[];
45
45
  filterValue: string;
46
- FORMATS_VALIDOS: Set<string>;
47
46
  filtroConvertir: string;
48
47
  html: boolean;
49
48
  mostrarEditor: boolean;
50
49
  modificarHTML: string;
50
+ FORMATS_VALIDOS: Set<string>;
51
+ readonly FORMATOS = "doc;html;jasper;xls;jrxml;odt;xlsm;xlsx;pgp;asc;cer;p12;docx;properties";
51
52
  constructor(plantillasService: PlantillasService, authService: AuthService, translateService: TranslateService, controlFuncionService: CargarControlFuncionalidadService, confirmationService: ConfirmationService, toastService: ToastService, cargarArchivoServices: CargarArchivosService, encriptadoBasico: EncriptadoBasicoService, generalPipe: GeneralPipe, utilsService: UtilsService);
52
53
  ngOnInit(): Promise<void>;
53
54
  openDataTable(): Promise<void>;
@@ -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;
@@ -3019,6 +3019,11 @@ p.chip {
3019
3019
  opacity: 0.5;
3020
3020
  }
3021
3021
 
3022
+ input::-webkit-search-cancel-button {
3023
+ -webkit-appearance: none;
3024
+ appearance: none;
3025
+ }
3026
+
3022
3027
  .disabled-field .p-inputtext:enabled:focus {
3023
3028
  box-shadow: none;
3024
3029
  opacity: 0.75;
@@ -3345,6 +3345,11 @@ p.chip {
3345
3345
  opacity: 0.5;
3346
3346
  }
3347
3347
 
3348
+ input::-webkit-search-cancel-button {
3349
+ -webkit-appearance: none;
3350
+ appearance: none;
3351
+ }
3352
+
3348
3353
  .disabled-field .p-inputtext:enabled:focus {
3349
3354
  box-shadow: none;
3350
3355
  opacity: 0.75;