@eid-easy/eideasy-widget 2.75.0 → 2.77.0
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/CHANGELOG-LATEST.md +2 -2
- package/CHANGELOG.md +1423 -1410
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/full/eideasy-widget.common.js +713 -153
- package/dist/full/eideasy-widget.umd.js +703 -143
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/package.json +5 -5
|
@@ -15,7 +15,7 @@ return /******/ (function() { // webpackBootstrap
|
|
|
15
15
|
/***/ (function(module) {
|
|
16
16
|
|
|
17
17
|
/*! For license information please see eideasy-browser-client.js.LICENSE.txt */
|
|
18
|
-
!function(t,e){ true?module.exports=e():0}(self,(function(){return function(){var t,e,n={9669:function(t,e,n){t.exports=n(1609)},5448:function(t,e,n){"use strict";var r=n(4867),i=n(6026),o=n(4372),a=n(5327),s=n(4097),c=n(4109),u=n(7985),d=n(5061);t.exports=function(t){return new Promise((function(e,n){var l=t.data,p=t.headers,f=t.responseType;r.isFormData(l)&&delete p["Content-Type"];var h=new XMLHttpRequest;if(t.auth){var g=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";p.Authorization="Basic "+btoa(g+":"+v)}var y=s(t.baseURL,t.url);function m(){if(h){var r="getAllResponseHeaders"in h?c(h.getAllResponseHeaders()):null,o={data:f&&"text"!==f&&"json"!==f?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:r,config:t,request:h};i(e,n,o),h=null}}if(h.open(t.method.toUpperCase(),a(y,t.params,t.paramsSerializer),!0),h.timeout=t.timeout,"onloadend"in h?h.onloadend=m:h.onreadystatechange=function(){h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))&&setTimeout(m)},h.onabort=function(){h&&(n(d("Request aborted",t,"ECONNABORTED",h)),h=null)},h.onerror=function(){n(d("Network Error",t,null,h)),h=null},h.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(d(e,t,t.transitional&&t.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",h)),h=null},r.isStandardBrowserEnv()){var I=(t.withCredentials||u(y))&&t.xsrfCookieName?o.read(t.xsrfCookieName):void 0;I&&(p[t.xsrfHeaderName]=I)}"setRequestHeader"in h&&r.forEach(p,(function(t,e){void 0===l&&"content-type"===e.toLowerCase()?delete p[e]:h.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(h.withCredentials=!!t.withCredentials),f&&"json"!==f&&(h.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&h.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){h&&(h.abort(),n(t),h=null)})),l||(l=null),h.send(l)}))}},1609:function(t,e,n){"use strict";var r=n(4867),i=n(1849),o=n(321),a=n(7185);function s(t){var e=new o(t),n=i(o.prototype.request,e);return r.extend(n,o.prototype,e),r.extend(n,e),n}var c=s(n(5655));c.Axios=o,c.create=function(t){return s(a(c.defaults,t))},c.Cancel=n(5263),c.CancelToken=n(4972),c.isCancel=n(6502),c.all=function(t){return Promise.all(t)},c.spread=n(8713),c.isAxiosError=n(6268),t.exports=c,t.exports.default=c},5263:function(t){"use strict";function e(t){this.message=t}e.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},e.prototype.__CANCEL__=!0,t.exports=e},4972:function(t,e,n){"use strict";var r=n(5263);function i(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var t;return{token:new i((function(e){t=e})),cancel:t}},t.exports=i},6502:function(t){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},321:function(t,e,n){"use strict";var r=n(4867),i=n(5327),o=n(782),a=n(3572),s=n(7185),c=n(4875),u=c.validators;function d(t){this.defaults=t,this.interceptors={request:new o,response:new o}}d.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=t.transitional;void 0!==e&&c.assertOptions(e,{silentJSONParsing:u.transitional(u.boolean,"1.0.0"),forcedJSONParsing:u.transitional(u.boolean,"1.0.0"),clarifyTimeoutError:u.transitional(u.boolean,"1.0.0")},!1);var n=[],r=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(r=r&&e.synchronous,n.unshift(e.fulfilled,e.rejected))}));var i,o=[];if(this.interceptors.response.forEach((function(t){o.push(t.fulfilled,t.rejected)})),!r){var d=[a,void 0];for(Array.prototype.unshift.apply(d,n),d=d.concat(o),i=Promise.resolve(t);d.length;)i=i.then(d.shift(),d.shift());return i}for(var l=t;n.length;){var p=n.shift(),f=n.shift();try{l=p(l)}catch(t){f(t);break}}try{i=a(l)}catch(t){return Promise.reject(t)}for(;o.length;)i=i.then(o.shift(),o.shift());return i},d.prototype.getUri=function(t){return t=s(this.defaults,t),i(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){d.prototype[t]=function(e,n){return this.request(s(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){d.prototype[t]=function(e,n,r){return this.request(s(r||{},{method:t,url:e,data:n}))}})),t.exports=d},782:function(t,e,n){"use strict";var r=n(4867);function i(){this.handlers=[]}i.prototype.use=function(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},i.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=i},4097:function(t,e,n){"use strict";var r=n(1793),i=n(7303);t.exports=function(t,e){return t&&!r(e)?i(t,e):e}},5061:function(t,e,n){"use strict";var r=n(481);t.exports=function(t,e,n,i,o){var a=new Error(t);return r(a,e,n,i,o)}},3572:function(t,e,n){"use strict";var r=n(4867),i=n(8527),o=n(6502),a=n(5655);function s(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return s(t),t.headers=t.headers||{},t.data=i.call(t,t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return s(t),e.data=i.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return o(e)||(s(t),e&&e.response&&(e.response.data=i.call(t,e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},481:function(t){"use strict";t.exports=function(t,e,n,r,i){return t.config=e,n&&(t.code=n),t.request=r,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},7185:function(t,e,n){"use strict";var r=n(4867);t.exports=function(t,e){e=e||{};var n={},i=["url","method","data"],o=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function u(i){r.isUndefined(e[i])?r.isUndefined(t[i])||(n[i]=c(void 0,t[i])):n[i]=c(t[i],e[i])}r.forEach(i,(function(t){r.isUndefined(e[t])||(n[t]=c(void 0,e[t]))})),r.forEach(o,u),r.forEach(a,(function(i){r.isUndefined(e[i])?r.isUndefined(t[i])||(n[i]=c(void 0,t[i])):n[i]=c(void 0,e[i])})),r.forEach(s,(function(r){r in e?n[r]=c(t[r],e[r]):r in t&&(n[r]=c(void 0,t[r]))}));var d=i.concat(o).concat(a).concat(s),l=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===d.indexOf(t)}));return r.forEach(l,u),n}},6026:function(t,e,n){"use strict";var r=n(5061);t.exports=function(t,e,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},8527:function(t,e,n){"use strict";var r=n(4867),i=n(5655);t.exports=function(t,e,n){var o=this||i;return r.forEach(n,(function(n){t=n.call(o,t,e)})),t}},5655:function(t,e,n){"use strict";var r=n(4867),i=n(6016),o=n(481),a={"Content-Type":"application/x-www-form-urlencoded"};function s(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var c,u={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(c=n(5448)),c),transformRequest:[function(t,e){return i(e,"Accept"),i(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(s(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)||e&&"application/json"===e["Content-Type"]?(s(e,"application/json"),function(t,e,n){if(r.isString(t))try{return(0,JSON.parse)(t),r.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){var e=this.transitional,n=e&&e.silentJSONParsing,i=e&&e.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||i&&r.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(a){if("SyntaxError"===t.name)throw o(t,this,"E_JSON_PARSE");throw t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){u.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){u.headers[t]=r.merge(a)})),t.exports=u},1849:function(t){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},5327:function(t,e,n){"use strict";var r=n(4867);function i(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var o;if(n)o=n(e);else if(r.isURLSearchParams(e))o=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(i(e)+"="+i(t))})))})),o=a.join("&")}if(o){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}},7303:function(t){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},4372:function(t,e,n){"use strict";var r=n(4867);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,i,o,a){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},1793:function(t){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},6268:function(t){"use strict";t.exports=function(t){return"object"==typeof t&&!0===t.isAxiosError}},7985:function(t,e,n){"use strict";var r=n(4867);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=i(window.location.href),function(e){var n=r.isString(e)?i(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},6016:function(t,e,n){"use strict";var r=n(4867);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},4109:function(t,e,n){"use strict";var r=n(4867),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,o,a={};return t?(r.forEach(t.split("\n"),(function(t){if(o=t.indexOf(":"),e=r.trim(t.substr(0,o)).toLowerCase(),n=r.trim(t.substr(o+1)),e){if(a[e]&&i.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},8713:function(t){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},4875:function(t,e,n){"use strict";var r=n(8593),i={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){i[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));var o={},a=r.version.split(".");function s(t,e){for(var n=e?e.split("."):a,r=t.split("."),i=0;i<3;i++){if(n[i]>r[i])return!0;if(n[i]<r[i])return!1}return!1}i.transitional=function(t,e,n){var i=e&&s(e);function a(t,e){return"[Axios v"+r.version+"] Transitional option '"+t+"'"+e+(n?". "+n:"")}return function(n,r,s){if(!1===t)throw new Error(a(r," has been removed in "+e));return i&&!o[r]&&(o[r]=!0,console.warn(a(r," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,r,s)}},t.exports={isOlderVersion:s,assertOptions:function(t,e,n){if("object"!=typeof t)throw new TypeError("options must be an object");for(var r=Object.keys(t),i=r.length;i-- >0;){var o=r[i],a=e[o];if(a){var s=t[o],c=void 0===s||a(s,o,t);if(!0!==c)throw new TypeError("option "+o+" must be "+c)}else if(!0!==n)throw Error("Unknown option "+o)}},validators:i}},4867:function(t,e,n){"use strict";var r=n(1849),i=Object.prototype.toString;function o(t){return"[object Array]"===i.call(t)}function a(t){return void 0===t}function s(t){return null!==t&&"object"==typeof t}function c(t){if("[object Object]"!==i.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function u(t){return"[object Function]"===i.call(t)}function d(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),o(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.call(null,t[i],i,t)}t.exports={isArray:o,isArrayBuffer:function(t){return"[object ArrayBuffer]"===i.call(t)},isBuffer:function(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:s,isPlainObject:c,isUndefined:a,isDate:function(t){return"[object Date]"===i.call(t)},isFile:function(t){return"[object File]"===i.call(t)},isBlob:function(t){return"[object Blob]"===i.call(t)},isFunction:u,isStream:function(t){return s(t)&&u(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:d,merge:function t(){var e={};function n(n,r){c(e[r])&&c(n)?e[r]=t(e[r],n):c(n)?e[r]=t({},n):o(n)?e[r]=n.slice():e[r]=n}for(var r=0,i=arguments.length;r<i;r++)d(arguments[r],n);return e},extend:function(t,e,n){return d(e,(function(e,i){t[i]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}}},8552:function(t,e,n){var r=n(852)(n(5639),"DataView");t.exports=r},1989:function(t,e,n){var r=n(1789),i=n(401),o=n(7667),a=n(1327),s=n(1866);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,t.exports=c},8407:function(t,e,n){var r=n(7040),i=n(4125),o=n(2117),a=n(7518),s=n(4705);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,t.exports=c},7071:function(t,e,n){var r=n(852)(n(5639),"Map");t.exports=r},3369:function(t,e,n){var r=n(4785),i=n(1285),o=n(6e3),a=n(9916),s=n(5265);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,t.exports=c},3818:function(t,e,n){var r=n(852)(n(5639),"Promise");t.exports=r},8525:function(t,e,n){var r=n(852)(n(5639),"Set");t.exports=r},6384:function(t,e,n){var r=n(8407),i=n(7465),o=n(3779),a=n(7599),s=n(4758),c=n(4309);function u(t){var e=this.__data__=new r(t);this.size=e.size}u.prototype.clear=i,u.prototype.delete=o,u.prototype.get=a,u.prototype.has=s,u.prototype.set=c,t.exports=u},2705:function(t,e,n){var r=n(5639).Symbol;t.exports=r},1149:function(t,e,n){var r=n(5639).Uint8Array;t.exports=r},577:function(t,e,n){var r=n(852)(n(5639),"WeakMap");t.exports=r},6874:function(t){t.exports=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}},7412:function(t){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}},4963:function(t){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,i=0,o=[];++n<r;){var a=t[n];e(a,n,t)&&(o[i++]=a)}return o}},4636:function(t,e,n){var r=n(2545),i=n(5694),o=n(1469),a=n(4144),s=n(5776),c=n(6719),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=o(t),d=!n&&i(t),l=!n&&!d&&a(t),p=!n&&!d&&!l&&c(t),f=n||d||l||p,h=f?r(t.length,String):[],g=h.length;for(var v in t)!e&&!u.call(t,v)||f&&("length"==v||l&&("offset"==v||"parent"==v)||p&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||s(v,g))||h.push(v);return h}},2488:function(t){t.exports=function(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}},6556:function(t,e,n){var r=n(9465),i=n(7813);t.exports=function(t,e,n){(void 0!==n&&!i(t[e],n)||void 0===n&&!(e in t))&&r(t,e,n)}},4865:function(t,e,n){var r=n(9465),i=n(7813),o=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var a=t[e];o.call(t,e)&&i(a,n)&&(void 0!==n||e in t)||r(t,e,n)}},8470:function(t,e,n){var r=n(7813);t.exports=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1}},4037:function(t,e,n){var r=n(8363),i=n(3674);t.exports=function(t,e){return t&&r(e,i(e),t)}},3886:function(t,e,n){var r=n(8363),i=n(1704);t.exports=function(t,e){return t&&r(e,i(e),t)}},9465:function(t,e,n){var r=n(8777);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},5990:function(t,e,n){var r=n(6384),i=n(7412),o=n(4865),a=n(4037),s=n(3886),c=n(4626),u=n(278),d=n(8805),l=n(1911),p=n(8234),f=n(6904),h=n(4160),g=n(3824),v=n(9148),y=n(8517),m=n(1469),I=n(4144),S=n(6688),b=n(3218),E=n(2928),T=n(3674),C=n(1704),w="[object Arguments]",_="[object Function]",A="[object Object]",O={};O[w]=O["[object Array]"]=O["[object ArrayBuffer]"]=O["[object DataView]"]=O["[object Boolean]"]=O["[object Date]"]=O["[object Float32Array]"]=O["[object Float64Array]"]=O["[object Int8Array]"]=O["[object Int16Array]"]=O["[object Int32Array]"]=O["[object Map]"]=O["[object Number]"]=O[A]=O["[object RegExp]"]=O["[object Set]"]=O["[object String]"]=O["[object Symbol]"]=O["[object Uint8Array]"]=O["[object Uint8ClampedArray]"]=O["[object Uint16Array]"]=O["[object Uint32Array]"]=!0,O["[object Error]"]=O[_]=O["[object WeakMap]"]=!1,t.exports=function t(e,n,x,N,D,R){var k,U=1&n,M=2&n,j=4&n;if(x&&(k=D?x(e,N,D,R):x(e)),void 0!==k)return k;if(!b(e))return e;var P=m(e);if(P){if(k=g(e),!U)return u(e,k)}else{var L=h(e),B=L==_||"[object GeneratorFunction]"==L;if(I(e))return c(e,U);if(L==A||L==w||B&&!D){if(k=M||B?{}:y(e),!U)return M?l(e,s(k,e)):d(e,a(k,e))}else{if(!O[L])return D?e:{};k=v(e,L,U)}}R||(R=new r);var G=R.get(e);if(G)return G;R.set(e,k),E(e)?e.forEach((function(r){k.add(t(r,n,x,r,e,R))})):S(e)&&e.forEach((function(r,i){k.set(i,t(r,n,x,i,e,R))}));var F=P?void 0:(j?M?f:p:M?C:T)(e);return i(F||e,(function(r,i){F&&(r=e[i=r]),o(k,i,t(r,n,x,i,e,R))})),k}},3118:function(t,e,n){var r=n(3218),i=Object.create,o=function(){function t(){}return function(e){if(!r(e))return{};if(i)return i(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=o},8483:function(t,e,n){var r=n(5063)();t.exports=r},8866:function(t,e,n){var r=n(2488),i=n(1469);t.exports=function(t,e,n){var o=e(t);return i(t)?o:r(o,n(t))}},4239:function(t,e,n){var r=n(2705),i=n(9607),o=n(2333),a=r?r.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":a&&a in Object(t)?i(t):o(t)}},9454:function(t,e,n){var r=n(4239),i=n(7005);t.exports=function(t){return i(t)&&"[object Arguments]"==r(t)}},5588:function(t,e,n){var r=n(4160),i=n(7005);t.exports=function(t){return i(t)&&"[object Map]"==r(t)}},8458:function(t,e,n){var r=n(3560),i=n(5346),o=n(3218),a=n(346),s=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,d=c.toString,l=u.hasOwnProperty,p=RegExp("^"+d.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||i(t))&&(r(t)?p:s).test(a(t))}},9221:function(t,e,n){var r=n(4160),i=n(7005);t.exports=function(t){return i(t)&&"[object Set]"==r(t)}},8749:function(t,e,n){var r=n(4239),i=n(1780),o=n(7005),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&i(t.length)&&!!a[r(t)]}},280:function(t,e,n){var r=n(5726),i=n(6916),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},313:function(t,e,n){var r=n(3218),i=n(5726),o=n(3498),a=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=i(t),n=[];for(var s in t)("constructor"!=s||!e&&a.call(t,s))&&n.push(s);return n}},2980:function(t,e,n){var r=n(6384),i=n(6556),o=n(8483),a=n(9783),s=n(3218),c=n(1704),u=n(6390);t.exports=function t(e,n,d,l,p){e!==n&&o(n,(function(o,c){if(p||(p=new r),s(o))a(e,n,c,d,t,l,p);else{var f=l?l(u(e,c),o,c+"",e,n,p):void 0;void 0===f&&(f=o),i(e,c,f)}}),c)}},9783:function(t,e,n){var r=n(6556),i=n(4626),o=n(7133),a=n(278),s=n(8517),c=n(5694),u=n(1469),d=n(9246),l=n(4144),p=n(3560),f=n(3218),h=n(8630),g=n(6719),v=n(6390),y=n(9881);t.exports=function(t,e,n,m,I,S,b){var E=v(t,n),T=v(e,n),C=b.get(T);if(C)r(t,n,C);else{var w=S?S(E,T,n+"",t,e,b):void 0,_=void 0===w;if(_){var A=u(T),O=!A&&l(T),x=!A&&!O&&g(T);w=T,A||O||x?u(E)?w=E:d(E)?w=a(E):O?(_=!1,w=i(T,!0)):x?(_=!1,w=o(T,!0)):w=[]:h(T)||c(T)?(w=E,c(E)?w=y(E):f(E)&&!p(E)||(w=s(T))):_=!1}_&&(b.set(T,w),I(w,T,m,S,b),b.delete(T)),r(t,n,w)}}},5976:function(t,e,n){var r=n(6557),i=n(5357),o=n(61);t.exports=function(t,e){return o(i(t,e,r),t+"")}},6560:function(t,e,n){var r=n(5703),i=n(8777),o=n(6557),a=i?function(t,e){return i(t,"toString",{configurable:!0,enumerable:!1,value:r(e),writable:!0})}:o;t.exports=a},2545:function(t){t.exports=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}},1717:function(t){t.exports=function(t){return function(e){return t(e)}}},4318:function(t,e,n){var r=n(1149);t.exports=function(t){var e=new t.constructor(t.byteLength);return new r(e).set(new r(t)),e}},4626:function(t,e,n){t=n.nmd(t);var r=n(5639),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i?r.Buffer:void 0,s=a?a.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=s?s(n):new t.constructor(n);return t.copy(r),r}},7157:function(t,e,n){var r=n(4318);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}},3147:function(t){var e=/\w*$/;t.exports=function(t){var n=new t.constructor(t.source,e.exec(t));return n.lastIndex=t.lastIndex,n}},419:function(t,e,n){var r=n(2705),i=r?r.prototype:void 0,o=i?i.valueOf:void 0;t.exports=function(t){return o?Object(o.call(t)):{}}},7133:function(t,e,n){var r=n(4318);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},278:function(t){t.exports=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e}},8363:function(t,e,n){var r=n(4865),i=n(9465);t.exports=function(t,e,n,o){var a=!n;n||(n={});for(var s=-1,c=e.length;++s<c;){var u=e[s],d=o?o(n[u],t[u],u,n,t):void 0;void 0===d&&(d=t[u]),a?i(n,u,d):r(n,u,d)}return n}},8805:function(t,e,n){var r=n(8363),i=n(9551);t.exports=function(t,e){return r(t,i(t),e)}},1911:function(t,e,n){var r=n(8363),i=n(1442);t.exports=function(t,e){return r(t,i(t),e)}},4429:function(t,e,n){var r=n(5639)["__core-js_shared__"];t.exports=r},1463:function(t,e,n){var r=n(5976),i=n(6612);t.exports=function(t){return r((function(e,n){var r=-1,o=n.length,a=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(a=t.length>3&&"function"==typeof a?(o--,a):void 0,s&&i(n[0],n[1],s)&&(a=o<3?void 0:a,o=1),e=Object(e);++r<o;){var c=n[r];c&&t(e,c,r,a)}return e}))}},5063:function(t){t.exports=function(t){return function(e,n,r){for(var i=-1,o=Object(e),a=r(e),s=a.length;s--;){var c=a[t?s:++i];if(!1===n(o[c],c,o))break}return e}}},8777:function(t,e,n){var r=n(852),i=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=i},1957:function(t,e,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;t.exports=r},8234:function(t,e,n){var r=n(8866),i=n(9551),o=n(3674);t.exports=function(t){return r(t,o,i)}},6904:function(t,e,n){var r=n(8866),i=n(1442),o=n(1704);t.exports=function(t){return r(t,o,i)}},5050:function(t,e,n){var r=n(7019);t.exports=function(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}},852:function(t,e,n){var r=n(8458),i=n(7801);t.exports=function(t,e){var n=i(t,e);return r(n)?n:void 0}},5924:function(t,e,n){var r=n(5569)(Object.getPrototypeOf,Object);t.exports=r},9607:function(t,e,n){var r=n(2705),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;t.exports=function(t){var e=o.call(t,s),n=t[s];try{t[s]=void 0;var r=!0}catch(t){}var i=a.call(t);return r&&(e?t[s]=n:delete t[s]),i}},9551:function(t,e,n){var r=n(4963),i=n(479),o=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(t){return null==t?[]:(t=Object(t),r(a(t),(function(e){return o.call(t,e)})))}:i;t.exports=s},1442:function(t,e,n){var r=n(2488),i=n(5924),o=n(9551),a=n(479),s=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r(e,o(t)),t=i(t);return e}:a;t.exports=s},4160:function(t,e,n){var r=n(8552),i=n(7071),o=n(3818),a=n(8525),s=n(577),c=n(4239),u=n(346),d="[object Map]",l="[object Promise]",p="[object Set]",f="[object WeakMap]",h="[object DataView]",g=u(r),v=u(i),y=u(o),m=u(a),I=u(s),S=c;(r&&S(new r(new ArrayBuffer(1)))!=h||i&&S(new i)!=d||o&&S(o.resolve())!=l||a&&S(new a)!=p||s&&S(new s)!=f)&&(S=function(t){var e=c(t),n="[object Object]"==e?t.constructor:void 0,r=n?u(n):"";if(r)switch(r){case g:return h;case v:return d;case y:return l;case m:return p;case I:return f}return e}),t.exports=S},7801:function(t){t.exports=function(t,e){return null==t?void 0:t[e]}},1789:function(t,e,n){var r=n(4536);t.exports=function(){this.__data__=r?r(null):{},this.size=0}},401:function(t){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},7667:function(t,e,n){var r=n(4536),i=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return i.call(e,t)?e[t]:void 0}},1327:function(t,e,n){var r=n(4536),i=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:i.call(e,t)}},1866:function(t,e,n){var r=n(4536);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this}},3824:function(t){var e=Object.prototype.hasOwnProperty;t.exports=function(t){var n=t.length,r=new t.constructor(n);return n&&"string"==typeof t[0]&&e.call(t,"index")&&(r.index=t.index,r.input=t.input),r}},9148:function(t,e,n){var r=n(4318),i=n(7157),o=n(3147),a=n(419),s=n(7133);t.exports=function(t,e,n){var c=t.constructor;switch(e){case"[object ArrayBuffer]":return r(t);case"[object Boolean]":case"[object Date]":return new c(+t);case"[object DataView]":return i(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(t,n);case"[object Map]":case"[object Set]":return new c;case"[object Number]":case"[object String]":return new c(t);case"[object RegExp]":return o(t);case"[object Symbol]":return a(t)}}},8517:function(t,e,n){var r=n(3118),i=n(5924),o=n(5726);t.exports=function(t){return"function"!=typeof t.constructor||o(t)?{}:r(i(t))}},5776:function(t){var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}},6612:function(t,e,n){var r=n(7813),i=n(8612),o=n(5776),a=n(3218);t.exports=function(t,e,n){if(!a(n))return!1;var s=typeof e;return!!("number"==s?i(n)&&o(e,n.length):"string"==s&&e in n)&&r(n[e],t)}},7019:function(t){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},5346:function(t,e,n){var r,i=n(4429),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!o&&o in t}},5726:function(t){var e=Object.prototype;t.exports=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}},7040:function(t){t.exports=function(){this.__data__=[],this.size=0}},4125:function(t,e,n){var r=n(8470),i=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0||(n==e.length-1?e.pop():i.call(e,n,1),--this.size,0))}},2117:function(t,e,n){var r=n(8470);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},7518:function(t,e,n){var r=n(8470);t.exports=function(t){return r(this.__data__,t)>-1}},4705:function(t,e,n){var r=n(8470);t.exports=function(t,e){var n=this.__data__,i=r(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this}},4785:function(t,e,n){var r=n(1989),i=n(8407),o=n(7071);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},1285:function(t,e,n){var r=n(5050);t.exports=function(t){var e=r(this,t).delete(t);return this.size-=e?1:0,e}},6e3:function(t,e,n){var r=n(5050);t.exports=function(t){return r(this,t).get(t)}},9916:function(t,e,n){var r=n(5050);t.exports=function(t){return r(this,t).has(t)}},5265:function(t,e,n){var r=n(5050);t.exports=function(t,e){var n=r(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this}},4536:function(t,e,n){var r=n(852)(Object,"create");t.exports=r},6916:function(t,e,n){var r=n(5569)(Object.keys,Object);t.exports=r},3498:function(t){t.exports=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},1167:function(t,e,n){t=n.nmd(t);var r=n(1957),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i&&r.process,s=function(){try{return o&&o.require&&o.require("util").types||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=s},2333:function(t){var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},5569:function(t){t.exports=function(t,e){return function(n){return t(e(n))}}},5357:function(t,e,n){var r=n(6874),i=Math.max;t.exports=function(t,e,n){return e=i(void 0===e?t.length-1:e,0),function(){for(var o=arguments,a=-1,s=i(o.length-e,0),c=Array(s);++a<s;)c[a]=o[e+a];a=-1;for(var u=Array(e+1);++a<e;)u[a]=o[a];return u[e]=n(c),r(t,this,u)}}},5639:function(t,e,n){var r=n(1957),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();t.exports=o},6390:function(t){t.exports=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}},61:function(t,e,n){var r=n(6560),i=n(1275)(r);t.exports=i},1275:function(t){var e=Date.now;t.exports=function(t){var n=0,r=0;return function(){var i=e(),o=16-(i-r);if(r=i,o>0){if(++n>=800)return arguments[0]}else n=0;return t.apply(void 0,arguments)}}},7465:function(t,e,n){var r=n(8407);t.exports=function(){this.__data__=new r,this.size=0}},3779:function(t){t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},7599:function(t){t.exports=function(t){return this.__data__.get(t)}},4758:function(t){t.exports=function(t){return this.__data__.has(t)}},4309:function(t,e,n){var r=n(8407),i=n(7071),o=n(3369);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!i||a.length<199)return a.push([t,e]),this.size=++n.size,this;n=this.__data__=new o(a)}return n.set(t,e),this.size=n.size,this}},346:function(t){var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},361:function(t,e,n){var r=n(5990);t.exports=function(t){return r(t,5)}},5703:function(t){t.exports=function(t){return function(){return t}}},7813:function(t){t.exports=function(t,e){return t===e||t!=t&&e!=e}},6557:function(t){t.exports=function(t){return t}},5694:function(t,e,n){var r=n(9454),i=n(7005),o=Object.prototype,a=o.hasOwnProperty,s=o.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(t){return i(t)&&a.call(t,"callee")&&!s.call(t,"callee")};t.exports=c},1469:function(t){var e=Array.isArray;t.exports=e},8612:function(t,e,n){var r=n(3560),i=n(1780);t.exports=function(t){return null!=t&&i(t.length)&&!r(t)}},9246:function(t,e,n){var r=n(8612),i=n(7005);t.exports=function(t){return i(t)&&r(t)}},4144:function(t,e,n){t=n.nmd(t);var r=n(5639),i=n(5062),o=e&&!e.nodeType&&e,a=o&&t&&!t.nodeType&&t,s=a&&a.exports===o?r.Buffer:void 0,c=(s?s.isBuffer:void 0)||i;t.exports=c},3560:function(t,e,n){var r=n(4239),i=n(3218);t.exports=function(t){if(!i(t))return!1;var e=r(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1780:function(t){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},6688:function(t,e,n){var r=n(5588),i=n(1717),o=n(1167),a=o&&o.isMap,s=a?i(a):r;t.exports=s},3218:function(t){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},7005:function(t){t.exports=function(t){return null!=t&&"object"==typeof t}},8630:function(t,e,n){var r=n(4239),i=n(5924),o=n(7005),a=Function.prototype,s=Object.prototype,c=a.toString,u=s.hasOwnProperty,d=c.call(Object);t.exports=function(t){if(!o(t)||"[object Object]"!=r(t))return!1;var e=i(t);if(null===e)return!0;var n=u.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==d}},2928:function(t,e,n){var r=n(9221),i=n(1717),o=n(1167),a=o&&o.isSet,s=a?i(a):r;t.exports=s},6719:function(t,e,n){var r=n(8749),i=n(1717),o=n(1167),a=o&&o.isTypedArray,s=a?i(a):r;t.exports=s},3674:function(t,e,n){var r=n(4636),i=n(280),o=n(8612);t.exports=function(t){return o(t)?r(t):i(t)}},1704:function(t,e,n){var r=n(4636),i=n(313),o=n(8612);t.exports=function(t){return o(t)?r(t,!0):i(t)}},2492:function(t,e,n){var r=n(2980),i=n(1463)((function(t,e,n){r(t,e,n)}));t.exports=i},479:function(t){t.exports=function(){return[]}},5062:function(t){t.exports=function(){return!1}},9881:function(t,e,n){var r=n(8363),i=n(1704);t.exports=function(t){return r(t,i(t))}},7061:function(t,e,n){var r=n(8698).default;function i(){"use strict";t.exports=i=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},n=Object.prototype,o=n.hasOwnProperty,a=Object.defineProperty||function(t,e,n){t[e]=n.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",d=s.toStringTag||"@@toStringTag";function l(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,n){return t[e]=n}}function p(t,e,n,r){var i=e&&e.prototype instanceof g?e:g,o=Object.create(i.prototype),s=new O(r||[]);return a(o,"_invoke",{value:C(t,n,s)}),o}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=p;var h={};function g(){}function v(){}function y(){}var m={};l(m,c,(function(){return this}));var I=Object.getPrototypeOf,S=I&&I(I(x([])));S&&S!==n&&o.call(S,c)&&(m=S);var b=y.prototype=g.prototype=Object.create(m);function E(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function T(t,e){function n(i,a,s,c){var u=f(t[i],t,a);if("throw"!==u.type){var d=u.arg,l=d.value;return l&&"object"==r(l)&&o.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,s,c)}),(function(t){n("throw",t,s,c)})):e.resolve(l).then((function(t){d.value=t,s(d)}),(function(t){return n("throw",t,s,c)}))}c(u.arg)}var i;a(this,"_invoke",{value:function(t,r){function o(){return new e((function(e,i){n(t,r,e,i)}))}return i=i?i.then(o,o):o()}})}function C(t,e,n){var r="suspendedStart";return function(i,o){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw o;return{value:void 0,done:!0}}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var s=w(a,n);if(s){if(s===h)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=f(t,e,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}function w(t,e){var n=e.method,r=t.iterator[n];if(void 0===r)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,w(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),h;var i=f(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,h;var o=i.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function _(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function x(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,r=function e(){for(;++n<t.length;)if(o.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return r.next=r}}return{next:N}}function N(){return{value:void 0,done:!0}}return v.prototype=y,a(b,"constructor",{value:y,configurable:!0}),a(y,"constructor",{value:v,configurable:!0}),v.displayName=l(y,d,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,l(t,d,"GeneratorFunction")),t.prototype=Object.create(b),t},e.awrap=function(t){return{__await:t}},E(T.prototype),l(T.prototype,u,(function(){return this})),e.AsyncIterator=T,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new T(p(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(b),l(b,d,"Generator"),l(b,c,(function(){return this})),l(b,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=x,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!t)for(var e in this)"t"===e.charAt(0)&&o.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var s=o.call(i,"catchLoc"),c=o.call(i,"finallyLoc");if(s&&c){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),A(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;A(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:x(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},e}t.exports=i,t.exports.__esModule=!0,t.exports.default=t.exports},8698:function(t){function e(n){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(n)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},4687:function(t,e,n){var r=n(7061)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},8593:function(t){"use strict";t.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var o=r[t]={id:t,loaded:!1,exports:{}};return n[t](o,o.exports,i),o.loaded=!0,o.exports}i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,{a:e}),e},e=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},i.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var o=Object.create(null);i.r(o);var a={};t=t||[null,e({}),e([]),e(e)];for(var s=2&r&&n;"object"==typeof s&&!~t.indexOf(s);s=e(s))Object.getOwnPropertyNames(s).forEach((function(t){a[t]=function(){return n[t]}}));return a.default=function(){return n},i.d(o,a),o},i.d=function(t,e){for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nmd=function(t){return t.paths=[],t.children||(t.children=[]),t};var o={};return function(){"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(e,n,r){return(n=function(e){var n=function(e,n){if("object"!==t(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,"string");if("object"!==t(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(n)?n:String(n)}(n))in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}var n;i.r(o),i.d(o,{allMethods:function(){return c},createClient:function(){return Io},default:function(){return So},getMethodByHandlingModule:function(){return u},methodActionTypes:function(){return a},methodTypes:function(){return r},moduleNames:function(){return s}});var r={IDENTIFICATION:"identification",SIGNATURE:"signature"},a={BE_ID_LOGIN:"be-id-login",EE_ID_LOGIN:"ee-id-login",FI_ID_LOGIN:"fi-id-login",PT_ID_LOGIN:"pt-id-login",LV_ID_LOGIN:"lv-id-login",LT_ID_LOGIN:"lt-id-login",RS_ID_LOGIN:"rs-id-login",EE_MOBILE_ID:"mid-login",LV_EPARAKSTS_MOBILE_LOGIN:"lv-eparaksts-mobile-login",LV_EPARAKSTS_ID_LOGIN:"lv-eparaksts-id-login",LT_MOBILE_ID:"lt-mobile-id",SMART_ID:"smartid",FREJA_EID_LOGIN:"freja-eid-login",ZEALID_LOGIN:"zealid-login",CZ_MOJEID:"mojeid",EDOAPP_EID_LOGIN:"edoapp-eid-login",AT_HANDY_SIGNATUR_LOGIN:"at-handy-signatur-login",FI_FTN_LOGIN:"finnish-ftn-login",ITSME_LOGIN:"itsme-login",ITSME_LOGIN_BASIC:"itsme-login-basic",ITSME_LOGIN_STANDARD:"itsme-login-standard",SE_BANKID_LOGIN:"swedish-bankid-login",IDIN_LOGIN:"idin-login",VERIFAI_LOGIN:"verifai-login",YOONIK_LOGIN:"yoonik-login",PL_MOJEID_LOGIN:"pl-mojeid-login",MIT_ID_LOGIN:"mit-id-login",NORWEGIAN_BANKID_LOGIN:"norwegian-bankid-login",ZEAL_ID_SIGNATURE:"zealid-signature",EE_IDCARD_SIGNATURE:"id-signature",EE_MOBILEID_SIGNATURE:"mid-signature",LT_MOBILEID_SIGNATURE:"lt-mid-signature",SMARTID_SIGNATURE:"smart-id-signature",BE_IDCARD_SIGNATURE:"be-id-signature",LV_IDCARD_SIGNATURE:"lv-id-signature",LT_IDCARD_SIGNATURE:"lt-id-signature",FI_IDCARD_SIGNATURE:"fi-id-signature",LU_IDCARD_SIGNATURE:"lu-id-signature",PT_IDCARD_SIGNATURE:"pt-id-signature",HR_IDCARD_SIGNATURE:"hr-id-signature",CERTEUROPE_USB_TOKEN_SIGNATURE:"certeurope-usb-token-signature",CERTSIGN_USB_TOKEN_SIGNATURE:"certsign-usb-token-signature",LV_EPARAKSTS_MOBILE_SIGNATURE:"lv-eparaksts-mobile-signature",AT_HANDY_SIGNATUR_SIGNATURE:"at-handy-signatur-signature",REGISTRU_CENTRAS_SIGNATURE:"registru-centras-signature",OTP_EMAIL:"otp-email-non-qualified",FI_FTN_ADVANCED_FULL_SIGNATURE:"fi-ftn-advanced-full-signature",FI_FTN_ADVANCED_SIGNATURE:"fi-ftn-advanced-signature",FI_FTN_QUALIFIED_SIGNATURE:"fi-ftn-qes-signature",EVROTRUST_SIGNATURE:"evrotrust-signature",CZ_MOJEID_ADVANCED_SIGNATURE:"cz-mojeid-advanced-signature",GOOGLE_SIGNATURE:"google-signature",SE_BANKID_SIGNATURE:"swedish-bankid-signature",D_TRUST_SIGN_ME_QUALIFIED_SIGNATURE:"d-trust-sign-me-qes-signature",CHAVE_MOVEL_QUALIFIED_SIGNATURE:"chave-movel-qes-signature",MIT_ID_SIMPLE_SIGNATURE:"mit-id-simple-signature",DK_MITID_ADVANCED_SIGNATURE:"dk-mitid-advanced-signature",DK_MITID_QES_SIGNATURE:"dk-mitid-qes-signature",SE_BANK_ID_ADVANCED_SIGNATURE:"se-bankid-advanced-signature",SE_BANK_ID_QES_SIGNATURE:"se-bankid-qes-signature",NORWEGIAN_BANKID_ADVANCED_SIGNATURE:"norwegian-bankid-adv-signature",IDIN_SIMPLE_SIGNATURE:"idin-simple-signature",VERIFAI_SIMPLE_SIGNATURE:"verifai-simple-signature",SPID_QUALIFIED_SIGNATURE:"spid-qes-signature",FREJA_SIMPLE_SIGNATURE:"freja-simple-signature",AUDKENNI_QUALIFIED_SIGNATURE:"audkenni-qes-signature",YES_COM_QUALIFIED_SIGNATURE:"yes-com-qes-signature",SIMPLY_SIGN_QES_SIGNATURE:"simply-sign-qes-signature",UANATACA_QUALIFIED_SIGNATURE:"uanataca-qes-signature",CERTSIGN_WEBAPI_QUALIFIED_SIGNATURE:"certsign-webapi-qes-signature",HALCOM_QUALIFIED_SIGNATURE:"halcom-qes-signature",SWISS_ID_QUALIFIED_SIGNATURE:"swiss-id-qes-signature",SWISS_COM_QUALIFIED_SIGNATURE:"swiss-com-qes-signature",SE_FREJA_EID_ADVANCED_SIGNATURE:"se-frejaeid-advanced-signature",SE_FREJA_EID_QES_SIGNATURE:"se-frejaeid-qes-signature",ITSME_QES_SIGNATURE:"itsme-qes-signature"},s={idCard:"idCard",mobileId:"mobileId",eParakstsMobile:"eParakstsMobile",eParakstsSmartCard:"eParakstsSmartCard",smartId:"smartId",frejaEid:"frejaEid",zealId:"zealId",mojeId:"mojeId",edoAppEid:"edoAppEid",finnishTrustNetwork:"finnishTrustNetwork",atHandy:"atHandy",itsme:"itsme",itsmeBasic:"itsmeBasic",itsmeStandard:"itsmeStandard",seBankId:"seBankId",idin:"idin",verifai:"verifai",yoonik:"yoonik",plMojeId:"plMojeId",mitId:"mitId",norwegianBankId:"norwegianBankId",idCardSignature:"idCardSignature",certEuropeUsbTokenSignature:"certEuropeUsbTokenSignature",certSignUsbTokenSignature:"certSignUsbTokenSignature",mobileIdSignature:"mobileIdSignature",smartIdSignature:"smartIdSignature",evroTrustSignature:"evroTrustSignature",otpSignature:"otpSignature",eParakstsMobileSignature:"eParakstsMobileSignature",ftnAdvancedFullSignature:"ftnAdvancedFullSignature",mitIdAdvancedSignature:"mitIdAdvancedSignature",mitIdQesSignature:"mitIdQesSignature",seBankIdAdvancedSignature:"seBankIdAdvancedSignature",seBankIdQesSignature:"seBankIdQesSignature",ftnSignature:"ftnSignature",ftnQesSignature:"ftnQesSignature",atHandySignature:"atHandySignature",zealIdSignature:"zealIdSignature",mojeIdSignature:"mojeIdSignature",googleSignature:"googleSignature",seBankIdSignature:"seBankIdSignature",dTrustSignMeSignature:"dTrustSignMeSignature",chaveMovelSignature:"chaveMovelSignature",mitIdSignature:"mitIdSignature",noBankIdAdvSignature:"noBankIdAdvSignature",idinSignature:"idinSignature",verifaiSignature:"verifaiSignature",spidQesSignature:"spidQesSignature",frejaSimpleSignature:"frejaSimpleSignature",audkenniQesSignature:"audkenniQesSignature",yesComQesSignature:"yesComQesSignature",simplySignQesSignature:"simplySignQesSignature",uanatacaQesSignature:"uanatacaQesSignature",certsignWebapiQesSignature:"certsignWebapiQesSignature",halcomQesSignature:"halcomQesSignature",swissIdQesSignature:"swissIdQesSignature",swissComQesSignature:"swissComQesSignature",frejaAdvancedSignature:"frejaAdvancedSignature",frejaQesSignature:"frejaQesSignature",itsmeQesSignature:"itsmeQesSignature"},c=Object.freeze((e(n={},r.IDENTIFICATION,[{actionType:a.BE_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["BE"]},{actionType:a.EE_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["EE"]},{actionType:a.FI_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["FI"]},{actionType:a.LV_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["LV"]},{actionType:a.LT_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["LT"]},{actionType:a.PT_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["PT"]},{actionType:a.RS_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["RS"]},{actionType:a.LV_EPARAKSTS_MOBILE_LOGIN,handlingModule:s.eParakstsMobile,supportedCountries:["LV"]},{actionType:a.LV_EPARAKSTS_ID_LOGIN,handlingModule:s.eParakstsSmartCard,supportedCountries:["LV"]},{actionType:a.LT_MOBILE_ID,handlingModule:s.mobileId,supportedCountries:["LT"]},{actionType:a.EE_MOBILE_ID,handlingModule:s.mobileId,supportedCountries:["EE"]},{actionType:a.SMART_ID,handlingModule:s.smartId,supportedCountries:["EE","LV","LT"]},{actionType:a.FREJA_EID_LOGIN,handlingModule:s.frejaEid,supportedCountries:["FI","SE","NO","DK"]},{actionType:a.ZEALID_LOGIN,handlingModule:s.zealId,supportedCountries:["AT","BE","BG","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IT","LV","LT","NL","NO","PL","PT","RO","RS","SE","SI","SK"]},{actionType:a.CZ_MOJEID,handlingModule:s.mojeId,supportedCountries:["CZ"]},{actionType:a.EDOAPP_EID_LOGIN,handlingModule:s.edoAppEid,supportedCountries:["PL"]},{actionType:a.FI_FTN_LOGIN,handlingModule:s.finnishTrustNetwork,supportedCountries:["FI"]},{actionType:a.AT_HANDY_SIGNATUR_LOGIN,handlingModule:s.atHandy,supportedCountries:["AT"]},{actionType:a.ITSME_LOGIN,handlingModule:s.itsme,supportedCountries:["BE"]},{actionType:a.ITSME_LOGIN_BASIC,handlingModule:s.itsmeBasic,supportedCountries:["BE"]},{actionType:a.ITSME_LOGIN_STANDARD,handlingModule:s.itsmeStandard,supportedCountries:["BE"]},{actionType:a.SE_BANKID_LOGIN,handlingModule:s.seBankId,supportedCountries:["SE"]},{actionType:a.IDIN_LOGIN,handlingModule:s.idin,supportedCountries:["NL"]},{actionType:a.VERIFAI_LOGIN,handlingModule:s.verifai,supportedCountries:["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","ER","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","GH","GI","GR","GL","GD","GP","GU","GT","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","UM","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},{actionType:a.YOONIK_LOGIN,handlingModule:s.yoonik,supportedCountries:["WORLD"]},{actionType:a.PL_MOJEID_LOGIN,handlingModule:s.plMojeId,supportedCountries:["PL"]},{actionType:a.MIT_ID_LOGIN,handlingModule:s.mitId,supportedCountries:["DK"]},{actionType:a.NORWEGIAN_BANKID_LOGIN,handlingModule:s.norwegianBankId,supportedCountries:["NO"]}]),e(n,r.SIGNATURE,[{actionType:a.EE_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["EE"]},{actionType:a.LV_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["LV"]},{actionType:a.LT_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["LT"]},{actionType:a.FI_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["FI","AX"]},{actionType:a.PT_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["PT"]},{actionType:a.BE_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["BE"]},{actionType:a.HR_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["HR"]},{actionType:a.CERTEUROPE_USB_TOKEN_SIGNATURE,handlingModule:s.certEuropeUsbTokenSignature,supportedCountries:["FR"]},{actionType:a.CERTSIGN_USB_TOKEN_SIGNATURE,handlingModule:s.certSignUsbTokenSignature,supportedCountries:["RO"]},{actionType:a.EE_MOBILEID_SIGNATURE,handlingModule:s.mobileIdSignature,supportedCountries:["EE"]},{actionType:a.LT_MOBILEID_SIGNATURE,handlingModule:s.mobileIdSignature,supportedCountries:["LT"]},{actionType:a.SMARTID_SIGNATURE,handlingModule:s.smartIdSignature,supportedCountries:["EE","LV","LT"]},{actionType:a.EVROTRUST_SIGNATURE,handlingModule:s.evroTrustSignature,supportedCountries:["AL","AD","AM","AU","AT","AZ","BY","BE","BA","BG","CA","HR","CY","CZ","DK","EE","FI","FR","GE","DE","GR","HU","IS","IE","IT","IL","KZ","KE","XK","LV","LI","LT","LU","MT","MD","MC","ME","NL","NZ","NO","MK","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TW","TR","UA","GB","US","VA","AX"]},{actionType:a.ITSME_QES_SIGNATURE,handlingModule:s.itsmeQesSignature,supportedCountries:["BE"]},{actionType:a.OTP_EMAIL,handlingModule:s.otpSignature,supportedCountries:["WORLD"]},{actionType:a.LV_EPARAKSTS_MOBILE_SIGNATURE,handlingModule:s.eParakstsMobileSignature,supportedCountries:["LV"]},{actionType:a.FI_FTN_ADVANCED_SIGNATURE,handlingModule:s.ftnSignature,supportedCountries:["FI","AX"]},{actionType:a.FI_FTN_ADVANCED_FULL_SIGNATURE,handlingModule:s.ftnAdvancedFullSignature,supportedCountries:["FI","AX"]},{actionType:a.FI_FTN_QUALIFIED_SIGNATURE,handlingModule:s.ftnQesSignature,supportedCountries:["FI","AX"]},{actionType:a.AT_HANDY_SIGNATUR_SIGNATURE,handlingModule:s.atHandySignature,supportedCountries:["AT"]},{actionType:a.ZEAL_ID_SIGNATURE,handlingModule:s.zealIdSignature,supportedCountries:["AT","BE","BG","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IT","LV","LT","NL","NO","PL","PT","RO","RS","SE","SI","SK"]},{actionType:a.CZ_MOJEID_ADVANCED_SIGNATURE,handlingModule:s.mojeIdSignature,supportedCountries:["CZ"]},{actionType:a.GOOGLE_SIGNATURE,handlingModule:s.googleSignature,supportedCountries:["WORLD"]},{actionType:a.SE_BANKID_SIGNATURE,handlingModule:s.seBankIdSignature,supportedCountries:["SE"]},{actionType:a.D_TRUST_SIGN_ME_QUALIFIED_SIGNATURE,handlingModule:s.dTrustSignMeSignature,supportedCountries:["DE","CA","ZA","GR","NL","BE","FR","ES","PT","LU","IE","IS","MT","CY","AX","FI","US","BG","HU","LT","LV","EE","HR","SI","IT","RO","CH","CZ","SK","LI","AT","GG","DK","SE","NO","PL","MX","AR","BR","CL","AU","ID","PH","SG","RU","JP","KR","CN","TR","IN","SA","AE","QA"]},{actionType:a.CHAVE_MOVEL_QUALIFIED_SIGNATURE,handlingModule:s.chaveMovelSignature,supportedCountries:["PT"]},{actionType:a.NORWEGIAN_BANKID_ADVANCED_SIGNATURE,handlingModule:s.noBankIdAdvSignature,supportedCountries:["NO"]},{actionType:a.MIT_ID_SIMPLE_SIGNATURE,handlingModule:s.mitIdSignature,supportedCountries:["DK","GL"]},{actionType:a.IDIN_SIMPLE_SIGNATURE,handlingModule:s.idinSignature,supportedCountries:["NL"]},{actionType:a.SPID_QUALIFIED_SIGNATURE,handlingModule:s.spidQesSignature,supportedCountries:["IT"]},{actionType:a.VERIFAI_SIMPLE_SIGNATURE,handlingModule:s.verifaiSignature,supportedCountries:["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","ER","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","GH","GI","GR","GL","GD","GP","GU","GT","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","UM","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},{actionType:a.FREJA_SIMPLE_SIGNATURE,handlingModule:s.frejaSimpleSignature,supportedCountries:["DK","EE","FI","LV","LT","NO","PL","RO","SK","SE","GL","AX"]},{actionType:a.AUDKENNI_QUALIFIED_SIGNATURE,handlingModule:s.audkenniQesSignature,supportedCountries:["IS"]},{actionType:a.YES_COM_QUALIFIED_SIGNATURE,handlingModule:s.yesComQesSignature,supportedCountries:["DE"]},{actionType:a.SIMPLY_SIGN_QES_SIGNATURE,handlingModule:s.simplySignQesSignature,supportedCountries:["PL"]},{actionType:a.UANATACA_QUALIFIED_SIGNATURE,handlingModule:s.uanatacaQesSignature,supportedCountries:["ES"]},{actionType:a.CERTSIGN_WEBAPI_QUALIFIED_SIGNATURE,handlingModule:s.certsignWebapiQesSignature,supportedCountries:["RO"]},{actionType:a.HALCOM_QUALIFIED_SIGNATURE,handlingModule:s.halcomQesSignature,supportedCountries:["SI"]},{actionType:a.SWISS_ID_QUALIFIED_SIGNATURE,handlingModule:s.swissIdQesSignature,supportedCountries:["CH"]},{actionType:a.SWISS_COM_QUALIFIED_SIGNATURE,handlingModule:s.swissComQesSignature,supportedCountries:["CH"]},{actionType:a.DK_MITID_ADVANCED_SIGNATURE,handlingModule:s.mitIdAdvancedSignature,supportedCountries:["DK"]},{actionType:a.DK_MITID_QES_SIGNATURE,handlingModule:s.mitIdQesSignature,supportedCountries:["DK"]},{actionType:a.SE_BANK_ID_ADVANCED_SIGNATURE,handlingModule:s.seBankIdAdvancedSignature,supportedCountries:["SE"]},{actionType:a.SE_BANK_ID_QES_SIGNATURE,handlingModule:s.seBankIdQesSignature,supportedCountries:["SE"]},{actionType:a.SE_FREJA_EID_ADVANCED_SIGNATURE,handlingModule:s.frejaAdvancedSignature,supportedCountries:["SE"]},{actionType:a.SE_FREJA_EID_QES_SIGNATURE,handlingModule:s.frejaQesSignature,supportedCountries:["SE"]}]),n)),u=function(t,e,n){var r=c[t];if(e&&n){var i=r.find((function(t){return t.handlingModule===e&&(t.supportedCountries.includes(n)||t.supportedCountries.includes("WORLD"))}));if(!i){if(0===r.filter((function(t){return t.handlingModule===e})).length)throw new Error("Could not find matching method configuration for ".concat(t,' module "').concat(e,'"'));throw new Error('Country "'.concat(n,'" is not supported for ').concat(t,'\n module "').concat(e,'".'))}return i}return r.find((function(t){return t.handlingModule===e}))},d=i(2492),l=i.n(d),p=i(9669),f=i.n(p),h=f().CancelToken,g=f().isCancel;f().Cancel,f().interceptors.response.use((function(t){return(e=t.data)&&["error","No ID or basic level only","USER_CANCELLED","USER_REFUSED","refused","TIMEOUT","NOT_MID_CLIENT","ERROR"].includes(e.status)?Promise.reject(function(t){var e=t.message,n=t.config,r=t.code,i=t.request,o=t.response,a=new Error(e);return a.config=n,r&&(a.code=r),a.request=i,a.response=o,a.isRequestError=!0,a}({message:"Request failed with status code ".concat(t.status),config:t.config,request:t.request,response:t})):t;var e}));var v=function(t){return f()(t)};function y(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function m(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?y(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):y(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var I=function(t,e){var n,r=e.modifyRequestSettings,i=t;return"function"==typeof r&&(n=r(i)),n&&(i=l()(i,n)),i},S=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return v(I(m({method:"get",withCredentials:!0,headers:{"Content-Type":"application/json",Accept:"application/json","Cache-Control":"no-cache"}},e),t))},n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return v(I(m({method:"post",cache:"no-cache",withCredentials:!0,headers:{"Content-Type":"application/json",Accept:"application/json","Cache-Control":"no-cache"}},e),t))};return Object.freeze({get:e,post:n,CancelToken:h})};function b(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function E(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?b(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var T=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.identificationModules,n=void 0===e?[]:e,r=t.signingModules,i=void 0===r?[]:r,o=t.settings,a=void 0===o?{}:o,s=t.i18n,u=t.apiEndpoints,d=t.monitoringService,l=E({},a);l.apiEndpoints=u,s.setLanguage(l.language);var p=function(t){l.countryCode=t},f=function(){return l.countryCode},h=function(){return c},g={};n.forEach((function(t){var e=t({coreContext:{config:l,i18n:s,monitoringService:d},apiClient:S({modifyRequestSettings:l.modifyRequestSettings})});g[e.MODULE_NAME]=e}));var v={};return i.forEach((function(t){var e=t({coreContext:{config:l,i18n:s,monitoringService:d},apiClient:S({modifyRequestSettings:l.modifyRequestSettings})});v[e.MODULE_NAME]=e})),Object.freeze({identification:E({},g),signature:E({},v),getAllMethods:h,setLanguage:s.setLanguage,setCountryCode:p,getCountryCode:f})};function C(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}var w=function(n){var r=n.rawSettings,i=n.schema,o=function(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?C(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):C(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({},r);return Object.keys(i).forEach((function(e){var n=i[e],a=r[e];if(n.required&&void 0===a)throw new Error('Missing required setting "'.concat(e,'"'));if(void 0===a&&(o[e]=n.default),void 0!==o[e]&&void 0!==n.type&&n.type!==t(o[e]))throw new Error('Expected "'.concat(e,'" to be type of "').concat(n.type,'", but received "').concat(t(o[e]),'"'))})),o},_={countryCode:{type:"string"},sandbox:{default:!1,type:"boolean"},clientId:{required:!0,type:"string"},redirectUri:{type:"string"},docId:{type:"string"},contractId:{type:"string"},apiEndpoints:{type:"object"},modifyRequestSettings:{type:"function"},language:{default:"en",type:"string"},success:{default:function(){},type:"function"},fail:{default:function(){},type:"function"},finished:{default:function(){},type:"function"},started:{default:function(){},type:"function"},redirect:{default:function(t){var e=t.data&&t.data.redirect_uri;return e?(window.location!==window.top.location?window.top.location.href=e:window.location.href=e,new Promise((function(){}))):t},type:"function"},remoteMonitoringEnabled:{default:!1},oauthParamState:{type:"string"}},A=JSON.parse('{"id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","no_certificates":"Zertifikate konnten nicht gelesen werden. Stellen Sie sicher, dass sich die Karte im Lesegerät befindet und das Lesegerät richtig funktioniert."}'),O=i.t(A,2),x=JSON.parse('{"id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","no_certificates":"Could not read certificates. Make sure that the card is in the reader and the reader is working properly."}'),N=i.t(x,2),D=JSON.parse('{"id-card-read-timeout":"ID kaardi lugemine võttis liiga kaua aega. Palun sulge kõik brauseri aknad ja proovi uuesti.","no_certificates":"Sertfikaatide lugemine ebaõnnestus. Veendu, et ID kaart on lugejas ning lugeja on arvutiga ühendatud."}'),R=i.t(D,2),k=JSON.parse('{"id-card-read-timeout":"Perskaityti asmens tapatybės kortelę užtruko per ilgai. Uždarykite visus atidarytus naršyklės langus ir bandykite dar kartą.","no_certificates":"Nepavyko perskaityti sertifikatų. Įsitikinkite, kad kortelė yra skaitytuve ir skaitytuvas veikia tinkamai."}'),U=i.t(k,2),M=JSON.parse('{"id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","no_certificates":"Nevarēja nolasīt sertifikātus. Pārliecinieties, vai karte ir lasītājā un lasītājs darbojas pareizi."}'),j=i.t(M,2),P=JSON.parse('{"id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","no_certificates":"Не удалось прочитать сертификаты. Убедитесь, что карта находится в считывателе и считыватель работает исправно."}'),L={de:O,en:N,et:R,lt:U,lv:j,ru:i.t(P,2)},B=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.currentLanguage,n=void 0===e?"en":e,r=t.locales,i=void 0===r?L:r,o={currentLanguage:n},a="en",s=function(t){o.currentLanguage=t},c=function(){return o.currentLanguage},u=function(t){var e=i[o.currentLanguage];e||(e=i[a]);var n=e[t]||i[a][t];return n||(n=t),n};return Object.freeze({setLanguage:s,t:u,getCurrentLanguage:c})},G=function(t){var e=t.clientId,n=t.remoteMonitoringEnabled,r=t.apiEndpoints;return{dispatch:function(t){var i=t.message;n&&v({url:r.inCurrentMode.eideasyMonitoring(),method:"post",cache:"no-cache",withCredentials:!1,data:{client_id:e,source:"browser-client",message:i}})}}};function F(t,e,n,r,i,o,a){try{var s=t[o](a),c=s.value}catch(t){return void n(t)}s.done?e(c):Promise.resolve(c).then(r,i)}function V(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){F(o,r,i,a,s,"next",t)}function s(t){F(o,r,i,a,s,"throw",t)}a(void 0)}))}}var q=i(4687),H=i.n(q),K=i(361),Q=i.n(K)(),z=function(t){var e=t;return g(t)&&(e.isCancel=!0),e.response&&e.response.data&&(e.response.data.message&&(e.userMessage=e.response.data.message),e.response.data.errors&&(e.userDetails=e.response.data.errors)),e},Z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.data,n=t.message,r=Q({message:n});if(e)r.data=e;else{if(!t.result||!t.result.data)throw new Error('Formatting the result failed.\n The function provided to createStep must return an object that has a "data" property.\n You provided: '.concat(JSON.stringify(r),"\n Set shouldFormatResult to false if you wish to disable autoformatting"));r.data=t.result.data}return r},J=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.error},W=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.shouldFormatResult,r=void 0===n||n;return function(){var e=V(H().mark((function e(){var n,i,o=arguments;return H().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.apply(void 0,o);case 2:if(n=e.sent,!(i=J(n))){e.next=6;break}throw z(i);case 6:return e.abrupt("return",r?Z(n):n);case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()};class Y extends Error{name="NonError";constructor(t){super(Y._prepareSuperMessage(t))}static _prepareSuperMessage(t){try{return JSON.stringify(t)}catch{return String(t)}}}const $=[{property:"name",enumerable:!1},{property:"message",enumerable:!1},{property:"stack",enumerable:!1},{property:"code",enumerable:!0}],X=Symbol(".toJSON was called"),tt=({from:t,seen:e,to_:n,forceEnumerable:r,maxDepth:i,depth:o})=>{const a=n||(Array.isArray(t)?[]:{});if(e.push(t),o>=i)return a;if("function"==typeof t.toJSON&&!0!==t[X])return(t=>{t[X]=!0;const e=t.toJSON();return delete t[X],e})(t);for(const[n,s]of Object.entries(t))"function"==typeof Buffer&&Buffer.isBuffer(s)?a[n]="[object Buffer]":null===s||"object"!=typeof s||"function"!=typeof s.pipe?"function"!=typeof s&&(s&&"object"==typeof s?e.includes(t[n])?a[n]="[Circular]":(o++,a[n]=tt({from:t[n],seen:[...e],forceEnumerable:r,maxDepth:i,depth:o})):a[n]=s):a[n]="[object Stream]";for(const{property:e,enumerable:n}of $)"string"==typeof t[e]&&Object.defineProperty(a,e,{value:t[e],enumerable:!!r||n,configurable:!0,writable:!0});return a};function et(t,e={}){const{maxDepth:n=Number.POSITIVE_INFINITY}=e;return"object"==typeof t&&null!==t?tt({from:t,seen:[],forceEnumerable:!0,maxDepth:n,depth:0}):"function"==typeof t?`[Function: ${t.name||"anonymous"}]`:t}function nt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function rt(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?nt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):nt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var it=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return function(r){var i=r.coreContext,o=r.apiClient,a=i.i18n,s=i.config,c=i.monitoringService;return Object.freeze({MODULE_NAME:t,start:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=rt(rt({},_),n),i=rt(rt({},s),t),u=w({rawSettings:i,schema:r}),d=u.success,l=u.fail,p=u.finished,f=t.language||a.getCurrentLanguage(),h=o.CancelToken.source(),g=h.token,v={onCancelByUser:function(){}},y=function(t){v.onCancelByUser=t},m=function(){h.cancel()},I=function(){v.onCancelByUser(),m()},S=function(){var t=V(H().mark((function t(){return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e(rt(rt({},u),{},{language:f,i18n:a,monitoringService:c,cancelToken:g,cancel:m,setOnCancelByUser:y,apiClient:o})).then((function(t){d(t)})).catch((function(t){console&&console.error&&console.error(t),c.dispatch({message:JSON.stringify(et(t))}),l(z(t))})).finally(p);case 2:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return S().catch(console.error),Object.freeze({cancel:I})}})}};function ot(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function at(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?ot(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ot(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var st=s.idCard,ct=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,i=e.language,o=e.apiClient,a=e.i18n,s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.apiEndpoints.inCurrentMode.readCard({countryCode:t.countryCode,clientId:t.clientId});return t.nonce&&(e+="?nonce=".concat(t.nonce)),o.get({url:e,cancelToken:t.cancelToken})},c=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=u(r.IDENTIFICATION,st,t.countryCode);return o.post({url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,country:t.countryCode,method:e.actionType,lang:t.language},cancelToken:t.cancelToken})},t.next=5,W(s)(at(at({},e),{},{language:i,cancelToken:n})).catch((function(t){throw"ECONNABORTED"===t.code&&(t.userMessage=a.t("id-card-read-timeout")),t}));case 5:return d=t.sent,t.next=8,W(c)(at(at({},e),{},{cancelToken:n,language:i,data:d.data}));case 8:return d=t.sent,t.abrupt("return",d);case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ut=it(st,ct,{countryCode:{type:"string",required:!0}}),dt=function(){var t=V((function(t){var e=t.fn,n=t.shouldContinue,r=t.interval;return H().mark((function t(){var i,o;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=0,o=function(){var t=V(H().mark((function t(a,s){var c,u;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i+=1,t.prev=1,t.next=4,e();case 4:c=t.sent,u=void 0,t.next=12;break;case 8:t.prev=8,t.t0=t.catch(1),c=void 0,u=t.t0;case 12:if(!n({result:c,attempts:i,error:u})){t.next=14;break}return t.abrupt("return",setTimeout(o,r,a,s));case 14:return t.abrupt("return",a({result:c,error:u}));case 15:case"end":return t.stop()}}),t,null,[[1,8]])})));return function(e,n){return t.apply(this,arguments)}}(),t.abrupt("return",new Promise(o));case 3:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),lt=dt;function pt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function ft(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?pt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):pt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var ht=s.smartId,gt=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d,l,p,f,h,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,i=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,s=void 0===a?1e3:a,c=e.cancelToken,d=e.language,l=e.apiClient,p=function(t){var e=u(r.IDENTIFICATION,ht);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,country:t.countryCode,method:e.actionType,lang:t.language}})},f=function(t){var e=u(r.IDENTIFICATION,ht);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language}})},h=function(t){var e=1e5/t.pollInterval,n=0;return lt({fn:function(){return f(ft(ft({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,i=r&&r.data&&r.data.status,o=g(t.error),a=t.error&&!t.error.response&&!o;a&&(n+=1);var s=!1;return t.attempts<e&&n<3&&(s=a||"RUNNING"===i),s},interval:2e3})},t.next=6,W(p)(ft(ft({},e),{},{cancelToken:c,language:d,idcode:o}));case 6:return v=t.sent,i(v),t.next=10,W(h)({config:e,data:ft({},v.data),cancelToken:c,pollInterval:s,language:d});case 10:return v=t.sent,t.abrupt("return",v);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),vt=it(ht,gt,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function yt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function mt(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?yt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):yt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var It=s.mobileId,St=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d,l,p,f,h,v,y;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,i=e.language,o=e.apiClient,a=e.started,s=void 0===a?function(){}:a,c=e.idcode,d=e.phone,l=e.pollInterval,p=void 0===l?1e3:l,f=function(t){var e=u(r.IDENTIFICATION,It,t.countryCode);return o.post({url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,phone:t.phone,country:t.countryCode,method:e.actionType,lang:t.language},cancelToken:t.cancelToken})},h=function(t){var e=u(r.IDENTIFICATION,It,t.countryCode);return o.post({url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language},cancelToken:t.cancelToken})},v=function(t){var e=12e4/p,n=0;return lt({fn:function(){return h(mt(mt({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,i=r&&r.data&&r.data.status,o=g(t.error),a=t.error&&!t.error.response&&!o;a&&(n+=1);var s=!1;return t.attempts<e&&n<3&&(s=a||"RUNNING"===i),s},interval:1e3})},t.next=6,W(f)(mt(mt({},e),{},{cancelToken:n,language:i,idcode:c,phone:d}));case 6:return y=t.sent,s(y),t.next=10,W(v)({config:e,data:y.data,cancelToken:n,language:i,pollInterval:p});case 10:return y=t.sent,t.abrupt("return",y);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),bt=it(It,St,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0}}),Et=s.eParakstsMobile,Tt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsMobile({clientId:n,redirectUri:r})}}},Ct=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Tt)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),wt=it(Et,Ct);function _t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function At(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?_t(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):_t(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var Ot=s.frejaEid,xt=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d,l,p,f,h,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,i=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,s=void 0===a?1e3:a,c=e.cancelToken,d=e.language,l=e.apiClient,p=function(t){var e=u(r.IDENTIFICATION,Ot);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,country:t.countryCode,method:e.actionType,lang:t.language}})},f=function(t){var e=u(r.IDENTIFICATION,Ot);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,lang:t.language,timeout:2}})},h=function(t){var e=1e5/t.pollInterval,n=0;return lt({fn:function(){return f(At(At({},t.config),{},{data:t.data,language:t.language,cancelToken:t.cancelToken}))},shouldContinue:function(t){var r=t.result,i=r&&r.data&&r.data.status,o=g(t.error),a=t.error&&!t.error.response&&!o;a&&(n+=1);var s=!1;return t.attempts<e&&n<3&&(s=a||"RUNNING"===i),s},interval:2e3})},t.next=6,W(p)(At(At({},e),{},{cancelToken:c,language:d,idcode:o}));case 6:return v=t.sent,i(v),t.next=10,W(h)({config:e,data:At({},v.data),cancelToken:c,language:d,pollInterval:s});case 10:return v=t.sent,t.abrupt("return",v);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Nt=it(Ot,xt,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function Dt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Rt(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?Dt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var kt=s.zealId,Ut=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,i=e.apiClient,o=e.language,a=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return i.get({withCredentials:!1,cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.zealIdIframeUrl({clientId:t.clientId})})},s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.iframeHolder,n=document.createElement("iframe"),r=t.iframeUrl;n.setAttribute("src",r),n.setAttribute("referrerpolicy","origin"),n.style.border="0",e.innerHTML="";var i=function(t,e,n){var r=new URL(t.data),i=r.searchParams.get("error"),o=r.searchParams.get("code");i?n(i):o?e({data:{code:o}}):n(t.data)},o=new Promise((function(t,e){window.addEventListener("message",(function(n){var o=new URL(r);n.origin===o.origin&&(window.removeEventListener("message",i),i(n,t,e))}))}));return e.appendChild(n),o},c=function(t){var e=u(r.IDENTIFICATION,kt);return i.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{method:e.actionType,code:t.data.code,lang:t.language}})},t.next=6,W(a)(Rt(Rt({},e),{},{cancelToken:n}));case 6:return d=t.sent,t.next=9,W(s)(Rt(Rt({},e),{},{cancelToken:n,iframeUrl:d.data.url}));case 9:return d=t.sent,t.next=12,W(c)(Rt(Rt({},e),{},{cancelToken:n,language:o},d));case 12:return d=t.sent,t.abrupt("return",d);case 14:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Mt=it(kt,Ut,{countryCode:{type:"string",required:!0},iframeHolder:{type:"object",required:!0}}),jt=s.mojeId,Pt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.mojeId({clientId:n,redirectUri:r})}}},Lt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Pt)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Bt=it(jt,Lt),Gt=s.edoAppEid,Ft=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.edoAppEid({clientId:n,redirectUri:r})}}},Vt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Ft)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),qt=it(Gt,Vt),Ht=s.finnishTrustNetwork,Kt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.finnishTrustNetwork({clientId:n,redirectUri:r,language:i})}}},Qt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Kt)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),zt=it(Ht,Qt),Zt=s.atHandy,Jt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.atHandy({clientId:n,redirectUri:r})}}},Wt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Jt)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Yt=it(Zt,Wt),$t=s.itsme,Xt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.itsme({clientId:n,redirectUri:r,language:i})}}},te=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Xt)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ee=it($t,te),ne=s.itsmeBasic,re=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.itsmeBasic({clientId:n,redirectUri:r,language:i})}}},ie=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(re)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),oe=it(ne,ie),ae=s.itsmeStandard,se=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.itsmeStandard({clientId:n,redirectUri:r,language:i})}}},ce=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(se)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ue=it(ae,ce),de=s.seBankId,le=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.seBankId({clientId:n,redirectUri:r,language:i})}}},pe=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(le)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),fe=it(de,pe),he=s.idin,ge=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.idin({clientId:n,redirectUri:r,language:i})}}},ve=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(ge)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ye=it(he,ve),me=s.verifai,Ie=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.verifai({clientId:n,redirectUri:r,language:i})}}},Se=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Ie)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),be=it(me,Se),Ee=s.yoonik,Te=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.yoonik({clientId:n,redirectUri:r,language:i})}}},Ce=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Te)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),we=it(Ee,Ce),_e=s.plMojeId,Ae=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.plMojeId({clientId:n,redirectUri:r})}}},Oe=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Ae)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),xe=it(_e,Oe),Ne=s.mitId,De=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.mitId({clientId:n,redirectUri:r,language:i})}}},Re=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(De)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ke=it(Ne,Re),Ue=s.norwegianBankId,Me=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.norwegianBankId({clientId:n,redirectUri:r,language:i})}}},je=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Me)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Pe=it(Ue,je),Le=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,n=void 0===e?"":e,r=t.userMessage,i=void 0===r?"":r,o=t.details,a=void 0===o?{}:o;this.message=n,this.userMessage=i,this.details=a,this.stack=(new Error).stack};(Le.prototype=new Error).name="MethodException";var Be=Le,Ge={iframeHolder:{type:"object"},docId:{type:"string",required:!0}},Fe=function(t){var e=t.monitoringService,n=t.moduleName;return Object.freeze({log:function(t){e.dispatch({message:"".concat(n,": ").concat(t)})},logError:function(t,r){var i=JSON.stringify(et(r));e.dispatch({message:"".concat(n,": ").concat(t,", reason: ").concat(i)})}})},Ve=function(t){var e=t.moduleName,n=t.createModuleCreator,i=function(t){var e=t.iframe,n=new URL(e.src);return{post:function(t){e.contentWindow.postMessage(t,n.origin)}}},o=function(t){return t.data&&"EIDEASY_ID_CARD_INTEGRATION"===t.data.sender},a=function(t){var n=t.countryCode,i=t.clientId,o=t.apiEndpoints,a=u(r.SIGNATURE,e,n);return o.inCurrentMode.idCardIframe({clientId:i,actionType:a.actionType})},s=function(t,e){if(t instanceof Error)throw t;var n;throw"no_certificates"===t.result&&(n=e.t("no_certificates")),new Be({userMessage:n,message:t.message,details:t})},c=function(t){var e=t.iframeHolder,n=t.iframeUrl,r=t.i18n,i=t.monitor,a=document.createElement("iframe");a.setAttribute("src",n),a.setAttribute("referrerpolicy","origin"),a.style.width="0",a.style.height="0",a.style.position="absolute",a.style.border="0",e.innerHTML="";var s={resolve:null,reject:null};function c(t){if(!o(t))return!1;var e=t.data,n=e.operation,r=e.error,i=e.status;r||"ready"!==n&&"welcome"!==n||"OK"!==i?s.reject(t.data):s.resolve(a),window.removeEventListener("message",c,!1)}i.log("Trying to create iframe with src: ".concat(n));var u=new Promise((function(t,e){s.resolve=t,s.reject=function(t){e(t),i.logError("Iframe creation failed",t)},window.addEventListener("message",c,!1),window.setTimeout((function(){return e({message:r.t("createIframeTimeout")})}),3e4)}));return e.appendChild(a),u},d=function(t){var e=t.messenger,n=t.monitor,r={resolve:null,reject:null};function i(t){if(!o(t))return!1;var e=t.data.certificate||t.data.cert;if(e)r.resolve({data:{certificate:e}}),n.log("Got certificate: ".concat(e));else{var a={};!t.data||"user_cancel"!==t.data.result&&"user_cancel"!==t.data.message?a=t.data:a.isCancel=!0,r.reject(a)}window.removeEventListener("message",i,!1)}var a=new Promise((function(t,e){r.resolve=t,r.reject=function(t){e(t),n.logError("Failed to get the certificate",t)},window.addEventListener("message",i,!1)}));return e.post({operation:"getCertificate"}),a},l=function(t){var e=t.certificate,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=(t.monitor,o.inCurrentMode.startSigning());return a.post({url:s,withCredentials:!1,data:{client_id:n,doc_id:r,sign_type:"id-card",certificate:e},cancelToken:i})},p=function(t){var e=t.messenger,n=t.hexDigest,r=t.monitor,i={resolve:null,reject:null};function a(t){if(!o(t))return!1;var e=t.data.signature_value||t.data.signature;if(e)i.resolve({signature:e});else{var n={};!t.data||"user_cancel"!==t.data.result&&"user_cancel"!==t.data.message?n=t.data:n.isCancel=!0,i.reject(n)}window.removeEventListener("message",a,!1)}r.log("Trying to sign the hexDigest: ".concat(n));var s=new Promise((function(t,e){i.resolve=t,i.reject=function(t){e(t),r.logError("Failed to sign the hexdigest",t)},window.addEventListener("message",a,!1)}));return e.post({operation:"getSignature",hexDigest:n}),s},f=function(t){var e=t.signature,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=o.inCurrentMode.completeSignatureIdCard();return a.post({url:s,withCredentials:!1,data:{client_id:n,doc_id:r,signature_value:e},cancelToken:i})},h=function(t){var e=t.certificate,n=t.country,r=t.cancelToken,i=t.apiEndpoints,o=t.apiClient,a=i.inCurrentMode.cscApiAuthorizeCredential();return o.post({url:a,withCredentials:!1,data:{sign_type:"id-card",certificate:e,country:n},cancelToken:r})},g=function(){var t=V((function(t){var n=t.countryCode,r=t.clientId,o=t.apiEndpoints,u=t.iframeHolder,g=t.i18n,v=t.docId,y=t.cancelToken,m=t.apiClient,I=t.monitoringService,S=t.action,b=t.redirect;return H().mark((function t(){var E,T,C,w,_,A,O,x;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return E=Fe({monitoringService:I,moduleName:e}),t.next=3,W(a,{shouldFormatResult:!1})({countryCode:n,clientId:r,apiEndpoints:o});case 3:return T=t.sent,t.next=6,W(c,{shouldFormatResult:!1})({iframeUrl:T,iframeHolder:u,i18n:g,monitor:E}).catch((function(t){return s(t,g)}));case 6:return C=t.sent,t.next=9,W(i,{shouldFormatResult:!1})({iframe:C});case 9:return w=t.sent,t.next=12,W(d)({messenger:w,monitor:E}).catch((function(t){return s(t,g)}));case 12:if(_=t.sent,"cscApiAuthorizeCredential"!==S){t.next=18;break}return t.next=16,W(h)({certificate:_.data.certificate,actionType:"id-card",country:n,cancelToken:y,apiEndpoints:o,apiClient:m});case 16:return A=t.sent,t.abrupt("return",W(b,{shouldFormatResult:!1})(A));case 18:return t.next=20,W(l)({certificate:_.data.certificate,clientId:r,docId:v,cancelToken:y,apiEndpoints:o,apiClient:m,monitor:E});case 20:return O=t.sent,t.next=23,W(p,{shouldFormatResult:!1})({messenger:w,hexDigest:O.data.hexDigest,monitor:E}).catch((function(t){return s(t,g)}));case 23:return x=t.sent,t.abrupt("return",W(f)({signature:x.signature,clientId:r,docId:v,cancelToken:y,apiEndpoints:o,apiClient:m}));case 25:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}();return n(e,g,Ge)},qe=Ve({moduleName:s.idCardSignature,createModuleCreator:it});function He(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var Ke=function(t){var e,n=t.pollInterval,r=void 0===n?2e3:n,i=t.maxPollDuration,o=t.fn,a=t.fnArgs;i&&(e=i/r);var s=0;return{start:function(){return lt({fn:function(){return o.apply(void 0,function(t){if(Array.isArray(t))return He(t)}(t=a)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return He(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?He(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());var t},shouldContinue:function(t){var n=t.result,r=n&&n.data&&n.data.status,i=g(t.error),o=t.error&&!t.error.response&&!i;o&&(s+=1);var a,c,u=!1;return a=t.attempts,(!(c=e)||a<c)&&s<3&&(u=o||"RUNNING"===r),u},interval:r})}}},Qe=s.mobileIdSignature,ze=function(t){var e=t.phone,n=t.idcode,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:"mobile-id",phone:e,idcode:n,country:c,lang:u},cancelToken:o})},Ze=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureMobileId(),withCredentials:!1,data:{token:e.token,doc_id:a,timeout:2,lang:i,client_id:s},cancelToken:o})},Je=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,maxPollDuration:12e4,fn:Ze,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},We=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.language,d=t.idcode,l=t.phone,p=t.countryCode,f=t.started;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Qe,p),s.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(ze)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,language:c,idcode:d,phone:l,countryCode:p});case 4:return g=t.sent,f(g),t.abrupt("return",W(Je)({data:g.data,apiClient:a,apiEndpoints:o,language:c,cancelToken:i,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Ye=it(Qe,We,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),$e=s.smartIdSignature,Xe=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,contract_id:e,client_id:r,sign_type:"smart-id",idcode:n,country:c,lang:u},cancelToken:o})},tn=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSmartId(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s,timeout:2},cancelToken:o})},en=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,maxPollDuration:12e4,fn:tn,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},nn=function(t){var e=t.country,n=t.cancelToken,r=t.apiEndpoints,i=t.apiClient,o=t.idcode,a=r.inCurrentMode.cscApiAuthorizeCredential();return i.post({url:a,withCredentials:!1,data:{sign_type:"smart-id-signature",country:e,idcode:o},cancelToken:n})},rn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.idcode,p=t.countryCode,f=t.started,h=t.action,g=t.redirect;return H().mark((function t(){var v,y,m;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(v=u(r.SIGNATURE,$e,p),"cscApiAuthorizeCredential"!==h){t.next=6;break}return t.next=4,W(nn)({country:p,idcode:l,cancelToken:o,apiEndpoints:a,apiClient:s});case 4:return y=t.sent,t.abrupt("return",W(g,{shouldFormatResult:!1})(y));case 6:return c.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=9,W(Xe)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,idcode:l,countryCode:p,contractId:i});case 9:return m=t.sent,f(m),t.abrupt("return",W(en)({data:m.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 12:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),on=it($e,rn,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},docId:{type:"string",required:!0}}),an=s.evroTrustSignature,sn=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=t.email,l=t.phone,p=t.actionType,f=a.inCurrentMode.startSigning();return s.post({url:f,withCredentials:!1,data:{doc_id:i,contract_id:e,client_id:r,sign_type:p,idcode:n,email:d,phone:l,country:c,lang:u},cancelToken:o})},cn=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureEvrotrust(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},un=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:cn,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},dn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.idcode,p=t.phone,f=t.email,h=t.countryCode,g=t.started;return H().mark((function t(){var v,y;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=u(r.SIGNATURE,an,h),c.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(sn)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,idcode:l,phone:p,email:f,countryCode:h,contractId:i,actionType:v.actionType});case 4:return y=t.sent,g(y),t.abrupt("return",W(un)({data:y.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ln=it(an,dn,{countryCode:{type:"string",required:!0},idcode:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),pn=s.otpSignature,fn=function(){var t=V((function(t){var e=t.language,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.actionType;return H().mark((function t(){var c;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return c=o.inCurrentMode.startSigning(),t.abrupt("return",a.post({url:c,withCredentials:!1,data:{doc_id:r,client_id:n,sign_type:s,lang:e},cancelToken:i}));case 2:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),hn=function(t){var e=t.startSigningResult,n=t.confirmationCodeRequest,r=t.setOnCancelByUser;return new Promise((function(t,i){r((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,i(t)})),n({data:e.data},t,i)}))},gn=function(t){var e=t.apiClient,n=t.apiEndpoints,r=t.language,i=t.cancelToken,o=t.docId,a=t.clientId,s=t.emailToken,c=t.smsToken,u=t.handwrittenSignatureData,d=t.handwrittenSignatureDataUrl;return e.post({url:n.inCurrentMode.completeOtp(),withCredentials:!1,data:{doc_id:o,timeout:2,lang:r,client_id:a,email_token:s,sms_token:c,handwritten_signature_data:u,handwritten_signature_data_url:d},cancelToken:i})},vn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.language,d=t.countryCode,l=t.emailToken,p=t.smsToken,f=t.handwrittenSignatureData,h=t.handwrittenSignatureDataUrl,g=t.started,v=t.confirmationCodeRequest,y=t.setOnCancelByUser;return H().mark((function t(){var m,I,S;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(m=u(r.SIGNATURE,pn,d),console.log(m),s.dispatch({message:"".concat(m.actionType,": signing started")}),p||l){t.next=13;break}return t.next=6,W(fn)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,language:c,actionType:m.actionType});case 6:return I=t.sent,g(I),t.next=10,W(hn,{shouldFormatResult:!1})({startSigningResult:I,confirmationCodeRequest:v,setOnCancelByUser:y});case 10:S=t.sent,p=S.smsToken,l=S.emailToken;case 13:return t.abrupt("return",W(gn)({apiClient:a,apiEndpoints:o,language:c,cancelToken:i,docId:n,clientId:e,emailToken:l,smsToken:p,handwrittenSignatureData:f,handwrittenSignatureDataUrl:h}));case 14:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),yn=it(pn,vn,{docId:{type:"string",required:!0},emailToken:{type:"string"},smsToken:{type:"string"}}),mn={docId:{type:"string",required:!0}},In=function(t){var e=t.moduleName,n=t.createModuleCreator,i=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=o.inCurrentMode.startSigning();return a.post({url:u,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s},cancelToken:i})},o=function(){var t=V((function(t){var n=t.clientId,o=t.docId,a=t.contractId,s=t.cancelToken,c=t.apiEndpoints,d=t.apiClient,l=t.monitoringService,p=t.language,f=t.countryCode,h=t.redirect;return H().mark((function t(){var g,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return g=u(r.SIGNATURE,e,f),l.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=4,W(i)({contractId:a,clientId:n,docId:o,cancelToken:s,apiEndpoints:c,apiClient:d,language:p,actionType:g.actionType});case 4:return v=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(v));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}();return n(e,o,mn)},Sn=In({moduleName:s.eParakstsMobileSignature,createModuleCreator:it}),bn=In({moduleName:s.ftnAdvancedFullSignature,createModuleCreator:it}),En=In({moduleName:s.ftnSignature,createModuleCreator:it}),Tn=In({moduleName:s.atHandySignature,createModuleCreator:it}),Cn=s.zealIdSignature,wn=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.docId;return{data:{redirect_uri:e.inCurrentMode.startZealIdSignature({clientId:n,docId:r})}}},_n=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.docId,t.next=3,W(wn)({apiEndpoints:r,clientId:i,docId:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),An=it(Cn,_n),On=In({moduleName:s.mojeIdSignature,createModuleCreator:it}),xn=In({moduleName:s.googleSignature,createModuleCreator:it}),Nn=In({moduleName:s.seBankIdSignature,createModuleCreator:it}),Dn=s.dTrustSignMeSignature,Rn=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.username,d=o.inCurrentMode.startSigning();return a.post({url:d,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,username:u},cancelToken:i})},kn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.username,f=t.redirect;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Dn,l),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Rn)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,username:p,actionType:h.actionType});case 4:return g=t.sent,t.abrupt("return",W(f,{shouldFormatResult:!1})(g));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Un=it(Dn,kn,{username:{type:"string",required:!0}});function Mn(t){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(t)}function jn(t,e){return t&e}function Pn(t,e){return t|e}function Ln(t,e){return t^e}function Bn(t,e){return t&~e}function Gn(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function Fn(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var Vn,qn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function Hn(t){var e,n,r="";for(e=0;e+3<=t.length;e+=3)n=parseInt(t.substring(e,e+3),16),r+=qn.charAt(n>>6)+qn.charAt(63&n);for(e+1==t.length?(n=parseInt(t.substring(e,e+1),16),r+=qn.charAt(n<<2)):e+2==t.length&&(n=parseInt(t.substring(e,e+2),16),r+=qn.charAt(n>>2)+qn.charAt((3&n)<<4));(3&r.length)>0;)r+="=";return r}function Kn(t){var e,n="",r=0,i=0;for(e=0;e<t.length&&"="!=t.charAt(e);++e){var o=qn.indexOf(t.charAt(e));o<0||(0==r?(n+=Mn(o>>2),i=3&o,r=1):1==r?(n+=Mn(i<<2|o>>4),i=15&o,r=2):2==r?(n+=Mn(i),n+=Mn(o>>2),i=3&o,r=3):(n+=Mn(i<<2|o>>4),n+=Mn(15&o),r=0))}return 1==r&&(n+=Mn(i<<2)),n}var Qn,zn={decode:function(t){var e;if(void 0===Qn){var n="= \f\n\r\t \u2028\u2029";for(Qn=Object.create(null),e=0;e<64;++e)Qn["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)]=e;for(Qn["-"]=62,Qn._=63,e=0;e<n.length;++e)Qn[n.charAt(e)]=-1}var r=[],i=0,o=0;for(e=0;e<t.length;++e){var a=t.charAt(e);if("="==a)break;if(-1!=(a=Qn[a])){if(void 0===a)throw new Error("Illegal character at offset "+e);i|=a,++o>=4?(r[r.length]=i>>16,r[r.length]=i>>8&255,r[r.length]=255&i,i=0,o=0):i<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:r[r.length]=i>>10;break;case 3:r[r.length]=i>>16,r[r.length]=i>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(t){var e=zn.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error("RegExp out of sync");t=e[2]}return zn.decode(t)}},Zn=1e13,Jn=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var n,r,i=this.buf,o=i.length;for(n=0;n<o;++n)(r=i[n]*t+e)<Zn?e=0:r-=(e=0|r/Zn)*Zn,i[n]=r;e>0&&(i[n]=e)},t.prototype.sub=function(t){var e,n,r=this.buf,i=r.length;for(e=0;e<i;++e)(n=r[e]-t)<0?(n+=Zn,t=1):t=0,r[e]=n;for(;0===r[r.length-1];)r.pop()},t.prototype.toString=function(t){if(10!=(t||10))throw new Error("only base 10 is supported");for(var e=this.buf,n=e[e.length-1].toString(),r=e.length-2;r>=0;--r)n+=(Zn+e[r]).toString().substring(1);return n},t.prototype.valueOf=function(){for(var t=this.buf,e=0,n=t.length-1;n>=0;--n)e=e*Zn+t[n];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),Wn=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,Yn=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function $n(t,e){return t.length>e&&(t=t.substring(0,e)+"…"),t}var Xn,tr=function(){function t(e,n){this.hexDigits="0123456789ABCDEF",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=n)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset "+t+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,n){for(var r="",i=t;i<e;++i)if(r+=this.hexByte(this.get(i)),!0!==n)switch(15&i){case 7:r+=" ";break;case 15:r+="\n";break;default:r+=" "}return r},t.prototype.isASCII=function(t,e){for(var n=t;n<e;++n){var r=this.get(n);if(r<32||r>176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var n="",r=t;r<e;++r)n+=String.fromCharCode(this.get(r));return n},t.prototype.parseStringUTF=function(t,e){for(var n="",r=t;r<e;){var i=this.get(r++);n+=i<128?String.fromCharCode(i):i>191&&i<224?String.fromCharCode((31&i)<<6|63&this.get(r++)):String.fromCharCode((15&i)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return n},t.prototype.parseStringBMP=function(t,e){for(var n,r,i="",o=t;o<e;)n=this.get(o++),r=this.get(o++),i+=String.fromCharCode(n<<8|r);return i},t.prototype.parseTime=function(t,e,n){var r=this.parseStringISO(t,e),i=(n?Wn:Yn).exec(r);return i?(n&&(i[1]=+i[1],i[1]+=+i[1]<70?2e3:1900),r=i[1]+"-"+i[2]+"-"+i[3]+" "+i[4],i[5]&&(r+=":"+i[5],i[6]&&(r+=":"+i[6],i[7]&&(r+="."+i[7]))),i[8]&&(r+=" UTC","Z"!=i[8]&&(r+=i[8],i[9]&&(r+=":"+i[9]))),r):"Unrecognized time: "+r},t.prototype.parseInteger=function(t,e){for(var n,r=this.get(t),i=r>127,o=i?255:0,a="";r==o&&++t<e;)r=this.get(t);if(0==(n=e-t))return i?-1:0;if(n>4){for(a=r,n<<=3;0==(128&(+a^o));)a=+a<<1,--n;a="("+n+" bit)\n"}i&&(r-=256);for(var s=new Jn(r),c=t+1;c<e;++c)s.mulAdd(256,this.get(c));return a+s.toString()},t.prototype.parseBitString=function(t,e,n){for(var r=this.get(t),i="("+((e-t-1<<3)-r)+" bit)\n",o="",a=t+1;a<e;++a){for(var s=this.get(a),c=a==e-1?r:0,u=7;u>=c;--u)o+=s>>u&1?"1":"0";if(o.length>n)return i+$n(o,n)}return i+o},t.prototype.parseOctetString=function(t,e,n){if(this.isASCII(t,e))return $n(this.parseStringISO(t,e),n);var r=e-t,i="("+r+" byte)\n";r>(n/=2)&&(e=t+n);for(var o=t;o<e;++o)i+=this.hexByte(this.get(o));return r>n&&(i+="…"),i},t.prototype.parseOID=function(t,e,n){for(var r="",i=new Jn,o=0,a=t;a<e;++a){var s=this.get(a);if(i.mulAdd(128,127&s),o+=7,!(128&s)){if(""===r)if((i=i.simplify())instanceof Jn)i.sub(80),r="2."+i.toString();else{var c=i<80?i<40?0:1:2;r=c+"."+(i-40*c)}else r+="."+i.toString();if(r.length>n)return $n(r,n);i=new Jn,o=0}}return o>0&&(r+=".incomplete"),r},t}(),er=function(){function t(t,e,n,r,i){if(!(r instanceof nr))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=n,this.tag=r,this.sub=i}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),n=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?"false":"true";case 2:return this.stream.parseInteger(e,e+n);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+n,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);case 6:return this.stream.parseOID(e,e+n,t);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return $n(this.stream.parseStringUTF(e,e+n),t);case 18:case 19:case 20:case 21:case 22:case 26:return $n(this.stream.parseStringISO(e,e+n),t);case 30:return $n(this.stream.parseStringBMP(e,e+n),t);case 23:case 24:return this.stream.parseTime(e,e+n,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"},t.prototype.toPrettyString=function(t){void 0===t&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=" (encapsulates)"),e+="\n",null!==this.sub){t+=" ";for(var n=0,r=this.sub.length;n<r;++n)e+=this.sub[n].toPrettyString(t)}return e},t.prototype.posStart=function(){return this.stream.pos},t.prototype.posContent=function(){return this.stream.pos+this.header},t.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},t.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},t.decodeLength=function(t){var e=t.get(),n=127&e;if(n==e)return n;if(n>6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(0===n)return null;e=0;for(var r=0;r<n;++r)e=256*e+t.get();return e},t.prototype.getHexStringValue=function(){var t=this.toHexString(),e=2*this.header,n=2*this.length;return t.substr(e,n)},t.decode=function(e){var n;n=e instanceof tr?e:new tr(e,0);var r=new tr(n),i=new nr(n),o=t.decodeLength(n),a=n.pos,s=a-r.pos,c=null,u=function(){var e=[];if(null!==o){for(var r=a+o;n.pos<r;)e[e.length]=t.decode(n);if(n.pos!=r)throw new Error("Content size is not correct for container starting at offset "+a)}else try{for(;;){var i=t.decode(n);if(i.tag.isEOC())break;e[e.length]=i}o=a-n.pos}catch(t){throw new Error("Exception while decoding undefined length content: "+t)}return e};if(i.tagConstructed)c=u();else if(i.isUniversal()&&(3==i.tagNumber||4==i.tagNumber))try{if(3==i.tagNumber&&0!=n.get())throw new Error("BIT STRINGs with unused bits cannot encapsulate.");c=u();for(var d=0;d<c.length;++d)if(c[d].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(t){c=null}if(null===c){if(null===o)throw new Error("We can't skip over an invalid tag with undefined length at offset "+a);n.pos=a+Math.abs(o)}return new t(r,s,o,i,c)},t}(),nr=function(){function t(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var n=new Jn;do{e=t.get(),n.mulAdd(128,127&e)}while(128&e);this.tagNumber=n.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),rr=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],ir=(1<<26)/rr[rr.length-1],or=function(){function t(t,e,n){null!=t&&("number"==typeof t?this.fromNumber(t,e,n):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var n,r=(1<<e)-1,i=!1,o="",a=this.t,s=this.DB-a*this.DB%e;if(a-- >0)for(s<this.DB&&(n=this[a]>>s)>0&&(i=!0,o=Mn(n));a>=0;)s<e?(n=(this[a]&(1<<s)-1)<<e-s,n|=this[--a]>>(s+=this.DB-e)):(n=this[a]>>(s-=e)&r,s<=0&&(s+=this.DB,--a)),n>0&&(i=!0),i&&(o+=Mn(n));return i?o:"0"},t.prototype.negate=function(){var e=dr();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var n=this.t;if(0!=(e=n-t.t))return this.s<0?-e:e;for(;--n>=0;)if(0!=(e=this[n]-t[n]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+mr(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var n=dr();return this.abs().divRemTo(e,null,n),this.s<0&&n.compareTo(t.ZERO)>0&&e.subTo(n,n),n},t.prototype.modPowInt=function(t,e){var n;return n=t<256||e.isEven()?new sr(e):new cr(e),this.exp(t,n)},t.prototype.clone=function(){var t=dr();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var n,r=this.DB-t*this.DB%8,i=0;if(t-- >0)for(r<this.DB&&(n=this[t]>>r)!=(this.s&this.DM)>>r&&(e[i++]=n|this.s<<this.DB-r);t>=0;)r<8?(n=(this[t]&(1<<r)-1)<<8-r,n|=this[--t]>>(r+=this.DB-8)):(n=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),0!=(128&n)&&(n|=-256),0==i&&(128&this.s)!=(128&n)&&++i,(i>0||n!=this.s)&&(e[i++]=n);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=dr();return this.bitwiseTo(t,jn,e),e},t.prototype.or=function(t){var e=dr();return this.bitwiseTo(t,Pn,e),e},t.prototype.xor=function(t){var e=dr();return this.bitwiseTo(t,Ln,e),e},t.prototype.andNot=function(t){var e=dr();return this.bitwiseTo(t,Bn,e),e},t.prototype.not=function(){for(var t=dr(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},t.prototype.shiftLeft=function(t){var e=dr();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},t.prototype.shiftRight=function(t){var e=dr();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},t.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+Gn(this[t]);return this.s<0?this.t*this.DB:-1},t.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,n=0;n<this.t;++n)t+=Fn(this[n]^e);return t},t.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},t.prototype.setBit=function(t){return this.changeBit(t,Pn)},t.prototype.clearBit=function(t){return this.changeBit(t,Bn)},t.prototype.flipBit=function(t){return this.changeBit(t,Ln)},t.prototype.add=function(t){var e=dr();return this.addTo(t,e),e},t.prototype.subtract=function(t){var e=dr();return this.subTo(t,e),e},t.prototype.multiply=function(t){var e=dr();return this.multiplyTo(t,e),e},t.prototype.divide=function(t){var e=dr();return this.divRemTo(t,e,null),e},t.prototype.remainder=function(t){var e=dr();return this.divRemTo(t,null,e),e},t.prototype.divideAndRemainder=function(t){var e=dr(),n=dr();return this.divRemTo(t,e,n),[e,n]},t.prototype.modPow=function(t,e){var n,r,i=t.bitLength(),o=yr(1);if(i<=0)return o;n=i<18?1:i<48?3:i<144?4:i<768?5:6,r=i<8?new sr(e):e.isEven()?new ur(e):new cr(e);var a=[],s=3,c=n-1,u=(1<<n)-1;if(a[1]=r.convert(this),n>1){var d=dr();for(r.sqrTo(a[1],d);s<=u;)a[s]=dr(),r.mulTo(d,a[s-2],a[s]),s+=2}var l,p,f=t.t-1,h=!0,g=dr();for(i=mr(t[f])-1;f>=0;){for(i>=c?l=t[f]>>i-c&u:(l=(t[f]&(1<<i+1)-1)<<c-i,f>0&&(l|=t[f-1]>>this.DB+i-c)),s=n;0==(1&l);)l>>=1,--s;if((i-=s)<0&&(i+=this.DB,--f),h)a[l].copyTo(o),h=!1;else{for(;s>1;)r.sqrTo(o,g),r.sqrTo(g,o),s-=2;s>0?r.sqrTo(o,g):(p=o,o=g,g=p),r.mulTo(g,a[l],o)}for(;f>=0&&0==(t[f]&1<<i);)r.sqrTo(o,g),p=o,o=g,g=p,--i<0&&(i=this.DB-1,--f)}return r.revert(o)},t.prototype.modInverse=function(e){var n=e.isEven();if(this.isEven()&&n||0==e.signum())return t.ZERO;for(var r=e.clone(),i=this.clone(),o=yr(1),a=yr(0),s=yr(0),c=yr(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),n?(o.isEven()&&a.isEven()||(o.addTo(this,o),a.subTo(e,a)),o.rShiftTo(1,o)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);for(;i.isEven();)i.rShiftTo(1,i),n?(s.isEven()&&c.isEven()||(s.addTo(this,s),c.subTo(e,c)),s.rShiftTo(1,s)):c.isEven()||c.subTo(e,c),c.rShiftTo(1,c);r.compareTo(i)>=0?(r.subTo(i,r),n&&o.subTo(s,o),a.subTo(c,a)):(i.subTo(r,i),n&&s.subTo(o,s),c.subTo(a,c))}return 0!=i.compareTo(t.ONE)?t.ZERO:c.compareTo(e)>=0?c.subtract(e):c.signum()<0?(c.addTo(e,c),c.signum()<0?c.add(e):c):c},t.prototype.pow=function(t){return this.exp(t,new ar)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),n=t.s<0?t.negate():t.clone();if(e.compareTo(n)<0){var r=e;e=n,n=r}var i=e.getLowestSetBit(),o=n.getLowestSetBit();if(o<0)return e;for(i<o&&(o=i),o>0&&(e.rShiftTo(o,e),n.rShiftTo(o,n));e.signum()>0;)(i=e.getLowestSetBit())>0&&e.rShiftTo(i,e),(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),e.compareTo(n)>=0?(e.subTo(n,e),e.rShiftTo(1,e)):(n.subTo(e,n),n.rShiftTo(1,n));return o>0&&n.lShiftTo(o,n),n},t.prototype.isProbablePrime=function(t){var e,n=this.abs();if(1==n.t&&n[0]<=rr[rr.length-1]){for(e=0;e<rr.length;++e)if(n[0]==rr[e])return!0;return!1}if(n.isEven())return!1;for(e=1;e<rr.length;){for(var r=rr[e],i=e+1;i<rr.length&&r<ir;)r*=rr[i++];for(r=n.modInt(r);e<i;)if(r%rr[e++]==0)return!1}return n.millerRabin(t)},t.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,n){var r;if(16==n)r=4;else if(8==n)r=3;else if(256==n)r=8;else if(2==n)r=1;else if(32==n)r=5;else{if(4!=n)return void this.fromRadix(e,n);r=2}this.t=0,this.s=0;for(var i=e.length,o=!1,a=0;--i>=0;){var s=8==r?255&+e[i]:vr(e,i);s<0?"-"==e.charAt(i)&&(o=!0):(o=!1,0==a?this[this.t++]=s:a+r>this.DB?(this[this.t-1]|=(s&(1<<this.DB-a)-1)<<a,this[this.t++]=s>>this.DB-a):this[this.t-1]|=s<<a,(a+=r)>=this.DB&&(a-=this.DB))}8==r&&0!=(128&+e[0])&&(this.s=-1,a>0&&(this[this.t-1]|=(1<<this.DB-a)-1<<a)),this.clamp(),o&&t.ZERO.subTo(this,this)},t.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var n;for(n=this.t-1;n>=0;--n)e[n+t]=this[n];for(n=t-1;n>=0;--n)e[n]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var n=t;n<this.t;++n)e[n-t]=this[n];e.t=Math.max(this.t-t,0),e.s=this.s},t.prototype.lShiftTo=function(t,e){for(var n=t%this.DB,r=this.DB-n,i=(1<<r)-1,o=Math.floor(t/this.DB),a=this.s<<n&this.DM,s=this.t-1;s>=0;--s)e[s+o+1]=this[s]>>r|a,a=(this[s]&i)<<n;for(s=o-1;s>=0;--s)e[s]=0;e[o]=a,e.t=this.t+o+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var n=Math.floor(t/this.DB);if(n>=this.t)e.t=0;else{var r=t%this.DB,i=this.DB-r,o=(1<<r)-1;e[0]=this[n]>>r;for(var a=n+1;a<this.t;++a)e[a-n-1]|=(this[a]&o)<<i,e[a-n]=this[a]>>r;r>0&&(e[this.t-n-1]|=(this.s&o)<<i),e.t=this.t-n,e.clamp()}},t.prototype.subTo=function(t,e){for(var n=0,r=0,i=Math.min(t.t,this.t);n<i;)r+=this[n]-t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r-=t[n],e[n++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[n++]=this.DV+r:r>0&&(e[n++]=r),e.t=n,e.clamp()},t.prototype.multiplyTo=function(e,n){var r=this.abs(),i=e.abs(),o=r.t;for(n.t=o+i.t;--o>=0;)n[o]=0;for(o=0;o<i.t;++o)n[o+r.t]=r.am(0,i[o],n,o,0,r.t);n.s=0,n.clamp(),this.s!=e.s&&t.ZERO.subTo(n,n)},t.prototype.squareTo=function(t){for(var e=this.abs(),n=t.t=2*e.t;--n>=0;)t[n]=0;for(n=0;n<e.t-1;++n){var r=e.am(n,e[n],t,2*n,0,1);(t[n+e.t]+=e.am(n+1,2*e[n],t,2*n+1,r,e.t-n-1))>=e.DV&&(t[n+e.t]-=e.DV,t[n+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(n,e[n],t,2*n,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,n,r){var i=e.abs();if(!(i.t<=0)){var o=this.abs();if(o.t<i.t)return null!=n&&n.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=dr());var a=dr(),s=this.s,c=e.s,u=this.DB-mr(i[i.t-1]);u>0?(i.lShiftTo(u,a),o.lShiftTo(u,r)):(i.copyTo(a),o.copyTo(r));var d=a.t,l=a[d-1];if(0!=l){var p=l*(1<<this.F1)+(d>1?a[d-2]>>this.F2:0),f=this.FV/p,h=(1<<this.F1)/p,g=1<<this.F2,v=r.t,y=v-d,m=null==n?dr():n;for(a.dlShiftTo(y,m),r.compareTo(m)>=0&&(r[r.t++]=1,r.subTo(m,r)),t.ONE.dlShiftTo(d,m),m.subTo(a,a);a.t<d;)a[a.t++]=0;for(;--y>=0;){var I=r[--v]==l?this.DM:Math.floor(r[v]*f+(r[v-1]+g)*h);if((r[v]+=a.am(0,I,r,y,0,d))<I)for(a.dlShiftTo(y,m),r.subTo(m,r);r[v]<--I;)r.subTo(m,r)}null!=n&&(r.drShiftTo(d,n),s!=c&&t.ZERO.subTo(n,n)),r.t=d,r.clamp(),u>0&&r.rShiftTo(u,r),s<0&&t.ZERO.subTo(r,r)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,n){if(e>4294967295||e<1)return t.ONE;var r=dr(),i=dr(),o=n.convert(this),a=mr(e)-1;for(o.copyTo(r);--a>=0;)if(n.sqrTo(r,i),(e&1<<a)>0)n.mulTo(i,o,r);else{var s=r;r=i,i=s}return n.revert(r)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),n=Math.pow(t,e),r=yr(n),i=dr(),o=dr(),a="";for(this.divRemTo(r,i,o);i.signum()>0;)a=(n+o.intValue()).toString(t).substr(1)+a,i.divRemTo(r,i,o);return o.intValue().toString(t)+a},t.prototype.fromRadix=function(e,n){this.fromInt(0),null==n&&(n=10);for(var r=this.chunkSize(n),i=Math.pow(n,r),o=!1,a=0,s=0,c=0;c<e.length;++c){var u=vr(e,c);u<0?"-"==e.charAt(c)&&0==this.signum()&&(o=!0):(s=n*s+u,++a>=r&&(this.dMultiply(i),this.dAddOffset(s,0),a=0,s=0))}a>0&&(this.dMultiply(Math.pow(n,a)),this.dAddOffset(s,0)),o&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,n,r){if("number"==typeof n)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),Pn,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(n);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var i=[],o=7&e;i.length=1+(e>>3),n.nextBytes(i),o>0?i[0]&=(1<<o)-1:i[0]=0,this.fromString(i,256)}},t.prototype.bitwiseTo=function(t,e,n){var r,i,o=Math.min(t.t,this.t);for(r=0;r<o;++r)n[r]=e(this[r],t[r]);if(t.t<this.t){for(i=t.s&this.DM,r=o;r<this.t;++r)n[r]=e(this[r],i);n.t=this.t}else{for(i=this.s&this.DM,r=o;r<t.t;++r)n[r]=e(i,t[r]);n.t=t.t}n.s=e(this.s,t.s),n.clamp()},t.prototype.changeBit=function(e,n){var r=t.ONE.shiftLeft(e);return this.bitwiseTo(r,n,r),r},t.prototype.addTo=function(t,e){for(var n=0,r=0,i=Math.min(t.t,this.t);n<i;)r+=this[n]+t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r+=t[n],e[n++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[n++]=r:r<-1&&(e[n++]=this.DV+r),e.t=n,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,n){var r=Math.min(this.t+t.t,e);for(n.s=0,n.t=r;r>0;)n[--r]=0;for(var i=n.t-this.t;r<i;++r)n[r+this.t]=this.am(0,t[r],n,r,0,this.t);for(i=Math.min(t.t,e);r<i;++r)this.am(0,t[r],n,r,0,e-r);n.clamp()},t.prototype.multiplyUpperTo=function(t,e,n){--e;var r=n.t=this.t+t.t-e;for(n.s=0;--r>=0;)n[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)n[this.t+r-e]=this.am(e-r,t[r],n,0,0,this.t+r-e);n.clamp(),n.drShiftTo(1,n)},t.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,n=this.s<0?t-1:0;if(this.t>0)if(0==e)n=this[0]%t;else for(var r=this.t-1;r>=0;--r)n=(e*n+this[r])%t;return n},t.prototype.millerRabin=function(e){var n=this.subtract(t.ONE),r=n.getLowestSetBit();if(r<=0)return!1;var i=n.shiftRight(r);(e=e+1>>1)>rr.length&&(e=rr.length);for(var o=dr(),a=0;a<e;++a){o.fromInt(rr[Math.floor(Math.random()*rr.length)]);var s=o.modPow(i,this);if(0!=s.compareTo(t.ONE)&&0!=s.compareTo(n)){for(var c=1;c++<r&&0!=s.compareTo(n);)if(0==(s=s.modPowInt(2,this)).compareTo(t.ONE))return!1;if(0!=s.compareTo(n))return!1}}return!0},t.prototype.square=function(){var t=dr();return this.squareTo(t),t},t.prototype.gcda=function(t,e){var n=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(n.compareTo(r)<0){var i=n;n=r,r=i}var o=n.getLowestSetBit(),a=r.getLowestSetBit();if(a<0)e(n);else{o<a&&(a=o),a>0&&(n.rShiftTo(a,n),r.rShiftTo(a,r));var s=function(){(o=n.getLowestSetBit())>0&&n.rShiftTo(o,n),(o=r.getLowestSetBit())>0&&r.rShiftTo(o,r),n.compareTo(r)>=0?(n.subTo(r,n),n.rShiftTo(1,n)):(r.subTo(n,r),r.rShiftTo(1,r)),n.signum()>0?setTimeout(s,0):(a>0&&r.lShiftTo(a,r),setTimeout((function(){e(r)}),0))};setTimeout(s,10)}},t.prototype.fromNumberAsync=function(e,n,r,i){if("number"==typeof n)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),Pn,this),this.isEven()&&this.dAddOffset(1,0);var o=this,a=function(){o.dAddOffset(2,0),o.bitLength()>e&&o.subTo(t.ONE.shiftLeft(e-1),o),o.isProbablePrime(n)?setTimeout((function(){i()}),0):setTimeout(a,0)};setTimeout(a,0)}else{var s=[],c=7&e;s.length=1+(e>>3),n.nextBytes(s),c>0?s[0]&=(1<<c)-1:s[0]=0,this.fromString(s,256)}},t}(),ar=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),sr=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),cr=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=dr();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(or.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=dr();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var n=32767&t[e],r=n*this.mpl+((n*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[n=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[n]>=t.DV;)t[n]-=t.DV,t[++n]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),ur=function(){function t(t){this.m=t,this.r2=dr(),this.q3=dr(),or.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=dr();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function dr(){return new or(null)}function lr(t,e){return new or(t,e)}var pr="undefined"!=typeof navigator;pr&&"Microsoft Internet Explorer"==navigator.appName?(or.prototype.am=function(t,e,n,r,i,o){for(var a=32767&e,s=e>>15;--o>=0;){var c=32767&this[t],u=this[t++]>>15,d=s*c+u*a;i=((c=a*c+((32767&d)<<15)+n[r]+(1073741823&i))>>>30)+(d>>>15)+s*u+(i>>>30),n[r++]=1073741823&c}return i},Xn=30):pr&&"Netscape"!=navigator.appName?(or.prototype.am=function(t,e,n,r,i,o){for(;--o>=0;){var a=e*this[t++]+n[r]+i;i=Math.floor(a/67108864),n[r++]=67108863&a}return i},Xn=26):(or.prototype.am=function(t,e,n,r,i,o){for(var a=16383&e,s=e>>14;--o>=0;){var c=16383&this[t],u=this[t++]>>14,d=s*c+u*a;i=((c=a*c+((16383&d)<<14)+n[r]+i)>>28)+(d>>14)+s*u,n[r++]=268435455&c}return i},Xn=28),or.prototype.DB=Xn,or.prototype.DM=(1<<Xn)-1,or.prototype.DV=1<<Xn,or.prototype.FV=Math.pow(2,52),or.prototype.F1=52-Xn,or.prototype.F2=2*Xn-52;var fr,hr,gr=[];for(fr="0".charCodeAt(0),hr=0;hr<=9;++hr)gr[fr++]=hr;for(fr="a".charCodeAt(0),hr=10;hr<36;++hr)gr[fr++]=hr;for(fr="A".charCodeAt(0),hr=10;hr<36;++hr)gr[fr++]=hr;function vr(t,e){var n=gr[t.charCodeAt(e)];return null==n?-1:n}function yr(t){var e=dr();return e.fromInt(t),e}function mr(t){var e,n=1;return 0!=(e=t>>>16)&&(t=e,n+=16),0!=(e=t>>8)&&(t=e,n+=8),0!=(e=t>>4)&&(t=e,n+=4),0!=(e=t>>2)&&(t=e,n+=2),0!=(e=t>>1)&&(t=e,n+=1),n}or.ZERO=yr(0),or.ONE=yr(1);var Ir,Sr,br=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,n,r;for(e=0;e<256;++e)this.S[e]=e;for(n=0,e=0;e<256;++e)n=n+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[n],this.S[n]=r;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}(),Er=null;if(null==Er){Er=[],Sr=0;var Tr=void 0;if(window.crypto&&window.crypto.getRandomValues){var Cr=new Uint32Array(256);for(window.crypto.getRandomValues(Cr),Tr=0;Tr<Cr.length;++Tr)Er[Sr++]=255&Cr[Tr]}var wr=0,_r=function(t){if((wr=wr||0)>=256||Sr>=256)window.removeEventListener?window.removeEventListener("mousemove",_r,!1):window.detachEvent&&window.detachEvent("onmousemove",_r);else try{var e=t.x+t.y;Er[Sr++]=255&e,wr+=1}catch(t){}};window.addEventListener?window.addEventListener("mousemove",_r,!1):window.attachEvent&&window.attachEvent("onmousemove",_r)}function Ar(){if(null==Ir){for(Ir=new br;Sr<256;){var t=Math.floor(65536*Math.random());Er[Sr++]=255&t}for(Ir.init(Er),Sr=0;Sr<Er.length;++Sr)Er[Sr]=0;Sr=0}return Ir.next()}var Or=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e<t.length;++e)t[e]=Ar()},t}(),xr=function(){function t(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return t.prototype.doPublic=function(t){return t.modPowInt(this.e,this.n)},t.prototype.doPrivate=function(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),n=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(n)<0;)e=e.add(this.p);return e.subtract(n).multiply(this.coeff).mod(this.p).multiply(this.q).add(n)},t.prototype.setPublic=function(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=lr(t,16),this.e=parseInt(e,16)):console.error("Invalid RSA public key")},t.prototype.encrypt=function(t){var e=this.n.bitLength()+7>>3,n=function(t,e){if(e<t.length+11)return console.error("Message too long for RSA"),null;for(var n=[],r=t.length-1;r>=0&&e>0;){var i=t.charCodeAt(r--);i<128?n[--e]=i:i>127&&i<2048?(n[--e]=63&i|128,n[--e]=i>>6|192):(n[--e]=63&i|128,n[--e]=i>>6&63|128,n[--e]=i>>12|224)}n[--e]=0;for(var o=new Or,a=[];e>2;){for(a[0]=0;0==a[0];)o.nextBytes(a);n[--e]=a[0]}return n[--e]=2,n[--e]=0,new or(n)}(t,e);if(null==n)return null;var r=this.doPublic(n);if(null==r)return null;for(var i=r.toString(16),o=i.length,a=0;a<2*e-o;a++)i="0"+i;return i},t.prototype.setPrivate=function(t,e,n){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=lr(t,16),this.e=parseInt(e,16),this.d=lr(n,16)):console.error("Invalid RSA private key")},t.prototype.setPrivateEx=function(t,e,n,r,i,o,a,s){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=lr(t,16),this.e=parseInt(e,16),this.d=lr(n,16),this.p=lr(r,16),this.q=lr(i,16),this.dmp1=lr(o,16),this.dmq1=lr(a,16),this.coeff=lr(s,16)):console.error("Invalid RSA private key")},t.prototype.generate=function(t,e){var n=new Or,r=t>>1;this.e=parseInt(e,16);for(var i=new or(e,16);;){for(;this.p=new or(t-r,1,n),0!=this.p.subtract(or.ONE).gcd(i).compareTo(or.ONE)||!this.p.isProbablePrime(10););for(;this.q=new or(r,1,n),0!=this.q.subtract(or.ONE).gcd(i).compareTo(or.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var o=this.p;this.p=this.q,this.q=o}var a=this.p.subtract(or.ONE),s=this.q.subtract(or.ONE),c=a.multiply(s);if(0==c.gcd(i).compareTo(or.ONE)){this.n=this.p.multiply(this.q),this.d=i.modInverse(c),this.dmp1=this.d.mod(a),this.dmq1=this.d.mod(s),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=lr(t,16),n=this.doPrivate(e);return null==n?null:function(t,e){for(var n=t.toByteArray(),r=0;r<n.length&&0==n[r];)++r;if(n.length-r!=e-1||2!=n[r])return null;for(++r;0!=n[r];)if(++r>=n.length)return null;for(var i="";++r<n.length;){var o=255&n[r];o<128?i+=String.fromCharCode(o):o>191&&o<224?(i+=String.fromCharCode((31&o)<<6|63&n[r+1]),++r):(i+=String.fromCharCode((15&o)<<12|(63&n[r+1])<<6|63&n[r+2]),r+=2)}return i}(n,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,n){var r=new Or,i=t>>1;this.e=parseInt(e,16);var o=new or(e,16),a=this,s=function(){var e=function(){if(a.p.compareTo(a.q)<=0){var t=a.p;a.p=a.q,a.q=t}var e=a.p.subtract(or.ONE),r=a.q.subtract(or.ONE),i=e.multiply(r);0==i.gcd(o).compareTo(or.ONE)?(a.n=a.p.multiply(a.q),a.d=o.modInverse(i),a.dmp1=a.d.mod(e),a.dmq1=a.d.mod(r),a.coeff=a.q.modInverse(a.p),setTimeout((function(){n()}),0)):setTimeout(s,0)},c=function(){a.q=dr(),a.q.fromNumberAsync(i,1,r,(function(){a.q.subtract(or.ONE).gcda(o,(function(t){0==t.compareTo(or.ONE)&&a.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(c,0)}))}))},u=function(){a.p=dr(),a.p.fromNumberAsync(t-i,1,r,(function(){a.p.subtract(or.ONE).gcda(o,(function(t){0==t.compareTo(or.ONE)&&a.p.isProbablePrime(10)?setTimeout(c,0):setTimeout(u,0)}))}))};setTimeout(u,0)};setTimeout(s,0)},t.prototype.sign=function(t,e,n){var r=function(t,e){if(e<t.length+22)return console.error("Message too long for RSA"),null;for(var n=e-t.length-6,r="",i=0;i<n;i+=2)r+="ff";return lr("0001"+r+"00"+t,16)}((Nr[n]||"")+e(t).toString(),this.n.bitLength()/4);if(null==r)return null;var i=this.doPrivate(r);if(null==i)return null;var o=i.toString(16);return 0==(1&o.length)?o:"0"+o},t.prototype.verify=function(t,e,n){var r=lr(e,16),i=this.doPublic(r);return null==i?null:function(t){for(var e in Nr)if(Nr.hasOwnProperty(e)){var n=Nr[e],r=n.length;if(t.substr(0,r)==n)return t.substr(r)}return t}(i.toString(16).replace(/^1f+00/,""))==n(t).toString()},t}(),Nr={md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",ripemd160:"3021300906052b2403020105000414"},Dr={};Dr.lang={extend:function(t,e,n){if(!e||!t)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var r=function(){};if(r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),n){var i;for(i in n)t.prototype[i]=n[i];var o=function(){},a=["toString","valueOf"];try{/MSIE/.test(navigator.userAgent)&&(o=function(t,e){for(i=0;i<a.length;i+=1){var n=a[i],r=e[n];"function"==typeof r&&r!=Object.prototype[n]&&(t[n]=r)}})}catch(t){}o(t.prototype,n)}}};var Rr={};void 0!==Rr.asn1&&Rr.asn1||(Rr.asn1={}),Rr.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e="0"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if("-"!=e.substr(0,1))e.length%2==1?e="0"+e:e.match(/^[0-7]/)||(e="00"+e);else{var n=e.substr(1).length;n%2==1?n+=1:e.match(/^[0-7]/)||(n+=2);for(var r="",i=0;i<n;i++)r+="f";e=new or(r,16).xor(t).add(or.ONE).toString(16).replace(/^-/,"")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=Rr.asn1,n=e.DERBoolean,r=e.DERInteger,i=e.DERBitString,o=e.DEROctetString,a=e.DERNull,s=e.DERObjectIdentifier,c=e.DEREnumerated,u=e.DERUTF8String,d=e.DERNumericString,l=e.DERPrintableString,p=e.DERTeletexString,f=e.DERIA5String,h=e.DERUTCTime,g=e.DERGeneralizedTime,v=e.DERSequence,y=e.DERSet,m=e.DERTaggedObject,I=e.ASN1Util.newObject,S=Object.keys(t);if(1!=S.length)throw"key of param shall be only one.";var b=S[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+b+":"))throw"undefined key: "+b;if("bool"==b)return new n(t[b]);if("int"==b)return new r(t[b]);if("bitstr"==b)return new i(t[b]);if("octstr"==b)return new o(t[b]);if("null"==b)return new a(t[b]);if("oid"==b)return new s(t[b]);if("enum"==b)return new c(t[b]);if("utf8str"==b)return new u(t[b]);if("numstr"==b)return new d(t[b]);if("prnstr"==b)return new l(t[b]);if("telstr"==b)return new p(t[b]);if("ia5str"==b)return new f(t[b]);if("utctime"==b)return new h(t[b]);if("gentime"==b)return new g(t[b]);if("seq"==b){for(var E=t[b],T=[],C=0;C<E.length;C++){var w=I(E[C]);T.push(w)}return new v({array:T})}if("set"==b){for(E=t[b],T=[],C=0;C<E.length;C++)w=I(E[C]),T.push(w);return new y({array:T})}if("tag"==b){var _=t[b];if("[object Array]"===Object.prototype.toString.call(_)&&3==_.length){var A=I(_[2]);return new m({tag:_[0],explicit:_[1],obj:A})}var O={};if(void 0!==_.explicit&&(O.explicit=_.explicit),void 0!==_.tag&&(O.tag=_.tag),void 0===_.obj)throw"obj shall be specified for 'tag'.";return O.obj=I(_.obj),new m(O)}},this.jsonToASN1HEX=function(t){return this.newObject(t).getEncodedHex()}},Rr.asn1.ASN1Util.oidHexToInt=function(t){for(var e="",n=parseInt(t.substr(0,2),16),r=(e=Math.floor(n/40)+"."+n%40,""),i=2;i<t.length;i+=2){var o=("00000000"+parseInt(t.substr(i,2),16).toString(2)).slice(-8);r+=o.substr(1,7),"0"==o.substr(0,1)&&(e=e+"."+new or(r,2).toString(10),r="")}return e},Rr.asn1.ASN1Util.oidIntToHex=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e="0"+e),e},n=function(t){var n="",r=new or(t,10).toString(2),i=7-r.length%7;7==i&&(i=0);for(var o="",a=0;a<i;a++)o+="0";for(r=o+r,a=0;a<r.length-1;a+=7){var s=r.substr(a,7);a!=r.length-7&&(s="1"+s),n+=e(parseInt(s,2))}return n};if(!t.match(/^[0-9.]+$/))throw"malformed oid string: "+t;var r="",i=t.split("."),o=40*parseInt(i[0])+parseInt(i[1]);r+=e(o),i.splice(0,2);for(var a=0;a<i.length;a++)r+=n(i[a]);return r},Rr.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+"".length+",v="+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e="0"+e),t<128)return e;var n=e.length/2;if(n>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);return(128+n).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},Rr.asn1.DERAbstractString=function(t){Rr.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},Dr.lang.extend(Rr.asn1.DERAbstractString,Rr.asn1.ASN1Object),Rr.asn1.DERAbstractTime=function(t){Rr.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,n){var r=this.zeroPadding,i=this.localDateToUTC(t),o=String(i.getFullYear());"utc"==e&&(o=o.substr(2,2));var a=o+r(String(i.getMonth()+1),2)+r(String(i.getDate()),2)+r(String(i.getHours()),2)+r(String(i.getMinutes()),2)+r(String(i.getSeconds()),2);if(!0===n){var s=i.getMilliseconds();if(0!=s){var c=r(String(s),3);a=a+"."+(c=c.replace(/[0]+$/,""))}}return a+"Z"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join("0")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,n,r,i,o){var a=new Date(Date.UTC(t,e-1,n,r,i,o,0));this.setByDate(a)},this.getFreshValueHex=function(){return this.hV}},Dr.lang.extend(Rr.asn1.DERAbstractTime,Rr.asn1.ASN1Object),Rr.asn1.DERAbstractStructured=function(t){Rr.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},Dr.lang.extend(Rr.asn1.DERAbstractStructured,Rr.asn1.ASN1Object),Rr.asn1.DERBoolean=function(){Rr.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},Dr.lang.extend(Rr.asn1.DERBoolean,Rr.asn1.ASN1Object),Rr.asn1.DERInteger=function(t){Rr.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=Rr.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new or(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):"number"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},Dr.lang.extend(Rr.asn1.DERInteger,Rr.asn1.ASN1Object),Rr.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=Rr.asn1.ASN1Util.newObject(t.obj);t.hex="00"+e.getEncodedHex()}Rr.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7<t)throw"unused bits shall be from 0 to 7: u = "+t;var n="0"+t;this.hTLV=null,this.isModified=!0,this.hV=n+e},this.setByBinaryString=function(t){var e=8-(t=t.replace(/0+$/,"")).length%8;8==e&&(e=0);for(var n=0;n<=e;n++)t+="0";var r="";for(n=0;n<t.length-1;n+=8){var i=t.substr(n,8),o=parseInt(i,2).toString(16);1==o.length&&(o="0"+o),r+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+e+r},this.setByBooleanArray=function(t){for(var e="",n=0;n<t.length;n++)1==t[n]?e+="1":e+="0";this.setByBinaryString(e)},this.newFalseArray=function(t){for(var e=new Array(t),n=0;n<t;n++)e[n]=!1;return e},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t&&t.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(t):void 0!==t.hex?this.setHexValueIncludingUnusedBits(t.hex):void 0!==t.bin?this.setByBinaryString(t.bin):void 0!==t.array&&this.setByBooleanArray(t.array))},Dr.lang.extend(Rr.asn1.DERBitString,Rr.asn1.ASN1Object),Rr.asn1.DEROctetString=function(t){if(void 0!==t&&void 0!==t.obj){var e=Rr.asn1.ASN1Util.newObject(t.obj);t.hex=e.getEncodedHex()}Rr.asn1.DEROctetString.superclass.constructor.call(this,t),this.hT="04"},Dr.lang.extend(Rr.asn1.DEROctetString,Rr.asn1.DERAbstractString),Rr.asn1.DERNull=function(){Rr.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},Dr.lang.extend(Rr.asn1.DERNull,Rr.asn1.ASN1Object),Rr.asn1.DERObjectIdentifier=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e="0"+e),e},n=function(t){var n="",r=new or(t,10).toString(2),i=7-r.length%7;7==i&&(i=0);for(var o="",a=0;a<i;a++)o+="0";for(r=o+r,a=0;a<r.length-1;a+=7){var s=r.substr(a,7);a!=r.length-7&&(s="1"+s),n+=e(parseInt(s,2))}return n};Rr.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){if(!t.match(/^[0-9.]+$/))throw"malformed oid string: "+t;var r="",i=t.split("."),o=40*parseInt(i[0])+parseInt(i[1]);r+=e(o),i.splice(0,2);for(var a=0;a<i.length;a++)r+=n(i[a]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=r},this.setValueName=function(t){var e=Rr.asn1.x509.OID.name2oid(t);if(""===e)throw"DERObjectIdentifier oidName undefined: "+t;this.setValueOidString(e)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t?t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t):void 0!==t.oid?this.setValueOidString(t.oid):void 0!==t.hex?this.setValueHex(t.hex):void 0!==t.name&&this.setValueName(t.name))},Dr.lang.extend(Rr.asn1.DERObjectIdentifier,Rr.asn1.ASN1Object),Rr.asn1.DEREnumerated=function(t){Rr.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=Rr.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new or(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.int?this.setByInteger(t.int):"number"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},Dr.lang.extend(Rr.asn1.DEREnumerated,Rr.asn1.ASN1Object),Rr.asn1.DERUTF8String=function(t){Rr.asn1.DERUTF8String.superclass.constructor.call(this,t),this.hT="0c"},Dr.lang.extend(Rr.asn1.DERUTF8String,Rr.asn1.DERAbstractString),Rr.asn1.DERNumericString=function(t){Rr.asn1.DERNumericString.superclass.constructor.call(this,t),this.hT="12"},Dr.lang.extend(Rr.asn1.DERNumericString,Rr.asn1.DERAbstractString),Rr.asn1.DERPrintableString=function(t){Rr.asn1.DERPrintableString.superclass.constructor.call(this,t),this.hT="13"},Dr.lang.extend(Rr.asn1.DERPrintableString,Rr.asn1.DERAbstractString),Rr.asn1.DERTeletexString=function(t){Rr.asn1.DERTeletexString.superclass.constructor.call(this,t),this.hT="14"},Dr.lang.extend(Rr.asn1.DERTeletexString,Rr.asn1.DERAbstractString),Rr.asn1.DERIA5String=function(t){Rr.asn1.DERIA5String.superclass.constructor.call(this,t),this.hT="16"},Dr.lang.extend(Rr.asn1.DERIA5String,Rr.asn1.DERAbstractString),Rr.asn1.DERUTCTime=function(t){Rr.asn1.DERUTCTime.superclass.constructor.call(this,t),this.hT="17",this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):"string"==typeof t&&t.match(/^[0-9]{12}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date))},Dr.lang.extend(Rr.asn1.DERUTCTime,Rr.asn1.DERAbstractTime),Rr.asn1.DERGeneralizedTime=function(t){Rr.asn1.DERGeneralizedTime.superclass.constructor.call(this,t),this.hT="18",this.withMillis=!1,this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):"string"==typeof t&&t.match(/^[0-9]{14}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date),!0===t.millis&&(this.withMillis=!0))},Dr.lang.extend(Rr.asn1.DERGeneralizedTime,Rr.asn1.DERAbstractTime),Rr.asn1.DERSequence=function(t){Rr.asn1.DERSequence.superclass.constructor.call(this,t),this.hT="30",this.getFreshValueHex=function(){for(var t="",e=0;e<this.asn1Array.length;e++)t+=this.asn1Array[e].getEncodedHex();return this.hV=t,this.hV}},Dr.lang.extend(Rr.asn1.DERSequence,Rr.asn1.DERAbstractStructured),Rr.asn1.DERSet=function(t){Rr.asn1.DERSet.superclass.constructor.call(this,t),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,e=0;e<this.asn1Array.length;e++){var n=this.asn1Array[e];t.push(n.getEncodedHex())}return 1==this.sortFlag&&t.sort(),this.hV=t.join(""),this.hV},void 0!==t&&void 0!==t.sortflag&&0==t.sortflag&&(this.sortFlag=!1)},Dr.lang.extend(Rr.asn1.DERSet,Rr.asn1.DERAbstractStructured),Rr.asn1.DERTaggedObject=function(t){Rr.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(t,e,n){this.hT=e,this.isExplicit=t,this.asn1Object=n,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=n.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,e),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.tag&&(this.hT=t.tag),void 0!==t.explicit&&(this.isExplicit=t.explicit),void 0!==t.obj&&(this.asn1Object=t.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},Dr.lang.extend(Rr.asn1.DERTaggedObject,Rr.asn1.ASN1Object);var kr,Ur=(kr=function(t,e){return kr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},kr(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}kr(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),Mr=function(t){function e(n){var r=t.call(this)||this;return n&&("string"==typeof n?r.parseKey(n):(e.hasPrivateKeyProperty(n)||e.hasPublicKeyProperty(n))&&r.parsePropertiesFrom(n)),r}return Ur(e,t),e.prototype.parseKey=function(t){try{var e=0,n=0,r=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t)?function(t){var e;if(void 0===Vn){var n="0123456789ABCDEF",r=" \f\n\r\t \u2028\u2029";for(Vn={},e=0;e<16;++e)Vn[n.charAt(e)]=e;for(n=n.toLowerCase(),e=10;e<16;++e)Vn[n.charAt(e)]=e;for(e=0;e<r.length;++e)Vn[r.charAt(e)]=-1}var i=[],o=0,a=0;for(e=0;e<t.length;++e){var s=t.charAt(e);if("="==s)break;if(-1!=(s=Vn[s])){if(void 0===s)throw new Error("Illegal character at offset "+e);o|=s,++a>=2?(i[i.length]=o,o=0,a=0):o<<=4}}if(a)throw new Error("Hex encoding incomplete: 4 bits missing");return i}(t):zn.unarmor(t),i=er.decode(r);if(3===i.sub.length&&(i=i.sub[2].sub[0]),9===i.sub.length){e=i.sub[1].getHexStringValue(),this.n=lr(e,16),n=i.sub[2].getHexStringValue(),this.e=parseInt(n,16);var o=i.sub[3].getHexStringValue();this.d=lr(o,16);var a=i.sub[4].getHexStringValue();this.p=lr(a,16);var s=i.sub[5].getHexStringValue();this.q=lr(s,16);var c=i.sub[6].getHexStringValue();this.dmp1=lr(c,16);var u=i.sub[7].getHexStringValue();this.dmq1=lr(u,16);var d=i.sub[8].getHexStringValue();this.coeff=lr(d,16)}else{if(2!==i.sub.length)return!1;var l=i.sub[1].sub[0];e=l.sub[0].getHexStringValue(),this.n=lr(e,16),n=l.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new Rr.asn1.DERInteger({int:0}),new Rr.asn1.DERInteger({bigint:this.n}),new Rr.asn1.DERInteger({int:this.e}),new Rr.asn1.DERInteger({bigint:this.d}),new Rr.asn1.DERInteger({bigint:this.p}),new Rr.asn1.DERInteger({bigint:this.q}),new Rr.asn1.DERInteger({bigint:this.dmp1}),new Rr.asn1.DERInteger({bigint:this.dmq1}),new Rr.asn1.DERInteger({bigint:this.coeff})]};return new Rr.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return Hn(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new Rr.asn1.DERSequence({array:[new Rr.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new Rr.asn1.DERNull]}),e=new Rr.asn1.DERSequence({array:[new Rr.asn1.DERInteger({bigint:this.n}),new Rr.asn1.DERInteger({int:this.e})]}),n=new Rr.asn1.DERBitString({hex:"00"+e.getEncodedHex()});return new Rr.asn1.DERSequence({array:[t,n]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return Hn(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var n="(.{1,"+(e=e||64)+"})( +|$\n?)|(.{1,"+e+"})";return t.match(RegExp(n,"g")).join("\n")},e.prototype.getPrivateKey=function(){var t="-----BEGIN RSA PRIVATE KEY-----\n";return(t+=e.wordwrap(this.getPrivateBaseKeyB64())+"\n")+"-----END RSA PRIVATE KEY-----"},e.prototype.getPublicKey=function(){var t="-----BEGIN PUBLIC KEY-----\n";return(t+=e.wordwrap(this.getPublicBaseKeyB64())+"\n")+"-----END PUBLIC KEY-----"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")&&t.hasOwnProperty("d")&&t.hasOwnProperty("p")&&t.hasOwnProperty("q")&&t.hasOwnProperty("dmp1")&&t.hasOwnProperty("dmq1")&&t.hasOwnProperty("coeff")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty("d")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(xr),jr=function(){function t(t){void 0===t&&(t={}),t=t||{},this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}return t.prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new Mr(t)},t.prototype.setPrivateKey=function(t){this.setKey(t)},t.prototype.setPublicKey=function(t){this.setKey(t)},t.prototype.decrypt=function(t){try{return this.getKey().decrypt(Kn(t))}catch(t){return!1}},t.prototype.encrypt=function(t){try{return Hn(this.getKey().encrypt(t))}catch(t){return!1}},t.prototype.sign=function(t,e,n){try{return Hn(this.getKey().sign(t,e,n))}catch(t){return!1}},t.prototype.verify=function(t,e,n){try{return this.getKey().verify(t,Kn(e),n)}catch(t){return!1}},t.prototype.getKey=function(t){if(!this.key){if(this.key=new Mr,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},t.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},t.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},t.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},t.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},t.version="3.2.1",t}(),Pr=s.chaveMovelSignature,Lr={publicKey:null},Br=function(){var t=V((function(t){var e=t.apiClient,n=t.apiEndpoints,r=t.cancelToken;return H().mark((function t(){var i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=n.inCurrentMode.getChaveMovelPublicKey(),t.next=3,e.get({url:i,withCredentials:!1,cancelToken:r});case 3:if((o=t.sent).data.publicKey){t.next=6;break}return t.abrupt("return",{});case 6:return a=atob(o.data.publicKey),Lr.publicKey=a,t.abrupt("return",a);case 9:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Gr=function(){var t=V((function(t){var e=t.signingPin,n=t.phone,r=t.language,i=t.clientId,o=t.docId,a=t.cancelToken,s=t.apiEndpoints,c=t.apiClient,u=t.actionType;return H().mark((function t(){var d,l,p;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return d=s.inCurrentMode.startSigning(),t.next=3,Br({apiClient:c,apiEndpoints:s,cancelToken:a});case 3:return l=t.sent,(p=new jr).setPublicKey(l),t.abrupt("return",c.post({url:d,withCredentials:!1,data:{doc_id:o,client_id:i,sign_type:u,lang:r,signing_pin:p.encrypt(e),phone:p.encrypt(n)},cancelToken:a}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Fr=function(t){var e=t.startSigningResult,n=t.confirmationCodeRequest,r=t.setOnCancelByUser;return new Promise((function(t,i){r((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,i(t)})),n({data:e.data},t,i)}))},Vr=function(t){var e=t.token,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId,c=t.confirmationCode,u=new jr;return u.setPublicKey(Lr.publicKey),n.post({url:r.inCurrentMode.completeSignatureChaveMovel(),withCredentials:!1,data:{token:e,doc_id:a,lang:i,client_id:s,confirmation_code:u.encrypt(c)},cancelToken:o})},qr=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.countryCode,d=t.language,l=t.started,p=t.confirmationCodeRequest,f=t.signingPin,h=t.phone,g=t.setOnCancelByUser;return H().mark((function t(){var v,y,m;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=u(r.SIGNATURE,Pr,c),s.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(Gr)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,language:d,actionType:v.actionType,signingPin:f,phone:h});case 4:return y=t.sent,l(y),t.next=8,W(Fr,{shouldFormatResult:!1})({startSigningResult:y,confirmationCodeRequest:p,setOnCancelByUser:g});case 8:return m=t.sent,t.abrupt("return",W(Vr)({token:y.data.token,apiClient:a,apiEndpoints:o,language:d,cancelToken:i,docId:n,clientId:e,confirmationCode:m}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Hr=it(Pr,qr,{pin:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),Kr=In({moduleName:s.mitIdSignature,createModuleCreator:it}),Qr=s.ftnQesSignature,zr=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.phone,d=t.email,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,phone:u,email:d},cancelToken:i})},Zr=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.phone,f=t.email,h=t.redirect;return H().mark((function t(){var g,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return g=u(r.SIGNATURE,Qr,l),c.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=4,W(zr)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,phone:p,email:f,actionType:g.actionType});case 4:return v=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(v));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Jr=it(Qr,Zr,{phone:{type:"string",required:!0},email:{type:"string",required:!0}}),Wr=s.noBankIdAdvSignature,Yr=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.name,d=o.inCurrentMode.startSigning();return a.post({url:d,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,name:u},cancelToken:i})},$r=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.name,f=t.redirect;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Wr,l),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Yr)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,name:p,actionType:h.actionType});case 4:return g=t.sent,t.abrupt("return",W(f,{shouldFormatResult:!1})(g));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Xr=it(Wr,$r,{name:{type:"string",required:!0}}),ti=Ve({moduleName:s.certEuropeUsbTokenSignature,createModuleCreator:it}),ei=Ve({moduleName:s.certSignUsbTokenSignature,createModuleCreator:it}),ni=In({moduleName:s.idinSignature,createModuleCreator:it}),ri=In({moduleName:s.verifaiSignature,createModuleCreator:it}),ii=s.spidQesSignature,oi=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.phone,d=t.email,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,phone:u,email:d},cancelToken:i})},ai=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.phone,f=t.email,h=t.redirect;return H().mark((function t(){var g,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return g=u(r.SIGNATURE,ii,l),c.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=4,W(oi)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,phone:p,email:f,actionType:g.actionType});case 4:return v=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(v));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),si=it(ii,ai,{email:{type:"string",required:!0},phone:{type:"string",required:!0}}),ci=s.frejaSimpleSignature,ui=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},di=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureFrejaSimple(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},li=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:di,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},pi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.started;return H().mark((function t(){var f,h;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,ci,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(ui)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,p(h),t.abrupt("return",W(li)({data:h.data,apiClient:a,apiEndpoints:o,language:l,cancelToken:i,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),fi=it(ci,pi,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),hi=s.audkenniQesSignature,gi=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},vi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.continueSignatureAudkenni(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},yi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureAudkenni(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},mi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:vi,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Ii=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:yi,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Si=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.started;return H().mark((function t(){var f,h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,hi,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(gi)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,t.next=7,W(mi)({data:h.data,apiClient:a,apiEndpoints:o,language:l,cancelToken:i,docId:n,clientId:e});case 7:return g=t.sent,p(g),t.abrupt("return",W(Ii)({data:g.data,apiClient:a,apiEndpoints:o,language:l,cancelToken:i,docId:n,clientId:e}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),bi=it(hi,Si,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),Ei=In({moduleName:s.yesComQesSignature,createModuleCreator:it}),Ti=In({moduleName:s.simplySignQesSignature,createModuleCreator:it}),Ci=s.uanatacaQesSignature,wi=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.username,d=t.password,l=t.pin,p=o.inCurrentMode.startSigning();return a.post({url:p,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,username:u,password:d,pin:l},cancelToken:i})},_i=function(t){var e=t.startSigningResult,n=t.confirmationCodeRequest,r=t.setOnCancelByUser;return new Promise((function(t,i){r((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,i(t)})),n({data:e.data},t,i)}))},Ai=function(t){var e=t.token,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId,c=t.confirmationCode;return n.post({url:r.inCurrentMode.completeSignatureUanataca(),withCredentials:!1,data:{token:e,doc_id:a,lang:i,client_id:s,confirmation_code:c},cancelToken:o})},Oi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.username,f=t.password,h=t.pin,g=t.confirmationCodeRequest,v=t.setOnCancelByUser,y=t.started;return H().mark((function t(){var m,I,S;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return m=u(r.SIGNATURE,Ci,l),c.dispatch({message:"".concat(m.actionType,": signing started")}),t.next=4,W(wi)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,username:p,password:f,pin:h,actionType:m.actionType});case 4:return I=t.sent,y(I),t.next=8,W(_i,{shouldFormatResult:!1})({startSigningResult:I,confirmationCodeRequest:g,setOnCancelByUser:v});case 8:return S=t.sent,t.abrupt("return",W(Ai)({token:I.data.token,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e,confirmationCode:S}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),xi=it(Ci,Oi,{username:{type:"string",required:!0},password:{type:"string",required:!0},pin:{type:"string",required:!0}}),Ni=In({moduleName:s.certsignWebapiQesSignature,createModuleCreator:it}),Di=s.halcomQesSignature,Ri=function(t){var e=t.contractId,n=t.username,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=t.email,l=t.phone,p=t.actionType,f=a.inCurrentMode.startSigning();return s.post({url:f,withCredentials:!1,data:{doc_id:i,contract_id:e,client_id:r,sign_type:p,username:n,email:d,phone:l,country:c,lang:u},cancelToken:o})},ki=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureHalcom(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},Ui=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:ki,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Mi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.username,p=t.phone,f=t.email,h=t.countryCode,g=t.started;return H().mark((function t(){var v,y;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=u(r.SIGNATURE,Di,h),c.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(Ri)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,username:l,phone:p,email:f,countryCode:h,contractId:i,actionType:v.actionType});case 4:return y=t.sent,g(y),t.abrupt("return",W(Ui)({data:y.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ji=it(Di,Mi,{countryCode:{type:"string",required:!0},username:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),Pi=s.swissIdQesSignature,Li=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.countryCode,c=t.language,u=t.email,d=t.actionType,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:d,email:u,country:s,lang:c},cancelToken:i})},Bi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSwissId(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},Gi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:Bi,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Fi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.email,p=t.countryCode,f=t.started;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Pi,p),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Li)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,email:l,countryCode:p,contractId:i,actionType:h.actionType});case 4:return g=t.sent,f(g),t.abrupt("return",W(Gi)({data:g.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Vi=it(Pi,Fi,{countryCode:{type:"string",required:!0},email:{type:"string",required:!0},docId:{type:"string",required:!0}}),qi=s.swissComQesSignature,Hi=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.countryCode,c=t.language,u=t.phone,d=t.actionType,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:d,phone:u,country:s,lang:c},cancelToken:i})},Ki=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSwissCom(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},Qi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:Ki,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},zi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.phone,p=t.countryCode,f=t.started;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,qi,p),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Hi)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,phone:l,countryCode:p,contractId:i,actionType:h.actionType});case 4:return g=t.sent,f(g),t.abrupt("return",W(Qi)({data:g.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Zi=it(qi,zi,{countryCode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),Ji=In({moduleName:s.mitIdAdvancedSignature,createModuleCreator:it}),Wi=In({moduleName:s.mitIdQesSignature,createModuleCreator:it}),Yi=In({moduleName:s.seBankIdAdvancedSignature,createModuleCreator:it}),$i=In({moduleName:s.seBankIdQesSignature,createModuleCreator:it}),Xi=s.frejaAdvancedSignature,to=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},eo=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.redirect;return H().mark((function t(){var f,h;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,Xi,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(to)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,t.abrupt("return",W(p,{shouldFormatResult:!1})(h));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),no=it(Xi,eo,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),ro=s.frejaQesSignature,io=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},oo=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.redirect;return H().mark((function t(){var f,h;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,ro,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(io)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,t.abrupt("return",W(p,{shouldFormatResult:!1})(h));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ao=it(ro,oo,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),so=Object.freeze({sandbox:"sandbox",production:"production"});function co(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function uo(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?co(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):co(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var lo=function(t,e,n){var r={};return Object.keys(t).forEach((function(i){r[i]=function(t,e,n){return function(r){var i=uo(uo({},e),r);return n?n(t(i)):t(i)}}(t[i],e,n)})),r},po=function(t){var e=t.method,n=t.baseUrl,r=t.clientId,i=t.redirectUri,o=t.state,a=t.language,s="".concat(n,"/oauth/start/").concat(e,"?client_id=").concat(r,"&redirect_uri=").concat(i,"&response_type=code");return a&&(s+="&lang=".concat(a)),o&&(s+="&state=".concat(o)),s},fo=function(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=uo({base:function(t){return t.baseUrl},readCard:function(t){var e=t.countryCode,r=void 0===e?n.countryCode.toLowerCase():e,i=t.clientId,o="eideasy.com";return n.sandbox&&["EE","BE"].includes(r)&&(o="test.eideasy.com"),"https://".concat(r,".").concat(o,"/api/identity/").concat(i,"/read-card")},zealIdIframeUrl:function(t){var e=t.baseUrl,n=t.clientId;return"".concat(e,"/api/identity/").concat(n,"/zealid/get_iframe_url")},eParakstsMobile:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"lv-eparaksts-mobile-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},eParakstsSmartCard:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"lv-eparaksts-id-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},mojeId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"mojeid",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},edoAppEid:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"edoapp-eid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},itsme:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"itsme-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},itsmeBasic:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"itsme-login-basic",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},itsmeStandard:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"itsme-login-standard",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},seBankId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"swedish-bankid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},finnishTrustNetwork:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"finnish-ftn-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},idin:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"idin-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},verifai:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"verifai-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},yoonik:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"yoonik-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},plMojeId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"pl-mojeid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},mitId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"mit-id-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},norwegianBankId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"norwegian-bankid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},atHandy:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri,i=t.state,o="".concat(e,"/oauth/authorize?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code&method=at-handy-signatur-login");return i&&(o+="&state=".concat(i)),o},idCardIframe:function(t){var e=t.baseUrl,n=t.clientId,r=t.actionType;return"".concat(e,"/signatures/integration/").concat(n,"/").concat(r)},startSigning:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/start-signing")},completeSignatureIdCard:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/id-card/complete")},completeSignatureMobileId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/sk-mobile-id/complete")},completeSignatureSmartId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/sk-smart-id/complete")},completeSignatureEvrotrust:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/evrotrust-signature/complete")},completeSignatureHalcom:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/halcom-qes-signature/complete")},completeSignatureSwissId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/swiss-id-qes-signature/complete")},completeSignatureSwissCom:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/swiss-com-qes-signature/complete")},completeSignatureDTrustSignMe:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/d-trust-sign-me-qes-signature/complete")},completeSignatureFrejaSimple:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/freja-simple-signature/complete")},continueSignatureAudkenni:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/audkenni-qes-signature/continue")},completeSignatureAudkenni:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/audkenni-qes-signature/complete")},completeSignatureChaveMovel:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/chave-movel-qes-signature/complete")},completeSignatureUanataca:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/uanataca-qes-signature/complete")},completeOtp:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/non-qualified/complete")},eideasyMonitoring:function(t){var e=t.baseUrl;return"".concat(e,"/api/monitor")},startZealIdSignature:function(t){var e=t.baseUrl,n=t.clientId,r=t.docId;return"".concat(e,"/zealid/signature/start?client_id=").concat(n,"&doc_id=").concat(r)},getChaveMovelPublicKey:function(t){var e=t.baseUrl;return"".concat(e,"/api/chave-movel-public-key")},cscApiAuthorizeCredential:function(t){var e=t.baseUrl;return"".concat(e,"/csc/authorize-credential")}},r),o=(e(t={},so.production,uo({},lo(i,{baseUrl:r.base?r.base():"https://id.eideasy.com",state:n.state},n.modifyEndpointUrl))),e(t,so.sandbox,uo({},lo(i,{baseUrl:r.base?r.base():"https://test.eideasy.com",state:n.state},n.modifyEndpointUrl))),t);return{get inCurrentMode(){var t=n.sandbox?so.sandbox:so.production;return o[t]}}},ho=s.eParakstsSmartCard,go=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsSmartCard({clientId:n,redirectUri:r})}}},vo=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(go)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),yo=it(ho,vo),mo=In({moduleName:s.itsmeQesSignature,createModuleCreator:it}),Io=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=w({rawSettings:t,schema:_}),n=B({currentLanguage:"en"}),r=fo({countryCode:e.countryCode,sandbox:e.sandbox,modifyEndpointUrl:e.modifyEndpointUrl,state:e.oauthParamState},e.apiEndpoints),i=G({clientId:e.clientId,remoteMonitoringEnabled:e.remoteMonitoringEnabled,apiEndpoints:r});return T({settings:e,i18n:n,monitoringService:i,apiEndpoints:r,identificationModules:[ut,vt,bt,wt,yo,Nt,Mt,Bt,qt,zt,Yt,ee,oe,ue,fe,ye,be,we,xe,ke,Pe],signingModules:[qe,Ye,on,ln,yn,Sn,bn,En,Jr,Tn,An,On,xn,Nn,Un,Hr,Kr,Xr,ti,ei,ni,ri,si,fi,bi,Ei,Ti,xi,Ni,ji,Vi,Zi,Ji,Wi,Yi,$i,no,ao,mo]})},So=Io}(),o}()}));
|
|
18
|
+
!function(t,e){ true?module.exports=e():0}(self,(function(){return function(){var t,e,n={9669:function(t,e,n){t.exports=n(1609)},5448:function(t,e,n){"use strict";var r=n(4867),i=n(6026),o=n(4372),a=n(5327),s=n(4097),c=n(4109),u=n(7985),d=n(5061);t.exports=function(t){return new Promise((function(e,n){var l=t.data,p=t.headers,f=t.responseType;r.isFormData(l)&&delete p["Content-Type"];var h=new XMLHttpRequest;if(t.auth){var g=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";p.Authorization="Basic "+btoa(g+":"+v)}var y=s(t.baseURL,t.url);function m(){if(h){var r="getAllResponseHeaders"in h?c(h.getAllResponseHeaders()):null,o={data:f&&"text"!==f&&"json"!==f?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:r,config:t,request:h};i(e,n,o),h=null}}if(h.open(t.method.toUpperCase(),a(y,t.params,t.paramsSerializer),!0),h.timeout=t.timeout,"onloadend"in h?h.onloadend=m:h.onreadystatechange=function(){h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))&&setTimeout(m)},h.onabort=function(){h&&(n(d("Request aborted",t,"ECONNABORTED",h)),h=null)},h.onerror=function(){n(d("Network Error",t,null,h)),h=null},h.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(d(e,t,t.transitional&&t.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",h)),h=null},r.isStandardBrowserEnv()){var I=(t.withCredentials||u(y))&&t.xsrfCookieName?o.read(t.xsrfCookieName):void 0;I&&(p[t.xsrfHeaderName]=I)}"setRequestHeader"in h&&r.forEach(p,(function(t,e){void 0===l&&"content-type"===e.toLowerCase()?delete p[e]:h.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(h.withCredentials=!!t.withCredentials),f&&"json"!==f&&(h.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&h.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){h&&(h.abort(),n(t),h=null)})),l||(l=null),h.send(l)}))}},1609:function(t,e,n){"use strict";var r=n(4867),i=n(1849),o=n(321),a=n(7185);function s(t){var e=new o(t),n=i(o.prototype.request,e);return r.extend(n,o.prototype,e),r.extend(n,e),n}var c=s(n(5655));c.Axios=o,c.create=function(t){return s(a(c.defaults,t))},c.Cancel=n(5263),c.CancelToken=n(4972),c.isCancel=n(6502),c.all=function(t){return Promise.all(t)},c.spread=n(8713),c.isAxiosError=n(6268),t.exports=c,t.exports.default=c},5263:function(t){"use strict";function e(t){this.message=t}e.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},e.prototype.__CANCEL__=!0,t.exports=e},4972:function(t,e,n){"use strict";var r=n(5263);function i(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var t;return{token:new i((function(e){t=e})),cancel:t}},t.exports=i},6502:function(t){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},321:function(t,e,n){"use strict";var r=n(4867),i=n(5327),o=n(782),a=n(3572),s=n(7185),c=n(4875),u=c.validators;function d(t){this.defaults=t,this.interceptors={request:new o,response:new o}}d.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=s(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=t.transitional;void 0!==e&&c.assertOptions(e,{silentJSONParsing:u.transitional(u.boolean,"1.0.0"),forcedJSONParsing:u.transitional(u.boolean,"1.0.0"),clarifyTimeoutError:u.transitional(u.boolean,"1.0.0")},!1);var n=[],r=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(r=r&&e.synchronous,n.unshift(e.fulfilled,e.rejected))}));var i,o=[];if(this.interceptors.response.forEach((function(t){o.push(t.fulfilled,t.rejected)})),!r){var d=[a,void 0];for(Array.prototype.unshift.apply(d,n),d=d.concat(o),i=Promise.resolve(t);d.length;)i=i.then(d.shift(),d.shift());return i}for(var l=t;n.length;){var p=n.shift(),f=n.shift();try{l=p(l)}catch(t){f(t);break}}try{i=a(l)}catch(t){return Promise.reject(t)}for(;o.length;)i=i.then(o.shift(),o.shift());return i},d.prototype.getUri=function(t){return t=s(this.defaults,t),i(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){d.prototype[t]=function(e,n){return this.request(s(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){d.prototype[t]=function(e,n,r){return this.request(s(r||{},{method:t,url:e,data:n}))}})),t.exports=d},782:function(t,e,n){"use strict";var r=n(4867);function i(){this.handlers=[]}i.prototype.use=function(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},i.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},i.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=i},4097:function(t,e,n){"use strict";var r=n(1793),i=n(7303);t.exports=function(t,e){return t&&!r(e)?i(t,e):e}},5061:function(t,e,n){"use strict";var r=n(481);t.exports=function(t,e,n,i,o){var a=new Error(t);return r(a,e,n,i,o)}},3572:function(t,e,n){"use strict";var r=n(4867),i=n(8527),o=n(6502),a=n(5655);function s(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return s(t),t.headers=t.headers||{},t.data=i.call(t,t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return s(t),e.data=i.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return o(e)||(s(t),e&&e.response&&(e.response.data=i.call(t,e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},481:function(t){"use strict";t.exports=function(t,e,n,r,i){return t.config=e,n&&(t.code=n),t.request=r,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},7185:function(t,e,n){"use strict";var r=n(4867);t.exports=function(t,e){e=e||{};var n={},i=["url","method","data"],o=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function c(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function u(i){r.isUndefined(e[i])?r.isUndefined(t[i])||(n[i]=c(void 0,t[i])):n[i]=c(t[i],e[i])}r.forEach(i,(function(t){r.isUndefined(e[t])||(n[t]=c(void 0,e[t]))})),r.forEach(o,u),r.forEach(a,(function(i){r.isUndefined(e[i])?r.isUndefined(t[i])||(n[i]=c(void 0,t[i])):n[i]=c(void 0,e[i])})),r.forEach(s,(function(r){r in e?n[r]=c(t[r],e[r]):r in t&&(n[r]=c(void 0,t[r]))}));var d=i.concat(o).concat(a).concat(s),l=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===d.indexOf(t)}));return r.forEach(l,u),n}},6026:function(t,e,n){"use strict";var r=n(5061);t.exports=function(t,e,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},8527:function(t,e,n){"use strict";var r=n(4867),i=n(5655);t.exports=function(t,e,n){var o=this||i;return r.forEach(n,(function(n){t=n.call(o,t,e)})),t}},5655:function(t,e,n){"use strict";var r=n(4867),i=n(6016),o=n(481),a={"Content-Type":"application/x-www-form-urlencoded"};function s(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var c,u={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(c=n(5448)),c),transformRequest:[function(t,e){return i(e,"Accept"),i(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(s(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)||e&&"application/json"===e["Content-Type"]?(s(e,"application/json"),function(t,e,n){if(r.isString(t))try{return(0,JSON.parse)(t),r.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){var e=this.transitional,n=e&&e.silentJSONParsing,i=e&&e.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||i&&r.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(a){if("SyntaxError"===t.name)throw o(t,this,"E_JSON_PARSE");throw t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){u.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){u.headers[t]=r.merge(a)})),t.exports=u},1849:function(t){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},5327:function(t,e,n){"use strict";var r=n(4867);function i(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var o;if(n)o=n(e);else if(r.isURLSearchParams(e))o=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(i(e)+"="+i(t))})))})),o=a.join("&")}if(o){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}},7303:function(t){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},4372:function(t,e,n){"use strict";var r=n(4867);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,i,o,a){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},1793:function(t){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},6268:function(t){"use strict";t.exports=function(t){return"object"==typeof t&&!0===t.isAxiosError}},7985:function(t,e,n){"use strict";var r=n(4867);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=i(window.location.href),function(e){var n=r.isString(e)?i(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},6016:function(t,e,n){"use strict";var r=n(4867);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},4109:function(t,e,n){"use strict";var r=n(4867),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,o,a={};return t?(r.forEach(t.split("\n"),(function(t){if(o=t.indexOf(":"),e=r.trim(t.substr(0,o)).toLowerCase(),n=r.trim(t.substr(o+1)),e){if(a[e]&&i.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},8713:function(t){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},4875:function(t,e,n){"use strict";var r=n(8593),i={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){i[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));var o={},a=r.version.split(".");function s(t,e){for(var n=e?e.split("."):a,r=t.split("."),i=0;i<3;i++){if(n[i]>r[i])return!0;if(n[i]<r[i])return!1}return!1}i.transitional=function(t,e,n){var i=e&&s(e);function a(t,e){return"[Axios v"+r.version+"] Transitional option '"+t+"'"+e+(n?". "+n:"")}return function(n,r,s){if(!1===t)throw new Error(a(r," has been removed in "+e));return i&&!o[r]&&(o[r]=!0,console.warn(a(r," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,r,s)}},t.exports={isOlderVersion:s,assertOptions:function(t,e,n){if("object"!=typeof t)throw new TypeError("options must be an object");for(var r=Object.keys(t),i=r.length;i-- >0;){var o=r[i],a=e[o];if(a){var s=t[o],c=void 0===s||a(s,o,t);if(!0!==c)throw new TypeError("option "+o+" must be "+c)}else if(!0!==n)throw Error("Unknown option "+o)}},validators:i}},4867:function(t,e,n){"use strict";var r=n(1849),i=Object.prototype.toString;function o(t){return"[object Array]"===i.call(t)}function a(t){return void 0===t}function s(t){return null!==t&&"object"==typeof t}function c(t){if("[object Object]"!==i.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function u(t){return"[object Function]"===i.call(t)}function d(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),o(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.call(null,t[i],i,t)}t.exports={isArray:o,isArrayBuffer:function(t){return"[object ArrayBuffer]"===i.call(t)},isBuffer:function(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:s,isPlainObject:c,isUndefined:a,isDate:function(t){return"[object Date]"===i.call(t)},isFile:function(t){return"[object File]"===i.call(t)},isBlob:function(t){return"[object Blob]"===i.call(t)},isFunction:u,isStream:function(t){return s(t)&&u(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:d,merge:function t(){var e={};function n(n,r){c(e[r])&&c(n)?e[r]=t(e[r],n):c(n)?e[r]=t({},n):o(n)?e[r]=n.slice():e[r]=n}for(var r=0,i=arguments.length;r<i;r++)d(arguments[r],n);return e},extend:function(t,e,n){return d(e,(function(e,i){t[i]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}}},8552:function(t,e,n){var r=n(852)(n(5639),"DataView");t.exports=r},1989:function(t,e,n){var r=n(1789),i=n(401),o=n(7667),a=n(1327),s=n(1866);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,t.exports=c},8407:function(t,e,n){var r=n(7040),i=n(4125),o=n(2117),a=n(7518),s=n(4705);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,t.exports=c},7071:function(t,e,n){var r=n(852)(n(5639),"Map");t.exports=r},3369:function(t,e,n){var r=n(4785),i=n(1285),o=n(6e3),a=n(9916),s=n(5265);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,t.exports=c},3818:function(t,e,n){var r=n(852)(n(5639),"Promise");t.exports=r},8525:function(t,e,n){var r=n(852)(n(5639),"Set");t.exports=r},6384:function(t,e,n){var r=n(8407),i=n(7465),o=n(3779),a=n(7599),s=n(4758),c=n(4309);function u(t){var e=this.__data__=new r(t);this.size=e.size}u.prototype.clear=i,u.prototype.delete=o,u.prototype.get=a,u.prototype.has=s,u.prototype.set=c,t.exports=u},2705:function(t,e,n){var r=n(5639).Symbol;t.exports=r},1149:function(t,e,n){var r=n(5639).Uint8Array;t.exports=r},577:function(t,e,n){var r=n(852)(n(5639),"WeakMap");t.exports=r},6874:function(t){t.exports=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}},7412:function(t){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}},4963:function(t){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,i=0,o=[];++n<r;){var a=t[n];e(a,n,t)&&(o[i++]=a)}return o}},4636:function(t,e,n){var r=n(2545),i=n(5694),o=n(1469),a=n(4144),s=n(5776),c=n(6719),u=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=o(t),d=!n&&i(t),l=!n&&!d&&a(t),p=!n&&!d&&!l&&c(t),f=n||d||l||p,h=f?r(t.length,String):[],g=h.length;for(var v in t)!e&&!u.call(t,v)||f&&("length"==v||l&&("offset"==v||"parent"==v)||p&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||s(v,g))||h.push(v);return h}},2488:function(t){t.exports=function(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}},6556:function(t,e,n){var r=n(9465),i=n(7813);t.exports=function(t,e,n){(void 0!==n&&!i(t[e],n)||void 0===n&&!(e in t))&&r(t,e,n)}},4865:function(t,e,n){var r=n(9465),i=n(7813),o=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var a=t[e];o.call(t,e)&&i(a,n)&&(void 0!==n||e in t)||r(t,e,n)}},8470:function(t,e,n){var r=n(7813);t.exports=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1}},4037:function(t,e,n){var r=n(8363),i=n(3674);t.exports=function(t,e){return t&&r(e,i(e),t)}},3886:function(t,e,n){var r=n(8363),i=n(1704);t.exports=function(t,e){return t&&r(e,i(e),t)}},9465:function(t,e,n){var r=n(8777);t.exports=function(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},5990:function(t,e,n){var r=n(6384),i=n(7412),o=n(4865),a=n(4037),s=n(3886),c=n(4626),u=n(278),d=n(8805),l=n(1911),p=n(8234),f=n(6904),h=n(4160),g=n(3824),v=n(9148),y=n(8517),m=n(1469),I=n(4144),S=n(6688),b=n(3218),E=n(2928),T=n(3674),C=n(1704),w="[object Arguments]",_="[object Function]",A="[object Object]",O={};O[w]=O["[object Array]"]=O["[object ArrayBuffer]"]=O["[object DataView]"]=O["[object Boolean]"]=O["[object Date]"]=O["[object Float32Array]"]=O["[object Float64Array]"]=O["[object Int8Array]"]=O["[object Int16Array]"]=O["[object Int32Array]"]=O["[object Map]"]=O["[object Number]"]=O[A]=O["[object RegExp]"]=O["[object Set]"]=O["[object String]"]=O["[object Symbol]"]=O["[object Uint8Array]"]=O["[object Uint8ClampedArray]"]=O["[object Uint16Array]"]=O["[object Uint32Array]"]=!0,O["[object Error]"]=O[_]=O["[object WeakMap]"]=!1,t.exports=function t(e,n,x,N,D,R){var k,U=1&n,M=2&n,j=4&n;if(x&&(k=D?x(e,N,D,R):x(e)),void 0!==k)return k;if(!b(e))return e;var P=m(e);if(P){if(k=g(e),!U)return u(e,k)}else{var L=h(e),B=L==_||"[object GeneratorFunction]"==L;if(I(e))return c(e,U);if(L==A||L==w||B&&!D){if(k=M||B?{}:y(e),!U)return M?l(e,s(k,e)):d(e,a(k,e))}else{if(!O[L])return D?e:{};k=v(e,L,U)}}R||(R=new r);var G=R.get(e);if(G)return G;R.set(e,k),E(e)?e.forEach((function(r){k.add(t(r,n,x,r,e,R))})):S(e)&&e.forEach((function(r,i){k.set(i,t(r,n,x,i,e,R))}));var F=P?void 0:(j?M?f:p:M?C:T)(e);return i(F||e,(function(r,i){F&&(r=e[i=r]),o(k,i,t(r,n,x,i,e,R))})),k}},3118:function(t,e,n){var r=n(3218),i=Object.create,o=function(){function t(){}return function(e){if(!r(e))return{};if(i)return i(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=o},8483:function(t,e,n){var r=n(5063)();t.exports=r},8866:function(t,e,n){var r=n(2488),i=n(1469);t.exports=function(t,e,n){var o=e(t);return i(t)?o:r(o,n(t))}},4239:function(t,e,n){var r=n(2705),i=n(9607),o=n(2333),a=r?r.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":a&&a in Object(t)?i(t):o(t)}},9454:function(t,e,n){var r=n(4239),i=n(7005);t.exports=function(t){return i(t)&&"[object Arguments]"==r(t)}},5588:function(t,e,n){var r=n(4160),i=n(7005);t.exports=function(t){return i(t)&&"[object Map]"==r(t)}},8458:function(t,e,n){var r=n(3560),i=n(5346),o=n(3218),a=n(346),s=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,d=c.toString,l=u.hasOwnProperty,p=RegExp("^"+d.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||i(t))&&(r(t)?p:s).test(a(t))}},9221:function(t,e,n){var r=n(4160),i=n(7005);t.exports=function(t){return i(t)&&"[object Set]"==r(t)}},8749:function(t,e,n){var r=n(4239),i=n(1780),o=n(7005),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&i(t.length)&&!!a[r(t)]}},280:function(t,e,n){var r=n(5726),i=n(6916),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},313:function(t,e,n){var r=n(3218),i=n(5726),o=n(3498),a=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=i(t),n=[];for(var s in t)("constructor"!=s||!e&&a.call(t,s))&&n.push(s);return n}},2980:function(t,e,n){var r=n(6384),i=n(6556),o=n(8483),a=n(9783),s=n(3218),c=n(1704),u=n(6390);t.exports=function t(e,n,d,l,p){e!==n&&o(n,(function(o,c){if(p||(p=new r),s(o))a(e,n,c,d,t,l,p);else{var f=l?l(u(e,c),o,c+"",e,n,p):void 0;void 0===f&&(f=o),i(e,c,f)}}),c)}},9783:function(t,e,n){var r=n(6556),i=n(4626),o=n(7133),a=n(278),s=n(8517),c=n(5694),u=n(1469),d=n(9246),l=n(4144),p=n(3560),f=n(3218),h=n(8630),g=n(6719),v=n(6390),y=n(9881);t.exports=function(t,e,n,m,I,S,b){var E=v(t,n),T=v(e,n),C=b.get(T);if(C)r(t,n,C);else{var w=S?S(E,T,n+"",t,e,b):void 0,_=void 0===w;if(_){var A=u(T),O=!A&&l(T),x=!A&&!O&&g(T);w=T,A||O||x?u(E)?w=E:d(E)?w=a(E):O?(_=!1,w=i(T,!0)):x?(_=!1,w=o(T,!0)):w=[]:h(T)||c(T)?(w=E,c(E)?w=y(E):f(E)&&!p(E)||(w=s(T))):_=!1}_&&(b.set(T,w),I(w,T,m,S,b),b.delete(T)),r(t,n,w)}}},5976:function(t,e,n){var r=n(6557),i=n(5357),o=n(61);t.exports=function(t,e){return o(i(t,e,r),t+"")}},6560:function(t,e,n){var r=n(5703),i=n(8777),o=n(6557),a=i?function(t,e){return i(t,"toString",{configurable:!0,enumerable:!1,value:r(e),writable:!0})}:o;t.exports=a},2545:function(t){t.exports=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}},1717:function(t){t.exports=function(t){return function(e){return t(e)}}},4318:function(t,e,n){var r=n(1149);t.exports=function(t){var e=new t.constructor(t.byteLength);return new r(e).set(new r(t)),e}},4626:function(t,e,n){t=n.nmd(t);var r=n(5639),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i?r.Buffer:void 0,s=a?a.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=s?s(n):new t.constructor(n);return t.copy(r),r}},7157:function(t,e,n){var r=n(4318);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}},3147:function(t){var e=/\w*$/;t.exports=function(t){var n=new t.constructor(t.source,e.exec(t));return n.lastIndex=t.lastIndex,n}},419:function(t,e,n){var r=n(2705),i=r?r.prototype:void 0,o=i?i.valueOf:void 0;t.exports=function(t){return o?Object(o.call(t)):{}}},7133:function(t,e,n){var r=n(4318);t.exports=function(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},278:function(t){t.exports=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e}},8363:function(t,e,n){var r=n(4865),i=n(9465);t.exports=function(t,e,n,o){var a=!n;n||(n={});for(var s=-1,c=e.length;++s<c;){var u=e[s],d=o?o(n[u],t[u],u,n,t):void 0;void 0===d&&(d=t[u]),a?i(n,u,d):r(n,u,d)}return n}},8805:function(t,e,n){var r=n(8363),i=n(9551);t.exports=function(t,e){return r(t,i(t),e)}},1911:function(t,e,n){var r=n(8363),i=n(1442);t.exports=function(t,e){return r(t,i(t),e)}},4429:function(t,e,n){var r=n(5639)["__core-js_shared__"];t.exports=r},1463:function(t,e,n){var r=n(5976),i=n(6612);t.exports=function(t){return r((function(e,n){var r=-1,o=n.length,a=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(a=t.length>3&&"function"==typeof a?(o--,a):void 0,s&&i(n[0],n[1],s)&&(a=o<3?void 0:a,o=1),e=Object(e);++r<o;){var c=n[r];c&&t(e,c,r,a)}return e}))}},5063:function(t){t.exports=function(t){return function(e,n,r){for(var i=-1,o=Object(e),a=r(e),s=a.length;s--;){var c=a[t?s:++i];if(!1===n(o[c],c,o))break}return e}}},8777:function(t,e,n){var r=n(852),i=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=i},1957:function(t,e,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;t.exports=r},8234:function(t,e,n){var r=n(8866),i=n(9551),o=n(3674);t.exports=function(t){return r(t,o,i)}},6904:function(t,e,n){var r=n(8866),i=n(1442),o=n(1704);t.exports=function(t){return r(t,o,i)}},5050:function(t,e,n){var r=n(7019);t.exports=function(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}},852:function(t,e,n){var r=n(8458),i=n(7801);t.exports=function(t,e){var n=i(t,e);return r(n)?n:void 0}},5924:function(t,e,n){var r=n(5569)(Object.getPrototypeOf,Object);t.exports=r},9607:function(t,e,n){var r=n(2705),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;t.exports=function(t){var e=o.call(t,s),n=t[s];try{t[s]=void 0;var r=!0}catch(t){}var i=a.call(t);return r&&(e?t[s]=n:delete t[s]),i}},9551:function(t,e,n){var r=n(4963),i=n(479),o=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,s=a?function(t){return null==t?[]:(t=Object(t),r(a(t),(function(e){return o.call(t,e)})))}:i;t.exports=s},1442:function(t,e,n){var r=n(2488),i=n(5924),o=n(9551),a=n(479),s=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r(e,o(t)),t=i(t);return e}:a;t.exports=s},4160:function(t,e,n){var r=n(8552),i=n(7071),o=n(3818),a=n(8525),s=n(577),c=n(4239),u=n(346),d="[object Map]",l="[object Promise]",p="[object Set]",f="[object WeakMap]",h="[object DataView]",g=u(r),v=u(i),y=u(o),m=u(a),I=u(s),S=c;(r&&S(new r(new ArrayBuffer(1)))!=h||i&&S(new i)!=d||o&&S(o.resolve())!=l||a&&S(new a)!=p||s&&S(new s)!=f)&&(S=function(t){var e=c(t),n="[object Object]"==e?t.constructor:void 0,r=n?u(n):"";if(r)switch(r){case g:return h;case v:return d;case y:return l;case m:return p;case I:return f}return e}),t.exports=S},7801:function(t){t.exports=function(t,e){return null==t?void 0:t[e]}},1789:function(t,e,n){var r=n(4536);t.exports=function(){this.__data__=r?r(null):{},this.size=0}},401:function(t){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},7667:function(t,e,n){var r=n(4536),i=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return i.call(e,t)?e[t]:void 0}},1327:function(t,e,n){var r=n(4536),i=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:i.call(e,t)}},1866:function(t,e,n){var r=n(4536);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this}},3824:function(t){var e=Object.prototype.hasOwnProperty;t.exports=function(t){var n=t.length,r=new t.constructor(n);return n&&"string"==typeof t[0]&&e.call(t,"index")&&(r.index=t.index,r.input=t.input),r}},9148:function(t,e,n){var r=n(4318),i=n(7157),o=n(3147),a=n(419),s=n(7133);t.exports=function(t,e,n){var c=t.constructor;switch(e){case"[object ArrayBuffer]":return r(t);case"[object Boolean]":case"[object Date]":return new c(+t);case"[object DataView]":return i(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(t,n);case"[object Map]":case"[object Set]":return new c;case"[object Number]":case"[object String]":return new c(t);case"[object RegExp]":return o(t);case"[object Symbol]":return a(t)}}},8517:function(t,e,n){var r=n(3118),i=n(5924),o=n(5726);t.exports=function(t){return"function"!=typeof t.constructor||o(t)?{}:r(i(t))}},5776:function(t){var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}},6612:function(t,e,n){var r=n(7813),i=n(8612),o=n(5776),a=n(3218);t.exports=function(t,e,n){if(!a(n))return!1;var s=typeof e;return!!("number"==s?i(n)&&o(e,n.length):"string"==s&&e in n)&&r(n[e],t)}},7019:function(t){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},5346:function(t,e,n){var r,i=n(4429),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!o&&o in t}},5726:function(t){var e=Object.prototype;t.exports=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}},7040:function(t){t.exports=function(){this.__data__=[],this.size=0}},4125:function(t,e,n){var r=n(8470),i=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0||(n==e.length-1?e.pop():i.call(e,n,1),--this.size,0))}},2117:function(t,e,n){var r=n(8470);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},7518:function(t,e,n){var r=n(8470);t.exports=function(t){return r(this.__data__,t)>-1}},4705:function(t,e,n){var r=n(8470);t.exports=function(t,e){var n=this.__data__,i=r(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this}},4785:function(t,e,n){var r=n(1989),i=n(8407),o=n(7071);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},1285:function(t,e,n){var r=n(5050);t.exports=function(t){var e=r(this,t).delete(t);return this.size-=e?1:0,e}},6e3:function(t,e,n){var r=n(5050);t.exports=function(t){return r(this,t).get(t)}},9916:function(t,e,n){var r=n(5050);t.exports=function(t){return r(this,t).has(t)}},5265:function(t,e,n){var r=n(5050);t.exports=function(t,e){var n=r(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this}},4536:function(t,e,n){var r=n(852)(Object,"create");t.exports=r},6916:function(t,e,n){var r=n(5569)(Object.keys,Object);t.exports=r},3498:function(t){t.exports=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},1167:function(t,e,n){t=n.nmd(t);var r=n(1957),i=e&&!e.nodeType&&e,o=i&&t&&!t.nodeType&&t,a=o&&o.exports===i&&r.process,s=function(){try{return o&&o.require&&o.require("util").types||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=s},2333:function(t){var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},5569:function(t){t.exports=function(t,e){return function(n){return t(e(n))}}},5357:function(t,e,n){var r=n(6874),i=Math.max;t.exports=function(t,e,n){return e=i(void 0===e?t.length-1:e,0),function(){for(var o=arguments,a=-1,s=i(o.length-e,0),c=Array(s);++a<s;)c[a]=o[e+a];a=-1;for(var u=Array(e+1);++a<e;)u[a]=o[a];return u[e]=n(c),r(t,this,u)}}},5639:function(t,e,n){var r=n(1957),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();t.exports=o},6390:function(t){t.exports=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}},61:function(t,e,n){var r=n(6560),i=n(1275)(r);t.exports=i},1275:function(t){var e=Date.now;t.exports=function(t){var n=0,r=0;return function(){var i=e(),o=16-(i-r);if(r=i,o>0){if(++n>=800)return arguments[0]}else n=0;return t.apply(void 0,arguments)}}},7465:function(t,e,n){var r=n(8407);t.exports=function(){this.__data__=new r,this.size=0}},3779:function(t){t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},7599:function(t){t.exports=function(t){return this.__data__.get(t)}},4758:function(t){t.exports=function(t){return this.__data__.has(t)}},4309:function(t,e,n){var r=n(8407),i=n(7071),o=n(3369);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!i||a.length<199)return a.push([t,e]),this.size=++n.size,this;n=this.__data__=new o(a)}return n.set(t,e),this.size=n.size,this}},346:function(t){var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},361:function(t,e,n){var r=n(5990);t.exports=function(t){return r(t,5)}},5703:function(t){t.exports=function(t){return function(){return t}}},7813:function(t){t.exports=function(t,e){return t===e||t!=t&&e!=e}},6557:function(t){t.exports=function(t){return t}},5694:function(t,e,n){var r=n(9454),i=n(7005),o=Object.prototype,a=o.hasOwnProperty,s=o.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(t){return i(t)&&a.call(t,"callee")&&!s.call(t,"callee")};t.exports=c},1469:function(t){var e=Array.isArray;t.exports=e},8612:function(t,e,n){var r=n(3560),i=n(1780);t.exports=function(t){return null!=t&&i(t.length)&&!r(t)}},9246:function(t,e,n){var r=n(8612),i=n(7005);t.exports=function(t){return i(t)&&r(t)}},4144:function(t,e,n){t=n.nmd(t);var r=n(5639),i=n(5062),o=e&&!e.nodeType&&e,a=o&&t&&!t.nodeType&&t,s=a&&a.exports===o?r.Buffer:void 0,c=(s?s.isBuffer:void 0)||i;t.exports=c},3560:function(t,e,n){var r=n(4239),i=n(3218);t.exports=function(t){if(!i(t))return!1;var e=r(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1780:function(t){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},6688:function(t,e,n){var r=n(5588),i=n(1717),o=n(1167),a=o&&o.isMap,s=a?i(a):r;t.exports=s},3218:function(t){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},7005:function(t){t.exports=function(t){return null!=t&&"object"==typeof t}},8630:function(t,e,n){var r=n(4239),i=n(5924),o=n(7005),a=Function.prototype,s=Object.prototype,c=a.toString,u=s.hasOwnProperty,d=c.call(Object);t.exports=function(t){if(!o(t)||"[object Object]"!=r(t))return!1;var e=i(t);if(null===e)return!0;var n=u.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==d}},2928:function(t,e,n){var r=n(9221),i=n(1717),o=n(1167),a=o&&o.isSet,s=a?i(a):r;t.exports=s},6719:function(t,e,n){var r=n(8749),i=n(1717),o=n(1167),a=o&&o.isTypedArray,s=a?i(a):r;t.exports=s},3674:function(t,e,n){var r=n(4636),i=n(280),o=n(8612);t.exports=function(t){return o(t)?r(t):i(t)}},1704:function(t,e,n){var r=n(4636),i=n(313),o=n(8612);t.exports=function(t){return o(t)?r(t,!0):i(t)}},2492:function(t,e,n){var r=n(2980),i=n(1463)((function(t,e,n){r(t,e,n)}));t.exports=i},479:function(t){t.exports=function(){return[]}},5062:function(t){t.exports=function(){return!1}},9881:function(t,e,n){var r=n(8363),i=n(1704);t.exports=function(t){return r(t,i(t))}},7061:function(t,e,n){var r=n(8698).default;function i(){"use strict";t.exports=i=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},n=Object.prototype,o=n.hasOwnProperty,a=Object.defineProperty||function(t,e,n){t[e]=n.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",d=s.toStringTag||"@@toStringTag";function l(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,n){return t[e]=n}}function p(t,e,n,r){var i=e&&e.prototype instanceof g?e:g,o=Object.create(i.prototype),s=new O(r||[]);return a(o,"_invoke",{value:C(t,n,s)}),o}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=p;var h={};function g(){}function v(){}function y(){}var m={};l(m,c,(function(){return this}));var I=Object.getPrototypeOf,S=I&&I(I(x([])));S&&S!==n&&o.call(S,c)&&(m=S);var b=y.prototype=g.prototype=Object.create(m);function E(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function T(t,e){function n(i,a,s,c){var u=f(t[i],t,a);if("throw"!==u.type){var d=u.arg,l=d.value;return l&&"object"==r(l)&&o.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,s,c)}),(function(t){n("throw",t,s,c)})):e.resolve(l).then((function(t){d.value=t,s(d)}),(function(t){return n("throw",t,s,c)}))}c(u.arg)}var i;a(this,"_invoke",{value:function(t,r){function o(){return new e((function(e,i){n(t,r,e,i)}))}return i=i?i.then(o,o):o()}})}function C(t,e,n){var r="suspendedStart";return function(i,o){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw o;return{value:void 0,done:!0}}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var s=w(a,n);if(s){if(s===h)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=f(t,e,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}function w(t,e){var n=e.method,r=t.iterator[n];if(void 0===r)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,w(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),h;var i=f(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,h;var o=i.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function _(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function x(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,r=function e(){for(;++n<t.length;)if(o.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return r.next=r}}return{next:N}}function N(){return{value:void 0,done:!0}}return v.prototype=y,a(b,"constructor",{value:y,configurable:!0}),a(y,"constructor",{value:v,configurable:!0}),v.displayName=l(y,d,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,l(t,d,"GeneratorFunction")),t.prototype=Object.create(b),t},e.awrap=function(t){return{__await:t}},E(T.prototype),l(T.prototype,u,(function(){return this})),e.AsyncIterator=T,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new T(p(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(b),l(b,d,"Generator"),l(b,c,(function(){return this})),l(b,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=x,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!t)for(var e in this)"t"===e.charAt(0)&&o.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var s=o.call(i,"catchLoc"),c=o.call(i,"finallyLoc");if(s&&c){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),A(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;A(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:x(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},e}t.exports=i,t.exports.__esModule=!0,t.exports.default=t.exports},8698:function(t){function e(n){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(n)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},4687:function(t,e,n){var r=n(7061)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},8593:function(t){"use strict";t.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var o=r[t]={id:t,loaded:!1,exports:{}};return n[t](o,o.exports,i),o.loaded=!0,o.exports}i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,{a:e}),e},e=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},i.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var o=Object.create(null);i.r(o);var a={};t=t||[null,e({}),e([]),e(e)];for(var s=2&r&&n;"object"==typeof s&&!~t.indexOf(s);s=e(s))Object.getOwnPropertyNames(s).forEach((function(t){a[t]=function(){return n[t]}}));return a.default=function(){return n},i.d(o,a),o},i.d=function(t,e){for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nmd=function(t){return t.paths=[],t.children||(t.children=[]),t};var o={};return function(){"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(e,n,r){return(n=function(e){var n=function(e,n){if("object"!==t(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,"string");if("object"!==t(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(n)?n:String(n)}(n))in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r,e}var n;i.r(o),i.d(o,{allMethods:function(){return c},createClient:function(){return Io},default:function(){return So},getMethodByHandlingModule:function(){return u},methodActionTypes:function(){return a},methodTypes:function(){return r},moduleNames:function(){return s}});var r={IDENTIFICATION:"identification",SIGNATURE:"signature"},a={BE_ID_LOGIN:"be-id-login",EE_ID_LOGIN:"ee-id-login",FI_ID_LOGIN:"fi-id-login",PT_ID_LOGIN:"pt-id-login",LV_ID_LOGIN:"lv-id-login",LT_ID_LOGIN:"lt-id-login",RS_ID_LOGIN:"rs-id-login",EE_MOBILE_ID:"mid-login",LV_EPARAKSTS_MOBILE_LOGIN:"lv-eparaksts-mobile-login",LV_EPARAKSTS_ID_LOGIN:"lv-eparaksts-id-login",LT_MOBILE_ID:"lt-mobile-id",SMART_ID:"smartid",FREJA_EID_LOGIN:"freja-eid-login",ZEALID_LOGIN:"zealid-login",CZ_MOJEID:"mojeid",EDOAPP_EID_LOGIN:"edoapp-eid-login",AT_HANDY_SIGNATUR_LOGIN:"at-handy-signatur-login",FI_FTN_LOGIN:"finnish-ftn-login",ITSME_LOGIN:"itsme-login",ITSME_LOGIN_BASIC:"itsme-login-basic",ITSME_LOGIN_STANDARD:"itsme-login-standard",SE_BANKID_LOGIN:"swedish-bankid-login",IDIN_LOGIN:"idin-login",VERIFAI_LOGIN:"verifai-login",YOONIK_LOGIN:"yoonik-login",PL_MOJEID_LOGIN:"pl-mojeid-login",MIT_ID_LOGIN:"mit-id-login",NORWEGIAN_BANKID_LOGIN:"norwegian-bankid-login",ZEAL_ID_SIGNATURE:"zealid-signature",EE_IDCARD_SIGNATURE:"id-signature",EE_MOBILEID_SIGNATURE:"mid-signature",LT_MOBILEID_SIGNATURE:"lt-mid-signature",SMARTID_SIGNATURE:"smart-id-signature",BE_IDCARD_SIGNATURE:"be-id-signature",LV_IDCARD_SIGNATURE:"lv-id-signature",LT_IDCARD_SIGNATURE:"lt-id-signature",FI_IDCARD_SIGNATURE:"fi-id-signature",LU_IDCARD_SIGNATURE:"lu-id-signature",PT_IDCARD_SIGNATURE:"pt-id-signature",HR_IDCARD_SIGNATURE:"hr-id-signature",CERTEUROPE_USB_TOKEN_SIGNATURE:"certeurope-usb-token-signature",CERTSIGN_USB_TOKEN_SIGNATURE:"certsign-usb-token-signature",LV_EPARAKSTS_MOBILE_SIGNATURE:"lv-eparaksts-mobile-signature",AT_HANDY_SIGNATUR_SIGNATURE:"at-handy-signatur-signature",REGISTRU_CENTRAS_SIGNATURE:"registru-centras-signature",OTP_EMAIL:"otp-email-non-qualified",FI_FTN_ADVANCED_FULL_SIGNATURE:"fi-ftn-advanced-full-signature",FI_FTN_ADVANCED_SIGNATURE:"fi-ftn-advanced-signature",FI_FTN_QUALIFIED_SIGNATURE:"fi-ftn-qes-signature",EVROTRUST_SIGNATURE:"evrotrust-signature",CZ_MOJEID_ADVANCED_SIGNATURE:"cz-mojeid-advanced-signature",GOOGLE_SIGNATURE:"google-signature",SE_BANKID_SIGNATURE:"swedish-bankid-signature",D_TRUST_SIGN_ME_QUALIFIED_SIGNATURE:"d-trust-sign-me-qes-signature",CHAVE_MOVEL_QUALIFIED_SIGNATURE:"chave-movel-qes-signature",MIT_ID_SIMPLE_SIGNATURE:"mit-id-simple-signature",DK_MITID_ADVANCED_SIGNATURE:"dk-mitid-advanced-signature",DK_MITID_QES_SIGNATURE:"dk-mitid-qes-signature",SE_BANK_ID_ADVANCED_SIGNATURE:"se-bankid-advanced-signature",SE_BANK_ID_QES_SIGNATURE:"se-bankid-qes-signature",NORWEGIAN_BANKID_ADVANCED_SIGNATURE:"norwegian-bankid-adv-signature",IDIN_SIMPLE_SIGNATURE:"idin-simple-signature",VERIFAI_SIMPLE_SIGNATURE:"verifai-simple-signature",SPID_QUALIFIED_SIGNATURE:"spid-qes-signature",FREJA_SIMPLE_SIGNATURE:"freja-simple-signature",AUDKENNI_QUALIFIED_SIGNATURE:"audkenni-qes-signature",YES_COM_QUALIFIED_SIGNATURE:"yes-com-qes-signature",SIMPLY_SIGN_QES_SIGNATURE:"simply-sign-qes-signature",UANATACA_QUALIFIED_SIGNATURE:"uanataca-qes-signature",CERTSIGN_WEBAPI_QUALIFIED_SIGNATURE:"certsign-webapi-qes-signature",HALCOM_QUALIFIED_SIGNATURE:"halcom-qes-signature",SWISS_ID_QUALIFIED_SIGNATURE:"swiss-id-qes-signature",SWISS_COM_QUALIFIED_SIGNATURE:"swiss-com-qes-signature",SE_FREJA_EID_ADVANCED_SIGNATURE:"se-frejaeid-advanced-signature",SE_FREJA_EID_QES_SIGNATURE:"se-frejaeid-qes-signature",ITSME_QES_SIGNATURE:"itsme-qes-signature"},s={idCard:"idCard",mobileId:"mobileId",eParakstsMobile:"eParakstsMobile",eParakstsSmartCard:"eParakstsSmartCard",smartId:"smartId",frejaEid:"frejaEid",zealId:"zealId",mojeId:"mojeId",edoAppEid:"edoAppEid",finnishTrustNetwork:"finnishTrustNetwork",atHandy:"atHandy",itsme:"itsme",itsmeBasic:"itsmeBasic",itsmeStandard:"itsmeStandard",seBankId:"seBankId",idin:"idin",verifai:"verifai",yoonik:"yoonik",plMojeId:"plMojeId",mitId:"mitId",norwegianBankId:"norwegianBankId",idCardSignature:"idCardSignature",certEuropeUsbTokenSignature:"certEuropeUsbTokenSignature",certSignUsbTokenSignature:"certSignUsbTokenSignature",mobileIdSignature:"mobileIdSignature",smartIdSignature:"smartIdSignature",evroTrustSignature:"evroTrustSignature",otpSignature:"otpSignature",eParakstsMobileSignature:"eParakstsMobileSignature",ftnAdvancedFullSignature:"ftnAdvancedFullSignature",mitIdAdvancedSignature:"mitIdAdvancedSignature",mitIdQesSignature:"mitIdQesSignature",seBankIdAdvancedSignature:"seBankIdAdvancedSignature",seBankIdQesSignature:"seBankIdQesSignature",ftnSignature:"ftnSignature",ftnQesSignature:"ftnQesSignature",atHandySignature:"atHandySignature",zealIdSignature:"zealIdSignature",mojeIdSignature:"mojeIdSignature",googleSignature:"googleSignature",seBankIdSignature:"seBankIdSignature",dTrustSignMeSignature:"dTrustSignMeSignature",chaveMovelSignature:"chaveMovelSignature",mitIdSignature:"mitIdSignature",noBankIdAdvSignature:"noBankIdAdvSignature",idinSignature:"idinSignature",verifaiSignature:"verifaiSignature",spidQesSignature:"spidQesSignature",frejaSimpleSignature:"frejaSimpleSignature",audkenniQesSignature:"audkenniQesSignature",yesComQesSignature:"yesComQesSignature",simplySignQesSignature:"simplySignQesSignature",uanatacaQesSignature:"uanatacaQesSignature",certsignWebapiQesSignature:"certsignWebapiQesSignature",halcomQesSignature:"halcomQesSignature",swissIdQesSignature:"swissIdQesSignature",swissComQesSignature:"swissComQesSignature",frejaAdvancedSignature:"frejaAdvancedSignature",frejaQesSignature:"frejaQesSignature",itsmeQesSignature:"itsmeQesSignature"},c=Object.freeze((e(n={},r.IDENTIFICATION,[{actionType:a.BE_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["BE"]},{actionType:a.EE_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["EE"]},{actionType:a.FI_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["FI"]},{actionType:a.LV_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["LV"]},{actionType:a.LT_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["LT"]},{actionType:a.PT_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["PT"]},{actionType:a.RS_ID_LOGIN,handlingModule:s.idCard,supportedCountries:["RS"]},{actionType:a.LV_EPARAKSTS_MOBILE_LOGIN,handlingModule:s.eParakstsMobile,supportedCountries:["LV"]},{actionType:a.LV_EPARAKSTS_ID_LOGIN,handlingModule:s.eParakstsSmartCard,supportedCountries:["LV"]},{actionType:a.LT_MOBILE_ID,handlingModule:s.mobileId,supportedCountries:["LT"]},{actionType:a.EE_MOBILE_ID,handlingModule:s.mobileId,supportedCountries:["EE"]},{actionType:a.SMART_ID,handlingModule:s.smartId,supportedCountries:["EE","LV","LT"]},{actionType:a.FREJA_EID_LOGIN,handlingModule:s.frejaEid,supportedCountries:["FI","SE","NO","DK"]},{actionType:a.ZEALID_LOGIN,handlingModule:s.zealId,supportedCountries:["AT","BE","BG","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IT","LV","LT","NL","NO","PL","PT","RO","RS","SE","SI","SK"]},{actionType:a.CZ_MOJEID,handlingModule:s.mojeId,supportedCountries:["CZ"]},{actionType:a.EDOAPP_EID_LOGIN,handlingModule:s.edoAppEid,supportedCountries:["PL"]},{actionType:a.FI_FTN_LOGIN,handlingModule:s.finnishTrustNetwork,supportedCountries:["FI"]},{actionType:a.AT_HANDY_SIGNATUR_LOGIN,handlingModule:s.atHandy,supportedCountries:["AT"]},{actionType:a.ITSME_LOGIN,handlingModule:s.itsme,supportedCountries:["BE"]},{actionType:a.ITSME_LOGIN_BASIC,handlingModule:s.itsmeBasic,supportedCountries:["BE"]},{actionType:a.ITSME_LOGIN_STANDARD,handlingModule:s.itsmeStandard,supportedCountries:["BE"]},{actionType:a.SE_BANKID_LOGIN,handlingModule:s.seBankId,supportedCountries:["SE"]},{actionType:a.IDIN_LOGIN,handlingModule:s.idin,supportedCountries:["NL"]},{actionType:a.VERIFAI_LOGIN,handlingModule:s.verifai,supportedCountries:["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","ER","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","GH","GI","GR","GL","GD","GP","GU","GT","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","UM","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},{actionType:a.YOONIK_LOGIN,handlingModule:s.yoonik,supportedCountries:["WORLD"]},{actionType:a.PL_MOJEID_LOGIN,handlingModule:s.plMojeId,supportedCountries:["PL"]},{actionType:a.MIT_ID_LOGIN,handlingModule:s.mitId,supportedCountries:["DK"]},{actionType:a.NORWEGIAN_BANKID_LOGIN,handlingModule:s.norwegianBankId,supportedCountries:["NO"]}]),e(n,r.SIGNATURE,[{actionType:a.EE_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["EE"]},{actionType:a.LV_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["LV"]},{actionType:a.LT_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["LT"]},{actionType:a.FI_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["FI","AX"]},{actionType:a.PT_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["PT"]},{actionType:a.BE_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["BE"]},{actionType:a.HR_IDCARD_SIGNATURE,handlingModule:s.idCardSignature,supportedCountries:["HR"]},{actionType:a.CERTEUROPE_USB_TOKEN_SIGNATURE,handlingModule:s.certEuropeUsbTokenSignature,supportedCountries:["FR"]},{actionType:a.CERTSIGN_USB_TOKEN_SIGNATURE,handlingModule:s.certSignUsbTokenSignature,supportedCountries:["RO"]},{actionType:a.EE_MOBILEID_SIGNATURE,handlingModule:s.mobileIdSignature,supportedCountries:["EE"]},{actionType:a.LT_MOBILEID_SIGNATURE,handlingModule:s.mobileIdSignature,supportedCountries:["LT"]},{actionType:a.SMARTID_SIGNATURE,handlingModule:s.smartIdSignature,supportedCountries:["EE","LV","LT"]},{actionType:a.EVROTRUST_SIGNATURE,handlingModule:s.evroTrustSignature,supportedCountries:["AL","AD","AM","AU","AT","AZ","BY","BE","BA","BG","CA","HR","CY","CZ","DK","EE","FI","FR","GE","DE","GR","HU","IS","IE","IT","IL","KZ","KE","XK","LV","LI","LT","LU","MT","MD","MC","ME","NL","NZ","NO","MK","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TW","TR","UA","GB","US","VA","AX"]},{actionType:a.ITSME_QES_SIGNATURE,handlingModule:s.itsmeQesSignature,supportedCountries:["BE"]},{actionType:a.OTP_EMAIL,handlingModule:s.otpSignature,supportedCountries:["WORLD"]},{actionType:a.LV_EPARAKSTS_MOBILE_SIGNATURE,handlingModule:s.eParakstsMobileSignature,supportedCountries:["LV"]},{actionType:a.FI_FTN_ADVANCED_SIGNATURE,handlingModule:s.ftnSignature,supportedCountries:["FI","AX"]},{actionType:a.FI_FTN_ADVANCED_FULL_SIGNATURE,handlingModule:s.ftnAdvancedFullSignature,supportedCountries:["FI","AX"]},{actionType:a.FI_FTN_QUALIFIED_SIGNATURE,handlingModule:s.ftnQesSignature,supportedCountries:["FI","AX"]},{actionType:a.AT_HANDY_SIGNATUR_SIGNATURE,handlingModule:s.atHandySignature,supportedCountries:["AT"]},{actionType:a.ZEAL_ID_SIGNATURE,handlingModule:s.zealIdSignature,supportedCountries:["AT","BE","BG","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IT","LV","LT","NL","NO","PL","PT","RO","RS","SE","SI","SK"]},{actionType:a.CZ_MOJEID_ADVANCED_SIGNATURE,handlingModule:s.mojeIdSignature,supportedCountries:["CZ"]},{actionType:a.GOOGLE_SIGNATURE,handlingModule:s.googleSignature,supportedCountries:["WORLD"]},{actionType:a.SE_BANKID_SIGNATURE,handlingModule:s.seBankIdSignature,supportedCountries:["SE"]},{actionType:a.D_TRUST_SIGN_ME_QUALIFIED_SIGNATURE,handlingModule:s.dTrustSignMeSignature,supportedCountries:["DE","CA","ZA","GR","NL","BE","FR","ES","PT","LU","IE","IS","MT","CY","AX","FI","US","BG","HU","LT","LV","EE","HR","SI","IT","RO","CH","CZ","SK","LI","AT","GG","DK","SE","NO","PL","MX","AR","BR","CL","AU","ID","PH","SG","RU","JP","KR","CN","TR","IN","SA","AE","QA"]},{actionType:a.CHAVE_MOVEL_QUALIFIED_SIGNATURE,handlingModule:s.chaveMovelSignature,supportedCountries:["PT"]},{actionType:a.NORWEGIAN_BANKID_ADVANCED_SIGNATURE,handlingModule:s.noBankIdAdvSignature,supportedCountries:["NO"]},{actionType:a.MIT_ID_SIMPLE_SIGNATURE,handlingModule:s.mitIdSignature,supportedCountries:["DK","GL"]},{actionType:a.IDIN_SIMPLE_SIGNATURE,handlingModule:s.idinSignature,supportedCountries:["NL"]},{actionType:a.SPID_QUALIFIED_SIGNATURE,handlingModule:s.spidQesSignature,supportedCountries:["IT"]},{actionType:a.VERIFAI_SIMPLE_SIGNATURE,handlingModule:s.verifaiSignature,supportedCountries:["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","ER","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","GH","GI","GR","GL","GD","GP","GU","GT","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","UM","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},{actionType:a.FREJA_SIMPLE_SIGNATURE,handlingModule:s.frejaSimpleSignature,supportedCountries:["DK","EE","FI","LV","LT","NO","PL","RO","SK","SE","GL","AX"]},{actionType:a.AUDKENNI_QUALIFIED_SIGNATURE,handlingModule:s.audkenniQesSignature,supportedCountries:["IS"]},{actionType:a.YES_COM_QUALIFIED_SIGNATURE,handlingModule:s.yesComQesSignature,supportedCountries:["DE"]},{actionType:a.SIMPLY_SIGN_QES_SIGNATURE,handlingModule:s.simplySignQesSignature,supportedCountries:["PL"]},{actionType:a.UANATACA_QUALIFIED_SIGNATURE,handlingModule:s.uanatacaQesSignature,supportedCountries:["ES"]},{actionType:a.CERTSIGN_WEBAPI_QUALIFIED_SIGNATURE,handlingModule:s.certsignWebapiQesSignature,supportedCountries:["RO"]},{actionType:a.HALCOM_QUALIFIED_SIGNATURE,handlingModule:s.halcomQesSignature,supportedCountries:["SI"]},{actionType:a.SWISS_ID_QUALIFIED_SIGNATURE,handlingModule:s.swissIdQesSignature,supportedCountries:["CH"]},{actionType:a.SWISS_COM_QUALIFIED_SIGNATURE,handlingModule:s.swissComQesSignature,supportedCountries:["CH"]},{actionType:a.DK_MITID_ADVANCED_SIGNATURE,handlingModule:s.mitIdAdvancedSignature,supportedCountries:["DK"]},{actionType:a.DK_MITID_QES_SIGNATURE,handlingModule:s.mitIdQesSignature,supportedCountries:["DK"]},{actionType:a.SE_BANK_ID_ADVANCED_SIGNATURE,handlingModule:s.seBankIdAdvancedSignature,supportedCountries:["SE"]},{actionType:a.SE_BANK_ID_QES_SIGNATURE,handlingModule:s.seBankIdQesSignature,supportedCountries:["SE"]},{actionType:a.SE_FREJA_EID_ADVANCED_SIGNATURE,handlingModule:s.frejaAdvancedSignature,supportedCountries:["SE"]},{actionType:a.SE_FREJA_EID_QES_SIGNATURE,handlingModule:s.frejaQesSignature,supportedCountries:["SE"]}]),n)),u=function(t,e,n){var r=c[t];if(e&&n){var i=r.find((function(t){return t.handlingModule===e&&(t.supportedCountries.includes(n)||t.supportedCountries.includes("WORLD"))}));if(!i){if(0===r.filter((function(t){return t.handlingModule===e})).length)throw new Error("Could not find matching method configuration for ".concat(t,' module "').concat(e,'"'));throw new Error('Country "'.concat(n,'" is not supported for ').concat(t,'\n module "').concat(e,'".'))}return i}return r.find((function(t){return t.handlingModule===e}))},d=i(2492),l=i.n(d),p=i(9669),f=i.n(p),h=f().CancelToken,g=f().isCancel;f().Cancel,f().interceptors.response.use((function(t){return(e=t.data)&&["error","No ID or basic level only","USER_CANCELLED","USER_REFUSED","refused","TIMEOUT","NOT_MID_CLIENT","ERROR"].includes(e.status)?Promise.reject(function(t){var e=t.message,n=t.config,r=t.code,i=t.request,o=t.response,a=new Error(e);return a.config=n,r&&(a.code=r),a.request=i,a.response=o,a.isRequestError=!0,a}({message:"Request failed with status code ".concat(t.status),config:t.config,request:t.request,response:t})):t;var e}));var v=function(t){return f()(t)};function y(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function m(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?y(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):y(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var I=function(t,e){var n,r=e.modifyRequestSettings,i=t;return"function"==typeof r&&(n=r(i)),n&&(i=l()(i,n)),i},S=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return v(I(m({method:"get",withCredentials:!0,headers:{"Content-Type":"application/json",Accept:"application/json","Cache-Control":"no-cache"}},e),t))},n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return v(I(m({method:"post",cache:"no-cache",withCredentials:!0,headers:{"Content-Type":"application/json",Accept:"application/json","Cache-Control":"no-cache"}},e),t))};return Object.freeze({get:e,post:n,CancelToken:h})};function b(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function E(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?b(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var T=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.identificationModules,n=void 0===e?[]:e,r=t.signingModules,i=void 0===r?[]:r,o=t.settings,a=void 0===o?{}:o,s=t.i18n,u=t.apiEndpoints,d=t.monitoringService,l=E({},a);l.apiEndpoints=u,s.setLanguage(l.language);var p=function(t){l.countryCode=t},f=function(){return l.countryCode},h=function(){return c},g={};n.forEach((function(t){var e=t({coreContext:{config:l,i18n:s,monitoringService:d},apiClient:S({modifyRequestSettings:l.modifyRequestSettings})});g[e.MODULE_NAME]=e}));var v={};return i.forEach((function(t){var e=t({coreContext:{config:l,i18n:s,monitoringService:d},apiClient:S({modifyRequestSettings:l.modifyRequestSettings})});v[e.MODULE_NAME]=e})),Object.freeze({identification:E({},g),signature:E({},v),getAllMethods:h,setLanguage:s.setLanguage,setCountryCode:p,getCountryCode:f})};function C(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}var w=function(n){var r=n.rawSettings,i=n.schema,o=function(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?C(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):C(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}({},r);return Object.keys(i).forEach((function(e){var n=i[e],a=r[e];if(n.required&&void 0===a)throw new Error('Missing required setting "'.concat(e,'"'));if(void 0===a&&(o[e]=n.default),void 0!==o[e]&&void 0!==n.type&&n.type!==t(o[e]))throw new Error('Expected "'.concat(e,'" to be type of "').concat(n.type,'", but received "').concat(t(o[e]),'"'))})),o},_={countryCode:{type:"string"},sandbox:{default:!1,type:"boolean"},clientId:{required:!0,type:"string"},redirectUri:{type:"string"},docId:{type:"string"},contractId:{type:"string"},apiEndpoints:{type:"object"},modifyRequestSettings:{type:"function"},language:{default:"en",type:"string"},success:{default:function(){},type:"function"},fail:{default:function(){},type:"function"},finished:{default:function(){},type:"function"},started:{default:function(){},type:"function"},redirect:{default:function(t){var e=t.data&&t.data.redirect_uri;return e?(window.location!==window.top.location?window.top.location.href=e:window.location.href=e,new Promise((function(){}))):t},type:"function"},remoteMonitoringEnabled:{default:!1},oauthParamState:{type:"string"}},A=JSON.parse('{"id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","no_certificates":"Zertifikate konnten nicht gelesen werden. Stellen Sie sicher, dass sich die Karte im Lesegerät befindet und das Lesegerät richtig funktioniert."}'),O=i.t(A,2),x=JSON.parse('{"id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","no_certificates":"Could not read certificates. Make sure that the card is in the reader and the reader is working properly."}'),N=i.t(x,2),D=JSON.parse('{"id-card-read-timeout":"ID kaardi lugemine võttis liiga kaua aega. Palun sulge kõik brauseri aknad ja proovi uuesti.","no_certificates":"Sertfikaatide lugemine ebaõnnestus. Veendu, et ID kaart on lugejas ning lugeja on arvutiga ühendatud."}'),R=i.t(D,2),k=JSON.parse('{"id-card-read-timeout":"Perskaityti asmens tapatybės kortelę užtruko per ilgai. Uždarykite visus atidarytus naršyklės langus ir bandykite dar kartą.","no_certificates":"Nepavyko perskaityti sertifikatų. Įsitikinkite, kad kortelė yra skaitytuve ir skaitytuvas veikia tinkamai."}'),U=i.t(k,2),M=JSON.parse('{"id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","no_certificates":"Nevarēja nolasīt sertifikātus. Pārliecinieties, vai karte ir lasītājā un lasītājs darbojas pareizi."}'),j=i.t(M,2),P=JSON.parse('{"id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","no_certificates":"Не удалось прочитать сертификаты. Убедитесь, что карта находится в считывателе и считыватель работает исправно."}'),L={de:O,en:N,et:R,lt:U,lv:j,ru:i.t(P,2)},B=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.currentLanguage,n=void 0===e?"en":e,r=t.locales,i=void 0===r?L:r,o={currentLanguage:n},a="en",s=function(t){o.currentLanguage=t},c=function(){return o.currentLanguage},u=function(t){var e=i[o.currentLanguage];e||(e=i[a]);var n=e[t]||i[a][t];return n||(n=t),n};return Object.freeze({setLanguage:s,t:u,getCurrentLanguage:c})},G=function(t){var e=t.clientId,n=t.remoteMonitoringEnabled,r=t.apiEndpoints;return{dispatch:function(t){var i=t.message;n&&v({url:r.inCurrentMode.eideasyMonitoring(),method:"post",cache:"no-cache",withCredentials:!1,data:{client_id:e,source:"browser-client",message:i}})}}};function F(t,e,n,r,i,o,a){try{var s=t[o](a),c=s.value}catch(t){return void n(t)}s.done?e(c):Promise.resolve(c).then(r,i)}function V(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){F(o,r,i,a,s,"next",t)}function s(t){F(o,r,i,a,s,"throw",t)}a(void 0)}))}}var q=i(4687),H=i.n(q),K=i(361),Q=i.n(K)(),z=function(t){var e=t;return g(t)&&(e.isCancel=!0),e.response&&e.response.data&&(e.response.data.message&&(e.userMessage=e.response.data.message),e.response.data.errors&&(e.userDetails=e.response.data.errors)),e},Z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.data,n=t.message,r=Q({message:n});if(e)r.data=e;else{if(!t.result||!t.result.data)throw new Error('Formatting the result failed.\n The function provided to createStep must return an object that has a "data" property.\n You provided: '.concat(JSON.stringify(r),"\n Set shouldFormatResult to false if you wish to disable autoformatting"));r.data=t.result.data}return r},J=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.error},W=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.shouldFormatResult,r=void 0===n||n;return function(){var e=V(H().mark((function e(){var n,i,o=arguments;return H().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.apply(void 0,o);case 2:if(n=e.sent,!(i=J(n))){e.next=6;break}throw z(i);case 6:return e.abrupt("return",r?Z(n):n);case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()};class Y extends Error{name="NonError";constructor(t){super(Y._prepareSuperMessage(t))}static _prepareSuperMessage(t){try{return JSON.stringify(t)}catch{return String(t)}}}const $=[{property:"name",enumerable:!1},{property:"message",enumerable:!1},{property:"stack",enumerable:!1},{property:"code",enumerable:!0}],X=Symbol(".toJSON was called"),tt=({from:t,seen:e,to_:n,forceEnumerable:r,maxDepth:i,depth:o})=>{const a=n||(Array.isArray(t)?[]:{});if(e.push(t),o>=i)return a;if("function"==typeof t.toJSON&&!0!==t[X])return(t=>{t[X]=!0;const e=t.toJSON();return delete t[X],e})(t);for(const[n,s]of Object.entries(t))"function"==typeof Buffer&&Buffer.isBuffer(s)?a[n]="[object Buffer]":null===s||"object"!=typeof s||"function"!=typeof s.pipe?"function"!=typeof s&&(s&&"object"==typeof s?e.includes(t[n])?a[n]="[Circular]":(o++,a[n]=tt({from:t[n],seen:[...e],forceEnumerable:r,maxDepth:i,depth:o})):a[n]=s):a[n]="[object Stream]";for(const{property:e,enumerable:n}of $)"string"==typeof t[e]&&Object.defineProperty(a,e,{value:t[e],enumerable:!!r||n,configurable:!0,writable:!0});return a};function et(t,e={}){const{maxDepth:n=Number.POSITIVE_INFINITY}=e;return"object"==typeof t&&null!==t?tt({from:t,seen:[],forceEnumerable:!0,maxDepth:n,depth:0}):"function"==typeof t?`[Function: ${t.name||"anonymous"}]`:t}function nt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function rt(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?nt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):nt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var it=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return function(r){var i=r.coreContext,o=r.apiClient,a=i.i18n,s=i.config,c=i.monitoringService;return Object.freeze({MODULE_NAME:t,start:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=rt(rt({},_),n),i=rt(rt({},s),t),u=w({rawSettings:i,schema:r}),d=u.success,l=u.fail,p=u.finished,f=t.language||a.getCurrentLanguage(),h=o.CancelToken.source(),g=h.token,v={onCancelByUser:function(){}},y=function(t){v.onCancelByUser=t},m=function(){h.cancel()},I=function(){v.onCancelByUser(),m()},S=function(){var t=V(H().mark((function t(){return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e(rt(rt({},u),{},{language:f,i18n:a,monitoringService:c,cancelToken:g,cancel:m,setOnCancelByUser:y,apiClient:o})).then((function(t){d(t)})).catch((function(t){console&&console.error&&console.error(t),c.dispatch({message:JSON.stringify(et(t))}),l(z(t))})).finally(p);case 2:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return S().catch(console.error),Object.freeze({cancel:I})}})}};function ot(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function at(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?ot(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ot(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var st=s.idCard,ct=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,i=e.language,o=e.apiClient,a=e.i18n,s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.apiEndpoints.inCurrentMode.readCard({countryCode:t.countryCode,clientId:t.clientId});return t.nonce&&(e+="?nonce=".concat(t.nonce)),o.get({url:e,cancelToken:t.cancelToken})},c=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=u(r.IDENTIFICATION,st,t.countryCode);return o.post({url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,country:t.countryCode,method:e.actionType,lang:t.language},cancelToken:t.cancelToken})},t.next=5,W(s)(at(at({},e),{},{language:i,cancelToken:n})).catch((function(t){throw"ECONNABORTED"===t.code&&(t.userMessage=a.t("id-card-read-timeout")),t}));case 5:return d=t.sent,t.next=8,W(c)(at(at({},e),{},{cancelToken:n,language:i,data:d.data}));case 8:return d=t.sent,t.abrupt("return",d);case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ut=it(st,ct,{countryCode:{type:"string",required:!0}}),dt=function(){var t=V((function(t){var e=t.fn,n=t.shouldContinue,r=t.interval;return H().mark((function t(){var i,o;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=0,o=function(){var t=V(H().mark((function t(a,s){var c,u;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i+=1,t.prev=1,t.next=4,e();case 4:c=t.sent,u=void 0,t.next=12;break;case 8:t.prev=8,t.t0=t.catch(1),c=void 0,u=t.t0;case 12:if(!n({result:c,attempts:i,error:u})){t.next=14;break}return t.abrupt("return",setTimeout(o,r,a,s));case 14:return t.abrupt("return",a({result:c,error:u}));case 15:case"end":return t.stop()}}),t,null,[[1,8]])})));return function(e,n){return t.apply(this,arguments)}}(),t.abrupt("return",new Promise(o));case 3:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),lt=dt;function pt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function ft(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?pt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):pt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var ht=s.smartId,gt=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d,l,p,f,h,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,i=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,s=void 0===a?1e3:a,c=e.cancelToken,d=e.language,l=e.apiClient,p=function(t){var e=u(r.IDENTIFICATION,ht);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,country:t.countryCode,method:e.actionType,lang:t.language}})},f=function(t){var e=u(r.IDENTIFICATION,ht);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language}})},h=function(t){var e=1e5/t.pollInterval,n=0;return lt({fn:function(){return f(ft(ft({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,i=r&&r.data&&r.data.status,o=g(t.error),a=t.error&&!t.error.response&&!o;a&&(n+=1);var s=!1;return t.attempts<e&&n<3&&(s=a||"RUNNING"===i),s},interval:2e3})},t.next=6,W(p)(ft(ft({},e),{},{cancelToken:c,language:d,idcode:o}));case 6:return v=t.sent,i(v),t.next=10,W(h)({config:e,data:ft({},v.data),cancelToken:c,pollInterval:s,language:d});case 10:return v=t.sent,t.abrupt("return",v);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),vt=it(ht,gt,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function yt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function mt(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?yt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):yt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var It=s.mobileId,St=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d,l,p,f,h,v,y;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,i=e.language,o=e.apiClient,a=e.started,s=void 0===a?function(){}:a,c=e.idcode,d=e.phone,l=e.pollInterval,p=void 0===l?1e3:l,f=function(t){var e=u(r.IDENTIFICATION,It,t.countryCode);return o.post({url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,phone:t.phone,country:t.countryCode,method:e.actionType,lang:t.language},cancelToken:t.cancelToken})},h=function(t){var e=u(r.IDENTIFICATION,It,t.countryCode);return o.post({url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language},cancelToken:t.cancelToken})},v=function(t){var e=12e4/p,n=0;return lt({fn:function(){return h(mt(mt({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,i=r&&r.data&&r.data.status,o=g(t.error),a=t.error&&!t.error.response&&!o;a&&(n+=1);var s=!1;return t.attempts<e&&n<3&&(s=a||"RUNNING"===i),s},interval:1e3})},t.next=6,W(f)(mt(mt({},e),{},{cancelToken:n,language:i,idcode:c,phone:d}));case 6:return y=t.sent,s(y),t.next=10,W(v)({config:e,data:y.data,cancelToken:n,language:i,pollInterval:p});case 10:return y=t.sent,t.abrupt("return",y);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),bt=it(It,St,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0}}),Et=s.eParakstsMobile,Tt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsMobile({clientId:n,redirectUri:r})}}},Ct=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Tt)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),wt=it(Et,Ct);function _t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function At(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?_t(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):_t(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var Ot=s.frejaEid,xt=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d,l,p,f,h,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,i=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,s=void 0===a?1e3:a,c=e.cancelToken,d=e.language,l=e.apiClient,p=function(t){var e=u(r.IDENTIFICATION,Ot);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,country:t.countryCode,method:e.actionType,lang:t.language}})},f=function(t){var e=u(r.IDENTIFICATION,Ot);return l.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,lang:t.language,timeout:2}})},h=function(t){var e=1e5/t.pollInterval,n=0;return lt({fn:function(){return f(At(At({},t.config),{},{data:t.data,language:t.language,cancelToken:t.cancelToken}))},shouldContinue:function(t){var r=t.result,i=r&&r.data&&r.data.status,o=g(t.error),a=t.error&&!t.error.response&&!o;a&&(n+=1);var s=!1;return t.attempts<e&&n<3&&(s=a||"RUNNING"===i),s},interval:2e3})},t.next=6,W(p)(At(At({},e),{},{cancelToken:c,language:d,idcode:o}));case 6:return v=t.sent,i(v),t.next=10,W(h)({config:e,data:At({},v.data),cancelToken:c,language:d,pollInterval:s});case 10:return v=t.sent,t.abrupt("return",v);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Nt=it(Ot,xt,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function Dt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Rt(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?Dt(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Dt(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var kt=s.zealId,Ut=function(){var t=V(H().mark((function t(e){var n,i,o,a,s,c,d;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,i=e.apiClient,o=e.language,a=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return i.get({withCredentials:!1,cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.zealIdIframeUrl({clientId:t.clientId})})},s=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.iframeHolder,n=document.createElement("iframe"),r=t.iframeUrl;n.setAttribute("src",r),n.setAttribute("referrerpolicy","origin"),n.style.border="0",e.innerHTML="";var i=function(t,e,n){var r=new URL(t.data),i=r.searchParams.get("error"),o=r.searchParams.get("code");i?n(i):o?e({data:{code:o}}):n(t.data)},o=new Promise((function(t,e){window.addEventListener("message",(function(n){var o=new URL(r);n.origin===o.origin&&(window.removeEventListener("message",i),i(n,t,e))}))}));return e.appendChild(n),o},c=function(t){var e=u(r.IDENTIFICATION,kt);return i.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{method:e.actionType,code:t.data.code,lang:t.language}})},t.next=6,W(a)(Rt(Rt({},e),{},{cancelToken:n}));case 6:return d=t.sent,t.next=9,W(s)(Rt(Rt({},e),{},{cancelToken:n,iframeUrl:d.data.url}));case 9:return d=t.sent,t.next=12,W(c)(Rt(Rt({},e),{},{cancelToken:n,language:o},d));case 12:return d=t.sent,t.abrupt("return",d);case 14:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Mt=it(kt,Ut,{countryCode:{type:"string",required:!0},iframeHolder:{type:"object",required:!0}}),jt=s.mojeId,Pt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.mojeId({clientId:n,redirectUri:r})}}},Lt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Pt)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Bt=it(jt,Lt),Gt=s.edoAppEid,Ft=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.edoAppEid({clientId:n,redirectUri:r})}}},Vt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Ft)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),qt=it(Gt,Vt),Ht=s.finnishTrustNetwork,Kt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.finnishTrustNetwork({clientId:n,redirectUri:r,language:i})}}},Qt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Kt)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),zt=it(Ht,Qt),Zt=s.atHandy,Jt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.atHandy({clientId:n,redirectUri:r})}}},Wt=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Jt)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Yt=it(Zt,Wt),$t=s.itsme,Xt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.itsme({clientId:n,redirectUri:r,language:i})}}},te=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Xt)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ee=it($t,te),ne=s.itsmeBasic,re=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.itsmeBasic({clientId:n,redirectUri:r,language:i})}}},ie=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(re)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),oe=it(ne,ie),ae=s.itsmeStandard,se=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.itsmeStandard({clientId:n,redirectUri:r,language:i})}}},ce=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(se)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ue=it(ae,ce),de=s.seBankId,le=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.seBankId({clientId:n,redirectUri:r,language:i})}}},pe=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(le)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),fe=it(de,pe),he=s.idin,ge=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.idin({clientId:n,redirectUri:r,language:i})}}},ve=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(ge)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ye=it(he,ve),me=s.verifai,Ie=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.verifai({clientId:n,redirectUri:r,language:i})}}},Se=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Ie)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),be=it(me,Se),Ee=s.yoonik,Te=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.yoonik({clientId:n,redirectUri:r,language:i})}}},Ce=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Te)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),we=it(Ee,Ce),_e=s.plMojeId,Ae=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.plMojeId({clientId:n,redirectUri:r})}}},Oe=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(Ae)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),xe=it(_e,Oe),Ne=s.mitId,De=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.mitId({clientId:n,redirectUri:r,language:i})}}},Re=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(De)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ke=it(Ne,Re),Ue=s.norwegianBankId,Me=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,i=t.language;return{data:{redirect_uri:e.inCurrentMode.norwegianBankId({clientId:n,redirectUri:r,language:i})}}},je=function(){var t=V(H().mark((function t(e){var n,r,i,o,a,s;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,a=e.language,t.next=3,W(Me)({apiEndpoints:r,clientId:i,redirectUri:o,language:a});case 3:return s=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(s));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Pe=it(Ue,je),Le=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,n=void 0===e?"":e,r=t.userMessage,i=void 0===r?"":r,o=t.details,a=void 0===o?{}:o;this.message=n,this.userMessage=i,this.details=a,this.stack=(new Error).stack};(Le.prototype=new Error).name="MethodException";var Be=Le,Ge={iframeHolder:{type:"object"},docId:{type:"string",required:!0}},Fe=function(t){var e=t.monitoringService,n=t.moduleName;return Object.freeze({log:function(t){e.dispatch({message:"".concat(n,": ").concat(t)})},logError:function(t,r){var i=JSON.stringify(et(r));e.dispatch({message:"".concat(n,": ").concat(t,", reason: ").concat(i)})}})},Ve=function(t){var e=t.moduleName,n=t.createModuleCreator,i=function(t){var e=t.iframe,n=new URL(e.src);return{post:function(t){e.contentWindow.postMessage(t,n.origin)}}},o=function(t){return t.data&&"EIDEASY_ID_CARD_INTEGRATION"===t.data.sender},a=function(t){var n=t.countryCode,i=t.clientId,o=t.apiEndpoints,a=u(r.SIGNATURE,e,n);return o.inCurrentMode.idCardIframe({clientId:i,actionType:a.actionType})},s=function(t,e){if(t instanceof Error)throw t;var n;throw"no_certificates"===t.result&&(n=e.t("no_certificates")),new Be({userMessage:n,message:t.message,details:t})},c=function(t){var e=t.iframeHolder,n=t.iframeUrl,r=t.i18n,i=t.monitor,a=document.createElement("iframe");a.setAttribute("src",n),a.setAttribute("referrerpolicy","origin"),a.style.width="0",a.style.height="0",a.style.position="absolute",a.style.border="0",e.innerHTML="";var s={resolve:null,reject:null};function c(t){if(!o(t))return!1;var e=t.data,n=e.operation,r=e.error,i=e.status;r||"ready"!==n&&"welcome"!==n||"OK"!==i?s.reject(t.data):s.resolve(a),window.removeEventListener("message",c,!1)}i.log("Trying to create iframe with src: ".concat(n));var u=new Promise((function(t,e){s.resolve=t,s.reject=function(t){e(t),i.logError("Iframe creation failed",t)},window.addEventListener("message",c,!1),window.setTimeout((function(){return e({message:r.t("createIframeTimeout")})}),3e4)}));return e.appendChild(a),u},d=function(t){var e=t.messenger,n=t.monitor,r={resolve:null,reject:null};function i(t){if(!o(t))return!1;var e=t.data.certificate||t.data.cert;if(e)r.resolve({data:{certificate:e}}),n.log("Got certificate: ".concat(e));else{var a={};!t.data||"user_cancel"!==t.data.result&&"user_cancel"!==t.data.message?a=t.data:a.isCancel=!0,r.reject(a)}window.removeEventListener("message",i,!1)}var a=new Promise((function(t,e){r.resolve=t,r.reject=function(t){e(t),n.logError("Failed to get the certificate",t)},window.addEventListener("message",i,!1)}));return e.post({operation:"getCertificate"}),a},l=function(t){var e=t.certificate,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=(t.monitor,o.inCurrentMode.startSigning());return a.post({url:s,withCredentials:!1,data:{client_id:n,doc_id:r,sign_type:"id-card",certificate:e},cancelToken:i})},p=function(t){var e=t.messenger,n=t.hexDigest,r=t.monitor,i={resolve:null,reject:null};function a(t){if(!o(t))return!1;var e=t.data.signature_value||t.data.signature;if(e)i.resolve({signature:e});else{var n={};!t.data||"user_cancel"!==t.data.result&&"user_cancel"!==t.data.message?n=t.data:n.isCancel=!0,i.reject(n)}window.removeEventListener("message",a,!1)}r.log("Trying to sign the hexDigest: ".concat(n));var s=new Promise((function(t,e){i.resolve=t,i.reject=function(t){e(t),r.logError("Failed to sign the hexdigest",t)},window.addEventListener("message",a,!1)}));return e.post({operation:"getSignature",hexDigest:n}),s},f=function(t){var e=t.signature,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=o.inCurrentMode.completeSignatureIdCard();return a.post({url:s,withCredentials:!1,data:{client_id:n,doc_id:r,signature_value:e},cancelToken:i})},h=function(t){var e=t.certificate,n=t.country,r=t.cancelToken,i=t.apiEndpoints,o=t.apiClient,a=i.inCurrentMode.cscApiAuthorizeCredential();return o.post({url:a,withCredentials:!1,data:{sign_type:"id-card",certificate:e,country:n},cancelToken:r})},g=function(){var t=V((function(t){var n=t.countryCode,r=t.clientId,o=t.apiEndpoints,u=t.iframeHolder,g=t.i18n,v=t.docId,y=t.cancelToken,m=t.apiClient,I=t.monitoringService,S=t.action,b=t.redirect;return H().mark((function t(){var E,T,C,w,_,A,O,x;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return E=Fe({monitoringService:I,moduleName:e}),t.next=3,W(a,{shouldFormatResult:!1})({countryCode:n,clientId:r,apiEndpoints:o});case 3:return T=t.sent,t.next=6,W(c,{shouldFormatResult:!1})({iframeUrl:T,iframeHolder:u,i18n:g,monitor:E}).catch((function(t){return s(t,g)}));case 6:return C=t.sent,t.next=9,W(i,{shouldFormatResult:!1})({iframe:C});case 9:return w=t.sent,t.next=12,W(d)({messenger:w,monitor:E}).catch((function(t){return s(t,g)}));case 12:if(_=t.sent,"cscApiAuthorizeCredential"!==S){t.next=18;break}return t.next=16,W(h)({certificate:_.data.certificate,actionType:"id-card",country:n,cancelToken:y,apiEndpoints:o,apiClient:m});case 16:return A=t.sent,t.abrupt("return",W(b,{shouldFormatResult:!1})(A));case 18:return t.next=20,W(l)({certificate:_.data.certificate,clientId:r,docId:v,cancelToken:y,apiEndpoints:o,apiClient:m,monitor:E});case 20:return O=t.sent,t.next=23,W(p,{shouldFormatResult:!1})({messenger:w,hexDigest:O.data.hexDigest,monitor:E}).catch((function(t){return s(t,g)}));case 23:return x=t.sent,t.abrupt("return",W(f)({signature:x.signature,clientId:r,docId:v,cancelToken:y,apiEndpoints:o,apiClient:m}));case 25:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}();return n(e,g,Ge)},qe=Ve({moduleName:s.idCardSignature,createModuleCreator:it});function He(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var Ke=function(t){var e,n=t.pollInterval,r=void 0===n?2e3:n,i=t.maxPollDuration,o=t.fn,a=t.fnArgs;i&&(e=i/r);var s=0;return{start:function(){return lt({fn:function(){return o.apply(void 0,function(t){if(Array.isArray(t))return He(t)}(t=a)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return He(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?He(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());var t},shouldContinue:function(t){var n=t.result,r=n&&n.data&&n.data.status,i=g(t.error),o=t.error&&!t.error.response&&!i;o&&(s+=1);var a,c,u=!1;return a=t.attempts,(!(c=e)||a<c)&&s<3&&(u=o||"RUNNING"===r),u},interval:r})}}},Qe=s.mobileIdSignature,ze=function(t){var e=t.phone,n=t.idcode,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:"mobile-id",phone:e,idcode:n,country:c,lang:u},cancelToken:o})},Ze=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureMobileId(),withCredentials:!1,data:{token:e.token,doc_id:a,timeout:2,lang:i,client_id:s},cancelToken:o})},Je=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,maxPollDuration:12e4,fn:Ze,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},We=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.language,d=t.idcode,l=t.phone,p=t.countryCode,f=t.started;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Qe,p),s.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(ze)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,language:c,idcode:d,phone:l,countryCode:p});case 4:return g=t.sent,f(g),t.abrupt("return",W(Je)({data:g.data,apiClient:a,apiEndpoints:o,language:c,cancelToken:i,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Ye=it(Qe,We,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),$e=s.smartIdSignature,Xe=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,contract_id:e,client_id:r,sign_type:"smart-id",idcode:n,country:c,lang:u},cancelToken:o})},tn=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSmartId(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s,timeout:2},cancelToken:o})},en=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,maxPollDuration:12e4,fn:tn,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},nn=function(t){var e=t.country,n=t.cancelToken,r=t.apiEndpoints,i=t.apiClient,o=t.idcode,a=r.inCurrentMode.cscApiAuthorizeCredential();return i.post({url:a,withCredentials:!1,data:{sign_type:"smart-id-signature",country:e,idcode:o},cancelToken:n})},rn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.idcode,p=t.countryCode,f=t.started,h=t.action,g=t.redirect;return H().mark((function t(){var v,y,m;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(v=u(r.SIGNATURE,$e,p),"cscApiAuthorizeCredential"!==h){t.next=6;break}return t.next=4,W(nn)({country:p,idcode:l,cancelToken:o,apiEndpoints:a,apiClient:s});case 4:return y=t.sent,t.abrupt("return",W(g,{shouldFormatResult:!1})(y));case 6:return c.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=9,W(Xe)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,idcode:l,countryCode:p,contractId:i});case 9:return m=t.sent,f(m),t.abrupt("return",W(en)({data:m.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 12:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),on=it($e,rn,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},docId:{type:"string",required:!0}}),an=s.evroTrustSignature,sn=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=t.email,l=t.phone,p=t.actionType,f=a.inCurrentMode.startSigning();return s.post({url:f,withCredentials:!1,data:{doc_id:i,contract_id:e,client_id:r,sign_type:p,idcode:n,email:d,phone:l,country:c,lang:u},cancelToken:o})},cn=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureEvrotrust(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},un=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:cn,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},dn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.idcode,p=t.phone,f=t.email,h=t.countryCode,g=t.started;return H().mark((function t(){var v,y;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=u(r.SIGNATURE,an,h),c.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(sn)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,idcode:l,phone:p,email:f,countryCode:h,contractId:i,actionType:v.actionType});case 4:return y=t.sent,g(y),t.abrupt("return",W(un)({data:y.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ln=it(an,dn,{countryCode:{type:"string",required:!0},idcode:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),pn=s.otpSignature,fn=function(){var t=V((function(t){var e=t.language,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.actionType;return H().mark((function t(){var c;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return c=o.inCurrentMode.startSigning(),t.abrupt("return",a.post({url:c,withCredentials:!1,data:{doc_id:r,client_id:n,sign_type:s,lang:e},cancelToken:i}));case 2:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),hn=function(t){var e=t.startSigningResult,n=t.confirmationCodeRequest,r=t.setOnCancelByUser;return new Promise((function(t,i){r((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,i(t)})),n({data:e.data},t,i)}))},gn=function(t){var e=t.apiClient,n=t.apiEndpoints,r=t.language,i=t.cancelToken,o=t.docId,a=t.clientId,s=t.emailToken,c=t.smsToken,u=t.handwrittenSignatureData,d=t.handwrittenSignatureDataUrl;return e.post({url:n.inCurrentMode.completeOtp(),withCredentials:!1,data:{doc_id:o,timeout:2,lang:r,client_id:a,email_token:s,sms_token:c,handwritten_signature_data:u,handwritten_signature_data_url:d},cancelToken:i})},vn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.language,d=t.countryCode,l=t.emailToken,p=t.smsToken,f=t.handwrittenSignatureData,h=t.handwrittenSignatureDataUrl,g=t.started,v=t.confirmationCodeRequest,y=t.setOnCancelByUser;return H().mark((function t(){var m,I,S;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(m=u(r.SIGNATURE,pn,d),console.log(m),s.dispatch({message:"".concat(m.actionType,": signing started")}),p||l){t.next=13;break}return t.next=6,W(fn)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,language:c,actionType:m.actionType});case 6:return I=t.sent,g(I),t.next=10,W(hn,{shouldFormatResult:!1})({startSigningResult:I,confirmationCodeRequest:v,setOnCancelByUser:y});case 10:S=t.sent,p=S.smsToken,l=S.emailToken;case 13:return t.abrupt("return",W(gn)({apiClient:a,apiEndpoints:o,language:c,cancelToken:i,docId:n,clientId:e,emailToken:l,smsToken:p,handwrittenSignatureData:f,handwrittenSignatureDataUrl:h}));case 14:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),yn=it(pn,vn,{docId:{type:"string",required:!0},emailToken:{type:"string"},smsToken:{type:"string"}}),mn={docId:{type:"string",required:!0},confirmedBySigner:{validator:function(t){return[null,!0,!1].includes(t)}}},In=function(t){var e=t.moduleName,n=t.createModuleCreator,i=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.confirmedBySigner,d=o.inCurrentMode.startSigning();return a.post({url:d,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,confirmed_by_signer:u},cancelToken:i})},o=function(){var t=V((function(t){var n=t.clientId,o=t.docId,a=t.contractId,s=t.cancelToken,c=t.apiEndpoints,d=t.apiClient,l=t.monitoringService,p=t.language,f=t.countryCode,h=t.redirect,g=t.confirmedBySigner;return H().mark((function t(){var v,y;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=u(r.SIGNATURE,e,f),l.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(i)({contractId:a,clientId:n,docId:o,cancelToken:s,apiEndpoints:c,apiClient:d,language:p,actionType:v.actionType,confirmedBySigner:g});case 4:return y=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(y));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}();return n(e,o,mn)},Sn=In({moduleName:s.eParakstsMobileSignature,createModuleCreator:it}),bn=In({moduleName:s.ftnAdvancedFullSignature,createModuleCreator:it}),En=In({moduleName:s.ftnSignature,createModuleCreator:it}),Tn=In({moduleName:s.atHandySignature,createModuleCreator:it}),Cn=s.zealIdSignature,wn=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.docId;return{data:{redirect_uri:e.inCurrentMode.startZealIdSignature({clientId:n,docId:r})}}},_n=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.docId,t.next=3,W(wn)({apiEndpoints:r,clientId:i,docId:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),An=it(Cn,_n),On=In({moduleName:s.mojeIdSignature,createModuleCreator:it}),xn=In({moduleName:s.googleSignature,createModuleCreator:it}),Nn=In({moduleName:s.seBankIdSignature,createModuleCreator:it}),Dn=s.dTrustSignMeSignature,Rn=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.username,d=o.inCurrentMode.startSigning();return a.post({url:d,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,username:u},cancelToken:i})},kn=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.username,f=t.redirect;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Dn,l),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Rn)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,username:p,actionType:h.actionType});case 4:return g=t.sent,t.abrupt("return",W(f,{shouldFormatResult:!1})(g));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Un=it(Dn,kn,{username:{type:"string",required:!0}});function Mn(t){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(t)}function jn(t,e){return t&e}function Pn(t,e){return t|e}function Ln(t,e){return t^e}function Bn(t,e){return t&~e}function Gn(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function Fn(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var Vn,qn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function Hn(t){var e,n,r="";for(e=0;e+3<=t.length;e+=3)n=parseInt(t.substring(e,e+3),16),r+=qn.charAt(n>>6)+qn.charAt(63&n);for(e+1==t.length?(n=parseInt(t.substring(e,e+1),16),r+=qn.charAt(n<<2)):e+2==t.length&&(n=parseInt(t.substring(e,e+2),16),r+=qn.charAt(n>>2)+qn.charAt((3&n)<<4));(3&r.length)>0;)r+="=";return r}function Kn(t){var e,n="",r=0,i=0;for(e=0;e<t.length&&"="!=t.charAt(e);++e){var o=qn.indexOf(t.charAt(e));o<0||(0==r?(n+=Mn(o>>2),i=3&o,r=1):1==r?(n+=Mn(i<<2|o>>4),i=15&o,r=2):2==r?(n+=Mn(i),n+=Mn(o>>2),i=3&o,r=3):(n+=Mn(i<<2|o>>4),n+=Mn(15&o),r=0))}return 1==r&&(n+=Mn(i<<2)),n}var Qn,zn={decode:function(t){var e;if(void 0===Qn){var n="= \f\n\r\t \u2028\u2029";for(Qn=Object.create(null),e=0;e<64;++e)Qn["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)]=e;for(Qn["-"]=62,Qn._=63,e=0;e<n.length;++e)Qn[n.charAt(e)]=-1}var r=[],i=0,o=0;for(e=0;e<t.length;++e){var a=t.charAt(e);if("="==a)break;if(-1!=(a=Qn[a])){if(void 0===a)throw new Error("Illegal character at offset "+e);i|=a,++o>=4?(r[r.length]=i>>16,r[r.length]=i>>8&255,r[r.length]=255&i,i=0,o=0):i<<=6}}switch(o){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:r[r.length]=i>>10;break;case 3:r[r.length]=i>>16,r[r.length]=i>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(t){var e=zn.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error("RegExp out of sync");t=e[2]}return zn.decode(t)}},Zn=1e13,Jn=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var n,r,i=this.buf,o=i.length;for(n=0;n<o;++n)(r=i[n]*t+e)<Zn?e=0:r-=(e=0|r/Zn)*Zn,i[n]=r;e>0&&(i[n]=e)},t.prototype.sub=function(t){var e,n,r=this.buf,i=r.length;for(e=0;e<i;++e)(n=r[e]-t)<0?(n+=Zn,t=1):t=0,r[e]=n;for(;0===r[r.length-1];)r.pop()},t.prototype.toString=function(t){if(10!=(t||10))throw new Error("only base 10 is supported");for(var e=this.buf,n=e[e.length-1].toString(),r=e.length-2;r>=0;--r)n+=(Zn+e[r]).toString().substring(1);return n},t.prototype.valueOf=function(){for(var t=this.buf,e=0,n=t.length-1;n>=0;--n)e=e*Zn+t[n];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),Wn=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,Yn=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function $n(t,e){return t.length>e&&(t=t.substring(0,e)+"…"),t}var Xn,tr=function(){function t(e,n){this.hexDigits="0123456789ABCDEF",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=n)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset "+t+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,n){for(var r="",i=t;i<e;++i)if(r+=this.hexByte(this.get(i)),!0!==n)switch(15&i){case 7:r+=" ";break;case 15:r+="\n";break;default:r+=" "}return r},t.prototype.isASCII=function(t,e){for(var n=t;n<e;++n){var r=this.get(n);if(r<32||r>176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var n="",r=t;r<e;++r)n+=String.fromCharCode(this.get(r));return n},t.prototype.parseStringUTF=function(t,e){for(var n="",r=t;r<e;){var i=this.get(r++);n+=i<128?String.fromCharCode(i):i>191&&i<224?String.fromCharCode((31&i)<<6|63&this.get(r++)):String.fromCharCode((15&i)<<12|(63&this.get(r++))<<6|63&this.get(r++))}return n},t.prototype.parseStringBMP=function(t,e){for(var n,r,i="",o=t;o<e;)n=this.get(o++),r=this.get(o++),i+=String.fromCharCode(n<<8|r);return i},t.prototype.parseTime=function(t,e,n){var r=this.parseStringISO(t,e),i=(n?Wn:Yn).exec(r);return i?(n&&(i[1]=+i[1],i[1]+=+i[1]<70?2e3:1900),r=i[1]+"-"+i[2]+"-"+i[3]+" "+i[4],i[5]&&(r+=":"+i[5],i[6]&&(r+=":"+i[6],i[7]&&(r+="."+i[7]))),i[8]&&(r+=" UTC","Z"!=i[8]&&(r+=i[8],i[9]&&(r+=":"+i[9]))),r):"Unrecognized time: "+r},t.prototype.parseInteger=function(t,e){for(var n,r=this.get(t),i=r>127,o=i?255:0,a="";r==o&&++t<e;)r=this.get(t);if(0==(n=e-t))return i?-1:0;if(n>4){for(a=r,n<<=3;0==(128&(+a^o));)a=+a<<1,--n;a="("+n+" bit)\n"}i&&(r-=256);for(var s=new Jn(r),c=t+1;c<e;++c)s.mulAdd(256,this.get(c));return a+s.toString()},t.prototype.parseBitString=function(t,e,n){for(var r=this.get(t),i="("+((e-t-1<<3)-r)+" bit)\n",o="",a=t+1;a<e;++a){for(var s=this.get(a),c=a==e-1?r:0,u=7;u>=c;--u)o+=s>>u&1?"1":"0";if(o.length>n)return i+$n(o,n)}return i+o},t.prototype.parseOctetString=function(t,e,n){if(this.isASCII(t,e))return $n(this.parseStringISO(t,e),n);var r=e-t,i="("+r+" byte)\n";r>(n/=2)&&(e=t+n);for(var o=t;o<e;++o)i+=this.hexByte(this.get(o));return r>n&&(i+="…"),i},t.prototype.parseOID=function(t,e,n){for(var r="",i=new Jn,o=0,a=t;a<e;++a){var s=this.get(a);if(i.mulAdd(128,127&s),o+=7,!(128&s)){if(""===r)if((i=i.simplify())instanceof Jn)i.sub(80),r="2."+i.toString();else{var c=i<80?i<40?0:1:2;r=c+"."+(i-40*c)}else r+="."+i.toString();if(r.length>n)return $n(r,n);i=new Jn,o=0}}return o>0&&(r+=".incomplete"),r},t}(),er=function(){function t(t,e,n,r,i){if(!(r instanceof nr))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=n,this.tag=r,this.sub=i}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),n=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?"false":"true";case 2:return this.stream.parseInteger(e,e+n);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+n,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+n,t);case 6:return this.stream.parseOID(e,e+n,t);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return $n(this.stream.parseStringUTF(e,e+n),t);case 18:case 19:case 20:case 21:case 22:case 26:return $n(this.stream.parseStringISO(e,e+n),t);case 30:return $n(this.stream.parseStringBMP(e,e+n),t);case 23:case 24:return this.stream.parseTime(e,e+n,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"},t.prototype.toPrettyString=function(t){void 0===t&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=" (encapsulates)"),e+="\n",null!==this.sub){t+=" ";for(var n=0,r=this.sub.length;n<r;++n)e+=this.sub[n].toPrettyString(t)}return e},t.prototype.posStart=function(){return this.stream.pos},t.prototype.posContent=function(){return this.stream.pos+this.header},t.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},t.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},t.decodeLength=function(t){var e=t.get(),n=127&e;if(n==e)return n;if(n>6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(0===n)return null;e=0;for(var r=0;r<n;++r)e=256*e+t.get();return e},t.prototype.getHexStringValue=function(){var t=this.toHexString(),e=2*this.header,n=2*this.length;return t.substr(e,n)},t.decode=function(e){var n;n=e instanceof tr?e:new tr(e,0);var r=new tr(n),i=new nr(n),o=t.decodeLength(n),a=n.pos,s=a-r.pos,c=null,u=function(){var e=[];if(null!==o){for(var r=a+o;n.pos<r;)e[e.length]=t.decode(n);if(n.pos!=r)throw new Error("Content size is not correct for container starting at offset "+a)}else try{for(;;){var i=t.decode(n);if(i.tag.isEOC())break;e[e.length]=i}o=a-n.pos}catch(t){throw new Error("Exception while decoding undefined length content: "+t)}return e};if(i.tagConstructed)c=u();else if(i.isUniversal()&&(3==i.tagNumber||4==i.tagNumber))try{if(3==i.tagNumber&&0!=n.get())throw new Error("BIT STRINGs with unused bits cannot encapsulate.");c=u();for(var d=0;d<c.length;++d)if(c[d].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(t){c=null}if(null===c){if(null===o)throw new Error("We can't skip over an invalid tag with undefined length at offset "+a);n.pos=a+Math.abs(o)}return new t(r,s,o,i,c)},t}(),nr=function(){function t(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var n=new Jn;do{e=t.get(),n.mulAdd(128,127&e)}while(128&e);this.tagNumber=n.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),rr=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],ir=(1<<26)/rr[rr.length-1],or=function(){function t(t,e,n){null!=t&&("number"==typeof t?this.fromNumber(t,e,n):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var n,r=(1<<e)-1,i=!1,o="",a=this.t,s=this.DB-a*this.DB%e;if(a-- >0)for(s<this.DB&&(n=this[a]>>s)>0&&(i=!0,o=Mn(n));a>=0;)s<e?(n=(this[a]&(1<<s)-1)<<e-s,n|=this[--a]>>(s+=this.DB-e)):(n=this[a]>>(s-=e)&r,s<=0&&(s+=this.DB,--a)),n>0&&(i=!0),i&&(o+=Mn(n));return i?o:"0"},t.prototype.negate=function(){var e=dr();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var n=this.t;if(0!=(e=n-t.t))return this.s<0?-e:e;for(;--n>=0;)if(0!=(e=this[n]-t[n]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+mr(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var n=dr();return this.abs().divRemTo(e,null,n),this.s<0&&n.compareTo(t.ZERO)>0&&e.subTo(n,n),n},t.prototype.modPowInt=function(t,e){var n;return n=t<256||e.isEven()?new sr(e):new cr(e),this.exp(t,n)},t.prototype.clone=function(){var t=dr();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var n,r=this.DB-t*this.DB%8,i=0;if(t-- >0)for(r<this.DB&&(n=this[t]>>r)!=(this.s&this.DM)>>r&&(e[i++]=n|this.s<<this.DB-r);t>=0;)r<8?(n=(this[t]&(1<<r)-1)<<8-r,n|=this[--t]>>(r+=this.DB-8)):(n=this[t]>>(r-=8)&255,r<=0&&(r+=this.DB,--t)),0!=(128&n)&&(n|=-256),0==i&&(128&this.s)!=(128&n)&&++i,(i>0||n!=this.s)&&(e[i++]=n);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=dr();return this.bitwiseTo(t,jn,e),e},t.prototype.or=function(t){var e=dr();return this.bitwiseTo(t,Pn,e),e},t.prototype.xor=function(t){var e=dr();return this.bitwiseTo(t,Ln,e),e},t.prototype.andNot=function(t){var e=dr();return this.bitwiseTo(t,Bn,e),e},t.prototype.not=function(){for(var t=dr(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},t.prototype.shiftLeft=function(t){var e=dr();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},t.prototype.shiftRight=function(t){var e=dr();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},t.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+Gn(this[t]);return this.s<0?this.t*this.DB:-1},t.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,n=0;n<this.t;++n)t+=Fn(this[n]^e);return t},t.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},t.prototype.setBit=function(t){return this.changeBit(t,Pn)},t.prototype.clearBit=function(t){return this.changeBit(t,Bn)},t.prototype.flipBit=function(t){return this.changeBit(t,Ln)},t.prototype.add=function(t){var e=dr();return this.addTo(t,e),e},t.prototype.subtract=function(t){var e=dr();return this.subTo(t,e),e},t.prototype.multiply=function(t){var e=dr();return this.multiplyTo(t,e),e},t.prototype.divide=function(t){var e=dr();return this.divRemTo(t,e,null),e},t.prototype.remainder=function(t){var e=dr();return this.divRemTo(t,null,e),e},t.prototype.divideAndRemainder=function(t){var e=dr(),n=dr();return this.divRemTo(t,e,n),[e,n]},t.prototype.modPow=function(t,e){var n,r,i=t.bitLength(),o=yr(1);if(i<=0)return o;n=i<18?1:i<48?3:i<144?4:i<768?5:6,r=i<8?new sr(e):e.isEven()?new ur(e):new cr(e);var a=[],s=3,c=n-1,u=(1<<n)-1;if(a[1]=r.convert(this),n>1){var d=dr();for(r.sqrTo(a[1],d);s<=u;)a[s]=dr(),r.mulTo(d,a[s-2],a[s]),s+=2}var l,p,f=t.t-1,h=!0,g=dr();for(i=mr(t[f])-1;f>=0;){for(i>=c?l=t[f]>>i-c&u:(l=(t[f]&(1<<i+1)-1)<<c-i,f>0&&(l|=t[f-1]>>this.DB+i-c)),s=n;0==(1&l);)l>>=1,--s;if((i-=s)<0&&(i+=this.DB,--f),h)a[l].copyTo(o),h=!1;else{for(;s>1;)r.sqrTo(o,g),r.sqrTo(g,o),s-=2;s>0?r.sqrTo(o,g):(p=o,o=g,g=p),r.mulTo(g,a[l],o)}for(;f>=0&&0==(t[f]&1<<i);)r.sqrTo(o,g),p=o,o=g,g=p,--i<0&&(i=this.DB-1,--f)}return r.revert(o)},t.prototype.modInverse=function(e){var n=e.isEven();if(this.isEven()&&n||0==e.signum())return t.ZERO;for(var r=e.clone(),i=this.clone(),o=yr(1),a=yr(0),s=yr(0),c=yr(1);0!=r.signum();){for(;r.isEven();)r.rShiftTo(1,r),n?(o.isEven()&&a.isEven()||(o.addTo(this,o),a.subTo(e,a)),o.rShiftTo(1,o)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);for(;i.isEven();)i.rShiftTo(1,i),n?(s.isEven()&&c.isEven()||(s.addTo(this,s),c.subTo(e,c)),s.rShiftTo(1,s)):c.isEven()||c.subTo(e,c),c.rShiftTo(1,c);r.compareTo(i)>=0?(r.subTo(i,r),n&&o.subTo(s,o),a.subTo(c,a)):(i.subTo(r,i),n&&s.subTo(o,s),c.subTo(a,c))}return 0!=i.compareTo(t.ONE)?t.ZERO:c.compareTo(e)>=0?c.subtract(e):c.signum()<0?(c.addTo(e,c),c.signum()<0?c.add(e):c):c},t.prototype.pow=function(t){return this.exp(t,new ar)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),n=t.s<0?t.negate():t.clone();if(e.compareTo(n)<0){var r=e;e=n,n=r}var i=e.getLowestSetBit(),o=n.getLowestSetBit();if(o<0)return e;for(i<o&&(o=i),o>0&&(e.rShiftTo(o,e),n.rShiftTo(o,n));e.signum()>0;)(i=e.getLowestSetBit())>0&&e.rShiftTo(i,e),(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),e.compareTo(n)>=0?(e.subTo(n,e),e.rShiftTo(1,e)):(n.subTo(e,n),n.rShiftTo(1,n));return o>0&&n.lShiftTo(o,n),n},t.prototype.isProbablePrime=function(t){var e,n=this.abs();if(1==n.t&&n[0]<=rr[rr.length-1]){for(e=0;e<rr.length;++e)if(n[0]==rr[e])return!0;return!1}if(n.isEven())return!1;for(e=1;e<rr.length;){for(var r=rr[e],i=e+1;i<rr.length&&r<ir;)r*=rr[i++];for(r=n.modInt(r);e<i;)if(r%rr[e++]==0)return!1}return n.millerRabin(t)},t.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,n){var r;if(16==n)r=4;else if(8==n)r=3;else if(256==n)r=8;else if(2==n)r=1;else if(32==n)r=5;else{if(4!=n)return void this.fromRadix(e,n);r=2}this.t=0,this.s=0;for(var i=e.length,o=!1,a=0;--i>=0;){var s=8==r?255&+e[i]:vr(e,i);s<0?"-"==e.charAt(i)&&(o=!0):(o=!1,0==a?this[this.t++]=s:a+r>this.DB?(this[this.t-1]|=(s&(1<<this.DB-a)-1)<<a,this[this.t++]=s>>this.DB-a):this[this.t-1]|=s<<a,(a+=r)>=this.DB&&(a-=this.DB))}8==r&&0!=(128&+e[0])&&(this.s=-1,a>0&&(this[this.t-1]|=(1<<this.DB-a)-1<<a)),this.clamp(),o&&t.ZERO.subTo(this,this)},t.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var n;for(n=this.t-1;n>=0;--n)e[n+t]=this[n];for(n=t-1;n>=0;--n)e[n]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var n=t;n<this.t;++n)e[n-t]=this[n];e.t=Math.max(this.t-t,0),e.s=this.s},t.prototype.lShiftTo=function(t,e){for(var n=t%this.DB,r=this.DB-n,i=(1<<r)-1,o=Math.floor(t/this.DB),a=this.s<<n&this.DM,s=this.t-1;s>=0;--s)e[s+o+1]=this[s]>>r|a,a=(this[s]&i)<<n;for(s=o-1;s>=0;--s)e[s]=0;e[o]=a,e.t=this.t+o+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var n=Math.floor(t/this.DB);if(n>=this.t)e.t=0;else{var r=t%this.DB,i=this.DB-r,o=(1<<r)-1;e[0]=this[n]>>r;for(var a=n+1;a<this.t;++a)e[a-n-1]|=(this[a]&o)<<i,e[a-n]=this[a]>>r;r>0&&(e[this.t-n-1]|=(this.s&o)<<i),e.t=this.t-n,e.clamp()}},t.prototype.subTo=function(t,e){for(var n=0,r=0,i=Math.min(t.t,this.t);n<i;)r+=this[n]-t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r-=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r-=t[n],e[n++]=r&this.DM,r>>=this.DB;r-=t.s}e.s=r<0?-1:0,r<-1?e[n++]=this.DV+r:r>0&&(e[n++]=r),e.t=n,e.clamp()},t.prototype.multiplyTo=function(e,n){var r=this.abs(),i=e.abs(),o=r.t;for(n.t=o+i.t;--o>=0;)n[o]=0;for(o=0;o<i.t;++o)n[o+r.t]=r.am(0,i[o],n,o,0,r.t);n.s=0,n.clamp(),this.s!=e.s&&t.ZERO.subTo(n,n)},t.prototype.squareTo=function(t){for(var e=this.abs(),n=t.t=2*e.t;--n>=0;)t[n]=0;for(n=0;n<e.t-1;++n){var r=e.am(n,e[n],t,2*n,0,1);(t[n+e.t]+=e.am(n+1,2*e[n],t,2*n+1,r,e.t-n-1))>=e.DV&&(t[n+e.t]-=e.DV,t[n+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(n,e[n],t,2*n,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,n,r){var i=e.abs();if(!(i.t<=0)){var o=this.abs();if(o.t<i.t)return null!=n&&n.fromInt(0),void(null!=r&&this.copyTo(r));null==r&&(r=dr());var a=dr(),s=this.s,c=e.s,u=this.DB-mr(i[i.t-1]);u>0?(i.lShiftTo(u,a),o.lShiftTo(u,r)):(i.copyTo(a),o.copyTo(r));var d=a.t,l=a[d-1];if(0!=l){var p=l*(1<<this.F1)+(d>1?a[d-2]>>this.F2:0),f=this.FV/p,h=(1<<this.F1)/p,g=1<<this.F2,v=r.t,y=v-d,m=null==n?dr():n;for(a.dlShiftTo(y,m),r.compareTo(m)>=0&&(r[r.t++]=1,r.subTo(m,r)),t.ONE.dlShiftTo(d,m),m.subTo(a,a);a.t<d;)a[a.t++]=0;for(;--y>=0;){var I=r[--v]==l?this.DM:Math.floor(r[v]*f+(r[v-1]+g)*h);if((r[v]+=a.am(0,I,r,y,0,d))<I)for(a.dlShiftTo(y,m),r.subTo(m,r);r[v]<--I;)r.subTo(m,r)}null!=n&&(r.drShiftTo(d,n),s!=c&&t.ZERO.subTo(n,n)),r.t=d,r.clamp(),u>0&&r.rShiftTo(u,r),s<0&&t.ZERO.subTo(r,r)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,n){if(e>4294967295||e<1)return t.ONE;var r=dr(),i=dr(),o=n.convert(this),a=mr(e)-1;for(o.copyTo(r);--a>=0;)if(n.sqrTo(r,i),(e&1<<a)>0)n.mulTo(i,o,r);else{var s=r;r=i,i=s}return n.revert(r)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),n=Math.pow(t,e),r=yr(n),i=dr(),o=dr(),a="";for(this.divRemTo(r,i,o);i.signum()>0;)a=(n+o.intValue()).toString(t).substr(1)+a,i.divRemTo(r,i,o);return o.intValue().toString(t)+a},t.prototype.fromRadix=function(e,n){this.fromInt(0),null==n&&(n=10);for(var r=this.chunkSize(n),i=Math.pow(n,r),o=!1,a=0,s=0,c=0;c<e.length;++c){var u=vr(e,c);u<0?"-"==e.charAt(c)&&0==this.signum()&&(o=!0):(s=n*s+u,++a>=r&&(this.dMultiply(i),this.dAddOffset(s,0),a=0,s=0))}a>0&&(this.dMultiply(Math.pow(n,a)),this.dAddOffset(s,0)),o&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,n,r){if("number"==typeof n)if(e<2)this.fromInt(1);else for(this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),Pn,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(n);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var i=[],o=7&e;i.length=1+(e>>3),n.nextBytes(i),o>0?i[0]&=(1<<o)-1:i[0]=0,this.fromString(i,256)}},t.prototype.bitwiseTo=function(t,e,n){var r,i,o=Math.min(t.t,this.t);for(r=0;r<o;++r)n[r]=e(this[r],t[r]);if(t.t<this.t){for(i=t.s&this.DM,r=o;r<this.t;++r)n[r]=e(this[r],i);n.t=this.t}else{for(i=this.s&this.DM,r=o;r<t.t;++r)n[r]=e(i,t[r]);n.t=t.t}n.s=e(this.s,t.s),n.clamp()},t.prototype.changeBit=function(e,n){var r=t.ONE.shiftLeft(e);return this.bitwiseTo(r,n,r),r},t.prototype.addTo=function(t,e){for(var n=0,r=0,i=Math.min(t.t,this.t);n<i;)r+=this[n]+t[n],e[n++]=r&this.DM,r>>=this.DB;if(t.t<this.t){for(r+=t.s;n<this.t;)r+=this[n],e[n++]=r&this.DM,r>>=this.DB;r+=this.s}else{for(r+=this.s;n<t.t;)r+=t[n],e[n++]=r&this.DM,r>>=this.DB;r+=t.s}e.s=r<0?-1:0,r>0?e[n++]=r:r<-1&&(e[n++]=this.DV+r),e.t=n,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,n){var r=Math.min(this.t+t.t,e);for(n.s=0,n.t=r;r>0;)n[--r]=0;for(var i=n.t-this.t;r<i;++r)n[r+this.t]=this.am(0,t[r],n,r,0,this.t);for(i=Math.min(t.t,e);r<i;++r)this.am(0,t[r],n,r,0,e-r);n.clamp()},t.prototype.multiplyUpperTo=function(t,e,n){--e;var r=n.t=this.t+t.t-e;for(n.s=0;--r>=0;)n[r]=0;for(r=Math.max(e-this.t,0);r<t.t;++r)n[this.t+r-e]=this.am(e-r,t[r],n,0,0,this.t+r-e);n.clamp(),n.drShiftTo(1,n)},t.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,n=this.s<0?t-1:0;if(this.t>0)if(0==e)n=this[0]%t;else for(var r=this.t-1;r>=0;--r)n=(e*n+this[r])%t;return n},t.prototype.millerRabin=function(e){var n=this.subtract(t.ONE),r=n.getLowestSetBit();if(r<=0)return!1;var i=n.shiftRight(r);(e=e+1>>1)>rr.length&&(e=rr.length);for(var o=dr(),a=0;a<e;++a){o.fromInt(rr[Math.floor(Math.random()*rr.length)]);var s=o.modPow(i,this);if(0!=s.compareTo(t.ONE)&&0!=s.compareTo(n)){for(var c=1;c++<r&&0!=s.compareTo(n);)if(0==(s=s.modPowInt(2,this)).compareTo(t.ONE))return!1;if(0!=s.compareTo(n))return!1}}return!0},t.prototype.square=function(){var t=dr();return this.squareTo(t),t},t.prototype.gcda=function(t,e){var n=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(n.compareTo(r)<0){var i=n;n=r,r=i}var o=n.getLowestSetBit(),a=r.getLowestSetBit();if(a<0)e(n);else{o<a&&(a=o),a>0&&(n.rShiftTo(a,n),r.rShiftTo(a,r));var s=function(){(o=n.getLowestSetBit())>0&&n.rShiftTo(o,n),(o=r.getLowestSetBit())>0&&r.rShiftTo(o,r),n.compareTo(r)>=0?(n.subTo(r,n),n.rShiftTo(1,n)):(r.subTo(n,r),r.rShiftTo(1,r)),n.signum()>0?setTimeout(s,0):(a>0&&r.lShiftTo(a,r),setTimeout((function(){e(r)}),0))};setTimeout(s,10)}},t.prototype.fromNumberAsync=function(e,n,r,i){if("number"==typeof n)if(e<2)this.fromInt(1);else{this.fromNumber(e,r),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),Pn,this),this.isEven()&&this.dAddOffset(1,0);var o=this,a=function(){o.dAddOffset(2,0),o.bitLength()>e&&o.subTo(t.ONE.shiftLeft(e-1),o),o.isProbablePrime(n)?setTimeout((function(){i()}),0):setTimeout(a,0)};setTimeout(a,0)}else{var s=[],c=7&e;s.length=1+(e>>3),n.nextBytes(s),c>0?s[0]&=(1<<c)-1:s[0]=0,this.fromString(s,256)}},t}(),ar=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),sr=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),cr=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=dr();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(or.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=dr();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var n=32767&t[e],r=n*this.mpl+((n*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[n=e+this.m.t]+=this.m.am(0,r,t,e,0,this.m.t);t[n]>=t.DV;)t[n]-=t.DV,t[++n]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),ur=function(){function t(t){this.m=t,this.r2=dr(),this.q3=dr(),or.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=dr();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function dr(){return new or(null)}function lr(t,e){return new or(t,e)}var pr="undefined"!=typeof navigator;pr&&"Microsoft Internet Explorer"==navigator.appName?(or.prototype.am=function(t,e,n,r,i,o){for(var a=32767&e,s=e>>15;--o>=0;){var c=32767&this[t],u=this[t++]>>15,d=s*c+u*a;i=((c=a*c+((32767&d)<<15)+n[r]+(1073741823&i))>>>30)+(d>>>15)+s*u+(i>>>30),n[r++]=1073741823&c}return i},Xn=30):pr&&"Netscape"!=navigator.appName?(or.prototype.am=function(t,e,n,r,i,o){for(;--o>=0;){var a=e*this[t++]+n[r]+i;i=Math.floor(a/67108864),n[r++]=67108863&a}return i},Xn=26):(or.prototype.am=function(t,e,n,r,i,o){for(var a=16383&e,s=e>>14;--o>=0;){var c=16383&this[t],u=this[t++]>>14,d=s*c+u*a;i=((c=a*c+((16383&d)<<14)+n[r]+i)>>28)+(d>>14)+s*u,n[r++]=268435455&c}return i},Xn=28),or.prototype.DB=Xn,or.prototype.DM=(1<<Xn)-1,or.prototype.DV=1<<Xn,or.prototype.FV=Math.pow(2,52),or.prototype.F1=52-Xn,or.prototype.F2=2*Xn-52;var fr,hr,gr=[];for(fr="0".charCodeAt(0),hr=0;hr<=9;++hr)gr[fr++]=hr;for(fr="a".charCodeAt(0),hr=10;hr<36;++hr)gr[fr++]=hr;for(fr="A".charCodeAt(0),hr=10;hr<36;++hr)gr[fr++]=hr;function vr(t,e){var n=gr[t.charCodeAt(e)];return null==n?-1:n}function yr(t){var e=dr();return e.fromInt(t),e}function mr(t){var e,n=1;return 0!=(e=t>>>16)&&(t=e,n+=16),0!=(e=t>>8)&&(t=e,n+=8),0!=(e=t>>4)&&(t=e,n+=4),0!=(e=t>>2)&&(t=e,n+=2),0!=(e=t>>1)&&(t=e,n+=1),n}or.ZERO=yr(0),or.ONE=yr(1);var Ir,Sr,br=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,n,r;for(e=0;e<256;++e)this.S[e]=e;for(n=0,e=0;e<256;++e)n=n+this.S[e]+t[e%t.length]&255,r=this.S[e],this.S[e]=this.S[n],this.S[n]=r;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}(),Er=null;if(null==Er){Er=[],Sr=0;var Tr=void 0;if(window.crypto&&window.crypto.getRandomValues){var Cr=new Uint32Array(256);for(window.crypto.getRandomValues(Cr),Tr=0;Tr<Cr.length;++Tr)Er[Sr++]=255&Cr[Tr]}var wr=0,_r=function(t){if((wr=wr||0)>=256||Sr>=256)window.removeEventListener?window.removeEventListener("mousemove",_r,!1):window.detachEvent&&window.detachEvent("onmousemove",_r);else try{var e=t.x+t.y;Er[Sr++]=255&e,wr+=1}catch(t){}};window.addEventListener?window.addEventListener("mousemove",_r,!1):window.attachEvent&&window.attachEvent("onmousemove",_r)}function Ar(){if(null==Ir){for(Ir=new br;Sr<256;){var t=Math.floor(65536*Math.random());Er[Sr++]=255&t}for(Ir.init(Er),Sr=0;Sr<Er.length;++Sr)Er[Sr]=0;Sr=0}return Ir.next()}var Or=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e<t.length;++e)t[e]=Ar()},t}(),xr=function(){function t(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return t.prototype.doPublic=function(t){return t.modPowInt(this.e,this.n)},t.prototype.doPrivate=function(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),n=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(n)<0;)e=e.add(this.p);return e.subtract(n).multiply(this.coeff).mod(this.p).multiply(this.q).add(n)},t.prototype.setPublic=function(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=lr(t,16),this.e=parseInt(e,16)):console.error("Invalid RSA public key")},t.prototype.encrypt=function(t){var e=this.n.bitLength()+7>>3,n=function(t,e){if(e<t.length+11)return console.error("Message too long for RSA"),null;for(var n=[],r=t.length-1;r>=0&&e>0;){var i=t.charCodeAt(r--);i<128?n[--e]=i:i>127&&i<2048?(n[--e]=63&i|128,n[--e]=i>>6|192):(n[--e]=63&i|128,n[--e]=i>>6&63|128,n[--e]=i>>12|224)}n[--e]=0;for(var o=new Or,a=[];e>2;){for(a[0]=0;0==a[0];)o.nextBytes(a);n[--e]=a[0]}return n[--e]=2,n[--e]=0,new or(n)}(t,e);if(null==n)return null;var r=this.doPublic(n);if(null==r)return null;for(var i=r.toString(16),o=i.length,a=0;a<2*e-o;a++)i="0"+i;return i},t.prototype.setPrivate=function(t,e,n){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=lr(t,16),this.e=parseInt(e,16),this.d=lr(n,16)):console.error("Invalid RSA private key")},t.prototype.setPrivateEx=function(t,e,n,r,i,o,a,s){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=lr(t,16),this.e=parseInt(e,16),this.d=lr(n,16),this.p=lr(r,16),this.q=lr(i,16),this.dmp1=lr(o,16),this.dmq1=lr(a,16),this.coeff=lr(s,16)):console.error("Invalid RSA private key")},t.prototype.generate=function(t,e){var n=new Or,r=t>>1;this.e=parseInt(e,16);for(var i=new or(e,16);;){for(;this.p=new or(t-r,1,n),0!=this.p.subtract(or.ONE).gcd(i).compareTo(or.ONE)||!this.p.isProbablePrime(10););for(;this.q=new or(r,1,n),0!=this.q.subtract(or.ONE).gcd(i).compareTo(or.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var o=this.p;this.p=this.q,this.q=o}var a=this.p.subtract(or.ONE),s=this.q.subtract(or.ONE),c=a.multiply(s);if(0==c.gcd(i).compareTo(or.ONE)){this.n=this.p.multiply(this.q),this.d=i.modInverse(c),this.dmp1=this.d.mod(a),this.dmq1=this.d.mod(s),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=lr(t,16),n=this.doPrivate(e);return null==n?null:function(t,e){for(var n=t.toByteArray(),r=0;r<n.length&&0==n[r];)++r;if(n.length-r!=e-1||2!=n[r])return null;for(++r;0!=n[r];)if(++r>=n.length)return null;for(var i="";++r<n.length;){var o=255&n[r];o<128?i+=String.fromCharCode(o):o>191&&o<224?(i+=String.fromCharCode((31&o)<<6|63&n[r+1]),++r):(i+=String.fromCharCode((15&o)<<12|(63&n[r+1])<<6|63&n[r+2]),r+=2)}return i}(n,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,n){var r=new Or,i=t>>1;this.e=parseInt(e,16);var o=new or(e,16),a=this,s=function(){var e=function(){if(a.p.compareTo(a.q)<=0){var t=a.p;a.p=a.q,a.q=t}var e=a.p.subtract(or.ONE),r=a.q.subtract(or.ONE),i=e.multiply(r);0==i.gcd(o).compareTo(or.ONE)?(a.n=a.p.multiply(a.q),a.d=o.modInverse(i),a.dmp1=a.d.mod(e),a.dmq1=a.d.mod(r),a.coeff=a.q.modInverse(a.p),setTimeout((function(){n()}),0)):setTimeout(s,0)},c=function(){a.q=dr(),a.q.fromNumberAsync(i,1,r,(function(){a.q.subtract(or.ONE).gcda(o,(function(t){0==t.compareTo(or.ONE)&&a.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(c,0)}))}))},u=function(){a.p=dr(),a.p.fromNumberAsync(t-i,1,r,(function(){a.p.subtract(or.ONE).gcda(o,(function(t){0==t.compareTo(or.ONE)&&a.p.isProbablePrime(10)?setTimeout(c,0):setTimeout(u,0)}))}))};setTimeout(u,0)};setTimeout(s,0)},t.prototype.sign=function(t,e,n){var r=function(t,e){if(e<t.length+22)return console.error("Message too long for RSA"),null;for(var n=e-t.length-6,r="",i=0;i<n;i+=2)r+="ff";return lr("0001"+r+"00"+t,16)}((Nr[n]||"")+e(t).toString(),this.n.bitLength()/4);if(null==r)return null;var i=this.doPrivate(r);if(null==i)return null;var o=i.toString(16);return 0==(1&o.length)?o:"0"+o},t.prototype.verify=function(t,e,n){var r=lr(e,16),i=this.doPublic(r);return null==i?null:function(t){for(var e in Nr)if(Nr.hasOwnProperty(e)){var n=Nr[e],r=n.length;if(t.substr(0,r)==n)return t.substr(r)}return t}(i.toString(16).replace(/^1f+00/,""))==n(t).toString()},t}(),Nr={md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",ripemd160:"3021300906052b2403020105000414"},Dr={};Dr.lang={extend:function(t,e,n){if(!e||!t)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var r=function(){};if(r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),n){var i;for(i in n)t.prototype[i]=n[i];var o=function(){},a=["toString","valueOf"];try{/MSIE/.test(navigator.userAgent)&&(o=function(t,e){for(i=0;i<a.length;i+=1){var n=a[i],r=e[n];"function"==typeof r&&r!=Object.prototype[n]&&(t[n]=r)}})}catch(t){}o(t.prototype,n)}}};var Rr={};void 0!==Rr.asn1&&Rr.asn1||(Rr.asn1={}),Rr.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e="0"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if("-"!=e.substr(0,1))e.length%2==1?e="0"+e:e.match(/^[0-7]/)||(e="00"+e);else{var n=e.substr(1).length;n%2==1?n+=1:e.match(/^[0-7]/)||(n+=2);for(var r="",i=0;i<n;i++)r+="f";e=new or(r,16).xor(t).add(or.ONE).toString(16).replace(/^-/,"")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=Rr.asn1,n=e.DERBoolean,r=e.DERInteger,i=e.DERBitString,o=e.DEROctetString,a=e.DERNull,s=e.DERObjectIdentifier,c=e.DEREnumerated,u=e.DERUTF8String,d=e.DERNumericString,l=e.DERPrintableString,p=e.DERTeletexString,f=e.DERIA5String,h=e.DERUTCTime,g=e.DERGeneralizedTime,v=e.DERSequence,y=e.DERSet,m=e.DERTaggedObject,I=e.ASN1Util.newObject,S=Object.keys(t);if(1!=S.length)throw"key of param shall be only one.";var b=S[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+b+":"))throw"undefined key: "+b;if("bool"==b)return new n(t[b]);if("int"==b)return new r(t[b]);if("bitstr"==b)return new i(t[b]);if("octstr"==b)return new o(t[b]);if("null"==b)return new a(t[b]);if("oid"==b)return new s(t[b]);if("enum"==b)return new c(t[b]);if("utf8str"==b)return new u(t[b]);if("numstr"==b)return new d(t[b]);if("prnstr"==b)return new l(t[b]);if("telstr"==b)return new p(t[b]);if("ia5str"==b)return new f(t[b]);if("utctime"==b)return new h(t[b]);if("gentime"==b)return new g(t[b]);if("seq"==b){for(var E=t[b],T=[],C=0;C<E.length;C++){var w=I(E[C]);T.push(w)}return new v({array:T})}if("set"==b){for(E=t[b],T=[],C=0;C<E.length;C++)w=I(E[C]),T.push(w);return new y({array:T})}if("tag"==b){var _=t[b];if("[object Array]"===Object.prototype.toString.call(_)&&3==_.length){var A=I(_[2]);return new m({tag:_[0],explicit:_[1],obj:A})}var O={};if(void 0!==_.explicit&&(O.explicit=_.explicit),void 0!==_.tag&&(O.tag=_.tag),void 0===_.obj)throw"obj shall be specified for 'tag'.";return O.obj=I(_.obj),new m(O)}},this.jsonToASN1HEX=function(t){return this.newObject(t).getEncodedHex()}},Rr.asn1.ASN1Util.oidHexToInt=function(t){for(var e="",n=parseInt(t.substr(0,2),16),r=(e=Math.floor(n/40)+"."+n%40,""),i=2;i<t.length;i+=2){var o=("00000000"+parseInt(t.substr(i,2),16).toString(2)).slice(-8);r+=o.substr(1,7),"0"==o.substr(0,1)&&(e=e+"."+new or(r,2).toString(10),r="")}return e},Rr.asn1.ASN1Util.oidIntToHex=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e="0"+e),e},n=function(t){var n="",r=new or(t,10).toString(2),i=7-r.length%7;7==i&&(i=0);for(var o="",a=0;a<i;a++)o+="0";for(r=o+r,a=0;a<r.length-1;a+=7){var s=r.substr(a,7);a!=r.length-7&&(s="1"+s),n+=e(parseInt(s,2))}return n};if(!t.match(/^[0-9.]+$/))throw"malformed oid string: "+t;var r="",i=t.split("."),o=40*parseInt(i[0])+parseInt(i[1]);r+=e(o),i.splice(0,2);for(var a=0;a<i.length;a++)r+=n(i[a]);return r},Rr.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+"".length+",v="+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e="0"+e),t<128)return e;var n=e.length/2;if(n>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);return(128+n).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},Rr.asn1.DERAbstractString=function(t){Rr.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},Dr.lang.extend(Rr.asn1.DERAbstractString,Rr.asn1.ASN1Object),Rr.asn1.DERAbstractTime=function(t){Rr.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,n){var r=this.zeroPadding,i=this.localDateToUTC(t),o=String(i.getFullYear());"utc"==e&&(o=o.substr(2,2));var a=o+r(String(i.getMonth()+1),2)+r(String(i.getDate()),2)+r(String(i.getHours()),2)+r(String(i.getMinutes()),2)+r(String(i.getSeconds()),2);if(!0===n){var s=i.getMilliseconds();if(0!=s){var c=r(String(s),3);a=a+"."+(c=c.replace(/[0]+$/,""))}}return a+"Z"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join("0")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,n,r,i,o){var a=new Date(Date.UTC(t,e-1,n,r,i,o,0));this.setByDate(a)},this.getFreshValueHex=function(){return this.hV}},Dr.lang.extend(Rr.asn1.DERAbstractTime,Rr.asn1.ASN1Object),Rr.asn1.DERAbstractStructured=function(t){Rr.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},Dr.lang.extend(Rr.asn1.DERAbstractStructured,Rr.asn1.ASN1Object),Rr.asn1.DERBoolean=function(){Rr.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},Dr.lang.extend(Rr.asn1.DERBoolean,Rr.asn1.ASN1Object),Rr.asn1.DERInteger=function(t){Rr.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=Rr.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new or(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):"number"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},Dr.lang.extend(Rr.asn1.DERInteger,Rr.asn1.ASN1Object),Rr.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=Rr.asn1.ASN1Util.newObject(t.obj);t.hex="00"+e.getEncodedHex()}Rr.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7<t)throw"unused bits shall be from 0 to 7: u = "+t;var n="0"+t;this.hTLV=null,this.isModified=!0,this.hV=n+e},this.setByBinaryString=function(t){var e=8-(t=t.replace(/0+$/,"")).length%8;8==e&&(e=0);for(var n=0;n<=e;n++)t+="0";var r="";for(n=0;n<t.length-1;n+=8){var i=t.substr(n,8),o=parseInt(i,2).toString(16);1==o.length&&(o="0"+o),r+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+e+r},this.setByBooleanArray=function(t){for(var e="",n=0;n<t.length;n++)1==t[n]?e+="1":e+="0";this.setByBinaryString(e)},this.newFalseArray=function(t){for(var e=new Array(t),n=0;n<t;n++)e[n]=!1;return e},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t&&t.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(t):void 0!==t.hex?this.setHexValueIncludingUnusedBits(t.hex):void 0!==t.bin?this.setByBinaryString(t.bin):void 0!==t.array&&this.setByBooleanArray(t.array))},Dr.lang.extend(Rr.asn1.DERBitString,Rr.asn1.ASN1Object),Rr.asn1.DEROctetString=function(t){if(void 0!==t&&void 0!==t.obj){var e=Rr.asn1.ASN1Util.newObject(t.obj);t.hex=e.getEncodedHex()}Rr.asn1.DEROctetString.superclass.constructor.call(this,t),this.hT="04"},Dr.lang.extend(Rr.asn1.DEROctetString,Rr.asn1.DERAbstractString),Rr.asn1.DERNull=function(){Rr.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},Dr.lang.extend(Rr.asn1.DERNull,Rr.asn1.ASN1Object),Rr.asn1.DERObjectIdentifier=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e="0"+e),e},n=function(t){var n="",r=new or(t,10).toString(2),i=7-r.length%7;7==i&&(i=0);for(var o="",a=0;a<i;a++)o+="0";for(r=o+r,a=0;a<r.length-1;a+=7){var s=r.substr(a,7);a!=r.length-7&&(s="1"+s),n+=e(parseInt(s,2))}return n};Rr.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){if(!t.match(/^[0-9.]+$/))throw"malformed oid string: "+t;var r="",i=t.split("."),o=40*parseInt(i[0])+parseInt(i[1]);r+=e(o),i.splice(0,2);for(var a=0;a<i.length;a++)r+=n(i[a]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=r},this.setValueName=function(t){var e=Rr.asn1.x509.OID.name2oid(t);if(""===e)throw"DERObjectIdentifier oidName undefined: "+t;this.setValueOidString(e)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t?t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t):void 0!==t.oid?this.setValueOidString(t.oid):void 0!==t.hex?this.setValueHex(t.hex):void 0!==t.name&&this.setValueName(t.name))},Dr.lang.extend(Rr.asn1.DERObjectIdentifier,Rr.asn1.ASN1Object),Rr.asn1.DEREnumerated=function(t){Rr.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=Rr.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new or(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.int?this.setByInteger(t.int):"number"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},Dr.lang.extend(Rr.asn1.DEREnumerated,Rr.asn1.ASN1Object),Rr.asn1.DERUTF8String=function(t){Rr.asn1.DERUTF8String.superclass.constructor.call(this,t),this.hT="0c"},Dr.lang.extend(Rr.asn1.DERUTF8String,Rr.asn1.DERAbstractString),Rr.asn1.DERNumericString=function(t){Rr.asn1.DERNumericString.superclass.constructor.call(this,t),this.hT="12"},Dr.lang.extend(Rr.asn1.DERNumericString,Rr.asn1.DERAbstractString),Rr.asn1.DERPrintableString=function(t){Rr.asn1.DERPrintableString.superclass.constructor.call(this,t),this.hT="13"},Dr.lang.extend(Rr.asn1.DERPrintableString,Rr.asn1.DERAbstractString),Rr.asn1.DERTeletexString=function(t){Rr.asn1.DERTeletexString.superclass.constructor.call(this,t),this.hT="14"},Dr.lang.extend(Rr.asn1.DERTeletexString,Rr.asn1.DERAbstractString),Rr.asn1.DERIA5String=function(t){Rr.asn1.DERIA5String.superclass.constructor.call(this,t),this.hT="16"},Dr.lang.extend(Rr.asn1.DERIA5String,Rr.asn1.DERAbstractString),Rr.asn1.DERUTCTime=function(t){Rr.asn1.DERUTCTime.superclass.constructor.call(this,t),this.hT="17",this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):"string"==typeof t&&t.match(/^[0-9]{12}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date))},Dr.lang.extend(Rr.asn1.DERUTCTime,Rr.asn1.DERAbstractTime),Rr.asn1.DERGeneralizedTime=function(t){Rr.asn1.DERGeneralizedTime.superclass.constructor.call(this,t),this.hT="18",this.withMillis=!1,this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):"string"==typeof t&&t.match(/^[0-9]{14}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date),!0===t.millis&&(this.withMillis=!0))},Dr.lang.extend(Rr.asn1.DERGeneralizedTime,Rr.asn1.DERAbstractTime),Rr.asn1.DERSequence=function(t){Rr.asn1.DERSequence.superclass.constructor.call(this,t),this.hT="30",this.getFreshValueHex=function(){for(var t="",e=0;e<this.asn1Array.length;e++)t+=this.asn1Array[e].getEncodedHex();return this.hV=t,this.hV}},Dr.lang.extend(Rr.asn1.DERSequence,Rr.asn1.DERAbstractStructured),Rr.asn1.DERSet=function(t){Rr.asn1.DERSet.superclass.constructor.call(this,t),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,e=0;e<this.asn1Array.length;e++){var n=this.asn1Array[e];t.push(n.getEncodedHex())}return 1==this.sortFlag&&t.sort(),this.hV=t.join(""),this.hV},void 0!==t&&void 0!==t.sortflag&&0==t.sortflag&&(this.sortFlag=!1)},Dr.lang.extend(Rr.asn1.DERSet,Rr.asn1.DERAbstractStructured),Rr.asn1.DERTaggedObject=function(t){Rr.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(t,e,n){this.hT=e,this.isExplicit=t,this.asn1Object=n,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=n.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,e),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.tag&&(this.hT=t.tag),void 0!==t.explicit&&(this.isExplicit=t.explicit),void 0!==t.obj&&(this.asn1Object=t.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},Dr.lang.extend(Rr.asn1.DERTaggedObject,Rr.asn1.ASN1Object);var kr,Ur=(kr=function(t,e){return kr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},kr(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}kr(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),Mr=function(t){function e(n){var r=t.call(this)||this;return n&&("string"==typeof n?r.parseKey(n):(e.hasPrivateKeyProperty(n)||e.hasPublicKeyProperty(n))&&r.parsePropertiesFrom(n)),r}return Ur(e,t),e.prototype.parseKey=function(t){try{var e=0,n=0,r=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t)?function(t){var e;if(void 0===Vn){var n="0123456789ABCDEF",r=" \f\n\r\t \u2028\u2029";for(Vn={},e=0;e<16;++e)Vn[n.charAt(e)]=e;for(n=n.toLowerCase(),e=10;e<16;++e)Vn[n.charAt(e)]=e;for(e=0;e<r.length;++e)Vn[r.charAt(e)]=-1}var i=[],o=0,a=0;for(e=0;e<t.length;++e){var s=t.charAt(e);if("="==s)break;if(-1!=(s=Vn[s])){if(void 0===s)throw new Error("Illegal character at offset "+e);o|=s,++a>=2?(i[i.length]=o,o=0,a=0):o<<=4}}if(a)throw new Error("Hex encoding incomplete: 4 bits missing");return i}(t):zn.unarmor(t),i=er.decode(r);if(3===i.sub.length&&(i=i.sub[2].sub[0]),9===i.sub.length){e=i.sub[1].getHexStringValue(),this.n=lr(e,16),n=i.sub[2].getHexStringValue(),this.e=parseInt(n,16);var o=i.sub[3].getHexStringValue();this.d=lr(o,16);var a=i.sub[4].getHexStringValue();this.p=lr(a,16);var s=i.sub[5].getHexStringValue();this.q=lr(s,16);var c=i.sub[6].getHexStringValue();this.dmp1=lr(c,16);var u=i.sub[7].getHexStringValue();this.dmq1=lr(u,16);var d=i.sub[8].getHexStringValue();this.coeff=lr(d,16)}else{if(2!==i.sub.length)return!1;var l=i.sub[1].sub[0];e=l.sub[0].getHexStringValue(),this.n=lr(e,16),n=l.sub[1].getHexStringValue(),this.e=parseInt(n,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new Rr.asn1.DERInteger({int:0}),new Rr.asn1.DERInteger({bigint:this.n}),new Rr.asn1.DERInteger({int:this.e}),new Rr.asn1.DERInteger({bigint:this.d}),new Rr.asn1.DERInteger({bigint:this.p}),new Rr.asn1.DERInteger({bigint:this.q}),new Rr.asn1.DERInteger({bigint:this.dmp1}),new Rr.asn1.DERInteger({bigint:this.dmq1}),new Rr.asn1.DERInteger({bigint:this.coeff})]};return new Rr.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return Hn(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new Rr.asn1.DERSequence({array:[new Rr.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new Rr.asn1.DERNull]}),e=new Rr.asn1.DERSequence({array:[new Rr.asn1.DERInteger({bigint:this.n}),new Rr.asn1.DERInteger({int:this.e})]}),n=new Rr.asn1.DERBitString({hex:"00"+e.getEncodedHex()});return new Rr.asn1.DERSequence({array:[t,n]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return Hn(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var n="(.{1,"+(e=e||64)+"})( +|$\n?)|(.{1,"+e+"})";return t.match(RegExp(n,"g")).join("\n")},e.prototype.getPrivateKey=function(){var t="-----BEGIN RSA PRIVATE KEY-----\n";return(t+=e.wordwrap(this.getPrivateBaseKeyB64())+"\n")+"-----END RSA PRIVATE KEY-----"},e.prototype.getPublicKey=function(){var t="-----BEGIN PUBLIC KEY-----\n";return(t+=e.wordwrap(this.getPublicBaseKeyB64())+"\n")+"-----END PUBLIC KEY-----"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")&&t.hasOwnProperty("d")&&t.hasOwnProperty("p")&&t.hasOwnProperty("q")&&t.hasOwnProperty("dmp1")&&t.hasOwnProperty("dmq1")&&t.hasOwnProperty("coeff")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty("d")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(xr),jr=function(){function t(t){void 0===t&&(t={}),t=t||{},this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}return t.prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new Mr(t)},t.prototype.setPrivateKey=function(t){this.setKey(t)},t.prototype.setPublicKey=function(t){this.setKey(t)},t.prototype.decrypt=function(t){try{return this.getKey().decrypt(Kn(t))}catch(t){return!1}},t.prototype.encrypt=function(t){try{return Hn(this.getKey().encrypt(t))}catch(t){return!1}},t.prototype.sign=function(t,e,n){try{return Hn(this.getKey().sign(t,e,n))}catch(t){return!1}},t.prototype.verify=function(t,e,n){try{return this.getKey().verify(t,Kn(e),n)}catch(t){return!1}},t.prototype.getKey=function(t){if(!this.key){if(this.key=new Mr,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},t.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},t.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},t.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},t.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},t.version="3.2.1",t}(),Pr=s.chaveMovelSignature,Lr={publicKey:null},Br=function(){var t=V((function(t){var e=t.apiClient,n=t.apiEndpoints,r=t.cancelToken;return H().mark((function t(){var i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=n.inCurrentMode.getChaveMovelPublicKey(),t.next=3,e.get({url:i,withCredentials:!1,cancelToken:r});case 3:if((o=t.sent).data.publicKey){t.next=6;break}return t.abrupt("return",{});case 6:return a=atob(o.data.publicKey),Lr.publicKey=a,t.abrupt("return",a);case 9:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Gr=function(){var t=V((function(t){var e=t.signingPin,n=t.phone,r=t.language,i=t.clientId,o=t.docId,a=t.cancelToken,s=t.apiEndpoints,c=t.apiClient,u=t.actionType;return H().mark((function t(){var d,l,p;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return d=s.inCurrentMode.startSigning(),t.next=3,Br({apiClient:c,apiEndpoints:s,cancelToken:a});case 3:return l=t.sent,(p=new jr).setPublicKey(l),t.abrupt("return",c.post({url:d,withCredentials:!1,data:{doc_id:o,client_id:i,sign_type:u,lang:r,signing_pin:p.encrypt(e),phone:p.encrypt(n)},cancelToken:a}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Fr=function(t){var e=t.startSigningResult,n=t.confirmationCodeRequest,r=t.setOnCancelByUser;return new Promise((function(t,i){r((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,i(t)})),n({data:e.data},t,i)}))},Vr=function(t){var e=t.token,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId,c=t.confirmationCode,u=new jr;return u.setPublicKey(Lr.publicKey),n.post({url:r.inCurrentMode.completeSignatureChaveMovel(),withCredentials:!1,data:{token:e,doc_id:a,lang:i,client_id:s,confirmation_code:u.encrypt(c)},cancelToken:o})},qr=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.countryCode,d=t.language,l=t.started,p=t.confirmationCodeRequest,f=t.signingPin,h=t.phone,g=t.setOnCancelByUser;return H().mark((function t(){var v,y,m;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=u(r.SIGNATURE,Pr,c),s.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(Gr)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,language:d,actionType:v.actionType,signingPin:f,phone:h});case 4:return y=t.sent,l(y),t.next=8,W(Fr,{shouldFormatResult:!1})({startSigningResult:y,confirmationCodeRequest:p,setOnCancelByUser:g});case 8:return m=t.sent,t.abrupt("return",W(Vr)({token:y.data.token,apiClient:a,apiEndpoints:o,language:d,cancelToken:i,docId:n,clientId:e,confirmationCode:m}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Hr=it(Pr,qr,{pin:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),Kr=In({moduleName:s.mitIdSignature,createModuleCreator:it}),Qr=s.ftnQesSignature,zr=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.phone,d=t.email,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,phone:u,email:d},cancelToken:i})},Zr=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.phone,f=t.email,h=t.redirect;return H().mark((function t(){var g,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return g=u(r.SIGNATURE,Qr,l),c.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=4,W(zr)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,phone:p,email:f,actionType:g.actionType});case 4:return v=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(v));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Jr=it(Qr,Zr,{phone:{type:"string",required:!0},email:{type:"string",required:!0}}),Wr=s.noBankIdAdvSignature,Yr=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.name,d=o.inCurrentMode.startSigning();return a.post({url:d,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,name:u},cancelToken:i})},$r=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.name,f=t.redirect;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Wr,l),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Yr)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,name:p,actionType:h.actionType});case 4:return g=t.sent,t.abrupt("return",W(f,{shouldFormatResult:!1})(g));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Xr=it(Wr,$r,{name:{type:"string",required:!0}}),ti=Ve({moduleName:s.certEuropeUsbTokenSignature,createModuleCreator:it}),ei=Ve({moduleName:s.certSignUsbTokenSignature,createModuleCreator:it}),ni=In({moduleName:s.idinSignature,createModuleCreator:it}),ri=In({moduleName:s.verifaiSignature,createModuleCreator:it}),ii=s.spidQesSignature,oi=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.phone,d=t.email,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,phone:u,email:d},cancelToken:i})},ai=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.phone,f=t.email,h=t.redirect;return H().mark((function t(){var g,v;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return g=u(r.SIGNATURE,ii,l),c.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=4,W(oi)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,phone:p,email:f,actionType:g.actionType});case 4:return v=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(v));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),si=it(ii,ai,{email:{type:"string",required:!0},phone:{type:"string",required:!0}}),ci=s.frejaSimpleSignature,ui=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},di=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureFrejaSimple(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},li=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:di,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},pi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.started;return H().mark((function t(){var f,h;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,ci,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(ui)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,p(h),t.abrupt("return",W(li)({data:h.data,apiClient:a,apiEndpoints:o,language:l,cancelToken:i,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),fi=it(ci,pi,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),hi=s.audkenniQesSignature,gi=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},vi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.continueSignatureAudkenni(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},yi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureAudkenni(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},mi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:vi,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Ii=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:yi,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Si=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.started;return H().mark((function t(){var f,h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,hi,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(gi)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,t.next=7,W(mi)({data:h.data,apiClient:a,apiEndpoints:o,language:l,cancelToken:i,docId:n,clientId:e});case 7:return g=t.sent,p(g),t.abrupt("return",W(Ii)({data:g.data,apiClient:a,apiEndpoints:o,language:l,cancelToken:i,docId:n,clientId:e}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),bi=it(hi,Si,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),Ei=In({moduleName:s.yesComQesSignature,createModuleCreator:it}),Ti=In({moduleName:s.simplySignQesSignature,createModuleCreator:it}),Ci=s.uanatacaQesSignature,wi=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.language,c=t.actionType,u=t.username,d=t.password,l=t.pin,p=o.inCurrentMode.startSigning();return a.post({url:p,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:c,lang:s,username:u,password:d,pin:l},cancelToken:i})},_i=function(t){var e=t.startSigningResult,n=t.confirmationCodeRequest,r=t.setOnCancelByUser;return new Promise((function(t,i){r((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,i(t)})),n({data:e.data},t,i)}))},Ai=function(t){var e=t.token,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId,c=t.confirmationCode;return n.post({url:r.inCurrentMode.completeSignatureUanataca(),withCredentials:!1,data:{token:e,doc_id:a,lang:i,client_id:s,confirmation_code:c},cancelToken:o})},Oi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.countryCode,p=t.username,f=t.password,h=t.pin,g=t.confirmationCodeRequest,v=t.setOnCancelByUser,y=t.started;return H().mark((function t(){var m,I,S;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return m=u(r.SIGNATURE,Ci,l),c.dispatch({message:"".concat(m.actionType,": signing started")}),t.next=4,W(wi)({contractId:i,clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,username:p,password:f,pin:h,actionType:m.actionType});case 4:return I=t.sent,y(I),t.next=8,W(_i,{shouldFormatResult:!1})({startSigningResult:I,confirmationCodeRequest:g,setOnCancelByUser:v});case 8:return S=t.sent,t.abrupt("return",W(Ai)({token:I.data.token,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e,confirmationCode:S}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),xi=it(Ci,Oi,{username:{type:"string",required:!0},password:{type:"string",required:!0},pin:{type:"string",required:!0}}),Ni=In({moduleName:s.certsignWebapiQesSignature,createModuleCreator:it}),Di=s.halcomQesSignature,Ri=function(t){var e=t.contractId,n=t.username,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.countryCode,u=t.language,d=t.email,l=t.phone,p=t.actionType,f=a.inCurrentMode.startSigning();return s.post({url:f,withCredentials:!1,data:{doc_id:i,contract_id:e,client_id:r,sign_type:p,username:n,email:d,phone:l,country:c,lang:u},cancelToken:o})},ki=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureHalcom(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},Ui=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:ki,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Mi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.username,p=t.phone,f=t.email,h=t.countryCode,g=t.started;return H().mark((function t(){var v,y;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=u(r.SIGNATURE,Di,h),c.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(Ri)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,username:l,phone:p,email:f,countryCode:h,contractId:i,actionType:v.actionType});case 4:return y=t.sent,g(y),t.abrupt("return",W(Ui)({data:y.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ji=it(Di,Mi,{countryCode:{type:"string",required:!0},username:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),Pi=s.swissIdQesSignature,Li=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.countryCode,c=t.language,u=t.email,d=t.actionType,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:d,email:u,country:s,lang:c},cancelToken:i})},Bi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSwissId(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},Gi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:Bi,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},Fi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.email,p=t.countryCode,f=t.started;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,Pi,p),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Li)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,email:l,countryCode:p,contractId:i,actionType:h.actionType});case 4:return g=t.sent,f(g),t.abrupt("return",W(Gi)({data:g.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Vi=it(Pi,Fi,{countryCode:{type:"string",required:!0},email:{type:"string",required:!0},docId:{type:"string",required:!0}}),qi=s.swissComQesSignature,Hi=function(t){var e=t.contractId,n=t.clientId,r=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.countryCode,c=t.language,u=t.phone,d=t.actionType,l=o.inCurrentMode.startSigning();return a.post({url:l,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:d,phone:u,country:s,lang:c},cancelToken:i})},Ki=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSwissCom(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:i,client_id:s},cancelToken:o})},Qi=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,i=t.language,o=t.cancelToken,a=t.docId,s=t.clientId;return Ke({pollInterval:2e3,fn:Ki,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:i,cancelToken:o,docId:a,clientId:s}]}).start()},zi=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.contractId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.monitoringService,d=t.language,l=t.phone,p=t.countryCode,f=t.started;return H().mark((function t(){var h,g;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return h=u(r.SIGNATURE,qi,p),c.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=4,W(Hi)({clientId:e,docId:n,cancelToken:o,apiEndpoints:a,apiClient:s,language:d,phone:l,countryCode:p,contractId:i,actionType:h.actionType});case 4:return g=t.sent,f(g),t.abrupt("return",W(Qi)({data:g.data,apiClient:s,apiEndpoints:a,language:d,cancelToken:o,docId:n,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Zi=it(qi,zi,{countryCode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),Ji=In({moduleName:s.mitIdAdvancedSignature,createModuleCreator:it}),Wi=In({moduleName:s.mitIdQesSignature,createModuleCreator:it}),Yi=In({moduleName:s.seBankIdAdvancedSignature,createModuleCreator:it}),$i=In({moduleName:s.seBankIdQesSignature,createModuleCreator:it}),Xi=s.frejaAdvancedSignature,to=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},eo=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.redirect;return H().mark((function t(){var f,h;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,Xi,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(to)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,t.abrupt("return",W(p,{shouldFormatResult:!1})(h));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),no=it(Xi,eo,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),ro=s.frejaQesSignature,io=function(t){var e=t.idcode,n=t.language,r=t.clientId,i=t.docId,o=t.cancelToken,a=t.apiEndpoints,s=t.apiClient,c=t.actionType,u=t.countryCode,d=a.inCurrentMode.startSigning();return s.post({url:d,withCredentials:!1,data:{doc_id:i,client_id:r,sign_type:c,lang:n,country:u,idcode:e},cancelToken:o})},oo=function(){var t=V((function(t){var e=t.clientId,n=t.docId,i=t.cancelToken,o=t.apiEndpoints,a=t.apiClient,s=t.monitoringService,c=t.idcode,d=t.countryCode,l=t.language,p=t.redirect;return H().mark((function t(){var f,h;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=u(r.SIGNATURE,ro,d),s.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(io)({clientId:e,docId:n,cancelToken:i,apiEndpoints:o,apiClient:a,idcode:c,language:l,actionType:f.actionType,countryCode:d});case 4:return h=t.sent,t.abrupt("return",W(p,{shouldFormatResult:!1})(h));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ao=it(ro,oo,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),so=Object.freeze({sandbox:"sandbox",production:"production"});function co(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function uo(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?co(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):co(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var lo=function(t,e,n){var r={};return Object.keys(t).forEach((function(i){r[i]=function(t,e,n){return function(r){var i=uo(uo({},e),r);return n?n(t(i)):t(i)}}(t[i],e,n)})),r},po=function(t){var e=t.method,n=t.baseUrl,r=t.clientId,i=t.redirectUri,o=t.state,a=t.language,s="".concat(n,"/oauth/start/").concat(e,"?client_id=").concat(r,"&redirect_uri=").concat(i,"&response_type=code");return a&&(s+="&lang=".concat(a)),o&&(s+="&state=".concat(o)),s},fo=function(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=uo({base:function(t){return t.baseUrl},readCard:function(t){var e=t.countryCode,r=void 0===e?n.countryCode.toLowerCase():e,i=t.clientId,o="eideasy.com";return n.sandbox&&["EE","BE"].includes(r)&&(o="test.eideasy.com"),"https://".concat(r,".").concat(o,"/api/identity/").concat(i,"/read-card")},zealIdIframeUrl:function(t){var e=t.baseUrl,n=t.clientId;return"".concat(e,"/api/identity/").concat(n,"/zealid/get_iframe_url")},eParakstsMobile:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"lv-eparaksts-mobile-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},eParakstsSmartCard:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"lv-eparaksts-id-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},mojeId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"mojeid",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},edoAppEid:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"edoapp-eid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},itsme:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"itsme-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},itsmeBasic:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"itsme-login-basic",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},itsmeStandard:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"itsme-login-standard",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},seBankId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"swedish-bankid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},finnishTrustNetwork:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"finnish-ftn-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},idin:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"idin-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},verifai:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"verifai-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},yoonik:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"yoonik-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},plMojeId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"pl-mojeid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},mitId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"mit-id-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},norwegianBankId:function(t){var e=t.baseUrl,n=t.state,r=t.clientId,i=t.redirectUri,o=t.language;return po({method:"norwegian-bankid-login",baseUrl:e,state:n,clientId:r,redirectUri:i,language:o})},atHandy:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri,i=t.state,o="".concat(e,"/oauth/authorize?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code&method=at-handy-signatur-login");return i&&(o+="&state=".concat(i)),o},idCardIframe:function(t){var e=t.baseUrl,n=t.clientId,r=t.actionType;return"".concat(e,"/signatures/integration/").concat(n,"/").concat(r)},startSigning:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/start-signing")},completeSignatureIdCard:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/id-card/complete")},completeSignatureMobileId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/sk-mobile-id/complete")},completeSignatureSmartId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/sk-smart-id/complete")},completeSignatureEvrotrust:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/evrotrust-signature/complete")},completeSignatureHalcom:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/halcom-qes-signature/complete")},completeSignatureSwissId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/swiss-id-qes-signature/complete")},completeSignatureSwissCom:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/swiss-com-qes-signature/complete")},completeSignatureDTrustSignMe:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/d-trust-sign-me-qes-signature/complete")},completeSignatureFrejaSimple:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/freja-simple-signature/complete")},continueSignatureAudkenni:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/audkenni-qes-signature/continue")},completeSignatureAudkenni:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/audkenni-qes-signature/complete")},completeSignatureChaveMovel:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/chave-movel-qes-signature/complete")},completeSignatureUanataca:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/uanataca-qes-signature/complete")},completeOtp:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/non-qualified/complete")},eideasyMonitoring:function(t){var e=t.baseUrl;return"".concat(e,"/api/monitor")},startZealIdSignature:function(t){var e=t.baseUrl,n=t.clientId,r=t.docId;return"".concat(e,"/zealid/signature/start?client_id=").concat(n,"&doc_id=").concat(r)},getChaveMovelPublicKey:function(t){var e=t.baseUrl;return"".concat(e,"/api/chave-movel-public-key")},cscApiAuthorizeCredential:function(t){var e=t.baseUrl;return"".concat(e,"/csc/authorize-credential")}},r),o=(e(t={},so.production,uo({},lo(i,{baseUrl:r.base?r.base():"https://id.eideasy.com",state:n.state},n.modifyEndpointUrl))),e(t,so.sandbox,uo({},lo(i,{baseUrl:r.base?r.base():"https://test.eideasy.com",state:n.state},n.modifyEndpointUrl))),t);return{get inCurrentMode(){var t=n.sandbox?so.sandbox:so.production;return o[t]}}},ho=s.eParakstsSmartCard,go=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsSmartCard({clientId:n,redirectUri:r})}}},vo=function(){var t=V(H().mark((function t(e){var n,r,i,o,a;return H().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,i=e.clientId,o=e.redirectUri,t.next=3,W(go)({apiEndpoints:r,clientId:i,redirectUri:o});case 3:return a=t.sent,t.abrupt("return",W(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),yo=it(ho,vo),mo=In({moduleName:s.itsmeQesSignature,createModuleCreator:it}),Io=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=w({rawSettings:t,schema:_}),n=B({currentLanguage:"en"}),r=fo({countryCode:e.countryCode,sandbox:e.sandbox,modifyEndpointUrl:e.modifyEndpointUrl,state:e.oauthParamState},e.apiEndpoints),i=G({clientId:e.clientId,remoteMonitoringEnabled:e.remoteMonitoringEnabled,apiEndpoints:r});return T({settings:e,i18n:n,monitoringService:i,apiEndpoints:r,identificationModules:[ut,vt,bt,wt,yo,Nt,Mt,Bt,qt,zt,Yt,ee,oe,ue,fe,ye,be,we,xe,ke,Pe],signingModules:[qe,Ye,on,ln,yn,Sn,bn,En,Jr,Tn,An,On,xn,Nn,Un,Hr,Kr,Xr,ti,ei,ni,ri,si,fi,bi,Ei,Ti,xi,Ni,ji,Vi,Zi,Ji,Wi,Yi,$i,no,ao,mo]})},So=Io}(),o}()}));
|
|
19
19
|
|
|
20
20
|
/***/ }),
|
|
21
21
|
|
|
@@ -16908,6 +16908,44 @@ module.exports = {
|
|
|
16908
16908
|
|
|
16909
16909
|
/***/ }),
|
|
16910
16910
|
|
|
16911
|
+
/***/ 65995:
|
|
16912
|
+
/***/ (function(module) {
|
|
16913
|
+
|
|
16914
|
+
module.exports = {
|
|
16915
|
+
functional: true,
|
|
16916
|
+
render(_h, _vm) {
|
|
16917
|
+
const {
|
|
16918
|
+
_c,
|
|
16919
|
+
_v,
|
|
16920
|
+
data,
|
|
16921
|
+
children = []
|
|
16922
|
+
} = _vm;
|
|
16923
|
+
const {
|
|
16924
|
+
class: classNames,
|
|
16925
|
+
staticClass,
|
|
16926
|
+
style,
|
|
16927
|
+
staticStyle,
|
|
16928
|
+
attrs = {},
|
|
16929
|
+
...rest
|
|
16930
|
+
} = data;
|
|
16931
|
+
return _c('svg', {
|
|
16932
|
+
class: [classNames, staticClass],
|
|
16933
|
+
style: [style, staticStyle],
|
|
16934
|
+
attrs: Object.assign({
|
|
16935
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
16936
|
+
"viewBox": "0 0 416.979 416.979"
|
|
16937
|
+
}, attrs),
|
|
16938
|
+
...rest
|
|
16939
|
+
}, children.concat([_c('path', {
|
|
16940
|
+
attrs: {
|
|
16941
|
+
"d": "M356.004 61.156c-81.37-81.47-213.377-81.551-294.848-.182-81.47 81.371-81.552 213.379-.181 294.85 81.369 81.47 213.378 81.551 294.849.181 81.469-81.369 81.551-213.379.18-294.849zM237.6 340.786a5.821 5.821 0 01-5.822 5.822h-46.576a5.821 5.821 0 01-5.822-5.822V167.885a5.821 5.821 0 015.822-5.822h46.576a5.82 5.82 0 015.822 5.822v172.901zm-29.11-202.885c-18.618 0-33.766-15.146-33.766-33.765 0-18.617 15.147-33.766 33.766-33.766s33.766 15.148 33.766 33.766c0 18.619-15.149 33.765-33.766 33.765z"
|
|
16942
|
+
}
|
|
16943
|
+
})]));
|
|
16944
|
+
}
|
|
16945
|
+
};
|
|
16946
|
+
|
|
16947
|
+
/***/ }),
|
|
16948
|
+
|
|
16911
16949
|
/***/ 60026:
|
|
16912
16950
|
/***/ (function(module) {
|
|
16913
16951
|
|
|
@@ -17205,7 +17243,7 @@ module.exports = {
|
|
|
17205
17243
|
...rest
|
|
17206
17244
|
}, children.concat([_c('defs', [_c('linearGradient', {
|
|
17207
17245
|
attrs: {
|
|
17208
|
-
"id": "id-
|
|
17246
|
+
"id": "id-0a",
|
|
17209
17247
|
"x1": "124.883",
|
|
17210
17248
|
"y1": "17.983",
|
|
17211
17249
|
"x2": "117.483",
|
|
@@ -17234,7 +17272,7 @@ module.exports = {
|
|
|
17234
17272
|
}
|
|
17235
17273
|
})]), _c('linearGradient', {
|
|
17236
17274
|
attrs: {
|
|
17237
|
-
"id": "id-
|
|
17275
|
+
"id": "id-1b",
|
|
17238
17276
|
"x1": "116.71",
|
|
17239
17277
|
"y1": "31.343",
|
|
17240
17278
|
"x2": "102.594",
|
|
@@ -17263,7 +17301,7 @@ module.exports = {
|
|
|
17263
17301
|
}
|
|
17264
17302
|
})]), _c('linearGradient', {
|
|
17265
17303
|
attrs: {
|
|
17266
|
-
"id": "id-
|
|
17304
|
+
"id": "id-2c",
|
|
17267
17305
|
"x1": "106.335",
|
|
17268
17306
|
"y1": "23.516",
|
|
17269
17307
|
"x2": "140.192",
|
|
@@ -17287,18 +17325,18 @@ module.exports = {
|
|
|
17287
17325
|
}
|
|
17288
17326
|
}), _c('path', {
|
|
17289
17327
|
attrs: {
|
|
17290
|
-
"fill": "url(#id-
|
|
17328
|
+
"fill": "url(#id-0a)",
|
|
17291
17329
|
"d": "M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"
|
|
17292
17330
|
}
|
|
17293
17331
|
}), _c('path', {
|
|
17294
17332
|
attrs: {
|
|
17295
|
-
"fill": "url(#id-
|
|
17333
|
+
"fill": "url(#id-1b)",
|
|
17296
17334
|
"d": "M106.335 11.382h6.634v23.101h-6.634z"
|
|
17297
17335
|
}
|
|
17298
17336
|
}), _c('path', {
|
|
17299
17337
|
attrs: {
|
|
17300
17338
|
"d": "M140.191 13.257a.789.789 0 00-.2-.505.935.935 0 00-.82-.191 42.336 42.336 0 00-32.84 21.922h6.634c7.037-12.392 17.369-17.99 26.691-20.609.416-.138.544-.391.535-.617z",
|
|
17301
|
-
"fill": "url(#id-
|
|
17339
|
+
"fill": "url(#id-2c)"
|
|
17302
17340
|
}
|
|
17303
17341
|
}), _c('path', {
|
|
17304
17342
|
attrs: {
|
|
@@ -18255,7 +18293,7 @@ module.exports = {
|
|
|
18255
18293
|
...rest
|
|
18256
18294
|
}, children.concat([_c('defs', [_c('linearGradient', {
|
|
18257
18295
|
attrs: {
|
|
18258
|
-
"id": "id-
|
|
18296
|
+
"id": "id-3a",
|
|
18259
18297
|
"x1": "45.313%",
|
|
18260
18298
|
"x2": "33.822%",
|
|
18261
18299
|
"y1": "69.296%",
|
|
@@ -18273,7 +18311,7 @@ module.exports = {
|
|
|
18273
18311
|
}
|
|
18274
18312
|
})]), _c('linearGradient', {
|
|
18275
18313
|
attrs: {
|
|
18276
|
-
"id": "id-
|
|
18314
|
+
"id": "id-5c",
|
|
18277
18315
|
"x1": "17.248%",
|
|
18278
18316
|
"x2": "58.688%",
|
|
18279
18317
|
"y1": "34.281%",
|
|
@@ -18291,7 +18329,7 @@ module.exports = {
|
|
|
18291
18329
|
}
|
|
18292
18330
|
})]), _c('path', {
|
|
18293
18331
|
attrs: {
|
|
18294
|
-
"id": "id-
|
|
18332
|
+
"id": "id-4b",
|
|
18295
18333
|
"d": "M75.617 68.105a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 2.602.373 1.911 1.185.796 1.933-8.547 5.606-15.608 3.737-24.527 0-8.92-3.738-12.264-.748-18.21 0-19.325 2.99-35.676 1.121-49.055-5.606a46.935 46.935 0 01-2.198-1.804c-3.08 3.497-5.197 5.593-6.35 6.289-1.857 1.12-8.546 4.11-17.094 4.11-5.698 0-10.53-.622-14.493-1.868-3.634-1.163-5.616-1.91-5.946-2.242-.744-.748-1.292-2.03 2.742-2.435 14.52-1.922 27.079-6.737 32.47-14.862-2.721-5.544-3.682-11.738-2.88-18.584C35.38 43.895 40.09 42 51.232 30.431c7.665-8.521 1.458-17.002-1.547-20.327a304.822 304.822 0 01-1.301-1.454c-1.174-1.359-1.17-1.35-2.76-.563a299.293 299.293 0 01-4.228 2.039c-.25.117-.938.46-.842.097.214-.822 6.12-3.842 6.014-4.07-.106-.23-7.504 1.596-7.67 1.608-.165.013-.315-.439-.108-.51.206-.076 2.191-.754 3.292-1.119 1.094-.362 3.5-1.141 3.283-1.262-.216-.124-8.341-.632-8.458-.64-.03-.002-.052-.028-.067-.066v-.297c.015-.038.039-.066.07-.073 1.92-.462 8.359-.207 8.507-.363.148-.157-.193-1.103-.231-1.657-.069-1.026.35-1.762 1.12-1.774h.04c.092.001.19.013.292.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852z"
|
|
18296
18334
|
}
|
|
18297
18335
|
})]), _c('g', {
|
|
@@ -18306,12 +18344,12 @@ module.exports = {
|
|
|
18306
18344
|
}
|
|
18307
18345
|
}), _c('use', {
|
|
18308
18346
|
attrs: {
|
|
18309
|
-
"fill": "url(#id-
|
|
18310
|
-
"xlink:href": "#id-
|
|
18347
|
+
"fill": "url(#id-3a)",
|
|
18348
|
+
"xlink:href": "#id-4b"
|
|
18311
18349
|
}
|
|
18312
18350
|
}), _c('path', {
|
|
18313
18351
|
attrs: {
|
|
18314
|
-
"fill": "url(#id-
|
|
18352
|
+
"fill": "url(#id-5c)",
|
|
18315
18353
|
"d": "M140.16 94.148c-9.194 1.408-11.705 1.1-14.296-.017-5.142-2.01-9.086-7.663-25.24-5.574-16.152 2.089-46.802-2.089-54.671-15.873-5.247-9.19-.586-18.872 13.981-29.046 5.452-3.472 9.006-9.315 10.663-17.53C72.25 17.904 64.062 9.215 46.03.039A1.13 1.13 0 0146.308 0h.038c.093.001.19.013.293.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 1.303.187 1.78.484 1.792.828z"
|
|
18316
18354
|
}
|
|
18317
18355
|
}), _c('g', {
|
|
@@ -19919,6 +19957,34 @@ ___CSS_LOADER_EXPORT___.locals = {
|
|
|
19919
19957
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
19920
19958
|
|
|
19921
19959
|
|
|
19960
|
+
/***/ }),
|
|
19961
|
+
|
|
19962
|
+
/***/ 31501:
|
|
19963
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
19964
|
+
|
|
19965
|
+
"use strict";
|
|
19966
|
+
__webpack_require__.r(__webpack_exports__);
|
|
19967
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
19968
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
19969
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
19970
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
19971
|
+
// Imports
|
|
19972
|
+
|
|
19973
|
+
|
|
19974
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
19975
|
+
// Module
|
|
19976
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".AppCheckbox_reset-list_Aard3{margin:0;padding:0;list-style:none;display:block}.AppCheckbox_uppercase-sm_zu65n{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppCheckbox_checkboxWrap_mVcPX{display:block;position:relative;padding-left:30px}.AppCheckbox_checkbox__5_2b{position:absolute;left:0;top:0;color:#3a3a3a;font-size:16px;border-radius:4px;border:1px solid rgba(0,49,104,.2)}.AppCheckbox_checkbox__5_2b:focus{border-color:#003168;box-shadow:0 0 0 2px rgba(0,49,104,.2)}.AppCheckbox_error_con7z,.AppCheckbox_error_con7z:focus{border-color:#dc3545}.AppCheckbox_error_con7z:focus{box-shadow:0 0 0 2px rgba(220,53,69,.2)}", ""]);
|
|
19977
|
+
// Exports
|
|
19978
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
19979
|
+
"reset-list": "AppCheckbox_reset-list_Aard3",
|
|
19980
|
+
"uppercase-sm": "AppCheckbox_uppercase-sm_zu65n",
|
|
19981
|
+
"checkboxWrap": "AppCheckbox_checkboxWrap_mVcPX",
|
|
19982
|
+
"checkbox": "AppCheckbox_checkbox__5_2b",
|
|
19983
|
+
"error": "AppCheckbox_error_con7z"
|
|
19984
|
+
};
|
|
19985
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
19986
|
+
|
|
19987
|
+
|
|
19922
19988
|
/***/ }),
|
|
19923
19989
|
|
|
19924
19990
|
/***/ 90983:
|
|
@@ -19948,7 +20014,7 @@ ___CSS_LOADER_EXPORT___.locals = {
|
|
|
19948
20014
|
|
|
19949
20015
|
/***/ }),
|
|
19950
20016
|
|
|
19951
|
-
/***/
|
|
20017
|
+
/***/ 90735:
|
|
19952
20018
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
19953
20019
|
|
|
19954
20020
|
"use strict";
|
|
@@ -20226,6 +20292,35 @@ ___CSS_LOADER_EXPORT___.locals = {
|
|
|
20226
20292
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
20227
20293
|
|
|
20228
20294
|
|
|
20295
|
+
/***/ }),
|
|
20296
|
+
|
|
20297
|
+
/***/ 39550:
|
|
20298
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
20299
|
+
|
|
20300
|
+
"use strict";
|
|
20301
|
+
__webpack_require__.r(__webpack_exports__);
|
|
20302
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
20303
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20304
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
20305
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
20306
|
+
// Imports
|
|
20307
|
+
|
|
20308
|
+
|
|
20309
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
20310
|
+
// Module
|
|
20311
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".FormCheckbox_reset-list_S3xNM,.FormCheckbox_validationContainer_bNMLk,.FormCheckbox_validationMessage_rMSTz{margin:0;padding:0;list-style:none;display:block}.FormCheckbox_uppercase-sm_wlqul{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormCheckbox_validationContainer_bNMLk{margin-top:8px}.FormCheckbox_validationMessage_rMSTz{font-size:12px;color:#dc3545}.FormCheckbox_validationMessage_rMSTz+.FormCheckbox_validationMessage_rMSTz{margin-top:4px}.FormCheckbox_instructions_yJb07{margin-bottom:16px}.FormCheckbox_hidden_ECB7J{display:none}", ""]);
|
|
20312
|
+
// Exports
|
|
20313
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
20314
|
+
"reset-list": "FormCheckbox_reset-list_S3xNM",
|
|
20315
|
+
"validationContainer": "FormCheckbox_validationContainer_bNMLk",
|
|
20316
|
+
"validationMessage": "FormCheckbox_validationMessage_rMSTz",
|
|
20317
|
+
"uppercase-sm": "FormCheckbox_uppercase-sm_wlqul",
|
|
20318
|
+
"instructions": "FormCheckbox_instructions_yJb07",
|
|
20319
|
+
"hidden": "FormCheckbox_hidden_ECB7J"
|
|
20320
|
+
};
|
|
20321
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
20322
|
+
|
|
20323
|
+
|
|
20229
20324
|
/***/ }),
|
|
20230
20325
|
|
|
20231
20326
|
/***/ 96787:
|
|
@@ -21908,6 +22003,44 @@ ___CSS_LOADER_EXPORT___.locals = {
|
|
|
21908
22003
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
21909
22004
|
|
|
21910
22005
|
|
|
22006
|
+
/***/ }),
|
|
22007
|
+
|
|
22008
|
+
/***/ 67377:
|
|
22009
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
22010
|
+
|
|
22011
|
+
"use strict";
|
|
22012
|
+
__webpack_require__.r(__webpack_exports__);
|
|
22013
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8081);
|
|
22014
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
22015
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23645);
|
|
22016
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
22017
|
+
// Imports
|
|
22018
|
+
|
|
22019
|
+
|
|
22020
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
22021
|
+
// Module
|
|
22022
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".SignatureItsmeQes_reset-list_XZXqY,.SignatureItsmeQes_textDanger_cPg14{margin:0;padding:0;list-style:none;display:block}.SignatureItsmeQes_uppercase-sm_U8cd7{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureItsmeQes_formContainer_ooirF{max-width:263px;margin:0 auto}.SignatureItsmeQes_label_yfQjc{color:#9ca6b1;margin-top:24px}.SignatureItsmeQes_highlight_nTYam{font-weight:700;font-size:20px}.SignatureItsmeQes_note_g6bhM{margin-bottom:20px;text-align:center}.SignatureItsmeQes_confirmationSection_UeDHj{margin:10px 0 10px 0}.SignatureItsmeQes_mt4_mUTT8{margin-top:16px}.SignatureItsmeQes_mb4_Vzr8S{margin-bottom:16px}.SignatureItsmeQes_confirmationText_XKreF{margin-bottom:4px;text-align:center}.SignatureItsmeQes_textDanger_cPg14{color:#dc3545}.SignatureItsmeQes_infoIcon_bCL_T{width:15px;height:15px;margin-left:5px}.SignatureItsmeQes_infoSection_SGig5{margin-top:20px;text-align:left;position:relative;padding-left:30px}.SignatureItsmeQes_iconWrap_xhMgK{position:absolute;left:0;top:3px}.SignatureItsmeQes_infoLink_tF7Rr{color:currentColor}", ""]);
|
|
22023
|
+
// Exports
|
|
22024
|
+
___CSS_LOADER_EXPORT___.locals = {
|
|
22025
|
+
"reset-list": "SignatureItsmeQes_reset-list_XZXqY",
|
|
22026
|
+
"textDanger": "SignatureItsmeQes_textDanger_cPg14",
|
|
22027
|
+
"uppercase-sm": "SignatureItsmeQes_uppercase-sm_U8cd7",
|
|
22028
|
+
"formContainer": "SignatureItsmeQes_formContainer_ooirF",
|
|
22029
|
+
"label": "SignatureItsmeQes_label_yfQjc",
|
|
22030
|
+
"highlight": "SignatureItsmeQes_highlight_nTYam",
|
|
22031
|
+
"note": "SignatureItsmeQes_note_g6bhM",
|
|
22032
|
+
"confirmationSection": "SignatureItsmeQes_confirmationSection_UeDHj",
|
|
22033
|
+
"mt4": "SignatureItsmeQes_mt4_mUTT8",
|
|
22034
|
+
"mb4": "SignatureItsmeQes_mb4_Vzr8S",
|
|
22035
|
+
"confirmationText": "SignatureItsmeQes_confirmationText_XKreF",
|
|
22036
|
+
"infoIcon": "SignatureItsmeQes_infoIcon_bCL_T",
|
|
22037
|
+
"infoSection": "SignatureItsmeQes_infoSection_SGig5",
|
|
22038
|
+
"iconWrap": "SignatureItsmeQes_iconWrap_xhMgK",
|
|
22039
|
+
"infoLink": "SignatureItsmeQes_infoLink_tF7Rr"
|
|
22040
|
+
};
|
|
22041
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
22042
|
+
|
|
22043
|
+
|
|
21911
22044
|
/***/ }),
|
|
21912
22045
|
|
|
21913
22046
|
/***/ 26132:
|
|
@@ -23146,6 +23279,22 @@ var update = add("c24047c6", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
23146
23279
|
|
|
23147
23280
|
/***/ }),
|
|
23148
23281
|
|
|
23282
|
+
/***/ 90137:
|
|
23283
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
23284
|
+
|
|
23285
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
23286
|
+
|
|
23287
|
+
// load the styles
|
|
23288
|
+
var content = __webpack_require__(31501);
|
|
23289
|
+
if(content.__esModule) content = content.default;
|
|
23290
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
23291
|
+
if(content.locals) module.exports = content.locals;
|
|
23292
|
+
// add the styles to the DOM
|
|
23293
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
23294
|
+
var update = add("25d2aaf1", content, true, {"sourceMap":false,"shadowMode":false});
|
|
23295
|
+
|
|
23296
|
+
/***/ }),
|
|
23297
|
+
|
|
23149
23298
|
/***/ 60442:
|
|
23150
23299
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
23151
23300
|
|
|
@@ -23162,19 +23311,19 @@ var update = add("07ef248a", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
23162
23311
|
|
|
23163
23312
|
/***/ }),
|
|
23164
23313
|
|
|
23165
|
-
/***/
|
|
23314
|
+
/***/ 3336:
|
|
23166
23315
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
23167
23316
|
|
|
23168
23317
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
23169
23318
|
|
|
23170
23319
|
// load the styles
|
|
23171
|
-
var content = __webpack_require__(
|
|
23320
|
+
var content = __webpack_require__(90735);
|
|
23172
23321
|
if(content.__esModule) content = content.default;
|
|
23173
23322
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
23174
23323
|
if(content.locals) module.exports = content.locals;
|
|
23175
23324
|
// add the styles to the DOM
|
|
23176
23325
|
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
23177
|
-
var update = add("
|
|
23326
|
+
var update = add("02262fe8", content, true, {"sourceMap":false,"shadowMode":false});
|
|
23178
23327
|
|
|
23179
23328
|
/***/ }),
|
|
23180
23329
|
|
|
@@ -23322,6 +23471,22 @@ var update = add("6adf7442", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
23322
23471
|
|
|
23323
23472
|
/***/ }),
|
|
23324
23473
|
|
|
23474
|
+
/***/ 39130:
|
|
23475
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
23476
|
+
|
|
23477
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
23478
|
+
|
|
23479
|
+
// load the styles
|
|
23480
|
+
var content = __webpack_require__(39550);
|
|
23481
|
+
if(content.__esModule) content = content.default;
|
|
23482
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
23483
|
+
if(content.locals) module.exports = content.locals;
|
|
23484
|
+
// add the styles to the DOM
|
|
23485
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
23486
|
+
var update = add("53abb0a4", content, true, {"sourceMap":false,"shadowMode":false});
|
|
23487
|
+
|
|
23488
|
+
/***/ }),
|
|
23489
|
+
|
|
23325
23490
|
/***/ 6623:
|
|
23326
23491
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
23327
23492
|
|
|
@@ -24330,6 +24495,22 @@ var update = add("c58972cc", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
24330
24495
|
|
|
24331
24496
|
/***/ }),
|
|
24332
24497
|
|
|
24498
|
+
/***/ 63104:
|
|
24499
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
24500
|
+
|
|
24501
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
24502
|
+
|
|
24503
|
+
// load the styles
|
|
24504
|
+
var content = __webpack_require__(67377);
|
|
24505
|
+
if(content.__esModule) content = content.default;
|
|
24506
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
24507
|
+
if(content.locals) module.exports = content.locals;
|
|
24508
|
+
// add the styles to the DOM
|
|
24509
|
+
var add = (__webpack_require__(54402)/* ["default"] */ .Z)
|
|
24510
|
+
var update = add("36be5e58", content, true, {"sourceMap":false,"shadowMode":false});
|
|
24511
|
+
|
|
24512
|
+
/***/ }),
|
|
24513
|
+
|
|
24333
24514
|
/***/ 95683:
|
|
24334
24515
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
24335
24516
|
|
|
@@ -25086,7 +25267,7 @@ webpackContext.id = 61404;
|
|
|
25086
25267
|
|
|
25087
25268
|
/***/ }),
|
|
25088
25269
|
|
|
25089
|
-
/***/
|
|
25270
|
+
/***/ 48011:
|
|
25090
25271
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
25091
25272
|
|
|
25092
25273
|
var map = {
|
|
@@ -25123,7 +25304,7 @@ webpackContext.keys = function webpackContextKeys() {
|
|
|
25123
25304
|
};
|
|
25124
25305
|
webpackContext.resolve = webpackContextResolve;
|
|
25125
25306
|
module.exports = webpackContext;
|
|
25126
|
-
webpackContext.id =
|
|
25307
|
+
webpackContext.id = 48011;
|
|
25127
25308
|
|
|
25128
25309
|
/***/ }),
|
|
25129
25310
|
|
|
@@ -25243,7 +25424,7 @@ module.exports = JSON.parse('{"locale":"sv","countries":{"AD":"Andorra","AE":"F
|
|
|
25243
25424
|
/***/ (function(module) {
|
|
25244
25425
|
|
|
25245
25426
|
"use strict";
|
|
25246
|
-
module.exports = JSON.parse('{"no-ee-id-card":"Občanský průkaz se nepodařilo nalézt. Zkontrolujte, zda je karta zasunutá ve čtečce, a restartujte prohlížeč. Software lze nainstalovat ze stránky www.id.ee.","yes":"Ano","no":"Ne","phone-number":"telefonní číslo","idcode":"osobní identifikační kód","country":"Stát","Sign":"Zaregistrovat se","USER_REFUSED":"Uživatel nechtěl pokračovat a zrušil akci","mobile-id":"ID mobilního telefonu","id-card":"Průkaz totožnosti","smart-id":"Smart-ID","no-lv-id-card":"Nebyl nalezen žádný lotyšský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky https://www.eparaksts.lv/en/Downloads. V případě, že chcete soubory podepsat, tak se prosím ujistěte, že je nainstalován a aktivován plugin eParaksts pro prohlížeč.","no-lt-id-card":"Nebyl nalezen žádný litevský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky http://www.nsc.vrm.lt/downloads.htm. Pro podpisy je také potřeba plugin prohlížeče z https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Nebyl nalezen portugalský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Nebyl nalezen srbský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Nebyl nalezen finský průkaz totožnosti. Podívejte se prosím na pokyny k instalaci softwaru na: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nebyl nalezen belgický průkaz totožnosti. Ujistěte se, že máte vloženoý průkaz a nainstalovaný software z https://eid.belgium.be.","confirm-doc-check-and-sign":"Rozumíte obsahu dokumentu a jste připraveni finalizovat podpis?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Od společnosti eIDEasy","log-in":"Přihlásit se","this-field-is-required":"Toto pole je povinné","your-verification-code":"Váš ověřovací kód:","cancel":"Zrušit","no-response-error":"Něco se pokazilo. Ujistěte se, že máte připojení k internetu, a zkuste to znovu.","back":"Zpět","no-matching-countries":"Žádný odpovídající stát","id-card-read-timeout":"Čtení identifikační karty trvalo příliš dlouhou dobu. Zavřete prosím všechna otevřená okna prohlížeče a zkuste to znovu.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"RRRRMMDDXXXX","approve-id-request-on-freja-app":"Schvalte žádost o identifikaci v aplikaci FREJA eID.","try-again":"Zkusit znovu","pre-sign-confirmation":"Poté, co kliknete na tlačítko \\"Podepsat\\", vás identifikujeme pomocí {method} a vytvoříme právně závazný podpis.","login-method":"Způsob přihlášení:","finnish-online-bank":"Finská online banka","online-bank":"Online banka","or":"nebo","transaction-id":"ID transakce","sign-in-evrotrust-app":"Podepište tento dokument v aplikaci Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Ostatní země","email-sms":"E-mail/SMS","email-code-sent":"E-mail s kódem byl zaslán na adresu","sms-code-sent":"SMS s kódem byla zaslána na adresu","your-code":"Váš kód","signature-method":"Metoda podpisu","username-or-email":"Uživatelské jméno nebo email","cell-phone":"mobilní telefon","including-calling-code":"s kódem země včetně „+“, příklad +35112345678","enter-temp-security-code":"Zadejte dočasný bezpečnostní kód","mobile-key-signing-info":"Další informace o procesu podepisování mobilního klíče naleznete na https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tato akce je definitivní a nevratná.","you-have-5-minutes-to-enter-the-code":"Máte 5 minut na zadání kódu, než vyprší jeho platnost.","confirm":"potvrdit","after-confirmation-following-docs-will-be-signed":"Po potvrzení budou podepsány následující dokumenty:","code-by-sms":"Kód SMS zprávou","confirmation-code-will-be-sent-to":"Potvrzovací kód bude zaslán:","continue":"Pokračovat","name":"Název","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitální podpis pin","approve-sign-request-on-freja-app":"Schvalte žádost o podpis v aplikaci FREJA eID","no-required-software":"K dokončení této akce nemáte nainstalovaný potřebný software. Postupujte podle pokynů na adrese https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Podepište s mou bankou","card-number":"číslo karty","your-sms-otp-code":"Váš sms otp kód","sign-in-halcom-app":"Podepište prosím tento dokument ve své aplikaci Halcom.","sign-in-swiss-id-app":"Podepište prosím tento dokument ve své aplikaci SwissID.","sign-in-app":"Podepište prosím tento dokument ve své aplikaci {name.}","be-id-card-signature-cancel-and-help":"
|
|
25427
|
+
module.exports = JSON.parse('{"no-ee-id-card":"Občanský průkaz se nepodařilo nalézt. Zkontrolujte, zda je karta zasunutá ve čtečce, a restartujte prohlížeč. Software lze nainstalovat ze stránky www.id.ee.","yes":"Ano","no":"Ne","phone-number":"telefonní číslo","idcode":"osobní identifikační kód","country":"Stát","Sign":"Zaregistrovat se","USER_REFUSED":"Uživatel nechtěl pokračovat a zrušil akci","mobile-id":"ID mobilního telefonu","id-card":"Průkaz totožnosti","smart-id":"Smart-ID","no-lv-id-card":"Nebyl nalezen žádný lotyšský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky https://www.eparaksts.lv/en/Downloads. V případě, že chcete soubory podepsat, tak se prosím ujistěte, že je nainstalován a aktivován plugin eParaksts pro prohlížeč.","no-lt-id-card":"Nebyl nalezen žádný litevský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky http://www.nsc.vrm.lt/downloads.htm. Pro podpisy je také potřeba plugin prohlížeče z https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Nebyl nalezen portugalský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Nebyl nalezen srbský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Nebyl nalezen finský průkaz totožnosti. Podívejte se prosím na pokyny k instalaci softwaru na: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nebyl nalezen belgický průkaz totožnosti. Ujistěte se, že máte vloženoý průkaz a nainstalovaný software z https://eid.belgium.be.","confirm-doc-check-and-sign":"Rozumíte obsahu dokumentu a jste připraveni finalizovat podpis?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Od společnosti eIDEasy","log-in":"Přihlásit se","this-field-is-required":"Toto pole je povinné","your-verification-code":"Váš ověřovací kód:","cancel":"Zrušit","no-response-error":"Něco se pokazilo. Ujistěte se, že máte připojení k internetu, a zkuste to znovu.","back":"Zpět","no-matching-countries":"Žádný odpovídající stát","id-card-read-timeout":"Čtení identifikační karty trvalo příliš dlouhou dobu. Zavřete prosím všechna otevřená okna prohlížeče a zkuste to znovu.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"RRRRMMDDXXXX","approve-id-request-on-freja-app":"Schvalte žádost o identifikaci v aplikaci FREJA eID.","try-again":"Zkusit znovu","pre-sign-confirmation":"Poté, co kliknete na tlačítko \\"Podepsat\\", vás identifikujeme pomocí {method} a vytvoříme právně závazný podpis.","login-method":"Způsob přihlášení:","finnish-online-bank":"Finská online banka","online-bank":"Online banka","or":"nebo","transaction-id":"ID transakce","sign-in-evrotrust-app":"Podepište tento dokument v aplikaci Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Ostatní země","email-sms":"E-mail/SMS","email-code-sent":"E-mail s kódem byl zaslán na adresu","sms-code-sent":"SMS s kódem byla zaslána na adresu","your-code":"Váš kód","signature-method":"Metoda podpisu","username-or-email":"Uživatelské jméno nebo email","cell-phone":"mobilní telefon","including-calling-code":"s kódem země včetně „+“, příklad +35112345678","enter-temp-security-code":"Zadejte dočasný bezpečnostní kód","mobile-key-signing-info":"Další informace o procesu podepisování mobilního klíče naleznete na https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tato akce je definitivní a nevratná.","you-have-5-minutes-to-enter-the-code":"Máte 5 minut na zadání kódu, než vyprší jeho platnost.","confirm":"potvrdit","after-confirmation-following-docs-will-be-signed":"Po potvrzení budou podepsány následující dokumenty:","code-by-sms":"Kód SMS zprávou","confirmation-code-will-be-sent-to":"Potvrzovací kód bude zaslán:","continue":"Pokračovat","name":"Název","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitální podpis pin","approve-sign-request-on-freja-app":"Schvalte žádost o podpis v aplikaci FREJA eID","no-required-software":"K dokončení této akce nemáte nainstalovaný potřebný software. Postupujte podle pokynů na adrese https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Podepište s mou bankou","card-number":"číslo karty","your-sms-otp-code":"Váš sms otp kód","sign-in-halcom-app":"Podepište prosím tento dokument ve své aplikaci Halcom.","sign-in-swiss-id-app":"Podepište prosím tento dokument ve své aplikaci SwissID.","sign-in-app":"Podepište prosím tento dokument ve své aplikaci {name.}","be-id-card-signature-cancel-and-help":"Akce byla zrušena.\\nZrušili jste, protože nefunguje belgické podepisování průkazu totožnosti?\\nUjistěte se, že k vašemu zařízení nejsou připojeny žádné jiné USB tokeny nebo čipové karty kromě samotné belgické ID karty.\\nPoté se podívejte do následujícího průvodce, abyste se ujistili, že máte nainstalovaný veškerý potřebný software: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Chybí požadovaný software. Podívejte se na následující průvodce, jak nainstalovat požadované softwarové komponenty: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"Společnost {websiteName} {companyName} žádá o přístup k vašemu jménu a osobním ID. Chcete-li povolit eID Easy, klepněte na tlačítko níže.","method-setup-info":"{method} informace o nastavení na {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25247
25428
|
|
|
25248
25429
|
/***/ }),
|
|
25249
25430
|
|
|
@@ -25251,7 +25432,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"Občanský průkaz se nepodařilo
|
|
|
25251
25432
|
/***/ (function(module) {
|
|
25252
25433
|
|
|
25253
25434
|
"use strict";
|
|
25254
|
-
module.exports = JSON.parse('{"no-ee-id-card":"Ausweis nicht gefunden. Bitte überprüfen Sie, ob sich die Karte im Lesegerät befindet und starten Sie den Browser neu. Die Software kann von der Seite www.id.ee installiert werden.","yes":"Ja","no":"Nein","phone-number":"Telefonnummer","idcode":"persönlicher Identitätscode","country":"Land","Sign":"Signieren","USER_REFUSED":"Der Benutzer wollte nicht fortfahren und hat die Aktion abgebrochen","mobile-id":"Handy-ID","id-card":"Ausweis","smart-id":"Smart-ID","no-lv-id-card":"Kein lettischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.eparaksts.lv/en/Downloads installiert haben. Für Signaturen stellen Sie bitte sicher, dass das eParaksts-Plugin für Browser installiert und aktiviert ist.","no-lt-id-card":"Kein litauischer Personalausweis gefunden. Bitte stellen Sie sicher, dass die Karte eingelegt und die Software von http://www.nsc.vrm.lt/downloads.htm installiert ist. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","no-pt-id-card":"Kein portugiesischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.autenticacao.gov.pt/cc-aplicacao installiert ist","no-rs-id-card":"Kein serbischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von http://ca.mup.gov.rs/download-lat.html installiert haben","no-fi-id-card":"Kein finnischer Personalausweis gefunden. Bitte beachten Sie die Anweisungen zur Softwareinstallation von: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Kein belgischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://eid.belgium.be installiert haben. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","confirm-doc-check-and-sign":"Haben Sie den Inhalt des Dokuments verstanden und sind bereit, die Signatur abzuschließen?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Unterstützt von eIDEasy","log-in":"Einloggen","this-field-is-required":"Dieses Feld wird benötigt","your-verification-code":"Ihr Bestätigungscode:","cancel":"Stornieren","no-response-error":"Etwas ist schief gelaufen. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und versuchen Sie es dann erneut.","back":"Zurück ","no-matching-countries":"Keine passenden Länder","id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"JJJJMMTTXXXX","approve-id-request-on-freja-app":"Genehmigen Sie die Identifizierungsanfrage in Ihrer FREJA eID-App","try-again":"Versuchen Sie es noch Einmal","pre-sign-confirmation":"Nach dem Klick auf \\"Signieren\\" identifizieren wir Sie Ihre {method} und erstellen eine rechtsverbindliche Unterschrift.","login-method":"Login-Methode:","finnish-online-bank":"Finnische Online-Bank","online-bank":"Online-Bank","or":"oder","transaction-id":"Transaktions-ID","sign-in-evrotrust-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Evrotrust-App.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Andere Länder","email-sms":"E-Mail/SMS","email-code-sent":"Eine E-Mail mit dem Code wurde gesendet an","sms-code-sent":"Eine SMS mit dem Code wurde gesendet an","your-code":"Dein Code","signature-method":"Signaturmethode","username-or-email":"Nutzername oder E-Mail","cell-phone":"Mobiltelefon","including-calling-code":"mit Ländervorwahl inklusive \\"+\\", Beispiel +35112345678","enter-temp-security-code":"Geben Sie den temporären Sicherheitscode ein","mobile-key-signing-info":"Weitere Informationen zum Signaturprozess für mobile Schlüssel finden Sie unter https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Diese Aktion ist endgültig und unumkehrbar.","you-have-5-minutes-to-enter-the-code":"Sie haben 5 Minuten Zeit, um den Code einzugeben, bevor er abläuft.","confirm":"bestätigen Sie","after-confirmation-following-docs-will-be-signed":"Nach der Bestätigung werden die folgenden Dokumente unterzeichnet:","code-by-sms":"Code über SMS","confirmation-code-will-be-sent-to":"Ein Bestätigungscode wird gesendet an:","continue":"Fortsetzen","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin für digitale Signatur","approve-sign-request-on-freja-app":"Die Unterschreibungsanfrage auf Ihrer FREJA eID-App genehmigen","no-required-software":"Sie haben nicht die erforderliche Software installiert, um diese Aktion auszuführen. Bitte folgen Sie den Anweisungen auf https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Unterschreiben Sie bei meiner Bank","card-number":"Kartennummer","your-sms-otp-code":"Ihr SMS-OTP-Code","sign-in-halcom-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Halcom App.","sign-in-swiss-id-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer SwissID App.","sign-in-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer {name} App.","be-id-card-signature-cancel-and-help":"
|
|
25435
|
+
module.exports = JSON.parse('{"no-ee-id-card":"Ausweis nicht gefunden. Bitte überprüfen Sie, ob sich die Karte im Lesegerät befindet und starten Sie den Browser neu. Die Software kann von der Seite www.id.ee installiert werden.","yes":"Ja","no":"Nein","phone-number":"Telefonnummer","idcode":"persönlicher Identitätscode","country":"Land","Sign":"Signieren","USER_REFUSED":"Der Benutzer wollte nicht fortfahren und hat die Aktion abgebrochen","mobile-id":"Handy-ID","id-card":"Ausweis","smart-id":"Smart-ID","no-lv-id-card":"Kein lettischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.eparaksts.lv/en/Downloads installiert haben. Für Signaturen stellen Sie bitte sicher, dass das eParaksts-Plugin für Browser installiert und aktiviert ist.","no-lt-id-card":"Kein litauischer Personalausweis gefunden. Bitte stellen Sie sicher, dass die Karte eingelegt und die Software von http://www.nsc.vrm.lt/downloads.htm installiert ist. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","no-pt-id-card":"Kein portugiesischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.autenticacao.gov.pt/cc-aplicacao installiert ist","no-rs-id-card":"Kein serbischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von http://ca.mup.gov.rs/download-lat.html installiert haben","no-fi-id-card":"Kein finnischer Personalausweis gefunden. Bitte beachten Sie die Anweisungen zur Softwareinstallation von: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Kein belgischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://eid.belgium.be installiert haben. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","confirm-doc-check-and-sign":"Haben Sie den Inhalt des Dokuments verstanden und sind bereit, die Signatur abzuschließen?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Unterstützt von eIDEasy","log-in":"Einloggen","this-field-is-required":"Dieses Feld wird benötigt","your-verification-code":"Ihr Bestätigungscode:","cancel":"Stornieren","no-response-error":"Etwas ist schief gelaufen. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und versuchen Sie es dann erneut.","back":"Zurück ","no-matching-countries":"Keine passenden Länder","id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"JJJJMMTTXXXX","approve-id-request-on-freja-app":"Genehmigen Sie die Identifizierungsanfrage in Ihrer FREJA eID-App","try-again":"Versuchen Sie es noch Einmal","pre-sign-confirmation":"Nach dem Klick auf \\"Signieren\\" identifizieren wir Sie Ihre {method} und erstellen eine rechtsverbindliche Unterschrift.","login-method":"Login-Methode:","finnish-online-bank":"Finnische Online-Bank","online-bank":"Online-Bank","or":"oder","transaction-id":"Transaktions-ID","sign-in-evrotrust-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Evrotrust-App.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Andere Länder","email-sms":"E-Mail/SMS","email-code-sent":"Eine E-Mail mit dem Code wurde gesendet an","sms-code-sent":"Eine SMS mit dem Code wurde gesendet an","your-code":"Dein Code","signature-method":"Signaturmethode","username-or-email":"Nutzername oder E-Mail","cell-phone":"Mobiltelefon","including-calling-code":"mit Ländervorwahl inklusive \\"+\\", Beispiel +35112345678","enter-temp-security-code":"Geben Sie den temporären Sicherheitscode ein","mobile-key-signing-info":"Weitere Informationen zum Signaturprozess für mobile Schlüssel finden Sie unter https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Diese Aktion ist endgültig und unumkehrbar.","you-have-5-minutes-to-enter-the-code":"Sie haben 5 Minuten Zeit, um den Code einzugeben, bevor er abläuft.","confirm":"bestätigen Sie","after-confirmation-following-docs-will-be-signed":"Nach der Bestätigung werden die folgenden Dokumente unterzeichnet:","code-by-sms":"Code über SMS","confirmation-code-will-be-sent-to":"Ein Bestätigungscode wird gesendet an:","continue":"Fortsetzen","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin für digitale Signatur","approve-sign-request-on-freja-app":"Die Unterschreibungsanfrage auf Ihrer FREJA eID-App genehmigen","no-required-software":"Sie haben nicht die erforderliche Software installiert, um diese Aktion auszuführen. Bitte folgen Sie den Anweisungen auf https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Unterschreiben Sie bei meiner Bank","card-number":"Kartennummer","your-sms-otp-code":"Ihr SMS-OTP-Code","sign-in-halcom-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Halcom App.","sign-in-swiss-id-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer SwissID App.","sign-in-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer {name} App.","be-id-card-signature-cancel-and-help":"Die Aktion wurde abgebrochen.\\nHaben Sie gekündigt, weil die Unterzeichnung des belgischen Personalausweises nicht funktioniert?\\nStellen Sie sicher, dass außer dem belgischen Personalausweis selbst keine anderen USB-Token oder Smartcards an Ihr Gerät angeschlossen sind.\\nSehen Sie sich dann die folgende Anleitung an, um sicherzustellen, dass Sie die gesamte erforderliche Software installiert haben: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Erforderliche Software fehlt. Siehe folgende Anleitung zur Installation der erforderlichen Softwarekomponenten: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{siteName} {companyName} fordert den Zugriff auf Ihren Namen und Ihre persönlichen ID-Daten. Um eID Einfach zu senden, klicken Sie bitte auf die Schaltfläche unten.","method-setup-info":"{method} setup Informationen unter {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25255
25436
|
|
|
25256
25437
|
/***/ }),
|
|
25257
25438
|
|
|
@@ -25259,7 +25440,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"Ausweis nicht gefunden. Bitte üb
|
|
|
25259
25440
|
/***/ (function(module) {
|
|
25260
25441
|
|
|
25261
25442
|
"use strict";
|
|
25262
|
-
module.exports = JSON.parse('{"no-ee-id-card":"ID card not found. Please check if the card is in the reader and restart the browser. The software can be installed from the page www.id.ee.","yes":"Yes","no":"No","phone-number":"phone number","idcode":"personal identity code","country":"Country","Sign":"Sign","USER_REFUSED":"User did not wish to proceed and canceled the action","mobile-id":"Mobile ID","id-card":"ID card","smart-id":"Smart-ID","no-lv-id-card":"No Latvian ID card found. Please make sure you have card inserted and software installed from https://www.eparaksts.lv/en/Downloads. For signatures please make sure the eParaksts plugin for browser is installed and activated.","no-lt-id-card":"No Lithuanian ID card found. Please make sure you have card inserted and software installed from http://www.nsc.vrm.lt/downloads.htm. For signatures is also needed browser plugin from https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No Portugal ID card found. Please make sure you have card inserted and software installed from https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No Serbian ID card found. Please make sure you have card inserted and software installed from http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No Finnish ID card found. Please see software installation instructions from: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No Belgium ID card found. Please make sure you have card inserted and software installed from https://eid.belgium.be. Please restart the browser if the error persists.","confirm-doc-check-and-sign":"Did you understand the document contents and are ready to finalize the signature?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"This field is required","your-verification-code":"Your verification code:","cancel":"Cancel","no-response-error":"Something went wrong. Make sure you\'re connected to the Internet, then try again.","back":"Back","no-matching-countries":"No matching countries","id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Approve the identification request on your FREJA eID app","try-again":"Try Again","pre-sign-confirmation":"After clicking \\"Sign\\" we will identify you using {method} and create a legally binding signature.\\n","login-method":"Login method:","finnish-online-bank":"Finnish Online Bank","online-bank":"Online Bank","or":"or","transaction-id":"Transaction ID","sign-in-evrotrust-app":"Please sign this document in your Evrotrust app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Other countries","email-sms":"Email/SMS","email-code-sent":"An email with the code has been sent to","sms-code-sent":"An SMS with the code has been sent to","your-code":"Your code","signature-method":"Signature method","username-or-email":"Username or email","cell-phone":"Cell phone","including-calling-code":"with country code including \\"+\\", example +35112345678","enter-temp-security-code":"Enter temporary security code","mobile-key-signing-info":"You can find more information about the mobile key signing process at https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"This action is definitive and irreversible.","you-have-5-minutes-to-enter-the-code":"You have 5 minutes to enter the code before it expires.","confirm":"Confirm","after-confirmation-following-docs-will-be-signed":"After confirmation, the following documents will be signed:","code-by-sms":"Code by SMS","confirmation-code-will-be-sent-to":"A confirmation code will be sent to:","continue":"Continue","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signature pin","approve-sign-request-on-freja-app":"Approve the signing request on your FREJA eID app","no-required-software":"You do not have the necessary software installed to complete this action. Please follow the instructions at https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Sign with my bank","card-number":"card number","your-sms-otp-code":"Your sms otp code","sign-in-halcom-app":"Please sign this document in your Halcom app.","sign-in-swiss-id-app":"Please sign this document in your SwissID app.","sign-in-app":"Please sign this document in your {name} app.","be-id-card-signature-cancel-and-help":"The action was canceled.\\nDid you cancel because the Belgian ID card signing is not working?\\nMake sure that there are no other USB tokens or smart cards connected to your device except for the Belgian ID card itself.\\nThen see the following guide to make sure that you have all the necessary software installed: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Required software is missing. See the following guide on how to install the required software components: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} is requesting to access your name and personal ID data. To authorize eID Easy forward this data please click the button below."}');
|
|
25443
|
+
module.exports = JSON.parse('{"no-ee-id-card":"ID card not found. Please check if the card is in the reader and restart the browser. The software can be installed from the page www.id.ee.","yes":"Yes","no":"No","phone-number":"phone number","idcode":"personal identity code","country":"Country","Sign":"Sign","USER_REFUSED":"User did not wish to proceed and canceled the action","mobile-id":"Mobile ID","id-card":"ID card","smart-id":"Smart-ID","no-lv-id-card":"No Latvian ID card found. Please make sure you have card inserted and software installed from https://www.eparaksts.lv/en/Downloads. For signatures please make sure the eParaksts plugin for browser is installed and activated.","no-lt-id-card":"No Lithuanian ID card found. Please make sure you have card inserted and software installed from http://www.nsc.vrm.lt/downloads.htm. For signatures is also needed browser plugin from https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No Portugal ID card found. Please make sure you have card inserted and software installed from https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No Serbian ID card found. Please make sure you have card inserted and software installed from http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No Finnish ID card found. Please see software installation instructions from: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No Belgium ID card found. Please make sure you have card inserted and software installed from https://eid.belgium.be. Please restart the browser if the error persists.","confirm-doc-check-and-sign":"Did you understand the document contents and are ready to finalize the signature?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"This field is required","your-verification-code":"Your verification code:","cancel":"Cancel","no-response-error":"Something went wrong. Make sure you\'re connected to the Internet, then try again.","back":"Back","no-matching-countries":"No matching countries","id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Approve the identification request on your FREJA eID app","try-again":"Try Again","pre-sign-confirmation":"After clicking \\"Sign\\" we will identify you using {method} and create a legally binding signature.\\n","login-method":"Login method:","finnish-online-bank":"Finnish Online Bank","online-bank":"Online Bank","or":"or","transaction-id":"Transaction ID","sign-in-evrotrust-app":"Please sign this document in your Evrotrust app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Other countries","email-sms":"Email/SMS","email-code-sent":"An email with the code has been sent to","sms-code-sent":"An SMS with the code has been sent to","your-code":"Your code","signature-method":"Signature method","username-or-email":"Username or email","cell-phone":"Cell phone","including-calling-code":"with country code including \\"+\\", example +35112345678","enter-temp-security-code":"Enter temporary security code","mobile-key-signing-info":"You can find more information about the mobile key signing process at https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"This action is definitive and irreversible.","you-have-5-minutes-to-enter-the-code":"You have 5 minutes to enter the code before it expires.","confirm":"Confirm","after-confirmation-following-docs-will-be-signed":"After confirmation, the following documents will be signed:","code-by-sms":"Code by SMS","confirmation-code-will-be-sent-to":"A confirmation code will be sent to:","continue":"Continue","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signature pin","approve-sign-request-on-freja-app":"Approve the signing request on your FREJA eID app","no-required-software":"You do not have the necessary software installed to complete this action. Please follow the instructions at https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Sign with my bank","card-number":"card number","your-sms-otp-code":"Your sms otp code","sign-in-halcom-app":"Please sign this document in your Halcom app.","sign-in-swiss-id-app":"Please sign this document in your SwissID app.","sign-in-app":"Please sign this document in your {name} app.","be-id-card-signature-cancel-and-help":"The action was canceled.\\nDid you cancel because the Belgian ID card signing is not working?\\nMake sure that there are no other USB tokens or smart cards connected to your device except for the Belgian ID card itself.\\nThen see the following guide to make sure that you have all the necessary software installed: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Required software is missing. See the following guide on how to install the required software components: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} is requesting to access your name and personal ID data. To authorize eID Easy forward this data please click the button below.","method-setup-info":"You can find more info on how to get started with {method} here:","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25263
25444
|
|
|
25264
25445
|
/***/ }),
|
|
25265
25446
|
|
|
@@ -25267,7 +25448,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"ID card not found. Please check i
|
|
|
25267
25448
|
/***/ (function(module) {
|
|
25268
25449
|
|
|
25269
25450
|
"use strict";
|
|
25270
|
-
module.exports = JSON.parse('{"no-ee-id-card":"No se ha encontrado la tarjeta de identificación. Por favor, compruebe que la tarjeta está insertada en el lector y reinicie el navegador. El software se puede instalar a través de la página www.id.ee.","yes":"Sí","no":"No","phone-number":"número de teléfono","idcode":"código de identidad personal","country":"País","Sign":"Firmar","USER_REFUSED":"El usuario no quiso continuar y canceló la acción","mobile-id":"Mobile ID","id-card":"Tarjeta de identificación","smart-id":"Smart-ID","no-lv-id-card":"No se ha encontrado ninguna tarjeta de identificación letona. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://www.eparaksts.lv/en/Downloads. Para las firmas, por favor asegúrese de que el plugin eParaksts para el navegador está instalado y activado.","no-lt-id-card":"No se ha encontrado ninguna tarjeta de identificación lituana. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://www.nsc.vrm.lt/downloads.htm. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No se ha encontrado ninguna tarjeta de identificación portuguesa. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado desde https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No se ha encontrado ninguna tarjeta de identificación serbia. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No se ha encontrado ninguna tarjeta de de identidad finlandesa. Por favor, consulte las instrucciones de instalación del software en: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No se ha encontrado ninguna tarjeta de identificación belga. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://eid.belgium.be. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"¿Ha entendido el contenido del documento y está dispuesto a firmarlo?","eparaksts-mobile":"eParaksts Mobile","powered-by-eideasy":"Con tecnología eIDEasy","log-in":"Acceder","this-field-is-required":"Este campo es obligatorio","your-verification-code":"Su código de verificación:","cancel":"Cancelar","no-response-error":"Algo ha ido mal. Asegúrese de que está conectado a internet e inténtelo de nuevo.","back":"Volver","no-matching-countries":"No hay países coincidentes","id-card-read-timeout":"La lectura de la tarjeta de identificación tardó demasiado. Por favor, cierre todas las ventanas abiertas del navegador e inténtelo de nuevo.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Apruebe la petición de identificación en su app FREJA eID","try-again":"Inténtelo de nuevo","pre-sign-confirmation":"Tras hacer clic en \\"Acceder\\" le identificaremos utilizando {method} y crearemos una firma vinculante legalmente.","login-method":"Método de acceso:","finnish-online-bank":"Banco online finlandés","online-bank":"Banco online","or":"o","transaction-id":"ID de la transacción","sign-in-evrotrust-app":"Por favor, firme este documento en su app Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Otros países","email-sms":"Email/SMS","email-code-sent":"Se ha enviado un email con el código a","sms-code-sent":"Se ha enviado un SMS con el código a","your-code":"Su código","signature-method":"Método de firma","username-or-email":"Nombre de usuario o correo electrónico","cell-phone":"Teléfono móvil","including-calling-code":"con código de país que incluye \\"+\\", ejemplo +35112345678","enter-temp-security-code":"Ingrese el código de seguridad temporal","mobile-key-signing-info":"Puede encontrar más información sobre el proceso de firma de claves móviles en https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta acción es definitiva e irreversible.","you-have-5-minutes-to-enter-the-code":"Tienes 5 minutos para ingresar el código antes de que caduque.","confirm":"Confirmar","after-confirmation-following-docs-will-be-signed":"Después de la confirmación, se firmarán los siguientes documentos:","code-by-sms":"Código via SMS","confirmation-code-will-be-sent-to":"Un código de confirmación fue enviado a:","continue":"Continuar","name":"Nombre","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin de firma digital","approve-sign-request-on-freja-app":"Apruebe la solicitud de firma en su app FREJA eID","no-required-software":"No tiene instalado el software necesario para completar esta acción. Siga las instrucciones en https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firmar con mi banco","card-number":"número de tarjeta","your-sms-otp-code":"Su código otp sms","sign-in-halcom-app":"Firme este documento en su aplicación Halcom.","sign-in-swiss-id-app":"Firme este documento en su aplicación SwissID.","sign-in-app":"Firme este documento en su aplicación {name.}","be-id-card-signature-cancel-and-help":"
|
|
25451
|
+
module.exports = JSON.parse('{"no-ee-id-card":"No se ha encontrado la tarjeta de identificación. Por favor, compruebe que la tarjeta está insertada en el lector y reinicie el navegador. El software se puede instalar a través de la página www.id.ee.","yes":"Sí","no":"No","phone-number":"número de teléfono","idcode":"código de identidad personal","country":"País","Sign":"Firmar","USER_REFUSED":"El usuario no quiso continuar y canceló la acción","mobile-id":"Mobile ID","id-card":"Tarjeta de identificación","smart-id":"Smart-ID","no-lv-id-card":"No se ha encontrado ninguna tarjeta de identificación letona. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://www.eparaksts.lv/en/Downloads. Para las firmas, por favor asegúrese de que el plugin eParaksts para el navegador está instalado y activado.","no-lt-id-card":"No se ha encontrado ninguna tarjeta de identificación lituana. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://www.nsc.vrm.lt/downloads.htm. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No se ha encontrado ninguna tarjeta de identificación portuguesa. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado desde https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No se ha encontrado ninguna tarjeta de identificación serbia. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No se ha encontrado ninguna tarjeta de de identidad finlandesa. Por favor, consulte las instrucciones de instalación del software en: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No se ha encontrado ninguna tarjeta de identificación belga. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://eid.belgium.be. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"¿Ha entendido el contenido del documento y está dispuesto a firmarlo?","eparaksts-mobile":"eParaksts Mobile","powered-by-eideasy":"Con tecnología eIDEasy","log-in":"Acceder","this-field-is-required":"Este campo es obligatorio","your-verification-code":"Su código de verificación:","cancel":"Cancelar","no-response-error":"Algo ha ido mal. Asegúrese de que está conectado a internet e inténtelo de nuevo.","back":"Volver","no-matching-countries":"No hay países coincidentes","id-card-read-timeout":"La lectura de la tarjeta de identificación tardó demasiado. Por favor, cierre todas las ventanas abiertas del navegador e inténtelo de nuevo.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Apruebe la petición de identificación en su app FREJA eID","try-again":"Inténtelo de nuevo","pre-sign-confirmation":"Tras hacer clic en \\"Acceder\\" le identificaremos utilizando {method} y crearemos una firma vinculante legalmente.","login-method":"Método de acceso:","finnish-online-bank":"Banco online finlandés","online-bank":"Banco online","or":"o","transaction-id":"ID de la transacción","sign-in-evrotrust-app":"Por favor, firme este documento en su app Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Otros países","email-sms":"Email/SMS","email-code-sent":"Se ha enviado un email con el código a","sms-code-sent":"Se ha enviado un SMS con el código a","your-code":"Su código","signature-method":"Método de firma","username-or-email":"Nombre de usuario o correo electrónico","cell-phone":"Teléfono móvil","including-calling-code":"con código de país que incluye \\"+\\", ejemplo +35112345678","enter-temp-security-code":"Ingrese el código de seguridad temporal","mobile-key-signing-info":"Puede encontrar más información sobre el proceso de firma de claves móviles en https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta acción es definitiva e irreversible.","you-have-5-minutes-to-enter-the-code":"Tienes 5 minutos para ingresar el código antes de que caduque.","confirm":"Confirmar","after-confirmation-following-docs-will-be-signed":"Después de la confirmación, se firmarán los siguientes documentos:","code-by-sms":"Código via SMS","confirmation-code-will-be-sent-to":"Un código de confirmación fue enviado a:","continue":"Continuar","name":"Nombre","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin de firma digital","approve-sign-request-on-freja-app":"Apruebe la solicitud de firma en su app FREJA eID","no-required-software":"No tiene instalado el software necesario para completar esta acción. Siga las instrucciones en https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firmar con mi banco","card-number":"número de tarjeta","your-sms-otp-code":"Su código otp sms","sign-in-halcom-app":"Firme este documento en su aplicación Halcom.","sign-in-swiss-id-app":"Firme este documento en su aplicación SwissID.","sign-in-app":"Firme este documento en su aplicación {name.}","be-id-card-signature-cancel-and-help":"La acción fue cancelada.\\n¿Canceló porque la firma de la tarjeta de identificación belga no funciona?\\nAsegúrese de que no haya otros tokens USB o tarjetas inteligentes conectados a su dispositivo, excepto la propia tarjeta de identificación belga.\\nLuego, consulte la siguiente guía para asegurarse de que tiene todo el software necesario instalado: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Falta el software necesario. Consulte la siguiente guía sobre cómo instalar los componentes de software necesarios: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} solicita acceder a su nombre y datos de identificación personal. Para autorizar eID Easy reenviar estos datos, haga clic en el botón a continuación.","method-setup-info":"{method} información de configuración en {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25271
25452
|
|
|
25272
25453
|
/***/ }),
|
|
25273
25454
|
|
|
@@ -25275,7 +25456,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"No se ha encontrado la tarjeta de
|
|
|
25275
25456
|
/***/ (function(module) {
|
|
25276
25457
|
|
|
25277
25458
|
"use strict";
|
|
25278
|
-
module.exports = JSON.parse('{"no-ee-id-card":"ID kaarti ei leitud. Palun kontrolli kas kaart on korralikult lugejas ja taaskäivita oma browser. Tarkvara saab installida www.id.ee lehelt.","yes":"Jah","no":"Ei","phone-number":"mobiili number","idcode":"isikukood","country":"Riik","Sign":"Allkirjasta","USER_REFUSED":"Kasutaja ei soovinud jätkata ja tühistas tegevuse.","mobile-id":"Mobiil-ID","id-card":"ID kaart","smart-id":"Smart-ID","no-lv-id-card":"Läti ID kaarti ei leitud. Palun vaata, et ID kaart oleks lugejas ja tarkvara installitud aadressilt https://www.eparaksts.lv/en/Downloads","no-lt-id-card":"Leedu ID kaarti ei leitud. Palun vaata, et ID kaart oleks lugejas ja tarkvara installitud aadressilt http://www.nsc.vrm.lt/downloads.htm","no-pt-id-card":"Portugali ID kaarti ei leitud. Palun vaata, et kaart oleks lugejas ja tarkvara installitud aadressilt https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbia ID kaarti ei leitud. Palun vaata, et kaart oleks lugejas ja tarkvara installitud aadressilt http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Soome ID kaarti ei leitud. Palun kontrolli, et kaart oleks lugejas ja leia tarkvara seadistamise juhised aadressilt: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Belgia ID kaarti ei leitud. Palun kontrolli, et kaart oleks lugejas ja tarkvara installitud aadressilt https://eid.belgium.be","confirm-doc-check-and-sign":"Kas dokumendi sisu on arusaadav ja soovid allkirjastamisega jätkata?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Logi sisse","this-field-is-required":"See on kohustuslik väli","your-verification-code":"Kontrollkood:","cancel":"Tühista","no-response-error":"Toiming ebaõnnestus. Palun kontrolli kas internetiühendus on olemas, sulge kõik brauseriaknad ja proovi seejärel uuesti","back":"Tagasi","no-matching-countries":"Sobivat riiki ei leitud","id-card-read-timeout":"ID kaardi lugemine võttis liiga kaua aega. Palun sulge kõik brauseri aknad ja proovi uuesti.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXX","approve-id-request-on-freja-app":"Järgiga oma FREJA EID rakenduse juhiseid","try-again":"Proovi uuesti","pre-sign-confirmation":"Pärast klikkimist nupul \\"Allkirjasta\\" identifitseeritakse teid meetodiga {method} ning seejärel luuakse õiguslikult siduv allkiri.","login-method":"Sisselogimismeetod:","finnish-online-bank":"Soome Internetipank","online-bank":"Internetipank","or":"või","transaction-id":"Tehingu ID","sign-in-evrotrust-app":"Palun allkirjasta käesolev dokument oma Evrotrusti rakenduses.","eparaksts-eid":"Läti eParaksts","varmennekortti":"Soome Varmennekortti","other-countries":"Ülejäänud riigid","email-sms":"E-Mail / SMS","email-code-sent":"E-mail koodiga on saadetud aadressile","sms-code-sent":"SMS koodiga on saadetud numbrile","your-code":"Kood","signature-method":"Allkirjastamise meetod","username-or-email":"Kasutajanimi või email","cell-phone":"mobiiltelefon","including-calling-code":"riigikoodiga, mis sisaldab \\"+\\", näiteks +35112345678","enter-temp-security-code":"Sisestage ajutine turvakood","mobile-key-signing-info":"Lisateavet mobiilivõtme allkirjastamise protsessi kohta leiate aadressilt https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"See toiming on lõplik ja pöördumatu.","you-have-5-minutes-to-enter-the-code":"Teil on 5 minutit aega koodi sisestamiseks, enne kui see aegub.","confirm":"kinnita","after-confirmation-following-docs-will-be-signed":"Pärast kinnitamist allkirjastatakse järgmised dokumendid:","code-by-sms":"Kood SMSiga","confirmation-code-will-be-sent-to":"Kinnituskood saadetakse:","continue":"Edasi","name":"Nimi","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitaalallkirja pin","approve-sign-request-on-freja-app":"Kinnitage allkirjastamine FREJA eID rakenduses","no-required-software":"Teil pole selle toimingu tegemiseks tarkvara installitud. Järgige juhiseid aadressil https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":"eParaksts kiipkaart","sign-with-my-bank":"Allkirjasta minu pangaga","card-number":"kaardi number","your-sms-otp-code":"Teie SMS-i OTP-kood","sign-in-halcom-app":"Palun allkirjastage see dokument oma Halcomi rakenduses.","sign-in-swiss-id-app":"Palun allkirjastage see dokument oma SwissID rakenduses.","sign-in-app":"Palun allkirjastage see dokument oma {name} rakenduses.","be-id-card-signature-cancel-and-help":"
|
|
25459
|
+
module.exports = JSON.parse('{"no-ee-id-card":"ID kaarti ei leitud. Palun kontrolli kas kaart on korralikult lugejas ja taaskäivita oma browser. Tarkvara saab installida www.id.ee lehelt.","yes":"Jah","no":"Ei","phone-number":"mobiili number","idcode":"isikukood","country":"Riik","Sign":"Allkirjasta","USER_REFUSED":"Kasutaja ei soovinud jätkata ja tühistas tegevuse.","mobile-id":"Mobiil-ID","id-card":"ID kaart","smart-id":"Smart-ID","no-lv-id-card":"Läti ID kaarti ei leitud. Palun vaata, et ID kaart oleks lugejas ja tarkvara installitud aadressilt https://www.eparaksts.lv/en/Downloads","no-lt-id-card":"Leedu ID kaarti ei leitud. Palun vaata, et ID kaart oleks lugejas ja tarkvara installitud aadressilt http://www.nsc.vrm.lt/downloads.htm","no-pt-id-card":"Portugali ID kaarti ei leitud. Palun vaata, et kaart oleks lugejas ja tarkvara installitud aadressilt https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbia ID kaarti ei leitud. Palun vaata, et kaart oleks lugejas ja tarkvara installitud aadressilt http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Soome ID kaarti ei leitud. Palun kontrolli, et kaart oleks lugejas ja leia tarkvara seadistamise juhised aadressilt: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Belgia ID kaarti ei leitud. Palun kontrolli, et kaart oleks lugejas ja tarkvara installitud aadressilt https://eid.belgium.be","confirm-doc-check-and-sign":"Kas dokumendi sisu on arusaadav ja soovid allkirjastamisega jätkata?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Logi sisse","this-field-is-required":"See on kohustuslik väli","your-verification-code":"Kontrollkood:","cancel":"Tühista","no-response-error":"Toiming ebaõnnestus. Palun kontrolli kas internetiühendus on olemas, sulge kõik brauseriaknad ja proovi seejärel uuesti","back":"Tagasi","no-matching-countries":"Sobivat riiki ei leitud","id-card-read-timeout":"ID kaardi lugemine võttis liiga kaua aega. Palun sulge kõik brauseri aknad ja proovi uuesti.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXX","approve-id-request-on-freja-app":"Järgiga oma FREJA EID rakenduse juhiseid","try-again":"Proovi uuesti","pre-sign-confirmation":"Pärast klikkimist nupul \\"Allkirjasta\\" identifitseeritakse teid meetodiga {method} ning seejärel luuakse õiguslikult siduv allkiri.","login-method":"Sisselogimismeetod:","finnish-online-bank":"Soome Internetipank","online-bank":"Internetipank","or":"või","transaction-id":"Tehingu ID","sign-in-evrotrust-app":"Palun allkirjasta käesolev dokument oma Evrotrusti rakenduses.","eparaksts-eid":"Läti eParaksts","varmennekortti":"Soome Varmennekortti","other-countries":"Ülejäänud riigid","email-sms":"E-Mail / SMS","email-code-sent":"E-mail koodiga on saadetud aadressile","sms-code-sent":"SMS koodiga on saadetud numbrile","your-code":"Kood","signature-method":"Allkirjastamise meetod","username-or-email":"Kasutajanimi või email","cell-phone":"mobiiltelefon","including-calling-code":"riigikoodiga, mis sisaldab \\"+\\", näiteks +35112345678","enter-temp-security-code":"Sisestage ajutine turvakood","mobile-key-signing-info":"Lisateavet mobiilivõtme allkirjastamise protsessi kohta leiate aadressilt https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"See toiming on lõplik ja pöördumatu.","you-have-5-minutes-to-enter-the-code":"Teil on 5 minutit aega koodi sisestamiseks, enne kui see aegub.","confirm":"kinnita","after-confirmation-following-docs-will-be-signed":"Pärast kinnitamist allkirjastatakse järgmised dokumendid:","code-by-sms":"Kood SMSiga","confirmation-code-will-be-sent-to":"Kinnituskood saadetakse:","continue":"Edasi","name":"Nimi","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitaalallkirja pin","approve-sign-request-on-freja-app":"Kinnitage allkirjastamine FREJA eID rakenduses","no-required-software":"Teil pole selle toimingu tegemiseks tarkvara installitud. Järgige juhiseid aadressil https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":"eParaksts kiipkaart","sign-with-my-bank":"Allkirjasta minu pangaga","card-number":"kaardi number","your-sms-otp-code":"Teie SMS-i OTP-kood","sign-in-halcom-app":"Palun allkirjastage see dokument oma Halcomi rakenduses.","sign-in-swiss-id-app":"Palun allkirjastage see dokument oma SwissID rakenduses.","sign-in-app":"Palun allkirjastage see dokument oma {name} rakenduses.","be-id-card-signature-cancel-and-help":"Toiming katkestati. Kas katkestasite sest Teie Belgia ID kaardiga allkirjastamine ei toiminud? Palun veenduge, et arvutisse ei oleks ühendatud teisi digiallkirjastamise vahendeid.","be-id-signature-no-implementation":"Vajalik tarkvara puudub. Palun leidke installeerimise õpetus siit: https://eideasy.com/belgian-id-software-inst","client-request-data-confirmation":"{websiteName} {companyName} taotleb juurdepääsu Teie nimele ja isikukoodi andmetele. Selleks, et anda eID Easy-le õigus antud andmed edastada, palun klõpsake allolevale nupule.","method-setup-info":"{method} seadistusinfo {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25279
25460
|
|
|
25280
25461
|
/***/ }),
|
|
25281
25462
|
|
|
@@ -25283,7 +25464,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"ID kaarti ei leitud. Palun kontro
|
|
|
25283
25464
|
/***/ (function(module) {
|
|
25284
25465
|
|
|
25285
25466
|
"use strict";
|
|
25286
|
-
module.exports = JSON.parse('{"no-ee-id-card":"Henkilökorttia ei löydy. Tarkista, että kortti on lukijassa ja käynnistä selain uudelleen. Ohjelmiston voi asentaa sivulta www.id.ee.","yes":"Kyllä","no":"Ei","phone-number":"puhelinnumero","idcode":"henkilötunnus","country":"Maa","Sign":"Allekirjoita","USER_REFUSED":"Käyttäjä ei halunnut jatkaa ja peruutti toiminnon.","mobile-id":"Mobiilitunnus","id-card":"Henkilökortti","smart-id":"Smart-ID","no-lv-id-card":"Latvian henkilökorttia ei löydetty. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://www.eparaksts.lv/en/Downloads. Varmista allekirjoituksia varten, että selaimen eParaksts-lisäosa on asennettu ja aktivoitu.","no-lt-id-card":"Liettualaista henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta http://www.nsc.vrm.lt/downloads.htm. Allekirjoituksia varten tarvitaan myös selainlaajennus osoitteesta https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Portugalin henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Serbialaista henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Suomalaista henkilökorttia ei löytynyt. Katso ohjelmiston asennusohjeet osoitteesta: https://dvv.fi/kansalaisvarmenne-kortinlukijaohjelmisto","no-be-id-card":"Belgian henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://eid.belgium.be.","confirm-doc-check-and-sign":"Ymmärsitkö asiakirjan sisällön ja oletko valmis viimeistelemään allekirjoituksen?","eparaksts-mobile":"eParaksts mobiili","powered-by-eideasy":"eIDEasyn palvelu","log-in":"Kirjaudu sisään","this-field-is-required":"Tämä kenttä on pakollinen","your-verification-code":"Vahvistuskoodisi:","cancel":"Peruuta","no-response-error":"Jokin meni pieleen. Varmista, että olet yhteydessä Internetiin, ja yritä sitten uudelleen.","back":"Takaisin","no-matching-countries":"Ei vastaavaa maata","id-card-read-timeout":"Henkilökortin lukeminen kesti liian kauan. Sulje kaikki avoimet selainikkunat ja yritä sitten uudelleen.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Hyväksy tunnistuspyyntö FREJA eID -sovelluksessa.","try-again":"Yritä uudelleen","pre-sign-confirmation":"Kun olet klikannut \\"Allekirjoita\\", tunnistamme sinut valitsemaasi metodia käyttäen ( {method} ) ja luomme oikeudellisesti sitovan allekirjoituksen.","login-method":"Kirjautumismenetelmä:","finnish-online-bank":"Suomalainen verkkopankki tai mobiilivarmenne","online-bank":"Verkkopankki","or":"tai\\n","transaction-id":"Tapahtuman tunnus","sign-in-evrotrust-app":"Allekirjoita tämä asiakirja Evrotrust -sovelluksessasi.\\n","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Muut maat","email-sms":"Sähköposti/SMS","email-code-sent":"Koodin sisältävä sähköposti on lähetetty osoitteeseen","sms-code-sent":"Tekstiviesti koodilla on lähetetty osoitteeseen","your-code":"Koodisi","signature-method":"Allekirjoitustapa","username-or-email":"Käyttäjätunnus tai sähköpostiosoite","cell-phone":"kännykkä","including-calling-code":"maakoodilla, joka sisältää \\"+\\", esimerkiksi +35112345678","enter-temp-security-code":"Syötä väliaikainen suojakoodi","mobile-key-signing-info":"Lisätietoja mobiiliavaimen allekirjoitusprosessista on osoitteessa https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tämä toimenpide on lopullinen ja peruuttamaton.","you-have-5-minutes-to-enter-the-code":"Sinulla on 5 minuuttia aikaa syöttää koodi ennen kuin se vanhenee.","confirm":"vahvistaa","after-confirmation-following-docs-will-be-signed":"Vahvistuksen jälkeen allekirjoitetaan seuraavat asiakirjat:","code-by-sms":"SMS-koodi","confirmation-code-will-be-sent-to":"Vahvistuskoodi lähetetetään tälle vastaanottajalle:","continue":"Jatka","name":"Nimi","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Sähköisen allekirjoituksen PIN-koodi","approve-sign-request-on-freja-app":"Hyväksy allekirjoituspyyntö Freja eID-sovelluksessasi","no-required-software":"Sinulla ei ole asennettuna ohjelmistoa tämän toiminnon suorittamiseen. Seuraa ohjeita osoitteessa https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Allekirjoita pankissani","card-number":"kortin numero","your-sms-otp-code":"SMS OTP-koodisi","sign-in-halcom-app":"Allekirjoita tämä asiakirja Halcom-sovelluksessasi.","sign-in-swiss-id-app":"Vänligen underteckna detta dokument i din SwissID-app.","sign-in-app":"Allekirjoita tämä asiakirja {name-sovelluksessasi.}","be-id-card-signature-cancel-and-help":"
|
|
25467
|
+
module.exports = JSON.parse('{"no-ee-id-card":"Henkilökorttia ei löydy. Tarkista, että kortti on lukijassa ja käynnistä selain uudelleen. Ohjelmiston voi asentaa sivulta www.id.ee.","yes":"Kyllä","no":"Ei","phone-number":"puhelinnumero","idcode":"henkilötunnus","country":"Maa","Sign":"Allekirjoita","USER_REFUSED":"Käyttäjä ei halunnut jatkaa ja peruutti toiminnon.","mobile-id":"Mobiilitunnus","id-card":"Henkilökortti","smart-id":"Smart-ID","no-lv-id-card":"Latvian henkilökorttia ei löydetty. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://www.eparaksts.lv/en/Downloads. Varmista allekirjoituksia varten, että selaimen eParaksts-lisäosa on asennettu ja aktivoitu.","no-lt-id-card":"Liettualaista henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta http://www.nsc.vrm.lt/downloads.htm. Allekirjoituksia varten tarvitaan myös selainlaajennus osoitteesta https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Portugalin henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Serbialaista henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Suomalaista henkilökorttia ei löytynyt. Katso ohjelmiston asennusohjeet osoitteesta: https://dvv.fi/kansalaisvarmenne-kortinlukijaohjelmisto","no-be-id-card":"Belgian henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://eid.belgium.be.","confirm-doc-check-and-sign":"Ymmärsitkö asiakirjan sisällön ja oletko valmis viimeistelemään allekirjoituksen?","eparaksts-mobile":"eParaksts mobiili","powered-by-eideasy":"eIDEasyn palvelu","log-in":"Kirjaudu sisään","this-field-is-required":"Tämä kenttä on pakollinen","your-verification-code":"Vahvistuskoodisi:","cancel":"Peruuta","no-response-error":"Jokin meni pieleen. Varmista, että olet yhteydessä Internetiin, ja yritä sitten uudelleen.","back":"Takaisin","no-matching-countries":"Ei vastaavaa maata","id-card-read-timeout":"Henkilökortin lukeminen kesti liian kauan. Sulje kaikki avoimet selainikkunat ja yritä sitten uudelleen.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Hyväksy tunnistuspyyntö FREJA eID -sovelluksessa.","try-again":"Yritä uudelleen","pre-sign-confirmation":"Kun olet klikannut \\"Allekirjoita\\", tunnistamme sinut valitsemaasi metodia käyttäen ( {method} ) ja luomme oikeudellisesti sitovan allekirjoituksen.","login-method":"Kirjautumismenetelmä:","finnish-online-bank":"Suomalainen verkkopankki tai mobiilivarmenne","online-bank":"Verkkopankki","or":"tai\\n","transaction-id":"Tapahtuman tunnus","sign-in-evrotrust-app":"Allekirjoita tämä asiakirja Evrotrust -sovelluksessasi.\\n","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Muut maat","email-sms":"Sähköposti/SMS","email-code-sent":"Koodin sisältävä sähköposti on lähetetty osoitteeseen","sms-code-sent":"Tekstiviesti koodilla on lähetetty osoitteeseen","your-code":"Koodisi","signature-method":"Allekirjoitustapa","username-or-email":"Käyttäjätunnus tai sähköpostiosoite","cell-phone":"kännykkä","including-calling-code":"maakoodilla, joka sisältää \\"+\\", esimerkiksi +35112345678","enter-temp-security-code":"Syötä väliaikainen suojakoodi","mobile-key-signing-info":"Lisätietoja mobiiliavaimen allekirjoitusprosessista on osoitteessa https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tämä toimenpide on lopullinen ja peruuttamaton.","you-have-5-minutes-to-enter-the-code":"Sinulla on 5 minuuttia aikaa syöttää koodi ennen kuin se vanhenee.","confirm":"vahvistaa","after-confirmation-following-docs-will-be-signed":"Vahvistuksen jälkeen allekirjoitetaan seuraavat asiakirjat:","code-by-sms":"SMS-koodi","confirmation-code-will-be-sent-to":"Vahvistuskoodi lähetetetään tälle vastaanottajalle:","continue":"Jatka","name":"Nimi","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Sähköisen allekirjoituksen PIN-koodi","approve-sign-request-on-freja-app":"Hyväksy allekirjoituspyyntö Freja eID-sovelluksessasi","no-required-software":"Sinulla ei ole asennettuna ohjelmistoa tämän toiminnon suorittamiseen. Seuraa ohjeita osoitteessa https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Allekirjoita pankissani","card-number":"kortin numero","your-sms-otp-code":"SMS OTP-koodisi","sign-in-halcom-app":"Allekirjoita tämä asiakirja Halcom-sovelluksessasi.","sign-in-swiss-id-app":"Vänligen underteckna detta dokument i din SwissID-app.","sign-in-app":"Allekirjoita tämä asiakirja {name-sovelluksessasi.}","be-id-card-signature-cancel-and-help":"Toiminta peruttiin.\\nPeruutitko, koska Belgian henkilökortin allekirjoitus ei toimi?\\nVarmista, että laitteeseen ei ole liitetty muita USB-tunnuksia tai älykortteja, paitsi itse belgialainen henkilökortti.\\nKatso sitten seuraava opas varmistaaksesi, että sinulla on kaikki tarvittavat ohjelmistot asennettuna: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Vaadittu ohjelmisto puuttuu. Katso seuraava opas tarvittavien ohjelmistokomponenttien asentamisesta: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} pyytää pääsyä nimesi ja tunnustietoihisi. Voit valtuuttaa eID Easyn välittämään nämä tiedot napsauttamalla alla olevaa painiketta.","method-setup-info":"{method} asetustiedot osoitteessa {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25287
25468
|
|
|
25288
25469
|
/***/ }),
|
|
25289
25470
|
|
|
@@ -25291,7 +25472,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"Henkilökorttia ei löydy. Tarkis
|
|
|
25291
25472
|
/***/ (function(module) {
|
|
25292
25473
|
|
|
25293
25474
|
"use strict";
|
|
25294
|
-
module.exports = JSON.parse('{"no-ee-id-card":"Carte d\'identité introuvable. Veuillez vérifier si la carte est dans le lecteur et redémarrer le navigateur. Le logiciel peut être installé depuis la page www.id.ee.","yes":"Oui","no":"Non","phone-number":"numéro de téléphone","idcode":"code d\'identité personnel","country":"Pays","Sign":"Signer","USER_REFUSED":"L\'utilisateur n\'a pas souhaité continuer et a annulé l\'action","mobile-id":"Mobile ID","id-card":"Carte d\'identité","smart-id":"Smart-ID","no-lv-id-card":"Aucune carte d\'identité lettone n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.eparaksts.lv/en/Downloads est installé. Pour les signatures, assurez-vous que le plugin eParaksts pour navigateur est installé et activé.","no-lt-id-card":"Aucune carte d\'identité lituanienne n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://www.nsc.vrm.lt/downloads.htm est installé. Pour les signatures, il est également nécessaire d\'installer le plugin de navigateur trouvable ici https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Aucune carte d\'identité portugaise n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.autenticacao.gov.pt/cc-aplicacao est installé.","no-rs-id-card":"Aucune carte d\'identité serbe n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://ca.mup.gov.rs/download-lat.html est installé.","no-fi-id-card":"Aucune carte d\'identité finlandaise n\'a été trouvée. Veuillez consulter les instructions d\'installation logicielle sur : https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Aucune carte d\'identité belge trouvée. Assurez-vous d\'avoir inséré la carte et installé le logiciel depuis https://eid.belgium.be. Veuillez redémarrer le navigateur si l\'erreur persiste.","confirm-doc-check-and-sign":"Avez-vous compris le contenu du document et êtes-vous prêt à finaliser la signature ?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Alimenté par eIDEasy","log-in":"Se connecter","this-field-is-required":"Ce champ est obligatoire","your-verification-code":"Votre code de vérification :","cancel":"Annuler","no-response-error":"Quelque chose a dysfonctionné. Assurez-vous d\'être connecté à Internet, puis réessayez.","back":"Retour","no-matching-countries":"Aucun pays correspondant","id-card-read-timeout":"La lecture de la carte d\'identité a pris trop de temps. Veuillez fermer toutes les fenêtres ouvertes du navigateur, puis réessayer.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Validez la demande d\'identification sur votre application FREJA eID","try-again":"Veuillez réessayer","pre-sign-confirmation":"Après avoir cliqué sur \\"Signer\\", nous vous identifierons à l\'aide de {method} et créerons une signature juridiquement contraignante.","login-method":"Méthode de connexion :","finnish-online-bank":"Banque en ligne finlandaise","online-bank":"Banque en ligne","or":"ou","transaction-id":"ID de transaction","sign-in-evrotrust-app":"Veuillez signer ce document dans votre application Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Autres pays","email-sms":"E-mail / SMS","email-code-sent":"Un e-mail avec le code a été envoyé à","sms-code-sent":"Un SMS avec le code a été envoyé à","your-code":"Votre code","signature-method":"Méthode de signature","username-or-email":"Nom d\'utilisateur ou email","cell-phone":"téléphone portable","including-calling-code":"avec code pays incluant \\"+\\", exemple +35112345678","enter-temp-security-code":"Entrez le code de sécurité temporaire","mobile-key-signing-info":"Vous pouvez trouver plus d\'informations sur le processus de signature de clé mobile sur https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Cette action est définitive et irréversible.","you-have-5-minutes-to-enter-the-code":"Vous avez 5 minutes pour entrer le code avant qu\'il n\'expire.","confirm":"confirmer","after-confirmation-following-docs-will-be-signed":"Après confirmation, les documents suivants seront signés :","code-by-sms":"Code par SMS","confirmation-code-will-be-sent-to":"Un code de confirmation sera envoyé à {}","continue":"Continuer","name":"Nom","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Broche de signature numérique","approve-sign-request-on-freja-app":"Approuver la demande de signature sur votre application FREJA eID","no-required-software":"Vous n\'avez pas installé le logiciel nécessaire pour effectuer cette action. Veuillez suivre les instructions sur https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signer avec ma banque","card-number":"numéro de carte","your-sms-otp-code":"Votre code sms otp","sign-in-halcom-app":"Veuillez signer ce document dans votre application Halcom.","sign-in-swiss-id-app":"Veuillez signer ce document dans votre application SwissID.","sign-in-app":"Veuillez signer ce document dans votre application {name.}","be-id-card-signature-cancel-and-help":"
|
|
25475
|
+
module.exports = JSON.parse('{"no-ee-id-card":"Carte d\'identité introuvable. Veuillez vérifier si la carte est dans le lecteur et redémarrer le navigateur. Le logiciel peut être installé depuis la page www.id.ee.","yes":"Oui","no":"Non","phone-number":"numéro de téléphone","idcode":"code d\'identité personnel","country":"Pays","Sign":"Signer","USER_REFUSED":"L\'utilisateur n\'a pas souhaité continuer et a annulé l\'action","mobile-id":"Mobile ID","id-card":"Carte d\'identité","smart-id":"Smart-ID","no-lv-id-card":"Aucune carte d\'identité lettone n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.eparaksts.lv/en/Downloads est installé. Pour les signatures, assurez-vous que le plugin eParaksts pour navigateur est installé et activé.","no-lt-id-card":"Aucune carte d\'identité lituanienne n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://www.nsc.vrm.lt/downloads.htm est installé. Pour les signatures, il est également nécessaire d\'installer le plugin de navigateur trouvable ici https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Aucune carte d\'identité portugaise n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.autenticacao.gov.pt/cc-aplicacao est installé.","no-rs-id-card":"Aucune carte d\'identité serbe n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://ca.mup.gov.rs/download-lat.html est installé.","no-fi-id-card":"Aucune carte d\'identité finlandaise n\'a été trouvée. Veuillez consulter les instructions d\'installation logicielle sur : https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Aucune carte d\'identité belge trouvée. Assurez-vous d\'avoir inséré la carte et installé le logiciel depuis https://eid.belgium.be. Veuillez redémarrer le navigateur si l\'erreur persiste.","confirm-doc-check-and-sign":"Avez-vous compris le contenu du document et êtes-vous prêt à finaliser la signature ?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Alimenté par eIDEasy","log-in":"Se connecter","this-field-is-required":"Ce champ est obligatoire","your-verification-code":"Votre code de vérification :","cancel":"Annuler","no-response-error":"Quelque chose a dysfonctionné. Assurez-vous d\'être connecté à Internet, puis réessayez.","back":"Retour","no-matching-countries":"Aucun pays correspondant","id-card-read-timeout":"La lecture de la carte d\'identité a pris trop de temps. Veuillez fermer toutes les fenêtres ouvertes du navigateur, puis réessayer.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Validez la demande d\'identification sur votre application FREJA eID","try-again":"Veuillez réessayer","pre-sign-confirmation":"Après avoir cliqué sur \\"Signer\\", nous vous identifierons à l\'aide de {method} et créerons une signature juridiquement contraignante.","login-method":"Méthode de connexion :","finnish-online-bank":"Banque en ligne finlandaise","online-bank":"Banque en ligne","or":"ou","transaction-id":"ID de transaction","sign-in-evrotrust-app":"Veuillez signer ce document dans votre application Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Autres pays","email-sms":"E-mail / SMS","email-code-sent":"Un e-mail avec le code a été envoyé à","sms-code-sent":"Un SMS avec le code a été envoyé à","your-code":"Votre code","signature-method":"Méthode de signature","username-or-email":"Nom d\'utilisateur ou email","cell-phone":"téléphone portable","including-calling-code":"avec code pays incluant \\"+\\", exemple +35112345678","enter-temp-security-code":"Entrez le code de sécurité temporaire","mobile-key-signing-info":"Vous pouvez trouver plus d\'informations sur le processus de signature de clé mobile sur https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Cette action est définitive et irréversible.","you-have-5-minutes-to-enter-the-code":"Vous avez 5 minutes pour entrer le code avant qu\'il n\'expire.","confirm":"confirmer","after-confirmation-following-docs-will-be-signed":"Après confirmation, les documents suivants seront signés :","code-by-sms":"Code par SMS","confirmation-code-will-be-sent-to":"Un code de confirmation sera envoyé à {}","continue":"Continuer","name":"Nom","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Broche de signature numérique","approve-sign-request-on-freja-app":"Approuver la demande de signature sur votre application FREJA eID","no-required-software":"Vous n\'avez pas installé le logiciel nécessaire pour effectuer cette action. Veuillez suivre les instructions sur https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signer avec ma banque","card-number":"numéro de carte","your-sms-otp-code":"Votre code sms otp","sign-in-halcom-app":"Veuillez signer ce document dans votre application Halcom.","sign-in-swiss-id-app":"Veuillez signer ce document dans votre application SwissID.","sign-in-app":"Veuillez signer ce document dans votre application {name.}","be-id-card-signature-cancel-and-help":"L\'action a été annulée.\\nVous avez annulé parce que la signature de la carte d\'identité belge ne fonctionne pas ?\\nAssurez-vous qu\'aucun autre jeton USB ou carte à puce n\'est connecté à votre appareil, à l\'exception de la carte d\'identité belge elle-même.\\nConsultez ensuite le guide suivant pour vous assurer que tous les logiciels nécessaires sont installés {} https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Le logiciel requis est manquant. Consultez le guide suivant pour savoir comment installer les composants logiciels requis {} https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} demande l\'accès à vos données de nom et d\'identité personnelle. Pour autoriser l\'identification électronique à transférer facilement ces données, veuillez cliquer sur le bouton ci-dessous.","method-setup-info":"Des informations de configuration de la {method} à l\'adresse {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25295
25476
|
|
|
25296
25477
|
/***/ }),
|
|
25297
25478
|
|
|
@@ -25299,7 +25480,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"Carte d\'identité introuvable. V
|
|
|
25299
25480
|
/***/ (function(module) {
|
|
25300
25481
|
|
|
25301
25482
|
"use strict";
|
|
25302
|
-
module.exports = JSON.parse('{"no-ee-id-card":"Carta d\'identità non trovata. Si prega di verificare se la carta è nel lettore e riavviare il browser. Il software può essere installato dalla pagina www.id.ee.","yes":"Sì","no":"No","phone-number":"numero di telefono","idcode":"codice di identità personale","country":"Nazione","Sign":"Firma","USER_REFUSED":"L\'utente non ha voluto procedere e ha annullato l\'azione","mobile-id":"Mobile ID","id-card":"Carta d\'identità","smart-id":"Smart-ID","no-lv-id-card":"Nessuna carta d\'identità lettone trovata. Assicurati di avere la scheda inserita e il software installato da https://www.eparaksts.lv/en/Downloads. Per le firme, assicurati che il plug-in eParaksts per il browser sia installato e attivato.","no-lt-id-card":"Nessuna carta d\'identità lituana trovata. Assicurati di avere la scheda inserita e il software installato da http://www.nsc.vrm.lt/downloads.htm. Per le firme è necessario anche il plug-in del browser da https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nessuna carta d\'identità portoghese trovata. Assicurati di avere la scheda inserita e il software installato da https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nessuna carta d\'identità serba trovata. Assicurati di avere la scheda inserita e il software installato da http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Non è stata trovata alcuna carta d\'identità finlandese. Consulta le istruzioni per l\'installazione del software su: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Non è stata trovata alcuna carta d\'identità belga. Assicurati di aver inserito la carta e di aver installato il software da https://eid.belgium.be. Se l\'errore persiste, riavvia il browser.","confirm-doc-check-and-sign":"Comprendi i contenuti del documento e sei pronto a finalizzare la firma?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"Questo campo è richiesto","your-verification-code":"Il tuo codice di verifica:","cancel":"Annulla","no-response-error":"Qualcosa è andato storto. Assicurati di essere connesso ad Internet, quindi prova ancora.","back":"Indietro","no-matching-countries":"Nessun paese corrispondente","id-card-read-timeout":"La lettura della carta di identità ha richiesto troppo. Ti preghiamo di chiudere tutte le finestre aperte del browser e riprovare.","zeal-id":"ZealiD","freja-eid":"eID Freja","se-freja-id-code-placeholder":"AAAAMMGGXXXX","approve-id-request-on-freja-app":"Approva la richiesta di identificazione sulla tua app FREJA eID","try-again":"Prova ancora","pre-sign-confirmation":"Dopo aver cliccato \\"Firma\\" ti identificheremo usando {method} e creeremo una firma legalmente vincolante.","login-method":"Metodo di login:","finnish-online-bank":"Banca Online finlandese","online-bank":"Banca Online","or":"oppure","transaction-id":"ID Transazione","sign-in-evrotrust-app":"Per piacere firma questo documento nella tua app Evrotrust.","eparaksts-eid":"eID eParaksts","varmennekortti":"Varmennekortti","other-countries":"Altri paesi","email-sms":"E-mail/SMS","email-code-sent":"Una email con il codice è stata inviata a","sms-code-sent":"Un SMS con il codice è stato inviato a","your-code":"Il tuo codice","signature-method":"Metodo di firma","username-or-email":"Nome utente o email","cell-phone":"cellulare","including-calling-code":"con prefisso internazionale comprensivo di \\"+\\", esempio +35112345678","enter-temp-security-code":"Inserisci il codice di sicurezza temporaneo","mobile-key-signing-info":"Puoi trovare maggiori informazioni sul processo di firma della chiave mobile su https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Questa azione è definitiva e irreversibile.\\n","you-have-5-minutes-to-enter-the-code":"Hai 5 minuti per inserire il codice prima che scada.\\n","confirm":"Confermare","after-confirmation-following-docs-will-be-signed":"Dopo la conferma, verranno firmati i seguenti documenti:","code-by-sms":"Codice per SMS","confirmation-code-will-be-sent-to":"Un codice di conferma verrà inviato a:","continue":"Continua\\n","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Spilla per firma digitale","approve-sign-request-on-freja-app":"Approva la richiesta di firma sulla tua applicazione FREJA eID","no-required-software":"Non hai installato il software necessario per completare questa azione. Segui le istruzioni di https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firma con la mia banca","card-number":"numero di carta","your-sms-otp-code":"Il tuo codice sms otp","sign-in-halcom-app":"Firma questo documento nella tua app Halcom.","sign-in-swiss-id-app":"Firma questo documento nella tua app SwissID.","sign-in-app":"Firma questo documento nella tua app {name.}","be-id-card-signature-cancel-and-help":"
|
|
25483
|
+
module.exports = JSON.parse('{"no-ee-id-card":"Carta d\'identità non trovata. Si prega di verificare se la carta è nel lettore e riavviare il browser. Il software può essere installato dalla pagina www.id.ee.","yes":"Sì","no":"No","phone-number":"numero di telefono","idcode":"codice di identità personale","country":"Nazione","Sign":"Firma","USER_REFUSED":"L\'utente non ha voluto procedere e ha annullato l\'azione","mobile-id":"Mobile ID","id-card":"Carta d\'identità","smart-id":"Smart-ID","no-lv-id-card":"Nessuna carta d\'identità lettone trovata. Assicurati di avere la scheda inserita e il software installato da https://www.eparaksts.lv/en/Downloads. Per le firme, assicurati che il plug-in eParaksts per il browser sia installato e attivato.","no-lt-id-card":"Nessuna carta d\'identità lituana trovata. Assicurati di avere la scheda inserita e il software installato da http://www.nsc.vrm.lt/downloads.htm. Per le firme è necessario anche il plug-in del browser da https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nessuna carta d\'identità portoghese trovata. Assicurati di avere la scheda inserita e il software installato da https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nessuna carta d\'identità serba trovata. Assicurati di avere la scheda inserita e il software installato da http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Non è stata trovata alcuna carta d\'identità finlandese. Consulta le istruzioni per l\'installazione del software su: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Non è stata trovata alcuna carta d\'identità belga. Assicurati di aver inserito la carta e di aver installato il software da https://eid.belgium.be. Se l\'errore persiste, riavvia il browser.","confirm-doc-check-and-sign":"Comprendi i contenuti del documento e sei pronto a finalizzare la firma?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"Questo campo è richiesto","your-verification-code":"Il tuo codice di verifica:","cancel":"Annulla","no-response-error":"Qualcosa è andato storto. Assicurati di essere connesso ad Internet, quindi prova ancora.","back":"Indietro","no-matching-countries":"Nessun paese corrispondente","id-card-read-timeout":"La lettura della carta di identità ha richiesto troppo. Ti preghiamo di chiudere tutte le finestre aperte del browser e riprovare.","zeal-id":"ZealiD","freja-eid":"eID Freja","se-freja-id-code-placeholder":"AAAAMMGGXXXX","approve-id-request-on-freja-app":"Approva la richiesta di identificazione sulla tua app FREJA eID","try-again":"Prova ancora","pre-sign-confirmation":"Dopo aver cliccato \\"Firma\\" ti identificheremo usando {method} e creeremo una firma legalmente vincolante.","login-method":"Metodo di login:","finnish-online-bank":"Banca Online finlandese","online-bank":"Banca Online","or":"oppure","transaction-id":"ID Transazione","sign-in-evrotrust-app":"Per piacere firma questo documento nella tua app Evrotrust.","eparaksts-eid":"eID eParaksts","varmennekortti":"Varmennekortti","other-countries":"Altri paesi","email-sms":"E-mail/SMS","email-code-sent":"Una email con il codice è stata inviata a","sms-code-sent":"Un SMS con il codice è stato inviato a","your-code":"Il tuo codice","signature-method":"Metodo di firma","username-or-email":"Nome utente o email","cell-phone":"cellulare","including-calling-code":"con prefisso internazionale comprensivo di \\"+\\", esempio +35112345678","enter-temp-security-code":"Inserisci il codice di sicurezza temporaneo","mobile-key-signing-info":"Puoi trovare maggiori informazioni sul processo di firma della chiave mobile su https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Questa azione è definitiva e irreversibile.\\n","you-have-5-minutes-to-enter-the-code":"Hai 5 minuti per inserire il codice prima che scada.\\n","confirm":"Confermare","after-confirmation-following-docs-will-be-signed":"Dopo la conferma, verranno firmati i seguenti documenti:","code-by-sms":"Codice per SMS","confirmation-code-will-be-sent-to":"Un codice di conferma verrà inviato a:","continue":"Continua\\n","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Spilla per firma digitale","approve-sign-request-on-freja-app":"Approva la richiesta di firma sulla tua applicazione FREJA eID","no-required-software":"Non hai installato il software necessario per completare questa azione. Segui le istruzioni di https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firma con la mia banca","card-number":"numero di carta","your-sms-otp-code":"Il tuo codice sms otp","sign-in-halcom-app":"Firma questo documento nella tua app Halcom.","sign-in-swiss-id-app":"Firma questo documento nella tua app SwissID.","sign-in-app":"Firma questo documento nella tua app {name.}","be-id-card-signature-cancel-and-help":"L\'azione è stata annullata.\\nHai annullato perché la firma della carta d\'identità belga non funziona?\\nAssicurati che non ci siano altri token USB o smart card collegati al tuo dispositivo ad eccezione della stessa carta d\'identità belga.\\nQuindi consulta la seguente guida per assicurarti di aver installato tutto il software necessario: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Manca il software richiesto. Consulta la seguente guida su come installare i componenti software richiesti: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} richiede di accedere al tuo nome e ai dati personali. Per autorizzare eID Facile inoltrare questi dati, fare clic sul pulsante qui sotto.","method-setup-info":"{method} setup informazioni su {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25303
25484
|
|
|
25304
25485
|
/***/ }),
|
|
25305
25486
|
|
|
@@ -25307,7 +25488,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"Carta d\'identità non trovata. S
|
|
|
25307
25488
|
/***/ (function(module) {
|
|
25308
25489
|
|
|
25309
25490
|
"use strict";
|
|
25310
|
-
module.exports = JSON.parse('{"no-ee-id-card":"Nepavyko rasti prijungtos asmens tapatybės kortelės. Įsitikinkite, kad kortelė tinkamai prijungta prie skaitytuvo, o šis – prie kompiuterio ir iš naujo paleiskite naršyklę. Programinę įrangą galite rasti www.id.ee","yes":"Taip","no":"Ne","phone-number":"telefono numeris","idcode":"asmens kodas","country":"Šalis","Sign":"Pasirašyti","USER_REFUSED":"Vartotojas šį veiksmą nutraukė.","mobile-id":"M. parašas","id-card":"Asmens tapatybės kortelė","smart-id":"Smart-ID","no-lv-id-card":"Latvijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://www.eparaksts.lv/en/Downloads. Norėdami pasirašyti, įsitikinkite, kad naršyklės įskiepis \\"eParaksts\\" yra įdiegtas ir aktyvuotas.","no-lt-id-card":"Nerasta asmens tapatybės kortelė. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš http://www.nsc.vrm.lt/downloads.htm","no-pt-id-card":"Portugalijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Suomijos asmens tapatybės kortelės nerasta. Žiūrėkite programinės įrangos diegimo instrukcijas iš: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Belgijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://eid.belgium.be. Parašams taip pat reikalingas naršyklės įskiepis iš https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Ar supratote dokumento turinį ir esate pasirengę pasirašyti?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Prisijungti","this-field-is-required":"Šį lauką būtina užpildyti","your-verification-code":"Jūsų patvirtinimo kodas:","cancel":"Atšaukti","no-response-error":"Kažkas ne taip. Įsitikinkite, kad esate prisijungę prie interneto, tada bandykite dar kartą.","back":"Atgal","no-matching-countries":"Nėra atitinkamų šalių","id-card-read-timeout":"Perskaityti asmens tapatybės kortelę užtruko per ilgai. Uždarykite visus atidarytus naršyklės langus ir bandykite dar kartą.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Patvirtinkite identifikavimo prašymą savo FREJA eID programėlėje","try-again":"Bandykite dar kartą","pre-sign-confirmation":"Spustelėję „Pasirašyti“ mes identifikuosime jus naudodami: {method} ir sukursime teisiškai privalomą parašą.","login-method":"Prisijungimo būdas:","finnish-online-bank":"Suomijos interneto bankas","online-bank":"Interneto bankas","or":"arba","transaction-id":"Sandorio ID","sign-in-evrotrust-app":"Pasirašykite šį dokumentą savo „Evrotrust“ programėlėje.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Kitos šalys","email-sms":"El. paštas/SMS žinutė","email-code-sent":"El. laiškas su kodu išsiųstas ","sms-code-sent":"Buvo išsiųsta SMS žinutė su kodu","your-code":"Jūsų kodas","signature-method":"Pasirašymo būdas","username-or-email":"Vartotojo vardas arba el. pašto adresas","cell-phone":"Mobilusis telefonas","including-calling-code":"su šalies kodu, įskaitant „+“, pavyzdžiui, +35112345678","enter-temp-security-code":"Įveskite laikiną apsaugos kodą","mobile-key-signing-info":"Daugiau informacijos apie mobiliojo rakto pasirašymo procesą galite rasti adresu https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šis veiksmas yra galutinis ir negrįžtamas.","you-have-5-minutes-to-enter-the-code":"Turite 5 minutes įvesti kodą, kol jis pasibaigs.","confirm":"patvirtinti","after-confirmation-following-docs-will-be-signed":"Po patvirtinimo bus pasirašyti šie dokumentai:","code-by-sms":"SMS kodas","confirmation-code-will-be-sent-to":"Patvirtinimo kodas bus išsiųstas:","continue":"Tęsti","name":"Vardas","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Skaitmeninio parašo PIN kodas","approve-sign-request-on-freja-app":"Patvirtinkite pasirašymo prašymą savo FREJA eID programėlėje","no-required-software":"Neturite įdiegtos programinės įrangos, reikalingos šiam veiksmui atlikti. Vykdykite instrukcijas adresu https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Pasirašykite su mano banku","card-number":"kortelės numeris","your-sms-otp-code":"Jūsų sms otp kodas","sign-in-halcom-app":"Pasirašykite šį dokumentą savo „Halcom“ programėlėje.","sign-in-swiss-id-app":"Pasirašykite šį dokumentą savo SwissID programėlėje.","sign-in-app":"Pasirašykite šį dokumentą savo {name} programėlėje.","be-id-card-signature-cancel-and-help":"
|
|
25491
|
+
module.exports = JSON.parse('{"no-ee-id-card":"Nepavyko rasti prijungtos asmens tapatybės kortelės. Įsitikinkite, kad kortelė tinkamai prijungta prie skaitytuvo, o šis – prie kompiuterio ir iš naujo paleiskite naršyklę. Programinę įrangą galite rasti www.id.ee","yes":"Taip","no":"Ne","phone-number":"telefono numeris","idcode":"asmens kodas","country":"Šalis","Sign":"Pasirašyti","USER_REFUSED":"Vartotojas šį veiksmą nutraukė.","mobile-id":"M. parašas","id-card":"Asmens tapatybės kortelė","smart-id":"Smart-ID","no-lv-id-card":"Latvijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://www.eparaksts.lv/en/Downloads. Norėdami pasirašyti, įsitikinkite, kad naršyklės įskiepis \\"eParaksts\\" yra įdiegtas ir aktyvuotas.","no-lt-id-card":"Nerasta asmens tapatybės kortelė. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš http://www.nsc.vrm.lt/downloads.htm","no-pt-id-card":"Portugalijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Suomijos asmens tapatybės kortelės nerasta. Žiūrėkite programinės įrangos diegimo instrukcijas iš: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Belgijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://eid.belgium.be. Parašams taip pat reikalingas naršyklės įskiepis iš https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Ar supratote dokumento turinį ir esate pasirengę pasirašyti?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Prisijungti","this-field-is-required":"Šį lauką būtina užpildyti","your-verification-code":"Jūsų patvirtinimo kodas:","cancel":"Atšaukti","no-response-error":"Kažkas ne taip. Įsitikinkite, kad esate prisijungę prie interneto, tada bandykite dar kartą.","back":"Atgal","no-matching-countries":"Nėra atitinkamų šalių","id-card-read-timeout":"Perskaityti asmens tapatybės kortelę užtruko per ilgai. Uždarykite visus atidarytus naršyklės langus ir bandykite dar kartą.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Patvirtinkite identifikavimo prašymą savo FREJA eID programėlėje","try-again":"Bandykite dar kartą","pre-sign-confirmation":"Spustelėję „Pasirašyti“ mes identifikuosime jus naudodami: {method} ir sukursime teisiškai privalomą parašą.","login-method":"Prisijungimo būdas:","finnish-online-bank":"Suomijos interneto bankas","online-bank":"Interneto bankas","or":"arba","transaction-id":"Sandorio ID","sign-in-evrotrust-app":"Pasirašykite šį dokumentą savo „Evrotrust“ programėlėje.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Kitos šalys","email-sms":"El. paštas/SMS žinutė","email-code-sent":"El. laiškas su kodu išsiųstas ","sms-code-sent":"Buvo išsiųsta SMS žinutė su kodu","your-code":"Jūsų kodas","signature-method":"Pasirašymo būdas","username-or-email":"Vartotojo vardas arba el. pašto adresas","cell-phone":"Mobilusis telefonas","including-calling-code":"su šalies kodu, įskaitant „+“, pavyzdžiui, +35112345678","enter-temp-security-code":"Įveskite laikiną apsaugos kodą","mobile-key-signing-info":"Daugiau informacijos apie mobiliojo rakto pasirašymo procesą galite rasti adresu https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šis veiksmas yra galutinis ir negrįžtamas.","you-have-5-minutes-to-enter-the-code":"Turite 5 minutes įvesti kodą, kol jis pasibaigs.","confirm":"patvirtinti","after-confirmation-following-docs-will-be-signed":"Po patvirtinimo bus pasirašyti šie dokumentai:","code-by-sms":"SMS kodas","confirmation-code-will-be-sent-to":"Patvirtinimo kodas bus išsiųstas:","continue":"Tęsti","name":"Vardas","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Skaitmeninio parašo PIN kodas","approve-sign-request-on-freja-app":"Patvirtinkite pasirašymo prašymą savo FREJA eID programėlėje","no-required-software":"Neturite įdiegtos programinės įrangos, reikalingos šiam veiksmui atlikti. Vykdykite instrukcijas adresu https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Pasirašykite su mano banku","card-number":"kortelės numeris","your-sms-otp-code":"Jūsų sms otp kodas","sign-in-halcom-app":"Pasirašykite šį dokumentą savo „Halcom“ programėlėje.","sign-in-swiss-id-app":"Pasirašykite šį dokumentą savo SwissID programėlėje.","sign-in-app":"Pasirašykite šį dokumentą savo {name} programėlėje.","be-id-card-signature-cancel-and-help":"Akcija buvo atšaukta.\\nAr atšaukėte, nes neveikia Belgijos asmens tapatybės kortelės pasirašymas?\\nĮsitikinkite, kad prie jūsų įrenginio nėra prijungtų kitų USB žetonų ar intelektualiųjų kortelių, išskyrus pačią Belgijos asmens tapatybės kortelę.\\nTada peržiūrėkite šį vadovą, kad įsitikintumėte, jog įdiegta visa reikalinga programinė įranga: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Trūksta reikiamos programinės įrangos. Žr. šį vadovą, kaip įdiegti reikiamus programinės įrangos komponentus: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} prašo prieigos prie jūsų vardo ir asmens ID duomenų. Norėdami įgalioti „eID Easy“ persiųsti šiuos duomenis, spustelėkite toliau esantį mygtuką.","method-setup-info":"{method} nustatymo informacija adresu {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25311
25492
|
|
|
25312
25493
|
/***/ }),
|
|
25313
25494
|
|
|
@@ -25315,7 +25496,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"Nepavyko rasti prijungtos asmens
|
|
|
25315
25496
|
/***/ (function(module) {
|
|
25316
25497
|
|
|
25317
25498
|
"use strict";
|
|
25318
|
-
module.exports = JSON.parse('{"no-ee-id-card":"ID karte nav atrasta. Lūdzu, pārbaudiet, vai karte ir lasītājā, un restartējiet pārlūkprogrammu. Programmatūru var instalēt no vietnes www.id.ee.","yes":"Jā","no":"Nē","phone-number":"telefona numurs","idcode":"personas kods","country":"Valsts","Sign":"Parakstīties","USER_REFUSED":"Lietotājs nevēlējās turpināt un atcēla darbību","mobile-id":"Mobilais ID","id-card":"ID karte","smart-id":"Smart-ID","no-lv-id-card":"Latvijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.eparaksts.lv/lv/lejupielades. Parakstiem, lūdzu, pārliecinieties, vai ir instalēts un aktivizēts eParaksts pārlūka spraudnis.","no-lt-id-card":"Lietuvas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://www.nsc.vrm.lt/downloads.htm. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Portugāles ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Somijas ID karte nav atrasta. Lūdzu, sk. programmatūras instalēšanas instrukciju: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Beļģijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://eid.belgium.be. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no vietnes https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Vai sapratāt dokumenta saturu un esat gatavs pabeigt parakstu?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Nodrošina eIDEasy","log-in":"Pieslēgties","this-field-is-required":"Šis lauks ir obligāts","your-verification-code":"Jūsu verifikācijas kods:","cancel":"Atcelt","no-response-error":"Kaut kas nogāja greizi. Pārliecinieties, vai ir izveidots savienojums ar internetu, un tad mēģiniet vēlreiz.","back":"Atpakaļ","no-matching-countries":"Nav atbilstošu valstu","id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"GGGGMMDDXXXX","approve-id-request-on-freja-app":"Apstipriniet identifikācijas pieprasījumu savā FREJA eID lietotnē","try-again":"Mēģiniet vēlreiz","pre-sign-confirmation":"Pēc noklikšķināšanas uz \\"Parakstīt\\" mēs identificēsim jūs, izmantojot: {method,} un izveidosim juridiski saistošu parakstu.","login-method":"Pieslēgšanās metode:","finnish-online-bank":"Somijas internetbanka","online-bank":"Internetbanka","or":"vai","transaction-id":"Darījuma ID","sign-in-evrotrust-app":"Lūdzu, parakstiet šo dokumentu savā Evrotrust lietotnē.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Citas valstis","email-sms":"E-pasts/ SMS","email-code-sent":"E-pasts ar kodu ir nosūtīts uz","sms-code-sent":"SMS ar kodu ir nosūtīta uz","your-code":"Jūsu kods","signature-method":"Parakstīšanās metode","username-or-email":"Lietotājvārds vai e-pasts","cell-phone":"Mobilais telefons","including-calling-code":"ar valsts kodu, tostarp \\"+\\", piemēram, +35112345678","enter-temp-security-code":"Ievadiet pagaidu drošības kodu","mobile-key-signing-info":"Plašāku informāciju par mobilās atslēgas parakstīšanas procesu varat atrast vietnē https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šī darbība ir galīga un neatgriezeniska.","you-have-5-minutes-to-enter-the-code":"Jums ir 5 minūtes, lai ievadītu kodu, pirms tas beidzas.","confirm":"Apstiprināt","after-confirmation-following-docs-will-be-signed":"Pēc apstiprināšanas tiks parakstīti šādi dokumenti:","code-by-sms":"Kods pa SMS","confirmation-code-will-be-sent-to":"Apstiprināšanas kods tiks nosūtīts uz:","continue":"Turpināt","name":"Vārds","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitālā paraksta pin","approve-sign-request-on-freja-app":"Apstipriniet parakstīšanas lūgumu jūsu FREJA eID aplikācijā","no-required-software":"Jums nav instalēta nepieciešamā programmatūra, lai pabeigtu šo darbību. Lūdzu, izpildiet norādījumus vietnē https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts karte","sign-with-my-bank":"Parakstīties ar manu banku","card-number":"kartes numurs","your-sms-otp-code":"Jūsu SMS OTP kods","sign-in-halcom-app":"Lūdzu, parakstiet šo dokumentu savā Halcom lietotnē.","sign-in-swiss-id-app":"Lūdzu, parakstiet šo dokumentu savā SwissID lietotnē.","sign-in-app":"Lūdzu, parakstiet šo dokumentu savā {name} lietotnē.","be-id-card-signature-cancel-and-help":"
|
|
25499
|
+
module.exports = JSON.parse('{"no-ee-id-card":"ID karte nav atrasta. Lūdzu, pārbaudiet, vai karte ir lasītājā, un restartējiet pārlūkprogrammu. Programmatūru var instalēt no vietnes www.id.ee.","yes":"Jā","no":"Nē","phone-number":"telefona numurs","idcode":"personas kods","country":"Valsts","Sign":"Parakstīties","USER_REFUSED":"Lietotājs nevēlējās turpināt un atcēla darbību","mobile-id":"Mobilais ID","id-card":"ID karte","smart-id":"Smart-ID","no-lv-id-card":"Latvijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.eparaksts.lv/lv/lejupielades. Parakstiem, lūdzu, pārliecinieties, vai ir instalēts un aktivizēts eParaksts pārlūka spraudnis.","no-lt-id-card":"Lietuvas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://www.nsc.vrm.lt/downloads.htm. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Portugāles ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Somijas ID karte nav atrasta. Lūdzu, sk. programmatūras instalēšanas instrukciju: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Beļģijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://eid.belgium.be. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no vietnes https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Vai sapratāt dokumenta saturu un esat gatavs pabeigt parakstu?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Nodrošina eIDEasy","log-in":"Pieslēgties","this-field-is-required":"Šis lauks ir obligāts","your-verification-code":"Jūsu verifikācijas kods:","cancel":"Atcelt","no-response-error":"Kaut kas nogāja greizi. Pārliecinieties, vai ir izveidots savienojums ar internetu, un tad mēģiniet vēlreiz.","back":"Atpakaļ","no-matching-countries":"Nav atbilstošu valstu","id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"GGGGMMDDXXXX","approve-id-request-on-freja-app":"Apstipriniet identifikācijas pieprasījumu savā FREJA eID lietotnē","try-again":"Mēģiniet vēlreiz","pre-sign-confirmation":"Pēc noklikšķināšanas uz \\"Parakstīt\\" mēs identificēsim jūs, izmantojot: {method,} un izveidosim juridiski saistošu parakstu.","login-method":"Pieslēgšanās metode:","finnish-online-bank":"Somijas internetbanka","online-bank":"Internetbanka","or":"vai","transaction-id":"Darījuma ID","sign-in-evrotrust-app":"Lūdzu, parakstiet šo dokumentu savā Evrotrust lietotnē.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Citas valstis","email-sms":"E-pasts/ SMS","email-code-sent":"E-pasts ar kodu ir nosūtīts uz","sms-code-sent":"SMS ar kodu ir nosūtīta uz","your-code":"Jūsu kods","signature-method":"Parakstīšanās metode","username-or-email":"Lietotājvārds vai e-pasts","cell-phone":"Mobilais telefons","including-calling-code":"ar valsts kodu, tostarp \\"+\\", piemēram, +35112345678","enter-temp-security-code":"Ievadiet pagaidu drošības kodu","mobile-key-signing-info":"Plašāku informāciju par mobilās atslēgas parakstīšanas procesu varat atrast vietnē https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šī darbība ir galīga un neatgriezeniska.","you-have-5-minutes-to-enter-the-code":"Jums ir 5 minūtes, lai ievadītu kodu, pirms tas beidzas.","confirm":"Apstiprināt","after-confirmation-following-docs-will-be-signed":"Pēc apstiprināšanas tiks parakstīti šādi dokumenti:","code-by-sms":"Kods pa SMS","confirmation-code-will-be-sent-to":"Apstiprināšanas kods tiks nosūtīts uz:","continue":"Turpināt","name":"Vārds","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitālā paraksta pin","approve-sign-request-on-freja-app":"Apstipriniet parakstīšanas lūgumu jūsu FREJA eID aplikācijā","no-required-software":"Jums nav instalēta nepieciešamā programmatūra, lai pabeigtu šo darbību. Lūdzu, izpildiet norādījumus vietnē https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts karte","sign-with-my-bank":"Parakstīties ar manu banku","card-number":"kartes numurs","your-sms-otp-code":"Jūsu SMS OTP kods","sign-in-halcom-app":"Lūdzu, parakstiet šo dokumentu savā Halcom lietotnē.","sign-in-swiss-id-app":"Lūdzu, parakstiet šo dokumentu savā SwissID lietotnē.","sign-in-app":"Lūdzu, parakstiet šo dokumentu savā {name} lietotnē.","be-id-card-signature-cancel-and-help":"Akcija tika atcelta.\\nVai atcēlāt, jo Beļģijas ID kartes parakstīšana nedarbojas?\\nPārliecinieties, vai ierīcei nav pievienoti citi USB marķieri vai viedkartes, izņemot pašu Beļģijas ID karti.\\nPēc tam skatiet šo rokasgrāmatu, lai pārliecinātos, ka jums ir instalēta visa nepieciešamā programmatūra: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Trūkst vajadzīgās programmatūras. Skatiet šo rokasgrāmatu par nepieciešamo programmatūras komponentu instalēšanu: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} pieprasa piekļuvi jūsu vārdam un personas ID datiem. Lai autorizētu eID Easy pārsūtīt šos datus, lūdzu, noklikšķiniet uz tālāk esošās pogas.","method-setup-info":"{method} iestatīšanas informācija vietnē {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25319
25500
|
|
|
25320
25501
|
/***/ }),
|
|
25321
25502
|
|
|
@@ -25323,7 +25504,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"ID karte nav atrasta. Lūdzu, pā
|
|
|
25323
25504
|
/***/ (function(module) {
|
|
25324
25505
|
|
|
25325
25506
|
"use strict";
|
|
25326
|
-
module.exports = JSON.parse('{"no-ee-id-card":"Cartão de identificação não encontrado. Verifique se o cartão está no leitor e reinicie o navegador. O software pode ser instalado a partir da página www.id.ee.","yes":"Sim","no":"Não","phone-number":"número de telefone","idcode":"Código de identificação pessoal","country":"Pais","Sign":"Assinar","USER_REFUSED":"O usuário não deseja continuar e cancelou a ação","mobile-id":"Mobile ID","id-card":"Cartão de Cidadão","smart-id":"Smart-ID","no-lv-id-card":"Nenhum cartão de identificação letão encontrado. Certifique-se de inserir o cartão e instalar o software em https://www.eparaksts.lv/en/Downloads. Para assinaturas, certifique-se de que o plugin eParaksts para o navegador esteja instalado e ativado.","no-lt-id-card":"Nenhum cartão de identificação lituano encontrado. Certifique-se de inserir o cartão e instalar o software em http://www.nsc.vrm.lt/downloads.htm. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nenhum cartão de identidade de Portugal encontrado. Certifique-se de que inseriu o cartão e instalou o software a partir de https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nenhum cartão de identificação sérvio encontrado. Certifique-se de ter o cartão inserido e o software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Nenhum cartão de identificação finlandês encontrado. Consulte as instruções de instalação do software em: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nenhum cartão de identificação da Bélgica encontrado. Certifique-se de inserir o cartão e instalar o software em https://eid.belgium.be. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Você entendeu o conteúdo do documento e está pronto para finalizar a assinatura?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Distribuído por eIDEasy","log-in":"Entrar","this-field-is-required":"Campo obrigatório","your-verification-code":"O seu código de verificação","cancel":"Cancelar","no-response-error":"Ocorreu um erro. Certifique-se de que você esteja conectado à Internet e tente novamente.","back":"Voltar","no-matching-countries":"Não existem países","id-card-read-timeout":"A leitura do Cartão demorou demasiado tempo. Por favor feche o browser e tente de novo","zeal-id":"ZealID","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Aprovar o pedido de identificação no sua aplicação FREJA eID","try-again":"Tente novamente","pre-sign-confirmation":"Depois de clicar em \\"Assinar\\", iremos identificá-lo usando o {method} e criaremos uma assinatura juridicamente vinculativa.","login-method":"Método de login:","finnish-online-bank":"Banco online finlandês","online-bank":"Banco Online","or":"ou","transaction-id":"id de transação","sign-in-evrotrust-app":"Assine este documento em seu aplicativo Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Outros países","email-sms":"Email/SMS","email-code-sent":"Um e-mail com o código foi enviado para","sms-code-sent":"Um SMS com o código foi enviado para","your-code":"O seu código","signature-method":"Método de assinatura","username-or-email":"Nome de usuário ou email","cell-phone":"Telemóvel","including-calling-code":"com código do país incluindo \\"+\\", exemplo +35112345678","enter-temp-security-code":"Inserir código de segurança temporário","mobile-key-signing-info":"Pode encontrar mais informação sobre o processo de assinatura com a chave móvel em https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta ação é definitiva e irreversível.","you-have-5-minutes-to-enter-the-code":"Tem 5 minutos para introduzir o código antes que expire","confirm":"confirme","after-confirmation-following-docs-will-be-signed":"Após a confirmação, os seguintes documentos serão assinados:","code-by-sms":"Código por SMS","confirmation-code-will-be-sent-to":"Um código de confirmação será enviado para:","continue":"Continue","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"PIN de assinatura da CMD","approve-sign-request-on-freja-app":"Aprove a solicitação de assinatura na sua aplicação FREJA eID","no-required-software":"Você não tem o software necessário instalado para concluir esta ação. Siga as instruções em https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Assine com meu banco","card-number":"número do cartão","your-sms-otp-code":"Seu código sms otp","sign-in-halcom-app":"Assine este documento em seu aplicativo Halcom.","sign-in-swiss-id-app":"Por favor, assine este documento em seu aplicativo SwissID.","sign-in-app":"Por favor, assine este documento em seu aplicativo {name.}","be-id-card-signature-cancel-and-help":"
|
|
25507
|
+
module.exports = JSON.parse('{"no-ee-id-card":"Cartão de identificação não encontrado. Verifique se o cartão está no leitor e reinicie o navegador. O software pode ser instalado a partir da página www.id.ee.","yes":"Sim","no":"Não","phone-number":"número de telefone","idcode":"Código de identificação pessoal","country":"Pais","Sign":"Assinar","USER_REFUSED":"O usuário não deseja continuar e cancelou a ação","mobile-id":"Mobile ID","id-card":"Cartão de Cidadão","smart-id":"Smart-ID","no-lv-id-card":"Nenhum cartão de identificação letão encontrado. Certifique-se de inserir o cartão e instalar o software em https://www.eparaksts.lv/en/Downloads. Para assinaturas, certifique-se de que o plugin eParaksts para o navegador esteja instalado e ativado.","no-lt-id-card":"Nenhum cartão de identificação lituano encontrado. Certifique-se de inserir o cartão e instalar o software em http://www.nsc.vrm.lt/downloads.htm. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nenhum cartão de identidade de Portugal encontrado. Certifique-se de que inseriu o cartão e instalou o software a partir de https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nenhum cartão de identificação sérvio encontrado. Certifique-se de ter o cartão inserido e o software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Nenhum cartão de identificação finlandês encontrado. Consulte as instruções de instalação do software em: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nenhum cartão de identificação da Bélgica encontrado. Certifique-se de inserir o cartão e instalar o software em https://eid.belgium.be. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Você entendeu o conteúdo do documento e está pronto para finalizar a assinatura?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Distribuído por eIDEasy","log-in":"Entrar","this-field-is-required":"Campo obrigatório","your-verification-code":"O seu código de verificação","cancel":"Cancelar","no-response-error":"Ocorreu um erro. Certifique-se de que você esteja conectado à Internet e tente novamente.","back":"Voltar","no-matching-countries":"Não existem países","id-card-read-timeout":"A leitura do Cartão demorou demasiado tempo. Por favor feche o browser e tente de novo","zeal-id":"ZealID","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Aprovar o pedido de identificação no sua aplicação FREJA eID","try-again":"Tente novamente","pre-sign-confirmation":"Depois de clicar em \\"Assinar\\", iremos identificá-lo usando o {method} e criaremos uma assinatura juridicamente vinculativa.","login-method":"Método de login:","finnish-online-bank":"Banco online finlandês","online-bank":"Banco Online","or":"ou","transaction-id":"id de transação","sign-in-evrotrust-app":"Assine este documento em seu aplicativo Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Outros países","email-sms":"Email/SMS","email-code-sent":"Um e-mail com o código foi enviado para","sms-code-sent":"Um SMS com o código foi enviado para","your-code":"O seu código","signature-method":"Método de assinatura","username-or-email":"Nome de usuário ou email","cell-phone":"Telemóvel","including-calling-code":"com código do país incluindo \\"+\\", exemplo +35112345678","enter-temp-security-code":"Inserir código de segurança temporário","mobile-key-signing-info":"Pode encontrar mais informação sobre o processo de assinatura com a chave móvel em https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta ação é definitiva e irreversível.","you-have-5-minutes-to-enter-the-code":"Tem 5 minutos para introduzir o código antes que expire","confirm":"confirme","after-confirmation-following-docs-will-be-signed":"Após a confirmação, os seguintes documentos serão assinados:","code-by-sms":"Código por SMS","confirmation-code-will-be-sent-to":"Um código de confirmação será enviado para:","continue":"Continue","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"PIN de assinatura da CMD","approve-sign-request-on-freja-app":"Aprove a solicitação de assinatura na sua aplicação FREJA eID","no-required-software":"Você não tem o software necessário instalado para concluir esta ação. Siga as instruções em https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Assine com meu banco","card-number":"número do cartão","your-sms-otp-code":"Seu código sms otp","sign-in-halcom-app":"Assine este documento em seu aplicativo Halcom.","sign-in-swiss-id-app":"Por favor, assine este documento em seu aplicativo SwissID.","sign-in-app":"Por favor, assine este documento em seu aplicativo {name.}","be-id-card-signature-cancel-and-help":"A ação foi cancelada.\\nVocê cancelou porque a assinatura da carteira de identidade belga não está funcionando?\\nCertifique-se de que não há outros tokens USB ou cartões inteligentes conectados ao seu dispositivo, exceto o próprio cartão de identificação belga.\\nEm seguida, consulte o guia a seguir para garantir que você tenha todo o software necessário instalado: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"O software necessário está ausente. Consulte o seguinte guia sobre como instalar os componentes de software necessários: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} está solicitando o acesso ao seu nome e dados de identificação pessoal. Para autorizar o eID Fácil encaminhar esses dados, clique no botão abaixo.","method-setup-info":"{method} setup informação em {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25327
25508
|
|
|
25328
25509
|
/***/ }),
|
|
25329
25510
|
|
|
@@ -25331,7 +25512,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"Cartão de identificação não e
|
|
|
25331
25512
|
/***/ (function(module) {
|
|
25332
25513
|
|
|
25333
25514
|
"use strict";
|
|
25334
|
-
module.exports = JSON.parse('{"no-ee-id-card":"ID-картa не найдена. Пожалуйста, проверьте, есть ли карта в считывателе и перезапустите браузер. Программное обеспечение можно установить со страницы www.id.ee.","yes":"Да","no":"Нет","phone-number":"номер телефона","idcode":"персональный код","country":"Страна","Sign":"Подпись","USER_REFUSED":"Пользователь отменил действие","mobile-id":"Мобильный ID","id-card":"ID-карта","smart-id":"Smart-ID","no-lv-id-card":"Не найдена Латвийская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://www.eparaksts.lv/en/Downloads. Для подписей убедитесь, что плагин eParaksts для браузера установлен и активирован.","no-lt-id-card":"Не найдена Литовская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с http://www.nsc.vrm.lt/downloads.htm. Для подписей также необходим плагин браузера с https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Не найдена Португальская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Не найдена Сербская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Не найдена Финская ID-карта. См. инструкции по установке программного обеспечения здесь: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Не найдена Бельгийская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://eid.belgium.be. Для подписей также необходим плагин браузера с https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Поняли ли вы содержание документа и готовы ли завершить подписание?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Создано eIDEasy","log-in":"Войти","this-field-is-required":"Это поле обязательно к заполнению","your-verification-code":"Ваш проверочный код:","cancel":"Отмена","no-response-error":"Что-то пошло не так. Убедитесь, что вы подключены к Интернету, затем повторите попытку.","back":"Назад","no-matching-countries":"Нет подходящих стран","id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"ГГГГMMДДXXXX","approve-id-request-on-freja-app":"Одобрить запрос на идентификацию в вашем приложении FREJA eID","try-again":"Повторите попытку","pre-sign-confirmation":"После нажатия кнопки «Подписать» мы идентифицируем вас с помощью {method} и создадим юридически обязательную подпись.","login-method":"Способ входа:","finnish-online-bank":"Финский интернет-банк","online-bank":"Интернет-банк","or":"или","transaction-id":"ID транзакции","sign-in-evrotrust-app":"Пожалуйста, подпишите этот документ в своем приложении Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Другие страны","email-sms":"Электронная почта/SMS","email-code-sent":"Письмо с кодом было отправлено на адрес","sms-code-sent":"SMS с кодом отправлено на","your-code":"Ваш код","signature-method":"Метод подписи","username-or-email":"Имя пользователя или адрес электронной почты","cell-phone":"сотовый телефон","including-calling-code":"с кодом страны, включая \\"+\\", пример +35112345678","enter-temp-security-code":"Введите временный защитный код","mobile-key-signing-info":"Дополнительную информацию о процессе подписания мобильного ключа можно найти на странице https://www.autenticacao.gov.pt/cmd-assinatura.","signature-confirmation-irreversible-note":"Это действие является окончательным и необратимым.","you-have-5-minutes-to-enter-the-code":"У вас есть 5 минут, чтобы ввести код до истечения срока его действия.","confirm":"подтверждать","after-confirmation-following-docs-will-be-signed":"После подтверждения будут подписаны следующие документы:","code-by-sms":"Код по СМС","confirmation-code-will-be-sent-to":"Код подтверждения будет отправлен:","continue":"Продолжить","name":"Имя","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Чаве Мовель","digital-signature-pin":"Пин-код цифровой подписи","approve-sign-request-on-freja-app":"Подтвердите запрос на подпись в приложении FREJA eID.","no-required-software":"У вас не установлено необходимое программное обеспечение для выполнения этого действия. Следуйте инструкциям по адресу: https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Подписать с моим банком","card-number":"номер карты","your-sms-otp-code":"Ваш смс код отп","sign-in-halcom-app":"Подпишите этот документ в приложении Halcom.","sign-in-swiss-id-app":"Подпишите этот документ в приложении SwissID.","sign-in-app":"Пожалуйста, подпишите этот документ в вашем приложении {name.}","be-id-card-signature-cancel-and-help":"
|
|
25515
|
+
module.exports = JSON.parse('{"no-ee-id-card":"ID-картa не найдена. Пожалуйста, проверьте, есть ли карта в считывателе и перезапустите браузер. Программное обеспечение можно установить со страницы www.id.ee.","yes":"Да","no":"Нет","phone-number":"номер телефона","idcode":"персональный код","country":"Страна","Sign":"Подпись","USER_REFUSED":"Пользователь отменил действие","mobile-id":"Мобильный ID","id-card":"ID-карта","smart-id":"Smart-ID","no-lv-id-card":"Не найдена Латвийская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://www.eparaksts.lv/en/Downloads. Для подписей убедитесь, что плагин eParaksts для браузера установлен и активирован.","no-lt-id-card":"Не найдена Литовская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с http://www.nsc.vrm.lt/downloads.htm. Для подписей также необходим плагин браузера с https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Не найдена Португальская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Не найдена Сербская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Не найдена Финская ID-карта. См. инструкции по установке программного обеспечения здесь: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Не найдена Бельгийская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://eid.belgium.be. Для подписей также необходим плагин браузера с https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Поняли ли вы содержание документа и готовы ли завершить подписание?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Создано eIDEasy","log-in":"Войти","this-field-is-required":"Это поле обязательно к заполнению","your-verification-code":"Ваш проверочный код:","cancel":"Отмена","no-response-error":"Что-то пошло не так. Убедитесь, что вы подключены к Интернету, затем повторите попытку.","back":"Назад","no-matching-countries":"Нет подходящих стран","id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"ГГГГMMДДXXXX","approve-id-request-on-freja-app":"Одобрить запрос на идентификацию в вашем приложении FREJA eID","try-again":"Повторите попытку","pre-sign-confirmation":"После нажатия кнопки «Подписать» мы идентифицируем вас с помощью {method} и создадим юридически обязательную подпись.","login-method":"Способ входа:","finnish-online-bank":"Финский интернет-банк","online-bank":"Интернет-банк","or":"или","transaction-id":"ID транзакции","sign-in-evrotrust-app":"Пожалуйста, подпишите этот документ в своем приложении Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Другие страны","email-sms":"Электронная почта/SMS","email-code-sent":"Письмо с кодом было отправлено на адрес","sms-code-sent":"SMS с кодом отправлено на","your-code":"Ваш код","signature-method":"Метод подписи","username-or-email":"Имя пользователя или адрес электронной почты","cell-phone":"сотовый телефон","including-calling-code":"с кодом страны, включая \\"+\\", пример +35112345678","enter-temp-security-code":"Введите временный защитный код","mobile-key-signing-info":"Дополнительную информацию о процессе подписания мобильного ключа можно найти на странице https://www.autenticacao.gov.pt/cmd-assinatura.","signature-confirmation-irreversible-note":"Это действие является окончательным и необратимым.","you-have-5-minutes-to-enter-the-code":"У вас есть 5 минут, чтобы ввести код до истечения срока его действия.","confirm":"подтверждать","after-confirmation-following-docs-will-be-signed":"После подтверждения будут подписаны следующие документы:","code-by-sms":"Код по СМС","confirmation-code-will-be-sent-to":"Код подтверждения будет отправлен:","continue":"Продолжить","name":"Имя","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Чаве Мовель","digital-signature-pin":"Пин-код цифровой подписи","approve-sign-request-on-freja-app":"Подтвердите запрос на подпись в приложении FREJA eID.","no-required-software":"У вас не установлено необходимое программное обеспечение для выполнения этого действия. Следуйте инструкциям по адресу: https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Подписать с моим банком","card-number":"номер карты","your-sms-otp-code":"Ваш смс код отп","sign-in-halcom-app":"Подпишите этот документ в приложении Halcom.","sign-in-swiss-id-app":"Подпишите этот документ в приложении SwissID.","sign-in-app":"Пожалуйста, подпишите этот документ в вашем приложении {name.}","be-id-card-signature-cancel-and-help":"Действие было отменено.\\nВы отменили подписку, потому что бельгийское удостоверение личности не работает?\\nУбедитесь, что к вашему устройству не подключены другие USB-токены или смарт-карты, кроме самого бельгийского удостоверения личности.\\nЗатем см. следующее руководство, чтобы убедиться, что у вас установлено все необходимое программное обеспечение: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Необходимое программное обеспечение отсутствует. См. следующее руководство по установке необходимых программных компонентов: https://eideasy.com/belgian-id-software-installation/","client-request-data-confirmation":"{websiteName} {companyName} запрашивает доступ к вашему имени и персональные данные. Чтобы авторизовать eID Easy вперед эти данные, пожалуйста, нажмите кнопку ниже.","method-setup-info":"{method} настройки информации на {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25335
25516
|
|
|
25336
25517
|
/***/ }),
|
|
25337
25518
|
|
|
@@ -25339,7 +25520,7 @@ module.exports = JSON.parse('{"no-ee-id-card":"ID-картa не найдена.
|
|
|
25339
25520
|
/***/ (function(module) {
|
|
25340
25521
|
|
|
25341
25522
|
"use strict";
|
|
25342
|
-
module.exports = JSON.parse('{"no-ee-id-card":"ID-kortet har inte hittats. Kontrollera om kortet finns i läsaren och starta om webbläsaren. Programvaran kan installeras från sidan www.id.ee.","yes":"Ja","no":"Nej","phone-number":"telefonnummer","idcode":"kod för personlig identitet","country":"Land","Sign":"Underteckna","USER_REFUSED":"Användaren ville inte fortsätta och avbröt åtgärden.","mobile-id":"Mobil-ID\\n","id-card":"ID-kort","smart-id":"Smart-ID","no-lv-id-card":"Inget lettiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://www.eparaksts.lv/en/Downloads. För underteckningar ska du se till att eParaksts insticksprogram för webbläsaren är installerat och aktiverat.","no-lt-id-card":"Inget litauiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från http://www.nsc.vrm.lt/downloads.htm. För underteckningar behövs också en webbläsarplugin från https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Inget portugisiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Inget serbiskt ID-kort hittades. Kontrollera att du har kortet insatt och programvaran installerad från http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Inget finskt ID-kort hittades. Se instruktionerna för installation av programvaran från: https://dvv.fi/sv/medborgarcertifikat-kortlasarprogram","no-be-id-card":"Inget belgiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://eid.belgium.be. För underteckningar behövs också en webbläsarplugin från https://github.com/open-eid/chrome-token-signing/releases.","confirm-doc-check-and-sign":"Har du förstått dokumentets innehåll och är redo att underteckna det?","eparaksts-mobile":"eParaksts mobil","powered-by-eideasy":"Drivs av eIDEasy","log-in":"Logga in\\n","this-field-is-required":"Detta fält är obligatoriskt","your-verification-code":"Din verifieringskod:","cancel":"Avbryt","no-response-error":"Något gick fel. Kontrollera att du är ansluten till Internet och försök sedan igen.","back":"Tillbaka","no-matching-countries":"Inga matchande länder","id-card-read-timeout":"Det tog för lång tid att läsa ID-kortet. Stäng alla öppna webbläsarfönster och försök igen.","zeal-id":"ZealiD\\n","freja-eid":"Freja eID","se-freja-id-code-placeholder":"ÅÅÅÅMMDDXXXX\\n","approve-id-request-on-freja-app":"Godkänn begäran om identifiering i din FREJA eID-app.","try-again":"Försök igen\\n","pre-sign-confirmation":"När du har klickat på \\" Underteckna \\" kommer vi att identifiera dig med hjälp av {-metoden} och skapa en juridiskt bindande namnunderskrift.","login-method":"Inloggningsmetod:\\n","finnish-online-bank":"Finska nätbanken\\n","online-bank":"Online-bank\\n","or":"eller\\n","transaction-id":"Transaktions ID\\n","sign-in-evrotrust-app":"Underteckna det här dokumentet i din Evrotrust-app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Certifikatkort","other-countries":"Andra länder\\n","email-sms":"E-post/SMS","email-code-sent":"Ett mejl med koden har skickats till\\n","sms-code-sent":"Ett SMS med koden har skickats till\\n","your-code":"Din kod\\n","signature-method":"Underteckningsmetod","username-or-email":"Användarnamn eller e-mail","cell-phone":"mobiltelefon","including-calling-code":"med landskod inklusive \\"+\\", exempel +35112345678","enter-temp-security-code":"Ange tillfällig säkerhetskod","mobile-key-signing-info":"Du kan hitta mer information om processen för mobilnyckelsignering på https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Denna åtgärd är definitiv och oåterkallelig.","you-have-5-minutes-to-enter-the-code":"Du har 5 minuter på dig att ange koden innan den löper ut.","confirm":"bekräfta","after-confirmation-following-docs-will-be-signed":"Efter bekräftelse kommer följande dokument att undertecknas:","code-by-sms":"Kod via SMS","confirmation-code-will-be-sent-to":"Bekräftelsekod sänds till:","continue":"Fortsätt","name":"Namn","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signaturstift","approve-sign-request-on-freja-app":"Godkänn signeringsförfrågan i din Freja eID app","no-required-software":"Du har inte den nödvändiga programvaran installerad för att slutföra denna åtgärd. Vänligen följ instruktionerna på https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signera med min bank","card-number":"kortnummer","your-sms-otp-code":"Din sms otp-kod","sign-in-halcom-app":"Vänligen signera detta dokument i din Halcom-app.","sign-in-swiss-id-app":"Vänligen underteckna detta dokument i din SwissID-app.","sign-in-app":"Vänligen underteckna detta dokument i din {name} app.","be-id-card-signature-cancel-and-help":"
|
|
25523
|
+
module.exports = JSON.parse('{"no-ee-id-card":"ID-kortet har inte hittats. Kontrollera om kortet finns i läsaren och starta om webbläsaren. Programvaran kan installeras från sidan www.id.ee.","yes":"Ja","no":"Nej","phone-number":"telefonnummer","idcode":"kod för personlig identitet","country":"Land","Sign":"Underteckna","USER_REFUSED":"Användaren ville inte fortsätta och avbröt åtgärden.","mobile-id":"Mobil-ID\\n","id-card":"ID-kort","smart-id":"Smart-ID","no-lv-id-card":"Inget lettiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://www.eparaksts.lv/en/Downloads. För underteckningar ska du se till att eParaksts insticksprogram för webbläsaren är installerat och aktiverat.","no-lt-id-card":"Inget litauiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från http://www.nsc.vrm.lt/downloads.htm. För underteckningar behövs också en webbläsarplugin från https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Inget portugisiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Inget serbiskt ID-kort hittades. Kontrollera att du har kortet insatt och programvaran installerad från http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Inget finskt ID-kort hittades. Se instruktionerna för installation av programvaran från: https://dvv.fi/sv/medborgarcertifikat-kortlasarprogram","no-be-id-card":"Inget belgiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://eid.belgium.be. För underteckningar behövs också en webbläsarplugin från https://github.com/open-eid/chrome-token-signing/releases.","confirm-doc-check-and-sign":"Har du förstått dokumentets innehåll och är redo att underteckna det?","eparaksts-mobile":"eParaksts mobil","powered-by-eideasy":"Drivs av eIDEasy","log-in":"Logga in\\n","this-field-is-required":"Detta fält är obligatoriskt","your-verification-code":"Din verifieringskod:","cancel":"Avbryt","no-response-error":"Något gick fel. Kontrollera att du är ansluten till Internet och försök sedan igen.","back":"Tillbaka","no-matching-countries":"Inga matchande länder","id-card-read-timeout":"Det tog för lång tid att läsa ID-kortet. Stäng alla öppna webbläsarfönster och försök igen.","zeal-id":"ZealiD\\n","freja-eid":"Freja eID","se-freja-id-code-placeholder":"ÅÅÅÅMMDDXXXX\\n","approve-id-request-on-freja-app":"Godkänn begäran om identifiering i din FREJA eID-app.","try-again":"Försök igen\\n","pre-sign-confirmation":"När du har klickat på \\" Underteckna \\" kommer vi att identifiera dig med hjälp av {-metoden} och skapa en juridiskt bindande namnunderskrift.","login-method":"Inloggningsmetod:\\n","finnish-online-bank":"Finska nätbanken\\n","online-bank":"Online-bank\\n","or":"eller\\n","transaction-id":"Transaktions ID\\n","sign-in-evrotrust-app":"Underteckna det här dokumentet i din Evrotrust-app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Certifikatkort","other-countries":"Andra länder\\n","email-sms":"E-post/SMS","email-code-sent":"Ett mejl med koden har skickats till\\n","sms-code-sent":"Ett SMS med koden har skickats till\\n","your-code":"Din kod\\n","signature-method":"Underteckningsmetod","username-or-email":"Användarnamn eller e-mail","cell-phone":"mobiltelefon","including-calling-code":"med landskod inklusive \\"+\\", exempel +35112345678","enter-temp-security-code":"Ange tillfällig säkerhetskod","mobile-key-signing-info":"Du kan hitta mer information om processen för mobilnyckelsignering på https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Denna åtgärd är definitiv och oåterkallelig.","you-have-5-minutes-to-enter-the-code":"Du har 5 minuter på dig att ange koden innan den löper ut.","confirm":"bekräfta","after-confirmation-following-docs-will-be-signed":"Efter bekräftelse kommer följande dokument att undertecknas:","code-by-sms":"Kod via SMS","confirmation-code-will-be-sent-to":"Bekräftelsekod sänds till:","continue":"Fortsätt","name":"Namn","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signaturstift","approve-sign-request-on-freja-app":"Godkänn signeringsförfrågan i din Freja eID app","no-required-software":"Du har inte den nödvändiga programvaran installerad för att slutföra denna åtgärd. Vänligen följ instruktionerna på https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signera med min bank","card-number":"kortnummer","your-sms-otp-code":"Din sms otp-kod","sign-in-halcom-app":"Vänligen signera detta dokument i din Halcom-app.","sign-in-swiss-id-app":"Vänligen underteckna detta dokument i din SwissID-app.","sign-in-app":"Vänligen underteckna detta dokument i din {name} app.","be-id-card-signature-cancel-and-help":"Åtgärden avbröts.\\nAvbröt du för att signeringen av det belgiska ID-kortet inte fungerar?\\nSe till att det inte finns några andra USB-tokens eller smartkort anslutna till din enhet förutom själva det belgiska ID-kortet.\\nSe sedan följande guide för att se till att du har all nödvändig programvara installerad: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Nödvändig programvara saknas. Se följande guide om hur du installerar de nödvändiga programvarukomponenterna: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} begär åtkomst till ditt namn och personlig information. Klicka på knappen nedan för att godkänna eID Easy vidarebefordran av denna data.","method-setup-info":"{method} inställningsinformation på {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document."}');
|
|
25343
25524
|
|
|
25344
25525
|
/***/ })
|
|
25345
25526
|
|
|
@@ -33599,7 +33780,7 @@ if (inBrowser) {
|
|
|
33599
33780
|
|
|
33600
33781
|
|
|
33601
33782
|
|
|
33602
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/App.vue?vue&type=template&id=25830a69&
|
|
33783
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/App.vue?vue&type=template&id=25830a69&
|
|
33603
33784
|
var render = function render() {
|
|
33604
33785
|
var _vm = this,
|
|
33605
33786
|
_c = _vm._self._c;
|
|
@@ -33877,7 +34058,7 @@ const removeCallingCode = function removeCallingCode(phoneNumber) {
|
|
|
33877
34058
|
return cleanedNumber;
|
|
33878
34059
|
};
|
|
33879
34060
|
/* harmony default export */ var src_removeCallingCode = (removeCallingCode);
|
|
33880
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppLayout.vue?vue&type=template&id=7d543d6a&
|
|
34061
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppLayout.vue?vue&type=template&id=7d543d6a&
|
|
33881
34062
|
var AppLayoutvue_type_template_id_7d543d6a_render = function render() {
|
|
33882
34063
|
var _vm = this,
|
|
33883
34064
|
_c = _vm._self._c;
|
|
@@ -33912,7 +34093,7 @@ var AppLayoutvue_type_template_id_7d543d6a_render = function render() {
|
|
|
33912
34093
|
};
|
|
33913
34094
|
var AppLayoutvue_type_template_id_7d543d6a_staticRenderFns = [];
|
|
33914
34095
|
|
|
33915
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppFooter.vue?vue&type=template&id=44d30f7c&
|
|
34096
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppFooter.vue?vue&type=template&id=44d30f7c&
|
|
33916
34097
|
var AppFootervue_type_template_id_44d30f7c_render = function render() {
|
|
33917
34098
|
var _vm = this,
|
|
33918
34099
|
_c = _vm._self._c;
|
|
@@ -34062,7 +34243,7 @@ var component = normalizeComponent(
|
|
|
34062
34243
|
)
|
|
34063
34244
|
|
|
34064
34245
|
/* harmony default export */ var AppFooter = (component.exports);
|
|
34065
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppHeader.vue?vue&type=template&id=832d58bc&
|
|
34246
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppHeader.vue?vue&type=template&id=832d58bc&
|
|
34066
34247
|
var AppHeadervue_type_template_id_832d58bc_render = function render() {
|
|
34067
34248
|
var _vm = this,
|
|
34068
34249
|
_c = _vm._self._c;
|
|
@@ -34112,7 +34293,7 @@ var AppHeader_component = normalizeComponent(
|
|
|
34112
34293
|
)
|
|
34113
34294
|
|
|
34114
34295
|
/* harmony default export */ var AppHeader = (AppHeader_component.exports);
|
|
34115
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/LoadingOverlay.vue?vue&type=template&id=95dd2808&
|
|
34296
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/LoadingOverlay.vue?vue&type=template&id=95dd2808&
|
|
34116
34297
|
var LoadingOverlayvue_type_template_id_95dd2808_render = function render() {
|
|
34117
34298
|
var _vm = this,
|
|
34118
34299
|
_c = _vm._self._c;
|
|
@@ -34124,7 +34305,7 @@ var LoadingOverlayvue_type_template_id_95dd2808_render = function render() {
|
|
|
34124
34305
|
};
|
|
34125
34306
|
var LoadingOverlayvue_type_template_id_95dd2808_staticRenderFns = [];
|
|
34126
34307
|
|
|
34127
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppSpinner.vue?vue&type=template&id=85241afa&
|
|
34308
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppSpinner.vue?vue&type=template&id=85241afa&
|
|
34128
34309
|
var AppSpinnervue_type_template_id_85241afa_render = function render() {
|
|
34129
34310
|
var _vm = this,
|
|
34130
34311
|
_c = _vm._self._c;
|
|
@@ -34238,7 +34419,7 @@ var LoadingOverlay_component = normalizeComponent(
|
|
|
34238
34419
|
)
|
|
34239
34420
|
|
|
34240
34421
|
/* harmony default export */ var LoadingOverlay = (LoadingOverlay_component.exports);
|
|
34241
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FlashMessages.vue?vue&type=template&id=f6812b02&
|
|
34422
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FlashMessages.vue?vue&type=template&id=f6812b02&
|
|
34242
34423
|
var FlashMessagesvue_type_template_id_f6812b02_render = function render() {
|
|
34243
34424
|
var _vm = this,
|
|
34244
34425
|
_c = _vm._self._c;
|
|
@@ -34253,7 +34434,7 @@ var FlashMessagesvue_type_template_id_f6812b02_render = function render() {
|
|
|
34253
34434
|
};
|
|
34254
34435
|
var FlashMessagesvue_type_template_id_f6812b02_staticRenderFns = [];
|
|
34255
34436
|
|
|
34256
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppAlert.vue?vue&type=template&id=69107074&
|
|
34437
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppAlert.vue?vue&type=template&id=69107074&
|
|
34257
34438
|
var AppAlertvue_type_template_id_69107074_render = function render() {
|
|
34258
34439
|
var _vm = this,
|
|
34259
34440
|
_c = _vm._self._c;
|
|
@@ -34364,7 +34545,7 @@ var FlashMessages_component = normalizeComponent(
|
|
|
34364
34545
|
)
|
|
34365
34546
|
|
|
34366
34547
|
/* harmony default export */ var FlashMessages = (FlashMessages_component.exports);
|
|
34367
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HeaderContentCountry.vue?vue&type=template&id=4678f55c&
|
|
34548
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HeaderContentCountry.vue?vue&type=template&id=4678f55c&
|
|
34368
34549
|
var HeaderContentCountryvue_type_template_id_4678f55c_render = function render() {
|
|
34369
34550
|
var _vm = this,
|
|
34370
34551
|
_c = _vm._self._c;
|
|
@@ -34384,7 +34565,7 @@ var HeaderContentCountryvue_type_template_id_4678f55c_render = function render()
|
|
|
34384
34565
|
};
|
|
34385
34566
|
var HeaderContentCountryvue_type_template_id_4678f55c_staticRenderFns = [];
|
|
34386
34567
|
|
|
34387
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/CountrySelect.vue?vue&type=template&id=5779248c&
|
|
34568
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/CountrySelect.vue?vue&type=template&id=5779248c&
|
|
34388
34569
|
var CountrySelectvue_type_template_id_5779248c_render = function render() {
|
|
34389
34570
|
var _vm = this,
|
|
34390
34571
|
_c = _vm._self._c;
|
|
@@ -34438,7 +34619,7 @@ var CountrySelectvue_type_template_id_5779248c_render = function render() {
|
|
|
34438
34619
|
};
|
|
34439
34620
|
var CountrySelectvue_type_template_id_5779248c_staticRenderFns = [];
|
|
34440
34621
|
|
|
34441
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/CountrySelectOption.vue?vue&type=template&id=45e2b7c2&
|
|
34622
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/CountrySelectOption.vue?vue&type=template&id=45e2b7c2&
|
|
34442
34623
|
var CountrySelectOptionvue_type_template_id_45e2b7c2_render = function render() {
|
|
34443
34624
|
var _vm = this,
|
|
34444
34625
|
_c = _vm._self._c;
|
|
@@ -34685,7 +34866,7 @@ var HeaderContentCountry_component = normalizeComponent(
|
|
|
34685
34866
|
)
|
|
34686
34867
|
|
|
34687
34868
|
/* harmony default export */ var HeaderContentCountry = (HeaderContentCountry_component.exports);
|
|
34688
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HeaderContentSubView.vue?vue&type=template&id=05c58dc8&
|
|
34869
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HeaderContentSubView.vue?vue&type=template&id=05c58dc8&
|
|
34689
34870
|
var HeaderContentSubViewvue_type_template_id_05c58dc8_render = function render() {
|
|
34690
34871
|
var _vm = this,
|
|
34691
34872
|
_c = _vm._self._c;
|
|
@@ -34715,7 +34896,7 @@ var HeaderContentSubViewvue_type_template_id_05c58dc8_render = function render()
|
|
|
34715
34896
|
};
|
|
34716
34897
|
var HeaderContentSubViewvue_type_template_id_05c58dc8_staticRenderFns = [];
|
|
34717
34898
|
|
|
34718
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/BackButton.vue?vue&type=template&id=74078486&
|
|
34899
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/BackButton.vue?vue&type=template&id=74078486&
|
|
34719
34900
|
var BackButtonvue_type_template_id_74078486_render = function render() {
|
|
34720
34901
|
var _vm = this,
|
|
34721
34902
|
_c = _vm._self._c;
|
|
@@ -34822,7 +35003,8 @@ const viewNames = {
|
|
|
34822
35003
|
SignatureSeBankIdAdvanced: 'SignatureSeBankIdAdvanced',
|
|
34823
35004
|
SignatureSeBankIdQes: 'SignatureSeBankIdQes',
|
|
34824
35005
|
SignatureFrejaIdAdvanced: 'SignatureFrejaIdAdvanced',
|
|
34825
|
-
SignatureFrejaIdQes: 'SignatureFrejaIdQes'
|
|
35006
|
+
SignatureFrejaIdQes: 'SignatureFrejaIdQes',
|
|
35007
|
+
SignatureItsmeQes: 'SignatureItsmeQes'
|
|
34826
35008
|
};
|
|
34827
35009
|
/* harmony default export */ var views_viewNames = (viewNames);
|
|
34828
35010
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HeaderContentSubView.vue?vue&type=script&lang=js&
|
|
@@ -34904,7 +35086,7 @@ var HeaderContentSubView_component = normalizeComponent(
|
|
|
34904
35086
|
)
|
|
34905
35087
|
|
|
34906
35088
|
/* harmony default export */ var HeaderContentSubView = (HeaderContentSubView_component.exports);
|
|
34907
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/MethodSelection.vue?vue&type=template&id=f51a157c&
|
|
35089
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/MethodSelection.vue?vue&type=template&id=f51a157c&
|
|
34908
35090
|
var MethodSelectionvue_type_template_id_f51a157c_render = function render() {
|
|
34909
35091
|
var _vm = this,
|
|
34910
35092
|
_c = _vm._self._c;
|
|
@@ -34948,7 +35130,7 @@ var MethodSelectionvue_type_template_id_f51a157c_render = function render() {
|
|
|
34948
35130
|
};
|
|
34949
35131
|
var MethodSelectionvue_type_template_id_f51a157c_staticRenderFns = [];
|
|
34950
35132
|
|
|
34951
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MethodButton.vue?vue&type=template&id=7ae5ce06&
|
|
35133
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MethodButton.vue?vue&type=template&id=7ae5ce06&
|
|
34952
35134
|
var MethodButtonvue_type_template_id_7ae5ce06_render = function render() {
|
|
34953
35135
|
var _vm = this,
|
|
34954
35136
|
_c = _vm._self._c;
|
|
@@ -34971,7 +35153,7 @@ var MethodButtonvue_type_template_id_7ae5ce06_render = function render() {
|
|
|
34971
35153
|
};
|
|
34972
35154
|
var MethodButtonvue_type_template_id_7ae5ce06_staticRenderFns = [];
|
|
34973
35155
|
|
|
34974
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButton.vue?vue&type=template&id=e4be1d66&
|
|
35156
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButton.vue?vue&type=template&id=e4be1d66&
|
|
34975
35157
|
var IdCardButtonvue_type_template_id_e4be1d66_render = function render() {
|
|
34976
35158
|
var _vm = this,
|
|
34977
35159
|
_c = _vm._self._c;
|
|
@@ -34995,7 +35177,7 @@ var IdCardButtonvue_type_template_id_e4be1d66_render = function render() {
|
|
|
34995
35177
|
};
|
|
34996
35178
|
var IdCardButtonvue_type_template_id_e4be1d66_staticRenderFns = [];
|
|
34997
35179
|
|
|
34998
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MethodButtonBase.vue?vue&type=template&id=1891359c&
|
|
35180
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MethodButtonBase.vue?vue&type=template&id=1891359c&
|
|
34999
35181
|
var MethodButtonBasevue_type_template_id_1891359c_render = function render() {
|
|
35000
35182
|
var _vm = this,
|
|
35001
35183
|
_c = _vm._self._c;
|
|
@@ -35098,7 +35280,7 @@ var IdCardButton_component = normalizeComponent(
|
|
|
35098
35280
|
)
|
|
35099
35281
|
|
|
35100
35282
|
/* harmony default export */ var IdCardButton = (IdCardButton_component.exports);
|
|
35101
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonEE.vue?vue&type=template&id=02178dd2&
|
|
35283
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonEE.vue?vue&type=template&id=02178dd2&
|
|
35102
35284
|
var IdCardButtonEEvue_type_template_id_02178dd2_render = function render() {
|
|
35103
35285
|
var _vm = this,
|
|
35104
35286
|
_c = _vm._self._c;
|
|
@@ -35165,7 +35347,7 @@ var IdCardButtonEE_component = normalizeComponent(
|
|
|
35165
35347
|
)
|
|
35166
35348
|
|
|
35167
35349
|
/* harmony default export */ var IdCardButtonEE = (IdCardButtonEE_component.exports);
|
|
35168
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SmartIdButton.vue?vue&type=template&id=3c6e7a06&
|
|
35350
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SmartIdButton.vue?vue&type=template&id=3c6e7a06&
|
|
35169
35351
|
var SmartIdButtonvue_type_template_id_3c6e7a06_render = function render() {
|
|
35170
35352
|
var _vm = this,
|
|
35171
35353
|
_c = _vm._self._c;
|
|
@@ -35232,7 +35414,7 @@ var SmartIdButton_component = normalizeComponent(
|
|
|
35232
35414
|
)
|
|
35233
35415
|
|
|
35234
35416
|
/* harmony default export */ var SmartIdButton = (SmartIdButton_component.exports);
|
|
35235
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MobileIdButton.vue?vue&type=template&id=4be5d0fe&
|
|
35417
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MobileIdButton.vue?vue&type=template&id=4be5d0fe&
|
|
35236
35418
|
var MobileIdButtonvue_type_template_id_4be5d0fe_render = function render() {
|
|
35237
35419
|
var _vm = this,
|
|
35238
35420
|
_c = _vm._self._c;
|
|
@@ -35299,7 +35481,7 @@ var MobileIdButton_component = normalizeComponent(
|
|
|
35299
35481
|
)
|
|
35300
35482
|
|
|
35301
35483
|
/* harmony default export */ var MobileIdButton = (MobileIdButton_component.exports);
|
|
35302
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MobileIdButtonEE.vue?vue&type=template&id=a70f6cfc&
|
|
35484
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MobileIdButtonEE.vue?vue&type=template&id=a70f6cfc&
|
|
35303
35485
|
var MobileIdButtonEEvue_type_template_id_a70f6cfc_render = function render() {
|
|
35304
35486
|
var _vm = this,
|
|
35305
35487
|
_c = _vm._self._c;
|
|
@@ -35366,7 +35548,7 @@ var MobileIdButtonEE_component = normalizeComponent(
|
|
|
35366
35548
|
)
|
|
35367
35549
|
|
|
35368
35550
|
/* harmony default export */ var MobileIdButtonEE = (MobileIdButtonEE_component.exports);
|
|
35369
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EparakstsMobileButton.vue?vue&type=template&id=88907130&
|
|
35551
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EparakstsMobileButton.vue?vue&type=template&id=88907130&
|
|
35370
35552
|
var EparakstsMobileButtonvue_type_template_id_88907130_render = function render() {
|
|
35371
35553
|
var _vm = this,
|
|
35372
35554
|
_c = _vm._self._c;
|
|
@@ -35439,7 +35621,7 @@ var EparakstsMobileButton_component = normalizeComponent(
|
|
|
35439
35621
|
)
|
|
35440
35622
|
|
|
35441
35623
|
/* harmony default export */ var EparakstsMobileButton = (EparakstsMobileButton_component.exports);
|
|
35442
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EparakstsSmartCardButton.vue?vue&type=template&id=25bfab22&
|
|
35624
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EparakstsSmartCardButton.vue?vue&type=template&id=25bfab22&
|
|
35443
35625
|
var EparakstsSmartCardButtonvue_type_template_id_25bfab22_render = function render() {
|
|
35444
35626
|
var _vm = this,
|
|
35445
35627
|
_c = _vm._self._c;
|
|
@@ -35512,7 +35694,7 @@ var EparakstsSmartCardButton_component = normalizeComponent(
|
|
|
35512
35694
|
)
|
|
35513
35695
|
|
|
35514
35696
|
/* harmony default export */ var EparakstsSmartCardButton = (EparakstsSmartCardButton_component.exports);
|
|
35515
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/FrejaEidButton.vue?vue&type=template&id=c62614cc&
|
|
35697
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/FrejaEidButton.vue?vue&type=template&id=c62614cc&
|
|
35516
35698
|
var FrejaEidButtonvue_type_template_id_c62614cc_render = function render() {
|
|
35517
35699
|
var _vm = this,
|
|
35518
35700
|
_c = _vm._self._c;
|
|
@@ -35579,7 +35761,7 @@ var FrejaEidButton_component = normalizeComponent(
|
|
|
35579
35761
|
)
|
|
35580
35762
|
|
|
35581
35763
|
/* harmony default export */ var FrejaEidButton = (FrejaEidButton_component.exports);
|
|
35582
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ZealIdButton.vue?vue&type=template&id=cc1917ce&
|
|
35764
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ZealIdButton.vue?vue&type=template&id=cc1917ce&
|
|
35583
35765
|
var ZealIdButtonvue_type_template_id_cc1917ce_render = function render() {
|
|
35584
35766
|
var _vm = this,
|
|
35585
35767
|
_c = _vm._self._c;
|
|
@@ -35646,7 +35828,7 @@ var ZealIdButton_component = normalizeComponent(
|
|
|
35646
35828
|
)
|
|
35647
35829
|
|
|
35648
35830
|
/* harmony default export */ var ZealIdButton = (ZealIdButton_component.exports);
|
|
35649
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonBe.vue?vue&type=template&id=706e58f9&
|
|
35831
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonBe.vue?vue&type=template&id=706e58f9&
|
|
35650
35832
|
var IdCardButtonBevue_type_template_id_706e58f9_render = function render() {
|
|
35651
35833
|
var _vm = this,
|
|
35652
35834
|
_c = _vm._self._c;
|
|
@@ -35719,7 +35901,7 @@ var IdCardButtonBe_component = normalizeComponent(
|
|
|
35719
35901
|
)
|
|
35720
35902
|
|
|
35721
35903
|
/* harmony default export */ var IdCardButtonBe = (IdCardButtonBe_component.exports);
|
|
35722
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MojeIdButton.vue?vue&type=template&id=4d0b2384&
|
|
35904
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MojeIdButton.vue?vue&type=template&id=4d0b2384&
|
|
35723
35905
|
var MojeIdButtonvue_type_template_id_4d0b2384_render = function render() {
|
|
35724
35906
|
var _vm = this,
|
|
35725
35907
|
_c = _vm._self._c;
|
|
@@ -35787,7 +35969,7 @@ var MojeIdButton_component = normalizeComponent(
|
|
|
35787
35969
|
)
|
|
35788
35970
|
|
|
35789
35971
|
/* harmony default export */ var MojeIdButton = (MojeIdButton_component.exports);
|
|
35790
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/FinnishTrustNetworkButton.vue?vue&type=template&id=bf091c0a&
|
|
35972
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/FinnishTrustNetworkButton.vue?vue&type=template&id=bf091c0a&
|
|
35791
35973
|
var FinnishTrustNetworkButtonvue_type_template_id_bf091c0a_render = function render() {
|
|
35792
35974
|
var _vm = this,
|
|
35793
35975
|
_c = _vm._self._c;
|
|
@@ -35833,7 +36015,7 @@ var FinnishTrustNetworkButton_component = normalizeComponent(
|
|
|
35833
36015
|
)
|
|
35834
36016
|
|
|
35835
36017
|
/* harmony default export */ var FinnishTrustNetworkButton = (FinnishTrustNetworkButton_component.exports);
|
|
35836
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/AtHandyButton.vue?vue&type=template&id=10386e1a&
|
|
36018
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/AtHandyButton.vue?vue&type=template&id=10386e1a&
|
|
35837
36019
|
var AtHandyButtonvue_type_template_id_10386e1a_render = function render() {
|
|
35838
36020
|
var _vm = this,
|
|
35839
36021
|
_c = _vm._self._c;
|
|
@@ -35906,7 +36088,7 @@ var AtHandyButton_component = normalizeComponent(
|
|
|
35906
36088
|
)
|
|
35907
36089
|
|
|
35908
36090
|
/* harmony default export */ var AtHandyButton = (AtHandyButton_component.exports);
|
|
35909
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonFi.vue?vue&type=template&id=d5d98516&
|
|
36091
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonFi.vue?vue&type=template&id=d5d98516&
|
|
35910
36092
|
var IdCardButtonFivue_type_template_id_d5d98516_render = function render() {
|
|
35911
36093
|
var _vm = this,
|
|
35912
36094
|
_c = _vm._self._c;
|
|
@@ -35979,7 +36161,7 @@ var IdCardButtonFi_component = normalizeComponent(
|
|
|
35979
36161
|
)
|
|
35980
36162
|
|
|
35981
36163
|
/* harmony default export */ var IdCardButtonFi = (IdCardButtonFi_component.exports);
|
|
35982
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonLv.vue?vue&type=template&id=e8b99834&
|
|
36164
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonLv.vue?vue&type=template&id=e8b99834&
|
|
35983
36165
|
var IdCardButtonLvvue_type_template_id_e8b99834_render = function render() {
|
|
35984
36166
|
var _vm = this,
|
|
35985
36167
|
_c = _vm._self._c;
|
|
@@ -36049,7 +36231,7 @@ var IdCardButtonLv_component = normalizeComponent(
|
|
|
36049
36231
|
)
|
|
36050
36232
|
|
|
36051
36233
|
/* harmony default export */ var IdCardButtonLv = (IdCardButtonLv_component.exports);
|
|
36052
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonPt.vue?vue&type=template&id=b726caca&
|
|
36234
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdCardButtonPt.vue?vue&type=template&id=b726caca&
|
|
36053
36235
|
var IdCardButtonPtvue_type_template_id_b726caca_render = function render() {
|
|
36054
36236
|
var _vm = this,
|
|
36055
36237
|
_c = _vm._self._c;
|
|
@@ -36122,7 +36304,7 @@ var IdCardButtonPt_component = normalizeComponent(
|
|
|
36122
36304
|
)
|
|
36123
36305
|
|
|
36124
36306
|
/* harmony default export */ var IdCardButtonPt = (IdCardButtonPt_component.exports);
|
|
36125
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/OtpButton.vue?vue&type=template&id=4585c7b9&
|
|
36307
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/OtpButton.vue?vue&type=template&id=4585c7b9&
|
|
36126
36308
|
var OtpButtonvue_type_template_id_4585c7b9_render = function render() {
|
|
36127
36309
|
var _vm = this,
|
|
36128
36310
|
_c = _vm._self._c;
|
|
@@ -36168,7 +36350,7 @@ var OtpButton_component = normalizeComponent(
|
|
|
36168
36350
|
)
|
|
36169
36351
|
|
|
36170
36352
|
/* harmony default export */ var OtpButton = (OtpButton_component.exports);
|
|
36171
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/GoogleButton.vue?vue&type=template&id=4054e8d5&
|
|
36353
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/GoogleButton.vue?vue&type=template&id=4054e8d5&
|
|
36172
36354
|
var GoogleButtonvue_type_template_id_4054e8d5_render = function render() {
|
|
36173
36355
|
var _vm = this,
|
|
36174
36356
|
_c = _vm._self._c;
|
|
@@ -36241,7 +36423,7 @@ var GoogleButton_component = normalizeComponent(
|
|
|
36241
36423
|
)
|
|
36242
36424
|
|
|
36243
36425
|
/* harmony default export */ var GoogleButton = (GoogleButton_component.exports);
|
|
36244
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EvrotrustButton.vue?vue&type=template&id=5c8b8745&
|
|
36426
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EvrotrustButton.vue?vue&type=template&id=5c8b8745&
|
|
36245
36427
|
var EvrotrustButtonvue_type_template_id_5c8b8745_render = function render() {
|
|
36246
36428
|
var _vm = this,
|
|
36247
36429
|
_c = _vm._self._c;
|
|
@@ -36308,7 +36490,7 @@ var EvrotrustButton_component = normalizeComponent(
|
|
|
36308
36490
|
)
|
|
36309
36491
|
|
|
36310
36492
|
/* harmony default export */ var EvrotrustButton = (EvrotrustButton_component.exports);
|
|
36311
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/BankIdButton.vue?vue&type=template&id=3a274cdd&
|
|
36493
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/BankIdButton.vue?vue&type=template&id=3a274cdd&
|
|
36312
36494
|
var BankIdButtonvue_type_template_id_3a274cdd_render = function render() {
|
|
36313
36495
|
var _vm = this,
|
|
36314
36496
|
_c = _vm._self._c;
|
|
@@ -36381,7 +36563,7 @@ var BankIdButton_component = normalizeComponent(
|
|
|
36381
36563
|
)
|
|
36382
36564
|
|
|
36383
36565
|
/* harmony default export */ var BankIdButton = (BankIdButton_component.exports);
|
|
36384
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/DTrustSignMeButton.vue?vue&type=template&id=d2bb3e4e&
|
|
36566
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/DTrustSignMeButton.vue?vue&type=template&id=d2bb3e4e&
|
|
36385
36567
|
var DTrustSignMeButtonvue_type_template_id_d2bb3e4e_render = function render() {
|
|
36386
36568
|
var _vm = this,
|
|
36387
36569
|
_c = _vm._self._c;
|
|
@@ -36448,7 +36630,7 @@ var DTrustSignMeButton_component = normalizeComponent(
|
|
|
36448
36630
|
)
|
|
36449
36631
|
|
|
36450
36632
|
/* harmony default export */ var DTrustSignMeButton = (DTrustSignMeButton_component.exports);
|
|
36451
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MitIdButton.vue?vue&type=template&id=56bc7dfc&
|
|
36633
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/MitIdButton.vue?vue&type=template&id=56bc7dfc&
|
|
36452
36634
|
var MitIdButtonvue_type_template_id_56bc7dfc_render = function render() {
|
|
36453
36635
|
var _vm = this,
|
|
36454
36636
|
_c = _vm._self._c;
|
|
@@ -36515,7 +36697,7 @@ var MitIdButton_component = normalizeComponent(
|
|
|
36515
36697
|
)
|
|
36516
36698
|
|
|
36517
36699
|
/* harmony default export */ var MitIdButton = (MitIdButton_component.exports);
|
|
36518
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ChaveMovelButton.vue?vue&type=template&id=f1e8a5b8&
|
|
36700
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ChaveMovelButton.vue?vue&type=template&id=f1e8a5b8&
|
|
36519
36701
|
var ChaveMovelButtonvue_type_template_id_f1e8a5b8_render = function render() {
|
|
36520
36702
|
var _vm = this,
|
|
36521
36703
|
_c = _vm._self._c;
|
|
@@ -36585,7 +36767,7 @@ var ChaveMovelButton_component = normalizeComponent(
|
|
|
36585
36767
|
)
|
|
36586
36768
|
|
|
36587
36769
|
/* harmony default export */ var ChaveMovelButton = (ChaveMovelButton_component.exports);
|
|
36588
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/NoBankIdButton.vue?vue&type=template&id=2e210836&
|
|
36770
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/NoBankIdButton.vue?vue&type=template&id=2e210836&
|
|
36589
36771
|
var NoBankIdButtonvue_type_template_id_2e210836_render = function render() {
|
|
36590
36772
|
var _vm = this,
|
|
36591
36773
|
_c = _vm._self._c;
|
|
@@ -36652,7 +36834,7 @@ var NoBankIdButton_component = normalizeComponent(
|
|
|
36652
36834
|
)
|
|
36653
36835
|
|
|
36654
36836
|
/* harmony default export */ var NoBankIdButton = (NoBankIdButton_component.exports);
|
|
36655
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ItsmeButton.vue?vue&type=template&id=fc92587e&
|
|
36837
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ItsmeButton.vue?vue&type=template&id=fc92587e&
|
|
36656
36838
|
var ItsmeButtonvue_type_template_id_fc92587e_render = function render() {
|
|
36657
36839
|
var _vm = this,
|
|
36658
36840
|
_c = _vm._self._c;
|
|
@@ -36725,7 +36907,7 @@ var ItsmeButton_component = normalizeComponent(
|
|
|
36725
36907
|
)
|
|
36726
36908
|
|
|
36727
36909
|
/* harmony default export */ var ItsmeButton = (ItsmeButton_component.exports);
|
|
36728
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/CertEuropeUsbButton.vue?vue&type=template&id=5862ed21&
|
|
36910
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/CertEuropeUsbButton.vue?vue&type=template&id=5862ed21&
|
|
36729
36911
|
var CertEuropeUsbButtonvue_type_template_id_5862ed21_render = function render() {
|
|
36730
36912
|
var _vm = this,
|
|
36731
36913
|
_c = _vm._self._c;
|
|
@@ -36771,7 +36953,7 @@ var CertEuropeUsbButton_component = normalizeComponent(
|
|
|
36771
36953
|
)
|
|
36772
36954
|
|
|
36773
36955
|
/* harmony default export */ var CertEuropeUsbButton = (CertEuropeUsbButton_component.exports);
|
|
36774
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/CertSignUsbButton.vue?vue&type=template&id=af8546be&
|
|
36956
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/CertSignUsbButton.vue?vue&type=template&id=af8546be&
|
|
36775
36957
|
var CertSignUsbButtonvue_type_template_id_af8546be_render = function render() {
|
|
36776
36958
|
var _vm = this,
|
|
36777
36959
|
_c = _vm._self._c;
|
|
@@ -36844,7 +37026,7 @@ var CertSignUsbButton_component = normalizeComponent(
|
|
|
36844
37026
|
)
|
|
36845
37027
|
|
|
36846
37028
|
/* harmony default export */ var CertSignUsbButton = (CertSignUsbButton_component.exports);
|
|
36847
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/CertSignWebApiButton.vue?vue&type=template&id=2ab23748&
|
|
37029
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/CertSignWebApiButton.vue?vue&type=template&id=2ab23748&
|
|
36848
37030
|
var CertSignWebApiButtonvue_type_template_id_2ab23748_render = function render() {
|
|
36849
37031
|
var _vm = this,
|
|
36850
37032
|
_c = _vm._self._c;
|
|
@@ -36914,7 +37096,7 @@ var CertSignWebApiButton_component = normalizeComponent(
|
|
|
36914
37096
|
)
|
|
36915
37097
|
|
|
36916
37098
|
/* harmony default export */ var CertSignWebApiButton = (CertSignWebApiButton_component.exports);
|
|
36917
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdinButton.vue?vue&type=template&id=047c5c4d&
|
|
37099
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/IdinButton.vue?vue&type=template&id=047c5c4d&
|
|
36918
37100
|
var IdinButtonvue_type_template_id_047c5c4d_render = function render() {
|
|
36919
37101
|
var _vm = this,
|
|
36920
37102
|
_c = _vm._self._c;
|
|
@@ -36987,7 +37169,7 @@ var IdinButton_component = normalizeComponent(
|
|
|
36987
37169
|
)
|
|
36988
37170
|
|
|
36989
37171
|
/* harmony default export */ var IdinButton = (IdinButton_component.exports);
|
|
36990
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/VerifaiButton.vue?vue&type=template&id=21522889&
|
|
37172
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/VerifaiButton.vue?vue&type=template&id=21522889&
|
|
36991
37173
|
var VerifaiButtonvue_type_template_id_21522889_render = function render() {
|
|
36992
37174
|
var _vm = this,
|
|
36993
37175
|
_c = _vm._self._c;
|
|
@@ -37054,7 +37236,7 @@ var VerifaiButton_component = normalizeComponent(
|
|
|
37054
37236
|
)
|
|
37055
37237
|
|
|
37056
37238
|
/* harmony default export */ var VerifaiButton = (VerifaiButton_component.exports);
|
|
37057
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SpidButton.vue?vue&type=template&id=a3150870&
|
|
37239
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SpidButton.vue?vue&type=template&id=a3150870&
|
|
37058
37240
|
var SpidButtonvue_type_template_id_a3150870_render = function render() {
|
|
37059
37241
|
var _vm = this,
|
|
37060
37242
|
_c = _vm._self._c;
|
|
@@ -37121,7 +37303,7 @@ var SpidButton_component = normalizeComponent(
|
|
|
37121
37303
|
)
|
|
37122
37304
|
|
|
37123
37305
|
/* harmony default export */ var SpidButton = (SpidButton_component.exports);
|
|
37124
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/FinnishTrustNetworkAdvancedFullButton.vue?vue&type=template&id=8bb87e4e&
|
|
37306
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/FinnishTrustNetworkAdvancedFullButton.vue?vue&type=template&id=8bb87e4e&
|
|
37125
37307
|
var FinnishTrustNetworkAdvancedFullButtonvue_type_template_id_8bb87e4e_render = function render() {
|
|
37126
37308
|
var _vm = this,
|
|
37127
37309
|
_c = _vm._self._c;
|
|
@@ -37167,7 +37349,7 @@ var FinnishTrustNetworkAdvancedFullButton_component = normalizeComponent(
|
|
|
37167
37349
|
)
|
|
37168
37350
|
|
|
37169
37351
|
/* harmony default export */ var FinnishTrustNetworkAdvancedFullButton = (FinnishTrustNetworkAdvancedFullButton_component.exports);
|
|
37170
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/AudkenniButton.vue?vue&type=template&id=e410de8c&
|
|
37352
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/AudkenniButton.vue?vue&type=template&id=e410de8c&
|
|
37171
37353
|
var AudkenniButtonvue_type_template_id_e410de8c_render = function render() {
|
|
37172
37354
|
var _vm = this,
|
|
37173
37355
|
_c = _vm._self._c;
|
|
@@ -37234,7 +37416,7 @@ var AudkenniButton_component = normalizeComponent(
|
|
|
37234
37416
|
)
|
|
37235
37417
|
|
|
37236
37418
|
/* harmony default export */ var AudkenniButton = (AudkenniButton_component.exports);
|
|
37237
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/YesComButton.vue?vue&type=template&id=cf210d82&
|
|
37419
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/YesComButton.vue?vue&type=template&id=cf210d82&
|
|
37238
37420
|
var YesComButtonvue_type_template_id_cf210d82_render = function render() {
|
|
37239
37421
|
var _vm = this,
|
|
37240
37422
|
_c = _vm._self._c;
|
|
@@ -37296,7 +37478,7 @@ var YesComButton_component = normalizeComponent(
|
|
|
37296
37478
|
)
|
|
37297
37479
|
|
|
37298
37480
|
/* harmony default export */ var YesComButton = (YesComButton_component.exports);
|
|
37299
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EdoAppEidButton.vue?vue&type=template&id=3f268750&
|
|
37481
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/EdoAppEidButton.vue?vue&type=template&id=3f268750&
|
|
37300
37482
|
var EdoAppEidButtonvue_type_template_id_3f268750_render = function render() {
|
|
37301
37483
|
var _vm = this,
|
|
37302
37484
|
_c = _vm._self._c;
|
|
@@ -37363,7 +37545,7 @@ var EdoAppEidButton_component = normalizeComponent(
|
|
|
37363
37545
|
)
|
|
37364
37546
|
|
|
37365
37547
|
/* harmony default export */ var EdoAppEidButton = (EdoAppEidButton_component.exports);
|
|
37366
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SimplySignButton.vue?vue&type=template&id=3b8d0b06&
|
|
37548
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SimplySignButton.vue?vue&type=template&id=3b8d0b06&
|
|
37367
37549
|
var SimplySignButtonvue_type_template_id_3b8d0b06_render = function render() {
|
|
37368
37550
|
var _vm = this,
|
|
37369
37551
|
_c = _vm._self._c;
|
|
@@ -37430,7 +37612,7 @@ var SimplySignButton_component = normalizeComponent(
|
|
|
37430
37612
|
)
|
|
37431
37613
|
|
|
37432
37614
|
/* harmony default export */ var SimplySignButton = (SimplySignButton_component.exports);
|
|
37433
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/UanatacaButton.vue?vue&type=template&id=1fe74cfa&
|
|
37615
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/UanatacaButton.vue?vue&type=template&id=1fe74cfa&
|
|
37434
37616
|
var UanatacaButtonvue_type_template_id_1fe74cfa_render = function render() {
|
|
37435
37617
|
var _vm = this,
|
|
37436
37618
|
_c = _vm._self._c;
|
|
@@ -37497,7 +37679,7 @@ var UanatacaButton_component = normalizeComponent(
|
|
|
37497
37679
|
)
|
|
37498
37680
|
|
|
37499
37681
|
/* harmony default export */ var UanatacaButton = (UanatacaButton_component.exports);
|
|
37500
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ScanDocumentButton.vue?vue&type=template&id=ac5a1156&
|
|
37682
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/ScanDocumentButton.vue?vue&type=template&id=ac5a1156&
|
|
37501
37683
|
var ScanDocumentButtonvue_type_template_id_ac5a1156_render = function render() {
|
|
37502
37684
|
var _vm = this,
|
|
37503
37685
|
_c = _vm._self._c;
|
|
@@ -37543,7 +37725,7 @@ var ScanDocumentButton_component = normalizeComponent(
|
|
|
37543
37725
|
)
|
|
37544
37726
|
|
|
37545
37727
|
/* harmony default export */ var ScanDocumentButton = (ScanDocumentButton_component.exports);
|
|
37546
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/PlMojeIdButton.vue?vue&type=template&id=1fd12f76&
|
|
37728
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/PlMojeIdButton.vue?vue&type=template&id=1fd12f76&
|
|
37547
37729
|
var PlMojeIdButtonvue_type_template_id_1fd12f76_render = function render() {
|
|
37548
37730
|
var _vm = this,
|
|
37549
37731
|
_c = _vm._self._c;
|
|
@@ -37610,7 +37792,7 @@ var PlMojeIdButton_component = normalizeComponent(
|
|
|
37610
37792
|
)
|
|
37611
37793
|
|
|
37612
37794
|
/* harmony default export */ var PlMojeIdButton = (PlMojeIdButton_component.exports);
|
|
37613
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/HalcomButton.vue?vue&type=template&id=6ac8f92d&
|
|
37795
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/HalcomButton.vue?vue&type=template&id=6ac8f92d&
|
|
37614
37796
|
var HalcomButtonvue_type_template_id_6ac8f92d_render = function render() {
|
|
37615
37797
|
var _vm = this,
|
|
37616
37798
|
_c = _vm._self._c;
|
|
@@ -37677,7 +37859,7 @@ var HalcomButton_component = normalizeComponent(
|
|
|
37677
37859
|
)
|
|
37678
37860
|
|
|
37679
37861
|
/* harmony default export */ var HalcomButton = (HalcomButton_component.exports);
|
|
37680
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SwissIdButton.vue?vue&type=template&id=4554bee4&
|
|
37862
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SwissIdButton.vue?vue&type=template&id=4554bee4&
|
|
37681
37863
|
var SwissIdButtonvue_type_template_id_4554bee4_render = function render() {
|
|
37682
37864
|
var _vm = this,
|
|
37683
37865
|
_c = _vm._self._c;
|
|
@@ -37744,7 +37926,7 @@ var SwissIdButton_component = normalizeComponent(
|
|
|
37744
37926
|
)
|
|
37745
37927
|
|
|
37746
37928
|
/* harmony default export */ var SwissIdButton = (SwissIdButton_component.exports);
|
|
37747
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SwissComButton.vue?vue&type=template&id=1b1eefa5&
|
|
37929
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/methodButtons/SwissComButton.vue?vue&type=template&id=1b1eefa5&
|
|
37748
37930
|
var SwissComButtonvue_type_template_id_1b1eefa5_render = function render() {
|
|
37749
37931
|
var _vm = this,
|
|
37750
37932
|
_c = _vm._self._c;
|
|
@@ -38100,7 +38282,7 @@ var MethodSelection_component = normalizeComponent(
|
|
|
38100
38282
|
)
|
|
38101
38283
|
|
|
38102
38284
|
/* harmony default export */ var MethodSelection = (MethodSelection_component.exports);
|
|
38103
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SmartIdAuth.vue?vue&type=template&id=097b8df2&
|
|
38285
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SmartIdAuth.vue?vue&type=template&id=097b8df2&
|
|
38104
38286
|
var SmartIdAuthvue_type_template_id_097b8df2_render = function render() {
|
|
38105
38287
|
var _vm = this,
|
|
38106
38288
|
_c = _vm._self._c;
|
|
@@ -38135,8 +38317,8 @@ var SmartIdAuthvue_type_template_id_097b8df2_render = function render() {
|
|
|
38135
38317
|
};
|
|
38136
38318
|
var SmartIdAuthvue_type_template_id_097b8df2_staticRenderFns = [];
|
|
38137
38319
|
|
|
38138
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppForm.vue?vue&type=template&id=
|
|
38139
|
-
var
|
|
38320
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppForm.vue?vue&type=template&id=1701f5e0&
|
|
38321
|
+
var AppFormvue_type_template_id_1701f5e0_render = function render() {
|
|
38140
38322
|
var _vm = this,
|
|
38141
38323
|
_c = _vm._self._c;
|
|
38142
38324
|
return _c('form', {
|
|
@@ -38168,9 +38350,9 @@ var AppFormvue_type_template_id_61f938e2_render = function render() {
|
|
|
38168
38350
|
}, false))], 1);
|
|
38169
38351
|
}), 0);
|
|
38170
38352
|
};
|
|
38171
|
-
var
|
|
38353
|
+
var AppFormvue_type_template_id_1701f5e0_staticRenderFns = [];
|
|
38172
38354
|
|
|
38173
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormButton.vue?vue&type=template&id=6eab7190&
|
|
38355
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormButton.vue?vue&type=template&id=6eab7190&
|
|
38174
38356
|
var FormButtonvue_type_template_id_6eab7190_render = function render() {
|
|
38175
38357
|
var _vm = this,
|
|
38176
38358
|
_c = _vm._self._c;
|
|
@@ -38182,7 +38364,7 @@ var FormButtonvue_type_template_id_6eab7190_render = function render() {
|
|
|
38182
38364
|
};
|
|
38183
38365
|
var FormButtonvue_type_template_id_6eab7190_staticRenderFns = [];
|
|
38184
38366
|
|
|
38185
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppButton.vue?vue&type=template&id=7bb31c31&
|
|
38367
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppButton.vue?vue&type=template&id=7bb31c31&
|
|
38186
38368
|
var AppButtonvue_type_template_id_7bb31c31_render = function render() {
|
|
38187
38369
|
var _vm = this,
|
|
38188
38370
|
_c = _vm._self._c;
|
|
@@ -38285,7 +38467,7 @@ var FormButton_component = normalizeComponent(
|
|
|
38285
38467
|
)
|
|
38286
38468
|
|
|
38287
38469
|
/* harmony default export */ var FormButton = (FormButton_component.exports);
|
|
38288
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormField.vue?vue&type=template&id=c8354a64&
|
|
38470
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormField.vue?vue&type=template&id=c8354a64&
|
|
38289
38471
|
var FormFieldvue_type_template_id_c8354a64_render = function render() {
|
|
38290
38472
|
var _vm = this,
|
|
38291
38473
|
_c = _vm._self._c;
|
|
@@ -38324,7 +38506,7 @@ var FormFieldvue_type_template_id_c8354a64_render = function render() {
|
|
|
38324
38506
|
};
|
|
38325
38507
|
var FormFieldvue_type_template_id_c8354a64_staticRenderFns = [];
|
|
38326
38508
|
|
|
38327
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppInput.vue?vue&type=template&id=0334cd32&
|
|
38509
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppInput.vue?vue&type=template&id=0334cd32&
|
|
38328
38510
|
var AppInputvue_type_template_id_0334cd32_render = function render() {
|
|
38329
38511
|
var _vm = this,
|
|
38330
38512
|
_c = _vm._self._c;
|
|
@@ -38433,7 +38615,7 @@ var AppInput_component = normalizeComponent(
|
|
|
38433
38615
|
)
|
|
38434
38616
|
|
|
38435
38617
|
/* harmony default export */ var AppInput = (AppInput_component.exports);
|
|
38436
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormFieldLabel.vue?vue&type=template&id=840c5a46&
|
|
38618
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormFieldLabel.vue?vue&type=template&id=840c5a46&
|
|
38437
38619
|
var FormFieldLabelvue_type_template_id_840c5a46_render = function render() {
|
|
38438
38620
|
var _vm = this,
|
|
38439
38621
|
_c = _vm._self._c;
|
|
@@ -38561,7 +38743,7 @@ var FormField_component = normalizeComponent(
|
|
|
38561
38743
|
)
|
|
38562
38744
|
|
|
38563
38745
|
/* harmony default export */ var FormField = (FormField_component.exports);
|
|
38564
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormText.vue?vue&type=template&id=75eea6ee&
|
|
38746
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormText.vue?vue&type=template&id=75eea6ee&
|
|
38565
38747
|
var FormTextvue_type_template_id_75eea6ee_render = function render() {
|
|
38566
38748
|
var _vm = this,
|
|
38567
38749
|
_c = _vm._self._c;
|
|
@@ -38616,7 +38798,7 @@ var FormText_component = normalizeComponent(
|
|
|
38616
38798
|
)
|
|
38617
38799
|
|
|
38618
38800
|
/* harmony default export */ var FormText = (FormText_component.exports);
|
|
38619
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormSectionSpacer.vue?vue&type=template&id=d4c1a10e&
|
|
38801
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormSectionSpacer.vue?vue&type=template&id=d4c1a10e&
|
|
38620
38802
|
var FormSectionSpacervue_type_template_id_d4c1a10e_render = function render() {
|
|
38621
38803
|
var _vm = this,
|
|
38622
38804
|
_c = _vm._self._c;
|
|
@@ -38671,12 +38853,197 @@ var FormSectionSpacer_component = normalizeComponent(
|
|
|
38671
38853
|
)
|
|
38672
38854
|
|
|
38673
38855
|
/* harmony default export */ var FormSectionSpacer = (FormSectionSpacer_component.exports);
|
|
38856
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormCheckbox.vue?vue&type=template&id=9b89e4d0&
|
|
38857
|
+
var FormCheckboxvue_type_template_id_9b89e4d0_render = function render() {
|
|
38858
|
+
var _vm = this,
|
|
38859
|
+
_c = _vm._self._c;
|
|
38860
|
+
return _c('div', {
|
|
38861
|
+
class: [_vm.$style.formField]
|
|
38862
|
+
}, [_vm.instructions ? _c('div', {
|
|
38863
|
+
class: _vm.$style.instructions
|
|
38864
|
+
}, [_vm._v(" " + _vm._s(_vm.instructions) + " ")]) : _vm._e(), _c('AppCheckbox', _vm._b({
|
|
38865
|
+
attrs: {
|
|
38866
|
+
"checked": _vm.value
|
|
38867
|
+
},
|
|
38868
|
+
on: {
|
|
38869
|
+
"input": _vm.handleInput
|
|
38870
|
+
}
|
|
38871
|
+
}, 'AppCheckbox', {
|
|
38872
|
+
name: _vm.name,
|
|
38873
|
+
id: _vm.id,
|
|
38874
|
+
hasErrors: _vm.hasErrors
|
|
38875
|
+
}, false), [_vm._v(" " + _vm._s(_vm.label) + " ")]), _vm.hasErrors ? _c('ul', {
|
|
38876
|
+
class: _vm.$style.validationContainer
|
|
38877
|
+
}, _vm._l(_vm.errors, function (error) {
|
|
38878
|
+
return _c('li', {
|
|
38879
|
+
key: error,
|
|
38880
|
+
class: _vm.$style.validationMessage
|
|
38881
|
+
}, [_vm._v(" " + _vm._s(error) + " ")]);
|
|
38882
|
+
}), 0) : _vm._e()], 1);
|
|
38883
|
+
};
|
|
38884
|
+
var FormCheckboxvue_type_template_id_9b89e4d0_staticRenderFns = [];
|
|
38885
|
+
|
|
38886
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppCheckbox.vue?vue&type=template&id=3cdbb90e&
|
|
38887
|
+
var AppCheckboxvue_type_template_id_3cdbb90e_render = function render() {
|
|
38888
|
+
var _vm = this,
|
|
38889
|
+
_c = _vm._self._c;
|
|
38890
|
+
return _c('label', {
|
|
38891
|
+
class: _vm.$style.checkboxWrap
|
|
38892
|
+
}, [_c('input', _vm._b({
|
|
38893
|
+
class: [_vm.$style.checkbox, {
|
|
38894
|
+
[_vm.$style.error]: _vm.hasErrors
|
|
38895
|
+
}],
|
|
38896
|
+
attrs: {
|
|
38897
|
+
"type": "checkbox"
|
|
38898
|
+
},
|
|
38899
|
+
domProps: {
|
|
38900
|
+
"checked": _vm.checked
|
|
38901
|
+
},
|
|
38902
|
+
on: {
|
|
38903
|
+
"input": _vm.handleInput
|
|
38904
|
+
}
|
|
38905
|
+
}, 'input', {
|
|
38906
|
+
name: _vm.name,
|
|
38907
|
+
id: _vm.id
|
|
38908
|
+
}, false)), _c('span', [_vm._t("default")], 2)]);
|
|
38909
|
+
};
|
|
38910
|
+
var AppCheckboxvue_type_template_id_3cdbb90e_staticRenderFns = [];
|
|
38911
|
+
|
|
38912
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppCheckbox.vue?vue&type=script&lang=js&
|
|
38913
|
+
/* harmony default export */ var AppCheckboxvue_type_script_lang_js_ = ({
|
|
38914
|
+
name: 'AppCheckbox',
|
|
38915
|
+
props: {
|
|
38916
|
+
name: String,
|
|
38917
|
+
id: String,
|
|
38918
|
+
checked: {
|
|
38919
|
+
type: Boolean,
|
|
38920
|
+
default: false
|
|
38921
|
+
},
|
|
38922
|
+
hasErrors: Boolean,
|
|
38923
|
+
onInput: {
|
|
38924
|
+
type: Function,
|
|
38925
|
+
default: () => {}
|
|
38926
|
+
}
|
|
38927
|
+
},
|
|
38928
|
+
methods: {
|
|
38929
|
+
handleInput(e) {
|
|
38930
|
+
this.$emit('input', e.target.checked);
|
|
38931
|
+
}
|
|
38932
|
+
}
|
|
38933
|
+
});
|
|
38934
|
+
;// CONCATENATED MODULE: ./src/components/AppCheckbox.vue?vue&type=script&lang=js&
|
|
38935
|
+
/* harmony default export */ var components_AppCheckboxvue_type_script_lang_js_ = (AppCheckboxvue_type_script_lang_js_);
|
|
38936
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppCheckbox.vue?vue&type=style&index=0&id=3cdbb90e&prod&lang=scss&module=true&
|
|
38937
|
+
var AppCheckboxvue_type_style_index_0_id_3cdbb90e_prod_lang_scss_module_true_ = __webpack_require__(90137);
|
|
38938
|
+
var AppCheckboxvue_type_style_index_0_id_3cdbb90e_prod_lang_scss_module_true_default = /*#__PURE__*/__webpack_require__.n(AppCheckboxvue_type_style_index_0_id_3cdbb90e_prod_lang_scss_module_true_);
|
|
38939
|
+
;// CONCATENATED MODULE: ./src/components/AppCheckbox.vue?vue&type=style&index=0&id=3cdbb90e&prod&lang=scss&module=true&
|
|
38940
|
+
|
|
38941
|
+
;// CONCATENATED MODULE: ./src/components/AppCheckbox.vue
|
|
38942
|
+
|
|
38943
|
+
|
|
38944
|
+
|
|
38945
|
+
;
|
|
38946
|
+
|
|
38947
|
+
|
|
38948
|
+
|
|
38949
|
+
|
|
38950
|
+
function AppCheckbox_injectStyles (context) {
|
|
38951
|
+
|
|
38952
|
+
this["$style"] = ((AppCheckboxvue_type_style_index_0_id_3cdbb90e_prod_lang_scss_module_true_default()).locals || (AppCheckboxvue_type_style_index_0_id_3cdbb90e_prod_lang_scss_module_true_default()))
|
|
38953
|
+
|
|
38954
|
+
}
|
|
38955
|
+
|
|
38956
|
+
/* normalize component */
|
|
38957
|
+
|
|
38958
|
+
var AppCheckbox_component = normalizeComponent(
|
|
38959
|
+
components_AppCheckboxvue_type_script_lang_js_,
|
|
38960
|
+
AppCheckboxvue_type_template_id_3cdbb90e_render,
|
|
38961
|
+
AppCheckboxvue_type_template_id_3cdbb90e_staticRenderFns,
|
|
38962
|
+
false,
|
|
38963
|
+
AppCheckbox_injectStyles,
|
|
38964
|
+
null,
|
|
38965
|
+
null
|
|
38966
|
+
|
|
38967
|
+
)
|
|
38968
|
+
|
|
38969
|
+
/* harmony default export */ var AppCheckbox = (AppCheckbox_component.exports);
|
|
38970
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormCheckbox.vue?vue&type=script&lang=js&
|
|
38971
|
+
|
|
38972
|
+
/* harmony default export */ var FormCheckboxvue_type_script_lang_js_ = ({
|
|
38973
|
+
name: 'FormCheckbox',
|
|
38974
|
+
components: {
|
|
38975
|
+
AppCheckbox: AppCheckbox
|
|
38976
|
+
},
|
|
38977
|
+
props: {
|
|
38978
|
+
type: String,
|
|
38979
|
+
name: String,
|
|
38980
|
+
placeholder: String,
|
|
38981
|
+
id: String,
|
|
38982
|
+
label: String,
|
|
38983
|
+
callingCode: String,
|
|
38984
|
+
min: Number,
|
|
38985
|
+
instructions: String,
|
|
38986
|
+
errors: {
|
|
38987
|
+
type: Array,
|
|
38988
|
+
default: () => []
|
|
38989
|
+
},
|
|
38990
|
+
value: Boolean,
|
|
38991
|
+
autocomplete: String
|
|
38992
|
+
},
|
|
38993
|
+
computed: {
|
|
38994
|
+
hasErrors() {
|
|
38995
|
+
return this.errors.length > 0;
|
|
38996
|
+
}
|
|
38997
|
+
},
|
|
38998
|
+
methods: {
|
|
38999
|
+
handleInput(value) {
|
|
39000
|
+
this.$emit('input', value);
|
|
39001
|
+
}
|
|
39002
|
+
}
|
|
39003
|
+
});
|
|
39004
|
+
;// CONCATENATED MODULE: ./src/components/FormCheckbox.vue?vue&type=script&lang=js&
|
|
39005
|
+
/* harmony default export */ var components_FormCheckboxvue_type_script_lang_js_ = (FormCheckboxvue_type_script_lang_js_);
|
|
39006
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/FormCheckbox.vue?vue&type=style&index=0&id=9b89e4d0&prod&lang=scss&module=true&
|
|
39007
|
+
var FormCheckboxvue_type_style_index_0_id_9b89e4d0_prod_lang_scss_module_true_ = __webpack_require__(39130);
|
|
39008
|
+
var FormCheckboxvue_type_style_index_0_id_9b89e4d0_prod_lang_scss_module_true_default = /*#__PURE__*/__webpack_require__.n(FormCheckboxvue_type_style_index_0_id_9b89e4d0_prod_lang_scss_module_true_);
|
|
39009
|
+
;// CONCATENATED MODULE: ./src/components/FormCheckbox.vue?vue&type=style&index=0&id=9b89e4d0&prod&lang=scss&module=true&
|
|
39010
|
+
|
|
39011
|
+
;// CONCATENATED MODULE: ./src/components/FormCheckbox.vue
|
|
39012
|
+
|
|
39013
|
+
|
|
39014
|
+
|
|
39015
|
+
;
|
|
39016
|
+
|
|
39017
|
+
|
|
39018
|
+
|
|
39019
|
+
|
|
39020
|
+
function FormCheckbox_injectStyles (context) {
|
|
39021
|
+
|
|
39022
|
+
this["$style"] = ((FormCheckboxvue_type_style_index_0_id_9b89e4d0_prod_lang_scss_module_true_default()).locals || (FormCheckboxvue_type_style_index_0_id_9b89e4d0_prod_lang_scss_module_true_default()))
|
|
39023
|
+
|
|
39024
|
+
}
|
|
39025
|
+
|
|
39026
|
+
/* normalize component */
|
|
39027
|
+
|
|
39028
|
+
var FormCheckbox_component = normalizeComponent(
|
|
39029
|
+
components_FormCheckboxvue_type_script_lang_js_,
|
|
39030
|
+
FormCheckboxvue_type_template_id_9b89e4d0_render,
|
|
39031
|
+
FormCheckboxvue_type_template_id_9b89e4d0_staticRenderFns,
|
|
39032
|
+
false,
|
|
39033
|
+
FormCheckbox_injectStyles,
|
|
39034
|
+
null,
|
|
39035
|
+
null
|
|
39036
|
+
|
|
39037
|
+
)
|
|
39038
|
+
|
|
39039
|
+
/* harmony default export */ var FormCheckbox = (FormCheckbox_component.exports);
|
|
38674
39040
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppForm.vue?vue&type=script&lang=js&
|
|
38675
39041
|
|
|
38676
39042
|
|
|
38677
39043
|
|
|
38678
39044
|
|
|
38679
39045
|
|
|
39046
|
+
|
|
38680
39047
|
const formComponentsByType = {
|
|
38681
39048
|
submit: 'FormButton',
|
|
38682
39049
|
text: 'FormField',
|
|
@@ -38686,7 +39053,8 @@ const formComponentsByType = {
|
|
|
38686
39053
|
hidden: 'FormField',
|
|
38687
39054
|
password: 'FormField',
|
|
38688
39055
|
sectionSpacer: 'FormSectionSpacer',
|
|
38689
|
-
textSection: 'FormText'
|
|
39056
|
+
textSection: 'FormText',
|
|
39057
|
+
checkbox: 'FormCheckbox'
|
|
38690
39058
|
};
|
|
38691
39059
|
/* harmony default export */ var AppFormvue_type_script_lang_js_ = ({
|
|
38692
39060
|
name: 'AppForm',
|
|
@@ -38694,7 +39062,8 @@ const formComponentsByType = {
|
|
|
38694
39062
|
FormField: FormField,
|
|
38695
39063
|
FormButton: FormButton,
|
|
38696
39064
|
FormSectionSpacer: FormSectionSpacer,
|
|
38697
|
-
FormText: FormText
|
|
39065
|
+
FormText: FormText,
|
|
39066
|
+
FormCheckbox: FormCheckbox
|
|
38698
39067
|
},
|
|
38699
39068
|
model: {
|
|
38700
39069
|
prop: 'formValue',
|
|
@@ -38835,10 +39204,10 @@ const formComponentsByType = {
|
|
|
38835
39204
|
});
|
|
38836
39205
|
;// CONCATENATED MODULE: ./src/components/AppForm.vue?vue&type=script&lang=js&
|
|
38837
39206
|
/* harmony default export */ var components_AppFormvue_type_script_lang_js_ = (AppFormvue_type_script_lang_js_);
|
|
38838
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppForm.vue?vue&type=style&index=0&id=
|
|
38839
|
-
var
|
|
38840
|
-
var
|
|
38841
|
-
;// CONCATENATED MODULE: ./src/components/AppForm.vue?vue&type=style&index=0&id=
|
|
39207
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppForm.vue?vue&type=style&index=0&id=1701f5e0&prod&lang=scss&module=true&
|
|
39208
|
+
var AppFormvue_type_style_index_0_id_1701f5e0_prod_lang_scss_module_true_ = __webpack_require__(3336);
|
|
39209
|
+
var AppFormvue_type_style_index_0_id_1701f5e0_prod_lang_scss_module_true_default = /*#__PURE__*/__webpack_require__.n(AppFormvue_type_style_index_0_id_1701f5e0_prod_lang_scss_module_true_);
|
|
39210
|
+
;// CONCATENATED MODULE: ./src/components/AppForm.vue?vue&type=style&index=0&id=1701f5e0&prod&lang=scss&module=true&
|
|
38842
39211
|
|
|
38843
39212
|
;// CONCATENATED MODULE: ./src/components/AppForm.vue
|
|
38844
39213
|
|
|
@@ -38851,7 +39220,7 @@ var AppFormvue_type_style_index_0_id_61f938e2_prod_lang_scss_module_true_default
|
|
|
38851
39220
|
|
|
38852
39221
|
function AppForm_injectStyles (context) {
|
|
38853
39222
|
|
|
38854
|
-
this["$style"] = ((
|
|
39223
|
+
this["$style"] = ((AppFormvue_type_style_index_0_id_1701f5e0_prod_lang_scss_module_true_default()).locals || (AppFormvue_type_style_index_0_id_1701f5e0_prod_lang_scss_module_true_default()))
|
|
38855
39224
|
|
|
38856
39225
|
}
|
|
38857
39226
|
|
|
@@ -38859,8 +39228,8 @@ function AppForm_injectStyles (context) {
|
|
|
38859
39228
|
|
|
38860
39229
|
var AppForm_component = normalizeComponent(
|
|
38861
39230
|
components_AppFormvue_type_script_lang_js_,
|
|
38862
|
-
|
|
38863
|
-
|
|
39231
|
+
AppFormvue_type_template_id_1701f5e0_render,
|
|
39232
|
+
AppFormvue_type_template_id_1701f5e0_staticRenderFns,
|
|
38864
39233
|
false,
|
|
38865
39234
|
AppForm_injectStyles,
|
|
38866
39235
|
null,
|
|
@@ -38878,7 +39247,7 @@ const getFieldErrors = function getFieldErrors(error) {
|
|
|
38878
39247
|
return errors;
|
|
38879
39248
|
};
|
|
38880
39249
|
/* harmony default export */ var src_getFieldErrors = (getFieldErrors);
|
|
38881
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ChallengeLoader.vue?vue&type=template&id=39c6ba11&
|
|
39250
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ChallengeLoader.vue?vue&type=template&id=39c6ba11&
|
|
38882
39251
|
var ChallengeLoadervue_type_template_id_39c6ba11_render = function render() {
|
|
38883
39252
|
var _vm = this,
|
|
38884
39253
|
_c = _vm._self._c;
|
|
@@ -39094,7 +39463,7 @@ var SmartIdAuth_component = normalizeComponent(
|
|
|
39094
39463
|
)
|
|
39095
39464
|
|
|
39096
39465
|
/* harmony default export */ var SmartIdAuth = (SmartIdAuth_component.exports);
|
|
39097
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/MobileIdAuth.vue?vue&type=template&id=3f6c41cc&
|
|
39466
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/MobileIdAuth.vue?vue&type=template&id=3f6c41cc&
|
|
39098
39467
|
var MobileIdAuthvue_type_template_id_3f6c41cc_render = function render() {
|
|
39099
39468
|
var _vm = this,
|
|
39100
39469
|
_c = _vm._self._c;
|
|
@@ -39289,7 +39658,7 @@ var MobileIdAuth_component = normalizeComponent(
|
|
|
39289
39658
|
)
|
|
39290
39659
|
|
|
39291
39660
|
/* harmony default export */ var MobileIdAuth = (MobileIdAuth_component.exports);
|
|
39292
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/IdentificationFrejaId.vue?vue&type=template&id=486eba2e&
|
|
39661
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/IdentificationFrejaId.vue?vue&type=template&id=486eba2e&
|
|
39293
39662
|
var IdentificationFrejaIdvue_type_template_id_486eba2e_render = function render() {
|
|
39294
39663
|
var _vm = this,
|
|
39295
39664
|
_c = _vm._self._c;
|
|
@@ -39474,7 +39843,7 @@ var IdentificationFrejaId_component = normalizeComponent(
|
|
|
39474
39843
|
)
|
|
39475
39844
|
|
|
39476
39845
|
/* harmony default export */ var IdentificationFrejaId = (IdentificationFrejaId_component.exports);
|
|
39477
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/IdentificationZealId.vue?vue&type=template&id=e102c202&
|
|
39846
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/IdentificationZealId.vue?vue&type=template&id=e102c202&
|
|
39478
39847
|
var IdentificationZealIdvue_type_template_id_e102c202_render = function render() {
|
|
39479
39848
|
var _vm = this,
|
|
39480
39849
|
_c = _vm._self._c;
|
|
@@ -39604,7 +39973,7 @@ var IdentificationZealId_component = normalizeComponent(
|
|
|
39604
39973
|
)
|
|
39605
39974
|
|
|
39606
39975
|
/* harmony default export */ var IdentificationZealId = (IdentificationZealId_component.exports);
|
|
39607
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSmartId.vue?vue&type=template&id=2c53aa60&
|
|
39976
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSmartId.vue?vue&type=template&id=2c53aa60&
|
|
39608
39977
|
var SignatureSmartIdvue_type_template_id_2c53aa60_render = function render() {
|
|
39609
39978
|
var _vm = this,
|
|
39610
39979
|
_c = _vm._self._c;
|
|
@@ -39792,7 +40161,7 @@ var SignatureSmartId_component = normalizeComponent(
|
|
|
39792
40161
|
)
|
|
39793
40162
|
|
|
39794
40163
|
/* harmony default export */ var SignatureSmartId = (SignatureSmartId_component.exports);
|
|
39795
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureMobileId.vue?vue&type=template&id=20d16484&
|
|
40164
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureMobileId.vue?vue&type=template&id=20d16484&
|
|
39796
40165
|
var SignatureMobileIdvue_type_template_id_20d16484_render = function render() {
|
|
39797
40166
|
var _vm = this,
|
|
39798
40167
|
_c = _vm._self._c;
|
|
@@ -39977,7 +40346,7 @@ var SignatureMobileId_component = normalizeComponent(
|
|
|
39977
40346
|
)
|
|
39978
40347
|
|
|
39979
40348
|
/* harmony default export */ var SignatureMobileId = (SignatureMobileId_component.exports);
|
|
39980
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFtn.vue?vue&type=template&id=89f3ab84&
|
|
40349
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFtn.vue?vue&type=template&id=89f3ab84&
|
|
39981
40350
|
var SignatureFtnvue_type_template_id_89f3ab84_render = function render() {
|
|
39982
40351
|
var _vm = this,
|
|
39983
40352
|
_c = _vm._self._c;
|
|
@@ -40083,7 +40452,7 @@ var SignatureFtn_component = normalizeComponent(
|
|
|
40083
40452
|
)
|
|
40084
40453
|
|
|
40085
40454
|
/* harmony default export */ var SignatureFtn = (SignatureFtn_component.exports);
|
|
40086
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFtnAdvancedFull.vue?vue&type=template&id=467b652b&
|
|
40455
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFtnAdvancedFull.vue?vue&type=template&id=467b652b&
|
|
40087
40456
|
var SignatureFtnAdvancedFullvue_type_template_id_467b652b_render = function render() {
|
|
40088
40457
|
var _vm = this,
|
|
40089
40458
|
_c = _vm._self._c;
|
|
@@ -40113,7 +40482,7 @@ var SignatureFtnAdvancedFullvue_type_template_id_467b652b_render = function rend
|
|
|
40113
40482
|
};
|
|
40114
40483
|
var SignatureFtnAdvancedFullvue_type_template_id_467b652b_staticRenderFns = [];
|
|
40115
40484
|
|
|
40116
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SubLoader.vue?vue&type=template&id=333e7afc&
|
|
40485
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SubLoader.vue?vue&type=template&id=333e7afc&
|
|
40117
40486
|
var SubLoadervue_type_template_id_333e7afc_render = function render() {
|
|
40118
40487
|
var _vm = this,
|
|
40119
40488
|
_c = _vm._self._c;
|
|
@@ -40324,7 +40693,7 @@ var SignatureFtnAdvancedFull_component = normalizeComponent(
|
|
|
40324
40693
|
)
|
|
40325
40694
|
|
|
40326
40695
|
/* harmony default export */ var SignatureFtnAdvancedFull = (SignatureFtnAdvancedFull_component.exports);
|
|
40327
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureOtp.vue?vue&type=template&id=00896b2b&
|
|
40696
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureOtp.vue?vue&type=template&id=00896b2b&
|
|
40328
40697
|
var SignatureOtpvue_type_template_id_00896b2b_render = function render() {
|
|
40329
40698
|
var _vm = this,
|
|
40330
40699
|
_c = _vm._self._c;
|
|
@@ -40378,7 +40747,7 @@ var SignatureOtpvue_type_template_id_00896b2b_render = function render() {
|
|
|
40378
40747
|
};
|
|
40379
40748
|
var SignatureOtpvue_type_template_id_00896b2b_staticRenderFns = [];
|
|
40380
40749
|
|
|
40381
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ConfirmationStep.vue?vue&type=template&id=757288f2&
|
|
40750
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ConfirmationStep.vue?vue&type=template&id=757288f2&
|
|
40382
40751
|
var ConfirmationStepvue_type_template_id_757288f2_render = function render() {
|
|
40383
40752
|
var _vm = this,
|
|
40384
40753
|
_c = _vm._self._c;
|
|
@@ -40453,7 +40822,7 @@ var ConfirmationStep_component = normalizeComponent(
|
|
|
40453
40822
|
)
|
|
40454
40823
|
|
|
40455
40824
|
/* harmony default export */ var ConfirmationStep = (ConfirmationStep_component.exports);
|
|
40456
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SignaturePad.vue?vue&type=template&id=e06469e8&
|
|
40825
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/SignaturePad.vue?vue&type=template&id=e06469e8&
|
|
40457
40826
|
var SignaturePadvue_type_template_id_e06469e8_render = function render() {
|
|
40458
40827
|
var _vm = this,
|
|
40459
40828
|
_c = _vm._self._c;
|
|
@@ -41423,7 +41792,7 @@ var SignatureOtp_component = normalizeComponent(
|
|
|
41423
41792
|
)
|
|
41424
41793
|
|
|
41425
41794
|
/* harmony default export */ var SignatureOtp = (SignatureOtp_component.exports);
|
|
41426
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureEvrotrust.vue?vue&type=template&id=97bde6b2&
|
|
41795
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureEvrotrust.vue?vue&type=template&id=97bde6b2&
|
|
41427
41796
|
var SignatureEvrotrustvue_type_template_id_97bde6b2_render = function render() {
|
|
41428
41797
|
var _vm = this,
|
|
41429
41798
|
_c = _vm._self._c;
|
|
@@ -41625,7 +41994,7 @@ var SignatureEvrotrust_component = normalizeComponent(
|
|
|
41625
41994
|
)
|
|
41626
41995
|
|
|
41627
41996
|
/* harmony default export */ var SignatureEvrotrust = (SignatureEvrotrust_component.exports);
|
|
41628
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureDTrustSignMe.vue?vue&type=template&id=f9867994&
|
|
41997
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureDTrustSignMe.vue?vue&type=template&id=f9867994&
|
|
41629
41998
|
var SignatureDTrustSignMevue_type_template_id_f9867994_render = function render() {
|
|
41630
41999
|
var _vm = this,
|
|
41631
42000
|
_c = _vm._self._c;
|
|
@@ -41803,7 +42172,7 @@ var SignatureDTrustSignMe_component = normalizeComponent(
|
|
|
41803
42172
|
)
|
|
41804
42173
|
|
|
41805
42174
|
/* harmony default export */ var SignatureDTrustSignMe = (SignatureDTrustSignMe_component.exports);
|
|
41806
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureChaveMovel.vue?vue&type=template&id=1cd7457b&
|
|
42175
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureChaveMovel.vue?vue&type=template&id=1cd7457b&
|
|
41807
42176
|
var SignatureChaveMovelvue_type_template_id_1cd7457b_render = function render() {
|
|
41808
42177
|
var _vm = this,
|
|
41809
42178
|
_c = _vm._self._c;
|
|
@@ -42053,7 +42422,7 @@ var SignatureChaveMovel_component = normalizeComponent(
|
|
|
42053
42422
|
)
|
|
42054
42423
|
|
|
42055
42424
|
/* harmony default export */ var SignatureChaveMovel = (SignatureChaveMovel_component.exports);
|
|
42056
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureNoBankId.vue?vue&type=template&id=31a17b3a&
|
|
42425
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureNoBankId.vue?vue&type=template&id=31a17b3a&
|
|
42057
42426
|
var SignatureNoBankIdvue_type_template_id_31a17b3a_render = function render() {
|
|
42058
42427
|
var _vm = this,
|
|
42059
42428
|
_c = _vm._self._c;
|
|
@@ -42219,7 +42588,7 @@ var SignatureNoBankId_component = normalizeComponent(
|
|
|
42219
42588
|
)
|
|
42220
42589
|
|
|
42221
42590
|
/* harmony default export */ var SignatureNoBankId = (SignatureNoBankId_component.exports);
|
|
42222
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSpidQes.vue?vue&type=template&id=60d906c2&
|
|
42591
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSpidQes.vue?vue&type=template&id=60d906c2&
|
|
42223
42592
|
var SignatureSpidQesvue_type_template_id_60d906c2_render = function render() {
|
|
42224
42593
|
var _vm = this,
|
|
42225
42594
|
_c = _vm._self._c;
|
|
@@ -42403,7 +42772,7 @@ var SignatureSpidQes_component = normalizeComponent(
|
|
|
42403
42772
|
)
|
|
42404
42773
|
|
|
42405
42774
|
/* harmony default export */ var SignatureSpidQes = (SignatureSpidQes_component.exports);
|
|
42406
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFrejaId.vue?vue&type=template&id=3561f025&
|
|
42775
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFrejaId.vue?vue&type=template&id=3561f025&
|
|
42407
42776
|
var SignatureFrejaIdvue_type_template_id_3561f025_render = function render() {
|
|
42408
42777
|
var _vm = this,
|
|
42409
42778
|
_c = _vm._self._c;
|
|
@@ -42590,7 +42959,7 @@ var SignatureFrejaId_component = normalizeComponent(
|
|
|
42590
42959
|
)
|
|
42591
42960
|
|
|
42592
42961
|
/* harmony default export */ var SignatureFrejaId = (SignatureFrejaId_component.exports);
|
|
42593
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureAudkenni.vue?vue&type=template&id=0dc26491&
|
|
42962
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureAudkenni.vue?vue&type=template&id=0dc26491&
|
|
42594
42963
|
var SignatureAudkennivue_type_template_id_0dc26491_render = function render() {
|
|
42595
42964
|
var _vm = this,
|
|
42596
42965
|
_c = _vm._self._c;
|
|
@@ -42769,7 +43138,7 @@ var SignatureAudkenni_component = normalizeComponent(
|
|
|
42769
43138
|
)
|
|
42770
43139
|
|
|
42771
43140
|
/* harmony default export */ var SignatureAudkenni = (SignatureAudkenni_component.exports);
|
|
42772
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureUanatacaQes.vue?vue&type=template&id=4e515d25&
|
|
43141
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureUanatacaQes.vue?vue&type=template&id=4e515d25&
|
|
42773
43142
|
var SignatureUanatacaQesvue_type_template_id_4e515d25_render = function render() {
|
|
42774
43143
|
var _vm = this,
|
|
42775
43144
|
_c = _vm._self._c;
|
|
@@ -43011,7 +43380,7 @@ var SignatureUanatacaQes_component = normalizeComponent(
|
|
|
43011
43380
|
)
|
|
43012
43381
|
|
|
43013
43382
|
/* harmony default export */ var SignatureUanatacaQes = (SignatureUanatacaQes_component.exports);
|
|
43014
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=74f063b7&
|
|
43383
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureHalcomQes.vue?vue&type=template&id=74f063b7&
|
|
43015
43384
|
var SignatureHalcomQesvue_type_template_id_74f063b7_render = function render() {
|
|
43016
43385
|
var _vm = this,
|
|
43017
43386
|
_c = _vm._self._c;
|
|
@@ -43213,7 +43582,7 @@ var SignatureHalcomQes_component = normalizeComponent(
|
|
|
43213
43582
|
)
|
|
43214
43583
|
|
|
43215
43584
|
/* harmony default export */ var SignatureHalcomQes = (SignatureHalcomQes_component.exports);
|
|
43216
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSwissIdQes.vue?vue&type=template&id=8eb0ef98&
|
|
43585
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSwissIdQes.vue?vue&type=template&id=8eb0ef98&
|
|
43217
43586
|
var SignatureSwissIdQesvue_type_template_id_8eb0ef98_render = function render() {
|
|
43218
43587
|
var _vm = this,
|
|
43219
43588
|
_c = _vm._self._c;
|
|
@@ -43394,7 +43763,7 @@ var SignatureSwissIdQes_component = normalizeComponent(
|
|
|
43394
43763
|
)
|
|
43395
43764
|
|
|
43396
43765
|
/* harmony default export */ var SignatureSwissIdQes = (SignatureSwissIdQes_component.exports);
|
|
43397
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSwissComQes.vue?vue&type=template&id=2a3034d2&
|
|
43766
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSwissComQes.vue?vue&type=template&id=2a3034d2&
|
|
43398
43767
|
var SignatureSwissComQesvue_type_template_id_2a3034d2_render = function render() {
|
|
43399
43768
|
var _vm = this,
|
|
43400
43769
|
_c = _vm._self._c;
|
|
@@ -43581,7 +43950,7 @@ var SignatureSwissComQes_component = normalizeComponent(
|
|
|
43581
43950
|
)
|
|
43582
43951
|
|
|
43583
43952
|
/* harmony default export */ var SignatureSwissComQes = (SignatureSwissComQes_component.exports);
|
|
43584
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureMitIdAdvanced.vue?vue&type=template&id=42d2c964&
|
|
43953
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureMitIdAdvanced.vue?vue&type=template&id=42d2c964&
|
|
43585
43954
|
var SignatureMitIdAdvancedvue_type_template_id_42d2c964_render = function render() {
|
|
43586
43955
|
var _vm = this,
|
|
43587
43956
|
_c = _vm._self._c;
|
|
@@ -43756,7 +44125,7 @@ var SignatureMitIdAdvanced_component = normalizeComponent(
|
|
|
43756
44125
|
)
|
|
43757
44126
|
|
|
43758
44127
|
/* harmony default export */ var SignatureMitIdAdvanced = (SignatureMitIdAdvanced_component.exports);
|
|
43759
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureMitIdQes.vue?vue&type=template&id=f9caa45c&
|
|
44128
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureMitIdQes.vue?vue&type=template&id=f9caa45c&
|
|
43760
44129
|
var SignatureMitIdQesvue_type_template_id_f9caa45c_render = function render() {
|
|
43761
44130
|
var _vm = this,
|
|
43762
44131
|
_c = _vm._self._c;
|
|
@@ -43931,7 +44300,7 @@ var SignatureMitIdQes_component = normalizeComponent(
|
|
|
43931
44300
|
)
|
|
43932
44301
|
|
|
43933
44302
|
/* harmony default export */ var SignatureMitIdQes = (SignatureMitIdQes_component.exports);
|
|
43934
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSeBankIdAdvanced.vue?vue&type=template&id=58b31758&
|
|
44303
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSeBankIdAdvanced.vue?vue&type=template&id=58b31758&
|
|
43935
44304
|
var SignatureSeBankIdAdvancedvue_type_template_id_58b31758_render = function render() {
|
|
43936
44305
|
var _vm = this,
|
|
43937
44306
|
_c = _vm._self._c;
|
|
@@ -44106,7 +44475,7 @@ var SignatureSeBankIdAdvanced_component = normalizeComponent(
|
|
|
44106
44475
|
)
|
|
44107
44476
|
|
|
44108
44477
|
/* harmony default export */ var SignatureSeBankIdAdvanced = (SignatureSeBankIdAdvanced_component.exports);
|
|
44109
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSeBankIdQes.vue?vue&type=template&id=57b29340&
|
|
44478
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureSeBankIdQes.vue?vue&type=template&id=57b29340&
|
|
44110
44479
|
var SignatureSeBankIdQesvue_type_template_id_57b29340_render = function render() {
|
|
44111
44480
|
var _vm = this,
|
|
44112
44481
|
_c = _vm._self._c;
|
|
@@ -44281,7 +44650,7 @@ var SignatureSeBankIdQes_component = normalizeComponent(
|
|
|
44281
44650
|
)
|
|
44282
44651
|
|
|
44283
44652
|
/* harmony default export */ var SignatureSeBankIdQes = (SignatureSeBankIdQes_component.exports);
|
|
44284
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFrejaIdAdvanced.vue?vue&type=template&id=67f758aa&
|
|
44653
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFrejaIdAdvanced.vue?vue&type=template&id=67f758aa&
|
|
44285
44654
|
var SignatureFrejaIdAdvancedvue_type_template_id_67f758aa_render = function render() {
|
|
44286
44655
|
var _vm = this,
|
|
44287
44656
|
_c = _vm._self._c;
|
|
@@ -44473,7 +44842,7 @@ var SignatureFrejaIdAdvanced_component = normalizeComponent(
|
|
|
44473
44842
|
)
|
|
44474
44843
|
|
|
44475
44844
|
/* harmony default export */ var SignatureFrejaIdAdvanced = (SignatureFrejaIdAdvanced_component.exports);
|
|
44476
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFrejaIdQes.vue?vue&type=template&id=d28f0fd4&
|
|
44845
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureFrejaIdQes.vue?vue&type=template&id=d28f0fd4&
|
|
44477
44846
|
var SignatureFrejaIdQesvue_type_template_id_d28f0fd4_render = function render() {
|
|
44478
44847
|
var _vm = this,
|
|
44479
44848
|
_c = _vm._self._c;
|
|
@@ -44665,7 +45034,7 @@ var SignatureFrejaIdQes_component = normalizeComponent(
|
|
|
44665
45034
|
)
|
|
44666
45035
|
|
|
44667
45036
|
/* harmony default export */ var SignatureFrejaIdQes = (SignatureFrejaIdQes_component.exports);
|
|
44668
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/IdentificationMitId.vue?vue&type=template&id=722b6436&
|
|
45037
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/IdentificationMitId.vue?vue&type=template&id=722b6436&
|
|
44669
45038
|
var IdentificationMitIdvue_type_template_id_722b6436_render = function render() {
|
|
44670
45039
|
var _vm = this,
|
|
44671
45040
|
_c = _vm._self._c;
|
|
@@ -44805,6 +45174,194 @@ var IdentificationMitId_component = normalizeComponent(
|
|
|
44805
45174
|
)
|
|
44806
45175
|
|
|
44807
45176
|
/* harmony default export */ var IdentificationMitId = (IdentificationMitId_component.exports);
|
|
45177
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureItsmeQes.vue?vue&type=template&id=2a26773a&
|
|
45178
|
+
var SignatureItsmeQesvue_type_template_id_2a26773a_render = function render() {
|
|
45179
|
+
var _vm = this,
|
|
45180
|
+
_c = _vm._self._c;
|
|
45181
|
+
return _c('div', {
|
|
45182
|
+
class: _vm.$style.formContainer
|
|
45183
|
+
}, [_c('div', {
|
|
45184
|
+
class: _vm.$style.mb4
|
|
45185
|
+
}, [_vm._v(" " + _vm._s(_vm.$t('i-accept-and-approve-this-doc')) + " ")]), _c('AppForm', {
|
|
45186
|
+
attrs: {
|
|
45187
|
+
"id": "itsmeQesSignatureForm",
|
|
45188
|
+
"schema": _vm.schema,
|
|
45189
|
+
"on-submit": _vm.sign,
|
|
45190
|
+
"errors": _vm.fieldErrors
|
|
45191
|
+
},
|
|
45192
|
+
model: {
|
|
45193
|
+
value: _vm.formValue,
|
|
45194
|
+
callback: function ($$v) {
|
|
45195
|
+
_vm.formValue = $$v;
|
|
45196
|
+
},
|
|
45197
|
+
expression: "formValue"
|
|
45198
|
+
}
|
|
45199
|
+
}), _c('div', {
|
|
45200
|
+
class: _vm.$style.mt4
|
|
45201
|
+
}, [_c('AppButton', {
|
|
45202
|
+
attrs: {
|
|
45203
|
+
"scheme": "secondary",
|
|
45204
|
+
"on-click": _vm.cancel
|
|
45205
|
+
}
|
|
45206
|
+
}, [_vm._v(" " + _vm._s(_vm.$t('cancel')) + " ")])], 1), _c('div', {
|
|
45207
|
+
class: _vm.$style.infoSection
|
|
45208
|
+
}, [_c('div', {
|
|
45209
|
+
class: _vm.$style.iconWrap
|
|
45210
|
+
}, [_c('InfoIcon', {
|
|
45211
|
+
class: _vm.$style.infoIcon
|
|
45212
|
+
})], 1), _c('small', [_vm._v(" " + _vm._s(_vm.$t('method-setup-info', {
|
|
45213
|
+
method: 'Itsme'
|
|
45214
|
+
})) + " "), _c('a', {
|
|
45215
|
+
class: _vm.$style.infoLink,
|
|
45216
|
+
attrs: {
|
|
45217
|
+
"href": "https://www.itsme-id.com/get-started",
|
|
45218
|
+
"target": "_blank",
|
|
45219
|
+
"rel": "noopener noreferrer"
|
|
45220
|
+
}
|
|
45221
|
+
}, [_vm._v(" https://www.itsme-id.com/get-started ")])])])], 1);
|
|
45222
|
+
};
|
|
45223
|
+
var SignatureItsmeQesvue_type_template_id_2a26773a_staticRenderFns = [];
|
|
45224
|
+
|
|
45225
|
+
// EXTERNAL MODULE: ./src/assets/svg/info-icon.svg
|
|
45226
|
+
var info_icon = __webpack_require__(65995);
|
|
45227
|
+
var info_icon_default = /*#__PURE__*/__webpack_require__.n(info_icon);
|
|
45228
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureItsmeQes.vue?vue&type=script&lang=js&
|
|
45229
|
+
|
|
45230
|
+
|
|
45231
|
+
|
|
45232
|
+
|
|
45233
|
+
|
|
45234
|
+
/* harmony default export */ var SignatureItsmeQesvue_type_script_lang_js_ = ({
|
|
45235
|
+
name: 'SignatureItsmeQes',
|
|
45236
|
+
components: {
|
|
45237
|
+
AppForm: AppForm,
|
|
45238
|
+
AppButton: AppButton,
|
|
45239
|
+
InfoIcon: (info_icon_default())
|
|
45240
|
+
},
|
|
45241
|
+
data() {
|
|
45242
|
+
return {
|
|
45243
|
+
fieldErrors: {},
|
|
45244
|
+
signingProcess: {},
|
|
45245
|
+
viewNames: views_viewNames
|
|
45246
|
+
};
|
|
45247
|
+
},
|
|
45248
|
+
computed: {
|
|
45249
|
+
inputValues() {
|
|
45250
|
+
return this.$root.$options.storeGetters.inputValues();
|
|
45251
|
+
},
|
|
45252
|
+
signatureIsProcessing() {
|
|
45253
|
+
return this.$root.$options.storeGetters.signatureIsProcessing();
|
|
45254
|
+
},
|
|
45255
|
+
additionalMethodConfig() {
|
|
45256
|
+
return this.$root.$options.storeGetters.additionalMethodConfig();
|
|
45257
|
+
},
|
|
45258
|
+
schema() {
|
|
45259
|
+
return [{
|
|
45260
|
+
type: 'submit',
|
|
45261
|
+
label: this.$t('Sign')
|
|
45262
|
+
}];
|
|
45263
|
+
},
|
|
45264
|
+
formValue: {
|
|
45265
|
+
get() {
|
|
45266
|
+
return {};
|
|
45267
|
+
},
|
|
45268
|
+
set(newValues) {
|
|
45269
|
+
this.updateInputValues(newValues);
|
|
45270
|
+
}
|
|
45271
|
+
}
|
|
45272
|
+
},
|
|
45273
|
+
methods: {
|
|
45274
|
+
updateInputValues(newValues) {
|
|
45275
|
+
this.$root.$options.storeActions.updateInputValues(newValues);
|
|
45276
|
+
},
|
|
45277
|
+
loadingStart() {
|
|
45278
|
+
this.$root.$options.storeActions.loadingStart();
|
|
45279
|
+
},
|
|
45280
|
+
loadingEnd() {
|
|
45281
|
+
this.$root.$options.storeActions.loadingEnd();
|
|
45282
|
+
},
|
|
45283
|
+
addFlashMessage(message) {
|
|
45284
|
+
this.$root.$options.storeActions.addFlashMessage(message);
|
|
45285
|
+
},
|
|
45286
|
+
clearFlashMessages() {
|
|
45287
|
+
this.$root.$options.storeActions.clearFlashMessages();
|
|
45288
|
+
},
|
|
45289
|
+
clearErrors() {
|
|
45290
|
+
this.fieldErrors = {};
|
|
45291
|
+
},
|
|
45292
|
+
changeView(viewName) {
|
|
45293
|
+
return this.$root.$options.storeActions.changeView(viewName);
|
|
45294
|
+
},
|
|
45295
|
+
cancel() {
|
|
45296
|
+
const {
|
|
45297
|
+
cancel
|
|
45298
|
+
} = this.signingProcess;
|
|
45299
|
+
if (cancel) {
|
|
45300
|
+
cancel();
|
|
45301
|
+
}
|
|
45302
|
+
this.changeView(views_viewNames.MethodSelection);
|
|
45303
|
+
},
|
|
45304
|
+
sign() {
|
|
45305
|
+
this.loadingStart();
|
|
45306
|
+
this.clearFlashMessages();
|
|
45307
|
+
this.clearErrors();
|
|
45308
|
+
const additionalMethodConfig = this.additionalMethodConfig || {};
|
|
45309
|
+
this.signingProcess = this.$root.$options.eidEasyClient.signature.itsmeQesSignature.start({
|
|
45310
|
+
confirmedBySigner: true,
|
|
45311
|
+
fail: error => {
|
|
45312
|
+
if (!error.isCancel) {
|
|
45313
|
+
this.addFlashMessage(error);
|
|
45314
|
+
}
|
|
45315
|
+
this.fieldErrors = src_getFieldErrors(error);
|
|
45316
|
+
this.$root.$options.eidEasyOnFail(error);
|
|
45317
|
+
},
|
|
45318
|
+
success: result => {
|
|
45319
|
+
this.$root.$options.eidEasyOnSuccess(result);
|
|
45320
|
+
},
|
|
45321
|
+
finished: () => {
|
|
45322
|
+
this.loadingEnd();
|
|
45323
|
+
},
|
|
45324
|
+
...additionalMethodConfig
|
|
45325
|
+
});
|
|
45326
|
+
}
|
|
45327
|
+
}
|
|
45328
|
+
});
|
|
45329
|
+
;// CONCATENATED MODULE: ./src/views/SignatureItsmeQes.vue?vue&type=script&lang=js&
|
|
45330
|
+
/* harmony default export */ var views_SignatureItsmeQesvue_type_script_lang_js_ = (SignatureItsmeQesvue_type_script_lang_js_);
|
|
45331
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-63.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-63.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-63.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-63.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/SignatureItsmeQes.vue?vue&type=style&index=0&id=2a26773a&prod&lang=scss&module=true&
|
|
45332
|
+
var SignatureItsmeQesvue_type_style_index_0_id_2a26773a_prod_lang_scss_module_true_ = __webpack_require__(63104);
|
|
45333
|
+
var SignatureItsmeQesvue_type_style_index_0_id_2a26773a_prod_lang_scss_module_true_default = /*#__PURE__*/__webpack_require__.n(SignatureItsmeQesvue_type_style_index_0_id_2a26773a_prod_lang_scss_module_true_);
|
|
45334
|
+
;// CONCATENATED MODULE: ./src/views/SignatureItsmeQes.vue?vue&type=style&index=0&id=2a26773a&prod&lang=scss&module=true&
|
|
45335
|
+
|
|
45336
|
+
;// CONCATENATED MODULE: ./src/views/SignatureItsmeQes.vue
|
|
45337
|
+
|
|
45338
|
+
|
|
45339
|
+
|
|
45340
|
+
;
|
|
45341
|
+
|
|
45342
|
+
|
|
45343
|
+
|
|
45344
|
+
|
|
45345
|
+
function SignatureItsmeQes_injectStyles (context) {
|
|
45346
|
+
|
|
45347
|
+
this["$style"] = ((SignatureItsmeQesvue_type_style_index_0_id_2a26773a_prod_lang_scss_module_true_default()).locals || (SignatureItsmeQesvue_type_style_index_0_id_2a26773a_prod_lang_scss_module_true_default()))
|
|
45348
|
+
|
|
45349
|
+
}
|
|
45350
|
+
|
|
45351
|
+
/* normalize component */
|
|
45352
|
+
|
|
45353
|
+
var SignatureItsmeQes_component = normalizeComponent(
|
|
45354
|
+
views_SignatureItsmeQesvue_type_script_lang_js_,
|
|
45355
|
+
SignatureItsmeQesvue_type_template_id_2a26773a_render,
|
|
45356
|
+
SignatureItsmeQesvue_type_template_id_2a26773a_staticRenderFns,
|
|
45357
|
+
false,
|
|
45358
|
+
SignatureItsmeQes_injectStyles,
|
|
45359
|
+
null,
|
|
45360
|
+
null
|
|
45361
|
+
|
|
45362
|
+
)
|
|
45363
|
+
|
|
45364
|
+
/* harmony default export */ var SignatureItsmeQes = (SignatureItsmeQes_component.exports);
|
|
44808
45365
|
;// CONCATENATED MODULE: ./src/views/views.js
|
|
44809
45366
|
|
|
44810
45367
|
|
|
@@ -44832,6 +45389,7 @@ var IdentificationMitId_component = normalizeComponent(
|
|
|
44832
45389
|
|
|
44833
45390
|
|
|
44834
45391
|
|
|
45392
|
+
|
|
44835
45393
|
|
|
44836
45394
|
|
|
44837
45395
|
const views = Object.freeze({
|
|
@@ -44862,7 +45420,8 @@ const views = Object.freeze({
|
|
|
44862
45420
|
SignatureSeBankIdQes: SignatureSeBankIdQes,
|
|
44863
45421
|
SignatureFrejaIdAdvanced: SignatureFrejaIdAdvanced,
|
|
44864
45422
|
SignatureFrejaIdQes: SignatureFrejaIdQes,
|
|
44865
|
-
IdentificationMitId: IdentificationMitId
|
|
45423
|
+
IdentificationMitId: IdentificationMitId,
|
|
45424
|
+
SignatureItsmeQes: SignatureItsmeQes
|
|
44866
45425
|
});
|
|
44867
45426
|
/* harmony default export */ var views_views = (views);
|
|
44868
45427
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/AppLayout.vue?vue&type=script&lang=js&
|
|
@@ -48019,7 +48578,7 @@ VueI18n.version = '8.23.0';
|
|
|
48019
48578
|
|
|
48020
48579
|
Vue.use(vue_i18n_esm);
|
|
48021
48580
|
function loadLocaleMessages() {
|
|
48022
|
-
const locales = __webpack_require__(
|
|
48581
|
+
const locales = __webpack_require__(48011);
|
|
48023
48582
|
const messages = {};
|
|
48024
48583
|
locales.keys().forEach(key => {
|
|
48025
48584
|
const matched = key.match(/([A-Za-z0-9-_]+)\./i);
|
|
@@ -48936,6 +49495,7 @@ const allWidgetMethods = Object.freeze({
|
|
|
48936
49495
|
}, {
|
|
48937
49496
|
actionType: eideasy_browser_client.methodActionTypes.ITSME_QES_SIGNATURE,
|
|
48938
49497
|
buttonName: methodButtons_methodButtonNames.ItsmeButton,
|
|
49498
|
+
viewName: views_viewNames.SignatureItsmeQes,
|
|
48939
49499
|
translationKeys: {
|
|
48940
49500
|
title: 'itsme'
|
|
48941
49501
|
}
|