intl-tel-input 21.2.0 → 21.2.2

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.
Files changed (80) hide show
  1. package/README.md +3 -3
  2. package/build/js/data.js +3 -3
  3. package/build/js/data.min.js +2 -2
  4. package/build/js/i18n/ar/countries.mjs +1 -0
  5. package/build/js/i18n/ar/index.mjs +1 -1
  6. package/build/js/i18n/ar/interface.mjs +5 -1
  7. package/build/js/i18n/bg/countries.mjs +1 -0
  8. package/build/js/i18n/bg/index.mjs +1 -1
  9. package/build/js/i18n/bg/interface.mjs +5 -1
  10. package/build/js/i18n/bn/countries.mjs +1 -0
  11. package/build/js/i18n/bn/index.mjs +1 -1
  12. package/build/js/i18n/bn/interface.mjs +5 -1
  13. package/build/js/i18n/de/countries.mjs +1 -0
  14. package/build/js/i18n/de/index.mjs +1 -1
  15. package/build/js/i18n/de/interface.mjs +5 -1
  16. package/build/js/i18n/el/countries.mjs +1 -0
  17. package/build/js/i18n/el/index.mjs +1 -1
  18. package/build/js/i18n/el/interface.mjs +5 -1
  19. package/build/js/i18n/en/countries.mjs +1 -0
  20. package/build/js/i18n/en/index.mjs +1 -1
  21. package/build/js/i18n/en/interface.mjs +5 -1
  22. package/build/js/i18n/es/countries.mjs +1 -0
  23. package/build/js/i18n/es/index.mjs +1 -1
  24. package/build/js/i18n/es/interface.mjs +5 -1
  25. package/build/js/i18n/fr/countries.mjs +1 -0
  26. package/build/js/i18n/fr/index.mjs +1 -1
  27. package/build/js/i18n/fr/interface.mjs +5 -1
  28. package/build/js/i18n/hi/countries.mjs +1 -0
  29. package/build/js/i18n/hi/index.mjs +1 -1
  30. package/build/js/i18n/hi/interface.mjs +5 -1
  31. package/build/js/i18n/hu/countries.mjs +1 -0
  32. package/build/js/i18n/hu/index.mjs +1 -1
  33. package/build/js/i18n/hu/interface.mjs +5 -1
  34. package/build/js/i18n/id/countries.mjs +1 -0
  35. package/build/js/i18n/id/index.mjs +1 -1
  36. package/build/js/i18n/id/interface.mjs +5 -1
  37. package/build/js/i18n/index.mjs +1 -0
  38. package/build/js/i18n/ja/countries.mjs +1 -0
  39. package/build/js/i18n/ja/index.mjs +1 -1
  40. package/build/js/i18n/ja/interface.mjs +5 -1
  41. package/build/js/i18n/ko/countries.mjs +1 -0
  42. package/build/js/i18n/ko/index.mjs +1 -1
  43. package/build/js/i18n/ko/interface.mjs +5 -1
  44. package/build/js/i18n/mr/countries.mjs +1 -0
  45. package/build/js/i18n/mr/index.mjs +1 -1
  46. package/build/js/i18n/mr/interface.mjs +5 -1
  47. package/build/js/i18n/nl/countries.mjs +1 -0
  48. package/build/js/i18n/nl/index.mjs +1 -1
  49. package/build/js/i18n/nl/interface.mjs +5 -1
  50. package/build/js/i18n/pt/countries.mjs +1 -0
  51. package/build/js/i18n/pt/index.mjs +1 -1
  52. package/build/js/i18n/pt/interface.mjs +5 -1
  53. package/build/js/i18n/ro/countries.mjs +1 -0
  54. package/build/js/i18n/ro/index.mjs +1 -1
  55. package/build/js/i18n/ro/interface.mjs +5 -1
  56. package/build/js/i18n/ru/countries.mjs +1 -0
  57. package/build/js/i18n/ru/index.mjs +1 -1
  58. package/build/js/i18n/ru/interface.mjs +5 -1
  59. package/build/js/i18n/te/countries.mjs +1 -0
  60. package/build/js/i18n/te/index.mjs +1 -1
  61. package/build/js/i18n/te/interface.mjs +5 -1
  62. package/build/js/i18n/th/countries.mjs +1 -0
  63. package/build/js/i18n/th/index.mjs +1 -1
  64. package/build/js/i18n/th/interface.mjs +5 -1
  65. package/build/js/i18n/tr/countries.mjs +1 -0
  66. package/build/js/i18n/tr/index.mjs +1 -1
  67. package/build/js/i18n/tr/interface.mjs +5 -1
  68. package/build/js/i18n/ur/countries.mjs +1 -0
  69. package/build/js/i18n/ur/index.mjs +1 -1
  70. package/build/js/i18n/ur/interface.mjs +5 -1
  71. package/build/js/i18n/zh/countries.mjs +252 -0
  72. package/build/js/i18n/zh/index.mjs +4 -0
  73. package/build/js/i18n/zh/interface.mjs +15 -0
  74. package/build/js/intlTelInput.d.ts +2 -0
  75. package/build/js/intlTelInput.js +8 -5
  76. package/build/js/intlTelInput.min.js +2 -2
  77. package/package.json +2 -2
  78. package/react/build/IntlTelInput.cjs +1 -1
  79. package/react/build/IntlTelInput.d.ts +2 -0
  80. package/react/build/IntlTelInput.js +1 -1
