@eid-easy/eideasy-widget 2.8.0 → 2.9.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.
@@ -109,6 +109,21 @@ test[TO_STRING_TAG] = 'z';
109
109
  module.exports = String(test) === '[object z]';
110
110
 
111
111
 
112
+ /***/ }),
113
+
114
+ /***/ "018d":
115
+ /***/ (function(module, exports, __webpack_require__) {
116
+
117
+ // style-loader: Adds some css to the DOM by adding a <style> tag
118
+
119
+ // load the styles
120
+ var content = __webpack_require__("cf88");
121
+ if(typeof content === 'string') content = [[module.i, content, '']];
122
+ if(content.locals) module.exports = content.locals;
123
+ // add the styles to the DOM
124
+ var add = __webpack_require__("499e").default
125
+ var update = add("5b546bf4", content, true, {"sourceMap":false,"shadowMode":false});
126
+
112
127
  /***/ }),
113
128
 
114
129
  /***/ "022a":
@@ -118,12 +133,13 @@ module.exports = String(test) === '[object z]';
118
133
  var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
119
134
  exports = ___CSS_LOADER_API_IMPORT___(false);
120
135
  // Module
121
- exports.push([module.i, ".AppForm_reset-list_1Fz7z{margin:0;padding:0;list-style:none;display:block}.AppForm_uppercase-sm_prD3q{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppForm_formElement_1oDl9{display:block}.AppForm_formElement_1oDl9+.AppForm_formElement_1oDl9{margin-top:24px}", ""]);
136
+ exports.push([module.i, ".AppForm_reset-list_1Fz7z{margin:0;padding:0;list-style:none;display:block}.AppForm_uppercase-sm_prD3q{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppForm_formElement_1oDl9{display:block}.AppForm_formElement_1oDl9+.AppForm_formElement_1oDl9{margin-top:24px}.AppForm_formElement_1oDl9+.AppForm_formElementSpacer_1taY5{margin-top:12px;margin-bottom:-20px}", ""]);
122
137
  // Exports
123
138
  exports.locals = {
124
139
  "reset-list": "AppForm_reset-list_1Fz7z",
125
140
  "uppercase-sm": "AppForm_uppercase-sm_prD3q",
126
- "formElement": "AppForm_formElement_1oDl9"
141
+ "formElement": "AppForm_formElement_1oDl9",
142
+ "formElementSpacer": "AppForm_formElementSpacer_1taY5"
127
143
  };
128
144
  module.exports = exports;
129
145
 
@@ -564,6 +580,25 @@ module.exports = {
564
580
  }
565
581
  };
566
582
 
583
+ /***/ }),
584
+
585
+ /***/ "0568":
586
+ /***/ (function(module, exports, __webpack_require__) {
587
+
588
+ // Imports
589
+ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
590
+ exports = ___CSS_LOADER_API_IMPORT___(false);
591
+ // Module
592
+ exports.push([module.i, ".EvrotrustButton_reset-list_3MWe7{margin:0;padding:0;list-style:none;display:block}.EvrotrustButton_uppercase-sm_nCrzt{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.EvrotrustButton_icon_3k1o0{display:block;width:102px;height:auto;margin-top:-5px}", ""]);
593
+ // Exports
594
+ exports.locals = {
595
+ "reset-list": "EvrotrustButton_reset-list_3MWe7",
596
+ "uppercase-sm": "EvrotrustButton_uppercase-sm_nCrzt",
597
+ "icon": "EvrotrustButton_icon_3k1o0"
598
+ };
599
+ module.exports = exports;
600
+
601
+
567
602
  /***/ }),
568
603
 
569
604
  /***/ "057f":
