general-library-union 2.9.92 → 2.9.93

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.92",
3
+ "version": "2.9.93",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -43,12 +43,11 @@ export declare class CarguePlantillaGeneralComponent {
43
43
  rutaPrincipal: string;
44
44
  filteredFiles: TreeNode[];
45
45
  filterValue: string;
46
+ FORMATS_VALIDOS: Set<string>;
46
47
  filtroConvertir: string;
47
48
  html: boolean;
48
49
  mostrarEditor: boolean;
49
50
  modificarHTML: string;
50
- FORMATS_VALIDOS: Set<string>;
51
- readonly FORMATOS = "doc;html;jasper;xls;jrxml;odt;xlsm;xlsx;pgp;asc;cer;p12;docx;properties";
52
51
  constructor(plantillasService: PlantillasService, authService: AuthService, translateService: TranslateService, controlFuncionService: CargarControlFuncionalidadService, confirmationService: ConfirmationService, toastService: ToastService, cargarArchivoServices: CargarArchivosService, encriptadoBasico: EncriptadoBasicoService, generalPipe: GeneralPipe, utilsService: UtilsService);
53
52
  ngOnInit(): Promise<void>;
54
53
  openDataTable(): Promise<void>;
@@ -2688,7 +2688,7 @@ span{
2688
2688
  * Tabla spinner styles
2689
2689
  *****************************************************************************/
2690
2690
  .p-component-overlay {
2691
- background-color: rgba(238, 238, 238, 0.32) !important;
2691
+ background-color: rgb(131 131 131 / 41%) !important;
2692
2692
  }
2693
2693
 
2694
2694
  .p-datatable .p-datatable-loading-icon {