@eid-easy/eideasy-widget 2.4.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -1
- package/dist/full/eideasy-widget.common.js +961 -668
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +1353 -1060
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/dist/index.html +29 -4
- package/package.json +5 -5
|
@@ -1973,7 +1973,7 @@ module.exports = {
|
|
|
1973
1973
|
/***/ "0ea0":
|
|
1974
1974
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1975
1975
|
|
|
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"}]}')},4490: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 Se},default:function(){return ke},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"},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"},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"]}]),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 O(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function E(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?O(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var w=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=E({},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:E({},h),signature:E({},v),getAllMethods:g,setLanguage:c.setLanguage,setCountryCode:l,getCountryCode:f})};function T(t){return(T="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}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!==T(o[t]))throw new Error('Expected "'.concat(t,'" to be type of "').concat(r.type,'", but received "').concat(T(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 ordnungsgemäß 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),D=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."}'),L=n.t(D,2),R=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."}'),M=n.t(R,2),U=JSON.parse('{"id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","no_certificates":"Не удалось прочитать сертификаты. Убедитесь, что карта находится в считывателе и считыватель работает исправно."}'),G={de:S,en:A,et:P,lt:L,lv:M,ru:n.t(U,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),K=n.n(J)(),Z=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},$=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.data,n=t.message,r=K({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},W=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=W(n))){e.next=6;break}throw Z(o);case 6:return e.abrupt("return",r?$(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(Z(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 Ot(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Et(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Ot(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Ot(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var wt=c.zealId,Tt=tt(wt,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,wt);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)(Et(Et({},e),{},{cancelToken:n}));case 6:return d=t.sent,t.next=9,Y(c)(Et(Et({},e),{},{cancelToken:n,iframeUrl:d.data.url}));case 9:return d=t.sent,t.next=12,Y(u)(Et(Et({},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)}}()),Dt=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};(Dt.prototype=new Error).name="MethodException";var Lt=Dt,Rt=c.idCardSignature,Mt=function(t){var e=t.iframe,n=new URL(e.src);return{post:function(t){e.contentWindow.postMessage(t,n.origin)}}},Ut=function(t){var e=t.countryCode,n=t.clientId,r=t.apiEndpoints,o=s(i.SIGNATURE,Rt,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 Lt({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(Rt,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(Ut,{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(Mt,{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 Kt=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})}}},Zt=c.mobileIdSignature,$t=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})},Wt=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 Kt({pollInterval:2e3,maxPollDuration:12e4,fn:Wt,fnArgs:[{data:e,apiClient:n,apiEndpoints:r,language:o,cancelToken:i,docId:a,clientId:c}]}).start()},Xt=tt(Zt,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,Zt,f),u.dispatch({message:"".concat(h.actionType,": signing started")}),t.next=5,Y($t)({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 Kt({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 Kt({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}}),Oe=c.zealIdSignature,Ee=function(t){var e=t.apiEndpoints,n=t.clientId,r=t.docId;return{data:{redirect_uri:e.inCurrentMode.startZealIdSignature({clientId:n,docId:r})}}},we=tt(Oe,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(Ee)({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)}}()),Te=Object.freeze({sandbox:"sandbox",production:"production"});function je(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function _e(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?je(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):je(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var xe=function(t,e){var n={};return Object.keys(t).forEach((function(r){n[r]=function(t,e){return function(n){var r=_e(_e({},e),n);return t(r)}}(t[r],e)})),n},Ce=function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=_e({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={},Te.production,_e({},xe(o,{baseUrl:n.base?n.base():"https://id.eideasy.com"}))),r(t,Te.sandbox,_e({},xe(o,{baseUrl:n.base?n.base():"https://test.eideasy.com"}))),t);return{get inCurrentMode(){var t=e.sandbox?Te.sandbox:Te.production;return i[t]}}},Se=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=_({rawSettings:t,schema:x}),n=F({currentLanguage:"en"}),r=Ce({countryCode:e.countryCode,sandbox:e.sandbox},e.apiEndpoints),o=B({remoteMonitoringEnabled:e.remoteMonitoringEnabled,apiEndpoints:r});return w({settings:e,i18n:n,monitoringService:o,apiEndpoints:r,identificationModules:[ot,st,ft,vt,It,Tt,xt,kt,Pt],signingModules:[Vt,Xt,re,ue,pe,ge,ye,Ie,we]})},ke=Se},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),O=n(3218),E=n(2928),w=n(3674),T=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,D=1&n,L=2&n,R=4&n;if(S&&(P=A?S(e,k,A,N):S(e)),void 0!==P)return P;if(!O(e))return e;var M=m(e);if(M){if(P=h(e),!D)return s(e,P)}else{var U=g(e),G=U==_||"[object GeneratorFunction]"==U;if(b(e))return u(e,D);if(U==x||U==j||G&&!A){if(P=L||G?{}:y(e),!D)return L?p(e,c(P,e)):d(e,a(P,e))}else{if(!C[U])return A?e:{};P=v(e,U,D)}}N||(N=new r);var F=N.get(e);if(F)return F;N.set(e,P),E(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=M?void 0:(R?L?f:l:L?T:w)(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,O){var E=v(t,n),w=v(e,n),T=O.get(w);if(T)r(t,n,T);else{var j=I?I(E,w,n+"",t,e,O):void 0,_=void 0===j;if(_){var x=s(w),C=!x&&p(w),S=!x&&!C&&h(w);j=w,x||C||S?s(E)?j=E:d(E)?j=a(E):C?(_=!1,j=o(w,!0)):S?(_=!1,j=i(w,!0)):j=[]:g(w)||u(w)?(j=E,u(E)?j=y(E):f(E)&&!l(E)||(j=c(w))):_=!1}_&&(O.set(w,j),b(j,w,m,I,O),O.delete(w)),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,O=I&&I(I(S([])));O&&O!==n&&r.call(O,i)&&(b=O);var E=m.prototype=v.prototype=Object.create(b);function w(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function T(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=E.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(E),t},t.awrap=function(t){return{__await:t}},w(T.prototype),T.prototype[a]=function(){return this},t.AsyncIterator=T,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new T(s(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},w(E),u(E,c,"Generator"),E[i]=function(){return this},E.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(4490)}()}));
|
|
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)}()}));
|
|
1977
1977
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("4362")))
|
|
1978
1978
|
|
|
1979
1979
|
/***/ }),
|
|
@@ -3577,6 +3577,13 @@ module.exports = {
|
|
|
3577
3577
|
|
|
3578
3578
|
/***/ }),
|
|
3579
3579
|
|
|
3580
|
+
/***/ "196d":
|
|
3581
|
+
/***/ (function(module) {
|
|
3582
|
+
|
|
3583
|
+
module.exports = JSON.parse("{\"locale\":\"fi\",\"countries\":{\"AF\":\"Afganistan\",\"AX\":\"Ahvenanmaa\",\"NL\":\"Alankomaat\",\"AL\":\"Albania\",\"DZ\":\"Algeria\",\"AS\":\"Amerikan Samoa\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AQ\":\"Antarktis\",\"AG\":\"Antigua ja Barbuda\",\"AE\":\"Arabiemiirikunnat\",\"AR\":\"Argentiina\",\"AM\":\"Armenia\",\"AW\":\"Aruba\",\"AU\":\"Australia\",\"AZ\":\"Azerbaidžan\",\"BS\":\"Bahama\",\"BH\":\"Bahrain\",\"BD\":\"Bangladesh\",\"BB\":\"Barbados\",\"BE\":\"Belgia\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BM\":\"Bermuda\",\"BT\":\"Bhutan\",\"BO\":\"Bolivia\",\"BQ\":\"Bonaire, Sint Eustatius ja Saba\",\"BA\":\"Bosnia ja Hertsegovina\",\"BW\":\"Botswana\",\"BV\":\"Bouvet’nsaari\",\"BR\":\"Brasilia\",\"IO\":\"Brittiläinen Intian valtameren alue\",\"VG\":\"Brittiläiset Neitsytsaaret\",\"BN\":\"Brunei\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KY\":\"Caymansaaret\",\"CL\":\"Chile\",\"CK\":\"Cookinsaaret\",\"CR\":\"Costa Rica\",\"CW\":\"Curaçao\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"Dominikaaninen tasavalta\",\"EC\":\"Ecuador\",\"EG\":\"Egypti\",\"SV\":\"El Salvador\",\"ER\":\"Eritrea\",\"ES\":\"Espanja\",\"ET\":\"Etiopia\",\"ZA\":\"Etelä-Afrikka\",\"GS\":\"Etelä-Georgia ja Eteläiset Sandwichsaaret\",\"SS\":\"Etelä-Sudan\",\"FK\":\"Falklandinsaaret\",\"FO\":\"Färsaaret\",\"FJ\":\"Fidži\",\"PH\":\"Filippiinit\",\"GA\":\"Gabon\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GD\":\"Grenada\",\"GL\":\"Grönlanti\",\"GP\":\"Guadeloupe\",\"GU\":\"Guam\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GN\":\"Guinea\",\"GW\":\"Guinea-Bissau\",\"GY\":\"Guyana\",\"HT\":\"Haiti\",\"HM\":\"Heard ja McDonaldinsaaret\",\"HN\":\"Honduras\",\"HK\":\"Hongkong\",\"ID\":\"Indonesia\",\"IN\":\"Intia\",\"IQ\":\"Irak\",\"IR\":\"Iran\",\"IE\":\"Irlanti\",\"IS\":\"Islanti\",\"IL\":\"Israel\",\"IT\":\"Italia\",\"TL\":\"Itä-Timor\",\"AT\":\"Itävalta\",\"JM\":\"Jamaika\",\"JP\":\"Japani\",\"YE\":\"Jemen\",\"JE\":\"Jersey\",\"JO\":\"Jordania\",\"CX\":\"Joulusaari\",\"KH\":\"Kambodža\",\"CM\":\"Kamerun\",\"CA\":\"Kanada\",\"CV\":\"Kap Verde\",\"KZ\":\"Kazakstan\",\"KE\":\"Kenia\",\"CF\":\"Keski-Afrikan tasavalta\",\"CN\":\"Kiina\",\"KG\":\"Kirgisia\",\"KI\":\"Kiribati\",\"CO\":\"Kolumbia\",\"KM\":\"Komorit\",\"CD\":\"Kongon demokraattinen tasavalta\",\"CG\":\"Kongon tasavalta\",\"CC\":\"Kookossaaret\",\"KP\":\"Korean demokraattinen kansantasavalta\",\"KR\":\"Korean tasavalta\",\"GR\":\"Kreikka\",\"HR\":\"Kroatia\",\"CU\":\"Kuuba\",\"KW\":\"Kuwait\",\"CY\":\"Kypros\",\"LA\":\"Laos\",\"LV\":\"Latvia\",\"LS\":\"Lesotho\",\"LB\":\"Libanon\",\"LR\":\"Liberia\",\"LY\":\"Libya\",\"LI\":\"Liechtenstein\",\"LT\":\"Liettua\",\"LU\":\"Luxemburg\",\"EH\":\"Länsi-Sahara\",\"MO\":\"Macao\",\"MG\":\"Madagaskar\",\"MW\":\"Malawi\",\"MV\":\"Malediivit\",\"MY\":\"Malesia\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"IM\":\"Mansaari\",\"MA\":\"Marokko\",\"MH\":\"Marshallinsaaret\",\"MQ\":\"Martinique\",\"MR\":\"Mauritania\",\"MU\":\"Mauritius\",\"YT\":\"Mayotte\",\"MX\":\"Meksiko\",\"FM\":\"Mikronesian liittovaltio\",\"MD\":\"Moldova\",\"MC\":\"Monaco\",\"MN\":\"Mongolia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"MZ\":\"Mosambik\",\"MM\":\"Myanmar\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"NF\":\"Norfolkinsaari\",\"NO\":\"Norja\",\"CI\":\"Norsunluurannikko\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PW\":\"Palau\",\"PS\":\"Palestiina\",\"PA\":\"Panama\",\"PG\":\"Papua-Uusi-Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Peru\",\"MK\":\"Pohjois-Makedonia\",\"MP\":\"Pohjois-Mariaanit\",\"PN\":\"Pitcairn\",\"PT\":\"Portugali\",\"PR\":\"Puerto Rico\",\"PL\":\"Puola\",\"GQ\":\"Päiväntasaajan Guinea\",\"QA\":\"Qatar\",\"FR\":\"Ranska\",\"TF\":\"Ranskan eteläiset alueet\",\"GF\":\"Ranskan Guayana\",\"PF\":\"Ranskan Polynesia\",\"RE\":\"Réunion\",\"RO\":\"Romania\",\"RW\":\"Ruanda\",\"SE\":\"Ruotsi\",\"BL\":\"Saint-Barthélemy\",\"SH\":\"Saint Helena\",\"KN\":\"Saint Kitts ja Nevis\",\"LC\":\"Saint Lucia\",\"MF\":\"Saint-Martin\",\"PM\":\"Saint-Pierre ja Miquelon\",\"VC\":\"Saint Vincent ja Grenadiinit\",\"DE\":\"Saksa\",\"SB\":\"Salomonsaaret\",\"ZM\":\"Sambia\",\"WS\":\"Samoa\",\"SM\":\"San Marino\",\"ST\":\"São Tomé ja Príncipe\",\"SA\":\"Saudi-Arabia\",\"SN\":\"Senegal\",\"RS\":\"Serbia\",\"SC\":\"Seychellit\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapore\",\"SX\":\"Sint Maarten\",\"SK\":\"Slovakia\",\"SI\":\"Slovenia\",\"SO\":\"Somalia\",\"LK\":\"Sri Lanka\",\"SD\":\"Sudan\",\"FI\":\"Suomi\",\"SR\":\"Suriname\",\"SJ\":\"Svalbard ja Jan Mayen\",\"SZ\":\"Swazimaa\",\"CH\":\"Sveitsi\",\"SY\":\"Syyria\",\"TJ\":\"Tadžikistan\",\"TW\":\"Taiwan\",\"TZ\":\"Tansania\",\"DK\":\"Tanska\",\"TH\":\"Thaimaa\",\"TG\":\"Togo\",\"TK\":\"Tokelau\",\"TO\":\"Tonga\",\"TT\":\"Trinidad ja Tobago\",\"TD\":\"Tšad\",\"CZ\":\"Tšekki\",\"TN\":\"Tunisia\",\"TR\":\"Turkki\",\"TM\":\"Turkmenistan\",\"TC\":\"Turks- ja Caicossaaret\",\"TV\":\"Tuvalu\",\"UG\":\"Uganda\",\"UA\":\"Ukraina\",\"HU\":\"Unkari\",\"UY\":\"Uruguay\",\"NC\":\"Uusi-Kaledonia\",\"NZ\":\"Uusi-Seelanti\",\"UZ\":\"Uzbekistan\",\"BY\":\"Valko-Venäjä\",\"VU\":\"Vanuatu\",\"VA\":\"Vatikaanivaltio\",\"VE\":\"Venezuela\",\"RU\":\"Venäjä\",\"VN\":\"Vietnam\",\"EE\":\"Viro\",\"WF\":\"Wallis ja Futunasaaret\",\"GB\":\"Yhdistynyt kuningaskunta\",\"US\":\"Yhdysvallat\",\"VI\":\"Yhdysvaltain Neitsytsaaret\",\"UM\":\"Yhdysvaltain pienet erillissaaret\",\"ZW\":\"Zimbabwe\",\"XK\":\"Kosovo\"}}");
|
|
3584
|
+
|
|
3585
|
+
/***/ }),
|
|
3586
|
+
|
|
3580
3587
|
/***/ "19aa":
|
|
3581
3588
|
/***/ (function(module, exports) {
|
|
3582
3589
|
|
|
@@ -4373,6 +4380,13 @@ module.exports = {
|
|
|
4373
4380
|
|
|
4374
4381
|
/***/ }),
|
|
4375
4382
|
|
|
4383
|
+
/***/ "20fc":
|
|
4384
|
+
/***/ (function(module) {
|
|
4385
|
+
|
|
4386
|
+
module.exports = JSON.parse("{\"locale\":\"fr\",\"countries\":{\"AF\":\"Afghanistan\",\"AL\":\"Albanie\",\"DZ\":\"Algérie\",\"AS\":\"Samoa américaine\",\"AD\":\"Andorre\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AQ\":\"Antarctique\",\"AG\":\"Antigua et Barbuda\",\"AR\":\"Argentine\",\"AM\":\"Arménie\",\"AW\":\"Aruba\",\"AU\":\"Australie\",\"AT\":\"Autriche\",\"AZ\":\"Azerbaïdjan\",\"BS\":\"Bahamas\",\"BH\":\"Bahrein\",\"BD\":\"Bangladesh\",\"BB\":\"Barbade\",\"BY\":\"Bielorussie\",\"BE\":\"Belgique\",\"BZ\":\"Belize\",\"BJ\":\"Bénin\",\"BM\":\"Bermudes\",\"BT\":\"Bhoutan\",\"BO\":\"Bolivie\",\"BA\":\"Bosnie-Herzégovine\",\"BW\":\"Botswana\",\"BV\":\"Île Bouvet\",\"BR\":\"Brésil\",\"IO\":\"Océan Indien Britannique\",\"BN\":\"Brunei Darussalam\",\"BG\":\"Bulgarie\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Cambodge\",\"CM\":\"Cameroun\",\"CA\":\"Canada\",\"CV\":\"Cap-Vert\",\"KY\":\"Caïmanes\",\"CF\":\"Centrafricaine, République\",\"TD\":\"Tchad\",\"CL\":\"Chili\",\"CN\":\"Chine\",\"CX\":\"Île Christmas\",\"CC\":\"Cocos\",\"CO\":\"Colombie\",\"KM\":\"Comores\",\"CG\":\"République du Congo\",\"CD\":\"Congo, République démocratique\",\"CK\":\"Îles Cook\",\"CR\":\"Costa Rica\",\"CI\":\"Côte-d'Ivoire\",\"HR\":\"Croatie\",\"CU\":\"Cuba\",\"CY\":\"Chypre\",\"CZ\":\"République Tchèque\",\"DK\":\"Danemark\",\"DJ\":\"Djibouti\",\"DM\":\"Dominique\",\"DO\":\"République Dominicaine\",\"EC\":\"Équateur\",\"EG\":\"Égypte\",\"SV\":\"El Salvador\",\"GQ\":\"Guinée équatoriale\",\"ER\":\"Érythrée\",\"EE\":\"Estonie\",\"ET\":\"Éthiopie\",\"FK\":\"Îles Malouines\",\"FO\":\"Îles Féroé\",\"FJ\":\"Fidji\",\"FI\":\"Finlande\",\"FR\":\"France\",\"GF\":\"Guyane française\",\"PF\":\"Polynésie française\",\"TF\":\"Terres australes françaises\",\"GA\":\"Gabon\",\"GM\":\"Gambie\",\"GE\":\"Géorgie\",\"DE\":\"Allemagne\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Grèce\",\"GL\":\"Groenland\",\"GD\":\"Grenada\",\"GP\":\"Guadeloupe\",\"GU\":\"Guam\",\"GT\":\"Guatemala\",\"GN\":\"Guinée\",\"GW\":\"Guinée-Bissau\",\"GY\":\"Guyana\",\"HT\":\"Haïti\",\"HM\":\"Îles Heard-et-MacDonald\",\"VA\":\"Saint-Siège\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hongrie\",\"IS\":\"Islande\",\"IN\":\"Inde\",\"ID\":\"Indonésie\",\"IR\":\"Iran\",\"IQ\":\"Irak\",\"IE\":\"Irlande\",\"IL\":\"Israël\",\"IT\":\"Italie\",\"JM\":\"Jamaïque\",\"JP\":\"Japon\",\"JO\":\"Jordanie\",\"KZ\":\"Kazakhstan\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KP\":\"Corée du Nord, République populaire démocratique\",\"KR\":\"Corée du Sud, République\",\"KW\":\"Koweit\",\"KG\":\"Kirghistan\",\"LA\":\"Laos\",\"LV\":\"Lettonie\",\"LB\":\"Liban\",\"LS\":\"Lesotho\",\"LR\":\"Libéria\",\"LY\":\"Libye\",\"LI\":\"Liechtenstein\",\"LT\":\"Lituanie\",\"LU\":\"Luxembourg\",\"MO\":\"Macao\",\"MK\":\"Macédoine du Nord\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malaisie\",\"MV\":\"Maldives\",\"ML\":\"Mali\",\"MT\":\"Malte\",\"MH\":\"Îles Marshall\",\"MQ\":\"Martinique\",\"MR\":\"Mauritanie\",\"MU\":\"Maurice\",\"YT\":\"Mayotte\",\"MX\":\"Mexique\",\"FM\":\"Micronésie\",\"MD\":\"Moldavie\",\"MC\":\"Monaco\",\"MN\":\"Mongolie\",\"MS\":\"Montserrat\",\"MA\":\"Maroc\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar\",\"NA\":\"Namibie\",\"NR\":\"Nauru\",\"NP\":\"Népal\",\"NL\":\"Pays-Bas\",\"NC\":\"Nouvelle-Calédonie\",\"NZ\":\"Nouvelle-Zélande\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigéria\",\"NU\":\"Niué\",\"NF\":\"Île Norfolk\",\"MP\":\"Mariannes du Nord\",\"NO\":\"Norvège\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PW\":\"Palau\",\"PS\":\"Palestine\",\"PA\":\"Panama\",\"PG\":\"Papouasie-Nouvelle-Guinée\",\"PY\":\"Paraguay\",\"PE\":\"Pérou\",\"PH\":\"Philippines\",\"PN\":\"Pitcairn\",\"PL\":\"Pologne\",\"PT\":\"Portugal\",\"PR\":\"Porto Rico\",\"QA\":\"Qatar\",\"RE\":\"Réunion\",\"RO\":\"Roumanie\",\"RU\":\"Russie\",\"RW\":\"Rwanda\",\"SH\":\"Sainte-Hélène\",\"KN\":\"Saint-Christophe-et-Niévès\",\"LC\":\"Sainte-Lucie\",\"PM\":\"Saint Pierre and Miquelon\",\"VC\":\"Saint-Vincent et les Grenadines\",\"WS\":\"Samoa\",\"SM\":\"Saint-Marin\",\"ST\":\"São Tomé et Principe\",\"SA\":\"Arabie Saoudite\",\"SN\":\"Sénégal\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapour\",\"SK\":\"Slovaquie\",\"SI\":\"Slovénie\",\"SB\":\"Salomon\",\"SO\":\"Somalie\",\"ZA\":\"Afrique du Sud\",\"GS\":\"Géorgie du Sud-et-les Îles Sandwich du Sud\",\"ES\":\"Espagne\",\"LK\":\"Sri Lanka\",\"SD\":\"Soudan\",\"SR\":\"Suriname\",\"SJ\":\"Svalbard et Île Jan Mayen\",\"SZ\":\"Ngwane, Royaume d'Eswatini\",\"SE\":\"Suède\",\"CH\":\"Suisse\",\"SY\":\"Syrie\",\"TW\":\"Taïwan\",\"TJ\":\"Tadjikistan\",\"TZ\":\"Tanzanie, République unie\",\"TH\":\"Thaïlande\",\"TL\":\"Timor Leste\",\"TG\":\"Togo\",\"TK\":\"Tokelau\",\"TO\":\"Tonga\",\"TT\":\"Trinidad et Tobago\",\"TN\":\"Tunisie\",\"TR\":\"Turquie\",\"TM\":\"Turkménistan\",\"TC\":\"Îles Turques-et-Caïques\",\"TV\":\"Tuvalu\",\"UG\":\"Ouganda\",\"UA\":\"Ukraine\",\"AE\":\"Émirats Arabes Unis\",\"GB\":\"Royaume-Uni\",\"US\":\"États-Unis d'Amérique\",\"UM\":\"Îles mineures éloignées des États-Unis\",\"UY\":\"Uruguay\",\"UZ\":\"Ouzbékistan\",\"VU\":\"Vanuatu\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"VG\":\"Îles vierges britanniques\",\"VI\":\"Îles vierges américaines\",\"WF\":\"Wallis et Futuna\",\"EH\":\"Sahara occidental\",\"YE\":\"Yémen\",\"ZM\":\"Zambie\",\"ZW\":\"Zimbabwe\",\"AX\":\"Åland\",\"BQ\":\"Bonaire, Saint-Eustache et Saba\",\"CW\":\"Curaçao\",\"GG\":\"Guernesey\",\"IM\":\"Île de Man\",\"JE\":\"Jersey\",\"ME\":\"Monténégro\",\"BL\":\"Saint-Barthélemy\",\"MF\":\"Saint-Martin (partie française)\",\"RS\":\"Serbie\",\"SX\":\"Saint-Martin (partie néerlandaise)\",\"SS\":\"Sud-Soudan\",\"XK\":\"Kosovo\"}}");
|
|
4387
|
+
|
|
4388
|
+
/***/ }),
|
|
4389
|
+
|
|
4376
4390
|
/***/ "217a":
|
|
4377
4391
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4378
4392
|
|
|
@@ -4776,10 +4790,15 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
|
4776
4790
|
var map = {
|
|
4777
4791
|
"./de.json": "edeb",
|
|
4778
4792
|
"./en.json": "bb69",
|
|
4793
|
+
"./es.json": "bf60",
|
|
4779
4794
|
"./et.json": "ffcb",
|
|
4795
|
+
"./fi.json": "4440",
|
|
4796
|
+
"./fr.json": "f96c",
|
|
4780
4797
|
"./lt.json": "8a97",
|
|
4781
4798
|
"./lv.json": "d3c4",
|
|
4782
|
-
"./
|
|
4799
|
+
"./pt.json": "b77d",
|
|
4800
|
+
"./ru.json": "33d2",
|
|
4801
|
+
"./sv.json": "5c22"
|
|
4783
4802
|
};
|
|
4784
4803
|
|
|
4785
4804
|
|
|
@@ -14372,7 +14391,7 @@ var update = add("e2e994f4", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
14372
14391
|
/***/ "33d2":
|
|
14373
14392
|
/***/ (function(module) {
|
|
14374
14393
|
|
|
14375
|
-
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\":\"
|
|
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\":\"Метод подписи\"}");
|
|
14376
14395
|
|
|
14377
14396
|
/***/ }),
|
|
14378
14397
|
|
|
@@ -16435,88 +16454,14 @@ module.exports = {
|
|
|
16435
16454
|
|
|
16436
16455
|
/***/ }),
|
|
16437
16456
|
|
|
16438
|
-
/***/ "
|
|
16439
|
-
/***/ (function(module
|
|
16440
|
-
|
|
16441
|
-
var fails = __webpack_require__("d039");
|
|
16442
|
-
var classof = __webpack_require__("c6b6");
|
|
16443
|
-
|
|
16444
|
-
var split = ''.split;
|
|
16445
|
-
|
|
16446
|
-
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
|
16447
|
-
module.exports = fails(function () {
|
|
16448
|
-
// throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
|
|
16449
|
-
// eslint-disable-next-line no-prototype-builtins
|
|
16450
|
-
return !Object('z').propertyIsEnumerable(0);
|
|
16451
|
-
}) ? function (it) {
|
|
16452
|
-
return classof(it) == 'String' ? split.call(it, '') : Object(it);
|
|
16453
|
-
} : Object;
|
|
16454
|
-
|
|
16455
|
-
|
|
16456
|
-
/***/ }),
|
|
16457
|
-
|
|
16458
|
-
/***/ "44d2":
|
|
16459
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
16460
|
-
|
|
16461
|
-
var wellKnownSymbol = __webpack_require__("b622");
|
|
16462
|
-
var create = __webpack_require__("7c73");
|
|
16463
|
-
var definePropertyModule = __webpack_require__("9bf2");
|
|
16464
|
-
|
|
16465
|
-
var UNSCOPABLES = wellKnownSymbol('unscopables');
|
|
16466
|
-
var ArrayPrototype = Array.prototype;
|
|
16467
|
-
|
|
16468
|
-
// Array.prototype[@@unscopables]
|
|
16469
|
-
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
16470
|
-
if (ArrayPrototype[UNSCOPABLES] == undefined) {
|
|
16471
|
-
definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
|
|
16472
|
-
configurable: true,
|
|
16473
|
-
value: create(null)
|
|
16474
|
-
});
|
|
16475
|
-
}
|
|
16476
|
-
|
|
16477
|
-
// add a key to Array.prototype[@@unscopables]
|
|
16478
|
-
module.exports = function (key) {
|
|
16479
|
-
ArrayPrototype[UNSCOPABLES][key] = true;
|
|
16480
|
-
};
|
|
16481
|
-
|
|
16482
|
-
|
|
16483
|
-
/***/ }),
|
|
16484
|
-
|
|
16485
|
-
/***/ "44de":
|
|
16486
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
16487
|
-
|
|
16488
|
-
var global = __webpack_require__("da84");
|
|
16489
|
-
|
|
16490
|
-
module.exports = function (a, b) {
|
|
16491
|
-
var console = global.console;
|
|
16492
|
-
if (console && console.error) {
|
|
16493
|
-
arguments.length === 1 ? console.error(a) : console.error(a, b);
|
|
16494
|
-
}
|
|
16495
|
-
};
|
|
16496
|
-
|
|
16497
|
-
|
|
16498
|
-
/***/ }),
|
|
16499
|
-
|
|
16500
|
-
/***/ "44e7":
|
|
16501
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
16502
|
-
|
|
16503
|
-
var isObject = __webpack_require__("861d");
|
|
16504
|
-
var classof = __webpack_require__("c6b6");
|
|
16505
|
-
var wellKnownSymbol = __webpack_require__("b622");
|
|
16506
|
-
|
|
16507
|
-
var MATCH = wellKnownSymbol('match');
|
|
16508
|
-
|
|
16509
|
-
// `IsRegExp` abstract operation
|
|
16510
|
-
// https://tc39.es/ecma262/#sec-isregexp
|
|
16511
|
-
module.exports = function (it) {
|
|
16512
|
-
var isRegExp;
|
|
16513
|
-
return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
|
|
16514
|
-
};
|
|
16457
|
+
/***/ "4440":
|
|
16458
|
+
/***/ (function(module) {
|
|
16515
16459
|
|
|
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\"}");
|
|
16516
16461
|
|
|
16517
16462
|
/***/ }),
|
|
16518
16463
|
|
|
16519
|
-
/***/ "
|
|
16464
|
+
/***/ "4460":
|
|
16520
16465
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16521
16466
|
|
|
16522
16467
|
__webpack_require__("99af");
|
|
@@ -16548,235 +16493,377 @@ module.exports = {
|
|
|
16548
16493
|
class: [classNames, staticClass],
|
|
16549
16494
|
style: [style, staticStyle],
|
|
16550
16495
|
attrs: Object.assign({
|
|
16551
|
-
"
|
|
16552
|
-
"
|
|
16496
|
+
"viewBox": "0 0 24 24",
|
|
16497
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
16553
16498
|
}, attrs)
|
|
16554
16499
|
}, rest), children.concat([_c('path', {
|
|
16555
16500
|
attrs: {
|
|
16556
|
-
"fill": "#
|
|
16557
|
-
"d": "
|
|
16558
|
-
}
|
|
16559
|
-
}), _c('path', {
|
|
16560
|
-
attrs: {
|
|
16561
|
-
"fill": "#D80027",
|
|
16562
|
-
"d": "M0 215.2h211.5v126.1H0z"
|
|
16563
|
-
}
|
|
16564
|
-
}), _c('path', {
|
|
16565
|
-
attrs: {
|
|
16566
|
-
"fill": "#0052B4",
|
|
16567
|
-
"d": "M0 0h211.5v126.2H0z"
|
|
16568
|
-
}
|
|
16569
|
-
}), _c('path', {
|
|
16570
|
-
attrs: {
|
|
16571
|
-
"fill": "#D80027",
|
|
16572
|
-
"d": "M300.5 0H512v126.2H300.5z"
|
|
16573
|
-
}
|
|
16574
|
-
}), _c('path', {
|
|
16575
|
-
attrs: {
|
|
16576
|
-
"fill": "#0052B4",
|
|
16577
|
-
"d": "M300.5 215.2H512v126.1H300.5z"
|
|
16578
|
-
}
|
|
16579
|
-
}), _c('g', {
|
|
16580
|
-
attrs: {
|
|
16581
|
-
"stroke": "#FFF",
|
|
16582
|
-
"stroke-width": "5",
|
|
16583
|
-
"stroke-miterlimit": "10"
|
|
16584
|
-
}
|
|
16585
|
-
}, [_c('path', {
|
|
16586
|
-
attrs: {
|
|
16587
|
-
"fill": "#0052B4",
|
|
16588
|
-
"d": "M256 130h-49.9v49.4s19.5 6 49.9 6V130z"
|
|
16501
|
+
"fill": "#4285F4",
|
|
16502
|
+
"d": "M23.745 12.27c0-.79-.07-1.54-.19-2.27h-11.3v4.51h6.47c-.29 1.48-1.14 2.73-2.4 3.58v3h3.86c2.26-2.09 3.56-5.17 3.56-8.82z"
|
|
16589
16503
|
}
|
|
16590
16504
|
}), _c('path', {
|
|
16591
16505
|
attrs: {
|
|
16592
|
-
"fill": "#
|
|
16593
|
-
"d": "
|
|
16506
|
+
"fill": "#34A853",
|
|
16507
|
+
"d": "M12.255 24c3.24 0 5.95-1.08 7.93-2.91l-3.86-3c-1.08.72-2.45 1.16-4.07 1.16-3.13 0-5.78-2.11-6.73-4.96h-3.98v3.09C3.515 21.3 7.565 24 12.255 24z"
|
|
16594
16508
|
}
|
|
16595
16509
|
}), _c('path', {
|
|
16596
16510
|
attrs: {
|
|
16597
|
-
"fill": "#
|
|
16598
|
-
"d": "
|
|
16511
|
+
"fill": "#FBBC05",
|
|
16512
|
+
"d": "M5.525 14.29c-.25-.72-.38-1.49-.38-2.29s.14-1.57.38-2.29V6.62h-3.98a11.86 11.86 0 000 10.76l3.98-3.09z"
|
|
16599
16513
|
}
|
|
16600
16514
|
}), _c('path', {
|
|
16601
16515
|
attrs: {
|
|
16602
|
-
"fill": "#
|
|
16603
|
-
"d": "
|
|
16516
|
+
"fill": "#EA4335",
|
|
16517
|
+
"d": "M12.255 4.75c1.77 0 3.35.61 4.6 1.8l3.42-3.42C18.205 1.19 15.495 0 12.255 0c-4.69 0-8.74 2.7-10.71 6.62l3.98 3.09c.95-2.85 3.6-4.96 6.73-4.96z"
|
|
16604
16518
|
}
|
|
16605
|
-
})])
|
|
16519
|
+
})]));
|
|
16606
16520
|
}
|
|
16607
16521
|
};
|
|
16608
16522
|
|
|
16609
16523
|
/***/ }),
|
|
16610
16524
|
|
|
16611
|
-
/***/ "
|
|
16525
|
+
/***/ "44ad":
|
|
16612
16526
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16613
16527
|
|
|
16614
|
-
__webpack_require__("
|
|
16615
|
-
|
|
16616
|
-
__webpack_require__("cca6");
|
|
16617
|
-
|
|
16618
|
-
var _objectSpread = __webpack_require__("ded3");
|
|
16619
|
-
|
|
16620
|
-
var _objectWithoutProperties = __webpack_require__("4082");
|
|
16528
|
+
var fails = __webpack_require__("d039");
|
|
16529
|
+
var classof = __webpack_require__("c6b6");
|
|
16621
16530
|
|
|
16622
|
-
|
|
16623
|
-
functional: true,
|
|
16624
|
-
render: function render(_h, _vm) {
|
|
16625
|
-
var _c = _vm._c,
|
|
16626
|
-
_v = _vm._v,
|
|
16627
|
-
data = _vm.data,
|
|
16628
|
-
_vm$children = _vm.children,
|
|
16629
|
-
children = _vm$children === void 0 ? [] : _vm$children;
|
|
16531
|
+
var split = ''.split;
|
|
16630
16532
|
|
|
16631
|
-
|
|
16632
|
-
|
|
16633
|
-
|
|
16634
|
-
|
|
16635
|
-
|
|
16636
|
-
|
|
16637
|
-
|
|
16533
|
+
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
|
16534
|
+
module.exports = fails(function () {
|
|
16535
|
+
// throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
|
|
16536
|
+
// eslint-disable-next-line no-prototype-builtins
|
|
16537
|
+
return !Object('z').propertyIsEnumerable(0);
|
|
16538
|
+
}) ? function (it) {
|
|
16539
|
+
return classof(it) == 'String' ? split.call(it, '') : Object(it);
|
|
16540
|
+
} : Object;
|
|
16638
16541
|
|
|
16639
|
-
return _c('svg', _objectSpread({
|
|
16640
|
-
class: [classNames, staticClass],
|
|
16641
|
-
style: [style, staticStyle],
|
|
16642
|
-
attrs: Object.assign({
|
|
16643
|
-
"xmlns": "http://www.w3.org/2000/svg",
|
|
16644
|
-
"viewBox": "0 85.333 512 341.333"
|
|
16645
|
-
}, attrs)
|
|
16646
|
-
}, rest), children.concat([_c('path', {
|
|
16647
|
-
attrs: {
|
|
16648
|
-
"fill": "#338AF3",
|
|
16649
|
-
"d": "M0 85.331h512v341.337H0z"
|
|
16650
|
-
}
|
|
16651
|
-
}), _c('path', {
|
|
16652
|
-
attrs: {
|
|
16653
|
-
"fill": "#FFDA44",
|
|
16654
|
-
"d": "M0 255.994h512v81.619H0z"
|
|
16655
|
-
}
|
|
16656
|
-
}), _c('path', {
|
|
16657
|
-
attrs: {
|
|
16658
|
-
"fill": "#496E2D",
|
|
16659
|
-
"d": "M0 337.614h512v89.043H0z"
|
|
16660
|
-
}
|
|
16661
|
-
}), _c('path', {
|
|
16662
|
-
attrs: {
|
|
16663
|
-
"fill": "#FFDA44",
|
|
16664
|
-
"d": "M278.261 185.209l20.844 9.804-11.099 20.186 22.632-4.33 2.868 22.865 15.765-16.816 15.766 16.816 2.867-22.865 22.633 4.33-11.099-20.186 20.843-9.804-20.844-9.805 11.1-20.185-22.633 4.329-2.868-22.864-15.765 16.816-15.766-16.816-2.867 22.864-22.634-4.329 11.1 20.187z"
|
|
16665
|
-
}
|
|
16666
|
-
})]));
|
|
16667
|
-
}
|
|
16668
|
-
};
|
|
16669
16542
|
|
|
16670
16543
|
/***/ }),
|
|
16671
16544
|
|
|
16672
|
-
/***/ "
|
|
16545
|
+
/***/ "44d2":
|
|
16673
16546
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16674
16547
|
|
|
16675
|
-
|
|
16676
|
-
var
|
|
16677
|
-
|
|
16678
|
-
// Module
|
|
16679
|
-
exports.push([module.i, ".ZealIdButton_reset-list_3jp8B{margin:0;padding:0;list-style:none;display:block}.ZealIdButton_uppercase-sm_XDmsQ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ZealIdButton_icon_1kwll{display:block;width:80px;height:auto}", ""]);
|
|
16680
|
-
// Exports
|
|
16681
|
-
exports.locals = {
|
|
16682
|
-
"reset-list": "ZealIdButton_reset-list_3jp8B",
|
|
16683
|
-
"uppercase-sm": "ZealIdButton_uppercase-sm_XDmsQ",
|
|
16684
|
-
"icon": "ZealIdButton_icon_1kwll"
|
|
16685
|
-
};
|
|
16686
|
-
module.exports = exports;
|
|
16687
|
-
|
|
16548
|
+
var wellKnownSymbol = __webpack_require__("b622");
|
|
16549
|
+
var create = __webpack_require__("7c73");
|
|
16550
|
+
var definePropertyModule = __webpack_require__("9bf2");
|
|
16688
16551
|
|
|
16689
|
-
|
|
16552
|
+
var UNSCOPABLES = wellKnownSymbol('unscopables');
|
|
16553
|
+
var ArrayPrototype = Array.prototype;
|
|
16690
16554
|
|
|
16691
|
-
|
|
16692
|
-
|
|
16555
|
+
// Array.prototype[@@unscopables]
|
|
16556
|
+
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
16557
|
+
if (ArrayPrototype[UNSCOPABLES] == undefined) {
|
|
16558
|
+
definePropertyModule.f(ArrayPrototype, UNSCOPABLES, {
|
|
16559
|
+
configurable: true,
|
|
16560
|
+
value: create(null)
|
|
16561
|
+
});
|
|
16562
|
+
}
|
|
16693
16563
|
|
|
16694
|
-
//
|
|
16695
|
-
|
|
16696
|
-
|
|
16697
|
-
// Module
|
|
16698
|
-
exports.push([module.i, ".CountrySelect_reset-list_1468f{margin:0;padding:0;list-style:none;display:block}.CountrySelect_uppercase-sm_1LhlA{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.CountrySelect_select_1N5LG{position:relative;font-family:inherit;width:100%}.CountrySelect_caretDown_g6MEi{color:rgba(0,0,0,.6);width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.CountrySelect_noOptions_PfO5K{padding-left:10px;padding-right:10px}.CountrySelect_select_1N5LG .vs--searchable .vs__dropdown-toggle{cursor:text}.CountrySelect_select_1N5LG .vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:12px 0;background:#fdfcfc;border:1px solid rgba(0,49,104,.2);border-radius:4px;white-space:normal}.CountrySelect_select_1N5LG .vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 6px;position:relative;width:calc(100% - 31px)}.CountrySelect_select_1N5LG .vs__dropdown-option{line-height:1.42857143;display:block;padding:6px 12px;clear:both;color:#292a2b}.CountrySelect_select_1N5LG .vs__dropdown-option--highlight{background:rgba(0,49,104,.2);color:#fff}.CountrySelect_select_1N5LG .vs__dropdown-option:hover{cursor:pointer}.CountrySelect_select_1N5LG .vs__search,.CountrySelect_select_1N5LG .vs__search:focus{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;line-height:1.4;font-size:1em;border:1px solid transparent!important;outline:none!important;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1;position:absolute;height:auto!important;min-height:0!important}.CountrySelect_select_1N5LG .vs__search::-webkit-search-cancel-button,.CountrySelect_select_1N5LG .vs__search::-webkit-search-decoration,.CountrySelect_select_1N5LG .vs__search::-webkit-search-results-button,.CountrySelect_select_1N5LG .vs__search::-webkit-search-results-decoration{-webkit-appearance:none!important}.CountrySelect_select_1N5LG .vs__actions{display:flex;align-items:center;padding:0 19px 0 4px}.CountrySelect_select_1N5LG .vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.CountrySelect_select_1N5LG .vs__open-indicator{fill:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.CountrySelect_select_1N5LG .vs__dropdown-menu{display:block;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fdfcfc}.CountrySelect_select_1N5LG .vs__selected{display:flex;align-items:center;background-color:rgba(0,49,104,.2);border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0;width:100%}.CountrySelect_select_1N5LG.vs--single .vs__selected{background-color:transparent;border-color:transparent}.CountrySelect_select_1N5LG.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.CountrySelect_select_1N5LG.vs--single.vs--searching .vs__selected{display:none}.CountrySelect_select_1N5LG.vs--single.vs--open .vs__search,.CountrySelect_select_1N5LG.vs--single.vs--searching .vs__search{position:static}", ""]);
|
|
16699
|
-
// Exports
|
|
16700
|
-
exports.locals = {
|
|
16701
|
-
"reset-list": "CountrySelect_reset-list_1468f",
|
|
16702
|
-
"uppercase-sm": "CountrySelect_uppercase-sm_1LhlA",
|
|
16703
|
-
"select": "CountrySelect_select_1N5LG",
|
|
16704
|
-
"caretDown": "CountrySelect_caretDown_g6MEi",
|
|
16705
|
-
"noOptions": "CountrySelect_noOptions_PfO5K"
|
|
16564
|
+
// add a key to Array.prototype[@@unscopables]
|
|
16565
|
+
module.exports = function (key) {
|
|
16566
|
+
ArrayPrototype[UNSCOPABLES][key] = true;
|
|
16706
16567
|
};
|
|
16707
|
-
module.exports = exports;
|
|
16708
16568
|
|
|
16709
16569
|
|
|
16710
16570
|
/***/ }),
|
|
16711
16571
|
|
|
16712
|
-
/***/ "
|
|
16572
|
+
/***/ "44de":
|
|
16713
16573
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16714
16574
|
|
|
16715
|
-
|
|
16716
|
-
|
|
16717
|
-
var fixRegExpWellKnownSymbolLogic = __webpack_require__("d784");
|
|
16718
|
-
var anObject = __webpack_require__("825a");
|
|
16719
|
-
var toLength = __webpack_require__("50c4");
|
|
16720
|
-
var requireObjectCoercible = __webpack_require__("1d80");
|
|
16721
|
-
var advanceStringIndex = __webpack_require__("8aa5");
|
|
16722
|
-
var regExpExec = __webpack_require__("14c3");
|
|
16723
|
-
|
|
16724
|
-
// @@match logic
|
|
16725
|
-
fixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {
|
|
16726
|
-
return [
|
|
16727
|
-
// `String.prototype.match` method
|
|
16728
|
-
// https://tc39.es/ecma262/#sec-string.prototype.match
|
|
16729
|
-
function match(regexp) {
|
|
16730
|
-
var O = requireObjectCoercible(this);
|
|
16731
|
-
var matcher = regexp == undefined ? undefined : regexp[MATCH];
|
|
16732
|
-
return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
|
|
16733
|
-
},
|
|
16734
|
-
// `RegExp.prototype[@@match]` method
|
|
16735
|
-
// https://tc39.es/ecma262/#sec-regexp.prototype-@@match
|
|
16736
|
-
function (regexp) {
|
|
16737
|
-
var res = maybeCallNative(nativeMatch, regexp, this);
|
|
16738
|
-
if (res.done) return res.value;
|
|
16739
|
-
|
|
16740
|
-
var rx = anObject(regexp);
|
|
16741
|
-
var S = String(this);
|
|
16742
|
-
|
|
16743
|
-
if (!rx.global) return regExpExec(rx, S);
|
|
16575
|
+
var global = __webpack_require__("da84");
|
|
16744
16576
|
|
|
16745
|
-
|
|
16746
|
-
|
|
16747
|
-
|
|
16748
|
-
|
|
16749
|
-
|
|
16750
|
-
|
|
16751
|
-
var matchStr = String(result[0]);
|
|
16752
|
-
A[n] = matchStr;
|
|
16753
|
-
if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
|
|
16754
|
-
n++;
|
|
16755
|
-
}
|
|
16756
|
-
return n === 0 ? null : A;
|
|
16757
|
-
}
|
|
16758
|
-
];
|
|
16759
|
-
});
|
|
16577
|
+
module.exports = function (a, b) {
|
|
16578
|
+
var console = global.console;
|
|
16579
|
+
if (console && console.error) {
|
|
16580
|
+
arguments.length === 1 ? console.error(a) : console.error(a, b);
|
|
16581
|
+
}
|
|
16582
|
+
};
|
|
16760
16583
|
|
|
16761
16584
|
|
|
16762
16585
|
/***/ }),
|
|
16763
16586
|
|
|
16764
|
-
/***/ "
|
|
16587
|
+
/***/ "44e7":
|
|
16765
16588
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16766
16589
|
|
|
16767
|
-
|
|
16590
|
+
var isObject = __webpack_require__("861d");
|
|
16591
|
+
var classof = __webpack_require__("c6b6");
|
|
16592
|
+
var wellKnownSymbol = __webpack_require__("b622");
|
|
16593
|
+
|
|
16594
|
+
var MATCH = wellKnownSymbol('match');
|
|
16595
|
+
|
|
16596
|
+
// `IsRegExp` abstract operation
|
|
16597
|
+
// https://tc39.es/ecma262/#sec-isregexp
|
|
16598
|
+
module.exports = function (it) {
|
|
16599
|
+
var isRegExp;
|
|
16600
|
+
return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp');
|
|
16601
|
+
};
|
|
16768
16602
|
|
|
16769
|
-
// load the styles
|
|
16770
|
-
var content = __webpack_require__("9300");
|
|
16771
|
-
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
16772
|
-
if(content.locals) module.exports = content.locals;
|
|
16773
|
-
// add the styles to the DOM
|
|
16774
|
-
var add = __webpack_require__("499e").default
|
|
16775
|
-
var update = add("43d5015e", content, true, {"sourceMap":false,"shadowMode":false});
|
|
16776
16603
|
|
|
16777
16604
|
/***/ }),
|
|
16778
16605
|
|
|
16779
|
-
/***/ "
|
|
16606
|
+
/***/ "4506":
|
|
16607
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16608
|
+
|
|
16609
|
+
__webpack_require__("99af");
|
|
16610
|
+
|
|
16611
|
+
__webpack_require__("cca6");
|
|
16612
|
+
|
|
16613
|
+
var _objectSpread = __webpack_require__("ded3");
|
|
16614
|
+
|
|
16615
|
+
var _objectWithoutProperties = __webpack_require__("4082");
|
|
16616
|
+
|
|
16617
|
+
module.exports = {
|
|
16618
|
+
functional: true,
|
|
16619
|
+
render: function render(_h, _vm) {
|
|
16620
|
+
var _c = _vm._c,
|
|
16621
|
+
_v = _vm._v,
|
|
16622
|
+
data = _vm.data,
|
|
16623
|
+
_vm$children = _vm.children,
|
|
16624
|
+
children = _vm$children === void 0 ? [] : _vm$children;
|
|
16625
|
+
|
|
16626
|
+
var classNames = data.class,
|
|
16627
|
+
staticClass = data.staticClass,
|
|
16628
|
+
style = data.style,
|
|
16629
|
+
staticStyle = data.staticStyle,
|
|
16630
|
+
_data$attrs = data.attrs,
|
|
16631
|
+
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
16632
|
+
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
16633
|
+
|
|
16634
|
+
return _c('svg', _objectSpread({
|
|
16635
|
+
class: [classNames, staticClass],
|
|
16636
|
+
style: [style, staticStyle],
|
|
16637
|
+
attrs: Object.assign({
|
|
16638
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
16639
|
+
"viewBox": "0 0 512 341.3"
|
|
16640
|
+
}, attrs)
|
|
16641
|
+
}, rest), children.concat([_c('path', {
|
|
16642
|
+
attrs: {
|
|
16643
|
+
"fill": "#FFF",
|
|
16644
|
+
"d": "M0 0h512v341.3H0z"
|
|
16645
|
+
}
|
|
16646
|
+
}), _c('path', {
|
|
16647
|
+
attrs: {
|
|
16648
|
+
"fill": "#D80027",
|
|
16649
|
+
"d": "M0 215.2h211.5v126.1H0z"
|
|
16650
|
+
}
|
|
16651
|
+
}), _c('path', {
|
|
16652
|
+
attrs: {
|
|
16653
|
+
"fill": "#0052B4",
|
|
16654
|
+
"d": "M0 0h211.5v126.2H0z"
|
|
16655
|
+
}
|
|
16656
|
+
}), _c('path', {
|
|
16657
|
+
attrs: {
|
|
16658
|
+
"fill": "#D80027",
|
|
16659
|
+
"d": "M300.5 0H512v126.2H300.5z"
|
|
16660
|
+
}
|
|
16661
|
+
}), _c('path', {
|
|
16662
|
+
attrs: {
|
|
16663
|
+
"fill": "#0052B4",
|
|
16664
|
+
"d": "M300.5 215.2H512v126.1H300.5z"
|
|
16665
|
+
}
|
|
16666
|
+
}), _c('g', {
|
|
16667
|
+
attrs: {
|
|
16668
|
+
"stroke": "#FFF",
|
|
16669
|
+
"stroke-width": "5",
|
|
16670
|
+
"stroke-miterlimit": "10"
|
|
16671
|
+
}
|
|
16672
|
+
}, [_c('path', {
|
|
16673
|
+
attrs: {
|
|
16674
|
+
"fill": "#0052B4",
|
|
16675
|
+
"d": "M256 130h-49.9v49.4s19.5 6 49.9 6V130z"
|
|
16676
|
+
}
|
|
16677
|
+
}), _c('path', {
|
|
16678
|
+
attrs: {
|
|
16679
|
+
"fill": "#D80027",
|
|
16680
|
+
"d": "M206.1 179.4v6c0 27.5 22.3 49.9 49.9 49.9v-49.9c-30.4 0-49.9-6-49.9-6z"
|
|
16681
|
+
}
|
|
16682
|
+
}), _c('path', {
|
|
16683
|
+
attrs: {
|
|
16684
|
+
"fill": "#0052B4",
|
|
16685
|
+
"d": "M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z"
|
|
16686
|
+
}
|
|
16687
|
+
}), _c('path', {
|
|
16688
|
+
attrs: {
|
|
16689
|
+
"fill": "#D80027",
|
|
16690
|
+
"d": "M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z"
|
|
16691
|
+
}
|
|
16692
|
+
})])]));
|
|
16693
|
+
}
|
|
16694
|
+
};
|
|
16695
|
+
|
|
16696
|
+
/***/ }),
|
|
16697
|
+
|
|
16698
|
+
/***/ "4554":
|
|
16699
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16700
|
+
|
|
16701
|
+
__webpack_require__("99af");
|
|
16702
|
+
|
|
16703
|
+
__webpack_require__("cca6");
|
|
16704
|
+
|
|
16705
|
+
var _objectSpread = __webpack_require__("ded3");
|
|
16706
|
+
|
|
16707
|
+
var _objectWithoutProperties = __webpack_require__("4082");
|
|
16708
|
+
|
|
16709
|
+
module.exports = {
|
|
16710
|
+
functional: true,
|
|
16711
|
+
render: function render(_h, _vm) {
|
|
16712
|
+
var _c = _vm._c,
|
|
16713
|
+
_v = _vm._v,
|
|
16714
|
+
data = _vm.data,
|
|
16715
|
+
_vm$children = _vm.children,
|
|
16716
|
+
children = _vm$children === void 0 ? [] : _vm$children;
|
|
16717
|
+
|
|
16718
|
+
var classNames = data.class,
|
|
16719
|
+
staticClass = data.staticClass,
|
|
16720
|
+
style = data.style,
|
|
16721
|
+
staticStyle = data.staticStyle,
|
|
16722
|
+
_data$attrs = data.attrs,
|
|
16723
|
+
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
16724
|
+
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
16725
|
+
|
|
16726
|
+
return _c('svg', _objectSpread({
|
|
16727
|
+
class: [classNames, staticClass],
|
|
16728
|
+
style: [style, staticStyle],
|
|
16729
|
+
attrs: Object.assign({
|
|
16730
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
16731
|
+
"viewBox": "0 85.333 512 341.333"
|
|
16732
|
+
}, attrs)
|
|
16733
|
+
}, rest), children.concat([_c('path', {
|
|
16734
|
+
attrs: {
|
|
16735
|
+
"fill": "#338AF3",
|
|
16736
|
+
"d": "M0 85.331h512v341.337H0z"
|
|
16737
|
+
}
|
|
16738
|
+
}), _c('path', {
|
|
16739
|
+
attrs: {
|
|
16740
|
+
"fill": "#FFDA44",
|
|
16741
|
+
"d": "M0 255.994h512v81.619H0z"
|
|
16742
|
+
}
|
|
16743
|
+
}), _c('path', {
|
|
16744
|
+
attrs: {
|
|
16745
|
+
"fill": "#496E2D",
|
|
16746
|
+
"d": "M0 337.614h512v89.043H0z"
|
|
16747
|
+
}
|
|
16748
|
+
}), _c('path', {
|
|
16749
|
+
attrs: {
|
|
16750
|
+
"fill": "#FFDA44",
|
|
16751
|
+
"d": "M278.261 185.209l20.844 9.804-11.099 20.186 22.632-4.33 2.868 22.865 15.765-16.816 15.766 16.816 2.867-22.865 22.633 4.33-11.099-20.186 20.843-9.804-20.844-9.805 11.1-20.185-22.633 4.329-2.868-22.864-15.765 16.816-15.766-16.816-2.867 22.864-22.634-4.329 11.1 20.187z"
|
|
16752
|
+
}
|
|
16753
|
+
})]));
|
|
16754
|
+
}
|
|
16755
|
+
};
|
|
16756
|
+
|
|
16757
|
+
/***/ }),
|
|
16758
|
+
|
|
16759
|
+
/***/ "4584":
|
|
16760
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16761
|
+
|
|
16762
|
+
// Imports
|
|
16763
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
16764
|
+
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
16765
|
+
// Module
|
|
16766
|
+
exports.push([module.i, ".ZealIdButton_reset-list_3jp8B{margin:0;padding:0;list-style:none;display:block}.ZealIdButton_uppercase-sm_XDmsQ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ZealIdButton_icon_1kwll{display:block;width:80px;height:auto}", ""]);
|
|
16767
|
+
// Exports
|
|
16768
|
+
exports.locals = {
|
|
16769
|
+
"reset-list": "ZealIdButton_reset-list_3jp8B",
|
|
16770
|
+
"uppercase-sm": "ZealIdButton_uppercase-sm_XDmsQ",
|
|
16771
|
+
"icon": "ZealIdButton_icon_1kwll"
|
|
16772
|
+
};
|
|
16773
|
+
module.exports = exports;
|
|
16774
|
+
|
|
16775
|
+
|
|
16776
|
+
/***/ }),
|
|
16777
|
+
|
|
16778
|
+
/***/ "4633":
|
|
16779
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16780
|
+
|
|
16781
|
+
// Imports
|
|
16782
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
16783
|
+
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
16784
|
+
// Module
|
|
16785
|
+
exports.push([module.i, ".CountrySelect_reset-list_1468f{margin:0;padding:0;list-style:none;display:block}.CountrySelect_uppercase-sm_1LhlA{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.CountrySelect_select_1N5LG{position:relative;font-family:inherit;width:100%}.CountrySelect_caretDown_g6MEi{color:rgba(0,0,0,.6);width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.CountrySelect_noOptions_PfO5K{padding-left:10px;padding-right:10px}.CountrySelect_select_1N5LG .vs--searchable .vs__dropdown-toggle{cursor:text}.CountrySelect_select_1N5LG .vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:12px 0;background:#fdfcfc;border:1px solid rgba(0,49,104,.2);border-radius:4px;white-space:normal}.CountrySelect_select_1N5LG .vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 6px;position:relative;width:calc(100% - 31px)}.CountrySelect_select_1N5LG .vs__dropdown-option{line-height:1.42857143;display:block;padding:6px 12px;clear:both;color:#292a2b}.CountrySelect_select_1N5LG .vs__dropdown-option--highlight{background:rgba(0,49,104,.2);color:#fff}.CountrySelect_select_1N5LG .vs__dropdown-option:hover{cursor:pointer}.CountrySelect_select_1N5LG .vs__search,.CountrySelect_select_1N5LG .vs__search:focus{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;line-height:1.4;font-size:1em;border:1px solid transparent!important;outline:none!important;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1;position:absolute;height:auto!important;min-height:0!important}.CountrySelect_select_1N5LG .vs__search::-webkit-search-cancel-button,.CountrySelect_select_1N5LG .vs__search::-webkit-search-decoration,.CountrySelect_select_1N5LG .vs__search::-webkit-search-results-button,.CountrySelect_select_1N5LG .vs__search::-webkit-search-results-decoration{-webkit-appearance:none!important}.CountrySelect_select_1N5LG .vs__actions{display:flex;align-items:center;padding:0 19px 0 4px}.CountrySelect_select_1N5LG .vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.CountrySelect_select_1N5LG .vs__open-indicator{fill:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.CountrySelect_select_1N5LG .vs__dropdown-menu{display:block;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fdfcfc}.CountrySelect_select_1N5LG .vs__selected{display:flex;align-items:center;background-color:rgba(0,49,104,.2);border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0;width:100%}.CountrySelect_select_1N5LG.vs--single .vs__selected{background-color:transparent;border-color:transparent}.CountrySelect_select_1N5LG.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.CountrySelect_select_1N5LG.vs--single.vs--searching .vs__selected{display:none}.CountrySelect_select_1N5LG.vs--single.vs--open .vs__search,.CountrySelect_select_1N5LG.vs--single.vs--searching .vs__search{position:static}", ""]);
|
|
16786
|
+
// Exports
|
|
16787
|
+
exports.locals = {
|
|
16788
|
+
"reset-list": "CountrySelect_reset-list_1468f",
|
|
16789
|
+
"uppercase-sm": "CountrySelect_uppercase-sm_1LhlA",
|
|
16790
|
+
"select": "CountrySelect_select_1N5LG",
|
|
16791
|
+
"caretDown": "CountrySelect_caretDown_g6MEi",
|
|
16792
|
+
"noOptions": "CountrySelect_noOptions_PfO5K"
|
|
16793
|
+
};
|
|
16794
|
+
module.exports = exports;
|
|
16795
|
+
|
|
16796
|
+
|
|
16797
|
+
/***/ }),
|
|
16798
|
+
|
|
16799
|
+
/***/ "466d":
|
|
16800
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16801
|
+
|
|
16802
|
+
"use strict";
|
|
16803
|
+
|
|
16804
|
+
var fixRegExpWellKnownSymbolLogic = __webpack_require__("d784");
|
|
16805
|
+
var anObject = __webpack_require__("825a");
|
|
16806
|
+
var toLength = __webpack_require__("50c4");
|
|
16807
|
+
var requireObjectCoercible = __webpack_require__("1d80");
|
|
16808
|
+
var advanceStringIndex = __webpack_require__("8aa5");
|
|
16809
|
+
var regExpExec = __webpack_require__("14c3");
|
|
16810
|
+
|
|
16811
|
+
// @@match logic
|
|
16812
|
+
fixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {
|
|
16813
|
+
return [
|
|
16814
|
+
// `String.prototype.match` method
|
|
16815
|
+
// https://tc39.es/ecma262/#sec-string.prototype.match
|
|
16816
|
+
function match(regexp) {
|
|
16817
|
+
var O = requireObjectCoercible(this);
|
|
16818
|
+
var matcher = regexp == undefined ? undefined : regexp[MATCH];
|
|
16819
|
+
return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
|
|
16820
|
+
},
|
|
16821
|
+
// `RegExp.prototype[@@match]` method
|
|
16822
|
+
// https://tc39.es/ecma262/#sec-regexp.prototype-@@match
|
|
16823
|
+
function (regexp) {
|
|
16824
|
+
var res = maybeCallNative(nativeMatch, regexp, this);
|
|
16825
|
+
if (res.done) return res.value;
|
|
16826
|
+
|
|
16827
|
+
var rx = anObject(regexp);
|
|
16828
|
+
var S = String(this);
|
|
16829
|
+
|
|
16830
|
+
if (!rx.global) return regExpExec(rx, S);
|
|
16831
|
+
|
|
16832
|
+
var fullUnicode = rx.unicode;
|
|
16833
|
+
rx.lastIndex = 0;
|
|
16834
|
+
var A = [];
|
|
16835
|
+
var n = 0;
|
|
16836
|
+
var result;
|
|
16837
|
+
while ((result = regExpExec(rx, S)) !== null) {
|
|
16838
|
+
var matchStr = String(result[0]);
|
|
16839
|
+
A[n] = matchStr;
|
|
16840
|
+
if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
|
|
16841
|
+
n++;
|
|
16842
|
+
}
|
|
16843
|
+
return n === 0 ? null : A;
|
|
16844
|
+
}
|
|
16845
|
+
];
|
|
16846
|
+
});
|
|
16847
|
+
|
|
16848
|
+
|
|
16849
|
+
/***/ }),
|
|
16850
|
+
|
|
16851
|
+
/***/ "46b9":
|
|
16852
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16853
|
+
|
|
16854
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
16855
|
+
|
|
16856
|
+
// load the styles
|
|
16857
|
+
var content = __webpack_require__("9300");
|
|
16858
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
16859
|
+
if(content.locals) module.exports = content.locals;
|
|
16860
|
+
// add the styles to the DOM
|
|
16861
|
+
var add = __webpack_require__("499e").default
|
|
16862
|
+
var update = add("43d5015e", content, true, {"sourceMap":false,"shadowMode":false});
|
|
16863
|
+
|
|
16864
|
+
/***/ }),
|
|
16865
|
+
|
|
16866
|
+
/***/ "46c3":
|
|
16780
16867
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16781
16868
|
|
|
16782
16869
|
__webpack_require__("99af");
|
|
@@ -17657,6 +17744,13 @@ exports.locals = {
|
|
|
17657
17744
|
module.exports = exports;
|
|
17658
17745
|
|
|
17659
17746
|
|
|
17747
|
+
/***/ }),
|
|
17748
|
+
|
|
17749
|
+
/***/ "4ff2":
|
|
17750
|
+
/***/ (function(module) {
|
|
17751
|
+
|
|
17752
|
+
module.exports = JSON.parse("{\"locale\":\"sv\",\"countries\":{\"AD\":\"Andorra\",\"AE\":\"Förenade Arabemiraten\",\"AF\":\"Afghanistan\",\"AG\":\"Antigua och Barbuda\",\"AI\":\"Anguilla\",\"AL\":\"Albanien\",\"AM\":\"Armenien\",\"AO\":\"Angola\",\"AQ\":\"Antarktis\",\"AR\":\"Argentina\",\"AS\":\"Amerikanska Samoa\",\"AT\":\"Österrike\",\"AU\":\"Australien\",\"AW\":\"Aruba\",\"AX\":\"Åland\",\"AZ\":\"Azerbajdzjan\",\"BA\":\"Bosnien och Hercegovina\",\"BB\":\"Barbados\",\"BD\":\"Bangladesh\",\"BE\":\"Belgien\",\"BF\":\"Burkina Faso\",\"BG\":\"Bulgarien\",\"BH\":\"Bahrain\",\"BI\":\"Burundi\",\"BJ\":\"Benin\",\"BL\":\"Saint-Barthélemy\",\"BM\":\"Bermuda\",\"BN\":\"Brunei\",\"BO\":\"Bolivia\",\"BQ\":\"Bonaire, Saint Eustatius och Saba\",\"BR\":\"Brasilien\",\"BS\":\"Bahamas\",\"BT\":\"Bhutan\",\"BV\":\"Bouvetön\",\"BW\":\"Botswana\",\"BY\":\"Belarus\",\"BZ\":\"Belize\",\"CA\":\"Kanada\",\"CC\":\"Kokosöarna\",\"CD\":\"Demokratiska republiken Kongo\",\"CF\":\"Centralafrikanska republiken\",\"CG\":\"Kongo-Brazzaville\",\"CH\":\"Schweiz\",\"CI\":\"Elfenbenskusten\",\"CK\":\"Cooköarna\",\"CL\":\"Chile\",\"CM\":\"Kamerun\",\"CN\":\"Kina\",\"CO\":\"Colombia\",\"CR\":\"Costa Rica\",\"CU\":\"Kuba\",\"CV\":\"Kap Verde\",\"CW\":\"Curacao\",\"CX\":\"Julön\",\"CY\":\"Cypern\",\"CZ\":\"Tjeckien\",\"DE\":\"Tyskland\",\"DJ\":\"Djibouti\",\"DK\":\"Danmark\",\"DM\":\"Dominica\",\"DO\":\"Dominikanska republiken\",\"DZ\":\"Algeriet\",\"EC\":\"Ecuador\",\"EE\":\"Estland\",\"EG\":\"Egypten\",\"EH\":\"Västsahara\",\"ER\":\"Eritrea\",\"ES\":\"Spanien\",\"ET\":\"Etiopien\",\"FI\":\"Finland\",\"FJ\":\"Fiji\",\"FK\":\"Falklandsöarna\",\"FM\":\"Mikronesiska federationen\",\"FO\":\"Färöarna\",\"FR\":\"Frankrike\",\"GA\":\"Gabon\",\"GB\":\"Storbritannien\",\"GD\":\"Grenada\",\"GE\":\"Georgien\",\"GF\":\"Franska Guyana\",\"GG\":\"Guernsey\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GL\":\"Grönland\",\"GM\":\"Gambia\",\"GN\":\"Guinea\",\"GP\":\"Guadeloupe\",\"GQ\":\"Ekvatorialguinea\",\"GR\":\"Grekland\",\"GS\":\"Sydgeorgien och Sydsandwichöarna\",\"GT\":\"Guatemala\",\"GU\":\"Guam\",\"GW\":\"Guinea Bissau\",\"GY\":\"Guyana\",\"HK\":\"Hongkong\",\"HM\":\"Heard- och McDonaldsöarna\",\"HN\":\"Honduras\",\"HR\":\"Kroatien\",\"HT\":\"Haiti\",\"HU\":\"Ungern\",\"ID\":\"Indonesien\",\"IE\":\"Irland\",\"IL\":\"Israel\",\"IM\":\"Isle of Man\",\"IN\":\"Indien\",\"IO\":\"Brittiska territoriet i Indiska Oceanen\",\"IQ\":\"Irak\",\"IR\":\"Iran\",\"IS\":\"Island\",\"IT\":\"Italien\",\"JE\":\"Jersey\",\"JM\":\"Jamaica\",\"JO\":\"Jordanien\",\"JP\":\"Japan\",\"KE\":\"Kenya\",\"KG\":\"Kirgizistan\",\"KH\":\"Kambodja\",\"KI\":\"Kiribati\",\"KM\":\"Komorerna\",\"KN\":\"Saint Kitts och Nevis\",\"KP\":\"Nordkorea\",\"KR\":\"Sydkorea\",\"KW\":\"Kuwait\",\"KY\":\"Caymanöarna\",\"KZ\":\"Kazakstan\",\"LA\":\"Laos\",\"LB\":\"Libanon\",\"LC\":\"Saint Lucia\",\"LI\":\"Liechtenstein\",\"LK\":\"Sri Lanka\",\"LR\":\"Liberia\",\"LS\":\"Lesotho\",\"LT\":\"Litauen\",\"LU\":\"Luxemburg\",\"LV\":\"Lettland\",\"LY\":\"Libyen\",\"MA\":\"Marocko\",\"MC\":\"Monaco\",\"MD\":\"Moldavien\",\"ME\":\"Montenegro\",\"MF\":\"Saint Martin (franska delen)\",\"MG\":\"Madagaskar\",\"MH\":\"Marshallöarna\",\"MK\":\"Nordmakedonien\",\"ML\":\"Mali\",\"MM\":\"Burma\",\"MN\":\"Mongoliet\",\"MO\":\"Macau\",\"MP\":\"Nordmarianerna\",\"MQ\":\"Martinique\",\"MR\":\"Mauretanien\",\"MS\":\"Montserrat\",\"MT\":\"Malta\",\"MU\":\"Mauritius\",\"MV\":\"Maldiverna\",\"MW\":\"Malawi\",\"MX\":\"Mexiko\",\"MY\":\"Malaysia\",\"MZ\":\"Moçambique\",\"NA\":\"Namibia\",\"NC\":\"Nya Kaledonien\",\"NE\":\"Niger\",\"NF\":\"Norfolkön\",\"NG\":\"Nigeria\",\"NI\":\"Nicaragua\",\"NL\":\"Nederländerna\",\"NO\":\"Norge\",\"NP\":\"Nepal\",\"NR\":\"Nauru\",\"NU\":\"Niue\",\"NZ\":\"Nya Zeeland\",\"OM\":\"Oman\",\"PA\":\"Panama\",\"PE\":\"Peru\",\"PF\":\"Franska Polynesien\",\"PG\":\"Papua Nya Guinea\",\"PH\":\"Filippinerna\",\"PK\":\"Pakistan\",\"PL\":\"Polen\",\"PM\":\"Saint-Pierre och Miquelon\",\"PN\":\"Pitcairnöarna\",\"PR\":\"Puerto Rico\",\"PS\":\"Palestinska territoriet, ockuperade\",\"PT\":\"Portugal\",\"PW\":\"Palau\",\"PY\":\"Paraguay\",\"QA\":\"Qatar\",\"RE\":\"Réunion\",\"RO\":\"Rumänien\",\"RS\":\"Serbien\",\"RU\":\"Ryssland\",\"RW\":\"Rwanda\",\"SA\":\"Saudiarabien\",\"SB\":\"Salomonöarna\",\"SC\":\"Seychellerna\",\"SD\":\"Sudan\",\"SE\":\"Sverige\",\"SG\":\"Singapore\",\"SH\":\"Sankta Helena\",\"SI\":\"Slovenien\",\"SJ\":\"Svalbard och Jan Mayen\",\"SK\":\"Slovakien\",\"SL\":\"Sierra Leone\",\"SM\":\"San Marino\",\"SN\":\"Senegal\",\"SO\":\"Somalia\",\"SR\":\"Surinam\",\"SS\":\"Sydsudan\",\"ST\":\"São Tomé och Príncipe\",\"SV\":\"El Salvador\",\"SX\":\"Sint Maarten (nederländska delen)\",\"SY\":\"Syrien\",\"SZ\":\"Eswatini\",\"TC\":\"Turks- och Caicosöarna\",\"TD\":\"Tchad\",\"TF\":\"Franska södra territorierna\",\"TG\":\"Togo\",\"TH\":\"Thailand\",\"TJ\":\"Tadzjikistan\",\"TK\":\"Tokelauöarna\",\"TL\":\"Östtimor\",\"TM\":\"Turkmenistan\",\"TN\":\"Tunisien\",\"TO\":\"Tonga\",\"TR\":\"Turkiet\",\"TT\":\"Trinidad och Tobago\",\"TV\":\"Tuvalu\",\"TW\":\"Taiwan\",\"TZ\":\"Tanzania\",\"UA\":\"Ukraina\",\"UG\":\"Uganda\",\"UM\":\"USA:s yttre öar\",\"US\":\"USA\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistan\",\"VA\":\"Vatikanstaten\",\"VC\":\"Saint Vincent och Grenadinerna\",\"VE\":\"Venezuela\",\"VG\":\"Brittiska Jungfruöarna\",\"VI\":\"Amerikanska Jungfruöarna\",\"VN\":\"Vietnam\",\"VU\":\"Vanuatu\",\"WF\":\"Wallis- och Futunaöarna\",\"WS\":\"Samoa\",\"YE\":\"Jemen\",\"YT\":\"Mayotte\",\"ZA\":\"Sydafrika\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\",\"XK\":\"Kosovo\"}}");
|
|
17753
|
+
|
|
17660
17754
|
/***/ }),
|
|
17661
17755
|
|
|
17662
17756
|
/***/ "5004":
|
|
@@ -18106,6 +18200,13 @@ fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
|
|
|
18106
18200
|
});
|
|
18107
18201
|
|
|
18108
18202
|
|
|
18203
|
+
/***/ }),
|
|
18204
|
+
|
|
18205
|
+
/***/ "5408":
|
|
18206
|
+
/***/ (function(module) {
|
|
18207
|
+
|
|
18208
|
+
module.exports = JSON.parse("{\"locale\":\"pt\",\"countries\":{\"AF\":\"Afeganistão\",\"ZA\":\"África do Sul\",\"AL\":\"Albânia\",\"DE\":\"Alemanha\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AQ\":\"Antártida\",\"AG\":\"Antígua e Barbuda\",\"SA\":\"Arábia Saudita\",\"DZ\":\"Argélia\",\"AR\":\"Argentina\",\"AM\":\"Armênia\",\"AW\":\"Aruba\",\"AU\":\"Austrália\",\"AT\":\"Áustria\",\"AZ\":\"Azerbaijão\",\"BS\":\"Bahamas\",\"BH\":\"Bahrein\",\"BD\":\"Bangladesh\",\"BB\":\"Barbados\",\"BE\":\"Bélgica\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BM\":\"Bermudas\",\"BY\":\"Bielorrússia\",\"BO\":\"Bolívia\",\"BA\":\"Bósnia e Herzegovina\",\"BW\":\"Botsuana\",\"BR\":\"Brasil\",\"BN\":\"Brunei\",\"BG\":\"Bulgária\",\"BF\":\"Burquina Faso\",\"BI\":\"Burundi\",\"BT\":\"Butão\",\"CV\":\"Cabo Verde\",\"KH\":\"Camboja\",\"CA\":\"Canadá\",\"QA\":\"Catar\",\"KZ\":\"Cazaquistão\",\"TD\":\"Chade\",\"CL\":\"Chile\",\"CN\":\"China\",\"CY\":\"Chipre\",\"VA\":\"Cidade do Vaticano\",\"SG\":[\"Singapura\",\"Cingapura\"],\"CO\":\"Colômbia\",\"KM\":\"Comores\",\"CG\":\"Congo - Brazzaville\",\"CD\":\"Congo - Kinshasa\",\"KP\":\"Coreia do Norte\",\"KR\":\"Coreia do Sul\",\"CI\":\"Costa do Marfim\",\"CR\":\"Costa Rica\",\"HR\":\"Croácia\",\"CU\":\"Cuba\",\"CW\":\"Curaçao\",\"DK\":\"Dinamarca\",\"DJ\":\"Djibuti\",\"DM\":\"Dominica\",\"EG\":\"Egito\",\"SV\":\"El Salvador\",\"AE\":\"Emirados Árabes Unidos\",\"EC\":\"Equador\",\"ER\":\"Eritreia\",\"SK\":\"Eslováquia\",\"SI\":\"Eslovênia\",\"ES\":\"Espanha\",\"US\":[\"Estados Unidos\",\"Estados Unidos da América\"],\"EE\":\"Estônia\",\"ET\":\"Etiópia\",\"FJ\":\"Fiji\",\"PH\":\"Filipinas\",\"FI\":\"Finlândia\",\"FR\":\"França\",\"GA\":\"Gabão\",\"GM\":\"Gâmbia\",\"GH\":\"Gana\",\"GE\":\"Geórgia\",\"GS\":\"Geórgia do Sul e Ilhas Sandwich do Sul\",\"GI\":\"Gibraltar\",\"GD\":\"Granada\",\"GR\":\"Grécia\",\"GL\":\"Groenlândia\",\"GP\":\"Guadalupe\",\"GU\":\"Guam\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GY\":\"Guiana\",\"GF\":\"Guiana Francesa\",\"GN\":\"Guiné\",\"GW\":\"Guiné Bissau\",\"GQ\":\"Guiné Equatorial\",\"HT\":\"Haiti\",\"NL\":\"Holanda\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong, RAE da China\",\"HU\":\"Hungria\",\"YE\":\"Iêmen\",\"BV\":\"Ilhas Bouvet\",\"CX\":\"Ilha Christmas\",\"IM\":\"Ilha de Man\",\"NF\":\"Ilha Norfolk\",\"AX\":\"Ilhas Åland\",\"KY\":\"Ilhas Caiman\",\"CC\":\"Ilhas Cocos (Keeling)\",\"CK\":\"Ilhas Cook\",\"UM\":\"Ilhas Distantes dos EUA\",\"HM\":\"Ilha Heard e Ilha McDonald\",\"FO\":\"Ilhas Faroe\",\"FK\":\"Ilhas Malvinas\",\"MP\":\"Ilhas Marianas do Norte\",\"MH\":\"Ilhas Marshall\",\"PN\":\"Ilhas Pitcairn\",\"SB\":\"Ilhas Salomão\",\"TC\":\"Ilhas Turks e Caicos\",\"VG\":\"Ilhas Virgens Britânicas\",\"VI\":\"Ilhas Virgens dos EUA\",\"IN\":\"Índia\",\"ID\":\"Indonésia\",\"IR\":\"Irã\",\"IQ\":\"Iraque\",\"IE\":\"Irlanda\",\"IS\":\"Islândia\",\"IL\":\"Israel\",\"IT\":\"Itália\",\"JM\":\"Jamaica\",\"JP\":\"Japão\",\"JE\":\"Jersey\",\"JO\":\"Jordânia\",\"KW\":\"Kuwait\",\"LA\":\"Laos\",\"LS\":\"Lesoto\",\"LV\":\"Letônia\",\"LB\":\"Líbano\",\"LR\":\"Libéria\",\"LY\":\"Líbia\",\"LI\":\"Liechtenstein\",\"LT\":\"Lituânia\",\"LU\":\"Luxemburgo\",\"MO\":\"Macau, RAE da China\",\"MK\":\"Macedônia do Norte\",\"MG\":\"Madagascar\",\"MY\":\"Malásia\",\"MW\":\"Malawi\",\"MV\":\"Maldivas\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"MA\":\"Marrocos\",\"MQ\":\"Martinica\",\"MU\":\"Maurício\",\"MR\":\"Mauritânia\",\"YT\":\"Mayotte\",\"MX\":\"México\",\"MM\":\"Mianmar (Birmânia)\",\"FM\":\"Micronésia\",\"MZ\":\"Moçambique\",\"MD\":\"Moldávia\",\"MC\":\"Mônaco\",\"MN\":\"Mongólia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"NA\":\"Namíbia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NI\":\"Nicarágua\",\"NE\":\"Níger\",\"NG\":\"Nigéria\",\"NU\":\"Niue\",\"NO\":\"Noruega\",\"NC\":\"Nova Caledônia\",\"NZ\":\"Nova Zelândia\",\"OM\":\"Omã\",\"BQ\":\"Países Baixos Caribenhos\",\"PW\":\"Palau\",\"PA\":\"Panamá\",\"PG\":\"Papua-Nova Guiné\",\"PK\":\"Paquistão\",\"PY\":\"Paraguai\",\"PE\":\"Peru\",\"PF\":\"Polinésia Francesa\",\"PL\":\"Polônia\",\"PR\":\"Porto Rico\",\"PT\":\"Portugal\",\"KE\":\"Quênia\",\"KG\":\"Quirguistão\",\"KI\":\"Quiribati\",\"GB\":\"Reino Unido\",\"CF\":\"República Centro-Africana\",\"DO\":\"República Dominicana\",\"CM\":\"República dos Camarões\",\"CZ\":\"República Tcheca\",\"RE\":\"Reunião\",\"RO\":\"Romênia\",\"RW\":\"Ruanda\",\"RU\":\"Rússia\",\"EH\":\"Saara Ocidental\",\"PM\":\"Saint Pierre e Miquelon\",\"WS\":\"Samoa\",\"AS\":\"Samoa Americana\",\"SM\":\"San Marino\",\"SH\":\"Santa Helena\",\"LC\":\"Santa Lúcia\",\"BL\":\"São Bartolomeu\",\"KN\":\"São Cristóvão e Nevis\",\"MF\":\"São Martinho\",\"ST\":\"São Tomé e Príncipe\",\"VC\":\"São Vicente e Granadinas\",\"SN\":\"Senegal\",\"SL\":\"Serra Leoa\",\"RS\":\"Sérvia\",\"SC\":\"Seychelles\",\"SX\":\"Sint Maarten\",\"SY\":\"Síria\",\"SO\":\"Somália\",\"LK\":\"Sri Lanka\",\"SZ\":\"Suazilândia\",\"SD\":\"Sudão\",\"SS\":\"Sudão do Sul\",\"SE\":\"Suécia\",\"CH\":\"Suíça\",\"SR\":\"Suriname\",\"SJ\":\"Svalbard e Jan Mayen\",\"TH\":\"Tailândia\",\"TW\":\"Taiwan\",\"TJ\":\"Tajiquistão\",\"TZ\":\"Tanzânia\",\"IO\":\"Território Britânico do Oceano Índico\",\"TF\":\"Territórios Franceses do Sul\",\"PS\":\"Territórios palestinos\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TK\":\"Tokelau\",\"TO\":\"Tonga\",\"TT\":\"Trinidad e Tobago\",\"TN\":\"Tunísia\",\"TM\":\"Turcomenistão\",\"TR\":\"Turquia\",\"TV\":\"Tuvalu\",\"UA\":\"Ucrânia\",\"UG\":\"Uganda\",\"UY\":\"Uruguai\",\"UZ\":\"Uzbequistão\",\"VU\":\"Vanuatu\",\"VE\":\"Venezuela\",\"VN\":\"Vietnã\",\"WF\":\"Wallis e Futuna\",\"ZM\":\"Zâmbia\",\"ZW\":\"Zimbábue\",\"XK\":\"Kosovo\"}}");
|
|
18209
|
+
|
|
18109
18210
|
/***/ }),
|
|
18110
18211
|
|
|
18111
18212
|
/***/ "543e":
|
|
@@ -18354,6 +18455,13 @@ exports.locals = {
|
|
|
18354
18455
|
module.exports = exports;
|
|
18355
18456
|
|
|
18356
18457
|
|
|
18458
|
+
/***/ }),
|
|
18459
|
+
|
|
18460
|
+
/***/ "566f":
|
|
18461
|
+
/***/ (function(module) {
|
|
18462
|
+
|
|
18463
|
+
module.exports = JSON.parse("{\"locale\":\"es\",\"countries\":{\"AF\":\"Afganistán\",\"AL\":\"Albania\",\"DZ\":\"Argelia\",\"AS\":\"Samoa Americana\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguila\",\"AQ\":\"Antártida\",\"AG\":\"Antigua y Barbuda\",\"AR\":\"Argentina\",\"AM\":\"Armenia\",\"AW\":\"Aruba\",\"AU\":\"Australia\",\"AT\":\"Austria\",\"AZ\":\"Azerbaiyán\",\"BS\":\"Bahamas\",\"BH\":\"Bahrein\",\"BD\":\"Bangladesh\",\"BB\":\"Barbados\",\"BY\":\"Belarús\",\"BE\":\"Bélgica\",\"BZ\":\"Belice\",\"BJ\":\"Benin\",\"BM\":\"Bermudas\",\"BT\":\"Bhután\",\"BO\":\"Bolivia\",\"BA\":\"Bosnia y Herzegovina\",\"BW\":\"Botswana\",\"BV\":\"Isla Bouvet\",\"BR\":\"Brasil\",\"IO\":\"Territorio Británico del Océano Índico\",\"BN\":\"Brunei Darussalam\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Camboya\",\"CM\":\"Camerún\",\"CA\":\"Canadá\",\"CV\":\"Cabo Verde\",\"KY\":\"Islas Caimán\",\"CF\":\"República Centroafricana\",\"TD\":\"Chad\",\"CL\":\"Chile\",\"CN\":\"China\",\"CX\":\"Isla de Navidad\",\"CC\":\"Islas Cocos (Keeling)\",\"CO\":\"Colombia\",\"KM\":\"Comoras\",\"CG\":\"Congo\",\"CD\":\"Congo (República Democrática del)\",\"CK\":\"Islas Cook\",\"CR\":\"Costa Rica\",\"CI\":\"Costa de Marfil\",\"HR\":\"Croacia\",\"CU\":\"Cuba\",\"CY\":\"Chipre\",\"CZ\":\"República Checa\",\"DK\":\"Dinamarca\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"República Dominicana\",\"EC\":\"Ecuador\",\"EG\":\"Egipto\",\"SV\":\"El Salvador\",\"GQ\":\"Guinea Ecuatorial\",\"ER\":\"Eritrea\",\"EE\":\"Estonia\",\"ET\":\"Etiopía\",\"FK\":\"Islas Malvinas\",\"FO\":\"Islas Feroe\",\"FJ\":\"Fiji\",\"FI\":\"Finlandia\",\"FR\":\"Francia\",\"GF\":\"Guayana Francesa\",\"PF\":\"Polinesia Francesa\",\"TF\":\"Tierras Australes Francesas\",\"GA\":\"Gabón\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"DE\":\"Alemania\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Grecia\",\"GL\":\"Groenlandia\",\"GD\":\"Granada\",\"GP\":\"Guadeloupe\",\"GU\":\"Guam\",\"GT\":\"Guatemala\",\"GN\":\"Guinea\",\"GW\":\"Guinea Bissau\",\"GY\":\"Guyana\",\"HT\":\"Haití\",\"HM\":\"Heard e Islas McDonald\",\"VA\":\"Santa Sede\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hungría\",\"IS\":\"Islandia\",\"IN\":\"India\",\"ID\":\"Indonesia\",\"IR\":\"Irán (República Islámica de)\",\"IQ\":\"Iraq\",\"IE\":\"Irlanda\",\"IL\":\"Israel\",\"IT\":\"Italia\",\"JM\":\"Jamaica\",\"JP\":\"Japón\",\"JO\":\"Jordania\",\"KZ\":\"Kazajstán\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KP\":\"República Popular Democrática de Corea\",\"KR\":\"República de Corea\",\"KW\":\"Kuwait\",\"KG\":\"Kirguistán\",\"LA\":\"República Democrática Popular de Lao\",\"LV\":\"Letonia\",\"LB\":\"Líbano\",\"LS\":\"Lesotho\",\"LR\":\"Liberia\",\"LY\":\"Libia\",\"LI\":\"Liechtenstein\",\"LT\":\"Lituania\",\"LU\":\"Luxemburgo\",\"MO\":\"Macao\",\"MK\":\"Macedonia del Norte\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malasia\",\"MV\":\"Maldivas\",\"ML\":\"Malí\",\"MT\":\"Malta\",\"MH\":\"Islas Marshall\",\"MQ\":\"Martinique\",\"MR\":\"Mauritania\",\"MU\":\"Mauricio\",\"YT\":\"Mayotte\",\"MX\":\"México\",\"FM\":\"Micronesia\",\"MD\":\"Moldavia\",\"MC\":\"Mónaco\",\"MN\":\"Mongolia\",\"MS\":\"Montserrat\",\"MA\":\"Marruecos\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NL\":\"Países Bajos\",\"NC\":\"Nueva Caledonia\",\"NZ\":\"Nueva Zelanda\",\"NI\":\"Nicaragua\",\"NE\":\"Níger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"NF\":\"Isla Norfolk\",\"MP\":\"Isla Marianas del Norte\",\"NO\":\"Noruega\",\"OM\":\"Omán\",\"PK\":\"Pakistán\",\"PW\":\"Palau\",\"PS\":\"Palestina\",\"PA\":\"Panamá\",\"PG\":\"Papua Nueva Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Perú\",\"PH\":\"Filipinas\",\"PN\":\"Pitcairn\",\"PL\":\"Polonia\",\"PT\":\"Portugal\",\"PR\":\"Puerto Rico\",\"QA\":\"Qatar\",\"RE\":\"Reunión\",\"RO\":\"Rumania\",\"RU\":\"Rusia\",\"RW\":\"Rwanda\",\"SH\":\"Santa Helena, Ascensión y Tristán de Acuña\",\"KN\":\"Saint Kitts y Nevis\",\"LC\":\"Santa Lucía\",\"PM\":\"San Pedro y Miquelón\",\"VC\":\"San Vicente y las Granadinas\",\"WS\":\"Samoa\",\"SM\":\"San Marino\",\"ST\":\"Santo Tomé y Príncipe\",\"SA\":\"Arabia Saudita\",\"SN\":\"Senegal\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leona\",\"SG\":\"Singapur\",\"SK\":\"Eslovaquia\",\"SI\":\"Eslovenia\",\"SB\":\"Islas Salomón\",\"SO\":\"Somalia\",\"ZA\":\"Sudáfrica\",\"GS\":\"Georgia del Sur y las Islas Sandwich del Sur\",\"ES\":\"España\",\"LK\":\"Sri Lanka\",\"SD\":\"Sudan\",\"SR\":\"Suriname\",\"SJ\":\"Svalbard y Jan Mayen\",\"SZ\":\"Swazilandia\",\"SE\":\"Suecia\",\"CH\":\"Suiza\",\"SY\":\"República Árabe Siria\",\"TW\":\"Taiwán\",\"TJ\":\"Tayikistán\",\"TZ\":\"Tanzania\",\"TH\":\"Tailandia\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TK\":\"Tokelau\",\"TO\":\"Tonga\",\"TT\":\"Trinidad y Tobago\",\"TN\":\"Túnez\",\"TR\":\"Turquía\",\"TM\":\"Turkmenistán\",\"TC\":\"Islas Turcas y Caicos\",\"TV\":\"Tuvalu\",\"UG\":\"Uganda\",\"UA\":\"Ucrania\",\"AE\":\"Emiratos Árabes Unidos\",\"GB\":\"Reino Unido\",\"US\":\"Estados Unidos\",\"UM\":\"Islas Ultramarinas Menores de los Estados Unidos\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistán\",\"VU\":\"Vanuatu\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"VG\":\"Islas Vírgenes británicas\",\"VI\":\"Islas Vírgenes de los Estados Unidos\",\"WF\":\"Wallis y Futuna\",\"EH\":\"Sahara Occidental\",\"YE\":\"Yemen\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\",\"AX\":\"Islas Åland\",\"BQ\":\"Bonaire, San Eustaquio y Saba\",\"CW\":\"Curaçao\",\"GG\":\"Guernsey\",\"IM\":\"Isla de Man\",\"JE\":\"Jersey\",\"ME\":\"Montenegro\",\"BL\":\"Saint Barthélemy\",\"MF\":\"Saint Martin (francesa)\",\"RS\":\"Serbia\",\"SX\":\"Sint Maarten (neerlandesa)\",\"SS\":\"Sudán del Sur\",\"XK\":\"Kosovo\"}}");
|
|
18464
|
+
|
|
18357
18465
|
/***/ }),
|
|
18358
18466
|
|
|
18359
18467
|
/***/ "5692":
|
|
@@ -18941,6 +19049,13 @@ module.exports = {
|
|
|
18941
19049
|
|
|
18942
19050
|
/***/ }),
|
|
18943
19051
|
|
|
19052
|
+
/***/ "5c22":
|
|
19053
|
+
/***/ (function(module) {
|
|
19054
|
+
|
|
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\"}");
|
|
19056
|
+
|
|
19057
|
+
/***/ }),
|
|
19058
|
+
|
|
18944
19059
|
/***/ "5c6c":
|
|
18945
19060
|
/***/ (function(module, exports) {
|
|
18946
19061
|
|
|
@@ -20410,6 +20525,17 @@ module.exports = {
|
|
|
20410
20525
|
};
|
|
20411
20526
|
|
|
20412
20527
|
|
|
20528
|
+
/***/ }),
|
|
20529
|
+
|
|
20530
|
+
/***/ "6a00":
|
|
20531
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
20532
|
+
|
|
20533
|
+
"use strict";
|
|
20534
|
+
/* 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_GoogleButton_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d056");
|
|
20535
|
+
/* 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_GoogleButton_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_GoogleButton_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
20536
|
+
/* 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_GoogleButton_vue_vue_type_style_index_0_lang_scss_module_true___WEBPACK_IMPORTED_MODULE_0___default.a; });
|
|
20537
|
+
|
|
20538
|
+
|
|
20413
20539
|
/***/ }),
|
|
20414
20540
|
|
|
20415
20541
|
/***/ "6a01":
|
|
@@ -23564,7 +23690,7 @@ module.exports = {
|
|
|
23564
23690
|
/***/ "8a97":
|
|
23565
23691
|
/***/ (function(module) {
|
|
23566
23692
|
|
|
23567
|
-
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\":\"
|
|
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\"}");
|
|
23568
23694
|
|
|
23569
23695
|
/***/ }),
|
|
23570
23696
|
|
|
@@ -29528,6 +29654,13 @@ module.exports = {
|
|
|
29528
29654
|
};
|
|
29529
29655
|
|
|
29530
29656
|
|
|
29657
|
+
/***/ }),
|
|
29658
|
+
|
|
29659
|
+
/***/ "b77d":
|
|
29660
|
+
/***/ (function(module) {
|
|
29661
|
+
|
|
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\"}");
|
|
29663
|
+
|
|
29531
29664
|
/***/ }),
|
|
29532
29665
|
|
|
29533
29666
|
/***/ "b83c":
|
|
@@ -30176,6 +30309,13 @@ module.exports = {
|
|
|
30176
30309
|
|
|
30177
30310
|
/***/ }),
|
|
30178
30311
|
|
|
30312
|
+
/***/ "bf60":
|
|
30313
|
+
/***/ (function(module) {
|
|
30314
|
+
|
|
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\"}");
|
|
30316
|
+
|
|
30317
|
+
/***/ }),
|
|
30318
|
+
|
|
30179
30319
|
/***/ "bfbe":
|
|
30180
30320
|
/***/ (function(module, exports, __webpack_require__) {
|
|
30181
30321
|
|
|
@@ -31997,6 +32137,21 @@ module.exports = function (exec) {
|
|
|
31997
32137
|
};
|
|
31998
32138
|
|
|
31999
32139
|
|
|
32140
|
+
/***/ }),
|
|
32141
|
+
|
|
32142
|
+
/***/ "d056":
|
|
32143
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
32144
|
+
|
|
32145
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
32146
|
+
|
|
32147
|
+
// load the styles
|
|
32148
|
+
var content = __webpack_require__("f418");
|
|
32149
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
32150
|
+
if(content.locals) module.exports = content.locals;
|
|
32151
|
+
// add the styles to the DOM
|
|
32152
|
+
var add = __webpack_require__("499e").default
|
|
32153
|
+
var update = add("5d9e7688", content, true, {"sourceMap":false,"shadowMode":false});
|
|
32154
|
+
|
|
32000
32155
|
/***/ }),
|
|
32001
32156
|
|
|
32002
32157
|
/***/ "d066":
|
|
@@ -32375,7 +32530,7 @@ if (!TO_STRING_TAG_SUPPORT) {
|
|
|
32375
32530
|
/***/ "d3c4":
|
|
32376
32531
|
/***/ (function(module) {
|
|
32377
32532
|
|
|
32378
|
-
module.exports = JSON.parse("{\"yes\":\"
|
|
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\"}");
|
|
32379
32534
|
|
|
32380
32535
|
/***/ }),
|
|
32381
32536
|
|
|
@@ -35483,7 +35638,7 @@ module.exports = {
|
|
|
35483
35638
|
/***/ "edeb":
|
|
35484
35639
|
/***/ (function(module) {
|
|
35485
35640
|
|
|
35486
|
-
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\":\"
|
|
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\"}");
|
|
35487
35642
|
|
|
35488
35643
|
/***/ }),
|
|
35489
35644
|
|
|
@@ -35919,291 +36074,317 @@ module.exports = exports;
|
|
|
35919
36074
|
|
|
35920
36075
|
/***/ }),
|
|
35921
36076
|
|
|
35922
|
-
/***/ "
|
|
35923
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
35924
|
-
|
|
35925
|
-
__webpack_require__("99af");
|
|
35926
|
-
|
|
35927
|
-
__webpack_require__("cca6");
|
|
35928
|
-
|
|
35929
|
-
var _objectSpread = __webpack_require__("ded3");
|
|
35930
|
-
|
|
35931
|
-
var _objectWithoutProperties = __webpack_require__("4082");
|
|
35932
|
-
|
|
35933
|
-
module.exports = {
|
|
35934
|
-
functional: true,
|
|
35935
|
-
render: function render(_h, _vm) {
|
|
35936
|
-
var _c = _vm._c,
|
|
35937
|
-
_v = _vm._v,
|
|
35938
|
-
data = _vm.data,
|
|
35939
|
-
_vm$children = _vm.children,
|
|
35940
|
-
children = _vm$children === void 0 ? [] : _vm$children;
|
|
35941
|
-
|
|
35942
|
-
var classNames = data.class,
|
|
35943
|
-
staticClass = data.staticClass,
|
|
35944
|
-
style = data.style,
|
|
35945
|
-
staticStyle = data.staticStyle,
|
|
35946
|
-
_data$attrs = data.attrs,
|
|
35947
|
-
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
35948
|
-
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
35949
|
-
|
|
35950
|
-
return _c('svg', _objectSpread({
|
|
35951
|
-
class: [classNames, staticClass],
|
|
35952
|
-
style: [style, staticStyle],
|
|
35953
|
-
attrs: Object.assign({
|
|
35954
|
-
"xmlns": "http://www.w3.org/2000/svg",
|
|
35955
|
-
"viewBox": "0 0 512 341.33"
|
|
35956
|
-
}, attrs)
|
|
35957
|
-
}, rest), children.concat([_c('path', {
|
|
35958
|
-
attrs: {
|
|
35959
|
-
"fill": "#FFF",
|
|
35960
|
-
"d": "M0 0h512v341.33H0z"
|
|
35961
|
-
}
|
|
35962
|
-
}), _c('path', {
|
|
35963
|
-
attrs: {
|
|
35964
|
-
"fill": "#E6BC00",
|
|
35965
|
-
"d": "M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zM112.51 94.64s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"
|
|
35966
|
-
}
|
|
35967
|
-
}), _c('path', {
|
|
35968
|
-
attrs: {
|
|
35969
|
-
"fill": "#ADADAD",
|
|
35970
|
-
"d": "M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z"
|
|
35971
|
-
}
|
|
35972
|
-
}), _c('path', {
|
|
35973
|
-
attrs: {
|
|
35974
|
-
"fill": "#E6BC00",
|
|
35975
|
-
"d": "M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z"
|
|
35976
|
-
}
|
|
35977
|
-
}), _c('path', {
|
|
35978
|
-
attrs: {
|
|
35979
|
-
"fill": "#125ECC",
|
|
35980
|
-
"d": "M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z"
|
|
35981
|
-
}
|
|
35982
|
-
}), _c('path', {
|
|
35983
|
-
attrs: {
|
|
35984
|
-
"fill": "#FFE600",
|
|
35985
|
-
"d": "M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"
|
|
35986
|
-
}
|
|
35987
|
-
}), _c('path', {
|
|
35988
|
-
attrs: {
|
|
35989
|
-
"fill": "#D60537",
|
|
35990
|
-
"d": "M157.31 175.36H359.1v57.65H157.31v-57.65z"
|
|
35991
|
-
}
|
|
35992
|
-
}), _c('path', {
|
|
35993
|
-
attrs: {
|
|
35994
|
-
"fill": "#EACE00",
|
|
35995
|
-
"d": "M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z"
|
|
35996
|
-
}
|
|
35997
|
-
}), _c('path', {
|
|
35998
|
-
attrs: {
|
|
35999
|
-
"fill": "#7A6920",
|
|
36000
|
-
"d": "M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"
|
|
36001
|
-
}
|
|
36002
|
-
}), _c('path', {
|
|
36003
|
-
attrs: {
|
|
36004
|
-
"fill": "#ADADAD",
|
|
36005
|
-
"d": "M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z"
|
|
36006
|
-
}
|
|
36007
|
-
}), _c('circle', {
|
|
36008
|
-
attrs: {
|
|
36009
|
-
"fill": "#FFF",
|
|
36010
|
-
"cx": "258.2",
|
|
36011
|
-
"cy": "204.19",
|
|
36012
|
-
"r": "16.93"
|
|
36013
|
-
}
|
|
36014
|
-
})]));
|
|
36015
|
-
}
|
|
36016
|
-
};
|
|
36017
|
-
|
|
36018
|
-
/***/ }),
|
|
36019
|
-
|
|
36020
|
-
/***/ "f5df":
|
|
36021
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
36022
|
-
|
|
36023
|
-
var TO_STRING_TAG_SUPPORT = __webpack_require__("00ee");
|
|
36024
|
-
var classofRaw = __webpack_require__("c6b6");
|
|
36025
|
-
var wellKnownSymbol = __webpack_require__("b622");
|
|
36026
|
-
|
|
36027
|
-
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
36028
|
-
// ES3 wrong here
|
|
36029
|
-
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
|
|
36030
|
-
|
|
36031
|
-
// fallback for IE11 Script Access Denied error
|
|
36032
|
-
var tryGet = function (it, key) {
|
|
36033
|
-
try {
|
|
36034
|
-
return it[key];
|
|
36035
|
-
} catch (error) { /* empty */ }
|
|
36036
|
-
};
|
|
36037
|
-
|
|
36038
|
-
// getting tag from ES6+ `Object.prototype.toString`
|
|
36039
|
-
module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
|
|
36040
|
-
var O, tag, result;
|
|
36041
|
-
return it === undefined ? 'Undefined' : it === null ? 'Null'
|
|
36042
|
-
// @@toStringTag case
|
|
36043
|
-
: typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
|
|
36044
|
-
// builtinTag case
|
|
36045
|
-
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
36046
|
-
// ES3 arguments fallback
|
|
36047
|
-
: (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
|
|
36048
|
-
};
|
|
36049
|
-
|
|
36050
|
-
|
|
36051
|
-
/***/ }),
|
|
36052
|
-
|
|
36053
|
-
/***/ "f740":
|
|
36054
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
36055
|
-
|
|
36056
|
-
__webpack_require__("99af");
|
|
36057
|
-
|
|
36058
|
-
__webpack_require__("cca6");
|
|
36059
|
-
|
|
36060
|
-
var _objectSpread = __webpack_require__("ded3");
|
|
36061
|
-
|
|
36062
|
-
var _objectWithoutProperties = __webpack_require__("4082");
|
|
36063
|
-
|
|
36064
|
-
module.exports = {
|
|
36065
|
-
functional: true,
|
|
36066
|
-
render: function render(_h, _vm) {
|
|
36067
|
-
var _c = _vm._c,
|
|
36068
|
-
_v = _vm._v,
|
|
36069
|
-
data = _vm.data,
|
|
36070
|
-
_vm$children = _vm.children,
|
|
36071
|
-
children = _vm$children === void 0 ? [] : _vm$children;
|
|
36072
|
-
|
|
36073
|
-
var classNames = data.class,
|
|
36074
|
-
staticClass = data.staticClass,
|
|
36075
|
-
style = data.style,
|
|
36076
|
-
staticStyle = data.staticStyle,
|
|
36077
|
-
_data$attrs = data.attrs,
|
|
36078
|
-
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
36079
|
-
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
36080
|
-
|
|
36081
|
-
return _c('svg', _objectSpread({
|
|
36082
|
-
class: [classNames, staticClass],
|
|
36083
|
-
style: [style, staticStyle],
|
|
36084
|
-
attrs: Object.assign({
|
|
36085
|
-
"xmlns": "http://www.w3.org/2000/svg",
|
|
36086
|
-
"viewBox": "0 85.333 512 341.333"
|
|
36087
|
-
}, attrs)
|
|
36088
|
-
}, rest), children.concat([_c('path', {
|
|
36089
|
-
attrs: {
|
|
36090
|
-
"fill": "#6DA544",
|
|
36091
|
-
"d": "M0 85.337h512v341.326H0z"
|
|
36092
|
-
}
|
|
36093
|
-
}), _c('path', {
|
|
36094
|
-
attrs: {
|
|
36095
|
-
"d": "M215.864 256.006L0 399.911V112.089zM512 112.089v287.822L296.136 256.006z"
|
|
36096
|
-
}
|
|
36097
|
-
}), _c('path', {
|
|
36098
|
-
attrs: {
|
|
36099
|
-
"fill": "#0052B4",
|
|
36100
|
-
"d": "M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"
|
|
36101
|
-
}
|
|
36102
|
-
}), _c('path', {
|
|
36103
|
-
attrs: {
|
|
36104
|
-
"fill": "#FFDA44",
|
|
36105
|
-
"d": "M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"
|
|
36106
|
-
}
|
|
36107
|
-
})]));
|
|
36108
|
-
}
|
|
36109
|
-
};
|
|
36110
|
-
|
|
36111
|
-
/***/ }),
|
|
36112
|
-
|
|
36113
|
-
/***/ "f772":
|
|
36114
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
36115
|
-
|
|
36116
|
-
var shared = __webpack_require__("5692");
|
|
36117
|
-
var uid = __webpack_require__("90e3");
|
|
36118
|
-
|
|
36119
|
-
var keys = shared('keys');
|
|
36120
|
-
|
|
36121
|
-
module.exports = function (key) {
|
|
36122
|
-
return keys[key] || (keys[key] = uid(key));
|
|
36123
|
-
};
|
|
36124
|
-
|
|
36125
|
-
|
|
36126
|
-
/***/ }),
|
|
36127
|
-
|
|
36128
|
-
/***/ "f7c0":
|
|
36129
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
36130
|
-
|
|
36131
|
-
__webpack_require__("99af");
|
|
36132
|
-
|
|
36133
|
-
__webpack_require__("cca6");
|
|
36134
|
-
|
|
36135
|
-
var _objectSpread = __webpack_require__("ded3");
|
|
36136
|
-
|
|
36137
|
-
var _objectWithoutProperties = __webpack_require__("4082");
|
|
36138
|
-
|
|
36139
|
-
module.exports = {
|
|
36140
|
-
functional: true,
|
|
36141
|
-
render: function render(_h, _vm) {
|
|
36142
|
-
var _c = _vm._c,
|
|
36143
|
-
_v = _vm._v,
|
|
36144
|
-
data = _vm.data,
|
|
36145
|
-
_vm$children = _vm.children,
|
|
36146
|
-
children = _vm$children === void 0 ? [] : _vm$children;
|
|
36147
|
-
|
|
36148
|
-
var classNames = data.class,
|
|
36149
|
-
staticClass = data.staticClass,
|
|
36150
|
-
style = data.style,
|
|
36151
|
-
staticStyle = data.staticStyle,
|
|
36152
|
-
_data$attrs = data.attrs,
|
|
36153
|
-
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
36154
|
-
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
36155
|
-
|
|
36156
|
-
return _c('svg', _objectSpread({
|
|
36157
|
-
class: [classNames, staticClass],
|
|
36158
|
-
style: [style, staticStyle],
|
|
36159
|
-
attrs: Object.assign({
|
|
36160
|
-
"xmlns": "http://www.w3.org/2000/svg",
|
|
36161
|
-
"viewBox": "0 85.333 512 341.333"
|
|
36162
|
-
}, attrs)
|
|
36163
|
-
}, rest), children.concat([_c('path', {
|
|
36164
|
-
attrs: {
|
|
36165
|
-
"fill": "#FFF",
|
|
36166
|
-
"d": "M0 85.331h512v341.326H0z"
|
|
36167
|
-
}
|
|
36168
|
-
}), _c('path', {
|
|
36169
|
-
attrs: {
|
|
36170
|
-
"fill": "#D80027",
|
|
36171
|
-
"d": "M0 211.473h512v89.043H0z"
|
|
36172
|
-
}
|
|
36173
|
-
}), _c('g', {
|
|
36174
|
-
attrs: {
|
|
36175
|
-
"fill": "#0052B4"
|
|
36176
|
-
}
|
|
36177
|
-
}, [_c('path', {
|
|
36178
|
-
attrs: {
|
|
36179
|
-
"d": "M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z"
|
|
36180
|
-
}
|
|
36181
|
-
})])]));
|
|
36182
|
-
}
|
|
36183
|
-
};
|
|
36184
|
-
|
|
36185
|
-
/***/ }),
|
|
36186
|
-
|
|
36187
|
-
/***/ "f849":
|
|
36077
|
+
/***/ "f418":
|
|
36188
36078
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36189
36079
|
|
|
36190
36080
|
// Imports
|
|
36191
36081
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
36192
36082
|
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
36193
36083
|
// Module
|
|
36194
|
-
exports.push([module.i, ".
|
|
36084
|
+
exports.push([module.i, ".GoogleButton_reset-list_gS85S{margin:0;padding:0;list-style:none;display:block}.GoogleButton_uppercase-sm_lleoJ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.GoogleButton_icon_15sMa{display:block;width:22px;height:auto;margin-right:10px;fill:#ce161e}", ""]);
|
|
36195
36085
|
// Exports
|
|
36196
36086
|
exports.locals = {
|
|
36197
|
-
"reset-list": "
|
|
36198
|
-
"uppercase-sm": "
|
|
36199
|
-
"icon": "
|
|
36087
|
+
"reset-list": "GoogleButton_reset-list_gS85S",
|
|
36088
|
+
"uppercase-sm": "GoogleButton_uppercase-sm_lleoJ",
|
|
36089
|
+
"icon": "GoogleButton_icon_15sMa"
|
|
36200
36090
|
};
|
|
36201
36091
|
module.exports = exports;
|
|
36202
36092
|
|
|
36203
36093
|
|
|
36204
36094
|
/***/ }),
|
|
36205
36095
|
|
|
36206
|
-
/***/ "
|
|
36096
|
+
/***/ "f54b":
|
|
36097
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
36098
|
+
|
|
36099
|
+
__webpack_require__("99af");
|
|
36100
|
+
|
|
36101
|
+
__webpack_require__("cca6");
|
|
36102
|
+
|
|
36103
|
+
var _objectSpread = __webpack_require__("ded3");
|
|
36104
|
+
|
|
36105
|
+
var _objectWithoutProperties = __webpack_require__("4082");
|
|
36106
|
+
|
|
36107
|
+
module.exports = {
|
|
36108
|
+
functional: true,
|
|
36109
|
+
render: function render(_h, _vm) {
|
|
36110
|
+
var _c = _vm._c,
|
|
36111
|
+
_v = _vm._v,
|
|
36112
|
+
data = _vm.data,
|
|
36113
|
+
_vm$children = _vm.children,
|
|
36114
|
+
children = _vm$children === void 0 ? [] : _vm$children;
|
|
36115
|
+
|
|
36116
|
+
var classNames = data.class,
|
|
36117
|
+
staticClass = data.staticClass,
|
|
36118
|
+
style = data.style,
|
|
36119
|
+
staticStyle = data.staticStyle,
|
|
36120
|
+
_data$attrs = data.attrs,
|
|
36121
|
+
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
36122
|
+
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
36123
|
+
|
|
36124
|
+
return _c('svg', _objectSpread({
|
|
36125
|
+
class: [classNames, staticClass],
|
|
36126
|
+
style: [style, staticStyle],
|
|
36127
|
+
attrs: Object.assign({
|
|
36128
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
36129
|
+
"viewBox": "0 0 512 341.33"
|
|
36130
|
+
}, attrs)
|
|
36131
|
+
}, rest), children.concat([_c('path', {
|
|
36132
|
+
attrs: {
|
|
36133
|
+
"fill": "#FFF",
|
|
36134
|
+
"d": "M0 0h512v341.33H0z"
|
|
36135
|
+
}
|
|
36136
|
+
}), _c('path', {
|
|
36137
|
+
attrs: {
|
|
36138
|
+
"fill": "#E6BC00",
|
|
36139
|
+
"d": "M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zM112.51 94.64s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"
|
|
36140
|
+
}
|
|
36141
|
+
}), _c('path', {
|
|
36142
|
+
attrs: {
|
|
36143
|
+
"fill": "#ADADAD",
|
|
36144
|
+
"d": "M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z"
|
|
36145
|
+
}
|
|
36146
|
+
}), _c('path', {
|
|
36147
|
+
attrs: {
|
|
36148
|
+
"fill": "#E6BC00",
|
|
36149
|
+
"d": "M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z"
|
|
36150
|
+
}
|
|
36151
|
+
}), _c('path', {
|
|
36152
|
+
attrs: {
|
|
36153
|
+
"fill": "#125ECC",
|
|
36154
|
+
"d": "M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z"
|
|
36155
|
+
}
|
|
36156
|
+
}), _c('path', {
|
|
36157
|
+
attrs: {
|
|
36158
|
+
"fill": "#FFE600",
|
|
36159
|
+
"d": "M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"
|
|
36160
|
+
}
|
|
36161
|
+
}), _c('path', {
|
|
36162
|
+
attrs: {
|
|
36163
|
+
"fill": "#D60537",
|
|
36164
|
+
"d": "M157.31 175.36H359.1v57.65H157.31v-57.65z"
|
|
36165
|
+
}
|
|
36166
|
+
}), _c('path', {
|
|
36167
|
+
attrs: {
|
|
36168
|
+
"fill": "#EACE00",
|
|
36169
|
+
"d": "M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z"
|
|
36170
|
+
}
|
|
36171
|
+
}), _c('path', {
|
|
36172
|
+
attrs: {
|
|
36173
|
+
"fill": "#7A6920",
|
|
36174
|
+
"d": "M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"
|
|
36175
|
+
}
|
|
36176
|
+
}), _c('path', {
|
|
36177
|
+
attrs: {
|
|
36178
|
+
"fill": "#ADADAD",
|
|
36179
|
+
"d": "M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z"
|
|
36180
|
+
}
|
|
36181
|
+
}), _c('circle', {
|
|
36182
|
+
attrs: {
|
|
36183
|
+
"fill": "#FFF",
|
|
36184
|
+
"cx": "258.2",
|
|
36185
|
+
"cy": "204.19",
|
|
36186
|
+
"r": "16.93"
|
|
36187
|
+
}
|
|
36188
|
+
})]));
|
|
36189
|
+
}
|
|
36190
|
+
};
|
|
36191
|
+
|
|
36192
|
+
/***/ }),
|
|
36193
|
+
|
|
36194
|
+
/***/ "f5df":
|
|
36195
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
36196
|
+
|
|
36197
|
+
var TO_STRING_TAG_SUPPORT = __webpack_require__("00ee");
|
|
36198
|
+
var classofRaw = __webpack_require__("c6b6");
|
|
36199
|
+
var wellKnownSymbol = __webpack_require__("b622");
|
|
36200
|
+
|
|
36201
|
+
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
36202
|
+
// ES3 wrong here
|
|
36203
|
+
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
|
|
36204
|
+
|
|
36205
|
+
// fallback for IE11 Script Access Denied error
|
|
36206
|
+
var tryGet = function (it, key) {
|
|
36207
|
+
try {
|
|
36208
|
+
return it[key];
|
|
36209
|
+
} catch (error) { /* empty */ }
|
|
36210
|
+
};
|
|
36211
|
+
|
|
36212
|
+
// getting tag from ES6+ `Object.prototype.toString`
|
|
36213
|
+
module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
|
|
36214
|
+
var O, tag, result;
|
|
36215
|
+
return it === undefined ? 'Undefined' : it === null ? 'Null'
|
|
36216
|
+
// @@toStringTag case
|
|
36217
|
+
: typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag
|
|
36218
|
+
// builtinTag case
|
|
36219
|
+
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
36220
|
+
// ES3 arguments fallback
|
|
36221
|
+
: (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
|
|
36222
|
+
};
|
|
36223
|
+
|
|
36224
|
+
|
|
36225
|
+
/***/ }),
|
|
36226
|
+
|
|
36227
|
+
/***/ "f740":
|
|
36228
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
36229
|
+
|
|
36230
|
+
__webpack_require__("99af");
|
|
36231
|
+
|
|
36232
|
+
__webpack_require__("cca6");
|
|
36233
|
+
|
|
36234
|
+
var _objectSpread = __webpack_require__("ded3");
|
|
36235
|
+
|
|
36236
|
+
var _objectWithoutProperties = __webpack_require__("4082");
|
|
36237
|
+
|
|
36238
|
+
module.exports = {
|
|
36239
|
+
functional: true,
|
|
36240
|
+
render: function render(_h, _vm) {
|
|
36241
|
+
var _c = _vm._c,
|
|
36242
|
+
_v = _vm._v,
|
|
36243
|
+
data = _vm.data,
|
|
36244
|
+
_vm$children = _vm.children,
|
|
36245
|
+
children = _vm$children === void 0 ? [] : _vm$children;
|
|
36246
|
+
|
|
36247
|
+
var classNames = data.class,
|
|
36248
|
+
staticClass = data.staticClass,
|
|
36249
|
+
style = data.style,
|
|
36250
|
+
staticStyle = data.staticStyle,
|
|
36251
|
+
_data$attrs = data.attrs,
|
|
36252
|
+
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
36253
|
+
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
36254
|
+
|
|
36255
|
+
return _c('svg', _objectSpread({
|
|
36256
|
+
class: [classNames, staticClass],
|
|
36257
|
+
style: [style, staticStyle],
|
|
36258
|
+
attrs: Object.assign({
|
|
36259
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
36260
|
+
"viewBox": "0 85.333 512 341.333"
|
|
36261
|
+
}, attrs)
|
|
36262
|
+
}, rest), children.concat([_c('path', {
|
|
36263
|
+
attrs: {
|
|
36264
|
+
"fill": "#6DA544",
|
|
36265
|
+
"d": "M0 85.337h512v341.326H0z"
|
|
36266
|
+
}
|
|
36267
|
+
}), _c('path', {
|
|
36268
|
+
attrs: {
|
|
36269
|
+
"d": "M215.864 256.006L0 399.911V112.089zM512 112.089v287.822L296.136 256.006z"
|
|
36270
|
+
}
|
|
36271
|
+
}), _c('path', {
|
|
36272
|
+
attrs: {
|
|
36273
|
+
"fill": "#0052B4",
|
|
36274
|
+
"d": "M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"
|
|
36275
|
+
}
|
|
36276
|
+
}), _c('path', {
|
|
36277
|
+
attrs: {
|
|
36278
|
+
"fill": "#FFDA44",
|
|
36279
|
+
"d": "M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"
|
|
36280
|
+
}
|
|
36281
|
+
})]));
|
|
36282
|
+
}
|
|
36283
|
+
};
|
|
36284
|
+
|
|
36285
|
+
/***/ }),
|
|
36286
|
+
|
|
36287
|
+
/***/ "f772":
|
|
36288
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
36289
|
+
|
|
36290
|
+
var shared = __webpack_require__("5692");
|
|
36291
|
+
var uid = __webpack_require__("90e3");
|
|
36292
|
+
|
|
36293
|
+
var keys = shared('keys');
|
|
36294
|
+
|
|
36295
|
+
module.exports = function (key) {
|
|
36296
|
+
return keys[key] || (keys[key] = uid(key));
|
|
36297
|
+
};
|
|
36298
|
+
|
|
36299
|
+
|
|
36300
|
+
/***/ }),
|
|
36301
|
+
|
|
36302
|
+
/***/ "f7c0":
|
|
36303
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
36304
|
+
|
|
36305
|
+
__webpack_require__("99af");
|
|
36306
|
+
|
|
36307
|
+
__webpack_require__("cca6");
|
|
36308
|
+
|
|
36309
|
+
var _objectSpread = __webpack_require__("ded3");
|
|
36310
|
+
|
|
36311
|
+
var _objectWithoutProperties = __webpack_require__("4082");
|
|
36312
|
+
|
|
36313
|
+
module.exports = {
|
|
36314
|
+
functional: true,
|
|
36315
|
+
render: function render(_h, _vm) {
|
|
36316
|
+
var _c = _vm._c,
|
|
36317
|
+
_v = _vm._v,
|
|
36318
|
+
data = _vm.data,
|
|
36319
|
+
_vm$children = _vm.children,
|
|
36320
|
+
children = _vm$children === void 0 ? [] : _vm$children;
|
|
36321
|
+
|
|
36322
|
+
var classNames = data.class,
|
|
36323
|
+
staticClass = data.staticClass,
|
|
36324
|
+
style = data.style,
|
|
36325
|
+
staticStyle = data.staticStyle,
|
|
36326
|
+
_data$attrs = data.attrs,
|
|
36327
|
+
attrs = _data$attrs === void 0 ? {} : _data$attrs,
|
|
36328
|
+
rest = _objectWithoutProperties(data, ["class", "staticClass", "style", "staticStyle", "attrs"]);
|
|
36329
|
+
|
|
36330
|
+
return _c('svg', _objectSpread({
|
|
36331
|
+
class: [classNames, staticClass],
|
|
36332
|
+
style: [style, staticStyle],
|
|
36333
|
+
attrs: Object.assign({
|
|
36334
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
36335
|
+
"viewBox": "0 85.333 512 341.333"
|
|
36336
|
+
}, attrs)
|
|
36337
|
+
}, rest), children.concat([_c('path', {
|
|
36338
|
+
attrs: {
|
|
36339
|
+
"fill": "#FFF",
|
|
36340
|
+
"d": "M0 85.331h512v341.326H0z"
|
|
36341
|
+
}
|
|
36342
|
+
}), _c('path', {
|
|
36343
|
+
attrs: {
|
|
36344
|
+
"fill": "#D80027",
|
|
36345
|
+
"d": "M0 211.473h512v89.043H0z"
|
|
36346
|
+
}
|
|
36347
|
+
}), _c('g', {
|
|
36348
|
+
attrs: {
|
|
36349
|
+
"fill": "#0052B4"
|
|
36350
|
+
}
|
|
36351
|
+
}, [_c('path', {
|
|
36352
|
+
attrs: {
|
|
36353
|
+
"d": "M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z"
|
|
36354
|
+
}
|
|
36355
|
+
})])]));
|
|
36356
|
+
}
|
|
36357
|
+
};
|
|
36358
|
+
|
|
36359
|
+
/***/ }),
|
|
36360
|
+
|
|
36361
|
+
/***/ "f849":
|
|
36362
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
36363
|
+
|
|
36364
|
+
// Imports
|
|
36365
|
+
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("4bad");
|
|
36366
|
+
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
36367
|
+
// Module
|
|
36368
|
+
exports.push([module.i, ".IdCardButtonLv_reset-list_1rks7{margin:0;padding:0;list-style:none;display:block}.IdCardButtonLv_uppercase-sm_iBoc9{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonLv_icon_10e5B{display:block;width:27px;height:auto;margin-right:8px}", ""]);
|
|
36369
|
+
// Exports
|
|
36370
|
+
exports.locals = {
|
|
36371
|
+
"reset-list": "IdCardButtonLv_reset-list_1rks7",
|
|
36372
|
+
"uppercase-sm": "IdCardButtonLv_uppercase-sm_iBoc9",
|
|
36373
|
+
"icon": "IdCardButtonLv_icon_10e5B"
|
|
36374
|
+
};
|
|
36375
|
+
module.exports = exports;
|
|
36376
|
+
|
|
36377
|
+
|
|
36378
|
+
/***/ }),
|
|
36379
|
+
|
|
36380
|
+
/***/ "f96c":
|
|
36381
|
+
/***/ (function(module) {
|
|
36382
|
+
|
|
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\"}");
|
|
36384
|
+
|
|
36385
|
+
/***/ }),
|
|
36386
|
+
|
|
36387
|
+
/***/ "faad":
|
|
36207
36388
|
/***/ (function(module, exports, __webpack_require__) {
|
|
36208
36389
|
|
|
36209
36390
|
__webpack_require__("99af");
|
|
@@ -36313,12 +36494,12 @@ if (typeof window !== 'undefined') {
|
|
|
36313
36494
|
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
36314
36495
|
var vue_runtime_esm = __webpack_require__("2b0e");
|
|
36315
36496
|
|
|
36316
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36317
36498
|
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)}
|
|
36318
36499
|
var staticRenderFns = []
|
|
36319
36500
|
|
|
36320
36501
|
|
|
36321
|
-
// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=
|
|
36502
|
+
// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=19154cdc&
|
|
36322
36503
|
|
|
36323
36504
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.for-each.js
|
|
36324
36505
|
var es_array_for_each = __webpack_require__("4160");
|
|
@@ -36448,14 +36629,14 @@ var removeCallingCode_removeCallingCode = function removeCallingCode(phoneNumber
|
|
|
36448
36629
|
};
|
|
36449
36630
|
|
|
36450
36631
|
/* harmony default export */ var src_removeCallingCode = (removeCallingCode_removeCallingCode);
|
|
36451
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36452
36633
|
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)}
|
|
36453
36634
|
var AppLayoutvue_type_template_id_6944d6ad_staticRenderFns = []
|
|
36454
36635
|
|
|
36455
36636
|
|
|
36456
36637
|
// CONCATENATED MODULE: ./src/components/AppLayout.vue?vue&type=template&id=6944d6ad&
|
|
36457
36638
|
|
|
36458
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36459
36640
|
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)])}
|
|
36460
36641
|
var AppFootervue_type_template_id_44d30f7c_staticRenderFns = []
|
|
36461
36642
|
|
|
@@ -36600,7 +36781,7 @@ var component = normalizeComponent(
|
|
|
36600
36781
|
)
|
|
36601
36782
|
|
|
36602
36783
|
/* harmony default export */ var AppFooter = (component.exports);
|
|
36603
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36604
36785
|
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)}
|
|
36605
36786
|
var AppHeadervue_type_template_id_832d58bc_staticRenderFns = []
|
|
36606
36787
|
|
|
@@ -36645,14 +36826,14 @@ var AppHeader_component = normalizeComponent(
|
|
|
36645
36826
|
)
|
|
36646
36827
|
|
|
36647
36828
|
/* harmony default export */ var AppHeader = (AppHeader_component.exports);
|
|
36648
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36649
36830
|
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)])}
|
|
36650
36831
|
var LoadingOverlayvue_type_template_id_95dd2808_staticRenderFns = []
|
|
36651
36832
|
|
|
36652
36833
|
|
|
36653
36834
|
// CONCATENATED MODULE: ./src/components/LoadingOverlay.vue?vue&type=template&id=95dd2808&
|
|
36654
36835
|
|
|
36655
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36656
36837
|
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]})}
|
|
36657
36838
|
var AppSpinnervue_type_template_id_85241afa_staticRenderFns = []
|
|
36658
36839
|
|
|
@@ -36851,7 +37032,7 @@ var LoadingOverlay_component = normalizeComponent(
|
|
|
36851
37032
|
)
|
|
36852
37033
|
|
|
36853
37034
|
/* harmony default export */ var LoadingOverlay = (LoadingOverlay_component.exports);
|
|
36854
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36855
37036
|
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)}
|
|
36856
37037
|
var FlashMessagesvue_type_template_id_f6812b02_staticRenderFns = []
|
|
36857
37038
|
|
|
@@ -36861,7 +37042,7 @@ var FlashMessagesvue_type_template_id_f6812b02_staticRenderFns = []
|
|
|
36861
37042
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.map.js
|
|
36862
37043
|
var es_array_map = __webpack_require__("d81d");
|
|
36863
37044
|
|
|
36864
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36865
37046
|
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)}
|
|
36866
37047
|
var AppAlertvue_type_template_id_69107074_staticRenderFns = []
|
|
36867
37048
|
|
|
@@ -36970,14 +37151,14 @@ var FlashMessages_component = normalizeComponent(
|
|
|
36970
37151
|
)
|
|
36971
37152
|
|
|
36972
37153
|
/* harmony default export */ var FlashMessages = (FlashMessages_component.exports);
|
|
36973
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36974
37155
|
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)])}
|
|
36975
37156
|
var HeaderContentCountryvue_type_template_id_731f6bea_staticRenderFns = []
|
|
36976
37157
|
|
|
36977
37158
|
|
|
36978
37159
|
// CONCATENATED MODULE: ./src/components/HeaderContentCountry.vue?vue&type=template&id=731f6bea&
|
|
36979
37160
|
|
|
36980
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36981
37162
|
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){
|
|
36982
37163
|
var option = ref.option;
|
|
36983
37164
|
return [_c('div',{staticClass:"vs__selected"},[_c('CountrySelectOption',{attrs:{"option":option}})],1)]}},{key:"open-indicator",fn:function(ref){
|
|
@@ -36988,7 +37169,7 @@ var CountrySelectvue_type_template_id_302b7386_staticRenderFns = []
|
|
|
36988
37169
|
|
|
36989
37170
|
// CONCATENATED MODULE: ./src/components/CountrySelect.vue?vue&type=template&id=302b7386&
|
|
36990
37171
|
|
|
36991
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
36992
37173
|
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)}
|
|
36993
37174
|
var CountrySelectOptionvue_type_template_id_45e2b7c2_staticRenderFns = []
|
|
36994
37175
|
|
|
@@ -37075,6 +37256,11 @@ i18n_iso_countries_default.a.registerLocale(__webpack_require__("8e35"));
|
|
|
37075
37256
|
i18n_iso_countries_default.a.registerLocale(__webpack_require__("5004"));
|
|
37076
37257
|
i18n_iso_countries_default.a.registerLocale(__webpack_require__("37d3"));
|
|
37077
37258
|
i18n_iso_countries_default.a.registerLocale(__webpack_require__("b401"));
|
|
37259
|
+
i18n_iso_countries_default.a.registerLocale(__webpack_require__("566f"));
|
|
37260
|
+
i18n_iso_countries_default.a.registerLocale(__webpack_require__("196d"));
|
|
37261
|
+
i18n_iso_countries_default.a.registerLocale(__webpack_require__("20fc"));
|
|
37262
|
+
i18n_iso_countries_default.a.registerLocale(__webpack_require__("5408"));
|
|
37263
|
+
i18n_iso_countries_default.a.registerLocale(__webpack_require__("4ff2"));
|
|
37078
37264
|
/* harmony default export */ var countries = (i18n_iso_countries_default.a);
|
|
37079
37265
|
// 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/CountrySelect.vue?vue&type=script&lang=js&
|
|
37080
37266
|
|
|
@@ -37220,14 +37406,14 @@ var HeaderContentCountry_component = normalizeComponent(
|
|
|
37220
37406
|
)
|
|
37221
37407
|
|
|
37222
37408
|
/* harmony default export */ var HeaderContentCountry = (HeaderContentCountry_component.exports);
|
|
37223
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
37224
37410
|
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)])])])}
|
|
37225
37411
|
var HeaderContentSubViewvue_type_template_id_f18aa962_staticRenderFns = []
|
|
37226
37412
|
|
|
37227
37413
|
|
|
37228
37414
|
// CONCATENATED MODULE: ./src/components/HeaderContentSubView.vue?vue&type=template&id=f18aa962&
|
|
37229
37415
|
|
|
37230
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
37231
37417
|
var BackButtonvue_type_template_id_74078486_render = function () {
|
|
37232
37418
|
var _obj;
|
|
37233
37419
|
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'))+" ")])])}
|
|
@@ -37372,14 +37558,14 @@ var HeaderContentSubView_component = normalizeComponent(
|
|
|
37372
37558
|
)
|
|
37373
37559
|
|
|
37374
37560
|
/* harmony default export */ var HeaderContentSubView = (HeaderContentSubView_component.exports);
|
|
37375
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
37376
|
-
var
|
|
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&
|
|
37562
|
+
var MethodSelectionvue_type_template_id_510fefee_render = function () {
|
|
37377
37563
|
var _obj;
|
|
37378
37564
|
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"})])}
|
|
37379
|
-
var
|
|
37565
|
+
var MethodSelectionvue_type_template_id_510fefee_staticRenderFns = []
|
|
37380
37566
|
|
|
37381
37567
|
|
|
37382
|
-
// CONCATENATED MODULE: ./src/views/MethodSelection.vue?vue&type=template&id=
|
|
37568
|
+
// CONCATENATED MODULE: ./src/views/MethodSelection.vue?vue&type=template&id=510fefee&
|
|
37383
37569
|
|
|
37384
37570
|
// EXTERNAL MODULE: ./node_modules/regenerator-runtime/runtime.js
|
|
37385
37571
|
var runtime = __webpack_require__("96cf");
|
|
@@ -37426,487 +37612,21 @@ function _asyncToGenerator(fn) {
|
|
|
37426
37612
|
});
|
|
37427
37613
|
};
|
|
37428
37614
|
}
|
|
37429
|
-
//
|
|
37430
|
-
var es_array_concat = __webpack_require__("99af");
|
|
37431
|
-
|
|
37432
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
37433
|
-
var es_array_find = __webpack_require__("7db0");
|
|
37434
|
-
|
|
37435
|
-
// CONCATENATED MODULE: ./src/featureFlags.js
|
|
37436
|
-
|
|
37437
|
-
|
|
37438
|
-
var flags = {// example
|
|
37439
|
-
|
|
37440
|
-
/*
|
|
37441
|
-
FF_FREJA_EID_LOGIN: {
|
|
37442
|
-
created: '2021-08-02',
|
|
37443
|
-
enabledInEnvs: ['development'],
|
|
37444
|
-
},
|
|
37445
|
-
*/
|
|
37446
|
-
};
|
|
37447
|
-
|
|
37448
|
-
var createFeatureFlags = function createFeatureFlags(_ref) {
|
|
37449
|
-
var env = _ref.env;
|
|
37450
|
-
|
|
37451
|
-
var enabled = function enabled(flag) {
|
|
37452
|
-
var isEnabled = false;
|
|
37453
|
-
|
|
37454
|
-
if (flags[flag] && flags[flag].enabledInEnvs.includes(env)) {
|
|
37455
|
-
isEnabled = true;
|
|
37456
|
-
}
|
|
37457
|
-
|
|
37458
|
-
return isEnabled;
|
|
37459
|
-
};
|
|
37460
|
-
|
|
37461
|
-
return {
|
|
37462
|
-
enabled: enabled
|
|
37463
|
-
};
|
|
37464
|
-
};
|
|
37465
|
-
|
|
37466
|
-
var featureFlags = createFeatureFlags({
|
|
37467
|
-
env: "production" || false
|
|
37468
|
-
});
|
|
37469
|
-
/* harmony default export */ var src_featureFlags = (featureFlags);
|
|
37470
|
-
// CONCATENATED MODULE: ./src/components/methodButtons/methodButtonNames.js
|
|
37471
|
-
var methodButtonNames = {
|
|
37472
|
-
IdCardButton: 'IdCardButton',
|
|
37473
|
-
IdCardButtonEE: 'IdCardButtonEE',
|
|
37474
|
-
IdCardButtonFi: 'IdCardButtonFi',
|
|
37475
|
-
IdCardButtonBe: 'IdCardButtonBe',
|
|
37476
|
-
SmartIdButton: 'SmartIdButton',
|
|
37477
|
-
MobileIdButton: 'MobileIdButton',
|
|
37478
|
-
MobileIdButtonEE: 'MobileIdButtonEE',
|
|
37479
|
-
EparakstsMobileButton: 'EparakstsMobileButton',
|
|
37480
|
-
FrejaEidButton: 'FrejaEidButton',
|
|
37481
|
-
ZealIdButton: 'ZealIdButton',
|
|
37482
|
-
MojeIdButton: 'MojeIdButton',
|
|
37483
|
-
FinnishTrustNetworkButton: 'FinnishTrustNetworkButton',
|
|
37484
|
-
AtHandyButton: 'AtHandyButton',
|
|
37485
|
-
IdCardButtonLv: 'IdCardButtonLv',
|
|
37486
|
-
IdCardButtonPt: 'IdCardButtonPt',
|
|
37487
|
-
OtpButton: 'OtpButton'
|
|
37488
|
-
};
|
|
37489
|
-
/* harmony default export */ var methodButtons_methodButtonNames = (methodButtonNames);
|
|
37490
|
-
// EXTERNAL MODULE: ./node_modules/@eid-easy/eideasy-browser-client/dist/eideasy-browser-client.js
|
|
37491
|
-
var eideasy_browser_client = __webpack_require__("0ea0");
|
|
37492
|
-
var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_browser_client);
|
|
37493
|
-
|
|
37494
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2df7fcf6-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=e497ed0c&
|
|
37495
|
-
var SignatureFtnvue_type_template_id_e497ed0c_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)])}
|
|
37496
|
-
var SignatureFtnvue_type_template_id_e497ed0c_staticRenderFns = []
|
|
37497
|
-
|
|
37498
|
-
|
|
37499
|
-
// CONCATENATED MODULE: ./src/views/SignatureFtn.vue?vue&type=template&id=e497ed0c&
|
|
37500
|
-
|
|
37501
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2df7fcf6-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&
|
|
37502
|
-
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)}
|
|
37503
|
-
var AppButtonvue_type_template_id_7bb31c31_staticRenderFns = []
|
|
37504
|
-
|
|
37505
|
-
|
|
37506
|
-
// CONCATENATED MODULE: ./src/components/AppButton.vue?vue&type=template&id=7bb31c31&
|
|
37507
|
-
|
|
37508
|
-
// 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/AppButton.vue?vue&type=script&lang=js&
|
|
37509
|
-
|
|
37510
|
-
/* harmony default export */ var AppButtonvue_type_script_lang_js_ = ({
|
|
37511
|
-
name: 'AppButton',
|
|
37512
|
-
mixins: [src_schemeMixin(['primary', 'secondary'])],
|
|
37513
|
-
props: {
|
|
37514
|
-
type: String,
|
|
37515
|
-
onClick: Function
|
|
37516
|
-
},
|
|
37517
|
-
methods: {
|
|
37518
|
-
handleClick: function handleClick(e) {
|
|
37519
|
-
if (!this.disabled && this.onClick) {
|
|
37520
|
-
this.onClick(e);
|
|
37521
|
-
}
|
|
37522
|
-
}
|
|
37523
|
-
}
|
|
37524
|
-
});
|
|
37525
|
-
// CONCATENATED MODULE: ./src/components/AppButton.vue?vue&type=script&lang=js&
|
|
37526
|
-
/* harmony default export */ var components_AppButtonvue_type_script_lang_js_ = (AppButtonvue_type_script_lang_js_);
|
|
37527
|
-
// EXTERNAL MODULE: ./src/components/AppButton.vue?vue&type=style&index=0&lang=scss&module=true&
|
|
37528
|
-
var AppButtonvue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("e513");
|
|
37529
|
-
|
|
37530
|
-
// CONCATENATED MODULE: ./src/components/AppButton.vue
|
|
37531
|
-
|
|
37532
|
-
|
|
37533
|
-
|
|
37534
|
-
|
|
37535
|
-
|
|
37536
|
-
|
|
37537
|
-
|
|
37538
|
-
|
|
37539
|
-
function AppButton_injectStyles (context) {
|
|
37540
|
-
|
|
37541
|
-
this["$style"] = (AppButtonvue_type_style_index_0_lang_scss_module_true_["default"].locals || AppButtonvue_type_style_index_0_lang_scss_module_true_["default"])
|
|
37542
|
-
|
|
37543
|
-
}
|
|
37544
|
-
|
|
37545
|
-
/* normalize component */
|
|
37546
|
-
|
|
37547
|
-
var AppButton_component = normalizeComponent(
|
|
37548
|
-
components_AppButtonvue_type_script_lang_js_,
|
|
37549
|
-
AppButtonvue_type_template_id_7bb31c31_render,
|
|
37550
|
-
AppButtonvue_type_template_id_7bb31c31_staticRenderFns,
|
|
37551
|
-
false,
|
|
37552
|
-
AppButton_injectStyles,
|
|
37553
|
-
null,
|
|
37554
|
-
null
|
|
37555
|
-
|
|
37556
|
-
)
|
|
37557
|
-
|
|
37558
|
-
/* harmony default export */ var AppButton = (AppButton_component.exports);
|
|
37559
|
-
// 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/SignatureFtn.vue?vue&type=script&lang=js&
|
|
37560
|
-
|
|
37561
|
-
|
|
37562
|
-
|
|
37563
|
-
/* harmony default export */ var SignatureFtnvue_type_script_lang_js_ = ({
|
|
37564
|
-
name: 'SignatureFtn',
|
|
37565
|
-
components: {
|
|
37566
|
-
AppButton: AppButton
|
|
37567
|
-
},
|
|
37568
|
-
data: function data() {
|
|
37569
|
-
return {
|
|
37570
|
-
signingProcess: {}
|
|
37571
|
-
};
|
|
37572
|
-
},
|
|
37573
|
-
computed: {
|
|
37574
|
-
additionalMethodConfig: function additionalMethodConfig() {
|
|
37575
|
-
return this.$root.$options.storeGetters.additionalMethodConfig();
|
|
37576
|
-
}
|
|
37577
|
-
},
|
|
37578
|
-
methods: {
|
|
37579
|
-
loadingStart: function loadingStart() {
|
|
37580
|
-
this.$root.$options.storeActions.loadingStart();
|
|
37581
|
-
},
|
|
37582
|
-
loadingEnd: function loadingEnd() {
|
|
37583
|
-
this.$root.$options.storeActions.loadingEnd();
|
|
37584
|
-
},
|
|
37585
|
-
addFlashMessage: function addFlashMessage(message) {
|
|
37586
|
-
this.$root.$options.storeActions.addFlashMessage(message);
|
|
37587
|
-
},
|
|
37588
|
-
clearFlashMessages: function clearFlashMessages() {
|
|
37589
|
-
this.$root.$options.storeActions.clearFlashMessages();
|
|
37590
|
-
},
|
|
37591
|
-
sign: function sign() {
|
|
37592
|
-
var _this = this;
|
|
37593
|
-
|
|
37594
|
-
this.loadingStart();
|
|
37595
|
-
this.clearFlashMessages();
|
|
37596
|
-
var additionalMethodConfig = this.additionalMethodConfig || {};
|
|
37597
|
-
this.signingProcess = this.$root.$options.eidEasyClient.signature.ftnSignature.start(_objectSpread2({
|
|
37598
|
-
fail: function fail(error) {
|
|
37599
|
-
if (!error.isCancel) {
|
|
37600
|
-
_this.addFlashMessage(error);
|
|
37601
|
-
}
|
|
37602
|
-
|
|
37603
|
-
_this.$root.$options.eidEasyOnFail(error);
|
|
37604
|
-
},
|
|
37605
|
-
success: function success(result) {
|
|
37606
|
-
_this.$root.$options.eidEasyOnSuccess(result);
|
|
37607
|
-
},
|
|
37608
|
-
finished: function finished() {
|
|
37609
|
-
_this.loadingEnd();
|
|
37610
|
-
}
|
|
37611
|
-
}, additionalMethodConfig));
|
|
37612
|
-
}
|
|
37613
|
-
}
|
|
37614
|
-
});
|
|
37615
|
-
// CONCATENATED MODULE: ./src/views/SignatureFtn.vue?vue&type=script&lang=js&
|
|
37616
|
-
/* harmony default export */ var views_SignatureFtnvue_type_script_lang_js_ = (SignatureFtnvue_type_script_lang_js_);
|
|
37617
|
-
// EXTERNAL MODULE: ./src/views/SignatureFtn.vue?vue&type=style&index=0&lang=scss&module=true&
|
|
37618
|
-
var SignatureFtnvue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("268a");
|
|
37619
|
-
|
|
37620
|
-
// CONCATENATED MODULE: ./src/views/SignatureFtn.vue
|
|
37621
|
-
|
|
37622
|
-
|
|
37623
|
-
|
|
37624
|
-
|
|
37625
|
-
|
|
37626
|
-
|
|
37627
|
-
|
|
37628
|
-
|
|
37629
|
-
function SignatureFtn_injectStyles (context) {
|
|
37630
|
-
|
|
37631
|
-
this["$style"] = (SignatureFtnvue_type_style_index_0_lang_scss_module_true_["default"].locals || SignatureFtnvue_type_style_index_0_lang_scss_module_true_["default"])
|
|
37632
|
-
|
|
37633
|
-
}
|
|
37634
|
-
|
|
37635
|
-
/* normalize component */
|
|
37636
|
-
|
|
37637
|
-
var SignatureFtn_component = normalizeComponent(
|
|
37638
|
-
views_SignatureFtnvue_type_script_lang_js_,
|
|
37639
|
-
SignatureFtnvue_type_template_id_e497ed0c_render,
|
|
37640
|
-
SignatureFtnvue_type_template_id_e497ed0c_staticRenderFns,
|
|
37641
|
-
false,
|
|
37642
|
-
SignatureFtn_injectStyles,
|
|
37643
|
-
null,
|
|
37644
|
-
null
|
|
37645
|
-
|
|
37646
|
-
)
|
|
37647
|
-
|
|
37648
|
-
/* harmony default export */ var SignatureFtn = (SignatureFtn_component.exports);
|
|
37649
|
-
// CONCATENATED MODULE: ./src/config.js
|
|
37650
|
-
|
|
37651
|
-
|
|
37652
|
-
|
|
37653
|
-
|
|
37654
|
-
|
|
37655
|
-
|
|
37656
|
-
|
|
37657
|
-
|
|
37658
|
-
|
|
37659
|
-
|
|
37660
|
-
var _Object$freeze, _availableMethods;
|
|
37661
|
-
|
|
37662
|
-
|
|
37663
|
-
|
|
37664
|
-
|
|
37665
|
-
|
|
37666
|
-
|
|
37667
|
-
var allWidgetMethods = Object.freeze((_Object$freeze = {}, _defineProperty(_Object$freeze, eideasy_browser_client["methodTypes"].IDENTIFICATION, [{
|
|
37668
|
-
actionType: eideasy_browser_client["methodActionTypes"].BE_ID_LOGIN,
|
|
37669
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonBe,
|
|
37670
|
-
translationKeys: {
|
|
37671
|
-
title: 'id-card'
|
|
37672
|
-
}
|
|
37673
|
-
}, {
|
|
37674
|
-
actionType: eideasy_browser_client["methodActionTypes"].EE_ID_LOGIN,
|
|
37675
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonEE,
|
|
37676
|
-
translationKeys: {
|
|
37677
|
-
title: 'id-card'
|
|
37678
|
-
}
|
|
37679
|
-
}, {
|
|
37680
|
-
actionType: eideasy_browser_client["methodActionTypes"].FI_ID_LOGIN,
|
|
37681
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonFi,
|
|
37682
|
-
translationKeys: {
|
|
37683
|
-
title: 'id-card'
|
|
37684
|
-
}
|
|
37685
|
-
}, {
|
|
37686
|
-
actionType: eideasy_browser_client["methodActionTypes"].LV_ID_LOGIN,
|
|
37687
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonLv,
|
|
37688
|
-
translationKeys: {
|
|
37689
|
-
title: 'id-card'
|
|
37690
|
-
}
|
|
37691
|
-
}, {
|
|
37692
|
-
actionType: eideasy_browser_client["methodActionTypes"].LT_ID_LOGIN,
|
|
37693
|
-
buttonName: methodButtons_methodButtonNames.IdCardButton,
|
|
37694
|
-
translationKeys: {
|
|
37695
|
-
title: 'id-card'
|
|
37696
|
-
}
|
|
37697
|
-
}, {
|
|
37698
|
-
actionType: eideasy_browser_client["methodActionTypes"].PT_ID_LOGIN,
|
|
37699
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonPt,
|
|
37700
|
-
translationKeys: {
|
|
37701
|
-
title: 'id-card'
|
|
37702
|
-
}
|
|
37703
|
-
}, {
|
|
37704
|
-
actionType: eideasy_browser_client["methodActionTypes"].RS_ID_LOGIN,
|
|
37705
|
-
buttonName: methodButtons_methodButtonNames.IdCardButton,
|
|
37706
|
-
translationKeys: {
|
|
37707
|
-
title: 'id-card'
|
|
37708
|
-
}
|
|
37709
|
-
}, {
|
|
37710
|
-
actionType: eideasy_browser_client["methodActionTypes"].EE_MOBILE_ID,
|
|
37711
|
-
buttonName: methodButtons_methodButtonNames.MobileIdButtonEE,
|
|
37712
|
-
viewName: views_viewNames.MobileIdAuth,
|
|
37713
|
-
translationKeys: {
|
|
37714
|
-
title: 'mobile-id'
|
|
37715
|
-
}
|
|
37716
|
-
}, {
|
|
37717
|
-
actionType: eideasy_browser_client["methodActionTypes"].LV_EPARAKSTS_MOBILE_LOGIN,
|
|
37718
|
-
buttonName: methodButtons_methodButtonNames.EparakstsMobileButton,
|
|
37719
|
-
translationKeys: {
|
|
37720
|
-
title: 'eparaksts-mobile'
|
|
37721
|
-
}
|
|
37722
|
-
}, {
|
|
37723
|
-
actionType: eideasy_browser_client["methodActionTypes"].LT_MOBILE_ID,
|
|
37724
|
-
buttonName: methodButtons_methodButtonNames.MobileIdButton,
|
|
37725
|
-
viewName: views_viewNames.MobileIdAuth,
|
|
37726
|
-
translationKeys: {
|
|
37727
|
-
title: 'mobile-id'
|
|
37728
|
-
}
|
|
37729
|
-
}, {
|
|
37730
|
-
actionType: eideasy_browser_client["methodActionTypes"].SMART_ID,
|
|
37731
|
-
buttonName: methodButtons_methodButtonNames.SmartIdButton,
|
|
37732
|
-
viewName: views_viewNames.SmartIdAuth,
|
|
37733
|
-
translationKeys: {
|
|
37734
|
-
title: 'smart-id'
|
|
37735
|
-
}
|
|
37736
|
-
}, {
|
|
37737
|
-
actionType: eideasy_browser_client["methodActionTypes"].FREJA_EID_LOGIN,
|
|
37738
|
-
buttonName: methodButtons_methodButtonNames.FrejaEidButton,
|
|
37739
|
-
viewName: views_viewNames.IdentificationFrejaId,
|
|
37740
|
-
translationKeys: {
|
|
37741
|
-
title: 'freja-eid'
|
|
37742
|
-
}
|
|
37743
|
-
}, {
|
|
37744
|
-
actionType: eideasy_browser_client["methodActionTypes"].ZEALID_LOGIN,
|
|
37745
|
-
buttonName: methodButtons_methodButtonNames.ZealIdButton,
|
|
37746
|
-
viewName: views_viewNames.IdentificationZealId,
|
|
37747
|
-
translationKeys: {
|
|
37748
|
-
title: 'zeal-id'
|
|
37749
|
-
}
|
|
37750
|
-
}, {
|
|
37751
|
-
actionType: eideasy_browser_client["methodActionTypes"].CZ_MOJEID,
|
|
37752
|
-
buttonName: methodButtons_methodButtonNames.MojeIdButton,
|
|
37753
|
-
translationKeys: {
|
|
37754
|
-
title: 'moje-id'
|
|
37755
|
-
}
|
|
37756
|
-
}, {
|
|
37757
|
-
actionType: eideasy_browser_client["methodActionTypes"].FI_FTN_LOGIN,
|
|
37758
|
-
buttonName: methodButtons_methodButtonNames.FinnishTrustNetworkButton,
|
|
37759
|
-
translationKeys: {
|
|
37760
|
-
title: 'finnish-online-bank'
|
|
37761
|
-
}
|
|
37762
|
-
}, {
|
|
37763
|
-
actionType: eideasy_browser_client["methodActionTypes"].AT_HANDY_SIGNATUR_LOGIN,
|
|
37764
|
-
buttonName: methodButtons_methodButtonNames.AtHandyButton,
|
|
37765
|
-
translationKeys: {
|
|
37766
|
-
title: 'austrian-handy-signatur'
|
|
37767
|
-
}
|
|
37768
|
-
}]), _defineProperty(_Object$freeze, eideasy_browser_client["methodTypes"].SIGNATURE, [{
|
|
37769
|
-
actionType: eideasy_browser_client["methodActionTypes"].BE_IDCARD_SIGNATURE,
|
|
37770
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonBe,
|
|
37771
|
-
translationKeys: {
|
|
37772
|
-
title: 'id-card'
|
|
37773
|
-
}
|
|
37774
|
-
}, {
|
|
37775
|
-
actionType: eideasy_browser_client["methodActionTypes"].EE_IDCARD_SIGNATURE,
|
|
37776
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonEE,
|
|
37777
|
-
translationKeys: {
|
|
37778
|
-
title: 'id-card'
|
|
37779
|
-
}
|
|
37780
|
-
}, {
|
|
37781
|
-
actionType: eideasy_browser_client["methodActionTypes"].FI_IDCARD_SIGNATURE,
|
|
37782
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonFi,
|
|
37783
|
-
translationKeys: {
|
|
37784
|
-
title: 'id-card'
|
|
37785
|
-
}
|
|
37786
|
-
}, {
|
|
37787
|
-
actionType: eideasy_browser_client["methodActionTypes"].LV_IDCARD_SIGNATURE,
|
|
37788
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonLv,
|
|
37789
|
-
translationKeys: {
|
|
37790
|
-
title: 'id-card'
|
|
37791
|
-
}
|
|
37792
|
-
}, {
|
|
37793
|
-
actionType: eideasy_browser_client["methodActionTypes"].LT_IDCARD_SIGNATURE,
|
|
37794
|
-
buttonName: methodButtons_methodButtonNames.IdCardButton,
|
|
37795
|
-
translationKeys: {
|
|
37796
|
-
title: 'id-card'
|
|
37797
|
-
}
|
|
37798
|
-
}, {
|
|
37799
|
-
actionType: eideasy_browser_client["methodActionTypes"].PT_IDCARD_SIGNATURE,
|
|
37800
|
-
buttonName: methodButtons_methodButtonNames.IdCardButtonPt,
|
|
37801
|
-
translationKeys: {
|
|
37802
|
-
title: 'id-card'
|
|
37803
|
-
}
|
|
37804
|
-
}, {
|
|
37805
|
-
actionType: eideasy_browser_client["methodActionTypes"].SMARTID_SIGNATURE,
|
|
37806
|
-
buttonName: methodButtons_methodButtonNames.SmartIdButton,
|
|
37807
|
-
viewName: views_viewNames.SignatureSmartId,
|
|
37808
|
-
translationKeys: {
|
|
37809
|
-
title: 'smart-id'
|
|
37810
|
-
}
|
|
37811
|
-
}, {
|
|
37812
|
-
actionType: eideasy_browser_client["methodActionTypes"].EE_MOBILEID_SIGNATURE,
|
|
37813
|
-
buttonName: methodButtons_methodButtonNames.MobileIdButtonEE,
|
|
37814
|
-
viewName: views_viewNames.SignatureMobileId,
|
|
37815
|
-
translationKeys: {
|
|
37816
|
-
title: 'mobile-id'
|
|
37817
|
-
}
|
|
37818
|
-
}, {
|
|
37819
|
-
actionType: eideasy_browser_client["methodActionTypes"].LT_MOBILEID_SIGNATURE,
|
|
37820
|
-
buttonName: methodButtons_methodButtonNames.MobileIdButton,
|
|
37821
|
-
viewName: views_viewNames.SignatureMobileId,
|
|
37822
|
-
translationKeys: {
|
|
37823
|
-
title: 'mobile-id'
|
|
37824
|
-
}
|
|
37825
|
-
}, {
|
|
37826
|
-
actionType: eideasy_browser_client["methodActionTypes"].LV_EPARAKSTS_MOBILE_SIGNATURE,
|
|
37827
|
-
buttonName: methodButtons_methodButtonNames.EparakstsMobileButton,
|
|
37828
|
-
translationKeys: {
|
|
37829
|
-
title: 'eparaksts-mobile'
|
|
37830
|
-
}
|
|
37831
|
-
}, {
|
|
37832
|
-
actionType: eideasy_browser_client["methodActionTypes"].FI_FTN_ADVANCED_SIGNATURE,
|
|
37833
|
-
buttonName: methodButtons_methodButtonNames.FinnishTrustNetworkButton,
|
|
37834
|
-
viewName: views_viewNames.SignatureFtn,
|
|
37835
|
-
translationKeys: {
|
|
37836
|
-
title: 'finnish-online-bank'
|
|
37837
|
-
}
|
|
37838
|
-
}, {
|
|
37839
|
-
actionType: eideasy_browser_client["methodActionTypes"].OTP_EMAIL,
|
|
37840
|
-
buttonName: methodButtons_methodButtonNames.OtpButton,
|
|
37841
|
-
viewName: views_viewNames.SignatureOtp,
|
|
37842
|
-
translationKeys: {
|
|
37843
|
-
title: 'email-sms'
|
|
37844
|
-
}
|
|
37845
|
-
}, {
|
|
37846
|
-
actionType: eideasy_browser_client["methodActionTypes"].AT_HANDY_SIGNATUR_SIGNATURE,
|
|
37847
|
-
buttonName: methodButtons_methodButtonNames.AtHandyButton,
|
|
37848
|
-
translationKeys: {
|
|
37849
|
-
title: 'austrian-handy-signatur'
|
|
37850
|
-
}
|
|
37851
|
-
}, {
|
|
37852
|
-
actionType: eideasy_browser_client["methodActionTypes"].ZEAL_ID_SIGNATURE,
|
|
37853
|
-
buttonName: methodButtons_methodButtonNames.ZealIdButton,
|
|
37854
|
-
translationKeys: {
|
|
37855
|
-
title: 'zeal-id'
|
|
37856
|
-
}
|
|
37857
|
-
}]), _Object$freeze));
|
|
37858
|
-
|
|
37859
|
-
var config_getAvailableMethods = function getAvailableMethods(clientMethods, widgetMethods) {
|
|
37860
|
-
var methods = [];
|
|
37861
|
-
widgetMethods.forEach(function (widgetMethod) {
|
|
37862
|
-
var clientMethod = clientMethods.find(function (clientMethod) {
|
|
37863
|
-
return clientMethod.actionType === widgetMethod.actionType;
|
|
37864
|
-
});
|
|
37865
|
-
|
|
37866
|
-
if (clientMethod) {
|
|
37867
|
-
methods.push(_objectSpread2(_objectSpread2({}, clientMethod), widgetMethod));
|
|
37868
|
-
}
|
|
37869
|
-
});
|
|
37870
|
-
return methods;
|
|
37871
|
-
}; // intersection of all the methods provided by the eideasy-browser-client and all the methods in this widget
|
|
37872
|
-
|
|
37873
|
-
|
|
37874
|
-
var availableMethods = (_availableMethods = {}, _defineProperty(_availableMethods, eideasy_browser_client["methodTypes"].IDENTIFICATION, config_getAvailableMethods(eideasy_browser_client["allMethods"][eideasy_browser_client["methodTypes"].IDENTIFICATION], allWidgetMethods[eideasy_browser_client["methodTypes"].IDENTIFICATION])), _defineProperty(_availableMethods, eideasy_browser_client["methodTypes"].SIGNATURE, config_getAvailableMethods(eideasy_browser_client["allMethods"][eideasy_browser_client["methodTypes"].SIGNATURE], allWidgetMethods[eideasy_browser_client["methodTypes"].SIGNATURE])), _availableMethods);
|
|
37875
|
-
|
|
37876
|
-
var config_createGetMethodsByActionType = function createGetMethodsByActionType(methods) {
|
|
37877
|
-
var identificationMethods = methods[eideasy_browser_client["methodTypes"].IDENTIFICATION].map(function (method) {
|
|
37878
|
-
method.methodType = eideasy_browser_client["methodTypes"].IDENTIFICATION;
|
|
37879
|
-
return method;
|
|
37880
|
-
});
|
|
37881
|
-
var signatureMethods = methods[eideasy_browser_client["methodTypes"].SIGNATURE].map(function (method) {
|
|
37882
|
-
method.methodType = eideasy_browser_client["methodTypes"].SIGNATURE;
|
|
37883
|
-
return method;
|
|
37884
|
-
});
|
|
37885
|
-
var allMethods = [].concat(_toConsumableArray(identificationMethods), _toConsumableArray(signatureMethods));
|
|
37886
|
-
var methodsByActionType = {};
|
|
37887
|
-
allMethods.forEach(function (method) {
|
|
37888
|
-
return methodsByActionType[method.actionType] = method;
|
|
37889
|
-
});
|
|
37890
|
-
return methodsByActionType;
|
|
37891
|
-
};
|
|
37892
|
-
|
|
37893
|
-
var config_methodsByActionType = config_createGetMethodsByActionType(availableMethods);
|
|
37894
|
-
|
|
37895
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2df7fcf6-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&
|
|
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&
|
|
37896
37616
|
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)}
|
|
37897
37617
|
var MethodButtonvue_type_template_id_7ae5ce06_staticRenderFns = []
|
|
37898
37618
|
|
|
37899
37619
|
|
|
37900
37620
|
// CONCATENATED MODULE: ./src/components/methodButtons/MethodButton.vue?vue&type=template&id=7ae5ce06&
|
|
37901
37621
|
|
|
37902
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
37903
37623
|
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}])})}
|
|
37904
37624
|
var IdCardButtonvue_type_template_id_e4be1d66_staticRenderFns = []
|
|
37905
37625
|
|
|
37906
37626
|
|
|
37907
37627
|
// CONCATENATED MODULE: ./src/components/methodButtons/IdCardButton.vue?vue&type=template&id=e4be1d66&
|
|
37908
37628
|
|
|
37909
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
37910
37630
|
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)])}
|
|
37911
37631
|
var MethodButtonBasevue_type_template_id_1891359c_staticRenderFns = []
|
|
37912
37632
|
|
|
@@ -37999,7 +37719,7 @@ var IdCardButton_component = normalizeComponent(
|
|
|
37999
37719
|
)
|
|
38000
37720
|
|
|
38001
37721
|
/* harmony default export */ var IdCardButton = (IdCardButton_component.exports);
|
|
38002
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38003
37723
|
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}])})}
|
|
38004
37724
|
var IdCardButtonEEvue_type_template_id_02178dd2_staticRenderFns = []
|
|
38005
37725
|
|
|
@@ -38054,7 +37774,7 @@ var IdCardButtonEE_component = normalizeComponent(
|
|
|
38054
37774
|
)
|
|
38055
37775
|
|
|
38056
37776
|
/* harmony default export */ var IdCardButtonEE = (IdCardButtonEE_component.exports);
|
|
38057
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38058
37778
|
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}])})}
|
|
38059
37779
|
var SmartIdButtonvue_type_template_id_3c6e7a06_staticRenderFns = []
|
|
38060
37780
|
|
|
@@ -38109,7 +37829,7 @@ var SmartIdButton_component = normalizeComponent(
|
|
|
38109
37829
|
)
|
|
38110
37830
|
|
|
38111
37831
|
/* harmony default export */ var SmartIdButton = (SmartIdButton_component.exports);
|
|
38112
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38113
37833
|
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}])})}
|
|
38114
37834
|
var MobileIdButtonvue_type_template_id_ba752324_staticRenderFns = []
|
|
38115
37835
|
|
|
@@ -38164,7 +37884,7 @@ var MobileIdButton_component = normalizeComponent(
|
|
|
38164
37884
|
)
|
|
38165
37885
|
|
|
38166
37886
|
/* harmony default export */ var MobileIdButton = (MobileIdButton_component.exports);
|
|
38167
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38168
37888
|
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}])})}
|
|
38169
37889
|
var MobileIdButtonEEvue_type_template_id_a70f6cfc_staticRenderFns = []
|
|
38170
37890
|
|
|
@@ -38219,7 +37939,7 @@ var MobileIdButtonEE_component = normalizeComponent(
|
|
|
38219
37939
|
)
|
|
38220
37940
|
|
|
38221
37941
|
/* harmony default export */ var MobileIdButtonEE = (MobileIdButtonEE_component.exports);
|
|
38222
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38223
37943
|
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}])})}
|
|
38224
37944
|
var EparakstsMobileButtonvue_type_template_id_88907130_staticRenderFns = []
|
|
38225
37945
|
|
|
@@ -38274,7 +37994,7 @@ var EparakstsMobileButton_component = normalizeComponent(
|
|
|
38274
37994
|
)
|
|
38275
37995
|
|
|
38276
37996
|
/* harmony default export */ var EparakstsMobileButton = (EparakstsMobileButton_component.exports);
|
|
38277
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38278
37998
|
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}])})}
|
|
38279
37999
|
var FrejaEidButtonvue_type_template_id_c62614cc_staticRenderFns = []
|
|
38280
38000
|
|
|
@@ -38329,7 +38049,7 @@ var FrejaEidButton_component = normalizeComponent(
|
|
|
38329
38049
|
)
|
|
38330
38050
|
|
|
38331
38051
|
/* harmony default export */ var FrejaEidButton = (FrejaEidButton_component.exports);
|
|
38332
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38333
38053
|
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}])})}
|
|
38334
38054
|
var ZealIdButtonvue_type_template_id_cc1917ce_staticRenderFns = []
|
|
38335
38055
|
|
|
@@ -38384,7 +38104,7 @@ var ZealIdButton_component = normalizeComponent(
|
|
|
38384
38104
|
)
|
|
38385
38105
|
|
|
38386
38106
|
/* harmony default export */ var ZealIdButton = (ZealIdButton_component.exports);
|
|
38387
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38388
38108
|
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}])})}
|
|
38389
38109
|
var IdCardButtonBevue_type_template_id_706e58f9_staticRenderFns = []
|
|
38390
38110
|
|
|
@@ -38439,7 +38159,7 @@ var IdCardButtonBe_component = normalizeComponent(
|
|
|
38439
38159
|
)
|
|
38440
38160
|
|
|
38441
38161
|
/* harmony default export */ var IdCardButtonBe = (IdCardButtonBe_component.exports);
|
|
38442
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38443
38163
|
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}])})}
|
|
38444
38164
|
var MojeIdButtonvue_type_template_id_4d0b2384_staticRenderFns = []
|
|
38445
38165
|
|
|
@@ -38494,7 +38214,7 @@ var MojeIdButton_component = normalizeComponent(
|
|
|
38494
38214
|
)
|
|
38495
38215
|
|
|
38496
38216
|
/* harmony default export */ var MojeIdButton = (MojeIdButton_component.exports);
|
|
38497
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38498
38218
|
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}])})}
|
|
38499
38219
|
var FinnishTrustNetworkButtonvue_type_template_id_bf091c0a_staticRenderFns = []
|
|
38500
38220
|
|
|
@@ -38531,7 +38251,7 @@ var FinnishTrustNetworkButton_component = normalizeComponent(
|
|
|
38531
38251
|
)
|
|
38532
38252
|
|
|
38533
38253
|
/* harmony default export */ var FinnishTrustNetworkButton = (FinnishTrustNetworkButton_component.exports);
|
|
38534
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38535
38255
|
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}])})}
|
|
38536
38256
|
var AtHandyButtonvue_type_template_id_10386e1a_staticRenderFns = []
|
|
38537
38257
|
|
|
@@ -38586,7 +38306,7 @@ var AtHandyButton_component = normalizeComponent(
|
|
|
38586
38306
|
)
|
|
38587
38307
|
|
|
38588
38308
|
/* harmony default export */ var AtHandyButton = (AtHandyButton_component.exports);
|
|
38589
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38590
38310
|
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}])})}
|
|
38591
38311
|
var IdCardButtonFivue_type_template_id_d5d98516_staticRenderFns = []
|
|
38592
38312
|
|
|
@@ -38641,7 +38361,7 @@ var IdCardButtonFi_component = normalizeComponent(
|
|
|
38641
38361
|
)
|
|
38642
38362
|
|
|
38643
38363
|
/* harmony default export */ var IdCardButtonFi = (IdCardButtonFi_component.exports);
|
|
38644
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38645
38365
|
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}])})}
|
|
38646
38366
|
var IdCardButtonLvvue_type_template_id_e8b99834_staticRenderFns = []
|
|
38647
38367
|
|
|
@@ -38696,7 +38416,7 @@ var IdCardButtonLv_component = normalizeComponent(
|
|
|
38696
38416
|
)
|
|
38697
38417
|
|
|
38698
38418
|
/* harmony default export */ var IdCardButtonLv = (IdCardButtonLv_component.exports);
|
|
38699
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38700
38420
|
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}])})}
|
|
38701
38421
|
var IdCardButtonPtvue_type_template_id_b726caca_staticRenderFns = []
|
|
38702
38422
|
|
|
@@ -38751,7 +38471,7 @@ var IdCardButtonPt_component = normalizeComponent(
|
|
|
38751
38471
|
)
|
|
38752
38472
|
|
|
38753
38473
|
/* harmony default export */ var IdCardButtonPt = (IdCardButtonPt_component.exports);
|
|
38754
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
38755
38475
|
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}])})}
|
|
38756
38476
|
var OtpButtonvue_type_template_id_4585c7b9_staticRenderFns = []
|
|
38757
38477
|
|
|
@@ -38788,6 +38508,61 @@ var OtpButton_component = normalizeComponent(
|
|
|
38788
38508
|
)
|
|
38789
38509
|
|
|
38790
38510
|
/* 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&
|
|
38512
|
+
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
|
+
var GoogleButtonvue_type_template_id_4054e8d5_staticRenderFns = []
|
|
38514
|
+
|
|
38515
|
+
|
|
38516
|
+
// CONCATENATED MODULE: ./src/components/methodButtons/GoogleButton.vue?vue&type=template&id=4054e8d5&
|
|
38517
|
+
|
|
38518
|
+
// EXTERNAL MODULE: ./src/assets/svg/google.svg
|
|
38519
|
+
var google = __webpack_require__("4460");
|
|
38520
|
+
var google_default = /*#__PURE__*/__webpack_require__.n(google);
|
|
38521
|
+
|
|
38522
|
+
// 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/GoogleButton.vue?vue&type=script&lang=js&
|
|
38523
|
+
|
|
38524
|
+
|
|
38525
|
+
/* harmony default export */ var GoogleButtonvue_type_script_lang_js_ = ({
|
|
38526
|
+
name: 'AtHandyButton',
|
|
38527
|
+
components: {
|
|
38528
|
+
MethodButtonBase: MethodButtonBase,
|
|
38529
|
+
IconGoogle: google_default.a
|
|
38530
|
+
}
|
|
38531
|
+
});
|
|
38532
|
+
// CONCATENATED MODULE: ./src/components/methodButtons/GoogleButton.vue?vue&type=script&lang=js&
|
|
38533
|
+
/* harmony default export */ var methodButtons_GoogleButtonvue_type_script_lang_js_ = (GoogleButtonvue_type_script_lang_js_);
|
|
38534
|
+
// EXTERNAL MODULE: ./src/components/methodButtons/GoogleButton.vue?vue&type=style&index=0&lang=scss&module=true&
|
|
38535
|
+
var GoogleButtonvue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("6a00");
|
|
38536
|
+
|
|
38537
|
+
// CONCATENATED MODULE: ./src/components/methodButtons/GoogleButton.vue
|
|
38538
|
+
|
|
38539
|
+
|
|
38540
|
+
|
|
38541
|
+
|
|
38542
|
+
|
|
38543
|
+
|
|
38544
|
+
|
|
38545
|
+
|
|
38546
|
+
function GoogleButton_injectStyles (context) {
|
|
38547
|
+
|
|
38548
|
+
this["$style"] = (GoogleButtonvue_type_style_index_0_lang_scss_module_true_["default"].locals || GoogleButtonvue_type_style_index_0_lang_scss_module_true_["default"])
|
|
38549
|
+
|
|
38550
|
+
}
|
|
38551
|
+
|
|
38552
|
+
/* normalize component */
|
|
38553
|
+
|
|
38554
|
+
var GoogleButton_component = normalizeComponent(
|
|
38555
|
+
methodButtons_GoogleButtonvue_type_script_lang_js_,
|
|
38556
|
+
GoogleButtonvue_type_template_id_4054e8d5_render,
|
|
38557
|
+
GoogleButtonvue_type_template_id_4054e8d5_staticRenderFns,
|
|
38558
|
+
false,
|
|
38559
|
+
GoogleButton_injectStyles,
|
|
38560
|
+
null,
|
|
38561
|
+
null
|
|
38562
|
+
|
|
38563
|
+
)
|
|
38564
|
+
|
|
38565
|
+
/* harmony default export */ var GoogleButton = (GoogleButton_component.exports);
|
|
38791
38566
|
// CONCATENATED MODULE: ./src/components/methodButtons/methodButtons.js
|
|
38792
38567
|
|
|
38793
38568
|
|
|
@@ -38806,6 +38581,7 @@ var OtpButton_component = normalizeComponent(
|
|
|
38806
38581
|
|
|
38807
38582
|
|
|
38808
38583
|
|
|
38584
|
+
|
|
38809
38585
|
var methodButtons = Object.freeze({
|
|
38810
38586
|
IdCardButton: IdCardButton,
|
|
38811
38587
|
IdCardButtonEE: IdCardButtonEE,
|
|
@@ -38822,7 +38598,8 @@ var methodButtons = Object.freeze({
|
|
|
38822
38598
|
IdCardButtonFi: IdCardButtonFi,
|
|
38823
38599
|
IdCardButtonLv: IdCardButtonLv,
|
|
38824
38600
|
IdCardButtonPt: IdCardButtonPt,
|
|
38825
|
-
OtpButton: OtpButton
|
|
38601
|
+
OtpButton: OtpButton,
|
|
38602
|
+
GoogleButton: GoogleButton
|
|
38826
38603
|
});
|
|
38827
38604
|
/* harmony default export */ var methodButtons_methodButtons = (methodButtons);
|
|
38828
38605
|
// 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&
|
|
@@ -38883,7 +38660,6 @@ var MethodButton_component = normalizeComponent(
|
|
|
38883
38660
|
|
|
38884
38661
|
|
|
38885
38662
|
|
|
38886
|
-
|
|
38887
38663
|
/* harmony default export */ var MethodSelectionvue_type_script_lang_js_ = ({
|
|
38888
38664
|
name: 'MethodSelection',
|
|
38889
38665
|
components: {
|
|
@@ -38907,6 +38683,9 @@ var MethodButton_component = normalizeComponent(
|
|
|
38907
38683
|
},
|
|
38908
38684
|
isThinLayout: function isThinLayout() {
|
|
38909
38685
|
return this.identificationMethodsInCurrentCountry.length % 2 !== 0 || this.signingMethodsInCurrentCountry.length % 2 !== 0;
|
|
38686
|
+
},
|
|
38687
|
+
methodsByActionType: function methodsByActionType() {
|
|
38688
|
+
return this.$root.$options.eidEasyMethodsConfig.methodsByActionType;
|
|
38910
38689
|
}
|
|
38911
38690
|
},
|
|
38912
38691
|
watch: {
|
|
@@ -38916,7 +38695,7 @@ var MethodButton_component = normalizeComponent(
|
|
|
38916
38695
|
return;
|
|
38917
38696
|
}
|
|
38918
38697
|
|
|
38919
|
-
var method =
|
|
38698
|
+
var method = this.methodsByActionType[newMethod.actionType]; // if a method doesn't have a viewname then it means that this method
|
|
38920
38699
|
// has no sub views and doesn't need any additional user input and can therefore be started immediately
|
|
38921
38700
|
|
|
38922
38701
|
if (!method.viewName) {
|
|
@@ -39033,8 +38812,8 @@ function MethodSelection_injectStyles (context) {
|
|
|
39033
38812
|
|
|
39034
38813
|
var MethodSelection_component = normalizeComponent(
|
|
39035
38814
|
views_MethodSelectionvue_type_script_lang_js_,
|
|
39036
|
-
|
|
39037
|
-
|
|
38815
|
+
MethodSelectionvue_type_template_id_510fefee_render,
|
|
38816
|
+
MethodSelectionvue_type_template_id_510fefee_staticRenderFns,
|
|
39038
38817
|
false,
|
|
39039
38818
|
MethodSelection_injectStyles,
|
|
39040
38819
|
null,
|
|
@@ -39043,14 +38822,14 @@ var MethodSelection_component = normalizeComponent(
|
|
|
39043
38822
|
)
|
|
39044
38823
|
|
|
39045
38824
|
/* harmony default export */ var MethodSelection = (MethodSelection_component.exports);
|
|
39046
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39047
38826
|
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)])}
|
|
39048
38827
|
var SmartIdAuthvue_type_template_id_097b8df2_staticRenderFns = []
|
|
39049
38828
|
|
|
39050
38829
|
|
|
39051
38830
|
// CONCATENATED MODULE: ./src/views/SmartIdAuth.vue?vue&type=template&id=097b8df2&
|
|
39052
38831
|
|
|
39053
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39054
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,
|
|
39055
38834
|
{id: _vm.formComponentId(item.name),
|
|
39056
38835
|
value: _vm.formValue[item.name],
|
|
@@ -39061,16 +38840,77 @@ var AppFormvue_type_template_id_f7509fbc_staticRenderFns = []
|
|
|
39061
38840
|
|
|
39062
38841
|
// CONCATENATED MODULE: ./src/components/AppForm.vue?vue&type=template&id=f7509fbc&
|
|
39063
38842
|
|
|
38843
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
38844
|
+
var es_array_concat = __webpack_require__("99af");
|
|
38845
|
+
|
|
39064
38846
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.reduce.js
|
|
39065
38847
|
var es_array_reduce = __webpack_require__("13d5");
|
|
39066
38848
|
|
|
39067
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39068
38850
|
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)+" ")])}
|
|
39069
38851
|
var FormButtonvue_type_template_id_6eab7190_staticRenderFns = []
|
|
39070
38852
|
|
|
39071
38853
|
|
|
39072
38854
|
// CONCATENATED MODULE: ./src/components/FormButton.vue?vue&type=template&id=6eab7190&
|
|
39073
38855
|
|
|
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&
|
|
38857
|
+
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
|
+
var AppButtonvue_type_template_id_7bb31c31_staticRenderFns = []
|
|
38859
|
+
|
|
38860
|
+
|
|
38861
|
+
// CONCATENATED MODULE: ./src/components/AppButton.vue?vue&type=template&id=7bb31c31&
|
|
38862
|
+
|
|
38863
|
+
// 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/AppButton.vue?vue&type=script&lang=js&
|
|
38864
|
+
|
|
38865
|
+
/* harmony default export */ var AppButtonvue_type_script_lang_js_ = ({
|
|
38866
|
+
name: 'AppButton',
|
|
38867
|
+
mixins: [src_schemeMixin(['primary', 'secondary'])],
|
|
38868
|
+
props: {
|
|
38869
|
+
type: String,
|
|
38870
|
+
onClick: Function
|
|
38871
|
+
},
|
|
38872
|
+
methods: {
|
|
38873
|
+
handleClick: function handleClick(e) {
|
|
38874
|
+
if (!this.disabled && this.onClick) {
|
|
38875
|
+
this.onClick(e);
|
|
38876
|
+
}
|
|
38877
|
+
}
|
|
38878
|
+
}
|
|
38879
|
+
});
|
|
38880
|
+
// CONCATENATED MODULE: ./src/components/AppButton.vue?vue&type=script&lang=js&
|
|
38881
|
+
/* harmony default export */ var components_AppButtonvue_type_script_lang_js_ = (AppButtonvue_type_script_lang_js_);
|
|
38882
|
+
// EXTERNAL MODULE: ./src/components/AppButton.vue?vue&type=style&index=0&lang=scss&module=true&
|
|
38883
|
+
var AppButtonvue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("e513");
|
|
38884
|
+
|
|
38885
|
+
// CONCATENATED MODULE: ./src/components/AppButton.vue
|
|
38886
|
+
|
|
38887
|
+
|
|
38888
|
+
|
|
38889
|
+
|
|
38890
|
+
|
|
38891
|
+
|
|
38892
|
+
|
|
38893
|
+
|
|
38894
|
+
function AppButton_injectStyles (context) {
|
|
38895
|
+
|
|
38896
|
+
this["$style"] = (AppButtonvue_type_style_index_0_lang_scss_module_true_["default"].locals || AppButtonvue_type_style_index_0_lang_scss_module_true_["default"])
|
|
38897
|
+
|
|
38898
|
+
}
|
|
38899
|
+
|
|
38900
|
+
/* normalize component */
|
|
38901
|
+
|
|
38902
|
+
var AppButton_component = normalizeComponent(
|
|
38903
|
+
components_AppButtonvue_type_script_lang_js_,
|
|
38904
|
+
AppButtonvue_type_template_id_7bb31c31_render,
|
|
38905
|
+
AppButtonvue_type_template_id_7bb31c31_staticRenderFns,
|
|
38906
|
+
false,
|
|
38907
|
+
AppButton_injectStyles,
|
|
38908
|
+
null,
|
|
38909
|
+
null
|
|
38910
|
+
|
|
38911
|
+
)
|
|
38912
|
+
|
|
38913
|
+
/* harmony default export */ var AppButton = (AppButton_component.exports);
|
|
39074
38914
|
// 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/FormButton.vue?vue&type=script&lang=js&
|
|
39075
38915
|
|
|
39076
38916
|
/* harmony default export */ var FormButtonvue_type_script_lang_js_ = ({
|
|
@@ -39105,7 +38945,7 @@ var FormButton_component = normalizeComponent(
|
|
|
39105
38945
|
)
|
|
39106
38946
|
|
|
39107
38947
|
/* harmony default export */ var FormButton = (FormButton_component.exports);
|
|
39108
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39109
38949
|
var FormFieldvue_type_template_id_5f6d450f_render = function () {
|
|
39110
38950
|
var _obj;
|
|
39111
38951
|
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)}
|
|
@@ -39114,7 +38954,7 @@ var FormFieldvue_type_template_id_5f6d450f_staticRenderFns = []
|
|
|
39114
38954
|
|
|
39115
38955
|
// CONCATENATED MODULE: ./src/components/FormField.vue?vue&type=template&id=5f6d450f&
|
|
39116
38956
|
|
|
39117
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39118
38958
|
var AppInputvue_type_template_id_5b619160_render = function () {
|
|
39119
38959
|
var _obj, _obj$1;
|
|
39120
38960
|
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))}
|
|
@@ -39456,7 +39296,7 @@ var getFieldErrors = function getFieldErrors(error) {
|
|
|
39456
39296
|
};
|
|
39457
39297
|
|
|
39458
39298
|
/* harmony default export */ var src_getFieldErrors = (getFieldErrors);
|
|
39459
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39460
39300
|
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()])}
|
|
39461
39301
|
var ChallengeLoadervue_type_template_id_39c6ba11_staticRenderFns = []
|
|
39462
39302
|
|
|
@@ -39657,7 +39497,7 @@ var SmartIdAuth_component = normalizeComponent(
|
|
|
39657
39497
|
)
|
|
39658
39498
|
|
|
39659
39499
|
/* harmony default export */ var SmartIdAuth = (SmartIdAuth_component.exports);
|
|
39660
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39661
39501
|
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)])}
|
|
39662
39502
|
var MobileIdAuthvue_type_template_id_3f6c41cc_staticRenderFns = []
|
|
39663
39503
|
|
|
@@ -39826,7 +39666,7 @@ var MobileIdAuth_component = normalizeComponent(
|
|
|
39826
39666
|
)
|
|
39827
39667
|
|
|
39828
39668
|
/* harmony default export */ var MobileIdAuth = (MobileIdAuth_component.exports);
|
|
39829
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39830
39670
|
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)])}
|
|
39831
39671
|
var IdentificationFrejaIdvue_type_template_id_392fcbd9_staticRenderFns = []
|
|
39832
39672
|
|
|
@@ -39982,7 +39822,7 @@ var IdentificationFrejaId_component = normalizeComponent(
|
|
|
39982
39822
|
)
|
|
39983
39823
|
|
|
39984
39824
|
/* harmony default export */ var IdentificationFrejaId = (IdentificationFrejaId_component.exports);
|
|
39985
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
39986
39826
|
var IdentificationZealIdvue_type_template_id_e102c202_render = function () {
|
|
39987
39827
|
var _obj;
|
|
39988
39828
|
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 )]})])}
|
|
@@ -40102,7 +39942,7 @@ var IdentificationZealId_component = normalizeComponent(
|
|
|
40102
39942
|
)
|
|
40103
39943
|
|
|
40104
39944
|
/* harmony default export */ var IdentificationZealId = (IdentificationZealId_component.exports);
|
|
40105
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
40106
39946
|
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)])}
|
|
40107
39947
|
var SignatureSmartIdvue_type_template_id_4e579494_staticRenderFns = []
|
|
40108
39948
|
|
|
@@ -40264,7 +40104,7 @@ var SignatureSmartId_component = normalizeComponent(
|
|
|
40264
40104
|
)
|
|
40265
40105
|
|
|
40266
40106
|
/* harmony default export */ var SignatureSmartId = (SignatureSmartId_component.exports);
|
|
40267
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
40268
40108
|
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)])}
|
|
40269
40109
|
var SignatureMobileIdvue_type_template_id_1c9f8ccb_staticRenderFns = []
|
|
40270
40110
|
|
|
@@ -40433,7 +40273,103 @@ var SignatureMobileId_component = normalizeComponent(
|
|
|
40433
40273
|
)
|
|
40434
40274
|
|
|
40435
40275
|
/* harmony default export */ var SignatureMobileId = (SignatureMobileId_component.exports);
|
|
40436
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
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&
|
|
40277
|
+
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
|
+
var SignatureFtnvue_type_template_id_89f3ab84_staticRenderFns = []
|
|
40279
|
+
|
|
40280
|
+
|
|
40281
|
+
// CONCATENATED MODULE: ./src/views/SignatureFtn.vue?vue&type=template&id=89f3ab84&
|
|
40282
|
+
|
|
40283
|
+
// 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/SignatureFtn.vue?vue&type=script&lang=js&
|
|
40284
|
+
|
|
40285
|
+
|
|
40286
|
+
/* harmony default export */ var SignatureFtnvue_type_script_lang_js_ = ({
|
|
40287
|
+
name: 'SignatureFtn',
|
|
40288
|
+
components: {
|
|
40289
|
+
AppButton: AppButton
|
|
40290
|
+
},
|
|
40291
|
+
data: function data() {
|
|
40292
|
+
return {
|
|
40293
|
+
signingProcess: {}
|
|
40294
|
+
};
|
|
40295
|
+
},
|
|
40296
|
+
computed: {
|
|
40297
|
+
additionalMethodConfig: function additionalMethodConfig() {
|
|
40298
|
+
return this.$root.$options.storeGetters.additionalMethodConfig();
|
|
40299
|
+
}
|
|
40300
|
+
},
|
|
40301
|
+
methods: {
|
|
40302
|
+
loadingStart: function loadingStart() {
|
|
40303
|
+
this.$root.$options.storeActions.loadingStart();
|
|
40304
|
+
},
|
|
40305
|
+
loadingEnd: function loadingEnd() {
|
|
40306
|
+
this.$root.$options.storeActions.loadingEnd();
|
|
40307
|
+
},
|
|
40308
|
+
addFlashMessage: function addFlashMessage(message) {
|
|
40309
|
+
this.$root.$options.storeActions.addFlashMessage(message);
|
|
40310
|
+
},
|
|
40311
|
+
clearFlashMessages: function clearFlashMessages() {
|
|
40312
|
+
this.$root.$options.storeActions.clearFlashMessages();
|
|
40313
|
+
},
|
|
40314
|
+
sign: function sign() {
|
|
40315
|
+
var _this = this;
|
|
40316
|
+
|
|
40317
|
+
this.loadingStart();
|
|
40318
|
+
this.clearFlashMessages();
|
|
40319
|
+
var additionalMethodConfig = this.additionalMethodConfig || {};
|
|
40320
|
+
this.signingProcess = this.$root.$options.eidEasyClient.signature.ftnSignature.start(_objectSpread2({
|
|
40321
|
+
fail: function fail(error) {
|
|
40322
|
+
if (!error.isCancel) {
|
|
40323
|
+
_this.addFlashMessage(error);
|
|
40324
|
+
}
|
|
40325
|
+
|
|
40326
|
+
_this.$root.$options.eidEasyOnFail(error);
|
|
40327
|
+
},
|
|
40328
|
+
success: function success(result) {
|
|
40329
|
+
_this.$root.$options.eidEasyOnSuccess(result);
|
|
40330
|
+
},
|
|
40331
|
+
finished: function finished() {
|
|
40332
|
+
_this.loadingEnd();
|
|
40333
|
+
}
|
|
40334
|
+
}, additionalMethodConfig));
|
|
40335
|
+
}
|
|
40336
|
+
}
|
|
40337
|
+
});
|
|
40338
|
+
// CONCATENATED MODULE: ./src/views/SignatureFtn.vue?vue&type=script&lang=js&
|
|
40339
|
+
/* harmony default export */ var views_SignatureFtnvue_type_script_lang_js_ = (SignatureFtnvue_type_script_lang_js_);
|
|
40340
|
+
// EXTERNAL MODULE: ./src/views/SignatureFtn.vue?vue&type=style&index=0&lang=scss&module=true&
|
|
40341
|
+
var SignatureFtnvue_type_style_index_0_lang_scss_module_true_ = __webpack_require__("268a");
|
|
40342
|
+
|
|
40343
|
+
// CONCATENATED MODULE: ./src/views/SignatureFtn.vue
|
|
40344
|
+
|
|
40345
|
+
|
|
40346
|
+
|
|
40347
|
+
|
|
40348
|
+
|
|
40349
|
+
|
|
40350
|
+
|
|
40351
|
+
|
|
40352
|
+
function SignatureFtn_injectStyles (context) {
|
|
40353
|
+
|
|
40354
|
+
this["$style"] = (SignatureFtnvue_type_style_index_0_lang_scss_module_true_["default"].locals || SignatureFtnvue_type_style_index_0_lang_scss_module_true_["default"])
|
|
40355
|
+
|
|
40356
|
+
}
|
|
40357
|
+
|
|
40358
|
+
/* normalize component */
|
|
40359
|
+
|
|
40360
|
+
var SignatureFtn_component = normalizeComponent(
|
|
40361
|
+
views_SignatureFtnvue_type_script_lang_js_,
|
|
40362
|
+
SignatureFtnvue_type_template_id_89f3ab84_render,
|
|
40363
|
+
SignatureFtnvue_type_template_id_89f3ab84_staticRenderFns,
|
|
40364
|
+
false,
|
|
40365
|
+
SignatureFtn_injectStyles,
|
|
40366
|
+
null,
|
|
40367
|
+
null
|
|
40368
|
+
|
|
40369
|
+
)
|
|
40370
|
+
|
|
40371
|
+
/* 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&
|
|
40437
40373
|
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)])])}
|
|
40438
40374
|
var SignatureOtpvue_type_template_id_59f05d72_staticRenderFns = []
|
|
40439
40375
|
|
|
@@ -40718,6 +40654,49 @@ var AppLayout_component = normalizeComponent(
|
|
|
40718
40654
|
)
|
|
40719
40655
|
|
|
40720
40656
|
/* harmony default export */ var AppLayout = (AppLayout_component.exports);
|
|
40657
|
+
// CONCATENATED MODULE: ./src/featureFlags.js
|
|
40658
|
+
|
|
40659
|
+
|
|
40660
|
+
var flags = {// example
|
|
40661
|
+
|
|
40662
|
+
/*
|
|
40663
|
+
FF_FREJA_EID_LOGIN: {
|
|
40664
|
+
created: '2021-08-02',
|
|
40665
|
+
enabledInEnvs: ['development'],
|
|
40666
|
+
},
|
|
40667
|
+
*/
|
|
40668
|
+
};
|
|
40669
|
+
|
|
40670
|
+
var createFeatureFlags = function createFeatureFlags(_ref) {
|
|
40671
|
+
var env = _ref.env;
|
|
40672
|
+
|
|
40673
|
+
var enabled = function enabled(flag) {
|
|
40674
|
+
var isEnabled = false;
|
|
40675
|
+
|
|
40676
|
+
if (flags[flag] && flags[flag].enabledInEnvs.includes(env)) {
|
|
40677
|
+
isEnabled = true;
|
|
40678
|
+
}
|
|
40679
|
+
|
|
40680
|
+
return isEnabled;
|
|
40681
|
+
};
|
|
40682
|
+
|
|
40683
|
+
return {
|
|
40684
|
+
enabled: enabled
|
|
40685
|
+
};
|
|
40686
|
+
};
|
|
40687
|
+
|
|
40688
|
+
var featureFlags = createFeatureFlags({
|
|
40689
|
+
env: "production" || false
|
|
40690
|
+
});
|
|
40691
|
+
/* harmony default export */ var src_featureFlags = (featureFlags);
|
|
40692
|
+
// EXTERNAL MODULE: ./node_modules/@eid-easy/eideasy-browser-client/dist/eideasy-browser-client.js
|
|
40693
|
+
var eideasy_browser_client = __webpack_require__("0ea0");
|
|
40694
|
+
var eideasy_browser_client_default = /*#__PURE__*/__webpack_require__.n(eideasy_browser_client);
|
|
40695
|
+
|
|
40696
|
+
// CONCATENATED MODULE: ./src/config.js
|
|
40697
|
+
|
|
40698
|
+
|
|
40699
|
+
|
|
40721
40700
|
// 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/App.vue?vue&type=script&lang=js&
|
|
40722
40701
|
|
|
40723
40702
|
|
|
@@ -40814,6 +40793,12 @@ var AppLayout_component = normalizeComponent(
|
|
|
40814
40793
|
debug: {
|
|
40815
40794
|
type: Boolean,
|
|
40816
40795
|
default: false
|
|
40796
|
+
},
|
|
40797
|
+
methodsConfigFilter: {
|
|
40798
|
+
type: Function
|
|
40799
|
+
},
|
|
40800
|
+
modifyEndpointUrl: {
|
|
40801
|
+
type: Function
|
|
40817
40802
|
}
|
|
40818
40803
|
},
|
|
40819
40804
|
computed: {
|
|
@@ -40906,7 +40891,7 @@ var AppLayout_component = normalizeComponent(
|
|
|
40906
40891
|
// in this case the widget would make a request to the default ee. endpoint - that we do not want
|
|
40907
40892
|
// so, we'll take the first country from the countries whitelist instead
|
|
40908
40893
|
|
|
40909
|
-
var supportedCountries =
|
|
40894
|
+
var supportedCountries = this.$root.$options.eidEasyMethodsConfig.methodsByActionType[selectedMethod].supportedCountries;
|
|
40910
40895
|
|
|
40911
40896
|
if (Array.isArray(supportedCountries) && !supportedCountries.includes(countryToSelect)) {
|
|
40912
40897
|
countryToSelect = supportedCountries[0].toUpperCase();
|
|
@@ -43710,6 +43695,9 @@ function loadLocaleMessages() {
|
|
|
43710
43695
|
var vue_select = __webpack_require__("4a7a");
|
|
43711
43696
|
var vue_select_default = /*#__PURE__*/__webpack_require__.n(vue_select);
|
|
43712
43697
|
|
|
43698
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.find.js
|
|
43699
|
+
var es_array_find = __webpack_require__("7db0");
|
|
43700
|
+
|
|
43713
43701
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.flat.js
|
|
43714
43702
|
var es_array_flat = __webpack_require__("0481");
|
|
43715
43703
|
|
|
@@ -43743,7 +43731,10 @@ var es_set = __webpack_require__("6062");
|
|
|
43743
43731
|
|
|
43744
43732
|
|
|
43745
43733
|
|
|
43746
|
-
var createStore_createStore = function createStore() {
|
|
43734
|
+
var createStore_createStore = function createStore(_ref) {
|
|
43735
|
+
var methodsConfig = _ref.methodsConfig;
|
|
43736
|
+
var availableMethods = methodsConfig.availableMethods,
|
|
43737
|
+
methodsByActionType = methodsConfig.methodsByActionType;
|
|
43747
43738
|
var store = vue_runtime_esm["a" /* default */].observable({
|
|
43748
43739
|
countryCode: 'EE',
|
|
43749
43740
|
currentView: views_viewNames.MethodSelection,
|
|
@@ -43786,7 +43777,7 @@ var createStore_createStore = function createStore() {
|
|
|
43786
43777
|
},
|
|
43787
43778
|
currentViewTitleKey: function currentViewTitleKey() {
|
|
43788
43779
|
var currentMethod = store.currentMethod && store.currentMethod.actionType;
|
|
43789
|
-
return
|
|
43780
|
+
return methodsByActionType[currentMethod].translationKeys && methodsByActionType[currentMethod].translationKeys.title;
|
|
43790
43781
|
},
|
|
43791
43782
|
isLoading: function isLoading() {
|
|
43792
43783
|
return store.isLoading;
|
|
@@ -43915,7 +43906,7 @@ var createStore_createStore = function createStore() {
|
|
|
43915
43906
|
},
|
|
43916
43907
|
selectMethod: function selectMethod(actionType) {
|
|
43917
43908
|
var timestamp = Date.now();
|
|
43918
|
-
var viewName =
|
|
43909
|
+
var viewName = methodsByActionType[actionType].viewName;
|
|
43919
43910
|
mutations.clearFlashMessages();
|
|
43920
43911
|
mutations.setCurrentMethod({
|
|
43921
43912
|
actionType: actionType,
|
|
@@ -44024,6 +44015,301 @@ var createStore_createStore = function createStore() {
|
|
|
44024
44015
|
};
|
|
44025
44016
|
|
|
44026
44017
|
/* harmony default export */ var src_createStore = (createStore_createStore);
|
|
44018
|
+
// CONCATENATED MODULE: ./src/components/methodButtons/methodButtonNames.js
|
|
44019
|
+
var methodButtonNames = {
|
|
44020
|
+
IdCardButton: 'IdCardButton',
|
|
44021
|
+
IdCardButtonEE: 'IdCardButtonEE',
|
|
44022
|
+
IdCardButtonFi: 'IdCardButtonFi',
|
|
44023
|
+
IdCardButtonBe: 'IdCardButtonBe',
|
|
44024
|
+
SmartIdButton: 'SmartIdButton',
|
|
44025
|
+
MobileIdButton: 'MobileIdButton',
|
|
44026
|
+
MobileIdButtonEE: 'MobileIdButtonEE',
|
|
44027
|
+
EparakstsMobileButton: 'EparakstsMobileButton',
|
|
44028
|
+
FrejaEidButton: 'FrejaEidButton',
|
|
44029
|
+
ZealIdButton: 'ZealIdButton',
|
|
44030
|
+
MojeIdButton: 'MojeIdButton',
|
|
44031
|
+
FinnishTrustNetworkButton: 'FinnishTrustNetworkButton',
|
|
44032
|
+
AtHandyButton: 'AtHandyButton',
|
|
44033
|
+
IdCardButtonLv: 'IdCardButtonLv',
|
|
44034
|
+
IdCardButtonPt: 'IdCardButtonPt',
|
|
44035
|
+
OtpButton: 'OtpButton',
|
|
44036
|
+
GoogleButton: 'GoogleButton'
|
|
44037
|
+
};
|
|
44038
|
+
/* harmony default export */ var methodButtons_methodButtonNames = (methodButtonNames);
|
|
44039
|
+
// CONCATENATED MODULE: ./src/createMethodsConfig.js
|
|
44040
|
+
|
|
44041
|
+
|
|
44042
|
+
|
|
44043
|
+
|
|
44044
|
+
|
|
44045
|
+
|
|
44046
|
+
|
|
44047
|
+
|
|
44048
|
+
|
|
44049
|
+
|
|
44050
|
+
var _Object$freeze, _availableMethods;
|
|
44051
|
+
|
|
44052
|
+
|
|
44053
|
+
|
|
44054
|
+
|
|
44055
|
+
var allWidgetMethods = Object.freeze((_Object$freeze = {}, _defineProperty(_Object$freeze, eideasy_browser_client["methodTypes"].IDENTIFICATION, [{
|
|
44056
|
+
actionType: eideasy_browser_client["methodActionTypes"].BE_ID_LOGIN,
|
|
44057
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonBe,
|
|
44058
|
+
translationKeys: {
|
|
44059
|
+
title: 'id-card'
|
|
44060
|
+
}
|
|
44061
|
+
}, {
|
|
44062
|
+
actionType: eideasy_browser_client["methodActionTypes"].EE_ID_LOGIN,
|
|
44063
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonEE,
|
|
44064
|
+
translationKeys: {
|
|
44065
|
+
title: 'id-card'
|
|
44066
|
+
}
|
|
44067
|
+
}, {
|
|
44068
|
+
actionType: eideasy_browser_client["methodActionTypes"].FI_ID_LOGIN,
|
|
44069
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonFi,
|
|
44070
|
+
translationKeys: {
|
|
44071
|
+
title: 'id-card'
|
|
44072
|
+
}
|
|
44073
|
+
}, {
|
|
44074
|
+
actionType: eideasy_browser_client["methodActionTypes"].LV_ID_LOGIN,
|
|
44075
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonLv,
|
|
44076
|
+
translationKeys: {
|
|
44077
|
+
title: 'id-card'
|
|
44078
|
+
}
|
|
44079
|
+
}, {
|
|
44080
|
+
actionType: eideasy_browser_client["methodActionTypes"].LT_ID_LOGIN,
|
|
44081
|
+
buttonName: methodButtons_methodButtonNames.IdCardButton,
|
|
44082
|
+
translationKeys: {
|
|
44083
|
+
title: 'id-card'
|
|
44084
|
+
}
|
|
44085
|
+
}, {
|
|
44086
|
+
actionType: eideasy_browser_client["methodActionTypes"].PT_ID_LOGIN,
|
|
44087
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonPt,
|
|
44088
|
+
translationKeys: {
|
|
44089
|
+
title: 'id-card'
|
|
44090
|
+
}
|
|
44091
|
+
}, {
|
|
44092
|
+
actionType: eideasy_browser_client["methodActionTypes"].RS_ID_LOGIN,
|
|
44093
|
+
buttonName: methodButtons_methodButtonNames.IdCardButton,
|
|
44094
|
+
translationKeys: {
|
|
44095
|
+
title: 'id-card'
|
|
44096
|
+
}
|
|
44097
|
+
}, {
|
|
44098
|
+
actionType: eideasy_browser_client["methodActionTypes"].EE_MOBILE_ID,
|
|
44099
|
+
buttonName: methodButtons_methodButtonNames.MobileIdButtonEE,
|
|
44100
|
+
viewName: views_viewNames.MobileIdAuth,
|
|
44101
|
+
translationKeys: {
|
|
44102
|
+
title: 'mobile-id'
|
|
44103
|
+
}
|
|
44104
|
+
}, {
|
|
44105
|
+
actionType: eideasy_browser_client["methodActionTypes"].LV_EPARAKSTS_MOBILE_LOGIN,
|
|
44106
|
+
buttonName: methodButtons_methodButtonNames.EparakstsMobileButton,
|
|
44107
|
+
translationKeys: {
|
|
44108
|
+
title: 'eparaksts-mobile'
|
|
44109
|
+
}
|
|
44110
|
+
}, {
|
|
44111
|
+
actionType: eideasy_browser_client["methodActionTypes"].LT_MOBILE_ID,
|
|
44112
|
+
buttonName: methodButtons_methodButtonNames.MobileIdButton,
|
|
44113
|
+
viewName: views_viewNames.MobileIdAuth,
|
|
44114
|
+
translationKeys: {
|
|
44115
|
+
title: 'mobile-id'
|
|
44116
|
+
}
|
|
44117
|
+
}, {
|
|
44118
|
+
actionType: eideasy_browser_client["methodActionTypes"].SMART_ID,
|
|
44119
|
+
buttonName: methodButtons_methodButtonNames.SmartIdButton,
|
|
44120
|
+
viewName: views_viewNames.SmartIdAuth,
|
|
44121
|
+
translationKeys: {
|
|
44122
|
+
title: 'smart-id'
|
|
44123
|
+
}
|
|
44124
|
+
}, {
|
|
44125
|
+
actionType: eideasy_browser_client["methodActionTypes"].FREJA_EID_LOGIN,
|
|
44126
|
+
buttonName: methodButtons_methodButtonNames.FrejaEidButton,
|
|
44127
|
+
viewName: views_viewNames.IdentificationFrejaId,
|
|
44128
|
+
translationKeys: {
|
|
44129
|
+
title: 'freja-eid'
|
|
44130
|
+
}
|
|
44131
|
+
}, {
|
|
44132
|
+
actionType: eideasy_browser_client["methodActionTypes"].ZEALID_LOGIN,
|
|
44133
|
+
buttonName: methodButtons_methodButtonNames.ZealIdButton,
|
|
44134
|
+
viewName: views_viewNames.IdentificationZealId,
|
|
44135
|
+
translationKeys: {
|
|
44136
|
+
title: 'zeal-id'
|
|
44137
|
+
}
|
|
44138
|
+
}, {
|
|
44139
|
+
actionType: eideasy_browser_client["methodActionTypes"].CZ_MOJEID,
|
|
44140
|
+
buttonName: methodButtons_methodButtonNames.MojeIdButton,
|
|
44141
|
+
translationKeys: {
|
|
44142
|
+
title: 'moje-id'
|
|
44143
|
+
}
|
|
44144
|
+
}, {
|
|
44145
|
+
actionType: eideasy_browser_client["methodActionTypes"].FI_FTN_LOGIN,
|
|
44146
|
+
buttonName: methodButtons_methodButtonNames.FinnishTrustNetworkButton,
|
|
44147
|
+
translationKeys: {
|
|
44148
|
+
title: 'finnish-online-bank'
|
|
44149
|
+
}
|
|
44150
|
+
}, {
|
|
44151
|
+
actionType: eideasy_browser_client["methodActionTypes"].AT_HANDY_SIGNATUR_LOGIN,
|
|
44152
|
+
buttonName: methodButtons_methodButtonNames.AtHandyButton,
|
|
44153
|
+
translationKeys: {
|
|
44154
|
+
title: 'austrian-handy-signatur'
|
|
44155
|
+
}
|
|
44156
|
+
}]), _defineProperty(_Object$freeze, eideasy_browser_client["methodTypes"].SIGNATURE, [{
|
|
44157
|
+
actionType: eideasy_browser_client["methodActionTypes"].BE_IDCARD_SIGNATURE,
|
|
44158
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonBe,
|
|
44159
|
+
translationKeys: {
|
|
44160
|
+
title: 'id-card'
|
|
44161
|
+
}
|
|
44162
|
+
}, {
|
|
44163
|
+
actionType: eideasy_browser_client["methodActionTypes"].EE_IDCARD_SIGNATURE,
|
|
44164
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonEE,
|
|
44165
|
+
translationKeys: {
|
|
44166
|
+
title: 'id-card'
|
|
44167
|
+
}
|
|
44168
|
+
}, {
|
|
44169
|
+
actionType: eideasy_browser_client["methodActionTypes"].FI_IDCARD_SIGNATURE,
|
|
44170
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonFi,
|
|
44171
|
+
translationKeys: {
|
|
44172
|
+
title: 'id-card'
|
|
44173
|
+
}
|
|
44174
|
+
}, {
|
|
44175
|
+
actionType: eideasy_browser_client["methodActionTypes"].LV_IDCARD_SIGNATURE,
|
|
44176
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonLv,
|
|
44177
|
+
translationKeys: {
|
|
44178
|
+
title: 'id-card'
|
|
44179
|
+
}
|
|
44180
|
+
}, {
|
|
44181
|
+
actionType: eideasy_browser_client["methodActionTypes"].LT_IDCARD_SIGNATURE,
|
|
44182
|
+
buttonName: methodButtons_methodButtonNames.IdCardButton,
|
|
44183
|
+
translationKeys: {
|
|
44184
|
+
title: 'id-card'
|
|
44185
|
+
}
|
|
44186
|
+
}, {
|
|
44187
|
+
actionType: eideasy_browser_client["methodActionTypes"].PT_IDCARD_SIGNATURE,
|
|
44188
|
+
buttonName: methodButtons_methodButtonNames.IdCardButtonPt,
|
|
44189
|
+
translationKeys: {
|
|
44190
|
+
title: 'id-card'
|
|
44191
|
+
}
|
|
44192
|
+
}, {
|
|
44193
|
+
actionType: eideasy_browser_client["methodActionTypes"].SMARTID_SIGNATURE,
|
|
44194
|
+
buttonName: methodButtons_methodButtonNames.SmartIdButton,
|
|
44195
|
+
viewName: views_viewNames.SignatureSmartId,
|
|
44196
|
+
translationKeys: {
|
|
44197
|
+
title: 'smart-id'
|
|
44198
|
+
}
|
|
44199
|
+
}, {
|
|
44200
|
+
actionType: eideasy_browser_client["methodActionTypes"].EE_MOBILEID_SIGNATURE,
|
|
44201
|
+
buttonName: methodButtons_methodButtonNames.MobileIdButtonEE,
|
|
44202
|
+
viewName: views_viewNames.SignatureMobileId,
|
|
44203
|
+
translationKeys: {
|
|
44204
|
+
title: 'mobile-id'
|
|
44205
|
+
}
|
|
44206
|
+
}, {
|
|
44207
|
+
actionType: eideasy_browser_client["methodActionTypes"].LT_MOBILEID_SIGNATURE,
|
|
44208
|
+
buttonName: methodButtons_methodButtonNames.MobileIdButton,
|
|
44209
|
+
viewName: views_viewNames.SignatureMobileId,
|
|
44210
|
+
translationKeys: {
|
|
44211
|
+
title: 'mobile-id'
|
|
44212
|
+
}
|
|
44213
|
+
}, {
|
|
44214
|
+
actionType: eideasy_browser_client["methodActionTypes"].LV_EPARAKSTS_MOBILE_SIGNATURE,
|
|
44215
|
+
buttonName: methodButtons_methodButtonNames.EparakstsMobileButton,
|
|
44216
|
+
translationKeys: {
|
|
44217
|
+
title: 'eparaksts-mobile'
|
|
44218
|
+
}
|
|
44219
|
+
}, {
|
|
44220
|
+
actionType: eideasy_browser_client["methodActionTypes"].FI_FTN_ADVANCED_SIGNATURE,
|
|
44221
|
+
buttonName: methodButtons_methodButtonNames.FinnishTrustNetworkButton,
|
|
44222
|
+
viewName: views_viewNames.SignatureFtn,
|
|
44223
|
+
translationKeys: {
|
|
44224
|
+
title: 'finnish-online-bank'
|
|
44225
|
+
}
|
|
44226
|
+
}, {
|
|
44227
|
+
actionType: eideasy_browser_client["methodActionTypes"].OTP_EMAIL,
|
|
44228
|
+
buttonName: methodButtons_methodButtonNames.OtpButton,
|
|
44229
|
+
viewName: views_viewNames.SignatureOtp,
|
|
44230
|
+
translationKeys: {
|
|
44231
|
+
title: 'email-sms'
|
|
44232
|
+
}
|
|
44233
|
+
}, {
|
|
44234
|
+
actionType: eideasy_browser_client["methodActionTypes"].AT_HANDY_SIGNATUR_SIGNATURE,
|
|
44235
|
+
buttonName: methodButtons_methodButtonNames.AtHandyButton,
|
|
44236
|
+
translationKeys: {
|
|
44237
|
+
title: 'austrian-handy-signatur'
|
|
44238
|
+
}
|
|
44239
|
+
}, {
|
|
44240
|
+
actionType: eideasy_browser_client["methodActionTypes"].ZEAL_ID_SIGNATURE,
|
|
44241
|
+
buttonName: methodButtons_methodButtonNames.ZealIdButton,
|
|
44242
|
+
translationKeys: {
|
|
44243
|
+
title: 'zeal-id'
|
|
44244
|
+
}
|
|
44245
|
+
}, {
|
|
44246
|
+
actionType: eideasy_browser_client["methodActionTypes"].CZ_MOJEID_ADVANCED_SIGNATURE,
|
|
44247
|
+
buttonName: methodButtons_methodButtonNames.MojeIdButton,
|
|
44248
|
+
translationKeys: {
|
|
44249
|
+
title: 'moje-id'
|
|
44250
|
+
}
|
|
44251
|
+
}, {
|
|
44252
|
+
actionType: eideasy_browser_client["methodActionTypes"].GOOGLE_SIGNATURE,
|
|
44253
|
+
buttonName: methodButtons_methodButtonNames.GoogleButton,
|
|
44254
|
+
translationKeys: {
|
|
44255
|
+
title: 'google'
|
|
44256
|
+
}
|
|
44257
|
+
}]), _Object$freeze));
|
|
44258
|
+
|
|
44259
|
+
var createMethodsConfig_getAvailableMethods = function getAvailableMethods(clientMethods, widgetMethods) {
|
|
44260
|
+
var methods = [];
|
|
44261
|
+
widgetMethods.forEach(function (widgetMethod) {
|
|
44262
|
+
var clientMethod = clientMethods.find(function (clientMethod) {
|
|
44263
|
+
return clientMethod.actionType === widgetMethod.actionType;
|
|
44264
|
+
});
|
|
44265
|
+
|
|
44266
|
+
if (clientMethod) {
|
|
44267
|
+
methods.push(_objectSpread2(_objectSpread2({}, clientMethod), widgetMethod));
|
|
44268
|
+
}
|
|
44269
|
+
});
|
|
44270
|
+
return methods;
|
|
44271
|
+
};
|
|
44272
|
+
|
|
44273
|
+
var createMethodsConfig_createGetMethodsByActionType = function createGetMethodsByActionType(methods) {
|
|
44274
|
+
var identificationMethods = methods[eideasy_browser_client["methodTypes"].IDENTIFICATION].map(function (method) {
|
|
44275
|
+
method.methodType = eideasy_browser_client["methodTypes"].IDENTIFICATION;
|
|
44276
|
+
return method;
|
|
44277
|
+
});
|
|
44278
|
+
var signatureMethods = methods[eideasy_browser_client["methodTypes"].SIGNATURE].map(function (method) {
|
|
44279
|
+
method.methodType = eideasy_browser_client["methodTypes"].SIGNATURE;
|
|
44280
|
+
return method;
|
|
44281
|
+
});
|
|
44282
|
+
var allMethods = [].concat(_toConsumableArray(identificationMethods), _toConsumableArray(signatureMethods));
|
|
44283
|
+
var methodsByActionType = {};
|
|
44284
|
+
allMethods.forEach(function (method) {
|
|
44285
|
+
return methodsByActionType[method.actionType] = method;
|
|
44286
|
+
});
|
|
44287
|
+
return methodsByActionType;
|
|
44288
|
+
}; // intersection of all the methods provided by the eideasy-browser-client and all the methods in this widget
|
|
44289
|
+
|
|
44290
|
+
|
|
44291
|
+
var createMethodsConfig_availableMethods = (_availableMethods = {}, _defineProperty(_availableMethods, eideasy_browser_client["methodTypes"].IDENTIFICATION, createMethodsConfig_getAvailableMethods(eideasy_browser_client["allMethods"][eideasy_browser_client["methodTypes"].IDENTIFICATION], allWidgetMethods[eideasy_browser_client["methodTypes"].IDENTIFICATION])), _defineProperty(_availableMethods, eideasy_browser_client["methodTypes"].SIGNATURE, createMethodsConfig_getAvailableMethods(eideasy_browser_client["allMethods"][eideasy_browser_client["methodTypes"].SIGNATURE], allWidgetMethods[eideasy_browser_client["methodTypes"].SIGNATURE])), _availableMethods);
|
|
44292
|
+
|
|
44293
|
+
var createMethodsConfig_createMethodsConfig = function createMethodsConfig(_ref) {
|
|
44294
|
+
var _ref$methodsConfigFil = _ref.methodsConfigFilter,
|
|
44295
|
+
methodsConfigFilter = _ref$methodsConfigFil === void 0 ? null : _ref$methodsConfigFil;
|
|
44296
|
+
var methods = createMethodsConfig_availableMethods;
|
|
44297
|
+
|
|
44298
|
+
if (methodsConfigFilter && typeof methodsConfigFilter === 'function') {
|
|
44299
|
+
methods = methodsConfigFilter(createMethodsConfig_availableMethods);
|
|
44300
|
+
}
|
|
44301
|
+
|
|
44302
|
+
var methodsByActionType = createMethodsConfig_createGetMethodsByActionType(methods);
|
|
44303
|
+
return Object.freeze({
|
|
44304
|
+
availableMethods: methods,
|
|
44305
|
+
methodsByActionType: methodsByActionType,
|
|
44306
|
+
methodActionTypes: eideasy_browser_client["methodActionTypes"],
|
|
44307
|
+
methodTypes: eideasy_browser_client["methodTypes"],
|
|
44308
|
+
moduleNames: eideasy_browser_client["moduleNames"]
|
|
44309
|
+
});
|
|
44310
|
+
};
|
|
44311
|
+
|
|
44312
|
+
/* harmony default export */ var src_createMethodsConfig = (createMethodsConfig_createMethodsConfig);
|
|
44027
44313
|
// CONCATENATED MODULE: ./src/main.js
|
|
44028
44314
|
|
|
44029
44315
|
|
|
@@ -44032,6 +44318,7 @@ var createStore_createStore = function createStore() {
|
|
|
44032
44318
|
|
|
44033
44319
|
|
|
44034
44320
|
|
|
44321
|
+
|
|
44035
44322
|
vue_runtime_esm["a" /* default */].use(vue_custom_element_esm);
|
|
44036
44323
|
vue_runtime_esm["a" /* default */].config.productionTip = false;
|
|
44037
44324
|
vue_runtime_esm["a" /* default */].customElement('eideasy-widget', App, {
|
|
@@ -44039,8 +44326,13 @@ vue_runtime_esm["a" /* default */].customElement('eideasy-widget', App, {
|
|
|
44039
44326
|
var propsData = RootComponentDefinition.propsData;
|
|
44040
44327
|
vue_runtime_esm["a" /* default */].component('v-select', vue_select_default.a);
|
|
44041
44328
|
RootComponentDefinition.i18n = i18n;
|
|
44329
|
+
var eidEasyMethodsConfig = src_createMethodsConfig({
|
|
44330
|
+
methodsConfigFilter: propsData.methodsConfigFilter
|
|
44331
|
+
});
|
|
44042
44332
|
|
|
44043
|
-
var _createStore = src_createStore(
|
|
44333
|
+
var _createStore = src_createStore({
|
|
44334
|
+
methodsConfig: eidEasyMethodsConfig
|
|
44335
|
+
}),
|
|
44044
44336
|
store = _createStore.store,
|
|
44045
44337
|
actions = _createStore.actions,
|
|
44046
44338
|
getters = _createStore.getters;
|
|
@@ -44081,6 +44373,7 @@ vue_runtime_esm["a" /* default */].customElement('eideasy-widget', App, {
|
|
|
44081
44373
|
RootComponentDefinition.eidEasyOnFail = eidEasyOnFail;
|
|
44082
44374
|
RootComponentDefinition.eidEasyBeforeMethodSelection = eidEasyBeforeMethodSelection;
|
|
44083
44375
|
RootComponentDefinition.eidEasyFormatFlashMessage = eidEasyFormatFlashMessage;
|
|
44376
|
+
RootComponentDefinition.eidEasyMethodsConfig = eidEasyMethodsConfig;
|
|
44084
44377
|
return RootComponentDefinition;
|
|
44085
44378
|
},
|
|
44086
44379
|
attributeChangedCallback: function attributeChangedCallback(name, oldValue, value) {
|
|
@@ -44494,7 +44787,7 @@ module.exports = {
|
|
|
44494
44787
|
/***/ "ffcb":
|
|
44495
44788
|
/***/ (function(module) {
|
|
44496
44789
|
|
|
44497
|
-
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
|
|
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\"}");
|
|
44498
44791
|
|
|
44499
44792
|
/***/ })
|
|
44500
44793
|
|