general-library-union 2.9.91 → 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/esm2022/src/app/webcommon/pages/cargue-plantilla/cargue-plantilla-general/cargue-plantilla-general.component.mjs +11 -19
- package/esm2022/src/environments/environment.mjs +2 -3
- package/fesm2022/general-library-union.mjs +11 -18
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/webcommon/pages/cargue-plantilla/cargue-plantilla-general/cargue-plantilla-general.component.d.ts +1 -2
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +1 -1
package/package.json
CHANGED
|
@@ -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>;
|
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -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 |
|
|
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;
|
|
@@ -2688,7 +2688,7 @@ span{
|
|
|
2688
2688
|
* Tabla spinner styles
|
|
2689
2689
|
*****************************************************************************/
|
|
2690
2690
|
.p-component-overlay {
|
|
2691
|
-
background-color:
|
|
2691
|
+
background-color: rgb(131 131 131 / 41%) !important;
|
|
2692
2692
|
}
|
|
2693
2693
|
|
|
2694
2694
|
.p-datatable .p-datatable-loading-icon {
|