@resolveio/client-lib-core 21.2.9 → 21.2.10
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 {
|
|
723
723
|
private _deviceDet;
|
|
724
724
|
private _ds;
|
|
725
725
|
private _resizeService;
|
|
@@ -763,7 +763,6 @@ declare class CoreComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
|
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;
|
|
767
766
|
private filterNavTabs;
|
|
768
767
|
private isRoleGateEnabled;
|
|
769
768
|
getNavbarModuleHeight(): any;
|
|
@@ -774,7 +773,6 @@ declare class CoreComponent extends BaseComponent implements OnInit, OnDestroy {
|
|
|
774
773
|
openNav(): void;
|
|
775
774
|
closeNav(): void;
|
|
776
775
|
private isStandaloneMode;
|
|
777
|
-
private setBodyScrollLock;
|
|
778
776
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreComponent, never>;
|
|
779
777
|
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>;
|
|
780
778
|
}
|