@@ -1973,7 +2008,7 @@ module.exports = {
1973
2008
  /***/ "0ea0":
1974
2009
  /***/ (function(module, exports, __webpack_require__) {
1975
2010
 
1976
- /* WEBPACK VAR INJECTION */(function(process) {!function(t,e){ true?module.exports=e():undefined}(self,(function(){return function(){var t,e,n={7757:function(t,e,n){t.exports=n(5666)},9669:function(t,e,n){t.exports=n(1609)},5448:function(t,e,n){"use strict";var r=n(4867),o=n(6026),i=n(4372),a=n(5327),c=n(4097),u=n(4109),s=n(7985),d=n(5061);t.exports=function(t){return new Promise((function(e,n){var p=t.data,l=t.headers,f=t.responseType;r.isFormData(p)&&delete l["Content-Type"];var g=new XMLHttpRequest;if(t.auth){var h=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";l.Authorization="Basic "+btoa(h+":"+v)}var y=c(t.baseURL,t.url);function m(){if(g){var r="getAllResponseHeaders"in g?u(g.getAllResponseHeaders()):null,i={data:f&&"text"!==f&&"json"!==f?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:r,config:t,request:g};o(e,n,i),g=null}}if(g.open(t.method.toUpperCase(),a(y,t.params,t.paramsSerializer),!0),g.timeout=t.timeout,"onloadend"in g?g.onloadend=m:g.onreadystatechange=function(){g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))&&setTimeout(m)},g.onabort=function(){g&&(n(d("Request aborted",t,"ECONNABORTED",g)),g=null)},g.onerror=function(){n(d("Network Error",t,null,g)),g=null},g.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",g)),g=null},r.isStandardBrowserEnv()){var b=(t.withCredentials||s(y))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;b&&(l[t.xsrfHeaderName]=b)}"setRequestHeader"in g&&r.forEach(l,(function(t,e){void 0===p&&"content-type"===e.toLowerCase()?delete l[e]:g.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(g.withCredentials=!!t.withCredentials),f&&"json"!==f&&(g.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&g.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&g.upload&&g.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){g&&(g.abort(),n(t),g=null)})),p||(p=null),g.send(p)}))}},1609:function(t,e,n){"use strict";var r=n(4867),o=n(1849),i=n(321),a=n(7185);function c(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=c(n(5655));u.Axios=i,u.create=function(t){return c(a(u.defaults,t))},u.Cancel=n(5263),u.CancelToken=n(4972),u.isCancel=n(6502),u.all=function(t){return Promise.all(t)},u.spread=n(8713),u.isAxiosError=n(6268),t.exports=u,t.exports.default=u},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 o(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))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},6502:function(t){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},321:function(t,e,n){"use strict";var r=n(4867),o=n(5327),i=n(782),a=n(3572),c=n(7185),u=n(4875),s=u.validators;function d(t){this.defaults=t,this.interceptors={request:new i,response:new i}}d.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=c(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&&u.assertOptions(e,{silentJSONParsing:s.transitional(s.boolean,"1.0.0"),forcedJSONParsing:s.transitional(s.boolean,"1.0.0"),clarifyTimeoutError:s.transitional(s.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 o,i=[];if(this.interceptors.response.forEach((function(t){i.push(t.fulfilled,t.rejected)})),!r){var d=[a,void 0];for(Array.prototype.unshift.apply(d,n),d.concat(i),o=Promise.resolve(t);d.length;)o=o.then(d.shift(),d.shift());return o}for(var p=t;n.length;){var l=n.shift(),f=n.shift();try{p=l(p)}catch(t){f(t);break}}try{o=a(p)}catch(t){return Promise.reject(t)}for(;i.length;)o=o.then(i.shift(),i.shift());return o},d.prototype.getUri=function(t){return t=c(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){d.prototype[t]=function(e,n){return this.request(c(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(c(r||{},{method:t,url:e,data:n}))}})),t.exports=d},782:function(t,e,n){"use strict";var r=n(4867);function o(){this.handlers=[]}o.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},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},4097:function(t,e,n){"use strict";var r=n(1793),o=n(7303);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},5061:function(t,e,n){"use strict";var r=n(481);t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},3572:function(t,e,n){"use strict";var r=n(4867),o=n(8527),i=n(6502),a=n(5655);function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return c(t),t.headers=t.headers||{},t.data=o.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 c(t),e.data=o.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o.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,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,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={},o=["url","method","data"],i=["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"],c=["validateStatus"];function u(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 s(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=u(void 0,t[o])):n[o]=u(t[o],e[o])}r.forEach(o,(function(t){r.isUndefined(e[t])||(n[t]=u(void 0,e[t]))})),r.forEach(i,s),r.forEach(a,(function(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=u(void 0,t[o])):n[o]=u(void 0,e[o])})),r.forEach(c,(function(r){r in e?n[r]=u(t[r],e[r]):r in t&&(n[r]=u(void 0,t[r]))}));var d=o.concat(i).concat(a).concat(c),p=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===d.indexOf(t)}));return r.forEach(p,s),n}},6026:function(t,e,n){"use strict";var r=n(5061);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(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),o=n(5655);t.exports=function(t,e,n){var i=this||o;return r.forEach(n,(function(n){t=n.call(i,t,e)})),t}},5655:function(t,e,n){"use strict";var r=n(4867),o=n(6016),i=n(481),a={"Content-Type":"application/x-www-form-urlencoded"};function c(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var u,s={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(u=n(5448)),u),transformRequest:[function(t,e){return o(e,"Accept"),o(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)?(c(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)||e&&"application/json"===e["Content-Type"]?(c(e,"application/json"),JSON.stringify(t)):t}],transformResponse:[function(t){var e=this.transitional,n=e&&e.silentJSONParsing,o=e&&e.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||o&&r.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(a){if("SyntaxError"===t.name)throw i(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){s.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){s.headers[t]=r.merge(a)})),t.exports=s},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 o(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 i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=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(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var c=t.indexOf("#");-1!==c&&(t=t.slice(0,c)),t+=(-1===t.indexOf("?")?"?":"&")+i}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,o,i,a){var c=[];c.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),r.isString(o)&&c.push("path="+o),r.isString(i)&&c.push("domain="+i),!0===a&&c.push("secure"),document.cookie=c.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 o(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=o(window.location.href),function(e){var n=r.isString(e)?o(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),o=["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,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.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(696),o={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){o[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));var i={},a=r.version.split(".");function c(t,e){for(var n=e?e.split("."):a,r=t.split("."),o=0;o<3;o++){if(n[o]>r[o])return!0;if(n[o]<r[o])return!1}return!1}o.transitional=function(t,e,n){var o=e&&c(e);function a(t,e){return"[Axios v"+r.version+"] Transitional option '"+t+"'"+e+(n?". "+n:"")}return function(n,r,c){if(!1===t)throw new Error(a(r," has been removed in "+e));return o&&!i[r]&&(i[r]=!0,console.warn(a(r," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,r,c)}},t.exports={isOlderVersion:c,assertOptions:function(t,e,n){if("object"!=typeof t)throw new TypeError("options must be an object");for(var r=Object.keys(t),o=r.length;o-- >0;){var i=r[o],a=e[i];if(a){var c=t[i],u=void 0===c||a(c,i,t);if(!0!==u)throw new TypeError("option "+i+" must be "+u)}else if(!0!==n)throw Error("Unknown option "+i)}},validators:o}},4867:function(t,e,n){"use strict";var r=n(1849),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function a(t){return void 0===t}function c(t){return null!==t&&"object"==typeof t}function u(t){if("[object Object]"!==o.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function s(t){return"[object Function]"===o.call(t)}function d(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.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:c,isPlainObject:u,isUndefined:a,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:s,isStream:function(t){return c(t)&&s(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){u(e[r])&&u(n)?e[r]=t(e[r],n):u(n)?e[r]=t({},n):i(n)?e[r]=n.slice():e[r]=n}for(var r=0,o=arguments.length;r<o;r++)d(arguments[r],n);return e},extend:function(t,e,n){return d(e,(function(e,o){t[o]=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}}},696:function(t){"use strict";t.exports=JSON.parse('{"name":"axios","version":"0.21.2","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"}]}')},7661:function(t,e,n){"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var o;n.r(e),n.d(e,{allMethods:function(){return u},createClient:function(){return De},default:function(){return Le},getMethodByHandlingModule:function(){return s},methodActionTypes:function(){return a},methodTypes:function(){return i},moduleNames:function(){return c}});var i={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",LT_MOBILE_ID:"lt-mobile-id",SMART_ID:"smartid",FREJA_EID_LOGIN:"freja-eid-login",ZEALID_LOGIN:"zealid-login",CZ_MOJEID:"mojeid",AT_HANDY_SIGNATUR_LOGIN:"at-handy-signatur-login",FI_FTN_LOGIN:"finnish-ftn-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",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_SIGNATURE:"fi-ftn-advanced-signature",EVROTRUST_SIGNATURE:"evrotrust-signature",CZ_MOJEID_ADVANCED_SIGNATURE:"cz-mojeid-advanced-signature",GOOGLE_SIGNATURE:"google-signature"},c={idCard:"idCard",mobileId:"mobileId",eParakstsMobile:"eParakstsMobile",smartId:"smartId",frejaEid:"frejaEid",zealId:"zealId",mojeId:"mojeId",finnishTrustNetwork:"finnishTrustNetwork",atHandy:"atHandy",idCardSignature:"idCardSignature",mobileIdSignature:"mobileIdSignature",smartIdSignature:"smartIdSignature",evroTrustSignature:"evroTrustSignature",otpSignature:"otpSignature",eParakstsMobileSignature:"eParakstsMobileSignature",ftnSignature:"ftnSignature",atHandySignature:"atHandySignature",zealIdSignature:"zealIdSignature",mojeIdSignature:"mojeIdSignature",googleSignature:"googleSignature"},u=Object.freeze((r(o={},i.IDENTIFICATION,[{actionType:a.BE_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["BE"]},{actionType:a.EE_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["EE"]},{actionType:a.FI_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["FI"]},{actionType:a.LV_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["LV"]},{actionType:a.LT_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["LT"]},{actionType:a.PT_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["PT"]},{actionType:a.RS_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["RS"]},{actionType:a.LV_EPARAKSTS_MOBILE_LOGIN,handlingModule:c.eParakstsMobile,supportedCountries:["LV"]},{actionType:a.LT_MOBILE_ID,handlingModule:c.mobileId,supportedCountries:["LT"]},{actionType:a.EE_MOBILE_ID,handlingModule:c.mobileId,supportedCountries:["EE"]},{actionType:a.SMART_ID,handlingModule:c.smartId,supportedCountries:["EE","LV","LT"]},{actionType:a.FREJA_EID_LOGIN,handlingModule:c.frejaEid,supportedCountries:["FI","SE","NO","DK"]},{actionType:a.ZEALID_LOGIN,handlingModule:c.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:c.mojeId,supportedCountries:["CZ"]},{actionType:a.FI_FTN_LOGIN,handlingModule:c.finnishTrustNetwork,supportedCountries:["FI"]},{actionType:a.AT_HANDY_SIGNATUR_LOGIN,handlingModule:c.atHandy,supportedCountries:["AT"]}]),r(o,i.SIGNATURE,[{actionType:a.EE_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["EE"]},{actionType:a.LV_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["LV"]},{actionType:a.LT_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["LT"]},{actionType:a.FI_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["FI"]},{actionType:a.PT_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["PT"]},{actionType:a.BE_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["BE"]},{actionType:a.EE_MOBILEID_SIGNATURE,handlingModule:c.mobileIdSignature,supportedCountries:["EE"]},{actionType:a.LT_MOBILEID_SIGNATURE,handlingModule:c.mobileIdSignature,supportedCountries:["LT"]},{actionType:a.SMARTID_SIGNATURE,handlingModule:c.smartIdSignature,supportedCountries:["EE","LV","LT"]},{actionType:a.EVROTRUST_SIGNATURE,handlingModule:c.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"]},{actionType:a.OTP_EMAIL,handlingModule:c.otpSignature,supportedCountries:["WORLD"]},{actionType:a.LV_EPARAKSTS_MOBILE_SIGNATURE,handlingModule:c.eParakstsMobileSignature,supportedCountries:["LV"]},{actionType:a.FI_FTN_ADVANCED_SIGNATURE,handlingModule:c.ftnSignature,supportedCountries:["FI"]},{actionType:a.AT_HANDY_SIGNATUR_SIGNATURE,handlingModule:c.atHandySignature,supportedCountries:["AT"]},{actionType:a.ZEAL_ID_SIGNATURE,handlingModule:c.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:c.mojeIdSignature,supportedCountries:["CZ"]},{actionType:a.GOOGLE_SIGNATURE,handlingModule:c.googleSignature,supportedCountries:["WORLD"]}]),o)),s=function(t,e,n){var r=u[t];if(e&&n){var o=r.find((function(t){return t.handlingModule===e&&(t.supportedCountries.includes(n)||t.supportedCountries.includes("WORLD"))}));if(!o){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 o}return r.find((function(t){return t.handlingModule===e}))},d=n(2492),p=n.n(d),l=n(9669),f=n.n(l),g=f().CancelToken,h=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"].includes(e.status)?Promise.reject(function(t){var e=t.message,n=t.config,r=t.code,o=t.request,i=t.response,a=new Error(e);return a.config=n,r&&(a.code=r),a.request=o,a.response=i,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 e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?y(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var b=function(t,e){var n,r=e.modifyRequestSettings,o=t;return"function"==typeof r&&(n=r(o)),n&&(o=p()(o,n)),o},I=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(b(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(b(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:g})};function E(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 O(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?E(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,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,o=void 0===r?[]:r,i=t.settings,a=void 0===i?{}:i,c=t.i18n,s=t.apiEndpoints,d=t.monitoringService,p=O({},a);p.apiEndpoints=s,c.setLanguage(p.language);var l=function(t){p.countryCode=t},f=function(){return p.countryCode},g=function(){return u},h={};n.forEach((function(t){var e=t({coreContext:{config:p,i18n:c,monitoringService:d},apiClient:I({modifyRequestSettings:p.modifyRequestSettings})});h[e.MODULE_NAME]=e}));var v={};return o.forEach((function(t){var e=t({coreContext:{config:p,i18n:c,monitoringService:d},apiClient:I({modifyRequestSettings:p.modifyRequestSettings})});v[e.MODULE_NAME]=e})),Object.freeze({identification:O({},h),signature:O({},v),getAllMethods:g,setLanguage:c.setLanguage,setCountryCode:l,getCountryCode:f})};function w(t){return(w="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)}function j(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 _=function(t){var e=t.rawSettings,n=t.schema,o=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?j(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):j(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},e);return Object.keys(n).forEach((function(t){var r=n[t],i=e[t];if(r.required&&void 0===i)throw new Error('Missing required setting "'.concat(t,'"'));if(void 0===i&&(o[t]=r.default),void 0!==o[t]&&void 0!==r.type&&r.type!==w(o[t]))throw new Error('Expected "'.concat(t,'" to be type of "').concat(r.type,'", but received "').concat(w(o[t]),'"'))})),o},x={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}},C=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."}'),S=n.t(C,2),k=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."}'),A=n.t(k,2),N=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."}'),P=n.t(N,2),R=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."}'),D=n.t(R,2),L=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."}'),U=n.t(L,2),M=JSON.parse('{"id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","no_certificates":"Не удалось прочитать сертификаты. Убедитесь, что карта находится в считывателе и считыватель работает исправно."}'),G={de:S,en:A,et:P,lt:D,lv:U,ru:n.t(M,2)},F=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.currentLanguage,n=void 0===e?"en":e,r=t.locales,o=void 0===r?G:r,i={currentLanguage:n},a="en",c=function(t){i.currentLanguage=t},u=function(){return i.currentLanguage},s=function(t){var e=o[i.currentLanguage];e||(e=o[a]);var n=e[t]||o[a][t];return n||(n=t),n};return Object.freeze({setLanguage:c,t:s,getCurrentLanguage:u})},B=function(t){var e=t.remoteMonitoringEnabled,n=t.apiEndpoints;return{dispatch:function(t){var r=t.message;if(t.data,e){var o=new URLSearchParams;o.append("message",r),v({url:n.inCurrentMode.eideasyMonitoring(),method:"post",cache:"no-cache",withCredentials:!1,headers:{Accept:"*/*","Content-Type":"application/x-www-form-urlencoded"},data:o})}}}};function q(t,e,n,r,o,i,a){try{var c=t[i](a),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(r,o)}function z(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){q(i,r,o,a,c,"next",t)}function c(t){q(i,r,o,a,c,"throw",t)}a(void 0)}))}}var H=n(7757),V=n.n(H),J=n(361),Z=n.n(J)(),K=function(t){var e=t;return h(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},W=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.data,n=t.message,r=Z({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},$=function(t){return t.error},Y=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=z(V().mark((function e(){var n,o,i=arguments;return V().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.apply(void 0,i);case 2:if(n=e.sent,!(o=$(n))){e.next=6;break}throw K(o);case 6:return e.abrupt("return",r?W(n):n);case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()};function X(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 Q(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?X(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):X(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var tt=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return function(r){var o=r.coreContext,i=r.apiClient,a=o.i18n,c=o.config,u=o.monitoringService;return Object.freeze({MODULE_NAME:t,start:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=Q(Q({},x),n),o=Q(Q({},c),t),s=_({rawSettings:o,schema:r}),d=s.success,p=s.fail,l=s.finished,f=t.language||a.getCurrentLanguage(),g=i.CancelToken.source(),h=g.token,v=function(){var t=z(V().mark((function t(){return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e(Q(Q({},s),{},{language:f,i18n:a,monitoringService:u,cancelToken:h,apiClient:i})).then((function(t){d(t)})).catch((function(t){console&&console.error&&console.error(t),p(K(t))})).finally(l);case 2:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return v().catch(console.error),Object.freeze({cancel:function(){g.cancel()}})}})}};function et(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 nt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?et(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):et(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var rt=c.idCard,ot=tt(rt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,r=e.language,o=e.apiClient,a=e.i18n,c=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})},u=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=s(i.IDENTIFICATION,rt,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,Y(c)(nt(nt({},e),{},{language:r,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,Y(u)(nt(nt({},e),{},{cancelToken:n,language:r,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)}}(),{countryCode:{type:"string",required:!0}}),it=function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.fn,r=e.shouldContinue,o=e.interval,i=0,a=function(){var t=z(V().mark((function t(e,c){var u,s;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i+=1,t.prev=1,t.next=4,n();case 4:u=t.sent,s=void 0,t.next=12;break;case 8:t.prev=8,t.t0=t.catch(1),u=void 0,s=t.t0;case 12:if(!r({result:u,attempts:i,error:s})){t.next=14;break}return t.abrupt("return",setTimeout(a,o,e,c));case 14:return t.abrupt("return",e({result:u,error:s}));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(a));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}();function at(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 ct(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?at(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):at(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var ut=c.smartId,st=tt(ut,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,r=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,c=void 0===a?1e3:a,u=e.cancelToken,d=e.language,p=e.apiClient,l=function(t){var e=s(i.IDENTIFICATION,ut);return p.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=s(i.IDENTIFICATION,ut);return p.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language}})},g=function(t){var e=1e5/t.pollInterval,n=0;return it({fn:function(){return f(ct(ct({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,o=r&&r.data&&r.data.status,i=h(t.error),a=t.error&&!t.error.response&&!i;a&&(n+=1);var c=!1;return t.attempts<e&&n<3&&(c=a||"RUNNING"===o),c},interval:2e3})},t.next=6,Y(l)(ct(ct({},e),{},{cancelToken:u,language:d,idcode:o}));case 6:return v=t.sent,r(v),t.next=10,Y(g)({config:e,data:ct({},v.data),cancelToken:u,pollInterval:c,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)}}(),{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 pt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?dt(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):dt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var lt=c.mobileId,ft=tt(lt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,v,y;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,r=e.language,o=e.apiClient,a=e.started,c=void 0===a?function(){}:a,u=e.idcode,d=e.phone,p=e.pollInterval,l=void 0===p?1e3:p,f=function(t){var e=s(i.IDENTIFICATION,lt,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})},g=function(t){var e=s(i.IDENTIFICATION,lt,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/l,n=0;return it({fn:function(){return g(pt(pt({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,o=r&&r.data&&r.data.status,i=h(t.error),a=t.error&&!t.error.response&&!i;a&&(n+=1);var c=!1;return t.attempts<e&&n<3&&(c=a||"RUNNING"===o),c},interval:1e3})},t.next=6,Y(f)(pt(pt({},e),{},{cancelToken:n,language:r,idcode:u,phone:d}));case 6:return y=t.sent,c(y),t.next=10,Y(v)({config:e,data:y.data,cancelToken:n,language:r,pollInterval:l});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)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0}}),gt=c.eParakstsMobile,ht=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsMobile({clientId:n,redirectUri:r})}}},vt=tt(gt,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,t.next=3,Y(ht)({apiEndpoints:r,clientId:o,redirectUri:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}());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 e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?yt(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):yt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var bt=c.frejaEid,It=tt(bt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,r=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,c=void 0===a?1e3:a,u=e.cancelToken,d=e.language,p=e.apiClient,l=function(t){var e=s(i.IDENTIFICATION,bt);return p.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=s(i.IDENTIFICATION,bt);return p.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,lang:t.language,timeout:2}})},g=function(t){var e=1e5/t.pollInterval,n=0;return it({fn:function(){return f(mt(mt({},t.config),{},{data:t.data,language:t.language,cancelToken:t.cancelToken}))},shouldContinue:function(t){var r=t.result,o=r&&r.data&&r.data.status,i=h(t.error),a=t.error&&!t.error.response&&!i;a&&(n+=1);var c=!1;return t.attempts<e&&n<3&&(c=a||"RUNNING"===o),c},interval:2e3})},t.next=6,Y(l)(mt(mt({},e),{},{cancelToken:u,language:d,idcode:o}));case 6:return v=t.sent,r(v),t.next=10,Y(g)({config:e,data:mt({},v.data),cancelToken:u,language:d,pollInterval:c});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)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function Et(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 Ot(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Et(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Et(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Tt=c.zealId,wt=tt(Tt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,r=e.apiClient,o=e.language,a=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return r.get({withCredentials:!1,cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.zealIdIframeUrl({clientId:t.clientId})})},c=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 o=function(t,e,n){var r=new URL(t.data),o=r.searchParams.get("error"),i=r.searchParams.get("code");o?n(o):i?e({data:{code:i}}):n(t.data)},i=new Promise((function(t,e){window.addEventListener("message",(function(n){var i=new URL(r);n.origin===i.origin&&(window.removeEventListener("message",o),o(n,t,e))}))}));return e.appendChild(n),i},u=function(t){var e=s(i.IDENTIFICATION,Tt);return r.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{method:e.actionType,code:t.data.code,lang:t.language}})},t.next=6,Y(a)(Ot(Ot({},e),{},{cancelToken:n}));case 6:return d=t.sent,t.next=9,Y(c)(Ot(Ot({},e),{},{cancelToken:n,iframeUrl:d.data.url}));case 9:return d=t.sent,t.next=12,Y(u)(Ot(Ot({},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)}}(),{countryCode:{type:"string",required:!0},iframeHolder:{type:"object",required:!0}}),jt=c.mojeId,_t=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.mojeId({clientId:n,redirectUri:r})}}},xt=tt(jt,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,t.next=3,Y(_t)({apiEndpoints:r,clientId:o,redirectUri:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),Ct=c.finnishTrustNetwork,St=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,o=t.language;return{data:{redirect_uri:e.inCurrentMode.finnishTrustNetwork({clientId:n,redirectUri:r,language:o})}}},kt=tt(Ct,function(){var t=z(V().mark((function t(e){var n,r,o,i,a,c;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,a=e.language,t.next=3,Y(St)({apiEndpoints:r,clientId:o,redirectUri:i,language:a});case 3:return c=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(c));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),At=c.atHandy,Nt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.atHandy({clientId:n,redirectUri:r})}}},Pt=tt(At,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,t.next=3,Y(Nt)({apiEndpoints:r,clientId:o,redirectUri:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),Rt=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,n=void 0===e?"":e,r=t.userMessage,o=void 0===r?"":r,i=t.details,a=void 0===i?{}:i;this.message=n,this.userMessage=o,this.details=a,this.stack=(new Error).stack};(Rt.prototype=new Error).name="MethodException";var Dt=Rt,Lt=c.idCardSignature,Ut=function(t){var e=t.iframe,n=new URL(e.src);return{post:function(t){e.contentWindow.postMessage(t,n.origin)}}},Mt=function(t){var e=t.countryCode,n=t.clientId,r=t.apiEndpoints,o=s(i.SIGNATURE,Lt,e);return r.inCurrentMode.idCardIframe({clientId:n,actionType:o.actionType})},Gt=function(t,e){if(t instanceof Error)throw t;var n;throw"no_certificates"===t.result&&(n=e.t("no_certificates")),new Dt({userMessage:n,message:t.message,details:t})},Ft=function(t){var e=t.iframeHolder,n=t.iframeUrl,r=t.i18n,o=document.createElement("iframe");o.setAttribute("src",n),o.setAttribute("referrerpolicy","origin"),o.style.width="0",o.style.height="0",o.style.position="absolute",o.style.border="0",e.innerHTML="";var i=new Promise((function(t,e){window.addEventListener("message",(function(n){var r=n.data,i=r.operation,a=r.error,c=r.status;a||"ready"!==i&&"welcome"!==i||"OK"!==c?e(n.data):t(o)}),{once:!0}),window.setTimeout((function(){return e({message:r.t("createIframeTimeout")})}),3e4)}));return e.appendChild(o),i},Bt=function(t){var e=t.messenger,n=new Promise((function(t,e){window.addEventListener("message",(function(n){var r=n.data,o=r.result,i=r.cert;if("ok"===o&&i)t(n.data);else{var a={};n.data&&"user_cancel"===n.data.result?a.isCancel=!0:a=n.data,e(a)}}),{once:!0})}));return e.post({operation:"getCertificate"}),n},qt=function(t){var e=t.certificate,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=i.inCurrentMode.startSigning();return a.post({url:c,withCredentials:!1,data:{client_id:n,doc_id:r,sign_type:"id-card",certificate:e},cancelToken:o})},zt=function(t){var e=t.messenger,n=t.hexDigest,r=new Promise((function(t,e){window.addEventListener("message",(function(n){var r=n.data,o=r.result,i=r.signature;if("ok"===o&&i)t(n.data);else{var a={};n.data&&"user_cancel"===n.data.result?a.isCancel=!0:a=n.data,e(a)}}),{once:!0})}));return e.post({operation:"getSignature",hexDigest:n}),r},Ht=function(t){var e=t.signature,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=i.inCurrentMode.completeSignatureIdCard();return a.post({url:c,withCredentials:!1,data:{client_id:n,doc_id:r,signature_value:e},cancelToken:o})},Vt=tt(Lt,function(){var t=z(V().mark((function t(e){var n,r,o,i,a,c;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Y(Mt,{shouldFormatResult:!1})({countryCode:e.countryCode,clientId:e.clientId,apiEndpoints:e.apiEndpoints});case 2:return n=t.sent,t.next=5,Y(Ft,{shouldFormatResult:!1})({iframeUrl:n,iframeHolder:e.iframeHolder,i18n:e.i18n}).catch((function(t){return Gt(t,e.i18n)}));case 5:return r=t.sent,t.next=8,Y(Ut,{shouldFormatResult:!1})({iframe:r});case 8:return o=t.sent,t.next=11,Y(Bt,{shouldFormatResult:!1})({messenger:o}).catch((function(t){return Gt(t,e.i18n)}));case 11:return i=t.sent,t.next=14,Y(qt)({certificate:i.cert,clientId:e.clientId,docId:e.docId,cancelToken:e.cancelToken,apiEndpoints:e.apiEndpoints,apiClient:e.apiClient});case 14:return a=t.sent,t.next=17,Y(zt,{shouldFormatResult:!1})({messenger:o,hexDigest:a.data.hexDigest});case 17:return c=t.sent,t.abrupt("return",Y(Ht)({signature:c.signature,clientId:e.clientId,docId:e.docId,cancelToken:e.cancelToken,apiEndpoints:e.apiEndpoints,apiClient:e.apiClient}));case 19:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{iframeHolder:{type:"object"},docId:{type:"string",required:!0}});function Jt(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 Zt=function(t){var e,n=t.pollInterval,r=void 0===n?2e3:n,o=t.maxPollDuration,i=t.fn,a=t.fnArgs;o&&(e=o/r);var c=0;return{start:function(){return it({fn:function(){return i.apply(void 0,function(t){if(Array.isArray(t))return Jt(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 Jt(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)?Jt(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,o=h(t.error),i=t.error&&!t.error.response&&!o;i&&(c+=1);var a,u,s=!1;return a=t.attempts,(!(u=e)||a<u)&&c<3&&(s=i||"RUNNING"===r),s},interval:r})}}},Kt=c.mobileIdSignature,Wt=function(t){var e=t.phone,n=t.idcode,r=t.clientId,o=t.docId,i=t.cancelToken,a=t.apiEndpoints,c=t.apiClient,u=t.countryCode,s=t.language,d=a.inCurrentMode.startSigning();return c.post({url:d,withCredentials:!1,data:{doc_id:o,client_id:r,sign_type:"mobile-id",phone:e,idcode:n,country:u,lang:s},cancelToken:i})},$t=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureMobileId(),withCredentials:!1,data:{token:e.token,doc_id:a,timeout:2,lang:o,client_id:c},cancelToken:i})},Yt=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return Zt({pollInterval:2e3,maxPollDuration:12e4,fn:$t,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:o,cancelToken:i,docId:a,clientId:c}]}).start()},Xt=tt(Kt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.cancelToken,a=e.apiEndpoints,c=e.apiClient,u=e.monitoringService,d=e.language,p=e.idcode,l=e.phone,f=e.countryCode,g=e.started,h=s(i.SIGNATURE,Kt,f),u.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=5,Y(Wt)({clientId:n,docId:r,cancelToken:o,apiEndpoints:a,apiClient:c,language:d,idcode:p,phone:l,countryCode:f});case 5:return v=t.sent,g(v),t.abrupt("return",Y(Yt)({data:v.data,apiClient:c,apiEndpoints:a,language:d,cancelToken:o,docId:r,clientId:n}));case 8:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),Qt=c.smartIdSignature,te=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,o=t.docId,i=t.cancelToken,a=t.apiEndpoints,c=t.apiClient,u=t.countryCode,s=t.language,d=a.inCurrentMode.startSigning();return c.post({url:d,withCredentials:!1,data:{doc_id:o,contract_id:e,client_id:r,sign_type:"smart-id",idcode:n,country:u,lang:s},cancelToken:i})},ee=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSmartId(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:o,client_id:c,timeout:2},cancelToken:i})},ne=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return Zt({pollInterval:2e3,maxPollDuration:12e4,fn:ee,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:o,cancelToken:i,docId:a,clientId:c}]}).start()},re=tt(Qt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.idcode,f=e.countryCode,g=e.started,h=s(i.SIGNATURE,Qt,f),d.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=5,Y(te)({clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,idcode:l,countryCode:f,contractId:o});case 5:return v=t.sent,g(v),t.abrupt("return",Y(ne)({data:v.data,apiClient:u,apiEndpoints:c,language:p,cancelToken:a,docId:r,clientId:n}));case 8:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},docId:{type:"string",required:!0}}),oe=c.evroTrustSignature,ie=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,o=t.docId,i=t.cancelToken,a=t.apiEndpoints,c=t.apiClient,u=t.countryCode,s=t.language,d=t.email,p=t.phone,l=t.actionType,f=a.inCurrentMode.startSigning();return c.post({url:f,withCredentials:!1,data:{doc_id:o,contract_id:e,client_id:r,sign_type:l,idcode:n,email:d,phone:p,country:u,lang:s},cancelToken:i})},ae=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureEvrotrust(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:o,client_id:c},cancelToken:i})},ce=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return Zt({pollInterval:2e3,fn:ae,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:o,cancelToken:i,docId:a,clientId:c}]}).start()},ue=tt(oe,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h,v,y,m;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.idcode,f=e.phone,g=e.email,h=e.countryCode,v=e.started,y=s(i.SIGNATURE,oe,h),d.dispatch({message:"".concat(y.actionType,": signing started")}),t.next=5,Y(ie)({clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,idcode:l,phone:f,email:g,countryCode:h,contractId:o,actionType:y.actionType});case 5:return m=t.sent,v(m),t.abrupt("return",Y(ce)({data:m.data,apiClient:u,apiEndpoints:c,language:p,cancelToken:a,docId:r,clientId:n}));case 8:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),se=c.otpSignature,de=function(t){var e=t.apiClient,n=t.apiEndpoints,r=t.language,o=t.cancelToken,i=t.docId,a=t.clientId,c=t.emailToken,u=t.smsToken;return e.post({url:n.inCurrentMode.completeOtp(),withCredentials:!1,data:{doc_id:i,timeout:2,lang:r,client_id:a,email_token:c,sms_token:u},cancelToken:o})},pe=tt(se,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.cancelToken,a=e.apiEndpoints,c=e.apiClient,u=e.monitoringService,d=e.language,p=e.countryCode,l=e.emailToken,f=e.smsToken,g=s(i.SIGNATURE,se,p),console.log(g),u.dispatch({message:"".concat(g.actionType,": signing started")}),t.abrupt("return",Y(de)({apiClient:c,apiEndpoints:a,language:d,cancelToken:o,docId:r,clientId:n,emailToken:l,smsToken:f}));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0},emailToken:{type:"string"},smsToken:{type:"string"}}),le=c.eParakstsMobileSignature,fe=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},ge=tt(le,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,le,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(fe)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),he=c.ftnSignature,ve=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},ye=tt(he,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,he,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(ve)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),me=c.atHandySignature,be=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},Ie=tt(me,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,me,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(be)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),Ee=c.zealIdSignature,Oe=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.docId;return{data:{redirect_uri:e.inCurrentMode.startZealIdSignature({clientId:n,docId:r})}}},Te=tt(Ee,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.docId,t.next=3,Y(Oe)({apiEndpoints:r,clientId:o,docId:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),we=c.mojeIdSignature,je=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},_e=tt(we,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,we,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(je)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),xe=c.googleSignature,Ce=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},Se=tt(xe,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,xe,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(Ce)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),ke=Object.freeze({sandbox:"sandbox",production:"production"});function Ae(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 Ne(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Ae(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Ae(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Pe=function(t,e,n){var r={};return Object.keys(t).forEach((function(o){r[o]=function(t,e,n){return function(r){var o=Ne(Ne({},e),r);return n?n(t(o)):t(o)}}(t[o],e,n)})),r},Re=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=Ne({base:function(t){return t.baseUrl},readCard:function(t){var n=t.countryCode,r=void 0===n?e.countryCode.toLowerCase():n,o=t.clientId;return"https://".concat(r,".eideasy.com/api/identity/").concat(o,"/read-card")},eParakstsMobile:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri;return"".concat(e,"/oauth/start/lv-eparaksts-mobile-login?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code")},zealIdIframeUrl:function(t){var e=t.baseUrl,n=t.clientId;return"".concat(e,"/api/identity/").concat(n,"/zealid/get_iframe_url")},mojeId:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri;return"".concat(e,"/oauth/start/mojeid?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code")},finnishTrustNetwork:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri,o=t.language;return"".concat(e,"/oauth/start/finnish-ftn-login?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code&lang=").concat(o)},atHandy:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri;return"".concat(e,"/oauth/authorize?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code&method=at-handy-signatur-login")},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")},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,"/confirm_progress")},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)}},n),i=(r(t={},ke.production,Ne({},Pe(o,{baseUrl:n.base?n.base():"https://id.eideasy.com"},e.modifyEndpointUrl))),r(t,ke.sandbox,Ne({},Pe(o,{baseUrl:n.base?n.base():"https://test.eideasy.com"},e.modifyEndpointUrl))),t);return{get inCurrentMode(){var t=e.sandbox?ke.sandbox:ke.production;return i[t]}}},De=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=_({rawSettings:t,schema:x}),n=F({currentLanguage:"en"}),r=Re({countryCode:e.countryCode,sandbox:e.sandbox,modifyEndpointUrl:e.modifyEndpointUrl},e.apiEndpoints),o=B({remoteMonitoringEnabled:e.remoteMonitoringEnabled,apiEndpoints:r});return T({settings:e,i18n:n,monitoringService:o,apiEndpoints:r,identificationModules:[ot,st,ft,vt,It,wt,xt,kt,Pt],signingModules:[Vt,Xt,re,ue,pe,ge,ye,Ie,Te,_e,Se]})},Le=De},8552:function(t,e,n){var r=n(852)(n(5639),"DataView");t.exports=r},1989:function(t,e,n){var r=n(1789),o=n(401),i=n(7667),a=n(1327),c=n(1866);function u(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])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=a,u.prototype.set=c,t.exports=u},8407:function(t,e,n){var r=n(7040),o=n(4125),i=n(2117),a=n(7518),c=n(4705);function u(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])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=a,u.prototype.set=c,t.exports=u},7071:function(t,e,n){var r=n(852)(n(5639),"Map");t.exports=r},3369:function(t,e,n){var r=n(4785),o=n(1285),i=n(6e3),a=n(9916),c=n(5265);function u(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])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=a,u.prototype.set=c,t.exports=u},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),o=n(7465),i=n(3779),a=n(7599),c=n(4758),u=n(4309);function s(t){var e=this.__data__=new r(t);this.size=e.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=a,s.prototype.has=c,s.prototype.set=u,t.exports=s},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,o=0,i=[];++n<r;){var a=t[n];e(a,n,t)&&(i[o++]=a)}return i}},4636:function(t,e,n){var r=n(2545),o=n(5694),i=n(1469),a=n(4144),c=n(5776),u=n(6719),s=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=i(t),d=!n&&o(t),p=!n&&!d&&a(t),l=!n&&!d&&!p&&u(t),f=n||d||p||l,g=f?r(t.length,String):[],h=g.length;for(var v in t)!e&&!s.call(t,v)||f&&("length"==v||p&&("offset"==v||"parent"==v)||l&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||c(v,h))||g.push(v);return g}},2488:function(t){t.exports=function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}},6556:function(t,e,n){var r=n(9465),o=n(7813);t.exports=function(t,e,n){(void 0!==n&&!o(t[e],n)||void 0===n&&!(e in t))&&r(t,e,n)}},4865:function(t,e,n){var r=n(9465),o=n(7813),i=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var a=t[e];i.call(t,e)&&o(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),o=n(3674);t.exports=function(t,e){return t&&r(e,o(e),t)}},3886:function(t,e,n){var r=n(8363),o=n(1704);t.exports=function(t,e){return t&&r(e,o(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),o=n(7412),i=n(4865),a=n(4037),c=n(3886),u=n(4626),s=n(278),d=n(8805),p=n(1911),l=n(8234),f=n(6904),g=n(4160),h=n(3824),v=n(9148),y=n(8517),m=n(1469),b=n(4144),I=n(6688),E=n(3218),O=n(2928),T=n(3674),w=n(1704),j="[object Arguments]",_="[object Function]",x="[object Object]",C={};C[j]=C["[object Array]"]=C["[object ArrayBuffer]"]=C["[object DataView]"]=C["[object Boolean]"]=C["[object Date]"]=C["[object Float32Array]"]=C["[object Float64Array]"]=C["[object Int8Array]"]=C["[object Int16Array]"]=C["[object Int32Array]"]=C["[object Map]"]=C["[object Number]"]=C[x]=C["[object RegExp]"]=C["[object Set]"]=C["[object String]"]=C["[object Symbol]"]=C["[object Uint8Array]"]=C["[object Uint8ClampedArray]"]=C["[object Uint16Array]"]=C["[object Uint32Array]"]=!0,C["[object Error]"]=C[_]=C["[object WeakMap]"]=!1,t.exports=function t(e,n,S,k,A,N){var P,R=1&n,D=2&n,L=4&n;if(S&&(P=A?S(e,k,A,N):S(e)),void 0!==P)return P;if(!E(e))return e;var U=m(e);if(U){if(P=h(e),!R)return s(e,P)}else{var M=g(e),G=M==_||"[object GeneratorFunction]"==M;if(b(e))return u(e,R);if(M==x||M==j||G&&!A){if(P=D||G?{}:y(e),!R)return D?p(e,c(P,e)):d(e,a(P,e))}else{if(!C[M])return A?e:{};P=v(e,M,R)}}N||(N=new r);var F=N.get(e);if(F)return F;N.set(e,P),O(e)?e.forEach((function(r){P.add(t(r,n,S,r,e,N))})):I(e)&&e.forEach((function(r,o){P.set(o,t(r,n,S,o,e,N))}));var B=U?void 0:(L?D?f:l:D?w:T)(e);return o(B||e,(function(r,o){B&&(r=e[o=r]),i(P,o,t(r,n,S,o,e,N))})),P}},3118:function(t,e,n){var r=n(3218),o=Object.create,i=function(){function t(){}return function(e){if(!r(e))return{};if(o)return o(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=i},8483:function(t,e,n){var r=n(5063)();t.exports=r},8866:function(t,e,n){var r=n(2488),o=n(1469);t.exports=function(t,e,n){var i=e(t);return o(t)?i:r(i,n(t))}},4239:function(t,e,n){var r=n(2705),o=n(9607),i=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)?o(t):i(t)}},9454:function(t,e,n){var r=n(4239),o=n(7005);t.exports=function(t){return o(t)&&"[object Arguments]"==r(t)}},5588:function(t,e,n){var r=n(4160),o=n(7005);t.exports=function(t){return o(t)&&"[object Map]"==r(t)}},8458:function(t,e,n){var r=n(3560),o=n(5346),i=n(3218),a=n(346),c=/^\[object .+?Constructor\]$/,u=Function.prototype,s=Object.prototype,d=u.toString,p=s.hasOwnProperty,l=RegExp("^"+d.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||o(t))&&(r(t)?l:c).test(a(t))}},9221:function(t,e,n){var r=n(4160),o=n(7005);t.exports=function(t){return o(t)&&"[object Set]"==r(t)}},8749:function(t,e,n){var r=n(4239),o=n(1780),i=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 i(t)&&o(t.length)&&!!a[r(t)]}},280:function(t,e,n){var r=n(5726),o=n(6916),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=[];for(var n in Object(t))i.call(t,n)&&"constructor"!=n&&e.push(n);return e}},313:function(t,e,n){var r=n(3218),o=n(5726),i=n(3498),a=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=o(t),n=[];for(var c in t)("constructor"!=c||!e&&a.call(t,c))&&n.push(c);return n}},2980:function(t,e,n){var r=n(6384),o=n(6556),i=n(8483),a=n(9783),c=n(3218),u=n(1704),s=n(6390);t.exports=function t(e,n,d,p,l){e!==n&&i(n,(function(i,u){if(l||(l=new r),c(i))a(e,n,u,d,t,p,l);else{var f=p?p(s(e,u),i,u+"",e,n,l):void 0;void 0===f&&(f=i),o(e,u,f)}}),u)}},9783:function(t,e,n){var r=n(6556),o=n(4626),i=n(7133),a=n(278),c=n(8517),u=n(5694),s=n(1469),d=n(9246),p=n(4144),l=n(3560),f=n(3218),g=n(8630),h=n(6719),v=n(6390),y=n(9881);t.exports=function(t,e,n,m,b,I,E){var O=v(t,n),T=v(e,n),w=E.get(T);if(w)r(t,n,w);else{var j=I?I(O,T,n+"",t,e,E):void 0,_=void 0===j;if(_){var x=s(T),C=!x&&p(T),S=!x&&!C&&h(T);j=T,x||C||S?s(O)?j=O:d(O)?j=a(O):C?(_=!1,j=o(T,!0)):S?(_=!1,j=i(T,!0)):j=[]:g(T)||u(T)?(j=O,u(O)?j=y(O):f(O)&&!l(O)||(j=c(T))):_=!1}_&&(E.set(T,j),b(j,T,m,I,E),E.delete(T)),r(t,n,j)}}},5976:function(t,e,n){var r=n(6557),o=n(5357),i=n(61);t.exports=function(t,e){return i(o(t,e,r),t+"")}},6560:function(t,e,n){var r=n(5703),o=n(8777),i=n(6557),a=o?function(t,e){return o(t,"toString",{configurable:!0,enumerable:!1,value:r(e),writable:!0})}:i;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),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,a=i&&i.exports===o?r.Buffer:void 0,c=a?a.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=c?c(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),o=r?r.prototype:void 0,i=o?o.valueOf:void 0;t.exports=function(t){return i?Object(i.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),o=n(9465);t.exports=function(t,e,n,i){var a=!n;n||(n={});for(var c=-1,u=e.length;++c<u;){var s=e[c],d=i?i(n[s],t[s],s,n,t):void 0;void 0===d&&(d=t[s]),a?o(n,s,d):r(n,s,d)}return n}},8805:function(t,e,n){var r=n(8363),o=n(9551);t.exports=function(t,e){return r(t,o(t),e)}},1911:function(t,e,n){var r=n(8363),o=n(1442);t.exports=function(t,e){return r(t,o(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),o=n(6612);t.exports=function(t){return r((function(e,n){var r=-1,i=n.length,a=i>1?n[i-1]:void 0,c=i>2?n[2]:void 0;for(a=t.length>3&&"function"==typeof a?(i--,a):void 0,c&&o(n[0],n[1],c)&&(a=i<3?void 0:a,i=1),e=Object(e);++r<i;){var u=n[r];u&&t(e,u,r,a)}return e}))}},5063:function(t){t.exports=function(t){return function(e,n,r){for(var o=-1,i=Object(e),a=r(e),c=a.length;c--;){var u=a[t?c:++o];if(!1===n(i[u],u,i))break}return e}}},8777:function(t,e,n){var r=n(852),o=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},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),o=n(9551),i=n(3674);t.exports=function(t){return r(t,i,o)}},6904:function(t,e,n){var r=n(8866),o=n(1442),i=n(1704);t.exports=function(t){return r(t,i,o)}},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),o=n(7801);t.exports=function(t,e){var n=o(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),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,c=r?r.toStringTag:void 0;t.exports=function(t){var e=i.call(t,c),n=t[c];try{t[c]=void 0;var r=!0}catch(t){}var o=a.call(t);return r&&(e?t[c]=n:delete t[c]),o}},9551:function(t,e,n){var r=n(4963),o=n(479),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,c=a?function(t){return null==t?[]:(t=Object(t),r(a(t),(function(e){return i.call(t,e)})))}:o;t.exports=c},1442:function(t,e,n){var r=n(2488),o=n(5924),i=n(9551),a=n(479),c=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r(e,i(t)),t=o(t);return e}:a;t.exports=c},4160:function(t,e,n){var r=n(8552),o=n(7071),i=n(3818),a=n(8525),c=n(577),u=n(4239),s=n(346),d="[object Map]",p="[object Promise]",l="[object Set]",f="[object WeakMap]",g="[object DataView]",h=s(r),v=s(o),y=s(i),m=s(a),b=s(c),I=u;(r&&I(new r(new ArrayBuffer(1)))!=g||o&&I(new o)!=d||i&&I(i.resolve())!=p||a&&I(new a)!=l||c&&I(new c)!=f)&&(I=function(t){var e=u(t),n="[object Object]"==e?t.constructor:void 0,r=n?s(n):"";if(r)switch(r){case h:return g;case v:return d;case y:return p;case m:return l;case b:return f}return e}),t.exports=I},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),o=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 o.call(e,t)?e[t]:void 0}},1327:function(t,e,n){var r=n(4536),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:o.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),o=n(7157),i=n(3147),a=n(419),c=n(7133);t.exports=function(t,e,n){var u=t.constructor;switch(e){case"[object ArrayBuffer]":return r(t);case"[object Boolean]":case"[object Date]":return new u(+t);case"[object DataView]":return o(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 c(t,n);case"[object Map]":return new u;case"[object Number]":case"[object String]":return new u(t);case"[object RegExp]":return i(t);case"[object Set]":return new u;case"[object Symbol]":return a(t)}}},8517:function(t,e,n){var r=n(3118),o=n(5924),i=n(5726);t.exports=function(t){return"function"!=typeof t.constructor||i(t)?{}:r(o(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),o=n(8612),i=n(5776),a=n(3218);t.exports=function(t,e,n){if(!a(n))return!1;var c=typeof e;return!!("number"==c?o(n)&&i(e,n.length):"string"==c&&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,o=n(4429),i=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!i&&i 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),o=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0||(n==e.length-1?e.pop():o.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__,o=r(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this}},4785:function(t,e,n){var r=n(1989),o=n(8407),i=n(7071);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),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),o=n.size;return n.set(t,e),this.size+=n.size==o?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),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,a=i&&i.exports===o&&r.process,c=function(){try{return i&&i.require&&i.require("util").types||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=c},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),o=Math.max;t.exports=function(t,e,n){return e=o(void 0===e?t.length-1:e,0),function(){for(var i=arguments,a=-1,c=o(i.length-e,0),u=Array(c);++a<c;)u[a]=i[e+a];a=-1;for(var s=Array(e+1);++a<e;)s[a]=i[a];return s[e]=n(u),r(t,this,s)}}},5639:function(t,e,n){var r=n(1957),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},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),o=n(1275)(r);t.exports=o},1275:function(t){var e=Date.now;t.exports=function(t){var n=0,r=0;return function(){var o=e(),i=16-(o-r);if(r=o,i>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),o=n(7071),i=n(3369);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!o||a.length<199)return a.push([t,e]),this.size=++n.size,this;n=this.__data__=new i(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),o=n(7005),i=Object.prototype,a=i.hasOwnProperty,c=i.propertyIsEnumerable,u=r(function(){return arguments}())?r:function(t){return o(t)&&a.call(t,"callee")&&!c.call(t,"callee")};t.exports=u},1469:function(t){var e=Array.isArray;t.exports=e},8612:function(t,e,n){var r=n(3560),o=n(1780);t.exports=function(t){return null!=t&&o(t.length)&&!r(t)}},9246:function(t,e,n){var r=n(8612),o=n(7005);t.exports=function(t){return o(t)&&r(t)}},4144:function(t,e,n){t=n.nmd(t);var r=n(5639),o=n(5062),i=e&&!e.nodeType&&e,a=i&&t&&!t.nodeType&&t,c=a&&a.exports===i?r.Buffer:void 0,u=(c?c.isBuffer:void 0)||o;t.exports=u},3560:function(t,e,n){var r=n(4239),o=n(3218);t.exports=function(t){if(!o(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),o=n(1717),i=n(1167),a=i&&i.isMap,c=a?o(a):r;t.exports=c},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),o=n(5924),i=n(7005),a=Function.prototype,c=Object.prototype,u=a.toString,s=c.hasOwnProperty,d=u.call(Object);t.exports=function(t){if(!i(t)||"[object Object]"!=r(t))return!1;var e=o(t);if(null===e)return!0;var n=s.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&u.call(n)==d}},2928:function(t,e,n){var r=n(9221),o=n(1717),i=n(1167),a=i&&i.isSet,c=a?o(a):r;t.exports=c},6719:function(t,e,n){var r=n(8749),o=n(1717),i=n(1167),a=i&&i.isTypedArray,c=a?o(a):r;t.exports=c},3674:function(t,e,n){var r=n(4636),o=n(280),i=n(8612);t.exports=function(t){return i(t)?r(t):o(t)}},1704:function(t,e,n){var r=n(4636),o=n(313),i=n(8612);t.exports=function(t){return i(t)?r(t,!0):o(t)}},2492:function(t,e,n){var r=n(2980),o=n(1463)((function(t,e,n){r(t,e,n)}));t.exports=o},479:function(t){t.exports=function(){return[]}},5062:function(t){t.exports=function(){return!1}},9881:function(t,e,n){var r=n(8363),o=n(1704);t.exports=function(t){return r(t,o(t))}},5666:function(t){var e=function(t){"use strict";var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,n){return t[e]=n}}function s(t,e,n,r){var o=e&&e.prototype instanceof v?e:v,i=Object.create(o.prototype),a=new C(r||[]);return i._invoke=function(t,e,n){var r=p;return function(o,i){if(r===f)throw new Error("Generator is already running");if(r===g){if("throw"===o)throw i;return k()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var c=j(a,n);if(c){if(c===h)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===p)throw r=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=f;var u=d(t,e,n);if("normal"===u.type){if(r=n.done?g:l,u.arg===h)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r=g,n.method="throw",n.arg=u.arg)}}}(t,n,a),i}function d(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var p="suspendedStart",l="suspendedYield",f="executing",g="completed",h={};function v(){}function y(){}function m(){}var b={};b[i]=function(){return this};var I=Object.getPrototypeOf,E=I&&I(I(S([])));E&&E!==n&&r.call(E,i)&&(b=E);var O=m.prototype=v.prototype=Object.create(b);function T(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function n(o,i,a,c){var u=d(t[o],t,i);if("throw"!==u.type){var s=u.arg,p=s.value;return p&&"object"==typeof p&&r.call(p,"__await")?e.resolve(p.__await).then((function(t){n("next",t,a,c)}),(function(t){n("throw",t,a,c)})):e.resolve(p).then((function(t){s.value=t,a(s)}),(function(t){return n("throw",t,a,c)}))}c(u.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function j(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,j(t,n),"throw"===n.method))return h;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var o=d(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,h;var i=o.arg;return i?i.done?(n[t.resultName]=i.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,h):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.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 x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function S(t){if(t){var n=t[i];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}return{next:k}}function k(){return{value:e,done:!0}}return y.prototype=O.constructor=m,m.constructor=y,y.displayName=u(m,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,u(t,c,"GeneratorFunction")),t.prototype=Object.create(O),t},t.awrap=function(t){return{__await:t}},T(w.prototype),w.prototype[a]=function(){return this},t.AsyncIterator=w,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new w(s(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},T(O),u(O,c,"Generator"),O[i]=function(){return this},O.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=S,C.prototype={constructor:C,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(x),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},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 n=this;function o(r,o){return c.type="throw",c.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),s=r.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;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),x(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 o=r.arg;x(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:S(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),h}},t}(t.exports);try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}}},r={};function o(t){var e=r[t];if(void 0!==e)return e.exports;var i=r[t]={id:t,loaded:!1,exports:{}};return n[t](i,i.exports,o),i.loaded=!0,i.exports}return o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,{a:e}),e},e=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},o.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 i=Object.create(null);o.r(i);var a={};t=t||[null,e({}),e([]),e(e)];for(var c=2&r&&n;"object"==typeof c&&!~t.indexOf(c);c=e(c))Object.getOwnPropertyNames(c).forEach((function(t){a[t]=function(){return n[t]}}));return a.default=function(){return n},o.d(i,a),i},o.d=function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.nmd=function(t){return t.paths=[],t.children||(t.children=[]),t},o(7661)}()}));
2011
+ /* WEBPACK VAR INJECTION */(function(process) {!function(t,e){ true?module.exports=e():undefined}(self,(function(){return function(){var t,e,n={7757:function(t,e,n){t.exports=n(5666)},9669:function(t,e,n){t.exports=n(1609)},5448:function(t,e,n){"use strict";var r=n(4867),o=n(6026),i=n(4372),a=n(5327),c=n(4097),u=n(4109),s=n(7985),d=n(5061);t.exports=function(t){return new Promise((function(e,n){var p=t.data,l=t.headers,f=t.responseType;r.isFormData(p)&&delete l["Content-Type"];var g=new XMLHttpRequest;if(t.auth){var h=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";l.Authorization="Basic "+btoa(h+":"+v)}var y=c(t.baseURL,t.url);function m(){if(g){var r="getAllResponseHeaders"in g?u(g.getAllResponseHeaders()):null,i={data:f&&"text"!==f&&"json"!==f?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:r,config:t,request:g};o(e,n,i),g=null}}if(g.open(t.method.toUpperCase(),a(y,t.params,t.paramsSerializer),!0),g.timeout=t.timeout,"onloadend"in g?g.onloadend=m:g.onreadystatechange=function(){g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))&&setTimeout(m)},g.onabort=function(){g&&(n(d("Request aborted",t,"ECONNABORTED",g)),g=null)},g.onerror=function(){n(d("Network Error",t,null,g)),g=null},g.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",g)),g=null},r.isStandardBrowserEnv()){var b=(t.withCredentials||s(y))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;b&&(l[t.xsrfHeaderName]=b)}"setRequestHeader"in g&&r.forEach(l,(function(t,e){void 0===p&&"content-type"===e.toLowerCase()?delete l[e]:g.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(g.withCredentials=!!t.withCredentials),f&&"json"!==f&&(g.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&g.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&g.upload&&g.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){g&&(g.abort(),n(t),g=null)})),p||(p=null),g.send(p)}))}},1609:function(t,e,n){"use strict";var r=n(4867),o=n(1849),i=n(321),a=n(7185);function c(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=c(n(5655));u.Axios=i,u.create=function(t){return c(a(u.defaults,t))},u.Cancel=n(5263),u.CancelToken=n(4972),u.isCancel=n(6502),u.all=function(t){return Promise.all(t)},u.spread=n(8713),u.isAxiosError=n(6268),t.exports=u,t.exports.default=u},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 o(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))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},6502:function(t){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},321:function(t,e,n){"use strict";var r=n(4867),o=n(5327),i=n(782),a=n(3572),c=n(7185),u=n(4875),s=u.validators;function d(t){this.defaults=t,this.interceptors={request:new i,response:new i}}d.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=c(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&&u.assertOptions(e,{silentJSONParsing:s.transitional(s.boolean,"1.0.0"),forcedJSONParsing:s.transitional(s.boolean,"1.0.0"),clarifyTimeoutError:s.transitional(s.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 o,i=[];if(this.interceptors.response.forEach((function(t){i.push(t.fulfilled,t.rejected)})),!r){var d=[a,void 0];for(Array.prototype.unshift.apply(d,n),d.concat(i),o=Promise.resolve(t);d.length;)o=o.then(d.shift(),d.shift());return o}for(var p=t;n.length;){var l=n.shift(),f=n.shift();try{p=l(p)}catch(t){f(t);break}}try{o=a(p)}catch(t){return Promise.reject(t)}for(;i.length;)o=o.then(i.shift(),i.shift());return o},d.prototype.getUri=function(t){return t=c(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){d.prototype[t]=function(e,n){return this.request(c(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(c(r||{},{method:t,url:e,data:n}))}})),t.exports=d},782:function(t,e,n){"use strict";var r=n(4867);function o(){this.handlers=[]}o.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},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},4097:function(t,e,n){"use strict";var r=n(1793),o=n(7303);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},5061:function(t,e,n){"use strict";var r=n(481);t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},3572:function(t,e,n){"use strict";var r=n(4867),o=n(8527),i=n(6502),a=n(5655);function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return c(t),t.headers=t.headers||{},t.data=o.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 c(t),e.data=o.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o.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,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,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={},o=["url","method","data"],i=["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"],c=["validateStatus"];function u(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 s(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=u(void 0,t[o])):n[o]=u(t[o],e[o])}r.forEach(o,(function(t){r.isUndefined(e[t])||(n[t]=u(void 0,e[t]))})),r.forEach(i,s),r.forEach(a,(function(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=u(void 0,t[o])):n[o]=u(void 0,e[o])})),r.forEach(c,(function(r){r in e?n[r]=u(t[r],e[r]):r in t&&(n[r]=u(void 0,t[r]))}));var d=o.concat(i).concat(a).concat(c),p=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===d.indexOf(t)}));return r.forEach(p,s),n}},6026:function(t,e,n){"use strict";var r=n(5061);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(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),o=n(5655);t.exports=function(t,e,n){var i=this||o;return r.forEach(n,(function(n){t=n.call(i,t,e)})),t}},5655:function(t,e,n){"use strict";var r=n(4867),o=n(6016),i=n(481),a={"Content-Type":"application/x-www-form-urlencoded"};function c(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var u,s={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(u=n(5448)),u),transformRequest:[function(t,e){return o(e,"Accept"),o(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)?(c(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)||e&&"application/json"===e["Content-Type"]?(c(e,"application/json"),JSON.stringify(t)):t}],transformResponse:[function(t){var e=this.transitional,n=e&&e.silentJSONParsing,o=e&&e.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||o&&r.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(a){if("SyntaxError"===t.name)throw i(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){s.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){s.headers[t]=r.merge(a)})),t.exports=s},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 o(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 i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=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(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var c=t.indexOf("#");-1!==c&&(t=t.slice(0,c)),t+=(-1===t.indexOf("?")?"?":"&")+i}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,o,i,a){var c=[];c.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),r.isString(o)&&c.push("path="+o),r.isString(i)&&c.push("domain="+i),!0===a&&c.push("secure"),document.cookie=c.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 o(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=o(window.location.href),function(e){var n=r.isString(e)?o(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),o=["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,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.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(696),o={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){o[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));var i={},a=r.version.split(".");function c(t,e){for(var n=e?e.split("."):a,r=t.split("."),o=0;o<3;o++){if(n[o]>r[o])return!0;if(n[o]<r[o])return!1}return!1}o.transitional=function(t,e,n){var o=e&&c(e);function a(t,e){return"[Axios v"+r.version+"] Transitional option '"+t+"'"+e+(n?". "+n:"")}return function(n,r,c){if(!1===t)throw new Error(a(r," has been removed in "+e));return o&&!i[r]&&(i[r]=!0,console.warn(a(r," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,r,c)}},t.exports={isOlderVersion:c,assertOptions:function(t,e,n){if("object"!=typeof t)throw new TypeError("options must be an object");for(var r=Object.keys(t),o=r.length;o-- >0;){var i=r[o],a=e[i];if(a){var c=t[i],u=void 0===c||a(c,i,t);if(!0!==u)throw new TypeError("option "+i+" must be "+u)}else if(!0!==n)throw Error("Unknown option "+i)}},validators:o}},4867:function(t,e,n){"use strict";var r=n(1849),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function a(t){return void 0===t}function c(t){return null!==t&&"object"==typeof t}function u(t){if("[object Object]"!==o.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function s(t){return"[object Function]"===o.call(t)}function d(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.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:c,isPlainObject:u,isUndefined:a,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:s,isStream:function(t){return c(t)&&s(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){u(e[r])&&u(n)?e[r]=t(e[r],n):u(n)?e[r]=t({},n):i(n)?e[r]=n.slice():e[r]=n}for(var r=0,o=arguments.length;r<o;r++)d(arguments[r],n);return e},extend:function(t,e,n){return d(e,(function(e,o){t[o]=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}}},696:function(t){"use strict";t.exports=JSON.parse('{"name":"axios","version":"0.21.2","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"}]}')},7661:function(t,e,n){"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var o;n.r(e),n.d(e,{allMethods:function(){return u},createClient:function(){return De},default:function(){return Le},getMethodByHandlingModule:function(){return s},methodActionTypes:function(){return a},methodTypes:function(){return i},moduleNames:function(){return c}});var i={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",LT_MOBILE_ID:"lt-mobile-id",SMART_ID:"smartid",FREJA_EID_LOGIN:"freja-eid-login",ZEALID_LOGIN:"zealid-login",CZ_MOJEID:"mojeid",AT_HANDY_SIGNATUR_LOGIN:"at-handy-signatur-login",FI_FTN_LOGIN:"finnish-ftn-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",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_SIGNATURE:"fi-ftn-advanced-signature",EVROTRUST_SIGNATURE:"evrotrust-signature",CZ_MOJEID_ADVANCED_SIGNATURE:"cz-mojeid-advanced-signature",GOOGLE_SIGNATURE:"google-signature"},c={idCard:"idCard",mobileId:"mobileId",eParakstsMobile:"eParakstsMobile",smartId:"smartId",frejaEid:"frejaEid",zealId:"zealId",mojeId:"mojeId",finnishTrustNetwork:"finnishTrustNetwork",atHandy:"atHandy",idCardSignature:"idCardSignature",mobileIdSignature:"mobileIdSignature",smartIdSignature:"smartIdSignature",evroTrustSignature:"evroTrustSignature",otpSignature:"otpSignature",eParakstsMobileSignature:"eParakstsMobileSignature",ftnSignature:"ftnSignature",atHandySignature:"atHandySignature",zealIdSignature:"zealIdSignature",mojeIdSignature:"mojeIdSignature",googleSignature:"googleSignature"},u=Object.freeze((r(o={},i.IDENTIFICATION,[{actionType:a.BE_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["BE"]},{actionType:a.EE_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["EE"]},{actionType:a.FI_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["FI"]},{actionType:a.LV_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["LV"]},{actionType:a.LT_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["LT"]},{actionType:a.PT_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["PT"]},{actionType:a.RS_ID_LOGIN,handlingModule:c.idCard,supportedCountries:["RS"]},{actionType:a.LV_EPARAKSTS_MOBILE_LOGIN,handlingModule:c.eParakstsMobile,supportedCountries:["LV"]},{actionType:a.LT_MOBILE_ID,handlingModule:c.mobileId,supportedCountries:["LT"]},{actionType:a.EE_MOBILE_ID,handlingModule:c.mobileId,supportedCountries:["EE"]},{actionType:a.SMART_ID,handlingModule:c.smartId,supportedCountries:["EE","LV","LT"]},{actionType:a.FREJA_EID_LOGIN,handlingModule:c.frejaEid,supportedCountries:["FI","SE","NO","DK"]},{actionType:a.ZEALID_LOGIN,handlingModule:c.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:c.mojeId,supportedCountries:["CZ"]},{actionType:a.FI_FTN_LOGIN,handlingModule:c.finnishTrustNetwork,supportedCountries:["FI"]},{actionType:a.AT_HANDY_SIGNATUR_LOGIN,handlingModule:c.atHandy,supportedCountries:["AT"]}]),r(o,i.SIGNATURE,[{actionType:a.EE_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["EE"]},{actionType:a.LV_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["LV"]},{actionType:a.LT_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["LT"]},{actionType:a.FI_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["FI"]},{actionType:a.PT_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["PT"]},{actionType:a.BE_IDCARD_SIGNATURE,handlingModule:c.idCardSignature,supportedCountries:["BE"]},{actionType:a.EE_MOBILEID_SIGNATURE,handlingModule:c.mobileIdSignature,supportedCountries:["EE"]},{actionType:a.LT_MOBILEID_SIGNATURE,handlingModule:c.mobileIdSignature,supportedCountries:["LT"]},{actionType:a.SMARTID_SIGNATURE,handlingModule:c.smartIdSignature,supportedCountries:["EE","LV","LT"]},{actionType:a.EVROTRUST_SIGNATURE,handlingModule:c.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"]},{actionType:a.OTP_EMAIL,handlingModule:c.otpSignature,supportedCountries:["WORLD"]},{actionType:a.LV_EPARAKSTS_MOBILE_SIGNATURE,handlingModule:c.eParakstsMobileSignature,supportedCountries:["LV"]},{actionType:a.FI_FTN_ADVANCED_SIGNATURE,handlingModule:c.ftnSignature,supportedCountries:["FI"]},{actionType:a.AT_HANDY_SIGNATUR_SIGNATURE,handlingModule:c.atHandySignature,supportedCountries:["AT"]},{actionType:a.ZEAL_ID_SIGNATURE,handlingModule:c.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:c.mojeIdSignature,supportedCountries:["CZ"]},{actionType:a.GOOGLE_SIGNATURE,handlingModule:c.googleSignature,supportedCountries:["WORLD"]}]),o)),s=function(t,e,n){var r=u[t];if(e&&n){var o=r.find((function(t){return t.handlingModule===e&&(t.supportedCountries.includes(n)||t.supportedCountries.includes("WORLD"))}));if(!o){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 o}return r.find((function(t){return t.handlingModule===e}))},d=n(2492),p=n.n(d),l=n(9669),f=n.n(l),g=f().CancelToken,h=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,o=t.request,i=t.response,a=new Error(e);return a.config=n,r&&(a.code=r),a.request=o,a.response=i,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 e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?y(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var b=function(t,e){var n,r=e.modifyRequestSettings,o=t;return"function"==typeof r&&(n=r(o)),n&&(o=p()(o,n)),o},I=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(b(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(b(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:g})};function E(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 O(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?E(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,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,o=void 0===r?[]:r,i=t.settings,a=void 0===i?{}:i,c=t.i18n,s=t.apiEndpoints,d=t.monitoringService,p=O({},a);p.apiEndpoints=s,c.setLanguage(p.language);var l=function(t){p.countryCode=t},f=function(){return p.countryCode},g=function(){return u},h={};n.forEach((function(t){var e=t({coreContext:{config:p,i18n:c,monitoringService:d},apiClient:I({modifyRequestSettings:p.modifyRequestSettings})});h[e.MODULE_NAME]=e}));var v={};return o.forEach((function(t){var e=t({coreContext:{config:p,i18n:c,monitoringService:d},apiClient:I({modifyRequestSettings:p.modifyRequestSettings})});v[e.MODULE_NAME]=e})),Object.freeze({identification:O({},h),signature:O({},v),getAllMethods:g,setLanguage:c.setLanguage,setCountryCode:l,getCountryCode:f})};function w(t){return(w="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)}function j(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 _=function(t){var e=t.rawSettings,n=t.schema,o=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?j(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):j(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},e);return Object.keys(n).forEach((function(t){var r=n[t],i=e[t];if(r.required&&void 0===i)throw new Error('Missing required setting "'.concat(t,'"'));if(void 0===i&&(o[t]=r.default),void 0!==o[t]&&void 0!==r.type&&r.type!==w(o[t]))throw new Error('Expected "'.concat(t,'" to be type of "').concat(r.type,'", but received "').concat(w(o[t]),'"'))})),o},x={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}},C=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."}'),S=n.t(C,2),k=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."}'),A=n.t(k,2),N=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."}'),P=n.t(N,2),R=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."}'),D=n.t(R,2),L=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."}'),U=n.t(L,2),M=JSON.parse('{"id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","no_certificates":"Не удалось прочитать сертификаты. Убедитесь, что карта находится в считывателе и считыватель работает исправно."}'),G={de:S,en:A,et:P,lt:D,lv:U,ru:n.t(M,2)},F=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.currentLanguage,n=void 0===e?"en":e,r=t.locales,o=void 0===r?G:r,i={currentLanguage:n},a="en",c=function(t){i.currentLanguage=t},u=function(){return i.currentLanguage},s=function(t){var e=o[i.currentLanguage];e||(e=o[a]);var n=e[t]||o[a][t];return n||(n=t),n};return Object.freeze({setLanguage:c,t:s,getCurrentLanguage:u})},B=function(t){var e=t.remoteMonitoringEnabled,n=t.apiEndpoints;return{dispatch:function(t){var r=t.message;if(t.data,e){var o=new URLSearchParams;o.append("message",r),v({url:n.inCurrentMode.eideasyMonitoring(),method:"post",cache:"no-cache",withCredentials:!1,headers:{Accept:"*/*","Content-Type":"application/x-www-form-urlencoded"},data:o})}}}};function q(t,e,n,r,o,i,a){try{var c=t[i](a),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(r,o)}function z(t){return function(){var e=this,n=arguments;return new Promise((function(r,o){var i=t.apply(e,n);function a(t){q(i,r,o,a,c,"next",t)}function c(t){q(i,r,o,a,c,"throw",t)}a(void 0)}))}}var H=n(7757),V=n.n(H),J=n(361),Z=n.n(J)(),K=function(t){var e=t;return h(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},W=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.data,n=t.message,r=Z({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},$=function(t){return t.error},Y=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=z(V().mark((function e(){var n,o,i=arguments;return V().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.apply(void 0,i);case 2:if(n=e.sent,!(o=$(n))){e.next=6;break}throw K(o);case 6:return e.abrupt("return",r?W(n):n);case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()};function X(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 Q(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?X(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):X(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var tt=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return function(r){var o=r.coreContext,i=r.apiClient,a=o.i18n,c=o.config,u=o.monitoringService;return Object.freeze({MODULE_NAME:t,start:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=Q(Q({},x),n),o=Q(Q({},c),t),s=_({rawSettings:o,schema:r}),d=s.success,p=s.fail,l=s.finished,f=t.language||a.getCurrentLanguage(),g=i.CancelToken.source(),h=g.token,v=function(){var t=z(V().mark((function t(){return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e(Q(Q({},s),{},{language:f,i18n:a,monitoringService:u,cancelToken:h,apiClient:i})).then((function(t){d(t)})).catch((function(t){console&&console.error&&console.error(t),p(K(t))})).finally(l);case 2:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return v().catch(console.error),Object.freeze({cancel:function(){g.cancel()}})}})}};function et(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 nt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?et(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):et(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var rt=c.idCard,ot=tt(rt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,r=e.language,o=e.apiClient,a=e.i18n,c=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})},u=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=s(i.IDENTIFICATION,rt,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,Y(c)(nt(nt({},e),{},{language:r,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,Y(u)(nt(nt({},e),{},{cancelToken:n,language:r,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)}}(),{countryCode:{type:"string",required:!0}}),it=function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.fn,r=e.shouldContinue,o=e.interval,i=0,a=function(){var t=z(V().mark((function t(e,c){var u,s;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i+=1,t.prev=1,t.next=4,n();case 4:u=t.sent,s=void 0,t.next=12;break;case 8:t.prev=8,t.t0=t.catch(1),u=void 0,s=t.t0;case 12:if(!r({result:u,attempts:i,error:s})){t.next=14;break}return t.abrupt("return",setTimeout(a,o,e,c));case 14:return t.abrupt("return",e({result:u,error:s}));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(a));case 4:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}();function at(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 ct(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?at(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):at(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var ut=c.smartId,st=tt(ut,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,r=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,c=void 0===a?1e3:a,u=e.cancelToken,d=e.language,p=e.apiClient,l=function(t){var e=s(i.IDENTIFICATION,ut);return p.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=s(i.IDENTIFICATION,ut);return p.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language}})},g=function(t){var e=1e5/t.pollInterval,n=0;return it({fn:function(){return f(ct(ct({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,o=r&&r.data&&r.data.status,i=h(t.error),a=t.error&&!t.error.response&&!i;a&&(n+=1);var c=!1;return t.attempts<e&&n<3&&(c=a||"RUNNING"===o),c},interval:2e3})},t.next=6,Y(l)(ct(ct({},e),{},{cancelToken:u,language:d,idcode:o}));case 6:return v=t.sent,r(v),t.next=10,Y(g)({config:e,data:ct({},v.data),cancelToken:u,pollInterval:c,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)}}(),{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 pt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?dt(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):dt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var lt=c.mobileId,ft=tt(lt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,v,y;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,r=e.language,o=e.apiClient,a=e.started,c=void 0===a?function(){}:a,u=e.idcode,d=e.phone,p=e.pollInterval,l=void 0===p?1e3:p,f=function(t){var e=s(i.IDENTIFICATION,lt,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})},g=function(t){var e=s(i.IDENTIFICATION,lt,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/l,n=0;return it({fn:function(){return g(pt(pt({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var r=t.result,o=r&&r.data&&r.data.status,i=h(t.error),a=t.error&&!t.error.response&&!i;a&&(n+=1);var c=!1;return t.attempts<e&&n<3&&(c=a||"RUNNING"===o),c},interval:1e3})},t.next=6,Y(f)(pt(pt({},e),{},{cancelToken:n,language:r,idcode:u,phone:d}));case 6:return y=t.sent,c(y),t.next=10,Y(v)({config:e,data:y.data,cancelToken:n,language:r,pollInterval:l});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)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0}}),gt=c.eParakstsMobile,ht=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsMobile({clientId:n,redirectUri:r})}}},vt=tt(gt,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,t.next=3,Y(ht)({apiEndpoints:r,clientId:o,redirectUri:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}());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 e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?yt(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):yt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var bt=c.frejaEid,It=tt(bt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.started,r=void 0===n?function(){}:n,o=e.idcode,a=e.pollInterval,c=void 0===a?1e3:a,u=e.cancelToken,d=e.language,p=e.apiClient,l=function(t){var e=s(i.IDENTIFICATION,bt);return p.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=s(i.IDENTIFICATION,bt);return p.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,lang:t.language,timeout:2}})},g=function(t){var e=1e5/t.pollInterval,n=0;return it({fn:function(){return f(mt(mt({},t.config),{},{data:t.data,language:t.language,cancelToken:t.cancelToken}))},shouldContinue:function(t){var r=t.result,o=r&&r.data&&r.data.status,i=h(t.error),a=t.error&&!t.error.response&&!i;a&&(n+=1);var c=!1;return t.attempts<e&&n<3&&(c=a||"RUNNING"===o),c},interval:2e3})},t.next=6,Y(l)(mt(mt({},e),{},{cancelToken:u,language:d,idcode:o}));case 6:return v=t.sent,r(v),t.next=10,Y(g)({config:e,data:mt({},v.data),cancelToken:u,language:d,pollInterval:c});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)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function Et(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 Ot(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Et(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Et(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Tt=c.zealId,wt=tt(Tt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.cancelToken,r=e.apiClient,o=e.language,a=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return r.get({withCredentials:!1,cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.zealIdIframeUrl({clientId:t.clientId})})},c=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 o=function(t,e,n){var r=new URL(t.data),o=r.searchParams.get("error"),i=r.searchParams.get("code");o?n(o):i?e({data:{code:i}}):n(t.data)},i=new Promise((function(t,e){window.addEventListener("message",(function(n){var i=new URL(r);n.origin===i.origin&&(window.removeEventListener("message",o),o(n,t,e))}))}));return e.appendChild(n),i},u=function(t){var e=s(i.IDENTIFICATION,Tt);return r.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{method:e.actionType,code:t.data.code,lang:t.language}})},t.next=6,Y(a)(Ot(Ot({},e),{},{cancelToken:n}));case 6:return d=t.sent,t.next=9,Y(c)(Ot(Ot({},e),{},{cancelToken:n,iframeUrl:d.data.url}));case 9:return d=t.sent,t.next=12,Y(u)(Ot(Ot({},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)}}(),{countryCode:{type:"string",required:!0},iframeHolder:{type:"object",required:!0}}),jt=c.mojeId,_t=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.mojeId({clientId:n,redirectUri:r})}}},xt=tt(jt,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,t.next=3,Y(_t)({apiEndpoints:r,clientId:o,redirectUri:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),Ct=c.finnishTrustNetwork,St=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri,o=t.language;return{data:{redirect_uri:e.inCurrentMode.finnishTrustNetwork({clientId:n,redirectUri:r,language:o})}}},kt=tt(Ct,function(){var t=z(V().mark((function t(e){var n,r,o,i,a,c;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,a=e.language,t.next=3,Y(St)({apiEndpoints:r,clientId:o,redirectUri:i,language:a});case 3:return c=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(c));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),At=c.atHandy,Nt=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.atHandy({clientId:n,redirectUri:r})}}},Pt=tt(At,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.redirectUri,t.next=3,Y(Nt)({apiEndpoints:r,clientId:o,redirectUri:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),Rt=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,n=void 0===e?"":e,r=t.userMessage,o=void 0===r?"":r,i=t.details,a=void 0===i?{}:i;this.message=n,this.userMessage=o,this.details=a,this.stack=(new Error).stack};(Rt.prototype=new Error).name="MethodException";var Dt=Rt,Lt=c.idCardSignature,Ut=function(t){var e=t.iframe,n=new URL(e.src);return{post:function(t){e.contentWindow.postMessage(t,n.origin)}}},Mt=function(t){var e=t.countryCode,n=t.clientId,r=t.apiEndpoints,o=s(i.SIGNATURE,Lt,e);return r.inCurrentMode.idCardIframe({clientId:n,actionType:o.actionType})},Gt=function(t,e){if(t instanceof Error)throw t;var n;throw"no_certificates"===t.result&&(n=e.t("no_certificates")),new Dt({userMessage:n,message:t.message,details:t})},Ft=function(t){var e=t.iframeHolder,n=t.iframeUrl,r=t.i18n,o=document.createElement("iframe");o.setAttribute("src",n),o.setAttribute("referrerpolicy","origin"),o.style.width="0",o.style.height="0",o.style.position="absolute",o.style.border="0",e.innerHTML="";var i=new Promise((function(t,e){window.addEventListener("message",(function(n){var r=n.data,i=r.operation,a=r.error,c=r.status;a||"ready"!==i&&"welcome"!==i||"OK"!==c?e(n.data):t(o)}),{once:!0}),window.setTimeout((function(){return e({message:r.t("createIframeTimeout")})}),3e4)}));return e.appendChild(o),i},Bt=function(t){var e=t.messenger,n=new Promise((function(t,e){window.addEventListener("message",(function(n){var r=n.data,o=r.result,i=r.cert;if("ok"===o&&i)t(n.data);else{var a={};n.data&&"user_cancel"===n.data.result?a.isCancel=!0:a=n.data,e(a)}}),{once:!0})}));return e.post({operation:"getCertificate"}),n},qt=function(t){var e=t.certificate,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=i.inCurrentMode.startSigning();return a.post({url:c,withCredentials:!1,data:{client_id:n,doc_id:r,sign_type:"id-card",certificate:e},cancelToken:o})},zt=function(t){var e=t.messenger,n=t.hexDigest,r=new Promise((function(t,e){window.addEventListener("message",(function(n){var r=n.data,o=r.result,i=r.signature;if("ok"===o&&i)t(n.data);else{var a={};n.data&&"user_cancel"===n.data.result?a.isCancel=!0:a=n.data,e(a)}}),{once:!0})}));return e.post({operation:"getSignature",hexDigest:n}),r},Ht=function(t){var e=t.signature,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=i.inCurrentMode.completeSignatureIdCard();return a.post({url:c,withCredentials:!1,data:{client_id:n,doc_id:r,signature_value:e},cancelToken:o})},Vt=tt(Lt,function(){var t=z(V().mark((function t(e){var n,r,o,i,a,c;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Y(Mt,{shouldFormatResult:!1})({countryCode:e.countryCode,clientId:e.clientId,apiEndpoints:e.apiEndpoints});case 2:return n=t.sent,t.next=5,Y(Ft,{shouldFormatResult:!1})({iframeUrl:n,iframeHolder:e.iframeHolder,i18n:e.i18n}).catch((function(t){return Gt(t,e.i18n)}));case 5:return r=t.sent,t.next=8,Y(Ut,{shouldFormatResult:!1})({iframe:r});case 8:return o=t.sent,t.next=11,Y(Bt,{shouldFormatResult:!1})({messenger:o}).catch((function(t){return Gt(t,e.i18n)}));case 11:return i=t.sent,t.next=14,Y(qt)({certificate:i.cert,clientId:e.clientId,docId:e.docId,cancelToken:e.cancelToken,apiEndpoints:e.apiEndpoints,apiClient:e.apiClient});case 14:return a=t.sent,t.next=17,Y(zt,{shouldFormatResult:!1})({messenger:o,hexDigest:a.data.hexDigest});case 17:return c=t.sent,t.abrupt("return",Y(Ht)({signature:c.signature,clientId:e.clientId,docId:e.docId,cancelToken:e.cancelToken,apiEndpoints:e.apiEndpoints,apiClient:e.apiClient}));case 19:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{iframeHolder:{type:"object"},docId:{type:"string",required:!0}});function Jt(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 Zt=function(t){var e,n=t.pollInterval,r=void 0===n?2e3:n,o=t.maxPollDuration,i=t.fn,a=t.fnArgs;o&&(e=o/r);var c=0;return{start:function(){return it({fn:function(){return i.apply(void 0,function(t){if(Array.isArray(t))return Jt(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 Jt(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)?Jt(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,o=h(t.error),i=t.error&&!t.error.response&&!o;i&&(c+=1);var a,u,s=!1;return a=t.attempts,(!(u=e)||a<u)&&c<3&&(s=i||"RUNNING"===r),s},interval:r})}}},Kt=c.mobileIdSignature,Wt=function(t){var e=t.phone,n=t.idcode,r=t.clientId,o=t.docId,i=t.cancelToken,a=t.apiEndpoints,c=t.apiClient,u=t.countryCode,s=t.language,d=a.inCurrentMode.startSigning();return c.post({url:d,withCredentials:!1,data:{doc_id:o,client_id:r,sign_type:"mobile-id",phone:e,idcode:n,country:u,lang:s},cancelToken:i})},$t=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureMobileId(),withCredentials:!1,data:{token:e.token,doc_id:a,timeout:2,lang:o,client_id:c},cancelToken:i})},Yt=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return Zt({pollInterval:2e3,maxPollDuration:12e4,fn:$t,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:o,cancelToken:i,docId:a,clientId:c}]}).start()},Xt=tt(Kt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.cancelToken,a=e.apiEndpoints,c=e.apiClient,u=e.monitoringService,d=e.language,p=e.idcode,l=e.phone,f=e.countryCode,g=e.started,h=s(i.SIGNATURE,Kt,f),u.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=5,Y(Wt)({clientId:n,docId:r,cancelToken:o,apiEndpoints:a,apiClient:c,language:d,idcode:p,phone:l,countryCode:f});case 5:return v=t.sent,g(v),t.abrupt("return",Y(Yt)({data:v.data,apiClient:c,apiEndpoints:a,language:d,cancelToken:o,docId:r,clientId:n}));case 8:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),Qt=c.smartIdSignature,te=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,o=t.docId,i=t.cancelToken,a=t.apiEndpoints,c=t.apiClient,u=t.countryCode,s=t.language,d=a.inCurrentMode.startSigning();return c.post({url:d,withCredentials:!1,data:{doc_id:o,contract_id:e,client_id:r,sign_type:"smart-id",idcode:n,country:u,lang:s},cancelToken:i})},ee=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureSmartId(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:o,client_id:c,timeout:2},cancelToken:i})},ne=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return Zt({pollInterval:2e3,maxPollDuration:12e4,fn:ee,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:o,cancelToken:i,docId:a,clientId:c}]}).start()},re=tt(Qt,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h,v;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.idcode,f=e.countryCode,g=e.started,h=s(i.SIGNATURE,Qt,f),d.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=5,Y(te)({clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,idcode:l,countryCode:f,contractId:o});case 5:return v=t.sent,g(v),t.abrupt("return",Y(ne)({data:v.data,apiClient:u,apiEndpoints:c,language:p,cancelToken:a,docId:r,clientId:n}));case 8:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},docId:{type:"string",required:!0}}),oe=c.evroTrustSignature,ie=function(t){var e=t.contractId,n=t.idcode,r=t.clientId,o=t.docId,i=t.cancelToken,a=t.apiEndpoints,c=t.apiClient,u=t.countryCode,s=t.language,d=t.email,p=t.phone,l=t.actionType,f=a.inCurrentMode.startSigning();return c.post({url:f,withCredentials:!1,data:{doc_id:o,contract_id:e,client_id:r,sign_type:l,idcode:n,email:d,phone:p,country:u,lang:s},cancelToken:i})},ae=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return n.post({url:r.inCurrentMode.completeSignatureEvrotrust(),withCredentials:!1,data:{token:e.token,doc_id:a,lang:o,client_id:c},cancelToken:i})},ce=function(t){var e=t.data,n=t.apiClient,r=t.apiEndpoints,o=t.language,i=t.cancelToken,a=t.docId,c=t.clientId;return Zt({pollInterval:2e3,fn:ae,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:o,cancelToken:i,docId:a,clientId:c}]}).start()},ue=tt(oe,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h,v,y,m;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.idcode,f=e.phone,g=e.email,h=e.countryCode,v=e.started,y=s(i.SIGNATURE,oe,h),d.dispatch({message:"".concat(y.actionType,": signing started")}),t.next=5,Y(ie)({clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,idcode:l,phone:f,email:g,countryCode:h,contractId:o,actionType:y.actionType});case 5:return m=t.sent,v(m),t.abrupt("return",Y(ce)({data:m.data,apiClient:u,apiEndpoints:c,language:p,cancelToken:a,docId:r,clientId:n}));case 8:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{countryCode:{type:"string",required:!0},idcode:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),se=c.otpSignature,de=function(t){var e=t.apiClient,n=t.apiEndpoints,r=t.language,o=t.cancelToken,i=t.docId,a=t.clientId,c=t.emailToken,u=t.smsToken;return e.post({url:n.inCurrentMode.completeOtp(),withCredentials:!1,data:{doc_id:i,timeout:2,lang:r,client_id:a,email_token:c,sms_token:u},cancelToken:o})},pe=tt(se,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.cancelToken,a=e.apiEndpoints,c=e.apiClient,u=e.monitoringService,d=e.language,p=e.countryCode,l=e.emailToken,f=e.smsToken,g=s(i.SIGNATURE,se,p),console.log(g),u.dispatch({message:"".concat(g.actionType,": signing started")}),t.abrupt("return",Y(de)({apiClient:c,apiEndpoints:a,language:d,cancelToken:o,docId:r,clientId:n,emailToken:l,smsToken:f}));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0},emailToken:{type:"string"},smsToken:{type:"string"}}),le=c.eParakstsMobileSignature,fe=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},ge=tt(le,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,le,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(fe)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),he=c.ftnSignature,ve=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},ye=tt(he,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,he,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(ve)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),me=c.atHandySignature,be=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},Ie=tt(me,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,me,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(be)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),Ee=c.zealIdSignature,Oe=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.docId;return{data:{redirect_uri:e.inCurrentMode.startZealIdSignature({clientId:n,docId:r})}}},Te=tt(Ee,function(){var t=z(V().mark((function t(e){var n,r,o,i,a;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.redirect,r=e.apiEndpoints,o=e.clientId,i=e.docId,t.next=3,Y(Oe)({apiEndpoints:r,clientId:o,docId:i});case 3:return a=t.sent,t.abrupt("return",Y(n,{shouldFormatResult:!1})(a));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),we=c.mojeIdSignature,je=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},_e=tt(we,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,we,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(je)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),xe=c.googleSignature,Ce=function(t){var e=t.contractId,n=t.clientId,r=t.docId,o=t.cancelToken,i=t.apiEndpoints,a=t.apiClient,c=t.language,u=t.actionType,s=i.inCurrentMode.startSigning();return a.post({url:s,withCredentials:!1,data:{doc_id:r,contract_id:e,client_id:n,sign_type:u,lang:c},cancelToken:o})},Se=tt(xe,function(){var t=z(V().mark((function t(e){var n,r,o,a,c,u,d,p,l,f,g,h;return V().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=e.clientId,r=e.docId,o=e.contractId,a=e.cancelToken,c=e.apiEndpoints,u=e.apiClient,d=e.monitoringService,p=e.language,l=e.countryCode,f=e.redirect,g=s(i.SIGNATURE,xe,l),d.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=5,Y(Ce)({contractId:o,clientId:n,docId:r,cancelToken:a,apiEndpoints:c,apiClient:u,language:p,actionType:g.actionType});case 5:return h=t.sent,t.abrupt("return",Y(f,{shouldFormatResult:!1})(h));case 7:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{docId:{type:"string",required:!0}}),ke=Object.freeze({sandbox:"sandbox",production:"production"});function Ae(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 Ne(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Ae(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Ae(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Pe=function(t,e,n){var r={};return Object.keys(t).forEach((function(o){r[o]=function(t,e,n){return function(r){var o=Ne(Ne({},e),r);return n?n(t(o)):t(o)}}(t[o],e,n)})),r},Re=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=Ne({base:function(t){return t.baseUrl},readCard:function(t){var n=t.countryCode,r=void 0===n?e.countryCode.toLowerCase():n,o=t.clientId;return"https://".concat(r,".eideasy.com/api/identity/").concat(o,"/read-card")},eParakstsMobile:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri;return"".concat(e,"/oauth/start/lv-eparaksts-mobile-login?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code")},zealIdIframeUrl:function(t){var e=t.baseUrl,n=t.clientId;return"".concat(e,"/api/identity/").concat(n,"/zealid/get_iframe_url")},mojeId:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri;return"".concat(e,"/oauth/start/mojeid?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code")},finnishTrustNetwork:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri,o=t.language;return"".concat(e,"/oauth/start/finnish-ftn-login?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code&lang=").concat(o)},atHandy:function(t){var e=t.baseUrl,n=t.clientId,r=t.redirectUri;return"".concat(e,"/oauth/authorize?client_id=").concat(n,"&redirect_uri=").concat(r,"&response_type=code&method=at-handy-signatur-login")},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")},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,"/confirm_progress")},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)}},n),i=(r(t={},ke.production,Ne({},Pe(o,{baseUrl:n.base?n.base():"https://id.eideasy.com"},e.modifyEndpointUrl))),r(t,ke.sandbox,Ne({},Pe(o,{baseUrl:n.base?n.base():"https://test.eideasy.com"},e.modifyEndpointUrl))),t);return{get inCurrentMode(){var t=e.sandbox?ke.sandbox:ke.production;return i[t]}}},De=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=_({rawSettings:t,schema:x}),n=F({currentLanguage:"en"}),r=Re({countryCode:e.countryCode,sandbox:e.sandbox,modifyEndpointUrl:e.modifyEndpointUrl},e.apiEndpoints),o=B({remoteMonitoringEnabled:e.remoteMonitoringEnabled,apiEndpoints:r});return T({settings:e,i18n:n,monitoringService:o,apiEndpoints:r,identificationModules:[ot,st,ft,vt,It,wt,xt,kt,Pt],signingModules:[Vt,Xt,re,ue,pe,ge,ye,Ie,Te,_e,Se]})},Le=De},8552:function(t,e,n){var r=n(852)(n(5639),"DataView");t.exports=r},1989:function(t,e,n){var r=n(1789),o=n(401),i=n(7667),a=n(1327),c=n(1866);function u(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])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=a,u.prototype.set=c,t.exports=u},8407:function(t,e,n){var r=n(7040),o=n(4125),i=n(2117),a=n(7518),c=n(4705);function u(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])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=a,u.prototype.set=c,t.exports=u},7071:function(t,e,n){var r=n(852)(n(5639),"Map");t.exports=r},3369:function(t,e,n){var r=n(4785),o=n(1285),i=n(6e3),a=n(9916),c=n(5265);function u(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])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=a,u.prototype.set=c,t.exports=u},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),o=n(7465),i=n(3779),a=n(7599),c=n(4758),u=n(4309);function s(t){var e=this.__data__=new r(t);this.size=e.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=a,s.prototype.has=c,s.prototype.set=u,t.exports=s},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,o=0,i=[];++n<r;){var a=t[n];e(a,n,t)&&(i[o++]=a)}return i}},4636:function(t,e,n){var r=n(2545),o=n(5694),i=n(1469),a=n(4144),c=n(5776),u=n(6719),s=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=i(t),d=!n&&o(t),p=!n&&!d&&a(t),l=!n&&!d&&!p&&u(t),f=n||d||p||l,g=f?r(t.length,String):[],h=g.length;for(var v in t)!e&&!s.call(t,v)||f&&("length"==v||p&&("offset"==v||"parent"==v)||l&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||c(v,h))||g.push(v);return g}},2488:function(t){t.exports=function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}},6556:function(t,e,n){var r=n(9465),o=n(7813);t.exports=function(t,e,n){(void 0!==n&&!o(t[e],n)||void 0===n&&!(e in t))&&r(t,e,n)}},4865:function(t,e,n){var r=n(9465),o=n(7813),i=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var a=t[e];i.call(t,e)&&o(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),o=n(3674);t.exports=function(t,e){return t&&r(e,o(e),t)}},3886:function(t,e,n){var r=n(8363),o=n(1704);t.exports=function(t,e){return t&&r(e,o(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),o=n(7412),i=n(4865),a=n(4037),c=n(3886),u=n(4626),s=n(278),d=n(8805),p=n(1911),l=n(8234),f=n(6904),g=n(4160),h=n(3824),v=n(9148),y=n(8517),m=n(1469),b=n(4144),I=n(6688),E=n(3218),O=n(2928),T=n(3674),w=n(1704),j="[object Arguments]",_="[object Function]",x="[object Object]",C={};C[j]=C["[object Array]"]=C["[object ArrayBuffer]"]=C["[object DataView]"]=C["[object Boolean]"]=C["[object Date]"]=C["[object Float32Array]"]=C["[object Float64Array]"]=C["[object Int8Array]"]=C["[object Int16Array]"]=C["[object Int32Array]"]=C["[object Map]"]=C["[object Number]"]=C[x]=C["[object RegExp]"]=C["[object Set]"]=C["[object String]"]=C["[object Symbol]"]=C["[object Uint8Array]"]=C["[object Uint8ClampedArray]"]=C["[object Uint16Array]"]=C["[object Uint32Array]"]=!0,C["[object Error]"]=C[_]=C["[object WeakMap]"]=!1,t.exports=function t(e,n,S,k,A,N){var P,R=1&n,D=2&n,L=4&n;if(S&&(P=A?S(e,k,A,N):S(e)),void 0!==P)return P;if(!E(e))return e;var U=m(e);if(U){if(P=h(e),!R)return s(e,P)}else{var M=g(e),G=M==_||"[object GeneratorFunction]"==M;if(b(e))return u(e,R);if(M==x||M==j||G&&!A){if(P=D||G?{}:y(e),!R)return D?p(e,c(P,e)):d(e,a(P,e))}else{if(!C[M])return A?e:{};P=v(e,M,R)}}N||(N=new r);var F=N.get(e);if(F)return F;N.set(e,P),O(e)?e.forEach((function(r){P.add(t(r,n,S,r,e,N))})):I(e)&&e.forEach((function(r,o){P.set(o,t(r,n,S,o,e,N))}));var B=U?void 0:(L?D?f:l:D?w:T)(e);return o(B||e,(function(r,o){B&&(r=e[o=r]),i(P,o,t(r,n,S,o,e,N))})),P}},3118:function(t,e,n){var r=n(3218),o=Object.create,i=function(){function t(){}return function(e){if(!r(e))return{};if(o)return o(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=i},8483:function(t,e,n){var r=n(5063)();t.exports=r},8866:function(t,e,n){var r=n(2488),o=n(1469);t.exports=function(t,e,n){var i=e(t);return o(t)?i:r(i,n(t))}},4239:function(t,e,n){var r=n(2705),o=n(9607),i=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)?o(t):i(t)}},9454:function(t,e,n){var r=n(4239),o=n(7005);t.exports=function(t){return o(t)&&"[object Arguments]"==r(t)}},5588:function(t,e,n){var r=n(4160),o=n(7005);t.exports=function(t){return o(t)&&"[object Map]"==r(t)}},8458:function(t,e,n){var r=n(3560),o=n(5346),i=n(3218),a=n(346),c=/^\[object .+?Constructor\]$/,u=Function.prototype,s=Object.prototype,d=u.toString,p=s.hasOwnProperty,l=RegExp("^"+d.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||o(t))&&(r(t)?l:c).test(a(t))}},9221:function(t,e,n){var r=n(4160),o=n(7005);t.exports=function(t){return o(t)&&"[object Set]"==r(t)}},8749:function(t,e,n){var r=n(4239),o=n(1780),i=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 i(t)&&o(t.length)&&!!a[r(t)]}},280:function(t,e,n){var r=n(5726),o=n(6916),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return o(t);var e=[];for(var n in Object(t))i.call(t,n)&&"constructor"!=n&&e.push(n);return e}},313:function(t,e,n){var r=n(3218),o=n(5726),i=n(3498),a=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=o(t),n=[];for(var c in t)("constructor"!=c||!e&&a.call(t,c))&&n.push(c);return n}},2980:function(t,e,n){var r=n(6384),o=n(6556),i=n(8483),a=n(9783),c=n(3218),u=n(1704),s=n(6390);t.exports=function t(e,n,d,p,l){e!==n&&i(n,(function(i,u){if(l||(l=new r),c(i))a(e,n,u,d,t,p,l);else{var f=p?p(s(e,u),i,u+"",e,n,l):void 0;void 0===f&&(f=i),o(e,u,f)}}),u)}},9783:function(t,e,n){var r=n(6556),o=n(4626),i=n(7133),a=n(278),c=n(8517),u=n(5694),s=n(1469),d=n(9246),p=n(4144),l=n(3560),f=n(3218),g=n(8630),h=n(6719),v=n(6390),y=n(9881);t.exports=function(t,e,n,m,b,I,E){var O=v(t,n),T=v(e,n),w=E.get(T);if(w)r(t,n,w);else{var j=I?I(O,T,n+"",t,e,E):void 0,_=void 0===j;if(_){var x=s(T),C=!x&&p(T),S=!x&&!C&&h(T);j=T,x||C||S?s(O)?j=O:d(O)?j=a(O):C?(_=!1,j=o(T,!0)):S?(_=!1,j=i(T,!0)):j=[]:g(T)||u(T)?(j=O,u(O)?j=y(O):f(O)&&!l(O)||(j=c(T))):_=!1}_&&(E.set(T,j),b(j,T,m,I,E),E.delete(T)),r(t,n,j)}}},5976:function(t,e,n){var r=n(6557),o=n(5357),i=n(61);t.exports=function(t,e){return i(o(t,e,r),t+"")}},6560:function(t,e,n){var r=n(5703),o=n(8777),i=n(6557),a=o?function(t,e){return o(t,"toString",{configurable:!0,enumerable:!1,value:r(e),writable:!0})}:i;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),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,a=i&&i.exports===o?r.Buffer:void 0,c=a?a.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,r=c?c(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),o=r?r.prototype:void 0,i=o?o.valueOf:void 0;t.exports=function(t){return i?Object(i.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),o=n(9465);t.exports=function(t,e,n,i){var a=!n;n||(n={});for(var c=-1,u=e.length;++c<u;){var s=e[c],d=i?i(n[s],t[s],s,n,t):void 0;void 0===d&&(d=t[s]),a?o(n,s,d):r(n,s,d)}return n}},8805:function(t,e,n){var r=n(8363),o=n(9551);t.exports=function(t,e){return r(t,o(t),e)}},1911:function(t,e,n){var r=n(8363),o=n(1442);t.exports=function(t,e){return r(t,o(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),o=n(6612);t.exports=function(t){return r((function(e,n){var r=-1,i=n.length,a=i>1?n[i-1]:void 0,c=i>2?n[2]:void 0;for(a=t.length>3&&"function"==typeof a?(i--,a):void 0,c&&o(n[0],n[1],c)&&(a=i<3?void 0:a,i=1),e=Object(e);++r<i;){var u=n[r];u&&t(e,u,r,a)}return e}))}},5063:function(t){t.exports=function(t){return function(e,n,r){for(var o=-1,i=Object(e),a=r(e),c=a.length;c--;){var u=a[t?c:++o];if(!1===n(i[u],u,i))break}return e}}},8777:function(t,e,n){var r=n(852),o=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},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),o=n(9551),i=n(3674);t.exports=function(t){return r(t,i,o)}},6904:function(t,e,n){var r=n(8866),o=n(1442),i=n(1704);t.exports=function(t){return r(t,i,o)}},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),o=n(7801);t.exports=function(t,e){var n=o(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),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,c=r?r.toStringTag:void 0;t.exports=function(t){var e=i.call(t,c),n=t[c];try{t[c]=void 0;var r=!0}catch(t){}var o=a.call(t);return r&&(e?t[c]=n:delete t[c]),o}},9551:function(t,e,n){var r=n(4963),o=n(479),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols,c=a?function(t){return null==t?[]:(t=Object(t),r(a(t),(function(e){return i.call(t,e)})))}:o;t.exports=c},1442:function(t,e,n){var r=n(2488),o=n(5924),i=n(9551),a=n(479),c=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)r(e,i(t)),t=o(t);return e}:a;t.exports=c},4160:function(t,e,n){var r=n(8552),o=n(7071),i=n(3818),a=n(8525),c=n(577),u=n(4239),s=n(346),d="[object Map]",p="[object Promise]",l="[object Set]",f="[object WeakMap]",g="[object DataView]",h=s(r),v=s(o),y=s(i),m=s(a),b=s(c),I=u;(r&&I(new r(new ArrayBuffer(1)))!=g||o&&I(new o)!=d||i&&I(i.resolve())!=p||a&&I(new a)!=l||c&&I(new c)!=f)&&(I=function(t){var e=u(t),n="[object Object]"==e?t.constructor:void 0,r=n?s(n):"";if(r)switch(r){case h:return g;case v:return d;case y:return p;case m:return l;case b:return f}return e}),t.exports=I},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),o=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 o.call(e,t)?e[t]:void 0}},1327:function(t,e,n){var r=n(4536),o=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:o.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),o=n(7157),i=n(3147),a=n(419),c=n(7133);t.exports=function(t,e,n){var u=t.constructor;switch(e){case"[object ArrayBuffer]":return r(t);case"[object Boolean]":case"[object Date]":return new u(+t);case"[object DataView]":return o(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 c(t,n);case"[object Map]":return new u;case"[object Number]":case"[object String]":return new u(t);case"[object RegExp]":return i(t);case"[object Set]":return new u;case"[object Symbol]":return a(t)}}},8517:function(t,e,n){var r=n(3118),o=n(5924),i=n(5726);t.exports=function(t){return"function"!=typeof t.constructor||i(t)?{}:r(o(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),o=n(8612),i=n(5776),a=n(3218);t.exports=function(t,e,n){if(!a(n))return!1;var c=typeof e;return!!("number"==c?o(n)&&i(e,n.length):"string"==c&&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,o=n(4429),i=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!i&&i 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),o=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0||(n==e.length-1?e.pop():o.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__,o=r(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this}},4785:function(t,e,n){var r=n(1989),o=n(8407),i=n(7071);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),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),o=n.size;return n.set(t,e),this.size+=n.size==o?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),o=e&&!e.nodeType&&e,i=o&&t&&!t.nodeType&&t,a=i&&i.exports===o&&r.process,c=function(){try{return i&&i.require&&i.require("util").types||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=c},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),o=Math.max;t.exports=function(t,e,n){return e=o(void 0===e?t.length-1:e,0),function(){for(var i=arguments,a=-1,c=o(i.length-e,0),u=Array(c);++a<c;)u[a]=i[e+a];a=-1;for(var s=Array(e+1);++a<e;)s[a]=i[a];return s[e]=n(u),r(t,this,s)}}},5639:function(t,e,n){var r=n(1957),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},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),o=n(1275)(r);t.exports=o},1275:function(t){var e=Date.now;t.exports=function(t){var n=0,r=0;return function(){var o=e(),i=16-(o-r);if(r=o,i>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),o=n(7071),i=n(3369);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!o||a.length<199)return a.push([t,e]),this.size=++n.size,this;n=this.__data__=new i(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),o=n(7005),i=Object.prototype,a=i.hasOwnProperty,c=i.propertyIsEnumerable,u=r(function(){return arguments}())?r:function(t){return o(t)&&a.call(t,"callee")&&!c.call(t,"callee")};t.exports=u},1469:function(t){var e=Array.isArray;t.exports=e},8612:function(t,e,n){var r=n(3560),o=n(1780);t.exports=function(t){return null!=t&&o(t.length)&&!r(t)}},9246:function(t,e,n){var r=n(8612),o=n(7005);t.exports=function(t){return o(t)&&r(t)}},4144:function(t,e,n){t=n.nmd(t);var r=n(5639),o=n(5062),i=e&&!e.nodeType&&e,a=i&&t&&!t.nodeType&&t,c=a&&a.exports===i?r.Buffer:void 0,u=(c?c.isBuffer:void 0)||o;t.exports=u},3560:function(t,e,n){var r=n(4239),o=n(3218);t.exports=function(t){if(!o(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),o=n(1717),i=n(1167),a=i&&i.isMap,c=a?o(a):r;t.exports=c},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),o=n(5924),i=n(7005),a=Function.prototype,c=Object.prototype,u=a.toString,s=c.hasOwnProperty,d=u.call(Object);t.exports=function(t){if(!i(t)||"[object Object]"!=r(t))return!1;var e=o(t);if(null===e)return!0;var n=s.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&u.call(n)==d}},2928:function(t,e,n){var r=n(9221),o=n(1717),i=n(1167),a=i&&i.isSet,c=a?o(a):r;t.exports=c},6719:function(t,e,n){var r=n(8749),o=n(1717),i=n(1167),a=i&&i.isTypedArray,c=a?o(a):r;t.exports=c},3674:function(t,e,n){var r=n(4636),o=n(280),i=n(8612);t.exports=function(t){return i(t)?r(t):o(t)}},1704:function(t,e,n){var r=n(4636),o=n(313),i=n(8612);t.exports=function(t){return i(t)?r(t,!0):o(t)}},2492:function(t,e,n){var r=n(2980),o=n(1463)((function(t,e,n){r(t,e,n)}));t.exports=o},479:function(t){t.exports=function(){return[]}},5062:function(t){t.exports=function(){return!1}},9881:function(t,e,n){var r=n(8363),o=n(1704);t.exports=function(t){return r(t,o(t))}},5666:function(t){var e=function(t){"use strict";var e,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,n){return t[e]=n}}function s(t,e,n,r){var o=e&&e.prototype instanceof v?e:v,i=Object.create(o.prototype),a=new C(r||[]);return i._invoke=function(t,e,n){var r=p;return function(o,i){if(r===f)throw new Error("Generator is already running");if(r===g){if("throw"===o)throw i;return k()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var c=j(a,n);if(c){if(c===h)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===p)throw r=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=f;var u=d(t,e,n);if("normal"===u.type){if(r=n.done?g:l,u.arg===h)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r=g,n.method="throw",n.arg=u.arg)}}}(t,n,a),i}function d(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var p="suspendedStart",l="suspendedYield",f="executing",g="completed",h={};function v(){}function y(){}function m(){}var b={};b[i]=function(){return this};var I=Object.getPrototypeOf,E=I&&I(I(S([])));E&&E!==n&&r.call(E,i)&&(b=E);var O=m.prototype=v.prototype=Object.create(b);function T(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function n(o,i,a,c){var u=d(t[o],t,i);if("throw"!==u.type){var s=u.arg,p=s.value;return p&&"object"==typeof p&&r.call(p,"__await")?e.resolve(p.__await).then((function(t){n("next",t,a,c)}),(function(t){n("throw",t,a,c)})):e.resolve(p).then((function(t){s.value=t,a(s)}),(function(t){return n("throw",t,a,c)}))}c(u.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function j(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,j(t,n),"throw"===n.method))return h;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var o=d(r,t.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,h;var i=o.arg;return i?i.done?(n[t.resultName]=i.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,h):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.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 x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function S(t){if(t){var n=t[i];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function n(){for(;++o<t.length;)if(r.call(t,o))return n.value=t[o],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}return{next:k}}function k(){return{value:e,done:!0}}return y.prototype=O.constructor=m,m.constructor=y,y.displayName=u(m,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,u(t,c,"GeneratorFunction")),t.prototype=Object.create(O),t},t.awrap=function(t){return{__await:t}},T(w.prototype),w.prototype[a]=function(){return this},t.AsyncIterator=w,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new w(s(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},T(O),u(O,c,"Generator"),O[i]=function(){return this},O.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=S,C.prototype={constructor:C,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(x),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},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 n=this;function o(r,o){return c.type="throw",c.arg=t,n.next=r,o&&(n.method="next",n.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),s=r.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;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),x(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 o=r.arg;x(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:S(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),h}},t}(t.exports);try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}}},r={};function o(t){var e=r[t];if(void 0!==e)return e.exports;var i=r[t]={id:t,loaded:!1,exports:{}};return n[t](i,i.exports,o),i.loaded=!0,i.exports}return o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,{a:e}),e},e=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},o.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 i=Object.create(null);o.r(i);var a={};t=t||[null,e({}),e([]),e(e)];for(var c=2&r&&n;"object"==typeof c&&!~t.indexOf(c);c=e(c))Object.getOwnPropertyNames(c).forEach((function(t){a[t]=function(){return n[t]}}));return a.default=function(){return n},o.d(i,a),i},o.d=function(t,e){for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.nmd=function(t){return t.paths=[],t.children||(t.children=[]),t},o(7661)}()}));
1977
2012
  /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("4362")))
1978
2013
 
1979
2014
  /***/ }),
@@ -4528,6 +4563,17 @@ module.exports = function (iterable, unboundFunction, options) {
4528
4563
  };
4529
4564
 
4530
4565
 
4566
+ /***/ }),
4567
+
4568
+ /***/ "2322":
4569
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
4570
+
4571
+ "use strict";
4572
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SignatureEvrotrust_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f88c");
4573
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SignatureEvrotrust_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SignatureEvrotrust_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__);
4574
+ /* harmony reexport (default from non-harmony) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SignatureEvrotrust_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default.a; });
4575
+
4576
+
4531
4577
  /***/ }),
4532
4578
 
4533
4579
  /***/ "2381":
@@ -13344,6 +13390,17 @@ exports.locals = {
13344
13390
  module.exports = exports;
13345
13391
 
13346
13392
 
13393
+ /***/ }),
13394
+
13395
+ /***/ "2bc4":
13396
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
13397
+
13398
+ "use strict";
13399
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_FormSectionSpacer_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("018d");
13400
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_FormSectionSpacer_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_FormSectionSpacer_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__);
13401
+ /* harmony reexport (default from non-harmony) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_FormSectionSpacer_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default.a; });
13402
+
13403
+
13347
13404
  /***/ }),
13348
13405
 
13349
13406
  /***/ "2c68":
@@ -14391,7 +14448,7 @@ var update = add("e2e994f4", content, true, {"sourceMap":false,"shadowMode":fals
14391
14448
  /***/ "33d2":
14392
14449
  /***/ (function(module) {
14393
14450
 
14394
- module.exports = JSON.parse("{\"yes\":\"Да\",\"no\":\"Нет\",\"phone-number\":\"номер телефона\",\"idcode\":\"персональный код\",\"country\":\"Страна\",\"Sign\":\"Подпись\",\"mobile-id\":\"Мобильный ID\",\"id-card\":\"ID-карта\",\"smart-id\":\"Smart-ID\",\"confirm-doc-check-and-sign\":\"Поняли ли вы содержание документа и готовы ли завершить подписание?\",\"eparaksts-mobile\":\"Мобильная связь eParaksts\",\"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-id-code-placeholder\":\"ГГMMДД-XXXX\",\"se-id-code-placeholder-2\":\"ГГГГMMДДXXXX\",\"approve-id-request-on-freja-app\":\"Одобрить запрос на идентификацию в вашем приложении FREJA eID\",\"try-again\":\"Повторите попытку\",\"pre-sign-confirmation\":\"После нажатия кнопки «Подписать» мы идентифицируем вас с помощью {method} и создадим юридически обязательную подпись.\",\"login-method\":\"Способ входа:\",\"finnish-online-bank\":\"Финский интернет-банк\",\"online-bank\":\"Интернет-банк\",\"eparaksts-eid\":\"eParaksts eID\",\"varmennekortti\":\"Varmennekortti\",\"other-countries\":\"Другие страны\",\"email-sms\":\"Электронная почта/SMS\",\"email-code-sent\":\"Письмо с кодом было отправлено на адрес\",\"sms-code-sent\":\"SMS с кодом отправлено на\",\"your-code\":\"Ваш код\",\"signature-method\":\"Метод подписи\"}");
14451
+ module.exports = JSON.parse("{\"yes\":\"Да\",\"no\":\"Нет\",\"phone-number\":\"номер телефона\",\"idcode\":\"персональный код\",\"country\":\"Страна\",\"Sign\":\"Подпись\",\"mobile-id\":\"Мобильный ID\",\"id-card\":\"ID-карта\",\"smart-id\":\"Smart-ID\",\"confirm-doc-check-and-sign\":\"Поняли ли вы содержание документа и готовы ли завершить подписание?\",\"eparaksts-mobile\":\"Мобильная связь eParaksts\",\"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-id-code-placeholder\":\"ГГMMДД-XXXX\",\"se-id-code-placeholder-2\":\"ГГГГ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\":\"Метод подписи\"}");
14395
14452
 
14396
14453
  /***/ }),
14397
14454
 
@@ -16457,7 +16514,7 @@ module.exports = {
16457
16514
  /***/ "4440":
16458
16515
  /***/ (function(module) {
16459
16516
 
16460
- module.exports = JSON.parse("{\"yes\":\"Kyllä\",\"no\":\"Ei\",\"phone-number\":\"puhelinnumero\",\"idcode\":\"henkilötunnus\",\"country\":\"Maa\",\"Sign\":\"Kirjaudu\",\"mobile-id\":\"Mobiilitunnus\",\"id-card\":\"Henkilökortti\",\"smart-id\":\"Smart-ID\",\"confirm-doc-check-and-sign\":\"Ymmärsitkö asiakirjan sisällön ja oletko valmis viimeistelemään allekirjoituksen?\",\"eparaksts-mobile\":\"eParaksts mobiili\",\"powered-by-eideasy\":\"Virtalähteenä eIDEasy\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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 {n} avulla ja luomme oikeudellisesti sitovan allekirjoituksen.\",\"login-method\":\"Kirjautumismenetelmä:\",\"finnish-online-bank\":\"Suomen verkkopankki\",\"online-bank\":\"Verkkopankki\",\"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\"}");
16517
+ module.exports = JSON.parse("{\"yes\":\"Kyllä\",\"no\":\"Ei\",\"phone-number\":\"puhelinnumero\",\"idcode\":\"henkilötunnus\",\"country\":\"Maa\",\"Sign\":\"Kirjaudu\",\"mobile-id\":\"Mobiilitunnus\",\"id-card\":\"Henkilökortti\",\"smart-id\":\"Smart-ID\",\"confirm-doc-check-and-sign\":\"Ymmärsitkö asiakirjan sisällön ja oletko valmis viimeistelemään allekirjoituksen?\",\"eparaksts-mobile\":\"eParaksts mobiili\",\"powered-by-eideasy\":\"Virtalähteenä eIDEasy\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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 {n} avulla ja luomme oikeudellisesti sitovan allekirjoituksen.\",\"login-method\":\"Kirjautumismenetelmä:\",\"finnish-online-bank\":\"Suomen verkkopankki\",\"online-bank\":\"Verkkopankki\",\"or\":\"tai\\n\",\"transaction-id\":\"Tapahtuman tunnus\\n\",\"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\"}");
16461
16518
 
16462
16519
  /***/ }),
16463
16520
 
@@ -17830,6 +17887,21 @@ module.exports = function (argument) {
17830
17887
  };
17831
17888
 
17832
17889
 
17890
+ /***/ }),
17891
+
17892
+ /***/ "50e0":
17893
+ /***/ (function(module, exports, __webpack_require__) {
17894
+
17895
+ // style-loader: Adds some css to the DOM by adding a <style> tag
17896
+
17897
+ // load the styles
17898
+ var content = __webpack_require__("0568");
17899
+ if(typeof content === 'string') content = [[module.i, content, '']];
17900
+ if(content.locals) module.exports = content.locals;
17901
+ // add the styles to the DOM
17902
+ var add = __webpack_require__("499e").default
17903
+ var update = add("1a8fbfdc", content, true, {"sourceMap":false,"shadowMode":false});
17904
+
17833
17905
  /***/ }),
17834
17906
 
17835
17907
  /***/ "5132":
@@ -17973,6 +18045,27 @@ module.exports = {
17973
18045
  /* harmony reexport (default from non-harmony) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_HeaderContentSubView_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default.a; });
17974
18046
 
17975
18047
 
18048
+ /***/ }),
18049
+
18050
+ /***/ "51b1":
18051
+ /***/ (function(module, exports, __webpack_require__) {
18052
+
18053
+ // Imports
18054
+ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
18055
+ exports = ___CSS_LOADER_API_IMPORT___(false);
18056
+ // Module
18057
+ exports.push([module.i, ".SignatureEvrotrust_reset-list_3pmVr{margin:0;padding:0;list-style:none;display:block}.SignatureEvrotrust_uppercase-sm_3FbVw{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureEvrotrust_formContainer_Uo6cB{max-width:263px;margin:0 auto}.SignatureEvrotrust_label_2R-NQ{color:#9ca6b1;margin-top:24px}.SignatureEvrotrust_highlight_eQMma{font-weight:700;font-size:20px}", ""]);
18058
+ // Exports
18059
+ exports.locals = {
18060
+ "reset-list": "SignatureEvrotrust_reset-list_3pmVr",
18061
+ "uppercase-sm": "SignatureEvrotrust_uppercase-sm_3FbVw",
18062
+ "formContainer": "SignatureEvrotrust_formContainer_Uo6cB",
18063
+ "label": "SignatureEvrotrust_label_2R-NQ",
18064
+ "highlight": "SignatureEvrotrust_highlight_eQMma"
18065
+ };
18066
+ module.exports = exports;
18067
+
18068
+
17976
18069
  /***/ }),
17977
18070
 
17978
18071
  /***/ "51cc":
@@ -19052,7 +19145,7 @@ module.exports = {
19052
19145
  /***/ "5c22":
19053
19146
  /***/ (function(module) {
19054
19147
 
19055
- module.exports = JSON.parse("{\"yes\":\"Ja\",\"no\":\"Nej\",\"phone-number\":\"telefonnummer\",\"idcode\":\"kod för personlig identitet\",\"country\":\"Land\",\"Sign\":\"Underteckna\",\"mobile-id\":\"Mobil-ID\\n\",\"id-card\":\"ID-kort\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"ÅÅMMDD-XXXX\\n\",\"se-id-code-placeholder-2\":\"ÅÅÅÅ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\",\"eparaksts-eid\":\"\\n\",\"varmennekortti\":\"Säkerhetskort\\n\",\"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\"}");
19148
+ module.exports = JSON.parse("{\"yes\":\"Ja\",\"no\":\"Nej\",\"phone-number\":\"telefonnummer\",\"idcode\":\"kod för personlig identitet\",\"country\":\"Land\",\"Sign\":\"Underteckna\",\"mobile-id\":\"Mobil-ID\\n\",\"id-card\":\"ID-kort\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"ÅÅMMDD-XXXX\\n\",\"se-id-code-placeholder-2\":\"ÅÅÅÅ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\":\"\\n\",\"varmennekortti\":\"Säkerhetskort\\n\",\"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\"}");
19056
19149
 
19057
19150
  /***/ }),
19058
19151
 
@@ -20253,6 +20346,27 @@ module.exports = {
20253
20346
  }
20254
20347
  };
20255
20348
 
20349
+ /***/ }),
20350
+
20351
+ /***/ "6782":
20352
+ /***/ (function(module, exports, __webpack_require__) {
20353
+
20354
+ // Imports
20355
+ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
20356
+ exports = ___CSS_LOADER_API_IMPORT___(false);
20357
+ // Module
20358
+ exports.push([module.i, ".SubLoader_reset-list_Lna9G{margin:0;padding:0;list-style:none;display:block}.SubLoader_uppercase-sm_5llfl{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SubLoader_challenge_2IzAN{text-align:center;color:#003168}.SubLoader_loader_33Op9{font-size:14px;margin-left:auto;margin-right:auto;margin-bottom:24px}.SubLoader_content_3aRX5,.SubLoader_loader_33Op9{display:block}", ""]);
20359
+ // Exports
20360
+ exports.locals = {
20361
+ "reset-list": "SubLoader_reset-list_Lna9G",
20362
+ "uppercase-sm": "SubLoader_uppercase-sm_5llfl",
20363
+ "challenge": "SubLoader_challenge_2IzAN",
20364
+ "loader": "SubLoader_loader_33Op9",
20365
+ "content": "SubLoader_content_3aRX5"
20366
+ };
20367
+ module.exports = exports;
20368
+
20369
+
20256
20370
  /***/ }),
20257
20371
 
20258
20372
  /***/ "679b":
@@ -23690,7 +23804,7 @@ module.exports = {
23690
23804
  /***/ "8a97":
23691
23805
  /***/ (function(module) {
23692
23806
 
23693
- module.exports = JSON.parse("{\"yes\":\"Taip\",\"no\":\"Ne\",\"phone-number\":\"telefono numeris\",\"idcode\":\"asmens kodas\",\"country\":\"Šalis\",\"Sign\":\"Pasirašyti\",\"mobile-id\":\"M. parašas\",\"id-card\":\"Asmens tapatybės kortelė\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
23807
+ module.exports = JSON.parse("{\"yes\":\"Taip\",\"no\":\"Ne\",\"phone-number\":\"telefono numeris\",\"idcode\":\"asmens kodas\",\"country\":\"Šalis\",\"Sign\":\"Pasirašyti\",\"mobile-id\":\"M. parašas\",\"id-card\":\"Asmens tapatybės kortelė\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
23694
23808
 
23695
23809
  /***/ }),
23696
23810
 
@@ -23893,7 +24007,7 @@ module.exports = {
23893
24007
  }, attrs)
23894
24008
  }, rest), children.concat([_c('defs', [_c('linearGradient', {
23895
24009
  attrs: {
23896
- "id": "id-3a",
24010
+ "id": "id-0a",
23897
24011
  "x1": "45.313%",
23898
24012
  "x2": "33.822%",
23899
24013
  "y1": "69.296%",
@@ -23911,7 +24025,7 @@ module.exports = {
23911
24025
  }
23912
24026
  })]), _c('linearGradient', {
23913
24027
  attrs: {
23914
- "id": "id-5c",
24028
+ "id": "id-2c",
23915
24029
  "x1": "17.248%",
23916
24030
  "x2": "58.688%",
23917
24031
  "y1": "34.281%",
@@ -23929,7 +24043,7 @@ module.exports = {
23929
24043
  }
23930
24044
  })]), _c('path', {
23931
24045
  attrs: {
23932
- "id": "id-4b",
24046
+ "id": "id-1b",
23933
24047
  "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"
23934
24048
  }
23935
24049
  })]), _c('g', {
@@ -23944,12 +24058,12 @@ module.exports = {
23944
24058
  }
23945
24059
  }), _c('use', {
23946
24060
  attrs: {
23947
- "fill": "url(#id-3a)",
23948
- "xlink:href": "#id-4b"
24061
+ "fill": "url(#id-0a)",
24062
+ "xlink:href": "#id-1b"
23949
24063
  }
23950
24064
  }), _c('path', {
23951
24065
  attrs: {
23952
- "fill": "url(#id-5c)",
24066
+ "fill": "url(#id-2c)",
23953
24067
  "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"
23954
24068
  }
23955
24069
  }), _c('g', {
@@ -29659,7 +29773,7 @@ module.exports = {
29659
29773
  /***/ "b77d":
29660
29774
  /***/ (function(module) {
29661
29775
 
29662
- module.exports = JSON.parse("{\"yes\":\"Sim\",\"no\":\"Não\",\"phone-number\":\"número de telefone\",\"idcode\":\"Código de identificação pessoal\",\"country\":\"Pais\",\"Sign\":\"Assinar\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"Cartão de Cidadão\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
29776
+ module.exports = JSON.parse("{\"yes\":\"Sim\",\"no\":\"Não\",\"phone-number\":\"número de telefone\",\"idcode\":\"Código de identificação pessoal\",\"country\":\"Pais\",\"Sign\":\"Assinar\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"Cartão de Cidadão\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
29663
29777
 
29664
29778
  /***/ }),
29665
29779
 
@@ -29862,7 +29976,7 @@ module.exports = !fails(function () {
29862
29976
  /***/ "bb69":
29863
29977
  /***/ (function(module) {
29864
29978
 
29865
- module.exports = JSON.parse("{\"yes\":\"Yes\",\"no\":\"No\",\"phone-number\":\"phone number\",\"idcode\":\"personal identity code\",\"country\":\"Country\",\"Sign\":\"Sign\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"ID card\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
29979
+ module.exports = JSON.parse("{\"yes\":\"Yes\",\"no\":\"No\",\"phone-number\":\"phone number\",\"idcode\":\"personal identity code\",\"country\":\"Country\",\"Sign\":\"Sign\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"ID card\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
29866
29980
 
29867
29981
  /***/ }),
29868
29982
 
@@ -30033,7 +30147,7 @@ module.exports = {
30033
30147
  }, attrs)
30034
30148
  }, rest), children.concat([_c('defs', [_c('linearGradient', {
30035
30149
  attrs: {
30036
- "id": "id-0a",
30150
+ "id": "id-3a",
30037
30151
  "x1": "124.883",
30038
30152
  "y1": "17.983",
30039
30153
  "x2": "117.483",
@@ -30062,7 +30176,7 @@ module.exports = {
30062
30176
  }
30063
30177
  })]), _c('linearGradient', {
30064
30178
  attrs: {
30065
- "id": "id-1b",
30179
+ "id": "id-4b",
30066
30180
  "x1": "116.71",
30067
30181
  "y1": "31.343",
30068
30182
  "x2": "102.594",
@@ -30091,7 +30205,7 @@ module.exports = {
30091
30205
  }
30092
30206
  })]), _c('linearGradient', {
30093
30207
  attrs: {
30094
- "id": "id-2c",
30208
+ "id": "id-5c",
30095
30209
  "x1": "106.335",
30096
30210
  "y1": "23.516",
30097
30211
  "x2": "140.192",
@@ -30115,18 +30229,18 @@ module.exports = {
30115
30229
  }
30116
30230
  }), _c('path', {
30117
30231
  attrs: {
30118
- "fill": "url(#id-0a)",
30232
+ "fill": "url(#id-3a)",
30119
30233
  "d": "M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"
30120
30234
  }
30121
30235
  }), _c('path', {
30122
30236
  attrs: {
30123
- "fill": "url(#id-1b)",
30237
+ "fill": "url(#id-4b)",
30124
30238
  "d": "M106.335 11.382h6.634v23.101h-6.634z"
30125
30239
  }
30126
30240
  }), _c('path', {
30127
30241
  attrs: {
30128
30242
  "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",
30129
- "fill": "url(#id-2c)"
30243
+ "fill": "url(#id-5c)"
30130
30244
  }
30131
30245
  }), _c('path', {
30132
30246
  attrs: {
@@ -30312,7 +30426,7 @@ module.exports = {
30312
30426
  /***/ "bf60":
30313
30427
  /***/ (function(module) {
30314
30428
 
30315
- module.exports = JSON.parse("{\"yes\":\"Sí\",\"no\":\"No\",\"phone-number\":\"número de teléfono\",\"idcode\":\"código de identidad personal\",\"country\":\"País\",\"Sign\":\"Firmar\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"Tarjeta de identificación\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
30429
+ module.exports = JSON.parse("{\"yes\":\"Sí\",\"no\":\"No\",\"phone-number\":\"número de teléfono\",\"idcode\":\"código de identidad personal\",\"country\":\"País\",\"Sign\":\"Firmar\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"Tarjeta de identificación\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
30316
30430
 
30317
30431
  /***/ }),
30318
30432
 
@@ -31809,6 +31923,17 @@ module.exports = {
31809
31923
  }
31810
31924
  };
31811
31925
 
31926
+ /***/ }),
31927
+
31928
+ /***/ "cd2f":
31929
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
31930
+
31931
+ "use strict";
31932
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SubLoader_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e8cb");
31933
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SubLoader_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SubLoader_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__);
31934
+ /* harmony reexport (default from non-harmony) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_SubLoader_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default.a; });
31935
+
31936
+
31812
31937
  /***/ }),
31813
31938
 
31814
31939
  /***/ "cdb5":
@@ -32104,6 +32229,26 @@ module.exports = {
32104
32229
  }
32105
32230
  };
32106
32231
 
32232
+ /***/ }),
32233
+
32234
+ /***/ "cf88":
32235
+ /***/ (function(module, exports, __webpack_require__) {
32236
+
32237
+ // Imports
32238
+ var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
32239
+ exports = ___CSS_LOADER_API_IMPORT___(false);
32240
+ // Module
32241
+ exports.push([module.i, ".FormSectionSpacer_reset-list_x5brS{margin:0;padding:0;list-style:none;display:block}.FormSectionSpacer_uppercase-sm_3XM0F{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormSectionSpacer_spacer_BaryV{position:relative;text-align:center}.FormSectionSpacer_spacerText_1J1vC{display:inline-block;vertical-align:top;color:#3a3a3a}", ""]);
32242
+ // Exports
32243
+ exports.locals = {
32244
+ "reset-list": "FormSectionSpacer_reset-list_x5brS",
32245
+ "uppercase-sm": "FormSectionSpacer_uppercase-sm_3XM0F",
32246
+ "spacer": "FormSectionSpacer_spacer_BaryV",
32247
+ "spacerText": "FormSectionSpacer_spacerText_1J1vC"
32248
+ };
32249
+ module.exports = exports;
32250
+
32251
+
32107
32252
  /***/ }),
32108
32253
 
32109
32254
  /***/ "cfd3":
@@ -32530,7 +32675,7 @@ if (!TO_STRING_TAG_SUPPORT) {
32530
32675
  /***/ "d3c4":
32531
32676
  /***/ (function(module) {
32532
32677
 
32533
- module.exports = JSON.parse("{\"yes\":\"Jā\",\"no\":\"Nē\",\"phone-number\":\"telefona numurs\",\"idcode\":\"personas kods\",\"country\":\"Valsts\",\"Sign\":\"Parakstīties\",\"mobile-id\":\"Mobilais ID\",\"id-card\":\"ID karte\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"GGMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
32678
+ module.exports = JSON.parse("{\"yes\":\"Jā\",\"no\":\"Nē\",\"phone-number\":\"telefona numurs\",\"idcode\":\"personas kods\",\"country\":\"Valsts\",\"Sign\":\"Parakstīties\",\"mobile-id\":\"Mobilais ID\",\"id-card\":\"ID karte\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"GGMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
32534
32679
 
32535
32680
  /***/ }),
32536
32681
 
@@ -35250,6 +35395,21 @@ module.exports = Array.isArray || function isArray(arg) {
35250
35395
  };
35251
35396
 
35252
35397
 
35398
+ /***/ }),
35399
+
35400
+ /***/ "e8cb":
35401
+ /***/ (function(module, exports, __webpack_require__) {
35402
+
35403
+ // style-loader: Adds some css to the DOM by adding a <style> tag
35404
+
35405
+ // load the styles
35406
+ var content = __webpack_require__("6782");
35407
+ if(typeof content === 'string') content = [[module.i, content, '']];
35408
+ if(content.locals) module.exports = content.locals;
35409
+ // add the styles to the DOM
35410
+ var add = __webpack_require__("499e").default
35411
+ var update = add("1eee8898", content, true, {"sourceMap":false,"shadowMode":false});
35412
+
35253
35413
  /***/ }),
35254
35414
 
35255
35415
  /***/ "e90c":
@@ -35638,7 +35798,7 @@ module.exports = {
35638
35798
  /***/ "edeb":
35639
35799
  /***/ (function(module) {
35640
35800
 
35641
- module.exports = JSON.parse("{\"yes\":\"Ja\",\"no\":\"Nein\",\"phone-number\":\"Telefonnummer\",\"idcode\":\"persönlicher Identitätscode\",\"country\":\"Land\",\"Sign\":\"Signieren\",\"mobile-id\":\"Handy-ID\",\"id-card\":\"Ausweis\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"JJMMTT-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
35801
+ module.exports = JSON.parse("{\"yes\":\"Ja\",\"no\":\"Nein\",\"phone-number\":\"Telefonnummer\",\"idcode\":\"persönlicher Identitätscode\",\"country\":\"Land\",\"Sign\":\"Signieren\",\"mobile-id\":\"Handy-ID\",\"id-card\":\"Ausweis\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"JJMMTT-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
35642
35802
 
35643
35803
  /***/ }),
35644
35804
 
@@ -36072,6 +36232,17 @@ exports.locals = {
36072
36232
  module.exports = exports;
36073
36233
 
36074
36234
 
36235
+ /***/ }),
36236
+
36237
+ /***/ "f3dd":
36238
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
36239
+
36240
+ "use strict";
36241
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_EvrotrustButton_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("50e0");
36242
+ /* harmony import */ var _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_EvrotrustButton_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_EvrotrustButton_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__);
36243
+ /* harmony reexport (default from non-harmony) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _node_modules_vue_style_loader_index_js_ref_8_oneOf_0_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_0_1_node_modules_vue_cli_service_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_2_node_modules_postcss_loader_src_index_js_ref_8_oneOf_0_3_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_0_4_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_cli_service_node_modules_vue_loader_lib_index_js_vue_loader_options_EvrotrustButton_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default.a; });
36244
+
36245
+
36075
36246
  /***/ }),
36076
36247
 
36077
36248
  /***/ "f418":
@@ -36375,12 +36546,27 @@ exports.locals = {
36375
36546
  module.exports = exports;
36376
36547
 
36377
36548
 
36549
+ /***/ }),
36550
+
36551
+ /***/ "f88c":
36552
+ /***/ (function(module, exports, __webpack_require__) {
36553
+
36554
+ // style-loader: Adds some css to the DOM by adding a <style> tag
36555
+
36556
+ // load the styles
36557
+ var content = __webpack_require__("51b1");
36558
+ if(typeof content === 'string') content = [[module.i, content, '']];
36559
+ if(content.locals) module.exports = content.locals;
36560
+ // add the styles to the DOM
36561
+ var add = __webpack_require__("499e").default
36562
+ var update = add("0e345184", content, true, {"sourceMap":false,"shadowMode":false});
36563
+
36378
36564
  /***/ }),
36379
36565
 
36380
36566
  /***/ "f96c":
36381
36567
  /***/ (function(module) {
36382
36568
 
36383
- module.exports = JSON.parse("{\"yes\":\"Oui\",\"no\":\"Non\",\"phone-number\":\"numéro de téléphone\",\"idcode\":\"code d'identité personnel\",\"country\":\"Pays\",\"Sign\":\"Signer\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"Carte d'identité\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
36569
+ module.exports = JSON.parse("{\"yes\":\"Oui\",\"no\":\"Non\",\"phone-number\":\"numéro de téléphone\",\"idcode\":\"code d'identité personnel\",\"country\":\"Pays\",\"Sign\":\"Signer\",\"mobile-id\":\"Mobile ID\",\"id-card\":\"Carte d'identité\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
36384
36570
 
36385
36571
  /***/ }),
36386
36572
 
@@ -36494,7 +36680,7 @@ if (typeof window !== 'undefined') {
36494
36680
  // EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
36495
36681
  var vue_runtime_esm = __webpack_require__("2b0e");
36496
36682
 
36497
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=19154cdc&
36683
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=19154cdc&
36498
36684
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.app},[_c('AppLayout')],1)}
36499
36685
  var staticRenderFns = []
36500
36686
 
@@ -36601,9 +36787,248 @@ var es_object_freeze = __webpack_require__("dca8");
36601
36787
  // CONCATENATED MODULE: ./src/callingCodes.js
36602
36788
 
36603
36789
  var callingCodes = Object.freeze({
36604
- 'EE': '+372',
36605
- 'LV': '+371',
36606
- 'LT': '+370'
36790
+ "AF": "+93",
36791
+ "AX": "+358",
36792
+ "AL": "+355",
36793
+ "DZ": "+213",
36794
+ "AS": "+1684",
36795
+ "AD": "+376",
36796
+ "AO": "+244",
36797
+ "AI": "+1264",
36798
+ "AQ": "+672",
36799
+ "AG": "+1268",
36800
+ "AR": "+54",
36801
+ "AM": "+374",
36802
+ "AW": "+297",
36803
+ "AU": "+61",
36804
+ "AT": "+43",
36805
+ "AZ": "+994",
36806
+ "BS": "+1242",
36807
+ "BH": "+973",
36808
+ "BD": "+880",
36809
+ "BB": "+1246",
36810
+ "BY": "+375",
36811
+ "BE": "+32",
36812
+ "BZ": "+501",
36813
+ "BJ": "+229",
36814
+ "BM": "+1441",
36815
+ "BT": "+975",
36816
+ "BO": "+591",
36817
+ "BA": "+387",
36818
+ "BW": "+267",
36819
+ "BR": "+55",
36820
+ "IO": "+246",
36821
+ "BN": "+673",
36822
+ "BG": "+359",
36823
+ "BF": "+226",
36824
+ "BI": "+257",
36825
+ "KH": "+855",
36826
+ "CM": "+237",
36827
+ "CA": "+1",
36828
+ "CV": "+238",
36829
+ "KY": "+ 345",
36830
+ "CF": "+236",
36831
+ "TD": "+235",
36832
+ "CL": "+56",
36833
+ "CN": "+86",
36834
+ "CX": "+61",
36835
+ "CC": "+61",
36836
+ "CO": "+57",
36837
+ "KM": "+269",
36838
+ "CG": "+242",
36839
+ "CD": "+243",
36840
+ "CK": "+682",
36841
+ "CR": "+506",
36842
+ "CI": "+225",
36843
+ "HR": "+385",
36844
+ "CU": "+53",
36845
+ "CY": "+357",
36846
+ "CZ": "+420",
36847
+ "DK": "+45",
36848
+ "DJ": "+253",
36849
+ "DM": "+1767",
36850
+ "DO": "+1849",
36851
+ "EC": "+593",
36852
+ "EG": "+20",
36853
+ "SV": "+503",
36854
+ "GQ": "+240",
36855
+ "ER": "+291",
36856
+ "EE": "+372",
36857
+ "ET": "+251",
36858
+ "FK": "+500",
36859
+ "FO": "+298",
36860
+ "FJ": "+679",
36861
+ "FI": "+358",
36862
+ "FR": "+33",
36863
+ "GF": "+594",
36864
+ "PF": "+689",
36865
+ "GA": "+241",
36866
+ "GM": "+220",
36867
+ "GE": "+995",
36868
+ "DE": "+49",
36869
+ "GH": "+233",
36870
+ "GI": "+350",
36871
+ "GR": "+30",
36872
+ "GL": "+299",
36873
+ "GD": "+1473",
36874
+ "GP": "+590",
36875
+ "GU": "+1671",
36876
+ "GT": "+502",
36877
+ "GG": "+44",
36878
+ "GN": "+224",
36879
+ "GW": "+245",
36880
+ "GY": "+595",
36881
+ "HT": "+509",
36882
+ "VA": "+379",
36883
+ "HN": "+504",
36884
+ "HK": "+852",
36885
+ "HU": "+36",
36886
+ "IS": "+354",
36887
+ "IN": "+91",
36888
+ "ID": "+62",
36889
+ "IR": "+98",
36890
+ "IQ": "+964",
36891
+ "IE": "+353",
36892
+ "IM": "+44",
36893
+ "IL": "+972",
36894
+ "IT": "+39",
36895
+ "JM": "+1876",
36896
+ "JP": "+81",
36897
+ "JE": "+44",
36898
+ "JO": "+962",
36899
+ "KZ": "+77",
36900
+ "KE": "+254",
36901
+ "KI": "+686",
36902
+ "KP": "+850",
36903
+ "KR": "+82",
36904
+ "KW": "+965",
36905
+ "KG": "+996",
36906
+ "LA": "+856",
36907
+ "LV": "+371",
36908
+ "LB": "+961",
36909
+ "LS": "+266",
36910
+ "LR": "+231",
36911
+ "LY": "+218",
36912
+ "LI": "+423",
36913
+ "LT": "+370",
36914
+ "LU": "+352",
36915
+ "MO": "+853",
36916
+ "MK": "+389",
36917
+ "MG": "+261",
36918
+ "MW": "+265",
36919
+ "MY": "+60",
36920
+ "MV": "+960",
36921
+ "ML": "+223",
36922
+ "MT": "+356",
36923
+ "MH": "+692",
36924
+ "MQ": "+596",
36925
+ "MR": "+222",
36926
+ "MU": "+230",
36927
+ "YT": "+262",
36928
+ "MX": "+52",
36929
+ "FM": "+691",
36930
+ "MD": "+373",
36931
+ "MC": "+377",
36932
+ "MN": "+976",
36933
+ "ME": "+382",
36934
+ "MS": "+1664",
36935
+ "MA": "+212",
36936
+ "MZ": "+258",
36937
+ "MM": "+95",
36938
+ "NA": "+264",
36939
+ "NR": "+674",
36940
+ "NP": "+977",
36941
+ "NL": "+31",
36942
+ "AN": "+599",
36943
+ "NC": "+687",
36944
+ "NZ": "+64",
36945
+ "NI": "+505",
36946
+ "NE": "+227",
36947
+ "NG": "+234",
36948
+ "NU": "+683",
36949
+ "NF": "+672",
36950
+ "MP": "+1670",
36951
+ "NO": "+47",
36952
+ "OM": "+968",
36953
+ "PK": "+92",
36954
+ "PW": "+680",
36955
+ "PS": "+970",
36956
+ "PA": "+507",
36957
+ "PG": "+675",
36958
+ "PY": "+595",
36959
+ "PE": "+51",
36960
+ "PH": "+63",
36961
+ "PN": "+872",
36962
+ "PL": "+48",
36963
+ "PT": "+351",
36964
+ "PR": "+1939",
36965
+ "QA": "+974",
36966
+ "RO": "+40",
36967
+ "RU": "+7",
36968
+ "RW": "+250",
36969
+ "RE": "+262",
36970
+ "BL": "+590",
36971
+ "SH": "+290",
36972
+ "KN": "+1869",
36973
+ "LC": "+1758",
36974
+ "MF": "+590",
36975
+ "PM": "+508",
36976
+ "VC": "+1784",
36977
+ "WS": "+685",
36978
+ "SM": "+378",
36979
+ "ST": "+239",
36980
+ "SA": "+966",
36981
+ "SN": "+221",
36982
+ "RS": "+381",
36983
+ "SC": "+248",
36984
+ "SL": "+232",
36985
+ "SG": "+65",
36986
+ "SK": "+421",
36987
+ "SI": "+386",
36988
+ "SB": "+677",
36989
+ "SO": "+252",
36990
+ "ZA": "+27",
36991
+ "SS": "+211",
36992
+ "GS": "+500",
36993
+ "ES": "+34",
36994
+ "LK": "+94",
36995
+ "SD": "+249",
36996
+ "SR": "+597",
36997
+ "SJ": "+47",
36998
+ "SZ": "+268",
36999
+ "SE": "+46",
37000
+ "CH": "+41",
37001
+ "SY": "+963",
37002
+ "TW": "+886",
37003
+ "TJ": "+992",
37004
+ "TZ": "+255",
37005
+ "TH": "+66",
37006
+ "TL": "+670",
37007
+ "TG": "+228",
37008
+ "TK": "+690",
37009
+ "TO": "+676",
37010
+ "TT": "+1868",
37011
+ "TN": "+216",
37012
+ "TR": "+90",
37013
+ "TM": "+993",
37014
+ "TC": "+1649",
37015
+ "TV": "+688",
37016
+ "UG": "+256",
37017
+ "UA": "+380",
37018
+ "AE": "+971",
37019
+ "GB": "+44",
37020
+ "US": "+1",
37021
+ "UY": "+598",
37022
+ "UZ": "+998",
37023
+ "VU": "+678",
37024
+ "VE": "+58",
37025
+ "VN": "+84",
37026
+ "VG": "+1284",
37027
+ "VI": "+1340",
37028
+ "WF": "+681",
37029
+ "YE": "+967",
37030
+ "ZM": "+260",
37031
+ "ZW": "+263"
36607
37032
  });
36608
37033
  /* harmony default export */ var src_callingCodes = (callingCodes);
36609
37034
  // CONCATENATED MODULE: ./src/removeCallingCode.js
@@ -36629,14 +37054,14 @@ var removeCallingCode_removeCallingCode = function removeCallingCode(phoneNumber
36629
37054
  };
36630
37055
 
36631
37056
  /* harmony default export */ var src_removeCallingCode = (removeCallingCode_removeCallingCode);
36632
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppLayout.vue?vue&type=template&id=6944d6ad&
37057
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppLayout.vue?vue&type=template&id=6944d6ad&
36633
37058
  var AppLayoutvue_type_template_id_6944d6ad_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.layout},[_c('AppHeader',[(_vm.currentView === 'MethodSelection')?_c('HeaderContentCountry'):_c('HeaderContentSubView')],1),_c('div',{class:_vm.$style.main},[_c('FlashMessages',{attrs:{"messages":_vm.flashMessages}}),_c('transition',{attrs:{"name":_vm.$style.fade}},[_c('LoadingOverlay',{directives:[{name:"show",rawName:"v-show",value:(_vm.isLoading),expression:"isLoading"}]})],1),_c(_vm.currentView,{tag:"component"})],1),_c('AppFooter',[_c('a',{class:_vm.$style.eidEasyLink,attrs:{"href":"https://eideasy.com","target":"_blank"}},[_vm._v(" "+_vm._s(_vm.$t("powered-by-eideasy"))+" ")])])],1)}
36634
37059
  var AppLayoutvue_type_template_id_6944d6ad_staticRenderFns = []
36635
37060
 
36636
37061
 
36637
37062
  // CONCATENATED MODULE: ./src/components/AppLayout.vue?vue&type=template&id=6944d6ad&
36638
37063
 
36639
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppFooter.vue?vue&type=template&id=44d30f7c&
37064
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppFooter.vue?vue&type=template&id=44d30f7c&
36640
37065
  var AppFootervue_type_template_id_44d30f7c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.footer},[_c('div',{class:_vm.$style.text},[_vm._t("default")],2)])}
36641
37066
  var AppFootervue_type_template_id_44d30f7c_staticRenderFns = []
36642
37067
 
@@ -36781,7 +37206,7 @@ var component = normalizeComponent(
36781
37206
  )
36782
37207
 
36783
37208
  /* harmony default export */ var AppFooter = (component.exports);
36784
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppHeader.vue?vue&type=template&id=832d58bc&
37209
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppHeader.vue?vue&type=template&id=832d58bc&
36785
37210
  var AppHeadervue_type_template_id_832d58bc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.header},[_vm._t("default")],2)}
36786
37211
  var AppHeadervue_type_template_id_832d58bc_staticRenderFns = []
36787
37212
 
@@ -36826,14 +37251,14 @@ var AppHeader_component = normalizeComponent(
36826
37251
  )
36827
37252
 
36828
37253
  /* harmony default export */ var AppHeader = (AppHeader_component.exports);
36829
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/LoadingOverlay.vue?vue&type=template&id=95dd2808&
37254
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/LoadingOverlay.vue?vue&type=template&id=95dd2808&
36830
37255
  var LoadingOverlayvue_type_template_id_95dd2808_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.loadingOverlay},[_c('div',{class:_vm.$style.spinnerHolder},[_c('AppSpinner')],1)])}
36831
37256
  var LoadingOverlayvue_type_template_id_95dd2808_staticRenderFns = []
36832
37257
 
36833
37258
 
36834
37259
  // CONCATENATED MODULE: ./src/components/LoadingOverlay.vue?vue&type=template&id=95dd2808&
36835
37260
 
36836
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppSpinner.vue?vue&type=template&id=85241afa&
37261
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppSpinner.vue?vue&type=template&id=85241afa&
36837
37262
  var AppSpinnervue_type_template_id_85241afa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[_vm.$style.spinner, _vm.schemeClassName]})}
