@maro-tech/form 0.1.7 → 0.1.8
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
|
@@ -434,6 +434,7 @@ declare class InputBarcodeControlComponent implements OnChanges, AfterViewInit,
|
|
|
434
434
|
private cameraStream;
|
|
435
435
|
private scanLoopId;
|
|
436
436
|
private autoOpenQueued;
|
|
437
|
+
private autoOpenAttempted;
|
|
437
438
|
private openToken;
|
|
438
439
|
ngOnChanges(changes: SimpleChanges): void;
|
|
439
440
|
ngAfterViewInit(): void;
|