@regulaforensics/vp-frontend-document-components 9.2.2690-rc → 9.2.2692-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
|
@@ -12853,7 +12853,7 @@ function _y(e) {
|
|
|
12853
12853
|
}, [W, x]), He(() => {
|
|
12854
12854
|
var J;
|
|
12855
12855
|
if (!c || !Z || v || re || r.videoStatus !== ct.PLAY || !r.sortedDevices) return;
|
|
12856
|
-
const q = OC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "9.2.
|
|
12856
|
+
const q = OC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "9.2.2692-rc".trim(), ((J = c.recognizerProcessParam.processParam.backendProcessing) === null || J === void 0 ? void 0 : J.serviceURL) || "");
|
|
12857
12857
|
if (qr("Metadata: ".concat(JSON.stringify(q))), p) {
|
|
12858
12858
|
g(!0), qr("New document started (manual multipage)");
|
|
12859
12859
|
return;
|
|
@@ -13465,7 +13465,7 @@ function Ly(e) {
|
|
|
13465
13465
|
var m;
|
|
13466
13466
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13467
13467
|
var C;
|
|
13468
|
-
const E = OC([], "", "9.2.
|
|
13468
|
+
const E = OC([], "", "9.2.2692-rc".trim(), ((C = i.recognizerProcessParam.processParam) === null || C === void 0 || (C = C.backendProcessing) === null || C === void 0 ? void 0 : C.serviceURL) || "");
|
|
13469
13469
|
yield i.createBackendTransaction(E, i.imageProcessParam);
|
|
13470
13470
|
}
|
|
13471
13471
|
const I = yield i.processImage(t, f);
|
|
@@ -19985,7 +19985,7 @@ const lu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
19985
19985
|
class Qse {
|
|
19986
19986
|
constructor() {
|
|
19987
19987
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Gse()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
19988
|
-
component: "9.2.
|
|
19988
|
+
component: "9.2.2692-rc".trim()
|
|
19989
19989
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
19990
19990
|
processParam: {}
|
|
19991
19991
|
}), $t(this, "imageProcessParam", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2692-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": "^9.2.
|
|
25
|
+
"@regulaforensics/document-reader-webclient": "^9.2.745-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|