36838
37263
  var AppSpinnervue_type_template_id_85241afa_staticRenderFns = []
36839
37264
 
@@ -37032,7 +37457,7 @@ var LoadingOverlay_component = normalizeComponent(
37032
37457
  )
37033
37458
 
37034
37459
  /* harmony default export */ var LoadingOverlay = (LoadingOverlay_component.exports);
37035
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FlashMessages.vue?vue&type=template&id=f6812b02&
37460
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FlashMessages.vue?vue&type=template&id=f6812b02&
37036
37461
  var FlashMessagesvue_type_template_id_f6812b02_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',_vm._l((_vm.flashMessages),function(message){return _c('AppAlert',{key:message.text,attrs:{"scheme":message.scheme}},[_vm._v(" "+_vm._s(message.text)+" ")])}),1)}
37037
37462
  var FlashMessagesvue_type_template_id_f6812b02_staticRenderFns = []
37038
37463
 
@@ -37042,7 +37467,7 @@ var FlashMessagesvue_type_template_id_f6812b02_staticRenderFns = []
37042
37467
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.map.js
37043
37468
  var es_array_map = __webpack_require__("d81d");
37044
37469
 
37045
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppAlert.vue?vue&type=template&id=69107074&
37470
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppAlert.vue?vue&type=template&id=69107074&
37046
37471
  var AppAlertvue_type_template_id_69107074_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[_vm.$style.alert, _vm.schemeClassName]},[_vm._t("header"),_vm._t("default")],2)}
