!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var o=t();for(var n in o)("object"==typeof exports?exports:e)[n]=o[n]}}(window,function(){return function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}return o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=0)}([function(e,t,o){"use strict";o.r(t),o.d(t,"acymEmailMisspelled",function(){return i});var n=["gmail.com","yahoo.com","hotmail.com","aol.com","hotmail.co.uk","hotmail.fr","msn.com","yahoo.fr","wanadoo.fr","orange.fr","comcast.net","yahoo.co.uk","yahoo.com.br","yahoo.co.in","live.com","rediffmail.com","free.fr","gmx.de","web.de","yandex.ru","ymail.com","libero.it","outlook.com","uol.com.br","bol.com.br","mail.ru","cox.net","hotmail.it","sbcglobal.net","sfr.fr","live.fr","verizon.net","live.co.uk","googlemail.com","yahoo.es","ig.com.br","live.nl","bigpond.com","terra.com.br","yahoo.it","neuf.fr","yahoo.de","alice.it","rocketmail.com","att.net","laposte.net","facebook.com","bellsouth.net","yahoo.in","hotmail.es","charter.net","yahoo.ca","yahoo.com.au","rambler.ru","hotmail.de","tiscali.it","shaw.ca","yahoo.co.jp","sky.com","earthlink.net","optonline.net","freenet.de","t-online.de","aliceadsl.fr","virgilio.it","home.nl","qq.com","telenet.be","me.com","yahoo.com.ar","tiscali.co.uk","yahoo.com.mx","voila.fr","gmx.net","mail.com","planet.nl","tin.it","live.it","ntlworld.com","arcor.de","yahoo.co.id","frontiernet.net","hetnet.nl","live.com.au","yahoo.com.sg","zonnet.nl","club-internet.fr","juno.com","optusnet.com.au","blueyonder.co.uk","bluewin.ch","skynet.be","sympatico.ca","windstream.net","mac.com","centurytel.net","chello.nl","live.ca","aim.com","bigpond.net.au"],r=function(e){return{suggest:e}},l=function(e,t){return e.misspelledCount-t.misspelledCount},i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.lengthDiffMax,o=void 0===t?2:t,i=e.maxMisspelled,a=void 0===i?2:i,c=e.domainList,u=void 0===c?n:c;return function(e){if(function(){return 1===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").replace(/[^@]/g,"").length}(e)&&(null==u?void 0:u.length)){var t=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.includes("@")?e.replace(/.*@/,""):""}(e);if(!u.includes(t)){var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(o){var n=e.length-o.length;return n<=t&&n>=-t}}(t,o),i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(){for(var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{suggest:""},n=Array(e.length+1).fill(null).map(function(){return Array(o.suggest.length+1).fill(null)}),r=0;r<=o.suggest.length;r+=1)n[0][r]=r;for(var l=0;l<=e.length;l+=1)n[l][0]=l;for(var i=1;i<=e.length;i+=1)for(var a=1;a<=o.suggest.length;a+=1){var c=o.suggest[a-1]===e[i-1]?0:1;n[i][a]=Math.min(n[i][a-1]+1,n[i-1][a]+1,n[i-1][a-1]+c)}return o.misspelledCount=n[e.length][o.suggest.length],o.misspelledCount<=t}}(t,a),c=function(e){return function(t){return e&&(null==t?void 0:t.suggest)?(t.corrected=e.replace(/@.*$/,"@".concat(t.suggest)),t):t}}(e),s=u.filter(n).map(r).filter(i).map(c).sort(l);return s.length?s:void 0}}}};t.default=i}])});let acymSuggestionBoxes=document.querySelectorAll(".acym_email_suggestions");if(acymSuggestionBoxes.length>0)for(let e of acymSuggestionBoxes){let t=document.querySelector("#"+e.getAttribute("acym-data-field"));e.style.width=t.offsetWidth-2+"px",e.parentElement.style.position="relative",t.addEventListener("keyup",function(o){if("Escape"===o.key)return void setTimeout(function(){e.style.display="none"},200);let n=acymEmailMisspelled()(o.currentTarget.value);if(null==n||!n.length||n.length<1)e.style.display="none";else{e.innerHTML="",e.style.display="block";for(let o of n){let n=document.createElement("li");n.classList.add("acym_email_suggestions_suggestion"),n.innerHTML=o.corrected,n.addEventListener("click",function(o){t.value=o.target.innerHTML,e.style.display="none"}),e.appendChild(n)}}}),t.addEventListener("blur",function(t){setTimeout(function(){e.style.display="none"},200)})};