ngx-scandoc 15.0.1 → 15.0.2
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/fesm2020/ngx-scandoc.mjs
CHANGED
|
@@ -54,7 +54,6 @@ import { AvatarModule } from 'ngx-avatars';
|
|
|
54
54
|
import * as i4$2 from '@angular/material/form-field';
|
|
55
55
|
import { FormlyMatDatepickerModule } from '@ngx-formly/material/datepicker';
|
|
56
56
|
import * as i1$2 from '@angular/platform-browser';
|
|
57
|
-
import { QRCodeModule } from 'angularx-qrcode';
|
|
58
57
|
import { webSocket } from 'rxjs/webSocket';
|
|
59
58
|
|
|
60
59
|
/**
|
|
@@ -3847,6 +3846,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
3847
3846
|
args: ['touchmove', ['$event']]
|
|
3848
3847
|
}] } });
|
|
3849
3848
|
|
|
3849
|
+
//import { NgxScandocCameraProvider } from '../providers/camera.provider';
|
|
3850
3850
|
class DialogsModule {
|
|
3851
3851
|
static forRoot() {
|
|
3852
3852
|
return {
|
|
@@ -3862,7 +3862,8 @@ DialogsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
3862
3862
|
ConfirmComponent,
|
|
3863
3863
|
TurnDocumentComponent,
|
|
3864
3864
|
ScanSelfieComponent,
|
|
3865
|
-
PromptManualComponent], imports: [
|
|
3865
|
+
PromptManualComponent], imports: [
|
|
3866
|
+
// QRCodeModule,
|
|
3866
3867
|
ReactiveFormsModule,
|
|
3867
3868
|
CommonModule,
|
|
3868
3869
|
FormsModule,
|
|
@@ -3876,7 +3877,8 @@ DialogsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
3876
3877
|
ScanSelfieComponent,
|
|
3877
3878
|
PromptManualComponent,
|
|
3878
3879
|
CoreComponentsModule] });
|
|
3879
|
-
DialogsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DialogsModule, imports: [
|
|
3880
|
+
DialogsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DialogsModule, imports: [
|
|
3881
|
+
// QRCodeModule,
|
|
3880
3882
|
ReactiveFormsModule,
|
|
3881
3883
|
CommonModule,
|
|
3882
3884
|
FormsModule,
|
|
@@ -3909,7 +3911,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
3909
3911
|
CoreComponentsModule,
|
|
3910
3912
|
],
|
|
3911
3913
|
imports: [
|
|
3912
|
-
QRCodeModule,
|
|
3914
|
+
// QRCodeModule,
|
|
3913
3915
|
ReactiveFormsModule,
|
|
3914
3916
|
CommonModule,
|
|
3915
3917
|
FormsModule,
|