bry-biometric-collector 2.2.1 → 2.2.3-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 +4 -1
- package/dist/CameraBtn_a4ff405d_2.2.3-RC01.js +633 -0
- package/dist/DocumentCollector_a6e1a193_2.2.3-RC01.js +1296 -0
- package/dist/FaceCollector_fea7e63e_2.2.3-RC01.js +2040 -0
- package/dist/bry-biometric-collector-main.js +2 -1
- package/dist/{en-us_35a3a8da_2.2.1.js → en-us_55a6748c_2.2.3-RC01.js} +27 -18
- package/dist/face_api_0e3ce8c8_2.2.3-RC01.js +36289 -0
- package/dist/fingersApi_f71ec157_2.2.3-RC01.js +147 -0
- package/dist/index-no-detector_acb82d83_2.2.3-RC01.js +10396 -0
- package/dist/index.js +2 -1
- package/dist/main_be9d4a67_2.2.3-RC01.js +25479 -0
- package/dist/{pt-br_1a694022_2.2.1.js → pt-br_083e1c6a_2.2.3-RC01.js} +16 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/CameraBtn_ea347e01_2.2.1.js +0 -506
- package/dist/DocumentCollector_0785fdfe_2.2.1.js +0 -1053
- package/dist/FaceCollector_cb1adcc0_2.2.1.js +0 -1702
- package/dist/face_api_0e3ce8c8_2.2.1.js +0 -36288
- package/dist/fingersApi_13cd25ba_2.2.1.js +0 -146
- package/dist/index-no-detector_acb82d83_2.2.1.js +0 -10395
- package/dist/main_452d4a3b_2.2.1.js +0 -23663
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { be as f } from "./main_be9d4a67_2.2.3-RC01.js";
|
2
2
|
export {
|
3
3
|
f as default
|
4
4
|
};
|
5
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJ5LWJpb21ldHJpYy1jb2xsZWN0b3ItbWFpbi5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7In0=
|
@@ -24,12 +24,12 @@ const e = {
|
|
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",
|
26
26
|
cancel: "Cancel"
|
27
|
-
},
|
27
|
+
}, o = {
|
28
28
|
title: "Error",
|
29
29
|
text: "Attention AGR, the collected finger belongs to you! Please do customer pickup at this time!",
|
30
30
|
retry: "Capture again",
|
31
31
|
cancel: "Cancel"
|
32
|
-
},
|
32
|
+
}, r = {
|
33
33
|
title: "Error",
|
34
34
|
text: "Duplicate finger detected! The <b>{finger1}</b> and the <b>{finger2}</b> are the same!",
|
35
35
|
retry: "Capture again",
|
@@ -122,12 +122,11 @@ const e = {
|
|
122
122
|
lackOfSharpness: "Lack of sharpness",
|
123
123
|
unnaturalColoring: "Unnatural coloring",
|
124
124
|
initiatingCamera: "Initiating video...",
|
125
|
-
obtainingPicture: "Obtaining photo..."
|
126
|
-
stayStill: "Please stay still"
|
125
|
+
obtainingPicture: "Obtaining photo..."
|
127
126
|
}, m = {
|
128
127
|
error: {
|
129
128
|
error: "Error",
|
130
|
-
faceTooClose: "The face is too close to the camera, please
|
129
|
+
faceTooClose: "The face is too close to the camera, please move away.",
|
131
130
|
faceTooCloseToBorder: "The face is not centered, please center it.",
|
132
131
|
faceCropped: "The face is cropped in the capture, please center it.",
|
133
132
|
faceOccluded: "The face is occluded, please remove the obstruction.",
|
@@ -173,10 +172,19 @@ const e = {
|
|
173
172
|
provideAReasonForTheLowQualityCapture: "Please provide a reason for the low quality capture.",
|
174
173
|
yourJustification: "Your justification",
|
175
174
|
unaliveCapture: "Capture didn't passs the liveness test.",
|
176
|
-
unableToCompleteRequest: "Unable to complete the request to the photo validation service, please try again or contact the system administrator."
|
177
|
-
|
178
|
-
|
175
|
+
unableToCompleteRequest: "Unable to complete the request to the photo validation service, please try again or contact the system administrator.",
|
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..."
|
179
182
|
}, F = {
|
183
|
+
captured: "Document captured!",
|
184
|
+
comeCloserCamera: "Get Closer",
|
185
|
+
moveAwayCamera: "Move Away",
|
186
|
+
stayInFrame: "Center the Document"
|
187
|
+
}, T = {
|
180
188
|
close: "close",
|
181
189
|
instructions: "To download the driver for your scanner, please select the brand of your scanner:",
|
182
190
|
obs: "Please also do not forget to disconnect your scanner before installing the driver.",
|
@@ -191,14 +199,14 @@ const e = {
|
|
191
199
|
evaluateBiometricsTimeout: "The server has exceeded its time limit to respond. Please try again or contact the system administrator.",
|
192
200
|
genericNetworkError: "There was an error processing your request. Please try again or contact the system administrator.",
|
193
201
|
genericError: "There was an unexpected error. Please try again or contact the system administrator."
|
194
|
-
},
|
202
|
+
}, C = {
|
195
203
|
forbiddenFingerSwal: e,
|
196
204
|
badFingerQualitySwal: t,
|
197
205
|
unknownDuplicateFingerSwal: a,
|
198
206
|
signerNotInstalledSwal: i,
|
199
207
|
agrFingerNotMatched: n,
|
200
|
-
agrFinger:
|
201
|
-
duplicateFingerSwal:
|
208
|
+
agrFinger: o,
|
209
|
+
duplicateFingerSwal: r,
|
202
210
|
easterEggduplicateFingerSwal: l,
|
203
211
|
automaticHasAlreadyRunSwal: s,
|
204
212
|
dirtyScannerSwal: c,
|
@@ -210,23 +218,23 @@ const e = {
|
|
210
218
|
unconformities: h,
|
211
219
|
liveness: m,
|
212
220
|
faceCollector: y,
|
213
|
-
docCollector:
|
214
|
-
configModal:
|
221
|
+
docCollector: F,
|
222
|
+
configModal: T,
|
215
223
|
toast: R
|
216
224
|
};
|
217
225
|
export {
|
218
|
-
|
226
|
+
o as agrFinger,
|
219
227
|
n as agrFingerNotMatched,
|
220
228
|
p as alertCameraDisallowed,
|
221
229
|
f as alertExtension,
|
222
230
|
s as automaticHasAlreadyRunSwal,
|
223
231
|
t as badFingerQualitySwal,
|
224
232
|
u as buttons,
|
225
|
-
|
226
|
-
|
233
|
+
T as configModal,
|
234
|
+
C as default,
|
227
235
|
c as dirtyScannerSwal,
|
228
|
-
|
229
|
-
|
236
|
+
F as docCollector,
|
237
|
+
r as duplicateFingerSwal,
|
230
238
|
l as easterEggduplicateFingerSwal,
|
231
239
|
y as faceCollector,
|
232
240
|
g as fingerDisplayArea,
|
@@ -238,3 +246,4 @@ export {
|
|
238
246
|
h as unconformities,
|
239
247
|
a as unknownDuplicateFingerSwal
|
240
248
|
};
|
249
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW4tdXNfNTVhNjc0OGNfMi4yLjMtUkMwMS5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OyJ9
|