general-library-union 3.2.16 → 3.2.18
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
|
@@ -3,6 +3,8 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class UtilsService {
|
|
4
4
|
private cookieService;
|
|
5
5
|
private document;
|
|
6
|
+
private lastClickPosition;
|
|
7
|
+
onDocumentClick(event: MouseEvent): void;
|
|
6
8
|
private RESERVADAS_SQL_NOPUEDECONTENER;
|
|
7
9
|
private reservadas;
|
|
8
10
|
constructor(cookieService: CookieService, document: Document);
|
|
@@ -35,7 +37,7 @@ export declare class UtilsService {
|
|
|
35
37
|
private _decodeToken;
|
|
36
38
|
getItem(key: string, defaultValue?: string): string | undefined;
|
|
37
39
|
cambiarTema(tema: ('temaClaro' | 'temaOscuro')): void;
|
|
38
|
-
calcularPosicionDialog(
|
|
40
|
+
calcularPosicionDialog(): void;
|
|
39
41
|
validarPalabra(texto: string): boolean;
|
|
40
42
|
isNumeric(value: string): boolean;
|
|
41
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|