general-library-union 3.3.32 → 3.3.34

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": "3.3.32",
3
+ "version": "3.3.34",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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(): "visible" | "collapsed" | "expanded" | "hidden";
33
+ get submenuAnimation(): "collapsed" | "expanded" | "hidden" | "visible";
34
34
  get isHorizontal(): boolean;
35
35
  get isSlim(): boolean;
36
36
  get isSlimPlus(): boolean;
@@ -26,6 +26,7 @@ export declare class AppTopbarComponent implements OnInit, AfterViewInit, OnDest
26
26
  private storageService;
27
27
  utilsService: UtilsService;
28
28
  private document;
29
+ private elementRef;
29
30
  modulosDisponibles: ModulosModel[];
30
31
  modulo: string;
31
32
  searchClick: boolean;
@@ -53,8 +54,13 @@ export declare class AppTopbarComponent implements OnInit, AfterViewInit, OnDest
53
54
  color: string;
54
55
  iniciales: string;
55
56
  url: string;
57
+ mostrarSearch: boolean;
58
+ mostrarModulos: boolean;
59
+ contador: number;
60
+ modulosActivos: number;
56
61
  toggleSwitch(): void;
57
- constructor(layoutService: LayoutService, el: ElementRef, activatedRoute: ActivatedRoute, storage: StorageService, router: Router, renderer: Renderer2, menuService: MenuService, authService: AuthService, controlFuncionalidad: CargarControlFuncionalidadService, generalPipe: GeneralPipe, storageService: StorageService, utilsService: UtilsService, document: Document);
62
+ constructor(layoutService: LayoutService, el: ElementRef, activatedRoute: ActivatedRoute, storage: StorageService, router: Router, renderer: Renderer2, menuService: MenuService, authService: AuthService, controlFuncionalidad: CargarControlFuncionalidadService, generalPipe: GeneralPipe, storageService: StorageService, utilsService: UtilsService, document: Document, elementRef: ElementRef);
63
+ onClick(targetElement: HTMLElement): void;
58
64
  calcularIniciales(): void;
59
65
  obtenerPalabra(frase: string, numeroPalabra: number): string;
60
66
  obtenerInicial(palabra: string): string;
@@ -75,6 +81,8 @@ export declare class AppTopbarComponent implements OnInit, AfterViewInit, OnDest
75
81
  filterTarea(event: any): void;
76
82
  cambioSwitch(cambio: any): void;
77
83
  cambiarTema(): void;
84
+ onEnter(): void;
85
+ onEsc(): void;
78
86
  static ɵfac: i0.ɵɵFactoryDeclaration<AppTopbarComponent, never>;
79
87
  static ɵcmp: i0.ɵɵComponentDeclaration<AppTopbarComponent, "app-topbar", never, {}, {}, never, never, true, never>;
80
88
  }
@@ -1805,6 +1805,13 @@ min-height: 60px !important;
1805
1805
  .layout-search-panel input::placeholder{
1806
1806
  color: #414141 !important;
1807
1807
  }
1808
+
1809
+ li.layout-topbar-search:focus-visible {
1810
+ outline: solid 3px var(--color-400);
1811
+ border-radius: 4px;
1812
+ }
1813
+
1814
+
1808
1815
  .p-minute-picker button.p-ripple:nth-child(1) {
1809
1816
  position: absolute;
1810
1817
  top: -4px;