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/esm2022/src/app/webcommon/pages/fuente-reporte/fuente-reporte.component.mjs +6 -4
- package/esm2022/src/app/webcommon/pages/fuenteGeneral/listado-fuente-general/listado-fuente-general.page.mjs +2 -3
- package/esm2022/src/environments/environment.mjs +3 -2
- package/fesm2022/general-library-union.mjs +8 -6
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +1 -1
- package/src/app/webcommon/pages/fuente-reporte/fuente-reporte.component.d.ts +1 -0
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +0 -5
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +0 -5
package/package.json
CHANGED
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 | 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
|
}
|