@scandit/web-datacapture-id 7.4.0 → 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.
- package/build/js/IdCapture.d.ts +2 -2
- package/build/js/index.js +5 -9
- package/build/js/worker/dataCaptureWorkerRelated.d.ts +0 -3
- package/package.json +2 -2
- package/sdc-lib/idcapture/7.4.2/resources/lightweight/advanced/Centaurus.js +1 -0
- package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/lightweight/advanced/Centaurus.wasm +0 -0
- package/sdc-lib/idcapture/7.4.2/resources/lightweight/advanced-threads/Centaurus.js +1 -0
- package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/lightweight/advanced-threads/Centaurus.wasm +0 -0
- package/sdc-lib/idcapture/7.4.2/resources/lightweight/basic/Centaurus.js +1 -0
- package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/lightweight/basic/Centaurus.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id-simd-pthreads.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id-simd-pthreads.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id-simd.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id-simd.wasm +0 -0
- package/sdc-lib/scandit-datacapture-sdk-id.js +1 -1
- package/sdc-lib/scandit-datacapture-sdk-id.wasm +0 -0
- package/sdc-lib/idcapture/7.4.0/resources/lightweight/advanced/Centaurus.js +0 -1
- package/sdc-lib/idcapture/7.4.0/resources/lightweight/advanced-threads/Centaurus.js +0 -1
- package/sdc-lib/idcapture/7.4.0/resources/lightweight/basic/Centaurus.js +0 -1
- /package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/centaurus-worker.js +0 -0
- /package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/lightweight/advanced/Centaurus.data +0 -0
- /package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/lightweight/advanced-threads/Centaurus.data +0 -0
- /package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/lightweight/advanced-threads/Centaurus.worker.js +0 -0
- /package/sdc-lib/idcapture/{7.4.0 → 7.4.2}/resources/lightweight/basic/Centaurus.data +0 -0
package/build/js/IdCapture.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
83
|
+
private shouldEnableVIZScanner;
|
|
84
84
|
private attachedToContext;
|
|
85
85
|
private detachedFromContext;
|
|
86
86
|
private dispose;
|