@regulaforensics/ui-components 7.6.278-nightly → 7.6.280-nightly

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/index.js CHANGED
@@ -3,7 +3,7 @@ var UM = (t, e, n) => e in t ? vM(t, e, { enumerable: !0, configurable: !0, writ
3
3
  var bO = (t, e, n) => UM(t, typeof e != "symbol" ? e + "" : e, n);
4
4
  import "./index.css";
5
5
  import { jsx as T, jsxs as ot, Fragment as fe } from "react/jsx-runtime";
6
- import bn, { forwardRef as Ps, useState as we, useRef as Fe, useEffect as Ue, startTransition as fR, useLayoutEffect as WS, createContext as xn, useContext as t_, useReducer as WE, Fragment as D_, useMemo as S_, useCallback as gM, useImperativeHandle as bM, useDebugValue as cN } from "react";
6
+ import gn, { forwardRef as Ps, useState as we, useRef as Fe, useEffect as Ue, startTransition as fR, useLayoutEffect as WS, createContext as xn, useContext as t_, useReducer as WE, Fragment as D_, useMemo as S_, useCallback as gM, useImperativeHandle as bM, useDebugValue as cN } from "react";
7
7
  import Mc, { createPortal as FA } from "react-dom";
8
8
  var UE = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
9
9
  function HM(t) {
@@ -6326,7 +6326,7 @@ var cu = (
6326
6326
  }).join("") : "");
6327
6327
  }, t;
6328
6328
  }()