@@ -1 +1 @@
1
- import U,{useRef as k,useEffect as j}from"react";var t={af:"Afghanistan",ax:"\xC5land Islands",al:"Albania",dz:"Algeria",as:"American Samoa",ad:"Andorra",ao:"Angola",ai:"Anguilla",aq:"Antarctica",ag:"Antigua & Barbuda",ar:"Argentina",am:"Armenia",aw:"Aruba",au:"Australia",at:"Austria",az:"Azerbaijan",bs:"Bahamas",bh:"Bahrain",bd:"Bangladesh",bb:"Barbados",by:"Belarus",be:"Belgium",bz:"Belize",bj:"Benin",bm:"Bermuda",bt:"Bhutan",bo:"Bolivia",ba:"Bosnia & Herzegovina",bw:"Botswana",bv:"Bouvet Island",br:"Brazil",io:"British Indian Ocean Territory",vg:"British Virgin Islands",bn:"Brunei",bg:"Bulgaria",bf:"Burkina Faso",bi:"Burundi",kh:"Cambodia",cm:"Cameroon",ca:"Canada",cv:"Cape Verde",bq:"Caribbean Netherlands",ky:"Cayman Islands",cf:"Central African Republic",td:"Chad",cl:"Chile",cn:"China",cx:"Christmas Island",cc:"Cocos (Keeling) Islands",co:"Colombia",km:"Comoros",cg:"Congo - Brazzaville",cd:"Congo - Kinshasa",ck:"Cook Islands",cr:"Costa Rica",ci:"C\xF4te d\u2019Ivoire",hr:"Croatia",cu:"Cuba",cw:"Cura\xE7ao",cy:"Cyprus",cz:"Czechia",dk:"Denmark",dj:"Djibouti",dm:"Dominica",do:"Dominican Republic",ec:"Ecuador",eg:"Egypt",sv:"El Salvador",gq:"Equatorial Guinea",er:"Eritrea",ee:"Estonia",sz:"Eswatini",et:"Ethiopia",fk:"Falkland Islands",fo:"Faroe Islands",fj:"Fiji",fi:"Finland",fr:"France",gf:"French Guiana",pf:"French Polynesia",tf:"French Southern Territories",ga:"Gabon",gm:"Gambia",ge:"Georgia",de:"Germany",gh:"Ghana",gi:"Gibraltar",gr:"Greece",gl:"Greenland",gd:"Grenada",gp:"Guadeloupe",gu:"Guam",gt:"Guatemala",gg:"Guernsey",gn:"Guinea",gw:"Guinea-Bissau",gy:"Guyana",ht:"Haiti",hm:"Heard & McDonald Islands",hn:"Honduras",hk:"Hong Kong SAR China",hu:"Hungary",is:"Iceland",in:"India",id:"Indonesia",ir:"Iran",iq:"Iraq",ie:"Ireland",im:"Isle of Man",il:"Israel",it:"Italy",jm:"Jamaica",jp:"Japan",je:"Jersey",jo:"Jordan",kz:"Kazakhstan",ke:"Kenya",ki:"Kiribati",kw:"Kuwait",kg:"Kyrgyzstan",la:"Laos",lv:"Latvia",lb:"Lebanon",ls:"Lesotho",lr:"Liberia",ly:"Libya",li:"Liechtenstein",lt:"Lithuania",lu:"Luxembourg",mo:"Macao SAR China",mg:"Madagascar",mw:"Malawi",my:"Malaysia",mv:"Maldives",ml:"Mali",mt:"Malta",mh:"Marshall Islands",mq:"Martinique",mr:"Mauritania",mu:"Mauritius",yt:"Mayotte",mx:"Mexico",fm:"Micronesia",md:"Moldova",mc:"Monaco",mn:"Mongolia",me:"Montenegro",ms:"Montserrat",ma:"Morocco",mz:"Mozambique",mm:"Myanmar (Burma)",na:"Namibia",nr:"Nauru",np:"Nepal",nl:"Netherlands",nc:"New Caledonia",nz:"New Zealand",ni:"Nicaragua",ne:"Niger",ng:"Nigeria",nu:"Niue",nf:"Norfolk Island",kp:"North Korea",mk:"North Macedonia",mp:"Northern Mariana Islands",no:"Norway",om:"Oman",pk:"Pakistan",pw:"Palau",ps:"Palestinian Territories",pa:"Panama",pg:"Papua New Guinea",py:"Paraguay",pe:"Peru",ph:"Philippines",pn:"Pitcairn Islands",pl:"Poland",pt:"Portugal",pr:"Puerto Rico",qa:"Qatar",re:"R\xE9union",ro:"Romania",ru:"Russia",rw:"Rwanda",ws:"Samoa",sm:"San Marino",st:"S\xE3o Tom\xE9 & Pr\xEDncipe",sa:"Saudi Arabia",sn:"Senegal",rs:"Serbia",sc:"Seychelles",sl:"Sierra Leone",sg:"Singapore",sx:"Sint Maarten",sk:"Slovakia",si:"Slovenia",sb:"Solomon Islands",so:"Somalia",za:"South Africa",gs:"South Georgia & South Sandwich Islands",kr:"South Korea",ss:"South Sudan",es:"Spain",lk:"Sri Lanka",bl:"St. Barth\xE9lemy",sh:"St. Helena",kn:"St. Kitts & Nevis",lc:"St. Lucia",mf:"St. Martin",pm:"St. Pierre & Miquelon",vc:"St. Vincent & Grenadines",sd:"Sudan",sr:"Suriname",sj:"Svalbard & Jan Mayen",se:"Sweden",ch:"Switzerland",sy:"Syria",tw:"Taiwan",tj:"Tajikistan",tz:"Tanzania",th:"Thailand",tl:"Timor-Leste",tg:"Togo",tk:"Tokelau",to:"Tonga",tt:"Trinidad & Tobago",tn:"Tunisia",tr:"Turkey",tm:"Turkmenistan",tc:"Turks & Caicos Islands",tv:"Tuvalu",um:"U.S. Outlying Islands",vi:"U.S. Virgin Islands",ug:"Uganda",ua:"Ukraine",ae:"United Arab Emirates",gb:"United Kingdom",us:"United States",uy:"Uruguay",uz:"Uzbekistan",vu:"Vanuatu",va:"Vatican City",ve:"Venezuela",vn:"Vietnam",wf:"Wallis & Futuna",eh:"Western Sahara",ye:"Yemen",zm:"Zambia",zw:"Zimbabwe"};var w=[[t.af,"af","93"],[t.al,"al","355"],[t.dz,"dz","213"],[t.as,"as","1",5,["684"]],[t.ad,"ad","376"],[t.ao,"ao","244"],[t.ai,"ai","1",6,["264"]],[t.ag,"ag","1",7,["268"]],[t.ar,"ar","54"],[t.am,"am","374"],[t.aw,"aw","297"],["Ascension Island","ac","247"],[t.au,"au","61",0],[t.at,"at","43"],[t.az,"az","994"],[t.bs,"bs","1",8,["242"]],[t.bh,"bh","973"],[t.bd,"bd","880"],[t.bb,"bb","1",9,["246"]],[t.by,"by","375"],[t.be,"be","32"],[t.bz,"bz","501"],[t.bj,"bj","229"],[t.bm,"bm","1",10,["441"]],[t.bt,"bt","975"],[t.bo,"bo","591"],[t.ba,"ba","387"],[t.bw,"bw","267"],[t.br,"br","55"],[t.io,"io","246"],[t.vg,"vg","1",11,["284"]],[t.bn,"bn","673"],[t.bg,"bg","359"],[t.bf,"bf","226"],[t.bi,"bi","257"],[t.kh,"kh","855"],[t.cm,"cm","237"],[t.ca,"ca","1",1,["204","226","236","249","250","263","289","306","343","354","365","367","368","382","387","403","416","418","428","431","437","438","450","584","468","474","506","514","519","548","579","581","584","587","604","613","639","647","672","683","705","709","742","753","778","780","782","807","819","825","867","873","879","902","905"]],[t.cv,"cv","238"],[t.bq,"bq","599",1,["3","4","7"]],[t.ky,"ky","1",12,["345"]],[t.cf,"cf","236"],[t.td,"td","235"],[t.cl,"cl","56"],[t.cn,"cn","86"],[t.cx,"cx","61",2,["89164"]],[t.cc,"cc","61",1,["89162"]],[t.co,"co","57"],[t.km,"km","269"],[t.cg,"cg","242"],[t.cd,"cd","243"],[t.ck,"ck","682"],[t.cr,"cr","506"],[t.ci,"ci","225"],[t.hr,"hr","385"],[t.cu,"cu","53"],[t.cw,"cw","599",0],[t.cy,"cy","357"],[t.cz,"cz","420"],[t.dk,"dk","45"],[t.dj,"dj","253"],[t.dm,"dm","1",13,["767"]],[t.do,"do","1",2,["809","829","849"]],[t.ec,"ec","593"],[t.eg,"eg","20"],[t.sv,"sv","503"],[t.gq,"gq","240"],[t.er,"er","291"],[t.ee,"ee","372"],[t.sz,"sz","268"],[t.et,"et","251"],[t.fk,"fk","500"],[t.fo,"fo","298"],[t.fj,"fj","679"],[t.fi,"fi","358",0],[t.fr,"fr","33"],[t.gf,"gf","594"],[t.pf,"pf","689"],[t.ga,"ga","241"],[t.gm,"gm","220"],[t.ge,"ge","995"],[t.de,"de","49"],[t.gh,"gh","233"],[t.gi,"gi","350"],[t.gr,"gr","30"],[t.gl,"gl","299"],[t.gd,"gd","1",14,["473"]],[t.gp,"gp","590",0],[t.gu,"gu","1",15,["671"]],[t.gt,"gt","502"],[t.gg,"gg","44",1,["1481","7781","7839","7911"]],[t.gn,"gn","224"],[t.gw,"gw","245"],[t.gy,"gy","592"],[t.ht,"ht","509"],[t.hn,"hn","504"],[t.hk,"hk","852"],[t.hu,"hu","36"],[t.is,"is","354"],[t.in,"in","91"],[t.id,"id","62"],[t.ir,"ir","98"],[t.iq,"iq","964"],[t.ie,"ie","353"],[t.im,"im","44",2,["1624","74576","7524","7924","7624"]],[t.il,"il","972"],[t.it,"it","39",0],[t.jm,"jm","1",4,["876","658"]],[t.jp,"jp","81"],[t.je,"je","44",3,["1534","7509","7700","7797","7829","7937"]],[t.jo,"jo","962"],[t.kz,"kz","7",1,["33","7"]],[t.ke,"ke","254"],[t.ki,"ki","686"],["Kosovo","xk","383"],[t.kw,"kw","965"],[t.kg,"kg","996"],[t.la,"la","856"],[t.lv,"lv","371"],[t.lb,"lb","961"],[t.ls,"ls","266"],[t.lr,"lr","231"],[t.ly,"ly","218"],[t.li,"li","423"],[t.lt,"lt","370"],[t.lu,"lu","352"],[t.mo,"mo","853"],[t.mg,"mg","261"],[t.mw,"mw","265"],[t.my,"my","60"],[t.mv,"mv","960"],[t.ml,"ml","223"],[t.mt,"mt","356"],[t.mh,"mh","692"],[t.mq,"mq","596"],[t.mr,"mr","222"],[t.mu,"mu","230"],[t.yt,"yt","262",1,["269","639"]],[t.mx,"mx","52"],[t.fm,"fm","691"],[t.md,"md","373"],[t.mc,"mc","377"],[t.mn,"mn","976"],[t.me,"me","382"],[t.ms,"ms","1",16,["664"]],[t.ma,"ma","212",0],[t.mz,"mz","258"],[t.mm,"mm","95"],[t.na,"na","264"],[t.nr,"nr","674"],[t.np,"np","977"],[t.nl,"nl","31"],[t.nc,"nc","687"],[t.nz,"nz","64"],[t.ni,"ni","505"],[t.ne,"ne","227"],[t.ng,"ng","234"],[t.nu,"nu","683"],[t.nf,"nf","672"],[t.kp,"kp","850"],[t.mk,"mk","389"],[t.mp,"mp","1",17,["670"]],[t.no,"no","47",0],[t.om,"om","968"],[t.pk,"pk","92"],[t.pw,"pw","680"],[t.ps,"ps","970"],[t.pa,"pa","507"],[t.pg,"pg","675"],[t.py,"py","595"],[t.pe,"pe","51"],[t.ph,"ph","63"],[t.pl,"pl","48"],[t.pt,"pt","351"],[t.pr,"pr","1",3,["787","939"]],[t.qa,"qa","974"],[t.re,"re","262",0],[t.ro,"ro","40"],[t.ru,"ru","7",0],[t.rw,"rw","250"],[t.ws,"ws","685"],[t.sm,"sm","378"],[t.st,"st","239"],[t.sa,"sa","966"],[t.sn,"sn","221"],[t.rs,"rs","381"],[t.sc,"sc","248"],[t.sl,"sl","232"],[t.sg,"sg","65"],[t.sx,"sx","1",21,["721"]],[t.sk,"sk","421"],[t.si,"si","386"],[t.sb,"sb","677"],[t.so,"so","252"],[t.za,"za","27"],[t.kr,"kr","82"],[t.ss,"ss","211"],[t.es,"es","34"],[t.lk,"lk","94"],[t.bl,"bl","590",1],[t.sh,"sh","290"],[t.kn,"kn","1",18,["869"]],[t.lc,"lc","1",19,["758"]],[t.mf,"mf","590",2],[t.pm,"pm","508"],[t.vc,"vc","1",20,["784"]],[t.sd,"sd","249"],[t.sr,"sr","597"],[t.sj,"sj","47",1,["79"]],[t.se,"se","46"],[t.ch,"ch","41"],[t.sy,"sy","963"],[t.tw,"tw","886"],[t.tj,"tj","992"],[t.tz,"tz","255"],[t.th,"th","66"],[t.tl,"tl","670"],[t.tg,"tg","228"],[t.tk,"tk","690"],[t.to,"to","676"],[t.tt,"tt","1",22,["868"]],[t.tn,"tn","216"],[t.tr,"tr","90"],[t.tm,"tm","993"],[t.tc,"tc","1",23,["649"]],[t.tv,"tv","688"],[t.ug,"ug","256"],[t.ua,"ua","380"],[t.ae,"ae","971"],[t.gb,"gb","44",0],[t.us,"us","1",0],[t.uy,"uy","598"],[t.vi,"vi","1",24,["340"]],[t.uz,"uz","998"],[t.vu,"vu","678"],[t.va,"va","39",1,["06698"]],[t.ve,"ve","58"],[t.vn,"vn","84"],[t.wf,"wf","681"],[t.eh,"eh","212",1,["5288","5289"]],[t.ye,"ye","967"],[t.zm,"zm","260"],[t.zw,"zw","263"],[t.ax,"ax","358",1,["18"]]],I=[];for(let d=0;d<w.length;d++){let i=w[d];I[d]={name:i[0],iso2:i[1],dialCode:i[2],priority:i[3]||0,areaCodes:i[4]||null,nodeById:{}}}var C=I;var _={selectedCountryAriaLabel:"Selected country",noCountrySelected:"No country selected",countryListAriaLabel:"List of countries",searchPlaceholder:"Search",zeroSearchResults:"No results found",oneSearchResult:"1 result found",multipleSearchResults:"${count} results found"};var D=0,E={allowDropdown:!0,autoPlaceholder:"polite",countrySearch:!0,containerClass:"",customPlaceholder:null,dropdownContainer:null,excludeCountries:[],fixDropdownWidth:!0,formatAsYouType:!0,formatOnDisplay:!0,geoIpLookup:null,hiddenInput:null,i18n:{},initialCountry:"",nationalMode:!0,onlyCountries:[],placeholderNumberType:"MOBILE",preferredCountries:[],showFlags:!0,showSelectedDialCode:!1,strictMode:!1,useFullscreenPopup:typeof navigator<"u"&&typeof window<"u"?/Android.+Mobile|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)||window.innerWidth<=500:!1,utilsScript:""},A=["800","822","833","844","855","866","877","880","881","882","883","884","885","886","887","888","889"],b=d=>d.replace(/\D/g,""),L=(d="")=>d.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase(),N=(d,i,e)=>{e&&!d.classList.contains(i)?d.classList.add(i):!e&&d.classList.contains(i)&&d.classList.remove(i)},T=d=>{let i=b(d);if(i.charAt(0)==="1"){let e=i.substr(1,3);return A.indexOf(e)!==-1}return!1},M=(d,i)=>d.name<i.name?-1:d.name>i.name?1:0,x=(d,i,e,n)=>{if(e===0&&!n)return 0;let s=0;for(let o=0;o<i.length;o++){if(/[+0-9]/.test(i[o])&&s++,s===d&&!n)return o+1;if(n&&s===d+1)return o}return i.length},g=(d,i,e)=>{let n=document.createElement(d);return i&&Object.entries(i).forEach(([s,o])=>n.setAttribute(s,o)),e&&e.appendChild(n),n},f=d=>{let{instances:i}=window.intlTelInputGlobals;Object.values(i).forEach(e=>e[d]())},v=class{id;promise;telInput;activeItem;highlightedItem;options;hadInitialPlaceholder;isRTL;selectedCountryData;countries;dialCodeMaxLen;dialCodeToIso2Map;dialCodes;preferredCountries;countryContainer;selectedCountry;selectedCountryInner;selectedCountryA11yText;selectedDialCode;dropdownArrow;dropdownContent;searchInput;searchResultsA11yText;countryList;dropdown;hiddenInput;hiddenInputCountry;maxCoreNumberLength;defaultCountry;_handleHiddenInputSubmit;_handleLabelClick;_handleClickSelectedCountry;_handleCountryContainerKeydown;_handleInputEvent;_handleKeydownEvent;_handleWindowScroll;_handleMouseoverCountryList;_handleClickCountryList;_handleClickOffToClose;_handleKeydownOnDropdown;_handleSearchChange;resolveAutoCountryPromise;rejectAutoCountryPromise;resolveUtilsScriptPromise;rejectUtilsScriptPromise;constructor(i,e={}){this.id=D++,this.telInput=i,this.activeItem=null,this.highlightedItem=null,this.options=Object.assign({},E,e),this.hadInitialPlaceholder=!!i.getAttribute("placeholder")}_init(){this.options.useFullscreenPopup&&(this.options.fixDropdownWidth=!1),this.options.countrySearch&&!this.options.useFullscreenPopup&&(this.options.fixDropdownWidth=!0);let i=this.options.allowDropdown&&!this.options.showSelectedDialCode;!this.options.showFlags&&i&&(this.options.showFlags=!0),this.options.useFullscreenPopup&&!this.options.dropdownContainer&&(this.options.dropdownContainer=document.body),this.isRTL=!!this.telInput.closest("[dir=rtl]"),this.options.i18n={..._,...this.options.i18n};let e=new Promise((s,o)=>{this.resolveAutoCountryPromise=s,this.rejectAutoCountryPromise=o}),n=new Promise((s,o)=>{this.resolveUtilsScriptPromise=s,this.rejectUtilsScriptPromise=o});this.promise=Promise.all([e,n]),this.selectedCountryData={},this._processCountryData(),this._generateMarkup(),this._setInitialState(),this._initListeners(),this._initRequests()}_processCountryData(){this._processAllCountries(),this._processDialCodes(),this._processPreferredCountries(),this._translateCountryNames(),(this.options.onlyCountries.length||this.options.i18n)&&this.countries.sort(M)}_addToDialCodeMap(i,e,n){e.length>this.dialCodeMaxLen&&(this.dialCodeMaxLen=e.length),this.dialCodeToIso2Map.hasOwnProperty(e)||(this.dialCodeToIso2Map[e]=[]);for(let o=0;o<this.dialCodeToIso2Map[e].length;o++)if(this.dialCodeToIso2Map[e][o]===i)return;let s=n!==void 0?n:this.dialCodeToIso2Map[e].length;this.dialCodeToIso2Map[e][s]=i}_processAllCountries(){let{onlyCountries:i,excludeCountries:e}=this.options;if(i.length){let n=i.map(s=>s.toLowerCase());this.countries=C.filter(s=>n.indexOf(s.iso2)>-1)}else if(e.length){let n=e.map(s=>s.toLowerCase());this.countries=C.filter(s=>n.indexOf(s.iso2)===-1)}else this.countries=C}_translateCountryNames(){for(let i=0;i<this.countries.length;i++){let e=this.countries[i].iso2.toLowerCase();this.options.i18n.hasOwnProperty(e)&&(this.countries[i].name=this.options.i18n[e])}}_processDialCodes(){this.dialCodes={},this.dialCodeMaxLen=0,this.dialCodeToIso2Map={};for(let i=0;i<this.countries.length;i++){let e=this.countries[i];this.dialCodes[e.dialCode]||(this.dialCodes[e.dialCode]=!0),this._addToDialCodeMap(e.iso2,e.dialCode,e.priority)}for(let i=0;i<this.countries.length;i++){let e=this.countries[i];if(e.areaCodes){let n=this.dialCodeToIso2Map[e.dialCode][0];for(let s=0;s<e.areaCodes.length;s++){let o=e.areaCodes[s];for(let a=1;a<o.length;a++){let u=e.dialCode+o.substr(0,a);this._addToDialCodeMap(n,u),this._addToDialCodeMap(e.iso2,u)}this._addToDialCodeMap(e.iso2,e.dialCode+o)}}}}_processPreferredCountries(){this.preferredCountries=[];for(let i=0;i<this.options.preferredCountries.length;i++){let e=this.options.preferredCountries[i].toLowerCase(),n=this._getCountryData(e,!0);n&&this.preferredCountries.push(n)}}_generateMarkup(){this.telInput.classList.add("iti__tel-input"),!this.telInput.hasAttribute("autocomplete")&&!(this.telInput.form&&this.telInput.form.hasAttribute("autocomplete"))&&this.telInput.setAttribute("autocomplete","off");let{allowDropdown:i,showSelectedDialCode:e,showFlags:n,containerClass:s,hiddenInput:o,dropdownContainer:a,fixDropdownWidth:u,useFullscreenPopup:l,countrySearch:r,i18n:p}=this.options,h="iti";i&&(h+=" iti--allow-dropdown"),e&&(h+=" iti--show-selected-dial-code"),n&&(h+=" iti--show-flags"),s&&(h+=` ${s}`),l||(h+=" iti--inline-dropdown");let c=g("div",{class:h});if(this.telInput.parentNode?.insertBefore(c,this.telInput),(n||e)&&(this.countryContainer=g("div",{class:"iti__country-container"},c),this.selectedCountry=g("button",{type:"button",class:"iti__selected-country",...i&&{"aria-expanded":"false","aria-label":this.options.i18n.selectedCountryAriaLabel,"aria-haspopup":r?"true":"listbox","aria-controls":r?`iti-${this.id}__dropdown-content`:`iti-${this.id}__country-listbox`,...r?{role:"combobox"}:{}}},this.countryContainer),this.selectedCountryInner=g("div",null,this.selectedCountry),this.selectedCountryA11yText=g("span",{class:"iti__a11y-text"},this.selectedCountryInner)),c.appendChild(this.telInput),this.selectedCountry&&this.telInput.disabled&&this.selectedCountry.setAttribute("aria-disabled","true"),e&&(this.selectedDialCode=g("div",{class:"iti__selected-dial-code"},this.selectedCountry)),i){this.telInput.disabled||this.selectedCountry.setAttribute("tabindex","0"),this.dropdownArrow=g("div",{class:"iti__arrow","aria-hidden":"true"},this.selectedCountry);let y=u?"":"iti--flexible-dropdown-width";if(this.dropdownContent=g("div",{id:`iti-${this.id}__dropdown-content`,class:`iti__dropdown-content iti__hide ${y}`}),r&&(this.searchInput=g("input",{type:"text",class:"iti__search-input",placeholder:p.searchPlaceholder,role:"combobox","aria-expanded":"true","aria-label":p.searchPlaceholder,"aria-controls":`iti-${this.id}__country-listbox`,"aria-autocomplete":"list",autocomplete:"off"},this.dropdownContent),this.searchResultsA11yText=g("span",{class:"iti__a11y-text"},this.dropdownContent)),this.countryList=g("ul",{class:"iti__country-list",id:`iti-${this.id}__country-listbox`,role:"listbox","aria-label":p.countryListAriaLabel},this.dropdownContent),this.preferredCountries.length&&!r&&(this._appendListItems(this.preferredCountries,"iti__preferred",!0),g("li",{class:"iti__divider","aria-hidden":"true"},this.countryList)),this._appendListItems(this.countries,"iti__standard"),r&&this._updateSearchResultsText(),a){let m="iti iti--container";l?m+=" iti--fullscreen-popup":m+=" iti--inline-dropdown",r&&(m+=" iti--country-search"),this.dropdown=g("div",{class:m}),this.dropdown.appendChild(this.dropdownContent)}else this.countryContainer.appendChild(this.dropdownContent)}if(o){let y=this.telInput.getAttribute("name")||"",m=o(y);m.phone&&(this.hiddenInput=g("input",{type:"hidden",name:m.phone}),c.appendChild(this.hiddenInput)),m.country&&(this.hiddenInputCountry=g("input",{type:"hidden",name:m.country}),c.appendChild(this.hiddenInputCountry))}}_appendListItems(i,e,n){for(let s=0;s<i.length;s++){let o=i[s],a=n?"-preferred":"",u=g("li",{id:`iti-${this.id}__item-${o.iso2}${a}`,class:`iti__country ${e}`,tabindex:"-1",role:"option","data-dial-code":o.dialCode,"data-country-code":o.iso2,"aria-selected":"false"},this.countryList);o.nodeById[this.id]=u;let l="";this.options.showFlags&&(l+=`<div class='iti__flag-box'><div class='iti__flag iti__${o.iso2}'></div></div>`),l+=`<span class='iti__country-name'>${o.name}</span>`,l+=`<span class='iti__dial-code'>+${o.dialCode}</span>`,u.insertAdjacentHTML("beforeend",l)}}_setInitialState(i=!1){let e=this.telInput.getAttribute("value"),n=this.telInput.value,o=e&&e.charAt(0)==="+"&&(!n||n.charAt(0)!=="+")?e:n,a=this._getDialCode(o),u=T(o),{initialCountry:l}=this.options;if(a&&!u)this._updateCountryFromNumber(o);else if(l!=="auto"||i){let r=l?l.toLowerCase():"";r&&this._getCountryData(r,!0)?this._setCountry(r):a&&u?this._setCountry("us"):this._setCountry()}o&&this._updateValFromNumber(o)}_initListeners(){this._initTelInputListeners(),this.options.allowDropdown&&this._initDropdownListeners(),(this.hiddenInput||this.hiddenInputCountry)&&this.telInput.form&&this._initHiddenInputListener()}_initHiddenInputListener(){this._handleHiddenInputSubmit=()=>{this.hiddenInput&&(this.hiddenInput.value=this.getNumber()),this.hiddenInputCountry&&(this.hiddenInputCountry.value=this.getSelectedCountryData().iso2||"")},this.telInput.form?.addEventListener("submit",this._handleHiddenInputSubmit)}_initDropdownListeners(){this._handleLabelClick=e=>{this.dropdownContent.classList.contains("iti__hide")?this.telInput.focus():e.preventDefault()};let i=this.telInput.closest("label");i&&i.addEventListener("click",this._handleLabelClick),this._handleClickSelectedCountry=()=>{this.dropdownContent.classList.contains("iti__hide")&&!this.telInput.disabled&&!this.telInput.readOnly&&this._openDropdown()},this.selectedCountry.addEventListener("click",this._handleClickSelectedCountry),this._handleCountryContainerKeydown=e=>{this.dropdownContent.classList.contains("iti__hide")&&["ArrowUp","ArrowDown"," ","Enter"].includes(e.key)&&(e.preventDefault(),e.stopPropagation(),this._openDropdown()),e.key==="Tab"&&this._closeDropdown()},this.countryContainer.addEventListener("keydown",this._handleCountryContainerKeydown)}_initRequests(){this.options.utilsScript&&!window.intlTelInputUtils?window.intlTelInputGlobals.documentReady()?window.intlTelInputGlobals.loadUtils(this.options.utilsScript):window.addEventListener("load",()=>{window.intlTelInputGlobals.loadUtils(this.options.utilsScript)}):this.resolveUtilsScriptPromise(),this.options.initialCountry==="auto"&&!this.selectedCountryData.iso2?this._loadAutoCountry():this.resolveAutoCountryPromise()}_loadAutoCountry(){window.intlTelInputGlobals.autoCountry?this.handleAutoCountry():window.intlTelInputGlobals.startedLoadingAutoCountry||(window.intlTelInputGlobals.startedLoadingAutoCountry=!0,typeof this.options.geoIpLookup=="function"&&this.options.geoIpLookup((i="")=>{let e=i.toLowerCase();e&&this._getCountryData(e,!0)?(window.intlTelInputGlobals.autoCountry=e,setTimeout(()=>f("handleAutoCountry"))):(this._setInitialState(!0),f("rejectAutoCountryPromise"))},()=>{this._setInitialState(!0),f("rejectAutoCountryPromise")}))}_initTelInputListeners(){let{strictMode:i,formatAsYouType:e}=this.options,n=!1;this._handleInputEvent=s=>{this._updateCountryFromNumber(this.telInput.value)&&this._triggerCountryChange();let o=s&&s.data&&/[^+0-9]/.test(s.data),a=s&&s.inputType==="insertFromPaste"&&this.telInput.value;if(o||a&&!i?n=!0:/[^+0-9]/.test(this.telInput.value)||(n=!1),e&&!n){let u=this.telInput.selectionStart||0,r=this.telInput.value.substring(0,u).replace(/[^+0-9]/g,"").length,p=s&&s.inputType==="deleteContentForward",h=this._formatNumberAsYouType(),c=x(r,h,u,p);this.telInput.value=h,this.telInput.setSelectionRange(c,c)}},this.telInput.addEventListener("input",this._handleInputEvent),i&&(this._handleKeydownEvent=s=>{if(s.key.length===1&&!s.altKey&&!s.ctrlKey&&!s.metaKey){let o=this.telInput.selectionStart===0&&s.key==="+",a=/^[0-9]$/.test(s.key),u=o||a,l=this._getFullNumber(),r=window.intlTelInputUtils.getCoreNumber(l,this.selectedCountryData.iso2),p=this.maxCoreNumberLength&&r.length>=this.maxCoreNumberLength;(!u||p)&&s.preventDefault()}},this.telInput.addEventListener("keydown",this._handleKeydownEvent))}_cap(i){let e=parseInt(this.telInput.getAttribute("maxlength")||"",10);return e&&i.length>e?i.substr(0,e):i}_trigger(i){let e=new Event(i,{bubbles:!0,cancelable:!0});this.telInput.dispatchEvent(e)}_openDropdown(){let{fixDropdownWidth:i,countrySearch:e}=this.options;if(i&&(this.dropdownContent.style.width=`${this.telInput.offsetWidth}px`),this.dropdownContent.classList.remove("iti__hide"),this.selectedCountry.setAttribute("aria-expanded","true"),this._setDropdownPosition(),this.activeItem&&!e)this._highlightListItem(this.activeItem,!1),this._scrollTo(this.activeItem,!0);else{let n=this.countryList.firstElementChild;n&&(this._highlightListItem(n,!1),this.countryList.scrollTop=0),e&&this.searchInput.focus()}this._bindDropdownListeners(),this.dropdownArrow.classList.add("iti__arrow--up"),this._trigger("open:countrydropdown")}_setDropdownPosition(){if(this.options.dropdownContainer&&this.options.dropdownContainer.appendChild(this.dropdown),!this.options.useFullscreenPopup){let i=this.telInput.getBoundingClientRect(),e=document.documentElement.scrollTop,n=i.top+e,s=this.dropdownContent.offsetHeight,o=n+this.telInput.offsetHeight+s<e+window.innerHeight,a=n-s>e,u=!this.options.countrySearch&&!o&&a;if(N(this.dropdownContent,"iti__dropdown-content--dropup",u),this.options.dropdownContainer){let l=u?0:this.telInput.offsetHeight;this.dropdown.style.top=`${n+l}px`,this.dropdown.style.left=`${i.left+document.body.scrollLeft}px`,this._handleWindowScroll=()=>this._closeDropdown(),window.addEventListener("scroll",this._handleWindowScroll)}}}_bindDropdownListeners(){this._handleMouseoverCountryList=s=>{let o=s.target?.closest(".iti__country");o&&this._highlightListItem(o,!1)},this.countryList.addEventListener("mouseover",this._handleMouseoverCountryList),this._handleClickCountryList=s=>{let o=s.target?.closest(".iti__country");o&&this._selectListItem(o)},this.countryList.addEventListener("click",this._handleClickCountryList);let i=!0;this._handleClickOffToClose=()=>{i||this._closeDropdown(),i=!1},document.documentElement.addEventListener("click",this._handleClickOffToClose);let e="",n=null;if(this._handleKeydownOnDropdown=s=>{["ArrowUp","ArrowDown","Enter","Escape"].includes(s.key)&&(s.preventDefault(),s.stopPropagation(),s.key==="ArrowUp"||s.key==="ArrowDown"?this._handleUpDownKey(s.key):s.key==="Enter"?this._handleEnterKey():s.key==="Escape"&&this._closeDropdown()),!this.options.countrySearch&&/^[a-zA-ZÀ-ÿа-яА-Я ]$/.test(s.key)&&(s.stopPropagation(),n&&clearTimeout(n),e+=s.key.toLowerCase(),this._searchForCountry(e),n=setTimeout(()=>{e=""},1e3))},document.addEventListener("keydown",this._handleKeydownOnDropdown),this.options.countrySearch){let s=()=>{let a=this.searchInput.value.trim();a?this._filterCountries(a):this._filterCountries("",!0)},o=null;this._handleSearchChange=()=>{o&&clearTimeout(o),o=setTimeout(()=>{s(),o=null},100)},this.searchInput.addEventListener("input",this._handleSearchChange),this.searchInput.addEventListener("click",a=>a.stopPropagation())}}_filterCountries(i,e=!1){let n=!0;this.countryList.innerHTML="";let s=L(i);for(let o=0;o<this.countries.length;o++){let a=this.countries[o],u=L(a.name),l=`+${a.dialCode}`;if(e||u.includes(s)||l.includes(s)||a.iso2.includes(s)){let r=a.nodeById[this.id];r&&this.countryList.appendChild(r),n&&(this._highlightListItem(r,!1),n=!1)}}this.countryList.scrollTop=0,this._updateSearchResultsText()}_updateSearchResultsText(){let{i18n:i}=this.options,e=this.countryList.childElementCount,n;e===0?n=i.zeroSearchResults:e===1?n=i.oneSearchResult:n=i.multipleSearchResults.replace("${count}",e.toString()),this.searchResultsA11yText.textContent=n}_handleUpDownKey(i){let e=i==="ArrowUp"?this.highlightedItem?.previousElementSibling:this.highlightedItem?.nextElementSibling;if(e?e.classList.contains("iti__divider")&&(e=i==="ArrowUp"?e.previousElementSibling:e.nextElementSibling):this.countryList.childElementCount>1&&(e=i==="ArrowUp"?this.countryList.lastElementChild:this.countryList.firstElementChild),e){this._scrollTo(e,!1);let n=!this.options.countrySearch;this._highlightListItem(e,n)}}_handleEnterKey(){this.highlightedItem&&this._selectListItem(this.highlightedItem)}_searchForCountry(i){for(let e=0;e<this.countries.length;e++){let n=this.countries[e];if(n.name.substr(0,i.length).toLowerCase()===i){let o=n.nodeById[this.id];this._highlightListItem(o,!1),this._scrollTo(o,!0);break}}}_updateValFromNumber(i){let e=i;if(this.options.formatOnDisplay&&window.intlTelInputUtils&&this.selectedCountryData){let n=this.options.nationalMode||e.charAt(0)!=="+"&&!this.options.showSelectedDialCode,{NATIONAL:s,INTERNATIONAL:o}=window.intlTelInputUtils.numberFormat,a=n?s:o;e=window.intlTelInputUtils.formatNumber(e,this.selectedCountryData.iso2,a)}e=this._beforeSetNumber(e),this.telInput.value=e}_updateCountryFromNumber(i){let e=i.indexOf("+"),n=e?i.substring(e):i,s=this.selectedCountryData.dialCode;n&&s==="1"&&n.charAt(0)!=="+"&&(n.charAt(0)!=="1"&&(n=`1${n}`),n=`+${n}`),this.options.showSelectedDialCode&&s&&n.charAt(0)!=="+"&&(n=`+${s}${n}`);let a=this._getDialCode(n,!0),u=b(n),l=null;if(a){let r=this.dialCodeToIso2Map[b(a)],p=r.indexOf(this.selectedCountryData.iso2)!==-1&&u.length<=a.length-1;if(!(s==="1"&&T(u))&&!p){for(let c=0;c<r.length;c++)if(r[c]){l=r[c];break}}}else n.charAt(0)==="+"&&u.length?l="":(!n||n==="+")&&!this.selectedCountryData.iso2&&(l=this.defaultCountry);return l!==null?this._setCountry(l):!1}_highlightListItem(i,e){let n=this.highlightedItem;n&&(n.classList.remove("iti__highlight"),n.setAttribute("aria-selected","false")),this.highlightedItem=i,this.highlightedItem.classList.add("iti__highlight"),this.highlightedItem.setAttribute("aria-selected","true"),this.selectedCountry.setAttribute("aria-activedescendant",i.getAttribute("id")||""),this.options.countrySearch&&this.searchInput.setAttribute("aria-activedescendant",i.getAttribute("id")||""),e&&this.highlightedItem.focus()}_getCountryData(i,e){for(let n=0;n<this.countries.length;n++)if(this.countries[n].iso2===i)return this.countries[n];if(e)return null;throw new Error(`No country data for '${i}'`)}_setCountry(i){let{allowDropdown:e,showSelectedDialCode:n,showFlags:s,countrySearch:o,i18n:a}=this.options,u=this.selectedCountryData.iso2?this.selectedCountryData:{};if(this.selectedCountryData=i?this._getCountryData(i,!1)||{}:{},this.selectedCountryData.iso2&&(this.defaultCountry=this.selectedCountryData.iso2),this.selectedCountryInner){let l="",r="";i?s&&(l=`iti__flag iti__${i}`,r=`${this.selectedCountryData.name} +${this.selectedCountryData.dialCode}`):(l="iti__flag iti__globe",r=a.noCountrySelected),this.selectedCountryInner.className=l,this.selectedCountryA11yText.textContent=r}if(this._setSelectedCountryTitleAttribute(i,n),n){let l=this.selectedCountryData.dialCode?`+${this.selectedCountryData.dialCode}`:"";this.selectedDialCode.innerHTML=l;let r=this.selectedCountry.offsetWidth||this._getHiddenSelectedCountryWidth();this.isRTL?this.telInput.style.paddingRight=`${r+6}px`:this.telInput.style.paddingLeft=`${r+6}px`}if(this._updatePlaceholder(),this._updateMaxLength(),e&&!o){let l=this.activeItem;if(l&&(l.classList.remove("iti__active"),l.setAttribute("aria-selected","false")),i){let r=this.countryList.querySelector(`#iti-${this.id}__item-${i}-preferred`)||this.countryList.querySelector(`#iti-${this.id}__item-${i}`);r&&(r.setAttribute("aria-selected","true"),r.classList.add("iti__active"),this.activeItem=r)}}return u.iso2!==i}_updateMaxLength(){if(this.options.strictMode&&window.intlTelInputUtils)if(this.selectedCountryData.iso2){let i=window.intlTelInputUtils.numberType[this.options.placeholderNumberType],e=window.intlTelInputUtils.getExampleNumber(this.selectedCountryData.iso2,!1,i,!0),n=e;for(;window.intlTelInputUtils.isPossibleNumber(e,this.selectedCountryData.iso2);)n=e,e+="0";let s=window.intlTelInputUtils.getCoreNumber(n,this.selectedCountryData.iso2);this.maxCoreNumberLength=s.length}else this.maxCoreNumberLength=null}_setSelectedCountryTitleAttribute(i=null,e){if(!this.selectedCountry)return;let n;i&&!e?n=`${this.selectedCountryData.name}: +${this.selectedCountryData.dialCode}`:i?n=this.selectedCountryData.name:n="Unknown",this.selectedCountry.setAttribute("title",n)}_getHiddenSelectedCountryWidth(){if(this.telInput.parentNode){let i=this.telInput.parentNode.cloneNode(!1);i.style.visibility="hidden",document.body.appendChild(i);let e=this.countryContainer.cloneNode();i.appendChild(e);let n=this.selectedCountry.cloneNode(!0);e.appendChild(n);let s=n.offsetWidth;return document.body.removeChild(i),s}return 0}_updatePlaceholder(){let{autoPlaceholder:i,placeholderNumberType:e,nationalMode:n,customPlaceholder:s}=this.options,o=i==="aggressive"||!this.hadInitialPlaceholder&&i==="polite";if(window.intlTelInputUtils&&o){let a=window.intlTelInputUtils.numberType[e],u=this.selectedCountryData.iso2?window.intlTelInputUtils.getExampleNumber(this.selectedCountryData.iso2,n,a):"";u=this._beforeSetNumber(u),typeof s=="function"&&(u=s(u,this.selectedCountryData)),this.telInput.setAttribute("placeholder",u)}}_selectListItem(i){let e=this._setCountry(i.getAttribute("data-country-code"));this._closeDropdown(),this._updateDialCode(i.getAttribute("data-dial-code")),this.telInput.focus(),e&&this._triggerCountryChange()}_closeDropdown(){this.dropdownContent.classList.add("iti__hide"),this.selectedCountry.setAttribute("aria-expanded","false"),this.selectedCountry.removeAttribute("aria-activedescendant"),this.highlightedItem&&this.highlightedItem.setAttribute("aria-selected","false"),this.options.countrySearch&&this.searchInput.removeAttribute("aria-activedescendant"),this.dropdownArrow.classList.remove("iti__arrow--up"),document.removeEventListener("keydown",this._handleKeydownOnDropdown),this.options.countrySearch&&this.searchInput.removeEventListener("input",this._handleSearchChange),document.documentElement.removeEventListener("click",this._handleClickOffToClose),this.countryList.removeEventListener("mouseover",this._handleMouseoverCountryList),this.countryList.removeEventListener("click",this._handleClickCountryList),this.options.dropdownContainer&&(this.options.useFullscreenPopup||window.removeEventListener("scroll",this._handleWindowScroll),this.dropdown.parentNode&&this.dropdown.parentNode.removeChild(this.dropdown)),this._trigger("close:countrydropdown")}_scrollTo(i,e){let n=this.countryList,s=document.documentElement.scrollTop,o=n.offsetHeight,a=n.getBoundingClientRect().top+s,u=a+o,l=i.offsetHeight,r=i.getBoundingClientRect().top+s,p=r+l,h=r-a+n.scrollTop,c=o/2-l/2;if(r<a)e&&(h-=c),n.scrollTop=h;else if(p>u){e&&(h+=c);let y=o-l;n.scrollTop=h-y}}_updateDialCode(i){let e=this.telInput.value,n=`+${i}`,s;if(e.charAt(0)==="+"){let o=this._getDialCode(e);o?s=e.replace(o,n):s=n,this.telInput.value=s}}_getDialCode(i,e){let n="";if(i.charAt(0)==="+"){let s="";for(let o=0;o<i.length;o++){let a=i.charAt(o);if(!isNaN(parseInt(a,10))){if(s+=a,e)this.dialCodeToIso2Map[s]&&(n=i.substr(0,o+1));else if(this.dialCodes[s]){n=i.substr(0,o+1);break}if(s.length===this.dialCodeMaxLen)break}}}return n}_getFullNumber(){let i=this.telInput.value.trim(),{dialCode:e}=this.selectedCountryData,n,s=b(i);return this.options.showSelectedDialCode&&!this.options.nationalMode&&i.charAt(0)!=="+"&&e&&s?n=`+${e}`:n="",n+i}_beforeSetNumber(i){let e=i;if(this.options.showSelectedDialCode){let n=this._getDialCode(e);if(n){n=`+${this.selectedCountryData.dialCode}`;let s=e[n.length]===" "||e[n.length]==="-"?n.length+1:n.length;e=e.substr(s)}}return this._cap(e)}_triggerCountryChange(){this._trigger("countrychange")}_formatNumberAsYouType(){let i=this._getFullNumber(),e=window.intlTelInputUtils?window.intlTelInputUtils.formatNumberAsYouType(i,this.selectedCountryData.iso2):i,{dialCode:n}=this.selectedCountryData;return this.options.showSelectedDialCode&&!this.options.nationalMode&&this.telInput.value.charAt(0)!=="+"&&e.includes(`+${n}`)?(e.split(`+${n}`)[1]||"").trim():e}handleAutoCountry(){this.options.initialCountry==="auto"&&window.intlTelInputGlobals.autoCountry&&(this.defaultCountry=window.intlTelInputGlobals.autoCountry,this.telInput.value||this.setCountry(this.defaultCountry),this.resolveAutoCountryPromise())}handleUtils(){window.intlTelInputUtils&&(this.telInput.value&&this._updateValFromNumber(this.telInput.value),this.selectedCountryData.iso2&&(this._updatePlaceholder(),this._updateMaxLength())),this.resolveUtilsScriptPromise()}destroy(){if(this.options.allowDropdown){this._closeDropdown(),this.selectedCountry.removeEventListener("click",this._handleClickSelectedCountry),this.countryContainer.removeEventListener("keydown",this._handleCountryContainerKeydown);let n=this.telInput.closest("label");n&&n.removeEventListener("click",this._handleLabelClick)}let{form:i}=this.telInput;this._handleHiddenInputSubmit&&i&&i.removeEventListener("submit",this._handleHiddenInputSubmit),this.telInput.removeEventListener("input",this._handleInputEvent),this._handleKeydownEvent&&this.telInput.removeEventListener("keydown",this._handleKeydownEvent),this.telInput.removeAttribute("data-intl-tel-input-id");let e=this.telInput.parentNode;e?.parentNode?.insertBefore(this.telInput,e),e?.parentNode?.removeChild(e),delete window.intlTelInputGlobals.instances[this.id]}getExtension(){return window.intlTelInputUtils?window.intlTelInputUtils.getExtension(this._getFullNumber(),this.selectedCountryData.iso2):""}getNumber(i){if(window.intlTelInputUtils){let{iso2:e}=this.selectedCountryData;return window.intlTelInputUtils.formatNumber(this._getFullNumber(),e,i)}return""}getNumberType(){return window.intlTelInputUtils?window.intlTelInputUtils.getNumberType(this._getFullNumber(),this.selectedCountryData.iso2):-99}getSelectedCountryData(){return this.selectedCountryData}getValidationError(){if(window.intlTelInputUtils){let{iso2:i}=this.selectedCountryData;return window.intlTelInputUtils.getValidationError(this._getFullNumber(),i)}return-99}isValidNumber(i=!0){let e=this._getFullNumber();return/\p{L}/u.test(e)?!1:window.intlTelInputUtils?window.intlTelInputUtils.isPossibleNumber(e,this.selectedCountryData.iso2,i):null}isValidNumberPrecise(){let i=this._getFullNumber();return/\p{L}/u.test(i)?!1:window.intlTelInputUtils?window.intlTelInputUtils.isValidNumber(i,this.selectedCountryData.iso2):null}setCountry(i){let e=i.toLowerCase();this.selectedCountryData.iso2!==e&&(this._setCountry(e),this._updateDialCode(this.selectedCountryData.dialCode),this._triggerCountryChange())}setNumber(i){let e=this._updateCountryFromNumber(i);this._updateValFromNumber(i),e&&this._triggerCountryChange()}setPlaceholderNumberType(i){this.options.placeholderNumberType=i,this._updatePlaceholder()}},P=(d,i,e)=>{let n=document.createElement("script");n.onload=()=>{f("handleUtils"),i&&i()},n.onerror=()=>{f("rejectUtilsScriptPromise"),e&&e()},n.className="iti-load-utils",n.async=!0,n.src=d,document.body.appendChild(n)},H=d=>!window.intlTelInputUtils&&!window.intlTelInputGlobals.startedLoadingUtilsScript?(window.intlTelInputGlobals.startedLoadingUtilsScript=!0,new Promise((i,e)=>P(d,i,e))):null;if(typeof window=="object"){let d={defaults:E,documentReady:()=>document.readyState==="complete",getCountryData:()=>C,getInstance:i=>{let e=i.getAttribute("data-intl-tel-input-id");return e?d.instances[e]:null},instances:{},loadUtils:H,version:"21.2.0"};window.intlTelInputGlobals=d}var z=(d,i)=>{let e=new v(d,i);return e._init(),d.setAttribute("data-intl-tel-input-id",e.id.toString()),window.intlTelInputGlobals.instances[e.id]=e,e},S=z;var R=({initialValue:d="",onChangeNumber:i=()=>{},onChangeCountry:e=()=>{},onChangeValidity:n=()=>{},onChangeErrorCode:s=()=>{},usePreciseValidation:o=!1,initOptions:a={},inputProps:u={}})=>{let l=k(null),r=k(null),p=()=>{let h=r.current?.getNumber()||"",c=r.current?.getSelectedCountryData().iso2||"";if(i(h),e(c),r.current)if(o?r.current.isValidNumberPrecise():r.current.isValidNumber())n(!0),s(null);else{let m=r.current.getValidationError();n(!1),s(m)}};return j(()=>{let h=l.current;return h&&(r.current=S(h,a),h.addEventListener("countrychange",p)),()=>{h&&h.removeEventListener("countrychange",p),r.current?.destroy()}},[]),U.createElement("input",{type:"tel",ref:l,onInput:p,defaultValue:d,...u})},Q=R;export{Q as default};
1
+ import U,{useRef as S,useEffect as j}from"react";var t={af:"Afghanistan",ax:"\xC5land Islands",al:"Albania",dz:"Algeria",as:"American Samoa",ad:"Andorra",ao:"Angola",ai:"Anguilla",aq:"Antarctica",ag:"Antigua & Barbuda",ar:"Argentina",am:"Armenia",aw:"Aruba",au:"Australia",at:"Austria",az:"Azerbaijan",bs:"Bahamas",bh:"Bahrain",bd:"Bangladesh",bb:"Barbados",by:"Belarus",be:"Belgium",bz:"Belize",bj:"Benin",bm:"Bermuda",bt:"Bhutan",bo:"Bolivia",ba:"Bosnia & Herzegovina",bw:"Botswana",bv:"Bouvet Island",br:"Brazil",io:"British Indian Ocean Territory",vg:"British Virgin Islands",bn:"Brunei",bg:"Bulgaria",bf:"Burkina Faso",bi:"Burundi",kh:"Cambodia",cm:"Cameroon",ca:"Canada",cv:"Cape Verde",bq:"Caribbean Netherlands",ky:"Cayman Islands",cf:"Central African Republic",td:"Chad",cl:"Chile",cn:"China",cx:"Christmas Island",cc:"Cocos (Keeling) Islands",co:"Colombia",km:"Comoros",cg:"Congo - Brazzaville",cd:"Congo - Kinshasa",ck:"Cook Islands",cr:"Costa Rica",ci:"C\xF4te d\u2019Ivoire",hr:"Croatia",cu:"Cuba",cw:"Cura\xE7ao",cy:"Cyprus",cz:"Czechia",dk:"Denmark",dj:"Djibouti",dm:"Dominica",do:"Dominican Republic",ec:"Ecuador",eg:"Egypt",sv:"El Salvador",gq:"Equatorial Guinea",er:"Eritrea",ee:"Estonia",sz:"Eswatini",et:"Ethiopia",fk:"Falkland Islands",fo:"Faroe Islands",fj:"Fiji",fi:"Finland",fr:"France",gf:"French Guiana",pf:"French Polynesia",tf:"French Southern Territories",ga:"Gabon",gm:"Gambia",ge:"Georgia",de:"Germany",gh:"Ghana",gi:"Gibraltar",gr:"Greece",gl:"Greenland",gd:"Grenada",gp:"Guadeloupe",gu:"Guam",gt:"Guatemala",gg:"Guernsey",gn:"Guinea",gw:"Guinea-Bissau",gy:"Guyana",ht:"Haiti",hm:"Heard & McDonald Islands",hn:"Honduras",hk:"Hong Kong SAR China",hu:"Hungary",is:"Iceland",in:"India",id:"Indonesia",ir:"Iran",iq:"Iraq",ie:"Ireland",im:"Isle of Man",il:"Israel",it:"Italy",jm:"Jamaica",jp:"Japan",je:"Jersey",jo:"Jordan",kz:"Kazakhstan",ke:"Kenya",ki:"Kiribati",kw:"Kuwait",kg:"Kyrgyzstan",la:"Laos",lv:"Latvia",lb:"Lebanon",ls:"Lesotho",lr:"Liberia",ly:"Libya",li:"Liechtenstein",lt:"Lithuania",lu:"Luxembourg",mo:"Macao SAR China",mg:"Madagascar",mw:"Malawi",my:"Malaysia",mv:"Maldives",ml:"Mali",mt:"Malta",mh:"Marshall Islands",mq:"Martinique",mr:"Mauritania",mu:"Mauritius",yt:"Mayotte",mx:"Mexico",fm:"Micronesia",md:"Moldova",mc:"Monaco",mn:"Mongolia",me:"Montenegro",ms:"Montserrat",ma:"Morocco",mz:"Mozambique",mm:"Myanmar (Burma)",na:"Namibia",nr:"Nauru",np:"Nepal",nl:"Netherlands",nc:"New Caledonia",nz:"New Zealand",ni:"Nicaragua",ne:"Niger",ng:"Nigeria",nu:"Niue",nf:"Norfolk Island",kp:"North Korea",mk:"North Macedonia",mp:"Northern Mariana Islands",no:"Norway",om:"Oman",pk:"Pakistan",pw:"Palau",ps:"Palestinian Territories",pa:"Panama",pg:"Papua New Guinea",py:"Paraguay",pe:"Peru",ph:"Philippines",pn:"Pitcairn Islands",pl:"Poland",pt:"Portugal",pr:"Puerto Rico",qa:"Qatar",re:"R\xE9union",ro:"Romania",ru:"Russia",rw:"Rwanda",ws:"Samoa",sm:"San Marino",st:"S\xE3o Tom\xE9 & Pr\xEDncipe",sa:"Saudi Arabia",sn:"Senegal",rs:"Serbia",sc:"Seychelles",sl:"Sierra Leone",sg:"Singapore",sx:"Sint Maarten",sk:"Slovakia",si:"Slovenia",sb:"Solomon Islands",so:"Somalia",za:"South Africa",gs:"South Georgia & South Sandwich Islands",kr:"South Korea",ss:"South Sudan",es:"Spain",lk:"Sri Lanka",bl:"St. Barth\xE9lemy",sh:"St. Helena",kn:"St. Kitts & Nevis",lc:"St. Lucia",mf:"St. Martin",pm:"St. Pierre & Miquelon",vc:"St. Vincent & Grenadines",sd:"Sudan",sr:"Suriname",sj:"Svalbard & Jan Mayen",se:"Sweden",ch:"Switzerland",sy:"Syria",tw:"Taiwan",tj:"Tajikistan",tz:"Tanzania",th:"Thailand",tl:"Timor-Leste",tg:"Togo",tk:"Tokelau",to:"Tonga",tt:"Trinidad & Tobago",tn:"Tunisia",tr:"Turkey",tm:"Turkmenistan",tc:"Turks & Caicos Islands",tv:"Tuvalu",um:"U.S. Outlying Islands",vi:"U.S. Virgin Islands",ug:"Uganda",ua:"Ukraine",ae:"United Arab Emirates",gb:"United Kingdom",us:"United States",uy:"Uruguay",uz:"Uzbekistan",vu:"Vanuatu",va:"Vatican City",ve:"Venezuela",vn:"Vietnam",wf:"Wallis & Futuna",eh:"Western Sahara",ye:"Yemen",zm:"Zambia",zw:"Zimbabwe"};var w=[[t.af,"af","93"],[t.al,"al","355"],[t.dz,"dz","213"],[t.as,"as","1",5,["684"]],[t.ad,"ad","376"],[t.ao,"ao","244"],[t.ai,"ai","1",6,["264"]],[t.ag,"ag","1",7,["268"]],[t.ar,"ar","54"],[t.am,"am","374"],[t.aw,"aw","297"],[t.ac,"ac","247"],[t.au,"au","61",0],[t.at,"at","43"],[t.az,"az","994"],[t.bs,"bs","1",8,["242"]],[t.bh,"bh","973"],[t.bd,"bd","880"],[t.bb,"bb","1",9,["246"]],[t.by,"by","375"],[t.be,"be","32"],[t.bz,"bz","501"],[t.bj,"bj","229"],[t.bm,"bm","1",10,["441"]],[t.bt,"bt","975"],[t.bo,"bo","591"],[t.ba,"ba","387"],[t.bw,"bw","267"],[t.br,"br","55"],[t.io,"io","246"],[t.vg,"vg","1",11,["284"]],[t.bn,"bn","673"],[t.bg,"bg","359"],[t.bf,"bf","226"],[t.bi,"bi","257"],[t.kh,"kh","855"],[t.cm,"cm","237"],[t.ca,"ca","1",1,["204","226","236","249","250","263","289","306","343","354","365","367","368","382","387","403","416","418","428","431","437","438","450","584","468","474","506","514","519","548","579","581","584","587","604","613","639","647","672","683","705","709","742","753","778","780","782","807","819","825","867","873","879","902","905"]],[t.cv,"cv","238"],[t.bq,"bq","599",1,["3","4","7"]],[t.ky,"ky","1",12,["345"]],[t.cf,"cf","236"],[t.td,"td","235"],[t.cl,"cl","56"],[t.cn,"cn","86"],[t.cx,"cx","61",2,["89164"]],[t.cc,"cc","61",1,["89162"]],[t.co,"co","57"],[t.km,"km","269"],[t.cg,"cg","242"],[t.cd,"cd","243"],[t.ck,"ck","682"],[t.cr,"cr","506"],[t.ci,"ci","225"],[t.hr,"hr","385"],[t.cu,"cu","53"],[t.cw,"cw","599",0],[t.cy,"cy","357"],[t.cz,"cz","420"],[t.dk,"dk","45"],[t.dj,"dj","253"],[t.dm,"dm","1",13,["767"]],[t.do,"do","1",2,["809","829","849"]],[t.ec,"ec","593"],[t.eg,"eg","20"],[t.sv,"sv","503"],[t.gq,"gq","240"],[t.er,"er","291"],[t.ee,"ee","372"],[t.sz,"sz","268"],[t.et,"et","251"],[t.fk,"fk","500"],[t.fo,"fo","298"],[t.fj,"fj","679"],[t.fi,"fi","358",0],[t.fr,"fr","33"],[t.gf,"gf","594"],[t.pf,"pf","689"],[t.ga,"ga","241"],[t.gm,"gm","220"],[t.ge,"ge","995"],[t.de,"de","49"],[t.gh,"gh","233"],[t.gi,"gi","350"],[t.gr,"gr","30"],[t.gl,"gl","299"],[t.gd,"gd","1",14,["473"]],[t.gp,"gp","590",0],[t.gu,"gu","1",15,["671"]],[t.gt,"gt","502"],[t.gg,"gg","44",1,["1481","7781","7839","7911"]],[t.gn,"gn","224"],[t.gw,"gw","245"],[t.gy,"gy","592"],[t.ht,"ht","509"],[t.hn,"hn","504"],[t.hk,"hk","852"],[t.hu,"hu","36"],[t.is,"is","354"],[t.in,"in","91"],[t.id,"id","62"],[t.ir,"ir","98"],[t.iq,"iq","964"],[t.ie,"ie","353"],[t.im,"im","44",2,["1624","74576","7524","7924","7624"]],[t.il,"il","972"],[t.it,"it","39",0],[t.jm,"jm","1",4,["876","658"]],[t.jp,"jp","81"],[t.je,"je","44",3,["1534","7509","7700","7797","7829","7937"]],[t.jo,"jo","962"],[t.kz,"kz","7",1,["33","7"]],[t.ke,"ke","254"],[t.ki,"ki","686"],[t.xk,"xk","383"],[t.kw,"kw","965"],[t.kg,"kg","996"],[t.la,"la","856"],[t.lv,"lv","371"],[t.lb,"lb","961"],[t.ls,"ls","266"],[t.lr,"lr","231"],[t.ly,"ly","218"],[t.li,"li","423"],[t.lt,"lt","370"],[t.lu,"lu","352"],[t.mo,"mo","853"],[t.mg,"mg","261"],[t.mw,"mw","265"],[t.my,"my","60"],[t.mv,"mv","960"],[t.ml,"ml","223"],[t.mt,"mt","356"],[t.mh,"mh","692"],[t.mq,"mq","596"],[t.mr,"mr","222"],[t.mu,"mu","230"],[t.yt,"yt","262",1,["269","639"]],[t.mx,"mx","52"],[t.fm,"fm","691"],[t.md,"md","373"],[t.mc,"mc","377"],[t.mn,"mn","976"],[t.me,"me","382"],[t.ms,"ms","1",16,["664"]],[t.ma,"ma","212",0],[t.mz,"mz","258"],[t.mm,"mm","95"],[t.na,"na","264"],[t.nr,"nr","674"],[t.np,"np","977"],[t.nl,"nl","31"],[t.nc,"nc","687"],[t.nz,"nz","64"],[t.ni,"ni","505"],[t.ne,"ne","227"],[t.ng,"ng","234"],[t.nu,"nu","683"],[t.nf,"nf","672"],[t.kp,"kp","850"],[t.mk,"mk","389"],[t.mp,"mp","1",17,["670"]],[t.no,"no","47",0],[t.om,"om","968"],[t.pk,"pk","92"],[t.pw,"pw","680"],[t.ps,"ps","970"],[t.pa,"pa","507"],[t.pg,"pg","675"],[t.py,"py","595"],[t.pe,"pe","51"],[t.ph,"ph","63"],[t.pl,"pl","48"],[t.pt,"pt","351"],[t.pr,"pr","1",3,["787","939"]],[t.qa,"qa","974"],[t.re,"re","262",0],[t.ro,"ro","40"],[t.ru,"ru","7",0],[t.rw,"rw","250"],[t.ws,"ws","685"],[t.sm,"sm","378"],[t.st,"st","239"],[t.sa,"sa","966"],[t.sn,"sn","221"],[t.rs,"rs","381"],[t.sc,"sc","248"],[t.sl,"sl","232"],[t.sg,"sg","65"],[t.sx,"sx","1",21,["721"]],[t.sk,"sk","421"],[t.si,"si","386"],[t.sb,"sb","677"],[t.so,"so","252"],[t.za,"za","27"],[t.kr,"kr","82"],[t.ss,"ss","211"],[t.es,"es","34"],[t.lk,"lk","94"],[t.bl,"bl","590",1],[t.sh,"sh","290"],[t.kn,"kn","1",18,["869"]],[t.lc,"lc","1",19,["758"]],[t.mf,"mf","590",2],[t.pm,"pm","508"],[t.vc,"vc","1",20,["784"]],[t.sd,"sd","249"],[t.sr,"sr","597"],[t.sj,"sj","47",1,["79"]],[t.se,"se","46"],[t.ch,"ch","41"],[t.sy,"sy","963"],[t.tw,"tw","886"],[t.tj,"tj","992"],[t.tz,"tz","255"],[t.th,"th","66"],[t.tl,"tl","670"],[t.tg,"tg","228"],[t.tk,"tk","690"],[t.to,"to","676"],[t.tt,"tt","1",22,["868"]],[t.tn,"tn","216"],[t.tr,"tr","90"],[t.tm,"tm","993"],[t.tc,"tc","1",23,["649"]],[t.tv,"tv","688"],[t.ug,"ug","256"],[t.ua,"ua","380"],[t.ae,"ae","971"],[t.gb,"gb","44",0],[t.us,"us","1",0],[t.uy,"uy","598"],[t.vi,"vi","1",24,["340"]],[t.uz,"uz","998"],[t.vu,"vu","678"],[t.va,"va","39",1,["06698"]],[t.ve,"ve","58"],[t.vn,"vn","84"],[t.wf,"wf","681"],[t.eh,"eh","212",1,["5288","5289"]],[t.ye,"ye","967"],[t.zm,"zm","260"],[t.zw,"zw","263"],[t.ax,"ax","358",1,["18"]]],I=[];for(let d=0;d<w.length;d++){let i=w[d];I[d]={name:i[0],iso2:i[1],dialCode:i[2],priority:i[3]||0,areaCodes:i[4]||null,nodeById:{}}}var C=I;var _={selectedCountryAriaLabel:"Selected country",noCountrySelected:"No country selected",countryListAriaLabel:"List of countries",searchPlaceholder:"Search",zeroSearchResults:"No results found",oneSearchResult:"1 result found",multipleSearchResults:"${count} results found",ac:"Ascension Island",xk:"Kosovo"};var D=0,E={allowDropdown:!0,autoPlaceholder:"polite",countrySearch:!0,containerClass:"",customPlaceholder:null,dropdownContainer:null,excludeCountries:[],fixDropdownWidth:!0,formatAsYouType:!0,formatOnDisplay:!0,geoIpLookup:null,hiddenInput:null,i18n:{},initialCountry:"",nationalMode:!0,onlyCountries:[],placeholderNumberType:"MOBILE",preferredCountries:[],showFlags:!0,showSelectedDialCode:!1,strictMode:!1,useFullscreenPopup:typeof navigator<"u"&&typeof window<"u"?/Android.+Mobile|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)||window.innerWidth<=500:!1,utilsScript:""},A=["800","822","833","844","855","866","877","880","881","882","883","884","885","886","887","888","889"],b=d=>d.replace(/\D/g,""),L=(d="")=>d.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLowerCase(),N=(d,i,e)=>{e&&!d.classList.contains(i)?d.classList.add(i):!e&&d.classList.contains(i)&&d.classList.remove(i)},T=d=>{let i=b(d);if(i.charAt(0)==="1"){let e=i.substr(1,3);return A.indexOf(e)!==-1}return!1},M=(d,i)=>d.name<i.name?-1:d.name>i.name?1:0,x=(d,i,e,n)=>{if(e===0&&!n)return 0;let s=0;for(let o=0;o<i.length;o++){if(/[+0-9]/.test(i[o])&&s++,s===d&&!n)return o+1;if(n&&s===d+1)return o}return i.length},g=(d,i,e)=>{let n=document.createElement(d);return i&&Object.entries(i).forEach(([s,o])=>n.setAttribute(s,o)),e&&e.appendChild(n),n},f=d=>{let{instances:i}=window.intlTelInputGlobals;Object.values(i).forEach(e=>e[d]())},v=class{id;promise;telInput;activeItem;highlightedItem;options;hadInitialPlaceholder;isRTL;selectedCountryData;countries;dialCodeMaxLen;dialCodeToIso2Map;dialCodes;preferredCountries;countryContainer;selectedCountry;selectedCountryInner;selectedCountryA11yText;selectedDialCode;dropdownArrow;dropdownContent;searchInput;searchResultsA11yText;countryList;dropdown;hiddenInput;hiddenInputCountry;maxCoreNumberLength;defaultCountry;_handleHiddenInputSubmit;_handleLabelClick;_handleClickSelectedCountry;_handleCountryContainerKeydown;_handleInputEvent;_handleKeydownEvent;_handleWindowScroll;_handleMouseoverCountryList;_handleClickCountryList;_handleClickOffToClose;_handleKeydownOnDropdown;_handleSearchChange;resolveAutoCountryPromise;rejectAutoCountryPromise;resolveUtilsScriptPromise;rejectUtilsScriptPromise;constructor(i,e={}){this.id=D++,this.telInput=i,this.activeItem=null,this.highlightedItem=null,this.options=Object.assign({},E,e),this.hadInitialPlaceholder=!!i.getAttribute("placeholder")}_init(){this.options.useFullscreenPopup&&(this.options.fixDropdownWidth=!1),this.options.countrySearch&&!this.options.useFullscreenPopup&&(this.options.fixDropdownWidth=!0);let i=this.options.allowDropdown&&!this.options.showSelectedDialCode;!this.options.showFlags&&i&&(this.options.showFlags=!0),this.options.useFullscreenPopup&&!this.options.dropdownContainer&&(this.options.dropdownContainer=document.body),this.isRTL=!!this.telInput.closest("[dir=rtl]"),this.options.i18n={..._,...this.options.i18n};let e=new Promise((s,o)=>{this.resolveAutoCountryPromise=s,this.rejectAutoCountryPromise=o}),n=new Promise((s,o)=>{this.resolveUtilsScriptPromise=s,this.rejectUtilsScriptPromise=o});this.promise=Promise.all([e,n]),this.selectedCountryData={},this._processCountryData(),this._generateMarkup(),this._setInitialState(),this._initListeners(),this._initRequests()}_processCountryData(){this._processAllCountries(),this._processDialCodes(),this._processPreferredCountries(),this._translateCountryNames(),(this.options.onlyCountries.length||this.options.i18n)&&this.countries.sort(M)}_addToDialCodeMap(i,e,n){e.length>this.dialCodeMaxLen&&(this.dialCodeMaxLen=e.length),this.dialCodeToIso2Map.hasOwnProperty(e)||(this.dialCodeToIso2Map[e]=[]);for(let o=0;o<this.dialCodeToIso2Map[e].length;o++)if(this.dialCodeToIso2Map[e][o]===i)return;let s=n!==void 0?n:this.dialCodeToIso2Map[e].length;this.dialCodeToIso2Map[e][s]=i}_processAllCountries(){let{onlyCountries:i,excludeCountries:e}=this.options;if(i.length){let n=i.map(s=>s.toLowerCase());this.countries=C.filter(s=>n.indexOf(s.iso2)>-1)}else if(e.length){let n=e.map(s=>s.toLowerCase());this.countries=C.filter(s=>n.indexOf(s.iso2)===-1)}else this.countries=C}_translateCountryNames(){for(let i=0;i<this.countries.length;i++){let e=this.countries[i].iso2.toLowerCase();this.options.i18n.hasOwnProperty(e)&&(this.countries[i].name=this.options.i18n[e])}}_processDialCodes(){this.dialCodes={},this.dialCodeMaxLen=0,this.dialCodeToIso2Map={};for(let i=0;i<this.countries.length;i++){let e=this.countries[i];this.dialCodes[e.dialCode]||(this.dialCodes[e.dialCode]=!0),this._addToDialCodeMap(e.iso2,e.dialCode,e.priority)}for(let i=0;i<this.countries.length;i++){let e=this.countries[i];if(e.areaCodes){let n=this.dialCodeToIso2Map[e.dialCode][0];for(let s=0;s<e.areaCodes.length;s++){let o=e.areaCodes[s];for(let a=1;a<o.length;a++){let u=e.dialCode+o.substr(0,a);this._addToDialCodeMap(n,u),this._addToDialCodeMap(e.iso2,u)}this._addToDialCodeMap(e.iso2,e.dialCode+o)}}}}_processPreferredCountries(){this.preferredCountries=[];for(let i=0;i<this.options.preferredCountries.length;i++){let e=this.options.preferredCountries[i].toLowerCase(),n=this._getCountryData(e,!0);n&&this.preferredCountries.push(n)}}_generateMarkup(){this.telInput.classList.add("iti__tel-input"),!this.telInput.hasAttribute("autocomplete")&&!(this.telInput.form&&this.telInput.form.hasAttribute("autocomplete"))&&this.telInput.setAttribute("autocomplete","off");let{allowDropdown:i,showSelectedDialCode:e,showFlags:n,containerClass:s,hiddenInput:o,dropdownContainer:a,fixDropdownWidth:u,useFullscreenPopup:l,countrySearch:r,i18n:p}=this.options,h="iti";i&&(h+=" iti--allow-dropdown"),e&&(h+=" iti--show-selected-dial-code"),n&&(h+=" iti--show-flags"),s&&(h+=` ${s}`),l||(h+=" iti--inline-dropdown");let c=g("div",{class:h});if(this.telInput.parentNode?.insertBefore(c,this.telInput),(n||e)&&(this.countryContainer=g("div",{class:"iti__country-container"},c),this.selectedCountry=g("button",{type:"button",class:"iti__selected-country",...i&&{"aria-expanded":"false","aria-label":this.options.i18n.selectedCountryAriaLabel,"aria-haspopup":r?"true":"listbox","aria-controls":r?`iti-${this.id}__dropdown-content`:`iti-${this.id}__country-listbox`,...r?{role:"combobox"}:{}}},this.countryContainer),this.selectedCountryInner=g("div",null,this.selectedCountry),this.selectedCountryA11yText=g("span",{class:"iti__a11y-text"},this.selectedCountryInner)),c.appendChild(this.telInput),this.selectedCountry&&this.telInput.disabled&&this.selectedCountry.setAttribute("aria-disabled","true"),e&&(this.selectedDialCode=g("div",{class:"iti__selected-dial-code"},this.selectedCountry)),i){this.telInput.disabled||this.selectedCountry.setAttribute("tabindex","0"),this.dropdownArrow=g("div",{class:"iti__arrow","aria-hidden":"true"},this.selectedCountry);let y=u?"":"iti--flexible-dropdown-width";if(this.dropdownContent=g("div",{id:`iti-${this.id}__dropdown-content`,class:`iti__dropdown-content iti__hide ${y}`}),r&&(this.searchInput=g("input",{type:"text",class:"iti__search-input",placeholder:p.searchPlaceholder,role:"combobox","aria-expanded":"true","aria-label":p.searchPlaceholder,"aria-controls":`iti-${this.id}__country-listbox`,"aria-autocomplete":"list",autocomplete:"off"},this.dropdownContent),this.searchResultsA11yText=g("span",{class:"iti__a11y-text"},this.dropdownContent)),this.countryList=g("ul",{class:"iti__country-list",id:`iti-${this.id}__country-listbox`,role:"listbox","aria-label":p.countryListAriaLabel},this.dropdownContent),this.preferredCountries.length&&!r&&(this._appendListItems(this.preferredCountries,"iti__preferred",!0),g("li",{class:"iti__divider","aria-hidden":"true"},this.countryList)),this._appendListItems(this.countries,"iti__standard"),r&&this._updateSearchResultsText(),a){let m="iti iti--container";l?m+=" iti--fullscreen-popup":m+=" iti--inline-dropdown",r&&(m+=" iti--country-search"),this.dropdown=g("div",{class:m}),this.dropdown.appendChild(this.dropdownContent)}else this.countryContainer.appendChild(this.dropdownContent)}if(o){let y=this.telInput.getAttribute("name")||"",m=o(y);m.phone&&(this.hiddenInput=g("input",{type:"hidden",name:m.phone}),c.appendChild(this.hiddenInput)),m.country&&(this.hiddenInputCountry=g("input",{type:"hidden",name:m.country}),c.appendChild(this.hiddenInputCountry))}}_appendListItems(i,e,n){for(let s=0;s<i.length;s++){let o=i[s],a=n?"-preferred":"",u=g("li",{id:`iti-${this.id}__item-${o.iso2}${a}`,class:`iti__country ${e}`,tabindex:"-1",role:"option","data-dial-code":o.dialCode,"data-country-code":o.iso2,"aria-selected":"false"},this.countryList);o.nodeById[this.id]=u;let l="";this.options.showFlags&&(l+=`<div class='iti__flag-box'><div class='iti__flag iti__${o.iso2}'></div></div>`),l+=`<span class='iti__country-name'>${o.name}</span>`,l+=`<span class='iti__dial-code'>+${o.dialCode}</span>`,u.insertAdjacentHTML("beforeend",l)}}_setInitialState(i=!1){let e=this.telInput.getAttribute("value"),n=this.telInput.value,o=e&&e.charAt(0)==="+"&&(!n||n.charAt(0)!=="+")?e:n,a=this._getDialCode(o),u=T(o),{initialCountry:l}=this.options;if(a&&!u)this._updateCountryFromNumber(o);else if(l!=="auto"||i){let r=l?l.toLowerCase():"";r&&this._getCountryData(r,!0)?this._setCountry(r):a&&u?this._setCountry("us"):this._setCountry()}o&&this._updateValFromNumber(o)}_initListeners(){this._initTelInputListeners(),this.options.allowDropdown&&this._initDropdownListeners(),(this.hiddenInput||this.hiddenInputCountry)&&this.telInput.form&&this._initHiddenInputListener()}_initHiddenInputListener(){this._handleHiddenInputSubmit=()=>{this.hiddenInput&&(this.hiddenInput.value=this.getNumber()),this.hiddenInputCountry&&(this.hiddenInputCountry.value=this.getSelectedCountryData().iso2||"")},this.telInput.form?.addEventListener("submit",this._handleHiddenInputSubmit)}_initDropdownListeners(){this._handleLabelClick=e=>{this.dropdownContent.classList.contains("iti__hide")?this.telInput.focus():e.preventDefault()};let i=this.telInput.closest("label");i&&i.addEventListener("click",this._handleLabelClick),this._handleClickSelectedCountry=()=>{this.dropdownContent.classList.contains("iti__hide")&&!this.telInput.disabled&&!this.telInput.readOnly&&this._openDropdown()},this.selectedCountry.addEventListener("click",this._handleClickSelectedCountry),this._handleCountryContainerKeydown=e=>{this.dropdownContent.classList.contains("iti__hide")&&["ArrowUp","ArrowDown"," ","Enter"].includes(e.key)&&(e.preventDefault(),e.stopPropagation(),this._openDropdown()),e.key==="Tab"&&this._closeDropdown()},this.countryContainer.addEventListener("keydown",this._handleCountryContainerKeydown)}_initRequests(){this.options.utilsScript&&!window.intlTelInputUtils?window.intlTelInputGlobals.documentReady()?window.intlTelInputGlobals.loadUtils(this.options.utilsScript):window.addEventListener("load",()=>{window.intlTelInputGlobals.loadUtils(this.options.utilsScript)}):this.resolveUtilsScriptPromise(),this.options.initialCountry==="auto"&&!this.selectedCountryData.iso2?this._loadAutoCountry():this.resolveAutoCountryPromise()}_loadAutoCountry(){window.intlTelInputGlobals.autoCountry?this.handleAutoCountry():window.intlTelInputGlobals.startedLoadingAutoCountry||(window.intlTelInputGlobals.startedLoadingAutoCountry=!0,typeof this.options.geoIpLookup=="function"&&this.options.geoIpLookup((i="")=>{let e=i.toLowerCase();e&&this._getCountryData(e,!0)?(window.intlTelInputGlobals.autoCountry=e,setTimeout(()=>f("handleAutoCountry"))):(this._setInitialState(!0),f("rejectAutoCountryPromise"))},()=>{this._setInitialState(!0),f("rejectAutoCountryPromise")}))}_initTelInputListeners(){let{strictMode:i,formatAsYouType:e}=this.options,n=!1;this._handleInputEvent=s=>{this._updateCountryFromNumber(this.telInput.value)&&this._triggerCountryChange();let o=s&&s.data&&/[^+0-9]/.test(s.data),a=s&&s.inputType==="insertFromPaste"&&this.telInput.value;if(o||a&&!i?n=!0:/[^+0-9]/.test(this.telInput.value)||(n=!1),e&&!n){let u=this.telInput.selectionStart||0,r=this.telInput.value.substring(0,u).replace(/[^+0-9]/g,"").length,p=s&&s.inputType==="deleteContentForward",h=this._formatNumberAsYouType(),c=x(r,h,u,p);this.telInput.value=h,this.telInput.setSelectionRange(c,c)}},this.telInput.addEventListener("input",this._handleInputEvent),i&&(this._handleKeydownEvent=s=>{if(s.key.length===1&&!s.altKey&&!s.ctrlKey&&!s.metaKey){let o=this.telInput.selectionStart===0&&s.key==="+",a=/^[0-9]$/.test(s.key),u=o||a,l=this._getFullNumber(),r=window.intlTelInputUtils.getCoreNumber(l,this.selectedCountryData.iso2),p=this.maxCoreNumberLength&&r.length>=this.maxCoreNumberLength;(!u||p)&&s.preventDefault()}},this.telInput.addEventListener("keydown",this._handleKeydownEvent))}_cap(i){let e=parseInt(this.telInput.getAttribute("maxlength")||"",10);return e&&i.length>e?i.substr(0,e):i}_trigger(i){let e=new Event(i,{bubbles:!0,cancelable:!0});this.telInput.dispatchEvent(e)}_openDropdown(){let{fixDropdownWidth:i,countrySearch:e}=this.options;if(i&&(this.dropdownContent.style.width=`${this.telInput.offsetWidth}px`),this.dropdownContent.classList.remove("iti__hide"),this.selectedCountry.setAttribute("aria-expanded","true"),this._setDropdownPosition(),this.activeItem&&!e)this._highlightListItem(this.activeItem,!1),this._scrollTo(this.activeItem,!0);else{let n=this.countryList.firstElementChild;n&&(this._highlightListItem(n,!1),this.countryList.scrollTop=0),e&&this.searchInput.focus()}this._bindDropdownListeners(),this.dropdownArrow.classList.add("iti__arrow--up"),this._trigger("open:countrydropdown")}_setDropdownPosition(){if(this.options.dropdownContainer&&this.options.dropdownContainer.appendChild(this.dropdown),!this.options.useFullscreenPopup){let i=this.telInput.getBoundingClientRect(),e=document.documentElement.scrollTop,n=i.top+e,s=this.dropdownContent.offsetHeight,o=n+this.telInput.offsetHeight+s<e+window.innerHeight,a=n-s>e,u=!this.options.countrySearch&&!o&&a;if(N(this.dropdownContent,"iti__dropdown-content--dropup",u),this.options.dropdownContainer){let l=u?0:this.telInput.offsetHeight;this.dropdown.style.top=`${n+l}px`,this.dropdown.style.left=`${i.left+document.body.scrollLeft}px`,this._handleWindowScroll=()=>this._closeDropdown(),window.addEventListener("scroll",this._handleWindowScroll)}}}_bindDropdownListeners(){this._handleMouseoverCountryList=s=>{let o=s.target?.closest(".iti__country");o&&this._highlightListItem(o,!1)},this.countryList.addEventListener("mouseover",this._handleMouseoverCountryList),this._handleClickCountryList=s=>{let o=s.target?.closest(".iti__country");o&&this._selectListItem(o)},this.countryList.addEventListener("click",this._handleClickCountryList);let i=!0;this._handleClickOffToClose=()=>{i||this._closeDropdown(),i=!1},document.documentElement.addEventListener("click",this._handleClickOffToClose);let e="",n=null;if(this._handleKeydownOnDropdown=s=>{["ArrowUp","ArrowDown","Enter","Escape"].includes(s.key)&&(s.preventDefault(),s.stopPropagation(),s.key==="ArrowUp"||s.key==="ArrowDown"?this._handleUpDownKey(s.key):s.key==="Enter"?this._handleEnterKey():s.key==="Escape"&&this._closeDropdown()),!this.options.countrySearch&&/^[a-zA-ZÀ-ÿа-яА-Я ]$/.test(s.key)&&(s.stopPropagation(),n&&clearTimeout(n),e+=s.key.toLowerCase(),this._searchForCountry(e),n=setTimeout(()=>{e=""},1e3))},document.addEventListener("keydown",this._handleKeydownOnDropdown),this.options.countrySearch){let s=()=>{let a=this.searchInput.value.trim();a?this._filterCountries(a):this._filterCountries("",!0)},o=null;this._handleSearchChange=()=>{o&&clearTimeout(o),o=setTimeout(()=>{s(),o=null},100)},this.searchInput.addEventListener("input",this._handleSearchChange),this.searchInput.addEventListener("click",a=>a.stopPropagation())}}_filterCountries(i,e=!1){let n=!0;this.countryList.innerHTML="";let s=L(i);for(let o=0;o<this.countries.length;o++){let a=this.countries[o],u=L(a.name),l=`+${a.dialCode}`;if(e||u.includes(s)||l.includes(s)||a.iso2.includes(s)){let r=a.nodeById[this.id];r&&this.countryList.appendChild(r),n&&(this._highlightListItem(r,!1),n=!1)}}this.countryList.scrollTop=0,this._updateSearchResultsText()}_updateSearchResultsText(){let{i18n:i}=this.options,e=this.countryList.childElementCount,n;e===0?n=i.zeroSearchResults:e===1?n=i.oneSearchResult:n=i.multipleSearchResults.replace("${count}",e.toString()),this.searchResultsA11yText.textContent=n}_handleUpDownKey(i){let e=i==="ArrowUp"?this.highlightedItem?.previousElementSibling:this.highlightedItem?.nextElementSibling;if(e?e.classList.contains("iti__divider")&&(e=i==="ArrowUp"?e.previousElementSibling:e.nextElementSibling):this.countryList.childElementCount>1&&(e=i==="ArrowUp"?this.countryList.lastElementChild:this.countryList.firstElementChild),e){this._scrollTo(e,!1);let n=!this.options.countrySearch;this._highlightListItem(e,n)}}_handleEnterKey(){this.highlightedItem&&this._selectListItem(this.highlightedItem)}_searchForCountry(i){for(let e=0;e<this.countries.length;e++){let n=this.countries[e];if(n.name.substr(0,i.length).toLowerCase()===i){let o=n.nodeById[this.id];this._highlightListItem(o,!1),this._scrollTo(o,!0);break}}}_updateValFromNumber(i){let e=i;if(this.options.formatOnDisplay&&window.intlTelInputUtils&&this.selectedCountryData){let n=this.options.nationalMode||e.charAt(0)!=="+"&&!this.options.showSelectedDialCode,{NATIONAL:s,INTERNATIONAL:o}=window.intlTelInputUtils.numberFormat,a=n?s:o;e=window.intlTelInputUtils.formatNumber(e,this.selectedCountryData.iso2,a)}e=this._beforeSetNumber(e),this.telInput.value=e}_updateCountryFromNumber(i){let e=i.indexOf("+"),n=e?i.substring(e):i,s=this.selectedCountryData.dialCode;n&&s==="1"&&n.charAt(0)!=="+"&&(n.charAt(0)!=="1"&&(n=`1${n}`),n=`+${n}`),this.options.showSelectedDialCode&&s&&n.charAt(0)!=="+"&&(n=`+${s}${n}`);let a=this._getDialCode(n,!0),u=b(n),l=null;if(a){let r=this.dialCodeToIso2Map[b(a)],p=r.indexOf(this.selectedCountryData.iso2)!==-1&&u.length<=a.length-1;if(!(s==="1"&&T(u))&&!p){for(let c=0;c<r.length;c++)if(r[c]){l=r[c];break}}}else n.charAt(0)==="+"&&u.length?l="":(!n||n==="+")&&!this.selectedCountryData.iso2&&(l=this.defaultCountry);return l!==null?this._setCountry(l):!1}_highlightListItem(i,e){let n=this.highlightedItem;n&&(n.classList.remove("iti__highlight"),n.setAttribute("aria-selected","false")),this.highlightedItem=i,this.highlightedItem.classList.add("iti__highlight"),this.highlightedItem.setAttribute("aria-selected","true"),this.selectedCountry.setAttribute("aria-activedescendant",i.getAttribute("id")||""),this.options.countrySearch&&this.searchInput.setAttribute("aria-activedescendant",i.getAttribute("id")||""),e&&this.highlightedItem.focus()}_getCountryData(i,e){for(let n=0;n<this.countries.length;n++)if(this.countries[n].iso2===i)return this.countries[n];if(e)return null;throw new Error(`No country data for '${i}'`)}_setCountry(i){let{allowDropdown:e,showSelectedDialCode:n,showFlags:s,countrySearch:o,i18n:a}=this.options,u=this.selectedCountryData.iso2?this.selectedCountryData:{};if(this.selectedCountryData=i?this._getCountryData(i,!1)||{}:{},this.selectedCountryData.iso2&&(this.defaultCountry=this.selectedCountryData.iso2),this.selectedCountryInner){let l="",r="";i?s&&(l=`iti__flag iti__${i}`,r=`${this.selectedCountryData.name} +${this.selectedCountryData.dialCode}`):(l="iti__flag iti__globe",r=a.noCountrySelected),this.selectedCountryInner.className=l,this.selectedCountryA11yText.textContent=r}if(this._setSelectedCountryTitleAttribute(i,n),n){let l=this.selectedCountryData.dialCode?`+${this.selectedCountryData.dialCode}`:"";this.selectedDialCode.innerHTML=l;let r=this.selectedCountry.offsetWidth||this._getHiddenSelectedCountryWidth();this.isRTL?this.telInput.style.paddingRight=`${r+6}px`:this.telInput.style.paddingLeft=`${r+6}px`}if(this._updatePlaceholder(),this._updateMaxLength(),e&&!o){let l=this.activeItem;if(l&&(l.classList.remove("iti__active"),l.setAttribute("aria-selected","false")),i){let r=this.countryList.querySelector(`#iti-${this.id}__item-${i}-preferred`)||this.countryList.querySelector(`#iti-${this.id}__item-${i}`);r&&(r.setAttribute("aria-selected","true"),r.classList.add("iti__active"),this.activeItem=r)}}return u.iso2!==i}_updateMaxLength(){if(this.options.strictMode&&window.intlTelInputUtils)if(this.selectedCountryData.iso2){let i=window.intlTelInputUtils.numberType[this.options.placeholderNumberType],e=window.intlTelInputUtils.getExampleNumber(this.selectedCountryData.iso2,!1,i,!0),n=e;for(;window.intlTelInputUtils.isPossibleNumber(e,this.selectedCountryData.iso2);)n=e,e+="0";let s=window.intlTelInputUtils.getCoreNumber(n,this.selectedCountryData.iso2);this.maxCoreNumberLength=s.length}else this.maxCoreNumberLength=null}_setSelectedCountryTitleAttribute(i=null,e){if(!this.selectedCountry)return;let n;i&&!e?n=`${this.selectedCountryData.name}: +${this.selectedCountryData.dialCode}`:i?n=this.selectedCountryData.name:n="Unknown",this.selectedCountry.setAttribute("title",n)}_getHiddenSelectedCountryWidth(){if(this.telInput.parentNode){let i=this.telInput.parentNode.cloneNode(!1);i.style.visibility="hidden",document.body.appendChild(i);let e=this.countryContainer.cloneNode();i.appendChild(e);let n=this.selectedCountry.cloneNode(!0);e.appendChild(n);let s=n.offsetWidth;return document.body.removeChild(i),s}return 0}_updatePlaceholder(){let{autoPlaceholder:i,placeholderNumberType:e,nationalMode:n,customPlaceholder:s}=this.options,o=i==="aggressive"||!this.hadInitialPlaceholder&&i==="polite";if(window.intlTelInputUtils&&o){let a=window.intlTelInputUtils.numberType[e],u=this.selectedCountryData.iso2?window.intlTelInputUtils.getExampleNumber(this.selectedCountryData.iso2,n,a):"";u=this._beforeSetNumber(u),typeof s=="function"&&(u=s(u,this.selectedCountryData)),this.telInput.setAttribute("placeholder",u)}}_selectListItem(i){let e=this._setCountry(i.getAttribute("data-country-code"));this._closeDropdown(),this._updateDialCode(i.getAttribute("data-dial-code")),this.telInput.focus(),e&&this._triggerCountryChange()}_closeDropdown(){this.dropdownContent.classList.add("iti__hide"),this.selectedCountry.setAttribute("aria-expanded","false"),this.selectedCountry.removeAttribute("aria-activedescendant"),this.highlightedItem&&this.highlightedItem.setAttribute("aria-selected","false"),this.options.countrySearch&&this.searchInput.removeAttribute("aria-activedescendant"),this.dropdownArrow.classList.remove("iti__arrow--up"),document.removeEventListener("keydown",this._handleKeydownOnDropdown),this.options.countrySearch&&this.searchInput.removeEventListener("input",this._handleSearchChange),document.documentElement.removeEventListener("click",this._handleClickOffToClose),this.countryList.removeEventListener("mouseover",this._handleMouseoverCountryList),this.countryList.removeEventListener("click",this._handleClickCountryList),this.options.dropdownContainer&&(this.options.useFullscreenPopup||window.removeEventListener("scroll",this._handleWindowScroll),this.dropdown.parentNode&&this.dropdown.parentNode.removeChild(this.dropdown)),this._trigger("close:countrydropdown")}_scrollTo(i,e){let n=this.countryList,s=document.documentElement.scrollTop,o=n.offsetHeight,a=n.getBoundingClientRect().top+s,u=a+o,l=i.offsetHeight,r=i.getBoundingClientRect().top+s,p=r+l,h=r-a+n.scrollTop,c=o/2-l/2;if(r<a)e&&(h-=c),n.scrollTop=h;else if(p>u){e&&(h+=c);let y=o-l;n.scrollTop=h-y}}_updateDialCode(i){let e=this.telInput.value,n=`+${i}`,s;if(e.charAt(0)==="+"){let o=this._getDialCode(e);o?s=e.replace(o,n):s=n,this.telInput.value=s}}_getDialCode(i,e){let n="";if(i.charAt(0)==="+"){let s="";for(let o=0;o<i.length;o++){let a=i.charAt(o);if(!isNaN(parseInt(a,10))){if(s+=a,e)this.dialCodeToIso2Map[s]&&(n=i.substr(0,o+1));else if(this.dialCodes[s]){n=i.substr(0,o+1);break}if(s.length===this.dialCodeMaxLen)break}}}return n}_getFullNumber(){let i=this.telInput.value.trim(),{dialCode:e}=this.selectedCountryData,n,s=b(i);return this.options.showSelectedDialCode&&!this.options.nationalMode&&i.charAt(0)!=="+"&&e&&s?n=`+${e}`:n="",n+i}_beforeSetNumber(i){let e=i;if(this.options.showSelectedDialCode){let n=this._getDialCode(e);if(n){n=`+${this.selectedCountryData.dialCode}`;let s=e[n.length]===" "||e[n.length]==="-"?n.length+1:n.length;e=e.substr(s)}}return this._cap(e)}_triggerCountryChange(){this._trigger("countrychange")}_formatNumberAsYouType(){let i=this._getFullNumber(),e=window.intlTelInputUtils?window.intlTelInputUtils.formatNumberAsYouType(i,this.selectedCountryData.iso2):i,{dialCode:n}=this.selectedCountryData;return this.options.showSelectedDialCode&&!this.options.nationalMode&&this.telInput.value.charAt(0)!=="+"&&e.includes(`+${n}`)?(e.split(`+${n}`)[1]||"").trim():e}handleAutoCountry(){this.options.initialCountry==="auto"&&window.intlTelInputGlobals.autoCountry&&(this.defaultCountry=window.intlTelInputGlobals.autoCountry,this.telInput.value||this.setCountry(this.defaultCountry),this.resolveAutoCountryPromise())}handleUtils(){window.intlTelInputUtils&&(this.telInput.value&&this._updateValFromNumber(this.telInput.value),this.selectedCountryData.iso2&&(this._updatePlaceholder(),this._updateMaxLength())),this.resolveUtilsScriptPromise()}destroy(){if(this.options.allowDropdown){this._closeDropdown(),this.selectedCountry.removeEventListener("click",this._handleClickSelectedCountry),this.countryContainer.removeEventListener("keydown",this._handleCountryContainerKeydown);let n=this.telInput.closest("label");n&&n.removeEventListener("click",this._handleLabelClick)}let{form:i}=this.telInput;this._handleHiddenInputSubmit&&i&&i.removeEventListener("submit",this._handleHiddenInputSubmit),this.telInput.removeEventListener("input",this._handleInputEvent),this._handleKeydownEvent&&this.telInput.removeEventListener("keydown",this._handleKeydownEvent),this.telInput.removeAttribute("data-intl-tel-input-id");let e=this.telInput.parentNode;e?.parentNode?.insertBefore(this.telInput,e),e?.parentNode?.removeChild(e),delete window.intlTelInputGlobals.instances[this.id]}getExtension(){return window.intlTelInputUtils?window.intlTelInputUtils.getExtension(this._getFullNumber(),this.selectedCountryData.iso2):""}getNumber(i){if(window.intlTelInputUtils){let{iso2:e}=this.selectedCountryData;return window.intlTelInputUtils.formatNumber(this._getFullNumber(),e,i)}return""}getNumberType(){return window.intlTelInputUtils?window.intlTelInputUtils.getNumberType(this._getFullNumber(),this.selectedCountryData.iso2):-99}getSelectedCountryData(){return this.selectedCountryData}getValidationError(){if(window.intlTelInputUtils){let{iso2:i}=this.selectedCountryData;return window.intlTelInputUtils.getValidationError(this._getFullNumber(),i)}return-99}isValidNumber(i=!0){let e=this._getFullNumber();return/\p{L}/u.test(e)?!1:window.intlTelInputUtils?window.intlTelInputUtils.isPossibleNumber(e,this.selectedCountryData.iso2,i):null}isValidNumberPrecise(){let i=this._getFullNumber();return/\p{L}/u.test(i)?!1:window.intlTelInputUtils?window.intlTelInputUtils.isValidNumber(i,this.selectedCountryData.iso2):null}setCountry(i){let e=i.toLowerCase();this.selectedCountryData.iso2!==e&&(this._setCountry(e),this._updateDialCode(this.selectedCountryData.dialCode),this._triggerCountryChange())}setNumber(i){let e=this._updateCountryFromNumber(i);this._updateValFromNumber(i),e&&this._triggerCountryChange()}setPlaceholderNumberType(i){this.options.placeholderNumberType=i,this._updatePlaceholder()}},P=(d,i,e)=>{let n=document.createElement("script");n.onload=()=>{f("handleUtils"),i&&i()},n.onerror=()=>{f("rejectUtilsScriptPromise"),e&&e()},n.className="iti-load-utils",n.async=!0,n.src=d,document.body.appendChild(n)},H=d=>!window.intlTelInputUtils&&!window.intlTelInputGlobals.startedLoadingUtilsScript?(window.intlTelInputGlobals.startedLoadingUtilsScript=!0,new Promise((i,e)=>P(d,i,e))):null;if(typeof window=="object"){let d={defaults:E,documentReady:()=>document.readyState==="complete",getCountryData:()=>C,getInstance:i=>{let e=i.getAttribute("data-intl-tel-input-id");return e?d.instances[e]:null},instances:{},loadUtils:H,version:"21.2.2"};window.intlTelInputGlobals=d}var z=(d,i)=>{let e=new v(d,i);return e._init(),d.setAttribute("data-intl-tel-input-id",e.id.toString()),window.intlTelInputGlobals.instances[e.id]=e,e},k=z;var R=({initialValue:d="",onChangeNumber:i=()=>{},onChangeCountry:e=()=>{},onChangeValidity:n=()=>{},onChangeErrorCode:s=()=>{},usePreciseValidation:o=!1,initOptions:a={},inputProps:u={}})=>{let l=S(null),r=S(null),p=()=>{let h=r.current?.getNumber()||"",c=r.current?.getSelectedCountryData().iso2||"";if(i(h),e(c),r.current)if(o?r.current.isValidNumberPrecise():r.current.isValidNumber())n(!0),s(null);else{let m=r.current.getValidationError();n(!1),s(m)}};return j(()=>{let h=l.current;return h&&(r.current=k(h,a),h.addEventListener("countrychange",p)),()=>{h&&h.removeEventListener("countrychange",p),r.current?.destroy()}},[]),U.createElement("input",{type:"tel",ref:l,onInput:p,defaultValue:d,...u})},Q=R;export{Q as default};