@regulaforensics/vp-frontend-document-components 8.3.2408-rc → 8.3.2410-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
|
@@ -17008,7 +17008,7 @@ function wb(e) {
|
|
|
17008
17008
|
}, [Q, X]), ae.useEffect(() => {
|
|
17009
17009
|
var le;
|
|
17010
17010
|
if (!u || !ee || R || b || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
|
|
17011
|
-
const pe = Bg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.
|
|
17011
|
+
const pe = Bg([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2410-rc".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
|
|
17012
17012
|
Qi("Metadata: ".concat(JSON.stringify(pe))), (u.recognizerProcessParam.processParam.backendProcessing ? u.createBackendTransaction(pe) : u.startNewDocument(pe)).then(() => {
|
|
17013
17013
|
g(!0), Qi("New document started");
|
|
17014
17014
|
}).catch((ge) => {
|
|
@@ -17523,7 +17523,7 @@ function Qb(e) {
|
|
|
17523
17523
|
var D;
|
|
17524
17524
|
if ((D = l.imageProcessParam.processParam) !== null && D !== void 0 && D.backendProcessing) {
|
|
17525
17525
|
var T;
|
|
17526
|
-
const g = Bg([], "", "8.3.
|
|
17526
|
+
const g = Bg([], "", "8.3.2410-rc".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
|
|
17527
17527
|
yield l.createBackendTransaction(g, l.imageProcessParam);
|
|
17528
17528
|
}
|
|
17529
17529
|
const R = yield l.processImage(r, m);
|
|
@@ -23343,7 +23343,7 @@ const kD = Gr.create("wasm"), Ir = Gr.create("main");
|
|
|
23343
23343
|
class e0e {
|
|
23344
23344
|
constructor() {
|
|
23345
23345
|
Pr(this, "_worker", null), Pr(this, "_initializeListener", null), Pr(this, "_processingListener", null), Pr(this, "_queueService", new jue()), Pr(this, "_initProcess", null), Pr(this, "version", {
|
|
23346
|
-
component: "8.3.
|
|
23346
|
+
component: "8.3.2410-rc".trim()
|
|
23347
23347
|
}), Pr(this, "onFinalize", null), Pr(this, "isPrepared", !1), Pr(this, "isInitialized", !1), Pr(this, "isProcessing", !1), Pr(this, "initData", null), Pr(this, "recognizerProcessParam", {
|
|
23348
23348
|
processParam: {}
|
|
23349
23349
|
}), Pr(this, "imageProcessParam", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.2410-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",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build": "vite build"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@regulaforensics/document-reader-webclient": "^8.3.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^8.3.507-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|