@regulaforensics/ui-components 9.7.1084-nightly → 9.7.1086-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/core/index.cjs +2 -2
- package/dist/core/index.d.ts +12 -0
- package/dist/core/index.js +280 -255
- package/dist/main/index.cjs +2 -2
- package/dist/main/index.d.ts +12 -0
- package/dist/main/index.js +280 -255
- package/package.json +1 -1
package/dist/core/index.cjs
CHANGED
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
`);return e===-1?``:t.stack.slice(e+1)})();try{if(!e.stack)e.stack=n;else if(n){let t=n.indexOf(`
|
|
19
19
|
`),r=t===-1?-1:n.indexOf(`
|
|
20
20
|
`,t+1),i=r===-1?``:n.slice(r+1);String(e.stack).endsWith(i)||(e.stack+=`
|
|
21
|
-
`+n)}}catch{}}throw e}}_request(e,t){typeof e==`string`?(t||={},t.url=e):t=e||{},t=BI(this.defaults,t);let{transitional:n,paramsSerializer:r,headers:i}=t;n!==void 0&&mL.assertOptions(n,{silentJSONParsing:hL.transitional(hL.boolean),forcedJSONParsing:hL.transitional(hL.boolean),clarifyTimeoutError:hL.transitional(hL.boolean),legacyInterceptorReqResOrdering:hL.transitional(hL.boolean)},!1),r!=null&&(Q.isFunction(r)?t.paramsSerializer={serialize:r}:mL.assertOptions(r,{encode:hL.function,serialize:hL.function},!0)),t.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls===void 0?t.allowAbsoluteUrls=!0:t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls),mL.assertOptions(t,{baseUrl:hL.spelling(`baseURL`),withXsrfToken:hL.spelling(`withXSRFToken`)},!0),t.method=(t.method||this.defaults.method||`get`).toLowerCase();let a=i&&Q.merge(i.common,i[t.method]);i&&Q.forEach([`delete`,`get`,`head`,`post`,`put`,`patch`,`common`],e=>{delete i[e]}),t.headers=CI.concat(a,i);let o=[],s=!0;this.interceptors.request.forEach(function(e){if(typeof e.runWhen==`function`&&e.runWhen(t)===!1)return;s&&=e.synchronous;let n=t.transitional||XF;n&&n.legacyInterceptorReqResOrdering?o.unshift(e.fulfilled,e.rejected):o.push(e.fulfilled,e.rejected)});let c=[];this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let l,u=0,d;if(!s){let e=[lL.bind(this),void 0];for(e.unshift(...o),e.push(...c),d=e.length,l=Promise.resolve(t);u<d;)l=l.then(e[u++],e[u++]);return l}d=o.length;let f=t;for(;u<d;){let e=o[u++],t=o[u++];try{f=e(f)}catch(e){t.call(this,e);break}}try{l=lL.call(this,f)}catch(e){return Promise.reject(e)}for(u=0,d=c.length;u<d;)l=l.then(c[u++],c[u++]);return l}getUri(e){return e=BI(this.defaults,e),JF(RI(e.baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};Q.forEach([`delete`,`get`,`head`,`options`],function(e){gL.prototype[e]=function(t,n){return this.request(BI(n||{},{method:e,url:t,data:(n||{}).data}))}}),Q.forEach([`post`,`put`,`patch`],function(e){function t(t){return function(n,r,i){return this.request(BI(i||{},{method:e,headers:t?{"Content-Type":`multipart/form-data`}:{},url:n,data:r}))}}gL.prototype[e]=t(),gL.prototype[e+`Form`]=t(!0)});var _L=class e{constructor(e){if(typeof e!=`function`)throw TypeError(`executor must be a function.`);let t;this.promise=new Promise(function(e){t=e});let n=this;this.promise.then(e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null}),this.promise.then=e=>{let t,r=new Promise(e=>{n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e,r,i){n.reason||(n.reason=new EI(e,r,i),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let t=this._listeners.indexOf(e);t!==-1&&this._listeners.splice(t,1)}toAbortSignal(){let e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let t;return{token:new e(function(e){t=e}),cancel:t}}};function vL(e){return function(t){return e.apply(null,t)}}function yL(e){return Q.isObject(e)&&e.isAxiosError===!0}var bL={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(bL).forEach(([e,t])=>{bL[t]=e});function xL(e){let t=new gL(e),n=TP(gL.prototype.request,t);return Q.extend(n,gL.prototype,t,{allOwnKeys:!0}),Q.extend(n,t,null,{allOwnKeys:!0}),n.create=function(t){return xL(BI(e,t))},n}var SL=xL(lI);SL.Axios=gL,SL.CanceledError=EI,SL.CancelToken=_L,SL.isCancel=TI,SL.VERSION=uL,SL.toFormData=UF,SL.AxiosError=IF,SL.Cancel=SL.CanceledError,SL.all=function(e){return Promise.all(e)},SL.spread=vL,SL.isAxiosError=yL,SL.mergeConfig=BI,SL.AxiosHeaders=CI,SL.formToJSON=e=>sI(Q.isHTMLForm(e)?new FormData(e):e),SL.getAdapter=sL.getAdapter,SL.HttpStatusCode=bL,SL.default=SL;var{Axios:CL,AxiosError:wL,CanceledError:TL,isCancel:EL,CancelToken:DL,VERSION:OL,all:kL,Cancel:AL,isAxiosError:jL,spread:ML,toFormData:NL,AxiosHeaders:PL,HttpStatusCode:FL,formToJSON:IL,getAdapter:LL,mergeConfig:RL}=SL;`https://faceapi.regulaforensics.com`.replace(/\/+$/,``);for(var zL=(e=>(e.AGE=`Age`,e.EMOTION=`Emotion`,e.EYE_LEFT=`EyeLeft`,e.EYE_RIGHT=`EyeRight`,e.SMILE=`Smile`,e.GLASSES=`Glasses`,e.HEAD_COVERING=`HeadCovering`,e.FOREHEAD_COVERING=`ForeheadCovering`,e.MOUTH=`Mouth`,e.MEDICAL_MASK=`MedicalMask`,e.OCCLUSION=`Occlusion`,e.STRONG_MAKEUP=`StrongMakeup`,e.HEADPHONES=`Headphones`,e))(zL||{}),BL=(e=>(e[e.ALIGN_3x4=0]=`ALIGN_3x4`,e[e.ALIGN_4x5=1]=`ALIGN_4x5`,e[e.ALIGN_2x3=2]=`ALIGN_2x3`,e[e.ALIGN_1x1=3]=`ALIGN_1x1`,e[e.ALIGN_7x9=4]=`ALIGN_7x9`,e))(BL||{}),VL=(e=>(e[e.IMAGE_CHARACTERISTICS=1]=`IMAGE_CHARACTERISTICS`,e[e.HEAD_SIZE_AND_POSITIONS=2]=`HEAD_SIZE_AND_POSITIONS`,e[e.FACE_QUALITY=3]=`FACE_QUALITY`,e[e.EYES_CHARACTERISTICS=4]=`EYES_CHARACTERISTICS`,e[e.SHADOWS_AND_LIGHTNING=5]=`SHADOWS_AND_LIGHTNING`,e[e.POSE_AND_EXPRESSION=6]=`POSE_AND_EXPRESSION`,e[e.HEAD_OCCLUSION=7]=`HEAD_OCCLUSION`,e[e.BACKGROUND=8]=`BACKGROUND`,e))(VL||{}),HL=(e=>(e.IMAGE_CHARACTERISTICS=`ImageCharacteristics`,e.HEAD_SIZE_AND_POSITIONS=`HeadSizeAndPosition`,e.FACE_QUALITY=`FaceQuality`,e.EYES_CHARACTERISTICS=`EyesCharacteristics`,e.SHADOWS_AND_LIGHTNING=`ShadowsAndLightning`,e.POSE_AND_EXPRESSION=`PoseAndExpression`,e.HEAD_OCCLUSION=`HeadOcclusion`,e.BACKGROUND=`Background`,e))(HL||{}),UL=(e=>(e[e.QUALITY_STATUS_FALSE=0]=`QUALITY_STATUS_FALSE`,e[e.QUALITY_STATUS_TRUE=1]=`QUALITY_STATUS_TRUE`,e[e.QUALITY_STATUS_UNDETERMINED=2]=`QUALITY_STATUS_UNDETERMINED`,e))(UL||{}),WL=(e=>(e.IMAGE_WIDTH=`ImageWidth`,e.IMAGE_HEIGHT=`ImageHeight`,e.IMAGE_WIDTH_TO_HEIGHT=`ImageWidthToHeight`,e.IMAGE_CHANNELS_NUMBER=`ImageChannelsNumber`,e.PADDING_RATIO=`PaddingRatio`,e.FACE_MID_POINT_HORIZONTAL_POSITION=`FaceMidPointHorizontalPosition`,e.FACE_MID_POINT_VERTICAL_POSITION=`FaceMidPointVerticalPosition`,e.HEAD_WIDTH_RATIO=`HeadWidthRatio`,e.HEAD_HEIGHT_RATIO=`HeadHeightRatio`,e.EYES_DISTANCE=`EyesDistance`,e.YAW=`Yaw`,e.PITCH=`Pitch`,e.ROLL=`Roll`,e.BLUR_LEVEL=`BlurLevel`,e.NOISE_LEVEL=`NoiseLevel`,e.EYE_RIGHT_CLOSED=`EyeRightClosed`,e.EYE_LEFT_CLOSED=`EyeLeftClosed`,e.EYE_RIGHT_OCCLUDED=`EyeRightOccluded`,e.EYE_LEFT_OCCLUDED=`EyeLeftOccluded`,e.EYES_RED=`EyesRed`,e.EYE_RIGHT_COVERED_WITH_HAIR=`EyeRightCoveredWithHair`,e.EYE_LEFT_COVERED_WITH_HAIR=`EyeLeftCoveredWithHair`,e.OFF_GAZE=`OffGaze`,e.FACE_DYNAMIC_RANGE=`FaceDynamicRange`,e.UNNATURAL_SKIN_TONE=`UnnaturalSkinTone`,e.TOO_DARK=`TooDark`,e.TOO_LIGHT=`TooLight`,e.FACE_GLARE=`FaceGlare`,e.SHADOWS_ON_FACE=`ShadowsOnFace`,e.DARK_GLASSES=`DarkGlasses`,e.REFLECTION_ON_GLASSES=`ReflectionOnGlasses`,e.FRAMES_TOO_HEAVY=`FramesTooHeavy`,e.FACE_OCCLUDED=`FaceOccluded`,e.HEAD_COVERING=`HeadCovering`,e.BACKGROUND_UNIFORMITY=`BackgroundUniformity`,e.SHADOWS_ON_BACKGROUND=`ShadowsOnBackground`,e.OTHER_FACES=`OtherFaces`,e.SHOULDERS_POSE=`ShouldersPose`,e.EXPRESSION_LEVEL=`ExpressionLevel`,e.MOUTH_OPEN=`MouthOpen`,e.FOREHEAD_COVERING=`ForeheadCovering`,e.SMILE=`Smile`,e.STRONG_MAKEUP=`StrongMakeup`,e.HEADPHONES=`Headphones`,e.MEDICAL_MASK=`MedicalMask`,e.BACKGROUND_COLOR_MATCH=`BackgroundColorMatch`,e.ART_FACE=`ArtFace`,e.CONTACT_LENSES=`ContactLenses`,e))(WL||{}),GL=(e=>(e.OLD_MODE=`OldMode`,e.QUALITY_FULL=`QualityFull`,e.QUALITY_ICAO=`QualityICAO`,e.QUALITY_VISA_SCHENGEN=`QualityVisaSchengen`,e.QUALITY_VISA_USA=`QualityVisaUSA`,e.CROP_CENTRAL_FACE=`CropCentralFace`,e.CROP_ALL_FACES=`CropAllFaces`,e.THUMBNAIL=`Thumbnail`,e.ATTRIBUTES_ALL=`AttributesAll`,e.EMPTY=``,e))(GL||{}),KL=(e=>(e[e.FACER_OK=0]=`FACER_OK`,e[e.FR_IMAGE_EMPTY=1]=`FR_IMAGE_EMPTY`,e[e.FR_FACE_NOT_DETECTED=2]=`FR_FACE_NOT_DETECTED`,e[e.FR_LANDMARKS_NOT_DETECTED=3]=`FR_LANDMARKS_NOT_DETECTED`,e[e.FR_FACE_ALIGHNER_FAILED=4]=`FR_FACE_ALIGHNER_FAILED`,e[e.FR_DESCRIPTOR_EXTRACTOR_ERROR=5]=`FR_DESCRIPTOR_EXTRACTOR_ERROR`,e[e.FR_IMAGE_DECODE_ERROR=6]=`FR_IMAGE_DECODE_ERROR`,e[e.FR_INTERNAL_ERROR=7]=`FR_INTERNAL_ERROR`,e[e.FACER_CONFIG_ERROR=199]=`FACER_CONFIG_ERROR`,e[e.FACER_NO_LICENSE=200]=`FACER_NO_LICENSE`,e[e.FACER_IS_NOT_INITIALIZED=201]=`FACER_IS_NOT_INITIALIZED`,e[e.FACER_COMMAND_IS_NOT_SUPPORTED=202]=`FACER_COMMAND_IS_NOT_SUPPORTED`,e[e.FACER_COMMAND_PARAMS_READ_ERROR=203]=`FACER_COMMAND_PARAMS_READ_ERROR`,e[e.FACER_LESS_THAN_TWO_IMAGES_IN_REQUEST=224]=`FACER_LESS_THAN_TWO_IMAGES_IN_REQUEST`,e[e.FACER_VIDEO_DECODE_ERROR=227]=`FACER_VIDEO_DECODE_ERROR`,e[e.FACER_NOT_ENOUGH_FRAMES=228]=`FACER_NOT_ENOUGH_FRAMES`,e[e.FACER_OUTPUT_IS_NOT_DEFINED=229]=`FACER_OUTPUT_IS_NOT_DEFINED`,e[e.FACER_CLOSED_EYES_DETECTED=230]=`FACER_CLOSED_EYES_DETECTED`,e[e.FACER_LOW_QUALITY=231]=`FACER_LOW_QUALITY`,e[e.FACER_HIGH_ASYMMETRY=232]=`FACER_HIGH_ASYMMETRY`,e[e.FACER_FACE_OVER_EMOTIONAL=233]=`FACER_FACE_OVER_EMOTIONAL`,e[e.FACER_SUNGLASSES_DETECTED=234]=`FACER_SUNGLASSES_DETECTED`,e[e.FACER_SMALL_AGE=235]=`FACER_SMALL_AGE`,e[e.FACER_HEADDRESS_DETECTED=236]=`FACER_HEADDRESS_DETECTED`,e[e.FACER_FACES_NOT_MATCHED=237]=`FACER_FACES_NOT_MATCHED`,e[e.FACER_IMAGES_COUNT_LIMIT_EXCEEDED=238]=`FACER_IMAGES_COUNT_LIMIT_EXCEEDED`,e[e.FACER_MEDICINE_MASK_DETECTED=239]=`FACER_MEDICINE_MASK_DETECTED`,e[e.FACER_OCCLUSION_DETECTED=240]=`FACER_OCCLUSION_DETECTED`,e[e.FACER_FOREHEAD_GLASSES_DETECTED=242]=`FACER_FOREHEAD_GLASSES_DETECTED`,e[e.FACER_MOUTH_OPENED=243]=`FACER_MOUTH_OPENED`,e[e.FACER_ART_MASK_DETECTED=244]=`FACER_ART_MASK_DETECTED`,e[e.FACER_ELECTRONIC_DEVICE_DETECTED=245]=`FACER_ELECTRONIC_DEVICE_DETECTED`,e[e.FACER_TRACK_BREAK=246]=`FACER_TRACK_BREAK`,e[e.FACER_WRONG_GEO=247]=`FACER_WRONG_GEO`,e[e.FACER_WRONG_OF=248]=`FACER_WRONG_OF`,e[e.FACER_WRONG_VIEW=249]=`FACER_WRONG_VIEW`,e[e.FACER_TIMEOUT_LIVENESS_TRANSACTION=250]=`FACER_TIMEOUT_LIVENESS_TRANSACTION`,e[e.FACER_FAILED_LIVENESS_TRANSACTION=251]=`FACER_FAILED_LIVENESS_TRANSACTION`,e[e.FACER_ABORTED_LIVENESS_TRANSACTION=252]=`FACER_ABORTED_LIVENESS_TRANSACTION`,e[e.FACER_GENERAL_ERROR=253]=`FACER_GENERAL_ERROR`,e[e.FACER_PASSIVE_LIVENESS_FAIL=254]=`FACER_PASSIVE_LIVENESS_FAIL`,e))(KL||{}),qL=(e=>(e.IN=`in`,e.NOT_IN=`nin`,e))(qL||{}),JL=(e=>(e[e.DOCUMENT_PRINTED=1]=`DOCUMENT_PRINTED`,e[e.DOCUMENT_RFID=2]=`DOCUMENT_RFID`,e[e.LIVE=3]=`LIVE`,e[e.DOCUMENT_WITH_LIVE=4]=`DOCUMENT_WITH_LIVE`,e[e.EXTERNAL=5]=`EXTERNAL`,e[e.GHOST=6]=`GHOST`,e[e.BARCODE=7]=`BARCODE`,e))(JL||{}),YL=(e=>(e[e.ACTIVE=0]=`ACTIVE`,e[e.PASSIVE=1]=`PASSIVE`,e))(YL||{}),XL=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,ZL=typeof Uint8Array>`u`?[]:new Uint8Array(256),QL=0;QL<XL.length;QL++)ZL[XL.charCodeAt(QL)]=QL;q.addResourceBundle(`ru-RU`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Фон`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`en-US`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`lv-LV`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fons`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`de-DE`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Hintergrund`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`pl-PL`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Tło`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`it-IT`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hu-HU`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`zh-Hans`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`背景`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`zh-Hant`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`背景`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`sk-SK`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`uk-UA`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`fr-FR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fond d'impression`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`es-ES`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fondo`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`pt-PT`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fundo`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ar-AE`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`الخلفية`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`nl-NL`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`id-ID`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`vi-VN`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ko-KR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ms-MY`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ro-RO`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`el-GR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`tr-TR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Arkaplan`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ja-JP`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`cs-CZ`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`th-TH`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hi-IN`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`bn-BD`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`he-IL`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`fi-FI`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`sv-SE`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`da-DK`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hr-HR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`no-NO`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`uz-Latn`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fon`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hy-AM`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Ետնապատկեր`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ky-KG`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Фон`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ku-Arab`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`پاشبنەما`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`tg-TJ`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Замина`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`});var $L=()=>Pk(`e2ea936c7cbc30425eb1709a6b48d307`),eR=e=>q.t(e,{ns:`e2ea936c7cbc30425eb1709a6b48d307`}),tR=e=>{let t=String(e||``).trim();switch(t){case HL.FACE_QUALITY:return eR(`FACE_QUALITY`);case HL.IMAGE_CHARACTERISTICS:return eR(`IMAGE_CHARACTERISTICS`);case HL.BACKGROUND:return eR(`BACKGROUND`);case HL.HEAD_SIZE_AND_POSITIONS:return eR(`HEAD_SIZE_AND_POSITIONS`);case HL.SHADOWS_AND_LIGHTNING:return eR(`SHADOWS_AND_LIGHTNING`);case HL.EYES_CHARACTERISTICS:return eR(`EYES_CHARACTERISTICS`);case HL.HEAD_OCCLUSION:return eR(`HEAD_OCCLUSION`);case HL.POSE_AND_EXPRESSION:return eR(`POSE_AND_EXPRESSION`);default:return t}},nR=({children:e})=>($L(),(0,d.jsx)(d.Fragment,{children:tR(e)}));q.addResourceBundle(`ru-RU`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`en-US`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`lv-LV`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`de-DE`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`pl-PL`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`it-IT`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hu-HU`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`zh-Hans`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`zh-Hant`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`影像寬度`,IMAGE_HEIGHT:`影像高度`,IMAGE_WIDTH_TO_HEIGHT:`影像寬高比`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`藝術臉`,PADDING_RATIO:`填充率`,FACE_MID_POINT_HORIZONTAL_POSITION:`面部中點水准位置`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`sk-SK`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`uk-UA`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`fr-FR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`es-ES`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`pt-PT`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ar-AE`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`nl-NL`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`id-ID`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`vi-VN`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ko-KR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ms-MY`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ro-RO`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`el-GR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`tr-TR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ja-JP`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`cs-CZ`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`th-TH`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hi-IN`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`bn-BD`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`he-IL`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`fi-FI`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`sv-SE`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`da-DK`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hr-HR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`no-NO`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`uz-Latn`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hy-AM`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ky-KG`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ku-Arab`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`tg-TJ`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`});var rR=()=>Pk(`a62078b0db0988fa2d48c6e38c6e3802`),iR=e=>q.t(e,{ns:`a62078b0db0988fa2d48c6e38c6e3802`}),aR=e=>{let t=String(e||``).trim();switch(t){case WL.IMAGE_WIDTH:return iR(`IMAGE_WIDTH`);case WL.IMAGE_HEIGHT:return iR(`IMAGE_HEIGHT`);case WL.IMAGE_WIDTH_TO_HEIGHT:return iR(`IMAGE_WIDTH_TO_HEIGHT`);case WL.IMAGE_CHANNELS_NUMBER:return iR(`IMAGE_CHANNELS_NUMBER`);case WL.ART_FACE:return iR(`ART_FACE`);case WL.PADDING_RATIO:return iR(`PADDING_RATIO`);case WL.FACE_MID_POINT_HORIZONTAL_POSITION:return iR(`FACE_MID_POINT_HORIZONTAL_POSITION`);case WL.FACE_MID_POINT_VERTICAL_POSITION:return iR(`FACE_MID_POINT_VERTICAL_POSITION`);case WL.HEAD_WIDTH_RATIO:return iR(`HEAD_WIDTH_RATIO`);case WL.HEAD_HEIGHT_RATIO:return iR(`HEAD_HEIGHT_RATIO`);case WL.EYES_DISTANCE:return iR(`EYES_DISTANCE`);case WL.YAW:return iR(`YAW`);case WL.PITCH:return iR(`PITCH`);case WL.ROLL:return iR(`ROLL`);case WL.BLUR_LEVEL:return iR(`BLUR_LEVEL`);case WL.NOISE_LEVEL:return iR(`NOISE_LEVEL`);case WL.UNNATURAL_SKIN_TONE:return iR(`UNNATURAL_SKIN_TONE`);case WL.FACE_DYNAMIC_RANGE:return iR(`FACE_DYNAMIC_RANGE`);case WL.EYE_RIGHT_CLOSED:return iR(`EYE_RIGHT_CLOSED`);case WL.EYE_LEFT_CLOSED:return iR(`EYE_LEFT_CLOSED`);case WL.EYE_RIGHT_OCCLUDED:return iR(`EYE_RIGHT_OCCLUDED`);case WL.EYE_LEFT_OCCLUDED:return iR(`EYE_LEFT_OCCLUDED`);case WL.EYES_RED:return iR(`EYES_RED`);case WL.EYE_LEFT_COVERED_WITH_HAIR:return iR(`EYE_LEFT_COVERED_WITH_HAIR`);case WL.EYE_RIGHT_COVERED_WITH_HAIR:return iR(`EYE_RIGHT_COVERED_WITH_HAIR`);case WL.OFF_GAZE:return iR(`OFF_GAZE`);case WL.TOO_DARK:return iR(`TOO_DARK`);case WL.TOO_LIGHT:return iR(`TOO_LIGHT`);case WL.FACE_GLARE:return iR(`FACE_GLARE`);case WL.SHADOWS_ON_FACE:return iR(`SHADOWS_ON_FACE`);case WL.SHOULDERS_POSE:return iR(`SHOULDERS_POSE`);case WL.EXPRESSION_LEVEL:return iR(`EXPRESSION_LEVEL`);case WL.MOUTH_OPEN:return iR(`MOUTH_OPEN`);case WL.SMILE:return iR(`SMILE`);case WL.DARK_GLASSES:return iR(`DARK_GLASSES`);case WL.REFLECTION_ON_GLASSES:return iR(`REFLECTION_ON_GLASSES`);case WL.FRAMES_TOO_HEAVY:return iR(`FRAMES_TOO_HEAVY`);case WL.FACE_OCCLUDED:return iR(`FACE_OCCLUDED`);case WL.HEAD_COVERING:return iR(`HEAD_COVERING`);case WL.FOREHEAD_COVERING:return iR(`FOREHEAD_COVERING`);case WL.STRONG_MAKEUP:return iR(`STRONG_MAKEUP`);case WL.HEADPHONES:return iR(`HEADPHONES`);case WL.BACKGROUND_UNIFORMITY:return iR(`BACKGROUND_UNIFORMITY`);case WL.SHADOWS_ON_BACKGROUND:return iR(`SHADOWS_ON_BACKGROUND`);case WL.OTHER_FACES:return iR(`OTHER_FACES`);case WL.BACKGROUND_COLOR_MATCH:return iR(`BACKGROUND_COLOR_MATCH`);default:return t}},oR=({children:e})=>(rR(),(0,d.jsx)(d.Fragment,{children:aR(e)})),$=()=>(0,d.jsx)(d.Fragment,{});$.AuthenticityLabel=nN,$.getAuthenticityLabel=tN,$.CheckDiagnose=aN,$.getCheckDiagnose=iN,$.CheckResultVerification=lN,$.getCheckResultVerification=cN,$.GraphicFieldType=pN,$.getGraphicFieldType=fN,$.ImageQualityCheckTypeLabel=_N,$.getImageQualityCheckTypeLabel=gN,$.LightsLabel=TN,$.getLightsLabel=wN,$.OpticalStatusField=kN,$.getOpticalStatusField=ON,$.RfidCertificateType=NN,$.getRfidCertificateType=MN,$.RfidDataFileType=IN,$.getRfidDataFileType=FN,$.SecurityFeatureTypeLabel=BN,$.getSecurityFeatureTypeLabel=zN,$.Sex=xN,$.getSex=bN,$.Source=WN,$.getSource=UN,$.PortraitComparisonSource=QN,$.getPortraitComparisonSource=ZN,$.SourceDescription=JN,$.getSourceDescription=qN,$.VisualFieldType=tP,$.getVisualFieldType=eP,$.LCID=iP,$.getLCID=rP,$.IRVisibilityStatus=cP,$.getIRVisibilityStatus=sP,$.AuthenticityTextCheckReference=fP,$.getAuthenticityTextCheckReference=dP,$.GroupDescription=gP,$.getGroupDescription=hP,$.RfidApplicationType=bP,$.getRfidApplicationType=yP,$.RfidApplicationDescription=wP,$.getRfidApplicationDescription=CP,$.FaceImageQualityLabel=nR,$.getFaceImageQualityLabel=tR,$.FaceImageQualityCheckLabel=oR,$.getFaceImageQualityCheckLabel=aR;var sR=(e,t)=>{let{o:n,i:r,u:i}=e,a=n,o,s=(e,t)=>{let n=a,s=e,c=t||(r?!r(n,s):n!==s);return(c||i)&&(a=s,o=n),[a,c,o]};return[t?e=>s(t(a,o),e):s,e=>[a,!!e,o]]},cR=typeof window<`u`&&typeof HTMLElement<`u`&&window.document?window:{},lR=Math.max,uR=Math.min,dR=Math.round,fR=Math.abs,pR=Math.sign,mR=cR.cancelAnimationFrame,hR=cR.requestAnimationFrame,gR=cR.setTimeout,_R=cR.clearTimeout,vR=e=>cR[e]===void 0?void 0:cR[e],yR=vR(`MutationObserver`),bR=vR(`IntersectionObserver`),xR=vR(`ResizeObserver`),SR=vR(`ScrollTimeline`),CR=e=>e===void 0,wR=e=>e===null,TR=e=>typeof e==`number`,ER=e=>typeof e==`string`,DR=e=>typeof e==`boolean`,OR=e=>typeof e==`function`,kR=e=>Array.isArray(e),AR=e=>typeof e==`object`&&!kR(e)&&!wR(e),jR=e=>{let t=!!e&&e.length,n=TR(t)&&t>-1&&t%1==0;return kR(e)||!OR(e)&&n?t>0&&AR(e)?t-1 in e:!0:!1},MR=e=>!!e&&e.constructor===Object,NR=e=>e instanceof HTMLElement,PR=e=>e instanceof Element;function FR(e,t){if(jR(e))for(let n=0;n<e.length&&t(e[n],n,e)!==!1;n++);else e&&FR(Object.keys(e),(n=>t(e[n],n,e)));return e}var IR=(e,t)=>e.indexOf(t)>=0,LR=(e,t)=>e.concat(t),RR=(e,t,n)=>(!ER(t)&&jR(t)?Array.prototype.push.apply(e,t):e.push(t),e),zR=e=>Array.from(e||[]),BR=e=>kR(e)?e:!ER(e)&&jR(e)?zR(e):[e],VR=e=>!!e&&!e.length,HR=e=>zR(new Set(e)),UR=(e,t,n)=>{FR(e,e=>e?e.apply(void 0,t||[]):!0),n||(e.length=0)},WR=`paddingTop`,GR=`paddingRight`,KR=`paddingLeft`,qR=`paddingBottom`,JR=`marginLeft`,YR=`marginRight`,XR=`marginBottom`,ZR=`overflowX`,QR=`overflowY`,$R=`width`,ez=`height`,tz=`visible`,nz=`hidden`,rz=`scroll`,iz=e=>{let t=String(e||``);return t?t[0].toUpperCase()+t.slice(1):``},az=(e,t,n,r)=>{if(e&&t){let r=!0;return FR(n,(n=>{e[n]!==t[n]&&(r=!1)})),r}return!1},oz=(e,t)=>az(e,t,[`w`,`h`]),sz=(e,t)=>az(e,t,[`x`,`y`]),cz=(e,t)=>az(e,t,[`t`,`r`,`b`,`l`]),lz=(e,...t)=>e.bind(0,...t),uz=e=>{let t,n=e?gR:hR,r=e?_R:mR;return[i=>{r(t),t=n((()=>i()),OR(e)?e():e)},()=>r(t)]},dz=e=>{let t=OR(e)?e():e;if(TR(t)){let e=t?gR:hR,n=t?_R:mR;return r=>{let i=e((()=>r()),t);return()=>{n(i)}}}return t&&t._},fz=(e,t)=>{let{p:n,v:r,S:i,m:a}=t||{},o,s,c,l,u=function(t){s&&s(),o&&o(),l=s=o=c=void 0,e.apply(this,t)},d=e=>a&&c?a(c,e):e,f=()=>{s&&c&&u(d(c)||c)},p=function(){let e=zR(arguments),t=dz(n);if(t){let n=typeof i==`function`?i():i,a=dz(r),p=d(e)||e,m=u.bind(0,p);s&&s(),n&&!l?(m(),l=!0,s=t((()=>l=void 0))):(s=t(m),a&&!o&&(o=a(f))),c=p}else u(e)};return p.O=f,p},pz=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),mz=e=>e?Object.keys(e):[],hz=(e,t,n,r,i,a,o)=>{let s=[t,n,r,i,a,o];return(typeof e!=`object`||wR(e))&&!OR(e)&&(e={}),FR(s,(t=>{FR(t,((n,r)=>{let i=t[r];if(e===i)return!0;let a=kR(i);if(i&&MR(i)){let t=e[r],n=t;a&&!kR(t)?n=[]:!a&&!MR(t)&&(n={}),e[r]=hz(n,i)}else e[r]=a?i.slice():i}))})),e},gz=(e,t)=>FR(hz({},e),((e,t,n)=>{e===void 0?delete n[t]:e&&MR(e)&&(n[t]=gz(e))})),_z=e=>!mz(e).length,vz=()=>{},yz=(e,t,n)=>lR(e,uR(t,n)),bz=e=>HR((kR(e)?e:(e||``).split(` `)).filter((e=>e))),xz=(e,t)=>e&&e.getAttribute(t),Sz=(e,t)=>e&&e.hasAttribute(t),Cz=(e,t,n)=>{FR(bz(t),(t=>{e&&e.setAttribute(t,String(n||``))}))},wz=(e,t)=>{FR(bz(t),(t=>e&&e.removeAttribute(t)))},Tz=(e,t)=>{let n=bz(xz(e,t)),r=lz(Cz,e,t),i=(e,t)=>{let r=new Set(n);return FR(bz(e),(e=>{r[t](e)})),zR(r).join(` `)};return{C:e=>r(i(e,`delete`)),$:e=>r(i(e,`add`)),H:e=>{let t=bz(e);return t.reduce(((e,t)=>e&&n.includes(t)),t.length>0)}}},Ez=(e,t,n)=>(Tz(e,t).C(n),lz(Dz,e,t,n)),Dz=(e,t,n)=>(Tz(e,t).$(n),lz(Ez,e,t,n)),Oz=(e,t,n,r)=>(r?Dz:Ez)(e,t,n),kz=(e,t,n)=>Tz(e,t).H(n),Az=e=>Tz(e,`class`),jz=(e,t)=>{Az(e).C(t)},Mz=(e,t)=>(Az(e).$(t),lz(jz,e,t)),Nz=(e,t)=>{let n=t?PR(t)&&t:document;return n?zR(n.querySelectorAll(e)):[]},Pz=(e,t)=>{let n=t?PR(t)&&t:document;return n&&n.querySelector(e)},Fz=(e,t)=>PR(e)&&e.matches(t),Iz=e=>Fz(e,`body`),Lz=e=>e?zR(e.childNodes):[],Rz=e=>e&&e.parentElement,zz=(e,t)=>PR(e)&&e.closest(t),Bz=e=>document.activeElement,Vz=(e,t,n)=>{let r=zz(e,t),i=e&&Pz(n,r),a=zz(i,t)===r;return r&&i?r===e||i===e||a&&zz(zz(e,n),t)!==r:!1},Hz=e=>{FR(BR(e),(e=>{let t=Rz(e);e&&t&&t.removeChild(e)}))},Uz=(e,t)=>lz(Hz,e&&t&&FR(BR(t),(t=>{t&&e.appendChild(t)}))),Wz,Gz=()=>Wz,Kz=e=>{Wz=e},qz=e=>{let t=document.createElement(`div`);return Cz(t,`class`,e),t},Jz=e=>{let t=qz(),n=Gz(),r=e.trim();return t.innerHTML=n?n.createHTML(r):r,FR(Lz(t),(e=>Hz(e)))},Yz=(e,t)=>e.getPropertyValue(t)||e[t]||``,Xz=e=>{let t=e||0;return isFinite(t)?t:0},Zz=e=>Xz(parseFloat(e||``)),Qz=e=>Math.round(e*1e4)/1e4,$z=e=>`${Qz(Xz(e))}px`;function eB(e,t){e&&t&&FR(t,((t,n)=>{try{let r=e.style,i=wR(t)||DR(t)?``:TR(t)?$z(t):t;n.indexOf(`--`)===0?r.setProperty(n,i):r[n]=i}catch{}}))}function tB(e,t,n){let r=ER(t),i=r?``:{};if(e){let a=cR.getComputedStyle(e,n)||e.style;i=r?Yz(a,t):zR(t).reduce(((e,t)=>(e[t]=Yz(a,t),e)),i)}return i}var nB=(e,t,n)=>{let r=t?`${t}-`:``,i=n?`-${n}`:``,a=`${r}top${i}`,o=`${r}right${i}`,s=`${r}bottom${i}`,c=`${r}left${i}`,l=tB(e,[a,o,s,c]);return{t:Zz(l[a]),r:Zz(l[o]),b:Zz(l[s]),l:Zz(l[c])}},rB=(e,t)=>`translate${AR(e)?`(${e.x},${e.y})`:`${t?`X`:`Y`}(${e})`}`,iB=e=>!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length),aB={w:0,h:0},oB=(e,t)=>t?{w:t[`${e}Width`],h:t[`${e}Height`]}:aB,sB=e=>oB(`inner`,e||cR),cB=lz(oB,`offset`),lB=lz(oB,`client`),uB=lz(oB,`scroll`),dB=e=>{let t=parseFloat(tB(e,$R))||0,n=parseFloat(tB(e,ez))||0;return{w:t-dR(t),h:n-dR(n)}},fB=e=>e.getBoundingClientRect(),pB=e=>!!e&&iB(e),mB=e=>!!(e&&(e[ez]||e[$R])),hB=(e,t)=>{let n=mB(e);return!mB(t)&&n},gB=(e,t,n,r)=>{FR(bz(t),(t=>{e&&e.removeEventListener(t,n,r)}))},_B=(e,t,n,r)=>{let i=(r&&r.D)??!0,a=r&&r.I||!1,o=r&&r.A||!1,s={passive:i,capture:a};return lz(UR,bz(t).map((t=>{let r=o?i=>{gB(e,t,r,a),n&&n(i)}:n;return e&&e.addEventListener(t,r,s),lz(gB,e,t,r,a)})))},vB=e=>e.stopPropagation(),yB=e=>e.preventDefault(),bB=e=>vB(e)||yB(e),xB=(e,t)=>{let{x:n,y:r}=TR(t)?{x:t,y:t}:t||{};TR(n)&&(e.scrollLeft=n),TR(r)&&(e.scrollTop=r)},SB=e=>({x:e.scrollLeft,y:e.scrollTop}),CB=()=>({T:{x:0,y:0},k:{x:0,y:0}}),wB=(e,t)=>{let{T:n,k:r}=e,{w:i,h:a}=t,o=(e,t,n)=>{let r=pR(e)*n,i=pR(t)*n;if(r===i){let n=fR(e),a=fR(t);i=n>a?0:i,r=n<a?0:r}return r=r===i?0:r,[r+0,i+0]},[s,c]=o(n.x,r.x,i),[l,u]=o(n.y,r.y,a);return{T:{x:s,y:l},k:{x:c,y:u}}},TB=({T:e,k:t})=>{let n=(e,t)=>e===0&&e<=t;return{x:n(e.x,t.x),y:n(e.y,t.y)}},EB=({T:e,k:t},n)=>{let r=(e,t,n)=>yz(0,1,(e-n)/(e-t)||0);return{x:r(e.x,t.x,n.x),y:r(e.y,t.y,n.y)}},DB=e=>{e&&e.focus&&e.focus({preventScroll:!0,focusVisible:!1})},OB=(e,t)=>{FR(BR(t),e)},kB=e=>{let t=new Map,n=(e,n)=>{if(e){let r=t.get(e);OB((e=>{r&&r[e?`delete`:`clear`](e)}),n)}else t.forEach((e=>{e.clear()})),t.clear()},r=(e,i)=>{if(ER(e)){let r=t.get(e)||new Set;return t.set(e,r),OB((e=>{OR(e)&&r.add(e)}),i),lz(n,e,i)}DR(i)&&i&&n();let a=mz(e),o=[];return FR(a,(t=>{let n=e[t];n&&RR(o,r(t,n))})),lz(UR,o)};return r(e||{}),[r,n,(e,n)=>{FR(zR(t.get(e)),(e=>{n&&!VR(n)?e.apply(0,n):e()}))}]},AB={},jB={},MB=e=>{FR(e,(e=>FR(e,((t,n)=>{AB[n]=e[n]}))))},NB=(e,t,n)=>mz(e).map((r=>{let{static:i,instance:a}=e[r],[o,s,c]=n||[],l=n?a:i;if(l){let e=n?l(o,s,t):l(t);return(c||jB)[r]=e}})),PB=(e,t)=>e[t],FB=e=>PB(jB,e),IB=`__osOptionsValidationPlugin`,LB=`data-overlayscrollbars`,RB=`os-environment`,zB=`${RB}-scrollbar-hidden`,BB=`${LB}-initialize`,VB=`noClipping`,HB=`${LB}-body`,UB=LB,WB=`host`,GB=`${LB}-viewport`,KB=ZR,qB=QR,JB=`arrange`,YB=`measuring`,XB=`scrolling`,ZB=`scrollbarHidden`,QB=`noContent`,$B=`${LB}-padding`,eV=`${LB}-content`,tV=`os-size-observer`,nV=`${tV}-appear`,rV=`${tV}-listener`;`${rV}`,`${rV}`;var iV=`os-trinsic-observer`,aV=`os-theme-none`,oV=`os-scrollbar`,sV=`${oV}-rtl`,cV=`${oV}-horizontal`,lV=`${oV}-vertical`,uV=`${oV}-track`,dV=`${oV}-handle`,fV=`${oV}-visible`,pV=`${oV}-cornerless`,mV=`${oV}-interaction`,hV=`${oV}-unusable`,gV=`${oV}-auto-hide`,_V=`${gV}-hidden`,vV=`${oV}-wheel`,yV=`${uV}-interactive`,bV=`${dV}-interactive`,xV=`__osSizeObserverPlugin`,SV=(e,t)=>{let{M:n}=t,[r,i]=e(`showNativeOverlaidScrollbars`);return[r&&n.x&&n.y,i]},CV=e=>e.indexOf(tz)===0,wV=e=>e.replace(`${tz}-`,``),TV=(e,t)=>{if(e===`auto`)return t?rz:nz;let n=e||nz;return[nz,rz,tz].includes(n)?n:nz},EV=(e,t)=>{let{overflowX:n,overflowY:r}=tB(e,[ZR,QR]);return{x:TV(n,t.x),y:TV(r,t.y)}},DV=`__osScrollbarsHidingPlugin`,OV=`__osClickScrollPlugin`,kV=e=>JSON.stringify(e,((e,t)=>{if(OR(t))throw 0;return t})),AV=(e,t)=>e?`${t}`.split(`.`).reduce(((e,t)=>e&&pz(e,t)?e[t]:void 0),e):void 0,jV=[0,33],MV=[33,99],NV=[222,666,!0],PV={paddingAbsolute:!1,showNativeOverlaidScrollbars:!1,update:{elementEvents:[[`img`,`load`]],debounce:{mutation:jV,resize:null,event:MV,env:NV},attributes:null,ignoreMutation:null,flowDirectionStyles:null},overflow:{x:`scroll`,y:`scroll`},scrollbars:{theme:`os-theme-dark`,visibility:`auto`,autoHide:`never`,autoHideDelay:1300,autoHideSuspend:!1,dragScroll:!0,clickScroll:!1,pointers:[`mouse`,`touch`,`pen`]}},FV=(e,t)=>{let n={};return FR(LR(mz(t),mz(e)),(r=>{let i=e[r],a=t[r];if(AR(i)&&AR(a))hz(n[r]={},FV(i,a)),_z(n[r])&&delete n[r];else if(pz(t,r)&&a!==i){let e=!0;if(kR(i)||kR(a))try{kV(i)===kV(a)&&(e=!1)}catch{}e&&(n[r]=a)}})),n},IV=(e,t,n)=>r=>[AV(e,r),n||AV(t,r)!==void 0],LV,RV=()=>LV,zV=e=>{LV=e},BV,VV=()=>{let e=(e,t,n)=>{Uz(document.body,e),Uz(document.body,e);let r=lB(e),i=cB(e),a=dB(t);return n&&Hz(e),{x:i.h-r.h+a.h,y:i.w-r.w+a.w}},t=e=>{let t=!1,n=Mz(e,zB);try{t=tB(e,`scrollbar-width`)===`none`||tB(e,`display`,`::-webkit-scrollbar`)===`none`}catch{}return n(),t},n=Jz(`<div class="${RB}"><div></div><style>${`.${RB}{scroll-behavior:auto!important;position:fixed;opacity:0;visibility:hidden;overflow:scroll;height:200px;width:200px;z-index:-1}.${RB} div{width:200%;height:200%;margin:10px 0}.${zB}{scrollbar-width:none!important}.${zB}::-webkit-scrollbar,.${zB}::-webkit-scrollbar-corner{appearance:none!important;display:none!important;width:0!important;height:0!important}`}</style></div>`)[0],r=n.firstChild,i=n.lastChild,a=RV();a&&(i.nonce=a);let[o,,s]=kB(),[c,l]=sR({o:e(n,r),i:sz},lz(e,n,r,!0)),[u]=l(),d=t(n),f={x:u.x===0,y:u.y===0},p={elements:{host:null,padding:!d,viewport:e=>d&&Iz(e)&&e,content:!1},scrollbars:{slot:!0},cancel:{nativeScrollbarsOverlaid:!1,body:null}},m=hz({},PV),h=lz(hz,{},m),g=lz(hz,{},p),_={U:u,M:f,P:d,J:!!SR,G:lz(o,`r`),K:g,Z:e=>hz(p,e)&&g(),tt:h,nt:e=>hz(m,e)&&h(),ot:hz({},p),st:hz({},m)};if(wz(n,`style`),Hz(n),_B(cR,`resize`,(()=>{s(`r`,[])})),OR(cR.matchMedia)&&!d&&(!f.x||!f.y)){let e=t=>{_B(cR.matchMedia(`(resolution: ${cR.devicePixelRatio}dppx)`),`change`,(()=>{t(),e(t)}),{A:!0})};e((()=>{let[e,t]=c();hz(_.U,e),s(`r`,[t])}))}return _},HV=()=>(BV||=VV(),BV),UV=(e,t,n)=>{let r=!1,i=n?new WeakMap:!1,a=()=>{r=!0},o=a=>{i&&n&&FR(n.map((t=>{let[n,r]=t||[];return[r&&n?(a||Nz)(n,e):[],r]})),(n=>FR(n[0],(a=>{let o=n[1],s=i.get(a)||[];if(e.contains(a)&&o){let e=_B(a,o,(n=>{r?(e(),i.delete(a)):t(n)}));i.set(a,RR(s,e))}else UR(s),i.delete(a)}))))};return o(),[a,o]},WV=(e,t,n,r)=>{let i=!1,{et:a,ct:o,rt:s,it:c,lt:l,ut:u}=r||{},[d,f]=UV(e,(()=>i&&n(!0)),s),p=a||[],m=o||[],h=LR(p,m),g=(i,a)=>{if(!VR(a)){let o=l||vz,s=u||vz,d=[],p=[],h=!1,g=!1;if(FR(a,(n=>{let{attributeName:i,target:a,type:l,oldValue:u,addedNodes:f,removedNodes:_}=n,v=l===`attributes`,y=l===`childList`,b=e===a,x=v&&i,S=x&&xz(a,i||``),C=ER(S)?S:null,w=x&&u!==C,T=IR(m,i)&&w;if(t&&(y||!b)){let t=v&&w,l=t&&c&&Fz(a,c),p=(l?!o(a,i,u,C):!v||t)&&!s(n,!!l,e,r);FR(f,(e=>RR(d,e))),FR(_,(e=>RR(d,e))),g||=p}!t&&b&&w&&!o(a,i,u,C)&&(RR(p,i),h||=T)})),f((e=>HR(d).reduce(((t,n)=>(RR(t,Nz(e,n)),Fz(n,e)?RR(t,n):t)),[]))),t)return!i&&g&&n(!1),[!1];if(!VR(p)||h){let e=[HR(p),h];return i||n.apply(0,e),e}}},_=new yR(lz(g,!1));return[()=>(_.observe(e,{attributes:!0,attributeOldValue:!0,attributeFilter:h,subtree:t,childList:t,characterData:t}),i=!0,()=>{i&&=(d(),_.disconnect(),!1)}),()=>{if(i)return g(!0,_.takeRecords())}]},GV=null,KV=(e,t,n)=>{let{ft:r}=n||{},i=FB(xV),[a]=sR({o:!1,u:!0});return()=>{let n=[],o=Jz(`<div class="${tV}"><div class="${rV}"></div></div>`)[0],s=o.firstChild,c=e=>{let n=kR(e)&&!VR(e),r=!1,i=!1;if(n){let t=e[0],[n,,o]=a(t.contentRect),s=mB(n);i=hB(n,o),r=!i&&!s}else i=e===!0;r||t({_t:!0,ft:i})};if(xR){if(!DR(GV)){let t=new xR(vz);t.observe(e,{get box(){GV=!0}}),GV||=!1,t.disconnect()}let t=fz(c,{p:0,v:0}),r=e=>t(e),i=new xR(r);if(i.observe(GV?e:s),RR(n,[()=>{i.disconnect()},!GV&&Uz(e,o)]),GV){let t=new xR(r);t.observe(e,{box:`border-box`}),RR(n,(()=>t.disconnect()))}}else if(i){let[t,a]=i(s,c,r);RR(n,LR([Mz(o,nV),_B(o,`animationstart`,t),Uz(e,o)],a))}else return vz;return lz(UR,n)}},qV=(e,t)=>{let n,r=e=>e.h===0||e.isIntersecting||e.intersectionRatio>0,i=qz(iV),[a]=sR({o:!1}),o=(e,n)=>{if(e){let i=a(r(e)),[,o]=i;return o&&!n&&t(i)&&[i]}},s=(e,t)=>o(t.pop(),e);return[()=>{let t=[];if(bR)n=new bR(lz(s,!1),{root:e}),n.observe(i),RR(t,(()=>{n.disconnect()}));else{let e=()=>{o(cB(i))};RR(t,KV(i,e)()),e()}return lz(UR,RR(t,Uz(e,i)))},()=>n&&s(!0,n.takeRecords())]},JV=(e,t,n,r)=>{let i,a,o,s,c,l,u,d,f=`[${UB}]`,p=`[${GB}]`,m=[`id`,`class`,`style`,`open`,`wrap`,`cols`,`rows`],{dt:h,vt:g,L:_,gt:v,ht:y,V:b,bt:x,yt:S,wt:C,St:w}=e,T=e=>tB(e,`direction`)===`rtl`,E=()=>{let e,t,n,i=fz(r,{p:()=>e,v:()=>t,S:()=>n,m(e,t){let[n]=e,[r]=t;return[LR(mz(n),mz(r)).reduce(((e,t)=>(e[t]=n[t]||r[t],e)),{})]}}),a=(r,a)=>{if(kR(a)){let[r,i,o]=a;e=r,t=i,n=o}else TR(a)?(e=a,t=!1,n=!1):(e=!1,t=!1,n=!1);i(r)};return a.O=i.O,a},ee={Ot:!1,B:T(h)},te=HV(),ne=FB(DV),[re]=sR({i:oz,o:{w:0,h:0}},(()=>{let r=ne&&ne.R(e,t,ee,te,n).Y,i=!(x&&b)&&kz(g,UB,VB),a=!b&&S(JB),o=a&&SB(v),s=o&&w(),c=C(YB,i),l=a&&r&&r(),u=uB(_),d=dB(_);return l&&l(),xB(v,o),s&&s(),i&&c(),{w:u.w+d.w,h:u.h+d.h}})),ie=E(),ae=e=>{let t=T(h);hz(e,{Ct:d!==t}),hz(ee,{B:t}),d=t},oe=(e,t)=>{let[n,i]=e,a={$t:i};return hz(ee,{Ot:n}),t||r(a),a},se=({_t:e,ft:t})=>{let n=t?r:ie,i={_t:e||t,ft:t};ae(i),n(i,a)},ce=(e,t)=>{let[,n]=re(),r={xt:n};return ae(r),n&&!t&&ie(r,e?o:i),r},le=(e,t,n)=>{let r={Ht:t};return ae(r),t&&!n&&ie(r,i),r},[ue,de]=y?qV(g,oe):[],fe=!b&&KV(g,se,{ft:!0}),[pe,me]=WV(g,!1,le,{ct:m,et:m}),he=b&&xR&&new xR((e=>{let t=e[e.length-1].contentRect;se({_t:!0,ft:hB(t,u)}),u=t}));return[()=>{he&&he.observe(g);let e=fe&&fe(),t=ue&&ue(),n=pe(),r=te.G((e=>{let[,t]=re();ie({Et:e,xt:t,_t:x},s)}));return()=>{he&&he.disconnect(),e&&e(),t&&t(),l&&l(),n(),r()}},({Dt:e,zt:t,It:n})=>{let r={},[u]=e(`update.ignoreMutation`),[d,h]=e(`update.attributes`),[g,v]=e(`update.elementEvents`),[x,S]=e(`update.debounce`),C=v||h,w=t||n,T=e=>OR(u)&&!!u(e);if(C){c&&c(),l&&l();let[e,t]=WV(y||_,!0,ce,{et:LR(m,d||[]),rt:g,it:f,ut:(e,t)=>{let{target:n,attributeName:r}=e;return(!t&&r&&!b?Vz(n,f,p):!1)||!!zz(n,`.${oV}`)||T(e)}});l=e(),c=t}if(S&&(ie.O(),kR(x)||TR(x)?(i=x,a=!1,o=MV,s=NV):MR(x)?(i=x.mutation,a=x.resize,o=x.event,s=x.env):(i=!1,a=!1,o=!1,s=!1)),w){let e=me(),t=de&&de(),n=c&&c();e&&hz(r,le(e[0],e[1],w)),t&&hz(r,oe(t[0],w)),n&&hz(r,ce(n[0],w))}return ae(r),r},ee]},YV=(e,t)=>OR(t)?t.apply(0,e):t,XV=(e,t,n,r)=>YV(e,CR(r)?n:r)||t.apply(0,e),ZV=(e,t,n,r)=>{let i=YV(e,CR(r)?n:r);return!!i&&(NR(i)?i:t.apply(0,e))},QV=(e,t)=>{let{nativeScrollbarsOverlaid:n,body:r}=t||{},{M:i,P:a,K:o}=HV(),{nativeScrollbarsOverlaid:s,body:c}=o().cancel,l=n??s,u=CR(r)?c:r,d=(i.x||i.y)&&l,f=e&&(wR(u)?!a:u);return!!d||!!f},$V=(e,t,n,r)=>{let{K:i}=HV(),{scrollbars:a}=i(),{slot:o}=a,{dt:s,vt:c,L:l,At:u,gt:d,bt:f,V:p}=t,{scrollbars:m}=u?{}:e,{slot:h}=m||{},g=[],_=[],v=[],y=ZV([s,c,l],(()=>p&&f?s:c),o,h),b=e=>{if(SR){let t=null,r=[],i=new SR({source:d,axis:e}),a=()=>{t&&t.cancel(),t=null};return{Mt:o=>{let{Tt:s}=n,c=TB(s)[e],l=e===`x`,u=[rB(0,l),rB(`calc(-100% + 100cq${l?`w`:`h`})`,l)],d=c?u:u.reverse();return r[0]===d[0]&&r[1]===d[1]?a:(r=d,a(),t=o.kt.animate({clear:[`left`],transform:d},{timeline:i}),a)}}}},x={x:b(`x`),y:b(`y`)},S=()=>{let{Rt:e,Vt:t}=n,r=(e,t)=>yz(0,1,e/(e+t)||0);return{x:r(t.x,e.x),y:r(t.y,e.y)}},C=(e,t,n)=>{let r=n?Mz:jz;FR(e,(e=>{r(e.Lt,t)}))},w=(e,t)=>{FR(e,(e=>{let[n,r]=t(e);eB(n,r)}))},T=(e,t,n)=>{let r=DR(n),i=r?n:!0,a=r?!n:!0;i&&C(_,e,t),a&&C(v,e,t)},E=()=>{let e=S(),t=e=>t=>[t.Lt,{"--os-viewport-percent":Qz(e)+``}];w(_,t(e.x)),w(v,t(e.y))},ee=()=>{if(!SR){let{Tt:e}=n,t=EB(e,SB(d)),r=e=>t=>[t.Lt,{"--os-scroll-percent":Qz(e)+``}];w(_,r(t.x)),w(v,r(t.y))}},te=()=>{let{Tt:e}=n,t=TB(e),r=e=>t=>[t.Lt,{"--os-scroll-direction":e?`0`:`1`}];w(_,r(t.x)),w(v,r(t.y)),SR&&(_.forEach(x.x.Mt),v.forEach(x.y.Mt))},ne=()=>{if(p&&!f){let{Rt:e,Tt:t}=n,r=TB(t),i=EB(t,SB(d)),a=t=>{let{Lt:n}=t,a=Rz(n)===l&&n,o=(e,t,n)=>{let r=t*e;return $z(n?r:-r)};return[a,a&&{transform:rB({x:o(i.x,e.x,r.x),y:o(i.y,e.y,r.y)})}]};w(_,a),w(v,a)}},re=e=>{let t=e?`x`:`y`,n=qz(`${oV} ${e?cV:lV}`),i=qz(uV),a=qz(dV),o={Lt:n,Pt:i,kt:a},s=x[t];return RR(e?_:v,o),RR(g,[Uz(n,i),Uz(i,a),lz(Hz,n),s&&s.Mt(o),r(o,T,e)]),o},ie=lz(re,!0),ae=lz(re,!1);return ie(),ae(),[{Ut:E,Nt:ee,qt:te,Bt:ne,Ft:T,jt:{Xt:_,Yt:ie,Wt:lz(w,_)},Jt:{Xt:v,Yt:ae,Wt:lz(w,v)}},()=>(Uz(y,_[0].Lt),Uz(y,v[0].Lt),lz(UR,g))]},eH=(e,t,n,r,i)=>(a,o,s)=>{let{vt:c,L:l,V:u,gt:d,Gt:f,St:p}=t,{Lt:m,Pt:h,kt:g}=a,[_,v]=uz(333),[y,b]=uz(444),x=e=>{OR(d.scrollBy)&&d.scrollBy({behavior:`smooth`,left:e.x,top:e.y})},S=()=>{let t=`pointerup pointercancel lostpointercapture`,i=`client${s?`X`:`Y`}`,a=s?$R:ez,o=s?`left`:`top`,c=s?`w`:`h`,l=s?`x`:`y`,u=[];return _B(h,`pointerdown`,r((r=>{let m=zz(r.target,`.${dV}`)===g,_=m?g:h,v=e.scrollbars,S=v[m?`dragScroll`:`clickScroll`],{button:C,isPrimary:w,pointerType:T}=r,{pointers:E}=v;if(C===0&&w&&S&&(E||[]).includes(T)){UR(u),b();let e=!m&&(r.shiftKey||S===`instant`),v=lz(fB,g),C=lz(fB,h),w=(e,t)=>(e||v())[o]-(t||C())[o],T=dR(fB(d)[a])/cB(d)[c]||1,E=SB(d)[l],ee=e=>{xB(d,{[l]:E+e})},te=e=>{let{Rt:t}=n,r=cB(h)[c]-cB(g)[c];ee(1/T*e/r*t[l])},ne=r[i],re=v(),ie=C(),ae=re[a],oe=w(re,ie)+ae/2,se=ne-ie[o]-oe,ce=m?0:se,le=e=>{UR(fe),_.releasePointerCapture(e.pointerId)},ue=m||e,de=p(),fe=[_B(f,t,le),_B(f,`selectstart`,(e=>yB(e)),{D:!1}),_B(h,t,le),ue&&_B(h,`pointermove`,(e=>te(ce+e[i]-ne))),ue&&(()=>{let e=SB(d);de();let t=SB(d),n={x:t.x-e.x,y:t.y-e.y};(fR(n.x)>3||fR(n.y)>3)&&(p(),xB(d,e),x(n),y(de))})];if(_.setPointerCapture(r.pointerId),e)te(se);else if(!m){let e=FB(OV);if(e){let{Vt:t}=n,r=e(ee,te,lz(w),se,t[l],S,!!s,(e=>{e?de():RR(fe,de)}));RR(fe,r),RR(u,lz(r,!0))}}}})))},C=!0;return lz(UR,[_B(g,`pointermove pointerleave`,r(i)),_B(m,`pointerenter`,r((()=>{o(mV,!0)}))),_B(m,`pointerleave pointercancel`,r((()=>{o(mV,!1)}))),_B(m,`wheel`,r((e=>{let{deltaX:t,deltaY:n,deltaMode:r}=e;C&&r===0&&Rz(m)===c&&x({x:t,y:n}),C=!1,o(vV,!0),_((()=>{C=!0,o(vV)})),yB(e)})),{D:!1,I:!0}),!u&&_B(m,`mousedown`,r((()=>{let e=Bz();(Sz(e,GB)||Sz(e,UB)||e===document.body)&&gR(lz(DB,l),25)}))),_B(m,`pointerdown`,(()=>{let e=_B(f,`click`,(e=>{t(),bB(e)}),{A:!0,I:!0,D:!1}),t=_B(f,`pointerup pointercancel`,(()=>{t(),setTimeout(e,150)}),{I:!0,D:!0})}),{I:!0,D:!0}),S(),v,b])},tH=(e,t,n,r,i,a,o)=>{let s,c,l,u,d,f=vz,p=0,m=[`mouse`,`pen`],h=e=>t=>{n.Kt||e(t)},g=e=>m.includes(e.pointerType),[_,v]=uz(),[y,b]=uz(100),[x,S]=uz(50),[C,w]=uz((()=>p)),[T,E]=$V(e,a,i,eH(t,a,i,h,(e=>g(e)&&le()))),{vt:ee,Qt:te,bt:ne}=a,{Ft:re,Ut:ie,Nt:ae,qt:oe,Bt:se}=T,ce=(e,t)=>{w();let r=e=>{n.Kt||re(_V,e)};if(e)r();else{let e=l?!s:!0;p>0&&!t?C(lz(r,e)):r(e)}},le=()=>{(l?!s:!u)&&(ce(!0),y((()=>{ce(!1)})))},ue=e=>{g(e)&&(s=!0,!n.Kt&&l&&ce(!0))},de=e=>{g(e)&&(s=!1,!n.Kt&&l&&ce(!1))},fe=e=>{re(gV,e,!0),re(gV,e,!1)},pe=[w,b,S,v,()=>f(),_B(ee,`pointerover`,ue,{A:!0}),_B(ee,`pointerenter`,ue),_B(ee,`pointerleave`,de),_B(ee,`pointermove`,h((e=>{g(e)&&c&&le()}))),_B(te,`scroll`,h((e=>{_((()=>{ae(),le()})),o(e),se()})))],me=FB(DV);return[()=>lz(UR,RR(pe,E())),({Dt:e,It:t,Zt:n,tn:a})=>{let{nn:o,sn:s,en:m,cn:g}=a||{},{Ct:_,ft:v}=n||{},{B:y}=r,{M:b,P:S}=HV(),{rn:C,j:w}=i,[T,E]=e(`showNativeOverlaidScrollbars`),[ee,le]=e(`scrollbars.theme`),[ue,de]=e(`scrollbars.visibility`),[pe,he]=e(`scrollbars.autoHide`),[ge,_e]=e(`scrollbars.autoHideSuspend`),[ve]=e(`scrollbars.autoHideDelay`),[ye,be]=e(`scrollbars.dragScroll`),[xe,Se]=e(`scrollbars.clickScroll`),[Ce,we]=e(`overflow`),Te=v&&!t,Ee=o||s||g||_||t,De=m||de||we,Oe=T&&b.x&&b.y,ke=!S&&!me,Ae=Oe||ke,je=(e,t,n)=>{let r=e.includes(rz)&&(ue===tz||ue===`auto`&&t===rz);return re(fV,r,n),r};if(p=ve,(E||ke)&&re(aV,Ae),le&&(re(d),re(ee,!0),d=ee),(_e||Te)&&(fe(!ge),Te&&ge&&(w.x||w.y?(f(),x((()=>{f=_B(te,rz,h(lz(fe,!0)),{A:!0})}))):fe(!0))),he&&(c=pe===`move`,l=pe===`leave`,u=pe===`never`,ce(u,!0)),be&&re(bV,ye),Se&&re(yV,!!xe),De){let e=je(Ce.x,C.x,!0),t=je(Ce.y,C.y,!1);re(pV,!(e&&t))}Ee&&(ae(),ie(),se(),g&&oe(),re(hV,!w.x,!0),re(hV,!w.y,!1),re(sV,y&&!ne))},{},T]},nH=e=>{let{K:t,P:n}=HV(),{elements:r}=t(),{padding:i,viewport:a,content:o}=r,s=NR(e),c=s?{}:e,{elements:l}=c,{padding:u,viewport:d,content:f}=l||{},p=s?e:c.target,m=Iz(p),h=p.ownerDocument,g=h.documentElement,_=()=>h.defaultView||cR,v=lz(XV,[p]),y=lz(ZV,[p]),b=lz(qz,``),x=lz(v,b,a),S=lz(y,b,o),C=e=>{let t=cB(e),n=uB(e),r=tB(e,ZR),i=tB(e,QR);return n.w-t.w>0&&!CV(r)||n.h-t.h>0&&!CV(i)},w=x(d),T=w===p,E=T&&m,ee=!T&&S(f),te=!T&&w===ee,ne=E?g:w,re=E?ne:p,ie=!T&&y(b,i,u),ae=!te&&ee,oe=[ae,ne,ie,re].map((e=>NR(e)&&!Rz(e)&&e)),se=e=>e&&IR(oe,e),ce=!se(ne)&&C(ne)?ne:p,le=E?g:ne,ue={dt:p,vt:re,L:ne,ln:ie,ht:ae,gt:le,Qt:E?h:ne,an:m?g:ce,Gt:h,bt:m,At:s,V:T,un:_,yt:e=>kz(ne,GB,e),wt:(e,t)=>Oz(ne,GB,e,t),St:()=>Oz(le,GB,XB,!0)},{dt:de,vt:fe,ln:pe,L:me,ht:he}=ue,ge=[()=>{wz(fe,[UB,BB]),wz(de,BB),m&&wz(g,[BB,UB])}],_e=Lz([he,me,pe,fe,de].find((e=>e&&!se(e)))),ve=E?de:he||me,ye=lz(UR,ge);return[ue,()=>{let e=_(),t=Bz(),r=e=>{Uz(Rz(e),Lz(e)),Hz(e)},i=e=>_B(e,`focusin focusout focus blur`,bB,{I:!0,D:!1}),a=`tabindex`,o=xz(me,a),s=i(t);return Cz(fe,UB,T?``:WB),Cz(pe,$B,``),Cz(me,GB,``),Cz(he,eV,``),T||(Cz(me,a,o||`-1`),m&&Cz(g,HB,``)),Uz(ve,_e),Uz(fe,pe),Uz(pe||fe,!T&&me),Uz(me,he),RR(ge,[s,()=>{let e=Bz(),t=se(me),n=t&&e===me?de:e,s=i(n);wz(pe,$B),wz(he,eV),wz(me,GB),m&&wz(g,HB),o?Cz(me,a,o):wz(me,a),se(he)&&r(he),t&&r(me),se(pe)&&r(pe),DB(n),s()}]),n&&!T&&(Dz(me,GB,ZB),RR(ge,lz(wz,me,GB))),DB(!T&&m&&t===de&&e.top===e?me:t),s(),_e=0,ye},ye]},rH=({ht:e})=>({Zt:t,fn:n,It:r})=>{let{$t:i}=t||{},{Ot:a}=n;e&&(i||r)&&eB(e,{[ez]:a&&`100%`})},iH=({vt:e,ln:t,L:n,V:r},i)=>{let[a,o]=sR({i:cz,o:nB()},lz(nB,e,`padding`,``));return({Dt:e,Zt:s,fn:c,It:l})=>{let[u,d]=o(l),{P:f}=HV(),{_t:p,xt:m,Ct:h}=s||{},{B:g}=c,[_,v]=e(`paddingAbsolute`);(p||d||l||m)&&([u,d]=a(l));let y=!r&&(v||h||d);if(y){let e=!_||!t&&!f,r=u.r+u.l,a=u.t+u.b,o={[YR]:e&&!g?-r:0,[XR]:e?-a:0,[JR]:e&&g?-r:0,top:e?-u.t:0,right:e?g?-u.r:`auto`:0,left:e?g?`auto`:-u.l:0,[$R]:e&&`calc(100% + ${r}px)`},s={[WR]:e?u.t:0,[GR]:e?u.r:0,[qR]:e?u.b:0,[KR]:e?u.l:0};eB(t||n,o),eB(n,s),hz(i,{ln:u,_n:!e,F:t?s:hz({},o,s)})}return{dn:y}}},aH=(e,t)=>{let n=HV(),{vt:r,ln:i,L:a,V:o,Qt:s,gt:c,bt:l,wt:u,un:d}=e,{P:f}=n,p=l&&o,m=lz(lR,0),h={display:()=>!1,direction:e=>e!==`ltr`,flexDirection:e=>e.endsWith(`-reverse`),writingMode:e=>e!==`horizontal-tb`},g=mz(h),_={i:oz,o:{w:0,h:0}},v={i:sz,o:{}},y=e=>{u(YB,!p&&e)},b=()=>tB(a,g),x=(e,t)=>{let n=!mz(e).length,r=t?!0:g.some((t=>{let n=e[t];return ER(n)&&h[t](n)}));if(n||!r||!pB(a))return{T:{x:0,y:0},k:{x:1,y:1}};y(!0);let i=SB(c),o=_B(s,rz,(e=>{let t=SB(c);e.isTrusted&&t.x===i.x&&t.y===i.y&&vB(e)}),{I:!0,A:!0}),l=u(QB,!0);xB(c,{x:0,y:0}),l();let d=SB(c),f=uB(c);xB(c,{x:f.w,y:f.h});let p=SB(c),m={x:p.x-d.x,y:p.y-d.y};xB(c,{x:-f.w,y:-f.h});let _=SB(c),v={x:_.x-d.x,y:_.y-d.y},b={x:fR(m.x)>=fR(v.x)?p.x:_.x,y:fR(m.y)>=fR(v.y)?p.y:_.y};return xB(c,i),hR((()=>o())),{T:d,k:b}},S=(e,t)=>{let n=cR.devicePixelRatio%1==0?0:1,r={w:m(e.w-t.w),h:m(e.h-t.h)};return{w:r.w>n?r.w:0,h:r.h>n?r.h:0}},C=(e,t)=>{let n=(e,t,n,r)=>{let i=e===tz?nz:wV(e),a=CV(e),o=CV(n);return!t&&!r?nz:a&&o?tz:a?t&&r?i:t?tz:nz:t?i:o&&r?tz:nz};return{x:n(t.x,e.x,t.y,e.y),y:n(t.y,e.y,t.x,e.x)}},w=e=>{let t=e=>[tz,nz,rz].map((t=>fe(TV(t),e)));u(t(!0).concat(t()).join(` `)),u(mz(e).map((t=>fe(e[t],t===`x`))).join(` `),!0)},[T,E]=sR(_,lz(dB,a)),[ee,te]=sR(_,lz(uB,a)),[ne,re]=sR(_),[ie]=sR(v),[ae,oe]=sR(_),[se]=sR(v),[ce]=sR({i:(e,t)=>az(e,t,HR(LR(mz(e),mz(t)))),o:{}}),[le,ue]=sR({i:(e,t)=>sz(e.T,t.T)&&sz(e.k,t.k),o:CB()}),de=FB(DV),fe=(e,t)=>`${t?KB:qB}${iz(e)}`;return({Dt:o,Zt:s,fn:c,It:l},{dn:h})=>{let{_t:g,Ht:_,xt:v,Ct:fe,ft:pe,Et:me}=s||{},{X:he,Y:ge,W:_e}=de&&de.R(e,t,c,n,o)||{},[ve,ye]=SV(o,n),[be,xe]=o(`overflow`),Se=CV(be.x),Ce=CV(be.y),we=g||h||v||fe||me||ye,Te=E(l),Ee=te(l),De=re(l),Oe=oe(l);if(ye&&f&&u(ZB,!ve),we){kz(r,UB,VB)&&y(!0);let e=ge&&ge(),[t]=Te=T(l),[n]=Ee=ee(l),i=lB(a),o=p&&sB(d()),s={w:m(n.w+t.w),h:m(n.h+t.h)},c={w:m((o?o.w:i.w+m(i.w-n.w))+t.w),h:m((o?o.h:i.h+m(i.h-n.h))+t.h)};e&&e(),Oe=ae(c),De=ne(S(s,c),l)}let[ke,Ae]=Oe,[je,Me]=De,[Ne,Pe]=Ee,[Fe,Ie]=Te,[Le]=ie({x:je.w>0,y:je.h>0}),Re=Se&&Ce&&(Le.x||Le.y)||Se&&Le.x&&!Le.y||Ce&&Le.y&&!Le.x,ze=h||fe||me||Ie||Pe||Ae||Me||xe||ye||we||_&&p,[Be]=o(`update.flowDirectionStyles`),[Ve,He]=ce(Be?Be(a)||{}:b(),l),[Ue,We]=fe||pe||He||l?le(x(Ve,!!Be),l):ue(),Ge=C(Le,be);y(!1),ze&&(w(Ge),Ge=EV(a,Le),_e&&he&&(he(Ge,Ne,Fe),eB(a,_e(Ge))));let[Ke,qe]=se(Ge);return Oz(r,UB,VB,Re),Oz(i,$B,VB,Re),hz(t,{rn:Ke,Vt:{x:ke.w,y:ke.h},Rt:{x:je.w,y:je.h},j:Le,Tt:wB(Ue,je)}),{en:qe,nn:Ae,sn:Me,cn:We||Me}}},oH=e=>{let[t,n,r]=nH(e),i={ln:{t:0,r:0,b:0,l:0},_n:!1,F:{[YR]:0,[XR]:0,[JR]:0,[WR]:0,[GR]:0,[qR]:0,[KR]:0},Vt:{x:0,y:0},Rt:{x:0,y:0},rn:{x:nz,y:nz},j:{x:!1,y:!1},Tt:CB()},{dt:a,gt:o,V:s,St:c}=t,{P:l,M:u}=HV(),d=!l&&(u.x||u.y),f=[rH(t),iH(t,i),aH(t,i)];return[n,e=>{let t={},n=d&&SB(o),r=n&&c();return FR(f,(n=>{hz(t,n(e,t)||{})})),xB(o,n),r&&r(),s||xB(a,0),t},i,t,r]},sH=(e,t,n,r)=>{let i=!1,a={Kt:!1,pn:!1},o=IV(t,{}),[s,c,l,u,d]=oH(e),[f,p,m]=JV(u,l,o,(e=>{y({},e)})),[h,g,,_]=tH(e,t,a,m,l,u,r),v=e=>mz(e).some((t=>!!e[t])),y=(e,r)=>{let{Kt:o,pn:s}=a;if(s||o&&i)return!1;let{vn:l,It:u,zt:d}=e,f=l||{},h=!!u||!i,_={Dt:IV(t,f,h),vn:f,It:h},y=r||p(hz({},_,{zt:d})),b=c(hz({},_,{fn:m,Zt:y}));g(hz({},_,{Zt:y,tn:b}));let x=v(y),S=v(b),C=x||S||!_z(f)||h;return i=!0,C&&n(e,{Zt:y,tn:b}),C};return[()=>{let{an:e,gt:t,St:n}=u,r=SB(e),i=[f(),s(),h(),()=>{a.pn=!0}],o=n();return xB(t,r),o(),lz(UR,i)},y,e=>{let t=a.Kt;a.Kt=e,!e&&t!==e&&y({It:!0,zt:!0})},()=>{g({Dt:IV(t,{},!1),vn:{},It:!1})},()=>({gn:a,hn:m,bn:l}),{yn:u,wn:_},d]},cH=new WeakMap,lH=(e,t)=>{cH.set(e,t)},uH=e=>{cH.delete(e)},dH=e=>cH.get(e),fH=(e,t,n)=>{let{tt:r}=HV(),i=NR(e),a=i?e:e.target,o=dH(a);if(t&&!o){let o=[],s={},c=e=>{let t=gz(e),n=FB(IB);return n?n(t,!0):t},l=hz({},r(),c(t)),[u,d,f]=kB(),[p,m,h]=kB(n),g=(e,t)=>{h(e,t),f(e,t)},[_,v,y,b,x,S,C]=sH(e,l,(({vn:e,It:t},{Zt:n,tn:r})=>{let{_t:i,Ct:a,$t:o,xt:s,Ht:c,ft:l}=n,{nn:u,sn:d,en:f,cn:p}=r;g(`updated`,[T,{updateHints:{sizeChanged:!!i,directionChanged:!!a,heightIntrinsicChanged:!!o,overflowEdgeChanged:!!u,overflowAmountChanged:!!d,overflowStyleChanged:!!f,scrollCoordinatesChanged:!!p,contentMutation:!!s,hostMutation:!!c,appear:!!l},changedOptions:e||{},force:!!t}])}),(e=>g(`scroll`,[T,e]))),w=e=>{let{gn:t}=x(),{pn:n}=t;n||(uH(a),UR(o),g(`destroyed`,[T,e]),d(),m())},T={options(e,t){if(e){let n=FV(l,hz(t?r():{},c(e)));_z(n)||(hz(l,n),v({vn:n}))}return hz({},l)},on:p,off:(e,t)=>{e&&t&&m(e,t)},state(){let{gn:e,hn:t,bn:n}=x(),{pn:r,Kt:i}=e,{B:a}=t,{Vt:o,Rt:s,rn:c,j:l,ln:u,_n:d,Tt:f}=n;return hz({},{overflowEdge:o,overflowAmount:s,overflowStyle:c,hasOverflow:l,scrollCoordinates:{start:f.T,end:f.k},padding:u,paddingAbsolute:d,directionRTL:a,sleeping:i,destroyed:r})},elements(){let{dt:e,vt:t,ln:n,L:r,ht:i,gt:a,Qt:o}=S.yn,{jt:s,Jt:c}=S.wn,l=e=>{let{kt:t,Pt:n,Lt:r}=e;return{scrollbar:r,track:n,handle:t}},u=e=>{let{Xt:t,Yt:n}=e;return hz({},l(t[0]),{clone:()=>{let e=l(n());return b(),e}})};return hz({},{target:e,host:t,padding:n||r,viewport:r,content:i||r,scrollOffsetElement:a,scrollEventElement:o,scrollbarHorizontal:u(s),scrollbarVertical:u(c)})},update:e=>v({It:e,zt:!0}),destroy:lz(w,!1),sleep:y,plugin:e=>s[mz(e)[0]]};return RR(o,[C]),lH(a,T),NB(AB,fH,[T,u,s]),QV(S.yn.bt,!i&&e.cancel)?(w(!0),T):(RR(o,_()),g(`initialized`,[T]),T.update(),T)}return o};fH.plugin=e=>{let t=kR(e),n=t?e:[e],r=n.map((e=>NB(e,fH)[0]));return MB(n),t?r:r[0]},fH.valid=e=>{let t=e&&e.elements,n=OR(t)&&t();return MR(n)&&!!dH(n.target)},fH.env=()=>{let{U:e,M:t,P:n,J:r,ot:i,st:a,K:o,Z:s,tt:c,nt:l}=HV();return hz({},{scrollbarsSize:e,scrollbarsOverlaid:t,scrollbarsHiding:n,scrollTimeline:r,staticDefaultInitialization:i,staticDefaultOptions:a,getDefaultInitialization:o,setDefaultInitialization:s,getDefaultOptions:c,setDefaultOptions:l})},fH.nonce=zV,fH.trustedTypePolicy=Kz;var pH=()=>{if(typeof window>`u`){let e=()=>{};return[e,e]}let e,t,n=window,r=typeof n.requestIdleCallback==`function`,i=n.requestAnimationFrame,a=n.cancelAnimationFrame,o=r?n.requestIdleCallback:i,s=r?n.cancelIdleCallback:a,c=()=>{s(e),a(t)};return[(n,a)=>{c(),e=o(r?()=>{c(),t=i(n)}:n,typeof a==`object`?a:{timeout:2233})},c]},mH=e=>{let{options:t,events:n,defer:r}=e||{},[i,a]=(0,u.useMemo)(pH,[]),o=(0,u.useRef)(null),s=(0,u.useRef)(r),c=(0,u.useRef)(t),l=(0,u.useRef)(n);return(0,u.useEffect)(()=>{s.current=r},[r]),(0,u.useEffect)(()=>{let{current:e}=o;c.current=t,fH.valid(e)&&e.options(t||{},!0)},[t]),(0,u.useEffect)(()=>{let{current:e}=o;l.current=n,fH.valid(e)&&e.on(n||{},!0)},[n]),(0,u.useEffect)(()=>()=>{var e;a(),(e=o.current)==null||e.destroy()},[]),(0,u.useMemo)(()=>[e=>{let t=o.current;if(fH.valid(t))return;let n=s.current,r=c.current||{},a=l.current||{},u=()=>o.current=fH(e,r,a);n?i(u,n):u()},()=>o.current],[])},hH=(0,u.forwardRef)((e,t)=>{let{element:n=`div`,options:r,events:i,defer:a,children:o,...s}=e,c=n,l=(0,u.useRef)(null),d=(0,u.useRef)(null),[f,p]=mH({options:r,events:i,defer:a});return(0,u.useEffect)(()=>{let{current:e}=l,{current:t}=d;if(!e)return;let r=e;return f(n===`body`?{target:r,cancel:{body:null}}:{target:r,elements:{viewport:t,content:t}}),()=>p()?.destroy()},[f,n]),(0,u.useImperativeHandle)(t,()=>({osInstance:p,getElement:()=>l.current}),[]),u.default.createElement(c,{"data-overlayscrollbars-initialize":``,ref:l,...s},n===`body`?o:u.default.createElement(`div`,{"data-overlayscrollbars-contents":``,ref:d},o))}),gH={scroll:`_scroll_12rza_1`,gradient:`_gradient_12rza_21`},_H=({children:e,extendedItemSelector:t,extendedScrollDelay:n,extendedScrollOffset:r=20,initialScrollPosition:i,onScrollTop:a,className:o,maxHeight:s=580,dir:c})=>{let l=(0,u.useRef)(null);return(0,u.useEffect)(()=>{if(!i)return;let e=l.current?.osInstance();if(!e)return;let{content:t}=e.elements();t.scrollBy({top:i,behavior:`instant`})},[i]),(0,u.useEffect)(()=>{let e=l.current?.osInstance();if(!e)return;let{content:t,host:n}=e.elements(),r=new ResizeObserver(()=>{let e=Math.floor(t.scrollHeight/10)*10>Math.floor(t.clientHeight/10)*10;n.classList.toggle(gH.gradient,e)});return r.observe(t),()=>r.disconnect()},[]),(0,u.useEffect)(()=>{let e=l.current?.osInstance();if(!e||!t)return;let{content:i}=e.elements(),a=e=>{let a=e.target.closest(t);a&&setTimeout(()=>{let{bottom:e}=i.getBoundingClientRect(),{bottom:t}=a.getBoundingClientRect();t>e&&i.scrollBy({top:t-e+r,behavior:`smooth`})},n)};return i.addEventListener(`click`,a),()=>i.removeEventListener(`click`,a)},[t,n,r]),(0,d.jsx)(hH,{options:{scrollbars:{autoHide:`move`}},style:{maxHeight:`${s}px`},events:{scroll:()=>{let e=l.current?.osInstance();if(!e)return;let{content:t,host:n}=e.elements(),r=n.classList.contains(gH.gradient),i=Math.floor((t.scrollHeight-t.scrollTop)/10)*10,o=Math.floor(t.clientHeight/10)*10;if(a?.(t.scrollTop),i===o){if(!r)return;n.classList.remove(gH.gradient)}else{if(r)return;n.classList.add(gH.gradient)}}},className:(0,tD.default)(gH.scroll,o),dir:c,ref:l,children:e})},vH=()=>(0,d.jsxs)(`svg`,{viewBox:`0 0 265 169`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,d.jsx)(`rect`,{x:`1.40984`,y:`-1.40984`,width:`262.18`,height:`166.18`,rx:`12.6885`,transform:`matrix(1 0 0 -1 0 166.18)`,fill:`white`,fillOpacity:`0.8`,stroke:`#595959`,strokeWidth:`2.81967`}),(0,d.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M99.3698 27.707H22.0781V124.674C22.0797 122.312 26.6694 121.173 32.0465 119.839C39.1892 118.066 47.7211 115.948 48.7333 110.162C43.8427 107.061 41.9764 102.382 40.0669 97.5948L40.0669 97.5947L40.0669 97.5946C39.696 96.6648 39.3235 95.731 38.927 94.8038C34.1284 99.4719 31.9886 78.0919 36.2913 78.0919C28.1117 55.9872 50.5071 37.849 71.2002 50.3173C83.3362 47.6933 90.0421 62.2119 82.8127 78.0924C85.7951 76.6592 86.3654 84.2999 85.7951 89.0497C85.7951 90.27 84.5283 98.8118 81.3268 95.503C80.938 96.4026 80.5728 97.3088 80.2092 98.2109L80.2092 98.2111C78.2894 102.975 76.4142 107.628 71.34 110.632C72.7976 116.065 81.5159 118.115 88.8476 119.839C94.5234 121.173 99.3681 122.312 99.3698 124.674V27.707Z`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`102.508`,width:`57.9687`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`179.426`,y:`102.508`,width:`63.4896`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`27.7031`,width:`60.7292`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`52.6406`,width:`60.7292`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`77.5742`,width:`102.135`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`127.441`,width:`132.5`,height:`11.082`,fill:`#595959`})]});q.addResourceBundle(`ru-RU`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`en-US`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`lv-LV`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`de-DE`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`pl-PL`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`it-IT`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hu-HU`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`zh-Hans`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`zh-Hant`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`無數據`}),q.addResourceBundle(`sk-SK`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`uk-UA`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`fr-FR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`es-ES`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`pt-PT`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ar-AE`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`nl-NL`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`id-ID`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`vi-VN`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ko-KR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ms-MY`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ro-RO`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`el-GR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`tr-TR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ja-JP`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`cs-CZ`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`th-TH`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hi-IN`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`bn-BD`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`he-IL`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`fi-FI`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`sv-SE`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`da-DK`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hr-HR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`no-NO`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`uz-Latn`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hy-AM`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ky-KG`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ku-Arab`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`tg-TJ`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`});var yH=()=>Pk(`79d0a73f2a9390169b81b7d2390f9bd5`),bH={wrapper:`_wrapper_10k39_1`,overlay:`_overlay_10k39_11`,content:`_content_10k39_22`},xH=({children:e,className:t})=>{let{t:n}=yH();return(0,d.jsxs)(`div`,{className:(0,tD.default)(bH.wrapper,t),children:[e,(0,d.jsx)(`div`,{className:bH.overlay,children:(0,d.jsx)(`div`,{className:bH.content,children:(0,d.jsx)(G,{size:`14x135`,children:n(`noData`)})})})]})},SH={photo:(0,d.jsx)(()=>(0,d.jsxs)(`svg`,{viewBox:`0 0 115 149`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,d.jsx)(`rect`,{width:`115`,height:`149`,rx:`6`,fill:`#595959`}),(0,d.jsx)(`path`,{d:`M0 142.615H115V143.001C115 146.315 112.314 149.001 109 149.001H6C2.68629 149.001 0 146.315 0 143.001V142.615Z`,fill:`white`}),(0,d.jsx)(`path`,{d:`M90.3652 74.5554C101.122 51.2817 91.1441 30.0038 73.0872 33.8495C42.2987 15.5764 8.97721 42.159 21.1473 74.5548C14.7455 74.5548 17.9293 105.888 25.0689 99.0471C28.8402 107.732 31.1466 116.817 40.718 122.182C42.026 122.915 45.5685 126.107 57.1044 126.107C68.4139 126.107 71.5299 123.23 72.8123 122.519C82.1958 117.314 84.4571 108.498 88.1543 100.072C92.9177 104.921 94.8027 92.4024 94.8026 90.614C95.6512 83.6529 94.8026 72.455 90.3652 74.5554Z`,fill:`white`}),(0,d.jsx)(`path`,{d:`M39.8077 119.837H72.9808C72.9808 136.556 115 134.466 115 142.826H0C0 134.466 39.8077 136.556 39.8077 119.837Z`,fill:`white`})]}),{}),"id-card":(0,d.jsx)(vH,{}),passport:(0,d.jsx)(()=>(0,d.jsxs)(`svg`,{viewBox:`0 0 532 407`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,d.jsx)(`path`,{d:`M2.35374 369.34C2.35374 375.97 2.35557 380.801 2.6666 384.608C2.97538 388.387 3.57715 390.949 4.66261 393.08C6.69356 397.066 9.93424 400.306 13.9202 402.337C16.0505 403.423 18.6128 404.025 22.3922 404.333C26.199 404.644 31.0299 404.646 37.6598 404.646H494.34C500.97 404.646 505.801 404.644 509.608 404.333C513.387 404.025 515.949 403.423 518.08 402.337C522.066 400.306 525.306 397.066 527.337 393.08C528.423 390.949 529.025 388.387 529.333 384.608C529.644 380.801 529.646 375.97 529.646 369.34V25.6C529.646 21.0807 529.644 17.8329 529.436 15.2829C529.23 12.7604 528.834 11.1289 528.159 9.80472C526.851 7.237 524.763 5.14938 522.195 3.84109C520.871 3.16638 519.24 2.76999 516.717 2.5639C514.167 2.35556 510.919 2.35373 506.4 2.35373H25.6C21.0807 2.35373 17.8329 2.35556 15.2829 2.5639C12.7604 2.76999 11.1289 3.16638 9.80473 3.84109C7.23702 5.14938 5.1494 7.237 3.84109 9.80472C3.16639 11.1289 2.77 12.7604 2.56391 15.2829C2.35557 17.8329 2.35374 21.0807 2.35374 25.6V369.34Z`,fill:`white`,fillOpacity:`0.8`,stroke:`#595959`,strokeWidth:`4.70747`}),(0,d.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M164.437 62.6133H38.6914V240.024C38.6929 235.702 46.1604 233.617 54.9089 231.175C66.5293 227.932 80.4098 224.057 82.0566 213.471C74.1001 207.798 71.0638 199.237 67.9573 190.478C67.354 188.777 66.748 187.068 66.1027 185.372C58.296 193.913 54.8147 154.796 61.8147 154.796C48.5074 114.354 84.9424 81.1681 118.608 103.98C138.352 99.1791 149.262 125.742 137.5 154.797C142.352 152.175 143.28 166.154 142.352 174.844C142.352 177.077 140.291 192.705 135.083 186.651C134.45 188.297 133.856 189.955 133.265 191.606C130.141 200.321 127.09 208.835 118.835 214.331C121.207 224.271 135.391 228.021 147.318 231.175C156.553 233.617 164.435 235.702 164.437 240.024V62.6133Z`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`38.6914`,y:`297.426`,width:`454.618`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`386.906`,y:`62.6133`,width:`106.4`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`62.6133`,width:`106.4`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`99.1367`,width:`106.4`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`135.668`,width:`178.945`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`172.195`,width:`135.418`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`208.719`,width:`266`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`245.242`,width:`87.0546`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`38.6914`,y:`344.387`,width:`454.618`,height:`20.8718`,fill:`#595959`})]}),{})},CH=({type:e=`passport`,className:t})=>(0,d.jsx)(xH,{className:t,children:SH[e]}),wH={link:`_link_1whdi_1`,text:`_text_1whdi_12`},TH=({children:e,href:t,target:n,className:r})=>(0,d.jsxs)(`a`,{href:t,target:n,className:(0,tD.default)(wH.link,r),children:[(0,d.jsx)(G,{className:wH.text,children:e}),(0,d.jsx)(xD.LinkArrow,{})]}),EH={alert:`_alert_3wbiz_1`,icon:`_icon_3wbiz_9`},DH=({children:e,style:t,className:n,dataAttributes:r})=>(0,d.jsxs)(`div`,{...r,className:(0,tD.default)(EH.alert,n),style:t,children:[(0,d.jsx)(xD.Warning,{fillColor:`#DC4343`,className:EH.icon}),e]});q.addResourceBundle(`ru-RU`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-чип`,portraitComparison:`Сравнение портретов`}),q.addResourceBundle(`en-US`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID chip`,portraitComparison:`Portrait comparison`}),q.addResourceBundle(`lv-LV`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID čips`,portraitComparison:`Fotogrāfiju salīdzināšana`}),q.addResourceBundle(`de-DE`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-Chip`,portraitComparison:`Portraitvergleich`}),q.addResourceBundle(`pl-PL`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Porównanie wizerunku`}),q.addResourceBundle(`it-IT`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Lettura del chip RFID`,portraitComparison:`Confronto dei ritratti`}),q.addResourceBundle(`hu-HU`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID chip`,portraitComparison:`Arcképek összehasonlítása`}),q.addResourceBundle(`zh-Hans`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID芯片`,portraitComparison:`照片对比`}),q.addResourceBundle(`zh-Hant`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`射頻識別晶片`,portraitComparison:`肖像比較`}),q.addResourceBundle(`sk-SK`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Čip RFID`,portraitComparison:`Porovnanie portrétov`}),q.addResourceBundle(`uk-UA`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID чіп`,portraitComparison:`Порівняння фотографій`}),q.addResourceBundle(`fr-FR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Lecture de la puce RFID`,portraitComparison:`Comparaison de visage`}),q.addResourceBundle(`es-ES`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Comparación de fotos`}),q.addResourceBundle(`pt-PT`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Comparativo de Retrato`}),q.addResourceBundle(`ar-AE`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`شريحة RFID`,portraitComparison:`مقارنة الصور الشخصية`}),q.addResourceBundle(`nl-NL`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-chip`,portraitComparison:`Vergelijking van de foto's`}),q.addResourceBundle(`id-ID`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Perbandingan potret`}),q.addResourceBundle(`vi-VN`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`So sánh các ảnh chân dung`}),q.addResourceBundle(`ko-KR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID 칩`,portraitComparison:`인물 사진 비교`}),q.addResourceBundle(`ms-MY`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Cip RFID`,portraitComparison:`Perbandingan antara potret`}),q.addResourceBundle(`ro-RO`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Cip RFID`,portraitComparison:`Compararea portretelor`}),q.addResourceBundle(`el-GR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Κύκλωμα ραδιοσυχνικής αναγνώρισης`,portraitComparison:`Σύγκριση πορτρέτων`}),q.addResourceBundle(`tr-TR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID`,portraitComparison:`Portre karşılaştırma`}),q.addResourceBundle(`ja-JP`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFIDチップ`,portraitComparison:`顔写真の比較`}),q.addResourceBundle(`cs-CZ`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Čip RFID`,portraitComparison:`Porovnání fotografií`}),q.addResourceBundle(`th-TH`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`ชิพ RFID`,portraitComparison:`การเปรียบเทียบภาพครึ่งตัว`}),q.addResourceBundle(`hi-IN`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID चिप`,portraitComparison:`पोट्रेट की तुलना`}),q.addResourceBundle(`bn-BD`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID চিপ`,portraitComparison:`পোর্ট্রেটসমূহের তুলনা`}),q.addResourceBundle(`he-IL`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`שבב RFID`,portraitComparison:`השוואה של תמונות דיוקן`}),q.addResourceBundle(`fi-FI`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-siru`,portraitComparison:`Valokuvien vertailu`}),q.addResourceBundle(`sv-SE`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-chipp`,portraitComparison:`Jämförelse av porträtten`}),q.addResourceBundle(`da-DK`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-chip`,portraitComparison:`Sammenligning af portrætterne`}),q.addResourceBundle(`hr-HR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID čip`,portraitComparison:`Usporedba portreta`}),q.addResourceBundle(`no-NO`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-brikke`,portraitComparison:`Sammenligning av portrettene`}),q.addResourceBundle(`uz-Latn`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID chipi`,portraitComparison:`Portretlarni taqqoslash`}),q.addResourceBundle(`hy-AM`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID չիպ`,portraitComparison:`Դիմանկարների համեմատում`}),q.addResourceBundle(`ky-KG`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-чип`,portraitComparison:`Портреттерди салыштыруу`}),q.addResourceBundle(`ku-Arab`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`چیپی RFID`,portraitComparison:`بەراوردی پۆرترێت`}),q.addResourceBundle(`tg-TJ`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-чип`,portraitComparison:`Муқоисаи портретҳо`});var OH=()=>Pk(`601fd7a47bff5ff2f054ec13adba6017`),kH=(e,t)=>{switch(e){case A.OK:return(0,d.jsx)(xD.Verified,{size:t});case A.ERROR:return(0,d.jsx)(xD.NotVerified,{size:t});case A.WAS_NOT_DONE:return(0,d.jsx)(xD.Unknown,{size:t});default:return(0,d.jsx)(xD.Unknown,{size:t})}},AH={container:`_container_1fhgo_1`,pointer:`_pointer_1fhgo_8`},jH=({status:e,name:t,onClick:n})=>{let r=kH(e);return(0,d.jsxs)(`div`,{className:(0,tD.default)(AH.container,{[AH.pointer]:!!n}),onClick:n,children:[r,(0,d.jsx)(G,{children:t})]})},MH=e=>{switch(e){case eE.MRZ:return SU.TEXT_DATA;case eE.TEXT:return SU.TEXT_DATA;case eE.EXPIRY:return SU.TEXT_DATA;case eE.SECURITY:return SU.AUTHENTICITY;case eE.IMAGE_QA:return SU.IMAGE_QUALITY;case eE.DOC_TYPE:return SU.IDENTIFICATION;default:return}},NH=new Map([[eE.DOC_TYPE,1],[eE.EXPIRY,2],[eE.TEXT,3],[eE.MRZ,4],[eE.SECURITY,5],[eE.IMAGE_QA,6]]),PH=(e,t)=>(NH.get(e)??0)-(NH.get(t)??0),FH=({detailedStatus:e,rfid:t,onStatusClick:n,scrollTo:r})=>{let{t:i}=OH();return(0,d.jsxs)(d.Fragment,{children:[Object.entries(e.optical).sort(([e],[t])=>PH(e,t)).map(([e,t])=>(0,d.jsx)(jH,{status:t,name:(0,d.jsx)($.OpticalStatusField,{children:e}),onClick:t===A.WAS_NOT_DONE?void 0:()=>n(e)},e)),!!t.length&&(0,d.jsx)(jH,{status:e.summary.rfid,name:i(`rfid`),onClick:r?()=>r(`rfid`):void 0}),(0,d.jsx)(jH,{status:e.summary.portrait,name:i(`portraitComparison`),onClick:e.summary.portrait!==A.WAS_NOT_DONE&&r?()=>r(`portrait`):void 0})]})},IH={selected:`_selected_synx0_14`},LH=({detailedStatus:e,rfid:t,scrollToResult:n=!0})=>{let{setTabID:r}=C(),i=e=>{nD.scroller.scrollTo(e,{duration:400,smooth:`linear`,offset:-50})};return(0,u.useEffect)(()=>(nD.Events.scrollEvent.register(`end`,(e,t)=>{let n=()=>{t.classList.remove(IH.selected),t.removeEventListener(`animationend`,n)};t.addEventListener(`animationend`,n),t.classList.add(IH.selected)}),()=>{nD.Events.scrollEvent.remove(`end`)}),[]),(0,d.jsx)(FH,{detailedStatus:e,rfid:t,onStatusClick:e=>{r(MH(e)),rD.isMobile&&i(`text`)},scrollTo:n?i:void 0})};q.addResourceBundle(`ru-RU`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`en-US`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`lv-LV`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`de-DE`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`pl-PL`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`it-IT`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hu-HU`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`zh-Hans`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`zh-Hant`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`sk-SK`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`uk-UA`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`fr-FR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`es-ES`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`pt-PT`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ar-AE`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`nl-NL`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`id-ID`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`vi-VN`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ko-KR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ms-MY`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ro-RO`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`el-GR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`tr-TR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ja-JP`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`cs-CZ`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`th-TH`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hi-IN`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`bn-BD`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`he-IL`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`fi-FI`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`sv-SE`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`da-DK`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hr-HR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`no-NO`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`uz-Latn`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hy-AM`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ky-KG`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ku-Arab`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`tg-TJ`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`});var RH=()=>Pk(`910ae02c7afb807a519375749273b41d`),zH={head:`_head_1lz5l_1`,name:`_name_1lz5l_6`,status:`_status_1lz5l_9`},BH=({status:e})=>{let{t}=RH();return(0,d.jsxs)(`div`,{className:zH.head,children:[(0,d.jsx)(`div`,{className:zH.status,children:kH(e,20)}),(0,d.jsx)(G,{size:`18x135`,className:zH.name,children:t(`documentValidity`)})]})},VH=({defaultOpen:e,status:t,children:n,className:r,style:i})=>(0,d.jsx)(HD,{className:r,style:i,type:`rounded`,head:(0,d.jsx)(BH,{status:t}),defaultOpen:e,openClickArea:`head`,children:n}),HH={container:`_container_1fmah_1`,"vertical-list":`_vertical-list_1fmah_5`,"horizontal-list":`_horizontal-list_1fmah_17`},UH=({openOnError:e,detailedStatus:t,rfid:n,type:r,scrollToResult:i,className:a,style:o})=>r===`collapse`?(0,d.jsx)(VH,{defaultOpen:e&&t.overallStatus===A.ERROR,className:a,style:o,status:t.overallStatus,children:(0,d.jsx)(`div`,{className:HH[`horizontal-list`],children:(0,d.jsx)(LH,{detailedStatus:t,rfid:n,scrollToResult:i})})}):(0,d.jsx)(`div`,{className:(0,tD.default)(HH.container,a),style:o,children:(0,d.jsx)(`div`,{className:HH[`vertical-list`],children:(0,d.jsx)(LH,{detailedStatus:t,rfid:n,scrollToResult:i})})}),WH=({type:e=`list`,openOnError:t=!1,scrollToResult:n,className:r,style:i})=>{let{response:a}=m();return a?(0,d.jsx)(UH,{openOnError:t,detailedStatus:cE(a),scrollToResult:n,rfid:_m.fromProcessResponse(a),type:e,className:r,style:i}):null};q.addResourceBundle(`ru-RU`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Национальность`,portrait:`Фотография`,issuingState:`Государство выдачи`,dateOfExpiry:`Дата окончания действия`,dateOfBirth:`Дата рождения`,number:`Номер`,age:`Возраст`}),q.addResourceBundle(`en-US`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationality`,portrait:`Portrait`,issuingState:`Issuing state`,dateOfExpiry:`Date of expiry`,dateOfBirth:`Date of birth`,number:`Number`,age:`Age`}),q.addResourceBundle(`lv-LV`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Tautība`,portrait:`Portrets`,issuingState:`Izdevējvalsts`,dateOfExpiry:`Derīguma termiņš`,dateOfBirth:`Dzimšanas datums`,number:`Number`,age:`Vecums`}),q.addResourceBundle(`de-DE`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalität`,portrait:`Porträt`,issuingState:`Ausstellendes Land`,dateOfExpiry:`Ablaufdatum`,dateOfBirth:`Geburtsdatum`,number:`Number`,age:`Alter`}),q.addResourceBundle(`pl-PL`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Narodowość`,portrait:`Wizerunek`,issuingState:`Kod kraju`,dateOfExpiry:`Data ważności`,dateOfBirth:`Data urodzenia`,number:`Number`,age:`Wiek`}),q.addResourceBundle(`it-IT`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nazionalità`,portrait:`Ritratto`,issuingState:`Stato di emissione`,dateOfExpiry:`Data di scadenza`,dateOfBirth:`Data di nascita`,number:`Number`,age:`Età`}),q.addResourceBundle(`hu-HU`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Állampolgárság`,portrait:`Álló`,issuingState:`Kiállító állam`,dateOfExpiry:`Lejárat ideje`,dateOfBirth:`Születési idő`,number:`Number`,age:`Kor`}),q.addResourceBundle(`zh-Hans`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`国籍`,portrait:`照片`,issuingState:`发行国家`,dateOfExpiry:`有效期`,dateOfBirth:`出生日期`,number:`Number`,age:`年龄`}),q.addResourceBundle(`zh-Hant`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`國籍`,portrait:`肖像`,issuingState:`簽發國`,dateOfExpiry:`有效期至`,dateOfBirth:`出生日期:`,number:`數位`,age:`年齡`}),q.addResourceBundle(`sk-SK`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Národnosť`,portrait:`Portrét`,issuingState:`Vydávajúci kraj`,dateOfExpiry:`Dátum platnosti`,dateOfBirth:`Dátum narodenia`,number:`Number`,age:`Vek`}),q.addResourceBundle(`uk-UA`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Національність`,portrait:`Портрет`,issuingState:`Держава видачі`,dateOfExpiry:`Дата закінчення дії`,dateOfBirth:`Дата народження`,number:`Number`,age:`Вік`}),q.addResourceBundle(`fr-FR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalité`,portrait:`Portrait`,issuingState:`Etat de délivrance`,dateOfExpiry:`Date d'expiration`,dateOfBirth:`Date de naissance`,number:`Number`,age:`Âge`}),q.addResourceBundle(`es-ES`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nacionalidad`,portrait:`Foto`,issuingState:`Estado de emisión`,dateOfExpiry:`Fecha de expiración`,dateOfBirth:`Fecha de nacimiento`,number:`Number`,age:`Edad`}),q.addResourceBundle(`pt-PT`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nacionalidade`,portrait:`Retrato`,issuingState:`Estado emissor`,dateOfExpiry:`Data de validade`,dateOfBirth:`Data de nascimento`,number:`Number`,age:`Idade`}),q.addResourceBundle(`ar-AE`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`الجنسية`,portrait:`صورة`,issuingState:`الولاية الصادرة`,dateOfExpiry:`تاريخ الانتهاء`,dateOfBirth:`تاريخ الميلاد`,number:`رقم`,age:`العمر`}),q.addResourceBundle(`nl-NL`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationaliteit`,portrait:`Foto`,issuingState:`Uitgevende staat`,dateOfExpiry:`Vervaldatum`,dateOfBirth:`Geboortedatum`,number:`Number`,age:`Leeftijd`}),q.addResourceBundle(`id-ID`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Kewarganegaraan`,portrait:`Potret`,issuingState:`Negara penerbit`,dateOfExpiry:`Tanggal kedaluwarsa`,dateOfBirth:`Tanggal lahir`,number:`Number`,age:`Umur`}),q.addResourceBundle(`vi-VN`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Quốc tịch`,portrait:`Ảnh chân dung`,issuingState:`Nhà nước cấp`,dateOfExpiry:`Ngày hết hạn`,dateOfBirth:`Ngày sinh`,number:`Number`,age:`Tuổi`}),q.addResourceBundle(`ko-KR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`국적`,portrait:`인물 사진`,issuingState:`발급 국가`,dateOfExpiry:`만료일`,dateOfBirth:`생년월일`,number:`Number`,age:`연령`}),q.addResourceBundle(`ms-MY`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Kewarganegaraan`,portrait:`Potret`,issuingState:`Negeri pengeluar`,dateOfExpiry:`Tarikh luput`,dateOfBirth:`Tarikh lahir`,number:`Number`,age:`Umur`}),q.addResourceBundle(`ro-RO`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Naţionalitatea`,portrait:`Portret`,issuingState:`Statul emitent`,dateOfExpiry:`Data expirării`,dateOfBirth:`Data nașterii`,number:`Number`,age:`Vârsta`}),q.addResourceBundle(`el-GR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Ιθαγένεια`,portrait:`Πορτρέτο`,issuingState:`Χώρα έκδοσης`,dateOfExpiry:`Ημερομηνία λήξης`,dateOfBirth:`Ημερομηνία γέννησης`,number:`Number`,age:`Ηλικία`}),q.addResourceBundle(`tr-TR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Uyruk`,portrait:`Portre`,issuingState:`Yayınlandığı Ülke`,dateOfExpiry:`Bitiş tarihi`,dateOfBirth:`Doğum tarihi`,number:`Number`,age:`Yaş`}),q.addResourceBundle(`ja-JP`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`国籍`,portrait:`顔写真`,issuingState:`発行州`,dateOfExpiry:`有効期限`,dateOfBirth:`生年月日`,number:`Number`,age:`年齢`}),q.addResourceBundle(`cs-CZ`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Státní občanství`,portrait:`Fotografie`,issuingState:`Vydávající stát`,dateOfExpiry:`Datum vypršení platnosti`,dateOfBirth:`Datum narození`,number:`Number`,age:`Věk`}),q.addResourceBundle(`th-TH`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`สัญชาติ`,portrait:`ภาพถ่ายครึ่งตัว`,issuingState:`รัฐที่ออก`,dateOfExpiry:`วันหมดอายุ`,dateOfBirth:`วันเกิด`,number:`Number`,age:`อายุ`}),q.addResourceBundle(`hi-IN`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`राष्ट्रीयता`,portrait:`पोर्ट्रेट`,issuingState:`जारी करने वाला राज्य`,dateOfExpiry:`समाप्ति तिथि`,dateOfBirth:`जन्म तिथि`,number:`Number`,age:`आयु`}),q.addResourceBundle(`bn-BD`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`জাতীয়তা`,portrait:`পোর্ট্রেট`,issuingState:`ইস্যুকারী প্রদেশ`,dateOfExpiry:`মেয়াদ শেষ হওয়ার তারিখ`,dateOfBirth:`জন্ম তারিখ`,number:`Number`,age:`বয়স`}),q.addResourceBundle(`he-IL`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`לאום`,portrait:`תמונה`,issuingState:`מדינה מנפיקה`,dateOfExpiry:`תאריך תפוגה`,dateOfBirth:`תאריך לידה`,number:`Number`,age:`גיל הבוחר/ת`}),q.addResourceBundle(`fi-FI`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Kansalaisuus`,portrait:`Kuva`,issuingState:`Myöntäjävaltio`,dateOfExpiry:`Viimeinen voimassaolopäivä`,dateOfBirth:`Syntymäaika`,number:`Number`,age:`Ikä`}),q.addResourceBundle(`sv-SE`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalitet`,portrait:`Porträtt`,issuingState:`Utfärdande stat`,dateOfExpiry:`Utgångsdatum`,dateOfBirth:`Födelsedatum`,number:`Number`,age:`Ålder`}),q.addResourceBundle(`da-DK`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalitet`,portrait:`Portræt`,issuingState:`Udstedende stat`,dateOfExpiry:`Udløbsdato`,dateOfBirth:`Fødselsdato`,number:`Number`,age:`Alder`}),q.addResourceBundle(`hr-HR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Državljanstvo`,portrait:`Portret`,issuingState:`Država izdavanja`,dateOfExpiry:`Datum važenja`,dateOfBirth:`Datum rođenja`,number:`Number`,age:`Starost`}),q.addResourceBundle(`no-NO`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nasjonalitet`,portrait:`Portrett`,issuingState:`Utstedende stat`,dateOfExpiry:`Utløpsdato`,dateOfBirth:`Fødselsdato`,number:`Number`,age:`Alder`}),q.addResourceBundle(`uz-Latn`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Millati`,portrait:`Fotosurat`,issuingState:`Berilgan davlat`,dateOfExpiry:`Amal qilish muddatining tugash sanasi`,dateOfBirth:`Tug'ilgan sana`,number:`Raqam`,age:`Yosh`}),q.addResourceBundle(`hy-AM`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Ազգությունը`,portrait:`Լուսանկար`,issuingState:`Փաստաթուղթը տրամադրող պետությունը`,dateOfExpiry:`Գործողության ավարտի ամսաթիվը`,dateOfBirth:`Ծննդյան ամսաթիվը`,number:`Համարը`,age:`Տարիքը`}),q.addResourceBundle(`ky-KG`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Улуту`,portrait:`Сүрөт`,issuingState:`Берүүчү мамлекет`,dateOfExpiry:`Жарактуулук мөөнөтү`,dateOfBirth:`Туулган жылы`,number:`Номери`,age:`Жашы`}),q.addResourceBundle(`ku-Arab`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`نیشتمانایەتی`,portrait:`پۆرترەیت`,issuingState:`دەوڵەتی دەرکردن`,dateOfExpiry:`بەرواری بەسەرچوون`,dateOfBirth:`بەرواری لەدایکبوون`,number:`ژمارە`,age:`تەمەن`}),q.addResourceBundle(`tg-TJ`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Миллат`,portrait:`Акс`,issuingState:`Кишвари диҳанда`,dateOfExpiry:`Санаи анҷоми амал`,dateOfBirth:`Санаи таваллуд`,number:`Рақам`,age:`Синну сол`});var GH=()=>Pk(`cba5b1563e4d8bfbec09cb310eaef733`),KH={container:`_container_l6jk0_1`,image:`_image_l6jk0_7`,info:`_info_l6jk0_21`,title:`_title_l6jk0_32`,items:`_items_l6jk0_35`,item:`_item_l6jk0_35`,text:`_text_l6jk0_47`},qH=({nameSurname:e,issuingStateName:t,dateOfExpiry:n,dateOfBirth:r,documentNumber:i,portrait:a,documentOwnerAge:o,documentOwnerNationalityCode:s,documentOwnerSex:c,imageViewer:l=!0,showPortrait:u,className:f})=>{let{t:p}=GH(),m=c.value?$.getSex(c.value):``,h=o.value?`${p(`age`)}: ${o.value}`:``;return(0,d.jsxs)(`div`,{className:(0,tD.default)(KH.container,f),children:[u&&(0,d.jsx)(`div`,{className:KH.image,children:a?(0,d.jsx)(Jk,{src:a,alt:p(`portrait`),draggable:!1,viewer:l,magnifier:!0,download:!0,magnifierImgBorderRadius:6}):(0,d.jsx)(CH,{type:`photo`})}),(0,d.jsxs)(`div`,{className:KH.info,children:[(0,d.jsx)(ED,{level:1,uppercase:!0,className:KH.title,children:e.value.replace(/\^/g,` `)}),(m||h)&&(0,d.jsx)(G,{children:`${m}${m&&h?`, `:``}${h}`}),(0,d.jsxs)(`div`,{className:KH.items,children:[r.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:p(`dateOfBirth`)}),(0,d.jsx)(G,{children:r.value})]}),s.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:p(`nationality`)}),(0,d.jsx)(G,{children:s.value.replace(/\^/g,` `)})]}),t.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:p(`issuingState`)}),(0,d.jsx)(G,{children:t.value})]}),n.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:p(`dateOfExpiry`)}),(0,d.jsx)(G,{children:n.value})]}),i.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:p(`number`)}),(0,d.jsx)(G,{children:i.value})]})]})]})]})},JH={value:``,status:A.ERROR,lcid:j.LATIN},YH=({showPortrait:e=!0,imageViewer:t,className:n})=>{let{response:r}=m();if(!r)return null;let i=e=>AT(r,[Ca.PORTRAIT],e)?.[0]?.pages?.[0]?.src,a=i([M.RFID_GRAPHICS])||i([M.VISUAL_GRAPHICS])||i([M.BARCODE_GRAPHICS])||i([M.LIVE_PORTRAIT])||i([M.EXT_PORTRAIT]),o=gE(r),s=EE(r)?.[0]??JH,c=TE(r)?.[0]??JH,l=DE(r)?.[0]??JH,u=OE(r)?.[0]??JH,f=AE(r)?.[0]??JH,p=wE(r,F.NATIONALITY)?.[0]??JH;return(0,d.jsx)(qH,{nameSurname:o,issuingStateName:s,dateOfExpiry:c,dateOfBirth:wE(r,F.DATE_OF_BIRTH)?.[0]??JH,documentNumber:l,portrait:a,documentOwnerAge:u,documentOwnerSex:f,documentOwnerNationalityCode:p,showPortrait:e,imageViewer:t,className:n})};q.addResourceBundle(`ru-RU`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Время обработки`}),q.addResourceBundle(`en-US`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`lv-LV`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`de-DE`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`pl-PL`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`it-IT`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hu-HU`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`zh-Hans`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`处理时间`}),q.addResourceBundle(`zh-Hant`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`處理時間`}),q.addResourceBundle(`sk-SK`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`uk-UA`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`fr-FR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`es-ES`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`pt-PT`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ar-AE`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`معالجة الوقت`}),q.addResourceBundle(`nl-NL`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`id-ID`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`vi-VN`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ko-KR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ms-MY`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ro-RO`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`el-GR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`tr-TR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ja-JP`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`cs-CZ`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`th-TH`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hi-IN`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`bn-BD`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`he-IL`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`fi-FI`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`sv-SE`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`da-DK`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hr-HR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`no-NO`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`uz-Latn`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hy-AM`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Մշակման ժամանակը`}),q.addResourceBundle(`ky-KG`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Иштетүү убактысы`}),q.addResourceBundle(`ku-Arab`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`کاتی چاککردن`}),q.addResourceBundle(`tg-TJ`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Вақти коркард`});var XH=()=>Pk(`fd36d162be5de318f22b05af38ffef8b`),ZH={text:`_text_i1hpy_1`},QH=({name:e,value:t})=>(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:ZH.text,size:`12x160`,uppercase:!0,children:e}),(0,d.jsx)(G,{children:t})]}),$H={container:`_container_1wbix_1`},eU=({processingTime:e,additionalFields:t})=>{let{t:n}=XH();return(0,d.jsxs)(`div`,{className:$H.container,children:[(0,d.jsx)(QH,{name:n(`processingTime`),value:e+`s`}),t&&t.map(({name:e,value:t})=>(0,d.jsx)(QH,{name:e,value:t},e+t))]})},tU=({additionalFields:e})=>{let{response:t}=m();return!t||!t.elapsedTime&&!e?null:(0,d.jsx)(eU,{processingTime:(t.elapsedTime/1e3).toFixed(3),additionalFields:e})},nU={indicator:`_indicator_1oddz_1`,overall:`_overall_1oddz_10`,green:`_green_1oddz_18`,red:`_red_1oddz_22`},rU=({detailedStatus:e})=>(0,d.jsx)(`div`,{className:(0,tD.default)(nU.indicator,{[nU.red]:e.overallStatus===A.ERROR,[nU.green]:e.overallStatus===A.OK}),children:(0,d.jsx)(G,{size:`12x140`,uppercase:!0,className:nU.overall,children:(0,d.jsx)($.CheckResultVerification,{children:e.overallStatus})})}),iU=()=>{let{response:e}=m();return e?(0,d.jsx)(rU,{detailedStatus:cE(e)}):null},aU={container:`_container_3v1pw_1`},oU=({additionalFields:e,scrollToResult:t,imageViewer:n})=>(0,d.jsxs)(`div`,{className:aU.container,children:[(0,d.jsx)(iU,{}),(0,d.jsx)(WH,{scrollToResult:t}),(0,d.jsx)(YH,{imageViewer:n}),(0,d.jsx)(tU,{additionalFields:e})]}),sU={canvas:`_canvas_1duaq_1`},cU=({image:e,selections:t,onCanvas:n})=>{let r=(0,u.useRef)(null),i=(0,u.useRef)(``),a=(0,u.useRef)(``),o=(0,u.useRef)(document.createElement(`canvas`)),{width:s,height:c}=jD(r),[l,f]=(0,u.useState)(null);return(0,u.useEffect)(()=>{let t=new Image;t.onload=()=>{f({width:t.width,height:t.height,img:t})},t.src=e},[e]),(0,u.useEffect)(()=>{let e=r.current;if(!e||!s||!c||!l)return;let u=e.getContext(`2d`);if(u)if(t.length){let r=i.current===JSON.stringify(t),d=a.current===l.img.currentSrc;if(e.width=s,e.height=c,(!r||!d)&&(o.current.width=l.width,o.current.height=l.height,o.current.getContext(`2d`)?.drawImage(l.img,0,0)),t.forEach(({checkResult:e,location:t})=>{t.rect.forEach(({top:t,left:n,right:i,bottom:a})=>{let f=GM(n,[0,l.width],[0,s]),p=GM(t,[0,l.height],[0,c]),m=GM(i,[0,l.width],[0,s]),h=GM(a,[0,l.height],[0,c]),g=(t,n,r,i,a,o)=>{t.lineWidth=o,t.strokeStyle=e===A.ERROR?`red`:`#6DFD30`,t.strokeRect(n,r,i,a)};if(g(u,f,p,m-f,h-p,2),!r||!d){let e=o.current.getContext(`2d`);if(!e)return;g(e,n,t,i-n,a-t,4)}})}),!r||!d){let e=o.current.toDataURL(`image/jpeg`,.7);i.current=JSON.stringify(t),a.current=l.img.currentSrc,n(e)}}else u.clearRect(0,0,e.width,e.height),i.current=``,a.current=``,n(``)},[l,t,s,c]),(0,d.jsx)(`canvas`,{ref:r,className:sU.canvas})},lU={container:`_container_16rlg_1`},uU=({children:e,className:t})=>(0,d.jsx)(`div`,{className:(0,tD.default)(lU.container,t),children:e}),dU={image:`_image_1dzur_2`},fU=()=>(0,d.jsx)(CH,{className:dU.image}),pU={container:`_container_5l0yf_1`,images:`_images_5l0yf_12`,vertical:`_vertical_5l0yf_18`,horizontal:`_horizontal_5l0yf_22`,fit:`_fit_5l0yf_26`},mU={container:`_container_1yj55_1`,inactive:`_inactive_1yj55_7`,image:`_image_1yj55_10`,vertical:`_vertical_1yj55_22`,horizontal:`_horizontal_1yj55_25`,large:`_large_1yj55_28`,active:`_active_1yj55_31`},hU=({title:e,src:t,onClick:n,isSelect:r,direction:i,large:a=!1})=>(0,d.jsxs)(`div`,{className:mU.container,onClick:n,children:[(0,d.jsx)(G,{size:`10x140`,uppercase:!0,className:(0,tD.default)({[mU.inactive]:!r}),children:e}),(0,d.jsx)(`div`,{className:(0,tD.default)(mU.image,{[mU.active]:r,[mU.vertical]:!a&&i===`vertical`,[mU.horizontal]:!a&&i===`horizontal`,[mU.large]:a&&i===`horizontal`}),children:(0,d.jsx)(`img`,{src:t,alt:e,draggable:!1})})]}),gU=({title:e,images:t,direction:n=`vertical`,large:r,onSelect:i,activeImg:a})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(pU.container,{[pU.fit]:n===`vertical`}),children:[(0,d.jsx)(G,{size:`15x135`,uppercase:!0,children:e}),(0,d.jsx)(`div`,{className:(0,tD.default)(pU.images,pU[n]),children:t.map(({name:e,src:t,id:o})=>(0,d.jsx)(hU,{large:r,direction:n,src:t,title:e,isSelect:a===o,onClick:()=>i(o)},o))})]});q.addResourceBundle(`ru-RU`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Просмотр`,pages:`Страницы`}),q.addResourceBundle(`en-US`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`lv-LV`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Priekšskatījums`,pages:`Lappuses`}),q.addResourceBundle(`de-DE`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Durchsicht`,pages:`Seiten`}),q.addResourceBundle(`pl-PL`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Podgląd`,pages:`Strony`}),q.addResourceBundle(`it-IT`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Anteprima`,pages:`Pagine`}),q.addResourceBundle(`hu-HU`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Megtekintés`,pages:`Pages`}),q.addResourceBundle(`zh-Hans`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`预览`,pages:`页`}),q.addResourceBundle(`zh-Hant`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`預覽`,pages:`頁面`}),q.addResourceBundle(`sk-SK`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Náhľad`,pages:`Pages`}),q.addResourceBundle(`uk-UA`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Перегляд`,pages:`Сторінки`}),q.addResourceBundle(`fr-FR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Aperçu`,pages:`Pages`}),q.addResourceBundle(`es-ES`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Vista previa`,pages:`Páginas`}),q.addResourceBundle(`pt-PT`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Visualização`,pages:`Páginas`}),q.addResourceBundle(`ar-AE`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`العرض الأولي`,pages:`صفحات`}),q.addResourceBundle(`nl-NL`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`id-ID`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`vi-VN`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`ko-KR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`ms-MY`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`ro-RO`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`el-GR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`tr-TR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Sayfalar`}),q.addResourceBundle(`ja-JP`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`プレビュー`,pages:`Pages`}),q.addResourceBundle(`cs-CZ`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Náhled`,pages:`Pages`}),q.addResourceBundle(`th-TH`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`แสดงตัวอย่าง`,pages:`Pages`}),q.addResourceBundle(`hi-IN`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`bn-BD`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`he-IL`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`fi-FI`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`sv-SE`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`da-DK`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`hr-HR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`no-NO`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`uz-Latn`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Sahifalar`}),q.addResourceBundle(`hy-AM`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Դիտում`,pages:`Pages`}),q.addResourceBundle(`ky-KG`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Көрүү`,pages:`Pages`}),q.addResourceBundle(`ku-Arab`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`پێشبینین`,pages:`پەڕەکان`}),q.addResourceBundle(`tg-TJ`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Намоиш`,pages:`Саҳифаҳо`});var _U=()=>Pk(`c629d0f0d0896c2f20a19a5ed9ede37b`),vU={viewer:`_viewer_d5kxz_1`,preview:`_preview_d5kxz_6`,"view-container":`_view-container_d5kxz_12`,current:`_current_d5kxz_20`},yU=({showLightDock:e,lightImages:t,pageImages:n,currentLight:r,setCurrentLight:i,currentImage:a,magnifierImg:o,currentSelections:s,setMagnifierImg:c,currentPage:l,setCurrentPage:u,imageViewer:f=!0})=>{let{t:p}=_U();return(0,d.jsxs)(`div`,{className:vU.viewer,children:[e&&(0,d.jsx)(gU,{title:p(`lights`),images:t,activeImg:r,onSelect:i}),(0,d.jsxs)(`div`,{className:vU.preview,children:[(0,d.jsx)(`div`,{className:vU[`view-container`],children:(0,d.jsxs)(`div`,{className:vU.current,children:[(0,d.jsx)(Jk,{className:vU.image,src:a,alt:p(`preview`),magnifierImg:o,previewImg:o,magnifierImgBorderRadius:16,draggable:!1,magnifier:!0,download:!0,viewer:f}),(0,d.jsx)(cU,{image:a,selections:s,onCanvas:c})]})}),n.length>1&&(0,d.jsx)(gU,{large:!e,title:p(`pages`),images:n,activeImg:l,onSelect:u,direction:`horizontal`})]})]})},bU=({images:e,currentLight:t,page:n})=>{let r=(0,u.useMemo)(()=>e.some(t=>t.light!==e[0]?.light),[e]),i=(0,u.useMemo)(()=>{let t=e.every(({pages:e})=>e.length===1);return e.reduce((e,{pages:r,light:i})=>{let a=r.find(({pageIndex:e})=>e===n||t);return a?.src&&e.push({id:i,name:String($.getLightsLabel(i)),src:a.src}),e},[])},[e,n]),a=(0,u.useMemo)(()=>{let n=e.find(e=>e.light===t);return!n||!n.pages?[]:[...n.pages].sort((e,t)=>e.pageIndex-t.pageIndex).map(e=>({id:e.pageIndex,name:String(e.pageIndex+1),src:e.src||``}))},[e,t]);return{showLightDock:r,lightImages:i,pageImages:a,currentImage:(0,u.useMemo)(()=>a.find(({id:e})=>e===n)||a[0],[a,n])}},xU=({imageViewer:e,className:t,initialPageIndex:n,initialLight:r,onPageChanged:i,onLightChanged:a})=>{let{response:o}=m(),s=(0,u.useMemo)(()=>UM(o),[o]),c=n??0,l=r??s[0]?.light??Da.WHITE,f=(0,u.useRef)(c),p=(0,u.useRef)(l),{selections:h,setSelections:g}=b(),{page:v=c,setPage:y}=_(),[x,S]=(0,u.useState)(l),[C,w]=(0,u.useState)(``),[T,E]=(0,u.useState)([]),{pageImages:ee,lightImages:te,currentImage:ne,showLightDock:re}=bU({images:s,currentLight:x,page:v});return(0,u.useEffect)(()=>{let e=e=>{if(ee.length<=1||WM(e.target)||WM(document.activeElement))return;let t=ee.findIndex(e=>e.id===v);e.key===`ArrowLeft`?(e.preventDefault(),y(ee[t>0?t-1:ee.length-1].id)):e.key===`ArrowRight`&&(e.preventDefault(),y(ee[t<ee.length-1?t+1:0].id))};return window.addEventListener(`keydown`,e),()=>{window.removeEventListener(`keydown`,e)}},[v,ee,y]),(0,u.useEffect)(()=>{if(!h.length||!s.length)return;let{location:e,page:t}=h[0];S(e.light===void 0?s[0].light:e.light),y(t)},[h,s]),(0,u.useEffect)(()=>{s.length&&E(h.filter(e=>e.page===v&&(x===s[0].light?e.location.light===x||e.location.light===void 0:e.location.light===x)))},[x,v,h,s]),(0,u.useEffect)(()=>{!ne||ne.id===v||y(ne.id)},[ne,v]),(0,u.useEffect)(()=>()=>{y(c),S(l),g([])},[s]),(0,u.useEffect)(()=>{f.current!==v&&(f.current=v,i?.(v))},[v]),(0,u.useEffect)(()=>{p.current!==x&&(p.current=x,a?.(x))},[x]),(0,d.jsx)(uU,{className:t,children:ne?(0,d.jsx)(yU,{showLightDock:re,lightImages:te,currentLight:x,setCurrentLight:S,currentImage:ne.src,magnifierImg:C,currentSelections:T,setMagnifierImg:w,pageImages:ee,currentPage:v,setCurrentPage:y,imageViewer:e}):(0,d.jsx)(fU,{})})},SU=function(e){return e.TEXT_DATA=`TEXT_DATA`,e.AUTHENTICITY=`AUTHENTICITY`,e.IMAGE_QUALITY=`IMAGE_QUALITY`,e.IDENTIFICATION=`IDENTIFICATION`,e}({}),CU=e=>e?.some(({top:e,bottom:t,left:n,right:r})=>!!(t||e||r||n)),wU=(e,t)=>{let n=e.map(e=>JSON.stringify(e));return t.length===1?n.includes(JSON.stringify(t[0])):t.length>1?t.every(e=>n.includes(JSON.stringify(e))):!1},TU=e=>{let t=new Set,n=e=>e===A.ERROR||e===A.WAS_NOT_DONE,r=(e,i)=>{n(e.checkResult)&&t.add(i),e.checks?.forEach((e,t)=>r(e,`${i}.${t}`))};return e.forEach((i,a)=>{let o=String(a);n(i.checkResult)&&t.add(o),e.length===1?i.groups.forEach((e,t)=>r(e,`${t}`)):i.groups.forEach((e,t)=>{let n=`${o}.${t}`;r(e,n),e.checks?.forEach((e,t)=>r(e,`${n}.${t}`))})}),t},EU=e=>{let t=new Set;return e.length===1||e.forEach((e,n)=>{let r=e.checks.some(e=>e.checkResult===A.ERROR);(e.checkResult===A.ERROR||r)&&t.add(String(n))}),t};q.addResourceBundle(`ru-RU`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Текстовые поля`,securityChecks:`Проверки подлинности`,imageQuality:`Качество изображения`,documentType:`Тип документа`}),q.addResourceBundle(`en-US`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Text fields`,securityChecks:`Security checks`,imageQuality:`Image quality`,documentType:`Document type`}),q.addResourceBundle(`lv-LV`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Teksta lauki`,securityChecks:`Security checks`,imageQuality:`Image quality`,documentType:`Dokumenta tips`}),q.addResourceBundle(`de-DE`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textfelder`,securityChecks:`Sicherheitsprüfungen`,imageQuality:`Bildqualität`,documentType:`Dokumenttyp`}),q.addResourceBundle(`pl-PL`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Pola tekstowe`,securityChecks:`Weryfikacja autentyczności`,imageQuality:`Jakość obrazu`,documentType:`Typ dokumentu`}),q.addResourceBundle(`it-IT`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Campi di testo`,securityChecks:`Controlli di sicurezza`,imageQuality:`Qualità immagine`,documentType:`Tipo di documento identificato`}),q.addResourceBundle(`hu-HU`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Szövegmezők`,securityChecks:`Biztonsági ellenőrzések`,imageQuality:`Képminőség`,documentType:`Dokumentumtípus`}),q.addResourceBundle(`zh-Hans`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`文本字段`,securityChecks:`安全检查`,imageQuality:`图像质量`,documentType:`证件类型`}),q.addResourceBundle(`zh-Hant`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`文字欄位`,securityChecks:`安全檢查`,imageQuality:`圖像品質`,documentType:`文檔類型`}),q.addResourceBundle(`sk-SK`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textové polia`,securityChecks:`Bezpečnostné kontroly`,imageQuality:`Kvalita obrázka`,documentType:`Typ dokumentu`}),q.addResourceBundle(`uk-UA`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Текстові поля`,securityChecks:`Перевірки автентичності`,imageQuality:`Якість зображення`,documentType:`Тип документа`}),q.addResourceBundle(`fr-FR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Champs texte`,securityChecks:`Contrôles de sécurité`,imageQuality:`Qualité d'image`,documentType:`Type de document reconnu`}),q.addResourceBundle(`es-ES`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Campos de texto`,securityChecks:`Comprobaciones de seguridad`,imageQuality:`Calidad de la imagen`,documentType:`Tipo de documento`}),q.addResourceBundle(`pt-PT`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Campos de texto`,securityChecks:`Controlos de segurança`,imageQuality:`Qualidade da imagem`,documentType:`Tipo de documento`}),q.addResourceBundle(`ar-AE`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`الحقول النصية`,securityChecks:`الفحص الأمني`,imageQuality:`جودة الصورة`,documentType:`نوع الوثيقة`}),q.addResourceBundle(`nl-NL`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstvelden`,securityChecks:`Veiligheidscontroles`,imageQuality:`Kwaliteit van de afbeelding`,documentType:`Documenttype`}),q.addResourceBundle(`id-ID`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Kolom teks`,securityChecks:`Pemeriksaan keamanan`,imageQuality:`Kualitas gambar`,documentType:`Jenis dokumen`}),q.addResourceBundle(`vi-VN`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Trường văn bản`,securityChecks:`Kiểm tra bảo mật`,imageQuality:`Chất lượng hình ảnh`,documentType:`Loại giấy tờ`}),q.addResourceBundle(`ko-KR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`텍스트 필드`,securityChecks:`보안 검사`,imageQuality:`이미지 품질`,documentType:`문서 유형`}),q.addResourceBundle(`ms-MY`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Bidang teks`,securityChecks:`Semakan keselamatan`,imageQuality:`Kualiti gambar`,documentType:`Jenis dokumen`}),q.addResourceBundle(`ro-RO`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Câmpuri text`,securityChecks:`Verificări de securitate`,imageQuality:`Calitatea imaginii`,documentType:`Tipul documentului`}),q.addResourceBundle(`el-GR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Πεδία κειμένου`,securityChecks:`Έλεγχοι ασφαλείας`,imageQuality:`Ποιότητα εικόνας`,documentType:`Τύπος εγγράφου`}),q.addResourceBundle(`tr-TR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Metin alanları`,securityChecks:`Güvenlik kontrolleri`,imageQuality:`Resim kalitesi`,documentType:`Tanınan belge türü`}),q.addResourceBundle(`ja-JP`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`テキストフィールド`,securityChecks:`セキュリティチャック`,imageQuality:`画質`,documentType:`文書タイプ`}),q.addResourceBundle(`cs-CZ`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textová pole`,securityChecks:`Bezpečnostní kontroly`,imageQuality:`Kvalita obrázku`,documentType:`Typ dokumentu`}),q.addResourceBundle(`th-TH`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`ช่องข้อความ`,securityChecks:`ตรวจสอบความปลอดภัย`,imageQuality:`คุณภาพของภาพ`,documentType:`ประเภทเอกสาร`}),q.addResourceBundle(`hi-IN`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`टेक्स्ट फ़ील्ड`,securityChecks:`सुरक्षा जांच`,imageQuality:`छवि गुणवत्ता`,documentType:`दस्तावेज़ का प्रकार`}),q.addResourceBundle(`bn-BD`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`টেক্সটের জায়গা`,securityChecks:`নিরাপত্তা চেক করুন`,imageQuality:`ছবির কোয়ালিটি`,documentType:`ডকুমেন্টের ধরণ`}),q.addResourceBundle(`he-IL`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`שדות טקסט`,securityChecks:`בדיקות אבטחה`,imageQuality:`איכות תמונה`,documentType:`סוג מסמך`}),q.addResourceBundle(`fi-FI`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstikentät`,securityChecks:`Turvatarkastukset`,imageQuality:`Kuvanlaatu`,documentType:`Asiakirjan tyyppi`}),q.addResourceBundle(`sv-SE`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textfält`,securityChecks:`Säkerhetskontroller`,imageQuality:`Bildkvalitet`,documentType:`Dokumenttyp`}),q.addResourceBundle(`da-DK`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstfelter`,securityChecks:`Sikkerhedstjek`,imageQuality:`Billedkvalitet`,documentType:`Dokumenttype`}),q.addResourceBundle(`hr-HR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstualna polja`,securityChecks:`Sigurnosne provjere`,imageQuality:`Kvaliteta slike`,documentType:`Tip dokumenta`}),q.addResourceBundle(`no-NO`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstfelt`,securityChecks:`Sikkerhetssjekk`,imageQuality:`Bildekvalitet`,documentType:`Dokumenttype`}),q.addResourceBundle(`uz-Latn`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Matn maydonlari`,securityChecks:`Autentifikatsiya`,imageQuality:`Tasvir sifati`,documentType:`Hujjat turi`}),q.addResourceBundle(`hy-AM`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Տեքստային դաշտեր`,securityChecks:`Իսկության ստուգումներ`,imageQuality:`Պատկերի որակը`,documentType:`Փաստաթղթի տեսակը`}),q.addResourceBundle(`ky-KG`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Текст талаалары`,securityChecks:`Аныктыгын текшерүү`,imageQuality:`Сүрөттүн сапаты`,documentType:`Документтин түрү`}),q.addResourceBundle(`ku-Arab`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`خانەکانی دەق`,securityChecks:`پشکنینەکانی ئاسایش`,imageQuality:`کوالیتی وێنە`,documentType:`جۆری بەڵگەنامە`}),q.addResourceBundle(`tg-TJ`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Майдонҳои матн`,securityChecks:`Санҷишҳои аслият`,imageQuality:`Сифати тасвир`,documentType:`Навъи ҳуҷҷат`});var DU=()=>Pk(`04e8c85d2208befc9f038ec6fb318388`),OU=e=>{switch(e){case O.IR_B900:case O.IR_VISIBILITY:return Da.IR;case O.UV_LUMINESCENCE:case O.UV_FIBERS:return Da.UV;default:return}};q.addResourceBundle(`ru-RU`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Диагностика`,color:`Цвет`,actualCount:`Фактическое количество`,expectedCount:`Ожидаемое количество`}),q.addResourceBundle(`en-US`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Color`,actualCount:`Actual count`,expectedCount:`Expected count`}),q.addResourceBundle(`lv-LV`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Krāsa`,actualCount:`Actual count`,expectedCount:`Expected count`}),q.addResourceBundle(`de-DE`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Farbe`,actualCount:`Tatsächliche Anzahl`,expectedCount:`Erwartete Anzahl`}),q.addResourceBundle(`pl-PL`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostyka`,color:`Kolor`,actualCount:`Ilość rzeczywista`,expectedCount:`Ilość oczekiwana`}),q.addResourceBundle(`it-IT`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosi`,color:`Colore`,actualCount:`Conto effettivo`,expectedCount:`Conto previsto`}),q.addResourceBundle(`hu-HU`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosztizálás`,color:`Szín`,actualCount:`Tényleges szám`,expectedCount:`Várt szám`}),q.addResourceBundle(`zh-Hans`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`诊断`,color:`颜色`,actualCount:`实际计数`,expectedCount:`预计数`}),q.addResourceBundle(`zh-Hant`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`診斷`,color:`顏色`,actualCount:`實際計數`,expectedCount:`預期計數`}),q.addResourceBundle(`sk-SK`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnóza`,color:`Farba`,actualCount:`Skutočný počet`,expectedCount:`Očakávaný počet`}),q.addResourceBundle(`uk-UA`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Діагностика`,color:`Колір`,actualCount:`Фактична кількість`,expectedCount:`Очікувана кількість`}),q.addResourceBundle(`fr-FR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostic`,color:`Couleur`,actualCount:`Compte réel`,expectedCount:`Compte attendu`}),q.addResourceBundle(`es-ES`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosis`,color:`Color`,actualCount:`Cantidad real`,expectedCount:`Cantidad esperada`}),q.addResourceBundle(`pt-PT`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosticar`,color:`Cor`,actualCount:`Contagem atual`,expectedCount:`Contagem prevista`}),q.addResourceBundle(`ar-AE`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`تشخيص`,color:`اللون`,actualCount:`العدد الفعلي`,expectedCount:`العدد المتوقع`}),q.addResourceBundle(`nl-NL`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Kleur`,actualCount:`Feitelijke telling`,expectedCount:`Verwachte telling`}),q.addResourceBundle(`id-ID`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosis`,color:`Warna`,actualCount:`Hitungan aktual`,expectedCount:`Perkiraan hitungan`}),q.addResourceBundle(`vi-VN`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Chẩn đoán`,color:`Màu sắc`,actualCount:`Tổng số thực`,expectedCount:`Tổng số ước tính`}),q.addResourceBundle(`ko-KR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`진단`,color:`색상`,actualCount:`실제 카운트`,expectedCount:`예상 카운트`}),q.addResourceBundle(`ms-MY`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosis`,color:`Warna`,actualCount:`Kiraan sebenar`,expectedCount:`Kiraan yang dijangka`}),q.addResourceBundle(`ro-RO`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnoză`,color:`Culoare`,actualCount:`Valoare reală`,expectedCount:`Valoare preconizată`}),q.addResourceBundle(`el-GR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Διαγνωστικός έλεγχος`,color:`Χρώμα`,actualCount:`Πραγματικός αριθμός`,expectedCount:`Αναμενόμενος αριθμός`}),q.addResourceBundle(`tr-TR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Tanılama Yap`,color:`Renk`,actualCount:`Gerçek sayı`,expectedCount:`Beklenen sayı`}),q.addResourceBundle(`ja-JP`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`診断`,color:`色`,actualCount:`実際の数`,expectedCount:`予想される数`}),q.addResourceBundle(`cs-CZ`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostikovat`,color:`Barva`,actualCount:`Skutečný počet`,expectedCount:`Očekávaný počet`}),q.addResourceBundle(`th-TH`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`วินิจฉัย`,color:`สี`,actualCount:`จำนวนจริง`,expectedCount:`จำนวนที่คาดการณ์`}),q.addResourceBundle(`hi-IN`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`निदान करें`,color:`रंग`,actualCount:`वास्तविक गिनती`,expectedCount:`अपेक्षित गिनती`}),q.addResourceBundle(`bn-BD`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`সমস্যা নির্ণয় করুন`,color:`রং`,actualCount:`প্রকৃত সংখ্যা`,expectedCount:`প্রত্যাশিত সংখ্যা`}),q.addResourceBundle(`he-IL`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`ניתוח`,color:`צבע`,actualCount:`ספירה בפועל`,expectedCount:`ספירה שבוצעה`}),q.addResourceBundle(`fi-FI`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnoosi`,color:`Väri`,actualCount:`Todellinen määrä`,expectedCount:`Odotettu määrä`}),q.addResourceBundle(`sv-SE`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Färg`,actualCount:`Faktiskt antal`,expectedCount:`Förväntat antal`}),q.addResourceBundle(`da-DK`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Farve`,actualCount:`Faktisk optælling`,expectedCount:`Forventet optælling`}),q.addResourceBundle(`hr-HR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Dijagnosticiranje`,color:`Boja`,actualCount:`Stvarni broj`,expectedCount:`Očekivani broj`}),q.addResourceBundle(`no-NO`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostisere`,color:`Farge`,actualCount:`Faktisk telling`,expectedCount:`Forventet telling`}),q.addResourceBundle(`uz-Latn`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostika`,color:`Rang`,actualCount:`Haqiqiy miqdor`,expectedCount:`Kutilayotgan miqdor`}),q.addResourceBundle(`hy-AM`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Դիագնոստիկա`,color:`Գույնը`,actualCount:`Actual count`,expectedCount:`Սպասվող քանակը`}),q.addResourceBundle(`ky-KG`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Диагностика`,color:`Түсү`,actualCount:`Actual count`,expectedCount:`Күтүлгөн саны`}),q.addResourceBundle(`ku-Arab`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`دەستنیشانکردن`,color:`ڕەنگ`,actualCount:`ژمارەی ڕاستەقینە`,expectedCount:`ژمارەی چاوەڕوانکراو`}),q.addResourceBundle(`tg-TJ`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Ташхис`,color:`Ранг`,actualCount:`Миқдори воқеӣ`,expectedCount:`Миқдори тахминӣ`});var kU=()=>Pk(`028e5fc83e357897956d1ad2c984d1b4`),AU={head:`_head_1dquo_1`,name:`_name_1dquo_7`,value:`_value_1dquo_11`,status:`_status_1dquo_18`},jU=({name:e,value:t,status:n})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(AU.head),children:[(0,d.jsx)(G,{className:AU.name,children:e}),(0,d.jsx)(`div`,{className:AU.value,children:t}),(0,d.jsx)(`div`,{className:AU.status,children:kH(n)})]}),MU={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},NU=({name:e,collapse:t=!0,value:n,status:r,onOpen:i,onHeadClick:a,open:o,children:s,shift:c=0,selected:l,style:u})=>(0,d.jsx)(HD,{className:(0,tD.default)(MU.collapse,{[MU.selected]:l}),style:{"--shift":c+`px`,...u},collapse:t,type:`nested`,open:o,onOpen:i,onHeadClick:a,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(jU,{name:e,value:n,status:r}),children:s}),PU={container:`_container_oyth1_1`,item:`_item_oyth1_4`,name:`_name_oyth1_19`,color:`_color_oyth1_23`},FU=({colorValues:e,status:t,diagnose:n,isOpen:r,onOpen:i,onClick:a,isSelected:o,shift:s=0})=>{let{t:c}=kU(),l={"--background":`rgb(${e[0]}, ${e[1]}, ${e[2]})`};return(0,d.jsx)(NU,{value:(0,d.jsx)(`div`,{className:PU.color}),shift:t===A.ERROR?s+20:s,name:c(`color`),status:t,selected:o,open:r,onOpen:i,collapse:t===A.ERROR,onHeadClick:a,style:l,children:t!==A.OK&&(0,d.jsx)(`div`,{className:PU.container,children:(0,d.jsxs)(`div`,{className:PU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:PU.name,children:c(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:n})})]})})})};q.addResourceBundle(`ru-RU`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Подобие`,visibility:`Видимость`,image:`Изображение`,reference:`Эталон`,diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similarity`,visibility:`Visibility`,image:`Image`,reference:`Reference`,diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Līdzīgi`,visibility:`Visibility`,image:`Attēls`,reference:`Etalons`,diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Übereinstimmung`,visibility:`Sichtbarkeit`,image:`Bild`,reference:`Referenz`,diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Zgodność`,visibility:`Widoczność`,image:`Zdjęcie`,reference:`Wzorzec`,diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Somiglianza`,visibility:`Visibilità`,image:`immagine`,reference:`Riferimento`,diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Hasonlóság`,visibility:`Láthatóság`,image:`Kép`,reference:`Referencia`,diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`相似`,visibility:`可见度`,image:`图像`,reference:`参考`,diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`相似性`,visibility:`能見度`,image:`影像`,reference:`參攷`,diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Podobnosť`,visibility:`Viditeľnosť`,image:`Obrázok`,reference:`Referencia`,diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Подібність`,visibility:`Видимість`,image:`Зображення`,reference:`Еталон`,diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similarité`,visibility:`Visibilité`,image:`Image`,reference:`Référence`,diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similitud`,visibility:`Visibilidad`,image:`Imagen`,reference:`Referencia`,diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Semelhança`,visibility:`Visibilidade`,image:`Imagem`,reference:`Referência`,diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`مماثلة`,visibility:`مجال الرؤية`,image:`الصورة`,reference:`النموذج`,diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Gelijkaardigheid`,visibility:`Zichtbaarheid`,image:`Beeld`,reference:`Referentie`,diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Kesamaan`,visibility:`Visibilitas`,image:`Gambar`,reference:`Referensi`,diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Đồng dạng`,visibility:`Hữu hình`,image:`Hình ảnh`,reference:`Tham chiếu`,diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`유사성`,visibility:`가시성`,image:`이미지`,reference:`참조`,diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Persamaan`,visibility:`Kebolehlihatan`,image:`Imej`,reference:`Rujukan`,diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similaritate`,visibility:`Vizibilitate`,image:`Imagine`,reference:`Etalon`,diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Ομοιότητα`,visibility:`Ορατότητα`,image:`Εικόνα`,reference:`Υπόδειγμα`,diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Benzerlik`,visibility:`Görünürlük`,image:`Görüntü`,reference:`Referans`,diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`類似性`,visibility:`可視性`,image:`画像`,reference:`参照`,diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Podobnost`,visibility:`Viditelnost`,image:`Obrázek`,reference:`Reference`,diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`ความคล้ายคลึงกัน`,visibility:`การมองเห็น`,image:`ภาพ`,reference:`อ้างอิง`,diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`समानता`,visibility:`दृश्यता`,image:`छवि`,reference:`संदर्भ`,diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`সদৃশতা`,visibility:`দৃশ্যমানতা`,image:`ছবি`,reference:`রেফারেন্স`,diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`נקודת דימיון`,visibility:`ניראות`,image:`תמונה`,reference:`אסמכתה`,diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Samankaltaisuus`,visibility:`Näkyvyys`,image:`Kuva`,reference:`Viite`,diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Likheter`,visibility:`Synlighet`,image:`Bild`,reference:`Referens`,diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Lighed`,visibility:`Synlighed`,image:`Billede`,reference:`Reference`,diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Sličnost`,visibility:`Vidljivost`,image:`Slika`,reference:`Referenca`,diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Likhet`,visibility:`Synlighet`,image:`Bilde`,reference:`Referanse`,diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`O'xshashlik`,visibility:`Ko'rinish`,image:`Rasm`,reference:`Etalon`,diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Նմանություն`,visibility:`Տեսանելիություն`,image:`Պատկեր`,reference:`Չափանմուշ`,diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Окшоштук`,visibility:`Көрүнүү`,image:`Сүрөт`,reference:`Эталон`,diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`گونجانی`,visibility:`بینراوی`,image:`وێنە`,reference:`ئاماژە`,diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Монандӣ`,visibility:`Намоёнӣ`,image:`Тасвир`,reference:`Эталон`,diagnose:`Ташхис`});var IU=()=>Pk(`c5291d1c5e6d9464c1e104be56e67cda`),LU={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},RU=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(LU.head),children:[(0,d.jsx)(G,{className:LU.name,children:e}),(0,d.jsx)(`div`,{className:LU.status,children:kH(t)})]}),zU={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},BU=({name:e,collapse:t=!0,status:n,onOpen:r,open:i,children:a,shift:o=0,onHeadClick:s,selected:c})=>(0,d.jsx)(HD,{className:(0,tD.default)(zU.collapse,{[zU.selected]:c}),style:{"--shift":o+`px`},collapse:t,type:`nested`,open:i,onOpen:r,onHeadClick:s,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(RU,{name:e,status:n}),children:a}),VU=({src:e,alt:t,imageViewer:n=!0,heightLimit:r=100,className:i})=>{let a=(0,u.useRef)(null);return(0,u.useEffect)(()=>{let e=a.current;if(!e)return;let t=e.parentElement,n=e.children[0];if(!t||!n)return;let i=new ResizeObserver(e=>{e.forEach(e=>{let{width:t}=e.contentRect,i=t/n.naturalWidth;isNaN(i)||(n.naturalHeight*i>r?(n.style.height=r+`px`,n.style.width=`auto`):(n.style.height=n.naturalHeight*i+`px`,n.style.width=t+`px`))})});return i.observe(t),()=>i.disconnect()},[e]),(0,d.jsx)(Jk,{src:`data:image/jpeg;base64,${e}`,alt:t,viewer:n,magnifier:!0,download:!0,className:i,ref:a})},HU={container:`_container_1bdwk_1`,item:`_item_1bdwk_4`,name:`_name_1bdwk_12`},UU=({diagnose:e,image:t,referenceImage:n,similarity:r,status:i,group:a,type:o,isOpen:s,onOpen:c,imageViewer:l,isSelected:u,onClick:f,shift:p=0})=>{let{t:m}=IU(),h=!!(t||n||i!==A.OK),g=a===O.IR_VISIBILITY;return(0,d.jsx)(BU,{shift:h?p+20:p,name:(0,d.jsx)($.SecurityFeatureTypeLabel,{children:o}),status:i,selected:u,open:s,onOpen:c,collapse:h,onHeadClick:f,children:(0,d.jsxs)(`div`,{className:HU.container,children:[!(o===P.INVISIBLE_OBJECT||r===0&&!g)&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:m(g?`visibility`:`similarity`)}),(0,d.jsx)(G,{children:g?Yu(r).map($.getIRVisibilityStatus).join(`, `):r+`%`})]}),n&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:m(`reference`)}),(0,d.jsx)(`div`,{className:HU.image,children:(0,d.jsx)(VU,{src:n,imageViewer:l,alt:`Reference`})})]}),t&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:m(`image`)}),(0,d.jsx)(`div`,{className:HU.image,children:(0,d.jsx)(VU,{src:t,imageViewer:l,alt:`Image`})})]}),i!==A.OK&&(a!==O.PORTRAIT_COMPARISON||e===k.PORTRAIT_COMPARISON_NO_SERVICE_REPLY)&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:m(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})]})})};q.addResourceBundle(`ru-RU`,`f5703a9089310f67332ce6624b257773`,{image:`Изображение`,diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`f5703a9089310f67332ce6624b257773`,{image:`Image`,diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`f5703a9089310f67332ce6624b257773`,{image:`Attēls`,diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`f5703a9089310f67332ce6624b257773`,{image:`Bild`,diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`f5703a9089310f67332ce6624b257773`,{image:`Zdjęcie`,diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`f5703a9089310f67332ce6624b257773`,{image:`immagine`,diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`f5703a9089310f67332ce6624b257773`,{image:`Kép`,diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`f5703a9089310f67332ce6624b257773`,{image:`图像`,diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`f5703a9089310f67332ce6624b257773`,{image:`影像`,diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`f5703a9089310f67332ce6624b257773`,{image:`Obrázok`,diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`f5703a9089310f67332ce6624b257773`,{image:`Зображення`,diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`f5703a9089310f67332ce6624b257773`,{image:`Image`,diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`f5703a9089310f67332ce6624b257773`,{image:`Imagen`,diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`f5703a9089310f67332ce6624b257773`,{image:`Imagem`,diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`f5703a9089310f67332ce6624b257773`,{image:`الصورة`,diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`f5703a9089310f67332ce6624b257773`,{image:`Beeld`,diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`f5703a9089310f67332ce6624b257773`,{image:`Gambar`,diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`f5703a9089310f67332ce6624b257773`,{image:`Hình ảnh`,diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`f5703a9089310f67332ce6624b257773`,{image:`이미지`,diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`f5703a9089310f67332ce6624b257773`,{image:`Imej`,diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`f5703a9089310f67332ce6624b257773`,{image:`Imagine`,diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`f5703a9089310f67332ce6624b257773`,{image:`Εικόνα`,diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`f5703a9089310f67332ce6624b257773`,{image:`Görüntü`,diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`f5703a9089310f67332ce6624b257773`,{image:`画像`,diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`f5703a9089310f67332ce6624b257773`,{image:`Obrázek`,diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`f5703a9089310f67332ce6624b257773`,{image:`ภาพ`,diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`f5703a9089310f67332ce6624b257773`,{image:`छवि`,diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`f5703a9089310f67332ce6624b257773`,{image:`ছবি`,diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`f5703a9089310f67332ce6624b257773`,{image:`תמונה`,diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`f5703a9089310f67332ce6624b257773`,{image:`Kuva`,diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`f5703a9089310f67332ce6624b257773`,{image:`Bild`,diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`f5703a9089310f67332ce6624b257773`,{image:`Billede`,diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`f5703a9089310f67332ce6624b257773`,{image:`Slika`,diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`f5703a9089310f67332ce6624b257773`,{image:`Bilde`,diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`f5703a9089310f67332ce6624b257773`,{image:`Rasm`,diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`f5703a9089310f67332ce6624b257773`,{image:`Պատկեր`,diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`f5703a9089310f67332ce6624b257773`,{image:`Сүрөт`,diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`f5703a9089310f67332ce6624b257773`,{image:`وێنە`,diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`f5703a9089310f67332ce6624b257773`,{image:`Тасвир`,diagnose:`Ташхис`});var WU=()=>Pk(`f5703a9089310f67332ce6624b257773`),GU={container:`_container_1bdwk_1`,item:`_item_1bdwk_4`,name:`_name_1bdwk_12`},KU=({diagnose:e,image:t,status:n,imageViewer:r,shift:i})=>{let{t:a}=WU(),o={"--shift":i+`px`};return(0,d.jsxs)(`div`,{className:GU.container,style:o,children:[t&&(0,d.jsxs)(`div`,{className:GU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GU.name,children:a(`image`)}),(0,d.jsx)(`div`,{className:GU.image,children:(0,d.jsx)(VU,{imageViewer:r,src:t,alt:`Reference`})})]}),n!==A.OK&&(0,d.jsxs)(`div`,{className:GU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GU.name,children:a(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})]})};q.addResourceBundle(`ru-RU`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Ташхис`});var qU=()=>Pk(`c4ca1a37309341129fe097aa31cc557b`),JU={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},YU=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(JU.head),children:[(0,d.jsx)(G,{className:JU.name,children:e}),(0,d.jsx)(`div`,{className:JU.status,children:kH(t)})]}),XU={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},ZU=({name:e,collapse:t=!0,status:n,open:r,onOpen:i,onHeadClick:a,children:o,shift:s=0,selected:c})=>(0,d.jsx)(HD,{className:(0,tD.default)(XU.collapse,{[XU.selected]:c}),style:{"--shift":s+`px`},collapse:t,type:`nested`,open:r,onOpen:i,onHeadClick:a,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(YU,{name:e,status:n}),children:o}),QU={container:`_container_1rjxn_1`,item:`_item_1rjxn_4`,name:`_name_1rjxn_19`},$U=({diagnose:e,type:t,status:n,isOpen:r,onOpen:i,isSelected:a,onClick:o,shift:s=0})=>{let{t:c}=qU(),l=n!==A.OK;return(0,d.jsx)(ZU,{shift:l?s+20:s,name:(0,d.jsx)($.SecurityFeatureTypeLabel,{children:t}),status:n,selected:a,open:r,onOpen:i,collapse:l,onHeadClick:o,children:(0,d.jsx)(`div`,{className:QU.container,children:(0,d.jsxs)(`div`,{className:QU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:QU.name,children:c(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})})})};q.addResourceBundle(`ru-RU`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Результат`,reference:`Эталон`,referenceType:`Тип эталона`,diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Result`,reference:`Reference`,referenceType:`Reference type`,diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Rezultāts`,reference:`Etalons`,referenceType:`Etalona tips`,diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Ergebnis`,reference:`Referenz`,referenceType:`Referenztyp`,diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Wynik`,reference:`Wzorzec`,referenceType:`Typ wzorca`,diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Risultato`,reference:`Riferimento`,referenceType:`Tipo di riferimento`,diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Eredmény`,reference:`Referencia`,referenceType:`Referencia típusa`,diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`0d730438dd394cc9e99b3089a8530e26`,{result:`结果`,reference:`参考`,referenceType:`参考类型`,diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`0d730438dd394cc9e99b3089a8530e26`,{result:`結果`,reference:`參攷`,referenceType:`參考類型`,diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Výsledok`,reference:`Referencia`,referenceType:`Typ referencie`,diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Результат`,reference:`Еталон`,referenceType:`Тип еталона`,diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Résultat`,reference:`Référence`,referenceType:`Type de référence`,diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultado`,reference:`Referencia`,referenceType:`Tipo de referencia`,diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultado`,reference:`Referência`,referenceType:`Tipo de referência`,diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`0d730438dd394cc9e99b3089a8530e26`,{result:`النتيجة`,reference:`النموذج`,referenceType:`نوع النموذج`,diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultaat`,reference:`Referentie`,referenceType:`Type referentie`,diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Hasil`,reference:`Referensi`,referenceType:`Tipe referensi`,diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Kết quả`,reference:`Tham chiếu`,referenceType:`Loại tham chiếu`,diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`결과`,reference:`참조`,referenceType:`참조 유형`,diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Hasil`,reference:`Rujukan`,referenceType:`Jenis rujukan`,diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Rezultat`,reference:`Etalon`,referenceType:`Tipul etalonului`,diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Αποτέλεσμα`,reference:`Υπόδειγμα`,referenceType:`Τύπος υποδείγματος`,diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Sonuç`,reference:`Referans`,referenceType:`Referans türü`,diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`0d730438dd394cc9e99b3089a8530e26`,{result:`結果`,reference:`参照`,referenceType:`参照のタイプ`,diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Výsledek`,reference:`Reference`,referenceType:`Typ reference`,diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`0d730438dd394cc9e99b3089a8530e26`,{result:`ผลลัพธ์`,reference:`อ้างอิง`,referenceType:`ประเภทอ้างอิง`,diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`0d730438dd394cc9e99b3089a8530e26`,{result:`परिणाम`,reference:`संदर्भ`,referenceType:`संदर्भ प्रकार`,diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`0d730438dd394cc9e99b3089a8530e26`,{result:`ফলাফল`,reference:`রেফারেন্স`,referenceType:`রেফারেন্সের ধরন`,diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`0d730438dd394cc9e99b3089a8530e26`,{result:`תוצאה`,reference:`אסמכתה`,referenceType:`סוג האסמכתה`,diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Tulos`,reference:`Viite`,referenceType:`Viitteen tyyppi`,diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultat`,reference:`Referens`,referenceType:`Referenstyp`,diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultat`,reference:`Reference`,referenceType:`Referencetype`,diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Rezultat`,reference:`Referenca`,referenceType:`Vrsta reference`,diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultat`,reference:`Referanse`,referenceType:`Referansetype`,diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Natija`,reference:`Etalon`,referenceType:`Etalon turi`,diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Արդյունք`,reference:`Չափանմուշ`,referenceType:`Չափանմուշի տեսակը`,diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Натыйжа`,reference:`Эталон`,referenceType:`Эталондун түрү`,diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`0d730438dd394cc9e99b3089a8530e26`,{result:`ئەنجام`,reference:`ئاماژە`,referenceType:`جۆری ئاماژە`,diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Натиҷа`,reference:`Эталон`,referenceType:`Навъи эталон`,diagnose:`Ташхис`});var eW=()=>Pk(`0d730438dd394cc9e99b3089a8530e26`),tW={head:`_head_whgem_1`,name:`_name_whgem_7`,status:`_status_whgem_11`,pointer:`_pointer_whgem_17`},nW=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(tW.head),children:[(0,d.jsx)(G,{className:tW.name,children:e}),(0,d.jsx)(`div`,{className:tW.status,children:kH(t)})]}),rW={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},iW=({name:e,status:t,open:n,onOpen:r,onHeadClick:i,children:a,shift:o=0,selected:s})=>(0,d.jsx)(HD,{className:(0,tD.default)(rW.collapse,{[rW.selected]:s}),style:{"--shift":o+`px`},type:`nested`,open:n,onOpen:r,onHeadClick:i,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(nW,{name:e,status:t}),children:a}),aW={container:`_container_1k4qg_1`,item:`_item_1k4qg_4`,name:`_name_1k4qg_19`,selected:`_selected_1k4qg_23`,pointer:`_pointer_1k4qg_27`},oW=({diagnose:e,reference:t,status:n,type:r,isOpen:i,onOpen:a,isSelected:o,onResultClick:s,onReferenceClick:c,isResultSelected:l,isReferenceSelected:u,onClick:f,shift:p=0})=>{let{t:m}=eW();return(0,d.jsx)(iW,{shift:p,name:(0,d.jsx)($.VisualFieldType,{children:r}),status:n,selected:o,open:i,onOpen:a,onHeadClick:f,children:(0,d.jsxs)(`div`,{className:aW.container,children:[(0,d.jsxs)(`div`,{className:(0,tD.default)(aW.item,{[aW.selected]:!!l,[aW.pointer]:!!s}),onClick:s,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`result`)}),(0,d.jsx)(G,{children:t.result.trim()?t.result:`—`})]}),(0,d.jsxs)(`div`,{className:(0,tD.default)(aW.item,{[aW.selected]:!!u,[aW.pointer]:!!c}),onClick:c,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`reference`)}),(0,d.jsx)(G,{children:t.reference.trim()?t.reference:`—`})]}),(0,d.jsxs)(`div`,{className:aW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`referenceType`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.AuthenticityTextCheckReference,{children:t.type})})]}),n===A.ERROR&&(0,d.jsxs)(`div`,{className:aW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})]})})};q.addResourceBundle(`ru-RU`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`en-US`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`lv-LV`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`de-DE`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`pl-PL`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`it-IT`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hu-HU`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hans`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hant`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`sk-SK`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`uk-UA`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`fr-FR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`es-ES`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`pt-PT`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ar-AE`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`nl-NL`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`id-ID`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`vi-VN`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ko-KR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ms-MY`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ro-RO`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`el-GR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`tr-TR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ja-JP`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`cs-CZ`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`th-TH`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hi-IN`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`bn-BD`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`he-IL`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`fi-FI`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`sv-SE`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`da-DK`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hr-HR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`no-NO`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`uz-Latn`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hy-AM`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ky-KG`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ku-Arab`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`tg-TJ`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`});var sW=()=>Pk(`4e7992d19a663aace2a1c84e11059e2a`),cW={content:`_content_y30cu_1`},lW=({group:e})=>{let{t}=sW();return(0,d.jsxs)(`div`,{className:cW.content,children:[(0,d.jsx)(G,{children:(0,d.jsx)($.GroupDescription,{children:e})}),(0,d.jsx)(TH,{href:`https://docs.regulaforensics.com/develop/doc-reader-sdk/overview/authenticity/`,target:`_blank`,children:t(`exploreMore`)})]})},uW=({group:e})=>$.getGroupDescription(e)?(0,d.jsx)(Bk,{modal:(0,d.jsx)(lW,{group:e}),children:(0,d.jsx)($.AuthenticityLabel,{children:e})}):(0,d.jsx)($.AuthenticityLabel,{children:e}),dW={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},fW=({name:e,status:t,dataTestKey:n})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(dW.head),children:[(0,d.jsx)(G,{className:dW.name,dataTest:n,children:e}),(0,d.jsx)(`div`,{className:dW.status,children:t===void 0?null:kH(t)})]}),pW={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},mW=({type:e,name:t,collapse:n=!0,status:r,open:i,children:a,shift:o=0,selected:s,onOpen:c,onHeadClick:l,dataTestKey:u})=>(0,d.jsx)(HD,{className:(0,tD.default)(pW.collapse,{[pW.selected]:s}),style:{"--shift":o+`px`},collapse:n,type:e,onOpen:c,open:i,onHeadClick:l,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(fW,{name:t,status:r,dataTestKey:u}),children:a}),hW={checks:`_checks_zbgpv_1`},gW=({group:e,checks:t,status:n,onSelect:r,selections:i,page:a,isSelected:o,openFields:s,onOpen:c,onGroupClick:l,onSubGroupClick:u,groupId:f,imageViewer:p,collapse:m,shift:h=0,type:g})=>(0,d.jsx)(mW,{shift:h,type:g,name:(0,d.jsx)(uW,{group:e}),status:n,selected:o,open:s.has(f),onOpen:()=>c(f),onHeadClick:l,collapse:m,children:(0,d.jsx)(`div`,{className:(0,tD.default)({[hW.checks]:g!==`nested`}),children:t.map((t,n)=>{let{checkResult:o,diagnose:l,location:m}=t,g=`${f}.${n}`,_=m&&{light:m.light||OU(e),rect:m.rect},v=!!(_&&wU(i,[{page:a,path:String(e),checkResult:o,location:_}])),y=_&&CU(_.rect)?[{page:a,path:String(e),checkResult:o,location:_}]:[],b=t=>`${a}/${e}/${t}/${n}`,x=()=>c(g),S=()=>u(v,g,y);if(tT.isBelongs(t))return(0,d.jsx)(UU,{type:t.type,isSelected:v,status:o,diagnose:l,image:t.image,referenceImage:t.referenceImage,similarity:t.similarity,group:e,onClick:S,shift:h,imageViewer:p,isOpen:s.has(g),onOpen:x},b(`ident`));if(rT.isBelongs(t))return(0,d.jsx)(KU,{status:o,diagnose:l,image:t.image,shift:h,imageViewer:p},b(`photoIdent`));if($w.isBelongs(t))return(0,d.jsx)(FU,{colorValues:t.colorValues,isSelected:v,status:o,diagnose:l,onClick:S,shift:h,isOpen:s.has(g),onOpen:x},b(`fibers`));if(aT.isBelongs(t))return(0,d.jsx)($U,{type:t.feature,isSelected:v,status:o,diagnose:l,onClick:S,shift:h,isOpen:s.has(g),onOpen:x},b(`security`));if(sT.isBelongs(t)){let n=t=>`${e}${t}`,c=(e,t)=>{r([{page:a,path:n(t),checkResult:o,location:e}])},u=(e,t)=>e&&CU(e.rect)?()=>c(e,t):void 0,f=(e,t)=>e&&wU(i,[{page:a,path:n(t),checkResult:o,location:e}]),p=u(m,t.type),_=u(t.reference.location,t.reference.type),y=f(m,t.type),C=f(t.reference.location,t.reference.type);return(0,d.jsx)(oW,{type:t.type,isSelected:v,status:o,diagnose:l,reference:t.reference,onResultClick:p,onReferenceClick:_,isResultSelected:y,isReferenceSelected:C,onClick:S,shift:h+20,isOpen:s.has(g),onOpen:x},b(`text`))}})})}),_W=({group:e,checks:t,status:n,onSelect:r,selections:i,page:a,groupId:o,imageViewer:s,shift:c=0,type:l})=>{let{openFields:u,addOpenField:f,removeOpenField:p}=It(),m=t.reduce((t,n)=>(n.location&&CU(n.location.rect)&&t.push({page:a,path:String(e),checkResult:n.checkResult,location:{light:n.location.light||OU(e),rect:n.location.rect}}),t),[]),h=wU(i,m),g=e=>u.authenticity.has(e)?p(`authenticity`,e):f(`authenticity`,e),_=()=>{if(!m.length)return g(o);let e=u.authenticity.has(o);if((!h||e)&&r(m),!e)return f(`authenticity`,o);h&&p(`authenticity`,o)},v=(e,t,n)=>{if(!n.length)return g(t);let i=u.authenticity.has(t);if(h&&m.length>1){r(n),f(`authenticity`,t);return}(!e||i)&&r(n),i?e&&p(`authenticity`,t):f(`authenticity`,t)},y=t.length>0;return(0,d.jsx)(gW,{group:e,checks:t,status:n,onSelect:r,selections:i,page:a,groupId:o,shift:y?c:0,type:l,openFields:u.authenticity,onOpen:g,onGroupClick:_,onSubGroupClick:v,collapse:y,isSelected:h,imageViewer:s})};q.addResourceBundle(`ru-RU`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Страница`}),q.addResourceBundle(`en-US`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Page`}),q.addResourceBundle(`lv-LV`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Lappuse`}),q.addResourceBundle(`de-DE`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Seite`}),q.addResourceBundle(`pl-PL`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Strona`}),q.addResourceBundle(`it-IT`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Pagina`}),q.addResourceBundle(`hu-HU`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Oldal`}),q.addResourceBundle(`zh-Hans`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`页`}),q.addResourceBundle(`zh-Hant`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`頁`}),q.addResourceBundle(`sk-SK`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Strana`}),q.addResourceBundle(`uk-UA`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Сторінка`}),q.addResourceBundle(`fr-FR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Page`}),q.addResourceBundle(`es-ES`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Página`}),q.addResourceBundle(`pt-PT`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Página`}),q.addResourceBundle(`ar-AE`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`صفحة`}),q.addResourceBundle(`nl-NL`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Pagina`}),q.addResourceBundle(`id-ID`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Halaman`}),q.addResourceBundle(`vi-VN`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Trang`}),q.addResourceBundle(`ko-KR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`페이지`}),q.addResourceBundle(`ms-MY`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Halaman`}),q.addResourceBundle(`ro-RO`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Pagina`}),q.addResourceBundle(`el-GR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Σελίδα`}),q.addResourceBundle(`tr-TR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sayfa`}),q.addResourceBundle(`ja-JP`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`ページ`}),q.addResourceBundle(`cs-CZ`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Strana`}),q.addResourceBundle(`th-TH`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`หน้า`}),q.addResourceBundle(`hi-IN`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`पृष्ठ`}),q.addResourceBundle(`bn-BD`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`পেইজ`}),q.addResourceBundle(`he-IL`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`דף`}),q.addResourceBundle(`fi-FI`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sivu`}),q.addResourceBundle(`sv-SE`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sida`}),q.addResourceBundle(`da-DK`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Side`}),q.addResourceBundle(`hr-HR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Stranica`}),q.addResourceBundle(`no-NO`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Side`}),q.addResourceBundle(`uz-Latn`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sahifa`}),q.addResourceBundle(`hy-AM`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Էջ`}),q.addResourceBundle(`ky-KG`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Бет`}),q.addResourceBundle(`ku-Arab`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`پەڕە`}),q.addResourceBundle(`tg-TJ`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Саҳифа`});var vW=()=>Pk(`c978bfc734ce43cb57f59e262c5b970c`),yW={scroll:`_scroll_wfx4h_1`,authenticity:`_authenticity_wfx4h_7`},bW=255,xW=({authenticity:e,documentIdentification:t,selections:n,onSelect:r,onOpen:i,openFields:a,imageViewer:o,initialScrollPosition:s,onScrollTop:c})=>{let{t:l}=vW();return(0,d.jsx)(_H,{extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:yW.scroll,initialScrollPosition:s,onScrollTop:c,children:e.length===1?(0,d.jsx)(`div`,{className:yW.authenticity,children:e[0].groups.map(({group:t,checks:i,checkResult:a},s)=>(0,d.jsx)(_W,{checks:i,group:t,status:a,page:e[0].page,onSelect:r,selections:n,type:`nested`,imageViewer:o,groupId:String(s)},t))}):e.map(({page:e,groups:s},c)=>{let u=String(c);return e===bW?s.map(({group:t,checks:i})=>(0,d.jsx)(_W,{checks:i,group:t,page:e,onSelect:r,selections:n,imageViewer:o,groupId:u},t)):(0,d.jsx)(HD,{head:(0,d.jsx)(G,{children:t.find(({pageIndex:t})=>t===e)?.documentName||`${l(`page`)} ${e+1}`}),open:a.has(u),onOpen:()=>i(e,u),openClickArea:`head`,children:(0,d.jsx)(`div`,{className:yW.authenticity,children:s.map(({group:t,checks:i,checkResult:a},s)=>(0,d.jsx)(_W,{checks:i,group:t,status:a,page:e,onSelect:r,selections:n,shift:16,type:`nested`,imageViewer:o,groupId:`${u}.${s}`},t))})},e)})})},SW=({authenticity:e,documentIdentification:t,onSelect:n,imageViewer:r,initialScrollPosition:i})=>{let{setScroll:a}=Vt(),{openFields:o,addOpenField:s,removeOpenField:c,resetOpenField:l}=It(),{selections:f}=b(),{setPage:p}=_(),m=(e,t)=>{o.authenticity.has(t)?c(`authenticity`,t):(p(e),s(`authenticity`,t))},h=a?e=>a(`authenticity`,e):void 0;return(0,u.useEffect)(()=>()=>{l(`authenticity`)},[e]),(0,d.jsx)(xW,{authenticity:e,documentIdentification:t,selections:f,onSelect:n,imageViewer:r,initialScrollPosition:i,onScrollTop:h,openFields:o.authenticity,onOpen:m})};q.addResourceBundle(`ru-RU`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Страница`,documentID:`Document ID`,probability:`Вероятность`,deprecated:`Выведен из оборота`,documentCategory:`Категория документа`,no:`Нет`,yes:`Да`}),q.addResourceBundle(`en-US`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Page`,documentID:`Document ID`,probability:`Probability`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`No`,yes:`Yes`}),q.addResourceBundle(`lv-LV`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Lappuse`,documentID:`Document ID`,probability:`Iespējamība`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nē`,yes:`Jā`}),q.addResourceBundle(`de-DE`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Seite`,documentID:`Document ID`,probability:`Wahrscheinlichkeit`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nein`,yes:`Ja`}),q.addResourceBundle(`pl-PL`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Strona`,documentID:`Document ID`,probability:`Prawdopodobieństwo`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nie`,yes:`Tak`}),q.addResourceBundle(`it-IT`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Pagina`,documentID:`Document ID`,probability:`Probabilità`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`No`,yes:`Si`}),q.addResourceBundle(`hu-HU`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Oldal`,documentID:`Document ID`,probability:`Valószínűség`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nem`,yes:`Igen`}),q.addResourceBundle(`zh-Hans`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`页`,documentID:`Document ID`,probability:`机率`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`否`,yes:`是`}),q.addResourceBundle(`zh-Hant`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`頁`,documentID:`Document ID`,probability:`概率`,deprecated:`已棄用`,documentCategory:`檔案類別`,no:`不`,yes:`是`}),q.addResourceBundle(`sk-SK`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Strana`,documentID:`Document ID`,probability:`Pravdepodobnosť`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nie`,yes:`Áno`}),q.addResourceBundle(`uk-UA`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Сторінка`,documentID:`Document ID`,probability:`Імовірність`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ні`,yes:`Так`}),q.addResourceBundle(`fr-FR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Page`,documentID:`Document ID`,probability:`Probabilité`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Non`,yes:`Oui`}),q.addResourceBundle(`es-ES`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Página`,documentID:`Document ID`,probability:`Probabilidad`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`No`,yes:`Sí`}),q.addResourceBundle(`pt-PT`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Página`,documentID:`Document ID`,probability:`Probabilidade`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Não`,yes:`Sim`}),q.addResourceBundle(`ar-AE`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`صفحة`,documentID:`Document ID`,probability:`احتمالية`,deprecated:`تم سحبه من التداول`,documentCategory:`فئة المستند`,no:`لا`,yes:`نعم`}),q.addResourceBundle(`nl-NL`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Pagina`,documentID:`Document ID`,probability:`Waarschijnlijkheid`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nee`,yes:`Ja`}),q.addResourceBundle(`id-ID`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Halaman`,documentID:`Document ID`,probability:`Probabilitas`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Tidak`,yes:`Ya`}),q.addResourceBundle(`vi-VN`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Trang`,documentID:`Document ID`,probability:`Xác suất`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Không`,yes:`Có`}),q.addResourceBundle(`ko-KR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`페이지`,documentID:`Document ID`,probability:`가능성`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`아니요`,yes:`예`}),q.addResourceBundle(`ms-MY`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Halaman`,documentID:`Document ID`,probability:`Kebarangkalian`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Tidak`,yes:`Ya`}),q.addResourceBundle(`ro-RO`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Pagina`,documentID:`Document ID`,probability:`Probabilitate`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nu`,yes:`Da`}),q.addResourceBundle(`el-GR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Σελίδα`,documentID:`Document ID`,probability:`Πιθανότητα`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Όχι`,yes:`Ναι`}),q.addResourceBundle(`tr-TR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sayfa`,documentID:`Document ID`,probability:`Olasılık`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Hayır`,yes:`Evet`}),q.addResourceBundle(`ja-JP`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`ページ`,documentID:`Document ID`,probability:`確率`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`いいえ`,yes:`はい`}),q.addResourceBundle(`cs-CZ`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Strana`,documentID:`Document ID`,probability:`Pravděpodobnost`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ne`,yes:`Ano`}),q.addResourceBundle(`th-TH`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`หน้า`,documentID:`Document ID`,probability:`ความเป็นไปได้`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`ไม่`,yes:`ใช่`}),q.addResourceBundle(`hi-IN`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`पृष्ठ`,documentID:`Document ID`,probability:`संभावना`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`नहीं`,yes:`हाँ`}),q.addResourceBundle(`bn-BD`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`পেইজ`,documentID:`Document ID`,probability:`সম্ভাব্যতা`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`না`,yes:`হ্যাঁ`}),q.addResourceBundle(`he-IL`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`דף`,documentID:`Document ID`,probability:`הסתברות`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`לא`,yes:`כן`}),q.addResourceBundle(`fi-FI`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sivu`,documentID:`Document ID`,probability:`Todennäköisyys`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ei`,yes:`Kyllä`}),q.addResourceBundle(`sv-SE`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sida`,documentID:`Document ID`,probability:`Sannolikhet`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nej`,yes:`Ja`}),q.addResourceBundle(`da-DK`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Side`,documentID:`Document ID`,probability:`Sandsynlighed`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nej`,yes:`Ja`}),q.addResourceBundle(`hr-HR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Stranica`,documentID:`Document ID`,probability:`Vjerojatnost`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ne`,yes:`Da`}),q.addResourceBundle(`no-NO`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Side`,documentID:`Document ID`,probability:`Sannsynlighet`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nei`,yes:`Ja`}),q.addResourceBundle(`uz-Latn`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sahifa`,documentID:`Document ID`,probability:`Ehtimollik`,deprecated:`Muomaladan chiqarilgan`,documentCategory:`Hujjat toifasi`,no:`Yo'q`,yes:`Ha`}),q.addResourceBundle(`hy-AM`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Էջ`,documentID:`Document ID`,probability:`Հավանականություն`,deprecated:`Շրջանառությունից հանվել է`,documentCategory:`Document category`,no:`Ոչ`,yes:`Այո`}),q.addResourceBundle(`ky-KG`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Бет`,documentID:`Document ID`,probability:`Мүмкүндүк`,deprecated:`Жүгүртүүдөн чыгарылды`,documentCategory:`Document category`,no:`Жок`,yes:`Ооба`}),q.addResourceBundle(`ku-Arab`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`پەڕە`,documentID:`Document ID`,probability:`ئەگەر`,deprecated:`کۆن`,documentCategory:`جۆری بەڵگەنامە`,no:`نەخێر`,yes:`بەڵێ`}),q.addResourceBundle(`tg-TJ`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Саҳифа`,documentID:`Document ID`,probability:`Эҳтимолият`,deprecated:`Аз муомилот гирифта шудааст`,documentCategory:`Категорияи ҳуҷҷат`,no:`Не`,yes:`Ҳа`});var CW=()=>Pk(`dc87716ea86ebf584e6de7d3249457b2`),wW={container:`_container_bbhhp_1`,name:`_name_bbhhp_15`},TW=({pageIndex:e,isDeprecated:t,documentId:n,shift:r,documentCategory:i})=>{let{t:a}=CW(),o={"--shift":r+`px`};return(0,d.jsxs)(d.Fragment,{children:[i!==void 0&&(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`documentCategory`)}),(0,d.jsx)(G,{children:i.toUpperCase()})]}),(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`documentID`)}),(0,d.jsx)(G,{children:n})]}),(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`deprecated`)}),(0,d.jsx)(G,{uppercase:!0,children:a(t?`yes`:`no`)})]}),e!==void 0&&(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`page`)}),(0,d.jsx)(G,{children:e+1})]})]})},EW={scroll:`_scroll_1wl41_1`,identification:`_identification_1wl41_7`},DW=({documentIdentification:e,openFields:t,onOpen:n,initialScrollPosition:r,onScrollTop:i})=>(0,d.jsx)(_H,{extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:EW.scroll,initialScrollPosition:r,onScrollTop:i,children:e.length===1?(0,d.jsx)(`div`,{className:EW.identification,children:(0,d.jsx)(TW,{isDeprecated:e[0].isDeprecated,documentId:e[0].documentId,documentCategory:e[0].documentCategory})}):e.map(({pageIndex:e,documentCategory:r,documentName:i,isDeprecated:a,documentId:o},s)=>(0,d.jsx)(HD,{head:(0,d.jsx)(G,{children:i}),open:t.has(String(s)),onOpen:()=>n(e,String(s)),dataAttributes:{"data-extended-scroll":``},openClickArea:`head`,children:(0,d.jsx)(`div`,{className:EW.identification,children:(0,d.jsx)(TW,{pageIndex:e,isDeprecated:a,documentId:o,documentCategory:r,shift:24})})},e))}),OW=({documentIdentification:e,initialScrollPosition:t})=>{let{setScroll:n}=Vt(),{openFields:r,addOpenField:i,removeOpenField:a,resetOpenField:o}=It(),{setPage:s}=_(),c=(e,t)=>{r.identification.has(t)?a(`identification`,t):(s(e),i(`identification`,t))},l=n?e=>n(`imageQuality`,e):void 0;return(0,u.useEffect)(()=>()=>{o(`identification`)},[e]),(0,d.jsx)(DW,{documentIdentification:e,openFields:r.identification,onScrollTop:l,initialScrollPosition:t,onOpen:c})},kW={container:`_container_w3ywq_1`,name:`_name_w3ywq_16`,selected:`_selected_w3ywq_21`,pointer:`_pointer_w3ywq_25`},AW=({name:e,status:t,selected:n,onClick:r,shift:i=0})=>{let a=kH(t),o={"--shift":i+`px`};return(0,d.jsxs)(`div`,{className:(0,tD.default)(kW.container,{[kW.selected]:n,[kW.pointer]:!!r}),onClick:r,children:[(0,d.jsx)(G,{uppercase:!0,className:kW.name,style:o,children:(0,d.jsx)($.ImageQualityCheckTypeLabel,{children:e})}),a]})},jW={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},MW=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:jW.head,children:[(0,d.jsx)(G,{className:jW.name,children:e}),(0,d.jsx)(`div`,{className:jW.status,children:kH(t)})]}),NW={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},PW=({name:e,status:t,open:n,onOpen:r,onHeadClick:i,selected:a,children:o})=>(0,d.jsx)(HD,{className:(0,tD.default)(NW.collapse,{[NW.selected]:a}),open:n,onOpen:r,dataAttributes:{"data-extended-scroll":``},onHeadClick:i,head:(0,d.jsx)(MW,{name:e,status:t}),children:o});q.addResourceBundle(`ru-RU`,`de69905604fe0024fb127e3820099c8f`,{page:`Страница`}),q.addResourceBundle(`en-US`,`de69905604fe0024fb127e3820099c8f`,{page:`Page`}),q.addResourceBundle(`lv-LV`,`de69905604fe0024fb127e3820099c8f`,{page:`Lappuse`}),q.addResourceBundle(`de-DE`,`de69905604fe0024fb127e3820099c8f`,{page:`Seite`}),q.addResourceBundle(`pl-PL`,`de69905604fe0024fb127e3820099c8f`,{page:`Strona`}),q.addResourceBundle(`it-IT`,`de69905604fe0024fb127e3820099c8f`,{page:`Pagina`}),q.addResourceBundle(`hu-HU`,`de69905604fe0024fb127e3820099c8f`,{page:`Oldal`}),q.addResourceBundle(`zh-Hans`,`de69905604fe0024fb127e3820099c8f`,{page:`页`}),q.addResourceBundle(`zh-Hant`,`de69905604fe0024fb127e3820099c8f`,{page:`頁`}),q.addResourceBundle(`sk-SK`,`de69905604fe0024fb127e3820099c8f`,{page:`Strana`}),q.addResourceBundle(`uk-UA`,`de69905604fe0024fb127e3820099c8f`,{page:`Сторінка`}),q.addResourceBundle(`fr-FR`,`de69905604fe0024fb127e3820099c8f`,{page:`Page`}),q.addResourceBundle(`es-ES`,`de69905604fe0024fb127e3820099c8f`,{page:`Página`}),q.addResourceBundle(`pt-PT`,`de69905604fe0024fb127e3820099c8f`,{page:`Página`}),q.addResourceBundle(`ar-AE`,`de69905604fe0024fb127e3820099c8f`,{page:`صفحة`}),q.addResourceBundle(`nl-NL`,`de69905604fe0024fb127e3820099c8f`,{page:`Pagina`}),q.addResourceBundle(`id-ID`,`de69905604fe0024fb127e3820099c8f`,{page:`Halaman`}),q.addResourceBundle(`vi-VN`,`de69905604fe0024fb127e3820099c8f`,{page:`Trang`}),q.addResourceBundle(`ko-KR`,`de69905604fe0024fb127e3820099c8f`,{page:`페이지`}),q.addResourceBundle(`ms-MY`,`de69905604fe0024fb127e3820099c8f`,{page:`Halaman`}),q.addResourceBundle(`ro-RO`,`de69905604fe0024fb127e3820099c8f`,{page:`Pagina`}),q.addResourceBundle(`el-GR`,`de69905604fe0024fb127e3820099c8f`,{page:`Σελίδα`}),q.addResourceBundle(`tr-TR`,`de69905604fe0024fb127e3820099c8f`,{page:`Sayfa`}),q.addResourceBundle(`ja-JP`,`de69905604fe0024fb127e3820099c8f`,{page:`ページ`}),q.addResourceBundle(`cs-CZ`,`de69905604fe0024fb127e3820099c8f`,{page:`Strana`}),q.addResourceBundle(`th-TH`,`de69905604fe0024fb127e3820099c8f`,{page:`หน้า`}),q.addResourceBundle(`hi-IN`,`de69905604fe0024fb127e3820099c8f`,{page:`पृष्ठ`}),q.addResourceBundle(`bn-BD`,`de69905604fe0024fb127e3820099c8f`,{page:`পেইজ`}),q.addResourceBundle(`he-IL`,`de69905604fe0024fb127e3820099c8f`,{page:`דף`}),q.addResourceBundle(`fi-FI`,`de69905604fe0024fb127e3820099c8f`,{page:`Sivu`}),q.addResourceBundle(`sv-SE`,`de69905604fe0024fb127e3820099c8f`,{page:`Sida`}),q.addResourceBundle(`da-DK`,`de69905604fe0024fb127e3820099c8f`,{page:`Side`}),q.addResourceBundle(`hr-HR`,`de69905604fe0024fb127e3820099c8f`,{page:`Stranica`}),q.addResourceBundle(`no-NO`,`de69905604fe0024fb127e3820099c8f`,{page:`Side`}),q.addResourceBundle(`uz-Latn`,`de69905604fe0024fb127e3820099c8f`,{page:`Sahifa`}),q.addResourceBundle(`hy-AM`,`de69905604fe0024fb127e3820099c8f`,{page:`Էջ`}),q.addResourceBundle(`ky-KG`,`de69905604fe0024fb127e3820099c8f`,{page:`Бет`}),q.addResourceBundle(`ku-Arab`,`de69905604fe0024fb127e3820099c8f`,{page:`پەڕە`}),q.addResourceBundle(`tg-TJ`,`de69905604fe0024fb127e3820099c8f`,{page:`Саҳифа`});var FW=()=>Pk(`de69905604fe0024fb127e3820099c8f`),IW={scroll:`_scroll_180s7_1`,"image-quality":`_image-quality_180s7_7`},LW=({onSelect:e,selections:t,checkIsSelected:n,groupClickHandler:r,imageQuality:i,documentIdentification:a,onOpen:o,openFields:s,initialScrollPosition:c,onScrollTop:l})=>{let{t:u}=FW();return(0,d.jsx)(_H,{extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:IW.scroll,initialScrollPosition:c,onScrollTop:l,children:i.length===1?(0,d.jsx)(`div`,{className:IW[`image-quality`],children:i[0].checks.map(({checkType:n,checkResult:r,areas:a})=>(0,d.jsx)(AW,{name:n,status:r,selected:a&&wU(t,[{page:i[0].pageIndex,path:String(i[0].pageIndex),checkResult:r,location:{rect:a.List}}]),onClick:a&&CU(a.List)?()=>e([{page:i[0].pageIndex,path:String(i[0].pageIndex),checkResult:r,location:{rect:a.List}}]):void 0},n))}):i.map(({pageIndex:i,checks:c,checkResult:l},f)=>(0,d.jsx)(PW,{name:a.find(e=>e.pageIndex===i)?.documentName||`${u(`page`)} ${i+1}`,status:l,open:s.has(String(f)),onOpen:()=>o(i,String(f)),onHeadClick:()=>r(i,String(f)),selected:n(i),children:(0,d.jsx)(`div`,{className:IW[`image-quality`],children:c.map(({checkType:n,checkResult:r,areas:a})=>(0,d.jsx)(AW,{name:n,status:r,shift:24,selected:a&&wU(t,[{page:i,path:String(i),checkResult:r,location:{rect:a.List}}]),onClick:a&&CU(a.List)?()=>e([{page:i,path:String(i),checkResult:r,location:{rect:a.List}}]):void 0},n))})},i))})},RW=({onSelect:e,imageQuality:t,documentIdentification:n,initialScrollPosition:r})=>{let{setScroll:i}=Vt(),{openFields:a,addOpenField:o,removeOpenField:s,resetOpenField:c}=It(),{selections:l}=b(),{setPage:f}=_(),p=(e,t)=>{a.imageQuality.has(t)?s(`imageQuality`,t):(f(e),o(`imageQuality`,t))},m=i?e=>i(`imageQuality`,e):void 0,h=(0,u.useMemo)(()=>t.map(e=>{let t=[];return e.checks.forEach(({areas:n,checkResult:r})=>{n&&CU(n.List)&&t.push({page:e.pageIndex,path:String(e.pageIndex),checkResult:r,location:{rect:n.List}})}),t},[]),[t]),g=e=>wU(l,h[e]);return(0,u.useEffect)(()=>{let t=h.findIndex(e=>e.length>0);t!==-1&&e(h[t])},[h]),(0,u.useEffect)(()=>()=>{c(`imageQuality`)},[t]),(0,d.jsx)(LW,{onSelect:e,selections:l,checkIsSelected:g,groupClickHandler:(t,n)=>{if(!h[t].length)return p(t,n);let r=a.imageQuality.has(n),i=g(t);if((!i||r)&&e(h[t]),!r)return o(`imageQuality`,n);i&&s(`imageQuality`,n)},imageQuality:t,documentIdentification:n,openFields:a.imageQuality,initialScrollPosition:r,onScrollTop:m,onOpen:p})},zW={name:`_name_c7mbz_1`,value:`_value_c7mbz_6`},BW=({name:e,value:t,status:n})=>{let r=kH(n);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:zW.name,size:`12x160`,uppercase:!0,children:e}),(0,d.jsx)(G,{className:zW.value,children:t}),r]})},VW=(e,t)=>{let n=e.replace(/\^/g,`
|
|
22
|
-
`).trim();return t===A.ERROR&&!n?`—`:n},HW={"preview-container":`_preview-container_t99k8_1`},UW=({source:e,comparisonList:t})=>(0,d.jsxs)(`div`,{className:HW[`preview-container`],children:[e.filter(({value:e})=>!!e).map(({source:e,value:t,checkResult:n,rect:r,pageIndex:i,probability:a},o)=>(0,d.jsx)(BW,{name:e,value:VW(t,n),status:n},e+t+n+a+i+JSON.stringify(r||o))),t.filter(({status:e})=>e!==A.WAS_NOT_DONE).map(({sourceLeft:e,sourceRight:t,status:n})=>(0,d.jsx)(BW,{name:`${e} – ${t}`,value:``,status:n},e+t))]});q.addResourceBundle(`ru-RU`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Страница`,probability:`Вероятность`}),q.addResourceBundle(`en-US`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probability`}),q.addResourceBundle(`lv-LV`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Iespējamība`}),q.addResourceBundle(`de-DE`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Wahrscheinlichkeit`}),q.addResourceBundle(`pl-PL`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Strona`,probability:`Prawdopodobieństwo`}),q.addResourceBundle(`it-IT`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilità`}),q.addResourceBundle(`hu-HU`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Valószínűség`}),q.addResourceBundle(`zh-Hans`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`页`,probability:`机率`}),q.addResourceBundle(`zh-Hant`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`頁`,probability:`概率`}),q.addResourceBundle(`sk-SK`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Pravdepodobnosť`}),q.addResourceBundle(`uk-UA`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Імовірність`}),q.addResourceBundle(`fr-FR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilité`}),q.addResourceBundle(`es-ES`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilidad`}),q.addResourceBundle(`pt-PT`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilidade`}),q.addResourceBundle(`ar-AE`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`صفحة`,probability:`احتمالية`}),q.addResourceBundle(`nl-NL`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Waarschijnlijkheid`}),q.addResourceBundle(`id-ID`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilitas`}),q.addResourceBundle(`vi-VN`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Xác suất`}),q.addResourceBundle(`ko-KR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`가능성`}),q.addResourceBundle(`ms-MY`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Kebarangkalian`}),q.addResourceBundle(`ro-RO`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilitate`}),q.addResourceBundle(`el-GR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Πιθανότητα`}),q.addResourceBundle(`tr-TR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Sayfa`,probability:`Olasılık`}),q.addResourceBundle(`ja-JP`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`確率`}),q.addResourceBundle(`cs-CZ`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Pravděpodobnost`}),q.addResourceBundle(`th-TH`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`ความเป็นไปได้`}),q.addResourceBundle(`hi-IN`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`संभावना`}),q.addResourceBundle(`bn-BD`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`সম্ভাব্যতা`}),q.addResourceBundle(`he-IL`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`הסתברות`}),q.addResourceBundle(`fi-FI`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Todennäköisyys`}),q.addResourceBundle(`sv-SE`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Sannolikhet`}),q.addResourceBundle(`da-DK`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Sandsynlighed`}),q.addResourceBundle(`hr-HR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Vjerojatnost`}),q.addResourceBundle(`no-NO`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Sannsynlighet`}),q.addResourceBundle(`uz-Latn`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Sahifa`,probability:`Ehtimollik`}),q.addResourceBundle(`hy-AM`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Հավանականություն`}),q.addResourceBundle(`ky-KG`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Мүмкүндүк`}),q.addResourceBundle(`ku-Arab`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`پەڕە`,probability:`ئەگەر`}),q.addResourceBundle(`tg-TJ`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Саҳифа`,probability:`Эҳтимолият`});var WW=()=>Pk(`0b9710958905a1fef033fa8881ba3e7a`),GW={container:`_container_1627j_1`,item:`_item_1627j_4`,name:`_name_1627j_21`},KW=({probability:e,pageIndex:t})=>{let{t:n}=WW();return(0,d.jsxs)(`div`,{className:GW.container,children:[(0,d.jsxs)(`div`,{className:GW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GW.name,children:n(`probability`)}),(0,d.jsx)(G,{children:e+`%`})]}),(0,d.jsxs)(`div`,{className:GW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GW.name,children:n(`page`)}),(0,d.jsx)(G,{children:t+1})]})]})},qW={content:`_content_19nax_1`},JW=({source:e})=>(0,d.jsxs)(`div`,{className:qW.content,children:[(0,d.jsx)(G,{size:`18x135`,children:(0,d.jsx)($.Source,{children:e})}),(0,d.jsx)(G,{children:(0,d.jsx)($.SourceDescription,{children:e})})]}),YW={content:`_content_lkw3k_1`},XW=({left:e,right:t})=>(0,d.jsx)(`div`,{className:YW.content,children:(0,d.jsx)(G,{children:`Comparison between ${e} and ${t}.`})}),ZW={comparison:`_comparison_1vwch_1`,name:`_name_1vwch_9`},QW=({left:e,right:t,status:n})=>{let r=kH(n);return(0,d.jsxs)(`div`,{className:ZW.comparison,children:[(0,d.jsx)(G,{className:ZW.name,children:(0,d.jsx)(Bk,{modal:(0,d.jsx)(XW,{left:e,right:t}),children:`${e} – ${t}`})}),r]})},$W={head:`_head_1rbb3_1`,name:`_name_1rbb3_7`,value:`_value_1rbb3_10`,status:`_status_1rbb3_15`},eG=({name:e,value:t,status:n,onMouseEnter:r,onMouseLeave:i,onMouseMove:a,dataTestKey:o,dataTestValue:s})=>(0,d.jsxs)(`div`,{className:(0,tD.default)($W.head),children:[(0,d.jsx)(G,{className:$W.name,onMouseEnter:r,onMouseLeave:i,onMouseMove:a,dataTest:o,children:e}),(0,d.jsx)(G,{className:$W.value,dataTest:s,children:t}),(0,d.jsx)(`div`,{className:$W.status,children:n===void 0?null:kH(n)})]}),tG={"preview-container":`_preview-container_1y3z1_1`,preview:`_preview_1y3z1_1`,previewRtl:`_previewRtl_1y3z1_26`,"opacity-enter":`_opacity-enter_1y3z1_30`,"opacity-enter-active":`_opacity-enter-active_1y3z1_34`,"opacity-exit":`_opacity-exit_1y3z1_39`,"opacity-exit-active":`_opacity-exit-active_1y3z1_43`},nG=({previewPosition:e,showPreview:t,children:n})=>{let r=(0,u.useRef)(null),i=Ik(),a=i===`rtl`,o={"--preview-x":e.x+`px`,"--preview-y":e.y+`px`};return(0,d.jsx)(fO,{nodeRef:r,in:t,timeout:100,classNames:{enter:tG[`opacity-enter`],enterActive:tG[`opacity-enter-active`],exit:tG[`opacity-exit`],exitActive:tG[`opacity-exit-active`]},unmountOnExit:!0,children:(0,d.jsx)(`div`,{className:tG[`preview-container`],dir:i,children:(0,d.jsx)(`div`,{className:(0,tD.default)(tG.preview,a&&tG.previewRtl),style:o,ref:r,children:n})})})},rG={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},iG=({type:e,name:t,collapse:n=!0,value:r,status:i,open:a,children:o,shift:s=0,selected:c,onOpen:l,onHeadClick:p,preview:m,dataTestKey:h,dataTestValue:g})=>{let[_,v]=(0,u.useState)(!1),[y,b]=(0,u.useState)({x:0,y:0}),x=m&&!rD.isMobile,S=e=>b({x:e.clientX+scrollX,y:e.clientY+scrollY}),C=e=>{S(e),v(!0)},w=()=>v(!1);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(HD,{className:(0,tD.default)(rG.collapse,{[rG.selected]:c}),style:{"--shift":s+`px`},collapse:n,type:e,onOpen:l,open:a,onHeadClick:p,onMouseEnter:x?C:void 0,onMouseLeave:x?w:void 0,onMouseMove:x?S:void 0,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(eG,{name:t,value:r,status:i,dataTestKey:h,dataTestValue:g}),children:o}),m&&(0,f.createPortal)((0,d.jsx)(nG,{showPreview:!a&&_,previewPosition:y,children:m}),document.body)]})},aG=(e,t)=>e.some(({value:e})=>e!==``)||t.length>0,oG={"text-data":`_text-data_uau8a_1`},sG=({selections:e,groupValue:t,status:n,bySource:r,comparisonList:i,groupName:a,isSelected:o,isMultipleRFID:s,openFields:c,onOpen:l,onGroupClick:u,onSubGroupClick:f,groupId:p,isCollapse:m,preview:h})=>(0,d.jsx)(iG,{name:a,value:t,status:n,selected:o,open:c.has(p),preview:h,onOpen:()=>l(p),onHeadClick:u,collapse:m,dataTestKey:`params-group_key`,dataTestValue:`params-group_value`,children:(0,d.jsxs)(`div`,{className:oG[`text-data`],children:[r.map(({source:t,value:n,checkResult:r,probability:i,pageIndex:o,rect:u,rfidOrigin:m},h)=>{let g=`${p}.${h}`,_=!!(u&&wU(e,[{page:o,path:a,checkResult:r,location:{rect:[u]}}])),v=u&&CU([u])?[{page:o,path:a,checkResult:r,location:{rect:[u]}}]:[];return n.trim()||r!==A.WAS_NOT_DONE?(0,d.jsx)(iG,{type:`nested`,shift:20,open:c.has(g),onOpen:()=>l(g),name:(0,d.jsx)(Bk,{modal:(0,d.jsx)(JW,{source:t}),children:s&&t===Ja.RFID?`${t} (DG${m?.dg||``})`:t}),value:VW(n,r),status:r,selected:_,onHeadClick:()=>f(_,g,v),children:(0,d.jsx)(KW,{probability:i,pageIndex:o})},t+n+r+i+o+JSON.stringify(u||h)):null}),i.map(({sourceLeft:e,sourceRight:t,status:n})=>(0,d.jsx)(QW,{left:e,right:t,status:n},e+t))]})}),cG=9999,lG=({onSelect:e,selections:t,groupId:n,type:r,value:i,lcid:a,checkResult:o,bySource:s,comparisonList:c})=>{let{openFields:l,addOpenField:u,removeOpenField:f}=It();Pk();let p=aG(s,c),m=VW(i,o),h=a!==j.LATIN&&a!==cG,g=`${$.getVisualFieldType(r)}${h?` (${$.getLCID(a)})`:``}`,_=p?(0,d.jsx)(UW,{source:s,comparisonList:c}):void 0,v=s.reduce((e,t)=>(t.rect&&CU([t.rect])&&e.push({page:t.pageIndex,path:g,checkResult:t.checkResult,location:{rect:[t.rect]}}),e),[]),y=wU(t,v),b=s.filter(e=>e.source===Ja.RFID).length>1,x=e=>l.textData.has(e)?f(`textData`,e):u(`textData`,e);return(0,d.jsx)(sG,{selections:t,status:o,bySource:s,comparisonList:c,groupName:g,isSelected:y,isMultipleRFID:b,groupValue:m,openFields:l.textData,onOpen:x,onGroupClick:()=>{if(!v.length)return x(n);let t=l.textData.has(n);if((!y||t)&&e(v),!t)return u(`textData`,n);y&&f(`textData`,n)},onSubGroupClick:(t,n,r)=>{if(!r.length)return x(n);let i=l.textData.has(n);if(y&&v.length>1){e(r),u(`textData`,n);return}(!t||i)&&e(r),i?t&&f(`textData`,n):u(`textData`,n)},groupId:n,isCollapse:p,preview:_})},uG={scroll:`_scroll_ev01v_1`},dG=({onSelect:e,selections:t,textData:n,onScrollTop:r,initialScrollPosition:i})=>(0,d.jsx)(_H,{onScrollTop:r,initialScrollPosition:i,extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:uG.scroll,children:n.map(({type:n,value:r,checkResult:i,bySource:a,comparisonList:o,lcid:s},c)=>(0,d.jsx)(lG,{type:n,value:r,checkResult:i,bySource:a,comparisonList:o,lcid:s,onSelect:e,selections:t,groupId:String(c)},n+r+s))}),fG=({onSelect:e,textData:t,initialScrollPosition:n})=>{let{setScroll:r}=Vt(),{resetOpenField:i}=It(),{selections:a}=b(),o=r?e=>r(`textData`,e):void 0;return(0,u.useEffect)(()=>()=>{i(`textData`)},[t]),(0,d.jsx)(dG,{onSelect:e,selections:a,textData:t,initialScrollPosition:n,onScrollTop:o})},pG={tabs:`_tabs_1qa1i_1`},mG=({tabs:e,onTabChange:t,tab:n,className:r})=>(0,d.jsx)(nD.Element,{name:`text`,className:(0,tD.default)(pG.tabs,r),children:(0,d.jsx)(ID,{tab:n,type:`line`,items:e,onTabChange:t})}),hG=({imageViewer:e,className:t,initialTab:n,onTabChange:r,initialScrollPosition:i,onScrollTop:a,openFields:o,onOpenFieldsChange:s})=>{let{t:c}=DU(),{response:l}=m(),{tabID:f=n,setTabID:p}=C(),{setSelections:h}=b();(0,u.useEffect)(()=>()=>{p(n??SU.TEXT_DATA)},[l]);let{textData:g,imageQuality:_,authenticity:v,documentIdentification:y}=(0,u.useMemo)(()=>l?{textData:xE(l).filter(e=>e.value.trim()||e.checkResult!==A.WAS_NOT_DONE),imageQuality:BT(l).sort((e,t)=>e.pageIndex-t.pageIndex),authenticity:mT(l).filter(({groups:e})=>e.length>0),documentIdentification:pE(l).sort((e,t)=>e.pageIndex-t.pageIndex)}:{textData:[],imageQuality:[],authenticity:[],documentIdentification:[]},[l]),x=(0,u.useMemo)(()=>({authenticity:TU(v),imageQuality:EU(_)}),[v,_]),S=e=>{h(t=>{let n=t.map(e=>JSON.stringify(e)),r=[...t];if(e.length===1){let t=JSON.stringify(e[0]);return n.includes(t)?r.length>1?r.filter(e=>JSON.stringify(e)===t):[]:e}else{let t=e.map(e=>JSON.stringify(e));return e.every(e=>n.includes(JSON.stringify(e)))?r.filter(e=>!t.includes(JSON.stringify(e))):e}})},w=e=>{r?.(e),p(e),h([])},T=(0,u.useMemo)(()=>{let t=[];return g.length&&t.push({id:SU.TEXT_DATA,label:c(`textFields`),children:(0,d.jsx)(fG,{textData:g,onSelect:S,initialScrollPosition:i?.textData})}),v.length&&t.push({id:SU.AUTHENTICITY,label:c(`securityChecks`),children:(0,d.jsx)(SW,{authenticity:v,documentIdentification:y,onSelect:S,imageViewer:e,initialScrollPosition:i?.authenticity})}),_.length&&t.push({id:SU.IMAGE_QUALITY,label:c(`imageQuality`),children:(0,d.jsx)(RW,{imageQuality:_,documentIdentification:y,onSelect:S,initialScrollPosition:i?.imageQuality})}),y.length&&t.push({id:SU.IDENTIFICATION,label:c(`documentType`),children:(0,d.jsx)(OW,{documentIdentification:y,initialScrollPosition:i?.identification})}),t},[g,v,_,y,i,e,c]);return T.length?(0,d.jsx)(Ft,{onOpenFieldsChange:s,openFields:o||x,children:(0,d.jsx)(Bt,{onScrollTop:a,children:(0,d.jsx)(mG,{tab:f,onTabChange:w,tabs:T,className:t})})}):null},gG={container:`_container_3bysi_1`},_G=({identification:e,className:t})=>(0,d.jsx)(`div`,{className:(0,tD.default)(gG.container,t),children:(0,d.jsx)(G,{size:`18x135`,children:e.length?e[0].documentName:``})}),vG=({className:e})=>{let{response:t}=m(),{page:n}=_();return(0,d.jsx)(_G,{identification:HM(t,n),className:e})},yG={container:`_container_10kpe_1`,content:`_content_10kpe_11`,tabs:`_tabs_10kpe_15`,images:`_images_10kpe_18`},bG=({imageViewer:e})=>(0,d.jsxs)(`div`,{className:yG.container,children:[(0,d.jsx)(vG,{}),(0,d.jsxs)(`div`,{className:yG.content,children:[(0,d.jsx)(xU,{className:yG.images,imageViewer:e}),(0,d.jsx)(hG,{className:yG.tabs,imageViewer:e})]})]});q.addResourceBundle(`ru-RU`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-чип`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`en-US`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`lv-LV`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID čips`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`de-DE`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-Chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`pl-PL`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`it-IT`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Lettura del chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hu-HU`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hans`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID芯片`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hant`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`射頻識別晶片`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`sk-SK`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Čip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`uk-UA`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID чіп`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`fr-FR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Lecture de la puce RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`es-ES`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`pt-PT`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ar-AE`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`شريحة RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`nl-NL`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`id-ID`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`vi-VN`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ko-KR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID 칩`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ms-MY`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Cip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ro-RO`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Cip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`el-GR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Κύκλωμα ραδιοσυχνικής αναγνώρισης`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`tr-TR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ja-JP`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFIDチップ`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`cs-CZ`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Čip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`th-TH`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`ชิพ RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hi-IN`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID चिप`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`bn-BD`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID চিপ`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`he-IL`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`שבב RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`fi-FI`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-siru`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`sv-SE`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-chipp`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`da-DK`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hr-HR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID čip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`no-NO`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-brikke`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`uz-Latn`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID chipi`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hy-AM`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID չիպ`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ky-KG`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-чип`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ku-Arab`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`چیپی RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`tg-TJ`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-чип`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`});var xG=()=>Pk(`93a6a13564bdfe0d361e1fb10b11f75b`),SG={container:`_container_39u54_1`,content:`_content_39u54_15`},CG=()=>{let{t:e}=xG();return(0,d.jsxs)(`div`,{className:SG.content,children:[(0,d.jsx)(G,{children:e(`BACDescription`)}),(0,d.jsx)(G,{children:e(`PACEDescription`)}),(0,d.jsx)(G,{children:e(`CADescription`)}),(0,d.jsx)(G,{children:e(`TADescription`)}),(0,d.jsx)(G,{children:e(`AADescription`)}),(0,d.jsx)(G,{children:e(`PADescription`)}),(0,d.jsx)(TH,{href:`https://docs.regulaforensics.com/develop/doc-reader-sdk/overview/security-mechanisms-for-electronic-documents/`,target:`_blank`,children:e(`exploreMore`)})]})},wG=({checksSummary:e})=>{let t=kH(e.overallStatus,20),{t:n}=xG();return(0,d.jsxs)(`div`,{className:SG.container,children:[t,(0,d.jsx)(Bk,{modal:(0,d.jsx)(CG,{}),children:(0,d.jsx)(G,{size:`18x135`,children:n(`rfid`)})})]})},TG=()=>{let{response:e}=m();return e?(0,d.jsx)(wG,{checksSummary:WT(e)}):null},EG={protocols:`_protocols_1v0xj_1`},DG={"protocols-item":`_protocols-item_zef60_1`},OG=({status:e,name:t})=>{let n=kH(e);return(0,d.jsxs)(`div`,{className:DG[`protocols-item`],children:[n,(0,d.jsx)(G,{children:t})]})},kG=({checksSummary:e})=>(0,d.jsxs)(`div`,{className:EG.protocols,children:[(0,d.jsx)(OG,{status:e.BAC,name:`BAC`}),(0,d.jsx)(OG,{status:e.PACE,name:`PACE`}),(0,d.jsx)(OG,{status:e.CA,name:`CA`}),(0,d.jsx)(OG,{status:e.TA,name:`TA`}),(0,d.jsx)(OG,{status:e.AA,name:`AA`}),(0,d.jsx)(OG,{status:e.PA,name:`PA`})]}),AG=()=>{let{response:e}=m();return e?(0,d.jsx)(kG,{checksSummary:WT(e)}):null};q.addResourceBundle(`ru-RU`,`d4114710292aed4785f9eac390bfb16c`,{status:`Статус`,dataGroup:`Группа данных`}),q.addResourceBundle(`en-US`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Data group`}),q.addResourceBundle(`lv-LV`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Data group`}),q.addResourceBundle(`de-DE`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datengruppe`}),q.addResourceBundle(`pl-PL`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Grupa danych`}),q.addResourceBundle(`it-IT`,`d4114710292aed4785f9eac390bfb16c`,{status:`stato`,dataGroup:`Gruppo dati`}),q.addResourceBundle(`hu-HU`,`d4114710292aed4785f9eac390bfb16c`,{status:`Állapot`,dataGroup:`Adatcsoport`}),q.addResourceBundle(`zh-Hans`,`d4114710292aed4785f9eac390bfb16c`,{status:`状态`,dataGroup:`数据组`}),q.addResourceBundle(`zh-Hant`,`d4114710292aed4785f9eac390bfb16c`,{status:`狀態`,dataGroup:`數據組`}),q.addResourceBundle(`sk-SK`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stav`,dataGroup:`Skupina údajov`}),q.addResourceBundle(`uk-UA`,`d4114710292aed4785f9eac390bfb16c`,{status:`Статус`,dataGroup:`Група даних`}),q.addResourceBundle(`fr-FR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Etat`,dataGroup:`Groupe de données (data-group)`}),q.addResourceBundle(`es-ES`,`d4114710292aed4785f9eac390bfb16c`,{status:`Estatus`,dataGroup:`Grupo de datos`}),q.addResourceBundle(`pt-PT`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Grupo de dados`}),q.addResourceBundle(`ar-AE`,`d4114710292aed4785f9eac390bfb16c`,{status:`الحالة`,dataGroup:`مجموعة البيانات`}),q.addResourceBundle(`nl-NL`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagroep`}),q.addResourceBundle(`id-ID`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Kelompok data`}),q.addResourceBundle(`vi-VN`,`d4114710292aed4785f9eac390bfb16c`,{status:`Trạng thái`,dataGroup:`Nhóm dữ liệu`}),q.addResourceBundle(`ko-KR`,`d4114710292aed4785f9eac390bfb16c`,{status:`상태`,dataGroup:`데이터 그룹`}),q.addResourceBundle(`ms-MY`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Kumpulan data`}),q.addResourceBundle(`ro-RO`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stare`,dataGroup:`Grup de date`}),q.addResourceBundle(`el-GR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Κατάσταση`,dataGroup:`Ομάδα δεδομένων`}),q.addResourceBundle(`tr-TR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Durum`,dataGroup:`Veri grubu`}),q.addResourceBundle(`ja-JP`,`d4114710292aed4785f9eac390bfb16c`,{status:`ステータス`,dataGroup:`データグループ`}),q.addResourceBundle(`cs-CZ`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stav`,dataGroup:`Datová skupina (DG)`}),q.addResourceBundle(`th-TH`,`d4114710292aed4785f9eac390bfb16c`,{status:`สถานะ`,dataGroup:`กลุ่มข้อมูล`}),q.addResourceBundle(`hi-IN`,`d4114710292aed4785f9eac390bfb16c`,{status:`स्थिति`,dataGroup:`डेटा समूह`}),q.addResourceBundle(`bn-BD`,`d4114710292aed4785f9eac390bfb16c`,{status:`স্ট্যাটাস`,dataGroup:`ডেটা গ্রুপ`}),q.addResourceBundle(`he-IL`,`d4114710292aed4785f9eac390bfb16c`,{status:`סטטוס`,dataGroup:`קבוצות נתונים`}),q.addResourceBundle(`fi-FI`,`d4114710292aed4785f9eac390bfb16c`,{status:`Asiakirjan tila`,dataGroup:`Dataryhmä`}),q.addResourceBundle(`sv-SE`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagrupp`}),q.addResourceBundle(`da-DK`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagruppe`}),q.addResourceBundle(`hr-HR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stanje`,dataGroup:`Grupa podataka`}),q.addResourceBundle(`no-NO`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagruppe`}),q.addResourceBundle(`uz-Latn`,`d4114710292aed4785f9eac390bfb16c`,{status:`Holati`,dataGroup:`Ma'lumotlar guruhi`}),q.addResourceBundle(`hy-AM`,`d4114710292aed4785f9eac390bfb16c`,{status:`Կարգավիճակը`,dataGroup:`Տվյալների խումբ`}),q.addResourceBundle(`ky-KG`,`d4114710292aed4785f9eac390bfb16c`,{status:`Статус`,dataGroup:`Берилиштер тобу`}),q.addResourceBundle(`ku-Arab`,`d4114710292aed4785f9eac390bfb16c`,{status:`دۆخ`,dataGroup:`گرووپی داتا`}),q.addResourceBundle(`tg-TJ`,`d4114710292aed4785f9eac390bfb16c`,{status:`Мақом`,dataGroup:`Гурӯҳи маълумотҳо`});var jG=()=>Pk(`d4114710292aed4785f9eac390bfb16c`);q.addResourceBundle(`ru-RU`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`en-US`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`lv-LV`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`de-DE`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`pl-PL`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`it-IT`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hu-HU`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hans`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hant`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`sk-SK`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`uk-UA`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`fr-FR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`es-ES`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`pt-PT`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ar-AE`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`nl-NL`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`id-ID`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`vi-VN`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ko-KR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ms-MY`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ro-RO`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`el-GR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`tr-TR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ja-JP`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`cs-CZ`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`th-TH`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hi-IN`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`bn-BD`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`he-IL`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`fi-FI`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`sv-SE`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`da-DK`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hr-HR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`no-NO`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`uz-Latn`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hy-AM`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ky-KG`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ku-Arab`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`tg-TJ`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`});var MG=()=>Pk(`2585760a28dc7779839710b4236d291e`),NG={content:`_content_f2x40_1`,title:`_title_f2x40_10`},PG=({type:e})=>{let{t}=MG();return(0,d.jsxs)(`div`,{className:NG.content,children:[(0,d.jsx)(G,{children:(0,d.jsx)($.RfidApplicationDescription,{children:e})}),(0,d.jsx)(TH,{href:e===Ra.eDTC_PC?`https://www.icao.int/Security/FAL/TRIP/PublishingImages/Pages/Publications/Guiding%20core%20principles%20for%20the%20development%20of%20a%20Digital%20Travel%20Credential%20%20%28DTC%29.PDF`:`https://downloads.regulaforensics.com/work/SDK/doc/Programmers%20Guide%20RFID%20(en).pdf`,target:`_blank`,children:t(`exploreMore`)})]})},FG=({type:e})=>$.getRfidApplicationDescription(e)?(0,d.jsx)(Bk,{className:NG.title,modal:(0,d.jsx)(PG,{type:e}),children:(0,d.jsx)(G,{size:`16x100`,children:(0,d.jsx)($.RfidApplicationType,{children:e})})}):(0,d.jsx)(G,{className:NG.title,size:`16x100`,children:(0,d.jsx)($.RfidApplicationType,{children:e})}),IG={table:`_table_boedb_1`,"data-group-item":`_data-group-item_boedb_13`},LG=({type:e,groups:t})=>{let{t:n}=jG();return(0,d.jsxs)(`div`,{className:IG[`data-group-item`],children:[(0,d.jsx)(FG,{type:e}),(0,d.jsx)(KD,{className:IG.table,columns:[{title:n(`dataGroup`),dataIndex:`dataGroup`},{title:n(`status`),dataIndex:`status`}],dataSource:t},e)]})},RG=({dataGroupsStatusList:e})=>e.map(({type:e,groups:t})=>({type:e,groups:t.map(({group:e,status:t})=>({dataGroup:(0,d.jsx)(G,{children:(0,d.jsx)($.RfidDataFileType,{children:e})}),status:kH(t)}))})).map(({type:e,groups:t})=>(0,d.jsx)(LG,{type:e,groups:t},e)),zG=[N.APP_DIRECTORY,N.POST_CA_RESPONSE,N.POST_CA_PUBLIC_KEY,N.POST_CA_INFO,N.POST_CA_D_PARAMS,N.POST_CA_CHECK_PK,N.POST_CA_CHECK_SK],BG=()=>{let{response:e}=m();if(!e)return null;let t=$T(e).map(e=>({...e,groups:e.groups.filter(({group:e})=>!zG.includes(e))})).sort((e,t)=>e.type-t.type);return t.length?(0,d.jsx)(RG,{dataGroupsStatusList:t}):null};q.addResourceBundle(`ru-RU`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Группы данных`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`en-US`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Data groups`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`lv-LV`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datu grupas`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`de-DE`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datengruppen`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`pl-PL`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Dane grupy`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`it-IT`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Gruppo dati`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hu-HU`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Adatcsoportok`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`zh-Hans`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`数据组`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`zh-Hant`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`數據組`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`sk-SK`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Skupiny údajov`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`uk-UA`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Групи даних`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`fr-FR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagroups`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`es-ES`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupos de datos`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`pt-PT`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupos de dados`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ar-AE`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`مجموعات البيانات`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`nl-NL`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagroepen`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`id-ID`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Kelompok data`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`vi-VN`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Nhóm dữ liệu`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ko-KR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`데이터 그룹`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ms-MY`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Kumpulan data`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ro-RO`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupuri de date`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`el-GR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Ομάδες δεδομένων`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`tr-TR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Veri grupları`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ja-JP`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`データグループ`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`cs-CZ`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datové skupiny (DG)`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`th-TH`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`กลุ่มข้อมูล`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hi-IN`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`डेटा समूह`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`bn-BD`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`ডেটা গ্রুপ`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`he-IL`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`קבוצות נתונים`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`fi-FI`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Dataryhmät`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`sv-SE`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagrupper`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`da-DK`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagrupper`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hr-HR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupe podataka`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`no-NO`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagrupper`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`uz-Latn`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Ma'lumotlar guruhlari`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hy-AM`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Տվյալների խմբեր`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ky-KG`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Маалымат топтору`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ku-Arab`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`گرووپەکانی داتا`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`tg-TJ`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Гурӯҳҳои маълумотҳо`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`});var VG=()=>Pk(`c4f5554bedab345f725528fbffc96cb5`),HG={title:`_title_nw0t2_1`,content:`_content_nw0t2_5`},UG=()=>{let{t:e}=VG();return(0,d.jsx)(`div`,{className:HG.content,children:(0,d.jsxs)(G,{children:[e(`greenDataGroupDescription`),(0,d.jsx)(`br`,{}),e(`redDataGroupDescription`),(0,d.jsx)(`br`,{}),e(`blueDataGroupDescription`),(0,d.jsx)(`br`,{}),e(`greyDataGroupDescription`)]})})},WG=()=>{let{t:e}=VG();return(0,d.jsx)(Bk,{className:HG.title,modal:(0,d.jsx)(UG,{}),children:(0,d.jsx)(G,{children:e(`dataGroups`)})})},GG={grey:`_grey_za6vj_1`,green:`_green_za6vj_5`,red:`_red_za6vj_9`,blue:`_blue_za6vj_13`},KG=({status:e,children:t})=>(0,d.jsx)(G,{className:(0,tD.default)(GG.grey,{[GG.green]:e===GT.NO_ERROR,[GG.red]:e===GT.FAILED,[GG.blue]:e===GT.NOT_PERFORMED}),size:`14x115`,children:t}),qG={groups:`_groups_3epf7_1`,numbers:`_numbers_3epf7_5`},JG=({dataGroups:e})=>(0,d.jsxs)(`div`,{className:qG.groups,children:[(0,d.jsx)(WG,{}),(0,d.jsx)(`div`,{className:qG.numbers,children:e.map(({group:e,status:t})=>(0,d.jsx)(KG,{status:t,children:e},e))})]}),YG=()=>{let{response:e}=m();if(!e)return null;let t=YT(e);return t.length?(0,d.jsx)(JG,{dataGroups:t}):null};q.addResourceBundle(`ru-RU`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Алгоритм открытого ключа`,signatureAlgorithm:`Алгоритм подписи`,issuer:`Издатель сертификата`,subject:`Издатель документа`,validFrom:`Действителен с`,validTo:`Действителен по`}),q.addResourceBundle(`en-US`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public key algorithm`,signatureAlgorithm:`Signature algorithm`,issuer:`Certificate issuer`,subject:`Certificate subject`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`lv-LV`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public key algorithm`,signatureAlgorithm:`Paraksta algoritms`,issuer:`Certificate issuer`,subject:`Certificate subject`,validFrom:`Derīgs no`,validTo:`Derīgs līdz`}),q.addResourceBundle(`de-DE`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public-Key-Algorithmus`,signatureAlgorithm:`Signatur-Algorithmus`,issuer:`Zertifikataussteller`,subject:`Zertifikatgegenstand`,validFrom:`Gültig ab`,validTo:`Gültig bis`}),q.addResourceBundle(`pl-PL`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algorytm klucza publicznego`,signatureAlgorithm:`Algorytm podpisu`,issuer:`Wystawca certyfikatu`,subject:`Przedmiot certyfikatu`,validFrom:`Ważny od`,validTo:`Ważny do`}),q.addResourceBundle(`it-IT`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmo a chiave pubblica`,signatureAlgorithm:`Signature algorithm`,issuer:`Emittente del certificato`,subject:`Oggetto del certificato`,validFrom:`valido da`,validTo:`valido fino`}),q.addResourceBundle(`hu-HU`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Nyilvános kulcs algoritmusa`,signatureAlgorithm:`Signature algorithm`,issuer:`Tanúsítvány kiállítója`,subject:`Tanúsítvány felhasználója`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`zh-Hans`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`公钥算法`,signatureAlgorithm:`签名算法`,issuer:`证书发行者`,subject:`证书主题`,validFrom:`有效期始于`,validTo:`有效期止于`}),q.addResourceBundle(`zh-Hant`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`公開金鑰算灋`,signatureAlgorithm:`簽名算灋`,issuer:`證書頒發者`,subject:`證書主題`,validFrom:`有效期自`,validTo:`有效期至`}),q.addResourceBundle(`sk-SK`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmus verejného kľúča`,signatureAlgorithm:`Algoritmus podpisu`,issuer:`Vydavateľ certifikátu`,subject:`Predmet certifikátu`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`uk-UA`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Алгоритм відкритого ключа`,signatureAlgorithm:`Алгоритм підпису`,issuer:`Видавець сертифіката`,subject:`Видавець документа`,validFrom:`Дійсний з`,validTo:`Дійсний до`}),q.addResourceBundle(`fr-FR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algorithme de clé publique`,signatureAlgorithm:`Algorithme de signature`,issuer:`Emetteur du certificat`,subject:`Sujet du certificat`,validFrom:`Début validité`,validTo:`Fin de validité`}),q.addResourceBundle(`es-ES`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmo de clave pública`,signatureAlgorithm:`Algoritmo de la firma`,issuer:`Emisor del certificado`,subject:`Emisor del documento`,validFrom:`Válido desde`,validTo:`Válido hasta`}),q.addResourceBundle(`pt-PT`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritimo de chave publica`,signatureAlgorithm:`Algoritmo de assinatura`,issuer:`Emissor do certificado`,subject:`Emissor do documento`,validFrom:`Válido de`,validTo:`Válido até`}),q.addResourceBundle(`ar-AE`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`خوارزمية المفتاح العام`,signatureAlgorithm:`خوارزمية التوقيع`,issuer:`مصدر الشهادة`,subject:`موضوع الشهادة`,validFrom:`صالح من`,validTo:`صالح حتى`}),q.addResourceBundle(`nl-NL`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Openbare sleutel-algoritme`,signatureAlgorithm:`Signature algorithm`,issuer:`Gebruikerscertificaat`,subject:`Onderwerpscertificaat`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`id-ID`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritme kunci publik`,signatureAlgorithm:`Signature algorithm`,issuer:`Penerbit sertifikat`,subject:`Subjek sertifikat`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`vi-VN`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Thuật toán mã hóa khóa công khai`,signatureAlgorithm:`Signature algorithm`,issuer:`Bên cấp chứng chỉ`,subject:`Chủ đề của chứng chỉ`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`ko-KR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`공개 키 알고리즘`,signatureAlgorithm:`Signature algorithm`,issuer:`인증서 발급자`,subject:`인증서 주체`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`ms-MY`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritma kunci awam`,signatureAlgorithm:`Signature algorithm`,issuer:`Pengeluar sijil`,subject:`Subjek sijil`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`ro-RO`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritm cu cheie publică`,signatureAlgorithm:`Signature algorithm`,issuer:`Emitent al certificatului`,subject:`Subiect al certificatului`,validFrom:`Valabil de la`,validTo:`Valabil până la`}),q.addResourceBundle(`el-GR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Αλγόριθμος δημοσίου κλειδιού`,signatureAlgorithm:`Signature algorithm`,issuer:`Εκδότης πιστοποιητικού`,subject:`Θέμα πιστοποιητικού`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`tr-TR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Ortak anahtar algoritması`,signatureAlgorithm:`Signature algorithm`,issuer:`Sertifika veren`,subject:`Sertifika konusu`,validFrom:`İtibaren geçerli`,validTo:`Kadar geçerli`}),q.addResourceBundle(`ja-JP`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`パブリックキーアルゴリズム`,signatureAlgorithm:`サインアルゴリズム`,issuer:`証明書発行者`,subject:`証明書件名`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`cs-CZ`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmus veřejného klíče`,signatureAlgorithm:`Algoritmus podpisu`,issuer:`Vydavatel certifikátu`,subject:`Předmět certifikátu`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`th-TH`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`อัลกอริธึมกุญแจสาธารณะ`,signatureAlgorithm:`อัลกอริทึมของลายเซ็น`,issuer:`ผู้ออกใบรับรอง`,subject:`หัวข้อใบรับรอง`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`hi-IN`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`सार्वजनिक महत्वपूर्ण एल्गोरिथ्म`,signatureAlgorithm:`Signature algorithm`,issuer:`प्रमाणपत्र जारीकर्ता`,subject:`प्रमाणपत्र विषय`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`bn-BD`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`সর্বজনীন কী অ্যালগরিদম`,signatureAlgorithm:`Signature algorithm`,issuer:`সার্টিফিকেট ইস্যুকারী`,subject:`সার্টিফিকেটের বিষয়`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`he-IL`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`אלגוריתם למפתחות ציבוריים`,signatureAlgorithm:`Signature algorithm`,issuer:`מנפיק האישור`,subject:`נושא האישור`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`fi-FI`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Julkisen avaimen algoritmi`,signatureAlgorithm:`Signature algorithm`,issuer:`Varmenteen myöntäjä`,subject:`Varmenteen kohde`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`sv-SE`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritm för publik nyckel`,signatureAlgorithm:`Signature algorithm`,issuer:`Certifikatutfärdare`,subject:`Certifikatämne`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`da-DK`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public key algorithm`,signatureAlgorithm:`Signature algorithm`,issuer:`Udsteder af certifikat`,subject:`Certifikat emne`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`hr-HR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Javni algoritam ključa`,signatureAlgorithm:`Signature algorithm`,issuer:`Izdavač certifikata`,subject:`Predmet certifikata`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`no-NO`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Offentlig nøkkelalgoritme`,signatureAlgorithm:`Signature algorithm`,issuer:`Attestutsteder`,subject:`Attestsubjekt`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`uz-Latn`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Ochiq kalit algoritmi`,signatureAlgorithm:`Signature algorithm`,issuer:`Sertifikat beruvchi`,subject:`Hujjatni beruvchi`,validFrom:`dan amal qiladi`,validTo:`gacha amal qiladi`}),q.addResourceBundle(`hy-AM`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Բաց բանալու ալգորիթմ`,signatureAlgorithm:`Ստորագրության ալգորիթմ`,issuer:`Հավաստագրի հրատարակիչը`,subject:`Փաստաթղթի հրատարակիչը`,validFrom:`Վավերական է՝ սկսած`,validTo:`Valid until`}),q.addResourceBundle(`ky-KG`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Ачык ачкыч алгоритми`,signatureAlgorithm:`Кол коюу алгоритми`,issuer:`Сертификат берүүчү`,subject:`Документ чыгаруучу`,validFrom:`Төмөнкүдөн баштап жарактуу:`,validTo:`Valid until`}),q.addResourceBundle(`ku-Arab`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`ئەلگۆریتمەکەی کلی گشتی`,signatureAlgorithm:`ئەلگۆریتمەکەی واژۆ`,issuer:`بڵاوکەری بڕوانامە`,subject:`بابەتی بڕوانامە`,validFrom:`لە`,validTo:`تا`}),q.addResourceBundle(`tg-TJ`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Алгоритми калиди кушод`,signatureAlgorithm:`Алгоритми имзо`,issuer:`Ношири сертификат`,subject:`Ношири ҳуҷҷат`,validFrom:`Аз ... эътибор дорад`,validTo:`То... эътибор дорад`});var XG=()=>Pk(`2ef7d36902ecc24a3297c2e90393b16c`),ZG={list:`_list_15ifc_1`,name:`_name_15ifc_12`},QG=({certificate:e})=>{let{t}=XG();return(0,d.jsxs)(`div`,{className:ZG.list,children:[(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`certificateType`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.RfidCertificateType,{children:e.certificateType})}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`publicKeyAlgorithm`)}),(0,d.jsx)(G,{children:e.publicKeyAlgorithm}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`signatureAlgorithm`)}),(0,d.jsx)(G,{children:e.signatureAlgorithm}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`issuer`)}),(0,d.jsx)(G,{children:e.issuer}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`subject`)}),(0,d.jsx)(G,{children:e.subject}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`validFrom`)}),(0,d.jsx)(G,{children:e.validFrom}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`validTo`)}),(0,d.jsx)(G,{children:e.validTo})]})};q.addResourceBundle(`ru-RU`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертификаты`}),q.addResourceBundle(`en-US`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificates`}),q.addResourceBundle(`lv-LV`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikāti`}),q.addResourceBundle(`de-DE`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Zertifikate`}),q.addResourceBundle(`pl-PL`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certyfikaty`}),q.addResourceBundle(`it-IT`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`certificati`}),q.addResourceBundle(`hu-HU`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Tanúsítványok`}),q.addResourceBundle(`zh-Hans`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`证书`}),q.addResourceBundle(`zh-Hant`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`證書`}),q.addResourceBundle(`sk-SK`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikáty`}),q.addResourceBundle(`uk-UA`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертифікати`}),q.addResourceBundle(`fr-FR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificats`}),q.addResourceBundle(`es-ES`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificados`}),q.addResourceBundle(`pt-PT`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificados`}),q.addResourceBundle(`ar-AE`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`شهادات`}),q.addResourceBundle(`nl-NL`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificaten`}),q.addResourceBundle(`id-ID`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikat`}),q.addResourceBundle(`vi-VN`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Chứng chỉ`}),q.addResourceBundle(`ko-KR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`인증서`}),q.addResourceBundle(`ms-MY`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sijil`}),q.addResourceBundle(`ro-RO`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificate`}),q.addResourceBundle(`el-GR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Πιστοποιητικά`}),q.addResourceBundle(`tr-TR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikalar`}),q.addResourceBundle(`ja-JP`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`証明書`}),q.addResourceBundle(`cs-CZ`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikáty`}),q.addResourceBundle(`th-TH`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`หนังสือรับรอง`}),q.addResourceBundle(`hi-IN`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`प्रमाण पत्र`}),q.addResourceBundle(`bn-BD`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`সার্টিফিকেট`}),q.addResourceBundle(`he-IL`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`אישורים`}),q.addResourceBundle(`fi-FI`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Varmenteet`}),q.addResourceBundle(`sv-SE`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikat`}),q.addResourceBundle(`da-DK`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikater`}),q.addResourceBundle(`hr-HR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikati`}),q.addResourceBundle(`no-NO`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikater`}),q.addResourceBundle(`uz-Latn`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikatlar`}),q.addResourceBundle(`hy-AM`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Հավաստագրեր`}),q.addResourceBundle(`ky-KG`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертификаттар`}),q.addResourceBundle(`ku-Arab`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`بڕوانامەکان`}),q.addResourceBundle(`tg-TJ`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертификатҳо`});var $G=()=>Pk(`bd23e0c23d00f0c4c95808a1d4c18f6d`),eK={certificates:`_certificates_g4aay_1`,container:`_container_g4aay_6`},tK=({certificates:e})=>{let{t}=$G();return(0,d.jsxs)(`div`,{className:eK.certificates,children:[(0,d.jsx)(G,{children:t(`certificates`)}),(0,d.jsx)(`div`,{className:eK.container,children:e.map((e,t)=>(0,d.jsx)(QG,{certificate:e},t))})]})},nK=()=>{let{response:e}=m();if(!e)return null;let t=UT(e);return t.length?(0,d.jsx)(tK,{certificates:t}):null},rK={container:`_container_1ge8m_1`,data:`_data_1ge8m_19`,protocols:`_protocols_1ge8m_30`,groups:`_groups_1ge8m_37`},iK=()=>(0,d.jsxs)(`div`,{className:rK.container,children:[(0,d.jsx)(TG,{}),(0,d.jsxs)(nD.Element,{name:`rfid`,className:rK.data,children:[(0,d.jsxs)(`div`,{className:rK.protocols,children:[(0,d.jsx)(AG,{}),(0,d.jsx)(BG,{})]}),(0,d.jsxs)(`div`,{className:rK.groups,children:[(0,d.jsx)(YG,{}),(0,d.jsx)(nK,{})]})]})]}),aK=()=>{let{response:e}=m();return!e||!_m.fromProcessResponse(e).length?null:(0,d.jsx)(iK,{})};q.addResourceBundle(`ru-RU`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Графические поля`}),q.addResourceBundle(`en-US`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`lv-LV`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafiskie lauki`}),q.addResourceBundle(`de-DE`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafikfelder`}),q.addResourceBundle(`pl-PL`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Pole graficzne`}),q.addResourceBundle(`it-IT`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`grafici`}),q.addResourceBundle(`hu-HU`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`zh-Hans`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`图像区域`}),q.addResourceBundle(`zh-Hant`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`圖形欄位`}),q.addResourceBundle(`sk-SK`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`uk-UA`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Графічні поля`}),q.addResourceBundle(`fr-FR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Images`}),q.addResourceBundle(`es-ES`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Campos gráficos`}),q.addResourceBundle(`pt-PT`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Campos gráficos`}),q.addResourceBundle(`ar-AE`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`الحقول الرسومية`}),q.addResourceBundle(`nl-NL`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`id-ID`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`vi-VN`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ko-KR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ms-MY`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ro-RO`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Câmpuri grafice`}),q.addResourceBundle(`el-GR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`tr-TR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafikler`}),q.addResourceBundle(`ja-JP`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`cs-CZ`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`th-TH`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`hi-IN`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`bn-BD`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`he-IL`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`fi-FI`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`sv-SE`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`da-DK`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`hr-HR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`no-NO`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`uz-Latn`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafik maydonlar`}),q.addResourceBundle(`hy-AM`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ky-KG`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ku-Arab`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`خانە گرافیکییەکان`}),q.addResourceBundle(`tg-TJ`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Майдонҳои графикӣ`});var oK=()=>Pk(`3bc9054a63aa53765bd9ce110e67521e`),sK={container:`_container_1jqlf_1`},cK=()=>{let{t:e}=oK();return(0,d.jsx)(`div`,{className:sK.container,children:(0,d.jsx)(G,{size:`18x135`,children:e(`graphics`)})})},lK={text:`_text_c8ml4_1`,image:`_image_c8ml4_5`},uK=({name:e,url:t,imageViewer:n=!0})=>(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:lK.text,size:`12x160`,uppercase:!0,children:e}),(0,d.jsx)(Jk,{src:t,alt:String(e),className:lK.image,draggable:!1,magnifierImgBorderRadius:4,magnifier:!0,download:!0,viewer:n})]}),dK=function(e){return e.NONE=`NONE`,e.SOURCE=`SOURCE`,e.LIGHT=`LIGHT`,e.SOURCE_LIGHT=`SOURCE_LIGHT`,e}({}),fK=e=>{let t=e[0];return e.every(e=>e.source===t.source)?dK.NONE:dK.SOURCE},pK=(e,t,n,r)=>{switch(r){case dK.SOURCE:return`${$.getGraphicFieldType(e)} (${$.getSource(t)})`;case dK.LIGHT:return`${$.getGraphicFieldType(e)} (${$.getLightsLabel(n)})`;case dK.SOURCE_LIGHT:return`${$.getGraphicFieldType(e)} (${$.getSource(t)}, ${$.getLightsLabel(n)})`;default:return $.getGraphicFieldType(e)}},mK={container:`_container_b06p4_1`},hK=({images:e,imageViewer:t})=>(Pk(),(0,d.jsx)(_H,{children:(0,d.jsx)(`div`,{className:mK.container,children:Object.entries(e).reduce((e,[n,r])=>{let i=fK(r);return r.forEach(({src:r,source:a,light:o},s)=>{let c=pK(n,a,o,i);r&&e.push((0,d.jsx)(uK,{name:c,url:r,imageViewer:t},n+s))}),e},[])})})),gK={container:`_container_1hyjc_1`},_K=({images:e,imageViewer:t})=>(0,d.jsxs)(`div`,{className:gK.container,children:[(0,d.jsx)(cK,{}),(0,d.jsx)(hK,{images:e,imageViewer:t})]}),vK=({imageViewer:e})=>{let{response:t}=m();if(!t)return null;let n=AT(t).filter(e=>e.fieldType!==Ca.DOCUMENT_FRONT);return n.length?(0,d.jsx)(_K,{images:n.reduce((e,{pages:t,light:n,fieldType:r})=>{let i=t.map(({src:e,source:t})=>({light:n,source:t,src:e}));return e[r]?e[r].push(...i):e[r]=i,e},{}),imageViewer:e}):null},yK=({response:e,request:t,children:n,language:r})=>{let i=Ik(r);return(0,u.useEffect)(()=>{q.changeLanguage(r)},[r]),(0,d.jsx)(S,{children:(0,d.jsx)(g,{children:(0,d.jsx)(y,{children:(0,d.jsx)(p.Provider,{value:{response:T_.fromPlain(e),request:t},children:(0,d.jsx)(`div`,{dir:i,children:n})})})})})},bK={"response-tabs":`_response-tabs_1szxq_1`,"response-raw":`_response-raw_1szxq_12`,response:`_response_1szxq_1`,scroll:`_scroll_1szxq_29`},xK=({items:e,response:t})=>(0,d.jsx)(`div`,{className:e.length?bK[`response-tabs`]:bK[`response-raw`],children:e.length?(0,d.jsx)(ID,{type:`line`,items:e}):(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:bK.scroll,children:(0,d.jsx)(`div`,{className:bK.response,children:(0,d.jsx)(QM,{data:t})})})});q.addResourceBundle(`ru-RU`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Статус`,graphicFields:`Графические поля`,textFields:`Текстовые поля`,documentType:`Тип документа`,imageQuality:`Качество изображения`,securityChecks:`Проверки подлинности`,rfidChip:`Микросхема RFID`,portraitComparison:`Сравнение портретов`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`en-US`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Text fields`,documentType:`Document type`,imageQuality:`Image quality`,securityChecks:`Security checks`,rfidChip:`RFID chip`,portraitComparison:`Portrait comparison`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`lv-LV`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Grafiskie lauki`,textFields:`Teksta lauki`,documentType:`Dokumenta tips`,imageQuality:`Attēla kvalitāte`,securityChecks:`Security checks`,rfidChip:`RFID chip`,portraitComparison:`Fotogrāfiju salīdzināšana`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`de-DE`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Grafikfelder`,textFields:`Textfelder`,documentType:`Dokumenttyp`,imageQuality:`Bildqualität`,securityChecks:`Sicherheitsprüfungen`,rfidChip:`RFID chip`,portraitComparison:`Portraitvergleich`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`pl-PL`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Pole graficzne`,textFields:`Pola tekstowe`,documentType:`Typ dokumentu`,imageQuality:`Jakość obrazu`,securityChecks:`Weryfikacja autentyczności`,rfidChip:`Chip RFID`,portraitComparison:`Porównanie wizerunku`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`it-IT`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`stato`,graphicFields:`grafici`,textFields:`Campi di testo`,documentType:`Tipo di documento identificato`,imageQuality:`Image quality`,securityChecks:`Controlli di sicurezza`,rfidChip:`RFID chip`,portraitComparison:`Confronto dei ritratti`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hu-HU`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Állapot`,graphicFields:`Graphic fields`,textFields:`Szövegmezők`,documentType:`Dokumentumtípus`,imageQuality:`Image quality`,securityChecks:`Biztonsági ellenőrzések`,rfidChip:`RFID chip`,portraitComparison:`Arcképek összehasonlítása`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`zh-Hans`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`状态`,graphicFields:`图像区域`,textFields:`文本字段`,documentType:`证件类型`,imageQuality:`图像质量`,securityChecks:`安全检查`,rfidChip:`RFID-芯片`,portraitComparison:`照片对比`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`zh-Hant`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`狀態`,graphicFields:`圖形欄位`,textFields:`文字欄位`,documentType:`文檔類型`,imageQuality:`圖像品質`,securityChecks:`安全檢查`,rfidChip:`射頻識別晶片`,portraitComparison:`肖像比較`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`sk-SK`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stav`,graphicFields:`Graphic fields`,textFields:`Textové polia`,documentType:`Typ dokumentu`,imageQuality:`Kvalita obrazuHVONO`,securityChecks:`Bezpečnostné kontroly`,rfidChip:`RFID chip`,portraitComparison:`Porovnanie portrétov`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`uk-UA`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Статус`,graphicFields:`Графічні поля`,textFields:`Текстові поля`,documentType:`Тип документа`,imageQuality:`Якість зображення`,securityChecks:`Перевірки автентичності`,rfidChip:`RFID chip`,portraitComparison:`Порівняння фотографій`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`fr-FR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Etat`,graphicFields:`Images`,textFields:`Champs texte`,documentType:`Type de document reconnu`,imageQuality:`Qualité d'image`,securityChecks:`Contrôles de sécurité`,rfidChip:`Puce RFID`,portraitComparison:`Comparaison de visage`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`es-ES`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Estatus`,graphicFields:`Campos gráficos`,textFields:`Campos de texto`,documentType:`Tipo de documento`,imageQuality:`La calidad de imagen`,securityChecks:`Comprobaciones de seguridad`,rfidChip:`RFID chip`,portraitComparison:`Comparación de fotos`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`pt-PT`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Campos gráficos`,textFields:`Campos de texto`,documentType:`Tipo de documento`,imageQuality:`A qualidade da imagem`,securityChecks:`Controlos de segurança`,rfidChip:`RFID chip`,portraitComparison:`Comparativo de Retrato`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ar-AE`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`الحالة`,graphicFields:`الحقول الرسومية`,textFields:`الحقول النصية`,documentType:`نوع الوثيقة`,imageQuality:`جودة الصورة`,securityChecks:`الفحص الأمني`,rfidChip:`شريحة RFID`,portraitComparison:`مقارنة الصور الشخصية`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`nl-NL`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Tekstvelden`,documentType:`Documenttype`,imageQuality:`Image quality`,securityChecks:`Veiligheidscontroles`,rfidChip:`RFID chip`,portraitComparison:`Vergelijking van de foto's`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`id-ID`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Kolom teks`,documentType:`Jenis dokumen`,imageQuality:`Image quality`,securityChecks:`Pemeriksaan keamanan`,rfidChip:`RFID chip`,portraitComparison:`Perbandingan potret`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`vi-VN`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Trạng thái`,graphicFields:`Graphic fields`,textFields:`Trường văn bản`,documentType:`Loại giấy tờ`,imageQuality:`Image quality`,securityChecks:`Kiểm tra bảo mật`,rfidChip:`RFID chip`,portraitComparison:`So sánh các ảnh chân dung`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ko-KR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`상태`,graphicFields:`Graphic fields`,textFields:`텍스트 필드`,documentType:`문서 유형`,imageQuality:`Image quality`,securityChecks:`보안 검사`,rfidChip:`RFID chip`,portraitComparison:`인물 사진 비교`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ms-MY`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Bidang teks`,documentType:`Jenis dokumen`,imageQuality:`Image quality`,securityChecks:`Semakan keselamatan`,rfidChip:`RFID chip`,portraitComparison:`Perbandingan antara potret`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ro-RO`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stare`,graphicFields:`Câmpuri grafice`,textFields:`Câmpuri text`,documentType:`Tipul documentului`,imageQuality:`Image quality`,securityChecks:`Verificări de securitate`,rfidChip:`RFID chip`,portraitComparison:`Compararea portretelor`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`el-GR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Κατάσταση`,graphicFields:`Graphic fields`,textFields:`Πεδία κειμένου`,documentType:`Τύπος εγγράφου`,imageQuality:`Image quality`,securityChecks:`Έλεγχοι ασφαλείας`,rfidChip:`RFID chip`,portraitComparison:`Σύγκριση πορτρέτων`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`tr-TR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Durum`,graphicFields:`Grafikler`,textFields:`Metin alanları`,documentType:`Tanınan belge türü`,imageQuality:`Image quality`,securityChecks:`Güvenlik kontrolleri`,rfidChip:`Rfid çip`,portraitComparison:`Portre karşılaştırma`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ja-JP`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`ステータス`,graphicFields:`Graphic fields`,textFields:`テキストフィールド`,documentType:`文書タイプ`,imageQuality:`イメージ品質`,securityChecks:`セキュリティチャック`,rfidChip:`RFID chip`,portraitComparison:`顔写真の比較`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`cs-CZ`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stav`,graphicFields:`Graphic fields`,textFields:`Textová pole`,documentType:`Typ dokumentu`,imageQuality:`Kvalita obrazu`,securityChecks:`Bezpečnostní kontroly`,rfidChip:`RFID chip`,portraitComparison:`Porovnání fotografií`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`th-TH`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`สถานะ`,graphicFields:`Graphic fields`,textFields:`ช่องข้อความ`,documentType:`ประเภทเอกสาร`,imageQuality:`คุณภาพของภาพ`,securityChecks:`ตรวจสอบความปลอดภัย`,rfidChip:`RFID chip`,portraitComparison:`การเปรียบเทียบภาพครึ่งตัว`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hi-IN`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`स्थिति`,graphicFields:`Graphic fields`,textFields:`टेक्स्ट फ़ील्ड`,documentType:`दस्तावेज़ का प्रकार`,imageQuality:`Image quality`,securityChecks:`सुरक्षा जांच`,rfidChip:`RFID chip`,portraitComparison:`पोट्रेट की तुलना`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`bn-BD`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`স্ট্যাটাস`,graphicFields:`Graphic fields`,textFields:`টেক্সটের জায়গা`,documentType:`ডকুমেন্টের ধরণ`,imageQuality:`Image quality`,securityChecks:`নিরাপত্তা চেক করুন`,rfidChip:`RFID chip`,portraitComparison:`পোর্ট্রেটসমূহের তুলনা`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`he-IL`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`סטטוס`,graphicFields:`Graphic fields`,textFields:`שדות טקסט`,documentType:`סוג מסמך`,imageQuality:`Image quality`,securityChecks:`בדיקות אבטחה`,rfidChip:`RFID chip`,portraitComparison:`השוואה של תמונות דיוקן`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`fi-FI`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Asiakirjan tila`,graphicFields:`Graphic fields`,textFields:`Tekstikentät`,documentType:`Asiakirjan tyyppi`,imageQuality:`Image quality`,securityChecks:`Turvatarkastukset`,rfidChip:`RFID chip`,portraitComparison:`Valokuvien vertailu`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`sv-SE`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Textfält`,documentType:`Dokumenttyp`,imageQuality:`Image quality`,securityChecks:`Säkerhetskontroller`,rfidChip:`RFID chip`,portraitComparison:`Jämförelse av porträtten`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`da-DK`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Tekstfelter`,documentType:`Dokumenttype`,imageQuality:`Image quality`,securityChecks:`Sikkerhedstjek`,rfidChip:`RFID chip`,portraitComparison:`Sammenligning af portrætterne`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hr-HR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stanje`,graphicFields:`Graphic fields`,textFields:`Tekstualna polja`,documentType:`Tip dokumenta`,imageQuality:`Image quality`,securityChecks:`Sigurnosne provjere`,rfidChip:`RFID chip`,portraitComparison:`Usporedba portreta`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`no-NO`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Tekstfelt`,documentType:`Dokumenttype`,imageQuality:`Image quality`,securityChecks:`Sikkerhetssjekk`,rfidChip:`RFID chip`,portraitComparison:`Sammenligning av portrettene`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`uz-Latn`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Holati`,graphicFields:`Grafik maydonlar`,textFields:`Matn maydonlari`,documentType:`Hujjat turi`,imageQuality:`Image quality`,securityChecks:`Autentifikatsiya`,rfidChip:`Mikrosxema RFID`,portraitComparison:`Portretlarni taqqoslash`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hy-AM`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Կարգավիճակը`,graphicFields:`Graphic fields`,textFields:`Տեքստային դաշտեր`,documentType:`Փաստաթղթի տեսակը`,imageQuality:`Պատկերի որակը`,securityChecks:`Իսկության ստուգումներ`,rfidChip:`RFID միկրոսխեմա`,portraitComparison:`Դիմանկարների համեմատում`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ky-KG`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Статус`,graphicFields:`Graphic fields`,textFields:`Текст талаалары`,documentType:`Документтин түрү`,imageQuality:`Сүрөттүн сапаты`,securityChecks:`Аныктыгын текшерүү`,rfidChip:`RFID микросхемасы`,portraitComparison:`Портреттерди салыштыруу`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ku-Arab`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`دۆخ`,graphicFields:`خانە گرافیکییەکان`,textFields:`خانەکانی دەق`,documentType:`جۆری بەڵگەنامە`,imageQuality:`کوالیتی وێنە`,securityChecks:`پشکنینەکانی ئاسایش`,rfidChip:`چیپی RFID`,portraitComparison:`بەراوردی پۆرترێت`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`tg-TJ`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Мақом`,graphicFields:`Майдонҳои графикӣ`,textFields:`Майдонҳои матн`,documentType:`Навъи ҳуҷҷат`,imageQuality:`Сифати тасвир`,securityChecks:`Санҷишҳои аслият`,rfidChip:`Микросхемаи RFID`,portraitComparison:`Муқоисаи портретҳо`,barcodeData:`Barcode data`,mDL:`mDL`});var SK=()=>Pk(`e8c2f11c244c22722d261bdffcf4b70e`),CK={scroll:`_scroll_1gv8h_1`,tab:`_tab_1gv8h_4`},wK=({json:e})=>(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:CK.scroll,children:(0,d.jsx)(`div`,{className:CK.tab,children:(0,d.jsx)(QM,{data:e})})}),TK=()=>{let{t:e}=SK(),{response:t}=m();if(!t)return null;let n=dm.fromProcessResponse(t),r=Km.fromProcessResponse(t),i=gh.fromProcessResponse(t),a=rh.fromProcessResponse(t),o=zm.fromProcessResponse(t),s=Op.fromProcessResponse(t),c=s.filter(e=>e.result_type===M.AUTHENTICITY),l=s.filter(e=>e.result_type===M.PORTRAIT_COMPARISON),u=_m.fromProcessResponse(t),f=Vp.fromProcessResponse(t),p=xg.fromProcessResponse(t),h=[];return n.length&&h.push({id:`status`,label:e(`status`),children:(0,d.jsx)(wK,{json:n})}),r.length&&h.push({id:`graphicFields`,label:e(`graphicFields`),children:(0,d.jsx)(wK,{json:r})}),i.length&&h.push({id:`textFields`,label:e(`textFields`),children:(0,d.jsx)(wK,{json:i})}),a.length&&h.push({id:`documentType`,label:e(`documentType`),children:(0,d.jsx)(wK,{json:a})}),o.length&&h.push({id:`imageQuality`,label:e(`imageQuality`),children:(0,d.jsx)(wK,{json:o})}),c.length&&h.push({id:`authenticity`,label:e(`securityChecks`),children:(0,d.jsx)(wK,{json:c})}),u.length&&h.push({id:`rfidChip`,label:e(`rfidChip`),children:(0,d.jsx)(wK,{json:u})}),l.length&&h.push({id:`portraitComparison`,label:e(`portraitComparison`),children:(0,d.jsx)(wK,{json:l})}),f.length&&h.push({id:`barcodeData`,label:e(`barcodeData`),children:(0,d.jsx)(wK,{json:f})}),p.length&&h.push({id:`mDL`,label:e(`mDL`),children:(0,d.jsx)(wK,{json:p})}),(0,d.jsx)(xK,{items:h,response:t})};q.addResourceBundle(`ru-RU`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`en-US`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`lv-LV`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`de-DE`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`pl-PL`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`it-IT`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hu-HU`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`zh-Hans`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`zh-Hant`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`sk-SK`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`uk-UA`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`fr-FR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`es-ES`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`pt-PT`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ar-AE`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`nl-NL`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`id-ID`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`vi-VN`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ko-KR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ms-MY`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ro-RO`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`el-GR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`tr-TR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ja-JP`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`cs-CZ`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`th-TH`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hi-IN`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`bn-BD`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`he-IL`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`fi-FI`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`sv-SE`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`da-DK`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hr-HR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`no-NO`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`uz-Latn`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hy-AM`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ky-KG`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ku-Arab`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`tg-TJ`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`});var EK=()=>Pk(`070950235d2ef3e48f8ef7154afa9ccf`),DK={"request-viewer":`_request-viewer_pf1gt_1`,title:`_title_pf1gt_14`,scroll:`_scroll_pf1gt_18`,json:`_json_pf1gt_22`},OK=({request:e,title:t})=>{let n={"--top-padding":t?`50px`:`75px`};return(0,d.jsxs)(`div`,{className:DK[`request-viewer`],style:n,children:[t&&(0,d.jsx)(`div`,{className:DK.title,children:(0,d.jsx)(G,{size:`16x100`,children:t})}),(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:DK.scroll,children:(0,d.jsx)(`div`,{className:DK.json,children:(0,d.jsx)(QM,{data:e})})})]})},kK=({title:e})=>{let{request:t}=m(),{t:n}=EK();return t?(0,d.jsx)(OK,{title:e,request:t}):(0,d.jsx)(G,{children:n(`noRequestAvailable`)})};q.addResourceBundle(`ru-RU`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`en-US`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`lv-LV`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`de-DE`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`pl-PL`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`it-IT`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hu-HU`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`zh-Hans`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`zh-Hant`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`sk-SK`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`uk-UA`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`fr-FR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`es-ES`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`pt-PT`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ar-AE`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`nl-NL`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`id-ID`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`vi-VN`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ko-KR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ms-MY`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ro-RO`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`el-GR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`tr-TR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ja-JP`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`cs-CZ`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`th-TH`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hi-IN`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`bn-BD`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`he-IL`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`fi-FI`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`sv-SE`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`da-DK`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hr-HR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`no-NO`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`uz-Latn`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hy-AM`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ky-KG`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ku-Arab`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`tg-TJ`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`});var AK=()=>Pk(`2c9c473a82a06f26e27961b9d581af9d`),jK={logs:`_logs_1tz9c_1`,scroll:`_scroll_1tz9c_13`,text:`_text_1tz9c_18`},MK=({logs:e})=>(0,d.jsx)(`div`,{className:jK.logs,children:(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:jK.scroll,children:(0,d.jsx)(`div`,{className:jK.text,children:e})})}),NK=()=>{let{response:e}=m(),{t}=AK();return e?(0,d.jsx)(MK,{logs:e.log?T_.decodeLog(e.log):t(`noLogsInResponse`)}):null},PK={loader:`_loader_10ubz_1`,overall:`_overall_10ubz_19`,"verifications-container":`_verifications-container_10ubz_24`,"info-container":`_info-container_10ubz_40`,avatar:`_avatar_10ubz_45`,text:`_text_10ubz_55`,name:`_name_10ubz_65`,gender:`_gender_10ubz_66`,info:`_info_10ubz_40`,"about-container":`_about-container_10ubz_97`,menu:`_menu_10ubz_104`,time:`_time_10ubz_114`},FK=()=>(0,d.jsxs)(`div`,{className:PK.loader,children:[(0,d.jsx)(AD.Block,{className:PK.overall}),(0,d.jsxs)(`div`,{className:PK[`verifications-container`],children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]}),(0,d.jsxs)(`div`,{className:PK[`info-container`],children:[(0,d.jsx)(AD.Block,{className:PK.avatar}),(0,d.jsxs)(`div`,{className:PK.text,children:[(0,d.jsxs)(`div`,{className:PK.name,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]}),(0,d.jsxs)(`div`,{className:PK.gender,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]}),(0,d.jsxs)(`div`,{className:PK.info,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]})]})]}),(0,d.jsxs)(`div`,{className:PK[`about-container`],children:[(0,d.jsx)(AD.Block,{className:PK.menu}),(0,d.jsxs)(`div`,{className:PK.time,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]})]})]});q.addResourceBundle(`ru-RU`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Сравнение портретов`}),q.addResourceBundle(`en-US`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portrait comparison`}),q.addResourceBundle(`lv-LV`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Fotogrāfiju salīdzināšana`}),q.addResourceBundle(`de-DE`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portraitvergleich`}),q.addResourceBundle(`pl-PL`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Porównanie wizerunku`}),q.addResourceBundle(`it-IT`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Confronto dei ritratti`}),q.addResourceBundle(`hu-HU`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Arcképek összehasonlítása`}),q.addResourceBundle(`zh-Hans`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`照片对比`}),q.addResourceBundle(`zh-Hant`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`肖像比較`}),q.addResourceBundle(`sk-SK`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Porovnanie portrétov`}),q.addResourceBundle(`uk-UA`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Порівняння фотографій`}),q.addResourceBundle(`fr-FR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Comparaison de visage`}),q.addResourceBundle(`es-ES`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Comparación de fotos`}),q.addResourceBundle(`pt-PT`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Comparativo de Retrato`}),q.addResourceBundle(`ar-AE`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`مقارنة الصور الشخصية`}),q.addResourceBundle(`nl-NL`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Vergelijking van de foto's`}),q.addResourceBundle(`id-ID`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Perbandingan potret`}),q.addResourceBundle(`vi-VN`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`So sánh các ảnh chân dung`}),q.addResourceBundle(`ko-KR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`인물 사진 비교`}),q.addResourceBundle(`ms-MY`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Perbandingan antara potret`}),q.addResourceBundle(`ro-RO`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Compararea portretelor`}),q.addResourceBundle(`el-GR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Σύγκριση πορτρέτων`}),q.addResourceBundle(`tr-TR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portre karşılaştırma`}),q.addResourceBundle(`ja-JP`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`顔写真の比較`}),q.addResourceBundle(`cs-CZ`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Porovnání fotografií`}),q.addResourceBundle(`th-TH`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`การเปรียบเทียบภาพครึ่งตัว`}),q.addResourceBundle(`hi-IN`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`पोट्रेट की तुलना`}),q.addResourceBundle(`bn-BD`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`পোর্ট্রেটসমূহের তুলনা`}),q.addResourceBundle(`he-IL`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`השוואה של תמונות דיוקן`}),q.addResourceBundle(`fi-FI`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Valokuvien vertailu`}),q.addResourceBundle(`sv-SE`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Jämförelse av porträtten`}),q.addResourceBundle(`da-DK`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Sammenligning af portrætterne`}),q.addResourceBundle(`hr-HR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Usporedba portreta`}),q.addResourceBundle(`no-NO`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Sammenligning av portrettene`}),q.addResourceBundle(`uz-Latn`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portretlarni taqqoslash`}),q.addResourceBundle(`hy-AM`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Դիմանկարների համեմատում`}),q.addResourceBundle(`ky-KG`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Портреттерди салыштыруу`}),q.addResourceBundle(`ku-Arab`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`بەراوردی پۆرترێت`}),q.addResourceBundle(`tg-TJ`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Муқоисаи портретҳо`});var IK=()=>Pk(`728d90b403456884a7a65309686bf620`),LK={container:`_container_ox0ty_1`},RK=({status:e,name:t})=>{let n=kH(e,24);return(0,d.jsxs)(`div`,{className:LK.container,children:[n,(0,d.jsx)(G,{size:`18x135`,children:t})]})};q.addResourceBundle(`ru-RU`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`en-US`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`lv-LV`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`de-DE`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`pl-PL`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`it-IT`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hu-HU`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`zh-Hans`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`zh-Hant`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`sk-SK`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`uk-UA`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`fr-FR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`es-ES`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`pt-PT`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ar-AE`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`nl-NL`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`id-ID`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`vi-VN`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ko-KR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ms-MY`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ro-RO`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`el-GR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`tr-TR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ja-JP`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`cs-CZ`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`th-TH`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hi-IN`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`bn-BD`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`he-IL`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`fi-FI`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`sv-SE`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`da-DK`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hr-HR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`no-NO`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`uz-Latn`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hy-AM`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ky-KG`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ku-Arab`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`tg-TJ`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`});var zK=()=>Pk(`90a425db4934211fafe21693ab2e9a39`),BK={text:`_text_1wz9f_1`,"source-content":`_source-content_1wz9f_5`,rate:`_rate_1wz9f_28`},VK=({source:e,image:t,checkResult:n,similarity:r,imageViewer:i=!0})=>{let{t:a}=zK(),o=$.getPortraitComparisonSource(e);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:BK.text,size:`12x160`,uppercase:!0,children:o}),(0,d.jsxs)(`div`,{className:BK[`source-content`],children:[t?(0,d.jsx)(Jk,{src:`data:image/jpeg;base64,${t}`,alt:String(o),magnifierImgBorderRadius:4,draggable:!1,magnifier:!0,viewer:i,download:!0}):(0,d.jsx)(CH,{type:`photo`,className:BK[`default-image`]}),n!==void 0&&r!==void 0&&(0,d.jsxs)(`span`,{className:BK.rate,children:[kH(n),(0,d.jsx)(G,{children:`${a(`rate`)} ${r}%`})]})]})]})},HK={result:`_result_1sdjd_1`},UK=({source:e,image:t,comparable:n,imageViewer:r})=>(0,d.jsx)(_H,{children:(0,d.jsxs)(`div`,{className:HK.result,children:[(0,d.jsx)(VK,{source:e,image:t,imageViewer:r}),n.map(({source:e,image:t,checkResult:n,similarity:i},a)=>(0,d.jsx)(VK,{source:e,image:t,checkResult:n,similarity:i,imageViewer:r},t||a))]})});q.addResourceBundle(`ru-RU`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Сервис не отвечает`}),q.addResourceBundle(`en-US`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`The service does not respond`}),q.addResourceBundle(`lv-LV`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`The service does not respond`}),q.addResourceBundle(`de-DE`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Keine Rückmeldung vom Service`}),q.addResourceBundle(`pl-PL`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Serwis nie odpowiada`}),q.addResourceBundle(`it-IT`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Il servizio non risponde`}),q.addResourceBundle(`hu-HU`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`A szolgáltatás nem válaszol`}),q.addResourceBundle(`zh-Hans`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`服务没有回应`}),q.addResourceBundle(`zh-Hant`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`服務沒有響應`}),q.addResourceBundle(`sk-SK`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Služba nereaguje`}),q.addResourceBundle(`uk-UA`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Сервіс не відповідає`}),q.addResourceBundle(`fr-FR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Le service ne répond pas`}),q.addResourceBundle(`es-ES`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Servicio no responde`}),q.addResourceBundle(`pt-PT`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`O serviço não responde`}),q.addResourceBundle(`ar-AE`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`الخدمة لا تستجيب`}),q.addResourceBundle(`nl-NL`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`De dienst reageert niet`}),q.addResourceBundle(`id-ID`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Layanan tidak merepsons`}),q.addResourceBundle(`vi-VN`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Dịch vụ không phản hồi`}),q.addResourceBundle(`ko-KR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`서비스가 응답하지 않습니다`}),q.addResourceBundle(`ms-MY`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Perkhidmatan tidak memberi maklum balas`}),q.addResourceBundle(`ro-RO`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Serviciul nu răspunde`}),q.addResourceBundle(`el-GR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Η υπηρεσία δεν ανταποκρίνεται`}),q.addResourceBundle(`tr-TR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Hizmet yanıt vermiyor`}),q.addResourceBundle(`ja-JP`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`サービスは応答しません`}),q.addResourceBundle(`cs-CZ`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Služba neodpovídá`}),q.addResourceBundle(`th-TH`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`บริการไม่ตอบสนอง`}),q.addResourceBundle(`hi-IN`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`सेवा जवाब नहीं देती है`}),q.addResourceBundle(`bn-BD`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`পরিষেবাটি সাড়া দেয়নি`}),q.addResourceBundle(`he-IL`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`אין תגובה מהשירות`}),q.addResourceBundle(`fi-FI`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Palvelu ei vastaa`}),q.addResourceBundle(`sv-SE`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Tjänsten svarar inte`}),q.addResourceBundle(`da-DK`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Servicen fungerer ikke`}),q.addResourceBundle(`hr-HR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Usluga ne odgovara`}),q.addResourceBundle(`no-NO`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Tjenesten svarer ikke`}),q.addResourceBundle(`uz-Latn`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Xizmat javob bermaydi`}),q.addResourceBundle(`hy-AM`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Ծառայությունը չի պատասխանում`}),q.addResourceBundle(`ky-KG`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Сервис жооп бербей жатат`}),q.addResourceBundle(`ku-Arab`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`خزمەتگوزاری وەڵام ناداتەوە`}),q.addResourceBundle(`tg-TJ`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Хизматрасонӣ посух намедиҳад`});var WK=()=>Pk(`aac8d134d61c1e4793fd82a4718ac196`),GK={comparison:`_comparison_5medb_1`,results:`_results_5medb_20`},KK=({status:e,name:t,comparisons:n,showDiagnose:r,imageViewer:i})=>{let{t:a}=WK();return(0,d.jsxs)(`div`,{className:GK.comparison,children:[(0,d.jsx)(RK,{status:e,name:t}),(0,d.jsxs)(nD.Element,{name:`portrait`,className:GK.results,children:[r&&(0,d.jsx)(DH,{children:(0,d.jsx)(G,{size:`14x157`,children:a(`serviceNotRespond`)})}),n.map(({source:e,image:t,comparable:n},r)=>(0,d.jsx)(UK,{source:e,image:t,comparable:n,imageViewer:i},t||r))]})]})},qK={comparisons:`_comparisons_pgp5t_1`},JK=({portraitsComparison:e,portraitsStatus:t,showDiagnose:n,imageViewer:r})=>{let{t:i}=IK();return(0,d.jsx)(`div`,{className:qK.comparisons,children:(0,d.jsx)(KK,{status:t,name:i(`portraitComparison`),comparisons:e,showDiagnose:n,imageViewer:r})})},YK=({imageViewer:e})=>{let{response:t}=m();if(!t)return null;let n=bT(t),r=cE(t),i=n.every(({diagnose:e})=>e===k.PORTRAIT_COMPARISON_NO_SERVICE_REPLY);return n.length?(0,d.jsx)(JK,{portraitsComparison:n,portraitsStatus:r.summary.portrait,imageViewer:e,showDiagnose:i}):null},XK=e=>Number.isInteger(e)?e:parseFloat(e.toFixed(2)),ZK={list:`_list_1jb30_1`,check:`_check_1jb30_4`,name:`_name_1jb30_12`,red:`_red_1jb30_18`,value:`_value_1jb30_18`},QK=({checks:e})=>(0,d.jsx)(`div`,{className:ZK.list,children:e.map(({name:e,status:t,value:n})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(ZK.check,{[ZK.red]:t===UL.QUALITY_STATUS_FALSE}),children:[(0,d.jsx)(G,{uppercase:!0,className:ZK.name,children:(0,d.jsx)($.FaceImageQualityCheckLabel,{children:e})}),(0,d.jsx)(G,{className:ZK.value,children:n===void 0?`—`:XK(n)})]},e))}),$K={head:`_head_1gwte_1`,name:`_name_1gwte_7`,status:`_status_1gwte_11`,red:`_red_1gwte_17`,pointer:`_pointer_1gwte_21`},eq=({name:e,statusInfo:t,status:n})=>(0,d.jsxs)(`div`,{className:$K.head,children:[(0,d.jsx)(G,{className:$K.name,children:e}),(0,d.jsxs)(`div`,{className:$K.status,children:[n===void 0?null:kH(n),(0,d.jsx)(G,{className:(0,tD.default)({[$K.red]:n===UL.QUALITY_STATUS_FALSE}),children:t})]})]}),tq=({name:e,statusInfo:t,status:n,children:r})=>(0,d.jsx)(HD,{head:(0,d.jsx)(eq,{statusInfo:t,name:e,status:n}),children:r}),nq=({detailsGroups:e})=>(0,d.jsx)(_H,{children:e.map(({groupChecks:e,name:t,totalCount:n,compliantCount:r})=>{let i=e.filter(e=>e.status!==UL.QUALITY_STATUS_UNDETERMINED).sort((e,t)=>(e.status||0)-(t.status||0));return(0,d.jsx)(tq,{name:(0,d.jsx)($.FaceImageQualityLabel,{children:t}),status:(n||0)-(r||0)?UL.QUALITY_STATUS_FALSE:void 0,statusInfo:`${r||0}/${n||0}`,children:(0,d.jsx)(QK,{checks:i})},t)})}),rq=(0,u.createContext)({quality:null}),iq=()=>(0,u.useContext)(rq),aq=({detailsGroups:e,details:t})=>e?.map(e=>({...e,groupChecks:t?.filter(t=>t.groupId===e.groupId)||[]}))||[],oq=e=>[...e].sort((e,t)=>{let n=(e.totalCount||0)-(e.compliantCount||0);return(t.totalCount||0)-(t.compliantCount||0)-n}),sq=()=>{let{quality:e}=iq();return e?.results?.detections[0].quality?(0,d.jsx)(nq,{detailsGroups:oq(aq(e.results.detections[0].quality))}):null},cq=({quality:e,children:t,language:n})=>{let r=Ik(n);return(0,u.useEffect)(()=>{q.changeLanguage(n)},[n]),(0,d.jsx)(rq.Provider,{value:{quality:e},children:(0,d.jsx)(`div`,{dir:r,children:t})})};exports.About=tU,exports.Alert=DH,exports.AreaArray=Hf,exports.AuthenticityCheckList=Tp,Object.defineProperty(exports,"AuthenticityCheckListContainer",{enumerable:!0,get:function(){return Op}}),exports.AuthenticityCheckListContainerResultTypes=Dp,Object.defineProperty(exports,"AuthenticityFibersTypeCheckResult",{enumerable:!0,get:function(){return op}}),exports.AuthenticityFibersTypeCheckResultTypes=ap,Object.defineProperty(exports,"AuthenticityIdentCheckResult",{enumerable:!0,get:function(){return up}}),exports.AuthenticityIdentCheckResultTypes=lp,Object.defineProperty(exports,"AuthenticityOCRSecurityTextCheckResult",{enumerable:!0,get:function(){return mp}}),exports.AuthenticityOCRSecurityTextCheckResultTypes=pp,Object.defineProperty(exports,"AuthenticityPhotoIdentCheckResult",{enumerable:!0,get:function(){return yp}}),exports.AuthenticityPhotoIdentCheckResultTypes=vp,Object.defineProperty(exports,"AuthenticitySecurityFeatureCheckResult",{enumerable:!0,get:function(){return Cp}}),exports.AuthenticitySecurityFeatureCheckResultTypes=Sp,exports.AuthenticityTextCheckReferenceTypes=Yw,Object.defineProperty(exports,"BSIv2Container",{enumerable:!0,get:function(){return vg}}),exports.BSIv2ContainerResultTypes=_g,Object.defineProperty(exports,"BarcodeBoundsResultContainer",{enumerable:!0,get:function(){return Pp}}),exports.BarcodeBoundsResultContainerResultTypes=Np,exports.BinaryData=fm,exports.BoundsResult=Uf,Object.defineProperty(exports,"BoundsResultContainer",{enumerable:!0,get:function(){return jp}}),exports.BoundsResultContainerResultTypes=Ap,Object.defineProperty(exports,"ByteArrayContainer",{enumerable:!0,get:function(){return ng}}),exports.ByteArrayContainerResultTypes=tg,exports.CertificateData=Kp,exports.Collapse=HD,exports.Container=wD,exports.ContainerList=Cg,exports.DefaultImage=CH,exports.Details=oU,exports.DetailsAge=sm,exports.DetailsOptical=am,exports.DetailsRFID=om,exports.DocBarCodeField=Lp,exports.DocBarCodeInfo=Rp,Object.defineProperty(exports,"DocBarCodeInfoContainer",{enumerable:!0,get:function(){return Vp}}),exports.DocBarCodeInfoContainerResultTypes=Bp,exports.DocBinaryInfo=mm,Object.defineProperty(exports,"DocBinaryInfoContainer",{enumerable:!0,get:function(){return _m}}),exports.DocBinaryInfoContainerResultTypes=gm,exports.DocGraphicField=vm,exports.DocGraphicsInfo=ym,Object.defineProperty(exports,"DocGraphicsInfoContainer",{enumerable:!0,get:function(){return Sm}}),exports.DocGraphicsInfoContainerResultTypes=xm,exports.DocReaderContainer=yK,exports.DocReaderTypeError=jE,exports.DocVisualExtendedField=Dm,exports.DocVisualExtendedInfo=Om,Object.defineProperty(exports,"DocVisualExtendedInfoContainer",{enumerable:!0,get:function(){return jm}}),exports.DocVisualExtendedInfoContainerResultTypes=Am,exports.DocumentImages=xU,exports.DocumentTabs=hG,exports.DocumentType=vG,Object.defineProperty(exports,"DocumentTypesCandidatesContainer",{enumerable:!0,get:function(){return Ih}}),exports.DocumentTypesCandidatesContainerResultTypes=Fh,exports.DocumentTypesCandidatesList=Nh,exports.DocumentsDatabase=Lg,Object.defineProperty(exports,"EncryptedRCLContainer",{enumerable:!0,get:function(){return Pm}}),exports.EncryptedRCLContainerResultTypes=Nm,exports.ErrorCoordinates=Th,exports.FDSIDList=qf,exports.FaceApi=Tg,exports.FaceApiSearch=wg,exports.FaceContainer=cq,exports.FaceDetection=Wh,Object.defineProperty(exports,"FaceDetectionContainer",{enumerable:!0,get:function(){return qh}}),exports.FaceDetectionContainerResultTypes=Kh,exports.FaceImageQualityData=sq,exports.FaceItem=Uh,Object.defineProperty(exports,"FibersType",{enumerable:!0,get:function(){return np}}),exports.FieldItem=Eh,exports.FileImage=Jh,exports.GraphData=Yh,exports.Graphics=vK,exports.Icon=xD,exports.IdentResult=sp,exports.Image=Jk,exports.ImageData=Wf,exports.ImageField=Vm,exports.ImageFieldValue=Bm,exports.ImageQA=Eg,exports.ImageQualityCheck=Fm,exports.ImageQualityCheckList=Im,Object.defineProperty(exports,"ImageQualityCheckListContainer",{enumerable:!0,get:function(){return zm}}),exports.ImageQualityCheckListContainerResultTypes=Rm,exports.ImageSource=Hm,exports.ImagesResult=Um,Object.defineProperty(exports,"ImagesResultContainer",{enumerable:!0,get:function(){return Km}}),exports.ImagesResultContainerResultTypes=Gm,exports.Info=bG,exports.IsStringObjectRecord=jg,exports.JsonViewer=QM,Object.defineProperty(exports,"LicenseContainer",{enumerable:!0,get:function(){return Ym}}),exports.LicenseContainerResultTypes=Jm,exports.Link=TH,Object.defineProperty(exports,"ListVerifiedFieldContainer",{enumerable:!0,get:function(){return eh}}),exports.ListVerifiedFieldContainerResultTypes=$m,exports.ListVerifiedFields=Zm,exports.LivenessParams=kg,exports.Logs=NK,Object.defineProperty(exports,"MDLContainer",{enumerable:!0,get:function(){return xg}}),exports.MDLContainerResultTypes=bg,Object.defineProperty(exports,"MRZDetectorContainer",{enumerable:!0,get:function(){return Hh}}),exports.MRZDetectorContainerResultTypes=Vh,Object.defineProperty(exports,"MRZPositionContainer",{enumerable:!0,get:function(){return wh}}),exports.MRZPositionContainerResultTypes=Ch,exports.MRZRowsItem=Rh,exports.MRZTestQuality=kh,Object.defineProperty(exports,"MRZTestQualityContainer",{enumerable:!0,get:function(){return Mh}}),exports.MRZTestQualityContainerResultTypes=jh,exports.Match=$,exports.OCRSecurityTextResult=dp,exports.OneCandidate=Jf,Object.defineProperty(exports,"OneCandidateContainer",{enumerable:!0,get:function(){return rh}}),exports.OneCandidateContainerResultTypes=nh,exports.Overall=iU,exports.PerDocumentConfig=Dg,exports.PersonInfo=YH,exports.PhotoIdentResult=gp,exports.Point=wf,exports.PointArray=Vf,exports.Popover=Bk,exports.PortraitsComparison=YK,exports.ProcessParams=Mg,exports.ProcessParamsAuth=Ag,exports.ProcessParamsRfid=Og,Object.defineProperty(exports,"ProcessRequest",{enumerable:!0,get:function(){return Ig}}),exports.ProcessRequestImage=Ng,Object.defineProperty(exports,"ProcessResponse",{enumerable:!0,get:function(){return T_}}),exports.ProcessSystemInfo=Pg,Object.defineProperty(exports,"RAuthenticityCheckGroup",{enumerable:!0,get:function(){return uT}}),Object.defineProperty(exports,"RAuthenticityCheckGroupsItem",{enumerable:!0,get:function(){return fT}}),Object.defineProperty(exports,"RAuthenticityFibersCheck",{enumerable:!0,get:function(){return $w}}),Object.defineProperty(exports,"RAuthenticityIdentCheck",{enumerable:!0,get:function(){return tT}}),Object.defineProperty(exports,"RAuthenticityPhotoIdentCheck",{enumerable:!0,get:function(){return rT}}),Object.defineProperty(exports,"RAuthenticitySecurityCheck",{enumerable:!0,get:function(){return aT}}),Object.defineProperty(exports,"RAuthenticityTextCheck",{enumerable:!0,get:function(){return sT}}),exports.RAuthenticityTextCheckReference=Xw,Object.defineProperty(exports,"RDetailedStatus",{enumerable:!0,get:function(){return sE}}),exports.RDetailedStatusOptical=rE,exports.RDetailedStatusRfid=aE,exports.RDetailedStatusSummary=iE,Object.defineProperty(exports,"RDocumentBarcode",{enumerable:!0,get:function(){return wT}}),exports.RDocumentBarcodeField=ST,exports.RDocumentBarcodeModuleData=xT,Object.defineProperty(exports,"RDocumentIdentification",{enumerable:!0,get:function(){return fE}}),Object.defineProperty(exports,"RDocumentImage",{enumerable:!0,get:function(){return OT}}),exports.RDocumentImagePage=ET,exports.RFIDDocVisualExtendedField=_h,exports.RFIDDocVisualExtendedInfo=vh,Object.defineProperty(exports,"RFIDGraphicsInfoContainer",{enumerable:!0,get:function(){return $h}}),exports.RFIDGraphicsInfoContainerResultTypes=Qh,Object.defineProperty(exports,"RFIDTextDataContainer",{enumerable:!0,get:function(){return xh}}),exports.RFIDTextDataContainerResultTypes=bh,Object.defineProperty(exports,"RGraphicField",{enumerable:!0,get:function(){return MT}}),Object.defineProperty(exports,"RImageQuality",{enumerable:!0,get:function(){return RT}}),exports.RImageQualityCheck=IT,exports.RLocation=Jw,Object.defineProperty(exports,"RNameSurname",{enumerable:!0,get:function(){return hE}}),Object.defineProperty(exports,"RPortraitComparisonComparable",{enumerable:!0,get:function(){return _T}}),Object.defineProperty(exports,"RPortraitsComparison",{enumerable:!0,get:function(){return yT}}),Object.defineProperty(exports,"RRfidApplicationItem",{enumerable:!0,get:function(){return QT}}),Object.defineProperty(exports,"RRfidCertificate",{enumerable:!0,get:function(){return HT}}),Object.defineProperty(exports,"RRfidDataGroupStatus",{enumerable:!0,get:function(){return qT}}),exports.RRfidDataGroupStatusItem=XT,Object.defineProperty(exports,"RTextData",{enumerable:!0,get:function(){return bE}}),exports.RTextDataComparison=vE,exports.RTextDataSource=_E,Object.defineProperty(exports,"RTextFieldValue",{enumerable:!0,get:function(){return CE}}),Object.defineProperty(exports,"RawImageContainer",{enumerable:!0,get:function(){return oh}}),exports.RawImageContainerList=hp,exports.RawImageContainerResultTypes=ah,exports.Rect=Gf,exports.RequestViewer=kK,exports.ResponseViewer=TK,exports.ResultMRZDetector=zh,exports.Rfid=aK,exports.RfidAccessControlInfo=Up,exports.RfidAccessKey=Wp,exports.RfidApplication=Yp,exports.RfidAttributeData=Zp,exports.RfidAttributeName=Zf,exports.RfidCardPropertiesExt=Xp,exports.RfidCertificateEx=em,exports.RfidDG1=Hp,exports.RfidDataFile=Jp,exports.RfidDistinguishedName=Qf,exports.RfidOrigin=Kf,exports.RfidParsedData=Gp,exports.RfidPkiExtension=Qp,exports.RfidRawData=pm,exports.RfidSecurityObject=nm,exports.RfidSecurityObjectCertificates=qp,exports.RfidSession=im,exports.RfidSignerInfoEx=tm,exports.RfidTerminal=rm,exports.RfidValidity=$p,exports.Scroll=_H,exports.SecurityFeatureCheck=bp,exports.Skeleton=AD,exports.Status=cm,Object.defineProperty(exports,"StatusContainer",{enumerable:!0,get:function(){return dm}}),exports.StatusContainerResultTypes=um,exports.StatusLoader=FK,exports.StringItem=Oh,exports.StringRecognitionResult=Tm,exports.Symbol=Lh,exports.SymbolCandidate=Cm,exports.SymbolEstimationItem=Dh,exports.SymbolRecognitionResult=wm,exports.TOriginalRFIDGraphicsInfo=Xh,exports.Table=KD,exports.Tabs=ID,exports.Text=G,exports.TextComparison=sh,exports.TextField=dh,exports.TextFieldValue=lh,exports.TextResult=ph,Object.defineProperty(exports,"TextResultContainer",{enumerable:!0,get:function(){return gh}}),exports.TextResultContainerResultTypes=hh,exports.TextSource=fh,exports.TextSymbol=ch,exports.TextValidity=uh,exports.TipDecodeModule=Fp,exports.TipPDF417Info=Ip,exports.Title=ED,exports.TransactionInfo=Rg,exports.TrfFtBytes=Yf,exports.TrfFtString=Xf,Object.defineProperty(exports,"VDSContainer",{enumerable:!0,get:function(){return sg}}),exports.VDSContainerResultTypes=og,exports.VDSData=ig,Object.defineProperty(exports,"VDSNCContainer",{enumerable:!0,get:function(){return hg}}),exports.VDSNCContainerResultTypes=mg,exports.VDSNCData=fg,exports.Verifications=WH,exports.VerifiedFieldMap=Xm,exports.aContainer=$f,exports.aVisualExtendedFieldItem=Em,exports.checkLocation=CU,exports.checkSelection=wU,exports.convertGeneralizedDateToLocal=Kw,exports.decode=vS,exports.eAuthenticity=O,exports.eBarCodeDetectionType=nd,exports.eBarCodeModuleType=_a,exports.eBarCodeResultCodes=rd,exports.eBarCodeType=va,exports.eCheckDiagnose=k,exports.eCheckResult=A,exports.eDataGroupReadStatus=GT,exports.eDocFormat=ba,exports.eDocType=xa,exports.eDocumentTypeRecognitionResult=Sa,exports.eFieldVerificationResult=Xa,exports.eGraphicFieldType=Ca,exports.eIRVisibilityFlag=Za,exports.eImageQualityCheckType=wa,exports.eInfoTabID=SU,exports.eInputBarcodeType=Ta,exports.eInputImageQualityChecks=Ea,exports.eLCID=j,exports.eLDSParsingErrorCodes=Ma,exports.eLDSParsingNotificationCodes=Na,exports.eLights=Da,exports.eLogLevel=Oa,exports.eMRZDetectMode=ja,exports.eMRZFormat=ka,exports.eMeasureSystem=Aa,exports.eOpticalStatusField=eE,exports.ePortraitComparisonSource=hT,exports.eProcessingStatus=Pa,exports.eResult=M,exports.eResultType=M,exports.eRfidAChip=Ia,exports.eRfidAccessControlProcedureType=La,exports.eRfidApplicationType=Ra,exports.eRfidAuthenticationProcedureType=za,exports.eRfidBaudRate=Ba,exports.eRfidCertificateOrigin=Va,exports.eRfidCertificateType=Ha,exports.eRfidDataFileType=N,exports.eRfidErrorCodes=Fa,exports.eRfidFileIdType=id,exports.eRfidOriginalGraphicsType=ad,exports.eRfidPasswordType=Wa,exports.eRfidPresence=Ua,exports.eRfidStatusField=tE,exports.eRfidTerminalAuthorizationRequirement=$u,exports.eRfidTerminalType=Ga,exports.eRfidType=Ka,exports.eRfidVisualFieldType=od,exports.eScenario=qa,exports.eSecurityCriticalFlag=ya,exports.eSecurityFeatureType=P,exports.eSource=Ja,exports.eSummaryStatusField=nE,exports.eTextPostProcessing=Ya,exports.eVisualFieldType=F,exports.getAuthenticityArray=qu,exports.getAuthenticityCheckList=mT,exports.getAuthenticityOpenFields=TU,exports.getDetailedStatus=cE,exports.getDocumentBarcodes=TT,exports.getDocumentDateOfExpiry=TE,exports.getDocumentIdentification=pE,exports.getDocumentImages=kT,exports.getDocumentImagesSync=AT,exports.getDocumentIssuingStateName=EE,exports.getDocumentNumber=DE,exports.getDocumentOwnerAge=OE,exports.getDocumentOwnerNationalityCode=kE,exports.getDocumentOwnerSex=AE,exports.getGraphicField=PT,exports.getGraphicFieldSync=FT,exports.getIRVisibilityFlagArray=Yu,exports.getImageDimensions=bS,exports.getImageQuality=BT,exports.getImageQualityOpenFields=EU,exports.getLightsArray=Zu,exports.getNameSurname=gE,exports.getPortraitsComparison=bT,exports.getRfidCertificatesData=UT,exports.getRfidChecksSummary=WT,exports.getRfidDataGroupsStatus=YT,exports.getRfidDataGroupsStatusList=$T,exports.getRfidTerminalAuthorizationRequirements=ed,exports.getTextData=xE,exports.getTextFieldValue=wE,exports.isAuthenticity=Ju,exports.isIRVisibilityFlag=Xu,exports.isLights=Qu,exports.isObject=yS,exports.isRfidTerminalAuthorizationRequirement=td,exports.mergeDetailedStatus=uE,exports.mergeStatuses=qw,exports.transformToAuthenticityCheckResultList=wp,exports.transformToContainerList=Sg,exports.transformToRAuthenticityCheckList=cT;
|
|
21
|
+
`+n)}}catch{}}throw e}}_request(e,t){typeof e==`string`?(t||={},t.url=e):t=e||{},t=BI(this.defaults,t);let{transitional:n,paramsSerializer:r,headers:i}=t;n!==void 0&&mL.assertOptions(n,{silentJSONParsing:hL.transitional(hL.boolean),forcedJSONParsing:hL.transitional(hL.boolean),clarifyTimeoutError:hL.transitional(hL.boolean),legacyInterceptorReqResOrdering:hL.transitional(hL.boolean)},!1),r!=null&&(Q.isFunction(r)?t.paramsSerializer={serialize:r}:mL.assertOptions(r,{encode:hL.function,serialize:hL.function},!0)),t.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls===void 0?t.allowAbsoluteUrls=!0:t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls),mL.assertOptions(t,{baseUrl:hL.spelling(`baseURL`),withXsrfToken:hL.spelling(`withXSRFToken`)},!0),t.method=(t.method||this.defaults.method||`get`).toLowerCase();let a=i&&Q.merge(i.common,i[t.method]);i&&Q.forEach([`delete`,`get`,`head`,`post`,`put`,`patch`,`common`],e=>{delete i[e]}),t.headers=CI.concat(a,i);let o=[],s=!0;this.interceptors.request.forEach(function(e){if(typeof e.runWhen==`function`&&e.runWhen(t)===!1)return;s&&=e.synchronous;let n=t.transitional||XF;n&&n.legacyInterceptorReqResOrdering?o.unshift(e.fulfilled,e.rejected):o.push(e.fulfilled,e.rejected)});let c=[];this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let l,u=0,d;if(!s){let e=[lL.bind(this),void 0];for(e.unshift(...o),e.push(...c),d=e.length,l=Promise.resolve(t);u<d;)l=l.then(e[u++],e[u++]);return l}d=o.length;let f=t;for(;u<d;){let e=o[u++],t=o[u++];try{f=e(f)}catch(e){t.call(this,e);break}}try{l=lL.call(this,f)}catch(e){return Promise.reject(e)}for(u=0,d=c.length;u<d;)l=l.then(c[u++],c[u++]);return l}getUri(e){return e=BI(this.defaults,e),JF(RI(e.baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}};Q.forEach([`delete`,`get`,`head`,`options`],function(e){gL.prototype[e]=function(t,n){return this.request(BI(n||{},{method:e,url:t,data:(n||{}).data}))}}),Q.forEach([`post`,`put`,`patch`],function(e){function t(t){return function(n,r,i){return this.request(BI(i||{},{method:e,headers:t?{"Content-Type":`multipart/form-data`}:{},url:n,data:r}))}}gL.prototype[e]=t(),gL.prototype[e+`Form`]=t(!0)});var _L=class e{constructor(e){if(typeof e!=`function`)throw TypeError(`executor must be a function.`);let t;this.promise=new Promise(function(e){t=e});let n=this;this.promise.then(e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null}),this.promise.then=e=>{let t,r=new Promise(e=>{n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e,r,i){n.reason||(n.reason=new EI(e,r,i),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let t=this._listeners.indexOf(e);t!==-1&&this._listeners.splice(t,1)}toAbortSignal(){let e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let t;return{token:new e(function(e){t=e}),cancel:t}}};function vL(e){return function(t){return e.apply(null,t)}}function yL(e){return Q.isObject(e)&&e.isAxiosError===!0}var bL={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(bL).forEach(([e,t])=>{bL[t]=e});function xL(e){let t=new gL(e),n=TP(gL.prototype.request,t);return Q.extend(n,gL.prototype,t,{allOwnKeys:!0}),Q.extend(n,t,null,{allOwnKeys:!0}),n.create=function(t){return xL(BI(e,t))},n}var SL=xL(lI);SL.Axios=gL,SL.CanceledError=EI,SL.CancelToken=_L,SL.isCancel=TI,SL.VERSION=uL,SL.toFormData=UF,SL.AxiosError=IF,SL.Cancel=SL.CanceledError,SL.all=function(e){return Promise.all(e)},SL.spread=vL,SL.isAxiosError=yL,SL.mergeConfig=BI,SL.AxiosHeaders=CI,SL.formToJSON=e=>sI(Q.isHTMLForm(e)?new FormData(e):e),SL.getAdapter=sL.getAdapter,SL.HttpStatusCode=bL,SL.default=SL;var{Axios:CL,AxiosError:wL,CanceledError:TL,isCancel:EL,CancelToken:DL,VERSION:OL,all:kL,Cancel:AL,isAxiosError:jL,spread:ML,toFormData:NL,AxiosHeaders:PL,HttpStatusCode:FL,formToJSON:IL,getAdapter:LL,mergeConfig:RL}=SL;`https://faceapi.regulaforensics.com`.replace(/\/+$/,``);for(var zL=(e=>(e.AGE=`Age`,e.EMOTION=`Emotion`,e.EYE_LEFT=`EyeLeft`,e.EYE_RIGHT=`EyeRight`,e.SMILE=`Smile`,e.GLASSES=`Glasses`,e.HEAD_COVERING=`HeadCovering`,e.FOREHEAD_COVERING=`ForeheadCovering`,e.MOUTH=`Mouth`,e.MEDICAL_MASK=`MedicalMask`,e.OCCLUSION=`Occlusion`,e.STRONG_MAKEUP=`StrongMakeup`,e.HEADPHONES=`Headphones`,e))(zL||{}),BL=(e=>(e[e.ALIGN_3x4=0]=`ALIGN_3x4`,e[e.ALIGN_4x5=1]=`ALIGN_4x5`,e[e.ALIGN_2x3=2]=`ALIGN_2x3`,e[e.ALIGN_1x1=3]=`ALIGN_1x1`,e[e.ALIGN_7x9=4]=`ALIGN_7x9`,e))(BL||{}),VL=(e=>(e[e.IMAGE_CHARACTERISTICS=1]=`IMAGE_CHARACTERISTICS`,e[e.HEAD_SIZE_AND_POSITIONS=2]=`HEAD_SIZE_AND_POSITIONS`,e[e.FACE_QUALITY=3]=`FACE_QUALITY`,e[e.EYES_CHARACTERISTICS=4]=`EYES_CHARACTERISTICS`,e[e.SHADOWS_AND_LIGHTNING=5]=`SHADOWS_AND_LIGHTNING`,e[e.POSE_AND_EXPRESSION=6]=`POSE_AND_EXPRESSION`,e[e.HEAD_OCCLUSION=7]=`HEAD_OCCLUSION`,e[e.BACKGROUND=8]=`BACKGROUND`,e))(VL||{}),HL=(e=>(e.IMAGE_CHARACTERISTICS=`ImageCharacteristics`,e.HEAD_SIZE_AND_POSITIONS=`HeadSizeAndPosition`,e.FACE_QUALITY=`FaceQuality`,e.EYES_CHARACTERISTICS=`EyesCharacteristics`,e.SHADOWS_AND_LIGHTNING=`ShadowsAndLightning`,e.POSE_AND_EXPRESSION=`PoseAndExpression`,e.HEAD_OCCLUSION=`HeadOcclusion`,e.BACKGROUND=`Background`,e))(HL||{}),UL=(e=>(e[e.QUALITY_STATUS_FALSE=0]=`QUALITY_STATUS_FALSE`,e[e.QUALITY_STATUS_TRUE=1]=`QUALITY_STATUS_TRUE`,e[e.QUALITY_STATUS_UNDETERMINED=2]=`QUALITY_STATUS_UNDETERMINED`,e))(UL||{}),WL=(e=>(e.IMAGE_WIDTH=`ImageWidth`,e.IMAGE_HEIGHT=`ImageHeight`,e.IMAGE_WIDTH_TO_HEIGHT=`ImageWidthToHeight`,e.IMAGE_CHANNELS_NUMBER=`ImageChannelsNumber`,e.PADDING_RATIO=`PaddingRatio`,e.FACE_MID_POINT_HORIZONTAL_POSITION=`FaceMidPointHorizontalPosition`,e.FACE_MID_POINT_VERTICAL_POSITION=`FaceMidPointVerticalPosition`,e.HEAD_WIDTH_RATIO=`HeadWidthRatio`,e.HEAD_HEIGHT_RATIO=`HeadHeightRatio`,e.EYES_DISTANCE=`EyesDistance`,e.YAW=`Yaw`,e.PITCH=`Pitch`,e.ROLL=`Roll`,e.BLUR_LEVEL=`BlurLevel`,e.NOISE_LEVEL=`NoiseLevel`,e.EYE_RIGHT_CLOSED=`EyeRightClosed`,e.EYE_LEFT_CLOSED=`EyeLeftClosed`,e.EYE_RIGHT_OCCLUDED=`EyeRightOccluded`,e.EYE_LEFT_OCCLUDED=`EyeLeftOccluded`,e.EYES_RED=`EyesRed`,e.EYE_RIGHT_COVERED_WITH_HAIR=`EyeRightCoveredWithHair`,e.EYE_LEFT_COVERED_WITH_HAIR=`EyeLeftCoveredWithHair`,e.OFF_GAZE=`OffGaze`,e.FACE_DYNAMIC_RANGE=`FaceDynamicRange`,e.UNNATURAL_SKIN_TONE=`UnnaturalSkinTone`,e.TOO_DARK=`TooDark`,e.TOO_LIGHT=`TooLight`,e.FACE_GLARE=`FaceGlare`,e.SHADOWS_ON_FACE=`ShadowsOnFace`,e.DARK_GLASSES=`DarkGlasses`,e.REFLECTION_ON_GLASSES=`ReflectionOnGlasses`,e.FRAMES_TOO_HEAVY=`FramesTooHeavy`,e.FACE_OCCLUDED=`FaceOccluded`,e.HEAD_COVERING=`HeadCovering`,e.BACKGROUND_UNIFORMITY=`BackgroundUniformity`,e.SHADOWS_ON_BACKGROUND=`ShadowsOnBackground`,e.OTHER_FACES=`OtherFaces`,e.SHOULDERS_POSE=`ShouldersPose`,e.EXPRESSION_LEVEL=`ExpressionLevel`,e.MOUTH_OPEN=`MouthOpen`,e.FOREHEAD_COVERING=`ForeheadCovering`,e.SMILE=`Smile`,e.STRONG_MAKEUP=`StrongMakeup`,e.HEADPHONES=`Headphones`,e.MEDICAL_MASK=`MedicalMask`,e.BACKGROUND_COLOR_MATCH=`BackgroundColorMatch`,e.ART_FACE=`ArtFace`,e.CONTACT_LENSES=`ContactLenses`,e))(WL||{}),GL=(e=>(e.OLD_MODE=`OldMode`,e.QUALITY_FULL=`QualityFull`,e.QUALITY_ICAO=`QualityICAO`,e.QUALITY_VISA_SCHENGEN=`QualityVisaSchengen`,e.QUALITY_VISA_USA=`QualityVisaUSA`,e.CROP_CENTRAL_FACE=`CropCentralFace`,e.CROP_ALL_FACES=`CropAllFaces`,e.THUMBNAIL=`Thumbnail`,e.ATTRIBUTES_ALL=`AttributesAll`,e.EMPTY=``,e))(GL||{}),KL=(e=>(e[e.FACER_OK=0]=`FACER_OK`,e[e.FR_IMAGE_EMPTY=1]=`FR_IMAGE_EMPTY`,e[e.FR_FACE_NOT_DETECTED=2]=`FR_FACE_NOT_DETECTED`,e[e.FR_LANDMARKS_NOT_DETECTED=3]=`FR_LANDMARKS_NOT_DETECTED`,e[e.FR_FACE_ALIGHNER_FAILED=4]=`FR_FACE_ALIGHNER_FAILED`,e[e.FR_DESCRIPTOR_EXTRACTOR_ERROR=5]=`FR_DESCRIPTOR_EXTRACTOR_ERROR`,e[e.FR_IMAGE_DECODE_ERROR=6]=`FR_IMAGE_DECODE_ERROR`,e[e.FR_INTERNAL_ERROR=7]=`FR_INTERNAL_ERROR`,e[e.FACER_CONFIG_ERROR=199]=`FACER_CONFIG_ERROR`,e[e.FACER_NO_LICENSE=200]=`FACER_NO_LICENSE`,e[e.FACER_IS_NOT_INITIALIZED=201]=`FACER_IS_NOT_INITIALIZED`,e[e.FACER_COMMAND_IS_NOT_SUPPORTED=202]=`FACER_COMMAND_IS_NOT_SUPPORTED`,e[e.FACER_COMMAND_PARAMS_READ_ERROR=203]=`FACER_COMMAND_PARAMS_READ_ERROR`,e[e.FACER_LESS_THAN_TWO_IMAGES_IN_REQUEST=224]=`FACER_LESS_THAN_TWO_IMAGES_IN_REQUEST`,e[e.FACER_VIDEO_DECODE_ERROR=227]=`FACER_VIDEO_DECODE_ERROR`,e[e.FACER_NOT_ENOUGH_FRAMES=228]=`FACER_NOT_ENOUGH_FRAMES`,e[e.FACER_OUTPUT_IS_NOT_DEFINED=229]=`FACER_OUTPUT_IS_NOT_DEFINED`,e[e.FACER_CLOSED_EYES_DETECTED=230]=`FACER_CLOSED_EYES_DETECTED`,e[e.FACER_LOW_QUALITY=231]=`FACER_LOW_QUALITY`,e[e.FACER_HIGH_ASYMMETRY=232]=`FACER_HIGH_ASYMMETRY`,e[e.FACER_FACE_OVER_EMOTIONAL=233]=`FACER_FACE_OVER_EMOTIONAL`,e[e.FACER_SUNGLASSES_DETECTED=234]=`FACER_SUNGLASSES_DETECTED`,e[e.FACER_SMALL_AGE=235]=`FACER_SMALL_AGE`,e[e.FACER_HEADDRESS_DETECTED=236]=`FACER_HEADDRESS_DETECTED`,e[e.FACER_FACES_NOT_MATCHED=237]=`FACER_FACES_NOT_MATCHED`,e[e.FACER_IMAGES_COUNT_LIMIT_EXCEEDED=238]=`FACER_IMAGES_COUNT_LIMIT_EXCEEDED`,e[e.FACER_MEDICINE_MASK_DETECTED=239]=`FACER_MEDICINE_MASK_DETECTED`,e[e.FACER_OCCLUSION_DETECTED=240]=`FACER_OCCLUSION_DETECTED`,e[e.FACER_FOREHEAD_GLASSES_DETECTED=242]=`FACER_FOREHEAD_GLASSES_DETECTED`,e[e.FACER_MOUTH_OPENED=243]=`FACER_MOUTH_OPENED`,e[e.FACER_ART_MASK_DETECTED=244]=`FACER_ART_MASK_DETECTED`,e[e.FACER_ELECTRONIC_DEVICE_DETECTED=245]=`FACER_ELECTRONIC_DEVICE_DETECTED`,e[e.FACER_TRACK_BREAK=246]=`FACER_TRACK_BREAK`,e[e.FACER_WRONG_GEO=247]=`FACER_WRONG_GEO`,e[e.FACER_WRONG_OF=248]=`FACER_WRONG_OF`,e[e.FACER_WRONG_VIEW=249]=`FACER_WRONG_VIEW`,e[e.FACER_TIMEOUT_LIVENESS_TRANSACTION=250]=`FACER_TIMEOUT_LIVENESS_TRANSACTION`,e[e.FACER_FAILED_LIVENESS_TRANSACTION=251]=`FACER_FAILED_LIVENESS_TRANSACTION`,e[e.FACER_ABORTED_LIVENESS_TRANSACTION=252]=`FACER_ABORTED_LIVENESS_TRANSACTION`,e[e.FACER_GENERAL_ERROR=253]=`FACER_GENERAL_ERROR`,e[e.FACER_PASSIVE_LIVENESS_FAIL=254]=`FACER_PASSIVE_LIVENESS_FAIL`,e))(KL||{}),qL=(e=>(e.IN=`in`,e.NOT_IN=`nin`,e))(qL||{}),JL=(e=>(e[e.DOCUMENT_PRINTED=1]=`DOCUMENT_PRINTED`,e[e.DOCUMENT_RFID=2]=`DOCUMENT_RFID`,e[e.LIVE=3]=`LIVE`,e[e.DOCUMENT_WITH_LIVE=4]=`DOCUMENT_WITH_LIVE`,e[e.EXTERNAL=5]=`EXTERNAL`,e[e.GHOST=6]=`GHOST`,e[e.BARCODE=7]=`BARCODE`,e))(JL||{}),YL=(e=>(e[e.ACTIVE=0]=`ACTIVE`,e[e.PASSIVE=1]=`PASSIVE`,e))(YL||{}),XL=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,ZL=typeof Uint8Array>`u`?[]:new Uint8Array(256),QL=0;QL<XL.length;QL++)ZL[XL.charCodeAt(QL)]=QL;q.addResourceBundle(`ru-RU`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Фон`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`en-US`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`lv-LV`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fons`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`de-DE`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Hintergrund`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`pl-PL`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Tło`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`it-IT`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hu-HU`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`zh-Hans`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`背景`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`zh-Hant`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`背景`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`sk-SK`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`uk-UA`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`fr-FR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fond d'impression`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`es-ES`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fondo`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`pt-PT`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fundo`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ar-AE`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`الخلفية`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`nl-NL`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`id-ID`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`vi-VN`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ko-KR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ms-MY`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ro-RO`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`el-GR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`tr-TR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Arkaplan`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ja-JP`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`cs-CZ`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`th-TH`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hi-IN`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`bn-BD`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`he-IL`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`fi-FI`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`sv-SE`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`da-DK`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hr-HR`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`no-NO`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Background`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`uz-Latn`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Fon`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`hy-AM`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Ետնապատկեր`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ky-KG`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Фон`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`ku-Arab`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`پاشبنەما`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`}),q.addResourceBundle(`tg-TJ`,`e2ea936c7cbc30425eb1709a6b48d307`,{FACE_QUALITY:`Face image quality`,IMAGE_CHARACTERISTICS:`Image characteristics`,BACKGROUND:`Замина`,HEAD_SIZE_AND_POSITIONS:`Head size and position`,SHADOWS_AND_LIGHTNING:`Shadows and lightning`,EYES_CHARACTERISTICS:`Eyes characteristics`,HEAD_OCCLUSION:`Head occlusion`,POSE_AND_EXPRESSION:`Pose and expression`});var $L=()=>Pk(`e2ea936c7cbc30425eb1709a6b48d307`),eR=e=>q.t(e,{ns:`e2ea936c7cbc30425eb1709a6b48d307`}),tR=e=>{let t=String(e||``).trim();switch(t){case HL.FACE_QUALITY:return eR(`FACE_QUALITY`);case HL.IMAGE_CHARACTERISTICS:return eR(`IMAGE_CHARACTERISTICS`);case HL.BACKGROUND:return eR(`BACKGROUND`);case HL.HEAD_SIZE_AND_POSITIONS:return eR(`HEAD_SIZE_AND_POSITIONS`);case HL.SHADOWS_AND_LIGHTNING:return eR(`SHADOWS_AND_LIGHTNING`);case HL.EYES_CHARACTERISTICS:return eR(`EYES_CHARACTERISTICS`);case HL.HEAD_OCCLUSION:return eR(`HEAD_OCCLUSION`);case HL.POSE_AND_EXPRESSION:return eR(`POSE_AND_EXPRESSION`);default:return t}},nR=({children:e})=>($L(),(0,d.jsx)(d.Fragment,{children:tR(e)}));q.addResourceBundle(`ru-RU`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`en-US`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`lv-LV`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`de-DE`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`pl-PL`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`it-IT`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hu-HU`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`zh-Hans`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`zh-Hant`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`影像寬度`,IMAGE_HEIGHT:`影像高度`,IMAGE_WIDTH_TO_HEIGHT:`影像寬高比`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`藝術臉`,PADDING_RATIO:`填充率`,FACE_MID_POINT_HORIZONTAL_POSITION:`面部中點水准位置`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`sk-SK`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`uk-UA`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`fr-FR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`es-ES`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`pt-PT`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ar-AE`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`nl-NL`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`id-ID`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`vi-VN`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ko-KR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ms-MY`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ro-RO`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`el-GR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`tr-TR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ja-JP`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`cs-CZ`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`th-TH`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hi-IN`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`bn-BD`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`he-IL`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`fi-FI`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`sv-SE`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`da-DK`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hr-HR`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`no-NO`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`uz-Latn`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`hy-AM`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ky-KG`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`ku-Arab`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`}),q.addResourceBundle(`tg-TJ`,`a62078b0db0988fa2d48c6e38c6e3802`,{IMAGE_WIDTH:`Image width`,IMAGE_HEIGHT:`Image height`,IMAGE_WIDTH_TO_HEIGHT:`Image width to height`,IMAGE_CHANNELS_NUMBER:`Image channels number`,ART_FACE:`Art face`,PADDING_RATIO:`Padding ratio`,FACE_MID_POINT_HORIZONTAL_POSITION:`Face mid point horizontal position`,FACE_MID_POINT_VERTICAL_POSITION:`Face mid point vertical position`,HEAD_WIDTH_RATIO:`Head width ratio`,HEAD_HEIGHT_RATIO:`Head height ratio`,EYES_DISTANCE:`Eyes distance`,YAW:`Yaw`,PITCH:`Pitch`,ROLL:`Roll`,BLUR_LEVEL:`Blur level`,NOISE_LEVEL:`Noise level`,UNNATURAL_SKIN_TONE:`Unnatural skin tone`,FACE_DYNAMIC_RANGE:`Face dynamic range`,EYE_RIGHT_CLOSED:`Right eye closed`,EYE_LEFT_CLOSED:`Left eye closed`,EYE_RIGHT_OCCLUDED:`Right eye occluded`,EYE_LEFT_OCCLUDED:`Left eye occluded`,EYES_RED:`Red eyes`,EYE_LEFT_COVERED_WITH_HAIR:`Left eye covered with hair`,EYE_RIGHT_COVERED_WITH_HAIR:`Right eye covered with hair`,OFF_GAZE:`Off gaze`,TOO_DARK:`Too dark`,TOO_LIGHT:`Too light`,FACE_GLARE:`Face glare`,SHADOWS_ON_FACE:`Shadows on face`,SHOULDERS_POSE:`Shoulders pose`,EXPRESSION_LEVEL:`Expression level`,MOUTH_OPEN:`Mouth open`,SMILE:`Smile`,DARK_GLASSES:`Dark glasses`,REFLECTION_ON_GLASSES:`Reflection on glasses`,FRAMES_TOO_HEAVY:`Frames too heavy`,FACE_OCCLUDED:`Face occluded`,HEAD_COVERING:`Head covering`,FOREHEAD_COVERING:`Forehead covering`,STRONG_MAKEUP:`Strong makeup`,HEADPHONES:`Headphones`,BACKGROUND_UNIFORMITY:`Background uniformity`,SHADOWS_ON_BACKGROUND:`Shadows on background`,OTHER_FACES:`Other faces`,BACKGROUND_COLOR_MATCH:`Background color match`});var rR=()=>Pk(`a62078b0db0988fa2d48c6e38c6e3802`),iR=e=>q.t(e,{ns:`a62078b0db0988fa2d48c6e38c6e3802`}),aR=e=>{let t=String(e||``).trim();switch(t){case WL.IMAGE_WIDTH:return iR(`IMAGE_WIDTH`);case WL.IMAGE_HEIGHT:return iR(`IMAGE_HEIGHT`);case WL.IMAGE_WIDTH_TO_HEIGHT:return iR(`IMAGE_WIDTH_TO_HEIGHT`);case WL.IMAGE_CHANNELS_NUMBER:return iR(`IMAGE_CHANNELS_NUMBER`);case WL.ART_FACE:return iR(`ART_FACE`);case WL.PADDING_RATIO:return iR(`PADDING_RATIO`);case WL.FACE_MID_POINT_HORIZONTAL_POSITION:return iR(`FACE_MID_POINT_HORIZONTAL_POSITION`);case WL.FACE_MID_POINT_VERTICAL_POSITION:return iR(`FACE_MID_POINT_VERTICAL_POSITION`);case WL.HEAD_WIDTH_RATIO:return iR(`HEAD_WIDTH_RATIO`);case WL.HEAD_HEIGHT_RATIO:return iR(`HEAD_HEIGHT_RATIO`);case WL.EYES_DISTANCE:return iR(`EYES_DISTANCE`);case WL.YAW:return iR(`YAW`);case WL.PITCH:return iR(`PITCH`);case WL.ROLL:return iR(`ROLL`);case WL.BLUR_LEVEL:return iR(`BLUR_LEVEL`);case WL.NOISE_LEVEL:return iR(`NOISE_LEVEL`);case WL.UNNATURAL_SKIN_TONE:return iR(`UNNATURAL_SKIN_TONE`);case WL.FACE_DYNAMIC_RANGE:return iR(`FACE_DYNAMIC_RANGE`);case WL.EYE_RIGHT_CLOSED:return iR(`EYE_RIGHT_CLOSED`);case WL.EYE_LEFT_CLOSED:return iR(`EYE_LEFT_CLOSED`);case WL.EYE_RIGHT_OCCLUDED:return iR(`EYE_RIGHT_OCCLUDED`);case WL.EYE_LEFT_OCCLUDED:return iR(`EYE_LEFT_OCCLUDED`);case WL.EYES_RED:return iR(`EYES_RED`);case WL.EYE_LEFT_COVERED_WITH_HAIR:return iR(`EYE_LEFT_COVERED_WITH_HAIR`);case WL.EYE_RIGHT_COVERED_WITH_HAIR:return iR(`EYE_RIGHT_COVERED_WITH_HAIR`);case WL.OFF_GAZE:return iR(`OFF_GAZE`);case WL.TOO_DARK:return iR(`TOO_DARK`);case WL.TOO_LIGHT:return iR(`TOO_LIGHT`);case WL.FACE_GLARE:return iR(`FACE_GLARE`);case WL.SHADOWS_ON_FACE:return iR(`SHADOWS_ON_FACE`);case WL.SHOULDERS_POSE:return iR(`SHOULDERS_POSE`);case WL.EXPRESSION_LEVEL:return iR(`EXPRESSION_LEVEL`);case WL.MOUTH_OPEN:return iR(`MOUTH_OPEN`);case WL.SMILE:return iR(`SMILE`);case WL.DARK_GLASSES:return iR(`DARK_GLASSES`);case WL.REFLECTION_ON_GLASSES:return iR(`REFLECTION_ON_GLASSES`);case WL.FRAMES_TOO_HEAVY:return iR(`FRAMES_TOO_HEAVY`);case WL.FACE_OCCLUDED:return iR(`FACE_OCCLUDED`);case WL.HEAD_COVERING:return iR(`HEAD_COVERING`);case WL.FOREHEAD_COVERING:return iR(`FOREHEAD_COVERING`);case WL.STRONG_MAKEUP:return iR(`STRONG_MAKEUP`);case WL.HEADPHONES:return iR(`HEADPHONES`);case WL.BACKGROUND_UNIFORMITY:return iR(`BACKGROUND_UNIFORMITY`);case WL.SHADOWS_ON_BACKGROUND:return iR(`SHADOWS_ON_BACKGROUND`);case WL.OTHER_FACES:return iR(`OTHER_FACES`);case WL.BACKGROUND_COLOR_MATCH:return iR(`BACKGROUND_COLOR_MATCH`);default:return t}},oR=({children:e})=>(rR(),(0,d.jsx)(d.Fragment,{children:aR(e)})),$=()=>(0,d.jsx)(d.Fragment,{});$.AuthenticityLabel=nN,$.getAuthenticityLabel=tN,$.CheckDiagnose=aN,$.getCheckDiagnose=iN,$.CheckResultVerification=lN,$.getCheckResultVerification=cN,$.GraphicFieldType=pN,$.getGraphicFieldType=fN,$.ImageQualityCheckTypeLabel=_N,$.getImageQualityCheckTypeLabel=gN,$.LightsLabel=TN,$.getLightsLabel=wN,$.OpticalStatusField=kN,$.getOpticalStatusField=ON,$.RfidCertificateType=NN,$.getRfidCertificateType=MN,$.RfidDataFileType=IN,$.getRfidDataFileType=FN,$.SecurityFeatureTypeLabel=BN,$.getSecurityFeatureTypeLabel=zN,$.Sex=xN,$.getSex=bN,$.Source=WN,$.getSource=UN,$.PortraitComparisonSource=QN,$.getPortraitComparisonSource=ZN,$.SourceDescription=JN,$.getSourceDescription=qN,$.VisualFieldType=tP,$.getVisualFieldType=eP,$.LCID=iP,$.getLCID=rP,$.IRVisibilityStatus=cP,$.getIRVisibilityStatus=sP,$.AuthenticityTextCheckReference=fP,$.getAuthenticityTextCheckReference=dP,$.GroupDescription=gP,$.getGroupDescription=hP,$.RfidApplicationType=bP,$.getRfidApplicationType=yP,$.RfidApplicationDescription=wP,$.getRfidApplicationDescription=CP,$.FaceImageQualityLabel=nR,$.getFaceImageQualityLabel=tR,$.FaceImageQualityCheckLabel=oR,$.getFaceImageQualityCheckLabel=aR;var sR=(e,t)=>{let{o:n,i:r,u:i}=e,a=n,o,s=(e,t)=>{let n=a,s=e,c=t||(r?!r(n,s):n!==s);return(c||i)&&(a=s,o=n),[a,c,o]};return[t?e=>s(t(a,o),e):s,e=>[a,!!e,o]]},cR=typeof window<`u`&&typeof HTMLElement<`u`&&window.document?window:{},lR=Math.max,uR=Math.min,dR=Math.round,fR=Math.abs,pR=Math.sign,mR=cR.cancelAnimationFrame,hR=cR.requestAnimationFrame,gR=cR.setTimeout,_R=cR.clearTimeout,vR=e=>cR[e]===void 0?void 0:cR[e],yR=vR(`MutationObserver`),bR=vR(`IntersectionObserver`),xR=vR(`ResizeObserver`),SR=vR(`ScrollTimeline`),CR=e=>e===void 0,wR=e=>e===null,TR=e=>typeof e==`number`,ER=e=>typeof e==`string`,DR=e=>typeof e==`boolean`,OR=e=>typeof e==`function`,kR=e=>Array.isArray(e),AR=e=>typeof e==`object`&&!kR(e)&&!wR(e),jR=e=>{let t=!!e&&e.length,n=TR(t)&&t>-1&&t%1==0;return kR(e)||!OR(e)&&n?t>0&&AR(e)?t-1 in e:!0:!1},MR=e=>!!e&&e.constructor===Object,NR=e=>e instanceof HTMLElement,PR=e=>e instanceof Element;function FR(e,t){if(jR(e))for(let n=0;n<e.length&&t(e[n],n,e)!==!1;n++);else e&&FR(Object.keys(e),(n=>t(e[n],n,e)));return e}var IR=(e,t)=>e.indexOf(t)>=0,LR=(e,t)=>e.concat(t),RR=(e,t,n)=>(!ER(t)&&jR(t)?Array.prototype.push.apply(e,t):e.push(t),e),zR=e=>Array.from(e||[]),BR=e=>kR(e)?e:!ER(e)&&jR(e)?zR(e):[e],VR=e=>!!e&&!e.length,HR=e=>zR(new Set(e)),UR=(e,t,n)=>{FR(e,e=>e?e.apply(void 0,t||[]):!0),n||(e.length=0)},WR=`paddingTop`,GR=`paddingRight`,KR=`paddingLeft`,qR=`paddingBottom`,JR=`marginLeft`,YR=`marginRight`,XR=`marginBottom`,ZR=`overflowX`,QR=`overflowY`,$R=`width`,ez=`height`,tz=`visible`,nz=`hidden`,rz=`scroll`,iz=e=>{let t=String(e||``);return t?t[0].toUpperCase()+t.slice(1):``},az=(e,t,n,r)=>{if(e&&t){let r=!0;return FR(n,(n=>{e[n]!==t[n]&&(r=!1)})),r}return!1},oz=(e,t)=>az(e,t,[`w`,`h`]),sz=(e,t)=>az(e,t,[`x`,`y`]),cz=(e,t)=>az(e,t,[`t`,`r`,`b`,`l`]),lz=(e,...t)=>e.bind(0,...t),uz=e=>{let t,n=e?gR:hR,r=e?_R:mR;return[i=>{r(t),t=n((()=>i()),OR(e)?e():e)},()=>r(t)]},dz=e=>{let t=OR(e)?e():e;if(TR(t)){let e=t?gR:hR,n=t?_R:mR;return r=>{let i=e((()=>r()),t);return()=>{n(i)}}}return t&&t._},fz=(e,t)=>{let{p:n,v:r,S:i,m:a}=t||{},o,s,c,l,u=function(t){s&&s(),o&&o(),l=s=o=c=void 0,e.apply(this,t)},d=e=>a&&c?a(c,e):e,f=()=>{s&&c&&u(d(c)||c)},p=function(){let e=zR(arguments),t=dz(n);if(t){let n=typeof i==`function`?i():i,a=dz(r),p=d(e)||e,m=u.bind(0,p);s&&s(),n&&!l?(m(),l=!0,s=t((()=>l=void 0))):(s=t(m),a&&!o&&(o=a(f))),c=p}else u(e)};return p.O=f,p},pz=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),mz=e=>e?Object.keys(e):[],hz=(e,t,n,r,i,a,o)=>{let s=[t,n,r,i,a,o];return(typeof e!=`object`||wR(e))&&!OR(e)&&(e={}),FR(s,(t=>{FR(t,((n,r)=>{let i=t[r];if(e===i)return!0;let a=kR(i);if(i&&MR(i)){let t=e[r],n=t;a&&!kR(t)?n=[]:!a&&!MR(t)&&(n={}),e[r]=hz(n,i)}else e[r]=a?i.slice():i}))})),e},gz=(e,t)=>FR(hz({},e),((e,t,n)=>{e===void 0?delete n[t]:e&&MR(e)&&(n[t]=gz(e))})),_z=e=>!mz(e).length,vz=()=>{},yz=(e,t,n)=>lR(e,uR(t,n)),bz=e=>HR((kR(e)?e:(e||``).split(` `)).filter((e=>e))),xz=(e,t)=>e&&e.getAttribute(t),Sz=(e,t)=>e&&e.hasAttribute(t),Cz=(e,t,n)=>{FR(bz(t),(t=>{e&&e.setAttribute(t,String(n||``))}))},wz=(e,t)=>{FR(bz(t),(t=>e&&e.removeAttribute(t)))},Tz=(e,t)=>{let n=bz(xz(e,t)),r=lz(Cz,e,t),i=(e,t)=>{let r=new Set(n);return FR(bz(e),(e=>{r[t](e)})),zR(r).join(` `)};return{C:e=>r(i(e,`delete`)),$:e=>r(i(e,`add`)),H:e=>{let t=bz(e);return t.reduce(((e,t)=>e&&n.includes(t)),t.length>0)}}},Ez=(e,t,n)=>(Tz(e,t).C(n),lz(Dz,e,t,n)),Dz=(e,t,n)=>(Tz(e,t).$(n),lz(Ez,e,t,n)),Oz=(e,t,n,r)=>(r?Dz:Ez)(e,t,n),kz=(e,t,n)=>Tz(e,t).H(n),Az=e=>Tz(e,`class`),jz=(e,t)=>{Az(e).C(t)},Mz=(e,t)=>(Az(e).$(t),lz(jz,e,t)),Nz=(e,t)=>{let n=t?PR(t)&&t:document;return n?zR(n.querySelectorAll(e)):[]},Pz=(e,t)=>{let n=t?PR(t)&&t:document;return n&&n.querySelector(e)},Fz=(e,t)=>PR(e)&&e.matches(t),Iz=e=>Fz(e,`body`),Lz=e=>e?zR(e.childNodes):[],Rz=e=>e&&e.parentElement,zz=(e,t)=>PR(e)&&e.closest(t),Bz=e=>document.activeElement,Vz=(e,t,n)=>{let r=zz(e,t),i=e&&Pz(n,r),a=zz(i,t)===r;return r&&i?r===e||i===e||a&&zz(zz(e,n),t)!==r:!1},Hz=e=>{FR(BR(e),(e=>{let t=Rz(e);e&&t&&t.removeChild(e)}))},Uz=(e,t)=>lz(Hz,e&&t&&FR(BR(t),(t=>{t&&e.appendChild(t)}))),Wz,Gz=()=>Wz,Kz=e=>{Wz=e},qz=e=>{let t=document.createElement(`div`);return Cz(t,`class`,e),t},Jz=e=>{let t=qz(),n=Gz(),r=e.trim();return t.innerHTML=n?n.createHTML(r):r,FR(Lz(t),(e=>Hz(e)))},Yz=(e,t)=>e.getPropertyValue(t)||e[t]||``,Xz=e=>{let t=e||0;return isFinite(t)?t:0},Zz=e=>Xz(parseFloat(e||``)),Qz=e=>Math.round(e*1e4)/1e4,$z=e=>`${Qz(Xz(e))}px`;function eB(e,t){e&&t&&FR(t,((t,n)=>{try{let r=e.style,i=wR(t)||DR(t)?``:TR(t)?$z(t):t;n.indexOf(`--`)===0?r.setProperty(n,i):r[n]=i}catch{}}))}function tB(e,t,n){let r=ER(t),i=r?``:{};if(e){let a=cR.getComputedStyle(e,n)||e.style;i=r?Yz(a,t):zR(t).reduce(((e,t)=>(e[t]=Yz(a,t),e)),i)}return i}var nB=(e,t,n)=>{let r=t?`${t}-`:``,i=n?`-${n}`:``,a=`${r}top${i}`,o=`${r}right${i}`,s=`${r}bottom${i}`,c=`${r}left${i}`,l=tB(e,[a,o,s,c]);return{t:Zz(l[a]),r:Zz(l[o]),b:Zz(l[s]),l:Zz(l[c])}},rB=(e,t)=>`translate${AR(e)?`(${e.x},${e.y})`:`${t?`X`:`Y`}(${e})`}`,iB=e=>!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length),aB={w:0,h:0},oB=(e,t)=>t?{w:t[`${e}Width`],h:t[`${e}Height`]}:aB,sB=e=>oB(`inner`,e||cR),cB=lz(oB,`offset`),lB=lz(oB,`client`),uB=lz(oB,`scroll`),dB=e=>{let t=parseFloat(tB(e,$R))||0,n=parseFloat(tB(e,ez))||0;return{w:t-dR(t),h:n-dR(n)}},fB=e=>e.getBoundingClientRect(),pB=e=>!!e&&iB(e),mB=e=>!!(e&&(e[ez]||e[$R])),hB=(e,t)=>{let n=mB(e);return!mB(t)&&n},gB=(e,t,n,r)=>{FR(bz(t),(t=>{e&&e.removeEventListener(t,n,r)}))},_B=(e,t,n,r)=>{let i=(r&&r.D)??!0,a=r&&r.I||!1,o=r&&r.A||!1,s={passive:i,capture:a};return lz(UR,bz(t).map((t=>{let r=o?i=>{gB(e,t,r,a),n&&n(i)}:n;return e&&e.addEventListener(t,r,s),lz(gB,e,t,r,a)})))},vB=e=>e.stopPropagation(),yB=e=>e.preventDefault(),bB=e=>vB(e)||yB(e),xB=(e,t)=>{let{x:n,y:r}=TR(t)?{x:t,y:t}:t||{};TR(n)&&(e.scrollLeft=n),TR(r)&&(e.scrollTop=r)},SB=e=>({x:e.scrollLeft,y:e.scrollTop}),CB=()=>({T:{x:0,y:0},k:{x:0,y:0}}),wB=(e,t)=>{let{T:n,k:r}=e,{w:i,h:a}=t,o=(e,t,n)=>{let r=pR(e)*n,i=pR(t)*n;if(r===i){let n=fR(e),a=fR(t);i=n>a?0:i,r=n<a?0:r}return r=r===i?0:r,[r+0,i+0]},[s,c]=o(n.x,r.x,i),[l,u]=o(n.y,r.y,a);return{T:{x:s,y:l},k:{x:c,y:u}}},TB=({T:e,k:t})=>{let n=(e,t)=>e===0&&e<=t;return{x:n(e.x,t.x),y:n(e.y,t.y)}},EB=({T:e,k:t},n)=>{let r=(e,t,n)=>yz(0,1,(e-n)/(e-t)||0);return{x:r(e.x,t.x,n.x),y:r(e.y,t.y,n.y)}},DB=e=>{e&&e.focus&&e.focus({preventScroll:!0,focusVisible:!1})},OB=(e,t)=>{FR(BR(t),e)},kB=e=>{let t=new Map,n=(e,n)=>{if(e){let r=t.get(e);OB((e=>{r&&r[e?`delete`:`clear`](e)}),n)}else t.forEach((e=>{e.clear()})),t.clear()},r=(e,i)=>{if(ER(e)){let r=t.get(e)||new Set;return t.set(e,r),OB((e=>{OR(e)&&r.add(e)}),i),lz(n,e,i)}DR(i)&&i&&n();let a=mz(e),o=[];return FR(a,(t=>{let n=e[t];n&&RR(o,r(t,n))})),lz(UR,o)};return r(e||{}),[r,n,(e,n)=>{FR(zR(t.get(e)),(e=>{n&&!VR(n)?e.apply(0,n):e()}))}]},AB={},jB={},MB=e=>{FR(e,(e=>FR(e,((t,n)=>{AB[n]=e[n]}))))},NB=(e,t,n)=>mz(e).map((r=>{let{static:i,instance:a}=e[r],[o,s,c]=n||[],l=n?a:i;if(l){let e=n?l(o,s,t):l(t);return(c||jB)[r]=e}})),PB=(e,t)=>e[t],FB=e=>PB(jB,e),IB=`__osOptionsValidationPlugin`,LB=`data-overlayscrollbars`,RB=`os-environment`,zB=`${RB}-scrollbar-hidden`,BB=`${LB}-initialize`,VB=`noClipping`,HB=`${LB}-body`,UB=LB,WB=`host`,GB=`${LB}-viewport`,KB=ZR,qB=QR,JB=`arrange`,YB=`measuring`,XB=`scrolling`,ZB=`scrollbarHidden`,QB=`noContent`,$B=`${LB}-padding`,eV=`${LB}-content`,tV=`os-size-observer`,nV=`${tV}-appear`,rV=`${tV}-listener`;`${rV}`,`${rV}`;var iV=`os-trinsic-observer`,aV=`os-theme-none`,oV=`os-scrollbar`,sV=`${oV}-rtl`,cV=`${oV}-horizontal`,lV=`${oV}-vertical`,uV=`${oV}-track`,dV=`${oV}-handle`,fV=`${oV}-visible`,pV=`${oV}-cornerless`,mV=`${oV}-interaction`,hV=`${oV}-unusable`,gV=`${oV}-auto-hide`,_V=`${gV}-hidden`,vV=`${oV}-wheel`,yV=`${uV}-interactive`,bV=`${dV}-interactive`,xV=`__osSizeObserverPlugin`,SV=(e,t)=>{let{M:n}=t,[r,i]=e(`showNativeOverlaidScrollbars`);return[r&&n.x&&n.y,i]},CV=e=>e.indexOf(tz)===0,wV=e=>e.replace(`${tz}-`,``),TV=(e,t)=>{if(e===`auto`)return t?rz:nz;let n=e||nz;return[nz,rz,tz].includes(n)?n:nz},EV=(e,t)=>{let{overflowX:n,overflowY:r}=tB(e,[ZR,QR]);return{x:TV(n,t.x),y:TV(r,t.y)}},DV=`__osScrollbarsHidingPlugin`,OV=`__osClickScrollPlugin`,kV=e=>JSON.stringify(e,((e,t)=>{if(OR(t))throw 0;return t})),AV=(e,t)=>e?`${t}`.split(`.`).reduce(((e,t)=>e&&pz(e,t)?e[t]:void 0),e):void 0,jV=[0,33],MV=[33,99],NV=[222,666,!0],PV={paddingAbsolute:!1,showNativeOverlaidScrollbars:!1,update:{elementEvents:[[`img`,`load`]],debounce:{mutation:jV,resize:null,event:MV,env:NV},attributes:null,ignoreMutation:null,flowDirectionStyles:null},overflow:{x:`scroll`,y:`scroll`},scrollbars:{theme:`os-theme-dark`,visibility:`auto`,autoHide:`never`,autoHideDelay:1300,autoHideSuspend:!1,dragScroll:!0,clickScroll:!1,pointers:[`mouse`,`touch`,`pen`]}},FV=(e,t)=>{let n={};return FR(LR(mz(t),mz(e)),(r=>{let i=e[r],a=t[r];if(AR(i)&&AR(a))hz(n[r]={},FV(i,a)),_z(n[r])&&delete n[r];else if(pz(t,r)&&a!==i){let e=!0;if(kR(i)||kR(a))try{kV(i)===kV(a)&&(e=!1)}catch{}e&&(n[r]=a)}})),n},IV=(e,t,n)=>r=>[AV(e,r),n||AV(t,r)!==void 0],LV,RV=()=>LV,zV=e=>{LV=e},BV,VV=()=>{let e=(e,t,n)=>{Uz(document.body,e),Uz(document.body,e);let r=lB(e),i=cB(e),a=dB(t);return n&&Hz(e),{x:i.h-r.h+a.h,y:i.w-r.w+a.w}},t=e=>{let t=!1,n=Mz(e,zB);try{t=tB(e,`scrollbar-width`)===`none`||tB(e,`display`,`::-webkit-scrollbar`)===`none`}catch{}return n(),t},n=Jz(`<div class="${RB}"><div></div><style>${`.${RB}{scroll-behavior:auto!important;position:fixed;opacity:0;visibility:hidden;overflow:scroll;height:200px;width:200px;z-index:-1}.${RB} div{width:200%;height:200%;margin:10px 0}.${zB}{scrollbar-width:none!important}.${zB}::-webkit-scrollbar,.${zB}::-webkit-scrollbar-corner{appearance:none!important;display:none!important;width:0!important;height:0!important}`}</style></div>`)[0],r=n.firstChild,i=n.lastChild,a=RV();a&&(i.nonce=a);let[o,,s]=kB(),[c,l]=sR({o:e(n,r),i:sz},lz(e,n,r,!0)),[u]=l(),d=t(n),f={x:u.x===0,y:u.y===0},p={elements:{host:null,padding:!d,viewport:e=>d&&Iz(e)&&e,content:!1},scrollbars:{slot:!0},cancel:{nativeScrollbarsOverlaid:!1,body:null}},m=hz({},PV),h=lz(hz,{},m),g=lz(hz,{},p),_={U:u,M:f,P:d,J:!!SR,G:lz(o,`r`),K:g,Z:e=>hz(p,e)&&g(),tt:h,nt:e=>hz(m,e)&&h(),ot:hz({},p),st:hz({},m)};if(wz(n,`style`),Hz(n),_B(cR,`resize`,(()=>{s(`r`,[])})),OR(cR.matchMedia)&&!d&&(!f.x||!f.y)){let e=t=>{_B(cR.matchMedia(`(resolution: ${cR.devicePixelRatio}dppx)`),`change`,(()=>{t(),e(t)}),{A:!0})};e((()=>{let[e,t]=c();hz(_.U,e),s(`r`,[t])}))}return _},HV=()=>(BV||=VV(),BV),UV=(e,t,n)=>{let r=!1,i=n?new WeakMap:!1,a=()=>{r=!0},o=a=>{i&&n&&FR(n.map((t=>{let[n,r]=t||[];return[r&&n?(a||Nz)(n,e):[],r]})),(n=>FR(n[0],(a=>{let o=n[1],s=i.get(a)||[];if(e.contains(a)&&o){let e=_B(a,o,(n=>{r?(e(),i.delete(a)):t(n)}));i.set(a,RR(s,e))}else UR(s),i.delete(a)}))))};return o(),[a,o]},WV=(e,t,n,r)=>{let i=!1,{et:a,ct:o,rt:s,it:c,lt:l,ut:u}=r||{},[d,f]=UV(e,(()=>i&&n(!0)),s),p=a||[],m=o||[],h=LR(p,m),g=(i,a)=>{if(!VR(a)){let o=l||vz,s=u||vz,d=[],p=[],h=!1,g=!1;if(FR(a,(n=>{let{attributeName:i,target:a,type:l,oldValue:u,addedNodes:f,removedNodes:_}=n,v=l===`attributes`,y=l===`childList`,b=e===a,x=v&&i,S=x&&xz(a,i||``),C=ER(S)?S:null,w=x&&u!==C,T=IR(m,i)&&w;if(t&&(y||!b)){let t=v&&w,l=t&&c&&Fz(a,c),p=(l?!o(a,i,u,C):!v||t)&&!s(n,!!l,e,r);FR(f,(e=>RR(d,e))),FR(_,(e=>RR(d,e))),g||=p}!t&&b&&w&&!o(a,i,u,C)&&(RR(p,i),h||=T)})),f((e=>HR(d).reduce(((t,n)=>(RR(t,Nz(e,n)),Fz(n,e)?RR(t,n):t)),[]))),t)return!i&&g&&n(!1),[!1];if(!VR(p)||h){let e=[HR(p),h];return i||n.apply(0,e),e}}},_=new yR(lz(g,!1));return[()=>(_.observe(e,{attributes:!0,attributeOldValue:!0,attributeFilter:h,subtree:t,childList:t,characterData:t}),i=!0,()=>{i&&=(d(),_.disconnect(),!1)}),()=>{if(i)return g(!0,_.takeRecords())}]},GV=null,KV=(e,t,n)=>{let{ft:r}=n||{},i=FB(xV),[a]=sR({o:!1,u:!0});return()=>{let n=[],o=Jz(`<div class="${tV}"><div class="${rV}"></div></div>`)[0],s=o.firstChild,c=e=>{let n=kR(e)&&!VR(e),r=!1,i=!1;if(n){let t=e[0],[n,,o]=a(t.contentRect),s=mB(n);i=hB(n,o),r=!i&&!s}else i=e===!0;r||t({_t:!0,ft:i})};if(xR){if(!DR(GV)){let t=new xR(vz);t.observe(e,{get box(){GV=!0}}),GV||=!1,t.disconnect()}let t=fz(c,{p:0,v:0}),r=e=>t(e),i=new xR(r);if(i.observe(GV?e:s),RR(n,[()=>{i.disconnect()},!GV&&Uz(e,o)]),GV){let t=new xR(r);t.observe(e,{box:`border-box`}),RR(n,(()=>t.disconnect()))}}else if(i){let[t,a]=i(s,c,r);RR(n,LR([Mz(o,nV),_B(o,`animationstart`,t),Uz(e,o)],a))}else return vz;return lz(UR,n)}},qV=(e,t)=>{let n,r=e=>e.h===0||e.isIntersecting||e.intersectionRatio>0,i=qz(iV),[a]=sR({o:!1}),o=(e,n)=>{if(e){let i=a(r(e)),[,o]=i;return o&&!n&&t(i)&&[i]}},s=(e,t)=>o(t.pop(),e);return[()=>{let t=[];if(bR)n=new bR(lz(s,!1),{root:e}),n.observe(i),RR(t,(()=>{n.disconnect()}));else{let e=()=>{o(cB(i))};RR(t,KV(i,e)()),e()}return lz(UR,RR(t,Uz(e,i)))},()=>n&&s(!0,n.takeRecords())]},JV=(e,t,n,r)=>{let i,a,o,s,c,l,u,d,f=`[${UB}]`,p=`[${GB}]`,m=[`id`,`class`,`style`,`open`,`wrap`,`cols`,`rows`],{dt:h,vt:g,L:_,gt:v,ht:y,V:b,bt:x,yt:S,wt:C,St:w}=e,T=e=>tB(e,`direction`)===`rtl`,E=()=>{let e,t,n,i=fz(r,{p:()=>e,v:()=>t,S:()=>n,m(e,t){let[n]=e,[r]=t;return[LR(mz(n),mz(r)).reduce(((e,t)=>(e[t]=n[t]||r[t],e)),{})]}}),a=(r,a)=>{if(kR(a)){let[r,i,o]=a;e=r,t=i,n=o}else TR(a)?(e=a,t=!1,n=!1):(e=!1,t=!1,n=!1);i(r)};return a.O=i.O,a},ee={Ot:!1,B:T(h)},te=HV(),ne=FB(DV),[re]=sR({i:oz,o:{w:0,h:0}},(()=>{let r=ne&&ne.R(e,t,ee,te,n).Y,i=!(x&&b)&&kz(g,UB,VB),a=!b&&S(JB),o=a&&SB(v),s=o&&w(),c=C(YB,i),l=a&&r&&r(),u=uB(_),d=dB(_);return l&&l(),xB(v,o),s&&s(),i&&c(),{w:u.w+d.w,h:u.h+d.h}})),ie=E(),ae=e=>{let t=T(h);hz(e,{Ct:d!==t}),hz(ee,{B:t}),d=t},oe=(e,t)=>{let[n,i]=e,a={$t:i};return hz(ee,{Ot:n}),t||r(a),a},se=({_t:e,ft:t})=>{let n=t?r:ie,i={_t:e||t,ft:t};ae(i),n(i,a)},ce=(e,t)=>{let[,n]=re(),r={xt:n};return ae(r),n&&!t&&ie(r,e?o:i),r},le=(e,t,n)=>{let r={Ht:t};return ae(r),t&&!n&&ie(r,i),r},[ue,de]=y?qV(g,oe):[],fe=!b&&KV(g,se,{ft:!0}),[pe,me]=WV(g,!1,le,{ct:m,et:m}),he=b&&xR&&new xR((e=>{let t=e[e.length-1].contentRect;se({_t:!0,ft:hB(t,u)}),u=t}));return[()=>{he&&he.observe(g);let e=fe&&fe(),t=ue&&ue(),n=pe(),r=te.G((e=>{let[,t]=re();ie({Et:e,xt:t,_t:x},s)}));return()=>{he&&he.disconnect(),e&&e(),t&&t(),l&&l(),n(),r()}},({Dt:e,zt:t,It:n})=>{let r={},[u]=e(`update.ignoreMutation`),[d,h]=e(`update.attributes`),[g,v]=e(`update.elementEvents`),[x,S]=e(`update.debounce`),C=v||h,w=t||n,T=e=>OR(u)&&!!u(e);if(C){c&&c(),l&&l();let[e,t]=WV(y||_,!0,ce,{et:LR(m,d||[]),rt:g,it:f,ut:(e,t)=>{let{target:n,attributeName:r}=e;return(!t&&r&&!b?Vz(n,f,p):!1)||!!zz(n,`.${oV}`)||T(e)}});l=e(),c=t}if(S&&(ie.O(),kR(x)||TR(x)?(i=x,a=!1,o=MV,s=NV):MR(x)?(i=x.mutation,a=x.resize,o=x.event,s=x.env):(i=!1,a=!1,o=!1,s=!1)),w){let e=me(),t=de&&de(),n=c&&c();e&&hz(r,le(e[0],e[1],w)),t&&hz(r,oe(t[0],w)),n&&hz(r,ce(n[0],w))}return ae(r),r},ee]},YV=(e,t)=>OR(t)?t.apply(0,e):t,XV=(e,t,n,r)=>YV(e,CR(r)?n:r)||t.apply(0,e),ZV=(e,t,n,r)=>{let i=YV(e,CR(r)?n:r);return!!i&&(NR(i)?i:t.apply(0,e))},QV=(e,t)=>{let{nativeScrollbarsOverlaid:n,body:r}=t||{},{M:i,P:a,K:o}=HV(),{nativeScrollbarsOverlaid:s,body:c}=o().cancel,l=n??s,u=CR(r)?c:r,d=(i.x||i.y)&&l,f=e&&(wR(u)?!a:u);return!!d||!!f},$V=(e,t,n,r)=>{let{K:i}=HV(),{scrollbars:a}=i(),{slot:o}=a,{dt:s,vt:c,L:l,At:u,gt:d,bt:f,V:p}=t,{scrollbars:m}=u?{}:e,{slot:h}=m||{},g=[],_=[],v=[],y=ZV([s,c,l],(()=>p&&f?s:c),o,h),b=e=>{if(SR){let t=null,r=[],i=new SR({source:d,axis:e}),a=()=>{t&&t.cancel(),t=null};return{Mt:o=>{let{Tt:s}=n,c=TB(s)[e],l=e===`x`,u=[rB(0,l),rB(`calc(-100% + 100cq${l?`w`:`h`})`,l)],d=c?u:u.reverse();return r[0]===d[0]&&r[1]===d[1]?a:(r=d,a(),t=o.kt.animate({clear:[`left`],transform:d},{timeline:i}),a)}}}},x={x:b(`x`),y:b(`y`)},S=()=>{let{Rt:e,Vt:t}=n,r=(e,t)=>yz(0,1,e/(e+t)||0);return{x:r(t.x,e.x),y:r(t.y,e.y)}},C=(e,t,n)=>{let r=n?Mz:jz;FR(e,(e=>{r(e.Lt,t)}))},w=(e,t)=>{FR(e,(e=>{let[n,r]=t(e);eB(n,r)}))},T=(e,t,n)=>{let r=DR(n),i=r?n:!0,a=r?!n:!0;i&&C(_,e,t),a&&C(v,e,t)},E=()=>{let e=S(),t=e=>t=>[t.Lt,{"--os-viewport-percent":Qz(e)+``}];w(_,t(e.x)),w(v,t(e.y))},ee=()=>{if(!SR){let{Tt:e}=n,t=EB(e,SB(d)),r=e=>t=>[t.Lt,{"--os-scroll-percent":Qz(e)+``}];w(_,r(t.x)),w(v,r(t.y))}},te=()=>{let{Tt:e}=n,t=TB(e),r=e=>t=>[t.Lt,{"--os-scroll-direction":e?`0`:`1`}];w(_,r(t.x)),w(v,r(t.y)),SR&&(_.forEach(x.x.Mt),v.forEach(x.y.Mt))},ne=()=>{if(p&&!f){let{Rt:e,Tt:t}=n,r=TB(t),i=EB(t,SB(d)),a=t=>{let{Lt:n}=t,a=Rz(n)===l&&n,o=(e,t,n)=>{let r=t*e;return $z(n?r:-r)};return[a,a&&{transform:rB({x:o(i.x,e.x,r.x),y:o(i.y,e.y,r.y)})}]};w(_,a),w(v,a)}},re=e=>{let t=e?`x`:`y`,n=qz(`${oV} ${e?cV:lV}`),i=qz(uV),a=qz(dV),o={Lt:n,Pt:i,kt:a},s=x[t];return RR(e?_:v,o),RR(g,[Uz(n,i),Uz(i,a),lz(Hz,n),s&&s.Mt(o),r(o,T,e)]),o},ie=lz(re,!0),ae=lz(re,!1);return ie(),ae(),[{Ut:E,Nt:ee,qt:te,Bt:ne,Ft:T,jt:{Xt:_,Yt:ie,Wt:lz(w,_)},Jt:{Xt:v,Yt:ae,Wt:lz(w,v)}},()=>(Uz(y,_[0].Lt),Uz(y,v[0].Lt),lz(UR,g))]},eH=(e,t,n,r,i)=>(a,o,s)=>{let{vt:c,L:l,V:u,gt:d,Gt:f,St:p}=t,{Lt:m,Pt:h,kt:g}=a,[_,v]=uz(333),[y,b]=uz(444),x=e=>{OR(d.scrollBy)&&d.scrollBy({behavior:`smooth`,left:e.x,top:e.y})},S=()=>{let t=`pointerup pointercancel lostpointercapture`,i=`client${s?`X`:`Y`}`,a=s?$R:ez,o=s?`left`:`top`,c=s?`w`:`h`,l=s?`x`:`y`,u=[];return _B(h,`pointerdown`,r((r=>{let m=zz(r.target,`.${dV}`)===g,_=m?g:h,v=e.scrollbars,S=v[m?`dragScroll`:`clickScroll`],{button:C,isPrimary:w,pointerType:T}=r,{pointers:E}=v;if(C===0&&w&&S&&(E||[]).includes(T)){UR(u),b();let e=!m&&(r.shiftKey||S===`instant`),v=lz(fB,g),C=lz(fB,h),w=(e,t)=>(e||v())[o]-(t||C())[o],T=dR(fB(d)[a])/cB(d)[c]||1,E=SB(d)[l],ee=e=>{xB(d,{[l]:E+e})},te=e=>{let{Rt:t}=n,r=cB(h)[c]-cB(g)[c];ee(1/T*e/r*t[l])},ne=r[i],re=v(),ie=C(),ae=re[a],oe=w(re,ie)+ae/2,se=ne-ie[o]-oe,ce=m?0:se,le=e=>{UR(fe),_.releasePointerCapture(e.pointerId)},ue=m||e,de=p(),fe=[_B(f,t,le),_B(f,`selectstart`,(e=>yB(e)),{D:!1}),_B(h,t,le),ue&&_B(h,`pointermove`,(e=>te(ce+e[i]-ne))),ue&&(()=>{let e=SB(d);de();let t=SB(d),n={x:t.x-e.x,y:t.y-e.y};(fR(n.x)>3||fR(n.y)>3)&&(p(),xB(d,e),x(n),y(de))})];if(_.setPointerCapture(r.pointerId),e)te(se);else if(!m){let e=FB(OV);if(e){let{Vt:t}=n,r=e(ee,te,lz(w),se,t[l],S,!!s,(e=>{e?de():RR(fe,de)}));RR(fe,r),RR(u,lz(r,!0))}}}})))},C=!0;return lz(UR,[_B(g,`pointermove pointerleave`,r(i)),_B(m,`pointerenter`,r((()=>{o(mV,!0)}))),_B(m,`pointerleave pointercancel`,r((()=>{o(mV,!1)}))),_B(m,`wheel`,r((e=>{let{deltaX:t,deltaY:n,deltaMode:r}=e;C&&r===0&&Rz(m)===c&&x({x:t,y:n}),C=!1,o(vV,!0),_((()=>{C=!0,o(vV)})),yB(e)})),{D:!1,I:!0}),!u&&_B(m,`mousedown`,r((()=>{let e=Bz();(Sz(e,GB)||Sz(e,UB)||e===document.body)&&gR(lz(DB,l),25)}))),_B(m,`pointerdown`,(()=>{let e=_B(f,`click`,(e=>{t(),bB(e)}),{A:!0,I:!0,D:!1}),t=_B(f,`pointerup pointercancel`,(()=>{t(),setTimeout(e,150)}),{I:!0,D:!0})}),{I:!0,D:!0}),S(),v,b])},tH=(e,t,n,r,i,a,o)=>{let s,c,l,u,d,f=vz,p=0,m=[`mouse`,`pen`],h=e=>t=>{n.Kt||e(t)},g=e=>m.includes(e.pointerType),[_,v]=uz(),[y,b]=uz(100),[x,S]=uz(50),[C,w]=uz((()=>p)),[T,E]=$V(e,a,i,eH(t,a,i,h,(e=>g(e)&&le()))),{vt:ee,Qt:te,bt:ne}=a,{Ft:re,Ut:ie,Nt:ae,qt:oe,Bt:se}=T,ce=(e,t)=>{w();let r=e=>{n.Kt||re(_V,e)};if(e)r();else{let e=l?!s:!0;p>0&&!t?C(lz(r,e)):r(e)}},le=()=>{(l?!s:!u)&&(ce(!0),y((()=>{ce(!1)})))},ue=e=>{g(e)&&(s=!0,!n.Kt&&l&&ce(!0))},de=e=>{g(e)&&(s=!1,!n.Kt&&l&&ce(!1))},fe=e=>{re(gV,e,!0),re(gV,e,!1)},pe=[w,b,S,v,()=>f(),_B(ee,`pointerover`,ue,{A:!0}),_B(ee,`pointerenter`,ue),_B(ee,`pointerleave`,de),_B(ee,`pointermove`,h((e=>{g(e)&&c&&le()}))),_B(te,`scroll`,h((e=>{_((()=>{ae(),le()})),o(e),se()})))],me=FB(DV);return[()=>lz(UR,RR(pe,E())),({Dt:e,It:t,Zt:n,tn:a})=>{let{nn:o,sn:s,en:m,cn:g}=a||{},{Ct:_,ft:v}=n||{},{B:y}=r,{M:b,P:S}=HV(),{rn:C,j:w}=i,[T,E]=e(`showNativeOverlaidScrollbars`),[ee,le]=e(`scrollbars.theme`),[ue,de]=e(`scrollbars.visibility`),[pe,he]=e(`scrollbars.autoHide`),[ge,_e]=e(`scrollbars.autoHideSuspend`),[ve]=e(`scrollbars.autoHideDelay`),[ye,be]=e(`scrollbars.dragScroll`),[xe,Se]=e(`scrollbars.clickScroll`),[Ce,we]=e(`overflow`),Te=v&&!t,Ee=o||s||g||_||t,De=m||de||we,Oe=T&&b.x&&b.y,ke=!S&&!me,Ae=Oe||ke,je=(e,t,n)=>{let r=e.includes(rz)&&(ue===tz||ue===`auto`&&t===rz);return re(fV,r,n),r};if(p=ve,(E||ke)&&re(aV,Ae),le&&(re(d),re(ee,!0),d=ee),(_e||Te)&&(fe(!ge),Te&&ge&&(w.x||w.y?(f(),x((()=>{f=_B(te,rz,h(lz(fe,!0)),{A:!0})}))):fe(!0))),he&&(c=pe===`move`,l=pe===`leave`,u=pe===`never`,ce(u,!0)),be&&re(bV,ye),Se&&re(yV,!!xe),De){let e=je(Ce.x,C.x,!0),t=je(Ce.y,C.y,!1);re(pV,!(e&&t))}Ee&&(ae(),ie(),se(),g&&oe(),re(hV,!w.x,!0),re(hV,!w.y,!1),re(sV,y&&!ne))},{},T]},nH=e=>{let{K:t,P:n}=HV(),{elements:r}=t(),{padding:i,viewport:a,content:o}=r,s=NR(e),c=s?{}:e,{elements:l}=c,{padding:u,viewport:d,content:f}=l||{},p=s?e:c.target,m=Iz(p),h=p.ownerDocument,g=h.documentElement,_=()=>h.defaultView||cR,v=lz(XV,[p]),y=lz(ZV,[p]),b=lz(qz,``),x=lz(v,b,a),S=lz(y,b,o),C=e=>{let t=cB(e),n=uB(e),r=tB(e,ZR),i=tB(e,QR);return n.w-t.w>0&&!CV(r)||n.h-t.h>0&&!CV(i)},w=x(d),T=w===p,E=T&&m,ee=!T&&S(f),te=!T&&w===ee,ne=E?g:w,re=E?ne:p,ie=!T&&y(b,i,u),ae=!te&&ee,oe=[ae,ne,ie,re].map((e=>NR(e)&&!Rz(e)&&e)),se=e=>e&&IR(oe,e),ce=!se(ne)&&C(ne)?ne:p,le=E?g:ne,ue={dt:p,vt:re,L:ne,ln:ie,ht:ae,gt:le,Qt:E?h:ne,an:m?g:ce,Gt:h,bt:m,At:s,V:T,un:_,yt:e=>kz(ne,GB,e),wt:(e,t)=>Oz(ne,GB,e,t),St:()=>Oz(le,GB,XB,!0)},{dt:de,vt:fe,ln:pe,L:me,ht:he}=ue,ge=[()=>{wz(fe,[UB,BB]),wz(de,BB),m&&wz(g,[BB,UB])}],_e=Lz([he,me,pe,fe,de].find((e=>e&&!se(e)))),ve=E?de:he||me,ye=lz(UR,ge);return[ue,()=>{let e=_(),t=Bz(),r=e=>{Uz(Rz(e),Lz(e)),Hz(e)},i=e=>_B(e,`focusin focusout focus blur`,bB,{I:!0,D:!1}),a=`tabindex`,o=xz(me,a),s=i(t);return Cz(fe,UB,T?``:WB),Cz(pe,$B,``),Cz(me,GB,``),Cz(he,eV,``),T||(Cz(me,a,o||`-1`),m&&Cz(g,HB,``)),Uz(ve,_e),Uz(fe,pe),Uz(pe||fe,!T&&me),Uz(me,he),RR(ge,[s,()=>{let e=Bz(),t=se(me),n=t&&e===me?de:e,s=i(n);wz(pe,$B),wz(he,eV),wz(me,GB),m&&wz(g,HB),o?Cz(me,a,o):wz(me,a),se(he)&&r(he),t&&r(me),se(pe)&&r(pe),DB(n),s()}]),n&&!T&&(Dz(me,GB,ZB),RR(ge,lz(wz,me,GB))),DB(!T&&m&&t===de&&e.top===e?me:t),s(),_e=0,ye},ye]},rH=({ht:e})=>({Zt:t,fn:n,It:r})=>{let{$t:i}=t||{},{Ot:a}=n;e&&(i||r)&&eB(e,{[ez]:a&&`100%`})},iH=({vt:e,ln:t,L:n,V:r},i)=>{let[a,o]=sR({i:cz,o:nB()},lz(nB,e,`padding`,``));return({Dt:e,Zt:s,fn:c,It:l})=>{let[u,d]=o(l),{P:f}=HV(),{_t:p,xt:m,Ct:h}=s||{},{B:g}=c,[_,v]=e(`paddingAbsolute`);(p||d||l||m)&&([u,d]=a(l));let y=!r&&(v||h||d);if(y){let e=!_||!t&&!f,r=u.r+u.l,a=u.t+u.b,o={[YR]:e&&!g?-r:0,[XR]:e?-a:0,[JR]:e&&g?-r:0,top:e?-u.t:0,right:e?g?-u.r:`auto`:0,left:e?g?`auto`:-u.l:0,[$R]:e&&`calc(100% + ${r}px)`},s={[WR]:e?u.t:0,[GR]:e?u.r:0,[qR]:e?u.b:0,[KR]:e?u.l:0};eB(t||n,o),eB(n,s),hz(i,{ln:u,_n:!e,F:t?s:hz({},o,s)})}return{dn:y}}},aH=(e,t)=>{let n=HV(),{vt:r,ln:i,L:a,V:o,Qt:s,gt:c,bt:l,wt:u,un:d}=e,{P:f}=n,p=l&&o,m=lz(lR,0),h={display:()=>!1,direction:e=>e!==`ltr`,flexDirection:e=>e.endsWith(`-reverse`),writingMode:e=>e!==`horizontal-tb`},g=mz(h),_={i:oz,o:{w:0,h:0}},v={i:sz,o:{}},y=e=>{u(YB,!p&&e)},b=()=>tB(a,g),x=(e,t)=>{let n=!mz(e).length,r=t?!0:g.some((t=>{let n=e[t];return ER(n)&&h[t](n)}));if(n||!r||!pB(a))return{T:{x:0,y:0},k:{x:1,y:1}};y(!0);let i=SB(c),o=_B(s,rz,(e=>{let t=SB(c);e.isTrusted&&t.x===i.x&&t.y===i.y&&vB(e)}),{I:!0,A:!0}),l=u(QB,!0);xB(c,{x:0,y:0}),l();let d=SB(c),f=uB(c);xB(c,{x:f.w,y:f.h});let p=SB(c),m={x:p.x-d.x,y:p.y-d.y};xB(c,{x:-f.w,y:-f.h});let _=SB(c),v={x:_.x-d.x,y:_.y-d.y},b={x:fR(m.x)>=fR(v.x)?p.x:_.x,y:fR(m.y)>=fR(v.y)?p.y:_.y};return xB(c,i),hR((()=>o())),{T:d,k:b}},S=(e,t)=>{let n=cR.devicePixelRatio%1==0?0:1,r={w:m(e.w-t.w),h:m(e.h-t.h)};return{w:r.w>n?r.w:0,h:r.h>n?r.h:0}},C=(e,t)=>{let n=(e,t,n,r)=>{let i=e===tz?nz:wV(e),a=CV(e),o=CV(n);return!t&&!r?nz:a&&o?tz:a?t&&r?i:t?tz:nz:t?i:o&&r?tz:nz};return{x:n(t.x,e.x,t.y,e.y),y:n(t.y,e.y,t.x,e.x)}},w=e=>{let t=e=>[tz,nz,rz].map((t=>fe(TV(t),e)));u(t(!0).concat(t()).join(` `)),u(mz(e).map((t=>fe(e[t],t===`x`))).join(` `),!0)},[T,E]=sR(_,lz(dB,a)),[ee,te]=sR(_,lz(uB,a)),[ne,re]=sR(_),[ie]=sR(v),[ae,oe]=sR(_),[se]=sR(v),[ce]=sR({i:(e,t)=>az(e,t,HR(LR(mz(e),mz(t)))),o:{}}),[le,ue]=sR({i:(e,t)=>sz(e.T,t.T)&&sz(e.k,t.k),o:CB()}),de=FB(DV),fe=(e,t)=>`${t?KB:qB}${iz(e)}`;return({Dt:o,Zt:s,fn:c,It:l},{dn:h})=>{let{_t:g,Ht:_,xt:v,Ct:fe,ft:pe,Et:me}=s||{},{X:he,Y:ge,W:_e}=de&&de.R(e,t,c,n,o)||{},[ve,ye]=SV(o,n),[be,xe]=o(`overflow`),Se=CV(be.x),Ce=CV(be.y),we=g||h||v||fe||me||ye,Te=E(l),Ee=te(l),De=re(l),Oe=oe(l);if(ye&&f&&u(ZB,!ve),we){kz(r,UB,VB)&&y(!0);let e=ge&&ge(),[t]=Te=T(l),[n]=Ee=ee(l),i=lB(a),o=p&&sB(d()),s={w:m(n.w+t.w),h:m(n.h+t.h)},c={w:m((o?o.w:i.w+m(i.w-n.w))+t.w),h:m((o?o.h:i.h+m(i.h-n.h))+t.h)};e&&e(),Oe=ae(c),De=ne(S(s,c),l)}let[ke,Ae]=Oe,[je,Me]=De,[Ne,Pe]=Ee,[Fe,Ie]=Te,[Le]=ie({x:je.w>0,y:je.h>0}),Re=Se&&Ce&&(Le.x||Le.y)||Se&&Le.x&&!Le.y||Ce&&Le.y&&!Le.x,ze=h||fe||me||Ie||Pe||Ae||Me||xe||ye||we||_&&p,[Be]=o(`update.flowDirectionStyles`),[Ve,He]=ce(Be?Be(a)||{}:b(),l),[Ue,We]=fe||pe||He||l?le(x(Ve,!!Be),l):ue(),Ge=C(Le,be);y(!1),ze&&(w(Ge),Ge=EV(a,Le),_e&&he&&(he(Ge,Ne,Fe),eB(a,_e(Ge))));let[Ke,qe]=se(Ge);return Oz(r,UB,VB,Re),Oz(i,$B,VB,Re),hz(t,{rn:Ke,Vt:{x:ke.w,y:ke.h},Rt:{x:je.w,y:je.h},j:Le,Tt:wB(Ue,je)}),{en:qe,nn:Ae,sn:Me,cn:We||Me}}},oH=e=>{let[t,n,r]=nH(e),i={ln:{t:0,r:0,b:0,l:0},_n:!1,F:{[YR]:0,[XR]:0,[JR]:0,[WR]:0,[GR]:0,[qR]:0,[KR]:0},Vt:{x:0,y:0},Rt:{x:0,y:0},rn:{x:nz,y:nz},j:{x:!1,y:!1},Tt:CB()},{dt:a,gt:o,V:s,St:c}=t,{P:l,M:u}=HV(),d=!l&&(u.x||u.y),f=[rH(t),iH(t,i),aH(t,i)];return[n,e=>{let t={},n=d&&SB(o),r=n&&c();return FR(f,(n=>{hz(t,n(e,t)||{})})),xB(o,n),r&&r(),s||xB(a,0),t},i,t,r]},sH=(e,t,n,r)=>{let i=!1,a={Kt:!1,pn:!1},o=IV(t,{}),[s,c,l,u,d]=oH(e),[f,p,m]=JV(u,l,o,(e=>{y({},e)})),[h,g,,_]=tH(e,t,a,m,l,u,r),v=e=>mz(e).some((t=>!!e[t])),y=(e,r)=>{let{Kt:o,pn:s}=a;if(s||o&&i)return!1;let{vn:l,It:u,zt:d}=e,f=l||{},h=!!u||!i,_={Dt:IV(t,f,h),vn:f,It:h},y=r||p(hz({},_,{zt:d})),b=c(hz({},_,{fn:m,Zt:y}));g(hz({},_,{Zt:y,tn:b}));let x=v(y),S=v(b),C=x||S||!_z(f)||h;return i=!0,C&&n(e,{Zt:y,tn:b}),C};return[()=>{let{an:e,gt:t,St:n}=u,r=SB(e),i=[f(),s(),h(),()=>{a.pn=!0}],o=n();return xB(t,r),o(),lz(UR,i)},y,e=>{let t=a.Kt;a.Kt=e,!e&&t!==e&&y({It:!0,zt:!0})},()=>{g({Dt:IV(t,{},!1),vn:{},It:!1})},()=>({gn:a,hn:m,bn:l}),{yn:u,wn:_},d]},cH=new WeakMap,lH=(e,t)=>{cH.set(e,t)},uH=e=>{cH.delete(e)},dH=e=>cH.get(e),fH=(e,t,n)=>{let{tt:r}=HV(),i=NR(e),a=i?e:e.target,o=dH(a);if(t&&!o){let o=[],s={},c=e=>{let t=gz(e),n=FB(IB);return n?n(t,!0):t},l=hz({},r(),c(t)),[u,d,f]=kB(),[p,m,h]=kB(n),g=(e,t)=>{h(e,t),f(e,t)},[_,v,y,b,x,S,C]=sH(e,l,(({vn:e,It:t},{Zt:n,tn:r})=>{let{_t:i,Ct:a,$t:o,xt:s,Ht:c,ft:l}=n,{nn:u,sn:d,en:f,cn:p}=r;g(`updated`,[T,{updateHints:{sizeChanged:!!i,directionChanged:!!a,heightIntrinsicChanged:!!o,overflowEdgeChanged:!!u,overflowAmountChanged:!!d,overflowStyleChanged:!!f,scrollCoordinatesChanged:!!p,contentMutation:!!s,hostMutation:!!c,appear:!!l},changedOptions:e||{},force:!!t}])}),(e=>g(`scroll`,[T,e]))),w=e=>{let{gn:t}=x(),{pn:n}=t;n||(uH(a),UR(o),g(`destroyed`,[T,e]),d(),m())},T={options(e,t){if(e){let n=FV(l,hz(t?r():{},c(e)));_z(n)||(hz(l,n),v({vn:n}))}return hz({},l)},on:p,off:(e,t)=>{e&&t&&m(e,t)},state(){let{gn:e,hn:t,bn:n}=x(),{pn:r,Kt:i}=e,{B:a}=t,{Vt:o,Rt:s,rn:c,j:l,ln:u,_n:d,Tt:f}=n;return hz({},{overflowEdge:o,overflowAmount:s,overflowStyle:c,hasOverflow:l,scrollCoordinates:{start:f.T,end:f.k},padding:u,paddingAbsolute:d,directionRTL:a,sleeping:i,destroyed:r})},elements(){let{dt:e,vt:t,ln:n,L:r,ht:i,gt:a,Qt:o}=S.yn,{jt:s,Jt:c}=S.wn,l=e=>{let{kt:t,Pt:n,Lt:r}=e;return{scrollbar:r,track:n,handle:t}},u=e=>{let{Xt:t,Yt:n}=e;return hz({},l(t[0]),{clone:()=>{let e=l(n());return b(),e}})};return hz({},{target:e,host:t,padding:n||r,viewport:r,content:i||r,scrollOffsetElement:a,scrollEventElement:o,scrollbarHorizontal:u(s),scrollbarVertical:u(c)})},update:e=>v({It:e,zt:!0}),destroy:lz(w,!1),sleep:y,plugin:e=>s[mz(e)[0]]};return RR(o,[C]),lH(a,T),NB(AB,fH,[T,u,s]),QV(S.yn.bt,!i&&e.cancel)?(w(!0),T):(RR(o,_()),g(`initialized`,[T]),T.update(),T)}return o};fH.plugin=e=>{let t=kR(e),n=t?e:[e],r=n.map((e=>NB(e,fH)[0]));return MB(n),t?r:r[0]},fH.valid=e=>{let t=e&&e.elements,n=OR(t)&&t();return MR(n)&&!!dH(n.target)},fH.env=()=>{let{U:e,M:t,P:n,J:r,ot:i,st:a,K:o,Z:s,tt:c,nt:l}=HV();return hz({},{scrollbarsSize:e,scrollbarsOverlaid:t,scrollbarsHiding:n,scrollTimeline:r,staticDefaultInitialization:i,staticDefaultOptions:a,getDefaultInitialization:o,setDefaultInitialization:s,getDefaultOptions:c,setDefaultOptions:l})},fH.nonce=zV,fH.trustedTypePolicy=Kz;var pH=()=>{if(typeof window>`u`){let e=()=>{};return[e,e]}let e,t,n=window,r=typeof n.requestIdleCallback==`function`,i=n.requestAnimationFrame,a=n.cancelAnimationFrame,o=r?n.requestIdleCallback:i,s=r?n.cancelIdleCallback:a,c=()=>{s(e),a(t)};return[(n,a)=>{c(),e=o(r?()=>{c(),t=i(n)}:n,typeof a==`object`?a:{timeout:2233})},c]},mH=e=>{let{options:t,events:n,defer:r}=e||{},[i,a]=(0,u.useMemo)(pH,[]),o=(0,u.useRef)(null),s=(0,u.useRef)(r),c=(0,u.useRef)(t),l=(0,u.useRef)(n);return(0,u.useEffect)(()=>{s.current=r},[r]),(0,u.useEffect)(()=>{let{current:e}=o;c.current=t,fH.valid(e)&&e.options(t||{},!0)},[t]),(0,u.useEffect)(()=>{let{current:e}=o;l.current=n,fH.valid(e)&&e.on(n||{},!0)},[n]),(0,u.useEffect)(()=>()=>{var e;a(),(e=o.current)==null||e.destroy()},[]),(0,u.useMemo)(()=>[e=>{let t=o.current;if(fH.valid(t))return;let n=s.current,r=c.current||{},a=l.current||{},u=()=>o.current=fH(e,r,a);n?i(u,n):u()},()=>o.current],[])},hH=(0,u.forwardRef)((e,t)=>{let{element:n=`div`,options:r,events:i,defer:a,children:o,...s}=e,c=n,l=(0,u.useRef)(null),d=(0,u.useRef)(null),[f,p]=mH({options:r,events:i,defer:a});return(0,u.useEffect)(()=>{let{current:e}=l,{current:t}=d;if(!e)return;let r=e;return f(n===`body`?{target:r,cancel:{body:null}}:{target:r,elements:{viewport:t,content:t}}),()=>p()?.destroy()},[f,n]),(0,u.useImperativeHandle)(t,()=>({osInstance:p,getElement:()=>l.current}),[]),u.default.createElement(c,{"data-overlayscrollbars-initialize":``,ref:l,...s},n===`body`?o:u.default.createElement(`div`,{"data-overlayscrollbars-contents":``,ref:d},o))}),gH={scroll:`_scroll_12rza_1`,gradient:`_gradient_12rza_21`},_H=({children:e,extendedItemSelector:t,extendedScrollDelay:n,extendedScrollOffset:r=20,initialScrollPosition:i,onScrollTop:a,className:o,maxHeight:s=580,dir:c})=>{let l=(0,u.useRef)(null);return(0,u.useEffect)(()=>{if(!i)return;let e=l.current?.osInstance();if(!e)return;let{content:t}=e.elements();t.scrollBy({top:i,behavior:`instant`})},[i]),(0,u.useEffect)(()=>{let e=l.current?.osInstance();if(!e)return;let{content:t,host:n}=e.elements(),r=new ResizeObserver(()=>{let e=Math.floor(t.scrollHeight/10)*10>Math.floor(t.clientHeight/10)*10;n.classList.toggle(gH.gradient,e)});return r.observe(t),()=>r.disconnect()},[]),(0,u.useEffect)(()=>{let e=l.current?.osInstance();if(!e||!t)return;let{content:i}=e.elements(),a=e=>{let a=e.target.closest(t);a&&setTimeout(()=>{let{bottom:e}=i.getBoundingClientRect(),{bottom:t}=a.getBoundingClientRect();t>e&&i.scrollBy({top:t-e+r,behavior:`smooth`})},n)};return i.addEventListener(`click`,a),()=>i.removeEventListener(`click`,a)},[t,n,r]),(0,d.jsx)(hH,{options:{scrollbars:{autoHide:`move`}},style:{maxHeight:`${s}px`},events:{scroll:()=>{let e=l.current?.osInstance();if(!e)return;let{content:t,host:n}=e.elements(),r=n.classList.contains(gH.gradient),i=Math.floor((t.scrollHeight-t.scrollTop)/10)*10,o=Math.floor(t.clientHeight/10)*10;if(a?.(t.scrollTop),i===o){if(!r)return;n.classList.remove(gH.gradient)}else{if(r)return;n.classList.add(gH.gradient)}}},className:(0,tD.default)(gH.scroll,o),dir:c,ref:l,children:e})},vH=()=>(0,d.jsxs)(`svg`,{viewBox:`0 0 265 169`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,d.jsx)(`rect`,{x:`1.40984`,y:`-1.40984`,width:`262.18`,height:`166.18`,rx:`12.6885`,transform:`matrix(1 0 0 -1 0 166.18)`,fill:`white`,fillOpacity:`0.8`,stroke:`#595959`,strokeWidth:`2.81967`}),(0,d.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M99.3698 27.707H22.0781V124.674C22.0797 122.312 26.6694 121.173 32.0465 119.839C39.1892 118.066 47.7211 115.948 48.7333 110.162C43.8427 107.061 41.9764 102.382 40.0669 97.5948L40.0669 97.5947L40.0669 97.5946C39.696 96.6648 39.3235 95.731 38.927 94.8038C34.1284 99.4719 31.9886 78.0919 36.2913 78.0919C28.1117 55.9872 50.5071 37.849 71.2002 50.3173C83.3362 47.6933 90.0421 62.2119 82.8127 78.0924C85.7951 76.6592 86.3654 84.2999 85.7951 89.0497C85.7951 90.27 84.5283 98.8118 81.3268 95.503C80.938 96.4026 80.5728 97.3088 80.2092 98.2109L80.2092 98.2111C78.2894 102.975 76.4142 107.628 71.34 110.632C72.7976 116.065 81.5159 118.115 88.8476 119.839C94.5234 121.173 99.3681 122.312 99.3698 124.674V27.707Z`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`102.508`,width:`57.9687`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`179.426`,y:`102.508`,width:`63.4896`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`27.7031`,width:`60.7292`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`52.6406`,width:`60.7292`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`77.5742`,width:`102.135`,height:`11.082`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`110.418`,y:`127.441`,width:`132.5`,height:`11.082`,fill:`#595959`})]});q.addResourceBundle(`ru-RU`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`en-US`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`lv-LV`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`de-DE`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`pl-PL`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`it-IT`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hu-HU`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`zh-Hans`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`zh-Hant`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`無數據`}),q.addResourceBundle(`sk-SK`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`uk-UA`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`fr-FR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`es-ES`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`pt-PT`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ar-AE`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`nl-NL`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`id-ID`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`vi-VN`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ko-KR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ms-MY`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ro-RO`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`el-GR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`tr-TR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ja-JP`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`cs-CZ`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`th-TH`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hi-IN`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`bn-BD`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`he-IL`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`fi-FI`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`sv-SE`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`da-DK`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hr-HR`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`no-NO`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`uz-Latn`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`hy-AM`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ky-KG`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`ku-Arab`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`}),q.addResourceBundle(`tg-TJ`,`79d0a73f2a9390169b81b7d2390f9bd5`,{noData:`No data`});var yH=()=>Pk(`79d0a73f2a9390169b81b7d2390f9bd5`),bH={wrapper:`_wrapper_10k39_1`,overlay:`_overlay_10k39_11`,content:`_content_10k39_22`},xH=({children:e,className:t})=>{let{t:n}=yH();return(0,d.jsxs)(`div`,{className:(0,tD.default)(bH.wrapper,t),children:[e,(0,d.jsx)(`div`,{className:bH.overlay,children:(0,d.jsx)(`div`,{className:bH.content,children:(0,d.jsx)(G,{size:`14x135`,children:n(`noData`)})})})]})},SH={photo:(0,d.jsx)(()=>(0,d.jsxs)(`svg`,{viewBox:`0 0 115 149`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,d.jsx)(`rect`,{width:`115`,height:`149`,rx:`6`,fill:`#595959`}),(0,d.jsx)(`path`,{d:`M0 142.615H115V143.001C115 146.315 112.314 149.001 109 149.001H6C2.68629 149.001 0 146.315 0 143.001V142.615Z`,fill:`white`}),(0,d.jsx)(`path`,{d:`M90.3652 74.5554C101.122 51.2817 91.1441 30.0038 73.0872 33.8495C42.2987 15.5764 8.97721 42.159 21.1473 74.5548C14.7455 74.5548 17.9293 105.888 25.0689 99.0471C28.8402 107.732 31.1466 116.817 40.718 122.182C42.026 122.915 45.5685 126.107 57.1044 126.107C68.4139 126.107 71.5299 123.23 72.8123 122.519C82.1958 117.314 84.4571 108.498 88.1543 100.072C92.9177 104.921 94.8027 92.4024 94.8026 90.614C95.6512 83.6529 94.8026 72.455 90.3652 74.5554Z`,fill:`white`}),(0,d.jsx)(`path`,{d:`M39.8077 119.837H72.9808C72.9808 136.556 115 134.466 115 142.826H0C0 134.466 39.8077 136.556 39.8077 119.837Z`,fill:`white`})]}),{}),"id-card":(0,d.jsx)(vH,{}),passport:(0,d.jsx)(()=>(0,d.jsxs)(`svg`,{viewBox:`0 0 532 407`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,d.jsx)(`path`,{d:`M2.35374 369.34C2.35374 375.97 2.35557 380.801 2.6666 384.608C2.97538 388.387 3.57715 390.949 4.66261 393.08C6.69356 397.066 9.93424 400.306 13.9202 402.337C16.0505 403.423 18.6128 404.025 22.3922 404.333C26.199 404.644 31.0299 404.646 37.6598 404.646H494.34C500.97 404.646 505.801 404.644 509.608 404.333C513.387 404.025 515.949 403.423 518.08 402.337C522.066 400.306 525.306 397.066 527.337 393.08C528.423 390.949 529.025 388.387 529.333 384.608C529.644 380.801 529.646 375.97 529.646 369.34V25.6C529.646 21.0807 529.644 17.8329 529.436 15.2829C529.23 12.7604 528.834 11.1289 528.159 9.80472C526.851 7.237 524.763 5.14938 522.195 3.84109C520.871 3.16638 519.24 2.76999 516.717 2.5639C514.167 2.35556 510.919 2.35373 506.4 2.35373H25.6C21.0807 2.35373 17.8329 2.35556 15.2829 2.5639C12.7604 2.76999 11.1289 3.16638 9.80473 3.84109C7.23702 5.14938 5.1494 7.237 3.84109 9.80472C3.16639 11.1289 2.77 12.7604 2.56391 15.2829C2.35557 17.8329 2.35374 21.0807 2.35374 25.6V369.34Z`,fill:`white`,fillOpacity:`0.8`,stroke:`#595959`,strokeWidth:`4.70747`}),(0,d.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M164.437 62.6133H38.6914V240.024C38.6929 235.702 46.1604 233.617 54.9089 231.175C66.5293 227.932 80.4098 224.057 82.0566 213.471C74.1001 207.798 71.0638 199.237 67.9573 190.478C67.354 188.777 66.748 187.068 66.1027 185.372C58.296 193.913 54.8147 154.796 61.8147 154.796C48.5074 114.354 84.9424 81.1681 118.608 103.98C138.352 99.1791 149.262 125.742 137.5 154.797C142.352 152.175 143.28 166.154 142.352 174.844C142.352 177.077 140.291 192.705 135.083 186.651C134.45 188.297 133.856 189.955 133.265 191.606C130.141 200.321 127.09 208.835 118.835 214.331C121.207 224.271 135.391 228.021 147.318 231.175C156.553 233.617 164.435 235.702 164.437 240.024V62.6133Z`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`38.6914`,y:`297.426`,width:`454.618`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`386.906`,y:`62.6133`,width:`106.4`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`62.6133`,width:`106.4`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`99.1367`,width:`106.4`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`135.668`,width:`178.945`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`172.195`,width:`135.418`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`208.719`,width:`266`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`193.453`,y:`245.242`,width:`87.0546`,height:`20.8718`,fill:`#595959`}),(0,d.jsx)(`rect`,{x:`38.6914`,y:`344.387`,width:`454.618`,height:`20.8718`,fill:`#595959`})]}),{})},CH=({type:e=`passport`,className:t})=>(0,d.jsx)(xH,{className:t,children:SH[e]}),wH={link:`_link_1whdi_1`,text:`_text_1whdi_12`},TH=({children:e,href:t,target:n,className:r})=>(0,d.jsxs)(`a`,{href:t,target:n,className:(0,tD.default)(wH.link,r),children:[(0,d.jsx)(G,{className:wH.text,children:e}),(0,d.jsx)(xD.LinkArrow,{})]}),EH={alert:`_alert_3wbiz_1`,icon:`_icon_3wbiz_9`},DH=({children:e,style:t,className:n,dataAttributes:r})=>(0,d.jsxs)(`div`,{...r,className:(0,tD.default)(EH.alert,n),style:t,children:[(0,d.jsx)(xD.Warning,{fillColor:`#DC4343`,className:EH.icon}),e]});q.addResourceBundle(`ru-RU`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-чип`,portraitComparison:`Сравнение портретов`}),q.addResourceBundle(`en-US`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID chip`,portraitComparison:`Portrait comparison`}),q.addResourceBundle(`lv-LV`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID čips`,portraitComparison:`Fotogrāfiju salīdzināšana`}),q.addResourceBundle(`de-DE`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-Chip`,portraitComparison:`Portraitvergleich`}),q.addResourceBundle(`pl-PL`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Porównanie wizerunku`}),q.addResourceBundle(`it-IT`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Lettura del chip RFID`,portraitComparison:`Confronto dei ritratti`}),q.addResourceBundle(`hu-HU`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID chip`,portraitComparison:`Arcképek összehasonlítása`}),q.addResourceBundle(`zh-Hans`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID芯片`,portraitComparison:`照片对比`}),q.addResourceBundle(`zh-Hant`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`射頻識別晶片`,portraitComparison:`肖像比較`}),q.addResourceBundle(`sk-SK`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Čip RFID`,portraitComparison:`Porovnanie portrétov`}),q.addResourceBundle(`uk-UA`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID чіп`,portraitComparison:`Порівняння фотографій`}),q.addResourceBundle(`fr-FR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Lecture de la puce RFID`,portraitComparison:`Comparaison de visage`}),q.addResourceBundle(`es-ES`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Comparación de fotos`}),q.addResourceBundle(`pt-PT`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Comparativo de Retrato`}),q.addResourceBundle(`ar-AE`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`شريحة RFID`,portraitComparison:`مقارنة الصور الشخصية`}),q.addResourceBundle(`nl-NL`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-chip`,portraitComparison:`Vergelijking van de foto's`}),q.addResourceBundle(`id-ID`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`Perbandingan potret`}),q.addResourceBundle(`vi-VN`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Chip RFID`,portraitComparison:`So sánh các ảnh chân dung`}),q.addResourceBundle(`ko-KR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID 칩`,portraitComparison:`인물 사진 비교`}),q.addResourceBundle(`ms-MY`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Cip RFID`,portraitComparison:`Perbandingan antara potret`}),q.addResourceBundle(`ro-RO`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Cip RFID`,portraitComparison:`Compararea portretelor`}),q.addResourceBundle(`el-GR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Κύκλωμα ραδιοσυχνικής αναγνώρισης`,portraitComparison:`Σύγκριση πορτρέτων`}),q.addResourceBundle(`tr-TR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID`,portraitComparison:`Portre karşılaştırma`}),q.addResourceBundle(`ja-JP`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFIDチップ`,portraitComparison:`顔写真の比較`}),q.addResourceBundle(`cs-CZ`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`Čip RFID`,portraitComparison:`Porovnání fotografií`}),q.addResourceBundle(`th-TH`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`ชิพ RFID`,portraitComparison:`การเปรียบเทียบภาพครึ่งตัว`}),q.addResourceBundle(`hi-IN`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID चिप`,portraitComparison:`पोट्रेट की तुलना`}),q.addResourceBundle(`bn-BD`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID চিপ`,portraitComparison:`পোর্ট্রেটসমূহের তুলনা`}),q.addResourceBundle(`he-IL`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`שבב RFID`,portraitComparison:`השוואה של תמונות דיוקן`}),q.addResourceBundle(`fi-FI`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-siru`,portraitComparison:`Valokuvien vertailu`}),q.addResourceBundle(`sv-SE`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-chipp`,portraitComparison:`Jämförelse av porträtten`}),q.addResourceBundle(`da-DK`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-chip`,portraitComparison:`Sammenligning af portrætterne`}),q.addResourceBundle(`hr-HR`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID čip`,portraitComparison:`Usporedba portreta`}),q.addResourceBundle(`no-NO`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-brikke`,portraitComparison:`Sammenligning av portrettene`}),q.addResourceBundle(`uz-Latn`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID chipi`,portraitComparison:`Portretlarni taqqoslash`}),q.addResourceBundle(`hy-AM`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID չիպ`,portraitComparison:`Դիմանկարների համեմատում`}),q.addResourceBundle(`ky-KG`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-чип`,portraitComparison:`Портреттерди салыштыруу`}),q.addResourceBundle(`ku-Arab`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`چیپی RFID`,portraitComparison:`بەراوردی پۆرترێت`}),q.addResourceBundle(`tg-TJ`,`601fd7a47bff5ff2f054ec13adba6017`,{rfid:`RFID-чип`,portraitComparison:`Муқоисаи портретҳо`});var OH=()=>Pk(`601fd7a47bff5ff2f054ec13adba6017`),kH=(e,t)=>{switch(e){case A.OK:return(0,d.jsx)(xD.Verified,{size:t});case A.ERROR:return(0,d.jsx)(xD.NotVerified,{size:t});case A.WAS_NOT_DONE:return(0,d.jsx)(xD.Unknown,{size:t});default:return(0,d.jsx)(xD.Unknown,{size:t})}},AH={container:`_container_1fhgo_1`,pointer:`_pointer_1fhgo_8`},jH=({status:e,name:t,onClick:n})=>{let r=kH(e);return(0,d.jsxs)(`div`,{className:(0,tD.default)(AH.container,{[AH.pointer]:!!n}),onClick:n,children:[r,(0,d.jsx)(G,{children:t})]})},MH=e=>{switch(e){case eE.MRZ:return SU.TEXT_DATA;case eE.TEXT:return SU.TEXT_DATA;case eE.EXPIRY:return SU.TEXT_DATA;case eE.SECURITY:return SU.AUTHENTICITY;case eE.IMAGE_QA:return SU.IMAGE_QUALITY;case eE.DOC_TYPE:return SU.IDENTIFICATION;default:return}},NH=new Map([[eE.DOC_TYPE,1],[eE.EXPIRY,2],[eE.TEXT,3],[eE.MRZ,4],[eE.SECURITY,5],[eE.IMAGE_QA,6]]),PH=(e,t)=>(NH.get(e)??0)-(NH.get(t)??0),FH=({detailedStatus:e,rfid:t,onStatusClick:n,scrollTo:r})=>{let{t:i}=OH();return(0,d.jsxs)(d.Fragment,{children:[Object.entries(e.optical).sort(([e],[t])=>PH(e,t)).map(([e,t])=>(0,d.jsx)(jH,{status:t,name:(0,d.jsx)($.OpticalStatusField,{children:e}),onClick:t===A.WAS_NOT_DONE?void 0:()=>n(e)},e)),!!t.length&&(0,d.jsx)(jH,{status:e.summary.rfid,name:i(`rfid`),onClick:r?()=>r(`rfid`):void 0}),(0,d.jsx)(jH,{status:e.summary.portrait,name:i(`portraitComparison`),onClick:e.summary.portrait!==A.WAS_NOT_DONE&&r?()=>r(`portrait`):void 0})]})},IH={selected:`_selected_synx0_14`},LH=({detailedStatus:e,rfid:t,scrollToResult:n=!0})=>{let{setTabID:r}=C(),i=e=>{nD.scroller.scrollTo(e,{duration:400,smooth:`linear`,offset:-50})};return(0,u.useEffect)(()=>(nD.Events.scrollEvent.register(`end`,(e,t)=>{let n=()=>{t.classList.remove(IH.selected),t.removeEventListener(`animationend`,n)};t.addEventListener(`animationend`,n),t.classList.add(IH.selected)}),()=>{nD.Events.scrollEvent.remove(`end`)}),[]),(0,d.jsx)(FH,{detailedStatus:e,rfid:t,onStatusClick:e=>{r(MH(e)),rD.isMobile&&i(`text`)},scrollTo:n?i:void 0})};q.addResourceBundle(`ru-RU`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`en-US`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`lv-LV`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`de-DE`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`pl-PL`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`it-IT`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hu-HU`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`zh-Hans`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`zh-Hant`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`sk-SK`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`uk-UA`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`fr-FR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`es-ES`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`pt-PT`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ar-AE`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`nl-NL`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`id-ID`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`vi-VN`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ko-KR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ms-MY`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ro-RO`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`el-GR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`tr-TR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ja-JP`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`cs-CZ`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`th-TH`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hi-IN`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`bn-BD`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`he-IL`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`fi-FI`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`sv-SE`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`da-DK`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hr-HR`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`no-NO`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`uz-Latn`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`hy-AM`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ky-KG`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`ku-Arab`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`}),q.addResourceBundle(`tg-TJ`,`910ae02c7afb807a519375749273b41d`,{documentValidity:`Document validity`});var RH=()=>Pk(`910ae02c7afb807a519375749273b41d`),zH={head:`_head_1lz5l_1`,name:`_name_1lz5l_6`,status:`_status_1lz5l_9`},BH=({status:e})=>{let{t}=RH();return(0,d.jsxs)(`div`,{className:zH.head,children:[(0,d.jsx)(`div`,{className:zH.status,children:kH(e,20)}),(0,d.jsx)(G,{size:`18x135`,className:zH.name,children:t(`documentValidity`)})]})},VH=({defaultOpen:e,status:t,children:n,className:r,style:i})=>(0,d.jsx)(HD,{className:r,style:i,type:`rounded`,head:(0,d.jsx)(BH,{status:t}),defaultOpen:e,openClickArea:`head`,children:n}),HH={container:`_container_1fmah_1`,"vertical-list":`_vertical-list_1fmah_5`,"horizontal-list":`_horizontal-list_1fmah_17`},UH=({openOnError:e,detailedStatus:t,rfid:n,type:r,scrollToResult:i,className:a,style:o})=>r===`collapse`?(0,d.jsx)(VH,{defaultOpen:e&&t.overallStatus===A.ERROR,className:a,style:o,status:t.overallStatus,children:(0,d.jsx)(`div`,{className:HH[`horizontal-list`],children:(0,d.jsx)(LH,{detailedStatus:t,rfid:n,scrollToResult:i})})}):(0,d.jsx)(`div`,{className:(0,tD.default)(HH.container,a),style:o,children:(0,d.jsx)(`div`,{className:HH[`vertical-list`],children:(0,d.jsx)(LH,{detailedStatus:t,rfid:n,scrollToResult:i})})}),WH=({type:e=`list`,openOnError:t=!1,scrollToResult:n,className:r,style:i})=>{let{response:a}=m();return a?(0,d.jsx)(UH,{openOnError:t,detailedStatus:cE(a),scrollToResult:n,rfid:_m.fromProcessResponse(a),type:e,className:r,style:i}):null};q.addResourceBundle(`ru-RU`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Национальность`,portrait:`Фотография`,issuingState:`Государство выдачи`,dateOfExpiry:`Дата окончания действия`,dateOfBirth:`Дата рождения`,number:`Номер`,age:`Возраст`}),q.addResourceBundle(`en-US`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationality`,portrait:`Portrait`,issuingState:`Issuing state`,dateOfExpiry:`Date of expiry`,dateOfBirth:`Date of birth`,number:`Number`,age:`Age`}),q.addResourceBundle(`lv-LV`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Tautība`,portrait:`Portrets`,issuingState:`Izdevējvalsts`,dateOfExpiry:`Derīguma termiņš`,dateOfBirth:`Dzimšanas datums`,number:`Number`,age:`Vecums`}),q.addResourceBundle(`de-DE`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalität`,portrait:`Porträt`,issuingState:`Ausstellendes Land`,dateOfExpiry:`Ablaufdatum`,dateOfBirth:`Geburtsdatum`,number:`Number`,age:`Alter`}),q.addResourceBundle(`pl-PL`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Narodowość`,portrait:`Wizerunek`,issuingState:`Kod kraju`,dateOfExpiry:`Data ważności`,dateOfBirth:`Data urodzenia`,number:`Number`,age:`Wiek`}),q.addResourceBundle(`it-IT`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nazionalità`,portrait:`Ritratto`,issuingState:`Stato di emissione`,dateOfExpiry:`Data di scadenza`,dateOfBirth:`Data di nascita`,number:`Number`,age:`Età`}),q.addResourceBundle(`hu-HU`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Állampolgárság`,portrait:`Álló`,issuingState:`Kiállító állam`,dateOfExpiry:`Lejárat ideje`,dateOfBirth:`Születési idő`,number:`Number`,age:`Kor`}),q.addResourceBundle(`zh-Hans`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`国籍`,portrait:`照片`,issuingState:`发行国家`,dateOfExpiry:`有效期`,dateOfBirth:`出生日期`,number:`Number`,age:`年龄`}),q.addResourceBundle(`zh-Hant`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`國籍`,portrait:`肖像`,issuingState:`簽發國`,dateOfExpiry:`有效期至`,dateOfBirth:`出生日期:`,number:`數位`,age:`年齡`}),q.addResourceBundle(`sk-SK`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Národnosť`,portrait:`Portrét`,issuingState:`Vydávajúci kraj`,dateOfExpiry:`Dátum platnosti`,dateOfBirth:`Dátum narodenia`,number:`Number`,age:`Vek`}),q.addResourceBundle(`uk-UA`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Національність`,portrait:`Портрет`,issuingState:`Держава видачі`,dateOfExpiry:`Дата закінчення дії`,dateOfBirth:`Дата народження`,number:`Number`,age:`Вік`}),q.addResourceBundle(`fr-FR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalité`,portrait:`Portrait`,issuingState:`Etat de délivrance`,dateOfExpiry:`Date d'expiration`,dateOfBirth:`Date de naissance`,number:`Number`,age:`Âge`}),q.addResourceBundle(`es-ES`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nacionalidad`,portrait:`Foto`,issuingState:`Estado de emisión`,dateOfExpiry:`Fecha de expiración`,dateOfBirth:`Fecha de nacimiento`,number:`Number`,age:`Edad`}),q.addResourceBundle(`pt-PT`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nacionalidade`,portrait:`Retrato`,issuingState:`Estado emissor`,dateOfExpiry:`Data de validade`,dateOfBirth:`Data de nascimento`,number:`Number`,age:`Idade`}),q.addResourceBundle(`ar-AE`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`الجنسية`,portrait:`صورة`,issuingState:`الولاية الصادرة`,dateOfExpiry:`تاريخ الانتهاء`,dateOfBirth:`تاريخ الميلاد`,number:`رقم`,age:`العمر`}),q.addResourceBundle(`nl-NL`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationaliteit`,portrait:`Foto`,issuingState:`Uitgevende staat`,dateOfExpiry:`Vervaldatum`,dateOfBirth:`Geboortedatum`,number:`Number`,age:`Leeftijd`}),q.addResourceBundle(`id-ID`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Kewarganegaraan`,portrait:`Potret`,issuingState:`Negara penerbit`,dateOfExpiry:`Tanggal kedaluwarsa`,dateOfBirth:`Tanggal lahir`,number:`Number`,age:`Umur`}),q.addResourceBundle(`vi-VN`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Quốc tịch`,portrait:`Ảnh chân dung`,issuingState:`Nhà nước cấp`,dateOfExpiry:`Ngày hết hạn`,dateOfBirth:`Ngày sinh`,number:`Number`,age:`Tuổi`}),q.addResourceBundle(`ko-KR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`국적`,portrait:`인물 사진`,issuingState:`발급 국가`,dateOfExpiry:`만료일`,dateOfBirth:`생년월일`,number:`Number`,age:`연령`}),q.addResourceBundle(`ms-MY`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Kewarganegaraan`,portrait:`Potret`,issuingState:`Negeri pengeluar`,dateOfExpiry:`Tarikh luput`,dateOfBirth:`Tarikh lahir`,number:`Number`,age:`Umur`}),q.addResourceBundle(`ro-RO`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Naţionalitatea`,portrait:`Portret`,issuingState:`Statul emitent`,dateOfExpiry:`Data expirării`,dateOfBirth:`Data nașterii`,number:`Number`,age:`Vârsta`}),q.addResourceBundle(`el-GR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Ιθαγένεια`,portrait:`Πορτρέτο`,issuingState:`Χώρα έκδοσης`,dateOfExpiry:`Ημερομηνία λήξης`,dateOfBirth:`Ημερομηνία γέννησης`,number:`Number`,age:`Ηλικία`}),q.addResourceBundle(`tr-TR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Uyruk`,portrait:`Portre`,issuingState:`Yayınlandığı Ülke`,dateOfExpiry:`Bitiş tarihi`,dateOfBirth:`Doğum tarihi`,number:`Number`,age:`Yaş`}),q.addResourceBundle(`ja-JP`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`国籍`,portrait:`顔写真`,issuingState:`発行州`,dateOfExpiry:`有効期限`,dateOfBirth:`生年月日`,number:`Number`,age:`年齢`}),q.addResourceBundle(`cs-CZ`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Státní občanství`,portrait:`Fotografie`,issuingState:`Vydávající stát`,dateOfExpiry:`Datum vypršení platnosti`,dateOfBirth:`Datum narození`,number:`Number`,age:`Věk`}),q.addResourceBundle(`th-TH`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`สัญชาติ`,portrait:`ภาพถ่ายครึ่งตัว`,issuingState:`รัฐที่ออก`,dateOfExpiry:`วันหมดอายุ`,dateOfBirth:`วันเกิด`,number:`Number`,age:`อายุ`}),q.addResourceBundle(`hi-IN`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`राष्ट्रीयता`,portrait:`पोर्ट्रेट`,issuingState:`जारी करने वाला राज्य`,dateOfExpiry:`समाप्ति तिथि`,dateOfBirth:`जन्म तिथि`,number:`Number`,age:`आयु`}),q.addResourceBundle(`bn-BD`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`জাতীয়তা`,portrait:`পোর্ট্রেট`,issuingState:`ইস্যুকারী প্রদেশ`,dateOfExpiry:`মেয়াদ শেষ হওয়ার তারিখ`,dateOfBirth:`জন্ম তারিখ`,number:`Number`,age:`বয়স`}),q.addResourceBundle(`he-IL`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`לאום`,portrait:`תמונה`,issuingState:`מדינה מנפיקה`,dateOfExpiry:`תאריך תפוגה`,dateOfBirth:`תאריך לידה`,number:`Number`,age:`גיל הבוחר/ת`}),q.addResourceBundle(`fi-FI`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Kansalaisuus`,portrait:`Kuva`,issuingState:`Myöntäjävaltio`,dateOfExpiry:`Viimeinen voimassaolopäivä`,dateOfBirth:`Syntymäaika`,number:`Number`,age:`Ikä`}),q.addResourceBundle(`sv-SE`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalitet`,portrait:`Porträtt`,issuingState:`Utfärdande stat`,dateOfExpiry:`Utgångsdatum`,dateOfBirth:`Födelsedatum`,number:`Number`,age:`Ålder`}),q.addResourceBundle(`da-DK`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nationalitet`,portrait:`Portræt`,issuingState:`Udstedende stat`,dateOfExpiry:`Udløbsdato`,dateOfBirth:`Fødselsdato`,number:`Number`,age:`Alder`}),q.addResourceBundle(`hr-HR`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Državljanstvo`,portrait:`Portret`,issuingState:`Država izdavanja`,dateOfExpiry:`Datum važenja`,dateOfBirth:`Datum rođenja`,number:`Number`,age:`Starost`}),q.addResourceBundle(`no-NO`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Nasjonalitet`,portrait:`Portrett`,issuingState:`Utstedende stat`,dateOfExpiry:`Utløpsdato`,dateOfBirth:`Fødselsdato`,number:`Number`,age:`Alder`}),q.addResourceBundle(`uz-Latn`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Millati`,portrait:`Fotosurat`,issuingState:`Berilgan davlat`,dateOfExpiry:`Amal qilish muddatining tugash sanasi`,dateOfBirth:`Tug'ilgan sana`,number:`Raqam`,age:`Yosh`}),q.addResourceBundle(`hy-AM`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Ազգությունը`,portrait:`Լուսանկար`,issuingState:`Փաստաթուղթը տրամադրող պետությունը`,dateOfExpiry:`Գործողության ավարտի ամսաթիվը`,dateOfBirth:`Ծննդյան ամսաթիվը`,number:`Համարը`,age:`Տարիքը`}),q.addResourceBundle(`ky-KG`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Улуту`,portrait:`Сүрөт`,issuingState:`Берүүчү мамлекет`,dateOfExpiry:`Жарактуулук мөөнөтү`,dateOfBirth:`Туулган жылы`,number:`Номери`,age:`Жашы`}),q.addResourceBundle(`ku-Arab`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`نیشتمانایەتی`,portrait:`پۆرترەیت`,issuingState:`دەوڵەتی دەرکردن`,dateOfExpiry:`بەرواری بەسەرچوون`,dateOfBirth:`بەرواری لەدایکبوون`,number:`ژمارە`,age:`تەمەن`}),q.addResourceBundle(`tg-TJ`,`cba5b1563e4d8bfbec09cb310eaef733`,{nationality:`Миллат`,portrait:`Акс`,issuingState:`Кишвари диҳанда`,dateOfExpiry:`Санаи анҷоми амал`,dateOfBirth:`Санаи таваллуд`,number:`Рақам`,age:`Синну сол`});var GH=()=>Pk(`cba5b1563e4d8bfbec09cb310eaef733`),KH={container:`_container_l6jk0_1`,image:`_image_l6jk0_7`,info:`_info_l6jk0_21`,title:`_title_l6jk0_32`,items:`_items_l6jk0_35`,item:`_item_l6jk0_35`,text:`_text_l6jk0_47`},qH=({nameSurname:e,issuingStateName:t,dateOfExpiry:n,dateOfBirth:r,documentNumber:i,portrait:a,documentOwnerAge:o,documentOwnerNationalityCode:s,documentOwnerSex:c,imageViewer:l=!0,showPortrait:u,className:f,downloadImage:p})=>{let{t:m}=GH(),h=c.value?$.getSex(c.value):``,g=o.value?`${m(`age`)}: ${o.value}`:``;return(0,d.jsxs)(`div`,{className:(0,tD.default)(KH.container,f),children:[u&&(0,d.jsx)(`div`,{className:KH.image,children:a?(0,d.jsx)(Jk,{src:a,alt:m(`portrait`),draggable:!1,viewer:l,magnifier:!0,download:p,magnifierImgBorderRadius:6}):(0,d.jsx)(CH,{type:`photo`})}),(0,d.jsxs)(`div`,{className:KH.info,children:[(0,d.jsx)(ED,{level:1,uppercase:!0,className:KH.title,children:e.value.replace(/\^/g,` `)}),(h||g)&&(0,d.jsx)(G,{children:`${h}${h&&g?`, `:``}${g}`}),(0,d.jsxs)(`div`,{className:KH.items,children:[r.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:m(`dateOfBirth`)}),(0,d.jsx)(G,{children:r.value})]}),s.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:m(`nationality`)}),(0,d.jsx)(G,{children:s.value.replace(/\^/g,` `)})]}),t.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:m(`issuingState`)}),(0,d.jsx)(G,{children:t.value})]}),n.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:m(`dateOfExpiry`)}),(0,d.jsx)(G,{children:n.value})]}),i.value&&(0,d.jsxs)(`div`,{className:KH.item,children:[(0,d.jsx)(G,{className:KH.text,size:`12x160`,uppercase:!0,children:m(`number`)}),(0,d.jsx)(G,{children:i.value})]})]})]})]})},JH={value:``,status:A.ERROR,lcid:j.LATIN},YH=({showPortrait:e=!0,imageViewer:t,className:n,downloadImage:r})=>{let{response:i}=m();if(!i)return null;let a=e=>AT(i,[Ca.PORTRAIT],e)?.[0]?.pages?.[0]?.src,o=a([M.RFID_GRAPHICS])||a([M.VISUAL_GRAPHICS])||a([M.BARCODE_GRAPHICS])||a([M.LIVE_PORTRAIT])||a([M.EXT_PORTRAIT]),s=gE(i),c=EE(i)?.[0]??JH,l=TE(i)?.[0]??JH,u=DE(i)?.[0]??JH,f=OE(i)?.[0]??JH,p=AE(i)?.[0]??JH,h=wE(i,F.NATIONALITY)?.[0]??JH;return(0,d.jsx)(qH,{nameSurname:s,issuingStateName:c,dateOfExpiry:l,dateOfBirth:wE(i,F.DATE_OF_BIRTH)?.[0]??JH,documentNumber:u,portrait:o,documentOwnerAge:f,documentOwnerSex:p,documentOwnerNationalityCode:h,showPortrait:e,imageViewer:t,className:n,downloadImage:r})};q.addResourceBundle(`ru-RU`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Время обработки`}),q.addResourceBundle(`en-US`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`lv-LV`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`de-DE`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`pl-PL`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`it-IT`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hu-HU`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`zh-Hans`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`处理时间`}),q.addResourceBundle(`zh-Hant`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`處理時間`}),q.addResourceBundle(`sk-SK`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`uk-UA`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`fr-FR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`es-ES`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`pt-PT`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ar-AE`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`معالجة الوقت`}),q.addResourceBundle(`nl-NL`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`id-ID`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`vi-VN`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ko-KR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ms-MY`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ro-RO`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`el-GR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`tr-TR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`ja-JP`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`cs-CZ`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`th-TH`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hi-IN`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`bn-BD`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`he-IL`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`fi-FI`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`sv-SE`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`da-DK`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hr-HR`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`no-NO`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`uz-Latn`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Processing time`}),q.addResourceBundle(`hy-AM`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Մշակման ժամանակը`}),q.addResourceBundle(`ky-KG`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Иштетүү убактысы`}),q.addResourceBundle(`ku-Arab`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`کاتی چاککردن`}),q.addResourceBundle(`tg-TJ`,`fd36d162be5de318f22b05af38ffef8b`,{processingTime:`Вақти коркард`});var XH=()=>Pk(`fd36d162be5de318f22b05af38ffef8b`),ZH={text:`_text_i1hpy_1`},QH=({name:e,value:t})=>(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:ZH.text,size:`12x160`,uppercase:!0,children:e}),(0,d.jsx)(G,{children:t})]}),$H={container:`_container_1wbix_1`},eU=({processingTime:e,additionalFields:t})=>{let{t:n}=XH();return(0,d.jsxs)(`div`,{className:$H.container,children:[(0,d.jsx)(QH,{name:n(`processingTime`),value:e+`s`}),t&&t.map(({name:e,value:t})=>(0,d.jsx)(QH,{name:e,value:t},e+t))]})},tU=({additionalFields:e})=>{let{response:t}=m();return!t||!t.elapsedTime&&!e?null:(0,d.jsx)(eU,{processingTime:(t.elapsedTime/1e3).toFixed(3),additionalFields:e})},nU={indicator:`_indicator_1oddz_1`,overall:`_overall_1oddz_10`,green:`_green_1oddz_18`,red:`_red_1oddz_22`},rU=({detailedStatus:e})=>(0,d.jsx)(`div`,{className:(0,tD.default)(nU.indicator,{[nU.red]:e.overallStatus===A.ERROR,[nU.green]:e.overallStatus===A.OK}),children:(0,d.jsx)(G,{size:`12x140`,uppercase:!0,className:nU.overall,children:(0,d.jsx)($.CheckResultVerification,{children:e.overallStatus})})}),iU=()=>{let{response:e}=m();return e?(0,d.jsx)(rU,{detailedStatus:cE(e)}):null},aU={container:`_container_3v1pw_1`},oU=({additionalFields:e,scrollToResult:t,imageViewer:n,downloadImage:r})=>(0,d.jsxs)(`div`,{className:aU.container,children:[(0,d.jsx)(iU,{}),(0,d.jsx)(WH,{scrollToResult:t}),(0,d.jsx)(YH,{imageViewer:n,downloadImage:r}),(0,d.jsx)(tU,{additionalFields:e})]}),sU={canvas:`_canvas_1duaq_1`},cU=({image:e,selections:t,onCanvas:n})=>{let r=(0,u.useRef)(null),i=(0,u.useRef)(``),a=(0,u.useRef)(``),o=(0,u.useRef)(document.createElement(`canvas`)),{width:s,height:c}=jD(r),[l,f]=(0,u.useState)(null);return(0,u.useEffect)(()=>{let t=new Image;t.onload=()=>{f({width:t.width,height:t.height,img:t})},t.src=e},[e]),(0,u.useEffect)(()=>{let e=r.current;if(!e||!s||!c||!l)return;let u=e.getContext(`2d`);if(u)if(t.length){let r=i.current===JSON.stringify(t),d=a.current===l.img.currentSrc;if(e.width=s,e.height=c,(!r||!d)&&(o.current.width=l.width,o.current.height=l.height,o.current.getContext(`2d`)?.drawImage(l.img,0,0)),t.forEach(({checkResult:e,location:t})=>{t.rect.forEach(({top:t,left:n,right:i,bottom:a})=>{let f=GM(n,[0,l.width],[0,s]),p=GM(t,[0,l.height],[0,c]),m=GM(i,[0,l.width],[0,s]),h=GM(a,[0,l.height],[0,c]),g=(t,n,r,i,a,o)=>{t.lineWidth=o,t.strokeStyle=e===A.ERROR?`red`:`#6DFD30`,t.strokeRect(n,r,i,a)};if(g(u,f,p,m-f,h-p,2),!r||!d){let e=o.current.getContext(`2d`);if(!e)return;g(e,n,t,i-n,a-t,4)}})}),!r||!d){let e=o.current.toDataURL(`image/jpeg`,.7);i.current=JSON.stringify(t),a.current=l.img.currentSrc,n(e)}}else u.clearRect(0,0,e.width,e.height),i.current=``,a.current=``,n(``)},[l,t,s,c]),(0,d.jsx)(`canvas`,{ref:r,className:sU.canvas})},lU={container:`_container_16rlg_1`},uU=({children:e,className:t})=>(0,d.jsx)(`div`,{className:(0,tD.default)(lU.container,t),children:e}),dU={image:`_image_1dzur_2`},fU=()=>(0,d.jsx)(CH,{className:dU.image}),pU={container:`_container_5l0yf_1`,images:`_images_5l0yf_12`,vertical:`_vertical_5l0yf_18`,horizontal:`_horizontal_5l0yf_22`,fit:`_fit_5l0yf_26`},mU={container:`_container_1yj55_1`,inactive:`_inactive_1yj55_7`,image:`_image_1yj55_10`,vertical:`_vertical_1yj55_22`,horizontal:`_horizontal_1yj55_25`,large:`_large_1yj55_28`,active:`_active_1yj55_31`},hU=({title:e,src:t,onClick:n,isSelect:r,direction:i,large:a=!1})=>(0,d.jsxs)(`div`,{className:mU.container,onClick:n,children:[(0,d.jsx)(G,{size:`10x140`,uppercase:!0,className:(0,tD.default)({[mU.inactive]:!r}),children:e}),(0,d.jsx)(`div`,{className:(0,tD.default)(mU.image,{[mU.active]:r,[mU.vertical]:!a&&i===`vertical`,[mU.horizontal]:!a&&i===`horizontal`,[mU.large]:a&&i===`horizontal`}),children:(0,d.jsx)(`img`,{src:t,alt:e,draggable:!1})})]}),gU=({title:e,images:t,direction:n=`vertical`,large:r,onSelect:i,activeImg:a})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(pU.container,{[pU.fit]:n===`vertical`}),children:[(0,d.jsx)(G,{size:`15x135`,uppercase:!0,children:e}),(0,d.jsx)(`div`,{className:(0,tD.default)(pU.images,pU[n]),children:t.map(({name:e,src:t,id:o})=>(0,d.jsx)(hU,{large:r,direction:n,src:t,title:e,isSelect:a===o,onClick:()=>i(o)},o))})]});q.addResourceBundle(`ru-RU`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Просмотр`,pages:`Страницы`}),q.addResourceBundle(`en-US`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`lv-LV`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Priekšskatījums`,pages:`Lappuses`}),q.addResourceBundle(`de-DE`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Durchsicht`,pages:`Seiten`}),q.addResourceBundle(`pl-PL`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Podgląd`,pages:`Strony`}),q.addResourceBundle(`it-IT`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Anteprima`,pages:`Pagine`}),q.addResourceBundle(`hu-HU`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Megtekintés`,pages:`Pages`}),q.addResourceBundle(`zh-Hans`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`预览`,pages:`页`}),q.addResourceBundle(`zh-Hant`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`預覽`,pages:`頁面`}),q.addResourceBundle(`sk-SK`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Náhľad`,pages:`Pages`}),q.addResourceBundle(`uk-UA`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Перегляд`,pages:`Сторінки`}),q.addResourceBundle(`fr-FR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Aperçu`,pages:`Pages`}),q.addResourceBundle(`es-ES`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Vista previa`,pages:`Páginas`}),q.addResourceBundle(`pt-PT`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Visualização`,pages:`Páginas`}),q.addResourceBundle(`ar-AE`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`العرض الأولي`,pages:`صفحات`}),q.addResourceBundle(`nl-NL`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`id-ID`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`vi-VN`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`ko-KR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`ms-MY`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`ro-RO`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`el-GR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`tr-TR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Sayfalar`}),q.addResourceBundle(`ja-JP`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`プレビュー`,pages:`Pages`}),q.addResourceBundle(`cs-CZ`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Náhled`,pages:`Pages`}),q.addResourceBundle(`th-TH`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`แสดงตัวอย่าง`,pages:`Pages`}),q.addResourceBundle(`hi-IN`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`bn-BD`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`he-IL`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`fi-FI`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`sv-SE`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`da-DK`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`hr-HR`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`no-NO`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Pages`}),q.addResourceBundle(`uz-Latn`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Preview`,pages:`Sahifalar`}),q.addResourceBundle(`hy-AM`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Դիտում`,pages:`Pages`}),q.addResourceBundle(`ky-KG`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Көрүү`,pages:`Pages`}),q.addResourceBundle(`ku-Arab`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`پێشبینین`,pages:`پەڕەکان`}),q.addResourceBundle(`tg-TJ`,`c629d0f0d0896c2f20a19a5ed9ede37b`,{lights:`Lights`,preview:`Намоиш`,pages:`Саҳифаҳо`});var _U=()=>Pk(`c629d0f0d0896c2f20a19a5ed9ede37b`),vU={viewer:`_viewer_d5kxz_1`,preview:`_preview_d5kxz_6`,"view-container":`_view-container_d5kxz_12`,current:`_current_d5kxz_20`},yU=({showLightDock:e,lightImages:t,pageImages:n,currentLight:r,setCurrentLight:i,currentImage:a,magnifierImg:o,currentSelections:s,setMagnifierImg:c,currentPage:l,setCurrentPage:u,imageViewer:f=!0,downloadImage:p})=>{let{t:m}=_U();return(0,d.jsxs)(`div`,{className:vU.viewer,children:[e&&(0,d.jsx)(gU,{title:m(`lights`),images:t,activeImg:r,onSelect:i}),(0,d.jsxs)(`div`,{className:vU.preview,children:[(0,d.jsx)(`div`,{className:vU[`view-container`],children:(0,d.jsxs)(`div`,{className:vU.current,children:[(0,d.jsx)(Jk,{className:vU.image,src:a,alt:m(`preview`),magnifierImg:o,previewImg:o,magnifierImgBorderRadius:16,draggable:!1,magnifier:!0,download:p,viewer:f}),(0,d.jsx)(cU,{image:a,selections:s,onCanvas:c})]})}),n.length>1&&(0,d.jsx)(gU,{large:!e,title:m(`pages`),images:n,activeImg:l,onSelect:u,direction:`horizontal`})]})]})},bU=({images:e,currentLight:t,page:n})=>{let r=(0,u.useMemo)(()=>e.some(t=>t.light!==e[0]?.light),[e]),i=(0,u.useMemo)(()=>{let t=e.every(({pages:e})=>e.length===1);return e.reduce((e,{pages:r,light:i})=>{let a=r.find(({pageIndex:e})=>e===n||t);return a?.src&&e.push({id:i,name:String($.getLightsLabel(i)),src:a.src}),e},[])},[e,n]),a=(0,u.useMemo)(()=>{let n=e.find(e=>e.light===t);return!n||!n.pages?[]:[...n.pages].sort((e,t)=>e.pageIndex-t.pageIndex).map(e=>({id:e.pageIndex,name:String(e.pageIndex+1),src:e.src||``}))},[e,t]);return{showLightDock:r,lightImages:i,pageImages:a,currentImage:(0,u.useMemo)(()=>a.find(({id:e})=>e===n)||a[0],[a,n])}},xU=({imageViewer:e,className:t,initialPageIndex:n,initialLight:r,onPageChanged:i,onLightChanged:a,downloadImage:o})=>{let{response:s}=m(),c=(0,u.useMemo)(()=>UM(s),[s]),l=n??0,f=r??c[0]?.light??Da.WHITE,p=(0,u.useRef)(l),h=(0,u.useRef)(f),{selections:g,setSelections:v}=b(),{page:y=l,setPage:x}=_(),[S,C]=(0,u.useState)(f),[w,T]=(0,u.useState)(``),[E,ee]=(0,u.useState)([]),{pageImages:te,lightImages:ne,currentImage:re,showLightDock:ie}=bU({images:c,currentLight:S,page:y});return(0,u.useEffect)(()=>{let e=e=>{if(te.length<=1||WM(e.target)||WM(document.activeElement))return;let t=te.findIndex(e=>e.id===y);e.key===`ArrowLeft`?(e.preventDefault(),x(te[t>0?t-1:te.length-1].id)):e.key===`ArrowRight`&&(e.preventDefault(),x(te[t<te.length-1?t+1:0].id))};return window.addEventListener(`keydown`,e),()=>{window.removeEventListener(`keydown`,e)}},[y,te,x]),(0,u.useEffect)(()=>{if(!g.length||!c.length)return;let{location:e,page:t}=g[0];C(e.light===void 0?c[0].light:e.light),x(t)},[g,c]),(0,u.useEffect)(()=>{c.length&&ee(g.filter(e=>e.page===y&&(S===c[0].light?e.location.light===S||e.location.light===void 0:e.location.light===S)))},[S,y,g,c]),(0,u.useEffect)(()=>{!re||re.id===y||x(re.id)},[re,y]),(0,u.useEffect)(()=>()=>{x(l),C(f),v([])},[c]),(0,u.useEffect)(()=>{p.current!==y&&(p.current=y,i?.(y))},[y]),(0,u.useEffect)(()=>{h.current!==S&&(h.current=S,a?.(S))},[S]),(0,d.jsx)(uU,{className:t,children:re?(0,d.jsx)(yU,{showLightDock:ie,lightImages:ne,currentLight:S,setCurrentLight:C,currentImage:re.src,magnifierImg:w,currentSelections:E,setMagnifierImg:T,pageImages:te,currentPage:y,setCurrentPage:x,imageViewer:e,downloadImage:o}):(0,d.jsx)(fU,{})})},SU=function(e){return e.TEXT_DATA=`TEXT_DATA`,e.AUTHENTICITY=`AUTHENTICITY`,e.IMAGE_QUALITY=`IMAGE_QUALITY`,e.IDENTIFICATION=`IDENTIFICATION`,e}({}),CU=e=>e?.some(({top:e,bottom:t,left:n,right:r})=>!!(t||e||r||n)),wU=(e,t)=>{let n=e.map(e=>JSON.stringify(e));return t.length===1?n.includes(JSON.stringify(t[0])):t.length>1?t.every(e=>n.includes(JSON.stringify(e))):!1},TU=e=>{let t=new Set,n=e=>e===A.ERROR||e===A.WAS_NOT_DONE,r=(e,i)=>{n(e.checkResult)&&t.add(i),e.checks?.forEach((e,t)=>r(e,`${i}.${t}`))};return e.forEach((i,a)=>{let o=String(a);n(i.checkResult)&&t.add(o),e.length===1?i.groups.forEach((e,t)=>r(e,`${t}`)):i.groups.forEach((e,t)=>{let n=`${o}.${t}`;r(e,n),e.checks?.forEach((e,t)=>r(e,`${n}.${t}`))})}),t},EU=e=>{let t=new Set;return e.length===1||e.forEach((e,n)=>{let r=e.checks.some(e=>e.checkResult===A.ERROR);(e.checkResult===A.ERROR||r)&&t.add(String(n))}),t};q.addResourceBundle(`ru-RU`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Текстовые поля`,securityChecks:`Проверки подлинности`,imageQuality:`Качество изображения`,documentType:`Тип документа`}),q.addResourceBundle(`en-US`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Text fields`,securityChecks:`Security checks`,imageQuality:`Image quality`,documentType:`Document type`}),q.addResourceBundle(`lv-LV`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Teksta lauki`,securityChecks:`Security checks`,imageQuality:`Image quality`,documentType:`Dokumenta tips`}),q.addResourceBundle(`de-DE`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textfelder`,securityChecks:`Sicherheitsprüfungen`,imageQuality:`Bildqualität`,documentType:`Dokumenttyp`}),q.addResourceBundle(`pl-PL`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Pola tekstowe`,securityChecks:`Weryfikacja autentyczności`,imageQuality:`Jakość obrazu`,documentType:`Typ dokumentu`}),q.addResourceBundle(`it-IT`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Campi di testo`,securityChecks:`Controlli di sicurezza`,imageQuality:`Qualità immagine`,documentType:`Tipo di documento identificato`}),q.addResourceBundle(`hu-HU`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Szövegmezők`,securityChecks:`Biztonsági ellenőrzések`,imageQuality:`Képminőség`,documentType:`Dokumentumtípus`}),q.addResourceBundle(`zh-Hans`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`文本字段`,securityChecks:`安全检查`,imageQuality:`图像质量`,documentType:`证件类型`}),q.addResourceBundle(`zh-Hant`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`文字欄位`,securityChecks:`安全檢查`,imageQuality:`圖像品質`,documentType:`文檔類型`}),q.addResourceBundle(`sk-SK`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textové polia`,securityChecks:`Bezpečnostné kontroly`,imageQuality:`Kvalita obrázka`,documentType:`Typ dokumentu`}),q.addResourceBundle(`uk-UA`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Текстові поля`,securityChecks:`Перевірки автентичності`,imageQuality:`Якість зображення`,documentType:`Тип документа`}),q.addResourceBundle(`fr-FR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Champs texte`,securityChecks:`Contrôles de sécurité`,imageQuality:`Qualité d'image`,documentType:`Type de document reconnu`}),q.addResourceBundle(`es-ES`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Campos de texto`,securityChecks:`Comprobaciones de seguridad`,imageQuality:`Calidad de la imagen`,documentType:`Tipo de documento`}),q.addResourceBundle(`pt-PT`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Campos de texto`,securityChecks:`Controlos de segurança`,imageQuality:`Qualidade da imagem`,documentType:`Tipo de documento`}),q.addResourceBundle(`ar-AE`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`الحقول النصية`,securityChecks:`الفحص الأمني`,imageQuality:`جودة الصورة`,documentType:`نوع الوثيقة`}),q.addResourceBundle(`nl-NL`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstvelden`,securityChecks:`Veiligheidscontroles`,imageQuality:`Kwaliteit van de afbeelding`,documentType:`Documenttype`}),q.addResourceBundle(`id-ID`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Kolom teks`,securityChecks:`Pemeriksaan keamanan`,imageQuality:`Kualitas gambar`,documentType:`Jenis dokumen`}),q.addResourceBundle(`vi-VN`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Trường văn bản`,securityChecks:`Kiểm tra bảo mật`,imageQuality:`Chất lượng hình ảnh`,documentType:`Loại giấy tờ`}),q.addResourceBundle(`ko-KR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`텍스트 필드`,securityChecks:`보안 검사`,imageQuality:`이미지 품질`,documentType:`문서 유형`}),q.addResourceBundle(`ms-MY`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Bidang teks`,securityChecks:`Semakan keselamatan`,imageQuality:`Kualiti gambar`,documentType:`Jenis dokumen`}),q.addResourceBundle(`ro-RO`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Câmpuri text`,securityChecks:`Verificări de securitate`,imageQuality:`Calitatea imaginii`,documentType:`Tipul documentului`}),q.addResourceBundle(`el-GR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Πεδία κειμένου`,securityChecks:`Έλεγχοι ασφαλείας`,imageQuality:`Ποιότητα εικόνας`,documentType:`Τύπος εγγράφου`}),q.addResourceBundle(`tr-TR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Metin alanları`,securityChecks:`Güvenlik kontrolleri`,imageQuality:`Resim kalitesi`,documentType:`Tanınan belge türü`}),q.addResourceBundle(`ja-JP`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`テキストフィールド`,securityChecks:`セキュリティチャック`,imageQuality:`画質`,documentType:`文書タイプ`}),q.addResourceBundle(`cs-CZ`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textová pole`,securityChecks:`Bezpečnostní kontroly`,imageQuality:`Kvalita obrázku`,documentType:`Typ dokumentu`}),q.addResourceBundle(`th-TH`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`ช่องข้อความ`,securityChecks:`ตรวจสอบความปลอดภัย`,imageQuality:`คุณภาพของภาพ`,documentType:`ประเภทเอกสาร`}),q.addResourceBundle(`hi-IN`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`टेक्स्ट फ़ील्ड`,securityChecks:`सुरक्षा जांच`,imageQuality:`छवि गुणवत्ता`,documentType:`दस्तावेज़ का प्रकार`}),q.addResourceBundle(`bn-BD`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`টেক্সটের জায়গা`,securityChecks:`নিরাপত্তা চেক করুন`,imageQuality:`ছবির কোয়ালিটি`,documentType:`ডকুমেন্টের ধরণ`}),q.addResourceBundle(`he-IL`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`שדות טקסט`,securityChecks:`בדיקות אבטחה`,imageQuality:`איכות תמונה`,documentType:`סוג מסמך`}),q.addResourceBundle(`fi-FI`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstikentät`,securityChecks:`Turvatarkastukset`,imageQuality:`Kuvanlaatu`,documentType:`Asiakirjan tyyppi`}),q.addResourceBundle(`sv-SE`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Textfält`,securityChecks:`Säkerhetskontroller`,imageQuality:`Bildkvalitet`,documentType:`Dokumenttyp`}),q.addResourceBundle(`da-DK`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstfelter`,securityChecks:`Sikkerhedstjek`,imageQuality:`Billedkvalitet`,documentType:`Dokumenttype`}),q.addResourceBundle(`hr-HR`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstualna polja`,securityChecks:`Sigurnosne provjere`,imageQuality:`Kvaliteta slike`,documentType:`Tip dokumenta`}),q.addResourceBundle(`no-NO`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Tekstfelt`,securityChecks:`Sikkerhetssjekk`,imageQuality:`Bildekvalitet`,documentType:`Dokumenttype`}),q.addResourceBundle(`uz-Latn`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Matn maydonlari`,securityChecks:`Autentifikatsiya`,imageQuality:`Tasvir sifati`,documentType:`Hujjat turi`}),q.addResourceBundle(`hy-AM`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Տեքստային դաշտեր`,securityChecks:`Իսկության ստուգումներ`,imageQuality:`Պատկերի որակը`,documentType:`Փաստաթղթի տեսակը`}),q.addResourceBundle(`ky-KG`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Текст талаалары`,securityChecks:`Аныктыгын текшерүү`,imageQuality:`Сүрөттүн сапаты`,documentType:`Документтин түрү`}),q.addResourceBundle(`ku-Arab`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`خانەکانی دەق`,securityChecks:`پشکنینەکانی ئاسایش`,imageQuality:`کوالیتی وێنە`,documentType:`جۆری بەڵگەنامە`}),q.addResourceBundle(`tg-TJ`,`04e8c85d2208befc9f038ec6fb318388`,{textFields:`Майдонҳои матн`,securityChecks:`Санҷишҳои аслият`,imageQuality:`Сифати тасвир`,documentType:`Навъи ҳуҷҷат`});var DU=()=>Pk(`04e8c85d2208befc9f038ec6fb318388`),OU=e=>{switch(e){case O.IR_B900:case O.IR_VISIBILITY:return Da.IR;case O.UV_LUMINESCENCE:case O.UV_FIBERS:return Da.UV;default:return}};q.addResourceBundle(`ru-RU`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Диагностика`,color:`Цвет`,actualCount:`Фактическое количество`,expectedCount:`Ожидаемое количество`}),q.addResourceBundle(`en-US`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Color`,actualCount:`Actual count`,expectedCount:`Expected count`}),q.addResourceBundle(`lv-LV`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Krāsa`,actualCount:`Actual count`,expectedCount:`Expected count`}),q.addResourceBundle(`de-DE`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Farbe`,actualCount:`Tatsächliche Anzahl`,expectedCount:`Erwartete Anzahl`}),q.addResourceBundle(`pl-PL`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostyka`,color:`Kolor`,actualCount:`Ilość rzeczywista`,expectedCount:`Ilość oczekiwana`}),q.addResourceBundle(`it-IT`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosi`,color:`Colore`,actualCount:`Conto effettivo`,expectedCount:`Conto previsto`}),q.addResourceBundle(`hu-HU`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosztizálás`,color:`Szín`,actualCount:`Tényleges szám`,expectedCount:`Várt szám`}),q.addResourceBundle(`zh-Hans`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`诊断`,color:`颜色`,actualCount:`实际计数`,expectedCount:`预计数`}),q.addResourceBundle(`zh-Hant`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`診斷`,color:`顏色`,actualCount:`實際計數`,expectedCount:`預期計數`}),q.addResourceBundle(`sk-SK`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnóza`,color:`Farba`,actualCount:`Skutočný počet`,expectedCount:`Očakávaný počet`}),q.addResourceBundle(`uk-UA`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Діагностика`,color:`Колір`,actualCount:`Фактична кількість`,expectedCount:`Очікувана кількість`}),q.addResourceBundle(`fr-FR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostic`,color:`Couleur`,actualCount:`Compte réel`,expectedCount:`Compte attendu`}),q.addResourceBundle(`es-ES`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosis`,color:`Color`,actualCount:`Cantidad real`,expectedCount:`Cantidad esperada`}),q.addResourceBundle(`pt-PT`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosticar`,color:`Cor`,actualCount:`Contagem atual`,expectedCount:`Contagem prevista`}),q.addResourceBundle(`ar-AE`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`تشخيص`,color:`اللون`,actualCount:`العدد الفعلي`,expectedCount:`العدد المتوقع`}),q.addResourceBundle(`nl-NL`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Kleur`,actualCount:`Feitelijke telling`,expectedCount:`Verwachte telling`}),q.addResourceBundle(`id-ID`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosis`,color:`Warna`,actualCount:`Hitungan aktual`,expectedCount:`Perkiraan hitungan`}),q.addResourceBundle(`vi-VN`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Chẩn đoán`,color:`Màu sắc`,actualCount:`Tổng số thực`,expectedCount:`Tổng số ước tính`}),q.addResourceBundle(`ko-KR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`진단`,color:`색상`,actualCount:`실제 카운트`,expectedCount:`예상 카운트`}),q.addResourceBundle(`ms-MY`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnosis`,color:`Warna`,actualCount:`Kiraan sebenar`,expectedCount:`Kiraan yang dijangka`}),q.addResourceBundle(`ro-RO`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnoză`,color:`Culoare`,actualCount:`Valoare reală`,expectedCount:`Valoare preconizată`}),q.addResourceBundle(`el-GR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Διαγνωστικός έλεγχος`,color:`Χρώμα`,actualCount:`Πραγματικός αριθμός`,expectedCount:`Αναμενόμενος αριθμός`}),q.addResourceBundle(`tr-TR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Tanılama Yap`,color:`Renk`,actualCount:`Gerçek sayı`,expectedCount:`Beklenen sayı`}),q.addResourceBundle(`ja-JP`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`診断`,color:`色`,actualCount:`実際の数`,expectedCount:`予想される数`}),q.addResourceBundle(`cs-CZ`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostikovat`,color:`Barva`,actualCount:`Skutečný počet`,expectedCount:`Očekávaný počet`}),q.addResourceBundle(`th-TH`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`วินิจฉัย`,color:`สี`,actualCount:`จำนวนจริง`,expectedCount:`จำนวนที่คาดการณ์`}),q.addResourceBundle(`hi-IN`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`निदान करें`,color:`रंग`,actualCount:`वास्तविक गिनती`,expectedCount:`अपेक्षित गिनती`}),q.addResourceBundle(`bn-BD`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`সমস্যা নির্ণয় করুন`,color:`রং`,actualCount:`প্রকৃত সংখ্যা`,expectedCount:`প্রত্যাশিত সংখ্যা`}),q.addResourceBundle(`he-IL`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`ניתוח`,color:`צבע`,actualCount:`ספירה בפועל`,expectedCount:`ספירה שבוצעה`}),q.addResourceBundle(`fi-FI`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnoosi`,color:`Väri`,actualCount:`Todellinen määrä`,expectedCount:`Odotettu määrä`}),q.addResourceBundle(`sv-SE`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Färg`,actualCount:`Faktiskt antal`,expectedCount:`Förväntat antal`}),q.addResourceBundle(`da-DK`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnose`,color:`Farve`,actualCount:`Faktisk optælling`,expectedCount:`Forventet optælling`}),q.addResourceBundle(`hr-HR`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Dijagnosticiranje`,color:`Boja`,actualCount:`Stvarni broj`,expectedCount:`Očekivani broj`}),q.addResourceBundle(`no-NO`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostisere`,color:`Farge`,actualCount:`Faktisk telling`,expectedCount:`Forventet telling`}),q.addResourceBundle(`uz-Latn`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Diagnostika`,color:`Rang`,actualCount:`Haqiqiy miqdor`,expectedCount:`Kutilayotgan miqdor`}),q.addResourceBundle(`hy-AM`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Դիագնոստիկա`,color:`Գույնը`,actualCount:`Actual count`,expectedCount:`Սպասվող քանակը`}),q.addResourceBundle(`ky-KG`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Диагностика`,color:`Түсү`,actualCount:`Actual count`,expectedCount:`Күтүлгөн саны`}),q.addResourceBundle(`ku-Arab`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`دەستنیشانکردن`,color:`ڕەنگ`,actualCount:`ژمارەی ڕاستەقینە`,expectedCount:`ژمارەی چاوەڕوانکراو`}),q.addResourceBundle(`tg-TJ`,`028e5fc83e357897956d1ad2c984d1b4`,{diagnose:`Ташхис`,color:`Ранг`,actualCount:`Миқдори воқеӣ`,expectedCount:`Миқдори тахминӣ`});var kU=()=>Pk(`028e5fc83e357897956d1ad2c984d1b4`),AU={head:`_head_1dquo_1`,name:`_name_1dquo_7`,value:`_value_1dquo_11`,status:`_status_1dquo_18`},jU=({name:e,value:t,status:n})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(AU.head),children:[(0,d.jsx)(G,{className:AU.name,children:e}),(0,d.jsx)(`div`,{className:AU.value,children:t}),(0,d.jsx)(`div`,{className:AU.status,children:kH(n)})]}),MU={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},NU=({name:e,collapse:t=!0,value:n,status:r,onOpen:i,onHeadClick:a,open:o,children:s,shift:c=0,selected:l,style:u})=>(0,d.jsx)(HD,{className:(0,tD.default)(MU.collapse,{[MU.selected]:l}),style:{"--shift":c+`px`,...u},collapse:t,type:`nested`,open:o,onOpen:i,onHeadClick:a,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(jU,{name:e,value:n,status:r}),children:s}),PU={container:`_container_oyth1_1`,item:`_item_oyth1_4`,name:`_name_oyth1_19`,color:`_color_oyth1_23`},FU=({colorValues:e,status:t,diagnose:n,isOpen:r,onOpen:i,onClick:a,isSelected:o,shift:s=0})=>{let{t:c}=kU(),l={"--background":`rgb(${e[0]}, ${e[1]}, ${e[2]})`};return(0,d.jsx)(NU,{value:(0,d.jsx)(`div`,{className:PU.color}),shift:t===A.ERROR?s+20:s,name:c(`color`),status:t,selected:o,open:r,onOpen:i,collapse:t===A.ERROR,onHeadClick:a,style:l,children:t!==A.OK&&(0,d.jsx)(`div`,{className:PU.container,children:(0,d.jsxs)(`div`,{className:PU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:PU.name,children:c(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:n})})]})})})};q.addResourceBundle(`ru-RU`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Подобие`,visibility:`Видимость`,image:`Изображение`,reference:`Эталон`,diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similarity`,visibility:`Visibility`,image:`Image`,reference:`Reference`,diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Līdzīgi`,visibility:`Visibility`,image:`Attēls`,reference:`Etalons`,diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Übereinstimmung`,visibility:`Sichtbarkeit`,image:`Bild`,reference:`Referenz`,diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Zgodność`,visibility:`Widoczność`,image:`Zdjęcie`,reference:`Wzorzec`,diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Somiglianza`,visibility:`Visibilità`,image:`immagine`,reference:`Riferimento`,diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Hasonlóság`,visibility:`Láthatóság`,image:`Kép`,reference:`Referencia`,diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`相似`,visibility:`可见度`,image:`图像`,reference:`参考`,diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`相似性`,visibility:`能見度`,image:`影像`,reference:`參攷`,diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Podobnosť`,visibility:`Viditeľnosť`,image:`Obrázok`,reference:`Referencia`,diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Подібність`,visibility:`Видимість`,image:`Зображення`,reference:`Еталон`,diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similarité`,visibility:`Visibilité`,image:`Image`,reference:`Référence`,diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similitud`,visibility:`Visibilidad`,image:`Imagen`,reference:`Referencia`,diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Semelhança`,visibility:`Visibilidade`,image:`Imagem`,reference:`Referência`,diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`مماثلة`,visibility:`مجال الرؤية`,image:`الصورة`,reference:`النموذج`,diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Gelijkaardigheid`,visibility:`Zichtbaarheid`,image:`Beeld`,reference:`Referentie`,diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Kesamaan`,visibility:`Visibilitas`,image:`Gambar`,reference:`Referensi`,diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Đồng dạng`,visibility:`Hữu hình`,image:`Hình ảnh`,reference:`Tham chiếu`,diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`유사성`,visibility:`가시성`,image:`이미지`,reference:`참조`,diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Persamaan`,visibility:`Kebolehlihatan`,image:`Imej`,reference:`Rujukan`,diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Similaritate`,visibility:`Vizibilitate`,image:`Imagine`,reference:`Etalon`,diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Ομοιότητα`,visibility:`Ορατότητα`,image:`Εικόνα`,reference:`Υπόδειγμα`,diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Benzerlik`,visibility:`Görünürlük`,image:`Görüntü`,reference:`Referans`,diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`類似性`,visibility:`可視性`,image:`画像`,reference:`参照`,diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Podobnost`,visibility:`Viditelnost`,image:`Obrázek`,reference:`Reference`,diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`ความคล้ายคลึงกัน`,visibility:`การมองเห็น`,image:`ภาพ`,reference:`อ้างอิง`,diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`समानता`,visibility:`दृश्यता`,image:`छवि`,reference:`संदर्भ`,diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`সদৃশতা`,visibility:`দৃশ্যমানতা`,image:`ছবি`,reference:`রেফারেন্স`,diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`נקודת דימיון`,visibility:`ניראות`,image:`תמונה`,reference:`אסמכתה`,diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Samankaltaisuus`,visibility:`Näkyvyys`,image:`Kuva`,reference:`Viite`,diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Likheter`,visibility:`Synlighet`,image:`Bild`,reference:`Referens`,diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Lighed`,visibility:`Synlighed`,image:`Billede`,reference:`Reference`,diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Sličnost`,visibility:`Vidljivost`,image:`Slika`,reference:`Referenca`,diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Likhet`,visibility:`Synlighet`,image:`Bilde`,reference:`Referanse`,diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`O'xshashlik`,visibility:`Ko'rinish`,image:`Rasm`,reference:`Etalon`,diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Նմանություն`,visibility:`Տեսանելիություն`,image:`Պատկեր`,reference:`Չափանմուշ`,diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Окшоштук`,visibility:`Көрүнүү`,image:`Сүрөт`,reference:`Эталон`,diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`گونجانی`,visibility:`بینراوی`,image:`وێنە`,reference:`ئاماژە`,diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`c5291d1c5e6d9464c1e104be56e67cda`,{similarity:`Монандӣ`,visibility:`Намоёнӣ`,image:`Тасвир`,reference:`Эталон`,diagnose:`Ташхис`});var IU=()=>Pk(`c5291d1c5e6d9464c1e104be56e67cda`),LU={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},RU=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(LU.head),children:[(0,d.jsx)(G,{className:LU.name,children:e}),(0,d.jsx)(`div`,{className:LU.status,children:kH(t)})]}),zU={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},BU=({name:e,collapse:t=!0,status:n,onOpen:r,open:i,children:a,shift:o=0,onHeadClick:s,selected:c})=>(0,d.jsx)(HD,{className:(0,tD.default)(zU.collapse,{[zU.selected]:c}),style:{"--shift":o+`px`},collapse:t,type:`nested`,open:i,onOpen:r,onHeadClick:s,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(RU,{name:e,status:n}),children:a}),VU=({src:e,alt:t,imageViewer:n=!0,heightLimit:r=100,className:i,downloadImage:a})=>{let o=(0,u.useRef)(null);return(0,u.useEffect)(()=>{let e=o.current;if(!e)return;let t=e.parentElement,n=e.children[0];if(!t||!n)return;let i=new ResizeObserver(e=>{e.forEach(e=>{let{width:t}=e.contentRect,i=t/n.naturalWidth;isNaN(i)||(n.naturalHeight*i>r?(n.style.height=r+`px`,n.style.width=`auto`):(n.style.height=n.naturalHeight*i+`px`,n.style.width=t+`px`))})});return i.observe(t),()=>i.disconnect()},[e]),(0,d.jsx)(Jk,{src:`data:image/jpeg;base64,${e}`,alt:t,viewer:n,magnifier:!0,download:a,className:i,ref:o})},HU={container:`_container_1bdwk_1`,item:`_item_1bdwk_4`,name:`_name_1bdwk_12`},UU=({diagnose:e,image:t,referenceImage:n,similarity:r,status:i,group:a,type:o,isOpen:s,onOpen:c,imageViewer:l,isSelected:u,onClick:f,shift:p=0,downloadImage:m})=>{let{t:h}=IU(),g=!!(t||n||i!==A.OK),_=a===O.IR_VISIBILITY;return(0,d.jsx)(BU,{shift:g?p+20:p,name:(0,d.jsx)($.SecurityFeatureTypeLabel,{children:o}),status:i,selected:u,open:s,onOpen:c,collapse:g,onHeadClick:f,children:(0,d.jsxs)(`div`,{className:HU.container,children:[!(o===P.INVISIBLE_OBJECT||r===0&&!_)&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:h(_?`visibility`:`similarity`)}),(0,d.jsx)(G,{children:_?Yu(r).map($.getIRVisibilityStatus).join(`, `):r+`%`})]}),n&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:h(`reference`)}),(0,d.jsx)(`div`,{className:HU.image,children:(0,d.jsx)(VU,{src:n,imageViewer:l,downloadImage:m,alt:`Reference`})})]}),t&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:h(`image`)}),(0,d.jsx)(`div`,{className:HU.image,children:(0,d.jsx)(VU,{src:t,imageViewer:l,downloadImage:m,alt:`Image`})})]}),i!==A.OK&&(a!==O.PORTRAIT_COMPARISON||e===k.PORTRAIT_COMPARISON_NO_SERVICE_REPLY)&&(0,d.jsxs)(`div`,{className:HU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:HU.name,children:h(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})]})})};q.addResourceBundle(`ru-RU`,`f5703a9089310f67332ce6624b257773`,{image:`Изображение`,diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`f5703a9089310f67332ce6624b257773`,{image:`Image`,diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`f5703a9089310f67332ce6624b257773`,{image:`Attēls`,diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`f5703a9089310f67332ce6624b257773`,{image:`Bild`,diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`f5703a9089310f67332ce6624b257773`,{image:`Zdjęcie`,diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`f5703a9089310f67332ce6624b257773`,{image:`immagine`,diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`f5703a9089310f67332ce6624b257773`,{image:`Kép`,diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`f5703a9089310f67332ce6624b257773`,{image:`图像`,diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`f5703a9089310f67332ce6624b257773`,{image:`影像`,diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`f5703a9089310f67332ce6624b257773`,{image:`Obrázok`,diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`f5703a9089310f67332ce6624b257773`,{image:`Зображення`,diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`f5703a9089310f67332ce6624b257773`,{image:`Image`,diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`f5703a9089310f67332ce6624b257773`,{image:`Imagen`,diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`f5703a9089310f67332ce6624b257773`,{image:`Imagem`,diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`f5703a9089310f67332ce6624b257773`,{image:`الصورة`,diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`f5703a9089310f67332ce6624b257773`,{image:`Beeld`,diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`f5703a9089310f67332ce6624b257773`,{image:`Gambar`,diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`f5703a9089310f67332ce6624b257773`,{image:`Hình ảnh`,diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`f5703a9089310f67332ce6624b257773`,{image:`이미지`,diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`f5703a9089310f67332ce6624b257773`,{image:`Imej`,diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`f5703a9089310f67332ce6624b257773`,{image:`Imagine`,diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`f5703a9089310f67332ce6624b257773`,{image:`Εικόνα`,diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`f5703a9089310f67332ce6624b257773`,{image:`Görüntü`,diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`f5703a9089310f67332ce6624b257773`,{image:`画像`,diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`f5703a9089310f67332ce6624b257773`,{image:`Obrázek`,diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`f5703a9089310f67332ce6624b257773`,{image:`ภาพ`,diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`f5703a9089310f67332ce6624b257773`,{image:`छवि`,diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`f5703a9089310f67332ce6624b257773`,{image:`ছবি`,diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`f5703a9089310f67332ce6624b257773`,{image:`תמונה`,diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`f5703a9089310f67332ce6624b257773`,{image:`Kuva`,diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`f5703a9089310f67332ce6624b257773`,{image:`Bild`,diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`f5703a9089310f67332ce6624b257773`,{image:`Billede`,diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`f5703a9089310f67332ce6624b257773`,{image:`Slika`,diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`f5703a9089310f67332ce6624b257773`,{image:`Bilde`,diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`f5703a9089310f67332ce6624b257773`,{image:`Rasm`,diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`f5703a9089310f67332ce6624b257773`,{image:`Պատկեր`,diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`f5703a9089310f67332ce6624b257773`,{image:`Сүрөт`,diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`f5703a9089310f67332ce6624b257773`,{image:`وێنە`,diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`f5703a9089310f67332ce6624b257773`,{image:`Тасвир`,diagnose:`Ташхис`});var WU=()=>Pk(`f5703a9089310f67332ce6624b257773`),GU={container:`_container_1bdwk_1`,item:`_item_1bdwk_4`,name:`_name_1bdwk_12`},KU=({diagnose:e,image:t,status:n,imageViewer:r,shift:i,downloadImage:a})=>{let{t:o}=WU(),s={"--shift":i+`px`};return(0,d.jsxs)(`div`,{className:GU.container,style:s,children:[t&&(0,d.jsxs)(`div`,{className:GU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GU.name,children:o(`image`)}),(0,d.jsx)(`div`,{className:GU.image,children:(0,d.jsx)(VU,{imageViewer:r,src:t,downloadImage:a,alt:`Reference`})})]}),n!==A.OK&&(0,d.jsxs)(`div`,{className:GU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GU.name,children:o(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})]})};q.addResourceBundle(`ru-RU`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`c4ca1a37309341129fe097aa31cc557b`,{diagnose:`Ташхис`});var qU=()=>Pk(`c4ca1a37309341129fe097aa31cc557b`),JU={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},YU=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(JU.head),children:[(0,d.jsx)(G,{className:JU.name,children:e}),(0,d.jsx)(`div`,{className:JU.status,children:kH(t)})]}),XU={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},ZU=({name:e,collapse:t=!0,status:n,open:r,onOpen:i,onHeadClick:a,children:o,shift:s=0,selected:c})=>(0,d.jsx)(HD,{className:(0,tD.default)(XU.collapse,{[XU.selected]:c}),style:{"--shift":s+`px`},collapse:t,type:`nested`,open:r,onOpen:i,onHeadClick:a,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(YU,{name:e,status:n}),children:o}),QU={container:`_container_1rjxn_1`,item:`_item_1rjxn_4`,name:`_name_1rjxn_19`},$U=({diagnose:e,type:t,status:n,isOpen:r,onOpen:i,isSelected:a,onClick:o,shift:s=0})=>{let{t:c}=qU(),l=n!==A.OK;return(0,d.jsx)(ZU,{shift:l?s+20:s,name:(0,d.jsx)($.SecurityFeatureTypeLabel,{children:t}),status:n,selected:a,open:r,onOpen:i,collapse:l,onHeadClick:o,children:(0,d.jsx)(`div`,{className:QU.container,children:(0,d.jsxs)(`div`,{className:QU.item,children:[(0,d.jsx)(G,{uppercase:!0,className:QU.name,children:c(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})})})};q.addResourceBundle(`ru-RU`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Результат`,reference:`Эталон`,referenceType:`Тип эталона`,diagnose:`Диагностика`}),q.addResourceBundle(`en-US`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Result`,reference:`Reference`,referenceType:`Reference type`,diagnose:`Diagnose`}),q.addResourceBundle(`lv-LV`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Rezultāts`,reference:`Etalons`,referenceType:`Etalona tips`,diagnose:`Diagnose`}),q.addResourceBundle(`de-DE`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Ergebnis`,reference:`Referenz`,referenceType:`Referenztyp`,diagnose:`Diagnose`}),q.addResourceBundle(`pl-PL`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Wynik`,reference:`Wzorzec`,referenceType:`Typ wzorca`,diagnose:`Diagnostyka`}),q.addResourceBundle(`it-IT`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Risultato`,reference:`Riferimento`,referenceType:`Tipo di riferimento`,diagnose:`Diagnosi`}),q.addResourceBundle(`hu-HU`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Eredmény`,reference:`Referencia`,referenceType:`Referencia típusa`,diagnose:`Diagnosztizálás`}),q.addResourceBundle(`zh-Hans`,`0d730438dd394cc9e99b3089a8530e26`,{result:`结果`,reference:`参考`,referenceType:`参考类型`,diagnose:`诊断`}),q.addResourceBundle(`zh-Hant`,`0d730438dd394cc9e99b3089a8530e26`,{result:`結果`,reference:`參攷`,referenceType:`參考類型`,diagnose:`診斷`}),q.addResourceBundle(`sk-SK`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Výsledok`,reference:`Referencia`,referenceType:`Typ referencie`,diagnose:`Diagnóza`}),q.addResourceBundle(`uk-UA`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Результат`,reference:`Еталон`,referenceType:`Тип еталона`,diagnose:`Діагностика`}),q.addResourceBundle(`fr-FR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Résultat`,reference:`Référence`,referenceType:`Type de référence`,diagnose:`Diagnostic`}),q.addResourceBundle(`es-ES`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultado`,reference:`Referencia`,referenceType:`Tipo de referencia`,diagnose:`Diagnosis`}),q.addResourceBundle(`pt-PT`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultado`,reference:`Referência`,referenceType:`Tipo de referência`,diagnose:`Diagnosticar`}),q.addResourceBundle(`ar-AE`,`0d730438dd394cc9e99b3089a8530e26`,{result:`النتيجة`,reference:`النموذج`,referenceType:`نوع النموذج`,diagnose:`تشخيص`}),q.addResourceBundle(`nl-NL`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultaat`,reference:`Referentie`,referenceType:`Type referentie`,diagnose:`Diagnose`}),q.addResourceBundle(`id-ID`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Hasil`,reference:`Referensi`,referenceType:`Tipe referensi`,diagnose:`Diagnosis`}),q.addResourceBundle(`vi-VN`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Kết quả`,reference:`Tham chiếu`,referenceType:`Loại tham chiếu`,diagnose:`Chẩn đoán`}),q.addResourceBundle(`ko-KR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`결과`,reference:`참조`,referenceType:`참조 유형`,diagnose:`진단`}),q.addResourceBundle(`ms-MY`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Hasil`,reference:`Rujukan`,referenceType:`Jenis rujukan`,diagnose:`Diagnosis`}),q.addResourceBundle(`ro-RO`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Rezultat`,reference:`Etalon`,referenceType:`Tipul etalonului`,diagnose:`Diagnoză`}),q.addResourceBundle(`el-GR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Αποτέλεσμα`,reference:`Υπόδειγμα`,referenceType:`Τύπος υποδείγματος`,diagnose:`Διαγνωστικός έλεγχος`}),q.addResourceBundle(`tr-TR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Sonuç`,reference:`Referans`,referenceType:`Referans türü`,diagnose:`Tanılama Yap`}),q.addResourceBundle(`ja-JP`,`0d730438dd394cc9e99b3089a8530e26`,{result:`結果`,reference:`参照`,referenceType:`参照のタイプ`,diagnose:`診断`}),q.addResourceBundle(`cs-CZ`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Výsledek`,reference:`Reference`,referenceType:`Typ reference`,diagnose:`Diagnostikovat`}),q.addResourceBundle(`th-TH`,`0d730438dd394cc9e99b3089a8530e26`,{result:`ผลลัพธ์`,reference:`อ้างอิง`,referenceType:`ประเภทอ้างอิง`,diagnose:`วินิจฉัย`}),q.addResourceBundle(`hi-IN`,`0d730438dd394cc9e99b3089a8530e26`,{result:`परिणाम`,reference:`संदर्भ`,referenceType:`संदर्भ प्रकार`,diagnose:`निदान करें`}),q.addResourceBundle(`bn-BD`,`0d730438dd394cc9e99b3089a8530e26`,{result:`ফলাফল`,reference:`রেফারেন্স`,referenceType:`রেফারেন্সের ধরন`,diagnose:`সমস্যা নির্ণয় করুন`}),q.addResourceBundle(`he-IL`,`0d730438dd394cc9e99b3089a8530e26`,{result:`תוצאה`,reference:`אסמכתה`,referenceType:`סוג האסמכתה`,diagnose:`ניתוח`}),q.addResourceBundle(`fi-FI`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Tulos`,reference:`Viite`,referenceType:`Viitteen tyyppi`,diagnose:`Diagnoosi`}),q.addResourceBundle(`sv-SE`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultat`,reference:`Referens`,referenceType:`Referenstyp`,diagnose:`Diagnose`}),q.addResourceBundle(`da-DK`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultat`,reference:`Reference`,referenceType:`Referencetype`,diagnose:`Diagnose`}),q.addResourceBundle(`hr-HR`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Rezultat`,reference:`Referenca`,referenceType:`Vrsta reference`,diagnose:`Dijagnosticiranje`}),q.addResourceBundle(`no-NO`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Resultat`,reference:`Referanse`,referenceType:`Referansetype`,diagnose:`Diagnostisere`}),q.addResourceBundle(`uz-Latn`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Natija`,reference:`Etalon`,referenceType:`Etalon turi`,diagnose:`Diagnostika`}),q.addResourceBundle(`hy-AM`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Արդյունք`,reference:`Չափանմուշ`,referenceType:`Չափանմուշի տեսակը`,diagnose:`Դիագնոստիկա`}),q.addResourceBundle(`ky-KG`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Натыйжа`,reference:`Эталон`,referenceType:`Эталондун түрү`,diagnose:`Диагностика`}),q.addResourceBundle(`ku-Arab`,`0d730438dd394cc9e99b3089a8530e26`,{result:`ئەنجام`,reference:`ئاماژە`,referenceType:`جۆری ئاماژە`,diagnose:`دەستنیشانکردن`}),q.addResourceBundle(`tg-TJ`,`0d730438dd394cc9e99b3089a8530e26`,{result:`Натиҷа`,reference:`Эталон`,referenceType:`Навъи эталон`,diagnose:`Ташхис`});var eW=()=>Pk(`0d730438dd394cc9e99b3089a8530e26`),tW={head:`_head_whgem_1`,name:`_name_whgem_7`,status:`_status_whgem_11`,pointer:`_pointer_whgem_17`},nW=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(tW.head),children:[(0,d.jsx)(G,{className:tW.name,children:e}),(0,d.jsx)(`div`,{className:tW.status,children:kH(t)})]}),rW={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},iW=({name:e,status:t,open:n,onOpen:r,onHeadClick:i,children:a,shift:o=0,selected:s})=>(0,d.jsx)(HD,{className:(0,tD.default)(rW.collapse,{[rW.selected]:s}),style:{"--shift":o+`px`},type:`nested`,open:n,onOpen:r,onHeadClick:i,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(nW,{name:e,status:t}),children:a}),aW={container:`_container_1k4qg_1`,item:`_item_1k4qg_4`,name:`_name_1k4qg_19`,selected:`_selected_1k4qg_23`,pointer:`_pointer_1k4qg_27`},oW=({diagnose:e,reference:t,status:n,type:r,isOpen:i,onOpen:a,isSelected:o,onResultClick:s,onReferenceClick:c,isResultSelected:l,isReferenceSelected:u,onClick:f,shift:p=0})=>{let{t:m}=eW();return(0,d.jsx)(iW,{shift:p,name:(0,d.jsx)($.VisualFieldType,{children:r}),status:n,selected:o,open:i,onOpen:a,onHeadClick:f,children:(0,d.jsxs)(`div`,{className:aW.container,children:[(0,d.jsxs)(`div`,{className:(0,tD.default)(aW.item,{[aW.selected]:!!l,[aW.pointer]:!!s}),onClick:s,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`result`)}),(0,d.jsx)(G,{children:t.result.trim()?t.result:`—`})]}),(0,d.jsxs)(`div`,{className:(0,tD.default)(aW.item,{[aW.selected]:!!u,[aW.pointer]:!!c}),onClick:c,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`reference`)}),(0,d.jsx)(G,{children:t.reference.trim()?t.reference:`—`})]}),(0,d.jsxs)(`div`,{className:aW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`referenceType`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.AuthenticityTextCheckReference,{children:t.type})})]}),n===A.ERROR&&(0,d.jsxs)(`div`,{className:aW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:aW.name,children:m(`diagnose`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.CheckDiagnose,{children:e})})]})]})})};q.addResourceBundle(`ru-RU`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`en-US`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`lv-LV`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`de-DE`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`pl-PL`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`it-IT`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hu-HU`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hans`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hant`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`sk-SK`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`uk-UA`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`fr-FR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`es-ES`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`pt-PT`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ar-AE`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`nl-NL`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`id-ID`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`vi-VN`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ko-KR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ms-MY`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ro-RO`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`el-GR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`tr-TR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ja-JP`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`cs-CZ`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`th-TH`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hi-IN`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`bn-BD`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`he-IL`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`fi-FI`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`sv-SE`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`da-DK`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hr-HR`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`no-NO`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`uz-Latn`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`hy-AM`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ky-KG`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`ku-Arab`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`}),q.addResourceBundle(`tg-TJ`,`4e7992d19a663aace2a1c84e11059e2a`,{exploreMore:`Explore more`});var sW=()=>Pk(`4e7992d19a663aace2a1c84e11059e2a`),cW={content:`_content_y30cu_1`},lW=({group:e})=>{let{t}=sW();return(0,d.jsxs)(`div`,{className:cW.content,children:[(0,d.jsx)(G,{children:(0,d.jsx)($.GroupDescription,{children:e})}),(0,d.jsx)(TH,{href:`https://docs.regulaforensics.com/develop/doc-reader-sdk/overview/authenticity/`,target:`_blank`,children:t(`exploreMore`)})]})},uW=({group:e})=>$.getGroupDescription(e)?(0,d.jsx)(Bk,{modal:(0,d.jsx)(lW,{group:e}),children:(0,d.jsx)($.AuthenticityLabel,{children:e})}):(0,d.jsx)($.AuthenticityLabel,{children:e}),dW={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},fW=({name:e,status:t,dataTestKey:n})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(dW.head),children:[(0,d.jsx)(G,{className:dW.name,dataTest:n,children:e}),(0,d.jsx)(`div`,{className:dW.status,children:t===void 0?null:kH(t)})]}),pW={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},mW=({type:e,name:t,collapse:n=!0,status:r,open:i,children:a,shift:o=0,selected:s,onOpen:c,onHeadClick:l,dataTestKey:u})=>(0,d.jsx)(HD,{className:(0,tD.default)(pW.collapse,{[pW.selected]:s}),style:{"--shift":o+`px`},collapse:n,type:e,onOpen:c,open:i,onHeadClick:l,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(fW,{name:t,status:r,dataTestKey:u}),children:a}),hW={checks:`_checks_zbgpv_1`},gW=({group:e,checks:t,status:n,onSelect:r,selections:i,page:a,isSelected:o,openFields:s,onOpen:c,onGroupClick:l,onSubGroupClick:u,groupId:f,imageViewer:p,collapse:m,shift:h=0,type:g,downloadImage:_})=>(0,d.jsx)(mW,{shift:h,type:g,name:(0,d.jsx)(uW,{group:e}),status:n,selected:o,open:s.has(f),onOpen:()=>c(f),onHeadClick:l,collapse:m,children:(0,d.jsx)(`div`,{className:(0,tD.default)({[hW.checks]:g!==`nested`}),children:t.map((t,n)=>{let{checkResult:o,diagnose:l,location:m}=t,g=`${f}.${n}`,v=m&&{light:m.light||OU(e),rect:m.rect},y=!!(v&&wU(i,[{page:a,path:String(e),checkResult:o,location:v}])),b=v&&CU(v.rect)?[{page:a,path:String(e),checkResult:o,location:v}]:[],x=t=>`${a}/${e}/${t}/${n}`,S=()=>c(g),C=()=>u(y,g,b);if(tT.isBelongs(t))return(0,d.jsx)(UU,{type:t.type,isSelected:y,status:o,diagnose:l,image:t.image,referenceImage:t.referenceImage,similarity:t.similarity,group:e,onClick:C,shift:h,imageViewer:p,isOpen:s.has(g),onOpen:S,downloadImage:_},x(`ident`));if(rT.isBelongs(t))return(0,d.jsx)(KU,{status:o,diagnose:l,image:t.image,shift:h,imageViewer:p,downloadImage:_},x(`photoIdent`));if($w.isBelongs(t))return(0,d.jsx)(FU,{colorValues:t.colorValues,isSelected:y,status:o,diagnose:l,onClick:C,shift:h,isOpen:s.has(g),onOpen:S},x(`fibers`));if(aT.isBelongs(t))return(0,d.jsx)($U,{type:t.feature,isSelected:y,status:o,diagnose:l,onClick:C,shift:h,isOpen:s.has(g),onOpen:S},x(`security`));if(sT.isBelongs(t)){let n=t=>`${e}${t}`,c=(e,t)=>{r([{page:a,path:n(t),checkResult:o,location:e}])},u=(e,t)=>e&&CU(e.rect)?()=>c(e,t):void 0,f=(e,t)=>e&&wU(i,[{page:a,path:n(t),checkResult:o,location:e}]),p=u(m,t.type),_=u(t.reference.location,t.reference.type),v=f(m,t.type),b=f(t.reference.location,t.reference.type);return(0,d.jsx)(oW,{type:t.type,isSelected:y,status:o,diagnose:l,reference:t.reference,onResultClick:p,onReferenceClick:_,isResultSelected:v,isReferenceSelected:b,onClick:C,shift:h+20,isOpen:s.has(g),onOpen:S},x(`text`))}})})}),_W=({group:e,checks:t,status:n,onSelect:r,selections:i,page:a,groupId:o,imageViewer:s,shift:c=0,type:l,downloadImage:u})=>{let{openFields:f,addOpenField:p,removeOpenField:m}=It(),h=t.reduce((t,n)=>(n.location&&CU(n.location.rect)&&t.push({page:a,path:String(e),checkResult:n.checkResult,location:{light:n.location.light||OU(e),rect:n.location.rect}}),t),[]),g=wU(i,h),_=e=>f.authenticity.has(e)?m(`authenticity`,e):p(`authenticity`,e),v=()=>{if(!h.length)return _(o);let e=f.authenticity.has(o);if((!g||e)&&r(h),!e)return p(`authenticity`,o);g&&m(`authenticity`,o)},y=(e,t,n)=>{if(!n.length)return _(t);let i=f.authenticity.has(t);if(g&&h.length>1){r(n),p(`authenticity`,t);return}(!e||i)&&r(n),i?e&&m(`authenticity`,t):p(`authenticity`,t)},b=t.length>0;return(0,d.jsx)(gW,{group:e,checks:t,status:n,onSelect:r,selections:i,page:a,groupId:o,shift:b?c:0,type:l,openFields:f.authenticity,onOpen:_,onGroupClick:v,onSubGroupClick:y,collapse:b,isSelected:g,imageViewer:s,downloadImage:u})};q.addResourceBundle(`ru-RU`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Страница`}),q.addResourceBundle(`en-US`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Page`}),q.addResourceBundle(`lv-LV`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Lappuse`}),q.addResourceBundle(`de-DE`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Seite`}),q.addResourceBundle(`pl-PL`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Strona`}),q.addResourceBundle(`it-IT`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Pagina`}),q.addResourceBundle(`hu-HU`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Oldal`}),q.addResourceBundle(`zh-Hans`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`页`}),q.addResourceBundle(`zh-Hant`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`頁`}),q.addResourceBundle(`sk-SK`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Strana`}),q.addResourceBundle(`uk-UA`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Сторінка`}),q.addResourceBundle(`fr-FR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Page`}),q.addResourceBundle(`es-ES`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Página`}),q.addResourceBundle(`pt-PT`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Página`}),q.addResourceBundle(`ar-AE`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`صفحة`}),q.addResourceBundle(`nl-NL`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Pagina`}),q.addResourceBundle(`id-ID`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Halaman`}),q.addResourceBundle(`vi-VN`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Trang`}),q.addResourceBundle(`ko-KR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`페이지`}),q.addResourceBundle(`ms-MY`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Halaman`}),q.addResourceBundle(`ro-RO`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Pagina`}),q.addResourceBundle(`el-GR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Σελίδα`}),q.addResourceBundle(`tr-TR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sayfa`}),q.addResourceBundle(`ja-JP`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`ページ`}),q.addResourceBundle(`cs-CZ`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Strana`}),q.addResourceBundle(`th-TH`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`หน้า`}),q.addResourceBundle(`hi-IN`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`पृष्ठ`}),q.addResourceBundle(`bn-BD`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`পেইজ`}),q.addResourceBundle(`he-IL`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`דף`}),q.addResourceBundle(`fi-FI`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sivu`}),q.addResourceBundle(`sv-SE`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sida`}),q.addResourceBundle(`da-DK`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Side`}),q.addResourceBundle(`hr-HR`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Stranica`}),q.addResourceBundle(`no-NO`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Side`}),q.addResourceBundle(`uz-Latn`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Sahifa`}),q.addResourceBundle(`hy-AM`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Էջ`}),q.addResourceBundle(`ky-KG`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Бет`}),q.addResourceBundle(`ku-Arab`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`پەڕە`}),q.addResourceBundle(`tg-TJ`,`c978bfc734ce43cb57f59e262c5b970c`,{page:`Саҳифа`});var vW=()=>Pk(`c978bfc734ce43cb57f59e262c5b970c`),yW={scroll:`_scroll_wfx4h_1`,authenticity:`_authenticity_wfx4h_7`},bW=255,xW=({authenticity:e,documentIdentification:t,selections:n,onSelect:r,onOpen:i,openFields:a,imageViewer:o,initialScrollPosition:s,onScrollTop:c,downloadImage:l})=>{let{t:u}=vW();return(0,d.jsx)(_H,{extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:yW.scroll,initialScrollPosition:s,onScrollTop:c,children:e.length===1?(0,d.jsx)(`div`,{className:yW.authenticity,children:e[0].groups.map(({group:t,checks:i,checkResult:a},s)=>(0,d.jsx)(_W,{checks:i,group:t,status:a,page:e[0].page,onSelect:r,selections:n,type:`nested`,imageViewer:o,groupId:String(s),downloadImage:l},t))}):e.map(({page:e,groups:s},c)=>{let f=String(c);return e===bW?s.map(({group:t,checks:i})=>(0,d.jsx)(_W,{checks:i,group:t,page:e,onSelect:r,selections:n,imageViewer:o,groupId:f,downloadImage:l},t)):(0,d.jsx)(HD,{head:(0,d.jsx)(G,{children:t.find(({pageIndex:t})=>t===e)?.documentName||`${u(`page`)} ${e+1}`}),open:a.has(f),onOpen:()=>i(e,f),openClickArea:`head`,children:(0,d.jsx)(`div`,{className:yW.authenticity,children:s.map(({group:t,checks:i,checkResult:a},s)=>(0,d.jsx)(_W,{checks:i,group:t,status:a,page:e,onSelect:r,selections:n,shift:16,type:`nested`,imageViewer:o,groupId:`${f}.${s}`,downloadImage:l},t))})},e)})})},SW=({authenticity:e,documentIdentification:t,onSelect:n,imageViewer:r,initialScrollPosition:i,downloadImage:a})=>{let{setScroll:o}=Vt(),{openFields:s,addOpenField:c,removeOpenField:l,resetOpenField:f}=It(),{selections:p}=b(),{setPage:m}=_(),h=(e,t)=>{s.authenticity.has(t)?l(`authenticity`,t):(m(e),c(`authenticity`,t))},g=o?e=>o(`authenticity`,e):void 0;return(0,u.useEffect)(()=>()=>{f(`authenticity`)},[e]),(0,d.jsx)(xW,{authenticity:e,documentIdentification:t,selections:p,onSelect:n,imageViewer:r,initialScrollPosition:i,onScrollTop:g,openFields:s.authenticity,onOpen:h,downloadImage:a})};q.addResourceBundle(`ru-RU`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Страница`,documentID:`Document ID`,probability:`Вероятность`,deprecated:`Выведен из оборота`,documentCategory:`Категория документа`,no:`Нет`,yes:`Да`}),q.addResourceBundle(`en-US`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Page`,documentID:`Document ID`,probability:`Probability`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`No`,yes:`Yes`}),q.addResourceBundle(`lv-LV`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Lappuse`,documentID:`Document ID`,probability:`Iespējamība`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nē`,yes:`Jā`}),q.addResourceBundle(`de-DE`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Seite`,documentID:`Document ID`,probability:`Wahrscheinlichkeit`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nein`,yes:`Ja`}),q.addResourceBundle(`pl-PL`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Strona`,documentID:`Document ID`,probability:`Prawdopodobieństwo`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nie`,yes:`Tak`}),q.addResourceBundle(`it-IT`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Pagina`,documentID:`Document ID`,probability:`Probabilità`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`No`,yes:`Si`}),q.addResourceBundle(`hu-HU`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Oldal`,documentID:`Document ID`,probability:`Valószínűség`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nem`,yes:`Igen`}),q.addResourceBundle(`zh-Hans`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`页`,documentID:`Document ID`,probability:`机率`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`否`,yes:`是`}),q.addResourceBundle(`zh-Hant`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`頁`,documentID:`Document ID`,probability:`概率`,deprecated:`已棄用`,documentCategory:`檔案類別`,no:`不`,yes:`是`}),q.addResourceBundle(`sk-SK`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Strana`,documentID:`Document ID`,probability:`Pravdepodobnosť`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nie`,yes:`Áno`}),q.addResourceBundle(`uk-UA`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Сторінка`,documentID:`Document ID`,probability:`Імовірність`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ні`,yes:`Так`}),q.addResourceBundle(`fr-FR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Page`,documentID:`Document ID`,probability:`Probabilité`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Non`,yes:`Oui`}),q.addResourceBundle(`es-ES`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Página`,documentID:`Document ID`,probability:`Probabilidad`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`No`,yes:`Sí`}),q.addResourceBundle(`pt-PT`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Página`,documentID:`Document ID`,probability:`Probabilidade`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Não`,yes:`Sim`}),q.addResourceBundle(`ar-AE`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`صفحة`,documentID:`Document ID`,probability:`احتمالية`,deprecated:`تم سحبه من التداول`,documentCategory:`فئة المستند`,no:`لا`,yes:`نعم`}),q.addResourceBundle(`nl-NL`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Pagina`,documentID:`Document ID`,probability:`Waarschijnlijkheid`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nee`,yes:`Ja`}),q.addResourceBundle(`id-ID`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Halaman`,documentID:`Document ID`,probability:`Probabilitas`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Tidak`,yes:`Ya`}),q.addResourceBundle(`vi-VN`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Trang`,documentID:`Document ID`,probability:`Xác suất`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Không`,yes:`Có`}),q.addResourceBundle(`ko-KR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`페이지`,documentID:`Document ID`,probability:`가능성`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`아니요`,yes:`예`}),q.addResourceBundle(`ms-MY`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Halaman`,documentID:`Document ID`,probability:`Kebarangkalian`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Tidak`,yes:`Ya`}),q.addResourceBundle(`ro-RO`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Pagina`,documentID:`Document ID`,probability:`Probabilitate`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nu`,yes:`Da`}),q.addResourceBundle(`el-GR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Σελίδα`,documentID:`Document ID`,probability:`Πιθανότητα`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Όχι`,yes:`Ναι`}),q.addResourceBundle(`tr-TR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sayfa`,documentID:`Document ID`,probability:`Olasılık`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Hayır`,yes:`Evet`}),q.addResourceBundle(`ja-JP`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`ページ`,documentID:`Document ID`,probability:`確率`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`いいえ`,yes:`はい`}),q.addResourceBundle(`cs-CZ`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Strana`,documentID:`Document ID`,probability:`Pravděpodobnost`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ne`,yes:`Ano`}),q.addResourceBundle(`th-TH`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`หน้า`,documentID:`Document ID`,probability:`ความเป็นไปได้`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`ไม่`,yes:`ใช่`}),q.addResourceBundle(`hi-IN`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`पृष्ठ`,documentID:`Document ID`,probability:`संभावना`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`नहीं`,yes:`हाँ`}),q.addResourceBundle(`bn-BD`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`পেইজ`,documentID:`Document ID`,probability:`সম্ভাব্যতা`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`না`,yes:`হ্যাঁ`}),q.addResourceBundle(`he-IL`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`דף`,documentID:`Document ID`,probability:`הסתברות`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`לא`,yes:`כן`}),q.addResourceBundle(`fi-FI`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sivu`,documentID:`Document ID`,probability:`Todennäköisyys`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ei`,yes:`Kyllä`}),q.addResourceBundle(`sv-SE`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sida`,documentID:`Document ID`,probability:`Sannolikhet`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nej`,yes:`Ja`}),q.addResourceBundle(`da-DK`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Side`,documentID:`Document ID`,probability:`Sandsynlighed`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nej`,yes:`Ja`}),q.addResourceBundle(`hr-HR`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Stranica`,documentID:`Document ID`,probability:`Vjerojatnost`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Ne`,yes:`Da`}),q.addResourceBundle(`no-NO`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Side`,documentID:`Document ID`,probability:`Sannsynlighet`,deprecated:`Deprecated`,documentCategory:`Document category`,no:`Nei`,yes:`Ja`}),q.addResourceBundle(`uz-Latn`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Sahifa`,documentID:`Document ID`,probability:`Ehtimollik`,deprecated:`Muomaladan chiqarilgan`,documentCategory:`Hujjat toifasi`,no:`Yo'q`,yes:`Ha`}),q.addResourceBundle(`hy-AM`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Էջ`,documentID:`Document ID`,probability:`Հավանականություն`,deprecated:`Շրջանառությունից հանվել է`,documentCategory:`Document category`,no:`Ոչ`,yes:`Այո`}),q.addResourceBundle(`ky-KG`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Бет`,documentID:`Document ID`,probability:`Мүмкүндүк`,deprecated:`Жүгүртүүдөн чыгарылды`,documentCategory:`Document category`,no:`Жок`,yes:`Ооба`}),q.addResourceBundle(`ku-Arab`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`پەڕە`,documentID:`Document ID`,probability:`ئەگەر`,deprecated:`کۆن`,documentCategory:`جۆری بەڵگەنامە`,no:`نەخێر`,yes:`بەڵێ`}),q.addResourceBundle(`tg-TJ`,`dc87716ea86ebf584e6de7d3249457b2`,{page:`Саҳифа`,documentID:`Document ID`,probability:`Эҳтимолият`,deprecated:`Аз муомилот гирифта шудааст`,documentCategory:`Категорияи ҳуҷҷат`,no:`Не`,yes:`Ҳа`});var CW=()=>Pk(`dc87716ea86ebf584e6de7d3249457b2`),wW={container:`_container_bbhhp_1`,name:`_name_bbhhp_15`},TW=({pageIndex:e,isDeprecated:t,documentId:n,shift:r,documentCategory:i})=>{let{t:a}=CW(),o={"--shift":r+`px`};return(0,d.jsxs)(d.Fragment,{children:[i!==void 0&&(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`documentCategory`)}),(0,d.jsx)(G,{children:i.toUpperCase()})]}),(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`documentID`)}),(0,d.jsx)(G,{children:n})]}),(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`deprecated`)}),(0,d.jsx)(G,{uppercase:!0,children:a(t?`yes`:`no`)})]}),e!==void 0&&(0,d.jsxs)(`div`,{className:wW.container,children:[(0,d.jsx)(G,{uppercase:!0,className:wW.name,style:o,children:a(`page`)}),(0,d.jsx)(G,{children:e+1})]})]})},EW={scroll:`_scroll_1wl41_1`,identification:`_identification_1wl41_7`},DW=({documentIdentification:e,openFields:t,onOpen:n,initialScrollPosition:r,onScrollTop:i})=>(0,d.jsx)(_H,{extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:EW.scroll,initialScrollPosition:r,onScrollTop:i,children:e.length===1?(0,d.jsx)(`div`,{className:EW.identification,children:(0,d.jsx)(TW,{isDeprecated:e[0].isDeprecated,documentId:e[0].documentId,documentCategory:e[0].documentCategory})}):e.map(({pageIndex:e,documentCategory:r,documentName:i,isDeprecated:a,documentId:o},s)=>(0,d.jsx)(HD,{head:(0,d.jsx)(G,{children:i}),open:t.has(String(s)),onOpen:()=>n(e,String(s)),dataAttributes:{"data-extended-scroll":``},openClickArea:`head`,children:(0,d.jsx)(`div`,{className:EW.identification,children:(0,d.jsx)(TW,{pageIndex:e,isDeprecated:a,documentId:o,documentCategory:r,shift:24})})},e))}),OW=({documentIdentification:e,initialScrollPosition:t})=>{let{setScroll:n}=Vt(),{openFields:r,addOpenField:i,removeOpenField:a,resetOpenField:o}=It(),{setPage:s}=_(),c=(e,t)=>{r.identification.has(t)?a(`identification`,t):(s(e),i(`identification`,t))},l=n?e=>n(`imageQuality`,e):void 0;return(0,u.useEffect)(()=>()=>{o(`identification`)},[e]),(0,d.jsx)(DW,{documentIdentification:e,openFields:r.identification,onScrollTop:l,initialScrollPosition:t,onOpen:c})},kW={container:`_container_w3ywq_1`,name:`_name_w3ywq_16`,selected:`_selected_w3ywq_21`,pointer:`_pointer_w3ywq_25`},AW=({name:e,status:t,selected:n,onClick:r,shift:i=0})=>{let a=kH(t),o={"--shift":i+`px`};return(0,d.jsxs)(`div`,{className:(0,tD.default)(kW.container,{[kW.selected]:n,[kW.pointer]:!!r}),onClick:r,children:[(0,d.jsx)(G,{uppercase:!0,className:kW.name,style:o,children:(0,d.jsx)($.ImageQualityCheckTypeLabel,{children:e})}),a]})},jW={head:`_head_1y2j2_1`,name:`_name_1y2j2_7`,status:`_status_1y2j2_11`},MW=({name:e,status:t})=>(0,d.jsxs)(`div`,{className:jW.head,children:[(0,d.jsx)(G,{className:jW.name,children:e}),(0,d.jsx)(`div`,{className:jW.status,children:kH(t)})]}),NW={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},PW=({name:e,status:t,open:n,onOpen:r,onHeadClick:i,selected:a,children:o})=>(0,d.jsx)(HD,{className:(0,tD.default)(NW.collapse,{[NW.selected]:a}),open:n,onOpen:r,dataAttributes:{"data-extended-scroll":``},onHeadClick:i,head:(0,d.jsx)(MW,{name:e,status:t}),children:o});q.addResourceBundle(`ru-RU`,`de69905604fe0024fb127e3820099c8f`,{page:`Страница`}),q.addResourceBundle(`en-US`,`de69905604fe0024fb127e3820099c8f`,{page:`Page`}),q.addResourceBundle(`lv-LV`,`de69905604fe0024fb127e3820099c8f`,{page:`Lappuse`}),q.addResourceBundle(`de-DE`,`de69905604fe0024fb127e3820099c8f`,{page:`Seite`}),q.addResourceBundle(`pl-PL`,`de69905604fe0024fb127e3820099c8f`,{page:`Strona`}),q.addResourceBundle(`it-IT`,`de69905604fe0024fb127e3820099c8f`,{page:`Pagina`}),q.addResourceBundle(`hu-HU`,`de69905604fe0024fb127e3820099c8f`,{page:`Oldal`}),q.addResourceBundle(`zh-Hans`,`de69905604fe0024fb127e3820099c8f`,{page:`页`}),q.addResourceBundle(`zh-Hant`,`de69905604fe0024fb127e3820099c8f`,{page:`頁`}),q.addResourceBundle(`sk-SK`,`de69905604fe0024fb127e3820099c8f`,{page:`Strana`}),q.addResourceBundle(`uk-UA`,`de69905604fe0024fb127e3820099c8f`,{page:`Сторінка`}),q.addResourceBundle(`fr-FR`,`de69905604fe0024fb127e3820099c8f`,{page:`Page`}),q.addResourceBundle(`es-ES`,`de69905604fe0024fb127e3820099c8f`,{page:`Página`}),q.addResourceBundle(`pt-PT`,`de69905604fe0024fb127e3820099c8f`,{page:`Página`}),q.addResourceBundle(`ar-AE`,`de69905604fe0024fb127e3820099c8f`,{page:`صفحة`}),q.addResourceBundle(`nl-NL`,`de69905604fe0024fb127e3820099c8f`,{page:`Pagina`}),q.addResourceBundle(`id-ID`,`de69905604fe0024fb127e3820099c8f`,{page:`Halaman`}),q.addResourceBundle(`vi-VN`,`de69905604fe0024fb127e3820099c8f`,{page:`Trang`}),q.addResourceBundle(`ko-KR`,`de69905604fe0024fb127e3820099c8f`,{page:`페이지`}),q.addResourceBundle(`ms-MY`,`de69905604fe0024fb127e3820099c8f`,{page:`Halaman`}),q.addResourceBundle(`ro-RO`,`de69905604fe0024fb127e3820099c8f`,{page:`Pagina`}),q.addResourceBundle(`el-GR`,`de69905604fe0024fb127e3820099c8f`,{page:`Σελίδα`}),q.addResourceBundle(`tr-TR`,`de69905604fe0024fb127e3820099c8f`,{page:`Sayfa`}),q.addResourceBundle(`ja-JP`,`de69905604fe0024fb127e3820099c8f`,{page:`ページ`}),q.addResourceBundle(`cs-CZ`,`de69905604fe0024fb127e3820099c8f`,{page:`Strana`}),q.addResourceBundle(`th-TH`,`de69905604fe0024fb127e3820099c8f`,{page:`หน้า`}),q.addResourceBundle(`hi-IN`,`de69905604fe0024fb127e3820099c8f`,{page:`पृष्ठ`}),q.addResourceBundle(`bn-BD`,`de69905604fe0024fb127e3820099c8f`,{page:`পেইজ`}),q.addResourceBundle(`he-IL`,`de69905604fe0024fb127e3820099c8f`,{page:`דף`}),q.addResourceBundle(`fi-FI`,`de69905604fe0024fb127e3820099c8f`,{page:`Sivu`}),q.addResourceBundle(`sv-SE`,`de69905604fe0024fb127e3820099c8f`,{page:`Sida`}),q.addResourceBundle(`da-DK`,`de69905604fe0024fb127e3820099c8f`,{page:`Side`}),q.addResourceBundle(`hr-HR`,`de69905604fe0024fb127e3820099c8f`,{page:`Stranica`}),q.addResourceBundle(`no-NO`,`de69905604fe0024fb127e3820099c8f`,{page:`Side`}),q.addResourceBundle(`uz-Latn`,`de69905604fe0024fb127e3820099c8f`,{page:`Sahifa`}),q.addResourceBundle(`hy-AM`,`de69905604fe0024fb127e3820099c8f`,{page:`Էջ`}),q.addResourceBundle(`ky-KG`,`de69905604fe0024fb127e3820099c8f`,{page:`Бет`}),q.addResourceBundle(`ku-Arab`,`de69905604fe0024fb127e3820099c8f`,{page:`پەڕە`}),q.addResourceBundle(`tg-TJ`,`de69905604fe0024fb127e3820099c8f`,{page:`Саҳифа`});var FW=()=>Pk(`de69905604fe0024fb127e3820099c8f`),IW={scroll:`_scroll_180s7_1`,"image-quality":`_image-quality_180s7_7`},LW=({onSelect:e,selections:t,checkIsSelected:n,groupClickHandler:r,imageQuality:i,documentIdentification:a,onOpen:o,openFields:s,initialScrollPosition:c,onScrollTop:l})=>{let{t:u}=FW();return(0,d.jsx)(_H,{extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:IW.scroll,initialScrollPosition:c,onScrollTop:l,children:i.length===1?(0,d.jsx)(`div`,{className:IW[`image-quality`],children:i[0].checks.map(({checkType:n,checkResult:r,areas:a})=>(0,d.jsx)(AW,{name:n,status:r,selected:a&&wU(t,[{page:i[0].pageIndex,path:String(i[0].pageIndex),checkResult:r,location:{rect:a.List}}]),onClick:a&&CU(a.List)?()=>e([{page:i[0].pageIndex,path:String(i[0].pageIndex),checkResult:r,location:{rect:a.List}}]):void 0},n))}):i.map(({pageIndex:i,checks:c,checkResult:l},f)=>(0,d.jsx)(PW,{name:a.find(e=>e.pageIndex===i)?.documentName||`${u(`page`)} ${i+1}`,status:l,open:s.has(String(f)),onOpen:()=>o(i,String(f)),onHeadClick:()=>r(i,String(f)),selected:n(i),children:(0,d.jsx)(`div`,{className:IW[`image-quality`],children:c.map(({checkType:n,checkResult:r,areas:a})=>(0,d.jsx)(AW,{name:n,status:r,shift:24,selected:a&&wU(t,[{page:i,path:String(i),checkResult:r,location:{rect:a.List}}]),onClick:a&&CU(a.List)?()=>e([{page:i,path:String(i),checkResult:r,location:{rect:a.List}}]):void 0},n))})},i))})},RW=({onSelect:e,imageQuality:t,documentIdentification:n,initialScrollPosition:r})=>{let{setScroll:i}=Vt(),{openFields:a,addOpenField:o,removeOpenField:s,resetOpenField:c}=It(),{selections:l}=b(),{setPage:f}=_(),p=(e,t)=>{a.imageQuality.has(t)?s(`imageQuality`,t):(f(e),o(`imageQuality`,t))},m=i?e=>i(`imageQuality`,e):void 0,h=(0,u.useMemo)(()=>t.map(e=>{let t=[];return e.checks.forEach(({areas:n,checkResult:r})=>{n&&CU(n.List)&&t.push({page:e.pageIndex,path:String(e.pageIndex),checkResult:r,location:{rect:n.List}})}),t},[]),[t]),g=e=>wU(l,h[e]);return(0,u.useEffect)(()=>{let t=h.findIndex(e=>e.length>0);t!==-1&&e(h[t])},[h]),(0,u.useEffect)(()=>()=>{c(`imageQuality`)},[t]),(0,d.jsx)(LW,{onSelect:e,selections:l,checkIsSelected:g,groupClickHandler:(t,n)=>{if(!h[t].length)return p(t,n);let r=a.imageQuality.has(n),i=g(t);if((!i||r)&&e(h[t]),!r)return o(`imageQuality`,n);i&&s(`imageQuality`,n)},imageQuality:t,documentIdentification:n,openFields:a.imageQuality,initialScrollPosition:r,onScrollTop:m,onOpen:p})},zW={name:`_name_c7mbz_1`,value:`_value_c7mbz_6`},BW=({name:e,value:t,status:n})=>{let r=kH(n);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:zW.name,size:`12x160`,uppercase:!0,children:e}),(0,d.jsx)(G,{className:zW.value,children:t}),r]})},VW=(e,t)=>{let n=e.replace(/\^/g,`
|
|
22
|
+
`).trim();return t===A.ERROR&&!n?`—`:n},HW={"preview-container":`_preview-container_t99k8_1`},UW=({source:e,comparisonList:t})=>(0,d.jsxs)(`div`,{className:HW[`preview-container`],children:[e.filter(({value:e})=>!!e).map(({source:e,value:t,checkResult:n,rect:r,pageIndex:i,probability:a},o)=>(0,d.jsx)(BW,{name:e,value:VW(t,n),status:n},e+t+n+a+i+JSON.stringify(r||o))),t.filter(({status:e})=>e!==A.WAS_NOT_DONE).map(({sourceLeft:e,sourceRight:t,status:n})=>(0,d.jsx)(BW,{name:`${e} – ${t}`,value:``,status:n},e+t))]});q.addResourceBundle(`ru-RU`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Страница`,probability:`Вероятность`}),q.addResourceBundle(`en-US`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probability`}),q.addResourceBundle(`lv-LV`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Iespējamība`}),q.addResourceBundle(`de-DE`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Wahrscheinlichkeit`}),q.addResourceBundle(`pl-PL`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Strona`,probability:`Prawdopodobieństwo`}),q.addResourceBundle(`it-IT`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilità`}),q.addResourceBundle(`hu-HU`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Valószínűség`}),q.addResourceBundle(`zh-Hans`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`页`,probability:`机率`}),q.addResourceBundle(`zh-Hant`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`頁`,probability:`概率`}),q.addResourceBundle(`sk-SK`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Pravdepodobnosť`}),q.addResourceBundle(`uk-UA`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Імовірність`}),q.addResourceBundle(`fr-FR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilité`}),q.addResourceBundle(`es-ES`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilidad`}),q.addResourceBundle(`pt-PT`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilidade`}),q.addResourceBundle(`ar-AE`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`صفحة`,probability:`احتمالية`}),q.addResourceBundle(`nl-NL`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Waarschijnlijkheid`}),q.addResourceBundle(`id-ID`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilitas`}),q.addResourceBundle(`vi-VN`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Xác suất`}),q.addResourceBundle(`ko-KR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`가능성`}),q.addResourceBundle(`ms-MY`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Kebarangkalian`}),q.addResourceBundle(`ro-RO`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Probabilitate`}),q.addResourceBundle(`el-GR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Πιθανότητα`}),q.addResourceBundle(`tr-TR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Sayfa`,probability:`Olasılık`}),q.addResourceBundle(`ja-JP`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`確率`}),q.addResourceBundle(`cs-CZ`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Pravděpodobnost`}),q.addResourceBundle(`th-TH`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`ความเป็นไปได้`}),q.addResourceBundle(`hi-IN`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`संभावना`}),q.addResourceBundle(`bn-BD`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`সম্ভাব্যতা`}),q.addResourceBundle(`he-IL`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`הסתברות`}),q.addResourceBundle(`fi-FI`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Todennäköisyys`}),q.addResourceBundle(`sv-SE`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Sannolikhet`}),q.addResourceBundle(`da-DK`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Sandsynlighed`}),q.addResourceBundle(`hr-HR`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Vjerojatnost`}),q.addResourceBundle(`no-NO`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Sannsynlighet`}),q.addResourceBundle(`uz-Latn`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Sahifa`,probability:`Ehtimollik`}),q.addResourceBundle(`hy-AM`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Հավանականություն`}),q.addResourceBundle(`ky-KG`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Page`,probability:`Мүмкүндүк`}),q.addResourceBundle(`ku-Arab`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`پەڕە`,probability:`ئەگەر`}),q.addResourceBundle(`tg-TJ`,`0b9710958905a1fef033fa8881ba3e7a`,{page:`Саҳифа`,probability:`Эҳтимолият`});var WW=()=>Pk(`0b9710958905a1fef033fa8881ba3e7a`),GW={container:`_container_1627j_1`,item:`_item_1627j_4`,name:`_name_1627j_21`},KW=({probability:e,pageIndex:t})=>{let{t:n}=WW();return(0,d.jsxs)(`div`,{className:GW.container,children:[(0,d.jsxs)(`div`,{className:GW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GW.name,children:n(`probability`)}),(0,d.jsx)(G,{children:e+`%`})]}),(0,d.jsxs)(`div`,{className:GW.item,children:[(0,d.jsx)(G,{uppercase:!0,className:GW.name,children:n(`page`)}),(0,d.jsx)(G,{children:t+1})]})]})},qW={content:`_content_19nax_1`},JW=({source:e})=>(0,d.jsxs)(`div`,{className:qW.content,children:[(0,d.jsx)(G,{size:`18x135`,children:(0,d.jsx)($.Source,{children:e})}),(0,d.jsx)(G,{children:(0,d.jsx)($.SourceDescription,{children:e})})]}),YW={content:`_content_lkw3k_1`},XW=({left:e,right:t})=>(0,d.jsx)(`div`,{className:YW.content,children:(0,d.jsx)(G,{children:`Comparison between ${e} and ${t}.`})}),ZW={comparison:`_comparison_1vwch_1`,name:`_name_1vwch_9`},QW=({left:e,right:t,status:n})=>{let r=kH(n);return(0,d.jsxs)(`div`,{className:ZW.comparison,children:[(0,d.jsx)(G,{className:ZW.name,children:(0,d.jsx)(Bk,{modal:(0,d.jsx)(XW,{left:e,right:t}),children:`${e} – ${t}`})}),r]})},$W={head:`_head_1rbb3_1`,name:`_name_1rbb3_7`,value:`_value_1rbb3_10`,status:`_status_1rbb3_15`},eG=({name:e,value:t,status:n,onMouseEnter:r,onMouseLeave:i,onMouseMove:a,dataTestKey:o,dataTestValue:s})=>(0,d.jsxs)(`div`,{className:(0,tD.default)($W.head),children:[(0,d.jsx)(G,{className:$W.name,onMouseEnter:r,onMouseLeave:i,onMouseMove:a,dataTest:o,children:e}),(0,d.jsx)(G,{className:$W.value,dataTest:s,children:t}),(0,d.jsx)(`div`,{className:$W.status,children:n===void 0?null:kH(n)})]}),tG={"preview-container":`_preview-container_1y3z1_1`,preview:`_preview_1y3z1_1`,previewRtl:`_previewRtl_1y3z1_26`,"opacity-enter":`_opacity-enter_1y3z1_30`,"opacity-enter-active":`_opacity-enter-active_1y3z1_34`,"opacity-exit":`_opacity-exit_1y3z1_39`,"opacity-exit-active":`_opacity-exit-active_1y3z1_43`},nG=({previewPosition:e,showPreview:t,children:n})=>{let r=(0,u.useRef)(null),i=Ik(),a=i===`rtl`,o={"--preview-x":e.x+`px`,"--preview-y":e.y+`px`};return(0,d.jsx)(fO,{nodeRef:r,in:t,timeout:100,classNames:{enter:tG[`opacity-enter`],enterActive:tG[`opacity-enter-active`],exit:tG[`opacity-exit`],exitActive:tG[`opacity-exit-active`]},unmountOnExit:!0,children:(0,d.jsx)(`div`,{className:tG[`preview-container`],dir:i,children:(0,d.jsx)(`div`,{className:(0,tD.default)(tG.preview,a&&tG.previewRtl),style:o,ref:r,children:n})})})},rG={collapse:`_collapse_8slob_1`,selected:`_selected_8slob_1`},iG=({type:e,name:t,collapse:n=!0,value:r,status:i,open:a,children:o,shift:s=0,selected:c,onOpen:l,onHeadClick:p,preview:m,dataTestKey:h,dataTestValue:g})=>{let[_,v]=(0,u.useState)(!1),[y,b]=(0,u.useState)({x:0,y:0}),x=m&&!rD.isMobile,S=e=>b({x:e.clientX+scrollX,y:e.clientY+scrollY}),C=e=>{S(e),v(!0)},w=()=>v(!1);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(HD,{className:(0,tD.default)(rG.collapse,{[rG.selected]:c}),style:{"--shift":s+`px`},collapse:n,type:e,onOpen:l,open:a,onHeadClick:p,onMouseEnter:x?C:void 0,onMouseLeave:x?w:void 0,onMouseMove:x?S:void 0,dataAttributes:{"data-extended-scroll":``},head:(0,d.jsx)(eG,{name:t,value:r,status:i,dataTestKey:h,dataTestValue:g}),children:o}),m&&(0,f.createPortal)((0,d.jsx)(nG,{showPreview:!a&&_,previewPosition:y,children:m}),document.body)]})},aG=(e,t)=>e.some(({value:e})=>e!==``)||t.length>0,oG={"text-data":`_text-data_uau8a_1`},sG=({selections:e,groupValue:t,status:n,bySource:r,comparisonList:i,groupName:a,isSelected:o,isMultipleRFID:s,openFields:c,onOpen:l,onGroupClick:u,onSubGroupClick:f,groupId:p,isCollapse:m,preview:h})=>(0,d.jsx)(iG,{name:a,value:t,status:n,selected:o,open:c.has(p),preview:h,onOpen:()=>l(p),onHeadClick:u,collapse:m,dataTestKey:`params-group_key`,dataTestValue:`params-group_value`,children:(0,d.jsxs)(`div`,{className:oG[`text-data`],children:[r.map(({source:t,value:n,checkResult:r,probability:i,pageIndex:o,rect:u,rfidOrigin:m},h)=>{let g=`${p}.${h}`,_=!!(u&&wU(e,[{page:o,path:a,checkResult:r,location:{rect:[u]}}])),v=u&&CU([u])?[{page:o,path:a,checkResult:r,location:{rect:[u]}}]:[];return n.trim()||r!==A.WAS_NOT_DONE?(0,d.jsx)(iG,{type:`nested`,shift:20,open:c.has(g),onOpen:()=>l(g),name:(0,d.jsx)(Bk,{modal:(0,d.jsx)(JW,{source:t}),children:s&&t===Ja.RFID?`${t} (DG${m?.dg||``})`:t}),value:VW(n,r),status:r,selected:_,onHeadClick:()=>f(_,g,v),children:(0,d.jsx)(KW,{probability:i,pageIndex:o})},t+n+r+i+o+JSON.stringify(u||h)):null}),i.map(({sourceLeft:e,sourceRight:t,status:n})=>(0,d.jsx)(QW,{left:e,right:t,status:n},e+t))]})}),cG=9999,lG=({onSelect:e,selections:t,groupId:n,type:r,value:i,lcid:a,checkResult:o,bySource:s,comparisonList:c})=>{let{openFields:l,addOpenField:u,removeOpenField:f}=It();Pk();let p=aG(s,c),m=VW(i,o),h=a!==j.LATIN&&a!==cG,g=`${$.getVisualFieldType(r)}${h?` (${$.getLCID(a)})`:``}`,_=p?(0,d.jsx)(UW,{source:s,comparisonList:c}):void 0,v=s.reduce((e,t)=>(t.rect&&CU([t.rect])&&e.push({page:t.pageIndex,path:g,checkResult:t.checkResult,location:{rect:[t.rect]}}),e),[]),y=wU(t,v),b=s.filter(e=>e.source===Ja.RFID).length>1,x=e=>l.textData.has(e)?f(`textData`,e):u(`textData`,e);return(0,d.jsx)(sG,{selections:t,status:o,bySource:s,comparisonList:c,groupName:g,isSelected:y,isMultipleRFID:b,groupValue:m,openFields:l.textData,onOpen:x,onGroupClick:()=>{if(!v.length)return x(n);let t=l.textData.has(n);if((!y||t)&&e(v),!t)return u(`textData`,n);y&&f(`textData`,n)},onSubGroupClick:(t,n,r)=>{if(!r.length)return x(n);let i=l.textData.has(n);if(y&&v.length>1){e(r),u(`textData`,n);return}(!t||i)&&e(r),i?t&&f(`textData`,n):u(`textData`,n)},groupId:n,isCollapse:p,preview:_})},uG={scroll:`_scroll_ev01v_1`},dG=({onSelect:e,selections:t,textData:n,onScrollTop:r,initialScrollPosition:i})=>(0,d.jsx)(_H,{onScrollTop:r,initialScrollPosition:i,extendedItemSelector:`[data-extended-scroll]`,extendedScrollDelay:200,className:uG.scroll,children:n.map(({type:n,value:r,checkResult:i,bySource:a,comparisonList:o,lcid:s},c)=>(0,d.jsx)(lG,{type:n,value:r,checkResult:i,bySource:a,comparisonList:o,lcid:s,onSelect:e,selections:t,groupId:String(c)},n+r+s))}),fG=({onSelect:e,textData:t,initialScrollPosition:n})=>{let{setScroll:r}=Vt(),{resetOpenField:i}=It(),{selections:a}=b(),o=r?e=>r(`textData`,e):void 0;return(0,u.useEffect)(()=>()=>{i(`textData`)},[t]),(0,d.jsx)(dG,{onSelect:e,selections:a,textData:t,initialScrollPosition:n,onScrollTop:o})},pG={tabs:`_tabs_1qa1i_1`},mG=({tabs:e,onTabChange:t,tab:n,className:r})=>(0,d.jsx)(nD.Element,{name:`text`,className:(0,tD.default)(pG.tabs,r),children:(0,d.jsx)(ID,{tab:n,type:`line`,items:e,onTabChange:t})}),hG=({imageViewer:e,className:t,initialTab:n,onTabChange:r,initialScrollPosition:i,onScrollTop:a,openFields:o,onOpenFieldsChange:s,downloadImage:c})=>{let{t:l}=DU(),{response:f}=m(),{tabID:p=n,setTabID:h}=C(),{setSelections:g}=b();(0,u.useEffect)(()=>()=>{h(n??SU.TEXT_DATA)},[f]);let{textData:_,imageQuality:v,authenticity:y,documentIdentification:x}=(0,u.useMemo)(()=>f?{textData:xE(f).filter(e=>e.value.trim()||e.checkResult!==A.WAS_NOT_DONE),imageQuality:BT(f).sort((e,t)=>e.pageIndex-t.pageIndex),authenticity:mT(f).filter(({groups:e})=>e.length>0),documentIdentification:pE(f).sort((e,t)=>e.pageIndex-t.pageIndex)}:{textData:[],imageQuality:[],authenticity:[],documentIdentification:[]},[f]),S=(0,u.useMemo)(()=>({authenticity:TU(y),imageQuality:EU(v)}),[y,v]),w=e=>{g(t=>{let n=t.map(e=>JSON.stringify(e)),r=[...t];if(e.length===1){let t=JSON.stringify(e[0]);return n.includes(t)?r.length>1?r.filter(e=>JSON.stringify(e)===t):[]:e}else{let t=e.map(e=>JSON.stringify(e));return e.every(e=>n.includes(JSON.stringify(e)))?r.filter(e=>!t.includes(JSON.stringify(e))):e}})},T=e=>{r?.(e),h(e),g([])},E=(0,u.useMemo)(()=>{let t=[];return _.length&&t.push({id:SU.TEXT_DATA,label:l(`textFields`),children:(0,d.jsx)(fG,{textData:_,onSelect:w,initialScrollPosition:i?.textData})}),y.length&&t.push({id:SU.AUTHENTICITY,label:l(`securityChecks`),children:(0,d.jsx)(SW,{authenticity:y,documentIdentification:x,onSelect:w,imageViewer:e,initialScrollPosition:i?.authenticity,downloadImage:c})}),v.length&&t.push({id:SU.IMAGE_QUALITY,label:l(`imageQuality`),children:(0,d.jsx)(RW,{imageQuality:v,documentIdentification:x,onSelect:w,initialScrollPosition:i?.imageQuality})}),x.length&&t.push({id:SU.IDENTIFICATION,label:l(`documentType`),children:(0,d.jsx)(OW,{documentIdentification:x,initialScrollPosition:i?.identification})}),t},[_,y,v,x,i,e,l]);return E.length?(0,d.jsx)(Ft,{onOpenFieldsChange:s,openFields:o||S,children:(0,d.jsx)(Bt,{onScrollTop:a,children:(0,d.jsx)(mG,{tab:p,onTabChange:T,tabs:E,className:t})})}):null},gG={container:`_container_3bysi_1`},_G=({identification:e,className:t})=>(0,d.jsx)(`div`,{className:(0,tD.default)(gG.container,t),children:(0,d.jsx)(G,{size:`18x135`,children:e.length?e[0].documentName:``})}),vG=({className:e})=>{let{response:t}=m(),{page:n}=_();return(0,d.jsx)(_G,{identification:HM(t,n),className:e})},yG={container:`_container_10kpe_1`,content:`_content_10kpe_11`,tabs:`_tabs_10kpe_15`,images:`_images_10kpe_18`},bG=({imageViewer:e,downloadImage:t})=>(0,d.jsxs)(`div`,{className:yG.container,children:[(0,d.jsx)(vG,{}),(0,d.jsxs)(`div`,{className:yG.content,children:[(0,d.jsx)(xU,{className:yG.images,imageViewer:e,downloadImage:t}),(0,d.jsx)(hG,{className:yG.tabs,imageViewer:e,downloadImage:t})]})]});q.addResourceBundle(`ru-RU`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-чип`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`en-US`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`lv-LV`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID čips`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`de-DE`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-Chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`pl-PL`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`it-IT`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Lettura del chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hu-HU`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hans`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID芯片`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hant`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`射頻識別晶片`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`sk-SK`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Čip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`uk-UA`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID чіп`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`fr-FR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Lecture de la puce RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`es-ES`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`pt-PT`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ar-AE`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`شريحة RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`nl-NL`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`id-ID`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`vi-VN`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Chip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ko-KR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID 칩`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ms-MY`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Cip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ro-RO`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Cip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`el-GR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Κύκλωμα ραδιοσυχνικής αναγνώρισης`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`tr-TR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ja-JP`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFIDチップ`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`cs-CZ`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`Čip RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`th-TH`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`ชิพ RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hi-IN`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID चिप`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`bn-BD`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID চিপ`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`he-IL`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`שבב RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`fi-FI`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-siru`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`sv-SE`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-chipp`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`da-DK`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-chip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hr-HR`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID čip`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`no-NO`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-brikke`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`uz-Latn`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID chipi`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`hy-AM`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID չիպ`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ky-KG`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-чип`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`ku-Arab`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`چیپی RFID`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`}),q.addResourceBundle(`tg-TJ`,`93a6a13564bdfe0d361e1fb10b11f75b`,{rfid:`RFID-чип`,BACDescription:`BAC — Basic Access Control: Controls access to RFID chip data.`,PACEDescription:`PACE — Password Authenticated Connection Establishment: A more secure communication channel compared to BAC.`,CADescription:`CA — Chip Authentication: Proves that the chip isn't cloned.`,TADescription:`TA — Terminal Authentication: Ensures that sensitive data can only be read by a reader that is granted permission through a certificate chain.`,AADescription:`AA — Active Authentication: Verifies the chip's authenticity through a challenge-response mechanism.`,PADescription:`PA — Passive Authentication: Proves the authenticity of the data by checking digital signatures against certificates issued by the document's issuing authority.`,exploreMore:`Explore more`});var xG=()=>Pk(`93a6a13564bdfe0d361e1fb10b11f75b`),SG={container:`_container_39u54_1`,content:`_content_39u54_15`},CG=()=>{let{t:e}=xG();return(0,d.jsxs)(`div`,{className:SG.content,children:[(0,d.jsx)(G,{children:e(`BACDescription`)}),(0,d.jsx)(G,{children:e(`PACEDescription`)}),(0,d.jsx)(G,{children:e(`CADescription`)}),(0,d.jsx)(G,{children:e(`TADescription`)}),(0,d.jsx)(G,{children:e(`AADescription`)}),(0,d.jsx)(G,{children:e(`PADescription`)}),(0,d.jsx)(TH,{href:`https://docs.regulaforensics.com/develop/doc-reader-sdk/overview/security-mechanisms-for-electronic-documents/`,target:`_blank`,children:e(`exploreMore`)})]})},wG=({checksSummary:e})=>{let t=kH(e.overallStatus,20),{t:n}=xG();return(0,d.jsxs)(`div`,{className:SG.container,children:[t,(0,d.jsx)(Bk,{modal:(0,d.jsx)(CG,{}),children:(0,d.jsx)(G,{size:`18x135`,children:n(`rfid`)})})]})},TG=()=>{let{response:e}=m();return e?(0,d.jsx)(wG,{checksSummary:WT(e)}):null},EG={protocols:`_protocols_1v0xj_1`},DG={"protocols-item":`_protocols-item_zef60_1`},OG=({status:e,name:t})=>{let n=kH(e);return(0,d.jsxs)(`div`,{className:DG[`protocols-item`],children:[n,(0,d.jsx)(G,{children:t})]})},kG=({checksSummary:e})=>(0,d.jsxs)(`div`,{className:EG.protocols,children:[(0,d.jsx)(OG,{status:e.BAC,name:`BAC`}),(0,d.jsx)(OG,{status:e.PACE,name:`PACE`}),(0,d.jsx)(OG,{status:e.CA,name:`CA`}),(0,d.jsx)(OG,{status:e.TA,name:`TA`}),(0,d.jsx)(OG,{status:e.AA,name:`AA`}),(0,d.jsx)(OG,{status:e.PA,name:`PA`})]}),AG=()=>{let{response:e}=m();return e?(0,d.jsx)(kG,{checksSummary:WT(e)}):null};q.addResourceBundle(`ru-RU`,`d4114710292aed4785f9eac390bfb16c`,{status:`Статус`,dataGroup:`Группа данных`}),q.addResourceBundle(`en-US`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Data group`}),q.addResourceBundle(`lv-LV`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Data group`}),q.addResourceBundle(`de-DE`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datengruppe`}),q.addResourceBundle(`pl-PL`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Grupa danych`}),q.addResourceBundle(`it-IT`,`d4114710292aed4785f9eac390bfb16c`,{status:`stato`,dataGroup:`Gruppo dati`}),q.addResourceBundle(`hu-HU`,`d4114710292aed4785f9eac390bfb16c`,{status:`Állapot`,dataGroup:`Adatcsoport`}),q.addResourceBundle(`zh-Hans`,`d4114710292aed4785f9eac390bfb16c`,{status:`状态`,dataGroup:`数据组`}),q.addResourceBundle(`zh-Hant`,`d4114710292aed4785f9eac390bfb16c`,{status:`狀態`,dataGroup:`數據組`}),q.addResourceBundle(`sk-SK`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stav`,dataGroup:`Skupina údajov`}),q.addResourceBundle(`uk-UA`,`d4114710292aed4785f9eac390bfb16c`,{status:`Статус`,dataGroup:`Група даних`}),q.addResourceBundle(`fr-FR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Etat`,dataGroup:`Groupe de données (data-group)`}),q.addResourceBundle(`es-ES`,`d4114710292aed4785f9eac390bfb16c`,{status:`Estatus`,dataGroup:`Grupo de datos`}),q.addResourceBundle(`pt-PT`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Grupo de dados`}),q.addResourceBundle(`ar-AE`,`d4114710292aed4785f9eac390bfb16c`,{status:`الحالة`,dataGroup:`مجموعة البيانات`}),q.addResourceBundle(`nl-NL`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagroep`}),q.addResourceBundle(`id-ID`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Kelompok data`}),q.addResourceBundle(`vi-VN`,`d4114710292aed4785f9eac390bfb16c`,{status:`Trạng thái`,dataGroup:`Nhóm dữ liệu`}),q.addResourceBundle(`ko-KR`,`d4114710292aed4785f9eac390bfb16c`,{status:`상태`,dataGroup:`데이터 그룹`}),q.addResourceBundle(`ms-MY`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Kumpulan data`}),q.addResourceBundle(`ro-RO`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stare`,dataGroup:`Grup de date`}),q.addResourceBundle(`el-GR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Κατάσταση`,dataGroup:`Ομάδα δεδομένων`}),q.addResourceBundle(`tr-TR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Durum`,dataGroup:`Veri grubu`}),q.addResourceBundle(`ja-JP`,`d4114710292aed4785f9eac390bfb16c`,{status:`ステータス`,dataGroup:`データグループ`}),q.addResourceBundle(`cs-CZ`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stav`,dataGroup:`Datová skupina (DG)`}),q.addResourceBundle(`th-TH`,`d4114710292aed4785f9eac390bfb16c`,{status:`สถานะ`,dataGroup:`กลุ่มข้อมูล`}),q.addResourceBundle(`hi-IN`,`d4114710292aed4785f9eac390bfb16c`,{status:`स्थिति`,dataGroup:`डेटा समूह`}),q.addResourceBundle(`bn-BD`,`d4114710292aed4785f9eac390bfb16c`,{status:`স্ট্যাটাস`,dataGroup:`ডেটা গ্রুপ`}),q.addResourceBundle(`he-IL`,`d4114710292aed4785f9eac390bfb16c`,{status:`סטטוס`,dataGroup:`קבוצות נתונים`}),q.addResourceBundle(`fi-FI`,`d4114710292aed4785f9eac390bfb16c`,{status:`Asiakirjan tila`,dataGroup:`Dataryhmä`}),q.addResourceBundle(`sv-SE`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagrupp`}),q.addResourceBundle(`da-DK`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagruppe`}),q.addResourceBundle(`hr-HR`,`d4114710292aed4785f9eac390bfb16c`,{status:`Stanje`,dataGroup:`Grupa podataka`}),q.addResourceBundle(`no-NO`,`d4114710292aed4785f9eac390bfb16c`,{status:`Status`,dataGroup:`Datagruppe`}),q.addResourceBundle(`uz-Latn`,`d4114710292aed4785f9eac390bfb16c`,{status:`Holati`,dataGroup:`Ma'lumotlar guruhi`}),q.addResourceBundle(`hy-AM`,`d4114710292aed4785f9eac390bfb16c`,{status:`Կարգավիճակը`,dataGroup:`Տվյալների խումբ`}),q.addResourceBundle(`ky-KG`,`d4114710292aed4785f9eac390bfb16c`,{status:`Статус`,dataGroup:`Берилиштер тобу`}),q.addResourceBundle(`ku-Arab`,`d4114710292aed4785f9eac390bfb16c`,{status:`دۆخ`,dataGroup:`گرووپی داتا`}),q.addResourceBundle(`tg-TJ`,`d4114710292aed4785f9eac390bfb16c`,{status:`Мақом`,dataGroup:`Гурӯҳи маълумотҳо`});var jG=()=>Pk(`d4114710292aed4785f9eac390bfb16c`);q.addResourceBundle(`ru-RU`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`en-US`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`lv-LV`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`de-DE`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`pl-PL`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`it-IT`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hu-HU`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hans`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`zh-Hant`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`sk-SK`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`uk-UA`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`fr-FR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`es-ES`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`pt-PT`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ar-AE`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`nl-NL`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`id-ID`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`vi-VN`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ko-KR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ms-MY`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ro-RO`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`el-GR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`tr-TR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ja-JP`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`cs-CZ`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`th-TH`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hi-IN`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`bn-BD`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`he-IL`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`fi-FI`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`sv-SE`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`da-DK`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hr-HR`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`no-NO`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`uz-Latn`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`hy-AM`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ky-KG`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`ku-Arab`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`}),q.addResourceBundle(`tg-TJ`,`2585760a28dc7779839710b4236d291e`,{exploreMore:`Explore more`});var MG=()=>Pk(`2585760a28dc7779839710b4236d291e`),NG={content:`_content_f2x40_1`,title:`_title_f2x40_10`},PG=({type:e})=>{let{t}=MG();return(0,d.jsxs)(`div`,{className:NG.content,children:[(0,d.jsx)(G,{children:(0,d.jsx)($.RfidApplicationDescription,{children:e})}),(0,d.jsx)(TH,{href:e===Ra.eDTC_PC?`https://www.icao.int/Security/FAL/TRIP/PublishingImages/Pages/Publications/Guiding%20core%20principles%20for%20the%20development%20of%20a%20Digital%20Travel%20Credential%20%20%28DTC%29.PDF`:`https://downloads.regulaforensics.com/work/SDK/doc/Programmers%20Guide%20RFID%20(en).pdf`,target:`_blank`,children:t(`exploreMore`)})]})},FG=({type:e})=>$.getRfidApplicationDescription(e)?(0,d.jsx)(Bk,{className:NG.title,modal:(0,d.jsx)(PG,{type:e}),children:(0,d.jsx)(G,{size:`16x100`,children:(0,d.jsx)($.RfidApplicationType,{children:e})})}):(0,d.jsx)(G,{className:NG.title,size:`16x100`,children:(0,d.jsx)($.RfidApplicationType,{children:e})}),IG={table:`_table_boedb_1`,"data-group-item":`_data-group-item_boedb_13`},LG=({type:e,groups:t})=>{let{t:n}=jG();return(0,d.jsxs)(`div`,{className:IG[`data-group-item`],children:[(0,d.jsx)(FG,{type:e}),(0,d.jsx)(KD,{className:IG.table,columns:[{title:n(`dataGroup`),dataIndex:`dataGroup`},{title:n(`status`),dataIndex:`status`}],dataSource:t},e)]})},RG=({dataGroupsStatusList:e})=>e.map(({type:e,groups:t})=>({type:e,groups:t.map(({group:e,status:t})=>({dataGroup:(0,d.jsx)(G,{children:(0,d.jsx)($.RfidDataFileType,{children:e})}),status:kH(t)}))})).map(({type:e,groups:t})=>(0,d.jsx)(LG,{type:e,groups:t},e)),zG=[N.APP_DIRECTORY,N.POST_CA_RESPONSE,N.POST_CA_PUBLIC_KEY,N.POST_CA_INFO,N.POST_CA_D_PARAMS,N.POST_CA_CHECK_PK,N.POST_CA_CHECK_SK],BG=()=>{let{response:e}=m();if(!e)return null;let t=$T(e).map(e=>({...e,groups:e.groups.filter(({group:e})=>!zG.includes(e))})).sort((e,t)=>e.type-t.type);return t.length?(0,d.jsx)(RG,{dataGroupsStatusList:t}):null};q.addResourceBundle(`ru-RU`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Группы данных`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`en-US`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Data groups`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`lv-LV`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datu grupas`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`de-DE`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datengruppen`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`pl-PL`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Dane grupy`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`it-IT`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Gruppo dati`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hu-HU`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Adatcsoportok`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`zh-Hans`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`数据组`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`zh-Hant`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`數據組`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`sk-SK`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Skupiny údajov`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`uk-UA`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Групи даних`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`fr-FR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagroups`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`es-ES`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupos de datos`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`pt-PT`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupos de dados`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ar-AE`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`مجموعات البيانات`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`nl-NL`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagroepen`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`id-ID`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Kelompok data`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`vi-VN`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Nhóm dữ liệu`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ko-KR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`데이터 그룹`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ms-MY`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Kumpulan data`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ro-RO`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupuri de date`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`el-GR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Ομάδες δεδομένων`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`tr-TR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Veri grupları`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ja-JP`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`データグループ`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`cs-CZ`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datové skupiny (DG)`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`th-TH`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`กลุ่มข้อมูล`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hi-IN`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`डेटा समूह`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`bn-BD`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`ডেটা গ্রুপ`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`he-IL`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`קבוצות נתונים`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`fi-FI`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Dataryhmät`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`sv-SE`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagrupper`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`da-DK`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagrupper`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hr-HR`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Grupe podataka`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`no-NO`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Datagrupper`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`uz-Latn`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Ma'lumotlar guruhlari`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`hy-AM`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Տվյալների խմբեր`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ky-KG`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Маалымат топтору`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`ku-Arab`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`گرووپەکانی داتا`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`}),q.addResourceBundle(`tg-TJ`,`c4f5554bedab345f725528fbffc96cb5`,{dataGroups:`Гурӯҳҳои маълумотҳо`,greenDataGroupDescription:`Green — successfully read and validated.`,redDataGroupDescription:`Red — validation failed.`,blueDataGroupDescription:`Blue — not read.`,greyDataGroupDescription:`Gray — not present.`});var VG=()=>Pk(`c4f5554bedab345f725528fbffc96cb5`),HG={title:`_title_nw0t2_1`,content:`_content_nw0t2_5`},UG=()=>{let{t:e}=VG();return(0,d.jsx)(`div`,{className:HG.content,children:(0,d.jsxs)(G,{children:[e(`greenDataGroupDescription`),(0,d.jsx)(`br`,{}),e(`redDataGroupDescription`),(0,d.jsx)(`br`,{}),e(`blueDataGroupDescription`),(0,d.jsx)(`br`,{}),e(`greyDataGroupDescription`)]})})},WG=()=>{let{t:e}=VG();return(0,d.jsx)(Bk,{className:HG.title,modal:(0,d.jsx)(UG,{}),children:(0,d.jsx)(G,{children:e(`dataGroups`)})})},GG={grey:`_grey_za6vj_1`,green:`_green_za6vj_5`,red:`_red_za6vj_9`,blue:`_blue_za6vj_13`},KG=({status:e,children:t})=>(0,d.jsx)(G,{className:(0,tD.default)(GG.grey,{[GG.green]:e===GT.NO_ERROR,[GG.red]:e===GT.FAILED,[GG.blue]:e===GT.NOT_PERFORMED}),size:`14x115`,children:t}),qG={groups:`_groups_3epf7_1`,numbers:`_numbers_3epf7_5`},JG=({dataGroups:e})=>(0,d.jsxs)(`div`,{className:qG.groups,children:[(0,d.jsx)(WG,{}),(0,d.jsx)(`div`,{className:qG.numbers,children:e.map(({group:e,status:t})=>(0,d.jsx)(KG,{status:t,children:e},e))})]}),YG=()=>{let{response:e}=m();if(!e)return null;let t=YT(e);return t.length?(0,d.jsx)(JG,{dataGroups:t}):null};q.addResourceBundle(`ru-RU`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Алгоритм открытого ключа`,signatureAlgorithm:`Алгоритм подписи`,issuer:`Издатель сертификата`,subject:`Издатель документа`,validFrom:`Действителен с`,validTo:`Действителен по`}),q.addResourceBundle(`en-US`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public key algorithm`,signatureAlgorithm:`Signature algorithm`,issuer:`Certificate issuer`,subject:`Certificate subject`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`lv-LV`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public key algorithm`,signatureAlgorithm:`Paraksta algoritms`,issuer:`Certificate issuer`,subject:`Certificate subject`,validFrom:`Derīgs no`,validTo:`Derīgs līdz`}),q.addResourceBundle(`de-DE`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public-Key-Algorithmus`,signatureAlgorithm:`Signatur-Algorithmus`,issuer:`Zertifikataussteller`,subject:`Zertifikatgegenstand`,validFrom:`Gültig ab`,validTo:`Gültig bis`}),q.addResourceBundle(`pl-PL`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algorytm klucza publicznego`,signatureAlgorithm:`Algorytm podpisu`,issuer:`Wystawca certyfikatu`,subject:`Przedmiot certyfikatu`,validFrom:`Ważny od`,validTo:`Ważny do`}),q.addResourceBundle(`it-IT`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmo a chiave pubblica`,signatureAlgorithm:`Signature algorithm`,issuer:`Emittente del certificato`,subject:`Oggetto del certificato`,validFrom:`valido da`,validTo:`valido fino`}),q.addResourceBundle(`hu-HU`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Nyilvános kulcs algoritmusa`,signatureAlgorithm:`Signature algorithm`,issuer:`Tanúsítvány kiállítója`,subject:`Tanúsítvány felhasználója`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`zh-Hans`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`公钥算法`,signatureAlgorithm:`签名算法`,issuer:`证书发行者`,subject:`证书主题`,validFrom:`有效期始于`,validTo:`有效期止于`}),q.addResourceBundle(`zh-Hant`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`公開金鑰算灋`,signatureAlgorithm:`簽名算灋`,issuer:`證書頒發者`,subject:`證書主題`,validFrom:`有效期自`,validTo:`有效期至`}),q.addResourceBundle(`sk-SK`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmus verejného kľúča`,signatureAlgorithm:`Algoritmus podpisu`,issuer:`Vydavateľ certifikátu`,subject:`Predmet certifikátu`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`uk-UA`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Алгоритм відкритого ключа`,signatureAlgorithm:`Алгоритм підпису`,issuer:`Видавець сертифіката`,subject:`Видавець документа`,validFrom:`Дійсний з`,validTo:`Дійсний до`}),q.addResourceBundle(`fr-FR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algorithme de clé publique`,signatureAlgorithm:`Algorithme de signature`,issuer:`Emetteur du certificat`,subject:`Sujet du certificat`,validFrom:`Début validité`,validTo:`Fin de validité`}),q.addResourceBundle(`es-ES`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmo de clave pública`,signatureAlgorithm:`Algoritmo de la firma`,issuer:`Emisor del certificado`,subject:`Emisor del documento`,validFrom:`Válido desde`,validTo:`Válido hasta`}),q.addResourceBundle(`pt-PT`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritimo de chave publica`,signatureAlgorithm:`Algoritmo de assinatura`,issuer:`Emissor do certificado`,subject:`Emissor do documento`,validFrom:`Válido de`,validTo:`Válido até`}),q.addResourceBundle(`ar-AE`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`خوارزمية المفتاح العام`,signatureAlgorithm:`خوارزمية التوقيع`,issuer:`مصدر الشهادة`,subject:`موضوع الشهادة`,validFrom:`صالح من`,validTo:`صالح حتى`}),q.addResourceBundle(`nl-NL`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Openbare sleutel-algoritme`,signatureAlgorithm:`Signature algorithm`,issuer:`Gebruikerscertificaat`,subject:`Onderwerpscertificaat`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`id-ID`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritme kunci publik`,signatureAlgorithm:`Signature algorithm`,issuer:`Penerbit sertifikat`,subject:`Subjek sertifikat`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`vi-VN`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Thuật toán mã hóa khóa công khai`,signatureAlgorithm:`Signature algorithm`,issuer:`Bên cấp chứng chỉ`,subject:`Chủ đề của chứng chỉ`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`ko-KR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`공개 키 알고리즘`,signatureAlgorithm:`Signature algorithm`,issuer:`인증서 발급자`,subject:`인증서 주체`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`ms-MY`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritma kunci awam`,signatureAlgorithm:`Signature algorithm`,issuer:`Pengeluar sijil`,subject:`Subjek sijil`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`ro-RO`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritm cu cheie publică`,signatureAlgorithm:`Signature algorithm`,issuer:`Emitent al certificatului`,subject:`Subiect al certificatului`,validFrom:`Valabil de la`,validTo:`Valabil până la`}),q.addResourceBundle(`el-GR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Αλγόριθμος δημοσίου κλειδιού`,signatureAlgorithm:`Signature algorithm`,issuer:`Εκδότης πιστοποιητικού`,subject:`Θέμα πιστοποιητικού`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`tr-TR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Ortak anahtar algoritması`,signatureAlgorithm:`Signature algorithm`,issuer:`Sertifika veren`,subject:`Sertifika konusu`,validFrom:`İtibaren geçerli`,validTo:`Kadar geçerli`}),q.addResourceBundle(`ja-JP`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`パブリックキーアルゴリズム`,signatureAlgorithm:`サインアルゴリズム`,issuer:`証明書発行者`,subject:`証明書件名`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`cs-CZ`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritmus veřejného klíče`,signatureAlgorithm:`Algoritmus podpisu`,issuer:`Vydavatel certifikátu`,subject:`Předmět certifikátu`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`th-TH`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`อัลกอริธึมกุญแจสาธารณะ`,signatureAlgorithm:`อัลกอริทึมของลายเซ็น`,issuer:`ผู้ออกใบรับรอง`,subject:`หัวข้อใบรับรอง`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`hi-IN`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`सार्वजनिक महत्वपूर्ण एल्गोरिथ्म`,signatureAlgorithm:`Signature algorithm`,issuer:`प्रमाणपत्र जारीकर्ता`,subject:`प्रमाणपत्र विषय`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`bn-BD`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`সর্বজনীন কী অ্যালগরিদম`,signatureAlgorithm:`Signature algorithm`,issuer:`সার্টিফিকেট ইস্যুকারী`,subject:`সার্টিফিকেটের বিষয়`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`he-IL`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`אלגוריתם למפתחות ציבוריים`,signatureAlgorithm:`Signature algorithm`,issuer:`מנפיק האישור`,subject:`נושא האישור`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`fi-FI`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Julkisen avaimen algoritmi`,signatureAlgorithm:`Signature algorithm`,issuer:`Varmenteen myöntäjä`,subject:`Varmenteen kohde`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`sv-SE`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Algoritm för publik nyckel`,signatureAlgorithm:`Signature algorithm`,issuer:`Certifikatutfärdare`,subject:`Certifikatämne`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`da-DK`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Public key algorithm`,signatureAlgorithm:`Signature algorithm`,issuer:`Udsteder af certifikat`,subject:`Certifikat emne`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`hr-HR`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Javni algoritam ključa`,signatureAlgorithm:`Signature algorithm`,issuer:`Izdavač certifikata`,subject:`Predmet certifikata`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`no-NO`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Offentlig nøkkelalgoritme`,signatureAlgorithm:`Signature algorithm`,issuer:`Attestutsteder`,subject:`Attestsubjekt`,validFrom:`Valid from`,validTo:`Valid until`}),q.addResourceBundle(`uz-Latn`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Ochiq kalit algoritmi`,signatureAlgorithm:`Signature algorithm`,issuer:`Sertifikat beruvchi`,subject:`Hujjatni beruvchi`,validFrom:`dan amal qiladi`,validTo:`gacha amal qiladi`}),q.addResourceBundle(`hy-AM`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Բաց բանալու ալգորիթմ`,signatureAlgorithm:`Ստորագրության ալգորիթմ`,issuer:`Հավաստագրի հրատարակիչը`,subject:`Փաստաթղթի հրատարակիչը`,validFrom:`Վավերական է՝ սկսած`,validTo:`Valid until`}),q.addResourceBundle(`ky-KG`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Ачык ачкыч алгоритми`,signatureAlgorithm:`Кол коюу алгоритми`,issuer:`Сертификат берүүчү`,subject:`Документ чыгаруучу`,validFrom:`Төмөнкүдөн баштап жарактуу:`,validTo:`Valid until`}),q.addResourceBundle(`ku-Arab`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`ئەلگۆریتمەکەی کلی گشتی`,signatureAlgorithm:`ئەلگۆریتمەکەی واژۆ`,issuer:`بڵاوکەری بڕوانامە`,subject:`بابەتی بڕوانامە`,validFrom:`لە`,validTo:`تا`}),q.addResourceBundle(`tg-TJ`,`2ef7d36902ecc24a3297c2e90393b16c`,{certificateType:`Certificate name`,publicKeyAlgorithm:`Алгоритми калиди кушод`,signatureAlgorithm:`Алгоритми имзо`,issuer:`Ношири сертификат`,subject:`Ношири ҳуҷҷат`,validFrom:`Аз ... эътибор дорад`,validTo:`То... эътибор дорад`});var XG=()=>Pk(`2ef7d36902ecc24a3297c2e90393b16c`),ZG={list:`_list_15ifc_1`,name:`_name_15ifc_12`},QG=({certificate:e})=>{let{t}=XG();return(0,d.jsxs)(`div`,{className:ZG.list,children:[(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`certificateType`)}),(0,d.jsx)(G,{children:(0,d.jsx)($.RfidCertificateType,{children:e.certificateType})}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`publicKeyAlgorithm`)}),(0,d.jsx)(G,{children:e.publicKeyAlgorithm}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`signatureAlgorithm`)}),(0,d.jsx)(G,{children:e.signatureAlgorithm}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`issuer`)}),(0,d.jsx)(G,{children:e.issuer}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`subject`)}),(0,d.jsx)(G,{children:e.subject}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`validFrom`)}),(0,d.jsx)(G,{children:e.validFrom}),(0,d.jsx)(G,{className:ZG.name,uppercase:!0,size:`12x160`,children:t(`validTo`)}),(0,d.jsx)(G,{children:e.validTo})]})};q.addResourceBundle(`ru-RU`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертификаты`}),q.addResourceBundle(`en-US`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificates`}),q.addResourceBundle(`lv-LV`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikāti`}),q.addResourceBundle(`de-DE`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Zertifikate`}),q.addResourceBundle(`pl-PL`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certyfikaty`}),q.addResourceBundle(`it-IT`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`certificati`}),q.addResourceBundle(`hu-HU`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Tanúsítványok`}),q.addResourceBundle(`zh-Hans`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`证书`}),q.addResourceBundle(`zh-Hant`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`證書`}),q.addResourceBundle(`sk-SK`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikáty`}),q.addResourceBundle(`uk-UA`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертифікати`}),q.addResourceBundle(`fr-FR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificats`}),q.addResourceBundle(`es-ES`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificados`}),q.addResourceBundle(`pt-PT`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificados`}),q.addResourceBundle(`ar-AE`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`شهادات`}),q.addResourceBundle(`nl-NL`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificaten`}),q.addResourceBundle(`id-ID`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikat`}),q.addResourceBundle(`vi-VN`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Chứng chỉ`}),q.addResourceBundle(`ko-KR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`인증서`}),q.addResourceBundle(`ms-MY`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sijil`}),q.addResourceBundle(`ro-RO`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certificate`}),q.addResourceBundle(`el-GR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Πιστοποιητικά`}),q.addResourceBundle(`tr-TR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikalar`}),q.addResourceBundle(`ja-JP`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`証明書`}),q.addResourceBundle(`cs-CZ`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikáty`}),q.addResourceBundle(`th-TH`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`หนังสือรับรอง`}),q.addResourceBundle(`hi-IN`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`प्रमाण पत्र`}),q.addResourceBundle(`bn-BD`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`সার্টিফিকেট`}),q.addResourceBundle(`he-IL`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`אישורים`}),q.addResourceBundle(`fi-FI`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Varmenteet`}),q.addResourceBundle(`sv-SE`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikat`}),q.addResourceBundle(`da-DK`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikater`}),q.addResourceBundle(`hr-HR`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Certifikati`}),q.addResourceBundle(`no-NO`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikater`}),q.addResourceBundle(`uz-Latn`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Sertifikatlar`}),q.addResourceBundle(`hy-AM`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Հավաստագրեր`}),q.addResourceBundle(`ky-KG`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертификаттар`}),q.addResourceBundle(`ku-Arab`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`بڕوانامەکان`}),q.addResourceBundle(`tg-TJ`,`bd23e0c23d00f0c4c95808a1d4c18f6d`,{certificates:`Сертификатҳо`});var $G=()=>Pk(`bd23e0c23d00f0c4c95808a1d4c18f6d`),eK={certificates:`_certificates_g4aay_1`,container:`_container_g4aay_6`},tK=({certificates:e})=>{let{t}=$G();return(0,d.jsxs)(`div`,{className:eK.certificates,children:[(0,d.jsx)(G,{children:t(`certificates`)}),(0,d.jsx)(`div`,{className:eK.container,children:e.map((e,t)=>(0,d.jsx)(QG,{certificate:e},t))})]})},nK=()=>{let{response:e}=m();if(!e)return null;let t=UT(e);return t.length?(0,d.jsx)(tK,{certificates:t}):null},rK={container:`_container_1ge8m_1`,data:`_data_1ge8m_19`,protocols:`_protocols_1ge8m_30`,groups:`_groups_1ge8m_37`},iK=()=>(0,d.jsxs)(`div`,{className:rK.container,children:[(0,d.jsx)(TG,{}),(0,d.jsxs)(nD.Element,{name:`rfid`,className:rK.data,children:[(0,d.jsxs)(`div`,{className:rK.protocols,children:[(0,d.jsx)(AG,{}),(0,d.jsx)(BG,{})]}),(0,d.jsxs)(`div`,{className:rK.groups,children:[(0,d.jsx)(YG,{}),(0,d.jsx)(nK,{})]})]})]}),aK=()=>{let{response:e}=m();return!e||!_m.fromProcessResponse(e).length?null:(0,d.jsx)(iK,{})};q.addResourceBundle(`ru-RU`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Графические поля`}),q.addResourceBundle(`en-US`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`lv-LV`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafiskie lauki`}),q.addResourceBundle(`de-DE`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafikfelder`}),q.addResourceBundle(`pl-PL`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Pole graficzne`}),q.addResourceBundle(`it-IT`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`grafici`}),q.addResourceBundle(`hu-HU`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`zh-Hans`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`图像区域`}),q.addResourceBundle(`zh-Hant`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`圖形欄位`}),q.addResourceBundle(`sk-SK`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`uk-UA`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Графічні поля`}),q.addResourceBundle(`fr-FR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Images`}),q.addResourceBundle(`es-ES`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Campos gráficos`}),q.addResourceBundle(`pt-PT`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Campos gráficos`}),q.addResourceBundle(`ar-AE`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`الحقول الرسومية`}),q.addResourceBundle(`nl-NL`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`id-ID`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`vi-VN`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ko-KR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ms-MY`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ro-RO`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Câmpuri grafice`}),q.addResourceBundle(`el-GR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`tr-TR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafikler`}),q.addResourceBundle(`ja-JP`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`cs-CZ`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`th-TH`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`hi-IN`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`bn-BD`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`he-IL`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`fi-FI`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`sv-SE`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`da-DK`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`hr-HR`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`no-NO`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`uz-Latn`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Grafik maydonlar`}),q.addResourceBundle(`hy-AM`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ky-KG`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Graphic fields`}),q.addResourceBundle(`ku-Arab`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`خانە گرافیکییەکان`}),q.addResourceBundle(`tg-TJ`,`3bc9054a63aa53765bd9ce110e67521e`,{graphics:`Майдонҳои графикӣ`});var oK=()=>Pk(`3bc9054a63aa53765bd9ce110e67521e`),sK={container:`_container_1jqlf_1`},cK=()=>{let{t:e}=oK();return(0,d.jsx)(`div`,{className:sK.container,children:(0,d.jsx)(G,{size:`18x135`,children:e(`graphics`)})})},lK={text:`_text_c8ml4_1`,image:`_image_c8ml4_5`},uK=({name:e,url:t,imageViewer:n=!0,downloadImage:r})=>(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:lK.text,size:`12x160`,uppercase:!0,children:e}),(0,d.jsx)(Jk,{src:t,alt:String(e),className:lK.image,draggable:!1,magnifierImgBorderRadius:4,magnifier:!0,download:r,viewer:n})]}),dK=function(e){return e.NONE=`NONE`,e.SOURCE=`SOURCE`,e.LIGHT=`LIGHT`,e.SOURCE_LIGHT=`SOURCE_LIGHT`,e}({}),fK=e=>{let t=e[0];return e.every(e=>e.source===t.source)?dK.NONE:dK.SOURCE},pK=(e,t,n,r)=>{switch(r){case dK.SOURCE:return`${$.getGraphicFieldType(e)} (${$.getSource(t)})`;case dK.LIGHT:return`${$.getGraphicFieldType(e)} (${$.getLightsLabel(n)})`;case dK.SOURCE_LIGHT:return`${$.getGraphicFieldType(e)} (${$.getSource(t)}, ${$.getLightsLabel(n)})`;default:return $.getGraphicFieldType(e)}},mK={container:`_container_b06p4_1`},hK=({images:e,imageViewer:t,downloadImage:n})=>(Pk(),(0,d.jsx)(_H,{children:(0,d.jsx)(`div`,{className:mK.container,children:Object.entries(e).reduce((e,[r,i])=>{let a=fK(i);return i.forEach(({src:i,source:o,light:s},c)=>{let l=pK(r,o,s,a);i&&e.push((0,d.jsx)(uK,{name:l,url:i,imageViewer:t,downloadImage:n},r+c))}),e},[])})})),gK={container:`_container_1hyjc_1`},_K=({images:e,imageViewer:t,downloadImage:n})=>(0,d.jsxs)(`div`,{className:gK.container,children:[(0,d.jsx)(cK,{}),(0,d.jsx)(hK,{images:e,imageViewer:t,downloadImage:n})]}),vK=({imageViewer:e,downloadImage:t})=>{let{response:n}=m();if(!n)return null;let r=AT(n).filter(e=>e.fieldType!==Ca.DOCUMENT_FRONT);return r.length?(0,d.jsx)(_K,{images:r.reduce((e,{pages:t,light:n,fieldType:r})=>{let i=t.map(({src:e,source:t})=>({light:n,source:t,src:e}));return e[r]?e[r].push(...i):e[r]=i,e},{}),imageViewer:e,downloadImage:t}):null},yK=({response:e,request:t,children:n,language:r})=>{let i=Ik(r);return(0,u.useEffect)(()=>{q.changeLanguage(r)},[r]),(0,d.jsx)(S,{children:(0,d.jsx)(g,{children:(0,d.jsx)(y,{children:(0,d.jsx)(p.Provider,{value:{response:T_.fromPlain(e),request:t},children:(0,d.jsx)(`div`,{dir:i,children:n})})})})})},bK={"response-tabs":`_response-tabs_1szxq_1`,"response-raw":`_response-raw_1szxq_12`,response:`_response_1szxq_1`,scroll:`_scroll_1szxq_29`},xK=({items:e,response:t})=>(0,d.jsx)(`div`,{className:e.length?bK[`response-tabs`]:bK[`response-raw`],children:e.length?(0,d.jsx)(ID,{type:`line`,items:e}):(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:bK.scroll,children:(0,d.jsx)(`div`,{className:bK.response,children:(0,d.jsx)(QM,{data:t})})})});q.addResourceBundle(`ru-RU`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Статус`,graphicFields:`Графические поля`,textFields:`Текстовые поля`,documentType:`Тип документа`,imageQuality:`Качество изображения`,securityChecks:`Проверки подлинности`,rfidChip:`Микросхема RFID`,portraitComparison:`Сравнение портретов`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`en-US`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Text fields`,documentType:`Document type`,imageQuality:`Image quality`,securityChecks:`Security checks`,rfidChip:`RFID chip`,portraitComparison:`Portrait comparison`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`lv-LV`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Grafiskie lauki`,textFields:`Teksta lauki`,documentType:`Dokumenta tips`,imageQuality:`Attēla kvalitāte`,securityChecks:`Security checks`,rfidChip:`RFID chip`,portraitComparison:`Fotogrāfiju salīdzināšana`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`de-DE`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Grafikfelder`,textFields:`Textfelder`,documentType:`Dokumenttyp`,imageQuality:`Bildqualität`,securityChecks:`Sicherheitsprüfungen`,rfidChip:`RFID chip`,portraitComparison:`Portraitvergleich`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`pl-PL`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Pole graficzne`,textFields:`Pola tekstowe`,documentType:`Typ dokumentu`,imageQuality:`Jakość obrazu`,securityChecks:`Weryfikacja autentyczności`,rfidChip:`Chip RFID`,portraitComparison:`Porównanie wizerunku`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`it-IT`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`stato`,graphicFields:`grafici`,textFields:`Campi di testo`,documentType:`Tipo di documento identificato`,imageQuality:`Image quality`,securityChecks:`Controlli di sicurezza`,rfidChip:`RFID chip`,portraitComparison:`Confronto dei ritratti`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hu-HU`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Állapot`,graphicFields:`Graphic fields`,textFields:`Szövegmezők`,documentType:`Dokumentumtípus`,imageQuality:`Image quality`,securityChecks:`Biztonsági ellenőrzések`,rfidChip:`RFID chip`,portraitComparison:`Arcképek összehasonlítása`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`zh-Hans`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`状态`,graphicFields:`图像区域`,textFields:`文本字段`,documentType:`证件类型`,imageQuality:`图像质量`,securityChecks:`安全检查`,rfidChip:`RFID-芯片`,portraitComparison:`照片对比`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`zh-Hant`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`狀態`,graphicFields:`圖形欄位`,textFields:`文字欄位`,documentType:`文檔類型`,imageQuality:`圖像品質`,securityChecks:`安全檢查`,rfidChip:`射頻識別晶片`,portraitComparison:`肖像比較`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`sk-SK`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stav`,graphicFields:`Graphic fields`,textFields:`Textové polia`,documentType:`Typ dokumentu`,imageQuality:`Kvalita obrazuHVONO`,securityChecks:`Bezpečnostné kontroly`,rfidChip:`RFID chip`,portraitComparison:`Porovnanie portrétov`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`uk-UA`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Статус`,graphicFields:`Графічні поля`,textFields:`Текстові поля`,documentType:`Тип документа`,imageQuality:`Якість зображення`,securityChecks:`Перевірки автентичності`,rfidChip:`RFID chip`,portraitComparison:`Порівняння фотографій`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`fr-FR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Etat`,graphicFields:`Images`,textFields:`Champs texte`,documentType:`Type de document reconnu`,imageQuality:`Qualité d'image`,securityChecks:`Contrôles de sécurité`,rfidChip:`Puce RFID`,portraitComparison:`Comparaison de visage`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`es-ES`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Estatus`,graphicFields:`Campos gráficos`,textFields:`Campos de texto`,documentType:`Tipo de documento`,imageQuality:`La calidad de imagen`,securityChecks:`Comprobaciones de seguridad`,rfidChip:`RFID chip`,portraitComparison:`Comparación de fotos`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`pt-PT`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Campos gráficos`,textFields:`Campos de texto`,documentType:`Tipo de documento`,imageQuality:`A qualidade da imagem`,securityChecks:`Controlos de segurança`,rfidChip:`RFID chip`,portraitComparison:`Comparativo de Retrato`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ar-AE`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`الحالة`,graphicFields:`الحقول الرسومية`,textFields:`الحقول النصية`,documentType:`نوع الوثيقة`,imageQuality:`جودة الصورة`,securityChecks:`الفحص الأمني`,rfidChip:`شريحة RFID`,portraitComparison:`مقارنة الصور الشخصية`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`nl-NL`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Tekstvelden`,documentType:`Documenttype`,imageQuality:`Image quality`,securityChecks:`Veiligheidscontroles`,rfidChip:`RFID chip`,portraitComparison:`Vergelijking van de foto's`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`id-ID`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Kolom teks`,documentType:`Jenis dokumen`,imageQuality:`Image quality`,securityChecks:`Pemeriksaan keamanan`,rfidChip:`RFID chip`,portraitComparison:`Perbandingan potret`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`vi-VN`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Trạng thái`,graphicFields:`Graphic fields`,textFields:`Trường văn bản`,documentType:`Loại giấy tờ`,imageQuality:`Image quality`,securityChecks:`Kiểm tra bảo mật`,rfidChip:`RFID chip`,portraitComparison:`So sánh các ảnh chân dung`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ko-KR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`상태`,graphicFields:`Graphic fields`,textFields:`텍스트 필드`,documentType:`문서 유형`,imageQuality:`Image quality`,securityChecks:`보안 검사`,rfidChip:`RFID chip`,portraitComparison:`인물 사진 비교`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ms-MY`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Bidang teks`,documentType:`Jenis dokumen`,imageQuality:`Image quality`,securityChecks:`Semakan keselamatan`,rfidChip:`RFID chip`,portraitComparison:`Perbandingan antara potret`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ro-RO`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stare`,graphicFields:`Câmpuri grafice`,textFields:`Câmpuri text`,documentType:`Tipul documentului`,imageQuality:`Image quality`,securityChecks:`Verificări de securitate`,rfidChip:`RFID chip`,portraitComparison:`Compararea portretelor`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`el-GR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Κατάσταση`,graphicFields:`Graphic fields`,textFields:`Πεδία κειμένου`,documentType:`Τύπος εγγράφου`,imageQuality:`Image quality`,securityChecks:`Έλεγχοι ασφαλείας`,rfidChip:`RFID chip`,portraitComparison:`Σύγκριση πορτρέτων`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`tr-TR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Durum`,graphicFields:`Grafikler`,textFields:`Metin alanları`,documentType:`Tanınan belge türü`,imageQuality:`Image quality`,securityChecks:`Güvenlik kontrolleri`,rfidChip:`Rfid çip`,portraitComparison:`Portre karşılaştırma`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ja-JP`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`ステータス`,graphicFields:`Graphic fields`,textFields:`テキストフィールド`,documentType:`文書タイプ`,imageQuality:`イメージ品質`,securityChecks:`セキュリティチャック`,rfidChip:`RFID chip`,portraitComparison:`顔写真の比較`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`cs-CZ`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stav`,graphicFields:`Graphic fields`,textFields:`Textová pole`,documentType:`Typ dokumentu`,imageQuality:`Kvalita obrazu`,securityChecks:`Bezpečnostní kontroly`,rfidChip:`RFID chip`,portraitComparison:`Porovnání fotografií`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`th-TH`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`สถานะ`,graphicFields:`Graphic fields`,textFields:`ช่องข้อความ`,documentType:`ประเภทเอกสาร`,imageQuality:`คุณภาพของภาพ`,securityChecks:`ตรวจสอบความปลอดภัย`,rfidChip:`RFID chip`,portraitComparison:`การเปรียบเทียบภาพครึ่งตัว`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hi-IN`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`स्थिति`,graphicFields:`Graphic fields`,textFields:`टेक्स्ट फ़ील्ड`,documentType:`दस्तावेज़ का प्रकार`,imageQuality:`Image quality`,securityChecks:`सुरक्षा जांच`,rfidChip:`RFID chip`,portraitComparison:`पोट्रेट की तुलना`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`bn-BD`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`স্ট্যাটাস`,graphicFields:`Graphic fields`,textFields:`টেক্সটের জায়গা`,documentType:`ডকুমেন্টের ধরণ`,imageQuality:`Image quality`,securityChecks:`নিরাপত্তা চেক করুন`,rfidChip:`RFID chip`,portraitComparison:`পোর্ট্রেটসমূহের তুলনা`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`he-IL`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`סטטוס`,graphicFields:`Graphic fields`,textFields:`שדות טקסט`,documentType:`סוג מסמך`,imageQuality:`Image quality`,securityChecks:`בדיקות אבטחה`,rfidChip:`RFID chip`,portraitComparison:`השוואה של תמונות דיוקן`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`fi-FI`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Asiakirjan tila`,graphicFields:`Graphic fields`,textFields:`Tekstikentät`,documentType:`Asiakirjan tyyppi`,imageQuality:`Image quality`,securityChecks:`Turvatarkastukset`,rfidChip:`RFID chip`,portraitComparison:`Valokuvien vertailu`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`sv-SE`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Textfält`,documentType:`Dokumenttyp`,imageQuality:`Image quality`,securityChecks:`Säkerhetskontroller`,rfidChip:`RFID chip`,portraitComparison:`Jämförelse av porträtten`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`da-DK`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Tekstfelter`,documentType:`Dokumenttype`,imageQuality:`Image quality`,securityChecks:`Sikkerhedstjek`,rfidChip:`RFID chip`,portraitComparison:`Sammenligning af portrætterne`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hr-HR`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Stanje`,graphicFields:`Graphic fields`,textFields:`Tekstualna polja`,documentType:`Tip dokumenta`,imageQuality:`Image quality`,securityChecks:`Sigurnosne provjere`,rfidChip:`RFID chip`,portraitComparison:`Usporedba portreta`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`no-NO`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Status`,graphicFields:`Graphic fields`,textFields:`Tekstfelt`,documentType:`Dokumenttype`,imageQuality:`Image quality`,securityChecks:`Sikkerhetssjekk`,rfidChip:`RFID chip`,portraitComparison:`Sammenligning av portrettene`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`uz-Latn`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Holati`,graphicFields:`Grafik maydonlar`,textFields:`Matn maydonlari`,documentType:`Hujjat turi`,imageQuality:`Image quality`,securityChecks:`Autentifikatsiya`,rfidChip:`Mikrosxema RFID`,portraitComparison:`Portretlarni taqqoslash`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`hy-AM`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Կարգավիճակը`,graphicFields:`Graphic fields`,textFields:`Տեքստային դաշտեր`,documentType:`Փաստաթղթի տեսակը`,imageQuality:`Պատկերի որակը`,securityChecks:`Իսկության ստուգումներ`,rfidChip:`RFID միկրոսխեմա`,portraitComparison:`Դիմանկարների համեմատում`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ky-KG`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Статус`,graphicFields:`Graphic fields`,textFields:`Текст талаалары`,documentType:`Документтин түрү`,imageQuality:`Сүрөттүн сапаты`,securityChecks:`Аныктыгын текшерүү`,rfidChip:`RFID микросхемасы`,portraitComparison:`Портреттерди салыштыруу`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`ku-Arab`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`دۆخ`,graphicFields:`خانە گرافیکییەکان`,textFields:`خانەکانی دەق`,documentType:`جۆری بەڵگەنامە`,imageQuality:`کوالیتی وێنە`,securityChecks:`پشکنینەکانی ئاسایش`,rfidChip:`چیپی RFID`,portraitComparison:`بەراوردی پۆرترێت`,barcodeData:`Barcode data`,mDL:`mDL`}),q.addResourceBundle(`tg-TJ`,`e8c2f11c244c22722d261bdffcf4b70e`,{status:`Мақом`,graphicFields:`Майдонҳои графикӣ`,textFields:`Майдонҳои матн`,documentType:`Навъи ҳуҷҷат`,imageQuality:`Сифати тасвир`,securityChecks:`Санҷишҳои аслият`,rfidChip:`Микросхемаи RFID`,portraitComparison:`Муқоисаи портретҳо`,barcodeData:`Barcode data`,mDL:`mDL`});var SK=()=>Pk(`e8c2f11c244c22722d261bdffcf4b70e`),CK={scroll:`_scroll_1gv8h_1`,tab:`_tab_1gv8h_4`},wK=({json:e})=>(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:CK.scroll,children:(0,d.jsx)(`div`,{className:CK.tab,children:(0,d.jsx)(QM,{data:e})})}),TK=()=>{let{t:e}=SK(),{response:t}=m();if(!t)return null;let n=dm.fromProcessResponse(t),r=Km.fromProcessResponse(t),i=gh.fromProcessResponse(t),a=rh.fromProcessResponse(t),o=zm.fromProcessResponse(t),s=Op.fromProcessResponse(t),c=s.filter(e=>e.result_type===M.AUTHENTICITY),l=s.filter(e=>e.result_type===M.PORTRAIT_COMPARISON),u=_m.fromProcessResponse(t),f=Vp.fromProcessResponse(t),p=xg.fromProcessResponse(t),h=[];return n.length&&h.push({id:`status`,label:e(`status`),children:(0,d.jsx)(wK,{json:n})}),r.length&&h.push({id:`graphicFields`,label:e(`graphicFields`),children:(0,d.jsx)(wK,{json:r})}),i.length&&h.push({id:`textFields`,label:e(`textFields`),children:(0,d.jsx)(wK,{json:i})}),a.length&&h.push({id:`documentType`,label:e(`documentType`),children:(0,d.jsx)(wK,{json:a})}),o.length&&h.push({id:`imageQuality`,label:e(`imageQuality`),children:(0,d.jsx)(wK,{json:o})}),c.length&&h.push({id:`authenticity`,label:e(`securityChecks`),children:(0,d.jsx)(wK,{json:c})}),u.length&&h.push({id:`rfidChip`,label:e(`rfidChip`),children:(0,d.jsx)(wK,{json:u})}),l.length&&h.push({id:`portraitComparison`,label:e(`portraitComparison`),children:(0,d.jsx)(wK,{json:l})}),f.length&&h.push({id:`barcodeData`,label:e(`barcodeData`),children:(0,d.jsx)(wK,{json:f})}),p.length&&h.push({id:`mDL`,label:e(`mDL`),children:(0,d.jsx)(wK,{json:p})}),(0,d.jsx)(xK,{items:h,response:t})};q.addResourceBundle(`ru-RU`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`en-US`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`lv-LV`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`de-DE`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`pl-PL`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`it-IT`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hu-HU`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`zh-Hans`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`zh-Hant`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`sk-SK`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`uk-UA`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`fr-FR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`es-ES`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`pt-PT`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ar-AE`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`nl-NL`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`id-ID`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`vi-VN`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ko-KR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ms-MY`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ro-RO`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`el-GR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`tr-TR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ja-JP`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`cs-CZ`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`th-TH`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hi-IN`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`bn-BD`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`he-IL`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`fi-FI`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`sv-SE`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`da-DK`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hr-HR`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`no-NO`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`uz-Latn`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`hy-AM`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ky-KG`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`ku-Arab`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`}),q.addResourceBundle(`tg-TJ`,`070950235d2ef3e48f8ef7154afa9ccf`,{noRequestAvailable:`There is no request available.`});var EK=()=>Pk(`070950235d2ef3e48f8ef7154afa9ccf`),DK={"request-viewer":`_request-viewer_pf1gt_1`,title:`_title_pf1gt_14`,scroll:`_scroll_pf1gt_18`,json:`_json_pf1gt_22`},OK=({request:e,title:t})=>{let n={"--top-padding":t?`50px`:`75px`};return(0,d.jsxs)(`div`,{className:DK[`request-viewer`],style:n,children:[t&&(0,d.jsx)(`div`,{className:DK.title,children:(0,d.jsx)(G,{size:`16x100`,children:t})}),(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:DK.scroll,children:(0,d.jsx)(`div`,{className:DK.json,children:(0,d.jsx)(QM,{data:e})})})]})},kK=({title:e})=>{let{request:t}=m(),{t:n}=EK();return t?(0,d.jsx)(OK,{title:e,request:t}):(0,d.jsx)(G,{children:n(`noRequestAvailable`)})};q.addResourceBundle(`ru-RU`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`en-US`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`lv-LV`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`de-DE`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`pl-PL`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`it-IT`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hu-HU`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`zh-Hans`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`zh-Hant`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`sk-SK`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`uk-UA`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`fr-FR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`es-ES`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`pt-PT`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ar-AE`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`nl-NL`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`id-ID`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`vi-VN`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ko-KR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ms-MY`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ro-RO`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`el-GR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`tr-TR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ja-JP`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`cs-CZ`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`th-TH`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hi-IN`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`bn-BD`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`he-IL`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`fi-FI`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`sv-SE`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`da-DK`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hr-HR`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`no-NO`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`uz-Latn`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`hy-AM`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ky-KG`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`ku-Arab`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`}),q.addResourceBundle(`tg-TJ`,`2c9c473a82a06f26e27961b9d581af9d`,{noLogsInResponse:`There are no logs in the response.`});var AK=()=>Pk(`2c9c473a82a06f26e27961b9d581af9d`),jK={logs:`_logs_1tz9c_1`,scroll:`_scroll_1tz9c_13`,text:`_text_1tz9c_18`},MK=({logs:e})=>(0,d.jsx)(`div`,{className:jK.logs,children:(0,d.jsx)(_H,{dir:`ltr`,maxHeight:630,className:jK.scroll,children:(0,d.jsx)(`div`,{className:jK.text,children:e})})}),NK=()=>{let{response:e}=m(),{t}=AK();return e?(0,d.jsx)(MK,{logs:e.log?T_.decodeLog(e.log):t(`noLogsInResponse`)}):null},PK={loader:`_loader_10ubz_1`,overall:`_overall_10ubz_19`,"verifications-container":`_verifications-container_10ubz_24`,"info-container":`_info-container_10ubz_40`,avatar:`_avatar_10ubz_45`,text:`_text_10ubz_55`,name:`_name_10ubz_65`,gender:`_gender_10ubz_66`,info:`_info_10ubz_40`,"about-container":`_about-container_10ubz_97`,menu:`_menu_10ubz_104`,time:`_time_10ubz_114`},FK=()=>(0,d.jsxs)(`div`,{className:PK.loader,children:[(0,d.jsx)(AD.Block,{className:PK.overall}),(0,d.jsxs)(`div`,{className:PK[`verifications-container`],children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]}),(0,d.jsxs)(`div`,{className:PK[`info-container`],children:[(0,d.jsx)(AD.Block,{className:PK.avatar}),(0,d.jsxs)(`div`,{className:PK.text,children:[(0,d.jsxs)(`div`,{className:PK.name,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]}),(0,d.jsxs)(`div`,{className:PK.gender,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]}),(0,d.jsxs)(`div`,{className:PK.info,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]})]})]}),(0,d.jsxs)(`div`,{className:PK[`about-container`],children:[(0,d.jsx)(AD.Block,{className:PK.menu}),(0,d.jsxs)(`div`,{className:PK.time,children:[(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{}),(0,d.jsx)(AD.Block,{})]})]})]});q.addResourceBundle(`ru-RU`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Сравнение портретов`}),q.addResourceBundle(`en-US`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portrait comparison`}),q.addResourceBundle(`lv-LV`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Fotogrāfiju salīdzināšana`}),q.addResourceBundle(`de-DE`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portraitvergleich`}),q.addResourceBundle(`pl-PL`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Porównanie wizerunku`}),q.addResourceBundle(`it-IT`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Confronto dei ritratti`}),q.addResourceBundle(`hu-HU`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Arcképek összehasonlítása`}),q.addResourceBundle(`zh-Hans`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`照片对比`}),q.addResourceBundle(`zh-Hant`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`肖像比較`}),q.addResourceBundle(`sk-SK`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Porovnanie portrétov`}),q.addResourceBundle(`uk-UA`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Порівняння фотографій`}),q.addResourceBundle(`fr-FR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Comparaison de visage`}),q.addResourceBundle(`es-ES`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Comparación de fotos`}),q.addResourceBundle(`pt-PT`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Comparativo de Retrato`}),q.addResourceBundle(`ar-AE`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`مقارنة الصور الشخصية`}),q.addResourceBundle(`nl-NL`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Vergelijking van de foto's`}),q.addResourceBundle(`id-ID`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Perbandingan potret`}),q.addResourceBundle(`vi-VN`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`So sánh các ảnh chân dung`}),q.addResourceBundle(`ko-KR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`인물 사진 비교`}),q.addResourceBundle(`ms-MY`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Perbandingan antara potret`}),q.addResourceBundle(`ro-RO`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Compararea portretelor`}),q.addResourceBundle(`el-GR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Σύγκριση πορτρέτων`}),q.addResourceBundle(`tr-TR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portre karşılaştırma`}),q.addResourceBundle(`ja-JP`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`顔写真の比較`}),q.addResourceBundle(`cs-CZ`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Porovnání fotografií`}),q.addResourceBundle(`th-TH`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`การเปรียบเทียบภาพครึ่งตัว`}),q.addResourceBundle(`hi-IN`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`पोट्रेट की तुलना`}),q.addResourceBundle(`bn-BD`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`পোর্ট্রেটসমূহের তুলনা`}),q.addResourceBundle(`he-IL`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`השוואה של תמונות דיוקן`}),q.addResourceBundle(`fi-FI`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Valokuvien vertailu`}),q.addResourceBundle(`sv-SE`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Jämförelse av porträtten`}),q.addResourceBundle(`da-DK`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Sammenligning af portrætterne`}),q.addResourceBundle(`hr-HR`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Usporedba portreta`}),q.addResourceBundle(`no-NO`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Sammenligning av portrettene`}),q.addResourceBundle(`uz-Latn`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Portretlarni taqqoslash`}),q.addResourceBundle(`hy-AM`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Դիմանկարների համեմատում`}),q.addResourceBundle(`ky-KG`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Портреттерди салыштыруу`}),q.addResourceBundle(`ku-Arab`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`بەراوردی پۆرترێت`}),q.addResourceBundle(`tg-TJ`,`728d90b403456884a7a65309686bf620`,{portraitComparison:`Муқоисаи портретҳо`});var IK=()=>Pk(`728d90b403456884a7a65309686bf620`),LK={container:`_container_ox0ty_1`},RK=({status:e,name:t})=>{let n=kH(e,24);return(0,d.jsxs)(`div`,{className:LK.container,children:[n,(0,d.jsx)(G,{size:`18x135`,children:t})]})};q.addResourceBundle(`ru-RU`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`en-US`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`lv-LV`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`de-DE`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`pl-PL`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`it-IT`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hu-HU`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`zh-Hans`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`zh-Hant`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`sk-SK`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`uk-UA`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`fr-FR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`es-ES`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`pt-PT`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ar-AE`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`nl-NL`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`id-ID`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`vi-VN`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ko-KR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ms-MY`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ro-RO`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`el-GR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`tr-TR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ja-JP`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`cs-CZ`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`th-TH`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hi-IN`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`bn-BD`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`he-IL`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`fi-FI`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`sv-SE`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`da-DK`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hr-HR`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`no-NO`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`uz-Latn`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`hy-AM`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ky-KG`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`ku-Arab`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`}),q.addResourceBundle(`tg-TJ`,`90a425db4934211fafe21693ab2e9a39`,{rate:`Rate`});var zK=()=>Pk(`90a425db4934211fafe21693ab2e9a39`),BK={text:`_text_1wz9f_1`,"source-content":`_source-content_1wz9f_5`,rate:`_rate_1wz9f_28`},VK=({source:e,image:t,checkResult:n,similarity:r,imageViewer:i=!0,downloadImage:a})=>{let{t:o}=zK(),s=$.getPortraitComparisonSource(e);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(G,{className:BK.text,size:`12x160`,uppercase:!0,children:s}),(0,d.jsxs)(`div`,{className:BK[`source-content`],children:[t?(0,d.jsx)(Jk,{src:`data:image/jpeg;base64,${t}`,alt:String(s),magnifierImgBorderRadius:4,draggable:!1,magnifier:!0,viewer:i,download:a}):(0,d.jsx)(CH,{type:`photo`,className:BK[`default-image`]}),n!==void 0&&r!==void 0&&(0,d.jsxs)(`span`,{className:BK.rate,children:[kH(n),(0,d.jsx)(G,{children:`${o(`rate`)} ${r}%`})]})]})]})},HK={result:`_result_1sdjd_1`},UK=({source:e,image:t,comparable:n,imageViewer:r,downloadImage:i})=>(0,d.jsx)(_H,{children:(0,d.jsxs)(`div`,{className:HK.result,children:[(0,d.jsx)(VK,{source:e,image:t,imageViewer:r}),n.map(({source:e,image:t,checkResult:n,similarity:a},o)=>(0,d.jsx)(VK,{source:e,image:t,checkResult:n,similarity:a,imageViewer:r,downloadImage:i},t||o))]})});q.addResourceBundle(`ru-RU`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Сервис не отвечает`}),q.addResourceBundle(`en-US`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`The service does not respond`}),q.addResourceBundle(`lv-LV`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`The service does not respond`}),q.addResourceBundle(`de-DE`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Keine Rückmeldung vom Service`}),q.addResourceBundle(`pl-PL`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Serwis nie odpowiada`}),q.addResourceBundle(`it-IT`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Il servizio non risponde`}),q.addResourceBundle(`hu-HU`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`A szolgáltatás nem válaszol`}),q.addResourceBundle(`zh-Hans`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`服务没有回应`}),q.addResourceBundle(`zh-Hant`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`服務沒有響應`}),q.addResourceBundle(`sk-SK`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Služba nereaguje`}),q.addResourceBundle(`uk-UA`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Сервіс не відповідає`}),q.addResourceBundle(`fr-FR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Le service ne répond pas`}),q.addResourceBundle(`es-ES`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Servicio no responde`}),q.addResourceBundle(`pt-PT`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`O serviço não responde`}),q.addResourceBundle(`ar-AE`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`الخدمة لا تستجيب`}),q.addResourceBundle(`nl-NL`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`De dienst reageert niet`}),q.addResourceBundle(`id-ID`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Layanan tidak merepsons`}),q.addResourceBundle(`vi-VN`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Dịch vụ không phản hồi`}),q.addResourceBundle(`ko-KR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`서비스가 응답하지 않습니다`}),q.addResourceBundle(`ms-MY`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Perkhidmatan tidak memberi maklum balas`}),q.addResourceBundle(`ro-RO`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Serviciul nu răspunde`}),q.addResourceBundle(`el-GR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Η υπηρεσία δεν ανταποκρίνεται`}),q.addResourceBundle(`tr-TR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Hizmet yanıt vermiyor`}),q.addResourceBundle(`ja-JP`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`サービスは応答しません`}),q.addResourceBundle(`cs-CZ`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Služba neodpovídá`}),q.addResourceBundle(`th-TH`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`บริการไม่ตอบสนอง`}),q.addResourceBundle(`hi-IN`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`सेवा जवाब नहीं देती है`}),q.addResourceBundle(`bn-BD`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`পরিষেবাটি সাড়া দেয়নি`}),q.addResourceBundle(`he-IL`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`אין תגובה מהשירות`}),q.addResourceBundle(`fi-FI`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Palvelu ei vastaa`}),q.addResourceBundle(`sv-SE`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Tjänsten svarar inte`}),q.addResourceBundle(`da-DK`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Servicen fungerer ikke`}),q.addResourceBundle(`hr-HR`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Usluga ne odgovara`}),q.addResourceBundle(`no-NO`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Tjenesten svarer ikke`}),q.addResourceBundle(`uz-Latn`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Xizmat javob bermaydi`}),q.addResourceBundle(`hy-AM`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Ծառայությունը չի պատասխանում`}),q.addResourceBundle(`ky-KG`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Сервис жооп бербей жатат`}),q.addResourceBundle(`ku-Arab`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`خزمەتگوزاری وەڵام ناداتەوە`}),q.addResourceBundle(`tg-TJ`,`aac8d134d61c1e4793fd82a4718ac196`,{serviceNotRespond:`Хизматрасонӣ посух намедиҳад`});var WK=()=>Pk(`aac8d134d61c1e4793fd82a4718ac196`),GK={comparison:`_comparison_5medb_1`,results:`_results_5medb_20`},KK=({status:e,name:t,comparisons:n,showDiagnose:r,imageViewer:i,downloadImage:a})=>{let{t:o}=WK();return(0,d.jsxs)(`div`,{className:GK.comparison,children:[(0,d.jsx)(RK,{status:e,name:t}),(0,d.jsxs)(nD.Element,{name:`portrait`,className:GK.results,children:[r&&(0,d.jsx)(DH,{children:(0,d.jsx)(G,{size:`14x157`,children:o(`serviceNotRespond`)})}),n.map(({source:e,image:t,comparable:n},r)=>(0,d.jsx)(UK,{source:e,image:t,comparable:n,imageViewer:i,downloadImage:a},t||r))]})]})},qK={comparisons:`_comparisons_pgp5t_1`},JK=({portraitsComparison:e,portraitsStatus:t,showDiagnose:n,imageViewer:r,downloadImage:i})=>{let{t:a}=IK();return(0,d.jsx)(`div`,{className:qK.comparisons,children:(0,d.jsx)(KK,{status:t,name:a(`portraitComparison`),comparisons:e,showDiagnose:n,imageViewer:r,downloadImage:i})})},YK=({imageViewer:e,downloadImage:t})=>{let{response:n}=m();if(!n)return null;let r=bT(n),i=cE(n),a=r.every(({diagnose:e})=>e===k.PORTRAIT_COMPARISON_NO_SERVICE_REPLY);return r.length?(0,d.jsx)(JK,{portraitsComparison:r,portraitsStatus:i.summary.portrait,imageViewer:e,showDiagnose:a,downloadImage:t}):null},XK=e=>Number.isInteger(e)?e:parseFloat(e.toFixed(2)),ZK={list:`_list_1jb30_1`,check:`_check_1jb30_4`,name:`_name_1jb30_12`,red:`_red_1jb30_18`,value:`_value_1jb30_18`},QK=({checks:e})=>(0,d.jsx)(`div`,{className:ZK.list,children:e.map(({name:e,status:t,value:n})=>(0,d.jsxs)(`div`,{className:(0,tD.default)(ZK.check,{[ZK.red]:t===UL.QUALITY_STATUS_FALSE}),children:[(0,d.jsx)(G,{uppercase:!0,className:ZK.name,children:(0,d.jsx)($.FaceImageQualityCheckLabel,{children:e})}),(0,d.jsx)(G,{className:ZK.value,children:n===void 0?`—`:XK(n)})]},e))}),$K={head:`_head_1gwte_1`,name:`_name_1gwte_7`,status:`_status_1gwte_11`,red:`_red_1gwte_17`,pointer:`_pointer_1gwte_21`},eq=({name:e,statusInfo:t,status:n})=>(0,d.jsxs)(`div`,{className:$K.head,children:[(0,d.jsx)(G,{className:$K.name,children:e}),(0,d.jsxs)(`div`,{className:$K.status,children:[n===void 0?null:kH(n),(0,d.jsx)(G,{className:(0,tD.default)({[$K.red]:n===UL.QUALITY_STATUS_FALSE}),children:t})]})]}),tq=({name:e,statusInfo:t,status:n,children:r})=>(0,d.jsx)(HD,{head:(0,d.jsx)(eq,{statusInfo:t,name:e,status:n}),children:r}),nq=({detailsGroups:e})=>(0,d.jsx)(_H,{children:e.map(({groupChecks:e,name:t,totalCount:n,compliantCount:r})=>{let i=e.filter(e=>e.status!==UL.QUALITY_STATUS_UNDETERMINED).sort((e,t)=>(e.status||0)-(t.status||0));return(0,d.jsx)(tq,{name:(0,d.jsx)($.FaceImageQualityLabel,{children:t}),status:(n||0)-(r||0)?UL.QUALITY_STATUS_FALSE:void 0,statusInfo:`${r||0}/${n||0}`,children:(0,d.jsx)(QK,{checks:i})},t)})}),rq=(0,u.createContext)({quality:null}),iq=()=>(0,u.useContext)(rq),aq=({detailsGroups:e,details:t})=>e?.map(e=>({...e,groupChecks:t?.filter(t=>t.groupId===e.groupId)||[]}))||[],oq=e=>[...e].sort((e,t)=>{let n=(e.totalCount||0)-(e.compliantCount||0);return(t.totalCount||0)-(t.compliantCount||0)-n}),sq=()=>{let{quality:e}=iq();return e?.results?.detections[0].quality?(0,d.jsx)(nq,{detailsGroups:oq(aq(e.results.detections[0].quality))}):null},cq=({quality:e,children:t,language:n})=>{let r=Ik(n);return(0,u.useEffect)(()=>{q.changeLanguage(n)},[n]),(0,d.jsx)(rq.Provider,{value:{quality:e},children:(0,d.jsx)(`div`,{dir:r,children:t})})};exports.About=tU,exports.Alert=DH,exports.AreaArray=Hf,exports.AuthenticityCheckList=Tp,Object.defineProperty(exports,"AuthenticityCheckListContainer",{enumerable:!0,get:function(){return Op}}),exports.AuthenticityCheckListContainerResultTypes=Dp,Object.defineProperty(exports,"AuthenticityFibersTypeCheckResult",{enumerable:!0,get:function(){return op}}),exports.AuthenticityFibersTypeCheckResultTypes=ap,Object.defineProperty(exports,"AuthenticityIdentCheckResult",{enumerable:!0,get:function(){return up}}),exports.AuthenticityIdentCheckResultTypes=lp,Object.defineProperty(exports,"AuthenticityOCRSecurityTextCheckResult",{enumerable:!0,get:function(){return mp}}),exports.AuthenticityOCRSecurityTextCheckResultTypes=pp,Object.defineProperty(exports,"AuthenticityPhotoIdentCheckResult",{enumerable:!0,get:function(){return yp}}),exports.AuthenticityPhotoIdentCheckResultTypes=vp,Object.defineProperty(exports,"AuthenticitySecurityFeatureCheckResult",{enumerable:!0,get:function(){return Cp}}),exports.AuthenticitySecurityFeatureCheckResultTypes=Sp,exports.AuthenticityTextCheckReferenceTypes=Yw,Object.defineProperty(exports,"BSIv2Container",{enumerable:!0,get:function(){return vg}}),exports.BSIv2ContainerResultTypes=_g,Object.defineProperty(exports,"BarcodeBoundsResultContainer",{enumerable:!0,get:function(){return Pp}}),exports.BarcodeBoundsResultContainerResultTypes=Np,exports.BinaryData=fm,exports.BoundsResult=Uf,Object.defineProperty(exports,"BoundsResultContainer",{enumerable:!0,get:function(){return jp}}),exports.BoundsResultContainerResultTypes=Ap,Object.defineProperty(exports,"ByteArrayContainer",{enumerable:!0,get:function(){return ng}}),exports.ByteArrayContainerResultTypes=tg,exports.CertificateData=Kp,exports.Collapse=HD,exports.Container=wD,exports.ContainerList=Cg,exports.DefaultImage=CH,exports.Details=oU,exports.DetailsAge=sm,exports.DetailsOptical=am,exports.DetailsRFID=om,exports.DocBarCodeField=Lp,exports.DocBarCodeInfo=Rp,Object.defineProperty(exports,"DocBarCodeInfoContainer",{enumerable:!0,get:function(){return Vp}}),exports.DocBarCodeInfoContainerResultTypes=Bp,exports.DocBinaryInfo=mm,Object.defineProperty(exports,"DocBinaryInfoContainer",{enumerable:!0,get:function(){return _m}}),exports.DocBinaryInfoContainerResultTypes=gm,exports.DocGraphicField=vm,exports.DocGraphicsInfo=ym,Object.defineProperty(exports,"DocGraphicsInfoContainer",{enumerable:!0,get:function(){return Sm}}),exports.DocGraphicsInfoContainerResultTypes=xm,exports.DocReaderContainer=yK,exports.DocReaderTypeError=jE,exports.DocVisualExtendedField=Dm,exports.DocVisualExtendedInfo=Om,Object.defineProperty(exports,"DocVisualExtendedInfoContainer",{enumerable:!0,get:function(){return jm}}),exports.DocVisualExtendedInfoContainerResultTypes=Am,exports.DocumentImages=xU,exports.DocumentTabs=hG,exports.DocumentType=vG,Object.defineProperty(exports,"DocumentTypesCandidatesContainer",{enumerable:!0,get:function(){return Ih}}),exports.DocumentTypesCandidatesContainerResultTypes=Fh,exports.DocumentTypesCandidatesList=Nh,exports.DocumentsDatabase=Lg,Object.defineProperty(exports,"EncryptedRCLContainer",{enumerable:!0,get:function(){return Pm}}),exports.EncryptedRCLContainerResultTypes=Nm,exports.ErrorCoordinates=Th,exports.FDSIDList=qf,exports.FaceApi=Tg,exports.FaceApiSearch=wg,exports.FaceContainer=cq,exports.FaceDetection=Wh,Object.defineProperty(exports,"FaceDetectionContainer",{enumerable:!0,get:function(){return qh}}),exports.FaceDetectionContainerResultTypes=Kh,exports.FaceImageQualityData=sq,exports.FaceItem=Uh,Object.defineProperty(exports,"FibersType",{enumerable:!0,get:function(){return np}}),exports.FieldItem=Eh,exports.FileImage=Jh,exports.GraphData=Yh,exports.Graphics=vK,exports.Icon=xD,exports.IdentResult=sp,exports.Image=Jk,exports.ImageData=Wf,exports.ImageField=Vm,exports.ImageFieldValue=Bm,exports.ImageQA=Eg,exports.ImageQualityCheck=Fm,exports.ImageQualityCheckList=Im,Object.defineProperty(exports,"ImageQualityCheckListContainer",{enumerable:!0,get:function(){return zm}}),exports.ImageQualityCheckListContainerResultTypes=Rm,exports.ImageSource=Hm,exports.ImagesResult=Um,Object.defineProperty(exports,"ImagesResultContainer",{enumerable:!0,get:function(){return Km}}),exports.ImagesResultContainerResultTypes=Gm,exports.Info=bG,exports.IsStringObjectRecord=jg,exports.JsonViewer=QM,Object.defineProperty(exports,"LicenseContainer",{enumerable:!0,get:function(){return Ym}}),exports.LicenseContainerResultTypes=Jm,exports.Link=TH,Object.defineProperty(exports,"ListVerifiedFieldContainer",{enumerable:!0,get:function(){return eh}}),exports.ListVerifiedFieldContainerResultTypes=$m,exports.ListVerifiedFields=Zm,exports.LivenessParams=kg,exports.Logs=NK,Object.defineProperty(exports,"MDLContainer",{enumerable:!0,get:function(){return xg}}),exports.MDLContainerResultTypes=bg,Object.defineProperty(exports,"MRZDetectorContainer",{enumerable:!0,get:function(){return Hh}}),exports.MRZDetectorContainerResultTypes=Vh,Object.defineProperty(exports,"MRZPositionContainer",{enumerable:!0,get:function(){return wh}}),exports.MRZPositionContainerResultTypes=Ch,exports.MRZRowsItem=Rh,exports.MRZTestQuality=kh,Object.defineProperty(exports,"MRZTestQualityContainer",{enumerable:!0,get:function(){return Mh}}),exports.MRZTestQualityContainerResultTypes=jh,exports.Match=$,exports.OCRSecurityTextResult=dp,exports.OneCandidate=Jf,Object.defineProperty(exports,"OneCandidateContainer",{enumerable:!0,get:function(){return rh}}),exports.OneCandidateContainerResultTypes=nh,exports.Overall=iU,exports.PerDocumentConfig=Dg,exports.PersonInfo=YH,exports.PhotoIdentResult=gp,exports.Point=wf,exports.PointArray=Vf,exports.Popover=Bk,exports.PortraitsComparison=YK,exports.ProcessParams=Mg,exports.ProcessParamsAuth=Ag,exports.ProcessParamsRfid=Og,Object.defineProperty(exports,"ProcessRequest",{enumerable:!0,get:function(){return Ig}}),exports.ProcessRequestImage=Ng,Object.defineProperty(exports,"ProcessResponse",{enumerable:!0,get:function(){return T_}}),exports.ProcessSystemInfo=Pg,Object.defineProperty(exports,"RAuthenticityCheckGroup",{enumerable:!0,get:function(){return uT}}),Object.defineProperty(exports,"RAuthenticityCheckGroupsItem",{enumerable:!0,get:function(){return fT}}),Object.defineProperty(exports,"RAuthenticityFibersCheck",{enumerable:!0,get:function(){return $w}}),Object.defineProperty(exports,"RAuthenticityIdentCheck",{enumerable:!0,get:function(){return tT}}),Object.defineProperty(exports,"RAuthenticityPhotoIdentCheck",{enumerable:!0,get:function(){return rT}}),Object.defineProperty(exports,"RAuthenticitySecurityCheck",{enumerable:!0,get:function(){return aT}}),Object.defineProperty(exports,"RAuthenticityTextCheck",{enumerable:!0,get:function(){return sT}}),exports.RAuthenticityTextCheckReference=Xw,Object.defineProperty(exports,"RDetailedStatus",{enumerable:!0,get:function(){return sE}}),exports.RDetailedStatusOptical=rE,exports.RDetailedStatusRfid=aE,exports.RDetailedStatusSummary=iE,Object.defineProperty(exports,"RDocumentBarcode",{enumerable:!0,get:function(){return wT}}),exports.RDocumentBarcodeField=ST,exports.RDocumentBarcodeModuleData=xT,Object.defineProperty(exports,"RDocumentIdentification",{enumerable:!0,get:function(){return fE}}),Object.defineProperty(exports,"RDocumentImage",{enumerable:!0,get:function(){return OT}}),exports.RDocumentImagePage=ET,exports.RFIDDocVisualExtendedField=_h,exports.RFIDDocVisualExtendedInfo=vh,Object.defineProperty(exports,"RFIDGraphicsInfoContainer",{enumerable:!0,get:function(){return $h}}),exports.RFIDGraphicsInfoContainerResultTypes=Qh,Object.defineProperty(exports,"RFIDTextDataContainer",{enumerable:!0,get:function(){return xh}}),exports.RFIDTextDataContainerResultTypes=bh,Object.defineProperty(exports,"RGraphicField",{enumerable:!0,get:function(){return MT}}),Object.defineProperty(exports,"RImageQuality",{enumerable:!0,get:function(){return RT}}),exports.RImageQualityCheck=IT,exports.RLocation=Jw,Object.defineProperty(exports,"RNameSurname",{enumerable:!0,get:function(){return hE}}),Object.defineProperty(exports,"RPortraitComparisonComparable",{enumerable:!0,get:function(){return _T}}),Object.defineProperty(exports,"RPortraitsComparison",{enumerable:!0,get:function(){return yT}}),Object.defineProperty(exports,"RRfidApplicationItem",{enumerable:!0,get:function(){return QT}}),Object.defineProperty(exports,"RRfidCertificate",{enumerable:!0,get:function(){return HT}}),Object.defineProperty(exports,"RRfidDataGroupStatus",{enumerable:!0,get:function(){return qT}}),exports.RRfidDataGroupStatusItem=XT,Object.defineProperty(exports,"RTextData",{enumerable:!0,get:function(){return bE}}),exports.RTextDataComparison=vE,exports.RTextDataSource=_E,Object.defineProperty(exports,"RTextFieldValue",{enumerable:!0,get:function(){return CE}}),Object.defineProperty(exports,"RawImageContainer",{enumerable:!0,get:function(){return oh}}),exports.RawImageContainerList=hp,exports.RawImageContainerResultTypes=ah,exports.Rect=Gf,exports.RequestViewer=kK,exports.ResponseViewer=TK,exports.ResultMRZDetector=zh,exports.Rfid=aK,exports.RfidAccessControlInfo=Up,exports.RfidAccessKey=Wp,exports.RfidApplication=Yp,exports.RfidAttributeData=Zp,exports.RfidAttributeName=Zf,exports.RfidCardPropertiesExt=Xp,exports.RfidCertificateEx=em,exports.RfidDG1=Hp,exports.RfidDataFile=Jp,exports.RfidDistinguishedName=Qf,exports.RfidOrigin=Kf,exports.RfidParsedData=Gp,exports.RfidPkiExtension=Qp,exports.RfidRawData=pm,exports.RfidSecurityObject=nm,exports.RfidSecurityObjectCertificates=qp,exports.RfidSession=im,exports.RfidSignerInfoEx=tm,exports.RfidTerminal=rm,exports.RfidValidity=$p,exports.Scroll=_H,exports.SecurityFeatureCheck=bp,exports.Skeleton=AD,exports.Status=cm,Object.defineProperty(exports,"StatusContainer",{enumerable:!0,get:function(){return dm}}),exports.StatusContainerResultTypes=um,exports.StatusLoader=FK,exports.StringItem=Oh,exports.StringRecognitionResult=Tm,exports.Symbol=Lh,exports.SymbolCandidate=Cm,exports.SymbolEstimationItem=Dh,exports.SymbolRecognitionResult=wm,exports.TOriginalRFIDGraphicsInfo=Xh,exports.Table=KD,exports.Tabs=ID,exports.Text=G,exports.TextComparison=sh,exports.TextField=dh,exports.TextFieldValue=lh,exports.TextResult=ph,Object.defineProperty(exports,"TextResultContainer",{enumerable:!0,get:function(){return gh}}),exports.TextResultContainerResultTypes=hh,exports.TextSource=fh,exports.TextSymbol=ch,exports.TextValidity=uh,exports.TipDecodeModule=Fp,exports.TipPDF417Info=Ip,exports.Title=ED,exports.TransactionInfo=Rg,exports.TrfFtBytes=Yf,exports.TrfFtString=Xf,Object.defineProperty(exports,"VDSContainer",{enumerable:!0,get:function(){return sg}}),exports.VDSContainerResultTypes=og,exports.VDSData=ig,Object.defineProperty(exports,"VDSNCContainer",{enumerable:!0,get:function(){return hg}}),exports.VDSNCContainerResultTypes=mg,exports.VDSNCData=fg,exports.Verifications=WH,exports.VerifiedFieldMap=Xm,exports.aContainer=$f,exports.aVisualExtendedFieldItem=Em,exports.checkLocation=CU,exports.checkSelection=wU,exports.convertGeneralizedDateToLocal=Kw,exports.decode=vS,exports.eAuthenticity=O,exports.eBarCodeDetectionType=nd,exports.eBarCodeModuleType=_a,exports.eBarCodeResultCodes=rd,exports.eBarCodeType=va,exports.eCheckDiagnose=k,exports.eCheckResult=A,exports.eDataGroupReadStatus=GT,exports.eDocFormat=ba,exports.eDocType=xa,exports.eDocumentTypeRecognitionResult=Sa,exports.eFieldVerificationResult=Xa,exports.eGraphicFieldType=Ca,exports.eIRVisibilityFlag=Za,exports.eImageQualityCheckType=wa,exports.eInfoTabID=SU,exports.eInputBarcodeType=Ta,exports.eInputImageQualityChecks=Ea,exports.eLCID=j,exports.eLDSParsingErrorCodes=Ma,exports.eLDSParsingNotificationCodes=Na,exports.eLights=Da,exports.eLogLevel=Oa,exports.eMRZDetectMode=ja,exports.eMRZFormat=ka,exports.eMeasureSystem=Aa,exports.eOpticalStatusField=eE,exports.ePortraitComparisonSource=hT,exports.eProcessingStatus=Pa,exports.eResult=M,exports.eResultType=M,exports.eRfidAChip=Ia,exports.eRfidAccessControlProcedureType=La,exports.eRfidApplicationType=Ra,exports.eRfidAuthenticationProcedureType=za,exports.eRfidBaudRate=Ba,exports.eRfidCertificateOrigin=Va,exports.eRfidCertificateType=Ha,exports.eRfidDataFileType=N,exports.eRfidErrorCodes=Fa,exports.eRfidFileIdType=id,exports.eRfidOriginalGraphicsType=ad,exports.eRfidPasswordType=Wa,exports.eRfidPresence=Ua,exports.eRfidStatusField=tE,exports.eRfidTerminalAuthorizationRequirement=$u,exports.eRfidTerminalType=Ga,exports.eRfidType=Ka,exports.eRfidVisualFieldType=od,exports.eScenario=qa,exports.eSecurityCriticalFlag=ya,exports.eSecurityFeatureType=P,exports.eSource=Ja,exports.eSummaryStatusField=nE,exports.eTextPostProcessing=Ya,exports.eVisualFieldType=F,exports.getAuthenticityArray=qu,exports.getAuthenticityCheckList=mT,exports.getAuthenticityOpenFields=TU,exports.getDetailedStatus=cE,exports.getDocumentBarcodes=TT,exports.getDocumentDateOfExpiry=TE,exports.getDocumentIdentification=pE,exports.getDocumentImages=kT,exports.getDocumentImagesSync=AT,exports.getDocumentIssuingStateName=EE,exports.getDocumentNumber=DE,exports.getDocumentOwnerAge=OE,exports.getDocumentOwnerNationalityCode=kE,exports.getDocumentOwnerSex=AE,exports.getGraphicField=PT,exports.getGraphicFieldSync=FT,exports.getIRVisibilityFlagArray=Yu,exports.getImageDimensions=bS,exports.getImageQuality=BT,exports.getImageQualityOpenFields=EU,exports.getLightsArray=Zu,exports.getNameSurname=gE,exports.getPortraitsComparison=bT,exports.getRfidCertificatesData=UT,exports.getRfidChecksSummary=WT,exports.getRfidDataGroupsStatus=YT,exports.getRfidDataGroupsStatusList=$T,exports.getRfidTerminalAuthorizationRequirements=ed,exports.getTextData=xE,exports.getTextFieldValue=wE,exports.isAuthenticity=Ju,exports.isIRVisibilityFlag=Xu,exports.isLights=Qu,exports.isObject=yS,exports.isRfidTerminalAuthorizationRequirement=td,exports.mergeDetailedStatus=uE,exports.mergeStatuses=qw,exports.transformToAuthenticityCheckResultList=wp,exports.transformToContainerList=Sg,exports.transformToRAuthenticityCheckList=cT;
|