@resolveio/client-lib-core 21.2.7 → 21.2.9
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
|
@@ -719,7 +719,7 @@ declare class FeatureGateService {
|
|
|
719
719
|
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureGateService>;
|
|
720
720
|
}
|
|
721
721
|
|
|
722
|
-
declare class CoreComponent extends BaseComponent implements OnInit {
|
|
722
|
+
declare class CoreComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
723
723
|
private _deviceDet;
|
|
724
724
|
private _ds;
|
|
725
725
|
private _resizeService;
|
|
@@ -763,15 +763,18 @@ declare class CoreComponent extends BaseComponent implements OnInit {
|
|
|
763
763
|
digitalSign: boolean;
|
|
764
764
|
constructor(_deviceDet: DeviceDetectorService, _ds: DialogService, _resizeService: ResizeService, _services: ProviderService, _offline: OfflineManagerService, _storage: LocalStorageService, _auth: AuthService, _aps: AuthPermissionService, _featureGates: FeatureGateService);
|
|
765
765
|
ngOnInit(): void;
|
|
766
|
+
ngOnDestroy(): void;
|
|
766
767
|
private filterNavTabs;
|
|
767
768
|
private isRoleGateEnabled;
|
|
768
769
|
getNavbarModuleHeight(): any;
|
|
770
|
+
getMainContentHeightStyle(): string;
|
|
769
771
|
onPushBackButton(): void;
|
|
770
772
|
onPushReloadButton(): void;
|
|
771
773
|
onPushForwardButton(): void;
|
|
772
774
|
openNav(): void;
|
|
773
775
|
closeNav(): void;
|
|
774
776
|
private isStandaloneMode;
|
|
777
|
+
private setBodyScrollLock;
|
|
775
778
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreComponent, never>;
|
|
776
779
|
static ɵcmp: i0.ɵɵComponentDeclaration<CoreComponent, "resolveio-client-lib-core", never, { "environment": { "alias": "environment"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "navTabs": { "alias": "navTabs"; "required": false; }; "userHasPhoneNumber": { "alias": "userHasPhoneNumber"; "required": false; }; "client": { "alias": "client"; "required": false; }; "showNavbarModule": { "alias": "showNavbarModule"; "required": false; }; "publicProgram": { "alias": "publicProgram"; "required": false; }; "showSupport": { "alias": "showSupport"; "required": false; }; }, {}, never, never, false, never>;
|
|
777
780
|
}
|