general-library-union 2.5.21 → 2.5.23

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.5.21",
3
+ "version": "2.5.23",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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;
@@ -3865,7 +3865,6 @@ background: var(--color-75) !important;
3865
3865
  justify-content: center;
3866
3866
  align-items: center;
3867
3867
  height: 100%;
3868
- margin-right: 40px
3869
3868
  }
3870
3869
 
3871
3870
 
@@ -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 {