ngx-scandoc 19.0.2 → 19.0.3

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.
@@ -13,6 +13,6 @@ import * as i10 from "../../forms/form.module";
13
13
  export declare class CoreComponentsModule {
14
14
  static forRoot(): ModuleWithProviders<CoreComponentsModule>;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreComponentsModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreComponentsModule, [typeof i1.ScanComponent, typeof i2.ScanResultsComponent, typeof i3.CameraSwitchComponent, typeof i4.ManualScanComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.TranslateModule, typeof i8.WebcamModule, typeof i9.MaterialModule, typeof i10.AppFormModule, typeof i6.ReactiveFormsModule], [typeof i8.WebcamModule, typeof i1.ScanComponent, typeof i3.CameraSwitchComponent, typeof i4.ManualScanComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreComponentsModule, [typeof i1.ScanComponent, typeof i2.ScanResultsComponent, typeof i3.CameraSwitchComponent, typeof i4.ManualScanComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.TranslateModule, typeof i8.WebcamModule, typeof i9.MaterialModule, typeof i10.AppFormModule, typeof i6.ReactiveFormsModule], [typeof i8.WebcamModule, typeof i1.ScanComponent, typeof i3.CameraSwitchComponent, typeof i4.ManualScanComponent, typeof i2.ScanResultsComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreComponentsModule>;
18
18
  }
@@ -2980,6 +2980,7 @@ class ScanComponent extends BaseComponent {
2980
2980
  });
2981
2981
  if (!this.scanProvider.config.hideResults) {
2982
2982
  this.zone.run(() => {
2983
+ console.log('ERR');
2983
2984
  this.result = true;
2984
2985
  // console.time('ff');
2985
2986
  this.cd.detectChanges();
@@ -3537,7 +3538,8 @@ class CoreComponentsModule {
3537
3538
  ReactiveFormsModule], exports: [WebcamModule,
3538
3539
  ScanComponent,
3539
3540
  CameraSwitchComponent,
3540
- ManualScanComponent] }); }
3541
+ ManualScanComponent,
3542
+ ScanResultsComponent] }); }
3541
3543
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: CoreComponentsModule, imports: [CommonModule,
3542
3544
  FormsModule,
3543
3545
  TranslateModule,
@@ -3569,6 +3571,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
3569
3571
  ScanComponent,
3570
3572
  CameraSwitchComponent,
3571
3573
  ManualScanComponent,
3574
+ ScanResultsComponent,
3572
3575
  ],
3573
3576
  providers: [],
3574
3577
  }]
@@ -4480,5 +4483,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
4480
4483
  * Generated bundle index. Do not edit.
4481
4484
  */
4482
4485
 
4483
- export { AUTH_CONFIG_TOKEN, AppFormModule, BlankComponent, CameraSwitchComponent, CoreComponentsModule, CorePipesModule, DialogsModule, HttpErrorInterceptor, LoadingComponent, ManualScanComponent, MaterialModule, NgxScanDocTranslationProvider, NgxScandocAuthProvider, NgxScandocDialogsCoreProvider, NgxScandocFieldsProvider, NgxScandocModule, PromptManualComponent, SCAN_CONFIG_TOKEN, SafeResourceUrlPipe, ScanComponent, ScanProfileComponent, ScanProvider, ScanSelfieComponent, TranslateLoaderProvider, TurnDocumentComponent, WebcamComponent, WebcamImage, WebcamModule, webRtcProvider };
4486
+ export { AUTH_CONFIG_TOKEN, AppFormModule, BlankComponent, CameraSwitchComponent, CoreComponentsModule, CorePipesModule, DialogsModule, HttpErrorInterceptor, LoadingComponent, ManualScanComponent, MaterialModule, NgxScanDocTranslationProvider, NgxScandocAuthProvider, NgxScandocDialogsCoreProvider, NgxScandocFieldsProvider, NgxScandocModule, PromptManualComponent, SCAN_CONFIG_TOKEN, SafeResourceUrlPipe, ScanComponent, ScanProfileComponent, ScanProvider, ScanResultsComponent, ScanSelfieComponent, TranslateLoaderProvider, TurnDocumentComponent, WebcamComponent, WebcamImage, WebcamModule, webRtcProvider };
4484
4487
  //# sourceMappingURL=ngx-scandoc.mjs.map