@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maro-tech/form",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "^21.2.0",
@@ -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;