@regulaforensics/vp-frontend-document-components 8.2.2363-rc → 8.2.2366-rc
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/dist/main.iife.js +2 -2
- package/dist/main.js +3 -3
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -16980,7 +16980,7 @@ function PP(e) {
|
|
|
16980
16980
|
}, [Q, X]), ae.useEffect(() => {
|
|
16981
16981
|
var le;
|
|
16982
16982
|
if (!u || !ee || R || P || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
|
|
16983
|
-
const pe = Bg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.2.
|
|
16983
|
+
const pe = Bg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.2.2366-rc".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
|
|
16984
16984
|
Qi("Metadata: ".concat(JSON.stringify(pe))), (u.recognizerProcessParam.processParam.backendProcessing ? u.createBackendTransaction(pe) : u.startNewDocument(pe)).then(() => {
|
|
16985
16985
|
g(!0), Qi("New document started");
|
|
16986
16986
|
}).catch((ge) => {
|
|
@@ -17495,7 +17495,7 @@ function XP(e) {
|
|
|
17495
17495
|
var D;
|
|
17496
17496
|
if ((D = l.imageProcessParam.processParam) !== null && D !== void 0 && D.backendProcessing) {
|
|
17497
17497
|
var T;
|
|
17498
|
-
const g = Bg([], "", "8.2.
|
|
17498
|
+
const g = Bg([], "", "8.2.2366-rc".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
|
|
17499
17499
|
yield l.createBackendTransaction(g, l.imageProcessParam);
|
|
17500
17500
|
}
|
|
17501
17501
|
const R = yield l.processImage(r, m);
|
|
@@ -23315,7 +23315,7 @@ const kD = Gr.create("wasm"), Ir = Gr.create("main");
|
|
|
23315
23315
|
class Jue {
|
|
23316
23316
|
constructor() {
|
|
23317
23317
|
br(this, "_worker", null), br(this, "_initializeListener", null), br(this, "_processingListener", null), br(this, "_queueService", new Zue()), br(this, "_initProcess", null), br(this, "version", {
|
|
23318
|
-
component: "8.2.
|
|
23318
|
+
component: "8.2.2366-rc".trim()
|
|
23319
23319
|
}), br(this, "onFinalize", null), br(this, "isPrepared", !1), br(this, "isInitialized", !1), br(this, "isProcessing", !1), br(this, "initData", null), br(this, "recognizerProcessParam", {
|
|
23320
23320
|
processParam: {}
|
|
23321
23321
|
}), br(this, "imageProcessParam", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.2366-rc",
|
|
4
4
|
"description": "Regula framework agnostic web components to work with webcamera",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "./dist/main.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"test": "jest --testPathPattern=src/tests"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@regulaforensics/document-reader-webclient": "^8.2.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^8.2.464-rc",
|
|
27
27
|
"qrcode.react": "^4.2.0"
|
|
28
28
|
}
|
|
29
29
|
}
|