6329
- ), Un = (
6329
+ ), vn = (
6330
6330
  /** @class */
6331
6331
  function() {
6332
6332
  function t() {
@@ -6389,12 +6389,12 @@ var WU = (
6389
6389
  }
6390
6390
  this.validatorOptions && this.validatorOptions.whitelist && this.whitelist(e, A, r), Object.keys(A).forEach(function(S) {
6391
6391
  var u = e[S], l = A[S].filter(function(h) {
6392
- return h.type === Un.IS_DEFINED;
6392
+ return h.type === vn.IS_DEFINED;
6393
6393
  }), D = A[S].filter(function(h) {
6394
- return h.type !== Un.IS_DEFINED && h.type !== Un.WHITELIST;
6394
+ return h.type !== vn.IS_DEFINED && h.type !== vn.WHITELIST;
6395
6395
  });
6396
6396
  u instanceof Promise && D.find(function(h) {
6397
- return h.type === Un.PROMISE_VALIDATION;
6397
+ return h.type === vn.PROMISE_VALIDATION;
6398
6398
  }) ? _.awaitingPromises.push(u.then(function(h) {
6399
6399
  _.performValidations(e, h, S, l, D, r);
6400
6400
  })) : _.performValidations(e, u, S, l, D, r);
@@ -6405,7 +6405,7 @@ var WU = (
6405
6405
  (!n[s] || n[s].length === 0) && o.push(s);
6406
6406
  }), o.length > 0 && (this.validatorOptions && this.validatorOptions.forbidNonWhitelisted ? o.forEach(function(s) {
6407
6407
  var E, i = _.generateValidationError(e, e[s], s);
6408
- i.constraints = (E = {}, E[Un.WHITELIST] = "property ".concat(s, " should not exist"), E), i.children = void 0, r.push(i);
6408
+ i.constraints = (E = {}, E[vn.WHITELIST] = "property ".concat(s, " should not exist"), E), i.children = void 0, r.push(i);
6409
6409
  }) : o.forEach(function(s) {
6410
6410
  return delete e[s];
6411
6411
  }));
@@ -6421,11 +6421,11 @@ var WU = (
6421
6421
  });
6422
6422
  }, t.prototype.performValidations = function(e, n, r, _, o, s) {
6423
6423
  var E = o.filter(function(A) {
6424
- return A.type === Un.CUSTOM_VALIDATION;
6424
+ return A.type === vn.CUSTOM_VALIDATION;
6425
6425
  }), i = o.filter(function(A) {
6426
- return A.type === Un.NESTED_VALIDATION;
6426
+ return A.type === vn.NESTED_VALIDATION;
6427
6427
  }), a = o.filter(function(A) {
6428
- return A.type === Un.CONDITIONAL_VALIDATION;
6428
+ return A.type === vn.CONDITIONAL_VALIDATION;
6429
6429
  }), c = this.generateValidationError(e, n, r);
6430
6430
  s.push(c);
6431
6431
  var I = this.conditionalValidations(e, n, a);
@@ -6500,7 +6500,7 @@ var WU = (
6500
6500
  }, t.prototype.nestedValidations = function(e, n, r) {
6501
6501
  var _ = this;
6502
6502
  e !== void 0 && n.forEach(function(o) {
6503
- if (!(o.type !== Un.NESTED_VALIDATION && o.type !== Un.PROMISE_VALIDATION) && !(_.validatorOptions && _.validatorOptions.stopAtFirstError && Object.keys(r.constraints || {}).length > 0))
6503
+ if (!(o.type !== vn.NESTED_VALIDATION && o.type !== vn.PROMISE_VALIDATION) && !(_.validatorOptions && _.validatorOptions.stopAtFirstError && Object.keys(r.constraints || {}).length > 0))
6504
6504
  if (Array.isArray(e) || e instanceof Set || e instanceof Map) {
6505
6505
  var s = e instanceof Set ? Array.from(e) : e;
6506
6506
  s.forEach(function(I, A) {
@@ -6519,7 +6519,7 @@ var WU = (
6519
6519
  return r.forEach(function(s) {
6520
6520
  if (s.context) {
6521
6521
  var E = void 0;
6522
- if (s.type === Un.CUSTOM_VALIDATION) {
6522
+ if (s.type === vn.CUSTOM_VALIDATION) {
6523
6523
  var i = o.metadataStorage.getTargetValidatorConstraints(s.constraintCls);
6524
6524
  E = i[0];
6525
6525
  }
@@ -6719,7 +6719,7 @@ function lL(t) {
6719
6719
  }(), Xc().addConstraintMetadata(new zU(e, t.name, t.async));
6720
6720
  }
6721
6721
  var _ = {
6722
- type: t.name && Un.isValid(t.name) ? t.name : Un.CUSTOM_VALIDATION,
6722
+ type: t.name && vn.isValid(t.name) ? t.name : vn.CUSTOM_VALIDATION,
6723
6723
  name: t.name,
6724
6724
  target: t.target,
6725
6725
  propertyName: t.propertyName,
@@ -6747,7 +6747,7 @@ function n_(t, e) {
6747
6747
  });
6748
6748
  };
6749
6749
  }
6750
- var JU = Un.IS_DEFINED;
6750
+ var JU = vn.IS_DEFINED;
6751
6751
  function QU(t) {
6752
6752
  return t != null;
6753
6753
  }
@@ -6767,7 +6767,7 @@ function N(t) {
6767
6767
  function M(t) {
6768
6768
  return function(e, n) {
6769
6769
  var r = {
6770
- type: Un.CONDITIONAL_VALIDATION,
6770
+ type: vn.CONDITIONAL_VALIDATION,
6771
6771
  target: e.constructor,
6772
6772
  propertyName: n,
6773
6773
  constraints: [
@@ -6793,7 +6793,7 @@ function tt(t) {
6793
6793
  var e = WR({}, t), n = e.each ? "each value in " : "";
6794
6794
  return e.message = e.message || n + "nested property $property must be either object or array", function(r, _) {
6795
6795
  var o = {
6796
- type: Un.NESTED_VALIDATION,
6796
+ type: vn.NESTED_VALIDATION,
6797
6797
  target: r.constructor,
6798
6798
  propertyName: _,
6799
6799
  validationOptions: e
@@ -7268,7 +7268,7 @@ var bg = (
7268
7268
  return this._ancestorsMap.get(e);
7269
7269
  }, t;
7270
7270
  }()
7271
- ), vn = new bg();
7271
+ ), mn = new bg();
7272
7272
  function Hg() {
7273
7273
  if (typeof globalThis < "u")
7274
7274
  return globalThis;
@@ -7351,10 +7351,10 @@ var OE = (
7351
7351
  var D = l, h = l, L = l;
7352
7352
  if (!A.options.ignoreDecorators && r) {
7353
7353
  if (A.transformationType === ue.PLAIN_TO_CLASS) {
7354
- var f = vn.findExposeMetadataByCustomName(r, l);
7354
+ var f = mn.findExposeMetadataByCustomName(r, l);
7355
7355
  f && (L = f.propertyName, h = f.propertyName);
7356
7356
  } else if (A.transformationType === ue.CLASS_TO_PLAIN || A.transformationType === ue.CLASS_TO_CLASS) {
7357
- var f = vn.findExposeMetadata(r, l);
7357
+ var f = mn.findExposeMetadata(r, l);
7358
7358
  f && f.options && f.options.name && (h = f.options.name);
7359
7359
  }
7360
7360
  }
@@ -7364,7 +7364,7 @@ var OE = (
7364
7364
  if (r && o)
7365
7365
  b = r;
7366
7366
  else if (r) {
7367
- var Y = vn.findTypeMetadata(r, L);
7367
+ var Y = mn.findTypeMetadata(r, L);
7368
7368
  if (Y) {
7369
7369
  var x = { newObject: c, object: n, property: L }, g = Y.typeFunction ? Y.typeFunction(x) : Y.reflectedType;
7370
7370
  Y.options && Y.options.discriminator && Y.options.discriminator.property && Y.options.discriminator.subTypes ? n[D] instanceof Array ? b = Y : (A.transformationType === ue.PLAIN_TO_CLASS && (b = Y.options.discriminator.subTypes.find(function(bt) {
@@ -7407,7 +7407,7 @@ var OE = (
7407
7407
  return n;
7408
7408
  }
7409
7409
  }, t.prototype.applyCustomTransformations = function(e, n, r, _, o) {
7410
- var s = this, E = vn.findTransformMetadatas(n, r, this.transformationType);
7410
+ var s = this, E = mn.findTransformMetadatas(n, r, this.transformationType);
7411
7411
  return this.options.version !== void 0 && (E = E.filter(function(i) {
7412
7412
  return i.options ? s.checkVersion(i.options.since, i.options.until) : !0;
7413
7413
  })), this.options.groups && this.options.groups.length ? E = E.filter(function(i) {
@@ -7421,36 +7421,36 @@ var OE = (
7421
7421
  return this.recursionStack.has(e);
7422
7422
  }, t.prototype.getReflectedType = function(e, n) {
7423
7423
  if (e) {
7424
- var r = vn.findTypeMetadata(e, n);
7424
+ var r = mn.findTypeMetadata(e, n);
7425
7425
  return r ? r.reflectedType : void 0;
7426
7426
  }
7427
7427
  }, t.prototype.getKeys = function(e, n, r) {
7428
- var _ = this, o = vn.getStrategy(e);
7428
+ var _ = this, o = mn.getStrategy(e);
7429
7429
  o === "none" && (o = this.options.strategy || "exposeAll");
7430
7430
  var s = [];
7431
7431
  if ((o === "exposeAll" || r) && (n instanceof Map ? s = Array.from(n.keys()) : s = Object.keys(n)), r)
7432
7432
  return s;
7433
7433
  if (this.options.ignoreDecorators && this.options.excludeExtraneousValues && e) {
7434
- var E = vn.getExposedProperties(e, this.transformationType), i = vn.getExcludedProperties(e, this.transformationType);
7434
+ var E = mn.getExposedProperties(e, this.transformationType), i = mn.getExcludedProperties(e, this.transformationType);
7435
7435
  s = Ou(Ou([], E, !0), i);
7436
7436
  }
7437
7437
  if (!this.options.ignoreDecorators && e) {
7438
- var E = vn.getExposedProperties(e, this.transformationType);
7438
+ var E = mn.getExposedProperties(e, this.transformationType);
7439
7439
  this.transformationType === ue.PLAIN_TO_CLASS && (E = E.map(function(I) {
7440
- var A = vn.findExposeMetadata(e, I);
7440
+ var A = mn.findExposeMetadata(e, I);
7441
7441
  return A && A.options && A.options.name ? A.options.name : I;
7442
7442
  })), this.options.excludeExtraneousValues ? s = E : s = s.concat(E);
7443
- var a = vn.getExcludedProperties(e, this.transformationType);
7443
+ var a = mn.getExcludedProperties(e, this.transformationType);
7444
7444
  a.length > 0 && (s = s.filter(function(I) {
7445
7445
  return !a.includes(I);
7446
7446
  })), this.options.version !== void 0 && (s = s.filter(function(I) {
7447
- var A = vn.findExposeMetadata(e, I);
7447
+ var A = mn.findExposeMetadata(e, I);
7448
7448
  return !A || !A.options ? !0 : _.checkVersion(A.options.since, A.options.until);
7449
7449
  })), this.options.groups && this.options.groups.length ? s = s.filter(function(I) {
7450
- var A = vn.findExposeMetadata(e, I);
7450
+ var A = mn.findExposeMetadata(e, I);
7451
7451
  return !A || !A.options ? !0 : _.checkGroups(A.options.groups);
7452
7452
  }) : s = s.filter(function(I) {
7453
- var A = vn.findExposeMetadata(e, I);
7453
+ var A = mn.findExposeMetadata(e, I);
7454
7454
  return !A || !A.options || !A.options.groups || !A.options.groups.length;
7455
7455
  });
7456
7456
  }
@@ -7526,7 +7526,7 @@ var OE = (
7526
7526
  );
7527
7527
  function L_(t, e) {
7528
7528
  return e === void 0 && (e = {}), function(n, r) {
7529
- vn.addTransformMetadata({
7529
+ mn.addTransformMetadata({
7530
7530
  target: n.constructor,
7531
7531
  propertyName: r,
7532
7532
  transformFn: t,
@@ -7537,7 +7537,7 @@ function L_(t, e) {
7537
7537
  function st(t, e) {
7538
7538
  return e === void 0 && (e = {}), function(n, r) {
7539
7539
  var _ = Reflect.getMetadata("design:type", n, r);
7540
- vn.addTypeMetadata({
7540
+ mn.addTypeMetadata({
7541
7541
  target: n.constructor,
7542
7542
  propertyName: r,
7543
7543
  reflectedType: _,
@@ -7547,7 +7547,7 @@ function st(t, e) {
7547
7547
  };
7548
7548
  }
7549
7549
  var rC = new yg();
7550
- function Hn(t, e) {
7550
+ function bn(t, e) {
7551
7551
  return rC.instanceToPlain(t, e);
7552
7552
  }
7553
7553
  function Se(t, e, n) {
@@ -8358,7 +8358,7 @@ const gs = (ja = class extends kn {
8358
8358
  if (!n)
8359
8359
  return [];
8360
8360
  const r = n.List.filter((_) => bL.includes(_.result_type));
8361
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
8361
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
8362
8362
  }
8363
8363
  }, ja.fromPlain = (t) => Se(ja, t), ja.validate = (t) => {
8364
8364
  const e = xe(t);
@@ -8414,7 +8414,7 @@ const bs = (Za = class extends kn {
8414
8414
  if (!Array.isArray(n))
8415
8415
  return [];
8416
8416
  const r = n.List.filter((_) => HL.includes(_.result_type));
8417
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
8417
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
8418
8418
  }
8419
8419
  }, Za.fromPlain = (t) => Se(Za, t), Za.validate = (t) => {
8420
8420
  const e = xe(t);
@@ -8616,7 +8616,7 @@ const Gs = (za = class extends kn {
8616
8616
  const r = n.List.filter(
8617
8617
  (_) => BL.includes(_.result_type)
8618
8618
  );
8619
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
8619
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
8620
8620
  }
8621
8621
  }, za.fromPlain = (t) => Se(za, t), za.validate = (t) => {
8622
8622
  const e = xe(t);
@@ -8655,75 +8655,75 @@ _a([
8655
8655
  st(() => AC)
8656
8656
  ], Gs.prototype, "DocBarCodeInfo");
8657
8657
  let yL = Gs;
8658
- var Sb = Object.defineProperty, Gn = (t, e, n, r) => {
8658
+ var Sb = Object.defineProperty, Hn = (t, e, n, r) => {
8659
8659
  for (var _ = void 0, o = t.length - 1, s; o >= 0; o--)
8660
8660
  (s = t[o]) && (_ = s(e, n, _) || _);
8661
8661
  return _ && Sb(e, n, _), _;
8662
8662
  };
8663
8663
  class Pn {
8664
8664
  }
8665
- Gn([
8665
+ Hn([
8666
8666
  N(),
8667
8667
  G(RI)
8668
8668
  ], Pn.prototype, "Type");
8669
- Gn([
8669
+ Hn([
8670
8670
  N(),
8671
8671
  G(Ds),
8672
8672
  U(Ds.UNKNOWN)
8673
8673
  ], Pn.prototype, "DocumentID");
8674
- Gn([
8674
+ Hn([
8675
8675
  N(),
8676
8676
  Rt()
8677
8677
  ], Pn.prototype, "DocumentType");
8678
- Gn([
8678
+ Hn([
8679
8679
  N(),
8680
8680
  Rt()
8681
8681
  ], Pn.prototype, "State");
8682
- Gn([
8682
+ Hn([
8683
8683
  N(),
8684
8684
  Rt()
8685
8685
  ], Pn.prototype, "Holder");
8686
- Gn([
8686
+ Hn([
8687
8687
  N(),
8688
8688
  Rt()
8689
8689
  ], Pn.prototype, "DocumentNumber");
8690
- Gn([
8690
+ Hn([
8691
8691
  N(),
8692
8692
  z()
8693
8693
  ], Pn.prototype, "CheckDigitDocumentNumber");
8694
- Gn([
8694
+ Hn([
8695
8695
  N(),
8696
8696
  Rt()
8697
8697
  ], Pn.prototype, "Nationality");
8698
- Gn([
8698
+ Hn([
8699
8699
  N(),
8700
8700
  Rt()
8701
8701
  ], Pn.prototype, "Birthday");
8702
- Gn([
8702
+ Hn([
8703
8703
  N(),
8704
8704
  z()
8705
8705
  ], Pn.prototype, "CheckDigitBirthday");
8706
- Gn([
8706
+ Hn([
8707
8707
  N(),
8708
8708
  Rt()
8709
8709
  ], Pn.prototype, "Sex");
8710
- Gn([
8710
+ Hn([
8711
8711
  N(),
8712
8712
  Rt()
8713
8713
  ], Pn.prototype, "ExpiryDate");
8714
- Gn([
8714
+ Hn([
8715
8715
  N(),
8716
8716
  z()
8717
8717
  ], Pn.prototype, "CheckDigitExpiryDate");
8718
- Gn([
8718
+ Hn([
8719
8719
  N(),
8720
8720
  Rt()
8721
8721
  ], Pn.prototype, "OptionalData");
8722
- Gn([
8722
+ Hn([
8723
8723
  N(),
8724
8724
  z()
8725
8725
  ], Pn.prototype, "CheckDigitOptionalData");
8726
- Gn([
8726
+ Hn([
8727
8727
  N(),
8728
8728
  z()
8729
8729
  ], Pn.prototype, "CheckDigitComposite");
@@ -9583,7 +9583,7 @@ const ys = (Ja = class extends kn {
9583
9583
  const r = n.List.filter(
9584
9584
  (_) => KL.includes(_.result_type)
9585
9585
  );
9586
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
9586
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
9587
9587
  }
9588
9588
  }, Ja.fromPlain = (t) => Se(Ja, t), Ja.validate = (t) => {
9589
9589
  const e = xe(t);
@@ -9745,7 +9745,7 @@ const $s = (Qa = class extends kn {
9745
9745
  const { ContainerList: n } = t, r = n.List.filter(
9746
9746
  (_) => WL.includes(_.result_type)
9747
9747
  );
9748
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
9748
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
9749
9749
  }
9750
9750
  }, Qa.fromPlain = (t) => Se(Qa, t), Qa.validate = (t) => {
9751
9751
  const e = xe(t);
@@ -9913,65 +9913,65 @@ var Qb = Object.defineProperty, Vn = (t, e, n, r) => {
9913
9913
  (s = t[o]) && (_ = s(e, n, _) || _);
9914
9914
  return _ && Qb(e, n, _), _;
9915
9915
  }, Xi;
9916
- const Bn = (Xi = class extends XL {
9916
+ const Gn = (Xi = class extends XL {
9917
9917
  }, Xi.fromPlain = (t) => Se(Xi, t, { exposeUnsetFields: !1 }), Xi);
9918
9918
  Vn([
9919
9919
  N(),
9920
9920
  G(O)
9921
- ], Bn.prototype, "wFieldType");
9921
+ ], Gn.prototype, "wFieldType");
9922
9922
  Vn([
9923
9923
  N(),
9924
9924
  G(RI)
9925
- ], Bn.prototype, "RFID_OriginDG");
9925
+ ], Gn.prototype, "RFID_OriginDG");
9926
9926
  Vn([
9927
9927
  M()
9928
- ], Bn.prototype, "RFID_OriginDGTag");
9928
+ ], Gn.prototype, "RFID_OriginDGTag");
9929
9929
  Vn([
9930
9930
  N(),
9931
9931
  z()
9932
- ], Bn.prototype, "RFID_OriginTagEntry");
9932
+ ], Gn.prototype, "RFID_OriginTagEntry");
9933
9933
  Vn([
9934
9934
  M()
9935
- ], Bn.prototype, "RFID_OriginEntryView");
9935
+ ], Gn.prototype, "RFID_OriginEntryView");
9936
9936
  Vn([
9937
9937
  N(),
9938
9938
  Rt()
9939
- ], Bn.prototype, "FieldName");
9939
+ ], Gn.prototype, "FieldName");
9940
9940
  Vn([
9941
9941
  N(),
9942
9942
  z()
9943
- ], Bn.prototype, "StringsCount");
9943
+ ], Gn.prototype, "StringsCount");
9944
9944
  Vn([
9945
9945
  N(),
9946
9946
  qt(),
9947
9947
  tt({ each: !0 }),
9948
9948
  st(() => Ti),
9949
9949
  U([])
9950
- ], Bn.prototype, "StringsResult");
9950
+ ], Gn.prototype, "StringsResult");
9951
9951
  Vn([
9952
9952
  N(),
9953
9953
  z()
9954
- ], Bn.prototype, "Buf_Length");
9954
+ ], Gn.prototype, "Buf_Length");
9955
9955
  Vn([
9956
9956
  N(),
9957
9957
  Rt()
9958
- ], Bn.prototype, "Buf_Text");
9958
+ ], Gn.prototype, "Buf_Text");
9959
9959
  Vn([
9960
9960
  M()
9961
- ], Bn.prototype, "FieldMask");
9961
+ ], Gn.prototype, "FieldMask");
9962
9962
  Vn([
9963
9963
  M()
9964
- ], Bn.prototype, "Validity");
9964
+ ], Gn.prototype, "Validity");
9965
9965
  Vn([
9966
9966
  M()
9967
- ], Bn.prototype, "InComparison");
9967
+ ], Gn.prototype, "InComparison");
9968
9968
  Vn([
9969
9969
  M()
9970
- ], Bn.prototype, "Reserved2");
9970
+ ], Gn.prototype, "Reserved2");
9971
9971
  Vn([
9972
9972
  M()
9973
- ], Bn.prototype, "Reserved3");
9974
- let qb = Bn;
9973
+ ], Gn.prototype, "Reserved3");
9974
+ let qb = Gn;
9975
9975
  var tS;
9976
9976
  ((t) => {
9977
9977
  t.transformList = (e) => e.map((n) => (0, t.transform)(n)), t.transform = (e) => ho(e) && e.hasOwnProperty("RFID_OriginDG") ? qb.fromPlain(e) : Jb.fromPlain(e);
@@ -10012,7 +10012,7 @@ const xs = (qa = class extends kn {
10012
10012
  const { ContainerList: n } = t, r = n.List.filter(
10013
10013
  (_) => ZL.includes(_.result_type)
10014
10014
  );
10015
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10015
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10016
10016
  }
10017
10017
  }, qa.fromPlain = (t) => Se(qa, t), qa.validate = (t) => {
10018
10018
  const e = xe(t);
@@ -10065,7 +10065,7 @@ const Ys = (tc = class extends kn {
10065
10065
  const { ContainerList: n } = t, r = n.List.filter(
10066
10066
  (_) => zL.includes(_.result_type)
10067
10067
  );
10068
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10068
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10069
10069
  }
10070
10070
  }, tc.fromPlain = (t) => Se(tc, t), tc.validate = (t) => {
10071
10071
  const e = xe(t);
@@ -10178,7 +10178,7 @@ const ks = (ec = class extends kn {
10178
10178
  const { ContainerList: n } = t, r = n.List.filter(
10179
10179
  (_) => JL.includes(_.result_type)
10180
10180
  );
10181
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10181
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10182
10182
  }
10183
10183
  }, ec.fromPlain = (t) => Se(ec, t), ec.validate = (t) => {
10184
10184
  const e = xe(t);
@@ -10390,7 +10390,7 @@ const Vs = (nc = class extends kn {
10390
10390
  const { ContainerList: n } = t, r = n.List.filter(
10391
10391
  (_) => t1.includes(_.result_type)
10392
10392
  );
10393
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10393
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10394
10394
  }
10395
10395
  }, nc.fromPlain = (t) => Se(nc, t), nc.validate = (t) => {
10396
10396
  const e = xe(t);
@@ -10443,7 +10443,7 @@ const Ws = (_c = class extends kn {
10443
10443
  const { ContainerList: n } = t, r = n.List.filter(
10444
10444
  (_) => e1.includes(_.result_type)
10445
10445
  );
10446
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10446
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10447
10447
  }
10448
10448
  }, _c.fromPlain = (t) => Se(_c, t), _c.validate = (t) => {
10449
10449
  const e = xe(t);
@@ -10556,7 +10556,7 @@ const js = (rc = class extends kn {
10556
10556
  const { ContainerList: n } = t, r = n.List.filter(
10557
10557
  (_) => _1.includes(_.result_type)
10558
10558
  );
10559
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10559
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10560
10560
  }
10561
10561
  }, rc.fromPlain = (t) => Se(rc, t), rc.validate = (t) => {
10562
10562
  const e = xe(t);
@@ -10728,7 +10728,7 @@ const Zs = (oc = class extends kn {
10728
10728
  const { ContainerList: n } = t, r = n.List.filter(
10729
10729
  (_) => r1.includes(_.result_type)
10730
10730
  );
10731
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10731
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10732
10732
  }
10733
10733
  }, oc.fromPlain = (t) => Se(oc, t), oc.validate = (t) => {
10734
10734
  const e = xe(t);
@@ -10798,7 +10798,7 @@ const zs = (sc = class extends kn {
10798
10798
  const { ContainerList: n } = t, r = n.List.filter(
10799
10799
  (_) => s1.includes(_.result_type)
10800
10800
  );
10801
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10801
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10802
10802
  }
10803
10803
  }, sc.fromPlain = (t) => Se(sc, t), sc.validate = (t) => {
10804
10804
  const e = xe(t);
@@ -10981,7 +10981,7 @@ const qs = (Ec = class extends kn {
10981
10981
  const { ContainerList: n } = t, r = n.List.filter(
10982
10982
  (_) => E1.includes(_.result_type)
10983
10983
  );
10984
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
10984
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
10985
10985
  }
10986
10986
  }, Ec.fromPlain = (t) => Se(Ec, t, { exposeUnsetFields: !1 }), Ec.validate = (t) => {
10987
10987
  const e = xe(t);
@@ -11275,7 +11275,7 @@ const eE = (ac = class extends kn {
11275
11275
  const { ContainerList: n } = t, r = n.List.filter(
11276
11276
  (_) => i1.includes(_.result_type)
11277
11277
  );
11278
- return e ? r.map((_) => Hn(_, { exposeUnsetFields: !1 })) : r;
11278
+ return e ? r.map((_) => bn(_, { exposeUnsetFields: !1 })) : r;
11279
11279
  }
11280
11280
  }, ac.fromPlain = (t) => Se(ac, t, { exposeUnsetFields: !1 }), ac.validate = (t) => {
11281
11281
  const e = xe(t);
@@ -11581,69 +11581,69 @@ var XH = Object.defineProperty, Wn = (t, e, n, r) => {
11581
11581
  (s = t[o]) && (_ = s(e, n, _) || _);
11582
11582
  return _ && XH(e, n, _), _;
11583
11583
  };
11584
- class yn {
11584
+ class Bn {
11585
11585
  }
11586
11586
  Wn([
11587
11587
  M(),
11588
11588
  zt()
11589
- ], yn.prototype, "checkLiveness");
11589
+ ], Bn.prototype, "checkLiveness");
11590
11590
  Wn([
11591
11591
  M(),
11592
11592
  tt(),
11593
11593
  st(() => li)
11594
- ], yn.prototype, "livenessParams");
11594
+ ], Bn.prototype, "livenessParams");
11595
11595
  Wn([
11596
11596
  M(),
11597
11597
  zt()
11598
- ], yn.prototype, "checkUVLuminiscence");
11598
+ ], Bn.prototype, "checkUVLuminiscence");
11599
11599
  Wn([
11600
11600
  M(),
11601
11601
  zt()
11602
- ], yn.prototype, "checkIRB900");
11602
+ ], Bn.prototype, "checkIRB900");
11603
11603
  Wn([
11604
11604
  M(),
11605
11605
  zt()
11606
- ], yn.prototype, "checkImagePatterns");
11606
+ ], Bn.prototype, "checkImagePatterns");
11607
11607
  Wn([
11608
11608
  M(),
11609
11609
  zt()
11610
- ], yn.prototype, "checkFibers");
11610
+ ], Bn.prototype, "checkFibers");
11611
11611
  Wn([
11612
11612
  M(),
11613
11613
  zt()
11614
- ], yn.prototype, "checkExtMRZ");
11614
+ ], Bn.prototype, "checkExtMRZ");
11615
11615
  Wn([
11616
11616
  M(),
11617
11617
  zt()
11618
- ], yn.prototype, "checkExtOCR");
11618
+ ], Bn.prototype, "checkExtOCR");
11619
11619
  Wn([
11620
11620
  M(),
11621
11621
  zt()
11622
- ], yn.prototype, "checkAxial");
11622
+ ], Bn.prototype, "checkAxial");
11623
11623
  Wn([
11624
11624
  M(),
11625
11625
  zt()
11626
- ], yn.prototype, "checkBarcodeFormat");
11626
+ ], Bn.prototype, "checkBarcodeFormat");
11627
11627
  Wn([
11628
11628
  M(),
11629
11629
  zt()
11630
- ], yn.prototype, "checkIRVisibility");
11630
+ ], Bn.prototype, "checkIRVisibility");
11631
11631
  Wn([
11632
11632
  M(),
11633
11633
  zt()
11634
- ], yn.prototype, "checkIPI");
11634
+ ], Bn.prototype, "checkIPI");
11635
11635
  Wn([
11636
11636
  M(),
11637
11637
  zt()
11638
- ], yn.prototype, "checkPhotoEmbedding");
11638
+ ], Bn.prototype, "checkPhotoEmbedding");
11639
11639
  Wn([
11640
11640
  M(),
11641
11641
  zt()
11642
- ], yn.prototype, "checkPhotoComparison");
11642
+ ], Bn.prototype, "checkPhotoComparison");
11643
11643
  Wn([
11644
11644
  M(),
11645
11645
  zt()
11646
- ], yn.prototype, "checkLetterScreen");
11646
+ ], Bn.prototype, "checkLetterScreen");
11647
11647
  const yC = (t) => (e, n) => {
11648
11648
  lL({
11649
11649
  name: "IsStringObjectRecord",
@@ -11885,7 +11885,7 @@ Zt([
11885
11885
  Zt([
11886
11886
  M(),
11887
11887
  tt(),
11888
- st(() => yn)
11888
+ st(() => Bn)
11889
11889
  ], jt.prototype, "authParams");
11890
11890
  Zt([
11891
11891
  M(),
@@ -11936,7 +11936,7 @@ var JH = Object.defineProperty, ar = (t, e, n, r) => {
11936
11936
  return _ && JH(e, n, _), _;
11937
11937
  }, SE;
11938
11938
  const cr = (SE = class {
11939
- }, SE.fromPlain = (t) => Se(SE, t), SE.toPlain = (t) => Hn(t, { excludeExtraneousValues: !0 }), SE.validate = (t) => {
11939
+ }, SE.fromPlain = (t) => Se(SE, t), SE.toPlain = (t) => bn(t, { excludeExtraneousValues: !0 }), SE.validate = (t) => {
11940
11940
  const e = xe(t);
11941
11941
  if (e.length)
11942
11942
  throw new hn("ProcessRequest validation error: the data received does not match model structure!", e);
@@ -14254,7 +14254,7 @@ function ET() {
14254
14254
  return function(h, L, f) {
14255
14255
  return L && D(h.prototype, L), f && D(h, f), h;
14256
14256
  };
14257
- }(), n = bn, r = A(n), _ = oT(), o = A(_), s = RO(), E = A(s), i = /* @__PURE__ */ SO(), a = A(i), c = K1(), I = A(c);
14257
+ }(), n = gn, r = A(n), _ = oT(), o = A(_), s = RO(), E = A(s), i = /* @__PURE__ */ SO(), a = A(i), c = K1(), I = A(c);
14258
14258
  function A(D) {
14259
14259
  return D && D.__esModule ? D : { default: D };
14260
14260
  }
@@ -14402,7 +14402,7 @@ function AB() {
14402
14402
  vu = 1, Object.defineProperty(Ji, "__esModule", {
14403
14403
  value: !0
14404
14404
  });
14405
- var t = bn, e = _(t), n = ET(), r = _(n);
14405
+ var t = gn, e = _(t), n = ET(), r = _(n);
14406
14406
  function _(a) {
14407
14407
  return a && a.__esModule ? a : { default: a };
14408
14408
  }
@@ -14455,7 +14455,7 @@ function IB() {
14455
14455
  return function(I, A, R) {
14456
14456
  return A && c(I.prototype, A), R && c(I, R), I;
14457
14457
  };
14458
- }(), e = bn, n = o(e), r = ET(), _ = o(r);
14458
+ }(), e = gn, n = o(e), r = ET(), _ = o(r);
14459
14459
  function o(c) {
14460
14460
  return c && c.__esModule ? c : { default: c };
14461
14461
  }
@@ -14514,7 +14514,7 @@ function k1() {
14514
14514
  return function(S, u, l) {
14515
14515
  return u && R(S.prototype, u), l && R(S, l), S;
14516
14516
  };
14517
- }(), n = bn, r = a(n), _ = Mc;
14517
+ }(), n = gn, r = a(n), _ = Mc;
14518
14518
  a(_);
14519
14519
  var o = RO(), s = a(o), E = /* @__PURE__ */ SO(), i = a(E);
14520
14520
  function a(R) {
@@ -14604,7 +14604,7 @@ function OB() {
14604
14604
  return function(S, u, l) {
14605
14605
  return u && R(S.prototype, u), l && R(S, l), S;
14606
14606
  };
14607
- }(), n = bn, r = i(n), _ = k1(), o = i(_), s = /* @__PURE__ */ SO(), E = i(s);
14607
+ }(), n = gn, r = i(n), _ = k1(), o = i(_), s = /* @__PURE__ */ SO(), E = i(s);
14608
14608
  function i(R) {
14609
14609
  return R && R.__esModule ? R : { default: R };
14610
14610
  }
@@ -14682,7 +14682,7 @@ function RB() {
14682
14682
  throw new TypeError("Super expression must either be null or a function, not " + typeof R);
14683
14683
  A.prototype = Object.create(R && R.prototype, { constructor: { value: A, enumerable: !1, writable: !0, configurable: !0 } }), R && (Object.setPrototypeOf ? Object.setPrototypeOf(A, R) : A.__proto__ = R);
14684
14684
  }
14685
- var o = bn;
14685
+ var o = gn;
14686
14686
  OO();
14687
14687
  var s = oT(), E = RO(), i = /* @__PURE__ */ SO(), a = K1(), c = {
14688
14688
  to: i.string.isRequired,
@@ -15468,7 +15468,7 @@ function GB() {
15468
15468
  function t(X) {
15469
15469
  return X && typeof X == "object" && "default" in X ? X.default : X;
15470
15470
  }
15471
- var e = bn, n = t(e), r = HB(), _ = new r(), o = _.getBrowser(), s = _.getCPU(), E = _.getDevice(), i = _.getEngine(), a = _.getOS(), c = _.getUA(), I = function(P) {
15471
+ var e = gn, n = t(e), r = HB(), _ = new r(), o = _.getBrowser(), s = _.getCPU(), E = _.getDevice(), i = _.getEngine(), a = _.getOS(), c = _.getUA(), I = function(P) {
15472
15472
  return _.setUA(P);
15473
15473
  }, A = function(P) {
15474
15474
  if (!P) {
@@ -17343,7 +17343,7 @@ function jy(t, e) {
17343
17343
  }
17344
17344
  const Yu = {
17345
17345
  disabled: !1
17346
- }, J1 = bn.createContext(null);
17346
+ }, J1 = gn.createContext(null);
17347
17347
  var Q1 = function(e) {
17348
17348
  return e.scrollTop;
17349
17349
  }, Uc = "unmounted", as = "exited", cs = "entering", vE = "entered", aS = "exiting", ao = /* @__PURE__ */ function(t) {
@@ -17468,12 +17468,12 @@ var Q1 = function(e) {
17468
17468
  var E = de(o, ["children", "in", "mountOnEnter", "unmountOnExit", "appear", "enter", "exit", "timeout", "addEndListener", "onEnter", "onEntering", "onEntered", "onExit", "onExiting", "onExited", "nodeRef"]);
17469
17469
  return (
17470
17470
  // allows for nested Transitions
17471
- /* @__PURE__ */ bn.createElement(J1.Provider, {
17471
+ /* @__PURE__ */ gn.createElement(J1.Provider, {
17472
17472
  value: null
17473
- }, typeof s == "function" ? s(_, E) : bn.cloneElement(bn.Children.only(s), E))
17473
+ }, typeof s == "function" ? s(_, E) : gn.cloneElement(gn.Children.only(s), E))
17474
17474
  );
17475
17475
  }, e;
17476
- }(bn.Component);
17476
+ }(gn.Component);
17477
17477
  ao.contextType = J1;
17478
17478
  ao.propTypes = {};
17479
17479
  function uE() {
@@ -17554,7 +17554,7 @@ var Zy = function(e, n) {
17554
17554
  var _ = this.props;
17555
17555
  _.classNames;
17556
17556
  var o = de(_, ["classNames"]);
17557
- return /* @__PURE__ */ bn.createElement(ao, ct({}, o, {
17557
+ return /* @__PURE__ */ gn.createElement(ao, ct({}, o, {
17558
17558
  onEnter: this.onEnter,
17559
17559
  onEntered: this.onEntered,
17560
17560
  onEntering: this.onEntering,
@@ -17563,7 +17563,7 @@ var Zy = function(e, n) {
17563
17563
  onExited: this.onExited
17564
17564
  }));
17565
17565
  }, e;
17566
- }(bn.Component);
17566
+ }(gn.Component);
17567
17567
  aE.defaultProps = {
17568
17568
  classNames: ""
17569
17569
  };
@@ -26737,38 +26737,38 @@ const Ndt = () => te("2f71fbf9f1b456d247093ce8a2f7d61f"), aR = (t) => _t.t(t, {
26737
26737
  };
26738
26738
  _t.addResourceBundle("en", "0914f9aa6310c02e77448048471ab009", Gdt);
26739
26739
  _t.addResourceBundle("ru", "0914f9aa6310c02e77448048471ab009", Jdt);
26740
- const Qdt = () => te("0914f9aa6310c02e77448048471ab009"), Fn = (t) => _t.t(t, { ns: "0914f9aa6310c02e77448048471ab009" }), Kf = (t) => {
26740
+ const Qdt = () => te("0914f9aa6310c02e77448048471ab009"), wn = (t) => _t.t(t, { ns: "0914f9aa6310c02e77448048471ab009" }), Kf = (t) => {
26741
26741
  switch (Number(String(t || "").trim())) {
26742
26742
  case W.IMAGE_PATTERN:
26743
- return Fn("imagePatternsDescription");
26743
+ return wn("imagePatternsDescription");
26744
26744
  case W.LIVENESS:
26745
- return Fn("livenessDescription");
26745
+ return wn("livenessDescription");
26746
26746
  case W.BARCODE_FORMAT_CHECK:
26747
- return Fn("barcodeFormatDescription");
26747
+ return wn("barcodeFormatDescription");
26748
26748
  case W.PORTRAIT_COMPARISON:
26749
- return Fn("portraitComparisonDescription");
26749
+ return wn("portraitComparisonDescription");
26750
26750
  case W.PHOTO_EMBED_TYPE:
26751
- return Fn("photoEmbeddingDescription");
26751
+ return wn("photoEmbeddingDescription");
26752
26752
  case W.IPI:
26753
- return Fn("IPIDescription");
26753
+ return wn("IPIDescription");
26754
26754
  case W.ENCRYPTED_IPI:
26755
- return Fn("encryptedIPIDescription");
26755
+ return wn("encryptedIPIDescription");
26756
26756
  case W.UV_LUMINESCENCE:
26757
- return Fn("UVDullPaperDescription");
26757
+ return wn("UVDullPaperDescription");
26758
26758
  case W.UV_FIBERS:
26759
- return Fn("UVFibersDescription");
26759
+ return wn("UVFibersDescription");
26760
26760
  case W.OCR_SECURITY_TEXT:
26761
- return Fn("UVSecurityTextDescription");
26761
+ return wn("UVSecurityTextDescription");
26762
26762
  case W.IR_VISIBILITY:
26763
- return Fn("IRVisibilityDescription");
26763
+ return wn("IRVisibilityDescription");
26764
26764
  case W.IR_B900:
26765
- return Fn("IRB900Description");
26765
+ return wn("IRB900Description");
26766
26766
  case W.EXTENDED_MRZ_CHECK:
26767
- return Fn("extendedMRZDescription");
26767
+ return wn("extendedMRZDescription");
26768
26768
  case W.EXTENDED_OCR_CHECK:
26769
- return Fn("extendedOCRDescription");
26769
+ return wn("extendedOCRDescription");
26770
26770
  case W.AXIAL_PROTECTION:
26771
- return Fn("axialProtectionDescription");
26771
+ return wn("axialProtectionDescription");
26772
26772
  default:
26773
26773
  return "";
26774
26774
  }
@@ -27343,14 +27343,14 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", bh
27343
27343
  hasStandardBrowserWebWorkerEnv: ght,
27344
27344
  navigator: TS,
27345
27345
  origin: bht
27346
- }, Symbol.toStringTag, { value: "Module" })), gn = {
27346
+ }, Symbol.toStringTag, { value: "Module" })), Un = {
27347
27347
  ...Hht,
27348
27348
  ...vht
27349
27349
  };
27350
27350
  function Ght(t, e) {
27351
- return DO(t, new gn.classes.URLSearchParams(), Object.assign({
27351
+ return DO(t, new Un.classes.URLSearchParams(), Object.assign({
27352
27352
  visitor: function(n, r, _, o) {
27353
- return gn.isNode && Et.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
27353
+ return Un.isNode && Et.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
27354
27354
  }
27355
27355
  }, e));
27356
27356
  }
@@ -27444,8 +27444,8 @@ const Hi = {
27444
27444
  maxContentLength: -1,
27445
27445
  maxBodyLength: -1,
27446
27446
  env: {
27447
- FormData: gn.classes.FormData,
27448
- Blob: gn.classes.Blob
27447
+ FormData: Un.classes.FormData,
27448
+ Blob: Un.classes.Blob
27449
27449
  },
27450
27450
  validateStatus: function(e) {
27451
27451
  return e >= 200 && e < 300;
@@ -27737,10 +27737,10 @@ const tI = (t, e, n = 3) => {
27737
27737
  total: t,
27738
27738
  loaded: r
27739
27739
  }), e[1]];
27740
- }, Rl = (t) => (...e) => Et.asap(() => t(...e)), jht = gn.hasStandardBrowserEnv ? /* @__PURE__ */ ((t, e) => (n) => (n = new URL(n, gn.origin), t.protocol === n.protocol && t.host === n.host && (e || t.port === n.port)))(
27741
- new URL(gn.origin),
27742
- gn.navigator && /(msie|trident)/i.test(gn.navigator.userAgent)
27743
- ) : () => !0, Zht = gn.hasStandardBrowserEnv ? (
27740
+ }, Rl = (t) => (...e) => Et.asap(() => t(...e)), jht = Un.hasStandardBrowserEnv ? /* @__PURE__ */ ((t, e) => (n) => (n = new URL(n, Un.origin), t.protocol === n.protocol && t.host === n.host && (e || t.port === n.port)))(
27741
+ new URL(Un.origin),
27742
+ Un.navigator && /(msie|trident)/i.test(Un.navigator.userAgent)
27743
+ ) : () => !0, Zht = Un.hasStandardBrowserEnv ? (
27744
27744
  // Standard browser envs support document.cookie
27745
27745
  {
27746
27746
  write(t, e, n, r, _, o) {
@@ -27850,14 +27850,14 @@ const ih = (t) => {
27850
27850
  );
27851
27851
  let i;
27852
27852
  if (Et.isFormData(n)) {
27853
- if (gn.hasStandardBrowserEnv || gn.hasStandardBrowserWebWorkerEnv)
27853
+ if (Un.hasStandardBrowserEnv || Un.hasStandardBrowserWebWorkerEnv)
27854
27854
  s.setContentType(void 0);
27855
27855
  else if ((i = s.getContentType()) !== !1) {
27856
27856
  const [a, ...c] = i ? i.split(";").map((I) => I.trim()).filter(Boolean) : [];
27857
27857
  s.setContentType([a || "multipart/form-data", ...c].join("; "));
27858
27858
  }
27859
27859
  }
27860
- if (gn.hasStandardBrowserEnv && (r && Et.isFunction(r) && (r = r(e)), r || r !== !1 && jht(e.url))) {
27860
+ if (Un.hasStandardBrowserEnv && (r && Et.isFunction(r) && (r = r(e)), r || r !== !1 && jht(e.url))) {
27861
27861
  const a = _ && o && Zht.read(o);
27862
27862
  a && s.set(_, a);
27863
27863
  }
@@ -27913,7 +27913,7 @@ const ih = (t) => {
27913
27913
  l && (r(!L || L.type ? new ba(null, t, l) : L), l.abort(), l = null);
27914
27914
  }, _.cancelToken && _.cancelToken.subscribe(c), _.signal && (_.signal.aborted ? c() : _.signal.addEventListener("abort", c)));
27915
27915
  const h = Vht(_.url);
27916
- if (h && gn.protocols.indexOf(h) === -1) {
27916
+ if (h && Un.protocols.indexOf(h) === -1) {
27917
27917
  r(new Oe("Unsupported protocol " + h + ":", Oe.ERR_BAD_REQUEST, t));
27918
27918
  return;
27919
27919
  }
@@ -28007,7 +28007,7 @@ const ih = (t) => {
28007
28007
  }
28008
28008
  }, opt = Ah && Ih(() => {
28009
28009
  let t = !1;
28010
- const e = new Request(gn.origin, {
28010
+ const e = new Request(Un.origin, {
28011
28011
  body: new ReadableStream(),
28012
28012
  method: "POST",
28013
28013
  get duplex() {
@@ -28031,7 +28031,7 @@ const spt = async (t) => {
28031
28031
  if (Et.isBlob(t))
28032
28032
  return t.size;
28033
28033
  if (Et.isSpecCompliantForm(t))
28034
- return (await new Request(gn.origin, {
28034
+ return (await new Request(Un.origin, {
28035
28035
  method: "POST",
28036
28036
  body: t
28037
28037
  }).arrayBuffer()).byteLength;
@@ -30690,7 +30690,7 @@ const Zmt = () => {
30690
30690
  }),
30691
30691
  []
30692
30692
  ), // @ts-ignore
30693
- /* @__PURE__ */ bn.createElement(i, { "data-overlayscrollbars-initialize": "", ref: a, ...E }, n === "body" ? s : /* @__PURE__ */ bn.createElement("div", { "data-overlayscrollbars-contents": "", ref: c }, s));
30693
+ /* @__PURE__ */ gn.createElement(i, { "data-overlayscrollbars-initialize": "", ref: a, ...E }, n === "body" ? s : /* @__PURE__ */ gn.createElement("div", { "data-overlayscrollbars-contents": "", ref: c }, s));
30694
30694
  }, Qmt = Ps(Jmt), qmt = "_scroll_12rza_1", t0t = "_gradient_12rza_21", ME = {
30695
30695
  scroll: qmt,
30696
30696
  gradient: t0t
@@ -31723,8 +31723,8 @@ const ovt = (t) => {
31723
31723
  }, Mp = xn({
31724
31724
  response: null,
31725
31725
  request: null
31726
- }), wn = () => t_(Mp), Avt = () => {
31727
- const { response: t } = wn();
31726
+ }), yn = () => t_(Mp), Avt = () => {
31727
+ const { response: t } = yn();
31728
31728
  if (!t)
31729
31729
  return null;
31730
31730
  const e = tT(t), n = ws.fromProcessResponse(t, !0);
@@ -31746,16 +31746,15 @@ const ovt = (t) => {
31746
31746
  };
31747
31747
  _t.addResourceBundle("en", "7db3f51cb5f102200a4d8b6c75e515bf", Nvt);
31748
31748
  _t.addResourceBundle("ru", "7db3f51cb5f102200a4d8b6c75e515bf", hvt);
31749
- const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7x_1", Pvt = "_image_vqi7x_7", mvt = "_avatar_vqi7x_7", vvt = "_info_vqi7x_22", Uvt = "_title_vqi7x_33", gvt = "_items_vqi7x_36", bvt = "_item_vqi7x_36", Hvt = "_text_vqi7x_48", mn = {
31749
+ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_38lfu_1", Pvt = "_image_38lfu_7", mvt = "_info_38lfu_18", vvt = "_title_38lfu_29", Uvt = "_items_38lfu_32", gvt = "_item_38lfu_32", bvt = "_text_38lfu_44", Fn = {
31750
31750
  container: Mvt,
31751
31751
  image: Pvt,
31752
- avatar: mvt,
31753
- info: vvt,
31754
- title: Uvt,
31755
- items: gvt,
31756
- item: bvt,
31757
- text: Hvt
31758
- }, Gvt = ({
31752
+ info: mvt,
31753
+ title: vvt,
31754
+ items: Uvt,
31755
+ item: gvt,
31756
+ text: bvt
31757
+ }, Hvt = ({
31759
31758
  nameSurname: t,
31760
31759
  issuingStateName: e,
31761
31760
  dateOfExpiry: n,
@@ -31769,11 +31768,10 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31769
31768
  className: c
31770
31769
  }) => {
31771
31770
  const { t: I } = pvt(), A = i.value ? pt.getSex(i.value) : "", R = s.value ? `Age: ${s.value}` : "";
31772
- return /* @__PURE__ */ ot("div", { className: ge(mn.container, c), children: [
31773
- a && /* @__PURE__ */ T("div", { className: mn.image, children: o ? /* @__PURE__ */ T(
31771
+ return /* @__PURE__ */ ot("div", { className: ge(Fn.container, c), children: [
31772
+ a && /* @__PURE__ */ T("div", { className: Fn.image, children: o ? /* @__PURE__ */ T(
31774
31773
  gi,
31775
31774
  {
31776
- className: mn.avatar,
31777
31775
  src: o,
31778
31776
  alt: I("portrait"),
31779
31777
  draggable: !1,
@@ -31783,23 +31781,23 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31783
31781
  magnifierImgBorderRadius: 6
31784
31782
  }
31785
31783
  ) : /* @__PURE__ */ T($T, { type: "photo" }) }),
31786
- /* @__PURE__ */ ot("div", { className: mn.info, children: [
31784
+ /* @__PURE__ */ ot("div", { className: Fn.info, children: [
31787
31785
  /* @__PURE__ */ T(
31788
31786
  Ay,
31789
31787
  {
31790
31788
  level: 1,
31791
31789
  uppercase: !0,
31792
- className: mn.title,
31790
+ className: Fn.title,
31793
31791
  children: t.value.replace(/\^/g, " ")
31794
31792
  }
31795
31793
  ),
31796
31794
  (A || R) && /* @__PURE__ */ T(St, { children: `${A}${A && R ? ", " : ""}${R}` }),
31797
- /* @__PURE__ */ ot("div", { className: mn.items, children: [
31798
- r.value && /* @__PURE__ */ ot("div", { className: mn.item, children: [
31795
+ /* @__PURE__ */ ot("div", { className: Fn.items, children: [
31796
+ r.value && /* @__PURE__ */ ot("div", { className: Fn.item, children: [
31799
31797
  /* @__PURE__ */ T(
31800
31798
  St,
31801
31799
  {
31802
- className: mn.text,
31800
+ className: Fn.text,
31803
31801
  size: "12x160",
31804
31802
  uppercase: !0,
31805
31803
  children: I("dateOfBirth")
@@ -31807,11 +31805,11 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31807
31805
  ),
31808
31806
  /* @__PURE__ */ T(St, { children: r.value })
31809
31807
  ] }),
31810
- E.value && /* @__PURE__ */ ot("div", { className: mn.item, children: [
31808
+ E.value && /* @__PURE__ */ ot("div", { className: Fn.item, children: [
31811
31809
  /* @__PURE__ */ T(
31812
31810
  St,
31813
31811
  {
31814
- className: mn.text,
31812
+ className: Fn.text,
31815
31813
  size: "12x160",
31816
31814
  uppercase: !0,
31817
31815
  children: I("nationality")
@@ -31819,11 +31817,11 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31819
31817
  ),
31820
31818
  /* @__PURE__ */ T(St, { children: E.value.replace(/\^/g, " ") })
31821
31819
  ] }),
31822
- e.value && /* @__PURE__ */ ot("div", { className: mn.item, children: [
31820
+ e.value && /* @__PURE__ */ ot("div", { className: Fn.item, children: [
31823
31821
  /* @__PURE__ */ T(
31824
31822
  St,
31825
31823
  {
31826
- className: mn.text,
31824
+ className: Fn.text,
31827
31825
  size: "12x160",
31828
31826
  uppercase: !0,
31829
31827
  children: I("issuingState")
@@ -31831,11 +31829,11 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31831
31829
  ),
31832
31830
  /* @__PURE__ */ T(St, { children: e.value })
31833
31831
  ] }),
31834
- n.value && /* @__PURE__ */ ot("div", { className: mn.item, children: [
31832
+ n.value && /* @__PURE__ */ ot("div", { className: Fn.item, children: [
31835
31833
  /* @__PURE__ */ T(
31836
31834
  St,
31837
31835
  {
31838
- className: mn.text,
31836
+ className: Fn.text,
31839
31837
  size: "12x160",
31840
31838
  uppercase: !0,
31841
31839
  children: I("dateOfExpiry")
@@ -31843,11 +31841,11 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31843
31841
  ),
31844
31842
  /* @__PURE__ */ T(St, { children: n.value })
31845
31843
  ] }),
31846
- _.value && /* @__PURE__ */ ot("div", { className: mn.item, children: [
31844
+ _.value && /* @__PURE__ */ ot("div", { className: Fn.item, children: [
31847
31845
  /* @__PURE__ */ T(
31848
31846
  St,
31849
31847
  {
31850
- className: mn.text,
31848
+ className: Fn.text,
31851
31849
  size: "12x160",
31852
31850
  uppercase: !0,
31853
31851
  children: I("number")
@@ -31858,17 +31856,17 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31858
31856
  ] })
31859
31857
  ] })
31860
31858
  ] });
31861
- }, os = { value: "", status: B.ERROR, lcid: K.LATIN }, Bvt = ({
31859
+ }, os = { value: "", status: B.ERROR, lcid: K.LATIN }, Gvt = ({
31862
31860
  showPortrait: t = !0,
31863
31861
  className: e
31864
31862
  }) => {
31865
31863
  var b, v, Y, x, g, F, $, At, q, lt, Tt, bt, Ft, mt, $t, Ut, k;
31866
- const { response: n } = wn();
31864
+ const { response: n } = yn();
31867
31865
  if (!n)
31868
31866
  return null;
31869
31867
  const _ = (v = (b = is(n, [ae.PORTRAIT], [Dt.RFID_IMAGE_DATA])[0]) == null ? void 0 : b.pages[0]) == null ? void 0 : v.src, s = (x = (Y = is(n, [ae.PORTRAIT], [Dt.BARCODES_IMAGE_DATA])[0]) == null ? void 0 : Y.pages[0]) == null ? void 0 : x.src, i = (F = (g = is(n, [ae.PORTRAIT], [Dt.GRAPHICS])[0]) == null ? void 0 : g.pages[0]) == null ? void 0 : F.src, c = (At = ($ = is(n, [ae.PORTRAIT], [Dt.LIVE_PORTRAIT])[0]) == null ? void 0 : $.pages[0]) == null ? void 0 : At.src, A = (lt = (q = is(n, [ae.PORTRAIT], [Dt.EXT_PORTRAIT])[0]) == null ? void 0 : q.pages[0]) == null ? void 0 : lt.src, R = _ || i || s || c || A, S = XG(n), u = ((Tt = nB(n)) == null ? void 0 : Tt[0]) ?? os, l = ((bt = eB(n)) == null ? void 0 : bt[0]) ?? os, D = ((Ft = _B(n)) == null ? void 0 : Ft[0]) ?? os, h = ((mt = rB(n)) == null ? void 0 : mt[0]) ?? os, L = (($t = oB(n)) == null ? void 0 : $t[0]) ?? os, f = ((Ut = ps(n, O.NATIONALITY)) == null ? void 0 : Ut[0]) ?? os, m = ((k = ps(n, O.DATE_OF_BIRTH)) == null ? void 0 : k[0]) ?? os;
31870
31868
  return /* @__PURE__ */ T(
31871
- Gvt,
31869
+ Hvt,
31872
31870
  {
31873
31871
  nameSurname: S,
31874
31872
  issuingStateName: u,
@@ -31883,15 +31881,15 @@ const pvt = () => te("7db3f51cb5f102200a4d8b6c75e515bf"), Mvt = "_container_vqi7
31883
31881
  className: e
31884
31882
  }
31885
31883
  );
31886
- }, yvt = "Processing time", wvt = {
31887
- processingTime: yvt
31888
- }, Fvt = "Время обработки", $vt = {
31889
- processingTime: Fvt
31890
- };
31891
- _t.addResourceBundle("en", "d3c3e8023938d916bc0c7e1674c6e4c4", wvt);
31892
- _t.addResourceBundle("ru", "d3c3e8023938d916bc0c7e1674c6e4c4", $vt);
31893
- const xvt = () => te("d3c3e8023938d916bc0c7e1674c6e4c4"), Yvt = "_text_i1hpy_1", Kvt = {
31894
- text: Yvt
31884
+ }, Bvt = "Processing time", yvt = {
31885
+ processingTime: Bvt
31886
+ }, wvt = "Время обработки", Fvt = {
31887
+ processingTime: wvt
31888
+ };
31889
+ _t.addResourceBundle("en", "d3c3e8023938d916bc0c7e1674c6e4c4", yvt);
31890
+ _t.addResourceBundle("ru", "d3c3e8023938d916bc0c7e1674c6e4c4", Fvt);
31891
+ const $vt = () => te("d3c3e8023938d916bc0c7e1674c6e4c4"), xvt = "_text_i1hpy_1", Yvt = {
31892
+ text: xvt
31895
31893
  }, Zl = ({
31896
31894
  name: t,
31897
31895
  value: e
@@ -31899,21 +31897,21 @@ const xvt = () => te("d3c3e8023938d916bc0c7e1674c6e4c4"), Yvt = "_text_i1hpy_1",
31899
31897
  /* @__PURE__ */ T(
31900
31898
  St,
31901
31899
  {
31902
- className: Kvt.text,
31900
+ className: Yvt.text,
31903
31901
  size: "12x160",
31904
31902
  uppercase: !0,
31905
31903
  children: t
31906
31904
  }
31907
31905
  ),
31908
31906
  /* @__PURE__ */ T(St, { children: e })
31909
- ] }), kvt = "_container_jzrjc_1", Vvt = {
31910
- container: kvt
31911
- }, Wvt = ({
31907
+ ] }), Kvt = "_container_jzrjc_1", kvt = {
31908
+ container: Kvt
31909
+ }, Vvt = ({
31912
31910
  processingTime: t,
31913
31911
  additionalFields: e
31914
31912
  }) => {
31915
- const { t: n } = xvt();
31916
- return /* @__PURE__ */ ot("div", { className: Vvt.container, children: [
31913
+ const { t: n } = $vt();
31914
+ return /* @__PURE__ */ ot("div", { className: kvt.container, children: [
31917
31915
  /* @__PURE__ */ T(
31918
31916
  Zl,
31919
31917
  {
@@ -31930,30 +31928,30 @@ const xvt = () => te("d3c3e8023938d916bc0c7e1674c6e4c4"), Yvt = "_text_i1hpy_1",
31930
31928
  r + _
31931
31929
  ))
31932
31930
  ] });
31933
- }, Xvt = ({
31931
+ }, Wvt = ({
31934
31932
  additionalFields: t
31935
31933
  }) => {
31936
- const { response: e } = wn();
31934
+ const { response: e } = yn();
31937
31935
  if (!e)
31938
31936
  return null;
31939
31937
  const n = (e.elapsedTime / 1e3).toFixed(3);
31940
31938
  return /* @__PURE__ */ T(
31941
- Wvt,
31939
+ Vvt,
31942
31940
  {
31943
31941
  processingTime: n,
31944
31942
  additionalFields: t
31945
31943
  }
31946
31944
  );
31947
- }, jvt = "_container_dh30e_1", Zvt = {
31948
- container: jvt
31949
- }, zvt = ({
31945
+ }, Xvt = "_container_dh30e_1", jvt = {
31946
+ container: Xvt
31947
+ }, Zvt = ({
31950
31948
  additionalFields: t
31951
- }) => /* @__PURE__ */ T("div", { className: Zvt.container, children: /* @__PURE__ */ T(Xvt, { additionalFields: t }) }), Jvt = "_indicator_1oddz_1", Qvt = "_overall_1oddz_10", qvt = "_green_1oddz_18", tUt = "_red_1oddz_22", uA = {
31952
- indicator: Jvt,
31953
- overall: Qvt,
31954
- green: qvt,
31955
- red: tUt
31956
- }, eUt = ({
31949
+ }) => /* @__PURE__ */ T("div", { className: jvt.container, children: /* @__PURE__ */ T(Wvt, { additionalFields: t }) }), zvt = "_indicator_1oddz_1", Jvt = "_overall_1oddz_10", Qvt = "_green_1oddz_18", qvt = "_red_1oddz_22", uA = {
31950
+ indicator: zvt,
31951
+ overall: Jvt,
31952
+ green: Qvt,
31953
+ red: qvt
31954
+ }, tUt = ({
31957
31955
  detailedStatus: t
31958
31956
  }) => /* @__PURE__ */ T(
31959
31957
  "div",
@@ -31972,21 +31970,21 @@ const xvt = () => te("d3c3e8023938d916bc0c7e1674c6e4c4"), Yvt = "_text_i1hpy_1",
31972
31970
  }
31973
31971
  )
31974
31972
  }
31975
- ), nUt = () => {
31976
- const { response: t } = wn();
31973
+ ), eUt = () => {
31974
+ const { response: t } = yn();
31977
31975
  if (!t)
31978
31976
  return null;
31979
31977
  const e = tT(t);
31980
- return /* @__PURE__ */ T(eUt, { detailedStatus: e });
31981
- }, _Ut = "_container_kb2kx_1", rUt = {
31982
- container: _Ut
31983
- }, Kwt = ({
31978
+ return /* @__PURE__ */ T(tUt, { detailedStatus: e });
31979
+ }, nUt = "_container_kb2kx_1", _Ut = {
31980
+ container: nUt
31981
+ }, Ywt = ({
31984
31982
  additionalFields: t
31985
- }) => /* @__PURE__ */ ot("div", { className: rUt.container, children: [
31986
- /* @__PURE__ */ T(nUt, {}),
31983
+ }) => /* @__PURE__ */ ot("div", { className: _Ut.container, children: [
31984
+ /* @__PURE__ */ T(eUt, {}),
31987
31985
  /* @__PURE__ */ T(Avt, {}),
31988
- /* @__PURE__ */ T(Bvt, {}),
31989
- /* @__PURE__ */ T(zvt, { additionalFields: t })
31986
+ /* @__PURE__ */ T(Gvt, {}),
31987
+ /* @__PURE__ */ T(Zvt, { additionalFields: t })
31990
31988
  ] });
31991
31989
  var J_ = /* @__PURE__ */ ((t) => (t.TEXT_DATA = "TEXT_DATA", t.AUTHENTICITY = "AUTHENTICITY", t.IMAGE_QUALITY = "IMAGE_QUALITY", t.IDENTIFICATION = "IDENTIFICATION", t))(J_ || {});
31992
31990
  const ti = (t) => t.some(({ top: e, bottom: n, left: r, right: _ }) => !!(n || e || _ || r)), ei = (t, e) => {
@@ -32008,24 +32006,24 @@ const ti = (t) => t.some(({ top: e, bottom: n, left: r, right: _ }) => !!(n || e
32008
32006
  default:
32009
32007
  return;
32010
32008
  }
32011
- }, oUt = "Diagnose", sUt = "Color", EUt = "Actual count", aUt = "Expected count", cUt = {
32012
- diagnose: oUt,
32013
- color: sUt,
32014
- actualCount: EUt,
32015
- expectedCount: aUt
32016
- }, iUt = "Диагностика", AUt = "Цвет", IUt = "Фактическое количество", OUt = "Ожидаемое количество", RUt = {
32017
- diagnose: iUt,
32018
- color: AUt,
32019
- actualCount: IUt,
32020
- expectedCount: OUt
32021
- };
32022
- _t.addResourceBundle("en", "4dcab717c242c8627e2def2beff60984", cUt);
32023
- _t.addResourceBundle("ru", "4dcab717c242c8627e2def2beff60984", RUt);
32024
- const SUt = () => te("4dcab717c242c8627e2def2beff60984"), CUt = "_container_1t6u8_1", TUt = "_name_1t6u8_21", NUt = "_color_1t6u8_25", DR = {
32025
- container: CUt,
32026
- name: TUt,
32027
- color: NUt
32028
- }, uUt = ({
32009
+ }, rUt = "Diagnose", oUt = "Color", sUt = "Actual count", EUt = "Expected count", aUt = {
32010
+ diagnose: rUt,
32011
+ color: oUt,
32012
+ actualCount: sUt,
32013
+ expectedCount: EUt
32014
+ }, cUt = "Диагностика", iUt = "Цвет", AUt = "Фактическое количество", IUt = "Ожидаемое количество", OUt = {
32015
+ diagnose: cUt,
32016
+ color: iUt,
32017
+ actualCount: AUt,
32018
+ expectedCount: IUt
32019
+ };
32020
+ _t.addResourceBundle("en", "4dcab717c242c8627e2def2beff60984", aUt);
32021
+ _t.addResourceBundle("ru", "4dcab717c242c8627e2def2beff60984", OUt);
32022
+ const RUt = () => te("4dcab717c242c8627e2def2beff60984"), SUt = "_container_1t6u8_1", CUt = "_name_1t6u8_21", TUt = "_color_1t6u8_25", DR = {
32023
+ container: SUt,
32024
+ name: CUt,
32025
+ color: TUt
32026
+ }, NUt = ({
32029
32027
  colorValues: t,
32030
32028
  status: e,
32031
32029
  diagnose: n,
@@ -32033,7 +32031,7 @@ const SUt = () => te("4dcab717c242c8627e2def2beff60984"), CUt = "_container_1t6u
32033
32031
  isSelected: _,
32034
32032
  shift: o = 0
32035
32033
  }) => {
32036
- const { t: s } = SUt(), E = {
32034
+ const { t: s } = RUt(), E = {
32037
32035
  "--shift": o + 44 + "px",
32038
32036
  "--background": `rgb(${t[0]}, ${t[1]}, ${t[2]})`
32039
32037
  };
@@ -32063,22 +32061,22 @@ const SUt = () => te("4dcab717c242c8627e2def2beff60984"), CUt = "_container_1t6u
32063
32061
  ] })
32064
32062
  }
32065
32063
  );
32066
- }, lUt = "Similarity", DUt = "Visibility", LUt = "Image", dUt = "Reference", fUt = "Diagnose", hUt = {
32067
- similarity: lUt,
32068
- visibility: DUt,
32069
- image: LUt,
32070
- reference: dUt,
32071
- diagnose: fUt
32072
- }, pUt = "Подобие", MUt = "Видимость", PUt = "Изображение", mUt = "Эталон", vUt = "Диагностика", UUt = {
32073
- similarity: pUt,
32074
- visibility: MUt,
32075
- image: PUt,
32076
- reference: mUt,
32077
- diagnose: vUt
32078
- };
32079
- _t.addResourceBundle("en", "ad6efd0ed1844bf02d23cfaf69cf2e69", hUt);
32080
- _t.addResourceBundle("ru", "ad6efd0ed1844bf02d23cfaf69cf2e69", UUt);
32081
- const gUt = () => te("ad6efd0ed1844bf02d23cfaf69cf2e69"), KS = ({
32064
+ }, uUt = "Similarity", lUt = "Visibility", DUt = "Image", LUt = "Reference", dUt = "Diagnose", fUt = {
32065
+ similarity: uUt,
32066
+ visibility: lUt,
32067
+ image: DUt,
32068
+ reference: LUt,
32069
+ diagnose: dUt
32070
+ }, hUt = "Подобие", pUt = "Видимость", MUt = "Изображение", PUt = "Эталон", mUt = "Диагностика", vUt = {
32071
+ similarity: hUt,
32072
+ visibility: pUt,
32073
+ image: MUt,
32074
+ reference: PUt,
32075
+ diagnose: mUt
32076
+ };
32077
+ _t.addResourceBundle("en", "ad6efd0ed1844bf02d23cfaf69cf2e69", fUt);
32078
+ _t.addResourceBundle("ru", "ad6efd0ed1844bf02d23cfaf69cf2e69", vUt);
32079
+ const UUt = () => te("ad6efd0ed1844bf02d23cfaf69cf2e69"), KS = ({
32082
32080
  src: t,
32083
32081
  alt: e,
32084
32082
  heightLimit: n = 100,
@@ -32110,11 +32108,11 @@ const gUt = () => te("ad6efd0ed1844bf02d23cfaf69cf2e69"), KS = ({
32110
32108
  ref: _
32111
32109
  }
32112
32110
  );
32113
- }, bUt = "_container_1j5qj_1", HUt = "_name_1j5qj_7", GUt = "_image_1j5qj_13", Cr = {
32114
- container: bUt,
32115
- name: HUt,
32116
- image: GUt
32117
- }, BUt = ({
32111
+ }, gUt = "_container_1j5qj_1", bUt = "_name_1j5qj_7", HUt = "_image_1j5qj_13", Cr = {
32112
+ container: gUt,
32113
+ name: bUt,
32114
+ image: HUt
32115
+ }, GUt = ({
32118
32116
  diagnose: t,
32119
32117
  image: e,
32120
32118
  referenceImage: n,
@@ -32126,7 +32124,7 @@ const gUt = () => te("ad6efd0ed1844bf02d23cfaf69cf2e69"), KS = ({
32126
32124
  onClick: i,
32127
32125
  shift: a = 0
32128
32126
  }) => {
32129
- const { t: c } = gUt(), I = !!(e || n || _ !== B.OK), A = o === W.IR_VISIBILITY, R = c(A ? "visibility" : "similarity"), S = A ? FM(r).map(pt.getIRVisibilityStatus).join(", ") : r + "%", u = {
32127
+ const { t: c } = UUt(), I = !!(e || n || _ !== B.OK), A = o === W.IR_VISIBILITY, R = c(A ? "visibility" : "similarity"), S = A ? FM(r).map(pt.getIRVisibilityStatus).join(", ") : r + "%", u = {
32130
32128
  "--shift": a + 44 + "px"
32131
32129
  };
32132
32130
  return /* @__PURE__ */ ot(
@@ -32201,26 +32199,26 @@ const gUt = () => te("ad6efd0ed1844bf02d23cfaf69cf2e69"), KS = ({
32201
32199
  ]
32202
32200
  }
32203
32201
  );
32204
- }, yUt = "Image", wUt = "Diagnose", FUt = {
32205
- image: yUt,
32206
- diagnose: wUt
32207
- }, $Ut = "Изображение", xUt = "Диагностика", YUt = {
32208
- image: $Ut,
32209
- diagnose: xUt
32210
- };
32211
- _t.addResourceBundle("en", "ffe6f130ddd1614f365f7e6ea38d5211", FUt);
32212
- _t.addResourceBundle("ru", "ffe6f130ddd1614f365f7e6ea38d5211", YUt);
32213
- const KUt = () => te("ffe6f130ddd1614f365f7e6ea38d5211"), kUt = "_container_1j5qj_1", VUt = "_name_1j5qj_7", WUt = "_image_1j5qj_13", fc = {
32214
- container: kUt,
32215
- name: VUt,
32216
- image: WUt
32217
- }, XUt = ({
32202
+ }, BUt = "Image", yUt = "Diagnose", wUt = {
32203
+ image: BUt,
32204
+ diagnose: yUt
32205
+ }, FUt = "Изображение", $Ut = "Диагностика", xUt = {
32206
+ image: FUt,
32207
+ diagnose: $Ut
32208
+ };
32209
+ _t.addResourceBundle("en", "ffe6f130ddd1614f365f7e6ea38d5211", wUt);
32210
+ _t.addResourceBundle("ru", "ffe6f130ddd1614f365f7e6ea38d5211", xUt);
32211
+ const YUt = () => te("ffe6f130ddd1614f365f7e6ea38d5211"), KUt = "_container_1j5qj_1", kUt = "_name_1j5qj_7", VUt = "_image_1j5qj_13", fc = {
32212
+ container: KUt,
32213
+ name: kUt,
32214
+ image: VUt
32215
+ }, WUt = ({
32218
32216
  diagnose: t,
32219
32217
  image: e,
32220
32218
  status: n,
32221
32219
  shift: r
32222
32220
  }) => {
32223
- const { t: _ } = KUt(), o = {
32221
+ const { t: _ } = YUt(), o = {
32224
32222
  "--shift": r + "px"
32225
32223
  };
32226
32224
  return /* @__PURE__ */ ot(fe, { children: [
@@ -32267,17 +32265,17 @@ const KUt = () => te("ffe6f130ddd1614f365f7e6ea38d5211"), kUt = "_container_1j5q
32267
32265
  }
32268
32266
  )
32269
32267
  ] });
32270
- }, jUt = "Diagnose", ZUt = {
32271
- diagnose: jUt
32272
- }, zUt = "Диагностика", JUt = {
32273
- diagnose: zUt
32274
- };
32275
- _t.addResourceBundle("en", "46965f345be0127fe2100d7a5ca5b1f8", ZUt);
32276
- _t.addResourceBundle("ru", "46965f345be0127fe2100d7a5ca5b1f8", JUt);
32277
- const QUt = () => te("46965f345be0127fe2100d7a5ca5b1f8"), qUt = "_container_1jxaz_1", tgt = "_name_1jxaz_21", zl = {
32278
- container: qUt,
32279
- name: tgt
32280
- }, egt = ({
32268
+ }, XUt = "Diagnose", jUt = {
32269
+ diagnose: XUt
32270
+ }, ZUt = "Диагностика", zUt = {
32271
+ diagnose: ZUt
32272
+ };
32273
+ _t.addResourceBundle("en", "46965f345be0127fe2100d7a5ca5b1f8", jUt);
32274
+ _t.addResourceBundle("ru", "46965f345be0127fe2100d7a5ca5b1f8", zUt);
32275
+ const JUt = () => te("46965f345be0127fe2100d7a5ca5b1f8"), QUt = "_container_1jxaz_1", qUt = "_name_1jxaz_21", zl = {
32276
+ container: QUt,
32277
+ name: qUt
32278
+ }, tgt = ({
32281
32279
  diagnose: t,
32282
32280
  type: e,
32283
32281
  status: n,
@@ -32285,7 +32283,7 @@ const QUt = () => te("46965f345be0127fe2100d7a5ca5b1f8"), qUt = "_container_1jxa
32285
32283
  onClick: _,
32286
32284
  shift: o = 0
32287
32285
  }) => {
32288
- const { t: s } = QUt(), E = {
32286
+ const { t: s } = JUt(), E = {
32289
32287
  "--shift": o + 24 + "px"
32290
32288
  };
32291
32289
  return /* @__PURE__ */ T(
@@ -32313,25 +32311,25 @@ const QUt = () => te("46965f345be0127fe2100d7a5ca5b1f8"), qUt = "_container_1jxa
32313
32311
  ] })
32314
32312
  }
32315
32313
  );
32316
- }, ngt = "Result", _gt = "Reference", rgt = "Reference type", ogt = "Diagnose", sgt = {
32317
- result: ngt,
32318
- reference: _gt,
32319
- referenceType: rgt,
32320
- diagnose: ogt
32321
- }, Egt = "Результат", agt = "Эталон", cgt = "Тип эталона", igt = "Диагностика", Agt = {
32322
- result: Egt,
32323
- reference: agt,
32324
- referenceType: cgt,
32325
- diagnose: igt
32326
- };
32327
- _t.addResourceBundle("en", "02e2c62288050ce3bf5a796ddfcc1162", sgt);
32328
- _t.addResourceBundle("ru", "02e2c62288050ce3bf5a796ddfcc1162", Agt);
32329
- const Igt = () => te("02e2c62288050ce3bf5a796ddfcc1162"), Ogt = "_container_jhb1y_1", Rgt = "_name_jhb1y_21", Sgt = "_selected_jhb1y_25", Cgt = "_pointer_jhb1y_29", H_ = {
32330
- container: Ogt,
32331
- name: Rgt,
32332
- selected: Sgt,
32333
- pointer: Cgt
32334
- }, Tgt = ({
32314
+ }, egt = "Result", ngt = "Reference", _gt = "Reference type", rgt = "Diagnose", ogt = {
32315
+ result: egt,
32316
+ reference: ngt,
32317
+ referenceType: _gt,
32318
+ diagnose: rgt
32319
+ }, sgt = "Результат", Egt = "Эталон", agt = "Тип эталона", cgt = "Диагностика", igt = {
32320
+ result: sgt,
32321
+ reference: Egt,
32322
+ referenceType: agt,
32323
+ diagnose: cgt
32324
+ };
32325
+ _t.addResourceBundle("en", "02e2c62288050ce3bf5a796ddfcc1162", ogt);
32326
+ _t.addResourceBundle("ru", "02e2c62288050ce3bf5a796ddfcc1162", igt);
32327
+ const Agt = () => te("02e2c62288050ce3bf5a796ddfcc1162"), Igt = "_container_jhb1y_1", Ogt = "_name_jhb1y_21", Rgt = "_selected_jhb1y_25", Sgt = "_pointer_jhb1y_29", H_ = {
32328
+ container: Igt,
32329
+ name: Ogt,
32330
+ selected: Rgt,
32331
+ pointer: Sgt
32332
+ }, Cgt = ({
32335
32333
  diagnose: t,
32336
32334
  reference: e,
32337
32335
  status: n,
@@ -32344,7 +32342,7 @@ const Igt = () => te("02e2c62288050ce3bf5a796ddfcc1162"), Ogt = "_container_jhb1
32344
32342
  onClick: a,
32345
32343
  shift: c = 0
32346
32344
  }) => {
32347
- const { t: I } = Igt(), A = {
32345
+ const { t: I } = Agt(), A = {
32348
32346
  "--shift": c + 24 + "px"
32349
32347
  };
32350
32348
  return /* @__PURE__ */ ot(
@@ -32428,18 +32426,18 @@ const Igt = () => te("02e2c62288050ce3bf5a796ddfcc1162"), Ogt = "_container_jhb1
32428
32426
  ]
32429
32427
  }
32430
32428
  );
32431
- }, Ngt = "Explore more", ugt = {
32432
- exploreMore: Ngt
32433
- }, lgt = "Explore more", Dgt = {
32434
- exploreMore: lgt
32435
- };
32436
- _t.addResourceBundle("en", "1aaac47fc3a47ec8802576845df736cc", ugt);
32437
- _t.addResourceBundle("ru", "1aaac47fc3a47ec8802576845df736cc", Dgt);
32438
- const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_1", fgt = {
32439
- content: dgt
32440
- }, hgt = ({ group: t }) => {
32441
- const { t: e } = Lgt();
32442
- return /* @__PURE__ */ ot("div", { className: fgt.content, children: [
32429
+ }, Tgt = "Explore more", Ngt = {
32430
+ exploreMore: Tgt
32431
+ }, ugt = "Explore more", lgt = {
32432
+ exploreMore: ugt
32433
+ };
32434
+ _t.addResourceBundle("en", "1aaac47fc3a47ec8802576845df736cc", Ngt);
32435
+ _t.addResourceBundle("ru", "1aaac47fc3a47ec8802576845df736cc", lgt);
32436
+ const Dgt = () => te("1aaac47fc3a47ec8802576845df736cc"), Lgt = "_content_y30cu_1", dgt = {
32437
+ content: Lgt
32438
+ }, fgt = ({ group: t }) => {
32439
+ const { t: e } = Dgt();
32440
+ return /* @__PURE__ */ ot("div", { className: dgt.content, children: [
32443
32441
  /* @__PURE__ */ T(St, { children: /* @__PURE__ */ T(pt.GroupDescription, { children: t }) }),
32444
32442
  /* @__PURE__ */ T(
32445
32443
  xT,
@@ -32450,11 +32448,11 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32450
32448
  }
32451
32449
  )
32452
32450
  ] });
32453
- }, pgt = ({
32451
+ }, hgt = ({
32454
32452
  group: t
32455
- }) => pt.getGroupDescription(t) ? /* @__PURE__ */ T(va, { modal: /* @__PURE__ */ T(hgt, { group: t }), children: /* @__PURE__ */ T(pt.AuthenticityLabel, { children: t }) }) : /* @__PURE__ */ T(pt.AuthenticityLabel, { children: t }), Mgt = "_checks_zbgpv_1", Pgt = {
32456
- checks: Mgt
32457
- }, mgt = ({
32453
+ }) => pt.getGroupDescription(t) ? /* @__PURE__ */ T(va, { modal: /* @__PURE__ */ T(fgt, { group: t }), children: /* @__PURE__ */ T(pt.AuthenticityLabel, { children: t }) }) : /* @__PURE__ */ T(pt.AuthenticityLabel, { children: t }), pgt = "_checks_zbgpv_1", Mgt = {
32454
+ checks: pgt
32455
+ }, Pgt = ({
32458
32456
  group: t,
32459
32457
  checks: e,
32460
32458
  status: n,
@@ -32473,18 +32471,18 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32473
32471
  {
32474
32472
  nested: I,
32475
32473
  shift: c,
32476
- name: /* @__PURE__ */ T(pgt, { group: t }),
32474
+ name: /* @__PURE__ */ T(hgt, { group: t }),
32477
32475
  status: n,
32478
32476
  selected: s,
32479
32477
  open: E,
32480
32478
  onOpen: i,
32481
32479
  collapse: a,
32482
32480
  onClick: A,
32483
- children: /* @__PURE__ */ T("div", { className: ge({ [Pgt.checks]: !I }), children: e.map((R, S) => {
32481
+ children: /* @__PURE__ */ T("div", { className: ge({ [Mgt.checks]: !I }), children: e.map((R, S) => {
32484
32482
  const { checkResult: u, diagnose: l, location: D } = R, h = u !== B.OK ? c + 20 : c + 24, L = D && { light: D.light || Pp(t), rect: D.rect }, f = L && ei(_, [{ page: o, path: String(t), checkResult: u, location: L }]), m = L && ti(L.rect) ? () => r([{ page: o, path: String(t), checkResult: u, location: L }]) : void 0, b = (v) => `${o}/${t}/${v}/${S}`;
32485
32483
  if (xC.isBelongs(R))
32486
32484
  return /* @__PURE__ */ T(
32487
- BUt,
32485
+ GUt,
32488
32486
  {
32489
32487
  type: R.type,
32490
32488
  isSelected: f,
@@ -32501,7 +32499,7 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32501
32499
  );
32502
32500
  if (YC.isBelongs(R))
32503
32501
  return /* @__PURE__ */ T(
32504
- XUt,
32502
+ WUt,
32505
32503
  {
32506
32504
  status: u,
32507
32505
  diagnose: l,
@@ -32512,7 +32510,7 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32512
32510
  );
32513
32511
  if ($C.isBelongs(R))
32514
32512
  return /* @__PURE__ */ T(
32515
- uUt,
32513
+ NUt,
32516
32514
  {
32517
32515
  colorValues: R.colorValues,
32518
32516
  isSelected: f,
@@ -32525,7 +32523,7 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32525
32523
  );
32526
32524
  if (KC.isBelongs(R))
32527
32525
  return /* @__PURE__ */ T(
32528
- egt,
32526
+ tgt,
32529
32527
  {
32530
32528
  type: R.feature,
32531
32529
  isSelected: f,
@@ -32541,7 +32539,7 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32541
32539
  r([{ page: o, path: v(Tt), checkResult: u, location: lt }]);
32542
32540
  }, x = (lt, Tt) => lt && ti(lt.rect) ? () => Y(lt, Tt) : void 0, g = (lt, Tt) => lt && ei(_, [{ page: o, path: v(Tt), checkResult: u, location: lt }]), F = x(D, R.type), $ = x(R.reference.location, R.reference.type), At = g(D, R.type), q = g(R.reference.location, R.reference.type);
32543
32541
  return /* @__PURE__ */ T(
32544
- Tgt,
32542
+ Cgt,
32545
32543
  {
32546
32544
  type: R.type,
32547
32545
  isSelected: f,
@@ -32579,7 +32577,7 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32579
32577
  r(c), a(!I || !i);
32580
32578
  }, R = e.length > 0;
32581
32579
  return /* @__PURE__ */ T(
32582
- mgt,
32580
+ Pgt,
32583
32581
  {
32584
32582
  group: t,
32585
32583
  checks: e,
@@ -32596,9 +32594,9 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32596
32594
  onClick: c.length ? A : void 0
32597
32595
  }
32598
32596
  );
32599
- }, vgt = "_authenticity_ymfvw_1", Jl = {
32600
- authenticity: vgt
32601
- }, Ugt = 255, ggt = ({
32597
+ }, mgt = "_authenticity_ymfvw_1", Jl = {
32598
+ authenticity: mgt
32599
+ }, vgt = 255, Ugt = ({
32602
32600
  authenticity: t,
32603
32601
  documentIdentification: e,
32604
32602
  selections: n,
@@ -32616,7 +32614,7 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32616
32614
  _
32617
32615
  )) }) : t.map(({ page: _, checkResult: o, groups: s }) => {
32618
32616
  var E;
32619
- return _ === Ugt ? s.map(({ group: i, checks: a }) => /* @__PURE__ */ T(
32617
+ return _ === vgt ? s.map(({ group: i, checks: a }) => /* @__PURE__ */ T(
32620
32618
  LR,
32621
32619
  {
32622
32620
  checks: a,
@@ -32648,32 +32646,32 @@ const Lgt = () => te("1aaac47fc3a47ec8802576845df736cc"), dgt = "_content_y30cu_
32648
32646
  },
32649
32647
  _
32650
32648
  );
32651
- }) }), bgt = "Lights", Hgt = "Preview", Ggt = "Pages", Bgt = {
32652
- lights: bgt,
32653
- preview: Hgt,
32654
- pages: Ggt
32655
- }, ygt = "Lights", wgt = "Просмотр", Fgt = "Страницы", $gt = {
32656
- lights: ygt,
32657
- preview: wgt,
32658
- pages: Fgt
32659
- };
32660
- _t.addResourceBundle("en", "c629d0f0d0896c2f20a19a5ed9ede37b", Bgt);
32661
- _t.addResourceBundle("ru", "c629d0f0d0896c2f20a19a5ed9ede37b", $gt);
32662
- const xgt = () => te("c629d0f0d0896c2f20a19a5ed9ede37b"), Ygt = "_container_5l0yf_1", Kgt = "_images_5l0yf_12", kgt = "_vertical_5l0yf_18", Vgt = "_horizontal_5l0yf_22", Wgt = "_fit_5l0yf_26", lA = {
32663
- container: Ygt,
32664
- images: Kgt,
32665
- vertical: kgt,
32666
- horizontal: Vgt,
32667
- fit: Wgt
32668
- }, Xgt = "_container_1yj55_1", jgt = "_inactive_1yj55_7", Zgt = "_image_1yj55_10", zgt = "_vertical_1yj55_22", Jgt = "_horizontal_1yj55_25", Qgt = "_large_1yj55_28", qgt = "_active_1yj55_31", ss = {
32669
- container: Xgt,
32670
- inactive: jgt,
32671
- image: Zgt,
32672
- vertical: zgt,
32673
- horizontal: Jgt,
32674
- large: Qgt,
32675
- active: qgt
32676
- }, tbt = ({
32649
+ }) }), ggt = "Lights", bgt = "Preview", Hgt = "Pages", Ggt = {
32650
+ lights: ggt,
32651
+ preview: bgt,
32652
+ pages: Hgt
32653
+ }, Bgt = "Lights", ygt = "Просмотр", wgt = "Страницы", Fgt = {
32654
+ lights: Bgt,
32655
+ preview: ygt,
32656
+ pages: wgt
32657
+ };
32658
+ _t.addResourceBundle("en", "c629d0f0d0896c2f20a19a5ed9ede37b", Ggt);
32659
+ _t.addResourceBundle("ru", "c629d0f0d0896c2f20a19a5ed9ede37b", Fgt);
32660
+ const $gt = () => te("c629d0f0d0896c2f20a19a5ed9ede37b"), xgt = "_container_5l0yf_1", Ygt = "_images_5l0yf_12", Kgt = "_vertical_5l0yf_18", kgt = "_horizontal_5l0yf_22", Vgt = "_fit_5l0yf_26", lA = {
32661
+ container: xgt,
32662
+ images: Ygt,
32663
+ vertical: Kgt,
32664
+ horizontal: kgt,
32665
+ fit: Vgt
32666
+ }, Wgt = "_container_1yj55_1", Xgt = "_inactive_1yj55_7", jgt = "_image_1yj55_10", Zgt = "_vertical_1yj55_22", zgt = "_horizontal_1yj55_25", Jgt = "_large_1yj55_28", Qgt = "_active_1yj55_31", ss = {
32667
+ container: Wgt,
32668
+ inactive: Xgt,
32669
+ image: jgt,
32670
+ vertical: Zgt,
32671
+ horizontal: zgt,
32672
+ large: Jgt,
32673
+ active: Qgt
32674
+ }, qgt = ({
32677
32675
  title: t,
32678
32676
  src: e,
32679
32677
  onClick: n,
@@ -32741,7 +32739,7 @@ const xgt = () => te("c629d0f0d0896c2f20a19a5ed9ede37b"), Ygt = "_container_5l0y
32741
32739
  }
32742
32740
  ),
32743
32741
  /* @__PURE__ */ T("div", { className: ge(lA.images, lA[n]), children: e.map(({ name: s, src: E, id: i }) => /* @__PURE__ */ T(
32744
- tbt,
32742
+ qgt,
32745
32743
  {
32746
32744
  large: r,
32747
32745
  direction: n,
@@ -32754,9 +32752,9 @@ const xgt = () => te("c629d0f0d0896c2f20a19a5ed9ede37b"), Ygt = "_container_5l0y
32754
32752
  )) })
32755
32753
  ]
32756
32754
  }
32757
- ), ebt = "_canvas_1duaq_1", nbt = {
32758
- canvas: ebt
32759
- }, _bt = ({
32755
+ ), tbt = "_canvas_1duaq_1", ebt = {
32756
+ canvas: tbt
32757
+ }, nbt = ({
32760
32758
  image: t,
32761
32759
  selections: e,
32762
32760
  onCanvas: n
@@ -32792,17 +32790,17 @@ const xgt = () => te("c629d0f0d0896c2f20a19a5ed9ede37b"), Ygt = "_container_5l0y
32792
32790
  }
32793
32791
  } else
32794
32792
  A.clearRect(0, 0, I.width, I.height), _.current = "", o.current = "", n("");
32795
- }, [a, e, E, i]), /* @__PURE__ */ T("canvas", { ref: r, className: nbt.canvas });
32796
- }, rbt = "_viewer_d5kxz_1", obt = "_preview_d5kxz_6", sbt = "_current_d5kxz_20", hc = {
32797
- viewer: rbt,
32798
- preview: obt,
32793
+ }, [a, e, E, i]), /* @__PURE__ */ T("canvas", { ref: r, className: ebt.canvas });
32794
+ }, _bt = "_viewer_d5kxz_1", rbt = "_preview_d5kxz_6", obt = "_current_d5kxz_20", hc = {
32795
+ viewer: _bt,
32796
+ preview: rbt,
32799
32797
  "view-container": "_view-container_d5kxz_12",
32800
- current: sbt
32801
- }, Ebt = ({
32798
+ current: obt
32799
+ }, sbt = ({
32802
32800
  images: t,
32803
32801
  selections: e
32804
32802
  }) => {
32805
- const { t: n } = xgt(), [r, _] = we(t[0].light), [o, s] = we(0), [E, i] = we(""), [a, c] = we([]), I = S_(() => t.some((u, l, D) => u.light !== D[0].light), [t]), A = S_(() => {
32803
+ const { t: n } = $gt(), [r, _] = we(t[0].light), [o, s] = we(0), [E, i] = we(""), [a, c] = we([]), I = S_(() => t.some((u, l, D) => u.light !== D[0].light), [t]), A = S_(() => {
32806
32804
  const u = t.every(({ pages: l }) => l.length === 1);
32807
32805
  return t.reduce((l, { pages: D, light: h }) => {
32808
32806
  const L = D.find(({ pageIndex: f }) => f === o || u);
@@ -32858,7 +32856,7 @@ const xgt = () => te("c629d0f0d0896c2f20a19a5ed9ede37b"), Ygt = "_container_5l0y
32858
32856
  }
32859
32857
  ),
32860
32858
  /* @__PURE__ */ T(
32861
- _bt,
32859
+ nbt,
32862
32860
  {
32863
32861
  image: S,
32864
32862
  selections: a,
@@ -32879,32 +32877,32 @@ const xgt = () => te("c629d0f0d0896c2f20a19a5ed9ede37b"), Ygt = "_container_5l0y
32879
32877
  )
32880
32878
  ] })
32881
32879
  ] });
32882
- }, abt = "_container_8h2a4_1", cbt = {
32883
- container: abt
32884
- }, ibt = ({
32880
+ }, Ebt = "_container_8h2a4_1", abt = {
32881
+ container: Ebt
32882
+ }, cbt = ({
32885
32883
  documentIdentification: t
32886
- }) => /* @__PURE__ */ T("div", { className: cbt.container, children: /* @__PURE__ */ T(St, { size: "18x135", children: t.documentName }) }), Abt = "Page", Ibt = "Document ID", Obt = "Probability", Rbt = "Deprecated", Sbt = "Document category", Cbt = "No", Tbt = "Yes", Nbt = {
32887
- page: Abt,
32888
- documentID: Ibt,
32889
- probability: Obt,
32890
- deprecated: Rbt,
32891
- documentCategory: Sbt,
32892
- no: Cbt,
32893
- yes: Tbt
32894
- }, ubt = "Страница", lbt = "Document ID", Dbt = "Вероятность", Lbt = "Выведен из оборота", dbt = "Категория документа", fbt = "Нет", hbt = "Да", pbt = {
32895
- page: ubt,
32896
- documentID: lbt,
32897
- probability: Dbt,
32898
- deprecated: Lbt,
32899
- documentCategory: dbt,
32900
- no: fbt,
32901
- yes: hbt
32902
- };
32903
- _t.addResourceBundle("en", "e557e44d15ebd867c2134b7101054a34", Nbt);
32904
- _t.addResourceBundle("ru", "e557e44d15ebd867c2134b7101054a34", pbt);
32905
- const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fut_1", mbt = "_name_f5fut_13", Ro = {
32906
- container: Pbt,
32907
- name: mbt
32884
+ }) => /* @__PURE__ */ T("div", { className: abt.container, children: /* @__PURE__ */ T(St, { size: "18x135", children: t.documentName }) }), ibt = "Page", Abt = "Document ID", Ibt = "Probability", Obt = "Deprecated", Rbt = "Document category", Sbt = "No", Cbt = "Yes", Tbt = {
32885
+ page: ibt,
32886
+ documentID: Abt,
32887
+ probability: Ibt,
32888
+ deprecated: Obt,
32889
+ documentCategory: Rbt,
32890
+ no: Sbt,
32891
+ yes: Cbt
32892
+ }, Nbt = "Страница", ubt = "Document ID", lbt = "Вероятность", Dbt = "Выведен из оборота", Lbt = "Категория документа", dbt = "Нет", fbt = "Да", hbt = {
32893
+ page: Nbt,
32894
+ documentID: ubt,
32895
+ probability: lbt,
32896
+ deprecated: Dbt,
32897
+ documentCategory: Lbt,
32898
+ no: dbt,
32899
+ yes: fbt
32900
+ };
32901
+ _t.addResourceBundle("en", "e557e44d15ebd867c2134b7101054a34", Tbt);
32902
+ _t.addResourceBundle("ru", "e557e44d15ebd867c2134b7101054a34", hbt);
32903
+ const pbt = () => te("e557e44d15ebd867c2134b7101054a34"), Mbt = "_container_f5fut_1", Pbt = "_name_f5fut_13", Ro = {
32904
+ container: Mbt,
32905
+ name: Pbt
32908
32906
  }, ql = ({
32909
32907
  pageIndex: t,
32910
32908
  isDeprecated: e,
@@ -32912,7 +32910,7 @@ const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fu
32912
32910
  shift: r,
32913
32911
  documentCategory: _
32914
32912
  }) => {
32915
- const { t: o } = Mbt(), s = {
32913
+ const { t: o } = pbt(), s = {
32916
32914
  "--shift": r + "px"
32917
32915
  };
32918
32916
  return /* @__PURE__ */ ot(fe, { children: [
@@ -32965,9 +32963,9 @@ const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fu
32965
32963
  /* @__PURE__ */ T(St, { children: t + 1 })
32966
32964
  ] })
32967
32965
  ] });
32968
- }, vbt = "_identification_1v3mp_1", tD = {
32969
- identification: vbt
32970
- }, Ubt = ({
32966
+ }, mbt = "_identification_1v3mp_1", tD = {
32967
+ identification: mbt
32968
+ }, vbt = ({
32971
32969
  documentIdentification: t
32972
32970
  }) => /* @__PURE__ */ T(Ir, { children: t.length === 1 ? /* @__PURE__ */ T("div", { className: tD.identification, children: /* @__PURE__ */ T(
32973
32971
  ql,
@@ -32992,9 +32990,9 @@ const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fu
32992
32990
  ) })
32993
32991
  },
32994
32992
  e
32995
- )) }), gbt = "_container_q8n6s_1", bbt = "_name_q8n6s_14", eD = {
32996
- container: gbt,
32997
- name: bbt
32993
+ )) }), Ubt = "_container_q8n6s_1", gbt = "_name_q8n6s_14", eD = {
32994
+ container: Ubt,
32995
+ name: gbt
32998
32996
  }, nD = ({
32999
32997
  name: t,
33000
32998
  status: e,
@@ -33017,7 +33015,7 @@ const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fu
33017
33015
  ] });
33018
33016
  }, _D = {
33019
33017
  "image-quality": "_image-quality_l45bi_1"
33020
- }, Hbt = ({
33018
+ }, bbt = ({
33021
33019
  imageQuality: t,
33022
33020
  documentIdentification: e
33023
33021
  }) => /* @__PURE__ */ T(Ir, { children: t.length === 1 ? /* @__PURE__ */ T("div", { className: _D["image-quality"], children: t[0].checks.map(({ checkType: n, checkResult: r }) => /* @__PURE__ */ T(nD, { name: n, status: r }, n)) }) : t.map(({ pageIndex: n, checks: r, checkResult: _ }) => {
@@ -33040,9 +33038,9 @@ const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fu
33040
33038
  },
33041
33039
  n
33042
33040
  );
33043
- }) }), Gbt = "_name_c7mbz_1", Bbt = "_value_c7mbz_6", rD = {
33044
- name: Gbt,
33045
- value: Bbt
33041
+ }) }), Hbt = "_name_c7mbz_1", Gbt = "_value_c7mbz_6", rD = {
33042
+ name: Hbt,
33043
+ value: Gbt
33046
33044
  }, oD = ({
33047
33045
  name: t,
33048
33046
  value: e,
@@ -33066,12 +33064,12 @@ const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fu
33066
33064
  const n = t.replace(/\^/g, `
33067
33065
  `).trim();
33068
33066
  return e === B.ERROR && !n ? "—" : n;
33069
- }, ybt = {
33067
+ }, Bbt = {
33070
33068
  "preview-container": "_preview-container_t99k8_1"
33071
- }, wbt = ({
33069
+ }, ybt = ({
33072
33070
  source: t,
33073
33071
  comparisonList: e
33074
- }) => /* @__PURE__ */ ot("div", { className: ybt["preview-container"], children: [
33072
+ }) => /* @__PURE__ */ ot("div", { className: Bbt["preview-container"], children: [
33075
33073
  t.filter(({ value: n }) => !!n).map(({ source: n, value: r, checkResult: _ }) => /* @__PURE__ */ T(
33076
33074
  oD,
33077
33075
  {
@@ -33090,24 +33088,24 @@ const Mbt = () => te("e557e44d15ebd867c2134b7101054a34"), Pbt = "_container_f5fu
33090
33088
  },
33091
33089
  n + r
33092
33090
  ))
33093
- ] }), Fbt = "Page", $bt = "Probability", xbt = {
33094
- page: Fbt,
33095
- probability: $bt
33096
- }, Ybt = "Страница", Kbt = "Вероятность", kbt = {
33097
- page: Ybt,
33098
- probability: Kbt
33099
- };
33100
- _t.addResourceBundle("en", "bf6beb35429f5109267181cf623e0151", xbt);
33101
- _t.addResourceBundle("ru", "bf6beb35429f5109267181cf623e0151", kbt);
33102
- const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12q_1", Xbt = "_name_ni12q_23", DA = {
33103
- container: Wbt,
33104
- name: Xbt
33105
- }, jbt = ({
33091
+ ] }), wbt = "Page", Fbt = "Probability", $bt = {
33092
+ page: wbt,
33093
+ probability: Fbt
33094
+ }, xbt = "Страница", Ybt = "Вероятность", Kbt = {
33095
+ page: xbt,
33096
+ probability: Ybt
33097
+ };
33098
+ _t.addResourceBundle("en", "bf6beb35429f5109267181cf623e0151", $bt);
33099
+ _t.addResourceBundle("ru", "bf6beb35429f5109267181cf623e0151", Kbt);
33100
+ const kbt = () => te("bf6beb35429f5109267181cf623e0151"), Vbt = "_container_ni12q_1", Wbt = "_name_ni12q_23", DA = {
33101
+ container: Vbt,
33102
+ name: Wbt
33103
+ }, Xbt = ({
33106
33104
  probability: t,
33107
33105
  pageIndex: e,
33108
33106
  shift: n = 0
33109
33107
  }) => {
33110
- const { t: r } = Vbt(), _ = {
33108
+ const { t: r } = kbt(), _ = {
33111
33109
  "--shift": n + "px"
33112
33110
  };
33113
33111
  return /* @__PURE__ */ ot(fe, { children: [
@@ -33148,22 +33146,22 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33148
33146
  }
33149
33147
  )
33150
33148
  ] });
33151
- }, Zbt = "_content_19nax_1", zbt = {
33152
- content: Zbt
33153
- }, Jbt = ({
33149
+ }, jbt = "_content_19nax_1", Zbt = {
33150
+ content: jbt
33151
+ }, zbt = ({
33154
33152
  source: t
33155
- }) => /* @__PURE__ */ ot("div", { className: zbt.content, children: [
33153
+ }) => /* @__PURE__ */ ot("div", { className: Zbt.content, children: [
33156
33154
  /* @__PURE__ */ T(St, { size: "18x135", children: /* @__PURE__ */ T(pt.Source, { children: t }) }),
33157
33155
  /* @__PURE__ */ T(St, { children: /* @__PURE__ */ T(pt.SourceDescription, { children: t }) })
33158
- ] }), Qbt = "_content_lkw3k_1", qbt = {
33159
- content: Qbt
33160
- }, tHt = ({
33156
+ ] }), Jbt = "_content_lkw3k_1", Qbt = {
33157
+ content: Jbt
33158
+ }, qbt = ({
33161
33159
  left: t,
33162
33160
  right: e
33163
- }) => /* @__PURE__ */ T("div", { className: qbt.content, children: /* @__PURE__ */ T(St, { children: `Comparison between ${t} and ${e}.` }) }), eHt = "_comparison_pjakd_1", nHt = "_name_pjakd_7", sD = {
33164
- comparison: eHt,
33165
- name: nHt
33166
- }, _Ht = ({
33161
+ }) => /* @__PURE__ */ T("div", { className: Qbt.content, children: /* @__PURE__ */ T(St, { children: `Comparison between ${t} and ${e}.` }) }), tHt = "_comparison_pjakd_1", eHt = "_name_pjakd_7", sD = {
33162
+ comparison: tHt,
33163
+ name: eHt
33164
+ }, nHt = ({
33167
33165
  left: t,
33168
33166
  right: e,
33169
33167
  status: n
@@ -33173,15 +33171,15 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33173
33171
  /* @__PURE__ */ T(St, { className: sD.name, children: /* @__PURE__ */ T(
33174
33172
  va,
33175
33173
  {
33176
- modal: /* @__PURE__ */ T(tHt, { left: t, right: e }),
33174
+ modal: /* @__PURE__ */ T(qbt, { left: t, right: e }),
33177
33175
  children: `${t} – ${e}`
33178
33176
  }
33179
33177
  ) }),
33180
33178
  r
33181
33179
  ] });
33182
- }, rHt = (t, e) => t.some(({ value: n }) => n !== "") || e.length > 0, oHt = {
33180
+ }, _Ht = (t, e) => t.some(({ value: n }) => n !== "") || e.length > 0, rHt = {
33183
33181
  "text-data": "_text-data_uau8a_1"
33184
- }, sHt = ({
33182
+ }, oHt = ({
33185
33183
  onSelect: t,
33186
33184
  selections: e,
33187
33185
  type: n,
@@ -33192,7 +33190,7 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33192
33190
  comparisonList: E
33193
33191
  }) => {
33194
33192
  te();
33195
- const [i, a] = we(!1), c = rHt(s, E), I = `${pt.getVisualFieldType(n)}${_ !== K.LATIN ? ` (${pt.getLCID(_)})` : ""}`, A = s.reduce((u, l) => (l.rect && ti([l.rect]) && u.push({
33193
+ const [i, a] = we(!1), c = _Ht(s, E), I = `${pt.getVisualFieldType(n)}${_ !== K.LATIN ? ` (${pt.getLCID(_)})` : ""}`, A = s.reduce((u, l) => (l.rect && ti([l.rect]) && u.push({
33196
33194
  page: l.pageIndex,
33197
33195
  path: I,
33198
33196
  checkResult: l.checkResult,
@@ -33208,26 +33206,26 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33208
33206
  status: o,
33209
33207
  selected: R,
33210
33208
  open: i,
33211
- preview: c ? /* @__PURE__ */ T(wbt, { source: s, comparisonList: E }) : void 0,
33209
+ preview: c ? /* @__PURE__ */ T(ybt, { source: s, comparisonList: E }) : void 0,
33212
33210
  onOpen: a,
33213
33211
  collapse: c,
33214
33212
  shift: c ? 0 : 24,
33215
33213
  onClick: A.length ? S : void 0,
33216
33214
  dataTestKey: "params-group_key",
33217
33215
  dataTestValue: "params-group_value",
33218
- children: /* @__PURE__ */ ot("div", { className: oHt["text-data"], children: [
33216
+ children: /* @__PURE__ */ ot("div", { className: rHt["text-data"], children: [
33219
33217
  s.map(({ source: u, value: l, checkResult: D, probability: h, pageIndex: L, rect: f }) => l.trim() || D !== B.WAS_NOT_DONE ? /* @__PURE__ */ T(
33220
33218
  q_,
33221
33219
  {
33222
33220
  nested: !0,
33223
33221
  shift: 20,
33224
- name: /* @__PURE__ */ T(va, { modal: /* @__PURE__ */ T(Jbt, { source: u }), children: u }),
33222
+ name: /* @__PURE__ */ T(va, { modal: /* @__PURE__ */ T(zbt, { source: u }), children: u }),
33225
33223
  value: kS(l, D),
33226
33224
  status: D,
33227
33225
  selected: f && ei(e, [{ page: L, path: I, checkResult: D, location: { rect: [f] } }]),
33228
33226
  onClick: f && ti([f]) ? () => t([{ page: L, path: I, checkResult: D, location: { rect: [f] } }]) : void 0,
33229
33227
  children: /* @__PURE__ */ T(
33230
- jbt,
33228
+ Xbt,
33231
33229
  {
33232
33230
  probability: h,
33233
33231
  pageIndex: L,
@@ -33238,7 +33236,7 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33238
33236
  u
33239
33237
  ) : null),
33240
33238
  E.map(({ sourceLeft: u, sourceRight: l, status: D }) => /* @__PURE__ */ T(
33241
- _Ht,
33239
+ nHt,
33242
33240
  {
33243
33241
  left: u,
33244
33242
  right: l,
@@ -33249,12 +33247,12 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33249
33247
  ] })
33250
33248
  }
33251
33249
  );
33252
- }, EHt = ({
33250
+ }, sHt = ({
33253
33251
  onSelect: t,
33254
33252
  selections: e,
33255
33253
  textData: n
33256
33254
  }) => /* @__PURE__ */ T(Ir, { children: n.map(({ type: r, value: _, checkResult: o, bySource: s, comparisonList: E, lcid: i }) => /* @__PURE__ */ T(
33257
- sHt,
33255
+ oHt,
33258
33256
  {
33259
33257
  type: r,
33260
33258
  value: _,
@@ -33266,14 +33264,14 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33266
33264
  selections: e
33267
33265
  },
33268
33266
  r + _ + i
33269
- )) }), aHt = "_container_1kitp_1", cHt = "_padding_1kitp_9", iHt = "_content_1kitp_17", AHt = "_images_1kitp_21", IHt = "_tabs_1kitp_21", PE = {
33270
- container: aHt,
33271
- padding: cHt,
33272
- content: iHt,
33273
- images: AHt,
33274
- tabs: IHt,
33267
+ )) }), EHt = "_container_1kitp_1", aHt = "_padding_1kitp_9", cHt = "_content_1kitp_17", iHt = "_images_1kitp_21", AHt = "_tabs_1kitp_21", PE = {
33268
+ container: EHt,
33269
+ padding: aHt,
33270
+ content: cHt,
33271
+ images: iHt,
33272
+ tabs: AHt,
33275
33273
  "default-image": "_default-image_1kitp_32"
33276
- }, OHt = ({
33274
+ }, IHt = ({
33277
33275
  tabs: t,
33278
33276
  images: e,
33279
33277
  selections: n,
@@ -33284,10 +33282,10 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33284
33282
  }) => /* @__PURE__ */ ot("div", { className: ge(PE.container, {
33285
33283
  [PE.padding]: !o && _
33286
33284
  }), children: [
33287
- o && /* @__PURE__ */ T(ibt, { documentIdentification: o }),
33285
+ o && /* @__PURE__ */ T(cbt, { documentIdentification: o }),
33288
33286
  /* @__PURE__ */ ot("div", { className: PE.content, children: [
33289
33287
  /* @__PURE__ */ T("div", { className: PE.images, children: e.length ? /* @__PURE__ */ T(
33290
- Ebt,
33288
+ sbt,
33291
33289
  {
33292
33290
  images: e,
33293
33291
  selections: n
@@ -33303,21 +33301,21 @@ const Vbt = () => te("bf6beb35429f5109267181cf623e0151"), Wbt = "_container_ni12
33303
33301
  }
33304
33302
  ) })
33305
33303
  ] })
33306
- ] }), RHt = "Text fields", SHt = "Security checks", CHt = "Image quality", THt = "Document type", NHt = {
33307
- textFields: RHt,
33308
- securityChecks: SHt,
33309
- imageQuality: CHt,
33310
- documentType: THt
33311
- }, uHt = "Текстовые поля", lHt = "Проверки подлинности", DHt = "Качество изображения", LHt = "Тип документа", dHt = {
33312
- textFields: uHt,
33313
- securityChecks: lHt,
33314
- imageQuality: DHt,
33315
- documentType: LHt
33316
- };
33317
- _t.addResourceBundle("en", "ea1472e8da78749ac0757f699338d7f2", NHt);
33318
- _t.addResourceBundle("ru", "ea1472e8da78749ac0757f699338d7f2", dHt);
33319
- const fHt = () => te("ea1472e8da78749ac0757f699338d7f2"), kwt = () => {
33320
- const { t } = fHt(), { response: e } = wn(), { tabID: n } = A_.resolve(II).observe(), { selections: r } = A_.resolve(Nr).observe(), { page: _ } = A_.resolve(OI).observe();
33304
+ ] }), OHt = "Text fields", RHt = "Security checks", SHt = "Image quality", CHt = "Document type", THt = {
33305
+ textFields: OHt,
33306
+ securityChecks: RHt,
33307
+ imageQuality: SHt,
33308
+ documentType: CHt
33309
+ }, NHt = "Текстовые поля", uHt = "Проверки подлинности", lHt = "Качество изображения", DHt = "Тип документа", LHt = {
33310
+ textFields: NHt,
33311
+ securityChecks: uHt,
33312
+ imageQuality: lHt,
33313
+ documentType: DHt
33314
+ };
33315
+ _t.addResourceBundle("en", "ea1472e8da78749ac0757f699338d7f2", THt);
33316
+ _t.addResourceBundle("ru", "ea1472e8da78749ac0757f699338d7f2", LHt);
33317
+ const dHt = () => te("ea1472e8da78749ac0757f699338d7f2"), Kwt = () => {
33318
+ const { t } = dHt(), { response: e } = yn(), { tabID: n } = A_.resolve(II).observe(), { selections: r } = A_.resolve(Nr).observe(), { page: _ } = A_.resolve(OI).observe();
33321
33319
  if (!e)
33322
33320
  return null;
33323
33321
  const o = S_(() => QG(e).filter((S) => S.value.trim() || S.checkResult !== B.WAS_NOT_DONE), [e]), s = S_(() => PG(e).sort((S, u) => S.pageIndex - u.pageIndex), [e]), E = S_(() => IG(e).filter(({ groups: S }) => S.length > 0), [e]), i = S_(() => VG(e).sort((S, u) => S.pageIndex - u.pageIndex), [e]), a = S_(() => i.find(({ pageIndex: S }) => S === _), [i, _]), c = S_(() => is(e, [ae.DOCUMENT_IMAGE], [Dt.DOCUMENT_IMAGE]).map((S) => ({
@@ -33338,12 +33336,12 @@ const fHt = () => te("ea1472e8da78749ac0757f699338d7f2"), kwt = () => {
33338
33336
  return o.length && I.push({
33339
33337
  id: J_.TEXT_DATA,
33340
33338
  label: t("textFields"),
33341
- children: /* @__PURE__ */ T(EHt, { textData: o, selections: r, onSelect: A })
33339
+ children: /* @__PURE__ */ T(sHt, { textData: o, selections: r, onSelect: A })
33342
33340
  }), E.length && I.push({
33343
33341
  id: J_.AUTHENTICITY,
33344
33342
  label: t("securityChecks"),
33345
33343
  children: /* @__PURE__ */ T(
33346
- ggt,
33344
+ Ugt,
33347
33345
  {
33348
33346
  authenticity: E,
33349
33347
  documentIdentification: i,
@@ -33355,7 +33353,7 @@ const fHt = () => te("ea1472e8da78749ac0757f699338d7f2"), kwt = () => {
33355
33353
  id: J_.IMAGE_QUALITY,
33356
33354
  label: t("imageQuality"),
33357
33355
  children: /* @__PURE__ */ T(
33358
- Hbt,
33356
+ bbt,
33359
33357
  {
33360
33358
  imageQuality: s,
33361
33359
  documentIdentification: i
@@ -33364,9 +33362,9 @@ const fHt = () => te("ea1472e8da78749ac0757f699338d7f2"), kwt = () => {
33364
33362
  }), i.length && I.push({
33365
33363
  id: J_.IDENTIFICATION,
33366
33364
  label: t("documentType"),
33367
- children: /* @__PURE__ */ T(Ubt, { documentIdentification: i })
33365
+ children: /* @__PURE__ */ T(vbt, { documentIdentification: i })
33368
33366
  }), !I.length && !c.length && !a ? null : /* @__PURE__ */ T(
33369
- OHt,
33367
+ IHt,
33370
33368
  {
33371
33369
  initialTab: n,
33372
33370
  onTabChange: R,
@@ -33377,31 +33375,31 @@ const fHt = () => te("ea1472e8da78749ac0757f699338d7f2"), kwt = () => {
33377
33375
  identification: a
33378
33376
  }
33379
33377
  );
33380
- }, hHt = "RFID chip", pHt = "BAC — Basic Access Control: Controls access to RFID chip data.", MHt = "PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.", PHt = "CA — Chip Authentication: Proves that the chip isn't cloned.", mHt = "TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.", vHt = "AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.", UHt = "PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.", gHt = "Explore more", bHt = {
33381
- rfid: hHt,
33382
- BACDescription: pHt,
33383
- PACEDescription: MHt,
33384
- CADescription: PHt,
33385
- TADescription: mHt,
33386
- AADescription: vHt,
33387
- PADescription: UHt,
33388
- exploreMore: gHt
33389
- }, HHt = "RFID-чип", GHt = "BAC — Basic Access Control: Controls access to RFID chip data.", BHt = "PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.", yHt = "CA — Chip Authentication: Proves that the chip isn't cloned.", wHt = "TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.", FHt = "AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.", $Ht = "PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.", xHt = "Explore more", YHt = {
33390
- rfid: HHt,
33391
- BACDescription: GHt,
33392
- PACEDescription: BHt,
33393
- CADescription: yHt,
33394
- TADescription: wHt,
33395
- AADescription: FHt,
33396
- PADescription: $Ht,
33397
- exploreMore: xHt
33398
- };
33399
- _t.addResourceBundle("en", "93a6a13564bdfe0d361e1fb10b11f75b", bHt);
33400
- _t.addResourceBundle("ru", "93a6a13564bdfe0d361e1fb10b11f75b", YHt);
33401
- const mp = () => te("93a6a13564bdfe0d361e1fb10b11f75b"), KHt = "_container_19g68_1", kHt = "_content_19g68_13", vp = {
33402
- container: KHt,
33403
- content: kHt
33404
- }, VHt = () => {
33378
+ }, fHt = "RFID chip", hHt = "BAC — Basic Access Control: Controls access to RFID chip data.", pHt = "PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.", MHt = "CA — Chip Authentication: Proves that the chip isn't cloned.", PHt = "TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.", mHt = "AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.", vHt = "PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.", UHt = "Explore more", gHt = {
33379
+ rfid: fHt,
33380
+ BACDescription: hHt,
33381
+ PACEDescription: pHt,
33382
+ CADescription: MHt,
33383
+ TADescription: PHt,
33384
+ AADescription: mHt,
33385
+ PADescription: vHt,
33386
+ exploreMore: UHt
33387
+ }, bHt = "RFID-чип", HHt = "BAC — Basic Access Control: Controls access to RFID chip data.", GHt = "PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.", BHt = "CA — Chip Authentication: Proves that the chip isn't cloned.", yHt = "TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.", wHt = "AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.", FHt = "PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.", $Ht = "Explore more", xHt = {
33388
+ rfid: bHt,
33389
+ BACDescription: HHt,
33390
+ PACEDescription: GHt,
33391
+ CADescription: BHt,
33392
+ TADescription: yHt,
33393
+ AADescription: wHt,
33394
+ PADescription: FHt,
33395
+ exploreMore: $Ht
33396
+ };
33397
+ _t.addResourceBundle("en", "93a6a13564bdfe0d361e1fb10b11f75b", gHt);
33398
+ _t.addResourceBundle("ru", "93a6a13564bdfe0d361e1fb10b11f75b", xHt);
33399
+ const mp = () => te("93a6a13564bdfe0d361e1fb10b11f75b"), YHt = "_container_19g68_1", KHt = "_content_19g68_13", vp = {
33400
+ container: YHt,
33401
+ content: KHt
33402
+ }, kHt = () => {
33405
33403
  const { t } = mp();
33406
33404
  return /* @__PURE__ */ ot("div", { className: vp.content, children: [
33407
33405
  /* @__PURE__ */ T(St, { children: t("BACDescription") }),
@@ -33419,69 +33417,69 @@ const mp = () => te("93a6a13564bdfe0d361e1fb10b11f75b"), KHt = "_container_19g68
33419
33417
  }
33420
33418
  )
33421
33419
  ] });
33422
- }, WHt = ({
33420
+ }, VHt = ({
33423
33421
  checksSummary: t
33424
33422
  }) => {
33425
33423
  const e = $r(t.overallStatus, 20), { t: n } = mp();
33426
33424
  return /* @__PURE__ */ ot("div", { className: vp.container, children: [
33427
33425
  e,
33428
- /* @__PURE__ */ T(va, { modal: /* @__PURE__ */ T(VHt, {}), children: /* @__PURE__ */ T(St, { size: "18x135", children: n("rfid") }) })
33426
+ /* @__PURE__ */ T(va, { modal: /* @__PURE__ */ T(kHt, {}), children: /* @__PURE__ */ T(St, { size: "18x135", children: n("rfid") }) })
33429
33427
  ] });
33430
- }, XHt = () => {
33431
- const { response: t } = wn();
33428
+ }, WHt = () => {
33429
+ const { response: t } = yn();
33432
33430
  if (!t)
33433
33431
  return null;
33434
33432
  const e = D1(t);
33435
- return /* @__PURE__ */ T(WHt, { checksSummary: e });
33436
- }, jHt = "_protocols_1v0xj_1", ZHt = {
33437
- protocols: jHt
33438
- }, zHt = {
33433
+ return /* @__PURE__ */ T(VHt, { checksSummary: e });
33434
+ }, XHt = "_protocols_1v0xj_1", jHt = {
33435
+ protocols: XHt
33436
+ }, ZHt = {
33439
33437
  "protocols-item": "_protocols-item_zef60_1"
33440
33438
  }, mE = ({
33441
33439
  status: t,
33442
33440
  name: e
33443
33441
  }) => {
33444
33442
  const n = $r(t);
33445
- return /* @__PURE__ */ ot("div", { className: zHt["protocols-item"], children: [
33443
+ return /* @__PURE__ */ ot("div", { className: ZHt["protocols-item"], children: [
33446
33444
  n,
33447
33445
  /* @__PURE__ */ T(St, { children: e })
33448
33446
  ] });
33449
- }, JHt = ({
33447
+ }, zHt = ({
33450
33448
  checksSummary: t
33451
- }) => /* @__PURE__ */ ot("div", { className: ZHt.protocols, children: [
33449
+ }) => /* @__PURE__ */ ot("div", { className: jHt.protocols, children: [
33452
33450
  /* @__PURE__ */ T(mE, { status: t.BAC, name: "BAC" }),
33453
33451
  /* @__PURE__ */ T(mE, { status: t.PACE, name: "PACE" }),
33454
33452
  /* @__PURE__ */ T(mE, { status: t.CA, name: "CA" }),
33455
33453
  /* @__PURE__ */ T(mE, { status: t.TA, name: "TA" }),
33456
33454
  /* @__PURE__ */ T(mE, { status: t.AA, name: "AA" }),
33457
33455
  /* @__PURE__ */ T(mE, { status: t.PA, name: "PA" })
33458
- ] }), QHt = () => {
33459
- const { response: t } = wn();
33456
+ ] }), JHt = () => {
33457
+ const { response: t } = yn();
33460
33458
  if (!t)
33461
33459
  return null;
33462
33460
  const e = D1(t);
33463
- return /* @__PURE__ */ T(JHt, { checksSummary: e });
33464
- }, qHt = "Status", tGt = "Data group", eGt = {
33465
- status: qHt,
33466
- dataGroup: tGt
33467
- }, nGt = "Статус", _Gt = "Группа данных", rGt = {
33468
- status: nGt,
33469
- dataGroup: _Gt
33470
- };
33471
- _t.addResourceBundle("en", "d4114710292aed4785f9eac390bfb16c", eGt);
33472
- _t.addResourceBundle("ru", "d4114710292aed4785f9eac390bfb16c", rGt);
33473
- const oGt = () => te("d4114710292aed4785f9eac390bfb16c"), sGt = "Explore more", EGt = {
33474
- exploreMore: sGt
33475
- }, aGt = "Explore more", cGt = {
33476
- exploreMore: aGt
33477
- };
33478
- _t.addResourceBundle("en", "2585760a28dc7779839710b4236d291e", EGt);
33479
- _t.addResourceBundle("ru", "2585760a28dc7779839710b4236d291e", cGt);
33480
- const iGt = () => te("2585760a28dc7779839710b4236d291e"), AGt = "_content_f2x40_1", IGt = "_title_f2x40_10", VS = {
33481
- content: AGt,
33482
- title: IGt
33483
- }, OGt = ({ type: t }) => {
33484
- const { t: e } = iGt();
33461
+ return /* @__PURE__ */ T(zHt, { checksSummary: e });
33462
+ }, QHt = "Status", qHt = "Data group", tGt = {
33463
+ status: QHt,
33464
+ dataGroup: qHt
33465
+ }, eGt = "Статус", nGt = "Группа данных", _Gt = {
33466
+ status: eGt,
33467
+ dataGroup: nGt
33468
+ };
33469
+ _t.addResourceBundle("en", "d4114710292aed4785f9eac390bfb16c", tGt);
33470
+ _t.addResourceBundle("ru", "d4114710292aed4785f9eac390bfb16c", _Gt);
33471
+ const rGt = () => te("d4114710292aed4785f9eac390bfb16c"), oGt = "Explore more", sGt = {
33472
+ exploreMore: oGt
33473
+ }, EGt = "Explore more", aGt = {
33474
+ exploreMore: EGt
33475
+ };
33476
+ _t.addResourceBundle("en", "2585760a28dc7779839710b4236d291e", sGt);
33477
+ _t.addResourceBundle("ru", "2585760a28dc7779839710b4236d291e", aGt);
33478
+ const cGt = () => te("2585760a28dc7779839710b4236d291e"), iGt = "_content_f2x40_1", AGt = "_title_f2x40_10", VS = {
33479
+ content: iGt,
33480
+ title: AGt
33481
+ }, IGt = ({ type: t }) => {
33482
+ const { t: e } = cGt();
33485
33483
  return /* @__PURE__ */ ot("div", { className: VS.content, children: [
33486
33484
  /* @__PURE__ */ T(St, { children: /* @__PURE__ */ T(pt.RfidApplicationDescription, { children: t }) }),
33487
33485
  /* @__PURE__ */ T(
@@ -33493,18 +33491,18 @@ const iGt = () => te("2585760a28dc7779839710b4236d291e"), AGt = "_content_f2x40_
33493
33491
  }
33494
33492
  )
33495
33493
  ] });
33496
- }, RGt = ({
33494
+ }, OGt = ({
33497
33495
  type: t
33498
- }) => pt.getRfidApplicationDescription(t) ? /* @__PURE__ */ T(va, { className: VS.title, modal: /* @__PURE__ */ T(OGt, { type: t }), children: /* @__PURE__ */ T(St, { size: "16x100", children: /* @__PURE__ */ T(pt.RfidApplicationType, { children: t }) }) }) : /* @__PURE__ */ T(St, { className: VS.title, size: "16x100", children: /* @__PURE__ */ T(pt.RfidApplicationType, { children: t }) }), SGt = "_table_boedb_1", ED = {
33499
- table: SGt,
33496
+ }) => pt.getRfidApplicationDescription(t) ? /* @__PURE__ */ T(va, { className: VS.title, modal: /* @__PURE__ */ T(IGt, { type: t }), children: /* @__PURE__ */ T(St, { size: "16x100", children: /* @__PURE__ */ T(pt.RfidApplicationType, { children: t }) }) }) : /* @__PURE__ */ T(St, { className: VS.title, size: "16x100", children: /* @__PURE__ */ T(pt.RfidApplicationType, { children: t }) }), RGt = "_table_boedb_1", ED = {
33497
+ table: RGt,
33500
33498
  "data-group-item": "_data-group-item_boedb_13"
33501
- }, CGt = ({
33499
+ }, SGt = ({
33502
33500
  type: t,
33503
33501
  groups: e
33504
33502
  }) => {
33505
- const { t: n } = oGt();
33503
+ const { t: n } = rGt();
33506
33504
  return /* @__PURE__ */ ot("div", { className: ED["data-group-item"], children: [
33507
- /* @__PURE__ */ T(RGt, { type: t }),
33505
+ /* @__PURE__ */ T(OGt, { type: t }),
33508
33506
  /* @__PURE__ */ T(
33509
33507
  nw,
33510
33508
  {
@@ -33518,7 +33516,7 @@ const iGt = () => te("2585760a28dc7779839710b4236d291e"), AGt = "_content_f2x40_
33518
33516
  t
33519
33517
  )
33520
33518
  ] });
33521
- }, TGt = ({
33519
+ }, CGt = ({
33522
33520
  dataGroupsStatusList: t
33523
33521
  }) => t.map(({ type: n, groups: r }) => ({
33524
33522
  type: n,
@@ -33527,40 +33525,40 @@ const iGt = () => te("2585760a28dc7779839710b4236d291e"), AGt = "_content_f2x40_
33527
33525
  status: $r(o)
33528
33526
  }))
33529
33527
  })).map(({ type: n, groups: r }) => /* @__PURE__ */ T(
33530
- CGt,
33528
+ SGt,
33531
33529
  {
33532
33530
  type: n,
33533
33531
  groups: r
33534
33532
  },
33535
33533
  n
33536
- )), NGt = () => {
33537
- const { response: t } = wn();
33534
+ )), TGt = () => {
33535
+ const { response: t } = yn();
33538
33536
  if (!t)
33539
33537
  return null;
33540
33538
  const e = yG(t).map((n) => ({
33541
33539
  ...n,
33542
33540
  groups: n.groups.filter(({ group: r }) => r !== j.APP_DIRECTORY)
33543
33541
  })).sort((n, r) => n.type - r.type);
33544
- return e.length ? /* @__PURE__ */ T(TGt, { dataGroupsStatusList: e }) : null;
33545
- }, uGt = "Data groups", lGt = "Green — successfully read and validated.", DGt = "Red — validation failed.", LGt = "Blue — not read.", dGt = "Gray — not present.", fGt = {
33546
- dataGroups: uGt,
33547
- greenDataGroupDescription: lGt,
33548
- redDataGroupDescription: DGt,
33549
- blueDataGroupDescription: LGt,
33550
- greyDataGroupDescription: dGt
33551
- }, hGt = "Группы данных", pGt = "Green — successfully read and validated.", MGt = "Red — validation failed.", PGt = "Blue — not read.", mGt = "Gray — not present.", vGt = {
33552
- dataGroups: hGt,
33553
- greenDataGroupDescription: pGt,
33554
- redDataGroupDescription: MGt,
33555
- blueDataGroupDescription: PGt,
33556
- greyDataGroupDescription: mGt
33557
- };
33558
- _t.addResourceBundle("en", "c4f5554bedab345f725528fbffc96cb5", fGt);
33559
- _t.addResourceBundle("ru", "c4f5554bedab345f725528fbffc96cb5", vGt);
33560
- const Up = () => te("c4f5554bedab345f725528fbffc96cb5"), UGt = "_title_nw0t2_1", gGt = "_content_nw0t2_5", gp = {
33561
- title: UGt,
33562
- content: gGt
33563
- }, bGt = () => {
33542
+ return e.length ? /* @__PURE__ */ T(CGt, { dataGroupsStatusList: e }) : null;
33543
+ }, NGt = "Data groups", uGt = "Green — successfully read and validated.", lGt = "Red — validation failed.", DGt = "Blue — not read.", LGt = "Gray — not present.", dGt = {
33544
+ dataGroups: NGt,
33545
+ greenDataGroupDescription: uGt,
33546
+ redDataGroupDescription: lGt,
33547
+ blueDataGroupDescription: DGt,
33548
+ greyDataGroupDescription: LGt
33549
+ }, fGt = "Группы данных", hGt = "Green — successfully read and validated.", pGt = "Red — validation failed.", MGt = "Blue — not read.", PGt = "Gray — not present.", mGt = {
33550
+ dataGroups: fGt,
33551
+ greenDataGroupDescription: hGt,
33552
+ redDataGroupDescription: pGt,
33553
+ blueDataGroupDescription: MGt,
33554
+ greyDataGroupDescription: PGt
33555
+ };
33556
+ _t.addResourceBundle("en", "c4f5554bedab345f725528fbffc96cb5", dGt);
33557
+ _t.addResourceBundle("ru", "c4f5554bedab345f725528fbffc96cb5", mGt);
33558
+ const Up = () => te("c4f5554bedab345f725528fbffc96cb5"), vGt = "_title_nw0t2_1", UGt = "_content_nw0t2_5", gp = {
33559
+ title: vGt,
33560
+ content: UGt
33561
+ }, gGt = () => {
33564
33562
  const { t } = Up();
33565
33563
  return /* @__PURE__ */ T("div", { className: gp.content, children: /* @__PURE__ */ ot(St, { children: [
33566
33564
  t("greenDataGroupDescription"),
@@ -33571,22 +33569,22 @@ const Up = () => te("c4f5554bedab345f725528fbffc96cb5"), UGt = "_title_nw0t2_1",
33571
33569
  /* @__PURE__ */ T("br", {}),
33572
33570
  t("greyDataGroupDescription")
33573
33571
  ] }) });
33574
- }, HGt = () => {
33572
+ }, bGt = () => {
33575
33573
  const { t } = Up();
33576
33574
  return /* @__PURE__ */ T(
33577
33575
  va,
33578
33576
  {
33579
33577
  className: gp.title,
33580
- modal: /* @__PURE__ */ T(bGt, {}),
33578
+ modal: /* @__PURE__ */ T(gGt, {}),
33581
33579
  children: /* @__PURE__ */ T(St, { children: t("dataGroups") })
33582
33580
  }
33583
33581
  );
33584
- }, GGt = "_grey_za6vj_1", BGt = "_green_za6vj_5", yGt = "_red_za6vj_9", wGt = "_blue_za6vj_13", LA = {
33585
- grey: GGt,
33586
- green: BGt,
33587
- red: yGt,
33588
- blue: wGt
33589
- }, FGt = ({
33582
+ }, HGt = "_grey_za6vj_1", GGt = "_green_za6vj_5", BGt = "_red_za6vj_9", yGt = "_blue_za6vj_13", LA = {
33583
+ grey: HGt,
33584
+ green: GGt,
33585
+ red: BGt,
33586
+ blue: yGt
33587
+ }, wGt = ({
33590
33588
  status: t,
33591
33589
  children: e
33592
33590
  }) => /* @__PURE__ */ T(
@@ -33600,46 +33598,46 @@ const Up = () => te("c4f5554bedab345f725528fbffc96cb5"), UGt = "_title_nw0t2_1",
33600
33598
  size: "14x115",
33601
33599
  children: e
33602
33600
  }
33603
- ), $Gt = "_groups_3epf7_1", xGt = "_numbers_3epf7_5", aD = {
33604
- groups: $Gt,
33605
- numbers: xGt
33606
- }, YGt = ({
33601
+ ), FGt = "_groups_3epf7_1", $Gt = "_numbers_3epf7_5", aD = {
33602
+ groups: FGt,
33603
+ numbers: $Gt
33604
+ }, xGt = ({
33607
33605
  dataGroups: t
33608
33606
  }) => /* @__PURE__ */ ot("div", { className: aD.groups, children: [
33609
- /* @__PURE__ */ T(HGt, {}),
33610
- /* @__PURE__ */ T("div", { className: aD.numbers, children: t.map(({ group: e, status: n }) => /* @__PURE__ */ T(FGt, { status: n, children: e }, e)) })
33611
- ] }), KGt = () => {
33612
- const { response: t } = wn();
33607
+ /* @__PURE__ */ T(bGt, {}),
33608
+ /* @__PURE__ */ T("div", { className: aD.numbers, children: t.map(({ group: e, status: n }) => /* @__PURE__ */ T(wGt, { status: n, children: e }, e)) })
33609
+ ] }), YGt = () => {
33610
+ const { response: t } = yn();
33613
33611
  if (!t)
33614
33612
  return null;
33615
33613
  const e = HG(t);
33616
- return e.length ? /* @__PURE__ */ T(YGt, { dataGroups: e }) : null;
33617
- }, kGt = "Certificate name", VGt = "Public key algorithm", WGt = "Signature algorithm", XGt = "Certificate issuer", jGt = "Certificate subject", ZGt = "Valid from", zGt = "Valid until", JGt = {
33618
- certificateType: kGt,
33619
- publicKeyAlgorithm: VGt,
33620
- signatureAlgorithm: WGt,
33621
- issuer: XGt,
33622
- subject: jGt,
33623
- validFrom: ZGt,
33624
- validTo: zGt
33625
- }, QGt = "Certificate name", qGt = "Алгоритм открытого ключа", tBt = "Алгоритм подписи", eBt = "Издатель сертификата", nBt = "Издатель документа", _Bt = "Действителен с", rBt = "Действителен по", oBt = {
33626
- certificateType: QGt,
33627
- publicKeyAlgorithm: qGt,
33628
- signatureAlgorithm: tBt,
33629
- issuer: eBt,
33630
- subject: nBt,
33631
- validFrom: _Bt,
33632
- validTo: rBt
33633
- };
33634
- _t.addResourceBundle("en", "2ef7d36902ecc24a3297c2e90393b16c", JGt);
33635
- _t.addResourceBundle("ru", "2ef7d36902ecc24a3297c2e90393b16c", oBt);
33636
- const sBt = () => te("2ef7d36902ecc24a3297c2e90393b16c"), EBt = "_list_15ifc_1", aBt = "_name_15ifc_12", So = {
33637
- list: EBt,
33638
- name: aBt
33639
- }, cBt = ({
33614
+ return e.length ? /* @__PURE__ */ T(xGt, { dataGroups: e }) : null;
33615
+ }, KGt = "Certificate name", kGt = "Public key algorithm", VGt = "Signature algorithm", WGt = "Certificate issuer", XGt = "Certificate subject", jGt = "Valid from", ZGt = "Valid until", zGt = {
33616
+ certificateType: KGt,
33617
+ publicKeyAlgorithm: kGt,
33618
+ signatureAlgorithm: VGt,
33619
+ issuer: WGt,
33620
+ subject: XGt,
33621
+ validFrom: jGt,
33622
+ validTo: ZGt
33623
+ }, JGt = "Certificate name", QGt = "Алгоритм открытого ключа", qGt = "Алгоритм подписи", tBt = "Издатель сертификата", eBt = "Издатель документа", nBt = "Действителен с", _Bt = "Действителен по", rBt = {
33624
+ certificateType: JGt,
33625
+ publicKeyAlgorithm: QGt,
33626
+ signatureAlgorithm: qGt,
33627
+ issuer: tBt,
33628
+ subject: eBt,
33629
+ validFrom: nBt,
33630
+ validTo: _Bt
33631
+ };
33632
+ _t.addResourceBundle("en", "2ef7d36902ecc24a3297c2e90393b16c", zGt);
33633
+ _t.addResourceBundle("ru", "2ef7d36902ecc24a3297c2e90393b16c", rBt);
33634
+ const oBt = () => te("2ef7d36902ecc24a3297c2e90393b16c"), sBt = "_list_15ifc_1", EBt = "_name_15ifc_12", So = {
33635
+ list: sBt,
33636
+ name: EBt
33637
+ }, aBt = ({
33640
33638
  certificate: t
33641
33639
  }) => {
33642
- const { t: e } = sBt();
33640
+ const { t: e } = oBt();
33643
33641
  return /* @__PURE__ */ ot("div", { className: So.list, children: [
33644
33642
  /* @__PURE__ */ T(
33645
33643
  St,
@@ -33712,62 +33710,62 @@ const sBt = () => te("2ef7d36902ecc24a3297c2e90393b16c"), EBt = "_list_15ifc_1",
33712
33710
  ),
33713
33711
  /* @__PURE__ */ T(St, { children: t.validTo })
33714
33712
  ] });
33715
- }, iBt = "_certificates_g4aay_1", ABt = "_container_g4aay_6", cD = {
33716
- certificates: iBt,
33717
- container: ABt
33718
- }, IBt = ({
33713
+ }, cBt = "_certificates_g4aay_1", iBt = "_container_g4aay_6", cD = {
33714
+ certificates: cBt,
33715
+ container: iBt
33716
+ }, ABt = ({
33719
33717
  certificates: t
33720
33718
  }) => /* @__PURE__ */ ot("div", { className: cD.certificates, children: [
33721
33719
  /* @__PURE__ */ T(St, { children: "Certificates" }),
33722
33720
  /* @__PURE__ */ T("div", { className: cD.container, children: t.map((e, n) => /* @__PURE__ */ T(
33723
- cBt,
33721
+ aBt,
33724
33722
  {
33725
33723
  certificate: e
33726
33724
  },
33727
33725
  n
33728
33726
  )) })
33729
- ] }), OBt = () => {
33730
- const { response: t } = wn();
33727
+ ] }), IBt = () => {
33728
+ const { response: t } = yn();
33731
33729
  if (!t)
33732
33730
  return null;
33733
33731
  const e = UG(t);
33734
- return e.length ? /* @__PURE__ */ T(IBt, { certificates: e }) : null;
33735
- }, RBt = "_container_1g8sy_1", SBt = "_data_1g8sy_15", CBt = "_protocols_1g8sy_26", TBt = "_groups_1g8sy_32", dA = {
33736
- container: RBt,
33737
- data: SBt,
33738
- protocols: CBt,
33739
- groups: TBt
33740
- }, NBt = () => /* @__PURE__ */ ot("div", { className: dA.container, children: [
33741
- /* @__PURE__ */ T(XHt, {}),
33732
+ return e.length ? /* @__PURE__ */ T(ABt, { certificates: e }) : null;
33733
+ }, OBt = "_container_1g8sy_1", RBt = "_data_1g8sy_15", SBt = "_protocols_1g8sy_26", CBt = "_groups_1g8sy_32", dA = {
33734
+ container: OBt,
33735
+ data: RBt,
33736
+ protocols: SBt,
33737
+ groups: CBt
33738
+ }, TBt = () => /* @__PURE__ */ ot("div", { className: dA.container, children: [
33739
+ /* @__PURE__ */ T(WHt, {}),
33742
33740
  /* @__PURE__ */ ot(BE.Element, { name: "rfid", className: dA.data, children: [
33743
33741
  /* @__PURE__ */ ot("div", { className: dA.protocols, children: [
33744
- /* @__PURE__ */ T(QHt, {}),
33745
- /* @__PURE__ */ T(NGt, {})
33742
+ /* @__PURE__ */ T(JHt, {}),
33743
+ /* @__PURE__ */ T(TGt, {})
33746
33744
  ] }),
33747
33745
  /* @__PURE__ */ ot("div", { className: dA.groups, children: [
33748
- /* @__PURE__ */ T(KGt, {}),
33749
- /* @__PURE__ */ T(OBt, {})
33746
+ /* @__PURE__ */ T(YGt, {}),
33747
+ /* @__PURE__ */ T(IBt, {})
33750
33748
  ] })
33751
33749
  ] })
33752
- ] }), Vwt = () => {
33753
- const { response: t } = wn();
33754
- return !t || !ws.fromProcessResponse(t, !0).length ? null : /* @__PURE__ */ T(NBt, {});
33755
- }, uBt = "Graphic fields", lBt = {
33756
- graphics: uBt
33757
- }, DBt = "Графические поля", LBt = {
33758
- graphics: DBt
33759
- };
33760
- _t.addResourceBundle("en", "3bc9054a63aa53765bd9ce110e67521e", lBt);
33761
- _t.addResourceBundle("ru", "3bc9054a63aa53765bd9ce110e67521e", LBt);
33762
- const dBt = () => te("3bc9054a63aa53765bd9ce110e67521e"), fBt = "_container_fdn1i_1", hBt = {
33763
- container: fBt
33764
- }, pBt = () => {
33765
- const { t } = dBt();
33766
- return /* @__PURE__ */ T("div", { className: hBt.container, children: /* @__PURE__ */ T(St, { size: "18x135", children: t("graphics") }) });
33767
- }, MBt = "_text_c8ml4_1", PBt = "_image_c8ml4_5", iD = {
33768
- text: MBt,
33769
- image: PBt
33770
- }, mBt = ({
33750
+ ] }), kwt = () => {
33751
+ const { response: t } = yn();
33752
+ return !t || !ws.fromProcessResponse(t, !0).length ? null : /* @__PURE__ */ T(TBt, {});
33753
+ }, NBt = "Graphic fields", uBt = {
33754
+ graphics: NBt
33755
+ }, lBt = "Графические поля", DBt = {
33756
+ graphics: lBt
33757
+ };
33758
+ _t.addResourceBundle("en", "3bc9054a63aa53765bd9ce110e67521e", uBt);
33759
+ _t.addResourceBundle("ru", "3bc9054a63aa53765bd9ce110e67521e", DBt);
33760
+ const LBt = () => te("3bc9054a63aa53765bd9ce110e67521e"), dBt = "_container_fdn1i_1", fBt = {
33761
+ container: dBt
33762
+ }, hBt = () => {
33763
+ const { t } = LBt();
33764
+ return /* @__PURE__ */ T("div", { className: fBt.container, children: /* @__PURE__ */ T(St, { size: "18x135", children: t("graphics") }) });
33765
+ }, pBt = "_text_c8ml4_1", MBt = "_image_c8ml4_5", iD = {
33766
+ text: pBt,
33767
+ image: MBt
33768
+ }, PBt = ({
33771
33769
  name: t,
33772
33770
  url: e
33773
33771
  }) => /* @__PURE__ */ ot(fe, { children: [
@@ -33795,10 +33793,10 @@ const dBt = () => te("3bc9054a63aa53765bd9ce110e67521e"), fBt = "_container_fdn1
33795
33793
  )
33796
33794
  ] });
33797
33795
  var FE = /* @__PURE__ */ ((t) => (t.NONE = "NONE", t.SOURCE = "SOURCE", t.LIGHT = "LIGHT", t.SOURCE_LIGHT = "SOURCE_LIGHT", t))(FE || {});
33798
- const vBt = (t) => {
33796
+ const mBt = (t) => {
33799
33797
  const e = t[0];
33800
33798
  return t.every((r) => r.source === e.source) ? FE.NONE : FE.SOURCE;
33801
- }, UBt = (t, e, n, r) => {
33799
+ }, vBt = (t, e, n, r) => {
33802
33800
  switch (r) {
33803
33801
  case FE.SOURCE:
33804
33802
  return `${pt.getGraphicFieldType(t)} (${pt.getSource(e)})`;
@@ -33809,17 +33807,17 @@ const vBt = (t) => {
33809
33807
  default:
33810
33808
  return pt.getGraphicFieldType(t);
33811
33809
  }
33812
- }, gBt = "_container_b06p4_1", bBt = {
33813
- container: gBt
33814
- }, HBt = ({
33810
+ }, UBt = "_container_b06p4_1", gBt = {
33811
+ container: UBt
33812
+ }, bBt = ({
33815
33813
  images: t
33816
- }) => (te(), /* @__PURE__ */ T(Ir, { children: /* @__PURE__ */ T("div", { className: bBt.container, children: Object.entries(t).reduce((e, [n, r]) => {
33817
- const _ = vBt(r);
33814
+ }) => (te(), /* @__PURE__ */ T(Ir, { children: /* @__PURE__ */ T("div", { className: gBt.container, children: Object.entries(t).reduce((e, [n, r]) => {
33815
+ const _ = mBt(r);
33818
33816
  return r.forEach(({ src: o, source: s, light: E }, i) => {
33819
- const a = UBt(n, s, E, _);
33817
+ const a = vBt(n, s, E, _);
33820
33818
  o && e.push(
33821
33819
  /* @__PURE__ */ T(
33822
- mBt,
33820
+ PBt,
33823
33821
  {
33824
33822
  name: a,
33825
33823
  url: o
@@ -33828,15 +33826,15 @@ const vBt = (t) => {
33828
33826
  )
33829
33827
  );
33830
33828
  }), e;
33831
- }, []) }) })), GBt = "_container_1hyjc_1", BBt = {
33832
- container: GBt
33833
- }, yBt = ({
33829
+ }, []) }) })), HBt = "_container_1hyjc_1", GBt = {
33830
+ container: HBt
33831
+ }, BBt = ({
33834
33832
  images: t
33835
- }) => /* @__PURE__ */ ot("div", { className: BBt.container, children: [
33836
- /* @__PURE__ */ T(pBt, {}),
33837
- /* @__PURE__ */ T(HBt, { images: t })
33838
- ] }), Wwt = () => {
33839
- const { response: t } = wn();
33833
+ }) => /* @__PURE__ */ ot("div", { className: GBt.container, children: [
33834
+ /* @__PURE__ */ T(hBt, {}),
33835
+ /* @__PURE__ */ T(bBt, { images: t })
33836
+ ] }), Vwt = () => {
33837
+ const { response: t } = yn();
33840
33838
  if (!t)
33841
33839
  return null;
33842
33840
  const e = is(t).filter((r) => r.fieldType !== ae.DOCUMENT_IMAGE);
@@ -33846,8 +33844,8 @@ const vBt = (t) => {
33846
33844
  const E = _.map(({ src: i, source: a }) => ({ light: o, source: a, src: i }));
33847
33845
  return r[s] ? r[s].push(...E) : r[s] = E, r;
33848
33846
  }, {});
33849
- return /* @__PURE__ */ T(yBt, { images: n });
33850
- }, Xwt = ({
33847
+ return /* @__PURE__ */ T(BBt, { images: n });
33848
+ }, Wwt = ({
33851
33849
  response: t,
33852
33850
  request: e,
33853
33851
  children: n,
@@ -33860,12 +33858,12 @@ const vBt = (t) => {
33860
33858
  value: { response: S1.fromPlain(t), request: e },
33861
33859
  children: n
33862
33860
  }
33863
- )), wBt = "_response_afppc_1", FBt = "_scroll_afppc_25", fA = {
33861
+ )), yBt = "_response_afppc_1", wBt = "_scroll_afppc_25", fA = {
33864
33862
  "response-tabs": "_response-tabs_afppc_1",
33865
33863
  "response-raw": "_response-raw_afppc_10",
33866
- response: wBt,
33867
- scroll: FBt
33868
- }, $Bt = ({
33864
+ response: yBt,
33865
+ scroll: wBt
33866
+ }, FBt = ({
33869
33867
  items: t,
33870
33868
  response: e
33871
33869
  }) => /* @__PURE__ */ T("div", { className: t.length ? fA["response-tabs"] : fA["response-raw"], children: t.length ? /* @__PURE__ */ T(
@@ -33881,32 +33879,32 @@ const vBt = (t) => {
33881
33879
  className: fA.scroll,
33882
33880
  children: /* @__PURE__ */ T("div", { className: fA.response, children: /* @__PURE__ */ T(DT, { data: e }) })
33883
33881
  }
33884
- ) }), xBt = "Status", YBt = "Graphic fields", KBt = "Text fields", kBt = "Document type", VBt = "Image quality", WBt = "Security checks", XBt = "RFID chip", jBt = "Portrait comparison", ZBt = "Barcode data", zBt = {
33885
- status: xBt,
33886
- graphicFields: YBt,
33887
- textFields: KBt,
33888
- documentType: kBt,
33889
- imageQuality: VBt,
33890
- securityChecks: WBt,
33891
- rfidChip: XBt,
33892
- portraitComparison: jBt,
33893
- barcodeData: ZBt
33894
- }, JBt = "Статус", QBt = "Графические поля", qBt = "Текстовые поля", tyt = "Тип документа", eyt = "Качество изображения", nyt = "Проверки подлинности", _yt = "Микросхема RFID", ryt = "Сравнение портретов", oyt = "Barcode data", syt = {
33895
- status: JBt,
33896
- graphicFields: QBt,
33897
- textFields: qBt,
33898
- documentType: tyt,
33899
- imageQuality: eyt,
33900
- securityChecks: nyt,
33901
- rfidChip: _yt,
33902
- portraitComparison: ryt,
33903
- barcodeData: oyt
33904
- };
33905
- _t.addResourceBundle("en", "e8c2f11c244c22722d261bdffcf4b70e", zBt);
33906
- _t.addResourceBundle("ru", "e8c2f11c244c22722d261bdffcf4b70e", syt);
33907
- const Eyt = () => te("e8c2f11c244c22722d261bdffcf4b70e"), ayt = "_scroll_1gv8h_1", cyt = "_tab_1gv8h_4", AD = {
33908
- scroll: ayt,
33909
- tab: cyt
33882
+ ) }), $Bt = "Status", xBt = "Graphic fields", YBt = "Text fields", KBt = "Document type", kBt = "Image quality", VBt = "Security checks", WBt = "RFID chip", XBt = "Portrait comparison", jBt = "Barcode data", ZBt = {
33883
+ status: $Bt,
33884
+ graphicFields: xBt,
33885
+ textFields: YBt,
33886
+ documentType: KBt,
33887
+ imageQuality: kBt,
33888
+ securityChecks: VBt,
33889
+ rfidChip: WBt,
33890
+ portraitComparison: XBt,
33891
+ barcodeData: jBt
33892
+ }, zBt = "Статус", JBt = "Графические поля", QBt = "Текстовые поля", qBt = "Тип документа", tyt = "Качество изображения", eyt = "Проверки подлинности", nyt = "Микросхема RFID", _yt = "Сравнение портретов", ryt = "Barcode data", oyt = {
33893
+ status: zBt,
33894
+ graphicFields: JBt,
33895
+ textFields: QBt,
33896
+ documentType: qBt,
33897
+ imageQuality: tyt,
33898
+ securityChecks: eyt,
33899
+ rfidChip: nyt,
33900
+ portraitComparison: _yt,
33901
+ barcodeData: ryt
33902
+ };
33903
+ _t.addResourceBundle("en", "e8c2f11c244c22722d261bdffcf4b70e", ZBt);
33904
+ _t.addResourceBundle("ru", "e8c2f11c244c22722d261bdffcf4b70e", oyt);
33905
+ const syt = () => te("e8c2f11c244c22722d261bdffcf4b70e"), Eyt = "_scroll_1gv8h_1", ayt = "_tab_1gv8h_4", AD = {
33906
+ scroll: Eyt,
33907
+ tab: ayt
33910
33908
  }, Vr = ({
33911
33909
  json: t
33912
33910
  }) => /* @__PURE__ */ T(
@@ -33916,25 +33914,25 @@ const Eyt = () => te("e8c2f11c244c22722d261bdffcf4b70e"), ayt = "_scroll_1gv8h_1
33916
33914
  className: AD.scroll,
33917
33915
  children: /* @__PURE__ */ T("div", { className: AD.tab, children: /* @__PURE__ */ T(DT, { data: t }) })
33918
33916
  }
33919
- ), jwt = () => {
33920
- const { t } = Eyt(), { response: e } = wn();
33917
+ ), Xwt = () => {
33918
+ const { t } = syt(), { response: e } = yn();
33921
33919
  if (!e)
33922
33920
  return null;
33923
33921
  const n = KI.fromProcessResponse(e, !0), r = hC.fromProcessResponse(e, !0), _ = ui.fromProcessResponse(e, !0), o = MC.fromProcessResponse(e, !0), s = dC.fromProcessResponse(e, !0), E = vI.fromProcessResponse(e, !0), i = E.filter((R) => R.result_type === Dt.AUTHENTICITY), a = E.filter((R) => R.result_type === Dt.PORTRAIT_COMPARISON), c = ws.fromProcessResponse(e, !0), I = yL.fromProcessResponse(e, !0), A = [];
33924
- return n.length && A.push({ id: "status", label: t("status"), children: /* @__PURE__ */ T(Vr, { json: n }) }), r.length && A.push({ id: "graphicFields", label: t("graphicFields"), children: /* @__PURE__ */ T(Vr, { json: r }) }), _.length && A.push({ id: "textFields", label: t("textFields"), children: /* @__PURE__ */ T(Vr, { json: _ }) }), o.length && A.push({ id: "documentType", label: t("documentType"), children: /* @__PURE__ */ T(Vr, { json: o }) }), s.length && A.push({ id: "imageQuality", label: t("imageQuality"), children: /* @__PURE__ */ T(Vr, { json: s }) }), i.length && A.push({ id: "authenticity", label: t("securityChecks"), children: /* @__PURE__ */ T(Vr, { json: i }) }), c.length && A.push({ id: "rfidChip", label: t("rfidChip"), children: /* @__PURE__ */ T(Vr, { json: c }) }), a.length && A.push({ id: "portraitComparison", label: t("portraitComparison"), children: /* @__PURE__ */ T(Vr, { json: a }) }), I.length && A.push({ id: "barcodeData", label: t("barcodeData"), children: /* @__PURE__ */ T(Vr, { json: I }) }), /* @__PURE__ */ T($Bt, { items: A, response: e });
33925
- }, iyt = "There is no request available.", Ayt = {
33926
- noRequestAvailable: iyt
33927
- }, Iyt = "There is no request available.", Oyt = {
33928
- noRequestAvailable: Iyt
33929
- };
33930
- _t.addResourceBundle("en", "070950235d2ef3e48f8ef7154afa9ccf", Ayt);
33931
- _t.addResourceBundle("ru", "070950235d2ef3e48f8ef7154afa9ccf", Oyt);
33932
- const Ryt = () => te("070950235d2ef3e48f8ef7154afa9ccf"), Syt = "_title_gqbxa_10", Cyt = "_scroll_gqbxa_14", Tyt = "_json_gqbxa_18", hA = {
33922
+ return n.length && A.push({ id: "status", label: t("status"), children: /* @__PURE__ */ T(Vr, { json: n }) }), r.length && A.push({ id: "graphicFields", label: t("graphicFields"), children: /* @__PURE__ */ T(Vr, { json: r }) }), _.length && A.push({ id: "textFields", label: t("textFields"), children: /* @__PURE__ */ T(Vr, { json: _ }) }), o.length && A.push({ id: "documentType", label: t("documentType"), children: /* @__PURE__ */ T(Vr, { json: o }) }), s.length && A.push({ id: "imageQuality", label: t("imageQuality"), children: /* @__PURE__ */ T(Vr, { json: s }) }), i.length && A.push({ id: "authenticity", label: t("securityChecks"), children: /* @__PURE__ */ T(Vr, { json: i }) }), c.length && A.push({ id: "rfidChip", label: t("rfidChip"), children: /* @__PURE__ */ T(Vr, { json: c }) }), a.length && A.push({ id: "portraitComparison", label: t("portraitComparison"), children: /* @__PURE__ */ T(Vr, { json: a }) }), I.length && A.push({ id: "barcodeData", label: t("barcodeData"), children: /* @__PURE__ */ T(Vr, { json: I }) }), /* @__PURE__ */ T(FBt, { items: A, response: e });
33923
+ }, cyt = "There is no request available.", iyt = {
33924
+ noRequestAvailable: cyt
33925
+ }, Ayt = "There is no request available.", Iyt = {
33926
+ noRequestAvailable: Ayt
33927
+ };
33928
+ _t.addResourceBundle("en", "070950235d2ef3e48f8ef7154afa9ccf", iyt);
33929
+ _t.addResourceBundle("ru", "070950235d2ef3e48f8ef7154afa9ccf", Iyt);
33930
+ const Oyt = () => te("070950235d2ef3e48f8ef7154afa9ccf"), Ryt = "_title_gqbxa_10", Syt = "_scroll_gqbxa_14", Cyt = "_json_gqbxa_18", hA = {
33933
33931
  "request-viewer": "_request-viewer_gqbxa_1",
33934
- title: Syt,
33935
- scroll: Cyt,
33936
- json: Tyt
33937
- }, Nyt = ({
33932
+ title: Ryt,
33933
+ scroll: Syt,
33934
+ json: Cyt
33935
+ }, Tyt = ({
33938
33936
  request: t,
33939
33937
  title: e
33940
33938
  }) => {
@@ -33952,23 +33950,23 @@ const Ryt = () => te("070950235d2ef3e48f8ef7154afa9ccf"), Syt = "_title_gqbxa_10
33952
33950
  }
33953
33951
  )
33954
33952
  ] });
33955
- }, Zwt = ({
33953
+ }, jwt = ({
33956
33954
  title: t
33957
33955
  }) => {
33958
- const { request: e } = wn(), { t: n } = Ryt();
33959
- return e ? /* @__PURE__ */ T(Nyt, { title: t, request: e }) : /* @__PURE__ */ T(St, { children: n("noRequestAvailable") });
33960
- }, uyt = "There are no logs in the response.", lyt = {
33961
- noLogsInResponse: uyt
33962
- }, Dyt = "There are no logs in the response.", Lyt = {
33963
- noLogsInResponse: Dyt
33964
- };
33965
- _t.addResourceBundle("en", "2c9c473a82a06f26e27961b9d581af9d", lyt);
33966
- _t.addResourceBundle("ru", "2c9c473a82a06f26e27961b9d581af9d", Lyt);
33967
- const dyt = () => te("2c9c473a82a06f26e27961b9d581af9d"), fyt = "_logs_1plk1_1", hyt = "_scroll_1plk1_9", pyt = "_text_1plk1_14", dR = {
33968
- logs: fyt,
33969
- scroll: hyt,
33970
- text: pyt
33971
- }, Myt = ({
33956
+ const { request: e } = yn(), { t: n } = Oyt();
33957
+ return e ? /* @__PURE__ */ T(Tyt, { title: t, request: e }) : /* @__PURE__ */ T(St, { children: n("noRequestAvailable") });
33958
+ }, Nyt = "There are no logs in the response.", uyt = {
33959
+ noLogsInResponse: Nyt
33960
+ }, lyt = "There are no logs in the response.", Dyt = {
33961
+ noLogsInResponse: lyt
33962
+ };
33963
+ _t.addResourceBundle("en", "2c9c473a82a06f26e27961b9d581af9d", uyt);
33964
+ _t.addResourceBundle("ru", "2c9c473a82a06f26e27961b9d581af9d", Dyt);
33965
+ const Lyt = () => te("2c9c473a82a06f26e27961b9d581af9d"), dyt = "_logs_1plk1_1", fyt = "_scroll_1plk1_9", hyt = "_text_1plk1_14", dR = {
33966
+ logs: dyt,
33967
+ scroll: fyt,
33968
+ text: hyt
33969
+ }, pyt = ({
33972
33970
  logs: t
33973
33971
  }) => /* @__PURE__ */ T("div", { className: dR.logs, children: /* @__PURE__ */ T(
33974
33972
  Ir,
@@ -33977,26 +33975,26 @@ const dyt = () => te("2c9c473a82a06f26e27961b9d581af9d"), fyt = "_logs_1plk1_1",
33977
33975
  className: dR.scroll,
33978
33976
  children: /* @__PURE__ */ T("div", { className: dR.text, children: t })
33979
33977
  }
33980
- ) }), zwt = () => {
33981
- const { response: t } = wn(), { t: e } = dyt();
33978
+ ) }), Zwt = () => {
33979
+ const { response: t } = yn(), { t: e } = Lyt();
33982
33980
  if (!t)
33983
33981
  return null;
33984
33982
  const n = t.log ? S1.decodeLog(t.log) : e("noLogsInResponse");
33985
- return /* @__PURE__ */ T(Myt, { logs: n });
33986
- }, Pyt = "_loader_1iscg_1", myt = "_overall_1iscg_17", vyt = "_avatar_1iscg_43", Uyt = "_text_1iscg_53", gyt = "_name_1iscg_63", byt = "_gender_1iscg_63", Hyt = "_info_1iscg_38", Gyt = "_menu_1iscg_101", Byt = "_time_1iscg_111", G_ = {
33987
- loader: Pyt,
33988
- overall: myt,
33983
+ return /* @__PURE__ */ T(pyt, { logs: n });
33984
+ }, Myt = "_loader_1iscg_1", Pyt = "_overall_1iscg_17", myt = "_avatar_1iscg_43", vyt = "_text_1iscg_53", Uyt = "_name_1iscg_63", gyt = "_gender_1iscg_63", byt = "_info_1iscg_38", Hyt = "_menu_1iscg_101", Gyt = "_time_1iscg_111", G_ = {
33985
+ loader: Myt,
33986
+ overall: Pyt,
33989
33987
  "verifications-container": "_verifications-container_1iscg_22",
33990
33988
  "info-container": "_info-container_1iscg_38",
33991
- avatar: vyt,
33992
- text: Uyt,
33993
- name: gyt,
33994
- gender: byt,
33995
- info: Hyt,
33989
+ avatar: myt,
33990
+ text: vyt,
33991
+ name: Uyt,
33992
+ gender: gyt,
33993
+ info: byt,
33996
33994
  "about-container": "_about-container_1iscg_94",
33997
- menu: Gyt,
33998
- time: Byt
33999
- }, Jwt = () => /* @__PURE__ */ ot("div", { className: G_.loader, children: [
33995
+ menu: Hyt,
33996
+ time: Gyt
33997
+ }, zwt = () => /* @__PURE__ */ ot("div", { className: G_.loader, children: [
34000
33998
  /* @__PURE__ */ T(Xe.Block, { className: G_.overall }),
34001
33999
  /* @__PURE__ */ ot("div", { className: G_["verifications-container"], children: [
34002
34000
  /* @__PURE__ */ T(Xe.Block, {}),
@@ -34039,42 +34037,42 @@ const dyt = () => te("2c9c473a82a06f26e27961b9d581af9d"), fyt = "_logs_1plk1_1",
34039
34037
  /* @__PURE__ */ T(Xe.Block, {})
34040
34038
  ] })
34041
34039
  ] })
34042
- ] }), yyt = "Portrait comparison", wyt = {
34043
- portraitComparison: yyt
34044
- }, Fyt = "Сравнение портретов", $yt = {
34045
- portraitComparison: Fyt
34046
- };
34047
- _t.addResourceBundle("en", "728d90b403456884a7a65309686bf620", wyt);
34048
- _t.addResourceBundle("ru", "728d90b403456884a7a65309686bf620", $yt);
34049
- const xyt = () => te("728d90b403456884a7a65309686bf620"), Yyt = "_container_ox0ty_1", Kyt = {
34050
- container: Yyt
34051
- }, kyt = ({
34040
+ ] }), Byt = "Portrait comparison", yyt = {
34041
+ portraitComparison: Byt
34042
+ }, wyt = "Сравнение портретов", Fyt = {
34043
+ portraitComparison: wyt
34044
+ };
34045
+ _t.addResourceBundle("en", "728d90b403456884a7a65309686bf620", yyt);
34046
+ _t.addResourceBundle("ru", "728d90b403456884a7a65309686bf620", Fyt);
34047
+ const $yt = () => te("728d90b403456884a7a65309686bf620"), xyt = "_container_ox0ty_1", Yyt = {
34048
+ container: xyt
34049
+ }, Kyt = ({
34052
34050
  status: t,
34053
34051
  name: e
34054
34052
  }) => {
34055
34053
  const n = $r(t, 24);
34056
- return /* @__PURE__ */ ot("div", { className: Kyt.container, children: [
34054
+ return /* @__PURE__ */ ot("div", { className: Yyt.container, children: [
34057
34055
  n,
34058
34056
  /* @__PURE__ */ T(St, { size: "18x135", children: e })
34059
34057
  ] });
34060
- }, Vyt = "Rate", Wyt = {
34061
- rate: Vyt
34062
- }, Xyt = "Rate", jyt = {
34063
- rate: Xyt
34064
- };
34065
- _t.addResourceBundle("en", "90a425db4934211fafe21693ab2e9a39", Wyt);
34066
- _t.addResourceBundle("ru", "90a425db4934211fafe21693ab2e9a39", jyt);
34067
- const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1", Jyt = "_rate_1wz9f_28", pA = {
34068
- text: zyt,
34058
+ }, kyt = "Rate", Vyt = {
34059
+ rate: kyt
34060
+ }, Wyt = "Rate", Xyt = {
34061
+ rate: Wyt
34062
+ };
34063
+ _t.addResourceBundle("en", "90a425db4934211fafe21693ab2e9a39", Vyt);
34064
+ _t.addResourceBundle("ru", "90a425db4934211fafe21693ab2e9a39", Xyt);
34065
+ const jyt = () => te("90a425db4934211fafe21693ab2e9a39"), Zyt = "_text_1wz9f_1", zyt = "_rate_1wz9f_28", pA = {
34066
+ text: Zyt,
34069
34067
  "source-content": "_source-content_1wz9f_5",
34070
- rate: Jyt
34068
+ rate: zyt
34071
34069
  }, ID = ({
34072
34070
  source: t,
34073
34071
  image: e,
34074
34072
  checkResult: n,
34075
34073
  similarity: r
34076
34074
  }) => {
34077
- const { t: _ } = Zyt(), o = pt.getPortraitComparisonSource(t);
34075
+ const { t: _ } = jyt(), o = pt.getPortraitComparisonSource(t);
34078
34076
  return /* @__PURE__ */ ot(fe, { children: [
34079
34077
  /* @__PURE__ */ T(
34080
34078
  St,
@@ -34104,13 +34102,13 @@ const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1",
34104
34102
  ] })
34105
34103
  ] })
34106
34104
  ] });
34107
- }, Qyt = "_result_1sdjd_1", qyt = {
34108
- result: Qyt
34109
- }, twt = ({
34105
+ }, Jyt = "_result_1sdjd_1", Qyt = {
34106
+ result: Jyt
34107
+ }, qyt = ({
34110
34108
  source: t,
34111
34109
  image: e,
34112
34110
  comparable: n
34113
- }) => /* @__PURE__ */ T(Ir, { children: /* @__PURE__ */ ot("div", { className: qyt.result, children: [
34111
+ }) => /* @__PURE__ */ T(Ir, { children: /* @__PURE__ */ ot("div", { className: Qyt.result, children: [
34114
34112
  /* @__PURE__ */ T(
34115
34113
  ID,
34116
34114
  {
@@ -34128,16 +34126,16 @@ const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1",
34128
34126
  },
34129
34127
  _ || E
34130
34128
  ))
34131
- ] }) }), ewt = "_comparison_5medb_1", nwt = "_results_5medb_20", OD = {
34132
- comparison: ewt,
34133
- results: nwt
34134
- }, _wt = ({
34129
+ ] }) }), twt = "_comparison_5medb_1", ewt = "_results_5medb_20", OD = {
34130
+ comparison: twt,
34131
+ results: ewt
34132
+ }, nwt = ({
34135
34133
  status: t,
34136
34134
  name: e,
34137
34135
  comparisons: n
34138
34136
  }) => /* @__PURE__ */ ot("div", { className: OD.comparison, children: [
34139
34137
  /* @__PURE__ */ T(
34140
- kyt,
34138
+ Kyt,
34141
34139
  {
34142
34140
  status: t,
34143
34141
  name: e
@@ -34149,7 +34147,7 @@ const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1",
34149
34147
  name: "portrait",
34150
34148
  className: OD.results,
34151
34149
  children: n.map(({ source: r, image: _, comparable: o }, s) => /* @__PURE__ */ T(
34152
- twt,
34150
+ qyt,
34153
34151
  {
34154
34152
  source: r,
34155
34153
  image: _,
@@ -34159,40 +34157,40 @@ const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1",
34159
34157
  ))
34160
34158
  }
34161
34159
  )
34162
- ] }), rwt = "_comparisons_pgp5t_1", owt = {
34163
- comparisons: rwt
34164
- }, swt = ({
34160
+ ] }), _wt = "_comparisons_pgp5t_1", rwt = {
34161
+ comparisons: _wt
34162
+ }, owt = ({
34165
34163
  portraitsComparison: t,
34166
34164
  portraitsStatus: e
34167
34165
  }) => {
34168
- const { t: n } = xyt();
34169
- return /* @__PURE__ */ T("div", { className: owt.comparisons, children: /* @__PURE__ */ T(
34170
- _wt,
34166
+ const { t: n } = $yt();
34167
+ return /* @__PURE__ */ T("div", { className: rwt.comparisons, children: /* @__PURE__ */ T(
34168
+ nwt,
34171
34169
  {
34172
34170
  status: e,
34173
34171
  name: n("portraitComparison"),
34174
34172
  comparisons: t
34175
34173
  }
34176
34174
  ) });
34177
- }, Qwt = () => {
34178
- const { response: t } = wn();
34175
+ }, Jwt = () => {
34176
+ const { response: t } = yn();
34179
34177
  if (!t)
34180
34178
  return null;
34181
34179
  const e = CG(t), n = tT(t);
34182
34180
  return e.length ? /* @__PURE__ */ T(
34183
- swt,
34181
+ owt,
34184
34182
  {
34185
34183
  portraitsComparison: e,
34186
34184
  portraitsStatus: n.summary.portrait
34187
34185
  }
34188
34186
  ) : null;
34189
- }, Ewt = (t) => Number.isInteger(t) ? t : parseFloat(t.toFixed(2)), awt = "_list_npyyi_1", cwt = "_check_npyyi_4", iwt = "_name_npyyi_10", Awt = "_red_npyyi_16", Iwt = "_value_npyyi_16", pc = {
34190
- list: awt,
34191
- check: cwt,
34192
- name: iwt,
34193
- red: Awt,
34194
- value: Iwt
34195
- }, Owt = ({
34187
+ }, swt = (t) => Number.isInteger(t) ? t : parseFloat(t.toFixed(2)), Ewt = "_list_npyyi_1", awt = "_check_npyyi_4", cwt = "_name_npyyi_10", iwt = "_red_npyyi_16", Awt = "_value_npyyi_16", pc = {
34188
+ list: Ewt,
34189
+ check: awt,
34190
+ name: cwt,
34191
+ red: iwt,
34192
+ value: Awt
34193
+ }, Iwt = ({
34196
34194
  checks: t
34197
34195
  }) => /* @__PURE__ */ T("div", { className: pc.list, children: t.map(({ name: e, status: n, value: r }) => /* @__PURE__ */ ot(
34198
34196
  "div",
@@ -34207,11 +34205,11 @@ const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1",
34207
34205
  children: /* @__PURE__ */ T(pt.FaceImageQualityCheckLabel, { children: e })
34208
34206
  }
34209
34207
  ),
34210
- /* @__PURE__ */ T(St, { className: pc.value, children: r !== void 0 ? Ewt(r) : "—" })
34208
+ /* @__PURE__ */ T(St, { className: pc.value, children: r !== void 0 ? swt(r) : "—" })
34211
34209
  ]
34212
34210
  },
34213
34211
  e
34214
- )) }), Rwt = ({
34212
+ )) }), Owt = ({
34215
34213
  detailsGroups: t
34216
34214
  }) => /* @__PURE__ */ T(Ir, { children: t.map(({ groupChecks: e, name: n, totalCount: r, compliantCount: _ }) => {
34217
34215
  const s = e.filter((E) => E.status !== _I.QUALITY_STATUS_UNDETERMINED).sort((E, i) => (E.status || 0) - (i.status || 0));
@@ -34221,26 +34219,26 @@ const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1",
34221
34219
  name: /* @__PURE__ */ T(pt.FaceImageQualityLabel, { children: n }),
34222
34220
  status: (r || 0) - (_ || 0) ? _I.QUALITY_STATUS_FALSE : void 0,
34223
34221
  statusInfo: `${_ || 0}/${r || 0}`,
34224
- children: /* @__PURE__ */ T(Owt, { checks: s })
34222
+ children: /* @__PURE__ */ T(Iwt, { checks: s })
34225
34223
  },
34226
34224
  n
34227
34225
  );
34228
34226
  }) }), bp = xn({
34229
34227
  quality: null
34230
- }), Swt = () => t_(bp), Cwt = ({ detailsGroups: t, details: e }) => (t == null ? void 0 : t.map((n) => ({
34228
+ }), Rwt = () => t_(bp), Swt = ({ detailsGroups: t, details: e }) => (t == null ? void 0 : t.map((n) => ({
34231
34229
  ...n,
34232
34230
  groupChecks: (e == null ? void 0 : e.filter((r) => r.groupId === n.groupId)) || []
34233
- }))) || [], Twt = (t) => [...t].sort((e, n) => {
34231
+ }))) || [], Cwt = (t) => [...t].sort((e, n) => {
34234
34232
  const r = (e.totalCount || 0) - (e.compliantCount || 0);
34235
34233
  return (n.totalCount || 0) - (n.compliantCount || 0) - r;
34236
- }), qwt = () => {
34234
+ }), Qwt = () => {
34237
34235
  var r;
34238
- const { quality: t } = Swt();
34236
+ const { quality: t } = Rwt();
34239
34237
  if (!((r = t == null ? void 0 : t.results) != null && r.detections[0].quality))
34240
34238
  return null;
34241
- const e = Cwt(t.results.detections[0].quality), n = Twt(e);
34242
- return /* @__PURE__ */ T(Rwt, { detailsGroups: n });
34243
- }, tFt = ({
34239
+ const e = Swt(t.results.detections[0].quality), n = Cwt(e);
34240
+ return /* @__PURE__ */ T(Owt, { detailsGroups: n });
34241
+ }, qwt = ({
34244
34242
  quality: t,
34245
34243
  children: e,
34246
34244
  language: n
@@ -34254,32 +34252,32 @@ const Zyt = () => te("90a425db4934211fafe21693ab2e9a39"), zyt = "_text_1wz9f_1",
34254
34252
  }
34255
34253
  ));
34256
34254
  export {
34257
- zvt as About,
34255
+ Zvt as About,
34258
34256
  q_ as Collapse,
34259
34257
  pn as Container,
34260
34258
  $T as DefaultImage,
34261
- Xwt as DocReaderContainer,
34262
- tFt as FaceContainer,
34263
- qwt as FaceImageQualityData,
34264
- Wwt as Graphics,
34259
+ Wwt as DocReaderContainer,
34260
+ qwt as FaceContainer,
34261
+ Qwt as FaceImageQualityData,
34262
+ Vwt as Graphics,
34265
34263
  ze as Icon,
34266
34264
  gi as Image,
34267
- kwt as Info,
34265
+ Kwt as Info,
34268
34266
  DT as JsonViewer,
34269
34267
  xT as Link,
34270
- zwt as Logs,
34268
+ Zwt as Logs,
34271
34269
  pt as Match,
34272
- nUt as Overall,
34273
- Bvt as PersonInfo,
34270
+ eUt as Overall,
34271
+ Gvt as PersonInfo,
34274
34272
  va as Popover,
34275
- Qwt as PortraitsComparison,
34276
- Zwt as RequestViewer,
34277
- jwt as ResponseViewer,
34278
- Vwt as Rfid,
34273
+ Jwt as PortraitsComparison,
34274
+ jwt as RequestViewer,
34275
+ Xwt as ResponseViewer,
34276
+ kwt as Rfid,
34279
34277
  Ir as Scroll,
34280
34278
  Xe as Skeleton,
34281
- Kwt as Status,
34282
- Jwt as StatusLoader,
34279
+ Ywt as Status,
34280
+ zwt as StatusLoader,
34283
34281
  nw as Table,
34284
34282
  Z1 as Tabs,
34285
34283
  St as Text,