@scandit/web-datacapture-id 7.4.1 → 7.4.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.
Files changed (26) hide show
  1. package/build/js/IdCapture.d.ts +2 -2
  2. package/build/js/index.js +5 -9
  3. package/build/js/worker/dataCaptureWorkerRelated.d.ts +0 -3
  4. package/package.json +2 -2
  5. package/sdc-lib/idcapture/7.4.2/resources/lightweight/advanced/Centaurus.js +1 -0
  6. package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/lightweight/advanced/Centaurus.wasm +0 -0
  7. package/sdc-lib/idcapture/7.4.2/resources/lightweight/advanced-threads/Centaurus.js +1 -0
  8. package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/lightweight/advanced-threads/Centaurus.wasm +0 -0
  9. package/sdc-lib/idcapture/7.4.2/resources/lightweight/basic/Centaurus.js +1 -0
  10. package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/lightweight/basic/Centaurus.wasm +0 -0
  11. package/sdc-lib/scandit-datacapture-sdk-id-pthreads.js +1 -1
  12. package/sdc-lib/scandit-datacapture-sdk-id-pthreads.wasm +0 -0
  13. package/sdc-lib/scandit-datacapture-sdk-id-simd-pthreads.js +1 -1
  14. package/sdc-lib/scandit-datacapture-sdk-id-simd-pthreads.wasm +0 -0
  15. package/sdc-lib/scandit-datacapture-sdk-id-simd.js +1 -1
  16. package/sdc-lib/scandit-datacapture-sdk-id-simd.wasm +0 -0
  17. package/sdc-lib/scandit-datacapture-sdk-id.js +1 -1
  18. package/sdc-lib/scandit-datacapture-sdk-id.wasm +0 -0
  19. package/sdc-lib/idcapture/7.4.1/resources/lightweight/advanced/Centaurus.js +0 -1
  20. package/sdc-lib/idcapture/7.4.1/resources/lightweight/advanced-threads/Centaurus.js +0 -1
  21. package/sdc-lib/idcapture/7.4.1/resources/lightweight/basic/Centaurus.js +0 -1
  22. /package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/centaurus-worker.js +0 -0
  23. /package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/lightweight/advanced/Centaurus.data +0 -0
  24. /package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/lightweight/advanced-threads/Centaurus.data +0 -0
  25. /package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/lightweight/advanced-threads/Centaurus.worker.js +0 -0
  26. /package/sdc-lib/idcapture/{7.4.1 → 7.4.2}/resources/lightweight/basic/Centaurus.data +0 -0
@@ -59,7 +59,7 @@ export declare class IdCapture implements DataCaptureMode, Serializable<IdCaptur
59
59
  private addOverlayListener;
60
60
  private removeOverlayListener;
61
61
  /**
62
- * If settings include VIZ document but the SDK was not configured with "VIZEnabled: true", we throw.
62
+ * If settings require VIZ scanning but the SDK was not configured with "VIZEnabled: true", we issue a warning.
63
63
  */
64
64
  private checkCaptureSettingsAgainstSDKConfiguration;
65
65
  /**
@@ -80,7 +80,7 @@ export declare class IdCapture implements DataCaptureMode, Serializable<IdCaptur
80
80
  private logPerformance;
81
81
  private enqueueTask;
82
82
  private processQueue;
83
- private settingsIncludeVIZDocuments;
83
+ private shouldEnableVIZScanner;
84
84
  private attachedToContext;
85
85
  private detachedFromContext;
86
86
  private dispose;