@resolveio/client-lib-core 21.0.23 → 21.0.25

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.0.23",
3
+ "version": "21.0.25",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -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 ngx_toastr from 'ngx-toastr';
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
- setAlert(type: alertType, message: string, timer?: number): ngx_toastr.ActiveToast<any>;
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 ngx_toastr.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
+ 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