@resolveio/client-lib-core 21.0.23 → 21.0.24
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
|
@@ -5,7 +5,7 @@ import { OnDestroy, OnInit, ElementRef, ChangeDetectorRef, AfterViewInit, QueryL
|
|
|
5
5
|
import { DeviceDetectorService } from 'ngx-device-detector';
|
|
6
6
|
import * as i1 from '@angular/forms';
|
|
7
7
|
import { FormControl, FormGroup, AbstractControl, FormBuilder } from '@angular/forms';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i25 from 'ngx-toastr';
|
|
9
9
|
import { ToastrService, ActiveToast } from 'ngx-toastr';
|
|
10
10
|
import * as i3 from '@angular/router';
|
|
11
11
|
import { Router, ActivatedRoute, ActivatedRouteSnapshot, RouterStateSnapshot, Route } from '@angular/router';
|
|
@@ -179,7 +179,8 @@ declare class AlertService {
|
|
|
179
179
|
private _toastr;
|
|
180
180
|
constructor(_toastr: ToastrService);
|
|
181
181
|
clearAlert(id?: any): void;
|
|
182
|
-
|
|
182
|
+
private registerTapToClear;
|
|
183
|
+
setAlert(type: alertType, message: string, timer?: number): ActiveToast<any>;
|
|
183
184
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
|
|
184
185
|
static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
|
|
185
186
|
}
|
|
@@ -1682,7 +1683,7 @@ declare class UserSettingsModule {
|
|
|
1682
1683
|
|
|
1683
1684
|
declare class CoreModule {
|
|
1684
1685
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
1685
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof CoreComponent, typeof HomeComponent, typeof LoggerComponent, typeof HtmlDiffViewerComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component, typeof FocusDirective, typeof ScrollDirective, typeof DialogConfirmContent, typeof DialogErrorContent, typeof DialogInputContent, typeof DialogNotifyContent, typeof DialogSelectDateTimeContent, typeof DialogSelectDataLabelsContent, typeof DialogLoginContent, typeof DialogRegisterContent, typeof DialogSelectWithButtonsURLContent, typeof DialogSelectArrayObjsContent, typeof DialogSelectArrayContent], [typeof SharedModule, typeof i4.NgbModule, typeof
|
|
1686
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof CoreComponent, typeof HomeComponent, typeof LoggerComponent, typeof HtmlDiffViewerComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component, typeof FocusDirective, typeof ScrollDirective, typeof DialogConfirmContent, typeof DialogErrorContent, typeof DialogInputContent, typeof DialogNotifyContent, typeof DialogSelectDateTimeContent, typeof DialogSelectDataLabelsContent, typeof DialogLoginContent, typeof DialogRegisterContent, typeof DialogSelectWithButtonsURLContent, typeof DialogSelectArrayObjsContent, typeof DialogSelectArrayContent], [typeof SharedModule, typeof i4.NgbModule, typeof i25.ToastrModule, typeof UserSettingsModule, typeof i27.BrowserAnimationsModule, typeof CollapseTableModule], [typeof CoreComponent, typeof HomeComponent, typeof LoggerComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component, typeof FocusDirective, typeof ScrollDirective]>;
|
|
1686
1687
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
1687
1688
|
}
|
|
1688
1689
|
|
|
@@ -1708,7 +1709,7 @@ interface CanComponentDeactivate {
|
|
|
1708
1709
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
1709
1710
|
}
|
|
1710
1711
|
declare class CanDeactivateGuard {
|
|
1711
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
1712
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Promise<boolean> | Observable<boolean>;
|
|
1712
1713
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
1713
1714
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
1714
1715
|
}
|