bry-biometric-collector 2.2.13 → 2.2.14-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 +9 -3
- package/dist/DocumentCollector_cd384479_2.2.14-RC01.js +1355 -0
- package/dist/FaceCollector_01e3f0b7_2.2.14-RC01.js +2310 -0
- package/dist/TakePictureBtn_f9800cbd_2.2.14-RC01.js +1066 -0
- package/dist/bry-biometric-collector-main.js +2 -1
- package/dist/{en-us_dfe3f804_2.2.13.js → en-us_44aea54f_2.2.14-RC01.js} +69 -49
- package/dist/{es-cl_14b74e4b_2.2.13.js → es-cl_d02e5eb9_2.2.14-RC01.js} +35 -17
- package/dist/face_api_0e3ce8c8_2.2.14-RC01.js +36289 -0
- package/dist/fingersApi_705e928f_2.2.14-RC01.js +133 -0
- package/dist/index-no-detector_acb82d83_2.2.14-RC01.js +10396 -0
- package/dist/index.js +2 -1
- package/dist/main_fb7d1b28_2.2.14-RC01.js +25586 -0
- package/dist/{pt-br_2a12cf43_2.2.13.js → pt-br_9f08429d_2.2.14-RC01.js} +51 -31
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/CameraBtn_31d94392_2.2.13.js +0 -513
- package/dist/DocumentCollector_6ba4de1e_2.2.13.js +0 -1043
- package/dist/FaceCollector_4288f8a7_2.2.13.js +0 -1828
- package/dist/face_api_0e3ce8c8_2.2.13.js +0 -36288
- package/dist/fingersApi_eb89129b_2.2.13.js +0 -146
- package/dist/index-no-detector_acb82d83_2.2.13.js +0 -10395
- package/dist/main_b9bc8eeb_2.2.13.js +0 -23769
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { bk as f } from "./main_fb7d1b28_2.2.14-RC01.js";
|
2
2
|
export {
|
3
3
|
f as default
|
4
4
|
};
|
5
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJ5LWJpb21ldHJpYy1jb2xsZWN0b3ItbWFpbi5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7In0=
|
@@ -15,11 +15,11 @@ const e = {
|
|
15
15
|
retry: "Capture again",
|
16
16
|
cancel: "Cancel",
|
17
17
|
deny: "Try another finger"
|
18
|
-
},
|
18
|
+
}, n = {
|
19
19
|
title: "Error",
|
20
20
|
text: "The extension module hasn't been installed!",
|
21
21
|
ok: "Ok"
|
22
|
-
},
|
22
|
+
}, i = {
|
23
23
|
title: "Error",
|
24
24
|
text: "Attention AGR, the collected finger does not belong to you or is in the wrong position. Please collect your finger in the indicated position.",
|
25
25
|
retry: "Capture again",
|
@@ -46,7 +46,7 @@ const e = {
|
|
46
46
|
RIGHT_HAND_PINKY: "Right Pinky Finger",
|
47
47
|
LEFT_HAND: "Left Hand",
|
48
48
|
RIGHT_HAND: "Right Hand"
|
49
|
-
},
|
49
|
+
}, s = {
|
50
50
|
title: "Error",
|
51
51
|
text: "Duplicate finger detected! The <b>{finger1}</b> and the <b>{finger2}</b> are the same!",
|
52
52
|
retry: "Capture again",
|
@@ -63,7 +63,7 @@ const e = {
|
|
63
63
|
RIGHT_HAND_PINKY: "Right Pinky Finger",
|
64
64
|
LEFT_HAND: "Left Hand",
|
65
65
|
RIGHT_HAND: "Right Hand"
|
66
|
-
},
|
66
|
+
}, l = {
|
67
67
|
title: "Attention",
|
68
68
|
text: "There are no more available suggested fingers to capture.",
|
69
69
|
ok: "Ok"
|
@@ -74,7 +74,7 @@ const e = {
|
|
74
74
|
}, d = {
|
75
75
|
title: "The scanner isn't connected",
|
76
76
|
text: "Please check that the scanner is properly connected and that the driver is installed."
|
77
|
-
},
|
77
|
+
}, u = {
|
78
78
|
clickOnSomething: "To begin, select a finger or click on Automatic capture.",
|
79
79
|
unscannedFinger: "Click on collect to capture this finger",
|
80
80
|
loadingGif: "Validating fingerprint...",
|
@@ -82,7 +82,7 @@ const e = {
|
|
82
82
|
liftFinger: "Remove the finger from the collector",
|
83
83
|
cancelling: "Cancelling...",
|
84
84
|
fingerImage: "Fingerprint quality rating:"
|
85
|
-
},
|
85
|
+
}, g = {
|
86
86
|
available: "Available",
|
87
87
|
missing: "Missing",
|
88
88
|
unavailable: "Unavailable",
|
@@ -100,9 +100,9 @@ const e = {
|
|
100
100
|
}, p = {
|
101
101
|
extensionNotFound: "The extension couldn't be identified. Please install it from here",
|
102
102
|
extension: "extension"
|
103
|
-
}, f = {
|
104
|
-
permissionNotGranted: "Permission to access the camera was denied, please enable and refresh."
|
105
103
|
}, h = {
|
104
|
+
permissionNotGranted: "Permission to access the camera was denied, please enable and refresh."
|
105
|
+
}, m = {
|
106
106
|
illumination: "Heterogeneous illumination",
|
107
107
|
openEyes: "Eyes closed",
|
108
108
|
redEyes: "Red eyes",
|
@@ -124,7 +124,7 @@ const e = {
|
|
124
124
|
unnaturalColoring: "Unnatural coloring",
|
125
125
|
initiatingCamera: "Initiating video...",
|
126
126
|
obtainingPicture: "Obtaining photo..."
|
127
|
-
},
|
127
|
+
}, f = {
|
128
128
|
error: {
|
129
129
|
error: "Error",
|
130
130
|
faceTooClose: "The face is too close to the camera, please move away.",
|
@@ -154,37 +154,38 @@ const e = {
|
|
154
154
|
contactAdmin: "Please contact the system administrator about this error."
|
155
155
|
}, y = {
|
156
156
|
capturing: "Capturing",
|
157
|
-
justification: "
|
157
|
+
justification: "Justification",
|
158
158
|
captured: "Face captured!",
|
159
159
|
retakePhoto: "Retake photo",
|
160
160
|
finish: "Finish",
|
161
161
|
thisInformationIsRequired: "This information is required.",
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
tooClose: "Too Close",
|
162
|
+
mouthOpen: "Mouth open",
|
163
|
+
closedMouth: "Closed mouth",
|
164
|
+
tooFar: "Too far",
|
165
|
+
tooClose: "Too close",
|
167
166
|
okDistance: "Distance: Ok",
|
168
167
|
framing: "Framing",
|
169
168
|
validating: "Validating",
|
170
169
|
lowQualityCapture: "Picture taken with insufficient quality, please capture again!",
|
171
|
-
everythingOk: "Great
|
170
|
+
everythingOk: "Great picture!",
|
172
171
|
unconformities: "Unconformities",
|
173
172
|
provideAReasonForTheLowQualityCapture: "Please provide a reason for the low quality capture.",
|
174
173
|
yourJustification: "Your justification",
|
175
|
-
unaliveCapture: "Capture didn't
|
174
|
+
unaliveCapture: "Capture didn't pass the liveness test.",
|
176
175
|
unableToCompleteRequest: "Unable to complete the request to the photo validation service, please try again or contact the system administrator.",
|
177
|
-
stayStill: "Stay
|
178
|
-
moveAwayCamera: "Move
|
179
|
-
comeCloserCamera: "Come
|
180
|
-
dontOpenMouth: "Close
|
181
|
-
stayInFrame: "Center
|
182
|
-
loading: "Loading..."
|
183
|
-
|
176
|
+
stayStill: "Stay still",
|
177
|
+
moveAwayCamera: "Move away",
|
178
|
+
comeCloserCamera: "Come closer",
|
179
|
+
dontOpenMouth: "Close your mouth",
|
180
|
+
stayInFrame: "Center your face",
|
181
|
+
loading: "Loading...",
|
182
|
+
capture: "Capture"
|
183
|
+
}, R = {
|
184
184
|
captured: "Document captured!",
|
185
185
|
comeCloserCamera: "Get Closer",
|
186
186
|
moveAwayCamera: "Move Away",
|
187
|
-
stayInFrame: "Center the Document"
|
187
|
+
stayInFrame: "Center the Document",
|
188
|
+
capture: "Capture"
|
188
189
|
}, T = {
|
189
190
|
close: "close",
|
190
191
|
instructions: "To download the driver for your scanner, please select the brand of your scanner:",
|
@@ -197,54 +198,73 @@ const e = {
|
|
197
198
|
en: "English",
|
198
199
|
pt: "Português",
|
199
200
|
es: "Spanish"
|
200
|
-
},
|
201
|
+
}, F = {
|
201
202
|
evaluateBiometricsTimeout: "The server has exceeded its time limit to respond. Please try again or contact the system administrator.",
|
202
203
|
genericNetworkError: "There was an error processing your request. Please try again or contact the system administrator.",
|
203
204
|
genericError: "There was an unexpected error. Please try again or contact the system administrator."
|
204
205
|
}, C = {
|
206
|
+
cameraPermission: "Please grant camera access permission.",
|
207
|
+
cameraNotSupported: "The camera does not meet the necessary requirements.",
|
208
|
+
cameraNotDetected: "Camera not detected.",
|
209
|
+
clickRestartButton: "After granting permission, click the Restart button.",
|
210
|
+
restart: "Restart",
|
211
|
+
connectCameraAndRestart: "Please connect your camera, wait a moment, and click the Restart button.",
|
212
|
+
cameraInUse: "The camera is in use.",
|
213
|
+
ensureCameraNotInUse: "Ensure no other application is using the camera and click the button below.",
|
214
|
+
stayOnSameTab: "Please remain on the same tab during biometric collection.",
|
215
|
+
clickRestartToRecapture: "Click the Restart button to recapture.",
|
216
|
+
deviceMustBeInPortrait: "Turn your device to the vertical position",
|
217
|
+
deviceMustBeInLandscape: "Turn your device to the horizontal position",
|
218
|
+
rotateDeviceOrPressButton: "Please rotate the device or press the button below.",
|
219
|
+
adjustOrientation: "Adjust Orientation",
|
220
|
+
connectAnotherCamera: "Please connect another camera and try again."
|
221
|
+
}, v = {
|
205
222
|
forbiddenFingerSwal: e,
|
206
223
|
badFingerQualitySwal: t,
|
207
224
|
unknownDuplicateFingerSwal: a,
|
208
|
-
signerNotInstalledSwal:
|
209
|
-
agrFingerNotMatched:
|
225
|
+
signerNotInstalledSwal: n,
|
226
|
+
agrFingerNotMatched: i,
|
210
227
|
agrFinger: r,
|
211
228
|
duplicateFingerSwal: o,
|
212
|
-
easterEggduplicateFingerSwal:
|
213
|
-
automaticHasAlreadyRunSwal:
|
229
|
+
easterEggduplicateFingerSwal: s,
|
230
|
+
automaticHasAlreadyRunSwal: l,
|
214
231
|
dirtyScannerSwal: c,
|
215
232
|
missingScannerSwal: d,
|
216
|
-
fingerDisplayArea:
|
217
|
-
buttons:
|
233
|
+
fingerDisplayArea: u,
|
234
|
+
buttons: g,
|
218
235
|
alertExtension: p,
|
219
|
-
alertCameraDisallowed:
|
220
|
-
unconformities:
|
221
|
-
liveness:
|
236
|
+
alertCameraDisallowed: h,
|
237
|
+
unconformities: m,
|
238
|
+
liveness: f,
|
222
239
|
faceCollector: y,
|
223
|
-
docCollector:
|
240
|
+
docCollector: R,
|
224
241
|
configModal: T,
|
225
|
-
toast:
|
242
|
+
toast: F,
|
243
|
+
cameraStatus: C
|
226
244
|
};
|
227
245
|
export {
|
228
246
|
r as agrFinger,
|
229
|
-
|
230
|
-
|
247
|
+
i as agrFingerNotMatched,
|
248
|
+
h as alertCameraDisallowed,
|
231
249
|
p as alertExtension,
|
232
|
-
|
250
|
+
l as automaticHasAlreadyRunSwal,
|
233
251
|
t as badFingerQualitySwal,
|
234
|
-
|
252
|
+
g as buttons,
|
253
|
+
C as cameraStatus,
|
235
254
|
T as configModal,
|
236
|
-
|
255
|
+
v as default,
|
237
256
|
c as dirtyScannerSwal,
|
238
|
-
|
257
|
+
R as docCollector,
|
239
258
|
o as duplicateFingerSwal,
|
240
|
-
|
259
|
+
s as easterEggduplicateFingerSwal,
|
241
260
|
y as faceCollector,
|
242
|
-
|
261
|
+
u as fingerDisplayArea,
|
243
262
|
e as forbiddenFingerSwal,
|
244
|
-
|
263
|
+
f as liveness,
|
245
264
|
d as missingScannerSwal,
|
246
|
-
|
247
|
-
|
248
|
-
|
265
|
+
n as signerNotInstalledSwal,
|
266
|
+
F as toast,
|
267
|
+
m as unconformities,
|
249
268
|
a as unknownDuplicateFingerSwal
|
250
269
|
};
|
270
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW4tdXNfNDRhZWE1NGZfMi4yLjE0LVJDMDEuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OyJ9
|
@@ -46,7 +46,7 @@ const e = {
|
|
46
46
|
RIGHT_HAND_PINKY: "Dedo Meñique Derecho",
|
47
47
|
LEFT_HAND: "Mano Izquierda",
|
48
48
|
RIGHT_HAND: "Mano Derecha"
|
49
|
-
},
|
49
|
+
}, c = {
|
50
50
|
title: "Error",
|
51
51
|
text: "¡Dedo duplicado detectado! ¡El <b>{finger1}</b> y el <b>{finger2}</b> son iguales!",
|
52
52
|
retry: "Recolectar de Nuevo",
|
@@ -63,7 +63,7 @@ const e = {
|
|
63
63
|
RIGHT_HAND_PINKY: "Meñique Derecho",
|
64
64
|
LEFT_HAND: "Mano Izquierda",
|
65
65
|
RIGHT_HAND: "Mano Derecha"
|
66
|
-
},
|
66
|
+
}, l = {
|
67
67
|
title: "Atención",
|
68
68
|
text: "No hay dedo sugerido disponible para recolectar.",
|
69
69
|
ok: "Ok"
|
@@ -97,10 +97,10 @@ const e = {
|
|
97
97
|
theme: "Tema",
|
98
98
|
finish: "Finalizar",
|
99
99
|
startCapture: "Estoy listo"
|
100
|
-
},
|
100
|
+
}, m = {
|
101
101
|
extensionNotFound: "No se pudo detectar la extensión, por favor instálela a través de este enlace",
|
102
102
|
extension: "Extensión"
|
103
|
-
},
|
103
|
+
}, v = {
|
104
104
|
permissionNotGranted: "No se permitió el uso de la cámara para este sitio, por favor conceda el permiso y recargue la página."
|
105
105
|
}, f = {
|
106
106
|
illumination: "Iluminación heterogénea",
|
@@ -158,7 +158,6 @@ const e = {
|
|
158
158
|
retakePhoto: "Rehacer foto",
|
159
159
|
finish: "Guardar",
|
160
160
|
thisInformationIsRequired: "Este campo es obligatorio.",
|
161
|
-
takePicture: "Tomar foto",
|
162
161
|
mouthOpen: "Boca abierta",
|
163
162
|
closedMouth: "Boca cerrada",
|
164
163
|
tooFar: "Demasiado lejos",
|
@@ -175,11 +174,11 @@ const e = {
|
|
175
174
|
initiatingCamera: "Iniciando video...",
|
176
175
|
obtainingPicture: "Obteniendo foto...",
|
177
176
|
unableToCompleteRequest: "Error al comunicarse con el servicio de validación de foto, por favor intente de nuevo o contacte al administrador del sistema.",
|
178
|
-
stayStill: "Mantén la
|
177
|
+
stayStill: "Mantén la posición",
|
179
178
|
moveAwayCamera: "Aléjate",
|
180
179
|
comeCloserCamera: "Acércate",
|
181
|
-
dontOpenMouth: "Cierra la
|
182
|
-
stayInFrame: "Céntrate en el
|
180
|
+
dontOpenMouth: "Cierra la boca",
|
181
|
+
stayInFrame: "Céntrate en el marco",
|
183
182
|
loading: "Cargando..."
|
184
183
|
}, D = {
|
185
184
|
captured: "¡Documento capturado!",
|
@@ -202,6 +201,22 @@ const e = {
|
|
202
201
|
evaluateBiometricsTimeout: "El servidor excedió su tiempo límite para responder, intente nuevamente o contacte al administrador del sistema.",
|
203
202
|
genericNetworkError: "Hubo un error en el procesamiento de su solicitud, intente nuevamente o contacte al administrador del sistema.",
|
204
203
|
genericError: "Hubo un error inesperado, intente nuevamente o contacte al administrador del sistema."
|
204
|
+
}, b = {
|
205
|
+
cameraPermission: "Por favor, concede permiso de acceso a la cámara.",
|
206
|
+
cameraNotSupported: "La cámara no cumple con los requisitos necesarios.",
|
207
|
+
cameraNotDetected: "Cámara no detectada.",
|
208
|
+
clickRestartButton: "Después de conceder el permiso, haz clic en el botón Reiniciar.",
|
209
|
+
restart: "Reiniciar",
|
210
|
+
connectCameraAndRestart: "Por favor, conecta tu cámara, espera un momento y haz clic en el botón Reiniciar.",
|
211
|
+
cameraInUse: "La cámara está en uso.",
|
212
|
+
ensureCameraNotInUse: "Asegúrate de que ninguna otra aplicación esté usando la cámara y haz clic en el botón debajo.",
|
213
|
+
stayOnSameTab: "Por favor, permanece en la misma pestaña durante la recolección biométrica.",
|
214
|
+
clickRestartToRecapture: "Haz clic en el botón Reiniciar para capturar de nuevo.",
|
215
|
+
deviceMustBeInPortrait: "Voltee su dispositivo a la posición vertical",
|
216
|
+
deviceMustBeInLandscape: "Voltee su dispositivo a la posición horizontal",
|
217
|
+
rotateDeviceOrPressButton: "Por favor, gira el dispositivo o presiona el botón debajo.",
|
218
|
+
adjustOrientation: "Ajustar Orientación",
|
219
|
+
connectAnotherCamera: "Por favor, conecte otra cámara y vuelva a intentarlo."
|
205
220
|
}, N = {
|
206
221
|
forbiddenFingerSwal: e,
|
207
222
|
badFingerQualitySwal: a,
|
@@ -210,35 +225,37 @@ const e = {
|
|
210
225
|
agrFingerNotMatched: t,
|
211
226
|
agrFinger: n,
|
212
227
|
duplicateFingerSwal: i,
|
213
|
-
easterEggduplicateFingerSwal:
|
214
|
-
automaticHasAlreadyRunSwal:
|
228
|
+
easterEggduplicateFingerSwal: c,
|
229
|
+
automaticHasAlreadyRunSwal: l,
|
215
230
|
dirtyScannerSwal: d,
|
216
231
|
missingScannerSwal: s,
|
217
232
|
fingerDisplayArea: u,
|
218
233
|
buttons: p,
|
219
|
-
alertExtension:
|
220
|
-
alertCameraDisallowed:
|
234
|
+
alertExtension: m,
|
235
|
+
alertCameraDisallowed: v,
|
221
236
|
unconformities: f,
|
222
237
|
liveness: g,
|
223
238
|
faceCollector: E,
|
224
239
|
docCollector: D,
|
225
240
|
configModal: R,
|
226
|
-
toast: I
|
241
|
+
toast: I,
|
242
|
+
cameraStatus: b
|
227
243
|
};
|
228
244
|
export {
|
229
245
|
n as agrFinger,
|
230
246
|
t as agrFingerNotMatched,
|
231
|
-
|
232
|
-
|
233
|
-
|
247
|
+
v as alertCameraDisallowed,
|
248
|
+
m as alertExtension,
|
249
|
+
l as automaticHasAlreadyRunSwal,
|
234
250
|
a as badFingerQualitySwal,
|
235
251
|
p as buttons,
|
252
|
+
b as cameraStatus,
|
236
253
|
R as configModal,
|
237
254
|
N as default,
|
238
255
|
d as dirtyScannerSwal,
|
239
256
|
D as docCollector,
|
240
257
|
i as duplicateFingerSwal,
|
241
|
-
|
258
|
+
c as easterEggduplicateFingerSwal,
|
242
259
|
E as faceCollector,
|
243
260
|
u as fingerDisplayArea,
|
244
261
|
e as forbiddenFingerSwal,
|
@@ -249,3 +266,4 @@ export {
|
|
249
266
|
f as unconformities,
|
250
267
|
o as unknownDuplicateFingerSwal
|
251
268
|
};
|
269
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXMtY2xfZDAyZTVlYjlfMi4yLjE0LVJDMDEuanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7In0=
|