bry-biometric-collector 2.3.1 → 2.4.0-RC01
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/README.md +13 -0
- package/dist/DocumentCollector_0ce4a997_2.4.0-RC01.js +1233 -0
- package/dist/FaceCollector_378e6e60_2.4.0-RC01.js +1989 -0
- package/dist/TakePictureBtn_469d970c_2.4.0-RC01.js +864 -0
- package/dist/{___vite-browser-external_commonjs-proxy_9d89b10a_2.3.1.js → ___vite-browser-external_commonjs-proxy_a11faf97_2.4.0-RC01.js} +1 -1
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{en-us_6bd969ac_2.3.1.js → en-us_46a6e2d2_2.4.0-RC01.js} +1 -1
- package/dist/{es-cl_892f6a0f_2.3.1.js → es-cl_af82486d_2.4.0-RC01.js} +1 -1
- package/dist/{fingersApi_8f5e7a1b_2.3.1.js → fingersApi_8058842b_2.4.0-RC01.js} +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/{index_884fc7b2_2.3.1.js → index_19569017_2.4.0-RC01.js} +2 -2
- package/dist/{index_71691111_2.3.1.js → index_fb2a804b_2.4.0-RC01.js} +2 -2
- package/dist/{main_e423e405_2.3.1.js → main_f7a63775_2.4.0-RC01.js} +4357 -4366
- package/dist/{pt-br_45d223b5_2.3.1.js → pt-br_b6088a59_2.4.0-RC01.js} +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/DocumentCollector_db74e94f_2.3.1.js +0 -1063
- package/dist/FaceCollector_22b15b61_2.3.1.js +0 -1992
- package/dist/TakePictureBtn_3319a771_2.3.1.js +0 -900
- /package/dist/{face_api_0e3ce8c8_2.3.1.js → face_api_0e3ce8c8_2.4.0-RC01.js} +0 -0
- /package/dist/{index-no-detector_4b302e78_2.3.1.js → index-no-detector_4b302e78_2.4.0-RC01.js} +0 -0
- /package/dist/{index-no-detector_b6972e40_2.3.1.js → index-no-detector_b6972e40_2.4.0-RC01.js} +0 -0
@@ -223,7 +223,7 @@ const e = {
|
|
223
223
|
clickRestartToRecapture: "Click the Restart button to recapture.",
|
224
224
|
deviceMustBeInPortrait: "Turn your device to the vertical position",
|
225
225
|
deviceMustBeInLandscape: "Turn your device to the horizontal position",
|
226
|
-
|
226
|
+
rotateDevice: "Please rotate the device to capture the photo.",
|
227
227
|
adjustOrientation: "Adjust Orientation",
|
228
228
|
connectAnotherCamera: "Please connect another camera and try again.",
|
229
229
|
biometricCapture: "Now, let's perform your biometric capture.",
|
@@ -222,7 +222,7 @@ const e = {
|
|
222
222
|
clickRestartToRecapture: "Haz clic en el botón Reiniciar para capturar de nuevo.",
|
223
223
|
deviceMustBeInPortrait: "Voltee su dispositivo a la posición vertical",
|
224
224
|
deviceMustBeInLandscape: "Voltee su dispositivo a la posición horizontal",
|
225
|
-
|
225
|
+
rotateDevice: "Por favor, gire el dispositivo para capturar la foto.",
|
226
226
|
adjustOrientation: "Ajustar Orientación",
|
227
227
|
connectAnotherCamera: "Por favor, conecte otra cámara y vuelva a intentarlo.",
|
228
228
|
biometricCapture: "Ahora, vamos realizar su captura biométrica.",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { u as D, $ as m, n as C, g as b, i as y, s as l, a as F, F as U, b as M, c, v as x, d as P, A as B, e as I, h as g, f as v, j as W, k as R, l as $, m as k, o as w, p as V } from "./
|
1
|
+
import { u as D, $ as m, n as C, g as b, i as y, s as l, a as F, F as U, b as M, c, v as x, d as P, A as B, e as I, h as g, f as v, j as W, k as R, l as $, m as k, o as w, p as V } from "./main_f7a63775_2.4.0-RC01.js";
|
2
2
|
const f = D(m);
|
3
3
|
var X = /* @__PURE__ */ ((n) => (n.EXTENSION_MISSING = "EXTENSION_MISSING", n.USER_CANCELLED = "USER_CANCELLED", n.UNAUTHORIZED_EXTENSION = "UNAUTHORIZED_EXTENSION", n.SCANNER_NOT_FOUND = "SCANNER_NOT_FOUND", n.EXTENSION_MODULE_NOT_INSTALLED = "EXTENSION_MODULE_NOT_INSTALLED", n.FINGER_NOT_REMOVED = "FINGER_NOT_REMOVED", n.UNKNOWN_ERROR = "UNKNOWN_ERROR", n.EVALUATE_BIOMETRICS_TIMEOUT = "EVALUATE_BIOMETRICS_TIMEOUT", n.EVALUATE_BIOMETRICS_NETWORK_ISSUE = "EVALUATE_BIOMETRICS_NETWORK_ISSUE", n))(X || {});
|
4
4
|
class r extends Error {
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { l as vu, L as Au, r as se } from "./___vite-browser-external_commonjs-
|
2
|
-
import { bg as Xa, bh as hr } from "./
|
1
|
+
import { l as vu, L as Au, r as se } from "./___vite-browser-external_commonjs-proxy_a11faf97_2.4.0-RC01.js";
|
2
|
+
import { bg as Xa, bh as hr } from "./main_f7a63775_2.4.0-RC01.js";
|
3
3
|
function gr(e, t) {
|
4
4
|
for (var n = 0; n < t.length; n++) {
|
5
5
|
const s = t[n];
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { bg as eo } from "./
|
2
|
-
import { r as x1, l as b1, L as y1 } from "./___vite-browser-external_commonjs-
|
1
|
+
import { bg as eo } from "./main_f7a63775_2.4.0-RC01.js";
|
2
|
+
import { r as x1, l as b1, L as y1 } from "./___vite-browser-external_commonjs-proxy_a11faf97_2.4.0-RC01.js";
|
3
3
|
var pu = { exports: {} };
|
4
4
|
pu.exports;
|
5
5
|
(function(n) {
|