ngx-scandoc 1.1.2 → 1.1.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.
package/fesm2020/ngx-scandoc.mjs
CHANGED
|
@@ -2854,10 +2854,15 @@ class ScanComponent extends BaseComponent {
|
|
|
2854
2854
|
this.__subs(this.scanProvider.sendLog(this.logData)).subscribe();
|
|
2855
2855
|
console.log(this.logData);
|
|
2856
2856
|
}
|
|
2857
|
-
this.
|
|
2857
|
+
this.actions.emit({
|
|
2858
|
+
type: 'scanDataUse',
|
|
2858
2859
|
model: this.model,
|
|
2859
2860
|
images: this.images,
|
|
2860
2861
|
});
|
|
2862
|
+
// this.dialogRef?.close({
|
|
2863
|
+
// model: this.model,
|
|
2864
|
+
// images: this.images,
|
|
2865
|
+
// });
|
|
2861
2866
|
}
|
|
2862
2867
|
selfie() {
|
|
2863
2868
|
this.dialogs
|