general-library-union 2.4.74 → 2.4.76
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/core/componentes/footer/footer.component.mjs +6 -12
- package/esm2022/src/app/core/plantilla-general/plantilla-general.template.mjs +3 -3
- package/esm2022/src/app/layout/app.footer.component.mjs +7 -10
- package/esm2022/src/app/layout/app.sidebar.component.mjs +3 -3
- package/esm2022/src/app/layout/app.topbar.component.mjs +3 -3
- package/esm2022/src/app/publico/pages/login/login.page.mjs +4 -7
- package/esm2022/src/app/publico/pages/not-found/not-found.page.mjs +3 -3
- package/esm2022/src/app/publico/pages/timeout/timeout.page.mjs +3 -3
- package/esm2022/src/app/webcommon/pipes/general.pipe.mjs +15 -17
- package/fesm2022/general-library-union.mjs +37 -49
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/componentes/footer/footer.component.d.ts +1 -3
- package/src/app/layout/app.footer.component.d.ts +1 -3
- package/src/app/layout/app.menuitem.component.d.ts +1 -1
- package/src/app/webcommon/pipes/general.pipe.d.ts +0 -2
- package/src/assets/images/image (4).png +0 -0
- package/src/assets/images/imagen-principal-sam.png +0 -0
- package/src/assets/images/imagen-principal-sara.png +0 -0
- package/src/assets/images/imagen-principal-seguridad.png +0 -0
- package/src/assets/images/logo-aps-descomprimido.png +0 -0
- package/src/assets/images/logo-aps.png +0 -0
- package/src/assets/images/logo-icono-aps.png +0 -0
- package/src/assets/images/logo-icono-sam.png +0 -0
- package/src/assets/images/logo-icono-sara.png +0 -0
- package/src/assets/images/logo-icono-seguridad.png +0 -0
- package/src/assets/images/logo-sam-descomprimido.png +0 -0
- package/src/assets/images/logo-sam.png +0 -0
- package/src/assets/images/logo-samanta-descomprimido.png +0 -0
- package/src/assets/images/logo-samanta.png +0 -0
- package/src/assets/images/logo-sara-descomprimido.png +0 -0
- package/src/assets/images/logo-sara.png +0 -0
- package/src/assets/images/logo-seguridad-descomprimido.png +0 -0
- package/src/assets/images/logo-seguridad.png +0 -0
- package/src/assets/images/logo-union-simple.png +0 -0
- package/src/assets/images/not-found-fondo.png +0 -0
- package/src/assets/images/not-found.png +0 -0
- package/src/assets/images/texto-union-soluciones.png +0 -0
- package/src/assets/images/timeout.png +0 -0
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutService } from '../../../layout/service/app.layout.service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class FooterComponent implements OnInit {
|
|
5
|
-
|
|
6
|
-
constructor(layoutService: LayoutService);
|
|
4
|
+
constructor();
|
|
7
5
|
ngOnInit(): void;
|
|
8
6
|
cambiarColor(color: any): void;
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { GeneralPipe } from '../webcommon/pipes/general.pipe';
|
|
2
1
|
import { LayoutService } from './service/app.layout.service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class AppFooterComponent {
|
|
5
4
|
layoutService: LayoutService;
|
|
6
|
-
|
|
7
|
-
constructor(layoutService: LayoutService, generalPipe: GeneralPipe);
|
|
5
|
+
constructor(layoutService: LayoutService);
|
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppFooterComponent, never>;
|
|
9
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<AppFooterComponent, "app-footer", never, {}, {}, never, never, true, never>;
|
|
10
8
|
}
|
|
@@ -30,7 +30,7 @@ export declare class AppMenuitemComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
calculatePosition(overlay: HTMLElement, target: HTMLElement): void;
|
|
31
31
|
itemClick(event: Event): void;
|
|
32
32
|
onMouseEnter(): void;
|
|
33
|
-
get submenuAnimation(): "
|
|
33
|
+
get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
|
|
34
34
|
get isHorizontal(): boolean;
|
|
35
35
|
get isSlim(): boolean;
|
|
36
36
|
get isSlimPlus(): boolean;
|
|
@@ -635,8 +635,6 @@ export declare class GeneralPipe implements PipeTransform {
|
|
|
635
635
|
LOGOICONOSAM: string;
|
|
636
636
|
LOGOICONOAPS: string;
|
|
637
637
|
LOGOICONOSEG: string;
|
|
638
|
-
LOGO_FOOTER_1: string;
|
|
639
|
-
LOGO_FOOTER_2: string;
|
|
640
638
|
MAPALOGOSICONOS: {
|
|
641
639
|
codigo: string;
|
|
642
640
|
nombre: string;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|