bry-biometric-collector 2.3.1-RC01 → 2.3.1-RC03
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/DocumentCollector_130d8bdf_2.3.1-RC03.js +1063 -0
- package/dist/FaceCollector_9f7ed73a_2.3.1-RC03.js +1992 -0
- package/dist/TakePictureBtn_ceb87be5_2.3.1-RC03.js +900 -0
- package/dist/___vite-browser-external_commonjs-proxy_8148ebce_2.3.1-RC03.js +699 -0
- package/dist/bry-biometric-collector-main.js +1 -2
- package/dist/{en-us_d35c0560_2.3.1-RC01.js → en-us_6bd969ac_2.3.1-RC03.js} +14 -13
- package/dist/{es-cl_735652e7_2.3.1-RC01.js → es-cl_892f6a0f_2.3.1-RC03.js} +3 -2
- package/dist/face_api_0e3ce8c8_2.3.1-RC03.js +36288 -0
- package/dist/fingersApi_bcc26b6f_2.3.1-RC03.js +131 -0
- package/dist/index-no-detector_4b302e78_2.3.1-RC03.js +10414 -0
- package/dist/index-no-detector_b6972e40_2.3.1-RC03.js +5739 -0
- package/dist/index.js +1 -2
- package/dist/index_7355d006_2.3.1-RC03.js +49176 -0
- package/dist/index_da10d83d_2.3.1-RC03.js +13389 -0
- package/dist/main_6705c823_2.3.1-RC03.js +23954 -0
- package/dist/{pt-br_cf90e78b_2.3.1-RC01.js → pt-br_45d223b5_2.3.1-RC03.js} +3 -2
- package/dist/style.css +1 -1
- package/package.json +2 -1
- package/dist/DocumentCollector_4544d312_2.3.1-RC01.js +0 -1351
- package/dist/FaceCollector_3bc9d354_2.3.1-RC01.js +0 -2525
- package/dist/TakePictureBtn_ea35191d_2.3.1-RC01.js +0 -1066
- package/dist/face_api_0e3ce8c8_2.3.1-RC01.js +0 -36289
- package/dist/fingersApi_a9cae0ec_2.3.1-RC01.js +0 -132
- package/dist/index-no-detector_4b302e78_2.3.1-RC01.js +0 -10415
- package/dist/main_72a0926e_2.3.1-RC01.js +0 -25675
@@ -97,10 +97,10 @@ const e = {
|
|
97
97
|
theme: "Theme",
|
98
98
|
finish: "Finish",
|
99
99
|
startCapture: "I'm ready"
|
100
|
-
},
|
100
|
+
}, p = {
|
101
101
|
extensionNotFound: "The extension couldn't be identified. Please install it from here",
|
102
102
|
extension: "extension"
|
103
|
-
},
|
103
|
+
}, h = {
|
104
104
|
permissionNotGranted: "Permission to access the camera was denied, please enable and refresh."
|
105
105
|
}, m = {
|
106
106
|
illumination: "Heterogeneous illumination",
|
@@ -210,7 +210,7 @@ const e = {
|
|
210
210
|
evaluateBiometricsTimeout: "The server has exceeded its time limit to respond. Please try again or contact the system administrator.",
|
211
211
|
genericNetworkError: "There was an error processing your request. Please try again or contact the system administrator.",
|
212
212
|
genericError: "There was an unexpected error. Please try again or contact the system administrator."
|
213
|
-
},
|
213
|
+
}, C = {
|
214
214
|
cameraPermission: "Please grant camera access permission.",
|
215
215
|
cameraNotSupported: "The camera does not meet the necessary requirements.",
|
216
216
|
cameraNotDetected: "Camera not detected.",
|
@@ -225,8 +225,10 @@ const e = {
|
|
225
225
|
deviceMustBeInLandscape: "Turn your device to the horizontal position",
|
226
226
|
rotateDeviceOrPressButton: "Please rotate the device or press the button below.",
|
227
227
|
adjustOrientation: "Adjust Orientation",
|
228
|
-
connectAnotherCamera: "Please connect another camera and try again."
|
229
|
-
|
228
|
+
connectAnotherCamera: "Please connect another camera and try again.",
|
229
|
+
biometricCapture: "Now, let's perform your biometric capture.",
|
230
|
+
startCapture: "Start Capture"
|
231
|
+
}, v = {
|
230
232
|
forbiddenFingerSwal: e,
|
231
233
|
badFingerQualitySwal: t,
|
232
234
|
unknownDuplicateFingerSwal: a,
|
@@ -240,27 +242,27 @@ const e = {
|
|
240
242
|
missingScannerSwal: d,
|
241
243
|
fingerDisplayArea: u,
|
242
244
|
buttons: g,
|
243
|
-
alertExtension:
|
244
|
-
alertCameraDisallowed:
|
245
|
+
alertExtension: p,
|
246
|
+
alertCameraDisallowed: h,
|
245
247
|
unconformities: m,
|
246
248
|
liveness: f,
|
247
249
|
faceCollector: y,
|
248
250
|
docCollector: T,
|
249
251
|
configModal: R,
|
250
252
|
toast: F,
|
251
|
-
cameraStatus:
|
253
|
+
cameraStatus: C
|
252
254
|
};
|
253
255
|
export {
|
254
256
|
o as agrFinger,
|
255
257
|
i as agrFingerNotMatched,
|
256
|
-
|
257
|
-
|
258
|
+
h as alertCameraDisallowed,
|
259
|
+
p as alertExtension,
|
258
260
|
l as automaticHasAlreadyRunSwal,
|
259
261
|
t as badFingerQualitySwal,
|
260
262
|
g as buttons,
|
261
|
-
|
263
|
+
C as cameraStatus,
|
262
264
|
R as configModal,
|
263
|
-
|
265
|
+
v as default,
|
264
266
|
c as dirtyScannerSwal,
|
265
267
|
T as docCollector,
|
266
268
|
r as duplicateFingerSwal,
|
@@ -275,4 +277,3 @@ export {
|
|
275
277
|
m as unconformities,
|
276
278
|
a as unknownDuplicateFingerSwal
|
277
279
|
};
|
278
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW4tdXNfZDM1YzA1NjBfMi4zLjEtUkMwMS5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsifQ==
|
@@ -224,7 +224,9 @@ const e = {
|
|
224
224
|
deviceMustBeInLandscape: "Voltee su dispositivo a la posición horizontal",
|
225
225
|
rotateDeviceOrPressButton: "Por favor, gira el dispositivo o presiona el botón debajo.",
|
226
226
|
adjustOrientation: "Ajustar Orientación",
|
227
|
-
connectAnotherCamera: "Por favor, conecte otra cámara y vuelva a intentarlo."
|
227
|
+
connectAnotherCamera: "Por favor, conecte otra cámara y vuelva a intentarlo.",
|
228
|
+
biometricCapture: "Ahora, vamos realizar su captura biométrica.",
|
229
|
+
startCapture: "Iniciar Captura"
|
228
230
|
}, N = {
|
229
231
|
forbiddenFingerSwal: e,
|
230
232
|
badFingerQualitySwal: a,
|
@@ -274,4 +276,3 @@ export {
|
|
274
276
|
f as unconformities,
|
275
277
|
o as unknownDuplicateFingerSwal
|
276
278
|
};
|
277
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXMtY2xfNzM1NjUyZTdfMi4zLjEtUkMwMS5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OyJ9
|