37047
37472
  var AppAlertvue_type_template_id_69107074_staticRenderFns = []
37048
37473
 
@@ -37151,14 +37576,14 @@ var FlashMessages_component = normalizeComponent(
37151
37576
  )
37152
37577
 
37153
37578
  /* harmony default export */ var FlashMessages = (FlashMessages_component.exports);
37154
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/HeaderContentCountry.vue?vue&type=template&id=731f6bea&
37579
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/HeaderContentCountry.vue?vue&type=template&id=731f6bea&
37155
37580
  var HeaderContentCountryvue_type_template_id_731f6bea_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.headerRow},[_c('div',{class:[_vm.$style.left, _vm.$style.regionTitle]},[_vm._v(" "+_vm._s(_vm.$t('country'))+" ")]),_c('div',{class:_vm.$style.right},[_c('CountrySelect',{attrs:{"selected-country":_vm.countryCode,"available-countries":_vm.availableCountries,"on-input":function (value) { return _vm.changeCountry(value.countryCode); }}})],1)])}
37156
37581
  var HeaderContentCountryvue_type_template_id_731f6bea_staticRenderFns = []
37157
37582
 
37158
37583
 
37159
37584
  // CONCATENATED MODULE: ./src/components/HeaderContentCountry.vue?vue&type=template&id=731f6bea&
