edvoyui-component-library-test-flight 0.0.91 → 0.0.93

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.
@@ -1,80 +1,80 @@
1
- "use strict";var H3=Object.defineProperty;var U3=(e,r,n)=>r in e?H3(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n;var Ee=(e,r,n)=>U3(e,typeof r!="symbol"?r+"":r,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue");function W3(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,a.get?a:{enumerable:!0,get:()=>e[n]})}}return r.default=e,Object.freeze(r)}const j3=W3(t),Y3=["type","size","color","iconType","disabled","loading","icon"],xu=t.defineComponent({__name:"EUIButton",props:{type:{type:String,default:"button"},size:{type:String,default:"md"},color:{type:String,default:"purple"},iconType:{type:String,default:""},icon:{type:[String,Object,Function],default:""},rounded:Boolean,loading:Boolean,disabled:Boolean},emits:["click"],setup(e,{emit:r}){const n=r,a=()=>[n("click")],i=e,s=t.reactive({xs:"text-sm font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),c=t.computed(()=>{const p=i.disabled,h={black:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-gray-800":"text-white bg-gray-900 hover:bg-gray-800 active:bg-black cursor-pointer active:shadow-black/50",white:p?"bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200":"bg-white hover:bg-gray-100 text-black cursor-pointer active:shadow-white/50 active:bg-transparent",danger:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-red-500":"bg-red-500 hover:bg-red-600 active:bg-red-500 text-white cursor-pointer active:shadow-red-500/50",success:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-green-600":"bg-green-600 hover:bg-green-700 active:bg-green-600 text-white cursor-pointer active:shadow-green-500/50",purple:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500":"bg-purple-700 hover:bg-purple-800 active:bg-purple-700 text-white cursor-pointer active:shadow-purple-500/50",primary:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500":"primary-btn text-white cursor-pointer active:shadow-purple-500/50",secondary:p?"bg-opacity-75 cursor-not-allowed text-gray-400 bg-purple-50":"bg-purple-100 hover:bg-purple-50 active:bg-purple-100 cursor-pointer text-gray-700 active:shadow-purple-200",tertiary:p?"bg-opacity-75 cursor-not-allowed text-gray-400 bg-gray-50 ring-1 ring-gray-100":"bg-gray-100 hover:bg-gray-50 active:bg-gray-100 text-gray-700 cursor-pointer active:shadow-bg-gray-200/50 ring-1 ring-gray-200"},v={lg:i.iconType==="icon"?"p-3":"px-6 py-3",md:i.iconType==="icon"?"p-2":"px-4 py-2",sm:i.iconType==="icon"?"p-1.5":"px-4 py-1.5",xs:i.iconType==="icon"?"p-1":"px-3 py-1"},b=h[i.color]||"",w=s[i.size]||"",C=v[i.size]||"",A=i.disabled===!0?"active:!translate-y-0 active:!scale-100 active:!shadow-none":"";return`${b} ${w} ${C} ${A}`}),d=t.reactive({xs:"w-4 h-4 text-current",sm:"w-5 h-5 text-current",md:"w-6 h-6 text-current",lg:"w-6 h-6 text-current"}),f=t.computed(()=>d[i.size]||"");return(p,h)=>(t.openBlock(),t.createElementBlock("button",t.mergeProps({type:e.type,size:e.size,color:e.color,iconType:e.iconType},p.$attrs,{class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center active:scale-[.97] active:shadow-md transition duration-150 ease-in-out active:translate-y-0.5",e.rounded?"rounded-full":"rounded-lg",c.value],disabled:e.disabled,loading:e.loading,icon:e.icon,onClick:h[0]||(h[0]=v=>a())}),[e.iconType==="icon"||e.iconType==="startIcon"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{key:0,class:t.normalizeClass([f.value])},null,8,["class"])):t.createCommentVNode("",!0),t.renderSlot(p.$slots,"default"),e.iconType==="endIcon"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{key:1,class:t.normalizeClass([f.value])},null,8,["class"])):t.createCommentVNode("",!0),e.loading?(t.openBlock(),t.createElementBlock("svg",{key:2,class:t.normalizeClass(["animate-spin",[f.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},h[1]||(h[1]=[t.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),t.createElementVNode("path",{class:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"},null,-1)]),2)):t.createCommentVNode("",!0)],16,Y3))}}),G3={key:0,class:"text-red-500 text-xs font-medium first-letter:uppercase"},q3={key:1,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Vr=t.defineComponent({__name:"EUIErrorMessage",props:{name:{type:String,required:!0},errors:{type:Object,required:!0}},setup(e){const r=e,{errors:n,name:a}=t.toRefs(r);return(i,s)=>{var c,d,f,p,h;return Array.isArray(t.unref(n))?(t.openBlock(),t.createElementBlock("div",G3,t.toDisplayString((d=(c=t.unref(n))==null?void 0:c.at(0))!=null&&d.$message?(p=(f=t.unref(n))==null?void 0:f.at(0))==null?void 0:p.$message:t.unref(n).at(0)),1)):(t.openBlock(),t.createElementBlock("div",q3,t.toDisplayString(t.unref(a)?(h=t.unref(n))==null?void 0:h[t.unref(a)]:t.unref(n)),1))}}}),K3=["for"],X3=["for"],Q3=["id","type","value","placeholder","name","required","disabled","readonly"],ws="id",Z3=t.defineComponent({__name:"EUIInput",props:{errors:{type:Object,required:!1,default:()=>{}},type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},autoFocus:{type:Boolean,required:!1,default:!1},placeholder:{type:String,required:!1,default:""},iconType:{type:String,default:""},icon:{type:[Object,String],default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputFilled:{type:Boolean,default:!1},rounded:Boolean,className:{type:Array,required:!1,default:()=>[]}},emits:["update:modelValue"],setup(e,{emit:r}){const n=e,a=t.ref(!1),i=t.ref(),s=r,c=p=>{var v;const h=(v=p==null?void 0:p.target)==null?void 0:v.value;h!==void 0&&s("update:modelValue",h)},d=t.computed(()=>n.modelValue===0?!0:!!n.modelValue),f=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}};return t.onMounted(()=>{var p;n!=null&&n.autoFocus&&((p=i==null?void 0:i.value)==null||p.focus())}),(p,h)=>(t.openBlock(),t.createElementBlock("div",null,[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,for:`${e.name}-${ws}`,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),11,K3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["relative",{"pointer-events-none cursor-not-allowed":e.disabled},{"h-14 rounded-2xl focus-within:border-purple-600 focus-within:ring-1 focus-within:ring-purple-600 border border-gray-100":e.inputFilled},"group cursor-pointer relative w-full mb-2 overflow-hidden"])},[t.createElementVNode("button",{class:t.normalizeClass(d.value?" absolute inset-y-0 right-3 ":" hidden "),onClick:h[0]||(h[0]=v=>s("update:modelValue",""))},h[3]||(h[3]=[t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"size-5"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18 18 6M6 6l12 12"})],-1)]),2),e.inputFilled?(t.openBlock(),t.createElementBlock("label",{key:0,for:`${e.name}-${ws}`,class:t.normalizeClass([f(),d.value?"top-3.5 text-xs text-gray-400 leading-none cursor-default":"top-1/2 text-sm w-full text-gray-700 cursor-pointer h-14 pt-5 pb-4",e.disabled?"cursor-not-allowed bg-gray-50 z-10":"z-0 bg-white",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500","absolute font-medium left-0 px-4 -translate-y-1/2 duration-300 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-focus-within:-translate-y-1/2 group-focus-within:ring-transparent group-focus-within:h-auto group-focus-within:py-0 first-letter:capitalize transition-all ease-in-out"])},t.toDisplayString(e.label||"Label"),11,X3)):t.createCommentVNode("",!0),e.icon&&e.iconType?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["absolute inset-y-0 flex items-center pointer-events-none",e.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",e.disabled?"z-20":""])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"text-gray-400 size-6","aria-hidden":"true"}))],2)):t.createCommentVNode("",!0),t.createElementVNode("input",{id:`${e.name}-${ws}`,ref_key:"input",ref:i,type:e.type==="search"?"text":e.type,value:e.modelValue,placeholder:e.placeholder,name:e.name,class:t.normalizeClass(["z-10 block placeholder:text-gray-400 focus:outline-none text-sm font-medium appearance-none disabled:opacity-75 autofill:bg-white leading-6 transition-all duration-100 border-none outline-none",e.inputFilled?"pt-6 pb-3 rounded-2xl size-full":"py-3 h-10 w-full ring-1 ring-gray-100 focus-within:ring-purple-600 focus-within:ring-2 ring-inset",!e.inputFilled&&e.rounded?"rounded-2xl":"rounded-md",e.disabled?"cursor-not-allowed":"cursor-text",f(),!e.inputFilled&&e.className,"pr-8"]),required:e.required,disabled:e.disabled,readonly:e.readonly,autocomplete:"off",onInput:c,onFocus:h[1]||(h[1]=v=>a.value=!0),onBlur:h[2]||(h[2]=v=>a.value=!1)},null,42,Q3)],2),t.createVNode(Vr,{errors:e.errors,name:e.name},null,8,["errors","name"])]))}}),lt=(e,r)=>{const n=e.__vccOpts||e;for(const[a,i]of r)n[a]=i;return n},J3=lt(Z3,[["__scopeId","data-v-9692a08b"]]),eb=[["Afghanistan (‫افغانستان‬‎)","af","93"],["Albania (Shqipëri)","al","355"],["Algeria (‫الجزائر‬‎)","dz","213"],["American Samoa","as","1",5,["684"]],["Andorra","ad","376"],["Angola","ao","244"],["Anguilla","ai","1",6,["264"]],["Antigua and Barbuda","ag","1",7,["268"]],["Argentina","ar","54"],["Armenia (Հայաստան)","am","374"],["Aruba","aw","297"],["Ascension Island","ac","247"],["Australia","au","61",0],["Austria (Österreich)","at","43"],["Azerbaijan (Azərbaycan)","az","994"],["Bahamas","bs","1",8,["242"]],["Bahrain (‫البحرين‬‎)","bh","973"],["Bangladesh (বাংলাদেশ)","bd","880"],["Barbados","bb","1",9,["246"]],["Belarus (Беларусь)","by","375"],["Belgium (België)","be","32"],["Belize","bz","501"],["Benin (Bénin)","bj","229"],["Bermuda","bm","1",10,["441"]],["Bhutan (འབྲུག)","bt","975"],["Bolivia","bo","591"],["Bosnia and Herzegovina (Босна и Херцеговина)","ba","387"],["Botswana","bw","267"],["Brazil (Brasil)","br","55"],["British Indian Ocean Territory","io","246"],["British Virgin Islands","vg","1",11,["284"]],["Brunei","bn","673"],["Bulgaria (България)","bg","359"],["Burkina Faso","bf","226"],["Burundi (Uburundi)","bi","257"],["Cambodia (កម្ពុជា)","kh","855"],["Cameroon (Cameroun)","cm","237"],["Canada","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","902","905"]],["Cape Verde (Kabu Verdi)","cv","238"],["Caribbean Netherlands","bq","599",1,["3","4","7"]],["Cayman Islands","ky","1",12,["345"]],["Central African Republic (République centrafricaine)","cf","236"],["Chad (Tchad)","td","235"],["Chile","cl","56"],["China (中国)","cn","86"],["Christmas Island","cx","61",2,["89164"]],["Cocos (Keeling) Islands","cc","61",1,["89162"]],["Colombia","co","57"],["Comoros (‫جزر القمر‬‎)","km","269"],["Congo (DRC) (République démocratique du Congo)","cd","243"],["Congo (Republic) (Congo-Brazzaville)","cg","242"],["Cook Islands","ck","682"],["Costa Rica","cr","506"],["Côte d’Ivoire","ci","225"],["Croatia (Hrvatska)","hr","385"],["Cuba","cu","53"],["Curaçao","cw","599",0],["Cyprus (Κύπρος)","cy","357"],["Czech Republic (Česká republika)","cz","420"],["Denmark (Danmark)","dk","45"],["Djibouti","dj","253"],["Dominica","dm","1",13,["767"]],["Dominican Republic (República Dominicana)","do","1",2,["809","829","849"]],["Ecuador","ec","593"],["Egypt (‫مصر‬‎)","eg","20"],["El Salvador","sv","503"],["Equatorial Guinea (Guinea Ecuatorial)","gq","240"],["Eritrea","er","291"],["Estonia (Eesti)","ee","372"],["Eswatini","sz","268"],["Ethiopia","et","251"],["Falkland Islands (Islas Malvinas)","fk","500"],["Faroe Islands (Føroyar)","fo","298"],["Fiji","fj","679"],["Finland (Suomi)","fi","358",0],["France","fr","33"],["French Guiana (Guyane française)","gf","594"],["French Polynesia (Polynésie française)","pf","689"],["Gabon","ga","241"],["Gambia","gm","220"],["Georgia (საქართველო)","ge","995"],["Germany (Deutschland)","de","49"],["Ghana (Gaana)","gh","233"],["Gibraltar","gi","350"],["Greece (Ελλάδα)","gr","30"],["Greenland (Kalaallit Nunaat)","gl","299"],["Grenada","gd","1",14,["473"]],["Guadeloupe","gp","590",0],["Guam","gu","1",15,["671"]],["Guatemala","gt","502"],["Guernsey","gg","44",1,["1481","7781","7839","7911"]],["Guinea (Guinée)","gn","224"],["Guinea-Bissau (Guiné Bissau)","gw","245"],["Guyana","gy","592"],["Haiti","ht","509"],["Honduras","hn","504"],["Hong Kong (香港)","hk","852"],["Hungary (Magyarország)","hu","36"],["Iceland (Ísland)","is","354"],["India (भारत)","in","91"],["Indonesia","id","62"],["Iran (‫ایران‬‎)","ir","98"],["Iraq (‫العراق‬‎)","iq","964"],["Ireland","ie","353"],["Isle of Man","im","44",2,["1624","74576","7524","7924","7624"]],["Israel (‫ישראל‬‎)","il","972"],["Italy (Italia)","it","39",0],["Jamaica","jm","1",4,["876","658"]],["Japan (日本)","jp","81"],["Jersey","je","44",3,["1534","7509","7700","7797","7829","7937"]],["Jordan (‫الأردن‬‎)","jo","962"],["Kazakhstan (Казахстан)","kz","7",1,["33","7"]],["Kenya","ke","254"],["Kiribati","ki","686"],["Kosovo","xk","383"],["Kuwait (‫الكويت‬‎)","kw","965"],["Kyrgyzstan (Кыргызстан)","kg","996"],["Laos (ລາວ)","la","856"],["Latvia (Latvija)","lv","371"],["Lebanon (‫لبنان‬‎)","lb","961"],["Lesotho","ls","266"],["Liberia","lr","231"],["Libya (‫ليبيا‬‎)","ly","218"],["Liechtenstein","li","423"],["Lithuania (Lietuva)","lt","370"],["Luxembourg","lu","352"],["Macau (澳門)","mo","853"],["Madagascar (Madagasikara)","mg","261"],["Malawi","mw","265"],["Malaysia","my","60"],["Maldives","mv","960"],["Mali","ml","223"],["Malta","mt","356"],["Marshall Islands","mh","692"],["Martinique","mq","596"],["Mauritania (‫موريتانيا‬‎)","mr","222"],["Mauritius (Moris)","mu","230"],["Mayotte","yt","262",1,["269","639"]],["Mexico (México)","mx","52"],["Micronesia","fm","691"],["Moldova (Republica Moldova)","md","373"],["Monaco","mc","377"],["Mongolia (Монгол)","mn","976"],["Montenegro (Crna Gora)","me","382"],["Montserrat","ms","1",16,["664"]],["Morocco (‫المغرب‬‎)","ma","212",0],["Mozambique (Moçambique)","mz","258"],["Myanmar (Burma) (မြန်မာ)","mm","95"],["Namibia (Namibië)","na","264"],["Nauru","nr","674"],["Nepal (नेपाल)","np","977"],["Netherlands (Nederland)","nl","31"],["New Caledonia (Nouvelle-Calédonie)","nc","687"],["New Zealand","nz","64"],["Nicaragua","ni","505"],["Niger (Nijar)","ne","227"],["Nigeria","ng","234"],["Niue","nu","683"],["Norfolk Island","nf","672"],["North Korea (조선 민주주의 인민 공화국)","kp","850"],["North Macedonia (Северна Македонија)","mk","389"],["Northern Mariana Islands","mp","1",17,["670"]],["Norway (Norge)","no","47",0],["Oman (‫عُمان‬‎)","om","968"],["Pakistan (‫پاکستان‬‎)","pk","92"],["Palau","pw","680"],["Palestine (‫فلسطين‬‎)","ps","970"],["Panama (Panamá)","pa","507"],["Papua New Guinea","pg","675"],["Paraguay","py","595"],["Peru (Perú)","pe","51"],["Philippines","ph","63"],["Poland (Polska)","pl","48"],["Portugal","pt","351"],["Puerto Rico","pr","1",3,["787","939"]],["Qatar (‫قطر‬‎)","qa","974"],["Réunion (La Réunion)","re","262",0],["Romania (România)","ro","40"],["Russia (Россия)","ru","7",0],["Rwanda","rw","250"],["Saint Barthélemy","bl","590",1],["Saint Helena","sh","290"],["Saint Kitts and Nevis","kn","1",18,["869"]],["Saint Lucia","lc","1",19,["758"]],["Saint Martin (Saint-Martin (partie française))","mf","590",2],["Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)","pm","508"],["Saint Vincent and the Grenadines","vc","1",20,["784"]],["Samoa","ws","685"],["San Marino","sm","378"],["São Tomé and Príncipe (São Tomé e Príncipe)","st","239"],["Saudi Arabia (‫المملكة العربية السعودية‬‎)","sa","966"],["Senegal (Sénégal)","sn","221"],["Serbia (Србија)","rs","381"],["Seychelles","sc","248"],["Sierra Leone","sl","232"],["Singapore","sg","65"],["Sint Maarten","sx","1",21,["721"]],["Slovakia (Slovensko)","sk","421"],["Slovenia (Slovenija)","si","386"],["Solomon Islands","sb","677"],["Somalia (Soomaaliya)","so","252"],["South Africa","za","27"],["South Korea (대한민국)","kr","82"],["South Sudan (‫جنوب السودان‬‎)","ss","211"],["Spain (España)","es","34"],["Sri Lanka (ශ්‍රී ලංකාව)","lk","94"],["Sudan (‫السودان‬‎)","sd","249"],["Suriname","sr","597"],["Svalbard and Jan Mayen","sj","47",1,["79"]],["Sweden (Sverige)","se","46"],["Switzerland (Schweiz)","ch","41"],["Syria (‫سوريا‬‎)","sy","963"],["Taiwan (台灣)","tw","886"],["Tajikistan","tj","992"],["Tanzania","tz","255"],["Thailand (ไทย)","th","66"],["Timor-Leste","tl","670"],["Togo","tg","228"],["Tokelau","tk","690"],["Tonga","to","676"],["Trinidad and Tobago","tt","1",22,["868"]],["Tunisia (‫تونس‬‎)","tn","216"],["Turkey (Türkiye)","tr","90"],["Turkmenistan","tm","993"],["Turks and Caicos Islands","tc","1",23,["649"]],["Tuvalu","tv","688"],["U.S. Virgin Islands","vi","1",24,["340"]],["Uganda","ug","256"],["Ukraine (Україна)","ua","380"],["United Arab Emirates (‫الإمارات العربية المتحدة‬‎)","ae","971"],["United Kingdom","gb","44",0],["United States","us","1",0],["Uruguay","uy","598"],["Uzbekistan (Oʻzbekiston)","uz","998"],["Vanuatu","vu","678"],["Vatican City (Città del Vaticano)","va","39",1,["06698"]],["Venezuela","ve","58"],["Vietnam (Việt Nam)","vn","84"],["Wallis and Futuna (Wallis-et-Futuna)","wf","681"],["Western Sahara (‫الصحراء الغربية‬‎)","eh","212",1,["5288","5289"]],["Yemen (‫اليمن‬‎)","ye","967"],["Zambia","zm","260"],["Zimbabwe","zw","263"],["Åland Islands","ax","358",1,["18"]]],tb=eb.map(([e,r,n,a=0,i=null])=>({name:e,iso2:r.toUpperCase(),dialCode:n,priority:a,areaCodes:i}));function nb(){return fetch("https://ip2c.org/s").then(e=>e.text()).then(e=>{const r=(e||"").toString();if(!r||r[0]!=="1")throw new Error("unable to fetch the country");return r.substr(2,2)})}function rb(e,r){if(e.setSelectionRange)e.focus(),e.setSelectionRange(r,r);else if("createTextRange"in e&&typeof e.createTextRange=="function"){const n=e.createTextRange();n.collapse(!0),n.moveEnd("character",r),n.moveStart("character",r),n.select()}}const ab=[{name:"allCountries",type:Array,default:tb,description:"All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",inDemo:!1},{name:"autoFormat",type:Boolean,default:!0,description:"Auto update the input to the formatted phone number when it's valid",inDemo:!0},{name:"customValidate",type:[Boolean,RegExp],default:!1,description:"Custom validation RegExp for input",inDemo:!1},{name:"defaultCountry",default:"",type:[String,Number],description:"Default country (by iso2 or dialCode), will override the country fetched from IP address of user",inDemo:!1},{name:"disabled",default:!1,type:Boolean,description:"Disable <code>vue-tel-input</code>, including the input & flag dropdown",inDemo:!1},{name:"autoDefaultCountry",default:!0,type:Boolean,description:"To fetch default country based on IP address of user",inDemo:!1},{name:"dropdownOptions",type:Object,description:"Options for dropdown, see below",inDemo:!1},{name:"dropdownOptions.disabled",default:!1,type:Boolean,description:"Disable dropdown",inDemo:!1},{name:"dropdownOptions.showDialCodeInList",default:!0,type:Boolean,description:"Show dial code in the dropdown list",inDemo:!0},{name:"dropdownOptions.showDialCodeInSelection",default:!1,type:Boolean,description:"Show dial code in the dropdown selection",inDemo:!0},{name:"dropdownOptions.showFlags",default:!0,type:Boolean,description:"Show flags in the dropdown selection and list",inDemo:!0},{name:"dropdownOptions.showSearchBox",default:!1,type:Boolean,description:"Show country search box",inDemo:!0},{name:"dropdownOptions.searchBoxPlaceholder",default:"",type:String,description:"Placeholder for the search box",inDemo:!1},{name:"dropdownOptions.tabindex",default:0,type:Number,description:"Native dropdown <code>tabindex</code> attribute",inDemo:!1},{name:"ignoredCountries",default:[],type:Array,description:"List of countries will NOT be shown on the dropdown",inDemo:!1},{name:"inputOptions",type:Object,description:"Options for input, see below",inDemo:!1},{name:"inputOptions.autocomplete",type:String,default:"on",description:"Native input <code>autocomplete</code> attribute",inDemo:!1},{name:"inputOptions.autofocus",type:Boolean,default:!1,description:"Native input <code>autofocus</code> attribute",inDemo:!1},{name:"inputOptions.aria-describedby",default:"",type:String,description:"Native input <code>aria-describedby</code> attribute",inDemo:!1},{name:"inputOptions.id",default:"",type:String,description:"Native input <code>id</code> attribute",inDemo:!1},{name:"inputOptions.maxlength",default:25,type:Number,description:"Native input <code>maxlength</code> attribute",inDemo:!1},{name:"inputOptions.name",default:"telephone",type:String,description:"Native input <code>name</code> attribute",inDemo:!1},{name:"inputOptions.showDialCode",default:!1,type:Boolean,description:"Show dial code in input",inDemo:!1},{name:"inputOptions.placeholder",default:"Enter a phone number",type:String,description:"Placeholder for the input",inDemo:!1},{name:"inputOptions.readonly",default:!1,type:Boolean,description:"Native input <code>readonly</code> attribute",inDemo:!1},{name:"inputOptions.required",default:!1,type:Boolean,description:"Native input <code>required</code> attribute",inDemo:!1},{name:"inputOptions.tabindex",default:0,type:Number,description:"Native input <code>tabindex</code> attribute",inDemo:!1},{name:"inputOptions.type",default:"tel",type:String,description:"Native input <code>type</code> attribute",inDemo:!1},{name:"inputOptions.styleClasses",default:"",type:[String,Array,Object],description:"Custom classes for the <code>input</code>",inDemo:!1},{name:"invalidMsg",default:"",type:String,description:"",inDemo:!1},{name:"mode",default:"auto",type:String,description:"Allowed values: <code>'auto'</code> (Default set by phone), <code>'international'</code> (Format number with the dial code i.e. + 61), <code>'national'</code> (Format number without dial code i.e. 0321232)",inDemo:!0,options:["auto","national","international"]},{name:"onlyCountries",default:[],type:Array,description:"List of countries will be shown on the dropdown",inDemo:!1},{name:"preferredCountries",default:[],type:Array,description:"Preferred countries list, will be on top of the dropdown",inDemo:!1},{name:"styleClasses",default:"",type:[String,Array,Object],description:"Custom classes for the wrapper",inDemo:!1},{name:"validCharactersOnly",default:!1,type:Boolean,description:"Only allow valid characters in a phone number (will also verify in <code>mounted</code>, so phone number with invalid characters will be shown as an empty string)",inDemo:!1}],ob=[...ab].reduce((e,r)=>{if(r.name.includes(".")){const[n,a]=r.name.split(".");e[n]?Object.assign(e[n],{[a]:r.default}):Object.assign(e,{[n]:{[a]:r.default}})}else Object.assign(e,{[r.name]:r.default});return e},{}),Hf={options:{...ob}};function Ht(e){const r=Hf.options[e];return typeof r>"u"?Hf.options[e]:r}function io(e){return e==null?void 0:e.toLowerCase()}function lo(e){return e==null?void 0:e.toUpperCase()}const ib={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","(?:[2-467]\\d\\d|8001)\\d{5}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[23]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","[27]\\d{6,7}|[34]\\d{5,7}|63\\d{6}|(?:5|8\\d\\d)\\d{7}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[0568]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d)(\\d{4,9})","$1 $2",["[2568][1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["[12]00|[368]|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[1245]|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0-79])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-2]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\d{6}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[1-9]\\d{8}|3[2-9]\\d{7}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[25]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[4-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(8-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(8-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(8-$1)",1]],"8",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|9)|8(?:0[89]|92)","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-2]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","1(?:(?:[27]2|44|87|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[01]\\d|2[13-9]|[35][1-9]|4[0-35-9]|6[0-46-9]|7[013-9]|8[1-69]|9[1-8])|[2-9]\\d)\\d{8}",[10,11],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"],0,1],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 $3 $4",["1(?:33|5[56]|81)"],0,1],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 $3 $4",["1"],0,1]],"01",0,"0(?:[12]|4[45])|1",0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[047]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-7]|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|80\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-6])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[27]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[2378]\\d|62|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","(?:[1-6]|[7-9]\\d\\d)\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","800\\d{4}|(?:[249]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-8]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[69]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2679]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","[1-6]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:5056(?:[0-35-9]\\d|4[468])|73020\\d)\\d{4}|(?:4722|505[2-57-9]|983[289])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[0149]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:20|33|[5-79]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23]"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|5[0-4]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function lb(e,r){var n=Array.prototype.slice.call(r);return n.push(ib),e.apply(this,n)}function tu(e){"@babel/helpers - typeof";return tu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},tu(e)}function sb(e,r,n){return Object.defineProperty(e,"prototype",{writable:!1}),e}function ub(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function db(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),r&&wo(e,r)}function cb(e){var r=V0();return function(){var n=ko(e),a;if(r){var i=ko(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return fb(this,a)}}function fb(e,r){if(r&&(tu(r)==="object"||typeof r=="function"))return r;if(r!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return O0(e)}function O0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nu(e){var r=typeof Map=="function"?new Map:void 0;return nu=function(n){if(n===null||!pb(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof r<"u"){if(r.has(n))return r.get(n);r.set(n,a)}function a(){return Ii(n,arguments,ko(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),wo(a,n)},nu(e)}function Ii(e,r,n){return V0()?Ii=Reflect.construct:Ii=function(a,i,s){var c=[null];c.push.apply(c,i);var d=Function.bind.apply(a,c),f=new d;return s&&wo(f,s.prototype),f},Ii.apply(null,arguments)}function V0(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function pb(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function wo(e,r){return wo=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},wo(e,r)}function ko(e){return ko=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},ko(e)}var nr=function(e){db(n,e);var r=cb(n);function n(a){var i;return ub(this,n),i=r.call(this,a),Object.setPrototypeOf(O0(i),n.prototype),i.name=i.constructor.name,i}return sb(n)}(nu(Error)),Eu=2,hb=17,mb=3,Nn="0-90-9٠-٩۰-۹",_b="-‐-―−ー-",vb="//",gb="..",yb="  ­​⁠ ",bb="()()[]\\[\\]",$b="~⁓∼~",Wi="".concat(_b).concat(vb).concat(gb).concat(yb).concat(bb).concat($b),Cu="++";function Uf(e,r){e=e.split("-"),r=r.split("-");for(var n=e[0].split("."),a=r[0].split("."),i=0;i<3;i++){var s=Number(n[i]),c=Number(a[i]);if(s>c)return 1;if(c>s)return-1;if(!isNaN(s)&&isNaN(c))return 1;if(isNaN(s)&&!isNaN(c))return-1}return e[1]&&r[1]?e[1]>r[1]?1:e[1]<r[1]?-1:0:!e[1]&&r[1]?1:e[1]&&!r[1]?-1:0}var wb={}.constructor;function Ri(e){return e!=null&&e.constructor===wb}function ru(e){"@babel/helpers - typeof";return ru=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},ru(e)}function Ji(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function kb(e,r){for(var n=0;n<r.length;n++){var a=r[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function el(e,r,n){return r&&kb(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e}var xb="1.2.0",Eb="1.7.35",Wf=" ext. ",Cb=/^\d+$/,jt=function(){function e(r){Ji(this,e),Bb(r),this.metadata=r,B0.call(this,r)}return el(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(r){return r!=="001"})}},{key:"getCountryMetadata",value:function(r){return this.metadata.countries[r]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(r){return this.getCountryMetadata(r)!==void 0}},{key:"hasCallingCode",value:function(r){if(this.getCountryCodesForCallingCode(r))return!0;if(this.nonGeographic()){if(this.nonGeographic()[r])return!0}else{var n=this.countryCallingCodes()[r];if(n&&n.length===1&&n[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(r){return this.nonGeographic()?!!this.nonGeographic()[r]:!this.getCountryCodesForCallingCode(r)}},{key:"country",value:function(r){return this.selectNumberingPlan(r)}},{key:"selectNumberingPlan",value:function(r,n){if(r&&Cb.test(r)&&(n=r,r=null),r&&r!=="001"){if(!this.hasCountry(r))throw new Error("Unknown country: ".concat(r));this.numberingPlan=new jf(this.getCountryMetadata(r),this)}else if(n){if(!this.hasCallingCode(n))throw new Error("Unknown calling code: ".concat(n));this.numberingPlan=new jf(this.getNumberingPlanMetadata(n),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(r){var n=this.countryCallingCodes()[r];if(n)return n.length===1&&n[0].length===3?void 0:n}},{key:"getCountryCodeForCallingCode",value:function(r){var n=this.getCountryCodesForCallingCode(r);if(n)return n[0]}},{key:"getNumberingPlanMetadata",value:function(r){var n=this.getCountryCodeForCallingCode(r);if(n)return this.getCountryMetadata(n);if(this.nonGeographic()){var a=this.nonGeographic()[r];if(a)return a}else{var i=this.countryCallingCodes()[r];if(i&&i.length===1&&i[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(r){return this.numberingPlan.type(r)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(r){return this.selectNumberingPlan(r)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),e}(),jf=function(){function e(r,n){Ji(this,e),this.globalMetadataObject=n,this.metadata=r,B0.call(this,n.metadata)}return el(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(r){return r[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var r=this,n=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return n.map(function(a){return new Sb(a,r)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(r){return r[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(r){if(this.hasTypes()&&Yf(this.types(),r))return new Vb(Yf(this.types(),r),this)}},{key:"ext",value:function(){return this.v1||this.v2?Wf:this.metadata[13]||Wf}}]),e}(),Sb=function(){function e(r,n){Ji(this,e),this._format=r,this.metadata=n}return el(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!Ob.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),Ob=/^\(?\$1\)?$/,Vb=function(){function e(r,n){Ji(this,e),this.type=r,this.metadata=n}return el(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function Yf(e,r){switch(r){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function Bb(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Ri(e)||!Ri(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(Ri(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+Nb(e)+": "+e,"."))}var Nb=function(e){return ru(e)};function Su(e,r){if(r=new jt(r),r.hasCountry(e))return r.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function Tb(e,r){return r.countries.hasOwnProperty(e)}function B0(e){var r=e.version;typeof r=="number"?(this.v1=r===1,this.v2=r===2,this.v3=r===3,this.v4=r===4):r?Uf(r,xb)===-1?this.v2=!0:Uf(r,Eb)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var Mb=";ext=",ba=function(e){return"([".concat(Nn,"]{1,").concat(e,"})")};function N0(e){var r="20",n="15",a="9",i="6",s="[  \\t,]*",c="[:\\..]?[  \\t,-]*",d="#?",f="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",p="(?:[xx##~~]|int|int)",h="[- ]+",v="[  \\t]*",b="(?:,{2}|;)",w=Mb+ba(r),C=s+f+c+ba(r)+d,A=s+p+c+ba(a)+d,k=h+ba(i)+"#",y=v+b+c+ba(n)+d,x=v+"(?:,)+"+c+ba(a)+d;return w+"|"+C+"|"+A+"|"+k+"|"+y+"|"+x}var Ab="["+Nn+"]{"+Eu+"}",Db="["+Cu+"]{0,1}(?:["+Wi+"]*["+Nn+"]){3,}["+Wi+Nn+"]*",Pb=new RegExp("^["+Cu+"]{0,1}(?:["+Wi+"]*["+Nn+"]){1,2}$","i"),Ib=Db+"(?:"+N0()+")?",Rb=new RegExp("^"+Ab+"$|^"+Ib+"$","i");function Lb(e){return e.length>=Eu&&Rb.test(e)}function zb(e){return Pb.test(e)}var Gf=new RegExp("(?:"+N0()+")$","i");function Fb(e){var r=e.search(Gf);if(r<0)return{};for(var n=e.slice(0,r),a=e.match(Gf),i=1;i<a.length;){if(a[i])return{number:n,ext:a[i]};i++}}var Hb={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function Ub(e){return Hb[e]}function Wb(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=jb(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
2
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function jb(e,r){if(e){if(typeof e=="string")return qf(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qf(e,r)}}function qf(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function Kf(e){for(var r="",n=Wb(e.split("")),a;!(a=n()).done;){var i=a.value;r+=Yb(i,r)||""}return r}function Yb(e,r){return e==="+"?r?void 0:"+":Ub(e)}function Ou(e,r){return Gb(e,void 0,r)}function Gb(e,r,n){var a=n.type(r),i=a&&a.possibleLengths()||n.possibleLengths();if(!i)return"IS_POSSIBLE";var s=e.length,c=i[0];return c===s?"IS_POSSIBLE":c>s?"TOO_SHORT":i[i.length-1]<s?"TOO_LONG":i.indexOf(s,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function qb(e,r,n){if(r===void 0&&(r={}),n=new jt(n),r.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return T0(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function T0(e,r){switch(Ou(e,r)){case"IS_POSSIBLE":return!0;default:return!1}}function or(e,r){return e=e||"",new RegExp("^(?:"+r+")$").test(e)}function Kb(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=Xb(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
3
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Xb(e,r){if(e){if(typeof e=="string")return Xf(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Xf(e,r)}}function Xf(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}var Qb=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Vu(e,r,n){if(r=r||{},!(!e.country&&!e.countryCallingCode)){n=new jt(n),n.selectNumberingPlan(e.country,e.countryCallingCode);var a=r.v2?e.nationalNumber:e.phone;if(or(a,n.nationalNumberPattern())){if(ks(a,"FIXED_LINE",n))return n.type("MOBILE")&&n.type("MOBILE").pattern()===""||!n.type("MOBILE")||ks(a,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var i=Kb(Qb),s;!(s=i()).done;){var c=s.value;if(ks(a,c,n))return c}}}}function ks(e,r,n){return r=n.type(r),!r||!r.pattern()||r.possibleLengths()&&r.possibleLengths().indexOf(e.length)<0?!1:or(e,r.pattern())}function Zb(e,r,n){if(r=r||{},n=new jt(n),n.selectNumberingPlan(e.country,e.countryCallingCode),n.hasTypes())return Vu(e,r,n.metadata)!==void 0;var a=r.v2?e.nationalNumber:e.phone;return or(a,n.nationalNumberPattern())}function Jb(e,r,n){var a=new jt(n),i=a.getCountryCodesForCallingCode(e);return i?i.filter(function(s){return e4(r,s,n)}):[]}function e4(e,r,n){var a=new jt(n);return a.selectNumberingPlan(r),a.numberingPlan.possibleLengths().indexOf(e.length)>=0}function t4(e){return e.replace(new RegExp("[".concat(Wi,"]+"),"g")," ").trim()}var n4=/(\$\d)/;function r4(e,r,n){var a=n.useInternationalFormat,i=n.withNationalPrefix,s=e.replace(new RegExp(r.pattern()),a?r.internationalFormat():i&&r.nationalPrefixFormattingRule()?r.format().replace(n4,r.nationalPrefixFormattingRule()):r.format());return a?t4(s):s}var a4=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function o4(e,r,n){var a=new jt(n);if(a.selectNumberingPlan(e,r),a.defaultIDDPrefix())return a.defaultIDDPrefix();if(a4.test(a.IDDPrefix()))return a.IDDPrefix()}function i4(e){var r=e.number,n=e.ext;if(!r)return"";if(r[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(r).concat(n?";ext="+n:"")}function l4(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=s4(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
4
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function s4(e,r){if(e){if(typeof e=="string")return Qf(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Qf(e,r)}}function Qf(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function Zf(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,a)}return n}function Jf(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?Zf(Object(n),!0).forEach(function(a){u4(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Zf(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function u4(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var ep={formatExtension:function(e,r,n){return"".concat(e).concat(n.ext()).concat(r)}};function d4(e,r,n,a){if(n?n=Jf(Jf({},ep),n):n=ep,a=new jt(a),e.country&&e.country!=="001"){if(!a.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));a.country(e.country)}else if(e.countryCallingCode)a.selectNumberingPlan(e.countryCallingCode);else return e.phone||"";var i=a.countryCallingCode(),s=n.v2?e.nationalNumber:e.phone,c;switch(r){case"NATIONAL":return s?(c=ji(s,e.carrierCode,"NATIONAL",a,n),xs(c,e.ext,a,n.formatExtension)):"";case"INTERNATIONAL":return s?(c=ji(s,null,"INTERNATIONAL",a,n),c="+".concat(i," ").concat(c),xs(c,e.ext,a,n.formatExtension)):"+".concat(i);case"E.164":return"+".concat(i).concat(s);case"RFC3966":return i4({number:"+".concat(i).concat(s),ext:e.ext});case"IDD":if(!n.fromCountry)return;var d=f4(s,e.carrierCode,i,n.fromCountry,a);return xs(d,e.ext,a,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(r,'"'))}}function ji(e,r,n,a,i){var s=c4(a.formats(),e);return s?r4(e,s,{useInternationalFormat:n==="INTERNATIONAL",withNationalPrefix:!(s.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&i&&i.nationalPrefix===!1),carrierCode:r,metadata:a}):e}function c4(e,r){for(var n=l4(e),a;!(a=n()).done;){var i=a.value;if(i.leadingDigitsPatterns().length>0){var s=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(r.search(s)!==0)continue}if(or(r,i.pattern()))return i}}function xs(e,r,n,a){return r?a(e,r,n):e}function f4(e,r,n,a,i){var s=Su(a,i.metadata);if(s===n){var c=ji(e,r,"NATIONAL",i);return n==="1"?n+" "+c:c}var d=o4(a,void 0,i.metadata);if(d)return"".concat(d," ").concat(n," ").concat(ji(e,null,"INTERNATIONAL",i))}function tp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,a)}return n}function np(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?tp(Object(n),!0).forEach(function(a){p4(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):tp(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function p4(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function h4(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function m4(e,r){for(var n=0;n<r.length;n++){var a=r[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function _4(e,r,n){return m4(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e}var v4=function(){function e(r,n,a){if(h4(this,e),!r)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!a)throw new TypeError("`metadata` not passed");var i=y4(r,a),s=i.country,c=i.countryCallingCode;this.country=s,this.countryCallingCode=c,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return a}}return _4(e,[{key:"setExt",value:function(r){this.ext=r}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Jb(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return qb(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return Zb(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){var r=new jt(this.getMetadata());return r.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(r){return this.number===r.number&&this.ext===r.ext}},{key:"getType",value:function(){return Vu(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(r,n){return d4(this,r,n?np(np({},n),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(r){return this.format("NATIONAL",r)}},{key:"formatInternational",value:function(r){return this.format("INTERNATIONAL",r)}},{key:"getURI",value:function(r){return this.format("RFC3966",r)}}]),e}(),g4=function(e){return/^[A-Z]{2}$/.test(e)};function y4(e,r){var n,a,i=new jt(r);return g4(e)?(n=e,i.selectNumberingPlan(n),a=i.countryCallingCode()):a=e,{country:n,countryCallingCode:a}}var b4=new RegExp("(["+Nn+"])");function $4(e,r,n,a){if(r){var i=new jt(a);i.selectNumberingPlan(r,n);var s=new RegExp(i.IDDPrefix());if(e.search(s)===0){e=e.slice(e.match(s)[0].length);var c=e.match(b4);if(!(c&&c[1]!=null&&c[1].length>0&&c[1]==="0"))return e}}}function w4(e,r){if(e&&r.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+r.numberingPlan.nationalPrefixForParsing()+")"),a=n.exec(e);if(a){var i,s,c=a.length-1,d=c>0&&a[c];if(r.nationalPrefixTransformRule()&&d)i=e.replace(n,r.nationalPrefixTransformRule()),c>1&&(s=a[1]);else{var f=a[0];i=e.slice(f.length),d&&(s=a[1])}var p;if(d){var h=e.indexOf(a[1]),v=e.slice(0,h);v===r.numberingPlan.nationalPrefix()&&(p=r.numberingPlan.nationalPrefix())}else p=a[0];return{nationalNumber:i,nationalPrefix:p,carrierCode:s}}}return{nationalNumber:e}}function au(e,r){var n=w4(e,r),a=n.carrierCode,i=n.nationalNumber;if(i!==e){if(!k4(e,i,r))return{nationalNumber:e};if(r.possibleLengths()&&!x4(i,r))return{nationalNumber:e}}return{nationalNumber:i,carrierCode:a}}function k4(e,r,n){return!(or(e,n.nationalNumberPattern())&&!or(r,n.nationalNumberPattern()))}function x4(e,r){switch(Ou(e,r)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function E4(e,r,n,a){var i=r?Su(r,a):n;if(e.indexOf(i)===0){a=new jt(a),a.selectNumberingPlan(r,n);var s=e.slice(i.length),c=au(s,a),d=c.nationalNumber,f=au(e,a),p=f.nationalNumber;if(!or(p,a.nationalNumberPattern())&&or(d,a.nationalNumberPattern())||Ou(p,a)==="TOO_LONG")return{countryCallingCode:i,number:s}}return{number:e}}function C4(e,r,n,a){if(!e)return{};var i;if(e[0]!=="+"){var s=$4(e,r,n,a);if(s&&s!==e)i=!0,e="+"+s;else{if(r||n){var c=E4(e,r,n,a),d=c.countryCallingCode,f=c.number;if(d)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:d,number:f}}return{number:e}}}if(e[1]==="0")return{};a=new jt(a);for(var p=2;p-1<=mb&&p<=e.length;){var h=e.slice(1,p);if(a.hasCallingCode(h))return a.selectNumberingPlan(h),{countryCallingCodeSource:i?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:h,number:e.slice(p)};p++}return{}}function S4(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=O4(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
5
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function O4(e,r){if(e){if(typeof e=="string")return rp(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return rp(e,r)}}function rp(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function V4(e,r){var n=r.countries,a=r.defaultCountry,i=r.metadata;i=new jt(i);for(var s=[],c=S4(n),d;!(d=c()).done;){var f=d.value;if(i.country(f),i.leadingDigits()){if(e&&e.search(i.leadingDigits())===0)return f}else if(Vu({phone:e,country:f},void 0,i.metadata))if(a){if(f===a)return f;s.push(f)}else return f}if(s.length>0)return s[0]}function B4(e,r){var n=r.nationalNumber,a=r.defaultCountry,i=r.metadata,s=i.getCountryCodesForCallingCode(e);if(s)return s.length===1?s[0]:V4(n,{countries:s,defaultCountry:a,metadata:i.metadata})}var M0="+",N4="[\\-\\.\\(\\)]?",ap="(["+Nn+"]|"+N4+")",T4="^\\"+M0+ap+"*["+Nn+"]"+ap+"*$",M4=new RegExp(T4,"g"),ou=Nn,A4="["+ou+"]+((\\-)*["+ou+"])*",D4="a-zA-Z",P4="["+D4+"]+((\\-)*["+ou+"])*",I4="^("+A4+"\\.)*"+P4+"\\.?$",R4=new RegExp(I4,"g"),op="tel:",iu=";phone-context=",L4=";isub=";function z4(e){var r=e.indexOf(iu);if(r<0)return null;var n=r+iu.length;if(n>=e.length)return"";var a=e.indexOf(";",n);return a>=0?e.substring(n,a):e.substring(n)}function F4(e){return e===null?!0:e.length===0?!1:M4.test(e)||R4.test(e)}function H4(e,r){var n=r.extractFormattedPhoneNumber,a=z4(e);if(!F4(a))throw new nr("NOT_A_NUMBER");var i;if(a===null)i=n(e)||"";else{i="",a.charAt(0)===M0&&(i+=a);var s=e.indexOf(op),c;s>=0?c=s+op.length:c=0;var d=e.indexOf(iu);i+=e.substring(c,d)}var f=i.indexOf(L4);if(f>0&&(i=i.substring(0,f)),i!=="")return i}var U4=250,W4=new RegExp("["+Cu+Nn+"]"),j4=new RegExp("[^"+Nn+"#]+$");function Y4(e,r,n){if(r=r||{},n=new jt(n),r.defaultCountry&&!n.hasCountry(r.defaultCountry))throw r.v2?new nr("INVALID_COUNTRY"):new Error("Unknown country: ".concat(r.defaultCountry));var a=q4(e,r.v2,r.extract),i=a.number,s=a.ext,c=a.error;if(!i){if(r.v2)throw c==="TOO_SHORT"?new nr("TOO_SHORT"):new nr("NOT_A_NUMBER");return{}}var d=X4(i,r.defaultCountry,r.defaultCallingCode,n),f=d.country,p=d.nationalNumber,h=d.countryCallingCode,v=d.countryCallingCodeSource,b=d.carrierCode;if(!n.hasSelectedNumberingPlan()){if(r.v2)throw new nr("INVALID_COUNTRY");return{}}if(!p||p.length<Eu){if(r.v2)throw new nr("TOO_SHORT");return{}}if(p.length>hb){if(r.v2)throw new nr("TOO_LONG");return{}}if(r.v2){var w=new v4(h,p,n.metadata);return f&&(w.country=f),b&&(w.carrierCode=b),s&&(w.ext=s),w.__countryCallingCodeSource=v,w}var C=(r.extended?n.hasSelectedNumberingPlan():f)?or(p,n.nationalNumberPattern()):!1;return r.extended?{country:f,countryCallingCode:h,carrierCode:b,valid:C,possible:C?!0:!!(r.extended===!0&&n.possibleLengths()&&T0(p,n)),phone:p,ext:s}:C?K4(f,p,s):{}}function G4(e,r,n){if(e){if(e.length>U4){if(n)throw new nr("TOO_LONG");return}if(r===!1)return e;var a=e.search(W4);if(!(a<0))return e.slice(a).replace(j4,"")}}function q4(e,r,n){var a=H4(e,{extractFormattedPhoneNumber:function(s){return G4(s,n,r)}});if(!a)return{};if(!Lb(a))return zb(a)?{error:"TOO_SHORT"}:{};var i=Fb(a);return i.ext?i:{number:a}}function K4(e,r,n){var a={country:e,phone:r};return n&&(a.ext=n),a}function X4(e,r,n,a){var i=C4(Kf(e),r,n,a.metadata),s=i.countryCallingCodeSource,c=i.countryCallingCode,d=i.number,f;if(c)a.selectNumberingPlan(c);else if(d&&(r||n))a.selectNumberingPlan(r,n),r&&(f=r),c=n||Su(r,a.metadata);else return{};if(!d)return{countryCallingCodeSource:s,countryCallingCode:c};var p=au(Kf(d),a),h=p.nationalNumber,v=p.carrierCode,b=B4(c,{nationalNumber:h,defaultCountry:r,metadata:a});return b&&(f=b,b==="001"||a.country(f)),{country:f,countryCallingCode:c,countryCallingCodeSource:s,nationalNumber:h,carrierCode:v}}function ip(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,a)}return n}function lp(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?ip(Object(n),!0).forEach(function(a){Q4(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ip(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function Q4(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function Z4(e,r,n){return Y4(e,lp(lp({},r),{},{v2:!0}),n)}function sp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,a)}return n}function J4(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?sp(Object(n),!0).forEach(function(a){e9(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):sp(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function e9(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function t9(e,r){return o9(e)||a9(e,r)||r9(e,r)||n9()}function n9(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
6
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function r9(e,r){if(e){if(typeof e=="string")return up(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return up(e,r)}}function up(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function a9(e,r){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],i=!0,s=!1,c,d;try{for(n=n.call(e);!(i=(c=n.next()).done)&&(a.push(c.value),!(r&&a.length===r));i=!0);}catch(f){s=!0,d=f}finally{try{!i&&n.return!=null&&n.return()}finally{if(s)throw d}}return a}}function o9(e){if(Array.isArray(e))return e}function i9(e){var r=Array.prototype.slice.call(e),n=t9(r,4),a=n[0],i=n[1],s=n[2],c=n[3],d,f,p;if(typeof a=="string")d=a;else throw new TypeError("A text for parsing must be a string.");if(!i||typeof i=="string")c?(f=s,p=c):(f=void 0,p=s),i&&(f=J4({defaultCountry:i},f));else if(Ri(i))s?(f=i,p=s):p=i;else throw new Error("Invalid second argument: ".concat(i));return{text:d,options:f,metadata:p}}function dp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,a)}return n}function cp(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?dp(Object(n),!0).forEach(function(a){l9(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):dp(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function l9(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function s9(e,r,n){r&&r.defaultCountry&&!Tb(r.defaultCountry,n)&&(r=cp(cp({},r),{},{defaultCountry:void 0}));try{return Z4(e,r,n)}catch(a){if(!(a instanceof nr))throw a}}function u9(){var e=i9(arguments),r=e.text,n=e.options,a=e.metadata;return s9(r,n,a)}function Es(){return lb(u9,arguments)}const d9={beforeMount(e,r,n){if(typeof r.value!="function"){const a=n.context.name;let i=`[Vue-click-outside:] provided expression ${r.expression} is not a function, but has to be`;a&&(i+=`Found in component ${a}`),console.warn(i)}e.clickOutsideEvent=function(a){const i=a.composedPath?a.composedPath():a.path;e===a.target||e.contains(a.target)||i.includes(e)||r.value(a,e)},document.body.addEventListener("click",e.clickOutsideEvent)},unmounted(e){document.body.removeEventListener("click",e.clickOutsideEvent)}},c9=["aria-expanded","tabindex"],f9={class:"vti__selection"},p9={key:1,class:"vti__country-code"},h9={class:"vti__dropdown-arrow"},m9={key:0,class:"vti__search_box_container"},_9=["placeholder"],v9=["onClick","onMousemove","aria-selected"],g9={key:1},y9=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],b9=t.defineComponent({name:"VueTelInput",directives:{clickOutside:d9},__name:"vue-tel-input",props:t.mergeModels({allCountries:{type:Array,default:()=>Ht("allCountries")},autoFormat:{type:Boolean,default:()=>Ht("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>Ht("customValidate")},defaultCountry:{type:[String,Number],default:()=>Ht("defaultCountry")},disabled:{type:Boolean,default:()=>Ht("disabled")},autoDefaultCountry:{type:Boolean,default:()=>Ht("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>Ht("dropdownOptions")},ignoredCountries:{type:Array,default:()=>Ht("ignoredCountries")},inputOptions:{type:Object,default:()=>Ht("inputOptions")},invalidMsg:{type:String,default:()=>Ht("invalidMsg")},mode:{type:String,default:()=>Ht("mode")},onlyCountries:{type:Array,default:()=>Ht("onlyCountries")},preferredCountries:{type:Array,default:()=>Ht("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>Ht("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>Ht("styleClasses")}},{modelValue:{type:String},modelModifiers:{}}),emits:t.mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(e,{expose:r,emit:n}){const a=t.shallowRef(),i=t.shallowRef(),s=t.shallowRef(),c=n,d=e,f=t.useModel(e,"modelValue");t.watch(f,(U,L)=>{T()?p.phone=U??"":t.nextTick(()=>{p.phone=L??"",I()})});const p=t.reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:d.inputOptions.placeholder,searchQuery:""});t.watch(()=>p.open,U=>{U?(J(),c("open")):c("close")});const h=t.computed(()=>d.onlyCountries.length?d.allCountries.filter(({iso2:U})=>d.onlyCountries.some(L=>lo(L)===U)):d.ignoredCountries.length?d.allCountries.filter(({iso2:U})=>!d.ignoredCountries.includes(lo(U))&&!d.ignoredCountries.includes(io(U))):d.allCountries),v=t.computed(()=>x(p.activeCountryCode));t.watch(v,(U,L)=>{if(!U&&L!=null&&L.iso2){p.activeCountryCode=L.iso2;return}U!=null&&U.iso2&&c("country-changed",U)});const b=t.computed(()=>{var U;const L=io(d.mode);return L==="auto"?(U=p.phone)!=null&&U.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(L)?L:(console.error('Invalid value of prop "mode"'),"international")}),w=t.computed(()=>{const U=[...y(d.preferredCountries).map(X=>({...X,preferred:!0})),...h.value];if(!d.dropdownOptions.showSearchBox)return U;const L=p.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return U.filter(X=>new RegExp(L,"i").test(X.name)||new RegExp(L,"i").test(X.iso2)||new RegExp(L,"i").test(X.dialCode))}),C=t.computed(()=>{var U;const L=p.phone.startsWith("+")?Es(p.phone):Es(p.phone,p.activeCountryCode),X={country:L==null?void 0:L.country,countryCode:L==null?void 0:L.country,formatted:p.phone,valid:L==null?void 0:L.isValid(),possible:(U=L==null?void 0:L.isPossible)==null?void 0:U.call(L),nationalNumber:L==null?void 0:L.nationalNumber};return X.valid&&(X.formatted=L==null?void 0:L.format(lo(b.value))),L!=null&&L.country&&(d.ignoredCountries.length||d.onlyCountries.length)&&!x(L.country)&&(X.valid=!1,X.possible=!1,L.country=null),L?{...X,...L}:X});t.watch(()=>C.value.countryCode,U=>{U&&(p.activeCountryCode=U)}),t.watch(()=>C.value.valid,()=>{c("validate",C.value)}),t.watch(()=>C.value.formatted,U=>{!d.autoFormat||d.customValidate||(g(U),t.nextTick(()=>{U&&!f.value&&(p.phone=U)}))}),t.watch(()=>d.inputOptions.placeholder,A),t.onMounted(()=>{f.value&&(p.phone=f.value.trim()),S(),k().then(()=>{var U;!p.phone&&(U=d.inputOptions)!=null&&U.showDialCode&&p.activeCountryCode&&(p.phone=`+${p.activeCountryCode}`),c("validate",C.value)}).catch(console.error).then(()=>{p.finishMounted=!0})});function A(){p.parsedPlaceholder=d.inputOptions.placeholder}function k(){return new Promise(U=>{var L;if(((L=p.phone)==null?void 0:L[0])==="+"){U();return}if(d.defaultCountry){if(typeof d.defaultCountry=="string"){H(d.defaultCountry),U();return}if(typeof d.defaultCountry=="number"){const M=B(d.defaultCountry);if(M){H(M.iso2),U();return}}}const X=d.preferredCountries[0]||h.value[0];d.autoDefaultCountry?nb().then(M=>{H(M||p.activeCountryCode)}).catch(M=>{console.warn(M),H(X)}).then(()=>{U()}):(H(X),U())})}function y(U=[]){return U.map(x).filter(Boolean)}function x(U=""){return h.value.find(L=>L.iso2===lo(U))}function B(U){return h.value.find(L=>Number(L.dialCode)===U)}function N(U,L){const X=p.selectedIndex===U,M=U===d.preferredCountries.length-1,q=d.preferredCountries.some(_=>lo(_)===L);return{highlighted:X,"last-preferred":M,preferred:q}}function H(U){var L,X,M;let q=U;if(typeof q=="string"&&(q=x(q)),!!q){if(((L=p.phone)==null?void 0:L[0])==="+"&&q.iso2&&C.value.nationalNumber){p.activeCountryCode=q.iso2,p.phone=((X=Es(C.value.nationalNumber,q.iso2))==null?void 0:X.formatInternational())??"";return}if((M=d.inputOptions)!=null&&M.showDialCode&&q){p.phone=`+${q.dialCode}`,p.activeCountryCode=q.iso2;return}p.activeCountryCode=q.iso2,g(p.phone)}}function S(){const U=p.phone;if(d.validCharactersOnly){const L=p.phone.match(/[()\-+0-9\s]*/g);p.phone=L.join("")}if(d.customValidate&&d.customValidate instanceof RegExp){const L=p.phone.match(d.customValidate);p.phone=L.join("")}U!==p.phone&&g(p.phone)}function T(){return d.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(p.phone)?!1:d.customValidate?V():!0}function V(){return d.customValidate instanceof RegExp?d.customValidate.test(p.phone):!1}function I(){var U;(U=s.value)==null||U.setCustomValidity(C.value.valid?"":d.invalidMsg),g(p.phone)}function g(U){f.value=U,c("on-input",U,C.value,s.value)}function R(U){c("blur",U)}function j(U){rb(s.value,p.phone.length),c("focus",U)}function ie(U){c("enter",U)}function F(U){c("space",U)}function K(){var U;(U=s.value)==null||U.focus()}function Y(){var U;(U=s.value)==null||U.blur()}function re(){d.disabled||d.dropdownOptions.disabled||(p.searchQuery="",p.open=!p.open)}function fe(){p.open=!1}function ae(U){if(U.keyCode===40){U.preventDefault(),p.open=!0,p.selectedIndex===null?p.selectedIndex=0:p.selectedIndex=Math.min(w.value.length-1,p.selectedIndex+1);const L=i.value.children[p.selectedIndex];L.focus(),L.offsetTop+L.clientHeight>i.value.scrollTop+i.value.clientHeight&&(i.value.scrollTop=L.offsetTop-i.value.clientHeight+L.clientHeight)}else if(U.keyCode===38){U.preventDefault(),p.open=!0,p.selectedIndex===null?p.selectedIndex=w.value.length-1:p.selectedIndex=Math.max(0,p.selectedIndex-1);const L=i.value.children[p.selectedIndex];L.focus(),L.offsetTop<i.value.scrollTop&&(i.value.scrollTop=L.offsetTop)}else if(U.keyCode===13)p.selectedIndex!==null&&H(w.value[p.selectedIndex]),p.open=!p.open;else if(p.open){p.typeToFindInput+=U.key,clearTimeout(p.typeToFindTimer),p.typeToFindTimer=setTimeout(()=>{p.typeToFindInput=""},700);const L=w.value.slice(d.preferredCountries.length).findIndex(X=>io(X.name).startsWith(p.typeToFindInput));if(L>=0){p.selectedIndex=d.preferredCountries.length+L;const X=i.value.children[p.selectedIndex],M=X.offsetTop<i.value.scrollTop,q=X.offsetTop+X.clientHeight>i.value.scrollTop+i.value.clientHeight;(M||q)&&(i.value.scrollTop=X.offsetTop-i.value.clientHeight/2)}}}function he(){p.selectedIndex=w.value.map(U=>U.iso2).indexOf(p.activeCountryCode),p.open=!1}function J(){window.innerHeight-a.value.getBoundingClientRect().bottom>200?p.dropdownOpenDirection="below":p.dropdownOpenDirection="above"}return r({focus:K,blur:Y}),(U,L)=>{const X=t.resolveDirective("click-outside");return t.openBlock(),t.createElementBlock("div",{ref_key:"refRoot",ref:a,class:t.normalizeClass(["vue-tel-input",e.styleClasses,{disabled:e.disabled}])},[t.withDirectives((t.openBlock(),t.createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":p.open,role:"button",class:t.normalizeClass(["vti__dropdown",{open:p.open,disabled:e.dropdownOptions.disabled}]),tabindex:e.dropdownOptions.tabindex,onKeydown:[ae,t.withKeys(re,["space"]),t.withKeys(he,["esc"]),t.withKeys(he,["tab"])],onClick:re},[t.createElementVNode("span",f9,[e.dropdownOptions.showFlags?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["vti__flag",t.unref(io)(p.activeCountryCode)])},null,2)):t.createCommentVNode("",!0),e.dropdownOptions.showDialCodeInSelection?(t.openBlock(),t.createElementBlock("span",p9," +"+t.toDisplayString(v.value&&v.value.dialCode),1)):t.createCommentVNode("",!0),t.renderSlot(U.$slots,"arrow-icon",{open:p.open},()=>[t.createElementVNode("span",h9,t.toDisplayString(p.open?"▲":"▼"),1)])]),p.open?(t.openBlock(),t.createElementBlock("ul",{key:0,ref_key:"refList",ref:i,class:t.normalizeClass(["vti__dropdown-list",p.dropdownOpenDirection]),role:"listbox"},[e.dropdownOptions.showSearchBox?(t.openBlock(),t.createElementBlock("div",m9,[t.renderSlot(U.$slots,"search-icon"),t.withDirectives(t.createElementVNode("input",{class:t.normalizeClass(["vti__input","vti__search_box"]),"aria-label":"Search by country name or country code",placeholder:e.dropdownOptions.searchBoxPlaceholder||(w.value.length?w.value[0].name:""),type:"text","onUpdate:modelValue":L[0]||(L[0]=M=>p.searchQuery=M),onClick:L[1]||(L[1]=t.withModifiers(()=>{},["stop"]))},null,8,_9),[[t.vModelText,p.searchQuery]])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(w.value,(M,q)=>(t.openBlock(),t.createElementBlock("li",{role:"option",class:t.normalizeClass(["vti__dropdown-item",N(q,M.iso2)]),key:M.iso2+(M.preferred?"-preferred":""),tabindex:"-1",onClick:_=>H(M),onMousemove:_=>p.selectedIndex=q,"aria-selected":p.activeCountryCode===M.iso2&&!M.preferred},[e.dropdownOptions.showFlags?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["vti__flag",t.unref(io)(M.iso2)])},null,2)):t.createCommentVNode("",!0),t.createElementVNode("strong",null,t.toDisplayString(M.name),1),e.dropdownOptions.showDialCodeInList?(t.openBlock(),t.createElementBlock("span",g9," +"+t.toDisplayString(M.dialCode),1)):t.createCommentVNode("",!0)],42,v9))),128))],2)):t.createCommentVNode("",!0)],42,c9)),[[X,fe]]),t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":L[2]||(L[2]=M=>p.phone=M),ref_key:"refInput",ref:s,type:e.inputOptions.type,autocomplete:e.inputOptions.autocomplete,autofocus:e.inputOptions.autofocus,class:t.normalizeClass(["vti__input","vti__phone",e.inputOptions.styleClasses]),disabled:e.disabled,id:e.inputOptions.id,maxlength:e.inputOptions.maxlength,name:e.inputOptions.name,placeholder:p.parsedPlaceholder,readonly:e.inputOptions.readonly,required:e.inputOptions.required,tabindex:e.inputOptions.tabindex,value:f.value,"aria-describedby":e.inputOptions["aria-describedby"],onBlur:R,onFocus:j,onInput:I,onKeyup:[t.withKeys(ie,["enter"]),t.withKeys(F,["space"])]},null,42,y9),[[t.vModelDynamic,p.phone]]),t.renderSlot(U.$slots,"icon-right")],2)}}}),$9={class:"relative z-[calc(infinity)]"},w9=["for"],k9={key:1,class:"errors"},x9={class:"mt-2 text-xs text-red-500"},E9=t.defineComponent({__name:"EUITelephone",props:{modelValue:{type:[String,Number],default:""},name:{type:String,default:""},label:{type:String,default:"Mobile Number"},placeholder:{type:String},required:{type:Boolean,default:!1},readonly:{type:Boolean},disabled:{type:Boolean},autoFocus:{type:Boolean,required:!1,default:!1},errors:{type:Object,required:!1,default:()=>{}},isValid:{type:Boolean,default:!1},tag:{type:String,default:""},tagColor:{type:String,default:"None"},length:{type:Number,required:!1,default:25},iconType:{type:String,default:""},icon:{type:[Object,String],default:""},inputFilled:{type:Boolean,default:!1}},emits:["update:modelValue","blur","update:isValid"],setup(e,{emit:r}){const n=r,a=e,{isValid:i}=t.toRefs(a),c="euid-"+Math.random().toString(36).substr(2,9)+"-"+Date.now().toString(36),d=t.computed({set:N=>{n("update:isValid",N)},get:()=>i.value}),f=t.computed(()=>a.modelValue===0?!0:!!a.modelValue),p=t.ref(a.modelValue),h=t.computed(()=>a.modelValue);t.watch(h,N=>{p.value=N});const v=t.computed(()=>({focus:a.autoFocus,place:a.placeholder,disabled:a.disabled,required:a.required,name:a.name,length:a.length,readonly:a.readonly})),b={mode:"international",autoFormat:!1,autoDefaultCountry:!0,styleClasses:"eui-tel",invalidMsg:"Required mobile number",validCharactersOnly:!0,preferredCountries:[],disabled:v.value.disabled,inputOptions:{autocomplete:"off",autofocus:v.value.focus,name:v.value.name,id:c,placeholder:v.value.place,maxlength:v.value.length,showDialCode:!0,tabindex:0,readonly:v.value.readonly,required:v.value.required,styleClasses:"eui-tel_input"},dropdownOptions:{disabled:v.value.readonly||v.value.disabled,showFlags:!0,showDialCodeInList:!0,showSearchBox:!0,searchBoxPlaceholder:"Search country..."}},w=(N,H)=>{d.value=!!H.valid,n("update:modelValue",H.number)},C=t.ref(!0),A=N=>{C.value||n("update:modelValue","")};t.onUpdated(()=>{setTimeout(()=>{C.value=!1},1500)});const k=t.computed(()=>{var N,H,S,T;return Array.isArray(a.errors)?typeof((N=a.errors)==null?void 0:N.at(0))=="object"?(S=(H=a.errors)==null?void 0:H.at(0))==null?void 0:S.$message:a.errors[0]:typeof a.errors=="object"?(T=a.errors)==null?void 0:T[a.name]:a.errors}),y=()=>{switch(a.iconType){case"startIcon":return a.inputFilled?"pl-12 pr-4":"normal pl-10 pr-4";case"endIcon":return a.inputFilled?"pr-12 pl-4":"normal pr-10 pl-4";default:return a.inputFilled?"px-4":"normal px-4"}},x=t.ref(null),B=()=>{var N;x.value&&((N=x.value)==null||N.focus())};return(N,H)=>(t.openBlock(),t.createElementBlock("div",$9,[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),3)):t.createCommentVNode("",!0),t.createElementVNode("button",{type:"button",class:t.normalizeClass([e.disabled?"pointer-events-none cursor-not-allowed bg-gray-50":"bg-white",e.inputFilled?"h-14 rounded-2xl":"h-10 rounded-md","relative w-full mb-2 border border-gray-100 cursor-pointer z-1 group focus-within:border-purple-600 focus-within:ring-1 focus-within:ring-purple-600"]),onClick:B},[e.inputFilled?(t.openBlock(),t.createElementBlock("label",{key:0,for:`${e.name}-${t.unref(c)}`,class:t.normalizeClass([[y(),f.value?"top-3.5 text-xs text-gray-400 leading-none cursor-default":"top-1/2 text-sm w-full text-gray-700 cursor-pointer h-14 pt-5 pb-4 bg-white ring-1 ring-gray-200",e.disabled?" cursor-not-allowed":"",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute font-medium left-0 px-4 z-[1] -translate-y-1/2 duration-200 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-focus-within:-translate-y-1/2 group-focus-within:ring-transparent group-focus-within:h-auto group-focus-within:py-0 text-start first-letter:capitalize"])},t.toDisplayString(e.label),11,w9)):t.createCommentVNode("",!0),e.icon&&e.iconType?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["absolute inset-y-0 z-10 flex items-center pointer-events-none",[e.iconType==="startIcon"?"start-0 ps-3":"end-0 pe-3",e.disabled?"cursor-not-allowed":""]])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"text-gray-400 size-6","aria-hidden":"true"}))],2)):t.createCommentVNode("",!0),t.createVNode(t.unref(b9),t.mergeProps({ref_key:"inputRef",ref:x,modelValue:p.value,"onUpdate:modelValue":H[0]||(H[0]=S=>p.value=S),modelModifiers:{trim:!0}},b,{class:[y()],onOnInput:w,onCountryChanged:A,onBlur:H[1]||(H[1]=S=>N.$emit("blur"))}),null,16,["modelValue","class"])],2),k.value?(t.openBlock(),t.createElementBlock("div",k9,[t.createElementVNode("p",x9,t.toDisplayString(k.value),1)])):t.createCommentVNode("",!0),e.tag?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(["absolute top-0 px-2 text-xs text-white rounded right-2",[{"bg-gray-400":e.tagColor==="None"},{"bg-green-400":e.tagColor==="Success"},{"bg-red-400":e.tagColor==="Error"}]])},t.toDisplayString(e.tag),3)):t.createCommentVNode("",!0)]))}}),C9={class:"relative"},S9=["placeholder","disabled","readonly","autofocus","rows","cols"],O9={key:1},V9=["placeholder","disabled","readonly","autofocus","rows","cols"],B9=t.defineComponent({__name:"EUITextArea",props:{errors:{type:Object,required:!1,default:()=>{}},modelValue:{type:String,required:!0,default:""},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},placeholder:{type:String,required:!0,default:""},rows:{type:Number,required:!0,default:5},cols:{type:Number,required:!0,default:0},disabled:{type:Boolean,default:!1,required:!1},autoFocus:{type:Boolean,default:!1},required:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputFilled:{type:Boolean,default:!1}},emits:["update:modelValue","blur"],setup(e,{emit:r}){const n=e,{label:a,rows:i,cols:s,placeholder:c}=n,d=t.ref(n.modelValue);t.watch(()=>n.modelValue,v=>{d.value=v});const f=t.ref(null),p=t.computed(()=>!!d.value),h=()=>{var v;f.value&&((v=f.value)==null||v.focus())};return(v,b)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",C9,[e.inputFilled?(t.openBlock(),t.createElementBlock("button",{key:0,class:t.normalizeClass([e.disabled?"pointer-events-none cursor-not-allowed bg-gray-50":"","group transition-all duration-100 ease-in-out outline-none border-none z-0 focus:border-purple-600 min-h-[4.5rem] mb-2 relative w-full rounded-md ring-1 ring-gray-200 focus-within:ring-2 focus-within:ring-purple-600 cursor-pointer overflow-hidden;"]),onClick:h},[t.createElementVNode("label",{for:"text",class:t.normalizeClass([p.value?"top-2 text-xs text-gray-400 cursor-default":"top-4 text-sm text-gray-700 cursor-pointer pb-2",e.disabled?"cursor-not-allowed bg-gray-50":"bg-white",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500","absolute left-0 z-10 w-full h-auto px-4 font-medium leading-normal text-left transition-all duration-300 ease-in-out transform translate-y-0 group-focus-within:top-2 group-focus-within:bg-transparent group-focus-within:py-0 group-focus-within:h-auto"])},t.toDisplayString(t.unref(a)),3),t.withDirectives(t.createElementVNode("textarea",{ref_key:"inputRef",ref:f,class:t.normalizeClass(["min-h-[4.5rem] max-h-40 appearance-none block w-full px-4 py-2 placeholder:text-gray-400 text-sm font-medium relative z-0 mt-4 bg-transparent border-none focus:outline-none focus:shadow-none focus-within:outline-none focus:border-none disabled:opacity-75 autofill:bg-white leading-6 placeholder:capitalize rounded-2xl",{"border-red-500":e.errors}]),placeholder:t.unref(c),"onUpdate:modelValue":b[0]||(b[0]=w=>d.value=w),disabled:e.disabled,readonly:e.readonly,autofocus:e.autoFocus,"aria-invalid":"true",rows:t.unref(i),cols:t.unref(s),onInput:b[1]||(b[1]=w=>v.$emit("update:modelValue",d.value)),onBlur:b[2]||(b[2]=w=>v.$emit("blur"))}," ",42,S9),[[t.vModelText,d.value]])],2)):(t.openBlock(),t.createElementBlock("div",O9,[t.unref(a)?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(t.unref(a)),3)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("textarea",{ref_key:"inputRef",ref:f,class:t.normalizeClass(["min-h-[4.5rem] max-h-40 appearance-none block w-full px-4 py-2 placeholder:text-gray-400 text-sm font-medium relative z-0 bg-transparent border-gray-100 focus:outline-none focus:shadow-none focus-within:outline-none focus:border-purple-600 disabled:opacity-75 autofill:bg-white leading-6 placeholder:capitalize rounded-md border-solid border focus-within:ring-1 focus-within:ring-purple-600 transition-colors duration-300 ease-in-out",{"border-red-500":e.errors}]),"onUpdate:modelValue":b[3]||(b[3]=w=>d.value=w),placeholder:t.unref(c),disabled:e.disabled,readonly:e.readonly,autofocus:e.autoFocus,"aria-invalid":"true",rows:t.unref(i),cols:t.unref(s),onInput:b[4]||(b[4]=w=>v.$emit("update:modelValue",d.value)),onBlur:b[5]||(b[5]=w=>v.$emit("blur"))}," ",42,V9),[[t.vModelText,d.value]])]))]),t.createVNode(Vr,{errors:e.errors,name:e.name},null,8,["errors","name"])],64))}});var N9=Object.defineProperty,T9=Object.defineProperties,M9=Object.getOwnPropertyDescriptors,fp=Object.getOwnPropertySymbols,A9=Object.prototype.hasOwnProperty,D9=Object.prototype.propertyIsEnumerable,pp=(e,r,n)=>r in e?N9(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,$a=(e,r)=>{for(var n in r||(r={}))A9.call(r,n)&&pp(e,n,r[n]);if(fp)for(var n of fp(r))D9.call(r,n)&&pp(e,n,r[n]);return e},hp=(e,r)=>T9(e,M9(r));const P9={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(e){this.autoscroll&&e&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var e;const r=((e=this.$refs.dropdownMenu)==null?void 0:e.children[this.typeAheadPointer])||!1;if(r){const n=this.getDropdownViewport(),{top:a,bottom:i,height:s}=r.getBoundingClientRect();if(a<n.top)return this.$refs.dropdownMenu.scrollTop=r.offsetTop;if(i>n.bottom)return this.$refs.dropdownMenu.scrollTop=r.offsetTop-(n.height-s)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},I9={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let e=0;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},open(e){e&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let e=this.typeAheadPointer-1;e>=0;e--)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadDown(){for(let e=this.typeAheadPointer+1;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadSelect(){const e=this.filteredOptions[this.typeAheadPointer];e&&this.selectable(e)&&this.select(e)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},R9={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(e){this.mutableLoading=e}},methods:{toggleLoading(e=null){return e==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=e}}},Bu=(e,r)=>{const n=e.__vccOpts||e;for(const[a,i]of r)n[a]=i;return n},L9={},z9={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},F9=t.createElementVNode("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),H9=[F9];function U9(e,r){return t.openBlock(),t.createElementBlock("svg",z9,H9)}const W9=Bu(L9,[["render",U9]]),j9={},Y9={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},G9=t.createElementVNode("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),q9=[G9];function K9(e,r){return t.openBlock(),t.createElementBlock("svg",Y9,q9)}const X9=Bu(j9,[["render",K9]]),mp={Deselect:W9,OpenIndicator:X9},Q9={mounted(e,{instance:r}){if(r.appendToBody){const{height:n,top:a,left:i,width:s}=r.$refs.toggle.getBoundingClientRect();let c=window.scrollX||window.pageXOffset,d=window.scrollY||window.pageYOffset;e.unbindPosition=r.calculatePosition(e,r,{width:s+"px",left:c+i+"px",top:d+a+n+"px"}),document.body.appendChild(e)}},unmounted(e,{instance:r}){r.appendToBody&&(e.unbindPosition&&typeof e.unbindPosition=="function"&&e.unbindPosition(),e.parentNode&&e.parentNode.removeChild(e))}};function Z9(e){const r={};return Object.keys(e).sort().forEach(n=>{r[n]=e[n]}),JSON.stringify(r)}let J9=0;function e5(){return++J9}const t5={components:$a({},mp),directives:{appendToBody:Q9},mixins:[P9,I9,R9],compatConfig:{MODE:3},emits:["open","close","update:modelValue","search","search:compositionstart","search:compositionend","search:keydown","search:blur","search:focus","search:input","option:created","option:selecting","option:selected","option:deselecting","option:deselected"],props:{modelValue:{},components:{type:Object,default:()=>({})},options:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},deselectFromDropdown:{type:Boolean,default:!1},searchable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},placeholder:{type:String,default:""},transition:{type:String,default:"vs__fade"},clearSearchOnSelect:{type:Boolean,default:!0},closeOnSelect:{type:Boolean,default:!0},label:{type:String,default:"label"},autocomplete:{type:String,default:"off"},reduce:{type:Function,default:e=>e},selectable:{type:Function,default:e=>!0},getOptionLabel:{type:Function,default(e){return typeof e=="object"?e.hasOwnProperty(this.label)?e[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(e)}.
7
- https://vue-select.org/api/props.html#getoptionlabel`):e}},getOptionKey:{type:Function,default(e){if(typeof e!="object")return e;try{return e.hasOwnProperty("id")?e.id:Z9(e)}catch(r){return console.warn(`[vue-select warn]: Could not stringify this option to generate unique key. Please provide'getOptionKey' prop to return a unique key for each option.
8
- https://vue-select.org/api/props.html#getoptionkey`,e,r)}}},onTab:{type:Function,default:function(){this.selectOnTab&&!this.isComposing&&this.typeAheadSelect()}},taggable:{type:Boolean,default:!1},tabindex:{type:Number,default:null},pushTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},filterBy:{type:Function,default(e,r,n){return(r||"").toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(e,r){return e.filter(n=>{let a=this.getOptionLabel(n);return typeof a=="number"&&(a=a.toString()),this.filterBy(n,a,r)})}},createOption:{type:Function,default(e){return typeof this.optionList[0]=="object"?{[this.label]:e}:e}},resetOnOptionsChange:{default:!1,validator:e=>["function","boolean"].includes(typeof e)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:e,multiple:r}){return e&&!r}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:()=>[13]},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:(e,r)=>e},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(e,r,{width:n,top:a,left:i}){e.style.top=a,e.style.left=i,e.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:e,open:r,mutableLoading:n}){return e?!1:r&&!n}},uid:{type:[String,Number],default:()=>e5()}},data(){return{search:"",open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return typeof this.modelValue>"u"||this.isReducingValues},selectedValue(){let e=this.modelValue;return this.isTrackingValues&&(e=this.$data._value),e!=null&&e!==""?[].concat(e):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){const e={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:$a({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":`vs${this.uid}__combobox`,"aria-controls":`vs${this.uid}__listbox`,ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":`vs${this.uid}__option-${this.typeAheadPointer}`}:{}),events:{compositionstart:()=>this.isComposing=!0,compositionend:()=>this.isComposing=!1,keydown:this.onSearchKeyDown,blur:this.onSearchBlur,focus:this.onSearchFocus,input:r=>this.search=r.target.value}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.mutableLoading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:e,listFooter:e,header:hp($a({},e),{deselect:this.deselect}),footer:hp($a({},e),{deselect:this.deselect})}},childComponents(){return $a($a({},mp),this.components)},stateClasses(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--multiple":this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching(){return!!this.search},dropdownOpen(){return this.dropdownShouldOpen(this)},searchPlaceholder(){return this.isValueEmpty&&this.placeholder?this.placeholder:void 0},filteredOptions(){const e=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return e;const r=this.search.length?this.filter(e,this.search,this):e;if(this.taggable&&this.search.length){const n=this.createOption(this.search);this.optionExists(n)||r.unshift(n)}return r},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(e,r){const n=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(e,r,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&n()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(e){this.isTrackingValues&&this.setInternalValueFromOptions(e)}},multiple(){this.clearSelection()},open(e){this.$emit(e?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(e){Array.isArray(e)?this.$data._value=e.map(r=>this.findOptionFromReducedValue(r)):this.$data._value=this.findOptionFromReducedValue(e)},select(e){this.$emit("option:selecting",e),this.isOptionSelected(e)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(e):(this.taggable&&!this.optionExists(e)&&(this.$emit("option:created",e),this.pushTag(e)),this.multiple&&(e=this.selectedValue.concat(e)),this.updateValue(e),this.$emit("option:selected",e)),this.onAfterSelect(e)},deselect(e){this.$emit("option:deselecting",e),this.updateValue(this.selectedValue.filter(r=>!this.optionComparator(r,e))),this.$emit("option:deselected",e)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(e){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(e){typeof this.modelValue>"u"&&(this.$data._value=e),e!==null&&(Array.isArray(e)?e=e.map(r=>this.reduce(r)):e=this.reduce(e)),this.$emit("update:modelValue",e)},toggleDropdown(e){const r=e.target!==this.searchEl;r&&e.preventDefault();const n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(a=>a.contains(e.target)||a===e.target)){e.preventDefault();return}this.open&&r?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(e){return this.selectedValue.some(r=>this.optionComparator(r,e))},isOptionDeselectable(e){return this.isOptionSelected(e)&&this.deselectFromDropdown},optionComparator(e,r){return this.getOptionKey(e)===this.getOptionKey(r)},findOptionFromReducedValue(e){const r=a=>JSON.stringify(this.reduce(a))===JSON.stringify(e),n=[...this.options,...this.pushedTags].filter(r);return n.length===1?n[0]:n.find(a=>this.optionComparator(a,this.$data._value))||e},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let e=null;this.multiple&&(e=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(e)}},optionExists(e){return this.optionList.some(r=>this.optionComparator(r,e))},normalizeOptionForSlot(e){return typeof e=="object"?e:{[this.label]:e}},pushTag(e){this.pushedTags.push(e)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:e,multiple:r}=this;this.clearSearchOnBlur({clearSearchOnSelect:e,multiple:r})&&(this.search=""),this.closeSearchOptions();return}if(this.search.length===0&&this.options.length===0){this.closeSearchOptions();return}},onSearchFocus(){this.open=!0,this.$emit("search:focus")},onMousedown(){this.mousedown=!0},onMouseUp(){this.mousedown=!1},onSearchKeyDown(e){const r=i=>(i.preventDefault(),!this.isComposing&&this.typeAheadSelect()),n={8:i=>this.maybeDeleteValue(),9:i=>this.onTab(),27:i=>this.onEscape(),38:i=>(i.preventDefault(),this.typeAheadUp()),40:i=>(i.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(i=>n[i]=r);const a=this.mapKeydown(n,this);if(typeof a[e.keyCode]=="function")return a[e.keyCode](e)}}},n5=["dir"],r5=["id","aria-expanded","aria-owns"],a5={ref:"selectedOptions",class:"vs__selected-options"},o5=["disabled","title","aria-label","onClick"],i5={ref:"actions",class:"vs__actions"},l5=["disabled"],s5={class:"vs__spinner"},u5=["id"],d5=["id","aria-selected","onMouseover","onClick"],c5={key:0,class:"vs__no-options"},f5=t.createTextVNode(" Sorry, no matching options. "),p5=["id"];function h5(e,r,n,a,i,s){const c=t.resolveDirective("append-to-body");return t.openBlock(),t.createElementBlock("div",{dir:n.dir,class:t.normalizeClass(["v-select",s.stateClasses])},[t.renderSlot(e.$slots,"header",t.normalizeProps(t.guardReactiveProps(s.scope.header))),t.createElementVNode("div",{id:`vs${n.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":s.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":"Search for option",onMousedown:r[1]||(r[1]=d=>s.toggleDropdown(d))},[t.createElementVNode("div",a5,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.selectedValue,(d,f)=>t.renderSlot(e.$slots,"selected-option-container",{option:s.normalizeOptionForSlot(d),deselect:s.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(t.openBlock(),t.createElementBlock("span",{key:n.getOptionKey(d),class:"vs__selected"},[t.renderSlot(e.$slots,"selected-option",t.normalizeProps(t.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[t.createTextVNode(t.toDisplayString(n.getOptionLabel(d)),1)]),n.multiple?(t.openBlock(),t.createElementBlock("button",{key:0,ref_for:!0,ref:p=>i.deselectButtons[f]=p,disabled:n.disabled,type:"button",class:"vs__deselect",title:`Deselect ${n.getOptionLabel(d)}`,"aria-label":`Deselect ${n.getOptionLabel(d)}`,onClick:p=>s.deselect(d)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.childComponents.Deselect)))],8,o5)):t.createCommentVNode("",!0)]))])),256)),t.renderSlot(e.$slots,"search",t.normalizeProps(t.guardReactiveProps(s.scope.search)),()=>[t.createElementVNode("input",t.mergeProps({class:"vs__search"},s.scope.search.attributes,t.toHandlers(s.scope.search.events)),null,16)])],512),t.createElementVNode("div",i5,[t.withDirectives(t.createElementVNode("button",{ref:"clearButton",disabled:n.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:r[0]||(r[0]=(...d)=>s.clearSelection&&s.clearSelection(...d))},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.childComponents.Deselect)))],8,l5),[[t.vShow,s.showClearButton]]),t.renderSlot(e.$slots,"open-indicator",t.normalizeProps(t.guardReactiveProps(s.scope.openIndicator)),()=>[n.noDrop?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.childComponents.OpenIndicator),t.normalizeProps(t.mergeProps({key:0},s.scope.openIndicator.attributes)),null,16))]),t.renderSlot(e.$slots,"spinner",t.normalizeProps(t.guardReactiveProps(s.scope.spinner)),()=>[t.withDirectives(t.createElementVNode("div",s5,"Loading...",512),[[t.vShow,e.mutableLoading]])])],512)],40,r5),t.createVNode(t.Transition,{name:n.transition},{default:t.withCtx(()=>[s.dropdownOpen?t.withDirectives((t.openBlock(),t.createElementBlock("ul",{id:`vs${n.uid}__listbox`,ref:"dropdownMenu",key:`vs${n.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:r[2]||(r[2]=t.withModifiers((...d)=>s.onMousedown&&s.onMousedown(...d),["prevent"])),onMouseup:r[3]||(r[3]=(...d)=>s.onMouseUp&&s.onMouseUp(...d))},[t.renderSlot(e.$slots,"list-header",t.normalizeProps(t.guardReactiveProps(s.scope.listHeader))),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.filteredOptions,(d,f)=>(t.openBlock(),t.createElementBlock("li",{id:`vs${n.uid}__option-${f}`,key:n.getOptionKey(d),role:"option",class:t.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":s.isOptionDeselectable(d)&&f===e.typeAheadPointer,"vs__dropdown-option--selected":s.isOptionSelected(d),"vs__dropdown-option--highlight":f===e.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(d)}]),"aria-selected":f===e.typeAheadPointer?!0:null,onMouseover:p=>n.selectable(d)?e.typeAheadPointer=f:null,onClick:t.withModifiers(p=>n.selectable(d)?s.select(d):null,["prevent","stop"])},[t.renderSlot(e.$slots,"option",t.normalizeProps(t.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[t.createTextVNode(t.toDisplayString(n.getOptionLabel(d)),1)])],42,d5))),128)),s.filteredOptions.length===0?(t.openBlock(),t.createElementBlock("li",c5,[t.renderSlot(e.$slots,"no-options",t.normalizeProps(t.guardReactiveProps(s.scope.noOptions)),()=>[f5])])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"list-footer",t.normalizeProps(t.guardReactiveProps(s.scope.listFooter)))],40,u5)),[[c]]):(t.openBlock(),t.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,p5))]),_:3},8,["name"]),t.renderSlot(e.$slots,"footer",t.normalizeProps(t.guardReactiveProps(s.scope.footer)))],10,n5)}const A0=Bu(t5,[["render",h5]]);var Xt="top",$n="bottom",wn="right",Qt="left",Nu="auto",No=[Xt,$n,wn,Qt],Va="start",xo="end",m5="clippingParents",D0="viewport",so="popper",_5="reference",_p=No.reduce(function(e,r){return e.concat([r+"-"+Va,r+"-"+xo])},[]),P0=[].concat(No,[Nu]).reduce(function(e,r){return e.concat([r,r+"-"+Va,r+"-"+xo])},[]),v5="beforeRead",g5="read",y5="afterRead",b5="beforeMain",$5="main",w5="afterMain",k5="beforeWrite",x5="write",E5="afterWrite",C5=[v5,g5,y5,b5,$5,w5,k5,x5,E5];function jn(e){return e?(e.nodeName||"").toLowerCase():null}function un(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var r=e.ownerDocument;return r&&r.defaultView||window}return e}function ra(e){var r=un(e).Element;return e instanceof r||e instanceof Element}function bn(e){var r=un(e).HTMLElement;return e instanceof r||e instanceof HTMLElement}function Tu(e){if(typeof ShadowRoot>"u")return!1;var r=un(e).ShadowRoot;return e instanceof r||e instanceof ShadowRoot}function S5(e){var r=e.state;Object.keys(r.elements).forEach(function(n){var a=r.styles[n]||{},i=r.attributes[n]||{},s=r.elements[n];!bn(s)||!jn(s)||(Object.assign(s.style,a),Object.keys(i).forEach(function(c){var d=i[c];d===!1?s.removeAttribute(c):s.setAttribute(c,d===!0?"":d)}))})}function O5(e){var r=e.state,n={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(r.elements.popper.style,n.popper),r.styles=n,r.elements.arrow&&Object.assign(r.elements.arrow.style,n.arrow),function(){Object.keys(r.elements).forEach(function(a){var i=r.elements[a],s=r.attributes[a]||{},c=Object.keys(r.styles.hasOwnProperty(a)?r.styles[a]:n[a]),d=c.reduce(function(f,p){return f[p]="",f},{});!bn(i)||!jn(i)||(Object.assign(i.style,d),Object.keys(s).forEach(function(f){i.removeAttribute(f)}))})}}const V5={name:"applyStyles",enabled:!0,phase:"write",fn:S5,effect:O5,requires:["computeStyles"]};function Hn(e){return e.split("-")[0]}var ea=Math.max,Yi=Math.min,Ba=Math.round;function lu(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(r){return r.brand+"/"+r.version}).join(" "):navigator.userAgent}function I0(){return!/^((?!chrome|android).)*safari/i.test(lu())}function Na(e,r,n){r===void 0&&(r=!1),n===void 0&&(n=!1);var a=e.getBoundingClientRect(),i=1,s=1;r&&bn(e)&&(i=e.offsetWidth>0&&Ba(a.width)/e.offsetWidth||1,s=e.offsetHeight>0&&Ba(a.height)/e.offsetHeight||1);var c=ra(e)?un(e):window,d=c.visualViewport,f=!I0()&&n,p=(a.left+(f&&d?d.offsetLeft:0))/i,h=(a.top+(f&&d?d.offsetTop:0))/s,v=a.width/i,b=a.height/s;return{width:v,height:b,top:h,right:p+v,bottom:h+b,left:p,x:p,y:h}}function Mu(e){var r=Na(e),n=e.offsetWidth,a=e.offsetHeight;return Math.abs(r.width-n)<=1&&(n=r.width),Math.abs(r.height-a)<=1&&(a=r.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:a}}function R0(e,r){var n=r.getRootNode&&r.getRootNode();if(e.contains(r))return!0;if(n&&Tu(n)){var a=r;do{if(a&&e.isSameNode(a))return!0;a=a.parentNode||a.host}while(a)}return!1}function ir(e){return un(e).getComputedStyle(e)}function B5(e){return["table","td","th"].indexOf(jn(e))>=0}function Br(e){return((ra(e)?e.ownerDocument:e.document)||window.document).documentElement}function tl(e){return jn(e)==="html"?e:e.assignedSlot||e.parentNode||(Tu(e)?e.host:null)||Br(e)}function vp(e){return!bn(e)||ir(e).position==="fixed"?null:e.offsetParent}function N5(e){var r=/firefox/i.test(lu()),n=/Trident/i.test(lu());if(n&&bn(e)){var a=ir(e);if(a.position==="fixed")return null}var i=tl(e);for(Tu(i)&&(i=i.host);bn(i)&&["html","body"].indexOf(jn(i))<0;){var s=ir(i);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||r&&s.willChange==="filter"||r&&s.filter&&s.filter!=="none")return i;i=i.parentNode}return null}function To(e){for(var r=un(e),n=vp(e);n&&B5(n)&&ir(n).position==="static";)n=vp(n);return n&&(jn(n)==="html"||jn(n)==="body"&&ir(n).position==="static")?r:n||N5(e)||r}function Au(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function go(e,r,n){return ea(e,Yi(r,n))}function T5(e,r,n){var a=go(e,r,n);return a>n?n:a}function L0(){return{top:0,right:0,bottom:0,left:0}}function z0(e){return Object.assign({},L0(),e)}function F0(e,r){return r.reduce(function(n,a){return n[a]=e,n},{})}var M5=function(r,n){return r=typeof r=="function"?r(Object.assign({},n.rects,{placement:n.placement})):r,z0(typeof r!="number"?r:F0(r,No))};function A5(e){var r,n=e.state,a=e.name,i=e.options,s=n.elements.arrow,c=n.modifiersData.popperOffsets,d=Hn(n.placement),f=Au(d),p=[Qt,wn].indexOf(d)>=0,h=p?"height":"width";if(!(!s||!c)){var v=M5(i.padding,n),b=Mu(s),w=f==="y"?Xt:Qt,C=f==="y"?$n:wn,A=n.rects.reference[h]+n.rects.reference[f]-c[f]-n.rects.popper[h],k=c[f]-n.rects.reference[f],y=To(s),x=y?f==="y"?y.clientHeight||0:y.clientWidth||0:0,B=A/2-k/2,N=v[w],H=x-b[h]-v[C],S=x/2-b[h]/2+B,T=go(N,S,H),V=f;n.modifiersData[a]=(r={},r[V]=T,r.centerOffset=T-S,r)}}function D5(e){var r=e.state,n=e.options,a=n.element,i=a===void 0?"[data-popper-arrow]":a;i!=null&&(typeof i=="string"&&(i=r.elements.popper.querySelector(i),!i)||R0(r.elements.popper,i)&&(r.elements.arrow=i))}const P5={name:"arrow",enabled:!0,phase:"main",fn:A5,effect:D5,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Ta(e){return e.split("-")[1]}var I5={top:"auto",right:"auto",bottom:"auto",left:"auto"};function R5(e,r){var n=e.x,a=e.y,i=r.devicePixelRatio||1;return{x:Ba(n*i)/i||0,y:Ba(a*i)/i||0}}function gp(e){var r,n=e.popper,a=e.popperRect,i=e.placement,s=e.variation,c=e.offsets,d=e.position,f=e.gpuAcceleration,p=e.adaptive,h=e.roundOffsets,v=e.isFixed,b=c.x,w=b===void 0?0:b,C=c.y,A=C===void 0?0:C,k=typeof h=="function"?h({x:w,y:A}):{x:w,y:A};w=k.x,A=k.y;var y=c.hasOwnProperty("x"),x=c.hasOwnProperty("y"),B=Qt,N=Xt,H=window;if(p){var S=To(n),T="clientHeight",V="clientWidth";if(S===un(n)&&(S=Br(n),ir(S).position!=="static"&&d==="absolute"&&(T="scrollHeight",V="scrollWidth")),S=S,i===Xt||(i===Qt||i===wn)&&s===xo){N=$n;var I=v&&S===H&&H.visualViewport?H.visualViewport.height:S[T];A-=I-a.height,A*=f?1:-1}if(i===Qt||(i===Xt||i===$n)&&s===xo){B=wn;var g=v&&S===H&&H.visualViewport?H.visualViewport.width:S[V];w-=g-a.width,w*=f?1:-1}}var R=Object.assign({position:d},p&&I5),j=h===!0?R5({x:w,y:A},un(n)):{x:w,y:A};if(w=j.x,A=j.y,f){var ie;return Object.assign({},R,(ie={},ie[N]=x?"0":"",ie[B]=y?"0":"",ie.transform=(H.devicePixelRatio||1)<=1?"translate("+w+"px, "+A+"px)":"translate3d("+w+"px, "+A+"px, 0)",ie))}return Object.assign({},R,(r={},r[N]=x?A+"px":"",r[B]=y?w+"px":"",r.transform="",r))}function L5(e){var r=e.state,n=e.options,a=n.gpuAcceleration,i=a===void 0?!0:a,s=n.adaptive,c=s===void 0?!0:s,d=n.roundOffsets,f=d===void 0?!0:d,p={placement:Hn(r.placement),variation:Ta(r.placement),popper:r.elements.popper,popperRect:r.rects.popper,gpuAcceleration:i,isFixed:r.options.strategy==="fixed"};r.modifiersData.popperOffsets!=null&&(r.styles.popper=Object.assign({},r.styles.popper,gp(Object.assign({},p,{offsets:r.modifiersData.popperOffsets,position:r.options.strategy,adaptive:c,roundOffsets:f})))),r.modifiersData.arrow!=null&&(r.styles.arrow=Object.assign({},r.styles.arrow,gp(Object.assign({},p,{offsets:r.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:f})))),r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-placement":r.placement})}const z5={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:L5,data:{}};var Ci={passive:!0};function F5(e){var r=e.state,n=e.instance,a=e.options,i=a.scroll,s=i===void 0?!0:i,c=a.resize,d=c===void 0?!0:c,f=un(r.elements.popper),p=[].concat(r.scrollParents.reference,r.scrollParents.popper);return s&&p.forEach(function(h){h.addEventListener("scroll",n.update,Ci)}),d&&f.addEventListener("resize",n.update,Ci),function(){s&&p.forEach(function(h){h.removeEventListener("scroll",n.update,Ci)}),d&&f.removeEventListener("resize",n.update,Ci)}}const H5={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:F5,data:{}};var U5={left:"right",right:"left",bottom:"top",top:"bottom"};function Li(e){return e.replace(/left|right|bottom|top/g,function(r){return U5[r]})}var W5={start:"end",end:"start"};function yp(e){return e.replace(/start|end/g,function(r){return W5[r]})}function Du(e){var r=un(e),n=r.pageXOffset,a=r.pageYOffset;return{scrollLeft:n,scrollTop:a}}function Pu(e){return Na(Br(e)).left+Du(e).scrollLeft}function j5(e,r){var n=un(e),a=Br(e),i=n.visualViewport,s=a.clientWidth,c=a.clientHeight,d=0,f=0;if(i){s=i.width,c=i.height;var p=I0();(p||!p&&r==="fixed")&&(d=i.offsetLeft,f=i.offsetTop)}return{width:s,height:c,x:d+Pu(e),y:f}}function Y5(e){var r,n=Br(e),a=Du(e),i=(r=e.ownerDocument)==null?void 0:r.body,s=ea(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),c=ea(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),d=-a.scrollLeft+Pu(e),f=-a.scrollTop;return ir(i||n).direction==="rtl"&&(d+=ea(n.clientWidth,i?i.clientWidth:0)-s),{width:s,height:c,x:d,y:f}}function Iu(e){var r=ir(e),n=r.overflow,a=r.overflowX,i=r.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+a)}function H0(e){return["html","body","#document"].indexOf(jn(e))>=0?e.ownerDocument.body:bn(e)&&Iu(e)?e:H0(tl(e))}function yo(e,r){var n;r===void 0&&(r=[]);var a=H0(e),i=a===((n=e.ownerDocument)==null?void 0:n.body),s=un(a),c=i?[s].concat(s.visualViewport||[],Iu(a)?a:[]):a,d=r.concat(c);return i?d:d.concat(yo(tl(c)))}function su(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function G5(e,r){var n=Na(e,!1,r==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function bp(e,r,n){return r===D0?su(j5(e,n)):ra(r)?G5(r,n):su(Y5(Br(e)))}function q5(e){var r=yo(tl(e)),n=["absolute","fixed"].indexOf(ir(e).position)>=0,a=n&&bn(e)?To(e):e;return ra(a)?r.filter(function(i){return ra(i)&&R0(i,a)&&jn(i)!=="body"}):[]}function K5(e,r,n,a){var i=r==="clippingParents"?q5(e):[].concat(r),s=[].concat(i,[n]),c=s[0],d=s.reduce(function(f,p){var h=bp(e,p,a);return f.top=ea(h.top,f.top),f.right=Yi(h.right,f.right),f.bottom=Yi(h.bottom,f.bottom),f.left=ea(h.left,f.left),f},bp(e,c,a));return d.width=d.right-d.left,d.height=d.bottom-d.top,d.x=d.left,d.y=d.top,d}function U0(e){var r=e.reference,n=e.element,a=e.placement,i=a?Hn(a):null,s=a?Ta(a):null,c=r.x+r.width/2-n.width/2,d=r.y+r.height/2-n.height/2,f;switch(i){case Xt:f={x:c,y:r.y-n.height};break;case $n:f={x:c,y:r.y+r.height};break;case wn:f={x:r.x+r.width,y:d};break;case Qt:f={x:r.x-n.width,y:d};break;default:f={x:r.x,y:r.y}}var p=i?Au(i):null;if(p!=null){var h=p==="y"?"height":"width";switch(s){case Va:f[p]=f[p]-(r[h]/2-n[h]/2);break;case xo:f[p]=f[p]+(r[h]/2-n[h]/2);break}}return f}function Eo(e,r){r===void 0&&(r={});var n=r,a=n.placement,i=a===void 0?e.placement:a,s=n.strategy,c=s===void 0?e.strategy:s,d=n.boundary,f=d===void 0?m5:d,p=n.rootBoundary,h=p===void 0?D0:p,v=n.elementContext,b=v===void 0?so:v,w=n.altBoundary,C=w===void 0?!1:w,A=n.padding,k=A===void 0?0:A,y=z0(typeof k!="number"?k:F0(k,No)),x=b===so?_5:so,B=e.rects.popper,N=e.elements[C?x:b],H=K5(ra(N)?N:N.contextElement||Br(e.elements.popper),f,h,c),S=Na(e.elements.reference),T=U0({reference:S,element:B,strategy:"absolute",placement:i}),V=su(Object.assign({},B,T)),I=b===so?V:S,g={top:H.top-I.top+y.top,bottom:I.bottom-H.bottom+y.bottom,left:H.left-I.left+y.left,right:I.right-H.right+y.right},R=e.modifiersData.offset;if(b===so&&R){var j=R[i];Object.keys(g).forEach(function(ie){var F=[wn,$n].indexOf(ie)>=0?1:-1,K=[Xt,$n].indexOf(ie)>=0?"y":"x";g[ie]+=j[K]*F})}return g}function X5(e,r){r===void 0&&(r={});var n=r,a=n.placement,i=n.boundary,s=n.rootBoundary,c=n.padding,d=n.flipVariations,f=n.allowedAutoPlacements,p=f===void 0?P0:f,h=Ta(a),v=h?d?_p:_p.filter(function(C){return Ta(C)===h}):No,b=v.filter(function(C){return p.indexOf(C)>=0});b.length===0&&(b=v);var w=b.reduce(function(C,A){return C[A]=Eo(e,{placement:A,boundary:i,rootBoundary:s,padding:c})[Hn(A)],C},{});return Object.keys(w).sort(function(C,A){return w[C]-w[A]})}function Q5(e){if(Hn(e)===Nu)return[];var r=Li(e);return[yp(e),r,yp(r)]}function Z5(e){var r=e.state,n=e.options,a=e.name;if(!r.modifiersData[a]._skip){for(var i=n.mainAxis,s=i===void 0?!0:i,c=n.altAxis,d=c===void 0?!0:c,f=n.fallbackPlacements,p=n.padding,h=n.boundary,v=n.rootBoundary,b=n.altBoundary,w=n.flipVariations,C=w===void 0?!0:w,A=n.allowedAutoPlacements,k=r.options.placement,y=Hn(k),x=y===k,B=f||(x||!C?[Li(k)]:Q5(k)),N=[k].concat(B).reduce(function(X,M){return X.concat(Hn(M)===Nu?X5(r,{placement:M,boundary:h,rootBoundary:v,padding:p,flipVariations:C,allowedAutoPlacements:A}):M)},[]),H=r.rects.reference,S=r.rects.popper,T=new Map,V=!0,I=N[0],g=0;g<N.length;g++){var R=N[g],j=Hn(R),ie=Ta(R)===Va,F=[Xt,$n].indexOf(j)>=0,K=F?"width":"height",Y=Eo(r,{placement:R,boundary:h,rootBoundary:v,altBoundary:b,padding:p}),re=F?ie?wn:Qt:ie?$n:Xt;H[K]>S[K]&&(re=Li(re));var fe=Li(re),ae=[];if(s&&ae.push(Y[j]<=0),d&&ae.push(Y[re]<=0,Y[fe]<=0),ae.every(function(X){return X})){I=R,V=!1;break}T.set(R,ae)}if(V)for(var he=C?3:1,J=function(M){var q=N.find(function(_){var D=T.get(_);if(D)return D.slice(0,M).every(function(G){return G})});if(q)return I=q,"break"},U=he;U>0;U--){var L=J(U);if(L==="break")break}r.placement!==I&&(r.modifiersData[a]._skip=!0,r.placement=I,r.reset=!0)}}const J5={name:"flip",enabled:!0,phase:"main",fn:Z5,requiresIfExists:["offset"],data:{_skip:!1}};function $p(e,r,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-r.height-n.y,right:e.right-r.width+n.x,bottom:e.bottom-r.height+n.y,left:e.left-r.width-n.x}}function wp(e){return[Xt,wn,$n,Qt].some(function(r){return e[r]>=0})}function e8(e){var r=e.state,n=e.name,a=r.rects.reference,i=r.rects.popper,s=r.modifiersData.preventOverflow,c=Eo(r,{elementContext:"reference"}),d=Eo(r,{altBoundary:!0}),f=$p(c,a),p=$p(d,i,s),h=wp(f),v=wp(p);r.modifiersData[n]={referenceClippingOffsets:f,popperEscapeOffsets:p,isReferenceHidden:h,hasPopperEscaped:v},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":h,"data-popper-escaped":v})}const t8={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:e8};function n8(e,r,n){var a=Hn(e),i=[Qt,Xt].indexOf(a)>=0?-1:1,s=typeof n=="function"?n(Object.assign({},r,{placement:e})):n,c=s[0],d=s[1];return c=c||0,d=(d||0)*i,[Qt,wn].indexOf(a)>=0?{x:d,y:c}:{x:c,y:d}}function r8(e){var r=e.state,n=e.options,a=e.name,i=n.offset,s=i===void 0?[0,0]:i,c=P0.reduce(function(h,v){return h[v]=n8(v,r.rects,s),h},{}),d=c[r.placement],f=d.x,p=d.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=f,r.modifiersData.popperOffsets.y+=p),r.modifiersData[a]=c}const a8={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:r8};function o8(e){var r=e.state,n=e.name;r.modifiersData[n]=U0({reference:r.rects.reference,element:r.rects.popper,strategy:"absolute",placement:r.placement})}const i8={name:"popperOffsets",enabled:!0,phase:"read",fn:o8,data:{}};function l8(e){return e==="x"?"y":"x"}function s8(e){var r=e.state,n=e.options,a=e.name,i=n.mainAxis,s=i===void 0?!0:i,c=n.altAxis,d=c===void 0?!1:c,f=n.boundary,p=n.rootBoundary,h=n.altBoundary,v=n.padding,b=n.tether,w=b===void 0?!0:b,C=n.tetherOffset,A=C===void 0?0:C,k=Eo(r,{boundary:f,rootBoundary:p,padding:v,altBoundary:h}),y=Hn(r.placement),x=Ta(r.placement),B=!x,N=Au(y),H=l8(N),S=r.modifiersData.popperOffsets,T=r.rects.reference,V=r.rects.popper,I=typeof A=="function"?A(Object.assign({},r.rects,{placement:r.placement})):A,g=typeof I=="number"?{mainAxis:I,altAxis:I}:Object.assign({mainAxis:0,altAxis:0},I),R=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,j={x:0,y:0};if(S){if(s){var ie,F=N==="y"?Xt:Qt,K=N==="y"?$n:wn,Y=N==="y"?"height":"width",re=S[N],fe=re+k[F],ae=re-k[K],he=w?-V[Y]/2:0,J=x===Va?T[Y]:V[Y],U=x===Va?-V[Y]:-T[Y],L=r.elements.arrow,X=w&&L?Mu(L):{width:0,height:0},M=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:L0(),q=M[F],_=M[K],D=go(0,T[Y],X[Y]),G=B?T[Y]/2-he-D-q-g.mainAxis:J-D-q-g.mainAxis,pe=B?-T[Y]/2+he+D+_+g.mainAxis:U+D+_+g.mainAxis,te=r.elements.arrow&&To(r.elements.arrow),Te=te?N==="y"?te.clientTop||0:te.clientLeft||0:0,de=(ie=R==null?void 0:R[N])!=null?ie:0,ge=re+G-de-Te,P=re+pe-de,be=go(w?Yi(fe,ge):fe,re,w?ea(ae,P):ae);S[N]=be,j[N]=be-re}if(d){var ye,$e=N==="x"?Xt:Qt,He=N==="x"?$n:wn,Me=S[H],ee=H==="y"?"height":"width",me=Me+k[$e],Se=Me-k[He],st=[Xt,Qt].indexOf(y)!==-1,Et=(ye=R==null?void 0:R[H])!=null?ye:0,Be=st?me:Me-T[ee]-V[ee]-Et+g.altAxis,Vt=st?Me+T[ee]+V[ee]-Et-g.altAxis:Se,Je=w&&st?T5(Be,Me,Vt):go(w?Be:me,Me,w?Vt:Se);S[H]=Je,j[H]=Je-Me}r.modifiersData[a]=j}}const u8={name:"preventOverflow",enabled:!0,phase:"main",fn:s8,requiresIfExists:["offset"]};function d8(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function c8(e){return e===un(e)||!bn(e)?Du(e):d8(e)}function f8(e){var r=e.getBoundingClientRect(),n=Ba(r.width)/e.offsetWidth||1,a=Ba(r.height)/e.offsetHeight||1;return n!==1||a!==1}function p8(e,r,n){n===void 0&&(n=!1);var a=bn(r),i=bn(r)&&f8(r),s=Br(r),c=Na(e,i,n),d={scrollLeft:0,scrollTop:0},f={x:0,y:0};return(a||!a&&!n)&&((jn(r)!=="body"||Iu(s))&&(d=c8(r)),bn(r)?(f=Na(r,!0),f.x+=r.clientLeft,f.y+=r.clientTop):s&&(f.x=Pu(s))),{x:c.left+d.scrollLeft-f.x,y:c.top+d.scrollTop-f.y,width:c.width,height:c.height}}function h8(e){var r=new Map,n=new Set,a=[];e.forEach(function(s){r.set(s.name,s)});function i(s){n.add(s.name);var c=[].concat(s.requires||[],s.requiresIfExists||[]);c.forEach(function(d){if(!n.has(d)){var f=r.get(d);f&&i(f)}}),a.push(s)}return e.forEach(function(s){n.has(s.name)||i(s)}),a}function m8(e){var r=h8(e);return C5.reduce(function(n,a){return n.concat(r.filter(function(i){return i.phase===a}))},[])}function _8(e){var r;return function(){return r||(r=new Promise(function(n){Promise.resolve().then(function(){r=void 0,n(e())})})),r}}function v8(e){var r=e.reduce(function(n,a){var i=n[a.name];return n[a.name]=i?Object.assign({},i,a,{options:Object.assign({},i.options,a.options),data:Object.assign({},i.data,a.data)}):a,n},{});return Object.keys(r).map(function(n){return r[n]})}var kp={placement:"bottom",modifiers:[],strategy:"absolute"};function xp(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return!r.some(function(a){return!(a&&typeof a.getBoundingClientRect=="function")})}function g8(e){e===void 0&&(e={});var r=e,n=r.defaultModifiers,a=n===void 0?[]:n,i=r.defaultOptions,s=i===void 0?kp:i;return function(d,f,p){p===void 0&&(p=s);var h={placement:"bottom",orderedModifiers:[],options:Object.assign({},kp,s),modifiersData:{},elements:{reference:d,popper:f},attributes:{},styles:{}},v=[],b=!1,w={state:h,setOptions:function(y){var x=typeof y=="function"?y(h.options):y;A(),h.options=Object.assign({},s,h.options,x),h.scrollParents={reference:ra(d)?yo(d):d.contextElement?yo(d.contextElement):[],popper:yo(f)};var B=m8(v8([].concat(a,h.options.modifiers)));return h.orderedModifiers=B.filter(function(N){return N.enabled}),C(),w.update()},forceUpdate:function(){if(!b){var y=h.elements,x=y.reference,B=y.popper;if(xp(x,B)){h.rects={reference:p8(x,To(B),h.options.strategy==="fixed"),popper:Mu(B)},h.reset=!1,h.placement=h.options.placement,h.orderedModifiers.forEach(function(g){return h.modifiersData[g.name]=Object.assign({},g.data)});for(var N=0;N<h.orderedModifiers.length;N++){if(h.reset===!0){h.reset=!1,N=-1;continue}var H=h.orderedModifiers[N],S=H.fn,T=H.options,V=T===void 0?{}:T,I=H.name;typeof S=="function"&&(h=S({state:h,options:V,name:I,instance:w})||h)}}}},update:_8(function(){return new Promise(function(k){w.forceUpdate(),k(h)})}),destroy:function(){A(),b=!0}};if(!xp(d,f))return w;w.setOptions(p).then(function(k){!b&&p.onFirstUpdate&&p.onFirstUpdate(k)});function C(){h.orderedModifiers.forEach(function(k){var y=k.name,x=k.options,B=x===void 0?{}:x,N=k.effect;if(typeof N=="function"){var H=N({state:h,name:y,instance:w,options:B}),S=function(){};v.push(H||S)}})}function A(){v.forEach(function(k){return k()}),v=[]}return w}}var y8=[H5,i8,z5,V5,a8,J5,u8,P5,t8],nl=g8({defaultModifiers:y8});function lr(e){return Array.isArray?Array.isArray(e):Y0(e)==="[object Array]"}function b8(e){if(typeof e=="string")return e;let r=e+"";return r=="0"&&1/e==-1/0?"-0":r}function $8(e){return e==null?"":b8(e)}function zn(e){return typeof e=="string"}function W0(e){return typeof e=="number"}function w8(e){return e===!0||e===!1||k8(e)&&Y0(e)=="[object Boolean]"}function j0(e){return typeof e=="object"}function k8(e){return j0(e)&&e!==null}function ln(e){return e!=null}function Cs(e){return!e.trim().length}function Y0(e){return e==null?e===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}const x8="Incorrect 'index' type",E8=e=>`Invalid value for key ${e}`,C8=e=>`Pattern length exceeds max of ${e}.`,S8=e=>`Missing ${e} property in key`,O8=e=>`Property 'weight' in key '${e}' must be a positive integer`,Ep=Object.prototype.hasOwnProperty;class V8{constructor(r){this._keys=[],this._keyMap={};let n=0;r.forEach(a=>{let i=G0(a);n+=i.weight,this._keys.push(i),this._keyMap[i.id]=i,n+=i.weight}),this._keys.forEach(a=>{a.weight/=n})}get(r){return this._keyMap[r]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function G0(e){let r=null,n=null,a=null,i=1,s=null;if(zn(e)||lr(e))a=e,r=Cp(e),n=uu(e);else{if(!Ep.call(e,"name"))throw new Error(S8("name"));const c=e.name;if(a=c,Ep.call(e,"weight")&&(i=e.weight,i<=0))throw new Error(O8(c));r=Cp(c),n=uu(c),s=e.getFn}return{path:r,id:n,weight:i,src:a,getFn:s}}function Cp(e){return lr(e)?e:e.split(".")}function uu(e){return lr(e)?e.join("."):e}function B8(e,r){let n=[],a=!1;const i=(s,c,d)=>{if(ln(s))if(!c[d])n.push(s);else{let f=c[d];const p=s[f];if(!ln(p))return;if(d===c.length-1&&(zn(p)||W0(p)||w8(p)))n.push($8(p));else if(lr(p)){a=!0;for(let h=0,v=p.length;h<v;h+=1)i(p[h],c,d+1)}else c.length&&i(p,c,d+1)}};return i(e,zn(r)?r.split("."):r,0),a?n:n[0]}const N8={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},T8={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(e,r)=>e.score===r.score?e.idx<r.idx?-1:1:e.score<r.score?-1:1},M8={location:0,threshold:.6,distance:100},A8={useExtendedSearch:!1,getFn:B8,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};var Le={...T8,...N8,...M8,...A8};const D8=/[^ ]+/g;function P8(e=1,r=3){const n=new Map,a=Math.pow(10,r);return{get(i){const s=i.match(D8).length;if(n.has(s))return n.get(s);const c=1/Math.pow(s,.5*e),d=parseFloat(Math.round(c*a)/a);return n.set(s,d),d},clear(){n.clear()}}}class Ru{constructor({getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){this.norm=P8(n,3),this.getFn=r,this.isCreated=!1,this.setIndexRecords()}setSources(r=[]){this.docs=r}setIndexRecords(r=[]){this.records=r}setKeys(r=[]){this.keys=r,this._keysMap={},r.forEach((n,a)=>{this._keysMap[n.id]=a})}create(){this.isCreated||!this.docs.length||(this.isCreated=!0,zn(this.docs[0])?this.docs.forEach((r,n)=>{this._addString(r,n)}):this.docs.forEach((r,n)=>{this._addObject(r,n)}),this.norm.clear())}add(r){const n=this.size();zn(r)?this._addString(r,n):this._addObject(r,n)}removeAt(r){this.records.splice(r,1);for(let n=r,a=this.size();n<a;n+=1)this.records[n].i-=1}getValueForItemAtKeyId(r,n){return r[this._keysMap[n]]}size(){return this.records.length}_addString(r,n){if(!ln(r)||Cs(r))return;let a={v:r,i:n,n:this.norm.get(r)};this.records.push(a)}_addObject(r,n){let a={i:n,$:{}};this.keys.forEach((i,s)=>{let c=i.getFn?i.getFn(r):this.getFn(r,i.path);if(ln(c)){if(lr(c)){let d=[];const f=[{nestedArrIndex:-1,value:c}];for(;f.length;){const{nestedArrIndex:p,value:h}=f.pop();if(ln(h))if(zn(h)&&!Cs(h)){let v={v:h,i:p,n:this.norm.get(h)};d.push(v)}else lr(h)&&h.forEach((v,b)=>{f.push({nestedArrIndex:b,value:v})})}a.$[s]=d}else if(zn(c)&&!Cs(c)){let d={v:c,n:this.norm.get(c)};a.$[s]=d}}}),this.records.push(a)}toJSON(){return{keys:this.keys,records:this.records}}}function q0(e,r,{getFn:n=Le.getFn,fieldNormWeight:a=Le.fieldNormWeight}={}){const i=new Ru({getFn:n,fieldNormWeight:a});return i.setKeys(e.map(G0)),i.setSources(r),i.create(),i}function I8(e,{getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){const{keys:a,records:i}=e,s=new Ru({getFn:r,fieldNormWeight:n});return s.setKeys(a),s.setIndexRecords(i),s}function Si(e,{errors:r=0,currentLocation:n=0,expectedLocation:a=0,distance:i=Le.distance,ignoreLocation:s=Le.ignoreLocation}={}){const c=r/e.length;if(s)return c;const d=Math.abs(a-n);return i?c+d/i:d?1:c}function R8(e=[],r=Le.minMatchCharLength){let n=[],a=-1,i=-1,s=0;for(let c=e.length;s<c;s+=1){let d=e[s];d&&a===-1?a=s:!d&&a!==-1&&(i=s-1,i-a+1>=r&&n.push([a,i]),a=-1)}return e[s-1]&&s-a>=r&&n.push([a,s-1]),n}const Qr=32;function L8(e,r,n,{location:a=Le.location,distance:i=Le.distance,threshold:s=Le.threshold,findAllMatches:c=Le.findAllMatches,minMatchCharLength:d=Le.minMatchCharLength,includeMatches:f=Le.includeMatches,ignoreLocation:p=Le.ignoreLocation}={}){if(r.length>Qr)throw new Error(C8(Qr));const h=r.length,v=e.length,b=Math.max(0,Math.min(a,v));let w=s,C=b;const A=d>1||f,k=A?Array(v):[];let y;for(;(y=e.indexOf(r,C))>-1;){let T=Si(r,{currentLocation:y,expectedLocation:b,distance:i,ignoreLocation:p});if(w=Math.min(T,w),C=y+h,A){let V=0;for(;V<h;)k[y+V]=1,V+=1}}C=-1;let x=[],B=1,N=h+v;const H=1<<h-1;for(let T=0;T<h;T+=1){let V=0,I=N;for(;V<I;)Si(r,{errors:T,currentLocation:b+I,expectedLocation:b,distance:i,ignoreLocation:p})<=w?V=I:N=I,I=Math.floor((N-V)/2+V);N=I;let g=Math.max(1,b-I+1),R=c?v:Math.min(b+I,v)+h,j=Array(R+2);j[R+1]=(1<<T)-1;for(let F=R;F>=g;F-=1){let K=F-1,Y=n[e.charAt(K)];if(A&&(k[K]=+!!Y),j[F]=(j[F+1]<<1|1)&Y,T&&(j[F]|=(x[F+1]|x[F])<<1|1|x[F+1]),j[F]&H&&(B=Si(r,{errors:T,currentLocation:K,expectedLocation:b,distance:i,ignoreLocation:p}),B<=w)){if(w=B,C=K,C<=b)break;g=Math.max(1,2*b-C)}}if(Si(r,{errors:T+1,currentLocation:b,expectedLocation:b,distance:i,ignoreLocation:p})>w)break;x=j}const S={isMatch:C>=0,score:Math.max(.001,B)};if(A){const T=R8(k,d);T.length?f&&(S.indices=T):S.isMatch=!1}return S}function z8(e){let r={};for(let n=0,a=e.length;n<a;n+=1){const i=e.charAt(n);r[i]=(r[i]||0)|1<<a-n-1}return r}class K0{constructor(r,{location:n=Le.location,threshold:a=Le.threshold,distance:i=Le.distance,includeMatches:s=Le.includeMatches,findAllMatches:c=Le.findAllMatches,minMatchCharLength:d=Le.minMatchCharLength,isCaseSensitive:f=Le.isCaseSensitive,ignoreLocation:p=Le.ignoreLocation}={}){if(this.options={location:n,threshold:a,distance:i,includeMatches:s,findAllMatches:c,minMatchCharLength:d,isCaseSensitive:f,ignoreLocation:p},this.pattern=f?r:r.toLowerCase(),this.chunks=[],!this.pattern.length)return;const h=(b,w)=>{this.chunks.push({pattern:b,alphabet:z8(b),startIndex:w})},v=this.pattern.length;if(v>Qr){let b=0;const w=v%Qr,C=v-w;for(;b<C;)h(this.pattern.substr(b,Qr),b),b+=Qr;if(w){const A=v-Qr;h(this.pattern.substr(A),A)}}else h(this.pattern,0)}searchIn(r){const{isCaseSensitive:n,includeMatches:a}=this.options;if(n||(r=r.toLowerCase()),this.pattern===r){let C={isMatch:!0,score:0};return a&&(C.indices=[[0,r.length-1]]),C}const{location:i,distance:s,threshold:c,findAllMatches:d,minMatchCharLength:f,ignoreLocation:p}=this.options;let h=[],v=0,b=!1;this.chunks.forEach(({pattern:C,alphabet:A,startIndex:k})=>{const{isMatch:y,score:x,indices:B}=L8(r,C,A,{location:i+k,distance:s,threshold:c,findAllMatches:d,minMatchCharLength:f,includeMatches:a,ignoreLocation:p});y&&(b=!0),v+=x,y&&B&&(h=[...h,...B])});let w={isMatch:b,score:b?v/this.chunks.length:1};return b&&a&&(w.indices=h),w}}class Nr{constructor(r){this.pattern=r}static isMultiMatch(r){return Sp(r,this.multiRegex)}static isSingleMatch(r){return Sp(r,this.singleRegex)}search(){}}function Sp(e,r){const n=e.match(r);return n?n[1]:null}class F8 extends Nr{constructor(r){super(r)}static get type(){return"exact"}static get multiRegex(){return/^="(.*)"$/}static get singleRegex(){return/^=(.*)$/}search(r){const n=r===this.pattern;return{isMatch:n,score:n?0:1,indices:[0,this.pattern.length-1]}}}class H8 extends Nr{constructor(r){super(r)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(r){const a=r.indexOf(this.pattern)===-1;return{isMatch:a,score:a?0:1,indices:[0,r.length-1]}}}class U8 extends Nr{constructor(r){super(r)}static get type(){return"prefix-exact"}static get multiRegex(){return/^\^"(.*)"$/}static get singleRegex(){return/^\^(.*)$/}search(r){const n=r.startsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[0,this.pattern.length-1]}}}class W8 extends Nr{constructor(r){super(r)}static get type(){return"inverse-prefix-exact"}static get multiRegex(){return/^!\^"(.*)"$/}static get singleRegex(){return/^!\^(.*)$/}search(r){const n=!r.startsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[0,r.length-1]}}}class j8 extends Nr{constructor(r){super(r)}static get type(){return"suffix-exact"}static get multiRegex(){return/^"(.*)"\$$/}static get singleRegex(){return/^(.*)\$$/}search(r){const n=r.endsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[r.length-this.pattern.length,r.length-1]}}}class Y8 extends Nr{constructor(r){super(r)}static get type(){return"inverse-suffix-exact"}static get multiRegex(){return/^!"(.*)"\$$/}static get singleRegex(){return/^!(.*)\$$/}search(r){const n=!r.endsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[0,r.length-1]}}}class X0 extends Nr{constructor(r,{location:n=Le.location,threshold:a=Le.threshold,distance:i=Le.distance,includeMatches:s=Le.includeMatches,findAllMatches:c=Le.findAllMatches,minMatchCharLength:d=Le.minMatchCharLength,isCaseSensitive:f=Le.isCaseSensitive,ignoreLocation:p=Le.ignoreLocation}={}){super(r),this._bitapSearch=new K0(r,{location:n,threshold:a,distance:i,includeMatches:s,findAllMatches:c,minMatchCharLength:d,isCaseSensitive:f,ignoreLocation:p})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(r){return this._bitapSearch.searchIn(r)}}class Q0 extends Nr{constructor(r){super(r)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(r){let n=0,a;const i=[],s=this.pattern.length;for(;(a=r.indexOf(this.pattern,n))>-1;)n=a+s,i.push([a,n-1]);const c=!!i.length;return{isMatch:c,score:c?0:1,indices:i}}}const du=[F8,Q0,U8,W8,Y8,j8,H8,X0],Op=du.length,G8=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,q8="|";function K8(e,r={}){return e.split(q8).map(n=>{let a=n.trim().split(G8).filter(s=>s&&!!s.trim()),i=[];for(let s=0,c=a.length;s<c;s+=1){const d=a[s];let f=!1,p=-1;for(;!f&&++p<Op;){const h=du[p];let v=h.isMultiMatch(d);v&&(i.push(new h(v,r)),f=!0)}if(!f)for(p=-1;++p<Op;){const h=du[p];let v=h.isSingleMatch(d);if(v){i.push(new h(v,r));break}}}return i})}const X8=new Set([X0.type,Q0.type]);class Q8{constructor(r,{isCaseSensitive:n=Le.isCaseSensitive,includeMatches:a=Le.includeMatches,minMatchCharLength:i=Le.minMatchCharLength,ignoreLocation:s=Le.ignoreLocation,findAllMatches:c=Le.findAllMatches,location:d=Le.location,threshold:f=Le.threshold,distance:p=Le.distance}={}){this.query=null,this.options={isCaseSensitive:n,includeMatches:a,minMatchCharLength:i,findAllMatches:c,ignoreLocation:s,location:d,threshold:f,distance:p},this.pattern=n?r:r.toLowerCase(),this.query=K8(this.pattern,this.options)}static condition(r,n){return n.useExtendedSearch}searchIn(r){const n=this.query;if(!n)return{isMatch:!1,score:1};const{includeMatches:a,isCaseSensitive:i}=this.options;r=i?r:r.toLowerCase();let s=0,c=[],d=0;for(let f=0,p=n.length;f<p;f+=1){const h=n[f];c.length=0,s=0;for(let v=0,b=h.length;v<b;v+=1){const w=h[v],{isMatch:C,indices:A,score:k}=w.search(r);if(C){if(s+=1,d+=k,a){const y=w.constructor.type;X8.has(y)?c=[...c,...A]:c.push(A)}}else{d=0,s=0,c.length=0;break}}if(s){let v={isMatch:!0,score:d/s};return a&&(v.indices=c),v}}return{isMatch:!1,score:1}}}const cu=[];function Z8(...e){cu.push(...e)}function fu(e,r){for(let n=0,a=cu.length;n<a;n+=1){let i=cu[n];if(i.condition(e,r))return new i(e,r)}return new K0(e,r)}const Gi={AND:"$and",OR:"$or"},pu={PATH:"$path",PATTERN:"$val"},hu=e=>!!(e[Gi.AND]||e[Gi.OR]),J8=e=>!!e[pu.PATH],e6=e=>!lr(e)&&j0(e)&&!hu(e),Vp=e=>({[Gi.AND]:Object.keys(e).map(r=>({[r]:e[r]}))});function Z0(e,r,{auto:n=!0}={}){const a=i=>{let s=Object.keys(i);const c=J8(i);if(!c&&s.length>1&&!hu(i))return a(Vp(i));if(e6(i)){const f=c?i[pu.PATH]:s[0],p=c?i[pu.PATTERN]:i[f];if(!zn(p))throw new Error(E8(f));const h={keyId:uu(f),pattern:p};return n&&(h.searcher=fu(p,r)),h}let d={children:[],operator:s[0]};return s.forEach(f=>{const p=i[f];lr(p)&&p.forEach(h=>{d.children.push(a(h))})}),d};return hu(e)||(e=Vp(e)),a(e)}function t6(e,{ignoreFieldNorm:r=Le.ignoreFieldNorm}){e.forEach(n=>{let a=1;n.matches.forEach(({key:i,norm:s,score:c})=>{const d=i?i.weight:null;a*=Math.pow(c===0&&d?Number.EPSILON:c,(d||1)*(r?1:s))}),n.score=a})}function n6(e,r){const n=e.matches;r.matches=[],ln(n)&&n.forEach(a=>{if(!ln(a.indices)||!a.indices.length)return;const{indices:i,value:s}=a;let c={indices:i,value:s};a.key&&(c.key=a.key.src),a.idx>-1&&(c.refIndex=a.idx),r.matches.push(c)})}function r6(e,r){r.score=e.score}function a6(e,r,{includeMatches:n=Le.includeMatches,includeScore:a=Le.includeScore}={}){const i=[];return n&&i.push(n6),a&&i.push(r6),e.map(s=>{const{idx:c}=s,d={item:r[c],refIndex:c};return i.length&&i.forEach(f=>{f(s,d)}),d})}class Ha{constructor(r,n={},a){this.options={...Le,...n},this.options.useExtendedSearch,this._keyStore=new V8(this.options.keys),this.setCollection(r,a)}setCollection(r,n){if(this._docs=r,n&&!(n instanceof Ru))throw new Error(x8);this._myIndex=n||q0(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}add(r){ln(r)&&(this._docs.push(r),this._myIndex.add(r))}remove(r=()=>!1){const n=[];for(let a=0,i=this._docs.length;a<i;a+=1){const s=this._docs[a];r(s,a)&&(this.removeAt(a),a-=1,i-=1,n.push(s))}return n}removeAt(r){this._docs.splice(r,1),this._myIndex.removeAt(r)}getIndex(){return this._myIndex}search(r,{limit:n=-1}={}){const{includeMatches:a,includeScore:i,shouldSort:s,sortFn:c,ignoreFieldNorm:d}=this.options;let f=zn(r)?zn(this._docs[0])?this._searchStringList(r):this._searchObjectList(r):this._searchLogical(r);return t6(f,{ignoreFieldNorm:d}),s&&f.sort(c),W0(n)&&n>-1&&(f=f.slice(0,n)),a6(f,this._docs,{includeMatches:a,includeScore:i})}_searchStringList(r){const n=fu(r,this.options),{records:a}=this._myIndex,i=[];return a.forEach(({v:s,i:c,n:d})=>{if(!ln(s))return;const{isMatch:f,score:p,indices:h}=n.searchIn(s);f&&i.push({item:s,idx:c,matches:[{score:p,value:s,norm:d,indices:h}]})}),i}_searchLogical(r){const n=Z0(r,this.options),a=(d,f,p)=>{if(!d.children){const{keyId:v,searcher:b}=d,w=this._findMatches({key:this._keyStore.get(v),value:this._myIndex.getValueForItemAtKeyId(f,v),searcher:b});return w&&w.length?[{idx:p,item:f,matches:w}]:[]}const h=[];for(let v=0,b=d.children.length;v<b;v+=1){const w=d.children[v],C=a(w,f,p);if(C.length)h.push(...C);else if(d.operator===Gi.AND)return[]}return h},i=this._myIndex.records,s={},c=[];return i.forEach(({$:d,i:f})=>{if(ln(d)){let p=a(n,d,f);p.length&&(s[f]||(s[f]={idx:f,item:d,matches:[]},c.push(s[f])),p.forEach(({matches:h})=>{s[f].matches.push(...h)}))}}),c}_searchObjectList(r){const n=fu(r,this.options),{keys:a,records:i}=this._myIndex,s=[];return i.forEach(({$:c,i:d})=>{if(!ln(c))return;let f=[];a.forEach((p,h)=>{f.push(...this._findMatches({key:p,value:c[h],searcher:n}))}),f.length&&s.push({idx:d,item:c,matches:f})}),s}_findMatches({key:r,value:n,searcher:a}){if(!ln(n))return[];let i=[];if(lr(n))n.forEach(({v:s,i:c,n:d})=>{if(!ln(s))return;const{isMatch:f,score:p,indices:h}=a.searchIn(s);f&&i.push({score:p,key:r,value:s,idx:c,norm:d,indices:h})});else{const{v:s,n:c}=n,{isMatch:d,score:f,indices:p}=a.searchIn(s);d&&i.push({score:f,key:r,value:s,norm:c,indices:p})}return i}}Ha.version="6.6.2";Ha.createIndex=q0;Ha.parseIndex=I8;Ha.config=Le;Ha.parseQuery=Z0;Z8(Q8);var uo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function o6(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var qi={exports:{}};/**
1
+ "use strict";var Ub=Object.defineProperty;var zb=(e,r,n)=>r in e?Ub(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n;var Ce=(e,r,n)=>zb(e,typeof r!="symbol"?r+"":r,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue");function Wb(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,a.get?a:{enumerable:!0,get:()=>e[n]})}}return r.default=e,Object.freeze(r)}const jb=Wb(t),Yb=["type","size","color","iconType","disabled","loading","icon"],Eu=t.defineComponent({__name:"EUIButton",props:{type:{type:String,default:"button"},size:{type:String,default:"md"},color:{type:String,default:"purple"},iconType:{type:String,default:""},icon:{type:[String,Object,Function],default:""},rounded:Boolean,loading:Boolean,disabled:Boolean},emits:["click"],setup(e,{emit:r}){const n=r,a=()=>[n("click")],o=e,s=t.reactive({xs:"text-sm font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),c=t.computed(()=>{const p=o.disabled,h={black:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-gray-800":"text-white bg-gray-900 hover:bg-gray-800 active:bg-black cursor-pointer active:shadow-black/50",white:p?"bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200":"bg-white hover:bg-gray-100 text-black cursor-pointer active:shadow-white/50 active:bg-transparent",danger:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-red-500":"bg-red-500 hover:bg-red-600 active:bg-red-500 text-white cursor-pointer active:shadow-red-500/50",success:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-green-600":"bg-green-600 hover:bg-green-700 active:bg-green-600 text-white cursor-pointer active:shadow-green-500/50",purple:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500":"bg-purple-700 hover:bg-purple-800 active:bg-purple-700 text-white cursor-pointer active:shadow-purple-500/50",primary:p?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500":"primary-btn text-white cursor-pointer active:shadow-purple-500/50",secondary:p?"bg-opacity-75 cursor-not-allowed text-gray-400 bg-purple-50":"bg-purple-100 hover:bg-purple-50 active:bg-purple-100 cursor-pointer text-gray-700 active:shadow-purple-200",tertiary:p?"bg-opacity-75 cursor-not-allowed text-gray-400 bg-gray-50 ring-1 ring-gray-100":"bg-gray-100 hover:bg-gray-50 active:bg-gray-100 text-gray-700 cursor-pointer active:shadow-bg-gray-200/50 ring-1 ring-gray-200"},g={lg:o.iconType==="icon"?"p-3":"px-6 py-3",md:o.iconType==="icon"?"p-2":"px-4 py-2",sm:o.iconType==="icon"?"p-1.5":"px-4 py-1.5",xs:o.iconType==="icon"?"p-1":"px-3 py-1"},_=h[o.color]||"",k=s[o.size]||"",$=g[o.size]||"",M=o.disabled===!0?"active:!translate-y-0 active:!scale-100 active:!shadow-none":"";return`${_} ${k} ${$} ${M}`}),d=t.reactive({xs:"w-4 h-4 text-current",sm:"w-5 h-5 text-current",md:"w-6 h-6 text-current",lg:"w-6 h-6 text-current"}),f=t.computed(()=>d[o.size]||"");return(p,h)=>(t.openBlock(),t.createElementBlock("button",t.mergeProps({type:e.type,size:e.size,color:e.color,iconType:e.iconType},p.$attrs,{class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center active:scale-[.97] active:shadow-md transition duration-150 ease-in-out active:translate-y-0.5",e.rounded?"rounded-full":"rounded-lg",c.value],disabled:e.disabled,loading:e.loading,icon:e.icon,onClick:h[0]||(h[0]=g=>a())}),[e.iconType==="icon"||e.iconType==="startIcon"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{key:0,class:t.normalizeClass([f.value])},null,8,["class"])):t.createCommentVNode("",!0),t.renderSlot(p.$slots,"default"),e.iconType==="endIcon"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{key:1,class:t.normalizeClass([f.value])},null,8,["class"])):t.createCommentVNode("",!0),e.loading?(t.openBlock(),t.createElementBlock("svg",{key:2,class:t.normalizeClass(["animate-spin",[f.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},h[1]||(h[1]=[t.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),t.createElementVNode("path",{class:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"},null,-1)]),2)):t.createCommentVNode("",!0)],16,Yb))}}),Kb={key:0,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Gb={key:1,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Or=t.defineComponent({__name:"EUIErrorMessage",props:{name:{type:String,required:!0},errors:{type:Object,required:!0}},setup(e){const r=e,{errors:n,name:a}=t.toRefs(r);return(o,s)=>{var c,d,f,p,h;return Array.isArray(t.unref(n))?(t.openBlock(),t.createElementBlock("div",Kb,t.toDisplayString((d=(c=t.unref(n))==null?void 0:c.at(0))!=null&&d.$message?(p=(f=t.unref(n))==null?void 0:f.at(0))==null?void 0:p.$message:t.unref(n).at(0)),1)):(t.openBlock(),t.createElementBlock("div",Gb,t.toDisplayString(t.unref(a)?(h=t.unref(n))==null?void 0:h[t.unref(a)]:t.unref(n)),1))}}}),Xb=["for"],Qb=["for"],qb=["id","type","value","placeholder","name","required","disabled","readonly"],ks="id",Jb=t.defineComponent({__name:"EUIInput",props:{errors:{type:Object,required:!1,default:()=>{}},type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},autoFocus:{type:Boolean,required:!1,default:!1},placeholder:{type:String,required:!1,default:""},iconType:{type:String,default:""},icon:{type:[Object,String],default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputFilled:{type:Boolean,default:!1},rounded:Boolean,className:{type:Array,required:!1,default:()=>[]}},emits:["update:modelValue"],setup(e,{emit:r}){const n=e,a=t.ref(!1),o=t.ref(),s=r,c=p=>{var g;const h=(g=p==null?void 0:p.target)==null?void 0:g.value;h!==void 0&&s("update:modelValue",h)},d=t.computed(()=>n.modelValue===0?!0:!!n.modelValue),f=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}};return t.onMounted(()=>{var p;n!=null&&n.autoFocus&&((p=o==null?void 0:o.value)==null||p.focus())}),(p,h)=>(t.openBlock(),t.createElementBlock("div",null,[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,for:`${e.name}-${ks}`,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),11,Xb)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["relative",{"pointer-events-none cursor-not-allowed":e.disabled},{"h-14 rounded-2xl focus-within:border-purple-600 focus-within:ring-1 focus-within:ring-purple-600 border border-gray-100":e.inputFilled},"group cursor-pointer relative w-full mb-2 overflow-hidden"])},[t.createElementVNode("button",{class:t.normalizeClass(d.value?" absolute inset-y-0 right-3 ":" hidden "),onClick:h[0]||(h[0]=g=>s("update:modelValue",""))},h[3]||(h[3]=[t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"size-5"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18 18 6M6 6l12 12"})],-1)]),2),e.inputFilled?(t.openBlock(),t.createElementBlock("label",{key:0,for:`${e.name}-${ks}`,class:t.normalizeClass([f(),d.value?"top-3.5 text-xs text-gray-400 leading-none cursor-default":"top-1/2 text-sm w-full text-gray-700 cursor-pointer h-14 pt-5 pb-4",e.disabled?"cursor-not-allowed bg-gray-50 z-10":"z-0 bg-white",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500","absolute font-medium left-0 px-4 -translate-y-1/2 duration-300 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-focus-within:-translate-y-1/2 group-focus-within:ring-transparent group-focus-within:h-auto group-focus-within:py-0 first-letter:capitalize transition-all ease-in-out"])},t.toDisplayString(e.label||"Label"),11,Qb)):t.createCommentVNode("",!0),e.icon&&e.iconType?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["absolute inset-y-0 flex items-center pointer-events-none",e.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",e.disabled?"z-20":""])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"text-gray-400 size-6","aria-hidden":"true"}))],2)):t.createCommentVNode("",!0),t.createElementVNode("input",{id:`${e.name}-${ks}`,ref_key:"input",ref:o,type:e.type==="search"?"text":e.type,value:e.modelValue,placeholder:e.placeholder,name:e.name,class:t.normalizeClass(["z-10 block placeholder:text-gray-400 focus:outline-none text-sm font-medium appearance-none disabled:opacity-75 autofill:bg-white leading-6 transition-all duration-100 border-none outline-none",e.inputFilled?"pt-6 pb-3 rounded-2xl size-full":"py-3 h-10 w-full ring-1 ring-gray-100 focus-within:ring-purple-600 focus-within:ring-2 ring-inset",!e.inputFilled&&e.rounded?"rounded-2xl":"rounded-md",e.disabled?"cursor-not-allowed":"cursor-text",f(),!e.inputFilled&&e.className,"pr-8"]),required:e.required,disabled:e.disabled,readonly:e.readonly,autocomplete:"off",onInput:c,onFocus:h[1]||(h[1]=g=>a.value=!0),onBlur:h[2]||(h[2]=g=>a.value=!1)},null,42,qb)],2),t.createVNode(Or,{errors:e.errors,name:e.name},null,8,["errors","name"])]))}}),lt=(e,r)=>{const n=e.__vccOpts||e;for(const[a,o]of r)n[a]=o;return n},Zb=lt(Jb,[["__scopeId","data-v-9692a08b"]]),e_=[["Afghanistan (‫افغانستان‬‎)","af","93"],["Albania (Shqipëri)","al","355"],["Algeria (‫الجزائر‬‎)","dz","213"],["American Samoa","as","1",5,["684"]],["Andorra","ad","376"],["Angola","ao","244"],["Anguilla","ai","1",6,["264"]],["Antigua and Barbuda","ag","1",7,["268"]],["Argentina","ar","54"],["Armenia (Հայաստան)","am","374"],["Aruba","aw","297"],["Ascension Island","ac","247"],["Australia","au","61",0],["Austria (Österreich)","at","43"],["Azerbaijan (Azərbaycan)","az","994"],["Bahamas","bs","1",8,["242"]],["Bahrain (‫البحرين‬‎)","bh","973"],["Bangladesh (বাংলাদেশ)","bd","880"],["Barbados","bb","1",9,["246"]],["Belarus (Беларусь)","by","375"],["Belgium (België)","be","32"],["Belize","bz","501"],["Benin (Bénin)","bj","229"],["Bermuda","bm","1",10,["441"]],["Bhutan (འབྲུག)","bt","975"],["Bolivia","bo","591"],["Bosnia and Herzegovina (Босна и Херцеговина)","ba","387"],["Botswana","bw","267"],["Brazil (Brasil)","br","55"],["British Indian Ocean Territory","io","246"],["British Virgin Islands","vg","1",11,["284"]],["Brunei","bn","673"],["Bulgaria (България)","bg","359"],["Burkina Faso","bf","226"],["Burundi (Uburundi)","bi","257"],["Cambodia (កម្ពុជា)","kh","855"],["Cameroon (Cameroun)","cm","237"],["Canada","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","902","905"]],["Cape Verde (Kabu Verdi)","cv","238"],["Caribbean Netherlands","bq","599",1,["3","4","7"]],["Cayman Islands","ky","1",12,["345"]],["Central African Republic (République centrafricaine)","cf","236"],["Chad (Tchad)","td","235"],["Chile","cl","56"],["China (中国)","cn","86"],["Christmas Island","cx","61",2,["89164"]],["Cocos (Keeling) Islands","cc","61",1,["89162"]],["Colombia","co","57"],["Comoros (‫جزر القمر‬‎)","km","269"],["Congo (DRC) (République démocratique du Congo)","cd","243"],["Congo (Republic) (Congo-Brazzaville)","cg","242"],["Cook Islands","ck","682"],["Costa Rica","cr","506"],["Côte d’Ivoire","ci","225"],["Croatia (Hrvatska)","hr","385"],["Cuba","cu","53"],["Curaçao","cw","599",0],["Cyprus (Κύπρος)","cy","357"],["Czech Republic (Česká republika)","cz","420"],["Denmark (Danmark)","dk","45"],["Djibouti","dj","253"],["Dominica","dm","1",13,["767"]],["Dominican Republic (República Dominicana)","do","1",2,["809","829","849"]],["Ecuador","ec","593"],["Egypt (‫مصر‬‎)","eg","20"],["El Salvador","sv","503"],["Equatorial Guinea (Guinea Ecuatorial)","gq","240"],["Eritrea","er","291"],["Estonia (Eesti)","ee","372"],["Eswatini","sz","268"],["Ethiopia","et","251"],["Falkland Islands (Islas Malvinas)","fk","500"],["Faroe Islands (Føroyar)","fo","298"],["Fiji","fj","679"],["Finland (Suomi)","fi","358",0],["France","fr","33"],["French Guiana (Guyane française)","gf","594"],["French Polynesia (Polynésie française)","pf","689"],["Gabon","ga","241"],["Gambia","gm","220"],["Georgia (საქართველო)","ge","995"],["Germany (Deutschland)","de","49"],["Ghana (Gaana)","gh","233"],["Gibraltar","gi","350"],["Greece (Ελλάδα)","gr","30"],["Greenland (Kalaallit Nunaat)","gl","299"],["Grenada","gd","1",14,["473"]],["Guadeloupe","gp","590",0],["Guam","gu","1",15,["671"]],["Guatemala","gt","502"],["Guernsey","gg","44",1,["1481","7781","7839","7911"]],["Guinea (Guinée)","gn","224"],["Guinea-Bissau (Guiné Bissau)","gw","245"],["Guyana","gy","592"],["Haiti","ht","509"],["Honduras","hn","504"],["Hong Kong (香港)","hk","852"],["Hungary (Magyarország)","hu","36"],["Iceland (Ísland)","is","354"],["India (भारत)","in","91"],["Indonesia","id","62"],["Iran (‫ایران‬‎)","ir","98"],["Iraq (‫العراق‬‎)","iq","964"],["Ireland","ie","353"],["Isle of Man","im","44",2,["1624","74576","7524","7924","7624"]],["Israel (‫ישראל‬‎)","il","972"],["Italy (Italia)","it","39",0],["Jamaica","jm","1",4,["876","658"]],["Japan (日本)","jp","81"],["Jersey","je","44",3,["1534","7509","7700","7797","7829","7937"]],["Jordan (‫الأردن‬‎)","jo","962"],["Kazakhstan (Казахстан)","kz","7",1,["33","7"]],["Kenya","ke","254"],["Kiribati","ki","686"],["Kosovo","xk","383"],["Kuwait (‫الكويت‬‎)","kw","965"],["Kyrgyzstan (Кыргызстан)","kg","996"],["Laos (ລາວ)","la","856"],["Latvia (Latvija)","lv","371"],["Lebanon (‫لبنان‬‎)","lb","961"],["Lesotho","ls","266"],["Liberia","lr","231"],["Libya (‫ليبيا‬‎)","ly","218"],["Liechtenstein","li","423"],["Lithuania (Lietuva)","lt","370"],["Luxembourg","lu","352"],["Macau (澳門)","mo","853"],["Madagascar (Madagasikara)","mg","261"],["Malawi","mw","265"],["Malaysia","my","60"],["Maldives","mv","960"],["Mali","ml","223"],["Malta","mt","356"],["Marshall Islands","mh","692"],["Martinique","mq","596"],["Mauritania (‫موريتانيا‬‎)","mr","222"],["Mauritius (Moris)","mu","230"],["Mayotte","yt","262",1,["269","639"]],["Mexico (México)","mx","52"],["Micronesia","fm","691"],["Moldova (Republica Moldova)","md","373"],["Monaco","mc","377"],["Mongolia (Монгол)","mn","976"],["Montenegro (Crna Gora)","me","382"],["Montserrat","ms","1",16,["664"]],["Morocco (‫المغرب‬‎)","ma","212",0],["Mozambique (Moçambique)","mz","258"],["Myanmar (Burma) (မြန်မာ)","mm","95"],["Namibia (Namibië)","na","264"],["Nauru","nr","674"],["Nepal (नेपाल)","np","977"],["Netherlands (Nederland)","nl","31"],["New Caledonia (Nouvelle-Calédonie)","nc","687"],["New Zealand","nz","64"],["Nicaragua","ni","505"],["Niger (Nijar)","ne","227"],["Nigeria","ng","234"],["Niue","nu","683"],["Norfolk Island","nf","672"],["North Korea (조선 민주주의 인민 공화국)","kp","850"],["North Macedonia (Северна Македонија)","mk","389"],["Northern Mariana Islands","mp","1",17,["670"]],["Norway (Norge)","no","47",0],["Oman (‫عُمان‬‎)","om","968"],["Pakistan (‫پاکستان‬‎)","pk","92"],["Palau","pw","680"],["Palestine (‫فلسطين‬‎)","ps","970"],["Panama (Panamá)","pa","507"],["Papua New Guinea","pg","675"],["Paraguay","py","595"],["Peru (Perú)","pe","51"],["Philippines","ph","63"],["Poland (Polska)","pl","48"],["Portugal","pt","351"],["Puerto Rico","pr","1",3,["787","939"]],["Qatar (‫قطر‬‎)","qa","974"],["Réunion (La Réunion)","re","262",0],["Romania (România)","ro","40"],["Russia (Россия)","ru","7",0],["Rwanda","rw","250"],["Saint Barthélemy","bl","590",1],["Saint Helena","sh","290"],["Saint Kitts and Nevis","kn","1",18,["869"]],["Saint Lucia","lc","1",19,["758"]],["Saint Martin (Saint-Martin (partie française))","mf","590",2],["Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)","pm","508"],["Saint Vincent and the Grenadines","vc","1",20,["784"]],["Samoa","ws","685"],["San Marino","sm","378"],["São Tomé and Príncipe (São Tomé e Príncipe)","st","239"],["Saudi Arabia (‫المملكة العربية السعودية‬‎)","sa","966"],["Senegal (Sénégal)","sn","221"],["Serbia (Србија)","rs","381"],["Seychelles","sc","248"],["Sierra Leone","sl","232"],["Singapore","sg","65"],["Sint Maarten","sx","1",21,["721"]],["Slovakia (Slovensko)","sk","421"],["Slovenia (Slovenija)","si","386"],["Solomon Islands","sb","677"],["Somalia (Soomaaliya)","so","252"],["South Africa","za","27"],["South Korea (대한민국)","kr","82"],["South Sudan (‫جنوب السودان‬‎)","ss","211"],["Spain (España)","es","34"],["Sri Lanka (ශ්‍රී ලංකාව)","lk","94"],["Sudan (‫السودان‬‎)","sd","249"],["Suriname","sr","597"],["Svalbard and Jan Mayen","sj","47",1,["79"]],["Sweden (Sverige)","se","46"],["Switzerland (Schweiz)","ch","41"],["Syria (‫سوريا‬‎)","sy","963"],["Taiwan (台灣)","tw","886"],["Tajikistan","tj","992"],["Tanzania","tz","255"],["Thailand (ไทย)","th","66"],["Timor-Leste","tl","670"],["Togo","tg","228"],["Tokelau","tk","690"],["Tonga","to","676"],["Trinidad and Tobago","tt","1",22,["868"]],["Tunisia (‫تونس‬‎)","tn","216"],["Turkey (Türkiye)","tr","90"],["Turkmenistan","tm","993"],["Turks and Caicos Islands","tc","1",23,["649"]],["Tuvalu","tv","688"],["U.S. Virgin Islands","vi","1",24,["340"]],["Uganda","ug","256"],["Ukraine (Україна)","ua","380"],["United Arab Emirates (‫الإمارات العربية المتحدة‬‎)","ae","971"],["United Kingdom","gb","44",0],["United States","us","1",0],["Uruguay","uy","598"],["Uzbekistan (Oʻzbekiston)","uz","998"],["Vanuatu","vu","678"],["Vatican City (Città del Vaticano)","va","39",1,["06698"]],["Venezuela","ve","58"],["Vietnam (Việt Nam)","vn","84"],["Wallis and Futuna (Wallis-et-Futuna)","wf","681"],["Western Sahara (‫الصحراء الغربية‬‎)","eh","212",1,["5288","5289"]],["Yemen (‫اليمن‬‎)","ye","967"],["Zambia","zm","260"],["Zimbabwe","zw","263"],["Åland Islands","ax","358",1,["18"]]],t_=e_.map(([e,r,n,a=0,o=null])=>({name:e,iso2:r.toUpperCase(),dialCode:n,priority:a,areaCodes:o}));function n_(){return fetch("https://ip2c.org/s").then(e=>e.text()).then(e=>{const r=(e||"").toString();if(!r||r[0]!=="1")throw new Error("unable to fetch the country");return r.substr(2,2)})}function r_(e,r){if(e.setSelectionRange)e.focus(),e.setSelectionRange(r,r);else if("createTextRange"in e&&typeof e.createTextRange=="function"){const n=e.createTextRange();n.collapse(!0),n.moveEnd("character",r),n.moveStart("character",r),n.select()}}const a_=[{name:"allCountries",type:Array,default:t_,description:"All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",inDemo:!1},{name:"autoFormat",type:Boolean,default:!0,description:"Auto update the input to the formatted phone number when it's valid",inDemo:!0},{name:"customValidate",type:[Boolean,RegExp],default:!1,description:"Custom validation RegExp for input",inDemo:!1},{name:"defaultCountry",default:"",type:[String,Number],description:"Default country (by iso2 or dialCode), will override the country fetched from IP address of user",inDemo:!1},{name:"disabled",default:!1,type:Boolean,description:"Disable <code>vue-tel-input</code>, including the input & flag dropdown",inDemo:!1},{name:"autoDefaultCountry",default:!0,type:Boolean,description:"To fetch default country based on IP address of user",inDemo:!1},{name:"dropdownOptions",type:Object,description:"Options for dropdown, see below",inDemo:!1},{name:"dropdownOptions.disabled",default:!1,type:Boolean,description:"Disable dropdown",inDemo:!1},{name:"dropdownOptions.showDialCodeInList",default:!0,type:Boolean,description:"Show dial code in the dropdown list",inDemo:!0},{name:"dropdownOptions.showDialCodeInSelection",default:!1,type:Boolean,description:"Show dial code in the dropdown selection",inDemo:!0},{name:"dropdownOptions.showFlags",default:!0,type:Boolean,description:"Show flags in the dropdown selection and list",inDemo:!0},{name:"dropdownOptions.showSearchBox",default:!1,type:Boolean,description:"Show country search box",inDemo:!0},{name:"dropdownOptions.searchBoxPlaceholder",default:"",type:String,description:"Placeholder for the search box",inDemo:!1},{name:"dropdownOptions.tabindex",default:0,type:Number,description:"Native dropdown <code>tabindex</code> attribute",inDemo:!1},{name:"ignoredCountries",default:[],type:Array,description:"List of countries will NOT be shown on the dropdown",inDemo:!1},{name:"inputOptions",type:Object,description:"Options for input, see below",inDemo:!1},{name:"inputOptions.autocomplete",type:String,default:"on",description:"Native input <code>autocomplete</code> attribute",inDemo:!1},{name:"inputOptions.autofocus",type:Boolean,default:!1,description:"Native input <code>autofocus</code> attribute",inDemo:!1},{name:"inputOptions.aria-describedby",default:"",type:String,description:"Native input <code>aria-describedby</code> attribute",inDemo:!1},{name:"inputOptions.id",default:"",type:String,description:"Native input <code>id</code> attribute",inDemo:!1},{name:"inputOptions.maxlength",default:25,type:Number,description:"Native input <code>maxlength</code> attribute",inDemo:!1},{name:"inputOptions.name",default:"telephone",type:String,description:"Native input <code>name</code> attribute",inDemo:!1},{name:"inputOptions.showDialCode",default:!1,type:Boolean,description:"Show dial code in input",inDemo:!1},{name:"inputOptions.placeholder",default:"Enter a phone number",type:String,description:"Placeholder for the input",inDemo:!1},{name:"inputOptions.readonly",default:!1,type:Boolean,description:"Native input <code>readonly</code> attribute",inDemo:!1},{name:"inputOptions.required",default:!1,type:Boolean,description:"Native input <code>required</code> attribute",inDemo:!1},{name:"inputOptions.tabindex",default:0,type:Number,description:"Native input <code>tabindex</code> attribute",inDemo:!1},{name:"inputOptions.type",default:"tel",type:String,description:"Native input <code>type</code> attribute",inDemo:!1},{name:"inputOptions.styleClasses",default:"",type:[String,Array,Object],description:"Custom classes for the <code>input</code>",inDemo:!1},{name:"invalidMsg",default:"",type:String,description:"",inDemo:!1},{name:"mode",default:"auto",type:String,description:"Allowed values: <code>'auto'</code> (Default set by phone), <code>'international'</code> (Format number with the dial code i.e. + 61), <code>'national'</code> (Format number without dial code i.e. 0321232)",inDemo:!0,options:["auto","national","international"]},{name:"onlyCountries",default:[],type:Array,description:"List of countries will be shown on the dropdown",inDemo:!1},{name:"preferredCountries",default:[],type:Array,description:"Preferred countries list, will be on top of the dropdown",inDemo:!1},{name:"styleClasses",default:"",type:[String,Array,Object],description:"Custom classes for the wrapper",inDemo:!1},{name:"validCharactersOnly",default:!1,type:Boolean,description:"Only allow valid characters in a phone number (will also verify in <code>mounted</code>, so phone number with invalid characters will be shown as an empty string)",inDemo:!1}],i_=[...a_].reduce((e,r)=>{if(r.name.includes(".")){const[n,a]=r.name.split(".");e[n]?Object.assign(e[n],{[a]:r.default}):Object.assign(e,{[n]:{[a]:r.default}})}else Object.assign(e,{[r.name]:r.default});return e},{}),Uf={options:{...i_}};function Ut(e){const r=Uf.options[e];return typeof r>"u"?Uf.options[e]:r}function oi(e){return e==null?void 0:e.toLowerCase()}function li(e){return e==null?void 0:e.toUpperCase()}const o_={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","(?:[2-467]\\d\\d|8001)\\d{5}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[23]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","[27]\\d{6,7}|[34]\\d{5,7}|63\\d{6}|(?:5|8\\d\\d)\\d{7}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[0568]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d)(\\d{4,9})","$1 $2",["[2568][1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["[12]00|[368]|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[1245]|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0-79])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-2]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\d{6}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[1-9]\\d{8}|3[2-9]\\d{7}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[25]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[4-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(8-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(8-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(8-$1)",1]],"8",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|9)|8(?:0[89]|92)","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-2]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","1(?:(?:[27]2|44|87|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[01]\\d|2[13-9]|[35][1-9]|4[0-35-9]|6[0-46-9]|7[013-9]|8[1-69]|9[1-8])|[2-9]\\d)\\d{8}",[10,11],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"],0,1],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 $3 $4",["1(?:33|5[56]|81)"],0,1],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 $3 $4",["1"],0,1]],"01",0,"0(?:[12]|4[45])|1",0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[047]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-7]|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|80\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-6])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[27]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[2378]\\d|62|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","(?:[1-6]|[7-9]\\d\\d)\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","800\\d{4}|(?:[249]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-8]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[69]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2679]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","[1-6]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:5056(?:[0-35-9]\\d|4[468])|73020\\d)\\d{4}|(?:4722|505[2-57-9]|983[289])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[0149]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:20|33|[5-79]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23]"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|5[0-4]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function l_(e,r){var n=Array.prototype.slice.call(r);return n.push(o_),e.apply(this,n)}function tu(e){"@babel/helpers - typeof";return tu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},tu(e)}function s_(e,r,n){return Object.defineProperty(e,"prototype",{writable:!1}),e}function u_(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function d_(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),r&&wi(e,r)}function c_(e){var r=O0();return function(){var n=ki(e),a;if(r){var o=ki(this).constructor;a=Reflect.construct(n,arguments,o)}else a=n.apply(this,arguments);return f_(this,a)}}function f_(e,r){if(r&&(tu(r)==="object"||typeof r=="function"))return r;if(r!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return B0(e)}function B0(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function nu(e){var r=typeof Map=="function"?new Map:void 0;return nu=function(n){if(n===null||!p_(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(typeof r<"u"){if(r.has(n))return r.get(n);r.set(n,a)}function a(){return Ao(n,arguments,ki(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),wi(a,n)},nu(e)}function Ao(e,r,n){return O0()?Ao=Reflect.construct:Ao=function(a,o,s){var c=[null];c.push.apply(c,o);var d=Function.bind.apply(a,c),f=new d;return s&&wi(f,s.prototype),f},Ao.apply(null,arguments)}function O0(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function p_(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function wi(e,r){return wi=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},wi(e,r)}function ki(e){return ki=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},ki(e)}var nr=function(e){d_(n,e);var r=c_(n);function n(a){var o;return u_(this,n),o=r.call(this,a),Object.setPrototypeOf(B0(o),n.prototype),o.name=o.constructor.name,o}return s_(n)}(nu(Error)),Cu=2,h_=17,m_=3,In="0-90-9٠-٩۰-۹",v_="-‐-―−ー-",g_="//",y_="..",b_="  ­​⁠ ",__="()()[]\\[\\]",w_="~⁓∼~",Wo="".concat(v_).concat(g_).concat(y_).concat(b_).concat(__).concat(w_),$u="++";function zf(e,r){e=e.split("-"),r=r.split("-");for(var n=e[0].split("."),a=r[0].split("."),o=0;o<3;o++){var s=Number(n[o]),c=Number(a[o]);if(s>c)return 1;if(c>s)return-1;if(!isNaN(s)&&isNaN(c))return 1;if(isNaN(s)&&!isNaN(c))return-1}return e[1]&&r[1]?e[1]>r[1]?1:e[1]<r[1]?-1:0:!e[1]&&r[1]?1:e[1]&&!r[1]?-1:0}var k_={}.constructor;function Po(e){return e!=null&&e.constructor===k_}function ru(e){"@babel/helpers - typeof";return ru=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},ru(e)}function Zo(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function x_(e,r){for(var n=0;n<r.length;n++){var a=r[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function el(e,r,n){return r&&x_(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e}var E_="1.2.0",C_="1.7.35",Wf=" ext. ",$_=/^\d+$/,jt=function(){function e(r){Zo(this,e),V_(r),this.metadata=r,V0.call(this,r)}return el(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(r){return r!=="001"})}},{key:"getCountryMetadata",value:function(r){return this.metadata.countries[r]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(r){return this.getCountryMetadata(r)!==void 0}},{key:"hasCallingCode",value:function(r){if(this.getCountryCodesForCallingCode(r))return!0;if(this.nonGeographic()){if(this.nonGeographic()[r])return!0}else{var n=this.countryCallingCodes()[r];if(n&&n.length===1&&n[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(r){return this.nonGeographic()?!!this.nonGeographic()[r]:!this.getCountryCodesForCallingCode(r)}},{key:"country",value:function(r){return this.selectNumberingPlan(r)}},{key:"selectNumberingPlan",value:function(r,n){if(r&&$_.test(r)&&(n=r,r=null),r&&r!=="001"){if(!this.hasCountry(r))throw new Error("Unknown country: ".concat(r));this.numberingPlan=new jf(this.getCountryMetadata(r),this)}else if(n){if(!this.hasCallingCode(n))throw new Error("Unknown calling code: ".concat(n));this.numberingPlan=new jf(this.getNumberingPlanMetadata(n),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(r){var n=this.countryCallingCodes()[r];if(n)return n.length===1&&n[0].length===3?void 0:n}},{key:"getCountryCodeForCallingCode",value:function(r){var n=this.getCountryCodesForCallingCode(r);if(n)return n[0]}},{key:"getNumberingPlanMetadata",value:function(r){var n=this.getCountryCodeForCallingCode(r);if(n)return this.getCountryMetadata(n);if(this.nonGeographic()){var a=this.nonGeographic()[r];if(a)return a}else{var o=this.countryCallingCodes()[r];if(o&&o.length===1&&o[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(r){return this.numberingPlan.type(r)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(r){return this.selectNumberingPlan(r)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),e}(),jf=function(){function e(r,n){Zo(this,e),this.globalMetadataObject=n,this.metadata=r,V0.call(this,n.metadata)}return el(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(r){return r[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var r=this,n=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return n.map(function(a){return new S_(a,r)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(r){return r[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(r){if(this.hasTypes()&&Yf(this.types(),r))return new O_(Yf(this.types(),r),this)}},{key:"ext",value:function(){return this.v1||this.v2?Wf:this.metadata[13]||Wf}}]),e}(),S_=function(){function e(r,n){Zo(this,e),this._format=r,this.metadata=n}return el(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!B_.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),B_=/^\(?\$1\)?$/,O_=function(){function e(r,n){Zo(this,e),this.type=r,this.metadata=n}return el(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function Yf(e,r){switch(r){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function V_(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Po(e)||!Po(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(Po(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+I_(e)+": "+e,"."))}var I_=function(e){return ru(e)};function Su(e,r){if(r=new jt(r),r.hasCountry(e))return r.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function N_(e,r){return r.countries.hasOwnProperty(e)}function V0(e){var r=e.version;typeof r=="number"?(this.v1=r===1,this.v2=r===2,this.v3=r===3,this.v4=r===4):r?zf(r,E_)===-1?this.v2=!0:zf(r,C_)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var T_=";ext=",_a=function(e){return"([".concat(In,"]{1,").concat(e,"})")};function I0(e){var r="20",n="15",a="9",o="6",s="[  \\t,]*",c="[:\\..]?[  \\t,-]*",d="#?",f="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",p="(?:[xx##~~]|int|int)",h="[- ]+",g="[  \\t]*",_="(?:,{2}|;)",k=T_+_a(r),$=s+f+c+_a(r)+d,M=s+p+c+_a(a)+d,x=h+_a(o)+"#",b=g+_+c+_a(n)+d,E=g+"(?:,)+"+c+_a(a)+d;return k+"|"+$+"|"+M+"|"+x+"|"+b+"|"+E}var M_="["+In+"]{"+Cu+"}",D_="["+$u+"]{0,1}(?:["+Wo+"]*["+In+"]){3,}["+Wo+In+"]*",R_=new RegExp("^["+$u+"]{0,1}(?:["+Wo+"]*["+In+"]){1,2}$","i"),A_=D_+"(?:"+I0()+")?",P_=new RegExp("^"+M_+"$|^"+A_+"$","i");function L_(e){return e.length>=Cu&&P_.test(e)}function F_(e){return R_.test(e)}var Kf=new RegExp("(?:"+I0()+")$","i");function H_(e){var r=e.search(Kf);if(r<0)return{};for(var n=e.slice(0,r),a=e.match(Kf),o=1;o<a.length;){if(a[o])return{number:n,ext:a[o]};o++}}var U_={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function z_(e){return U_[e]}function W_(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=j_(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
2
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function j_(e,r){if(e){if(typeof e=="string")return Gf(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Gf(e,r)}}function Gf(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function Xf(e){for(var r="",n=W_(e.split("")),a;!(a=n()).done;){var o=a.value;r+=Y_(o,r)||""}return r}function Y_(e,r){return e==="+"?r?void 0:"+":z_(e)}function Bu(e,r){return K_(e,void 0,r)}function K_(e,r,n){var a=n.type(r),o=a&&a.possibleLengths()||n.possibleLengths();if(!o)return"IS_POSSIBLE";var s=e.length,c=o[0];return c===s?"IS_POSSIBLE":c>s?"TOO_SHORT":o[o.length-1]<s?"TOO_LONG":o.indexOf(s,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function G_(e,r,n){if(r===void 0&&(r={}),n=new jt(n),r.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return N0(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function N0(e,r){switch(Bu(e,r)){case"IS_POSSIBLE":return!0;default:return!1}}function ir(e,r){return e=e||"",new RegExp("^(?:"+r+")$").test(e)}function X_(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=Q_(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
3
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Q_(e,r){if(e){if(typeof e=="string")return Qf(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Qf(e,r)}}function Qf(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}var q_=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Ou(e,r,n){if(r=r||{},!(!e.country&&!e.countryCallingCode)){n=new jt(n),n.selectNumberingPlan(e.country,e.countryCallingCode);var a=r.v2?e.nationalNumber:e.phone;if(ir(a,n.nationalNumberPattern())){if(xs(a,"FIXED_LINE",n))return n.type("MOBILE")&&n.type("MOBILE").pattern()===""||!n.type("MOBILE")||xs(a,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var o=X_(q_),s;!(s=o()).done;){var c=s.value;if(xs(a,c,n))return c}}}}function xs(e,r,n){return r=n.type(r),!r||!r.pattern()||r.possibleLengths()&&r.possibleLengths().indexOf(e.length)<0?!1:ir(e,r.pattern())}function J_(e,r,n){if(r=r||{},n=new jt(n),n.selectNumberingPlan(e.country,e.countryCallingCode),n.hasTypes())return Ou(e,r,n.metadata)!==void 0;var a=r.v2?e.nationalNumber:e.phone;return ir(a,n.nationalNumberPattern())}function Z_(e,r,n){var a=new jt(n),o=a.getCountryCodesForCallingCode(e);return o?o.filter(function(s){return e4(r,s,n)}):[]}function e4(e,r,n){var a=new jt(n);return a.selectNumberingPlan(r),a.numberingPlan.possibleLengths().indexOf(e.length)>=0}function t4(e){return e.replace(new RegExp("[".concat(Wo,"]+"),"g")," ").trim()}var n4=/(\$\d)/;function r4(e,r,n){var a=n.useInternationalFormat,o=n.withNationalPrefix,s=e.replace(new RegExp(r.pattern()),a?r.internationalFormat():o&&r.nationalPrefixFormattingRule()?r.format().replace(n4,r.nationalPrefixFormattingRule()):r.format());return a?t4(s):s}var a4=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function i4(e,r,n){var a=new jt(n);if(a.selectNumberingPlan(e,r),a.defaultIDDPrefix())return a.defaultIDDPrefix();if(a4.test(a.IDDPrefix()))return a.IDDPrefix()}function o4(e){var r=e.number,n=e.ext;if(!r)return"";if(r[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(r).concat(n?";ext="+n:"")}function l4(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=s4(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
4
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function s4(e,r){if(e){if(typeof e=="string")return qf(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qf(e,r)}}function qf(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function Jf(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,a)}return n}function Zf(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?Jf(Object(n),!0).forEach(function(a){u4(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Jf(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function u4(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}var ep={formatExtension:function(e,r,n){return"".concat(e).concat(n.ext()).concat(r)}};function d4(e,r,n,a){if(n?n=Zf(Zf({},ep),n):n=ep,a=new jt(a),e.country&&e.country!=="001"){if(!a.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));a.country(e.country)}else if(e.countryCallingCode)a.selectNumberingPlan(e.countryCallingCode);else return e.phone||"";var o=a.countryCallingCode(),s=n.v2?e.nationalNumber:e.phone,c;switch(r){case"NATIONAL":return s?(c=jo(s,e.carrierCode,"NATIONAL",a,n),Es(c,e.ext,a,n.formatExtension)):"";case"INTERNATIONAL":return s?(c=jo(s,null,"INTERNATIONAL",a,n),c="+".concat(o," ").concat(c),Es(c,e.ext,a,n.formatExtension)):"+".concat(o);case"E.164":return"+".concat(o).concat(s);case"RFC3966":return o4({number:"+".concat(o).concat(s),ext:e.ext});case"IDD":if(!n.fromCountry)return;var d=f4(s,e.carrierCode,o,n.fromCountry,a);return Es(d,e.ext,a,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(r,'"'))}}function jo(e,r,n,a,o){var s=c4(a.formats(),e);return s?r4(e,s,{useInternationalFormat:n==="INTERNATIONAL",withNationalPrefix:!(s.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&o&&o.nationalPrefix===!1),carrierCode:r,metadata:a}):e}function c4(e,r){for(var n=l4(e),a;!(a=n()).done;){var o=a.value;if(o.leadingDigitsPatterns().length>0){var s=o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length-1];if(r.search(s)!==0)continue}if(ir(r,o.pattern()))return o}}function Es(e,r,n,a){return r?a(e,r,n):e}function f4(e,r,n,a,o){var s=Su(a,o.metadata);if(s===n){var c=jo(e,r,"NATIONAL",o);return n==="1"?n+" "+c:c}var d=i4(a,void 0,o.metadata);if(d)return"".concat(d," ").concat(n," ").concat(jo(e,null,"INTERNATIONAL",o))}function tp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,a)}return n}function np(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?tp(Object(n),!0).forEach(function(a){p4(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):tp(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function p4(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function h4(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function m4(e,r){for(var n=0;n<r.length;n++){var a=r[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function v4(e,r,n){return m4(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e}var g4=function(){function e(r,n,a){if(h4(this,e),!r)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!a)throw new TypeError("`metadata` not passed");var o=b4(r,a),s=o.country,c=o.countryCallingCode;this.country=s,this.countryCallingCode=c,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return a}}return v4(e,[{key:"setExt",value:function(r){this.ext=r}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Z_(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return G_(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return J_(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){var r=new jt(this.getMetadata());return r.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(r){return this.number===r.number&&this.ext===r.ext}},{key:"getType",value:function(){return Ou(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(r,n){return d4(this,r,n?np(np({},n),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(r){return this.format("NATIONAL",r)}},{key:"formatInternational",value:function(r){return this.format("INTERNATIONAL",r)}},{key:"getURI",value:function(r){return this.format("RFC3966",r)}}]),e}(),y4=function(e){return/^[A-Z]{2}$/.test(e)};function b4(e,r){var n,a,o=new jt(r);return y4(e)?(n=e,o.selectNumberingPlan(n),a=o.countryCallingCode()):a=e,{country:n,countryCallingCode:a}}var _4=new RegExp("(["+In+"])");function w4(e,r,n,a){if(r){var o=new jt(a);o.selectNumberingPlan(r,n);var s=new RegExp(o.IDDPrefix());if(e.search(s)===0){e=e.slice(e.match(s)[0].length);var c=e.match(_4);if(!(c&&c[1]!=null&&c[1].length>0&&c[1]==="0"))return e}}}function k4(e,r){if(e&&r.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+r.numberingPlan.nationalPrefixForParsing()+")"),a=n.exec(e);if(a){var o,s,c=a.length-1,d=c>0&&a[c];if(r.nationalPrefixTransformRule()&&d)o=e.replace(n,r.nationalPrefixTransformRule()),c>1&&(s=a[1]);else{var f=a[0];o=e.slice(f.length),d&&(s=a[1])}var p;if(d){var h=e.indexOf(a[1]),g=e.slice(0,h);g===r.numberingPlan.nationalPrefix()&&(p=r.numberingPlan.nationalPrefix())}else p=a[0];return{nationalNumber:o,nationalPrefix:p,carrierCode:s}}}return{nationalNumber:e}}function au(e,r){var n=k4(e,r),a=n.carrierCode,o=n.nationalNumber;if(o!==e){if(!x4(e,o,r))return{nationalNumber:e};if(r.possibleLengths()&&!E4(o,r))return{nationalNumber:e}}return{nationalNumber:o,carrierCode:a}}function x4(e,r,n){return!(ir(e,n.nationalNumberPattern())&&!ir(r,n.nationalNumberPattern()))}function E4(e,r){switch(Bu(e,r)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function C4(e,r,n,a){var o=r?Su(r,a):n;if(e.indexOf(o)===0){a=new jt(a),a.selectNumberingPlan(r,n);var s=e.slice(o.length),c=au(s,a),d=c.nationalNumber,f=au(e,a),p=f.nationalNumber;if(!ir(p,a.nationalNumberPattern())&&ir(d,a.nationalNumberPattern())||Bu(p,a)==="TOO_LONG")return{countryCallingCode:o,number:s}}return{number:e}}function $4(e,r,n,a){if(!e)return{};var o;if(e[0]!=="+"){var s=w4(e,r,n,a);if(s&&s!==e)o=!0,e="+"+s;else{if(r||n){var c=C4(e,r,n,a),d=c.countryCallingCode,f=c.number;if(d)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:d,number:f}}return{number:e}}}if(e[1]==="0")return{};a=new jt(a);for(var p=2;p-1<=m_&&p<=e.length;){var h=e.slice(1,p);if(a.hasCallingCode(h))return a.selectNumberingPlan(h),{countryCallingCodeSource:o?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:h,number:e.slice(p)};p++}return{}}function S4(e,r){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=B4(e))||r){n&&(e=n);var a=0;return function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
5
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function B4(e,r){if(e){if(typeof e=="string")return rp(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return rp(e,r)}}function rp(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function O4(e,r){var n=r.countries,a=r.defaultCountry,o=r.metadata;o=new jt(o);for(var s=[],c=S4(n),d;!(d=c()).done;){var f=d.value;if(o.country(f),o.leadingDigits()){if(e&&e.search(o.leadingDigits())===0)return f}else if(Ou({phone:e,country:f},void 0,o.metadata))if(a){if(f===a)return f;s.push(f)}else return f}if(s.length>0)return s[0]}function V4(e,r){var n=r.nationalNumber,a=r.defaultCountry,o=r.metadata,s=o.getCountryCodesForCallingCode(e);if(s)return s.length===1?s[0]:O4(n,{countries:s,defaultCountry:a,metadata:o.metadata})}var T0="+",I4="[\\-\\.\\(\\)]?",ap="(["+In+"]|"+I4+")",N4="^\\"+T0+ap+"*["+In+"]"+ap+"*$",T4=new RegExp(N4,"g"),iu=In,M4="["+iu+"]+((\\-)*["+iu+"])*",D4="a-zA-Z",R4="["+D4+"]+((\\-)*["+iu+"])*",A4="^("+M4+"\\.)*"+R4+"\\.?$",P4=new RegExp(A4,"g"),ip="tel:",ou=";phone-context=",L4=";isub=";function F4(e){var r=e.indexOf(ou);if(r<0)return null;var n=r+ou.length;if(n>=e.length)return"";var a=e.indexOf(";",n);return a>=0?e.substring(n,a):e.substring(n)}function H4(e){return e===null?!0:e.length===0?!1:T4.test(e)||P4.test(e)}function U4(e,r){var n=r.extractFormattedPhoneNumber,a=F4(e);if(!H4(a))throw new nr("NOT_A_NUMBER");var o;if(a===null)o=n(e)||"";else{o="",a.charAt(0)===T0&&(o+=a);var s=e.indexOf(ip),c;s>=0?c=s+ip.length:c=0;var d=e.indexOf(ou);o+=e.substring(c,d)}var f=o.indexOf(L4);if(f>0&&(o=o.substring(0,f)),o!=="")return o}var z4=250,W4=new RegExp("["+$u+In+"]"),j4=new RegExp("[^"+In+"#]+$");function Y4(e,r,n){if(r=r||{},n=new jt(n),r.defaultCountry&&!n.hasCountry(r.defaultCountry))throw r.v2?new nr("INVALID_COUNTRY"):new Error("Unknown country: ".concat(r.defaultCountry));var a=G4(e,r.v2,r.extract),o=a.number,s=a.ext,c=a.error;if(!o){if(r.v2)throw c==="TOO_SHORT"?new nr("TOO_SHORT"):new nr("NOT_A_NUMBER");return{}}var d=Q4(o,r.defaultCountry,r.defaultCallingCode,n),f=d.country,p=d.nationalNumber,h=d.countryCallingCode,g=d.countryCallingCodeSource,_=d.carrierCode;if(!n.hasSelectedNumberingPlan()){if(r.v2)throw new nr("INVALID_COUNTRY");return{}}if(!p||p.length<Cu){if(r.v2)throw new nr("TOO_SHORT");return{}}if(p.length>h_){if(r.v2)throw new nr("TOO_LONG");return{}}if(r.v2){var k=new g4(h,p,n.metadata);return f&&(k.country=f),_&&(k.carrierCode=_),s&&(k.ext=s),k.__countryCallingCodeSource=g,k}var $=(r.extended?n.hasSelectedNumberingPlan():f)?ir(p,n.nationalNumberPattern()):!1;return r.extended?{country:f,countryCallingCode:h,carrierCode:_,valid:$,possible:$?!0:!!(r.extended===!0&&n.possibleLengths()&&N0(p,n)),phone:p,ext:s}:$?X4(f,p,s):{}}function K4(e,r,n){if(e){if(e.length>z4){if(n)throw new nr("TOO_LONG");return}if(r===!1)return e;var a=e.search(W4);if(!(a<0))return e.slice(a).replace(j4,"")}}function G4(e,r,n){var a=U4(e,{extractFormattedPhoneNumber:function(s){return K4(s,n,r)}});if(!a)return{};if(!L_(a))return F_(a)?{error:"TOO_SHORT"}:{};var o=H_(a);return o.ext?o:{number:a}}function X4(e,r,n){var a={country:e,phone:r};return n&&(a.ext=n),a}function Q4(e,r,n,a){var o=$4(Xf(e),r,n,a.metadata),s=o.countryCallingCodeSource,c=o.countryCallingCode,d=o.number,f;if(c)a.selectNumberingPlan(c);else if(d&&(r||n))a.selectNumberingPlan(r,n),r&&(f=r),c=n||Su(r,a.metadata);else return{};if(!d)return{countryCallingCodeSource:s,countryCallingCode:c};var p=au(Xf(d),a),h=p.nationalNumber,g=p.carrierCode,_=V4(c,{nationalNumber:h,defaultCountry:r,metadata:a});return _&&(f=_,_==="001"||a.country(f)),{country:f,countryCallingCode:c,countryCallingCodeSource:s,nationalNumber:h,carrierCode:g}}function op(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,a)}return n}function lp(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?op(Object(n),!0).forEach(function(a){q4(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):op(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function q4(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function J4(e,r,n){return Y4(e,lp(lp({},r),{},{v2:!0}),n)}function sp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,a)}return n}function Z4(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?sp(Object(n),!0).forEach(function(a){e9(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):sp(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function e9(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function t9(e,r){return i9(e)||a9(e,r)||r9(e,r)||n9()}function n9(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
6
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function r9(e,r){if(e){if(typeof e=="string")return up(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return up(e,r)}}function up(e,r){(r==null||r>e.length)&&(r=e.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=e[n];return a}function a9(e,r){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],o=!0,s=!1,c,d;try{for(n=n.call(e);!(o=(c=n.next()).done)&&(a.push(c.value),!(r&&a.length===r));o=!0);}catch(f){s=!0,d=f}finally{try{!o&&n.return!=null&&n.return()}finally{if(s)throw d}}return a}}function i9(e){if(Array.isArray(e))return e}function o9(e){var r=Array.prototype.slice.call(e),n=t9(r,4),a=n[0],o=n[1],s=n[2],c=n[3],d,f,p;if(typeof a=="string")d=a;else throw new TypeError("A text for parsing must be a string.");if(!o||typeof o=="string")c?(f=s,p=c):(f=void 0,p=s),o&&(f=Z4({defaultCountry:o},f));else if(Po(o))s?(f=o,p=s):p=o;else throw new Error("Invalid second argument: ".concat(o));return{text:d,options:f,metadata:p}}function dp(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);r&&(a=a.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,a)}return n}function cp(e){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?dp(Object(n),!0).forEach(function(a){l9(e,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):dp(Object(n)).forEach(function(a){Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(n,a))})}return e}function l9(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function s9(e,r,n){r&&r.defaultCountry&&!N_(r.defaultCountry,n)&&(r=cp(cp({},r),{},{defaultCountry:void 0}));try{return J4(e,r,n)}catch(a){if(!(a instanceof nr))throw a}}function u9(){var e=o9(arguments),r=e.text,n=e.options,a=e.metadata;return s9(r,n,a)}function Cs(){return l_(u9,arguments)}const d9={beforeMount(e,r,n){if(typeof r.value!="function"){const a=n.context.name;let o=`[Vue-click-outside:] provided expression ${r.expression} is not a function, but has to be`;a&&(o+=`Found in component ${a}`),console.warn(o)}e.clickOutsideEvent=function(a){const o=a.composedPath?a.composedPath():a.path;e===a.target||e.contains(a.target)||o.includes(e)||r.value(a,e)},document.body.addEventListener("click",e.clickOutsideEvent)},unmounted(e){document.body.removeEventListener("click",e.clickOutsideEvent)}},c9=["aria-expanded","tabindex"],f9={class:"vti__selection"},p9={key:1,class:"vti__country-code"},h9={class:"vti__dropdown-arrow"},m9={key:0,class:"vti__search_box_container"},v9=["placeholder"],g9=["onClick","onMousemove","aria-selected"],y9={key:1},b9=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],_9=t.defineComponent({name:"VueTelInput",directives:{clickOutside:d9},__name:"vue-tel-input",props:t.mergeModels({allCountries:{type:Array,default:()=>Ut("allCountries")},autoFormat:{type:Boolean,default:()=>Ut("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>Ut("customValidate")},defaultCountry:{type:[String,Number],default:()=>Ut("defaultCountry")},disabled:{type:Boolean,default:()=>Ut("disabled")},autoDefaultCountry:{type:Boolean,default:()=>Ut("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>Ut("dropdownOptions")},ignoredCountries:{type:Array,default:()=>Ut("ignoredCountries")},inputOptions:{type:Object,default:()=>Ut("inputOptions")},invalidMsg:{type:String,default:()=>Ut("invalidMsg")},mode:{type:String,default:()=>Ut("mode")},onlyCountries:{type:Array,default:()=>Ut("onlyCountries")},preferredCountries:{type:Array,default:()=>Ut("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>Ut("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>Ut("styleClasses")}},{modelValue:{type:String},modelModifiers:{}}),emits:t.mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(e,{expose:r,emit:n}){const a=t.shallowRef(),o=t.shallowRef(),s=t.shallowRef(),c=n,d=e,f=t.useModel(e,"modelValue");t.watch(f,(z,L)=>{N()?p.phone=z??"":t.nextTick(()=>{p.phone=L??"",A()})});const p=t.reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:d.inputOptions.placeholder,searchQuery:""});t.watch(()=>p.open,z=>{z?(Z(),c("open")):c("close")});const h=t.computed(()=>d.onlyCountries.length?d.allCountries.filter(({iso2:z})=>d.onlyCountries.some(L=>li(L)===z)):d.ignoredCountries.length?d.allCountries.filter(({iso2:z})=>!d.ignoredCountries.includes(li(z))&&!d.ignoredCountries.includes(oi(z))):d.allCountries),g=t.computed(()=>E(p.activeCountryCode));t.watch(g,(z,L)=>{if(!z&&L!=null&&L.iso2){p.activeCountryCode=L.iso2;return}z!=null&&z.iso2&&c("country-changed",z)});const _=t.computed(()=>{var z;const L=oi(d.mode);return L==="auto"?(z=p.phone)!=null&&z.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(L)?L:(console.error('Invalid value of prop "mode"'),"international")}),k=t.computed(()=>{const z=[...b(d.preferredCountries).map(Q=>({...Q,preferred:!0})),...h.value];if(!d.dropdownOptions.showSearchBox)return z;const L=p.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return z.filter(Q=>new RegExp(L,"i").test(Q.name)||new RegExp(L,"i").test(Q.iso2)||new RegExp(L,"i").test(Q.dialCode))}),$=t.computed(()=>{var z;const L=p.phone.startsWith("+")?Cs(p.phone):Cs(p.phone,p.activeCountryCode),Q={country:L==null?void 0:L.country,countryCode:L==null?void 0:L.country,formatted:p.phone,valid:L==null?void 0:L.isValid(),possible:(z=L==null?void 0:L.isPossible)==null?void 0:z.call(L),nationalNumber:L==null?void 0:L.nationalNumber};return Q.valid&&(Q.formatted=L==null?void 0:L.format(li(_.value))),L!=null&&L.country&&(d.ignoredCountries.length||d.onlyCountries.length)&&!E(L.country)&&(Q.valid=!1,Q.possible=!1,L.country=null),L?{...Q,...L}:Q});t.watch(()=>$.value.countryCode,z=>{z&&(p.activeCountryCode=z)}),t.watch(()=>$.value.valid,()=>{c("validate",$.value)}),t.watch(()=>$.value.formatted,z=>{!d.autoFormat||d.customValidate||(y(z),t.nextTick(()=>{z&&!f.value&&(p.phone=z)}))}),t.watch(()=>d.inputOptions.placeholder,M),t.onMounted(()=>{f.value&&(p.phone=f.value.trim()),S(),x().then(()=>{var z;!p.phone&&(z=d.inputOptions)!=null&&z.showDialCode&&p.activeCountryCode&&(p.phone=`+${p.activeCountryCode}`),c("validate",$.value)}).catch(console.error).then(()=>{p.finishMounted=!0})});function M(){p.parsedPlaceholder=d.inputOptions.placeholder}function x(){return new Promise(z=>{var L;if(((L=p.phone)==null?void 0:L[0])==="+"){z();return}if(d.defaultCountry){if(typeof d.defaultCountry=="string"){U(d.defaultCountry),z();return}if(typeof d.defaultCountry=="number"){const T=V(d.defaultCountry);if(T){U(T.iso2),z();return}}}const Q=d.preferredCountries[0]||h.value[0];d.autoDefaultCountry?n_().then(T=>{U(T||p.activeCountryCode)}).catch(T=>{console.warn(T),U(Q)}).then(()=>{z()}):(U(Q),z())})}function b(z=[]){return z.map(E).filter(Boolean)}function E(z=""){return h.value.find(L=>L.iso2===li(z))}function V(z){return h.value.find(L=>Number(L.dialCode)===z)}function I(z,L){const Q=p.selectedIndex===z,T=z===d.preferredCountries.length-1,G=d.preferredCountries.some(v=>li(v)===L);return{highlighted:Q,"last-preferred":T,preferred:G}}function U(z){var L,Q,T;let G=z;if(typeof G=="string"&&(G=E(G)),!!G){if(((L=p.phone)==null?void 0:L[0])==="+"&&G.iso2&&$.value.nationalNumber){p.activeCountryCode=G.iso2,p.phone=((Q=Cs($.value.nationalNumber,G.iso2))==null?void 0:Q.formatInternational())??"";return}if((T=d.inputOptions)!=null&&T.showDialCode&&G){p.phone=`+${G.dialCode}`,p.activeCountryCode=G.iso2;return}p.activeCountryCode=G.iso2,y(p.phone)}}function S(){const z=p.phone;if(d.validCharactersOnly){const L=p.phone.match(/[()\-+0-9\s]*/g);p.phone=L.join("")}if(d.customValidate&&d.customValidate instanceof RegExp){const L=p.phone.match(d.customValidate);p.phone=L.join("")}z!==p.phone&&y(p.phone)}function N(){return d.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(p.phone)?!1:d.customValidate?O():!0}function O(){return d.customValidate instanceof RegExp?d.customValidate.test(p.phone):!1}function A(){var z;(z=s.value)==null||z.setCustomValidity($.value.valid?"":d.invalidMsg),y(p.phone)}function y(z){f.value=z,c("on-input",z,$.value,s.value)}function P(z){c("blur",z)}function j(z){r_(s.value,p.phone.length),c("focus",z)}function oe(z){c("enter",z)}function H(z){c("space",z)}function X(){var z;(z=s.value)==null||z.focus()}function Y(){var z;(z=s.value)==null||z.blur()}function re(){d.disabled||d.dropdownOptions.disabled||(p.searchQuery="",p.open=!p.open)}function fe(){p.open=!1}function ae(z){if(z.keyCode===40){z.preventDefault(),p.open=!0,p.selectedIndex===null?p.selectedIndex=0:p.selectedIndex=Math.min(k.value.length-1,p.selectedIndex+1);const L=o.value.children[p.selectedIndex];L.focus(),L.offsetTop+L.clientHeight>o.value.scrollTop+o.value.clientHeight&&(o.value.scrollTop=L.offsetTop-o.value.clientHeight+L.clientHeight)}else if(z.keyCode===38){z.preventDefault(),p.open=!0,p.selectedIndex===null?p.selectedIndex=k.value.length-1:p.selectedIndex=Math.max(0,p.selectedIndex-1);const L=o.value.children[p.selectedIndex];L.focus(),L.offsetTop<o.value.scrollTop&&(o.value.scrollTop=L.offsetTop)}else if(z.keyCode===13)p.selectedIndex!==null&&U(k.value[p.selectedIndex]),p.open=!p.open;else if(p.open){p.typeToFindInput+=z.key,clearTimeout(p.typeToFindTimer),p.typeToFindTimer=setTimeout(()=>{p.typeToFindInput=""},700);const L=k.value.slice(d.preferredCountries.length).findIndex(Q=>oi(Q.name).startsWith(p.typeToFindInput));if(L>=0){p.selectedIndex=d.preferredCountries.length+L;const Q=o.value.children[p.selectedIndex],T=Q.offsetTop<o.value.scrollTop,G=Q.offsetTop+Q.clientHeight>o.value.scrollTop+o.value.clientHeight;(T||G)&&(o.value.scrollTop=Q.offsetTop-o.value.clientHeight/2)}}}function he(){p.selectedIndex=k.value.map(z=>z.iso2).indexOf(p.activeCountryCode),p.open=!1}function Z(){window.innerHeight-a.value.getBoundingClientRect().bottom>200?p.dropdownOpenDirection="below":p.dropdownOpenDirection="above"}return r({focus:X,blur:Y}),(z,L)=>{const Q=t.resolveDirective("click-outside");return t.openBlock(),t.createElementBlock("div",{ref_key:"refRoot",ref:a,class:t.normalizeClass(["vue-tel-input",e.styleClasses,{disabled:e.disabled}])},[t.withDirectives((t.openBlock(),t.createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":p.open,role:"button",class:t.normalizeClass(["vti__dropdown",{open:p.open,disabled:e.dropdownOptions.disabled}]),tabindex:e.dropdownOptions.tabindex,onKeydown:[ae,t.withKeys(re,["space"]),t.withKeys(he,["esc"]),t.withKeys(he,["tab"])],onClick:re},[t.createElementVNode("span",f9,[e.dropdownOptions.showFlags?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["vti__flag",t.unref(oi)(p.activeCountryCode)])},null,2)):t.createCommentVNode("",!0),e.dropdownOptions.showDialCodeInSelection?(t.openBlock(),t.createElementBlock("span",p9," +"+t.toDisplayString(g.value&&g.value.dialCode),1)):t.createCommentVNode("",!0),t.renderSlot(z.$slots,"arrow-icon",{open:p.open},()=>[t.createElementVNode("span",h9,t.toDisplayString(p.open?"▲":"▼"),1)])]),p.open?(t.openBlock(),t.createElementBlock("ul",{key:0,ref_key:"refList",ref:o,class:t.normalizeClass(["vti__dropdown-list",p.dropdownOpenDirection]),role:"listbox"},[e.dropdownOptions.showSearchBox?(t.openBlock(),t.createElementBlock("div",m9,[t.renderSlot(z.$slots,"search-icon"),t.withDirectives(t.createElementVNode("input",{class:t.normalizeClass(["vti__input","vti__search_box"]),"aria-label":"Search by country name or country code",placeholder:e.dropdownOptions.searchBoxPlaceholder||(k.value.length?k.value[0].name:""),type:"text","onUpdate:modelValue":L[0]||(L[0]=T=>p.searchQuery=T),onClick:L[1]||(L[1]=t.withModifiers(()=>{},["stop"]))},null,8,v9),[[t.vModelText,p.searchQuery]])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(k.value,(T,G)=>(t.openBlock(),t.createElementBlock("li",{role:"option",class:t.normalizeClass(["vti__dropdown-item",I(G,T.iso2)]),key:T.iso2+(T.preferred?"-preferred":""),tabindex:"-1",onClick:v=>U(T),onMousemove:v=>p.selectedIndex=G,"aria-selected":p.activeCountryCode===T.iso2&&!T.preferred},[e.dropdownOptions.showFlags?(t.openBlock(),t.createElementBlock("span",{key:0,class:t.normalizeClass(["vti__flag",t.unref(oi)(T.iso2)])},null,2)):t.createCommentVNode("",!0),t.createElementVNode("strong",null,t.toDisplayString(T.name),1),e.dropdownOptions.showDialCodeInList?(t.openBlock(),t.createElementBlock("span",y9," +"+t.toDisplayString(T.dialCode),1)):t.createCommentVNode("",!0)],42,g9))),128))],2)):t.createCommentVNode("",!0)],42,c9)),[[Q,fe]]),t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":L[2]||(L[2]=T=>p.phone=T),ref_key:"refInput",ref:s,type:e.inputOptions.type,autocomplete:e.inputOptions.autocomplete,autofocus:e.inputOptions.autofocus,class:t.normalizeClass(["vti__input","vti__phone",e.inputOptions.styleClasses]),disabled:e.disabled,id:e.inputOptions.id,maxlength:e.inputOptions.maxlength,name:e.inputOptions.name,placeholder:p.parsedPlaceholder,readonly:e.inputOptions.readonly,required:e.inputOptions.required,tabindex:e.inputOptions.tabindex,value:f.value,"aria-describedby":e.inputOptions["aria-describedby"],onBlur:P,onFocus:j,onInput:A,onKeyup:[t.withKeys(oe,["enter"]),t.withKeys(H,["space"])]},null,42,b9),[[t.vModelDynamic,p.phone]]),t.renderSlot(z.$slots,"icon-right")],2)}}}),w9={class:"relative z-[calc(infinity)]"},k9=["for"],x9={key:1,class:"errors"},E9={class:"mt-2 text-xs text-red-500"},C9=t.defineComponent({__name:"EUITelephone",props:{modelValue:{type:[String,Number],default:""},name:{type:String,default:""},label:{type:String,default:"Mobile Number"},placeholder:{type:String},required:{type:Boolean,default:!1},readonly:{type:Boolean},disabled:{type:Boolean},autoFocus:{type:Boolean,required:!1,default:!1},errors:{type:Object,required:!1,default:()=>{}},isValid:{type:Boolean,default:!1},tag:{type:String,default:""},tagColor:{type:String,default:"None"},length:{type:Number,required:!1,default:25},iconType:{type:String,default:""},icon:{type:[Object,String],default:""},inputFilled:{type:Boolean,default:!1}},emits:["update:modelValue","blur","update:isValid"],setup(e,{emit:r}){const n=r,a=e,{isValid:o}=t.toRefs(a),c="euid-"+Math.random().toString(36).substr(2,9)+"-"+Date.now().toString(36),d=t.computed({set:I=>{n("update:isValid",I)},get:()=>o.value}),f=t.computed(()=>a.modelValue===0?!0:!!a.modelValue),p=t.ref(a.modelValue),h=t.computed(()=>a.modelValue);t.watch(h,I=>{p.value=I});const g=t.computed(()=>({focus:a.autoFocus,place:a.placeholder,disabled:a.disabled,required:a.required,name:a.name,length:a.length,readonly:a.readonly})),_={mode:"international",autoFormat:!1,autoDefaultCountry:!0,styleClasses:"eui-tel",invalidMsg:"Required mobile number",validCharactersOnly:!0,preferredCountries:[],disabled:g.value.disabled,inputOptions:{autocomplete:"off",autofocus:g.value.focus,name:g.value.name,id:c,placeholder:g.value.place,maxlength:g.value.length,showDialCode:!0,tabindex:0,readonly:g.value.readonly,required:g.value.required,styleClasses:"eui-tel_input"},dropdownOptions:{disabled:g.value.readonly||g.value.disabled,showFlags:!0,showDialCodeInList:!0,showSearchBox:!0,searchBoxPlaceholder:"Search country..."}},k=(I,U)=>{d.value=!!U.valid,n("update:modelValue",U.number)},$=t.ref(!0),M=I=>{$.value||n("update:modelValue","")};t.onUpdated(()=>{setTimeout(()=>{$.value=!1},1500)});const x=t.computed(()=>{var I,U,S,N;return Array.isArray(a.errors)?typeof((I=a.errors)==null?void 0:I.at(0))=="object"?(S=(U=a.errors)==null?void 0:U.at(0))==null?void 0:S.$message:a.errors[0]:typeof a.errors=="object"?(N=a.errors)==null?void 0:N[a.name]:a.errors}),b=()=>{switch(a.iconType){case"startIcon":return a.inputFilled?"pl-12 pr-4":"normal pl-10 pr-4";case"endIcon":return a.inputFilled?"pr-12 pl-4":"normal pr-10 pl-4";default:return a.inputFilled?"px-4":"normal px-4"}},E=t.ref(null),V=()=>{var I;E.value&&((I=E.value)==null||I.focus())};return(I,U)=>(t.openBlock(),t.createElementBlock("div",w9,[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),3)):t.createCommentVNode("",!0),t.createElementVNode("button",{type:"button",class:t.normalizeClass([e.disabled?"pointer-events-none cursor-not-allowed bg-gray-50":"bg-white",e.inputFilled?"h-14 rounded-2xl":"h-10 rounded-md","relative w-full mb-2 border border-gray-100 cursor-pointer z-1 group focus-within:border-purple-600 focus-within:ring-1 focus-within:ring-purple-600"]),onClick:V},[e.inputFilled?(t.openBlock(),t.createElementBlock("label",{key:0,for:`${e.name}-${t.unref(c)}`,class:t.normalizeClass([[b(),f.value?"top-3.5 text-xs text-gray-400 leading-none cursor-default":"top-1/2 text-sm w-full text-gray-700 cursor-pointer h-14 pt-5 pb-4 bg-white ring-1 ring-gray-200",e.disabled?" cursor-not-allowed":"",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute font-medium left-0 px-4 z-[1] -translate-y-1/2 duration-200 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-focus-within:-translate-y-1/2 group-focus-within:ring-transparent group-focus-within:h-auto group-focus-within:py-0 text-start first-letter:capitalize"])},t.toDisplayString(e.label),11,k9)):t.createCommentVNode("",!0),e.icon&&e.iconType?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["absolute inset-y-0 z-10 flex items-center pointer-events-none",[e.iconType==="startIcon"?"start-0 ps-3":"end-0 pe-3",e.disabled?"cursor-not-allowed":""]])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"text-gray-400 size-6","aria-hidden":"true"}))],2)):t.createCommentVNode("",!0),t.createVNode(t.unref(_9),t.mergeProps({ref_key:"inputRef",ref:E,modelValue:p.value,"onUpdate:modelValue":U[0]||(U[0]=S=>p.value=S),modelModifiers:{trim:!0}},_,{class:[b()],onOnInput:k,onCountryChanged:M,onBlur:U[1]||(U[1]=S=>I.$emit("blur"))}),null,16,["modelValue","class"])],2),x.value?(t.openBlock(),t.createElementBlock("div",x9,[t.createElementVNode("p",E9,t.toDisplayString(x.value),1)])):t.createCommentVNode("",!0),e.tag?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(["absolute top-0 px-2 text-xs text-white rounded right-2",[{"bg-gray-400":e.tagColor==="None"},{"bg-green-400":e.tagColor==="Success"},{"bg-red-400":e.tagColor==="Error"}]])},t.toDisplayString(e.tag),3)):t.createCommentVNode("",!0)]))}}),$9={class:"relative"},S9=["placeholder","disabled","readonly","autofocus","rows","cols"],B9={key:1},O9=["placeholder","disabled","readonly","autofocus","rows","cols"],V9=t.defineComponent({__name:"EUITextArea",props:{errors:{type:Object,required:!1,default:()=>{}},modelValue:{type:String,required:!0,default:""},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},placeholder:{type:String,required:!0,default:""},rows:{type:Number,required:!0,default:5},cols:{type:Number,required:!0,default:0},disabled:{type:Boolean,default:!1,required:!1},autoFocus:{type:Boolean,default:!1},required:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inputFilled:{type:Boolean,default:!1}},emits:["update:modelValue","blur"],setup(e,{emit:r}){const n=e,{label:a,rows:o,cols:s,placeholder:c}=n,d=t.ref(n.modelValue);t.watch(()=>n.modelValue,g=>{d.value=g});const f=t.ref(null),p=t.computed(()=>!!d.value),h=()=>{var g;f.value&&((g=f.value)==null||g.focus())};return(g,_)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",$9,[e.inputFilled?(t.openBlock(),t.createElementBlock("button",{key:0,class:t.normalizeClass([e.disabled?"pointer-events-none cursor-not-allowed bg-gray-50":"","group transition-all duration-100 ease-in-out outline-none border-none z-0 focus:border-purple-600 min-h-[4.5rem] mb-2 relative w-full rounded-md ring-1 ring-gray-200 focus-within:ring-2 focus-within:ring-purple-600 cursor-pointer overflow-hidden;"]),onClick:h},[t.createElementVNode("label",{for:"text",class:t.normalizeClass([p.value?"top-2 text-xs text-gray-400 cursor-default":"top-4 text-sm text-gray-700 cursor-pointer pb-2",e.disabled?"cursor-not-allowed bg-gray-50":"bg-white",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500","absolute left-0 z-10 w-full h-auto px-4 font-medium leading-normal text-left transition-all duration-300 ease-in-out transform translate-y-0 group-focus-within:top-2 group-focus-within:bg-transparent group-focus-within:py-0 group-focus-within:h-auto"])},t.toDisplayString(t.unref(a)),3),t.withDirectives(t.createElementVNode("textarea",{ref_key:"inputRef",ref:f,class:t.normalizeClass(["min-h-[4.5rem] max-h-40 appearance-none block w-full px-4 py-2 placeholder:text-gray-400 text-sm font-medium relative z-0 mt-4 bg-transparent border-none focus:outline-none focus:shadow-none focus-within:outline-none focus:border-none disabled:opacity-75 autofill:bg-white leading-6 placeholder:capitalize rounded-2xl",{"border-red-500":e.errors}]),placeholder:t.unref(c),"onUpdate:modelValue":_[0]||(_[0]=k=>d.value=k),disabled:e.disabled,readonly:e.readonly,autofocus:e.autoFocus,"aria-invalid":"true",rows:t.unref(o),cols:t.unref(s),onInput:_[1]||(_[1]=k=>g.$emit("update:modelValue",d.value)),onBlur:_[2]||(_[2]=k=>g.$emit("blur"))}," ",42,S9),[[t.vModelText,d.value]])],2)):(t.openBlock(),t.createElementBlock("div",B9,[t.unref(a)?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(t.unref(a)),3)):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("textarea",{ref_key:"inputRef",ref:f,class:t.normalizeClass(["min-h-[4.5rem] max-h-40 appearance-none block w-full px-4 py-2 placeholder:text-gray-400 text-sm font-medium relative z-0 bg-transparent border-gray-100 focus:outline-none focus:shadow-none focus-within:outline-none focus:border-purple-600 disabled:opacity-75 autofill:bg-white leading-6 placeholder:capitalize rounded-md border-solid border focus-within:ring-1 focus-within:ring-purple-600 transition-colors duration-300 ease-in-out",{"border-red-500":e.errors}]),"onUpdate:modelValue":_[3]||(_[3]=k=>d.value=k),placeholder:t.unref(c),disabled:e.disabled,readonly:e.readonly,autofocus:e.autoFocus,"aria-invalid":"true",rows:t.unref(o),cols:t.unref(s),onInput:_[4]||(_[4]=k=>g.$emit("update:modelValue",d.value)),onBlur:_[5]||(_[5]=k=>g.$emit("blur"))}," ",42,O9),[[t.vModelText,d.value]])]))]),t.createVNode(Or,{errors:e.errors,name:e.name},null,8,["errors","name"])],64))}});var I9=Object.defineProperty,N9=Object.defineProperties,T9=Object.getOwnPropertyDescriptors,fp=Object.getOwnPropertySymbols,M9=Object.prototype.hasOwnProperty,D9=Object.prototype.propertyIsEnumerable,pp=(e,r,n)=>r in e?I9(e,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[r]=n,wa=(e,r)=>{for(var n in r||(r={}))M9.call(r,n)&&pp(e,n,r[n]);if(fp)for(var n of fp(r))D9.call(r,n)&&pp(e,n,r[n]);return e},hp=(e,r)=>N9(e,T9(r));const R9={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(e){this.autoscroll&&e&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var e;const r=((e=this.$refs.dropdownMenu)==null?void 0:e.children[this.typeAheadPointer])||!1;if(r){const n=this.getDropdownViewport(),{top:a,bottom:o,height:s}=r.getBoundingClientRect();if(a<n.top)return this.$refs.dropdownMenu.scrollTop=r.offsetTop;if(o>n.bottom)return this.$refs.dropdownMenu.scrollTop=r.offsetTop-(n.height-s)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},A9={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let e=0;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},open(e){e&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let e=this.typeAheadPointer-1;e>=0;e--)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadDown(){for(let e=this.typeAheadPointer+1;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadSelect(){const e=this.filteredOptions[this.typeAheadPointer];e&&this.selectable(e)&&this.select(e)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},P9={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(e){this.mutableLoading=e}},methods:{toggleLoading(e=null){return e==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=e}}},Vu=(e,r)=>{const n=e.__vccOpts||e;for(const[a,o]of r)n[a]=o;return n},L9={},F9={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},H9=t.createElementVNode("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),U9=[H9];function z9(e,r){return t.openBlock(),t.createElementBlock("svg",F9,U9)}const W9=Vu(L9,[["render",z9]]),j9={},Y9={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},K9=t.createElementVNode("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),G9=[K9];function X9(e,r){return t.openBlock(),t.createElementBlock("svg",Y9,G9)}const Q9=Vu(j9,[["render",X9]]),mp={Deselect:W9,OpenIndicator:Q9},q9={mounted(e,{instance:r}){if(r.appendToBody){const{height:n,top:a,left:o,width:s}=r.$refs.toggle.getBoundingClientRect();let c=window.scrollX||window.pageXOffset,d=window.scrollY||window.pageYOffset;e.unbindPosition=r.calculatePosition(e,r,{width:s+"px",left:c+o+"px",top:d+a+n+"px"}),document.body.appendChild(e)}},unmounted(e,{instance:r}){r.appendToBody&&(e.unbindPosition&&typeof e.unbindPosition=="function"&&e.unbindPosition(),e.parentNode&&e.parentNode.removeChild(e))}};function J9(e){const r={};return Object.keys(e).sort().forEach(n=>{r[n]=e[n]}),JSON.stringify(r)}let Z9=0;function e5(){return++Z9}const t5={components:wa({},mp),directives:{appendToBody:q9},mixins:[R9,A9,P9],compatConfig:{MODE:3},emits:["open","close","update:modelValue","search","search:compositionstart","search:compositionend","search:keydown","search:blur","search:focus","search:input","option:created","option:selecting","option:selected","option:deselecting","option:deselected"],props:{modelValue:{},components:{type:Object,default:()=>({})},options:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},deselectFromDropdown:{type:Boolean,default:!1},searchable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},placeholder:{type:String,default:""},transition:{type:String,default:"vs__fade"},clearSearchOnSelect:{type:Boolean,default:!0},closeOnSelect:{type:Boolean,default:!0},label:{type:String,default:"label"},autocomplete:{type:String,default:"off"},reduce:{type:Function,default:e=>e},selectable:{type:Function,default:e=>!0},getOptionLabel:{type:Function,default(e){return typeof e=="object"?e.hasOwnProperty(this.label)?e[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(e)}.
7
+ https://vue-select.org/api/props.html#getoptionlabel`):e}},getOptionKey:{type:Function,default(e){if(typeof e!="object")return e;try{return e.hasOwnProperty("id")?e.id:J9(e)}catch(r){return console.warn(`[vue-select warn]: Could not stringify this option to generate unique key. Please provide'getOptionKey' prop to return a unique key for each option.
8
+ https://vue-select.org/api/props.html#getoptionkey`,e,r)}}},onTab:{type:Function,default:function(){this.selectOnTab&&!this.isComposing&&this.typeAheadSelect()}},taggable:{type:Boolean,default:!1},tabindex:{type:Number,default:null},pushTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},filterBy:{type:Function,default(e,r,n){return(r||"").toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(e,r){return e.filter(n=>{let a=this.getOptionLabel(n);return typeof a=="number"&&(a=a.toString()),this.filterBy(n,a,r)})}},createOption:{type:Function,default(e){return typeof this.optionList[0]=="object"?{[this.label]:e}:e}},resetOnOptionsChange:{default:!1,validator:e=>["function","boolean"].includes(typeof e)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:e,multiple:r}){return e&&!r}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:()=>[13]},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:(e,r)=>e},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(e,r,{width:n,top:a,left:o}){e.style.top=a,e.style.left=o,e.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:e,open:r,mutableLoading:n}){return e?!1:r&&!n}},uid:{type:[String,Number],default:()=>e5()}},data(){return{search:"",open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return typeof this.modelValue>"u"||this.isReducingValues},selectedValue(){let e=this.modelValue;return this.isTrackingValues&&(e=this.$data._value),e!=null&&e!==""?[].concat(e):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){const e={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:wa({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":`vs${this.uid}__combobox`,"aria-controls":`vs${this.uid}__listbox`,ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":`vs${this.uid}__option-${this.typeAheadPointer}`}:{}),events:{compositionstart:()=>this.isComposing=!0,compositionend:()=>this.isComposing=!1,keydown:this.onSearchKeyDown,blur:this.onSearchBlur,focus:this.onSearchFocus,input:r=>this.search=r.target.value}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.mutableLoading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:e,listFooter:e,header:hp(wa({},e),{deselect:this.deselect}),footer:hp(wa({},e),{deselect:this.deselect})}},childComponents(){return wa(wa({},mp),this.components)},stateClasses(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--multiple":this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching(){return!!this.search},dropdownOpen(){return this.dropdownShouldOpen(this)},searchPlaceholder(){return this.isValueEmpty&&this.placeholder?this.placeholder:void 0},filteredOptions(){const e=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return e;const r=this.search.length?this.filter(e,this.search,this):e;if(this.taggable&&this.search.length){const n=this.createOption(this.search);this.optionExists(n)||r.unshift(n)}return r},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(e,r){const n=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(e,r,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&n()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(e){this.isTrackingValues&&this.setInternalValueFromOptions(e)}},multiple(){this.clearSelection()},open(e){this.$emit(e?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(e){Array.isArray(e)?this.$data._value=e.map(r=>this.findOptionFromReducedValue(r)):this.$data._value=this.findOptionFromReducedValue(e)},select(e){this.$emit("option:selecting",e),this.isOptionSelected(e)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(e):(this.taggable&&!this.optionExists(e)&&(this.$emit("option:created",e),this.pushTag(e)),this.multiple&&(e=this.selectedValue.concat(e)),this.updateValue(e),this.$emit("option:selected",e)),this.onAfterSelect(e)},deselect(e){this.$emit("option:deselecting",e),this.updateValue(this.selectedValue.filter(r=>!this.optionComparator(r,e))),this.$emit("option:deselected",e)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(e){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(e){typeof this.modelValue>"u"&&(this.$data._value=e),e!==null&&(Array.isArray(e)?e=e.map(r=>this.reduce(r)):e=this.reduce(e)),this.$emit("update:modelValue",e)},toggleDropdown(e){const r=e.target!==this.searchEl;r&&e.preventDefault();const n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(a=>a.contains(e.target)||a===e.target)){e.preventDefault();return}this.open&&r?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(e){return this.selectedValue.some(r=>this.optionComparator(r,e))},isOptionDeselectable(e){return this.isOptionSelected(e)&&this.deselectFromDropdown},optionComparator(e,r){return this.getOptionKey(e)===this.getOptionKey(r)},findOptionFromReducedValue(e){const r=a=>JSON.stringify(this.reduce(a))===JSON.stringify(e),n=[...this.options,...this.pushedTags].filter(r);return n.length===1?n[0]:n.find(a=>this.optionComparator(a,this.$data._value))||e},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let e=null;this.multiple&&(e=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(e)}},optionExists(e){return this.optionList.some(r=>this.optionComparator(r,e))},normalizeOptionForSlot(e){return typeof e=="object"?e:{[this.label]:e}},pushTag(e){this.pushedTags.push(e)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:e,multiple:r}=this;this.clearSearchOnBlur({clearSearchOnSelect:e,multiple:r})&&(this.search=""),this.closeSearchOptions();return}if(this.search.length===0&&this.options.length===0){this.closeSearchOptions();return}},onSearchFocus(){this.open=!0,this.$emit("search:focus")},onMousedown(){this.mousedown=!0},onMouseUp(){this.mousedown=!1},onSearchKeyDown(e){const r=o=>(o.preventDefault(),!this.isComposing&&this.typeAheadSelect()),n={8:o=>this.maybeDeleteValue(),9:o=>this.onTab(),27:o=>this.onEscape(),38:o=>(o.preventDefault(),this.typeAheadUp()),40:o=>(o.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(o=>n[o]=r);const a=this.mapKeydown(n,this);if(typeof a[e.keyCode]=="function")return a[e.keyCode](e)}}},n5=["dir"],r5=["id","aria-expanded","aria-owns"],a5={ref:"selectedOptions",class:"vs__selected-options"},i5=["disabled","title","aria-label","onClick"],o5={ref:"actions",class:"vs__actions"},l5=["disabled"],s5={class:"vs__spinner"},u5=["id"],d5=["id","aria-selected","onMouseover","onClick"],c5={key:0,class:"vs__no-options"},f5=t.createTextVNode(" Sorry, no matching options. "),p5=["id"];function h5(e,r,n,a,o,s){const c=t.resolveDirective("append-to-body");return t.openBlock(),t.createElementBlock("div",{dir:n.dir,class:t.normalizeClass(["v-select",s.stateClasses])},[t.renderSlot(e.$slots,"header",t.normalizeProps(t.guardReactiveProps(s.scope.header))),t.createElementVNode("div",{id:`vs${n.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":s.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":"Search for option",onMousedown:r[1]||(r[1]=d=>s.toggleDropdown(d))},[t.createElementVNode("div",a5,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.selectedValue,(d,f)=>t.renderSlot(e.$slots,"selected-option-container",{option:s.normalizeOptionForSlot(d),deselect:s.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(t.openBlock(),t.createElementBlock("span",{key:n.getOptionKey(d),class:"vs__selected"},[t.renderSlot(e.$slots,"selected-option",t.normalizeProps(t.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[t.createTextVNode(t.toDisplayString(n.getOptionLabel(d)),1)]),n.multiple?(t.openBlock(),t.createElementBlock("button",{key:0,ref_for:!0,ref:p=>o.deselectButtons[f]=p,disabled:n.disabled,type:"button",class:"vs__deselect",title:`Deselect ${n.getOptionLabel(d)}`,"aria-label":`Deselect ${n.getOptionLabel(d)}`,onClick:p=>s.deselect(d)},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.childComponents.Deselect)))],8,i5)):t.createCommentVNode("",!0)]))])),256)),t.renderSlot(e.$slots,"search",t.normalizeProps(t.guardReactiveProps(s.scope.search)),()=>[t.createElementVNode("input",t.mergeProps({class:"vs__search"},s.scope.search.attributes,t.toHandlers(s.scope.search.events)),null,16)])],512),t.createElementVNode("div",o5,[t.withDirectives(t.createElementVNode("button",{ref:"clearButton",disabled:n.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:r[0]||(r[0]=(...d)=>s.clearSelection&&s.clearSelection(...d))},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.childComponents.Deselect)))],8,l5),[[t.vShow,s.showClearButton]]),t.renderSlot(e.$slots,"open-indicator",t.normalizeProps(t.guardReactiveProps(s.scope.openIndicator)),()=>[n.noDrop?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(s.childComponents.OpenIndicator),t.normalizeProps(t.mergeProps({key:0},s.scope.openIndicator.attributes)),null,16))]),t.renderSlot(e.$slots,"spinner",t.normalizeProps(t.guardReactiveProps(s.scope.spinner)),()=>[t.withDirectives(t.createElementVNode("div",s5,"Loading...",512),[[t.vShow,e.mutableLoading]])])],512)],40,r5),t.createVNode(t.Transition,{name:n.transition},{default:t.withCtx(()=>[s.dropdownOpen?t.withDirectives((t.openBlock(),t.createElementBlock("ul",{id:`vs${n.uid}__listbox`,ref:"dropdownMenu",key:`vs${n.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:r[2]||(r[2]=t.withModifiers((...d)=>s.onMousedown&&s.onMousedown(...d),["prevent"])),onMouseup:r[3]||(r[3]=(...d)=>s.onMouseUp&&s.onMouseUp(...d))},[t.renderSlot(e.$slots,"list-header",t.normalizeProps(t.guardReactiveProps(s.scope.listHeader))),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.filteredOptions,(d,f)=>(t.openBlock(),t.createElementBlock("li",{id:`vs${n.uid}__option-${f}`,key:n.getOptionKey(d),role:"option",class:t.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":s.isOptionDeselectable(d)&&f===e.typeAheadPointer,"vs__dropdown-option--selected":s.isOptionSelected(d),"vs__dropdown-option--highlight":f===e.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(d)}]),"aria-selected":f===e.typeAheadPointer?!0:null,onMouseover:p=>n.selectable(d)?e.typeAheadPointer=f:null,onClick:t.withModifiers(p=>n.selectable(d)?s.select(d):null,["prevent","stop"])},[t.renderSlot(e.$slots,"option",t.normalizeProps(t.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[t.createTextVNode(t.toDisplayString(n.getOptionLabel(d)),1)])],42,d5))),128)),s.filteredOptions.length===0?(t.openBlock(),t.createElementBlock("li",c5,[t.renderSlot(e.$slots,"no-options",t.normalizeProps(t.guardReactiveProps(s.scope.noOptions)),()=>[f5])])):t.createCommentVNode("",!0),t.renderSlot(e.$slots,"list-footer",t.normalizeProps(t.guardReactiveProps(s.scope.listFooter)))],40,u5)),[[c]]):(t.openBlock(),t.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,p5))]),_:3},8,["name"]),t.renderSlot(e.$slots,"footer",t.normalizeProps(t.guardReactiveProps(s.scope.footer)))],10,n5)}const M0=Vu(t5,[["render",h5]]);var Qt="top",wn="bottom",kn="right",qt="left",Iu="auto",Vi=[Qt,wn,kn,qt],Oa="start",xi="end",m5="clippingParents",D0="viewport",si="popper",v5="reference",vp=Vi.reduce(function(e,r){return e.concat([r+"-"+Oa,r+"-"+xi])},[]),R0=[].concat(Vi,[Iu]).reduce(function(e,r){return e.concat([r,r+"-"+Oa,r+"-"+xi])},[]),g5="beforeRead",y5="read",b5="afterRead",_5="beforeMain",w5="main",k5="afterMain",x5="beforeWrite",E5="write",C5="afterWrite",$5=[g5,y5,b5,_5,w5,k5,x5,E5,C5];function jn(e){return e?(e.nodeName||"").toLowerCase():null}function un(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var r=e.ownerDocument;return r&&r.defaultView||window}return e}function ra(e){var r=un(e).Element;return e instanceof r||e instanceof Element}function _n(e){var r=un(e).HTMLElement;return e instanceof r||e instanceof HTMLElement}function Nu(e){if(typeof ShadowRoot>"u")return!1;var r=un(e).ShadowRoot;return e instanceof r||e instanceof ShadowRoot}function S5(e){var r=e.state;Object.keys(r.elements).forEach(function(n){var a=r.styles[n]||{},o=r.attributes[n]||{},s=r.elements[n];!_n(s)||!jn(s)||(Object.assign(s.style,a),Object.keys(o).forEach(function(c){var d=o[c];d===!1?s.removeAttribute(c):s.setAttribute(c,d===!0?"":d)}))})}function B5(e){var r=e.state,n={popper:{position:r.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(r.elements.popper.style,n.popper),r.styles=n,r.elements.arrow&&Object.assign(r.elements.arrow.style,n.arrow),function(){Object.keys(r.elements).forEach(function(a){var o=r.elements[a],s=r.attributes[a]||{},c=Object.keys(r.styles.hasOwnProperty(a)?r.styles[a]:n[a]),d=c.reduce(function(f,p){return f[p]="",f},{});!_n(o)||!jn(o)||(Object.assign(o.style,d),Object.keys(s).forEach(function(f){o.removeAttribute(f)}))})}}const O5={name:"applyStyles",enabled:!0,phase:"write",fn:S5,effect:B5,requires:["computeStyles"]};function Un(e){return e.split("-")[0]}var ea=Math.max,Yo=Math.min,Va=Math.round;function lu(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(r){return r.brand+"/"+r.version}).join(" "):navigator.userAgent}function A0(){return!/^((?!chrome|android).)*safari/i.test(lu())}function Ia(e,r,n){r===void 0&&(r=!1),n===void 0&&(n=!1);var a=e.getBoundingClientRect(),o=1,s=1;r&&_n(e)&&(o=e.offsetWidth>0&&Va(a.width)/e.offsetWidth||1,s=e.offsetHeight>0&&Va(a.height)/e.offsetHeight||1);var c=ra(e)?un(e):window,d=c.visualViewport,f=!A0()&&n,p=(a.left+(f&&d?d.offsetLeft:0))/o,h=(a.top+(f&&d?d.offsetTop:0))/s,g=a.width/o,_=a.height/s;return{width:g,height:_,top:h,right:p+g,bottom:h+_,left:p,x:p,y:h}}function Tu(e){var r=Ia(e),n=e.offsetWidth,a=e.offsetHeight;return Math.abs(r.width-n)<=1&&(n=r.width),Math.abs(r.height-a)<=1&&(a=r.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:a}}function P0(e,r){var n=r.getRootNode&&r.getRootNode();if(e.contains(r))return!0;if(n&&Nu(n)){var a=r;do{if(a&&e.isSameNode(a))return!0;a=a.parentNode||a.host}while(a)}return!1}function or(e){return un(e).getComputedStyle(e)}function V5(e){return["table","td","th"].indexOf(jn(e))>=0}function Vr(e){return((ra(e)?e.ownerDocument:e.document)||window.document).documentElement}function tl(e){return jn(e)==="html"?e:e.assignedSlot||e.parentNode||(Nu(e)?e.host:null)||Vr(e)}function gp(e){return!_n(e)||or(e).position==="fixed"?null:e.offsetParent}function I5(e){var r=/firefox/i.test(lu()),n=/Trident/i.test(lu());if(n&&_n(e)){var a=or(e);if(a.position==="fixed")return null}var o=tl(e);for(Nu(o)&&(o=o.host);_n(o)&&["html","body"].indexOf(jn(o))<0;){var s=or(o);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||r&&s.willChange==="filter"||r&&s.filter&&s.filter!=="none")return o;o=o.parentNode}return null}function Ii(e){for(var r=un(e),n=gp(e);n&&V5(n)&&or(n).position==="static";)n=gp(n);return n&&(jn(n)==="html"||jn(n)==="body"&&or(n).position==="static")?r:n||I5(e)||r}function Mu(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function gi(e,r,n){return ea(e,Yo(r,n))}function N5(e,r,n){var a=gi(e,r,n);return a>n?n:a}function L0(){return{top:0,right:0,bottom:0,left:0}}function F0(e){return Object.assign({},L0(),e)}function H0(e,r){return r.reduce(function(n,a){return n[a]=e,n},{})}var T5=function(r,n){return r=typeof r=="function"?r(Object.assign({},n.rects,{placement:n.placement})):r,F0(typeof r!="number"?r:H0(r,Vi))};function M5(e){var r,n=e.state,a=e.name,o=e.options,s=n.elements.arrow,c=n.modifiersData.popperOffsets,d=Un(n.placement),f=Mu(d),p=[qt,kn].indexOf(d)>=0,h=p?"height":"width";if(!(!s||!c)){var g=T5(o.padding,n),_=Tu(s),k=f==="y"?Qt:qt,$=f==="y"?wn:kn,M=n.rects.reference[h]+n.rects.reference[f]-c[f]-n.rects.popper[h],x=c[f]-n.rects.reference[f],b=Ii(s),E=b?f==="y"?b.clientHeight||0:b.clientWidth||0:0,V=M/2-x/2,I=g[k],U=E-_[h]-g[$],S=E/2-_[h]/2+V,N=gi(I,S,U),O=f;n.modifiersData[a]=(r={},r[O]=N,r.centerOffset=N-S,r)}}function D5(e){var r=e.state,n=e.options,a=n.element,o=a===void 0?"[data-popper-arrow]":a;o!=null&&(typeof o=="string"&&(o=r.elements.popper.querySelector(o),!o)||P0(r.elements.popper,o)&&(r.elements.arrow=o))}const R5={name:"arrow",enabled:!0,phase:"main",fn:M5,effect:D5,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Na(e){return e.split("-")[1]}var A5={top:"auto",right:"auto",bottom:"auto",left:"auto"};function P5(e,r){var n=e.x,a=e.y,o=r.devicePixelRatio||1;return{x:Va(n*o)/o||0,y:Va(a*o)/o||0}}function yp(e){var r,n=e.popper,a=e.popperRect,o=e.placement,s=e.variation,c=e.offsets,d=e.position,f=e.gpuAcceleration,p=e.adaptive,h=e.roundOffsets,g=e.isFixed,_=c.x,k=_===void 0?0:_,$=c.y,M=$===void 0?0:$,x=typeof h=="function"?h({x:k,y:M}):{x:k,y:M};k=x.x,M=x.y;var b=c.hasOwnProperty("x"),E=c.hasOwnProperty("y"),V=qt,I=Qt,U=window;if(p){var S=Ii(n),N="clientHeight",O="clientWidth";if(S===un(n)&&(S=Vr(n),or(S).position!=="static"&&d==="absolute"&&(N="scrollHeight",O="scrollWidth")),S=S,o===Qt||(o===qt||o===kn)&&s===xi){I=wn;var A=g&&S===U&&U.visualViewport?U.visualViewport.height:S[N];M-=A-a.height,M*=f?1:-1}if(o===qt||(o===Qt||o===wn)&&s===xi){V=kn;var y=g&&S===U&&U.visualViewport?U.visualViewport.width:S[O];k-=y-a.width,k*=f?1:-1}}var P=Object.assign({position:d},p&&A5),j=h===!0?P5({x:k,y:M},un(n)):{x:k,y:M};if(k=j.x,M=j.y,f){var oe;return Object.assign({},P,(oe={},oe[I]=E?"0":"",oe[V]=b?"0":"",oe.transform=(U.devicePixelRatio||1)<=1?"translate("+k+"px, "+M+"px)":"translate3d("+k+"px, "+M+"px, 0)",oe))}return Object.assign({},P,(r={},r[I]=E?M+"px":"",r[V]=b?k+"px":"",r.transform="",r))}function L5(e){var r=e.state,n=e.options,a=n.gpuAcceleration,o=a===void 0?!0:a,s=n.adaptive,c=s===void 0?!0:s,d=n.roundOffsets,f=d===void 0?!0:d,p={placement:Un(r.placement),variation:Na(r.placement),popper:r.elements.popper,popperRect:r.rects.popper,gpuAcceleration:o,isFixed:r.options.strategy==="fixed"};r.modifiersData.popperOffsets!=null&&(r.styles.popper=Object.assign({},r.styles.popper,yp(Object.assign({},p,{offsets:r.modifiersData.popperOffsets,position:r.options.strategy,adaptive:c,roundOffsets:f})))),r.modifiersData.arrow!=null&&(r.styles.arrow=Object.assign({},r.styles.arrow,yp(Object.assign({},p,{offsets:r.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:f})))),r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-placement":r.placement})}const F5={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:L5,data:{}};var $o={passive:!0};function H5(e){var r=e.state,n=e.instance,a=e.options,o=a.scroll,s=o===void 0?!0:o,c=a.resize,d=c===void 0?!0:c,f=un(r.elements.popper),p=[].concat(r.scrollParents.reference,r.scrollParents.popper);return s&&p.forEach(function(h){h.addEventListener("scroll",n.update,$o)}),d&&f.addEventListener("resize",n.update,$o),function(){s&&p.forEach(function(h){h.removeEventListener("scroll",n.update,$o)}),d&&f.removeEventListener("resize",n.update,$o)}}const U5={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:H5,data:{}};var z5={left:"right",right:"left",bottom:"top",top:"bottom"};function Lo(e){return e.replace(/left|right|bottom|top/g,function(r){return z5[r]})}var W5={start:"end",end:"start"};function bp(e){return e.replace(/start|end/g,function(r){return W5[r]})}function Du(e){var r=un(e),n=r.pageXOffset,a=r.pageYOffset;return{scrollLeft:n,scrollTop:a}}function Ru(e){return Ia(Vr(e)).left+Du(e).scrollLeft}function j5(e,r){var n=un(e),a=Vr(e),o=n.visualViewport,s=a.clientWidth,c=a.clientHeight,d=0,f=0;if(o){s=o.width,c=o.height;var p=A0();(p||!p&&r==="fixed")&&(d=o.offsetLeft,f=o.offsetTop)}return{width:s,height:c,x:d+Ru(e),y:f}}function Y5(e){var r,n=Vr(e),a=Du(e),o=(r=e.ownerDocument)==null?void 0:r.body,s=ea(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),c=ea(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),d=-a.scrollLeft+Ru(e),f=-a.scrollTop;return or(o||n).direction==="rtl"&&(d+=ea(n.clientWidth,o?o.clientWidth:0)-s),{width:s,height:c,x:d,y:f}}function Au(e){var r=or(e),n=r.overflow,a=r.overflowX,o=r.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+a)}function U0(e){return["html","body","#document"].indexOf(jn(e))>=0?e.ownerDocument.body:_n(e)&&Au(e)?e:U0(tl(e))}function yi(e,r){var n;r===void 0&&(r=[]);var a=U0(e),o=a===((n=e.ownerDocument)==null?void 0:n.body),s=un(a),c=o?[s].concat(s.visualViewport||[],Au(a)?a:[]):a,d=r.concat(c);return o?d:d.concat(yi(tl(c)))}function su(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function K5(e,r){var n=Ia(e,!1,r==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function _p(e,r,n){return r===D0?su(j5(e,n)):ra(r)?K5(r,n):su(Y5(Vr(e)))}function G5(e){var r=yi(tl(e)),n=["absolute","fixed"].indexOf(or(e).position)>=0,a=n&&_n(e)?Ii(e):e;return ra(a)?r.filter(function(o){return ra(o)&&P0(o,a)&&jn(o)!=="body"}):[]}function X5(e,r,n,a){var o=r==="clippingParents"?G5(e):[].concat(r),s=[].concat(o,[n]),c=s[0],d=s.reduce(function(f,p){var h=_p(e,p,a);return f.top=ea(h.top,f.top),f.right=Yo(h.right,f.right),f.bottom=Yo(h.bottom,f.bottom),f.left=ea(h.left,f.left),f},_p(e,c,a));return d.width=d.right-d.left,d.height=d.bottom-d.top,d.x=d.left,d.y=d.top,d}function z0(e){var r=e.reference,n=e.element,a=e.placement,o=a?Un(a):null,s=a?Na(a):null,c=r.x+r.width/2-n.width/2,d=r.y+r.height/2-n.height/2,f;switch(o){case Qt:f={x:c,y:r.y-n.height};break;case wn:f={x:c,y:r.y+r.height};break;case kn:f={x:r.x+r.width,y:d};break;case qt:f={x:r.x-n.width,y:d};break;default:f={x:r.x,y:r.y}}var p=o?Mu(o):null;if(p!=null){var h=p==="y"?"height":"width";switch(s){case Oa:f[p]=f[p]-(r[h]/2-n[h]/2);break;case xi:f[p]=f[p]+(r[h]/2-n[h]/2);break}}return f}function Ei(e,r){r===void 0&&(r={});var n=r,a=n.placement,o=a===void 0?e.placement:a,s=n.strategy,c=s===void 0?e.strategy:s,d=n.boundary,f=d===void 0?m5:d,p=n.rootBoundary,h=p===void 0?D0:p,g=n.elementContext,_=g===void 0?si:g,k=n.altBoundary,$=k===void 0?!1:k,M=n.padding,x=M===void 0?0:M,b=F0(typeof x!="number"?x:H0(x,Vi)),E=_===si?v5:si,V=e.rects.popper,I=e.elements[$?E:_],U=X5(ra(I)?I:I.contextElement||Vr(e.elements.popper),f,h,c),S=Ia(e.elements.reference),N=z0({reference:S,element:V,strategy:"absolute",placement:o}),O=su(Object.assign({},V,N)),A=_===si?O:S,y={top:U.top-A.top+b.top,bottom:A.bottom-U.bottom+b.bottom,left:U.left-A.left+b.left,right:A.right-U.right+b.right},P=e.modifiersData.offset;if(_===si&&P){var j=P[o];Object.keys(y).forEach(function(oe){var H=[kn,wn].indexOf(oe)>=0?1:-1,X=[Qt,wn].indexOf(oe)>=0?"y":"x";y[oe]+=j[X]*H})}return y}function Q5(e,r){r===void 0&&(r={});var n=r,a=n.placement,o=n.boundary,s=n.rootBoundary,c=n.padding,d=n.flipVariations,f=n.allowedAutoPlacements,p=f===void 0?R0:f,h=Na(a),g=h?d?vp:vp.filter(function($){return Na($)===h}):Vi,_=g.filter(function($){return p.indexOf($)>=0});_.length===0&&(_=g);var k=_.reduce(function($,M){return $[M]=Ei(e,{placement:M,boundary:o,rootBoundary:s,padding:c})[Un(M)],$},{});return Object.keys(k).sort(function($,M){return k[$]-k[M]})}function q5(e){if(Un(e)===Iu)return[];var r=Lo(e);return[bp(e),r,bp(r)]}function J5(e){var r=e.state,n=e.options,a=e.name;if(!r.modifiersData[a]._skip){for(var o=n.mainAxis,s=o===void 0?!0:o,c=n.altAxis,d=c===void 0?!0:c,f=n.fallbackPlacements,p=n.padding,h=n.boundary,g=n.rootBoundary,_=n.altBoundary,k=n.flipVariations,$=k===void 0?!0:k,M=n.allowedAutoPlacements,x=r.options.placement,b=Un(x),E=b===x,V=f||(E||!$?[Lo(x)]:q5(x)),I=[x].concat(V).reduce(function(Q,T){return Q.concat(Un(T)===Iu?Q5(r,{placement:T,boundary:h,rootBoundary:g,padding:p,flipVariations:$,allowedAutoPlacements:M}):T)},[]),U=r.rects.reference,S=r.rects.popper,N=new Map,O=!0,A=I[0],y=0;y<I.length;y++){var P=I[y],j=Un(P),oe=Na(P)===Oa,H=[Qt,wn].indexOf(j)>=0,X=H?"width":"height",Y=Ei(r,{placement:P,boundary:h,rootBoundary:g,altBoundary:_,padding:p}),re=H?oe?kn:qt:oe?wn:Qt;U[X]>S[X]&&(re=Lo(re));var fe=Lo(re),ae=[];if(s&&ae.push(Y[j]<=0),d&&ae.push(Y[re]<=0,Y[fe]<=0),ae.every(function(Q){return Q})){A=P,O=!1;break}N.set(P,ae)}if(O)for(var he=$?3:1,Z=function(T){var G=I.find(function(v){var D=N.get(v);if(D)return D.slice(0,T).every(function(K){return K})});if(G)return A=G,"break"},z=he;z>0;z--){var L=Z(z);if(L==="break")break}r.placement!==A&&(r.modifiersData[a]._skip=!0,r.placement=A,r.reset=!0)}}const Z5={name:"flip",enabled:!0,phase:"main",fn:J5,requiresIfExists:["offset"],data:{_skip:!1}};function wp(e,r,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-r.height-n.y,right:e.right-r.width+n.x,bottom:e.bottom-r.height+n.y,left:e.left-r.width-n.x}}function kp(e){return[Qt,kn,wn,qt].some(function(r){return e[r]>=0})}function e6(e){var r=e.state,n=e.name,a=r.rects.reference,o=r.rects.popper,s=r.modifiersData.preventOverflow,c=Ei(r,{elementContext:"reference"}),d=Ei(r,{altBoundary:!0}),f=wp(c,a),p=wp(d,o,s),h=kp(f),g=kp(p);r.modifiersData[n]={referenceClippingOffsets:f,popperEscapeOffsets:p,isReferenceHidden:h,hasPopperEscaped:g},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":h,"data-popper-escaped":g})}const t6={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:e6};function n6(e,r,n){var a=Un(e),o=[qt,Qt].indexOf(a)>=0?-1:1,s=typeof n=="function"?n(Object.assign({},r,{placement:e})):n,c=s[0],d=s[1];return c=c||0,d=(d||0)*o,[qt,kn].indexOf(a)>=0?{x:d,y:c}:{x:c,y:d}}function r6(e){var r=e.state,n=e.options,a=e.name,o=n.offset,s=o===void 0?[0,0]:o,c=R0.reduce(function(h,g){return h[g]=n6(g,r.rects,s),h},{}),d=c[r.placement],f=d.x,p=d.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=f,r.modifiersData.popperOffsets.y+=p),r.modifiersData[a]=c}const a6={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:r6};function i6(e){var r=e.state,n=e.name;r.modifiersData[n]=z0({reference:r.rects.reference,element:r.rects.popper,strategy:"absolute",placement:r.placement})}const o6={name:"popperOffsets",enabled:!0,phase:"read",fn:i6,data:{}};function l6(e){return e==="x"?"y":"x"}function s6(e){var r=e.state,n=e.options,a=e.name,o=n.mainAxis,s=o===void 0?!0:o,c=n.altAxis,d=c===void 0?!1:c,f=n.boundary,p=n.rootBoundary,h=n.altBoundary,g=n.padding,_=n.tether,k=_===void 0?!0:_,$=n.tetherOffset,M=$===void 0?0:$,x=Ei(r,{boundary:f,rootBoundary:p,padding:g,altBoundary:h}),b=Un(r.placement),E=Na(r.placement),V=!E,I=Mu(b),U=l6(I),S=r.modifiersData.popperOffsets,N=r.rects.reference,O=r.rects.popper,A=typeof M=="function"?M(Object.assign({},r.rects,{placement:r.placement})):M,y=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),P=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,j={x:0,y:0};if(S){if(s){var oe,H=I==="y"?Qt:qt,X=I==="y"?wn:kn,Y=I==="y"?"height":"width",re=S[I],fe=re+x[H],ae=re-x[X],he=k?-O[Y]/2:0,Z=E===Oa?N[Y]:O[Y],z=E===Oa?-O[Y]:-N[Y],L=r.elements.arrow,Q=k&&L?Tu(L):{width:0,height:0},T=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:L0(),G=T[H],v=T[X],D=gi(0,N[Y],Q[Y]),K=V?N[Y]/2-he-D-G-y.mainAxis:Z-D-G-y.mainAxis,pe=V?-N[Y]/2+he+D+v+y.mainAxis:z+D+v+y.mainAxis,te=r.elements.arrow&&Ii(r.elements.arrow),Ne=te?I==="y"?te.clientTop||0:te.clientLeft||0:0,de=(oe=P==null?void 0:P[I])!=null?oe:0,ye=re+K-de-Ne,R=re+pe-de,_e=gi(k?Yo(fe,ye):fe,re,k?ea(ae,R):ae);S[I]=_e,j[I]=_e-re}if(d){var be,we=I==="x"?Qt:qt,Ue=I==="x"?wn:kn,Te=S[U],ee=U==="y"?"height":"width",me=Te+x[we],Se=Te-x[Ue],st=[Qt,qt].indexOf(b)!==-1,Ct=(be=P==null?void 0:P[U])!=null?be:0,Ve=st?me:Te-N[ee]-O[ee]-Ct+y.altAxis,Ot=st?Te+N[ee]+O[ee]-Ct-y.altAxis:Se,Ze=k&&st?N5(Ve,Te,Ot):gi(k?Ve:me,Te,k?Ot:Se);S[U]=Ze,j[U]=Ze-Te}r.modifiersData[a]=j}}const u6={name:"preventOverflow",enabled:!0,phase:"main",fn:s6,requiresIfExists:["offset"]};function d6(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function c6(e){return e===un(e)||!_n(e)?Du(e):d6(e)}function f6(e){var r=e.getBoundingClientRect(),n=Va(r.width)/e.offsetWidth||1,a=Va(r.height)/e.offsetHeight||1;return n!==1||a!==1}function p6(e,r,n){n===void 0&&(n=!1);var a=_n(r),o=_n(r)&&f6(r),s=Vr(r),c=Ia(e,o,n),d={scrollLeft:0,scrollTop:0},f={x:0,y:0};return(a||!a&&!n)&&((jn(r)!=="body"||Au(s))&&(d=c6(r)),_n(r)?(f=Ia(r,!0),f.x+=r.clientLeft,f.y+=r.clientTop):s&&(f.x=Ru(s))),{x:c.left+d.scrollLeft-f.x,y:c.top+d.scrollTop-f.y,width:c.width,height:c.height}}function h6(e){var r=new Map,n=new Set,a=[];e.forEach(function(s){r.set(s.name,s)});function o(s){n.add(s.name);var c=[].concat(s.requires||[],s.requiresIfExists||[]);c.forEach(function(d){if(!n.has(d)){var f=r.get(d);f&&o(f)}}),a.push(s)}return e.forEach(function(s){n.has(s.name)||o(s)}),a}function m6(e){var r=h6(e);return $5.reduce(function(n,a){return n.concat(r.filter(function(o){return o.phase===a}))},[])}function v6(e){var r;return function(){return r||(r=new Promise(function(n){Promise.resolve().then(function(){r=void 0,n(e())})})),r}}function g6(e){var r=e.reduce(function(n,a){var o=n[a.name];return n[a.name]=o?Object.assign({},o,a,{options:Object.assign({},o.options,a.options),data:Object.assign({},o.data,a.data)}):a,n},{});return Object.keys(r).map(function(n){return r[n]})}var xp={placement:"bottom",modifiers:[],strategy:"absolute"};function Ep(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return!r.some(function(a){return!(a&&typeof a.getBoundingClientRect=="function")})}function y6(e){e===void 0&&(e={});var r=e,n=r.defaultModifiers,a=n===void 0?[]:n,o=r.defaultOptions,s=o===void 0?xp:o;return function(d,f,p){p===void 0&&(p=s);var h={placement:"bottom",orderedModifiers:[],options:Object.assign({},xp,s),modifiersData:{},elements:{reference:d,popper:f},attributes:{},styles:{}},g=[],_=!1,k={state:h,setOptions:function(b){var E=typeof b=="function"?b(h.options):b;M(),h.options=Object.assign({},s,h.options,E),h.scrollParents={reference:ra(d)?yi(d):d.contextElement?yi(d.contextElement):[],popper:yi(f)};var V=m6(g6([].concat(a,h.options.modifiers)));return h.orderedModifiers=V.filter(function(I){return I.enabled}),$(),k.update()},forceUpdate:function(){if(!_){var b=h.elements,E=b.reference,V=b.popper;if(Ep(E,V)){h.rects={reference:p6(E,Ii(V),h.options.strategy==="fixed"),popper:Tu(V)},h.reset=!1,h.placement=h.options.placement,h.orderedModifiers.forEach(function(y){return h.modifiersData[y.name]=Object.assign({},y.data)});for(var I=0;I<h.orderedModifiers.length;I++){if(h.reset===!0){h.reset=!1,I=-1;continue}var U=h.orderedModifiers[I],S=U.fn,N=U.options,O=N===void 0?{}:N,A=U.name;typeof S=="function"&&(h=S({state:h,options:O,name:A,instance:k})||h)}}}},update:v6(function(){return new Promise(function(x){k.forceUpdate(),x(h)})}),destroy:function(){M(),_=!0}};if(!Ep(d,f))return k;k.setOptions(p).then(function(x){!_&&p.onFirstUpdate&&p.onFirstUpdate(x)});function $(){h.orderedModifiers.forEach(function(x){var b=x.name,E=x.options,V=E===void 0?{}:E,I=x.effect;if(typeof I=="function"){var U=I({state:h,name:b,instance:k,options:V}),S=function(){};g.push(U||S)}})}function M(){g.forEach(function(x){return x()}),g=[]}return k}}var b6=[U5,o6,F5,O5,a6,Z5,u6,R5,t6],nl=y6({defaultModifiers:b6});function lr(e){return Array.isArray?Array.isArray(e):Y0(e)==="[object Array]"}function _6(e){if(typeof e=="string")return e;let r=e+"";return r=="0"&&1/e==-1/0?"-0":r}function w6(e){return e==null?"":_6(e)}function Fn(e){return typeof e=="string"}function W0(e){return typeof e=="number"}function k6(e){return e===!0||e===!1||x6(e)&&Y0(e)=="[object Boolean]"}function j0(e){return typeof e=="object"}function x6(e){return j0(e)&&e!==null}function ln(e){return e!=null}function $s(e){return!e.trim().length}function Y0(e){return e==null?e===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}const E6="Incorrect 'index' type",C6=e=>`Invalid value for key ${e}`,$6=e=>`Pattern length exceeds max of ${e}.`,S6=e=>`Missing ${e} property in key`,B6=e=>`Property 'weight' in key '${e}' must be a positive integer`,Cp=Object.prototype.hasOwnProperty;class O6{constructor(r){this._keys=[],this._keyMap={};let n=0;r.forEach(a=>{let o=K0(a);n+=o.weight,this._keys.push(o),this._keyMap[o.id]=o,n+=o.weight}),this._keys.forEach(a=>{a.weight/=n})}get(r){return this._keyMap[r]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function K0(e){let r=null,n=null,a=null,o=1,s=null;if(Fn(e)||lr(e))a=e,r=$p(e),n=uu(e);else{if(!Cp.call(e,"name"))throw new Error(S6("name"));const c=e.name;if(a=c,Cp.call(e,"weight")&&(o=e.weight,o<=0))throw new Error(B6(c));r=$p(c),n=uu(c),s=e.getFn}return{path:r,id:n,weight:o,src:a,getFn:s}}function $p(e){return lr(e)?e:e.split(".")}function uu(e){return lr(e)?e.join("."):e}function V6(e,r){let n=[],a=!1;const o=(s,c,d)=>{if(ln(s))if(!c[d])n.push(s);else{let f=c[d];const p=s[f];if(!ln(p))return;if(d===c.length-1&&(Fn(p)||W0(p)||k6(p)))n.push(w6(p));else if(lr(p)){a=!0;for(let h=0,g=p.length;h<g;h+=1)o(p[h],c,d+1)}else c.length&&o(p,c,d+1)}};return o(e,Fn(r)?r.split("."):r,0),a?n:n[0]}const I6={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},N6={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(e,r)=>e.score===r.score?e.idx<r.idx?-1:1:e.score<r.score?-1:1},T6={location:0,threshold:.6,distance:100},M6={useExtendedSearch:!1,getFn:V6,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};var Le={...N6,...I6,...T6,...M6};const D6=/[^ ]+/g;function R6(e=1,r=3){const n=new Map,a=Math.pow(10,r);return{get(o){const s=o.match(D6).length;if(n.has(s))return n.get(s);const c=1/Math.pow(s,.5*e),d=parseFloat(Math.round(c*a)/a);return n.set(s,d),d},clear(){n.clear()}}}class Pu{constructor({getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){this.norm=R6(n,3),this.getFn=r,this.isCreated=!1,this.setIndexRecords()}setSources(r=[]){this.docs=r}setIndexRecords(r=[]){this.records=r}setKeys(r=[]){this.keys=r,this._keysMap={},r.forEach((n,a)=>{this._keysMap[n.id]=a})}create(){this.isCreated||!this.docs.length||(this.isCreated=!0,Fn(this.docs[0])?this.docs.forEach((r,n)=>{this._addString(r,n)}):this.docs.forEach((r,n)=>{this._addObject(r,n)}),this.norm.clear())}add(r){const n=this.size();Fn(r)?this._addString(r,n):this._addObject(r,n)}removeAt(r){this.records.splice(r,1);for(let n=r,a=this.size();n<a;n+=1)this.records[n].i-=1}getValueForItemAtKeyId(r,n){return r[this._keysMap[n]]}size(){return this.records.length}_addString(r,n){if(!ln(r)||$s(r))return;let a={v:r,i:n,n:this.norm.get(r)};this.records.push(a)}_addObject(r,n){let a={i:n,$:{}};this.keys.forEach((o,s)=>{let c=o.getFn?o.getFn(r):this.getFn(r,o.path);if(ln(c)){if(lr(c)){let d=[];const f=[{nestedArrIndex:-1,value:c}];for(;f.length;){const{nestedArrIndex:p,value:h}=f.pop();if(ln(h))if(Fn(h)&&!$s(h)){let g={v:h,i:p,n:this.norm.get(h)};d.push(g)}else lr(h)&&h.forEach((g,_)=>{f.push({nestedArrIndex:_,value:g})})}a.$[s]=d}else if(Fn(c)&&!$s(c)){let d={v:c,n:this.norm.get(c)};a.$[s]=d}}}),this.records.push(a)}toJSON(){return{keys:this.keys,records:this.records}}}function G0(e,r,{getFn:n=Le.getFn,fieldNormWeight:a=Le.fieldNormWeight}={}){const o=new Pu({getFn:n,fieldNormWeight:a});return o.setKeys(e.map(K0)),o.setSources(r),o.create(),o}function A6(e,{getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){const{keys:a,records:o}=e,s=new Pu({getFn:r,fieldNormWeight:n});return s.setKeys(a),s.setIndexRecords(o),s}function So(e,{errors:r=0,currentLocation:n=0,expectedLocation:a=0,distance:o=Le.distance,ignoreLocation:s=Le.ignoreLocation}={}){const c=r/e.length;if(s)return c;const d=Math.abs(a-n);return o?c+d/o:d?1:c}function P6(e=[],r=Le.minMatchCharLength){let n=[],a=-1,o=-1,s=0;for(let c=e.length;s<c;s+=1){let d=e[s];d&&a===-1?a=s:!d&&a!==-1&&(o=s-1,o-a+1>=r&&n.push([a,o]),a=-1)}return e[s-1]&&s-a>=r&&n.push([a,s-1]),n}const qr=32;function L6(e,r,n,{location:a=Le.location,distance:o=Le.distance,threshold:s=Le.threshold,findAllMatches:c=Le.findAllMatches,minMatchCharLength:d=Le.minMatchCharLength,includeMatches:f=Le.includeMatches,ignoreLocation:p=Le.ignoreLocation}={}){if(r.length>qr)throw new Error($6(qr));const h=r.length,g=e.length,_=Math.max(0,Math.min(a,g));let k=s,$=_;const M=d>1||f,x=M?Array(g):[];let b;for(;(b=e.indexOf(r,$))>-1;){let N=So(r,{currentLocation:b,expectedLocation:_,distance:o,ignoreLocation:p});if(k=Math.min(N,k),$=b+h,M){let O=0;for(;O<h;)x[b+O]=1,O+=1}}$=-1;let E=[],V=1,I=h+g;const U=1<<h-1;for(let N=0;N<h;N+=1){let O=0,A=I;for(;O<A;)So(r,{errors:N,currentLocation:_+A,expectedLocation:_,distance:o,ignoreLocation:p})<=k?O=A:I=A,A=Math.floor((I-O)/2+O);I=A;let y=Math.max(1,_-A+1),P=c?g:Math.min(_+A,g)+h,j=Array(P+2);j[P+1]=(1<<N)-1;for(let H=P;H>=y;H-=1){let X=H-1,Y=n[e.charAt(X)];if(M&&(x[X]=+!!Y),j[H]=(j[H+1]<<1|1)&Y,N&&(j[H]|=(E[H+1]|E[H])<<1|1|E[H+1]),j[H]&U&&(V=So(r,{errors:N,currentLocation:X,expectedLocation:_,distance:o,ignoreLocation:p}),V<=k)){if(k=V,$=X,$<=_)break;y=Math.max(1,2*_-$)}}if(So(r,{errors:N+1,currentLocation:_,expectedLocation:_,distance:o,ignoreLocation:p})>k)break;E=j}const S={isMatch:$>=0,score:Math.max(.001,V)};if(M){const N=P6(x,d);N.length?f&&(S.indices=N):S.isMatch=!1}return S}function F6(e){let r={};for(let n=0,a=e.length;n<a;n+=1){const o=e.charAt(n);r[o]=(r[o]||0)|1<<a-n-1}return r}class X0{constructor(r,{location:n=Le.location,threshold:a=Le.threshold,distance:o=Le.distance,includeMatches:s=Le.includeMatches,findAllMatches:c=Le.findAllMatches,minMatchCharLength:d=Le.minMatchCharLength,isCaseSensitive:f=Le.isCaseSensitive,ignoreLocation:p=Le.ignoreLocation}={}){if(this.options={location:n,threshold:a,distance:o,includeMatches:s,findAllMatches:c,minMatchCharLength:d,isCaseSensitive:f,ignoreLocation:p},this.pattern=f?r:r.toLowerCase(),this.chunks=[],!this.pattern.length)return;const h=(_,k)=>{this.chunks.push({pattern:_,alphabet:F6(_),startIndex:k})},g=this.pattern.length;if(g>qr){let _=0;const k=g%qr,$=g-k;for(;_<$;)h(this.pattern.substr(_,qr),_),_+=qr;if(k){const M=g-qr;h(this.pattern.substr(M),M)}}else h(this.pattern,0)}searchIn(r){const{isCaseSensitive:n,includeMatches:a}=this.options;if(n||(r=r.toLowerCase()),this.pattern===r){let $={isMatch:!0,score:0};return a&&($.indices=[[0,r.length-1]]),$}const{location:o,distance:s,threshold:c,findAllMatches:d,minMatchCharLength:f,ignoreLocation:p}=this.options;let h=[],g=0,_=!1;this.chunks.forEach(({pattern:$,alphabet:M,startIndex:x})=>{const{isMatch:b,score:E,indices:V}=L6(r,$,M,{location:o+x,distance:s,threshold:c,findAllMatches:d,minMatchCharLength:f,includeMatches:a,ignoreLocation:p});b&&(_=!0),g+=E,b&&V&&(h=[...h,...V])});let k={isMatch:_,score:_?g/this.chunks.length:1};return _&&a&&(k.indices=h),k}}class Ir{constructor(r){this.pattern=r}static isMultiMatch(r){return Sp(r,this.multiRegex)}static isSingleMatch(r){return Sp(r,this.singleRegex)}search(){}}function Sp(e,r){const n=e.match(r);return n?n[1]:null}class H6 extends Ir{constructor(r){super(r)}static get type(){return"exact"}static get multiRegex(){return/^="(.*)"$/}static get singleRegex(){return/^=(.*)$/}search(r){const n=r===this.pattern;return{isMatch:n,score:n?0:1,indices:[0,this.pattern.length-1]}}}class U6 extends Ir{constructor(r){super(r)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(r){const a=r.indexOf(this.pattern)===-1;return{isMatch:a,score:a?0:1,indices:[0,r.length-1]}}}class z6 extends Ir{constructor(r){super(r)}static get type(){return"prefix-exact"}static get multiRegex(){return/^\^"(.*)"$/}static get singleRegex(){return/^\^(.*)$/}search(r){const n=r.startsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[0,this.pattern.length-1]}}}class W6 extends Ir{constructor(r){super(r)}static get type(){return"inverse-prefix-exact"}static get multiRegex(){return/^!\^"(.*)"$/}static get singleRegex(){return/^!\^(.*)$/}search(r){const n=!r.startsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[0,r.length-1]}}}class j6 extends Ir{constructor(r){super(r)}static get type(){return"suffix-exact"}static get multiRegex(){return/^"(.*)"\$$/}static get singleRegex(){return/^(.*)\$$/}search(r){const n=r.endsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[r.length-this.pattern.length,r.length-1]}}}class Y6 extends Ir{constructor(r){super(r)}static get type(){return"inverse-suffix-exact"}static get multiRegex(){return/^!"(.*)"\$$/}static get singleRegex(){return/^!(.*)\$$/}search(r){const n=!r.endsWith(this.pattern);return{isMatch:n,score:n?0:1,indices:[0,r.length-1]}}}class Q0 extends Ir{constructor(r,{location:n=Le.location,threshold:a=Le.threshold,distance:o=Le.distance,includeMatches:s=Le.includeMatches,findAllMatches:c=Le.findAllMatches,minMatchCharLength:d=Le.minMatchCharLength,isCaseSensitive:f=Le.isCaseSensitive,ignoreLocation:p=Le.ignoreLocation}={}){super(r),this._bitapSearch=new X0(r,{location:n,threshold:a,distance:o,includeMatches:s,findAllMatches:c,minMatchCharLength:d,isCaseSensitive:f,ignoreLocation:p})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(r){return this._bitapSearch.searchIn(r)}}class q0 extends Ir{constructor(r){super(r)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(r){let n=0,a;const o=[],s=this.pattern.length;for(;(a=r.indexOf(this.pattern,n))>-1;)n=a+s,o.push([a,n-1]);const c=!!o.length;return{isMatch:c,score:c?0:1,indices:o}}}const du=[H6,q0,z6,W6,Y6,j6,U6,Q0],Bp=du.length,K6=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,G6="|";function X6(e,r={}){return e.split(G6).map(n=>{let a=n.trim().split(K6).filter(s=>s&&!!s.trim()),o=[];for(let s=0,c=a.length;s<c;s+=1){const d=a[s];let f=!1,p=-1;for(;!f&&++p<Bp;){const h=du[p];let g=h.isMultiMatch(d);g&&(o.push(new h(g,r)),f=!0)}if(!f)for(p=-1;++p<Bp;){const h=du[p];let g=h.isSingleMatch(d);if(g){o.push(new h(g,r));break}}}return o})}const Q6=new Set([Q0.type,q0.type]);class q6{constructor(r,{isCaseSensitive:n=Le.isCaseSensitive,includeMatches:a=Le.includeMatches,minMatchCharLength:o=Le.minMatchCharLength,ignoreLocation:s=Le.ignoreLocation,findAllMatches:c=Le.findAllMatches,location:d=Le.location,threshold:f=Le.threshold,distance:p=Le.distance}={}){this.query=null,this.options={isCaseSensitive:n,includeMatches:a,minMatchCharLength:o,findAllMatches:c,ignoreLocation:s,location:d,threshold:f,distance:p},this.pattern=n?r:r.toLowerCase(),this.query=X6(this.pattern,this.options)}static condition(r,n){return n.useExtendedSearch}searchIn(r){const n=this.query;if(!n)return{isMatch:!1,score:1};const{includeMatches:a,isCaseSensitive:o}=this.options;r=o?r:r.toLowerCase();let s=0,c=[],d=0;for(let f=0,p=n.length;f<p;f+=1){const h=n[f];c.length=0,s=0;for(let g=0,_=h.length;g<_;g+=1){const k=h[g],{isMatch:$,indices:M,score:x}=k.search(r);if($){if(s+=1,d+=x,a){const b=k.constructor.type;Q6.has(b)?c=[...c,...M]:c.push(M)}}else{d=0,s=0,c.length=0;break}}if(s){let g={isMatch:!0,score:d/s};return a&&(g.indices=c),g}}return{isMatch:!1,score:1}}}const cu=[];function J6(...e){cu.push(...e)}function fu(e,r){for(let n=0,a=cu.length;n<a;n+=1){let o=cu[n];if(o.condition(e,r))return new o(e,r)}return new X0(e,r)}const Ko={AND:"$and",OR:"$or"},pu={PATH:"$path",PATTERN:"$val"},hu=e=>!!(e[Ko.AND]||e[Ko.OR]),Z6=e=>!!e[pu.PATH],ew=e=>!lr(e)&&j0(e)&&!hu(e),Op=e=>({[Ko.AND]:Object.keys(e).map(r=>({[r]:e[r]}))});function J0(e,r,{auto:n=!0}={}){const a=o=>{let s=Object.keys(o);const c=Z6(o);if(!c&&s.length>1&&!hu(o))return a(Op(o));if(ew(o)){const f=c?o[pu.PATH]:s[0],p=c?o[pu.PATTERN]:o[f];if(!Fn(p))throw new Error(C6(f));const h={keyId:uu(f),pattern:p};return n&&(h.searcher=fu(p,r)),h}let d={children:[],operator:s[0]};return s.forEach(f=>{const p=o[f];lr(p)&&p.forEach(h=>{d.children.push(a(h))})}),d};return hu(e)||(e=Op(e)),a(e)}function tw(e,{ignoreFieldNorm:r=Le.ignoreFieldNorm}){e.forEach(n=>{let a=1;n.matches.forEach(({key:o,norm:s,score:c})=>{const d=o?o.weight:null;a*=Math.pow(c===0&&d?Number.EPSILON:c,(d||1)*(r?1:s))}),n.score=a})}function nw(e,r){const n=e.matches;r.matches=[],ln(n)&&n.forEach(a=>{if(!ln(a.indices)||!a.indices.length)return;const{indices:o,value:s}=a;let c={indices:o,value:s};a.key&&(c.key=a.key.src),a.idx>-1&&(c.refIndex=a.idx),r.matches.push(c)})}function rw(e,r){r.score=e.score}function aw(e,r,{includeMatches:n=Le.includeMatches,includeScore:a=Le.includeScore}={}){const o=[];return n&&o.push(nw),a&&o.push(rw),e.map(s=>{const{idx:c}=s,d={item:r[c],refIndex:c};return o.length&&o.forEach(f=>{f(s,d)}),d})}class Ua{constructor(r,n={},a){this.options={...Le,...n},this.options.useExtendedSearch,this._keyStore=new O6(this.options.keys),this.setCollection(r,a)}setCollection(r,n){if(this._docs=r,n&&!(n instanceof Pu))throw new Error(E6);this._myIndex=n||G0(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}add(r){ln(r)&&(this._docs.push(r),this._myIndex.add(r))}remove(r=()=>!1){const n=[];for(let a=0,o=this._docs.length;a<o;a+=1){const s=this._docs[a];r(s,a)&&(this.removeAt(a),a-=1,o-=1,n.push(s))}return n}removeAt(r){this._docs.splice(r,1),this._myIndex.removeAt(r)}getIndex(){return this._myIndex}search(r,{limit:n=-1}={}){const{includeMatches:a,includeScore:o,shouldSort:s,sortFn:c,ignoreFieldNorm:d}=this.options;let f=Fn(r)?Fn(this._docs[0])?this._searchStringList(r):this._searchObjectList(r):this._searchLogical(r);return tw(f,{ignoreFieldNorm:d}),s&&f.sort(c),W0(n)&&n>-1&&(f=f.slice(0,n)),aw(f,this._docs,{includeMatches:a,includeScore:o})}_searchStringList(r){const n=fu(r,this.options),{records:a}=this._myIndex,o=[];return a.forEach(({v:s,i:c,n:d})=>{if(!ln(s))return;const{isMatch:f,score:p,indices:h}=n.searchIn(s);f&&o.push({item:s,idx:c,matches:[{score:p,value:s,norm:d,indices:h}]})}),o}_searchLogical(r){const n=J0(r,this.options),a=(d,f,p)=>{if(!d.children){const{keyId:g,searcher:_}=d,k=this._findMatches({key:this._keyStore.get(g),value:this._myIndex.getValueForItemAtKeyId(f,g),searcher:_});return k&&k.length?[{idx:p,item:f,matches:k}]:[]}const h=[];for(let g=0,_=d.children.length;g<_;g+=1){const k=d.children[g],$=a(k,f,p);if($.length)h.push(...$);else if(d.operator===Ko.AND)return[]}return h},o=this._myIndex.records,s={},c=[];return o.forEach(({$:d,i:f})=>{if(ln(d)){let p=a(n,d,f);p.length&&(s[f]||(s[f]={idx:f,item:d,matches:[]},c.push(s[f])),p.forEach(({matches:h})=>{s[f].matches.push(...h)}))}}),c}_searchObjectList(r){const n=fu(r,this.options),{keys:a,records:o}=this._myIndex,s=[];return o.forEach(({$:c,i:d})=>{if(!ln(c))return;let f=[];a.forEach((p,h)=>{f.push(...this._findMatches({key:p,value:c[h],searcher:n}))}),f.length&&s.push({idx:d,item:c,matches:f})}),s}_findMatches({key:r,value:n,searcher:a}){if(!ln(n))return[];let o=[];if(lr(n))n.forEach(({v:s,i:c,n:d})=>{if(!ln(s))return;const{isMatch:f,score:p,indices:h}=a.searchIn(s);f&&o.push({score:p,key:r,value:s,idx:c,norm:d,indices:h})});else{const{v:s,n:c}=n,{isMatch:d,score:f,indices:p}=a.searchIn(s);d&&o.push({score:f,key:r,value:s,norm:c,indices:p})}return o}}Ua.version="6.6.2";Ua.createIndex=G0;Ua.parseIndex=A6;Ua.config=Le;Ua.parseQuery=J0;J6(q6);var ui=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function iw(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Go={exports:{}};/**
9
9
  * @license
10
10
  * Lodash <https://lodash.com/>
11
11
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
12
12
  * Released under MIT license <https://lodash.com/license>
13
13
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
14
14
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
15
- */qi.exports;(function(e,r){(function(){var n,a="4.17.21",i=200,s="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",d="Invalid `variable` option passed into `_.template`",f="__lodash_hash_undefined__",p=500,h="__lodash_placeholder__",v=1,b=2,w=4,C=1,A=2,k=1,y=2,x=4,B=8,N=16,H=32,S=64,T=128,V=256,I=512,g=30,R="...",j=800,ie=16,F=1,K=2,Y=3,re=1/0,fe=9007199254740991,ae=17976931348623157e292,he=NaN,J=4294967295,U=J-1,L=J>>>1,X=[["ary",T],["bind",k],["bindKey",y],["curry",B],["curryRight",N],["flip",I],["partial",H],["partialRight",S],["rearg",V]],M="[object Arguments]",q="[object Array]",_="[object AsyncFunction]",D="[object Boolean]",G="[object Date]",pe="[object DOMException]",te="[object Error]",Te="[object Function]",de="[object GeneratorFunction]",ge="[object Map]",P="[object Number]",be="[object Null]",ye="[object Object]",$e="[object Promise]",He="[object Proxy]",Me="[object RegExp]",ee="[object Set]",me="[object String]",Se="[object Symbol]",st="[object Undefined]",Et="[object WeakMap]",Be="[object WeakSet]",Vt="[object ArrayBuffer]",Je="[object DataView]",Yn="[object Float32Array]",Ar="[object Float64Array]",ur="[object Int8Array]",Dr="[object Int16Array]",Pr="[object Int32Array]",Ir="[object Uint8Array]",Rr="[object Uint8ClampedArray]",Lr="[object Uint16Array]",zr="[object Uint32Array]",ne=/\b__p \+= '';/g,we=/\b(__p \+=) '' \+/g,Ne=/(__e\(.*?\)|\b__t\)) \+\n'';/g,le=/&(?:amp|lt|gt|quot|#39);/g,ke=/[&<>"']/g,Oe=RegExp(le.source),dn=RegExp(ke.source),Jt=/<%-([\s\S]+?)%>/g,dr=/<%([\s\S]+?)%>/g,cr=/<%=([\s\S]+?)%>/g,An=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wa=/^\w*$/,ul=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,dl=/[\\^$.*+?()[\]{}|]/g,yh=RegExp(dl.source),cl=/^\s+/,bh=/\s/,$h=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,wh=/\{\n\/\* \[wrapped with (.+)\] \*/,kh=/,? & /,xh=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Eh=/[()=,{}\[\]\/\s]/,Ch=/\\(\\)?/g,Sh=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,md=/\w*$/,Oh=/^[-+]0x[0-9a-f]+$/i,Vh=/^0b[01]+$/i,Bh=/^\[object .+?Constructor\]$/,Nh=/^0o[0-7]+$/i,Th=/^(?:0|[1-9]\d*)$/,Mh=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ro=/($^)/,Ah=/['\n\r\u2028\u2029\\]/g,Lo="\\ud800-\\udfff",Dh="\\u0300-\\u036f",Ph="\\ufe20-\\ufe2f",Ih="\\u20d0-\\u20ff",_d=Dh+Ph+Ih,vd="\\u2700-\\u27bf",gd="a-z\\xdf-\\xf6\\xf8-\\xff",Rh="\\xac\\xb1\\xd7\\xf7",Lh="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",zh="\\u2000-\\u206f",Fh=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",yd="A-Z\\xc0-\\xd6\\xd8-\\xde",bd="\\ufe0e\\ufe0f",$d=Rh+Lh+zh+Fh,fl="['’]",Hh="["+Lo+"]",wd="["+$d+"]",zo="["+_d+"]",kd="\\d+",Uh="["+vd+"]",xd="["+gd+"]",Ed="[^"+Lo+$d+kd+vd+gd+yd+"]",pl="\\ud83c[\\udffb-\\udfff]",Wh="(?:"+zo+"|"+pl+")",Cd="[^"+Lo+"]",hl="(?:\\ud83c[\\udde6-\\uddff]){2}",ml="[\\ud800-\\udbff][\\udc00-\\udfff]",ia="["+yd+"]",Sd="\\u200d",Od="(?:"+xd+"|"+Ed+")",jh="(?:"+ia+"|"+Ed+")",Vd="(?:"+fl+"(?:d|ll|m|re|s|t|ve))?",Bd="(?:"+fl+"(?:D|LL|M|RE|S|T|VE))?",Nd=Wh+"?",Td="["+bd+"]?",Yh="(?:"+Sd+"(?:"+[Cd,hl,ml].join("|")+")"+Td+Nd+")*",Gh="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",qh="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Md=Td+Nd+Yh,Kh="(?:"+[Uh,hl,ml].join("|")+")"+Md,Xh="(?:"+[Cd+zo+"?",zo,hl,ml,Hh].join("|")+")",Qh=RegExp(fl,"g"),Zh=RegExp(zo,"g"),_l=RegExp(pl+"(?="+pl+")|"+Xh+Md,"g"),Jh=RegExp([ia+"?"+xd+"+"+Vd+"(?="+[wd,ia,"$"].join("|")+")",jh+"+"+Bd+"(?="+[wd,ia+Od,"$"].join("|")+")",ia+"?"+Od+"+"+Vd,ia+"+"+Bd,qh,Gh,kd,Kh].join("|"),"g"),em=RegExp("["+Sd+Lo+_d+bd+"]"),tm=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,nm=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rm=-1,ut={};ut[Yn]=ut[Ar]=ut[ur]=ut[Dr]=ut[Pr]=ut[Ir]=ut[Rr]=ut[Lr]=ut[zr]=!0,ut[M]=ut[q]=ut[Vt]=ut[D]=ut[Je]=ut[G]=ut[te]=ut[Te]=ut[ge]=ut[P]=ut[ye]=ut[Me]=ut[ee]=ut[me]=ut[Et]=!1;var it={};it[M]=it[q]=it[Vt]=it[Je]=it[D]=it[G]=it[Yn]=it[Ar]=it[ur]=it[Dr]=it[Pr]=it[ge]=it[P]=it[ye]=it[Me]=it[ee]=it[me]=it[Se]=it[Ir]=it[Rr]=it[Lr]=it[zr]=!0,it[te]=it[Te]=it[Et]=!1;var am={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},om={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},im={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},lm={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},sm=parseFloat,um=parseInt,Ad=typeof uo=="object"&&uo&&uo.Object===Object&&uo,dm=typeof self=="object"&&self&&self.Object===Object&&self,Tt=Ad||dm||Function("return this")(),vl=r&&!r.nodeType&&r,Fr=vl&&!0&&e&&!e.nodeType&&e,Dd=Fr&&Fr.exports===vl,gl=Dd&&Ad.process,cn=function(){try{var Q=Fr&&Fr.require&&Fr.require("util").types;return Q||gl&&gl.binding&&gl.binding("util")}catch{}}(),Pd=cn&&cn.isArrayBuffer,Id=cn&&cn.isDate,Rd=cn&&cn.isMap,Ld=cn&&cn.isRegExp,zd=cn&&cn.isSet,Fd=cn&&cn.isTypedArray;function en(Q,se,oe){switch(oe.length){case 0:return Q.call(se);case 1:return Q.call(se,oe[0]);case 2:return Q.call(se,oe[0],oe[1]);case 3:return Q.call(se,oe[0],oe[1],oe[2])}return Q.apply(se,oe)}function cm(Q,se,oe,Ce){for(var ze=-1,Qe=Q==null?0:Q.length;++ze<Qe;){var Ct=Q[ze];se(Ce,Ct,oe(Ct),Q)}return Ce}function fn(Q,se){for(var oe=-1,Ce=Q==null?0:Q.length;++oe<Ce&&se(Q[oe],oe,Q)!==!1;);return Q}function fm(Q,se){for(var oe=Q==null?0:Q.length;oe--&&se(Q[oe],oe,Q)!==!1;);return Q}function Hd(Q,se){for(var oe=-1,Ce=Q==null?0:Q.length;++oe<Ce;)if(!se(Q[oe],oe,Q))return!1;return!0}function fr(Q,se){for(var oe=-1,Ce=Q==null?0:Q.length,ze=0,Qe=[];++oe<Ce;){var Ct=Q[oe];se(Ct,oe,Q)&&(Qe[ze++]=Ct)}return Qe}function Fo(Q,se){var oe=Q==null?0:Q.length;return!!oe&&la(Q,se,0)>-1}function yl(Q,se,oe){for(var Ce=-1,ze=Q==null?0:Q.length;++Ce<ze;)if(oe(se,Q[Ce]))return!0;return!1}function ft(Q,se){for(var oe=-1,Ce=Q==null?0:Q.length,ze=Array(Ce);++oe<Ce;)ze[oe]=se(Q[oe],oe,Q);return ze}function pr(Q,se){for(var oe=-1,Ce=se.length,ze=Q.length;++oe<Ce;)Q[ze+oe]=se[oe];return Q}function bl(Q,se,oe,Ce){var ze=-1,Qe=Q==null?0:Q.length;for(Ce&&Qe&&(oe=Q[++ze]);++ze<Qe;)oe=se(oe,Q[ze],ze,Q);return oe}function pm(Q,se,oe,Ce){var ze=Q==null?0:Q.length;for(Ce&&ze&&(oe=Q[--ze]);ze--;)oe=se(oe,Q[ze],ze,Q);return oe}function $l(Q,se){for(var oe=-1,Ce=Q==null?0:Q.length;++oe<Ce;)if(se(Q[oe],oe,Q))return!0;return!1}var hm=wl("length");function mm(Q){return Q.split("")}function _m(Q){return Q.match(xh)||[]}function Ud(Q,se,oe){var Ce;return oe(Q,function(ze,Qe,Ct){if(se(ze,Qe,Ct))return Ce=Qe,!1}),Ce}function Ho(Q,se,oe,Ce){for(var ze=Q.length,Qe=oe+(Ce?1:-1);Ce?Qe--:++Qe<ze;)if(se(Q[Qe],Qe,Q))return Qe;return-1}function la(Q,se,oe){return se===se?Om(Q,se,oe):Ho(Q,Wd,oe)}function vm(Q,se,oe,Ce){for(var ze=oe-1,Qe=Q.length;++ze<Qe;)if(Ce(Q[ze],se))return ze;return-1}function Wd(Q){return Q!==Q}function jd(Q,se){var oe=Q==null?0:Q.length;return oe?xl(Q,se)/oe:he}function wl(Q){return function(se){return se==null?n:se[Q]}}function kl(Q){return function(se){return Q==null?n:Q[se]}}function Yd(Q,se,oe,Ce,ze){return ze(Q,function(Qe,Ct,at){oe=Ce?(Ce=!1,Qe):se(oe,Qe,Ct,at)}),oe}function gm(Q,se){var oe=Q.length;for(Q.sort(se);oe--;)Q[oe]=Q[oe].value;return Q}function xl(Q,se){for(var oe,Ce=-1,ze=Q.length;++Ce<ze;){var Qe=se(Q[Ce]);Qe!==n&&(oe=oe===n?Qe:oe+Qe)}return oe}function El(Q,se){for(var oe=-1,Ce=Array(Q);++oe<Q;)Ce[oe]=se(oe);return Ce}function ym(Q,se){return ft(se,function(oe){return[oe,Q[oe]]})}function Gd(Q){return Q&&Q.slice(0,Qd(Q)+1).replace(cl,"")}function tn(Q){return function(se){return Q(se)}}function Cl(Q,se){return ft(se,function(oe){return Q[oe]})}function ja(Q,se){return Q.has(se)}function qd(Q,se){for(var oe=-1,Ce=Q.length;++oe<Ce&&la(se,Q[oe],0)>-1;);return oe}function Kd(Q,se){for(var oe=Q.length;oe--&&la(se,Q[oe],0)>-1;);return oe}function bm(Q,se){for(var oe=Q.length,Ce=0;oe--;)Q[oe]===se&&++Ce;return Ce}var $m=kl(am),wm=kl(om);function km(Q){return"\\"+lm[Q]}function xm(Q,se){return Q==null?n:Q[se]}function sa(Q){return em.test(Q)}function Em(Q){return tm.test(Q)}function Cm(Q){for(var se,oe=[];!(se=Q.next()).done;)oe.push(se.value);return oe}function Sl(Q){var se=-1,oe=Array(Q.size);return Q.forEach(function(Ce,ze){oe[++se]=[ze,Ce]}),oe}function Xd(Q,se){return function(oe){return Q(se(oe))}}function hr(Q,se){for(var oe=-1,Ce=Q.length,ze=0,Qe=[];++oe<Ce;){var Ct=Q[oe];(Ct===se||Ct===h)&&(Q[oe]=h,Qe[ze++]=oe)}return Qe}function Uo(Q){var se=-1,oe=Array(Q.size);return Q.forEach(function(Ce){oe[++se]=Ce}),oe}function Sm(Q){var se=-1,oe=Array(Q.size);return Q.forEach(function(Ce){oe[++se]=[Ce,Ce]}),oe}function Om(Q,se,oe){for(var Ce=oe-1,ze=Q.length;++Ce<ze;)if(Q[Ce]===se)return Ce;return-1}function Vm(Q,se,oe){for(var Ce=oe+1;Ce--;)if(Q[Ce]===se)return Ce;return Ce}function ua(Q){return sa(Q)?Nm(Q):hm(Q)}function kn(Q){return sa(Q)?Tm(Q):mm(Q)}function Qd(Q){for(var se=Q.length;se--&&bh.test(Q.charAt(se)););return se}var Bm=kl(im);function Nm(Q){for(var se=_l.lastIndex=0;_l.test(Q);)++se;return se}function Tm(Q){return Q.match(_l)||[]}function Mm(Q){return Q.match(Jh)||[]}var Am=function Q(se){se=se==null?Tt:da.defaults(Tt.Object(),se,da.pick(Tt,nm));var oe=se.Array,Ce=se.Date,ze=se.Error,Qe=se.Function,Ct=se.Math,at=se.Object,Ol=se.RegExp,Dm=se.String,pn=se.TypeError,Wo=oe.prototype,Pm=Qe.prototype,ca=at.prototype,jo=se["__core-js_shared__"],Yo=Pm.toString,tt=ca.hasOwnProperty,Im=0,Zd=function(){var o=/[^.]+$/.exec(jo&&jo.keys&&jo.keys.IE_PROTO||"");return o?"Symbol(src)_1."+o:""}(),Go=ca.toString,Rm=Yo.call(at),Lm=Tt._,zm=Ol("^"+Yo.call(tt).replace(dl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qo=Dd?se.Buffer:n,mr=se.Symbol,Ko=se.Uint8Array,Jd=qo?qo.allocUnsafe:n,Xo=Xd(at.getPrototypeOf,at),ec=at.create,tc=ca.propertyIsEnumerable,Qo=Wo.splice,nc=mr?mr.isConcatSpreadable:n,Ya=mr?mr.iterator:n,Hr=mr?mr.toStringTag:n,Zo=function(){try{var o=Gr(at,"defineProperty");return o({},"",{}),o}catch{}}(),Fm=se.clearTimeout!==Tt.clearTimeout&&se.clearTimeout,Hm=Ce&&Ce.now!==Tt.Date.now&&Ce.now,Um=se.setTimeout!==Tt.setTimeout&&se.setTimeout,Jo=Ct.ceil,ei=Ct.floor,Vl=at.getOwnPropertySymbols,Wm=qo?qo.isBuffer:n,rc=se.isFinite,jm=Wo.join,Ym=Xd(at.keys,at),St=Ct.max,Dt=Ct.min,Gm=Ce.now,qm=se.parseInt,ac=Ct.random,Km=Wo.reverse,Bl=Gr(se,"DataView"),Ga=Gr(se,"Map"),Nl=Gr(se,"Promise"),fa=Gr(se,"Set"),qa=Gr(se,"WeakMap"),Ka=Gr(at,"create"),ti=qa&&new qa,pa={},Xm=qr(Bl),Qm=qr(Ga),Zm=qr(Nl),Jm=qr(fa),e2=qr(qa),ni=mr?mr.prototype:n,Xa=ni?ni.valueOf:n,oc=ni?ni.toString:n;function E(o){if(_t(o)&&!Fe(o)&&!(o instanceof Ge)){if(o instanceof hn)return o;if(tt.call(o,"__wrapped__"))return lf(o)}return new hn(o)}var ha=function(){function o(){}return function(l){if(!ht(l))return{};if(ec)return ec(l);o.prototype=l;var u=new o;return o.prototype=n,u}}();function ri(){}function hn(o,l){this.__wrapped__=o,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=n}E.templateSettings={escape:Jt,evaluate:dr,interpolate:cr,variable:"",imports:{_:E}},E.prototype=ri.prototype,E.prototype.constructor=E,hn.prototype=ha(ri.prototype),hn.prototype.constructor=hn;function Ge(o){this.__wrapped__=o,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=J,this.__views__=[]}function t2(){var o=new Ge(this.__wrapped__);return o.__actions__=Yt(this.__actions__),o.__dir__=this.__dir__,o.__filtered__=this.__filtered__,o.__iteratees__=Yt(this.__iteratees__),o.__takeCount__=this.__takeCount__,o.__views__=Yt(this.__views__),o}function n2(){if(this.__filtered__){var o=new Ge(this);o.__dir__=-1,o.__filtered__=!0}else o=this.clone(),o.__dir__*=-1;return o}function r2(){var o=this.__wrapped__.value(),l=this.__dir__,u=Fe(o),m=l<0,$=u?o.length:0,O=m_(0,$,this.__views__),z=O.start,W=O.end,Z=W-z,ue=m?W:z-1,ce=this.__iteratees__,_e=ce.length,xe=0,Ve=Dt(Z,this.__takeCount__);if(!u||!m&&$==Z&&Ve==Z)return Vc(o,this.__actions__);var Pe=[];e:for(;Z--&&xe<Ve;){ue+=l;for(var We=-1,Ie=o[ue];++We<_e;){var Ye=ce[We],Xe=Ye.iteratee,an=Ye.type,Ft=Xe(Ie);if(an==K)Ie=Ft;else if(!Ft){if(an==F)continue e;break e}}Pe[xe++]=Ie}return Pe}Ge.prototype=ha(ri.prototype),Ge.prototype.constructor=Ge;function Ur(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var m=o[l];this.set(m[0],m[1])}}function a2(){this.__data__=Ka?Ka(null):{},this.size=0}function o2(o){var l=this.has(o)&&delete this.__data__[o];return this.size-=l?1:0,l}function i2(o){var l=this.__data__;if(Ka){var u=l[o];return u===f?n:u}return tt.call(l,o)?l[o]:n}function l2(o){var l=this.__data__;return Ka?l[o]!==n:tt.call(l,o)}function s2(o,l){var u=this.__data__;return this.size+=this.has(o)?0:1,u[o]=Ka&&l===n?f:l,this}Ur.prototype.clear=a2,Ur.prototype.delete=o2,Ur.prototype.get=i2,Ur.prototype.has=l2,Ur.prototype.set=s2;function Gn(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var m=o[l];this.set(m[0],m[1])}}function u2(){this.__data__=[],this.size=0}function d2(o){var l=this.__data__,u=ai(l,o);if(u<0)return!1;var m=l.length-1;return u==m?l.pop():Qo.call(l,u,1),--this.size,!0}function c2(o){var l=this.__data__,u=ai(l,o);return u<0?n:l[u][1]}function f2(o){return ai(this.__data__,o)>-1}function p2(o,l){var u=this.__data__,m=ai(u,o);return m<0?(++this.size,u.push([o,l])):u[m][1]=l,this}Gn.prototype.clear=u2,Gn.prototype.delete=d2,Gn.prototype.get=c2,Gn.prototype.has=f2,Gn.prototype.set=p2;function qn(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var m=o[l];this.set(m[0],m[1])}}function h2(){this.size=0,this.__data__={hash:new Ur,map:new(Ga||Gn),string:new Ur}}function m2(o){var l=_i(this,o).delete(o);return this.size-=l?1:0,l}function _2(o){return _i(this,o).get(o)}function v2(o){return _i(this,o).has(o)}function g2(o,l){var u=_i(this,o),m=u.size;return u.set(o,l),this.size+=u.size==m?0:1,this}qn.prototype.clear=h2,qn.prototype.delete=m2,qn.prototype.get=_2,qn.prototype.has=v2,qn.prototype.set=g2;function Wr(o){var l=-1,u=o==null?0:o.length;for(this.__data__=new qn;++l<u;)this.add(o[l])}function y2(o){return this.__data__.set(o,f),this}function b2(o){return this.__data__.has(o)}Wr.prototype.add=Wr.prototype.push=y2,Wr.prototype.has=b2;function xn(o){var l=this.__data__=new Gn(o);this.size=l.size}function $2(){this.__data__=new Gn,this.size=0}function w2(o){var l=this.__data__,u=l.delete(o);return this.size=l.size,u}function k2(o){return this.__data__.get(o)}function x2(o){return this.__data__.has(o)}function E2(o,l){var u=this.__data__;if(u instanceof Gn){var m=u.__data__;if(!Ga||m.length<i-1)return m.push([o,l]),this.size=++u.size,this;u=this.__data__=new qn(m)}return u.set(o,l),this.size=u.size,this}xn.prototype.clear=$2,xn.prototype.delete=w2,xn.prototype.get=k2,xn.prototype.has=x2,xn.prototype.set=E2;function ic(o,l){var u=Fe(o),m=!u&&Kr(o),$=!u&&!m&&br(o),O=!u&&!m&&!$&&ga(o),z=u||m||$||O,W=z?El(o.length,Dm):[],Z=W.length;for(var ue in o)(l||tt.call(o,ue))&&!(z&&(ue=="length"||$&&(ue=="offset"||ue=="parent")||O&&(ue=="buffer"||ue=="byteLength"||ue=="byteOffset")||Zn(ue,Z)))&&W.push(ue);return W}function lc(o){var l=o.length;return l?o[Hl(0,l-1)]:n}function C2(o,l){return vi(Yt(o),jr(l,0,o.length))}function S2(o){return vi(Yt(o))}function Tl(o,l,u){(u!==n&&!En(o[l],u)||u===n&&!(l in o))&&Kn(o,l,u)}function Qa(o,l,u){var m=o[l];(!(tt.call(o,l)&&En(m,u))||u===n&&!(l in o))&&Kn(o,l,u)}function ai(o,l){for(var u=o.length;u--;)if(En(o[u][0],l))return u;return-1}function O2(o,l,u,m){return _r(o,function($,O,z){l(m,$,u($),z)}),m}function sc(o,l){return o&&Pn(l,Bt(l),o)}function V2(o,l){return o&&Pn(l,qt(l),o)}function Kn(o,l,u){l=="__proto__"&&Zo?Zo(o,l,{configurable:!0,enumerable:!0,value:u,writable:!0}):o[l]=u}function Ml(o,l){for(var u=-1,m=l.length,$=oe(m),O=o==null;++u<m;)$[u]=O?n:ps(o,l[u]);return $}function jr(o,l,u){return o===o&&(u!==n&&(o=o<=u?o:u),l!==n&&(o=o>=l?o:l)),o}function mn(o,l,u,m,$,O){var z,W=l&v,Z=l&b,ue=l&w;if(u&&(z=$?u(o,m,$,O):u(o)),z!==n)return z;if(!ht(o))return o;var ce=Fe(o);if(ce){if(z=v_(o),!W)return Yt(o,z)}else{var _e=Pt(o),xe=_e==Te||_e==de;if(br(o))return Tc(o,W);if(_e==ye||_e==M||xe&&!$){if(z=Z||xe?{}:Qc(o),!W)return Z?i_(o,V2(z,o)):o_(o,sc(z,o))}else{if(!it[_e])return $?o:{};z=g_(o,_e,W)}}O||(O=new xn);var Ve=O.get(o);if(Ve)return Ve;O.set(o,z),Sf(o)?o.forEach(function(Ie){z.add(mn(Ie,l,u,Ie,o,O))}):Ef(o)&&o.forEach(function(Ie,Ye){z.set(Ye,mn(Ie,l,u,Ye,o,O))});var Pe=ue?Z?Jl:Zl:Z?qt:Bt,We=ce?n:Pe(o);return fn(We||o,function(Ie,Ye){We&&(Ye=Ie,Ie=o[Ye]),Qa(z,Ye,mn(Ie,l,u,Ye,o,O))}),z}function B2(o){var l=Bt(o);return function(u){return uc(u,o,l)}}function uc(o,l,u){var m=u.length;if(o==null)return!m;for(o=at(o);m--;){var $=u[m],O=l[$],z=o[$];if(z===n&&!($ in o)||!O(z))return!1}return!0}function dc(o,l,u){if(typeof o!="function")throw new pn(c);return ao(function(){o.apply(n,u)},l)}function Za(o,l,u,m){var $=-1,O=Fo,z=!0,W=o.length,Z=[],ue=l.length;if(!W)return Z;u&&(l=ft(l,tn(u))),m?(O=yl,z=!1):l.length>=i&&(O=ja,z=!1,l=new Wr(l));e:for(;++$<W;){var ce=o[$],_e=u==null?ce:u(ce);if(ce=m||ce!==0?ce:0,z&&_e===_e){for(var xe=ue;xe--;)if(l[xe]===_e)continue e;Z.push(ce)}else O(l,_e,m)||Z.push(ce)}return Z}var _r=Ic(Dn),cc=Ic(Dl,!0);function N2(o,l){var u=!0;return _r(o,function(m,$,O){return u=!!l(m,$,O),u}),u}function oi(o,l,u){for(var m=-1,$=o.length;++m<$;){var O=o[m],z=l(O);if(z!=null&&(W===n?z===z&&!rn(z):u(z,W)))var W=z,Z=O}return Z}function T2(o,l,u,m){var $=o.length;for(u=Ue(u),u<0&&(u=-u>$?0:$+u),m=m===n||m>$?$:Ue(m),m<0&&(m+=$),m=u>m?0:Vf(m);u<m;)o[u++]=l;return o}function fc(o,l){var u=[];return _r(o,function(m,$,O){l(m,$,O)&&u.push(m)}),u}function Mt(o,l,u,m,$){var O=-1,z=o.length;for(u||(u=b_),$||($=[]);++O<z;){var W=o[O];l>0&&u(W)?l>1?Mt(W,l-1,u,m,$):pr($,W):m||($[$.length]=W)}return $}var Al=Rc(),pc=Rc(!0);function Dn(o,l){return o&&Al(o,l,Bt)}function Dl(o,l){return o&&pc(o,l,Bt)}function ii(o,l){return fr(l,function(u){return Jn(o[u])})}function Yr(o,l){l=gr(l,o);for(var u=0,m=l.length;o!=null&&u<m;)o=o[In(l[u++])];return u&&u==m?o:n}function hc(o,l,u){var m=l(o);return Fe(o)?m:pr(m,u(o))}function Lt(o){return o==null?o===n?st:be:Hr&&Hr in at(o)?h_(o):S_(o)}function Pl(o,l){return o>l}function M2(o,l){return o!=null&&tt.call(o,l)}function A2(o,l){return o!=null&&l in at(o)}function D2(o,l,u){return o>=Dt(l,u)&&o<St(l,u)}function Il(o,l,u){for(var m=u?yl:Fo,$=o[0].length,O=o.length,z=O,W=oe(O),Z=1/0,ue=[];z--;){var ce=o[z];z&&l&&(ce=ft(ce,tn(l))),Z=Dt(ce.length,Z),W[z]=!u&&(l||$>=120&&ce.length>=120)?new Wr(z&&ce):n}ce=o[0];var _e=-1,xe=W[0];e:for(;++_e<$&&ue.length<Z;){var Ve=ce[_e],Pe=l?l(Ve):Ve;if(Ve=u||Ve!==0?Ve:0,!(xe?ja(xe,Pe):m(ue,Pe,u))){for(z=O;--z;){var We=W[z];if(!(We?ja(We,Pe):m(o[z],Pe,u)))continue e}xe&&xe.push(Pe),ue.push(Ve)}}return ue}function P2(o,l,u,m){return Dn(o,function($,O,z){l(m,u($),O,z)}),m}function Ja(o,l,u){l=gr(l,o),o=tf(o,l);var m=o==null?o:o[In(vn(l))];return m==null?n:en(m,o,u)}function mc(o){return _t(o)&&Lt(o)==M}function I2(o){return _t(o)&&Lt(o)==Vt}function R2(o){return _t(o)&&Lt(o)==G}function eo(o,l,u,m,$){return o===l?!0:o==null||l==null||!_t(o)&&!_t(l)?o!==o&&l!==l:L2(o,l,u,m,eo,$)}function L2(o,l,u,m,$,O){var z=Fe(o),W=Fe(l),Z=z?q:Pt(o),ue=W?q:Pt(l);Z=Z==M?ye:Z,ue=ue==M?ye:ue;var ce=Z==ye,_e=ue==ye,xe=Z==ue;if(xe&&br(o)){if(!br(l))return!1;z=!0,ce=!1}if(xe&&!ce)return O||(O=new xn),z||ga(o)?qc(o,l,u,m,$,O):f_(o,l,Z,u,m,$,O);if(!(u&C)){var Ve=ce&&tt.call(o,"__wrapped__"),Pe=_e&&tt.call(l,"__wrapped__");if(Ve||Pe){var We=Ve?o.value():o,Ie=Pe?l.value():l;return O||(O=new xn),$(We,Ie,u,m,O)}}return xe?(O||(O=new xn),p_(o,l,u,m,$,O)):!1}function z2(o){return _t(o)&&Pt(o)==ge}function Rl(o,l,u,m){var $=u.length,O=$,z=!m;if(o==null)return!O;for(o=at(o);$--;){var W=u[$];if(z&&W[2]?W[1]!==o[W[0]]:!(W[0]in o))return!1}for(;++$<O;){W=u[$];var Z=W[0],ue=o[Z],ce=W[1];if(z&&W[2]){if(ue===n&&!(Z in o))return!1}else{var _e=new xn;if(m)var xe=m(ue,ce,Z,o,l,_e);if(!(xe===n?eo(ce,ue,C|A,m,_e):xe))return!1}}return!0}function _c(o){if(!ht(o)||w_(o))return!1;var l=Jn(o)?zm:Bh;return l.test(qr(o))}function F2(o){return _t(o)&&Lt(o)==Me}function H2(o){return _t(o)&&Pt(o)==ee}function U2(o){return _t(o)&&ki(o.length)&&!!ut[Lt(o)]}function vc(o){return typeof o=="function"?o:o==null?Kt:typeof o=="object"?Fe(o)?bc(o[0],o[1]):yc(o):zf(o)}function Ll(o){if(!ro(o))return Ym(o);var l=[];for(var u in at(o))tt.call(o,u)&&u!="constructor"&&l.push(u);return l}function W2(o){if(!ht(o))return C_(o);var l=ro(o),u=[];for(var m in o)m=="constructor"&&(l||!tt.call(o,m))||u.push(m);return u}function zl(o,l){return o<l}function gc(o,l){var u=-1,m=Gt(o)?oe(o.length):[];return _r(o,function($,O,z){m[++u]=l($,O,z)}),m}function yc(o){var l=ts(o);return l.length==1&&l[0][2]?Jc(l[0][0],l[0][1]):function(u){return u===o||Rl(u,o,l)}}function bc(o,l){return rs(o)&&Zc(l)?Jc(In(o),l):function(u){var m=ps(u,o);return m===n&&m===l?hs(u,o):eo(l,m,C|A)}}function li(o,l,u,m,$){o!==l&&Al(l,function(O,z){if($||($=new xn),ht(O))j2(o,l,z,u,li,m,$);else{var W=m?m(os(o,z),O,z+"",o,l,$):n;W===n&&(W=O),Tl(o,z,W)}},qt)}function j2(o,l,u,m,$,O,z){var W=os(o,u),Z=os(l,u),ue=z.get(Z);if(ue){Tl(o,u,ue);return}var ce=O?O(W,Z,u+"",o,l,z):n,_e=ce===n;if(_e){var xe=Fe(Z),Ve=!xe&&br(Z),Pe=!xe&&!Ve&&ga(Z);ce=Z,xe||Ve||Pe?Fe(W)?ce=W:yt(W)?ce=Yt(W):Ve?(_e=!1,ce=Tc(Z,!0)):Pe?(_e=!1,ce=Mc(Z,!0)):ce=[]:oo(Z)||Kr(Z)?(ce=W,Kr(W)?ce=Bf(W):(!ht(W)||Jn(W))&&(ce=Qc(Z))):_e=!1}_e&&(z.set(Z,ce),$(ce,Z,m,O,z),z.delete(Z)),Tl(o,u,ce)}function $c(o,l){var u=o.length;if(u)return l+=l<0?u:0,Zn(l,u)?o[l]:n}function wc(o,l,u){l.length?l=ft(l,function(O){return Fe(O)?function(z){return Yr(z,O.length===1?O[0]:O)}:O}):l=[Kt];var m=-1;l=ft(l,tn(Ae()));var $=gc(o,function(O,z,W){var Z=ft(l,function(ue){return ue(O)});return{criteria:Z,index:++m,value:O}});return gm($,function(O,z){return a_(O,z,u)})}function Y2(o,l){return kc(o,l,function(u,m){return hs(o,m)})}function kc(o,l,u){for(var m=-1,$=l.length,O={};++m<$;){var z=l[m],W=Yr(o,z);u(W,z)&&to(O,gr(z,o),W)}return O}function G2(o){return function(l){return Yr(l,o)}}function Fl(o,l,u,m){var $=m?vm:la,O=-1,z=l.length,W=o;for(o===l&&(l=Yt(l)),u&&(W=ft(o,tn(u)));++O<z;)for(var Z=0,ue=l[O],ce=u?u(ue):ue;(Z=$(W,ce,Z,m))>-1;)W!==o&&Qo.call(W,Z,1),Qo.call(o,Z,1);return o}function xc(o,l){for(var u=o?l.length:0,m=u-1;u--;){var $=l[u];if(u==m||$!==O){var O=$;Zn($)?Qo.call(o,$,1):jl(o,$)}}return o}function Hl(o,l){return o+ei(ac()*(l-o+1))}function q2(o,l,u,m){for(var $=-1,O=St(Jo((l-o)/(u||1)),0),z=oe(O);O--;)z[m?O:++$]=o,o+=u;return z}function Ul(o,l){var u="";if(!o||l<1||l>fe)return u;do l%2&&(u+=o),l=ei(l/2),l&&(o+=o);while(l);return u}function je(o,l){return is(ef(o,l,Kt),o+"")}function K2(o){return lc(ya(o))}function X2(o,l){var u=ya(o);return vi(u,jr(l,0,u.length))}function to(o,l,u,m){if(!ht(o))return o;l=gr(l,o);for(var $=-1,O=l.length,z=O-1,W=o;W!=null&&++$<O;){var Z=In(l[$]),ue=u;if(Z==="__proto__"||Z==="constructor"||Z==="prototype")return o;if($!=z){var ce=W[Z];ue=m?m(ce,Z,W):n,ue===n&&(ue=ht(ce)?ce:Zn(l[$+1])?[]:{})}Qa(W,Z,ue),W=W[Z]}return o}var Ec=ti?function(o,l){return ti.set(o,l),o}:Kt,Q2=Zo?function(o,l){return Zo(o,"toString",{configurable:!0,enumerable:!1,value:_s(l),writable:!0})}:Kt;function Z2(o){return vi(ya(o))}function _n(o,l,u){var m=-1,$=o.length;l<0&&(l=-l>$?0:$+l),u=u>$?$:u,u<0&&(u+=$),$=l>u?0:u-l>>>0,l>>>=0;for(var O=oe($);++m<$;)O[m]=o[m+l];return O}function J2(o,l){var u;return _r(o,function(m,$,O){return u=l(m,$,O),!u}),!!u}function si(o,l,u){var m=0,$=o==null?m:o.length;if(typeof l=="number"&&l===l&&$<=L){for(;m<$;){var O=m+$>>>1,z=o[O];z!==null&&!rn(z)&&(u?z<=l:z<l)?m=O+1:$=O}return $}return Wl(o,l,Kt,u)}function Wl(o,l,u,m){var $=0,O=o==null?0:o.length;if(O===0)return 0;l=u(l);for(var z=l!==l,W=l===null,Z=rn(l),ue=l===n;$<O;){var ce=ei(($+O)/2),_e=u(o[ce]),xe=_e!==n,Ve=_e===null,Pe=_e===_e,We=rn(_e);if(z)var Ie=m||Pe;else ue?Ie=Pe&&(m||xe):W?Ie=Pe&&xe&&(m||!Ve):Z?Ie=Pe&&xe&&!Ve&&(m||!We):Ve||We?Ie=!1:Ie=m?_e<=l:_e<l;Ie?$=ce+1:O=ce}return Dt(O,U)}function Cc(o,l){for(var u=-1,m=o.length,$=0,O=[];++u<m;){var z=o[u],W=l?l(z):z;if(!u||!En(W,Z)){var Z=W;O[$++]=z===0?0:z}}return O}function Sc(o){return typeof o=="number"?o:rn(o)?he:+o}function nn(o){if(typeof o=="string")return o;if(Fe(o))return ft(o,nn)+"";if(rn(o))return oc?oc.call(o):"";var l=o+"";return l=="0"&&1/o==-1/0?"-0":l}function vr(o,l,u){var m=-1,$=Fo,O=o.length,z=!0,W=[],Z=W;if(u)z=!1,$=yl;else if(O>=i){var ue=l?null:d_(o);if(ue)return Uo(ue);z=!1,$=ja,Z=new Wr}else Z=l?[]:W;e:for(;++m<O;){var ce=o[m],_e=l?l(ce):ce;if(ce=u||ce!==0?ce:0,z&&_e===_e){for(var xe=Z.length;xe--;)if(Z[xe]===_e)continue e;l&&Z.push(_e),W.push(ce)}else $(Z,_e,u)||(Z!==W&&Z.push(_e),W.push(ce))}return W}function jl(o,l){return l=gr(l,o),o=tf(o,l),o==null||delete o[In(vn(l))]}function Oc(o,l,u,m){return to(o,l,u(Yr(o,l)),m)}function ui(o,l,u,m){for(var $=o.length,O=m?$:-1;(m?O--:++O<$)&&l(o[O],O,o););return u?_n(o,m?0:O,m?O+1:$):_n(o,m?O+1:0,m?$:O)}function Vc(o,l){var u=o;return u instanceof Ge&&(u=u.value()),bl(l,function(m,$){return $.func.apply($.thisArg,pr([m],$.args))},u)}function Yl(o,l,u){var m=o.length;if(m<2)return m?vr(o[0]):[];for(var $=-1,O=oe(m);++$<m;)for(var z=o[$],W=-1;++W<m;)W!=$&&(O[$]=Za(O[$]||z,o[W],l,u));return vr(Mt(O,1),l,u)}function Bc(o,l,u){for(var m=-1,$=o.length,O=l.length,z={};++m<$;){var W=m<O?l[m]:n;u(z,o[m],W)}return z}function Gl(o){return yt(o)?o:[]}function ql(o){return typeof o=="function"?o:Kt}function gr(o,l){return Fe(o)?o:rs(o,l)?[o]:of(et(o))}var e_=je;function yr(o,l,u){var m=o.length;return u=u===n?m:u,!l&&u>=m?o:_n(o,l,u)}var Nc=Fm||function(o){return Tt.clearTimeout(o)};function Tc(o,l){if(l)return o.slice();var u=o.length,m=Jd?Jd(u):new o.constructor(u);return o.copy(m),m}function Kl(o){var l=new o.constructor(o.byteLength);return new Ko(l).set(new Ko(o)),l}function t_(o,l){var u=l?Kl(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.byteLength)}function n_(o){var l=new o.constructor(o.source,md.exec(o));return l.lastIndex=o.lastIndex,l}function r_(o){return Xa?at(Xa.call(o)):{}}function Mc(o,l){var u=l?Kl(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.length)}function Ac(o,l){if(o!==l){var u=o!==n,m=o===null,$=o===o,O=rn(o),z=l!==n,W=l===null,Z=l===l,ue=rn(l);if(!W&&!ue&&!O&&o>l||O&&z&&Z&&!W&&!ue||m&&z&&Z||!u&&Z||!$)return 1;if(!m&&!O&&!ue&&o<l||ue&&u&&$&&!m&&!O||W&&u&&$||!z&&$||!Z)return-1}return 0}function a_(o,l,u){for(var m=-1,$=o.criteria,O=l.criteria,z=$.length,W=u.length;++m<z;){var Z=Ac($[m],O[m]);if(Z){if(m>=W)return Z;var ue=u[m];return Z*(ue=="desc"?-1:1)}}return o.index-l.index}function Dc(o,l,u,m){for(var $=-1,O=o.length,z=u.length,W=-1,Z=l.length,ue=St(O-z,0),ce=oe(Z+ue),_e=!m;++W<Z;)ce[W]=l[W];for(;++$<z;)(_e||$<O)&&(ce[u[$]]=o[$]);for(;ue--;)ce[W++]=o[$++];return ce}function Pc(o,l,u,m){for(var $=-1,O=o.length,z=-1,W=u.length,Z=-1,ue=l.length,ce=St(O-W,0),_e=oe(ce+ue),xe=!m;++$<ce;)_e[$]=o[$];for(var Ve=$;++Z<ue;)_e[Ve+Z]=l[Z];for(;++z<W;)(xe||$<O)&&(_e[Ve+u[z]]=o[$++]);return _e}function Yt(o,l){var u=-1,m=o.length;for(l||(l=oe(m));++u<m;)l[u]=o[u];return l}function Pn(o,l,u,m){var $=!u;u||(u={});for(var O=-1,z=l.length;++O<z;){var W=l[O],Z=m?m(u[W],o[W],W,u,o):n;Z===n&&(Z=o[W]),$?Kn(u,W,Z):Qa(u,W,Z)}return u}function o_(o,l){return Pn(o,ns(o),l)}function i_(o,l){return Pn(o,Kc(o),l)}function di(o,l){return function(u,m){var $=Fe(u)?cm:O2,O=l?l():{};return $(u,o,Ae(m,2),O)}}function ma(o){return je(function(l,u){var m=-1,$=u.length,O=$>1?u[$-1]:n,z=$>2?u[2]:n;for(O=o.length>3&&typeof O=="function"?($--,O):n,z&&zt(u[0],u[1],z)&&(O=$<3?n:O,$=1),l=at(l);++m<$;){var W=u[m];W&&o(l,W,m,O)}return l})}function Ic(o,l){return function(u,m){if(u==null)return u;if(!Gt(u))return o(u,m);for(var $=u.length,O=l?$:-1,z=at(u);(l?O--:++O<$)&&m(z[O],O,z)!==!1;);return u}}function Rc(o){return function(l,u,m){for(var $=-1,O=at(l),z=m(l),W=z.length;W--;){var Z=z[o?W:++$];if(u(O[Z],Z,O)===!1)break}return l}}function l_(o,l,u){var m=l&k,$=no(o);function O(){var z=this&&this!==Tt&&this instanceof O?$:o;return z.apply(m?u:this,arguments)}return O}function Lc(o){return function(l){l=et(l);var u=sa(l)?kn(l):n,m=u?u[0]:l.charAt(0),$=u?yr(u,1).join(""):l.slice(1);return m[o]()+$}}function _a(o){return function(l){return bl(Rf(If(l).replace(Qh,"")),o,"")}}function no(o){return function(){var l=arguments;switch(l.length){case 0:return new o;case 1:return new o(l[0]);case 2:return new o(l[0],l[1]);case 3:return new o(l[0],l[1],l[2]);case 4:return new o(l[0],l[1],l[2],l[3]);case 5:return new o(l[0],l[1],l[2],l[3],l[4]);case 6:return new o(l[0],l[1],l[2],l[3],l[4],l[5]);case 7:return new o(l[0],l[1],l[2],l[3],l[4],l[5],l[6])}var u=ha(o.prototype),m=o.apply(u,l);return ht(m)?m:u}}function s_(o,l,u){var m=no(o);function $(){for(var O=arguments.length,z=oe(O),W=O,Z=va($);W--;)z[W]=arguments[W];var ue=O<3&&z[0]!==Z&&z[O-1]!==Z?[]:hr(z,Z);if(O-=ue.length,O<u)return Wc(o,l,ci,$.placeholder,n,z,ue,n,n,u-O);var ce=this&&this!==Tt&&this instanceof $?m:o;return en(ce,this,z)}return $}function zc(o){return function(l,u,m){var $=at(l);if(!Gt(l)){var O=Ae(u,3);l=Bt(l),u=function(W){return O($[W],W,$)}}var z=o(l,u,m);return z>-1?$[O?l[z]:z]:n}}function Fc(o){return Qn(function(l){var u=l.length,m=u,$=hn.prototype.thru;for(o&&l.reverse();m--;){var O=l[m];if(typeof O!="function")throw new pn(c);if($&&!z&&mi(O)=="wrapper")var z=new hn([],!0)}for(m=z?m:u;++m<u;){O=l[m];var W=mi(O),Z=W=="wrapper"?es(O):n;Z&&as(Z[0])&&Z[1]==(T|B|H|V)&&!Z[4].length&&Z[9]==1?z=z[mi(Z[0])].apply(z,Z[3]):z=O.length==1&&as(O)?z[W]():z.thru(O)}return function(){var ue=arguments,ce=ue[0];if(z&&ue.length==1&&Fe(ce))return z.plant(ce).value();for(var _e=0,xe=u?l[_e].apply(this,ue):ce;++_e<u;)xe=l[_e].call(this,xe);return xe}})}function ci(o,l,u,m,$,O,z,W,Z,ue){var ce=l&T,_e=l&k,xe=l&y,Ve=l&(B|N),Pe=l&I,We=xe?n:no(o);function Ie(){for(var Ye=arguments.length,Xe=oe(Ye),an=Ye;an--;)Xe[an]=arguments[an];if(Ve)var Ft=va(Ie),on=bm(Xe,Ft);if(m&&(Xe=Dc(Xe,m,$,Ve)),O&&(Xe=Pc(Xe,O,z,Ve)),Ye-=on,Ve&&Ye<ue){var bt=hr(Xe,Ft);return Wc(o,l,ci,Ie.placeholder,u,Xe,bt,W,Z,ue-Ye)}var Cn=_e?u:this,tr=xe?Cn[o]:o;return Ye=Xe.length,W?Xe=O_(Xe,W):Pe&&Ye>1&&Xe.reverse(),ce&&Z<Ye&&(Xe.length=Z),this&&this!==Tt&&this instanceof Ie&&(tr=We||no(tr)),tr.apply(Cn,Xe)}return Ie}function Hc(o,l){return function(u,m){return P2(u,o,l(m),{})}}function fi(o,l){return function(u,m){var $;if(u===n&&m===n)return l;if(u!==n&&($=u),m!==n){if($===n)return m;typeof u=="string"||typeof m=="string"?(u=nn(u),m=nn(m)):(u=Sc(u),m=Sc(m)),$=o(u,m)}return $}}function Xl(o){return Qn(function(l){return l=ft(l,tn(Ae())),je(function(u){var m=this;return o(l,function($){return en($,m,u)})})})}function pi(o,l){l=l===n?" ":nn(l);var u=l.length;if(u<2)return u?Ul(l,o):l;var m=Ul(l,Jo(o/ua(l)));return sa(l)?yr(kn(m),0,o).join(""):m.slice(0,o)}function u_(o,l,u,m){var $=l&k,O=no(o);function z(){for(var W=-1,Z=arguments.length,ue=-1,ce=m.length,_e=oe(ce+Z),xe=this&&this!==Tt&&this instanceof z?O:o;++ue<ce;)_e[ue]=m[ue];for(;Z--;)_e[ue++]=arguments[++W];return en(xe,$?u:this,_e)}return z}function Uc(o){return function(l,u,m){return m&&typeof m!="number"&&zt(l,u,m)&&(u=m=n),l=er(l),u===n?(u=l,l=0):u=er(u),m=m===n?l<u?1:-1:er(m),q2(l,u,m,o)}}function hi(o){return function(l,u){return typeof l=="string"&&typeof u=="string"||(l=gn(l),u=gn(u)),o(l,u)}}function Wc(o,l,u,m,$,O,z,W,Z,ue){var ce=l&B,_e=ce?z:n,xe=ce?n:z,Ve=ce?O:n,Pe=ce?n:O;l|=ce?H:S,l&=~(ce?S:H),l&x||(l&=-4);var We=[o,l,$,Ve,_e,Pe,xe,W,Z,ue],Ie=u.apply(n,We);return as(o)&&nf(Ie,We),Ie.placeholder=m,rf(Ie,o,l)}function Ql(o){var l=Ct[o];return function(u,m){if(u=gn(u),m=m==null?0:Dt(Ue(m),292),m&&rc(u)){var $=(et(u)+"e").split("e"),O=l($[0]+"e"+(+$[1]+m));return $=(et(O)+"e").split("e"),+($[0]+"e"+(+$[1]-m))}return l(u)}}var d_=fa&&1/Uo(new fa([,-0]))[1]==re?function(o){return new fa(o)}:ys;function jc(o){return function(l){var u=Pt(l);return u==ge?Sl(l):u==ee?Sm(l):ym(l,o(l))}}function Xn(o,l,u,m,$,O,z,W){var Z=l&y;if(!Z&&typeof o!="function")throw new pn(c);var ue=m?m.length:0;if(ue||(l&=-97,m=$=n),z=z===n?z:St(Ue(z),0),W=W===n?W:Ue(W),ue-=$?$.length:0,l&S){var ce=m,_e=$;m=$=n}var xe=Z?n:es(o),Ve=[o,l,u,m,$,ce,_e,O,z,W];if(xe&&E_(Ve,xe),o=Ve[0],l=Ve[1],u=Ve[2],m=Ve[3],$=Ve[4],W=Ve[9]=Ve[9]===n?Z?0:o.length:St(Ve[9]-ue,0),!W&&l&(B|N)&&(l&=-25),!l||l==k)var Pe=l_(o,l,u);else l==B||l==N?Pe=s_(o,l,W):(l==H||l==(k|H))&&!$.length?Pe=u_(o,l,u,m):Pe=ci.apply(n,Ve);var We=xe?Ec:nf;return rf(We(Pe,Ve),o,l)}function Yc(o,l,u,m){return o===n||En(o,ca[u])&&!tt.call(m,u)?l:o}function Gc(o,l,u,m,$,O){return ht(o)&&ht(l)&&(O.set(l,o),li(o,l,n,Gc,O),O.delete(l)),o}function c_(o){return oo(o)?n:o}function qc(o,l,u,m,$,O){var z=u&C,W=o.length,Z=l.length;if(W!=Z&&!(z&&Z>W))return!1;var ue=O.get(o),ce=O.get(l);if(ue&&ce)return ue==l&&ce==o;var _e=-1,xe=!0,Ve=u&A?new Wr:n;for(O.set(o,l),O.set(l,o);++_e<W;){var Pe=o[_e],We=l[_e];if(m)var Ie=z?m(We,Pe,_e,l,o,O):m(Pe,We,_e,o,l,O);if(Ie!==n){if(Ie)continue;xe=!1;break}if(Ve){if(!$l(l,function(Ye,Xe){if(!ja(Ve,Xe)&&(Pe===Ye||$(Pe,Ye,u,m,O)))return Ve.push(Xe)})){xe=!1;break}}else if(!(Pe===We||$(Pe,We,u,m,O))){xe=!1;break}}return O.delete(o),O.delete(l),xe}function f_(o,l,u,m,$,O,z){switch(u){case Je:if(o.byteLength!=l.byteLength||o.byteOffset!=l.byteOffset)return!1;o=o.buffer,l=l.buffer;case Vt:return!(o.byteLength!=l.byteLength||!O(new Ko(o),new Ko(l)));case D:case G:case P:return En(+o,+l);case te:return o.name==l.name&&o.message==l.message;case Me:case me:return o==l+"";case ge:var W=Sl;case ee:var Z=m&C;if(W||(W=Uo),o.size!=l.size&&!Z)return!1;var ue=z.get(o);if(ue)return ue==l;m|=A,z.set(o,l);var ce=qc(W(o),W(l),m,$,O,z);return z.delete(o),ce;case Se:if(Xa)return Xa.call(o)==Xa.call(l)}return!1}function p_(o,l,u,m,$,O){var z=u&C,W=Zl(o),Z=W.length,ue=Zl(l),ce=ue.length;if(Z!=ce&&!z)return!1;for(var _e=Z;_e--;){var xe=W[_e];if(!(z?xe in l:tt.call(l,xe)))return!1}var Ve=O.get(o),Pe=O.get(l);if(Ve&&Pe)return Ve==l&&Pe==o;var We=!0;O.set(o,l),O.set(l,o);for(var Ie=z;++_e<Z;){xe=W[_e];var Ye=o[xe],Xe=l[xe];if(m)var an=z?m(Xe,Ye,xe,l,o,O):m(Ye,Xe,xe,o,l,O);if(!(an===n?Ye===Xe||$(Ye,Xe,u,m,O):an)){We=!1;break}Ie||(Ie=xe=="constructor")}if(We&&!Ie){var Ft=o.constructor,on=l.constructor;Ft!=on&&"constructor"in o&&"constructor"in l&&!(typeof Ft=="function"&&Ft instanceof Ft&&typeof on=="function"&&on instanceof on)&&(We=!1)}return O.delete(o),O.delete(l),We}function Qn(o){return is(ef(o,n,df),o+"")}function Zl(o){return hc(o,Bt,ns)}function Jl(o){return hc(o,qt,Kc)}var es=ti?function(o){return ti.get(o)}:ys;function mi(o){for(var l=o.name+"",u=pa[l],m=tt.call(pa,l)?u.length:0;m--;){var $=u[m],O=$.func;if(O==null||O==o)return $.name}return l}function va(o){var l=tt.call(E,"placeholder")?E:o;return l.placeholder}function Ae(){var o=E.iteratee||vs;return o=o===vs?vc:o,arguments.length?o(arguments[0],arguments[1]):o}function _i(o,l){var u=o.__data__;return $_(l)?u[typeof l=="string"?"string":"hash"]:u.map}function ts(o){for(var l=Bt(o),u=l.length;u--;){var m=l[u],$=o[m];l[u]=[m,$,Zc($)]}return l}function Gr(o,l){var u=xm(o,l);return _c(u)?u:n}function h_(o){var l=tt.call(o,Hr),u=o[Hr];try{o[Hr]=n;var m=!0}catch{}var $=Go.call(o);return m&&(l?o[Hr]=u:delete o[Hr]),$}var ns=Vl?function(o){return o==null?[]:(o=at(o),fr(Vl(o),function(l){return tc.call(o,l)}))}:bs,Kc=Vl?function(o){for(var l=[];o;)pr(l,ns(o)),o=Xo(o);return l}:bs,Pt=Lt;(Bl&&Pt(new Bl(new ArrayBuffer(1)))!=Je||Ga&&Pt(new Ga)!=ge||Nl&&Pt(Nl.resolve())!=$e||fa&&Pt(new fa)!=ee||qa&&Pt(new qa)!=Et)&&(Pt=function(o){var l=Lt(o),u=l==ye?o.constructor:n,m=u?qr(u):"";if(m)switch(m){case Xm:return Je;case Qm:return ge;case Zm:return $e;case Jm:return ee;case e2:return Et}return l});function m_(o,l,u){for(var m=-1,$=u.length;++m<$;){var O=u[m],z=O.size;switch(O.type){case"drop":o+=z;break;case"dropRight":l-=z;break;case"take":l=Dt(l,o+z);break;case"takeRight":o=St(o,l-z);break}}return{start:o,end:l}}function __(o){var l=o.match(wh);return l?l[1].split(kh):[]}function Xc(o,l,u){l=gr(l,o);for(var m=-1,$=l.length,O=!1;++m<$;){var z=In(l[m]);if(!(O=o!=null&&u(o,z)))break;o=o[z]}return O||++m!=$?O:($=o==null?0:o.length,!!$&&ki($)&&Zn(z,$)&&(Fe(o)||Kr(o)))}function v_(o){var l=o.length,u=new o.constructor(l);return l&&typeof o[0]=="string"&&tt.call(o,"index")&&(u.index=o.index,u.input=o.input),u}function Qc(o){return typeof o.constructor=="function"&&!ro(o)?ha(Xo(o)):{}}function g_(o,l,u){var m=o.constructor;switch(l){case Vt:return Kl(o);case D:case G:return new m(+o);case Je:return t_(o,u);case Yn:case Ar:case ur:case Dr:case Pr:case Ir:case Rr:case Lr:case zr:return Mc(o,u);case ge:return new m;case P:case me:return new m(o);case Me:return n_(o);case ee:return new m;case Se:return r_(o)}}function y_(o,l){var u=l.length;if(!u)return o;var m=u-1;return l[m]=(u>1?"& ":"")+l[m],l=l.join(u>2?", ":" "),o.replace($h,`{
15
+ */Go.exports;(function(e,r){(function(){var n,a="4.17.21",o=200,s="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",d="Invalid `variable` option passed into `_.template`",f="__lodash_hash_undefined__",p=500,h="__lodash_placeholder__",g=1,_=2,k=4,$=1,M=2,x=1,b=2,E=4,V=8,I=16,U=32,S=64,N=128,O=256,A=512,y=30,P="...",j=800,oe=16,H=1,X=2,Y=3,re=1/0,fe=9007199254740991,ae=17976931348623157e292,he=NaN,Z=4294967295,z=Z-1,L=Z>>>1,Q=[["ary",N],["bind",x],["bindKey",b],["curry",V],["curryRight",I],["flip",A],["partial",U],["partialRight",S],["rearg",O]],T="[object Arguments]",G="[object Array]",v="[object AsyncFunction]",D="[object Boolean]",K="[object Date]",pe="[object DOMException]",te="[object Error]",Ne="[object Function]",de="[object GeneratorFunction]",ye="[object Map]",R="[object Number]",_e="[object Null]",be="[object Object]",we="[object Promise]",Ue="[object Proxy]",Te="[object RegExp]",ee="[object Set]",me="[object String]",Se="[object Symbol]",st="[object Undefined]",Ct="[object WeakMap]",Ve="[object WeakSet]",Ot="[object ArrayBuffer]",Ze="[object DataView]",Yn="[object Float32Array]",Mr="[object Float64Array]",ur="[object Int8Array]",Dr="[object Int16Array]",Rr="[object Int32Array]",Ar="[object Uint8Array]",Pr="[object Uint8ClampedArray]",Lr="[object Uint16Array]",Fr="[object Uint32Array]",ne=/\b__p \+= '';/g,ke=/\b(__p \+=) '' \+/g,Ie=/(__e\(.*?\)|\b__t\)) \+\n'';/g,le=/&(?:amp|lt|gt|quot|#39);/g,xe=/[&<>"']/g,Be=RegExp(le.source),dn=RegExp(xe.source),Zt=/<%-([\s\S]+?)%>/g,dr=/<%([\s\S]+?)%>/g,cr=/<%=([\s\S]+?)%>/g,Mn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Wa=/^\w*$/,ul=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,dl=/[\\^$.*+?()[\]{}|]/g,b1=RegExp(dl.source),cl=/^\s+/,_1=/\s/,w1=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,k1=/\{\n\/\* \[wrapped with (.+)\] \*/,x1=/,? & /,E1=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,C1=/[()=,{}\[\]\/\s]/,$1=/\\(\\)?/g,S1=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,md=/\w*$/,B1=/^[-+]0x[0-9a-f]+$/i,O1=/^0b[01]+$/i,V1=/^\[object .+?Constructor\]$/,I1=/^0o[0-7]+$/i,N1=/^(?:0|[1-9]\d*)$/,T1=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ai=/($^)/,M1=/['\n\r\u2028\u2029\\]/g,Pi="\\ud800-\\udfff",D1="\\u0300-\\u036f",R1="\\ufe20-\\ufe2f",A1="\\u20d0-\\u20ff",vd=D1+R1+A1,gd="\\u2700-\\u27bf",yd="a-z\\xdf-\\xf6\\xf8-\\xff",P1="\\xac\\xb1\\xd7\\xf7",L1="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",F1="\\u2000-\\u206f",H1=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",bd="A-Z\\xc0-\\xd6\\xd8-\\xde",_d="\\ufe0e\\ufe0f",wd=P1+L1+F1+H1,fl="['’]",U1="["+Pi+"]",kd="["+wd+"]",Li="["+vd+"]",xd="\\d+",z1="["+gd+"]",Ed="["+yd+"]",Cd="[^"+Pi+wd+xd+gd+yd+bd+"]",pl="\\ud83c[\\udffb-\\udfff]",W1="(?:"+Li+"|"+pl+")",$d="[^"+Pi+"]",hl="(?:\\ud83c[\\udde6-\\uddff]){2}",ml="[\\ud800-\\udbff][\\udc00-\\udfff]",oa="["+bd+"]",Sd="\\u200d",Bd="(?:"+Ed+"|"+Cd+")",j1="(?:"+oa+"|"+Cd+")",Od="(?:"+fl+"(?:d|ll|m|re|s|t|ve))?",Vd="(?:"+fl+"(?:D|LL|M|RE|S|T|VE))?",Id=W1+"?",Nd="["+_d+"]?",Y1="(?:"+Sd+"(?:"+[$d,hl,ml].join("|")+")"+Nd+Id+")*",K1="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",G1="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Td=Nd+Id+Y1,X1="(?:"+[z1,hl,ml].join("|")+")"+Td,Q1="(?:"+[$d+Li+"?",Li,hl,ml,U1].join("|")+")",q1=RegExp(fl,"g"),J1=RegExp(Li,"g"),vl=RegExp(pl+"(?="+pl+")|"+Q1+Td,"g"),Z1=RegExp([oa+"?"+Ed+"+"+Od+"(?="+[kd,oa,"$"].join("|")+")",j1+"+"+Vd+"(?="+[kd,oa+Bd,"$"].join("|")+")",oa+"?"+Bd+"+"+Od,oa+"+"+Vd,G1,K1,xd,X1].join("|"),"g"),em=RegExp("["+Sd+Pi+vd+_d+"]"),tm=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,nm=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rm=-1,ut={};ut[Yn]=ut[Mr]=ut[ur]=ut[Dr]=ut[Rr]=ut[Ar]=ut[Pr]=ut[Lr]=ut[Fr]=!0,ut[T]=ut[G]=ut[Ot]=ut[D]=ut[Ze]=ut[K]=ut[te]=ut[Ne]=ut[ye]=ut[R]=ut[be]=ut[Te]=ut[ee]=ut[me]=ut[Ct]=!1;var ot={};ot[T]=ot[G]=ot[Ot]=ot[Ze]=ot[D]=ot[K]=ot[Yn]=ot[Mr]=ot[ur]=ot[Dr]=ot[Rr]=ot[ye]=ot[R]=ot[be]=ot[Te]=ot[ee]=ot[me]=ot[Se]=ot[Ar]=ot[Pr]=ot[Lr]=ot[Fr]=!0,ot[te]=ot[Ne]=ot[Ct]=!1;var am={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},im={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},om={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},lm={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},sm=parseFloat,um=parseInt,Md=typeof ui=="object"&&ui&&ui.Object===Object&&ui,dm=typeof self=="object"&&self&&self.Object===Object&&self,Nt=Md||dm||Function("return this")(),gl=r&&!r.nodeType&&r,Hr=gl&&!0&&e&&!e.nodeType&&e,Dd=Hr&&Hr.exports===gl,yl=Dd&&Md.process,cn=function(){try{var q=Hr&&Hr.require&&Hr.require("util").types;return q||yl&&yl.binding&&yl.binding("util")}catch{}}(),Rd=cn&&cn.isArrayBuffer,Ad=cn&&cn.isDate,Pd=cn&&cn.isMap,Ld=cn&&cn.isRegExp,Fd=cn&&cn.isSet,Hd=cn&&cn.isTypedArray;function en(q,se,ie){switch(ie.length){case 0:return q.call(se);case 1:return q.call(se,ie[0]);case 2:return q.call(se,ie[0],ie[1]);case 3:return q.call(se,ie[0],ie[1],ie[2])}return q.apply(se,ie)}function cm(q,se,ie,$e){for(var Fe=-1,qe=q==null?0:q.length;++Fe<qe;){var $t=q[Fe];se($e,$t,ie($t),q)}return $e}function fn(q,se){for(var ie=-1,$e=q==null?0:q.length;++ie<$e&&se(q[ie],ie,q)!==!1;);return q}function fm(q,se){for(var ie=q==null?0:q.length;ie--&&se(q[ie],ie,q)!==!1;);return q}function Ud(q,se){for(var ie=-1,$e=q==null?0:q.length;++ie<$e;)if(!se(q[ie],ie,q))return!1;return!0}function fr(q,se){for(var ie=-1,$e=q==null?0:q.length,Fe=0,qe=[];++ie<$e;){var $t=q[ie];se($t,ie,q)&&(qe[Fe++]=$t)}return qe}function Fi(q,se){var ie=q==null?0:q.length;return!!ie&&la(q,se,0)>-1}function bl(q,se,ie){for(var $e=-1,Fe=q==null?0:q.length;++$e<Fe;)if(ie(se,q[$e]))return!0;return!1}function ft(q,se){for(var ie=-1,$e=q==null?0:q.length,Fe=Array($e);++ie<$e;)Fe[ie]=se(q[ie],ie,q);return Fe}function pr(q,se){for(var ie=-1,$e=se.length,Fe=q.length;++ie<$e;)q[Fe+ie]=se[ie];return q}function _l(q,se,ie,$e){var Fe=-1,qe=q==null?0:q.length;for($e&&qe&&(ie=q[++Fe]);++Fe<qe;)ie=se(ie,q[Fe],Fe,q);return ie}function pm(q,se,ie,$e){var Fe=q==null?0:q.length;for($e&&Fe&&(ie=q[--Fe]);Fe--;)ie=se(ie,q[Fe],Fe,q);return ie}function wl(q,se){for(var ie=-1,$e=q==null?0:q.length;++ie<$e;)if(se(q[ie],ie,q))return!0;return!1}var hm=kl("length");function mm(q){return q.split("")}function vm(q){return q.match(E1)||[]}function zd(q,se,ie){var $e;return ie(q,function(Fe,qe,$t){if(se(Fe,qe,$t))return $e=qe,!1}),$e}function Hi(q,se,ie,$e){for(var Fe=q.length,qe=ie+($e?1:-1);$e?qe--:++qe<Fe;)if(se(q[qe],qe,q))return qe;return-1}function la(q,se,ie){return se===se?Bm(q,se,ie):Hi(q,Wd,ie)}function gm(q,se,ie,$e){for(var Fe=ie-1,qe=q.length;++Fe<qe;)if($e(q[Fe],se))return Fe;return-1}function Wd(q){return q!==q}function jd(q,se){var ie=q==null?0:q.length;return ie?El(q,se)/ie:he}function kl(q){return function(se){return se==null?n:se[q]}}function xl(q){return function(se){return q==null?n:q[se]}}function Yd(q,se,ie,$e,Fe){return Fe(q,function(qe,$t,at){ie=$e?($e=!1,qe):se(ie,qe,$t,at)}),ie}function ym(q,se){var ie=q.length;for(q.sort(se);ie--;)q[ie]=q[ie].value;return q}function El(q,se){for(var ie,$e=-1,Fe=q.length;++$e<Fe;){var qe=se(q[$e]);qe!==n&&(ie=ie===n?qe:ie+qe)}return ie}function Cl(q,se){for(var ie=-1,$e=Array(q);++ie<q;)$e[ie]=se(ie);return $e}function bm(q,se){return ft(se,function(ie){return[ie,q[ie]]})}function Kd(q){return q&&q.slice(0,qd(q)+1).replace(cl,"")}function tn(q){return function(se){return q(se)}}function $l(q,se){return ft(se,function(ie){return q[ie]})}function ja(q,se){return q.has(se)}function Gd(q,se){for(var ie=-1,$e=q.length;++ie<$e&&la(se,q[ie],0)>-1;);return ie}function Xd(q,se){for(var ie=q.length;ie--&&la(se,q[ie],0)>-1;);return ie}function _m(q,se){for(var ie=q.length,$e=0;ie--;)q[ie]===se&&++$e;return $e}var wm=xl(am),km=xl(im);function xm(q){return"\\"+lm[q]}function Em(q,se){return q==null?n:q[se]}function sa(q){return em.test(q)}function Cm(q){return tm.test(q)}function $m(q){for(var se,ie=[];!(se=q.next()).done;)ie.push(se.value);return ie}function Sl(q){var se=-1,ie=Array(q.size);return q.forEach(function($e,Fe){ie[++se]=[Fe,$e]}),ie}function Qd(q,se){return function(ie){return q(se(ie))}}function hr(q,se){for(var ie=-1,$e=q.length,Fe=0,qe=[];++ie<$e;){var $t=q[ie];($t===se||$t===h)&&(q[ie]=h,qe[Fe++]=ie)}return qe}function Ui(q){var se=-1,ie=Array(q.size);return q.forEach(function($e){ie[++se]=$e}),ie}function Sm(q){var se=-1,ie=Array(q.size);return q.forEach(function($e){ie[++se]=[$e,$e]}),ie}function Bm(q,se,ie){for(var $e=ie-1,Fe=q.length;++$e<Fe;)if(q[$e]===se)return $e;return-1}function Om(q,se,ie){for(var $e=ie+1;$e--;)if(q[$e]===se)return $e;return $e}function ua(q){return sa(q)?Im(q):hm(q)}function xn(q){return sa(q)?Nm(q):mm(q)}function qd(q){for(var se=q.length;se--&&_1.test(q.charAt(se)););return se}var Vm=xl(om);function Im(q){for(var se=vl.lastIndex=0;vl.test(q);)++se;return se}function Nm(q){return q.match(vl)||[]}function Tm(q){return q.match(Z1)||[]}var Mm=function q(se){se=se==null?Nt:da.defaults(Nt.Object(),se,da.pick(Nt,nm));var ie=se.Array,$e=se.Date,Fe=se.Error,qe=se.Function,$t=se.Math,at=se.Object,Bl=se.RegExp,Dm=se.String,pn=se.TypeError,zi=ie.prototype,Rm=qe.prototype,ca=at.prototype,Wi=se["__core-js_shared__"],ji=Rm.toString,tt=ca.hasOwnProperty,Am=0,Jd=function(){var i=/[^.]+$/.exec(Wi&&Wi.keys&&Wi.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""}(),Yi=ca.toString,Pm=ji.call(at),Lm=Nt._,Fm=Bl("^"+ji.call(tt).replace(dl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ki=Dd?se.Buffer:n,mr=se.Symbol,Gi=se.Uint8Array,Zd=Ki?Ki.allocUnsafe:n,Xi=Qd(at.getPrototypeOf,at),ec=at.create,tc=ca.propertyIsEnumerable,Qi=zi.splice,nc=mr?mr.isConcatSpreadable:n,Ya=mr?mr.iterator:n,Ur=mr?mr.toStringTag:n,qi=function(){try{var i=Kr(at,"defineProperty");return i({},"",{}),i}catch{}}(),Hm=se.clearTimeout!==Nt.clearTimeout&&se.clearTimeout,Um=$e&&$e.now!==Nt.Date.now&&$e.now,zm=se.setTimeout!==Nt.setTimeout&&se.setTimeout,Ji=$t.ceil,Zi=$t.floor,Ol=at.getOwnPropertySymbols,Wm=Ki?Ki.isBuffer:n,rc=se.isFinite,jm=zi.join,Ym=Qd(at.keys,at),St=$t.max,Dt=$t.min,Km=$e.now,Gm=se.parseInt,ac=$t.random,Xm=zi.reverse,Vl=Kr(se,"DataView"),Ka=Kr(se,"Map"),Il=Kr(se,"Promise"),fa=Kr(se,"Set"),Ga=Kr(se,"WeakMap"),Xa=Kr(at,"create"),eo=Ga&&new Ga,pa={},Qm=Gr(Vl),qm=Gr(Ka),Jm=Gr(Il),Zm=Gr(fa),ev=Gr(Ga),to=mr?mr.prototype:n,Qa=to?to.valueOf:n,ic=to?to.toString:n;function C(i){if(vt(i)&&!He(i)&&!(i instanceof Ke)){if(i instanceof hn)return i;if(tt.call(i,"__wrapped__"))return lf(i)}return new hn(i)}var ha=function(){function i(){}return function(l){if(!ht(l))return{};if(ec)return ec(l);i.prototype=l;var u=new i;return i.prototype=n,u}}();function no(){}function hn(i,l){this.__wrapped__=i,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=n}C.templateSettings={escape:Zt,evaluate:dr,interpolate:cr,variable:"",imports:{_:C}},C.prototype=no.prototype,C.prototype.constructor=C,hn.prototype=ha(no.prototype),hn.prototype.constructor=hn;function Ke(i){this.__wrapped__=i,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Z,this.__views__=[]}function tv(){var i=new Ke(this.__wrapped__);return i.__actions__=Yt(this.__actions__),i.__dir__=this.__dir__,i.__filtered__=this.__filtered__,i.__iteratees__=Yt(this.__iteratees__),i.__takeCount__=this.__takeCount__,i.__views__=Yt(this.__views__),i}function nv(){if(this.__filtered__){var i=new Ke(this);i.__dir__=-1,i.__filtered__=!0}else i=this.clone(),i.__dir__*=-1;return i}function rv(){var i=this.__wrapped__.value(),l=this.__dir__,u=He(i),m=l<0,w=u?i.length:0,B=mg(0,w,this.__views__),F=B.start,W=B.end,J=W-F,ue=m?W:F-1,ce=this.__iteratees__,ve=ce.length,Ee=0,Oe=Dt(J,this.__takeCount__);if(!u||!m&&w==J&&Oe==J)return Oc(i,this.__actions__);var Re=[];e:for(;J--&&Ee<Oe;){ue+=l;for(var We=-1,Ae=i[ue];++We<ve;){var Ye=ce[We],Qe=Ye.iteratee,an=Ye.type,Ht=Qe(Ae);if(an==X)Ae=Ht;else if(!Ht){if(an==H)continue e;break e}}Re[Ee++]=Ae}return Re}Ke.prototype=ha(no.prototype),Ke.prototype.constructor=Ke;function zr(i){var l=-1,u=i==null?0:i.length;for(this.clear();++l<u;){var m=i[l];this.set(m[0],m[1])}}function av(){this.__data__=Xa?Xa(null):{},this.size=0}function iv(i){var l=this.has(i)&&delete this.__data__[i];return this.size-=l?1:0,l}function ov(i){var l=this.__data__;if(Xa){var u=l[i];return u===f?n:u}return tt.call(l,i)?l[i]:n}function lv(i){var l=this.__data__;return Xa?l[i]!==n:tt.call(l,i)}function sv(i,l){var u=this.__data__;return this.size+=this.has(i)?0:1,u[i]=Xa&&l===n?f:l,this}zr.prototype.clear=av,zr.prototype.delete=iv,zr.prototype.get=ov,zr.prototype.has=lv,zr.prototype.set=sv;function Kn(i){var l=-1,u=i==null?0:i.length;for(this.clear();++l<u;){var m=i[l];this.set(m[0],m[1])}}function uv(){this.__data__=[],this.size=0}function dv(i){var l=this.__data__,u=ro(l,i);if(u<0)return!1;var m=l.length-1;return u==m?l.pop():Qi.call(l,u,1),--this.size,!0}function cv(i){var l=this.__data__,u=ro(l,i);return u<0?n:l[u][1]}function fv(i){return ro(this.__data__,i)>-1}function pv(i,l){var u=this.__data__,m=ro(u,i);return m<0?(++this.size,u.push([i,l])):u[m][1]=l,this}Kn.prototype.clear=uv,Kn.prototype.delete=dv,Kn.prototype.get=cv,Kn.prototype.has=fv,Kn.prototype.set=pv;function Gn(i){var l=-1,u=i==null?0:i.length;for(this.clear();++l<u;){var m=i[l];this.set(m[0],m[1])}}function hv(){this.size=0,this.__data__={hash:new zr,map:new(Ka||Kn),string:new zr}}function mv(i){var l=vo(this,i).delete(i);return this.size-=l?1:0,l}function vv(i){return vo(this,i).get(i)}function gv(i){return vo(this,i).has(i)}function yv(i,l){var u=vo(this,i),m=u.size;return u.set(i,l),this.size+=u.size==m?0:1,this}Gn.prototype.clear=hv,Gn.prototype.delete=mv,Gn.prototype.get=vv,Gn.prototype.has=gv,Gn.prototype.set=yv;function Wr(i){var l=-1,u=i==null?0:i.length;for(this.__data__=new Gn;++l<u;)this.add(i[l])}function bv(i){return this.__data__.set(i,f),this}function _v(i){return this.__data__.has(i)}Wr.prototype.add=Wr.prototype.push=bv,Wr.prototype.has=_v;function En(i){var l=this.__data__=new Kn(i);this.size=l.size}function wv(){this.__data__=new Kn,this.size=0}function kv(i){var l=this.__data__,u=l.delete(i);return this.size=l.size,u}function xv(i){return this.__data__.get(i)}function Ev(i){return this.__data__.has(i)}function Cv(i,l){var u=this.__data__;if(u instanceof Kn){var m=u.__data__;if(!Ka||m.length<o-1)return m.push([i,l]),this.size=++u.size,this;u=this.__data__=new Gn(m)}return u.set(i,l),this.size=u.size,this}En.prototype.clear=wv,En.prototype.delete=kv,En.prototype.get=xv,En.prototype.has=Ev,En.prototype.set=Cv;function oc(i,l){var u=He(i),m=!u&&Xr(i),w=!u&&!m&&_r(i),B=!u&&!m&&!w&&ya(i),F=u||m||w||B,W=F?Cl(i.length,Dm):[],J=W.length;for(var ue in i)(l||tt.call(i,ue))&&!(F&&(ue=="length"||w&&(ue=="offset"||ue=="parent")||B&&(ue=="buffer"||ue=="byteLength"||ue=="byteOffset")||Jn(ue,J)))&&W.push(ue);return W}function lc(i){var l=i.length;return l?i[Ul(0,l-1)]:n}function $v(i,l){return go(Yt(i),jr(l,0,i.length))}function Sv(i){return go(Yt(i))}function Nl(i,l,u){(u!==n&&!Cn(i[l],u)||u===n&&!(l in i))&&Xn(i,l,u)}function qa(i,l,u){var m=i[l];(!(tt.call(i,l)&&Cn(m,u))||u===n&&!(l in i))&&Xn(i,l,u)}function ro(i,l){for(var u=i.length;u--;)if(Cn(i[u][0],l))return u;return-1}function Bv(i,l,u,m){return vr(i,function(w,B,F){l(m,w,u(w),F)}),m}function sc(i,l){return i&&Rn(l,Vt(l),i)}function Ov(i,l){return i&&Rn(l,Gt(l),i)}function Xn(i,l,u){l=="__proto__"&&qi?qi(i,l,{configurable:!0,enumerable:!0,value:u,writable:!0}):i[l]=u}function Tl(i,l){for(var u=-1,m=l.length,w=ie(m),B=i==null;++u<m;)w[u]=B?n:ps(i,l[u]);return w}function jr(i,l,u){return i===i&&(u!==n&&(i=i<=u?i:u),l!==n&&(i=i>=l?i:l)),i}function mn(i,l,u,m,w,B){var F,W=l&g,J=l&_,ue=l&k;if(u&&(F=w?u(i,m,w,B):u(i)),F!==n)return F;if(!ht(i))return i;var ce=He(i);if(ce){if(F=gg(i),!W)return Yt(i,F)}else{var ve=Rt(i),Ee=ve==Ne||ve==de;if(_r(i))return Nc(i,W);if(ve==be||ve==T||Ee&&!w){if(F=J||Ee?{}:qc(i),!W)return J?og(i,Ov(F,i)):ig(i,sc(F,i))}else{if(!ot[ve])return w?i:{};F=yg(i,ve,W)}}B||(B=new En);var Oe=B.get(i);if(Oe)return Oe;B.set(i,F),Sf(i)?i.forEach(function(Ae){F.add(mn(Ae,l,u,Ae,i,B))}):Cf(i)&&i.forEach(function(Ae,Ye){F.set(Ye,mn(Ae,l,u,Ye,i,B))});var Re=ue?J?Zl:Jl:J?Gt:Vt,We=ce?n:Re(i);return fn(We||i,function(Ae,Ye){We&&(Ye=Ae,Ae=i[Ye]),qa(F,Ye,mn(Ae,l,u,Ye,i,B))}),F}function Vv(i){var l=Vt(i);return function(u){return uc(u,i,l)}}function uc(i,l,u){var m=u.length;if(i==null)return!m;for(i=at(i);m--;){var w=u[m],B=l[w],F=i[w];if(F===n&&!(w in i)||!B(F))return!1}return!0}function dc(i,l,u){if(typeof i!="function")throw new pn(c);return ai(function(){i.apply(n,u)},l)}function Ja(i,l,u,m){var w=-1,B=Fi,F=!0,W=i.length,J=[],ue=l.length;if(!W)return J;u&&(l=ft(l,tn(u))),m?(B=bl,F=!1):l.length>=o&&(B=ja,F=!1,l=new Wr(l));e:for(;++w<W;){var ce=i[w],ve=u==null?ce:u(ce);if(ce=m||ce!==0?ce:0,F&&ve===ve){for(var Ee=ue;Ee--;)if(l[Ee]===ve)continue e;J.push(ce)}else B(l,ve,m)||J.push(ce)}return J}var vr=Ac(Dn),cc=Ac(Dl,!0);function Iv(i,l){var u=!0;return vr(i,function(m,w,B){return u=!!l(m,w,B),u}),u}function ao(i,l,u){for(var m=-1,w=i.length;++m<w;){var B=i[m],F=l(B);if(F!=null&&(W===n?F===F&&!rn(F):u(F,W)))var W=F,J=B}return J}function Nv(i,l,u,m){var w=i.length;for(u=ze(u),u<0&&(u=-u>w?0:w+u),m=m===n||m>w?w:ze(m),m<0&&(m+=w),m=u>m?0:Of(m);u<m;)i[u++]=l;return i}function fc(i,l){var u=[];return vr(i,function(m,w,B){l(m,w,B)&&u.push(m)}),u}function Tt(i,l,u,m,w){var B=-1,F=i.length;for(u||(u=_g),w||(w=[]);++B<F;){var W=i[B];l>0&&u(W)?l>1?Tt(W,l-1,u,m,w):pr(w,W):m||(w[w.length]=W)}return w}var Ml=Pc(),pc=Pc(!0);function Dn(i,l){return i&&Ml(i,l,Vt)}function Dl(i,l){return i&&pc(i,l,Vt)}function io(i,l){return fr(l,function(u){return Zn(i[u])})}function Yr(i,l){l=yr(l,i);for(var u=0,m=l.length;i!=null&&u<m;)i=i[An(l[u++])];return u&&u==m?i:n}function hc(i,l,u){var m=l(i);return He(i)?m:pr(m,u(i))}function Lt(i){return i==null?i===n?st:_e:Ur&&Ur in at(i)?hg(i):Sg(i)}function Rl(i,l){return i>l}function Tv(i,l){return i!=null&&tt.call(i,l)}function Mv(i,l){return i!=null&&l in at(i)}function Dv(i,l,u){return i>=Dt(l,u)&&i<St(l,u)}function Al(i,l,u){for(var m=u?bl:Fi,w=i[0].length,B=i.length,F=B,W=ie(B),J=1/0,ue=[];F--;){var ce=i[F];F&&l&&(ce=ft(ce,tn(l))),J=Dt(ce.length,J),W[F]=!u&&(l||w>=120&&ce.length>=120)?new Wr(F&&ce):n}ce=i[0];var ve=-1,Ee=W[0];e:for(;++ve<w&&ue.length<J;){var Oe=ce[ve],Re=l?l(Oe):Oe;if(Oe=u||Oe!==0?Oe:0,!(Ee?ja(Ee,Re):m(ue,Re,u))){for(F=B;--F;){var We=W[F];if(!(We?ja(We,Re):m(i[F],Re,u)))continue e}Ee&&Ee.push(Re),ue.push(Oe)}}return ue}function Rv(i,l,u,m){return Dn(i,function(w,B,F){l(m,u(w),B,F)}),m}function Za(i,l,u){l=yr(l,i),i=tf(i,l);var m=i==null?i:i[An(gn(l))];return m==null?n:en(m,i,u)}function mc(i){return vt(i)&&Lt(i)==T}function Av(i){return vt(i)&&Lt(i)==Ot}function Pv(i){return vt(i)&&Lt(i)==K}function ei(i,l,u,m,w){return i===l?!0:i==null||l==null||!vt(i)&&!vt(l)?i!==i&&l!==l:Lv(i,l,u,m,ei,w)}function Lv(i,l,u,m,w,B){var F=He(i),W=He(l),J=F?G:Rt(i),ue=W?G:Rt(l);J=J==T?be:J,ue=ue==T?be:ue;var ce=J==be,ve=ue==be,Ee=J==ue;if(Ee&&_r(i)){if(!_r(l))return!1;F=!0,ce=!1}if(Ee&&!ce)return B||(B=new En),F||ya(i)?Gc(i,l,u,m,w,B):fg(i,l,J,u,m,w,B);if(!(u&$)){var Oe=ce&&tt.call(i,"__wrapped__"),Re=ve&&tt.call(l,"__wrapped__");if(Oe||Re){var We=Oe?i.value():i,Ae=Re?l.value():l;return B||(B=new En),w(We,Ae,u,m,B)}}return Ee?(B||(B=new En),pg(i,l,u,m,w,B)):!1}function Fv(i){return vt(i)&&Rt(i)==ye}function Pl(i,l,u,m){var w=u.length,B=w,F=!m;if(i==null)return!B;for(i=at(i);w--;){var W=u[w];if(F&&W[2]?W[1]!==i[W[0]]:!(W[0]in i))return!1}for(;++w<B;){W=u[w];var J=W[0],ue=i[J],ce=W[1];if(F&&W[2]){if(ue===n&&!(J in i))return!1}else{var ve=new En;if(m)var Ee=m(ue,ce,J,i,l,ve);if(!(Ee===n?ei(ce,ue,$|M,m,ve):Ee))return!1}}return!0}function vc(i){if(!ht(i)||kg(i))return!1;var l=Zn(i)?Fm:V1;return l.test(Gr(i))}function Hv(i){return vt(i)&&Lt(i)==Te}function Uv(i){return vt(i)&&Rt(i)==ee}function zv(i){return vt(i)&&xo(i.length)&&!!ut[Lt(i)]}function gc(i){return typeof i=="function"?i:i==null?Xt:typeof i=="object"?He(i)?_c(i[0],i[1]):bc(i):Ff(i)}function Ll(i){if(!ri(i))return Ym(i);var l=[];for(var u in at(i))tt.call(i,u)&&u!="constructor"&&l.push(u);return l}function Wv(i){if(!ht(i))return $g(i);var l=ri(i),u=[];for(var m in i)m=="constructor"&&(l||!tt.call(i,m))||u.push(m);return u}function Fl(i,l){return i<l}function yc(i,l){var u=-1,m=Kt(i)?ie(i.length):[];return vr(i,function(w,B,F){m[++u]=l(w,B,F)}),m}function bc(i){var l=ts(i);return l.length==1&&l[0][2]?Zc(l[0][0],l[0][1]):function(u){return u===i||Pl(u,i,l)}}function _c(i,l){return rs(i)&&Jc(l)?Zc(An(i),l):function(u){var m=ps(u,i);return m===n&&m===l?hs(u,i):ei(l,m,$|M)}}function oo(i,l,u,m,w){i!==l&&Ml(l,function(B,F){if(w||(w=new En),ht(B))jv(i,l,F,u,oo,m,w);else{var W=m?m(is(i,F),B,F+"",i,l,w):n;W===n&&(W=B),Nl(i,F,W)}},Gt)}function jv(i,l,u,m,w,B,F){var W=is(i,u),J=is(l,u),ue=F.get(J);if(ue){Nl(i,u,ue);return}var ce=B?B(W,J,u+"",i,l,F):n,ve=ce===n;if(ve){var Ee=He(J),Oe=!Ee&&_r(J),Re=!Ee&&!Oe&&ya(J);ce=J,Ee||Oe||Re?He(W)?ce=W:bt(W)?ce=Yt(W):Oe?(ve=!1,ce=Nc(J,!0)):Re?(ve=!1,ce=Tc(J,!0)):ce=[]:ii(J)||Xr(J)?(ce=W,Xr(W)?ce=Vf(W):(!ht(W)||Zn(W))&&(ce=qc(J))):ve=!1}ve&&(F.set(J,ce),w(ce,J,m,B,F),F.delete(J)),Nl(i,u,ce)}function wc(i,l){var u=i.length;if(u)return l+=l<0?u:0,Jn(l,u)?i[l]:n}function kc(i,l,u){l.length?l=ft(l,function(B){return He(B)?function(F){return Yr(F,B.length===1?B[0]:B)}:B}):l=[Xt];var m=-1;l=ft(l,tn(Me()));var w=yc(i,function(B,F,W){var J=ft(l,function(ue){return ue(B)});return{criteria:J,index:++m,value:B}});return ym(w,function(B,F){return ag(B,F,u)})}function Yv(i,l){return xc(i,l,function(u,m){return hs(i,m)})}function xc(i,l,u){for(var m=-1,w=l.length,B={};++m<w;){var F=l[m],W=Yr(i,F);u(W,F)&&ti(B,yr(F,i),W)}return B}function Kv(i){return function(l){return Yr(l,i)}}function Hl(i,l,u,m){var w=m?gm:la,B=-1,F=l.length,W=i;for(i===l&&(l=Yt(l)),u&&(W=ft(i,tn(u)));++B<F;)for(var J=0,ue=l[B],ce=u?u(ue):ue;(J=w(W,ce,J,m))>-1;)W!==i&&Qi.call(W,J,1),Qi.call(i,J,1);return i}function Ec(i,l){for(var u=i?l.length:0,m=u-1;u--;){var w=l[u];if(u==m||w!==B){var B=w;Jn(w)?Qi.call(i,w,1):jl(i,w)}}return i}function Ul(i,l){return i+Zi(ac()*(l-i+1))}function Gv(i,l,u,m){for(var w=-1,B=St(Ji((l-i)/(u||1)),0),F=ie(B);B--;)F[m?B:++w]=i,i+=u;return F}function zl(i,l){var u="";if(!i||l<1||l>fe)return u;do l%2&&(u+=i),l=Zi(l/2),l&&(i+=i);while(l);return u}function je(i,l){return os(ef(i,l,Xt),i+"")}function Xv(i){return lc(ba(i))}function Qv(i,l){var u=ba(i);return go(u,jr(l,0,u.length))}function ti(i,l,u,m){if(!ht(i))return i;l=yr(l,i);for(var w=-1,B=l.length,F=B-1,W=i;W!=null&&++w<B;){var J=An(l[w]),ue=u;if(J==="__proto__"||J==="constructor"||J==="prototype")return i;if(w!=F){var ce=W[J];ue=m?m(ce,J,W):n,ue===n&&(ue=ht(ce)?ce:Jn(l[w+1])?[]:{})}qa(W,J,ue),W=W[J]}return i}var Cc=eo?function(i,l){return eo.set(i,l),i}:Xt,qv=qi?function(i,l){return qi(i,"toString",{configurable:!0,enumerable:!1,value:vs(l),writable:!0})}:Xt;function Jv(i){return go(ba(i))}function vn(i,l,u){var m=-1,w=i.length;l<0&&(l=-l>w?0:w+l),u=u>w?w:u,u<0&&(u+=w),w=l>u?0:u-l>>>0,l>>>=0;for(var B=ie(w);++m<w;)B[m]=i[m+l];return B}function Zv(i,l){var u;return vr(i,function(m,w,B){return u=l(m,w,B),!u}),!!u}function lo(i,l,u){var m=0,w=i==null?m:i.length;if(typeof l=="number"&&l===l&&w<=L){for(;m<w;){var B=m+w>>>1,F=i[B];F!==null&&!rn(F)&&(u?F<=l:F<l)?m=B+1:w=B}return w}return Wl(i,l,Xt,u)}function Wl(i,l,u,m){var w=0,B=i==null?0:i.length;if(B===0)return 0;l=u(l);for(var F=l!==l,W=l===null,J=rn(l),ue=l===n;w<B;){var ce=Zi((w+B)/2),ve=u(i[ce]),Ee=ve!==n,Oe=ve===null,Re=ve===ve,We=rn(ve);if(F)var Ae=m||Re;else ue?Ae=Re&&(m||Ee):W?Ae=Re&&Ee&&(m||!Oe):J?Ae=Re&&Ee&&!Oe&&(m||!We):Oe||We?Ae=!1:Ae=m?ve<=l:ve<l;Ae?w=ce+1:B=ce}return Dt(B,z)}function $c(i,l){for(var u=-1,m=i.length,w=0,B=[];++u<m;){var F=i[u],W=l?l(F):F;if(!u||!Cn(W,J)){var J=W;B[w++]=F===0?0:F}}return B}function Sc(i){return typeof i=="number"?i:rn(i)?he:+i}function nn(i){if(typeof i=="string")return i;if(He(i))return ft(i,nn)+"";if(rn(i))return ic?ic.call(i):"";var l=i+"";return l=="0"&&1/i==-1/0?"-0":l}function gr(i,l,u){var m=-1,w=Fi,B=i.length,F=!0,W=[],J=W;if(u)F=!1,w=bl;else if(B>=o){var ue=l?null:dg(i);if(ue)return Ui(ue);F=!1,w=ja,J=new Wr}else J=l?[]:W;e:for(;++m<B;){var ce=i[m],ve=l?l(ce):ce;if(ce=u||ce!==0?ce:0,F&&ve===ve){for(var Ee=J.length;Ee--;)if(J[Ee]===ve)continue e;l&&J.push(ve),W.push(ce)}else w(J,ve,u)||(J!==W&&J.push(ve),W.push(ce))}return W}function jl(i,l){return l=yr(l,i),i=tf(i,l),i==null||delete i[An(gn(l))]}function Bc(i,l,u,m){return ti(i,l,u(Yr(i,l)),m)}function so(i,l,u,m){for(var w=i.length,B=m?w:-1;(m?B--:++B<w)&&l(i[B],B,i););return u?vn(i,m?0:B,m?B+1:w):vn(i,m?B+1:0,m?w:B)}function Oc(i,l){var u=i;return u instanceof Ke&&(u=u.value()),_l(l,function(m,w){return w.func.apply(w.thisArg,pr([m],w.args))},u)}function Yl(i,l,u){var m=i.length;if(m<2)return m?gr(i[0]):[];for(var w=-1,B=ie(m);++w<m;)for(var F=i[w],W=-1;++W<m;)W!=w&&(B[w]=Ja(B[w]||F,i[W],l,u));return gr(Tt(B,1),l,u)}function Vc(i,l,u){for(var m=-1,w=i.length,B=l.length,F={};++m<w;){var W=m<B?l[m]:n;u(F,i[m],W)}return F}function Kl(i){return bt(i)?i:[]}function Gl(i){return typeof i=="function"?i:Xt}function yr(i,l){return He(i)?i:rs(i,l)?[i]:of(et(i))}var eg=je;function br(i,l,u){var m=i.length;return u=u===n?m:u,!l&&u>=m?i:vn(i,l,u)}var Ic=Hm||function(i){return Nt.clearTimeout(i)};function Nc(i,l){if(l)return i.slice();var u=i.length,m=Zd?Zd(u):new i.constructor(u);return i.copy(m),m}function Xl(i){var l=new i.constructor(i.byteLength);return new Gi(l).set(new Gi(i)),l}function tg(i,l){var u=l?Xl(i.buffer):i.buffer;return new i.constructor(u,i.byteOffset,i.byteLength)}function ng(i){var l=new i.constructor(i.source,md.exec(i));return l.lastIndex=i.lastIndex,l}function rg(i){return Qa?at(Qa.call(i)):{}}function Tc(i,l){var u=l?Xl(i.buffer):i.buffer;return new i.constructor(u,i.byteOffset,i.length)}function Mc(i,l){if(i!==l){var u=i!==n,m=i===null,w=i===i,B=rn(i),F=l!==n,W=l===null,J=l===l,ue=rn(l);if(!W&&!ue&&!B&&i>l||B&&F&&J&&!W&&!ue||m&&F&&J||!u&&J||!w)return 1;if(!m&&!B&&!ue&&i<l||ue&&u&&w&&!m&&!B||W&&u&&w||!F&&w||!J)return-1}return 0}function ag(i,l,u){for(var m=-1,w=i.criteria,B=l.criteria,F=w.length,W=u.length;++m<F;){var J=Mc(w[m],B[m]);if(J){if(m>=W)return J;var ue=u[m];return J*(ue=="desc"?-1:1)}}return i.index-l.index}function Dc(i,l,u,m){for(var w=-1,B=i.length,F=u.length,W=-1,J=l.length,ue=St(B-F,0),ce=ie(J+ue),ve=!m;++W<J;)ce[W]=l[W];for(;++w<F;)(ve||w<B)&&(ce[u[w]]=i[w]);for(;ue--;)ce[W++]=i[w++];return ce}function Rc(i,l,u,m){for(var w=-1,B=i.length,F=-1,W=u.length,J=-1,ue=l.length,ce=St(B-W,0),ve=ie(ce+ue),Ee=!m;++w<ce;)ve[w]=i[w];for(var Oe=w;++J<ue;)ve[Oe+J]=l[J];for(;++F<W;)(Ee||w<B)&&(ve[Oe+u[F]]=i[w++]);return ve}function Yt(i,l){var u=-1,m=i.length;for(l||(l=ie(m));++u<m;)l[u]=i[u];return l}function Rn(i,l,u,m){var w=!u;u||(u={});for(var B=-1,F=l.length;++B<F;){var W=l[B],J=m?m(u[W],i[W],W,u,i):n;J===n&&(J=i[W]),w?Xn(u,W,J):qa(u,W,J)}return u}function ig(i,l){return Rn(i,ns(i),l)}function og(i,l){return Rn(i,Xc(i),l)}function uo(i,l){return function(u,m){var w=He(u)?cm:Bv,B=l?l():{};return w(u,i,Me(m,2),B)}}function ma(i){return je(function(l,u){var m=-1,w=u.length,B=w>1?u[w-1]:n,F=w>2?u[2]:n;for(B=i.length>3&&typeof B=="function"?(w--,B):n,F&&Ft(u[0],u[1],F)&&(B=w<3?n:B,w=1),l=at(l);++m<w;){var W=u[m];W&&i(l,W,m,B)}return l})}function Ac(i,l){return function(u,m){if(u==null)return u;if(!Kt(u))return i(u,m);for(var w=u.length,B=l?w:-1,F=at(u);(l?B--:++B<w)&&m(F[B],B,F)!==!1;);return u}}function Pc(i){return function(l,u,m){for(var w=-1,B=at(l),F=m(l),W=F.length;W--;){var J=F[i?W:++w];if(u(B[J],J,B)===!1)break}return l}}function lg(i,l,u){var m=l&x,w=ni(i);function B(){var F=this&&this!==Nt&&this instanceof B?w:i;return F.apply(m?u:this,arguments)}return B}function Lc(i){return function(l){l=et(l);var u=sa(l)?xn(l):n,m=u?u[0]:l.charAt(0),w=u?br(u,1).join(""):l.slice(1);return m[i]()+w}}function va(i){return function(l){return _l(Pf(Af(l).replace(q1,"")),i,"")}}function ni(i){return function(){var l=arguments;switch(l.length){case 0:return new i;case 1:return new i(l[0]);case 2:return new i(l[0],l[1]);case 3:return new i(l[0],l[1],l[2]);case 4:return new i(l[0],l[1],l[2],l[3]);case 5:return new i(l[0],l[1],l[2],l[3],l[4]);case 6:return new i(l[0],l[1],l[2],l[3],l[4],l[5]);case 7:return new i(l[0],l[1],l[2],l[3],l[4],l[5],l[6])}var u=ha(i.prototype),m=i.apply(u,l);return ht(m)?m:u}}function sg(i,l,u){var m=ni(i);function w(){for(var B=arguments.length,F=ie(B),W=B,J=ga(w);W--;)F[W]=arguments[W];var ue=B<3&&F[0]!==J&&F[B-1]!==J?[]:hr(F,J);if(B-=ue.length,B<u)return Wc(i,l,co,w.placeholder,n,F,ue,n,n,u-B);var ce=this&&this!==Nt&&this instanceof w?m:i;return en(ce,this,F)}return w}function Fc(i){return function(l,u,m){var w=at(l);if(!Kt(l)){var B=Me(u,3);l=Vt(l),u=function(W){return B(w[W],W,w)}}var F=i(l,u,m);return F>-1?w[B?l[F]:F]:n}}function Hc(i){return qn(function(l){var u=l.length,m=u,w=hn.prototype.thru;for(i&&l.reverse();m--;){var B=l[m];if(typeof B!="function")throw new pn(c);if(w&&!F&&mo(B)=="wrapper")var F=new hn([],!0)}for(m=F?m:u;++m<u;){B=l[m];var W=mo(B),J=W=="wrapper"?es(B):n;J&&as(J[0])&&J[1]==(N|V|U|O)&&!J[4].length&&J[9]==1?F=F[mo(J[0])].apply(F,J[3]):F=B.length==1&&as(B)?F[W]():F.thru(B)}return function(){var ue=arguments,ce=ue[0];if(F&&ue.length==1&&He(ce))return F.plant(ce).value();for(var ve=0,Ee=u?l[ve].apply(this,ue):ce;++ve<u;)Ee=l[ve].call(this,Ee);return Ee}})}function co(i,l,u,m,w,B,F,W,J,ue){var ce=l&N,ve=l&x,Ee=l&b,Oe=l&(V|I),Re=l&A,We=Ee?n:ni(i);function Ae(){for(var Ye=arguments.length,Qe=ie(Ye),an=Ye;an--;)Qe[an]=arguments[an];if(Oe)var Ht=ga(Ae),on=_m(Qe,Ht);if(m&&(Qe=Dc(Qe,m,w,Oe)),B&&(Qe=Rc(Qe,B,F,Oe)),Ye-=on,Oe&&Ye<ue){var _t=hr(Qe,Ht);return Wc(i,l,co,Ae.placeholder,u,Qe,_t,W,J,ue-Ye)}var $n=ve?u:this,tr=Ee?$n[i]:i;return Ye=Qe.length,W?Qe=Bg(Qe,W):Re&&Ye>1&&Qe.reverse(),ce&&J<Ye&&(Qe.length=J),this&&this!==Nt&&this instanceof Ae&&(tr=We||ni(tr)),tr.apply($n,Qe)}return Ae}function Uc(i,l){return function(u,m){return Rv(u,i,l(m),{})}}function fo(i,l){return function(u,m){var w;if(u===n&&m===n)return l;if(u!==n&&(w=u),m!==n){if(w===n)return m;typeof u=="string"||typeof m=="string"?(u=nn(u),m=nn(m)):(u=Sc(u),m=Sc(m)),w=i(u,m)}return w}}function Ql(i){return qn(function(l){return l=ft(l,tn(Me())),je(function(u){var m=this;return i(l,function(w){return en(w,m,u)})})})}function po(i,l){l=l===n?" ":nn(l);var u=l.length;if(u<2)return u?zl(l,i):l;var m=zl(l,Ji(i/ua(l)));return sa(l)?br(xn(m),0,i).join(""):m.slice(0,i)}function ug(i,l,u,m){var w=l&x,B=ni(i);function F(){for(var W=-1,J=arguments.length,ue=-1,ce=m.length,ve=ie(ce+J),Ee=this&&this!==Nt&&this instanceof F?B:i;++ue<ce;)ve[ue]=m[ue];for(;J--;)ve[ue++]=arguments[++W];return en(Ee,w?u:this,ve)}return F}function zc(i){return function(l,u,m){return m&&typeof m!="number"&&Ft(l,u,m)&&(u=m=n),l=er(l),u===n?(u=l,l=0):u=er(u),m=m===n?l<u?1:-1:er(m),Gv(l,u,m,i)}}function ho(i){return function(l,u){return typeof l=="string"&&typeof u=="string"||(l=yn(l),u=yn(u)),i(l,u)}}function Wc(i,l,u,m,w,B,F,W,J,ue){var ce=l&V,ve=ce?F:n,Ee=ce?n:F,Oe=ce?B:n,Re=ce?n:B;l|=ce?U:S,l&=~(ce?S:U),l&E||(l&=-4);var We=[i,l,w,Oe,ve,Re,Ee,W,J,ue],Ae=u.apply(n,We);return as(i)&&nf(Ae,We),Ae.placeholder=m,rf(Ae,i,l)}function ql(i){var l=$t[i];return function(u,m){if(u=yn(u),m=m==null?0:Dt(ze(m),292),m&&rc(u)){var w=(et(u)+"e").split("e"),B=l(w[0]+"e"+(+w[1]+m));return w=(et(B)+"e").split("e"),+(w[0]+"e"+(+w[1]-m))}return l(u)}}var dg=fa&&1/Ui(new fa([,-0]))[1]==re?function(i){return new fa(i)}:bs;function jc(i){return function(l){var u=Rt(l);return u==ye?Sl(l):u==ee?Sm(l):bm(l,i(l))}}function Qn(i,l,u,m,w,B,F,W){var J=l&b;if(!J&&typeof i!="function")throw new pn(c);var ue=m?m.length:0;if(ue||(l&=-97,m=w=n),F=F===n?F:St(ze(F),0),W=W===n?W:ze(W),ue-=w?w.length:0,l&S){var ce=m,ve=w;m=w=n}var Ee=J?n:es(i),Oe=[i,l,u,m,w,ce,ve,B,F,W];if(Ee&&Cg(Oe,Ee),i=Oe[0],l=Oe[1],u=Oe[2],m=Oe[3],w=Oe[4],W=Oe[9]=Oe[9]===n?J?0:i.length:St(Oe[9]-ue,0),!W&&l&(V|I)&&(l&=-25),!l||l==x)var Re=lg(i,l,u);else l==V||l==I?Re=sg(i,l,W):(l==U||l==(x|U))&&!w.length?Re=ug(i,l,u,m):Re=co.apply(n,Oe);var We=Ee?Cc:nf;return rf(We(Re,Oe),i,l)}function Yc(i,l,u,m){return i===n||Cn(i,ca[u])&&!tt.call(m,u)?l:i}function Kc(i,l,u,m,w,B){return ht(i)&&ht(l)&&(B.set(l,i),oo(i,l,n,Kc,B),B.delete(l)),i}function cg(i){return ii(i)?n:i}function Gc(i,l,u,m,w,B){var F=u&$,W=i.length,J=l.length;if(W!=J&&!(F&&J>W))return!1;var ue=B.get(i),ce=B.get(l);if(ue&&ce)return ue==l&&ce==i;var ve=-1,Ee=!0,Oe=u&M?new Wr:n;for(B.set(i,l),B.set(l,i);++ve<W;){var Re=i[ve],We=l[ve];if(m)var Ae=F?m(We,Re,ve,l,i,B):m(Re,We,ve,i,l,B);if(Ae!==n){if(Ae)continue;Ee=!1;break}if(Oe){if(!wl(l,function(Ye,Qe){if(!ja(Oe,Qe)&&(Re===Ye||w(Re,Ye,u,m,B)))return Oe.push(Qe)})){Ee=!1;break}}else if(!(Re===We||w(Re,We,u,m,B))){Ee=!1;break}}return B.delete(i),B.delete(l),Ee}function fg(i,l,u,m,w,B,F){switch(u){case Ze:if(i.byteLength!=l.byteLength||i.byteOffset!=l.byteOffset)return!1;i=i.buffer,l=l.buffer;case Ot:return!(i.byteLength!=l.byteLength||!B(new Gi(i),new Gi(l)));case D:case K:case R:return Cn(+i,+l);case te:return i.name==l.name&&i.message==l.message;case Te:case me:return i==l+"";case ye:var W=Sl;case ee:var J=m&$;if(W||(W=Ui),i.size!=l.size&&!J)return!1;var ue=F.get(i);if(ue)return ue==l;m|=M,F.set(i,l);var ce=Gc(W(i),W(l),m,w,B,F);return F.delete(i),ce;case Se:if(Qa)return Qa.call(i)==Qa.call(l)}return!1}function pg(i,l,u,m,w,B){var F=u&$,W=Jl(i),J=W.length,ue=Jl(l),ce=ue.length;if(J!=ce&&!F)return!1;for(var ve=J;ve--;){var Ee=W[ve];if(!(F?Ee in l:tt.call(l,Ee)))return!1}var Oe=B.get(i),Re=B.get(l);if(Oe&&Re)return Oe==l&&Re==i;var We=!0;B.set(i,l),B.set(l,i);for(var Ae=F;++ve<J;){Ee=W[ve];var Ye=i[Ee],Qe=l[Ee];if(m)var an=F?m(Qe,Ye,Ee,l,i,B):m(Ye,Qe,Ee,i,l,B);if(!(an===n?Ye===Qe||w(Ye,Qe,u,m,B):an)){We=!1;break}Ae||(Ae=Ee=="constructor")}if(We&&!Ae){var Ht=i.constructor,on=l.constructor;Ht!=on&&"constructor"in i&&"constructor"in l&&!(typeof Ht=="function"&&Ht instanceof Ht&&typeof on=="function"&&on instanceof on)&&(We=!1)}return B.delete(i),B.delete(l),We}function qn(i){return os(ef(i,n,df),i+"")}function Jl(i){return hc(i,Vt,ns)}function Zl(i){return hc(i,Gt,Xc)}var es=eo?function(i){return eo.get(i)}:bs;function mo(i){for(var l=i.name+"",u=pa[l],m=tt.call(pa,l)?u.length:0;m--;){var w=u[m],B=w.func;if(B==null||B==i)return w.name}return l}function ga(i){var l=tt.call(C,"placeholder")?C:i;return l.placeholder}function Me(){var i=C.iteratee||gs;return i=i===gs?gc:i,arguments.length?i(arguments[0],arguments[1]):i}function vo(i,l){var u=i.__data__;return wg(l)?u[typeof l=="string"?"string":"hash"]:u.map}function ts(i){for(var l=Vt(i),u=l.length;u--;){var m=l[u],w=i[m];l[u]=[m,w,Jc(w)]}return l}function Kr(i,l){var u=Em(i,l);return vc(u)?u:n}function hg(i){var l=tt.call(i,Ur),u=i[Ur];try{i[Ur]=n;var m=!0}catch{}var w=Yi.call(i);return m&&(l?i[Ur]=u:delete i[Ur]),w}var ns=Ol?function(i){return i==null?[]:(i=at(i),fr(Ol(i),function(l){return tc.call(i,l)}))}:_s,Xc=Ol?function(i){for(var l=[];i;)pr(l,ns(i)),i=Xi(i);return l}:_s,Rt=Lt;(Vl&&Rt(new Vl(new ArrayBuffer(1)))!=Ze||Ka&&Rt(new Ka)!=ye||Il&&Rt(Il.resolve())!=we||fa&&Rt(new fa)!=ee||Ga&&Rt(new Ga)!=Ct)&&(Rt=function(i){var l=Lt(i),u=l==be?i.constructor:n,m=u?Gr(u):"";if(m)switch(m){case Qm:return Ze;case qm:return ye;case Jm:return we;case Zm:return ee;case ev:return Ct}return l});function mg(i,l,u){for(var m=-1,w=u.length;++m<w;){var B=u[m],F=B.size;switch(B.type){case"drop":i+=F;break;case"dropRight":l-=F;break;case"take":l=Dt(l,i+F);break;case"takeRight":i=St(i,l-F);break}}return{start:i,end:l}}function vg(i){var l=i.match(k1);return l?l[1].split(x1):[]}function Qc(i,l,u){l=yr(l,i);for(var m=-1,w=l.length,B=!1;++m<w;){var F=An(l[m]);if(!(B=i!=null&&u(i,F)))break;i=i[F]}return B||++m!=w?B:(w=i==null?0:i.length,!!w&&xo(w)&&Jn(F,w)&&(He(i)||Xr(i)))}function gg(i){var l=i.length,u=new i.constructor(l);return l&&typeof i[0]=="string"&&tt.call(i,"index")&&(u.index=i.index,u.input=i.input),u}function qc(i){return typeof i.constructor=="function"&&!ri(i)?ha(Xi(i)):{}}function yg(i,l,u){var m=i.constructor;switch(l){case Ot:return Xl(i);case D:case K:return new m(+i);case Ze:return tg(i,u);case Yn:case Mr:case ur:case Dr:case Rr:case Ar:case Pr:case Lr:case Fr:return Tc(i,u);case ye:return new m;case R:case me:return new m(i);case Te:return ng(i);case ee:return new m;case Se:return rg(i)}}function bg(i,l){var u=l.length;if(!u)return i;var m=u-1;return l[m]=(u>1?"& ":"")+l[m],l=l.join(u>2?", ":" "),i.replace(w1,`{
16
16
  /* [wrapped with `+l+`] */
17
- `)}function b_(o){return Fe(o)||Kr(o)||!!(nc&&o&&o[nc])}function Zn(o,l){var u=typeof o;return l=l??fe,!!l&&(u=="number"||u!="symbol"&&Th.test(o))&&o>-1&&o%1==0&&o<l}function zt(o,l,u){if(!ht(u))return!1;var m=typeof l;return(m=="number"?Gt(u)&&Zn(l,u.length):m=="string"&&l in u)?En(u[l],o):!1}function rs(o,l){if(Fe(o))return!1;var u=typeof o;return u=="number"||u=="symbol"||u=="boolean"||o==null||rn(o)?!0:Wa.test(o)||!An.test(o)||l!=null&&o in at(l)}function $_(o){var l=typeof o;return l=="string"||l=="number"||l=="symbol"||l=="boolean"?o!=="__proto__":o===null}function as(o){var l=mi(o),u=E[l];if(typeof u!="function"||!(l in Ge.prototype))return!1;if(o===u)return!0;var m=es(u);return!!m&&o===m[0]}function w_(o){return!!Zd&&Zd in o}var k_=jo?Jn:$s;function ro(o){var l=o&&o.constructor,u=typeof l=="function"&&l.prototype||ca;return o===u}function Zc(o){return o===o&&!ht(o)}function Jc(o,l){return function(u){return u==null?!1:u[o]===l&&(l!==n||o in at(u))}}function x_(o){var l=$i(o,function(m){return u.size===p&&u.clear(),m}),u=l.cache;return l}function E_(o,l){var u=o[1],m=l[1],$=u|m,O=$<(k|y|T),z=m==T&&u==B||m==T&&u==V&&o[7].length<=l[8]||m==(T|V)&&l[7].length<=l[8]&&u==B;if(!(O||z))return o;m&k&&(o[2]=l[2],$|=u&k?0:x);var W=l[3];if(W){var Z=o[3];o[3]=Z?Dc(Z,W,l[4]):W,o[4]=Z?hr(o[3],h):l[4]}return W=l[5],W&&(Z=o[5],o[5]=Z?Pc(Z,W,l[6]):W,o[6]=Z?hr(o[5],h):l[6]),W=l[7],W&&(o[7]=W),m&T&&(o[8]=o[8]==null?l[8]:Dt(o[8],l[8])),o[9]==null&&(o[9]=l[9]),o[0]=l[0],o[1]=$,o}function C_(o){var l=[];if(o!=null)for(var u in at(o))l.push(u);return l}function S_(o){return Go.call(o)}function ef(o,l,u){return l=St(l===n?o.length-1:l,0),function(){for(var m=arguments,$=-1,O=St(m.length-l,0),z=oe(O);++$<O;)z[$]=m[l+$];$=-1;for(var W=oe(l+1);++$<l;)W[$]=m[$];return W[l]=u(z),en(o,this,W)}}function tf(o,l){return l.length<2?o:Yr(o,_n(l,0,-1))}function O_(o,l){for(var u=o.length,m=Dt(l.length,u),$=Yt(o);m--;){var O=l[m];o[m]=Zn(O,u)?$[O]:n}return o}function os(o,l){if(!(l==="constructor"&&typeof o[l]=="function")&&l!="__proto__")return o[l]}var nf=af(Ec),ao=Um||function(o,l){return Tt.setTimeout(o,l)},is=af(Q2);function rf(o,l,u){var m=l+"";return is(o,y_(m,V_(__(m),u)))}function af(o){var l=0,u=0;return function(){var m=Gm(),$=ie-(m-u);if(u=m,$>0){if(++l>=j)return arguments[0]}else l=0;return o.apply(n,arguments)}}function vi(o,l){var u=-1,m=o.length,$=m-1;for(l=l===n?m:l;++u<l;){var O=Hl(u,$),z=o[O];o[O]=o[u],o[u]=z}return o.length=l,o}var of=x_(function(o){var l=[];return o.charCodeAt(0)===46&&l.push(""),o.replace(ul,function(u,m,$,O){l.push($?O.replace(Ch,"$1"):m||u)}),l});function In(o){if(typeof o=="string"||rn(o))return o;var l=o+"";return l=="0"&&1/o==-1/0?"-0":l}function qr(o){if(o!=null){try{return Yo.call(o)}catch{}try{return o+""}catch{}}return""}function V_(o,l){return fn(X,function(u){var m="_."+u[0];l&u[1]&&!Fo(o,m)&&o.push(m)}),o.sort()}function lf(o){if(o instanceof Ge)return o.clone();var l=new hn(o.__wrapped__,o.__chain__);return l.__actions__=Yt(o.__actions__),l.__index__=o.__index__,l.__values__=o.__values__,l}function B_(o,l,u){(u?zt(o,l,u):l===n)?l=1:l=St(Ue(l),0);var m=o==null?0:o.length;if(!m||l<1)return[];for(var $=0,O=0,z=oe(Jo(m/l));$<m;)z[O++]=_n(o,$,$+=l);return z}function N_(o){for(var l=-1,u=o==null?0:o.length,m=0,$=[];++l<u;){var O=o[l];O&&($[m++]=O)}return $}function T_(){var o=arguments.length;if(!o)return[];for(var l=oe(o-1),u=arguments[0],m=o;m--;)l[m-1]=arguments[m];return pr(Fe(u)?Yt(u):[u],Mt(l,1))}var M_=je(function(o,l){return yt(o)?Za(o,Mt(l,1,yt,!0)):[]}),A_=je(function(o,l){var u=vn(l);return yt(u)&&(u=n),yt(o)?Za(o,Mt(l,1,yt,!0),Ae(u,2)):[]}),D_=je(function(o,l){var u=vn(l);return yt(u)&&(u=n),yt(o)?Za(o,Mt(l,1,yt,!0),n,u):[]});function P_(o,l,u){var m=o==null?0:o.length;return m?(l=u||l===n?1:Ue(l),_n(o,l<0?0:l,m)):[]}function I_(o,l,u){var m=o==null?0:o.length;return m?(l=u||l===n?1:Ue(l),l=m-l,_n(o,0,l<0?0:l)):[]}function R_(o,l){return o&&o.length?ui(o,Ae(l,3),!0,!0):[]}function L_(o,l){return o&&o.length?ui(o,Ae(l,3),!0):[]}function z_(o,l,u,m){var $=o==null?0:o.length;return $?(u&&typeof u!="number"&&zt(o,l,u)&&(u=0,m=$),T2(o,l,u,m)):[]}function sf(o,l,u){var m=o==null?0:o.length;if(!m)return-1;var $=u==null?0:Ue(u);return $<0&&($=St(m+$,0)),Ho(o,Ae(l,3),$)}function uf(o,l,u){var m=o==null?0:o.length;if(!m)return-1;var $=m-1;return u!==n&&($=Ue(u),$=u<0?St(m+$,0):Dt($,m-1)),Ho(o,Ae(l,3),$,!0)}function df(o){var l=o==null?0:o.length;return l?Mt(o,1):[]}function F_(o){var l=o==null?0:o.length;return l?Mt(o,re):[]}function H_(o,l){var u=o==null?0:o.length;return u?(l=l===n?1:Ue(l),Mt(o,l)):[]}function U_(o){for(var l=-1,u=o==null?0:o.length,m={};++l<u;){var $=o[l];m[$[0]]=$[1]}return m}function cf(o){return o&&o.length?o[0]:n}function W_(o,l,u){var m=o==null?0:o.length;if(!m)return-1;var $=u==null?0:Ue(u);return $<0&&($=St(m+$,0)),la(o,l,$)}function j_(o){var l=o==null?0:o.length;return l?_n(o,0,-1):[]}var Y_=je(function(o){var l=ft(o,Gl);return l.length&&l[0]===o[0]?Il(l):[]}),G_=je(function(o){var l=vn(o),u=ft(o,Gl);return l===vn(u)?l=n:u.pop(),u.length&&u[0]===o[0]?Il(u,Ae(l,2)):[]}),q_=je(function(o){var l=vn(o),u=ft(o,Gl);return l=typeof l=="function"?l:n,l&&u.pop(),u.length&&u[0]===o[0]?Il(u,n,l):[]});function K_(o,l){return o==null?"":jm.call(o,l)}function vn(o){var l=o==null?0:o.length;return l?o[l-1]:n}function X_(o,l,u){var m=o==null?0:o.length;if(!m)return-1;var $=m;return u!==n&&($=Ue(u),$=$<0?St(m+$,0):Dt($,m-1)),l===l?Vm(o,l,$):Ho(o,Wd,$,!0)}function Q_(o,l){return o&&o.length?$c(o,Ue(l)):n}var Z_=je(ff);function ff(o,l){return o&&o.length&&l&&l.length?Fl(o,l):o}function J_(o,l,u){return o&&o.length&&l&&l.length?Fl(o,l,Ae(u,2)):o}function ev(o,l,u){return o&&o.length&&l&&l.length?Fl(o,l,n,u):o}var tv=Qn(function(o,l){var u=o==null?0:o.length,m=Ml(o,l);return xc(o,ft(l,function($){return Zn($,u)?+$:$}).sort(Ac)),m});function nv(o,l){var u=[];if(!(o&&o.length))return u;var m=-1,$=[],O=o.length;for(l=Ae(l,3);++m<O;){var z=o[m];l(z,m,o)&&(u.push(z),$.push(m))}return xc(o,$),u}function ls(o){return o==null?o:Km.call(o)}function rv(o,l,u){var m=o==null?0:o.length;return m?(u&&typeof u!="number"&&zt(o,l,u)?(l=0,u=m):(l=l==null?0:Ue(l),u=u===n?m:Ue(u)),_n(o,l,u)):[]}function av(o,l){return si(o,l)}function ov(o,l,u){return Wl(o,l,Ae(u,2))}function iv(o,l){var u=o==null?0:o.length;if(u){var m=si(o,l);if(m<u&&En(o[m],l))return m}return-1}function lv(o,l){return si(o,l,!0)}function sv(o,l,u){return Wl(o,l,Ae(u,2),!0)}function uv(o,l){var u=o==null?0:o.length;if(u){var m=si(o,l,!0)-1;if(En(o[m],l))return m}return-1}function dv(o){return o&&o.length?Cc(o):[]}function cv(o,l){return o&&o.length?Cc(o,Ae(l,2)):[]}function fv(o){var l=o==null?0:o.length;return l?_n(o,1,l):[]}function pv(o,l,u){return o&&o.length?(l=u||l===n?1:Ue(l),_n(o,0,l<0?0:l)):[]}function hv(o,l,u){var m=o==null?0:o.length;return m?(l=u||l===n?1:Ue(l),l=m-l,_n(o,l<0?0:l,m)):[]}function mv(o,l){return o&&o.length?ui(o,Ae(l,3),!1,!0):[]}function _v(o,l){return o&&o.length?ui(o,Ae(l,3)):[]}var vv=je(function(o){return vr(Mt(o,1,yt,!0))}),gv=je(function(o){var l=vn(o);return yt(l)&&(l=n),vr(Mt(o,1,yt,!0),Ae(l,2))}),yv=je(function(o){var l=vn(o);return l=typeof l=="function"?l:n,vr(Mt(o,1,yt,!0),n,l)});function bv(o){return o&&o.length?vr(o):[]}function $v(o,l){return o&&o.length?vr(o,Ae(l,2)):[]}function wv(o,l){return l=typeof l=="function"?l:n,o&&o.length?vr(o,n,l):[]}function ss(o){if(!(o&&o.length))return[];var l=0;return o=fr(o,function(u){if(yt(u))return l=St(u.length,l),!0}),El(l,function(u){return ft(o,wl(u))})}function pf(o,l){if(!(o&&o.length))return[];var u=ss(o);return l==null?u:ft(u,function(m){return en(l,n,m)})}var kv=je(function(o,l){return yt(o)?Za(o,l):[]}),xv=je(function(o){return Yl(fr(o,yt))}),Ev=je(function(o){var l=vn(o);return yt(l)&&(l=n),Yl(fr(o,yt),Ae(l,2))}),Cv=je(function(o){var l=vn(o);return l=typeof l=="function"?l:n,Yl(fr(o,yt),n,l)}),Sv=je(ss);function Ov(o,l){return Bc(o||[],l||[],Qa)}function Vv(o,l){return Bc(o||[],l||[],to)}var Bv=je(function(o){var l=o.length,u=l>1?o[l-1]:n;return u=typeof u=="function"?(o.pop(),u):n,pf(o,u)});function hf(o){var l=E(o);return l.__chain__=!0,l}function Nv(o,l){return l(o),o}function gi(o,l){return l(o)}var Tv=Qn(function(o){var l=o.length,u=l?o[0]:0,m=this.__wrapped__,$=function(O){return Ml(O,o)};return l>1||this.__actions__.length||!(m instanceof Ge)||!Zn(u)?this.thru($):(m=m.slice(u,+u+(l?1:0)),m.__actions__.push({func:gi,args:[$],thisArg:n}),new hn(m,this.__chain__).thru(function(O){return l&&!O.length&&O.push(n),O}))});function Mv(){return hf(this)}function Av(){return new hn(this.value(),this.__chain__)}function Dv(){this.__values__===n&&(this.__values__=Of(this.value()));var o=this.__index__>=this.__values__.length,l=o?n:this.__values__[this.__index__++];return{done:o,value:l}}function Pv(){return this}function Iv(o){for(var l,u=this;u instanceof ri;){var m=lf(u);m.__index__=0,m.__values__=n,l?$.__wrapped__=m:l=m;var $=m;u=u.__wrapped__}return $.__wrapped__=o,l}function Rv(){var o=this.__wrapped__;if(o instanceof Ge){var l=o;return this.__actions__.length&&(l=new Ge(this)),l=l.reverse(),l.__actions__.push({func:gi,args:[ls],thisArg:n}),new hn(l,this.__chain__)}return this.thru(ls)}function Lv(){return Vc(this.__wrapped__,this.__actions__)}var zv=di(function(o,l,u){tt.call(o,u)?++o[u]:Kn(o,u,1)});function Fv(o,l,u){var m=Fe(o)?Hd:N2;return u&&zt(o,l,u)&&(l=n),m(o,Ae(l,3))}function Hv(o,l){var u=Fe(o)?fr:fc;return u(o,Ae(l,3))}var Uv=zc(sf),Wv=zc(uf);function jv(o,l){return Mt(yi(o,l),1)}function Yv(o,l){return Mt(yi(o,l),re)}function Gv(o,l,u){return u=u===n?1:Ue(u),Mt(yi(o,l),u)}function mf(o,l){var u=Fe(o)?fn:_r;return u(o,Ae(l,3))}function _f(o,l){var u=Fe(o)?fm:cc;return u(o,Ae(l,3))}var qv=di(function(o,l,u){tt.call(o,u)?o[u].push(l):Kn(o,u,[l])});function Kv(o,l,u,m){o=Gt(o)?o:ya(o),u=u&&!m?Ue(u):0;var $=o.length;return u<0&&(u=St($+u,0)),xi(o)?u<=$&&o.indexOf(l,u)>-1:!!$&&la(o,l,u)>-1}var Xv=je(function(o,l,u){var m=-1,$=typeof l=="function",O=Gt(o)?oe(o.length):[];return _r(o,function(z){O[++m]=$?en(l,z,u):Ja(z,l,u)}),O}),Qv=di(function(o,l,u){Kn(o,u,l)});function yi(o,l){var u=Fe(o)?ft:gc;return u(o,Ae(l,3))}function Zv(o,l,u,m){return o==null?[]:(Fe(l)||(l=l==null?[]:[l]),u=m?n:u,Fe(u)||(u=u==null?[]:[u]),wc(o,l,u))}var Jv=di(function(o,l,u){o[u?0:1].push(l)},function(){return[[],[]]});function eg(o,l,u){var m=Fe(o)?bl:Yd,$=arguments.length<3;return m(o,Ae(l,4),u,$,_r)}function tg(o,l,u){var m=Fe(o)?pm:Yd,$=arguments.length<3;return m(o,Ae(l,4),u,$,cc)}function ng(o,l){var u=Fe(o)?fr:fc;return u(o,wi(Ae(l,3)))}function rg(o){var l=Fe(o)?lc:K2;return l(o)}function ag(o,l,u){(u?zt(o,l,u):l===n)?l=1:l=Ue(l);var m=Fe(o)?C2:X2;return m(o,l)}function og(o){var l=Fe(o)?S2:Z2;return l(o)}function ig(o){if(o==null)return 0;if(Gt(o))return xi(o)?ua(o):o.length;var l=Pt(o);return l==ge||l==ee?o.size:Ll(o).length}function lg(o,l,u){var m=Fe(o)?$l:J2;return u&&zt(o,l,u)&&(l=n),m(o,Ae(l,3))}var sg=je(function(o,l){if(o==null)return[];var u=l.length;return u>1&&zt(o,l[0],l[1])?l=[]:u>2&&zt(l[0],l[1],l[2])&&(l=[l[0]]),wc(o,Mt(l,1),[])}),bi=Hm||function(){return Tt.Date.now()};function ug(o,l){if(typeof l!="function")throw new pn(c);return o=Ue(o),function(){if(--o<1)return l.apply(this,arguments)}}function vf(o,l,u){return l=u?n:l,l=o&&l==null?o.length:l,Xn(o,T,n,n,n,n,l)}function gf(o,l){var u;if(typeof l!="function")throw new pn(c);return o=Ue(o),function(){return--o>0&&(u=l.apply(this,arguments)),o<=1&&(l=n),u}}var us=je(function(o,l,u){var m=k;if(u.length){var $=hr(u,va(us));m|=H}return Xn(o,m,l,u,$)}),yf=je(function(o,l,u){var m=k|y;if(u.length){var $=hr(u,va(yf));m|=H}return Xn(l,m,o,u,$)});function bf(o,l,u){l=u?n:l;var m=Xn(o,B,n,n,n,n,n,l);return m.placeholder=bf.placeholder,m}function $f(o,l,u){l=u?n:l;var m=Xn(o,N,n,n,n,n,n,l);return m.placeholder=$f.placeholder,m}function wf(o,l,u){var m,$,O,z,W,Z,ue=0,ce=!1,_e=!1,xe=!0;if(typeof o!="function")throw new pn(c);l=gn(l)||0,ht(u)&&(ce=!!u.leading,_e="maxWait"in u,O=_e?St(gn(u.maxWait)||0,l):O,xe="trailing"in u?!!u.trailing:xe);function Ve(bt){var Cn=m,tr=$;return m=$=n,ue=bt,z=o.apply(tr,Cn),z}function Pe(bt){return ue=bt,W=ao(Ye,l),ce?Ve(bt):z}function We(bt){var Cn=bt-Z,tr=bt-ue,Ff=l-Cn;return _e?Dt(Ff,O-tr):Ff}function Ie(bt){var Cn=bt-Z,tr=bt-ue;return Z===n||Cn>=l||Cn<0||_e&&tr>=O}function Ye(){var bt=bi();if(Ie(bt))return Xe(bt);W=ao(Ye,We(bt))}function Xe(bt){return W=n,xe&&m?Ve(bt):(m=$=n,z)}function an(){W!==n&&Nc(W),ue=0,m=Z=$=W=n}function Ft(){return W===n?z:Xe(bi())}function on(){var bt=bi(),Cn=Ie(bt);if(m=arguments,$=this,Z=bt,Cn){if(W===n)return Pe(Z);if(_e)return Nc(W),W=ao(Ye,l),Ve(Z)}return W===n&&(W=ao(Ye,l)),z}return on.cancel=an,on.flush=Ft,on}var dg=je(function(o,l){return dc(o,1,l)}),cg=je(function(o,l,u){return dc(o,gn(l)||0,u)});function fg(o){return Xn(o,I)}function $i(o,l){if(typeof o!="function"||l!=null&&typeof l!="function")throw new pn(c);var u=function(){var m=arguments,$=l?l.apply(this,m):m[0],O=u.cache;if(O.has($))return O.get($);var z=o.apply(this,m);return u.cache=O.set($,z)||O,z};return u.cache=new($i.Cache||qn),u}$i.Cache=qn;function wi(o){if(typeof o!="function")throw new pn(c);return function(){var l=arguments;switch(l.length){case 0:return!o.call(this);case 1:return!o.call(this,l[0]);case 2:return!o.call(this,l[0],l[1]);case 3:return!o.call(this,l[0],l[1],l[2])}return!o.apply(this,l)}}function pg(o){return gf(2,o)}var hg=e_(function(o,l){l=l.length==1&&Fe(l[0])?ft(l[0],tn(Ae())):ft(Mt(l,1),tn(Ae()));var u=l.length;return je(function(m){for(var $=-1,O=Dt(m.length,u);++$<O;)m[$]=l[$].call(this,m[$]);return en(o,this,m)})}),ds=je(function(o,l){var u=hr(l,va(ds));return Xn(o,H,n,l,u)}),kf=je(function(o,l){var u=hr(l,va(kf));return Xn(o,S,n,l,u)}),mg=Qn(function(o,l){return Xn(o,V,n,n,n,l)});function _g(o,l){if(typeof o!="function")throw new pn(c);return l=l===n?l:Ue(l),je(o,l)}function vg(o,l){if(typeof o!="function")throw new pn(c);return l=l==null?0:St(Ue(l),0),je(function(u){var m=u[l],$=yr(u,0,l);return m&&pr($,m),en(o,this,$)})}function gg(o,l,u){var m=!0,$=!0;if(typeof o!="function")throw new pn(c);return ht(u)&&(m="leading"in u?!!u.leading:m,$="trailing"in u?!!u.trailing:$),wf(o,l,{leading:m,maxWait:l,trailing:$})}function yg(o){return vf(o,1)}function bg(o,l){return ds(ql(l),o)}function $g(){if(!arguments.length)return[];var o=arguments[0];return Fe(o)?o:[o]}function wg(o){return mn(o,w)}function kg(o,l){return l=typeof l=="function"?l:n,mn(o,w,l)}function xg(o){return mn(o,v|w)}function Eg(o,l){return l=typeof l=="function"?l:n,mn(o,v|w,l)}function Cg(o,l){return l==null||uc(o,l,Bt(l))}function En(o,l){return o===l||o!==o&&l!==l}var Sg=hi(Pl),Og=hi(function(o,l){return o>=l}),Kr=mc(function(){return arguments}())?mc:function(o){return _t(o)&&tt.call(o,"callee")&&!tc.call(o,"callee")},Fe=oe.isArray,Vg=Pd?tn(Pd):I2;function Gt(o){return o!=null&&ki(o.length)&&!Jn(o)}function yt(o){return _t(o)&&Gt(o)}function Bg(o){return o===!0||o===!1||_t(o)&&Lt(o)==D}var br=Wm||$s,Ng=Id?tn(Id):R2;function Tg(o){return _t(o)&&o.nodeType===1&&!oo(o)}function Mg(o){if(o==null)return!0;if(Gt(o)&&(Fe(o)||typeof o=="string"||typeof o.splice=="function"||br(o)||ga(o)||Kr(o)))return!o.length;var l=Pt(o);if(l==ge||l==ee)return!o.size;if(ro(o))return!Ll(o).length;for(var u in o)if(tt.call(o,u))return!1;return!0}function Ag(o,l){return eo(o,l)}function Dg(o,l,u){u=typeof u=="function"?u:n;var m=u?u(o,l):n;return m===n?eo(o,l,n,u):!!m}function cs(o){if(!_t(o))return!1;var l=Lt(o);return l==te||l==pe||typeof o.message=="string"&&typeof o.name=="string"&&!oo(o)}function Pg(o){return typeof o=="number"&&rc(o)}function Jn(o){if(!ht(o))return!1;var l=Lt(o);return l==Te||l==de||l==_||l==He}function xf(o){return typeof o=="number"&&o==Ue(o)}function ki(o){return typeof o=="number"&&o>-1&&o%1==0&&o<=fe}function ht(o){var l=typeof o;return o!=null&&(l=="object"||l=="function")}function _t(o){return o!=null&&typeof o=="object"}var Ef=Rd?tn(Rd):z2;function Ig(o,l){return o===l||Rl(o,l,ts(l))}function Rg(o,l,u){return u=typeof u=="function"?u:n,Rl(o,l,ts(l),u)}function Lg(o){return Cf(o)&&o!=+o}function zg(o){if(k_(o))throw new ze(s);return _c(o)}function Fg(o){return o===null}function Hg(o){return o==null}function Cf(o){return typeof o=="number"||_t(o)&&Lt(o)==P}function oo(o){if(!_t(o)||Lt(o)!=ye)return!1;var l=Xo(o);if(l===null)return!0;var u=tt.call(l,"constructor")&&l.constructor;return typeof u=="function"&&u instanceof u&&Yo.call(u)==Rm}var fs=Ld?tn(Ld):F2;function Ug(o){return xf(o)&&o>=-9007199254740991&&o<=fe}var Sf=zd?tn(zd):H2;function xi(o){return typeof o=="string"||!Fe(o)&&_t(o)&&Lt(o)==me}function rn(o){return typeof o=="symbol"||_t(o)&&Lt(o)==Se}var ga=Fd?tn(Fd):U2;function Wg(o){return o===n}function jg(o){return _t(o)&&Pt(o)==Et}function Yg(o){return _t(o)&&Lt(o)==Be}var Gg=hi(zl),qg=hi(function(o,l){return o<=l});function Of(o){if(!o)return[];if(Gt(o))return xi(o)?kn(o):Yt(o);if(Ya&&o[Ya])return Cm(o[Ya]());var l=Pt(o),u=l==ge?Sl:l==ee?Uo:ya;return u(o)}function er(o){if(!o)return o===0?o:0;if(o=gn(o),o===re||o===-1/0){var l=o<0?-1:1;return l*ae}return o===o?o:0}function Ue(o){var l=er(o),u=l%1;return l===l?u?l-u:l:0}function Vf(o){return o?jr(Ue(o),0,J):0}function gn(o){if(typeof o=="number")return o;if(rn(o))return he;if(ht(o)){var l=typeof o.valueOf=="function"?o.valueOf():o;o=ht(l)?l+"":l}if(typeof o!="string")return o===0?o:+o;o=Gd(o);var u=Vh.test(o);return u||Nh.test(o)?um(o.slice(2),u?2:8):Oh.test(o)?he:+o}function Bf(o){return Pn(o,qt(o))}function Kg(o){return o?jr(Ue(o),-9007199254740991,fe):o===0?o:0}function et(o){return o==null?"":nn(o)}var Xg=ma(function(o,l){if(ro(l)||Gt(l)){Pn(l,Bt(l),o);return}for(var u in l)tt.call(l,u)&&Qa(o,u,l[u])}),Nf=ma(function(o,l){Pn(l,qt(l),o)}),Ei=ma(function(o,l,u,m){Pn(l,qt(l),o,m)}),Qg=ma(function(o,l,u,m){Pn(l,Bt(l),o,m)}),Zg=Qn(Ml);function Jg(o,l){var u=ha(o);return l==null?u:sc(u,l)}var ey=je(function(o,l){o=at(o);var u=-1,m=l.length,$=m>2?l[2]:n;for($&&zt(l[0],l[1],$)&&(m=1);++u<m;)for(var O=l[u],z=qt(O),W=-1,Z=z.length;++W<Z;){var ue=z[W],ce=o[ue];(ce===n||En(ce,ca[ue])&&!tt.call(o,ue))&&(o[ue]=O[ue])}return o}),ty=je(function(o){return o.push(n,Gc),en(Tf,n,o)});function ny(o,l){return Ud(o,Ae(l,3),Dn)}function ry(o,l){return Ud(o,Ae(l,3),Dl)}function ay(o,l){return o==null?o:Al(o,Ae(l,3),qt)}function oy(o,l){return o==null?o:pc(o,Ae(l,3),qt)}function iy(o,l){return o&&Dn(o,Ae(l,3))}function ly(o,l){return o&&Dl(o,Ae(l,3))}function sy(o){return o==null?[]:ii(o,Bt(o))}function uy(o){return o==null?[]:ii(o,qt(o))}function ps(o,l,u){var m=o==null?n:Yr(o,l);return m===n?u:m}function dy(o,l){return o!=null&&Xc(o,l,M2)}function hs(o,l){return o!=null&&Xc(o,l,A2)}var cy=Hc(function(o,l,u){l!=null&&typeof l.toString!="function"&&(l=Go.call(l)),o[l]=u},_s(Kt)),fy=Hc(function(o,l,u){l!=null&&typeof l.toString!="function"&&(l=Go.call(l)),tt.call(o,l)?o[l].push(u):o[l]=[u]},Ae),py=je(Ja);function Bt(o){return Gt(o)?ic(o):Ll(o)}function qt(o){return Gt(o)?ic(o,!0):W2(o)}function hy(o,l){var u={};return l=Ae(l,3),Dn(o,function(m,$,O){Kn(u,l(m,$,O),m)}),u}function my(o,l){var u={};return l=Ae(l,3),Dn(o,function(m,$,O){Kn(u,$,l(m,$,O))}),u}var _y=ma(function(o,l,u){li(o,l,u)}),Tf=ma(function(o,l,u,m){li(o,l,u,m)}),vy=Qn(function(o,l){var u={};if(o==null)return u;var m=!1;l=ft(l,function(O){return O=gr(O,o),m||(m=O.length>1),O}),Pn(o,Jl(o),u),m&&(u=mn(u,v|b|w,c_));for(var $=l.length;$--;)jl(u,l[$]);return u});function gy(o,l){return Mf(o,wi(Ae(l)))}var yy=Qn(function(o,l){return o==null?{}:Y2(o,l)});function Mf(o,l){if(o==null)return{};var u=ft(Jl(o),function(m){return[m]});return l=Ae(l),kc(o,u,function(m,$){return l(m,$[0])})}function by(o,l,u){l=gr(l,o);var m=-1,$=l.length;for($||($=1,o=n);++m<$;){var O=o==null?n:o[In(l[m])];O===n&&(m=$,O=u),o=Jn(O)?O.call(o):O}return o}function $y(o,l,u){return o==null?o:to(o,l,u)}function wy(o,l,u,m){return m=typeof m=="function"?m:n,o==null?o:to(o,l,u,m)}var Af=jc(Bt),Df=jc(qt);function ky(o,l,u){var m=Fe(o),$=m||br(o)||ga(o);if(l=Ae(l,4),u==null){var O=o&&o.constructor;$?u=m?new O:[]:ht(o)?u=Jn(O)?ha(Xo(o)):{}:u={}}return($?fn:Dn)(o,function(z,W,Z){return l(u,z,W,Z)}),u}function xy(o,l){return o==null?!0:jl(o,l)}function Ey(o,l,u){return o==null?o:Oc(o,l,ql(u))}function Cy(o,l,u,m){return m=typeof m=="function"?m:n,o==null?o:Oc(o,l,ql(u),m)}function ya(o){return o==null?[]:Cl(o,Bt(o))}function Sy(o){return o==null?[]:Cl(o,qt(o))}function Oy(o,l,u){return u===n&&(u=l,l=n),u!==n&&(u=gn(u),u=u===u?u:0),l!==n&&(l=gn(l),l=l===l?l:0),jr(gn(o),l,u)}function Vy(o,l,u){return l=er(l),u===n?(u=l,l=0):u=er(u),o=gn(o),D2(o,l,u)}function By(o,l,u){if(u&&typeof u!="boolean"&&zt(o,l,u)&&(l=u=n),u===n&&(typeof l=="boolean"?(u=l,l=n):typeof o=="boolean"&&(u=o,o=n)),o===n&&l===n?(o=0,l=1):(o=er(o),l===n?(l=o,o=0):l=er(l)),o>l){var m=o;o=l,l=m}if(u||o%1||l%1){var $=ac();return Dt(o+$*(l-o+sm("1e-"+(($+"").length-1))),l)}return Hl(o,l)}var Ny=_a(function(o,l,u){return l=l.toLowerCase(),o+(u?Pf(l):l)});function Pf(o){return ms(et(o).toLowerCase())}function If(o){return o=et(o),o&&o.replace(Mh,$m).replace(Zh,"")}function Ty(o,l,u){o=et(o),l=nn(l);var m=o.length;u=u===n?m:jr(Ue(u),0,m);var $=u;return u-=l.length,u>=0&&o.slice(u,$)==l}function My(o){return o=et(o),o&&dn.test(o)?o.replace(ke,wm):o}function Ay(o){return o=et(o),o&&yh.test(o)?o.replace(dl,"\\$&"):o}var Dy=_a(function(o,l,u){return o+(u?"-":"")+l.toLowerCase()}),Py=_a(function(o,l,u){return o+(u?" ":"")+l.toLowerCase()}),Iy=Lc("toLowerCase");function Ry(o,l,u){o=et(o),l=Ue(l);var m=l?ua(o):0;if(!l||m>=l)return o;var $=(l-m)/2;return pi(ei($),u)+o+pi(Jo($),u)}function Ly(o,l,u){o=et(o),l=Ue(l);var m=l?ua(o):0;return l&&m<l?o+pi(l-m,u):o}function zy(o,l,u){o=et(o),l=Ue(l);var m=l?ua(o):0;return l&&m<l?pi(l-m,u)+o:o}function Fy(o,l,u){return u||l==null?l=0:l&&(l=+l),qm(et(o).replace(cl,""),l||0)}function Hy(o,l,u){return(u?zt(o,l,u):l===n)?l=1:l=Ue(l),Ul(et(o),l)}function Uy(){var o=arguments,l=et(o[0]);return o.length<3?l:l.replace(o[1],o[2])}var Wy=_a(function(o,l,u){return o+(u?"_":"")+l.toLowerCase()});function jy(o,l,u){return u&&typeof u!="number"&&zt(o,l,u)&&(l=u=n),u=u===n?J:u>>>0,u?(o=et(o),o&&(typeof l=="string"||l!=null&&!fs(l))&&(l=nn(l),!l&&sa(o))?yr(kn(o),0,u):o.split(l,u)):[]}var Yy=_a(function(o,l,u){return o+(u?" ":"")+ms(l)});function Gy(o,l,u){return o=et(o),u=u==null?0:jr(Ue(u),0,o.length),l=nn(l),o.slice(u,u+l.length)==l}function qy(o,l,u){var m=E.templateSettings;u&&zt(o,l,u)&&(l=n),o=et(o),l=Ei({},l,m,Yc);var $=Ei({},l.imports,m.imports,Yc),O=Bt($),z=Cl($,O),W,Z,ue=0,ce=l.interpolate||Ro,_e="__p += '",xe=Ol((l.escape||Ro).source+"|"+ce.source+"|"+(ce===cr?Sh:Ro).source+"|"+(l.evaluate||Ro).source+"|$","g"),Ve="//# sourceURL="+(tt.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rm+"]")+`
18
- `;o.replace(xe,function(Ie,Ye,Xe,an,Ft,on){return Xe||(Xe=an),_e+=o.slice(ue,on).replace(Ah,km),Ye&&(W=!0,_e+=`' +
17
+ `)}function _g(i){return He(i)||Xr(i)||!!(nc&&i&&i[nc])}function Jn(i,l){var u=typeof i;return l=l??fe,!!l&&(u=="number"||u!="symbol"&&N1.test(i))&&i>-1&&i%1==0&&i<l}function Ft(i,l,u){if(!ht(u))return!1;var m=typeof l;return(m=="number"?Kt(u)&&Jn(l,u.length):m=="string"&&l in u)?Cn(u[l],i):!1}function rs(i,l){if(He(i))return!1;var u=typeof i;return u=="number"||u=="symbol"||u=="boolean"||i==null||rn(i)?!0:Wa.test(i)||!Mn.test(i)||l!=null&&i in at(l)}function wg(i){var l=typeof i;return l=="string"||l=="number"||l=="symbol"||l=="boolean"?i!=="__proto__":i===null}function as(i){var l=mo(i),u=C[l];if(typeof u!="function"||!(l in Ke.prototype))return!1;if(i===u)return!0;var m=es(u);return!!m&&i===m[0]}function kg(i){return!!Jd&&Jd in i}var xg=Wi?Zn:ws;function ri(i){var l=i&&i.constructor,u=typeof l=="function"&&l.prototype||ca;return i===u}function Jc(i){return i===i&&!ht(i)}function Zc(i,l){return function(u){return u==null?!1:u[i]===l&&(l!==n||i in at(u))}}function Eg(i){var l=wo(i,function(m){return u.size===p&&u.clear(),m}),u=l.cache;return l}function Cg(i,l){var u=i[1],m=l[1],w=u|m,B=w<(x|b|N),F=m==N&&u==V||m==N&&u==O&&i[7].length<=l[8]||m==(N|O)&&l[7].length<=l[8]&&u==V;if(!(B||F))return i;m&x&&(i[2]=l[2],w|=u&x?0:E);var W=l[3];if(W){var J=i[3];i[3]=J?Dc(J,W,l[4]):W,i[4]=J?hr(i[3],h):l[4]}return W=l[5],W&&(J=i[5],i[5]=J?Rc(J,W,l[6]):W,i[6]=J?hr(i[5],h):l[6]),W=l[7],W&&(i[7]=W),m&N&&(i[8]=i[8]==null?l[8]:Dt(i[8],l[8])),i[9]==null&&(i[9]=l[9]),i[0]=l[0],i[1]=w,i}function $g(i){var l=[];if(i!=null)for(var u in at(i))l.push(u);return l}function Sg(i){return Yi.call(i)}function ef(i,l,u){return l=St(l===n?i.length-1:l,0),function(){for(var m=arguments,w=-1,B=St(m.length-l,0),F=ie(B);++w<B;)F[w]=m[l+w];w=-1;for(var W=ie(l+1);++w<l;)W[w]=m[w];return W[l]=u(F),en(i,this,W)}}function tf(i,l){return l.length<2?i:Yr(i,vn(l,0,-1))}function Bg(i,l){for(var u=i.length,m=Dt(l.length,u),w=Yt(i);m--;){var B=l[m];i[m]=Jn(B,u)?w[B]:n}return i}function is(i,l){if(!(l==="constructor"&&typeof i[l]=="function")&&l!="__proto__")return i[l]}var nf=af(Cc),ai=zm||function(i,l){return Nt.setTimeout(i,l)},os=af(qv);function rf(i,l,u){var m=l+"";return os(i,bg(m,Og(vg(m),u)))}function af(i){var l=0,u=0;return function(){var m=Km(),w=oe-(m-u);if(u=m,w>0){if(++l>=j)return arguments[0]}else l=0;return i.apply(n,arguments)}}function go(i,l){var u=-1,m=i.length,w=m-1;for(l=l===n?m:l;++u<l;){var B=Ul(u,w),F=i[B];i[B]=i[u],i[u]=F}return i.length=l,i}var of=Eg(function(i){var l=[];return i.charCodeAt(0)===46&&l.push(""),i.replace(ul,function(u,m,w,B){l.push(w?B.replace($1,"$1"):m||u)}),l});function An(i){if(typeof i=="string"||rn(i))return i;var l=i+"";return l=="0"&&1/i==-1/0?"-0":l}function Gr(i){if(i!=null){try{return ji.call(i)}catch{}try{return i+""}catch{}}return""}function Og(i,l){return fn(Q,function(u){var m="_."+u[0];l&u[1]&&!Fi(i,m)&&i.push(m)}),i.sort()}function lf(i){if(i instanceof Ke)return i.clone();var l=new hn(i.__wrapped__,i.__chain__);return l.__actions__=Yt(i.__actions__),l.__index__=i.__index__,l.__values__=i.__values__,l}function Vg(i,l,u){(u?Ft(i,l,u):l===n)?l=1:l=St(ze(l),0);var m=i==null?0:i.length;if(!m||l<1)return[];for(var w=0,B=0,F=ie(Ji(m/l));w<m;)F[B++]=vn(i,w,w+=l);return F}function Ig(i){for(var l=-1,u=i==null?0:i.length,m=0,w=[];++l<u;){var B=i[l];B&&(w[m++]=B)}return w}function Ng(){var i=arguments.length;if(!i)return[];for(var l=ie(i-1),u=arguments[0],m=i;m--;)l[m-1]=arguments[m];return pr(He(u)?Yt(u):[u],Tt(l,1))}var Tg=je(function(i,l){return bt(i)?Ja(i,Tt(l,1,bt,!0)):[]}),Mg=je(function(i,l){var u=gn(l);return bt(u)&&(u=n),bt(i)?Ja(i,Tt(l,1,bt,!0),Me(u,2)):[]}),Dg=je(function(i,l){var u=gn(l);return bt(u)&&(u=n),bt(i)?Ja(i,Tt(l,1,bt,!0),n,u):[]});function Rg(i,l,u){var m=i==null?0:i.length;return m?(l=u||l===n?1:ze(l),vn(i,l<0?0:l,m)):[]}function Ag(i,l,u){var m=i==null?0:i.length;return m?(l=u||l===n?1:ze(l),l=m-l,vn(i,0,l<0?0:l)):[]}function Pg(i,l){return i&&i.length?so(i,Me(l,3),!0,!0):[]}function Lg(i,l){return i&&i.length?so(i,Me(l,3),!0):[]}function Fg(i,l,u,m){var w=i==null?0:i.length;return w?(u&&typeof u!="number"&&Ft(i,l,u)&&(u=0,m=w),Nv(i,l,u,m)):[]}function sf(i,l,u){var m=i==null?0:i.length;if(!m)return-1;var w=u==null?0:ze(u);return w<0&&(w=St(m+w,0)),Hi(i,Me(l,3),w)}function uf(i,l,u){var m=i==null?0:i.length;if(!m)return-1;var w=m-1;return u!==n&&(w=ze(u),w=u<0?St(m+w,0):Dt(w,m-1)),Hi(i,Me(l,3),w,!0)}function df(i){var l=i==null?0:i.length;return l?Tt(i,1):[]}function Hg(i){var l=i==null?0:i.length;return l?Tt(i,re):[]}function Ug(i,l){var u=i==null?0:i.length;return u?(l=l===n?1:ze(l),Tt(i,l)):[]}function zg(i){for(var l=-1,u=i==null?0:i.length,m={};++l<u;){var w=i[l];m[w[0]]=w[1]}return m}function cf(i){return i&&i.length?i[0]:n}function Wg(i,l,u){var m=i==null?0:i.length;if(!m)return-1;var w=u==null?0:ze(u);return w<0&&(w=St(m+w,0)),la(i,l,w)}function jg(i){var l=i==null?0:i.length;return l?vn(i,0,-1):[]}var Yg=je(function(i){var l=ft(i,Kl);return l.length&&l[0]===i[0]?Al(l):[]}),Kg=je(function(i){var l=gn(i),u=ft(i,Kl);return l===gn(u)?l=n:u.pop(),u.length&&u[0]===i[0]?Al(u,Me(l,2)):[]}),Gg=je(function(i){var l=gn(i),u=ft(i,Kl);return l=typeof l=="function"?l:n,l&&u.pop(),u.length&&u[0]===i[0]?Al(u,n,l):[]});function Xg(i,l){return i==null?"":jm.call(i,l)}function gn(i){var l=i==null?0:i.length;return l?i[l-1]:n}function Qg(i,l,u){var m=i==null?0:i.length;if(!m)return-1;var w=m;return u!==n&&(w=ze(u),w=w<0?St(m+w,0):Dt(w,m-1)),l===l?Om(i,l,w):Hi(i,Wd,w,!0)}function qg(i,l){return i&&i.length?wc(i,ze(l)):n}var Jg=je(ff);function ff(i,l){return i&&i.length&&l&&l.length?Hl(i,l):i}function Zg(i,l,u){return i&&i.length&&l&&l.length?Hl(i,l,Me(u,2)):i}function e2(i,l,u){return i&&i.length&&l&&l.length?Hl(i,l,n,u):i}var t2=qn(function(i,l){var u=i==null?0:i.length,m=Tl(i,l);return Ec(i,ft(l,function(w){return Jn(w,u)?+w:w}).sort(Mc)),m});function n2(i,l){var u=[];if(!(i&&i.length))return u;var m=-1,w=[],B=i.length;for(l=Me(l,3);++m<B;){var F=i[m];l(F,m,i)&&(u.push(F),w.push(m))}return Ec(i,w),u}function ls(i){return i==null?i:Xm.call(i)}function r2(i,l,u){var m=i==null?0:i.length;return m?(u&&typeof u!="number"&&Ft(i,l,u)?(l=0,u=m):(l=l==null?0:ze(l),u=u===n?m:ze(u)),vn(i,l,u)):[]}function a2(i,l){return lo(i,l)}function i2(i,l,u){return Wl(i,l,Me(u,2))}function o2(i,l){var u=i==null?0:i.length;if(u){var m=lo(i,l);if(m<u&&Cn(i[m],l))return m}return-1}function l2(i,l){return lo(i,l,!0)}function s2(i,l,u){return Wl(i,l,Me(u,2),!0)}function u2(i,l){var u=i==null?0:i.length;if(u){var m=lo(i,l,!0)-1;if(Cn(i[m],l))return m}return-1}function d2(i){return i&&i.length?$c(i):[]}function c2(i,l){return i&&i.length?$c(i,Me(l,2)):[]}function f2(i){var l=i==null?0:i.length;return l?vn(i,1,l):[]}function p2(i,l,u){return i&&i.length?(l=u||l===n?1:ze(l),vn(i,0,l<0?0:l)):[]}function h2(i,l,u){var m=i==null?0:i.length;return m?(l=u||l===n?1:ze(l),l=m-l,vn(i,l<0?0:l,m)):[]}function m2(i,l){return i&&i.length?so(i,Me(l,3),!1,!0):[]}function v2(i,l){return i&&i.length?so(i,Me(l,3)):[]}var g2=je(function(i){return gr(Tt(i,1,bt,!0))}),y2=je(function(i){var l=gn(i);return bt(l)&&(l=n),gr(Tt(i,1,bt,!0),Me(l,2))}),b2=je(function(i){var l=gn(i);return l=typeof l=="function"?l:n,gr(Tt(i,1,bt,!0),n,l)});function _2(i){return i&&i.length?gr(i):[]}function w2(i,l){return i&&i.length?gr(i,Me(l,2)):[]}function k2(i,l){return l=typeof l=="function"?l:n,i&&i.length?gr(i,n,l):[]}function ss(i){if(!(i&&i.length))return[];var l=0;return i=fr(i,function(u){if(bt(u))return l=St(u.length,l),!0}),Cl(l,function(u){return ft(i,kl(u))})}function pf(i,l){if(!(i&&i.length))return[];var u=ss(i);return l==null?u:ft(u,function(m){return en(l,n,m)})}var x2=je(function(i,l){return bt(i)?Ja(i,l):[]}),E2=je(function(i){return Yl(fr(i,bt))}),C2=je(function(i){var l=gn(i);return bt(l)&&(l=n),Yl(fr(i,bt),Me(l,2))}),$2=je(function(i){var l=gn(i);return l=typeof l=="function"?l:n,Yl(fr(i,bt),n,l)}),S2=je(ss);function B2(i,l){return Vc(i||[],l||[],qa)}function O2(i,l){return Vc(i||[],l||[],ti)}var V2=je(function(i){var l=i.length,u=l>1?i[l-1]:n;return u=typeof u=="function"?(i.pop(),u):n,pf(i,u)});function hf(i){var l=C(i);return l.__chain__=!0,l}function I2(i,l){return l(i),i}function yo(i,l){return l(i)}var N2=qn(function(i){var l=i.length,u=l?i[0]:0,m=this.__wrapped__,w=function(B){return Tl(B,i)};return l>1||this.__actions__.length||!(m instanceof Ke)||!Jn(u)?this.thru(w):(m=m.slice(u,+u+(l?1:0)),m.__actions__.push({func:yo,args:[w],thisArg:n}),new hn(m,this.__chain__).thru(function(B){return l&&!B.length&&B.push(n),B}))});function T2(){return hf(this)}function M2(){return new hn(this.value(),this.__chain__)}function D2(){this.__values__===n&&(this.__values__=Bf(this.value()));var i=this.__index__>=this.__values__.length,l=i?n:this.__values__[this.__index__++];return{done:i,value:l}}function R2(){return this}function A2(i){for(var l,u=this;u instanceof no;){var m=lf(u);m.__index__=0,m.__values__=n,l?w.__wrapped__=m:l=m;var w=m;u=u.__wrapped__}return w.__wrapped__=i,l}function P2(){var i=this.__wrapped__;if(i instanceof Ke){var l=i;return this.__actions__.length&&(l=new Ke(this)),l=l.reverse(),l.__actions__.push({func:yo,args:[ls],thisArg:n}),new hn(l,this.__chain__)}return this.thru(ls)}function L2(){return Oc(this.__wrapped__,this.__actions__)}var F2=uo(function(i,l,u){tt.call(i,u)?++i[u]:Xn(i,u,1)});function H2(i,l,u){var m=He(i)?Ud:Iv;return u&&Ft(i,l,u)&&(l=n),m(i,Me(l,3))}function U2(i,l){var u=He(i)?fr:fc;return u(i,Me(l,3))}var z2=Fc(sf),W2=Fc(uf);function j2(i,l){return Tt(bo(i,l),1)}function Y2(i,l){return Tt(bo(i,l),re)}function K2(i,l,u){return u=u===n?1:ze(u),Tt(bo(i,l),u)}function mf(i,l){var u=He(i)?fn:vr;return u(i,Me(l,3))}function vf(i,l){var u=He(i)?fm:cc;return u(i,Me(l,3))}var G2=uo(function(i,l,u){tt.call(i,u)?i[u].push(l):Xn(i,u,[l])});function X2(i,l,u,m){i=Kt(i)?i:ba(i),u=u&&!m?ze(u):0;var w=i.length;return u<0&&(u=St(w+u,0)),Eo(i)?u<=w&&i.indexOf(l,u)>-1:!!w&&la(i,l,u)>-1}var Q2=je(function(i,l,u){var m=-1,w=typeof l=="function",B=Kt(i)?ie(i.length):[];return vr(i,function(F){B[++m]=w?en(l,F,u):Za(F,l,u)}),B}),q2=uo(function(i,l,u){Xn(i,u,l)});function bo(i,l){var u=He(i)?ft:yc;return u(i,Me(l,3))}function J2(i,l,u,m){return i==null?[]:(He(l)||(l=l==null?[]:[l]),u=m?n:u,He(u)||(u=u==null?[]:[u]),kc(i,l,u))}var Z2=uo(function(i,l,u){i[u?0:1].push(l)},function(){return[[],[]]});function e3(i,l,u){var m=He(i)?_l:Yd,w=arguments.length<3;return m(i,Me(l,4),u,w,vr)}function t3(i,l,u){var m=He(i)?pm:Yd,w=arguments.length<3;return m(i,Me(l,4),u,w,cc)}function n3(i,l){var u=He(i)?fr:fc;return u(i,ko(Me(l,3)))}function r3(i){var l=He(i)?lc:Xv;return l(i)}function a3(i,l,u){(u?Ft(i,l,u):l===n)?l=1:l=ze(l);var m=He(i)?$v:Qv;return m(i,l)}function i3(i){var l=He(i)?Sv:Jv;return l(i)}function o3(i){if(i==null)return 0;if(Kt(i))return Eo(i)?ua(i):i.length;var l=Rt(i);return l==ye||l==ee?i.size:Ll(i).length}function l3(i,l,u){var m=He(i)?wl:Zv;return u&&Ft(i,l,u)&&(l=n),m(i,Me(l,3))}var s3=je(function(i,l){if(i==null)return[];var u=l.length;return u>1&&Ft(i,l[0],l[1])?l=[]:u>2&&Ft(l[0],l[1],l[2])&&(l=[l[0]]),kc(i,Tt(l,1),[])}),_o=Um||function(){return Nt.Date.now()};function u3(i,l){if(typeof l!="function")throw new pn(c);return i=ze(i),function(){if(--i<1)return l.apply(this,arguments)}}function gf(i,l,u){return l=u?n:l,l=i&&l==null?i.length:l,Qn(i,N,n,n,n,n,l)}function yf(i,l){var u;if(typeof l!="function")throw new pn(c);return i=ze(i),function(){return--i>0&&(u=l.apply(this,arguments)),i<=1&&(l=n),u}}var us=je(function(i,l,u){var m=x;if(u.length){var w=hr(u,ga(us));m|=U}return Qn(i,m,l,u,w)}),bf=je(function(i,l,u){var m=x|b;if(u.length){var w=hr(u,ga(bf));m|=U}return Qn(l,m,i,u,w)});function _f(i,l,u){l=u?n:l;var m=Qn(i,V,n,n,n,n,n,l);return m.placeholder=_f.placeholder,m}function wf(i,l,u){l=u?n:l;var m=Qn(i,I,n,n,n,n,n,l);return m.placeholder=wf.placeholder,m}function kf(i,l,u){var m,w,B,F,W,J,ue=0,ce=!1,ve=!1,Ee=!0;if(typeof i!="function")throw new pn(c);l=yn(l)||0,ht(u)&&(ce=!!u.leading,ve="maxWait"in u,B=ve?St(yn(u.maxWait)||0,l):B,Ee="trailing"in u?!!u.trailing:Ee);function Oe(_t){var $n=m,tr=w;return m=w=n,ue=_t,F=i.apply(tr,$n),F}function Re(_t){return ue=_t,W=ai(Ye,l),ce?Oe(_t):F}function We(_t){var $n=_t-J,tr=_t-ue,Hf=l-$n;return ve?Dt(Hf,B-tr):Hf}function Ae(_t){var $n=_t-J,tr=_t-ue;return J===n||$n>=l||$n<0||ve&&tr>=B}function Ye(){var _t=_o();if(Ae(_t))return Qe(_t);W=ai(Ye,We(_t))}function Qe(_t){return W=n,Ee&&m?Oe(_t):(m=w=n,F)}function an(){W!==n&&Ic(W),ue=0,m=J=w=W=n}function Ht(){return W===n?F:Qe(_o())}function on(){var _t=_o(),$n=Ae(_t);if(m=arguments,w=this,J=_t,$n){if(W===n)return Re(J);if(ve)return Ic(W),W=ai(Ye,l),Oe(J)}return W===n&&(W=ai(Ye,l)),F}return on.cancel=an,on.flush=Ht,on}var d3=je(function(i,l){return dc(i,1,l)}),c3=je(function(i,l,u){return dc(i,yn(l)||0,u)});function f3(i){return Qn(i,A)}function wo(i,l){if(typeof i!="function"||l!=null&&typeof l!="function")throw new pn(c);var u=function(){var m=arguments,w=l?l.apply(this,m):m[0],B=u.cache;if(B.has(w))return B.get(w);var F=i.apply(this,m);return u.cache=B.set(w,F)||B,F};return u.cache=new(wo.Cache||Gn),u}wo.Cache=Gn;function ko(i){if(typeof i!="function")throw new pn(c);return function(){var l=arguments;switch(l.length){case 0:return!i.call(this);case 1:return!i.call(this,l[0]);case 2:return!i.call(this,l[0],l[1]);case 3:return!i.call(this,l[0],l[1],l[2])}return!i.apply(this,l)}}function p3(i){return yf(2,i)}var h3=eg(function(i,l){l=l.length==1&&He(l[0])?ft(l[0],tn(Me())):ft(Tt(l,1),tn(Me()));var u=l.length;return je(function(m){for(var w=-1,B=Dt(m.length,u);++w<B;)m[w]=l[w].call(this,m[w]);return en(i,this,m)})}),ds=je(function(i,l){var u=hr(l,ga(ds));return Qn(i,U,n,l,u)}),xf=je(function(i,l){var u=hr(l,ga(xf));return Qn(i,S,n,l,u)}),m3=qn(function(i,l){return Qn(i,O,n,n,n,l)});function v3(i,l){if(typeof i!="function")throw new pn(c);return l=l===n?l:ze(l),je(i,l)}function g3(i,l){if(typeof i!="function")throw new pn(c);return l=l==null?0:St(ze(l),0),je(function(u){var m=u[l],w=br(u,0,l);return m&&pr(w,m),en(i,this,w)})}function y3(i,l,u){var m=!0,w=!0;if(typeof i!="function")throw new pn(c);return ht(u)&&(m="leading"in u?!!u.leading:m,w="trailing"in u?!!u.trailing:w),kf(i,l,{leading:m,maxWait:l,trailing:w})}function b3(i){return gf(i,1)}function _3(i,l){return ds(Gl(l),i)}function w3(){if(!arguments.length)return[];var i=arguments[0];return He(i)?i:[i]}function k3(i){return mn(i,k)}function x3(i,l){return l=typeof l=="function"?l:n,mn(i,k,l)}function E3(i){return mn(i,g|k)}function C3(i,l){return l=typeof l=="function"?l:n,mn(i,g|k,l)}function $3(i,l){return l==null||uc(i,l,Vt(l))}function Cn(i,l){return i===l||i!==i&&l!==l}var S3=ho(Rl),B3=ho(function(i,l){return i>=l}),Xr=mc(function(){return arguments}())?mc:function(i){return vt(i)&&tt.call(i,"callee")&&!tc.call(i,"callee")},He=ie.isArray,O3=Rd?tn(Rd):Av;function Kt(i){return i!=null&&xo(i.length)&&!Zn(i)}function bt(i){return vt(i)&&Kt(i)}function V3(i){return i===!0||i===!1||vt(i)&&Lt(i)==D}var _r=Wm||ws,I3=Ad?tn(Ad):Pv;function N3(i){return vt(i)&&i.nodeType===1&&!ii(i)}function T3(i){if(i==null)return!0;if(Kt(i)&&(He(i)||typeof i=="string"||typeof i.splice=="function"||_r(i)||ya(i)||Xr(i)))return!i.length;var l=Rt(i);if(l==ye||l==ee)return!i.size;if(ri(i))return!Ll(i).length;for(var u in i)if(tt.call(i,u))return!1;return!0}function M3(i,l){return ei(i,l)}function D3(i,l,u){u=typeof u=="function"?u:n;var m=u?u(i,l):n;return m===n?ei(i,l,n,u):!!m}function cs(i){if(!vt(i))return!1;var l=Lt(i);return l==te||l==pe||typeof i.message=="string"&&typeof i.name=="string"&&!ii(i)}function R3(i){return typeof i=="number"&&rc(i)}function Zn(i){if(!ht(i))return!1;var l=Lt(i);return l==Ne||l==de||l==v||l==Ue}function Ef(i){return typeof i=="number"&&i==ze(i)}function xo(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=fe}function ht(i){var l=typeof i;return i!=null&&(l=="object"||l=="function")}function vt(i){return i!=null&&typeof i=="object"}var Cf=Pd?tn(Pd):Fv;function A3(i,l){return i===l||Pl(i,l,ts(l))}function P3(i,l,u){return u=typeof u=="function"?u:n,Pl(i,l,ts(l),u)}function L3(i){return $f(i)&&i!=+i}function F3(i){if(xg(i))throw new Fe(s);return vc(i)}function H3(i){return i===null}function U3(i){return i==null}function $f(i){return typeof i=="number"||vt(i)&&Lt(i)==R}function ii(i){if(!vt(i)||Lt(i)!=be)return!1;var l=Xi(i);if(l===null)return!0;var u=tt.call(l,"constructor")&&l.constructor;return typeof u=="function"&&u instanceof u&&ji.call(u)==Pm}var fs=Ld?tn(Ld):Hv;function z3(i){return Ef(i)&&i>=-9007199254740991&&i<=fe}var Sf=Fd?tn(Fd):Uv;function Eo(i){return typeof i=="string"||!He(i)&&vt(i)&&Lt(i)==me}function rn(i){return typeof i=="symbol"||vt(i)&&Lt(i)==Se}var ya=Hd?tn(Hd):zv;function W3(i){return i===n}function j3(i){return vt(i)&&Rt(i)==Ct}function Y3(i){return vt(i)&&Lt(i)==Ve}var K3=ho(Fl),G3=ho(function(i,l){return i<=l});function Bf(i){if(!i)return[];if(Kt(i))return Eo(i)?xn(i):Yt(i);if(Ya&&i[Ya])return $m(i[Ya]());var l=Rt(i),u=l==ye?Sl:l==ee?Ui:ba;return u(i)}function er(i){if(!i)return i===0?i:0;if(i=yn(i),i===re||i===-1/0){var l=i<0?-1:1;return l*ae}return i===i?i:0}function ze(i){var l=er(i),u=l%1;return l===l?u?l-u:l:0}function Of(i){return i?jr(ze(i),0,Z):0}function yn(i){if(typeof i=="number")return i;if(rn(i))return he;if(ht(i)){var l=typeof i.valueOf=="function"?i.valueOf():i;i=ht(l)?l+"":l}if(typeof i!="string")return i===0?i:+i;i=Kd(i);var u=O1.test(i);return u||I1.test(i)?um(i.slice(2),u?2:8):B1.test(i)?he:+i}function Vf(i){return Rn(i,Gt(i))}function X3(i){return i?jr(ze(i),-9007199254740991,fe):i===0?i:0}function et(i){return i==null?"":nn(i)}var Q3=ma(function(i,l){if(ri(l)||Kt(l)){Rn(l,Vt(l),i);return}for(var u in l)tt.call(l,u)&&qa(i,u,l[u])}),If=ma(function(i,l){Rn(l,Gt(l),i)}),Co=ma(function(i,l,u,m){Rn(l,Gt(l),i,m)}),q3=ma(function(i,l,u,m){Rn(l,Vt(l),i,m)}),J3=qn(Tl);function Z3(i,l){var u=ha(i);return l==null?u:sc(u,l)}var ey=je(function(i,l){i=at(i);var u=-1,m=l.length,w=m>2?l[2]:n;for(w&&Ft(l[0],l[1],w)&&(m=1);++u<m;)for(var B=l[u],F=Gt(B),W=-1,J=F.length;++W<J;){var ue=F[W],ce=i[ue];(ce===n||Cn(ce,ca[ue])&&!tt.call(i,ue))&&(i[ue]=B[ue])}return i}),ty=je(function(i){return i.push(n,Kc),en(Nf,n,i)});function ny(i,l){return zd(i,Me(l,3),Dn)}function ry(i,l){return zd(i,Me(l,3),Dl)}function ay(i,l){return i==null?i:Ml(i,Me(l,3),Gt)}function iy(i,l){return i==null?i:pc(i,Me(l,3),Gt)}function oy(i,l){return i&&Dn(i,Me(l,3))}function ly(i,l){return i&&Dl(i,Me(l,3))}function sy(i){return i==null?[]:io(i,Vt(i))}function uy(i){return i==null?[]:io(i,Gt(i))}function ps(i,l,u){var m=i==null?n:Yr(i,l);return m===n?u:m}function dy(i,l){return i!=null&&Qc(i,l,Tv)}function hs(i,l){return i!=null&&Qc(i,l,Mv)}var cy=Uc(function(i,l,u){l!=null&&typeof l.toString!="function"&&(l=Yi.call(l)),i[l]=u},vs(Xt)),fy=Uc(function(i,l,u){l!=null&&typeof l.toString!="function"&&(l=Yi.call(l)),tt.call(i,l)?i[l].push(u):i[l]=[u]},Me),py=je(Za);function Vt(i){return Kt(i)?oc(i):Ll(i)}function Gt(i){return Kt(i)?oc(i,!0):Wv(i)}function hy(i,l){var u={};return l=Me(l,3),Dn(i,function(m,w,B){Xn(u,l(m,w,B),m)}),u}function my(i,l){var u={};return l=Me(l,3),Dn(i,function(m,w,B){Xn(u,w,l(m,w,B))}),u}var vy=ma(function(i,l,u){oo(i,l,u)}),Nf=ma(function(i,l,u,m){oo(i,l,u,m)}),gy=qn(function(i,l){var u={};if(i==null)return u;var m=!1;l=ft(l,function(B){return B=yr(B,i),m||(m=B.length>1),B}),Rn(i,Zl(i),u),m&&(u=mn(u,g|_|k,cg));for(var w=l.length;w--;)jl(u,l[w]);return u});function yy(i,l){return Tf(i,ko(Me(l)))}var by=qn(function(i,l){return i==null?{}:Yv(i,l)});function Tf(i,l){if(i==null)return{};var u=ft(Zl(i),function(m){return[m]});return l=Me(l),xc(i,u,function(m,w){return l(m,w[0])})}function _y(i,l,u){l=yr(l,i);var m=-1,w=l.length;for(w||(w=1,i=n);++m<w;){var B=i==null?n:i[An(l[m])];B===n&&(m=w,B=u),i=Zn(B)?B.call(i):B}return i}function wy(i,l,u){return i==null?i:ti(i,l,u)}function ky(i,l,u,m){return m=typeof m=="function"?m:n,i==null?i:ti(i,l,u,m)}var Mf=jc(Vt),Df=jc(Gt);function xy(i,l,u){var m=He(i),w=m||_r(i)||ya(i);if(l=Me(l,4),u==null){var B=i&&i.constructor;w?u=m?new B:[]:ht(i)?u=Zn(B)?ha(Xi(i)):{}:u={}}return(w?fn:Dn)(i,function(F,W,J){return l(u,F,W,J)}),u}function Ey(i,l){return i==null?!0:jl(i,l)}function Cy(i,l,u){return i==null?i:Bc(i,l,Gl(u))}function $y(i,l,u,m){return m=typeof m=="function"?m:n,i==null?i:Bc(i,l,Gl(u),m)}function ba(i){return i==null?[]:$l(i,Vt(i))}function Sy(i){return i==null?[]:$l(i,Gt(i))}function By(i,l,u){return u===n&&(u=l,l=n),u!==n&&(u=yn(u),u=u===u?u:0),l!==n&&(l=yn(l),l=l===l?l:0),jr(yn(i),l,u)}function Oy(i,l,u){return l=er(l),u===n?(u=l,l=0):u=er(u),i=yn(i),Dv(i,l,u)}function Vy(i,l,u){if(u&&typeof u!="boolean"&&Ft(i,l,u)&&(l=u=n),u===n&&(typeof l=="boolean"?(u=l,l=n):typeof i=="boolean"&&(u=i,i=n)),i===n&&l===n?(i=0,l=1):(i=er(i),l===n?(l=i,i=0):l=er(l)),i>l){var m=i;i=l,l=m}if(u||i%1||l%1){var w=ac();return Dt(i+w*(l-i+sm("1e-"+((w+"").length-1))),l)}return Ul(i,l)}var Iy=va(function(i,l,u){return l=l.toLowerCase(),i+(u?Rf(l):l)});function Rf(i){return ms(et(i).toLowerCase())}function Af(i){return i=et(i),i&&i.replace(T1,wm).replace(J1,"")}function Ny(i,l,u){i=et(i),l=nn(l);var m=i.length;u=u===n?m:jr(ze(u),0,m);var w=u;return u-=l.length,u>=0&&i.slice(u,w)==l}function Ty(i){return i=et(i),i&&dn.test(i)?i.replace(xe,km):i}function My(i){return i=et(i),i&&b1.test(i)?i.replace(dl,"\\$&"):i}var Dy=va(function(i,l,u){return i+(u?"-":"")+l.toLowerCase()}),Ry=va(function(i,l,u){return i+(u?" ":"")+l.toLowerCase()}),Ay=Lc("toLowerCase");function Py(i,l,u){i=et(i),l=ze(l);var m=l?ua(i):0;if(!l||m>=l)return i;var w=(l-m)/2;return po(Zi(w),u)+i+po(Ji(w),u)}function Ly(i,l,u){i=et(i),l=ze(l);var m=l?ua(i):0;return l&&m<l?i+po(l-m,u):i}function Fy(i,l,u){i=et(i),l=ze(l);var m=l?ua(i):0;return l&&m<l?po(l-m,u)+i:i}function Hy(i,l,u){return u||l==null?l=0:l&&(l=+l),Gm(et(i).replace(cl,""),l||0)}function Uy(i,l,u){return(u?Ft(i,l,u):l===n)?l=1:l=ze(l),zl(et(i),l)}function zy(){var i=arguments,l=et(i[0]);return i.length<3?l:l.replace(i[1],i[2])}var Wy=va(function(i,l,u){return i+(u?"_":"")+l.toLowerCase()});function jy(i,l,u){return u&&typeof u!="number"&&Ft(i,l,u)&&(l=u=n),u=u===n?Z:u>>>0,u?(i=et(i),i&&(typeof l=="string"||l!=null&&!fs(l))&&(l=nn(l),!l&&sa(i))?br(xn(i),0,u):i.split(l,u)):[]}var Yy=va(function(i,l,u){return i+(u?" ":"")+ms(l)});function Ky(i,l,u){return i=et(i),u=u==null?0:jr(ze(u),0,i.length),l=nn(l),i.slice(u,u+l.length)==l}function Gy(i,l,u){var m=C.templateSettings;u&&Ft(i,l,u)&&(l=n),i=et(i),l=Co({},l,m,Yc);var w=Co({},l.imports,m.imports,Yc),B=Vt(w),F=$l(w,B),W,J,ue=0,ce=l.interpolate||Ai,ve="__p += '",Ee=Bl((l.escape||Ai).source+"|"+ce.source+"|"+(ce===cr?S1:Ai).source+"|"+(l.evaluate||Ai).source+"|$","g"),Oe="//# sourceURL="+(tt.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rm+"]")+`
18
+ `;i.replace(Ee,function(Ae,Ye,Qe,an,Ht,on){return Qe||(Qe=an),ve+=i.slice(ue,on).replace(M1,xm),Ye&&(W=!0,ve+=`' +
19
19
  __e(`+Ye+`) +
20
- '`),Ft&&(Z=!0,_e+=`';
21
- `+Ft+`;
22
- __p += '`),Xe&&(_e+=`' +
23
- ((__t = (`+Xe+`)) == null ? '' : __t) +
24
- '`),ue=on+Ie.length,Ie}),_e+=`';
25
- `;var Pe=tt.call(l,"variable")&&l.variable;if(!Pe)_e=`with (obj) {
26
- `+_e+`
20
+ '`),Ht&&(J=!0,ve+=`';
21
+ `+Ht+`;
22
+ __p += '`),Qe&&(ve+=`' +
23
+ ((__t = (`+Qe+`)) == null ? '' : __t) +
24
+ '`),ue=on+Ae.length,Ae}),ve+=`';
25
+ `;var Re=tt.call(l,"variable")&&l.variable;if(!Re)ve=`with (obj) {
26
+ `+ve+`
27
27
  }
28
- `;else if(Eh.test(Pe))throw new ze(d);_e=(Z?_e.replace(ne,""):_e).replace(we,"$1").replace(Ne,"$1;"),_e="function("+(Pe||"obj")+`) {
29
- `+(Pe?"":`obj || (obj = {});
30
- `)+"var __t, __p = ''"+(W?", __e = _.escape":"")+(Z?`, __j = Array.prototype.join;
28
+ `;else if(C1.test(Re))throw new Fe(d);ve=(J?ve.replace(ne,""):ve).replace(ke,"$1").replace(Ie,"$1;"),ve="function("+(Re||"obj")+`) {
29
+ `+(Re?"":`obj || (obj = {});
30
+ `)+"var __t, __p = ''"+(W?", __e = _.escape":"")+(J?`, __j = Array.prototype.join;
31
31
  function print() { __p += __j.call(arguments, '') }
32
32
  `:`;
33
- `)+_e+`return __p
34
- }`;var We=Lf(function(){return Qe(O,Ve+"return "+_e).apply(n,z)});if(We.source=_e,cs(We))throw We;return We}function Ky(o){return et(o).toLowerCase()}function Xy(o){return et(o).toUpperCase()}function Qy(o,l,u){if(o=et(o),o&&(u||l===n))return Gd(o);if(!o||!(l=nn(l)))return o;var m=kn(o),$=kn(l),O=qd(m,$),z=Kd(m,$)+1;return yr(m,O,z).join("")}function Zy(o,l,u){if(o=et(o),o&&(u||l===n))return o.slice(0,Qd(o)+1);if(!o||!(l=nn(l)))return o;var m=kn(o),$=Kd(m,kn(l))+1;return yr(m,0,$).join("")}function Jy(o,l,u){if(o=et(o),o&&(u||l===n))return o.replace(cl,"");if(!o||!(l=nn(l)))return o;var m=kn(o),$=qd(m,kn(l));return yr(m,$).join("")}function e3(o,l){var u=g,m=R;if(ht(l)){var $="separator"in l?l.separator:$;u="length"in l?Ue(l.length):u,m="omission"in l?nn(l.omission):m}o=et(o);var O=o.length;if(sa(o)){var z=kn(o);O=z.length}if(u>=O)return o;var W=u-ua(m);if(W<1)return m;var Z=z?yr(z,0,W).join(""):o.slice(0,W);if($===n)return Z+m;if(z&&(W+=Z.length-W),fs($)){if(o.slice(W).search($)){var ue,ce=Z;for($.global||($=Ol($.source,et(md.exec($))+"g")),$.lastIndex=0;ue=$.exec(ce);)var _e=ue.index;Z=Z.slice(0,_e===n?W:_e)}}else if(o.indexOf(nn($),W)!=W){var xe=Z.lastIndexOf($);xe>-1&&(Z=Z.slice(0,xe))}return Z+m}function t3(o){return o=et(o),o&&Oe.test(o)?o.replace(le,Bm):o}var n3=_a(function(o,l,u){return o+(u?" ":"")+l.toUpperCase()}),ms=Lc("toUpperCase");function Rf(o,l,u){return o=et(o),l=u?n:l,l===n?Em(o)?Mm(o):_m(o):o.match(l)||[]}var Lf=je(function(o,l){try{return en(o,n,l)}catch(u){return cs(u)?u:new ze(u)}}),r3=Qn(function(o,l){return fn(l,function(u){u=In(u),Kn(o,u,us(o[u],o))}),o});function a3(o){var l=o==null?0:o.length,u=Ae();return o=l?ft(o,function(m){if(typeof m[1]!="function")throw new pn(c);return[u(m[0]),m[1]]}):[],je(function(m){for(var $=-1;++$<l;){var O=o[$];if(en(O[0],this,m))return en(O[1],this,m)}})}function o3(o){return B2(mn(o,v))}function _s(o){return function(){return o}}function i3(o,l){return o==null||o!==o?l:o}var l3=Fc(),s3=Fc(!0);function Kt(o){return o}function vs(o){return vc(typeof o=="function"?o:mn(o,v))}function u3(o){return yc(mn(o,v))}function d3(o,l){return bc(o,mn(l,v))}var c3=je(function(o,l){return function(u){return Ja(u,o,l)}}),f3=je(function(o,l){return function(u){return Ja(o,u,l)}});function gs(o,l,u){var m=Bt(l),$=ii(l,m);u==null&&!(ht(l)&&($.length||!m.length))&&(u=l,l=o,o=this,$=ii(l,Bt(l)));var O=!(ht(u)&&"chain"in u)||!!u.chain,z=Jn(o);return fn($,function(W){var Z=l[W];o[W]=Z,z&&(o.prototype[W]=function(){var ue=this.__chain__;if(O||ue){var ce=o(this.__wrapped__),_e=ce.__actions__=Yt(this.__actions__);return _e.push({func:Z,args:arguments,thisArg:o}),ce.__chain__=ue,ce}return Z.apply(o,pr([this.value()],arguments))})}),o}function p3(){return Tt._===this&&(Tt._=Lm),this}function ys(){}function h3(o){return o=Ue(o),je(function(l){return $c(l,o)})}var m3=Xl(ft),_3=Xl(Hd),v3=Xl($l);function zf(o){return rs(o)?wl(In(o)):G2(o)}function g3(o){return function(l){return o==null?n:Yr(o,l)}}var y3=Uc(),b3=Uc(!0);function bs(){return[]}function $s(){return!1}function $3(){return{}}function w3(){return""}function k3(){return!0}function x3(o,l){if(o=Ue(o),o<1||o>fe)return[];var u=J,m=Dt(o,J);l=Ae(l),o-=J;for(var $=El(m,l);++u<o;)l(u);return $}function E3(o){return Fe(o)?ft(o,In):rn(o)?[o]:Yt(of(et(o)))}function C3(o){var l=++Im;return et(o)+l}var S3=fi(function(o,l){return o+l},0),O3=Ql("ceil"),V3=fi(function(o,l){return o/l},1),B3=Ql("floor");function N3(o){return o&&o.length?oi(o,Kt,Pl):n}function T3(o,l){return o&&o.length?oi(o,Ae(l,2),Pl):n}function M3(o){return jd(o,Kt)}function A3(o,l){return jd(o,Ae(l,2))}function D3(o){return o&&o.length?oi(o,Kt,zl):n}function P3(o,l){return o&&o.length?oi(o,Ae(l,2),zl):n}var I3=fi(function(o,l){return o*l},1),R3=Ql("round"),L3=fi(function(o,l){return o-l},0);function z3(o){return o&&o.length?xl(o,Kt):0}function F3(o,l){return o&&o.length?xl(o,Ae(l,2)):0}return E.after=ug,E.ary=vf,E.assign=Xg,E.assignIn=Nf,E.assignInWith=Ei,E.assignWith=Qg,E.at=Zg,E.before=gf,E.bind=us,E.bindAll=r3,E.bindKey=yf,E.castArray=$g,E.chain=hf,E.chunk=B_,E.compact=N_,E.concat=T_,E.cond=a3,E.conforms=o3,E.constant=_s,E.countBy=zv,E.create=Jg,E.curry=bf,E.curryRight=$f,E.debounce=wf,E.defaults=ey,E.defaultsDeep=ty,E.defer=dg,E.delay=cg,E.difference=M_,E.differenceBy=A_,E.differenceWith=D_,E.drop=P_,E.dropRight=I_,E.dropRightWhile=R_,E.dropWhile=L_,E.fill=z_,E.filter=Hv,E.flatMap=jv,E.flatMapDeep=Yv,E.flatMapDepth=Gv,E.flatten=df,E.flattenDeep=F_,E.flattenDepth=H_,E.flip=fg,E.flow=l3,E.flowRight=s3,E.fromPairs=U_,E.functions=sy,E.functionsIn=uy,E.groupBy=qv,E.initial=j_,E.intersection=Y_,E.intersectionBy=G_,E.intersectionWith=q_,E.invert=cy,E.invertBy=fy,E.invokeMap=Xv,E.iteratee=vs,E.keyBy=Qv,E.keys=Bt,E.keysIn=qt,E.map=yi,E.mapKeys=hy,E.mapValues=my,E.matches=u3,E.matchesProperty=d3,E.memoize=$i,E.merge=_y,E.mergeWith=Tf,E.method=c3,E.methodOf=f3,E.mixin=gs,E.negate=wi,E.nthArg=h3,E.omit=vy,E.omitBy=gy,E.once=pg,E.orderBy=Zv,E.over=m3,E.overArgs=hg,E.overEvery=_3,E.overSome=v3,E.partial=ds,E.partialRight=kf,E.partition=Jv,E.pick=yy,E.pickBy=Mf,E.property=zf,E.propertyOf=g3,E.pull=Z_,E.pullAll=ff,E.pullAllBy=J_,E.pullAllWith=ev,E.pullAt=tv,E.range=y3,E.rangeRight=b3,E.rearg=mg,E.reject=ng,E.remove=nv,E.rest=_g,E.reverse=ls,E.sampleSize=ag,E.set=$y,E.setWith=wy,E.shuffle=og,E.slice=rv,E.sortBy=sg,E.sortedUniq=dv,E.sortedUniqBy=cv,E.split=jy,E.spread=vg,E.tail=fv,E.take=pv,E.takeRight=hv,E.takeRightWhile=mv,E.takeWhile=_v,E.tap=Nv,E.throttle=gg,E.thru=gi,E.toArray=Of,E.toPairs=Af,E.toPairsIn=Df,E.toPath=E3,E.toPlainObject=Bf,E.transform=ky,E.unary=yg,E.union=vv,E.unionBy=gv,E.unionWith=yv,E.uniq=bv,E.uniqBy=$v,E.uniqWith=wv,E.unset=xy,E.unzip=ss,E.unzipWith=pf,E.update=Ey,E.updateWith=Cy,E.values=ya,E.valuesIn=Sy,E.without=kv,E.words=Rf,E.wrap=bg,E.xor=xv,E.xorBy=Ev,E.xorWith=Cv,E.zip=Sv,E.zipObject=Ov,E.zipObjectDeep=Vv,E.zipWith=Bv,E.entries=Af,E.entriesIn=Df,E.extend=Nf,E.extendWith=Ei,gs(E,E),E.add=S3,E.attempt=Lf,E.camelCase=Ny,E.capitalize=Pf,E.ceil=O3,E.clamp=Oy,E.clone=wg,E.cloneDeep=xg,E.cloneDeepWith=Eg,E.cloneWith=kg,E.conformsTo=Cg,E.deburr=If,E.defaultTo=i3,E.divide=V3,E.endsWith=Ty,E.eq=En,E.escape=My,E.escapeRegExp=Ay,E.every=Fv,E.find=Uv,E.findIndex=sf,E.findKey=ny,E.findLast=Wv,E.findLastIndex=uf,E.findLastKey=ry,E.floor=B3,E.forEach=mf,E.forEachRight=_f,E.forIn=ay,E.forInRight=oy,E.forOwn=iy,E.forOwnRight=ly,E.get=ps,E.gt=Sg,E.gte=Og,E.has=dy,E.hasIn=hs,E.head=cf,E.identity=Kt,E.includes=Kv,E.indexOf=W_,E.inRange=Vy,E.invoke=py,E.isArguments=Kr,E.isArray=Fe,E.isArrayBuffer=Vg,E.isArrayLike=Gt,E.isArrayLikeObject=yt,E.isBoolean=Bg,E.isBuffer=br,E.isDate=Ng,E.isElement=Tg,E.isEmpty=Mg,E.isEqual=Ag,E.isEqualWith=Dg,E.isError=cs,E.isFinite=Pg,E.isFunction=Jn,E.isInteger=xf,E.isLength=ki,E.isMap=Ef,E.isMatch=Ig,E.isMatchWith=Rg,E.isNaN=Lg,E.isNative=zg,E.isNil=Hg,E.isNull=Fg,E.isNumber=Cf,E.isObject=ht,E.isObjectLike=_t,E.isPlainObject=oo,E.isRegExp=fs,E.isSafeInteger=Ug,E.isSet=Sf,E.isString=xi,E.isSymbol=rn,E.isTypedArray=ga,E.isUndefined=Wg,E.isWeakMap=jg,E.isWeakSet=Yg,E.join=K_,E.kebabCase=Dy,E.last=vn,E.lastIndexOf=X_,E.lowerCase=Py,E.lowerFirst=Iy,E.lt=Gg,E.lte=qg,E.max=N3,E.maxBy=T3,E.mean=M3,E.meanBy=A3,E.min=D3,E.minBy=P3,E.stubArray=bs,E.stubFalse=$s,E.stubObject=$3,E.stubString=w3,E.stubTrue=k3,E.multiply=I3,E.nth=Q_,E.noConflict=p3,E.noop=ys,E.now=bi,E.pad=Ry,E.padEnd=Ly,E.padStart=zy,E.parseInt=Fy,E.random=By,E.reduce=eg,E.reduceRight=tg,E.repeat=Hy,E.replace=Uy,E.result=by,E.round=R3,E.runInContext=Q,E.sample=rg,E.size=ig,E.snakeCase=Wy,E.some=lg,E.sortedIndex=av,E.sortedIndexBy=ov,E.sortedIndexOf=iv,E.sortedLastIndex=lv,E.sortedLastIndexBy=sv,E.sortedLastIndexOf=uv,E.startCase=Yy,E.startsWith=Gy,E.subtract=L3,E.sum=z3,E.sumBy=F3,E.template=qy,E.times=x3,E.toFinite=er,E.toInteger=Ue,E.toLength=Vf,E.toLower=Ky,E.toNumber=gn,E.toSafeInteger=Kg,E.toString=et,E.toUpper=Xy,E.trim=Qy,E.trimEnd=Zy,E.trimStart=Jy,E.truncate=e3,E.unescape=t3,E.uniqueId=C3,E.upperCase=n3,E.upperFirst=ms,E.each=mf,E.eachRight=_f,E.first=cf,gs(E,function(){var o={};return Dn(E,function(l,u){tt.call(E.prototype,u)||(o[u]=l)}),o}(),{chain:!1}),E.VERSION=a,fn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(o){E[o].placeholder=E}),fn(["drop","take"],function(o,l){Ge.prototype[o]=function(u){u=u===n?1:St(Ue(u),0);var m=this.__filtered__&&!l?new Ge(this):this.clone();return m.__filtered__?m.__takeCount__=Dt(u,m.__takeCount__):m.__views__.push({size:Dt(u,J),type:o+(m.__dir__<0?"Right":"")}),m},Ge.prototype[o+"Right"]=function(u){return this.reverse()[o](u).reverse()}}),fn(["filter","map","takeWhile"],function(o,l){var u=l+1,m=u==F||u==Y;Ge.prototype[o]=function($){var O=this.clone();return O.__iteratees__.push({iteratee:Ae($,3),type:u}),O.__filtered__=O.__filtered__||m,O}}),fn(["head","last"],function(o,l){var u="take"+(l?"Right":"");Ge.prototype[o]=function(){return this[u](1).value()[0]}}),fn(["initial","tail"],function(o,l){var u="drop"+(l?"":"Right");Ge.prototype[o]=function(){return this.__filtered__?new Ge(this):this[u](1)}}),Ge.prototype.compact=function(){return this.filter(Kt)},Ge.prototype.find=function(o){return this.filter(o).head()},Ge.prototype.findLast=function(o){return this.reverse().find(o)},Ge.prototype.invokeMap=je(function(o,l){return typeof o=="function"?new Ge(this):this.map(function(u){return Ja(u,o,l)})}),Ge.prototype.reject=function(o){return this.filter(wi(Ae(o)))},Ge.prototype.slice=function(o,l){o=Ue(o);var u=this;return u.__filtered__&&(o>0||l<0)?new Ge(u):(o<0?u=u.takeRight(-o):o&&(u=u.drop(o)),l!==n&&(l=Ue(l),u=l<0?u.dropRight(-l):u.take(l-o)),u)},Ge.prototype.takeRightWhile=function(o){return this.reverse().takeWhile(o).reverse()},Ge.prototype.toArray=function(){return this.take(J)},Dn(Ge.prototype,function(o,l){var u=/^(?:filter|find|map|reject)|While$/.test(l),m=/^(?:head|last)$/.test(l),$=E[m?"take"+(l=="last"?"Right":""):l],O=m||/^find/.test(l);$&&(E.prototype[l]=function(){var z=this.__wrapped__,W=m?[1]:arguments,Z=z instanceof Ge,ue=W[0],ce=Z||Fe(z),_e=function(Ye){var Xe=$.apply(E,pr([Ye],W));return m&&xe?Xe[0]:Xe};ce&&u&&typeof ue=="function"&&ue.length!=1&&(Z=ce=!1);var xe=this.__chain__,Ve=!!this.__actions__.length,Pe=O&&!xe,We=Z&&!Ve;if(!O&&ce){z=We?z:new Ge(this);var Ie=o.apply(z,W);return Ie.__actions__.push({func:gi,args:[_e],thisArg:n}),new hn(Ie,xe)}return Pe&&We?o.apply(this,W):(Ie=this.thru(_e),Pe?m?Ie.value()[0]:Ie.value():Ie)})}),fn(["pop","push","shift","sort","splice","unshift"],function(o){var l=Wo[o],u=/^(?:push|sort|unshift)$/.test(o)?"tap":"thru",m=/^(?:pop|shift)$/.test(o);E.prototype[o]=function(){var $=arguments;if(m&&!this.__chain__){var O=this.value();return l.apply(Fe(O)?O:[],$)}return this[u](function(z){return l.apply(Fe(z)?z:[],$)})}}),Dn(Ge.prototype,function(o,l){var u=E[l];if(u){var m=u.name+"";tt.call(pa,m)||(pa[m]=[]),pa[m].push({name:l,func:u})}}),pa[ci(n,y).name]=[{name:"wrapper",func:n}],Ge.prototype.clone=t2,Ge.prototype.reverse=n2,Ge.prototype.value=r2,E.prototype.at=Tv,E.prototype.chain=Mv,E.prototype.commit=Av,E.prototype.next=Dv,E.prototype.plant=Iv,E.prototype.reverse=Rv,E.prototype.toJSON=E.prototype.valueOf=E.prototype.value=Lv,E.prototype.first=E.prototype.head,Ya&&(E.prototype[Ya]=Pv),E},da=Am();Fr?((Fr.exports=da)._=da,vl._=da):Tt._=da}).call(uo)})(qi,qi.exports);var Un=qi.exports;const Ss=o6(Un),i6={},l6={width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function s6(e,r){return t.openBlock(),t.createElementBlock("svg",l6,r[0]||(r[0]=[t.createElementVNode("path",{d:"M5.45312 7.5C6.7673 9.31733 8.30557 10.947 10.028 12.3476C10.2779 12.5508 10.6284 12.5508 10.8782 12.3476C12.6007 10.947 14.139 9.31733 15.4531 7.5",stroke:"currentColor","stroke-opacity":"0.5","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const u6=lt(i6,[["render",s6]]),d6=["src","alt"],c6={class:"flex items-center"},f6=["src","alt"],p6={key:0,style:{"border-left-color":"rgba(107, 30, 190, 0.71)"},class:"vs__spinner"},h6={key:0},m6=t.defineComponent({__name:"EUISelect",props:{clearable:{type:Boolean,default:!0},isUseCustomSelect:{type:Boolean,required:!1,default:!1},customWidth:{type:String,default:"",required:!1},customOffset:{type:Array,required:!1},className:{type:Array,required:!1,default:()=>[]},errors:{type:Object,required:!1,default:()=>{}},items:{type:Array,required:!0},placeholder:{type:String,default:""},label:{type:String,default:"",required:!1},searchLabel:{type:String,default:"name",required:!1},name:{type:String,default:"",required:!1},modelValue:{type:[Object,Array,String],required:!0,default:()=>{}},value:{type:[Object,Array,String],required:!0,default:()=>{}},multiple:{type:Boolean,required:!1,default:!1},multipleLimit:{type:Number,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},isStartCaseText:{type:Boolean,required:!1,default:!1},isFussySeach:{type:Boolean,required:!1,default:!1},keys:{type:Array,required:!1,default:()=>["e","label","value"]},loading:{type:Boolean,required:!1,default:!1},isSelectAll:{type:Boolean,required:!1,default:!1},taggable:{type:Boolean,required:!1,default:!1},pushtags:{type:Boolean,required:!1,default:!1},required:{type:Boolean,default:!1},searchable:{type:Boolean,required:!1,default:!0},inputFilled:{type:Boolean,default:!1},fieldName:{type:String,default:"name"}},emits:["update:modelValue","update:searchString","change","deselected","search","tag","selectedOption","open"],setup(e,{emit:r}){t.useCssVars(D=>({"0e319546":Y.value,"29785e5f":re.value,f346c632:fe.value,dbdce1de:j.value,"09a32dea":ie.value,"554e8bda":F.value,"81595adc":he.value,"224700a0":ae.value,"6bdadb4e":J.value,"355a4166":K.value}));const n=t.computed(()=>{const D=c.placeholder||`Select ${name}`,G=c.required?"*":"";return`${D} ${G}`}),a=D=>Un.startCase(D),i=t.ref([]),s=t.ref(!1),c=e,{modelValue:d,isFussySeach:f,clearable:p,isUseCustomSelect:h,items:v,keys:b,loading:w,multiple:C,isStartCaseText:A,isSelectAll:k,required:y,fieldName:x}=t.toRefs(c),B=r,N=D=>{D.target&&(i.value=[{_id:"6565d869eb1b7cf8745d6beb",name:"All"}],s.value=!0)};t.watch(i,D=>{B("update:modelValue",D),(D===null||!D)&&B("deselected",D)});const H=D=>{B("change",D)},S=D=>{B("deselected",D),D[x.value]==="All"&&(s.value=!1)};t.watch(d,D=>{i.value=D});const T=D=>{B("update:searchString",D),B("search",D)},V=t.computed(()=>c.customWidth),I=t.computed(()=>c.customOffset),g=(D,G,{width:pe})=>{const te=V.value||pe,Te=I.value||[0,7],de=h.value?te:pe;D.style.width=de;const ge=h.value?Te:[0,7],P=nl(G.$refs.toggle,D,{placement:"bottom",modifiers:[{name:"offset",options:{offset:ge}}]});return()=>P.destroy()},R=(D,G)=>{const pe=new Ha(D,{keys:b.value,shouldSort:!0});return G?pe.search(G).map(te=>te):pe==null?void 0:pe.list};t.onMounted(()=>{i.value=c.value}),t.onBeforeUnmount(()=>{i.value=null});const j=t.computed(()=>c.multiple?"#f3e8ff":""),ie=t.computed(()=>c.multiple?"#7e22ce":""),F=t.computed(()=>c.multiple&&c.inputFilled?"fit-content":c.inputFilled?"":"auto"),K=t.computed(()=>c.clearable?"flex":"none"),Y=t.computed(()=>{var D;return((D=i.value)==null?void 0:D.length)===0||Ss.isEmpty(i.value)?"#ffffff":"transparent"}),re=t.computed(()=>{var G;if(((G=i.value)==null?void 0:G.length)===0||Ss.isEmpty(i.value))return c.inputFilled?"54px":"36px";let D;return c.multiple?D=c.inputFilled?"32px":"0px":h.value?D="fit-content":D=c.inputFilled?"40px":"30px",D}),fe=t.computed(()=>{var G;if(((G=i.value)==null?void 0:G.length)===0||Ss.isEmpty(i.value))return"0px";let D;return h.value||c.multiple?D=c.inputFilled?"24px":"4px":D=c.inputFilled?"12px":"2px",D}),ae=t.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"8px":"0px"),he=t.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"10px":"0px"),J=t.computed(()=>c.required?"-webkit-linear-gradient(left, #374151 0%, #374151 92%,red 8%,red 100%)":"-webkit-linear-gradient(left, #374151 50%, #374151 50%)"),U=t.computed(()=>D=>{var G,pe;return(pe=(G=v.value)==null?void 0:G.find(te=>te.name===D.nameText))==null?void 0:pe.iconlink}),L=t.computed(()=>{const D=c.modelValue,G=i.value;return D?!0:Array.isArray(G)?!!G.length:G&&typeof G=="object"?!!Object.keys(G).length:!!G}),X=D=>{B("selectedOption",D)},M=t.computed(()=>{var D;return!c.multipleLimit||(((D=i.value)==null?void 0:D.length)??0)<c.multipleLimit}),q=()=>{if(!c.multipleLimit)return!0;if(c.multipleLimit)return M.value},_=()=>{B("open")};return(D,G)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(t.unref(h)?"isUseCustomSelect":"")},[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium block mb-1",t.unref(y)&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),3)):t.createCommentVNode("",!0),t.createVNode(t.unref(A0),{modelValue:i.value,"onUpdate:modelValue":G[0]||(G[0]=pe=>i.value=pe),filter:t.unref(f)?R:void 0,options:t.unref(v),label:e.searchLabel,name:e.name,value:i.value,placeholder:n.value,multiple:t.unref(C),taggable:e.taggable,"push-tags":e.pushtags,"deselect-from-dropdown":!0,"append-to-body":"",searchable:e.searchable,"calculate-position":g,loading:t.unref(w),disabled:e.disabled,selectable:q,class:t.normalizeClass([t.unref(h)?"customselect":"border border-gray-200 focus-within:border-purple-600 focus-within:ring-inset focus-within:ring-1 focus-within:ring-purple-600 z-10 focus-within:rounded",e.inputFilled?"rounded-2xl min-h-14":"rounded-md min-h-10","group relative w-full bg-white cursor-pointer overflow-hidden",{"opacity-25":e.disabled}]),clearable:t.unref(h)?t.unref(p):void 0,"no-drop":s.value,onSearch:G[1]||(G[1]=pe=>T(pe)),"onOption:selected":G[2]||(G[2]=pe=>H(pe)),"onOption:deselected":G[3]||(G[3]=pe=>S(pe)),"onOption:created":X,onOpen:_},t.createSlots({"selected-option":t.withCtx(pe=>[t.createElementVNode("div",{class:t.normalizeClass(t.unref(h)?"break-words flex items-start":"flex items-center")},[(e.name=="country"?U.value({nameText:pe[t.unref(x)],iconlink:pe==null?void 0:pe.iconlink}):pe!=null&&pe.iconlink)?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(t.unref(h)?"w-6 mr-1 flex-initial":"w-6 mr-2"),src:e.name=="country"?U.value({nameText:pe[t.unref(x)],iconlink:pe==null?void 0:pe.iconlink}):pe==null?void 0:pe.iconlink,alt:pe[t.unref(x)]},null,10,d6)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(t.unref(A)?a(pe[t.unref(x)]):pe[t.unref(x)]),1)],2)]),option:t.withCtx(pe=>[t.createElementVNode("div",c6,[pe.iconlink?(t.openBlock(),t.createElementBlock("img",{key:0,class:"w-6 mr-2",src:pe.iconlink,alt:pe[t.unref(x)]},null,8,f6)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(t.unref(A)?a(pe[t.unref(x)]):pe[t.unref(x)]),1)])]),spinner:t.withCtx(({loading:pe})=>[t.unref(w)||pe?(t.openBlock(),t.createElementBlock("div",p6)):t.createCommentVNode("",!0)]),"open-indicator":t.withCtx(({attributes:pe})=>[t.createElementVNode("span",t.normalizeProps(t.guardReactiveProps(pe)),[t.createVNode(u6,{class:"text-current size-6"})],16)]),_:2},[e.inputFilled?{name:"header",fn:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass([[L.value?"top-3.5 text-xs text-gray-400 cursor-default max-w-max":"top-1/2 text-sm text-gray-700 cursor-pointer h-14 pt-5 pb-4 bg-transparent ring-0 ring-gray-200 group-hover:top-3.5 group-hover:py-0 group-hover:h-auto bg-white group-hover:text-xs group-hover:w-max w-[88%] group-hover:-translate-y-1/2 group-hover:text-gray-400",e.disabled?" cursor-not-allowed":"",t.unref(y)&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute text-left font-medium inset-x-0 px-4 z-10 -translate-y-1/2 duration-200 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-focus-within:-translate-y-1/2 group-focus-within:ring-transparent group-focus-within:h-auto group-focus-within:py-0 capitalize leading-[normal]"])},t.toDisplayString(a(e.label)||"Select"),3)]),key:"0"}:void 0,t.unref(k)?{name:"list-header",fn:t.withCtx(()=>{var pe;return[t.unref(v).length!==((pe=i.value)==null?void 0:pe.length)?(t.openBlock(),t.createElementBlock("div",h6,[t.createElementVNode("button",{class:"w-full px-6 py-2 text-sm font-medium text-gray-600 transition duration-75 hover:font-bold hover:text-gray-900 text-start",onClick:t.withModifiers(N,["prevent"])}," Select All ")])):t.createCommentVNode("",!0)]}),key:"1"}:void 0]),1032,["modelValue","filter","options","label","name","value","placeholder","multiple","taggable","push-tags","searchable","loading","disabled","class","clearable","no-drop"]),t.createVNode(Vr,{errors:e.errors,name:e.name,class:"mt-2"},null,8,["errors","name"])],2))}}),_6=[{title:"Old Man's War",author:{firstName:"John",lastName:"Scalzi"}},{title:"The Lock Artist",author:{firstName:"Steve",lastName:"Hamilton"}},{title:"HTML5",author:{firstName:"Remy",lastName:"Sharp"}},{title:"Right Ho Jeeves",author:{firstName:"P.D",lastName:"Woodhouse"}},{title:"The Code of the Wooster",author:{firstName:"P.D",lastName:"Woodhouse"}},{title:"Thank You Jeeves",author:{firstName:"P.D",lastName:"Woodhouse"}},{title:"The DaVinci Code",author:{firstName:"Dan",lastName:"Brown"}},{title:"Angels & Demons",author:{firstName:"Dan",lastName:"Brown"}},{title:"The Silmarillion",author:{firstName:"J.R.R",lastName:"Tolkien"}},{title:"Syrup",author:{firstName:"Max",lastName:"Barry"}},{title:"The Lost Symbol",author:{firstName:"Dan",lastName:"Brown"}},{title:"The Book of Lies",author:{firstName:"Brad",lastName:"Meltzer"}},{title:"Lamb",author:{firstName:"Christopher",lastName:"Moore"}},{title:"Fool",author:{firstName:"Christopher",lastName:"Moore"}},{title:"Incompetence",author:{firstName:"Rob",lastName:"Grant"}},{title:"Fat",author:{firstName:"Rob",lastName:"Grant"}},{title:"Colony",author:{firstName:"Rob",lastName:"Grant"}},{title:"Backwards, Red Dwarf",author:{firstName:"Rob",lastName:"Grant"}},{title:"The Grand Design",author:{firstName:"Stephen",lastName:"Hawking"}},{title:"The Book of Samson",author:{firstName:"David",lastName:"Maine"}},{title:"The Preservationist",author:{firstName:"David",lastName:"Maine"}},{title:"Fallen",author:{firstName:"David",lastName:"Maine"}},{title:"Monster 1959",author:{firstName:"David",lastName:"Maine"}}],v6={for:"label",class:"mb-4 text-xs font-medium text-gray-400"},g6=t.defineComponent({__name:"EUISelectSearch",setup(e){const r=t.ref([]),n=t.computed(()=>_6);return(a,i)=>{var s,c;return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",v6,t.toDisplayString(((s=r.value)==null?void 0:s.length)<3)+" - "+t.toDisplayString(((c=r.value)==null?void 0:c.length)<3),1),t.createVNode(t.unref(A0),{modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=d=>r.value=d),multiple:"",placeholder:"Choose up to 3 books!",label:"title",options:n.value,selectable:()=>{var d;return((d=r.value)==null?void 0:d.length)<3}},null,8,["modelValue","options","selectable"])])}}}),y6={class:"flex flex-row items-center scale-100 translate-x-0 translate-y-0 eui-checkbox"},b6=["disabled"],$6={key:0,class:"text-sm font-medium tracking-wide text-gray-700 ms-2 first-letter:capitalize"},w6=t.defineComponent({__name:"EUICheckbox",props:{errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:Boolean,required:!0,default:!1},disabled:{type:Boolean,default:!1},label:{type:String,required:!0,default:""}},emits:["update:modelValue","toggle"],setup(e,{emit:r}){const n=e,a=r,i=t.ref(n.modelValue);t.watch(i,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",i.value)};return t.watch(n,c=>{i.value=c.modelValue}),(c,d)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("label",y6,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>i.value=f),type:"checkbox",id:"checkbox",class:"appearance-none sr-only input-checkbox",disabled:e.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,b6),[[t.vModelCheckbox,i.value]]),d[2]||(d[2]=t.createElementVNode("div",{class:"cbx-icon",for:"checkbox"},[t.createElementVNode("span",null,[t.createElementVNode("svg",{width:"14px",height:"14px"},[t.createElementVNode("use",{"xlink:href":"#check-box"})])]),t.createElementVNode("svg",{class:"absolute pointer-events-none select-none inline-svg size-0"},[t.createElementVNode("symbol",{id:"check-box",viewbox:"0 0 14 14"},[t.createElementVNode("polyline",{points:"1.5 6 4.5 9 10.5 1"})])])],-1)),e.label?(t.openBlock(),t.createElementBlock("span",$6,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)]),t.createVNode(Vr,{errors:e.errors,name:e.name},null,8,["errors","name"])],64))}}),k6={class:"inline-flex items-center cursor-pointer eui-radio"},x6=["disabled"],E6={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},C6=t.defineComponent({__name:"EUIRadio",props:{errors:{type:Object,required:!1,default:()=>{}},modelValue:{type:Boolean,required:!0,default:!1},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","toggle"],setup(e,{emit:r}){const n=e,{modelValue:a}=t.toRefs(n),i=r,s=()=>{i("toggle",n.modelValue),i("update:modelValue",n.modelValue)};return(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",k6,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>t.isRef(a)?a.value=f:null),type:"radio",class:"sr-only peer eui-radio_input",disabled:e.disabled,onChange:d[1]||(d[1]=f=>s())},null,40,x6),[[t.vModelRadio,t.unref(a)]]),d[2]||(d[2]=t.createElementVNode("div",{class:"eui-radio_circle relative size-6 bg-gray-200 peer-focus:outline-none rounded-full after:content-[''] after:absolute after:top-0.5 after:start-0.5 after:bg-gray-500/20 after:border-gray-300/10 after:border after:rounded-full after:size-5 peer-checked:after:bg-purple-700"},[t.createElementVNode("span",{class:"eui-radio_icons"})],-1)),e.label?(t.openBlock(),t.createElementBlock("span",E6,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)]),t.createVNode(Vr,{errors:e.errors,name:e.name},null,8,["errors","name"])]))}}),S6=lt(C6,[["__scopeId","data-v-85a67463"]]),O6={class:"inline-flex items-center cursor-pointer eui-switch"},V6=["disabled"],B6={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},N6=t.defineComponent({__name:"EUIToggle",props:{errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:Boolean,required:!0,default:!1},disabled:{type:Boolean,default:!1},label:{type:String,required:!0,default:""}},emits:["update:modelValue","toggle"],setup(e,{emit:r}){const n=e,a=r,i=t.ref(n.modelValue);t.watch(i,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",i.value)};return t.watch(n,c=>{i.value=c.modelValue}),(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",O6,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>i.value=f),type:"checkbox",class:"sr-only peer eui-switch_input",disabled:e.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,V6),[[t.vModelCheckbox,i.value]]),d[2]||(d[2]=t.createElementVNode("div",{class:"eui-switch_circle relative w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-2 peer-focus:ring-offset-2 peer-focus:ring-purple-300 rounded-full peer peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300/10 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-purple-700"},[t.createElementVNode("span",{class:"eui-switch_icons"})],-1)),e.label?(t.openBlock(),t.createElementBlock("span",B6,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)]),t.createVNode(Vr,{errors:e.errors,name:e.name},null,8,["errors","name"])]))}}),T6=lt(N6,[["__scopeId","data-v-a0b1f818"]]),M6={class:"group"},A6={class:"flex items-center"},D6=["src"],P6={key:0,class:"flex-1 ms-2"},I6={class:"text-base font-semibold text-gray-600 capitalize group-hover:text-gray-900"},R6={class:"text-sm font-medium text-gray-500 group-hover:text-gray-700"},L6=t.defineComponent({__name:"EUIAvatar",props:{imageUrl:{type:String,default:"",required:!0},fullName:{type:String,default:"",required:!1},profile:{type:Boolean,required:!1},size:{type:String,default:"md"},rounded:{type:Boolean,default:!0},showStatus:{type:Boolean,default:!1},status:{type:String,default:"Online"},profileData:{type:Object,default:()=>({name:"",designation:""})}},setup(e){const r=e,n=t.reactive({xs:"size-6",sm:"size-8",md:"size-10",lg:"size-12",xl:"size-16"}),a=t.computed(()=>n[r.size]||""),i=t.computed(()=>r.status),s=t.computed(()=>c[Math.floor(Math.random()*c.length)]),c=["#6366F1","#F97316","#65A30D","#E11D48","#4B5563","#059669","#1D4ED8","#7C3AED","#FB923C","#fe4ca9"];return(d,f)=>(t.openBlock(),t.createElementBlock("div",M6,[t.createElementVNode("div",A6,[t.createElementVNode("div",{class:t.normalizeClass(["relative inline-block flex-none",a.value])},[e.imageUrl?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(["group-hover:ring-2 ring-offset-2 ring-gray-300",e.rounded?"rounded-full":"rounded-md",a.value]),src:e.imageUrl,alt:""},null,10,D6)):(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass(["flex items-center justify-center mx-auto text-white capitalize",e.rounded?"rounded-full":"rounded-md",a.value]),style:t.normalizeStyle({background:s.value})},t.toDisplayString(e.fullName&&e.fullName.charAt(0)),7)),e.showStatus?(t.openBlock(),t.createElementBlock("span",{key:2,class:t.normalizeClass(["absolute bottom-0 right-0 block rounded-full ring-2 ring-white",i.value==="Online"?"bg-green-500":"bg-gray-400",e.size==="xs"?"size-1.5":e.size==="sm"?"size-2":"size-3"])},null,2)):t.createCommentVNode("",!0)],2),e.profile?(t.openBlock(),t.createElementBlock("div",P6,[t.createElementVNode("div",I6,[t.renderSlot(d.$slots,"name",{profileData:e.profileData},()=>{var p;return[t.createTextVNode(t.toDisplayString((p=e.profileData)==null?void 0:p.name),1)]})]),t.createElementVNode("div",R6,[t.renderSlot(d.$slots,"designation",{profileData:e.profileData},()=>{var p;return[t.createTextVNode(t.toDisplayString((p=e.profileData)==null?void 0:p.designation),1)]})])])):t.createCommentVNode("",!0)])]))}}),z6={"aria-label":"Progress",class:"relative z-10"},F6={role:"list",class:"flex flex-row items-start justify-center w-full py-4 ps-4 pe-2"},H6={key:0,class:"absolute bg-green-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},U6={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},W6={class:"text-xs font-semibold text-gray-900"},j6={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Y6={class:"text-xs font-semibold text-gray-900"},G6={key:0,class:"absolute bg-gray-300 w-full start-0 top-2.5 h-[0.0875rem] z-0"},q6={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},K6={class:"text-xs font-semibold text-gray-900"},J0=t.defineComponent({__name:"EUIStepperHorizontal",props:{stepStatus:{type:String,default:"contact"}},setup(e){const r=e,n=["contact","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],a=t.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),i=t.computed(()=>s.value),s=t.computed(()=>r.stepStatus),c=t.computed(()=>i.value),d=t.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=t.computed(()=>(p,h)=>h&&d.value===a.value.length-1?"complete":h===d.value?"current":h<d.value?"complete":h>d.value?"upcoming":{status:p});return(p,h)=>(t.openBlock(),t.createElementBlock("nav",z6,[t.createElementVNode("ol",F6,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.value,(v,b)=>(t.openBlock(),t.createElementBlock("li",{key:v.value,class:t.normalizeClass([b!==a.value.length-1?"pe-8":"","relative flex items-center w-full pt-6 group",f.value(v.key,b)==="upcoming"?"pointer-events-none":""])},[f.value(v.key,b)==="complete"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[b!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",H6)):t.createCommentVNode("",!0),h[1]||(h[1]=t.createElementVNode("div",{class:"absolute top-0 start-0 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[t.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[t.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[t.createElementVNode("title",null,"Check icon")])])],-1)),t.createElementVNode("div",U6,[t.createElementVNode("span",W6,t.toDisplayString(t.unref(Un.startCase)(v.value)),1),h[0]||(h[0]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(v.key,b)==="current"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[h[3]||(h[3]=t.createElementVNode("div",{class:"absolute bg-orange-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},null,-1)),h[4]||(h[4]=t.createElementVNode("div",{class:"absolute start-0 top-0 flex items-center justify-center size-5 rounded-full bg-white border-[1.5px] border-orange-500"},[t.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),t.createElementVNode("div",j6,[t.createElementVNode("span",Y6,t.toDisplayString(t.unref(Un.startCase)(v.value)),1),h[2]||(h[2]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(v.key,b)==="upcoming"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[b!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",G6)):t.createCommentVNode("",!0),h[6]||(h[6]=t.createElementVNode("div",{class:"absolute top-0 start-0 flex items-center justify-center size-5 rounded-full bg-gray-100 border-gray-300 border-[1.5px]"},[t.createElementVNode("div",{class:"bg-gray-200 rounded-full size-3"})],-1)),t.createElementVNode("div",q6,[t.createElementVNode("span",K6,t.toDisplayString(t.unref(Un.startCase)(v.value)),1),h[5]||(h[5]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):t.createCommentVNode("",!0)],2))),128))])]))}}),X6={"aria-label":"Progress",class:"relative z-10"},Q6={role:"list",class:"flex flex-col items-start justify-center w-full py-4 ps-4 pe-2"},Z6={key:0,class:"absolute bg-green-500 h-full start-px top-0 w-[0.0875rem] z-0"},J6={class:"flex items-start justify-between max-w-full w-full py-0.5"},e$={class:"text-xs font-semibold text-gray-900"},t$={class:"flex items-start justify-between max-w-full w-full py-0.5"},n$={class:"text-xs font-semibold text-gray-900"},r$={key:0,class:"absolute bg-gray-300 h-full start-px top-0 w-[0.0875rem] z-0"},a$={class:"flex items-start justify-between max-w-full w-full py-0.5"},o$={class:"text-xs font-semibold text-gray-900"},e1=t.defineComponent({__name:"EUIStepperVertical",props:{stepStatus:{type:String,default:"contact"}},setup(e){const r=e,n=["contact","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],a=t.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),i=t.computed(()=>s.value),s=t.computed(()=>r.stepStatus),c=t.computed(()=>i.value),d=t.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=t.computed(()=>(p,h)=>h&&d.value===a.value.length-1?"complete":h===d.value?"current":h<d.value?"complete":h>d.value?"upcoming":{status:p});return(p,h)=>(t.openBlock(),t.createElementBlock("nav",X6,[t.createElementVNode("ol",Q6,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.value,(v,b)=>(t.openBlock(),t.createElementBlock("li",{key:v.value,class:t.normalizeClass([b!==a.value.length-1?"pb-8":"","relative flex items-center w-full ps-5",f.value(v.key,b)==="upcoming"?"pointer-events-none":""])},[f.value(v.key,b)==="complete"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[b!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",Z6)):t.createCommentVNode("",!0),h[1]||(h[1]=t.createElementVNode("div",{class:"absolute top-0 -start-2 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[t.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[t.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[t.createElementVNode("title",null,"Check icon")])])],-1)),t.createElementVNode("div",J6,[t.createElementVNode("span",e$,t.toDisplayString(t.unref(Un.startCase)(v.value)),1),h[0]||(h[0]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(v.key,b)==="current"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[h[3]||(h[3]=t.createElementVNode("div",{class:"absolute bg-orange-500 h-full start-px top-0 w-[0.0875rem] z-0"},null,-1)),h[4]||(h[4]=t.createElementVNode("div",{class:"absolute -start-2 top-0 flex items-center justify-center size-5 rounded-full bg-white border-[1.5px] border-orange-500"},[t.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),t.createElementVNode("div",t$,[t.createElementVNode("span",n$,t.toDisplayString(t.unref(Un.startCase)(v.value)),1),h[2]||(h[2]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(v.key,b)==="upcoming"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[b!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",r$)):t.createCommentVNode("",!0),h[6]||(h[6]=t.createElementVNode("div",{class:"absolute top-0 -start-2 flex items-center justify-center size-5 rounded-full bg-gray-100 border-gray-300 border-[1.5px]"},[t.createElementVNode("div",{class:"bg-gray-200 rounded-full size-3"})],-1)),t.createElementVNode("div",a$,[t.createElementVNode("span",o$,t.toDisplayString(t.unref(Un.startCase)(v.value)),1),h[5]||(h[5]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):t.createCommentVNode("",!0)],2))),128))])]))}}),i$=t.defineComponent({__name:"EUIStepperTimeline",setup(e){return(r,n)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(J0,{stepStatus:"opportunity"}),n[0]||(n[0]=t.createElementVNode("hr",null,null,-1)),t.createVNode(e1,{stepStatus:"opportunity"})]))}}),l$=["open","onClick"],s$=["aria-expanded"],u$={key:0,xmlns:"http://www.w3.org/2000/svg",class:"absolute text-gray-700 transition-all duration-150 ease-out pointer-events-none expand-icon group-open:text-gray-900 right-4 group-open:rotate-90",width:"24",height:"24",viewBox:"0 0 24 24","stroke-width":"2",stroke:"currentColor",fill:"none","stroke-linecap":"round","stroke-linejoin":"round"},d$=t.defineComponent({__name:"EUIAccordion",props:{datas:{type:Array,required:!0,default:()=>[]},defaultOpen:{type:Array,default:()=>[0]},collapse:{type:Boolean,default:!1},accordionStyle:{type:String,default:"grouped"},className:{type:String,required:!1}},emits:["update:activeItem"],setup(e,{emit:r}){const n=e,a=t.ref(Array(n.datas.length).fill(!1)),i=()=>{a.value=n.datas.map((d,f)=>n.defaultOpen.includes(f))};t.watch(()=>n.defaultOpen,()=>{i()},{immediate:!0}),t.onMounted(()=>{n.defaultOpen.forEach(d=>{d>=0&&d<a.value.length&&(a.value[d]=!0)})});const s=r,c=d=>{n.collapse?a.value=a.value.map((p,h)=>h===d):a.value=a.value.map((p,h)=>h===d?!p:p);const f=a.value.map((p,h)=>p?h:null).filter(p=>p!==null);s("update:activeItem",f)};return(d,f)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("div",{class:t.normalizeClass([e.accordionStyle==="grouped"?"p-2 bg-gray-50 rounded-xl":"space-y-3","max-w-full transition-all duration-100 ease-in-out"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.datas,(p,h)=>(t.openBlock(),t.createElementBlock("details",{key:`accordion-${h}`,open:a.value[h],onClick:t.withModifiers(v=>c(h),["prevent"]),class:t.normalizeClass([e.accordionStyle==="grouped"?"rounded-lg hover:bg-gray-100 open:bg-gray-100 open:mb-4 open:last:mb-0":"bg-white px-8 py-4 rounded-2xl hover:ring-2 hover:ring-purple-500 open:ring-2 ring-purple-700 open:shadow-lg open:shadow-purple-100","box-border relative mx-auto my-0 text-base font-normal transition-colors duration-150 ease-in-out group",e.className,p==null?void 0:p.className])},[t.createElementVNode("summary",{class:t.normalizeClass([e.accordionStyle==="grouped"?"p-4":"group-open:pb-4 gap-6 group-open:border-b group-open:border-gray-200","flex items-center font-semibold list-none cursor-pointer select-none focus:outline-none max-w-full justify-between"]),"aria-expanded":a.value[h]},[t.createElementVNode("div",{class:t.normalizeClass([e.accordionStyle==="grouped"?"w-11/12":"flex-initial w-[calc(75%-1.5rem)]","text-gray-700 transition-all duration-200 ease-in-out faq-title group-hover:text-gray-900 group-open:text-gray-900"])},[t.renderSlot(d.$slots,"title",{item:p},()=>[t.createTextVNode(t.toDisplayString(p.title),1)],!0)],2),e.accordionStyle==="grouped"?(t.openBlock(),t.createElementBlock("svg",u$,f[1]||(f[1]=[t.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},null,-1),t.createElementVNode("path",{d:"M9 6l6 6l-6 6"},null,-1)]))):(t.openBlock(),t.createElementBlock("div",{key:1,class:"flex-1 max-w-[25%] flex items-center justify-end gap-3",onClick:f[0]||(f[0]=t.withModifiers(()=>{},["stop"]))},[t.renderSlot(d.$slots,"right-icon",{item:p},void 0,!0)]))],10,s$),t.createElementVNode("div",{class:t.normalizeClass([e.accordionStyle==="grouped"?"p-4 pt-1 ":"pt-3","font-light text-gray-600"])},[t.renderSlot(d.$slots,"content",{item:p},()=>[t.createTextVNode(t.toDisplayString(p.content),1)],!0)],2)],10,l$))),128))],2)]))}}),c$=lt(d$,[["__scopeId","data-v-0158c022"]]);function f$(e){return t.getCurrentScope()?(t.onScopeDispose(e),!0):!1}function Lu(e){return typeof e=="function"?e():t.unref(e)}const t1=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const p$=Object.prototype.toString,h$=e=>p$.call(e)==="[object Object]",zi=()=>{},m$=_$();function _$(){var e,r;return t1&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((r=window==null?void 0:window.navigator)==null?void 0:r.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}const n1=t1?window:void 0;function vo(e){var r;const n=Lu(e);return(r=n==null?void 0:n.$el)!=null?r:n}function Fi(...e){let r,n,a,i;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,a,i]=e,r=n1):[r,n,a,i]=e,!r)return zi;Array.isArray(n)||(n=[n]),Array.isArray(a)||(a=[a]);const s=[],c=()=>{s.forEach(h=>h()),s.length=0},d=(h,v,b,w)=>(h.addEventListener(v,b,w),()=>h.removeEventListener(v,b,w)),f=t.watch(()=>[vo(r),Lu(i)],([h,v])=>{if(c(),!h)return;const b=h$(v)?{...v}:v;s.push(...n.flatMap(w=>a.map(C=>d(h,w,C,b))))},{immediate:!0,flush:"post"}),p=()=>{f(),c()};return f$(p),p}let Bp=!1;function r1(e,r,n={}){const{window:a=n1,ignore:i=[],capture:s=!0,detectIframe:c=!1}=n;if(!a)return zi;m$&&!Bp&&(Bp=!0,Array.from(a.document.body.children).forEach(w=>w.addEventListener("click",zi)),a.document.documentElement.addEventListener("click",zi));let d=!0;const f=w=>Lu(i).some(C=>{if(typeof C=="string")return Array.from(a.document.querySelectorAll(C)).some(A=>A===w.target||w.composedPath().includes(A));{const A=vo(C);return A&&(w.target===A||w.composedPath().includes(A))}}),p=w=>{const C=vo(e);if(!(!C||C===w.target||w.composedPath().includes(C))){if(w.detail===0&&(d=!f(w)),!d){d=!0;return}r(w)}};let h=!1;const v=[Fi(a,"click",w=>{h||(h=!0,setTimeout(()=>{h=!1},0),p(w))},{passive:!0,capture:s}),Fi(a,"pointerdown",w=>{const C=vo(e);d=!f(w)&&!!(C&&!w.composedPath().includes(C))},{passive:!0}),c&&Fi(a,"blur",w=>{setTimeout(()=>{var C;const A=vo(e);((C=a.document.activeElement)==null?void 0:C.tagName)==="IFRAME"&&!(A!=null&&A.contains(a.document.activeElement))&&r(w)},0)})].filter(Boolean);return()=>v.forEach(w=>w())}const v$=["textContent"],g$=t.defineComponent({__name:"EUIPopover",props:{title:{type:String,default:""},trigger:{type:String,default:"click",validator:e=>["click","hover"].includes(e)},className:{type:String,required:!1,default:"bg-white text-gray-900"},placement:{type:String,default:"bottom"},customButton:{type:String,required:!1,default:""}},emits:["showPopover","hidePopover"],setup(e,{emit:r}){const n=e,a=t.ref(null),i=t.ref(null),s=t.ref(null),c=t.ref(!1),d=r;t.onMounted(()=>{if(n.trigger==="click")Fi(i.value,"click",f),r1(i.value,p);else if(n.trigger==="hover"){const h=["mouseenter","focus"],v=["mouseleave","blur"];h.forEach(b=>{var w;(w=i.value)==null||w.addEventListener(b,f)}),v.forEach(b=>{var w;(w=i.value)==null||w.addEventListener(b,p)})}i.value&&s.value&&(a.value=nl(i.value,s.value,{placement:n.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))});function f(){var h,v;(h=s.value)==null||h.setAttribute("data-show",""),c.value=!0,d("showPopover"),(v=a.value)==null||v.update()}function p(){var h;(h=s.value)==null||h.removeAttribute("data-show"),c.value=!1,d("hidePopover")}return(h,v)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("div",{ref_key:"popperButton",ref:i,class:t.normalizeClass(["inline-flex items-center text-sm font-semibold gap-x-2",e.customButton])},[t.renderSlot(h.$slots,"referenceButton",{open:c.value},void 0,!0)],2),t.createElementVNode("div",{ref_key:"tooltip",ref:s,class:t.normalizeClass(["poppertooltip h-auto text-sm font-normal bg-white",e.className])},[v[0]||(v[0]=t.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),e.title?(t.openBlock(),t.createElementBlock("div",{key:0,class:"text-base font-semibold text-current leading-[normal] px-4 py-2",textContent:t.toDisplayString(e.title)},null,8,v$)):t.createCommentVNode("",!0),t.renderSlot(h.$slots,"default",{},void 0,!0)],2)]))}}),a1=lt(g$,[["__scopeId","data-v-359908fd"]]),y$=t.defineComponent({name:"Modal",props:{isVisible:{type:Boolean,default:!1},slimHeader:{type:Boolean,default:!1},title:{type:String,default:""},roundedClass:{type:String,default:""},visibleClose:{type:Boolean,default:!0}},emits:["update:isVisible","confirm"],methods:{closeModal(){this.$emit("update:isVisible",!1)}},setup(e){return t.watchEffect(()=>{e.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{}},beforeUnmount(){document.body.style.overflow=""}});var b$={class:"text-xl font-semibold"},$$={key:0,class:"flex-initial"},w$={key:3,class:"p-4 border-t border-b border-gray-200"},k$={key:5,class:"flex items-center justify-end p-4 space-x-2"};function x$(e,r,n,a,i,s){return t.openBlock(),t.createBlock(t.Teleport,{defer:"",to:"body"},[t.createVNode(t.Transition,{name:"modal"},{default:t.withCtx(function(){return[e.isVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fixed inset-0 z-50 flex flex-col items-center justify-end sm:justify-center",onClick:r[3]||(r[3]=t.withModifiers(function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return e.closeModal&&e.closeModal.apply(e,c)},["self"]))},[r[5]||(r[5]=t.createElementVNode("div",{class:"backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/50 pointer-events-none overflow-hidden"},null,-1)),t.createElementVNode("div",{class:t.normalizeClass(["bg-white shadow-lg max-w-lg w-full max-h-[calc(100svh-3rem)] md:h-auto overflow-hidden relative",[e.roundedClass!==""?e.roundedClass:"rounded-t-3xl md:rounded-2xl"]])},[e.$slots.header?t.renderSlot(e.$slots,"header",{key:0},void 0,!0):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["flex flex-row items-center justify-between font-medium text-gray-700",e.slimHeader?"p-4 text-base":"p-6 text-lg"])},[t.createElementVNode("h3",b$,[t.renderSlot(e.$slots,"title",{},function(){return[t.createTextVNode(t.toDisplayString(e.title||"Modal Title"),1)]},!0)]),e.visibleClose?(t.openBlock(),t.createElementBlock("div",$$,[t.createElementVNode("button",{type:"button",class:"flex items-center justify-center text-gray-400 bg-white hover:bg-gray-50 rounded-3xl hover:text-gray-600 size-8",onClick:r[0]||(r[0]=function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return e.closeModal&&e.closeModal.apply(e,c)})},r[4]||(r[4]=[t.createElementVNode("span",{class:"sr-only"},"Close",-1),t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"2",stroke:"currentColor","aria-hidden":"true",class:"w-5 h-5"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])):t.createCommentVNode("",!0)],2)),e.$slots.content?t.renderSlot(e.$slots,"content",{key:2},void 0,!0):(t.openBlock(),t.createElementBlock("div",w$,[t.renderSlot(e.$slots,"default",{},void 0,!0)])),e.$slots.footer?t.renderSlot(e.$slots,"footer",{key:4},void 0,!0):(t.openBlock(),t.createElementBlock("div",k$,[t.createElementVNode("button",{onClick:r[1]||(r[1]=function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return e.closeModal&&e.closeModal.apply(e,c)}),class:"px-4 py-2 text-base font-semibold tracking-wide text-gray-600 transition-colors duration-75 bg-white rounded-md hover:bg-gray-100"}," Cancel "),t.createElementVNode("button",{onClick:r[2]||(r[2]=function(c){return e.$emit("confirm")}),class:"px-4 py-2 text-base font-semibold tracking-wide text-white transition-colors duration-75 bg-purple-600 rounded-md hover:bg-purple-700"}," Confirm ")]))],2)])):t.createCommentVNode("",!0)]}),_:3})])}const E$=lt(y$,[["render",x$],["__scopeId","data-v-739e0044"]]),C$=t.defineComponent({name:"Slideover",components:{EUIButton:xu},props:{isVisible:{type:Boolean,default:!1},title:{type:String,default:""},visibleClose:{type:Boolean,default:!0},titleClass:{type:String,default:""},slidePosition:{type:String,default:"right"},size:{type:String,default:"xs"}},emits:["update:isVisible","confirm"],methods:{closeSlideover(){this.$emit("update:isVisible",!1)}},setup(e){const r=t.computed(()=>{const n={full:"max-w-screen",lg:"max-w-screen-lg min-w-[100svw] sm:min-w-[1024px]",md:"max-w-2xl min-w-[100svw] sm:min-w-[42rem]",sm:"max-w-xl min-w-[100svw] sm:min-w-[36rem]",xs:"max-w-md min-w-[100svw] sm:min-w-[28rem]"},i={left:e.size==="full"?"inset-2 rounded-xl overflow-hidden":"top-0 left-0 h-svh",center:e.size==="full"?"inset-2 rounded-xl overflow-hidden":"inset-0 flex flex-col items-center justify-center",right:e.size==="full"?"inset-2 rounded-xl overflow-hidden":"top-0 right-0 h-svh"}[e.slidePosition],s=n[e.size];return{modal:i,width:s}});return t.watchEffect(()=>{e.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{slideClass:r}},beforeUnmount(){document.body.style.overflow=""}});var S$={key:1,class:"sticky top-0 flex items-center justify-between flex-initial px-4 py-3"},O$={key:0},V$={key:3,class:"flex-1 p-4 max-h-[calc(100svh-3rem)] overflow-y-auto"},B$={key:5,class:"sticky bottom-0 flex items-center justify-end flex-none gap-2 px-4 py-3"};function N$(e,r,n,a,i,s){var c=t.resolveComponent("EUIButton");return t.openBlock(),t.createBlock(t.Teleport,{defer:"",to:"body"},[t.createVNode(t.Transition,{duration:550,appear:"",name:"slideover"},{default:t.withCtx(function(){return[e.isVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["fixed z-50 transition-all duration-100 ease-in",e.slideClass.modal]),onClick:r[2]||(r[2]=t.withModifiers(function(){for(var d=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return e.closeSlideover&&e.closeSlideover.apply(e,d)},["self"]))},[r[6]||(r[6]=t.createElementVNode("div",{class:"backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/20 pointer-events-none overflow-hidden"},null,-1)),t.createElementVNode("div",{class:t.normalizeClass(["relative flex flex-col justify-between w-full overflow-hidden bg-white divide-gray-200 divide-y shadow-lg h-full",e.slideClass.width])},[e.$slots.header?t.renderSlot(e.$slots,"header",{key:0},void 0,!0):(t.openBlock(),t.createElementBlock("div",S$,[t.createElementVNode("h3",{class:t.normalizeClass(["text-lg font-semibold text-gray-900",e.titleClass])},[t.renderSlot(e.$slots,"title",{},function(){return[t.createTextVNode(t.toDisplayString(e.title||"Slideover Title"),1)]},!0)],2),e.visibleClose?(t.openBlock(),t.createElementBlock("div",O$,[t.createElementVNode("button",{type:"button",class:"flex items-center justify-center text-gray-400 bg-white hover:bg-gray-50 rounded-3xl hover:text-gray-600 size-8",onClick:r[0]||(r[0]=function(){for(var d=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return e.closeSlideover&&e.closeSlideover.apply(e,d)})},r[3]||(r[3]=[t.createElementVNode("span",{class:"sr-only"},"Close",-1),t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"2",stroke:"currentColor","aria-hidden":"true",class:"w-5 h-5"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])):t.createCommentVNode("",!0)])),e.$slots.content?t.renderSlot(e.$slots,"content",{key:2},void 0,!0):(t.openBlock(),t.createElementBlock("div",V$,[t.renderSlot(e.$slots,"default",{},void 0,!0)])),e.$slots.footer?t.renderSlot(e.$slots,"footer",{key:4},void 0,!0):(t.openBlock(),t.createElementBlock("div",B$,[t.createVNode(c,{size:"md",color:"white",onClick:e.closeSlideover},{default:t.withCtx(function(){return r[4]||(r[4]=[t.createTextVNode("Cancel")])}),_:1},8,["onClick"]),t.createVNode(c,{size:"md",color:"purple",onClick:r[1]||(r[1]=function(d){return e.$emit("confirm")})},{default:t.withCtx(function(){return r[5]||(r[5]=[t.createTextVNode("Slideover")])}),_:1})]))],2)],2)):t.createCommentVNode("",!0)]}),_:3})])}const T$=lt(C$,[["render",N$],["__scopeId","data-v-b651e970"]]),o1=6048e5,M$=864e5,A$=6e4,i1=36e5,D$=1e3,Np=Symbol.for("constructDateFrom");function rt(e,r){return typeof e=="function"?e(r):e&&typeof e=="object"&&Np in e?e[Np](r):e instanceof Date?new e.constructor(r):new Date(r)}function De(e,r){return rt(r||e,e)}function yn(e,r,n){const a=De(e,n==null?void 0:n.in);return isNaN(r)?rt((n==null?void 0:n.in)||e,NaN):(r&&a.setDate(a.getDate()+r),a)}function Bn(e,r,n){const a=De(e,n==null?void 0:n.in);if(isNaN(r))return rt(e,NaN);if(!r)return a;const i=a.getDate(),s=rt(e,a.getTime());s.setMonth(a.getMonth()+r+1,0);const c=s.getDate();return i>=c?s:(a.setFullYear(s.getFullYear(),s.getMonth(),i),a)}function l1(e,r,n){const{years:a=0,months:i=0,weeks:s=0,days:c=0,hours:d=0,minutes:f=0,seconds:p=0}=r,h=De(e,n==null?void 0:n.in),v=i||a?Bn(h,i+a*12):h,b=c||s?yn(v,c+s*7):v,w=f+d*60,A=(p+w*60)*1e3;return rt(e,+b+A)}function P$(e,r,n){return rt(e,+De(e)+r)}function I$(e,r,n){return P$(e,r*i1)}let R$={};function oa(){return R$}function Tn(e,r){var d,f,p,h;const n=oa(),a=(r==null?void 0:r.weekStartsOn)??((f=(d=r==null?void 0:r.locale)==null?void 0:d.options)==null?void 0:f.weekStartsOn)??n.weekStartsOn??((h=(p=n.locale)==null?void 0:p.options)==null?void 0:h.weekStartsOn)??0,i=De(e,r==null?void 0:r.in),s=i.getDay(),c=(s<a?7:0)+s-a;return i.setDate(i.getDate()-c),i.setHours(0,0,0,0),i}function Ma(e,r){return Tn(e,{...r,weekStartsOn:1})}function s1(e,r){const n=De(e,r==null?void 0:r.in),a=n.getFullYear(),i=rt(n,0);i.setFullYear(a+1,0,4),i.setHours(0,0,0,0);const s=Ma(i),c=rt(n,0);c.setFullYear(a,0,4),c.setHours(0,0,0,0);const d=Ma(c);return n.getTime()>=s.getTime()?a+1:n.getTime()>=d.getTime()?a:a-1}function Ki(e){const r=De(e),n=new Date(Date.UTC(r.getFullYear(),r.getMonth(),r.getDate(),r.getHours(),r.getMinutes(),r.getSeconds(),r.getMilliseconds()));return n.setUTCFullYear(r.getFullYear()),+e-+n}function Mo(e,...r){const n=rt.bind(null,r.find(a=>typeof a=="object"));return r.map(n)}function Tp(e,r){const n=De(e,r==null?void 0:r.in);return n.setHours(0,0,0,0),n}function u1(e,r,n){const[a,i]=Mo(n==null?void 0:n.in,e,r),s=Tp(a),c=Tp(i),d=+s-Ki(s),f=+c-Ki(c);return Math.round((d-f)/M$)}function L$(e,r){const n=s1(e,r),a=rt(e,0);return a.setFullYear(n,0,4),a.setHours(0,0,0,0),Ma(a)}function z$(e,r,n){return Bn(e,r*3,n)}function zu(e,r,n){return Bn(e,r*12,n)}function Mp(e,r){const n=+De(e)-+De(r);return n<0?-1:n>0?1:n}function d1(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function bo(e){return!(!d1(e)&&typeof e!="number"||isNaN(+De(e)))}function Ap(e,r){const n=De(e,r==null?void 0:r.in);return Math.trunc(n.getMonth()/3)+1}function F$(e,r,n){const[a,i]=Mo(n==null?void 0:n.in,e,r);return a.getFullYear()-i.getFullYear()}function H$(e,r,n){const[a,i]=Mo(n==null?void 0:n.in,e,r),s=Mp(a,i),c=Math.abs(F$(a,i));a.setFullYear(1584),i.setFullYear(1584);const d=Mp(a,i)===-s,f=s*(c-+d);return f===0?0:f}function c1(e,r){const[n,a]=Mo(e,r.start,r.end);return{start:n,end:a}}function f1(e,r){const{start:n,end:a}=c1(r==null?void 0:r.in,e);let i=+n>+a;const s=i?+n:+a,c=i?a:n;c.setHours(0,0,0,0);let d=1;const f=[];for(;+c<=s;)f.push(rt(n,c)),c.setDate(c.getDate()+d),c.setHours(0,0,0,0);return i?f.reverse():f}function Jr(e,r){const n=De(e,r==null?void 0:r.in),a=n.getMonth(),i=a-a%3;return n.setMonth(i,1),n.setHours(0,0,0,0),n}function U$(e,r){const{start:n,end:a}=c1(r==null?void 0:r.in,e);let i=+n>+a;const s=i?+Jr(n):+Jr(a);let c=Jr(i?a:n),d=1;const f=[];for(;+c<=s;)f.push(rt(n,c)),c=z$(c,d);return i?f.reverse():f}function W$(e,r){const n=De(e,r==null?void 0:r.in);return n.setDate(1),n.setHours(0,0,0,0),n}function p1(e,r){const n=De(e,r==null?void 0:r.in),a=n.getFullYear();return n.setFullYear(a+1,0,0),n.setHours(23,59,59,999),n}function Co(e,r){const n=De(e,r==null?void 0:r.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function h1(e,r){var d,f,p,h;const n=oa(),a=(r==null?void 0:r.weekStartsOn)??((f=(d=r==null?void 0:r.locale)==null?void 0:d.options)==null?void 0:f.weekStartsOn)??n.weekStartsOn??((h=(p=n.locale)==null?void 0:p.options)==null?void 0:h.weekStartsOn)??0,i=De(e,r==null?void 0:r.in),s=i.getDay(),c=(s<a?-7:0)+6-(s-a);return i.setDate(i.getDate()+c),i.setHours(23,59,59,999),i}function Dp(e,r){const n=De(e,r==null?void 0:r.in),a=n.getMonth(),i=a-a%3+3;return n.setMonth(i,0),n.setHours(23,59,59,999),n}const j$={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Y$=(e,r,n)=>{let a;const i=j$[e];return typeof i=="string"?a=i:r===1?a=i.one:a=i.other.replace("{{count}}",r.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+a:a+" ago":a};function Os(e){return(r={})=>{const n=r.width?String(r.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const G$={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},q$={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},K$={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},X$={date:Os({formats:G$,defaultWidth:"full"}),time:Os({formats:q$,defaultWidth:"full"}),dateTime:Os({formats:K$,defaultWidth:"full"})},Q$={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},Z$=(e,r,n,a)=>Q$[e];function co(e){return(r,n)=>{const a=n!=null&&n.context?String(n.context):"standalone";let i;if(a==="formatting"&&e.formattingValues){const c=e.defaultFormattingWidth||e.defaultWidth,d=n!=null&&n.width?String(n.width):c;i=e.formattingValues[d]||e.formattingValues[c]}else{const c=e.defaultWidth,d=n!=null&&n.width?String(n.width):e.defaultWidth;i=e.values[d]||e.values[c]}const s=e.argumentCallback?e.argumentCallback(r):r;return i[s]}}const J$={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},ew={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},tw={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},nw={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},rw={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},aw={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},ow=(e,r)=>{const n=Number(e),a=n%100;if(a>20||a<10)switch(a%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},iw={ordinalNumber:ow,era:co({values:J$,defaultWidth:"wide"}),quarter:co({values:ew,defaultWidth:"wide",argumentCallback:e=>e-1}),month:co({values:tw,defaultWidth:"wide"}),day:co({values:nw,defaultWidth:"wide"}),dayPeriod:co({values:rw,defaultWidth:"wide",formattingValues:aw,defaultFormattingWidth:"wide"})};function fo(e){return(r,n={})=>{const a=n.width,i=a&&e.matchPatterns[a]||e.matchPatterns[e.defaultMatchWidth],s=r.match(i);if(!s)return null;const c=s[0],d=a&&e.parsePatterns[a]||e.parsePatterns[e.defaultParseWidth],f=Array.isArray(d)?sw(d,v=>v.test(c)):lw(d,v=>v.test(c));let p;p=e.valueCallback?e.valueCallback(f):f,p=n.valueCallback?n.valueCallback(p):p;const h=r.slice(c.length);return{value:p,rest:h}}}function lw(e,r){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&r(e[n]))return n}function sw(e,r){for(let n=0;n<e.length;n++)if(r(e[n]))return n}function uw(e){return(r,n={})=>{const a=r.match(e.matchPattern);if(!a)return null;const i=a[0],s=r.match(e.parsePattern);if(!s)return null;let c=e.valueCallback?e.valueCallback(s[0]):s[0];c=n.valueCallback?n.valueCallback(c):c;const d=r.slice(i.length);return{value:c,rest:d}}}const dw=/^(\d+)(th|st|nd|rd)?/i,cw=/\d+/i,fw={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},pw={any:[/^b/i,/^(a|c)/i]},hw={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},mw={any:[/1/i,/2/i,/3/i,/4/i]},_w={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},vw={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},gw={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},yw={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},bw={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},$w={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},ww={ordinalNumber:uw({matchPattern:dw,parsePattern:cw,valueCallback:e=>parseInt(e,10)}),era:fo({matchPatterns:fw,defaultMatchWidth:"wide",parsePatterns:pw,defaultParseWidth:"any"}),quarter:fo({matchPatterns:hw,defaultMatchWidth:"wide",parsePatterns:mw,defaultParseWidth:"any",valueCallback:e=>e+1}),month:fo({matchPatterns:_w,defaultMatchWidth:"wide",parsePatterns:vw,defaultParseWidth:"any"}),day:fo({matchPatterns:gw,defaultMatchWidth:"wide",parsePatterns:yw,defaultParseWidth:"any"}),dayPeriod:fo({matchPatterns:bw,defaultMatchWidth:"any",parsePatterns:$w,defaultParseWidth:"any"})},m1={code:"en-US",formatDistance:Y$,formatLong:X$,formatRelative:Z$,localize:iw,match:ww,options:{weekStartsOn:0,firstWeekContainsDate:1}};function kw(e,r){const n=De(e,r==null?void 0:r.in);return u1(n,Co(n))+1}function Fu(e,r){const n=De(e,r==null?void 0:r.in),a=+Ma(n)-+L$(n);return Math.round(a/o1)+1}function Hu(e,r){var h,v,b,w;const n=De(e,r==null?void 0:r.in),a=n.getFullYear(),i=oa(),s=(r==null?void 0:r.firstWeekContainsDate)??((v=(h=r==null?void 0:r.locale)==null?void 0:h.options)==null?void 0:v.firstWeekContainsDate)??i.firstWeekContainsDate??((w=(b=i.locale)==null?void 0:b.options)==null?void 0:w.firstWeekContainsDate)??1,c=rt((r==null?void 0:r.in)||e,0);c.setFullYear(a+1,0,s),c.setHours(0,0,0,0);const d=Tn(c,r),f=rt((r==null?void 0:r.in)||e,0);f.setFullYear(a,0,s),f.setHours(0,0,0,0);const p=Tn(f,r);return+n>=+d?a+1:+n>=+p?a:a-1}function xw(e,r){var d,f,p,h;const n=oa(),a=(r==null?void 0:r.firstWeekContainsDate)??((f=(d=r==null?void 0:r.locale)==null?void 0:d.options)==null?void 0:f.firstWeekContainsDate)??n.firstWeekContainsDate??((h=(p=n.locale)==null?void 0:p.options)==null?void 0:h.firstWeekContainsDate)??1,i=Hu(e,r),s=rt((r==null?void 0:r.in)||e,0);return s.setFullYear(i,0,a),s.setHours(0,0,0,0),Tn(s,r)}function Uu(e,r){const n=De(e,r==null?void 0:r.in),a=+Tn(n,r)-+xw(n,r);return Math.round(a/o1)+1}function nt(e,r){const n=e<0?"-":"",a=Math.abs(e).toString().padStart(r,"0");return n+a}const $r={y(e,r){const n=e.getFullYear(),a=n>0?n:1-n;return nt(r==="yy"?a%100:a,r.length)},M(e,r){const n=e.getMonth();return r==="M"?String(n+1):nt(n+1,2)},d(e,r){return nt(e.getDate(),r.length)},a(e,r){const n=e.getHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,r){return nt(e.getHours()%12||12,r.length)},H(e,r){return nt(e.getHours(),r.length)},m(e,r){return nt(e.getMinutes(),r.length)},s(e,r){return nt(e.getSeconds(),r.length)},S(e,r){const n=r.length,a=e.getMilliseconds(),i=Math.trunc(a*Math.pow(10,n-3));return nt(i,r.length)}},wa={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Pp={G:function(e,r,n){const a=e.getFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return n.era(a,{width:"abbreviated"});case"GGGGG":return n.era(a,{width:"narrow"});case"GGGG":default:return n.era(a,{width:"wide"})}},y:function(e,r,n){if(r==="yo"){const a=e.getFullYear(),i=a>0?a:1-a;return n.ordinalNumber(i,{unit:"year"})}return $r.y(e,r)},Y:function(e,r,n,a){const i=Hu(e,a),s=i>0?i:1-i;if(r==="YY"){const c=s%100;return nt(c,2)}return r==="Yo"?n.ordinalNumber(s,{unit:"year"}):nt(s,r.length)},R:function(e,r){const n=s1(e);return nt(n,r.length)},u:function(e,r){const n=e.getFullYear();return nt(n,r.length)},Q:function(e,r,n){const a=Math.ceil((e.getMonth()+1)/3);switch(r){case"Q":return String(a);case"QQ":return nt(a,2);case"Qo":return n.ordinalNumber(a,{unit:"quarter"});case"QQQ":return n.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(a,{width:"wide",context:"formatting"})}},q:function(e,r,n){const a=Math.ceil((e.getMonth()+1)/3);switch(r){case"q":return String(a);case"qq":return nt(a,2);case"qo":return n.ordinalNumber(a,{unit:"quarter"});case"qqq":return n.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(a,{width:"wide",context:"standalone"})}},M:function(e,r,n){const a=e.getMonth();switch(r){case"M":case"MM":return $r.M(e,r);case"Mo":return n.ordinalNumber(a+1,{unit:"month"});case"MMM":return n.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(a,{width:"wide",context:"formatting"})}},L:function(e,r,n){const a=e.getMonth();switch(r){case"L":return String(a+1);case"LL":return nt(a+1,2);case"Lo":return n.ordinalNumber(a+1,{unit:"month"});case"LLL":return n.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(a,{width:"wide",context:"standalone"})}},w:function(e,r,n,a){const i=Uu(e,a);return r==="wo"?n.ordinalNumber(i,{unit:"week"}):nt(i,r.length)},I:function(e,r,n){const a=Fu(e);return r==="Io"?n.ordinalNumber(a,{unit:"week"}):nt(a,r.length)},d:function(e,r,n){return r==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):$r.d(e,r)},D:function(e,r,n){const a=kw(e);return r==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):nt(a,r.length)},E:function(e,r,n){const a=e.getDay();switch(r){case"E":case"EE":case"EEE":return n.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(a,{width:"short",context:"formatting"});case"EEEE":default:return n.day(a,{width:"wide",context:"formatting"})}},e:function(e,r,n,a){const i=e.getDay(),s=(i-a.weekStartsOn+8)%7||7;switch(r){case"e":return String(s);case"ee":return nt(s,2);case"eo":return n.ordinalNumber(s,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,r,n,a){const i=e.getDay(),s=(i-a.weekStartsOn+8)%7||7;switch(r){case"c":return String(s);case"cc":return nt(s,r.length);case"co":return n.ordinalNumber(s,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,r,n){const a=e.getDay(),i=a===0?7:a;switch(r){case"i":return String(i);case"ii":return nt(i,r.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(a,{width:"short",context:"formatting"});case"iiii":default:return n.day(a,{width:"wide",context:"formatting"})}},a:function(e,r,n){const i=e.getHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(e,r,n){const a=e.getHours();let i;switch(a===12?i=wa.noon:a===0?i=wa.midnight:i=a/12>=1?"pm":"am",r){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(e,r,n){const a=e.getHours();let i;switch(a>=17?i=wa.evening:a>=12?i=wa.afternoon:a>=4?i=wa.morning:i=wa.night,r){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(e,r,n){if(r==="ho"){let a=e.getHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return $r.h(e,r)},H:function(e,r,n){return r==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):$r.H(e,r)},K:function(e,r,n){const a=e.getHours()%12;return r==="Ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},k:function(e,r,n){let a=e.getHours();return a===0&&(a=24),r==="ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},m:function(e,r,n){return r==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):$r.m(e,r)},s:function(e,r,n){return r==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):$r.s(e,r)},S:function(e,r){return $r.S(e,r)},X:function(e,r,n){const a=e.getTimezoneOffset();if(a===0)return"Z";switch(r){case"X":return Rp(a);case"XXXX":case"XX":return Xr(a);case"XXXXX":case"XXX":default:return Xr(a,":")}},x:function(e,r,n){const a=e.getTimezoneOffset();switch(r){case"x":return Rp(a);case"xxxx":case"xx":return Xr(a);case"xxxxx":case"xxx":default:return Xr(a,":")}},O:function(e,r,n){const a=e.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+Ip(a,":");case"OOOO":default:return"GMT"+Xr(a,":")}},z:function(e,r,n){const a=e.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+Ip(a,":");case"zzzz":default:return"GMT"+Xr(a,":")}},t:function(e,r,n){const a=Math.trunc(+e/1e3);return nt(a,r.length)},T:function(e,r,n){return nt(+e,r.length)}};function Ip(e,r=""){const n=e>0?"-":"+",a=Math.abs(e),i=Math.trunc(a/60),s=a%60;return s===0?n+String(i):n+String(i)+r+nt(s,2)}function Rp(e,r){return e%60===0?(e>0?"-":"+")+nt(Math.abs(e)/60,2):Xr(e,r)}function Xr(e,r=""){const n=e>0?"-":"+",a=Math.abs(e),i=nt(Math.trunc(a/60),2),s=nt(a%60,2);return n+i+r+s}const Lp=(e,r)=>{switch(e){case"P":return r.date({width:"short"});case"PP":return r.date({width:"medium"});case"PPP":return r.date({width:"long"});case"PPPP":default:return r.date({width:"full"})}},_1=(e,r)=>{switch(e){case"p":return r.time({width:"short"});case"pp":return r.time({width:"medium"});case"ppp":return r.time({width:"long"});case"pppp":default:return r.time({width:"full"})}},Ew=(e,r)=>{const n=e.match(/(P+)(p+)?/)||[],a=n[1],i=n[2];if(!i)return Lp(e,r);let s;switch(a){case"P":s=r.dateTime({width:"short"});break;case"PP":s=r.dateTime({width:"medium"});break;case"PPP":s=r.dateTime({width:"long"});break;case"PPPP":default:s=r.dateTime({width:"full"});break}return s.replace("{{date}}",Lp(a,r)).replace("{{time}}",_1(i,r))},mu={p:_1,P:Ew},Cw=/^D+$/,Sw=/^Y+$/,Ow=["D","DD","YY","YYYY"];function v1(e){return Cw.test(e)}function g1(e){return Sw.test(e)}function _u(e,r,n){const a=Vw(e,r,n);if(console.warn(a),Ow.includes(e))throw new RangeError(a)}function Vw(e,r,n){const a=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${r}\`) for formatting ${a} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const Bw=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Nw=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Tw=/^'([^]*?)'?$/,Mw=/''/g,Aw=/[a-zA-Z]/;function Wn(e,r,n){var h,v,b,w,C,A,k,y;const a=oa(),i=(n==null?void 0:n.locale)??a.locale??m1,s=(n==null?void 0:n.firstWeekContainsDate)??((v=(h=n==null?void 0:n.locale)==null?void 0:h.options)==null?void 0:v.firstWeekContainsDate)??a.firstWeekContainsDate??((w=(b=a.locale)==null?void 0:b.options)==null?void 0:w.firstWeekContainsDate)??1,c=(n==null?void 0:n.weekStartsOn)??((A=(C=n==null?void 0:n.locale)==null?void 0:C.options)==null?void 0:A.weekStartsOn)??a.weekStartsOn??((y=(k=a.locale)==null?void 0:k.options)==null?void 0:y.weekStartsOn)??0,d=De(e,n==null?void 0:n.in);if(!bo(d))throw new RangeError("Invalid time value");let f=r.match(Nw).map(x=>{const B=x[0];if(B==="p"||B==="P"){const N=mu[B];return N(x,i.formatLong)}return x}).join("").match(Bw).map(x=>{if(x==="''")return{isToken:!1,value:"'"};const B=x[0];if(B==="'")return{isToken:!1,value:Dw(x)};if(Pp[B])return{isToken:!0,value:x};if(B.match(Aw))throw new RangeError("Format string contains an unescaped latin alphabet character `"+B+"`");return{isToken:!1,value:x}});i.localize.preprocessor&&(f=i.localize.preprocessor(d,f));const p={firstWeekContainsDate:s,weekStartsOn:c,locale:i};return f.map(x=>{if(!x.isToken)return x.value;const B=x.value;(!(n!=null&&n.useAdditionalWeekYearTokens)&&g1(B)||!(n!=null&&n.useAdditionalDayOfYearTokens)&&v1(B))&&_u(B,r,String(e));const N=Pp[B[0]];return N(d,B,i.localize,p)}).join("")}function Dw(e){const r=e.match(Tw);return r?r[1].replace(Mw,"'"):e}function Pw(e,r){return De(e,r==null?void 0:r.in).getDay()}function Iw(e,r){const n=De(e,r==null?void 0:r.in),a=n.getFullYear(),i=n.getMonth(),s=rt(n,0);return s.setFullYear(a,i+1,0),s.setHours(0,0,0,0),s.getDate()}function Rw(){return Object.assign({},oa())}function sr(e,r){return De(e,r==null?void 0:r.in).getHours()}function Lw(e,r){const n=De(e,r==null?void 0:r.in).getDay();return n===0?7:n}function Sr(e,r){return De(e,r==null?void 0:r.in).getMinutes()}function qe(e,r){return De(e,r==null?void 0:r.in).getMonth()}function Aa(e){return De(e).getSeconds()}function Re(e,r){return De(e,r==null?void 0:r.in).getFullYear()}function aa(e,r){return+De(e)>+De(r)}function Da(e,r){return+De(e)<+De(r)}function Ca(e,r){return+De(e)==+De(r)}function zw(e,r){const n=Fw(r)?new r(0):rt(r,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function Fw(e){var r;return typeof e=="function"&&((r=e.prototype)==null?void 0:r.constructor)===e}const Hw=10;class y1{constructor(){Ee(this,"subPriority",0)}validate(r,n){return!0}}class Uw extends y1{constructor(r,n,a,i,s){super(),this.value=r,this.validateValue=n,this.setValue=a,this.priority=i,s&&(this.subPriority=s)}validate(r,n){return this.validateValue(r,this.value,n)}set(r,n,a){return this.setValue(r,n,this.value,a)}}class Ww extends y1{constructor(n,a){super();Ee(this,"priority",Hw);Ee(this,"subPriority",-1);this.context=n||(i=>rt(a,i))}set(n,a){return a.timestampIsSet?n:rt(n,zw(n,this.context))}}class Ze{run(r,n,a,i){const s=this.parse(r,n,a,i);return s?{setter:new Uw(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(r,n,a){return!0}}class jw extends Ze{constructor(){super(...arguments);Ee(this,"priority",140);Ee(this,"incompatibleTokens",["R","u","t","T"])}parse(n,a,i){switch(a){case"G":case"GG":case"GGG":return i.era(n,{width:"abbreviated"})||i.era(n,{width:"narrow"});case"GGGGG":return i.era(n,{width:"narrow"});case"GGGG":default:return i.era(n,{width:"wide"})||i.era(n,{width:"abbreviated"})||i.era(n,{width:"narrow"})}}set(n,a,i){return a.era=i,n.setFullYear(i,0,1),n.setHours(0,0,0,0),n}}const kt={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},Rn={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function xt(e,r){return e&&{value:r(e.value),rest:e.rest}}function mt(e,r){const n=r.match(e);return n?{value:parseInt(n[0],10),rest:r.slice(n[0].length)}:null}function Ln(e,r){const n=r.match(e);if(!n)return null;if(n[0]==="Z")return{value:0,rest:r.slice(1)};const a=n[1]==="+"?1:-1,i=n[2]?parseInt(n[2],10):0,s=n[3]?parseInt(n[3],10):0,c=n[5]?parseInt(n[5],10):0;return{value:a*(i*i1+s*A$+c*D$),rest:r.slice(n[0].length)}}function b1(e){return mt(kt.anyDigitsSigned,e)}function gt(e,r){switch(e){case 1:return mt(kt.singleDigit,r);case 2:return mt(kt.twoDigits,r);case 3:return mt(kt.threeDigits,r);case 4:return mt(kt.fourDigits,r);default:return mt(new RegExp("^\\d{1,"+e+"}"),r)}}function Xi(e,r){switch(e){case 1:return mt(kt.singleDigitSigned,r);case 2:return mt(kt.twoDigitsSigned,r);case 3:return mt(kt.threeDigitsSigned,r);case 4:return mt(kt.fourDigitsSigned,r);default:return mt(new RegExp("^-?\\d{1,"+e+"}"),r)}}function Wu(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function $1(e,r){const n=r>0,a=n?r:1-r;let i;if(a<=50)i=e||100;else{const s=a+50,c=Math.trunc(s/100)*100,d=e>=s%100;i=e+c-(d?100:0)}return n?i:1-i}function w1(e){return e%400===0||e%4===0&&e%100!==0}class Yw extends Ze{constructor(){super(...arguments);Ee(this,"priority",130);Ee(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(n,a,i){const s=c=>({year:c,isTwoDigitYear:a==="yy"});switch(a){case"y":return xt(gt(4,n),s);case"yo":return xt(i.ordinalNumber(n,{unit:"year"}),s);default:return xt(gt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,i){const s=n.getFullYear();if(i.isTwoDigitYear){const d=$1(i.year,s);return n.setFullYear(d,0,1),n.setHours(0,0,0,0),n}const c=!("era"in a)||a.era===1?i.year:1-i.year;return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}class Gw extends Ze{constructor(){super(...arguments);Ee(this,"priority",130);Ee(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(n,a,i){const s=c=>({year:c,isTwoDigitYear:a==="YY"});switch(a){case"Y":return xt(gt(4,n),s);case"Yo":return xt(i.ordinalNumber(n,{unit:"year"}),s);default:return xt(gt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,i,s){const c=Hu(n,s);if(i.isTwoDigitYear){const f=$1(i.year,c);return n.setFullYear(f,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Tn(n,s)}const d=!("era"in a)||a.era===1?i.year:1-i.year;return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Tn(n,s)}}class qw extends Ze{constructor(){super(...arguments);Ee(this,"priority",130);Ee(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(n,a){return Xi(a==="R"?4:a.length,n)}set(n,a,i){const s=rt(n,0);return s.setFullYear(i,0,4),s.setHours(0,0,0,0),Ma(s)}}class Kw extends Ze{constructor(){super(...arguments);Ee(this,"priority",130);Ee(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,a){return Xi(a==="u"?4:a.length,n)}set(n,a,i){return n.setFullYear(i,0,1),n.setHours(0,0,0,0),n}}class Xw extends Ze{constructor(){super(...arguments);Ee(this,"priority",120);Ee(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"Q":case"QQ":return gt(a.length,n);case"Qo":return i.ordinalNumber(n,{unit:"quarter"});case"QQQ":return i.quarter(n,{width:"abbreviated",context:"formatting"})||i.quarter(n,{width:"narrow",context:"formatting"});case"QQQQQ":return i.quarter(n,{width:"narrow",context:"formatting"});case"QQQQ":default:return i.quarter(n,{width:"wide",context:"formatting"})||i.quarter(n,{width:"abbreviated",context:"formatting"})||i.quarter(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=1&&a<=4}set(n,a,i){return n.setMonth((i-1)*3,1),n.setHours(0,0,0,0),n}}class Qw extends Ze{constructor(){super(...arguments);Ee(this,"priority",120);Ee(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"q":case"qq":return gt(a.length,n);case"qo":return i.ordinalNumber(n,{unit:"quarter"});case"qqq":return i.quarter(n,{width:"abbreviated",context:"standalone"})||i.quarter(n,{width:"narrow",context:"standalone"});case"qqqqq":return i.quarter(n,{width:"narrow",context:"standalone"});case"qqqq":default:return i.quarter(n,{width:"wide",context:"standalone"})||i.quarter(n,{width:"abbreviated",context:"standalone"})||i.quarter(n,{width:"narrow",context:"standalone"})}}validate(n,a){return a>=1&&a<=4}set(n,a,i){return n.setMonth((i-1)*3,1),n.setHours(0,0,0,0),n}}class Zw extends Ze{constructor(){super(...arguments);Ee(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);Ee(this,"priority",110)}parse(n,a,i){const s=c=>c-1;switch(a){case"M":return xt(mt(kt.month,n),s);case"MM":return xt(gt(2,n),s);case"Mo":return xt(i.ordinalNumber(n,{unit:"month"}),s);case"MMM":return i.month(n,{width:"abbreviated",context:"formatting"})||i.month(n,{width:"narrow",context:"formatting"});case"MMMMM":return i.month(n,{width:"narrow",context:"formatting"});case"MMMM":default:return i.month(n,{width:"wide",context:"formatting"})||i.month(n,{width:"abbreviated",context:"formatting"})||i.month(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=0&&a<=11}set(n,a,i){return n.setMonth(i,1),n.setHours(0,0,0,0),n}}class Jw extends Ze{constructor(){super(...arguments);Ee(this,"priority",110);Ee(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(n,a,i){const s=c=>c-1;switch(a){case"L":return xt(mt(kt.month,n),s);case"LL":return xt(gt(2,n),s);case"Lo":return xt(i.ordinalNumber(n,{unit:"month"}),s);case"LLL":return i.month(n,{width:"abbreviated",context:"standalone"})||i.month(n,{width:"narrow",context:"standalone"});case"LLLLL":return i.month(n,{width:"narrow",context:"standalone"});case"LLLL":default:return i.month(n,{width:"wide",context:"standalone"})||i.month(n,{width:"abbreviated",context:"standalone"})||i.month(n,{width:"narrow",context:"standalone"})}}validate(n,a){return a>=0&&a<=11}set(n,a,i){return n.setMonth(i,1),n.setHours(0,0,0,0),n}}function e7(e,r,n){const a=De(e,n==null?void 0:n.in),i=Uu(a,n)-r;return a.setDate(a.getDate()-i*7),De(a,n==null?void 0:n.in)}class t7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",100);Ee(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(n,a,i){switch(a){case"w":return mt(kt.week,n);case"wo":return i.ordinalNumber(n,{unit:"week"});default:return gt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,i,s){return Tn(e7(n,i,s),s)}}function n7(e,r,n){const a=De(e,n==null?void 0:n.in),i=Fu(a,n)-r;return a.setDate(a.getDate()-i*7),a}class r7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",100);Ee(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(n,a,i){switch(a){case"I":return mt(kt.week,n);case"Io":return i.ordinalNumber(n,{unit:"week"});default:return gt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,i){return Ma(n7(n,i))}}const a7=[31,28,31,30,31,30,31,31,30,31,30,31],o7=[31,29,31,30,31,30,31,31,30,31,30,31];class i7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",90);Ee(this,"subPriority",1);Ee(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"d":return mt(kt.date,n);case"do":return i.ordinalNumber(n,{unit:"date"});default:return gt(a.length,n)}}validate(n,a){const i=n.getFullYear(),s=w1(i),c=n.getMonth();return s?a>=1&&a<=o7[c]:a>=1&&a<=a7[c]}set(n,a,i){return n.setDate(i),n.setHours(0,0,0,0),n}}class l7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",90);Ee(this,"subpriority",1);Ee(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(n,a,i){switch(a){case"D":case"DD":return mt(kt.dayOfYear,n);case"Do":return i.ordinalNumber(n,{unit:"date"});default:return gt(a.length,n)}}validate(n,a){const i=n.getFullYear();return w1(i)?a>=1&&a<=366:a>=1&&a<=365}set(n,a,i){return n.setMonth(0,i),n.setHours(0,0,0,0),n}}function ju(e,r,n){var v,b,w,C;const a=oa(),i=(n==null?void 0:n.weekStartsOn)??((b=(v=n==null?void 0:n.locale)==null?void 0:v.options)==null?void 0:b.weekStartsOn)??a.weekStartsOn??((C=(w=a.locale)==null?void 0:w.options)==null?void 0:C.weekStartsOn)??0,s=De(e,n==null?void 0:n.in),c=s.getDay(),f=(r%7+7)%7,p=7-i,h=r<0||r>6?r-(c+p)%7:(f+p)%7-(c+p)%7;return yn(s,h,n)}class s7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",90);Ee(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"E":case"EE":case"EEE":return i.day(n,{width:"abbreviated",context:"formatting"})||i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"});case"EEEEE":return i.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"});case"EEEE":default:return i.day(n,{width:"wide",context:"formatting"})||i.day(n,{width:"abbreviated",context:"formatting"})||i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=0&&a<=6}set(n,a,i,s){return n=ju(n,i,s),n.setHours(0,0,0,0),n}}class u7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",90);Ee(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(n,a,i,s){const c=d=>{const f=Math.floor((d-1)/7)*7;return(d+s.weekStartsOn+6)%7+f};switch(a){case"e":case"ee":return xt(gt(a.length,n),c);case"eo":return xt(i.ordinalNumber(n,{unit:"day"}),c);case"eee":return i.day(n,{width:"abbreviated",context:"formatting"})||i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"});case"eeeee":return i.day(n,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"});case"eeee":default:return i.day(n,{width:"wide",context:"formatting"})||i.day(n,{width:"abbreviated",context:"formatting"})||i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=0&&a<=6}set(n,a,i,s){return n=ju(n,i,s),n.setHours(0,0,0,0),n}}class d7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",90);Ee(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(n,a,i,s){const c=d=>{const f=Math.floor((d-1)/7)*7;return(d+s.weekStartsOn+6)%7+f};switch(a){case"c":case"cc":return xt(gt(a.length,n),c);case"co":return xt(i.ordinalNumber(n,{unit:"day"}),c);case"ccc":return i.day(n,{width:"abbreviated",context:"standalone"})||i.day(n,{width:"short",context:"standalone"})||i.day(n,{width:"narrow",context:"standalone"});case"ccccc":return i.day(n,{width:"narrow",context:"standalone"});case"cccccc":return i.day(n,{width:"short",context:"standalone"})||i.day(n,{width:"narrow",context:"standalone"});case"cccc":default:return i.day(n,{width:"wide",context:"standalone"})||i.day(n,{width:"abbreviated",context:"standalone"})||i.day(n,{width:"short",context:"standalone"})||i.day(n,{width:"narrow",context:"standalone"})}}validate(n,a){return a>=0&&a<=6}set(n,a,i,s){return n=ju(n,i,s),n.setHours(0,0,0,0),n}}function c7(e,r,n){const a=De(e,n==null?void 0:n.in),i=Lw(a,n),s=r-i;return yn(a,s,n)}class f7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",90);Ee(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(n,a,i){const s=c=>c===0?7:c;switch(a){case"i":case"ii":return gt(a.length,n);case"io":return i.ordinalNumber(n,{unit:"day"});case"iii":return xt(i.day(n,{width:"abbreviated",context:"formatting"})||i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"}),s);case"iiiii":return xt(i.day(n,{width:"narrow",context:"formatting"}),s);case"iiiiii":return xt(i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"}),s);case"iiii":default:return xt(i.day(n,{width:"wide",context:"formatting"})||i.day(n,{width:"abbreviated",context:"formatting"})||i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"}),s)}}validate(n,a){return a>=1&&a<=7}set(n,a,i){return n=c7(n,i),n.setHours(0,0,0,0),n}}class p7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",80);Ee(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(n,a,i){switch(a){case"a":case"aa":case"aaa":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"})||i.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaaa":return i.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaa":default:return i.dayPeriod(n,{width:"wide",context:"formatting"})||i.dayPeriod(n,{width:"abbreviated",context:"formatting"})||i.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,a,i){return n.setHours(Wu(i),0,0,0),n}}class h7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",80);Ee(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(n,a,i){switch(a){case"b":case"bb":case"bbb":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"})||i.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbbb":return i.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbb":default:return i.dayPeriod(n,{width:"wide",context:"formatting"})||i.dayPeriod(n,{width:"abbreviated",context:"formatting"})||i.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,a,i){return n.setHours(Wu(i),0,0,0),n}}class m7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",80);Ee(this,"incompatibleTokens",["a","b","t","T"])}parse(n,a,i){switch(a){case"B":case"BB":case"BBB":return i.dayPeriod(n,{width:"abbreviated",context:"formatting"})||i.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBBB":return i.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBB":default:return i.dayPeriod(n,{width:"wide",context:"formatting"})||i.dayPeriod(n,{width:"abbreviated",context:"formatting"})||i.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,a,i){return n.setHours(Wu(i),0,0,0),n}}class _7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,a,i){switch(a){case"h":return mt(kt.hour12h,n);case"ho":return i.ordinalNumber(n,{unit:"hour"});default:return gt(a.length,n)}}validate(n,a){return a>=1&&a<=12}set(n,a,i){const s=n.getHours()>=12;return s&&i<12?n.setHours(i+12,0,0,0):!s&&i===12?n.setHours(0,0,0,0):n.setHours(i,0,0,0),n}}class v7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,a,i){switch(a){case"H":return mt(kt.hour23h,n);case"Ho":return i.ordinalNumber(n,{unit:"hour"});default:return gt(a.length,n)}}validate(n,a){return a>=0&&a<=23}set(n,a,i){return n.setHours(i,0,0,0),n}}class g7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,a,i){switch(a){case"K":return mt(kt.hour11h,n);case"Ko":return i.ordinalNumber(n,{unit:"hour"});default:return gt(a.length,n)}}validate(n,a){return a>=0&&a<=11}set(n,a,i){return n.getHours()>=12&&i<12?n.setHours(i+12,0,0,0):n.setHours(i,0,0,0),n}}class y7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,a,i){switch(a){case"k":return mt(kt.hour24h,n);case"ko":return i.ordinalNumber(n,{unit:"hour"});default:return gt(a.length,n)}}validate(n,a){return a>=1&&a<=24}set(n,a,i){const s=i<=24?i%24:i;return n.setHours(s,0,0,0),n}}class b7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",60);Ee(this,"incompatibleTokens",["t","T"])}parse(n,a,i){switch(a){case"m":return mt(kt.minute,n);case"mo":return i.ordinalNumber(n,{unit:"minute"});default:return gt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,i){return n.setMinutes(i,0,0),n}}class $7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",50);Ee(this,"incompatibleTokens",["t","T"])}parse(n,a,i){switch(a){case"s":return mt(kt.second,n);case"so":return i.ordinalNumber(n,{unit:"second"});default:return gt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,i){return n.setSeconds(i,0),n}}class w7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",30);Ee(this,"incompatibleTokens",["t","T"])}parse(n,a){const i=s=>Math.trunc(s*Math.pow(10,-a.length+3));return xt(gt(a.length,n),i)}set(n,a,i){return n.setMilliseconds(i),n}}class k7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",10);Ee(this,"incompatibleTokens",["t","T","x"])}parse(n,a){switch(a){case"X":return Ln(Rn.basicOptionalMinutes,n);case"XX":return Ln(Rn.basic,n);case"XXXX":return Ln(Rn.basicOptionalSeconds,n);case"XXXXX":return Ln(Rn.extendedOptionalSeconds,n);case"XXX":default:return Ln(Rn.extended,n)}}set(n,a,i){return a.timestampIsSet?n:rt(n,n.getTime()-Ki(n)-i)}}class x7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",10);Ee(this,"incompatibleTokens",["t","T","X"])}parse(n,a){switch(a){case"x":return Ln(Rn.basicOptionalMinutes,n);case"xx":return Ln(Rn.basic,n);case"xxxx":return Ln(Rn.basicOptionalSeconds,n);case"xxxxx":return Ln(Rn.extendedOptionalSeconds,n);case"xxx":default:return Ln(Rn.extended,n)}}set(n,a,i){return a.timestampIsSet?n:rt(n,n.getTime()-Ki(n)-i)}}class E7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",40);Ee(this,"incompatibleTokens","*")}parse(n){return b1(n)}set(n,a,i){return[rt(n,i*1e3),{timestampIsSet:!0}]}}class C7 extends Ze{constructor(){super(...arguments);Ee(this,"priority",20);Ee(this,"incompatibleTokens","*")}parse(n){return b1(n)}set(n,a,i){return[rt(n,i),{timestampIsSet:!0}]}}const S7={G:new jw,y:new Yw,Y:new Gw,R:new qw,u:new Kw,Q:new Xw,q:new Qw,M:new Zw,L:new Jw,w:new t7,I:new r7,d:new i7,D:new l7,E:new s7,e:new u7,c:new d7,i:new f7,a:new p7,b:new h7,B:new m7,h:new _7,H:new v7,K:new g7,k:new y7,m:new b7,s:new $7,S:new w7,X:new k7,x:new x7,t:new E7,T:new C7},O7=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,V7=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,B7=/^'([^]*?)'?$/,N7=/''/g,T7=/\S/,M7=/[a-zA-Z]/;function vu(e,r,n,a){var k,y,x,B,N,H,S,T;const i=()=>rt((a==null?void 0:a.in)||n,NaN),s=Rw(),c=(a==null?void 0:a.locale)??s.locale??m1,d=(a==null?void 0:a.firstWeekContainsDate)??((y=(k=a==null?void 0:a.locale)==null?void 0:k.options)==null?void 0:y.firstWeekContainsDate)??s.firstWeekContainsDate??((B=(x=s.locale)==null?void 0:x.options)==null?void 0:B.firstWeekContainsDate)??1,f=(a==null?void 0:a.weekStartsOn)??((H=(N=a==null?void 0:a.locale)==null?void 0:N.options)==null?void 0:H.weekStartsOn)??s.weekStartsOn??((T=(S=s.locale)==null?void 0:S.options)==null?void 0:T.weekStartsOn)??0;if(!r)return e?i():De(n,a==null?void 0:a.in);const p={firstWeekContainsDate:d,weekStartsOn:f,locale:c},h=[new Ww(a==null?void 0:a.in,n)],v=r.match(V7).map(V=>{const I=V[0];if(I in mu){const g=mu[I];return g(V,c.formatLong)}return V}).join("").match(O7),b=[];for(let V of v){!(a!=null&&a.useAdditionalWeekYearTokens)&&g1(V)&&_u(V,r,e),!(a!=null&&a.useAdditionalDayOfYearTokens)&&v1(V)&&_u(V,r,e);const I=V[0],g=S7[I];if(g){const{incompatibleTokens:R}=g;if(Array.isArray(R)){const ie=b.find(F=>R.includes(F.token)||F.token===I);if(ie)throw new RangeError(`The format string mustn't contain \`${ie.fullToken}\` and \`${V}\` at the same time`)}else if(g.incompatibleTokens==="*"&&b.length>0)throw new RangeError(`The format string mustn't contain \`${V}\` and any other token at the same time`);b.push({token:I,fullToken:V});const j=g.run(e,V,c.match,p);if(!j)return i();h.push(j.setter),e=j.rest}else{if(I.match(M7))throw new RangeError("Format string contains an unescaped latin alphabet character `"+I+"`");if(V==="''"?V="'":I==="'"&&(V=A7(V)),e.indexOf(V)===0)e=e.slice(V.length);else return i()}}if(e.length>0&&T7.test(e))return i();const w=h.map(V=>V.priority).sort((V,I)=>I-V).filter((V,I,g)=>g.indexOf(V)===I).map(V=>h.filter(I=>I.priority===V).sort((I,g)=>g.subPriority-I.subPriority)).map(V=>V[0]);let C=De(n,a==null?void 0:a.in);if(isNaN(+C))return i();const A={};for(const V of w){if(!V.validate(C,p))return i();const I=V.set(C,A,p);Array.isArray(I)?(C=I[0],Object.assign(A,I[1])):C=I}return C}function A7(e){return e.match(B7)[1].replace(N7,"'")}function zp(e,r,n){const[a,i]=Mo(n==null?void 0:n.in,e,r);return+Jr(a)==+Jr(i)}function k1(e,r,n){return yn(e,-r,n)}function x1(e,r,n){const a=De(e,n==null?void 0:n.in),i=a.getFullYear(),s=a.getDate(),c=rt(e,0);c.setFullYear(i,r,15),c.setHours(0,0,0,0);const d=Iw(c);return a.setMonth(r,Math.min(s,d)),a}function ot(e,r,n){let a=De(e,n==null?void 0:n.in);return isNaN(+a)?rt(e,NaN):(r.year!=null&&a.setFullYear(r.year),r.month!=null&&(a=x1(a,r.month)),r.date!=null&&a.setDate(r.date),r.hours!=null&&a.setHours(r.hours),r.minutes!=null&&a.setMinutes(r.minutes),r.seconds!=null&&a.setSeconds(r.seconds),r.milliseconds!=null&&a.setMilliseconds(r.milliseconds),a)}function D7(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setHours(r),a}function E1(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setMilliseconds(r),a}function P7(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setMinutes(r),a}function C1(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setSeconds(r),a}function Fn(e,r,n){const a=De(e,n==null?void 0:n.in);return isNaN(+a)?rt(e,NaN):(a.setFullYear(r),a)}function Pa(e,r,n){return Bn(e,-r,n)}function I7(e,r,n){const{years:a=0,months:i=0,weeks:s=0,days:c=0,hours:d=0,minutes:f=0,seconds:p=0}=r,h=Pa(e,i+a*12,n),v=k1(h,c+s*7,n),b=f+d*60,C=(p+b*60)*1e3;return rt(e,+v-C)}function S1(e,r,n){return zu(e,-r,n)}function Ua(){const e=t.useAttrs();return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img",...e},[t.createElementVNode("path",{d:"M29.333 8c0-2.208-1.792-4-4-4h-18.667c-2.208 0-4 1.792-4 4v18.667c0 2.208 1.792 4 4 4h18.667c2.208 0 4-1.792 4-4v-18.667zM26.667 8v18.667c0 0.736-0.597 1.333-1.333 1.333 0 0-18.667 0-18.667 0-0.736 0-1.333-0.597-1.333-1.333 0 0 0-18.667 0-18.667 0-0.736 0.597-1.333 1.333-1.333 0 0 18.667 0 18.667 0 0.736 0 1.333 0.597 1.333 1.333z"}),t.createElementVNode("path",{d:"M20 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),t.createElementVNode("path",{d:"M9.333 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),t.createElementVNode("path",{d:"M4 14.667h24c0.736 0 1.333-0.597 1.333-1.333s-0.597-1.333-1.333-1.333h-24c-0.736 0-1.333 0.597-1.333 1.333s0.597 1.333 1.333 1.333z"})])}Ua.compatConfig={MODE:3};function O1(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M23.057 7.057l-16 16c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l16-16c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0z"}),t.createElementVNode("path",{d:"M7.057 8.943l16 16c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885l-16-16c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}O1.compatConfig={MODE:3};function Yu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M20.943 23.057l-7.057-7.057c0 0 7.057-7.057 7.057-7.057 0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-8 8c-0.521 0.521-0.521 1.365 0 1.885l8 8c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}Yu.compatConfig={MODE:3};function Gu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M12.943 24.943l8-8c0.521-0.521 0.521-1.365 0-1.885l-8-8c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885l7.057 7.057c0 0-7.057 7.057-7.057 7.057-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0z"})])}Gu.compatConfig={MODE:3};function qu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M16 1.333c-8.095 0-14.667 6.572-14.667 14.667s6.572 14.667 14.667 14.667c8.095 0 14.667-6.572 14.667-14.667s-6.572-14.667-14.667-14.667zM16 4c6.623 0 12 5.377 12 12s-5.377 12-12 12c-6.623 0-12-5.377-12-12s5.377-12 12-12z"}),t.createElementVNode("path",{d:"M14.667 8v8c0 0.505 0.285 0.967 0.737 1.193l5.333 2.667c0.658 0.329 1.46 0.062 1.789-0.596s0.062-1.46-0.596-1.789l-4.596-2.298c0 0 0-7.176 0-7.176 0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"})])}qu.compatConfig={MODE:3};function Ku(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M24.943 19.057l-8-8c-0.521-0.521-1.365-0.521-1.885 0l-8 8c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l7.057-7.057c0 0 7.057 7.057 7.057 7.057 0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}Ku.compatConfig={MODE:3};function Xu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M7.057 12.943l8 8c0.521 0.521 1.365 0.521 1.885 0l8-8c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-7.057 7.057c0 0-7.057-7.057-7.057-7.057-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}Xu.compatConfig={MODE:3};const Zt=(e,r)=>r?new Date(e.toLocaleString("en-US",{timeZone:r})):new Date(e),Qu=(e,r,n)=>gu(e,r,n)||ve(),R7=(e,r,n)=>{const a=r.dateInTz?Zt(new Date(e),r.dateInTz):ve(e);return n?At(a,!0):a},gu=(e,r,n)=>{if(!e)return null;const a=n?At(ve(e),!0):ve(e);return r?r.exactMatch?R7(e,r,n):Zt(a,r.timezone):a},L7=e=>{const r=new Date(e.getFullYear(),0,1).getTimezoneOffset();return e.getTimezoneOffset()<r},z7=(e,r)=>{if(!e)return 0;const n=new Date,a=new Date(n.toLocaleString("en-US",{timeZone:"UTC"})),i=new Date(n.toLocaleString("en-US",{timeZone:e})),s=(L7(r??i)?i:r??i).getTimezoneOffset()/60;return(+a-+i)/(1e3*60*60)-s};var Sn=(e=>(e.month="month",e.year="year",e))(Sn||{}),On=(e=>(e.top="top",e.bottom="bottom",e))(On||{}),ta=(e=>(e.header="header",e.calendar="calendar",e.timePicker="timePicker",e))(ta||{}),Rt=(e=>(e.month="month",e.year="year",e.calendar="calendar",e.time="time",e.minutes="minutes",e.hours="hours",e.seconds="seconds",e))(Rt||{});const F7=["timestamp","date","iso"];var Ut=(e=>(e.up="up",e.down="down",e.left="left",e.right="right",e))(Ut||{}),ct=(e=>(e.arrowUp="ArrowUp",e.arrowDown="ArrowDown",e.arrowLeft="ArrowLeft",e.arrowRight="ArrowRight",e.enter="Enter",e.space=" ",e.esc="Escape",e.tab="Tab",e.home="Home",e.end="End",e.pageUp="PageUp",e.pageDown="PageDown",e))(ct||{}),Oa=(e=>(e.MONTH_AND_YEAR="MM-yyyy",e.YEAR="yyyy",e.DATE="dd-MM-yyyy",e))(Oa||{});function Fp(e){return r=>new Intl.DateTimeFormat(e,{weekday:"short",timeZone:"UTC"}).format(new Date(`2017-01-0${r}T00:00:00+00:00`)).slice(0,2)}function H7(e){return r=>Wn(Zt(new Date(`2017-01-0${r}T00:00:00+00:00`),"UTC"),"EEEEEE",{locale:e})}const U7=(e,r,n)=>{const a=[1,2,3,4,5,6,7];let i;if(e!==null)try{i=a.map(H7(e))}catch{i=a.map(Fp(r))}else i=a.map(Fp(r));const s=i.slice(0,n),c=i.slice(n+1,i.length);return[i[n]].concat(...c).concat(...s)},Zu=(e,r,n)=>{const a=[];for(let i=+e[0];i<=+e[1];i++)a.push({value:+i,text:T1(i,r)});return n?a.reverse():a},V1=(e,r,n)=>{const a=[1,2,3,4,5,6,7,8,9,10,11,12].map(s=>{const c=s<10?`0${s}`:s;return new Date(`2017-${c}-01T00:00:00+00:00`)});if(e!==null)try{const s=n==="long"?"LLLL":"LLL";return a.map((c,d)=>{const f=Wn(Zt(c,"UTC"),s,{locale:e});return{text:f.charAt(0).toUpperCase()+f.substring(1),value:d}})}catch{}const i=new Intl.DateTimeFormat(r,{month:n,timeZone:"UTC"});return a.map((s,c)=>{const d=i.format(s);return{text:d.charAt(0).toUpperCase()+d.substring(1),value:c}})},W7=e=>[12,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11][e],Ot=e=>{const r=t.unref(e);return r!=null&&r.$el?r==null?void 0:r.$el:r},j7=e=>({type:"dot",...e??{}}),B1=e=>Array.isArray(e)?!!e[0]&&!!e[1]:!1,Ju={prop:e=>`"${e}" prop must be enabled!`,dateArr:e=>`You need to use array as "model-value" binding in order to support "${e}"`},Nt=e=>e,Hp=e=>e===0?e:!e||isNaN(+e)?null:+e,Up=e=>e===null,N1=e=>{if(e)return[...e.querySelectorAll("input, button, select, textarea, a[href]")][0]},Y7=e=>{const r=[],n=a=>a.filter(i=>i);for(let a=0;a<e.length;a+=3){const i=[e[a],e[a+1],e[a+2]];r.push(n(i))}return r},So=(e,r,n)=>{const a=n!=null,i=r!=null;if(!a&&!i)return!1;const s=+n,c=+r;return a&&i?+e>s||+e<c:a?+e>s:i?+e<c:!1},Ia=(e,r)=>Y7(e).map(n=>n.map(a=>{const{active:i,disabled:s,isBetween:c,highlighted:d}=r(a);return{...a,active:i,disabled:s,className:{dp__overlay_cell_active:i,dp__overlay_cell:!i,dp__overlay_cell_disabled:s,dp__overlay_cell_pad:!0,dp__overlay_cell_active_disabled:s&&i,dp__cell_in_between:c,"dp--highlighted":d}}})),Er=(e,r,n=!1)=>{e&&r.allowStopPropagation&&(n&&e.stopImmediatePropagation(),e.stopPropagation())},G7=()=>["a[href]","area[href]","input:not([disabled]):not([type='hidden'])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","[tabindex]:not([tabindex='-1'])","[data-datepicker-instance]"].join(", ");function q7(e,r){let n=[...document.querySelectorAll(G7())];n=n.filter(i=>!e.contains(i)||i.hasAttribute("data-datepicker-instance"));const a=n.indexOf(e);if(a>=0&&(r?a-1>=0:a+1<=n.length))return n[a+(r?-1:1)]}const yu=(e,r)=>e==null?void 0:e.querySelector(`[data-dp-element="${r}"]`),T1=(e,r)=>new Intl.NumberFormat(r,{useGrouping:!1,style:"decimal"}).format(e),ed=(e,r)=>Wn(e,r??Oa.DATE),Vs=e=>Array.isArray(e),Qi=(e,r,n)=>r.get(ed(e,n)),K7=(e,r)=>e?r?r instanceof Map?!!Qi(e,r):r(ve(e)):!1:!0,Wt=(e,r,n=!1,a)=>{if(e.key===ct.enter||e.key===ct.space)return n&&e.preventDefault(),r();if(a)return a(e)},X7=()=>["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].some(e=>navigator.userAgent.includes(e))||navigator.userAgent.includes("Mac")&&"ontouchend"in document,Q7=(e,r)=>e?Oa.MONTH_AND_YEAR:r?Oa.YEAR:Oa.DATE;/**
33
+ `)+ve+`return __p
34
+ }`;var We=Lf(function(){return qe(B,Oe+"return "+ve).apply(n,F)});if(We.source=ve,cs(We))throw We;return We}function Xy(i){return et(i).toLowerCase()}function Qy(i){return et(i).toUpperCase()}function qy(i,l,u){if(i=et(i),i&&(u||l===n))return Kd(i);if(!i||!(l=nn(l)))return i;var m=xn(i),w=xn(l),B=Gd(m,w),F=Xd(m,w)+1;return br(m,B,F).join("")}function Jy(i,l,u){if(i=et(i),i&&(u||l===n))return i.slice(0,qd(i)+1);if(!i||!(l=nn(l)))return i;var m=xn(i),w=Xd(m,xn(l))+1;return br(m,0,w).join("")}function Zy(i,l,u){if(i=et(i),i&&(u||l===n))return i.replace(cl,"");if(!i||!(l=nn(l)))return i;var m=xn(i),w=Gd(m,xn(l));return br(m,w).join("")}function eb(i,l){var u=y,m=P;if(ht(l)){var w="separator"in l?l.separator:w;u="length"in l?ze(l.length):u,m="omission"in l?nn(l.omission):m}i=et(i);var B=i.length;if(sa(i)){var F=xn(i);B=F.length}if(u>=B)return i;var W=u-ua(m);if(W<1)return m;var J=F?br(F,0,W).join(""):i.slice(0,W);if(w===n)return J+m;if(F&&(W+=J.length-W),fs(w)){if(i.slice(W).search(w)){var ue,ce=J;for(w.global||(w=Bl(w.source,et(md.exec(w))+"g")),w.lastIndex=0;ue=w.exec(ce);)var ve=ue.index;J=J.slice(0,ve===n?W:ve)}}else if(i.indexOf(nn(w),W)!=W){var Ee=J.lastIndexOf(w);Ee>-1&&(J=J.slice(0,Ee))}return J+m}function tb(i){return i=et(i),i&&Be.test(i)?i.replace(le,Vm):i}var nb=va(function(i,l,u){return i+(u?" ":"")+l.toUpperCase()}),ms=Lc("toUpperCase");function Pf(i,l,u){return i=et(i),l=u?n:l,l===n?Cm(i)?Tm(i):vm(i):i.match(l)||[]}var Lf=je(function(i,l){try{return en(i,n,l)}catch(u){return cs(u)?u:new Fe(u)}}),rb=qn(function(i,l){return fn(l,function(u){u=An(u),Xn(i,u,us(i[u],i))}),i});function ab(i){var l=i==null?0:i.length,u=Me();return i=l?ft(i,function(m){if(typeof m[1]!="function")throw new pn(c);return[u(m[0]),m[1]]}):[],je(function(m){for(var w=-1;++w<l;){var B=i[w];if(en(B[0],this,m))return en(B[1],this,m)}})}function ib(i){return Vv(mn(i,g))}function vs(i){return function(){return i}}function ob(i,l){return i==null||i!==i?l:i}var lb=Hc(),sb=Hc(!0);function Xt(i){return i}function gs(i){return gc(typeof i=="function"?i:mn(i,g))}function ub(i){return bc(mn(i,g))}function db(i,l){return _c(i,mn(l,g))}var cb=je(function(i,l){return function(u){return Za(u,i,l)}}),fb=je(function(i,l){return function(u){return Za(i,u,l)}});function ys(i,l,u){var m=Vt(l),w=io(l,m);u==null&&!(ht(l)&&(w.length||!m.length))&&(u=l,l=i,i=this,w=io(l,Vt(l)));var B=!(ht(u)&&"chain"in u)||!!u.chain,F=Zn(i);return fn(w,function(W){var J=l[W];i[W]=J,F&&(i.prototype[W]=function(){var ue=this.__chain__;if(B||ue){var ce=i(this.__wrapped__),ve=ce.__actions__=Yt(this.__actions__);return ve.push({func:J,args:arguments,thisArg:i}),ce.__chain__=ue,ce}return J.apply(i,pr([this.value()],arguments))})}),i}function pb(){return Nt._===this&&(Nt._=Lm),this}function bs(){}function hb(i){return i=ze(i),je(function(l){return wc(l,i)})}var mb=Ql(ft),vb=Ql(Ud),gb=Ql(wl);function Ff(i){return rs(i)?kl(An(i)):Kv(i)}function yb(i){return function(l){return i==null?n:Yr(i,l)}}var bb=zc(),_b=zc(!0);function _s(){return[]}function ws(){return!1}function wb(){return{}}function kb(){return""}function xb(){return!0}function Eb(i,l){if(i=ze(i),i<1||i>fe)return[];var u=Z,m=Dt(i,Z);l=Me(l),i-=Z;for(var w=Cl(m,l);++u<i;)l(u);return w}function Cb(i){return He(i)?ft(i,An):rn(i)?[i]:Yt(of(et(i)))}function $b(i){var l=++Am;return et(i)+l}var Sb=fo(function(i,l){return i+l},0),Bb=ql("ceil"),Ob=fo(function(i,l){return i/l},1),Vb=ql("floor");function Ib(i){return i&&i.length?ao(i,Xt,Rl):n}function Nb(i,l){return i&&i.length?ao(i,Me(l,2),Rl):n}function Tb(i){return jd(i,Xt)}function Mb(i,l){return jd(i,Me(l,2))}function Db(i){return i&&i.length?ao(i,Xt,Fl):n}function Rb(i,l){return i&&i.length?ao(i,Me(l,2),Fl):n}var Ab=fo(function(i,l){return i*l},1),Pb=ql("round"),Lb=fo(function(i,l){return i-l},0);function Fb(i){return i&&i.length?El(i,Xt):0}function Hb(i,l){return i&&i.length?El(i,Me(l,2)):0}return C.after=u3,C.ary=gf,C.assign=Q3,C.assignIn=If,C.assignInWith=Co,C.assignWith=q3,C.at=J3,C.before=yf,C.bind=us,C.bindAll=rb,C.bindKey=bf,C.castArray=w3,C.chain=hf,C.chunk=Vg,C.compact=Ig,C.concat=Ng,C.cond=ab,C.conforms=ib,C.constant=vs,C.countBy=F2,C.create=Z3,C.curry=_f,C.curryRight=wf,C.debounce=kf,C.defaults=ey,C.defaultsDeep=ty,C.defer=d3,C.delay=c3,C.difference=Tg,C.differenceBy=Mg,C.differenceWith=Dg,C.drop=Rg,C.dropRight=Ag,C.dropRightWhile=Pg,C.dropWhile=Lg,C.fill=Fg,C.filter=U2,C.flatMap=j2,C.flatMapDeep=Y2,C.flatMapDepth=K2,C.flatten=df,C.flattenDeep=Hg,C.flattenDepth=Ug,C.flip=f3,C.flow=lb,C.flowRight=sb,C.fromPairs=zg,C.functions=sy,C.functionsIn=uy,C.groupBy=G2,C.initial=jg,C.intersection=Yg,C.intersectionBy=Kg,C.intersectionWith=Gg,C.invert=cy,C.invertBy=fy,C.invokeMap=Q2,C.iteratee=gs,C.keyBy=q2,C.keys=Vt,C.keysIn=Gt,C.map=bo,C.mapKeys=hy,C.mapValues=my,C.matches=ub,C.matchesProperty=db,C.memoize=wo,C.merge=vy,C.mergeWith=Nf,C.method=cb,C.methodOf=fb,C.mixin=ys,C.negate=ko,C.nthArg=hb,C.omit=gy,C.omitBy=yy,C.once=p3,C.orderBy=J2,C.over=mb,C.overArgs=h3,C.overEvery=vb,C.overSome=gb,C.partial=ds,C.partialRight=xf,C.partition=Z2,C.pick=by,C.pickBy=Tf,C.property=Ff,C.propertyOf=yb,C.pull=Jg,C.pullAll=ff,C.pullAllBy=Zg,C.pullAllWith=e2,C.pullAt=t2,C.range=bb,C.rangeRight=_b,C.rearg=m3,C.reject=n3,C.remove=n2,C.rest=v3,C.reverse=ls,C.sampleSize=a3,C.set=wy,C.setWith=ky,C.shuffle=i3,C.slice=r2,C.sortBy=s3,C.sortedUniq=d2,C.sortedUniqBy=c2,C.split=jy,C.spread=g3,C.tail=f2,C.take=p2,C.takeRight=h2,C.takeRightWhile=m2,C.takeWhile=v2,C.tap=I2,C.throttle=y3,C.thru=yo,C.toArray=Bf,C.toPairs=Mf,C.toPairsIn=Df,C.toPath=Cb,C.toPlainObject=Vf,C.transform=xy,C.unary=b3,C.union=g2,C.unionBy=y2,C.unionWith=b2,C.uniq=_2,C.uniqBy=w2,C.uniqWith=k2,C.unset=Ey,C.unzip=ss,C.unzipWith=pf,C.update=Cy,C.updateWith=$y,C.values=ba,C.valuesIn=Sy,C.without=x2,C.words=Pf,C.wrap=_3,C.xor=E2,C.xorBy=C2,C.xorWith=$2,C.zip=S2,C.zipObject=B2,C.zipObjectDeep=O2,C.zipWith=V2,C.entries=Mf,C.entriesIn=Df,C.extend=If,C.extendWith=Co,ys(C,C),C.add=Sb,C.attempt=Lf,C.camelCase=Iy,C.capitalize=Rf,C.ceil=Bb,C.clamp=By,C.clone=k3,C.cloneDeep=E3,C.cloneDeepWith=C3,C.cloneWith=x3,C.conformsTo=$3,C.deburr=Af,C.defaultTo=ob,C.divide=Ob,C.endsWith=Ny,C.eq=Cn,C.escape=Ty,C.escapeRegExp=My,C.every=H2,C.find=z2,C.findIndex=sf,C.findKey=ny,C.findLast=W2,C.findLastIndex=uf,C.findLastKey=ry,C.floor=Vb,C.forEach=mf,C.forEachRight=vf,C.forIn=ay,C.forInRight=iy,C.forOwn=oy,C.forOwnRight=ly,C.get=ps,C.gt=S3,C.gte=B3,C.has=dy,C.hasIn=hs,C.head=cf,C.identity=Xt,C.includes=X2,C.indexOf=Wg,C.inRange=Oy,C.invoke=py,C.isArguments=Xr,C.isArray=He,C.isArrayBuffer=O3,C.isArrayLike=Kt,C.isArrayLikeObject=bt,C.isBoolean=V3,C.isBuffer=_r,C.isDate=I3,C.isElement=N3,C.isEmpty=T3,C.isEqual=M3,C.isEqualWith=D3,C.isError=cs,C.isFinite=R3,C.isFunction=Zn,C.isInteger=Ef,C.isLength=xo,C.isMap=Cf,C.isMatch=A3,C.isMatchWith=P3,C.isNaN=L3,C.isNative=F3,C.isNil=U3,C.isNull=H3,C.isNumber=$f,C.isObject=ht,C.isObjectLike=vt,C.isPlainObject=ii,C.isRegExp=fs,C.isSafeInteger=z3,C.isSet=Sf,C.isString=Eo,C.isSymbol=rn,C.isTypedArray=ya,C.isUndefined=W3,C.isWeakMap=j3,C.isWeakSet=Y3,C.join=Xg,C.kebabCase=Dy,C.last=gn,C.lastIndexOf=Qg,C.lowerCase=Ry,C.lowerFirst=Ay,C.lt=K3,C.lte=G3,C.max=Ib,C.maxBy=Nb,C.mean=Tb,C.meanBy=Mb,C.min=Db,C.minBy=Rb,C.stubArray=_s,C.stubFalse=ws,C.stubObject=wb,C.stubString=kb,C.stubTrue=xb,C.multiply=Ab,C.nth=qg,C.noConflict=pb,C.noop=bs,C.now=_o,C.pad=Py,C.padEnd=Ly,C.padStart=Fy,C.parseInt=Hy,C.random=Vy,C.reduce=e3,C.reduceRight=t3,C.repeat=Uy,C.replace=zy,C.result=_y,C.round=Pb,C.runInContext=q,C.sample=r3,C.size=o3,C.snakeCase=Wy,C.some=l3,C.sortedIndex=a2,C.sortedIndexBy=i2,C.sortedIndexOf=o2,C.sortedLastIndex=l2,C.sortedLastIndexBy=s2,C.sortedLastIndexOf=u2,C.startCase=Yy,C.startsWith=Ky,C.subtract=Lb,C.sum=Fb,C.sumBy=Hb,C.template=Gy,C.times=Eb,C.toFinite=er,C.toInteger=ze,C.toLength=Of,C.toLower=Xy,C.toNumber=yn,C.toSafeInteger=X3,C.toString=et,C.toUpper=Qy,C.trim=qy,C.trimEnd=Jy,C.trimStart=Zy,C.truncate=eb,C.unescape=tb,C.uniqueId=$b,C.upperCase=nb,C.upperFirst=ms,C.each=mf,C.eachRight=vf,C.first=cf,ys(C,function(){var i={};return Dn(C,function(l,u){tt.call(C.prototype,u)||(i[u]=l)}),i}(),{chain:!1}),C.VERSION=a,fn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(i){C[i].placeholder=C}),fn(["drop","take"],function(i,l){Ke.prototype[i]=function(u){u=u===n?1:St(ze(u),0);var m=this.__filtered__&&!l?new Ke(this):this.clone();return m.__filtered__?m.__takeCount__=Dt(u,m.__takeCount__):m.__views__.push({size:Dt(u,Z),type:i+(m.__dir__<0?"Right":"")}),m},Ke.prototype[i+"Right"]=function(u){return this.reverse()[i](u).reverse()}}),fn(["filter","map","takeWhile"],function(i,l){var u=l+1,m=u==H||u==Y;Ke.prototype[i]=function(w){var B=this.clone();return B.__iteratees__.push({iteratee:Me(w,3),type:u}),B.__filtered__=B.__filtered__||m,B}}),fn(["head","last"],function(i,l){var u="take"+(l?"Right":"");Ke.prototype[i]=function(){return this[u](1).value()[0]}}),fn(["initial","tail"],function(i,l){var u="drop"+(l?"":"Right");Ke.prototype[i]=function(){return this.__filtered__?new Ke(this):this[u](1)}}),Ke.prototype.compact=function(){return this.filter(Xt)},Ke.prototype.find=function(i){return this.filter(i).head()},Ke.prototype.findLast=function(i){return this.reverse().find(i)},Ke.prototype.invokeMap=je(function(i,l){return typeof i=="function"?new Ke(this):this.map(function(u){return Za(u,i,l)})}),Ke.prototype.reject=function(i){return this.filter(ko(Me(i)))},Ke.prototype.slice=function(i,l){i=ze(i);var u=this;return u.__filtered__&&(i>0||l<0)?new Ke(u):(i<0?u=u.takeRight(-i):i&&(u=u.drop(i)),l!==n&&(l=ze(l),u=l<0?u.dropRight(-l):u.take(l-i)),u)},Ke.prototype.takeRightWhile=function(i){return this.reverse().takeWhile(i).reverse()},Ke.prototype.toArray=function(){return this.take(Z)},Dn(Ke.prototype,function(i,l){var u=/^(?:filter|find|map|reject)|While$/.test(l),m=/^(?:head|last)$/.test(l),w=C[m?"take"+(l=="last"?"Right":""):l],B=m||/^find/.test(l);w&&(C.prototype[l]=function(){var F=this.__wrapped__,W=m?[1]:arguments,J=F instanceof Ke,ue=W[0],ce=J||He(F),ve=function(Ye){var Qe=w.apply(C,pr([Ye],W));return m&&Ee?Qe[0]:Qe};ce&&u&&typeof ue=="function"&&ue.length!=1&&(J=ce=!1);var Ee=this.__chain__,Oe=!!this.__actions__.length,Re=B&&!Ee,We=J&&!Oe;if(!B&&ce){F=We?F:new Ke(this);var Ae=i.apply(F,W);return Ae.__actions__.push({func:yo,args:[ve],thisArg:n}),new hn(Ae,Ee)}return Re&&We?i.apply(this,W):(Ae=this.thru(ve),Re?m?Ae.value()[0]:Ae.value():Ae)})}),fn(["pop","push","shift","sort","splice","unshift"],function(i){var l=zi[i],u=/^(?:push|sort|unshift)$/.test(i)?"tap":"thru",m=/^(?:pop|shift)$/.test(i);C.prototype[i]=function(){var w=arguments;if(m&&!this.__chain__){var B=this.value();return l.apply(He(B)?B:[],w)}return this[u](function(F){return l.apply(He(F)?F:[],w)})}}),Dn(Ke.prototype,function(i,l){var u=C[l];if(u){var m=u.name+"";tt.call(pa,m)||(pa[m]=[]),pa[m].push({name:l,func:u})}}),pa[co(n,b).name]=[{name:"wrapper",func:n}],Ke.prototype.clone=tv,Ke.prototype.reverse=nv,Ke.prototype.value=rv,C.prototype.at=N2,C.prototype.chain=T2,C.prototype.commit=M2,C.prototype.next=D2,C.prototype.plant=A2,C.prototype.reverse=P2,C.prototype.toJSON=C.prototype.valueOf=C.prototype.value=L2,C.prototype.first=C.prototype.head,Ya&&(C.prototype[Ya]=R2),C},da=Mm();Hr?((Hr.exports=da)._=da,gl._=da):Nt._=da}).call(ui)})(Go,Go.exports);var zn=Go.exports;const Ss=iw(zn),ow={},lw={width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function sw(e,r){return t.openBlock(),t.createElementBlock("svg",lw,r[0]||(r[0]=[t.createElementVNode("path",{d:"M5.45312 7.5C6.7673 9.31733 8.30557 10.947 10.028 12.3476C10.2779 12.5508 10.6284 12.5508 10.8782 12.3476C12.6007 10.947 14.139 9.31733 15.4531 7.5",stroke:"currentColor","stroke-opacity":"0.5","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const uw=lt(ow,[["render",sw]]),dw=["src","alt"],cw={class:"flex items-center"},fw=["src","alt"],pw={key:0,style:{"border-left-color":"rgba(107, 30, 190, 0.71)"},class:"vs__spinner"},hw={key:0},mw=t.defineComponent({__name:"EUISelect",props:{clearable:{type:Boolean,default:!0},isUseCustomSelect:{type:Boolean,required:!1,default:!1},customWidth:{type:String,default:"",required:!1},customOffset:{type:Array,required:!1},className:{type:Array,required:!1,default:()=>[]},errors:{type:Object,required:!1,default:()=>{}},items:{type:Array,required:!0},placeholder:{type:String,default:""},label:{type:String,default:"",required:!1},searchLabel:{type:String,default:"name",required:!1},name:{type:String,default:"",required:!1},modelValue:{type:[Object,Array,String],required:!0,default:()=>{}},value:{type:[Object,Array,String],required:!0,default:()=>{}},multiple:{type:Boolean,required:!1,default:!1},multipleLimit:{type:Number,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},isStartCaseText:{type:Boolean,required:!1,default:!1},isFussySeach:{type:Boolean,required:!1,default:!1},keys:{type:Array,required:!1,default:()=>["e","label","value"]},loading:{type:Boolean,required:!1,default:!1},isSelectAll:{type:Boolean,required:!1,default:!1},taggable:{type:Boolean,required:!1,default:!1},pushtags:{type:Boolean,required:!1,default:!1},required:{type:Boolean,default:!1},searchable:{type:Boolean,required:!1,default:!0},inputFilled:{type:Boolean,default:!1},fieldName:{type:String,default:"name"}},emits:["update:modelValue","update:searchString","change","deselected","search","tag","selectedOption","open"],setup(e,{emit:r}){t.useCssVars(D=>({"0e319546":Y.value,"29785e5f":re.value,f346c632:fe.value,dbdce1de:j.value,"09a32dea":oe.value,"554e8bda":H.value,"81595adc":he.value,"224700a0":ae.value,"6bdadb4e":Z.value,"355a4166":X.value}));const n=t.computed(()=>{const D=c.placeholder||`Select ${name}`,K=c.required?"*":"";return`${D} ${K}`}),a=D=>zn.startCase(D),o=t.ref([]),s=t.ref(!1),c=e,{modelValue:d,isFussySeach:f,clearable:p,isUseCustomSelect:h,items:g,keys:_,loading:k,multiple:$,isStartCaseText:M,isSelectAll:x,required:b,fieldName:E}=t.toRefs(c),V=r,I=D=>{D.target&&(o.value=[{_id:"6565d869eb1b7cf8745d6beb",name:"All"}],s.value=!0)};t.watch(o,D=>{V("update:modelValue",D),(D===null||!D)&&V("deselected",D)});const U=D=>{V("change",D)},S=D=>{V("deselected",D),D[E.value]==="All"&&(s.value=!1)};t.watch(d,D=>{o.value=D});const N=D=>{V("update:searchString",D),V("search",D)},O=t.computed(()=>c.customWidth),A=t.computed(()=>c.customOffset),y=(D,K,{width:pe})=>{const te=O.value||pe,Ne=A.value||[0,7],de=h.value?te:pe;D.style.width=de;const ye=h.value?Ne:[0,7],R=nl(K.$refs.toggle,D,{placement:"bottom",modifiers:[{name:"offset",options:{offset:ye}}]});return()=>R.destroy()},P=(D,K)=>{const pe=new Ua(D,{keys:_.value,shouldSort:!0});return K?pe.search(K).map(te=>te):pe==null?void 0:pe.list};t.onMounted(()=>{o.value=c.value}),t.onBeforeUnmount(()=>{o.value=null});const j=t.computed(()=>c.multiple?"#f3e8ff":""),oe=t.computed(()=>c.multiple?"#7e22ce":""),H=t.computed(()=>c.multiple&&c.inputFilled?"fit-content":c.inputFilled?"":"auto"),X=t.computed(()=>c.clearable?"flex":"none"),Y=t.computed(()=>{var D;return((D=o.value)==null?void 0:D.length)===0||Ss.isEmpty(o.value)?"#ffffff":"transparent"}),re=t.computed(()=>{var K;if(((K=o.value)==null?void 0:K.length)===0||Ss.isEmpty(o.value))return c.inputFilled?"54px":"36px";let D;return c.multiple?D=c.inputFilled?"32px":"0px":h.value?D="fit-content":D=c.inputFilled?"40px":"30px",D}),fe=t.computed(()=>{var K;if(((K=o.value)==null?void 0:K.length)===0||Ss.isEmpty(o.value))return"0px";let D;return h.value||c.multiple?D=c.inputFilled?"24px":"4px":D=c.inputFilled?"12px":"2px",D}),ae=t.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"8px":"0px"),he=t.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"10px":"0px"),Z=t.computed(()=>c.required?"-webkit-linear-gradient(left, #374151 0%, #374151 92%,red 8%,red 100%)":"-webkit-linear-gradient(left, #374151 50%, #374151 50%)"),z=t.computed(()=>D=>{var K,pe;return(pe=(K=g.value)==null?void 0:K.find(te=>te.name===D.nameText))==null?void 0:pe.iconlink}),L=t.computed(()=>{const D=c.modelValue,K=o.value;return D?!0:Array.isArray(K)?!!K.length:K&&typeof K=="object"?!!Object.keys(K).length:!!K}),Q=D=>{V("selectedOption",D)},T=t.computed(()=>{var D;return!c.multipleLimit||(((D=o.value)==null?void 0:D.length)??0)<c.multipleLimit}),G=()=>{if(!c.multipleLimit)return!0;if(c.multipleLimit)return T.value},v=()=>{V("open")};return(D,K)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(t.unref(h)?"isUseCustomSelect":"")},[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium block mb-1",t.unref(b)&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),3)):t.createCommentVNode("",!0),t.createVNode(t.unref(M0),{modelValue:o.value,"onUpdate:modelValue":K[0]||(K[0]=pe=>o.value=pe),filter:t.unref(f)?P:void 0,options:t.unref(g),label:e.searchLabel,name:e.name,value:o.value,placeholder:n.value,multiple:t.unref($),taggable:e.taggable,"push-tags":e.pushtags,"deselect-from-dropdown":!0,"append-to-body":"",searchable:e.searchable,"calculate-position":y,loading:t.unref(k),disabled:e.disabled,selectable:G,class:t.normalizeClass([t.unref(h)?"customselect":"border border-gray-200 focus-within:border-purple-600 focus-within:ring-inset focus-within:ring-1 focus-within:ring-purple-600 z-10 focus-within:rounded",e.inputFilled?"rounded-2xl min-h-14":"rounded-md min-h-10","group relative w-full bg-white cursor-pointer overflow-hidden",{"opacity-25":e.disabled}]),clearable:t.unref(h)?t.unref(p):void 0,"no-drop":s.value,onSearch:K[1]||(K[1]=pe=>N(pe)),"onOption:selected":K[2]||(K[2]=pe=>U(pe)),"onOption:deselected":K[3]||(K[3]=pe=>S(pe)),"onOption:created":Q,onOpen:v},t.createSlots({"selected-option":t.withCtx(pe=>[t.createElementVNode("div",{class:t.normalizeClass(t.unref(h)?"break-words flex items-start":"flex items-center")},[(e.name=="country"?z.value({nameText:pe[t.unref(E)],iconlink:pe==null?void 0:pe.iconlink}):pe!=null&&pe.iconlink)?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(t.unref(h)?"w-6 mr-1 flex-initial":"w-6 mr-2"),src:e.name=="country"?z.value({nameText:pe[t.unref(E)],iconlink:pe==null?void 0:pe.iconlink}):pe==null?void 0:pe.iconlink,alt:pe[t.unref(E)]},null,10,dw)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(t.unref(M)?a(pe[t.unref(E)]):pe[t.unref(E)]),1)],2)]),option:t.withCtx(pe=>[t.createElementVNode("div",cw,[pe.iconlink?(t.openBlock(),t.createElementBlock("img",{key:0,class:"w-6 mr-2",src:pe.iconlink,alt:pe[t.unref(E)]},null,8,fw)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(t.unref(M)?a(pe[t.unref(E)]):pe[t.unref(E)]),1)])]),spinner:t.withCtx(({loading:pe})=>[t.unref(k)||pe?(t.openBlock(),t.createElementBlock("div",pw)):t.createCommentVNode("",!0)]),"open-indicator":t.withCtx(({attributes:pe})=>[t.createElementVNode("span",t.normalizeProps(t.guardReactiveProps(pe)),[t.createVNode(uw,{class:"text-current size-6"})],16)]),_:2},[e.inputFilled?{name:"header",fn:t.withCtx(()=>[t.createElementVNode("div",{class:t.normalizeClass([[L.value?"top-3.5 text-xs text-gray-400 cursor-default max-w-max":"top-1/2 text-sm text-gray-700 cursor-pointer h-14 pt-5 pb-4 bg-transparent ring-0 ring-gray-200 group-hover:top-3.5 group-hover:py-0 group-hover:h-auto bg-white group-hover:text-xs group-hover:w-max w-[88%] group-hover:-translate-y-1/2 group-hover:text-gray-400",e.disabled?" cursor-not-allowed":"",t.unref(b)&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute text-left font-medium inset-x-0 px-4 z-10 -translate-y-1/2 duration-200 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-focus-within:-translate-y-1/2 group-focus-within:ring-transparent group-focus-within:h-auto group-focus-within:py-0 capitalize leading-[normal]"])},t.toDisplayString(a(e.label)||"Select"),3)]),key:"0"}:void 0,t.unref(x)?{name:"list-header",fn:t.withCtx(()=>{var pe;return[t.unref(g).length!==((pe=o.value)==null?void 0:pe.length)?(t.openBlock(),t.createElementBlock("div",hw,[t.createElementVNode("button",{class:"w-full px-6 py-2 text-sm font-medium text-gray-600 transition duration-75 hover:font-bold hover:text-gray-900 text-start",onClick:t.withModifiers(I,["prevent"])}," Select All ")])):t.createCommentVNode("",!0)]}),key:"1"}:void 0]),1032,["modelValue","filter","options","label","name","value","placeholder","multiple","taggable","push-tags","searchable","loading","disabled","class","clearable","no-drop"]),t.createVNode(Or,{errors:e.errors,name:e.name,class:"mt-2"},null,8,["errors","name"])],2))}}),vw=[{title:"Old Man's War",author:{firstName:"John",lastName:"Scalzi"}},{title:"The Lock Artist",author:{firstName:"Steve",lastName:"Hamilton"}},{title:"HTML5",author:{firstName:"Remy",lastName:"Sharp"}},{title:"Right Ho Jeeves",author:{firstName:"P.D",lastName:"Woodhouse"}},{title:"The Code of the Wooster",author:{firstName:"P.D",lastName:"Woodhouse"}},{title:"Thank You Jeeves",author:{firstName:"P.D",lastName:"Woodhouse"}},{title:"The DaVinci Code",author:{firstName:"Dan",lastName:"Brown"}},{title:"Angels & Demons",author:{firstName:"Dan",lastName:"Brown"}},{title:"The Silmarillion",author:{firstName:"J.R.R",lastName:"Tolkien"}},{title:"Syrup",author:{firstName:"Max",lastName:"Barry"}},{title:"The Lost Symbol",author:{firstName:"Dan",lastName:"Brown"}},{title:"The Book of Lies",author:{firstName:"Brad",lastName:"Meltzer"}},{title:"Lamb",author:{firstName:"Christopher",lastName:"Moore"}},{title:"Fool",author:{firstName:"Christopher",lastName:"Moore"}},{title:"Incompetence",author:{firstName:"Rob",lastName:"Grant"}},{title:"Fat",author:{firstName:"Rob",lastName:"Grant"}},{title:"Colony",author:{firstName:"Rob",lastName:"Grant"}},{title:"Backwards, Red Dwarf",author:{firstName:"Rob",lastName:"Grant"}},{title:"The Grand Design",author:{firstName:"Stephen",lastName:"Hawking"}},{title:"The Book of Samson",author:{firstName:"David",lastName:"Maine"}},{title:"The Preservationist",author:{firstName:"David",lastName:"Maine"}},{title:"Fallen",author:{firstName:"David",lastName:"Maine"}},{title:"Monster 1959",author:{firstName:"David",lastName:"Maine"}}],gw={for:"label",class:"mb-4 text-xs font-medium text-gray-400"},yw=t.defineComponent({__name:"EUISelectSearch",setup(e){const r=t.ref([]),n=t.computed(()=>vw);return(a,o)=>{var s,c;return t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",gw,t.toDisplayString(((s=r.value)==null?void 0:s.length)<3)+" - "+t.toDisplayString(((c=r.value)==null?void 0:c.length)<3),1),t.createVNode(t.unref(M0),{modelValue:r.value,"onUpdate:modelValue":o[0]||(o[0]=d=>r.value=d),multiple:"",placeholder:"Choose up to 3 books!",label:"title",options:n.value,selectable:()=>{var d;return((d=r.value)==null?void 0:d.length)<3}},null,8,["modelValue","options","selectable"])])}}}),bw={class:"flex flex-row items-center scale-100 translate-x-0 translate-y-0 eui-checkbox"},_w=["disabled"],ww={key:0,class:"text-sm font-medium tracking-wide text-gray-700 ms-2 first-letter:capitalize"},kw=t.defineComponent({__name:"EUICheckbox",props:{errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:Boolean,required:!0,default:!1},disabled:{type:Boolean,default:!1},label:{type:String,required:!0,default:""}},emits:["update:modelValue","toggle"],setup(e,{emit:r}){const n=e,a=r,o=t.ref(n.modelValue);t.watch(o,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",o.value)};return t.watch(n,c=>{o.value=c.modelValue}),(c,d)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("label",bw,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>o.value=f),type:"checkbox",id:"checkbox",class:"appearance-none sr-only input-checkbox",disabled:e.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,_w),[[t.vModelCheckbox,o.value]]),d[2]||(d[2]=t.createElementVNode("div",{class:"cbx-icon",for:"checkbox"},[t.createElementVNode("span",null,[t.createElementVNode("svg",{width:"14px",height:"14px"},[t.createElementVNode("use",{"xlink:href":"#check-box"})])]),t.createElementVNode("svg",{class:"absolute pointer-events-none select-none inline-svg size-0"},[t.createElementVNode("symbol",{id:"check-box",viewbox:"0 0 14 14"},[t.createElementVNode("polyline",{points:"1.5 6 4.5 9 10.5 1"})])])],-1)),e.label?(t.openBlock(),t.createElementBlock("span",ww,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)]),t.createVNode(Or,{errors:e.errors,name:e.name},null,8,["errors","name"])],64))}}),xw={class:"inline-flex items-center cursor-pointer eui-radio"},Ew=["disabled"],Cw={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},$w=t.defineComponent({__name:"EUIRadio",props:{errors:{type:Object,required:!1,default:()=>{}},modelValue:{type:Boolean,required:!0,default:!1},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","toggle"],setup(e,{emit:r}){const n=e,{modelValue:a}=t.toRefs(n),o=r,s=()=>{o("toggle",n.modelValue),o("update:modelValue",n.modelValue)};return(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",xw,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>t.isRef(a)?a.value=f:null),type:"radio",class:"sr-only peer eui-radio_input",disabled:e.disabled,onChange:d[1]||(d[1]=f=>s())},null,40,Ew),[[t.vModelRadio,t.unref(a)]]),d[2]||(d[2]=t.createElementVNode("div",{class:"eui-radio_circle relative size-6 bg-gray-200 peer-focus:outline-none rounded-full after:content-[''] after:absolute after:top-0.5 after:start-0.5 after:bg-gray-500/20 after:border-gray-300/10 after:border after:rounded-full after:size-5 peer-checked:after:bg-purple-700"},[t.createElementVNode("span",{class:"eui-radio_icons"})],-1)),e.label?(t.openBlock(),t.createElementBlock("span",Cw,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)]),t.createVNode(Or,{errors:e.errors,name:e.name},null,8,["errors","name"])]))}}),Sw=lt($w,[["__scopeId","data-v-85a67463"]]),Bw={class:"inline-flex items-center cursor-pointer eui-switch"},Ow=["disabled"],Vw={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},Iw=t.defineComponent({__name:"EUIToggle",props:{errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:Boolean,required:!0,default:!1},disabled:{type:Boolean,default:!1},label:{type:String,required:!0,default:""}},emits:["update:modelValue","toggle"],setup(e,{emit:r}){const n=e,a=r,o=t.ref(n.modelValue);t.watch(o,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",o.value)};return t.watch(n,c=>{o.value=c.modelValue}),(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("label",Bw,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>o.value=f),type:"checkbox",class:"sr-only peer eui-switch_input",disabled:e.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,Ow),[[t.vModelCheckbox,o.value]]),d[2]||(d[2]=t.createElementVNode("div",{class:"eui-switch_circle relative w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-2 peer-focus:ring-offset-2 peer-focus:ring-purple-300 rounded-full peer peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300/10 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-purple-700"},[t.createElementVNode("span",{class:"eui-switch_icons"})],-1)),e.label?(t.openBlock(),t.createElementBlock("span",Vw,t.toDisplayString(e.label),1)):t.createCommentVNode("",!0)]),t.createVNode(Or,{errors:e.errors,name:e.name},null,8,["errors","name"])]))}}),Nw=lt(Iw,[["__scopeId","data-v-a0b1f818"]]),Tw={class:"group"},Mw={class:"flex items-center"},Dw=["src"],Rw={key:0,class:"flex-1 ms-2"},Aw={class:"text-base font-semibold text-gray-600 capitalize group-hover:text-gray-900"},Pw={class:"text-sm font-medium text-gray-500 group-hover:text-gray-700"},Lw=t.defineComponent({__name:"EUIAvatar",props:{imageUrl:{type:String,default:"",required:!0},fullName:{type:String,default:"",required:!1},profile:{type:Boolean,required:!1},size:{type:String,default:"md"},rounded:{type:Boolean,default:!0},showStatus:{type:Boolean,default:!1},status:{type:String,default:"Online"},profileData:{type:Object,default:()=>({name:"",designation:""})}},setup(e){const r=e,n=t.reactive({xs:"size-6",sm:"size-8",md:"size-10",lg:"size-12",xl:"size-16"}),a=t.computed(()=>n[r.size]||""),o=t.computed(()=>r.status),s=t.computed(()=>c[Math.floor(Math.random()*c.length)]),c=["#6366F1","#F97316","#65A30D","#E11D48","#4B5563","#059669","#1D4ED8","#7C3AED","#FB923C","#fe4ca9"];return(d,f)=>(t.openBlock(),t.createElementBlock("div",Tw,[t.createElementVNode("div",Mw,[t.createElementVNode("div",{class:t.normalizeClass(["relative inline-block flex-none",a.value])},[e.imageUrl?(t.openBlock(),t.createElementBlock("img",{key:0,class:t.normalizeClass(["group-hover:ring-2 ring-offset-2 ring-gray-300",e.rounded?"rounded-full":"rounded-md",a.value]),src:e.imageUrl,alt:""},null,10,Dw)):(t.openBlock(),t.createElementBlock("span",{key:1,class:t.normalizeClass(["flex items-center justify-center mx-auto text-white capitalize",e.rounded?"rounded-full":"rounded-md",a.value]),style:t.normalizeStyle({background:s.value})},t.toDisplayString(e.fullName&&e.fullName.charAt(0)),7)),e.showStatus?(t.openBlock(),t.createElementBlock("span",{key:2,class:t.normalizeClass(["absolute bottom-0 right-0 block rounded-full ring-2 ring-white",o.value==="Online"?"bg-green-500":"bg-gray-400",e.size==="xs"?"size-1.5":e.size==="sm"?"size-2":"size-3"])},null,2)):t.createCommentVNode("",!0)],2),e.profile?(t.openBlock(),t.createElementBlock("div",Rw,[t.createElementVNode("div",Aw,[t.renderSlot(d.$slots,"name",{profileData:e.profileData},()=>{var p;return[t.createTextVNode(t.toDisplayString((p=e.profileData)==null?void 0:p.name),1)]})]),t.createElementVNode("div",Pw,[t.renderSlot(d.$slots,"designation",{profileData:e.profileData},()=>{var p;return[t.createTextVNode(t.toDisplayString((p=e.profileData)==null?void 0:p.designation),1)]})])])):t.createCommentVNode("",!0)])]))}}),Fw={"aria-label":"Progress",class:"relative z-10"},Hw={role:"list",class:"flex flex-row items-start justify-center w-full py-4 ps-4 pe-2"},Uw={key:0,class:"absolute bg-green-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},zw={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Ww={class:"text-xs font-semibold text-gray-900"},jw={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Yw={class:"text-xs font-semibold text-gray-900"},Kw={key:0,class:"absolute bg-gray-300 w-full start-0 top-2.5 h-[0.0875rem] z-0"},Gw={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Xw={class:"text-xs font-semibold text-gray-900"},Z0=t.defineComponent({__name:"EUIStepperHorizontal",props:{stepStatus:{type:String,default:"contact"}},setup(e){const r=e,n=["contact","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],a=t.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),o=t.computed(()=>s.value),s=t.computed(()=>r.stepStatus),c=t.computed(()=>o.value),d=t.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=t.computed(()=>(p,h)=>h&&d.value===a.value.length-1?"complete":h===d.value?"current":h<d.value?"complete":h>d.value?"upcoming":{status:p});return(p,h)=>(t.openBlock(),t.createElementBlock("nav",Fw,[t.createElementVNode("ol",Hw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.value,(g,_)=>(t.openBlock(),t.createElementBlock("li",{key:g.value,class:t.normalizeClass([_!==a.value.length-1?"pe-8":"","relative flex items-center w-full pt-6 group",f.value(g.key,_)==="upcoming"?"pointer-events-none":""])},[f.value(g.key,_)==="complete"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[_!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",Uw)):t.createCommentVNode("",!0),h[1]||(h[1]=t.createElementVNode("div",{class:"absolute top-0 start-0 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[t.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[t.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[t.createElementVNode("title",null,"Check icon")])])],-1)),t.createElementVNode("div",zw,[t.createElementVNode("span",Ww,t.toDisplayString(t.unref(zn.startCase)(g.value)),1),h[0]||(h[0]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="current"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[h[3]||(h[3]=t.createElementVNode("div",{class:"absolute bg-orange-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},null,-1)),h[4]||(h[4]=t.createElementVNode("div",{class:"absolute start-0 top-0 flex items-center justify-center size-5 rounded-full bg-white border-[1.5px] border-orange-500"},[t.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),t.createElementVNode("div",jw,[t.createElementVNode("span",Yw,t.toDisplayString(t.unref(zn.startCase)(g.value)),1),h[2]||(h[2]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="upcoming"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[_!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",Kw)):t.createCommentVNode("",!0),h[6]||(h[6]=t.createElementVNode("div",{class:"absolute top-0 start-0 flex items-center justify-center size-5 rounded-full bg-gray-100 border-gray-300 border-[1.5px]"},[t.createElementVNode("div",{class:"bg-gray-200 rounded-full size-3"})],-1)),t.createElementVNode("div",Gw,[t.createElementVNode("span",Xw,t.toDisplayString(t.unref(zn.startCase)(g.value)),1),h[5]||(h[5]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):t.createCommentVNode("",!0)],2))),128))])]))}}),Qw={"aria-label":"Progress",class:"relative z-10"},qw={role:"list",class:"flex flex-col items-start justify-center w-full py-4 ps-4 pe-2"},Jw={key:0,class:"absolute bg-green-500 h-full start-px top-0 w-[0.0875rem] z-0"},Zw={class:"flex items-start justify-between max-w-full w-full py-0.5"},e8={class:"text-xs font-semibold text-gray-900"},t8={class:"flex items-start justify-between max-w-full w-full py-0.5"},n8={class:"text-xs font-semibold text-gray-900"},r8={key:0,class:"absolute bg-gray-300 h-full start-px top-0 w-[0.0875rem] z-0"},a8={class:"flex items-start justify-between max-w-full w-full py-0.5"},i8={class:"text-xs font-semibold text-gray-900"},eh=t.defineComponent({__name:"EUIStepperVertical",props:{stepStatus:{type:String,default:"contact"}},setup(e){const r=e,n=["contact","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],a=t.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),o=t.computed(()=>s.value),s=t.computed(()=>r.stepStatus),c=t.computed(()=>o.value),d=t.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=t.computed(()=>(p,h)=>h&&d.value===a.value.length-1?"complete":h===d.value?"current":h<d.value?"complete":h>d.value?"upcoming":{status:p});return(p,h)=>(t.openBlock(),t.createElementBlock("nav",Qw,[t.createElementVNode("ol",qw,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(a.value,(g,_)=>(t.openBlock(),t.createElementBlock("li",{key:g.value,class:t.normalizeClass([_!==a.value.length-1?"pb-8":"","relative flex items-center w-full ps-5",f.value(g.key,_)==="upcoming"?"pointer-events-none":""])},[f.value(g.key,_)==="complete"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[_!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",Jw)):t.createCommentVNode("",!0),h[1]||(h[1]=t.createElementVNode("div",{class:"absolute top-0 -start-2 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[t.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[t.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[t.createElementVNode("title",null,"Check icon")])])],-1)),t.createElementVNode("div",Zw,[t.createElementVNode("span",e8,t.toDisplayString(t.unref(zn.startCase)(g.value)),1),h[0]||(h[0]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="current"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[h[3]||(h[3]=t.createElementVNode("div",{class:"absolute bg-orange-500 h-full start-px top-0 w-[0.0875rem] z-0"},null,-1)),h[4]||(h[4]=t.createElementVNode("div",{class:"absolute -start-2 top-0 flex items-center justify-center size-5 rounded-full bg-white border-[1.5px] border-orange-500"},[t.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),t.createElementVNode("div",t8,[t.createElementVNode("span",n8,t.toDisplayString(t.unref(zn.startCase)(g.value)),1),h[2]||(h[2]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="upcoming"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[_!==a.value.length-1?(t.openBlock(),t.createElementBlock("div",r8)):t.createCommentVNode("",!0),h[6]||(h[6]=t.createElementVNode("div",{class:"absolute top-0 -start-2 flex items-center justify-center size-5 rounded-full bg-gray-100 border-gray-300 border-[1.5px]"},[t.createElementVNode("div",{class:"bg-gray-200 rounded-full size-3"})],-1)),t.createElementVNode("div",a8,[t.createElementVNode("span",i8,t.toDisplayString(t.unref(zn.startCase)(g.value)),1),h[5]||(h[5]=t.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},t.toDisplayString("26-05-2024 18:47"),-1))])],64)):t.createCommentVNode("",!0)],2))),128))])]))}}),o8=t.defineComponent({__name:"EUIStepperTimeline",setup(e){return(r,n)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(Z0,{stepStatus:"opportunity"}),n[0]||(n[0]=t.createElementVNode("hr",null,null,-1)),t.createVNode(eh,{stepStatus:"opportunity"})]))}}),l8=["open","onClick"],s8=["aria-expanded"],u8={key:0,xmlns:"http://www.w3.org/2000/svg",class:"absolute text-gray-700 transition-all duration-150 ease-out pointer-events-none expand-icon group-open:text-gray-900 right-4 group-open:rotate-90",width:"24",height:"24",viewBox:"0 0 24 24","stroke-width":"2",stroke:"currentColor",fill:"none","stroke-linecap":"round","stroke-linejoin":"round"},d8=t.defineComponent({__name:"EUIAccordion",props:{datas:{type:Array,required:!0,default:()=>[]},defaultOpen:{type:Array,default:()=>[0]},collapse:{type:Boolean,default:!1},accordionStyle:{type:String,default:"grouped"},className:{type:String,required:!1}},emits:["update:activeItem"],setup(e,{emit:r}){const n=e,a=t.ref(Array(n.datas.length).fill(!1)),o=()=>{a.value=n.datas.map((d,f)=>n.defaultOpen.includes(f))};t.watch(()=>n.defaultOpen,()=>{o()},{immediate:!0}),t.onMounted(()=>{n.defaultOpen.forEach(d=>{d>=0&&d<a.value.length&&(a.value[d]=!0)})});const s=r,c=d=>{n.collapse?a.value=a.value.map((p,h)=>h===d):a.value=a.value.map((p,h)=>h===d?!p:p);const f=a.value.map((p,h)=>p?h:null).filter(p=>p!==null);s("update:activeItem",f)};return(d,f)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("div",{class:t.normalizeClass([e.accordionStyle==="grouped"?"p-2 bg-gray-50 rounded-xl":"space-y-3","max-w-full transition-all duration-100 ease-in-out"])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.datas,(p,h)=>(t.openBlock(),t.createElementBlock("details",{key:`accordion-${h}`,open:a.value[h],onClick:t.withModifiers(g=>c(h),["prevent"]),class:t.normalizeClass([e.accordionStyle==="grouped"?"rounded-lg hover:bg-gray-100 open:bg-gray-100 open:mb-4 open:last:mb-0":"bg-white px-8 py-4 rounded-2xl hover:ring-2 hover:ring-purple-500 open:ring-2 ring-purple-700 open:shadow-lg open:shadow-purple-100","box-border relative mx-auto my-0 text-base font-normal transition-colors duration-150 ease-in-out group",e.className,p==null?void 0:p.className])},[t.createElementVNode("summary",{class:t.normalizeClass([e.accordionStyle==="grouped"?"p-4":"group-open:pb-4 gap-6 group-open:border-b group-open:border-gray-200","flex items-center font-semibold list-none cursor-pointer select-none focus:outline-none max-w-full justify-between"]),"aria-expanded":a.value[h]},[t.createElementVNode("div",{class:t.normalizeClass([e.accordionStyle==="grouped"?"w-11/12":"flex-initial w-[calc(75%-1.5rem)]","text-gray-700 transition-all duration-200 ease-in-out faq-title group-hover:text-gray-900 group-open:text-gray-900"])},[t.renderSlot(d.$slots,"title",{item:p},()=>[t.createTextVNode(t.toDisplayString(p.title),1)],!0)],2),e.accordionStyle==="grouped"?(t.openBlock(),t.createElementBlock("svg",u8,f[1]||(f[1]=[t.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},null,-1),t.createElementVNode("path",{d:"M9 6l6 6l-6 6"},null,-1)]))):(t.openBlock(),t.createElementBlock("div",{key:1,class:"flex-1 max-w-[25%] flex items-center justify-end gap-3",onClick:f[0]||(f[0]=t.withModifiers(()=>{},["stop"]))},[t.renderSlot(d.$slots,"right-icon",{item:p},void 0,!0)]))],10,s8),t.createElementVNode("div",{class:t.normalizeClass([e.accordionStyle==="grouped"?"p-4 pt-1 ":"pt-3","font-light text-gray-600"])},[t.renderSlot(d.$slots,"content",{item:p},()=>[t.createTextVNode(t.toDisplayString(p.content),1)],!0)],2)],10,l8))),128))],2)]))}}),c8=lt(d8,[["__scopeId","data-v-0158c022"]]);function f8(e){return t.getCurrentScope()?(t.onScopeDispose(e),!0):!1}function Lu(e){return typeof e=="function"?e():t.unref(e)}const th=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const p8=Object.prototype.toString,h8=e=>p8.call(e)==="[object Object]",Fo=()=>{},m8=v8();function v8(){var e,r;return th&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((r=window==null?void 0:window.navigator)==null?void 0:r.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}const nh=th?window:void 0;function vi(e){var r;const n=Lu(e);return(r=n==null?void 0:n.$el)!=null?r:n}function Ho(...e){let r,n,a,o;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,a,o]=e,r=nh):[r,n,a,o]=e,!r)return Fo;Array.isArray(n)||(n=[n]),Array.isArray(a)||(a=[a]);const s=[],c=()=>{s.forEach(h=>h()),s.length=0},d=(h,g,_,k)=>(h.addEventListener(g,_,k),()=>h.removeEventListener(g,_,k)),f=t.watch(()=>[vi(r),Lu(o)],([h,g])=>{if(c(),!h)return;const _=h8(g)?{...g}:g;s.push(...n.flatMap(k=>a.map($=>d(h,k,$,_))))},{immediate:!0,flush:"post"}),p=()=>{f(),c()};return f8(p),p}let Vp=!1;function rh(e,r,n={}){const{window:a=nh,ignore:o=[],capture:s=!0,detectIframe:c=!1}=n;if(!a)return Fo;m8&&!Vp&&(Vp=!0,Array.from(a.document.body.children).forEach(k=>k.addEventListener("click",Fo)),a.document.documentElement.addEventListener("click",Fo));let d=!0;const f=k=>Lu(o).some($=>{if(typeof $=="string")return Array.from(a.document.querySelectorAll($)).some(M=>M===k.target||k.composedPath().includes(M));{const M=vi($);return M&&(k.target===M||k.composedPath().includes(M))}}),p=k=>{const $=vi(e);if(!(!$||$===k.target||k.composedPath().includes($))){if(k.detail===0&&(d=!f(k)),!d){d=!0;return}r(k)}};let h=!1;const g=[Ho(a,"click",k=>{h||(h=!0,setTimeout(()=>{h=!1},0),p(k))},{passive:!0,capture:s}),Ho(a,"pointerdown",k=>{const $=vi(e);d=!f(k)&&!!($&&!k.composedPath().includes($))},{passive:!0}),c&&Ho(a,"blur",k=>{setTimeout(()=>{var $;const M=vi(e);(($=a.document.activeElement)==null?void 0:$.tagName)==="IFRAME"&&!(M!=null&&M.contains(a.document.activeElement))&&r(k)},0)})].filter(Boolean);return()=>g.forEach(k=>k())}const g8=["textContent"],y8=t.defineComponent({__name:"EUIPopover",props:{title:{type:String,default:""},trigger:{type:String,default:"click",validator:e=>["click","hover"].includes(e)},className:{type:String,required:!1,default:"bg-white text-gray-900"},placement:{type:String,default:"bottom"},customButton:{type:String,required:!1,default:""}},emits:["showPopover","hidePopover"],setup(e,{emit:r}){const n=e,a=t.ref(null),o=t.ref(null),s=t.ref(null),c=t.ref(!1),d=r;t.onMounted(()=>{if(n.trigger==="click")Ho(o.value,"click",f),rh(o.value,p);else if(n.trigger==="hover"){const h=["mouseenter","focus"],g=["mouseleave","blur"];h.forEach(_=>{var k;(k=o.value)==null||k.addEventListener(_,f)}),g.forEach(_=>{var k;(k=o.value)==null||k.addEventListener(_,p)})}o.value&&s.value&&(a.value=nl(o.value,s.value,{placement:n.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))});function f(){var h,g;(h=s.value)==null||h.setAttribute("data-show",""),c.value=!0,d("showPopover"),(g=a.value)==null||g.update()}function p(){var h;(h=s.value)==null||h.removeAttribute("data-show"),c.value=!1,d("hidePopover")}return(h,g)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("div",{ref_key:"popperButton",ref:o,class:t.normalizeClass(["inline-flex items-center text-sm font-semibold gap-x-2",e.customButton])},[t.renderSlot(h.$slots,"referenceButton",{open:c.value},void 0,!0)],2),t.createElementVNode("div",{ref_key:"tooltip",ref:s,class:t.normalizeClass(["poppertooltip h-auto text-sm font-normal bg-white",e.className])},[g[0]||(g[0]=t.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),e.title?(t.openBlock(),t.createElementBlock("div",{key:0,class:"text-base font-semibold text-current leading-[normal] px-4 py-2",textContent:t.toDisplayString(e.title)},null,8,g8)):t.createCommentVNode("",!0),t.renderSlot(h.$slots,"default",{},void 0,!0)],2)]))}}),ah=lt(y8,[["__scopeId","data-v-359908fd"]]),b8=t.defineComponent({name:"Modal",props:{isVisible:{type:Boolean,default:!1},slimHeader:{type:Boolean,default:!1},title:{type:String,default:""},roundedClass:{type:String,default:""},visibleClose:{type:Boolean,default:!0},persistent:{type:Boolean,default:!1}},emits:["update:isVisible","confirm"],setup(e,{emit:r}){const n=()=>{e.persistent||r("update:isVisible",!1)},a=o=>{o.key==="Escape"&&e.isVisible&&!e.persistent&&n()};return t.watch(()=>e.isVisible,o=>{document.body.style.overflow=o?"hidden":""}),t.onMounted(()=>{window.addEventListener("keydown",a)}),t.onUnmounted(()=>{document.body.style.overflow="",window.removeEventListener("keydown",a)}),{closeModal:n}}});var _8={class:"text-xl font-semibold"},w8={key:0,class:"flex-initial"},k8={key:3,class:"p-4 border-t border-b border-gray-200"},x8={key:5,class:"flex items-center justify-end p-4 space-x-2"};function E8(e,r,n,a,o,s){return t.openBlock(),t.createBlock(t.Teleport,{defer:"",to:"body"},[t.createVNode(t.Transition,{name:"modal",appear:""},{default:t.withCtx(function(){return[e.isVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:"fixed inset-0 z-50 flex flex-col items-center justify-end sm:justify-center",onClick:r[3]||(r[3]=t.withModifiers(function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return e.closeModal&&e.closeModal.apply(e,c)},["self"]))},[r[5]||(r[5]=t.createElementVNode("div",{class:"backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/50 pointer-events-none overflow-hidden"},null,-1)),t.createElementVNode("div",{class:t.normalizeClass(["bg-white shadow-lg max-w-lg w-full max-h-[calc(100svh-3rem)] md:h-auto overflow-hidden relative",[e.roundedClass!==""?e.roundedClass:"rounded-t-3xl md:rounded-2xl"]])},[e.$slots.header?t.renderSlot(e.$slots,"header",{key:0},void 0,!0):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["flex flex-row items-center justify-between font-medium text-gray-700",e.slimHeader?"p-4 text-base":"p-6 text-lg"])},[t.createElementVNode("h3",_8,[t.renderSlot(e.$slots,"title",{},function(){return[t.createTextVNode(t.toDisplayString(e.title||"Modal Title"),1)]},!0)]),e.visibleClose?(t.openBlock(),t.createElementBlock("div",w8,[t.createElementVNode("button",{type:"button",class:"flex items-center justify-center text-gray-400 bg-white hover:bg-gray-50 rounded-3xl hover:text-gray-600 size-8",onClick:r[0]||(r[0]=function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return e.closeModal&&e.closeModal.apply(e,c)})},r[4]||(r[4]=[t.createElementVNode("span",{class:"sr-only"},"Close",-1),t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"2",stroke:"currentColor","aria-hidden":"true",class:"w-5 h-5"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])):t.createCommentVNode("",!0)],2)),e.$slots.content?t.renderSlot(e.$slots,"content",{key:2},void 0,!0):(t.openBlock(),t.createElementBlock("div",k8,[t.renderSlot(e.$slots,"default",{},void 0,!0)])),e.$slots.footer?t.renderSlot(e.$slots,"footer",{key:4},void 0,!0):(t.openBlock(),t.createElementBlock("div",x8,[t.createElementVNode("button",{onClick:r[1]||(r[1]=function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return e.closeModal&&e.closeModal.apply(e,c)}),class:"px-4 py-2 text-base font-semibold tracking-wide text-gray-600 transition-colors duration-75 bg-white rounded-md hover:bg-gray-100"}," Cancel "),t.createElementVNode("button",{onClick:r[2]||(r[2]=function(c){return e.$emit("confirm")}),class:"px-4 py-2 text-base font-semibold tracking-wide text-white transition-colors duration-75 bg-purple-600 rounded-md hover:bg-purple-700"}," Confirm ")]))],2)])):t.createCommentVNode("",!0)]}),_:3})])}const C8=lt(b8,[["render",E8],["__scopeId","data-v-03103d67"]]),$8=t.defineComponent({name:"Slideover",components:{EUIButton:Eu},props:{isVisible:{type:Boolean,default:!1},title:{type:String,default:""},visibleClose:{type:Boolean,default:!0},titleClass:{type:String,default:""},slidePosition:{type:String,default:"right"},size:{type:String,default:"xs"}},emits:["update:isVisible","confirm"],methods:{closeSlideover(){this.$emit("update:isVisible",!1)}},setup(e){const r=t.computed(()=>{const n={full:"max-w-screen",lg:"max-w-screen-lg min-w-[100svw] sm:min-w-[1024px]",md:"max-w-2xl min-w-[100svw] sm:min-w-[42rem]",sm:"max-w-xl min-w-[100svw] sm:min-w-[36rem]",xs:"max-w-md min-w-[100svw] sm:min-w-[28rem]"},o={left:e.size==="full"?"inset-2 rounded-xl overflow-hidden":"top-0 left-0 h-svh",center:e.size==="full"?"inset-2 rounded-xl overflow-hidden":"inset-0 flex flex-col items-center justify-center",right:e.size==="full"?"inset-2 rounded-xl overflow-hidden":"top-0 right-0 h-svh"}[e.slidePosition],s=n[e.size];return{modal:o,width:s}});return t.watchEffect(()=>{e.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{slideClass:r}},beforeUnmount(){document.body.style.overflow=""}});var S8={key:1,class:"sticky top-0 flex items-center justify-between flex-initial px-4 py-3"},B8={key:0},O8={key:3,class:"flex-1 p-4 max-h-[calc(100svh-3rem)] overflow-y-auto"},V8={key:5,class:"sticky bottom-0 flex items-center justify-end flex-none gap-2 px-4 py-3"};function I8(e,r,n,a,o,s){var c=t.resolveComponent("EUIButton");return t.openBlock(),t.createBlock(t.Teleport,{defer:"",to:"body"},[t.createVNode(t.Transition,{duration:550,appear:"",name:"slideover"},{default:t.withCtx(function(){return[e.isVisible?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["fixed z-50 transition-all duration-100 ease-in",e.slideClass.modal]),onClick:r[2]||(r[2]=t.withModifiers(function(){for(var d=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return e.closeSlideover&&e.closeSlideover.apply(e,d)},["self"]))},[r[6]||(r[6]=t.createElementVNode("div",{class:"backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/20 pointer-events-none overflow-hidden"},null,-1)),t.createElementVNode("div",{class:t.normalizeClass(["relative flex flex-col justify-between w-full overflow-hidden bg-white divide-gray-200 divide-y shadow-lg h-full",e.slideClass.width])},[e.$slots.header?t.renderSlot(e.$slots,"header",{key:0},void 0,!0):(t.openBlock(),t.createElementBlock("div",S8,[t.createElementVNode("h3",{class:t.normalizeClass(["text-lg font-semibold text-gray-900",e.titleClass])},[t.renderSlot(e.$slots,"title",{},function(){return[t.createTextVNode(t.toDisplayString(e.title||"Slideover Title"),1)]},!0)],2),e.visibleClose?(t.openBlock(),t.createElementBlock("div",B8,[t.createElementVNode("button",{type:"button",class:"flex items-center justify-center text-gray-400 bg-white hover:bg-gray-50 rounded-3xl hover:text-gray-600 size-8",onClick:r[0]||(r[0]=function(){for(var d=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return e.closeSlideover&&e.closeSlideover.apply(e,d)})},r[3]||(r[3]=[t.createElementVNode("span",{class:"sr-only"},"Close",-1),t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"2",stroke:"currentColor","aria-hidden":"true",class:"w-5 h-5"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])):t.createCommentVNode("",!0)])),e.$slots.content?t.renderSlot(e.$slots,"content",{key:2},void 0,!0):(t.openBlock(),t.createElementBlock("div",O8,[t.renderSlot(e.$slots,"default",{},void 0,!0)])),e.$slots.footer?t.renderSlot(e.$slots,"footer",{key:4},void 0,!0):(t.openBlock(),t.createElementBlock("div",V8,[t.createVNode(c,{size:"md",color:"white",onClick:e.closeSlideover},{default:t.withCtx(function(){return r[4]||(r[4]=[t.createTextVNode("Cancel")])}),_:1},8,["onClick"]),t.createVNode(c,{size:"md",color:"purple",onClick:r[1]||(r[1]=function(d){return e.$emit("confirm")})},{default:t.withCtx(function(){return r[5]||(r[5]=[t.createTextVNode("Slideover")])}),_:1})]))],2)],2)):t.createCommentVNode("",!0)]}),_:3})])}const N8=lt($8,[["render",I8],["__scopeId","data-v-b651e970"]]),ih=6048e5,T8=864e5,M8=6e4,oh=36e5,D8=1e3,Ip=Symbol.for("constructDateFrom");function rt(e,r){return typeof e=="function"?e(r):e&&typeof e=="object"&&Ip in e?e[Ip](r):e instanceof Date?new e.constructor(r):new Date(r)}function De(e,r){return rt(r||e,e)}function bn(e,r,n){const a=De(e,n==null?void 0:n.in);return isNaN(r)?rt((n==null?void 0:n.in)||e,NaN):(r&&a.setDate(a.getDate()+r),a)}function Vn(e,r,n){const a=De(e,n==null?void 0:n.in);if(isNaN(r))return rt(e,NaN);if(!r)return a;const o=a.getDate(),s=rt(e,a.getTime());s.setMonth(a.getMonth()+r+1,0);const c=s.getDate();return o>=c?s:(a.setFullYear(s.getFullYear(),s.getMonth(),o),a)}function lh(e,r,n){const{years:a=0,months:o=0,weeks:s=0,days:c=0,hours:d=0,minutes:f=0,seconds:p=0}=r,h=De(e,n==null?void 0:n.in),g=o||a?Vn(h,o+a*12):h,_=c||s?bn(g,c+s*7):g,k=f+d*60,M=(p+k*60)*1e3;return rt(e,+_+M)}function R8(e,r,n){return rt(e,+De(e)+r)}function A8(e,r,n){return R8(e,r*oh)}let P8={};function ia(){return P8}function Nn(e,r){var d,f,p,h;const n=ia(),a=(r==null?void 0:r.weekStartsOn)??((f=(d=r==null?void 0:r.locale)==null?void 0:d.options)==null?void 0:f.weekStartsOn)??n.weekStartsOn??((h=(p=n.locale)==null?void 0:p.options)==null?void 0:h.weekStartsOn)??0,o=De(e,r==null?void 0:r.in),s=o.getDay(),c=(s<a?7:0)+s-a;return o.setDate(o.getDate()-c),o.setHours(0,0,0,0),o}function Ta(e,r){return Nn(e,{...r,weekStartsOn:1})}function sh(e,r){const n=De(e,r==null?void 0:r.in),a=n.getFullYear(),o=rt(n,0);o.setFullYear(a+1,0,4),o.setHours(0,0,0,0);const s=Ta(o),c=rt(n,0);c.setFullYear(a,0,4),c.setHours(0,0,0,0);const d=Ta(c);return n.getTime()>=s.getTime()?a+1:n.getTime()>=d.getTime()?a:a-1}function Xo(e){const r=De(e),n=new Date(Date.UTC(r.getFullYear(),r.getMonth(),r.getDate(),r.getHours(),r.getMinutes(),r.getSeconds(),r.getMilliseconds()));return n.setUTCFullYear(r.getFullYear()),+e-+n}function Ni(e,...r){const n=rt.bind(null,r.find(a=>typeof a=="object"));return r.map(n)}function Np(e,r){const n=De(e,r==null?void 0:r.in);return n.setHours(0,0,0,0),n}function uh(e,r,n){const[a,o]=Ni(n==null?void 0:n.in,e,r),s=Np(a),c=Np(o),d=+s-Xo(s),f=+c-Xo(c);return Math.round((d-f)/T8)}function L8(e,r){const n=sh(e,r),a=rt(e,0);return a.setFullYear(n,0,4),a.setHours(0,0,0,0),Ta(a)}function F8(e,r,n){return Vn(e,r*3,n)}function Fu(e,r,n){return Vn(e,r*12,n)}function Tp(e,r){const n=+De(e)-+De(r);return n<0?-1:n>0?1:n}function dh(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function bi(e){return!(!dh(e)&&typeof e!="number"||isNaN(+De(e)))}function Mp(e,r){const n=De(e,r==null?void 0:r.in);return Math.trunc(n.getMonth()/3)+1}function H8(e,r,n){const[a,o]=Ni(n==null?void 0:n.in,e,r);return a.getFullYear()-o.getFullYear()}function U8(e,r,n){const[a,o]=Ni(n==null?void 0:n.in,e,r),s=Tp(a,o),c=Math.abs(H8(a,o));a.setFullYear(1584),o.setFullYear(1584);const d=Tp(a,o)===-s,f=s*(c-+d);return f===0?0:f}function ch(e,r){const[n,a]=Ni(e,r.start,r.end);return{start:n,end:a}}function fh(e,r){const{start:n,end:a}=ch(r==null?void 0:r.in,e);let o=+n>+a;const s=o?+n:+a,c=o?a:n;c.setHours(0,0,0,0);let d=1;const f=[];for(;+c<=s;)f.push(rt(n,c)),c.setDate(c.getDate()+d),c.setHours(0,0,0,0);return o?f.reverse():f}function Zr(e,r){const n=De(e,r==null?void 0:r.in),a=n.getMonth(),o=a-a%3;return n.setMonth(o,1),n.setHours(0,0,0,0),n}function z8(e,r){const{start:n,end:a}=ch(r==null?void 0:r.in,e);let o=+n>+a;const s=o?+Zr(n):+Zr(a);let c=Zr(o?a:n),d=1;const f=[];for(;+c<=s;)f.push(rt(n,c)),c=F8(c,d);return o?f.reverse():f}function W8(e,r){const n=De(e,r==null?void 0:r.in);return n.setDate(1),n.setHours(0,0,0,0),n}function ph(e,r){const n=De(e,r==null?void 0:r.in),a=n.getFullYear();return n.setFullYear(a+1,0,0),n.setHours(23,59,59,999),n}function Ci(e,r){const n=De(e,r==null?void 0:r.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function hh(e,r){var d,f,p,h;const n=ia(),a=(r==null?void 0:r.weekStartsOn)??((f=(d=r==null?void 0:r.locale)==null?void 0:d.options)==null?void 0:f.weekStartsOn)??n.weekStartsOn??((h=(p=n.locale)==null?void 0:p.options)==null?void 0:h.weekStartsOn)??0,o=De(e,r==null?void 0:r.in),s=o.getDay(),c=(s<a?-7:0)+6-(s-a);return o.setDate(o.getDate()+c),o.setHours(23,59,59,999),o}function Dp(e,r){const n=De(e,r==null?void 0:r.in),a=n.getMonth(),o=a-a%3+3;return n.setMonth(o,0),n.setHours(23,59,59,999),n}const j8={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Y8=(e,r,n)=>{let a;const o=j8[e];return typeof o=="string"?a=o:r===1?a=o.one:a=o.other.replace("{{count}}",r.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+a:a+" ago":a};function Bs(e){return(r={})=>{const n=r.width?String(r.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const K8={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},G8={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},X8={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Q8={date:Bs({formats:K8,defaultWidth:"full"}),time:Bs({formats:G8,defaultWidth:"full"}),dateTime:Bs({formats:X8,defaultWidth:"full"})},q8={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},J8=(e,r,n,a)=>q8[e];function di(e){return(r,n)=>{const a=n!=null&&n.context?String(n.context):"standalone";let o;if(a==="formatting"&&e.formattingValues){const c=e.defaultFormattingWidth||e.defaultWidth,d=n!=null&&n.width?String(n.width):c;o=e.formattingValues[d]||e.formattingValues[c]}else{const c=e.defaultWidth,d=n!=null&&n.width?String(n.width):e.defaultWidth;o=e.values[d]||e.values[c]}const s=e.argumentCallback?e.argumentCallback(r):r;return o[s]}}const Z8={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},e7={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},t7={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},n7={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},r7={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},a7={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},i7=(e,r)=>{const n=Number(e),a=n%100;if(a>20||a<10)switch(a%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},o7={ordinalNumber:i7,era:di({values:Z8,defaultWidth:"wide"}),quarter:di({values:e7,defaultWidth:"wide",argumentCallback:e=>e-1}),month:di({values:t7,defaultWidth:"wide"}),day:di({values:n7,defaultWidth:"wide"}),dayPeriod:di({values:r7,defaultWidth:"wide",formattingValues:a7,defaultFormattingWidth:"wide"})};function ci(e){return(r,n={})=>{const a=n.width,o=a&&e.matchPatterns[a]||e.matchPatterns[e.defaultMatchWidth],s=r.match(o);if(!s)return null;const c=s[0],d=a&&e.parsePatterns[a]||e.parsePatterns[e.defaultParseWidth],f=Array.isArray(d)?s7(d,g=>g.test(c)):l7(d,g=>g.test(c));let p;p=e.valueCallback?e.valueCallback(f):f,p=n.valueCallback?n.valueCallback(p):p;const h=r.slice(c.length);return{value:p,rest:h}}}function l7(e,r){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&r(e[n]))return n}function s7(e,r){for(let n=0;n<e.length;n++)if(r(e[n]))return n}function u7(e){return(r,n={})=>{const a=r.match(e.matchPattern);if(!a)return null;const o=a[0],s=r.match(e.parsePattern);if(!s)return null;let c=e.valueCallback?e.valueCallback(s[0]):s[0];c=n.valueCallback?n.valueCallback(c):c;const d=r.slice(o.length);return{value:c,rest:d}}}const d7=/^(\d+)(th|st|nd|rd)?/i,c7=/\d+/i,f7={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},p7={any:[/^b/i,/^(a|c)/i]},h7={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},m7={any:[/1/i,/2/i,/3/i,/4/i]},v7={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},g7={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},y7={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},b7={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},_7={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},w7={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},k7={ordinalNumber:u7({matchPattern:d7,parsePattern:c7,valueCallback:e=>parseInt(e,10)}),era:ci({matchPatterns:f7,defaultMatchWidth:"wide",parsePatterns:p7,defaultParseWidth:"any"}),quarter:ci({matchPatterns:h7,defaultMatchWidth:"wide",parsePatterns:m7,defaultParseWidth:"any",valueCallback:e=>e+1}),month:ci({matchPatterns:v7,defaultMatchWidth:"wide",parsePatterns:g7,defaultParseWidth:"any"}),day:ci({matchPatterns:y7,defaultMatchWidth:"wide",parsePatterns:b7,defaultParseWidth:"any"}),dayPeriod:ci({matchPatterns:_7,defaultMatchWidth:"any",parsePatterns:w7,defaultParseWidth:"any"})},mh={code:"en-US",formatDistance:Y8,formatLong:Q8,formatRelative:J8,localize:o7,match:k7,options:{weekStartsOn:0,firstWeekContainsDate:1}};function x7(e,r){const n=De(e,r==null?void 0:r.in);return uh(n,Ci(n))+1}function Hu(e,r){const n=De(e,r==null?void 0:r.in),a=+Ta(n)-+L8(n);return Math.round(a/ih)+1}function Uu(e,r){var h,g,_,k;const n=De(e,r==null?void 0:r.in),a=n.getFullYear(),o=ia(),s=(r==null?void 0:r.firstWeekContainsDate)??((g=(h=r==null?void 0:r.locale)==null?void 0:h.options)==null?void 0:g.firstWeekContainsDate)??o.firstWeekContainsDate??((k=(_=o.locale)==null?void 0:_.options)==null?void 0:k.firstWeekContainsDate)??1,c=rt((r==null?void 0:r.in)||e,0);c.setFullYear(a+1,0,s),c.setHours(0,0,0,0);const d=Nn(c,r),f=rt((r==null?void 0:r.in)||e,0);f.setFullYear(a,0,s),f.setHours(0,0,0,0);const p=Nn(f,r);return+n>=+d?a+1:+n>=+p?a:a-1}function E7(e,r){var d,f,p,h;const n=ia(),a=(r==null?void 0:r.firstWeekContainsDate)??((f=(d=r==null?void 0:r.locale)==null?void 0:d.options)==null?void 0:f.firstWeekContainsDate)??n.firstWeekContainsDate??((h=(p=n.locale)==null?void 0:p.options)==null?void 0:h.firstWeekContainsDate)??1,o=Uu(e,r),s=rt((r==null?void 0:r.in)||e,0);return s.setFullYear(o,0,a),s.setHours(0,0,0,0),Nn(s,r)}function zu(e,r){const n=De(e,r==null?void 0:r.in),a=+Nn(n,r)-+E7(n,r);return Math.round(a/ih)+1}function nt(e,r){const n=e<0?"-":"",a=Math.abs(e).toString().padStart(r,"0");return n+a}const wr={y(e,r){const n=e.getFullYear(),a=n>0?n:1-n;return nt(r==="yy"?a%100:a,r.length)},M(e,r){const n=e.getMonth();return r==="M"?String(n+1):nt(n+1,2)},d(e,r){return nt(e.getDate(),r.length)},a(e,r){const n=e.getHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,r){return nt(e.getHours()%12||12,r.length)},H(e,r){return nt(e.getHours(),r.length)},m(e,r){return nt(e.getMinutes(),r.length)},s(e,r){return nt(e.getSeconds(),r.length)},S(e,r){const n=r.length,a=e.getMilliseconds(),o=Math.trunc(a*Math.pow(10,n-3));return nt(o,r.length)}},ka={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Rp={G:function(e,r,n){const a=e.getFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return n.era(a,{width:"abbreviated"});case"GGGGG":return n.era(a,{width:"narrow"});case"GGGG":default:return n.era(a,{width:"wide"})}},y:function(e,r,n){if(r==="yo"){const a=e.getFullYear(),o=a>0?a:1-a;return n.ordinalNumber(o,{unit:"year"})}return wr.y(e,r)},Y:function(e,r,n,a){const o=Uu(e,a),s=o>0?o:1-o;if(r==="YY"){const c=s%100;return nt(c,2)}return r==="Yo"?n.ordinalNumber(s,{unit:"year"}):nt(s,r.length)},R:function(e,r){const n=sh(e);return nt(n,r.length)},u:function(e,r){const n=e.getFullYear();return nt(n,r.length)},Q:function(e,r,n){const a=Math.ceil((e.getMonth()+1)/3);switch(r){case"Q":return String(a);case"QQ":return nt(a,2);case"Qo":return n.ordinalNumber(a,{unit:"quarter"});case"QQQ":return n.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(a,{width:"wide",context:"formatting"})}},q:function(e,r,n){const a=Math.ceil((e.getMonth()+1)/3);switch(r){case"q":return String(a);case"qq":return nt(a,2);case"qo":return n.ordinalNumber(a,{unit:"quarter"});case"qqq":return n.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(a,{width:"wide",context:"standalone"})}},M:function(e,r,n){const a=e.getMonth();switch(r){case"M":case"MM":return wr.M(e,r);case"Mo":return n.ordinalNumber(a+1,{unit:"month"});case"MMM":return n.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(a,{width:"wide",context:"formatting"})}},L:function(e,r,n){const a=e.getMonth();switch(r){case"L":return String(a+1);case"LL":return nt(a+1,2);case"Lo":return n.ordinalNumber(a+1,{unit:"month"});case"LLL":return n.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(a,{width:"wide",context:"standalone"})}},w:function(e,r,n,a){const o=zu(e,a);return r==="wo"?n.ordinalNumber(o,{unit:"week"}):nt(o,r.length)},I:function(e,r,n){const a=Hu(e);return r==="Io"?n.ordinalNumber(a,{unit:"week"}):nt(a,r.length)},d:function(e,r,n){return r==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):wr.d(e,r)},D:function(e,r,n){const a=x7(e);return r==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):nt(a,r.length)},E:function(e,r,n){const a=e.getDay();switch(r){case"E":case"EE":case"EEE":return n.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(a,{width:"short",context:"formatting"});case"EEEE":default:return n.day(a,{width:"wide",context:"formatting"})}},e:function(e,r,n,a){const o=e.getDay(),s=(o-a.weekStartsOn+8)%7||7;switch(r){case"e":return String(s);case"ee":return nt(s,2);case"eo":return n.ordinalNumber(s,{unit:"day"});case"eee":return n.day(o,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(o,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(o,{width:"short",context:"formatting"});case"eeee":default:return n.day(o,{width:"wide",context:"formatting"})}},c:function(e,r,n,a){const o=e.getDay(),s=(o-a.weekStartsOn+8)%7||7;switch(r){case"c":return String(s);case"cc":return nt(s,r.length);case"co":return n.ordinalNumber(s,{unit:"day"});case"ccc":return n.day(o,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(o,{width:"narrow",context:"standalone"});case"cccccc":return n.day(o,{width:"short",context:"standalone"});case"cccc":default:return n.day(o,{width:"wide",context:"standalone"})}},i:function(e,r,n){const a=e.getDay(),o=a===0?7:a;switch(r){case"i":return String(o);case"ii":return nt(o,r.length);case"io":return n.ordinalNumber(o,{unit:"day"});case"iii":return n.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(a,{width:"short",context:"formatting"});case"iiii":default:return n.day(a,{width:"wide",context:"formatting"})}},a:function(e,r,n){const o=e.getHours()/12>=1?"pm":"am";switch(r){case"a":case"aa":return n.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(o,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(o,{width:"wide",context:"formatting"})}},b:function(e,r,n){const a=e.getHours();let o;switch(a===12?o=ka.noon:a===0?o=ka.midnight:o=a/12>=1?"pm":"am",r){case"b":case"bb":return n.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(o,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(o,{width:"wide",context:"formatting"})}},B:function(e,r,n){const a=e.getHours();let o;switch(a>=17?o=ka.evening:a>=12?o=ka.afternoon:a>=4?o=ka.morning:o=ka.night,r){case"B":case"BB":case"BBB":return n.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(o,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(o,{width:"wide",context:"formatting"})}},h:function(e,r,n){if(r==="ho"){let a=e.getHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return wr.h(e,r)},H:function(e,r,n){return r==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):wr.H(e,r)},K:function(e,r,n){const a=e.getHours()%12;return r==="Ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},k:function(e,r,n){let a=e.getHours();return a===0&&(a=24),r==="ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},m:function(e,r,n){return r==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):wr.m(e,r)},s:function(e,r,n){return r==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):wr.s(e,r)},S:function(e,r){return wr.S(e,r)},X:function(e,r,n){const a=e.getTimezoneOffset();if(a===0)return"Z";switch(r){case"X":return Pp(a);case"XXXX":case"XX":return Qr(a);case"XXXXX":case"XXX":default:return Qr(a,":")}},x:function(e,r,n){const a=e.getTimezoneOffset();switch(r){case"x":return Pp(a);case"xxxx":case"xx":return Qr(a);case"xxxxx":case"xxx":default:return Qr(a,":")}},O:function(e,r,n){const a=e.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+Ap(a,":");case"OOOO":default:return"GMT"+Qr(a,":")}},z:function(e,r,n){const a=e.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+Ap(a,":");case"zzzz":default:return"GMT"+Qr(a,":")}},t:function(e,r,n){const a=Math.trunc(+e/1e3);return nt(a,r.length)},T:function(e,r,n){return nt(+e,r.length)}};function Ap(e,r=""){const n=e>0?"-":"+",a=Math.abs(e),o=Math.trunc(a/60),s=a%60;return s===0?n+String(o):n+String(o)+r+nt(s,2)}function Pp(e,r){return e%60===0?(e>0?"-":"+")+nt(Math.abs(e)/60,2):Qr(e,r)}function Qr(e,r=""){const n=e>0?"-":"+",a=Math.abs(e),o=nt(Math.trunc(a/60),2),s=nt(a%60,2);return n+o+r+s}const Lp=(e,r)=>{switch(e){case"P":return r.date({width:"short"});case"PP":return r.date({width:"medium"});case"PPP":return r.date({width:"long"});case"PPPP":default:return r.date({width:"full"})}},vh=(e,r)=>{switch(e){case"p":return r.time({width:"short"});case"pp":return r.time({width:"medium"});case"ppp":return r.time({width:"long"});case"pppp":default:return r.time({width:"full"})}},C7=(e,r)=>{const n=e.match(/(P+)(p+)?/)||[],a=n[1],o=n[2];if(!o)return Lp(e,r);let s;switch(a){case"P":s=r.dateTime({width:"short"});break;case"PP":s=r.dateTime({width:"medium"});break;case"PPP":s=r.dateTime({width:"long"});break;case"PPPP":default:s=r.dateTime({width:"full"});break}return s.replace("{{date}}",Lp(a,r)).replace("{{time}}",vh(o,r))},mu={p:vh,P:C7},$7=/^D+$/,S7=/^Y+$/,B7=["D","DD","YY","YYYY"];function gh(e){return $7.test(e)}function yh(e){return S7.test(e)}function vu(e,r,n){const a=O7(e,r,n);if(console.warn(a),B7.includes(e))throw new RangeError(a)}function O7(e,r,n){const a=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${r}\`) for formatting ${a} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const V7=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,I7=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,N7=/^'([^]*?)'?$/,T7=/''/g,M7=/[a-zA-Z]/;function Wn(e,r,n){var h,g,_,k,$,M,x,b;const a=ia(),o=(n==null?void 0:n.locale)??a.locale??mh,s=(n==null?void 0:n.firstWeekContainsDate)??((g=(h=n==null?void 0:n.locale)==null?void 0:h.options)==null?void 0:g.firstWeekContainsDate)??a.firstWeekContainsDate??((k=(_=a.locale)==null?void 0:_.options)==null?void 0:k.firstWeekContainsDate)??1,c=(n==null?void 0:n.weekStartsOn)??((M=($=n==null?void 0:n.locale)==null?void 0:$.options)==null?void 0:M.weekStartsOn)??a.weekStartsOn??((b=(x=a.locale)==null?void 0:x.options)==null?void 0:b.weekStartsOn)??0,d=De(e,n==null?void 0:n.in);if(!bi(d))throw new RangeError("Invalid time value");let f=r.match(I7).map(E=>{const V=E[0];if(V==="p"||V==="P"){const I=mu[V];return I(E,o.formatLong)}return E}).join("").match(V7).map(E=>{if(E==="''")return{isToken:!1,value:"'"};const V=E[0];if(V==="'")return{isToken:!1,value:D7(E)};if(Rp[V])return{isToken:!0,value:E};if(V.match(M7))throw new RangeError("Format string contains an unescaped latin alphabet character `"+V+"`");return{isToken:!1,value:E}});o.localize.preprocessor&&(f=o.localize.preprocessor(d,f));const p={firstWeekContainsDate:s,weekStartsOn:c,locale:o};return f.map(E=>{if(!E.isToken)return E.value;const V=E.value;(!(n!=null&&n.useAdditionalWeekYearTokens)&&yh(V)||!(n!=null&&n.useAdditionalDayOfYearTokens)&&gh(V))&&vu(V,r,String(e));const I=Rp[V[0]];return I(d,V,o.localize,p)}).join("")}function D7(e){const r=e.match(N7);return r?r[1].replace(T7,"'"):e}function R7(e,r){return De(e,r==null?void 0:r.in).getDay()}function A7(e,r){const n=De(e,r==null?void 0:r.in),a=n.getFullYear(),o=n.getMonth(),s=rt(n,0);return s.setFullYear(a,o+1,0),s.setHours(0,0,0,0),s.getDate()}function P7(){return Object.assign({},ia())}function sr(e,r){return De(e,r==null?void 0:r.in).getHours()}function L7(e,r){const n=De(e,r==null?void 0:r.in).getDay();return n===0?7:n}function Sr(e,r){return De(e,r==null?void 0:r.in).getMinutes()}function Ge(e,r){return De(e,r==null?void 0:r.in).getMonth()}function Ma(e){return De(e).getSeconds()}function Pe(e,r){return De(e,r==null?void 0:r.in).getFullYear()}function aa(e,r){return+De(e)>+De(r)}function Da(e,r){return+De(e)<+De(r)}function $a(e,r){return+De(e)==+De(r)}function F7(e,r){const n=H7(r)?new r(0):rt(r,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function H7(e){var r;return typeof e=="function"&&((r=e.prototype)==null?void 0:r.constructor)===e}const U7=10;class bh{constructor(){Ce(this,"subPriority",0)}validate(r,n){return!0}}class z7 extends bh{constructor(r,n,a,o,s){super(),this.value=r,this.validateValue=n,this.setValue=a,this.priority=o,s&&(this.subPriority=s)}validate(r,n){return this.validateValue(r,this.value,n)}set(r,n,a){return this.setValue(r,n,this.value,a)}}class W7 extends bh{constructor(n,a){super();Ce(this,"priority",U7);Ce(this,"subPriority",-1);this.context=n||(o=>rt(a,o))}set(n,a){return a.timestampIsSet?n:rt(n,F7(n,this.context))}}class Je{run(r,n,a,o){const s=this.parse(r,n,a,o);return s?{setter:new z7(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(r,n,a){return!0}}class j7 extends Je{constructor(){super(...arguments);Ce(this,"priority",140);Ce(this,"incompatibleTokens",["R","u","t","T"])}parse(n,a,o){switch(a){case"G":case"GG":case"GGG":return o.era(n,{width:"abbreviated"})||o.era(n,{width:"narrow"});case"GGGGG":return o.era(n,{width:"narrow"});case"GGGG":default:return o.era(n,{width:"wide"})||o.era(n,{width:"abbreviated"})||o.era(n,{width:"narrow"})}}set(n,a,o){return a.era=o,n.setFullYear(o,0,1),n.setHours(0,0,0,0),n}}const xt={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},Pn={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Et(e,r){return e&&{value:r(e.value),rest:e.rest}}function mt(e,r){const n=r.match(e);return n?{value:parseInt(n[0],10),rest:r.slice(n[0].length)}:null}function Ln(e,r){const n=r.match(e);if(!n)return null;if(n[0]==="Z")return{value:0,rest:r.slice(1)};const a=n[1]==="+"?1:-1,o=n[2]?parseInt(n[2],10):0,s=n[3]?parseInt(n[3],10):0,c=n[5]?parseInt(n[5],10):0;return{value:a*(o*oh+s*M8+c*D8),rest:r.slice(n[0].length)}}function _h(e){return mt(xt.anyDigitsSigned,e)}function yt(e,r){switch(e){case 1:return mt(xt.singleDigit,r);case 2:return mt(xt.twoDigits,r);case 3:return mt(xt.threeDigits,r);case 4:return mt(xt.fourDigits,r);default:return mt(new RegExp("^\\d{1,"+e+"}"),r)}}function Qo(e,r){switch(e){case 1:return mt(xt.singleDigitSigned,r);case 2:return mt(xt.twoDigitsSigned,r);case 3:return mt(xt.threeDigitsSigned,r);case 4:return mt(xt.fourDigitsSigned,r);default:return mt(new RegExp("^-?\\d{1,"+e+"}"),r)}}function Wu(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function wh(e,r){const n=r>0,a=n?r:1-r;let o;if(a<=50)o=e||100;else{const s=a+50,c=Math.trunc(s/100)*100,d=e>=s%100;o=e+c-(d?100:0)}return n?o:1-o}function kh(e){return e%400===0||e%4===0&&e%100!==0}class Y7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(n,a,o){const s=c=>({year:c,isTwoDigitYear:a==="yy"});switch(a){case"y":return Et(yt(4,n),s);case"yo":return Et(o.ordinalNumber(n,{unit:"year"}),s);default:return Et(yt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,o){const s=n.getFullYear();if(o.isTwoDigitYear){const d=wh(o.year,s);return n.setFullYear(d,0,1),n.setHours(0,0,0,0),n}const c=!("era"in a)||a.era===1?o.year:1-o.year;return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}class K7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(n,a,o){const s=c=>({year:c,isTwoDigitYear:a==="YY"});switch(a){case"Y":return Et(yt(4,n),s);case"Yo":return Et(o.ordinalNumber(n,{unit:"year"}),s);default:return Et(yt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,o,s){const c=Uu(n,s);if(o.isTwoDigitYear){const f=wh(o.year,c);return n.setFullYear(f,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Nn(n,s)}const d=!("era"in a)||a.era===1?o.year:1-o.year;return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Nn(n,s)}}class G7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(n,a){return Qo(a==="R"?4:a.length,n)}set(n,a,o){const s=rt(n,0);return s.setFullYear(o,0,4),s.setHours(0,0,0,0),Ta(s)}}class X7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,a){return Qo(a==="u"?4:a.length,n)}set(n,a,o){return n.setFullYear(o,0,1),n.setHours(0,0,0,0),n}}class Q7 extends Je{constructor(){super(...arguments);Ce(this,"priority",120);Ce(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,o){switch(a){case"Q":case"QQ":return yt(a.length,n);case"Qo":return o.ordinalNumber(n,{unit:"quarter"});case"QQQ":return o.quarter(n,{width:"abbreviated",context:"formatting"})||o.quarter(n,{width:"narrow",context:"formatting"});case"QQQQQ":return o.quarter(n,{width:"narrow",context:"formatting"});case"QQQQ":default:return o.quarter(n,{width:"wide",context:"formatting"})||o.quarter(n,{width:"abbreviated",context:"formatting"})||o.quarter(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=1&&a<=4}set(n,a,o){return n.setMonth((o-1)*3,1),n.setHours(0,0,0,0),n}}class q7 extends Je{constructor(){super(...arguments);Ce(this,"priority",120);Ce(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,o){switch(a){case"q":case"qq":return yt(a.length,n);case"qo":return o.ordinalNumber(n,{unit:"quarter"});case"qqq":return o.quarter(n,{width:"abbreviated",context:"standalone"})||o.quarter(n,{width:"narrow",context:"standalone"});case"qqqqq":return o.quarter(n,{width:"narrow",context:"standalone"});case"qqqq":default:return o.quarter(n,{width:"wide",context:"standalone"})||o.quarter(n,{width:"abbreviated",context:"standalone"})||o.quarter(n,{width:"narrow",context:"standalone"})}}validate(n,a){return a>=1&&a<=4}set(n,a,o){return n.setMonth((o-1)*3,1),n.setHours(0,0,0,0),n}}class J7 extends Je{constructor(){super(...arguments);Ce(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);Ce(this,"priority",110)}parse(n,a,o){const s=c=>c-1;switch(a){case"M":return Et(mt(xt.month,n),s);case"MM":return Et(yt(2,n),s);case"Mo":return Et(o.ordinalNumber(n,{unit:"month"}),s);case"MMM":return o.month(n,{width:"abbreviated",context:"formatting"})||o.month(n,{width:"narrow",context:"formatting"});case"MMMMM":return o.month(n,{width:"narrow",context:"formatting"});case"MMMM":default:return o.month(n,{width:"wide",context:"formatting"})||o.month(n,{width:"abbreviated",context:"formatting"})||o.month(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=0&&a<=11}set(n,a,o){return n.setMonth(o,1),n.setHours(0,0,0,0),n}}class Z7 extends Je{constructor(){super(...arguments);Ce(this,"priority",110);Ce(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(n,a,o){const s=c=>c-1;switch(a){case"L":return Et(mt(xt.month,n),s);case"LL":return Et(yt(2,n),s);case"Lo":return Et(o.ordinalNumber(n,{unit:"month"}),s);case"LLL":return o.month(n,{width:"abbreviated",context:"standalone"})||o.month(n,{width:"narrow",context:"standalone"});case"LLLLL":return o.month(n,{width:"narrow",context:"standalone"});case"LLLL":default:return o.month(n,{width:"wide",context:"standalone"})||o.month(n,{width:"abbreviated",context:"standalone"})||o.month(n,{width:"narrow",context:"standalone"})}}validate(n,a){return a>=0&&a<=11}set(n,a,o){return n.setMonth(o,1),n.setHours(0,0,0,0),n}}function ek(e,r,n){const a=De(e,n==null?void 0:n.in),o=zu(a,n)-r;return a.setDate(a.getDate()-o*7),De(a,n==null?void 0:n.in)}class tk extends Je{constructor(){super(...arguments);Ce(this,"priority",100);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(n,a,o){switch(a){case"w":return mt(xt.week,n);case"wo":return o.ordinalNumber(n,{unit:"week"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,o,s){return Nn(ek(n,o,s),s)}}function nk(e,r,n){const a=De(e,n==null?void 0:n.in),o=Hu(a,n)-r;return a.setDate(a.getDate()-o*7),a}class rk extends Je{constructor(){super(...arguments);Ce(this,"priority",100);Ce(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(n,a,o){switch(a){case"I":return mt(xt.week,n);case"Io":return o.ordinalNumber(n,{unit:"week"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,o){return Ta(nk(n,o))}}const ak=[31,28,31,30,31,30,31,31,30,31,30,31],ik=[31,29,31,30,31,30,31,31,30,31,30,31];class ok extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"subPriority",1);Ce(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(n,a,o){switch(a){case"d":return mt(xt.date,n);case"do":return o.ordinalNumber(n,{unit:"date"});default:return yt(a.length,n)}}validate(n,a){const o=n.getFullYear(),s=kh(o),c=n.getMonth();return s?a>=1&&a<=ik[c]:a>=1&&a<=ak[c]}set(n,a,o){return n.setDate(o),n.setHours(0,0,0,0),n}}class lk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"subpriority",1);Ce(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(n,a,o){switch(a){case"D":case"DD":return mt(xt.dayOfYear,n);case"Do":return o.ordinalNumber(n,{unit:"date"});default:return yt(a.length,n)}}validate(n,a){const o=n.getFullYear();return kh(o)?a>=1&&a<=366:a>=1&&a<=365}set(n,a,o){return n.setMonth(0,o),n.setHours(0,0,0,0),n}}function ju(e,r,n){var g,_,k,$;const a=ia(),o=(n==null?void 0:n.weekStartsOn)??((_=(g=n==null?void 0:n.locale)==null?void 0:g.options)==null?void 0:_.weekStartsOn)??a.weekStartsOn??(($=(k=a.locale)==null?void 0:k.options)==null?void 0:$.weekStartsOn)??0,s=De(e,n==null?void 0:n.in),c=s.getDay(),f=(r%7+7)%7,p=7-o,h=r<0||r>6?r-(c+p)%7:(f+p)%7-(c+p)%7;return bn(s,h,n)}class sk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(n,a,o){switch(a){case"E":case"EE":case"EEE":return o.day(n,{width:"abbreviated",context:"formatting"})||o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"});case"EEEEE":return o.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"});case"EEEE":default:return o.day(n,{width:"wide",context:"formatting"})||o.day(n,{width:"abbreviated",context:"formatting"})||o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=0&&a<=6}set(n,a,o,s){return n=ju(n,o,s),n.setHours(0,0,0,0),n}}class uk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(n,a,o,s){const c=d=>{const f=Math.floor((d-1)/7)*7;return(d+s.weekStartsOn+6)%7+f};switch(a){case"e":case"ee":return Et(yt(a.length,n),c);case"eo":return Et(o.ordinalNumber(n,{unit:"day"}),c);case"eee":return o.day(n,{width:"abbreviated",context:"formatting"})||o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"});case"eeeee":return o.day(n,{width:"narrow",context:"formatting"});case"eeeeee":return o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"});case"eeee":default:return o.day(n,{width:"wide",context:"formatting"})||o.day(n,{width:"abbreviated",context:"formatting"})||o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"})}}validate(n,a){return a>=0&&a<=6}set(n,a,o,s){return n=ju(n,o,s),n.setHours(0,0,0,0),n}}class dk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(n,a,o,s){const c=d=>{const f=Math.floor((d-1)/7)*7;return(d+s.weekStartsOn+6)%7+f};switch(a){case"c":case"cc":return Et(yt(a.length,n),c);case"co":return Et(o.ordinalNumber(n,{unit:"day"}),c);case"ccc":return o.day(n,{width:"abbreviated",context:"standalone"})||o.day(n,{width:"short",context:"standalone"})||o.day(n,{width:"narrow",context:"standalone"});case"ccccc":return o.day(n,{width:"narrow",context:"standalone"});case"cccccc":return o.day(n,{width:"short",context:"standalone"})||o.day(n,{width:"narrow",context:"standalone"});case"cccc":default:return o.day(n,{width:"wide",context:"standalone"})||o.day(n,{width:"abbreviated",context:"standalone"})||o.day(n,{width:"short",context:"standalone"})||o.day(n,{width:"narrow",context:"standalone"})}}validate(n,a){return a>=0&&a<=6}set(n,a,o,s){return n=ju(n,o,s),n.setHours(0,0,0,0),n}}function ck(e,r,n){const a=De(e,n==null?void 0:n.in),o=L7(a,n),s=r-o;return bn(a,s,n)}class fk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(n,a,o){const s=c=>c===0?7:c;switch(a){case"i":case"ii":return yt(a.length,n);case"io":return o.ordinalNumber(n,{unit:"day"});case"iii":return Et(o.day(n,{width:"abbreviated",context:"formatting"})||o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"}),s);case"iiiii":return Et(o.day(n,{width:"narrow",context:"formatting"}),s);case"iiiiii":return Et(o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"}),s);case"iiii":default:return Et(o.day(n,{width:"wide",context:"formatting"})||o.day(n,{width:"abbreviated",context:"formatting"})||o.day(n,{width:"short",context:"formatting"})||o.day(n,{width:"narrow",context:"formatting"}),s)}}validate(n,a){return a>=1&&a<=7}set(n,a,o){return n=ck(n,o),n.setHours(0,0,0,0),n}}class pk extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(n,a,o){switch(a){case"a":case"aa":case"aaa":return o.dayPeriod(n,{width:"abbreviated",context:"formatting"})||o.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaaa":return o.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaa":default:return o.dayPeriod(n,{width:"wide",context:"formatting"})||o.dayPeriod(n,{width:"abbreviated",context:"formatting"})||o.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,a,o){return n.setHours(Wu(o),0,0,0),n}}class hk extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(n,a,o){switch(a){case"b":case"bb":case"bbb":return o.dayPeriod(n,{width:"abbreviated",context:"formatting"})||o.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbbb":return o.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbb":default:return o.dayPeriod(n,{width:"wide",context:"formatting"})||o.dayPeriod(n,{width:"abbreviated",context:"formatting"})||o.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,a,o){return n.setHours(Wu(o),0,0,0),n}}class mk extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(this,"incompatibleTokens",["a","b","t","T"])}parse(n,a,o){switch(a){case"B":case"BB":case"BBB":return o.dayPeriod(n,{width:"abbreviated",context:"formatting"})||o.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBBB":return o.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBB":default:return o.dayPeriod(n,{width:"wide",context:"formatting"})||o.dayPeriod(n,{width:"abbreviated",context:"formatting"})||o.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,a,o){return n.setHours(Wu(o),0,0,0),n}}class vk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,a,o){switch(a){case"h":return mt(xt.hour12h,n);case"ho":return o.ordinalNumber(n,{unit:"hour"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=12}set(n,a,o){const s=n.getHours()>=12;return s&&o<12?n.setHours(o+12,0,0,0):!s&&o===12?n.setHours(0,0,0,0):n.setHours(o,0,0,0),n}}class gk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,a,o){switch(a){case"H":return mt(xt.hour23h,n);case"Ho":return o.ordinalNumber(n,{unit:"hour"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=23}set(n,a,o){return n.setHours(o,0,0,0),n}}class yk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,a,o){switch(a){case"K":return mt(xt.hour11h,n);case"Ko":return o.ordinalNumber(n,{unit:"hour"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=11}set(n,a,o){return n.getHours()>=12&&o<12?n.setHours(o+12,0,0,0):n.setHours(o,0,0,0),n}}class bk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,a,o){switch(a){case"k":return mt(xt.hour24h,n);case"ko":return o.ordinalNumber(n,{unit:"hour"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=24}set(n,a,o){const s=o<=24?o%24:o;return n.setHours(s,0,0,0),n}}class _k extends Je{constructor(){super(...arguments);Ce(this,"priority",60);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a,o){switch(a){case"m":return mt(xt.minute,n);case"mo":return o.ordinalNumber(n,{unit:"minute"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,o){return n.setMinutes(o,0,0),n}}class wk extends Je{constructor(){super(...arguments);Ce(this,"priority",50);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a,o){switch(a){case"s":return mt(xt.second,n);case"so":return o.ordinalNumber(n,{unit:"second"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,o){return n.setSeconds(o,0),n}}class kk extends Je{constructor(){super(...arguments);Ce(this,"priority",30);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a){const o=s=>Math.trunc(s*Math.pow(10,-a.length+3));return Et(yt(a.length,n),o)}set(n,a,o){return n.setMilliseconds(o),n}}class xk extends Je{constructor(){super(...arguments);Ce(this,"priority",10);Ce(this,"incompatibleTokens",["t","T","x"])}parse(n,a){switch(a){case"X":return Ln(Pn.basicOptionalMinutes,n);case"XX":return Ln(Pn.basic,n);case"XXXX":return Ln(Pn.basicOptionalSeconds,n);case"XXXXX":return Ln(Pn.extendedOptionalSeconds,n);case"XXX":default:return Ln(Pn.extended,n)}}set(n,a,o){return a.timestampIsSet?n:rt(n,n.getTime()-Xo(n)-o)}}class Ek extends Je{constructor(){super(...arguments);Ce(this,"priority",10);Ce(this,"incompatibleTokens",["t","T","X"])}parse(n,a){switch(a){case"x":return Ln(Pn.basicOptionalMinutes,n);case"xx":return Ln(Pn.basic,n);case"xxxx":return Ln(Pn.basicOptionalSeconds,n);case"xxxxx":return Ln(Pn.extendedOptionalSeconds,n);case"xxx":default:return Ln(Pn.extended,n)}}set(n,a,o){return a.timestampIsSet?n:rt(n,n.getTime()-Xo(n)-o)}}class Ck extends Je{constructor(){super(...arguments);Ce(this,"priority",40);Ce(this,"incompatibleTokens","*")}parse(n){return _h(n)}set(n,a,o){return[rt(n,o*1e3),{timestampIsSet:!0}]}}class $k extends Je{constructor(){super(...arguments);Ce(this,"priority",20);Ce(this,"incompatibleTokens","*")}parse(n){return _h(n)}set(n,a,o){return[rt(n,o),{timestampIsSet:!0}]}}const Sk={G:new j7,y:new Y7,Y:new K7,R:new G7,u:new X7,Q:new Q7,q:new q7,M:new J7,L:new Z7,w:new tk,I:new rk,d:new ok,D:new lk,E:new sk,e:new uk,c:new dk,i:new fk,a:new pk,b:new hk,B:new mk,h:new vk,H:new gk,K:new yk,k:new bk,m:new _k,s:new wk,S:new kk,X:new xk,x:new Ek,t:new Ck,T:new $k},Bk=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Ok=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Vk=/^'([^]*?)'?$/,Ik=/''/g,Nk=/\S/,Tk=/[a-zA-Z]/;function gu(e,r,n,a){var x,b,E,V,I,U,S,N;const o=()=>rt((a==null?void 0:a.in)||n,NaN),s=P7(),c=(a==null?void 0:a.locale)??s.locale??mh,d=(a==null?void 0:a.firstWeekContainsDate)??((b=(x=a==null?void 0:a.locale)==null?void 0:x.options)==null?void 0:b.firstWeekContainsDate)??s.firstWeekContainsDate??((V=(E=s.locale)==null?void 0:E.options)==null?void 0:V.firstWeekContainsDate)??1,f=(a==null?void 0:a.weekStartsOn)??((U=(I=a==null?void 0:a.locale)==null?void 0:I.options)==null?void 0:U.weekStartsOn)??s.weekStartsOn??((N=(S=s.locale)==null?void 0:S.options)==null?void 0:N.weekStartsOn)??0;if(!r)return e?o():De(n,a==null?void 0:a.in);const p={firstWeekContainsDate:d,weekStartsOn:f,locale:c},h=[new W7(a==null?void 0:a.in,n)],g=r.match(Ok).map(O=>{const A=O[0];if(A in mu){const y=mu[A];return y(O,c.formatLong)}return O}).join("").match(Bk),_=[];for(let O of g){!(a!=null&&a.useAdditionalWeekYearTokens)&&yh(O)&&vu(O,r,e),!(a!=null&&a.useAdditionalDayOfYearTokens)&&gh(O)&&vu(O,r,e);const A=O[0],y=Sk[A];if(y){const{incompatibleTokens:P}=y;if(Array.isArray(P)){const oe=_.find(H=>P.includes(H.token)||H.token===A);if(oe)throw new RangeError(`The format string mustn't contain \`${oe.fullToken}\` and \`${O}\` at the same time`)}else if(y.incompatibleTokens==="*"&&_.length>0)throw new RangeError(`The format string mustn't contain \`${O}\` and any other token at the same time`);_.push({token:A,fullToken:O});const j=y.run(e,O,c.match,p);if(!j)return o();h.push(j.setter),e=j.rest}else{if(A.match(Tk))throw new RangeError("Format string contains an unescaped latin alphabet character `"+A+"`");if(O==="''"?O="'":A==="'"&&(O=Mk(O)),e.indexOf(O)===0)e=e.slice(O.length);else return o()}}if(e.length>0&&Nk.test(e))return o();const k=h.map(O=>O.priority).sort((O,A)=>A-O).filter((O,A,y)=>y.indexOf(O)===A).map(O=>h.filter(A=>A.priority===O).sort((A,y)=>y.subPriority-A.subPriority)).map(O=>O[0]);let $=De(n,a==null?void 0:a.in);if(isNaN(+$))return o();const M={};for(const O of k){if(!O.validate($,p))return o();const A=O.set($,M,p);Array.isArray(A)?($=A[0],Object.assign(M,A[1])):$=A}return $}function Mk(e){return e.match(Vk)[1].replace(Ik,"'")}function Fp(e,r,n){const[a,o]=Ni(n==null?void 0:n.in,e,r);return+Zr(a)==+Zr(o)}function xh(e,r,n){return bn(e,-r,n)}function Eh(e,r,n){const a=De(e,n==null?void 0:n.in),o=a.getFullYear(),s=a.getDate(),c=rt(e,0);c.setFullYear(o,r,15),c.setHours(0,0,0,0);const d=A7(c);return a.setMonth(r,Math.min(s,d)),a}function it(e,r,n){let a=De(e,n==null?void 0:n.in);return isNaN(+a)?rt(e,NaN):(r.year!=null&&a.setFullYear(r.year),r.month!=null&&(a=Eh(a,r.month)),r.date!=null&&a.setDate(r.date),r.hours!=null&&a.setHours(r.hours),r.minutes!=null&&a.setMinutes(r.minutes),r.seconds!=null&&a.setSeconds(r.seconds),r.milliseconds!=null&&a.setMilliseconds(r.milliseconds),a)}function Dk(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setHours(r),a}function Ch(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setMilliseconds(r),a}function Rk(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setMinutes(r),a}function $h(e,r,n){const a=De(e,n==null?void 0:n.in);return a.setSeconds(r),a}function Hn(e,r,n){const a=De(e,n==null?void 0:n.in);return isNaN(+a)?rt(e,NaN):(a.setFullYear(r),a)}function Ra(e,r,n){return Vn(e,-r,n)}function Ak(e,r,n){const{years:a=0,months:o=0,weeks:s=0,days:c=0,hours:d=0,minutes:f=0,seconds:p=0}=r,h=Ra(e,o+a*12,n),g=xh(h,c+s*7,n),_=f+d*60,$=(p+_*60)*1e3;return rt(e,+g-$)}function Sh(e,r,n){return Fu(e,-r,n)}function za(){const e=t.useAttrs();return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img",...e},[t.createElementVNode("path",{d:"M29.333 8c0-2.208-1.792-4-4-4h-18.667c-2.208 0-4 1.792-4 4v18.667c0 2.208 1.792 4 4 4h18.667c2.208 0 4-1.792 4-4v-18.667zM26.667 8v18.667c0 0.736-0.597 1.333-1.333 1.333 0 0-18.667 0-18.667 0-0.736 0-1.333-0.597-1.333-1.333 0 0 0-18.667 0-18.667 0-0.736 0.597-1.333 1.333-1.333 0 0 18.667 0 18.667 0 0.736 0 1.333 0.597 1.333 1.333z"}),t.createElementVNode("path",{d:"M20 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),t.createElementVNode("path",{d:"M9.333 2.667v5.333c0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333v-5.333c0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"}),t.createElementVNode("path",{d:"M4 14.667h24c0.736 0 1.333-0.597 1.333-1.333s-0.597-1.333-1.333-1.333h-24c-0.736 0-1.333 0.597-1.333 1.333s0.597 1.333 1.333 1.333z"})])}za.compatConfig={MODE:3};function Bh(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M23.057 7.057l-16 16c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l16-16c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0z"}),t.createElementVNode("path",{d:"M7.057 8.943l16 16c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885l-16-16c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}Bh.compatConfig={MODE:3};function Yu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M20.943 23.057l-7.057-7.057c0 0 7.057-7.057 7.057-7.057 0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-8 8c-0.521 0.521-0.521 1.365 0 1.885l8 8c0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}Yu.compatConfig={MODE:3};function Ku(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M12.943 24.943l8-8c0.521-0.521 0.521-1.365 0-1.885l-8-8c-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885l7.057 7.057c0 0-7.057 7.057-7.057 7.057-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0z"})])}Ku.compatConfig={MODE:3};function Gu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M16 1.333c-8.095 0-14.667 6.572-14.667 14.667s6.572 14.667 14.667 14.667c8.095 0 14.667-6.572 14.667-14.667s-6.572-14.667-14.667-14.667zM16 4c6.623 0 12 5.377 12 12s-5.377 12-12 12c-6.623 0-12-5.377-12-12s5.377-12 12-12z"}),t.createElementVNode("path",{d:"M14.667 8v8c0 0.505 0.285 0.967 0.737 1.193l5.333 2.667c0.658 0.329 1.46 0.062 1.789-0.596s0.062-1.46-0.596-1.789l-4.596-2.298c0 0 0-7.176 0-7.176 0-0.736-0.597-1.333-1.333-1.333s-1.333 0.597-1.333 1.333z"})])}Gu.compatConfig={MODE:3};function Xu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M24.943 19.057l-8-8c-0.521-0.521-1.365-0.521-1.885 0l-8 8c-0.52 0.52-0.52 1.365 0 1.885s1.365 0.52 1.885 0l7.057-7.057c0 0 7.057 7.057 7.057 7.057 0.52 0.52 1.365 0.52 1.885 0s0.52-1.365 0-1.885z"})])}Xu.compatConfig={MODE:3};function Qu(){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor","aria-hidden":"true",class:"dp__icon",role:"img"},[t.createElementVNode("path",{d:"M7.057 12.943l8 8c0.521 0.521 1.365 0.521 1.885 0l8-8c0.52-0.52 0.52-1.365 0-1.885s-1.365-0.52-1.885 0l-7.057 7.057c0 0-7.057-7.057-7.057-7.057-0.52-0.52-1.365-0.52-1.885 0s-0.52 1.365 0 1.885z"})])}Qu.compatConfig={MODE:3};const Jt=(e,r)=>r?new Date(e.toLocaleString("en-US",{timeZone:r})):new Date(e),qu=(e,r,n)=>yu(e,r,n)||ge(),Pk=(e,r,n)=>{const a=r.dateInTz?Jt(new Date(e),r.dateInTz):ge(e);return n?Mt(a,!0):a},yu=(e,r,n)=>{if(!e)return null;const a=n?Mt(ge(e),!0):ge(e);return r?r.exactMatch?Pk(e,r,n):Jt(a,r.timezone):a},Lk=e=>{const r=new Date(e.getFullYear(),0,1).getTimezoneOffset();return e.getTimezoneOffset()<r},Fk=(e,r)=>{if(!e)return 0;const n=new Date,a=new Date(n.toLocaleString("en-US",{timeZone:"UTC"})),o=new Date(n.toLocaleString("en-US",{timeZone:e})),s=(Lk(r??o)?o:r??o).getTimezoneOffset()/60;return(+a-+o)/(1e3*60*60)-s};var Sn=(e=>(e.month="month",e.year="year",e))(Sn||{}),Bn=(e=>(e.top="top",e.bottom="bottom",e))(Bn||{}),ta=(e=>(e.header="header",e.calendar="calendar",e.timePicker="timePicker",e))(ta||{}),Pt=(e=>(e.month="month",e.year="year",e.calendar="calendar",e.time="time",e.minutes="minutes",e.hours="hours",e.seconds="seconds",e))(Pt||{});const Hk=["timestamp","date","iso"];var zt=(e=>(e.up="up",e.down="down",e.left="left",e.right="right",e))(zt||{}),ct=(e=>(e.arrowUp="ArrowUp",e.arrowDown="ArrowDown",e.arrowLeft="ArrowLeft",e.arrowRight="ArrowRight",e.enter="Enter",e.space=" ",e.esc="Escape",e.tab="Tab",e.home="Home",e.end="End",e.pageUp="PageUp",e.pageDown="PageDown",e))(ct||{}),Ba=(e=>(e.MONTH_AND_YEAR="MM-yyyy",e.YEAR="yyyy",e.DATE="dd-MM-yyyy",e))(Ba||{});function Hp(e){return r=>new Intl.DateTimeFormat(e,{weekday:"short",timeZone:"UTC"}).format(new Date(`2017-01-0${r}T00:00:00+00:00`)).slice(0,2)}function Uk(e){return r=>Wn(Jt(new Date(`2017-01-0${r}T00:00:00+00:00`),"UTC"),"EEEEEE",{locale:e})}const zk=(e,r,n)=>{const a=[1,2,3,4,5,6,7];let o;if(e!==null)try{o=a.map(Uk(e))}catch{o=a.map(Hp(r))}else o=a.map(Hp(r));const s=o.slice(0,n),c=o.slice(n+1,o.length);return[o[n]].concat(...c).concat(...s)},Ju=(e,r,n)=>{const a=[];for(let o=+e[0];o<=+e[1];o++)a.push({value:+o,text:Nh(o,r)});return n?a.reverse():a},Oh=(e,r,n)=>{const a=[1,2,3,4,5,6,7,8,9,10,11,12].map(s=>{const c=s<10?`0${s}`:s;return new Date(`2017-${c}-01T00:00:00+00:00`)});if(e!==null)try{const s=n==="long"?"LLLL":"LLL";return a.map((c,d)=>{const f=Wn(Jt(c,"UTC"),s,{locale:e});return{text:f.charAt(0).toUpperCase()+f.substring(1),value:d}})}catch{}const o=new Intl.DateTimeFormat(r,{month:n,timeZone:"UTC"});return a.map((s,c)=>{const d=o.format(s);return{text:d.charAt(0).toUpperCase()+d.substring(1),value:c}})},Wk=e=>[12,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11][e],Bt=e=>{const r=t.unref(e);return r!=null&&r.$el?r==null?void 0:r.$el:r},jk=e=>({type:"dot",...e??{}}),Vh=e=>Array.isArray(e)?!!e[0]&&!!e[1]:!1,Zu={prop:e=>`"${e}" prop must be enabled!`,dateArr:e=>`You need to use array as "model-value" binding in order to support "${e}"`},It=e=>e,Up=e=>e===0?e:!e||isNaN(+e)?null:+e,zp=e=>e===null,Ih=e=>{if(e)return[...e.querySelectorAll("input, button, select, textarea, a[href]")][0]},Yk=e=>{const r=[],n=a=>a.filter(o=>o);for(let a=0;a<e.length;a+=3){const o=[e[a],e[a+1],e[a+2]];r.push(n(o))}return r},$i=(e,r,n)=>{const a=n!=null,o=r!=null;if(!a&&!o)return!1;const s=+n,c=+r;return a&&o?+e>s||+e<c:a?+e>s:o?+e<c:!1},Aa=(e,r)=>Yk(e).map(n=>n.map(a=>{const{active:o,disabled:s,isBetween:c,highlighted:d}=r(a);return{...a,active:o,disabled:s,className:{dp__overlay_cell_active:o,dp__overlay_cell:!o,dp__overlay_cell_disabled:s,dp__overlay_cell_pad:!0,dp__overlay_cell_active_disabled:s&&o,dp__cell_in_between:c,"dp--highlighted":d}}})),Cr=(e,r,n=!1)=>{e&&r.allowStopPropagation&&(n&&e.stopImmediatePropagation(),e.stopPropagation())},Kk=()=>["a[href]","area[href]","input:not([disabled]):not([type='hidden'])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","[tabindex]:not([tabindex='-1'])","[data-datepicker-instance]"].join(", ");function Gk(e,r){let n=[...document.querySelectorAll(Kk())];n=n.filter(o=>!e.contains(o)||o.hasAttribute("data-datepicker-instance"));const a=n.indexOf(e);if(a>=0&&(r?a-1>=0:a+1<=n.length))return n[a+(r?-1:1)]}const bu=(e,r)=>e==null?void 0:e.querySelector(`[data-dp-element="${r}"]`),Nh=(e,r)=>new Intl.NumberFormat(r,{useGrouping:!1,style:"decimal"}).format(e),ed=(e,r)=>Wn(e,r??Ba.DATE),Os=e=>Array.isArray(e),qo=(e,r,n)=>r.get(ed(e,n)),Xk=(e,r)=>e?r?r instanceof Map?!!qo(e,r):r(ge(e)):!1:!0,Wt=(e,r,n=!1,a)=>{if(e.key===ct.enter||e.key===ct.space)return n&&e.preventDefault(),r();if(a)return a(e)},Qk=()=>["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].some(e=>navigator.userAgent.includes(e))||navigator.userAgent.includes("Mac")&&"ontouchend"in document,qk=(e,r)=>e?Ba.MONTH_AND_YEAR:r?Ba.YEAR:Ba.DATE;/**
35
35
  * @vue/shared v3.5.13
36
36
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
37
37
  * @license MIT
38
- **/process.env.NODE_ENV!=="production"&&Object.freeze({});process.env.NODE_ENV!=="production"&&Object.freeze([]);let Wp;const Z7=()=>Wp||(Wp=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});Symbol(process.env.NODE_ENV!=="production"?"Object iterate":"");Symbol(process.env.NODE_ENV!=="production"?"Map keys iterate":"");Symbol(process.env.NODE_ENV!=="production"?"Array iterate":"");{const e=Z7(),r=(n,a)=>{let i;return(i=e[n])||(i=e[n]=[]),i.push(a),s=>{i.length>1?i.forEach(c=>c(s)):i[0](s)}};r("__VUE_INSTANCE_SETTERS__",n=>n),r("__VUE_SSR_SETTERS__",n=>n)}process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;t.initDirectivesForSSR();var bu=function(e,r){return bu=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(n[i]=a[i])},bu(e,r)};function M1(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");bu(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}var Sa=function(){return Sa=Object.assign||function(e){for(var r,n=1,a=arguments.length;n<a;n++){r=arguments[n];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},Sa.apply(this,arguments)};function td(e,r,n,a){function i(s){return s instanceof n?s:new n(function(c){c(s)})}return new(n||(n=Promise))(function(s,c){function d(h){try{p(a.next(h))}catch(v){c(v)}}function f(h){try{p(a.throw(h))}catch(v){c(v)}}function p(h){h.done?s(h.value):i(h.value).then(d,f)}p((a=a.apply(e,r||[])).next())})}function nd(e,r){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},a,i,s,c;return c={next:d(0),throw:d(1),return:d(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function d(p){return function(h){return f([p,h])}}function f(p){if(a)throw new TypeError("Generator is already executing.");for(;c&&(c=0,p[0]&&(n=0)),n;)try{if(a=1,i&&(s=p[0]&2?i.return:p[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,p[1])).done)return s;switch(i=0,s&&(p=[p[0]&2,s.value]),p[0]){case 0:case 1:s=p;break;case 4:return n.label++,{value:p[1],done:!1};case 5:n.label++,i=p[1],p=[0];continue;case 7:p=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(p[0]===6||p[0]===2)){n=0;continue}if(p[0]===3&&(!s||p[1]>s[0]&&p[1]<s[3])){n.label=p[1];break}if(p[0]===6&&n.label<s[1]){n.label=s[1],s=p;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(p);break}s[2]&&n.ops.pop(),n.trys.pop();continue}p=r.call(e,n)}catch(h){p=[6,h],i=0}finally{a=s=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}}function A1(e,r,n){for(var a=0,i=r.length,s;a<i;a++)(s||!(a in r))&&(s||(s=Array.prototype.slice.call(r,0,a)),s[a]=r[a]);return e.concat(s||Array.prototype.slice.call(r))}var jp=function(){function e(){this.installedPlugins=[]}return e.prototype.install=function(r,n){typeof r!="function"&&(console.error("plugin.install must receive a function"),r=function(){return{}}),this.installedPlugins.push({handler:r,options:n})},e.prototype.extend=function(r){var n=function(s){var c=s.handler,d=s.options;return c(r,d)},a=function(s){var c=s[0],d=s[1];r[c]=typeof d=="function"?d.bind(r):d},i=function(s){s=typeof s=="object"?s:{},Object.entries(s).forEach(a)};this.installedPlugins.map(n).forEach(i)},e.prototype.reset=function(){this.installedPlugins=[]},e}(),D1={global:{stubs:{transition:!0,"transition-group":!0},provide:{},components:{},config:{},directives:{},mixins:[],mocks:{},plugins:[],renderStubDefaultSlot:!1},plugins:{VueWrapper:new jp,DOMWrapper:new jp}},Oi=function(e){return!!e&&typeof e=="object"};function J7(e){if(e instanceof Object){var r=e.constructor&&e.constructor.toString().substring(0,5)==="class";if(!("prototype"in e))return r;var n=e.prototype,a=n.constructor&&n.constructor.toString&&n.constructor.toString().substring(0,5)==="class";return r||a}}var P1=function(e,r){var n;return!Oi(e)||!Oi(r)?r:(Object.keys(r).concat(J7(r)?Object.getOwnPropertyNames((n=Object.getPrototypeOf(r))!==null&&n!==void 0?n:{}):Object.getOwnPropertyNames(r)).forEach(function(a){var i=e[a],s=r[a];Array.isArray(i)&&Array.isArray(s)||s instanceof Date?e[a]=s:Oi(i)&&Oi(s)?e[a]=P1(Object.assign({},i),s):e[a]=s}),e)};function ek(e){return typeof e=="function"&&"__vccOpts"in e}function tk(e){return!!(e&&(typeof e=="object"||typeof e=="function"))}function nk(e){return typeof e=="function"&&!ek(e)}function rk(e){return!!(e&&typeof e=="object")}function ak(e){var r,n;return e.nodeType!==Node.COMMENT_NODE&&(n=(r=e.textContent)===null||r===void 0?void 0:r.trim())!==null&&n!==void 0?n:""}function ok(e,r){return e.hasOwnProperty(r)}function ik(e){return!!e}function lk(e){return typeof e=="object"&&"ref"in e}function sk(e){return e&&e.$.devtoolsRawSetupState}var uk=["stop","prevent","self","exact","prevent","capture"],dk=["ctrl","shift","alt","meta"],ck=["left","middle","right"],fk={backspace:8,tab:9,enter:13,esc:27,space:32,pageup:33,pagedown:34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46},I1={abort:{eventInterface:"Event",bubbles:!1,cancelable:!1},afterprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},animationend:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationiteration:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationstart:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},appinstalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},audioprocess:{eventInterface:"AudioProcessingEvent",bubbles:!1,cancelable:!1},audioend:{eventInterface:"Event",bubbles:!1,cancelable:!1},audiostart:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeunload:{eventInterface:"BeforeUnloadEvent",bubbles:!1,cancelable:!0},beginEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},blur:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},boundary:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},cached:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplay:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplaythrough:{eventInterface:"Event",bubbles:!1,cancelable:!1},change:{eventInterface:"Event",bubbles:!0,cancelable:!1},chargingchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},chargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},checking:{eventInterface:"Event",bubbles:!1,cancelable:!1},click:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},close:{eventInterface:"Event",bubbles:!1,cancelable:!1},complete:{eventInterface:"OfflineAudioCompletionEvent",bubbles:!1,cancelable:!1},compositionend:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionstart:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionupdate:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!1},contextmenu:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},copy:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},cut:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},dblclick:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},devicechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},devicelight:{eventInterface:"DeviceLightEvent",bubbles:!1,cancelable:!1},devicemotion:{eventInterface:"DeviceMotionEvent",bubbles:!1,cancelable:!1},deviceorientation:{eventInterface:"DeviceOrientationEvent",bubbles:!1,cancelable:!1},deviceproximity:{eventInterface:"DeviceProximityEvent",bubbles:!1,cancelable:!1},dischargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},DOMActivate:{eventInterface:"UIEvent",bubbles:!0,cancelable:!0},DOMAttributeNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMAttrModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMCharacterDataModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMContentLoaded:{eventInterface:"Event",bubbles:!0,cancelable:!0},DOMElementNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMFocusIn:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMFocusOut:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMNodeInserted:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeInsertedIntoDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemoved:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemovedFromDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMSubtreeModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!1},downloading:{eventInterface:"Event",bubbles:!1,cancelable:!1},drag:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragend:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragenter:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragleave:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragover:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragstart:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},drop:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},durationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},emptied:{eventInterface:"Event",bubbles:!1,cancelable:!1},end:{eventInterface:"Event",bubbles:!1,cancelable:!1},ended:{eventInterface:"Event",bubbles:!1,cancelable:!1},endEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},error:{eventInterface:"Event",bubbles:!1,cancelable:!1},focus:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},focusin:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},focusout:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},fullscreenchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},fullscreenerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},gamepadconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gamepaddisconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gotpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},hashchange:{eventInterface:"HashChangeEvent",bubbles:!0,cancelable:!1},lostpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},input:{eventInterface:"Event",bubbles:!0,cancelable:!1},invalid:{eventInterface:"Event",cancelable:!0,bubbles:!1},keydown:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keypress:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keyup:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},languagechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},levelchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},load:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},loadeddata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadedmetadata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadend:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},loadstart:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},mark:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},message:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},messageerror:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},mousedown:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseenter:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mouseleave:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mousemove:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseout:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseover:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseup:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},nomatch:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},notificationclick:{eventInterface:"NotificationEvent",bubbles:!1,cancelable:!1},noupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},obsolete:{eventInterface:"Event",bubbles:!1,cancelable:!1},offline:{eventInterface:"Event",bubbles:!1,cancelable:!1},online:{eventInterface:"Event",bubbles:!1,cancelable:!1},open:{eventInterface:"Event",bubbles:!1,cancelable:!1},orientationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},pagehide:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},pageshow:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},paste:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},pause:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},pointercancel:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!1},pointerdown:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerenter:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerleave:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerlockchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointerlockerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointermove:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerout:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerover:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerup:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},play:{eventInterface:"Event",bubbles:!1,cancelable:!1},playing:{eventInterface:"Event",bubbles:!1,cancelable:!1},popstate:{eventInterface:"PopStateEvent",bubbles:!0,cancelable:!1},progress:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},push:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},pushsubscriptionchange:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},ratechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},readystatechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},repeatEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},reset:{eventInterface:"Event",bubbles:!0,cancelable:!0},resize:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},resourcetimingbufferfull:{eventInterface:"Performance",bubbles:!0,cancelable:!0},result:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},resume:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},scroll:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},seeked:{eventInterface:"Event",bubbles:!1,cancelable:!1},seeking:{eventInterface:"Event",bubbles:!1,cancelable:!1},select:{eventInterface:"UIEvent",bubbles:!0,cancelable:!1},selectstart:{eventInterface:"Event",bubbles:!0,cancelable:!0},selectionchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},show:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},slotchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},soundend:{eventInterface:"Event",bubbles:!1,cancelable:!1},soundstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechend:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},stalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},start:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},storage:{eventInterface:"StorageEvent",bubbles:!1,cancelable:!1},submit:{eventInterface:"Event",bubbles:!0,cancelable:!0},success:{eventInterface:"Event",bubbles:!1,cancelable:!1},suspend:{eventInterface:"Event",bubbles:!1,cancelable:!1},SVGAbort:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGError:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGLoad:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGResize:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGScroll:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGUnload:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGZoom:{eventInterface:"SVGZoomEvent",bubbles:!0,cancelable:!1},timeout:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},timeupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},touchcancel:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!1},touchend:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchmove:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchstart:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},transitionend:{eventInterface:"TransitionEvent",bubbles:!0,cancelable:!0},unload:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},updateready:{eventInterface:"Event",bubbles:!1,cancelable:!1},userproximity:{eventInterface:"UserProximityEvent",bubbles:!1,cancelable:!1},voiceschanged:{eventInterface:"Event",bubbles:!1,cancelable:!1},visibilitychange:{eventInterface:"Event",bubbles:!0,cancelable:!1},volumechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},waiting:{eventInterface:"Event",bubbles:!1,cancelable:!1},wheel:{eventInterface:"WheelEvent",bubbles:!0,cancelable:!0}};function pk(e,r){for(var n=[],a=[],i=0;i<e.length;i++){var s=e[i];uk.includes(s)||(dk.includes(s)||ck.includes(s)&&r?a.push(s):n.push(s))}return{keyModifiers:n,systemModifiers:a}}function hk(e){var r=e.modifiers,n=e.options,a=n===void 0?{}:n,i=e.eventType,s=i==="click",c=pk(r,s),d=c.keyModifiers,f=c.systemModifiers;s&&(f.includes("right")?(i="contextmenu",a.button=2):f.includes("middle")&&(i="mouseup",a.button=1));var p=I1[i]||{eventInterface:"Event",cancelable:!0,bubbles:!0},h=f.reduce(function(w,C){return w["".concat(C,"Key")]=!0,w},{}),v=fk[d[0]]||a&&(a.keyCode||a.code),b=Sa(Sa(Sa(Sa({},h),a),{bubbles:p.bubbles,cancelable:p.cancelable,keyCode:v,code:v}),d[0]?{key:d[0]}:{});return{eventProperties:b,meta:p,eventType:i}}function mk(e){var r=hk(e),n=r.eventProperties,a=r.meta,i=r.eventType,s=a.eventInterface,c=window[s],d=typeof c=="function"?c:window.Event;return new d(i,n)}function _k(e,r){var n=e.split("."),a=n[0],i=n.slice(1),s={eventType:a,modifiers:i,options:r},c=mk(s),d=Object.getPrototypeOf(c);return r&&Object.keys(r).forEach(function(f){var p=Object.getOwnPropertyDescriptor(d,f),h=!(p&&p.set===void 0);h&&(c[f]=r[f])}),c}var vk=new WeakMap;function Yp(e){return vk.get(e)}var R1=function(e){var r=Object.create(null);return function(n){var a=r[n];return a||(r[n]=e(n))}},gk=/-(\w)/g,Gp=R1(function(e){return e.replace(gk,function(r,n){return n?n.toUpperCase():""})}),qp=R1(function(e){return e.charAt(0).toUpperCase()+e.slice(1)});function Kp(e,r){var n=Gp(e),a=qp(n);return!!r&&(r===e||r===n||r===a||qp(Gp(r))===a)}function yk(e){var r,n;return(n=(r=j3.compatUtils)===null||r===void 0?void 0:r.isCompatEnabled(e))!==null&&n!==void 0?n:!1}function L1(e){return!yk("GLOBAL_EXTEND")||typeof e!="function"?!1:ok(e,"super")&&e.super.extend({}).super===e.super}function z1(e){return L1(e)?e.options:e}var F1=function(e,r){return Object.keys((e==null?void 0:e.setupState)||{}).find(function(n){var a;return((a=Object.getOwnPropertyDescriptor(e.setupState,n))===null||a===void 0?void 0:a.value)===r})},bk=function(e,r){if(!e||!e.parent)return null;var n=e.type.components;for(var a in n)if(n[a]===r)return a;return F1(e.parent,r)||null},$k=function(e,r){return rk(r)?F1(e,r)||r.name||r.__name||"":L1(r)?z1(r).name||"":nk(r)?r.displayName||r.name:""};function H1(e,r){var n,a,i,s=z1(r);if(!e.component)return!1;var c=e.type;if(!tk(c))return!1;if(typeof s=="string")return(a=(n=e.el)===null||n===void 0?void 0:n.matches)===null||a===void 0?void 0:a.call(n,s);var d=[c,Yp(c)].filter(Boolean),f=(i=Yp(s))!==null&&i!==void 0?i:s;if(d.includes(f))return!0;var p;p=$k(e.component,c);var h=s.name;if(p&&h)return Kp(h,p);if(p=bk(e.component,c)||void 0,e.component.parent){var v=e.component.parent.type.components;for(var b in v)!h&&v[b]===s&&(h=b),!p&&v[b]===c&&(p=b)}return h&&p?Kp(h,p):!1}function wk(e){return!!e&&typeof e=="object"}function Hi(e,r){if(r&&Array.isArray(r)){var n=A1([],r).reverse().filter(wk);n.forEach(function(a){Array.isArray(a)?Hi(e,a):e.unshift(a)})}}function kk(e,r){for(var n=[],a=[e];a.length;){var i=a.shift();if(Hi(a,i.children),i.component&&Hi(a,[i.component.subTree]),i.suspense){var s=i.suspense.activeBranch;Hi(a,[s])}H1(i,r)&&!n.includes(i)&&n.push(i)}return n}function xk(e,r){var n=kk(e,r);return typeof r=="string"&&(n=n.filter(function(a){var i;return((i=a.component.parent)===null||i===void 0?void 0:i.vnode.el)!==a.el})),n.map(function(a){return a.component})}function kr(e){return new Proxy(Object.create(null),{get:function(r,n){switch(n){case"then":return;case"exists":return function(){return!1};default:throw new Error("Cannot call ".concat(String(n)," on an empty ").concat(e,"."))}}})}/*!
38
+ **/process.env.NODE_ENV!=="production"&&Object.freeze({});process.env.NODE_ENV!=="production"&&Object.freeze([]);let Wp;const Jk=()=>Wp||(Wp=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});Symbol(process.env.NODE_ENV!=="production"?"Object iterate":"");Symbol(process.env.NODE_ENV!=="production"?"Map keys iterate":"");Symbol(process.env.NODE_ENV!=="production"?"Array iterate":"");{const e=Jk(),r=(n,a)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(a),s=>{o.length>1?o.forEach(c=>c(s)):o[0](s)}};r("__VUE_INSTANCE_SETTERS__",n=>n),r("__VUE_SSR_SETTERS__",n=>n)}process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;t.initDirectivesForSSR();var _u=function(e,r){return _u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,a){n.__proto__=a}||function(n,a){for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(n[o]=a[o])},_u(e,r)};function Th(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");_u(e,r);function n(){this.constructor=e}e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}var Sa=function(){return Sa=Object.assign||function(e){for(var r,n=1,a=arguments.length;n<a;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},Sa.apply(this,arguments)};function td(e,r,n,a){function o(s){return s instanceof n?s:new n(function(c){c(s)})}return new(n||(n=Promise))(function(s,c){function d(h){try{p(a.next(h))}catch(g){c(g)}}function f(h){try{p(a.throw(h))}catch(g){c(g)}}function p(h){h.done?s(h.value):o(h.value).then(d,f)}p((a=a.apply(e,r||[])).next())})}function nd(e,r){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},a,o,s,c;return c={next:d(0),throw:d(1),return:d(2)},typeof Symbol=="function"&&(c[Symbol.iterator]=function(){return this}),c;function d(p){return function(h){return f([p,h])}}function f(p){if(a)throw new TypeError("Generator is already executing.");for(;c&&(c=0,p[0]&&(n=0)),n;)try{if(a=1,o&&(s=p[0]&2?o.return:p[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,p[1])).done)return s;switch(o=0,s&&(p=[p[0]&2,s.value]),p[0]){case 0:case 1:s=p;break;case 4:return n.label++,{value:p[1],done:!1};case 5:n.label++,o=p[1],p=[0];continue;case 7:p=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(p[0]===6||p[0]===2)){n=0;continue}if(p[0]===3&&(!s||p[1]>s[0]&&p[1]<s[3])){n.label=p[1];break}if(p[0]===6&&n.label<s[1]){n.label=s[1],s=p;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(p);break}s[2]&&n.ops.pop(),n.trys.pop();continue}p=r.call(e,n)}catch(h){p=[6,h],o=0}finally{a=s=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}}function Mh(e,r,n){for(var a=0,o=r.length,s;a<o;a++)(s||!(a in r))&&(s||(s=Array.prototype.slice.call(r,0,a)),s[a]=r[a]);return e.concat(s||Array.prototype.slice.call(r))}var jp=function(){function e(){this.installedPlugins=[]}return e.prototype.install=function(r,n){typeof r!="function"&&(console.error("plugin.install must receive a function"),r=function(){return{}}),this.installedPlugins.push({handler:r,options:n})},e.prototype.extend=function(r){var n=function(s){var c=s.handler,d=s.options;return c(r,d)},a=function(s){var c=s[0],d=s[1];r[c]=typeof d=="function"?d.bind(r):d},o=function(s){s=typeof s=="object"?s:{},Object.entries(s).forEach(a)};this.installedPlugins.map(n).forEach(o)},e.prototype.reset=function(){this.installedPlugins=[]},e}(),Dh={global:{stubs:{transition:!0,"transition-group":!0},provide:{},components:{},config:{},directives:{},mixins:[],mocks:{},plugins:[],renderStubDefaultSlot:!1},plugins:{VueWrapper:new jp,DOMWrapper:new jp}},Bo=function(e){return!!e&&typeof e=="object"};function Zk(e){if(e instanceof Object){var r=e.constructor&&e.constructor.toString().substring(0,5)==="class";if(!("prototype"in e))return r;var n=e.prototype,a=n.constructor&&n.constructor.toString&&n.constructor.toString().substring(0,5)==="class";return r||a}}var Rh=function(e,r){var n;return!Bo(e)||!Bo(r)?r:(Object.keys(r).concat(Zk(r)?Object.getOwnPropertyNames((n=Object.getPrototypeOf(r))!==null&&n!==void 0?n:{}):Object.getOwnPropertyNames(r)).forEach(function(a){var o=e[a],s=r[a];Array.isArray(o)&&Array.isArray(s)||s instanceof Date?e[a]=s:Bo(o)&&Bo(s)?e[a]=Rh(Object.assign({},o),s):e[a]=s}),e)};function ex(e){return typeof e=="function"&&"__vccOpts"in e}function tx(e){return!!(e&&(typeof e=="object"||typeof e=="function"))}function nx(e){return typeof e=="function"&&!ex(e)}function rx(e){return!!(e&&typeof e=="object")}function ax(e){var r,n;return e.nodeType!==Node.COMMENT_NODE&&(n=(r=e.textContent)===null||r===void 0?void 0:r.trim())!==null&&n!==void 0?n:""}function ix(e,r){return e.hasOwnProperty(r)}function ox(e){return!!e}function lx(e){return typeof e=="object"&&"ref"in e}function sx(e){return e&&e.$.devtoolsRawSetupState}var ux=["stop","prevent","self","exact","prevent","capture"],dx=["ctrl","shift","alt","meta"],cx=["left","middle","right"],fx={backspace:8,tab:9,enter:13,esc:27,space:32,pageup:33,pagedown:34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46},Ah={abort:{eventInterface:"Event",bubbles:!1,cancelable:!1},afterprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},animationend:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationiteration:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},animationstart:{eventInterface:"AnimationEvent",bubbles:!0,cancelable:!1},appinstalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},audioprocess:{eventInterface:"AudioProcessingEvent",bubbles:!1,cancelable:!1},audioend:{eventInterface:"Event",bubbles:!1,cancelable:!1},audiostart:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeprint:{eventInterface:"Event",bubbles:!1,cancelable:!1},beforeunload:{eventInterface:"BeforeUnloadEvent",bubbles:!1,cancelable:!0},beginEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},blur:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},boundary:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},cached:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplay:{eventInterface:"Event",bubbles:!1,cancelable:!1},canplaythrough:{eventInterface:"Event",bubbles:!1,cancelable:!1},change:{eventInterface:"Event",bubbles:!0,cancelable:!1},chargingchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},chargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},checking:{eventInterface:"Event",bubbles:!1,cancelable:!1},click:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},close:{eventInterface:"Event",bubbles:!1,cancelable:!1},complete:{eventInterface:"OfflineAudioCompletionEvent",bubbles:!1,cancelable:!1},compositionend:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionstart:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!0},compositionupdate:{eventInterface:"CompositionEvent",bubbles:!0,cancelable:!1},contextmenu:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},copy:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},cut:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},dblclick:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},devicechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},devicelight:{eventInterface:"DeviceLightEvent",bubbles:!1,cancelable:!1},devicemotion:{eventInterface:"DeviceMotionEvent",bubbles:!1,cancelable:!1},deviceorientation:{eventInterface:"DeviceOrientationEvent",bubbles:!1,cancelable:!1},deviceproximity:{eventInterface:"DeviceProximityEvent",bubbles:!1,cancelable:!1},dischargingtimechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},DOMActivate:{eventInterface:"UIEvent",bubbles:!0,cancelable:!0},DOMAttributeNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMAttrModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMCharacterDataModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMContentLoaded:{eventInterface:"Event",bubbles:!0,cancelable:!0},DOMElementNameChanged:{eventInterface:"MutationNameEvent",bubbles:!0,cancelable:!0},DOMFocusIn:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMFocusOut:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!0},DOMNodeInserted:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeInsertedIntoDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemoved:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMNodeRemovedFromDocument:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!0},DOMSubtreeModified:{eventInterface:"MutationEvent",bubbles:!0,cancelable:!1},downloading:{eventInterface:"Event",bubbles:!1,cancelable:!1},drag:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragend:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragenter:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragleave:{eventInterface:"DragEvent",bubbles:!0,cancelable:!1},dragover:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},dragstart:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},drop:{eventInterface:"DragEvent",bubbles:!0,cancelable:!0},durationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},emptied:{eventInterface:"Event",bubbles:!1,cancelable:!1},end:{eventInterface:"Event",bubbles:!1,cancelable:!1},ended:{eventInterface:"Event",bubbles:!1,cancelable:!1},endEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},error:{eventInterface:"Event",bubbles:!1,cancelable:!1},focus:{eventInterface:"FocusEvent",bubbles:!1,cancelable:!1},focusin:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},focusout:{eventInterface:"FocusEvent",bubbles:!0,cancelable:!1},fullscreenchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},fullscreenerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},gamepadconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gamepaddisconnected:{eventInterface:"GamepadEvent",bubbles:!1,cancelable:!1},gotpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},hashchange:{eventInterface:"HashChangeEvent",bubbles:!0,cancelable:!1},lostpointercapture:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},input:{eventInterface:"Event",bubbles:!0,cancelable:!1},invalid:{eventInterface:"Event",cancelable:!0,bubbles:!1},keydown:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keypress:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},keyup:{eventInterface:"KeyboardEvent",bubbles:!0,cancelable:!0},languagechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},levelchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},load:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},loadeddata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadedmetadata:{eventInterface:"Event",bubbles:!1,cancelable:!1},loadend:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},loadstart:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},mark:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},message:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},messageerror:{eventInterface:"MessageEvent",bubbles:!1,cancelable:!1},mousedown:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseenter:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mouseleave:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},mousemove:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseout:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseover:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},mouseup:{eventInterface:"MouseEvent",bubbles:!0,cancelable:!0},nomatch:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},notificationclick:{eventInterface:"NotificationEvent",bubbles:!1,cancelable:!1},noupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},obsolete:{eventInterface:"Event",bubbles:!1,cancelable:!1},offline:{eventInterface:"Event",bubbles:!1,cancelable:!1},online:{eventInterface:"Event",bubbles:!1,cancelable:!1},open:{eventInterface:"Event",bubbles:!1,cancelable:!1},orientationchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},pagehide:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},pageshow:{eventInterface:"PageTransitionEvent",bubbles:!1,cancelable:!1},paste:{eventInterface:"ClipboardEvent",bubbles:!0,cancelable:!0},pause:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},pointercancel:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!1},pointerdown:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerenter:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerleave:{eventInterface:"PointerEvent",bubbles:!1,cancelable:!1},pointerlockchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointerlockerror:{eventInterface:"Event",bubbles:!0,cancelable:!1},pointermove:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerout:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerover:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},pointerup:{eventInterface:"PointerEvent",bubbles:!0,cancelable:!0},play:{eventInterface:"Event",bubbles:!1,cancelable:!1},playing:{eventInterface:"Event",bubbles:!1,cancelable:!1},popstate:{eventInterface:"PopStateEvent",bubbles:!0,cancelable:!1},progress:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},push:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},pushsubscriptionchange:{eventInterface:"PushEvent",bubbles:!1,cancelable:!1},ratechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},readystatechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},repeatEvent:{eventInterface:"TimeEvent",bubbles:!1,cancelable:!1},reset:{eventInterface:"Event",bubbles:!0,cancelable:!0},resize:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},resourcetimingbufferfull:{eventInterface:"Performance",bubbles:!0,cancelable:!0},result:{eventInterface:"SpeechRecognitionEvent",bubbles:!1,cancelable:!1},resume:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},scroll:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},seeked:{eventInterface:"Event",bubbles:!1,cancelable:!1},seeking:{eventInterface:"Event",bubbles:!1,cancelable:!1},select:{eventInterface:"UIEvent",bubbles:!0,cancelable:!1},selectstart:{eventInterface:"Event",bubbles:!0,cancelable:!0},selectionchange:{eventInterface:"Event",bubbles:!1,cancelable:!1},show:{eventInterface:"MouseEvent",bubbles:!1,cancelable:!1},slotchange:{eventInterface:"Event",bubbles:!0,cancelable:!1},soundend:{eventInterface:"Event",bubbles:!1,cancelable:!1},soundstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechend:{eventInterface:"Event",bubbles:!1,cancelable:!1},speechstart:{eventInterface:"Event",bubbles:!1,cancelable:!1},stalled:{eventInterface:"Event",bubbles:!1,cancelable:!1},start:{eventInterface:"SpeechSynthesisEvent",bubbles:!1,cancelable:!1},storage:{eventInterface:"StorageEvent",bubbles:!1,cancelable:!1},submit:{eventInterface:"Event",bubbles:!0,cancelable:!0},success:{eventInterface:"Event",bubbles:!1,cancelable:!1},suspend:{eventInterface:"Event",bubbles:!1,cancelable:!1},SVGAbort:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGError:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGLoad:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGResize:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGScroll:{eventInterface:"SVGEvent",bubbles:!0,cancelable:!1},SVGUnload:{eventInterface:"SVGEvent",bubbles:!1,cancelable:!1},SVGZoom:{eventInterface:"SVGZoomEvent",bubbles:!0,cancelable:!1},timeout:{eventInterface:"ProgressEvent",bubbles:!1,cancelable:!1},timeupdate:{eventInterface:"Event",bubbles:!1,cancelable:!1},touchcancel:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!1},touchend:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchmove:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},touchstart:{eventInterface:"TouchEvent",bubbles:!0,cancelable:!0},transitionend:{eventInterface:"TransitionEvent",bubbles:!0,cancelable:!0},unload:{eventInterface:"UIEvent",bubbles:!1,cancelable:!1},updateready:{eventInterface:"Event",bubbles:!1,cancelable:!1},userproximity:{eventInterface:"UserProximityEvent",bubbles:!1,cancelable:!1},voiceschanged:{eventInterface:"Event",bubbles:!1,cancelable:!1},visibilitychange:{eventInterface:"Event",bubbles:!0,cancelable:!1},volumechange:{eventInterface:"Event",bubbles:!1,cancelable:!1},waiting:{eventInterface:"Event",bubbles:!1,cancelable:!1},wheel:{eventInterface:"WheelEvent",bubbles:!0,cancelable:!0}};function px(e,r){for(var n=[],a=[],o=0;o<e.length;o++){var s=e[o];ux.includes(s)||(dx.includes(s)||cx.includes(s)&&r?a.push(s):n.push(s))}return{keyModifiers:n,systemModifiers:a}}function hx(e){var r=e.modifiers,n=e.options,a=n===void 0?{}:n,o=e.eventType,s=o==="click",c=px(r,s),d=c.keyModifiers,f=c.systemModifiers;s&&(f.includes("right")?(o="contextmenu",a.button=2):f.includes("middle")&&(o="mouseup",a.button=1));var p=Ah[o]||{eventInterface:"Event",cancelable:!0,bubbles:!0},h=f.reduce(function(k,$){return k["".concat($,"Key")]=!0,k},{}),g=fx[d[0]]||a&&(a.keyCode||a.code),_=Sa(Sa(Sa(Sa({},h),a),{bubbles:p.bubbles,cancelable:p.cancelable,keyCode:g,code:g}),d[0]?{key:d[0]}:{});return{eventProperties:_,meta:p,eventType:o}}function mx(e){var r=hx(e),n=r.eventProperties,a=r.meta,o=r.eventType,s=a.eventInterface,c=window[s],d=typeof c=="function"?c:window.Event;return new d(o,n)}function vx(e,r){var n=e.split("."),a=n[0],o=n.slice(1),s={eventType:a,modifiers:o,options:r},c=mx(s),d=Object.getPrototypeOf(c);return r&&Object.keys(r).forEach(function(f){var p=Object.getOwnPropertyDescriptor(d,f),h=!(p&&p.set===void 0);h&&(c[f]=r[f])}),c}var gx=new WeakMap;function Yp(e){return gx.get(e)}var Ph=function(e){var r=Object.create(null);return function(n){var a=r[n];return a||(r[n]=e(n))}},yx=/-(\w)/g,Kp=Ph(function(e){return e.replace(yx,function(r,n){return n?n.toUpperCase():""})}),Gp=Ph(function(e){return e.charAt(0).toUpperCase()+e.slice(1)});function Xp(e,r){var n=Kp(e),a=Gp(n);return!!r&&(r===e||r===n||r===a||Gp(Kp(r))===a)}function bx(e){var r,n;return(n=(r=jb.compatUtils)===null||r===void 0?void 0:r.isCompatEnabled(e))!==null&&n!==void 0?n:!1}function Lh(e){return!bx("GLOBAL_EXTEND")||typeof e!="function"?!1:ix(e,"super")&&e.super.extend({}).super===e.super}function Fh(e){return Lh(e)?e.options:e}var Hh=function(e,r){return Object.keys((e==null?void 0:e.setupState)||{}).find(function(n){var a;return((a=Object.getOwnPropertyDescriptor(e.setupState,n))===null||a===void 0?void 0:a.value)===r})},_x=function(e,r){if(!e||!e.parent)return null;var n=e.type.components;for(var a in n)if(n[a]===r)return a;return Hh(e.parent,r)||null},wx=function(e,r){return rx(r)?Hh(e,r)||r.name||r.__name||"":Lh(r)?Fh(r).name||"":nx(r)?r.displayName||r.name:""};function Uh(e,r){var n,a,o,s=Fh(r);if(!e.component)return!1;var c=e.type;if(!tx(c))return!1;if(typeof s=="string")return(a=(n=e.el)===null||n===void 0?void 0:n.matches)===null||a===void 0?void 0:a.call(n,s);var d=[c,Yp(c)].filter(Boolean),f=(o=Yp(s))!==null&&o!==void 0?o:s;if(d.includes(f))return!0;var p;p=wx(e.component,c);var h=s.name;if(p&&h)return Xp(h,p);if(p=_x(e.component,c)||void 0,e.component.parent){var g=e.component.parent.type.components;for(var _ in g)!h&&g[_]===s&&(h=_),!p&&g[_]===c&&(p=_)}return h&&p?Xp(h,p):!1}function kx(e){return!!e&&typeof e=="object"}function Uo(e,r){if(r&&Array.isArray(r)){var n=Mh([],r).reverse().filter(kx);n.forEach(function(a){Array.isArray(a)?Uo(e,a):e.unshift(a)})}}function xx(e,r){for(var n=[],a=[e];a.length;){var o=a.shift();if(Uo(a,o.children),o.component&&Uo(a,[o.component.subTree]),o.suspense){var s=o.suspense.activeBranch;Uo(a,[s])}Uh(o,r)&&!n.includes(o)&&n.push(o)}return n}function Ex(e,r){var n=xx(e,r);return typeof r=="string"&&(n=n.filter(function(a){var o;return((o=a.component.parent)===null||o===void 0?void 0:o.vnode.el)!==a.el})),n.map(function(a){return a.component})}function xr(e){return new Proxy(Object.create(null),{get:function(r,n){switch(n){case"then":return;case"exists":return function(){return!1};default:throw new Error("Cannot call ".concat(String(n)," on an empty ").concat(e,"."))}}})}/*!
39
39
  * isElementVisible
40
40
  * Adapted from https://github.com/testing-library/jest-dom
41
41
  * Licensed under the MIT License.
42
- */function Ek(e){if(!(e instanceof HTMLElement)&&!(e instanceof SVGElement))return!1;var r=getComputedStyle(e),n=r.display,a=r.visibility,i=r.opacity;return n!=="none"&&a!=="hidden"&&a!=="collapse"&&i!=="0"}function Ck(e){return!e.hasAttribute("hidden")&&(e.nodeName==="DETAILS"?e.hasAttribute("open"):!0)}function U1(e){return e.nodeName!=="#comment"&&Ek(e)&&Ck(e)&&(!e.parentElement||U1(e.parentElement))}function po(e){return e instanceof Element}var Ra;(function(e){e[e.DOMWrapper=0]="DOMWrapper",e[e.VueWrapper=1]="VueWrapper"})(Ra||(Ra={}));var rd={};function W1(e,r){rd[e]=r}var Oo=function(e){return rd[Ra.DOMWrapper](e)},Bs=function(e,r,n){return rd[Ra.VueWrapper](e,r,n)};function Sk(e){return e instanceof Element?e.outerHTML:new XMLSerializer().serializeToString(e)}function Ok(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var j1={exports:{}},ho={},Vi={exports:{}},Ns={},Ts={},Xp;function ad(){if(Xp)return Ts;Xp=1;function e(a){this.__parent=a,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}e.prototype.clone_empty=function(){var a=new e(this.__parent);return a.set_indent(this.__indent_count,this.__alignment_count),a},e.prototype.item=function(a){return a<0?this.__items[this.__items.length+a]:this.__items[a]},e.prototype.has_match=function(a){for(var i=this.__items.length-1;i>=0;i--)if(this.__items[i].match(a))return!0;return!1},e.prototype.set_indent=function(a,i){this.is_empty()&&(this.__indent_count=a||0,this.__alignment_count=i||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},e.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},e.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},e.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var a=this.__parent.current_line;return a.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),a.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),a.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,a.__items[0]===" "&&(a.__items.splice(0,1),a.__character_count-=1),!0}return!1},e.prototype.is_empty=function(){return this.__items.length===0},e.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},e.prototype.push=function(a){this.__items.push(a);var i=a.lastIndexOf(`
43
- `);i!==-1?this.__character_count=a.length-i:this.__character_count+=a.length},e.prototype.pop=function(){var a=null;return this.is_empty()||(a=this.__items.pop(),this.__character_count-=a.length),a},e.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},e.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},e.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},e.prototype.toString=function(){var a="";return this.is_empty()?this.__parent.indent_empty_lines&&(a=this.__parent.get_indent_string(this.__indent_count)):(a=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),a+=this.__items.join("")),a};function r(a,i){this.__cache=[""],this.__indent_size=a.indent_size,this.__indent_string=a.indent_char,a.indent_with_tabs||(this.__indent_string=new Array(a.indent_size+1).join(a.indent_char)),i=i||"",a.indent_level>0&&(i=new Array(a.indent_level+1).join(this.__indent_string)),this.__base_string=i,this.__base_string_length=i.length}r.prototype.get_indent_size=function(a,i){var s=this.__base_string_length;return i=i||0,a<0&&(s=0),s+=a*this.__indent_size,s+=i,s},r.prototype.get_indent_string=function(a,i){var s=this.__base_string;return i=i||0,a<0&&(a=0,s=""),i+=a*this.__indent_size,this.__ensure_cache(i),s+=this.__cache[i],s},r.prototype.__ensure_cache=function(a){for(;a>=this.__cache.length;)this.__add_column()},r.prototype.__add_column=function(){var a=this.__cache.length,i=0,s="";this.__indent_size&&a>=this.__indent_size&&(i=Math.floor(a/this.__indent_size),a-=i*this.__indent_size,s=new Array(i+1).join(this.__indent_string)),a&&(s+=new Array(a+1).join(" ")),this.__cache.push(s)};function n(a,i){this.__indent_cache=new r(a,i),this.raw=!1,this._end_with_newline=a.end_with_newline,this.indent_size=a.indent_size,this.wrap_line_length=a.wrap_line_length,this.indent_empty_lines=a.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new e(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}return n.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},n.prototype.get_line_number=function(){return this.__lines.length},n.prototype.get_indent_string=function(a,i){return this.__indent_cache.get_indent_string(a,i)},n.prototype.get_indent_size=function(a,i){return this.__indent_cache.get_indent_size(a,i)},n.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},n.prototype.add_new_line=function(a){return this.is_empty()||!a&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},n.prototype.get_code=function(a){this.trim(!0);var i=this.current_line.pop();i&&(i[i.length-1]===`
44
- `&&(i=i.replace(/\n+$/g,"")),this.current_line.push(i)),this._end_with_newline&&this.__add_outputline();var s=this.__lines.join(`
42
+ */function Cx(e){if(!(e instanceof HTMLElement)&&!(e instanceof SVGElement))return!1;var r=getComputedStyle(e),n=r.display,a=r.visibility,o=r.opacity;return n!=="none"&&a!=="hidden"&&a!=="collapse"&&o!=="0"}function $x(e){return!e.hasAttribute("hidden")&&(e.nodeName==="DETAILS"?e.hasAttribute("open"):!0)}function zh(e){return e.nodeName!=="#comment"&&Cx(e)&&$x(e)&&(!e.parentElement||zh(e.parentElement))}function fi(e){return e instanceof Element}var Pa;(function(e){e[e.DOMWrapper=0]="DOMWrapper",e[e.VueWrapper=1]="VueWrapper"})(Pa||(Pa={}));var rd={};function Wh(e,r){rd[e]=r}var Si=function(e){return rd[Pa.DOMWrapper](e)},Vs=function(e,r,n){return rd[Pa.VueWrapper](e,r,n)};function Sx(e){return e instanceof Element?e.outerHTML:new XMLSerializer().serializeToString(e)}function Bx(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var jh={exports:{}},pi={},Oo={exports:{}},Is={},Ns={},Qp;function ad(){if(Qp)return Ns;Qp=1;function e(a){this.__parent=a,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]}e.prototype.clone_empty=function(){var a=new e(this.__parent);return a.set_indent(this.__indent_count,this.__alignment_count),a},e.prototype.item=function(a){return a<0?this.__items[this.__items.length+a]:this.__items[a]},e.prototype.has_match=function(a){for(var o=this.__items.length-1;o>=0;o--)if(this.__items[o].match(a))return!0;return!1},e.prototype.set_indent=function(a,o){this.is_empty()&&(this.__indent_count=a||0,this.__alignment_count=o||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count))},e.prototype._set_wrap_point=function(){this.__parent.wrap_line_length&&(this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count)},e.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count},e.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var a=this.__parent.current_line;return a.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),a.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),a.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,a.__items[0]===" "&&(a.__items.splice(0,1),a.__character_count-=1),!0}return!1},e.prototype.is_empty=function(){return this.__items.length===0},e.prototype.last=function(){return this.is_empty()?null:this.__items[this.__items.length-1]},e.prototype.push=function(a){this.__items.push(a);var o=a.lastIndexOf(`
43
+ `);o!==-1?this.__character_count=a.length-o:this.__character_count+=a.length},e.prototype.pop=function(){var a=null;return this.is_empty()||(a=this.__items.pop(),this.__character_count-=a.length),a},e.prototype._remove_indent=function(){this.__indent_count>0&&(this.__indent_count-=1,this.__character_count-=this.__parent.indent_size)},e.prototype._remove_wrap_indent=function(){this.__wrap_point_indent_count>0&&(this.__wrap_point_indent_count-=1)},e.prototype.trim=function(){for(;this.last()===" ";)this.__items.pop(),this.__character_count-=1},e.prototype.toString=function(){var a="";return this.is_empty()?this.__parent.indent_empty_lines&&(a=this.__parent.get_indent_string(this.__indent_count)):(a=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),a+=this.__items.join("")),a};function r(a,o){this.__cache=[""],this.__indent_size=a.indent_size,this.__indent_string=a.indent_char,a.indent_with_tabs||(this.__indent_string=new Array(a.indent_size+1).join(a.indent_char)),o=o||"",a.indent_level>0&&(o=new Array(a.indent_level+1).join(this.__indent_string)),this.__base_string=o,this.__base_string_length=o.length}r.prototype.get_indent_size=function(a,o){var s=this.__base_string_length;return o=o||0,a<0&&(s=0),s+=a*this.__indent_size,s+=o,s},r.prototype.get_indent_string=function(a,o){var s=this.__base_string;return o=o||0,a<0&&(a=0,s=""),o+=a*this.__indent_size,this.__ensure_cache(o),s+=this.__cache[o],s},r.prototype.__ensure_cache=function(a){for(;a>=this.__cache.length;)this.__add_column()},r.prototype.__add_column=function(){var a=this.__cache.length,o=0,s="";this.__indent_size&&a>=this.__indent_size&&(o=Math.floor(a/this.__indent_size),a-=o*this.__indent_size,s=new Array(o+1).join(this.__indent_string)),a&&(s+=new Array(a+1).join(" ")),this.__cache.push(s)};function n(a,o){this.__indent_cache=new r(a,o),this.raw=!1,this._end_with_newline=a.end_with_newline,this.indent_size=a.indent_size,this.wrap_line_length=a.wrap_line_length,this.indent_empty_lines=a.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new e(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()}return n.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)},n.prototype.get_line_number=function(){return this.__lines.length},n.prototype.get_indent_string=function(a,o){return this.__indent_cache.get_indent_string(a,o)},n.prototype.get_indent_size=function(a,o){return this.__indent_cache.get_indent_size(a,o)},n.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()},n.prototype.add_new_line=function(a){return this.is_empty()||!a&&this.just_added_newline()?!1:(this.raw||this.__add_outputline(),!0)},n.prototype.get_code=function(a){this.trim(!0);var o=this.current_line.pop();o&&(o[o.length-1]===`
44
+ `&&(o=o.replace(/\n+$/g,"")),this.current_line.push(o)),this._end_with_newline&&this.__add_outputline();var s=this.__lines.join(`
45
45
  `);return a!==`
46
- `&&(s=s.replace(/[\n]/g,a)),s},n.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},n.prototype.set_indent=function(a,i){return a=a||0,i=i||0,this.next_line.set_indent(a,i),this.__lines.length>1?(this.current_line.set_indent(a,i),!0):(this.current_line.set_indent(),!1)},n.prototype.add_raw_token=function(a){for(var i=0;i<a.newlines;i++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(a.whitespace_before),this.current_line.push(a.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},n.prototype.add_token=function(a){this.__add_space_before_token(),this.current_line.push(a),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},n.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},n.prototype.remove_indent=function(a){for(var i=this.__lines.length;a<i;)this.__lines[a]._remove_indent(),a++;this.current_line._remove_wrap_indent()},n.prototype.trim=function(a){for(a=a===void 0?!1:a,this.current_line.trim();a&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},n.prototype.just_added_newline=function(){return this.current_line.is_empty()},n.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},n.prototype.ensure_empty_line_above=function(a,i){for(var s=this.__lines.length-2;s>=0;){var c=this.__lines[s];if(c.is_empty())break;if(c.item(0).indexOf(a)!==0&&c.item(-1)!==i){this.__lines.splice(s+1,0,new e(this)),this.previous_line=this.__lines[this.__lines.length-2];break}s--}},Ts.Output=n,Ts}var Ms={},Qp;function Y1(){if(Qp)return Ms;Qp=1;function e(r,n,a,i){this.type=r,this.text=n,this.comments_before=null,this.newlines=a||0,this.whitespace_before=i||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}return Ms.Token=e,Ms}var Zp={},Jp;function G1(){return Jp||(Jp=1,function(e){var r="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",n="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",a="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",i="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",s="(?:\\\\u[0-9a-fA-F]{4}|["+r+a+"])",c="(?:\\\\u[0-9a-fA-F]{4}|["+n+a+i+"])*";e.identifier=new RegExp(s+c,"g"),e.identifierStart=new RegExp(s),e.identifierMatch=new RegExp("(?:\\\\u[0-9a-fA-F]{4}|["+n+a+i+"])+"),e.newline=/[\n\r\u2028\u2029]/,e.lineBreak=new RegExp(`\r
47
- |`+e.newline.source),e.allLineBreaks=new RegExp(e.lineBreak.source,"g")}(Zp)),Zp}var As={},mo={},e0;function od(){if(e0)return mo;e0=1;function e(a,i){this.raw_options=r(a,i),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}e.prototype._get_array=function(a,i){var s=this.raw_options[a],c=i||[];return typeof s=="object"?s!==null&&typeof s.concat=="function"&&(c=s.concat()):typeof s=="string"&&(c=s.split(/[^a-zA-Z0-9_\/\-]+/)),c},e.prototype._get_boolean=function(a,i){var s=this.raw_options[a],c=s===void 0?!!i:!!s;return c},e.prototype._get_characters=function(a,i){var s=this.raw_options[a],c=i||"";return typeof s=="string"&&(c=s.replace(/\\r/,"\r").replace(/\\n/,`
48
- `).replace(/\\t/," ")),c},e.prototype._get_number=function(a,i){var s=this.raw_options[a];i=parseInt(i,10),isNaN(i)&&(i=0);var c=parseInt(s,10);return isNaN(c)&&(c=i),c},e.prototype._get_selection=function(a,i,s){var c=this._get_selection_list(a,i,s);if(c.length!==1)throw new Error("Invalid Option Value: The option '"+a+`' can only be one of the following values:
49
- `+i+`
50
- You passed in: '`+this.raw_options[a]+"'");return c[0]},e.prototype._get_selection_list=function(a,i,s){if(!i||i.length===0)throw new Error("Selection list cannot be empty.");if(s=s||[i[0]],!this._is_valid_selection(s,i))throw new Error("Invalid Default Value!");var c=this._get_array(a,s);if(!this._is_valid_selection(c,i))throw new Error("Invalid Option Value: The option '"+a+`' can contain only the following values:
51
- `+i+`
52
- You passed in: '`+this.raw_options[a]+"'");return c},e.prototype._is_valid_selection=function(a,i){return a.length&&i.length&&!a.some(function(s){return i.indexOf(s)===-1})};function r(a,i){var s={};a=n(a);var c;for(c in a)c!==i&&(s[c]=a[c]);if(i&&a[i])for(c in a[i])s[c]=a[i][c];return s}function n(a){var i={},s;for(s in a){var c=s.replace(/-/g,"_");i[c]=a[s]}return i}return mo.Options=e,mo.normalizeOpts=n,mo.mergeOpts=r,mo}var t0;function q1(){if(t0)return As;t0=1;var e=od().Options,r=["before-newline","after-newline","preserve-newline"];function n(a){e.call(this,a,"js");var i=this.raw_options.brace_style||null;i==="expand-strict"?this.raw_options.brace_style="expand":i==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var s=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var c=0;c<s.length;c++)s[c]==="preserve-inline"?this.brace_preserve_inline=!0:this.brace_style=s[c];this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",r),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy&&(this.space_after_anon_function=!0)}return n.prototype=new e,As.Options=n,As}var ka={},Ds={},n0;function id(){if(n0)return Ds;n0=1;var e=RegExp.prototype.hasOwnProperty("sticky");function r(n){this.__input=n||"",this.__input_length=this.__input.length,this.__position=0}return r.prototype.restart=function(){this.__position=0},r.prototype.back=function(){this.__position>0&&(this.__position-=1)},r.prototype.hasNext=function(){return this.__position<this.__input_length},r.prototype.next=function(){var n=null;return this.hasNext()&&(n=this.__input.charAt(this.__position),this.__position+=1),n},r.prototype.peek=function(n){var a=null;return n=n||0,n+=this.__position,n>=0&&n<this.__input_length&&(a=this.__input.charAt(n)),a},r.prototype.__match=function(n,a){n.lastIndex=a;var i=n.exec(this.__input);return i&&!(e&&n.sticky)&&i.index!==a&&(i=null),i},r.prototype.test=function(n,a){return a=a||0,a+=this.__position,a>=0&&a<this.__input_length?!!this.__match(n,a):!1},r.prototype.testChar=function(n,a){var i=this.peek(a);return n.lastIndex=0,i!==null&&n.test(i)},r.prototype.match=function(n){var a=this.__match(n,this.__position);return a?this.__position+=a[0].length:a=null,a},r.prototype.read=function(n,a,i){var s="",c;return n&&(c=this.match(n),c&&(s+=c[0])),a&&(c||!n)&&(s+=this.readUntil(a,i)),s},r.prototype.readUntil=function(n,a){var i="",s=this.__position;n.lastIndex=this.__position;var c=n.exec(this.__input);return c?(s=c.index,a&&(s+=c[0].length)):s=this.__input_length,i=this.__input.substring(this.__position,s),this.__position=s,i},r.prototype.readUntilAfter=function(n){return this.readUntil(n,!0)},r.prototype.get_regexp=function(n,a){var i=null,s="g";return a&&e&&(s="y"),typeof n=="string"&&n!==""?i=new RegExp(n,s):n&&(i=new RegExp(n.source,s)),i},r.prototype.get_literal_regexp=function(n){return RegExp(n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},r.prototype.peekUntilAfter=function(n){var a=this.__position,i=this.readUntilAfter(n);return this.__position=a,i},r.prototype.lookBack=function(n){var a=this.__position-1;return a>=n.length&&this.__input.substring(a-n.length,a).toLowerCase()===n},Ds.InputScanner=r,Ds}var Bi={},Ps={},r0;function Vk(){if(r0)return Ps;r0=1;function e(r){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=r}return e.prototype.restart=function(){this.__position=0},e.prototype.isEmpty=function(){return this.__tokens_length===0},e.prototype.hasNext=function(){return this.__position<this.__tokens_length},e.prototype.next=function(){var r=null;return this.hasNext()&&(r=this.__tokens[this.__position],this.__position+=1),r},e.prototype.peek=function(r){var n=null;return r=r||0,r+=this.__position,r>=0&&r<this.__tokens_length&&(n=this.__tokens[r]),n},e.prototype.add=function(r){this.__parent_token&&(r.parent=this.__parent_token),this.__tokens.push(r),this.__tokens_length+=1},Ps.TokenStream=e,Ps}var Is={},Rs={},a0;function rl(){if(a0)return Rs;a0=1;function e(r,n){this._input=r,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,n&&(this._starting_pattern=this._input.get_regexp(n._starting_pattern,!0),this._match_pattern=this._input.get_regexp(n._match_pattern,!0),this._until_pattern=this._input.get_regexp(n._until_pattern),this._until_after=n._until_after)}return e.prototype.read=function(){var r=this._input.read(this._starting_pattern);return(!this._starting_pattern||r)&&(r+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),r},e.prototype.read_match=function(){return this._input.match(this._match_pattern)},e.prototype.until_after=function(r){var n=this._create();return n._until_after=!0,n._until_pattern=this._input.get_regexp(r),n._update(),n},e.prototype.until=function(r){var n=this._create();return n._until_after=!1,n._until_pattern=this._input.get_regexp(r),n._update(),n},e.prototype.starting_with=function(r){var n=this._create();return n._starting_pattern=this._input.get_regexp(r,!0),n._update(),n},e.prototype.matching=function(r){var n=this._create();return n._match_pattern=this._input.get_regexp(r,!0),n._update(),n},e.prototype._create=function(){return new e(this._input,this)},e.prototype._update=function(){},Rs.Pattern=e,Rs}var o0;function Bk(){if(o0)return Is;o0=1;var e=rl().Pattern;function r(n,a){e.call(this,n,a),a?this._line_regexp=this._input.get_regexp(a._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}return r.prototype=new e,r.prototype.__set_whitespace_patterns=function(n,a){n+="\\t ",a+="\\n\\r",this._match_pattern=this._input.get_regexp("["+n+a+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+a+"]")},r.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var n=this._input.read(this._match_pattern);if(n===" ")this.whitespace_before_token=" ";else if(n){var a=this.__split(this._newline_regexp,n);this.newline_count=a.length-1,this.whitespace_before_token=a[this.newline_count]}return n},r.prototype.matching=function(n,a){var i=this._create();return i.__set_whitespace_patterns(n,a),i._update(),i},r.prototype._create=function(){return new r(this._input,this)},r.prototype.__split=function(n,a){n.lastIndex=0;for(var i=0,s=[],c=n.exec(a);c;)s.push(a.substring(i,c.index)),i=c.index+c[0].length,c=n.exec(a);return i<a.length?s.push(a.substring(i,a.length)):s.push(""),s},Is.WhitespacePattern=r,Is}var i0;function Zi(){if(i0)return Bi;i0=1;var e=id().InputScanner,r=Y1().Token,n=Vk().TokenStream,a=Bk().WhitespacePattern,i={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},s=function(c,d){this._input=new e(c),this._options=d||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new a(this._input)};return s.prototype.tokenize=function(){this._input.restart(),this.__tokens=new n,this._reset();for(var c,d=new r(i.START,""),f=null,p=[],h=new n;d.type!==i.EOF;){for(c=this._get_next_token(d,f);this._is_comment(c);)h.add(c),c=this._get_next_token(d,f);h.isEmpty()||(c.comments_before=h,h=new n),c.parent=f,this._is_opening(c)?(p.push(f),f=c):f&&this._is_closing(c,f)&&(c.opened=f,f.closed=c,f=p.pop(),c.parent=f),c.previous=d,d.next=c,this.__tokens.add(c),d=c}return this.__tokens},s.prototype._is_first_token=function(){return this.__tokens.isEmpty()},s.prototype._reset=function(){},s.prototype._get_next_token=function(c,d){this._readWhitespace();var f=this._input.read(/.+/g);return f?this._create_token(i.RAW,f):this._create_token(i.EOF,"")},s.prototype._is_comment=function(c){return!1},s.prototype._is_opening=function(c){return!1},s.prototype._is_closing=function(c,d){return!1},s.prototype._create_token=function(c,d){var f=new r(c,d,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return f},s.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},Bi.Tokenizer=s,Bi.TOKEN=i,Bi}var Ls={},l0;function ld(){if(l0)return Ls;l0=1;function e(r,n){r=typeof r=="string"?r:r.source,n=typeof n=="string"?n:n.source,this.__directives_block_pattern=new RegExp(r+/ beautify( \w+[:]\w+)+ /.source+n,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(r+/\sbeautify\signore:end\s/.source+n,"g")}return e.prototype.get_directives=function(r){if(!r.match(this.__directives_block_pattern))return null;var n={};this.__directive_pattern.lastIndex=0;for(var a=this.__directive_pattern.exec(r);a;)n[a[1]]=a[2],a=this.__directive_pattern.exec(r);return n},e.prototype.readIgnored=function(r){return r.readUntilAfter(this.__directives_end_ignore_pattern)},Ls.Directives=e,Ls}var zs={},s0;function K1(){if(s0)return zs;s0=1;var e=rl().Pattern,r={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function n(a,i){e.call(this,a,i),this.__template_pattern=null,this._disabled=Object.assign({},r),this._excluded=Object.assign({},r),i&&(this.__template_pattern=this._input.get_regexp(i.__template_pattern),this._excluded=Object.assign(this._excluded,i._excluded),this._disabled=Object.assign(this._disabled,i._disabled));var s=new e(a);this.__patterns={handlebars_comment:s.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:s.starting_with(/{{{/).until_after(/}}}/),handlebars:s.starting_with(/{{/).until_after(/}}/),php:s.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:s.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:s.starting_with(/{%/).until_after(/%}/),django_value:s.starting_with(/{{/).until_after(/}}/),django_comment:s.starting_with(/{#/).until_after(/#}/),smarty:s.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:s.starting_with(/{\*/).until_after(/\*}/),smarty_literal:s.starting_with(/{literal}/).until_after(/{\/literal}/)}}return n.prototype=new e,n.prototype._create=function(){return new n(this._input,this)},n.prototype._update=function(){this.__set_templated_pattern()},n.prototype.disable=function(a){var i=this._create();return i._disabled[a]=!0,i._update(),i},n.prototype.read_options=function(a){var i=this._create();for(var s in r)i._disabled[s]=a.templating.indexOf(s)===-1;return i._update(),i},n.prototype.exclude=function(a){var i=this._create();return i._excluded[a]=!0,i._update(),i},n.prototype.read=function(){var a="";this._match_pattern?a=this._input.read(this._starting_pattern):a=this._input.read(this._starting_pattern,this.__template_pattern);for(var i=this._read_template();i;)this._match_pattern?i+=this._input.read(this._match_pattern):i+=this._input.readUntil(this.__template_pattern),a+=i,i=this._read_template();return this._until_after&&(a+=this._input.readUntilAfter(this._until_pattern)),a},n.prototype.__set_templated_pattern=function(){var a=[];this._disabled.php||a.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||a.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||a.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(a.push(this.__patterns.django._starting_pattern.source),a.push(this.__patterns.django_value._starting_pattern.source),a.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||a.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&a.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+a.join("|")+")")},n.prototype._read_template=function(){var a="",i=this._input.peek();if(i==="<"){var s=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&s==="?"&&(a=a||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&s==="%"&&(a=a||this.__patterns.erb.read())}else i==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(a=a||this.__patterns.handlebars_comment.read(),a=a||this.__patterns.handlebars_unescaped.read(),a=a||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(a=a||this.__patterns.django_value.read()),this._excluded.django||(a=a||this.__patterns.django_comment.read(),a=a||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(a=a||this.__patterns.smarty_comment.read(),a=a||this.__patterns.smarty_literal.read(),a=a||this.__patterns.smarty.read()));return a},zs.TemplatablePattern=n,zs}var u0;function Ni(){if(u0)return ka;u0=1;var e=id().InputScanner,r=Zi().Tokenizer,n=Zi().TOKEN,a=ld().Directives,i=G1(),s=rl().Pattern,c=K1().TemplatablePattern;function d(S,T){return T.indexOf(S)!==-1}var f={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:n.START,RAW:n.RAW,EOF:n.EOF},p=new a(/\/\*/,/\*\//),h=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,v=/[0-9]/,b=/[^\d\.]/,w=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),C=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";C=C.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),C="\\?\\.(?!\\d) "+C,C=C.replace(/ /g,"|");var A=new RegExp(C),k="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),y=k.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),x=new RegExp("^(?:"+y.join("|")+")$"),B,N=function(S,T){r.call(this,S,T),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var V=new s(this._input),I=new c(this._input).read_options(this._options);this.__patterns={template:I,identifier:I.starting_with(i.identifier).matching(i.identifierMatch),number:V.matching(h),punct:V.matching(A),comment:V.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:V.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:V.matching(/<!--/),html_comment_end:V.matching(/-->/),include:V.starting_with(/#include/).until_after(i.lineBreak),shebang:V.starting_with(/#!/).until_after(i.lineBreak),xml:V.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:I.until(/['\\\n\r\u2028\u2029]/),double_quote:I.until(/["\\\n\r\u2028\u2029]/),template_text:I.until(/[`\\$]/),template_expression:I.until(/[`}\\]/)}};N.prototype=new r,N.prototype._is_comment=function(S){return S.type===f.COMMENT||S.type===f.BLOCK_COMMENT||S.type===f.UNKNOWN},N.prototype._is_opening=function(S){return S.type===f.START_BLOCK||S.type===f.START_EXPR},N.prototype._is_closing=function(S,T){return(S.type===f.END_BLOCK||S.type===f.END_EXPR)&&T&&(S.text==="]"&&T.text==="["||S.text===")"&&T.text==="("||S.text==="}"&&T.text==="{")},N.prototype._reset=function(){B=!1},N.prototype._get_next_token=function(S,T){var V=null;this._readWhitespace();var I=this._input.peek();return I===null?this._create_token(f.EOF,""):(V=V||this._read_non_javascript(I),V=V||this._read_string(I),V=V||this._read_pair(I,this._input.peek(1)),V=V||this._read_word(S),V=V||this._read_singles(I),V=V||this._read_comment(I),V=V||this._read_regexp(I,S),V=V||this._read_xml(I,S),V=V||this._read_punctuation(),V=V||this._create_token(f.UNKNOWN,this._input.next()),V)},N.prototype._read_word=function(S){var T;if(T=this.__patterns.identifier.read(),T!=="")return T=T.replace(i.allLineBreaks,`
53
- `),!(S.type===f.DOT||S.type===f.RESERVED&&(S.text==="set"||S.text==="get"))&&x.test(T)?(T==="in"||T==="of")&&(S.type===f.WORD||S.type===f.STRING)?this._create_token(f.OPERATOR,T):this._create_token(f.RESERVED,T):this._create_token(f.WORD,T);if(T=this.__patterns.number.read(),T!=="")return this._create_token(f.WORD,T)},N.prototype._read_singles=function(S){var T=null;return S==="("||S==="["?T=this._create_token(f.START_EXPR,S):S===")"||S==="]"?T=this._create_token(f.END_EXPR,S):S==="{"?T=this._create_token(f.START_BLOCK,S):S==="}"?T=this._create_token(f.END_BLOCK,S):S===";"?T=this._create_token(f.SEMICOLON,S):S==="."&&b.test(this._input.peek(1))?T=this._create_token(f.DOT,S):S===","&&(T=this._create_token(f.COMMA,S)),T&&this._input.next(),T},N.prototype._read_pair=function(S,T){var V=null;return S==="#"&&T==="{"&&(V=this._create_token(f.START_BLOCK,S+T)),V&&(this._input.next(),this._input.next()),V},N.prototype._read_punctuation=function(){var S=this.__patterns.punct.read();if(S!=="")return S==="="?this._create_token(f.EQUALS,S):S==="?."?this._create_token(f.DOT,S):this._create_token(f.OPERATOR,S)},N.prototype._read_non_javascript=function(S){var T="";if(S==="#"){if(this._is_first_token()&&(T=this.__patterns.shebang.read(),T))return this._create_token(f.UNKNOWN,T.trim()+`
54
- `);if(T=this.__patterns.include.read(),T)return this._create_token(f.UNKNOWN,T.trim()+`
55
- `);S=this._input.next();var V="#";if(this._input.hasNext()&&this._input.testChar(v)){do S=this._input.next(),V+=S;while(this._input.hasNext()&&S!=="#"&&S!=="=");return S==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(V+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(V+="{}",this._input.next(),this._input.next())),this._create_token(f.WORD,V)}this._input.back()}else if(S==="<"&&this._is_first_token()){if(T=this.__patterns.html_comment_start.read(),T){for(;this._input.hasNext()&&!this._input.testChar(i.newline);)T+=this._input.next();return B=!0,this._create_token(f.COMMENT,T)}}else if(B&&S==="-"&&(T=this.__patterns.html_comment_end.read(),T))return B=!1,this._create_token(f.COMMENT,T);return null},N.prototype._read_comment=function(S){var T=null;if(S==="/"){var V="";if(this._input.peek(1)==="*"){V=this.__patterns.block_comment.read();var I=p.get_directives(V);I&&I.ignore==="start"&&(V+=p.readIgnored(this._input)),V=V.replace(i.allLineBreaks,`
56
- `),T=this._create_token(f.BLOCK_COMMENT,V),T.directives=I}else this._input.peek(1)==="/"&&(V=this.__patterns.comment.read(),T=this._create_token(f.COMMENT,V))}return T},N.prototype._read_string=function(S){if(S==="`"||S==="'"||S==='"'){var T=this._input.next();return this.has_char_escapes=!1,S==="`"?T+=this._read_string_recursive("`",!0,"${"):T+=this._read_string_recursive(S),this.has_char_escapes&&this._options.unescape_strings&&(T=H(T)),this._input.peek()===S&&(T+=this._input.next()),T=T.replace(i.allLineBreaks,`
57
- `),this._create_token(f.STRING,T)}return null},N.prototype._allow_regexp_or_xml=function(S){return S.type===f.RESERVED&&d(S.text,["return","case","throw","else","do","typeof","yield"])||S.type===f.END_EXPR&&S.text===")"&&S.opened.previous.type===f.RESERVED&&d(S.opened.previous.text,["if","while","for"])||d(S.type,[f.COMMENT,f.START_EXPR,f.START_BLOCK,f.START,f.END_BLOCK,f.OPERATOR,f.EQUALS,f.EOF,f.SEMICOLON,f.COMMA])},N.prototype._read_regexp=function(S,T){if(S==="/"&&this._allow_regexp_or_xml(T)){for(var V=this._input.next(),I=!1,g=!1;this._input.hasNext()&&(I||g||this._input.peek()!==S)&&!this._input.testChar(i.newline);)V+=this._input.peek(),I?I=!1:(I=this._input.peek()==="\\",this._input.peek()==="["?g=!0:this._input.peek()==="]"&&(g=!1)),this._input.next();return this._input.peek()===S&&(V+=this._input.next(),V+=this._input.read(i.identifier)),this._create_token(f.STRING,V)}return null},N.prototype._read_xml=function(S,T){if(this._options.e4x&&S==="<"&&this._allow_regexp_or_xml(T)){var V="",I=this.__patterns.xml.read_match();if(I){for(var g=I[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),R=g.indexOf("{")===0,j=0;I;){var ie=!!I[1],F=I[2],K=!!I[I.length-1]||F.slice(0,8)==="![CDATA[";if(!K&&(F===g||R&&F.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(ie?--j:++j),V+=I[0],j<=0)break;I=this.__patterns.xml.read_match()}return I||(V+=this._input.match(/[\s\S]*/g)[0]),V=V.replace(i.allLineBreaks,`
58
- `),this._create_token(f.STRING,V)}}return null};function H(S){for(var T="",V=0,I=new e(S),g=null;I.hasNext();)if(g=I.match(/([\s]|[^\\]|\\\\)+/g),g&&(T+=g[0]),I.peek()==="\\"){if(I.next(),I.peek()==="x")g=I.match(/x([0-9A-Fa-f]{2})/g);else if(I.peek()==="u")g=I.match(/u([0-9A-Fa-f]{4})/g);else{T+="\\",I.hasNext()&&(T+=I.next());continue}if(!g||(V=parseInt(g[1],16),V>126&&V<=255&&g[0].indexOf("x")===0))return S;if(V>=0&&V<32){T+="\\"+g[0];continue}else V===34||V===39||V===92?T+="\\"+String.fromCharCode(V):T+=String.fromCharCode(V)}return T}return N.prototype._read_string_recursive=function(S,T,V){var I,g;S==="'"?g=this.__patterns.single_quote:S==='"'?g=this.__patterns.double_quote:S==="`"?g=this.__patterns.template_text:S==="}"&&(g=this.__patterns.template_expression);for(var R=g.read(),j="";this._input.hasNext();){if(j=this._input.next(),j===S||!T&&i.newline.test(j)){this._input.back();break}else j==="\\"&&this._input.hasNext()?(I=this._input.peek(),I==="x"||I==="u"?this.has_char_escapes=!0:I==="\r"&&this._input.peek(1)===`
59
- `&&this._input.next(),j+=this._input.next()):V&&(V==="${"&&j==="$"&&this._input.peek()==="{"&&(j+=this._input.next()),V===j&&(S==="`"?j+=this._read_string_recursive("}",T,"`"):j+=this._read_string_recursive("`",T,"${"),this._input.hasNext()&&(j+=this._input.next())));j+=g.read(),R+=j}return R},ka.Tokenizer=N,ka.TOKEN=f,ka.positionable_operators=w.slice(),ka.line_starters=k.slice(),ka}var d0;function Nk(){if(d0)return Ns;d0=1;var e=ad().Output,r=Y1().Token,n=G1(),a=q1().Options,i=Ni().Tokenizer,s=Ni().line_starters,c=Ni().positionable_operators,d=Ni().TOKEN;function f(g,R){return R.indexOf(g)!==-1}function p(g){return g.replace(/^\s+/g,"")}function h(g){for(var R={},j=0;j<g.length;j++)R[g[j].replace(/-/g,"_")]=g[j];return R}function v(g,R){return g&&g.type===d.RESERVED&&g.text===R}function b(g,R){return g&&g.type===d.RESERVED&&f(g.text,R)}var w=["case","return","do","if","throw","else","await","break","continue","async"],C=["before-newline","after-newline","preserve-newline"],A=h(C),k=[A.before_newline,A.preserve_newline],y={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function x(g,R){R.multiline_frame||R.mode===y.ForInitializer||R.mode===y.Conditional||g.remove_indent(R.start_line_index)}function B(g){g=g.replace(n.allLineBreaks,`
60
- `);for(var R=[],j=g.indexOf(`
61
- `);j!==-1;)R.push(g.substring(0,j)),g=g.substring(j+1),j=g.indexOf(`
62
- `);return g.length&&R.push(g),R}function N(g){return g===y.ArrayLiteral}function H(g){return f(g,[y.Expression,y.ForInitializer,y.Conditional])}function S(g,R){for(var j=0;j<g.length;j++){var ie=g[j].trim();if(ie.charAt(0)!==R)return!1}return!0}function T(g,R){for(var j=0,ie=g.length,F;j<ie;j++)if(F=g[j],F&&F.indexOf(R)!==0)return!1;return!0}function V(g,R){R=R||{},this._source_text=g||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new a(R)}V.prototype.create_flags=function(g,R){var j=0;g&&(j=g.indentation_level,!this._output.just_added_newline()&&g.line_indent_level>j&&(j=g.line_indent_level));var ie={mode:R,parent:g,last_token:g?g.last_token:new r(d.START_BLOCK,""),last_word:g?g.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:j,alignment:0,line_indent_level:g?g.line_indent_level:j,start_line_index:this._output.get_line_number(),ternary_depth:0};return ie},V.prototype._reset=function(g){var R=g.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new e(this._options,R),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(y.BlockStatement);var j=new i(g,this._options);return this._tokens=j.tokenize(),g},V.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var g,R=this._reset(this._source_text),j=this._options.eol;this._options.eol==="auto"&&(j=`
63
- `,R&&n.lineBreak.test(R||"")&&(j=R.match(n.lineBreak)[0]));for(var ie=this._tokens.next();ie;)this.handle_token(ie),this._last_last_text=this._flags.last_token.text,this._flags.last_token=ie,ie=this._tokens.next();return g=this._output.get_code(j),g},V.prototype.handle_token=function(g,R){g.type===d.START_EXPR?this.handle_start_expr(g):g.type===d.END_EXPR?this.handle_end_expr(g):g.type===d.START_BLOCK?this.handle_start_block(g):g.type===d.END_BLOCK?this.handle_end_block(g):g.type===d.WORD?this.handle_word(g):g.type===d.RESERVED?this.handle_word(g):g.type===d.SEMICOLON?this.handle_semicolon(g):g.type===d.STRING?this.handle_string(g):g.type===d.EQUALS?this.handle_equals(g):g.type===d.OPERATOR?this.handle_operator(g):g.type===d.COMMA?this.handle_comma(g):g.type===d.BLOCK_COMMENT?this.handle_block_comment(g,R):g.type===d.COMMENT?this.handle_comment(g,R):g.type===d.DOT?this.handle_dot(g):g.type===d.EOF?this.handle_eof(g):g.type===d.UNKNOWN?this.handle_unknown(g,R):this.handle_unknown(g,R)},V.prototype.handle_whitespace_and_comments=function(g,R){var j=g.newlines,ie=this._options.keep_array_indentation&&N(this._flags.mode);if(g.comments_before)for(var F=g.comments_before.next();F;)this.handle_whitespace_and_comments(F,R),this.handle_token(F,R),F=g.comments_before.next();if(ie)for(var K=0;K<j;K+=1)this.print_newline(K>0,R);else if(this._options.max_preserve_newlines&&j>this._options.max_preserve_newlines&&(j=this._options.max_preserve_newlines),this._options.preserve_newlines&&j>1){this.print_newline(!1,R);for(var Y=1;Y<j;Y+=1)this.print_newline(!0,R)}};var I=["async","break","continue","return","throw","yield"];return V.prototype.allow_wrap_or_preserved_newline=function(g,R){if(R=R===void 0?!1:R,!this._output.just_added_newline()){var j=this._options.preserve_newlines&&g.newlines||R,ie=f(this._flags.last_token.text,c)||f(g.text,c);if(ie){var F=f(this._flags.last_token.text,c)&&f(this._options.operator_position,k)||f(g.text,c);j=j&&F}if(j)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(b(this._flags.last_token,I))return;this._output.set_wrap_point()}}},V.prototype.print_newline=function(g,R){if(!R&&this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==d.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))for(var j=this._tokens.peek();this._flags.mode===y.Statement&&!(this._flags.if_block&&v(j,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(g)&&(this._flags.multiline_frame=!0)},V.prototype.print_token_line_indentation=function(g){this._output.just_added_newline()&&(this._options.keep_array_indentation&&g.newlines&&(g.text==="["||N(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(g.whitespace_before),this._output.space_before_token=!1):this._output.set_indent(this._flags.indentation_level,this._flags.alignment)&&(this._flags.line_indent_level=this._flags.indentation_level))},V.prototype.print_token=function(g){if(this._output.raw){this._output.add_raw_token(g);return}if(this._options.comma_first&&g.previous&&g.previous.type===d.COMMA&&this._output.just_added_newline()&&this._output.previous_line.last()===","){var R=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(R),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(g),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(g),this._output.non_breaking_space=!0,this._output.add_token(g.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)},V.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},V.prototype.deindent=function(){this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},V.prototype.set_mode=function(g){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,g),this._flags=this.create_flags(this._previous_flags,g),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},V.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===y.Statement&&x(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},V.prototype.start_of_object_property=function(){return this._flags.parent.mode===y.ObjectLiteral&&this._flags.mode===y.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||b(this._flags.last_token,["get","set"]))},V.prototype.start_of_statement=function(g){var R=!1;return R=R||b(this._flags.last_token,["var","let","const"])&&g.type===d.WORD,R=R||v(this._flags.last_token,"do"),R=R||!(this._flags.parent.mode===y.ObjectLiteral&&this._flags.mode===y.Statement)&&b(this._flags.last_token,I)&&!g.newlines,R=R||v(this._flags.last_token,"else")&&!(v(g,"if")&&!g.comments_before),R=R||this._flags.last_token.type===d.END_EXPR&&(this._previous_flags.mode===y.ForInitializer||this._previous_flags.mode===y.Conditional),R=R||this._flags.last_token.type===d.WORD&&this._flags.mode===y.BlockStatement&&!this._flags.in_case&&!(g.text==="--"||g.text==="++")&&this._last_last_text!=="function"&&g.type!==d.WORD&&g.type!==d.RESERVED,R=R||this._flags.mode===y.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||b(this._flags.last_token,["get","set"])),R?(this.set_mode(y.Statement),this.indent(),this.handle_whitespace_and_comments(g,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(g,b(g,["do","for","if","while"])),!0):!1},V.prototype.handle_start_expr=function(g){this.start_of_statement(g)||this.handle_whitespace_and_comments(g);var R=y.Expression;if(g.text==="["){if(this._flags.last_token.type===d.WORD||this._flags.last_token.text===")"){b(this._flags.last_token,s)&&(this._output.space_before_token=!0),this.print_token(g),this.set_mode(R),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}R=y.ArrayLiteral,N(this._flags.mode)&&(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline()),f(this._flags.last_token.type,[d.START_EXPR,d.END_EXPR,d.WORD,d.OPERATOR,d.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===d.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,R=y.ForInitializer):f(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,R=y.Conditional):f(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&g.whitespace_before===""?this._output.space_before_token=!1:(f(this._flags.last_token.text,s)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===d.EQUALS||this._flags.last_token.type===d.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(g);else if(this._flags.last_token.type===d.WORD){this._output.space_before_token=!1;var j=this._tokens.peek(-3);if(this._options.space_after_named_function&&j){var ie=this._tokens.peek(-4);b(j,["async","function"])||j.text==="*"&&b(ie,["async","function"])?this._output.space_before_token=!0:this._flags.mode===y.ObjectLiteral?(j.text==="{"||j.text===","||j.text==="*"&&(ie.text==="{"||ie.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(g);(this._flags.last_token.type===d.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(f(this._last_last_text,["function","yield"])||this._flags.mode===y.ObjectLiteral&&f(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===d.START_BLOCK?this.print_newline():(this._flags.last_token.type===d.END_EXPR||this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===d.COMMA)&&this.allow_wrap_or_preserved_newline(g,g.newlines),this.print_token(g),this.set_mode(R),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},V.prototype.handle_end_expr=function(g){for(;this._flags.mode===y.Statement;)this.restore_mode();this.handle_whitespace_and_comments(g),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(g,g.text==="]"&&N(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===d.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(g),this.restore_mode(),x(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===y.Conditional&&(this._previous_flags.mode=y.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},V.prototype.handle_start_block=function(g){this.handle_whitespace_and_comments(g);var R=this._tokens.peek(),j=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===d.END_EXPR?(this.set_mode(y.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(y.BlockStatement):j&&(f(j.text,[":",","])&&f(R.type,[d.STRING,d.WORD,d.RESERVED])||f(R.text,["get","set","..."])&&f(j.type,[d.WORD,d.RESERVED]))?f(this._last_last_text,["class","interface"])&&!f(j.text,[":",","])?this.set_mode(y.BlockStatement):this.set_mode(y.ObjectLiteral):this._flags.last_token.type===d.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(y.BlockStatement):f(this._flags.last_token.type,[d.EQUALS,d.START_EXPR,d.COMMA,d.OPERATOR])||b(this._flags.last_token,["return","throw","import","default"])?this.set_mode(y.ObjectLiteral):this.set_mode(y.BlockStatement),this._flags.last_token&&b(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var ie=!R.comments_before&&R.text==="}",F=ie&&this._flags.last_word==="function"&&this._flags.last_token.type===d.END_EXPR;if(this._options.brace_preserve_inline){var K=0,Y=null;this._flags.inline_frame=!0;do if(K+=1,Y=this._tokens.peek(K-1),Y.newlines){this._flags.inline_frame=!1;break}while(Y.type!==d.EOF&&!(Y.type===d.END_BLOCK&&Y.opened===g))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&g.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==d.OPERATOR&&(F||this._flags.last_token.type===d.EQUALS||b(this._flags.last_token,w)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(N(this._previous_flags.mode)&&(this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.COMMA)&&((this._flags.last_token.type===d.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(g),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==d.OPERATOR&&this._flags.last_token.type!==d.START_EXPR&&(f(this._flags.last_token.type,[d.START_BLOCK,d.SEMICOLON])&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(g),this.indent(),!ie&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},V.prototype.handle_end_block=function(g){for(this.handle_whitespace_and_comments(g);this._flags.mode===y.Statement;)this.restore_mode();var R=this._flags.last_token.type===d.START_BLOCK;this._flags.inline_frame&&!R?this._output.space_before_token=!0:this._options.brace_style==="expand"?R||this.print_newline():R||(N(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(g)},V.prototype.handle_word=function(g){if(g.type===d.RESERVED){if(f(g.text,["set","get"])&&this._flags.mode!==y.ObjectLiteral)g.type=d.WORD;else if(g.text==="import"&&f(this._tokens.peek().text,["(","."]))g.type=d.WORD;else if(f(g.text,["as","from"])&&!this._flags.import_block)g.type=d.WORD;else if(this._flags.mode===y.ObjectLiteral){var R=this._tokens.peek();R.text===":"&&(g.type=d.WORD)}}if(this.start_of_statement(g)?b(this._flags.last_token,["var","let","const"])&&g.type===d.WORD&&(this._flags.declaration_statement=!0):g.newlines&&!H(this._flags.mode)&&(this._flags.last_token.type!==d.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==d.EQUALS&&(this._options.preserve_newlines||!b(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(g),this.print_newline()):this.handle_whitespace_and_comments(g),this._flags.do_block&&!this._flags.do_while)if(v(g,"while")){this._output.space_before_token=!0,this.print_token(g),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&v(g,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===y.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&b(g,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(g),this._flags.in_case=!0;return}if((this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.EQUALS||this._flags.last_token.type===d.OPERATOR)&&(this.start_of_object_property()||this.allow_wrap_or_preserved_newline(g)),v(g,"function")){(f(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(f(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===d.OPERATOR))&&!this._output.just_added_blankline()&&!g.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===d.RESERVED||this._flags.last_token.type===d.WORD?b(this._flags.last_token,["get","set","new","export"])||b(this._flags.last_token,I)?this._output.space_before_token=!0:v(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===d.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(H(this._flags.mode)||N(this._flags.mode))||this.print_newline(),this.print_token(g),this._flags.last_word=g.text;return}var j="NONE";if(this._flags.last_token.type===d.END_BLOCK?this._previous_flags.inline_frame?j="SPACE":b(g,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&g.newlines?j="NEWLINE":(j="SPACE",this._output.space_before_token=!0):j="NEWLINE":this._flags.last_token.type===d.SEMICOLON&&this._flags.mode===y.BlockStatement?j="NEWLINE":this._flags.last_token.type===d.SEMICOLON&&H(this._flags.mode)?j="SPACE":this._flags.last_token.type===d.STRING?j="NEWLINE":this._flags.last_token.type===d.RESERVED||this._flags.last_token.type===d.WORD||this._flags.last_token.text==="*"&&(f(this._last_last_text,["function","yield"])||this._flags.mode===y.ObjectLiteral&&f(this._last_last_text,["{",","]))?j="SPACE":this._flags.last_token.type===d.START_BLOCK?this._flags.inline_frame?j="SPACE":j="NEWLINE":this._flags.last_token.type===d.END_EXPR&&(this._output.space_before_token=!0,j="NEWLINE"),b(g,s)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?j="SPACE":j="NEWLINE"),b(g,["else","catch","finally"]))if((!(this._flags.last_token.type===d.END_BLOCK&&this._previous_flags.mode===y.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&g.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var ie=this._output.current_line;ie.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else j==="NEWLINE"?b(this._flags.last_token,w)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&b(g,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==d.END_EXPR?(this._flags.last_token.type!==d.START_EXPR||!b(g,["var","let","const"]))&&this._flags.last_token.text!==":"&&(v(g,"if")&&v(g.previous,"else")?this._output.space_before_token=!0:this.print_newline()):b(g,s)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&N(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():j==="SPACE"&&(this._output.space_before_token=!0);g.previous&&(g.previous.type===d.WORD||g.previous.type===d.RESERVED)&&(this._output.space_before_token=!0),this.print_token(g),this._flags.last_word=g.text,g.type===d.RESERVED&&(g.text==="do"?this._flags.do_block=!0:g.text==="if"?this._flags.if_block=!0:g.text==="import"?this._flags.import_block=!0:this._flags.import_block&&v(g,"from")&&(this._flags.import_block=!1))},V.prototype.handle_semicolon=function(g){this.start_of_statement(g)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(g);for(var R=this._tokens.peek();this._flags.mode===y.Statement&&!(this._flags.if_block&&v(R,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(g)},V.prototype.handle_string=function(g){g.text.startsWith("`")&&g.newlines===0&&g.whitespace_before===""&&(g.previous.text===")"||this._flags.last_token.type===d.WORD)||(this.start_of_statement(g)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(g),this._flags.last_token.type===d.RESERVED||this._flags.last_token.type===d.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.EQUALS||this._flags.last_token.type===d.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(g):g.text.startsWith("`")&&this._flags.last_token.type===d.END_EXPR&&(g.previous.text==="]"||g.previous.text===")")&&g.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(g)},V.prototype.handle_equals=function(g){this.start_of_statement(g)||this.handle_whitespace_and_comments(g),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(g),this._output.space_before_token=!0},V.prototype.handle_comma=function(g){this.handle_whitespace_and_comments(g,!0),this.print_token(g),this._output.space_before_token=!0,this._flags.declaration_statement?(H(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(g)):this._flags.mode===y.ObjectLiteral||this._flags.mode===y.Statement&&this._flags.parent.mode===y.ObjectLiteral?(this._flags.mode===y.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(g)},V.prototype.handle_operator=function(g){var R=g.text==="*"&&(b(this._flags.last_token,["function","yield"])||f(this._flags.last_token.type,[d.START_BLOCK,d.COMMA,d.END_BLOCK,d.SEMICOLON])),j=f(g.text,["-","+"])&&(f(this._flags.last_token.type,[d.START_BLOCK,d.START_EXPR,d.EQUALS,d.OPERATOR])||f(this._flags.last_token.text,s)||this._flags.last_token.text===",");if(!this.start_of_statement(g)){var ie=!R;this.handle_whitespace_and_comments(g,ie)}if(g.text==="*"&&this._flags.last_token.type===d.DOT){this.print_token(g);return}if(g.text==="::"){this.print_token(g);return}if(this._flags.last_token.type===d.OPERATOR&&f(this._options.operator_position,k)&&this.allow_wrap_or_preserved_newline(g),g.text===":"&&this._flags.in_case){this.print_token(g),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==d.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var F=!0,K=!0,Y=!1;if(g.text===":"?this._flags.ternary_depth===0?F=!1:(this._flags.ternary_depth-=1,Y=!0):g.text==="?"&&(this._flags.ternary_depth+=1),!j&&!R&&this._options.preserve_newlines&&f(g.text,c)){var re=g.text===":",fe=re&&Y,ae=re&&!Y;switch(this._options.operator_position){case A.before_newline:this._output.space_before_token=!ae,this.print_token(g),(!re||fe)&&this.allow_wrap_or_preserved_newline(g),this._output.space_before_token=!0;return;case A.after_newline:this._output.space_before_token=!0,!re||fe?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(g):this._output.space_before_token=!1,this.print_token(g),this._output.space_before_token=!0;return;case A.preserve_newline:ae||this.allow_wrap_or_preserved_newline(g),F=!(this._output.just_added_newline()||ae),this._output.space_before_token=F,this.print_token(g),this._output.space_before_token=!0;return}}if(R){this.allow_wrap_or_preserved_newline(g),F=!1;var he=this._tokens.peek();K=he&&f(he.type,[d.WORD,d.RESERVED])}else if(g.text==="...")this.allow_wrap_or_preserved_newline(g),F=this._flags.last_token.type===d.START_BLOCK,K=!1;else if(f(g.text,["--","++","!","~"])||j){if((this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR)&&this.allow_wrap_or_preserved_newline(g),F=!1,K=!1,g.newlines&&(g.text==="--"||g.text==="++"||g.text==="~")){var J=b(this._flags.last_token,w)&&g.newlines;J&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(J,!0)}this._flags.last_token.text===";"&&H(this._flags.mode)&&(F=!0),this._flags.last_token.type===d.RESERVED?F=!0:this._flags.last_token.type===d.END_EXPR?F=!(this._flags.last_token.text==="]"&&(g.text==="--"||g.text==="++")):this._flags.last_token.type===d.OPERATOR&&(F=f(g.text,["--","-","++","+"])&&f(this._flags.last_token.text,["--","-","++","+"]),f(g.text,["+","-"])&&f(this._flags.last_token.text,["--","++"])&&(K=!0)),(this._flags.mode===y.BlockStatement&&!this._flags.inline_frame||this._flags.mode===y.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||F,this.print_token(g),this._output.space_before_token=K},V.prototype.handle_block_comment=function(g,R){if(this._output.raw){this._output.add_raw_token(g),g.directives&&g.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(g.directives){this.print_newline(!1,R),this.print_token(g),g.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!n.newline.test(g.text)&&!g.newlines){this._output.space_before_token=!0,this.print_token(g),this._output.space_before_token=!0;return}else this.print_block_commment(g,R)},V.prototype.print_block_commment=function(g,R){var j=B(g.text),ie,F=!1,K=!1,Y=g.whitespace_before,re=Y.length;if(this.print_newline(!1,R),this.print_token_line_indentation(g),this._output.add_token(j[0]),this.print_newline(!1,R),j.length>1){for(j=j.slice(1),F=S(j,"*"),K=T(j,Y),F&&(this._flags.alignment=1),ie=0;ie<j.length;ie++)F?(this.print_token_line_indentation(g),this._output.add_token(p(j[ie]))):K&&j[ie]?(this.print_token_line_indentation(g),this._output.add_token(j[ie].substring(re))):(this._output.current_line.set_indent(-1),this._output.add_token(j[ie])),this.print_newline(!1,R);this._flags.alignment=0}},V.prototype.handle_comment=function(g,R){g.newlines?this.print_newline(!1,R):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(g),this.print_newline(!1,R)},V.prototype.handle_dot=function(g){this.start_of_statement(g)||this.handle_whitespace_and_comments(g,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),b(this._flags.last_token,w)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(g,this._flags.last_token.text===")"&&this._options.break_chained_methods),this._options.unindent_chained_methods&&this._output.just_added_newline()&&this.deindent(),this.print_token(g)},V.prototype.handle_unknown=function(g,R){this.print_token(g),g.text[g.text.length-1]===`
64
- `&&this.print_newline(!1,R)},V.prototype.handle_eof=function(g){for(;this._flags.mode===y.Statement;)this.restore_mode();this.handle_whitespace_and_comments(g)},Ns.Beautifier=V,Ns}var c0;function Tk(){if(c0)return Vi.exports;c0=1;var e=Nk().Beautifier,r=q1().Options;function n(a,i){var s=new e(a,i);return s.beautify()}return Vi.exports=n,Vi.exports.defaultOptions=function(){return new r},Vi.exports}var Ti={exports:{}},Fs={},Hs={},f0;function X1(){if(f0)return Hs;f0=1;var e=od().Options;function r(n){e.call(this,n,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var a=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||a;var i=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var s=0;s<i.length;s++)i[s]!=="expand"?this.brace_style="collapse":this.brace_style=i[s]}return r.prototype=new e,Hs.Options=r,Hs}var p0;function Mk(){if(p0)return Fs;p0=1;var e=X1().Options,r=ad().Output,n=id().InputScanner,a=ld().Directives,i=new a(/\/\*/,/\*\//),s=/\r\n|[\r\n]/,c=/\r\n|[\r\n]/g,d=/\s/,f=/(?:\s|\n)+/g,p=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,h=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function v(b,w){this._source_text=b||"",this._options=new e(w),this._ch=null,this._input=null,this.NESTED_AT_RULE={page:!0,"font-face":!0,keyframes:!0,media:!0,supports:!0,document:!0},this.CONDITIONAL_GROUP_RULE={media:!0,supports:!0,document:!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]}return v.prototype.eatString=function(b){var w="";for(this._ch=this._input.next();this._ch;){if(w+=this._ch,this._ch==="\\")w+=this._input.next();else if(b.indexOf(this._ch)!==-1||this._ch===`
65
- `)break;this._ch=this._input.next()}return w},v.prototype.eatWhitespace=function(b){for(var w=d.test(this._input.peek()),C=0;d.test(this._input.peek());)this._ch=this._input.next(),b&&this._ch===`
66
- `&&(C===0||C<this._options.max_preserve_newlines)&&(C++,this._output.add_new_line(!0));return w},v.prototype.foundNestedPseudoClass=function(){for(var b=0,w=1,C=this._input.peek(w);C;){if(C==="{")return!0;if(C==="(")b+=1;else if(C===")"){if(b===0)return!1;b-=1}else if(C===";"||C==="}")return!1;w++,C=this._input.peek(w)}return!1},v.prototype.print_string=function(b){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(b)},v.prototype.preserveSingleSpace=function(b){b&&(this._output.space_before_token=!0)},v.prototype.indent=function(){this._indentLevel++},v.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},v.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var b=this._source_text,w=this._options.eol;w==="auto"&&(w=`
67
- `,b&&s.test(b||"")&&(w=b.match(s)[0])),b=b.replace(c,`
68
- `);var C=b.match(/^[\t ]*/)[0];this._output=new r(this._options,C),this._input=new n(b),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var A=0,k=!1,y=!1,x=!1,B=!1,N=!1,H=this._ch,S=!1,T,V,I;T=this._input.read(f),V=T!=="",I=H,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),H=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var g=this._input.read(p),R=i.get_directives(g);R&&R.ignore==="start"&&(g+=i.readIgnored(this._input)),this.print_string(g),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(h)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(V),this.print_string(this._ch);var j=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);j.match(/[ :]$/)&&(j=this.eatString(": ").replace(/\s$/,""),this.print_string(j),this._output.space_before_token=!0),j=j.replace(/\s$/,""),A===0&&j.indexOf(":")!==-1&&(y=!0,this.indent())}else if(this._ch==="@")if(this.preserveSingleSpace(V),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var ie=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);ie.match(/[ :]$/)&&(ie=this.eatString(": ").replace(/\s$/,""),this.print_string(ie),this._output.space_before_token=!0),ie=ie.replace(/\s$/,""),A===0&&ie.indexOf(":")!==-1?(y=!0,this.indent()):ie in this.NESTED_AT_RULE?(this._nestedLevel+=1,ie in this.CONDITIONAL_GROUP_RULE&&(x=!0)):A===0&&!y&&(B=!0)}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(V),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{")y&&(y=!1,this.outdent()),B=!1,x?(x=!1,k=this._indentLevel>=this._nestedLevel):k=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&k&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(I==="("?this._output.space_before_token=!1:I!==","&&this.indent(),this.print_string(this._ch)),this.eatWhitespace(!0),this._output.add_new_line();else if(this._ch==="}")this.outdent(),this._output.add_new_line(),I==="{"&&this._output.trim(!0),y&&(this.outdent(),y=!1),this.print_string(this._ch),k=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0),this._input.peek()===")"&&(this._output.trim(!0),this._options.brace_style==="expand"&&this._output.add_new_line(!0));else if(this._ch===":"){for(var F=0;F<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;F++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[F])){S=!0;break}(k||x)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!B&&A===0?(this.print_string(":"),y||(y=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent())):(this._input.lookBack(" ")&&(this._output.space_before_token=!0),this._input.peek()===":"?(this._ch=this._input.next(),this.print_string("::")):this.print_string(":"))}else if(this._ch==='"'||this._ch==="'"){var K=I==='"'||I==="'";this.preserveSingleSpace(K||V),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")S=!1,A===0?(y&&(this.outdent(),y=!1),B=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),A++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),A&&(A--,this.outdent()));else{var Y=!1;this._input.lookBack("with")&&(Y=!0),this.preserveSingleSpace(V||Y),this.print_string(this._ch),y&&I==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),N=!0):(this.eatWhitespace(),A++,this.indent())}else if(this._ch===")")A&&(A--,this.outdent()),N&&this._input.peek()===";"&&this._options.selector_separator_newline&&(N=!1,this.outdent(),this._output.add_new_line()),this.print_string(this._ch);else if(this._ch===",")this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&(!y||N)&&A===0&&!B?this._output.add_new_line():this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!y&&A===0)this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&d.test(this._ch)&&(this._ch=""));else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(V),this.print_string(this._ch);else if(this._ch==="=")this.eatWhitespace(),this.print_string("="),d.test(this._ch)&&(this._ch="");else if(this._ch==="!"&&!this._input.lookBack("\\"))this._output.space_before_token=!0,this.print_string(this._ch);else{var re=I==='"'||I==="'";this.preserveSingleSpace(re||V),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
69
- `&&S&&this._output.add_new_line()}var fe=this._output.get_code(w);return fe},Fs.Beautifier=v,Fs}var h0;function Ak(){if(h0)return Ti.exports;h0=1;var e=Mk().Beautifier,r=X1().Options;function n(a,i){var s=new e(a,i);return s.beautify()}return Ti.exports=n,Ti.exports.defaultOptions=function(){return new r},Ti.exports}var Mi={exports:{}},Us={},Ws={},m0;function Q1(){if(m0)return Ws;m0=1;var e=od().Options;function r(n){e.call(this,n,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}return r.prototype=new e,Ws.Options=r,Ws}var Ai={},_0;function v0(){if(_0)return Ai;_0=1;var e=Zi().Tokenizer,r=Zi().TOKEN,n=ld().Directives,a=K1().TemplatablePattern,i=rl().Pattern,s={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:r.START,RAW:r.RAW,EOF:r.EOF},c=new n(/<\!--/,/-->/),d=function(f,p){e.call(this,f,p),this._current_tag_name="";var h=new a(this._input).read_options(this._options),v=new i(this._input);if(this.__patterns={word:h.until(/[\n\r\t <]/),single_quote:h.until_after(/'/),double_quote:h.until_after(/"/),attribute:h.until(/[\n\r\t =>]|\/>/),element_name:h.until(/[\n\r\t >\/]/),handlebars_comment:v.starting_with(/{{!--/).until_after(/--}}/),handlebars:v.starting_with(/{{/).until_after(/}}/),handlebars_open:v.until(/[\n\r\t }]/),handlebars_raw_close:v.until(/}}/),comment:v.starting_with(/<!--/).until_after(/-->/),cdata:v.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:v.starting_with(/<!\[/).until_after(/]>/),processing:v.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var b=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=v.matching(b).until_after(b)}};return d.prototype=new e,d.prototype._is_comment=function(f){return!1},d.prototype._is_opening=function(f){return f.type===s.TAG_OPEN},d.prototype._is_closing=function(f,p){return f.type===s.TAG_CLOSE&&p&&((f.text===">"||f.text==="/>")&&p.text[0]==="<"||f.text==="}}"&&p.text[0]==="{"&&p.text[1]==="{")},d.prototype._reset=function(){this._current_tag_name=""},d.prototype._get_next_token=function(f,p){var h=null;this._readWhitespace();var v=this._input.peek();return v===null?this._create_token(s.EOF,""):(h=h||this._read_open_handlebars(v,p),h=h||this._read_attribute(v,f,p),h=h||this._read_close(v,p),h=h||this._read_raw_content(v,f,p),h=h||this._read_content_word(v),h=h||this._read_comment_or_cdata(v),h=h||this._read_processing(v),h=h||this._read_open(v,p),h=h||this._create_token(s.UNKNOWN,this._input.next()),h)},d.prototype._read_comment_or_cdata=function(f){var p=null,h=null,v=null;if(f==="<"){var b=this._input.peek(1);b==="!"&&(h=this.__patterns.comment.read(),h?(v=c.get_directives(h),v&&v.ignore==="start"&&(h+=c.readIgnored(this._input))):h=this.__patterns.cdata.read()),h&&(p=this._create_token(s.COMMENT,h),p.directives=v)}return p},d.prototype._read_processing=function(f){var p=null,h=null,v=null;if(f==="<"){var b=this._input.peek(1);(b==="!"||b==="?")&&(h=this.__patterns.conditional_comment.read(),h=h||this.__patterns.processing.read()),h&&(p=this._create_token(s.COMMENT,h),p.directives=v)}return p},d.prototype._read_open=function(f,p){var h=null,v=null;return p||f==="<"&&(h=this._input.next(),this._input.peek()==="/"&&(h+=this._input.next()),h+=this.__patterns.element_name.read(),v=this._create_token(s.TAG_OPEN,h)),v},d.prototype._read_open_handlebars=function(f,p){var h=null,v=null;return p||this._options.indent_handlebars&&f==="{"&&this._input.peek(1)==="{"&&(this._input.peek(2)==="!"?(h=this.__patterns.handlebars_comment.read(),h=h||this.__patterns.handlebars.read(),v=this._create_token(s.COMMENT,h)):(h=this.__patterns.handlebars_open.read(),v=this._create_token(s.TAG_OPEN,h))),v},d.prototype._read_close=function(f,p){var h=null,v=null;return p&&(p.text[0]==="<"&&(f===">"||f==="/"&&this._input.peek(1)===">")?(h=this._input.next(),f==="/"&&(h+=this._input.next()),v=this._create_token(s.TAG_CLOSE,h)):p.text[0]==="{"&&f==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),v=this._create_token(s.TAG_CLOSE,"}}"))),v},d.prototype._read_attribute=function(f,p,h){var v=null,b="";if(h&&h.text[0]==="<")if(f==="=")v=this._create_token(s.EQUALS,this._input.next());else if(f==='"'||f==="'"){var w=this._input.next();f==='"'?w+=this.__patterns.double_quote.read():w+=this.__patterns.single_quote.read(),v=this._create_token(s.VALUE,w)}else b=this.__patterns.attribute.read(),b&&(p.type===s.EQUALS?v=this._create_token(s.VALUE,b):v=this._create_token(s.ATTRIBUTE,b));return v},d.prototype._is_content_unformatted=function(f){return this._options.void_elements.indexOf(f)===-1&&(this._options.content_unformatted.indexOf(f)!==-1||this._options.unformatted.indexOf(f)!==-1)},d.prototype._read_raw_content=function(f,p,h){var v="";if(h&&h.text[0]==="{")v=this.__patterns.handlebars_raw_close.read();else if(p.type===s.TAG_CLOSE&&p.opened.text[0]==="<"&&p.text[0]!=="/"){var b=p.opened.text.substr(1).toLowerCase();if(b==="script"||b==="style"){var w=this._read_comment_or_cdata(f);if(w)return w.type=s.TEXT,w;v=this._input.readUntil(new RegExp("</"+b+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(b)&&(v=this._input.readUntil(new RegExp("</"+b+"[\\n\\r\\t ]*?>","ig")))}return v?this._create_token(s.TEXT,v):null},d.prototype._read_content_word=function(f){var p="";if(this._options.unformatted_content_delimiter&&f===this._options.unformatted_content_delimiter[0]&&(p=this.__patterns.unformatted_content_delimiter.read()),p||(p=this.__patterns.word.read()),p)return this._create_token(s.TEXT,p)},Ai.Tokenizer=d,Ai.TOKEN=s,Ai}var g0;function Dk(){if(g0)return Us;g0=1;var e=Q1().Options,r=ad().Output,n=v0().Tokenizer,a=v0().TOKEN,i=/\r\n|[\r\n]/,s=/\r\n|[\r\n]/g,c=function(k,y){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=k.max_preserve_newlines,this.preserve_newlines=k.preserve_newlines,this._output=new r(k,y)};c.prototype.current_line_has_match=function(k){return this._output.current_line.has_match(k)},c.prototype.set_space_before_token=function(k,y){this._output.space_before_token=k,this._output.non_breaking_space=y},c.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},c.prototype.add_raw_token=function(k){this._output.add_raw_token(k)},c.prototype.print_preserved_newlines=function(k){var y=0;k.type!==a.TEXT&&k.previous.type!==a.TEXT&&(y=k.newlines?1:0),this.preserve_newlines&&(y=k.newlines<this.max_preserve_newlines+1?k.newlines:this.max_preserve_newlines+1);for(var x=0;x<y;x++)this.print_newline(x>0);return y!==0},c.prototype.traverse_whitespace=function(k){return k.whitespace_before||k.newlines?(this.print_preserved_newlines(k)||(this._output.space_before_token=!0),!0):!1},c.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},c.prototype.print_newline=function(k){this._output.add_new_line(k)},c.prototype.print_token=function(k){k.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(k.text))},c.prototype.indent=function(){this.indent_level++},c.prototype.get_full_indent=function(k){return k=this.indent_level+(k||0),k<1?"":this._output.get_indent_string(k)};var d=function(k){for(var y=null,x=k.next;x.type!==a.EOF&&k.closed!==x;){if(x.type===a.ATTRIBUTE&&x.text==="type"){x.next&&x.next.type===a.EQUALS&&x.next.next&&x.next.next.type===a.VALUE&&(y=x.next.next.text);break}x=x.next}return y},f=function(k,y){var x=null,B=null;return y.closed?(k==="script"?x="text/javascript":k==="style"&&(x="text/css"),x=d(y)||x,x.search("text/css")>-1?B="css":x.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?B="javascript":x.search(/(text|application|dojo)\/(x-)?(html)/)>-1?B="html":x.search(/test\/null/)>-1&&(B="null"),B):null};function p(k,y){return y.indexOf(k)!==-1}function h(k,y,x){this.parent=k||null,this.tag=y?y.tag_name:"",this.indent_level=x||0,this.parser_token=y||null}function v(k){this._printer=k,this._current_frame=null}v.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},v.prototype.record_tag=function(k){var y=new h(this._current_frame,k,this._printer.indent_level);this._current_frame=y},v.prototype._try_pop_frame=function(k){var y=null;return k&&(y=k.parser_token,this._printer.indent_level=k.indent_level,this._current_frame=k.parent),y},v.prototype._get_frame=function(k,y){for(var x=this._current_frame;x&&k.indexOf(x.tag)===-1;){if(y&&y.indexOf(x.tag)!==-1){x=null;break}x=x.parent}return x},v.prototype.try_pop=function(k,y){var x=this._get_frame([k],y);return this._try_pop_frame(x)},v.prototype.indent_to_tag=function(k){var y=this._get_frame(k);y&&(this._printer.indent_level=y.indent_level)};function b(k,y,x,B){this._source_text=k||"",y=y||{},this._js_beautify=x,this._css_beautify=B,this._tag_stack=null;var N=new e(y,"html");this._options=N,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,5)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,8)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}b.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var k=this._source_text,y=this._options.eol;this._options.eol==="auto"&&(y=`
70
- `,k&&i.test(k)&&(y=k.match(i)[0])),k=k.replace(s,`
71
- `);var x=k.match(/^[\t ]*/)[0],B={text:"",type:""},N=new w,H=new c(this._options,x),S=new n(k,this._options).tokenize();this._tag_stack=new v(H);for(var T=null,V=S.next();V.type!==a.EOF;)V.type===a.TAG_OPEN||V.type===a.COMMENT?(T=this._handle_tag_open(H,V,N,B,S),N=T):V.type===a.ATTRIBUTE||V.type===a.EQUALS||V.type===a.VALUE||V.type===a.TEXT&&!N.tag_complete?T=this._handle_inside_tag(H,V,N,B):V.type===a.TAG_CLOSE?T=this._handle_tag_close(H,V,N):V.type===a.TEXT?T=this._handle_text(H,V,N):H.add_raw_token(V),B=T,V=S.next();var I=H._output.get_code(y);return I},b.prototype._handle_tag_close=function(k,y,x){var B={text:y.text,type:y.type};return k.alignment_size=0,x.tag_complete=!0,k.set_space_before_token(y.newlines||y.whitespace_before!=="",!0),x.is_unformatted?k.add_raw_token(y):(x.tag_start_char==="<"&&(k.set_space_before_token(y.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&x.has_wrapped_attrs&&k.print_newline(!1)),k.print_token(y)),x.indent_content&&!(x.is_unformatted||x.is_content_unformatted)&&(k.indent(),x.indent_content=!1),!x.is_inline_element&&!(x.is_unformatted||x.is_content_unformatted)&&k.set_wrap_point(),B},b.prototype._handle_inside_tag=function(k,y,x,B){var N=x.has_wrapped_attrs,H={text:y.text,type:y.type};return k.set_space_before_token(y.newlines||y.whitespace_before!=="",!0),x.is_unformatted?k.add_raw_token(y):x.tag_start_char==="{"&&y.type===a.TEXT?k.print_preserved_newlines(y)?(y.newlines=0,k.add_raw_token(y)):k.print_token(y):(y.type===a.ATTRIBUTE?k.set_space_before_token(!0):(y.type===a.EQUALS||y.type===a.VALUE&&y.previous.type===a.EQUALS)&&k.set_space_before_token(!1),y.type===a.ATTRIBUTE&&x.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(k.traverse_whitespace(y),N=N||y.newlines!==0),this._is_wrap_attributes_force&&x.attr_count>=this._options.wrap_attributes_min_attrs&&(B.type!==a.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(k.print_newline(!1),N=!0)),k.print_token(y),N=N||k.previous_token_wrapped(),x.has_wrapped_attrs=N),H},b.prototype._handle_text=function(k,y,x){var B={text:y.text,type:"TK_CONTENT"};return x.custom_beautifier_name?this._print_custom_beatifier_text(k,y,x):x.is_unformatted||x.is_content_unformatted?k.add_raw_token(y):(k.traverse_whitespace(y),k.print_token(y)),B},b.prototype._print_custom_beatifier_text=function(k,y,x){var B=this;if(y.text!==""){var N=y.text,H,S=1,T="",V="";x.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?H=this._js_beautify:x.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?H=this._css_beautify:x.custom_beautifier_name==="html"&&(H=function(F,K){var Y=new b(F,K,B._js_beautify,B._css_beautify);return Y.beautify()}),this._options.indent_scripts==="keep"?S=0:this._options.indent_scripts==="separate"&&(S=-k.indent_level);var I=k.get_full_indent(S);if(N=N.replace(/\n[ \t]*$/,""),x.custom_beautifier_name!=="html"&&N[0]==="<"&&N.match(/^(<!--|<!\[CDATA\[)/)){var g=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(N);if(!g){k.add_raw_token(y);return}T=I+g[1]+`
72
- `,N=g[4],g[5]&&(V=I+g[5]),N=N.replace(/\n[ \t]*$/,""),(g[2]||g[3].indexOf(`
73
- `)!==-1)&&(g=g[3].match(/[ \t]+$/),g&&(y.whitespace_before=g[0]))}if(N)if(H){var R=function(){this.eol=`
74
- `};R.prototype=this._options.raw_options;var j=new R;N=H(I+N,j)}else{var ie=y.whitespace_before;ie&&(N=N.replace(new RegExp(`
75
- (`+ie+")?","g"),`
76
- `)),N=I+N.replace(/\n/g,`
77
- `+I)}T&&(N?N=T+N+`
78
- `+V:N=T+V),k.print_newline(!1),N&&(y.text=N,y.whitespace_before="",y.newlines=0,k.add_raw_token(y),k.print_newline(!0))}},b.prototype._handle_tag_open=function(k,y,x,B,N){var H=this._get_tag_open_token(y);if((x.is_unformatted||x.is_content_unformatted)&&!x.is_empty_element&&y.type===a.TAG_OPEN&&!H.is_start_tag?(k.add_raw_token(y),H.start_tag_token=this._tag_stack.try_pop(H.tag_name)):(k.traverse_whitespace(y),this._set_tag_position(k,y,H,x,B),H.is_inline_element||k.set_wrap_point(),k.print_token(y)),H.is_start_tag&&this._is_wrap_attributes_force){var S=0,T;do T=N.peek(S),T.type===a.ATTRIBUTE&&(H.attr_count+=1),S+=1;while(T.type!==a.EOF&&T.type!==a.TAG_CLOSE)}return(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(H.alignment_size=y.text.length+1),!H.tag_complete&&!H.is_unformatted&&(k.alignment_size=H.alignment_size),H};var w=function(k,y){if(this.parent=k||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!y)this.tag_complete=!0;else{var x;this.tag_start_char=y.text[0],this.text=y.text,this.tag_start_char==="<"?(x=y.text.match(/^<([^\s>]*)/),this.tag_check=x?x[1]:""):(x=y.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=x?x[1]:"",(y.text.startsWith("{{#>")||y.text.startsWith("{{~#>"))&&this.tag_check[0]===">"&&(this.tag_check===">"&&y.next!==null?this.tag_check=y.next.text.split(" ")[0]:this.tag_check=y.text.split(">")[1])),this.tag_check=this.tag_check.toLowerCase(),y.type===a.COMMENT&&(this.tag_complete=!0),this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||y.closed&&y.closed.text==="/>";var B=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(B=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(B)))}};b.prototype._get_tag_open_token=function(k){var y=new w(this._tag_stack.get_parser_token(),k);return y.alignment_size=this._options.wrap_attributes_indent_size,y.is_end_tag=y.is_end_tag||p(y.tag_check,this._options.void_elements),y.is_empty_element=y.tag_complete||y.is_start_tag&&y.is_end_tag,y.is_unformatted=!y.tag_complete&&p(y.tag_check,this._options.unformatted),y.is_content_unformatted=!y.is_empty_element&&p(y.tag_check,this._options.content_unformatted),y.is_inline_element=p(y.tag_name,this._options.inline)||this._options.inline_custom_elements&&y.tag_name.includes("-")||y.tag_start_char==="{",y},b.prototype._set_tag_position=function(k,y,x,B,N){if(x.is_empty_element||(x.is_end_tag?x.start_tag_token=this._tag_stack.try_pop(x.tag_name):(this._do_optional_end_element(x)&&(x.is_inline_element||k.print_newline(!1)),this._tag_stack.record_tag(x),(x.tag_name==="script"||x.tag_name==="style")&&!(x.is_unformatted||x.is_content_unformatted)&&(x.custom_beautifier_name=f(x.tag_check,y)))),p(x.tag_check,this._options.extra_liners)&&(k.print_newline(!1),k._output.just_added_blankline()||k.print_newline(!0)),x.is_empty_element){if(x.tag_start_char==="{"&&x.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),x.indent_content=!0;var H=k.current_line_has_match(/{{#if/);H||k.print_newline(!1)}x.tag_name==="!--"&&N.type===a.TAG_CLOSE&&B.is_end_tag&&x.text.indexOf(`
79
- `)===-1||(x.is_inline_element||x.is_unformatted||k.print_newline(!1),this._calcluate_parent_multiline(k,x))}else if(x.is_end_tag){var S=!1;S=x.start_tag_token&&x.start_tag_token.multiline_content,S=S||!x.is_inline_element&&!(B.is_inline_element||B.is_unformatted)&&!(N.type===a.TAG_CLOSE&&x.start_tag_token===B)&&N.type!=="TK_CONTENT",(x.is_content_unformatted||x.is_unformatted)&&(S=!1),S&&k.print_newline(!1)}else x.indent_content=!x.custom_beautifier_name,x.tag_start_char==="<"&&(x.tag_name==="html"?x.indent_content=this._options.indent_inner_html:x.tag_name==="head"?x.indent_content=this._options.indent_head_inner_html:x.tag_name==="body"&&(x.indent_content=this._options.indent_body_inner_html)),!(x.is_inline_element||x.is_unformatted)&&(N.type!=="TK_CONTENT"||x.is_content_unformatted)&&k.print_newline(!1),this._calcluate_parent_multiline(k,x)},b.prototype._calcluate_parent_multiline=function(k,y){y.parent&&k._output.just_added_newline()&&!((y.is_inline_element||y.is_unformatted)&&y.parent.is_inline_element)&&(y.parent.multiline_content=!0)};var C=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],A=["a","audio","del","ins","map","noscript","video"];return b.prototype._do_optional_end_element=function(k){var y=null;if(!(k.is_empty_element||!k.is_start_tag||!k.parent)){if(k.tag_name==="body")y=y||this._tag_stack.try_pop("head");else if(k.tag_name==="li")y=y||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(k.tag_name==="dd"||k.tag_name==="dt")y=y||this._tag_stack.try_pop("dt",["dl"]),y=y||this._tag_stack.try_pop("dd",["dl"]);else if(k.parent.tag_name==="p"&&C.indexOf(k.tag_name)!==-1){var x=k.parent.parent;(!x||A.indexOf(x.tag_name)===-1)&&(y=y||this._tag_stack.try_pop("p"))}else k.tag_name==="rp"||k.tag_name==="rt"?(y=y||this._tag_stack.try_pop("rt",["ruby","rtc"]),y=y||this._tag_stack.try_pop("rp",["ruby","rtc"])):k.tag_name==="optgroup"?y=y||this._tag_stack.try_pop("optgroup",["select"]):k.tag_name==="option"?y=y||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):k.tag_name==="colgroup"?y=y||this._tag_stack.try_pop("caption",["table"]):k.tag_name==="thead"?(y=y||this._tag_stack.try_pop("caption",["table"]),y=y||this._tag_stack.try_pop("colgroup",["table"])):k.tag_name==="tbody"||k.tag_name==="tfoot"?(y=y||this._tag_stack.try_pop("caption",["table"]),y=y||this._tag_stack.try_pop("colgroup",["table"]),y=y||this._tag_stack.try_pop("thead",["table"]),y=y||this._tag_stack.try_pop("tbody",["table"])):k.tag_name==="tr"?(y=y||this._tag_stack.try_pop("caption",["table"]),y=y||this._tag_stack.try_pop("colgroup",["table"]),y=y||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(k.tag_name==="th"||k.tag_name==="td")&&(y=y||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),y=y||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return k.parent=this._tag_stack.get_parser_token(),y}},Us.Beautifier=b,Us}var y0;function Pk(){if(y0)return Mi.exports;y0=1;var e=Dk().Beautifier,r=Q1().Options;function n(a,i,s,c){var d=new e(a,i,s,c);return d.beautify()}return Mi.exports=n,Mi.exports.defaultOptions=function(){return new r},Mi.exports}var b0;function Ik(){if(b0)return ho;b0=1;var e=Tk(),r=Ak(),n=Pk();function a(i,s,c,d){return c=c||e,d=d||r,n(i,s,c,d)}return a.defaultOptions=n.defaultOptions,ho.js=e,ho.css=r,ho.html=a,ho}(function(e){function r(n,a,i){var s=function(c,d){return n.js_beautify(c,d)};return s.js=n.js_beautify,s.css=a.css_beautify,s.html=i.html_beautify,s.js_beautify=n.js_beautify,s.css_beautify=a.css_beautify,s.html_beautify=i.html_beautify,s}(function(n){var a=Ik();a.js_beautify=a.js,a.css_beautify=a.css,a.html_beautify=a.html,n.exports=r(a,a,a)})(e)})(j1);var Rk=j1.exports,Lk=Ok(Rk),Z1=function(){function e(r){var n=this;this.isDisabled=function(){var a=["BUTTON","COMMAND","FIELDSET","KEYGEN","OPTGROUP","OPTION","SELECT","TEXTAREA","INPUT"],i=n.attributes().disabled!==void 0,s=po(n.element)&&a.includes(n.element.tagName);return i&&s},this.wrapperElement=r}return Object.defineProperty(e.prototype,"element",{get:function(){return this.wrapperElement},enumerable:!1,configurable:!0}),e.prototype.findAllDOMElements=function(r){var n=this.getRootNodes().filter(po);if(n.length===0)return[];var a=A1([],n.filter(function(i){return i.matches(r)}));return n.forEach(function(i){a.push.apply(a,Array.from(i.querySelectorAll(r)))}),a},e.prototype.find=function(r){if(typeof r=="object"&&"ref"in r){var n=this.getCurrentComponent();if(!n)return kr("DOMWrapper");var a=n.refs[r.ref];return Array.isArray(a)&&(a=a.length?a[0]:void 0),a instanceof Node?Oo(a):kr("DOMWrapper")}var i=this.findAll(r);return i.length>0?i[0]:kr("DOMWrapper")},e.prototype.findComponent=function(r){var n=this.getCurrentComponent();if(!n)return kr("VueWrapper");if(typeof r=="object"&&"ref"in r){var a=n.refs[r.ref];return Array.isArray(a)&&(a=a.length?a[0]:void 0),a&&!(a instanceof HTMLElement)?Bs(null,a):kr("VueWrapper")}if(H1(n.vnode,r)&&this.element.contains(n.vnode.el))return Bs(null,n.subTree.component?n.subTree.component.proxy:n.proxy);var i=this.findAllComponents(r)[0];return i??kr("VueWrapper")},e.prototype.findAllComponents=function(r){var n=this.getCurrentComponent();if(!n)return[];var a=xk(n.subTree,r);return a.map(function(i){return i.proxy?Bs(null,i.proxy):Oo(i.vnode.el)})},e.prototype.html=function(r){var n=this.getRootNodes().map(function(a){return Sk(a)});return r!=null&&r.raw?n.join(""):n.map(function(a){return Lk.html(a,{unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_size:2,inline_custom_elements:!1})}).join(`
80
- `)},e.prototype.classes=function(r){var n=po(this.element)?Array.from(this.element.classList):[];return r?n.includes(r):n},e.prototype.attributes=function(r){var n={};if(po(this.element))for(var a=Array.from(this.element.attributes),i=0,s=a;i<s.length;i++){var c=s[i];n[c.localName]=c.value}return r?n[r]:n},e.prototype.text=function(){return this.getRootNodes().map(ak).join("")},e.prototype.exists=function(){return!0},e.prototype.get=function(r){var n=this.find(r);if(n.exists())return n;throw new Error("Unable to get ".concat(r," within: ").concat(this.html()))},e.prototype.getComponent=function(r){var n=this.findComponent(r);if(n.exists())return n;var a="Unable to get ";throw typeof r=="string"?a+="component with selector ".concat(r):"name"in r?a+="component with name ".concat(r.name):"ref"in r?a+="component with ref ".concat(r.ref):a+="specified component",a+=" within: ".concat(this.html()),new Error(a)},e.prototype.isVisible=function(){return po(this.element)&&U1(this.element)},e.prototype.trigger=function(r,n){return td(this,void 0,void 0,function(){var a;return nd(this,function(i){if(n&&n.target)throw Error("[vue-test-utils]: you cannot set the target value of an event. See the notes section of the docs for more details—https://vue-test-utils.vuejs.org/api/wrapper/trigger.html");return this.element&&!this.isDisabled()&&(a=_k(r,n),a._vts=Date.now()+1,this.element.dispatchEvent(a)),[2,t.nextTick()]})})},e}(),zk=function(e){M1(r,e);function r(n){var a=this;return n?(a=e.call(this,n)||this,D1.plugins.DOMWrapper.extend(a),a):kr("DOMWrapper")}return r.prototype.getRootNodes=function(){return[this.wrapperElement]},r.prototype.getCurrentComponent=function(){for(var n,a=this.element.__vueParentComponent;((n=a==null?void 0:a.parent)===null||n===void 0?void 0:n.vnode.el)===this.element;)a=a.parent;return a},r.prototype.find=function(n){var a=e.prototype.find.call(this,n);return a.exists()&&lk(n)?this.element.contains(a.element)?a:kr("DOMWrapper"):a},r.prototype.findAll=function(n){return this.wrapperElement instanceof Element?Array.from(this.wrapperElement.querySelectorAll(n),Oo):[]},r.prototype.findAllComponents=function(n){var a=this,i=e.prototype.findAllComponents.call(this,n);return i.filter(function(s){return a.element.contains(s.element)})},r.prototype.setChecked=function(){return td(this,arguments,void 0,function(n){var a,i;return n===void 0&&(n=!0),nd(this,function(s){if(a=this.element,i=this.attributes().type,i==="radio"&&!n)throw Error(`wrapper.setChecked() cannot be called with parameter false on a '<input type="radio" /> element.`);return n===a.checked?[2]:(a.checked=n,this.trigger("input"),[2,this.trigger("change")])})})},r.prototype.setValue=function(n){var a=this.element,i=a.tagName,s=this.attributes().type;if(i==="OPTION")return this.setSelected(),Promise.resolve();if(i==="INPUT"&&s==="checkbox")return this.setChecked(n);if(i==="INPUT"&&s==="radio")return this.setChecked(n);if(i==="SELECT"){if(Array.isArray(n))for(var c=a,d=0;d<c.options.length;d++){var f=c.options[d];f.selected=n.includes(f.value)}else a.value=n;return this.trigger("input"),this.trigger("change")}else{if(i==="INPUT"||i==="TEXTAREA")return a.value=n,this.trigger("input"),this.trigger("change");throw Error("wrapper.setValue() cannot be called on ".concat(i))}},r.prototype.setSelected=function(){var n=this.element;if(!n.selected){n.selected=!0;var a=n.parentElement;a.tagName==="OPTGROUP"&&(a=a.parentElement);var i=new r(a);return i.trigger("input"),i.trigger("change")}},r}(Z1);W1(Ra.DOMWrapper,function(e){return new zk(e)});function Ui(e){if(e.shapeFlag&1)return[e.el];if(e.shapeFlag&6){var r=e.component.subTree;return Ui(r)}else{if(e.shapeFlag&128)return Ui(e.suspense.activeBranch);if(e.shapeFlag&72){var n=[e.el];if(e.anchor)for(var a=n[0].nextSibling;a&&a.previousSibling!==e.anchor;)n.push(a),a=a.nextSibling;return n}else if(e.shapeFlag&16){var i=e.children.flat();return i.flatMap(function(s){return Ui(s)}).filter(ik)}}return[]}var Zr={};function Fk(e,r){var n=e.$.uid,a=Zr[n]||{};return r?a?a[r]:void 0:a}var Hk=function(e,r,n){for(var a=e;typeof(a==null?void 0:a.type)=="function";)a=a.parent;var i=a.uid;i in Zr||(Zr[i]={}),r in Zr[i]||(Zr[i][r]=[]),Zr[i][r].push(n)},Uk=function(e){var r=e.$.uid;delete Zr[r]};function Wk(e,r){return new Proxy(e,{get:function(n,a,i){return n.$.exposed&&n.$.exposeProxy&&a in n.$.exposeProxy?Reflect.get(n.$.exposeProxy,a,i):a in r?Reflect.get(r,a,i):a in n.$.appContext.config.globalProperties?Reflect.get(n.$.appContext.config.globalProperties,a,i):n.$.ctx[a]},set:function(n,a,i,s){return a in r?Reflect.set(r,a,i,s):Reflect.set(n,a,i,s)},has:function(n,a){return Reflect.has(r,a)||Reflect.has(n,a)},defineProperty:function(n,a,i){return a in r?Reflect.defineProperty(r,a,i):Reflect.defineProperty(n,a,i)},getOwnPropertyDescriptor:function(n,a){return a in r?Reflect.getOwnPropertyDescriptor(r,a):Reflect.getOwnPropertyDescriptor(n,a)},deleteProperty:function(n,a){return a in r?Reflect.deleteProperty(r,a):Reflect.deleteProperty(n,a)}})}var jk=function(e){M1(r,e);function r(n,a,i){var s=e.call(this,a==null?void 0:a.$el)||this;return s.cleanUpCallbacks=[],s.__app=n,s.rootVM=a==null?void 0:a.$root,sk(a)?s.componentVM=Wk(a,a.$.setupState):s.componentVM=a,s.__setProps=i,s.attachNativeEventListener(),D1.plugins.VueWrapper.extend(s),s}return Object.defineProperty(r.prototype,"hasMultipleRoots",{get:function(){var n=function(a){var i;if(a.shapeFlag===16)return!0;if(a.shapeFlag&4||a.shapeFlag&2){if(!((i=a.component)===null||i===void 0)&&i.subTree)return n(a.component.subTree);if(a.shapeFlag&16)return!0}return!1};return n(this.vm.$.subTree)},enumerable:!1,configurable:!0}),r.prototype.getRootNodes=function(){return Ui(this.vm.$.vnode)},Object.defineProperty(r.prototype,"parentElement",{get:function(){return this.vm.$el.parentElement},enumerable:!1,configurable:!0}),r.prototype.getCurrentComponent=function(){return this.vm.$},r.prototype.exists=function(){return!this.getCurrentComponent().isUnmounted},r.prototype.findAll=function(n){return this.findAllDOMElements(n).map(Oo)},r.prototype.attachNativeEventListener=function(){var n=this.vm;if(n){var a=n.$options.emits?Array.isArray(n.$options.emits)?n.$options.emits:Object.keys(n.$options.emits):[],i=this.getRootNodes().filter(function(v){return v instanceof Element});if(i.length===1)for(var s=i[0],c=function(v){if(a.includes(v))return"continue";var b=function(){for(var w=[],C=0;C<arguments.length;C++)w[C]=arguments[C];Hk(n.$,v,w)};s.addEventListener(v,b),d.cleanUpCallbacks.push(function(){s.removeEventListener(v,b)})},d=this,f=0,p=Object.keys(I1);f<p.length;f++){var h=p[f];c(h)}}},Object.defineProperty(r.prototype,"element",{get:function(){return this.hasMultipleRoots?this.parentElement:this.vm.$el},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"vm",{get:function(){return this.componentVM},enumerable:!1,configurable:!0}),r.prototype.props=function(n){var a=this.componentVM.$props;return n?a[n]:a},r.prototype.emitted=function(n){return Fk(this.vm,n)},r.prototype.isVisible=function(){var n=Oo(this.element);return n.isVisible()},r.prototype.setData=function(n){return P1(this.componentVM.$data,n),t.nextTick()},r.prototype.setProps=function(n){if(this.vm.$parent!==this.rootVM||!this.__setProps)throw Error("You can only use setProps on your mounted component");return this.__setProps(n),t.nextTick()},r.prototype.setValue=function(n,a){var i=a||"modelValue";return this.vm.$emit("update:".concat(i),n),this.vm.$nextTick()},r.prototype.unmount=function(){if(!this.__app)throw new Error("wrapper.unmount() can only be called by the root wrapper");Uk(this.vm),this.cleanUpCallbacks.forEach(function(n){return n()}),this.cleanUpCallbacks=[],this.__app.unmount()},r}(Z1);W1(Ra.VueWrapper,function(e,r,n){return new jk(e,r,n)});var Yk={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"};t.defineComponent({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var e=this,r,n,a=t.computed(function(){return Yk}),i=(n=(r=this.$slots)===null||r===void 0?void 0:r.default)===null||n===void 0?void 0:n.call(r,{route:a,href:t.computed(function(){return a.value.href}),isActive:t.computed(function(){return!1}),isExactActive:t.computed(function(){return!1}),navigate:function(){return td(e,void 0,void 0,function(){return nd(this,function(s){return[2]})})}});return this.custom?i:t.h("a",void 0,i)}});const J1=e=>e<10?`0${e}`:e,$0=(e,r,n,a,i,s)=>{const c=vu(e,r.slice(0,e.length),new Date,{locale:s});return bo(c)&&d1(c)?a||i?c:ot(c,{hours:+n.hours,minutes:+(n==null?void 0:n.minutes),seconds:+(n==null?void 0:n.seconds),milliseconds:0}):null},Gk=(e,r,n,a,i,s)=>{const c=Array.isArray(n)?n[0]:n;if(typeof r=="string")return $0(e,r,c,a,i,s);if(Array.isArray(r)){let d=null;for(const f of r)if(d=$0(e,f,c,a,i,s),d)break;return d}return typeof r=="function"?r(e):null},ve=e=>e?new Date(e):new Date,qk=(e,r,n)=>{if(r){const i=(e.getMonth()+1).toString().padStart(2,"0"),s=e.getDate().toString().padStart(2,"0"),c=e.getHours().toString().padStart(2,"0"),d=e.getMinutes().toString().padStart(2,"0"),f=n?e.getSeconds().toString().padStart(2,"0"):"00";return`${e.getFullYear()}-${i}-${s}T${c}:${d}:${f}.000Z`}const a=Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds());return new Date(a).toISOString()},At=(e,r)=>{const n=ve(JSON.parse(JSON.stringify(e))),a=ot(n,{hours:0,minutes:0,seconds:0,milliseconds:0});return r?W$(a):a},Cr=(e,r,n,a)=>{let i=e?ve(e):ve();return(r||r===0)&&(i=D7(i,+r)),(n||n===0)&&(i=P7(i,+n)),(a||a===0)&&(i=C1(i,+a)),E1(i,0)},vt=(e,r)=>!e||!r?!1:Da(At(e),At(r)),Ke=(e,r)=>!e||!r?!1:Ca(At(e),At(r)),wt=(e,r)=>!e||!r?!1:aa(At(e),At(r)),Vo=(e,r,n)=>e!=null&&e[0]&&e!=null&&e[1]?wt(n,e[0])&&vt(n,e[1]):e!=null&&e[0]&&r?wt(n,e[0])&&vt(n,r)||vt(n,e[0])&&wt(n,r):!1,Vn=e=>{const r=ot(new Date(e),{date:1});return At(r)},js=(e,r,n)=>r&&(n||n===0)?Object.fromEntries(["hours","minutes","seconds"].map(a=>a===r?[a,n]:[a,isNaN(+e[a])?void 0:+e[a]])):{hours:isNaN(+e.hours)?void 0:+e.hours,minutes:isNaN(+e.minutes)?void 0:+e.minutes,seconds:isNaN(+e.seconds)?void 0:+e.seconds},na=e=>({hours:sr(e),minutes:Sr(e),seconds:Aa(e)}),eh=(e,r)=>{if(r){const n=Re(ve(r));if(n>e)return 12;if(n===e)return qe(ve(r))}},th=(e,r)=>{if(r){const n=Re(ve(r));return n<e?-1:n===e?qe(ve(r)):void 0}},La=e=>{if(e)return Re(ve(e))},nh=(e,r)=>{const n=wt(e,r)?r:e,a=wt(r,e)?r:e;return f1({start:n,end:a})},Kk=e=>{const r=Bn(e,1);return{month:qe(r),year:Re(r)}},rr=(e,r)=>{const n=Tn(e,{weekStartsOn:+r}),a=h1(e,{weekStartsOn:+r});return[n,a]},rh=(e,r)=>{const n={hours:sr(ve()),minutes:Sr(ve()),seconds:r?Aa(ve()):0};return Object.assign(n,e)},xr=(e,r,n)=>[ot(ve(e),{date:1}),ot(ve(),{month:r,year:n,date:1})],ar=(e,r,n)=>{let a=e?ve(e):ve();return(r||r===0)&&(a=x1(a,r)),n&&(a=Fn(a,n)),a},ah=(e,r,n,a,i)=>{if(!a||i&&!r||!i&&!n)return!1;const s=i?Bn(e,1):Pa(e,1),c=[qe(s),Re(s)];return i?!Qk(...c,r):!Xk(...c,n)},Xk=(e,r,n)=>vt(...xr(n,e,r))||Ke(...xr(n,e,r)),Qk=(e,r,n)=>wt(...xr(n,e,r))||Ke(...xr(n,e,r)),oh=(e,r,n,a,i,s,c)=>{if(typeof r=="function"&&!c)return r(e);const d=n?{locale:n}:void 0;return Array.isArray(e)?`${Wn(e[0],s,d)}${i&&!e[1]?"":a}${e[1]?Wn(e[1],s,d):""}`:Wn(e,s,d)},xa=e=>{if(e)return null;throw new Error(Ju.prop("partial-range"))},Di=(e,r)=>{if(r)return e();throw new Error(Ju.prop("range"))},$u=e=>Array.isArray(e)?bo(e[0])&&(e[1]?bo(e[1]):!0):e?bo(e):!1,Zk=(e,r)=>ot(r??ve(),{hours:+e.hours||0,minutes:+e.minutes||0,seconds:+e.seconds||0}),Ys=(e,r,n,a)=>{if(!e)return!0;if(a){const i=n==="max"?Da(e,r):aa(e,r),s={seconds:0,milliseconds:0};return i||Ca(ot(e,s),ot(r,s))}return n==="max"?e.getTime()<=r.getTime():e.getTime()>=r.getTime()},Gs=(e,r,n)=>e?Zk(e,r):ve(n??r),w0=(e,r,n,a,i)=>{if(Array.isArray(a)){const c=Gs(e,a[0],r),d=Gs(e,a[1],r);return Ys(a[0],c,n,!!r)&&Ys(a[1],d,n,!!r)&&i}const s=Gs(e,a,r);return Ys(a,s,n,!!r)&&i},qs=e=>ot(ve(),na(e)),Jk=(e,r,n)=>{if(e instanceof Map){const a=`${J1(n+1)}-${r}`;return e.size?e.has(a):!1}return!1},ex=(e,r,n)=>{if(e instanceof Map){const a=`${J1(n+1)}-${r}`;return e.size?e.has(a):!0}return!0},ih=(e,r,n)=>typeof e=="function"?e({month:r,year:n}):!!e.months.find(a=>a.month===r&&a.year===n),sd=(e,r)=>typeof e=="function"?e(r):e.years.includes(r),wu=e=>`dp-${Wn(e,"yyyy-MM-dd")}`,k0=(e,r)=>{const n=k1(At(r),e),a=yn(At(r),e);return{before:n,after:a}},_o=t.reactive({menuFocused:!1,shiftKeyInMenu:!1}),lh=()=>{const e=n=>{_o.menuFocused=n},r=n=>{_o.shiftKeyInMenu!==n&&(_o.shiftKeyInMenu=n)};return{control:t.computed(()=>({shiftKeyInMenu:_o.shiftKeyInMenu,menuFocused:_o.menuFocused})),setMenuFocused:e,setShiftKey:r}},dt=t.reactive({monthYear:[],calendar:[],time:[],actionRow:[],selectionGrid:[],timePicker:{0:[],1:[]},monthPicker:[]}),Ks=t.ref(null),Pi=t.ref(!1),Xs=t.ref(!1),Qs=t.ref(!1),Zs=t.ref(!1),It=t.ref(0),$t=t.ref(0),Tr=()=>{const e=t.computed(()=>Pi.value?[...dt.selectionGrid,dt.actionRow].filter(v=>v.length):Xs.value?[...dt.timePicker[0],...dt.timePicker[1],Zs.value?[]:[Ks.value],dt.actionRow].filter(v=>v.length):Qs.value?[...dt.monthPicker,dt.actionRow]:[dt.monthYear,...dt.calendar,dt.time,dt.actionRow].filter(v=>v.length)),r=v=>{It.value=v?It.value+1:It.value-1;let b=null;e.value[$t.value]&&(b=e.value[$t.value][It.value]),!b&&e.value[$t.value+(v?1:-1)]?($t.value=$t.value+(v?1:-1),It.value=v?0:e.value[$t.value].length-1):b||(It.value=v?It.value-1:It.value+1)},n=v=>{$t.value===0&&!v||$t.value===e.value.length&&v||($t.value=v?$t.value+1:$t.value-1,e.value[$t.value]?e.value[$t.value]&&!e.value[$t.value][It.value]&&It.value!==0&&(It.value=e.value[$t.value].length-1):$t.value=v?$t.value-1:$t.value+1)},a=v=>{let b=null;e.value[$t.value]&&(b=e.value[$t.value][It.value]),b?b.focus({preventScroll:!Pi.value}):It.value=v?It.value-1:It.value+1},i=()=>{r(!0),a(!0)},s=()=>{r(!1),a(!1)},c=()=>{n(!1),a(!0)},d=()=>{n(!0),a(!0)},f=(v,b)=>{dt[b]=v},p=(v,b)=>{dt[b]=v},h=()=>{It.value=0,$t.value=0};return{buildMatrix:f,buildMultiLevelMatrix:p,setTimePickerBackRef:v=>{Ks.value=v},setSelectionGrid:v=>{Pi.value=v,h(),v||(dt.selectionGrid=[])},setTimePicker:(v,b=!1)=>{Xs.value=v,Zs.value=b,h(),v||(dt.timePicker[0]=[],dt.timePicker[1]=[])},setTimePickerElements:(v,b=0)=>{dt.timePicker[b]=v},arrowRight:i,arrowLeft:s,arrowUp:c,arrowDown:d,clearArrowNav:()=>{dt.monthYear=[],dt.calendar=[],dt.time=[],dt.actionRow=[],dt.selectionGrid=[],dt.timePicker[0]=[],dt.timePicker[1]=[],Pi.value=!1,Xs.value=!1,Zs.value=!1,Qs.value=!1,h(),Ks.value=null},setMonthPicker:v=>{Qs.value=v,h()},refSets:dt}},x0=e=>({menuAppearTop:"dp-menu-appear-top",menuAppearBottom:"dp-menu-appear-bottom",open:"dp-slide-down",close:"dp-slide-up",next:"calendar-next",previous:"calendar-prev",vNext:"dp-slide-up",vPrevious:"dp-slide-down",...e??{}}),tx=e=>({toggleOverlay:"Toggle overlay",menu:"Datepicker menu",input:"Datepicker input",openTimePicker:"Open time picker",closeTimePicker:"Close time Picker",incrementValue:r=>`Increment ${r}`,decrementValue:r=>`Decrement ${r}`,openTpOverlay:r=>`Open ${r} overlay`,amPmButton:"Switch AM/PM mode",openYearsOverlay:"Open years overlay",openMonthsOverlay:"Open months overlay",nextMonth:"Next month",prevMonth:"Previous month",nextYear:"Next year",prevYear:"Previous year",day:void 0,weekDay:void 0,clearInput:"Clear value",calendarIcon:"Calendar icon",timePicker:"Time picker",monthPicker:r=>`Month picker${r?" overlay":""}`,yearPicker:r=>`Year picker${r?" overlay":""}`,timeOverlay:r=>`${r} overlay`,...e??{}}),E0=e=>e?typeof e=="boolean"?e?2:0:+e>=2?+e:2:0,nx=e=>{const r=typeof e=="object"&&e,n={static:!0,solo:!1};if(!e)return{...n,count:E0(!1)};const a=r?e:{},i=r?a.count??!0:e,s=E0(i);return Object.assign(n,a,{count:s})},rx=(e,r,n)=>e||(typeof n=="string"?n:r),ax=e=>typeof e=="boolean"?e?x0({}):!1:x0(e),ox=e=>{const r={enterSubmit:!0,tabSubmit:!0,openMenu:"open",selectOnFocus:!1,rangeSeparator:" - ",escClose:!0};return typeof e=="object"?{...r,...e??{},enabled:!0}:{...r,enabled:e}},ix=e=>({months:[],years:[],times:{hours:[],minutes:[],seconds:[]},...e??{}}),lx=e=>({showSelect:!0,showCancel:!0,showNow:!1,showPreview:!0,...e??{}}),sx=e=>{const r={input:!1};return typeof e=="object"?{...r,...e??{},enabled:!0}:{enabled:e,...r}},ux=e=>({allowStopPropagation:!0,closeOnScroll:!1,modeHeight:255,allowPreventDefault:!1,closeOnClearValue:!0,closeOnAutoApply:!0,noSwipe:!1,keepActionRow:!1,onClickOutside:void 0,tabOutClosesMenu:!0,arrowLeft:void 0,keepViewOnOffsetClick:!1,timeArrowHoldThreshold:0,shadowDom:!1,mobileBreakpoint:600,setDateOnMenuClose:!1,...e??{}}),dx=e=>{const r={dates:Array.isArray(e)?e.map(n=>ve(n)):[],years:[],months:[],quarters:[],weeks:[],weekdays:[],options:{highlightDisabled:!1}};return typeof e=="function"?e:{...r,...e??{}}},cx=e=>typeof e=="object"?{type:(e==null?void 0:e.type)??"local",hideOnOffsetDates:(e==null?void 0:e.hideOnOffsetDates)??!1}:{type:e,hideOnOffsetDates:!1},fx=e=>{const r={noDisabledRange:!1,showLastInRange:!0,minMaxRawRange:!1,partialRange:!0,disableTimeRangeValidation:!1,maxRange:void 0,minRange:void 0,autoRange:void 0,fixedStart:!1,fixedEnd:!1};return typeof e=="object"?{enabled:!0,...r,...e}:{enabled:e,...r}},px=e=>e?typeof e=="string"?{timezone:e,exactMatch:!1,dateInTz:void 0,emitTimezone:void 0,convertModel:!0}:{timezone:e.timezone,exactMatch:e.exactMatch??!1,dateInTz:e.dateInTz??void 0,emitTimezone:e.emitTimezone??void 0,convertModel:e.convertModel??!0}:{timezone:void 0,exactMatch:!1,emitTimezone:void 0},Js=(e,r,n,a)=>new Map(e.map(i=>{const s=Qu(i,r,a);return[ed(s,n),s]})),hx=(e,r)=>e.length?new Map(e.map(n=>{const a=Qu(n.date,r);return[ed(a,Oa.DATE),n]})):null,mx=e=>{var r;const n=Q7(e.isMonthPicker,e.isYearPicker);return{minDate:gu(e.minDate,e.timezone,e.isSpecific),maxDate:gu(e.maxDate,e.timezone,e.isSpecific),disabledDates:Vs(e.disabledDates)?Js(e.disabledDates,e.timezone,n,e.isSpecific):e.disabledDates,allowedDates:Vs(e.allowedDates)?Js(e.allowedDates,e.timezone,n,e.isSpecific):null,highlight:typeof e.highlight=="object"&&Vs((r=e.highlight)==null?void 0:r.dates)?Js(e.highlight.dates,e.timezone,n):e.highlight,markers:hx(e.markers,e.timezone)}},_x=e=>typeof e=="boolean"?{enabled:e,dragSelect:!0,limit:null}:{enabled:!!e,limit:e.limit?+e.limit:null,dragSelect:e.dragSelect??!0},vx=e=>({...Object.fromEntries(Object.keys(e).map(r=>{const n=r,a=e[n],i=typeof e[n]=="string"?{[a]:!0}:Object.fromEntries(a.map(s=>[s,!0]));return[r,i]}))}),pt=e=>{const r=()=>{const S=e.enableSeconds?":ss":"",T=e.enableMinutes?":mm":"";return e.is24?`HH${T}${S}`:`hh${T}${S} aa`},n=()=>{var S;return e.format?e.format:e.monthPicker?"MM/yyyy":e.timePicker?r():e.weekPicker?`${((S=k.value)==null?void 0:S.type)==="iso"?"II":"ww"}-RR`:e.yearPicker?"yyyy":e.quarterPicker?"QQQ/yyyy":e.enableTimePicker?`MM/dd/yyyy, ${r()}`:"MM/dd/yyyy"},a=S=>rh(S,e.enableSeconds),i=()=>N.value.enabled?e.startTime&&Array.isArray(e.startTime)?[a(e.startTime[0]),a(e.startTime[1])]:null:e.startTime&&!Array.isArray(e.startTime)?a(e.startTime):null,s=t.computed(()=>nx(e.multiCalendars)),c=t.computed(()=>i()),d=t.computed(()=>tx(e.ariaLabels)),f=t.computed(()=>ix(e.filters)),p=t.computed(()=>ax(e.transitions)),h=t.computed(()=>lx(e.actionRow)),v=t.computed(()=>rx(e.previewFormat,e.format,n())),b=t.computed(()=>ox(e.textInput)),w=t.computed(()=>sx(e.inline)),C=t.computed(()=>ux(e.config)),A=t.computed(()=>dx(e.highlight)),k=t.computed(()=>cx(e.weekNumbers)),y=t.computed(()=>px(e.timezone)),x=t.computed(()=>_x(e.multiDates)),B=t.computed(()=>mx({minDate:e.minDate,maxDate:e.maxDate,disabledDates:e.disabledDates,allowedDates:e.allowedDates,highlight:A.value,markers:e.markers,timezone:y.value,isSpecific:e.monthPicker||e.yearPicker||e.quarterPicker,isMonthPicker:e.monthPicker,isYearPicker:e.yearPicker})),N=t.computed(()=>fx(e.range)),H=t.computed(()=>vx(e.ui));return{defaultedTransitions:p,defaultedMultiCalendars:s,defaultedStartTime:c,defaultedAriaLabels:d,defaultedFilters:f,defaultedActionRow:h,defaultedPreviewFormat:v,defaultedTextInput:b,defaultedInline:w,defaultedConfig:C,defaultedHighlight:A,defaultedWeekNumbers:k,defaultedRange:N,propDates:B,defaultedTz:y,defaultedMultiDates:x,defaultedUI:H,getDefaultPattern:n,getDefaultStartTime:i}},gx=(e,r,n)=>{const a=t.ref(),{defaultedTextInput:i,defaultedRange:s,defaultedTz:c,defaultedMultiDates:d,getDefaultPattern:f}=pt(r),p=t.ref(""),h=t.toRef(r,"format"),v=t.toRef(r,"formatLocale");t.watch(a,()=>{typeof r.onInternalModelChange=="function"&&e("internal-model-change",a.value,q(!0))},{deep:!0}),t.watch(s,(_,D)=>{_.enabled!==D.enabled&&(a.value=null)}),t.watch(h,()=>{fe()});const b=_=>c.value.timezone&&c.value.convertModel?Zt(_,c.value.timezone):_,w=_=>{if(c.value.timezone&&c.value.convertModel){const D=z7(c.value.timezone,_);return I$(_,D)}return _},C=(_,D,G=!1)=>oh(_,r.format,r.formatLocale,i.value.rangeSeparator,r.modelAuto,D??f(),G),A=_=>_?r.modelType?he(_):{hours:sr(_),minutes:Sr(_),seconds:r.enableSeconds?Aa(_):0}:null,k=_=>r.modelType?he(_):{month:qe(_),year:Re(_)},y=_=>Array.isArray(_)?d.value.enabled?_.map(D=>x(D,Fn(ve(),D))):Di(()=>[Fn(ve(),_[0]),_[1]?Fn(ve(),_[1]):xa(s.value.partialRange)],s.value.enabled):Fn(ve(),+_),x=(_,D)=>(typeof _=="string"||typeof _=="number")&&r.modelType?ae(_):D,B=_=>Array.isArray(_)?[x(_[0],Cr(null,+_[0].hours,+_[0].minutes,_[0].seconds)),x(_[1],Cr(null,+_[1].hours,+_[1].minutes,_[1].seconds))]:x(_,Cr(null,_.hours,_.minutes,_.seconds)),N=_=>{const D=ot(ve(),{date:1});return Array.isArray(_)?d.value.enabled?_.map(G=>x(G,ar(D,+G.month,+G.year))):Di(()=>[x(_[0],ar(D,+_[0].month,+_[0].year)),x(_[1],_[1]?ar(D,+_[1].month,+_[1].year):xa(s.value.partialRange))],s.value.enabled):x(_,ar(D,+_.month,+_.year))},H=_=>{if(Array.isArray(_))return _.map(D=>ae(D));throw new Error(Ju.dateArr("multi-dates"))},S=_=>{if(Array.isArray(_)&&s.value.enabled){const D=_[0],G=_[1];return[ve(Array.isArray(D)?D[0]:null),Array.isArray(G)&&G.length?ve(G[0]):null]}return ve(_[0])},T=_=>r.modelAuto?Array.isArray(_)?[ae(_[0]),ae(_[1])]:r.autoApply?[ae(_)]:[ae(_),null]:Array.isArray(_)?Di(()=>_[1]?[ae(_[0]),_[1]?ae(_[1]):xa(s.value.partialRange)]:[ae(_[0])],s.value.enabled):ae(_),V=()=>{Array.isArray(a.value)&&s.value.enabled&&a.value.length===1&&a.value.push(xa(s.value.partialRange))},I=()=>{const _=a.value;return[he(_[0]),_[1]?he(_[1]):xa(s.value.partialRange)]},g=()=>a.value[1]?I():he(Nt(a.value[0])),R=()=>(a.value||[]).map(_=>he(_)),j=(_=!1)=>(_||V(),r.modelAuto?g():d.value.enabled?R():Array.isArray(a.value)?Di(()=>I(),s.value.enabled):he(Nt(a.value))),ie=_=>!_||Array.isArray(_)&&!_.length?null:r.timePicker?B(Nt(_)):r.monthPicker?N(Nt(_)):r.yearPicker?y(Nt(_)):d.value.enabled?H(Nt(_)):r.weekPicker?S(Nt(_)):T(Nt(_)),F=_=>{const D=ie(_);$u(Nt(D))?(a.value=Nt(D),fe()):(a.value=null,p.value="")},K=()=>{const _=D=>Wn(D,i.value.format);return`${_(a.value[0])} ${i.value.rangeSeparator} ${a.value[1]?_(a.value[1]):""}`},Y=()=>n.value&&a.value?Array.isArray(a.value)?K():Wn(a.value,i.value.format):C(a.value),re=()=>a.value?d.value.enabled?a.value.map(_=>C(_)).join("; "):i.value.enabled&&typeof i.value.format=="string"?Y():C(a.value):"",fe=()=>{!r.format||typeof r.format=="string"||i.value.enabled&&typeof i.value.format=="string"?p.value=re():p.value=r.format(a.value)},ae=_=>{if(r.utc){const D=new Date(_);return r.utc==="preserve"?new Date(D.getTime()+D.getTimezoneOffset()*6e4):D}return r.modelType?F7.includes(r.modelType)?b(new Date(_)):r.modelType==="format"&&(typeof r.format=="string"||!r.format)?b(vu(_,f(),new Date,{locale:v.value})):b(vu(_,r.modelType,new Date,{locale:v.value})):b(new Date(_))},he=_=>_?r.utc?qk(_,r.utc==="preserve",r.enableSeconds):r.modelType?r.modelType==="timestamp"?+w(_):r.modelType==="iso"?w(_).toISOString():r.modelType==="format"&&(typeof r.format=="string"||!r.format)?C(w(_)):C(w(_),r.modelType,!0):w(_):"",J=(_,D=!1,G=!1)=>{if(G)return _;if(e("update:model-value",_),c.value.emitTimezone&&D){const pe=Array.isArray(_)?_.map(te=>Zt(Nt(te),c.value.emitTimezone)):Zt(Nt(_),c.value.emitTimezone);e("update:model-timezone-value",pe)}},U=_=>Array.isArray(a.value)?d.value.enabled?a.value.map(D=>_(D)):[_(a.value[0]),a.value[1]?_(a.value[1]):xa(s.value.partialRange)]:_(Nt(a.value)),L=()=>{if(Array.isArray(a.value)){const _=rr(a.value[0],r.weekStart),D=a.value[1]?rr(a.value[1],r.weekStart):[];return[_.map(G=>ve(G)),D.map(G=>ve(G))]}return rr(a.value,r.weekStart).map(_=>ve(_))},X=(_,D)=>J(Nt(U(_)),!1,D),M=_=>{const D=L();return _?D:e("update:model-value",L())},q=(_=!1)=>(_||fe(),r.monthPicker?X(k,_):r.timePicker?X(A,_):r.yearPicker?X(Re,_):r.weekPicker?M(_):J(j(_),!0,_));return{inputValue:p,internalModelValue:a,checkBeforeEmit:()=>a.value?s.value.enabled?s.value.partialRange?a.value.length>=1:a.value.length===2:!!a.value:!1,parseExternalModelValue:F,formatInputValue:fe,emitModelValue:q}},yx=(e,r)=>{const{defaultedFilters:n,propDates:a}=pt(e),{validateMonthYearInRange:i}=Mr(e),s=(h,v)=>{let b=h;return n.value.months.includes(qe(b))?(b=v?Bn(h,1):Pa(h,1),s(b,v)):b},c=(h,v)=>{let b=h;return n.value.years.includes(Re(b))?(b=v?zu(h,1):S1(h,1),c(b,v)):b},d=(h,v=!1)=>{const b=ot(ve(),{month:e.month,year:e.year});let w=h?Bn(b,1):Pa(b,1);e.disableYearSelect&&(w=Fn(w,e.year));let C=qe(w),A=Re(w);n.value.months.includes(C)&&(w=s(w,h),C=qe(w),A=Re(w)),n.value.years.includes(A)&&(w=c(w,h),A=Re(w)),i(C,A,h,e.preventMinMaxNavigation)&&f(C,A,v)},f=(h,v,b)=>{r("update-month-year",{month:h,year:v,fromNav:b})},p=t.computed(()=>h=>ah(ot(ve(),{month:e.month,year:e.year}),a.value.maxDate,a.value.minDate,e.preventMinMaxNavigation,h));return{handleMonthYearChange:d,isDisabled:p,updateMonthYear:f}},al={multiCalendars:{type:[Boolean,Number,String,Object],default:void 0},modelValue:{type:[String,Date,Array,Object,Number],default:null},modelType:{type:String,default:null},position:{type:String,default:"center"},dark:{type:Boolean,default:!1},format:{type:[String,Function],default:()=>null},autoPosition:{type:[Boolean,String],default:!0},altPosition:{type:Function,default:null},transitions:{type:[Boolean,Object],default:!0},formatLocale:{type:Object,default:null},utc:{type:[Boolean,String],default:!1},ariaLabels:{type:Object,default:()=>({})},offset:{type:[Number,String],default:10},hideNavigation:{type:Array,default:()=>[]},timezone:{type:[String,Object],default:null},vertical:{type:Boolean,default:!1},disableMonthYearSelect:{type:Boolean,default:!1},disableYearSelect:{type:Boolean,default:!1},dayClass:{type:Function,default:null},yearRange:{type:Array,default:()=>[1900,2100]},enableTimePicker:{type:Boolean,default:!0},autoApply:{type:Boolean,default:!1},disabledDates:{type:[Array,Function],default:()=>[]},monthNameFormat:{type:String,default:"short"},startDate:{type:[Date,String],default:null},startTime:{type:[Object,Array],default:null},hideOffsetDates:{type:Boolean,default:!1},noToday:{type:Boolean,default:!1},disabledWeekDays:{type:Array,default:()=>[]},allowedDates:{type:Array,default:null},nowButtonLabel:{type:String,default:"Now"},markers:{type:Array,default:()=>[]},escClose:{type:Boolean,default:!0},spaceConfirm:{type:Boolean,default:!0},monthChangeOnArrows:{type:Boolean,default:!0},presetDates:{type:Array,default:()=>[]},flow:{type:Array,default:()=>[]},partialFlow:{type:Boolean,default:!1},preventMinMaxNavigation:{type:Boolean,default:!1},reverseYears:{type:Boolean,default:!1},weekPicker:{type:Boolean,default:!1},filters:{type:Object,default:()=>({})},arrowNavigation:{type:Boolean,default:!1},highlight:{type:[Function,Object],default:null},teleport:{type:[Boolean,String,Object],default:null},teleportCenter:{type:Boolean,default:!1},locale:{type:String,default:"en-Us"},weekNumName:{type:String,default:"W"},weekStart:{type:[Number,String],default:1},weekNumbers:{type:[String,Function,Object],default:null},monthChangeOnScroll:{type:[Boolean,String],default:!0},dayNames:{type:[Function,Array],default:null},monthPicker:{type:Boolean,default:!1},customProps:{type:Object,default:null},yearPicker:{type:Boolean,default:!1},modelAuto:{type:Boolean,default:!1},selectText:{type:String,default:"Select"},cancelText:{type:String,default:"Cancel"},previewFormat:{type:[String,Function],default:()=>""},multiDates:{type:[Object,Boolean],default:!1},ignoreTimeValidation:{type:Boolean,default:!1},minDate:{type:[Date,String],default:null},maxDate:{type:[Date,String],default:null},minTime:{type:Object,default:null},maxTime:{type:Object,default:null},name:{type:String,default:null},placeholder:{type:String,default:""},hideInputIcon:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},alwaysClearable:{type:Boolean,default:!1},state:{type:Boolean,default:null},required:{type:Boolean,default:!1},autocomplete:{type:String,default:"off"},timePicker:{type:Boolean,default:!1},enableSeconds:{type:Boolean,default:!1},is24:{type:Boolean,default:!0},noHoursOverlay:{type:Boolean,default:!1},noMinutesOverlay:{type:Boolean,default:!1},noSecondsOverlay:{type:Boolean,default:!1},hoursGridIncrement:{type:[String,Number],default:1},minutesGridIncrement:{type:[String,Number],default:5},secondsGridIncrement:{type:[String,Number],default:5},hoursIncrement:{type:[Number,String],default:1},minutesIncrement:{type:[Number,String],default:1},secondsIncrement:{type:[Number,String],default:1},range:{type:[Boolean,Object],default:!1},uid:{type:String,default:null},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inline:{type:[Boolean,Object],default:!1},textInput:{type:[Boolean,Object],default:!1},sixWeeks:{type:[Boolean,String],default:!1},actionRow:{type:Object,default:()=>({})},focusStartDate:{type:Boolean,default:!1},disabledTimes:{type:[Function,Array],default:void 0},timePickerInline:{type:Boolean,default:!1},calendar:{type:Function,default:null},config:{type:Object,default:void 0},quarterPicker:{type:Boolean,default:!1},yearFirst:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},onInternalModelChange:{type:[Function,Object],default:null},enableMinutes:{type:Boolean,default:!0},ui:{type:Object,default:()=>({})}},Mn={...al,shadow:{type:Boolean,default:!1},flowStep:{type:Number,default:0},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},menuWrapRef:{type:Object,default:null},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1},isMobile:{type:Boolean,default:void 0}},bx=["title"],$x=["disabled"],wx=t.defineComponent({compatConfig:{MODE:3},__name:"ActionRow",props:{menuMount:{type:Boolean,default:!1},calendarWidth:{type:Number,default:0},...Mn},emits:["close-picker","select-date","select-now","invalid-select"],setup(e,{emit:r}){const n=r,a=e,{defaultedActionRow:i,defaultedPreviewFormat:s,defaultedMultiCalendars:c,defaultedTextInput:d,defaultedInline:f,defaultedRange:p,defaultedMultiDates:h}=pt(a),{isTimeValid:v,isMonthValid:b}=Mr(a),{buildMatrix:w}=Tr(),C=t.ref(null),A=t.ref(null),k=t.ref(!1),y=t.ref({}),x=t.ref(null),B=t.ref(null);t.onMounted(()=>{a.arrowNavigation&&w([Ot(C),Ot(A)],"actionRow"),N(),window.addEventListener("resize",N)}),t.onUnmounted(()=>{window.removeEventListener("resize",N)});const N=()=>{k.value=!1,setTimeout(()=>{var F,K;const Y=(F=x.value)==null?void 0:F.getBoundingClientRect(),re=(K=B.value)==null?void 0:K.getBoundingClientRect();Y&&re&&(y.value.maxWidth=`${re.width-Y.width-20}px`),k.value=!0},0)},H=t.computed(()=>p.value.enabled&&!p.value.partialRange&&a.internalModelValue?a.internalModelValue.length===2:!0),S=t.computed(()=>!v.value(a.internalModelValue)||!b.value(a.internalModelValue)||!H.value),T=()=>{const F=s.value;return a.timePicker||a.monthPicker,F(Nt(a.internalModelValue))},V=()=>{const F=a.internalModelValue;return c.value.count>0?`${I(F[0])} - ${I(F[1])}`:[I(F[0]),I(F[1])]},I=F=>oh(F,s.value,a.formatLocale,d.value.rangeSeparator,a.modelAuto,s.value),g=t.computed(()=>!a.internalModelValue||!a.menuMount?"":typeof s.value=="string"?Array.isArray(a.internalModelValue)?a.internalModelValue.length===2&&a.internalModelValue[1]?V():h.value.enabled?a.internalModelValue.map(F=>`${I(F)}`):a.modelAuto?`${I(a.internalModelValue[0])}`:`${I(a.internalModelValue[0])} -`:I(a.internalModelValue):T()),R=()=>h.value.enabled?"; ":" - ",j=t.computed(()=>Array.isArray(g.value)?g.value.join(R()):g.value),ie=()=>{v.value(a.internalModelValue)&&b.value(a.internalModelValue)&&H.value?n("select-date"):n("invalid-select")};return(F,K)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"actionRowRef",ref:B,class:"dp__action_row"},[F.$slots["action-row"]?t.renderSlot(F.$slots,"action-row",t.normalizeProps(t.mergeProps({key:0},{internalModelValue:F.internalModelValue,disabled:S.value,selectDate:()=>F.$emit("select-date"),closePicker:()=>F.$emit("close-picker")}))):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.unref(i).showPreview?(t.openBlock(),t.createElementBlock("div",{key:0,class:"dp__selection_preview",title:j.value,style:t.normalizeStyle(y.value)},[F.$slots["action-preview"]&&k.value?t.renderSlot(F.$slots,"action-preview",{key:0,value:F.internalModelValue}):t.createCommentVNode("",!0),!F.$slots["action-preview"]&&k.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(j.value),1)],64)):t.createCommentVNode("",!0)],12,bx)):t.createCommentVNode("",!0),t.createElementVNode("div",{ref_key:"actionBtnContainer",ref:x,class:"dp__action_buttons","data-dp-element":"action-row"},[F.$slots["action-buttons"]?t.renderSlot(F.$slots,"action-buttons",{key:0,value:F.internalModelValue}):t.createCommentVNode("",!0),F.$slots["action-buttons"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[!t.unref(f).enabled&&t.unref(i).showCancel?(t.openBlock(),t.createElementBlock("button",{key:0,ref_key:"cancelButtonRef",ref:C,type:"button",class:"dp__action_button dp__action_cancel",onClick:K[0]||(K[0]=Y=>F.$emit("close-picker")),onKeydown:K[1]||(K[1]=Y=>t.unref(Wt)(Y,()=>F.$emit("close-picker")))},t.toDisplayString(F.cancelText),545)):t.createCommentVNode("",!0),t.unref(i).showNow?(t.openBlock(),t.createElementBlock("button",{key:1,type:"button",class:"dp__action_button dp__action_cancel",onClick:K[2]||(K[2]=Y=>F.$emit("select-now")),onKeydown:K[3]||(K[3]=Y=>t.unref(Wt)(Y,()=>F.$emit("select-now")))},t.toDisplayString(F.nowButtonLabel),33)):t.createCommentVNode("",!0),t.unref(i).showSelect?(t.openBlock(),t.createElementBlock("button",{key:2,ref_key:"selectButtonRef",ref:A,type:"button",class:"dp__action_button dp__action_select",disabled:S.value,"data-test-id":"select-button",onKeydown:K[4]||(K[4]=Y=>t.unref(Wt)(Y,()=>ie())),onClick:ie},t.toDisplayString(F.selectText),41,$x)):t.createCommentVNode("",!0)],64))],512)],64))],512))}}),kx=["role","aria-label","tabindex"],xx={class:"dp__selection_grid_header"},Ex=["aria-selected","aria-disabled","data-test-id","onClick","onKeydown","onMouseover"],Cx=["aria-label"],Ao=t.defineComponent({__name:"SelectionOverlay",props:{items:{},type:{},isLast:{type:Boolean},arrowNavigation:{type:Boolean},skipButtonRef:{type:Boolean},headerRefs:{},hideNavigation:{},escClose:{type:Boolean},useRelative:{type:Boolean},height:{},textInput:{type:[Boolean,Object]},config:{},noOverlayFocus:{type:Boolean},focusValue:{},menuWrapRef:{},ariaLabels:{},overlayLabel:{}},emits:["selected","toggle","reset-flow","hover-value"],setup(e,{expose:r,emit:n}){const{setSelectionGrid:a,buildMultiLevelMatrix:i,setMonthPicker:s}=Tr(),c=n,d=e,{defaultedAriaLabels:f,defaultedTextInput:p,defaultedConfig:h}=pt(d),{hideNavigationButtons:v}=ll(),b=t.ref(!1),w=t.ref(null),C=t.ref(null),A=t.ref([]),k=t.ref(),y=t.ref(null),x=t.ref(0),B=t.ref(null);t.onBeforeUpdate(()=>{w.value=null}),t.onMounted(()=>{t.nextTick().then(()=>R()),d.noOverlayFocus||H(),N(!0)}),t.onUnmounted(()=>N(!1));const N=U=>{var L;d.arrowNavigation&&((L=d.headerRefs)!=null&&L.length?s(U):a(U))},H=()=>{var U;const L=Ot(C);L&&(p.value.enabled||(w.value?(U=w.value)==null||U.focus({preventScroll:!0}):L.focus({preventScroll:!0})),b.value=L.clientHeight<L.scrollHeight)},S=t.computed(()=>({dp__overlay:!0,"dp--overlay-absolute":!d.useRelative,"dp--overlay-relative":d.useRelative})),T=t.computed(()=>d.useRelative?{height:`${d.height}px`,width:"var(--dp-menu-min-width)"}:void 0),V=t.computed(()=>({dp__overlay_col:!0})),I=t.computed(()=>({dp__btn:!0,dp__button:!0,dp__overlay_action:!0,dp__over_action_scroll:b.value,dp__button_bottom:d.isLast})),g=t.computed(()=>{var U,L;return{dp__overlay_container:!0,dp__container_flex:((U=d.items)==null?void 0:U.length)<=6,dp__container_block:((L=d.items)==null?void 0:L.length)>6}});t.watch(()=>d.items,()=>R(!1),{deep:!0});const R=(U=!0)=>{t.nextTick().then(()=>{const L=Ot(w),X=Ot(C),M=Ot(y),q=Ot(B),_=M?M.getBoundingClientRect().height:0;X&&(X.getBoundingClientRect().height?x.value=X.getBoundingClientRect().height-_:x.value=h.value.modeHeight-_),L&&q&&U&&(q.scrollTop=L.offsetTop-q.offsetTop-(x.value/2-L.getBoundingClientRect().height)-_)})},j=U=>{U.disabled||c("selected",U.value)},ie=()=>{c("toggle"),c("reset-flow")},F=()=>{d.escClose&&ie()},K=(U,L,X,M)=>{U&&((L.active||L.value===d.focusValue)&&(w.value=U),d.arrowNavigation&&(Array.isArray(A.value[X])?A.value[X][M]=U:A.value[X]=[U],Y()))},Y=()=>{var U,L;const X=(U=d.headerRefs)!=null&&U.length?[d.headerRefs].concat(A.value):A.value.concat([d.skipButtonRef?[]:[y.value]]);i(Nt(X),(L=d.headerRefs)!=null&&L.length?"monthPicker":"selectionGrid")},re=U=>{d.arrowNavigation||Er(U,h.value,!0)},fe=U=>{k.value=U,c("hover-value",U)},ae=()=>{if(ie(),!d.isLast){const U=yu(d.menuWrapRef??null,"action-row");if(U){const L=N1(U);L==null||L.focus()}}},he=U=>{switch(U.key){case ct.esc:return F();case ct.arrowLeft:return re(U);case ct.arrowRight:return re(U);case ct.arrowUp:return re(U);case ct.arrowDown:return re(U);default:return}},J=U=>{if(U.key===ct.enter)return ie();if(U.key===ct.tab)return ae()};return r({focusGrid:H}),(U,L)=>{var X;return t.openBlock(),t.createElementBlock("div",{ref_key:"gridWrapRef",ref:C,class:t.normalizeClass(S.value),style:t.normalizeStyle(T.value),role:U.useRelative?void 0:"dialog","aria-label":U.overlayLabel,tabindex:U.useRelative?void 0:"0",onKeydown:he,onClick:L[0]||(L[0]=t.withModifiers(()=>{},["prevent"]))},[t.createElementVNode("div",{ref_key:"containerRef",ref:B,class:t.normalizeClass(g.value),style:t.normalizeStyle({"--dp-overlay-height":`${x.value}px`}),role:"grid"},[t.createElementVNode("div",xx,[t.renderSlot(U.$slots,"header")]),U.$slots.overlay?t.renderSlot(U.$slots,"overlay",{key:0}):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(U.items,(M,q)=>(t.openBlock(),t.createElementBlock("div",{key:q,class:t.normalizeClass(["dp__overlay_row",{dp__flex_row:U.items.length>=3}]),role:"row"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(M,(_,D)=>(t.openBlock(),t.createElementBlock("div",{key:_.value,ref_for:!0,ref:G=>K(G,_,q,D),role:"gridcell",class:t.normalizeClass(V.value),"aria-selected":_.active||void 0,"aria-disabled":_.disabled||void 0,tabindex:"0","data-test-id":_.text,onClick:t.withModifiers(G=>j(_),["prevent"]),onKeydown:G=>t.unref(Wt)(G,()=>j(_),!0),onMouseover:G=>fe(_.value)},[t.createElementVNode("div",{class:t.normalizeClass(_.className)},[U.$slots.item?t.renderSlot(U.$slots,"item",{key:0,item:_}):t.createCommentVNode("",!0),U.$slots.item?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(_.text),1)],64))],2)],42,Ex))),128))],2))),128))],6),U.$slots["button-icon"]?t.withDirectives((t.openBlock(),t.createElementBlock("button",{key:0,ref_key:"toggleButton",ref:y,type:"button","aria-label":(X=t.unref(f))==null?void 0:X.toggleOverlay,class:t.normalizeClass(I.value),tabindex:"0",onClick:ie,onKeydown:J},[t.renderSlot(U.$slots,"button-icon")],42,Cx)),[[t.vShow,!t.unref(v)(U.hideNavigation,U.type)]]):t.createCommentVNode("",!0)],46,kx)}}}),Sx=["data-dp-mobile"],ol=t.defineComponent({__name:"InstanceWrap",props:{multiCalendars:{},stretch:{type:Boolean},collapse:{type:Boolean},isMobile:{type:Boolean}},setup(e){const r=e,n=t.computed(()=>r.multiCalendars>0?[...Array(r.multiCalendars).keys()]:[0]),a=t.computed(()=>({dp__instance_calendar:r.multiCalendars>0}));return(i,s)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({dp__menu_inner:!i.stretch,"dp--menu--inner-stretched":i.stretch,dp__flex_display:i.multiCalendars>0,"dp--flex-display-collapsed":i.collapse}),"data-dp-mobile":i.isMobile},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,(c,d)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:t.normalizeClass(a.value)},[t.renderSlot(i.$slots,"default",{instance:c,index:d})],2))),128))],10,Sx))}}),Ox=["data-dp-element","aria-label","aria-disabled"],$o=t.defineComponent({compatConfig:{MODE:3},__name:"ArrowBtn",props:{ariaLabel:{},elName:{},disabled:{type:Boolean}},emits:["activate","set-ref"],setup(e,{emit:r}){const n=r,a=t.ref(null);return t.onMounted(()=>n("set-ref",a)),(i,s)=>(t.openBlock(),t.createElementBlock("button",{ref_key:"elRef",ref:a,type:"button","data-dp-element":i.elName,class:"dp__btn dp--arrow-btn-nav",tabindex:"0","aria-label":i.ariaLabel,"aria-disabled":i.disabled||void 0,onClick:s[0]||(s[0]=c=>i.$emit("activate")),onKeydown:s[1]||(s[1]=c=>t.unref(Wt)(c,()=>i.$emit("activate"),!0))},[t.createElementVNode("span",{class:t.normalizeClass(["dp__inner_nav",{dp__inner_nav_disabled:i.disabled}])},[t.renderSlot(i.$slots,"default")],2)],40,Ox))}}),Vx=["aria-label","data-test-id"],sh=t.defineComponent({__name:"YearModePicker",props:{...Mn,showYearPicker:{type:Boolean,default:!1},items:{type:Array,default:()=>[]},instance:{type:Number,default:0},year:{type:Number,default:0},isDisabled:{type:Function,default:()=>!1}},emits:["toggle-year-picker","year-select","handle-year"],setup(e,{emit:r}){const n=r,a=e,{showRightIcon:i,showLeftIcon:s}=ll(),{defaultedConfig:c,defaultedMultiCalendars:d,defaultedAriaLabels:f,defaultedTransitions:p,defaultedUI:h}=pt(a),{showTransition:v,transitionName:b}=Do(p),w=t.ref(!1),C=(y=!1,x)=>{w.value=!w.value,n("toggle-year-picker",{flow:y,show:x})},A=y=>{w.value=!1,n("year-select",y)},k=(y=!1)=>{n("handle-year",y)};return(y,x)=>{var B,N,H,S,T;return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",{class:t.normalizeClass(["dp--year-mode-picker",{"dp--hidden-el":w.value}])},[t.unref(s)(t.unref(d),e.instance)?(t.openBlock(),t.createBlock($o,{key:0,ref:"mpPrevIconRef","aria-label":(B=t.unref(f))==null?void 0:B.prevYear,disabled:e.isDisabled(!1),class:t.normalizeClass((N=t.unref(h))==null?void 0:N.navBtnPrev),onActivate:x[0]||(x[0]=V=>k(!1))},{default:t.withCtx(()=>[y.$slots["arrow-left"]?t.renderSlot(y.$slots,"arrow-left",{key:0}):t.createCommentVNode("",!0),y.$slots["arrow-left"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Yu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0),t.createElementVNode("button",{ref:"mpYearButtonRef",class:"dp__btn dp--year-select",type:"button","aria-label":`${e.year}-${(H=t.unref(f))==null?void 0:H.openYearsOverlay}`,"data-test-id":`year-mode-btn-${e.instance}`,onClick:x[1]||(x[1]=()=>C(!1)),onKeydown:x[2]||(x[2]=t.withKeys(()=>C(!1),["enter"]))},[y.$slots.year?t.renderSlot(y.$slots,"year",{key:0,year:e.year}):t.createCommentVNode("",!0),y.$slots.year?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.year),1)],64))],40,Vx),t.unref(i)(t.unref(d),e.instance)?(t.openBlock(),t.createBlock($o,{key:1,ref:"mpNextIconRef","aria-label":(S=t.unref(f))==null?void 0:S.nextYear,disabled:e.isDisabled(!0),class:t.normalizeClass((T=t.unref(h))==null?void 0:T.navBtnNext),onActivate:x[3]||(x[3]=V=>k(!0))},{default:t.withCtx(()=>[y.$slots["arrow-right"]?t.renderSlot(y.$slots,"arrow-right",{key:0}):t.createCommentVNode("",!0),y.$slots["arrow-right"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Gu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0)],2),t.createVNode(t.Transition,{name:t.unref(b)(e.showYearPicker),css:t.unref(v)},{default:t.withCtx(()=>{var V,I;return[e.showYearPicker?(t.openBlock(),t.createBlock(Ao,{key:0,items:e.items,"text-input":y.textInput,"esc-close":y.escClose,config:y.config,"is-last":y.autoApply&&!t.unref(c).keepActionRow,"hide-navigation":y.hideNavigation,"aria-labels":y.ariaLabels,"overlay-label":(I=(V=t.unref(f))==null?void 0:V.yearPicker)==null?void 0:I.call(V,!0),type:"year",onToggle:C,onSelected:x[4]||(x[4]=g=>A(g))},t.createSlots({"button-icon":t.withCtx(()=>[y.$slots["calendar-icon"]?t.renderSlot(y.$slots,"calendar-icon",{key:0}):t.createCommentVNode("",!0),y.$slots["calendar-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Ua),{key:1}))]),_:2},[y.$slots["year-overlay-value"]?{name:"item",fn:t.withCtx(({item:g})=>[t.renderSlot(y.$slots,"year-overlay-value",{text:g.text,value:g.value})]),key:"0"}:void 0]),1032,["items","text-input","esc-close","config","is-last","hide-navigation","aria-labels","overlay-label"])):t.createCommentVNode("",!0)]}),_:3},8,["name","css"])],64)}}}),ud=(e,r,n)=>{if(r.value&&Array.isArray(r.value))if(r.value.some(a=>Ke(e,a))){const a=r.value.filter(i=>!Ke(i,e));r.value=a.length?a:null}else(n&&+n>r.value.length||!n)&&r.value.push(e);else r.value=[e]},dd=(e,r,n)=>{let a=e.value?e.value.slice():[];return a.length===2&&a[1]!==null&&(a=[]),a.length?(vt(r,a[0])?a.unshift(r):a[1]=r,n("range-end",r)):(a=[r],n("range-start",r)),a},il=(e,r,n,a)=>{e&&(e[0]&&e[1]&&n&&r("auto-apply"),e[0]&&!e[1]&&a&&n&&r("auto-apply"))},uh=e=>{Array.isArray(e.value)&&e.value.length<=2&&e.range?e.modelValue.value=e.value.map(r=>Zt(ve(r),e.timezone)):Array.isArray(e.value)||(e.modelValue.value=Zt(ve(e.value),e.timezone))},dh=(e,r,n,a)=>Array.isArray(r.value)&&(r.value.length===2||r.value.length===1&&a.value.partialRange)?a.value.fixedStart&&(wt(e,r.value[0])||Ke(e,r.value[0]))?[r.value[0],e]:a.value.fixedEnd&&(vt(e,r.value[1])||Ke(e,r.value[1]))?[e,r.value[1]]:(n("invalid-fixed-range",e),r.value):[],ch=({multiCalendars:e,range:r,highlight:n,propDates:a,calendars:i,modelValue:s,props:c,filters:d,year:f,month:p,emit:h})=>{const v=t.computed(()=>Zu(c.yearRange,c.locale,c.reverseYears)),b=t.ref([!1]),w=t.computed(()=>(g,R)=>{const j=ot(Vn(new Date),{month:p.value(g),year:f.value(g)}),ie=R?p1(j):Co(j);return ah(ie,a.value.maxDate,a.value.minDate,c.preventMinMaxNavigation,R)}),C=()=>Array.isArray(s.value)&&e.value.solo&&s.value[1],A=()=>{for(let g=0;g<e.value.count;g++)if(g===0)i.value[g]=i.value[0];else if(g===e.value.count-1&&C())i.value[g]={month:qe(s.value[1]),year:Re(s.value[1])};else{const R=ot(ve(),i.value[g-1]);i.value[g]={month:qe(R),year:Re(zu(R,1))}}},k=g=>{if(!g)return A();const R=ot(ve(),i.value[g]);return i.value[0].year=Re(S1(R,e.value.count-1)),A()},y=(g,R)=>{const j=H$(R,g);return r.value.showLastInRange&&j>1?R:g},x=g=>c.focusStartDate||e.value.solo?g[0]:g[1]?y(g[0],g[1]):g[0],B=()=>{if(s.value){const g=Array.isArray(s.value)?x(s.value):s.value;i.value[0]={month:qe(g),year:Re(g)}}},N=()=>{B(),e.value.count&&A()};t.watch(s,(g,R)=>{c.isTextInputDate&&JSON.stringify(g??{})!==JSON.stringify(R??{})&&N()}),t.onMounted(()=>{N()});const H=(g,R)=>{i.value[R].year=g,h("update-month-year",{instance:R,year:g,month:i.value[R].month}),e.value.count&&!e.value.solo&&k(R)},S=t.computed(()=>g=>Ia(v.value,R=>{var j;const ie=f.value(g)===R.value,F=So(R.value,La(a.value.minDate),La(a.value.maxDate))||((j=d.value.years)==null?void 0:j.includes(f.value(g))),K=sd(n.value,R.value);return{active:ie,disabled:F,highlighted:K}})),T=(g,R)=>{H(g,R),I(R)},V=(g,R=!1)=>{if(!w.value(g,R)){const j=R?f.value(g)+1:f.value(g)-1;H(j,g)}},I=(g,R=!1,j)=>{R||h("reset-flow"),j!==void 0?b.value[g]=j:b.value[g]=!b.value[g],b.value[g]?h("overlay-toggle",{open:!0,overlay:Rt.year}):(h("overlay-closed"),h("overlay-toggle",{open:!1,overlay:Rt.year}))};return{isDisabled:w,groupedYears:S,showYearPicker:b,selectYear:H,toggleYearPicker:I,handleYearSelect:T,handleYear:V}},Bx=(e,r)=>{const{defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:i,defaultedConfig:s,defaultedRange:c,defaultedHighlight:d,propDates:f,defaultedTz:p,defaultedFilters:h,defaultedMultiDates:v}=pt(e),b=()=>{e.isTextInputDate&&N(Re(ve(e.startDate)),0)},{modelValue:w,year:C,month:A,calendars:k}=Po(e,r,b),y=t.computed(()=>V1(e.formatLocale,e.locale,e.monthNameFormat)),x=t.ref(null),{checkMinMaxRange:B}=Mr(e),{selectYear:N,groupedYears:H,showYearPicker:S,toggleYearPicker:T,handleYearSelect:V,handleYear:I,isDisabled:g}=ch({modelValue:w,multiCalendars:n,range:c,highlight:d,calendars:k,year:C,propDates:f,month:A,filters:h,props:e,emit:r});t.onMounted(()=>{e.startDate&&(w.value&&e.focusStartDate||!w.value)&&N(Re(ve(e.startDate)),0)});const R=X=>X?{month:qe(X),year:Re(X)}:{month:null,year:null},j=()=>w.value?Array.isArray(w.value)?w.value.map(X=>R(X)):R(w.value):R(),ie=(X,M)=>{const q=k.value[X],_=j();return Array.isArray(_)?_.some(D=>D.year===(q==null?void 0:q.year)&&D.month===M):(q==null?void 0:q.year)===_.year&&M===_.month},F=(X,M,q)=>{var _,D;const G=j();return Array.isArray(G)?C.value(M)===((_=G[q])==null?void 0:_.year)&&X===((D=G[q])==null?void 0:D.month):!1},K=(X,M)=>{if(c.value.enabled){const q=j();if(Array.isArray(w.value)&&Array.isArray(q)){const _=F(X,M,0)||F(X,M,1),D=ar(Vn(ve()),X,C.value(M));return Vo(w.value,x.value,D)&&!_}return!1}return!1},Y=t.computed(()=>X=>Ia(y.value,M=>{var q;const _=ie(X,M.value),D=So(M.value,eh(C.value(X),f.value.minDate),th(C.value(X),f.value.maxDate))||Jk(f.value.disabledDates,C.value(X),M.value)||((q=h.value.months)==null?void 0:q.includes(M.value))||!ex(f.value.allowedDates,C.value(X),M.value),G=K(M.value,X),pe=ih(d.value,M.value,C.value(X));return{active:_,disabled:D,isBetween:G,highlighted:pe}})),re=(X,M)=>ar(Vn(ve()),X,C.value(M)),fe=(X,M)=>{const q=w.value?w.value:Vn(new Date);w.value=ar(q,X,C.value(M)),r("auto-apply"),r("update-flow-step")},ae=(X,M)=>{const q=re(X,M);c.value.fixedEnd||c.value.fixedStart?w.value=dh(q,w,r,c):w.value?B(q,w.value)&&(w.value=dd(w,re(X,M),r)):w.value=[re(X,M)],t.nextTick().then(()=>{il(w.value,r,e.autoApply,e.modelAuto)})},he=(X,M)=>{ud(re(X,M),w,v.value.limit),r("auto-apply",!0)},J=(X,M)=>(k.value[M].month=X,L(M,k.value[M].year,X),v.value.enabled?he(X,M):c.value.enabled?ae(X,M):fe(X,M)),U=(X,M)=>{N(X,M),L(M,X,null)},L=(X,M,q)=>{let _=q;if(!_&&_!==0){const D=j();_=Array.isArray(D)?D[X].month:D.month}r("update-month-year",{instance:X,year:M,month:_})};return{groupedMonths:Y,groupedYears:H,year:C,isDisabled:g,defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:i,defaultedConfig:s,showYearPicker:S,modelValue:w,presetDate:(X,M)=>{uh({value:X,modelValue:w,range:c.value.enabled,timezone:M?void 0:p.value.timezone}),r("auto-apply")},setHoverDate:(X,M)=>{x.value=re(X,M)},selectMonth:J,selectYear:U,toggleYearPicker:T,handleYearSelect:V,handleYear:I,getModelMonthYear:j}},Nx=t.defineComponent({compatConfig:{MODE:3},__name:"MonthPicker",props:{...Mn},emits:["update:internal-model-value","overlay-closed","reset-flow","range-start","range-end","auto-apply","update-month-year","update-flow-step","mount","invalid-fixed-range","overlay-toggle"],setup(e,{expose:r,emit:n}){const a=n,i=t.useSlots(),s=sn(i,"yearMode"),c=e;t.onMounted(()=>{c.shadow||a("mount",null)});const{groupedMonths:d,groupedYears:f,year:p,isDisabled:h,defaultedMultiCalendars:v,defaultedConfig:b,showYearPicker:w,modelValue:C,presetDate:A,setHoverDate:k,selectMonth:y,selectYear:x,toggleYearPicker:B,handleYearSelect:N,handleYear:H,getModelMonthYear:S}=Bx(c,a);return r({getSidebarProps:()=>({modelValue:C,year:p,getModelMonthYear:S,selectMonth:y,selectYear:x,handleYear:H}),presetDate:A,toggleYearPicker:T=>B(0,T)}),(T,V)=>(t.openBlock(),t.createBlock(ol,{"multi-calendars":t.unref(v).count,collapse:T.collapse,stretch:"","is-mobile":T.isMobile},{default:t.withCtx(({instance:I})=>[T.$slots["top-extra"]?t.renderSlot(T.$slots,"top-extra",{key:0,value:T.internalModelValue}):t.createCommentVNode("",!0),T.$slots["month-year"]?t.renderSlot(T.$slots,"month-year",t.normalizeProps(t.mergeProps({key:1},{year:t.unref(p),months:t.unref(d)(I),years:t.unref(f)(I),selectMonth:t.unref(y),selectYear:t.unref(x),instance:I}))):(t.openBlock(),t.createBlock(Ao,{key:2,items:t.unref(d)(I),"arrow-navigation":T.arrowNavigation,"is-last":T.autoApply&&!t.unref(b).keepActionRow,"esc-close":T.escClose,height:t.unref(b).modeHeight,config:T.config,"no-overlay-focus":!!(T.noOverlayFocus||T.textInput),"use-relative":"",type:"month",onSelected:g=>t.unref(y)(g,I),onHoverValue:g=>t.unref(k)(g,I)},t.createSlots({header:t.withCtx(()=>[t.createVNode(sh,t.mergeProps(T.$props,{items:t.unref(f)(I),instance:I,"show-year-picker":t.unref(w)[I],year:t.unref(p)(I),"is-disabled":g=>t.unref(h)(I,g),onHandleYear:g=>t.unref(H)(I,g),onYearSelect:g=>t.unref(N)(g,I),onToggleYearPicker:g=>t.unref(B)(I,g==null?void 0:g.flow,g==null?void 0:g.show)}),t.createSlots({_:2},[t.renderList(t.unref(s),(g,R)=>({name:g,fn:t.withCtx(j=>[t.renderSlot(T.$slots,g,t.normalizeProps(t.guardReactiveProps(j)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),_:2},[T.$slots["month-overlay-value"]?{name:"item",fn:t.withCtx(({item:g})=>[t.renderSlot(T.$slots,"month-overlay-value",{text:g.text,value:g.value})]),key:"0"}:void 0]),1032,["items","arrow-navigation","is-last","esc-close","height","config","no-overlay-focus","onSelected","onHoverValue"]))]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),Tx=(e,r)=>{const n=()=>{e.isTextInputDate&&(h.value=Re(ve(e.startDate)))},{modelValue:a}=Po(e,r,n),i=t.ref(null),{defaultedHighlight:s,defaultedMultiDates:c,defaultedFilters:d,defaultedRange:f,propDates:p}=pt(e),h=t.ref();t.onMounted(()=>{e.startDate&&(a.value&&e.focusStartDate||!a.value)&&(h.value=Re(ve(e.startDate)))});const v=y=>Array.isArray(a.value)?a.value.some(x=>Re(x)===y):a.value?Re(a.value)===y:!1,b=y=>f.value.enabled&&Array.isArray(a.value)?Vo(a.value,i.value,k(y)):!1,w=y=>p.value.allowedDates instanceof Map?p.value.allowedDates.size?p.value.allowedDates.has(`${y}`):!1:!0,C=y=>p.value.disabledDates instanceof Map?p.value.disabledDates.size?p.value.disabledDates.has(`${y}`):!1:!0,A=t.computed(()=>Ia(Zu(e.yearRange,e.locale,e.reverseYears),y=>{const x=v(y.value),B=So(y.value,La(p.value.minDate),La(p.value.maxDate))||d.value.years.includes(y.value)||!w(y.value)||C(y.value),N=b(y.value)&&!x,H=sd(s.value,y.value);return{active:x,disabled:B,isBetween:N,highlighted:H}})),k=y=>Fn(Vn(Co(new Date)),y);return{groupedYears:A,modelValue:a,focusYear:h,setHoverValue:y=>{i.value=Fn(Vn(new Date),y)},selectYear:y=>{var x;if(r("update-month-year",{instance:0,year:y}),c.value.enabled)return a.value?Array.isArray(a.value)&&(((x=a.value)==null?void 0:x.map(B=>Re(B))).includes(y)?a.value=a.value.filter(B=>Re(B)!==y):a.value.push(Fn(At(ve()),y))):a.value=[Fn(At(Co(ve())),y)],r("auto-apply",!0);f.value.enabled?(a.value=dd(a,k(y),r),t.nextTick().then(()=>{il(a.value,r,e.autoApply,e.modelAuto)})):(a.value=k(y),r("auto-apply"))}}},Mx=t.defineComponent({compatConfig:{MODE:3},__name:"YearPicker",props:{...Mn},emits:["update:internal-model-value","reset-flow","range-start","range-end","auto-apply","update-month-year"],setup(e,{expose:r,emit:n}){const a=n,i=e,{groupedYears:s,modelValue:c,focusYear:d,selectYear:f,setHoverValue:p}=Tx(i,a),{defaultedConfig:h}=pt(i);return r({getSidebarProps:()=>({modelValue:c,selectYear:f})}),(v,b)=>(t.openBlock(),t.createElementBlock("div",null,[v.$slots["top-extra"]?t.renderSlot(v.$slots,"top-extra",{key:0,value:v.internalModelValue}):t.createCommentVNode("",!0),v.$slots["month-year"]?t.renderSlot(v.$slots,"month-year",t.normalizeProps(t.mergeProps({key:1},{years:t.unref(s),selectYear:t.unref(f)}))):(t.openBlock(),t.createBlock(Ao,{key:2,items:t.unref(s),"is-last":v.autoApply&&!t.unref(h).keepActionRow,height:t.unref(h).modeHeight,config:v.config,"no-overlay-focus":!!(v.noOverlayFocus||v.textInput),"focus-value":t.unref(d),type:"year","use-relative":"",onSelected:t.unref(f),onHoverValue:t.unref(p)},t.createSlots({_:2},[v.$slots["year-overlay-value"]?{name:"item",fn:t.withCtx(({item:w})=>[t.renderSlot(v.$slots,"year-overlay-value",{text:w.text,value:w.value})]),key:"0"}:void 0]),1032,["items","is-last","height","config","no-overlay-focus","focus-value","onSelected","onHoverValue"]))]))}}),Ax={key:0,class:"dp__time_input"},Dx=["data-compact","data-collapsed"],Px=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],Ix=["aria-label","disabled","data-test-id","onKeydown","onClick"],Rx=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],Lx={key:0},zx=["aria-label","data-compact"],Fx=t.defineComponent({compatConfig:{MODE:3},__name:"TimeInput",props:{hours:{type:Number,default:0},minutes:{type:Number,default:0},seconds:{type:Number,default:0},closeTimePickerBtn:{type:Object,default:null},order:{type:Number,default:0},disabledTimesConfig:{type:Function,default:null},validateTime:{type:Function,default:()=>!1},...Mn},emits:["set-hours","set-minutes","update:hours","update:minutes","update:seconds","reset-flow","mounted","overlay-closed","overlay-opened","am-pm-change"],setup(e,{expose:r,emit:n}){const a=n,i=e,{setTimePickerElements:s,setTimePickerBackRef:c}=Tr(),{defaultedAriaLabels:d,defaultedTransitions:f,defaultedFilters:p,defaultedConfig:h,defaultedRange:v,defaultedMultiCalendars:b}=pt(i),{transitionName:w,showTransition:C}=Do(f),A=t.reactive({hours:!1,minutes:!1,seconds:!1}),k=t.ref("AM"),y=t.ref(null),x=t.ref([]),B=t.ref(),N=t.ref(!1);t.onMounted(()=>{a("mounted")});const H=P=>ot(new Date,{hours:P.hours,minutes:P.minutes,seconds:i.enableSeconds?P.seconds:0,milliseconds:0}),S=t.computed(()=>P=>ae(P,i[P])||V(P,i[P])),T=t.computed(()=>({hours:i.hours,minutes:i.minutes,seconds:i.seconds})),V=(P,be)=>v.value.enabled&&!v.value.disableTimeRangeValidation?!i.validateTime(P,be):!1,I=(P,be)=>{if(v.value.enabled&&!v.value.disableTimeRangeValidation){const ye=be?+i[`${P}Increment`]:-+i[`${P}Increment`],$e=i[P]+ye;return!i.validateTime(P,$e)}return!1},g=t.computed(()=>P=>!X(+i[P]+ +i[`${P}Increment`],P)||I(P,!0)),R=t.computed(()=>P=>!X(+i[P]-+i[`${P}Increment`],P)||I(P,!1)),j=(P,be)=>l1(ot(ve(),P),be),ie=(P,be)=>I7(ot(ve(),P),be),F=t.computed(()=>({dp__time_col:!0,dp__time_col_block:!i.timePickerInline,dp__time_col_reg_block:!i.enableSeconds&&i.is24&&!i.timePickerInline,dp__time_col_reg_inline:!i.enableSeconds&&i.is24&&i.timePickerInline,dp__time_col_reg_with_button:!i.enableSeconds&&!i.is24,dp__time_col_sec:i.enableSeconds&&i.is24,dp__time_col_sec_with_button:i.enableSeconds&&!i.is24})),K=t.computed(()=>i.timePickerInline&&v.value.enabled&&!b.value.count),Y=t.computed(()=>{const P=[{type:"hours"}];return i.enableMinutes&&P.push({type:"",separator:!0},{type:"minutes"}),i.enableSeconds&&P.push({type:"",separator:!0},{type:"seconds"}),P}),re=t.computed(()=>Y.value.filter(P=>!P.separator)),fe=t.computed(()=>P=>{if(P==="hours"){const be=pe(+i.hours);return{text:be<10?`0${be}`:`${be}`,value:be}}return{text:i[P]<10?`0${i[P]}`:`${i[P]}`,value:i[P]}}),ae=(P,be)=>{var ye;if(!i.disabledTimesConfig)return!1;const $e=i.disabledTimesConfig(i.order,P==="hours"?be:void 0);return $e[P]?!!((ye=$e[P])!=null&&ye.includes(be)):!0},he=(P,be)=>be!=="hours"||k.value==="AM"?P:P+12,J=P=>{const be=i.is24?24:12,ye=P==="hours"?be:60,$e=+i[`${P}GridIncrement`],He=P==="hours"&&!i.is24?$e:0,Me=[];for(let ee=He;ee<ye;ee+=$e)Me.push({value:i.is24?ee:he(ee,P),text:ee<10?`0${ee}`:`${ee}`});return P==="hours"&&!i.is24&&Me.unshift({value:k.value==="PM"?12:0,text:"12"}),Ia(Me,ee=>({active:!1,disabled:p.value.times[P].includes(ee.value)||!X(ee.value,P)||ae(P,ee.value)||V(P,ee.value)}))},U=P=>P>=0?P:59,L=P=>P>=0?P:23,X=(P,be)=>{const ye=i.minTime?H(js(i.minTime)):null,$e=i.maxTime?H(js(i.maxTime)):null,He=H(js(T.value,be,be==="minutes"||be==="seconds"?U(P):L(P)));return ye&&$e?(Da(He,$e)||Ca(He,$e))&&(aa(He,ye)||Ca(He,ye)):ye?aa(He,ye)||Ca(He,ye):$e?Da(He,$e)||Ca(He,$e):!0},M=P=>i[`no${P[0].toUpperCase()+P.slice(1)}Overlay`],q=P=>{M(P)||(A[P]=!A[P],A[P]?(N.value=!0,a("overlay-opened",P)):(N.value=!1,a("overlay-closed",P)))},_=P=>P==="hours"?sr:P==="minutes"?Sr:Aa,D=()=>{B.value&&clearTimeout(B.value)},G=(P,be=!0,ye)=>{const $e=be?j:ie,He=be?+i[`${P}Increment`]:-+i[`${P}Increment`];X(+i[P]+He,P)&&a(`update:${P}`,_(P)($e({[P]:+i[P]},{[P]:+i[`${P}Increment`]}))),!(ye!=null&&ye.keyboard)&&h.value.timeArrowHoldThreshold&&(B.value=setTimeout(()=>{G(P,be)},h.value.timeArrowHoldThreshold))},pe=P=>i.is24?P:(P>=12?k.value="PM":k.value="AM",W7(P)),te=()=>{k.value==="PM"?(k.value="AM",a("update:hours",i.hours-12)):(k.value="PM",a("update:hours",i.hours+12)),a("am-pm-change",k.value)},Te=P=>{A[P]=!0},de=(P,be,ye)=>{if(P&&i.arrowNavigation){Array.isArray(x.value[be])?x.value[be][ye]=P:x.value[be]=[P];const $e=x.value.reduce((He,Me)=>Me.map((ee,me)=>[...He[me]||[],Me[me]]),[]);c(i.closeTimePickerBtn),y.value&&($e[1]=$e[1].concat(y.value)),s($e,i.order)}},ge=(P,be)=>(q(P),a(`update:${P}`,be));return r({openChildCmp:Te}),(P,be)=>{var ye;return P.disabled?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",Ax,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Y.value,($e,He)=>{var Me,ee,me;return t.openBlock(),t.createElementBlock("div",{key:He,class:t.normalizeClass(F.value),"data-compact":K.value&&!P.enableSeconds,"data-collapsed":K.value&&P.enableSeconds},[$e.separator?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[N.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(":")],64))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createElementVNode("button",{ref_for:!0,ref:Se=>de(Se,He,0),type:"button",class:t.normalizeClass({dp__btn:!0,dp__inc_dec_button:!P.timePickerInline,dp__inc_dec_button_inline:P.timePickerInline,dp__tp_inline_btn_top:P.timePickerInline,dp__inc_dec_button_disabled:g.value($e.type),"dp--hidden-el":N.value}),"data-test-id":`${$e.type}-time-inc-btn-${i.order}`,"aria-label":(Me=t.unref(d))==null?void 0:Me.incrementValue($e.type),tabindex:"0",onKeydown:Se=>t.unref(Wt)(Se,()=>G($e.type,!0,{keyboard:!0}),!0),onClick:Se=>t.unref(h).timeArrowHoldThreshold?void 0:G($e.type,!0),onMousedown:Se=>t.unref(h).timeArrowHoldThreshold?G($e.type,!0):void 0,onMouseup:D},[i.timePickerInline?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[P.$slots["tp-inline-arrow-up"]?t.renderSlot(P.$slots,"tp-inline-arrow-up",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[be[2]||(be[2]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),be[3]||(be[3]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[P.$slots["arrow-up"]?t.renderSlot(P.$slots,"arrow-up",{key:0}):t.createCommentVNode("",!0),P.$slots["arrow-up"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Ku),{key:1}))],64))],42,Px),t.createElementVNode("button",{ref_for:!0,ref:Se=>de(Se,He,1),type:"button","aria-label":`${fe.value($e.type).text}-${(ee=t.unref(d))==null?void 0:ee.openTpOverlay($e.type)}`,class:t.normalizeClass({dp__time_display:!0,dp__time_display_block:!P.timePickerInline,dp__time_display_inline:P.timePickerInline,"dp--time-invalid":S.value($e.type),"dp--time-overlay-btn":!S.value($e.type),"dp--hidden-el":N.value}),disabled:M($e.type),tabindex:"0","data-test-id":`${$e.type}-toggle-overlay-btn-${i.order}`,onKeydown:Se=>t.unref(Wt)(Se,()=>q($e.type),!0),onClick:Se=>q($e.type)},[P.$slots[$e.type]?t.renderSlot(P.$slots,$e.type,{key:0,text:fe.value($e.type).text,value:fe.value($e.type).value}):t.createCommentVNode("",!0),P.$slots[$e.type]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(fe.value($e.type).text),1)],64))],42,Ix),t.createElementVNode("button",{ref_for:!0,ref:Se=>de(Se,He,2),type:"button",class:t.normalizeClass({dp__btn:!0,dp__inc_dec_button:!P.timePickerInline,dp__inc_dec_button_inline:P.timePickerInline,dp__tp_inline_btn_bottom:P.timePickerInline,dp__inc_dec_button_disabled:R.value($e.type),"dp--hidden-el":N.value}),"data-test-id":`${$e.type}-time-dec-btn-${i.order}`,"aria-label":(me=t.unref(d))==null?void 0:me.decrementValue($e.type),tabindex:"0",onKeydown:Se=>t.unref(Wt)(Se,()=>G($e.type,!1,{keyboard:!0}),!0),onClick:Se=>t.unref(h).timeArrowHoldThreshold?void 0:G($e.type,!1),onMousedown:Se=>t.unref(h).timeArrowHoldThreshold?G($e.type,!1):void 0,onMouseup:D},[i.timePickerInline?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[P.$slots["tp-inline-arrow-down"]?t.renderSlot(P.$slots,"tp-inline-arrow-down",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[be[4]||(be[4]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),be[5]||(be[5]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[P.$slots["arrow-down"]?t.renderSlot(P.$slots,"arrow-down",{key:0}):t.createCommentVNode("",!0),P.$slots["arrow-down"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Xu),{key:1}))],64))],42,Rx)],64))],10,Dx)}),128)),P.is24?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",Lx,[P.$slots["am-pm-button"]?t.renderSlot(P.$slots,"am-pm-button",{key:0,toggle:te,value:k.value}):t.createCommentVNode("",!0),P.$slots["am-pm-button"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("button",{key:1,ref_key:"amPmButton",ref:y,type:"button",class:"dp__pm_am_button",role:"button","aria-label":(ye=t.unref(d))==null?void 0:ye.amPmButton,tabindex:"0","data-compact":K.value,onClick:te,onKeydown:be[0]||(be[0]=$e=>t.unref(Wt)($e,()=>te(),!0))},t.toDisplayString(k.value),41,zx))])),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(re.value,($e,He)=>(t.openBlock(),t.createBlock(t.Transition,{key:He,name:t.unref(w)(A[$e.type]),css:t.unref(C)},{default:t.withCtx(()=>{var Me,ee;return[A[$e.type]?(t.openBlock(),t.createBlock(Ao,{key:0,items:J($e.type),"is-last":P.autoApply&&!t.unref(h).keepActionRow,"esc-close":P.escClose,type:$e.type,"text-input":P.textInput,config:P.config,"arrow-navigation":P.arrowNavigation,"aria-labels":P.ariaLabels,"overlay-label":(ee=(Me=t.unref(d)).timeOverlay)==null?void 0:ee.call(Me,$e.type),onSelected:me=>ge($e.type,me),onToggle:me=>q($e.type),onResetFlow:be[1]||(be[1]=me=>P.$emit("reset-flow"))},t.createSlots({"button-icon":t.withCtx(()=>[P.$slots["clock-icon"]?t.renderSlot(P.$slots,"clock-icon",{key:0}):t.createCommentVNode("",!0),P.$slots["clock-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(P.timePickerInline?t.unref(Ua):t.unref(qu)),{key:1}))]),_:2},[P.$slots[`${$e.type}-overlay-value`]?{name:"item",fn:t.withCtx(({item:me})=>[t.renderSlot(P.$slots,`${$e.type}-overlay-value`,{text:me.text,value:me.value})]),key:"0"}:void 0,P.$slots[`${$e.type}-overlay-header`]?{name:"header",fn:t.withCtx(()=>[t.renderSlot(P.$slots,`${$e.type}-overlay-header`,{toggle:()=>q($e.type)})]),key:"1"}:void 0]),1032,["items","is-last","esc-close","type","text-input","config","arrow-navigation","aria-labels","overlay-label","onSelected","onToggle"])):t.createCommentVNode("",!0)]}),_:2},1032,["name","css"]))),128))]))}}}),Hx=["data-dp-mobile"],Ux=["aria-label","tabindex"],Wx=["role","aria-label","tabindex"],jx=["aria-label"],fh=t.defineComponent({compatConfig:{MODE:3},__name:"TimePicker",props:{hours:{type:[Number,Array],default:0},minutes:{type:[Number,Array],default:0},seconds:{type:[Number,Array],default:0},disabledTimesConfig:{type:Function,default:null},validateTime:{type:Function,default:()=>!1},...Mn},emits:["update:hours","update:minutes","update:seconds","mount","reset-flow","overlay-opened","overlay-closed","am-pm-change"],setup(e,{expose:r,emit:n}){const a=n,i=e,{buildMatrix:s,setTimePicker:c}=Tr(),d=t.useSlots(),{defaultedTransitions:f,defaultedAriaLabels:p,defaultedTextInput:h,defaultedConfig:v,defaultedRange:b}=pt(i),{transitionName:w,showTransition:C}=Do(f),{hideNavigationButtons:A}=ll(),k=t.ref(null),y=t.ref(null),x=t.ref([]),B=t.ref(null),N=t.ref(!1);t.onMounted(()=>{a("mount"),!i.timePicker&&i.arrowNavigation?s([Ot(k.value)],"time"):c(!0,i.timePicker)});const H=t.computed(()=>b.value.enabled&&i.modelAuto?B1(i.internalModelValue):!0),S=t.ref(!1),T=ae=>({hours:Array.isArray(i.hours)?i.hours[ae]:i.hours,minutes:Array.isArray(i.minutes)?i.minutes[ae]:i.minutes,seconds:Array.isArray(i.seconds)?i.seconds[ae]:i.seconds}),V=t.computed(()=>{const ae=[];if(b.value.enabled)for(let he=0;he<2;he++)ae.push(T(he));else ae.push(T(0));return ae}),I=(ae,he=!1,J="")=>{he||a("reset-flow"),S.value=ae,a(ae?"overlay-opened":"overlay-closed",Rt.time),i.arrowNavigation&&c(ae),t.nextTick(()=>{J!==""&&x.value[0]&&x.value[0].openChildCmp(J)})},g=t.computed(()=>({dp__btn:!0,dp__button:!0,dp__button_bottom:i.autoApply&&!v.value.keepActionRow})),R=sn(d,"timePicker"),j=(ae,he,J)=>b.value.enabled?he===0?[ae,V.value[1][J]]:[V.value[0][J],ae]:ae,ie=ae=>{a("update:hours",ae)},F=ae=>{a("update:minutes",ae)},K=ae=>{a("update:seconds",ae)},Y=()=>{if(B.value&&!h.value.enabled&&!i.noOverlayFocus){const ae=N1(B.value);ae&&ae.focus({preventScroll:!0})}},re=ae=>{N.value=!1,a("overlay-closed",ae)},fe=ae=>{N.value=!0,a("overlay-opened",ae)};return r({toggleTimePicker:I}),(ae,he)=>{var J;return t.openBlock(),t.createElementBlock("div",{class:"dp--tp-wrap","data-dp-mobile":ae.isMobile},[!ae.timePicker&&!ae.timePickerInline?t.withDirectives((t.openBlock(),t.createElementBlock("button",{key:0,ref_key:"openTimePickerBtn",ref:k,type:"button",class:t.normalizeClass({...g.value,"dp--hidden-el":S.value}),"aria-label":(J=t.unref(p))==null?void 0:J.openTimePicker,tabindex:ae.noOverlayFocus?void 0:0,"data-test-id":"open-time-picker-btn",onKeydown:he[0]||(he[0]=U=>t.unref(Wt)(U,()=>I(!0))),onClick:he[1]||(he[1]=U=>I(!0))},[ae.$slots["clock-icon"]?t.renderSlot(ae.$slots,"clock-icon",{key:0}):t.createCommentVNode("",!0),ae.$slots["clock-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(qu),{key:1}))],42,Ux)),[[t.vShow,!t.unref(A)(ae.hideNavigation,"time")]]):t.createCommentVNode("",!0),t.createVNode(t.Transition,{name:t.unref(w)(S.value),css:t.unref(C)&&!ae.timePickerInline},{default:t.withCtx(()=>{var U,L;return[S.value||ae.timePicker||ae.timePickerInline?(t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"overlayRef",ref:B,role:ae.timePickerInline?void 0:"dialog",class:t.normalizeClass({dp__overlay:!ae.timePickerInline,"dp--overlay-absolute":!i.timePicker&&!ae.timePickerInline,"dp--overlay-relative":i.timePicker}),style:t.normalizeStyle(ae.timePicker?{height:`${t.unref(v).modeHeight}px`}:void 0),"aria-label":(U=t.unref(p))==null?void 0:U.timePicker,tabindex:ae.timePickerInline?void 0:0},[t.createElementVNode("div",{class:t.normalizeClass(ae.timePickerInline?"dp__time_picker_inline_container":"dp__overlay_container dp__container_flex dp__time_picker_overlay_container"),style:{display:"flex"}},[ae.$slots["time-picker-overlay"]?t.renderSlot(ae.$slots,"time-picker-overlay",{key:0,hours:e.hours,minutes:e.minutes,seconds:e.seconds,setHours:ie,setMinutes:F,setSeconds:K}):t.createCommentVNode("",!0),ae.$slots["time-picker-overlay"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(ae.timePickerInline?"dp__flex":"dp__overlay_row dp__flex_row")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(V.value,(X,M)=>t.withDirectives((t.openBlock(),t.createBlock(Fx,t.mergeProps({key:M,ref_for:!0},{...ae.$props,order:M,hours:X.hours,minutes:X.minutes,seconds:X.seconds,closeTimePickerBtn:y.value,disabledTimesConfig:e.disabledTimesConfig,disabled:M===0?t.unref(b).fixedStart:t.unref(b).fixedEnd},{ref_for:!0,ref_key:"timeInputRefs",ref:x,"validate-time":(q,_)=>e.validateTime(q,j(_,M,q)),"onUpdate:hours":q=>ie(j(q,M,"hours")),"onUpdate:minutes":q=>F(j(q,M,"minutes")),"onUpdate:seconds":q=>K(j(q,M,"seconds")),onMounted:Y,onOverlayClosed:re,onOverlayOpened:fe,onAmPmChange:he[2]||(he[2]=q=>ae.$emit("am-pm-change",q))}),t.createSlots({_:2},[t.renderList(t.unref(R),(q,_)=>({name:q,fn:t.withCtx(D=>[t.renderSlot(ae.$slots,q,t.mergeProps({ref_for:!0},D))])}))]),1040,["validate-time","onUpdate:hours","onUpdate:minutes","onUpdate:seconds"])),[[t.vShow,M===0?!0:H.value]])),128))],2)),!ae.timePicker&&!ae.timePickerInline?t.withDirectives((t.openBlock(),t.createElementBlock("button",{key:2,ref_key:"closeTimePickerBtn",ref:y,type:"button",class:t.normalizeClass({...g.value,"dp--hidden-el":N.value}),"aria-label":(L=t.unref(p))==null?void 0:L.closeTimePicker,tabindex:"0",onKeydown:he[3]||(he[3]=X=>t.unref(Wt)(X,()=>I(!1))),onClick:he[4]||(he[4]=X=>I(!1))},[ae.$slots["calendar-icon"]?t.renderSlot(ae.$slots,"calendar-icon",{key:0}):t.createCommentVNode("",!0),ae.$slots["calendar-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Ua),{key:1}))],42,jx)),[[t.vShow,!t.unref(A)(ae.hideNavigation,"time")]]):t.createCommentVNode("",!0)],2)],14,Wx)):t.createCommentVNode("",!0)]}),_:3},8,["name","css"])],8,Hx)}}}),ph=(e,r,n,a)=>{const{defaultedRange:i}=pt(e),s=(B,N)=>Array.isArray(r[B])?r[B][N]:r[B],c=B=>e.enableSeconds?Array.isArray(r.seconds)?r.seconds[B]:r.seconds:0,d=(B,N)=>B?N!==void 0?Cr(B,s("hours",N),s("minutes",N),c(N)):Cr(B,r.hours,r.minutes,c()):C1(ve(),c(N)),f=(B,N)=>{r[B]=N},p=t.computed(()=>e.modelAuto&&i.value.enabled?Array.isArray(n.value)?n.value.length>1:!1:i.value.enabled),h=(B,N)=>{const H=Object.fromEntries(Object.keys(r).map(S=>S===B?[S,N]:[S,r[S]].slice()));if(p.value&&!i.value.disableTimeRangeValidation){const S=V=>n.value?Cr(n.value[V],H.hours[V],H.minutes[V],H.seconds[V]):null,T=V=>E1(n.value[V],0);return!(Ke(S(0),S(1))&&(aa(S(0),T(1))||Da(S(1),T(0))))}return!0},v=(B,N)=>{h(B,N)&&(f(B,N),a&&a())},b=B=>{v("hours",B)},w=B=>{v("minutes",B)},C=B=>{v("seconds",B)},A=(B,N,H,S)=>{N&&b(B),!N&&!H&&w(B),H&&C(B),n.value&&S(n.value)},k=B=>{if(B){const N=Array.isArray(B),H=N?[+B[0].hours,+B[1].hours]:+B.hours,S=N?[+B[0].minutes,+B[1].minutes]:+B.minutes,T=N?[+B[0].seconds,+B[1].seconds]:+B.seconds;f("hours",H),f("minutes",S),e.enableSeconds&&f("seconds",T)}},y=(B,N)=>{const H={hours:Array.isArray(r.hours)?r.hours[B]:r.hours,disabledArr:[]};return(N||N===0)&&(H.hours=N),Array.isArray(e.disabledTimes)&&(H.disabledArr=i.value.enabled&&Array.isArray(e.disabledTimes[B])?e.disabledTimes[B]:e.disabledTimes),H},x=t.computed(()=>(B,N)=>{var H;if(Array.isArray(e.disabledTimes)){const{disabledArr:S,hours:T}=y(B,N),V=S.filter(I=>+I.hours===T);return((H=V[0])==null?void 0:H.minutes)==="*"?{hours:[T],minutes:void 0,seconds:void 0}:{hours:[],minutes:(V==null?void 0:V.map(I=>+I.minutes))??[],seconds:(V==null?void 0:V.map(I=>I.seconds?+I.seconds:void 0))??[]}}return{hours:[],minutes:[],seconds:[]}});return{setTime:f,updateHours:b,updateMinutes:w,updateSeconds:C,getSetDateTime:d,updateTimeValues:A,getSecondsValue:c,assignStartTime:k,validateTime:h,disabledTimesConfig:x}},Yx=(e,r)=>{const n=()=>{e.isTextInputDate&&N()},{modelValue:a,time:i}=Po(e,r,n),{defaultedStartTime:s,defaultedRange:c,defaultedTz:d}=pt(e),{updateTimeValues:f,getSetDateTime:p,setTime:h,assignStartTime:v,disabledTimesConfig:b,validateTime:w}=ph(e,i,a,C);function C(){r("update-flow-step")}const A=S=>{const{hours:T,minutes:V,seconds:I}=S;return{hours:+T,minutes:+V,seconds:I?+I:0}},k=()=>{if(e.startTime){if(Array.isArray(e.startTime)){const T=A(e.startTime[0]),V=A(e.startTime[1]);return[ot(ve(),T),ot(ve(),V)]}const S=A(e.startTime);return ot(ve(),S)}return c.value.enabled?[null,null]:null},y=()=>{if(c.value.enabled){const[S,T]=k();a.value=[Zt(p(S,0),d.value.timezone),Zt(p(T,1),d.value.timezone)]}else a.value=Zt(p(k()),d.value.timezone)},x=S=>Array.isArray(S)?[na(ve(S[0])),na(ve(S[1]))]:[na(S??ve())],B=(S,T,V)=>{h("hours",S),h("minutes",T),h("seconds",e.enableSeconds?V:0)},N=()=>{const[S,T]=x(a.value);return c.value.enabled?B([S.hours,T.hours],[S.minutes,T.minutes],[S.seconds,T.seconds]):B(S.hours,S.minutes,S.seconds)};t.onMounted(()=>{if(!e.shadow)return v(s.value),a.value?N():y()});const H=()=>{Array.isArray(a.value)?a.value=a.value.map((S,T)=>S&&p(S,T)):a.value=p(a.value),r("time-update")};return{modelValue:a,time:i,disabledTimesConfig:b,updateTime:(S,T=!0,V=!1)=>{f(S,T,V,H)},validateTime:w}},Gx=t.defineComponent({compatConfig:{MODE:3},__name:"TimePickerSolo",props:{...Mn},emits:["update:internal-model-value","time-update","am-pm-change","mount","reset-flow","update-flow-step","overlay-toggle"],setup(e,{expose:r,emit:n}){const a=n,i=e,s=t.useSlots(),c=sn(s,"timePicker"),d=t.ref(null),{time:f,modelValue:p,disabledTimesConfig:h,updateTime:v,validateTime:b}=Yx(i,a);return t.onMounted(()=>{i.shadow||a("mount",null)}),r({getSidebarProps:()=>({modelValue:p,time:f,updateTime:v}),toggleTimePicker:(w,C=!1,A="")=>{var k;(k=d.value)==null||k.toggleTimePicker(w,C,A)}}),(w,C)=>(t.openBlock(),t.createBlock(ol,{"multi-calendars":0,stretch:"","is-mobile":w.isMobile},{default:t.withCtx(()=>[t.createVNode(fh,t.mergeProps({ref_key:"tpRef",ref:d},w.$props,{hours:t.unref(f).hours,minutes:t.unref(f).minutes,seconds:t.unref(f).seconds,"internal-model-value":w.internalModelValue,"disabled-times-config":t.unref(h),"validate-time":t.unref(b),"onUpdate:hours":C[0]||(C[0]=A=>t.unref(v)(A)),"onUpdate:minutes":C[1]||(C[1]=A=>t.unref(v)(A,!1)),"onUpdate:seconds":C[2]||(C[2]=A=>t.unref(v)(A,!1,!0)),onAmPmChange:C[3]||(C[3]=A=>w.$emit("am-pm-change",A)),onResetFlow:C[4]||(C[4]=A=>w.$emit("reset-flow")),onOverlayClosed:C[5]||(C[5]=A=>w.$emit("overlay-toggle",{open:!1,overlay:A})),onOverlayOpened:C[6]||(C[6]=A=>w.$emit("overlay-toggle",{open:!0,overlay:A}))}),t.createSlots({_:2},[t.renderList(t.unref(c),(A,k)=>({name:A,fn:t.withCtx(y=>[t.renderSlot(w.$slots,A,t.normalizeProps(t.guardReactiveProps(y)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"])]),_:3},8,["is-mobile"]))}}),qx={class:"dp--header-wrap"},Kx={key:0,class:"dp__month_year_wrap"},Xx={key:0},Qx={class:"dp__month_year_wrap"},Zx=["data-dp-element","aria-label","data-test-id","onClick","onKeydown"],Jx=t.defineComponent({compatConfig:{MODE:3},__name:"DpHeader",props:{month:{type:Number,default:0},year:{type:Number,default:0},instance:{type:Number,default:0},years:{type:Array,default:()=>[]},months:{type:Array,default:()=>[]},...Mn},emits:["update-month-year","mount","reset-flow","overlay-closed","overlay-opened"],setup(e,{expose:r,emit:n}){const a=n,i=e,{defaultedTransitions:s,defaultedAriaLabels:c,defaultedMultiCalendars:d,defaultedFilters:f,defaultedConfig:p,defaultedHighlight:h,propDates:v,defaultedUI:b}=pt(i),{transitionName:w,showTransition:C}=Do(s),{buildMatrix:A}=Tr(),{handleMonthYearChange:k,isDisabled:y,updateMonthYear:x}=yx(i,a),{showLeftIcon:B,showRightIcon:N}=ll(),H=t.ref(!1),S=t.ref(!1),T=t.ref(!1),V=t.ref([null,null,null,null]);t.onMounted(()=>{a("mount")});const I=L=>({get:()=>i[L],set:X=>{const M=L===Sn.month?Sn.year:Sn.month;a("update-month-year",{[L]:X,[M]:i[M]}),L===Sn.month?re(!0):fe(!0)}}),g=t.computed(I(Sn.month)),R=t.computed(I(Sn.year)),j=t.computed(()=>L=>({month:i.month,year:i.year,items:L===Sn.month?i.months:i.years,instance:i.instance,updateMonthYear:x,toggle:L===Sn.month?re:fe})),ie=t.computed(()=>i.months.find(X=>X.value===i.month)||{text:"",value:0}),F=t.computed(()=>Ia(i.months,L=>{const X=i.month===L.value,M=So(L.value,eh(i.year,v.value.minDate),th(i.year,v.value.maxDate))||f.value.months.includes(L.value),q=ih(h.value,L.value,i.year);return{active:X,disabled:M,highlighted:q}})),K=t.computed(()=>Ia(i.years,L=>{const X=i.year===L.value,M=So(L.value,La(v.value.minDate),La(v.value.maxDate))||f.value.years.includes(L.value),q=sd(h.value,L.value);return{active:X,disabled:M,highlighted:q}})),Y=(L,X,M)=>{M!==void 0?L.value=M:L.value=!L.value,L.value?(T.value=!0,a("overlay-opened",X)):(T.value=!1,a("overlay-closed",X))},re=(L=!1,X)=>{ae(L),Y(H,Rt.month,X)},fe=(L=!1,X)=>{ae(L),Y(S,Rt.year,X)},ae=L=>{L||a("reset-flow")},he=(L,X)=>{i.arrowNavigation&&(V.value[X]=Ot(L),A(V.value,"monthYear"))},J=t.computed(()=>{var L,X,M,q,_,D;return[{type:Sn.month,index:1,toggle:re,modelValue:g.value,updateModelValue:G=>g.value=G,text:ie.value.text,showSelectionGrid:H.value,items:F.value,ariaLabel:(L=c.value)==null?void 0:L.openMonthsOverlay,overlayLabel:((M=(X=c.value).monthPicker)==null?void 0:M.call(X,!0))??void 0},{type:Sn.year,index:2,toggle:fe,modelValue:R.value,updateModelValue:G=>R.value=G,text:T1(i.year,i.locale),showSelectionGrid:S.value,items:K.value,ariaLabel:(q=c.value)==null?void 0:q.openYearsOverlay,overlayLabel:((D=(_=c.value).yearPicker)==null?void 0:D.call(_,!0))??void 0}]}),U=t.computed(()=>i.disableYearSelect?[J.value[0]]:i.yearFirst?[...J.value].reverse():J.value);return r({toggleMonthPicker:re,toggleYearPicker:fe,handleMonthYearChange:k}),(L,X)=>{var M,q,_,D,G,pe;return t.openBlock(),t.createElementBlock("div",qx,[L.$slots["month-year"]?(t.openBlock(),t.createElementBlock("div",Kx,[t.renderSlot(L.$slots,"month-year",t.normalizeProps(t.guardReactiveProps({month:e.month,year:e.year,months:e.months,years:e.years,updateMonthYear:t.unref(x),handleMonthYearChange:t.unref(k),instance:e.instance,isDisabled:t.unref(y)})))])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[L.$slots["top-extra"]?(t.openBlock(),t.createElementBlock("div",Xx,[t.renderSlot(L.$slots,"top-extra",{value:L.internalModelValue})])):t.createCommentVNode("",!0),t.createElementVNode("div",Qx,[t.unref(B)(t.unref(d),e.instance)&&!L.vertical?(t.openBlock(),t.createBlock($o,{key:0,"aria-label":(M=t.unref(c))==null?void 0:M.prevMonth,disabled:t.unref(y)(!1),class:t.normalizeClass((q=t.unref(b))==null?void 0:q.navBtnPrev),"el-name":"action-prev",onActivate:X[0]||(X[0]=te=>t.unref(k)(!1,!0)),onSetRef:X[1]||(X[1]=te=>he(te,0))},{default:t.withCtx(()=>[L.$slots["arrow-left"]?t.renderSlot(L.$slots,"arrow-left",{key:0}):t.createCommentVNode("",!0),L.$slots["arrow-left"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Yu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["dp__month_year_wrap",{dp__year_disable_select:L.disableYearSelect}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(U.value,(te,Te)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:te.type},[t.createElementVNode("button",{ref_for:!0,ref:de=>he(de,Te+1),type:"button","data-dp-element":`overlay-${te.type}`,class:t.normalizeClass(["dp__btn dp__month_year_select",{"dp--hidden-el":T.value}]),"aria-label":`${te.text}-${te.ariaLabel}`,"data-test-id":`${te.type}-toggle-overlay-${e.instance}`,onClick:te.toggle,onKeydown:de=>t.unref(Wt)(de,()=>te.toggle(),!0)},[L.$slots[te.type]?t.renderSlot(L.$slots,te.type,{key:0,text:te.text,value:i[te.type]}):t.createCommentVNode("",!0),L.$slots[te.type]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(te.text),1)],64))],42,Zx),t.createVNode(t.Transition,{name:t.unref(w)(te.showSelectionGrid),css:t.unref(C)},{default:t.withCtx(()=>[te.showSelectionGrid?(t.openBlock(),t.createBlock(Ao,{key:0,items:te.items,"arrow-navigation":L.arrowNavigation,"hide-navigation":L.hideNavigation,"is-last":L.autoApply&&!t.unref(p).keepActionRow,"skip-button-ref":!1,config:L.config,type:te.type,"header-refs":[],"esc-close":L.escClose,"menu-wrap-ref":L.menuWrapRef,"text-input":L.textInput,"aria-labels":L.ariaLabels,"overlay-label":te.overlayLabel,onSelected:te.updateModelValue,onToggle:te.toggle},t.createSlots({"button-icon":t.withCtx(()=>[L.$slots["calendar-icon"]?t.renderSlot(L.$slots,"calendar-icon",{key:0}):t.createCommentVNode("",!0),L.$slots["calendar-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Ua),{key:1}))]),_:2},[L.$slots[`${te.type}-overlay-value`]?{name:"item",fn:t.withCtx(({item:de})=>[t.renderSlot(L.$slots,`${te.type}-overlay-value`,{text:de.text,value:de.value})]),key:"0"}:void 0,L.$slots[`${te.type}-overlay`]?{name:"overlay",fn:t.withCtx(()=>[t.renderSlot(L.$slots,`${te.type}-overlay`,t.mergeProps({ref_for:!0},j.value(te.type)))]),key:"1"}:void 0,L.$slots[`${te.type}-overlay-header`]?{name:"header",fn:t.withCtx(()=>[t.renderSlot(L.$slots,`${te.type}-overlay-header`,{toggle:te.toggle})]),key:"2"}:void 0]),1032,["items","arrow-navigation","hide-navigation","is-last","config","type","esc-close","menu-wrap-ref","text-input","aria-labels","overlay-label","onSelected","onToggle"])):t.createCommentVNode("",!0)]),_:2},1032,["name","css"])],64))),128))],2),t.unref(B)(t.unref(d),e.instance)&&L.vertical?(t.openBlock(),t.createBlock($o,{key:1,"aria-label":(_=t.unref(c))==null?void 0:_.prevMonth,"el-name":"action-prev",disabled:t.unref(y)(!1),class:t.normalizeClass((D=t.unref(b))==null?void 0:D.navBtnPrev),onActivate:X[2]||(X[2]=te=>t.unref(k)(!1,!0))},{default:t.withCtx(()=>[L.$slots["arrow-up"]?t.renderSlot(L.$slots,"arrow-up",{key:0}):t.createCommentVNode("",!0),L.$slots["arrow-up"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Ku),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0),t.unref(N)(t.unref(d),e.instance)?(t.openBlock(),t.createBlock($o,{key:2,ref:"rightIcon","el-name":"action-next",disabled:t.unref(y)(!0),"aria-label":(G=t.unref(c))==null?void 0:G.nextMonth,class:t.normalizeClass((pe=t.unref(b))==null?void 0:pe.navBtnNext),onActivate:X[3]||(X[3]=te=>t.unref(k)(!0,!0)),onSetRef:X[4]||(X[4]=te=>he(te,L.disableYearSelect?2:3))},{default:t.withCtx(()=>[L.$slots[L.vertical?"arrow-down":"arrow-right"]?t.renderSlot(L.$slots,L.vertical?"arrow-down":"arrow-right",{key:0}):t.createCommentVNode("",!0),L.$slots[L.vertical?"arrow-down":"arrow-right"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(L.vertical?t.unref(Xu):t.unref(Gu)),{key:1}))]),_:3},8,["disabled","aria-label","class"])):t.createCommentVNode("",!0)])],64))])}}}),eE={class:"dp__calendar_header",role:"row"},tE={key:0,class:"dp__calendar_header_item",role:"gridcell"},nE=["aria-label"],rE={key:0,class:"dp__calendar_item dp__week_num",role:"gridcell"},aE={class:"dp__cell_inner"},oE=["id","aria-pressed","aria-disabled","aria-label","tabindex","data-test-id","onClick","onTouchend","onKeydown","onMouseenter","onMouseleave","onMousedown"],iE=t.defineComponent({compatConfig:{MODE:3},__name:"DpCalendar",props:{mappedDates:{type:Array,default:()=>[]},instance:{type:Number,default:0},month:{type:Number,default:0},year:{type:Number,default:0},...Mn},emits:["select-date","set-hover-date","handle-scroll","mount","handle-swipe","handle-space","tooltip-open","tooltip-close"],setup(e,{expose:r,emit:n}){const a=n,i=e,{buildMultiLevelMatrix:s}=Tr(),{defaultedTransitions:c,defaultedConfig:d,defaultedAriaLabels:f,defaultedMultiCalendars:p,defaultedWeekNumbers:h,defaultedMultiDates:v,defaultedUI:b}=pt(i),w=t.ref(null),C=t.ref({bottom:"",left:"",transform:""}),A=t.ref([]),k=t.ref(null),y=t.ref(!0),x=t.ref(""),B=t.ref({startX:0,endX:0,startY:0,endY:0}),N=t.ref([]),H=t.ref({left:"50%"}),S=t.ref(!1),T=t.computed(()=>i.calendar?i.calendar(i.mappedDates):i.mappedDates),V=t.computed(()=>i.dayNames?Array.isArray(i.dayNames)?i.dayNames:i.dayNames(i.locale,+i.weekStart):U7(i.formatLocale,i.locale,+i.weekStart));t.onMounted(()=>{a("mount",{cmp:"calendar",refs:A}),d.value.noSwipe||k.value&&(k.value.addEventListener("touchstart",he,{passive:!1}),k.value.addEventListener("touchend",J,{passive:!1}),k.value.addEventListener("touchmove",U,{passive:!1})),i.monthChangeOnScroll&&k.value&&k.value.addEventListener("wheel",M,{passive:!1})});const I=te=>te?i.vertical?"vNext":"next":i.vertical?"vPrevious":"previous",g=(te,Te)=>{if(i.transitions){const de=At(ar(ve(),i.month,i.year));x.value=wt(At(ar(ve(),te,Te)),de)?c.value[I(!0)]:c.value[I(!1)],y.value=!1,t.nextTick(()=>{y.value=!0})}},R=t.computed(()=>({...b.value.calendar??{}})),j=t.computed(()=>te=>{const Te=j7(te);return{dp__marker_dot:Te.type==="dot",dp__marker_line:Te.type==="line"}}),ie=t.computed(()=>te=>Ke(te,w.value)),F=t.computed(()=>({dp__calendar:!0,dp__calendar_next:p.value.count>0&&i.instance!==0})),K=t.computed(()=>te=>i.hideOffsetDates?te.current:!0),Y=async(te,Te)=>{const{width:de,height:ge}=te.getBoundingClientRect();w.value=Te.value;let P={left:`${de/2}px`},be=-50;if(await t.nextTick(),N.value[0]){const{left:ye,width:$e}=N.value[0].getBoundingClientRect();ye<0&&(P={left:"0"},be=0,H.value.left=`${de/2}px`),window.innerWidth<ye+$e&&(P={right:"0"},be=0,H.value.left=`${$e-de/2}px`)}C.value={bottom:`${ge}px`,...P,transform:`translateX(${be}%)`}},re=async(te,Te,de)=>{var ge,P,be;const ye=Ot(A.value[Te][de]);ye&&((ge=te.marker)!=null&&ge.customPosition&&(be=(P=te.marker)==null?void 0:P.tooltip)!=null&&be.length?C.value=te.marker.customPosition(ye):await Y(ye,te),a("tooltip-open",te.marker))},fe=async(te,Te,de)=>{var ge,P;if(S.value&&v.value.enabled&&v.value.dragSelect)return a("select-date",te);if(a("set-hover-date",te),(P=(ge=te.marker)==null?void 0:ge.tooltip)!=null&&P.length){if(i.hideOffsetDates&&!te.current)return;await re(te,Te,de)}},ae=te=>{w.value&&(w.value=null,C.value=JSON.parse(JSON.stringify({bottom:"",left:"",transform:""})),a("tooltip-close",te.marker))},he=te=>{B.value.startX=te.changedTouches[0].screenX,B.value.startY=te.changedTouches[0].screenY},J=te=>{B.value.endX=te.changedTouches[0].screenX,B.value.endY=te.changedTouches[0].screenY,L()},U=te=>{i.vertical&&!i.inline&&te.preventDefault()},L=()=>{const te=i.vertical?"Y":"X";Math.abs(B.value[`start${te}`]-B.value[`end${te}`])>10&&a("handle-swipe",B.value[`start${te}`]>B.value[`end${te}`]?"right":"left")},X=(te,Te,de)=>{te&&(Array.isArray(A.value[Te])?A.value[Te][de]=te:A.value[Te]=[te]),i.arrowNavigation&&s(A.value,"calendar")},M=te=>{i.monthChangeOnScroll&&(te.preventDefault(),a("handle-scroll",te))},q=te=>h.value.type==="local"?Uu(te.value,{weekStartsOn:+i.weekStart}):h.value.type==="iso"?Fu(te.value):typeof h.value.type=="function"?h.value.type(te.value):"",_=te=>{const Te=te[0];return h.value.hideOnOffsetDates?te.some(de=>de.current)?q(Te):"":q(Te)},D=(te,Te,de=!0)=>{!de&&X7()||(!v.value.enabled||d.value.allowPreventDefault)&&(Er(te,d.value),a("select-date",Te))},G=te=>{Er(te,d.value)},pe=te=>{v.value.enabled&&v.value.dragSelect?(S.value=!0,a("select-date",te)):v.value.enabled&&a("select-date",te)};return r({triggerTransition:g}),(te,Te)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(F.value)},[t.createElementVNode("div",{ref_key:"calendarWrapRef",ref:k,class:t.normalizeClass(R.value),role:"grid"},[t.createElementVNode("div",eE,[te.weekNumbers?(t.openBlock(),t.createElementBlock("div",tE,t.toDisplayString(te.weekNumName),1)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(V.value,(de,ge)=>{var P,be;return t.openBlock(),t.createElementBlock("div",{key:ge,class:"dp__calendar_header_item",role:"gridcell","data-test-id":"calendar-header","aria-label":(be=(P=t.unref(f))==null?void 0:P.weekDay)==null?void 0:be.call(P,ge)},[te.$slots["calendar-header"]?t.renderSlot(te.$slots,"calendar-header",{key:0,day:de,index:ge}):t.createCommentVNode("",!0),te.$slots["calendar-header"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(de),1)],64))],8,nE)}),128))]),Te[2]||(Te[2]=t.createElementVNode("div",{class:"dp__calendar_header_separator"},null,-1)),t.createVNode(t.Transition,{name:x.value,css:!!te.transitions},{default:t.withCtx(()=>[y.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"dp__calendar",role:"rowgroup",onMouseleave:Te[1]||(Te[1]=de=>S.value=!1)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(T.value,(de,ge)=>(t.openBlock(),t.createElementBlock("div",{key:ge,class:"dp__calendar_row",role:"row"},[te.weekNumbers?(t.openBlock(),t.createElementBlock("div",rE,[t.createElementVNode("div",aE,t.toDisplayString(_(de.days)),1)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(de.days,(P,be)=>{var ye,$e,He;return t.openBlock(),t.createElementBlock("div",{id:t.unref(wu)(P.value),ref_for:!0,ref:Me=>X(Me,ge,be),key:be+ge,role:"gridcell",class:"dp__calendar_item","aria-pressed":(P.classData.dp__active_date||P.classData.dp__range_start||P.classData.dp__range_start)??void 0,"aria-disabled":P.classData.dp__cell_disabled||void 0,"aria-label":($e=(ye=t.unref(f))==null?void 0:ye.day)==null?void 0:$e.call(ye,P),tabindex:!P.current&&te.hideOffsetDates?void 0:0,"data-test-id":t.unref(wu)(P.value),onClick:t.withModifiers(Me=>D(Me,P),["prevent"]),onTouchend:Me=>D(Me,P,!1),onKeydown:Me=>t.unref(Wt)(Me,()=>te.$emit("select-date",P)),onMouseenter:Me=>fe(P,ge,be),onMouseleave:Me=>ae(P),onMousedown:Me=>pe(P),onMouseup:Te[0]||(Te[0]=Me=>S.value=!1)},[t.createElementVNode("div",{class:t.normalizeClass(["dp__cell_inner",P.classData])},[te.$slots.day&&K.value(P)?t.renderSlot(te.$slots,"day",{key:0,day:+P.text,date:P.value}):t.createCommentVNode("",!0),te.$slots.day?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(P.text),1)],64)),P.marker&&K.value(P)?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[te.$slots.marker?t.renderSlot(te.$slots,"marker",{key:0,marker:P.marker,day:+P.text,date:P.value}):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(j.value(P.marker)),style:t.normalizeStyle(P.marker.color?{backgroundColor:P.marker.color}:{})},null,6))],64)):t.createCommentVNode("",!0),ie.value(P.value)?(t.openBlock(),t.createElementBlock("div",{key:3,ref_for:!0,ref_key:"activeTooltip",ref:N,class:"dp__marker_tooltip",style:t.normalizeStyle(C.value)},[(He=P.marker)!=null&&He.tooltip?(t.openBlock(),t.createElementBlock("div",{key:0,class:"dp__tooltip_content",onClick:G},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(P.marker.tooltip,(Me,ee)=>(t.openBlock(),t.createElementBlock("div",{key:ee,class:"dp__tooltip_text"},[te.$slots["marker-tooltip"]?t.renderSlot(te.$slots,"marker-tooltip",{key:0,tooltip:Me,day:P.value}):t.createCommentVNode("",!0),te.$slots["marker-tooltip"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createElementVNode("div",{class:"dp__tooltip_mark",style:t.normalizeStyle(Me.color?{backgroundColor:Me.color}:{})},null,4),t.createElementVNode("div",null,t.toDisplayString(Me.text),1)],64))]))),128)),t.createElementVNode("div",{class:"dp__arrow_bottom_tp",style:t.normalizeStyle(H.value)},null,4)])):t.createCommentVNode("",!0)],4)):t.createCommentVNode("",!0)],2)],40,oE)}),128))]))),128))],32)):t.createCommentVNode("",!0)]),_:3},8,["name","css"])],2)],2))}}),C0=e=>Array.isArray(e),lE=(e,r,n,a)=>{const i=t.ref([]),s=t.ref(new Date),c=t.ref(),d=()=>J(e.isTextInputDate),{modelValue:f,calendars:p,time:h,today:v}=Po(e,r,d),{defaultedMultiCalendars:b,defaultedStartTime:w,defaultedRange:C,defaultedConfig:A,defaultedTz:k,propDates:y,defaultedMultiDates:x}=pt(e),{validateMonthYearInRange:B,isDisabled:N,isDateRangeAllowed:H,checkMinMaxRange:S}=Mr(e),{updateTimeValues:T,getSetDateTime:V,setTime:I,assignStartTime:g,validateTime:R,disabledTimesConfig:j}=ph(e,h,f,a),ie=t.computed(()=>ne=>p.value[ne]?p.value[ne].month:0),F=t.computed(()=>ne=>p.value[ne]?p.value[ne].year:0),K=ne=>!A.value.keepViewOnOffsetClick||ne?!0:!c.value,Y=(ne,we,Ne,le=!1)=>{var ke,Oe;K(le)&&(p.value[ne]||(p.value[ne]={month:0,year:0}),p.value[ne].month=Up(we)?(ke=p.value[ne])==null?void 0:ke.month:we,p.value[ne].year=Up(Ne)?(Oe=p.value[ne])==null?void 0:Oe.year:Ne)},re=()=>{e.autoApply&&r("select-date")},fe=()=>{w.value&&g(w.value)};t.onMounted(()=>{e.shadow||(f.value||(Te(),fe()),J(!0),e.focusStartDate&&e.startDate&&Te())});const ae=t.computed(()=>{var ne;return(ne=e.flow)!=null&&ne.length&&!e.partialFlow?e.flowStep===e.flow.length:!0}),he=()=>{e.autoApply&&ae.value&&r("auto-apply",e.partialFlow?e.flowStep!==e.flow.length:!1)},J=(ne=!1)=>{if(f.value)return Array.isArray(f.value)?(i.value=f.value,D(ne)):X(f.value,ne);if(b.value.count&&ne&&!e.startDate)return L(ve(),ne)},U=()=>Array.isArray(f.value)&&C.value.enabled?qe(f.value[0])===qe(f.value[1]??f.value[0]):!1,L=(ne=new Date,we=!1)=>{if((!b.value.count||!b.value.static||we)&&Y(0,qe(ne),Re(ne)),b.value.count&&(!f.value||U()||!b.value.solo)&&(!b.value.solo||we))for(let Ne=1;Ne<b.value.count;Ne++){const le=ot(ve(),{month:ie.value(Ne-1),year:F.value(Ne-1)}),ke=l1(le,{months:1});p.value[Ne]={month:qe(ke),year:Re(ke)}}},X=(ne,we)=>{L(ne),I("hours",sr(ne)),I("minutes",Sr(ne)),I("seconds",Aa(ne)),b.value.count&&we&&te()},M=ne=>{if(b.value.count){if(b.value.solo)return 0;const we=qe(ne[0]),Ne=qe(ne[1]);return Math.abs(Ne-we)<b.value.count?0:1}return 1},q=(ne,we)=>{ne[1]&&C.value.showLastInRange?L(ne[M(ne)],we):L(ne[0],we);const Ne=(le,ke)=>[le(ne[0]),ne[1]?le(ne[1]):h[ke][1]];I("hours",Ne(sr,"hours")),I("minutes",Ne(Sr,"minutes")),I("seconds",Ne(Aa,"seconds"))},_=(ne,we)=>{if((C.value.enabled||e.weekPicker)&&!x.value.enabled)return q(ne,we);if(x.value.enabled&&we){const Ne=ne[ne.length-1];return X(Ne,we)}},D=ne=>{const we=f.value;_(we,ne),b.value.count&&b.value.solo&&te()},G=(ne,we)=>{const Ne=ot(ve(),{month:ie.value(we),year:F.value(we)}),le=ne<0?Bn(Ne,1):Pa(Ne,1);B(qe(le),Re(le),ne<0,e.preventMinMaxNavigation)&&(Y(we,qe(le),Re(le)),r("update-month-year",{instance:we,month:qe(le),year:Re(le)}),b.value.count&&!b.value.solo&&pe(we),n())},pe=ne=>{for(let we=ne-1;we>=0;we--){const Ne=Pa(ot(ve(),{month:ie.value(we+1),year:F.value(we+1)}),1);Y(we,qe(Ne),Re(Ne))}for(let we=ne+1;we<=b.value.count-1;we++){const Ne=Bn(ot(ve(),{month:ie.value(we-1),year:F.value(we-1)}),1);Y(we,qe(Ne),Re(Ne))}},te=()=>{if(Array.isArray(f.value)&&f.value.length===2){const ne=ve(ve(f.value[1]?f.value[1]:Bn(f.value[0],1))),[we,Ne]=[qe(f.value[0]),Re(f.value[0])],[le,ke]=[qe(f.value[1]),Re(f.value[1])];(we!==le||we===le&&Ne!==ke)&&b.value.solo&&Y(1,qe(ne),Re(ne))}else f.value&&!Array.isArray(f.value)&&(Y(0,qe(f.value),Re(f.value)),L(ve()))},Te=()=>{e.startDate&&(Y(0,qe(ve(e.startDate)),Re(ve(e.startDate))),b.value.count&&pe(0))},de=(ne,we)=>{if(e.monthChangeOnScroll){const Ne=new Date().getTime()-s.value.getTime(),le=Math.abs(ne.deltaY);let ke=500;le>1&&(ke=100),le>100&&(ke=0),Ne>ke&&(s.value=new Date,G(e.monthChangeOnScroll!=="inverse"?-ne.deltaY:ne.deltaY,we))}},ge=(ne,we,Ne=!1)=>{e.monthChangeOnArrows&&e.vertical===Ne&&P(ne,we)},P=(ne,we)=>{G(ne==="right"?-1:1,we)},be=ne=>{if(y.value.markers)return Qi(ne.value,y.value.markers)},ye=(ne,we)=>{switch(e.sixWeeks===!0?"append":e.sixWeeks){case"prepend":return[!0,!1];case"center":return[ne==0,!0];case"fair":return[ne==0||we>ne,!0];case"append":return[!1,!1];default:return[!1,!1]}},$e=(ne,we,Ne,le)=>{if(e.sixWeeks&&ne.length<6){const ke=6-ne.length,Oe=(we.getDay()+7-le)%7,dn=6-(Ne.getDay()+7-le)%7,[Jt,dr]=ye(Oe,dn);for(let cr=1;cr<=ke;cr++)if(dr?!!(cr%2)==Jt:Jt){const An=ne[0].days[0],Wa=He(yn(An.value,-7),qe(we));ne.unshift({days:Wa})}else{const An=ne[ne.length-1],Wa=An.days[An.days.length-1],ul=He(yn(Wa.value,1),qe(we));ne.push({days:ul})}}return ne},He=(ne,we)=>{const Ne=ve(ne),le=[];for(let ke=0;ke<7;ke++){const Oe=yn(Ne,ke),dn=qe(Oe)!==we;le.push({text:e.hideOffsetDates&&dn?"":Oe.getDate(),value:Oe,current:!dn,classData:{}})}return le},Me=(ne,we)=>{const Ne=[],le=new Date(we,ne),ke=new Date(we,ne+1,0),Oe=e.weekStart,dn=Tn(le,{weekStartsOn:Oe}),Jt=dr=>{const cr=He(dr,ne);if(Ne.push({days:cr}),!Ne[Ne.length-1].days.some(An=>Ke(At(An.value),At(ke)))){const An=yn(dr,7);Jt(An)}};return Jt(dn),$e(Ne,le,ke,Oe)},ee=ne=>{const we=Cr(ve(ne.value),h.hours,h.minutes,Je());r("date-update",we),x.value.enabled?ud(we,f,x.value.limit):f.value=we,a(),t.nextTick().then(()=>{he()})},me=ne=>C.value.noDisabledRange?nh(i.value[0],ne).some(we=>N(we)):!1,Se=()=>{i.value=f.value?f.value.slice():[],i.value.length===2&&!(C.value.fixedStart||C.value.fixedEnd)&&(i.value=[])},st=(ne,we)=>{const Ne=[ve(ne.value),yn(ve(ne.value),+C.value.autoRange)];H(Ne)?(we&&Et(ne.value),i.value=Ne):r("invalid-date",ne.value)},Et=ne=>{const we=qe(ve(ne)),Ne=Re(ve(ne));if(Y(0,we,Ne),b.value.count>0)for(let le=1;le<b.value.count;le++){const ke=Kk(ot(ve(ne),{year:F.value(le-1),month:ie.value(le-1)}));Y(le,ke.month,ke.year)}},Be=ne=>{if(me(ne.value)||!S(ne.value,f.value,C.value.fixedStart?0:1))return r("invalid-date",ne.value);i.value=dh(ve(ne.value),f,r,C)},Vt=(ne,we)=>{if(Se(),C.value.autoRange)return st(ne,we);if(C.value.fixedStart||C.value.fixedEnd)return Be(ne);i.value[0]?S(ve(ne.value),f.value)&&!me(ne.value)?vt(ve(ne.value),ve(i.value[0]))?(i.value.unshift(ve(ne.value)),r("range-end",i.value[0])):(i.value[1]=ve(ne.value),r("range-end",i.value[1])):(e.autoApply&&r("auto-apply-invalid",ne.value),r("invalid-date",ne.value)):(i.value[0]=ve(ne.value),r("range-start",i.value[0]))},Je=(ne=!0)=>e.enableSeconds?Array.isArray(h.seconds)?ne?h.seconds[0]:h.seconds[1]:h.seconds:0,Yn=ne=>{i.value[ne]=Cr(i.value[ne],h.hours[ne],h.minutes[ne],Je(ne!==1))},Ar=()=>{var ne,we;i.value[0]&&i.value[1]&&+((ne=i.value)==null?void 0:ne[0])>+((we=i.value)==null?void 0:we[1])&&(i.value.reverse(),r("range-start",i.value[0]),r("range-end",i.value[1]))},ur=()=>{i.value.length&&(i.value[0]&&!i.value[1]?Yn(0):(Yn(0),Yn(1),a()),Ar(),f.value=i.value.slice(),il(i.value,r,e.autoApply,e.modelAuto))},Dr=(ne,we=!1)=>{if(N(ne.value)||!ne.current&&e.hideOffsetDates)return r("invalid-date",ne.value);if(c.value=JSON.parse(JSON.stringify(ne)),!C.value.enabled)return ee(ne);C0(h.hours)&&C0(h.minutes)&&!x.value.enabled&&(Vt(ne,we),ur())},Pr=(ne,we)=>{var Ne;Y(ne,we.month,we.year,!0),b.value.count&&!b.value.solo&&pe(ne),r("update-month-year",{instance:ne,month:we.month,year:we.year}),n(b.value.solo?ne:void 0);const le=(Ne=e.flow)!=null&&Ne.length?e.flow[e.flowStep]:void 0;!we.fromNav&&(le===Rt.month||le===Rt.year)&&a()},Ir=(ne,we)=>{uh({value:ne,modelValue:f,range:C.value.enabled,timezone:we?void 0:k.value.timezone}),re(),e.multiCalendars&&t.nextTick().then(()=>J(!0))},Rr=()=>{const ne=Qu(ve(),k.value);!C.value.enabled&&!x.value.enabled?f.value=ne:f.value&&Array.isArray(f.value)&&f.value[0]?x.value.enabled?f.value=[...f.value,ne]:f.value=vt(ne,f.value[0])?[ne,f.value[0]]:[f.value[0],ne]:f.value=[ne],re()},Lr=()=>{if(Array.isArray(f.value))if(x.value.enabled){const ne=zr();f.value[f.value.length-1]=V(ne)}else f.value=f.value.map((ne,we)=>ne&&V(ne,we));else f.value=V(f.value);r("time-update")},zr=()=>Array.isArray(f.value)&&f.value.length?f.value[f.value.length-1]:null;return{calendars:p,modelValue:f,month:ie,year:F,time:h,disabledTimesConfig:j,today:v,validateTime:R,getCalendarDays:Me,getMarker:be,handleScroll:de,handleSwipe:P,handleArrow:ge,selectDate:Dr,updateMonthYear:Pr,presetDate:Ir,selectCurrentDate:Rr,updateTime:(ne,we=!0,Ne=!1)=>{T(ne,we,Ne,Lr)},assignMonthAndYear:L,setStartTime:fe}},sE={key:0},uE=t.defineComponent({__name:"DatePicker",props:{...Mn},emits:["tooltip-open","tooltip-close","mount","update:internal-model-value","update-flow-step","reset-flow","auto-apply","focus-menu","select-date","range-start","range-end","invalid-fixed-range","time-update","am-pm-change","time-picker-open","time-picker-close","recalculate-position","update-month-year","auto-apply-invalid","date-update","invalid-date","overlay-toggle"],setup(e,{expose:r,emit:n}){const a=n,i=e,{calendars:s,month:c,year:d,modelValue:f,time:p,disabledTimesConfig:h,today:v,validateTime:b,getCalendarDays:w,getMarker:C,handleArrow:A,handleScroll:k,handleSwipe:y,selectDate:x,updateMonthYear:B,presetDate:N,selectCurrentDate:H,updateTime:S,assignMonthAndYear:T,setStartTime:V}=lE(i,a,U,L),I=t.useSlots(),{setHoverDate:g,getDayClassData:R,clearHoverDate:j}=CE(f,i),{defaultedMultiCalendars:ie}=pt(i),F=t.ref([]),K=t.ref([]),Y=t.ref(null),re=sn(I,"calendar"),fe=sn(I,"monthYear"),ae=sn(I,"timePicker"),he=de=>{i.shadow||a("mount",de)};t.watch(s,()=>{i.shadow||setTimeout(()=>{a("recalculate-position")},0)},{deep:!0}),t.watch(ie,(de,ge)=>{de.count-ge.count>0&&T()},{deep:!0});const J=t.computed(()=>de=>w(c.value(de),d.value(de)).map(ge=>({...ge,days:ge.days.map(P=>(P.marker=C(P),P.classData=R(P),P))})));function U(de){var ge;de||de===0?(ge=K.value[de])==null||ge.triggerTransition(c.value(de),d.value(de)):K.value.forEach((P,be)=>P.triggerTransition(c.value(be),d.value(be)))}function L(){a("update-flow-step")}const X=(de,ge=!1)=>{x(de,ge),i.spaceConfirm&&a("select-date")},M=(de,ge,P=0)=>{var be;(be=F.value[P])==null||be.toggleMonthPicker(de,ge)},q=(de,ge,P=0)=>{var be;(be=F.value[P])==null||be.toggleYearPicker(de,ge)},_=(de,ge,P)=>{var be;(be=Y.value)==null||be.toggleTimePicker(de,ge,P)},D=(de,ge)=>{var P;if(!i.range){const be=f.value?f.value:v,ye=ge?new Date(ge):be,$e=de?Tn(ye,{weekStartsOn:1}):h1(ye,{weekStartsOn:1});x({value:$e,current:qe(ye)===c.value(0),text:"",classData:{}}),(P=document.getElementById(wu($e)))==null||P.focus()}},G=de=>{var ge;(ge=F.value[0])==null||ge.handleMonthYearChange(de,!0)},pe=de=>{B(0,{month:c.value(0),year:d.value(0)+(de?1:-1),fromNav:!0})},te=(de,ge)=>{de===Rt.time&&a(`time-picker-${ge?"open":"close"}`),a("overlay-toggle",{open:ge,overlay:de})},Te=de=>{a("overlay-toggle",{open:!1,overlay:de}),a("focus-menu")};return r({clearHoverDate:j,presetDate:N,selectCurrentDate:H,toggleMonthPicker:M,toggleYearPicker:q,toggleTimePicker:_,handleArrow:A,updateMonthYear:B,getSidebarProps:()=>({modelValue:f,month:c,year:d,time:p,updateTime:S,updateMonthYear:B,selectDate:x,presetDate:N}),changeMonth:G,changeYear:pe,selectWeekDate:D,setStartTime:V}),(de,ge)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createVNode(ol,{"multi-calendars":t.unref(ie).count,collapse:de.collapse,"is-mobile":de.isMobile},{default:t.withCtx(({instance:P,index:be})=>[de.disableMonthYearSelect?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(Jx,t.mergeProps({key:0,ref:ye=>{ye&&(F.value[be]=ye)},months:t.unref(V1)(de.formatLocale,de.locale,de.monthNameFormat),years:t.unref(Zu)(de.yearRange,de.locale,de.reverseYears),month:t.unref(c)(P),year:t.unref(d)(P),instance:P},de.$props,{onMount:ge[0]||(ge[0]=ye=>he(t.unref(ta).header)),onResetFlow:ge[1]||(ge[1]=ye=>de.$emit("reset-flow")),onUpdateMonthYear:ye=>t.unref(B)(P,ye),onOverlayClosed:Te,onOverlayOpened:ge[2]||(ge[2]=ye=>de.$emit("overlay-toggle",{open:!0,overlay:ye}))}),t.createSlots({_:2},[t.renderList(t.unref(fe),(ye,$e)=>({name:ye,fn:t.withCtx(He=>[t.renderSlot(de.$slots,ye,t.normalizeProps(t.guardReactiveProps(He)))])}))]),1040,["months","years","month","year","instance","onUpdateMonthYear"])),t.createVNode(iE,t.mergeProps({ref:ye=>{ye&&(K.value[be]=ye)},"mapped-dates":J.value(P),month:t.unref(c)(P),year:t.unref(d)(P),instance:P},de.$props,{onSelectDate:ye=>t.unref(x)(ye,P!==1),onHandleSpace:ye=>X(ye,P!==1),onSetHoverDate:ge[3]||(ge[3]=ye=>t.unref(g)(ye)),onHandleScroll:ye=>t.unref(k)(ye,P),onHandleSwipe:ye=>t.unref(y)(ye,P),onMount:ge[4]||(ge[4]=ye=>he(t.unref(ta).calendar)),onResetFlow:ge[5]||(ge[5]=ye=>de.$emit("reset-flow")),onTooltipOpen:ge[6]||(ge[6]=ye=>de.$emit("tooltip-open",ye)),onTooltipClose:ge[7]||(ge[7]=ye=>de.$emit("tooltip-close",ye))}),t.createSlots({_:2},[t.renderList(t.unref(re),(ye,$e)=>({name:ye,fn:t.withCtx(He=>[t.renderSlot(de.$slots,ye,t.normalizeProps(t.guardReactiveProps({...He})))])}))]),1040,["mapped-dates","month","year","instance","onSelectDate","onHandleSpace","onHandleScroll","onHandleSwipe"])]),_:3},8,["multi-calendars","collapse","is-mobile"]),de.enableTimePicker?(t.openBlock(),t.createElementBlock("div",sE,[de.$slots["time-picker"]?t.renderSlot(de.$slots,"time-picker",t.normalizeProps(t.mergeProps({key:0},{time:t.unref(p),updateTime:t.unref(S)}))):(t.openBlock(),t.createBlock(fh,t.mergeProps({key:1,ref_key:"timePickerRef",ref:Y},de.$props,{hours:t.unref(p).hours,minutes:t.unref(p).minutes,seconds:t.unref(p).seconds,"internal-model-value":de.internalModelValue,"disabled-times-config":t.unref(h),"validate-time":t.unref(b),onMount:ge[8]||(ge[8]=P=>he(t.unref(ta).timePicker)),"onUpdate:hours":ge[9]||(ge[9]=P=>t.unref(S)(P)),"onUpdate:minutes":ge[10]||(ge[10]=P=>t.unref(S)(P,!1)),"onUpdate:seconds":ge[11]||(ge[11]=P=>t.unref(S)(P,!1,!0)),onResetFlow:ge[12]||(ge[12]=P=>de.$emit("reset-flow")),onOverlayClosed:ge[13]||(ge[13]=P=>te(P,!1)),onOverlayOpened:ge[14]||(ge[14]=P=>te(P,!0)),onAmPmChange:ge[15]||(ge[15]=P=>de.$emit("am-pm-change",P))}),t.createSlots({_:2},[t.renderList(t.unref(ae),(P,be)=>({name:P,fn:t.withCtx(ye=>[t.renderSlot(de.$slots,P,t.normalizeProps(t.guardReactiveProps(ye)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"]))])):t.createCommentVNode("",!0)],64))}}),dE=(e,r)=>{const n=t.ref(),{defaultedMultiCalendars:a,defaultedConfig:i,defaultedHighlight:s,defaultedRange:c,propDates:d,defaultedFilters:f,defaultedMultiDates:p}=pt(e),{modelValue:h,year:v,month:b,calendars:w}=Po(e,r),{isDisabled:C}=Mr(e),{selectYear:A,groupedYears:k,showYearPicker:y,isDisabled:x,toggleYearPicker:B,handleYearSelect:N,handleYear:H}=ch({modelValue:h,multiCalendars:a,range:c,highlight:s,calendars:w,propDates:d,month:b,year:v,filters:f,props:e,emit:r}),S=(K,Y)=>[K,Y].map(re=>Wn(re,"MMMM",{locale:e.formatLocale})).join("-"),T=t.computed(()=>K=>h.value?Array.isArray(h.value)?h.value.some(Y=>zp(K,Y)):zp(h.value,K):!1),V=K=>{if(c.value.enabled){if(Array.isArray(h.value)){const Y=Ke(K,h.value[0])||Ke(K,h.value[1]);return Vo(h.value,n.value,K)&&!Y}return!1}return!1},I=(K,Y)=>K.quarter===Ap(Y)&&K.year===Re(Y),g=K=>typeof s.value=="function"?s.value({quarter:Ap(K),year:Re(K)}):!!s.value.quarters.find(Y=>I(Y,K)),R=t.computed(()=>K=>{const Y=ot(new Date,{year:v.value(K)});return U$({start:Co(Y),end:p1(Y)}).map(re=>{const fe=Jr(re),ae=Dp(re),he=C(re),J=V(fe),U=g(fe);return{text:S(fe,ae),value:fe,active:T.value(fe),highlighted:U,disabled:he,isBetween:J}})}),j=K=>{ud(K,h,p.value.limit),r("auto-apply",!0)},ie=K=>{h.value=dd(h,K,r),il(h.value,r,e.autoApply,e.modelAuto)},F=K=>{h.value=K,r("auto-apply")};return{defaultedConfig:i,defaultedMultiCalendars:a,groupedYears:k,year:v,isDisabled:x,quarters:R,showYearPicker:y,modelValue:h,setHoverDate:K=>{n.value=K},selectYear:A,selectQuarter:(K,Y,re)=>{if(!re)return w.value[Y].month=qe(Dp(K)),p.value.enabled?j(K):c.value.enabled?ie(K):F(K)},toggleYearPicker:B,handleYearSelect:N,handleYear:H}},cE={class:"dp--quarter-items"},fE=["data-test-id","disabled","onClick","onMouseover"],pE=t.defineComponent({compatConfig:{MODE:3},__name:"QuarterPicker",props:{...Mn},emits:["update:internal-model-value","reset-flow","overlay-closed","auto-apply","range-start","range-end","overlay-toggle","update-month-year"],setup(e,{expose:r,emit:n}){const a=n,i=e,s=t.useSlots(),c=sn(s,"yearMode"),{defaultedMultiCalendars:d,defaultedConfig:f,groupedYears:p,year:h,isDisabled:v,quarters:b,modelValue:w,showYearPicker:C,setHoverDate:A,selectQuarter:k,toggleYearPicker:y,handleYearSelect:x,handleYear:B}=dE(i,a);return r({getSidebarProps:()=>({modelValue:w,year:h,selectQuarter:k,handleYearSelect:x,handleYear:B})}),(N,H)=>(t.openBlock(),t.createBlock(ol,{"multi-calendars":t.unref(d).count,collapse:N.collapse,stretch:"","is-mobile":N.isMobile},{default:t.withCtx(({instance:S})=>[t.createElementVNode("div",{class:"dp-quarter-picker-wrap",style:t.normalizeStyle({minHeight:`${t.unref(f).modeHeight}px`})},[N.$slots["top-extra"]?t.renderSlot(N.$slots,"top-extra",{key:0,value:N.internalModelValue}):t.createCommentVNode("",!0),t.createElementVNode("div",null,[t.createVNode(sh,t.mergeProps(N.$props,{items:t.unref(p)(S),instance:S,"show-year-picker":t.unref(C)[S],year:t.unref(h)(S),"is-disabled":T=>t.unref(v)(S,T),onHandleYear:T=>t.unref(B)(S,T),onYearSelect:T=>t.unref(x)(T,S),onToggleYearPicker:T=>t.unref(y)(S,T==null?void 0:T.flow,T==null?void 0:T.show)}),t.createSlots({_:2},[t.renderList(t.unref(c),(T,V)=>({name:T,fn:t.withCtx(I=>[t.renderSlot(N.$slots,T,t.normalizeProps(t.guardReactiveProps(I)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),t.createElementVNode("div",cE,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(b)(S),(T,V)=>(t.openBlock(),t.createElementBlock("div",{key:V},[t.createElementVNode("button",{type:"button",class:t.normalizeClass(["dp--qr-btn",{"dp--qr-btn-active":T.active,"dp--qr-btn-between":T.isBetween,"dp--qr-btn-disabled":T.disabled,"dp--highlighted":T.highlighted}]),"data-test-id":T.value,disabled:T.disabled,onClick:I=>t.unref(k)(T.value,S,T.disabled),onMouseover:I=>t.unref(A)(T.value)},[N.$slots.quarter?t.renderSlot(N.$slots,"quarter",{key:0,value:T.value,text:T.text}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(T.text),1)],64))],42,fE)]))),128))])],4)]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),hh=(e,r)=>{const n=t.ref(0);t.onMounted(()=>{a(),window.addEventListener("resize",a,{passive:!0})}),t.onUnmounted(()=>{window.removeEventListener("resize",a)});const a=()=>{n.value=window.document.documentElement.clientWidth};return{isMobile:t.computed(()=>n.value<=e.value.mobileBreakpoint&&!r?!0:void 0)}},hE=["id","tabindex","role","aria-label"],mE={key:0,class:"dp--menu-load-container"},_E={key:1,class:"dp--menu-header"},vE=["data-dp-mobile"],gE={key:0,class:"dp__sidebar_left"},yE=["data-dp-mobile"],bE=["data-test-id","data-dp-mobile","onClick","onKeydown"],$E={key:2,class:"dp__sidebar_right"},wE={key:3,class:"dp__action_extra"},S0=t.defineComponent({compatConfig:{MODE:3},__name:"DatepickerMenu",props:{...al,shadow:{type:Boolean,default:!1},openOnTop:{type:Boolean,default:!1},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1}},emits:["close-picker","select-date","auto-apply","time-update","flow-step","update-month-year","invalid-select","update:internal-model-value","recalculate-position","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end","auto-apply-invalid","date-update","invalid-date","overlay-toggle","menu-blur"],setup(e,{expose:r,emit:n}){const a=n,i=e,s=t.ref(null),c=t.computed(()=>{const{openOnTop:ee,...me}=i;return{...me,isMobile:A.value,flowStep:R.value,menuWrapRef:s.value}}),{setMenuFocused:d,setShiftKey:f,control:p}=lh(),h=t.useSlots(),{defaultedTextInput:v,defaultedInline:b,defaultedConfig:w,defaultedUI:C}=pt(i),{isMobile:A}=hh(w,i.shadow),k=t.ref(null),y=t.ref(0),x=t.ref(null),B=t.ref(!1),N=t.ref(null),H=t.ref(!1);t.onMounted(()=>{if(!i.shadow){B.value=!0,S(),window.addEventListener("resize",S);const ee=Ot(s);if(ee&&!v.value.enabled&&!b.value.enabled&&(d(!0),fe()),ee){const me=Se=>{H.value=!0,w.value.allowPreventDefault&&Se.preventDefault(),Er(Se,w.value,!0)};ee.addEventListener("pointerdown",me),ee.addEventListener("mousedown",me)}}document.addEventListener("mousedown",Me)}),t.onUnmounted(()=>{window.removeEventListener("resize",S),document.addEventListener("mousedown",Me)});const S=()=>{const ee=Ot(x);ee&&(y.value=ee.getBoundingClientRect().width)},{arrowRight:T,arrowLeft:V,arrowDown:I,arrowUp:g}=Tr(),{flowStep:R,updateFlowStep:j,childMount:ie,resetFlow:F,handleFlow:K}=SE(i,a,N),Y=t.computed(()=>i.monthPicker?Nx:i.yearPicker?Mx:i.timePicker?Gx:i.quarterPicker?pE:uE),re=t.computed(()=>{var ee;if(w.value.arrowLeft)return w.value.arrowLeft;const me=(ee=s.value)==null?void 0:ee.getBoundingClientRect(),Se=i.getInputRect();return(Se==null?void 0:Se.width)<(y==null?void 0:y.value)&&(Se==null?void 0:Se.left)<=((me==null?void 0:me.left)??0)?`${(Se==null?void 0:Se.width)/2}px`:(Se==null?void 0:Se.right)>=((me==null?void 0:me.right)??0)&&(Se==null?void 0:Se.width)<(y==null?void 0:y.value)?`${(y==null?void 0:y.value)-(Se==null?void 0:Se.width)/2}px`:"50%"}),fe=()=>{const ee=Ot(s);ee&&ee.focus({preventScroll:!0})},ae=t.computed(()=>{var ee;return((ee=N.value)==null?void 0:ee.getSidebarProps())||{}}),he=()=>{i.openOnTop&&a("recalculate-position")},J=sn(h,"action"),U=t.computed(()=>i.monthPicker||i.yearPicker?sn(h,"monthYear"):i.timePicker?sn(h,"timePicker"):sn(h,"shared")),L=t.computed(()=>i.openOnTop?"dp__arrow_bottom":"dp__arrow_top"),X=t.computed(()=>({dp__menu_disabled:i.disabled,dp__menu_readonly:i.readonly,"dp-menu-loading":i.loading})),M=t.computed(()=>({dp__menu:!0,dp__menu_index:!b.value.enabled,dp__relative:b.value.enabled,...C.value.menu??{}})),q=ee=>{Er(ee,w.value,!0)},_=()=>{i.escClose&&a("close-picker")},D=ee=>{if(i.arrowNavigation){if(ee===Ut.up)return g();if(ee===Ut.down)return I();if(ee===Ut.left)return V();if(ee===Ut.right)return T()}else ee===Ut.left||ee===Ut.up?de("handleArrow",Ut.left,0,ee===Ut.up):de("handleArrow",Ut.right,0,ee===Ut.down)},G=ee=>{f(ee.shiftKey),!i.disableMonthYearSelect&&ee.code===ct.tab&&ee.target.classList.contains("dp__menu")&&p.value.shiftKeyInMenu&&(ee.preventDefault(),Er(ee,w.value,!0),a("close-picker"))},pe=()=>{fe(),a("time-picker-close")},te=ee=>{var me,Se,st;(me=N.value)==null||me.toggleTimePicker(!1,!1),(Se=N.value)==null||Se.toggleMonthPicker(!1,!1,ee),(st=N.value)==null||st.toggleYearPicker(!1,!1,ee)},Te=(ee,me=0)=>{var Se,st,Et;return ee==="month"?(Se=N.value)==null?void 0:Se.toggleMonthPicker(!1,!0,me):ee==="year"?(st=N.value)==null?void 0:st.toggleYearPicker(!1,!0,me):ee==="time"?(Et=N.value)==null?void 0:Et.toggleTimePicker(!0,!1):te(me)},de=(ee,...me)=>{var Se,st;(Se=N.value)!=null&&Se[ee]&&((st=N.value)==null||st[ee](...me))},ge=()=>{de("selectCurrentDate")},P=(ee,me)=>{de("presetDate",t.toValue(ee),me)},be=()=>{de("clearHoverDate")},ye=(ee,me)=>{de("updateMonthYear",ee,me)},$e=(ee,me)=>{ee.preventDefault(),D(me)},He=ee=>{var me,Se,st;if(G(ee),ee.key===ct.home||ee.key===ct.end)return de("selectWeekDate",ee.key===ct.home,ee.target.getAttribute("id"));switch((ee.key===ct.pageUp||ee.key===ct.pageDown)&&(ee.shiftKey?(de("changeYear",ee.key===ct.pageUp),(me=yu(s.value,"overlay-year"))==null||me.focus()):(de("changeMonth",ee.key===ct.pageUp),(Se=yu(s.value,ee.key===ct.pageUp?"action-prev":"action-next"))==null||Se.focus()),ee.target.getAttribute("id")&&((st=s.value)==null||st.focus({preventScroll:!0}))),ee.key){case ct.esc:return _();case ct.arrowLeft:return $e(ee,Ut.left);case ct.arrowRight:return $e(ee,Ut.right);case ct.arrowUp:return $e(ee,Ut.up);case ct.arrowDown:return $e(ee,Ut.down);default:return}},Me=ee=>{var me;b.value.enabled&&!b.value.input&&!((me=s.value)!=null&&me.contains(ee.target))&&H.value&&(H.value=!1,a("menu-blur"))};return r({updateMonthYear:ye,switchView:Te,handleFlow:K,onValueCleared:()=>{var ee,me;(me=(ee=N.value)==null?void 0:ee.setStartTime)==null||me.call(ee)}}),(ee,me)=>{var Se,st,Et;return t.openBlock(),t.createElementBlock("div",{id:ee.uid?`dp-menu-${ee.uid}`:void 0,ref_key:"dpMenuRef",ref:s,tabindex:t.unref(b).enabled?void 0:"0",role:t.unref(b).enabled?void 0:"dialog","aria-label":(Se=ee.ariaLabels)==null?void 0:Se.menu,class:t.normalizeClass(M.value),style:t.normalizeStyle({"--dp-arrow-left":re.value}),onMouseleave:be,onClick:q,onKeydown:He},[(ee.disabled||ee.readonly)&&t.unref(b).enabled||ee.loading?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(X.value)},[ee.loading?(t.openBlock(),t.createElementBlock("div",mE,me[19]||(me[19]=[t.createElementVNode("span",{class:"dp--menu-loader"},null,-1)]))):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),ee.$slots["menu-header"]?(t.openBlock(),t.createElementBlock("div",_E,[t.renderSlot(ee.$slots,"menu-header")])):t.createCommentVNode("",!0),!t.unref(b).enabled&&!ee.teleportCenter?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(L.value)},null,2)):t.createCommentVNode("",!0),t.createElementVNode("div",{ref_key:"innerMenuRef",ref:x,class:t.normalizeClass({dp__menu_content_wrapper:((st=ee.presetDates)==null?void 0:st.length)||!!ee.$slots["left-sidebar"]||!!ee.$slots["right-sidebar"],"dp--menu-content-wrapper-collapsed":e.collapse&&(((Et=ee.presetDates)==null?void 0:Et.length)||!!ee.$slots["left-sidebar"]||!!ee.$slots["right-sidebar"])}),"data-dp-mobile":t.unref(A),style:t.normalizeStyle({"--dp-menu-width":`${y.value}px`})},[ee.$slots["left-sidebar"]?(t.openBlock(),t.createElementBlock("div",gE,[t.renderSlot(ee.$slots,"left-sidebar",t.normalizeProps(t.guardReactiveProps(ae.value)))])):t.createCommentVNode("",!0),ee.presetDates.length?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass({"dp--preset-dates-collapsed":e.collapse,"dp--preset-dates":!0}),"data-dp-mobile":t.unref(A)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(ee.presetDates,(Be,Vt)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:Vt},[Be.slot?t.renderSlot(ee.$slots,Be.slot,{key:0,presetDate:P,label:Be.label,value:Be.value}):(t.openBlock(),t.createElementBlock("button",{key:1,type:"button",style:t.normalizeStyle(Be.style||{}),class:t.normalizeClass(["dp__btn dp--preset-range",{"dp--preset-range-collapsed":e.collapse}]),"data-test-id":Be.testId??void 0,"data-dp-mobile":t.unref(A),onClick:t.withModifiers(Je=>P(Be.value,Be.noTz),["prevent"]),onKeydown:Je=>t.unref(Wt)(Je,()=>P(Be.value,Be.noTz),!0)},t.toDisplayString(Be.label),47,bE))],64))),128))],10,yE)):t.createCommentVNode("",!0),t.createElementVNode("div",{ref_key:"calendarWrapperRef",ref:k,class:"dp__instance_calendar",role:"document"},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(Y.value),t.mergeProps({ref_key:"dynCmpRef",ref:N},c.value,{"flow-step":t.unref(R),onMount:t.unref(ie),onUpdateFlowStep:t.unref(j),onResetFlow:t.unref(F),onFocusMenu:fe,onSelectDate:me[0]||(me[0]=Be=>ee.$emit("select-date")),onDateUpdate:me[1]||(me[1]=Be=>ee.$emit("date-update",Be)),onTooltipOpen:me[2]||(me[2]=Be=>ee.$emit("tooltip-open",Be)),onTooltipClose:me[3]||(me[3]=Be=>ee.$emit("tooltip-close",Be)),onAutoApply:me[4]||(me[4]=Be=>ee.$emit("auto-apply",Be)),onRangeStart:me[5]||(me[5]=Be=>ee.$emit("range-start",Be)),onRangeEnd:me[6]||(me[6]=Be=>ee.$emit("range-end",Be)),onInvalidFixedRange:me[7]||(me[7]=Be=>ee.$emit("invalid-fixed-range",Be)),onTimeUpdate:me[8]||(me[8]=Be=>ee.$emit("time-update")),onAmPmChange:me[9]||(me[9]=Be=>ee.$emit("am-pm-change",Be)),onTimePickerOpen:me[10]||(me[10]=Be=>ee.$emit("time-picker-open",Be)),onTimePickerClose:pe,onRecalculatePosition:he,onUpdateMonthYear:me[11]||(me[11]=Be=>ee.$emit("update-month-year",Be)),onAutoApplyInvalid:me[12]||(me[12]=Be=>ee.$emit("auto-apply-invalid",Be)),onInvalidDate:me[13]||(me[13]=Be=>ee.$emit("invalid-date",Be)),onOverlayToggle:me[14]||(me[14]=Be=>ee.$emit("overlay-toggle",Be)),"onUpdate:internalModelValue":me[15]||(me[15]=Be=>ee.$emit("update:internal-model-value",Be))}),t.createSlots({_:2},[t.renderList(U.value,(Be,Vt)=>({name:Be,fn:t.withCtx(Je=>[t.renderSlot(ee.$slots,Be,t.normalizeProps(t.guardReactiveProps({...Je})))])}))]),1040,["flow-step","onMount","onUpdateFlowStep","onResetFlow"]))],512),ee.$slots["right-sidebar"]?(t.openBlock(),t.createElementBlock("div",$E,[t.renderSlot(ee.$slots,"right-sidebar",t.normalizeProps(t.guardReactiveProps(ae.value)))])):t.createCommentVNode("",!0),ee.$slots["action-extra"]?(t.openBlock(),t.createElementBlock("div",wE,[ee.$slots["action-extra"]?t.renderSlot(ee.$slots,"action-extra",{key:0,selectCurrentDate:ge}):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],14,vE),!ee.autoApply||t.unref(w).keepActionRow?(t.openBlock(),t.createBlock(wx,t.mergeProps({key:3,"menu-mount":B.value},c.value,{"calendar-width":y.value,onClosePicker:me[16]||(me[16]=Be=>ee.$emit("close-picker")),onSelectDate:me[17]||(me[17]=Be=>ee.$emit("select-date")),onInvalidSelect:me[18]||(me[18]=Be=>ee.$emit("invalid-select")),onSelectNow:ge}),t.createSlots({_:2},[t.renderList(t.unref(J),(Be,Vt)=>({name:Be,fn:t.withCtx(Je=>[t.renderSlot(ee.$slots,Be,t.normalizeProps(t.guardReactiveProps({...Je})))])}))]),1040,["menu-mount","calendar-width"])):t.createCommentVNode("",!0)],46,hE)}}});var Ea=(e=>(e.center="center",e.left="left",e.right="right",e))(Ea||{});const kE=({menuRef:e,menuRefInner:r,inputRef:n,pickerWrapperRef:a,inline:i,emit:s,props:c,slots:d})=>{const{defaultedConfig:f}=pt(c),p=t.ref({}),h=t.ref(!1),v=t.ref({top:"0",left:"0"}),b=t.ref(!1),w=t.toRef(c,"teleportCenter");t.watch(w,()=>{v.value=JSON.parse(JSON.stringify({})),H()});const C=Y=>{if(c.teleport){const re=Y.getBoundingClientRect();return{left:re.left+window.scrollX,top:re.top+window.scrollY}}return{top:0,left:0}},A=(Y,re)=>{v.value.left=`${Y+re-p.value.width}px`},k=Y=>{v.value.left=`${Y}px`},y=(Y,re)=>{c.position===Ea.left&&k(Y),c.position===Ea.right&&A(Y,re),c.position===Ea.center&&(v.value.left=`${Y+re/2-p.value.width/2}px`)},x=Y=>{const{width:re,height:fe}=Y.getBoundingClientRect(),{top:ae,left:he}=C(Y);return{top:+ae,left:+he,width:re,height:fe}},B=()=>{v.value.left="50%",v.value.top="50%",v.value.transform="translate(-50%, -50%)",v.value.position="fixed",delete v.value.opacity},N=()=>{const Y=Ot(n);v.value=c.altPosition(Y)},H=(Y=!0)=>{var re;if(!i.value.enabled){if(w.value)return B();if(c.altPosition!==null)return N();if(Y){const fe=c.teleport?(re=r.value)==null?void 0:re.$el:e.value;fe&&(p.value=fe.getBoundingClientRect()),s("recalculate-position")}return j()}},S=({inputEl:Y,left:re,width:fe})=>{window.screen.width>768&&!h.value&&y(re,fe),I(Y)},T=Y=>{const{top:re,left:fe,height:ae,width:he}=x(Y);v.value.top=`${ae+re+ +c.offset}px`,b.value=!1,h.value||(v.value.left=`${fe+he/2-p.value.width/2}px`),S({inputEl:Y,left:fe,width:he})},V=Y=>{const{top:re,left:fe,width:ae}=x(Y);v.value.top=`${re-+c.offset-p.value.height}px`,b.value=!0,S({inputEl:Y,left:fe,width:ae})},I=Y=>{if(c.autoPosition){const{left:re,width:fe}=x(Y),{left:ae,right:he}=p.value;if(!h.value){if(Math.abs(ae)!==Math.abs(he)){if(ae<=0)return h.value=!0,k(re);if(he>=document.documentElement.clientWidth)return h.value=!0,A(re,fe)}return y(re,fe)}}},g=()=>{const Y=Ot(n);if(Y){if(c.autoPosition===On.top)return On.top;if(c.autoPosition===On.bottom)return On.bottom;const{height:re}=p.value,{top:fe,height:ae}=Y.getBoundingClientRect(),he=window.innerHeight-fe-ae,J=fe;return re<=he?On.bottom:re>he&&re<=J?On.top:he>=J?On.bottom:On.top}return On.bottom},R=Y=>g()===On.bottom?T(Y):V(Y),j=()=>{const Y=Ot(n);if(Y)return c.autoPosition?R(Y):T(Y)},ie=function(Y){if(Y){const re=Y.scrollHeight>Y.clientHeight,fe=window.getComputedStyle(Y).overflowY.indexOf("hidden")!==-1;return re&&!fe}return!0},F=function(Y){return!Y||Y===document.body||Y.nodeType===Node.DOCUMENT_FRAGMENT_NODE?window:ie(Y)?Y:F(Y.assignedSlot&&f.value.shadowDom?Y.assignedSlot.parentNode:Y.parentNode)},K=Y=>{if(Y)switch(c.position){case Ea.left:return{left:0,transform:"translateX(0)"};case Ea.right:return{left:`${Y.width}px`,transform:"translateX(-100%)"};default:return{left:`${Y.width/2}px`,transform:"translateX(-50%)"}}return{}};return{openOnTop:b,menuStyle:v,xCorrect:h,setMenuPosition:H,getScrollableParent:F,shadowRender:(Y,re)=>{var fe,ae,he;const J=document.createElement("div"),U=(fe=Ot(n))==null?void 0:fe.getBoundingClientRect();J.setAttribute("id","dp--temp-container");const L=(ae=a.value)!=null&&ae.clientWidth?a.value:document.body;L.append(J);const X=K(U),M=f.value.shadowDom?Object.keys(d).filter(_=>["right-sidebar","left-sidebar","top-extra","action-extra"].includes(_)):Object.keys(d),q=t.h(Y,{...re,shadow:!0,style:{opacity:0,position:"absolute",...X}},Object.fromEntries(M.map(_=>[_,d[_]])));t.render(q,J),p.value=(he=q.el)==null?void 0:he.getBoundingClientRect(),t.render(null,J),L.removeChild(J)}}},wr=[{name:"clock-icon",use:["time","calendar","shared"]},{name:"arrow-left",use:["month-year","calendar","shared","year-mode"]},{name:"arrow-right",use:["month-year","calendar","shared","year-mode"]},{name:"arrow-up",use:["time","calendar","month-year","shared"]},{name:"arrow-down",use:["time","calendar","month-year","shared"]},{name:"calendar-icon",use:["month-year","time","calendar","shared","year-mode"]},{name:"day",use:["calendar","shared"]},{name:"month-overlay-value",use:["calendar","month-year","shared"]},{name:"year-overlay-value",use:["calendar","month-year","shared","year-mode"]},{name:"year-overlay",use:["month-year","shared"]},{name:"month-overlay",use:["month-year","shared"]},{name:"month-overlay-header",use:["month-year","shared"]},{name:"year-overlay-header",use:["month-year","shared"]},{name:"hours-overlay-value",use:["calendar","time","shared"]},{name:"hours-overlay-header",use:["calendar","time","shared"]},{name:"minutes-overlay-value",use:["calendar","time","shared"]},{name:"minutes-overlay-header",use:["calendar","time","shared"]},{name:"seconds-overlay-value",use:["calendar","time","shared"]},{name:"seconds-overlay-header",use:["calendar","time","shared"]},{name:"hours",use:["calendar","time","shared"]},{name:"minutes",use:["calendar","time","shared"]},{name:"month",use:["calendar","month-year","shared"]},{name:"year",use:["calendar","month-year","shared","year-mode"]},{name:"action-buttons",use:["action"]},{name:"action-preview",use:["action"]},{name:"calendar-header",use:["calendar","shared"]},{name:"marker-tooltip",use:["calendar","shared"]},{name:"action-extra",use:["menu"]},{name:"time-picker-overlay",use:["calendar","time","shared"]},{name:"am-pm-button",use:["calendar","time","shared"]},{name:"left-sidebar",use:["menu"]},{name:"right-sidebar",use:["menu"]},{name:"month-year",use:["month-year","shared"]},{name:"time-picker",use:["menu","shared"]},{name:"action-row",use:["action"]},{name:"marker",use:["calendar","shared"]},{name:"quarter",use:["shared"]},{name:"top-extra",use:["shared","month-year"]},{name:"tp-inline-arrow-up",use:["shared","time"]},{name:"tp-inline-arrow-down",use:["shared","time"]},{name:"menu-header",use:["menu"]}],xE=[{name:"trigger"},{name:"input-icon"},{name:"clear-icon"},{name:"dp-input"}],EE={all:()=>wr,monthYear:()=>wr.filter(e=>e.use.includes("month-year")),input:()=>xE,timePicker:()=>wr.filter(e=>e.use.includes("time")),action:()=>wr.filter(e=>e.use.includes("action")),calendar:()=>wr.filter(e=>e.use.includes("calendar")),menu:()=>wr.filter(e=>e.use.includes("menu")),shared:()=>wr.filter(e=>e.use.includes("shared")),yearMode:()=>wr.filter(e=>e.use.includes("year-mode"))},sn=(e,r,n)=>{const a=[];return EE[r]().forEach(i=>{e[i.name]&&a.push(i.name)}),n!=null&&n.length&&n.forEach(i=>{i.slot&&a.push(i.slot)}),a},Do=e=>{const r=t.computed(()=>a=>e.value?a?e.value.open:e.value.close:""),n=t.computed(()=>a=>e.value?a?e.value.menuAppearTop:e.value.menuAppearBottom:"");return{transitionName:r,showTransition:!!e.value,menuTransition:n}},Po=(e,r,n)=>{const{defaultedRange:a,defaultedTz:i}=pt(e),s=ve(Zt(ve(),i.value.timezone)),c=t.ref([{month:qe(s),year:Re(s)}]),d=b=>{const w={hours:sr(s),minutes:Sr(s),seconds:0};return a.value.enabled?[w[b],w[b]]:w[b]},f=t.reactive({hours:d("hours"),minutes:d("minutes"),seconds:d("seconds")});t.watch(a,(b,w)=>{b.enabled!==w.enabled&&(f.hours=d("hours"),f.minutes=d("minutes"),f.seconds=d("seconds"))},{deep:!0});const p=t.computed({get:()=>e.internalModelValue,set:b=>{!e.readonly&&!e.disabled&&r("update:internal-model-value",b)}}),h=t.computed(()=>b=>c.value[b]?c.value[b].month:0),v=t.computed(()=>b=>c.value[b]?c.value[b].year:0);return t.watch(p,(b,w)=>{n&&JSON.stringify(b??{})!==JSON.stringify(w??{})&&n()},{deep:!0}),{calendars:c,time:f,modelValue:p,month:h,year:v,today:s}},CE=(e,r)=>{const{defaultedMultiCalendars:n,defaultedMultiDates:a,defaultedUI:i,defaultedHighlight:s,defaultedTz:c,propDates:d,defaultedRange:f}=pt(r),{isDisabled:p}=Mr(r),h=t.ref(null),v=t.ref(Zt(new Date,c.value.timezone)),b=_=>{!_.current&&r.hideOffsetDates||(h.value=_.value)},w=()=>{h.value=null},C=_=>Array.isArray(e.value)&&f.value.enabled&&e.value[0]&&h.value?_?wt(h.value,e.value[0]):vt(h.value,e.value[0]):!0,A=(_,D)=>{const G=()=>e.value?D?e.value[0]||null:e.value[1]:null,pe=e.value&&Array.isArray(e.value)?G():null;return Ke(ve(_.value),pe)},k=_=>{const D=Array.isArray(e.value)?e.value[0]:null;return _?!vt(h.value??null,D):!0},y=(_,D=!0)=>(f.value.enabled||r.weekPicker)&&Array.isArray(e.value)&&e.value.length===2?r.hideOffsetDates&&!_.current?!1:Ke(ve(_.value),e.value[D?0:1]):f.value.enabled?A(_,D)&&k(D)||Ke(_.value,Array.isArray(e.value)?e.value[0]:null)&&C(D):!1,x=(_,D)=>{if(Array.isArray(e.value)&&e.value[0]&&e.value.length===1){const G=Ke(_.value,h.value);return D?wt(e.value[0],_.value)&&G:vt(e.value[0],_.value)&&G}return!1},B=_=>!e.value||r.hideOffsetDates&&!_.current?!1:f.value.enabled?r.modelAuto&&Array.isArray(e.value)?Ke(_.value,e.value[0]?e.value[0]:v.value):!1:a.value.enabled&&Array.isArray(e.value)?e.value.some(D=>Ke(D,_.value)):Ke(_.value,e.value?e.value:v.value),N=_=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!_.current)return!1;const D=yn(h.value,+f.value.autoRange),G=rr(ve(h.value),r.weekStart);return r.weekPicker?Ke(G[1],ve(_.value)):Ke(D,ve(_.value))}return!1}return!1},H=_=>{if(f.value.autoRange||r.weekPicker){if(h.value){const D=yn(h.value,+f.value.autoRange);if(r.hideOffsetDates&&!_.current)return!1;const G=rr(ve(h.value),r.weekStart);return r.weekPicker?wt(_.value,G[0])&&vt(_.value,G[1]):wt(_.value,h.value)&&vt(_.value,D)}return!1}return!1},S=_=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!_.current)return!1;const D=rr(ve(h.value),r.weekStart);return r.weekPicker?Ke(D[0],_.value):Ke(h.value,_.value)}return!1}return!1},T=_=>Vo(e.value,h.value,_.value),V=()=>r.modelAuto&&Array.isArray(r.internalModelValue)?!!r.internalModelValue[0]:!1,I=()=>r.modelAuto?B1(r.internalModelValue):!0,g=_=>{if(r.weekPicker)return!1;const D=f.value.enabled?!y(_)&&!y(_,!1):!0;return!p(_.value)&&!B(_)&&!(!_.current&&r.hideOffsetDates)&&D},R=_=>f.value.enabled?r.modelAuto?V()&&B(_):!1:B(_),j=_=>s.value?K7(_.value,d.value.highlight):!1,ie=_=>{const D=p(_.value);return D&&(typeof s.value=="function"?!s.value(_.value,D):!s.value.options.highlightDisabled)},F=_=>{var D;return typeof s.value=="function"?s.value(_.value):(D=s.value.weekdays)==null?void 0:D.includes(_.value.getDay())},K=_=>(f.value.enabled||r.weekPicker)&&(!(n.value.count>0)||_.current)&&I()&&!(!_.current&&r.hideOffsetDates)&&!B(_)?T(_):!1,Y=_=>{if(Array.isArray(e.value)&&e.value.length===1){const{before:D,after:G}=k0(+f.value.maxRange,e.value[0]);return Da(_.value,D)||aa(_.value,G)}return!1},re=_=>{if(Array.isArray(e.value)&&e.value.length===1){const{before:D,after:G}=k0(+f.value.minRange,e.value[0]);return Vo([D,G],e.value[0],_.value)}return!1},fe=_=>f.value.enabled&&(f.value.maxRange||f.value.minRange)?f.value.maxRange&&f.value.minRange?Y(_)||re(_):f.value.maxRange?Y(_):re(_):!1,ae=_=>{const{isRangeStart:D,isRangeEnd:G}=L(_),pe=f.value.enabled?D||G:!1;return{dp__cell_offset:!_.current,dp__pointer:!r.disabled&&!(!_.current&&r.hideOffsetDates)&&!p(_.value)&&!fe(_),dp__cell_disabled:p(_.value)||fe(_),dp__cell_highlight:!ie(_)&&(j(_)||F(_))&&!R(_)&&!pe&&!S(_)&&!(K(_)&&r.weekPicker)&&!G,dp__cell_highlight_active:!ie(_)&&(j(_)||F(_))&&R(_),dp__today:!r.noToday&&Ke(_.value,v.value)&&_.current,"dp--past":vt(_.value,v.value),"dp--future":wt(_.value,v.value)}},he=_=>({dp__active_date:R(_),dp__date_hover:g(_)}),J=_=>{if(e.value&&!Array.isArray(e.value)){const D=rr(e.value,r.weekStart);return{...M(_),dp__range_start:Ke(D[0],_.value),dp__range_end:Ke(D[1],_.value),dp__range_between_week:wt(_.value,D[0])&&vt(_.value,D[1])}}return{...M(_)}},U=_=>{if(e.value&&Array.isArray(e.value)){const D=rr(e.value[0],r.weekStart),G=e.value[1]?rr(e.value[1],r.weekStart):[];return{...M(_),dp__range_start:Ke(D[0],_.value)||Ke(G[0],_.value),dp__range_end:Ke(D[1],_.value)||Ke(G[1],_.value),dp__range_between_week:wt(_.value,D[0])&&vt(_.value,D[1])||wt(_.value,G[0])&&vt(_.value,G[1]),dp__range_between:wt(_.value,D[1])&&vt(_.value,G[0])}}return{...M(_)}},L=_=>{const D=n.value.count>0?_.current&&y(_)&&I():y(_)&&I(),G=n.value.count>0?_.current&&y(_,!1)&&I():y(_,!1)&&I();return{isRangeStart:D,isRangeEnd:G}},X=_=>{const{isRangeStart:D,isRangeEnd:G}=L(_);return{dp__range_start:D,dp__range_end:G,dp__range_between:K(_),dp__date_hover:Ke(_.value,h.value)&&!D&&!G&&!r.weekPicker,dp__date_hover_start:x(_,!0),dp__date_hover_end:x(_,!1)}},M=_=>({...X(_),dp__cell_auto_range:H(_),dp__cell_auto_range_start:S(_),dp__cell_auto_range_end:N(_)}),q=_=>f.value.enabled?f.value.autoRange?M(_):r.modelAuto?{...he(_),...X(_)}:r.weekPicker?U(_):X(_):r.weekPicker?J(_):he(_);return{setHoverDate:b,clearHoverDate:w,getDayClassData:_=>r.hideOffsetDates&&!_.current?{}:{...ae(_),...q(_),[r.dayClass?r.dayClass(_.value,r.internalModelValue):""]:!0,...i.value.calendarCell??{}}}},Mr=e=>{const{defaultedFilters:r,defaultedRange:n,propDates:a,defaultedMultiDates:i}=pt(e),s=F=>a.value.disabledDates?typeof a.value.disabledDates=="function"?a.value.disabledDates(ve(F)):!!Qi(F,a.value.disabledDates):!1,c=F=>a.value.maxDate?e.yearPicker?Re(F)>Re(a.value.maxDate):wt(F,a.value.maxDate):!1,d=F=>a.value.minDate?e.yearPicker?Re(F)<Re(a.value.minDate):vt(F,a.value.minDate):!1,f=F=>{const K=c(F),Y=d(F),re=s(F),fe=r.value.months.map(L=>+L).includes(qe(F)),ae=e.disabledWeekDays.length?e.disabledWeekDays.some(L=>+L===Pw(F)):!1,he=w(F),J=Re(F),U=J<+e.yearRange[0]||J>+e.yearRange[1];return!(K||Y||re||fe||U||ae||he)},p=(F,K)=>vt(...xr(a.value.minDate,F,K))||Ke(...xr(a.value.minDate,F,K)),h=(F,K)=>wt(...xr(a.value.maxDate,F,K))||Ke(...xr(a.value.maxDate,F,K)),v=(F,K,Y)=>{let re=!1;return a.value.maxDate&&Y&&h(F,K)&&(re=!0),a.value.minDate&&!Y&&p(F,K)&&(re=!0),re},b=(F,K,Y,re)=>{let fe=!1;return re&&(a.value.minDate||a.value.maxDate)?a.value.minDate&&a.value.maxDate?fe=v(F,K,Y):(a.value.minDate&&p(F,K)||a.value.maxDate&&h(F,K))&&(fe=!0):fe=!0,fe},w=F=>Array.isArray(a.value.allowedDates)&&!a.value.allowedDates.length?!0:a.value.allowedDates?!Qi(F,a.value.allowedDates):!1,C=F=>!f(F),A=F=>n.value.noDisabledRange?!f1({start:F[0],end:F[1]}).some(K=>C(K)):!0,k=F=>{if(F){const K=Re(F);return K>=+e.yearRange[0]&&K<=e.yearRange[1]}return!0},y=(F,K)=>!!(Array.isArray(F)&&F[K]&&(n.value.maxRange||n.value.minRange)&&k(F[K])),x=(F,K,Y=0)=>{if(y(K,Y)&&k(F)){const re=u1(F,K[Y]),fe=nh(K[Y],F),ae=fe.length===1?0:fe.filter(J=>C(J)).length,he=Math.abs(re)-(n.value.minMaxRawRange?0:ae);if(n.value.minRange&&n.value.maxRange)return he>=+n.value.minRange&&he<=+n.value.maxRange;if(n.value.minRange)return he>=+n.value.minRange;if(n.value.maxRange)return he<=+n.value.maxRange}return!0},B=()=>!e.enableTimePicker||e.monthPicker||e.yearPicker||e.ignoreTimeValidation,N=F=>Array.isArray(F)?[F[0]?qs(F[0]):null,F[1]?qs(F[1]):null]:qs(F),H=(F,K,Y)=>F.find(re=>+re.hours===sr(K)&&re.minutes==="*"?!0:+re.minutes===Sr(K)&&+re.hours===sr(K))&&Y,S=(F,K,Y)=>{const[re,fe]=F,[ae,he]=K;return!H(re,ae,Y)&&!H(fe,he,Y)&&Y},T=(F,K)=>{const Y=Array.isArray(K)?K:[K];return Array.isArray(e.disabledTimes)?Array.isArray(e.disabledTimes[0])?S(e.disabledTimes,Y,F):!Y.some(re=>H(e.disabledTimes,re,F)):F},V=(F,K)=>{const Y=Array.isArray(K)?[na(K[0]),K[1]?na(K[1]):void 0]:na(K),re=!e.disabledTimes(Y);return F&&re},I=(F,K)=>e.disabledTimes?Array.isArray(e.disabledTimes)?T(K,F):V(K,F):K,g=F=>{let K=!0;if(!F||B())return!0;const Y=!a.value.minDate&&!a.value.maxDate?N(F):F;return(e.maxTime||a.value.maxDate)&&(K=w0(e.maxTime,a.value.maxDate,"max",Nt(Y),K)),(e.minTime||a.value.minDate)&&(K=w0(e.minTime,a.value.minDate,"min",Nt(Y),K)),I(F,K)},R=F=>{if(!e.monthPicker)return!0;let K=!0;const Y=ve(Vn(F));if(a.value.minDate&&a.value.maxDate){const re=ve(Vn(a.value.minDate)),fe=ve(Vn(a.value.maxDate));return wt(Y,re)&&vt(Y,fe)||Ke(Y,re)||Ke(Y,fe)}if(a.value.minDate){const re=ve(Vn(a.value.minDate));K=wt(Y,re)||Ke(Y,re)}if(a.value.maxDate){const re=ve(Vn(a.value.maxDate));K=vt(Y,re)||Ke(Y,re)}return K},j=t.computed(()=>F=>!e.enableTimePicker||e.ignoreTimeValidation?!0:g(F)),ie=t.computed(()=>F=>e.monthPicker?Array.isArray(F)&&(n.value.enabled||i.value.enabled)?!F.filter(K=>!R(K)).length:R(F):!0);return{isDisabled:C,validateDate:f,validateMonthYearInRange:b,isDateRangeAllowed:A,checkMinMaxRange:x,isValidTime:g,isTimeValid:j,isMonthValid:ie}},ll=()=>{const e=t.computed(()=>(a,i)=>a==null?void 0:a.includes(i)),r=t.computed(()=>(a,i)=>a.count?a.solo?!0:i===0:!0),n=t.computed(()=>(a,i)=>a.count?a.solo?!0:i===a.count-1:!0);return{hideNavigationButtons:e,showLeftIcon:r,showRightIcon:n}},SE=(e,r,n)=>{const a=t.ref(0),i=t.reactive({[ta.timePicker]:!e.enableTimePicker||e.timePicker||e.monthPicker,[ta.calendar]:!1,[ta.header]:!1}),s=t.computed(()=>e.monthPicker||e.timePicker),c=v=>{var b;if((b=e.flow)!=null&&b.length){if(!v&&s.value)return h();i[v]=!0,Object.keys(i).filter(w=>!i[w]).length||h()}},d=()=>{var v,b;(v=e.flow)!=null&&v.length&&a.value!==-1&&(a.value+=1,r("flow-step",a.value),h()),((b=e.flow)==null?void 0:b.length)===a.value&&t.nextTick().then(()=>f())},f=()=>{a.value=-1},p=(v,b,...w)=>{var C,A;e.flow[a.value]===v&&n.value&&((A=(C=n.value)[b])==null||A.call(C,...w))},h=(v=0)=>{v&&(a.value+=v),p(Rt.month,"toggleMonthPicker",!0),p(Rt.year,"toggleYearPicker",!0),p(Rt.calendar,"toggleTimePicker",!1,!0),p(Rt.time,"toggleTimePicker",!0,!0);const b=e.flow[a.value];(b===Rt.hours||b===Rt.minutes||b===Rt.seconds)&&p(b,"toggleTimePicker",!0,!0,b)};return{childMount:c,updateFlowStep:d,resetFlow:f,handleFlow:h,flowStep:a}},OE={key:1,class:"dp__input_wrap"},VE=["id","name","inputmode","placeholder","disabled","readonly","required","value","autocomplete","aria-label","aria-disabled","aria-invalid"],BE={key:2,class:"dp--clear-btn"},NE=["aria-label"],TE=t.defineComponent({compatConfig:{MODE:3},__name:"DatepickerInput",props:{isMenuOpen:{type:Boolean,default:!1},inputValue:{type:String,default:""},...al},emits:["clear","open","update:input-value","set-input-date","close","select-date","set-empty-date","toggle","focus-prev","focus","blur","real-blur","text-input"],setup(e,{expose:r,emit:n}){const a=n,i=e,{defaultedTextInput:s,defaultedAriaLabels:c,defaultedInline:d,defaultedConfig:f,defaultedRange:p,defaultedMultiDates:h,defaultedUI:v,getDefaultPattern:b,getDefaultStartTime:w}=pt(i),{checkMinMaxRange:C}=Mr(i),A=t.ref(),k=t.ref(null),y=t.ref(!1),x=t.ref(!1),B=t.computed(()=>({dp__pointer:!i.disabled&&!i.readonly&&!s.value.enabled,dp__disabled:i.disabled,dp__input_readonly:!s.value.enabled,dp__input:!0,dp__input_icon_pad:!i.hideInputIcon,dp__input_valid:typeof i.state=="boolean"?i.state:!1,dp__input_invalid:typeof i.state=="boolean"?!i.state:!1,dp__input_focus:y.value||i.isMenuOpen,dp__input_reg:!s.value.enabled,...v.value.input??{}})),N=()=>{a("set-input-date",null),i.clearable&&i.autoApply&&(a("set-empty-date"),A.value=null)},H=J=>{const U=w();return Gk(J,s.value.format??b(),U??rh({},i.enableSeconds),i.inputValue,x.value,i.formatLocale)},S=J=>{const{rangeSeparator:U}=s.value,[L,X]=J.split(`${U}`);if(L){const M=H(L.trim()),q=X?H(X.trim()):null;if(aa(M,q))return;const _=M&&q?[M,q]:[M];C(q,_,0)&&(A.value=M?_:null)}},T=()=>{x.value=!0},V=J=>{if(p.value.enabled)S(J);else if(h.value.enabled){const U=J.split(";");A.value=U.map(L=>H(L.trim())).filter(L=>L)}else A.value=H(J)},I=J=>{var U;const L=typeof J=="string"?J:(U=J.target)==null?void 0:U.value;L!==""?(s.value.openMenu&&!i.isMenuOpen&&a("open"),V(L),a("set-input-date",A.value)):N(),x.value=!1,a("update:input-value",L),a("text-input",J,A.value)},g=J=>{s.value.enabled?(V(J.target.value),s.value.enterSubmit&&$u(A.value)&&i.inputValue!==""?(a("set-input-date",A.value,!0),A.value=null):s.value.enterSubmit&&i.inputValue===""&&(A.value=null,a("clear"))):ie(J)},R=(J,U)=>{s.value.enabled&&s.value.tabSubmit&&!U&&V(J.target.value),s.value.tabSubmit&&$u(A.value)&&i.inputValue!==""?(a("set-input-date",A.value,!0,!0),A.value=null):s.value.tabSubmit&&i.inputValue===""&&(A.value=null,a("clear",!0))},j=()=>{y.value=!0,a("focus"),t.nextTick().then(()=>{var J;s.value.enabled&&s.value.selectOnFocus&&((J=k.value)==null||J.select())})},ie=J=>{if(Er(J,f.value,!0),s.value.enabled&&s.value.openMenu&&!d.value.input){if(s.value.openMenu==="open"&&!i.isMenuOpen)return a("open");if(s.value.openMenu==="toggle")return a("toggle")}else s.value.enabled||a("toggle")},F=()=>{a("real-blur"),y.value=!1,(!i.isMenuOpen||d.value.enabled&&d.value.input)&&a("blur"),i.autoApply&&s.value.enabled&&A.value&&!i.isMenuOpen&&(a("set-input-date",A.value),a("select-date"),A.value=null)},K=J=>{Er(J,f.value,!0),a("clear")},Y=()=>{a("close")},re=J=>{if(J.key==="Tab"&&R(J),J.key==="Enter"&&g(J),J.key==="Escape"&&s.value.escClose&&Y(),!s.value.enabled){if(J.code==="Tab")return;J.preventDefault()}},fe=()=>{var J;(J=k.value)==null||J.focus({preventScroll:!0})},ae=J=>{A.value=J},he=J=>{J.key===ct.tab&&R(J,!0)};return r({focusInput:fe,setParsedDate:ae}),(J,U)=>{var L,X,M;return t.openBlock(),t.createElementBlock("div",{onClick:ie},[J.$slots.trigger&&!J.$slots["dp-input"]&&!t.unref(d).enabled?t.renderSlot(J.$slots,"trigger",{key:0}):t.createCommentVNode("",!0),!J.$slots.trigger&&(!t.unref(d).enabled||t.unref(d).input)?(t.openBlock(),t.createElementBlock("div",OE,[J.$slots["dp-input"]&&!J.$slots.trigger&&(!t.unref(d).enabled||t.unref(d).enabled&&t.unref(d).input)?t.renderSlot(J.$slots,"dp-input",{key:0,value:e.inputValue,isMenuOpen:e.isMenuOpen,onInput:I,onEnter:g,onTab:R,onClear:K,onBlur:F,onKeypress:re,onPaste:T,onFocus:j,openMenu:()=>J.$emit("open"),closeMenu:()=>J.$emit("close"),toggleMenu:()=>J.$emit("toggle")}):t.createCommentVNode("",!0),J.$slots["dp-input"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("input",{key:1,id:J.uid?`dp-input-${J.uid}`:void 0,ref_key:"inputRef",ref:k,"data-test-id":"dp-input",name:J.name,class:t.normalizeClass(B.value),inputmode:t.unref(s).enabled?"text":"none",placeholder:J.placeholder,disabled:J.disabled,readonly:J.readonly,required:J.required,value:e.inputValue,autocomplete:J.autocomplete,"aria-label":(L=t.unref(c))==null?void 0:L.input,"aria-disabled":J.disabled||void 0,"aria-invalid":J.state===!1?!0:void 0,onInput:I,onBlur:F,onFocus:j,onKeypress:re,onKeydown:U[0]||(U[0]=q=>re(q)),onPaste:T},null,42,VE)),t.createElementVNode("div",{onClick:U[3]||(U[3]=q=>a("toggle"))},[J.$slots["input-icon"]&&!J.hideInputIcon?(t.openBlock(),t.createElementBlock("span",{key:0,class:"dp__input_icon",onClick:U[1]||(U[1]=q=>a("toggle"))},[t.renderSlot(J.$slots,"input-icon")])):t.createCommentVNode("",!0),!J.$slots["input-icon"]&&!J.hideInputIcon&&!J.$slots["dp-input"]?(t.openBlock(),t.createBlock(t.unref(Ua),{key:1,"aria-label":(X=t.unref(c))==null?void 0:X.calendarIcon,class:"dp__input_icon dp__input_icons",onClick:U[2]||(U[2]=q=>a("toggle"))},null,8,["aria-label"])):t.createCommentVNode("",!0)]),J.$slots["clear-icon"]&&(J.alwaysClearable||e.inputValue&&J.clearable&&!J.disabled&&!J.readonly)?(t.openBlock(),t.createElementBlock("span",BE,[t.renderSlot(J.$slots,"clear-icon",{clear:K})])):t.createCommentVNode("",!0),!J.$slots["clear-icon"]&&(J.alwaysClearable||J.clearable&&e.inputValue&&!J.disabled&&!J.readonly)?(t.openBlock(),t.createElementBlock("button",{key:3,"aria-label":(M=t.unref(c))==null?void 0:M.clearInput,class:"dp--clear-btn",type:"button",onKeydown:U[4]||(U[4]=q=>t.unref(Wt)(q,()=>K(q),!0,he)),onClick:U[5]||(U[5]=t.withModifiers(q=>K(q),["prevent"]))},[t.createVNode(t.unref(O1),{class:"dp__input_icons","data-test-id":"clear-icon"})],40,NE)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])}}}),ME=typeof window<"u"?window:void 0,eu=()=>{},AE=e=>t.getCurrentScope()?(t.onScopeDispose(e),!0):!1,DE=(e,r,n,a)=>{if(!e)return eu;let i=eu;const s=t.watch(()=>t.unref(e),d=>{i(),d&&(d.addEventListener(r,n,a),i=()=>{d.removeEventListener(r,n,a),i=eu})},{immediate:!0,flush:"post"}),c=()=>{s(),i()};return AE(c),c},PE=(e,r,n,a={})=>{const{window:i=ME,event:s="pointerdown"}=a;return i?DE(i,s,c=>{const d=Ot(e),f=Ot(r);!d||!f||d===c.target||c.composedPath().includes(d)||c.composedPath().includes(f)||n(c)},{passive:!0}):void 0},IE=["data-dp-mobile"],RE=t.defineComponent({compatConfig:{MODE:3},__name:"VueDatePicker",props:{...al},emits:["update:model-value","update:model-timezone-value","text-submit","closed","cleared","open","focus","blur","internal-model-change","recalculate-position","flow-step","update-month-year","invalid-select","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end","date-update","invalid-date","overlay-toggle","text-input"],setup(e,{expose:r,emit:n}){const a=n,i=e,s=t.useSlots(),c=t.ref(!1),d=t.toRef(i,"modelValue"),f=t.toRef(i,"timezone"),p=t.ref(null),h=t.ref(null),v=t.ref(null),b=t.ref(!1),w=t.ref(null),C=t.ref(!1),A=t.ref(!1),k=t.ref(!1),y=t.ref(!1),{setMenuFocused:x,setShiftKey:B}=lh(),{clearArrowNav:N}=Tr(),{validateDate:H,isValidTime:S}=Mr(i),{defaultedTransitions:T,defaultedTextInput:V,defaultedInline:I,defaultedConfig:g,defaultedRange:R,defaultedMultiDates:j}=pt(i),{menuTransition:ie,showTransition:F}=Do(T),{isMobile:K}=hh(g);t.onMounted(()=>{q(i.modelValue),t.nextTick().then(()=>{if(!I.value.enabled){const le=U(w.value);le==null||le.addEventListener("scroll",be),window==null||window.addEventListener("resize",ye)}}),I.value.enabled&&(c.value=!0),window==null||window.addEventListener("keyup",$e),window==null||window.addEventListener("keydown",He)}),t.onUnmounted(()=>{if(!I.value.enabled){const le=U(w.value);le==null||le.removeEventListener("scroll",be),window==null||window.removeEventListener("resize",ye)}window==null||window.removeEventListener("keyup",$e),window==null||window.removeEventListener("keydown",He)});const Y=sn(s,"all",i.presetDates),re=sn(s,"input");t.watch([d,f],()=>{q(d.value)},{deep:!0});const{openOnTop:fe,menuStyle:ae,xCorrect:he,setMenuPosition:J,getScrollableParent:U,shadowRender:L}=kE({menuRef:p,menuRefInner:h,inputRef:v,pickerWrapperRef:w,inline:I,emit:a,props:i,slots:s}),{inputValue:X,internalModelValue:M,parseExternalModelValue:q,emitModelValue:_,formatInputValue:D,checkBeforeEmit:G}=gx(a,i,b),pe=t.computed(()=>({dp__main:!0,dp__theme_dark:i.dark,dp__theme_light:!i.dark,dp__flex_display:I.value.enabled,"dp--flex-display-collapsed":k.value,dp__flex_display_with_input:I.value.input})),te=t.computed(()=>i.dark?"dp__theme_dark":"dp__theme_light"),Te=t.computed(()=>i.teleport?{to:typeof i.teleport=="boolean"?"body":i.teleport,disabled:!i.teleport||I.value.enabled}:{}),de=t.computed(()=>({class:"dp__outer_menu_wrap"})),ge=t.computed(()=>I.value.enabled&&(i.timePicker||i.monthPicker||i.yearPicker||i.quarterPicker)),P=()=>{var le,ke;return((ke=(le=v.value)==null?void 0:le.$el)==null?void 0:ke.getBoundingClientRect())??{width:0,left:0,right:0}},be=()=>{c.value&&(g.value.closeOnScroll?Je():J())},ye=()=>{var le;c.value&&J();const ke=((le=h.value)==null?void 0:le.$el.getBoundingClientRect().width)??0;k.value=document.body.offsetWidth<=ke},$e=le=>{le.key==="Tab"&&!I.value.enabled&&!i.teleport&&g.value.tabOutClosesMenu&&(w.value.contains(document.activeElement)||Je()),A.value=le.shiftKey},He=le=>{A.value=le.shiftKey},Me=()=>{!i.disabled&&!i.readonly&&(L(S0,i),J(!1),c.value=!0,c.value&&a("open"),c.value||Vt(),q(i.modelValue))},ee=()=>{var le,ke;X.value="",Vt(),(le=h.value)==null||le.onValueCleared(),(ke=v.value)==null||ke.setParsedDate(null),a("update:model-value",null),a("update:model-timezone-value",null),a("cleared"),g.value.closeOnClearValue&&Je()},me=()=>{const le=M.value;return!le||!Array.isArray(le)&&H(le)?!0:Array.isArray(le)?j.value.enabled||le.length===2&&H(le[0])&&H(le[1])?!0:R.value.partialRange&&!i.timePicker?H(le[0]):!1:!1},Se=()=>{G()&&me()?(_(),Je()):a("invalid-select",M.value)},st=le=>{Et(),_(),g.value.closeOnAutoApply&&!le&&Je()},Et=()=>{v.value&&V.value.enabled&&v.value.setParsedDate(M.value)},Be=(le=!1)=>{i.autoApply&&S(M.value)&&me()&&(R.value.enabled&&Array.isArray(M.value)?(R.value.partialRange||M.value.length===2)&&st(le):st(le))},Vt=()=>{V.value.enabled||(M.value=null)},Je=(le=!1)=>{le&&M.value&&g.value.setDateOnMenuClose&&Se(),I.value.enabled||(c.value&&(c.value=!1,he.value=!1,x(!1),B(!1),N(),a("closed"),X.value&&q(d.value)),Vt(),a("blur"))},Yn=(le,ke,Oe=!1)=>{if(!le){M.value=null;return}const dn=Array.isArray(le)?!le.some(dr=>!H(dr)):H(le),Jt=S(le);dn&&Jt?(y.value=!0,M.value=le,ke&&(C.value=Oe,Se(),a("text-submit")),t.nextTick().then(()=>{y.value=!1})):a("invalid-date",le)},Ar=()=>{i.autoApply&&S(M.value)&&_(),Et()},ur=()=>c.value?Je():Me(),Dr=le=>{M.value=le},Pr=()=>{V.value.enabled&&(b.value=!0,D()),a("focus")},Ir=()=>{if(V.value.enabled&&(b.value=!1,q(i.modelValue),C.value)){const le=q7(w.value,A.value);le==null||le.focus()}a("blur")},Rr=le=>{h.value&&h.value.updateMonthYear(0,{month:Hp(le.month),year:Hp(le.year)})},Lr=le=>{q(le??i.modelValue)},zr=(le,ke)=>{var Oe;(Oe=h.value)==null||Oe.switchView(le,ke)},ne=(le,ke)=>g.value.onClickOutside?g.value.onClickOutside(le,ke):Je(!0),we=(le=0)=>{var ke;(ke=h.value)==null||ke.handleFlow(le)},Ne=()=>p;return PE(p,v,le=>ne(me,le)),r({closeMenu:Je,selectDate:Se,clearValue:ee,openMenu:Me,onScroll:be,formatInputValue:D,updateInternalModelValue:Dr,setMonthYear:Rr,parseModel:Lr,switchView:zr,toggleMenu:ur,handleFlow:we,getDpWrapMenuRef:Ne}),(le,ke)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"pickerWrapperRef",ref:w,class:t.normalizeClass(pe.value),"data-datepicker-instance":"","data-dp-mobile":t.unref(K)},[t.createVNode(TE,t.mergeProps({ref_key:"inputRef",ref:v,"input-value":t.unref(X),"onUpdate:inputValue":ke[0]||(ke[0]=Oe=>t.isRef(X)?X.value=Oe:null),"is-menu-open":c.value},le.$props,{onClear:ee,onOpen:Me,onSetInputDate:Yn,onSetEmptyDate:t.unref(_),onSelectDate:Se,onToggle:ur,onClose:Je,onFocus:Pr,onBlur:Ir,onRealBlur:ke[1]||(ke[1]=Oe=>b.value=!1),onTextInput:ke[2]||(ke[2]=Oe=>le.$emit("text-input",Oe))}),t.createSlots({_:2},[t.renderList(t.unref(re),(Oe,dn)=>({name:Oe,fn:t.withCtx(Jt=>[t.renderSlot(le.$slots,Oe,t.normalizeProps(t.guardReactiveProps(Jt)))])}))]),1040,["input-value","is-menu-open","onSetEmptyDate"]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(le.teleport?t.Teleport:"div"),t.normalizeProps(t.guardReactiveProps(Te.value)),{default:t.withCtx(()=>[t.createVNode(t.Transition,{name:t.unref(ie)(t.unref(fe)),css:t.unref(F)&&!t.unref(I).enabled},{default:t.withCtx(()=>[c.value?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,ref_key:"dpWrapMenuRef",ref:p},de.value,{class:{"dp--menu-wrapper":!t.unref(I).enabled},style:t.unref(I).enabled?void 0:t.unref(ae)}),[t.createVNode(S0,t.mergeProps({ref_key:"dpMenuRef",ref:h},le.$props,{"internal-model-value":t.unref(M),"onUpdate:internalModelValue":ke[3]||(ke[3]=Oe=>t.isRef(M)?M.value=Oe:null),class:{[te.value]:!0,"dp--menu-wrapper":le.teleport},"open-on-top":t.unref(fe),"no-overlay-focus":ge.value,collapse:k.value,"get-input-rect":P,"is-text-input-date":y.value,onClosePicker:Je,onSelectDate:Se,onAutoApply:Be,onTimeUpdate:Ar,onFlowStep:ke[4]||(ke[4]=Oe=>le.$emit("flow-step",Oe)),onUpdateMonthYear:ke[5]||(ke[5]=Oe=>le.$emit("update-month-year",Oe)),onInvalidSelect:ke[6]||(ke[6]=Oe=>le.$emit("invalid-select",t.unref(M))),onAutoApplyInvalid:ke[7]||(ke[7]=Oe=>le.$emit("invalid-select",Oe)),onInvalidFixedRange:ke[8]||(ke[8]=Oe=>le.$emit("invalid-fixed-range",Oe)),onRecalculatePosition:t.unref(J),onTooltipOpen:ke[9]||(ke[9]=Oe=>le.$emit("tooltip-open",Oe)),onTooltipClose:ke[10]||(ke[10]=Oe=>le.$emit("tooltip-close",Oe)),onTimePickerOpen:ke[11]||(ke[11]=Oe=>le.$emit("time-picker-open",Oe)),onTimePickerClose:ke[12]||(ke[12]=Oe=>le.$emit("time-picker-close",Oe)),onAmPmChange:ke[13]||(ke[13]=Oe=>le.$emit("am-pm-change",Oe)),onRangeStart:ke[14]||(ke[14]=Oe=>le.$emit("range-start",Oe)),onRangeEnd:ke[15]||(ke[15]=Oe=>le.$emit("range-end",Oe)),onDateUpdate:ke[16]||(ke[16]=Oe=>le.$emit("date-update",Oe)),onInvalidDate:ke[17]||(ke[17]=Oe=>le.$emit("invalid-date",Oe)),onOverlayToggle:ke[18]||(ke[18]=Oe=>le.$emit("overlay-toggle",Oe)),onMenuBlur:ke[19]||(ke[19]=Oe=>le.$emit("blur"))}),t.createSlots({_:2},[t.renderList(t.unref(Y),(Oe,dn)=>({name:Oe,fn:t.withCtx(Jt=>[t.renderSlot(le.$slots,Oe,t.normalizeProps(t.guardReactiveProps({...Jt})))])}))]),1040,["internal-model-value","class","open-on-top","no-overlay-focus","collapse","is-text-input-date","onRecalculatePosition"])],16)):t.createCommentVNode("",!0)]),_:3},8,["name","css"])]),_:3},16))],10,IE))}}),cd=(()=>{const e=RE;return e.install=r=>{r.component("Vue3DatePicker",e)},e})(),LE=Object.freeze(Object.defineProperty({__proto__:null,default:cd},Symbol.toStringTag,{value:"Module"}));Object.entries(LE).forEach(([e,r])=>{e!=="default"&&(cd[e]=r)});const zE=t.defineComponent({__name:"EUIDatepicker",props:{modelValue:{type:Date,default:""},format:{type:[String,Function],default:"dd/MM/yyyy"},maxDate:{type:Date,default:""},minDate:{type:Date,default:""},name:{type:String,required:!1,default:"date-picker"},isUtc:{type:Boolean,default:!0},clearIcon:{type:Boolean,default:!0},placeholder:{type:String,default:"Choose your date"},label:{type:String,required:!0,default:""},iconType:{type:String,default:""},icon:{type:[Object,String],default:""},errors:{type:Object,required:!1,default:()=>{}},timePicker:Boolean,quarter:Boolean,disableDate:Boolean,formatDate:Boolean,readonly:Boolean,disabled:Boolean,required:Boolean,range:Boolean,multiCalendars:Boolean,autoApply:{type:Boolean,default:!0},inputFilled:{type:Boolean,default:!1},config:{type:Object,required:!1,default:()=>{}}},emits:["update:modelValue"],setup(e,{emit:r}){t.useCssVars(w=>({"740fe2e0":h.value,"0d3fb69a":v.value,"2db10b09":b.value}));const n=e,a=r,{isUtc:i,clearIcon:s}=t.toRefs(n),c=t.ref(n.modelValue||(n.range?[]:null));t.watch(()=>n.modelValue,w=>{w==null||Array.isArray(w)&&w.length===0?c.value=n.range?[]:null:c.value=w},{immediate:!0});const d=w=>{c.value=w,a("update:modelValue",w)},f=w=>{const C=new Date;return C.setHours(0,0,0,0),w<C},p=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}},h=t.computed(()=>n.iconType==="startIcon"?"46px":"16px"),v=t.computed(()=>n.iconType==="endIcon"?"46px":"16px"),b=t.computed(()=>n.iconType==="endIcon"?"40px":"0px");return(w,C)=>{const A=t.resolveComponent("EUIErrorMessage");return t.openBlock(),t.createElementBlock("div",null,[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium block mb-1",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass([{"pointer-events-none cursor-not-allowed":e.disabled},e.inputFilled?"overflow-hidden border border-gray-100 cursor-pointer group h-14 rounded-2xl eui-datepicker":"h-10 eui-datepicker normal","relative w-full mb-2"])},[e.inputFilled?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass([p(),c.value?"top-3.5 text-xs text-gray-400 leading-none cursor-default":"top-1/2 text-sm w-full text-gray-700 cursor-pointer h-14 pt-5 pb-4 bg-white",e.disabled?" cursor-not-allowed":"",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500","absolute font-medium left-0 px-4 z-[1] -translate-y-1/2 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-hover:text-xs group-focus-within:h-auto group-focus-within:py-0 group-hover:top-3.5 group-hover:bg-transparent group-hover:h-auto group-hover:py-0 group-focus-within:-translate-y-1/2 group-hover:-translate-y-1/2 text-start first-letter:capitalize group-hover:rounded-none group-hover:text-gray-400 group-hover:w-max transition-all ease-in-out duration-300"])},t.toDisplayString(e.label||"Datepicker"),3)):t.createCommentVNode("",!0),e.icon&&e.iconType?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass([e.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",e.disabled?"cursor-not-allowed":"",e.inputFilled?"inset-y-0":"top-2","absolute z-10 flex items-center pointer-events-none"])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"w-6 h-6 text-gray-400","aria-hidden":"true"}))],2)):t.createCommentVNode("",!0),t.createVNode(t.unref(cd),{locale:"en-US",name:e.name,placeholder:e.placeholder,"model-value":c.value,utc:t.unref(i),range:e.range,teleport:!0,clearable:t.unref(s),required:e.required,disabled:e.disabled,readonly:e.readonly,"disabled-dates":e.disableDate?f:void 0,"time-picker":e.timePicker,"enable-time-picker":!1,"enable-seconds":!1,"is-24":!1,dark:!1,inline:!1,"text-input":!1,"auto-apply":e.autoApply,"hide-input-icon":!0,position:"left","multi-calendars":e.multiCalendars,"min-date":e.minDate,"max-date":e.maxDate,format:e.format,config:e.config,"onUpdate:modelValue":d},null,8,["name","placeholder","model-value","utc","range","clearable","required","disabled","readonly","disabled-dates","time-picker","auto-apply","multi-calendars","min-date","max-date","format","config"])],2),t.createVNode(A,{errors:e.errors,name:e.name},null,8,["errors","name"])])}}}),FE={key:0,class:"flex flex-row items-center justify-between w-full p-2 bg-gray-100 rounded-xl"},HE=["id","onClick"],UE=["id","onClick"],WE={key:2,class:"flex items-center gap-1 p-2 transition-all duration-100"},jE=["id","onClick"],YE=t.defineComponent({__name:"EUITabs",props:{tabs:{},defaultActiveIndex:{},tabStyle:{},contentClass:{},tabSize:{},tabAlign:{}},emits:["update:activeTab"],setup(e,{emit:r}){const n=e,a=r,i=t.ref(n.defaultActiveIndex??0),s=c=>{i.value=c,a("update:activeTab",n.tabs[i.value])};return t.watch(()=>n.defaultActiveIndex,c=>{i.value=c??0}),(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[c.tabStyle==="design"?(t.openBlock(),t.createElementBlock("div",FE,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.tabs,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,id:`id-${f.name}`,type:"button",class:"[&:not(:focus-visible)]:focus:outline-none relative w-full inline-flex items-center transition-colors duration-100",role:"tab",tabindex:"-1",onClick:h=>s(p)},[t.createElementVNode("div",{class:t.normalizeClass(["pointer-events-none absolute inset-0 transition-transform duration-200 transform z-[1] ease-in-out",{"translate-x-full":p<i.value,"-translate-x-full":p>i.value,"translate-x-0 rounded-lg bg-gray-600":i.value===p}])},null,2),t.createElementVNode("span",{class:t.normalizeClass(["w-full px-4 py-2 text-sm tracking-wide font-medium capitalize z-10",i.value==p?" text-white":" text-gray-500 hover:text-gray-600 rounded-lg bg-transparent z-0 transition-colors duration-300 ease-in origin-center"])},[t.renderSlot(c.$slots,"title",{tab:f},()=>[t.createTextVNode(t.toDisplayString(f==null?void 0:f.name),1)],!0)],2)],8,HE))),128))])):c.tabStyle==="border"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["flex items-center gap-1 before:bottom-0 before:left-0 before:absolute before:content-[''] before:h-px before:w-full before:bg-gray-200 relative before:-z-[1] z-0 bg-white",[c.tabAlign==="justify"?"justify-between":c.tabAlign==="end"?"justify-end":"justify-start"]])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.tabs,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,role:"tab",id:`id-${f.name}`,class:t.normalizeClass(["px-3 py-1 leading-5 transition-all duration-150 ease-in-out hover:text-gray-800",c.tabSize==="sm"?"text-sm font-semibold border-b-2":"text-base font-bold border-b-[3px]",i.value===p?"border-gray-900 text-gray-900":"border-transparent text-gray-500"]),onClick:h=>s(p)},[t.renderSlot(c.$slots,"title",{tab:f},()=>[t.createTextVNode(t.toDisplayString(f==null?void 0:f.name),1)],!0)],10,UE))),128))],2)):(t.openBlock(),t.createElementBlock("div",WE,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.tabs,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,role:"tab",id:`id-${f.name}`,class:t.normalizeClass(["px-4 py-1 text-sm font-semibold transition-colors duration-150 ease-in-out border rounded-full",i.value===p?"shadow-lg shadow-gray-100 bg-white border-gray-200 focus-within:border-purple-600 text-gray-900":"border-white hover:bg-gray-50 text-gray-700"]),onClick:h=>s(p)},[t.renderSlot(c.$slots,"title",{tab:f},()=>[t.createTextVNode(t.toDisplayString(f==null?void 0:f.name),1)],!0)],10,jE))),128))])),t.createElementVNode("div",{class:t.normalizeClass(["py-2 text-base font-normal text-gray-700",c.contentClass])},[t.renderSlot(c.$slots,"content",{activeTab:c.tabs[i.value]},()=>{var f;return[t.createTextVNode(t.toDisplayString((f=c.tabs[i.value])==null?void 0:f.content),1)]},!0)],2)]))}}),GE=lt(YE,[["__scopeId","data-v-4fdb3faa"]]),qE={key:0,class:"mb-3 text-sm font-medium text-gray-500 font-inter"},KE={key:0,class:"text-red-500"},XE={class:"flex flex-row flex-wrap gap-3"},QE={class:"ml-2 mt-1"},ZE=t.defineComponent({__name:"EUIPillSelect",props:{label:{type:String,default:""},modelValue:{type:Object,default:null},labelKey:{type:String,default:"label"},valueKey:{type:String,default:"value"},items:{type:Array,default:[]},multiple:{type:Boolean,default:!1},name:{type:String,default:""},disabled:{type:Boolean,deault:!1},required:{type:Boolean,deault:!1},errors:{type:Object,default:[]},ignoreStartCase:{type:Boolean,deault:!1}},emits:["update:model-value","on-change"],setup(e,{emit:r}){const n=e,{multiple:a,valueKey:i,labelKey:s,errors:c,ignoreStartCase:d}=t.toRefs(n),f=r,p=t.computed({set:C=>{f("update:model-value",C)},get:()=>n.modelValue}),h=C=>{var A;if(Array.isArray(p.value)){const k=(A=p.value)==null?void 0:A.findIndex(y=>(y==null?void 0:y[i.value])===(C==null?void 0:C[i.value]));k!=-1?p.value.splice(k,1):p.value.push(C),f("on-change",p.value)}},v=C=>{var A;Array.isArray(p.value)||(((A=p.value)==null?void 0:A[i.value])===(C==null?void 0:C[i.value])?p.value=null:p.value=C,f("on-change",p.value))},b=C=>{a.value?h(C):v(C)},w=C=>{var A;return Array.isArray(p.value)?p.value.map(y=>y[i.value]).filter(y=>y).includes(C==null?void 0:C[i.value]):((A=p.value)==null?void 0:A[i.value])===(C==null?void 0:C[i.value])};return t.watch(a,()=>{a.value?Array.isArray(p.value)||(p.value=[p.value]):p.value=p.value?p.value:null},{immediate:!0}),(C,A)=>(t.openBlock(),t.createElementBlock("div",null,[e.label?(t.openBlock(),t.createElementBlock("p",qE,[t.createTextVNode(t.toDisplayString(e.label),1),e.required?(t.openBlock(),t.createElementBlock("span",KE,"*")):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",XE,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(k,y)=>(t.openBlock(),t.createBlock(xu,{key:`${e.name}-${y}`,type:"button",size:"md",color:"white",class:t.normalizeClass([w(k)?"!bg-purple-100 !text-purple-600 !font-medium shadow-sm":"!bg-gray-100 !text-gray-600 !font-medium hover:text-gray-800","px-4 py-2 text-sm leading-6 focus:outline-none rounded-3xl transition-colors duration-100 ease-in-out"]),rounded:"",onClick:x=>b(k),disabled:e.disabled},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(t.unref(d)?k[t.unref(s)]||"":t.unref(Un.startCase)(k[t.unref(s)]||"")),1)]),_:2},1032,["class","onClick","disabled"]))),128))]),t.createElementVNode("div",QE,[t.createVNode(Vr,{name:e.name,errors:t.unref(c)},null,8,["name","errors"])])]))}});function JE(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M5 12h14"})])}function eC(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 4.5v15m7.5-7.5h-15"})])}function tC(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"fill-rule":"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z","clip-rule":"evenodd"})])}function nC(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"fill-rule":"evenodd",d:"M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z","clip-rule":"evenodd"})])}const rC=["src"],aC={class:"flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200"},oC={class:"flex justify-between gap-x-4 mb-0.5"},iC={class:"text-xs leading-5 text-gray-500"},lC={class:"font-medium text-gray-900"},sC=["datetime"],uC={class:"text-sm leading-6 text-gray-500"},dC=["open"],cC={class:"text-sm leading-5 text-gray-900 list-none flex items-center justify-start flex-row cursor-pointer"},fC={class:"relative flex size-6 flex-none items-center justify-center bg-white"},pC={key:1,class:"size-1.5 rounded-full bg-gray-100 ring-1 ring-gray-300 group-hover:bg-purple-200 group-hover:ring-purple-500"},hC={class:"flex-auto py-0.5 text-xs leading-5 text-gray-500"},mC={class:"font-medium text-gray-900"},_C=["datetime"],vC=t.defineComponent({__name:"EUITimeLineItem",props:{data:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(e){const r=e,{data:n,type:a,icon:i,showMore:s}=t.toRefs(r);return(c,d)=>(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(n),(f,p)=>{var h,v,b,w,C;return t.openBlock(),t.createElementBlock("li",{key:f.id,class:"relative flex gap-x-4 group"},[t.createElementVNode("div",{class:t.normalizeClass([p===t.unref(n).length-1?"h-6":"-bottom-6","absolute left-0 top-0 flex w-6 justify-center"])},[t.createElementVNode("div",{class:t.normalizeClass([t.unref(a)==="icon"?"w-0.5 bg-green-500":"w-px bg-gray-200"])},null,2)],2),t.unref(a)==="image"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("img",{src:(h=f.person)==null?void 0:h.imageUrl,alt:"",class:"relative size-6 flex-none rounded-full bg-gray-50"},null,8,rC),t.createElementVNode("div",aC,[t.createElementVNode("div",oC,[t.createElementVNode("div",iC,[t.createElementVNode("span",lC,t.toDisplayString((v=f.person)==null?void 0:v.name),1)]),t.createElementVNode("time",{datetime:f.dateTime,class:"flex-none text-xs leading-5 text-gray-500"},t.toDisplayString(f.date+" "+f.dateTime),9,sC)]),t.createElementVNode("p",uC,t.toDisplayString(f.comment),1),t.unref(s)?(t.openBlock(),t.createElementBlock("details",{key:0,open:p===0,class:"text-gray-500 text-xs select-none open:border open:border-gray-100 open:bg-gray-50 open:rounded-md transition-colors duration-100 ease-in-out mt-2 p-2 group h-6 open:h-auto"},[t.createElementVNode("summary",cC,[t.createTextVNode(t.toDisplayString(((b=f.showmore)==null?void 0:b.title)||"More Details")+" ",1),t.createVNode(t.unref(eC),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto group-open:hidden"}),t.createVNode(t.unref(JE),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto hidden group-open:inline-block"})]),t.createElementVNode("div",null,t.toDisplayString((w=f.showmore)==null?void 0:w.content),1)],8,dC)):t.createCommentVNode("",!0)])],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createElementVNode("div",fC,[t.unref(a)==="icon"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(i)||t.unref(tC)),{key:0,class:"size-6 text-green-500","aria-hidden":"true"})):(t.openBlock(),t.createElementBlock("div",pC))]),t.createElementVNode("p",hC,[t.createElementVNode("span",mC,t.toDisplayString((C=f.person)==null?void 0:C.name),1),t.createTextVNode(" "+t.toDisplayString(f==null?void 0:f.command),1)]),t.createElementVNode("time",{datetime:f.dateTime,class:"flex-none py-0.5 text-xs leading-5 text-gray-500"},t.toDisplayString(f.date+" "+f.dateTime),9,_C)],64))])}),128))}}),gC={role:"list",class:"space-y-6 p-4"},yC=t.defineComponent({__name:"EUITimeLine",props:{items:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(e){const r=e,{items:n,type:a,icon:i,showMore:s}=t.toRefs(r);return(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("ul",gC,[t.createVNode(vC,{data:t.unref(n),type:t.unref(a),"timeline-icon":t.unref(i),"show-more":t.unref(s)},null,8,["data","type","timeline-icon","show-more"])])]))}}),bC={class:"text-sm font-medium text-gray-600 truncate cursor-pointer"},$C=t.defineComponent({__name:"EUITag",props:{closeIcon:{type:Boolean,default:!1},errors:{type:Object,required:!1,default:()=>{}},disabled:{type:Boolean,default:!1}},emits:["remove"],setup(e,{emit:r}){const n=e,{closeIcon:a}=t.toRefs(n),i=r,s=()=>{i("remove")};return(c,d)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["inline-flex items-center px-2 py-1 rounded-md gap-x-1 bg-gray-50 ring-1 ring-inset ring-gray-400/10 max-w-xs w-auto",{"pointer-events-none select-none cursor-none":e.disabled}])},[t.createElementVNode("div",bC,[t.renderSlot(c.$slots,"default")]),t.unref(a)?(t.openBlock(),t.createElementBlock("button",{key:0,type:"button",class:"relative -mr-1 size-3.5 group rounded hover:bg-red-300/50 active:bg-red-300",onClick:t.withModifiers(s,["stop"])},d[0]||(d[0]=[t.createElementVNode("span",{class:"sr-only"},"Remove",-1),t.createElementVNode("svg",{viewBox:"0 0 14 14",class:"size-3.5 stroke-gray-400 group-hover:stroke-red-600/75"},[t.createElementVNode("path",{d:"M4 4l6 6m0-6l-6 6"})],-1)]))):t.createCommentVNode("",!0)],2))}}),wC={},kC={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function xC(e,r){return t.openBlock(),t.createElementBlock("svg",kC,r[0]||(r[0]=[t.createElementVNode("path",{d:"M8 10.1396C9.06206 11.6015 10.3071 12.9109 11.7021 14.0339C11.8774 14.1749 12.1226 14.1749 12.2979 14.0339C13.6929 12.9109 14.9379 11.6015 16 10.1396",stroke:"currentColor","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const Or=lt(wC,[["render",xC]]),EC={class:"inline-flex flex-row items-center gap-2 overflow-hidden border-gray-100 rounded"},CC=["disabled"],SC=["onClick"],OC=["disabled"],mh=t.defineComponent({__name:"EUIPagination",props:{totalCount:{type:Number,default:0,required:!0},pageLimit:{type:Number,default:0,required:!0},activePage:{type:Number,default:0},divider:{type:String,default:"…"},max:{type:Number,default:7,validate(e){return e>=5&&e<Number.MAX_VALUE}}},emits:["changePage"],setup(e,{emit:r}){const n=e,a=r,i=t.computed(()=>n.activePage+1),s=t.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const v=n.activePage-1;f(v)}},d=()=>{if(n.activePage<s.value-1){const v=n.activePage+1;f(v)}},f=v=>{a("changePage",v)},p=t.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(v,b)=>b+1)),h=t.computed(()=>{const v=p.value.length,b=i.value,w=Math.max(n.max,12),C=Math.floor((Math.min(w,v)-7)/2),A=b-C,k=b+C,y=A-1>1,x=k+1<v,B=[];if(v<=w){for(let N=1;N<=v;N++)B.push(N);return B}if(B.push(1),y&&B.push(n.divider),!x){const N=b+C+2-v;for(let H=b-C-N;H<=b-C-1;H++)B.push(H)}for(let N=Math.max(2,A);N<=Math.min(v,k);N++)B.push(N);if(!y){const N=1-(b-C-2);for(let H=b+C+1;H<=b+C+N;H++)B.push(H)}return x&&B.push(n.divider),k<v&&B.push(v),B.length>=3&&B[1]===n.divider&&B[2]===3&&(B[1]=2),B.length>=3&&B[B.length-2]===n.divider&&B[B.length-1]===B.length&&(B[B.length-2]=B.length-1),B});return(v,b)=>(t.openBlock(),t.createElementBlock("div",EC,[t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-2",i.value===1&&"opacity-50 pointer-events-none"]),disabled:i.value===1,onClick:b[0]||(b[0]=w=>c())},[t.createVNode(Or,{class:"text-current transform rotate-90 size-6"}),b[2]||(b[2]=t.createElementVNode("span",{class:"hidden md:block"},"Back",-1))],10,CC)]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(h.value,w=>(t.openBlock(),t.createElementBlock("div",{key:w},[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out cursor-pointer text-sm font-medium px-3 py-2",w=="…"?"select-none pointer-events-none":i.value==w?"text-white bg-violet-600":"bg-white text-black"]),onClick:C=>typeof w=="number"&&f(w-1)},t.toDisplayString(w),11,SC)]))),128)),t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-2",s.value===i.value&&"opacity-50 pointer-events-none"]),disabled:s.value===i.value,onClick:b[1]||(b[1]=w=>d())},[b[3]||(b[3]=t.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),t.createVNode(Or,{class:"text-current transform -rotate-90 size-6"})],10,OC)])]))}}),VC={class:"table-checkbox"},BC=["value"],Bo=t.defineComponent({__name:"EUITableCheckbox",props:{indeterminate:Boolean,checked:{type:Boolean,default:!1},value:{default:null}},emits:["change","update:checked"],setup(e,{emit:r}){const n=e,a=r,i=t.ref(n.indeterminate);t.watch(()=>n.indeterminate,v=>{i.value=v});const s=t.computed({get(){return n.checked},set(v){a("update:checked",v)}}),c=v=>{a("change",v)},d=t.computed(()=>{const v=Array.isArray(n.checked)&&n.checked.length!==0,b=w=>w===n.value;return v?n.checked.some(b):n.checked===!0}),f=t.useAttrs(),p=t.computed(()=>f.disabled?-1:0),h=t.computed(()=>({...f,tabindex:p.value,role:"checkbox"}));return t.watch(d,()=>{n.indeterminate&&(i.value=!1)}),(v,b)=>(t.openBlock(),t.createElementBlock("label",VC,[t.withDirectives(t.createElementVNode("input",t.mergeProps({"onUpdate:modelValue":b[0]||(b[0]=w=>s.value=w),type:"checkbox",value:e.value},h.value,{onChange:c}),null,16,BC),[[t.vModelCheckbox,s.value]]),b[1]||(b[1]=t.createElementVNode("span",{class:"check-icon"},[t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",class:"size-4",viewBox:"0 0 20 20",fill:"currentColor",stroke:"currentColor","stroke-width":"0.6"},[t.createElementVNode("path",{"fill-rule":"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z","clip-rule":"evenodd"})])],-1))]))}}),NC={},TC={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function MC(e,r){return t.openBlock(),t.createElementBlock("svg",TC,r[0]||(r[0]=[t.createElementVNode("g",{opacity:"0.7"},[t.createElementVNode("path",{d:"M6.246 10.4205C6.20733 10.3829 6.042 10.2406 5.906 10.1081C5.05067 9.33139 3.65067 7.30508 3.22333 6.24452C3.15467 6.08345 3.00933 5.67624 3 5.45868C3 5.2502 3.048 5.05147 3.14533 4.86183C3.28133 4.62543 3.49533 4.43579 3.748 4.33187C3.92333 4.26498 4.448 4.16107 4.45733 4.16107C5.03133 4.05715 5.964 4 6.99467 4C7.97667 4 8.87133 4.05715 9.454 4.14223C9.46333 4.15197 10.1153 4.25589 10.3387 4.36954C10.7467 4.57802 11 4.98523 11 5.42101V5.45868C10.99 5.74249 10.7367 6.33935 10.7273 6.33935C10.2993 7.34275 8.968 9.32229 8.08333 10.1179C8.08333 10.1179 7.856 10.3419 7.714 10.4394C7.51 10.5913 7.25733 10.6667 7.00467 10.6667C6.72267 10.6667 6.46 10.5816 6.246 10.4205Z",fill:"currentColor"})],-1)]))}const AC=lt(NC,[["render",MC]]),DC={},PC={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function IC(e,r){return t.openBlock(),t.createElementBlock("svg",PC,r[0]||(r[0]=[t.createElementVNode("path",{d:"M12.925 14.6732C14.3879 13.4957 15.6927 12.1235 16.8055 10.5927C16.9425 10.4067 17.0161 10.1726 16.9972 9.92417C16.9553 9.37347 16.4749 8.96102 15.9242 9.00293C13.3119 9.20173 10.6882 9.20173 8.07593 9.00293C7.52524 8.96102 7.04484 9.37347 7.00293 9.92417C6.98403 10.1726 7.05757 10.4067 7.19456 10.5927C8.30737 12.1235 9.61223 13.4957 11.0751 14.6732C11.6165 15.109 12.3836 15.109 12.925 14.6732Z",fill:"currentColor","fill-opacity":"0.8"},null,-1)]))}const RC=lt(DC,[["render",IC]]),LC={class:"whitespace-nowrap"},zC={class:"overflow-hidden bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5"},FC=["onClick"],sl=t.defineComponent({__name:"EUIPageLimit",props:{pageLimit:{type:Number,default:5},iconStyle:{type:Boolean,default:!1}},emits:["updateLimit","refetch"],setup(e,{emit:r}){const n=e,{pageLimit:a}=t.toRefs(n),i=r,s=t.ref([5,10,20,30,40,50,100]),c=d=>{i("updateLimit",d),i("refetch")};return(d,f)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(a1,{trigger:"click",placement:"top",className:"max-w-40 min-w-40",customButton:"px-3 py-2 text-sm font-medium text-gray-900 bg-white rounded-md group hover:text-opacity-100 focus:outline-none focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-opacity-75 gap-x-1"},{referenceButton:t.withCtx(({open:p})=>[t.createElementVNode("span",LC,t.toDisplayString(t.unref(a)),1),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.iconStyle?RC:Or),{class:t.normalizeClass([p?"text-gray-900 rotate-180":"text-gray-500","transition duration-100 ease-in-out transform rotate-0 size-6 group-hover:text-opacity-80"]),"aria-hidden":"true"},null,8,["class"]))]),default:t.withCtx(()=>[t.createElementVNode("div",zC,[t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.value,p=>(t.openBlock(),t.createElementBlock("li",{key:p,class:t.normalizeClass(["block w-full px-4 py-2 text-sm font-medium cursor-pointer hover:bg-gray-50",[p===t.unref(a)?"bg-purple-100 text-purple-600":"text-gray-700"]]),role:"button","aria-roledescription":"button",onClick:h=>c(p)},t.toDisplayString(p)+" per page ",11,FC))),128))])])]),_:1})]))}}),fd=e=>Un.capitalize(e);var HC={},UC={class:"flex flex-col items-center justify-center gap-4 mx-auto size-72"};function WC(e,r){return t.openBlock(),t.createElementBlock("div",UC,r[0]||(r[0]=[t.createElementVNode("div",{class:"relative min-h-16"},[t.createElementVNode("div",{class:"circle-loader"})],-1)]))}const Io=lt(HC,[["render",WC],["__scopeId","data-v-080faf4c"]]);function za(e,r){return r.split(".").reduce((n,a)=>n?n[a]:null,e)}function pd(e,r){return e.toString().toLowerCase().includes(r)}function Fa(e,r,n){return e?e.indexOf(r):-1}const jC={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},YC={key:1,class:"relative w-full mx-auto overflow-hidden"},GC={class:"eui-table"},qC={class:"sticky top-0 left-0 z-50 bg-gray-100"},KC={key:0,class:"checkable"},XC=["onClick"],QC={class:"flex items-center gap-2 text-sm font-normal text-current"},ZC=["onMouseenter","onMouseleave"],JC={key:0,class:"checkable"},eS={key:1,class:"norecords"},tS=["colspan"],nS={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-2 bg-gray-100"},rS={class:"inline-flex items-center gap-x-10"},aS={class:"text-sm font-normal text-gray-900"},oS={class:"inline-flex items-center gap-2"},iS=t.defineComponent({__name:"EUIDashboardTable",props:{checkable:{type:Boolean,default:!1},stickyColumn:{type:Boolean,default:!0},paginated:{type:Boolean,default:!1},tableExpanded:{type:Boolean,default:!1},backendPagination:{type:Boolean,default:!1},checkedRows:{type:Array,default:()=>({}),required:!0},headers:{type:Array,default:()=>({}),required:!0},items:{type:Array,required:!0,default:()=>({})},defaultSort:{type:String,default:""},defaultSortDirection:{type:String,default:"asc"},search:{type:String,default:""},perPage:{type:Number,default:5},currentPage:{type:Number,default:0},total:{type:Number,default:0},customIsChecked:{type:Function,default:()=>()=>!1},isRowCheckable:{type:Function,default:()=>!0},tableHeight:{type:String,required:!1,default:""},tableLoading:{type:Boolean,default:!1}},emits:["update:currentPage","changePage","sort","check","check-all","update:checkedRows","update:selectedRows","changeLimit","mouseenter","mouseleave"],setup(e,{emit:r}){const n=e,{defaultSort:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:v,paginated:b,isRowCheckable:w}=t.toRefs(n),C=t.ref(a.value),A=t.ref(i.value),k=t.ref([...s.value]),y=t.ref(c.value),x=t.ref(n.perPage),B=t.computed(()=>n.tableLoading),N=t.computed(()=>{let M=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return M;const q=v.value.map(_=>_.value);M=d.value.filter(_=>q.some(D=>pd(za(_,D),h.value.toString().toLowerCase())))}return M}),H=t.computed(()=>{let M=N.value;return M.sort((q,_)=>{const D=A.value==="desc"?-1:1;return q[C.value]<_[C.value]?-1*D:q[C.value]>_[C.value]?1*D:0}),M}),S=M=>{},T=t.computed(()=>M=>A.value==="asc"&&C.value===M.value?"rotate-0":A.value==="desc"&&C.value===M.value?"rotate-180":""),V=t.computed(()=>{const M=H.value.filter(q=>w.value(q));return k.value.length>0&&k.value.length<M.length}),I=t.computed(()=>H.value.length>0&&H.value.every(M=>k.value.includes(M))),g=t.computed(()=>{var q;return((q=H.value)==null?void 0:q.filter(_=>w.value(_))).length===0}),R=r,j=M=>{x.value=M,y.value=1,R("update:currentPage",y.value),R("changeLimit",M)},ie=M=>{y.value=M>0?M:0,R("update:currentPage",y.value),R("changePage",M)},F=(M,q)=>{!M||!M.sortable||(M.value===C.value&&(A.value=A.value==="asc"?"desc":"asc"),C.value=M.value,R("sort",C.value,A.value,q))},K=M=>Fa(k.value,M)>=0,Y=M=>{const q=Fa(k.value,M);q>=0&&k.value.splice(q,1)},re=()=>{if(I.value)k.value=[];else{const M=H.value.filter(q=>!k.value.includes(q));k.value.push(...M)}R("check",k.value),R("check-all",k.value),R("update:checkedRows",k.value),R("update:selectedRows",k.value)},fe=(M,q,_)=>{const D=k.value.includes(M);_&&D?Y(M):k.value.push(M),R("check",k.value,M),R("update:checkedRows",k.value),R("update:selectedRows",k.value)};t.watch(()=>c.value,M=>{y.value=M},{immediate:!0}),t.watch(()=>s.value,M=>{k.value=[...M]},{immediate:!0});const ae=t.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-gray-100 sticky left-[4.5rem] top-0 z-20",body:"bg-white sticky left-[4.5rem] top-0 z-10"}:{head:"bg-gray-100 sticky left-0 top-0 z-20",body:"bg-white sticky left-0 top-0 z-10"}),he=t.ref(!1),J=t.ref(!1),U=t.ref(null),L=()=>{const M=U.value;M&&(J.value=M.scrollLeft>0)},X=()=>{const M=U.value;M&&(he.value=M.scrollWidth>M.clientWidth)};return t.onMounted(()=>{window.addEventListener("resize",X)}),t.onUnmounted(()=>{window.removeEventListener("resize",X)}),t.watch(()=>{var M;return(M=U.value)==null?void 0:M.clientWidth},X),(M,q)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(t.Transition,{name:"fade",mode:"out-in"},{default:t.withCtx(()=>[B.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",e.tableHeight?e.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[t.createElementVNode("div",jC,[t.createVNode(Io)])],2)):(t.openBlock(),t.createElementBlock("div",YC,[t.createElementVNode("div",{id:"dashboard-table",class:t.normalizeClass(["scrollbar--thin overscroll-none",H.value.length===0?"overflow-hidden":"overflow-auto",e.tableHeight?e.tableHeight:"h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]"]),ref_key:"tableContainer",ref:U,onScroll:L},[t.createElementVNode("table",GC,[t.createElementVNode("thead",qC,[t.createElementVNode("tr",null,[e.checkable?(t.openBlock(),t.createElementBlock("th",KC,[t.createVNode(Bo,{checked:I.value,indeterminate:V.value,disabled:g.value,class:"flex justify-center mt-0",onChange:q[0]||(q[0]=_=>re())},null,8,["checked","indeterminate","disabled"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(v),(_,D)=>(t.openBlock(),t.createElementBlock("th",{key:`item-${D}`,scope:"col",class:t.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",J.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":_==null?void 0:_.sortable}]),style:t.normalizeStyle(_!=null&&_.width?`min-width:${_.width}px;max-width:${_.width}px;`:""),onClick:G=>F(_,G)},[t.createElementVNode("div",QC,[t.renderSlot(M.$slots,"header",{header:_},()=>[t.createTextVNode(t.toDisplayString(t.unref(fd)((_==null?void 0:_.text)??_.name??"")),1)],!0),t.renderSlot(M.$slots,"headerOptionalItem",{},void 0,!0),_!=null&&_.sortable?(t.openBlock(),t.createBlock(AC,{key:0,class:t.normalizeClass(["transform duration-100 transition-all",C.value===_.value?"text-violet-700":"text-gray-900",T.value(_)])},null,8,["class"])):t.createCommentVNode("",!0)])],14,XC))),128))])]),t.createElementVNode("tbody",null,[H.value.length>0?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(H.value,(_,D)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`table-row-${D}`},[t.createElementVNode("tr",{onMouseenter:G=>M.$attrs.mouseenter?M.$emit("mouseenter",_,D):null,onMouseleave:G=>M.$attrs.mouseleave?M.$emit("mouseleave",_,D):null},[e.checkable?(t.openBlock(),t.createElementBlock("td",JC,[t.createVNode(Bo,{disabled:!t.unref(w)(_),checked:K(_),onChange:G=>fe(_,D,G)},null,8,["disabled","checked","onChange"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(v),(G,pe)=>(t.openBlock(),t.createElementBlock("td",{key:pe,class:t.normalizeClass([J.value&&pe===0?ae.value.body:""])},[t.renderSlot(M.$slots,`item.${G.value}`,{row:_,rowIndex:D},()=>[t.createTextVNode(t.toDisplayString(t.unref(za)(_,G==null?void 0:G.value)),1)],!0)],2))),128))],40,ZC),e.tableExpanded?t.renderSlot(M.$slots,"expanded",{key:0,row:_,rowIndex:D},void 0,!0):t.createCommentVNode("",!0)],64))),128)):H.value.length===0?(t.openBlock(),t.createElementBlock("tr",eS,[t.createElementVNode("td",{colspan:e.checkable===!0?t.unref(v).length+1:t.unref(v).length},q[4]||(q[4]=[t.createElementVNode("div",{class:"flex items-center justify-center text-xl font-medium text-gray-500 h-[calc(100svh-18rem)] max-w-screen-xl"}," No matching records found ",-1)]),8,tS)])):t.createCommentVNode("",!0)])])],34),t.createElementVNode("div",nS,[t.renderSlot(M.$slots,"tableCount",{},()=>[t.createElementVNode("div",rS,[t.createElementVNode("div",aS," 1-"+t.toDisplayString(x.value)+" of "+t.toDisplayString(t.unref(p)),1),t.createElementVNode("div",oS,[q[5]||(q[5]=t.createElementVNode("span",{class:"text-sm font-normal text-gray-900"},"Result per page",-1)),t.createVNode(sl,{"page-limit":x.value,onUpdateLimit:q[1]||(q[1]=_=>j(_)),onRefetch:q[2]||(q[2]=_=>S())},null,8,["page-limit"])])])],!0),t.unref(b)&&H.value.length!==0?t.renderSlot(M.$slots,"tablepagination",{key:0},()=>[t.createVNode(mh,{activePage:y.value,pageLimit:x.value,totalCount:t.unref(p),onChangePage:q[3]||(q[3]=_=>ie(_))},null,8,["activePage","pageLimit","totalCount"])],!0):t.createCommentVNode("",!0)])]))]),_:3})]))}}),lS=lt(iS,[["__scopeId","data-v-ae56eb51"]]),sS={name:"UICheckbox",inheritAttrs:!1,props:{indeterminate:Boolean,checked:{type:Boolean,default:!1},value:{default:null},label:{type:String,default:""}},setup(e,{emit:r,attrs:n}){const a=t.ref(e.indeterminate),i=t.computed({get:()=>e.checked,set:p=>r("update:checked",p)}),s=t.computed(()=>{const p=Array.isArray(e.checked)&&e.checked.length!==0,h=v=>v===e.value;return p?e.checked.some(h):e.checked===!0}),c=t.computed(()=>({"ui-checkbox":!0,"ui-checkbox--indeterminate":a.value})),d=t.computed(()=>n.disabled?-1:0),f=t.computed(()=>({...n,tabindex:d.value,role:"checkbox"}));return t.watch(()=>e.indeterminate,p=>{a.value=p}),t.watch(s,()=>{e.indeterminate&&(a.value=!1)}),{isIndeterminate:a,selected:i,isActive:s,classes:c,attrs:f}}};var uS=["value"],dS={key:0,class:"ui-checkbox__label"},cS={key:0},fS={key:1};function pS(e,r,n,a,i,s){return t.openBlock(),t.createElementBlock("label",{class:t.normalizeClass(a.classes)},[t.withDirectives(t.createElementVNode("input",t.mergeProps({"onUpdate:modelValue":r[0]||(r[0]=function(c){return a.selected=c}),"data-test":"checkbox-toggle",type:"checkbox",value:n.value},a.attrs,{class:"ui-checkbox__input"}),null,16,uS),[[t.vModelCheckbox,a.selected]]),e.$slots.default||n.label?(t.openBlock(),t.createElementBlock("span",dS,[n.label?(t.openBlock(),t.createElementBlock("span",cS,t.toDisplayString(n.label),1)):t.createCommentVNode("",!0),e.$slots.default?(t.openBlock(),t.createElementBlock("span",fS,[t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2)}const ku=lt(sS,[["render",pS]]),hS={class:"inline-flex flex-row items-center overflow-hidden gap-x-1"},mS=["disabled"],_S=["onClick"],vS=["disabled"],hd=t.defineComponent({__name:"EUIStudentPagination",props:{totalCount:{type:Number,default:0,required:!0},pageLimit:{type:Number,default:0,required:!0},activePage:{type:Number,default:0},divider:{type:String,default:"…"},max:{type:Number,default:7,validate(e){return e>=5&&e<Number.MAX_VALUE}}},emits:["changePage"],setup(e,{emit:r}){const n=e,a=r,i=t.computed(()=>n.activePage+1),s=t.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const v=n.activePage-1;f(v)}},d=()=>{if(n.activePage<s.value-1){const v=n.activePage+1;f(v)}},f=v=>{a("changePage",v)},p=t.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(v,b)=>b+1)),h=t.computed(()=>{const v=p.value.length,b=i.value,w=Math.max(n.max,5),C=Math.floor((Math.min(w,v)-5)/2),A=b-C,k=b+C,y=A-1>1,x=k+1<v,B=[];if(v<=w){for(let N=1;N<=v;N++)B.push(N);return B}if(B.push(1),y&&B.push(n.divider),!x){const N=b+C+2-v;for(let H=b-C-N;H<=b-C-1;H++)B.push(H)}for(let N=Math.max(2,A);N<=Math.min(v,k);N++)B.push(N);if(!y){const N=1-(b-C-2);for(let H=b+C+1;H<=b+C+N;H++)B.push(H)}return x&&B.push(n.divider),k<v&&B.push(v),B.length>=3&&B[1]===n.divider&&B[2]===3&&(B[1]=2),B.length>=3&&B[B.length-2]===n.divider&&B[B.length-1]===B.length&&(B[B.length-2]=B.length-1),B});return(v,b)=>(t.openBlock(),t.createElementBlock("div",hS,[t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-1 leading-6",i.value===1&&"opacity-50 pointer-events-none"]),disabled:i.value===1,onClick:b[0]||(b[0]=w=>c())},[t.createVNode(Or,{class:"text-current transform rotate-90 size-6"}),b[2]||(b[2]=t.createElementVNode("span",{class:"hidden md:block"},"Prev",-1))],10,mS)]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(h.value,w=>(t.openBlock(),t.createElementBlock("div",{key:w},[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-1 items-center transition-transform duration-100 ease-in-out cursor-pointer text-sm font-medium leading-6 px-3 py-1",w==="…"?"select-none pointer-events-none":i.value===w?"text-black bg-purple-50 ring-2 ring-inset ring-purple-600":"bg-white text-black"]),onClick:C=>typeof w=="number"&&f(w-1)},t.toDisplayString(w),11,_S)]))),128)),t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-1 leading-6",s.value===i.value&&"opacity-50 pointer-events-none"]),disabled:s.value===i.value,onClick:b[1]||(b[1]=w=>d())},[b[3]||(b[3]=t.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),t.createVNode(Or,{class:"text-current transform -rotate-90 size-6"})],10,vS)])]))}}),gS={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},yS={key:1,class:"relative max-w-full mx-auto overflow-hidden"},bS={key:0,class:"checkable",style:{width:"45px","max-width":"45px","background-color":"rgb(243 244 246)"},scope:"col"},$S=["onClick"],wS={class:"relative z-0 w-full"},kS={class:"w-full text-sm font-medium text-current truncate font-inter"},xS={key:0,class:"absolute -top-0.5 -right-6 size-6 z-10"},ES={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},CS=["stroke"],SS=["stroke"],OS=["id","onMouseenter","onMouseleave"],VS={key:0,class:"checkable",style:{width:"45px","max-width":"45px"}},BS={class:"block truncate"},NS={key:1,class:"norecords"},TS=["colspan"],MS={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},AS={class:"inline-flex items-center gap-x-2"},DS={class:"text-sm font-medium text-gray-900"},PS={class:"inline-flex items-center"},IS=t.defineComponent({__name:"UTable",props:{items:{type:Array,default:()=>[],required:!0},headers:{type:Array,default:()=>[],required:!0},paginated:{type:Boolean,default:!1},tableExpanded:{type:Boolean,default:!1},search:{type:String,default:""},perPage:{type:Number,default:5},total:{type:Number,default:0},currentPage:{type:Number,default:1},defaultSort:{type:String,default:""},defaultSortDirection:{type:String,default:"asc"},headerOptional:{type:Boolean,default:!1},checkedRows:{type:Array,default:()=>[]},checkable:{type:Boolean,default:!1},isRowCheckable:{type:Function,default:()=>!0},stickyColumn:{type:Boolean,default:!0},tableHeight:{type:String,required:!1,default:""},tableLoading:{type:Boolean,default:!1},backendPagination:Boolean,activeRowIndex:{type:Number,default:null}},emits:["update:currentPage","changePage","sort","check","check-all","update:checkedRows","update:selectedRows","changeLimit","mouseenter","mouseleave"],setup(e,{emit:r}){const n=e,{defaultSort:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:v,paginated:b,isRowCheckable:w,activeRowIndex:C}=t.toRefs(n),A=r,k=t.ref(a.value),y=t.ref(i.value),x=t.ref([...s.value]),B=t.ref(c.value),N=t.ref(n.perPage),H=t.computed(()=>n.tableLoading),S=t.computed(()=>{let _=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return _;const D=v.value.map(G=>G.value);_=d.value.filter(G=>D.some(pe=>pd(za(G,pe),h.value.toString().toLowerCase())))}return _}),T=t.computed(()=>{let _=S.value;return _.sort((D,G)=>{const pe=y.value==="desc"?-1:1;return D[k.value]<G[k.value]?-1*pe:D[k.value]>G[k.value]?1*pe:0}),_}),V=_=>({minWidth:`${_.width||300}px`,maxWidth:`${_.width||300}px`,backgroundColor:_.color||"rgb(243 244 246)"}),I=_=>({width:`${_.width||300}px`,maxWidth:`${_.width||300}px`}),g=_=>{},R=_=>{N.value=_,B.value=1,A("update:currentPage",B.value),A("changeLimit",_)},j=_=>{B.value=_>0?_:0,A("update:currentPage",B.value),A("changePage",_)},ie=(_,D)=>{!_||!_.sortable||(_.value===k.value&&(y.value=y.value==="asc"?"desc":"asc"),k.value=_.value,A("sort",k.value,y.value,D))},F=t.computed(()=>T.value.length>0&&T.value.every(_=>x.value.includes(_))),K=t.computed(()=>{var D;return((D=T.value)==null?void 0:D.filter(G=>w.value(G))).length===0}),Y=t.computed(()=>{const _=T.value.filter(D=>w.value(D));return x.value.length>0&&x.value.length<_.length}),re=_=>Fa(x.value,_)>=0,fe=_=>{const D=Fa(x.value,_);D>=0&&x.value.splice(D,1)},ae=()=>{if(F.value)x.value=[];else{const _=T.value.filter(D=>!x.value.includes(D));x.value.push(..._)}A("check",x.value),A("check-all",x.value),A("update:checkedRows",x.value),A("update:selectedRows",x.value)},he=(_,D,G)=>{const pe=x.value.includes(_);G&&pe?fe(_):x.value.push(_),A("check",x.value,_),A("update:checkedRows",x.value),A("update:selectedRows",x.value)};t.watch(()=>c.value,_=>{B.value=_},{immediate:!0}),t.watch(()=>s.value,_=>{x.value=[..._]},{immediate:!0});const J=t.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-gray-100 sticky left-[45px] top-0 z-20",body:"bg-white !sticky left-[45px] top-0 z-10 !overflow-visible after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-10"}:{head:"bg-gray-100 sticky left-0 top-0 z-20",body:"bg-white !sticky left-0 top-0 z-10 !overflow-visible after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0"}),U=t.ref(!1),L=t.ref(!1),X=t.ref(null),M=()=>{const _=X.value;_&&(L.value=_.scrollLeft>0)},q=()=>{const _=X.value;_&&(U.value=_.scrollWidth>_.clientWidth)};return t.onMounted(()=>{window.addEventListener("resize",q)}),t.onUnmounted(()=>{window.removeEventListener("resize",q)}),t.watch(()=>{var _;return(_=X.value)==null?void 0:_.clientWidth},q),(_,D)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(t.Transition,{name:"fade",mode:"out-in"},{default:t.withCtx(()=>[H.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",e.tableHeight?e.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[t.createElementVNode("div",gS,[t.createVNode(Io)])],2)):(t.openBlock(),t.createElementBlock("div",yS,[t.createElementVNode("div",{class:t.normalizeClass(["ui-table scrollbar--hide overscroll-none",T.value.length===0?"overflow-hidden pointer-events-none":"overflow-auto",e.tableHeight?e.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:X,onScroll:M},[t.createElementVNode("table",null,[t.createElementVNode("thead",null,[t.createElementVNode("tr",null,[e.checkable?(t.openBlock(),t.createElementBlock("th",bS,[t.createVNode(ku,{checked:F.value,indeterminate:Y.value,disabled:K.value,onChange:ae},null,8,["checked","indeterminate","disabled"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(v),(G,pe)=>(t.openBlock(),t.createElementBlock("th",{key:pe,scope:"col",class:t.normalizeClass(["snap-start snap-always py-2",G!=null&&G.sortable?"cursor-pointer hover:!text-gray-900 pr-8 pl-3":"px-3",L.value&&pe===0?J.value.head:null,{"!bg-gray-200":k.value===G.value}]),style:t.normalizeStyle(V(G)),onClick:te=>ie(G,te)},[t.createElementVNode("div",wS,[t.createElementVNode("div",kS,[t.renderSlot(_.$slots,"header",{header:G},()=>[t.createTextVNode(t.toDisplayString(t.unref(fd)((G==null?void 0:G.text)??(G==null?void 0:G.name)??"")),1)]),e.headerOptional?t.renderSlot(_.$slots,"headerOptionalItem",{key:0}):t.createCommentVNode("",!0)]),G!=null&&G.sortable?(t.openBlock(),t.createElementBlock("div",xS,[(t.openBlock(),t.createElementBlock("svg",ES,[D[3]||(D[3]=t.createElementVNode("rect",{width:"24",height:"24",fill:"none"},null,-1)),t.createElementVNode("path",{d:"M8 10C9.06206 8.5381 10.3071 7.2287 11.7021 6.1058C11.8774 5.9647 12.1226 5.9647 12.2979 6.1058C13.6929 7.2287 14.9379 8.5381 16 10",stroke:y.value==="asc"&&k.value===(G==null?void 0:G.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,CS),t.createElementVNode("path",{d:"M8 14C9.06206 15.4619 10.3071 16.7713 11.7021 17.8942C11.8774 18.0353 12.1226 18.0353 12.2979 17.8942C13.6929 16.7713 14.9379 15.4619 16 14",stroke:y.value==="desc"&&k.value===(G==null?void 0:G.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,SS)]))])):t.createCommentVNode("",!0)])],14,$S))),128))])]),t.createElementVNode("tbody",null,[T.value.length>0?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(T.value,(G,pe)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`table-row-${pe}`},[t.createElementVNode("tr",{id:`row-${pe}`,onMouseenter:te=>_.$attrs.mouseenter?_.$emit("mouseenter",G,pe):null,onMouseleave:te=>_.$attrs.mouseleave?_.$emit("mouseleave",G,pe):null,class:t.normalizeClass(["group",{"bg-purple-100":t.unref(C)==pe}])},[e.checkable?(t.openBlock(),t.createElementBlock("td",VS,[t.createVNode(ku,{disabled:!t.unref(w)(G),checked:re(G),onChange:t.withModifiers(te=>he(G,pe,te),["prevent","stop"])},null,8,["disabled","checked","onChange"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(v),(te,Te)=>(t.openBlock(),t.createElementBlock("td",{key:Te,style:t.normalizeStyle(I(te)),class:t.normalizeClass([L.value&&Te===0?J.value.body:null])},[t.renderSlot(_.$slots,`item.${te==null?void 0:te.value}`,{row:G,rowIndex:pe,headerIndex:Te},()=>[t.createElementVNode("span",BS,t.toDisplayString(t.unref(za)(G,te==null?void 0:te.value)),1)])],6))),128))],42,OS),e.tableExpanded?t.renderSlot(_.$slots,"expanded",{key:0,row:G,rowIndex:pe}):t.createCommentVNode("",!0)],64))),128)):T.value.length===0?(t.openBlock(),t.createElementBlock("tr",NS,[t.createElementVNode("td",{colspan:e.checkable===!0?t.unref(v).length+1:t.unref(v).length},D[4]||(D[4]=[t.createElementVNode("div",{class:"flex items-center justify-center text-xl font-medium text-gray-500 h-[calc(100svh-18rem)] max-w-screen-xl border"}," No matching records found ",-1)]),8,TS)])):t.createCommentVNode("",!0)])])],34),t.createElementVNode("div",MS,[t.renderSlot(_.$slots,"tableCount",{},()=>[t.createElementVNode("div",AS,[t.createElementVNode("div",DS," Total "+t.toDisplayString(t.unref(p)),1),D[6]||(D[6]=t.createElementVNode("span",{class:"text-gray-300"},"|",-1)),t.createElementVNode("div",PS,[D[5]||(D[5]=t.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),t.createVNode(sl,{"page-limit":N.value,onUpdateLimit:D[0]||(D[0]=G=>R(G)),onRefetch:D[1]||(D[1]=G=>g()),iconStyle:!0},null,8,["page-limit"])])])]),t.unref(b)&&T.value.length!==0?t.renderSlot(_.$slots,"tablepagination",{key:0},()=>[t.createVNode(hd,{activePage:B.value,pageLimit:N.value,totalCount:t.unref(p),onChangePage:D[2]||(D[2]=G=>j(G))},null,8,["activePage","pageLimit","totalCount"])]):t.createCommentVNode("",!0)])]))]),_:3})]))}}),RS={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},LS={key:1,class:"relative w-full mx-auto overflow-hidden"},zS={class:"eui-table"},FS={class:"sticky top-0 left-0 z-20 bg-gray-100 before:-bottom-px before:left-0 before:absolute before:h-px before:w-full before:bg-gray-300"},HS={key:0,class:"checkable"},US=["onClick"],WS={class:"flex items-center justify-between gap-2 text-sm font-medium text-current font-inter"},jS={key:0,class:"flex-none"},YS={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},GS=["stroke"],qS=["stroke"],KS=["id","onMouseenter","onMouseleave"],XS={key:1,class:"norecords"},QS=["colspan"],ZS={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},JS={class:"inline-flex items-center gap-x-2"},eO={class:"text-sm font-medium text-gray-900"},tO={class:"inline-flex items-center"},nO=t.defineComponent({__name:"EUITable",props:{checkable:{type:Boolean,default:!1},stickyColumn:{type:Boolean,default:!0},paginated:{type:Boolean,default:!1},tableExpanded:{type:Boolean,default:!1},backendPagination:{type:Boolean,default:!1},checkedRows:{type:Array,default:()=>({}),required:!0},headers:{type:Array,default:()=>({}),required:!0},items:{type:Array,required:!0,default:()=>({})},defaultSort:{type:String,default:""},defaultSortDirection:{type:String,default:"asc"},search:{type:String,default:""},perPage:{type:Number,default:5},activeRowIndex:{type:Number,default:null},currentPage:{type:Number,default:0},total:{type:Number,default:0},customIsChecked:{type:Function,default:()=>()=>!1},isRowCheckable:{type:Function,default:()=>!0},tableHeight:{type:String,required:!1,default:""},tableLoading:{type:Boolean,default:!1}},emits:["update:currentPage","changePage","sort","check","check-all","update:checkedRows","update:selectedRows","changeLimit","mouseenter","mouseleave"],setup(e,{emit:r}){const n=e,{defaultSort:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:v,paginated:b,isRowCheckable:w,activeRowIndex:C}=t.toRefs(n),A=t.ref(a.value),k=t.ref(i.value),y=t.ref([...s.value]),x=t.ref(c.value),B=t.ref(n.perPage),N=t.computed(()=>n.tableLoading),H=t.computed(()=>{let M=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return M;const q=v.value.map(_=>_.value);M=d.value.filter(_=>q.some(D=>pd(za(_,D),h.value.toString().toLowerCase())))}return M}),S=t.computed(()=>{let M=H.value;return M.sort((q,_)=>{const D=k.value==="desc"?-1:1;return q[A.value]<_[A.value]?-1*D:q[A.value]>_[A.value]?1*D:0}),M}),T=M=>{},V=t.computed(()=>{const M=S.value.filter(q=>w.value(q));return y.value.length>0&&y.value.length<M.length}),I=t.computed(()=>S.value.length>0&&S.value.every(M=>y.value.includes(M))),g=t.computed(()=>{var q;return((q=S.value)==null?void 0:q.filter(_=>w.value(_))).length===0}),R=r,j=M=>{B.value=M,x.value=1,R("update:currentPage",x.value),R("changeLimit",M)},ie=M=>{x.value=M>0?M:0,R("update:currentPage",x.value),R("changePage",M)},F=(M,q)=>{!M||!M.sortable||(M.value===A.value&&(k.value=k.value==="asc"?"desc":"asc"),A.value=M.value,R("sort",A.value,k.value,q))},K=M=>Fa(y.value,M)>=0,Y=M=>{const q=Fa(y.value,M);q>=0&&y.value.splice(q,1)},re=()=>{if(I.value)y.value=[];else{const M=S.value.filter(q=>!y.value.includes(q));y.value.push(...M)}R("check",y.value),R("check-all",y.value),R("update:checkedRows",y.value),R("update:selectedRows",y.value)},fe=(M,q,_)=>{const D=y.value.includes(M);_&&D?Y(M):y.value.push(M),R("check",y.value,M),R("update:checkedRows",y.value),R("update:selectedRows",y.value)};t.watch(()=>c.value,M=>{x.value=M},{immediate:!0}),t.watch(()=>s.value,M=>{y.value=[...M]},{immediate:!0});const ae=t.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-gray-100 sticky left-16 top-0 z-20 shadow-[10px_0px_16px_-5px_#e5e6e8]",body:"bg-white sticky left-16 top-0 z-10 after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0 after:bg-white/10"}:{head:"bg-gray-100 sticky left-0 top-0 z-20 shadow-[10px_0px_16px_-5px_#e5e6e8]",body:"bg-white sticky left-0 top-0 z-10 after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0 after:bg-white/10"}),he=t.ref(!1),J=t.ref(!1),U=t.ref(null),L=()=>{const M=U.value;M&&(J.value=M.scrollLeft>0)},X=()=>{const M=U.value;M&&(he.value=M.scrollWidth>M.clientWidth)};return t.onMounted(()=>{window.addEventListener("resize",X)}),t.onUnmounted(()=>{window.removeEventListener("resize",X)}),t.watch(()=>{var M;return(M=U.value)==null?void 0:M.clientWidth},X),(M,q)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(t.Transition,{name:"fade",mode:"out-in"},{default:t.withCtx(()=>[N.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",e.tableHeight?e.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[t.createElementVNode("div",RS,[t.createVNode(Io)])],2)):(t.openBlock(),t.createElementBlock("div",LS,[t.createElementVNode("div",{id:"student-table",class:t.normalizeClass(["scrollbar--thin overscroll-none",S.value.length===0?"overflow-hidden":"overflow-auto",e.tableHeight?e.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:U,onScroll:L},[t.createElementVNode("table",zS,[t.createElementVNode("thead",FS,[t.createElementVNode("tr",null,[e.checkable?(t.openBlock(),t.createElementBlock("th",HS,[t.createVNode(Bo,{checked:I.value,indeterminate:V.value,disabled:g.value,class:"flex justify-center mt-0",onChange:re},null,8,["checked","indeterminate","disabled"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(v),(_,D)=>(t.openBlock(),t.createElementBlock("th",{key:`item-${D}`,scope:"col",class:t.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",J.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":_==null?void 0:_.sortable}]),style:t.normalizeStyle(_!=null&&_.width?`min-width:${_==null?void 0:_.width}px;max-width:${_==null?void 0:_.width}px;`:""),onClick:G=>F(_,G)},[t.createElementVNode("div",WS,[t.renderSlot(M.$slots,"header",{header:_},()=>[t.createTextVNode(t.toDisplayString(t.unref(fd)((_==null?void 0:_.text)??(_==null?void 0:_.name)??"")),1)],!0),t.renderSlot(M.$slots,"headerOptionalItem",{},void 0,!0),_!=null&&_.sortable?(t.openBlock(),t.createElementBlock("div",jS,[(t.openBlock(),t.createElementBlock("svg",YS,[t.createElementVNode("path",{d:"M8 15C9.06206 16.4619 10.3071 17.7713 11.7021 18.8942C11.8774 19.0353 12.1226 19.0353 12.2979 18.8942C13.6929 17.7713 14.9379 16.4619 16 15",stroke:k.value==="asc"&&A.value===(_==null?void 0:_.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,GS),t.createElementVNode("path",{d:"M8 9C9.06206 7.5381 10.3071 6.2287 11.7021 5.1058C11.8774 4.9647 12.1226 4.9647 12.2979 5.1058C13.6929 6.2287 14.9379 7.5381 16 9",stroke:k.value==="desc"&&A.value===(_==null?void 0:_.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,qS)]))])):t.createCommentVNode("",!0)])],14,US))),128))])]),t.createElementVNode("tbody",null,[S.value.length>0?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(S.value,(_,D)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`table-row-${D}`},[t.createElementVNode("tr",{id:`row-${D}`,class:t.normalizeClass(t.unref(C)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""),onMouseenter:G=>M.$attrs.mouseenter?M.$emit("mouseenter",_,D):null,onMouseleave:G=>M.$attrs.mouseleave?M.$emit("mouseleave",_,D):null},[e.checkable?(t.openBlock(),t.createElementBlock("td",{key:0,class:t.normalizeClass(["checkable",t.unref(C)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[t.createVNode(Bo,{disabled:!t.unref(w)(_),checked:K(_),onChange:t.withModifiers(G=>fe(_,D,G),["prevent","stop"])},null,8,["disabled","checked","onChange"])],2)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(v),(G,pe)=>(t.openBlock(),t.createElementBlock("td",{key:pe,class:t.normalizeClass([J.value&&pe===0?ae.value.body:"",t.unref(C)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[t.renderSlot(M.$slots,`item.${G==null?void 0:G.value}`,{row:_,rowIndex:D,headerIndex:pe},()=>[t.createTextVNode(t.toDisplayString(t.unref(za)(_,G==null?void 0:G.value)),1)],!0)],2))),128))],42,KS),e.tableExpanded?t.renderSlot(M.$slots,"expanded",{key:0,row:_,rowIndex:D},void 0,!0):t.createCommentVNode("",!0)],64))),128)):S.value.length===0?(t.openBlock(),t.createElementBlock("tr",XS,[t.createElementVNode("td",{colspan:e.checkable===!0?t.unref(v).length+1:t.unref(v).length},q[3]||(q[3]=[t.createElementVNode("div",{class:"flex items-center justify-center text-xl font-medium text-gray-500 h-[calc(100svh-18rem)] max-w-screen-xl"}," No matching records found ",-1)]),8,QS)])):t.createCommentVNode("",!0)])])],34),t.createElementVNode("div",ZS,[t.renderSlot(M.$slots,"tableCount",{},()=>[t.createElementVNode("div",JS,[t.createElementVNode("div",eO," Total "+t.toDisplayString(t.unref(p)),1),q[5]||(q[5]=t.createElementVNode("span",{class:"text-gray-300"},"|",-1)),t.createElementVNode("div",tO,[q[4]||(q[4]=t.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),t.createVNode(sl,{"page-limit":B.value,onUpdateLimit:q[0]||(q[0]=_=>j(_)),onRefetch:q[1]||(q[1]=_=>T()),iconStyle:!0},null,8,["page-limit"])])])],!0),t.unref(b)&&S.value.length!==0?t.renderSlot(M.$slots,"tablepagination",{key:0},()=>[t.createVNode(hd,{activePage:x.value,pageLimit:B.value,totalCount:t.unref(p),onChangePage:q[2]||(q[2]=_=>ie(_))},null,8,["activePage","pageLimit","totalCount"])],!0):t.createCommentVNode("",!0)])]))]),_:3})]))}}),rO=lt(nO,[["__scopeId","data-v-90230f18"]]),aO={class:"relative"},oO=["disabled"],iO=["onMouseenter","onClick"],lO={class:"flex items-center justify-between w-full gap-2 text-sm font-medium text-gray-800 break-words hover:text-gray-900"},sO={key:0,class:"absolute top-0 z-10 transition-all duration-300 ease-in-out left-full min-w-32 max-w-64 w-max"},uO={class:"bg-white border border-gray-200 border-solid rounded-lg shadow-2xl ms-2 shadow-gray-300"},dO={class:"p-2 overflow-y-auto overscroll-auto max-h-[50svh] min-h-0 scrollbar--thin"},cO=["onClick"],fO=t.defineComponent({__name:"EUIMultiDropdown",props:{title:{type:String,default:"My Students"},className:{type:String,required:!1},menuItems:{type:Array,default:()=>[{text:"All Students"},{text:"My Students"},{text:"Genie Completed Students"},{text:"Standard Filter",subMenu:[{text:"UKI Fair"},{text:"Germany Q4' 24"},{text:"Edvoy Express"},{text:"Q1 2025 Pipeline"}]},{text:"Custom Filter",subMenu:[{text:"Application Intakes"},{text:"New Students"}],enableAction:!0}]},disabled:Boolean},emits:["subMenuItem","menuItem","actionItem"],setup(e){const r=t.ref(!1),n=t.ref(null),a=t.ref(null),i=()=>{r.value=!r.value},s=d=>{n.value=d},c=()=>{n.value=null};return r1(a,()=>{r.value=!1}),(d,f)=>(t.openBlock(),t.createElementBlock("div",aO,[t.createElementVNode("button",{type:"button",ref_key:"dropdownButton",ref:a,class:t.normalizeClass(["inline-flex items-center text-sm font-semibold gap-x-2 capitalize outline-none focus:outline-none",e.className]),disabled:e.disabled,onClick:f[0]||(f[0]=p=>i())},[t.renderSlot(d.$slots,"dropdownName",{open:r.value},()=>[t.createTextVNode(t.toDisplayString(e.title)+" ",1),t.createVNode(Or,{class:t.normalizeClass([r.value?"text-gray-900 rotate-180":"text-gray-500","transition duration-100 ease-in-out transform rotate-0 size-6 group-hover:text-opacity-80"]),"aria-hidden":"true"},null,8,["class"])])],10,oO),r.value&&e.menuItems.length?(t.openBlock(),t.createElementBlock("div",{key:0,class:"absolute left-0 z-0 p-2 mt-1 transition-all duration-300 ease-in-out bg-white border border-gray-200 border-solid rounded-lg shadow-2xl top-full shadow-gray-300 min-w-32 max-w-64 w-max",onClick:f[2]||(f[2]=t.withModifiers(()=>{},["stop"]))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.menuItems,p=>(t.openBlock(),t.createElementBlock("div",{key:p.text,class:"relative flex items-center px-4 py-2 rounded-lg cursor-pointer hover:bg-gray-100",onMouseenter:h=>s(p.text),onMouseleave:c,onClick:t.withModifiers(h=>d.$emit("menuItem",p),["stop"])},[t.createElementVNode("div",lO,[t.renderSlot(d.$slots,"menu",{menuitem:p},()=>[t.createTextVNode(t.toDisplayString(p.text)+" ",1),p.subMenu?(t.openBlock(),t.createBlock(Or,{key:0,class:t.normalizeClass([n.value===p.text?"text-gray-900 -rotate-90":"text-gray-500 rotate-0","ml-auto transition duration-300 ease-in-out transform size-6 group-hover:text-opacity-80"]),"aria-hidden":"true"},null,8,["class"])):t.createCommentVNode("",!0)])]),p.subMenu&&n.value===p.text?(t.openBlock(),t.createElementBlock("div",sO,[t.createElementVNode("div",uO,[p.enableAction?(t.openBlock(),t.createElementBlock("div",{key:0,class:"flex items-center justify-center w-full gap-1 px-6 py-3 text-sm font-medium text-gray-900 bg-purple-100 rounded-t-md",onClick:f[1]||(f[1]=t.withModifiers(h=>d.$emit("actionItem","action"),["prevent"]))},[t.renderSlot(d.$slots,"actionName",{},()=>[f[3]||(f[3]=t.createTextVNode(t.toDisplayString("+ Action Name")))])])):t.createCommentVNode("",!0),t.createElementVNode("div",dO,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(p.subMenu,h=>(t.openBlock(),t.createElementBlock("div",{key:h.text,class:"flex items-center justify-between gap-2 px-3 py-2 text-sm font-medium text-gray-700 rounded-lg cursor-pointer hover:bg-gray-100 hover:text-gray-900",onClick:t.withModifiers(v=>d.$emit("subMenuItem",h),["stop"])},[t.renderSlot(d.$slots,"submenu",{subItem:h},()=>[t.createTextVNode(t.toDisplayString(h.text),1)])],8,cO))),128))])])])):t.createCommentVNode("",!0)],40,iO))),128))])):t.createCommentVNode("",!0)]))}});var pO={},hO={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function mO(e,r){return t.openBlock(),t.createElementBlock("div",hO,r[0]||(r[0]=[t.createStaticVNode('<div class="min-h-16 relative"><div class="cube"><div class="sides"><div class="top"></div><div class="right"></div><div class="bottom"></div><div class="left"></div><div class="front"></div><div class="back"></div></div></div></div>',1)]))}const _h=lt(pO,[["render",mO]]);var _O={},vO={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function gO(e,r){return t.openBlock(),t.createElementBlock("div",vO,r[0]||(r[0]=[t.createElementVNode("div",{class:"min-h-16 relative"},[t.createElementVNode("div",{class:"square-loader"})],-1)]))}const vh=lt(_O,[["render",gO]]),yO={class:"grid grid-cols-3"},bO=t.defineComponent({__name:"EUILoader",setup(e){return(r,n)=>(t.openBlock(),t.createElementBlock("div",yO,[t.createVNode(vh),t.createVNode(Io),t.createVNode(_h)]))}}),$O=t.defineComponent({__name:"EUITooltip",props:{placement:{type:String,default:"left"}},setup(e){const r=t.ref(null),n=t.ref(null),a=t.ref(null),i=t.ref(!1),s=e,c=async()=>{i.value=!0,await t.nextTick(),f()},d=()=>{i.value=!1,r.value&&(r.value.destroy(),r.value=null)},f=()=>{n.value&&a.value&&(r.value=nl(n.value,a.value,{placement:s.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))};return(p,h)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"tooltipContainer",ref:n,class:"relative"},[t.createElementVNode("div",{onMouseover:c,onMouseleave:d},[t.renderSlot(p.$slots,"default",{},void 0,!0)],32),i.value?(t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"tooltip",ref:a,class:"tooltip"},[h[1]||(h[1]=t.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),t.renderSlot(p.$slots,"tooltip",{},()=>[h[0]||(h[0]=t.createTextVNode("Tooltip content"))],!0)],512)):t.createCommentVNode("",!0)],512))}}),wO=lt($O,[["__scopeId","data-v-765af8f2"]]),kO={},xO={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function EO(e,r){return t.openBlock(),t.createElementBlock("svg",xO,r[0]||(r[0]=[t.createStaticVNode('<g clip-path="url(#clip0_4599:5588)"><g clip-path="url(#clip1_4599:5588)"><path d="M11.9089 1C11.958 1 12 1 12.049 1C12.1541 1.05122 12.2522 1.10977 12.3573 1.16099C16.1331 2.80751 19.9089 4.45402 23.6848 6.09322C23.9089 6.18835 24 6.2908 24 6.56156C23.986 8.42029 23.993 10.279 23.993 12.1451C23.993 12.2622 23.979 12.3792 23.972 12.4817C23.2925 12.4817 22.648 12.4817 21.9825 12.4817C21.9825 10.6888 21.9825 8.92523 21.9825 7.11772C21.38 7.38116 20.8126 7.62997 20.2452 7.86414C20.049 7.94463 19.993 8.0544 19.993 8.26662C20 9.90582 19.993 11.5523 20.007 13.1915C20.007 13.3452 20.0771 13.5208 20.1751 13.6379C21.5271 15.2552 21.1559 17.2603 19.3275 18.2555C19.1594 18.3433 18.9982 18.5262 18.9212 18.7019C18.3818 19.9166 17.6673 20.9997 16.7426 21.929C14.718 23.9707 11.8809 24.5708 9.42207 23.4511C7.37653 22.5145 6.03853 20.8533 5.09983 18.7897C4.98074 18.5262 4.84063 18.3433 4.58144 18.2043C2.78809 17.2237 2.45184 15.2113 3.78984 13.6306C3.88792 13.5208 3.95096 13.3379 3.95797 13.1842C3.97198 11.5523 3.95797 9.92777 3.97198 8.29589C3.97198 8.0544 3.90893 7.93732 3.68476 7.84218C2.57093 7.37384 1.4711 6.88355 0.364273 6.40057C0.252189 6.34934 0.14711 6.29812 0 6.22494C0.154116 6.15908 0.245184 6.10786 0.343257 6.07127C3.16637 4.84187 5.98949 3.61979 8.8056 2.39039C9.84238 1.92937 10.8722 1.46102 11.9089 1ZM11.972 11.4499C10.3678 11.4499 8.76357 11.4499 7.15937 11.4499C6.36077 11.4499 5.97548 11.8524 5.97548 12.6793C5.97548 13.1257 5.95447 13.5794 5.98249 14.0258C6.0035 14.3331 5.91243 14.5234 5.63923 14.6478C5.30298 14.8015 5.05779 15.0503 4.99475 15.4454C4.89667 16.1113 5.27496 16.609 5.97548 16.6748C6.30473 16.7041 6.47986 16.8358 6.59194 17.1724C6.99124 18.3579 7.5937 19.4117 8.45534 20.2972C10.2557 22.1413 12.6375 22.434 14.655 21.0216C15.979 20.0996 16.8126 18.7604 17.352 17.2237C17.4851 16.8505 17.6673 16.7041 18.0385 16.6675C18.662 16.609 19.0123 16.1553 18.9772 15.5406C18.9492 15.0869 18.683 14.8161 18.3117 14.6405C18.0595 14.5161 17.9615 14.3477 17.9825 14.0477C18.0105 13.6233 17.9895 13.1988 17.9895 12.7744C17.9895 11.8231 17.6322 11.4499 16.7215 11.4499C15.1384 11.4499 13.5552 11.4499 11.972 11.4499Z" fill="#5E6C84"></path></g></g><defs><clipPath id="clip0_4599:5588"><rect width="24" height="24" fill="white"></rect></clipPath><clipPath id="clip1_4599:5588"><rect width="24" height="23" fill="white" transform="translate(0 1)"></rect></clipPath></defs>',2)]))}const CO=lt(kO,[["render",EO]]),SO={},OO={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function VO(e,r){return t.openBlock(),t.createElementBlock("svg",OO,r[0]||(r[0]=[t.createStaticVNode('<g clip-path="url(#clip0_4598:5563)"><path d="M14.6228 4C16.3769 4.48826 17.9773 5.34585 19.6354 6.05321C20.1987 6.29108 20.6788 6.34116 21.255 6.11581C22.1384 5.77152 23.0603 5.51487 23.9949 5.20814C23.9949 9.13302 23.9949 13.0203 23.9949 16.9327C23.2203 16.9327 22.4457 16.9327 21.6263 16.9327C21.6263 16.6823 21.6199 16.4382 21.6263 16.1941C21.6391 15.4116 21.3574 14.7668 20.7813 14.216C18.7135 12.2692 16.6522 10.3161 14.5972 8.35055C14.4372 8.20031 14.3155 8.20031 14.1299 8.26917C13.208 8.6072 12.2734 8.93271 11.3452 9.25822C10.0392 9.71518 8.87409 9.27074 8.22752 8.06886C8.01626 7.68075 7.81781 7.2989 7.59375 6.88576C7.67697 6.84194 7.75379 6.79186 7.83702 6.7543C9.6487 5.93427 11.4604 5.11424 13.2785 4.30673C13.5857 4.16901 13.9186 4.10016 14.2387 4C14.3732 4 14.5012 4 14.6228 4Z" fill="#5E6C84"></path><path d="M1 15.9492V15.9376V15.9146V15.8915V15.8685V15.8455V15.8225V15.7995V15.7765V15.7535V15.7305V15.7074V15.6844V15.6614V15.6384V15.6154V15.5924V15.5694V15.5464V15.5234V15.5004V15.4774V15.4544V15.4314V15.4084V15.3855V15.3625V15.3395V15.3165V15.2935V15.2705V15.2475V15.2245V15.2015V15.1786V15.1556V15.1326V15.1096V15.0866V15.0637V15.0407V15.0177V14.9947V14.9718V14.9488V14.9258V14.9028V14.8799V14.8569V14.8339V14.811V14.788V14.765V14.7421V14.7191V14.6961V14.6732V14.6502V14.6272V14.6043V14.5813V14.5584V14.5354V14.5125V14.4895V14.4665V14.4436V14.4206V14.3977V14.3747V14.3518V14.3288V14.3059V14.2829V14.26V14.237V14.2141V14.1912V14.1682V14.1453V14.1223V14.0994V14.0764V14.0535V14.0306V14.0076V13.9847V13.9618V13.9388V13.9159V13.893V13.87V13.8471V13.8242V13.8012V13.7783V13.7554V13.7324V13.7095V13.6866V13.6636V13.6407V13.6178V13.5949V13.5719V13.549V13.5261V13.5032V13.4803V13.4573V13.4344V13.4115V13.3886V13.3657V13.3427V13.3198V13.2969V13.274V13.2511V13.2282V13.2053V13.1824V13.1594V13.1365V13.1136V13.0907V13.0678V13.0449V13.022V12.9991V12.9762V12.9533V12.9304V12.9075V12.8845V12.8616V12.8387V12.8158V12.7929V12.77V12.7471V12.7242V12.7013V12.6784V12.6555V12.6326V12.6097V12.5868V12.564V12.5411V12.5182V12.4953V12.4724V12.4495V12.4266V12.4037V12.3808V12.3579V12.335V12.3121V12.2892V12.2663V12.2435V12.2206V12.1977V12.1748V12.1519V12.129V12.1061V12.0833V12.0604V12.0375V12.0146V11.9917V11.9688V11.9459V11.9231V11.9002V11.8773V11.8544V11.8315V11.8087V11.7858V11.7629V11.74V11.7171V11.6943V11.6714V11.6485V11.6256V11.6028V11.5799V11.557V11.5341V11.5112V11.4884V11.4655V11.4426V11.4198V11.3969V11.374V11.3511V11.3283V11.3054V11.2825V11.2596V11.2368V11.2139V11.191V11.1682V11.1453V11.1224V11.0996V11.0767V11.0538V11.0309V11.0081V10.9852V10.9623V10.9395V10.9166V10.8937V10.8709V10.848V10.8251V10.8023V10.7794V10.7565V10.7337V10.7108V10.6879V10.6651V10.6422V10.6194V10.5965V10.5736V10.5508V10.5279V10.505V10.4822V10.4593V10.4364V10.4136V10.3907V10.3679V10.345V10.3221V10.2993V10.2764V10.2536V10.2307V10.2078V10.185V10.1621V10.1392V10.1164V10.0935V10.0707V10.0478V10.0249V10.0021V9.97923V9.95637V9.93351V9.91065V9.88779V9.86493V9.84207V9.81921V9.79635V9.77349V9.75064V9.72778V9.70492V9.68206V9.6592V9.63634V9.61348V9.59062V9.56777V9.54491V9.52205V9.49919V9.47633V9.45347V9.43061V9.40776V9.3849V9.36204V9.33918V9.31632V9.29346V9.27061V9.24775V9.22489V9.20203V9.17917V9.15631V9.13345V9.11059V9.08774V9.06488V9.04202V9.01916V8.9963V8.97344V8.95058V8.92772V8.90486V8.882V8.85914V8.83628V8.81342V8.79056V8.7677V8.74484V8.72198V8.69912V8.67626V8.6534V8.63054V8.60768V8.58482V8.56196V8.5391V8.51624V8.49337V8.47051V8.44765V8.42479V8.40193V8.37906V8.3562V8.33334V8.31048V8.28761V8.26475V8.24189V8.21902V8.19616V8.17329V8.15043V8.12757V8.1047V8.08184V8.05897V8.03611V8.01324V7.99037V7.96751V7.94464V7.92178V7.89891V7.87604V7.85317V7.83031V7.80744V7.78457V7.7617V7.73883V7.71596V7.69309V7.67022V7.64735V7.62448V7.60161V7.57874V7.55587V7.533V7.51013V7.48726V7.46438V7.44151V7.41864V7.39576V7.37289V7.35002V7.32714V7.30427V7.28139V7.25852V7.23564V7.21276V7.18989V7.16701V7.14413V7.12126V7.09838V7.0755V7.05262V7.02974V7.00686V6.98398V6.9611V6.93822V6.91534V6.89245V6.86957V6.84669V6.82381V6.80092V6.77804V6.75515V6.73227V6.70938V6.6865V6.66361V6.64072V6.61784V6.59495V6.57206V6.54917V6.52628V6.50339V6.4805V6.45761V6.43472V6.41183V6.38894V6.36604V6.34315V6.32026V6.29736V6.27447V6.25157V6.22868V6.22066H1.00259H1.01398H1.02536H1.03675H1.04814H1.05952H1.07091H1.08229H1.09368H1.10506H1.11645H1.12784H1.13922H1.15061H1.16199H1.17338H1.18476H1.19615H1.20753H1.21892H1.2303H1.24168H1.25307H1.26445H1.27584H1.28722H1.29861H1.30999H1.32138H1.33276H1.34415H1.35553H1.36691H1.3783H1.38968H1.40107H1.41245H1.42384H1.43522H1.4466H1.45799H1.46937H1.48076H1.49214H1.50353H1.51491H1.52629H1.53768H1.54906H1.56045H1.57183H1.58322H1.5946H1.60599H1.61737H1.62875H1.64014H1.65152H1.66291H1.67429H1.68568H1.69706H1.70845H1.71983H1.73122H1.7426H1.75399H1.76537H1.77676H1.78814H1.79953H1.81091H1.8223H1.83368H1.84507H1.85646H1.86784H1.87923H1.89061H1.902H1.91338H1.92477H1.93616H1.94754H1.95893H1.97032H1.9817H1.99309H2.00448H2.01586H2.02725H2.03864H2.05003H2.06141H2.0728H2.08419H2.09558H2.10696H2.11835H2.12974H2.14113H2.15252H2.16391H2.17529H2.18668H2.19807H2.20946H2.22085H2.23224H2.24363H2.25502H2.26641H2.2778H2.28919H2.30058H2.31197H2.32336H2.33475H2.34614H2.35754H2.36893H2.38032H2.39171H2.4031H2.41449H2.42589H2.43728H2.44867H2.46007H2.47146H2.48285H2.49425H2.50564H2.51703H2.52843H2.53982H2.55122H2.56261H2.57401H2.5854H2.5968H2.60819H2.61959H2.63099H2.64238H2.65378H2.66518H2.67657H2.68797H2.69937H2.71077H2.72217H2.73357H2.74496H2.75636H2.76776H2.77916H2.79056H2.80196H2.81336H2.82476H2.83616H2.84756H2.85897H2.87037H2.88177H2.89317H2.90457H2.91598H2.92738H2.93878H2.95019H2.96159H2.973H2.9844H2.99581H3.00721H3.01862H3.03002H3.04143H3.05284H3.06424H3.07565H3.08706H3.09847H3.10987H3.12128H3.13269H3.1441H3.15551H3.16692H3.17833H3.18974H3.20115H3.21256H3.22397H3.23539H3.2468H3.25821H3.26962H3.28104H3.29245H3.30387H3.31528H3.32669H3.33811H3.34953H3.36094H3.37236H3.38377H3.39519H3.40661H3.41803H3.42945H3.44086H3.45228H3.4637H3.47512H3.48654H3.49796H3.50939H3.52081H3.53223H3.54365H3.55507H3.5665H3.57792H3.58935H3.60077H3.6122H3.62362H3.63505H3.64647H3.6579H3.66933H3.68075H3.69218H3.70361H3.71504H3.72647H3.7379H3.74933H3.76076H3.77219H3.78362H3.79505H3.80649H3.81792H3.82935H3.84079H3.85222H3.86366H3.87509H3.88653H3.89797H3.9094H3.92084H3.93228H3.94372H3.95516H3.96659H3.97803H3.98948H4.00092H4.01236H4.0238H4.03524H4.04669H4.05813H4.06957H4.08102H4.09246H4.10391H4.11535H4.1268H4.13825H4.1497H4.16114H4.17259H4.18404H4.19549H4.20694H4.21839H4.22985H4.23926C4.22 6.31271 4.20489 6.40609 4.19415 6.50077C4.12487 7.1117 4.24491 7.71105 4.5095 8.27858L4.5102 8.28006C4.76959 8.83407 5.0595 9.36711 5.34713 9.87209C6.71351 12.271 9.56344 13.3487 12.2097 12.5087L12.2097 12.5087L12.2138 12.5074C12.6706 12.3602 13.1246 12.204 13.5788 12.0352C14.3044 12.727 15.0309 13.4162 15.7564 14.1044L15.7577 14.1058L15.7582 14.1062C16.5032 14.813 17.2471 15.5187 17.9895 16.2267C17.9169 16.6409 17.742 16.986 17.459 17.2666C17.1284 17.5921 16.7989 17.9174 16.4698 18.2422C15.0479 19.6456 13.6353 21.0398 12.1924 22.4103C11.3679 23.1912 10.0765 23.2268 9.09057 22.3922L1 15.9492ZM1 15.9492C1.49413 15.9716 1.87041 16.1941 2.15653 16.4545C2.50399 16.7673 2.85391 17.0634 3.21899 17.3722C3.35022 17.4832 3.4834 17.5959 3.61913 17.7116L3.62145 17.7136C3.9677 18.0106 4.31354 18.3074 4.65914 18.604C6.13633 19.872 7.60905 21.136 9.09048 22.3921L1 15.9492Z" fill="#5E6C84" stroke="#5E6C84" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_4598:5563"><rect width="24" height="24" fill="white"></rect></clipPath></defs>',2)]))}const BO=lt(SO,[["render",VO]]),NO={},TO={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function MO(e,r){return t.openBlock(),t.createElementBlock("svg",TO,r[0]||(r[0]=[t.createElementVNode("g",{"clip-path":"url(#clip0_4598:5539)"},[t.createElementVNode("path",{d:"M0.5 21.5835C0.5 21.7206 0.5 21.8527 0.5 21.9898C1.14553 21.9898 1.79107 21.9898 2.4314 21.9898C2.67608 20.8062 3.47779 20.1611 4.75845 20.1001C5.38836 20.0697 5.97663 20.2017 6.50243 20.5624C7.01261 20.9078 7.30414 21.3853 7.36141 21.9848C8.01735 21.9848 8.64206 21.9848 9.30322 21.9848C9.22513 20.3186 8.28286 19.2772 6.81479 18.566C7.29894 18.2308 7.66335 17.8193 7.93406 17.3266C7.96529 17.2707 8.06941 17.23 8.1423 17.23C10.5474 17.225 12.9526 17.225 15.3629 17.23C15.4306 17.23 15.5295 17.2605 15.5555 17.3113C15.8262 17.8142 16.1959 18.2257 16.68 18.5711C15.2119 19.2772 14.2749 20.3237 14.1968 22C14.3061 22 14.3738 22 14.4415 22C15.0037 22 15.5659 22 16.123 22C16.5186 20.6894 17.2943 20.0951 18.601 20.0951C19.9077 20.0951 20.699 20.6945 21.079 21.9797C21.7141 21.9797 22.3493 21.9797 23 21.9797C22.9948 21.2025 22.7449 20.5218 22.2868 19.9173C21.8287 19.3179 21.2248 18.8911 20.5272 18.5762C20.5636 18.5406 20.5792 18.5203 20.6001 18.5051C22.3284 17.1792 22.5211 15.0559 21.053 13.4608C20.9957 13.3999 20.9697 13.2881 20.9697 13.1967C20.9697 12.4296 21.0738 11.6524 20.9697 10.9006C20.4803 7.4463 18.5854 5.0029 15.2952 3.61103C15.1391 3.54499 15.0558 3.46372 14.9985 3.30116C14.5508 1.92961 13.2389 1 11.7656 1C10.2923 1 8.98045 1.91945 8.52233 3.291C8.46506 3.46372 8.37656 3.55007 8.20997 3.61611C4.32635 5.1553 1.98889 9.08708 2.55113 13.1408C2.57196 13.3033 2.53552 13.3999 2.42619 13.5167C1.21842 14.7663 1.17677 16.6611 2.31687 17.9717C2.51469 18.1952 2.6917 18.439 2.87911 18.6727C2.90514 18.6219 2.82705 18.6575 2.74896 18.6981C1.79107 19.1807 1.06745 19.8766 0.708237 20.8875C0.61453 21.111 0.567677 21.3498 0.5 21.5835ZM19.0383 12.4702C19.0019 12.4753 18.9862 12.4804 18.9706 12.4804C17.2318 12.2721 15.6128 13.4303 15.2588 15.1372C15.2276 15.2997 15.1495 15.3149 15.0141 15.3149C12.8432 15.3149 10.6672 15.3099 8.4963 15.3149C8.3245 15.3149 8.26724 15.2642 8.22559 15.0965C8.03297 14.2228 7.55923 13.5319 6.79917 13.0239C6.09116 12.5515 5.31027 12.3839 4.46692 12.4804C3.87865 10.1945 6.23172 6.22714 8.56918 5.56168C8.83468 6.1865 9.25116 6.70464 9.82381 7.10087C8.06421 8.13716 7.21564 9.32583 7.37702 10.5196C8.01215 10.5196 8.64727 10.5196 9.27719 10.5196C9.55831 9.34107 10.3132 8.71626 11.5261 8.64006C12.1561 8.59942 12.7495 8.71626 13.2857 9.0566C13.8272 9.40203 14.1499 9.88969 14.2072 10.5196C14.8631 10.5196 15.4931 10.5196 16.1386 10.5196C16.1438 9.74238 15.8887 9.06676 15.4306 8.45718C14.9777 7.85269 14.3686 7.43106 13.6502 7.10595C14.254 6.69448 14.6601 6.17126 14.9256 5.54644C17.7837 6.80624 19.3454 9.91001 19.0383 12.4702Z",fill:"#5E6C84"})],-1),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_4598:5539"},[t.createElementVNode("rect",{width:"24",height:"24",fill:"white"})])],-1)]))}const AO=lt(NO,[["render",MO]]),DO={class:"relative max-w-96 z-[calc(infinity)]"},PO=["open"],IO={class:"inline-flex items-center gap-2 text-sm font-medium tracking-wide min-w-20"},RO=["onClick"],LO={class:"flex items-center gap-2"},zO={class:"font-bold text-white"},FO={class:"flex flex-col"},HO={class:"font-semibold"},UO={class:"text-sm text-gray-500"},WO=t.defineComponent({__name:"EUISearch",props:{menuDropdown:{type:Boolean,default:!1}},setup(e){const r=e,{menuDropdown:n}=t.toRefs(r),a=t.ref(!1),i=t.ref(null),s=t.ref(null),c=t.ref(!1),d=t.ref(),f=t.ref(!1),p=t.ref(!1),h=t.ref(null);function v(){a.value=!0}function b(){!d.value&&!B.value&&(a.value=!1),f.value=!1,p.value=!1}function w(){c.value=!c.value,p.value=!p.value}function C(){c.value=!1,p.value=!1,b()}function A(S){h.value&&!h.value.contains(S.target)&&(C(),d.value||(a.value=!1))}t.onMounted(()=>{var S;document.addEventListener("click",A),d.value&&((S=d.value)==null||S.focus()),i.value&&s.value&&nl(i.value,s.value,{placement:"bottom"})}),t.onBeforeUnmount(()=>{document.removeEventListener("click",A)});const k=t.computed(()=>H.value.filter(S=>{var T,V;return(V=S.name)==null?void 0:V.toLowerCase().includes((T=d.value)==null?void 0:T.toLowerCase())}));function y(){d.value?f.value=!0:f.value=!1}const x=t.ref([{title:"Student",icon:CO},{title:"People",icon:AO},{title:"Partner",icon:BO}]),B=t.ref(x.value[0]),N=S=>{B.value=S,w()},H=t.ref([{name:"Kamal Ahmed",email:"kamalahmed@gmail.com",color:"green",initial:"A"},{name:"Kamala Koteswararoo",email:"kamalkote86@gmail.com",color:"purple",initial:"K"},{name:"Kamaljeet Kaur",email:"cheemak346@gmail.com",color:"orange",initial:"K"},{name:"Kamala Hamal",email:"kamalahamal88@outlook.com",color:"gray",initial:"K"}]);return(S,T)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"componentWrapper",ref:h,class:"cursor-pointer group",onClick:v},[t.createElementVNode("div",DO,[t.createElementVNode("div",{class:t.normalizeClass(["relative flex items-center py-1 duration-300 ease-linear bg-gray-100 border border-gray-200 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-300 transition-all delay-100",a.value?"group-focus-within:w-96":"size-[2.875rem]"])},[t.createVNode(t.unref(nC),{class:"absolute text-current size-6 top-3 left-3"}),a.value?t.withDirectives((t.openBlock(),t.createElementBlock("input",{key:0,"onUpdate:modelValue":T[0]||(T[0]=V=>d.value=V),type:"search",placeholder:"Search here...",class:"text-sm font-medium bg-transparent w-96 ps-12 pe-2 focus:outline-none min-h-9",autofocus:"true",onInput:y,onBlur:C,onFocus:T[1]||(T[1]=V=>f.value=!0)},null,544)),[[t.vModelText,d.value]]):t.createCommentVNode("",!0),t.unref(n)&&a.value?(t.openBlock(),t.createElementBlock("div",{key:1,ref_key:"dropdownButton",ref:i,open:p.value,class:"flex items-center pl-3 pe-2 py-1.5 ml-auto bg-white cursor-pointer rounded-3xl ring-1 ring-gray-200/40 select-none transition-all duration-300 ease-in delay-100",onClick:w},[t.createElementVNode("div",IO,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(B.value.icon),{class:"text-current size-4"})),t.createTextVNode(" "+t.toDisplayString(B.value.title),1)]),t.createVNode(Or,{class:t.normalizeClass(["text-current size-6 transform transition-all duration-300 delay-75",p.value?"-rotate-180 opacity-100":"opacity-50"])},null,8,["class"])],8,PO)):t.createCommentVNode("",!0)],2),c.value?(t.openBlock(),t.createElementBlock("ul",{key:0,ref_key:"dropdown",ref:s,class:"absolute text-sm font-medium right-0 z-50 w-40 bg-white border rounded-xl shadow-lg mt-0.5 overflow-hidden"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(x.value,V=>(t.openBlock(),t.createElementBlock("li",{class:"flex items-center gap-2 px-4 py-2 cursor-pointer hover:bg-gray-100",onClick:t.withModifiers(I=>N(V),["stop"])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(V.icon),{class:"text-current size-4"})),t.createElementVNode("span",null,t.toDisplayString(V.title),1)],8,RO))),256))],512)):t.createCommentVNode("",!0),f.value&&k.value.length?(t.openBlock(),t.createElementBlock("ul",{key:1,ref_key:"dropdown",ref:s,class:"absolute text-sm font-medium right-0 z-40 w-full bg-white border rounded-xl shadow-lg mt-0.5 overflow-hidden",onClick:C},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(k.value,(V,I)=>(t.openBlock(),t.createElementBlock("li",{key:I,class:"flex flex-col gap-1 px-4 py-2 cursor-pointer hover:bg-gray-100"},[t.createElementVNode("div",LO,[t.createElementVNode("span",{class:"flex items-center justify-center w-8 h-8 rounded-full",style:t.normalizeStyle({backgroundColor:V.color})},[t.createElementVNode("span",zO,t.toDisplayString(V.initial),1)],4),t.createElementVNode("div",FO,[t.createElementVNode("span",HO,t.toDisplayString(V.name),1),t.createElementVNode("span",UO,t.toDisplayString(V.email),1)])])]))),128))],512)):t.createCommentVNode("",!0)])],512))}}),jO=lt(WO,[["__scopeId","data-v-6bdd4db3"]]),YO={},GO={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function qO(e,r){return t.openBlock(),t.createElementBlock("svg",GO,r[0]||(r[0]=[t.createElementVNode("path",{d:"M21 21L17.5104 17.5104M17.5104 17.5104C19.0486 15.9722 20 13.8472 20 11.5C20 6.80558 16.1944 3 11.5 3C6.80558 3 3 6.80558 3 11.5C3 16.1944 6.80558 20 11.5 20C13.8472 20 15.9722 19.0486 17.5104 17.5104Z",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const gh=lt(YO,[["render",qO]]),KO={class:"relative rounded-full size-10"},XO={class:"absolute top-0 right-0"},QO={class:"relative max-w-80 z-[calc(infinity)]"},ZO=t.defineComponent({__name:"EUISearchExpand",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:r}){const n=e,{searchSync:a}=t.toRefs(n),i=r,s=t.ref(),c=t.ref(!0),d=t.ref(),f=t.ref(null);function p(){var w;c.value=!0,(w=s==null?void 0:s.value)==null||w.focus()}function h(){d.value||(c.value=!1)}function v(w){f.value&&!f.value.contains(w.target)&&h()}t.watch(a,w=>{w||h()},{immediate:!0,deep:!0}),t.onMounted(()=>{var w;document.addEventListener("click",v),d.value&&((w=d.value)==null||w.focus())}),t.onBeforeUnmount(()=>{document.removeEventListener("click",v)});function b(w){var A;const C=(A=w==null?void 0:w.target)==null?void 0:A.value;C!==void 0&&i("update:modelValue",C)}return(w,C)=>(t.openBlock(),t.createElementBlock("div",KO,[t.createElementVNode("div",XO,[t.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:p},[t.createElementVNode("div",QO,[t.createElementVNode("div",{class:t.normalizeClass(["relative flex items-center duration-300 ease-linear bg-gray-100 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-200 group-focus-within:border transition-all delay-75",c.value?"group-focus-within:w-80 text-gray-300 h-10":"size-10 text-gray-500"])},[t.createVNode(gh,{class:"absolute text-current size-6 top-2 left-2"}),c.value?t.withDirectives((t.openBlock(),t.createElementBlock("input",{key:0,"onUpdate:modelValue":C[0]||(C[0]=A=>d.value=A),ref_key:"input",ref:s,type:"search",placeholder:"Search here...",class:"h-10 text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none",autocomplete:"off",onInput:b,onBlur:h},null,544)),[[t.vModelText,d.value]]):t.createCommentVNode("",!0)],2)])],512)])]))}}),JO=lt(ZO,[["__scopeId","data-v-3af29ac1"]]),eV={class:"relative rounded-full size-12"},tV={class:"text-[0.625rem] absolute -top-4 left-0 space-x-4"},nV={class:"absolute top-0 right-0"},rV={class:"relative max-w-80 z-[calc(infinity)]"},aV=t.defineComponent({__name:"EUISearchToggle",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!0}},emits:["update:modelValue","update:searchSync"],setup(e,{emit:r}){const n=e,{searchSync:a}=t.toRefs(n),i=r,s=t.ref(),c=t.ref(!0),d=t.ref(null),f=t.ref(null);function p(v){var w;const b=(w=v==null?void 0:v.target)==null?void 0:w.value;b!==void 0&&i("update:modelValue",b)}function h(){var v;c.value=!0,(v=s==null?void 0:s.value)==null||v.focus(),i("update:searchSync",!0)}return t.watch(a,v=>{c.value=v,i("update:searchSync",v)},{immediate:!0,deep:!0}),(v,b)=>(t.openBlock(),t.createElementBlock("div",eV,[t.createElementVNode("span",tV,[t.createElementVNode("span",null,t.toDisplayString("searchSync:"+t.unref(a)),1),t.createElementVNode("span",null,t.toDisplayString("isExpanded:"+c.value),1)]),t.createElementVNode("div",nV,[t.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:h},[t.createElementVNode("div",rV,[t.createElementVNode("div",{class:t.normalizeClass(["relative flex items-center py-1 duration-300 ease-linear bg-gray-100 border border-gray-200 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-300 transition-all delay-100",c.value?"group-focus-within:w-80 text-gray-300":"size-[2.875rem] text-gray-500"])},[t.createVNode(gh,{class:"absolute text-current size-6 top-2.5 left-2.5 transition-colors duration-100"}),c.value?t.withDirectives((t.openBlock(),t.createElementBlock("input",{key:0,"onUpdate:modelValue":b[0]||(b[0]=w=>d.value=w),ref_key:"input",ref:s,type:"search",placeholder:"Search here...",class:"text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none min-h-9",autocomplete:"off",onInput:p,onBlur:p},null,544)),[[t.vModelText,d.value]]):t.createCommentVNode("",!0)],2)])],512)])]))}}),oV=lt(aV,[["__scopeId","data-v-69488444"]]);exports.EUIAccordion=c$;exports.EUIAvatar=L6;exports.EUIButton=xu;exports.EUICheckbox=w6;exports.EUICircleLoader=Io;exports.EUICubeLoader=_h;exports.EUIDashboardTable=lS;exports.EUIDatepicker=zE;exports.EUIErrorMessage=Vr;exports.EUIInput=J3;exports.EUILoader=bO;exports.EUIModal=E$;exports.EUIMultiDropdown=fO;exports.EUIPageLimit=sl;exports.EUIPagination=mh;exports.EUIPillSelect=ZE;exports.EUIPopover=a1;exports.EUIRadio=S6;exports.EUISearch=jO;exports.EUISearchExpand=JO;exports.EUISearchToggle=oV;exports.EUISelect=m6;exports.EUISelectSearch=g6;exports.EUISlideover=T$;exports.EUISquareLoader=vh;exports.EUIStepperHorizontal=J0;exports.EUIStepperTimeline=i$;exports.EUIStepperVertical=e1;exports.EUIStudentPagination=hd;exports.EUITable=rO;exports.EUITableCheckbox=Bo;exports.EUITabs=GE;exports.EUITag=$C;exports.EUITelephone=E9;exports.EUITextArea=B9;exports.EUITimeLine=yC;exports.EUIToggle=T6;exports.EUITooltip=wO;exports.UCheckbox=ku;exports.UTable=IS;
46
+ `&&(s=s.replace(/[\n]/g,a)),s},n.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()},n.prototype.set_indent=function(a,o){return a=a||0,o=o||0,this.next_line.set_indent(a,o),this.__lines.length>1?(this.current_line.set_indent(a,o),!0):(this.current_line.set_indent(),!1)},n.prototype.add_raw_token=function(a){for(var o=0;o<a.newlines;o++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(a.whitespace_before),this.current_line.push(a.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1},n.prototype.add_token=function(a){this.__add_space_before_token(),this.current_line.push(a),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()},n.prototype.__add_space_before_token=function(){this.space_before_token&&!this.just_added_newline()&&(this.non_breaking_space||this.set_wrap_point(),this.current_line.push(" "))},n.prototype.remove_indent=function(a){for(var o=this.__lines.length;a<o;)this.__lines[a]._remove_indent(),a++;this.current_line._remove_wrap_indent()},n.prototype.trim=function(a){for(a=a===void 0?!1:a,this.current_line.trim();a&&this.__lines.length>1&&this.current_line.is_empty();)this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null},n.prototype.just_added_newline=function(){return this.current_line.is_empty()},n.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()},n.prototype.ensure_empty_line_above=function(a,o){for(var s=this.__lines.length-2;s>=0;){var c=this.__lines[s];if(c.is_empty())break;if(c.item(0).indexOf(a)!==0&&c.item(-1)!==o){this.__lines.splice(s+1,0,new e(this)),this.previous_line=this.__lines[this.__lines.length-2];break}s--}},Ns.Output=n,Ns}var Ts={},qp;function Yh(){if(qp)return Ts;qp=1;function e(r,n,a,o){this.type=r,this.text=n,this.comments_before=null,this.newlines=a||0,this.whitespace_before=o||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null}return Ts.Token=e,Ts}var Jp={},Zp;function Kh(){return Zp||(Zp=1,function(e){var r="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",n="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",a="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",o="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",s="(?:\\\\u[0-9a-fA-F]{4}|["+r+a+"])",c="(?:\\\\u[0-9a-fA-F]{4}|["+n+a+o+"])*";e.identifier=new RegExp(s+c,"g"),e.identifierStart=new RegExp(s),e.identifierMatch=new RegExp("(?:\\\\u[0-9a-fA-F]{4}|["+n+a+o+"])+"),e.newline=/[\n\r\u2028\u2029]/,e.lineBreak=new RegExp(`\r
47
+ |`+e.newline.source),e.allLineBreaks=new RegExp(e.lineBreak.source,"g")}(Jp)),Jp}var Ms={},hi={},e0;function id(){if(e0)return hi;e0=1;function e(a,o){this.raw_options=r(a,o),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),this.preserve_newlines||(this.max_preserve_newlines=0),this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char===" "),this.indent_with_tabs&&(this.indent_char=" ",this.indent_size===1&&(this.indent_size=4)),this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","django","erb","handlebars","php","smarty"],["auto"])}e.prototype._get_array=function(a,o){var s=this.raw_options[a],c=o||[];return typeof s=="object"?s!==null&&typeof s.concat=="function"&&(c=s.concat()):typeof s=="string"&&(c=s.split(/[^a-zA-Z0-9_\/\-]+/)),c},e.prototype._get_boolean=function(a,o){var s=this.raw_options[a],c=s===void 0?!!o:!!s;return c},e.prototype._get_characters=function(a,o){var s=this.raw_options[a],c=o||"";return typeof s=="string"&&(c=s.replace(/\\r/,"\r").replace(/\\n/,`
48
+ `).replace(/\\t/," ")),c},e.prototype._get_number=function(a,o){var s=this.raw_options[a];o=parseInt(o,10),isNaN(o)&&(o=0);var c=parseInt(s,10);return isNaN(c)&&(c=o),c},e.prototype._get_selection=function(a,o,s){var c=this._get_selection_list(a,o,s);if(c.length!==1)throw new Error("Invalid Option Value: The option '"+a+`' can only be one of the following values:
49
+ `+o+`
50
+ You passed in: '`+this.raw_options[a]+"'");return c[0]},e.prototype._get_selection_list=function(a,o,s){if(!o||o.length===0)throw new Error("Selection list cannot be empty.");if(s=s||[o[0]],!this._is_valid_selection(s,o))throw new Error("Invalid Default Value!");var c=this._get_array(a,s);if(!this._is_valid_selection(c,o))throw new Error("Invalid Option Value: The option '"+a+`' can contain only the following values:
51
+ `+o+`
52
+ You passed in: '`+this.raw_options[a]+"'");return c},e.prototype._is_valid_selection=function(a,o){return a.length&&o.length&&!a.some(function(s){return o.indexOf(s)===-1})};function r(a,o){var s={};a=n(a);var c;for(c in a)c!==o&&(s[c]=a[c]);if(o&&a[o])for(c in a[o])s[c]=a[o][c];return s}function n(a){var o={},s;for(s in a){var c=s.replace(/-/g,"_");o[c]=a[s]}return o}return hi.Options=e,hi.normalizeOpts=n,hi.mergeOpts=r,hi}var t0;function Gh(){if(t0)return Ms;t0=1;var e=id().Options,r=["before-newline","after-newline","preserve-newline"];function n(a){e.call(this,a,"js");var o=this.raw_options.brace_style||null;o==="expand-strict"?this.raw_options.brace_style="expand":o==="collapse-preserve-inline"?this.raw_options.brace_style="collapse,preserve-inline":this.raw_options.braces_on_own_line!==void 0&&(this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse");var s=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var c=0;c<s.length;c++)s[c]==="preserve-inline"?this.brace_preserve_inline=!0:this.brace_style=s[c];this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",r),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy&&(this.space_after_anon_function=!0)}return n.prototype=new e,Ms.Options=n,Ms}var xa={},Ds={},n0;function od(){if(n0)return Ds;n0=1;var e=RegExp.prototype.hasOwnProperty("sticky");function r(n){this.__input=n||"",this.__input_length=this.__input.length,this.__position=0}return r.prototype.restart=function(){this.__position=0},r.prototype.back=function(){this.__position>0&&(this.__position-=1)},r.prototype.hasNext=function(){return this.__position<this.__input_length},r.prototype.next=function(){var n=null;return this.hasNext()&&(n=this.__input.charAt(this.__position),this.__position+=1),n},r.prototype.peek=function(n){var a=null;return n=n||0,n+=this.__position,n>=0&&n<this.__input_length&&(a=this.__input.charAt(n)),a},r.prototype.__match=function(n,a){n.lastIndex=a;var o=n.exec(this.__input);return o&&!(e&&n.sticky)&&o.index!==a&&(o=null),o},r.prototype.test=function(n,a){return a=a||0,a+=this.__position,a>=0&&a<this.__input_length?!!this.__match(n,a):!1},r.prototype.testChar=function(n,a){var o=this.peek(a);return n.lastIndex=0,o!==null&&n.test(o)},r.prototype.match=function(n){var a=this.__match(n,this.__position);return a?this.__position+=a[0].length:a=null,a},r.prototype.read=function(n,a,o){var s="",c;return n&&(c=this.match(n),c&&(s+=c[0])),a&&(c||!n)&&(s+=this.readUntil(a,o)),s},r.prototype.readUntil=function(n,a){var o="",s=this.__position;n.lastIndex=this.__position;var c=n.exec(this.__input);return c?(s=c.index,a&&(s+=c[0].length)):s=this.__input_length,o=this.__input.substring(this.__position,s),this.__position=s,o},r.prototype.readUntilAfter=function(n){return this.readUntil(n,!0)},r.prototype.get_regexp=function(n,a){var o=null,s="g";return a&&e&&(s="y"),typeof n=="string"&&n!==""?o=new RegExp(n,s):n&&(o=new RegExp(n.source,s)),o},r.prototype.get_literal_regexp=function(n){return RegExp(n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))},r.prototype.peekUntilAfter=function(n){var a=this.__position,o=this.readUntilAfter(n);return this.__position=a,o},r.prototype.lookBack=function(n){var a=this.__position-1;return a>=n.length&&this.__input.substring(a-n.length,a).toLowerCase()===n},Ds.InputScanner=r,Ds}var Vo={},Rs={},r0;function Ox(){if(r0)return Rs;r0=1;function e(r){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=r}return e.prototype.restart=function(){this.__position=0},e.prototype.isEmpty=function(){return this.__tokens_length===0},e.prototype.hasNext=function(){return this.__position<this.__tokens_length},e.prototype.next=function(){var r=null;return this.hasNext()&&(r=this.__tokens[this.__position],this.__position+=1),r},e.prototype.peek=function(r){var n=null;return r=r||0,r+=this.__position,r>=0&&r<this.__tokens_length&&(n=this.__tokens[r]),n},e.prototype.add=function(r){this.__parent_token&&(r.parent=this.__parent_token),this.__tokens.push(r),this.__tokens_length+=1},Rs.TokenStream=e,Rs}var As={},Ps={},a0;function rl(){if(a0)return Ps;a0=1;function e(r,n){this._input=r,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,n&&(this._starting_pattern=this._input.get_regexp(n._starting_pattern,!0),this._match_pattern=this._input.get_regexp(n._match_pattern,!0),this._until_pattern=this._input.get_regexp(n._until_pattern),this._until_after=n._until_after)}return e.prototype.read=function(){var r=this._input.read(this._starting_pattern);return(!this._starting_pattern||r)&&(r+=this._input.read(this._match_pattern,this._until_pattern,this._until_after)),r},e.prototype.read_match=function(){return this._input.match(this._match_pattern)},e.prototype.until_after=function(r){var n=this._create();return n._until_after=!0,n._until_pattern=this._input.get_regexp(r),n._update(),n},e.prototype.until=function(r){var n=this._create();return n._until_after=!1,n._until_pattern=this._input.get_regexp(r),n._update(),n},e.prototype.starting_with=function(r){var n=this._create();return n._starting_pattern=this._input.get_regexp(r,!0),n._update(),n},e.prototype.matching=function(r){var n=this._create();return n._match_pattern=this._input.get_regexp(r,!0),n._update(),n},e.prototype._create=function(){return new e(this._input,this)},e.prototype._update=function(){},Ps.Pattern=e,Ps}var i0;function Vx(){if(i0)return As;i0=1;var e=rl().Pattern;function r(n,a){e.call(this,n,a),a?this._line_regexp=this._input.get_regexp(a._line_regexp):this.__set_whitespace_patterns("",""),this.newline_count=0,this.whitespace_before_token=""}return r.prototype=new e,r.prototype.__set_whitespace_patterns=function(n,a){n+="\\t ",a+="\\n\\r",this._match_pattern=this._input.get_regexp("["+n+a+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+a+"]")},r.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var n=this._input.read(this._match_pattern);if(n===" ")this.whitespace_before_token=" ";else if(n){var a=this.__split(this._newline_regexp,n);this.newline_count=a.length-1,this.whitespace_before_token=a[this.newline_count]}return n},r.prototype.matching=function(n,a){var o=this._create();return o.__set_whitespace_patterns(n,a),o._update(),o},r.prototype._create=function(){return new r(this._input,this)},r.prototype.__split=function(n,a){n.lastIndex=0;for(var o=0,s=[],c=n.exec(a);c;)s.push(a.substring(o,c.index)),o=c.index+c[0].length,c=n.exec(a);return o<a.length?s.push(a.substring(o,a.length)):s.push(""),s},As.WhitespacePattern=r,As}var o0;function Jo(){if(o0)return Vo;o0=1;var e=od().InputScanner,r=Yh().Token,n=Ox().TokenStream,a=Vx().WhitespacePattern,o={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},s=function(c,d){this._input=new e(c),this._options=d||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new a(this._input)};return s.prototype.tokenize=function(){this._input.restart(),this.__tokens=new n,this._reset();for(var c,d=new r(o.START,""),f=null,p=[],h=new n;d.type!==o.EOF;){for(c=this._get_next_token(d,f);this._is_comment(c);)h.add(c),c=this._get_next_token(d,f);h.isEmpty()||(c.comments_before=h,h=new n),c.parent=f,this._is_opening(c)?(p.push(f),f=c):f&&this._is_closing(c,f)&&(c.opened=f,f.closed=c,f=p.pop(),c.parent=f),c.previous=d,d.next=c,this.__tokens.add(c),d=c}return this.__tokens},s.prototype._is_first_token=function(){return this.__tokens.isEmpty()},s.prototype._reset=function(){},s.prototype._get_next_token=function(c,d){this._readWhitespace();var f=this._input.read(/.+/g);return f?this._create_token(o.RAW,f):this._create_token(o.EOF,"")},s.prototype._is_comment=function(c){return!1},s.prototype._is_opening=function(c){return!1},s.prototype._is_closing=function(c,d){return!1},s.prototype._create_token=function(c,d){var f=new r(c,d,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return f},s.prototype._readWhitespace=function(){return this._patterns.whitespace.read()},Vo.Tokenizer=s,Vo.TOKEN=o,Vo}var Ls={},l0;function ld(){if(l0)return Ls;l0=1;function e(r,n){r=typeof r=="string"?r:r.source,n=typeof n=="string"?n:n.source,this.__directives_block_pattern=new RegExp(r+/ beautify( \w+[:]\w+)+ /.source+n,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(r+/\sbeautify\signore:end\s/.source+n,"g")}return e.prototype.get_directives=function(r){if(!r.match(this.__directives_block_pattern))return null;var n={};this.__directive_pattern.lastIndex=0;for(var a=this.__directive_pattern.exec(r);a;)n[a[1]]=a[2],a=this.__directive_pattern.exec(r);return n},e.prototype.readIgnored=function(r){return r.readUntilAfter(this.__directives_end_ignore_pattern)},Ls.Directives=e,Ls}var Fs={},s0;function Xh(){if(s0)return Fs;s0=1;var e=rl().Pattern,r={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function n(a,o){e.call(this,a,o),this.__template_pattern=null,this._disabled=Object.assign({},r),this._excluded=Object.assign({},r),o&&(this.__template_pattern=this._input.get_regexp(o.__template_pattern),this._excluded=Object.assign(this._excluded,o._excluded),this._disabled=Object.assign(this._disabled,o._disabled));var s=new e(a);this.__patterns={handlebars_comment:s.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:s.starting_with(/{{{/).until_after(/}}}/),handlebars:s.starting_with(/{{/).until_after(/}}/),php:s.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:s.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:s.starting_with(/{%/).until_after(/%}/),django_value:s.starting_with(/{{/).until_after(/}}/),django_comment:s.starting_with(/{#/).until_after(/#}/),smarty:s.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:s.starting_with(/{\*/).until_after(/\*}/),smarty_literal:s.starting_with(/{literal}/).until_after(/{\/literal}/)}}return n.prototype=new e,n.prototype._create=function(){return new n(this._input,this)},n.prototype._update=function(){this.__set_templated_pattern()},n.prototype.disable=function(a){var o=this._create();return o._disabled[a]=!0,o._update(),o},n.prototype.read_options=function(a){var o=this._create();for(var s in r)o._disabled[s]=a.templating.indexOf(s)===-1;return o._update(),o},n.prototype.exclude=function(a){var o=this._create();return o._excluded[a]=!0,o._update(),o},n.prototype.read=function(){var a="";this._match_pattern?a=this._input.read(this._starting_pattern):a=this._input.read(this._starting_pattern,this.__template_pattern);for(var o=this._read_template();o;)this._match_pattern?o+=this._input.read(this._match_pattern):o+=this._input.readUntil(this.__template_pattern),a+=o,o=this._read_template();return this._until_after&&(a+=this._input.readUntilAfter(this._until_pattern)),a},n.prototype.__set_templated_pattern=function(){var a=[];this._disabled.php||a.push(this.__patterns.php._starting_pattern.source),this._disabled.handlebars||a.push(this.__patterns.handlebars._starting_pattern.source),this._disabled.erb||a.push(this.__patterns.erb._starting_pattern.source),this._disabled.django||(a.push(this.__patterns.django._starting_pattern.source),a.push(this.__patterns.django_value._starting_pattern.source),a.push(this.__patterns.django_comment._starting_pattern.source)),this._disabled.smarty||a.push(this.__patterns.smarty._starting_pattern.source),this._until_pattern&&a.push(this._until_pattern.source),this.__template_pattern=this._input.get_regexp("(?:"+a.join("|")+")")},n.prototype._read_template=function(){var a="",o=this._input.peek();if(o==="<"){var s=this._input.peek(1);!this._disabled.php&&!this._excluded.php&&s==="?"&&(a=a||this.__patterns.php.read()),!this._disabled.erb&&!this._excluded.erb&&s==="%"&&(a=a||this.__patterns.erb.read())}else o==="{"&&(!this._disabled.handlebars&&!this._excluded.handlebars&&(a=a||this.__patterns.handlebars_comment.read(),a=a||this.__patterns.handlebars_unescaped.read(),a=a||this.__patterns.handlebars.read()),this._disabled.django||(!this._excluded.django&&!this._excluded.handlebars&&(a=a||this.__patterns.django_value.read()),this._excluded.django||(a=a||this.__patterns.django_comment.read(),a=a||this.__patterns.django.read())),this._disabled.smarty||this._disabled.django&&this._disabled.handlebars&&(a=a||this.__patterns.smarty_comment.read(),a=a||this.__patterns.smarty_literal.read(),a=a||this.__patterns.smarty.read()));return a},Fs.TemplatablePattern=n,Fs}var u0;function Io(){if(u0)return xa;u0=1;var e=od().InputScanner,r=Jo().Tokenizer,n=Jo().TOKEN,a=ld().Directives,o=Kh(),s=rl().Pattern,c=Xh().TemplatablePattern;function d(S,N){return N.indexOf(S)!==-1}var f={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:n.START,RAW:n.RAW,EOF:n.EOF},p=new a(/\/\*/,/\*\//),h=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,g=/[0-9]/,_=/[^\d\.]/,k=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),$=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";$=$.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),$="\\?\\.(?!\\d) "+$,$=$.replace(/ /g,"|");var M=new RegExp($),x="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),b=x.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),E=new RegExp("^(?:"+b.join("|")+")$"),V,I=function(S,N){r.call(this,S,N),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var O=new s(this._input),A=new c(this._input).read_options(this._options);this.__patterns={template:A,identifier:A.starting_with(o.identifier).matching(o.identifierMatch),number:O.matching(h),punct:O.matching(M),comment:O.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:O.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:O.matching(/<!--/),html_comment_end:O.matching(/-->/),include:O.starting_with(/#include/).until_after(o.lineBreak),shebang:O.starting_with(/#!/).until_after(o.lineBreak),xml:O.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:A.until(/['\\\n\r\u2028\u2029]/),double_quote:A.until(/["\\\n\r\u2028\u2029]/),template_text:A.until(/[`\\$]/),template_expression:A.until(/[`}\\]/)}};I.prototype=new r,I.prototype._is_comment=function(S){return S.type===f.COMMENT||S.type===f.BLOCK_COMMENT||S.type===f.UNKNOWN},I.prototype._is_opening=function(S){return S.type===f.START_BLOCK||S.type===f.START_EXPR},I.prototype._is_closing=function(S,N){return(S.type===f.END_BLOCK||S.type===f.END_EXPR)&&N&&(S.text==="]"&&N.text==="["||S.text===")"&&N.text==="("||S.text==="}"&&N.text==="{")},I.prototype._reset=function(){V=!1},I.prototype._get_next_token=function(S,N){var O=null;this._readWhitespace();var A=this._input.peek();return A===null?this._create_token(f.EOF,""):(O=O||this._read_non_javascript(A),O=O||this._read_string(A),O=O||this._read_pair(A,this._input.peek(1)),O=O||this._read_word(S),O=O||this._read_singles(A),O=O||this._read_comment(A),O=O||this._read_regexp(A,S),O=O||this._read_xml(A,S),O=O||this._read_punctuation(),O=O||this._create_token(f.UNKNOWN,this._input.next()),O)},I.prototype._read_word=function(S){var N;if(N=this.__patterns.identifier.read(),N!=="")return N=N.replace(o.allLineBreaks,`
53
+ `),!(S.type===f.DOT||S.type===f.RESERVED&&(S.text==="set"||S.text==="get"))&&E.test(N)?(N==="in"||N==="of")&&(S.type===f.WORD||S.type===f.STRING)?this._create_token(f.OPERATOR,N):this._create_token(f.RESERVED,N):this._create_token(f.WORD,N);if(N=this.__patterns.number.read(),N!=="")return this._create_token(f.WORD,N)},I.prototype._read_singles=function(S){var N=null;return S==="("||S==="["?N=this._create_token(f.START_EXPR,S):S===")"||S==="]"?N=this._create_token(f.END_EXPR,S):S==="{"?N=this._create_token(f.START_BLOCK,S):S==="}"?N=this._create_token(f.END_BLOCK,S):S===";"?N=this._create_token(f.SEMICOLON,S):S==="."&&_.test(this._input.peek(1))?N=this._create_token(f.DOT,S):S===","&&(N=this._create_token(f.COMMA,S)),N&&this._input.next(),N},I.prototype._read_pair=function(S,N){var O=null;return S==="#"&&N==="{"&&(O=this._create_token(f.START_BLOCK,S+N)),O&&(this._input.next(),this._input.next()),O},I.prototype._read_punctuation=function(){var S=this.__patterns.punct.read();if(S!=="")return S==="="?this._create_token(f.EQUALS,S):S==="?."?this._create_token(f.DOT,S):this._create_token(f.OPERATOR,S)},I.prototype._read_non_javascript=function(S){var N="";if(S==="#"){if(this._is_first_token()&&(N=this.__patterns.shebang.read(),N))return this._create_token(f.UNKNOWN,N.trim()+`
54
+ `);if(N=this.__patterns.include.read(),N)return this._create_token(f.UNKNOWN,N.trim()+`
55
+ `);S=this._input.next();var O="#";if(this._input.hasNext()&&this._input.testChar(g)){do S=this._input.next(),O+=S;while(this._input.hasNext()&&S!=="#"&&S!=="=");return S==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(O+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(O+="{}",this._input.next(),this._input.next())),this._create_token(f.WORD,O)}this._input.back()}else if(S==="<"&&this._is_first_token()){if(N=this.__patterns.html_comment_start.read(),N){for(;this._input.hasNext()&&!this._input.testChar(o.newline);)N+=this._input.next();return V=!0,this._create_token(f.COMMENT,N)}}else if(V&&S==="-"&&(N=this.__patterns.html_comment_end.read(),N))return V=!1,this._create_token(f.COMMENT,N);return null},I.prototype._read_comment=function(S){var N=null;if(S==="/"){var O="";if(this._input.peek(1)==="*"){O=this.__patterns.block_comment.read();var A=p.get_directives(O);A&&A.ignore==="start"&&(O+=p.readIgnored(this._input)),O=O.replace(o.allLineBreaks,`
56
+ `),N=this._create_token(f.BLOCK_COMMENT,O),N.directives=A}else this._input.peek(1)==="/"&&(O=this.__patterns.comment.read(),N=this._create_token(f.COMMENT,O))}return N},I.prototype._read_string=function(S){if(S==="`"||S==="'"||S==='"'){var N=this._input.next();return this.has_char_escapes=!1,S==="`"?N+=this._read_string_recursive("`",!0,"${"):N+=this._read_string_recursive(S),this.has_char_escapes&&this._options.unescape_strings&&(N=U(N)),this._input.peek()===S&&(N+=this._input.next()),N=N.replace(o.allLineBreaks,`
57
+ `),this._create_token(f.STRING,N)}return null},I.prototype._allow_regexp_or_xml=function(S){return S.type===f.RESERVED&&d(S.text,["return","case","throw","else","do","typeof","yield"])||S.type===f.END_EXPR&&S.text===")"&&S.opened.previous.type===f.RESERVED&&d(S.opened.previous.text,["if","while","for"])||d(S.type,[f.COMMENT,f.START_EXPR,f.START_BLOCK,f.START,f.END_BLOCK,f.OPERATOR,f.EQUALS,f.EOF,f.SEMICOLON,f.COMMA])},I.prototype._read_regexp=function(S,N){if(S==="/"&&this._allow_regexp_or_xml(N)){for(var O=this._input.next(),A=!1,y=!1;this._input.hasNext()&&(A||y||this._input.peek()!==S)&&!this._input.testChar(o.newline);)O+=this._input.peek(),A?A=!1:(A=this._input.peek()==="\\",this._input.peek()==="["?y=!0:this._input.peek()==="]"&&(y=!1)),this._input.next();return this._input.peek()===S&&(O+=this._input.next(),O+=this._input.read(o.identifier)),this._create_token(f.STRING,O)}return null},I.prototype._read_xml=function(S,N){if(this._options.e4x&&S==="<"&&this._allow_regexp_or_xml(N)){var O="",A=this.__patterns.xml.read_match();if(A){for(var y=A[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),P=y.indexOf("{")===0,j=0;A;){var oe=!!A[1],H=A[2],X=!!A[A.length-1]||H.slice(0,8)==="![CDATA[";if(!X&&(H===y||P&&H.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(oe?--j:++j),O+=A[0],j<=0)break;A=this.__patterns.xml.read_match()}return A||(O+=this._input.match(/[\s\S]*/g)[0]),O=O.replace(o.allLineBreaks,`
58
+ `),this._create_token(f.STRING,O)}}return null};function U(S){for(var N="",O=0,A=new e(S),y=null;A.hasNext();)if(y=A.match(/([\s]|[^\\]|\\\\)+/g),y&&(N+=y[0]),A.peek()==="\\"){if(A.next(),A.peek()==="x")y=A.match(/x([0-9A-Fa-f]{2})/g);else if(A.peek()==="u")y=A.match(/u([0-9A-Fa-f]{4})/g);else{N+="\\",A.hasNext()&&(N+=A.next());continue}if(!y||(O=parseInt(y[1],16),O>126&&O<=255&&y[0].indexOf("x")===0))return S;if(O>=0&&O<32){N+="\\"+y[0];continue}else O===34||O===39||O===92?N+="\\"+String.fromCharCode(O):N+=String.fromCharCode(O)}return N}return I.prototype._read_string_recursive=function(S,N,O){var A,y;S==="'"?y=this.__patterns.single_quote:S==='"'?y=this.__patterns.double_quote:S==="`"?y=this.__patterns.template_text:S==="}"&&(y=this.__patterns.template_expression);for(var P=y.read(),j="";this._input.hasNext();){if(j=this._input.next(),j===S||!N&&o.newline.test(j)){this._input.back();break}else j==="\\"&&this._input.hasNext()?(A=this._input.peek(),A==="x"||A==="u"?this.has_char_escapes=!0:A==="\r"&&this._input.peek(1)===`
59
+ `&&this._input.next(),j+=this._input.next()):O&&(O==="${"&&j==="$"&&this._input.peek()==="{"&&(j+=this._input.next()),O===j&&(S==="`"?j+=this._read_string_recursive("}",N,"`"):j+=this._read_string_recursive("`",N,"${"),this._input.hasNext()&&(j+=this._input.next())));j+=y.read(),P+=j}return P},xa.Tokenizer=I,xa.TOKEN=f,xa.positionable_operators=k.slice(),xa.line_starters=x.slice(),xa}var d0;function Ix(){if(d0)return Is;d0=1;var e=ad().Output,r=Yh().Token,n=Kh(),a=Gh().Options,o=Io().Tokenizer,s=Io().line_starters,c=Io().positionable_operators,d=Io().TOKEN;function f(y,P){return P.indexOf(y)!==-1}function p(y){return y.replace(/^\s+/g,"")}function h(y){for(var P={},j=0;j<y.length;j++)P[y[j].replace(/-/g,"_")]=y[j];return P}function g(y,P){return y&&y.type===d.RESERVED&&y.text===P}function _(y,P){return y&&y.type===d.RESERVED&&f(y.text,P)}var k=["case","return","do","if","throw","else","await","break","continue","async"],$=["before-newline","after-newline","preserve-newline"],M=h($),x=[M.before_newline,M.preserve_newline],b={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function E(y,P){P.multiline_frame||P.mode===b.ForInitializer||P.mode===b.Conditional||y.remove_indent(P.start_line_index)}function V(y){y=y.replace(n.allLineBreaks,`
60
+ `);for(var P=[],j=y.indexOf(`
61
+ `);j!==-1;)P.push(y.substring(0,j)),y=y.substring(j+1),j=y.indexOf(`
62
+ `);return y.length&&P.push(y),P}function I(y){return y===b.ArrayLiteral}function U(y){return f(y,[b.Expression,b.ForInitializer,b.Conditional])}function S(y,P){for(var j=0;j<y.length;j++){var oe=y[j].trim();if(oe.charAt(0)!==P)return!1}return!0}function N(y,P){for(var j=0,oe=y.length,H;j<oe;j++)if(H=y[j],H&&H.indexOf(P)!==0)return!1;return!0}function O(y,P){P=P||{},this._source_text=y||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new a(P)}O.prototype.create_flags=function(y,P){var j=0;y&&(j=y.indentation_level,!this._output.just_added_newline()&&y.line_indent_level>j&&(j=y.line_indent_level));var oe={mode:P,parent:y,last_token:y?y.last_token:new r(d.START_BLOCK,""),last_word:y?y.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:j,alignment:0,line_indent_level:y?y.line_indent_level:j,start_line_index:this._output.get_line_number(),ternary_depth:0};return oe},O.prototype._reset=function(y){var P=y.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new e(this._options,P),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(b.BlockStatement);var j=new o(y,this._options);return this._tokens=j.tokenize(),y},O.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var y,P=this._reset(this._source_text),j=this._options.eol;this._options.eol==="auto"&&(j=`
63
+ `,P&&n.lineBreak.test(P||"")&&(j=P.match(n.lineBreak)[0]));for(var oe=this._tokens.next();oe;)this.handle_token(oe),this._last_last_text=this._flags.last_token.text,this._flags.last_token=oe,oe=this._tokens.next();return y=this._output.get_code(j),y},O.prototype.handle_token=function(y,P){y.type===d.START_EXPR?this.handle_start_expr(y):y.type===d.END_EXPR?this.handle_end_expr(y):y.type===d.START_BLOCK?this.handle_start_block(y):y.type===d.END_BLOCK?this.handle_end_block(y):y.type===d.WORD?this.handle_word(y):y.type===d.RESERVED?this.handle_word(y):y.type===d.SEMICOLON?this.handle_semicolon(y):y.type===d.STRING?this.handle_string(y):y.type===d.EQUALS?this.handle_equals(y):y.type===d.OPERATOR?this.handle_operator(y):y.type===d.COMMA?this.handle_comma(y):y.type===d.BLOCK_COMMENT?this.handle_block_comment(y,P):y.type===d.COMMENT?this.handle_comment(y,P):y.type===d.DOT?this.handle_dot(y):y.type===d.EOF?this.handle_eof(y):y.type===d.UNKNOWN?this.handle_unknown(y,P):this.handle_unknown(y,P)},O.prototype.handle_whitespace_and_comments=function(y,P){var j=y.newlines,oe=this._options.keep_array_indentation&&I(this._flags.mode);if(y.comments_before)for(var H=y.comments_before.next();H;)this.handle_whitespace_and_comments(H,P),this.handle_token(H,P),H=y.comments_before.next();if(oe)for(var X=0;X<j;X+=1)this.print_newline(X>0,P);else if(this._options.max_preserve_newlines&&j>this._options.max_preserve_newlines&&(j=this._options.max_preserve_newlines),this._options.preserve_newlines&&j>1){this.print_newline(!1,P);for(var Y=1;Y<j;Y+=1)this.print_newline(!0,P)}};var A=["async","break","continue","return","throw","yield"];return O.prototype.allow_wrap_or_preserved_newline=function(y,P){if(P=P===void 0?!1:P,!this._output.just_added_newline()){var j=this._options.preserve_newlines&&y.newlines||P,oe=f(this._flags.last_token.text,c)||f(y.text,c);if(oe){var H=f(this._flags.last_token.text,c)&&f(this._options.operator_position,x)||f(y.text,c);j=j&&H}if(j)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(_(this._flags.last_token,A))return;this._output.set_wrap_point()}}},O.prototype.print_newline=function(y,P){if(!P&&this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==d.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))for(var j=this._tokens.peek();this._flags.mode===b.Statement&&!(this._flags.if_block&&g(j,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(y)&&(this._flags.multiline_frame=!0)},O.prototype.print_token_line_indentation=function(y){this._output.just_added_newline()&&(this._options.keep_array_indentation&&y.newlines&&(y.text==="["||I(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(y.whitespace_before),this._output.space_before_token=!1):this._output.set_indent(this._flags.indentation_level,this._flags.alignment)&&(this._flags.line_indent_level=this._flags.indentation_level))},O.prototype.print_token=function(y){if(this._output.raw){this._output.add_raw_token(y);return}if(this._options.comma_first&&y.previous&&y.previous.type===d.COMMA&&this._output.just_added_newline()&&this._output.previous_line.last()===","){var P=this._output.previous_line.pop();this._output.previous_line.is_empty()&&(this._output.previous_line.push(P),this._output.trim(!0),this._output.current_line.pop(),this._output.trim()),this.print_token_line_indentation(y),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(y),this._output.non_breaking_space=!0,this._output.add_token(y.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)},O.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},O.prototype.deindent=function(){this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level)&&(this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},O.prototype.set_mode=function(y){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,y),this._flags=this.create_flags(this._previous_flags,y),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},O.prototype.restore_mode=function(){this._flag_store.length>0&&(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===b.Statement&&E(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},O.prototype.start_of_object_property=function(){return this._flags.parent.mode===b.ObjectLiteral&&this._flags.mode===b.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||_(this._flags.last_token,["get","set"]))},O.prototype.start_of_statement=function(y){var P=!1;return P=P||_(this._flags.last_token,["var","let","const"])&&y.type===d.WORD,P=P||g(this._flags.last_token,"do"),P=P||!(this._flags.parent.mode===b.ObjectLiteral&&this._flags.mode===b.Statement)&&_(this._flags.last_token,A)&&!y.newlines,P=P||g(this._flags.last_token,"else")&&!(g(y,"if")&&!y.comments_before),P=P||this._flags.last_token.type===d.END_EXPR&&(this._previous_flags.mode===b.ForInitializer||this._previous_flags.mode===b.Conditional),P=P||this._flags.last_token.type===d.WORD&&this._flags.mode===b.BlockStatement&&!this._flags.in_case&&!(y.text==="--"||y.text==="++")&&this._last_last_text!=="function"&&y.type!==d.WORD&&y.type!==d.RESERVED,P=P||this._flags.mode===b.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||_(this._flags.last_token,["get","set"])),P?(this.set_mode(b.Statement),this.indent(),this.handle_whitespace_and_comments(y,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(y,_(y,["do","for","if","while"])),!0):!1},O.prototype.handle_start_expr=function(y){this.start_of_statement(y)||this.handle_whitespace_and_comments(y);var P=b.Expression;if(y.text==="["){if(this._flags.last_token.type===d.WORD||this._flags.last_token.text===")"){_(this._flags.last_token,s)&&(this._output.space_before_token=!0),this.print_token(y),this.set_mode(P),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}P=b.ArrayLiteral,I(this._flags.mode)&&(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}"))&&(this._options.keep_array_indentation||this.print_newline()),f(this._flags.last_token.type,[d.START_EXPR,d.END_EXPR,d.WORD,d.OPERATOR,d.DOT])||(this._output.space_before_token=!0)}else{if(this._flags.last_token.type===d.RESERVED)this._flags.last_token.text==="for"?(this._output.space_before_token=this._options.space_before_conditional,P=b.ForInitializer):f(this._flags.last_token.text,["if","while","switch"])?(this._output.space_before_token=this._options.space_before_conditional,P=b.Conditional):f(this._flags.last_word,["await","async"])?this._output.space_before_token=!0:this._flags.last_token.text==="import"&&y.whitespace_before===""?this._output.space_before_token=!1:(f(this._flags.last_token.text,s)||this._flags.last_token.text==="catch")&&(this._output.space_before_token=!0);else if(this._flags.last_token.type===d.EQUALS||this._flags.last_token.type===d.OPERATOR)this.start_of_object_property()||this.allow_wrap_or_preserved_newline(y);else if(this._flags.last_token.type===d.WORD){this._output.space_before_token=!1;var j=this._tokens.peek(-3);if(this._options.space_after_named_function&&j){var oe=this._tokens.peek(-4);_(j,["async","function"])||j.text==="*"&&_(oe,["async","function"])?this._output.space_before_token=!0:this._flags.mode===b.ObjectLiteral?(j.text==="{"||j.text===","||j.text==="*"&&(oe.text==="{"||oe.text===","))&&(this._output.space_before_token=!0):this._flags.parent&&this._flags.parent.class_start_block&&(this._output.space_before_token=!0)}}else this.allow_wrap_or_preserved_newline(y);(this._flags.last_token.type===d.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(f(this._last_last_text,["function","yield"])||this._flags.mode===b.ObjectLiteral&&f(this._last_last_text,["{",","])))&&(this._output.space_before_token=this._options.space_after_anon_function)}this._flags.last_token.text===";"||this._flags.last_token.type===d.START_BLOCK?this.print_newline():(this._flags.last_token.type===d.END_EXPR||this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===d.COMMA)&&this.allow_wrap_or_preserved_newline(y,y.newlines),this.print_token(y),this.set_mode(P),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},O.prototype.handle_end_expr=function(y){for(;this._flags.mode===b.Statement;)this.restore_mode();this.handle_whitespace_and_comments(y),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(y,y.text==="]"&&I(this._flags.mode)&&!this._options.keep_array_indentation),this._options.space_in_paren&&(this._flags.last_token.type===d.START_EXPR&&!this._options.space_in_empty_paren?(this._output.trim(),this._output.space_before_token=!1):this._output.space_before_token=!0),this.deindent(),this.print_token(y),this.restore_mode(),E(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===b.Conditional&&(this._previous_flags.mode=b.Expression,this._flags.do_block=!1,this._flags.do_while=!1)},O.prototype.handle_start_block=function(y){this.handle_whitespace_and_comments(y);var P=this._tokens.peek(),j=this._tokens.peek(1);this._flags.last_word==="switch"&&this._flags.last_token.type===d.END_EXPR?(this.set_mode(b.BlockStatement),this._flags.in_case_statement=!0):this._flags.case_body?this.set_mode(b.BlockStatement):j&&(f(j.text,[":",","])&&f(P.type,[d.STRING,d.WORD,d.RESERVED])||f(P.text,["get","set","..."])&&f(j.type,[d.WORD,d.RESERVED]))?f(this._last_last_text,["class","interface"])&&!f(j.text,[":",","])?this.set_mode(b.BlockStatement):this.set_mode(b.ObjectLiteral):this._flags.last_token.type===d.OPERATOR&&this._flags.last_token.text==="=>"?this.set_mode(b.BlockStatement):f(this._flags.last_token.type,[d.EQUALS,d.START_EXPR,d.COMMA,d.OPERATOR])||_(this._flags.last_token,["return","throw","import","default"])?this.set_mode(b.ObjectLiteral):this.set_mode(b.BlockStatement),this._flags.last_token&&_(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var oe=!P.comments_before&&P.text==="}",H=oe&&this._flags.last_word==="function"&&this._flags.last_token.type===d.END_EXPR;if(this._options.brace_preserve_inline){var X=0,Y=null;this._flags.inline_frame=!0;do if(X+=1,Y=this._tokens.peek(X-1),Y.newlines){this._flags.inline_frame=!1;break}while(Y.type!==d.EOF&&!(Y.type===d.END_BLOCK&&Y.opened===y))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&y.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==d.OPERATOR&&(H||this._flags.last_token.type===d.EQUALS||_(this._flags.last_token,k)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(I(this._previous_flags.mode)&&(this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.COMMA)&&((this._flags.last_token.type===d.COMMA||this._options.space_in_paren)&&(this._output.space_before_token=!0),(this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR&&this._flags.inline_frame)&&(this.allow_wrap_or_preserved_newline(y),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1)),this._flags.last_token.type!==d.OPERATOR&&this._flags.last_token.type!==d.START_EXPR&&(f(this._flags.last_token.type,[d.START_BLOCK,d.SEMICOLON])&&!this._flags.inline_frame?this.print_newline():this._output.space_before_token=!0)),this.print_token(y),this.indent(),!oe&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},O.prototype.handle_end_block=function(y){for(this.handle_whitespace_and_comments(y);this._flags.mode===b.Statement;)this.restore_mode();var P=this._flags.last_token.type===d.START_BLOCK;this._flags.inline_frame&&!P?this._output.space_before_token=!0:this._options.brace_style==="expand"?P||this.print_newline():P||(I(this._flags.mode)&&this._options.keep_array_indentation?(this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0):this.print_newline()),this.restore_mode(),this.print_token(y)},O.prototype.handle_word=function(y){if(y.type===d.RESERVED){if(f(y.text,["set","get"])&&this._flags.mode!==b.ObjectLiteral)y.type=d.WORD;else if(y.text==="import"&&f(this._tokens.peek().text,["(","."]))y.type=d.WORD;else if(f(y.text,["as","from"])&&!this._flags.import_block)y.type=d.WORD;else if(this._flags.mode===b.ObjectLiteral){var P=this._tokens.peek();P.text===":"&&(y.type=d.WORD)}}if(this.start_of_statement(y)?_(this._flags.last_token,["var","let","const"])&&y.type===d.WORD&&(this._flags.declaration_statement=!0):y.newlines&&!U(this._flags.mode)&&(this._flags.last_token.type!==d.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==d.EQUALS&&(this._options.preserve_newlines||!_(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(y),this.print_newline()):this.handle_whitespace_and_comments(y),this._flags.do_block&&!this._flags.do_while)if(g(y,"while")){this._output.space_before_token=!0,this.print_token(y),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&g(y,"else"))this._flags.else_block=!0;else{for(;this._flags.mode===b.Statement;)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&_(y,["case","default"])){this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy)&&this.deindent(),this._flags.case_body=!1,this.print_token(y),this._flags.in_case=!0;return}if((this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.EQUALS||this._flags.last_token.type===d.OPERATOR)&&(this.start_of_object_property()||this.allow_wrap_or_preserved_newline(y)),g(y,"function")){(f(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(f(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===d.OPERATOR))&&!this._output.just_added_blankline()&&!y.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===d.RESERVED||this._flags.last_token.type===d.WORD?_(this._flags.last_token,["get","set","new","export"])||_(this._flags.last_token,A)?this._output.space_before_token=!0:g(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===d.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(U(this._flags.mode)||I(this._flags.mode))||this.print_newline(),this.print_token(y),this._flags.last_word=y.text;return}var j="NONE";if(this._flags.last_token.type===d.END_BLOCK?this._previous_flags.inline_frame?j="SPACE":_(y,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&y.newlines?j="NEWLINE":(j="SPACE",this._output.space_before_token=!0):j="NEWLINE":this._flags.last_token.type===d.SEMICOLON&&this._flags.mode===b.BlockStatement?j="NEWLINE":this._flags.last_token.type===d.SEMICOLON&&U(this._flags.mode)?j="SPACE":this._flags.last_token.type===d.STRING?j="NEWLINE":this._flags.last_token.type===d.RESERVED||this._flags.last_token.type===d.WORD||this._flags.last_token.text==="*"&&(f(this._last_last_text,["function","yield"])||this._flags.mode===b.ObjectLiteral&&f(this._last_last_text,["{",","]))?j="SPACE":this._flags.last_token.type===d.START_BLOCK?this._flags.inline_frame?j="SPACE":j="NEWLINE":this._flags.last_token.type===d.END_EXPR&&(this._output.space_before_token=!0,j="NEWLINE"),_(y,s)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?j="SPACE":j="NEWLINE"),_(y,["else","catch","finally"]))if((!(this._flags.last_token.type===d.END_BLOCK&&this._previous_flags.mode===b.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&y.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var oe=this._output.current_line;oe.last()!=="}"&&this.print_newline(),this._output.space_before_token=!0}else j==="NEWLINE"?_(this._flags.last_token,k)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&_(y,["var","let","const"])?this._output.space_before_token=!0:this._flags.last_token.type!==d.END_EXPR?(this._flags.last_token.type!==d.START_EXPR||!_(y,["var","let","const"]))&&this._flags.last_token.text!==":"&&(g(y,"if")&&g(y.previous,"else")?this._output.space_before_token=!0:this.print_newline()):_(y,s)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&I(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():j==="SPACE"&&(this._output.space_before_token=!0);y.previous&&(y.previous.type===d.WORD||y.previous.type===d.RESERVED)&&(this._output.space_before_token=!0),this.print_token(y),this._flags.last_word=y.text,y.type===d.RESERVED&&(y.text==="do"?this._flags.do_block=!0:y.text==="if"?this._flags.if_block=!0:y.text==="import"?this._flags.import_block=!0:this._flags.import_block&&g(y,"from")&&(this._flags.import_block=!1))},O.prototype.handle_semicolon=function(y){this.start_of_statement(y)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(y);for(var P=this._tokens.peek();this._flags.mode===b.Statement&&!(this._flags.if_block&&g(P,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(y)},O.prototype.handle_string=function(y){y.text.startsWith("`")&&y.newlines===0&&y.whitespace_before===""&&(y.previous.text===")"||this._flags.last_token.type===d.WORD)||(this.start_of_statement(y)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(y),this._flags.last_token.type===d.RESERVED||this._flags.last_token.type===d.WORD||this._flags.inline_frame?this._output.space_before_token=!0:this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR||this._flags.last_token.type===d.EQUALS||this._flags.last_token.type===d.OPERATOR?this.start_of_object_property()||this.allow_wrap_or_preserved_newline(y):y.text.startsWith("`")&&this._flags.last_token.type===d.END_EXPR&&(y.previous.text==="]"||y.previous.text===")")&&y.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(y)},O.prototype.handle_equals=function(y){this.start_of_statement(y)||this.handle_whitespace_and_comments(y),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(y),this._output.space_before_token=!0},O.prototype.handle_comma=function(y){this.handle_whitespace_and_comments(y,!0),this.print_token(y),this._output.space_before_token=!0,this._flags.declaration_statement?(U(this._flags.parent.mode)&&(this._flags.declaration_assignment=!1),this._flags.declaration_assignment?(this._flags.declaration_assignment=!1,this.print_newline(!1,!0)):this._options.comma_first&&this.allow_wrap_or_preserved_newline(y)):this._flags.mode===b.ObjectLiteral||this._flags.mode===b.Statement&&this._flags.parent.mode===b.ObjectLiteral?(this._flags.mode===b.Statement&&this.restore_mode(),this._flags.inline_frame||this.print_newline()):this._options.comma_first&&this.allow_wrap_or_preserved_newline(y)},O.prototype.handle_operator=function(y){var P=y.text==="*"&&(_(this._flags.last_token,["function","yield"])||f(this._flags.last_token.type,[d.START_BLOCK,d.COMMA,d.END_BLOCK,d.SEMICOLON])),j=f(y.text,["-","+"])&&(f(this._flags.last_token.type,[d.START_BLOCK,d.START_EXPR,d.EQUALS,d.OPERATOR])||f(this._flags.last_token.text,s)||this._flags.last_token.text===",");if(!this.start_of_statement(y)){var oe=!P;this.handle_whitespace_and_comments(y,oe)}if(y.text==="*"&&this._flags.last_token.type===d.DOT){this.print_token(y);return}if(y.text==="::"){this.print_token(y);return}if(this._flags.last_token.type===d.OPERATOR&&f(this._options.operator_position,x)&&this.allow_wrap_or_preserved_newline(y),y.text===":"&&this._flags.in_case){this.print_token(y),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==d.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var H=!0,X=!0,Y=!1;if(y.text===":"?this._flags.ternary_depth===0?H=!1:(this._flags.ternary_depth-=1,Y=!0):y.text==="?"&&(this._flags.ternary_depth+=1),!j&&!P&&this._options.preserve_newlines&&f(y.text,c)){var re=y.text===":",fe=re&&Y,ae=re&&!Y;switch(this._options.operator_position){case M.before_newline:this._output.space_before_token=!ae,this.print_token(y),(!re||fe)&&this.allow_wrap_or_preserved_newline(y),this._output.space_before_token=!0;return;case M.after_newline:this._output.space_before_token=!0,!re||fe?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(y):this._output.space_before_token=!1,this.print_token(y),this._output.space_before_token=!0;return;case M.preserve_newline:ae||this.allow_wrap_or_preserved_newline(y),H=!(this._output.just_added_newline()||ae),this._output.space_before_token=H,this.print_token(y),this._output.space_before_token=!0;return}}if(P){this.allow_wrap_or_preserved_newline(y),H=!1;var he=this._tokens.peek();X=he&&f(he.type,[d.WORD,d.RESERVED])}else if(y.text==="...")this.allow_wrap_or_preserved_newline(y),H=this._flags.last_token.type===d.START_BLOCK,X=!1;else if(f(y.text,["--","++","!","~"])||j){if((this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR)&&this.allow_wrap_or_preserved_newline(y),H=!1,X=!1,y.newlines&&(y.text==="--"||y.text==="++"||y.text==="~")){var Z=_(this._flags.last_token,k)&&y.newlines;Z&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(Z,!0)}this._flags.last_token.text===";"&&U(this._flags.mode)&&(H=!0),this._flags.last_token.type===d.RESERVED?H=!0:this._flags.last_token.type===d.END_EXPR?H=!(this._flags.last_token.text==="]"&&(y.text==="--"||y.text==="++")):this._flags.last_token.type===d.OPERATOR&&(H=f(y.text,["--","-","++","+"])&&f(this._flags.last_token.text,["--","-","++","+"]),f(y.text,["+","-"])&&f(this._flags.last_token.text,["--","++"])&&(X=!0)),(this._flags.mode===b.BlockStatement&&!this._flags.inline_frame||this._flags.mode===b.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";")&&this.print_newline()}this._output.space_before_token=this._output.space_before_token||H,this.print_token(y),this._output.space_before_token=X},O.prototype.handle_block_comment=function(y,P){if(this._output.raw){this._output.add_raw_token(y),y.directives&&y.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(y.directives){this.print_newline(!1,P),this.print_token(y),y.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!n.newline.test(y.text)&&!y.newlines){this._output.space_before_token=!0,this.print_token(y),this._output.space_before_token=!0;return}else this.print_block_commment(y,P)},O.prototype.print_block_commment=function(y,P){var j=V(y.text),oe,H=!1,X=!1,Y=y.whitespace_before,re=Y.length;if(this.print_newline(!1,P),this.print_token_line_indentation(y),this._output.add_token(j[0]),this.print_newline(!1,P),j.length>1){for(j=j.slice(1),H=S(j,"*"),X=N(j,Y),H&&(this._flags.alignment=1),oe=0;oe<j.length;oe++)H?(this.print_token_line_indentation(y),this._output.add_token(p(j[oe]))):X&&j[oe]?(this.print_token_line_indentation(y),this._output.add_token(j[oe].substring(re))):(this._output.current_line.set_indent(-1),this._output.add_token(j[oe])),this.print_newline(!1,P);this._flags.alignment=0}},O.prototype.handle_comment=function(y,P){y.newlines?this.print_newline(!1,P):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(y),this.print_newline(!1,P)},O.prototype.handle_dot=function(y){this.start_of_statement(y)||this.handle_whitespace_and_comments(y,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),_(this._flags.last_token,k)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(y,this._flags.last_token.text===")"&&this._options.break_chained_methods),this._options.unindent_chained_methods&&this._output.just_added_newline()&&this.deindent(),this.print_token(y)},O.prototype.handle_unknown=function(y,P){this.print_token(y),y.text[y.text.length-1]===`
64
+ `&&this.print_newline(!1,P)},O.prototype.handle_eof=function(y){for(;this._flags.mode===b.Statement;)this.restore_mode();this.handle_whitespace_and_comments(y)},Is.Beautifier=O,Is}var c0;function Nx(){if(c0)return Oo.exports;c0=1;var e=Ix().Beautifier,r=Gh().Options;function n(a,o){var s=new e(a,o);return s.beautify()}return Oo.exports=n,Oo.exports.defaultOptions=function(){return new r},Oo.exports}var No={exports:{}},Hs={},Us={},f0;function Qh(){if(f0)return Us;f0=1;var e=id().Options;function r(n){e.call(this,n,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var a=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||a;var o=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var s=0;s<o.length;s++)o[s]!=="expand"?this.brace_style="collapse":this.brace_style=o[s]}return r.prototype=new e,Us.Options=r,Us}var p0;function Tx(){if(p0)return Hs;p0=1;var e=Qh().Options,r=ad().Output,n=od().InputScanner,a=ld().Directives,o=new a(/\/\*/,/\*\//),s=/\r\n|[\r\n]/,c=/\r\n|[\r\n]/g,d=/\s/,f=/(?:\s|\n)+/g,p=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,h=/\/\/(?:[^\n\r\u2028\u2029]*)/g;function g(_,k){this._source_text=_||"",this._options=new e(k),this._ch=null,this._input=null,this.NESTED_AT_RULE={page:!0,"font-face":!0,keyframes:!0,media:!0,supports:!0,document:!0},this.CONDITIONAL_GROUP_RULE={media:!0,supports:!0,document:!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]}return g.prototype.eatString=function(_){var k="";for(this._ch=this._input.next();this._ch;){if(k+=this._ch,this._ch==="\\")k+=this._input.next();else if(_.indexOf(this._ch)!==-1||this._ch===`
65
+ `)break;this._ch=this._input.next()}return k},g.prototype.eatWhitespace=function(_){for(var k=d.test(this._input.peek()),$=0;d.test(this._input.peek());)this._ch=this._input.next(),_&&this._ch===`
66
+ `&&($===0||$<this._options.max_preserve_newlines)&&($++,this._output.add_new_line(!0));return k},g.prototype.foundNestedPseudoClass=function(){for(var _=0,k=1,$=this._input.peek(k);$;){if($==="{")return!0;if($==="(")_+=1;else if($===")"){if(_===0)return!1;_-=1}else if($===";"||$==="}")return!1;k++,$=this._input.peek(k)}return!1},g.prototype.print_string=function(_){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(_)},g.prototype.preserveSingleSpace=function(_){_&&(this._output.space_before_token=!0)},g.prototype.indent=function(){this._indentLevel++},g.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},g.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var _=this._source_text,k=this._options.eol;k==="auto"&&(k=`
67
+ `,_&&s.test(_||"")&&(k=_.match(s)[0])),_=_.replace(c,`
68
+ `);var $=_.match(/^[\t ]*/)[0];this._output=new r(this._options,$),this._input=new n(_),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var M=0,x=!1,b=!1,E=!1,V=!1,I=!1,U=this._ch,S=!1,N,O,A;N=this._input.read(f),O=N!=="",A=U,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),U=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var y=this._input.read(p),P=o.get_directives(y);P&&P.ignore==="start"&&(y+=o.readIgnored(this._input)),this.print_string(y),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(h)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(O),this.print_string(this._ch);var j=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);j.match(/[ :]$/)&&(j=this.eatString(": ").replace(/\s$/,""),this.print_string(j),this._output.space_before_token=!0),j=j.replace(/\s$/,""),M===0&&j.indexOf(":")!==-1&&(b=!0,this.indent())}else if(this._ch==="@")if(this.preserveSingleSpace(O),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var oe=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);oe.match(/[ :]$/)&&(oe=this.eatString(": ").replace(/\s$/,""),this.print_string(oe),this._output.space_before_token=!0),oe=oe.replace(/\s$/,""),M===0&&oe.indexOf(":")!==-1?(b=!0,this.indent()):oe in this.NESTED_AT_RULE?(this._nestedLevel+=1,oe in this.CONDITIONAL_GROUP_RULE&&(E=!0)):M===0&&!b&&(V=!0)}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(O),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{")b&&(b=!1,this.outdent()),V=!1,E?(E=!1,x=this._indentLevel>=this._nestedLevel):x=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&x&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(A==="("?this._output.space_before_token=!1:A!==","&&this.indent(),this.print_string(this._ch)),this.eatWhitespace(!0),this._output.add_new_line();else if(this._ch==="}")this.outdent(),this._output.add_new_line(),A==="{"&&this._output.trim(!0),b&&(this.outdent(),b=!1),this.print_string(this._ch),x=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0),this._input.peek()===")"&&(this._output.trim(!0),this._options.brace_style==="expand"&&this._output.add_new_line(!0));else if(this._ch===":"){for(var H=0;H<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;H++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[H])){S=!0;break}(x||E)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!V&&M===0?(this.print_string(":"),b||(b=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent())):(this._input.lookBack(" ")&&(this._output.space_before_token=!0),this._input.peek()===":"?(this._ch=this._input.next(),this.print_string("::")):this.print_string(":"))}else if(this._ch==='"'||this._ch==="'"){var X=A==='"'||A==="'";this.preserveSingleSpace(X||O),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")S=!1,M===0?(b&&(this.outdent(),b=!1),V=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),M++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),M&&(M--,this.outdent()));else{var Y=!1;this._input.lookBack("with")&&(Y=!0),this.preserveSingleSpace(O||Y),this.print_string(this._ch),b&&A==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),I=!0):(this.eatWhitespace(),M++,this.indent())}else if(this._ch===")")M&&(M--,this.outdent()),I&&this._input.peek()===";"&&this._options.selector_separator_newline&&(I=!1,this.outdent(),this._output.add_new_line()),this.print_string(this._ch);else if(this._ch===",")this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&(!b||I)&&M===0&&!V?this._output.add_new_line():this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!b&&M===0)this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&d.test(this._ch)&&(this._ch=""));else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(O),this.print_string(this._ch);else if(this._ch==="=")this.eatWhitespace(),this.print_string("="),d.test(this._ch)&&(this._ch="");else if(this._ch==="!"&&!this._input.lookBack("\\"))this._output.space_before_token=!0,this.print_string(this._ch);else{var re=A==='"'||A==="'";this.preserveSingleSpace(re||O),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
69
+ `&&S&&this._output.add_new_line()}var fe=this._output.get_code(k);return fe},Hs.Beautifier=g,Hs}var h0;function Mx(){if(h0)return No.exports;h0=1;var e=Tx().Beautifier,r=Qh().Options;function n(a,o){var s=new e(a,o);return s.beautify()}return No.exports=n,No.exports.defaultOptions=function(){return new r},No.exports}var To={exports:{}},zs={},Ws={},m0;function qh(){if(m0)return Ws;m0=1;var e=id().Options;function r(n){e.call(this,n,"html"),this.templating.length===1&&this.templating[0]==="auto"&&(this.templating=["django","erb","handlebars","php"]),this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])}return r.prototype=new e,Ws.Options=r,Ws}var Mo={},v0;function g0(){if(v0)return Mo;v0=1;var e=Jo().Tokenizer,r=Jo().TOKEN,n=ld().Directives,a=Xh().TemplatablePattern,o=rl().Pattern,s={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:r.START,RAW:r.RAW,EOF:r.EOF},c=new n(/<\!--/,/-->/),d=function(f,p){e.call(this,f,p),this._current_tag_name="";var h=new a(this._input).read_options(this._options),g=new o(this._input);if(this.__patterns={word:h.until(/[\n\r\t <]/),single_quote:h.until_after(/'/),double_quote:h.until_after(/"/),attribute:h.until(/[\n\r\t =>]|\/>/),element_name:h.until(/[\n\r\t >\/]/),handlebars_comment:g.starting_with(/{{!--/).until_after(/--}}/),handlebars:g.starting_with(/{{/).until_after(/}}/),handlebars_open:g.until(/[\n\r\t }]/),handlebars_raw_close:g.until(/}}/),comment:g.starting_with(/<!--/).until_after(/-->/),cdata:g.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:g.starting_with(/<!\[/).until_after(/]>/),processing:g.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var _=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=g.matching(_).until_after(_)}};return d.prototype=new e,d.prototype._is_comment=function(f){return!1},d.prototype._is_opening=function(f){return f.type===s.TAG_OPEN},d.prototype._is_closing=function(f,p){return f.type===s.TAG_CLOSE&&p&&((f.text===">"||f.text==="/>")&&p.text[0]==="<"||f.text==="}}"&&p.text[0]==="{"&&p.text[1]==="{")},d.prototype._reset=function(){this._current_tag_name=""},d.prototype._get_next_token=function(f,p){var h=null;this._readWhitespace();var g=this._input.peek();return g===null?this._create_token(s.EOF,""):(h=h||this._read_open_handlebars(g,p),h=h||this._read_attribute(g,f,p),h=h||this._read_close(g,p),h=h||this._read_raw_content(g,f,p),h=h||this._read_content_word(g),h=h||this._read_comment_or_cdata(g),h=h||this._read_processing(g),h=h||this._read_open(g,p),h=h||this._create_token(s.UNKNOWN,this._input.next()),h)},d.prototype._read_comment_or_cdata=function(f){var p=null,h=null,g=null;if(f==="<"){var _=this._input.peek(1);_==="!"&&(h=this.__patterns.comment.read(),h?(g=c.get_directives(h),g&&g.ignore==="start"&&(h+=c.readIgnored(this._input))):h=this.__patterns.cdata.read()),h&&(p=this._create_token(s.COMMENT,h),p.directives=g)}return p},d.prototype._read_processing=function(f){var p=null,h=null,g=null;if(f==="<"){var _=this._input.peek(1);(_==="!"||_==="?")&&(h=this.__patterns.conditional_comment.read(),h=h||this.__patterns.processing.read()),h&&(p=this._create_token(s.COMMENT,h),p.directives=g)}return p},d.prototype._read_open=function(f,p){var h=null,g=null;return p||f==="<"&&(h=this._input.next(),this._input.peek()==="/"&&(h+=this._input.next()),h+=this.__patterns.element_name.read(),g=this._create_token(s.TAG_OPEN,h)),g},d.prototype._read_open_handlebars=function(f,p){var h=null,g=null;return p||this._options.indent_handlebars&&f==="{"&&this._input.peek(1)==="{"&&(this._input.peek(2)==="!"?(h=this.__patterns.handlebars_comment.read(),h=h||this.__patterns.handlebars.read(),g=this._create_token(s.COMMENT,h)):(h=this.__patterns.handlebars_open.read(),g=this._create_token(s.TAG_OPEN,h))),g},d.prototype._read_close=function(f,p){var h=null,g=null;return p&&(p.text[0]==="<"&&(f===">"||f==="/"&&this._input.peek(1)===">")?(h=this._input.next(),f==="/"&&(h+=this._input.next()),g=this._create_token(s.TAG_CLOSE,h)):p.text[0]==="{"&&f==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),g=this._create_token(s.TAG_CLOSE,"}}"))),g},d.prototype._read_attribute=function(f,p,h){var g=null,_="";if(h&&h.text[0]==="<")if(f==="=")g=this._create_token(s.EQUALS,this._input.next());else if(f==='"'||f==="'"){var k=this._input.next();f==='"'?k+=this.__patterns.double_quote.read():k+=this.__patterns.single_quote.read(),g=this._create_token(s.VALUE,k)}else _=this.__patterns.attribute.read(),_&&(p.type===s.EQUALS?g=this._create_token(s.VALUE,_):g=this._create_token(s.ATTRIBUTE,_));return g},d.prototype._is_content_unformatted=function(f){return this._options.void_elements.indexOf(f)===-1&&(this._options.content_unformatted.indexOf(f)!==-1||this._options.unformatted.indexOf(f)!==-1)},d.prototype._read_raw_content=function(f,p,h){var g="";if(h&&h.text[0]==="{")g=this.__patterns.handlebars_raw_close.read();else if(p.type===s.TAG_CLOSE&&p.opened.text[0]==="<"&&p.text[0]!=="/"){var _=p.opened.text.substr(1).toLowerCase();if(_==="script"||_==="style"){var k=this._read_comment_or_cdata(f);if(k)return k.type=s.TEXT,k;g=this._input.readUntil(new RegExp("</"+_+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(_)&&(g=this._input.readUntil(new RegExp("</"+_+"[\\n\\r\\t ]*?>","ig")))}return g?this._create_token(s.TEXT,g):null},d.prototype._read_content_word=function(f){var p="";if(this._options.unformatted_content_delimiter&&f===this._options.unformatted_content_delimiter[0]&&(p=this.__patterns.unformatted_content_delimiter.read()),p||(p=this.__patterns.word.read()),p)return this._create_token(s.TEXT,p)},Mo.Tokenizer=d,Mo.TOKEN=s,Mo}var y0;function Dx(){if(y0)return zs;y0=1;var e=qh().Options,r=ad().Output,n=g0().Tokenizer,a=g0().TOKEN,o=/\r\n|[\r\n]/,s=/\r\n|[\r\n]/g,c=function(x,b){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=x.max_preserve_newlines,this.preserve_newlines=x.preserve_newlines,this._output=new r(x,b)};c.prototype.current_line_has_match=function(x){return this._output.current_line.has_match(x)},c.prototype.set_space_before_token=function(x,b){this._output.space_before_token=x,this._output.non_breaking_space=b},c.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()},c.prototype.add_raw_token=function(x){this._output.add_raw_token(x)},c.prototype.print_preserved_newlines=function(x){var b=0;x.type!==a.TEXT&&x.previous.type!==a.TEXT&&(b=x.newlines?1:0),this.preserve_newlines&&(b=x.newlines<this.max_preserve_newlines+1?x.newlines:this.max_preserve_newlines+1);for(var E=0;E<b;E++)this.print_newline(E>0);return b!==0},c.prototype.traverse_whitespace=function(x){return x.whitespace_before||x.newlines?(this.print_preserved_newlines(x)||(this._output.space_before_token=!0),!0):!1},c.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},c.prototype.print_newline=function(x){this._output.add_new_line(x)},c.prototype.print_token=function(x){x.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(x.text))},c.prototype.indent=function(){this.indent_level++},c.prototype.get_full_indent=function(x){return x=this.indent_level+(x||0),x<1?"":this._output.get_indent_string(x)};var d=function(x){for(var b=null,E=x.next;E.type!==a.EOF&&x.closed!==E;){if(E.type===a.ATTRIBUTE&&E.text==="type"){E.next&&E.next.type===a.EQUALS&&E.next.next&&E.next.next.type===a.VALUE&&(b=E.next.next.text);break}E=E.next}return b},f=function(x,b){var E=null,V=null;return b.closed?(x==="script"?E="text/javascript":x==="style"&&(E="text/css"),E=d(b)||E,E.search("text/css")>-1?V="css":E.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?V="javascript":E.search(/(text|application|dojo)\/(x-)?(html)/)>-1?V="html":E.search(/test\/null/)>-1&&(V="null"),V):null};function p(x,b){return b.indexOf(x)!==-1}function h(x,b,E){this.parent=x||null,this.tag=b?b.tag_name:"",this.indent_level=E||0,this.parser_token=b||null}function g(x){this._printer=x,this._current_frame=null}g.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},g.prototype.record_tag=function(x){var b=new h(this._current_frame,x,this._printer.indent_level);this._current_frame=b},g.prototype._try_pop_frame=function(x){var b=null;return x&&(b=x.parser_token,this._printer.indent_level=x.indent_level,this._current_frame=x.parent),b},g.prototype._get_frame=function(x,b){for(var E=this._current_frame;E&&x.indexOf(E.tag)===-1;){if(b&&b.indexOf(E.tag)!==-1){E=null;break}E=E.parent}return E},g.prototype.try_pop=function(x,b){var E=this._get_frame([x],b);return this._try_pop_frame(E)},g.prototype.indent_to_tag=function(x){var b=this._get_frame(x);b&&(this._printer.indent_level=b.indent_level)};function _(x,b,E,V){this._source_text=x||"",b=b||{},this._js_beautify=E,this._css_beautify=V,this._tag_stack=null;var I=new e(b,"html");this._options=I,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,5)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,8)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}_.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var x=this._source_text,b=this._options.eol;this._options.eol==="auto"&&(b=`
70
+ `,x&&o.test(x)&&(b=x.match(o)[0])),x=x.replace(s,`
71
+ `);var E=x.match(/^[\t ]*/)[0],V={text:"",type:""},I=new k,U=new c(this._options,E),S=new n(x,this._options).tokenize();this._tag_stack=new g(U);for(var N=null,O=S.next();O.type!==a.EOF;)O.type===a.TAG_OPEN||O.type===a.COMMENT?(N=this._handle_tag_open(U,O,I,V,S),I=N):O.type===a.ATTRIBUTE||O.type===a.EQUALS||O.type===a.VALUE||O.type===a.TEXT&&!I.tag_complete?N=this._handle_inside_tag(U,O,I,V):O.type===a.TAG_CLOSE?N=this._handle_tag_close(U,O,I):O.type===a.TEXT?N=this._handle_text(U,O,I):U.add_raw_token(O),V=N,O=S.next();var A=U._output.get_code(b);return A},_.prototype._handle_tag_close=function(x,b,E){var V={text:b.text,type:b.type};return x.alignment_size=0,E.tag_complete=!0,x.set_space_before_token(b.newlines||b.whitespace_before!=="",!0),E.is_unformatted?x.add_raw_token(b):(E.tag_start_char==="<"&&(x.set_space_before_token(b.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&E.has_wrapped_attrs&&x.print_newline(!1)),x.print_token(b)),E.indent_content&&!(E.is_unformatted||E.is_content_unformatted)&&(x.indent(),E.indent_content=!1),!E.is_inline_element&&!(E.is_unformatted||E.is_content_unformatted)&&x.set_wrap_point(),V},_.prototype._handle_inside_tag=function(x,b,E,V){var I=E.has_wrapped_attrs,U={text:b.text,type:b.type};return x.set_space_before_token(b.newlines||b.whitespace_before!=="",!0),E.is_unformatted?x.add_raw_token(b):E.tag_start_char==="{"&&b.type===a.TEXT?x.print_preserved_newlines(b)?(b.newlines=0,x.add_raw_token(b)):x.print_token(b):(b.type===a.ATTRIBUTE?x.set_space_before_token(!0):(b.type===a.EQUALS||b.type===a.VALUE&&b.previous.type===a.EQUALS)&&x.set_space_before_token(!1),b.type===a.ATTRIBUTE&&E.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(x.traverse_whitespace(b),I=I||b.newlines!==0),this._is_wrap_attributes_force&&E.attr_count>=this._options.wrap_attributes_min_attrs&&(V.type!==a.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(x.print_newline(!1),I=!0)),x.print_token(b),I=I||x.previous_token_wrapped(),E.has_wrapped_attrs=I),U},_.prototype._handle_text=function(x,b,E){var V={text:b.text,type:"TK_CONTENT"};return E.custom_beautifier_name?this._print_custom_beatifier_text(x,b,E):E.is_unformatted||E.is_content_unformatted?x.add_raw_token(b):(x.traverse_whitespace(b),x.print_token(b)),V},_.prototype._print_custom_beatifier_text=function(x,b,E){var V=this;if(b.text!==""){var I=b.text,U,S=1,N="",O="";E.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?U=this._js_beautify:E.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?U=this._css_beautify:E.custom_beautifier_name==="html"&&(U=function(H,X){var Y=new _(H,X,V._js_beautify,V._css_beautify);return Y.beautify()}),this._options.indent_scripts==="keep"?S=0:this._options.indent_scripts==="separate"&&(S=-x.indent_level);var A=x.get_full_indent(S);if(I=I.replace(/\n[ \t]*$/,""),E.custom_beautifier_name!=="html"&&I[0]==="<"&&I.match(/^(<!--|<!\[CDATA\[)/)){var y=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(I);if(!y){x.add_raw_token(b);return}N=A+y[1]+`
72
+ `,I=y[4],y[5]&&(O=A+y[5]),I=I.replace(/\n[ \t]*$/,""),(y[2]||y[3].indexOf(`
73
+ `)!==-1)&&(y=y[3].match(/[ \t]+$/),y&&(b.whitespace_before=y[0]))}if(I)if(U){var P=function(){this.eol=`
74
+ `};P.prototype=this._options.raw_options;var j=new P;I=U(A+I,j)}else{var oe=b.whitespace_before;oe&&(I=I.replace(new RegExp(`
75
+ (`+oe+")?","g"),`
76
+ `)),I=A+I.replace(/\n/g,`
77
+ `+A)}N&&(I?I=N+I+`
78
+ `+O:I=N+O),x.print_newline(!1),I&&(b.text=I,b.whitespace_before="",b.newlines=0,x.add_raw_token(b),x.print_newline(!0))}},_.prototype._handle_tag_open=function(x,b,E,V,I){var U=this._get_tag_open_token(b);if((E.is_unformatted||E.is_content_unformatted)&&!E.is_empty_element&&b.type===a.TAG_OPEN&&!U.is_start_tag?(x.add_raw_token(b),U.start_tag_token=this._tag_stack.try_pop(U.tag_name)):(x.traverse_whitespace(b),this._set_tag_position(x,b,U,E,V),U.is_inline_element||x.set_wrap_point(),x.print_token(b)),U.is_start_tag&&this._is_wrap_attributes_force){var S=0,N;do N=I.peek(S),N.type===a.ATTRIBUTE&&(U.attr_count+=1),S+=1;while(N.type!==a.EOF&&N.type!==a.TAG_CLOSE)}return(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(U.alignment_size=b.text.length+1),!U.tag_complete&&!U.is_unformatted&&(x.alignment_size=U.alignment_size),U};var k=function(x,b){if(this.parent=x||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!b)this.tag_complete=!0;else{var E;this.tag_start_char=b.text[0],this.text=b.text,this.tag_start_char==="<"?(E=b.text.match(/^<([^\s>]*)/),this.tag_check=E?E[1]:""):(E=b.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=E?E[1]:"",(b.text.startsWith("{{#>")||b.text.startsWith("{{~#>"))&&this.tag_check[0]===">"&&(this.tag_check===">"&&b.next!==null?this.tag_check=b.next.text.split(" ")[0]:this.tag_check=b.text.split(">")[1])),this.tag_check=this.tag_check.toLowerCase(),b.type===a.COMMENT&&(this.tag_complete=!0),this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||b.closed&&b.closed.text==="/>";var V=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(V=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(V)))}};_.prototype._get_tag_open_token=function(x){var b=new k(this._tag_stack.get_parser_token(),x);return b.alignment_size=this._options.wrap_attributes_indent_size,b.is_end_tag=b.is_end_tag||p(b.tag_check,this._options.void_elements),b.is_empty_element=b.tag_complete||b.is_start_tag&&b.is_end_tag,b.is_unformatted=!b.tag_complete&&p(b.tag_check,this._options.unformatted),b.is_content_unformatted=!b.is_empty_element&&p(b.tag_check,this._options.content_unformatted),b.is_inline_element=p(b.tag_name,this._options.inline)||this._options.inline_custom_elements&&b.tag_name.includes("-")||b.tag_start_char==="{",b},_.prototype._set_tag_position=function(x,b,E,V,I){if(E.is_empty_element||(E.is_end_tag?E.start_tag_token=this._tag_stack.try_pop(E.tag_name):(this._do_optional_end_element(E)&&(E.is_inline_element||x.print_newline(!1)),this._tag_stack.record_tag(E),(E.tag_name==="script"||E.tag_name==="style")&&!(E.is_unformatted||E.is_content_unformatted)&&(E.custom_beautifier_name=f(E.tag_check,b)))),p(E.tag_check,this._options.extra_liners)&&(x.print_newline(!1),x._output.just_added_blankline()||x.print_newline(!0)),E.is_empty_element){if(E.tag_start_char==="{"&&E.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),E.indent_content=!0;var U=x.current_line_has_match(/{{#if/);U||x.print_newline(!1)}E.tag_name==="!--"&&I.type===a.TAG_CLOSE&&V.is_end_tag&&E.text.indexOf(`
79
+ `)===-1||(E.is_inline_element||E.is_unformatted||x.print_newline(!1),this._calcluate_parent_multiline(x,E))}else if(E.is_end_tag){var S=!1;S=E.start_tag_token&&E.start_tag_token.multiline_content,S=S||!E.is_inline_element&&!(V.is_inline_element||V.is_unformatted)&&!(I.type===a.TAG_CLOSE&&E.start_tag_token===V)&&I.type!=="TK_CONTENT",(E.is_content_unformatted||E.is_unformatted)&&(S=!1),S&&x.print_newline(!1)}else E.indent_content=!E.custom_beautifier_name,E.tag_start_char==="<"&&(E.tag_name==="html"?E.indent_content=this._options.indent_inner_html:E.tag_name==="head"?E.indent_content=this._options.indent_head_inner_html:E.tag_name==="body"&&(E.indent_content=this._options.indent_body_inner_html)),!(E.is_inline_element||E.is_unformatted)&&(I.type!=="TK_CONTENT"||E.is_content_unformatted)&&x.print_newline(!1),this._calcluate_parent_multiline(x,E)},_.prototype._calcluate_parent_multiline=function(x,b){b.parent&&x._output.just_added_newline()&&!((b.is_inline_element||b.is_unformatted)&&b.parent.is_inline_element)&&(b.parent.multiline_content=!0)};var $=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],M=["a","audio","del","ins","map","noscript","video"];return _.prototype._do_optional_end_element=function(x){var b=null;if(!(x.is_empty_element||!x.is_start_tag||!x.parent)){if(x.tag_name==="body")b=b||this._tag_stack.try_pop("head");else if(x.tag_name==="li")b=b||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(x.tag_name==="dd"||x.tag_name==="dt")b=b||this._tag_stack.try_pop("dt",["dl"]),b=b||this._tag_stack.try_pop("dd",["dl"]);else if(x.parent.tag_name==="p"&&$.indexOf(x.tag_name)!==-1){var E=x.parent.parent;(!E||M.indexOf(E.tag_name)===-1)&&(b=b||this._tag_stack.try_pop("p"))}else x.tag_name==="rp"||x.tag_name==="rt"?(b=b||this._tag_stack.try_pop("rt",["ruby","rtc"]),b=b||this._tag_stack.try_pop("rp",["ruby","rtc"])):x.tag_name==="optgroup"?b=b||this._tag_stack.try_pop("optgroup",["select"]):x.tag_name==="option"?b=b||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):x.tag_name==="colgroup"?b=b||this._tag_stack.try_pop("caption",["table"]):x.tag_name==="thead"?(b=b||this._tag_stack.try_pop("caption",["table"]),b=b||this._tag_stack.try_pop("colgroup",["table"])):x.tag_name==="tbody"||x.tag_name==="tfoot"?(b=b||this._tag_stack.try_pop("caption",["table"]),b=b||this._tag_stack.try_pop("colgroup",["table"]),b=b||this._tag_stack.try_pop("thead",["table"]),b=b||this._tag_stack.try_pop("tbody",["table"])):x.tag_name==="tr"?(b=b||this._tag_stack.try_pop("caption",["table"]),b=b||this._tag_stack.try_pop("colgroup",["table"]),b=b||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(x.tag_name==="th"||x.tag_name==="td")&&(b=b||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),b=b||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return x.parent=this._tag_stack.get_parser_token(),b}},zs.Beautifier=_,zs}var b0;function Rx(){if(b0)return To.exports;b0=1;var e=Dx().Beautifier,r=qh().Options;function n(a,o,s,c){var d=new e(a,o,s,c);return d.beautify()}return To.exports=n,To.exports.defaultOptions=function(){return new r},To.exports}var _0;function Ax(){if(_0)return pi;_0=1;var e=Nx(),r=Mx(),n=Rx();function a(o,s,c,d){return c=c||e,d=d||r,n(o,s,c,d)}return a.defaultOptions=n.defaultOptions,pi.js=e,pi.css=r,pi.html=a,pi}(function(e){function r(n,a,o){var s=function(c,d){return n.js_beautify(c,d)};return s.js=n.js_beautify,s.css=a.css_beautify,s.html=o.html_beautify,s.js_beautify=n.js_beautify,s.css_beautify=a.css_beautify,s.html_beautify=o.html_beautify,s}(function(n){var a=Ax();a.js_beautify=a.js,a.css_beautify=a.css,a.html_beautify=a.html,n.exports=r(a,a,a)})(e)})(jh);var Px=jh.exports,Lx=Bx(Px),Jh=function(){function e(r){var n=this;this.isDisabled=function(){var a=["BUTTON","COMMAND","FIELDSET","KEYGEN","OPTGROUP","OPTION","SELECT","TEXTAREA","INPUT"],o=n.attributes().disabled!==void 0,s=fi(n.element)&&a.includes(n.element.tagName);return o&&s},this.wrapperElement=r}return Object.defineProperty(e.prototype,"element",{get:function(){return this.wrapperElement},enumerable:!1,configurable:!0}),e.prototype.findAllDOMElements=function(r){var n=this.getRootNodes().filter(fi);if(n.length===0)return[];var a=Mh([],n.filter(function(o){return o.matches(r)}));return n.forEach(function(o){a.push.apply(a,Array.from(o.querySelectorAll(r)))}),a},e.prototype.find=function(r){if(typeof r=="object"&&"ref"in r){var n=this.getCurrentComponent();if(!n)return xr("DOMWrapper");var a=n.refs[r.ref];return Array.isArray(a)&&(a=a.length?a[0]:void 0),a instanceof Node?Si(a):xr("DOMWrapper")}var o=this.findAll(r);return o.length>0?o[0]:xr("DOMWrapper")},e.prototype.findComponent=function(r){var n=this.getCurrentComponent();if(!n)return xr("VueWrapper");if(typeof r=="object"&&"ref"in r){var a=n.refs[r.ref];return Array.isArray(a)&&(a=a.length?a[0]:void 0),a&&!(a instanceof HTMLElement)?Vs(null,a):xr("VueWrapper")}if(Uh(n.vnode,r)&&this.element.contains(n.vnode.el))return Vs(null,n.subTree.component?n.subTree.component.proxy:n.proxy);var o=this.findAllComponents(r)[0];return o??xr("VueWrapper")},e.prototype.findAllComponents=function(r){var n=this.getCurrentComponent();if(!n)return[];var a=Ex(n.subTree,r);return a.map(function(o){return o.proxy?Vs(null,o.proxy):Si(o.vnode.el)})},e.prototype.html=function(r){var n=this.getRootNodes().map(function(a){return Sx(a)});return r!=null&&r.raw?n.join(""):n.map(function(a){return Lx.html(a,{unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_size:2,inline_custom_elements:!1})}).join(`
80
+ `)},e.prototype.classes=function(r){var n=fi(this.element)?Array.from(this.element.classList):[];return r?n.includes(r):n},e.prototype.attributes=function(r){var n={};if(fi(this.element))for(var a=Array.from(this.element.attributes),o=0,s=a;o<s.length;o++){var c=s[o];n[c.localName]=c.value}return r?n[r]:n},e.prototype.text=function(){return this.getRootNodes().map(ax).join("")},e.prototype.exists=function(){return!0},e.prototype.get=function(r){var n=this.find(r);if(n.exists())return n;throw new Error("Unable to get ".concat(r," within: ").concat(this.html()))},e.prototype.getComponent=function(r){var n=this.findComponent(r);if(n.exists())return n;var a="Unable to get ";throw typeof r=="string"?a+="component with selector ".concat(r):"name"in r?a+="component with name ".concat(r.name):"ref"in r?a+="component with ref ".concat(r.ref):a+="specified component",a+=" within: ".concat(this.html()),new Error(a)},e.prototype.isVisible=function(){return fi(this.element)&&zh(this.element)},e.prototype.trigger=function(r,n){return td(this,void 0,void 0,function(){var a;return nd(this,function(o){if(n&&n.target)throw Error("[vue-test-utils]: you cannot set the target value of an event. See the notes section of the docs for more details—https://vue-test-utils.vuejs.org/api/wrapper/trigger.html");return this.element&&!this.isDisabled()&&(a=vx(r,n),a._vts=Date.now()+1,this.element.dispatchEvent(a)),[2,t.nextTick()]})})},e}(),Fx=function(e){Th(r,e);function r(n){var a=this;return n?(a=e.call(this,n)||this,Dh.plugins.DOMWrapper.extend(a),a):xr("DOMWrapper")}return r.prototype.getRootNodes=function(){return[this.wrapperElement]},r.prototype.getCurrentComponent=function(){for(var n,a=this.element.__vueParentComponent;((n=a==null?void 0:a.parent)===null||n===void 0?void 0:n.vnode.el)===this.element;)a=a.parent;return a},r.prototype.find=function(n){var a=e.prototype.find.call(this,n);return a.exists()&&lx(n)?this.element.contains(a.element)?a:xr("DOMWrapper"):a},r.prototype.findAll=function(n){return this.wrapperElement instanceof Element?Array.from(this.wrapperElement.querySelectorAll(n),Si):[]},r.prototype.findAllComponents=function(n){var a=this,o=e.prototype.findAllComponents.call(this,n);return o.filter(function(s){return a.element.contains(s.element)})},r.prototype.setChecked=function(){return td(this,arguments,void 0,function(n){var a,o;return n===void 0&&(n=!0),nd(this,function(s){if(a=this.element,o=this.attributes().type,o==="radio"&&!n)throw Error(`wrapper.setChecked() cannot be called with parameter false on a '<input type="radio" /> element.`);return n===a.checked?[2]:(a.checked=n,this.trigger("input"),[2,this.trigger("change")])})})},r.prototype.setValue=function(n){var a=this.element,o=a.tagName,s=this.attributes().type;if(o==="OPTION")return this.setSelected(),Promise.resolve();if(o==="INPUT"&&s==="checkbox")return this.setChecked(n);if(o==="INPUT"&&s==="radio")return this.setChecked(n);if(o==="SELECT"){if(Array.isArray(n))for(var c=a,d=0;d<c.options.length;d++){var f=c.options[d];f.selected=n.includes(f.value)}else a.value=n;return this.trigger("input"),this.trigger("change")}else{if(o==="INPUT"||o==="TEXTAREA")return a.value=n,this.trigger("input"),this.trigger("change");throw Error("wrapper.setValue() cannot be called on ".concat(o))}},r.prototype.setSelected=function(){var n=this.element;if(!n.selected){n.selected=!0;var a=n.parentElement;a.tagName==="OPTGROUP"&&(a=a.parentElement);var o=new r(a);return o.trigger("input"),o.trigger("change")}},r}(Jh);Wh(Pa.DOMWrapper,function(e){return new Fx(e)});function zo(e){if(e.shapeFlag&1)return[e.el];if(e.shapeFlag&6){var r=e.component.subTree;return zo(r)}else{if(e.shapeFlag&128)return zo(e.suspense.activeBranch);if(e.shapeFlag&72){var n=[e.el];if(e.anchor)for(var a=n[0].nextSibling;a&&a.previousSibling!==e.anchor;)n.push(a),a=a.nextSibling;return n}else if(e.shapeFlag&16){var o=e.children.flat();return o.flatMap(function(s){return zo(s)}).filter(ox)}}return[]}var Jr={};function Hx(e,r){var n=e.$.uid,a=Jr[n]||{};return r?a?a[r]:void 0:a}var Ux=function(e,r,n){for(var a=e;typeof(a==null?void 0:a.type)=="function";)a=a.parent;var o=a.uid;o in Jr||(Jr[o]={}),r in Jr[o]||(Jr[o][r]=[]),Jr[o][r].push(n)},zx=function(e){var r=e.$.uid;delete Jr[r]};function Wx(e,r){return new Proxy(e,{get:function(n,a,o){return n.$.exposed&&n.$.exposeProxy&&a in n.$.exposeProxy?Reflect.get(n.$.exposeProxy,a,o):a in r?Reflect.get(r,a,o):a in n.$.appContext.config.globalProperties?Reflect.get(n.$.appContext.config.globalProperties,a,o):n.$.ctx[a]},set:function(n,a,o,s){return a in r?Reflect.set(r,a,o,s):Reflect.set(n,a,o,s)},has:function(n,a){return Reflect.has(r,a)||Reflect.has(n,a)},defineProperty:function(n,a,o){return a in r?Reflect.defineProperty(r,a,o):Reflect.defineProperty(n,a,o)},getOwnPropertyDescriptor:function(n,a){return a in r?Reflect.getOwnPropertyDescriptor(r,a):Reflect.getOwnPropertyDescriptor(n,a)},deleteProperty:function(n,a){return a in r?Reflect.deleteProperty(r,a):Reflect.deleteProperty(n,a)}})}var jx=function(e){Th(r,e);function r(n,a,o){var s=e.call(this,a==null?void 0:a.$el)||this;return s.cleanUpCallbacks=[],s.__app=n,s.rootVM=a==null?void 0:a.$root,sx(a)?s.componentVM=Wx(a,a.$.setupState):s.componentVM=a,s.__setProps=o,s.attachNativeEventListener(),Dh.plugins.VueWrapper.extend(s),s}return Object.defineProperty(r.prototype,"hasMultipleRoots",{get:function(){var n=function(a){var o;if(a.shapeFlag===16)return!0;if(a.shapeFlag&4||a.shapeFlag&2){if(!((o=a.component)===null||o===void 0)&&o.subTree)return n(a.component.subTree);if(a.shapeFlag&16)return!0}return!1};return n(this.vm.$.subTree)},enumerable:!1,configurable:!0}),r.prototype.getRootNodes=function(){return zo(this.vm.$.vnode)},Object.defineProperty(r.prototype,"parentElement",{get:function(){return this.vm.$el.parentElement},enumerable:!1,configurable:!0}),r.prototype.getCurrentComponent=function(){return this.vm.$},r.prototype.exists=function(){return!this.getCurrentComponent().isUnmounted},r.prototype.findAll=function(n){return this.findAllDOMElements(n).map(Si)},r.prototype.attachNativeEventListener=function(){var n=this.vm;if(n){var a=n.$options.emits?Array.isArray(n.$options.emits)?n.$options.emits:Object.keys(n.$options.emits):[],o=this.getRootNodes().filter(function(g){return g instanceof Element});if(o.length===1)for(var s=o[0],c=function(g){if(a.includes(g))return"continue";var _=function(){for(var k=[],$=0;$<arguments.length;$++)k[$]=arguments[$];Ux(n.$,g,k)};s.addEventListener(g,_),d.cleanUpCallbacks.push(function(){s.removeEventListener(g,_)})},d=this,f=0,p=Object.keys(Ah);f<p.length;f++){var h=p[f];c(h)}}},Object.defineProperty(r.prototype,"element",{get:function(){return this.hasMultipleRoots?this.parentElement:this.vm.$el},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"vm",{get:function(){return this.componentVM},enumerable:!1,configurable:!0}),r.prototype.props=function(n){var a=this.componentVM.$props;return n?a[n]:a},r.prototype.emitted=function(n){return Hx(this.vm,n)},r.prototype.isVisible=function(){var n=Si(this.element);return n.isVisible()},r.prototype.setData=function(n){return Rh(this.componentVM.$data,n),t.nextTick()},r.prototype.setProps=function(n){if(this.vm.$parent!==this.rootVM||!this.__setProps)throw Error("You can only use setProps on your mounted component");return this.__setProps(n),t.nextTick()},r.prototype.setValue=function(n,a){var o=a||"modelValue";return this.vm.$emit("update:".concat(o),n),this.vm.$nextTick()},r.prototype.unmount=function(){if(!this.__app)throw new Error("wrapper.unmount() can only be called by the root wrapper");zx(this.vm),this.cleanUpCallbacks.forEach(function(n){return n()}),this.cleanUpCallbacks=[],this.__app.unmount()},r}(Jh);Wh(Pa.VueWrapper,function(e,r,n){return new jx(e,r,n)});var Yx={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"};t.defineComponent({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var e=this,r,n,a=t.computed(function(){return Yx}),o=(n=(r=this.$slots)===null||r===void 0?void 0:r.default)===null||n===void 0?void 0:n.call(r,{route:a,href:t.computed(function(){return a.value.href}),isActive:t.computed(function(){return!1}),isExactActive:t.computed(function(){return!1}),navigate:function(){return td(e,void 0,void 0,function(){return nd(this,function(s){return[2]})})}});return this.custom?o:t.h("a",void 0,o)}});const Zh=e=>e<10?`0${e}`:e,w0=(e,r,n,a,o,s)=>{const c=gu(e,r.slice(0,e.length),new Date,{locale:s});return bi(c)&&dh(c)?a||o?c:it(c,{hours:+n.hours,minutes:+(n==null?void 0:n.minutes),seconds:+(n==null?void 0:n.seconds),milliseconds:0}):null},Kx=(e,r,n,a,o,s)=>{const c=Array.isArray(n)?n[0]:n;if(typeof r=="string")return w0(e,r,c,a,o,s);if(Array.isArray(r)){let d=null;for(const f of r)if(d=w0(e,f,c,a,o,s),d)break;return d}return typeof r=="function"?r(e):null},ge=e=>e?new Date(e):new Date,Gx=(e,r,n)=>{if(r){const o=(e.getMonth()+1).toString().padStart(2,"0"),s=e.getDate().toString().padStart(2,"0"),c=e.getHours().toString().padStart(2,"0"),d=e.getMinutes().toString().padStart(2,"0"),f=n?e.getSeconds().toString().padStart(2,"0"):"00";return`${e.getFullYear()}-${o}-${s}T${c}:${d}:${f}.000Z`}const a=Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds());return new Date(a).toISOString()},Mt=(e,r)=>{const n=ge(JSON.parse(JSON.stringify(e))),a=it(n,{hours:0,minutes:0,seconds:0,milliseconds:0});return r?W8(a):a},$r=(e,r,n,a)=>{let o=e?ge(e):ge();return(r||r===0)&&(o=Dk(o,+r)),(n||n===0)&&(o=Rk(o,+n)),(a||a===0)&&(o=$h(o,+a)),Ch(o,0)},gt=(e,r)=>!e||!r?!1:Da(Mt(e),Mt(r)),Xe=(e,r)=>!e||!r?!1:$a(Mt(e),Mt(r)),kt=(e,r)=>!e||!r?!1:aa(Mt(e),Mt(r)),Bi=(e,r,n)=>e!=null&&e[0]&&e!=null&&e[1]?kt(n,e[0])&&gt(n,e[1]):e!=null&&e[0]&&r?kt(n,e[0])&&gt(n,r)||gt(n,e[0])&&kt(n,r):!1,On=e=>{const r=it(new Date(e),{date:1});return Mt(r)},js=(e,r,n)=>r&&(n||n===0)?Object.fromEntries(["hours","minutes","seconds"].map(a=>a===r?[a,n]:[a,isNaN(+e[a])?void 0:+e[a]])):{hours:isNaN(+e.hours)?void 0:+e.hours,minutes:isNaN(+e.minutes)?void 0:+e.minutes,seconds:isNaN(+e.seconds)?void 0:+e.seconds},na=e=>({hours:sr(e),minutes:Sr(e),seconds:Ma(e)}),e1=(e,r)=>{if(r){const n=Pe(ge(r));if(n>e)return 12;if(n===e)return Ge(ge(r))}},t1=(e,r)=>{if(r){const n=Pe(ge(r));return n<e?-1:n===e?Ge(ge(r)):void 0}},La=e=>{if(e)return Pe(ge(e))},n1=(e,r)=>{const n=kt(e,r)?r:e,a=kt(r,e)?r:e;return fh({start:n,end:a})},Xx=e=>{const r=Vn(e,1);return{month:Ge(r),year:Pe(r)}},rr=(e,r)=>{const n=Nn(e,{weekStartsOn:+r}),a=hh(e,{weekStartsOn:+r});return[n,a]},r1=(e,r)=>{const n={hours:sr(ge()),minutes:Sr(ge()),seconds:r?Ma(ge()):0};return Object.assign(n,e)},Er=(e,r,n)=>[it(ge(e),{date:1}),it(ge(),{month:r,year:n,date:1})],ar=(e,r,n)=>{let a=e?ge(e):ge();return(r||r===0)&&(a=Eh(a,r)),n&&(a=Hn(a,n)),a},a1=(e,r,n,a,o)=>{if(!a||o&&!r||!o&&!n)return!1;const s=o?Vn(e,1):Ra(e,1),c=[Ge(s),Pe(s)];return o?!qx(...c,r):!Qx(...c,n)},Qx=(e,r,n)=>gt(...Er(n,e,r))||Xe(...Er(n,e,r)),qx=(e,r,n)=>kt(...Er(n,e,r))||Xe(...Er(n,e,r)),i1=(e,r,n,a,o,s,c)=>{if(typeof r=="function"&&!c)return r(e);const d=n?{locale:n}:void 0;return Array.isArray(e)?`${Wn(e[0],s,d)}${o&&!e[1]?"":a}${e[1]?Wn(e[1],s,d):""}`:Wn(e,s,d)},Ea=e=>{if(e)return null;throw new Error(Zu.prop("partial-range"))},Do=(e,r)=>{if(r)return e();throw new Error(Zu.prop("range"))},wu=e=>Array.isArray(e)?bi(e[0])&&(e[1]?bi(e[1]):!0):e?bi(e):!1,Jx=(e,r)=>it(r??ge(),{hours:+e.hours||0,minutes:+e.minutes||0,seconds:+e.seconds||0}),Ys=(e,r,n,a)=>{if(!e)return!0;if(a){const o=n==="max"?Da(e,r):aa(e,r),s={seconds:0,milliseconds:0};return o||$a(it(e,s),it(r,s))}return n==="max"?e.getTime()<=r.getTime():e.getTime()>=r.getTime()},Ks=(e,r,n)=>e?Jx(e,r):ge(n??r),k0=(e,r,n,a,o)=>{if(Array.isArray(a)){const c=Ks(e,a[0],r),d=Ks(e,a[1],r);return Ys(a[0],c,n,!!r)&&Ys(a[1],d,n,!!r)&&o}const s=Ks(e,a,r);return Ys(a,s,n,!!r)&&o},Gs=e=>it(ge(),na(e)),Zx=(e,r,n)=>{if(e instanceof Map){const a=`${Zh(n+1)}-${r}`;return e.size?e.has(a):!1}return!1},eE=(e,r,n)=>{if(e instanceof Map){const a=`${Zh(n+1)}-${r}`;return e.size?e.has(a):!0}return!0},o1=(e,r,n)=>typeof e=="function"?e({month:r,year:n}):!!e.months.find(a=>a.month===r&&a.year===n),sd=(e,r)=>typeof e=="function"?e(r):e.years.includes(r),ku=e=>`dp-${Wn(e,"yyyy-MM-dd")}`,x0=(e,r)=>{const n=xh(Mt(r),e),a=bn(Mt(r),e);return{before:n,after:a}},mi=t.reactive({menuFocused:!1,shiftKeyInMenu:!1}),l1=()=>{const e=n=>{mi.menuFocused=n},r=n=>{mi.shiftKeyInMenu!==n&&(mi.shiftKeyInMenu=n)};return{control:t.computed(()=>({shiftKeyInMenu:mi.shiftKeyInMenu,menuFocused:mi.menuFocused})),setMenuFocused:e,setShiftKey:r}},dt=t.reactive({monthYear:[],calendar:[],time:[],actionRow:[],selectionGrid:[],timePicker:{0:[],1:[]},monthPicker:[]}),Xs=t.ref(null),Ro=t.ref(!1),Qs=t.ref(!1),qs=t.ref(!1),Js=t.ref(!1),At=t.ref(0),wt=t.ref(0),Nr=()=>{const e=t.computed(()=>Ro.value?[...dt.selectionGrid,dt.actionRow].filter(g=>g.length):Qs.value?[...dt.timePicker[0],...dt.timePicker[1],Js.value?[]:[Xs.value],dt.actionRow].filter(g=>g.length):qs.value?[...dt.monthPicker,dt.actionRow]:[dt.monthYear,...dt.calendar,dt.time,dt.actionRow].filter(g=>g.length)),r=g=>{At.value=g?At.value+1:At.value-1;let _=null;e.value[wt.value]&&(_=e.value[wt.value][At.value]),!_&&e.value[wt.value+(g?1:-1)]?(wt.value=wt.value+(g?1:-1),At.value=g?0:e.value[wt.value].length-1):_||(At.value=g?At.value-1:At.value+1)},n=g=>{wt.value===0&&!g||wt.value===e.value.length&&g||(wt.value=g?wt.value+1:wt.value-1,e.value[wt.value]?e.value[wt.value]&&!e.value[wt.value][At.value]&&At.value!==0&&(At.value=e.value[wt.value].length-1):wt.value=g?wt.value-1:wt.value+1)},a=g=>{let _=null;e.value[wt.value]&&(_=e.value[wt.value][At.value]),_?_.focus({preventScroll:!Ro.value}):At.value=g?At.value-1:At.value+1},o=()=>{r(!0),a(!0)},s=()=>{r(!1),a(!1)},c=()=>{n(!1),a(!0)},d=()=>{n(!0),a(!0)},f=(g,_)=>{dt[_]=g},p=(g,_)=>{dt[_]=g},h=()=>{At.value=0,wt.value=0};return{buildMatrix:f,buildMultiLevelMatrix:p,setTimePickerBackRef:g=>{Xs.value=g},setSelectionGrid:g=>{Ro.value=g,h(),g||(dt.selectionGrid=[])},setTimePicker:(g,_=!1)=>{Qs.value=g,Js.value=_,h(),g||(dt.timePicker[0]=[],dt.timePicker[1]=[])},setTimePickerElements:(g,_=0)=>{dt.timePicker[_]=g},arrowRight:o,arrowLeft:s,arrowUp:c,arrowDown:d,clearArrowNav:()=>{dt.monthYear=[],dt.calendar=[],dt.time=[],dt.actionRow=[],dt.selectionGrid=[],dt.timePicker[0]=[],dt.timePicker[1]=[],Ro.value=!1,Qs.value=!1,Js.value=!1,qs.value=!1,h(),Xs.value=null},setMonthPicker:g=>{qs.value=g,h()},refSets:dt}},E0=e=>({menuAppearTop:"dp-menu-appear-top",menuAppearBottom:"dp-menu-appear-bottom",open:"dp-slide-down",close:"dp-slide-up",next:"calendar-next",previous:"calendar-prev",vNext:"dp-slide-up",vPrevious:"dp-slide-down",...e??{}}),tE=e=>({toggleOverlay:"Toggle overlay",menu:"Datepicker menu",input:"Datepicker input",openTimePicker:"Open time picker",closeTimePicker:"Close time Picker",incrementValue:r=>`Increment ${r}`,decrementValue:r=>`Decrement ${r}`,openTpOverlay:r=>`Open ${r} overlay`,amPmButton:"Switch AM/PM mode",openYearsOverlay:"Open years overlay",openMonthsOverlay:"Open months overlay",nextMonth:"Next month",prevMonth:"Previous month",nextYear:"Next year",prevYear:"Previous year",day:void 0,weekDay:void 0,clearInput:"Clear value",calendarIcon:"Calendar icon",timePicker:"Time picker",monthPicker:r=>`Month picker${r?" overlay":""}`,yearPicker:r=>`Year picker${r?" overlay":""}`,timeOverlay:r=>`${r} overlay`,...e??{}}),C0=e=>e?typeof e=="boolean"?e?2:0:+e>=2?+e:2:0,nE=e=>{const r=typeof e=="object"&&e,n={static:!0,solo:!1};if(!e)return{...n,count:C0(!1)};const a=r?e:{},o=r?a.count??!0:e,s=C0(o);return Object.assign(n,a,{count:s})},rE=(e,r,n)=>e||(typeof n=="string"?n:r),aE=e=>typeof e=="boolean"?e?E0({}):!1:E0(e),iE=e=>{const r={enterSubmit:!0,tabSubmit:!0,openMenu:"open",selectOnFocus:!1,rangeSeparator:" - ",escClose:!0};return typeof e=="object"?{...r,...e??{},enabled:!0}:{...r,enabled:e}},oE=e=>({months:[],years:[],times:{hours:[],minutes:[],seconds:[]},...e??{}}),lE=e=>({showSelect:!0,showCancel:!0,showNow:!1,showPreview:!0,...e??{}}),sE=e=>{const r={input:!1};return typeof e=="object"?{...r,...e??{},enabled:!0}:{enabled:e,...r}},uE=e=>({allowStopPropagation:!0,closeOnScroll:!1,modeHeight:255,allowPreventDefault:!1,closeOnClearValue:!0,closeOnAutoApply:!0,noSwipe:!1,keepActionRow:!1,onClickOutside:void 0,tabOutClosesMenu:!0,arrowLeft:void 0,keepViewOnOffsetClick:!1,timeArrowHoldThreshold:0,shadowDom:!1,mobileBreakpoint:600,setDateOnMenuClose:!1,...e??{}}),dE=e=>{const r={dates:Array.isArray(e)?e.map(n=>ge(n)):[],years:[],months:[],quarters:[],weeks:[],weekdays:[],options:{highlightDisabled:!1}};return typeof e=="function"?e:{...r,...e??{}}},cE=e=>typeof e=="object"?{type:(e==null?void 0:e.type)??"local",hideOnOffsetDates:(e==null?void 0:e.hideOnOffsetDates)??!1}:{type:e,hideOnOffsetDates:!1},fE=e=>{const r={noDisabledRange:!1,showLastInRange:!0,minMaxRawRange:!1,partialRange:!0,disableTimeRangeValidation:!1,maxRange:void 0,minRange:void 0,autoRange:void 0,fixedStart:!1,fixedEnd:!1};return typeof e=="object"?{enabled:!0,...r,...e}:{enabled:e,...r}},pE=e=>e?typeof e=="string"?{timezone:e,exactMatch:!1,dateInTz:void 0,emitTimezone:void 0,convertModel:!0}:{timezone:e.timezone,exactMatch:e.exactMatch??!1,dateInTz:e.dateInTz??void 0,emitTimezone:e.emitTimezone??void 0,convertModel:e.convertModel??!0}:{timezone:void 0,exactMatch:!1,emitTimezone:void 0},Zs=(e,r,n,a)=>new Map(e.map(o=>{const s=qu(o,r,a);return[ed(s,n),s]})),hE=(e,r)=>e.length?new Map(e.map(n=>{const a=qu(n.date,r);return[ed(a,Ba.DATE),n]})):null,mE=e=>{var r;const n=qk(e.isMonthPicker,e.isYearPicker);return{minDate:yu(e.minDate,e.timezone,e.isSpecific),maxDate:yu(e.maxDate,e.timezone,e.isSpecific),disabledDates:Os(e.disabledDates)?Zs(e.disabledDates,e.timezone,n,e.isSpecific):e.disabledDates,allowedDates:Os(e.allowedDates)?Zs(e.allowedDates,e.timezone,n,e.isSpecific):null,highlight:typeof e.highlight=="object"&&Os((r=e.highlight)==null?void 0:r.dates)?Zs(e.highlight.dates,e.timezone,n):e.highlight,markers:hE(e.markers,e.timezone)}},vE=e=>typeof e=="boolean"?{enabled:e,dragSelect:!0,limit:null}:{enabled:!!e,limit:e.limit?+e.limit:null,dragSelect:e.dragSelect??!0},gE=e=>({...Object.fromEntries(Object.keys(e).map(r=>{const n=r,a=e[n],o=typeof e[n]=="string"?{[a]:!0}:Object.fromEntries(a.map(s=>[s,!0]));return[r,o]}))}),pt=e=>{const r=()=>{const S=e.enableSeconds?":ss":"",N=e.enableMinutes?":mm":"";return e.is24?`HH${N}${S}`:`hh${N}${S} aa`},n=()=>{var S;return e.format?e.format:e.monthPicker?"MM/yyyy":e.timePicker?r():e.weekPicker?`${((S=x.value)==null?void 0:S.type)==="iso"?"II":"ww"}-RR`:e.yearPicker?"yyyy":e.quarterPicker?"QQQ/yyyy":e.enableTimePicker?`MM/dd/yyyy, ${r()}`:"MM/dd/yyyy"},a=S=>r1(S,e.enableSeconds),o=()=>I.value.enabled?e.startTime&&Array.isArray(e.startTime)?[a(e.startTime[0]),a(e.startTime[1])]:null:e.startTime&&!Array.isArray(e.startTime)?a(e.startTime):null,s=t.computed(()=>nE(e.multiCalendars)),c=t.computed(()=>o()),d=t.computed(()=>tE(e.ariaLabels)),f=t.computed(()=>oE(e.filters)),p=t.computed(()=>aE(e.transitions)),h=t.computed(()=>lE(e.actionRow)),g=t.computed(()=>rE(e.previewFormat,e.format,n())),_=t.computed(()=>iE(e.textInput)),k=t.computed(()=>sE(e.inline)),$=t.computed(()=>uE(e.config)),M=t.computed(()=>dE(e.highlight)),x=t.computed(()=>cE(e.weekNumbers)),b=t.computed(()=>pE(e.timezone)),E=t.computed(()=>vE(e.multiDates)),V=t.computed(()=>mE({minDate:e.minDate,maxDate:e.maxDate,disabledDates:e.disabledDates,allowedDates:e.allowedDates,highlight:M.value,markers:e.markers,timezone:b.value,isSpecific:e.monthPicker||e.yearPicker||e.quarterPicker,isMonthPicker:e.monthPicker,isYearPicker:e.yearPicker})),I=t.computed(()=>fE(e.range)),U=t.computed(()=>gE(e.ui));return{defaultedTransitions:p,defaultedMultiCalendars:s,defaultedStartTime:c,defaultedAriaLabels:d,defaultedFilters:f,defaultedActionRow:h,defaultedPreviewFormat:g,defaultedTextInput:_,defaultedInline:k,defaultedConfig:$,defaultedHighlight:M,defaultedWeekNumbers:x,defaultedRange:I,propDates:V,defaultedTz:b,defaultedMultiDates:E,defaultedUI:U,getDefaultPattern:n,getDefaultStartTime:o}},yE=(e,r,n)=>{const a=t.ref(),{defaultedTextInput:o,defaultedRange:s,defaultedTz:c,defaultedMultiDates:d,getDefaultPattern:f}=pt(r),p=t.ref(""),h=t.toRef(r,"format"),g=t.toRef(r,"formatLocale");t.watch(a,()=>{typeof r.onInternalModelChange=="function"&&e("internal-model-change",a.value,G(!0))},{deep:!0}),t.watch(s,(v,D)=>{v.enabled!==D.enabled&&(a.value=null)}),t.watch(h,()=>{fe()});const _=v=>c.value.timezone&&c.value.convertModel?Jt(v,c.value.timezone):v,k=v=>{if(c.value.timezone&&c.value.convertModel){const D=Fk(c.value.timezone,v);return A8(v,D)}return v},$=(v,D,K=!1)=>i1(v,r.format,r.formatLocale,o.value.rangeSeparator,r.modelAuto,D??f(),K),M=v=>v?r.modelType?he(v):{hours:sr(v),minutes:Sr(v),seconds:r.enableSeconds?Ma(v):0}:null,x=v=>r.modelType?he(v):{month:Ge(v),year:Pe(v)},b=v=>Array.isArray(v)?d.value.enabled?v.map(D=>E(D,Hn(ge(),D))):Do(()=>[Hn(ge(),v[0]),v[1]?Hn(ge(),v[1]):Ea(s.value.partialRange)],s.value.enabled):Hn(ge(),+v),E=(v,D)=>(typeof v=="string"||typeof v=="number")&&r.modelType?ae(v):D,V=v=>Array.isArray(v)?[E(v[0],$r(null,+v[0].hours,+v[0].minutes,v[0].seconds)),E(v[1],$r(null,+v[1].hours,+v[1].minutes,v[1].seconds))]:E(v,$r(null,v.hours,v.minutes,v.seconds)),I=v=>{const D=it(ge(),{date:1});return Array.isArray(v)?d.value.enabled?v.map(K=>E(K,ar(D,+K.month,+K.year))):Do(()=>[E(v[0],ar(D,+v[0].month,+v[0].year)),E(v[1],v[1]?ar(D,+v[1].month,+v[1].year):Ea(s.value.partialRange))],s.value.enabled):E(v,ar(D,+v.month,+v.year))},U=v=>{if(Array.isArray(v))return v.map(D=>ae(D));throw new Error(Zu.dateArr("multi-dates"))},S=v=>{if(Array.isArray(v)&&s.value.enabled){const D=v[0],K=v[1];return[ge(Array.isArray(D)?D[0]:null),Array.isArray(K)&&K.length?ge(K[0]):null]}return ge(v[0])},N=v=>r.modelAuto?Array.isArray(v)?[ae(v[0]),ae(v[1])]:r.autoApply?[ae(v)]:[ae(v),null]:Array.isArray(v)?Do(()=>v[1]?[ae(v[0]),v[1]?ae(v[1]):Ea(s.value.partialRange)]:[ae(v[0])],s.value.enabled):ae(v),O=()=>{Array.isArray(a.value)&&s.value.enabled&&a.value.length===1&&a.value.push(Ea(s.value.partialRange))},A=()=>{const v=a.value;return[he(v[0]),v[1]?he(v[1]):Ea(s.value.partialRange)]},y=()=>a.value[1]?A():he(It(a.value[0])),P=()=>(a.value||[]).map(v=>he(v)),j=(v=!1)=>(v||O(),r.modelAuto?y():d.value.enabled?P():Array.isArray(a.value)?Do(()=>A(),s.value.enabled):he(It(a.value))),oe=v=>!v||Array.isArray(v)&&!v.length?null:r.timePicker?V(It(v)):r.monthPicker?I(It(v)):r.yearPicker?b(It(v)):d.value.enabled?U(It(v)):r.weekPicker?S(It(v)):N(It(v)),H=v=>{const D=oe(v);wu(It(D))?(a.value=It(D),fe()):(a.value=null,p.value="")},X=()=>{const v=D=>Wn(D,o.value.format);return`${v(a.value[0])} ${o.value.rangeSeparator} ${a.value[1]?v(a.value[1]):""}`},Y=()=>n.value&&a.value?Array.isArray(a.value)?X():Wn(a.value,o.value.format):$(a.value),re=()=>a.value?d.value.enabled?a.value.map(v=>$(v)).join("; "):o.value.enabled&&typeof o.value.format=="string"?Y():$(a.value):"",fe=()=>{!r.format||typeof r.format=="string"||o.value.enabled&&typeof o.value.format=="string"?p.value=re():p.value=r.format(a.value)},ae=v=>{if(r.utc){const D=new Date(v);return r.utc==="preserve"?new Date(D.getTime()+D.getTimezoneOffset()*6e4):D}return r.modelType?Hk.includes(r.modelType)?_(new Date(v)):r.modelType==="format"&&(typeof r.format=="string"||!r.format)?_(gu(v,f(),new Date,{locale:g.value})):_(gu(v,r.modelType,new Date,{locale:g.value})):_(new Date(v))},he=v=>v?r.utc?Gx(v,r.utc==="preserve",r.enableSeconds):r.modelType?r.modelType==="timestamp"?+k(v):r.modelType==="iso"?k(v).toISOString():r.modelType==="format"&&(typeof r.format=="string"||!r.format)?$(k(v)):$(k(v),r.modelType,!0):k(v):"",Z=(v,D=!1,K=!1)=>{if(K)return v;if(e("update:model-value",v),c.value.emitTimezone&&D){const pe=Array.isArray(v)?v.map(te=>Jt(It(te),c.value.emitTimezone)):Jt(It(v),c.value.emitTimezone);e("update:model-timezone-value",pe)}},z=v=>Array.isArray(a.value)?d.value.enabled?a.value.map(D=>v(D)):[v(a.value[0]),a.value[1]?v(a.value[1]):Ea(s.value.partialRange)]:v(It(a.value)),L=()=>{if(Array.isArray(a.value)){const v=rr(a.value[0],r.weekStart),D=a.value[1]?rr(a.value[1],r.weekStart):[];return[v.map(K=>ge(K)),D.map(K=>ge(K))]}return rr(a.value,r.weekStart).map(v=>ge(v))},Q=(v,D)=>Z(It(z(v)),!1,D),T=v=>{const D=L();return v?D:e("update:model-value",L())},G=(v=!1)=>(v||fe(),r.monthPicker?Q(x,v):r.timePicker?Q(M,v):r.yearPicker?Q(Pe,v):r.weekPicker?T(v):Z(j(v),!0,v));return{inputValue:p,internalModelValue:a,checkBeforeEmit:()=>a.value?s.value.enabled?s.value.partialRange?a.value.length>=1:a.value.length===2:!!a.value:!1,parseExternalModelValue:H,formatInputValue:fe,emitModelValue:G}},bE=(e,r)=>{const{defaultedFilters:n,propDates:a}=pt(e),{validateMonthYearInRange:o}=Tr(e),s=(h,g)=>{let _=h;return n.value.months.includes(Ge(_))?(_=g?Vn(h,1):Ra(h,1),s(_,g)):_},c=(h,g)=>{let _=h;return n.value.years.includes(Pe(_))?(_=g?Fu(h,1):Sh(h,1),c(_,g)):_},d=(h,g=!1)=>{const _=it(ge(),{month:e.month,year:e.year});let k=h?Vn(_,1):Ra(_,1);e.disableYearSelect&&(k=Hn(k,e.year));let $=Ge(k),M=Pe(k);n.value.months.includes($)&&(k=s(k,h),$=Ge(k),M=Pe(k)),n.value.years.includes(M)&&(k=c(k,h),M=Pe(k)),o($,M,h,e.preventMinMaxNavigation)&&f($,M,g)},f=(h,g,_)=>{r("update-month-year",{month:h,year:g,fromNav:_})},p=t.computed(()=>h=>a1(it(ge(),{month:e.month,year:e.year}),a.value.maxDate,a.value.minDate,e.preventMinMaxNavigation,h));return{handleMonthYearChange:d,isDisabled:p,updateMonthYear:f}},al={multiCalendars:{type:[Boolean,Number,String,Object],default:void 0},modelValue:{type:[String,Date,Array,Object,Number],default:null},modelType:{type:String,default:null},position:{type:String,default:"center"},dark:{type:Boolean,default:!1},format:{type:[String,Function],default:()=>null},autoPosition:{type:[Boolean,String],default:!0},altPosition:{type:Function,default:null},transitions:{type:[Boolean,Object],default:!0},formatLocale:{type:Object,default:null},utc:{type:[Boolean,String],default:!1},ariaLabels:{type:Object,default:()=>({})},offset:{type:[Number,String],default:10},hideNavigation:{type:Array,default:()=>[]},timezone:{type:[String,Object],default:null},vertical:{type:Boolean,default:!1},disableMonthYearSelect:{type:Boolean,default:!1},disableYearSelect:{type:Boolean,default:!1},dayClass:{type:Function,default:null},yearRange:{type:Array,default:()=>[1900,2100]},enableTimePicker:{type:Boolean,default:!0},autoApply:{type:Boolean,default:!1},disabledDates:{type:[Array,Function],default:()=>[]},monthNameFormat:{type:String,default:"short"},startDate:{type:[Date,String],default:null},startTime:{type:[Object,Array],default:null},hideOffsetDates:{type:Boolean,default:!1},noToday:{type:Boolean,default:!1},disabledWeekDays:{type:Array,default:()=>[]},allowedDates:{type:Array,default:null},nowButtonLabel:{type:String,default:"Now"},markers:{type:Array,default:()=>[]},escClose:{type:Boolean,default:!0},spaceConfirm:{type:Boolean,default:!0},monthChangeOnArrows:{type:Boolean,default:!0},presetDates:{type:Array,default:()=>[]},flow:{type:Array,default:()=>[]},partialFlow:{type:Boolean,default:!1},preventMinMaxNavigation:{type:Boolean,default:!1},reverseYears:{type:Boolean,default:!1},weekPicker:{type:Boolean,default:!1},filters:{type:Object,default:()=>({})},arrowNavigation:{type:Boolean,default:!1},highlight:{type:[Function,Object],default:null},teleport:{type:[Boolean,String,Object],default:null},teleportCenter:{type:Boolean,default:!1},locale:{type:String,default:"en-Us"},weekNumName:{type:String,default:"W"},weekStart:{type:[Number,String],default:1},weekNumbers:{type:[String,Function,Object],default:null},monthChangeOnScroll:{type:[Boolean,String],default:!0},dayNames:{type:[Function,Array],default:null},monthPicker:{type:Boolean,default:!1},customProps:{type:Object,default:null},yearPicker:{type:Boolean,default:!1},modelAuto:{type:Boolean,default:!1},selectText:{type:String,default:"Select"},cancelText:{type:String,default:"Cancel"},previewFormat:{type:[String,Function],default:()=>""},multiDates:{type:[Object,Boolean],default:!1},ignoreTimeValidation:{type:Boolean,default:!1},minDate:{type:[Date,String],default:null},maxDate:{type:[Date,String],default:null},minTime:{type:Object,default:null},maxTime:{type:Object,default:null},name:{type:String,default:null},placeholder:{type:String,default:""},hideInputIcon:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},alwaysClearable:{type:Boolean,default:!1},state:{type:Boolean,default:null},required:{type:Boolean,default:!1},autocomplete:{type:String,default:"off"},timePicker:{type:Boolean,default:!1},enableSeconds:{type:Boolean,default:!1},is24:{type:Boolean,default:!0},noHoursOverlay:{type:Boolean,default:!1},noMinutesOverlay:{type:Boolean,default:!1},noSecondsOverlay:{type:Boolean,default:!1},hoursGridIncrement:{type:[String,Number],default:1},minutesGridIncrement:{type:[String,Number],default:5},secondsGridIncrement:{type:[String,Number],default:5},hoursIncrement:{type:[Number,String],default:1},minutesIncrement:{type:[Number,String],default:1},secondsIncrement:{type:[Number,String],default:1},range:{type:[Boolean,Object],default:!1},uid:{type:String,default:null},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inline:{type:[Boolean,Object],default:!1},textInput:{type:[Boolean,Object],default:!1},sixWeeks:{type:[Boolean,String],default:!1},actionRow:{type:Object,default:()=>({})},focusStartDate:{type:Boolean,default:!1},disabledTimes:{type:[Function,Array],default:void 0},timePickerInline:{type:Boolean,default:!1},calendar:{type:Function,default:null},config:{type:Object,default:void 0},quarterPicker:{type:Boolean,default:!1},yearFirst:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},onInternalModelChange:{type:[Function,Object],default:null},enableMinutes:{type:Boolean,default:!0},ui:{type:Object,default:()=>({})}},Tn={...al,shadow:{type:Boolean,default:!1},flowStep:{type:Number,default:0},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},menuWrapRef:{type:Object,default:null},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1},isMobile:{type:Boolean,default:void 0}},_E=["title"],wE=["disabled"],kE=t.defineComponent({compatConfig:{MODE:3},__name:"ActionRow",props:{menuMount:{type:Boolean,default:!1},calendarWidth:{type:Number,default:0},...Tn},emits:["close-picker","select-date","select-now","invalid-select"],setup(e,{emit:r}){const n=r,a=e,{defaultedActionRow:o,defaultedPreviewFormat:s,defaultedMultiCalendars:c,defaultedTextInput:d,defaultedInline:f,defaultedRange:p,defaultedMultiDates:h}=pt(a),{isTimeValid:g,isMonthValid:_}=Tr(a),{buildMatrix:k}=Nr(),$=t.ref(null),M=t.ref(null),x=t.ref(!1),b=t.ref({}),E=t.ref(null),V=t.ref(null);t.onMounted(()=>{a.arrowNavigation&&k([Bt($),Bt(M)],"actionRow"),I(),window.addEventListener("resize",I)}),t.onUnmounted(()=>{window.removeEventListener("resize",I)});const I=()=>{x.value=!1,setTimeout(()=>{var H,X;const Y=(H=E.value)==null?void 0:H.getBoundingClientRect(),re=(X=V.value)==null?void 0:X.getBoundingClientRect();Y&&re&&(b.value.maxWidth=`${re.width-Y.width-20}px`),x.value=!0},0)},U=t.computed(()=>p.value.enabled&&!p.value.partialRange&&a.internalModelValue?a.internalModelValue.length===2:!0),S=t.computed(()=>!g.value(a.internalModelValue)||!_.value(a.internalModelValue)||!U.value),N=()=>{const H=s.value;return a.timePicker||a.monthPicker,H(It(a.internalModelValue))},O=()=>{const H=a.internalModelValue;return c.value.count>0?`${A(H[0])} - ${A(H[1])}`:[A(H[0]),A(H[1])]},A=H=>i1(H,s.value,a.formatLocale,d.value.rangeSeparator,a.modelAuto,s.value),y=t.computed(()=>!a.internalModelValue||!a.menuMount?"":typeof s.value=="string"?Array.isArray(a.internalModelValue)?a.internalModelValue.length===2&&a.internalModelValue[1]?O():h.value.enabled?a.internalModelValue.map(H=>`${A(H)}`):a.modelAuto?`${A(a.internalModelValue[0])}`:`${A(a.internalModelValue[0])} -`:A(a.internalModelValue):N()),P=()=>h.value.enabled?"; ":" - ",j=t.computed(()=>Array.isArray(y.value)?y.value.join(P()):y.value),oe=()=>{g.value(a.internalModelValue)&&_.value(a.internalModelValue)&&U.value?n("select-date"):n("invalid-select")};return(H,X)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"actionRowRef",ref:V,class:"dp__action_row"},[H.$slots["action-row"]?t.renderSlot(H.$slots,"action-row",t.normalizeProps(t.mergeProps({key:0},{internalModelValue:H.internalModelValue,disabled:S.value,selectDate:()=>H.$emit("select-date"),closePicker:()=>H.$emit("close-picker")}))):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.unref(o).showPreview?(t.openBlock(),t.createElementBlock("div",{key:0,class:"dp__selection_preview",title:j.value,style:t.normalizeStyle(b.value)},[H.$slots["action-preview"]&&x.value?t.renderSlot(H.$slots,"action-preview",{key:0,value:H.internalModelValue}):t.createCommentVNode("",!0),!H.$slots["action-preview"]&&x.value?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(j.value),1)],64)):t.createCommentVNode("",!0)],12,_E)):t.createCommentVNode("",!0),t.createElementVNode("div",{ref_key:"actionBtnContainer",ref:E,class:"dp__action_buttons","data-dp-element":"action-row"},[H.$slots["action-buttons"]?t.renderSlot(H.$slots,"action-buttons",{key:0,value:H.internalModelValue}):t.createCommentVNode("",!0),H.$slots["action-buttons"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[!t.unref(f).enabled&&t.unref(o).showCancel?(t.openBlock(),t.createElementBlock("button",{key:0,ref_key:"cancelButtonRef",ref:$,type:"button",class:"dp__action_button dp__action_cancel",onClick:X[0]||(X[0]=Y=>H.$emit("close-picker")),onKeydown:X[1]||(X[1]=Y=>t.unref(Wt)(Y,()=>H.$emit("close-picker")))},t.toDisplayString(H.cancelText),545)):t.createCommentVNode("",!0),t.unref(o).showNow?(t.openBlock(),t.createElementBlock("button",{key:1,type:"button",class:"dp__action_button dp__action_cancel",onClick:X[2]||(X[2]=Y=>H.$emit("select-now")),onKeydown:X[3]||(X[3]=Y=>t.unref(Wt)(Y,()=>H.$emit("select-now")))},t.toDisplayString(H.nowButtonLabel),33)):t.createCommentVNode("",!0),t.unref(o).showSelect?(t.openBlock(),t.createElementBlock("button",{key:2,ref_key:"selectButtonRef",ref:M,type:"button",class:"dp__action_button dp__action_select",disabled:S.value,"data-test-id":"select-button",onKeydown:X[4]||(X[4]=Y=>t.unref(Wt)(Y,()=>oe())),onClick:oe},t.toDisplayString(H.selectText),41,wE)):t.createCommentVNode("",!0)],64))],512)],64))],512))}}),xE=["role","aria-label","tabindex"],EE={class:"dp__selection_grid_header"},CE=["aria-selected","aria-disabled","data-test-id","onClick","onKeydown","onMouseover"],$E=["aria-label"],Ti=t.defineComponent({__name:"SelectionOverlay",props:{items:{},type:{},isLast:{type:Boolean},arrowNavigation:{type:Boolean},skipButtonRef:{type:Boolean},headerRefs:{},hideNavigation:{},escClose:{type:Boolean},useRelative:{type:Boolean},height:{},textInput:{type:[Boolean,Object]},config:{},noOverlayFocus:{type:Boolean},focusValue:{},menuWrapRef:{},ariaLabels:{},overlayLabel:{}},emits:["selected","toggle","reset-flow","hover-value"],setup(e,{expose:r,emit:n}){const{setSelectionGrid:a,buildMultiLevelMatrix:o,setMonthPicker:s}=Nr(),c=n,d=e,{defaultedAriaLabels:f,defaultedTextInput:p,defaultedConfig:h}=pt(d),{hideNavigationButtons:g}=ll(),_=t.ref(!1),k=t.ref(null),$=t.ref(null),M=t.ref([]),x=t.ref(),b=t.ref(null),E=t.ref(0),V=t.ref(null);t.onBeforeUpdate(()=>{k.value=null}),t.onMounted(()=>{t.nextTick().then(()=>P()),d.noOverlayFocus||U(),I(!0)}),t.onUnmounted(()=>I(!1));const I=z=>{var L;d.arrowNavigation&&((L=d.headerRefs)!=null&&L.length?s(z):a(z))},U=()=>{var z;const L=Bt($);L&&(p.value.enabled||(k.value?(z=k.value)==null||z.focus({preventScroll:!0}):L.focus({preventScroll:!0})),_.value=L.clientHeight<L.scrollHeight)},S=t.computed(()=>({dp__overlay:!0,"dp--overlay-absolute":!d.useRelative,"dp--overlay-relative":d.useRelative})),N=t.computed(()=>d.useRelative?{height:`${d.height}px`,width:"var(--dp-menu-min-width)"}:void 0),O=t.computed(()=>({dp__overlay_col:!0})),A=t.computed(()=>({dp__btn:!0,dp__button:!0,dp__overlay_action:!0,dp__over_action_scroll:_.value,dp__button_bottom:d.isLast})),y=t.computed(()=>{var z,L;return{dp__overlay_container:!0,dp__container_flex:((z=d.items)==null?void 0:z.length)<=6,dp__container_block:((L=d.items)==null?void 0:L.length)>6}});t.watch(()=>d.items,()=>P(!1),{deep:!0});const P=(z=!0)=>{t.nextTick().then(()=>{const L=Bt(k),Q=Bt($),T=Bt(b),G=Bt(V),v=T?T.getBoundingClientRect().height:0;Q&&(Q.getBoundingClientRect().height?E.value=Q.getBoundingClientRect().height-v:E.value=h.value.modeHeight-v),L&&G&&z&&(G.scrollTop=L.offsetTop-G.offsetTop-(E.value/2-L.getBoundingClientRect().height)-v)})},j=z=>{z.disabled||c("selected",z.value)},oe=()=>{c("toggle"),c("reset-flow")},H=()=>{d.escClose&&oe()},X=(z,L,Q,T)=>{z&&((L.active||L.value===d.focusValue)&&(k.value=z),d.arrowNavigation&&(Array.isArray(M.value[Q])?M.value[Q][T]=z:M.value[Q]=[z],Y()))},Y=()=>{var z,L;const Q=(z=d.headerRefs)!=null&&z.length?[d.headerRefs].concat(M.value):M.value.concat([d.skipButtonRef?[]:[b.value]]);o(It(Q),(L=d.headerRefs)!=null&&L.length?"monthPicker":"selectionGrid")},re=z=>{d.arrowNavigation||Cr(z,h.value,!0)},fe=z=>{x.value=z,c("hover-value",z)},ae=()=>{if(oe(),!d.isLast){const z=bu(d.menuWrapRef??null,"action-row");if(z){const L=Ih(z);L==null||L.focus()}}},he=z=>{switch(z.key){case ct.esc:return H();case ct.arrowLeft:return re(z);case ct.arrowRight:return re(z);case ct.arrowUp:return re(z);case ct.arrowDown:return re(z);default:return}},Z=z=>{if(z.key===ct.enter)return oe();if(z.key===ct.tab)return ae()};return r({focusGrid:U}),(z,L)=>{var Q;return t.openBlock(),t.createElementBlock("div",{ref_key:"gridWrapRef",ref:$,class:t.normalizeClass(S.value),style:t.normalizeStyle(N.value),role:z.useRelative?void 0:"dialog","aria-label":z.overlayLabel,tabindex:z.useRelative?void 0:"0",onKeydown:he,onClick:L[0]||(L[0]=t.withModifiers(()=>{},["prevent"]))},[t.createElementVNode("div",{ref_key:"containerRef",ref:V,class:t.normalizeClass(y.value),style:t.normalizeStyle({"--dp-overlay-height":`${E.value}px`}),role:"grid"},[t.createElementVNode("div",EE,[t.renderSlot(z.$slots,"header")]),z.$slots.overlay?t.renderSlot(z.$slots,"overlay",{key:0}):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(z.items,(T,G)=>(t.openBlock(),t.createElementBlock("div",{key:G,class:t.normalizeClass(["dp__overlay_row",{dp__flex_row:z.items.length>=3}]),role:"row"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(T,(v,D)=>(t.openBlock(),t.createElementBlock("div",{key:v.value,ref_for:!0,ref:K=>X(K,v,G,D),role:"gridcell",class:t.normalizeClass(O.value),"aria-selected":v.active||void 0,"aria-disabled":v.disabled||void 0,tabindex:"0","data-test-id":v.text,onClick:t.withModifiers(K=>j(v),["prevent"]),onKeydown:K=>t.unref(Wt)(K,()=>j(v),!0),onMouseover:K=>fe(v.value)},[t.createElementVNode("div",{class:t.normalizeClass(v.className)},[z.$slots.item?t.renderSlot(z.$slots,"item",{key:0,item:v}):t.createCommentVNode("",!0),z.$slots.item?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(v.text),1)],64))],2)],42,CE))),128))],2))),128))],6),z.$slots["button-icon"]?t.withDirectives((t.openBlock(),t.createElementBlock("button",{key:0,ref_key:"toggleButton",ref:b,type:"button","aria-label":(Q=t.unref(f))==null?void 0:Q.toggleOverlay,class:t.normalizeClass(A.value),tabindex:"0",onClick:oe,onKeydown:Z},[t.renderSlot(z.$slots,"button-icon")],42,$E)),[[t.vShow,!t.unref(g)(z.hideNavigation,z.type)]]):t.createCommentVNode("",!0)],46,xE)}}}),SE=["data-dp-mobile"],il=t.defineComponent({__name:"InstanceWrap",props:{multiCalendars:{},stretch:{type:Boolean},collapse:{type:Boolean},isMobile:{type:Boolean}},setup(e){const r=e,n=t.computed(()=>r.multiCalendars>0?[...Array(r.multiCalendars).keys()]:[0]),a=t.computed(()=>({dp__instance_calendar:r.multiCalendars>0}));return(o,s)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass({dp__menu_inner:!o.stretch,"dp--menu--inner-stretched":o.stretch,dp__flex_display:o.multiCalendars>0,"dp--flex-display-collapsed":o.collapse}),"data-dp-mobile":o.isMobile},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.value,(c,d)=>(t.openBlock(),t.createElementBlock("div",{key:c,class:t.normalizeClass(a.value)},[t.renderSlot(o.$slots,"default",{instance:c,index:d})],2))),128))],10,SE))}}),BE=["data-dp-element","aria-label","aria-disabled"],_i=t.defineComponent({compatConfig:{MODE:3},__name:"ArrowBtn",props:{ariaLabel:{},elName:{},disabled:{type:Boolean}},emits:["activate","set-ref"],setup(e,{emit:r}){const n=r,a=t.ref(null);return t.onMounted(()=>n("set-ref",a)),(o,s)=>(t.openBlock(),t.createElementBlock("button",{ref_key:"elRef",ref:a,type:"button","data-dp-element":o.elName,class:"dp__btn dp--arrow-btn-nav",tabindex:"0","aria-label":o.ariaLabel,"aria-disabled":o.disabled||void 0,onClick:s[0]||(s[0]=c=>o.$emit("activate")),onKeydown:s[1]||(s[1]=c=>t.unref(Wt)(c,()=>o.$emit("activate"),!0))},[t.createElementVNode("span",{class:t.normalizeClass(["dp__inner_nav",{dp__inner_nav_disabled:o.disabled}])},[t.renderSlot(o.$slots,"default")],2)],40,BE))}}),OE=["aria-label","data-test-id"],s1=t.defineComponent({__name:"YearModePicker",props:{...Tn,showYearPicker:{type:Boolean,default:!1},items:{type:Array,default:()=>[]},instance:{type:Number,default:0},year:{type:Number,default:0},isDisabled:{type:Function,default:()=>!1}},emits:["toggle-year-picker","year-select","handle-year"],setup(e,{emit:r}){const n=r,a=e,{showRightIcon:o,showLeftIcon:s}=ll(),{defaultedConfig:c,defaultedMultiCalendars:d,defaultedAriaLabels:f,defaultedTransitions:p,defaultedUI:h}=pt(a),{showTransition:g,transitionName:_}=Mi(p),k=t.ref(!1),$=(b=!1,E)=>{k.value=!k.value,n("toggle-year-picker",{flow:b,show:E})},M=b=>{k.value=!1,n("year-select",b)},x=(b=!1)=>{n("handle-year",b)};return(b,E)=>{var V,I,U,S,N;return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createElementVNode("div",{class:t.normalizeClass(["dp--year-mode-picker",{"dp--hidden-el":k.value}])},[t.unref(s)(t.unref(d),e.instance)?(t.openBlock(),t.createBlock(_i,{key:0,ref:"mpPrevIconRef","aria-label":(V=t.unref(f))==null?void 0:V.prevYear,disabled:e.isDisabled(!1),class:t.normalizeClass((I=t.unref(h))==null?void 0:I.navBtnPrev),onActivate:E[0]||(E[0]=O=>x(!1))},{default:t.withCtx(()=>[b.$slots["arrow-left"]?t.renderSlot(b.$slots,"arrow-left",{key:0}):t.createCommentVNode("",!0),b.$slots["arrow-left"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Yu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0),t.createElementVNode("button",{ref:"mpYearButtonRef",class:"dp__btn dp--year-select",type:"button","aria-label":`${e.year}-${(U=t.unref(f))==null?void 0:U.openYearsOverlay}`,"data-test-id":`year-mode-btn-${e.instance}`,onClick:E[1]||(E[1]=()=>$(!1)),onKeydown:E[2]||(E[2]=t.withKeys(()=>$(!1),["enter"]))},[b.$slots.year?t.renderSlot(b.$slots,"year",{key:0,year:e.year}):t.createCommentVNode("",!0),b.$slots.year?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.year),1)],64))],40,OE),t.unref(o)(t.unref(d),e.instance)?(t.openBlock(),t.createBlock(_i,{key:1,ref:"mpNextIconRef","aria-label":(S=t.unref(f))==null?void 0:S.nextYear,disabled:e.isDisabled(!0),class:t.normalizeClass((N=t.unref(h))==null?void 0:N.navBtnNext),onActivate:E[3]||(E[3]=O=>x(!0))},{default:t.withCtx(()=>[b.$slots["arrow-right"]?t.renderSlot(b.$slots,"arrow-right",{key:0}):t.createCommentVNode("",!0),b.$slots["arrow-right"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Ku),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0)],2),t.createVNode(t.Transition,{name:t.unref(_)(e.showYearPicker),css:t.unref(g)},{default:t.withCtx(()=>{var O,A;return[e.showYearPicker?(t.openBlock(),t.createBlock(Ti,{key:0,items:e.items,"text-input":b.textInput,"esc-close":b.escClose,config:b.config,"is-last":b.autoApply&&!t.unref(c).keepActionRow,"hide-navigation":b.hideNavigation,"aria-labels":b.ariaLabels,"overlay-label":(A=(O=t.unref(f))==null?void 0:O.yearPicker)==null?void 0:A.call(O,!0),type:"year",onToggle:$,onSelected:E[4]||(E[4]=y=>M(y))},t.createSlots({"button-icon":t.withCtx(()=>[b.$slots["calendar-icon"]?t.renderSlot(b.$slots,"calendar-icon",{key:0}):t.createCommentVNode("",!0),b.$slots["calendar-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(za),{key:1}))]),_:2},[b.$slots["year-overlay-value"]?{name:"item",fn:t.withCtx(({item:y})=>[t.renderSlot(b.$slots,"year-overlay-value",{text:y.text,value:y.value})]),key:"0"}:void 0]),1032,["items","text-input","esc-close","config","is-last","hide-navigation","aria-labels","overlay-label"])):t.createCommentVNode("",!0)]}),_:3},8,["name","css"])],64)}}}),ud=(e,r,n)=>{if(r.value&&Array.isArray(r.value))if(r.value.some(a=>Xe(e,a))){const a=r.value.filter(o=>!Xe(o,e));r.value=a.length?a:null}else(n&&+n>r.value.length||!n)&&r.value.push(e);else r.value=[e]},dd=(e,r,n)=>{let a=e.value?e.value.slice():[];return a.length===2&&a[1]!==null&&(a=[]),a.length?(gt(r,a[0])?a.unshift(r):a[1]=r,n("range-end",r)):(a=[r],n("range-start",r)),a},ol=(e,r,n,a)=>{e&&(e[0]&&e[1]&&n&&r("auto-apply"),e[0]&&!e[1]&&a&&n&&r("auto-apply"))},u1=e=>{Array.isArray(e.value)&&e.value.length<=2&&e.range?e.modelValue.value=e.value.map(r=>Jt(ge(r),e.timezone)):Array.isArray(e.value)||(e.modelValue.value=Jt(ge(e.value),e.timezone))},d1=(e,r,n,a)=>Array.isArray(r.value)&&(r.value.length===2||r.value.length===1&&a.value.partialRange)?a.value.fixedStart&&(kt(e,r.value[0])||Xe(e,r.value[0]))?[r.value[0],e]:a.value.fixedEnd&&(gt(e,r.value[1])||Xe(e,r.value[1]))?[e,r.value[1]]:(n("invalid-fixed-range",e),r.value):[],c1=({multiCalendars:e,range:r,highlight:n,propDates:a,calendars:o,modelValue:s,props:c,filters:d,year:f,month:p,emit:h})=>{const g=t.computed(()=>Ju(c.yearRange,c.locale,c.reverseYears)),_=t.ref([!1]),k=t.computed(()=>(y,P)=>{const j=it(On(new Date),{month:p.value(y),year:f.value(y)}),oe=P?ph(j):Ci(j);return a1(oe,a.value.maxDate,a.value.minDate,c.preventMinMaxNavigation,P)}),$=()=>Array.isArray(s.value)&&e.value.solo&&s.value[1],M=()=>{for(let y=0;y<e.value.count;y++)if(y===0)o.value[y]=o.value[0];else if(y===e.value.count-1&&$())o.value[y]={month:Ge(s.value[1]),year:Pe(s.value[1])};else{const P=it(ge(),o.value[y-1]);o.value[y]={month:Ge(P),year:Pe(Fu(P,1))}}},x=y=>{if(!y)return M();const P=it(ge(),o.value[y]);return o.value[0].year=Pe(Sh(P,e.value.count-1)),M()},b=(y,P)=>{const j=U8(P,y);return r.value.showLastInRange&&j>1?P:y},E=y=>c.focusStartDate||e.value.solo?y[0]:y[1]?b(y[0],y[1]):y[0],V=()=>{if(s.value){const y=Array.isArray(s.value)?E(s.value):s.value;o.value[0]={month:Ge(y),year:Pe(y)}}},I=()=>{V(),e.value.count&&M()};t.watch(s,(y,P)=>{c.isTextInputDate&&JSON.stringify(y??{})!==JSON.stringify(P??{})&&I()}),t.onMounted(()=>{I()});const U=(y,P)=>{o.value[P].year=y,h("update-month-year",{instance:P,year:y,month:o.value[P].month}),e.value.count&&!e.value.solo&&x(P)},S=t.computed(()=>y=>Aa(g.value,P=>{var j;const oe=f.value(y)===P.value,H=$i(P.value,La(a.value.minDate),La(a.value.maxDate))||((j=d.value.years)==null?void 0:j.includes(f.value(y))),X=sd(n.value,P.value);return{active:oe,disabled:H,highlighted:X}})),N=(y,P)=>{U(y,P),A(P)},O=(y,P=!1)=>{if(!k.value(y,P)){const j=P?f.value(y)+1:f.value(y)-1;U(j,y)}},A=(y,P=!1,j)=>{P||h("reset-flow"),j!==void 0?_.value[y]=j:_.value[y]=!_.value[y],_.value[y]?h("overlay-toggle",{open:!0,overlay:Pt.year}):(h("overlay-closed"),h("overlay-toggle",{open:!1,overlay:Pt.year}))};return{isDisabled:k,groupedYears:S,showYearPicker:_,selectYear:U,toggleYearPicker:A,handleYearSelect:N,handleYear:O}},VE=(e,r)=>{const{defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:o,defaultedConfig:s,defaultedRange:c,defaultedHighlight:d,propDates:f,defaultedTz:p,defaultedFilters:h,defaultedMultiDates:g}=pt(e),_=()=>{e.isTextInputDate&&I(Pe(ge(e.startDate)),0)},{modelValue:k,year:$,month:M,calendars:x}=Di(e,r,_),b=t.computed(()=>Oh(e.formatLocale,e.locale,e.monthNameFormat)),E=t.ref(null),{checkMinMaxRange:V}=Tr(e),{selectYear:I,groupedYears:U,showYearPicker:S,toggleYearPicker:N,handleYearSelect:O,handleYear:A,isDisabled:y}=c1({modelValue:k,multiCalendars:n,range:c,highlight:d,calendars:x,year:$,propDates:f,month:M,filters:h,props:e,emit:r});t.onMounted(()=>{e.startDate&&(k.value&&e.focusStartDate||!k.value)&&I(Pe(ge(e.startDate)),0)});const P=Q=>Q?{month:Ge(Q),year:Pe(Q)}:{month:null,year:null},j=()=>k.value?Array.isArray(k.value)?k.value.map(Q=>P(Q)):P(k.value):P(),oe=(Q,T)=>{const G=x.value[Q],v=j();return Array.isArray(v)?v.some(D=>D.year===(G==null?void 0:G.year)&&D.month===T):(G==null?void 0:G.year)===v.year&&T===v.month},H=(Q,T,G)=>{var v,D;const K=j();return Array.isArray(K)?$.value(T)===((v=K[G])==null?void 0:v.year)&&Q===((D=K[G])==null?void 0:D.month):!1},X=(Q,T)=>{if(c.value.enabled){const G=j();if(Array.isArray(k.value)&&Array.isArray(G)){const v=H(Q,T,0)||H(Q,T,1),D=ar(On(ge()),Q,$.value(T));return Bi(k.value,E.value,D)&&!v}return!1}return!1},Y=t.computed(()=>Q=>Aa(b.value,T=>{var G;const v=oe(Q,T.value),D=$i(T.value,e1($.value(Q),f.value.minDate),t1($.value(Q),f.value.maxDate))||Zx(f.value.disabledDates,$.value(Q),T.value)||((G=h.value.months)==null?void 0:G.includes(T.value))||!eE(f.value.allowedDates,$.value(Q),T.value),K=X(T.value,Q),pe=o1(d.value,T.value,$.value(Q));return{active:v,disabled:D,isBetween:K,highlighted:pe}})),re=(Q,T)=>ar(On(ge()),Q,$.value(T)),fe=(Q,T)=>{const G=k.value?k.value:On(new Date);k.value=ar(G,Q,$.value(T)),r("auto-apply"),r("update-flow-step")},ae=(Q,T)=>{const G=re(Q,T);c.value.fixedEnd||c.value.fixedStart?k.value=d1(G,k,r,c):k.value?V(G,k.value)&&(k.value=dd(k,re(Q,T),r)):k.value=[re(Q,T)],t.nextTick().then(()=>{ol(k.value,r,e.autoApply,e.modelAuto)})},he=(Q,T)=>{ud(re(Q,T),k,g.value.limit),r("auto-apply",!0)},Z=(Q,T)=>(x.value[T].month=Q,L(T,x.value[T].year,Q),g.value.enabled?he(Q,T):c.value.enabled?ae(Q,T):fe(Q,T)),z=(Q,T)=>{I(Q,T),L(T,Q,null)},L=(Q,T,G)=>{let v=G;if(!v&&v!==0){const D=j();v=Array.isArray(D)?D[Q].month:D.month}r("update-month-year",{instance:Q,year:T,month:v})};return{groupedMonths:Y,groupedYears:U,year:$,isDisabled:y,defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:o,defaultedConfig:s,showYearPicker:S,modelValue:k,presetDate:(Q,T)=>{u1({value:Q,modelValue:k,range:c.value.enabled,timezone:T?void 0:p.value.timezone}),r("auto-apply")},setHoverDate:(Q,T)=>{E.value=re(Q,T)},selectMonth:Z,selectYear:z,toggleYearPicker:N,handleYearSelect:O,handleYear:A,getModelMonthYear:j}},IE=t.defineComponent({compatConfig:{MODE:3},__name:"MonthPicker",props:{...Tn},emits:["update:internal-model-value","overlay-closed","reset-flow","range-start","range-end","auto-apply","update-month-year","update-flow-step","mount","invalid-fixed-range","overlay-toggle"],setup(e,{expose:r,emit:n}){const a=n,o=t.useSlots(),s=sn(o,"yearMode"),c=e;t.onMounted(()=>{c.shadow||a("mount",null)});const{groupedMonths:d,groupedYears:f,year:p,isDisabled:h,defaultedMultiCalendars:g,defaultedConfig:_,showYearPicker:k,modelValue:$,presetDate:M,setHoverDate:x,selectMonth:b,selectYear:E,toggleYearPicker:V,handleYearSelect:I,handleYear:U,getModelMonthYear:S}=VE(c,a);return r({getSidebarProps:()=>({modelValue:$,year:p,getModelMonthYear:S,selectMonth:b,selectYear:E,handleYear:U}),presetDate:M,toggleYearPicker:N=>V(0,N)}),(N,O)=>(t.openBlock(),t.createBlock(il,{"multi-calendars":t.unref(g).count,collapse:N.collapse,stretch:"","is-mobile":N.isMobile},{default:t.withCtx(({instance:A})=>[N.$slots["top-extra"]?t.renderSlot(N.$slots,"top-extra",{key:0,value:N.internalModelValue}):t.createCommentVNode("",!0),N.$slots["month-year"]?t.renderSlot(N.$slots,"month-year",t.normalizeProps(t.mergeProps({key:1},{year:t.unref(p),months:t.unref(d)(A),years:t.unref(f)(A),selectMonth:t.unref(b),selectYear:t.unref(E),instance:A}))):(t.openBlock(),t.createBlock(Ti,{key:2,items:t.unref(d)(A),"arrow-navigation":N.arrowNavigation,"is-last":N.autoApply&&!t.unref(_).keepActionRow,"esc-close":N.escClose,height:t.unref(_).modeHeight,config:N.config,"no-overlay-focus":!!(N.noOverlayFocus||N.textInput),"use-relative":"",type:"month",onSelected:y=>t.unref(b)(y,A),onHoverValue:y=>t.unref(x)(y,A)},t.createSlots({header:t.withCtx(()=>[t.createVNode(s1,t.mergeProps(N.$props,{items:t.unref(f)(A),instance:A,"show-year-picker":t.unref(k)[A],year:t.unref(p)(A),"is-disabled":y=>t.unref(h)(A,y),onHandleYear:y=>t.unref(U)(A,y),onYearSelect:y=>t.unref(I)(y,A),onToggleYearPicker:y=>t.unref(V)(A,y==null?void 0:y.flow,y==null?void 0:y.show)}),t.createSlots({_:2},[t.renderList(t.unref(s),(y,P)=>({name:y,fn:t.withCtx(j=>[t.renderSlot(N.$slots,y,t.normalizeProps(t.guardReactiveProps(j)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),_:2},[N.$slots["month-overlay-value"]?{name:"item",fn:t.withCtx(({item:y})=>[t.renderSlot(N.$slots,"month-overlay-value",{text:y.text,value:y.value})]),key:"0"}:void 0]),1032,["items","arrow-navigation","is-last","esc-close","height","config","no-overlay-focus","onSelected","onHoverValue"]))]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),NE=(e,r)=>{const n=()=>{e.isTextInputDate&&(h.value=Pe(ge(e.startDate)))},{modelValue:a}=Di(e,r,n),o=t.ref(null),{defaultedHighlight:s,defaultedMultiDates:c,defaultedFilters:d,defaultedRange:f,propDates:p}=pt(e),h=t.ref();t.onMounted(()=>{e.startDate&&(a.value&&e.focusStartDate||!a.value)&&(h.value=Pe(ge(e.startDate)))});const g=b=>Array.isArray(a.value)?a.value.some(E=>Pe(E)===b):a.value?Pe(a.value)===b:!1,_=b=>f.value.enabled&&Array.isArray(a.value)?Bi(a.value,o.value,x(b)):!1,k=b=>p.value.allowedDates instanceof Map?p.value.allowedDates.size?p.value.allowedDates.has(`${b}`):!1:!0,$=b=>p.value.disabledDates instanceof Map?p.value.disabledDates.size?p.value.disabledDates.has(`${b}`):!1:!0,M=t.computed(()=>Aa(Ju(e.yearRange,e.locale,e.reverseYears),b=>{const E=g(b.value),V=$i(b.value,La(p.value.minDate),La(p.value.maxDate))||d.value.years.includes(b.value)||!k(b.value)||$(b.value),I=_(b.value)&&!E,U=sd(s.value,b.value);return{active:E,disabled:V,isBetween:I,highlighted:U}})),x=b=>Hn(On(Ci(new Date)),b);return{groupedYears:M,modelValue:a,focusYear:h,setHoverValue:b=>{o.value=Hn(On(new Date),b)},selectYear:b=>{var E;if(r("update-month-year",{instance:0,year:b}),c.value.enabled)return a.value?Array.isArray(a.value)&&(((E=a.value)==null?void 0:E.map(V=>Pe(V))).includes(b)?a.value=a.value.filter(V=>Pe(V)!==b):a.value.push(Hn(Mt(ge()),b))):a.value=[Hn(Mt(Ci(ge())),b)],r("auto-apply",!0);f.value.enabled?(a.value=dd(a,x(b),r),t.nextTick().then(()=>{ol(a.value,r,e.autoApply,e.modelAuto)})):(a.value=x(b),r("auto-apply"))}}},TE=t.defineComponent({compatConfig:{MODE:3},__name:"YearPicker",props:{...Tn},emits:["update:internal-model-value","reset-flow","range-start","range-end","auto-apply","update-month-year"],setup(e,{expose:r,emit:n}){const a=n,o=e,{groupedYears:s,modelValue:c,focusYear:d,selectYear:f,setHoverValue:p}=NE(o,a),{defaultedConfig:h}=pt(o);return r({getSidebarProps:()=>({modelValue:c,selectYear:f})}),(g,_)=>(t.openBlock(),t.createElementBlock("div",null,[g.$slots["top-extra"]?t.renderSlot(g.$slots,"top-extra",{key:0,value:g.internalModelValue}):t.createCommentVNode("",!0),g.$slots["month-year"]?t.renderSlot(g.$slots,"month-year",t.normalizeProps(t.mergeProps({key:1},{years:t.unref(s),selectYear:t.unref(f)}))):(t.openBlock(),t.createBlock(Ti,{key:2,items:t.unref(s),"is-last":g.autoApply&&!t.unref(h).keepActionRow,height:t.unref(h).modeHeight,config:g.config,"no-overlay-focus":!!(g.noOverlayFocus||g.textInput),"focus-value":t.unref(d),type:"year","use-relative":"",onSelected:t.unref(f),onHoverValue:t.unref(p)},t.createSlots({_:2},[g.$slots["year-overlay-value"]?{name:"item",fn:t.withCtx(({item:k})=>[t.renderSlot(g.$slots,"year-overlay-value",{text:k.text,value:k.value})]),key:"0"}:void 0]),1032,["items","is-last","height","config","no-overlay-focus","focus-value","onSelected","onHoverValue"]))]))}}),ME={key:0,class:"dp__time_input"},DE=["data-compact","data-collapsed"],RE=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],AE=["aria-label","disabled","data-test-id","onKeydown","onClick"],PE=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],LE={key:0},FE=["aria-label","data-compact"],HE=t.defineComponent({compatConfig:{MODE:3},__name:"TimeInput",props:{hours:{type:Number,default:0},minutes:{type:Number,default:0},seconds:{type:Number,default:0},closeTimePickerBtn:{type:Object,default:null},order:{type:Number,default:0},disabledTimesConfig:{type:Function,default:null},validateTime:{type:Function,default:()=>!1},...Tn},emits:["set-hours","set-minutes","update:hours","update:minutes","update:seconds","reset-flow","mounted","overlay-closed","overlay-opened","am-pm-change"],setup(e,{expose:r,emit:n}){const a=n,o=e,{setTimePickerElements:s,setTimePickerBackRef:c}=Nr(),{defaultedAriaLabels:d,defaultedTransitions:f,defaultedFilters:p,defaultedConfig:h,defaultedRange:g,defaultedMultiCalendars:_}=pt(o),{transitionName:k,showTransition:$}=Mi(f),M=t.reactive({hours:!1,minutes:!1,seconds:!1}),x=t.ref("AM"),b=t.ref(null),E=t.ref([]),V=t.ref(),I=t.ref(!1);t.onMounted(()=>{a("mounted")});const U=R=>it(new Date,{hours:R.hours,minutes:R.minutes,seconds:o.enableSeconds?R.seconds:0,milliseconds:0}),S=t.computed(()=>R=>ae(R,o[R])||O(R,o[R])),N=t.computed(()=>({hours:o.hours,minutes:o.minutes,seconds:o.seconds})),O=(R,_e)=>g.value.enabled&&!g.value.disableTimeRangeValidation?!o.validateTime(R,_e):!1,A=(R,_e)=>{if(g.value.enabled&&!g.value.disableTimeRangeValidation){const be=_e?+o[`${R}Increment`]:-+o[`${R}Increment`],we=o[R]+be;return!o.validateTime(R,we)}return!1},y=t.computed(()=>R=>!Q(+o[R]+ +o[`${R}Increment`],R)||A(R,!0)),P=t.computed(()=>R=>!Q(+o[R]-+o[`${R}Increment`],R)||A(R,!1)),j=(R,_e)=>lh(it(ge(),R),_e),oe=(R,_e)=>Ak(it(ge(),R),_e),H=t.computed(()=>({dp__time_col:!0,dp__time_col_block:!o.timePickerInline,dp__time_col_reg_block:!o.enableSeconds&&o.is24&&!o.timePickerInline,dp__time_col_reg_inline:!o.enableSeconds&&o.is24&&o.timePickerInline,dp__time_col_reg_with_button:!o.enableSeconds&&!o.is24,dp__time_col_sec:o.enableSeconds&&o.is24,dp__time_col_sec_with_button:o.enableSeconds&&!o.is24})),X=t.computed(()=>o.timePickerInline&&g.value.enabled&&!_.value.count),Y=t.computed(()=>{const R=[{type:"hours"}];return o.enableMinutes&&R.push({type:"",separator:!0},{type:"minutes"}),o.enableSeconds&&R.push({type:"",separator:!0},{type:"seconds"}),R}),re=t.computed(()=>Y.value.filter(R=>!R.separator)),fe=t.computed(()=>R=>{if(R==="hours"){const _e=pe(+o.hours);return{text:_e<10?`0${_e}`:`${_e}`,value:_e}}return{text:o[R]<10?`0${o[R]}`:`${o[R]}`,value:o[R]}}),ae=(R,_e)=>{var be;if(!o.disabledTimesConfig)return!1;const we=o.disabledTimesConfig(o.order,R==="hours"?_e:void 0);return we[R]?!!((be=we[R])!=null&&be.includes(_e)):!0},he=(R,_e)=>_e!=="hours"||x.value==="AM"?R:R+12,Z=R=>{const _e=o.is24?24:12,be=R==="hours"?_e:60,we=+o[`${R}GridIncrement`],Ue=R==="hours"&&!o.is24?we:0,Te=[];for(let ee=Ue;ee<be;ee+=we)Te.push({value:o.is24?ee:he(ee,R),text:ee<10?`0${ee}`:`${ee}`});return R==="hours"&&!o.is24&&Te.unshift({value:x.value==="PM"?12:0,text:"12"}),Aa(Te,ee=>({active:!1,disabled:p.value.times[R].includes(ee.value)||!Q(ee.value,R)||ae(R,ee.value)||O(R,ee.value)}))},z=R=>R>=0?R:59,L=R=>R>=0?R:23,Q=(R,_e)=>{const be=o.minTime?U(js(o.minTime)):null,we=o.maxTime?U(js(o.maxTime)):null,Ue=U(js(N.value,_e,_e==="minutes"||_e==="seconds"?z(R):L(R)));return be&&we?(Da(Ue,we)||$a(Ue,we))&&(aa(Ue,be)||$a(Ue,be)):be?aa(Ue,be)||$a(Ue,be):we?Da(Ue,we)||$a(Ue,we):!0},T=R=>o[`no${R[0].toUpperCase()+R.slice(1)}Overlay`],G=R=>{T(R)||(M[R]=!M[R],M[R]?(I.value=!0,a("overlay-opened",R)):(I.value=!1,a("overlay-closed",R)))},v=R=>R==="hours"?sr:R==="minutes"?Sr:Ma,D=()=>{V.value&&clearTimeout(V.value)},K=(R,_e=!0,be)=>{const we=_e?j:oe,Ue=_e?+o[`${R}Increment`]:-+o[`${R}Increment`];Q(+o[R]+Ue,R)&&a(`update:${R}`,v(R)(we({[R]:+o[R]},{[R]:+o[`${R}Increment`]}))),!(be!=null&&be.keyboard)&&h.value.timeArrowHoldThreshold&&(V.value=setTimeout(()=>{K(R,_e)},h.value.timeArrowHoldThreshold))},pe=R=>o.is24?R:(R>=12?x.value="PM":x.value="AM",Wk(R)),te=()=>{x.value==="PM"?(x.value="AM",a("update:hours",o.hours-12)):(x.value="PM",a("update:hours",o.hours+12)),a("am-pm-change",x.value)},Ne=R=>{M[R]=!0},de=(R,_e,be)=>{if(R&&o.arrowNavigation){Array.isArray(E.value[_e])?E.value[_e][be]=R:E.value[_e]=[R];const we=E.value.reduce((Ue,Te)=>Te.map((ee,me)=>[...Ue[me]||[],Te[me]]),[]);c(o.closeTimePickerBtn),b.value&&(we[1]=we[1].concat(b.value)),s(we,o.order)}},ye=(R,_e)=>(G(R),a(`update:${R}`,_e));return r({openChildCmp:Ne}),(R,_e)=>{var be;return R.disabled?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",ME,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(Y.value,(we,Ue)=>{var Te,ee,me;return t.openBlock(),t.createElementBlock("div",{key:Ue,class:t.normalizeClass(H.value),"data-compact":X.value&&!R.enableSeconds,"data-collapsed":X.value&&R.enableSeconds},[we.separator?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[I.value?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(":")],64))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createElementVNode("button",{ref_for:!0,ref:Se=>de(Se,Ue,0),type:"button",class:t.normalizeClass({dp__btn:!0,dp__inc_dec_button:!R.timePickerInline,dp__inc_dec_button_inline:R.timePickerInline,dp__tp_inline_btn_top:R.timePickerInline,dp__inc_dec_button_disabled:y.value(we.type),"dp--hidden-el":I.value}),"data-test-id":`${we.type}-time-inc-btn-${o.order}`,"aria-label":(Te=t.unref(d))==null?void 0:Te.incrementValue(we.type),tabindex:"0",onKeydown:Se=>t.unref(Wt)(Se,()=>K(we.type,!0,{keyboard:!0}),!0),onClick:Se=>t.unref(h).timeArrowHoldThreshold?void 0:K(we.type,!0),onMousedown:Se=>t.unref(h).timeArrowHoldThreshold?K(we.type,!0):void 0,onMouseup:D},[o.timePickerInline?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[R.$slots["tp-inline-arrow-up"]?t.renderSlot(R.$slots,"tp-inline-arrow-up",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[_e[2]||(_e[2]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),_e[3]||(_e[3]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[R.$slots["arrow-up"]?t.renderSlot(R.$slots,"arrow-up",{key:0}):t.createCommentVNode("",!0),R.$slots["arrow-up"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Xu),{key:1}))],64))],42,RE),t.createElementVNode("button",{ref_for:!0,ref:Se=>de(Se,Ue,1),type:"button","aria-label":`${fe.value(we.type).text}-${(ee=t.unref(d))==null?void 0:ee.openTpOverlay(we.type)}`,class:t.normalizeClass({dp__time_display:!0,dp__time_display_block:!R.timePickerInline,dp__time_display_inline:R.timePickerInline,"dp--time-invalid":S.value(we.type),"dp--time-overlay-btn":!S.value(we.type),"dp--hidden-el":I.value}),disabled:T(we.type),tabindex:"0","data-test-id":`${we.type}-toggle-overlay-btn-${o.order}`,onKeydown:Se=>t.unref(Wt)(Se,()=>G(we.type),!0),onClick:Se=>G(we.type)},[R.$slots[we.type]?t.renderSlot(R.$slots,we.type,{key:0,text:fe.value(we.type).text,value:fe.value(we.type).value}):t.createCommentVNode("",!0),R.$slots[we.type]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(fe.value(we.type).text),1)],64))],42,AE),t.createElementVNode("button",{ref_for:!0,ref:Se=>de(Se,Ue,2),type:"button",class:t.normalizeClass({dp__btn:!0,dp__inc_dec_button:!R.timePickerInline,dp__inc_dec_button_inline:R.timePickerInline,dp__tp_inline_btn_bottom:R.timePickerInline,dp__inc_dec_button_disabled:P.value(we.type),"dp--hidden-el":I.value}),"data-test-id":`${we.type}-time-dec-btn-${o.order}`,"aria-label":(me=t.unref(d))==null?void 0:me.decrementValue(we.type),tabindex:"0",onKeydown:Se=>t.unref(Wt)(Se,()=>K(we.type,!1,{keyboard:!0}),!0),onClick:Se=>t.unref(h).timeArrowHoldThreshold?void 0:K(we.type,!1),onMousedown:Se=>t.unref(h).timeArrowHoldThreshold?K(we.type,!1):void 0,onMouseup:D},[o.timePickerInline?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[R.$slots["tp-inline-arrow-down"]?t.renderSlot(R.$slots,"tp-inline-arrow-down",{key:0}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[_e[4]||(_e[4]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),_e[5]||(_e[5]=t.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[R.$slots["arrow-down"]?t.renderSlot(R.$slots,"arrow-down",{key:0}):t.createCommentVNode("",!0),R.$slots["arrow-down"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Qu),{key:1}))],64))],42,PE)],64))],10,DE)}),128)),R.is24?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",LE,[R.$slots["am-pm-button"]?t.renderSlot(R.$slots,"am-pm-button",{key:0,toggle:te,value:x.value}):t.createCommentVNode("",!0),R.$slots["am-pm-button"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("button",{key:1,ref_key:"amPmButton",ref:b,type:"button",class:"dp__pm_am_button",role:"button","aria-label":(be=t.unref(d))==null?void 0:be.amPmButton,tabindex:"0","data-compact":X.value,onClick:te,onKeydown:_e[0]||(_e[0]=we=>t.unref(Wt)(we,()=>te(),!0))},t.toDisplayString(x.value),41,FE))])),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(re.value,(we,Ue)=>(t.openBlock(),t.createBlock(t.Transition,{key:Ue,name:t.unref(k)(M[we.type]),css:t.unref($)},{default:t.withCtx(()=>{var Te,ee;return[M[we.type]?(t.openBlock(),t.createBlock(Ti,{key:0,items:Z(we.type),"is-last":R.autoApply&&!t.unref(h).keepActionRow,"esc-close":R.escClose,type:we.type,"text-input":R.textInput,config:R.config,"arrow-navigation":R.arrowNavigation,"aria-labels":R.ariaLabels,"overlay-label":(ee=(Te=t.unref(d)).timeOverlay)==null?void 0:ee.call(Te,we.type),onSelected:me=>ye(we.type,me),onToggle:me=>G(we.type),onResetFlow:_e[1]||(_e[1]=me=>R.$emit("reset-flow"))},t.createSlots({"button-icon":t.withCtx(()=>[R.$slots["clock-icon"]?t.renderSlot(R.$slots,"clock-icon",{key:0}):t.createCommentVNode("",!0),R.$slots["clock-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(R.timePickerInline?t.unref(za):t.unref(Gu)),{key:1}))]),_:2},[R.$slots[`${we.type}-overlay-value`]?{name:"item",fn:t.withCtx(({item:me})=>[t.renderSlot(R.$slots,`${we.type}-overlay-value`,{text:me.text,value:me.value})]),key:"0"}:void 0,R.$slots[`${we.type}-overlay-header`]?{name:"header",fn:t.withCtx(()=>[t.renderSlot(R.$slots,`${we.type}-overlay-header`,{toggle:()=>G(we.type)})]),key:"1"}:void 0]),1032,["items","is-last","esc-close","type","text-input","config","arrow-navigation","aria-labels","overlay-label","onSelected","onToggle"])):t.createCommentVNode("",!0)]}),_:2},1032,["name","css"]))),128))]))}}}),UE=["data-dp-mobile"],zE=["aria-label","tabindex"],WE=["role","aria-label","tabindex"],jE=["aria-label"],f1=t.defineComponent({compatConfig:{MODE:3},__name:"TimePicker",props:{hours:{type:[Number,Array],default:0},minutes:{type:[Number,Array],default:0},seconds:{type:[Number,Array],default:0},disabledTimesConfig:{type:Function,default:null},validateTime:{type:Function,default:()=>!1},...Tn},emits:["update:hours","update:minutes","update:seconds","mount","reset-flow","overlay-opened","overlay-closed","am-pm-change"],setup(e,{expose:r,emit:n}){const a=n,o=e,{buildMatrix:s,setTimePicker:c}=Nr(),d=t.useSlots(),{defaultedTransitions:f,defaultedAriaLabels:p,defaultedTextInput:h,defaultedConfig:g,defaultedRange:_}=pt(o),{transitionName:k,showTransition:$}=Mi(f),{hideNavigationButtons:M}=ll(),x=t.ref(null),b=t.ref(null),E=t.ref([]),V=t.ref(null),I=t.ref(!1);t.onMounted(()=>{a("mount"),!o.timePicker&&o.arrowNavigation?s([Bt(x.value)],"time"):c(!0,o.timePicker)});const U=t.computed(()=>_.value.enabled&&o.modelAuto?Vh(o.internalModelValue):!0),S=t.ref(!1),N=ae=>({hours:Array.isArray(o.hours)?o.hours[ae]:o.hours,minutes:Array.isArray(o.minutes)?o.minutes[ae]:o.minutes,seconds:Array.isArray(o.seconds)?o.seconds[ae]:o.seconds}),O=t.computed(()=>{const ae=[];if(_.value.enabled)for(let he=0;he<2;he++)ae.push(N(he));else ae.push(N(0));return ae}),A=(ae,he=!1,Z="")=>{he||a("reset-flow"),S.value=ae,a(ae?"overlay-opened":"overlay-closed",Pt.time),o.arrowNavigation&&c(ae),t.nextTick(()=>{Z!==""&&E.value[0]&&E.value[0].openChildCmp(Z)})},y=t.computed(()=>({dp__btn:!0,dp__button:!0,dp__button_bottom:o.autoApply&&!g.value.keepActionRow})),P=sn(d,"timePicker"),j=(ae,he,Z)=>_.value.enabled?he===0?[ae,O.value[1][Z]]:[O.value[0][Z],ae]:ae,oe=ae=>{a("update:hours",ae)},H=ae=>{a("update:minutes",ae)},X=ae=>{a("update:seconds",ae)},Y=()=>{if(V.value&&!h.value.enabled&&!o.noOverlayFocus){const ae=Ih(V.value);ae&&ae.focus({preventScroll:!0})}},re=ae=>{I.value=!1,a("overlay-closed",ae)},fe=ae=>{I.value=!0,a("overlay-opened",ae)};return r({toggleTimePicker:A}),(ae,he)=>{var Z;return t.openBlock(),t.createElementBlock("div",{class:"dp--tp-wrap","data-dp-mobile":ae.isMobile},[!ae.timePicker&&!ae.timePickerInline?t.withDirectives((t.openBlock(),t.createElementBlock("button",{key:0,ref_key:"openTimePickerBtn",ref:x,type:"button",class:t.normalizeClass({...y.value,"dp--hidden-el":S.value}),"aria-label":(Z=t.unref(p))==null?void 0:Z.openTimePicker,tabindex:ae.noOverlayFocus?void 0:0,"data-test-id":"open-time-picker-btn",onKeydown:he[0]||(he[0]=z=>t.unref(Wt)(z,()=>A(!0))),onClick:he[1]||(he[1]=z=>A(!0))},[ae.$slots["clock-icon"]?t.renderSlot(ae.$slots,"clock-icon",{key:0}):t.createCommentVNode("",!0),ae.$slots["clock-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Gu),{key:1}))],42,zE)),[[t.vShow,!t.unref(M)(ae.hideNavigation,"time")]]):t.createCommentVNode("",!0),t.createVNode(t.Transition,{name:t.unref(k)(S.value),css:t.unref($)&&!ae.timePickerInline},{default:t.withCtx(()=>{var z,L;return[S.value||ae.timePicker||ae.timePickerInline?(t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"overlayRef",ref:V,role:ae.timePickerInline?void 0:"dialog",class:t.normalizeClass({dp__overlay:!ae.timePickerInline,"dp--overlay-absolute":!o.timePicker&&!ae.timePickerInline,"dp--overlay-relative":o.timePicker}),style:t.normalizeStyle(ae.timePicker?{height:`${t.unref(g).modeHeight}px`}:void 0),"aria-label":(z=t.unref(p))==null?void 0:z.timePicker,tabindex:ae.timePickerInline?void 0:0},[t.createElementVNode("div",{class:t.normalizeClass(ae.timePickerInline?"dp__time_picker_inline_container":"dp__overlay_container dp__container_flex dp__time_picker_overlay_container"),style:{display:"flex"}},[ae.$slots["time-picker-overlay"]?t.renderSlot(ae.$slots,"time-picker-overlay",{key:0,hours:e.hours,minutes:e.minutes,seconds:e.seconds,setHours:oe,setMinutes:H,setSeconds:X}):t.createCommentVNode("",!0),ae.$slots["time-picker-overlay"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(ae.timePickerInline?"dp__flex":"dp__overlay_row dp__flex_row")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(O.value,(Q,T)=>t.withDirectives((t.openBlock(),t.createBlock(HE,t.mergeProps({key:T,ref_for:!0},{...ae.$props,order:T,hours:Q.hours,minutes:Q.minutes,seconds:Q.seconds,closeTimePickerBtn:b.value,disabledTimesConfig:e.disabledTimesConfig,disabled:T===0?t.unref(_).fixedStart:t.unref(_).fixedEnd},{ref_for:!0,ref_key:"timeInputRefs",ref:E,"validate-time":(G,v)=>e.validateTime(G,j(v,T,G)),"onUpdate:hours":G=>oe(j(G,T,"hours")),"onUpdate:minutes":G=>H(j(G,T,"minutes")),"onUpdate:seconds":G=>X(j(G,T,"seconds")),onMounted:Y,onOverlayClosed:re,onOverlayOpened:fe,onAmPmChange:he[2]||(he[2]=G=>ae.$emit("am-pm-change",G))}),t.createSlots({_:2},[t.renderList(t.unref(P),(G,v)=>({name:G,fn:t.withCtx(D=>[t.renderSlot(ae.$slots,G,t.mergeProps({ref_for:!0},D))])}))]),1040,["validate-time","onUpdate:hours","onUpdate:minutes","onUpdate:seconds"])),[[t.vShow,T===0?!0:U.value]])),128))],2)),!ae.timePicker&&!ae.timePickerInline?t.withDirectives((t.openBlock(),t.createElementBlock("button",{key:2,ref_key:"closeTimePickerBtn",ref:b,type:"button",class:t.normalizeClass({...y.value,"dp--hidden-el":I.value}),"aria-label":(L=t.unref(p))==null?void 0:L.closeTimePicker,tabindex:"0",onKeydown:he[3]||(he[3]=Q=>t.unref(Wt)(Q,()=>A(!1))),onClick:he[4]||(he[4]=Q=>A(!1))},[ae.$slots["calendar-icon"]?t.renderSlot(ae.$slots,"calendar-icon",{key:0}):t.createCommentVNode("",!0),ae.$slots["calendar-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(za),{key:1}))],42,jE)),[[t.vShow,!t.unref(M)(ae.hideNavigation,"time")]]):t.createCommentVNode("",!0)],2)],14,WE)):t.createCommentVNode("",!0)]}),_:3},8,["name","css"])],8,UE)}}}),p1=(e,r,n,a)=>{const{defaultedRange:o}=pt(e),s=(V,I)=>Array.isArray(r[V])?r[V][I]:r[V],c=V=>e.enableSeconds?Array.isArray(r.seconds)?r.seconds[V]:r.seconds:0,d=(V,I)=>V?I!==void 0?$r(V,s("hours",I),s("minutes",I),c(I)):$r(V,r.hours,r.minutes,c()):$h(ge(),c(I)),f=(V,I)=>{r[V]=I},p=t.computed(()=>e.modelAuto&&o.value.enabled?Array.isArray(n.value)?n.value.length>1:!1:o.value.enabled),h=(V,I)=>{const U=Object.fromEntries(Object.keys(r).map(S=>S===V?[S,I]:[S,r[S]].slice()));if(p.value&&!o.value.disableTimeRangeValidation){const S=O=>n.value?$r(n.value[O],U.hours[O],U.minutes[O],U.seconds[O]):null,N=O=>Ch(n.value[O],0);return!(Xe(S(0),S(1))&&(aa(S(0),N(1))||Da(S(1),N(0))))}return!0},g=(V,I)=>{h(V,I)&&(f(V,I),a&&a())},_=V=>{g("hours",V)},k=V=>{g("minutes",V)},$=V=>{g("seconds",V)},M=(V,I,U,S)=>{I&&_(V),!I&&!U&&k(V),U&&$(V),n.value&&S(n.value)},x=V=>{if(V){const I=Array.isArray(V),U=I?[+V[0].hours,+V[1].hours]:+V.hours,S=I?[+V[0].minutes,+V[1].minutes]:+V.minutes,N=I?[+V[0].seconds,+V[1].seconds]:+V.seconds;f("hours",U),f("minutes",S),e.enableSeconds&&f("seconds",N)}},b=(V,I)=>{const U={hours:Array.isArray(r.hours)?r.hours[V]:r.hours,disabledArr:[]};return(I||I===0)&&(U.hours=I),Array.isArray(e.disabledTimes)&&(U.disabledArr=o.value.enabled&&Array.isArray(e.disabledTimes[V])?e.disabledTimes[V]:e.disabledTimes),U},E=t.computed(()=>(V,I)=>{var U;if(Array.isArray(e.disabledTimes)){const{disabledArr:S,hours:N}=b(V,I),O=S.filter(A=>+A.hours===N);return((U=O[0])==null?void 0:U.minutes)==="*"?{hours:[N],minutes:void 0,seconds:void 0}:{hours:[],minutes:(O==null?void 0:O.map(A=>+A.minutes))??[],seconds:(O==null?void 0:O.map(A=>A.seconds?+A.seconds:void 0))??[]}}return{hours:[],minutes:[],seconds:[]}});return{setTime:f,updateHours:_,updateMinutes:k,updateSeconds:$,getSetDateTime:d,updateTimeValues:M,getSecondsValue:c,assignStartTime:x,validateTime:h,disabledTimesConfig:E}},YE=(e,r)=>{const n=()=>{e.isTextInputDate&&I()},{modelValue:a,time:o}=Di(e,r,n),{defaultedStartTime:s,defaultedRange:c,defaultedTz:d}=pt(e),{updateTimeValues:f,getSetDateTime:p,setTime:h,assignStartTime:g,disabledTimesConfig:_,validateTime:k}=p1(e,o,a,$);function $(){r("update-flow-step")}const M=S=>{const{hours:N,minutes:O,seconds:A}=S;return{hours:+N,minutes:+O,seconds:A?+A:0}},x=()=>{if(e.startTime){if(Array.isArray(e.startTime)){const N=M(e.startTime[0]),O=M(e.startTime[1]);return[it(ge(),N),it(ge(),O)]}const S=M(e.startTime);return it(ge(),S)}return c.value.enabled?[null,null]:null},b=()=>{if(c.value.enabled){const[S,N]=x();a.value=[Jt(p(S,0),d.value.timezone),Jt(p(N,1),d.value.timezone)]}else a.value=Jt(p(x()),d.value.timezone)},E=S=>Array.isArray(S)?[na(ge(S[0])),na(ge(S[1]))]:[na(S??ge())],V=(S,N,O)=>{h("hours",S),h("minutes",N),h("seconds",e.enableSeconds?O:0)},I=()=>{const[S,N]=E(a.value);return c.value.enabled?V([S.hours,N.hours],[S.minutes,N.minutes],[S.seconds,N.seconds]):V(S.hours,S.minutes,S.seconds)};t.onMounted(()=>{if(!e.shadow)return g(s.value),a.value?I():b()});const U=()=>{Array.isArray(a.value)?a.value=a.value.map((S,N)=>S&&p(S,N)):a.value=p(a.value),r("time-update")};return{modelValue:a,time:o,disabledTimesConfig:_,updateTime:(S,N=!0,O=!1)=>{f(S,N,O,U)},validateTime:k}},KE=t.defineComponent({compatConfig:{MODE:3},__name:"TimePickerSolo",props:{...Tn},emits:["update:internal-model-value","time-update","am-pm-change","mount","reset-flow","update-flow-step","overlay-toggle"],setup(e,{expose:r,emit:n}){const a=n,o=e,s=t.useSlots(),c=sn(s,"timePicker"),d=t.ref(null),{time:f,modelValue:p,disabledTimesConfig:h,updateTime:g,validateTime:_}=YE(o,a);return t.onMounted(()=>{o.shadow||a("mount",null)}),r({getSidebarProps:()=>({modelValue:p,time:f,updateTime:g}),toggleTimePicker:(k,$=!1,M="")=>{var x;(x=d.value)==null||x.toggleTimePicker(k,$,M)}}),(k,$)=>(t.openBlock(),t.createBlock(il,{"multi-calendars":0,stretch:"","is-mobile":k.isMobile},{default:t.withCtx(()=>[t.createVNode(f1,t.mergeProps({ref_key:"tpRef",ref:d},k.$props,{hours:t.unref(f).hours,minutes:t.unref(f).minutes,seconds:t.unref(f).seconds,"internal-model-value":k.internalModelValue,"disabled-times-config":t.unref(h),"validate-time":t.unref(_),"onUpdate:hours":$[0]||($[0]=M=>t.unref(g)(M)),"onUpdate:minutes":$[1]||($[1]=M=>t.unref(g)(M,!1)),"onUpdate:seconds":$[2]||($[2]=M=>t.unref(g)(M,!1,!0)),onAmPmChange:$[3]||($[3]=M=>k.$emit("am-pm-change",M)),onResetFlow:$[4]||($[4]=M=>k.$emit("reset-flow")),onOverlayClosed:$[5]||($[5]=M=>k.$emit("overlay-toggle",{open:!1,overlay:M})),onOverlayOpened:$[6]||($[6]=M=>k.$emit("overlay-toggle",{open:!0,overlay:M}))}),t.createSlots({_:2},[t.renderList(t.unref(c),(M,x)=>({name:M,fn:t.withCtx(b=>[t.renderSlot(k.$slots,M,t.normalizeProps(t.guardReactiveProps(b)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"])]),_:3},8,["is-mobile"]))}}),GE={class:"dp--header-wrap"},XE={key:0,class:"dp__month_year_wrap"},QE={key:0},qE={class:"dp__month_year_wrap"},JE=["data-dp-element","aria-label","data-test-id","onClick","onKeydown"],ZE=t.defineComponent({compatConfig:{MODE:3},__name:"DpHeader",props:{month:{type:Number,default:0},year:{type:Number,default:0},instance:{type:Number,default:0},years:{type:Array,default:()=>[]},months:{type:Array,default:()=>[]},...Tn},emits:["update-month-year","mount","reset-flow","overlay-closed","overlay-opened"],setup(e,{expose:r,emit:n}){const a=n,o=e,{defaultedTransitions:s,defaultedAriaLabels:c,defaultedMultiCalendars:d,defaultedFilters:f,defaultedConfig:p,defaultedHighlight:h,propDates:g,defaultedUI:_}=pt(o),{transitionName:k,showTransition:$}=Mi(s),{buildMatrix:M}=Nr(),{handleMonthYearChange:x,isDisabled:b,updateMonthYear:E}=bE(o,a),{showLeftIcon:V,showRightIcon:I}=ll(),U=t.ref(!1),S=t.ref(!1),N=t.ref(!1),O=t.ref([null,null,null,null]);t.onMounted(()=>{a("mount")});const A=L=>({get:()=>o[L],set:Q=>{const T=L===Sn.month?Sn.year:Sn.month;a("update-month-year",{[L]:Q,[T]:o[T]}),L===Sn.month?re(!0):fe(!0)}}),y=t.computed(A(Sn.month)),P=t.computed(A(Sn.year)),j=t.computed(()=>L=>({month:o.month,year:o.year,items:L===Sn.month?o.months:o.years,instance:o.instance,updateMonthYear:E,toggle:L===Sn.month?re:fe})),oe=t.computed(()=>o.months.find(Q=>Q.value===o.month)||{text:"",value:0}),H=t.computed(()=>Aa(o.months,L=>{const Q=o.month===L.value,T=$i(L.value,e1(o.year,g.value.minDate),t1(o.year,g.value.maxDate))||f.value.months.includes(L.value),G=o1(h.value,L.value,o.year);return{active:Q,disabled:T,highlighted:G}})),X=t.computed(()=>Aa(o.years,L=>{const Q=o.year===L.value,T=$i(L.value,La(g.value.minDate),La(g.value.maxDate))||f.value.years.includes(L.value),G=sd(h.value,L.value);return{active:Q,disabled:T,highlighted:G}})),Y=(L,Q,T)=>{T!==void 0?L.value=T:L.value=!L.value,L.value?(N.value=!0,a("overlay-opened",Q)):(N.value=!1,a("overlay-closed",Q))},re=(L=!1,Q)=>{ae(L),Y(U,Pt.month,Q)},fe=(L=!1,Q)=>{ae(L),Y(S,Pt.year,Q)},ae=L=>{L||a("reset-flow")},he=(L,Q)=>{o.arrowNavigation&&(O.value[Q]=Bt(L),M(O.value,"monthYear"))},Z=t.computed(()=>{var L,Q,T,G,v,D;return[{type:Sn.month,index:1,toggle:re,modelValue:y.value,updateModelValue:K=>y.value=K,text:oe.value.text,showSelectionGrid:U.value,items:H.value,ariaLabel:(L=c.value)==null?void 0:L.openMonthsOverlay,overlayLabel:((T=(Q=c.value).monthPicker)==null?void 0:T.call(Q,!0))??void 0},{type:Sn.year,index:2,toggle:fe,modelValue:P.value,updateModelValue:K=>P.value=K,text:Nh(o.year,o.locale),showSelectionGrid:S.value,items:X.value,ariaLabel:(G=c.value)==null?void 0:G.openYearsOverlay,overlayLabel:((D=(v=c.value).yearPicker)==null?void 0:D.call(v,!0))??void 0}]}),z=t.computed(()=>o.disableYearSelect?[Z.value[0]]:o.yearFirst?[...Z.value].reverse():Z.value);return r({toggleMonthPicker:re,toggleYearPicker:fe,handleMonthYearChange:x}),(L,Q)=>{var T,G,v,D,K,pe;return t.openBlock(),t.createElementBlock("div",GE,[L.$slots["month-year"]?(t.openBlock(),t.createElementBlock("div",XE,[t.renderSlot(L.$slots,"month-year",t.normalizeProps(t.guardReactiveProps({month:e.month,year:e.year,months:e.months,years:e.years,updateMonthYear:t.unref(E),handleMonthYearChange:t.unref(x),instance:e.instance,isDisabled:t.unref(b)})))])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[L.$slots["top-extra"]?(t.openBlock(),t.createElementBlock("div",QE,[t.renderSlot(L.$slots,"top-extra",{value:L.internalModelValue})])):t.createCommentVNode("",!0),t.createElementVNode("div",qE,[t.unref(V)(t.unref(d),e.instance)&&!L.vertical?(t.openBlock(),t.createBlock(_i,{key:0,"aria-label":(T=t.unref(c))==null?void 0:T.prevMonth,disabled:t.unref(b)(!1),class:t.normalizeClass((G=t.unref(_))==null?void 0:G.navBtnPrev),"el-name":"action-prev",onActivate:Q[0]||(Q[0]=te=>t.unref(x)(!1,!0)),onSetRef:Q[1]||(Q[1]=te=>he(te,0))},{default:t.withCtx(()=>[L.$slots["arrow-left"]?t.renderSlot(L.$slots,"arrow-left",{key:0}):t.createCommentVNode("",!0),L.$slots["arrow-left"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Yu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["dp__month_year_wrap",{dp__year_disable_select:L.disableYearSelect}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(z.value,(te,Ne)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:te.type},[t.createElementVNode("button",{ref_for:!0,ref:de=>he(de,Ne+1),type:"button","data-dp-element":`overlay-${te.type}`,class:t.normalizeClass(["dp__btn dp__month_year_select",{"dp--hidden-el":N.value}]),"aria-label":`${te.text}-${te.ariaLabel}`,"data-test-id":`${te.type}-toggle-overlay-${e.instance}`,onClick:te.toggle,onKeydown:de=>t.unref(Wt)(de,()=>te.toggle(),!0)},[L.$slots[te.type]?t.renderSlot(L.$slots,te.type,{key:0,text:te.text,value:o[te.type]}):t.createCommentVNode("",!0),L.$slots[te.type]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(te.text),1)],64))],42,JE),t.createVNode(t.Transition,{name:t.unref(k)(te.showSelectionGrid),css:t.unref($)},{default:t.withCtx(()=>[te.showSelectionGrid?(t.openBlock(),t.createBlock(Ti,{key:0,items:te.items,"arrow-navigation":L.arrowNavigation,"hide-navigation":L.hideNavigation,"is-last":L.autoApply&&!t.unref(p).keepActionRow,"skip-button-ref":!1,config:L.config,type:te.type,"header-refs":[],"esc-close":L.escClose,"menu-wrap-ref":L.menuWrapRef,"text-input":L.textInput,"aria-labels":L.ariaLabels,"overlay-label":te.overlayLabel,onSelected:te.updateModelValue,onToggle:te.toggle},t.createSlots({"button-icon":t.withCtx(()=>[L.$slots["calendar-icon"]?t.renderSlot(L.$slots,"calendar-icon",{key:0}):t.createCommentVNode("",!0),L.$slots["calendar-icon"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(za),{key:1}))]),_:2},[L.$slots[`${te.type}-overlay-value`]?{name:"item",fn:t.withCtx(({item:de})=>[t.renderSlot(L.$slots,`${te.type}-overlay-value`,{text:de.text,value:de.value})]),key:"0"}:void 0,L.$slots[`${te.type}-overlay`]?{name:"overlay",fn:t.withCtx(()=>[t.renderSlot(L.$slots,`${te.type}-overlay`,t.mergeProps({ref_for:!0},j.value(te.type)))]),key:"1"}:void 0,L.$slots[`${te.type}-overlay-header`]?{name:"header",fn:t.withCtx(()=>[t.renderSlot(L.$slots,`${te.type}-overlay-header`,{toggle:te.toggle})]),key:"2"}:void 0]),1032,["items","arrow-navigation","hide-navigation","is-last","config","type","esc-close","menu-wrap-ref","text-input","aria-labels","overlay-label","onSelected","onToggle"])):t.createCommentVNode("",!0)]),_:2},1032,["name","css"])],64))),128))],2),t.unref(V)(t.unref(d),e.instance)&&L.vertical?(t.openBlock(),t.createBlock(_i,{key:1,"aria-label":(v=t.unref(c))==null?void 0:v.prevMonth,"el-name":"action-prev",disabled:t.unref(b)(!1),class:t.normalizeClass((D=t.unref(_))==null?void 0:D.navBtnPrev),onActivate:Q[2]||(Q[2]=te=>t.unref(x)(!1,!0))},{default:t.withCtx(()=>[L.$slots["arrow-up"]?t.renderSlot(L.$slots,"arrow-up",{key:0}):t.createCommentVNode("",!0),L.$slots["arrow-up"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.unref(Xu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):t.createCommentVNode("",!0),t.unref(I)(t.unref(d),e.instance)?(t.openBlock(),t.createBlock(_i,{key:2,ref:"rightIcon","el-name":"action-next",disabled:t.unref(b)(!0),"aria-label":(K=t.unref(c))==null?void 0:K.nextMonth,class:t.normalizeClass((pe=t.unref(_))==null?void 0:pe.navBtnNext),onActivate:Q[3]||(Q[3]=te=>t.unref(x)(!0,!0)),onSetRef:Q[4]||(Q[4]=te=>he(te,L.disableYearSelect?2:3))},{default:t.withCtx(()=>[L.$slots[L.vertical?"arrow-down":"arrow-right"]?t.renderSlot(L.$slots,L.vertical?"arrow-down":"arrow-right",{key:0}):t.createCommentVNode("",!0),L.$slots[L.vertical?"arrow-down":"arrow-right"]?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(L.vertical?t.unref(Qu):t.unref(Ku)),{key:1}))]),_:3},8,["disabled","aria-label","class"])):t.createCommentVNode("",!0)])],64))])}}}),eC={class:"dp__calendar_header",role:"row"},tC={key:0,class:"dp__calendar_header_item",role:"gridcell"},nC=["aria-label"],rC={key:0,class:"dp__calendar_item dp__week_num",role:"gridcell"},aC={class:"dp__cell_inner"},iC=["id","aria-pressed","aria-disabled","aria-label","tabindex","data-test-id","onClick","onTouchend","onKeydown","onMouseenter","onMouseleave","onMousedown"],oC=t.defineComponent({compatConfig:{MODE:3},__name:"DpCalendar",props:{mappedDates:{type:Array,default:()=>[]},instance:{type:Number,default:0},month:{type:Number,default:0},year:{type:Number,default:0},...Tn},emits:["select-date","set-hover-date","handle-scroll","mount","handle-swipe","handle-space","tooltip-open","tooltip-close"],setup(e,{expose:r,emit:n}){const a=n,o=e,{buildMultiLevelMatrix:s}=Nr(),{defaultedTransitions:c,defaultedConfig:d,defaultedAriaLabels:f,defaultedMultiCalendars:p,defaultedWeekNumbers:h,defaultedMultiDates:g,defaultedUI:_}=pt(o),k=t.ref(null),$=t.ref({bottom:"",left:"",transform:""}),M=t.ref([]),x=t.ref(null),b=t.ref(!0),E=t.ref(""),V=t.ref({startX:0,endX:0,startY:0,endY:0}),I=t.ref([]),U=t.ref({left:"50%"}),S=t.ref(!1),N=t.computed(()=>o.calendar?o.calendar(o.mappedDates):o.mappedDates),O=t.computed(()=>o.dayNames?Array.isArray(o.dayNames)?o.dayNames:o.dayNames(o.locale,+o.weekStart):zk(o.formatLocale,o.locale,+o.weekStart));t.onMounted(()=>{a("mount",{cmp:"calendar",refs:M}),d.value.noSwipe||x.value&&(x.value.addEventListener("touchstart",he,{passive:!1}),x.value.addEventListener("touchend",Z,{passive:!1}),x.value.addEventListener("touchmove",z,{passive:!1})),o.monthChangeOnScroll&&x.value&&x.value.addEventListener("wheel",T,{passive:!1})});const A=te=>te?o.vertical?"vNext":"next":o.vertical?"vPrevious":"previous",y=(te,Ne)=>{if(o.transitions){const de=Mt(ar(ge(),o.month,o.year));E.value=kt(Mt(ar(ge(),te,Ne)),de)?c.value[A(!0)]:c.value[A(!1)],b.value=!1,t.nextTick(()=>{b.value=!0})}},P=t.computed(()=>({..._.value.calendar??{}})),j=t.computed(()=>te=>{const Ne=jk(te);return{dp__marker_dot:Ne.type==="dot",dp__marker_line:Ne.type==="line"}}),oe=t.computed(()=>te=>Xe(te,k.value)),H=t.computed(()=>({dp__calendar:!0,dp__calendar_next:p.value.count>0&&o.instance!==0})),X=t.computed(()=>te=>o.hideOffsetDates?te.current:!0),Y=async(te,Ne)=>{const{width:de,height:ye}=te.getBoundingClientRect();k.value=Ne.value;let R={left:`${de/2}px`},_e=-50;if(await t.nextTick(),I.value[0]){const{left:be,width:we}=I.value[0].getBoundingClientRect();be<0&&(R={left:"0"},_e=0,U.value.left=`${de/2}px`),window.innerWidth<be+we&&(R={right:"0"},_e=0,U.value.left=`${we-de/2}px`)}$.value={bottom:`${ye}px`,...R,transform:`translateX(${_e}%)`}},re=async(te,Ne,de)=>{var ye,R,_e;const be=Bt(M.value[Ne][de]);be&&((ye=te.marker)!=null&&ye.customPosition&&(_e=(R=te.marker)==null?void 0:R.tooltip)!=null&&_e.length?$.value=te.marker.customPosition(be):await Y(be,te),a("tooltip-open",te.marker))},fe=async(te,Ne,de)=>{var ye,R;if(S.value&&g.value.enabled&&g.value.dragSelect)return a("select-date",te);if(a("set-hover-date",te),(R=(ye=te.marker)==null?void 0:ye.tooltip)!=null&&R.length){if(o.hideOffsetDates&&!te.current)return;await re(te,Ne,de)}},ae=te=>{k.value&&(k.value=null,$.value=JSON.parse(JSON.stringify({bottom:"",left:"",transform:""})),a("tooltip-close",te.marker))},he=te=>{V.value.startX=te.changedTouches[0].screenX,V.value.startY=te.changedTouches[0].screenY},Z=te=>{V.value.endX=te.changedTouches[0].screenX,V.value.endY=te.changedTouches[0].screenY,L()},z=te=>{o.vertical&&!o.inline&&te.preventDefault()},L=()=>{const te=o.vertical?"Y":"X";Math.abs(V.value[`start${te}`]-V.value[`end${te}`])>10&&a("handle-swipe",V.value[`start${te}`]>V.value[`end${te}`]?"right":"left")},Q=(te,Ne,de)=>{te&&(Array.isArray(M.value[Ne])?M.value[Ne][de]=te:M.value[Ne]=[te]),o.arrowNavigation&&s(M.value,"calendar")},T=te=>{o.monthChangeOnScroll&&(te.preventDefault(),a("handle-scroll",te))},G=te=>h.value.type==="local"?zu(te.value,{weekStartsOn:+o.weekStart}):h.value.type==="iso"?Hu(te.value):typeof h.value.type=="function"?h.value.type(te.value):"",v=te=>{const Ne=te[0];return h.value.hideOnOffsetDates?te.some(de=>de.current)?G(Ne):"":G(Ne)},D=(te,Ne,de=!0)=>{!de&&Qk()||(!g.value.enabled||d.value.allowPreventDefault)&&(Cr(te,d.value),a("select-date",Ne))},K=te=>{Cr(te,d.value)},pe=te=>{g.value.enabled&&g.value.dragSelect?(S.value=!0,a("select-date",te)):g.value.enabled&&a("select-date",te)};return r({triggerTransition:y}),(te,Ne)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(H.value)},[t.createElementVNode("div",{ref_key:"calendarWrapRef",ref:x,class:t.normalizeClass(P.value),role:"grid"},[t.createElementVNode("div",eC,[te.weekNumbers?(t.openBlock(),t.createElementBlock("div",tC,t.toDisplayString(te.weekNumName),1)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(O.value,(de,ye)=>{var R,_e;return t.openBlock(),t.createElementBlock("div",{key:ye,class:"dp__calendar_header_item",role:"gridcell","data-test-id":"calendar-header","aria-label":(_e=(R=t.unref(f))==null?void 0:R.weekDay)==null?void 0:_e.call(R,ye)},[te.$slots["calendar-header"]?t.renderSlot(te.$slots,"calendar-header",{key:0,day:de,index:ye}):t.createCommentVNode("",!0),te.$slots["calendar-header"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(de),1)],64))],8,nC)}),128))]),Ne[2]||(Ne[2]=t.createElementVNode("div",{class:"dp__calendar_header_separator"},null,-1)),t.createVNode(t.Transition,{name:E.value,css:!!te.transitions},{default:t.withCtx(()=>[b.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"dp__calendar",role:"rowgroup",onMouseleave:Ne[1]||(Ne[1]=de=>S.value=!1)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(N.value,(de,ye)=>(t.openBlock(),t.createElementBlock("div",{key:ye,class:"dp__calendar_row",role:"row"},[te.weekNumbers?(t.openBlock(),t.createElementBlock("div",rC,[t.createElementVNode("div",aC,t.toDisplayString(v(de.days)),1)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(de.days,(R,_e)=>{var be,we,Ue;return t.openBlock(),t.createElementBlock("div",{id:t.unref(ku)(R.value),ref_for:!0,ref:Te=>Q(Te,ye,_e),key:_e+ye,role:"gridcell",class:"dp__calendar_item","aria-pressed":(R.classData.dp__active_date||R.classData.dp__range_start||R.classData.dp__range_start)??void 0,"aria-disabled":R.classData.dp__cell_disabled||void 0,"aria-label":(we=(be=t.unref(f))==null?void 0:be.day)==null?void 0:we.call(be,R),tabindex:!R.current&&te.hideOffsetDates?void 0:0,"data-test-id":t.unref(ku)(R.value),onClick:t.withModifiers(Te=>D(Te,R),["prevent"]),onTouchend:Te=>D(Te,R,!1),onKeydown:Te=>t.unref(Wt)(Te,()=>te.$emit("select-date",R)),onMouseenter:Te=>fe(R,ye,_e),onMouseleave:Te=>ae(R),onMousedown:Te=>pe(R),onMouseup:Ne[0]||(Ne[0]=Te=>S.value=!1)},[t.createElementVNode("div",{class:t.normalizeClass(["dp__cell_inner",R.classData])},[te.$slots.day&&X.value(R)?t.renderSlot(te.$slots,"day",{key:0,day:+R.text,date:R.value}):t.createCommentVNode("",!0),te.$slots.day?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(R.text),1)],64)),R.marker&&X.value(R)?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[te.$slots.marker?t.renderSlot(te.$slots,"marker",{key:0,marker:R.marker,day:+R.text,date:R.value}):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(j.value(R.marker)),style:t.normalizeStyle(R.marker.color?{backgroundColor:R.marker.color}:{})},null,6))],64)):t.createCommentVNode("",!0),oe.value(R.value)?(t.openBlock(),t.createElementBlock("div",{key:3,ref_for:!0,ref_key:"activeTooltip",ref:I,class:"dp__marker_tooltip",style:t.normalizeStyle($.value)},[(Ue=R.marker)!=null&&Ue.tooltip?(t.openBlock(),t.createElementBlock("div",{key:0,class:"dp__tooltip_content",onClick:K},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(R.marker.tooltip,(Te,ee)=>(t.openBlock(),t.createElementBlock("div",{key:ee,class:"dp__tooltip_text"},[te.$slots["marker-tooltip"]?t.renderSlot(te.$slots,"marker-tooltip",{key:0,tooltip:Te,day:R.value}):t.createCommentVNode("",!0),te.$slots["marker-tooltip"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createElementVNode("div",{class:"dp__tooltip_mark",style:t.normalizeStyle(Te.color?{backgroundColor:Te.color}:{})},null,4),t.createElementVNode("div",null,t.toDisplayString(Te.text),1)],64))]))),128)),t.createElementVNode("div",{class:"dp__arrow_bottom_tp",style:t.normalizeStyle(U.value)},null,4)])):t.createCommentVNode("",!0)],4)):t.createCommentVNode("",!0)],2)],40,iC)}),128))]))),128))],32)):t.createCommentVNode("",!0)]),_:3},8,["name","css"])],2)],2))}}),$0=e=>Array.isArray(e),lC=(e,r,n,a)=>{const o=t.ref([]),s=t.ref(new Date),c=t.ref(),d=()=>Z(e.isTextInputDate),{modelValue:f,calendars:p,time:h,today:g}=Di(e,r,d),{defaultedMultiCalendars:_,defaultedStartTime:k,defaultedRange:$,defaultedConfig:M,defaultedTz:x,propDates:b,defaultedMultiDates:E}=pt(e),{validateMonthYearInRange:V,isDisabled:I,isDateRangeAllowed:U,checkMinMaxRange:S}=Tr(e),{updateTimeValues:N,getSetDateTime:O,setTime:A,assignStartTime:y,validateTime:P,disabledTimesConfig:j}=p1(e,h,f,a),oe=t.computed(()=>ne=>p.value[ne]?p.value[ne].month:0),H=t.computed(()=>ne=>p.value[ne]?p.value[ne].year:0),X=ne=>!M.value.keepViewOnOffsetClick||ne?!0:!c.value,Y=(ne,ke,Ie,le=!1)=>{var xe,Be;X(le)&&(p.value[ne]||(p.value[ne]={month:0,year:0}),p.value[ne].month=zp(ke)?(xe=p.value[ne])==null?void 0:xe.month:ke,p.value[ne].year=zp(Ie)?(Be=p.value[ne])==null?void 0:Be.year:Ie)},re=()=>{e.autoApply&&r("select-date")},fe=()=>{k.value&&y(k.value)};t.onMounted(()=>{e.shadow||(f.value||(Ne(),fe()),Z(!0),e.focusStartDate&&e.startDate&&Ne())});const ae=t.computed(()=>{var ne;return(ne=e.flow)!=null&&ne.length&&!e.partialFlow?e.flowStep===e.flow.length:!0}),he=()=>{e.autoApply&&ae.value&&r("auto-apply",e.partialFlow?e.flowStep!==e.flow.length:!1)},Z=(ne=!1)=>{if(f.value)return Array.isArray(f.value)?(o.value=f.value,D(ne)):Q(f.value,ne);if(_.value.count&&ne&&!e.startDate)return L(ge(),ne)},z=()=>Array.isArray(f.value)&&$.value.enabled?Ge(f.value[0])===Ge(f.value[1]??f.value[0]):!1,L=(ne=new Date,ke=!1)=>{if((!_.value.count||!_.value.static||ke)&&Y(0,Ge(ne),Pe(ne)),_.value.count&&(!f.value||z()||!_.value.solo)&&(!_.value.solo||ke))for(let Ie=1;Ie<_.value.count;Ie++){const le=it(ge(),{month:oe.value(Ie-1),year:H.value(Ie-1)}),xe=lh(le,{months:1});p.value[Ie]={month:Ge(xe),year:Pe(xe)}}},Q=(ne,ke)=>{L(ne),A("hours",sr(ne)),A("minutes",Sr(ne)),A("seconds",Ma(ne)),_.value.count&&ke&&te()},T=ne=>{if(_.value.count){if(_.value.solo)return 0;const ke=Ge(ne[0]),Ie=Ge(ne[1]);return Math.abs(Ie-ke)<_.value.count?0:1}return 1},G=(ne,ke)=>{ne[1]&&$.value.showLastInRange?L(ne[T(ne)],ke):L(ne[0],ke);const Ie=(le,xe)=>[le(ne[0]),ne[1]?le(ne[1]):h[xe][1]];A("hours",Ie(sr,"hours")),A("minutes",Ie(Sr,"minutes")),A("seconds",Ie(Ma,"seconds"))},v=(ne,ke)=>{if(($.value.enabled||e.weekPicker)&&!E.value.enabled)return G(ne,ke);if(E.value.enabled&&ke){const Ie=ne[ne.length-1];return Q(Ie,ke)}},D=ne=>{const ke=f.value;v(ke,ne),_.value.count&&_.value.solo&&te()},K=(ne,ke)=>{const Ie=it(ge(),{month:oe.value(ke),year:H.value(ke)}),le=ne<0?Vn(Ie,1):Ra(Ie,1);V(Ge(le),Pe(le),ne<0,e.preventMinMaxNavigation)&&(Y(ke,Ge(le),Pe(le)),r("update-month-year",{instance:ke,month:Ge(le),year:Pe(le)}),_.value.count&&!_.value.solo&&pe(ke),n())},pe=ne=>{for(let ke=ne-1;ke>=0;ke--){const Ie=Ra(it(ge(),{month:oe.value(ke+1),year:H.value(ke+1)}),1);Y(ke,Ge(Ie),Pe(Ie))}for(let ke=ne+1;ke<=_.value.count-1;ke++){const Ie=Vn(it(ge(),{month:oe.value(ke-1),year:H.value(ke-1)}),1);Y(ke,Ge(Ie),Pe(Ie))}},te=()=>{if(Array.isArray(f.value)&&f.value.length===2){const ne=ge(ge(f.value[1]?f.value[1]:Vn(f.value[0],1))),[ke,Ie]=[Ge(f.value[0]),Pe(f.value[0])],[le,xe]=[Ge(f.value[1]),Pe(f.value[1])];(ke!==le||ke===le&&Ie!==xe)&&_.value.solo&&Y(1,Ge(ne),Pe(ne))}else f.value&&!Array.isArray(f.value)&&(Y(0,Ge(f.value),Pe(f.value)),L(ge()))},Ne=()=>{e.startDate&&(Y(0,Ge(ge(e.startDate)),Pe(ge(e.startDate))),_.value.count&&pe(0))},de=(ne,ke)=>{if(e.monthChangeOnScroll){const Ie=new Date().getTime()-s.value.getTime(),le=Math.abs(ne.deltaY);let xe=500;le>1&&(xe=100),le>100&&(xe=0),Ie>xe&&(s.value=new Date,K(e.monthChangeOnScroll!=="inverse"?-ne.deltaY:ne.deltaY,ke))}},ye=(ne,ke,Ie=!1)=>{e.monthChangeOnArrows&&e.vertical===Ie&&R(ne,ke)},R=(ne,ke)=>{K(ne==="right"?-1:1,ke)},_e=ne=>{if(b.value.markers)return qo(ne.value,b.value.markers)},be=(ne,ke)=>{switch(e.sixWeeks===!0?"append":e.sixWeeks){case"prepend":return[!0,!1];case"center":return[ne==0,!0];case"fair":return[ne==0||ke>ne,!0];case"append":return[!1,!1];default:return[!1,!1]}},we=(ne,ke,Ie,le)=>{if(e.sixWeeks&&ne.length<6){const xe=6-ne.length,Be=(ke.getDay()+7-le)%7,dn=6-(Ie.getDay()+7-le)%7,[Zt,dr]=be(Be,dn);for(let cr=1;cr<=xe;cr++)if(dr?!!(cr%2)==Zt:Zt){const Mn=ne[0].days[0],Wa=Ue(bn(Mn.value,-7),Ge(ke));ne.unshift({days:Wa})}else{const Mn=ne[ne.length-1],Wa=Mn.days[Mn.days.length-1],ul=Ue(bn(Wa.value,1),Ge(ke));ne.push({days:ul})}}return ne},Ue=(ne,ke)=>{const Ie=ge(ne),le=[];for(let xe=0;xe<7;xe++){const Be=bn(Ie,xe),dn=Ge(Be)!==ke;le.push({text:e.hideOffsetDates&&dn?"":Be.getDate(),value:Be,current:!dn,classData:{}})}return le},Te=(ne,ke)=>{const Ie=[],le=new Date(ke,ne),xe=new Date(ke,ne+1,0),Be=e.weekStart,dn=Nn(le,{weekStartsOn:Be}),Zt=dr=>{const cr=Ue(dr,ne);if(Ie.push({days:cr}),!Ie[Ie.length-1].days.some(Mn=>Xe(Mt(Mn.value),Mt(xe)))){const Mn=bn(dr,7);Zt(Mn)}};return Zt(dn),we(Ie,le,xe,Be)},ee=ne=>{const ke=$r(ge(ne.value),h.hours,h.minutes,Ze());r("date-update",ke),E.value.enabled?ud(ke,f,E.value.limit):f.value=ke,a(),t.nextTick().then(()=>{he()})},me=ne=>$.value.noDisabledRange?n1(o.value[0],ne).some(ke=>I(ke)):!1,Se=()=>{o.value=f.value?f.value.slice():[],o.value.length===2&&!($.value.fixedStart||$.value.fixedEnd)&&(o.value=[])},st=(ne,ke)=>{const Ie=[ge(ne.value),bn(ge(ne.value),+$.value.autoRange)];U(Ie)?(ke&&Ct(ne.value),o.value=Ie):r("invalid-date",ne.value)},Ct=ne=>{const ke=Ge(ge(ne)),Ie=Pe(ge(ne));if(Y(0,ke,Ie),_.value.count>0)for(let le=1;le<_.value.count;le++){const xe=Xx(it(ge(ne),{year:H.value(le-1),month:oe.value(le-1)}));Y(le,xe.month,xe.year)}},Ve=ne=>{if(me(ne.value)||!S(ne.value,f.value,$.value.fixedStart?0:1))return r("invalid-date",ne.value);o.value=d1(ge(ne.value),f,r,$)},Ot=(ne,ke)=>{if(Se(),$.value.autoRange)return st(ne,ke);if($.value.fixedStart||$.value.fixedEnd)return Ve(ne);o.value[0]?S(ge(ne.value),f.value)&&!me(ne.value)?gt(ge(ne.value),ge(o.value[0]))?(o.value.unshift(ge(ne.value)),r("range-end",o.value[0])):(o.value[1]=ge(ne.value),r("range-end",o.value[1])):(e.autoApply&&r("auto-apply-invalid",ne.value),r("invalid-date",ne.value)):(o.value[0]=ge(ne.value),r("range-start",o.value[0]))},Ze=(ne=!0)=>e.enableSeconds?Array.isArray(h.seconds)?ne?h.seconds[0]:h.seconds[1]:h.seconds:0,Yn=ne=>{o.value[ne]=$r(o.value[ne],h.hours[ne],h.minutes[ne],Ze(ne!==1))},Mr=()=>{var ne,ke;o.value[0]&&o.value[1]&&+((ne=o.value)==null?void 0:ne[0])>+((ke=o.value)==null?void 0:ke[1])&&(o.value.reverse(),r("range-start",o.value[0]),r("range-end",o.value[1]))},ur=()=>{o.value.length&&(o.value[0]&&!o.value[1]?Yn(0):(Yn(0),Yn(1),a()),Mr(),f.value=o.value.slice(),ol(o.value,r,e.autoApply,e.modelAuto))},Dr=(ne,ke=!1)=>{if(I(ne.value)||!ne.current&&e.hideOffsetDates)return r("invalid-date",ne.value);if(c.value=JSON.parse(JSON.stringify(ne)),!$.value.enabled)return ee(ne);$0(h.hours)&&$0(h.minutes)&&!E.value.enabled&&(Ot(ne,ke),ur())},Rr=(ne,ke)=>{var Ie;Y(ne,ke.month,ke.year,!0),_.value.count&&!_.value.solo&&pe(ne),r("update-month-year",{instance:ne,month:ke.month,year:ke.year}),n(_.value.solo?ne:void 0);const le=(Ie=e.flow)!=null&&Ie.length?e.flow[e.flowStep]:void 0;!ke.fromNav&&(le===Pt.month||le===Pt.year)&&a()},Ar=(ne,ke)=>{u1({value:ne,modelValue:f,range:$.value.enabled,timezone:ke?void 0:x.value.timezone}),re(),e.multiCalendars&&t.nextTick().then(()=>Z(!0))},Pr=()=>{const ne=qu(ge(),x.value);!$.value.enabled&&!E.value.enabled?f.value=ne:f.value&&Array.isArray(f.value)&&f.value[0]?E.value.enabled?f.value=[...f.value,ne]:f.value=gt(ne,f.value[0])?[ne,f.value[0]]:[f.value[0],ne]:f.value=[ne],re()},Lr=()=>{if(Array.isArray(f.value))if(E.value.enabled){const ne=Fr();f.value[f.value.length-1]=O(ne)}else f.value=f.value.map((ne,ke)=>ne&&O(ne,ke));else f.value=O(f.value);r("time-update")},Fr=()=>Array.isArray(f.value)&&f.value.length?f.value[f.value.length-1]:null;return{calendars:p,modelValue:f,month:oe,year:H,time:h,disabledTimesConfig:j,today:g,validateTime:P,getCalendarDays:Te,getMarker:_e,handleScroll:de,handleSwipe:R,handleArrow:ye,selectDate:Dr,updateMonthYear:Rr,presetDate:Ar,selectCurrentDate:Pr,updateTime:(ne,ke=!0,Ie=!1)=>{N(ne,ke,Ie,Lr)},assignMonthAndYear:L,setStartTime:fe}},sC={key:0},uC=t.defineComponent({__name:"DatePicker",props:{...Tn},emits:["tooltip-open","tooltip-close","mount","update:internal-model-value","update-flow-step","reset-flow","auto-apply","focus-menu","select-date","range-start","range-end","invalid-fixed-range","time-update","am-pm-change","time-picker-open","time-picker-close","recalculate-position","update-month-year","auto-apply-invalid","date-update","invalid-date","overlay-toggle"],setup(e,{expose:r,emit:n}){const a=n,o=e,{calendars:s,month:c,year:d,modelValue:f,time:p,disabledTimesConfig:h,today:g,validateTime:_,getCalendarDays:k,getMarker:$,handleArrow:M,handleScroll:x,handleSwipe:b,selectDate:E,updateMonthYear:V,presetDate:I,selectCurrentDate:U,updateTime:S,assignMonthAndYear:N,setStartTime:O}=lC(o,a,z,L),A=t.useSlots(),{setHoverDate:y,getDayClassData:P,clearHoverDate:j}=$C(f,o),{defaultedMultiCalendars:oe}=pt(o),H=t.ref([]),X=t.ref([]),Y=t.ref(null),re=sn(A,"calendar"),fe=sn(A,"monthYear"),ae=sn(A,"timePicker"),he=de=>{o.shadow||a("mount",de)};t.watch(s,()=>{o.shadow||setTimeout(()=>{a("recalculate-position")},0)},{deep:!0}),t.watch(oe,(de,ye)=>{de.count-ye.count>0&&N()},{deep:!0});const Z=t.computed(()=>de=>k(c.value(de),d.value(de)).map(ye=>({...ye,days:ye.days.map(R=>(R.marker=$(R),R.classData=P(R),R))})));function z(de){var ye;de||de===0?(ye=X.value[de])==null||ye.triggerTransition(c.value(de),d.value(de)):X.value.forEach((R,_e)=>R.triggerTransition(c.value(_e),d.value(_e)))}function L(){a("update-flow-step")}const Q=(de,ye=!1)=>{E(de,ye),o.spaceConfirm&&a("select-date")},T=(de,ye,R=0)=>{var _e;(_e=H.value[R])==null||_e.toggleMonthPicker(de,ye)},G=(de,ye,R=0)=>{var _e;(_e=H.value[R])==null||_e.toggleYearPicker(de,ye)},v=(de,ye,R)=>{var _e;(_e=Y.value)==null||_e.toggleTimePicker(de,ye,R)},D=(de,ye)=>{var R;if(!o.range){const _e=f.value?f.value:g,be=ye?new Date(ye):_e,we=de?Nn(be,{weekStartsOn:1}):hh(be,{weekStartsOn:1});E({value:we,current:Ge(be)===c.value(0),text:"",classData:{}}),(R=document.getElementById(ku(we)))==null||R.focus()}},K=de=>{var ye;(ye=H.value[0])==null||ye.handleMonthYearChange(de,!0)},pe=de=>{V(0,{month:c.value(0),year:d.value(0)+(de?1:-1),fromNav:!0})},te=(de,ye)=>{de===Pt.time&&a(`time-picker-${ye?"open":"close"}`),a("overlay-toggle",{open:ye,overlay:de})},Ne=de=>{a("overlay-toggle",{open:!1,overlay:de}),a("focus-menu")};return r({clearHoverDate:j,presetDate:I,selectCurrentDate:U,toggleMonthPicker:T,toggleYearPicker:G,toggleTimePicker:v,handleArrow:M,updateMonthYear:V,getSidebarProps:()=>({modelValue:f,month:c,year:d,time:p,updateTime:S,updateMonthYear:V,selectDate:E,presetDate:I}),changeMonth:K,changeYear:pe,selectWeekDate:D,setStartTime:O}),(de,ye)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createVNode(il,{"multi-calendars":t.unref(oe).count,collapse:de.collapse,"is-mobile":de.isMobile},{default:t.withCtx(({instance:R,index:_e})=>[de.disableMonthYearSelect?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(ZE,t.mergeProps({key:0,ref:be=>{be&&(H.value[_e]=be)},months:t.unref(Oh)(de.formatLocale,de.locale,de.monthNameFormat),years:t.unref(Ju)(de.yearRange,de.locale,de.reverseYears),month:t.unref(c)(R),year:t.unref(d)(R),instance:R},de.$props,{onMount:ye[0]||(ye[0]=be=>he(t.unref(ta).header)),onResetFlow:ye[1]||(ye[1]=be=>de.$emit("reset-flow")),onUpdateMonthYear:be=>t.unref(V)(R,be),onOverlayClosed:Ne,onOverlayOpened:ye[2]||(ye[2]=be=>de.$emit("overlay-toggle",{open:!0,overlay:be}))}),t.createSlots({_:2},[t.renderList(t.unref(fe),(be,we)=>({name:be,fn:t.withCtx(Ue=>[t.renderSlot(de.$slots,be,t.normalizeProps(t.guardReactiveProps(Ue)))])}))]),1040,["months","years","month","year","instance","onUpdateMonthYear"])),t.createVNode(oC,t.mergeProps({ref:be=>{be&&(X.value[_e]=be)},"mapped-dates":Z.value(R),month:t.unref(c)(R),year:t.unref(d)(R),instance:R},de.$props,{onSelectDate:be=>t.unref(E)(be,R!==1),onHandleSpace:be=>Q(be,R!==1),onSetHoverDate:ye[3]||(ye[3]=be=>t.unref(y)(be)),onHandleScroll:be=>t.unref(x)(be,R),onHandleSwipe:be=>t.unref(b)(be,R),onMount:ye[4]||(ye[4]=be=>he(t.unref(ta).calendar)),onResetFlow:ye[5]||(ye[5]=be=>de.$emit("reset-flow")),onTooltipOpen:ye[6]||(ye[6]=be=>de.$emit("tooltip-open",be)),onTooltipClose:ye[7]||(ye[7]=be=>de.$emit("tooltip-close",be))}),t.createSlots({_:2},[t.renderList(t.unref(re),(be,we)=>({name:be,fn:t.withCtx(Ue=>[t.renderSlot(de.$slots,be,t.normalizeProps(t.guardReactiveProps({...Ue})))])}))]),1040,["mapped-dates","month","year","instance","onSelectDate","onHandleSpace","onHandleScroll","onHandleSwipe"])]),_:3},8,["multi-calendars","collapse","is-mobile"]),de.enableTimePicker?(t.openBlock(),t.createElementBlock("div",sC,[de.$slots["time-picker"]?t.renderSlot(de.$slots,"time-picker",t.normalizeProps(t.mergeProps({key:0},{time:t.unref(p),updateTime:t.unref(S)}))):(t.openBlock(),t.createBlock(f1,t.mergeProps({key:1,ref_key:"timePickerRef",ref:Y},de.$props,{hours:t.unref(p).hours,minutes:t.unref(p).minutes,seconds:t.unref(p).seconds,"internal-model-value":de.internalModelValue,"disabled-times-config":t.unref(h),"validate-time":t.unref(_),onMount:ye[8]||(ye[8]=R=>he(t.unref(ta).timePicker)),"onUpdate:hours":ye[9]||(ye[9]=R=>t.unref(S)(R)),"onUpdate:minutes":ye[10]||(ye[10]=R=>t.unref(S)(R,!1)),"onUpdate:seconds":ye[11]||(ye[11]=R=>t.unref(S)(R,!1,!0)),onResetFlow:ye[12]||(ye[12]=R=>de.$emit("reset-flow")),onOverlayClosed:ye[13]||(ye[13]=R=>te(R,!1)),onOverlayOpened:ye[14]||(ye[14]=R=>te(R,!0)),onAmPmChange:ye[15]||(ye[15]=R=>de.$emit("am-pm-change",R))}),t.createSlots({_:2},[t.renderList(t.unref(ae),(R,_e)=>({name:R,fn:t.withCtx(be=>[t.renderSlot(de.$slots,R,t.normalizeProps(t.guardReactiveProps(be)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"]))])):t.createCommentVNode("",!0)],64))}}),dC=(e,r)=>{const n=t.ref(),{defaultedMultiCalendars:a,defaultedConfig:o,defaultedHighlight:s,defaultedRange:c,propDates:d,defaultedFilters:f,defaultedMultiDates:p}=pt(e),{modelValue:h,year:g,month:_,calendars:k}=Di(e,r),{isDisabled:$}=Tr(e),{selectYear:M,groupedYears:x,showYearPicker:b,isDisabled:E,toggleYearPicker:V,handleYearSelect:I,handleYear:U}=c1({modelValue:h,multiCalendars:a,range:c,highlight:s,calendars:k,propDates:d,month:_,year:g,filters:f,props:e,emit:r}),S=(X,Y)=>[X,Y].map(re=>Wn(re,"MMMM",{locale:e.formatLocale})).join("-"),N=t.computed(()=>X=>h.value?Array.isArray(h.value)?h.value.some(Y=>Fp(X,Y)):Fp(h.value,X):!1),O=X=>{if(c.value.enabled){if(Array.isArray(h.value)){const Y=Xe(X,h.value[0])||Xe(X,h.value[1]);return Bi(h.value,n.value,X)&&!Y}return!1}return!1},A=(X,Y)=>X.quarter===Mp(Y)&&X.year===Pe(Y),y=X=>typeof s.value=="function"?s.value({quarter:Mp(X),year:Pe(X)}):!!s.value.quarters.find(Y=>A(Y,X)),P=t.computed(()=>X=>{const Y=it(new Date,{year:g.value(X)});return z8({start:Ci(Y),end:ph(Y)}).map(re=>{const fe=Zr(re),ae=Dp(re),he=$(re),Z=O(fe),z=y(fe);return{text:S(fe,ae),value:fe,active:N.value(fe),highlighted:z,disabled:he,isBetween:Z}})}),j=X=>{ud(X,h,p.value.limit),r("auto-apply",!0)},oe=X=>{h.value=dd(h,X,r),ol(h.value,r,e.autoApply,e.modelAuto)},H=X=>{h.value=X,r("auto-apply")};return{defaultedConfig:o,defaultedMultiCalendars:a,groupedYears:x,year:g,isDisabled:E,quarters:P,showYearPicker:b,modelValue:h,setHoverDate:X=>{n.value=X},selectYear:M,selectQuarter:(X,Y,re)=>{if(!re)return k.value[Y].month=Ge(Dp(X)),p.value.enabled?j(X):c.value.enabled?oe(X):H(X)},toggleYearPicker:V,handleYearSelect:I,handleYear:U}},cC={class:"dp--quarter-items"},fC=["data-test-id","disabled","onClick","onMouseover"],pC=t.defineComponent({compatConfig:{MODE:3},__name:"QuarterPicker",props:{...Tn},emits:["update:internal-model-value","reset-flow","overlay-closed","auto-apply","range-start","range-end","overlay-toggle","update-month-year"],setup(e,{expose:r,emit:n}){const a=n,o=e,s=t.useSlots(),c=sn(s,"yearMode"),{defaultedMultiCalendars:d,defaultedConfig:f,groupedYears:p,year:h,isDisabled:g,quarters:_,modelValue:k,showYearPicker:$,setHoverDate:M,selectQuarter:x,toggleYearPicker:b,handleYearSelect:E,handleYear:V}=dC(o,a);return r({getSidebarProps:()=>({modelValue:k,year:h,selectQuarter:x,handleYearSelect:E,handleYear:V})}),(I,U)=>(t.openBlock(),t.createBlock(il,{"multi-calendars":t.unref(d).count,collapse:I.collapse,stretch:"","is-mobile":I.isMobile},{default:t.withCtx(({instance:S})=>[t.createElementVNode("div",{class:"dp-quarter-picker-wrap",style:t.normalizeStyle({minHeight:`${t.unref(f).modeHeight}px`})},[I.$slots["top-extra"]?t.renderSlot(I.$slots,"top-extra",{key:0,value:I.internalModelValue}):t.createCommentVNode("",!0),t.createElementVNode("div",null,[t.createVNode(s1,t.mergeProps(I.$props,{items:t.unref(p)(S),instance:S,"show-year-picker":t.unref($)[S],year:t.unref(h)(S),"is-disabled":N=>t.unref(g)(S,N),onHandleYear:N=>t.unref(V)(S,N),onYearSelect:N=>t.unref(E)(N,S),onToggleYearPicker:N=>t.unref(b)(S,N==null?void 0:N.flow,N==null?void 0:N.show)}),t.createSlots({_:2},[t.renderList(t.unref(c),(N,O)=>({name:N,fn:t.withCtx(A=>[t.renderSlot(I.$slots,N,t.normalizeProps(t.guardReactiveProps(A)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),t.createElementVNode("div",cC,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(_)(S),(N,O)=>(t.openBlock(),t.createElementBlock("div",{key:O},[t.createElementVNode("button",{type:"button",class:t.normalizeClass(["dp--qr-btn",{"dp--qr-btn-active":N.active,"dp--qr-btn-between":N.isBetween,"dp--qr-btn-disabled":N.disabled,"dp--highlighted":N.highlighted}]),"data-test-id":N.value,disabled:N.disabled,onClick:A=>t.unref(x)(N.value,S,N.disabled),onMouseover:A=>t.unref(M)(N.value)},[I.$slots.quarter?t.renderSlot(I.$slots,"quarter",{key:0,value:N.value,text:N.text}):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(N.text),1)],64))],42,fC)]))),128))])],4)]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),h1=(e,r)=>{const n=t.ref(0);t.onMounted(()=>{a(),window.addEventListener("resize",a,{passive:!0})}),t.onUnmounted(()=>{window.removeEventListener("resize",a)});const a=()=>{n.value=window.document.documentElement.clientWidth};return{isMobile:t.computed(()=>n.value<=e.value.mobileBreakpoint&&!r?!0:void 0)}},hC=["id","tabindex","role","aria-label"],mC={key:0,class:"dp--menu-load-container"},vC={key:1,class:"dp--menu-header"},gC=["data-dp-mobile"],yC={key:0,class:"dp__sidebar_left"},bC=["data-dp-mobile"],_C=["data-test-id","data-dp-mobile","onClick","onKeydown"],wC={key:2,class:"dp__sidebar_right"},kC={key:3,class:"dp__action_extra"},S0=t.defineComponent({compatConfig:{MODE:3},__name:"DatepickerMenu",props:{...al,shadow:{type:Boolean,default:!1},openOnTop:{type:Boolean,default:!1},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1}},emits:["close-picker","select-date","auto-apply","time-update","flow-step","update-month-year","invalid-select","update:internal-model-value","recalculate-position","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end","auto-apply-invalid","date-update","invalid-date","overlay-toggle","menu-blur"],setup(e,{expose:r,emit:n}){const a=n,o=e,s=t.ref(null),c=t.computed(()=>{const{openOnTop:ee,...me}=o;return{...me,isMobile:M.value,flowStep:P.value,menuWrapRef:s.value}}),{setMenuFocused:d,setShiftKey:f,control:p}=l1(),h=t.useSlots(),{defaultedTextInput:g,defaultedInline:_,defaultedConfig:k,defaultedUI:$}=pt(o),{isMobile:M}=h1(k,o.shadow),x=t.ref(null),b=t.ref(0),E=t.ref(null),V=t.ref(!1),I=t.ref(null),U=t.ref(!1);t.onMounted(()=>{if(!o.shadow){V.value=!0,S(),window.addEventListener("resize",S);const ee=Bt(s);if(ee&&!g.value.enabled&&!_.value.enabled&&(d(!0),fe()),ee){const me=Se=>{U.value=!0,k.value.allowPreventDefault&&Se.preventDefault(),Cr(Se,k.value,!0)};ee.addEventListener("pointerdown",me),ee.addEventListener("mousedown",me)}}document.addEventListener("mousedown",Te)}),t.onUnmounted(()=>{window.removeEventListener("resize",S),document.addEventListener("mousedown",Te)});const S=()=>{const ee=Bt(E);ee&&(b.value=ee.getBoundingClientRect().width)},{arrowRight:N,arrowLeft:O,arrowDown:A,arrowUp:y}=Nr(),{flowStep:P,updateFlowStep:j,childMount:oe,resetFlow:H,handleFlow:X}=SC(o,a,I),Y=t.computed(()=>o.monthPicker?IE:o.yearPicker?TE:o.timePicker?KE:o.quarterPicker?pC:uC),re=t.computed(()=>{var ee;if(k.value.arrowLeft)return k.value.arrowLeft;const me=(ee=s.value)==null?void 0:ee.getBoundingClientRect(),Se=o.getInputRect();return(Se==null?void 0:Se.width)<(b==null?void 0:b.value)&&(Se==null?void 0:Se.left)<=((me==null?void 0:me.left)??0)?`${(Se==null?void 0:Se.width)/2}px`:(Se==null?void 0:Se.right)>=((me==null?void 0:me.right)??0)&&(Se==null?void 0:Se.width)<(b==null?void 0:b.value)?`${(b==null?void 0:b.value)-(Se==null?void 0:Se.width)/2}px`:"50%"}),fe=()=>{const ee=Bt(s);ee&&ee.focus({preventScroll:!0})},ae=t.computed(()=>{var ee;return((ee=I.value)==null?void 0:ee.getSidebarProps())||{}}),he=()=>{o.openOnTop&&a("recalculate-position")},Z=sn(h,"action"),z=t.computed(()=>o.monthPicker||o.yearPicker?sn(h,"monthYear"):o.timePicker?sn(h,"timePicker"):sn(h,"shared")),L=t.computed(()=>o.openOnTop?"dp__arrow_bottom":"dp__arrow_top"),Q=t.computed(()=>({dp__menu_disabled:o.disabled,dp__menu_readonly:o.readonly,"dp-menu-loading":o.loading})),T=t.computed(()=>({dp__menu:!0,dp__menu_index:!_.value.enabled,dp__relative:_.value.enabled,...$.value.menu??{}})),G=ee=>{Cr(ee,k.value,!0)},v=()=>{o.escClose&&a("close-picker")},D=ee=>{if(o.arrowNavigation){if(ee===zt.up)return y();if(ee===zt.down)return A();if(ee===zt.left)return O();if(ee===zt.right)return N()}else ee===zt.left||ee===zt.up?de("handleArrow",zt.left,0,ee===zt.up):de("handleArrow",zt.right,0,ee===zt.down)},K=ee=>{f(ee.shiftKey),!o.disableMonthYearSelect&&ee.code===ct.tab&&ee.target.classList.contains("dp__menu")&&p.value.shiftKeyInMenu&&(ee.preventDefault(),Cr(ee,k.value,!0),a("close-picker"))},pe=()=>{fe(),a("time-picker-close")},te=ee=>{var me,Se,st;(me=I.value)==null||me.toggleTimePicker(!1,!1),(Se=I.value)==null||Se.toggleMonthPicker(!1,!1,ee),(st=I.value)==null||st.toggleYearPicker(!1,!1,ee)},Ne=(ee,me=0)=>{var Se,st,Ct;return ee==="month"?(Se=I.value)==null?void 0:Se.toggleMonthPicker(!1,!0,me):ee==="year"?(st=I.value)==null?void 0:st.toggleYearPicker(!1,!0,me):ee==="time"?(Ct=I.value)==null?void 0:Ct.toggleTimePicker(!0,!1):te(me)},de=(ee,...me)=>{var Se,st;(Se=I.value)!=null&&Se[ee]&&((st=I.value)==null||st[ee](...me))},ye=()=>{de("selectCurrentDate")},R=(ee,me)=>{de("presetDate",t.toValue(ee),me)},_e=()=>{de("clearHoverDate")},be=(ee,me)=>{de("updateMonthYear",ee,me)},we=(ee,me)=>{ee.preventDefault(),D(me)},Ue=ee=>{var me,Se,st;if(K(ee),ee.key===ct.home||ee.key===ct.end)return de("selectWeekDate",ee.key===ct.home,ee.target.getAttribute("id"));switch((ee.key===ct.pageUp||ee.key===ct.pageDown)&&(ee.shiftKey?(de("changeYear",ee.key===ct.pageUp),(me=bu(s.value,"overlay-year"))==null||me.focus()):(de("changeMonth",ee.key===ct.pageUp),(Se=bu(s.value,ee.key===ct.pageUp?"action-prev":"action-next"))==null||Se.focus()),ee.target.getAttribute("id")&&((st=s.value)==null||st.focus({preventScroll:!0}))),ee.key){case ct.esc:return v();case ct.arrowLeft:return we(ee,zt.left);case ct.arrowRight:return we(ee,zt.right);case ct.arrowUp:return we(ee,zt.up);case ct.arrowDown:return we(ee,zt.down);default:return}},Te=ee=>{var me;_.value.enabled&&!_.value.input&&!((me=s.value)!=null&&me.contains(ee.target))&&U.value&&(U.value=!1,a("menu-blur"))};return r({updateMonthYear:be,switchView:Ne,handleFlow:X,onValueCleared:()=>{var ee,me;(me=(ee=I.value)==null?void 0:ee.setStartTime)==null||me.call(ee)}}),(ee,me)=>{var Se,st,Ct;return t.openBlock(),t.createElementBlock("div",{id:ee.uid?`dp-menu-${ee.uid}`:void 0,ref_key:"dpMenuRef",ref:s,tabindex:t.unref(_).enabled?void 0:"0",role:t.unref(_).enabled?void 0:"dialog","aria-label":(Se=ee.ariaLabels)==null?void 0:Se.menu,class:t.normalizeClass(T.value),style:t.normalizeStyle({"--dp-arrow-left":re.value}),onMouseleave:_e,onClick:G,onKeydown:Ue},[(ee.disabled||ee.readonly)&&t.unref(_).enabled||ee.loading?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(Q.value)},[ee.loading?(t.openBlock(),t.createElementBlock("div",mC,me[19]||(me[19]=[t.createElementVNode("span",{class:"dp--menu-loader"},null,-1)]))):t.createCommentVNode("",!0)],2)):t.createCommentVNode("",!0),ee.$slots["menu-header"]?(t.openBlock(),t.createElementBlock("div",vC,[t.renderSlot(ee.$slots,"menu-header")])):t.createCommentVNode("",!0),!t.unref(_).enabled&&!ee.teleportCenter?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass(L.value)},null,2)):t.createCommentVNode("",!0),t.createElementVNode("div",{ref_key:"innerMenuRef",ref:E,class:t.normalizeClass({dp__menu_content_wrapper:((st=ee.presetDates)==null?void 0:st.length)||!!ee.$slots["left-sidebar"]||!!ee.$slots["right-sidebar"],"dp--menu-content-wrapper-collapsed":e.collapse&&(((Ct=ee.presetDates)==null?void 0:Ct.length)||!!ee.$slots["left-sidebar"]||!!ee.$slots["right-sidebar"])}),"data-dp-mobile":t.unref(M),style:t.normalizeStyle({"--dp-menu-width":`${b.value}px`})},[ee.$slots["left-sidebar"]?(t.openBlock(),t.createElementBlock("div",yC,[t.renderSlot(ee.$slots,"left-sidebar",t.normalizeProps(t.guardReactiveProps(ae.value)))])):t.createCommentVNode("",!0),ee.presetDates.length?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass({"dp--preset-dates-collapsed":e.collapse,"dp--preset-dates":!0}),"data-dp-mobile":t.unref(M)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(ee.presetDates,(Ve,Ot)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:Ot},[Ve.slot?t.renderSlot(ee.$slots,Ve.slot,{key:0,presetDate:R,label:Ve.label,value:Ve.value}):(t.openBlock(),t.createElementBlock("button",{key:1,type:"button",style:t.normalizeStyle(Ve.style||{}),class:t.normalizeClass(["dp__btn dp--preset-range",{"dp--preset-range-collapsed":e.collapse}]),"data-test-id":Ve.testId??void 0,"data-dp-mobile":t.unref(M),onClick:t.withModifiers(Ze=>R(Ve.value,Ve.noTz),["prevent"]),onKeydown:Ze=>t.unref(Wt)(Ze,()=>R(Ve.value,Ve.noTz),!0)},t.toDisplayString(Ve.label),47,_C))],64))),128))],10,bC)):t.createCommentVNode("",!0),t.createElementVNode("div",{ref_key:"calendarWrapperRef",ref:x,class:"dp__instance_calendar",role:"document"},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(Y.value),t.mergeProps({ref_key:"dynCmpRef",ref:I},c.value,{"flow-step":t.unref(P),onMount:t.unref(oe),onUpdateFlowStep:t.unref(j),onResetFlow:t.unref(H),onFocusMenu:fe,onSelectDate:me[0]||(me[0]=Ve=>ee.$emit("select-date")),onDateUpdate:me[1]||(me[1]=Ve=>ee.$emit("date-update",Ve)),onTooltipOpen:me[2]||(me[2]=Ve=>ee.$emit("tooltip-open",Ve)),onTooltipClose:me[3]||(me[3]=Ve=>ee.$emit("tooltip-close",Ve)),onAutoApply:me[4]||(me[4]=Ve=>ee.$emit("auto-apply",Ve)),onRangeStart:me[5]||(me[5]=Ve=>ee.$emit("range-start",Ve)),onRangeEnd:me[6]||(me[6]=Ve=>ee.$emit("range-end",Ve)),onInvalidFixedRange:me[7]||(me[7]=Ve=>ee.$emit("invalid-fixed-range",Ve)),onTimeUpdate:me[8]||(me[8]=Ve=>ee.$emit("time-update")),onAmPmChange:me[9]||(me[9]=Ve=>ee.$emit("am-pm-change",Ve)),onTimePickerOpen:me[10]||(me[10]=Ve=>ee.$emit("time-picker-open",Ve)),onTimePickerClose:pe,onRecalculatePosition:he,onUpdateMonthYear:me[11]||(me[11]=Ve=>ee.$emit("update-month-year",Ve)),onAutoApplyInvalid:me[12]||(me[12]=Ve=>ee.$emit("auto-apply-invalid",Ve)),onInvalidDate:me[13]||(me[13]=Ve=>ee.$emit("invalid-date",Ve)),onOverlayToggle:me[14]||(me[14]=Ve=>ee.$emit("overlay-toggle",Ve)),"onUpdate:internalModelValue":me[15]||(me[15]=Ve=>ee.$emit("update:internal-model-value",Ve))}),t.createSlots({_:2},[t.renderList(z.value,(Ve,Ot)=>({name:Ve,fn:t.withCtx(Ze=>[t.renderSlot(ee.$slots,Ve,t.normalizeProps(t.guardReactiveProps({...Ze})))])}))]),1040,["flow-step","onMount","onUpdateFlowStep","onResetFlow"]))],512),ee.$slots["right-sidebar"]?(t.openBlock(),t.createElementBlock("div",wC,[t.renderSlot(ee.$slots,"right-sidebar",t.normalizeProps(t.guardReactiveProps(ae.value)))])):t.createCommentVNode("",!0),ee.$slots["action-extra"]?(t.openBlock(),t.createElementBlock("div",kC,[ee.$slots["action-extra"]?t.renderSlot(ee.$slots,"action-extra",{key:0,selectCurrentDate:ye}):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],14,gC),!ee.autoApply||t.unref(k).keepActionRow?(t.openBlock(),t.createBlock(kE,t.mergeProps({key:3,"menu-mount":V.value},c.value,{"calendar-width":b.value,onClosePicker:me[16]||(me[16]=Ve=>ee.$emit("close-picker")),onSelectDate:me[17]||(me[17]=Ve=>ee.$emit("select-date")),onInvalidSelect:me[18]||(me[18]=Ve=>ee.$emit("invalid-select")),onSelectNow:ye}),t.createSlots({_:2},[t.renderList(t.unref(Z),(Ve,Ot)=>({name:Ve,fn:t.withCtx(Ze=>[t.renderSlot(ee.$slots,Ve,t.normalizeProps(t.guardReactiveProps({...Ze})))])}))]),1040,["menu-mount","calendar-width"])):t.createCommentVNode("",!0)],46,hC)}}});var Ca=(e=>(e.center="center",e.left="left",e.right="right",e))(Ca||{});const xC=({menuRef:e,menuRefInner:r,inputRef:n,pickerWrapperRef:a,inline:o,emit:s,props:c,slots:d})=>{const{defaultedConfig:f}=pt(c),p=t.ref({}),h=t.ref(!1),g=t.ref({top:"0",left:"0"}),_=t.ref(!1),k=t.toRef(c,"teleportCenter");t.watch(k,()=>{g.value=JSON.parse(JSON.stringify({})),U()});const $=Y=>{if(c.teleport){const re=Y.getBoundingClientRect();return{left:re.left+window.scrollX,top:re.top+window.scrollY}}return{top:0,left:0}},M=(Y,re)=>{g.value.left=`${Y+re-p.value.width}px`},x=Y=>{g.value.left=`${Y}px`},b=(Y,re)=>{c.position===Ca.left&&x(Y),c.position===Ca.right&&M(Y,re),c.position===Ca.center&&(g.value.left=`${Y+re/2-p.value.width/2}px`)},E=Y=>{const{width:re,height:fe}=Y.getBoundingClientRect(),{top:ae,left:he}=$(Y);return{top:+ae,left:+he,width:re,height:fe}},V=()=>{g.value.left="50%",g.value.top="50%",g.value.transform="translate(-50%, -50%)",g.value.position="fixed",delete g.value.opacity},I=()=>{const Y=Bt(n);g.value=c.altPosition(Y)},U=(Y=!0)=>{var re;if(!o.value.enabled){if(k.value)return V();if(c.altPosition!==null)return I();if(Y){const fe=c.teleport?(re=r.value)==null?void 0:re.$el:e.value;fe&&(p.value=fe.getBoundingClientRect()),s("recalculate-position")}return j()}},S=({inputEl:Y,left:re,width:fe})=>{window.screen.width>768&&!h.value&&b(re,fe),A(Y)},N=Y=>{const{top:re,left:fe,height:ae,width:he}=E(Y);g.value.top=`${ae+re+ +c.offset}px`,_.value=!1,h.value||(g.value.left=`${fe+he/2-p.value.width/2}px`),S({inputEl:Y,left:fe,width:he})},O=Y=>{const{top:re,left:fe,width:ae}=E(Y);g.value.top=`${re-+c.offset-p.value.height}px`,_.value=!0,S({inputEl:Y,left:fe,width:ae})},A=Y=>{if(c.autoPosition){const{left:re,width:fe}=E(Y),{left:ae,right:he}=p.value;if(!h.value){if(Math.abs(ae)!==Math.abs(he)){if(ae<=0)return h.value=!0,x(re);if(he>=document.documentElement.clientWidth)return h.value=!0,M(re,fe)}return b(re,fe)}}},y=()=>{const Y=Bt(n);if(Y){if(c.autoPosition===Bn.top)return Bn.top;if(c.autoPosition===Bn.bottom)return Bn.bottom;const{height:re}=p.value,{top:fe,height:ae}=Y.getBoundingClientRect(),he=window.innerHeight-fe-ae,Z=fe;return re<=he?Bn.bottom:re>he&&re<=Z?Bn.top:he>=Z?Bn.bottom:Bn.top}return Bn.bottom},P=Y=>y()===Bn.bottom?N(Y):O(Y),j=()=>{const Y=Bt(n);if(Y)return c.autoPosition?P(Y):N(Y)},oe=function(Y){if(Y){const re=Y.scrollHeight>Y.clientHeight,fe=window.getComputedStyle(Y).overflowY.indexOf("hidden")!==-1;return re&&!fe}return!0},H=function(Y){return!Y||Y===document.body||Y.nodeType===Node.DOCUMENT_FRAGMENT_NODE?window:oe(Y)?Y:H(Y.assignedSlot&&f.value.shadowDom?Y.assignedSlot.parentNode:Y.parentNode)},X=Y=>{if(Y)switch(c.position){case Ca.left:return{left:0,transform:"translateX(0)"};case Ca.right:return{left:`${Y.width}px`,transform:"translateX(-100%)"};default:return{left:`${Y.width/2}px`,transform:"translateX(-50%)"}}return{}};return{openOnTop:_,menuStyle:g,xCorrect:h,setMenuPosition:U,getScrollableParent:H,shadowRender:(Y,re)=>{var fe,ae,he;const Z=document.createElement("div"),z=(fe=Bt(n))==null?void 0:fe.getBoundingClientRect();Z.setAttribute("id","dp--temp-container");const L=(ae=a.value)!=null&&ae.clientWidth?a.value:document.body;L.append(Z);const Q=X(z),T=f.value.shadowDom?Object.keys(d).filter(v=>["right-sidebar","left-sidebar","top-extra","action-extra"].includes(v)):Object.keys(d),G=t.h(Y,{...re,shadow:!0,style:{opacity:0,position:"absolute",...Q}},Object.fromEntries(T.map(v=>[v,d[v]])));t.render(G,Z),p.value=(he=G.el)==null?void 0:he.getBoundingClientRect(),t.render(null,Z),L.removeChild(Z)}}},kr=[{name:"clock-icon",use:["time","calendar","shared"]},{name:"arrow-left",use:["month-year","calendar","shared","year-mode"]},{name:"arrow-right",use:["month-year","calendar","shared","year-mode"]},{name:"arrow-up",use:["time","calendar","month-year","shared"]},{name:"arrow-down",use:["time","calendar","month-year","shared"]},{name:"calendar-icon",use:["month-year","time","calendar","shared","year-mode"]},{name:"day",use:["calendar","shared"]},{name:"month-overlay-value",use:["calendar","month-year","shared"]},{name:"year-overlay-value",use:["calendar","month-year","shared","year-mode"]},{name:"year-overlay",use:["month-year","shared"]},{name:"month-overlay",use:["month-year","shared"]},{name:"month-overlay-header",use:["month-year","shared"]},{name:"year-overlay-header",use:["month-year","shared"]},{name:"hours-overlay-value",use:["calendar","time","shared"]},{name:"hours-overlay-header",use:["calendar","time","shared"]},{name:"minutes-overlay-value",use:["calendar","time","shared"]},{name:"minutes-overlay-header",use:["calendar","time","shared"]},{name:"seconds-overlay-value",use:["calendar","time","shared"]},{name:"seconds-overlay-header",use:["calendar","time","shared"]},{name:"hours",use:["calendar","time","shared"]},{name:"minutes",use:["calendar","time","shared"]},{name:"month",use:["calendar","month-year","shared"]},{name:"year",use:["calendar","month-year","shared","year-mode"]},{name:"action-buttons",use:["action"]},{name:"action-preview",use:["action"]},{name:"calendar-header",use:["calendar","shared"]},{name:"marker-tooltip",use:["calendar","shared"]},{name:"action-extra",use:["menu"]},{name:"time-picker-overlay",use:["calendar","time","shared"]},{name:"am-pm-button",use:["calendar","time","shared"]},{name:"left-sidebar",use:["menu"]},{name:"right-sidebar",use:["menu"]},{name:"month-year",use:["month-year","shared"]},{name:"time-picker",use:["menu","shared"]},{name:"action-row",use:["action"]},{name:"marker",use:["calendar","shared"]},{name:"quarter",use:["shared"]},{name:"top-extra",use:["shared","month-year"]},{name:"tp-inline-arrow-up",use:["shared","time"]},{name:"tp-inline-arrow-down",use:["shared","time"]},{name:"menu-header",use:["menu"]}],EC=[{name:"trigger"},{name:"input-icon"},{name:"clear-icon"},{name:"dp-input"}],CC={all:()=>kr,monthYear:()=>kr.filter(e=>e.use.includes("month-year")),input:()=>EC,timePicker:()=>kr.filter(e=>e.use.includes("time")),action:()=>kr.filter(e=>e.use.includes("action")),calendar:()=>kr.filter(e=>e.use.includes("calendar")),menu:()=>kr.filter(e=>e.use.includes("menu")),shared:()=>kr.filter(e=>e.use.includes("shared")),yearMode:()=>kr.filter(e=>e.use.includes("year-mode"))},sn=(e,r,n)=>{const a=[];return CC[r]().forEach(o=>{e[o.name]&&a.push(o.name)}),n!=null&&n.length&&n.forEach(o=>{o.slot&&a.push(o.slot)}),a},Mi=e=>{const r=t.computed(()=>a=>e.value?a?e.value.open:e.value.close:""),n=t.computed(()=>a=>e.value?a?e.value.menuAppearTop:e.value.menuAppearBottom:"");return{transitionName:r,showTransition:!!e.value,menuTransition:n}},Di=(e,r,n)=>{const{defaultedRange:a,defaultedTz:o}=pt(e),s=ge(Jt(ge(),o.value.timezone)),c=t.ref([{month:Ge(s),year:Pe(s)}]),d=_=>{const k={hours:sr(s),minutes:Sr(s),seconds:0};return a.value.enabled?[k[_],k[_]]:k[_]},f=t.reactive({hours:d("hours"),minutes:d("minutes"),seconds:d("seconds")});t.watch(a,(_,k)=>{_.enabled!==k.enabled&&(f.hours=d("hours"),f.minutes=d("minutes"),f.seconds=d("seconds"))},{deep:!0});const p=t.computed({get:()=>e.internalModelValue,set:_=>{!e.readonly&&!e.disabled&&r("update:internal-model-value",_)}}),h=t.computed(()=>_=>c.value[_]?c.value[_].month:0),g=t.computed(()=>_=>c.value[_]?c.value[_].year:0);return t.watch(p,(_,k)=>{n&&JSON.stringify(_??{})!==JSON.stringify(k??{})&&n()},{deep:!0}),{calendars:c,time:f,modelValue:p,month:h,year:g,today:s}},$C=(e,r)=>{const{defaultedMultiCalendars:n,defaultedMultiDates:a,defaultedUI:o,defaultedHighlight:s,defaultedTz:c,propDates:d,defaultedRange:f}=pt(r),{isDisabled:p}=Tr(r),h=t.ref(null),g=t.ref(Jt(new Date,c.value.timezone)),_=v=>{!v.current&&r.hideOffsetDates||(h.value=v.value)},k=()=>{h.value=null},$=v=>Array.isArray(e.value)&&f.value.enabled&&e.value[0]&&h.value?v?kt(h.value,e.value[0]):gt(h.value,e.value[0]):!0,M=(v,D)=>{const K=()=>e.value?D?e.value[0]||null:e.value[1]:null,pe=e.value&&Array.isArray(e.value)?K():null;return Xe(ge(v.value),pe)},x=v=>{const D=Array.isArray(e.value)?e.value[0]:null;return v?!gt(h.value??null,D):!0},b=(v,D=!0)=>(f.value.enabled||r.weekPicker)&&Array.isArray(e.value)&&e.value.length===2?r.hideOffsetDates&&!v.current?!1:Xe(ge(v.value),e.value[D?0:1]):f.value.enabled?M(v,D)&&x(D)||Xe(v.value,Array.isArray(e.value)?e.value[0]:null)&&$(D):!1,E=(v,D)=>{if(Array.isArray(e.value)&&e.value[0]&&e.value.length===1){const K=Xe(v.value,h.value);return D?kt(e.value[0],v.value)&&K:gt(e.value[0],v.value)&&K}return!1},V=v=>!e.value||r.hideOffsetDates&&!v.current?!1:f.value.enabled?r.modelAuto&&Array.isArray(e.value)?Xe(v.value,e.value[0]?e.value[0]:g.value):!1:a.value.enabled&&Array.isArray(e.value)?e.value.some(D=>Xe(D,v.value)):Xe(v.value,e.value?e.value:g.value),I=v=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!v.current)return!1;const D=bn(h.value,+f.value.autoRange),K=rr(ge(h.value),r.weekStart);return r.weekPicker?Xe(K[1],ge(v.value)):Xe(D,ge(v.value))}return!1}return!1},U=v=>{if(f.value.autoRange||r.weekPicker){if(h.value){const D=bn(h.value,+f.value.autoRange);if(r.hideOffsetDates&&!v.current)return!1;const K=rr(ge(h.value),r.weekStart);return r.weekPicker?kt(v.value,K[0])&&gt(v.value,K[1]):kt(v.value,h.value)&&gt(v.value,D)}return!1}return!1},S=v=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!v.current)return!1;const D=rr(ge(h.value),r.weekStart);return r.weekPicker?Xe(D[0],v.value):Xe(h.value,v.value)}return!1}return!1},N=v=>Bi(e.value,h.value,v.value),O=()=>r.modelAuto&&Array.isArray(r.internalModelValue)?!!r.internalModelValue[0]:!1,A=()=>r.modelAuto?Vh(r.internalModelValue):!0,y=v=>{if(r.weekPicker)return!1;const D=f.value.enabled?!b(v)&&!b(v,!1):!0;return!p(v.value)&&!V(v)&&!(!v.current&&r.hideOffsetDates)&&D},P=v=>f.value.enabled?r.modelAuto?O()&&V(v):!1:V(v),j=v=>s.value?Xk(v.value,d.value.highlight):!1,oe=v=>{const D=p(v.value);return D&&(typeof s.value=="function"?!s.value(v.value,D):!s.value.options.highlightDisabled)},H=v=>{var D;return typeof s.value=="function"?s.value(v.value):(D=s.value.weekdays)==null?void 0:D.includes(v.value.getDay())},X=v=>(f.value.enabled||r.weekPicker)&&(!(n.value.count>0)||v.current)&&A()&&!(!v.current&&r.hideOffsetDates)&&!V(v)?N(v):!1,Y=v=>{if(Array.isArray(e.value)&&e.value.length===1){const{before:D,after:K}=x0(+f.value.maxRange,e.value[0]);return Da(v.value,D)||aa(v.value,K)}return!1},re=v=>{if(Array.isArray(e.value)&&e.value.length===1){const{before:D,after:K}=x0(+f.value.minRange,e.value[0]);return Bi([D,K],e.value[0],v.value)}return!1},fe=v=>f.value.enabled&&(f.value.maxRange||f.value.minRange)?f.value.maxRange&&f.value.minRange?Y(v)||re(v):f.value.maxRange?Y(v):re(v):!1,ae=v=>{const{isRangeStart:D,isRangeEnd:K}=L(v),pe=f.value.enabled?D||K:!1;return{dp__cell_offset:!v.current,dp__pointer:!r.disabled&&!(!v.current&&r.hideOffsetDates)&&!p(v.value)&&!fe(v),dp__cell_disabled:p(v.value)||fe(v),dp__cell_highlight:!oe(v)&&(j(v)||H(v))&&!P(v)&&!pe&&!S(v)&&!(X(v)&&r.weekPicker)&&!K,dp__cell_highlight_active:!oe(v)&&(j(v)||H(v))&&P(v),dp__today:!r.noToday&&Xe(v.value,g.value)&&v.current,"dp--past":gt(v.value,g.value),"dp--future":kt(v.value,g.value)}},he=v=>({dp__active_date:P(v),dp__date_hover:y(v)}),Z=v=>{if(e.value&&!Array.isArray(e.value)){const D=rr(e.value,r.weekStart);return{...T(v),dp__range_start:Xe(D[0],v.value),dp__range_end:Xe(D[1],v.value),dp__range_between_week:kt(v.value,D[0])&&gt(v.value,D[1])}}return{...T(v)}},z=v=>{if(e.value&&Array.isArray(e.value)){const D=rr(e.value[0],r.weekStart),K=e.value[1]?rr(e.value[1],r.weekStart):[];return{...T(v),dp__range_start:Xe(D[0],v.value)||Xe(K[0],v.value),dp__range_end:Xe(D[1],v.value)||Xe(K[1],v.value),dp__range_between_week:kt(v.value,D[0])&&gt(v.value,D[1])||kt(v.value,K[0])&&gt(v.value,K[1]),dp__range_between:kt(v.value,D[1])&&gt(v.value,K[0])}}return{...T(v)}},L=v=>{const D=n.value.count>0?v.current&&b(v)&&A():b(v)&&A(),K=n.value.count>0?v.current&&b(v,!1)&&A():b(v,!1)&&A();return{isRangeStart:D,isRangeEnd:K}},Q=v=>{const{isRangeStart:D,isRangeEnd:K}=L(v);return{dp__range_start:D,dp__range_end:K,dp__range_between:X(v),dp__date_hover:Xe(v.value,h.value)&&!D&&!K&&!r.weekPicker,dp__date_hover_start:E(v,!0),dp__date_hover_end:E(v,!1)}},T=v=>({...Q(v),dp__cell_auto_range:U(v),dp__cell_auto_range_start:S(v),dp__cell_auto_range_end:I(v)}),G=v=>f.value.enabled?f.value.autoRange?T(v):r.modelAuto?{...he(v),...Q(v)}:r.weekPicker?z(v):Q(v):r.weekPicker?Z(v):he(v);return{setHoverDate:_,clearHoverDate:k,getDayClassData:v=>r.hideOffsetDates&&!v.current?{}:{...ae(v),...G(v),[r.dayClass?r.dayClass(v.value,r.internalModelValue):""]:!0,...o.value.calendarCell??{}}}},Tr=e=>{const{defaultedFilters:r,defaultedRange:n,propDates:a,defaultedMultiDates:o}=pt(e),s=H=>a.value.disabledDates?typeof a.value.disabledDates=="function"?a.value.disabledDates(ge(H)):!!qo(H,a.value.disabledDates):!1,c=H=>a.value.maxDate?e.yearPicker?Pe(H)>Pe(a.value.maxDate):kt(H,a.value.maxDate):!1,d=H=>a.value.minDate?e.yearPicker?Pe(H)<Pe(a.value.minDate):gt(H,a.value.minDate):!1,f=H=>{const X=c(H),Y=d(H),re=s(H),fe=r.value.months.map(L=>+L).includes(Ge(H)),ae=e.disabledWeekDays.length?e.disabledWeekDays.some(L=>+L===R7(H)):!1,he=k(H),Z=Pe(H),z=Z<+e.yearRange[0]||Z>+e.yearRange[1];return!(X||Y||re||fe||z||ae||he)},p=(H,X)=>gt(...Er(a.value.minDate,H,X))||Xe(...Er(a.value.minDate,H,X)),h=(H,X)=>kt(...Er(a.value.maxDate,H,X))||Xe(...Er(a.value.maxDate,H,X)),g=(H,X,Y)=>{let re=!1;return a.value.maxDate&&Y&&h(H,X)&&(re=!0),a.value.minDate&&!Y&&p(H,X)&&(re=!0),re},_=(H,X,Y,re)=>{let fe=!1;return re&&(a.value.minDate||a.value.maxDate)?a.value.minDate&&a.value.maxDate?fe=g(H,X,Y):(a.value.minDate&&p(H,X)||a.value.maxDate&&h(H,X))&&(fe=!0):fe=!0,fe},k=H=>Array.isArray(a.value.allowedDates)&&!a.value.allowedDates.length?!0:a.value.allowedDates?!qo(H,a.value.allowedDates):!1,$=H=>!f(H),M=H=>n.value.noDisabledRange?!fh({start:H[0],end:H[1]}).some(X=>$(X)):!0,x=H=>{if(H){const X=Pe(H);return X>=+e.yearRange[0]&&X<=e.yearRange[1]}return!0},b=(H,X)=>!!(Array.isArray(H)&&H[X]&&(n.value.maxRange||n.value.minRange)&&x(H[X])),E=(H,X,Y=0)=>{if(b(X,Y)&&x(H)){const re=uh(H,X[Y]),fe=n1(X[Y],H),ae=fe.length===1?0:fe.filter(Z=>$(Z)).length,he=Math.abs(re)-(n.value.minMaxRawRange?0:ae);if(n.value.minRange&&n.value.maxRange)return he>=+n.value.minRange&&he<=+n.value.maxRange;if(n.value.minRange)return he>=+n.value.minRange;if(n.value.maxRange)return he<=+n.value.maxRange}return!0},V=()=>!e.enableTimePicker||e.monthPicker||e.yearPicker||e.ignoreTimeValidation,I=H=>Array.isArray(H)?[H[0]?Gs(H[0]):null,H[1]?Gs(H[1]):null]:Gs(H),U=(H,X,Y)=>H.find(re=>+re.hours===sr(X)&&re.minutes==="*"?!0:+re.minutes===Sr(X)&&+re.hours===sr(X))&&Y,S=(H,X,Y)=>{const[re,fe]=H,[ae,he]=X;return!U(re,ae,Y)&&!U(fe,he,Y)&&Y},N=(H,X)=>{const Y=Array.isArray(X)?X:[X];return Array.isArray(e.disabledTimes)?Array.isArray(e.disabledTimes[0])?S(e.disabledTimes,Y,H):!Y.some(re=>U(e.disabledTimes,re,H)):H},O=(H,X)=>{const Y=Array.isArray(X)?[na(X[0]),X[1]?na(X[1]):void 0]:na(X),re=!e.disabledTimes(Y);return H&&re},A=(H,X)=>e.disabledTimes?Array.isArray(e.disabledTimes)?N(X,H):O(X,H):X,y=H=>{let X=!0;if(!H||V())return!0;const Y=!a.value.minDate&&!a.value.maxDate?I(H):H;return(e.maxTime||a.value.maxDate)&&(X=k0(e.maxTime,a.value.maxDate,"max",It(Y),X)),(e.minTime||a.value.minDate)&&(X=k0(e.minTime,a.value.minDate,"min",It(Y),X)),A(H,X)},P=H=>{if(!e.monthPicker)return!0;let X=!0;const Y=ge(On(H));if(a.value.minDate&&a.value.maxDate){const re=ge(On(a.value.minDate)),fe=ge(On(a.value.maxDate));return kt(Y,re)&&gt(Y,fe)||Xe(Y,re)||Xe(Y,fe)}if(a.value.minDate){const re=ge(On(a.value.minDate));X=kt(Y,re)||Xe(Y,re)}if(a.value.maxDate){const re=ge(On(a.value.maxDate));X=gt(Y,re)||Xe(Y,re)}return X},j=t.computed(()=>H=>!e.enableTimePicker||e.ignoreTimeValidation?!0:y(H)),oe=t.computed(()=>H=>e.monthPicker?Array.isArray(H)&&(n.value.enabled||o.value.enabled)?!H.filter(X=>!P(X)).length:P(H):!0);return{isDisabled:$,validateDate:f,validateMonthYearInRange:_,isDateRangeAllowed:M,checkMinMaxRange:E,isValidTime:y,isTimeValid:j,isMonthValid:oe}},ll=()=>{const e=t.computed(()=>(a,o)=>a==null?void 0:a.includes(o)),r=t.computed(()=>(a,o)=>a.count?a.solo?!0:o===0:!0),n=t.computed(()=>(a,o)=>a.count?a.solo?!0:o===a.count-1:!0);return{hideNavigationButtons:e,showLeftIcon:r,showRightIcon:n}},SC=(e,r,n)=>{const a=t.ref(0),o=t.reactive({[ta.timePicker]:!e.enableTimePicker||e.timePicker||e.monthPicker,[ta.calendar]:!1,[ta.header]:!1}),s=t.computed(()=>e.monthPicker||e.timePicker),c=g=>{var _;if((_=e.flow)!=null&&_.length){if(!g&&s.value)return h();o[g]=!0,Object.keys(o).filter(k=>!o[k]).length||h()}},d=()=>{var g,_;(g=e.flow)!=null&&g.length&&a.value!==-1&&(a.value+=1,r("flow-step",a.value),h()),((_=e.flow)==null?void 0:_.length)===a.value&&t.nextTick().then(()=>f())},f=()=>{a.value=-1},p=(g,_,...k)=>{var $,M;e.flow[a.value]===g&&n.value&&((M=($=n.value)[_])==null||M.call($,...k))},h=(g=0)=>{g&&(a.value+=g),p(Pt.month,"toggleMonthPicker",!0),p(Pt.year,"toggleYearPicker",!0),p(Pt.calendar,"toggleTimePicker",!1,!0),p(Pt.time,"toggleTimePicker",!0,!0);const _=e.flow[a.value];(_===Pt.hours||_===Pt.minutes||_===Pt.seconds)&&p(_,"toggleTimePicker",!0,!0,_)};return{childMount:c,updateFlowStep:d,resetFlow:f,handleFlow:h,flowStep:a}},BC={key:1,class:"dp__input_wrap"},OC=["id","name","inputmode","placeholder","disabled","readonly","required","value","autocomplete","aria-label","aria-disabled","aria-invalid"],VC={key:2,class:"dp--clear-btn"},IC=["aria-label"],NC=t.defineComponent({compatConfig:{MODE:3},__name:"DatepickerInput",props:{isMenuOpen:{type:Boolean,default:!1},inputValue:{type:String,default:""},...al},emits:["clear","open","update:input-value","set-input-date","close","select-date","set-empty-date","toggle","focus-prev","focus","blur","real-blur","text-input"],setup(e,{expose:r,emit:n}){const a=n,o=e,{defaultedTextInput:s,defaultedAriaLabels:c,defaultedInline:d,defaultedConfig:f,defaultedRange:p,defaultedMultiDates:h,defaultedUI:g,getDefaultPattern:_,getDefaultStartTime:k}=pt(o),{checkMinMaxRange:$}=Tr(o),M=t.ref(),x=t.ref(null),b=t.ref(!1),E=t.ref(!1),V=t.computed(()=>({dp__pointer:!o.disabled&&!o.readonly&&!s.value.enabled,dp__disabled:o.disabled,dp__input_readonly:!s.value.enabled,dp__input:!0,dp__input_icon_pad:!o.hideInputIcon,dp__input_valid:typeof o.state=="boolean"?o.state:!1,dp__input_invalid:typeof o.state=="boolean"?!o.state:!1,dp__input_focus:b.value||o.isMenuOpen,dp__input_reg:!s.value.enabled,...g.value.input??{}})),I=()=>{a("set-input-date",null),o.clearable&&o.autoApply&&(a("set-empty-date"),M.value=null)},U=Z=>{const z=k();return Kx(Z,s.value.format??_(),z??r1({},o.enableSeconds),o.inputValue,E.value,o.formatLocale)},S=Z=>{const{rangeSeparator:z}=s.value,[L,Q]=Z.split(`${z}`);if(L){const T=U(L.trim()),G=Q?U(Q.trim()):null;if(aa(T,G))return;const v=T&&G?[T,G]:[T];$(G,v,0)&&(M.value=T?v:null)}},N=()=>{E.value=!0},O=Z=>{if(p.value.enabled)S(Z);else if(h.value.enabled){const z=Z.split(";");M.value=z.map(L=>U(L.trim())).filter(L=>L)}else M.value=U(Z)},A=Z=>{var z;const L=typeof Z=="string"?Z:(z=Z.target)==null?void 0:z.value;L!==""?(s.value.openMenu&&!o.isMenuOpen&&a("open"),O(L),a("set-input-date",M.value)):I(),E.value=!1,a("update:input-value",L),a("text-input",Z,M.value)},y=Z=>{s.value.enabled?(O(Z.target.value),s.value.enterSubmit&&wu(M.value)&&o.inputValue!==""?(a("set-input-date",M.value,!0),M.value=null):s.value.enterSubmit&&o.inputValue===""&&(M.value=null,a("clear"))):oe(Z)},P=(Z,z)=>{s.value.enabled&&s.value.tabSubmit&&!z&&O(Z.target.value),s.value.tabSubmit&&wu(M.value)&&o.inputValue!==""?(a("set-input-date",M.value,!0,!0),M.value=null):s.value.tabSubmit&&o.inputValue===""&&(M.value=null,a("clear",!0))},j=()=>{b.value=!0,a("focus"),t.nextTick().then(()=>{var Z;s.value.enabled&&s.value.selectOnFocus&&((Z=x.value)==null||Z.select())})},oe=Z=>{if(Cr(Z,f.value,!0),s.value.enabled&&s.value.openMenu&&!d.value.input){if(s.value.openMenu==="open"&&!o.isMenuOpen)return a("open");if(s.value.openMenu==="toggle")return a("toggle")}else s.value.enabled||a("toggle")},H=()=>{a("real-blur"),b.value=!1,(!o.isMenuOpen||d.value.enabled&&d.value.input)&&a("blur"),o.autoApply&&s.value.enabled&&M.value&&!o.isMenuOpen&&(a("set-input-date",M.value),a("select-date"),M.value=null)},X=Z=>{Cr(Z,f.value,!0),a("clear")},Y=()=>{a("close")},re=Z=>{if(Z.key==="Tab"&&P(Z),Z.key==="Enter"&&y(Z),Z.key==="Escape"&&s.value.escClose&&Y(),!s.value.enabled){if(Z.code==="Tab")return;Z.preventDefault()}},fe=()=>{var Z;(Z=x.value)==null||Z.focus({preventScroll:!0})},ae=Z=>{M.value=Z},he=Z=>{Z.key===ct.tab&&P(Z,!0)};return r({focusInput:fe,setParsedDate:ae}),(Z,z)=>{var L,Q,T;return t.openBlock(),t.createElementBlock("div",{onClick:oe},[Z.$slots.trigger&&!Z.$slots["dp-input"]&&!t.unref(d).enabled?t.renderSlot(Z.$slots,"trigger",{key:0}):t.createCommentVNode("",!0),!Z.$slots.trigger&&(!t.unref(d).enabled||t.unref(d).input)?(t.openBlock(),t.createElementBlock("div",BC,[Z.$slots["dp-input"]&&!Z.$slots.trigger&&(!t.unref(d).enabled||t.unref(d).enabled&&t.unref(d).input)?t.renderSlot(Z.$slots,"dp-input",{key:0,value:e.inputValue,isMenuOpen:e.isMenuOpen,onInput:A,onEnter:y,onTab:P,onClear:X,onBlur:H,onKeypress:re,onPaste:N,onFocus:j,openMenu:()=>Z.$emit("open"),closeMenu:()=>Z.$emit("close"),toggleMenu:()=>Z.$emit("toggle")}):t.createCommentVNode("",!0),Z.$slots["dp-input"]?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("input",{key:1,id:Z.uid?`dp-input-${Z.uid}`:void 0,ref_key:"inputRef",ref:x,"data-test-id":"dp-input",name:Z.name,class:t.normalizeClass(V.value),inputmode:t.unref(s).enabled?"text":"none",placeholder:Z.placeholder,disabled:Z.disabled,readonly:Z.readonly,required:Z.required,value:e.inputValue,autocomplete:Z.autocomplete,"aria-label":(L=t.unref(c))==null?void 0:L.input,"aria-disabled":Z.disabled||void 0,"aria-invalid":Z.state===!1?!0:void 0,onInput:A,onBlur:H,onFocus:j,onKeypress:re,onKeydown:z[0]||(z[0]=G=>re(G)),onPaste:N},null,42,OC)),t.createElementVNode("div",{onClick:z[3]||(z[3]=G=>a("toggle"))},[Z.$slots["input-icon"]&&!Z.hideInputIcon?(t.openBlock(),t.createElementBlock("span",{key:0,class:"dp__input_icon",onClick:z[1]||(z[1]=G=>a("toggle"))},[t.renderSlot(Z.$slots,"input-icon")])):t.createCommentVNode("",!0),!Z.$slots["input-icon"]&&!Z.hideInputIcon&&!Z.$slots["dp-input"]?(t.openBlock(),t.createBlock(t.unref(za),{key:1,"aria-label":(Q=t.unref(c))==null?void 0:Q.calendarIcon,class:"dp__input_icon dp__input_icons",onClick:z[2]||(z[2]=G=>a("toggle"))},null,8,["aria-label"])):t.createCommentVNode("",!0)]),Z.$slots["clear-icon"]&&(Z.alwaysClearable||e.inputValue&&Z.clearable&&!Z.disabled&&!Z.readonly)?(t.openBlock(),t.createElementBlock("span",VC,[t.renderSlot(Z.$slots,"clear-icon",{clear:X})])):t.createCommentVNode("",!0),!Z.$slots["clear-icon"]&&(Z.alwaysClearable||Z.clearable&&e.inputValue&&!Z.disabled&&!Z.readonly)?(t.openBlock(),t.createElementBlock("button",{key:3,"aria-label":(T=t.unref(c))==null?void 0:T.clearInput,class:"dp--clear-btn",type:"button",onKeydown:z[4]||(z[4]=G=>t.unref(Wt)(G,()=>X(G),!0,he)),onClick:z[5]||(z[5]=t.withModifiers(G=>X(G),["prevent"]))},[t.createVNode(t.unref(Bh),{class:"dp__input_icons","data-test-id":"clear-icon"})],40,IC)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)])}}}),TC=typeof window<"u"?window:void 0,eu=()=>{},MC=e=>t.getCurrentScope()?(t.onScopeDispose(e),!0):!1,DC=(e,r,n,a)=>{if(!e)return eu;let o=eu;const s=t.watch(()=>t.unref(e),d=>{o(),d&&(d.addEventListener(r,n,a),o=()=>{d.removeEventListener(r,n,a),o=eu})},{immediate:!0,flush:"post"}),c=()=>{s(),o()};return MC(c),c},RC=(e,r,n,a={})=>{const{window:o=TC,event:s="pointerdown"}=a;return o?DC(o,s,c=>{const d=Bt(e),f=Bt(r);!d||!f||d===c.target||c.composedPath().includes(d)||c.composedPath().includes(f)||n(c)},{passive:!0}):void 0},AC=["data-dp-mobile"],PC=t.defineComponent({compatConfig:{MODE:3},__name:"VueDatePicker",props:{...al},emits:["update:model-value","update:model-timezone-value","text-submit","closed","cleared","open","focus","blur","internal-model-change","recalculate-position","flow-step","update-month-year","invalid-select","invalid-fixed-range","tooltip-open","tooltip-close","time-picker-open","time-picker-close","am-pm-change","range-start","range-end","date-update","invalid-date","overlay-toggle","text-input"],setup(e,{expose:r,emit:n}){const a=n,o=e,s=t.useSlots(),c=t.ref(!1),d=t.toRef(o,"modelValue"),f=t.toRef(o,"timezone"),p=t.ref(null),h=t.ref(null),g=t.ref(null),_=t.ref(!1),k=t.ref(null),$=t.ref(!1),M=t.ref(!1),x=t.ref(!1),b=t.ref(!1),{setMenuFocused:E,setShiftKey:V}=l1(),{clearArrowNav:I}=Nr(),{validateDate:U,isValidTime:S}=Tr(o),{defaultedTransitions:N,defaultedTextInput:O,defaultedInline:A,defaultedConfig:y,defaultedRange:P,defaultedMultiDates:j}=pt(o),{menuTransition:oe,showTransition:H}=Mi(N),{isMobile:X}=h1(y);t.onMounted(()=>{G(o.modelValue),t.nextTick().then(()=>{if(!A.value.enabled){const le=z(k.value);le==null||le.addEventListener("scroll",_e),window==null||window.addEventListener("resize",be)}}),A.value.enabled&&(c.value=!0),window==null||window.addEventListener("keyup",we),window==null||window.addEventListener("keydown",Ue)}),t.onUnmounted(()=>{if(!A.value.enabled){const le=z(k.value);le==null||le.removeEventListener("scroll",_e),window==null||window.removeEventListener("resize",be)}window==null||window.removeEventListener("keyup",we),window==null||window.removeEventListener("keydown",Ue)});const Y=sn(s,"all",o.presetDates),re=sn(s,"input");t.watch([d,f],()=>{G(d.value)},{deep:!0});const{openOnTop:fe,menuStyle:ae,xCorrect:he,setMenuPosition:Z,getScrollableParent:z,shadowRender:L}=xC({menuRef:p,menuRefInner:h,inputRef:g,pickerWrapperRef:k,inline:A,emit:a,props:o,slots:s}),{inputValue:Q,internalModelValue:T,parseExternalModelValue:G,emitModelValue:v,formatInputValue:D,checkBeforeEmit:K}=yE(a,o,_),pe=t.computed(()=>({dp__main:!0,dp__theme_dark:o.dark,dp__theme_light:!o.dark,dp__flex_display:A.value.enabled,"dp--flex-display-collapsed":x.value,dp__flex_display_with_input:A.value.input})),te=t.computed(()=>o.dark?"dp__theme_dark":"dp__theme_light"),Ne=t.computed(()=>o.teleport?{to:typeof o.teleport=="boolean"?"body":o.teleport,disabled:!o.teleport||A.value.enabled}:{}),de=t.computed(()=>({class:"dp__outer_menu_wrap"})),ye=t.computed(()=>A.value.enabled&&(o.timePicker||o.monthPicker||o.yearPicker||o.quarterPicker)),R=()=>{var le,xe;return((xe=(le=g.value)==null?void 0:le.$el)==null?void 0:xe.getBoundingClientRect())??{width:0,left:0,right:0}},_e=()=>{c.value&&(y.value.closeOnScroll?Ze():Z())},be=()=>{var le;c.value&&Z();const xe=((le=h.value)==null?void 0:le.$el.getBoundingClientRect().width)??0;x.value=document.body.offsetWidth<=xe},we=le=>{le.key==="Tab"&&!A.value.enabled&&!o.teleport&&y.value.tabOutClosesMenu&&(k.value.contains(document.activeElement)||Ze()),M.value=le.shiftKey},Ue=le=>{M.value=le.shiftKey},Te=()=>{!o.disabled&&!o.readonly&&(L(S0,o),Z(!1),c.value=!0,c.value&&a("open"),c.value||Ot(),G(o.modelValue))},ee=()=>{var le,xe;Q.value="",Ot(),(le=h.value)==null||le.onValueCleared(),(xe=g.value)==null||xe.setParsedDate(null),a("update:model-value",null),a("update:model-timezone-value",null),a("cleared"),y.value.closeOnClearValue&&Ze()},me=()=>{const le=T.value;return!le||!Array.isArray(le)&&U(le)?!0:Array.isArray(le)?j.value.enabled||le.length===2&&U(le[0])&&U(le[1])?!0:P.value.partialRange&&!o.timePicker?U(le[0]):!1:!1},Se=()=>{K()&&me()?(v(),Ze()):a("invalid-select",T.value)},st=le=>{Ct(),v(),y.value.closeOnAutoApply&&!le&&Ze()},Ct=()=>{g.value&&O.value.enabled&&g.value.setParsedDate(T.value)},Ve=(le=!1)=>{o.autoApply&&S(T.value)&&me()&&(P.value.enabled&&Array.isArray(T.value)?(P.value.partialRange||T.value.length===2)&&st(le):st(le))},Ot=()=>{O.value.enabled||(T.value=null)},Ze=(le=!1)=>{le&&T.value&&y.value.setDateOnMenuClose&&Se(),A.value.enabled||(c.value&&(c.value=!1,he.value=!1,E(!1),V(!1),I(),a("closed"),Q.value&&G(d.value)),Ot(),a("blur"))},Yn=(le,xe,Be=!1)=>{if(!le){T.value=null;return}const dn=Array.isArray(le)?!le.some(dr=>!U(dr)):U(le),Zt=S(le);dn&&Zt?(b.value=!0,T.value=le,xe&&($.value=Be,Se(),a("text-submit")),t.nextTick().then(()=>{b.value=!1})):a("invalid-date",le)},Mr=()=>{o.autoApply&&S(T.value)&&v(),Ct()},ur=()=>c.value?Ze():Te(),Dr=le=>{T.value=le},Rr=()=>{O.value.enabled&&(_.value=!0,D()),a("focus")},Ar=()=>{if(O.value.enabled&&(_.value=!1,G(o.modelValue),$.value)){const le=Gk(k.value,M.value);le==null||le.focus()}a("blur")},Pr=le=>{h.value&&h.value.updateMonthYear(0,{month:Up(le.month),year:Up(le.year)})},Lr=le=>{G(le??o.modelValue)},Fr=(le,xe)=>{var Be;(Be=h.value)==null||Be.switchView(le,xe)},ne=(le,xe)=>y.value.onClickOutside?y.value.onClickOutside(le,xe):Ze(!0),ke=(le=0)=>{var xe;(xe=h.value)==null||xe.handleFlow(le)},Ie=()=>p;return RC(p,g,le=>ne(me,le)),r({closeMenu:Ze,selectDate:Se,clearValue:ee,openMenu:Te,onScroll:_e,formatInputValue:D,updateInternalModelValue:Dr,setMonthYear:Pr,parseModel:Lr,switchView:Fr,toggleMenu:ur,handleFlow:ke,getDpWrapMenuRef:Ie}),(le,xe)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"pickerWrapperRef",ref:k,class:t.normalizeClass(pe.value),"data-datepicker-instance":"","data-dp-mobile":t.unref(X)},[t.createVNode(NC,t.mergeProps({ref_key:"inputRef",ref:g,"input-value":t.unref(Q),"onUpdate:inputValue":xe[0]||(xe[0]=Be=>t.isRef(Q)?Q.value=Be:null),"is-menu-open":c.value},le.$props,{onClear:ee,onOpen:Te,onSetInputDate:Yn,onSetEmptyDate:t.unref(v),onSelectDate:Se,onToggle:ur,onClose:Ze,onFocus:Rr,onBlur:Ar,onRealBlur:xe[1]||(xe[1]=Be=>_.value=!1),onTextInput:xe[2]||(xe[2]=Be=>le.$emit("text-input",Be))}),t.createSlots({_:2},[t.renderList(t.unref(re),(Be,dn)=>({name:Be,fn:t.withCtx(Zt=>[t.renderSlot(le.$slots,Be,t.normalizeProps(t.guardReactiveProps(Zt)))])}))]),1040,["input-value","is-menu-open","onSetEmptyDate"]),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(le.teleport?t.Teleport:"div"),t.normalizeProps(t.guardReactiveProps(Ne.value)),{default:t.withCtx(()=>[t.createVNode(t.Transition,{name:t.unref(oe)(t.unref(fe)),css:t.unref(H)&&!t.unref(A).enabled},{default:t.withCtx(()=>[c.value?(t.openBlock(),t.createElementBlock("div",t.mergeProps({key:0,ref_key:"dpWrapMenuRef",ref:p},de.value,{class:{"dp--menu-wrapper":!t.unref(A).enabled},style:t.unref(A).enabled?void 0:t.unref(ae)}),[t.createVNode(S0,t.mergeProps({ref_key:"dpMenuRef",ref:h},le.$props,{"internal-model-value":t.unref(T),"onUpdate:internalModelValue":xe[3]||(xe[3]=Be=>t.isRef(T)?T.value=Be:null),class:{[te.value]:!0,"dp--menu-wrapper":le.teleport},"open-on-top":t.unref(fe),"no-overlay-focus":ye.value,collapse:x.value,"get-input-rect":R,"is-text-input-date":b.value,onClosePicker:Ze,onSelectDate:Se,onAutoApply:Ve,onTimeUpdate:Mr,onFlowStep:xe[4]||(xe[4]=Be=>le.$emit("flow-step",Be)),onUpdateMonthYear:xe[5]||(xe[5]=Be=>le.$emit("update-month-year",Be)),onInvalidSelect:xe[6]||(xe[6]=Be=>le.$emit("invalid-select",t.unref(T))),onAutoApplyInvalid:xe[7]||(xe[7]=Be=>le.$emit("invalid-select",Be)),onInvalidFixedRange:xe[8]||(xe[8]=Be=>le.$emit("invalid-fixed-range",Be)),onRecalculatePosition:t.unref(Z),onTooltipOpen:xe[9]||(xe[9]=Be=>le.$emit("tooltip-open",Be)),onTooltipClose:xe[10]||(xe[10]=Be=>le.$emit("tooltip-close",Be)),onTimePickerOpen:xe[11]||(xe[11]=Be=>le.$emit("time-picker-open",Be)),onTimePickerClose:xe[12]||(xe[12]=Be=>le.$emit("time-picker-close",Be)),onAmPmChange:xe[13]||(xe[13]=Be=>le.$emit("am-pm-change",Be)),onRangeStart:xe[14]||(xe[14]=Be=>le.$emit("range-start",Be)),onRangeEnd:xe[15]||(xe[15]=Be=>le.$emit("range-end",Be)),onDateUpdate:xe[16]||(xe[16]=Be=>le.$emit("date-update",Be)),onInvalidDate:xe[17]||(xe[17]=Be=>le.$emit("invalid-date",Be)),onOverlayToggle:xe[18]||(xe[18]=Be=>le.$emit("overlay-toggle",Be)),onMenuBlur:xe[19]||(xe[19]=Be=>le.$emit("blur"))}),t.createSlots({_:2},[t.renderList(t.unref(Y),(Be,dn)=>({name:Be,fn:t.withCtx(Zt=>[t.renderSlot(le.$slots,Be,t.normalizeProps(t.guardReactiveProps({...Zt})))])}))]),1040,["internal-model-value","class","open-on-top","no-overlay-focus","collapse","is-text-input-date","onRecalculatePosition"])],16)):t.createCommentVNode("",!0)]),_:3},8,["name","css"])]),_:3},16))],10,AC))}}),cd=(()=>{const e=PC;return e.install=r=>{r.component("Vue3DatePicker",e)},e})(),LC=Object.freeze(Object.defineProperty({__proto__:null,default:cd},Symbol.toStringTag,{value:"Module"}));Object.entries(LC).forEach(([e,r])=>{e!=="default"&&(cd[e]=r)});const FC=t.defineComponent({__name:"EUIDatepicker",props:{modelValue:{type:Date,default:""},format:{type:[String,Function],default:"dd/MM/yyyy"},maxDate:{type:Date,default:""},minDate:{type:Date,default:""},name:{type:String,required:!1,default:"date-picker"},isUtc:{type:Boolean,default:!0},clearIcon:{type:Boolean,default:!0},placeholder:{type:String,default:"Choose your date"},label:{type:String,required:!0,default:""},iconType:{type:String,default:""},icon:{type:[Object,String],default:""},errors:{type:Object,required:!1,default:()=>{}},timePicker:Boolean,quarter:Boolean,disableDate:Boolean,formatDate:Boolean,readonly:Boolean,disabled:Boolean,required:Boolean,range:Boolean,multiCalendars:Boolean,autoApply:{type:Boolean,default:!0},inputFilled:{type:Boolean,default:!1},config:{type:Object,required:!1,default:()=>{}}},emits:["update:modelValue"],setup(e,{emit:r}){t.useCssVars(k=>({"740fe2e0":h.value,"0d3fb69a":g.value,"2db10b09":_.value}));const n=e,a=r,{isUtc:o,clearIcon:s}=t.toRefs(n),c=t.ref(n.modelValue||(n.range?[]:null));t.watch(()=>n.modelValue,k=>{k==null||Array.isArray(k)&&k.length===0?c.value=n.range?[]:null:c.value=k},{immediate:!0});const d=k=>{c.value=k,a("update:modelValue",k)},f=k=>{const $=new Date;return $.setHours(0,0,0,0),k<$},p=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}},h=t.computed(()=>n.iconType==="startIcon"?"46px":"16px"),g=t.computed(()=>n.iconType==="endIcon"?"46px":"16px"),_=t.computed(()=>n.iconType==="endIcon"?"40px":"0px");return(k,$)=>{const M=t.resolveComponent("EUIErrorMessage");return t.openBlock(),t.createElementBlock("div",null,[!e.inputFilled&&e.label?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium block mb-1",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},t.toDisplayString(e.label),3)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass([{"pointer-events-none cursor-not-allowed":e.disabled},e.inputFilled?"overflow-hidden border border-gray-100 cursor-pointer group h-14 rounded-2xl eui-datepicker":"h-10 eui-datepicker normal","relative w-full mb-2"])},[e.inputFilled?(t.openBlock(),t.createElementBlock("label",{key:0,class:t.normalizeClass([p(),c.value?"top-3.5 text-xs text-gray-400 leading-none cursor-default":"top-1/2 text-sm w-full text-gray-700 cursor-pointer h-14 pt-5 pb-4 bg-white",e.disabled?" cursor-not-allowed":"",e.required&&"after:content-['*'] after:ml-0.5 after:text-red-500","absolute font-medium left-0 px-4 z-[1] -translate-y-1/2 group-focus-within:top-3.5 group-focus-within:text-xs group-focus-within:text-gray-400 rounded-2xl group-focus-within:bg-transparent group-hover:text-xs group-focus-within:h-auto group-focus-within:py-0 group-hover:top-3.5 group-hover:bg-transparent group-hover:h-auto group-hover:py-0 group-focus-within:-translate-y-1/2 group-hover:-translate-y-1/2 text-start first-letter:capitalize group-hover:rounded-none group-hover:text-gray-400 group-hover:w-max transition-all ease-in-out duration-300"])},t.toDisplayString(e.label||"Datepicker"),3)):t.createCommentVNode("",!0),e.icon&&e.iconType?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass([e.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",e.disabled?"cursor-not-allowed":"",e.inputFilled?"inset-y-0":"top-2","absolute z-10 flex items-center pointer-events-none"])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.icon),{class:"w-6 h-6 text-gray-400","aria-hidden":"true"}))],2)):t.createCommentVNode("",!0),t.createVNode(t.unref(cd),{locale:"en-US",name:e.name,placeholder:e.placeholder,"model-value":c.value,utc:t.unref(o),range:e.range,teleport:!0,clearable:t.unref(s),required:e.required,disabled:e.disabled,readonly:e.readonly,"disabled-dates":e.disableDate?f:void 0,"time-picker":e.timePicker,"enable-time-picker":!1,"enable-seconds":!1,"is-24":!1,dark:!1,inline:!1,"text-input":!1,"auto-apply":e.autoApply,"hide-input-icon":!0,position:"left","multi-calendars":e.multiCalendars,"min-date":e.minDate,"max-date":e.maxDate,format:e.format,config:e.config,"onUpdate:modelValue":d},null,8,["name","placeholder","model-value","utc","range","clearable","required","disabled","readonly","disabled-dates","time-picker","auto-apply","multi-calendars","min-date","max-date","format","config"])],2),t.createVNode(M,{errors:e.errors,name:e.name},null,8,["errors","name"])])}}}),HC={class:"overflow-x-scroll"},UC={key:0,class:"flex flex-row items-center justify-between w-full p-2 bg-gray-100 rounded-xl"},zC=["id","onClick"],WC=["id","onClick"],jC={key:2,class:"flex items-center gap-1 p-2 transition-all duration-100"},YC=["id","onClick"],KC=t.defineComponent({__name:"EUITabs",props:{tabs:{},defaultActiveIndex:{},tabStyle:{},contentClass:{},tabSize:{},tabAlign:{}},emits:["update:activeTab"],setup(e,{emit:r}){const n=e,a=r,o=t.ref(n.defaultActiveIndex??0),s=c=>{o.value=c,a("update:activeTab",n.tabs[o.value])};return t.watch(()=>n.defaultActiveIndex,c=>{o.value=c??0}),(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("div",HC,[c.tabStyle==="design"?(t.openBlock(),t.createElementBlock("div",UC,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.tabs,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,id:`id-${f.name}`,type:"button",class:"[&:not(:focus-visible)]:focus:outline-none relative w-full inline-flex items-center transition-colors duration-100",role:"tab",tabindex:"-1",onClick:h=>s(p)},[t.createElementVNode("div",{class:t.normalizeClass(["pointer-events-none absolute inset-0 transition-transform duration-200 transform z-[1] ease-in-out",{"translate-x-full":p<o.value,"-translate-x-full":p>o.value,"translate-x-0 rounded-lg bg-gray-600":o.value===p}])},null,2),t.createElementVNode("span",{class:t.normalizeClass(["w-full px-4 py-2 text-sm tracking-wide font-medium capitalize z-10",o.value==p?" text-white":" text-gray-500 hover:text-gray-600 rounded-lg bg-transparent z-0 transition-colors duration-300 ease-in origin-center"])},[t.renderSlot(c.$slots,"title",{tab:f},()=>[t.createTextVNode(t.toDisplayString(f==null?void 0:f.name),1)],!0)],2)],8,zC))),128))])):c.tabStyle==="border"?(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["flex items-center gap-1 before:bottom-0 before:left-0 before:absolute before:content-[''] before:h-px before:w-full before:bg-gray-200 relative before:-z-[1] z-0 bg-white",[c.tabAlign==="justify"?"justify-between":c.tabAlign==="end"?"justify-end":"justify-start"]])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.tabs,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,role:"tab",id:`id-${f.name}`,class:t.normalizeClass(["px-3 py-1 leading-5 transition-all duration-150 ease-in-out hover:text-gray-800",c.tabSize==="sm"?"text-sm font-semibold border-b-2":"text-base font-bold border-b-[3px]",o.value===p?"border-gray-900 text-gray-900":"border-transparent text-gray-500"]),onClick:h=>s(p)},[t.renderSlot(c.$slots,"title",{tab:f},()=>[t.createTextVNode(t.toDisplayString(f==null?void 0:f.name),1)],!0)],10,WC))),128))],2)):(t.openBlock(),t.createElementBlock("div",jC,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(c.tabs,(f,p)=>(t.openBlock(),t.createElementBlock("button",{key:p,role:"tab",id:`id-${f.name}`,class:t.normalizeClass(["px-4 py-1 text-sm font-semibold transition-colors duration-150 ease-in-out border rounded-full",o.value===p?"shadow-lg shadow-gray-100 bg-white border-gray-200 focus-within:border-purple-600 text-gray-900":"border-white hover:bg-gray-50 text-gray-700"]),onClick:h=>s(p)},[t.renderSlot(c.$slots,"title",{tab:f},()=>[t.createTextVNode(t.toDisplayString(f==null?void 0:f.name),1)],!0)],10,YC))),128))]))]),t.createElementVNode("div",{class:t.normalizeClass(["py-2 text-base font-normal text-gray-700",c.contentClass])},[t.renderSlot(c.$slots,"content",{activeTab:c.tabs[o.value]},()=>{var f;return[t.createTextVNode(t.toDisplayString((f=c.tabs[o.value])==null?void 0:f.content),1)]},!0)],2)]))}}),GC=lt(KC,[["__scopeId","data-v-d49443f9"]]),XC={key:0,class:"mb-3 text-sm font-medium text-gray-500 font-inter"},QC={key:0,class:"text-red-500"},qC={class:"flex flex-row flex-wrap gap-3"},JC={class:"ml-2 mt-1"},ZC=t.defineComponent({__name:"EUIPillSelect",props:{label:{type:String,default:""},modelValue:{type:Object,default:null},labelKey:{type:String,default:"label"},valueKey:{type:String,default:"value"},items:{type:Array,default:[]},multiple:{type:Boolean,default:!1},name:{type:String,default:""},disabled:{type:Boolean,deault:!1},required:{type:Boolean,deault:!1},errors:{type:Object,default:[]},ignoreStartCase:{type:Boolean,deault:!1}},emits:["update:model-value","on-change"],setup(e,{emit:r}){const n=e,{multiple:a,valueKey:o,labelKey:s,errors:c,ignoreStartCase:d}=t.toRefs(n),f=r,p=t.computed({set:$=>{f("update:model-value",$)},get:()=>n.modelValue}),h=$=>{var M;if(Array.isArray(p.value)){const x=(M=p.value)==null?void 0:M.findIndex(b=>(b==null?void 0:b[o.value])===($==null?void 0:$[o.value]));x!=-1?p.value.splice(x,1):p.value.push($),f("on-change",p.value)}},g=$=>{var M;Array.isArray(p.value)||(((M=p.value)==null?void 0:M[o.value])===($==null?void 0:$[o.value])?p.value=null:p.value=$,f("on-change",p.value))},_=$=>{a.value?h($):g($)},k=$=>{var M;return Array.isArray(p.value)?p.value.map(b=>b[o.value]).filter(b=>b).includes($==null?void 0:$[o.value]):((M=p.value)==null?void 0:M[o.value])===($==null?void 0:$[o.value])};return t.watch(a,()=>{a.value?Array.isArray(p.value)||(p.value=[p.value]):p.value=p.value?p.value:null},{immediate:!0}),($,M)=>(t.openBlock(),t.createElementBlock("div",null,[e.label?(t.openBlock(),t.createElementBlock("p",XC,[t.createTextVNode(t.toDisplayString(e.label),1),e.required?(t.openBlock(),t.createElementBlock("span",QC,"*")):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0),t.createElementVNode("div",qC,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.items,(x,b)=>(t.openBlock(),t.createBlock(Eu,{key:`${e.name}-${b}`,type:"button",size:"md",color:"white",class:t.normalizeClass([k(x)?"!bg-purple-100 !text-purple-600 !font-medium shadow-sm":"!bg-gray-100 !text-gray-600 !font-medium hover:text-gray-800","px-4 py-2 text-sm leading-6 focus:outline-none rounded-3xl transition-colors duration-100 ease-in-out"]),rounded:"",onClick:E=>_(x),disabled:e.disabled},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(t.unref(d)?x[t.unref(s)]||"":t.unref(zn.startCase)(x[t.unref(s)]||"")),1)]),_:2},1032,["class","onClick","disabled"]))),128))]),t.createElementVNode("div",JC,[t.createVNode(Or,{name:e.name,errors:t.unref(c)},null,8,["name","errors"])])]))}});function e$(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M5 12h14"})])}function t$(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 4.5v15m7.5-7.5h-15"})])}function n$(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"fill-rule":"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm13.36-1.814a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z","clip-rule":"evenodd"})])}function r$(e,r){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[t.createElementVNode("path",{"fill-rule":"evenodd",d:"M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z","clip-rule":"evenodd"})])}const a$=["src"],i$={class:"flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200"},o$={class:"flex justify-between gap-x-4 mb-0.5"},l$={class:"text-xs leading-5 text-gray-500"},s$={class:"font-medium text-gray-900"},u$=["datetime"],d$={class:"text-sm leading-6 text-gray-500"},c$=["open"],f$={class:"text-sm leading-5 text-gray-900 list-none flex items-center justify-start flex-row cursor-pointer"},p$={class:"relative flex size-6 flex-none items-center justify-center bg-white"},h$={key:1,class:"size-1.5 rounded-full bg-gray-100 ring-1 ring-gray-300 group-hover:bg-purple-200 group-hover:ring-purple-500"},m$={class:"flex-auto py-0.5 text-xs leading-5 text-gray-500"},v$={class:"font-medium text-gray-900"},g$=["datetime"],y$=t.defineComponent({__name:"EUITimeLineItem",props:{data:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(e){const r=e,{data:n,type:a,icon:o,showMore:s}=t.toRefs(r);return(c,d)=>(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(n),(f,p)=>{var h,g,_,k,$;return t.openBlock(),t.createElementBlock("li",{key:f.id,class:"relative flex gap-x-4 group"},[t.createElementVNode("div",{class:t.normalizeClass([p===t.unref(n).length-1?"h-6":"-bottom-6","absolute left-0 top-0 flex w-6 justify-center"])},[t.createElementVNode("div",{class:t.normalizeClass([t.unref(a)==="icon"?"w-0.5 bg-green-500":"w-px bg-gray-200"])},null,2)],2),t.unref(a)==="image"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createElementVNode("img",{src:(h=f.person)==null?void 0:h.imageUrl,alt:"",class:"relative size-6 flex-none rounded-full bg-gray-50"},null,8,a$),t.createElementVNode("div",i$,[t.createElementVNode("div",o$,[t.createElementVNode("div",l$,[t.createElementVNode("span",s$,t.toDisplayString((g=f.person)==null?void 0:g.name),1)]),t.createElementVNode("time",{datetime:f.dateTime,class:"flex-none text-xs leading-5 text-gray-500"},t.toDisplayString(f.date+" "+f.dateTime),9,u$)]),t.createElementVNode("p",d$,t.toDisplayString(f.comment),1),t.unref(s)?(t.openBlock(),t.createElementBlock("details",{key:0,open:p===0,class:"text-gray-500 text-xs select-none open:border open:border-gray-100 open:bg-gray-50 open:rounded-md transition-colors duration-100 ease-in-out mt-2 p-2 group h-6 open:h-auto"},[t.createElementVNode("summary",f$,[t.createTextVNode(t.toDisplayString(((_=f.showmore)==null?void 0:_.title)||"More Details")+" ",1),t.createVNode(t.unref(t$),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto group-open:hidden"}),t.createVNode(t.unref(e$),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto hidden group-open:inline-block"})]),t.createElementVNode("div",null,t.toDisplayString((k=f.showmore)==null?void 0:k.content),1)],8,c$)):t.createCommentVNode("",!0)])],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createElementVNode("div",p$,[t.unref(a)==="icon"?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(t.unref(o)||t.unref(n$)),{key:0,class:"size-6 text-green-500","aria-hidden":"true"})):(t.openBlock(),t.createElementBlock("div",h$))]),t.createElementVNode("p",m$,[t.createElementVNode("span",v$,t.toDisplayString(($=f.person)==null?void 0:$.name),1),t.createTextVNode(" "+t.toDisplayString(f==null?void 0:f.command),1)]),t.createElementVNode("time",{datetime:f.dateTime,class:"flex-none py-0.5 text-xs leading-5 text-gray-500"},t.toDisplayString(f.date+" "+f.dateTime),9,g$)],64))])}),128))}}),b$={role:"list",class:"space-y-6 p-4"},_$=t.defineComponent({__name:"EUITimeLine",props:{items:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(e){const r=e,{items:n,type:a,icon:o,showMore:s}=t.toRefs(r);return(c,d)=>(t.openBlock(),t.createElementBlock("div",null,[t.createElementVNode("ul",b$,[t.createVNode(y$,{data:t.unref(n),type:t.unref(a),"timeline-icon":t.unref(o),"show-more":t.unref(s)},null,8,["data","type","timeline-icon","show-more"])])]))}}),w$={class:"text-sm font-medium text-gray-600 truncate cursor-pointer"},k$=t.defineComponent({__name:"EUITag",props:{closeIcon:{type:Boolean,default:!1},errors:{type:Object,required:!1,default:()=>{}},disabled:{type:Boolean,default:!1}},emits:["remove"],setup(e,{emit:r}){const n=e,{closeIcon:a}=t.toRefs(n),o=r,s=()=>{o("remove")};return(c,d)=>(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["inline-flex items-center px-2 py-1 rounded-md gap-x-1 bg-gray-50 ring-1 ring-inset ring-gray-400/10 max-w-xs w-auto",{"pointer-events-none select-none cursor-none":e.disabled}])},[t.createElementVNode("div",w$,[t.renderSlot(c.$slots,"default")]),t.unref(a)?(t.openBlock(),t.createElementBlock("button",{key:0,type:"button",class:"relative -mr-1 size-3.5 group rounded hover:bg-red-300/50 active:bg-red-300",onClick:t.withModifiers(s,["stop"])},d[0]||(d[0]=[t.createElementVNode("span",{class:"sr-only"},"Remove",-1),t.createElementVNode("svg",{viewBox:"0 0 14 14",class:"size-3.5 stroke-gray-400 group-hover:stroke-red-600/75"},[t.createElementVNode("path",{d:"M4 4l6 6m0-6l-6 6"})],-1)]))):t.createCommentVNode("",!0)],2))}}),x$={},E$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function C$(e,r){return t.openBlock(),t.createElementBlock("svg",E$,r[0]||(r[0]=[t.createElementVNode("path",{d:"M8 10.1396C9.06206 11.6015 10.3071 12.9109 11.7021 14.0339C11.8774 14.1749 12.1226 14.1749 12.2979 14.0339C13.6929 12.9109 14.9379 11.6015 16 10.1396",stroke:"currentColor","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const Br=lt(x$,[["render",C$]]),$$={class:"inline-flex flex-row items-center gap-2 overflow-hidden border-gray-100 rounded"},S$=["disabled"],B$=["onClick"],O$=["disabled"],m1=t.defineComponent({__name:"EUIPagination",props:{totalCount:{type:Number,default:0,required:!0},pageLimit:{type:Number,default:0,required:!0},activePage:{type:Number,default:0},divider:{type:String,default:"…"},max:{type:Number,default:7,validate(e){return e>=5&&e<Number.MAX_VALUE}}},emits:["changePage"],setup(e,{emit:r}){const n=e,a=r,o=t.computed(()=>n.activePage+1),s=t.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const g=n.activePage-1;f(g)}},d=()=>{if(n.activePage<s.value-1){const g=n.activePage+1;f(g)}},f=g=>{a("changePage",g)},p=t.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,_)=>_+1)),h=t.computed(()=>{const g=p.value.length,_=o.value,k=Math.max(n.max,12),$=Math.floor((Math.min(k,g)-7)/2),M=_-$,x=_+$,b=M-1>1,E=x+1<g,V=[];if(g<=k){for(let I=1;I<=g;I++)V.push(I);return V}if(V.push(1),b&&V.push(n.divider),!E){const I=_+$+2-g;for(let U=_-$-I;U<=_-$-1;U++)V.push(U)}for(let I=Math.max(2,M);I<=Math.min(g,x);I++)V.push(I);if(!b){const I=1-(_-$-2);for(let U=_+$+1;U<=_+$+I;U++)V.push(U)}return E&&V.push(n.divider),x<g&&V.push(g),V.length>=3&&V[1]===n.divider&&V[2]===3&&(V[1]=2),V.length>=3&&V[V.length-2]===n.divider&&V[V.length-1]===V.length&&(V[V.length-2]=V.length-1),V});return(g,_)=>(t.openBlock(),t.createElementBlock("div",$$,[t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-2",o.value===1&&"opacity-50 pointer-events-none"]),disabled:o.value===1,onClick:_[0]||(_[0]=k=>c())},[t.createVNode(Br,{class:"text-current transform rotate-90 size-6"}),_[2]||(_[2]=t.createElementVNode("span",{class:"hidden md:block"},"Back",-1))],10,S$)]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(h.value,k=>(t.openBlock(),t.createElementBlock("div",{key:k},[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out cursor-pointer text-sm font-medium px-3 py-2",k=="…"?"select-none pointer-events-none":o.value==k?"text-white bg-violet-600":"bg-white text-black"]),onClick:$=>typeof k=="number"&&f(k-1)},t.toDisplayString(k),11,B$)]))),128)),t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-2",s.value===o.value&&"opacity-50 pointer-events-none"]),disabled:s.value===o.value,onClick:_[1]||(_[1]=k=>d())},[_[3]||(_[3]=t.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),t.createVNode(Br,{class:"text-current transform -rotate-90 size-6"})],10,O$)])]))}}),V$={class:"table-checkbox"},I$=["value"],Oi=t.defineComponent({__name:"EUITableCheckbox",props:{indeterminate:Boolean,checked:{type:Boolean,default:!1},value:{default:null}},emits:["change","update:checked"],setup(e,{emit:r}){const n=e,a=r,o=t.ref(n.indeterminate);t.watch(()=>n.indeterminate,g=>{o.value=g});const s=t.computed({get(){return n.checked},set(g){a("update:checked",g)}}),c=g=>{a("change",g)},d=t.computed(()=>{const g=Array.isArray(n.checked)&&n.checked.length!==0,_=k=>k===n.value;return g?n.checked.some(_):n.checked===!0}),f=t.useAttrs(),p=t.computed(()=>f.disabled?-1:0),h=t.computed(()=>({...f,tabindex:p.value,role:"checkbox"}));return t.watch(d,()=>{n.indeterminate&&(o.value=!1)}),(g,_)=>(t.openBlock(),t.createElementBlock("label",V$,[t.withDirectives(t.createElementVNode("input",t.mergeProps({"onUpdate:modelValue":_[0]||(_[0]=k=>s.value=k),type:"checkbox",value:e.value},h.value,{onChange:c}),null,16,I$),[[t.vModelCheckbox,s.value]]),_[1]||(_[1]=t.createElementVNode("span",{class:"check-icon"},[t.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",class:"size-4",viewBox:"0 0 20 20",fill:"currentColor",stroke:"currentColor","stroke-width":"0.6"},[t.createElementVNode("path",{"fill-rule":"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z","clip-rule":"evenodd"})])],-1))]))}}),N$={},T$={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function M$(e,r){return t.openBlock(),t.createElementBlock("svg",T$,r[0]||(r[0]=[t.createElementVNode("g",{opacity:"0.7"},[t.createElementVNode("path",{d:"M6.246 10.4205C6.20733 10.3829 6.042 10.2406 5.906 10.1081C5.05067 9.33139 3.65067 7.30508 3.22333 6.24452C3.15467 6.08345 3.00933 5.67624 3 5.45868C3 5.2502 3.048 5.05147 3.14533 4.86183C3.28133 4.62543 3.49533 4.43579 3.748 4.33187C3.92333 4.26498 4.448 4.16107 4.45733 4.16107C5.03133 4.05715 5.964 4 6.99467 4C7.97667 4 8.87133 4.05715 9.454 4.14223C9.46333 4.15197 10.1153 4.25589 10.3387 4.36954C10.7467 4.57802 11 4.98523 11 5.42101V5.45868C10.99 5.74249 10.7367 6.33935 10.7273 6.33935C10.2993 7.34275 8.968 9.32229 8.08333 10.1179C8.08333 10.1179 7.856 10.3419 7.714 10.4394C7.51 10.5913 7.25733 10.6667 7.00467 10.6667C6.72267 10.6667 6.46 10.5816 6.246 10.4205Z",fill:"currentColor"})],-1)]))}const D$=lt(N$,[["render",M$]]),R$={},A$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function P$(e,r){return t.openBlock(),t.createElementBlock("svg",A$,r[0]||(r[0]=[t.createElementVNode("path",{d:"M12.925 14.6732C14.3879 13.4957 15.6927 12.1235 16.8055 10.5927C16.9425 10.4067 17.0161 10.1726 16.9972 9.92417C16.9553 9.37347 16.4749 8.96102 15.9242 9.00293C13.3119 9.20173 10.6882 9.20173 8.07593 9.00293C7.52524 8.96102 7.04484 9.37347 7.00293 9.92417C6.98403 10.1726 7.05757 10.4067 7.19456 10.5927C8.30737 12.1235 9.61223 13.4957 11.0751 14.6732C11.6165 15.109 12.3836 15.109 12.925 14.6732Z",fill:"currentColor","fill-opacity":"0.8"},null,-1)]))}const L$=lt(R$,[["render",P$]]),F$={class:"whitespace-nowrap"},H$={class:"overflow-hidden bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5"},U$=["onClick"],sl=t.defineComponent({__name:"EUIPageLimit",props:{pageLimit:{type:Number,default:5},iconStyle:{type:Boolean,default:!1}},emits:["updateLimit","refetch"],setup(e,{emit:r}){const n=e,{pageLimit:a}=t.toRefs(n),o=r,s=t.ref([5,10,20,30,40,50,100]),c=d=>{o("updateLimit",d),o("refetch")};return(d,f)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(ah,{trigger:"click",placement:"top",className:"max-w-40 min-w-40",customButton:"px-3 py-2 text-sm font-medium text-gray-900 bg-white rounded-md group hover:text-opacity-100 focus:outline-none focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-opacity-75 gap-x-1"},{referenceButton:t.withCtx(({open:p})=>[t.createElementVNode("span",F$,t.toDisplayString(t.unref(a)),1),(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.iconStyle?L$:Br),{class:t.normalizeClass([p?"text-gray-900 rotate-180":"text-gray-500","transition duration-100 ease-in-out transform rotate-0 size-6 group-hover:text-opacity-80"]),"aria-hidden":"true"},null,8,["class"]))]),default:t.withCtx(()=>[t.createElementVNode("div",H$,[t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(s.value,p=>(t.openBlock(),t.createElementBlock("li",{key:p,class:t.normalizeClass(["block w-full px-4 py-2 text-sm font-medium cursor-pointer hover:bg-gray-50",[p===t.unref(a)?"bg-purple-100 text-purple-600":"text-gray-700"]]),role:"button","aria-roledescription":"button",onClick:h=>c(p)},t.toDisplayString(p)+" per page ",11,U$))),128))])])]),_:1})]))}}),fd=e=>zn.capitalize(e);var z$={},W$={class:"flex flex-col items-center justify-center gap-4 mx-auto size-72"};function j$(e,r){return t.openBlock(),t.createElementBlock("div",W$,r[0]||(r[0]=[t.createElementVNode("div",{class:"relative min-h-16"},[t.createElementVNode("div",{class:"circle-loader"})],-1)]))}const Ri=lt(z$,[["render",j$],["__scopeId","data-v-080faf4c"]]);function Fa(e,r){return r.split(".").reduce((n,a)=>n?n[a]:null,e)}function pd(e,r){return e.toString().toLowerCase().includes(r)}function Ha(e,r,n){return e?e.indexOf(r):-1}const Y$={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},K$={key:1,class:"relative w-full mx-auto overflow-hidden"},G$={class:"eui-table"},X$={class:"sticky top-0 left-0 z-50 bg-gray-100"},Q$={key:0,class:"checkable"},q$=["onClick"],J$={class:"flex items-center gap-2 text-sm font-normal text-current"},Z$=["onMouseenter","onMouseleave"],eS={key:0,class:"checkable"},tS={key:1,class:"norecords"},nS=["colspan"],rS={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-2 bg-gray-100"},aS={class:"inline-flex items-center gap-x-10"},iS={class:"text-sm font-normal text-gray-900"},oS={class:"inline-flex items-center gap-2"},lS=t.defineComponent({__name:"EUIDashboardTable",props:{checkable:{type:Boolean,default:!1},stickyColumn:{type:Boolean,default:!0},paginated:{type:Boolean,default:!1},tableExpanded:{type:Boolean,default:!1},backendPagination:{type:Boolean,default:!1},checkedRows:{type:Array,default:()=>({}),required:!0},headers:{type:Array,default:()=>({}),required:!0},items:{type:Array,required:!0,default:()=>({})},defaultSort:{type:String,default:""},defaultSortDirection:{type:String,default:"asc"},search:{type:String,default:""},perPage:{type:Number,default:5},currentPage:{type:Number,default:0},total:{type:Number,default:0},customIsChecked:{type:Function,default:()=>()=>!1},isRowCheckable:{type:Function,default:()=>!0},tableHeight:{type:String,required:!1,default:""},tableLoading:{type:Boolean,default:!1}},emits:["update:currentPage","changePage","sort","check","check-all","update:checkedRows","update:selectedRows","changeLimit","mouseenter","mouseleave"],setup(e,{emit:r}){const n=e,{defaultSort:a,defaultSortDirection:o,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k}=t.toRefs(n),$=t.ref(a.value),M=t.ref(o.value),x=t.ref([...s.value]),b=t.ref(c.value),E=t.ref(n.perPage),V=t.computed(()=>n.tableLoading),I=t.computed(()=>{let T=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return T;const G=g.value.map(v=>v.value);T=d.value.filter(v=>G.some(D=>pd(Fa(v,D),h.value.toString().toLowerCase())))}return T}),U=t.computed(()=>{let T=I.value;return T.sort((G,v)=>{const D=M.value==="desc"?-1:1;return G[$.value]<v[$.value]?-1*D:G[$.value]>v[$.value]?1*D:0}),T}),S=T=>{},N=t.computed(()=>T=>M.value==="asc"&&$.value===T.value?"rotate-0":M.value==="desc"&&$.value===T.value?"rotate-180":""),O=t.computed(()=>{const T=U.value.filter(G=>k.value(G));return x.value.length>0&&x.value.length<T.length}),A=t.computed(()=>U.value.length>0&&U.value.every(T=>x.value.includes(T))),y=t.computed(()=>{var G;return((G=U.value)==null?void 0:G.filter(v=>k.value(v))).length===0}),P=r,j=T=>{E.value=T,b.value=1,P("update:currentPage",b.value),P("changeLimit",T)},oe=T=>{b.value=T>0?T:0,P("update:currentPage",b.value),P("changePage",T)},H=(T,G)=>{!T||!T.sortable||(T.value===$.value&&(M.value=M.value==="asc"?"desc":"asc"),$.value=T.value,P("sort",$.value,M.value,G))},X=T=>Ha(x.value,T)>=0,Y=T=>{const G=Ha(x.value,T);G>=0&&x.value.splice(G,1)},re=()=>{if(A.value)x.value=[];else{const T=U.value.filter(G=>!x.value.includes(G));x.value.push(...T)}P("check",x.value),P("check-all",x.value),P("update:checkedRows",x.value),P("update:selectedRows",x.value)},fe=(T,G,v)=>{const D=x.value.includes(T);v&&D?Y(T):x.value.push(T),P("check",x.value,T),P("update:checkedRows",x.value),P("update:selectedRows",x.value)};t.watch(()=>c.value,T=>{b.value=T},{immediate:!0}),t.watch(()=>s.value,T=>{x.value=[...T]},{immediate:!0});const ae=t.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-gray-100 sticky left-[4.5rem] top-0 z-20",body:"bg-white sticky left-[4.5rem] top-0 z-10"}:{head:"bg-gray-100 sticky left-0 top-0 z-20",body:"bg-white sticky left-0 top-0 z-10"}),he=t.ref(!1),Z=t.ref(!1),z=t.ref(null),L=()=>{const T=z.value;T&&(Z.value=T.scrollLeft>0)},Q=()=>{const T=z.value;T&&(he.value=T.scrollWidth>T.clientWidth)};return t.onMounted(()=>{window.addEventListener("resize",Q)}),t.onUnmounted(()=>{window.removeEventListener("resize",Q)}),t.watch(()=>{var T;return(T=z.value)==null?void 0:T.clientWidth},Q),(T,G)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(t.Transition,{name:"fade",mode:"out-in"},{default:t.withCtx(()=>[V.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",e.tableHeight?e.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[t.createElementVNode("div",Y$,[t.createVNode(Ri)])],2)):(t.openBlock(),t.createElementBlock("div",K$,[t.createElementVNode("div",{id:"dashboard-table",class:t.normalizeClass(["scrollbar--thin overscroll-none",U.value.length===0?"overflow-hidden":"overflow-auto",e.tableHeight?e.tableHeight:"h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]"]),ref_key:"tableContainer",ref:z,onScroll:L},[t.createElementVNode("table",G$,[t.createElementVNode("thead",X$,[t.createElementVNode("tr",null,[e.checkable?(t.openBlock(),t.createElementBlock("th",Q$,[t.createVNode(Oi,{checked:A.value,indeterminate:O.value,disabled:y.value,class:"flex justify-center mt-0",onChange:G[0]||(G[0]=v=>re())},null,8,["checked","indeterminate","disabled"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(g),(v,D)=>(t.openBlock(),t.createElementBlock("th",{key:`item-${D}`,scope:"col",class:t.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":v==null?void 0:v.sortable}]),style:t.normalizeStyle(v!=null&&v.width?`min-width:${v.width}px;max-width:${v.width}px;`:""),onClick:K=>H(v,K)},[t.createElementVNode("div",J$,[t.renderSlot(T.$slots,"header",{header:v},()=>[t.createTextVNode(t.toDisplayString(t.unref(fd)((v==null?void 0:v.text)??v.name??"")),1)],!0),t.renderSlot(T.$slots,"headerOptionalItem",{},void 0,!0),v!=null&&v.sortable?(t.openBlock(),t.createBlock(D$,{key:0,class:t.normalizeClass(["transform duration-100 transition-all",$.value===v.value?"text-violet-700":"text-gray-900",N.value(v)])},null,8,["class"])):t.createCommentVNode("",!0)])],14,q$))),128))])]),t.createElementVNode("tbody",null,[U.value.length>0?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(U.value,(v,D)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`table-row-${D}`},[t.createElementVNode("tr",{onMouseenter:K=>T.$attrs.mouseenter?T.$emit("mouseenter",v,D):null,onMouseleave:K=>T.$attrs.mouseleave?T.$emit("mouseleave",v,D):null},[e.checkable?(t.openBlock(),t.createElementBlock("td",eS,[t.createVNode(Oi,{disabled:!t.unref(k)(v),checked:X(v),onChange:K=>fe(v,D,K)},null,8,["disabled","checked","onChange"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(g),(K,pe)=>(t.openBlock(),t.createElementBlock("td",{key:pe,class:t.normalizeClass([Z.value&&pe===0?ae.value.body:""])},[t.renderSlot(T.$slots,`item.${K.value}`,{row:v,rowIndex:D},()=>[t.createTextVNode(t.toDisplayString(t.unref(Fa)(v,K==null?void 0:K.value)),1)],!0)],2))),128))],40,Z$),e.tableExpanded?t.renderSlot(T.$slots,"expanded",{key:0,row:v,rowIndex:D},void 0,!0):t.createCommentVNode("",!0)],64))),128)):U.value.length===0?(t.openBlock(),t.createElementBlock("tr",tS,[t.createElementVNode("td",{colspan:e.checkable===!0?t.unref(g).length+1:t.unref(g).length},G[4]||(G[4]=[t.createElementVNode("div",{class:"flex items-center justify-center text-xl font-medium text-gray-500 h-[calc(100svh-18rem)] max-w-screen-xl"}," No matching records found ",-1)]),8,nS)])):t.createCommentVNode("",!0)])])],34),t.createElementVNode("div",rS,[t.renderSlot(T.$slots,"tableCount",{},()=>[t.createElementVNode("div",aS,[t.createElementVNode("div",iS," 1-"+t.toDisplayString(E.value)+" of "+t.toDisplayString(t.unref(p)),1),t.createElementVNode("div",oS,[G[5]||(G[5]=t.createElementVNode("span",{class:"text-sm font-normal text-gray-900"},"Result per page",-1)),t.createVNode(sl,{"page-limit":E.value,onUpdateLimit:G[1]||(G[1]=v=>j(v)),onRefetch:G[2]||(G[2]=v=>S())},null,8,["page-limit"])])])],!0),t.unref(_)&&U.value.length!==0?t.renderSlot(T.$slots,"tablepagination",{key:0},()=>[t.createVNode(m1,{activePage:b.value,pageLimit:E.value,totalCount:t.unref(p),onChangePage:G[3]||(G[3]=v=>oe(v))},null,8,["activePage","pageLimit","totalCount"])],!0):t.createCommentVNode("",!0)])]))]),_:3})]))}}),sS=lt(lS,[["__scopeId","data-v-ae56eb51"]]),uS={name:"UICheckbox",inheritAttrs:!1,props:{indeterminate:Boolean,checked:{type:Boolean,default:!1},value:{default:null},label:{type:String,default:""}},setup(e,{emit:r,attrs:n}){const a=t.ref(e.indeterminate),o=t.computed({get:()=>e.checked,set:p=>r("update:checked",p)}),s=t.computed(()=>{const p=Array.isArray(e.checked)&&e.checked.length!==0,h=g=>g===e.value;return p?e.checked.some(h):e.checked===!0}),c=t.computed(()=>({"ui-checkbox":!0,"ui-checkbox--indeterminate":a.value})),d=t.computed(()=>n.disabled?-1:0),f=t.computed(()=>({...n,tabindex:d.value,role:"checkbox"}));return t.watch(()=>e.indeterminate,p=>{a.value=p}),t.watch(s,()=>{e.indeterminate&&(a.value=!1)}),{isIndeterminate:a,selected:o,isActive:s,classes:c,attrs:f}}};var dS=["value"],cS={key:0,class:"ui-checkbox__label"},fS={key:0},pS={key:1};function hS(e,r,n,a,o,s){return t.openBlock(),t.createElementBlock("label",{class:t.normalizeClass(a.classes)},[t.withDirectives(t.createElementVNode("input",t.mergeProps({"onUpdate:modelValue":r[0]||(r[0]=function(c){return a.selected=c}),"data-test":"checkbox-toggle",type:"checkbox",value:n.value},a.attrs,{class:"ui-checkbox__input"}),null,16,dS),[[t.vModelCheckbox,a.selected]]),e.$slots.default||n.label?(t.openBlock(),t.createElementBlock("span",cS,[n.label?(t.openBlock(),t.createElementBlock("span",fS,t.toDisplayString(n.label),1)):t.createCommentVNode("",!0),e.$slots.default?(t.openBlock(),t.createElementBlock("span",pS,[t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)],2)}const xu=lt(uS,[["render",hS]]),mS="data:image/png;base64,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",vS={class:"inline-flex flex-row items-center overflow-hidden gap-x-1"},gS=["disabled"],yS=["onClick"],bS=["disabled"],hd=t.defineComponent({__name:"EUIStudentPagination",props:{totalCount:{type:Number,default:0,required:!0},pageLimit:{type:Number,default:0,required:!0},activePage:{type:Number,default:0},divider:{type:String,default:"…"},max:{type:Number,default:7,validate(e){return e>=5&&e<Number.MAX_VALUE}}},emits:["changePage"],setup(e,{emit:r}){const n=e,a=r,o=t.computed(()=>n.activePage+1),s=t.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const g=n.activePage-1;f(g)}},d=()=>{if(n.activePage<s.value-1){const g=n.activePage+1;f(g)}},f=g=>{a("changePage",g)},p=t.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,_)=>_+1)),h=t.computed(()=>{const g=p.value.length,_=o.value,k=Math.max(n.max,5),$=Math.floor((Math.min(k,g)-5)/2),M=_-$,x=_+$,b=M-1>1,E=x+1<g,V=[];if(g<=k){for(let I=1;I<=g;I++)V.push(I);return V}if(V.push(1),b&&V.push(n.divider),!E){const I=_+$+2-g;for(let U=_-$-I;U<=_-$-1;U++)V.push(U)}for(let I=Math.max(2,M);I<=Math.min(g,x);I++)V.push(I);if(!b){const I=1-(_-$-2);for(let U=_+$+1;U<=_+$+I;U++)V.push(U)}return E&&V.push(n.divider),x<g&&V.push(g),V.length>=3&&V[1]===n.divider&&V[2]===3&&(V[1]=2),V.length>=3&&V[V.length-2]===n.divider&&V[V.length-1]===V.length&&(V[V.length-2]=V.length-1),V});return(g,_)=>(t.openBlock(),t.createElementBlock("div",vS,[t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-1 leading-6",o.value===1&&"opacity-50 pointer-events-none"]),disabled:o.value===1,onClick:_[0]||(_[0]=k=>c())},[t.createVNode(Br,{class:"text-current transform rotate-90 size-6"}),_[2]||(_[2]=t.createElementVNode("span",{class:"hidden md:block"},"Prev",-1))],10,gS)]),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(h.value,k=>(t.openBlock(),t.createElementBlock("div",{key:k},[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-1 items-center transition-transform duration-100 ease-in-out cursor-pointer text-sm font-medium leading-6 px-3 py-1",k==="…"?"select-none pointer-events-none":o.value===k?"text-black bg-purple-50 ring-2 ring-inset ring-purple-600":"bg-white text-black"]),onClick:$=>typeof k=="number"&&f(k-1)},t.toDisplayString(k),11,yS)]))),128)),t.createElementVNode("div",null,[t.createElementVNode("button",{class:t.normalizeClass(["rounded-md capitalize box-border border-none focus:outline-none inline-flex flex-row gap-x-2 items-center transition duration-150 ease-in-out bg-white text-black cursor-pointer text-sm font-medium px-3 py-1 leading-6",s.value===o.value&&"opacity-50 pointer-events-none"]),disabled:s.value===o.value,onClick:_[1]||(_[1]=k=>d())},[_[3]||(_[3]=t.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),t.createVNode(Br,{class:"text-current transform -rotate-90 size-6"})],10,bS)])]))}}),_S={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},wS={key:1,class:"relative max-w-full mx-auto overflow-hidden"},kS={key:0,class:"checkable",style:{width:"45px","max-width":"45px","background-color":"rgb(243 244 246)"},scope:"col"},xS=["onClick"],ES={class:"relative z-0 w-full"},CS={class:"w-full text-sm font-medium text-current truncate font-inter"},$S={key:0,class:"absolute -top-0.5 -right-6 size-6 z-10"},SS={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},BS=["stroke"],OS=["stroke"],VS=["id","onMouseenter","onMouseleave"],IS={key:0,class:"checkable",style:{width:"45px","max-width":"45px"}},NS={class:"block truncate"},TS={key:1,class:"norecords"},MS=["colspan"],DS={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},RS={class:"inline-flex items-center gap-x-2"},AS={class:"text-sm font-medium text-gray-900"},PS={class:"inline-flex items-center"},LS=t.defineComponent({__name:"UTable",props:{items:{type:Array,default:()=>[],required:!0},headers:{type:Array,default:()=>[],required:!0},paginated:{type:Boolean,default:!1},tableExpanded:{type:Boolean,default:!1},search:{type:String,default:""},perPage:{type:Number,default:5},total:{type:Number,default:0},currentPage:{type:Number,default:1},defaultSort:{type:String,default:""},defaultSortDirection:{type:String,default:"asc"},headerOptional:{type:Boolean,default:!1},checkedRows:{type:Array,default:()=>[]},checkable:{type:Boolean,default:!1},isRowCheckable:{type:Function,default:()=>!0},stickyColumn:{type:Boolean,default:!0},tableHeight:{type:String,required:!1,default:""},tableLoading:{type:Boolean,default:!1},backendPagination:Boolean,activeRowIndex:{type:Number,default:null}},emits:["update:currentPage","changePage","sort","check","check-all","update:checkedRows","update:selectedRows","changeLimit","mouseenter","mouseleave"],setup(e,{emit:r}){const n=e,{defaultSort:a,defaultSortDirection:o,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k,activeRowIndex:$}=t.toRefs(n),M=r,x=t.ref(a.value),b=t.ref(o.value),E=t.ref([...s.value]),V=t.ref(c.value),I=t.ref(n.perPage),U=t.computed(()=>n.tableLoading),S=t.computed(()=>{let v=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return v;const D=g.value.map(K=>K.value);v=d.value.filter(K=>D.some(pe=>pd(Fa(K,pe),h.value.toString().toLowerCase())))}return v}),N=t.computed(()=>{let v=S.value;return v.sort((D,K)=>{const pe=b.value==="desc"?-1:1;return D[x.value]<K[x.value]?-1*pe:D[x.value]>K[x.value]?1*pe:0}),v}),O=v=>({minWidth:`${v.width||300}px`,maxWidth:`${v.width||300}px`,backgroundColor:v.color||"rgb(243 244 246)"}),A=v=>({width:`${v.width||300}px`,maxWidth:`${v.width||300}px`}),y=v=>{},P=v=>{I.value=v,V.value=1,M("update:currentPage",V.value),M("changeLimit",v)},j=v=>{V.value=v>0?v:0,M("update:currentPage",V.value),M("changePage",v)},oe=(v,D)=>{!v||!v.sortable||(v.value===x.value&&(b.value=b.value==="asc"?"desc":"asc"),x.value=v.value,M("sort",x.value,b.value,D))},H=t.computed(()=>N.value.length>0&&N.value.every(v=>E.value.includes(v))),X=t.computed(()=>{var D;return((D=N.value)==null?void 0:D.filter(K=>k.value(K))).length===0}),Y=t.computed(()=>{const v=N.value.filter(D=>k.value(D));return E.value.length>0&&E.value.length<v.length}),re=v=>Ha(E.value,v)>=0,fe=v=>{const D=Ha(E.value,v);D>=0&&E.value.splice(D,1)},ae=()=>{if(H.value)E.value=[];else{const v=N.value.filter(D=>!E.value.includes(D));E.value.push(...v)}M("check",E.value),M("check-all",E.value),M("update:checkedRows",E.value),M("update:selectedRows",E.value)},he=(v,D,K)=>{const pe=E.value.includes(v);K&&pe?fe(v):E.value.push(v),M("check",E.value,v),M("update:checkedRows",E.value),M("update:selectedRows",E.value)};t.watch(()=>c.value,v=>{V.value=v},{immediate:!0}),t.watch(()=>s.value,v=>{E.value=[...v]},{immediate:!0});const Z=t.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-gray-100 sticky left-[45px] top-0 z-20",body:"bg-white !sticky left-[45px] top-0 z-10 !overflow-visible after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-10"}:{head:"bg-gray-100 sticky left-0 top-0 z-20",body:"bg-white !sticky left-0 top-0 z-10 !overflow-visible after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0"}),z=t.ref(!1),L=t.ref(!1),Q=t.ref(null),T=()=>{const v=Q.value;v&&(L.value=v.scrollLeft>0)},G=()=>{const v=Q.value;v&&(z.value=v.scrollWidth>v.clientWidth)};return t.onMounted(()=>{window.addEventListener("resize",G)}),t.onUnmounted(()=>{window.removeEventListener("resize",G)}),t.watch(()=>{var v;return(v=Q.value)==null?void 0:v.clientWidth},G),(v,D)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(t.Transition,{name:"fade",mode:"out-in"},{default:t.withCtx(()=>[U.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",e.tableHeight?e.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[t.createElementVNode("div",_S,[t.createVNode(Ri)])],2)):(t.openBlock(),t.createElementBlock("div",wS,[t.createElementVNode("div",{class:t.normalizeClass(["ui-table scrollbar--hide overscroll-none",N.value.length===0?"overflow-hidden pointer-events-none":"overflow-auto",e.tableHeight?e.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:Q,onScroll:T},[t.createElementVNode("table",null,[t.createElementVNode("thead",null,[t.createElementVNode("tr",null,[e.checkable?(t.openBlock(),t.createElementBlock("th",kS,[t.createVNode(xu,{checked:H.value,indeterminate:Y.value,disabled:X.value,onChange:ae},null,8,["checked","indeterminate","disabled"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(g),(K,pe)=>(t.openBlock(),t.createElementBlock("th",{key:pe,scope:"col",class:t.normalizeClass(["snap-start snap-always py-2",K!=null&&K.sortable?"cursor-pointer hover:!text-gray-900 pr-8 pl-3":"px-3",L.value&&pe===0?Z.value.head:null,{"!bg-gray-200":x.value===K.value}]),style:t.normalizeStyle(O(K)),onClick:te=>oe(K,te)},[t.createElementVNode("div",ES,[t.createElementVNode("div",CS,[t.renderSlot(v.$slots,"header",{header:K},()=>[t.createTextVNode(t.toDisplayString(t.unref(fd)((K==null?void 0:K.text)??(K==null?void 0:K.name)??"")),1)]),e.headerOptional?t.renderSlot(v.$slots,"headerOptionalItem",{key:0}):t.createCommentVNode("",!0)]),K!=null&&K.sortable?(t.openBlock(),t.createElementBlock("div",$S,[(t.openBlock(),t.createElementBlock("svg",SS,[D[3]||(D[3]=t.createElementVNode("rect",{width:"24",height:"24",fill:"none"},null,-1)),t.createElementVNode("path",{d:"M8 10C9.06206 8.5381 10.3071 7.2287 11.7021 6.1058C11.8774 5.9647 12.1226 5.9647 12.2979 6.1058C13.6929 7.2287 14.9379 8.5381 16 10",stroke:b.value==="asc"&&x.value===(K==null?void 0:K.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,BS),t.createElementVNode("path",{d:"M8 14C9.06206 15.4619 10.3071 16.7713 11.7021 17.8942C11.8774 18.0353 12.1226 18.0353 12.2979 17.8942C13.6929 16.7713 14.9379 15.4619 16 14",stroke:b.value==="desc"&&x.value===(K==null?void 0:K.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,OS)]))])):t.createCommentVNode("",!0)])],14,xS))),128))])]),t.createElementVNode("tbody",null,[N.value.length>0?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(N.value,(K,pe)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`table-row-${pe}`},[t.createElementVNode("tr",{id:`row-${pe}`,onMouseenter:te=>v.$attrs.mouseenter?v.$emit("mouseenter",K,pe):null,onMouseleave:te=>v.$attrs.mouseleave?v.$emit("mouseleave",K,pe):null,class:t.normalizeClass(["group",{"bg-purple-100":t.unref($)==pe}])},[e.checkable?(t.openBlock(),t.createElementBlock("td",IS,[t.createVNode(xu,{disabled:!t.unref(k)(K),checked:re(K),onChange:t.withModifiers(te=>he(K,pe,te),["prevent","stop"])},null,8,["disabled","checked","onChange"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(g),(te,Ne)=>(t.openBlock(),t.createElementBlock("td",{key:Ne,style:t.normalizeStyle(A(te)),class:t.normalizeClass([L.value&&Ne===0?Z.value.body:null])},[t.renderSlot(v.$slots,`item.${te==null?void 0:te.value}`,{row:K,rowIndex:pe,headerIndex:Ne},()=>[t.createElementVNode("span",NS,t.toDisplayString(t.unref(Fa)(K,te==null?void 0:te.value)),1)])],6))),128))],42,VS),e.tableExpanded?t.renderSlot(v.$slots,"expanded",{key:0,row:K,rowIndex:pe}):t.createCommentVNode("",!0)],64))),128)):N.value.length===0?(t.openBlock(),t.createElementBlock("tr",TS,[t.createElementVNode("td",{colspan:e.checkable===!0?t.unref(g).length+1:t.unref(g).length},[t.createElementVNode("div",{class:t.normalizeClass(["flex items-center justify-center w-[calc(100vw-14rem)]",[e.tableHeight?e.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]])},D[4]||(D[4]=[t.createElementVNode("div",{class:"text-center"},[t.createElementVNode("div",{class:"mx-auto overflow-hidden rounded-md size-56"},[t.createElementVNode("img",{src:mS,alt:"",class:"block object-contain object-center h-auto max-w-full opacity-90"})]),t.createElementVNode("div",{class:"my-2 text-xl font-medium text-gray-500"},"No matching records found")],-1)]),2)],8,MS)])):t.createCommentVNode("",!0)])])],34),t.createElementVNode("div",DS,[t.renderSlot(v.$slots,"tableCount",{},()=>[t.createElementVNode("div",RS,[t.createElementVNode("div",AS," Total "+t.toDisplayString(t.unref(p)),1),D[6]||(D[6]=t.createElementVNode("span",{class:"text-gray-300"},"|",-1)),t.createElementVNode("div",PS,[D[5]||(D[5]=t.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),t.createVNode(sl,{"page-limit":I.value,onUpdateLimit:D[0]||(D[0]=K=>P(K)),onRefetch:D[1]||(D[1]=K=>y()),iconStyle:!0},null,8,["page-limit"])])])]),t.unref(_)&&N.value.length!==0?t.renderSlot(v.$slots,"tablepagination",{key:0},()=>[t.createVNode(hd,{activePage:V.value,pageLimit:I.value,totalCount:t.unref(p),onChangePage:D[2]||(D[2]=K=>j(K))},null,8,["activePage","pageLimit","totalCount"])]):t.createCommentVNode("",!0)])]))]),_:3})]))}}),FS={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},HS={key:1,class:"relative w-full mx-auto overflow-hidden"},US={class:"eui-table"},zS={class:"sticky top-0 left-0 z-20 bg-gray-100 before:-bottom-px before:left-0 before:absolute before:h-px before:w-full before:bg-gray-300"},WS={key:0,class:"checkable"},jS=["onClick"],YS={class:"flex items-center justify-between gap-2 text-sm font-medium text-current font-inter"},KS={key:0,class:"flex-none"},GS={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},XS=["stroke"],QS=["stroke"],qS=["id","onMouseenter","onMouseleave"],JS={key:1,class:"norecords"},ZS=["colspan"],eB={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},tB={class:"inline-flex items-center gap-x-2"},nB={class:"text-sm font-medium text-gray-900"},rB={class:"inline-flex items-center"},aB=t.defineComponent({__name:"EUITable",props:{checkable:{type:Boolean,default:!1},stickyColumn:{type:Boolean,default:!0},paginated:{type:Boolean,default:!1},tableExpanded:{type:Boolean,default:!1},backendPagination:{type:Boolean,default:!1},checkedRows:{type:Array,default:()=>({}),required:!0},headers:{type:Array,default:()=>({}),required:!0},items:{type:Array,required:!0,default:()=>({})},defaultSort:{type:String,default:""},defaultSortDirection:{type:String,default:"asc"},search:{type:String,default:""},perPage:{type:Number,default:5},activeRowIndex:{type:Number,default:null},currentPage:{type:Number,default:0},total:{type:Number,default:0},customIsChecked:{type:Function,default:()=>()=>!1},isRowCheckable:{type:Function,default:()=>!0},tableHeight:{type:String,required:!1,default:""},tableLoading:{type:Boolean,default:!1}},emits:["update:currentPage","changePage","sort","check","check-all","update:checkedRows","update:selectedRows","changeLimit","mouseenter","mouseleave"],setup(e,{emit:r}){const n=e,{defaultSort:a,defaultSortDirection:o,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k,activeRowIndex:$}=t.toRefs(n),M=t.ref(a.value),x=t.ref(o.value),b=t.ref([...s.value]),E=t.ref(c.value),V=t.ref(n.perPage),I=t.computed(()=>n.tableLoading),U=t.computed(()=>{let T=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return T;const G=g.value.map(v=>v.value);T=d.value.filter(v=>G.some(D=>pd(Fa(v,D),h.value.toString().toLowerCase())))}return T}),S=t.computed(()=>{let T=U.value;return T.sort((G,v)=>{const D=x.value==="desc"?-1:1;return G[M.value]<v[M.value]?-1*D:G[M.value]>v[M.value]?1*D:0}),T}),N=T=>{},O=t.computed(()=>{const T=S.value.filter(G=>k.value(G));return b.value.length>0&&b.value.length<T.length}),A=t.computed(()=>S.value.length>0&&S.value.every(T=>b.value.includes(T))),y=t.computed(()=>{var G;return((G=S.value)==null?void 0:G.filter(v=>k.value(v))).length===0}),P=r,j=T=>{V.value=T,E.value=1,P("update:currentPage",E.value),P("changeLimit",T)},oe=T=>{E.value=T>0?T:0,P("update:currentPage",E.value),P("changePage",T)},H=(T,G)=>{!T||!T.sortable||(T.value===M.value&&(x.value=x.value==="asc"?"desc":"asc"),M.value=T.value,P("sort",M.value,x.value,G))},X=T=>Ha(b.value,T)>=0,Y=T=>{const G=Ha(b.value,T);G>=0&&b.value.splice(G,1)},re=()=>{if(A.value)b.value=[];else{const T=S.value.filter(G=>!b.value.includes(G));b.value.push(...T)}P("check",b.value),P("check-all",b.value),P("update:checkedRows",b.value),P("update:selectedRows",b.value)},fe=(T,G,v)=>{const D=b.value.includes(T);v&&D?Y(T):b.value.push(T),P("check",b.value,T),P("update:checkedRows",b.value),P("update:selectedRows",b.value)};t.watch(()=>c.value,T=>{E.value=T},{immediate:!0}),t.watch(()=>s.value,T=>{b.value=[...T]},{immediate:!0});const ae=t.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-gray-100 sticky left-16 top-0 z-20 shadow-[10px_0px_16px_-5px_#e5e6e8]",body:"bg-white sticky left-16 top-0 z-10 after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0 after:bg-white/10"}:{head:"bg-gray-100 sticky left-0 top-0 z-20 shadow-[10px_0px_16px_-5px_#e5e6e8]",body:"bg-white sticky left-0 top-0 z-10 after:absolute after:content-[''] after:bg-inherit after:w-2 after:h-[103%] after:inset-y-0 after:-right-2 after:bg-gradient-to-r after:from-gray-200 after:from-0% after:via-gray-50 after:via-60% after:z-0 after:bg-white/10"}),he=t.ref(!1),Z=t.ref(!1),z=t.ref(null),L=()=>{const T=z.value;T&&(Z.value=T.scrollLeft>0)},Q=()=>{const T=z.value;T&&(he.value=T.scrollWidth>T.clientWidth)};return t.onMounted(()=>{window.addEventListener("resize",Q)}),t.onUnmounted(()=>{window.removeEventListener("resize",Q)}),t.watch(()=>{var T;return(T=z.value)==null?void 0:T.clientWidth},Q),(T,G)=>(t.openBlock(),t.createElementBlock("div",null,[t.createVNode(t.Transition,{name:"fade",mode:"out-in"},{default:t.withCtx(()=>[I.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",e.tableHeight?e.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[t.createElementVNode("div",FS,[t.createVNode(Ri)])],2)):(t.openBlock(),t.createElementBlock("div",HS,[t.createElementVNode("div",{id:"student-table",class:t.normalizeClass(["scrollbar--thin overscroll-none",S.value.length===0?"overflow-hidden":"overflow-auto",e.tableHeight?e.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:z,onScroll:L},[t.createElementVNode("table",US,[t.createElementVNode("thead",zS,[t.createElementVNode("tr",null,[e.checkable?(t.openBlock(),t.createElementBlock("th",WS,[t.createVNode(Oi,{checked:A.value,indeterminate:O.value,disabled:y.value,class:"flex justify-center mt-0",onChange:re},null,8,["checked","indeterminate","disabled"])])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(g),(v,D)=>(t.openBlock(),t.createElementBlock("th",{key:`item-${D}`,scope:"col",class:t.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":v==null?void 0:v.sortable}]),style:t.normalizeStyle(v!=null&&v.width?`min-width:${v==null?void 0:v.width}px;max-width:${v==null?void 0:v.width}px;`:""),onClick:K=>H(v,K)},[t.createElementVNode("div",YS,[t.renderSlot(T.$slots,"header",{header:v},()=>[t.createTextVNode(t.toDisplayString(t.unref(fd)((v==null?void 0:v.text)??(v==null?void 0:v.name)??"")),1)],!0),t.renderSlot(T.$slots,"headerOptionalItem",{},void 0,!0),v!=null&&v.sortable?(t.openBlock(),t.createElementBlock("div",KS,[(t.openBlock(),t.createElementBlock("svg",GS,[t.createElementVNode("path",{d:"M8 15C9.06206 16.4619 10.3071 17.7713 11.7021 18.8942C11.8774 19.0353 12.1226 19.0353 12.2979 18.8942C13.6929 17.7713 14.9379 16.4619 16 15",stroke:x.value==="asc"&&M.value===(v==null?void 0:v.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,XS),t.createElementVNode("path",{d:"M8 9C9.06206 7.5381 10.3071 6.2287 11.7021 5.1058C11.8774 4.9647 12.1226 4.9647 12.2979 5.1058C13.6929 6.2287 14.9379 7.5381 16 9",stroke:x.value==="desc"&&M.value===(v==null?void 0:v.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,QS)]))])):t.createCommentVNode("",!0)])],14,jS))),128))])]),t.createElementVNode("tbody",null,[S.value.length>0?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(S.value,(v,D)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:`table-row-${D}`},[t.createElementVNode("tr",{id:`row-${D}`,class:t.normalizeClass(t.unref($)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""),onMouseenter:K=>T.$attrs.mouseenter?T.$emit("mouseenter",v,D):null,onMouseleave:K=>T.$attrs.mouseleave?T.$emit("mouseleave",v,D):null},[e.checkable?(t.openBlock(),t.createElementBlock("td",{key:0,class:t.normalizeClass(["checkable",t.unref($)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[t.createVNode(Oi,{disabled:!t.unref(k)(v),checked:X(v),onChange:t.withModifiers(K=>fe(v,D,K),["prevent","stop"])},null,8,["disabled","checked","onChange"])],2)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(t.unref(g),(K,pe)=>(t.openBlock(),t.createElementBlock("td",{key:pe,class:t.normalizeClass([Z.value&&pe===0?ae.value.body:"",t.unref($)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[t.renderSlot(T.$slots,`item.${K==null?void 0:K.value}`,{row:v,rowIndex:D,headerIndex:pe},()=>[t.createTextVNode(t.toDisplayString(t.unref(Fa)(v,K==null?void 0:K.value)),1)],!0)],2))),128))],42,qS),e.tableExpanded?t.renderSlot(T.$slots,"expanded",{key:0,row:v,rowIndex:D},void 0,!0):t.createCommentVNode("",!0)],64))),128)):S.value.length===0?(t.openBlock(),t.createElementBlock("tr",JS,[t.createElementVNode("td",{colspan:e.checkable===!0?t.unref(g).length+1:t.unref(g).length},G[3]||(G[3]=[t.createElementVNode("div",{class:"flex items-center justify-center text-xl font-medium text-gray-500 h-[calc(100svh-18rem)] max-w-screen-xl"}," No matching records found ",-1)]),8,ZS)])):t.createCommentVNode("",!0)])])],34),t.createElementVNode("div",eB,[t.renderSlot(T.$slots,"tableCount",{},()=>[t.createElementVNode("div",tB,[t.createElementVNode("div",nB," Total "+t.toDisplayString(t.unref(p)),1),G[5]||(G[5]=t.createElementVNode("span",{class:"text-gray-300"},"|",-1)),t.createElementVNode("div",rB,[G[4]||(G[4]=t.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),t.createVNode(sl,{"page-limit":V.value,onUpdateLimit:G[0]||(G[0]=v=>j(v)),onRefetch:G[1]||(G[1]=v=>N()),iconStyle:!0},null,8,["page-limit"])])])],!0),t.unref(_)&&S.value.length!==0?t.renderSlot(T.$slots,"tablepagination",{key:0},()=>[t.createVNode(hd,{activePage:E.value,pageLimit:V.value,totalCount:t.unref(p),onChangePage:G[2]||(G[2]=v=>oe(v))},null,8,["activePage","pageLimit","totalCount"])],!0):t.createCommentVNode("",!0)])]))]),_:3})]))}}),iB=lt(aB,[["__scopeId","data-v-90230f18"]]),oB={class:"relative"},lB=["disabled"],sB=["onMouseenter","onClick"],uB={class:"flex items-center justify-between w-full gap-2 text-sm font-medium text-gray-800 break-words hover:text-gray-900"},dB={key:0,class:"absolute top-0 z-10 transition-all duration-300 ease-in-out left-full min-w-32 max-w-64 w-max"},cB={class:"bg-white border border-gray-200 border-solid rounded-lg shadow-2xl ms-2 shadow-gray-300"},fB={class:"p-2 overflow-y-auto overscroll-auto max-h-[50svh] min-h-0 scrollbar--thin"},pB=["onClick"],hB=t.defineComponent({__name:"EUIMultiDropdown",props:{title:{type:String,default:"My Students"},className:{type:String,required:!1},menuItems:{type:Array,default:()=>[{text:"All Students"},{text:"My Students"},{text:"Genie Completed Students"},{text:"Standard Filter",subMenu:[{text:"UKI Fair"},{text:"Germany Q4' 24"},{text:"Edvoy Express"},{text:"Q1 2025 Pipeline"}]},{text:"Custom Filter",subMenu:[{text:"Application Intakes"},{text:"New Students"}],enableAction:!0}]},disabled:Boolean},emits:["subMenuItem","menuItem","actionItem"],setup(e){const r=t.ref(!1),n=t.ref(null),a=t.ref(null),o=()=>{r.value=!r.value},s=d=>{n.value=d},c=()=>{n.value=null};return rh(a,()=>{r.value=!1}),(d,f)=>(t.openBlock(),t.createElementBlock("div",oB,[t.createElementVNode("button",{type:"button",ref_key:"dropdownButton",ref:a,class:t.normalizeClass(["inline-flex items-center text-sm font-semibold gap-x-2 capitalize outline-none focus:outline-none",e.className]),disabled:e.disabled,onClick:f[0]||(f[0]=p=>o())},[t.renderSlot(d.$slots,"dropdownName",{open:r.value},()=>[t.createTextVNode(t.toDisplayString(e.title)+" ",1),t.createVNode(Br,{class:t.normalizeClass([r.value?"text-gray-900 rotate-180":"text-gray-500","transition duration-100 ease-in-out transform rotate-0 size-6 group-hover:text-opacity-80"]),"aria-hidden":"true"},null,8,["class"])])],10,lB),r.value&&e.menuItems.length?(t.openBlock(),t.createElementBlock("div",{key:0,class:"absolute left-0 z-0 p-2 mt-1 transition-all duration-300 ease-in-out bg-white border border-gray-200 border-solid rounded-lg shadow-2xl top-full shadow-gray-300 min-w-32 max-w-64 w-max",onClick:f[2]||(f[2]=t.withModifiers(()=>{},["stop"]))},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.menuItems,p=>(t.openBlock(),t.createElementBlock("div",{key:p.text,class:"relative flex items-center px-4 py-2 rounded-lg cursor-pointer hover:bg-gray-100",onMouseenter:h=>s(p.text),onMouseleave:c,onClick:t.withModifiers(h=>d.$emit("menuItem",p),["stop"])},[t.createElementVNode("div",uB,[t.renderSlot(d.$slots,"menu",{menuitem:p},()=>[t.createTextVNode(t.toDisplayString(p.text)+" ",1),p.subMenu?(t.openBlock(),t.createBlock(Br,{key:0,class:t.normalizeClass([n.value===p.text?"text-gray-900 -rotate-90":"text-gray-500 rotate-0","ml-auto transition duration-300 ease-in-out transform size-6 group-hover:text-opacity-80"]),"aria-hidden":"true"},null,8,["class"])):t.createCommentVNode("",!0)])]),p.subMenu&&n.value===p.text?(t.openBlock(),t.createElementBlock("div",dB,[t.createElementVNode("div",cB,[p.enableAction?(t.openBlock(),t.createElementBlock("div",{key:0,class:"flex items-center justify-center w-full gap-1 px-6 py-3 text-sm font-medium text-gray-900 bg-purple-100 rounded-t-md",onClick:f[1]||(f[1]=t.withModifiers(h=>d.$emit("actionItem","action"),["prevent"]))},[t.renderSlot(d.$slots,"actionName",{},()=>[f[3]||(f[3]=t.createTextVNode(t.toDisplayString("+ Action Name")))])])):t.createCommentVNode("",!0),t.createElementVNode("div",fB,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(p.subMenu,h=>(t.openBlock(),t.createElementBlock("div",{key:h.text,class:"flex items-center justify-between gap-2 px-3 py-2 text-sm font-medium text-gray-700 rounded-lg cursor-pointer hover:bg-gray-100 hover:text-gray-900",onClick:t.withModifiers(g=>d.$emit("subMenuItem",h),["stop"])},[t.renderSlot(d.$slots,"submenu",{subItem:h},()=>[t.createTextVNode(t.toDisplayString(h.text),1)])],8,pB))),128))])])])):t.createCommentVNode("",!0)],40,sB))),128))])):t.createCommentVNode("",!0)]))}});var mB={},vB={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function gB(e,r){return t.openBlock(),t.createElementBlock("div",vB,r[0]||(r[0]=[t.createStaticVNode('<div class="min-h-16 relative"><div class="cube"><div class="sides"><div class="top"></div><div class="right"></div><div class="bottom"></div><div class="left"></div><div class="front"></div><div class="back"></div></div></div></div>',1)]))}const v1=lt(mB,[["render",gB]]);var yB={},bB={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function _B(e,r){return t.openBlock(),t.createElementBlock("div",bB,r[0]||(r[0]=[t.createElementVNode("div",{class:"min-h-16 relative"},[t.createElementVNode("div",{class:"square-loader"})],-1)]))}const g1=lt(yB,[["render",_B]]),wB={class:"grid grid-cols-3"},kB=t.defineComponent({__name:"EUILoader",setup(e){return(r,n)=>(t.openBlock(),t.createElementBlock("div",wB,[t.createVNode(g1),t.createVNode(Ri),t.createVNode(v1)]))}}),xB=t.defineComponent({__name:"EUITooltip",props:{placement:{type:String,default:"left"}},setup(e){const r=t.ref(null),n=t.ref(null),a=t.ref(null),o=t.ref(!1),s=e,c=async()=>{o.value=!0,await t.nextTick(),f()},d=()=>{o.value=!1,r.value&&(r.value.destroy(),r.value=null)},f=()=>{n.value&&a.value&&(r.value=nl(n.value,a.value,{placement:s.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))};return(p,h)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"tooltipContainer",ref:n,class:"relative"},[t.createElementVNode("div",{onMouseover:c,onMouseleave:d},[t.renderSlot(p.$slots,"default",{},void 0,!0)],32),o.value?(t.openBlock(),t.createElementBlock("div",{key:0,ref_key:"tooltip",ref:a,class:"tooltip"},[h[1]||(h[1]=t.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),t.renderSlot(p.$slots,"tooltip",{},()=>[h[0]||(h[0]=t.createTextVNode("Tooltip content"))],!0)],512)):t.createCommentVNode("",!0)],512))}}),EB=lt(xB,[["__scopeId","data-v-765af8f2"]]),CB={},$B={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function SB(e,r){return t.openBlock(),t.createElementBlock("svg",$B,r[0]||(r[0]=[t.createStaticVNode('<g clip-path="url(#clip0_4599:5588)"><g clip-path="url(#clip1_4599:5588)"><path d="M11.9089 1C11.958 1 12 1 12.049 1C12.1541 1.05122 12.2522 1.10977 12.3573 1.16099C16.1331 2.80751 19.9089 4.45402 23.6848 6.09322C23.9089 6.18835 24 6.2908 24 6.56156C23.986 8.42029 23.993 10.279 23.993 12.1451C23.993 12.2622 23.979 12.3792 23.972 12.4817C23.2925 12.4817 22.648 12.4817 21.9825 12.4817C21.9825 10.6888 21.9825 8.92523 21.9825 7.11772C21.38 7.38116 20.8126 7.62997 20.2452 7.86414C20.049 7.94463 19.993 8.0544 19.993 8.26662C20 9.90582 19.993 11.5523 20.007 13.1915C20.007 13.3452 20.0771 13.5208 20.1751 13.6379C21.5271 15.2552 21.1559 17.2603 19.3275 18.2555C19.1594 18.3433 18.9982 18.5262 18.9212 18.7019C18.3818 19.9166 17.6673 20.9997 16.7426 21.929C14.718 23.9707 11.8809 24.5708 9.42207 23.4511C7.37653 22.5145 6.03853 20.8533 5.09983 18.7897C4.98074 18.5262 4.84063 18.3433 4.58144 18.2043C2.78809 17.2237 2.45184 15.2113 3.78984 13.6306C3.88792 13.5208 3.95096 13.3379 3.95797 13.1842C3.97198 11.5523 3.95797 9.92777 3.97198 8.29589C3.97198 8.0544 3.90893 7.93732 3.68476 7.84218C2.57093 7.37384 1.4711 6.88355 0.364273 6.40057C0.252189 6.34934 0.14711 6.29812 0 6.22494C0.154116 6.15908 0.245184 6.10786 0.343257 6.07127C3.16637 4.84187 5.98949 3.61979 8.8056 2.39039C9.84238 1.92937 10.8722 1.46102 11.9089 1ZM11.972 11.4499C10.3678 11.4499 8.76357 11.4499 7.15937 11.4499C6.36077 11.4499 5.97548 11.8524 5.97548 12.6793C5.97548 13.1257 5.95447 13.5794 5.98249 14.0258C6.0035 14.3331 5.91243 14.5234 5.63923 14.6478C5.30298 14.8015 5.05779 15.0503 4.99475 15.4454C4.89667 16.1113 5.27496 16.609 5.97548 16.6748C6.30473 16.7041 6.47986 16.8358 6.59194 17.1724C6.99124 18.3579 7.5937 19.4117 8.45534 20.2972C10.2557 22.1413 12.6375 22.434 14.655 21.0216C15.979 20.0996 16.8126 18.7604 17.352 17.2237C17.4851 16.8505 17.6673 16.7041 18.0385 16.6675C18.662 16.609 19.0123 16.1553 18.9772 15.5406C18.9492 15.0869 18.683 14.8161 18.3117 14.6405C18.0595 14.5161 17.9615 14.3477 17.9825 14.0477C18.0105 13.6233 17.9895 13.1988 17.9895 12.7744C17.9895 11.8231 17.6322 11.4499 16.7215 11.4499C15.1384 11.4499 13.5552 11.4499 11.972 11.4499Z" fill="#5E6C84"></path></g></g><defs><clipPath id="clip0_4599:5588"><rect width="24" height="24" fill="white"></rect></clipPath><clipPath id="clip1_4599:5588"><rect width="24" height="23" fill="white" transform="translate(0 1)"></rect></clipPath></defs>',2)]))}const BB=lt(CB,[["render",SB]]),OB={},VB={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function IB(e,r){return t.openBlock(),t.createElementBlock("svg",VB,r[0]||(r[0]=[t.createStaticVNode('<g clip-path="url(#clip0_4598:5563)"><path d="M14.6228 4C16.3769 4.48826 17.9773 5.34585 19.6354 6.05321C20.1987 6.29108 20.6788 6.34116 21.255 6.11581C22.1384 5.77152 23.0603 5.51487 23.9949 5.20814C23.9949 9.13302 23.9949 13.0203 23.9949 16.9327C23.2203 16.9327 22.4457 16.9327 21.6263 16.9327C21.6263 16.6823 21.6199 16.4382 21.6263 16.1941C21.6391 15.4116 21.3574 14.7668 20.7813 14.216C18.7135 12.2692 16.6522 10.3161 14.5972 8.35055C14.4372 8.20031 14.3155 8.20031 14.1299 8.26917C13.208 8.6072 12.2734 8.93271 11.3452 9.25822C10.0392 9.71518 8.87409 9.27074 8.22752 8.06886C8.01626 7.68075 7.81781 7.2989 7.59375 6.88576C7.67697 6.84194 7.75379 6.79186 7.83702 6.7543C9.6487 5.93427 11.4604 5.11424 13.2785 4.30673C13.5857 4.16901 13.9186 4.10016 14.2387 4C14.3732 4 14.5012 4 14.6228 4Z" fill="#5E6C84"></path><path d="M1 15.9492V15.9376V15.9146V15.8915V15.8685V15.8455V15.8225V15.7995V15.7765V15.7535V15.7305V15.7074V15.6844V15.6614V15.6384V15.6154V15.5924V15.5694V15.5464V15.5234V15.5004V15.4774V15.4544V15.4314V15.4084V15.3855V15.3625V15.3395V15.3165V15.2935V15.2705V15.2475V15.2245V15.2015V15.1786V15.1556V15.1326V15.1096V15.0866V15.0637V15.0407V15.0177V14.9947V14.9718V14.9488V14.9258V14.9028V14.8799V14.8569V14.8339V14.811V14.788V14.765V14.7421V14.7191V14.6961V14.6732V14.6502V14.6272V14.6043V14.5813V14.5584V14.5354V14.5125V14.4895V14.4665V14.4436V14.4206V14.3977V14.3747V14.3518V14.3288V14.3059V14.2829V14.26V14.237V14.2141V14.1912V14.1682V14.1453V14.1223V14.0994V14.0764V14.0535V14.0306V14.0076V13.9847V13.9618V13.9388V13.9159V13.893V13.87V13.8471V13.8242V13.8012V13.7783V13.7554V13.7324V13.7095V13.6866V13.6636V13.6407V13.6178V13.5949V13.5719V13.549V13.5261V13.5032V13.4803V13.4573V13.4344V13.4115V13.3886V13.3657V13.3427V13.3198V13.2969V13.274V13.2511V13.2282V13.2053V13.1824V13.1594V13.1365V13.1136V13.0907V13.0678V13.0449V13.022V12.9991V12.9762V12.9533V12.9304V12.9075V12.8845V12.8616V12.8387V12.8158V12.7929V12.77V12.7471V12.7242V12.7013V12.6784V12.6555V12.6326V12.6097V12.5868V12.564V12.5411V12.5182V12.4953V12.4724V12.4495V12.4266V12.4037V12.3808V12.3579V12.335V12.3121V12.2892V12.2663V12.2435V12.2206V12.1977V12.1748V12.1519V12.129V12.1061V12.0833V12.0604V12.0375V12.0146V11.9917V11.9688V11.9459V11.9231V11.9002V11.8773V11.8544V11.8315V11.8087V11.7858V11.7629V11.74V11.7171V11.6943V11.6714V11.6485V11.6256V11.6028V11.5799V11.557V11.5341V11.5112V11.4884V11.4655V11.4426V11.4198V11.3969V11.374V11.3511V11.3283V11.3054V11.2825V11.2596V11.2368V11.2139V11.191V11.1682V11.1453V11.1224V11.0996V11.0767V11.0538V11.0309V11.0081V10.9852V10.9623V10.9395V10.9166V10.8937V10.8709V10.848V10.8251V10.8023V10.7794V10.7565V10.7337V10.7108V10.6879V10.6651V10.6422V10.6194V10.5965V10.5736V10.5508V10.5279V10.505V10.4822V10.4593V10.4364V10.4136V10.3907V10.3679V10.345V10.3221V10.2993V10.2764V10.2536V10.2307V10.2078V10.185V10.1621V10.1392V10.1164V10.0935V10.0707V10.0478V10.0249V10.0021V9.97923V9.95637V9.93351V9.91065V9.88779V9.86493V9.84207V9.81921V9.79635V9.77349V9.75064V9.72778V9.70492V9.68206V9.6592V9.63634V9.61348V9.59062V9.56777V9.54491V9.52205V9.49919V9.47633V9.45347V9.43061V9.40776V9.3849V9.36204V9.33918V9.31632V9.29346V9.27061V9.24775V9.22489V9.20203V9.17917V9.15631V9.13345V9.11059V9.08774V9.06488V9.04202V9.01916V8.9963V8.97344V8.95058V8.92772V8.90486V8.882V8.85914V8.83628V8.81342V8.79056V8.7677V8.74484V8.72198V8.69912V8.67626V8.6534V8.63054V8.60768V8.58482V8.56196V8.5391V8.51624V8.49337V8.47051V8.44765V8.42479V8.40193V8.37906V8.3562V8.33334V8.31048V8.28761V8.26475V8.24189V8.21902V8.19616V8.17329V8.15043V8.12757V8.1047V8.08184V8.05897V8.03611V8.01324V7.99037V7.96751V7.94464V7.92178V7.89891V7.87604V7.85317V7.83031V7.80744V7.78457V7.7617V7.73883V7.71596V7.69309V7.67022V7.64735V7.62448V7.60161V7.57874V7.55587V7.533V7.51013V7.48726V7.46438V7.44151V7.41864V7.39576V7.37289V7.35002V7.32714V7.30427V7.28139V7.25852V7.23564V7.21276V7.18989V7.16701V7.14413V7.12126V7.09838V7.0755V7.05262V7.02974V7.00686V6.98398V6.9611V6.93822V6.91534V6.89245V6.86957V6.84669V6.82381V6.80092V6.77804V6.75515V6.73227V6.70938V6.6865V6.66361V6.64072V6.61784V6.59495V6.57206V6.54917V6.52628V6.50339V6.4805V6.45761V6.43472V6.41183V6.38894V6.36604V6.34315V6.32026V6.29736V6.27447V6.25157V6.22868V6.22066H1.00259H1.01398H1.02536H1.03675H1.04814H1.05952H1.07091H1.08229H1.09368H1.10506H1.11645H1.12784H1.13922H1.15061H1.16199H1.17338H1.18476H1.19615H1.20753H1.21892H1.2303H1.24168H1.25307H1.26445H1.27584H1.28722H1.29861H1.30999H1.32138H1.33276H1.34415H1.35553H1.36691H1.3783H1.38968H1.40107H1.41245H1.42384H1.43522H1.4466H1.45799H1.46937H1.48076H1.49214H1.50353H1.51491H1.52629H1.53768H1.54906H1.56045H1.57183H1.58322H1.5946H1.60599H1.61737H1.62875H1.64014H1.65152H1.66291H1.67429H1.68568H1.69706H1.70845H1.71983H1.73122H1.7426H1.75399H1.76537H1.77676H1.78814H1.79953H1.81091H1.8223H1.83368H1.84507H1.85646H1.86784H1.87923H1.89061H1.902H1.91338H1.92477H1.93616H1.94754H1.95893H1.97032H1.9817H1.99309H2.00448H2.01586H2.02725H2.03864H2.05003H2.06141H2.0728H2.08419H2.09558H2.10696H2.11835H2.12974H2.14113H2.15252H2.16391H2.17529H2.18668H2.19807H2.20946H2.22085H2.23224H2.24363H2.25502H2.26641H2.2778H2.28919H2.30058H2.31197H2.32336H2.33475H2.34614H2.35754H2.36893H2.38032H2.39171H2.4031H2.41449H2.42589H2.43728H2.44867H2.46007H2.47146H2.48285H2.49425H2.50564H2.51703H2.52843H2.53982H2.55122H2.56261H2.57401H2.5854H2.5968H2.60819H2.61959H2.63099H2.64238H2.65378H2.66518H2.67657H2.68797H2.69937H2.71077H2.72217H2.73357H2.74496H2.75636H2.76776H2.77916H2.79056H2.80196H2.81336H2.82476H2.83616H2.84756H2.85897H2.87037H2.88177H2.89317H2.90457H2.91598H2.92738H2.93878H2.95019H2.96159H2.973H2.9844H2.99581H3.00721H3.01862H3.03002H3.04143H3.05284H3.06424H3.07565H3.08706H3.09847H3.10987H3.12128H3.13269H3.1441H3.15551H3.16692H3.17833H3.18974H3.20115H3.21256H3.22397H3.23539H3.2468H3.25821H3.26962H3.28104H3.29245H3.30387H3.31528H3.32669H3.33811H3.34953H3.36094H3.37236H3.38377H3.39519H3.40661H3.41803H3.42945H3.44086H3.45228H3.4637H3.47512H3.48654H3.49796H3.50939H3.52081H3.53223H3.54365H3.55507H3.5665H3.57792H3.58935H3.60077H3.6122H3.62362H3.63505H3.64647H3.6579H3.66933H3.68075H3.69218H3.70361H3.71504H3.72647H3.7379H3.74933H3.76076H3.77219H3.78362H3.79505H3.80649H3.81792H3.82935H3.84079H3.85222H3.86366H3.87509H3.88653H3.89797H3.9094H3.92084H3.93228H3.94372H3.95516H3.96659H3.97803H3.98948H4.00092H4.01236H4.0238H4.03524H4.04669H4.05813H4.06957H4.08102H4.09246H4.10391H4.11535H4.1268H4.13825H4.1497H4.16114H4.17259H4.18404H4.19549H4.20694H4.21839H4.22985H4.23926C4.22 6.31271 4.20489 6.40609 4.19415 6.50077C4.12487 7.1117 4.24491 7.71105 4.5095 8.27858L4.5102 8.28006C4.76959 8.83407 5.0595 9.36711 5.34713 9.87209C6.71351 12.271 9.56344 13.3487 12.2097 12.5087L12.2097 12.5087L12.2138 12.5074C12.6706 12.3602 13.1246 12.204 13.5788 12.0352C14.3044 12.727 15.0309 13.4162 15.7564 14.1044L15.7577 14.1058L15.7582 14.1062C16.5032 14.813 17.2471 15.5187 17.9895 16.2267C17.9169 16.6409 17.742 16.986 17.459 17.2666C17.1284 17.5921 16.7989 17.9174 16.4698 18.2422C15.0479 19.6456 13.6353 21.0398 12.1924 22.4103C11.3679 23.1912 10.0765 23.2268 9.09057 22.3922L1 15.9492ZM1 15.9492C1.49413 15.9716 1.87041 16.1941 2.15653 16.4545C2.50399 16.7673 2.85391 17.0634 3.21899 17.3722C3.35022 17.4832 3.4834 17.5959 3.61913 17.7116L3.62145 17.7136C3.9677 18.0106 4.31354 18.3074 4.65914 18.604C6.13633 19.872 7.60905 21.136 9.09048 22.3921L1 15.9492Z" fill="#5E6C84" stroke="#5E6C84" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_4598:5563"><rect width="24" height="24" fill="white"></rect></clipPath></defs>',2)]))}const NB=lt(OB,[["render",IB]]),TB={},MB={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function DB(e,r){return t.openBlock(),t.createElementBlock("svg",MB,r[0]||(r[0]=[t.createElementVNode("g",{"clip-path":"url(#clip0_4598:5539)"},[t.createElementVNode("path",{d:"M0.5 21.5835C0.5 21.7206 0.5 21.8527 0.5 21.9898C1.14553 21.9898 1.79107 21.9898 2.4314 21.9898C2.67608 20.8062 3.47779 20.1611 4.75845 20.1001C5.38836 20.0697 5.97663 20.2017 6.50243 20.5624C7.01261 20.9078 7.30414 21.3853 7.36141 21.9848C8.01735 21.9848 8.64206 21.9848 9.30322 21.9848C9.22513 20.3186 8.28286 19.2772 6.81479 18.566C7.29894 18.2308 7.66335 17.8193 7.93406 17.3266C7.96529 17.2707 8.06941 17.23 8.1423 17.23C10.5474 17.225 12.9526 17.225 15.3629 17.23C15.4306 17.23 15.5295 17.2605 15.5555 17.3113C15.8262 17.8142 16.1959 18.2257 16.68 18.5711C15.2119 19.2772 14.2749 20.3237 14.1968 22C14.3061 22 14.3738 22 14.4415 22C15.0037 22 15.5659 22 16.123 22C16.5186 20.6894 17.2943 20.0951 18.601 20.0951C19.9077 20.0951 20.699 20.6945 21.079 21.9797C21.7141 21.9797 22.3493 21.9797 23 21.9797C22.9948 21.2025 22.7449 20.5218 22.2868 19.9173C21.8287 19.3179 21.2248 18.8911 20.5272 18.5762C20.5636 18.5406 20.5792 18.5203 20.6001 18.5051C22.3284 17.1792 22.5211 15.0559 21.053 13.4608C20.9957 13.3999 20.9697 13.2881 20.9697 13.1967C20.9697 12.4296 21.0738 11.6524 20.9697 10.9006C20.4803 7.4463 18.5854 5.0029 15.2952 3.61103C15.1391 3.54499 15.0558 3.46372 14.9985 3.30116C14.5508 1.92961 13.2389 1 11.7656 1C10.2923 1 8.98045 1.91945 8.52233 3.291C8.46506 3.46372 8.37656 3.55007 8.20997 3.61611C4.32635 5.1553 1.98889 9.08708 2.55113 13.1408C2.57196 13.3033 2.53552 13.3999 2.42619 13.5167C1.21842 14.7663 1.17677 16.6611 2.31687 17.9717C2.51469 18.1952 2.6917 18.439 2.87911 18.6727C2.90514 18.6219 2.82705 18.6575 2.74896 18.6981C1.79107 19.1807 1.06745 19.8766 0.708237 20.8875C0.61453 21.111 0.567677 21.3498 0.5 21.5835ZM19.0383 12.4702C19.0019 12.4753 18.9862 12.4804 18.9706 12.4804C17.2318 12.2721 15.6128 13.4303 15.2588 15.1372C15.2276 15.2997 15.1495 15.3149 15.0141 15.3149C12.8432 15.3149 10.6672 15.3099 8.4963 15.3149C8.3245 15.3149 8.26724 15.2642 8.22559 15.0965C8.03297 14.2228 7.55923 13.5319 6.79917 13.0239C6.09116 12.5515 5.31027 12.3839 4.46692 12.4804C3.87865 10.1945 6.23172 6.22714 8.56918 5.56168C8.83468 6.1865 9.25116 6.70464 9.82381 7.10087C8.06421 8.13716 7.21564 9.32583 7.37702 10.5196C8.01215 10.5196 8.64727 10.5196 9.27719 10.5196C9.55831 9.34107 10.3132 8.71626 11.5261 8.64006C12.1561 8.59942 12.7495 8.71626 13.2857 9.0566C13.8272 9.40203 14.1499 9.88969 14.2072 10.5196C14.8631 10.5196 15.4931 10.5196 16.1386 10.5196C16.1438 9.74238 15.8887 9.06676 15.4306 8.45718C14.9777 7.85269 14.3686 7.43106 13.6502 7.10595C14.254 6.69448 14.6601 6.17126 14.9256 5.54644C17.7837 6.80624 19.3454 9.91001 19.0383 12.4702Z",fill:"#5E6C84"})],-1),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"clip0_4598:5539"},[t.createElementVNode("rect",{width:"24",height:"24",fill:"white"})])],-1)]))}const RB=lt(TB,[["render",DB]]),AB={class:"relative max-w-96 z-[calc(infinity)]"},PB=["open"],LB={class:"inline-flex items-center gap-2 text-sm font-medium tracking-wide min-w-20"},FB=["onClick"],HB={class:"flex items-center gap-2"},UB={class:"font-bold text-white"},zB={class:"flex flex-col"},WB={class:"font-semibold"},jB={class:"text-sm text-gray-500"},YB=t.defineComponent({__name:"EUISearch",props:{menuDropdown:{type:Boolean,default:!1}},setup(e){const r=e,{menuDropdown:n}=t.toRefs(r),a=t.ref(!1),o=t.ref(null),s=t.ref(null),c=t.ref(!1),d=t.ref(),f=t.ref(!1),p=t.ref(!1),h=t.ref(null);function g(){a.value=!0}function _(){!d.value&&!V.value&&(a.value=!1),f.value=!1,p.value=!1}function k(){c.value=!c.value,p.value=!p.value}function $(){c.value=!1,p.value=!1,_()}function M(S){h.value&&!h.value.contains(S.target)&&($(),d.value||(a.value=!1))}t.onMounted(()=>{var S;document.addEventListener("click",M),d.value&&((S=d.value)==null||S.focus()),o.value&&s.value&&nl(o.value,s.value,{placement:"bottom"})}),t.onBeforeUnmount(()=>{document.removeEventListener("click",M)});const x=t.computed(()=>U.value.filter(S=>{var N,O;return(O=S.name)==null?void 0:O.toLowerCase().includes((N=d.value)==null?void 0:N.toLowerCase())}));function b(){d.value?f.value=!0:f.value=!1}const E=t.ref([{title:"Student",icon:BB},{title:"People",icon:RB},{title:"Partner",icon:NB}]),V=t.ref(E.value[0]),I=S=>{V.value=S,k()},U=t.ref([{name:"Kamal Ahmed",email:"kamalahmed@gmail.com",color:"green",initial:"A"},{name:"Kamala Koteswararoo",email:"kamalkote86@gmail.com",color:"purple",initial:"K"},{name:"Kamaljeet Kaur",email:"cheemak346@gmail.com",color:"orange",initial:"K"},{name:"Kamala Hamal",email:"kamalahamal88@outlook.com",color:"gray",initial:"K"}]);return(S,N)=>(t.openBlock(),t.createElementBlock("div",{ref_key:"componentWrapper",ref:h,class:"cursor-pointer group",onClick:g},[t.createElementVNode("div",AB,[t.createElementVNode("div",{class:t.normalizeClass(["relative flex items-center py-1 duration-300 ease-linear bg-gray-100 border border-gray-200 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-300 transition-all delay-100",a.value?"group-focus-within:w-96":"size-[2.875rem]"])},[t.createVNode(t.unref(r$),{class:"absolute text-current size-6 top-3 left-3"}),a.value?t.withDirectives((t.openBlock(),t.createElementBlock("input",{key:0,"onUpdate:modelValue":N[0]||(N[0]=O=>d.value=O),type:"search",placeholder:"Search here...",class:"text-sm font-medium bg-transparent w-96 ps-12 pe-2 focus:outline-none min-h-9",autofocus:"true",onInput:b,onBlur:$,onFocus:N[1]||(N[1]=O=>f.value=!0)},null,544)),[[t.vModelText,d.value]]):t.createCommentVNode("",!0),t.unref(n)&&a.value?(t.openBlock(),t.createElementBlock("div",{key:1,ref_key:"dropdownButton",ref:o,open:p.value,class:"flex items-center pl-3 pe-2 py-1.5 ml-auto bg-white cursor-pointer rounded-3xl ring-1 ring-gray-200/40 select-none transition-all duration-300 ease-in delay-100",onClick:k},[t.createElementVNode("div",LB,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(V.value.icon),{class:"text-current size-4"})),t.createTextVNode(" "+t.toDisplayString(V.value.title),1)]),t.createVNode(Br,{class:t.normalizeClass(["text-current size-6 transform transition-all duration-300 delay-75",p.value?"-rotate-180 opacity-100":"opacity-50"])},null,8,["class"])],8,PB)):t.createCommentVNode("",!0)],2),c.value?(t.openBlock(),t.createElementBlock("ul",{key:0,ref_key:"dropdown",ref:s,class:"absolute text-sm font-medium right-0 z-50 w-40 bg-white border rounded-xl shadow-lg mt-0.5 overflow-hidden"},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(E.value,O=>(t.openBlock(),t.createElementBlock("li",{class:"flex items-center gap-2 px-4 py-2 cursor-pointer hover:bg-gray-100",onClick:t.withModifiers(A=>I(O),["stop"])},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(O.icon),{class:"text-current size-4"})),t.createElementVNode("span",null,t.toDisplayString(O.title),1)],8,FB))),256))],512)):t.createCommentVNode("",!0),f.value&&x.value.length?(t.openBlock(),t.createElementBlock("ul",{key:1,ref_key:"dropdown",ref:s,class:"absolute text-sm font-medium right-0 z-40 w-full bg-white border rounded-xl shadow-lg mt-0.5 overflow-hidden",onClick:$},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(x.value,(O,A)=>(t.openBlock(),t.createElementBlock("li",{key:A,class:"flex flex-col gap-1 px-4 py-2 cursor-pointer hover:bg-gray-100"},[t.createElementVNode("div",HB,[t.createElementVNode("span",{class:"flex items-center justify-center w-8 h-8 rounded-full",style:t.normalizeStyle({backgroundColor:O.color})},[t.createElementVNode("span",UB,t.toDisplayString(O.initial),1)],4),t.createElementVNode("div",zB,[t.createElementVNode("span",WB,t.toDisplayString(O.name),1),t.createElementVNode("span",jB,t.toDisplayString(O.email),1)])])]))),128))],512)):t.createCommentVNode("",!0)])],512))}}),KB=lt(YB,[["__scopeId","data-v-6bdd4db3"]]),GB={},XB={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function QB(e,r){return t.openBlock(),t.createElementBlock("svg",XB,r[0]||(r[0]=[t.createElementVNode("path",{d:"M21 21L17.5104 17.5104M17.5104 17.5104C19.0486 15.9722 20 13.8472 20 11.5C20 6.80558 16.1944 3 11.5 3C6.80558 3 3 6.80558 3 11.5C3 16.1944 6.80558 20 11.5 20C13.8472 20 15.9722 19.0486 17.5104 17.5104Z",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))}const y1=lt(GB,[["render",QB]]),qB={class:"relative rounded-full size-10"},JB={class:"absolute top-0 right-0"},ZB={class:"relative max-w-80 z-[calc(infinity)]"},eO=t.defineComponent({__name:"EUISearchExpand",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:r}){const n=e,{searchSync:a}=t.toRefs(n),o=r,s=t.ref(),c=t.ref(!0),d=t.ref(),f=t.ref(null);function p(){var k;c.value=!0,(k=s==null?void 0:s.value)==null||k.focus()}function h(){d.value||(c.value=!1)}function g(k){f.value&&!f.value.contains(k.target)&&h()}t.watch(a,k=>{k||h()},{immediate:!0,deep:!0}),t.onMounted(()=>{var k;document.addEventListener("click",g),d.value&&((k=d.value)==null||k.focus())}),t.onBeforeUnmount(()=>{document.removeEventListener("click",g)});function _(k){var M;const $=(M=k==null?void 0:k.target)==null?void 0:M.value;$!==void 0&&o("update:modelValue",$)}return(k,$)=>(t.openBlock(),t.createElementBlock("div",qB,[t.createElementVNode("div",JB,[t.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:p},[t.createElementVNode("div",ZB,[t.createElementVNode("div",{class:t.normalizeClass(["relative flex items-center duration-300 ease-linear bg-gray-100 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-200 group-focus-within:border transition-all delay-75",c.value?"group-focus-within:w-80 text-gray-300 h-10":"size-10 text-gray-500"])},[t.createVNode(y1,{class:"absolute text-current size-6 top-2 left-2"}),c.value?t.withDirectives((t.openBlock(),t.createElementBlock("input",{key:0,"onUpdate:modelValue":$[0]||($[0]=M=>d.value=M),ref_key:"input",ref:s,type:"search",placeholder:"Search here...",class:"h-10 text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none",autocomplete:"off",onInput:_,onBlur:h},null,544)),[[t.vModelText,d.value]]):t.createCommentVNode("",!0)],2)])],512)])]))}}),tO=lt(eO,[["__scopeId","data-v-3af29ac1"]]),nO={class:"relative rounded-full size-12"},rO={class:"text-[0.625rem] absolute -top-4 left-0 space-x-4"},aO={class:"absolute top-0 right-0"},iO={class:"relative max-w-80 z-[calc(infinity)]"},oO=t.defineComponent({__name:"EUISearchToggle",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!0}},emits:["update:modelValue","update:searchSync"],setup(e,{emit:r}){const n=e,{searchSync:a}=t.toRefs(n),o=r,s=t.ref(),c=t.ref(!0),d=t.ref(null),f=t.ref(null);function p(g){var k;const _=(k=g==null?void 0:g.target)==null?void 0:k.value;_!==void 0&&o("update:modelValue",_)}function h(){var g;c.value=!0,(g=s==null?void 0:s.value)==null||g.focus(),o("update:searchSync",!0)}return t.watch(a,g=>{c.value=g,o("update:searchSync",g)},{immediate:!0,deep:!0}),(g,_)=>(t.openBlock(),t.createElementBlock("div",nO,[t.createElementVNode("span",rO,[t.createElementVNode("span",null,t.toDisplayString("searchSync:"+t.unref(a)),1),t.createElementVNode("span",null,t.toDisplayString("isExpanded:"+c.value),1)]),t.createElementVNode("div",aO,[t.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:h},[t.createElementVNode("div",iO,[t.createElementVNode("div",{class:t.normalizeClass(["relative flex items-center py-1 duration-300 ease-linear bg-gray-100 border border-gray-200 rounded-full pe-1 group-focus-within:ring-2 ring-purple-200 group-focus-within:border-gray-300 transition-all delay-100",c.value?"group-focus-within:w-80 text-gray-300":"size-[2.875rem] text-gray-500"])},[t.createVNode(y1,{class:"absolute text-current size-6 top-2.5 left-2.5 transition-colors duration-100"}),c.value?t.withDirectives((t.openBlock(),t.createElementBlock("input",{key:0,"onUpdate:modelValue":_[0]||(_[0]=k=>d.value=k),ref_key:"input",ref:s,type:"search",placeholder:"Search here...",class:"text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none min-h-9",autocomplete:"off",onInput:p,onBlur:p},null,544)),[[t.vModelText,d.value]]):t.createCommentVNode("",!0)],2)])],512)])]))}}),lO=lt(oO,[["__scopeId","data-v-69488444"]]);exports.EUIAccordion=c8;exports.EUIAvatar=Lw;exports.EUIButton=Eu;exports.EUICheckbox=kw;exports.EUICircleLoader=Ri;exports.EUICubeLoader=v1;exports.EUIDashboardTable=sS;exports.EUIDatepicker=FC;exports.EUIErrorMessage=Or;exports.EUIInput=Zb;exports.EUILoader=kB;exports.EUIModal=C8;exports.EUIMultiDropdown=hB;exports.EUIPageLimit=sl;exports.EUIPagination=m1;exports.EUIPillSelect=ZC;exports.EUIPopover=ah;exports.EUIRadio=Sw;exports.EUISearch=KB;exports.EUISearchExpand=tO;exports.EUISearchToggle=lO;exports.EUISelect=mw;exports.EUISelectSearch=yw;exports.EUISlideover=N8;exports.EUISquareLoader=g1;exports.EUIStepperHorizontal=Z0;exports.EUIStepperTimeline=o8;exports.EUIStepperVertical=eh;exports.EUIStudentPagination=hd;exports.EUITable=iB;exports.EUITableCheckbox=Oi;exports.EUITabs=GC;exports.EUITag=k$;exports.EUITelephone=C9;exports.EUITextArea=V9;exports.EUITimeLine=_$;exports.EUIToggle=Nw;exports.EUITooltip=EB;exports.UCheckbox=xu;exports.UTable=LS;