@regulaforensics/vp-frontend-document-components 8.3.2428-rc → 8.3.2429-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 +1 -1
package/dist/main.js
CHANGED
|
@@ -16998,7 +16998,7 @@ function bb(e) {
|
|
|
16998
16998
|
}, [Q, X]), ae.useEffect(() => {
|
|
16999
16999
|
var le;
|
|
17000
17000
|
if (!u || !ee || D || b || t.videoStatus !== Ft.PLAY || !t.sortedDevices) return;
|
|
17001
|
-
const pe = BR([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.
|
|
17001
|
+
const pe = BR([...t.sortedDevices.frontCameras, ...t.sortedDevices.backCameras], t.camera.deviceId, "8.3.2429-rc".trim(), ((le = u.recognizerProcessParam.processParam.backendProcessing) === null || le === void 0 ? void 0 : le.serviceURL) || "");
|
|
17002
17002
|
Qi("Metadata: ".concat(JSON.stringify(pe))), (u.recognizerProcessParam.processParam.backendProcessing ? u.createBackendTransaction(pe) : u.startNewDocument(pe)).then(() => {
|
|
17003
17003
|
R(!0), Qi("New document started");
|
|
17004
17004
|
}).catch((Re) => {
|
|
@@ -17513,7 +17513,7 @@ function Xb(e) {
|
|
|
17513
17513
|
var g;
|
|
17514
17514
|
if ((g = l.imageProcessParam.processParam) !== null && g !== void 0 && g.backendProcessing) {
|
|
17515
17515
|
var T;
|
|
17516
|
-
const R = BR([], "", "8.3.
|
|
17516
|
+
const R = BR([], "", "8.3.2429-rc".trim(), ((T = l.recognizerProcessParam.processParam) === null || T === void 0 || (T = T.backendProcessing) === null || T === void 0 ? void 0 : T.serviceURL) || "");
|
|
17517
17517
|
yield l.createBackendTransaction(R, l.imageProcessParam);
|
|
17518
17518
|
}
|
|
17519
17519
|
const D = yield l.processImage(r, m);
|
|
@@ -23333,7 +23333,7 @@ const kg = Gr.create("wasm"), Sr = Gr.create("main");
|
|
|
23333
23333
|
class Jue {
|
|
23334
23334
|
constructor() {
|
|
23335
23335
|
Pr(this, "_worker", null), Pr(this, "_initializeListener", null), Pr(this, "_processingListener", null), Pr(this, "_queueService", new Zue()), Pr(this, "_initProcess", null), Pr(this, "version", {
|
|
23336
|
-
component: "8.3.
|
|
23336
|
+
component: "8.3.2429-rc".trim()
|
|
23337
23337
|
}), Pr(this, "onFinalize", null), Pr(this, "isPrepared", !1), Pr(this, "isInitialized", !1), Pr(this, "isProcessing", !1), Pr(this, "initData", null), Pr(this, "recognizerProcessParam", {
|
|
23338
23338
|
processParam: {}
|
|
23339
23339
|
}), Pr(this, "imageProcessParam", {
|
package/package.json
CHANGED