ngx-sp-auth 4.4.3 → 4.4.4
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.
|
@@ -15,6 +15,7 @@ import { PesquisaTelasGlobalService } from '../../../services/pesquisa-telas-glo
|
|
|
15
15
|
import { DynamicMenu } from '../model/dynamic-menu';
|
|
16
16
|
import { IMenuItemStructure } from '../model/imenu-item-structure.model';
|
|
17
17
|
import { ISubmenuItemStructure } from '../model/isubmenu-item-structure.model';
|
|
18
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
18
19
|
import * as i0 from "@angular/core";
|
|
19
20
|
export declare class MenuLateralComponent implements OnInit, OnDestroy {
|
|
20
21
|
private _msalGuardConfiguration;
|
|
@@ -28,14 +29,16 @@ export declare class MenuLateralComponent implements OnInit, OnDestroy {
|
|
|
28
29
|
private _projectUtilService;
|
|
29
30
|
private _router;
|
|
30
31
|
private _authService;
|
|
32
|
+
private _breakpointObserver;
|
|
31
33
|
_customMenuService: LibCustomMenuService;
|
|
32
34
|
_pesquisaTelas: PesquisaTelasGlobalService;
|
|
33
|
-
constructor(_msalGuardConfiguration: MsalGuardConfiguration, _msalService: MsalService, _toastrService: ToastrService, _customEnvironmentService: LibCustomEnvironmentService, _authStorageService: AuthStorageService, _bsModalService: BsModalService, _menuServices: MenuServicesService, _messageService: MessageService, _projectUtilService: ProjectUtilservice, _router: Router, _authService: AuthService, _customMenuService: LibCustomMenuService, _pesquisaTelas: PesquisaTelasGlobalService);
|
|
35
|
+
constructor(_msalGuardConfiguration: MsalGuardConfiguration, _msalService: MsalService, _toastrService: ToastrService, _customEnvironmentService: LibCustomEnvironmentService, _authStorageService: AuthStorageService, _bsModalService: BsModalService, _menuServices: MenuServicesService, _messageService: MessageService, _projectUtilService: ProjectUtilservice, _router: Router, _authService: AuthService, _breakpointObserver: BreakpointObserver, _customMenuService: LibCustomMenuService, _pesquisaTelas: PesquisaTelasGlobalService);
|
|
34
36
|
ngOnInit(): Promise<void>;
|
|
35
37
|
ngOnDestroy(): void;
|
|
36
38
|
sidebar: ElementRef<HTMLDivElement>;
|
|
37
39
|
handleKeyboardShortcut: (event: KeyboardEvent) => void;
|
|
38
40
|
private _hostServeUrlOutSystems;
|
|
41
|
+
private _isMobile;
|
|
39
42
|
private readonly MODAL_ESTABELECIMENTO;
|
|
40
43
|
private readonly MODAL_VERSION;
|
|
41
44
|
private notif_template?;
|
|
@@ -62,6 +65,8 @@ export declare class MenuLateralComponent implements OnInit, OnDestroy {
|
|
|
62
65
|
isPopoverVisible: boolean;
|
|
63
66
|
showBalloon: boolean;
|
|
64
67
|
get HostServerOutSystems(): string;
|
|
68
|
+
get isMobile(): boolean;
|
|
69
|
+
protected isMenuOpened: boolean;
|
|
65
70
|
private getEstabelecimentoSession;
|
|
66
71
|
private getMenuUserImg;
|
|
67
72
|
getUserEmail(): void;
|
|
@@ -92,6 +97,7 @@ export declare class MenuLateralComponent implements OnInit, OnDestroy {
|
|
|
92
97
|
/** Função simples com o objetivo de fechar os modais que estiverem abertos (baseados pelo ID).
|
|
93
98
|
*/
|
|
94
99
|
closeModalVersion(): void;
|
|
100
|
+
initMobileObserver(): void;
|
|
95
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<MenuLateralComponent, never>;
|
|
96
102
|
static ɵcmp: i0.ɵɵComponentDeclaration<MenuLateralComponent, "app-menu-lateral", never, {}, {}, ["desiredContent"], ["*"], true, never>;
|
|
97
103
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-sp-auth",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.4",
|
|
4
4
|
"description": "Biblioteca de utilitários de autenticação.",
|
|
5
5
|
"author": "P&D",
|
|
6
6
|
"keywords": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@azure/msal-angular": "^4.0.16",
|
|
24
24
|
"@azure/msal-browser": "^4.18.0",
|
|
25
25
|
"idb": "^8.0.3",
|
|
26
|
-
"ngx-sp-infra": "^6.6.
|
|
26
|
+
"ngx-sp-infra": "^6.6.7",
|
|
27
27
|
"ngx-toastr": "^19.0.0"
|
|
28
28
|
},
|
|
29
29
|
"sideEffects": false,
|