37160
37585
 
37161
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/CountrySelect.vue?vue&type=template&id=302b7386&
37586
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/CountrySelect.vue?vue&type=template&id=302b7386&
37162
37587
  var CountrySelectvue_type_template_id_302b7386_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-select',{class:_vm.$style.select,attrs:{"value":_vm.value,"options":_vm.options,"clearable":false},on:{"input":_vm.onInput},scopedSlots:_vm._u([{key:"option",fn:function(option){return [_c('CountrySelectOption',{attrs:{"option":option}})]}},{key:"selected-option-container",fn:function(ref){
37163
37588
  var option = ref.option;
37164
37589
  return [_c('div',{staticClass:"vs__selected"},[_c('CountrySelectOption',{attrs:{"option":option}})],1)]}},{key:"open-indicator",fn:function(ref){
@@ -37169,7 +37594,7 @@ var CountrySelectvue_type_template_id_302b7386_staticRenderFns = []
37169
37594
 
37170
37595
  // CONCATENATED MODULE: ./src/components/CountrySelect.vue?vue&type=template&id=302b7386&
37171
37596
 
37172
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/CountrySelectOption.vue?vue&type=template&id=45e2b7c2&
37597
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/CountrySelectOption.vue?vue&type=template&id=45e2b7c2&
37173
37598
  var CountrySelectOptionvue_type_template_id_45e2b7c2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.option},[_c(_vm.dynamicIcon,{tag:"component"}),_c('div',{class:_vm.$style.optionText},[_vm._v(" "+_vm._s(_vm.option.label)+" ")])],1)}
37174
37599
  var CountrySelectOptionvue_type_template_id_45e2b7c2_staticRenderFns = []
37175
37600
 
@@ -37406,14 +37831,14 @@ var HeaderContentCountry_component = normalizeComponent(
37406
37831
  )
37407
37832
 
37408
37833
  /* harmony default export */ var HeaderContentCountry = (HeaderContentCountry_component.exports);
37409
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/HeaderContentSubView.vue?vue&type=template&id=f18aa962&
37834
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/HeaderContentSubView.vue?vue&type=template&id=f18aa962&
37410
37835
  var HeaderContentSubViewvue_type_template_id_f18aa962_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.headerRow},[_c('div',{class:_vm.$style.left},[_c('BackButton',{attrs:{"on-click":function () { return _vm.changeView(_vm.viewNames.MethodSelection); },"disabled":!_vm.userActionsEnabled}})],1),_c('div',{class:_vm.$style.right},[_c('div',{class:_vm.$style.titleGroup},[_c('div',{class:_vm.$style.viewTitle},[_vm._v(" "+_vm._s(_vm.$t(_vm.currentViewTitleKey))+" ")]),_c('div',{class:_vm.$style.flagIcon,attrs:{"aria-label":_vm.$t('country') + ': ' + _vm.currentCountryName}},[_c(_vm.currentFlagIcon,{tag:"component"})],1)])])])}
37411
37836
  var HeaderContentSubViewvue_type_template_id_f18aa962_staticRenderFns = []
37412
37837
 
37413
37838
 
37414
37839
  // CONCATENATED MODULE: ./src/components/HeaderContentSubView.vue?vue&type=template&id=f18aa962&
37415
37840
 
37416
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/BackButton.vue?vue&type=template&id=74078486&
37841
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/BackButton.vue?vue&type=template&id=74078486&
37417
37842
  var BackButtonvue_type_template_id_74078486_render = function () {
37418
37843
  var _obj;
37419
37844
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{class:[_vm.$style.button, ( _obj = {}, _obj[_vm.$style.disabled] = _vm.disabled, _obj )],attrs:{"href":"#"},on:{"click":function($event){$event.preventDefault();return _vm.handleClick($event)}}},[_c('div',{class:_vm.$style.backIcon},[_c('div',{class:_vm.$style.backCaret})]),_c('div',{class:_vm.$style.text},[_vm._v(" "+_vm._s(_vm.$t('back'))+" ")])])}
@@ -37481,7 +37906,8 @@ var viewNames = {
37481
37906
  SignatureSmartId: 'SignatureSmartId',
37482
37907
  SignatureMobileId: 'SignatureMobileId',
37483
37908
  SignatureFtn: 'SignatureFtn',
37484
- SignatureOtp: 'SignatureOtp'
37909
+ SignatureOtp: 'SignatureOtp',
37910
+ SignatureEvrotrust: 'SignatureEvrotrust'
37485
37911
  };
37486
37912
  /* harmony default export */ var views_viewNames = (viewNames);
37487
37913
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/HeaderContentSubView.vue?vue&type=script&lang=js&
@@ -37558,7 +37984,7 @@ var HeaderContentSubView_component = normalizeComponent(
37558
37984
  )
37559
37985
 
37560
37986
  /* harmony default export */ var HeaderContentSubView = (HeaderContentSubView_component.exports);
37561
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/MethodSelection.vue?vue&type=template&id=510fefee&
37987
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/MethodSelection.vue?vue&type=template&id=510fefee&
37562
37988
  var MethodSelectionvue_type_template_id_510fefee_render = function () {
37563
37989
  var _obj;
37564
37990
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[_vm.$style.methodSelection, ( _obj = {}, _obj[_vm.$style.methodSelectionThin] = _vm.isThinLayout, _obj )]},[_c('div',{class:_vm.$style.row},_vm._l((_vm.identificationMethodsInCurrentCountry),function(method){return _c('div',{key:method.actionType,class:_vm.$style.unit},[_c('MethodButton',{attrs:{"button-name":method.buttonName,"disabled":_vm.isLoading,"on-click":function () { return _vm.selectMethod(method.actionType); },"aria-label":_vm.$t('login-method') + ' ' + _vm.$t(method.translationKeys.title)}})],1)}),0),_c('div',{class:_vm.$style.row},_vm._l((_vm.signingMethodsInCurrentCountry),function(method){return _c('div',{key:method.actionType,class:_vm.$style.unit},[_c('MethodButton',{attrs:{"button-name":method.buttonName,"disabled":_vm.isLoading,"on-click":function () { return _vm.selectMethod(method.actionType); },"aria-label":_vm.$t('signature-method') + ' ' + _vm.$t(method.translationKeys.title)}})],1)}),0),_c('div',{ref:"iframeHolder"})])}
@@ -37612,21 +38038,21 @@ function _asyncToGenerator(fn) {
37612
38038
  });
37613
38039
  };
37614
38040
  }
37615
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MethodButton.vue?vue&type=template&id=7ae5ce06&
38041
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MethodButton.vue?vue&type=template&id=7ae5ce06&
37616
38042
  var MethodButtonvue_type_template_id_7ae5ce06_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{class:_vm.$style.methodButton,attrs:{"href":"#","role":"button","disabled":_vm.disabled},on:{"click":function($event){$event.preventDefault();return _vm.handleClick($event)}}},[_c(_vm.buttonName,{tag:"Component"})],1)}
37617
38043
  var MethodButtonvue_type_template_id_7ae5ce06_staticRenderFns = []
37618
38044
 
37619
38045
 
37620
38046
  // CONCATENATED MODULE: ./src/components/methodButtons/MethodButton.vue?vue&type=template&id=7ae5ce06&
37621
38047
 
37622
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButton.vue?vue&type=template&id=e4be1d66&
38048
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButton.vue?vue&type=template&id=e4be1d66&
37623
38049
  var IdCardButtonvue_type_template_id_e4be1d66_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconIdCard',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('id-card'))+" ")]},proxy:true}])})}
37624
38050
  var IdCardButtonvue_type_template_id_e4be1d66_staticRenderFns = []
37625
38051
 
37626
38052
 
37627
38053
  // CONCATENATED MODULE: ./src/components/methodButtons/IdCardButton.vue?vue&type=template&id=e4be1d66&
37628
38054
 
37629
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MethodButtonBase.vue?vue&type=template&id=1891359c&
38055
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MethodButtonBase.vue?vue&type=template&id=1891359c&
37630
38056
  var MethodButtonBasevue_type_template_id_1891359c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.row},[_c('div',{class:_vm.$style.unit},[_vm._t("slot1")],2),_c('div',{class:_vm.$style.unit},[_vm._t("slot2")],2)])}
37631
38057
  var MethodButtonBasevue_type_template_id_1891359c_staticRenderFns = []
37632
38058
 
@@ -37719,7 +38145,7 @@ var IdCardButton_component = normalizeComponent(
37719
38145
  )
37720
38146
 
37721
38147
  /* harmony default export */ var IdCardButton = (IdCardButton_component.exports);
37722
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonEE.vue?vue&type=template&id=02178dd2&
38148
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonEE.vue?vue&type=template&id=02178dd2&
37723
38149
  var IdCardButtonEEvue_type_template_id_02178dd2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconIdCardEE',{class:_vm.$style.icon})]},proxy:true}])})}
37724
38150
  var IdCardButtonEEvue_type_template_id_02178dd2_staticRenderFns = []
37725
38151
 
@@ -37774,7 +38200,7 @@ var IdCardButtonEE_component = normalizeComponent(
37774
38200
  )
37775
38201
 
37776
38202
  /* harmony default export */ var IdCardButtonEE = (IdCardButtonEE_component.exports);
37777
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/SmartIdButton.vue?vue&type=template&id=3c6e7a06&
38203
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/SmartIdButton.vue?vue&type=template&id=3c6e7a06&
37778
38204
  var SmartIdButtonvue_type_template_id_3c6e7a06_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconSmartId',{class:_vm.$style.icon})]},proxy:true}])})}
37779
38205
  var SmartIdButtonvue_type_template_id_3c6e7a06_staticRenderFns = []
37780
38206
 
@@ -37829,7 +38255,7 @@ var SmartIdButton_component = normalizeComponent(
37829
38255
  )
37830
38256
 
37831
38257
  /* harmony default export */ var SmartIdButton = (SmartIdButton_component.exports);
37832
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MobileIdButton.vue?vue&type=template&id=ba752324&
38258
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MobileIdButton.vue?vue&type=template&id=ba752324&
37833
38259
  var MobileIdButtonvue_type_template_id_ba752324_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconMobileId',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('mobile-id'))+" ")]},proxy:true}])})}
37834
38260
  var MobileIdButtonvue_type_template_id_ba752324_staticRenderFns = []
37835
38261
 
@@ -37884,7 +38310,7 @@ var MobileIdButton_component = normalizeComponent(
37884
38310
  )
37885
38311
 
37886
38312
  /* harmony default export */ var MobileIdButton = (MobileIdButton_component.exports);
37887
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MobileIdButtonEE.vue?vue&type=template&id=a70f6cfc&
38313
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MobileIdButtonEE.vue?vue&type=template&id=a70f6cfc&
37888
38314
  var MobileIdButtonEEvue_type_template_id_a70f6cfc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconMobiilId',{class:_vm.$style.icon})]},proxy:true}])})}
37889
38315
  var MobileIdButtonEEvue_type_template_id_a70f6cfc_staticRenderFns = []
37890
38316
 
@@ -37939,7 +38365,7 @@ var MobileIdButtonEE_component = normalizeComponent(
37939
38365
  )
37940
38366
 
37941
38367
  /* harmony default export */ var MobileIdButtonEE = (MobileIdButtonEE_component.exports);
37942
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/EparakstsMobileButton.vue?vue&type=template&id=88907130&
38368
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/EparakstsMobileButton.vue?vue&type=template&id=88907130&
37943
38369
  var EparakstsMobileButtonvue_type_template_id_88907130_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('EparakstsMobileIcon',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('eparaksts-mobile'))+" ")]},proxy:true}])})}
37944
38370
  var EparakstsMobileButtonvue_type_template_id_88907130_staticRenderFns = []
37945
38371
 
@@ -37994,7 +38420,7 @@ var EparakstsMobileButton_component = normalizeComponent(
37994
38420
  )
37995
38421
 
37996
38422
  /* harmony default export */ var EparakstsMobileButton = (EparakstsMobileButton_component.exports);
37997
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/FrejaEidButton.vue?vue&type=template&id=c62614cc&
38423
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/FrejaEidButton.vue?vue&type=template&id=c62614cc&
37998
38424
  var FrejaEidButtonvue_type_template_id_c62614cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconFrejaEid',{class:_vm.$style.icon})]},proxy:true}])})}
37999
38425
  var FrejaEidButtonvue_type_template_id_c62614cc_staticRenderFns = []
38000
38426
 
@@ -38049,7 +38475,7 @@ var FrejaEidButton_component = normalizeComponent(
38049
38475
  )
38050
38476
 
38051
38477
  /* harmony default export */ var FrejaEidButton = (FrejaEidButton_component.exports);
38052
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/ZealIdButton.vue?vue&type=template&id=cc1917ce&
38478
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/ZealIdButton.vue?vue&type=template&id=cc1917ce&
38053
38479
  var ZealIdButtonvue_type_template_id_cc1917ce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconZealId',{class:_vm.$style.icon})]},proxy:true}])})}
38054
38480
  var ZealIdButtonvue_type_template_id_cc1917ce_staticRenderFns = []
38055
38481
 
@@ -38104,7 +38530,7 @@ var ZealIdButton_component = normalizeComponent(
38104
38530
  )
38105
38531
 
38106
38532
  /* harmony default export */ var ZealIdButton = (ZealIdButton_component.exports);
38107
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonBe.vue?vue&type=template&id=706e58f9&
38533
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonBe.vue?vue&type=template&id=706e58f9&
38108
38534
  var IdCardButtonBevue_type_template_id_706e58f9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('BelgianEidIcon',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('id-card'))+" ")]},proxy:true}])})}
38109
38535
  var IdCardButtonBevue_type_template_id_706e58f9_staticRenderFns = []
38110
38536
 
@@ -38159,7 +38585,7 @@ var IdCardButtonBe_component = normalizeComponent(
38159
38585
  )
38160
38586
 
38161
38587
  /* harmony default export */ var IdCardButtonBe = (IdCardButtonBe_component.exports);
38162
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MojeIdButton.vue?vue&type=template&id=4d0b2384&
38588
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MojeIdButton.vue?vue&type=template&id=4d0b2384&
38163
38589
  var MojeIdButtonvue_type_template_id_4d0b2384_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{class:_vm.$style.base,scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconMojeId',{class:_vm.$style.icon})]},proxy:true}])})}
38164
38590
  var MojeIdButtonvue_type_template_id_4d0b2384_staticRenderFns = []
38165
38591
 
@@ -38214,7 +38640,7 @@ var MojeIdButton_component = normalizeComponent(
38214
38640
  )
38215
38641
 
38216
38642
  /* harmony default export */ var MojeIdButton = (MojeIdButton_component.exports);
38217
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/FinnishTrustNetworkButton.vue?vue&type=template&id=bf091c0a&
38643
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/FinnishTrustNetworkButton.vue?vue&type=template&id=bf091c0a&
38218
38644
  var FinnishTrustNetworkButtonvue_type_template_id_bf091c0a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('online-bank'))+" ")]},proxy:true}])})}
38219
38645
  var FinnishTrustNetworkButtonvue_type_template_id_bf091c0a_staticRenderFns = []
38220
38646
 
@@ -38251,7 +38677,7 @@ var FinnishTrustNetworkButton_component = normalizeComponent(
38251
38677
  )
38252
38678
 
38253
38679
  /* harmony default export */ var FinnishTrustNetworkButton = (FinnishTrustNetworkButton_component.exports);
38254
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/AtHandyButton.vue?vue&type=template&id=10386e1a&
38680
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/AtHandyButton.vue?vue&type=template&id=10386e1a&
38255
38681
  var AtHandyButtonvue_type_template_id_10386e1a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconAtHandy',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" Handy-Signatur ")]},proxy:true}])})}
38256
38682
  var AtHandyButtonvue_type_template_id_10386e1a_staticRenderFns = []
38257
38683
 
@@ -38306,7 +38732,7 @@ var AtHandyButton_component = normalizeComponent(
38306
38732
  )
38307
38733
 
38308
38734
  /* harmony default export */ var AtHandyButton = (AtHandyButton_component.exports);
38309
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonFi.vue?vue&type=template&id=d5d98516&
38735
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonFi.vue?vue&type=template&id=d5d98516&
38310
38736
  var IdCardButtonFivue_type_template_id_d5d98516_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('FiIdIcon',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('varmennekortti'))+" ")]},proxy:true}])})}
38311
38737
  var IdCardButtonFivue_type_template_id_d5d98516_staticRenderFns = []
38312
38738
 
@@ -38361,7 +38787,7 @@ var IdCardButtonFi_component = normalizeComponent(
38361
38787
  )
38362
38788
 
38363
38789
  /* harmony default export */ var IdCardButtonFi = (IdCardButtonFi_component.exports);
38364
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonLv.vue?vue&type=template&id=e8b99834&
38790
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonLv.vue?vue&type=template&id=e8b99834&
38365
38791
  var IdCardButtonLvvue_type_template_id_e8b99834_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('LvIdIcon',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('eparaksts-eid'))+" ")]},proxy:true}])})}
38366
38792
  var IdCardButtonLvvue_type_template_id_e8b99834_staticRenderFns = []
38367
38793
 
@@ -38416,7 +38842,7 @@ var IdCardButtonLv_component = normalizeComponent(
38416
38842
  )
38417
38843
 
38418
38844
  /* harmony default export */ var IdCardButtonLv = (IdCardButtonLv_component.exports);
38419
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonPt.vue?vue&type=template&id=b726caca&
38845
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/IdCardButtonPt.vue?vue&type=template&id=b726caca&
38420
38846
  var IdCardButtonPtvue_type_template_id_b726caca_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('PtIdIcon',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('id-card'))+" ")]},proxy:true}])})}
38421
38847
  var IdCardButtonPtvue_type_template_id_b726caca_staticRenderFns = []
38422
38848
 
@@ -38471,7 +38897,7 @@ var IdCardButtonPt_component = normalizeComponent(
38471
38897
  )
38472
38898
 
38473
38899
  /* harmony default export */ var IdCardButtonPt = (IdCardButtonPt_component.exports);
38474
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/OtpButton.vue?vue&type=template&id=4585c7b9&
38900
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/OtpButton.vue?vue&type=template&id=4585c7b9&
38475
38901
  var OtpButtonvue_type_template_id_4585c7b9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_vm._v(" "+_vm._s(_vm.$t('email-sms'))+" ")]},proxy:true}])})}
38476
38902
  var OtpButtonvue_type_template_id_4585c7b9_staticRenderFns = []
38477
38903
 
@@ -38508,7 +38934,7 @@ var OtpButton_component = normalizeComponent(
38508
38934
  )
38509
38935
 
38510
38936
  /* harmony default export */ var OtpButton = (OtpButton_component.exports);
38511
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/GoogleButton.vue?vue&type=template&id=4054e8d5&
38937
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/GoogleButton.vue?vue&type=template&id=4054e8d5&
38512
38938
  var GoogleButtonvue_type_template_id_4054e8d5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconGoogle',{class:_vm.$style.icon})]},proxy:true},{key:"slot2",fn:function(){return [_vm._v(" Google ")]},proxy:true}])})}
38513
38939
  var GoogleButtonvue_type_template_id_4054e8d5_staticRenderFns = []
38514
38940
 
@@ -38563,6 +38989,61 @@ var GoogleButton_component = normalizeComponent(
38563
38989
  )
38564
38990
 
38565
38991
  /* harmony default export */ var GoogleButton = (GoogleButton_component.exports);
38992
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/EvrotrustButton.vue?vue&type=template&id=5c8b8745&
38993
+ var EvrotrustButtonvue_type_template_id_5c8b8745_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('MethodButtonBase',{scopedSlots:_vm._u([{key:"slot1",fn:function(){return [_c('IconEvro',{class:_vm.$style.icon})]},proxy:true}])})}
38994
+ var EvrotrustButtonvue_type_template_id_5c8b8745_staticRenderFns = []
38995
+
38996
+
38997
+ // CONCATENATED MODULE: ./src/components/methodButtons/EvrotrustButton.vue?vue&type=template&id=5c8b8745&
38998
+
38999
+ // EXTERNAL MODULE: ./src/assets/svg/evrotrust-logo-en.svg
39000
+ var evrotrust_logo_en = __webpack_require__("fda2");
39001
+ var evrotrust_logo_en_default = /*#__PURE__*/__webpack_require__.n(evrotrust_logo_en);
39002
+
39003
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/EvrotrustButton.vue?vue&type=script&lang=js&
39004
+
39005
+
39006
+ /* harmony default export */ var EvrotrustButtonvue_type_script_lang_js_ = ({
39007
+ name: 'EvrotrustButton',
39008
+ components: {
39009
+ MethodButtonBase: MethodButtonBase,
39010
+ IconEvro: evrotrust_logo_en_default.a
39011
+ }
39012
+ });
39013
+ // CONCATENATED MODULE: ./src/components/methodButtons/EvrotrustButton.vue?vue&type=script&lang=js&
39014
+ /* harmony default export */ var methodButtons_EvrotrustButtonvue_type_script_lang_js_ = (EvrotrustButtonvue_type_script_lang_js_);
39015
+ // EXTERNAL MODULE: ./src/components/methodButtons/EvrotrustButton.vue?vue&type=style&index=0&lang=scss&module=true&
39016
+ var EvrotrustButtonvue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("f3dd");
39017
+
39018
+ // CONCATENATED MODULE: ./src/components/methodButtons/EvrotrustButton.vue
39019
+
39020
+
39021
+
39022
+
39023
+
39024
+
39025
+
39026
+
39027
+ function EvrotrustButton_injectStyles (context) {
39028
+
39029
+ this["$style"] = (EvrotrustButtonvue_type_style_index_0_lang_scss_module_true_["default"].locals || EvrotrustButtonvue_type_style_index_0_lang_scss_module_true_["default"])
39030
+
39031
+ }
39032
+
39033
+ /* normalize component */
39034
+
39035
+ var EvrotrustButton_component = normalizeComponent(
39036
+ methodButtons_EvrotrustButtonvue_type_script_lang_js_,
39037
+ EvrotrustButtonvue_type_template_id_5c8b8745_render,
39038
+ EvrotrustButtonvue_type_template_id_5c8b8745_staticRenderFns,
39039
+ false,
39040
+ EvrotrustButton_injectStyles,
39041
+ null,
39042
+ null
39043
+
39044
+ )
39045
+
39046
+ /* harmony default export */ var EvrotrustButton = (EvrotrustButton_component.exports);
38566
39047
  // CONCATENATED MODULE: ./src/components/methodButtons/methodButtons.js
