general-library-union 2.5.20 → 2.5.22
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/ejecucion-reporte-externo/listado-ejecucion-reporte-externo/listado-ejecucion-reporte-externo.component.mjs +12 -8
- package/esm2022/src/app/webcommon/popups/popup-reporte/popup-reporte.component.mjs +5 -1
- package/fesm2022/general-library-union.mjs +10 -3
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/webcommon/pages/ejecucion-reporte-externo/listado-ejecucion-reporte-externo/listado-ejecucion-reporte-externo.component.d.ts +3 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +0 -1
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +1 -1
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@ import { EjecucionReporteService } from '../../../services/ejecucionreporte.serv
|
|
|
6
6
|
import { GeneralPipe } from '../../../pipes/general.pipe';
|
|
7
7
|
import { MenuService } from '../../../../core/servicios/menu.service';
|
|
8
8
|
import { ReporteFuenteModel } from '../../../../seguridad/modelos/ReporteFuenteModel';
|
|
9
|
+
import { UtilsService } from '../../../../core/servicios/utils.service';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class ListadoEjecucionReporteExternoComponent implements OnInit {
|
|
11
12
|
private authService;
|
|
@@ -14,13 +15,14 @@ export declare class ListadoEjecucionReporteExternoComponent implements OnInit {
|
|
|
14
15
|
private translateService;
|
|
15
16
|
private ejecucionReporteService;
|
|
16
17
|
private menuService;
|
|
18
|
+
private utilsService;
|
|
17
19
|
filtro: ReporteFuenteModel;
|
|
18
20
|
listaReporteExterno: ReporteFuenteModel[];
|
|
19
21
|
reporteSeleccionado: ReporteFuenteModel;
|
|
20
22
|
filters: any[];
|
|
21
23
|
isPopupReporte: boolean;
|
|
22
24
|
reporte: ReporteFuenteModel;
|
|
23
|
-
constructor(authService: AuthService, generalPipe: GeneralPipe, generalService: GeneralService, translateService: TranslateService, ejecucionReporteService: EjecucionReporteService, menuService: MenuService);
|
|
25
|
+
constructor(authService: AuthService, generalPipe: GeneralPipe, generalService: GeneralService, translateService: TranslateService, ejecucionReporteService: EjecucionReporteService, menuService: MenuService, utilsService: UtilsService);
|
|
24
26
|
ngOnInit(): void;
|
|
25
27
|
cargarMigadePan(): void;
|
|
26
28
|
cargarListaFiltros(event: any): void;
|
|
@@ -4883,12 +4883,12 @@ background: var(--color-75) !important;
|
|
|
4883
4883
|
border-radius: 5px;
|
|
4884
4884
|
min-width: 100px;
|
|
4885
4885
|
max-width: 150px;
|
|
4886
|
+
/* height: 100%; */
|
|
4886
4887
|
display: flex;
|
|
4887
4888
|
width: 100%;
|
|
4888
4889
|
justify-content: center;
|
|
4889
4890
|
align-items: center;
|
|
4890
4891
|
height: 100%;
|
|
4891
|
-
margin-right: 40px
|
|
4892
4892
|
}
|
|
4893
4893
|
|
|
4894
4894
|
.imagen-menu img {
|