@regulaforensics/vp-frontend-document-components 9.2.2666-rc → 9.2.2669-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
|
@@ -12791,7 +12791,7 @@ function _y(e) {
|
|
|
12791
12791
|
}, [K, x]), He(() => {
|
|
12792
12792
|
var J;
|
|
12793
12793
|
if (!c || !Z || v || re || r.videoStatus !== ct.PLAY || !r.sortedDevices) return;
|
|
12794
|
-
const q = TC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "9.2.
|
|
12794
|
+
const q = TC([...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras], r.camera.deviceId, "9.2.2669-rc".trim(), ((J = c.recognizerProcessParam.processParam.backendProcessing) === null || J === void 0 ? void 0 : J.serviceURL) || "");
|
|
12795
12795
|
if (qr("Metadata: ".concat(JSON.stringify(q))), p) {
|
|
12796
12796
|
g(!0), qr("New document started (manual multipage)");
|
|
12797
12797
|
return;
|
|
@@ -13403,7 +13403,7 @@ function Ly(e) {
|
|
|
13403
13403
|
var m;
|
|
13404
13404
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13405
13405
|
var C;
|
|
13406
|
-
const E = TC([], "", "9.2.
|
|
13406
|
+
const E = TC([], "", "9.2.2669-rc".trim(), ((C = i.recognizerProcessParam.processParam) === null || C === void 0 || (C = C.backendProcessing) === null || C === void 0 ? void 0 : C.serviceURL) || "");
|
|
13407
13407
|
yield i.createBackendTransaction(E, i.imageProcessParam);
|
|
13408
13408
|
}
|
|
13409
13409
|
const I = yield i.processImage(t, d);
|
|
@@ -19923,7 +19923,7 @@ const lu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
19923
19923
|
class Qse {
|
|
19924
19924
|
constructor() {
|
|
19925
19925
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new Gse()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
19926
|
-
component: "9.2.
|
|
19926
|
+
component: "9.2.2669-rc".trim()
|
|
19927
19927
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
19928
19928
|
processParam: {}
|
|
19929
19929
|
}), $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.2669-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.723-rc",
|
|
26
26
|
"qrcode.react": "^4.2.0"
|
|
27
27
|
}
|
|
28
28
|
}
|