bry-biometric-collector 3.0.0-RC02 → 3.0.0-RC04

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.
Files changed (18) hide show
  1. package/dist/{DocumentCollector_cf9a12b0_3.0.0-RC02.js → DocumentCollector_622a98e4_3.0.0-RC04.js} +299 -298
  2. package/dist/{FaceCollector_ce582a75_3.0.0-RC02.js → FaceCollector_1f1cf984_3.0.0-RC04.js} +180 -180
  3. package/dist/{ValidationAlert_61be42c7_3.0.0-RC02.js → ValidationAlert_44adb2f5_3.0.0-RC04.js} +71 -71
  4. package/dist/{___vite-browser-external_commonjs-proxy_df2c73e2_3.0.0-RC02.js → ___vite-browser-external_commonjs-proxy_23bd1279_3.0.0-RC04.js} +36 -36
  5. package/dist/bry-biometric-collector-main.js +3 -3
  6. package/dist/{fingersApi_9b1d92d4_3.0.0-RC02.js → fingersApi_587e4472_3.0.0-RC04.js} +2 -2
  7. package/dist/index.js +3 -3
  8. package/dist/{index_1e6ec6e7_3.0.0-RC02.js → index_10ad37f7_3.0.0-RC04.js} +3 -3
  9. package/dist/{index_f8e53f14_3.0.0-RC02.js → index_47d6818a_3.0.0-RC04.js} +3 -3
  10. package/dist/{main_8b4294dd_3.0.0-RC02.js → main_277c3188_3.0.0-RC04.js} +1021 -1002
  11. package/dist/style.css +1 -1
  12. package/package.json +1 -1
  13. /package/dist/{en-us_99b30d39_3.0.0-RC02.js → en-us_99b30d39_3.0.0-RC04.js} +0 -0
  14. /package/dist/{es-cl_cfa50670_3.0.0-RC02.js → es-cl_cfa50670_3.0.0-RC04.js} +0 -0
  15. /package/dist/{face_api_0e3ce8c8_3.0.0-RC02.js → face_api_0e3ce8c8_3.0.0-RC04.js} +0 -0
  16. /package/dist/{index-no-detector_281a271b_3.0.0-RC02.js → index-no-detector_281a271b_3.0.0-RC04.js} +0 -0
  17. /package/dist/{index-no-detector_56051121_3.0.0-RC02.js → index-no-detector_56051121_3.0.0-RC04.js} +0 -0
  18. /package/dist/{pt-br_d5ca6103_3.0.0-RC02.js → pt-br_d5ca6103_3.0.0-RC04.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { bn as D, bo as V } from "./main_8b4294dd_3.0.0-RC02.js";
1
+ import { bp as D, bq as V } from "./main_277c3188_3.0.0-RC04.js";
2
2
  function H(e, t) {
3
3
  for (var n = 0; n < t.length; n++) {
4
4
  const r = t[n];
@@ -317,17 +317,17 @@ function w(e) {
317
317
  }
318
318
  f.isLong = w;
319
319
  var I = {}, B = {};
320
- function q(e, t) {
320
+ function m(e, t) {
321
321
  var n, r, s;
322
322
  return t ? (e >>>= 0, (s = 0 <= e && e < 256) && (r = B[e], r) ? r : (n = o(e, (e | 0) < 0 ? -1 : 0, !0), s && (B[e] = n), n)) : (e |= 0, (s = -128 <= e && e < 128) && (r = I[e], r) ? r : (n = o(e, e < 0 ? -1 : 0, !1), s && (I[e] = n), n));
323
323
  }
324
- f.fromInt = q;
324
+ f.fromInt = m;
325
325
  function O(e, t) {
326
326
  if (isNaN(e))
327
- return t ? m : L;
327
+ return t ? b : q;
328
328
  if (t) {
329
329
  if (e < 0)
330
- return m;
330
+ return b;
331
331
  if (e >= Z)
332
332
  return j;
333
333
  } else {
@@ -348,7 +348,7 @@ function A(e, t, n) {
348
348
  if (e.length === 0)
349
349
  throw Error("empty string");
350
350
  if (e === "NaN" || e === "Infinity" || e === "+Infinity" || e === "-Infinity")
351
- return L;
351
+ return q;
352
352
  if (typeof t == "number" ? (n = t, t = !1) : t = !!t, n = n || 10, n < 2 || 36 < n)
353
353
  throw RangeError("radix");
354
354
  var r;
@@ -356,7 +356,7 @@ function A(e, t, n) {
356
356
  throw Error("interior hyphen");
357
357
  if (r === 0)
358
358
  return A(e.substring(1), t, n).neg();
359
- for (var s = O(T(n, 8)), h = L, u = 0; u < e.length; u += 8) {
359
+ for (var s = O(T(n, 8)), h = q, u = 0; u < e.length; u += 8) {
360
360
  var F = Math.min(8, e.length - u), E = parseInt(e.substring(u, u + F), n);
361
361
  if (F < 8) {
362
362
  var l = O(T(n, F));
@@ -367,19 +367,19 @@ function A(e, t, n) {
367
367
  return h.unsigned = t, h;
368
368
  }
369
369
  f.fromString = A;
370
- function b(e, t) {
370
+ function L(e, t) {
371
371
  return typeof e == "number" ? O(e, t) : typeof e == "string" ? A(e, t) : o(e.low, e.high, typeof t == "boolean" ? t : e.unsigned);
372
372
  }
373
- f.fromValue = b;
374
- var M = 65536, C = 1 << 24, d = M * M, Z = d * d, P = Z / 2, S = q(C), L = q(0);
375
- f.ZERO = L;
376
- var m = q(0, !0);
377
- f.UZERO = m;
378
- var y = q(1);
373
+ f.fromValue = L;
374
+ var M = 65536, C = 1 << 24, d = M * M, Z = d * d, P = Z / 2, S = m(C), q = m(0);
375
+ f.ZERO = q;
376
+ var b = m(0, !0);
377
+ f.UZERO = b;
378
+ var y = m(1);
379
379
  f.ONE = y;
380
- var p = q(1, !0);
380
+ var p = m(1, !0);
381
381
  f.UONE = p;
382
- var U = q(-1);
382
+ var U = m(-1);
383
383
  f.NEG_ONE = U;
384
384
  var R = o(-1, 2147483647, !1);
385
385
  f.MAX_VALUE = R;
@@ -450,7 +450,7 @@ i.isEven = function() {
450
450
  return (this.low & 1) === 0;
451
451
  };
452
452
  i.equals = function(t) {
453
- return w(t) || (t = b(t)), this.unsigned !== t.unsigned && this.high >>> 31 === 1 && t.high >>> 31 === 1 ? !1 : this.high === t.high && this.low === t.low;
453
+ return w(t) || (t = L(t)), this.unsigned !== t.unsigned && this.high >>> 31 === 1 && t.high >>> 31 === 1 ? !1 : this.high === t.high && this.low === t.low;
454
454
  };
455
455
  i.eq = i.equals;
456
456
  i.notEquals = function(t) {
@@ -492,7 +492,7 @@ i.greaterThanOrEqual = function(t) {
492
492
  i.gte = i.greaterThanOrEqual;
493
493
  i.ge = i.greaterThanOrEqual;
494
494
  i.compare = function(t) {
495
- if (w(t) || (t = b(t)), this.eq(t))
495
+ if (w(t) || (t = L(t)), this.eq(t))
496
496
  return 0;
497
497
  var n = this.isNegative(), r = t.isNegative();
498
498
  return n && !r ? -1 : !n && r ? 1 : this.unsigned ? t.high >>> 0 > this.high >>> 0 || t.high === this.high && t.low >>> 0 > this.low >>> 0 ? -1 : 1 : this.sub(t).isNegative() ? -1 : 1;
@@ -503,18 +503,18 @@ i.negate = function() {
503
503
  };
504
504
  i.neg = i.negate;
505
505
  i.add = function(t) {
506
- w(t) || (t = b(t));
506
+ w(t) || (t = L(t));
507
507
  var n = this.high >>> 16, r = this.high & 65535, s = this.low >>> 16, h = this.low & 65535, u = t.high >>> 16, F = t.high & 65535, E = t.low >>> 16, l = t.low & 65535, g = 0, N = 0, a = 0, _ = 0;
508
508
  return _ += h + l, a += _ >>> 16, _ &= 65535, a += s + E, N += a >>> 16, a &= 65535, N += r + F, g += N >>> 16, N &= 65535, g += n + u, g &= 65535, o(a << 16 | _, g << 16 | N, this.unsigned);
509
509
  };
510
510
  i.subtract = function(t) {
511
- return w(t) || (t = b(t)), this.add(t.neg());
511
+ return w(t) || (t = L(t)), this.add(t.neg());
512
512
  };
513
513
  i.sub = i.subtract;
514
514
  i.multiply = function(t) {
515
515
  if (this.isZero())
516
- return L;
517
- if (w(t) || (t = b(t)), v) {
516
+ return q;
517
+ if (w(t) || (t = L(t)), v) {
518
518
  var n = v.mul(
519
519
  this.low,
520
520
  this.high,
@@ -524,11 +524,11 @@ i.multiply = function(t) {
524
524
  return o(n, v.get_high(), this.unsigned);
525
525
  }
526
526
  if (t.isZero())
527
- return L;
527
+ return q;
528
528
  if (this.eq(c))
529
- return t.isOdd() ? c : L;
529
+ return t.isOdd() ? c : q;
530
530
  if (t.eq(c))
531
- return this.isOdd() ? c : L;
531
+ return this.isOdd() ? c : q;
532
532
  if (this.isNegative())
533
533
  return t.isNegative() ? this.neg().mul(t.neg()) : this.neg().mul(t).neg();
534
534
  if (t.isNegative())
@@ -540,7 +540,7 @@ i.multiply = function(t) {
540
540
  };
541
541
  i.mul = i.multiply;
542
542
  i.divide = function(t) {
543
- if (w(t) || (t = b(t)), t.isZero())
543
+ if (w(t) || (t = L(t)), t.isZero())
544
544
  throw Error("division by zero");
545
545
  if (v) {
546
546
  if (!this.unsigned && this.high === -2147483648 && t.low === -1 && t.high === -1)
@@ -554,14 +554,14 @@ i.divide = function(t) {
554
554
  return o(n, v.get_high(), this.unsigned);
555
555
  }
556
556
  if (this.isZero())
557
- return this.unsigned ? m : L;
557
+ return this.unsigned ? b : q;
558
558
  var r, s, h;
559
559
  if (this.unsigned) {
560
560
  if (t.unsigned || (t = t.toUnsigned()), t.gt(this))
561
- return m;
561
+ return b;
562
562
  if (t.gt(this.shru(1)))
563
563
  return p;
564
- h = m;
564
+ h = b;
565
565
  } else {
566
566
  if (this.eq(c)) {
567
567
  if (t.eq(y) || t.eq(U))
@@ -569,14 +569,14 @@ i.divide = function(t) {
569
569
  if (t.eq(c))
570
570
  return y;
571
571
  var u = this.shr(1);
572
- return r = u.div(t).shl(1), r.eq(L) ? t.isNegative() ? y : U : (s = this.sub(t.mul(r)), h = r.add(s.div(t)), h);
572
+ return r = u.div(t).shl(1), r.eq(q) ? t.isNegative() ? y : U : (s = this.sub(t.mul(r)), h = r.add(s.div(t)), h);
573
573
  } else if (t.eq(c))
574
- return this.unsigned ? m : L;
574
+ return this.unsigned ? b : q;
575
575
  if (this.isNegative())
576
576
  return t.isNegative() ? this.neg().div(t.neg()) : this.neg().div(t).neg();
577
577
  if (t.isNegative())
578
578
  return this.div(t.neg()).neg();
579
- h = L;
579
+ h = q;
580
580
  }
581
581
  for (s = this; s.gte(t); ) {
582
582
  r = Math.max(1, Math.floor(s.toNumber() / t.toNumber()));
@@ -588,7 +588,7 @@ i.divide = function(t) {
588
588
  };
589
589
  i.div = i.divide;
590
590
  i.modulo = function(t) {
591
- if (w(t) || (t = b(t)), v) {
591
+ if (w(t) || (t = L(t)), v) {
592
592
  var n = (this.unsigned ? v.rem_u : v.rem_s)(
593
593
  this.low,
594
594
  this.high,
@@ -605,13 +605,13 @@ i.not = function() {
605
605
  return o(~this.low, ~this.high, this.unsigned);
606
606
  };
607
607
  i.and = function(t) {
608
- return w(t) || (t = b(t)), o(this.low & t.low, this.high & t.high, this.unsigned);
608
+ return w(t) || (t = L(t)), o(this.low & t.low, this.high & t.high, this.unsigned);
609
609
  };
610
610
  i.or = function(t) {
611
- return w(t) || (t = b(t)), o(this.low | t.low, this.high | t.high, this.unsigned);
611
+ return w(t) || (t = L(t)), o(this.low | t.low, this.high | t.high, this.unsigned);
612
612
  };
613
613
  i.xor = function(t) {
614
- return w(t) || (t = b(t)), o(this.low ^ t.low, this.high ^ t.high, this.unsigned);
614
+ return w(t) || (t = L(t)), o(this.low ^ t.low, this.high ^ t.high, this.unsigned);
615
615
  };
616
616
  i.shiftLeft = function(t) {
617
617
  return w(t) && (t = t.toInt()), (t &= 63) === 0 ? this : t < 32 ? o(this.low << t, this.high << t | this.low >>> 32 - t, this.unsigned) : o(0, this.low << t - 32, this.unsigned);
@@ -1,5 +1,5 @@
1
- import { bp as t } from "./main_8b4294dd_3.0.0-RC02.js";
2
- import "./face_api_0e3ce8c8_3.0.0-RC02.js";
1
+ import { br as a } from "./main_277c3188_3.0.0-RC04.js";
2
+ import "./face_api_0e3ce8c8_3.0.0-RC04.js";
3
3
  export {
4
- t as default
4
+ a as default
5
5
  };
@@ -1,5 +1,5 @@
1
- import { u as m, $ as D, 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_8b4294dd_3.0.0-RC02.js";
2
- import "./face_api_0e3ce8c8_3.0.0-RC02.js";
1
+ import { u as m, $ as D, 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_277c3188_3.0.0-RC04.js";
2
+ import "./face_api_0e3ce8c8_3.0.0-RC04.js";
3
3
  const f = m(D);
4
4
  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 || {});
5
5
  class r extends Error {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { bp as t } from "./main_8b4294dd_3.0.0-RC02.js";
2
- import "./face_api_0e3ce8c8_3.0.0-RC02.js";
1
+ import { br as a } from "./main_277c3188_3.0.0-RC04.js";
2
+ import "./face_api_0e3ce8c8_3.0.0-RC04.js";
3
3
  export {
4
- t as default
4
+ a as default
5
5
  };
@@ -1,6 +1,6 @@
1
- import { bm as eo } from "./main_8b4294dd_3.0.0-RC02.js";
2
- import { r as x1, l as b1, L as y1 } from "./___vite-browser-external_commonjs-proxy_df2c73e2_3.0.0-RC02.js";
3
- import "./face_api_0e3ce8c8_3.0.0-RC02.js";
1
+ import { bo as eo } from "./main_277c3188_3.0.0-RC04.js";
2
+ import { r as x1, l as b1, L as y1 } from "./___vite-browser-external_commonjs-proxy_23bd1279_3.0.0-RC04.js";
3
+ import "./face_api_0e3ce8c8_3.0.0-RC04.js";
4
4
  var pu = { exports: {} };
5
5
  pu.exports;
6
6
  (function(n) {
@@ -1,6 +1,6 @@
1
- import { l as vu, L as Au, r as se } from "./___vite-browser-external_commonjs-proxy_df2c73e2_3.0.0-RC02.js";
2
- import { bm as Xa, bn as hr } from "./main_8b4294dd_3.0.0-RC02.js";
3
- import "./face_api_0e3ce8c8_3.0.0-RC02.js";
1
+ import { l as vu, L as Au, r as se } from "./___vite-browser-external_commonjs-proxy_23bd1279_3.0.0-RC04.js";
2
+ import { bo as Xa, bp as hr } from "./main_277c3188_3.0.0-RC04.js";
3
+ import "./face_api_0e3ce8c8_3.0.0-RC04.js";
4
4
  function gr(e, t) {
5
5
  for (var n = 0; n < t.length; n++) {
6
6
  const s = t[n];