38567
39048
 
38568
39049
 
@@ -38582,6 +39063,7 @@ var GoogleButton_component = normalizeComponent(
38582
39063
 
38583
39064
 
38584
39065
 
39066
+
38585
39067
  var methodButtons = Object.freeze({
38586
39068
  IdCardButton: IdCardButton,
38587
39069
  IdCardButtonEE: IdCardButtonEE,
@@ -38599,7 +39081,8 @@ var methodButtons = Object.freeze({
38599
39081
  IdCardButtonLv: IdCardButtonLv,
38600
39082
  IdCardButtonPt: IdCardButtonPt,
38601
39083
  OtpButton: OtpButton,
38602
- GoogleButton: GoogleButton
39084
+ GoogleButton: GoogleButton,
39085
+ EvrotrustButton: EvrotrustButton
38603
39086
  });
38604
39087
  /* harmony default export */ var methodButtons_methodButtons = (methodButtons);
38605
39088
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/methodButtons/MethodButton.vue?vue&type=script&lang=js&
@@ -38822,23 +39305,23 @@ var MethodSelection_component = normalizeComponent(
38822
39305
  )
38823
39306
 
38824
39307
  /* harmony default export */ var MethodSelection = (MethodSelection_component.exports);
38825
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SmartIdAuth.vue?vue&type=template&id=097b8df2&
39308
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SmartIdAuth.vue?vue&type=template&id=097b8df2&
38826
39309
  var SmartIdAuthvue_type_template_id_097b8df2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.challenge)?_c('div',{class:_vm.$style.challenge},[_c('ChallengeLoader',{attrs:{"challenge":_vm.challenge}}),_c('AppButton',{attrs:{"scheme":"secondary","on-click":function () { return _vm.cancel(); }}},[_vm._v(" "+_vm._s(_vm.$t('cancel'))+" ")])],1):_c('div',[_c('AppForm',{attrs:{"id":"smartIdForm","schema":_vm.schema,"on-submit":_vm.authenticate,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
38827
39310
  var SmartIdAuthvue_type_template_id_097b8df2_staticRenderFns = []
38828
39311
 
38829
39312
 
38830
39313
  // CONCATENATED MODULE: ./src/views/SmartIdAuth.vue?vue&type=template&id=097b8df2&
38831
39314
 
38832
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppForm.vue?vue&type=template&id=f7509fbc&
38833
- var AppFormvue_type_template_id_f7509fbc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{attrs:{"id":_vm.id},on:{"submit":function($event){$event.preventDefault();return _vm.handleSubmit($event)}}},_vm._l((_vm.schema),function(item){return _c('div',{key:item.name + item.label,class:_vm.$style.formElement},[_c(_vm.formComponentsByType[item.type],_vm._b({tag:"Component",on:{"input":function (value) { return _vm.handleInput(item.name, value); }}},'Component',Object.assign({}, item,
39315
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppForm.vue?vue&type=template&id=5be2842a&
39316
+ var AppFormvue_type_template_id_5be2842a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('form',{attrs:{"id":_vm.id},on:{"submit":function($event){$event.preventDefault();return _vm.handleSubmit($event)}}},_vm._l((_vm.schema),function(item,index){return _c('div',{key:(item.name + item.label) || index,class:_vm.formElementClasses(item.type)},[_c(_vm.formComponentsByType[item.type],_vm._b({tag:"Component",on:{"input":function (value) { return _vm.handleInput(item.name, value); }}},'Component',Object.assign({}, item,
38834
39317
  {id: _vm.formComponentId(item.name),
38835
39318
  value: _vm.formValue[item.name],
38836
39319
  callingCode: item.callingCode,
38837
39320
  errors: _vm.fieldErrors(item.name)}),false))],1)}),0)}
38838
- var AppFormvue_type_template_id_f7509fbc_staticRenderFns = []
39321
+ var AppFormvue_type_template_id_5be2842a_staticRenderFns = []
38839
39322
 
38840
39323
 
38841
- // CONCATENATED MODULE: ./src/components/AppForm.vue?vue&type=template&id=f7509fbc&
39324
+ // CONCATENATED MODULE: ./src/components/AppForm.vue?vue&type=template&id=5be2842a&
38842
39325
 
38843
39326
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
38844
39327
  var es_array_concat = __webpack_require__("99af");
@@ -38846,14 +39329,14 @@ var es_array_concat = __webpack_require__("99af");
38846
39329
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.reduce.js
38847
39330
  var es_array_reduce = __webpack_require__("13d5");
38848
39331
 
38849
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FormButton.vue?vue&type=template&id=6eab7190&
39332
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FormButton.vue?vue&type=template&id=6eab7190&
38850
39333
  var FormButtonvue_type_template_id_6eab7190_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('AppButton',{attrs:{"type":_vm.type}},[_vm._v(" "+_vm._s(_vm.label)+" ")])}
38851
39334
  var FormButtonvue_type_template_id_6eab7190_staticRenderFns = []
38852
39335
 
38853
39336
 
38854
39337
  // CONCATENATED MODULE: ./src/components/FormButton.vue?vue&type=template&id=6eab7190&
38855
39338
 
38856
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppButton.vue?vue&type=template&id=7bb31c31&
39339
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppButton.vue?vue&type=template&id=7bb31c31&
38857
39340
  var AppButtonvue_type_template_id_7bb31c31_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',{class:[_vm.$style.button, _vm.schemeClassName],attrs:{"type":_vm.type},on:{"click":_vm.handleClick}},[_vm._t("default")],2)}
38858
39341
  var AppButtonvue_type_template_id_7bb31c31_staticRenderFns = []
38859
39342
 
@@ -38945,7 +39428,7 @@ var FormButton_component = normalizeComponent(
38945
39428
  )
38946
39429
 
38947
39430
  /* harmony default export */ var FormButton = (FormButton_component.exports);
38948
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FormField.vue?vue&type=template&id=5f6d450f&
39431
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FormField.vue?vue&type=template&id=5f6d450f&
38949
39432
  var FormFieldvue_type_template_id_5f6d450f_render = function () {
38950
39433
  var _obj;
38951
39434
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:[_vm.$style.formField, ( _obj = {}, _obj[_vm.$style.hidden] = _vm.type === 'hidden', _obj )]},[(_vm.instructions)?_c('div',{class:_vm.$style.instructions},[_vm._v(" "+_vm._s(_vm.instructions)+" ")]):_vm._e(),_c('label',{class:_vm.$style.label,attrs:{"for":_vm.id}},[_vm._v(" "+_vm._s(_vm.label)+" ")]),_c('AppInput',_vm._b({on:{"input":_vm.handleInput}},'AppInput',{type: _vm.type, name: _vm.name, placeholder: _vm.placeholder, id: _vm.id, value: _vm.value, hasErrors: _vm.hasErrors, callingCode: _vm.callingCode, min: _vm.min},false)),(_vm.hasErrors)?_c('ul',{class:_vm.$style.validationContainer},_vm._l((_vm.errors),function(error){return _c('li',{key:error,class:_vm.$style.validationMessage},[_vm._v(" "+_vm._s(error)+" ")])}),0):_vm._e()],1)}
@@ -38954,7 +39437,7 @@ var FormFieldvue_type_template_id_5f6d450f_staticRenderFns = []
38954
39437
 
38955
39438
  // CONCATENATED MODULE: ./src/components/FormField.vue?vue&type=template&id=5f6d450f&
38956
39439
 
38957
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppInput.vue?vue&type=template&id=5b619160&
39440
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppInput.vue?vue&type=template&id=5b619160&
38958
39441
  var AppInputvue_type_template_id_5b619160_render = function () {
38959
39442
  var _obj, _obj$1;
38960
39443
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.callingCode)?_c('div',{class:_vm.$style.hasPrefix},[_c('div',{class:_vm.$style.hasPrefix_prefix},[_vm._v(" "+_vm._s(_vm.callingCode)+" ")]),_c('div',{class:_vm.$style.hasPrefix_inputWrap},[_c('input',_vm._b({class:[_vm.$style.input, ( _obj = {}, _obj[_vm.$style.error] = _vm.hasErrors, _obj )],domProps:{"value":_vm.value},on:{"input":_vm.handleInput}},'input',{type: _vm.type, name: _vm.name, placeholder: _vm.placeholder, id: _vm.id},false))])]):_c('input',_vm._b({class:[_vm.$style.input, ( _obj$1 = {}, _obj$1[_vm.$style.error] = _vm.hasErrors, _obj$1 )],domProps:{"value":_vm.value},on:{"input":_vm.handleInput}},'input',{type: _vm.type, name: _vm.name, placeholder: _vm.placeholder, id: _vm.id},false))}
@@ -39090,6 +39573,54 @@ var FormField_component = normalizeComponent(
39090
39573
  )
39091
39574
 
39092
39575
  /* harmony default export */ var FormField = (FormField_component.exports);
39576
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FormSectionSpacer.vue?vue&type=template&id=d4c1a10e&
39577
+ var FormSectionSpacervue_type_template_id_d4c1a10e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.spacer},[_c('div',{class:_vm.$style.spacerText},[_vm._v(" "+_vm._s(_vm.text)+" ")])])}
39578
+ var FormSectionSpacervue_type_template_id_d4c1a10e_staticRenderFns = []
39579
+
39580
+
39581
+ // CONCATENATED MODULE: ./src/components/FormSectionSpacer.vue?vue&type=template&id=d4c1a10e&
39582
+
39583
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/FormSectionSpacer.vue?vue&type=script&lang=js&
39584
+ /* harmony default export */ var FormSectionSpacervue_type_script_lang_js_ = ({
39585
+ name: 'FormSectionSpacer',
39586
+ props: {
39587
+ text: String
39588
+ }
39589
+ });
39590
+ // CONCATENATED MODULE: ./src/components/FormSectionSpacer.vue?vue&type=script&lang=js&
39591
+ /* harmony default export */ var components_FormSectionSpacervue_type_script_lang_js_ = (FormSectionSpacervue_type_script_lang_js_);
39592
+ // EXTERNAL MODULE: ./src/components/FormSectionSpacer.vue?vue&type=style&index=0&lang=scss&module=true&
39593
+ var FormSectionSpacervue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("2bc4");
39594
+
39595
+ // CONCATENATED MODULE: ./src/components/FormSectionSpacer.vue
39596
+
39597
+
39598
+
39599
+
39600
+
39601
+
39602
+
39603
+
39604
+ function FormSectionSpacer_injectStyles (context) {
39605
+
39606
+ this["$style"] = (FormSectionSpacervue_type_style_index_0_lang_scss_module_true_["default"].locals || FormSectionSpacervue_type_style_index_0_lang_scss_module_true_["default"])
39607
+
39608
+ }
39609
+
39610
+ /* normalize component */
39611
+
39612
+ var FormSectionSpacer_component = normalizeComponent(
39613
+ components_FormSectionSpacervue_type_script_lang_js_,
39614
+ FormSectionSpacervue_type_template_id_d4c1a10e_render,
39615
+ FormSectionSpacervue_type_template_id_d4c1a10e_staticRenderFns,
39616
+ false,
39617
+ FormSectionSpacer_injectStyles,
39618
+ null,
39619
+ null
39620
+
39621
+ )
39622
+
39623
+ /* harmony default export */ var FormSectionSpacer = (FormSectionSpacer_component.exports);
39093
39624
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppForm.vue?vue&type=script&lang=js&
39094
39625
 
39095
39626
 
@@ -39102,19 +39633,22 @@ var FormField_component = normalizeComponent(
39102
39633
 
39103
39634
 
39104
39635
 
39636
+
39105
39637
  var formComponentsByType = {
39106
39638
  submit: 'FormButton',
39107
39639
  text: 'FormField',
39108
39640
  number: 'FormField',
39109
39641
  tel: 'FormField',
39110
39642
  email: 'FormField',
39111
- hidden: 'FormField'
39643
+ hidden: 'FormField',
39644
+ sectionSpacer: 'FormSectionSpacer'
39112
39645
  };
39113
39646
  /* harmony default export */ var AppFormvue_type_script_lang_js_ = ({
39114
39647
  name: 'AppForm',
39115
39648
  components: {
39116
39649
  FormField: FormField,
39117
- FormButton: FormButton
39650
+ FormButton: FormButton,
39651
+ FormSectionSpacer: FormSectionSpacer
39118
39652
  },
39119
39653
  model: {
39120
39654
  prop: 'formValue',
@@ -39247,6 +39781,15 @@ var formComponentsByType = {
39247
39781
 
39248
39782
  return acc;
39249
39783
  }, []);
39784
+ },
39785
+ formElementClasses: function formElementClasses(elementType) {
39786
+ var classes = [this.$style.formElement];
39787
+
39788
+ if (elementType === 'sectionSpacer') {
39789
+ classes.push(this.$style.formElementSpacer);
39790
+ }
39791
+
39792
+ return classes;
39250
39793
  }
39251
39794
  }
39252
39795
  });
@@ -39274,8 +39817,8 @@ function AppForm_injectStyles (context) {
39274
39817
 
39275
39818
  var AppForm_component = normalizeComponent(
39276
39819
  components_AppFormvue_type_script_lang_js_,
39277
- AppFormvue_type_template_id_f7509fbc_render,
39278
- AppFormvue_type_template_id_f7509fbc_staticRenderFns,
39820
+ AppFormvue_type_template_id_5be2842a_render,
39821
+ AppFormvue_type_template_id_5be2842a_staticRenderFns,
39279
39822
  false,
39280
39823
  AppForm_injectStyles,
39281
39824
  null,
@@ -39296,7 +39839,7 @@ var getFieldErrors = function getFieldErrors(error) {
39296
39839
  };
39297
39840
 
39298
39841
  /* harmony default export */ var src_getFieldErrors = (getFieldErrors);
39299
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/ChallengeLoader.vue?vue&type=template&id=39c6ba11&
39842
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/ChallengeLoader.vue?vue&type=template&id=39c6ba11&
39300
39843
  var ChallengeLoadervue_type_template_id_39c6ba11_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.challenge},[_c('div',{class:_vm.$style.loader},[_c('AppSpinner',{attrs:{"scheme":"secondary"}})],1),(_vm.userInstructions)?_c('div',{class:_vm.$style.userInstructions},[_vm._v(" "+_vm._s(_vm.userInstructions)+" ")]):_vm._e(),(_vm.challenge)?_c('div',[_c('div',{class:_vm.$style.challengeTitle},[_vm._v(" "+_vm._s(_vm.$t('your-verification-code'))+" ")]),_c('div',{class:_vm.$style.challengeCode},[_vm._v(" "+_vm._s(_vm.challenge)+" ")])]):_vm._e()])}
39301
39844
  var ChallengeLoadervue_type_template_id_39c6ba11_staticRenderFns = []
39302
39845
 
@@ -39497,7 +40040,7 @@ var SmartIdAuth_component = normalizeComponent(
39497
40040
  )
39498
40041
 
39499
40042
  /* harmony default export */ var SmartIdAuth = (SmartIdAuth_component.exports);
39500
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/MobileIdAuth.vue?vue&type=template&id=3f6c41cc&
40043
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/MobileIdAuth.vue?vue&type=template&id=3f6c41cc&
39501
40044
  var MobileIdAuthvue_type_template_id_3f6c41cc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.challenge)?_c('div',{class:_vm.$style.challenge},[_c('ChallengeLoader',{attrs:{"challenge":_vm.challenge}}),_c('AppButton',{attrs:{"scheme":"secondary","on-click":function () { return _vm.cancel(); }}},[_vm._v(" "+_vm._s(_vm.$t('cancel'))+" ")])],1):_c('div',[_c('AppForm',{attrs:{"id":"mobileIdForm","schema":_vm.schema,"on-submit":_vm.authenticate,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
39502
40045
  var MobileIdAuthvue_type_template_id_3f6c41cc_staticRenderFns = []
39503
40046
 
@@ -39666,7 +40209,7 @@ var MobileIdAuth_component = normalizeComponent(
39666
40209
  )
39667
40210
 
39668
40211
  /* harmony default export */ var MobileIdAuth = (MobileIdAuth_component.exports);
39669
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/IdentificationFrejaId.vue?vue&type=template&id=392fcbd9&
40212
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/IdentificationFrejaId.vue?vue&type=template&id=392fcbd9&
39670
40213
  var IdentificationFrejaIdvue_type_template_id_392fcbd9_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.userInstructions)?_c('div',{class:_vm.$style.userInstructions},[_c('ChallengeLoader',{attrs:{"user-instructions":_vm.userInstructions}}),_c('AppButton',{attrs:{"scheme":"secondary","on-click":function () { return _vm.cancel(); }}},[_vm._v(" "+_vm._s(_vm.$t('cancel'))+" ")])],1):_c('div',[_c('AppForm',{attrs:{"id":"frejaIdForm","schema":_vm.schema,"on-submit":_vm.authenticate,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
39671
40214
  var IdentificationFrejaIdvue_type_template_id_392fcbd9_staticRenderFns = []
39672
40215
 
@@ -39822,7 +40365,7 @@ var IdentificationFrejaId_component = normalizeComponent(
39822
40365
  )
39823
40366
 
39824
40367
  /* harmony default export */ var IdentificationFrejaId = (IdentificationFrejaId_component.exports);
39825
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/IdentificationZealId.vue?vue&type=template&id=e102c202&
40368
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/IdentificationZealId.vue?vue&type=template&id=e102c202&
39826
40369
  var IdentificationZealIdvue_type_template_id_e102c202_render = function () {
39827
40370
  var _obj;
39828
40371
  var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.error)?_c('div',{class:_vm.$style.buttonHolder},[_c('AppButton',{attrs:{"on-click":function () { return _vm.startIdentification(); }}},[_vm._v(" "+_vm._s(_vm.$t('try-again'))+" ")])],1):_vm._e(),_c('div',{ref:"iframeHolder",class:[_vm.$style.iframeHolder, ( _obj = {}, _obj[_vm.$style.hidden] = _vm.error, _obj )]})])}
@@ -39942,7 +40485,7 @@ var IdentificationZealId_component = normalizeComponent(
39942
40485
  )
39943
40486
 
39944
40487
  /* harmony default export */ var IdentificationZealId = (IdentificationZealId_component.exports);
39945
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureSmartId.vue?vue&type=template&id=4e579494&
40488
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureSmartId.vue?vue&type=template&id=4e579494&
39946
40489
  var SignatureSmartIdvue_type_template_id_4e579494_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.challenge)?_c('div',{class:_vm.$style.challenge},[_c('ChallengeLoader',{attrs:{"challenge":_vm.challenge}})],1):_c('div',[_c('AppForm',{attrs:{"id":"smartIdSignatureForm","schema":_vm.schema,"on-submit":_vm.sign,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
39947
40490
  var SignatureSmartIdvue_type_template_id_4e579494_staticRenderFns = []
39948
40491
 
@@ -40104,7 +40647,7 @@ var SignatureSmartId_component = normalizeComponent(
40104
40647
  )
40105
40648
 
40106
40649
  /* harmony default export */ var SignatureSmartId = (SignatureSmartId_component.exports);
40107
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureMobileId.vue?vue&type=template&id=1c9f8ccb&
40650
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureMobileId.vue?vue&type=template&id=1c9f8ccb&
40108
40651
  var SignatureMobileIdvue_type_template_id_1c9f8ccb_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.challenge)?_c('div',{class:_vm.$style.challenge},[_c('ChallengeLoader',{attrs:{"challenge":_vm.challenge}})],1):_c('div',[_c('AppForm',{attrs:{"id":"mobileIdSignatureForm","schema":_vm.schema,"on-submit":_vm.sign,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
40109
40652
  var SignatureMobileIdvue_type_template_id_1c9f8ccb_staticRenderFns = []
40110
40653
 
@@ -40273,7 +40816,7 @@ var SignatureMobileId_component = normalizeComponent(
40273
40816
  )
40274
40817
 
40275
40818
  /* harmony default export */ var SignatureMobileId = (SignatureMobileId_component.exports);
40276
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureFtn.vue?vue&type=template&id=89f3ab84&
40819
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureFtn.vue?vue&type=template&id=89f3ab84&
40277
40820
  var SignatureFtnvue_type_template_id_89f3ab84_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{class:_vm.$style.note},[_vm._v(" "+_vm._s(_vm.$t('pre-sign-confirmation', {method: _vm.$t('finnish-online-bank')}))+" ")]),_c('div',{class:_vm.$style.formContainer},[_c('AppButton',{attrs:{"on-click":_vm.sign}},[_vm._v(" "+_vm._s(_vm.$t('Sign'))+" ")])],1)])}
40278
40821
  var SignatureFtnvue_type_template_id_89f3ab84_staticRenderFns = []
40279
40822
 
@@ -40369,7 +40912,7 @@ var SignatureFtn_component = normalizeComponent(
40369
40912
  )
40370
40913
 
40371
40914
  /* harmony default export */ var SignatureFtn = (SignatureFtn_component.exports);
40372
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0f5b5ba6-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureOtp.vue?vue&type=template&id=59f05d72&
40915
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureOtp.vue?vue&type=template&id=59f05d72&
40373
40916
  var SignatureOtpvue_type_template_id_59f05d72_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.showConfirm)?_c('div',[_c('div',{class:_vm.$style.mb4},[_vm._v(" "+_vm._s(_vm.$t('confirm-doc-check-and-sign'))+" ")]),_c('AppButton',{class:_vm.$style.mb4,attrs:{"on-click":_vm.approveConfirm}},[_vm._v(" "+_vm._s(_vm.$t('yes'))+" ")]),_c('AppButton',{class:_vm.$style.mb4,attrs:{"scheme":"secondary","on-click":_vm.rejectConfirm}},[_vm._v(" "+_vm._s(_vm.$t('no'))+" ")])],1):_c('div',[(_vm.emailToken)?_c('div',[(_vm.otpPhone)?_c('div',{class:_vm.$style.mb4},[_vm._v(" Phone: "+_vm._s(_vm.otpPhone)+" ")]):_vm._e(),(_vm.otpEmail)?_c('div',{class:_vm.$style.mb4},[_vm._v(" Email: "),_c('b',[_vm._v(_vm._s(_vm.otpEmail))])]):_vm._e()]):_vm._e(),(_vm.schema.length)?_c('div',[_c('AppForm',{attrs:{"id":"otpSignatureForm","schema":_vm.schema,"on-submit":_vm.startConfirm,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1):_c('div',[_c('AppAlert',{attrs:{"scheme":"danger"}},[_vm._v(" Missing otpEmail or otpPhone ")])],1)])])}
40374
40917
  var SignatureOtpvue_type_template_id_59f05d72_staticRenderFns = []
40375
40918
 
@@ -40566,6 +41109,242 @@ var SignatureOtp_component = normalizeComponent(
40566
41109
  )
40567
41110
 
40568
41111
  /* harmony default export */ var SignatureOtp = (SignatureOtp_component.exports);
41112
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureEvrotrust.vue?vue&type=template&id=7d09c51b&
41113
+ var SignatureEvrotrustvue_type_template_id_7d09c51b_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.formContainer},[(_vm.evroTransactionId)?_c('div',{class:_vm.$style.challenge},[_c('SubLoader',[_c('div',[_vm._v(_vm._s(_vm.$t('sign-in-evrotrust-app')))]),_c('div',{class:_vm.$style.label},[_vm._v(_vm._s(_vm.$t('transaction-id')))]),_c('div',{class:_vm.$style.highlight},[_vm._v(_vm._s(_vm.evroTransactionId))])])],1):_c('div',[_c('AppForm',{attrs:{"id":"smartIdSignatureForm","schema":_vm.schema,"on-submit":_vm.sign,"errors":_vm.fieldErrors},model:{value:(_vm.formValue),callback:function ($$v) {_vm.formValue=$$v},expression:"formValue"}})],1)])}
41114
+ var SignatureEvrotrustvue_type_template_id_7d09c51b_staticRenderFns = []
41115
+
41116
+
41117
+ // CONCATENATED MODULE: ./src/views/SignatureEvrotrust.vue?vue&type=template&id=7d09c51b&
41118
+
41119
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"53b71e64-vue-loader-template"}!./node_modules/@vue/cli-service/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/SubLoader.vue?vue&type=template&id=333e7afc&
41120
+ var SubLoadervue_type_template_id_333e7afc_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.$style.challenge},[_c('div',{class:_vm.$style.loader},[_c('AppSpinner',{attrs:{"scheme":"secondary"}})],1),_c('div',{class:_vm.$style.content},[_vm._t("default")],2)])}
41121
+ var SubLoadervue_type_template_id_333e7afc_staticRenderFns = []
41122
+
41123
+
41124
+ // CONCATENATED MODULE: ./src/components/SubLoader.vue?vue&type=template&id=333e7afc&
41125
+
41126
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/SubLoader.vue?vue&type=script&lang=js&
41127
+
41128
+ /* harmony default export */ var SubLoadervue_type_script_lang_js_ = ({
41129
+ name: 'SubLoader',
41130
+ components: {
41131
+ AppSpinner: AppSpinner
41132
+ },
41133
+ props: {
41134
+ challenge: String,
41135
+ userInstructions: String
41136
+ }
41137
+ });
41138
+ // CONCATENATED MODULE: ./src/components/SubLoader.vue?vue&type=script&lang=js&
41139
+ /* harmony default export */ var components_SubLoadervue_type_script_lang_js_ = (SubLoadervue_type_script_lang_js_);
41140
+ // EXTERNAL MODULE: ./src/components/SubLoader.vue?vue&type=style&index=0&lang=scss&module=true&
41141
+ var SubLoadervue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("cd2f");
41142
+
41143
+ // CONCATENATED MODULE: ./src/components/SubLoader.vue
41144
+
41145
+
41146
+
41147
+
41148
+
41149
+
41150
+
41151
+
41152
+ function SubLoader_injectStyles (context) {
41153
+
41154
+ this["$style"] = (SubLoadervue_type_style_index_0_lang_scss_module_true_["default"].locals || SubLoadervue_type_style_index_0_lang_scss_module_true_["default"])
41155
+
41156
+ }
41157
+
41158
+ /* normalize component */
41159
+
41160
+ var SubLoader_component = normalizeComponent(
41161
+ components_SubLoadervue_type_script_lang_js_,
41162
+ SubLoadervue_type_template_id_333e7afc_render,
41163
+ SubLoadervue_type_template_id_333e7afc_staticRenderFns,
41164
+ false,
41165
+ SubLoader_injectStyles,
41166
+ null,
41167
+ null
41168
+
41169
+ )
41170
+
41171
+ /* harmony default export */ var SubLoader = (SubLoader_component.exports);
41172
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/views/SignatureEvrotrust.vue?vue&type=script&lang=js&
41173
+
41174
+
41175
+
41176
+
41177
+ /* harmony default export */ var SignatureEvrotrustvue_type_script_lang_js_ = ({
41178
+ name: 'SignatureEvrotrust',
41179
+ components: {
41180
+ AppForm: AppForm,
41181
+ SubLoader: SubLoader
41182
+ },
41183
+ data: function data() {
41184
+ return {
41185
+ fieldErrors: {},
41186
+ evroTransactionId: null,
41187
+ authProcess: {}
41188
+ };
41189
+ },
41190
+ computed: {
41191
+ inputValues: function inputValues() {
41192
+ return this.$root.$options.storeGetters.inputValues();
41193
+ },
41194
+ callingCode: function callingCode() {
41195
+ return this.$root.$options.storeGetters.callingCode();
41196
+ },
41197
+ additionalMethodConfig: function additionalMethodConfig() {
41198
+ return this.$root.$options.storeGetters.additionalMethodConfig();
41199
+ },
41200
+ schema: function schema() {
41201
+ return [{
41202
+ type: 'text',
41203
+ name: 'idcode',
41204
+ label: this.$t('idcode')
41205
+ }, {
41206
+ type: 'sectionSpacer',
41207
+ text: this.$t('or') + ':'
41208
+ }, {
41209
+ type: 'tel',
41210
+ name: 'phone',
41211
+ label: this.$t('phone-number'),
41212
+ callingCode: this.callingCode
41213
+ }, {
41214
+ type: 'sectionSpacer',
41215
+ text: this.$t('or') + ':'
41216
+ }, {
41217
+ type: 'email',
41218
+ name: 'email',
41219
+ label: this.$t('email')
41220
+ }, {
41221
+ type: 'submit',
41222
+ label: this.$t('Sign')
41223
+ }];
41224
+ },
41225
+ formValue: {
41226
+ get: function get() {
41227
+ return {
41228
+ idcode: this.inputValues.idcode,
41229
+ email: this.inputValues.email,
41230
+ phone: this.inputValues.phone
41231
+ };
41232
+ },
41233
+ set: function set(newValues) {
41234
+ this.updateInputValues(newValues);
41235
+ }
41236
+ }
41237
+ },
41238
+ methods: {
41239
+ updateInputValues: function updateInputValues(newValues) {
41240
+ this.$root.$options.storeActions.updateInputValues(newValues);
41241
+ },
41242
+ loadingStart: function loadingStart() {
41243
+ this.$root.$options.storeActions.loadingStart();
41244
+ },
41245
+ loadingEnd: function loadingEnd() {
41246
+ this.$root.$options.storeActions.loadingEnd();
41247
+ },
41248
+ addFlashMessage: function addFlashMessage(message) {
41249
+ this.$root.$options.storeActions.addFlashMessage(message);
41250
+ },
41251
+ clearFlashMessages: function clearFlashMessages() {
41252
+ this.$root.$options.storeActions.clearFlashMessages();
41253
+ },
41254
+ startSignatureProcessing: function startSignatureProcessing() {
41255
+ this.$root.$options.storeActions.startSignatureProcessing();
41256
+ },
41257
+ endSignatureProcessing: function endSignatureProcessing() {
41258
+ this.$root.$options.storeActions.endSignatureProcessing();
41259
+ },
41260
+ clearErrors: function clearErrors() {
41261
+ this.fieldErrors = {};
41262
+ },
41263
+ cancel: function cancel() {
41264
+ var cancel = this.authProcess.cancel;
41265
+
41266
+ if (cancel) {
41267
+ cancel();
41268
+ }
41269
+ },
41270
+ sign: function sign() {
41271
+ var _this = this;
41272
+
41273
+ this.loadingStart();
41274
+ this.clearFlashMessages();
41275
+ this.clearErrors();
41276
+
41277
+ var dataToSubmit = _objectSpread2({}, this.formValue);
41278
+
41279
+ dataToSubmit.phone = dataToSubmit.phone ? this.callingCode + dataToSubmit.phone : '';
41280
+ var additionalMethodConfig = this.additionalMethodConfig || {};
41281
+ this.authProcess = this.$root.$options.eidEasyClient.signature.evroTrustSignature.start(_objectSpread2(_objectSpread2({}, dataToSubmit), {}, {
41282
+ started: function started(result) {
41283
+ if (result.data && result.data.transaction_id) {
41284
+ _this.evroTransactionId = result.data.transaction_id;
41285
+
41286
+ _this.loadingEnd();
41287
+
41288
+ _this.startSignatureProcessing();
41289
+ }
41290
+ },
41291
+ fail: function fail(error) {
41292
+ if (!error.isCancel) {
41293
+ _this.addFlashMessage(error);
41294
+ }
41295
+
41296
+ _this.fieldErrors = src_getFieldErrors(error);
41297
+
41298
+ _this.$root.$options.eidEasyOnFail(error);
41299
+ },
41300
+ success: function success(result) {
41301
+ _this.$root.$options.eidEasyOnSuccess(result);
41302
+ },
41303
+ finished: function finished() {
41304
+ _this.evroTransactionId = undefined;
41305
+
41306
+ _this.endSignatureProcessing();
41307
+
41308
+ _this.loadingEnd();
41309
+ }
41310
+ }, additionalMethodConfig));
41311
+ }
41312
+ }
41313
+ });
41314
+ // CONCATENATED MODULE: ./src/views/SignatureEvrotrust.vue?vue&type=script&lang=js&
41315
+ /* harmony default export */ var views_SignatureEvrotrustvue_type_script_lang_js_ = (SignatureEvrotrustvue_type_script_lang_js_);
41316
+ // EXTERNAL MODULE: ./src/views/SignatureEvrotrust.vue?vue&type=style&index=0&lang=scss&module=true&
41317
+ var SignatureEvrotrustvue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("2322");
41318
+
41319
+ // CONCATENATED MODULE: ./src/views/SignatureEvrotrust.vue
41320
+
41321
+
41322
+
41323
+
41324
+
41325
+
41326
+
41327
+
41328
+ function SignatureEvrotrust_injectStyles (context) {
41329
+
41330
+ this["$style"] = (SignatureEvrotrustvue_type_style_index_0_lang_scss_module_true_["default"].locals || SignatureEvrotrustvue_type_style_index_0_lang_scss_module_true_["default"])
41331
+
41332
+ }
41333
+
41334
+ /* normalize component */
41335
+
41336
+ var SignatureEvrotrust_component = normalizeComponent(
41337
+ views_SignatureEvrotrustvue_type_script_lang_js_,
41338
+ SignatureEvrotrustvue_type_template_id_7d09c51b_render,
41339
+ SignatureEvrotrustvue_type_template_id_7d09c51b_staticRenderFns,
41340
+ false,
41341
+ SignatureEvrotrust_injectStyles,
41342
+ null,
41343
+ null
41344
+
41345
+ )
41346
+
41347
+ /* harmony default export */ var SignatureEvrotrust = (SignatureEvrotrust_component.exports);
40569
41348
  // CONCATENATED MODULE: ./src/views/views.js
40570
41349
 
40571
41350
 
@@ -40577,6 +41356,7 @@ var SignatureOtp_component = normalizeComponent(
40577
41356
 
40578
41357
 
40579
41358
 
41359
+
40580
41360
  var views = Object.freeze({
40581
41361
  MethodSelection: MethodSelection,
40582
41362
  SmartIdAuth: SmartIdAuth,
@@ -40586,7 +41366,8 @@ var views = Object.freeze({
40586
41366
  SignatureSmartId: SignatureSmartId,
40587
41367
  SignatureMobileId: SignatureMobileId,
40588
41368
  SignatureFtn: SignatureFtn,
40589
- SignatureOtp: SignatureOtp
41369
+ SignatureOtp: SignatureOtp,
41370
+ SignatureEvrotrust: SignatureEvrotrust
40590
41371
  });
40591
41372
  /* harmony default export */ var views_views = (views);
40592
41373
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/@vue/cli-service/node_modules/vue-loader/lib??vue-loader-options!./src/components/AppLayout.vue?vue&type=script&lang=js&
@@ -44033,7 +44814,8 @@ var methodButtonNames = {
44033
44814
  IdCardButtonLv: 'IdCardButtonLv',
44034
44815
  IdCardButtonPt: 'IdCardButtonPt',
44035
44816
  OtpButton: 'OtpButton',
44036
- GoogleButton: 'GoogleButton'
44817
+ GoogleButton: 'GoogleButton',
44818
+ EvrotrustButton: 'EvrotrustButton'
44037
44819
  };
44038
44820
  /* harmony default export */ var methodButtons_methodButtonNames = (methodButtonNames);
44039
44821
  // CONCATENATED MODULE: ./src/createMethodsConfig.js
@@ -44254,6 +45036,13 @@ var allWidgetMethods = Object.freeze((_Object$freeze = {}, _defineProperty(_Obje
44254
45036
  translationKeys: {
44255
45037
  title: 'google'
44256
45038
  }
45039
+ }, {
45040
+ actionType: eideasy_browser_client["methodActionTypes"].EVROTRUST_SIGNATURE,
45041
+ buttonName: methodButtons_methodButtonNames.EvrotrustButton,
45042
+ viewName: views_viewNames.SignatureEvrotrust,
45043
+ translationKeys: {
45044
+ title: 'evrotrust'
45045
+ }
44257
45046
  }]), _Object$freeze));
44258
45047
 
44259
45048
  var createMethodsConfig_getAvailableMethods = function getAvailableMethods(clientMethods, widgetMethods) {
@@ -44624,6 +45413,207 @@ module.exports = {
44624
45413
 
44625
45414
  /***/ }),
44626
45415
 
45416
+ /***/ "fda2":
45417
+ /***/ (function(module, exports, __webpack_require__) {
45418
+
45419
+ __webpack_require__("99af");
45420
+
45421
+ __webpack_require__("cca6");
45422
+
45423
+ var _objectSpread = __webpack_require__("ded3");
45424
+
45425
+ var _objectWithoutProperties = __webpack_require__("4082");
45426
+
45427
+ module.exports = {
45428
+ functional: true,
45429
+ render: function render(_h, _vm) {
45430
+ var _c = _vm._c,
45431
+ _v = _vm._v,
45432
+ data = _vm.data,
45433
+ _vm$children = _vm.children,
45434
+ children = _vm$children === void 0 ? [] : _vm$children;
45435
+
45436
+ var classNames = data.class,
45437
+ staticClass = data.staticClass,
45438
+ style = data.style,
45439
+ staticStyle = data.staticStyle,
45440
+ _data$attrs = data.attrs,
45441
+ attrs = _data$attrs === void 0 ? {} : _data$attrs,
45442
+ rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
45443
+
45444
+ return _c('svg', _objectSpread({
45445
+ class: [classNames, staticClass],
45446
+ style: [style, staticStyle],
45447
+ attrs: Object.assign({
45448
+ "xmlns": "http://www.w3.org/2000/svg",
45449
+ "viewBox": "0 0 189.1 59.5"
45450
+ }, attrs)
45451
+ }, rest), children.concat([_c('path', {
45452
+ attrs: {
45453
+ "fill": "#EC1C24",
45454
+ "d": "M43.2 21.6c0 .4.2-.4 0 0zm-.2 0c-.2 0-.4.7-.2.4 0 0 .3-.6 0-.4h.2zm-1.2 3.7v-.5.5zm3-5.7s-.2.2 0 .3v-.3zm-1 .8v.3c-.2 0-.4.7-.3.7l.4-.6s0-.2-.2-.2l.1-.2zm.8-.8c-.2.5.2-.3 0 0zm.1-1c0 .3 0 .3-.2.4 0 .3.3-.3.2-.3v-.1zm-.7 1.7c0-.3.3-.4.3-.6 0 .3 0 .2 0 0-.2 0 0 0 0-.2l-.3.4v.4zm.4-.5c0 .5.2-.3 0 0zm-2.6 4.5c0 .2-.3.8 0 .5-.2 0 0-.5 0-.5zm3.2-5.5c0 .4.2-.3 0 0zm-.2-.2c0 .6.2 0 0 0z"
45455
+ }
45456
+ }), _c('path', {
45457
+ attrs: {
45458
+ "fill": "#EC1C24",
45459
+ "d": "M45 18.8c-.2.2-.3.8 0 0zm0-.2c0-.4 0 0 0 0l.4-.6c0 .2-.2.5-.2.3v-.7l-.2 1c0-.3 0 0 0 0zm-1 2c0 .4.2-.4 0 0zM67 3.1c.2-.2 0 0 0 0zm0 0c-.2 0 0 .2 0 0zm-1.5 1.7c-.3.2.2 0 0 0zm0 .1c-.2.2.2 0 0 0zM65 3.3s-.5.2 0 0zm0 .3c-.4 0 0-.2 0 0zm0 1.6c-.2.2.2 0 0 0zm0 .4c-.3 0 0-.2 0 0zm-.4-2.3c-.2.2.3 0 0 0zm0 .6c-.2 0 .2 0 0 0zm0 1.7c-.2 0 .2-.2 0 0zm-.2-1.7c-.2 0 .2 0 0 0zm0 1.3c-.3 0 .3 0 0 0zm-.2-1.8c-.2 0 .2 0 0 0zM47.8 16.6l-.2.4c0 .3.3-.3.2-.4zm2.2-5l.2-.4c-.2.6-1 1.6-1 2-.3.3-.8 1.4-1.3 2.3l2.6-4.7c-.4.3-.5.6-.6.7l.1.1zm.6-1v.2-.2zM48 16.1c-.3.3 0 0 0 0zm0-.5c.2 0 .4-.3.3-.5l-.2.6-.1-.1zm.6 0c0-.2.2-.3 0-.4 0 .2-.2.6 0 .4zm-.8 0l-.3.7.3-.6v-.1zm-.3-.4c0 .3-.6 1-.5 1l.5-1zm2.9-4c0 .4.2-.2 0 0zm.4.8c.3-.4 0-.4 0 0zM52 9.9c-.2.3.2-.2 0 0z"
45460
+ }
45461
+ }), _c('path', {
45462
+ attrs: {
45463
+ "fill": "#EC1C24",
45464
+ "d": "M52 9.8l-.3.4c.2 0 .2-.2.2-.4h.1zm.4-.5c-.3.4.2-.2 0 0zM49 14.2l-.5 1v.2s0-.3.3-.5l.2-.4c-.2 0 0-.4 0-.3zm4-5.6c0-.3 0-.2.2-.5 0 0 0 .2 0 0v-.3l.5-.4c-.2 0 0-.3 0-.4l-1.2 2s.7-.5.5-.4zm-4.7 7v-.2c.2-.5-.2.5 0 .2zm5.2-10c-.2.4.2 0 0 0zm-3.7 6l1.4-2.5-1.4 2.5zm.6-.8c0 .2-.3.3-.2.5 0-.3.2-.2.3-.3v-.2h-.1zm1.1-1.9c0 .4.2-.2 0 0zm2.7-3.8c0 .3.3-.2 0 0zm.1-.5l.7-.8c-.2.2-.6.5-.7.8zm-.6.7zM51 10.6c-.3.3 0-.3 0 0zm-2.7 3.8c0 .4.2-.3 0 0zm3.1-4.5c-.2.4.2-.3 0 0z"
45465
+ }
45466
+ }), _c('path', {
45467
+ attrs: {
45468
+ "fill": "#EC1C24",
45469
+ "d": "M51.3 9.3c0 .2 0 .4-.3.7 0 0 0-.2 0 0l-.3.5c0-.2 0 0 0 0l1.4-2.2c0 .2-.4.6-.8 1 .1-.2.1-.3 0 0zm-.5 1.3c-.2.3.2-.2 0 0zm-1.4 1.6v.2H49v.4l.2-.6h.2zm-.8 1.7c-.2.3.2-.3 0 0zm.4-.6c-.3.4.2-.3 0 0zm-.5.3c-.2.3.2 0 0 0zm1.2-2l-.2.4c.2 0 .2-.3.2-.4zM53.4 6s0 .2 0 0 0 .2-.2.2c0 0-.2.4 0 .5L54.4 5c-.3 0-.8 1-1 1zM49.4 11.9s-.2.4 0 .2v-.2zM53 6.6c-1.4 1.8-2 2.7-3.4 5 .7-1 2.4-4 3-4.6l.3-.5.1.1zm-.3.3c0 .4-.2 0 0 0zm-2.5 5.9l.3-.3c0-.4-.3 0-.3.3zm-2.6 4c-.2.4.2-.3 0 0zM60 8.6c-.3.2 0 0 0 0zm-1 1c0 .3.3 0 0 0zm.7-3.6c-.3.2.2-.2 0 0zm-.1.6c.2-.3 0-.3 0 0zm.7 2c-.2 0 .2-.2 0 0zm-5.6-1.8s-.4.5-.2.4c0 0 .4-.5.2-.4zm6.1 1.3c-.3.2 0 .2 0 0zm-1.2-1.5c-.3 0 0 0 0 0zm1.2 1.5c.2 0 0 0 0 0zm-10.6 4.7l-.5.7s.4-.7.5-.6v-.2.1zm8.3-6.9c-.2.2.2-.2 0 0zm-.2-.5c-.2.3.2 0 0 0zm.2-.4c-.2.3.2-.2 0 0zM58 7.1s0-.2.2 0H58l1-1-.7.8c0-.2-.3 0-.3.2zm.6-.9c-.2.2.2-.2 0 0zm.4.9c-.4.3 0-.2 0 0zm.2-.9s-.3.2-.3.4l.2-.4h.1zm-4.7 1.4c-.5.5 0-.2 0 0z"
45470
+ }
45471
+ }), _c('path', {
45472
+ attrs: {
45473
+ "fill": "#EC1C24",
45474
+ "d": "M58.6 5h-.2c0 .4.3 0 .2 0zm.7 1.3zm-5.1 2.3v-.2.2zm-3.7 4.2c-.2.3 0 0 0 0zm-.9 1.5c.3-.4 0-.2 0 0zm.7-1.1V13v.2zm-.3.4c.2-.3-.4.5 0 0zm.3-1c0 .4.3-.2 0 0zm-.7 1.7c-.4.6 0 .4 0 0zm-.6 1c.3-.4 0 0 0 0zm.3-1l-.2.4.3-.3-.1-.1zm1.4-2c0 .3-.3.6-.5 1 0-.2.7-1 .5-1zm1.8-2.7c-.2.4.2-.2 0 0zm2-2h-.2.2z"
45475
+ }
45476
+ }), _c('path', {
45477
+ attrs: {
45478
+ "fill": "#EC1C24",
45479
+ "d": "M52.5 9.6s.2 0 .2-.2v-.2l-.2.4zm1.3-.5c-.2.4.2 0 0 0zm-1.4.5l-1.2 2c.2 0 .6-1.2 1-1.2-.2 0 0-.3 0-.3 0-.2.3-.4.2-.5zM51 11.4c0 .3 0 .2 0 0zm-.2.8c.2 0-.2.4 0 .4 0-.2.3-.7 0-.4l.3-.3s.2-.3 0-.3l-.2.6h-.1zm.8-1.6s0-.5 0 0zm-.6.6l.6-.8-.6 1s0-.2.2 0v-.2H51zm8.5-6.3v-.3.3zm0-.3c.3 0 0 0 0 0zm.1 1c-.2.2.2 0 0 0zm.6-.8c-.2.2.2 0 0 0zm-1.2.6c0 .2.3 0 0 0zm.7-.2c-.2.2 0 0 0 0zm.1.4s0-.2 0 0zm1.5 2.2l-.4.2s.4 0 .4-.3v.1zm-2-2.7l-.3.2c0 .2.3 0 .3-.2zm-2.3.5c-.4.3.2-.2 0 0zm-2.6 1l.2-.3-.2.3zm5.6-4c-.3.3 0 0 0 0zm-1.3 4c-.4.3.3-.3 0 0zm.9-2.6c-.2.3.2 0 0 0zm-.1.4c-.2.3.2 0 0 0zm-.3 0c-.3.2.3 0 0 0zm.8.4l-.3.2.3-.2zm-.7.8v-.2.2zm-.1.6s.2-.3 0-.4c0 .2 0 0-.2.3l.2.1zM49 12.1h-.2.2zm-3 5.5l-.2.3v-.3h.2zM58.3 4.9l-.3.2s.2 0 .3-.2zm2.7-.3c-.2 0 .2 0 0 0zM49.2 14c.2-.3 0 0 0 0zm6.3-10.8c-.2.2 0 0 0 0zM53 7.6c0-.2-.2 0-.3.2.3 0 .4-.2.3-.3v.1zm-4.6 5.5c0-.2 0 0 0 0zm8.4-6.8s.4-.4.3-.5c0 0 0 .3-.2.5h-.1zm.2-.7h.3c0-.3-.2 0-.2 0H57zm1-2s.4-.2.2-.2v.2H58zm-6.2 6.2c-.4.3.2-.3 0 0zm1.2-.9c0 .3 0 .2 0 0zm1-3.1c-.2.3.2-.2 0 0zM46 18c-.2.4 0-.3 0 0zm3.3-4.6c0 .4.2-.3 0 0zm.1-.4c-.2.3.2-.3 0 0zm.1-.4c0 .5.2 0 0 0zm.2 0c-.2.3.2-.4 0 0zm-3 4.5zm-.3 1.9l.3-.6-.3.6zm5.1-8.9c-.2.4.2-.2 0 0z"
45480
+ }
45481
+ }), _c('path', {
45482
+ attrs: {
45483
+ "fill": "#EC1C24",
45484
+ "d": "M45.7 18.2v.2l.3-1c0 .5-.3.6-.3.8zm.6-1.6c-.2.3.2 0 0 0zm.2 1.5c0 .3.2-.3 0 0zm-.2-2.1zm.5-.4c-.2.2.2-.4 0 0zm5.6-7.5l.2-.3-.2.3zm-5.8 7.7c-.4.6 0-.3 0 0zM53 7.1c0 .3.3-.2 0 0zm1.7-2.2zm.3-.3c-.2.3.2-.2 0 0zm-5 7.3c-.2.4.2-.2 0 0zm4-6h-.2v.3s.2-.2 0-.3h.2zm-7.8 10.3V16l-.3.7s0-.3.2-.4l.1-.1zm-.5 1.7v.2c-.2.3 0 0 0-.2zm0-.8c.2-.4-.2.5 0 0zm0-.2l-.3.7v-.2l.3-.5zm15.6-9.3l.2-.4s-.4.4-.2.4zm-3.9 1c.2-.3-.3.2 0 0zm-2-2.2c-.2.3.2-.2 0 0zm1.9 4.7c-.2 0 0 .2 0 0zm0-4c-.2.3.2-.2 0 0zm-.3 4.1c0 .3.3 0 0 0zm1-.9c.2 0 0 0 0 0zm.4-.3c-.3.3.2-.2 0 0zm-.6.3v.2s-.2 0 0 0c-.2 0-.4 0-.3.2.2-.2.2 0 0 0 .2 0 .2 0 .3-.2l.2-.3c-.3.4 0-.3-.2.1zm-2.1-.2l.8-1-.8 1zm.1-3.5c0-.2-.5.4 0 0zm1.2 4.5s0 .2 0 0zm-1.3-4.9s-.5.4 0 0zm1.1 2.4c0 .3 0 .2-.2.3v.3l.4-.6c-.2.2 0 0-.2 0zm-.5 1s.3-.3 0 0zm.2.4c-.2.2.2 0 0 0zm2-.4c0 .2-.4.5-.2.4l.2-.3v-.1zM60.8 7c-.2 0 0 0 0 0zm-.6.6s.2 0 .2-.2h-.2v.2zM60 6.4c.2 0-.4.2 0 0zm1.3 0c-.2.2-.4.3-.4.5.2 0 .2-.3.4-.5zm-6.5-.8v-.2.2zm7.9-.8s.2 0 0 0zm-3.9 4.8c0 .2.2-.2 0 0zm-.3-2c-.2.2-.3.3-.3.5 0 0 .3-.3.3-.5zm.5-1c0 .2.3 0 0 0zm.8 0c-.3.2 0 .2 0 0zm-1.3 3c.2-.3.6-.7.5-.8 0 .2-.5.5-.5.7v.1z"
45485
+ }
45486
+ }), _c('path', {
45487
+ attrs: {
45488
+ "fill": "#EC1C24",
45489
+ "d": "M59.6 7h.2v-.4c0 .2 0 .2-.2.2V7zm-1 2.9c.2-.2-.3.2 0 0zm.8-2.7l.2-.3-.2.3zm-.1 1.4s.4-.2.3-.3c0 0-.3 0-.3.3zm-2.1.6l-.2.2c0 .2.3 0 .2-.2zm.6-2.2l.2-.3-.2.3zm-2.6.8v-.2.2zm2.3 0c.2-.3.4-.3.5-.6-.2.2-.5.4-.5.6zm0-1.2c-.2.3.2 0 0 0zm.1-.4c-.2.3.2 0 0 0zm.1-.6c0-.2.3-.2.3-.4-.3.3-.8.7-.7 1 .3-.2 0-.4.4-.6zM58 6.6c-.3 0 0 .3 0 0zm-.4.2s.2 0 .2-.3c0 0-.2 0-.2.2v.1zm.1 1.8c.2-.3 0-.2 0 0zm0-.8l.8-1c0 .2-.7.8-.8 1zm.3-.2c-.4.4 0 0 0 0zm0 2.5c-.2.3.3-.2 0 0zm.4-1.9c-.2.3.2 0 0 0z"
45490
+ }
45491
+ }), _c('path', {
45492
+ attrs: {
45493
+ "fill": "#EC1C24",
45494
+ "d": "M58.2 9.8l-.2.2c0 .2.3-.2.2-.2zM57 6.6l.2-.4s-.2 0-.3.4h.1zm.6-.2zm.4 1.7c.2 0 .3-.2.3-.3l-.2.3H58zm0-.5c0 .4.3 0 0 0zm-.6 0l.2-.4h-.3v.3l.1.1zm-1.4-1c0 .4.3 0 0 0zm0-.8c.2-.3.3 0 .3-.3v-.4l-.3.7zm1 1.6v.5c0-.2.2-.4 0-.5zm-1.2-1.8c-.2 0-.8.7-.8 1l.8-1zm.2 1.6l-.2.3c0-.3.2-.4.2-.3zm0-1.8v.2c0 .2.2-.4 0-.2zm0 .4c-.7.7-.2.3 0 0zm-.3 1.5l.2-.4c-.2 0-.3.3-.3.4h.1zm.3 2c0 .3.3 0 0 0zm1-3.2zm-.5.3s.2 0 .3-.2c0-.3-.3 0-.3.2zm.3.2c-.2.3.2 0 0 0zm-.1-.4v-.1.1z"
45495
+ }
45496
+ }), _c('path', {
45497
+ attrs: {
45498
+ "fill": "#EC1C24",
45499
+ "d": "M56 6.9l.4-.4c.2 0 0 0 0-.2 0 .2-.4.3-.4.6zm.2-.1c0 .3 0 .2 0 0z"
45500
+ }
45501
+ }), _c('path', {
45502
+ attrs: {
45503
+ "fill": "#EC1C24",
45504
+ "d": "M65.7 3.3c-.2.3-1.3.8-1.5.8s-.5.3-.5.3v-.2c-.7 0-2 1.4-2.6 1.5 0 .2-.2.5 0 .2l-.6.5s0-.2 0 0l1-1.2c-.2.3-.8 1-1.2 1l.8-.7c-.4.2-1.7 1.5-2 1.6l1.2-1.2.6-.5-.3.2s-.5.4-.7.3c0-.2.2 0 .3-.3 0 0-.5.6-.7.6l1-1c-.3.2-.3.2-.4 0l-.7.5v.5H59c0-.3.3-.2.4-.4l1.7-1.5c0 .4.4-.2.4-.2v-.5.2c.3 0 0-.2.2-.3-.5.3-1 .8-1.5 1l-.2.2.3-.2s.2-.3 0 0c-.2 0-.2.4-.6.6v-.4l1-.6c0-.2-1 .7-.4 0l-.2.2s-.2.2-.2 0l1-.8s-.6.6-.7.5c0 0 .5-.4.3-.4 0 .2-.4.5-.4.3l1-.8c.3-.3.4-.2.5-.5l.5-.4c-1.1.4-2.1 1.4-3.4 2.4 0-.2 0 0-.2 0l-.3.4s-.2.3-.3.2l.3-.3c.7-1 0 0-.4.3 1-1.4-1 1-1 .8 0 0 .4-.3.3-.4l-.3.3c.2 0 0 .5-.3.5 0-.2.2-.3 0-.4h.3c0-.2.2-.5.2-.3.2-.3.5-.5.7-1 .2 0 .4-.5.8-.8 0-.2-.3 0-.4 0 .3-.2.5-.6.7-.5 0 .2-.2.2 0 .4.4-.4 1-.7 1.2-1 0-.2.2-.3.2-.3-.4.3-.5.2-1 .7.2 0 .3-.3.3 0 0 0-.3.2-.3 0-.7.5-1.6 1.6-2.2 2l.8-1c0-.3.4-.4 0 0 .6-.8 1.3-1 1.8-1.8 0 .2.3 0 .3-.3-.7.5-1 1-1.8 1.4H58v.1l-1 1c0-.3.4-.5.5-.8l-1 1c.2-.2.6-.6.7-1l-1.4 1.5c.6-.7 1.2-1.2 1.6-2 .4-.2.8-.8 1.4-1v-.2c-1.3 1-2.2 2-3.2 3.3 0 0-.2 0-.3.2l-.2.3-.2.3s0 .2-.2.3v-.2c-.5 1-1.4 1.8-1.8 2.6 0 .2-.2.3 0 0 0 0-.3.6-.3.4v-.2c.3-.7 1-1.2 1.2-1.7 0-.6 1-1.3 1.2-2 0 .3.2 0 .2-.2l-.6.4c-.2.2-1 1-1 1.3 0-.3.6-.8.7-1l-2.2 3c0 .2.2 0 0 .3 0-.4-.6 1-.8 1 .2-.5.6-.8.7-1l-1.7 2.7 1-1.8c-.2.4 0 .2 0 .5-.3.3-.7 1-1 1.7V12c-.3.2-.4.6-.4.6-.3.3-.4.4-.6 1 0 0 0-.4.2-.3l-.2.4v-.2l-.3.4c.3-.5 0 .2 0 0l.2-.2v-.1s.2-.3 0 0l.5-.8c-.2 0-1 1.7-1 1.5v-.4l.3-.3s.4-.6.2 0l.3-.8s.2 0 .2-.4c0-.5.8-1 1-1.6l.8-1.5c.2 0 .4-1 .8-1l-.2.3.4-.5c-.3.4.4-1 .3-.5l.2-.2h-.2s.2-.3.3-.2v.3c.2-.2.3-1 .3-.5 1-1.5 1.3-2.3 2.3-3-.3.3-.4.3-.6.7.2-.3.4-.5.6-.5 0-.3.3-.5.6-.7 0-.3-.4.5-.5.3.4-.6.8-.7 1-1l-.6.4.7-.7c-1.5 1.4-3.2 3.6-4.5 5.5 0-.2-.2 0-.3.2 0-.2.2-.5.4-.6 0 .2-.2.5 0 .3 0 0 .4-.5.4-.8-.2 0-.3.5-.4.4l.3-.6c.2 0 .6-1 1.3-1.8h.2l1-1.4c.2-.3 1-1 .8-1l-1.7 1.9c.6-.8 1-1 1.2-1.5 0 .2.6-.5.4-.4-.2.3-.3.4-.4.3 0 0 .2-.2 0-.3l-.5.6c0 .2.2.2.2.3H55c-.3.2-.8.6-1 1l-.4.8c-.2 0 0-.3-.2 0 0 .3-.2.3-.2.4-.3.2-.5 1-1 1.2-.6 1.2-1.6 2.2-2 3.3l.6-1c0 .3-1.3 2-1 2-.8 1-1.5 2.3-2.2 3.6.4-1 1.3-2.3 1.7-3.2L47.5 15c.8-1.8 1.7-3 2.7-4.8l.2-.5-2 3.4s0-.2 0 0c0 .3 0 0-.2.3l-.4 1c0-.5-.3.4-.3.5v.2l-.8 1.4c0-.4.6-1 .7-1.5-.3 0-.5 1-.6 1l1-2-.6 1.2c0-.3.3-.6.3-.7 0 .3 0 .5-.3.5v.4H47c0 .6-.8 1.2-1 2 0-.2 0 0 0 0v.3s0 .2-.2.3v-.4l-.4 1 .4-1c0 .2-.2.2-.3.4l.5-1v.2l.3-.5c0 .3-.4.8-.3 1l1.4-3c-.4.8-.7 1.2-1 1.4.3-.3.3-.3.4-.7-.8 1.2-1.2 2.3-2 3.4 0 .2 0 0 0 0 0 .3-.2.6-.4 1 .4-1 .8-1.7 1-2.5v.2c-.2 0-.3.3-.2.2-.3.4-.7 1.7-.6 1l-1.3 2.6.2-.5c-1.4 3-2.7 6-4 9.4l-1.2 3-.5 1.6c-1 2.7-2 5.4-2.7 8.2 0 .3 0 .6-.2.8 0-.4-.3-.8-.4-1.2L33 38.1l-1-2.5-.3-1c-.4-1.4-1-3-1-4l-.3-.6-1-4c-.2.3-.2.5-.3.2 0 1-.7.5-.6 2 0-.3 0-.5-.2-.8 0 0 .2.7 0 .7-.2.3-.3.3-.3 1.2-.2-.2-.2-.2-.2 0 0-.3 0-.5-.2-.6v.7c0-.5-.2 0-.3-.3v.8l-.2-.8v.7-.2.7c-.3-.6-.3.3-.6-.3 0 .5-.3 1-.5 1 0 .3-.2 0 0 .6-.3-.5-.3-.3-.3 0 0-.2-.2-.4-.2-.3v1l-.5-.7c0 1.5.4 3.7 1.2 6.2l1.2 3.7s0 .3.2.5l2.4 7.6.3 1 .7 2c.6 1.6 1 3 2 5.3.7 1 1.5 2.5 3.3 1 1.8-2.3 1-2 1.5-2.6l1-2.6c1.4-5 3-9.8 5-14.2.6-1.7 1.2-3.3 2-5 1-2.6 2.2-5.2 3.4-7.6 1-2 2.2-4.8 3.3-6.7l2.2-3.7.3-.4c0-.3.4-.5.6-1 0-.3.8-.8.8-1.3.3 0 .5-.5.7-.8h.2c0-.2.2-.3.3-.5 0 0 .6-.5.3-.4.6-.7 1-1.5 1.8-2 0-.3.3-.6 0-.2.3 0 .3-.3.4-.2 0-.2.2-.3.2-.2H60s.3-.2.3 0v-.3c0 .2.3-.4.3 0 .2-.2 0-.3.2-.4.2 0 0 0 0-.2h.3l1-1 .6-.6c-.2 0-.3.3-.5.3v-.2l-.2.3s-.2 0-.5.3c0 .3-.3.2-.4.3 0 0 0-.2.3-.2v-.2l.7-.5s-.4.2 0-.2c-.3.2-.4.4-.4.5 0-.3-.4.3-.6.3 0 .4-.4.5-.7.7l.3-.3s-.2 0-.3.2v-.2l-.4.5h-.2c-.2 0-.2 0-.2.2-.2 0-.2 0 0 0-.3 0-.3.2-.3.3-.2.2-.3.3-.5.3L60 7.6l.7-.6 1-1s0-.2.2-.2c0-.4.3-.5.5-.6 0-.4.4-.4.5-.5.4 0 .8-.4 1.3-.7.8-.4 1.7-1 2.5-1-.3 0-.8.4-1 .3zm-6 2.2c0-.2 0 0 0 0zm0 0s-.3.2 0 0zm.5-.8c.2 0-.2.2 0 0zm-.6.4s0 .2 0 0zm-.5.2c.3 0 0 .2 0 0zm.5-.7s.3 0 0 0c.2 0 .2 0 0 0v.2-.2zm0-.6c.3 0 0 .3 0 0zm0 .4c.2 0-.2.3 0 0zm-.3 0c.3 0-.3.2 0 0zm0 .7s-.2.4-.2.2c0 0 .2 0 .3-.2h-.1zm.7-2.5s-.3.3 0 0zm-3 2.8c.2-.2-.4.3 0 0zm-2.4.7c.2-.2 0 .2-.2.3-.2.2 0-.2.2-.3zm-2.8 3.5c.2-.3-.4.3 0 0zm-.3.3c.2-.2-.2.4 0 0zM55 4.6c.2-.2-.2.3 0 0zm-.3.3zm-.7 1c.2-.3-.2.2 0 0zm-.2.2c.2 0 0 0 0 .2v-.2zm-.7 1c.3-.2 0 .3 0 0zm-.4.7c.2-.2 0 .2-.2.3 0 .2.2-.2.2-.3zm-5.9 7.8c.2-.4-.2.2 0 0zm-.2.2c0-.3-.4.6 0 0zm-.4.3c.2-.4 0 .3 0 .2 0 0 0 .3-.3.5 0-.2 0-.6.2-.7h.1zm-.5 1c-.2.5.2-.4 0 0zm0-.2s-.2.5 0 .5l-.2.2c0-.2 0-.4.2-.7zM31.3 33.6c-.2-.5 0-.7 0 0zM45.7 18v.2-.2zm-.4-.3v.3l-.2.8c.2 0 .2-.4 0 0 0-.4 0-.6.3-1l-.1-.1zm-.3 1.2c.2-.3 0 .4 0 0zm-.2 0c.2-.3 0 .4 0 0zm0 0c.2 0 .2 0 0 0 0 .8 0 .2 0 0zm-.7 1.8c.2-.4 0 .4 0 0zm.8-1v.3c-.2 0 0-.2 0-.4v.1zm-.2 0c.2-.3-.2.5 0 0zm0-1v.1-.1zm-.2 1.2c.2-.3 0 .5 0 0zm-.3 0c0-.2.2-.4.3-.5v.2s0 .3 0 0c0 .2 0 .4-.2.6 0 0 .2-.3 0-.3v-.3l-.1.3zm-.3 1v-.4c.2 0 .2 0 .2.3l-.5.7s0-.8.3-.6zm-.5.8c.2-.4 0 .4 0 0zm-.3 0c0-.3-.2.3-.2.4-.2.3 0-.2 0-.4h.2zm-1.2 2.7s-.2.4 0 .5c-.3.2-.2-.3 0-.5zm0 .5zm4-6.8c.3-.3 0 .4 0 0zm-.2.5v-.3c0-.2.3-.3.4-.6l-.4 1v-.1zm1-1.5zm0 1c0-.3-.2.3 0 0zm-.3-1.4c.2 0-.2.3 0 0zm0 2.4l.4-.6c0 .2 0 .3-.4.6zm3-5.6c.2-.3 0 .4 0 0zm0-.4c.3-.3 0 .3 0 0zm.2-.3c.2 0 0 .5 0 0zm.2 0c.2-.4-.2.3 0 0zm.3-.7c.2-.2-.2.4 0 0zm.4-.7c.2-.2 0 .4 0 0zm.4-.6c.2-.2-.2.3 0 0zm0 0c.3-.3 0 .3 0 0zm.6-.7c.2-.3-.2.4 0 0zm.6-1.5l-1.5 2s0-.2 0 0l.3-.7.2-.6c.4-.3.7-.7.8-1l.2.3zm-1.5 2.5l-.3.3c0-.2.2-.2.2-.5v.3l.1-.1zm-.7.7c.4-1 1-2 1.4-2.5l-1.5 2.3.1.2zm1.7-2.7c.2-.2 0 .4 0 0zm3.5-5l-.7.7c0-.3.5-.6.7-.8v.1zm-.8 1.2c.3-.2 0 .3 0 0zm-.5.2zm-.2.4c.2 0-.2.4 0 0zm-.3.6s.2-.4.2-.2c.2-.2.8-1.3 1-1.2-.5.4-.8 1-1.4 1.8l.2-.4zm-.3.3s-.4.4-.2.4c-.8.6-2.5 3.4-3 4.6 1-2.3 1.8-3.3 3-5h.2zm-3.3 5l-.2.4.2-.4zm-.3.3v.2c-.2.3 0 0 0-.2zm-.2.5l.2-.2-.3.6.1-.4zm-.2 1c.2-.4-.3.3 0 0zm-.4.5c.2-.3-.2.3 0 0zm0-.2s-.3.3 0 0zm-.3.8c.2-.3 0 .4 0 0zM47 16.6l.5-1-.5 1zm.8-.6l-.3.7c0-.3 0-.2.3-.6V16zm-.2 1.2c.2-.3-.2.4 0 0zm0 .2c0-.3.2-.2.2-.4 0 0-.2.7-.2.4zm1.5-3.8c0-.4 1-1.4 1-2v.4l.5-.7v-.7.4l-2.8 4.6 1.3-2.4v.4zm-1 3s-.3.2 0 0zm0-.5s.3-.3.3-.5c0 .2 0 .6-.2.6l-.1-.1zm.7 0c-.3.2 0-.3 0-.4v.4zm0-.8c-.2.2-.2.7-.3.5v.2c-.3.2 0-.7 0-.3v-.3l.5-1s-.3.6 0 .4c0 .3-.2.7-.3.4l.1.1zm5-7.7c.2.2-.2.4 0 .4l-.4.3v.4c-.2 0 0 0 0 0-.3.2-.2 0-.4.4.2 0-.4.4-.5.5l1.3-2zm-1.3 2.2c.2-.2-.3.4 0 0zm-.4.6c.2-.2-.2.3 0 0zm0 0c-.2 0 0 0-.3.3l.2-.4.1.1zm-1.2 2c0-.3.3-.3 0 0zm0 0h-.2.2zm-.6 1c0-.3.3-.6.3-.4-.2 0-.3 0-.3.2v.2s-.3.6-.5.5l.5-.8v.3zm0-.3c.4-.2 0 .4 0 0zm-1 2.7c-.2 0 0-.4 0 0zm0-.6c-.3.3 0-.2 0-.3.3-.2 0 .3 0 .4v-.1zm.4-.3c0 .4-.4.6 0 0 0-.2.3-.4 0 0zm.4-.8c-.4.5.2-.3 0 0zm.6-1v-.2c.2 0-.4.7-.5 1l.6-1-.1.2zm-.3.6v-.2.2zm.2-.4s-.2.3 0 0zm.6-1l-.2.4c.2-.2 0 .2 0 .4-.2 0 0-.4 0-.4l.4-.6v.3l-.2-.1zm0-.4c0 .2 0 .3 0 0 0 0 0 .2 0 0 0-.3.3-1 .5-1 .2-.3 0 .2 0 0l-.5 1c.2-.2.3-.3 0 0zm1.2-1c-.3 0-.7 1-1 1 .5-.6.8-1 1.3-2v.5c-.2 0-.4.3-.3.4v.1zm.3-.7c.2-.2-.2.4 0 0zm0-.2c.2.2 0 0 0 0l.2-.2v.2h-.2zm2-2l-.2.3.2-.3zM54 9.7c.2 0-.2.4 0 0zm.4-.5V9v.2zm.3-1c0-.2-.5.5 0 0zm0-.4l.2-.4c.2 0 0 .3-.2.4zm7 0l-.2.3c-.2 0 0-.3.2-.3zm-.7 1c0-.2.2-.2 0 0 0 0-.3 0 0 0zm-.5.3c.2-.2-.2 0 0 0zm-.4 0s-.3.2 0 0zm-1 1c.3 0 0 .3 0 0zm.7-3.6c.2-.2-.3.2 0 0zm0 .5c0-.3 0-.3 0 0zm-.5-.4L59 7l.2-.4h.1zm-.3 1c0-.3-.4.2 0 0zm-.4-1c.2-.2-.2.2 0 0zm0-1.2s-.2.3-.2 0h.2zm0 0c0-.2-.3.3 0 0zm0 1c0-.3-.3 0 0 0zm-.3-.6c.2 0-.2.3 0 0zm0 1.5c0-.3.4-.6.6-.8l-1 1 .2-.2h.2zm.4-.4c.3-.3-.4.3 0 0zm-.5 1.5l.3-.5c0 .2-.2.4-.3.5zm.2 0c.2 0-.2.4 0 0zm-.3 2c.3-.2-.2.3 0 0zm0-2.5s-.4.4 0 0zm0 2.3l.2-.2c0 .2-.2.6-.2.2zm.2-2l-.2.2.2-.3v.1zm0-.2s-.2.4 0 0zm-.5.2c0-.2.7-.8.8-1l-.8 1zm0-1.3v-.3V6.9zm0 0zm0-.4s-.3.3 0 0zm-.2.5c.2 0-.2.3 0 0zm0 .6l-.2.3v-.3s.2-.2.2 0zm.5 0c0 .3-.3.3-.5.6 0-.2.3-.4.5-.6zm0-.5v.4h-.2c0-.2 0-.2.2-.4zm0 0c0 .3-.3 0 0 0zm-.3 2c0-.2.2-.3 0 0zm.3-3.4c0 .2-.2.3-.3.5-.3.2 0 .4-.4.6 0-.3.4-.7.7-1v-.1zm-.8 1c0 .2-.2.3-.3.4 0-.3 0-.4.2-.4h.1zm0 1.2l-.3.5v-.5h.3zm0-1.3l-.2.2v-.2h.2zm-.4.5c.2 0-.2.3 0 0zm-.2 0v-.4.4zm.2-.5l-.3.2v.3-.2l-.5.5c0-.2.3-.3.5-.6 0 0 .3-.4.3-.2zm-.6.7c0 .2 0 .3 0 0zm-.2 2.5c.3 0 0 .3 0 0zm0-2.6c.3 0 0 .4 0 0zm.3-1.4V6c0 .3 0 0-.3.4 0-.2 0-.4.3-.6zm-1.4.8c0-.3.6-.8.8-1v-.2c.3-.2 0 .4 0 .2l-.8 1zm1 .3l-.2.4s0-.3.2-.4zm0-1c-.2.2-.7.6 0 0zm0 1.3s0 .2-.2.3c0-.3 0-.4.2-.3zm-.8.6v-.2c.2 0 0 .2 0 .2zm.2-1.4c.2-.2-.2.3 0 0zm.3-.2c-.5.4 0 0 0 0zm0 .4c-.4.4.2-.2 0 0zm0 2.4v.2V9zm0 1l.8-1c-.3.6-.6 1-.8 1zm.6-.5c.3-.3 0 0 0 0zm.2.4c.2 0-.2.2 0 0zm0-.8v-.3s.3 0 .2-.2c0 0 0 .2.2 0l-.4.6v-.1zm.5.2v-.2c.3 0 0 .4 0 .2zm0 1.7c0 .2 0 0 0 0zm0 0c.3 0 0 .4 0 0zm.3-4c.2-.2-.2.3 0 0zm0 4c0 .2-.2 0 0 0zm0-2.6c-.2.2.3-.3 0 0zm0 2.3c.2 0 .2 0 0 0zm.5-.2l-.2.2s0-.2 0 0v-.1h.2v-.3c.2-.3 0 .4.2.2h-.2zm.3-.3s.2 0 0 0zm.4-.3c.2-.2-.3.3 0 0zm-.2 0c-.2.2.2 0 .2-.2.2-.2 0 .2-.2.2zm.6-.4c.2-.2 0 .2 0 0zm-.2.3c-.3.2.2-.2 0 0zm0-.4c0-.3.3-.6.4-.8 0 0-.2.5-.5.7l.1.1zm.5-3c.3 0 0 .2 0 0zm.8 0c0 .2-.3.2 0 0zm-.5 2s0-.2.3-.3c0 0-.2 0-.3.3zm.5-1.6c-.2 0-.2.2-.3.3 0 0 0-.2.2-.3l.2-.2-.2.2h.1zm.2-.6c-.4.2.2 0 0 0zm.2 1h.2s-.3.2-.2 0zm.6-.4s-.2 0 0 0zm0 0l.5-.6c0 .2 0 .4-.4.5l-.1.1z"
45505
+ }
45506
+ }), _c('path', {
45507
+ attrs: {
45508
+ "fill": "#EC1C24",
45509
+ "d": "M64 4l-.2.2s.4 0 .3-.2H64zm0 1.6c.3 0-.2 0 0 0zm-.5-1.8s.5-.2.3-.2c0 0-.5.2-.3.2zm-.1-.2s.4-.3.2-.3c0 0-.4.2-.2.2v.1zm.1-.6c.3 0-.6 0 0 0zm0 .9c.2 0-.3 0 0 0zm.3 1.9c-.2 0 .2 0 0 0zm-.1.1c-.2.2.2 0 0 0zm-.3-1.7V4v.2zm-.7-.3c.3 0 .4 0 .6-.3-.2 0-.6 0-.6.3zm.7 1.9s.2-.2 0 0zm.1.1c-.5 0 0 0 0 0zM63 3.2c0 .2.3 0 0 0zm.4 2.9c-.3 0 .2 0 0 0zm0-.3s-.2.2 0 0zm-.7-3.7c.2 0 0-.2 0 0zm.3.5h-.2.2zm.3 3.8c0 .2.3 0 0 0zM63 3.2c-.3.2 0 0 0 0zm.2 2.4H63h.2zM63 4.2c-.3.2.2 0 0 0zm.2 1.8c-.2.2.2 0 0 0zm0-.1c-.2 0-.4.3 0 0zm-.5-3c-.2 0 0 .2 0 0z"
45510
+ }
45511
+ }), _c('path', {
45512
+ attrs: {
45513
+ "fill": "#EC1C24",
45514
+ "d": "M62 3.3c0-.2.7-.4.6-.4-.2 0-.6.2-.6.4zm.7-.1s-.2 0-.2.2c0-.2.2 0 .2-.2zm0 .4c.2 0-.4 0 0 0zm.3 2.2c-.2.2.2 0 0 0zm-.3-1.5c-.2 0-.7.4-.6.4.3 0 .8-.2.6-.4zm.3 2.3s-.4.2-.2.2c0 0 .4-.2.2-.2zm-.4-3s0-.2 0 0zm.4 2.6c-.4 0-.2.3 0 0zm-1-6c-.3 0 .3 0 0 0zm.3 1.6c-.3.2.2 0 0 0zm.3 2.4c-.5.2.2 0 0 0zm.4 2.4c-.3 0 0 0 0 0zm-.8-4.5c-.2.2.3 0 0 0zm-.7 2.5c0 .3-.4.2-.6.6.3-.2 1-1 1.6-1.3-.5 0-.8.8-1 .7zm.7-2.3c0 .2.2 0 0 0zm.2 1.3c-.2 0 0 0 0 0zm.4 2.5c-.2.2.2 0 0 0zM62 .8c-.3.2.2 0 0 0zm.4 2.8c-.4.3.2 0 0 0zM62 2.4c-.2.2.3 0 0 0z"
45515
+ }
45516
+ }), _c('path', {
45517
+ attrs: {
45518
+ "fill": "#EC1C24",
45519
+ "d": "M62 3.8c.2 0 .3 0 .3-.2 0 0-.2 0-.2.2H62zm.6 2.4c-.2.2.2 0 0 0zM62 2.3c-.2 0-.6.4-.5.3l.5-.3zm0 1.3c-.2 0 .2-.2 0 0zm.5 3l-.4.3c.2 0 .6-.4.4-.3zM61.6.8c-.3.2.2-.2 0 0zm.2 1.8h-.2c0 .3.3 0 .2 0zm.2 1.2s-.6.3-.3.4c0-.2.3-.2.3-.4zm0 .2c-.2.2.2 0 0 0zm0 .6c0 .2.3 0 0 0zm0 .3c0 .2.3 0 0 0zm-.6-3.6c.3-.2 0-.2 0 0zm.4 2.3c-.2 0 0 0 0 0zm.5 3c0-.2 0-.2 0 0zm-1-6.4c-.4.2-1 .6-1.5 1.2-.3.2-.2.4-.6.5v.2l.6-.5L61.3.2zm.1.4c-.2 0-.6.3-.7.5.3-.2.4-.2.7-.5zm-.4.6c-.2.3.4-.2.4-.3 0 0-.4.4-.4.3zm.8 2.4c.2 0-.4.3 0 0zm.5 3.3c-.2.2.2 0 0 0zm-1.1-5.6c0 .2.2 0 .2 0H61h.2zm-.2.3c0 .2 0 .2-.2.3l.6-.5-.4.2zm.6 2c.2 0 0-.2 0 0zM62 6c0 .2.3 0 0 0zm-.4-2.9l-.7.6c0 .2-.4.3-.4.5l.6-.6H61c.2-.2.7-.3.6-.5z"
45520
+ }
45521
+ }), _c('path', {
45522
+ attrs: {
45523
+ "fill": "#EC1C24",
45524
+ "d": "M61 1c.3-.2 0-.2 0 0zm.6 2.6c-.2.2 0 .2 0 0zm-.1-.2s-.2.3 0 0zm.2 1.5c-.3.2.2-.2 0 0zM61 1.6c.2-.2 0-.2 0 0zm.3 1.4s0-.3 0 0zm.3 1.4c-.2.2.2 0 0 0zm.4 1.8c-.3.2 0 0 0 0zm-.7-3c-.2.3.3 0 0 0zm.1 1.1c0 .2.3-.2 0 0zm-.4-1l.3-.3c-.2 0-.3.2-.3.3zM60.7 0c-.5.2.2-.2 0 0z"
45525
+ }
45526
+ }), _c('path', {
45527
+ attrs: {
45528
+ "fill": "#EC1C24",
45529
+ "d": "M61.2 2.9c-.2.2.2 0 0 0zm.2 1.7c-.3 0 .2-.2 0 0zm-.4-3c-.3.2 0 0 0 0zm-.5 3.7l.3-.3c0-.3.4-.3.5-.6 0-.2-.2 0-.3 0 0 0 .2-.2 0 0 0 .3-.5.5-.8 1 .3-.2.3-.3.5-.3l-.2.2zm.5-.7c.2 0-.2 0 0 0zm.4.6c-.2 0 .2 0 0 0zm0 1.4c.2 0 .3-.4 0 0zm-1-2.7l-.3.4 1-.8c-.2 0-.5.5-.6.3l-.1.1zm1.3 3.7c-.3.3.2 0 0 0zM60.4.2c-.3.2.2-.2 0 0zm.3 1.7s-.2.2 0 0zm.1.1c-.3.2 0 .2 0 0zm.2 1.1c-.3.2 0 .2 0 0zm-.2-.5c-.2.3.2 0 0 0zm.2.4c-.2 0 0 0 0 0zm-.8-1.1c.2 0 .2-.2.3-.2 0-.2-.3.2-.3.3v-.1zm.6 1.5c-.2.3.2 0 0 0zm.5 3.6c.3 0 0-.4 0 0zm-.9-2.8l.5-.5c-.3.3-.6.4-.6.6l.1-.1zm-.1-1.9c.2 0 .4-.3 0 0zm.4 1c-.3.2.2-.2 0 0zm.8 4.6c-.3.2.2 0 0 0zm-1.2-6.5c-.2.2.2 0 0 0z"
45530
+ }
45531
+ }), _c('path', {
45532
+ attrs: {
45533
+ "fill": "#EC1C24",
45534
+ "d": "M60.6 3.6c-.2.4.2 0 0 0zm.2 1s-.3 0-.3.2c.2-.2.3 0 .3-.3v.1zm-.1-.4h-.2c0 .3.2 0 .2 0zm.3 2.9c0 .2.3 0 0 0zm-1-5.5c-.2 0 0 0 0 0zm.4 2c-.2.2.2-.2 0 0zM60 1.8c.3-.2-.3.2 0 0zm.2 1.2c-.5.3.2 0 0 0zm0 .1c.2 0-.4.3 0 0zM59.8 2c.3-.2-.3.2 0 0zm-.1-.2c-.2.3.3 0 0 0zm.5 2.8c.2-.3-.2 0 0 0zm.1.3l-.3.3s.5-.3.3-.3zm0 .2c-.2.2.2-.2 0 0zM60 3.4c-.3.2 0 0 0 0zm0 2.2s.4 0 .3-.2c0 0-.2 0-.2.2H60zm.7 2c-.2.3.2 0 0 0zm-.1 0s.2 0 0 0zM59.5 2c-.2.2.2 0 0 0zm.5 2.4s0-.3 0 0zm-.3-1c-.5.3.2 0 0 0zm-.3 0c.4 0 .2-.3 0 0zm-.1-1c-.2.2.3 0 0 0zm1.1 5.2l-.5.5.4-.4.1-.1zm-.9-3.8c-.3.2.3 0 0 0zm.2 1c-.2.2.3 0 0 0zM59 2.6c0-.2.2 0 .2-.3-.2 0-.2 0-.2.2v.1zm.2 1.6s.3-.2.2-.3c0 0-.4.4-.2.3zm-.2-.6c.3 0-.2.3 0 0zm-.4-1c-.2.4.3 0 0 0zM59 4c-.3.2 0-.2 0 0zm0 .2c-.3.2.2 0 0 0zm1 5.2c-.2.2.2 0 0 0zm-1.5-6.6c-.3 0-.6.7-1 1 0 0 1-.8 1-1zm.3 1.2c-.4 0-.2.3 0 0zm0 .3c-.2.2.2 0 0 0zM60 9.4c-.2 0 0 0 0 0zm-1.7-7.1c-.2.2.2-.2 0 0zM58.7 4.2l-.2.3c0-.2.3-.3.2-.3zm-.4-1.6c.2-.2-.4.2 0 0zm-.6-1c-.2.2.2-.3 0 0zm0 .2c-.2.3.2 0 0 0zm-.4.1c.3 0 .2-.3 0 0zm.2.7l.2-.2h-.2v.2zm.5 2.2c-.2.3.2-.2 0 0zm-.7-2.7c-.2.3.2-.2 0 0zm-.1.2v.3l.2-.3c0-.2 0 0-.2 0zm-.2-.7c0-.2 0-.5 0 0zm.4 1c-.2 0 0 .3 0 0zm1.6 7.8c0 .2.3-.2 0 0zm-2-8s.3-.4 0-.3c0 0-.3.5 0 .3zm.4.8c-.3.3.2-.2 0 0zm.1 2c.2 0 .2-.2.2-.3h-.2v.3zM57 1.6c-.2 0 0 0 0 0zm0 .2s0-.3 0 0zm0 .1c-.6.5-.2.3 0 0zm0 .7c-.3.2.2-.3 0 0z"
45535
+ }
45536
+ }), _c('path', {
45537
+ attrs: {
45538
+ "fill": "#EC1C24",
45539
+ "d": "M56.8 1.9l-.2.2c0 .2.2 0 .2-.2zm.2 1.7c0 .2.3-.2 0 0zm1.7 7.2c-.2.3.2 0 0 0zm-2.1-7.9c-.2.3.3-.2 0 0zm-.1.3c.2 0 .3-.4 0 0zm-.1-1.1c.2-.2-.4.3 0 0zm.2 2.1s.4-.4.2-.3l-.2.3zm-.3-1.8c.2-.2-.4.4 0 0zm2.1 8.9l-.2.2.2-.2zM56 2.6v-.2.2zm-.3-.8c-.2.3.2-.2 0 0zm0 .3c.2-.2-.4.3 0 0zm.5 2.1c-.2.2.2-.2 0 0zm-.5-1.8c-.2.2.2-.2 0 0zm.3.8c-.3.3 0-.2 0 0zM55.5 2c-.4.4.2-.2 0 0zm0 2.6c.2 0 .5-.3.6-.7l-.5.8-.1-.1zm.5 0c0 .2.4-.3 0 0z"
45540
+ }
45541
+ }), _c('path', {
45542
+ attrs: {
45543
+ "fill": "#EC1C24",
45544
+ "d": "M56.2 4.6H56c0 .3.3 0 .2 0zm-.6-2c.2 0-.5.5 0 0zm0 1c0 .2.4-.4.2-.2l-.2.2zm-.4-1.3l-.6.7c.2-.2.8-.7.6-.7zm.1.3c-.2.2.2-.2 0 0zm.5 2c-.5.4.2-.2 0 0zm-.3.3c-.2 0 0 .4 0 0zm.1.2c-.4.3 0 .2 0 0zm-.2-.3l-.5.6c0-.3.3-.4.4-.5l.1-.1zm0 1s-.2.3 0 0zm-.8-2.2c.2 0-.4.5 0 0zm.4 2.5c.2 0 0 0 0 0zm-.7-2.7s.2-.2 0 0zm.4 1.9l.2-.3-.3.3h.1z"
45545
+ }
45546
+ }), _c('path', {
45547
+ attrs: {
45548
+ "fill": "#EC1C24",
45549
+ "d": "M55 5.4l-.5.4h.2l.2-.3c-.2 0-.2-.2 0-.2l.1.1zM54.4 4c-.2.3.2-.2 0 0zm.2 2l.2-.2s-.2 0-.2.2zM54 3.8c0 .3.3-.2 0 0zm.3 2.1c0-.2.3-.4.3-.5 0 0-.3.3-.3.5zM54 3.6c-.5.7 0 0 0 0zm0 .5l-.3.3c0-.2.3 0 .2-.3h.1z"
45550
+ }
45551
+ }), _c('path', {
45552
+ attrs: {
45553
+ "fill": "#EC1C24",
45554
+ "d": "M54 4.3c-.3.3 0-.2 0 0zm-.3-.1c-.2 0-.6.7-.8 1 0-.2.4-.5.7-1h.1zm-.1.4c0 .2 0 .2 0 0zm.4 2s.3-.3.2-.4L53 7.9c.2 0 .6-.7 1-1.2v-.1zm0-1c-.2 0-.3.2-.2.2.2 0 0-.2 0-.3l.2.1zm-.7-1.5c-.2.4.2-.2 0 0zm.7 2.2c-.3.4 0-.2 0 0zm-.7-1c0 .4.2-.2 0 0z"
45555
+ }
45556
+ }), _c('path', {
45557
+ attrs: {
45558
+ "fill": "#EC1C24",
45559
+ "d": "M53.3 5.4c0 .3.3-.2 0 0zm.2.7l-.2.3.2-.3zm.2.5c-.2.3.2-.2 0 0zm-.5-1s-.5.6 0 0zm.2.4c0 .2 0 0 0 0zm0 .4c-.4.5.2-.2 0 0zm-.8-1.8c-.2.2.2-.3 0 0zM52.5 6l.4-.6c-.3 0-.6.5-.4.6zm1.1 2c.2-.2-.4.5 0 0zm-.9-2.2c-.2.3.2-.3 0 0zm.6 2.6c.2-.3-.3.4 0 0zm-.7-2.2c-.2.4.2-.2 0 0zm.1.7c-.2 0 0 .4 0 0zm-.2-.3c-.2.4.2-.2 0 0zm-.1 0c-.2.3.2-.2 0 0zm.6 2.3c.2-.2 0 0 0 0zm-1-3.5c0-.2-.5.5 0 0zm1 2.8c0-.3-.3.2 0 0zm-1-1.3c.5-.8 0 0 0 0zm.2-.3c-.3.5.2 0 0 0zm.8 2.3c-.2.4 0-.2 0 0zM52.2 7c0 .2-.6.8-.4.7 0 0 .6-.7.4-.7zm.4 1.6c.2-.4 0-.3 0 0zm.1 0v-.2.2zM52 6.9s.2-.4 0 0zm0-.3l-1.4 2c0-.2.5-.7.2-.5l-.3.6v.2c.4-.8 1-1.4 1.5-2.2v-.1zm0 2.5c0 .3.4-.2.5-.4l-.2.4H52zm-.2-1.9c-.3.2 0 0 0 0zm-.1.1c-.2.3.3-.2 0 0zm.3 1.8c-.3.4.2-.3 0 0zM51.2 7c-.2.4.2-.2 0 0zm.3 1.1v-.2.2zm-.3.5c-.7 1 0 .2.2-.3-.2 0-.2 0-.2.2v.1zm-.2-.4v.2c-.7 1-.2.5 0-.2 0 .2 0 0 0 0zm-.7-.8l-.7 1.2c.3-.3.8-1.2.7-1.2zm.4 1.9c-.2.4.2-.3 0 0zm-.7.3c.3-.4.4-.4.5-.8l-.3.2-.2.7v-.1zm.5-.6c.2-.2-.4.6 0 0zm-.1.6c-.2.3.2-.4 0 0zm-.1-.2c-.2.4.2-.3 0 0zm-.3.4c0 .4.2-.3 0 0z"
45560
+ }
45561
+ }), _c('path', {
45562
+ attrs: {
45563
+ "fill": "#EC1C24",
45564
+ "d": "M49.3 11.2c.2-.3 1.3-2.2.2-.4l-.2.4zm.3-2.6l-.2.5c0-.2.2 0 .2-.4v-.1zm-.3 2.3c0-.7.5-.5.6-1-.3 0-.5.4-.8 1h.2zm.9 1.5c.4-.5 0-.3 0 0zm-.8-1.5c.4-.6.2-.4 0 0zm-1.8 1.3L49 9.6l-1.4 2.6zm2.6.1c-.2.3.2-.3 0 0zm-.2.3s.2-.2 0 0zm-2-1c.4-.4 1-1.4 1-1.6l-1 1.6zm2 .8c-.2.4.2-.2 0 0zm0 .2l-.4.6.4-.7v.1zm-.8-1.2c0 .3.2-.3 0 0zm.1.2c.2-.4-.3.3 0 0zm-.3-.5v.2c-.4.7.2-.3 0-.2z"
45565
+ }
45566
+ }), _c('path', {
45567
+ attrs: {
45568
+ "fill": "#EC1C24",
45569
+ "d": "M49 11.2c0 .4.3-.3 0 0zm.8 1.8c-.2.3.2-.3 0 0zm-.8-1.2v-.4.4zm-.4-.4c0 .2.3-.3.3-.4l-.3.4zm.4 0c0 .3-.2.3-.4.6.2-.4 0 0-.2.2v.4c0-.3.5-1 .6-1.2zm0 .7s-.2.2-.2 0c.2-.2.3-.2.3-.4l-.4.8s.3 0 .3-.3v-.1zm-.2-.2c-.2.4.2-.3 0 0zm.6 1.9c-.3.4.2-.3 0 0zM48 12.4c.3-.3.5-.6.5-1l-.5 1zm.5-.5c-.2.4.2-.3 0 0zm.1.5s-.2.5 0 0zm0 .2c.2-.3-.3.4 0 0zm-.6-.8l-.2.4.2-.4zm.4 1l-.2.4.2-.4zm-.4.3l.2-.6-.2.5v.1zm0-.5c0 .3.3-.3 0 0zm.3.5c.2-.3-.4.6 0 0zm-.3-.5c-.2.3 0-.4 0 0zm.7 2c-.2.2 0 0 0 0zm-.7-1.7c-.4.5 0 .3 0 0zm-.3.1l-.5 1 .5-1zm.1.6c0 .2 0-.3 0 0zm.2.2c-.2.4 0-.3 0 0z"
45570
+ }
45571
+ }), _c('path', {
45572
+ attrs: {
45573
+ "fill": "#EC1C24",
45574
+ "d": "M48 13.9c0-.4-.3.5 0 0zm-.2-.3l-.2.3v-.3h.2zm-.8-.2c0-.2 0-.3.3-.7l-.7 1.3c-.2.3-.2.6 0 0l.4-.6zm.6 0c-.2.4.2-.3 0 0z"
45575
+ }
45576
+ }), _c('path', {
45577
+ attrs: {
45578
+ "fill": "#EC1C24",
45579
+ "d": "M47.6 13.6c-.4.6 0-.3 0 0zm0 .4c-.2 0-.3.6 0 0zm-.9.4l.3-.6-.3.6zm-.4.2c-.3.6.2-.2 0 0zm0 .4c-.2.4.2-.3 0 0zm-.1 0c.2-.2-.4.7 0 0zm.2.3c.2-.3-.3.5 0 0z"
45580
+ }
45581
+ }), _c('path', {
45582
+ attrs: {
45583
+ "fill": "#EC1C24",
45584
+ "d": "M46 15.6l.2-.6c-.2.2-.3.3-.3.5-1 1.3-.4.6 0 0l.1.1z"
45585
+ }
45586
+ }), _c('path', {
45587
+ attrs: {
45588
+ "fill": "#EC1C24",
45589
+ "d": "M46.2 15.2l-.6 1.3.6-1.4v.1zm-.2.7c.2-.3-.2.5 0 0z"
45590
+ }
45591
+ }), _c('path', {
45592
+ attrs: {
45593
+ "fill": "#EC1C24",
45594
+ "d": "M45.8 16.2c-.3.5 0-.3 0 0zm-.1.4c.2-.4-.2.4 0 0zm.3.4c-.3.3 0 0 0 0zm-.6-.4c0 .3.2-.4 0 0z"
45595
+ }
45596
+ }), _c('path', {
45597
+ attrs: {
45598
+ "fill": "#EC1C24",
45599
+ "d": "M45.5 16.6c-.2.5 0-.2 0 0zm-.2 0c-.6 1-1.3 2.6-1.7 3.6l1.7-3.6zm-.3 1.2c.3-.4-.2.5 0 0z"
45600
+ }
45601
+ }), _c('path', {
45602
+ attrs: {
45603
+ "fill": "#EC1C24",
45604
+ "d": "M45 18c-.2.4 0-.4 0 0zm0 .2zm-.3-.2c-.2.2 0 .4 0 0zm-.7 1.6c.2 0 0 0 0 0z"
45605
+ }
45606
+ }), _c('path', {
45607
+ attrs: {
45608
+ "fill": "#020202",
45609
+ "d": "M12 52.8c-1.7 0-3.3-.3-4.7-1-1.4-.5-2.7-1.3-3.8-2.3-1-1-2-2.3-2.5-3.6-.6-1.3-1-2.8-1-4.3 0-1.7.4-3.4 1-5 .6-1.4 1.4-2.8 2.4-4 1-1 2.3-2 3.8-2.5 1.5-.6 3-1 5-1 1.5 0 3 .4 4.3 1 1.3.4 2.5 1 3.4 2 .8 1 1.6 2 2 3 .6 1.2 1 2.4 1 3.6H4.5c0 1.6.2 3 .6 4.3s1 2.4 1.8 3.4 1.7 1.7 2.7 2.2c1 .4 2.2.7 3.4.7 1.2 0 2.2-.2 3-.5 1-.3 2-.7 2.7-1.2.8-.5 1.4-1 2-1.8.5-.7 1-1.4 1.2-2l1.3.5c-.3 1.2-1 2.3-1.7 3.3-.8 1-1.7 2-2.7 2.7-1 .8-2.3 1.4-3.5 1.8-1.2.5-2.4.7-3.6.7h.3zm4.7-16c0-.8-.2-1.6-.5-2.3-.3-.8-.8-1.5-1.3-2-.7-.5-1.3-1-2-1.3-1-.3-1.7-.5-2.5-.5-.7 0-1.4.2-2 .5-.8.3-1.4.7-2 1.3l-1.2 2c-.3.6-.5 1.4-.6 2.3h12.1zm35.7-7.2h4.8V34l1.5-1.8c.5-.6 1-1 1.7-1.5l1.8-1c.6-.2 1.3-.3 2-.3.4 0 1 0 1.4.2.5 0 .8.2 1.2.5.3.2.6.5.8 1 .2.2.3.6.3 1 0 .6-.3 1.2-.8 1.6-.5.5-1.2.7-2 .7-.5 0-1 0-1.3-.2-.4 0-.7-.2-1-.4-.3 0-.5-.2-.8-.3l-1-.2c-.3 0-.6 0-1 .3l-1 .7-1 1-1 1.5v15.7h-4.8V29.6h.2zm28 23.2c-1.8 0-3.6-.3-5-1-1.7-.5-3-1.3-4.2-2.4-1-1-2-2.3-2.7-3.7-.6-1.3-1-2.8-1-4.4 0-1.7.3-3.2 1-4.7.6-1.6 1.5-2.8 2.7-4 1-1 2.5-2 4-2.5 1.7-.6 3.4-1 5.2-1 1.8 0 3.6.4 5 1 1.7.6 3 1.4 4 2.4 1.2 1 2 2 2.8 3.4.6 1.4 1 2.8 1 4.4 0 1.7-.3 3.3-1 4.8-.6 1.5-1.5 2.8-2.7 4-1 1-2.5 2-4 2.7-1.5.6-3.2 1-5 1h-.1zm1-1.7c.8 0 1.7-.2 2.5-.7.7-.5 1.4-1 2-1.8s1-1.7 1.3-2.7.5-2 .5-3.2c0-1.5-.2-3-.5-4.5-.3-1.4-.8-2.7-1.5-3.7s-1.6-2-2.6-2.5c-1-.6-2.4-1-4-1-.8 0-1.6.3-2.3.8-1 .5-1.5 1-2 2-.7.7-1 1.5-1.5 2.6-.3 1-.5 2-.5 3.2 0 1.6.2 3.2.6 4.6.4 1.4 1 2.7 1.6 3.8.7 1 1.6 2 2.6 2.6 1 .4 2.2.7 3.5.7l.3-.2zm27.6-1.7c-.6 1-1.5 2-2.6 2.5-1 .6-2.4 1-4 1-.7 0-1.4-.2-2-.5l-1.5-1c-.5-.6-.8-1-1-1.8-.2-.6-.3-1.4-.3-2.2V31.6h-4.2v-1c1.4 0 2.5-.3 3.3-.8 1-.5 1.6-1 2-2 .7-.7 1-1.6 1.4-2.6.3-1 .6-2 .8-3.3h1.4v7.7h5.4v2h-5.4v16c0 .3 0 .7.2 1 0 .2.3.5.6.7l.8.5 1 .2c.5 0 1 0 1.5-.4.4-.2.8-.6 1.2-1l1.4.8zm3-19.8h4.7V34l1.5-1.8c.5-.6 1-1 1.7-1.5l1.7-1c.6-.2 1.3-.3 2-.3.4 0 1 0 1.4.2.6 0 1 .2 1.3.5.3.2.6.5.8 1 .3.2.4.6.4 1 0 .6-.2 1.2-.7 1.6-.5.5-1.2.7-2 .7-.5 0-1 0-1.3-.2-.3 0-.6-.2-1-.4l-.7-.3-1-.2c-.3 0-.6 0-1 .3l-1 .7-1 1-1 1.5v15.7H112V29.6zm23.2 0v16.2c0 .6 0 1 .4 1.6l1 1.3c.6.5 1 .8 1.8 1 .6.2 1.3.3 2 .3.6 0 1 0 1.6-.3l1.6-.8 1.4-1.3c.6-.4 1-1 1.2-1.4V29.6h4.8v22.7h-4.8v-4.2c-.4.6-1 1.3-1.6 1.8-.6.6-1.3 1-2 1.5-.8.4-1.6.8-2.4 1-.8.2-1.5.4-2.2.4-1 0-2-.2-3-.6-1-.4-1.7-1-2.4-1.5s-1.2-1.3-1.6-2c-.4-1-.6-2-.6-2.8v-16h4.8v-.3zm28.4 21.6c.7 0 1.3 0 1.8-.3l1.4-.7 1-1 .2-1.3c0-.7-.2-1.3-.6-1.8l-1.4-1.5-2.2-1-2.4-1-2.4-1.2c-.8-.4-1.5-1-2-1.4-.7-.5-1.2-1.2-1.6-2-.4-.6-.6-1.4-.6-2.4s.2-1.8.6-2.5c.4-.8 1-1.4 1.7-2 .8-.6 1.7-1 2.7-1.3s2-.5 3.3-.5c.8 0 1.5 0 2.3.2.7 0 1.4.2 2 .5.8.3 1.4.7 2 1.3.8.5 1.5 1.3 2.2 2.2l-1.8 1.5c-1-1.4-2-2.5-3-3-1.2-.8-2.4-1-3.7-1h-2l-1.4.8-1 1-.2 1.2c0 .7.2 1.3.6 1.8.4.5 1 1 1.6 1.4.7.4 1.4.8 2.3 1l2.5 1.2 2.6 1c1 .4 1.7 1 2.4 1.4.7.5 1.2 1.2 1.6 2 .4.6.6 1.4.6 2.4s-.2 2-.6 2.7c-.4.8-1 1.6-1.7 2.2-.8.6-1.7 1-3 1.4-1 .5-2.4.6-4 .6-.7 0-1.4 0-2.2-.2-.6 0-1.4-.3-2.2-.6s-1.5-.7-2.3-1.3c-.8-.5-1.5-1.3-2.2-2l2-1.8c.6.8 1 1.4 1.7 2 .5.5 1 1 1.6 1.3.5.3 1 .6 1.7.8 1-.3 1.6-.2 2.3-.2l-.2.1zm25.4-1.8c-.7 1-1.6 2-2.7 2.5-1 .6-2.4 1-4 1-.7 0-1.4-.2-2-.5l-1.5-1c-.4-.6-.7-1-1-1.8l-.2-2.2V31.6h-4.2v-1c1.4 0 2.5-.3 3.3-.8 1-.5 1.6-1 2-2 .7-.7 1-1.6 1.4-2.6l1-3.3h1.3v7.7h5.4v2h-5.4v16c0 .3 0 .7.2 1 0 .2.3.5.6.7l1 .5 1 .2c.4 0 1 0 1.4-.4.4-.2.8-.6 1.2-1l1.3.8h-.1z"
45610
+ }
45611
+ })]));
45612
+ }
45613
+ };
45614
+
45615
+ /***/ }),
45616
+
44627
45617
  /***/ "fdbc":
44628
45618
  /***/ (function(module, exports) {
44629
45619
 
@@ -44787,7 +45777,7 @@ module.exports = {
44787
45777
  /***/ "ffcb":
44788
45778
  /***/ (function(module) {
44789
45779
 
44790
- module.exports = JSON.parse("{\"yes\":\"Jah\",\"no\":\"Ei\",\"phone-number\":\"mobiili number\",\"idcode\":\"isikukood\",\"country\":\"Riik\",\"Sign\":\"Allkirjasta\",\"mobile-id\":\"Mobiil-ID\",\"id-card\":\"ID kaart\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\",\"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\"}");
45780
+ module.exports = JSON.parse("{\"yes\":\"Jah\",\"no\":\"Ei\",\"phone-number\":\"mobiili number\",\"idcode\":\"isikukood\",\"country\":\"Riik\",\"Sign\":\"Allkirjasta\",\"mobile-id\":\"Mobiil-ID\",\"id-card\":\"ID kaart\",\"smart-id\":\"Smart-ID\",\"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-id-code-placeholder\":\"YYMMDD-XXXX\",\"se-id-code-placeholder-2\":\"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\"}");
44791
45781
 
44792
45782
  /***/ })
44793
45783