edvoyui-component-library-test-flight 0.0.90 → 0.0.92

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,34 @@
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([{"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"])},[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,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]),required:e.required,disabled:e.disabled,readonly:e.readonly,autocomplete:"off",onInput:c,onFocus:h[0]||(h[0]=v=>a.value=!0),onBlur:h[1]||(h[1]=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-351c60b7"]]),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 ny=Object.defineProperty;var ry=(t,r,n)=>r in t?ny(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n;var Ee=(t,r,n)=>ry(t,typeof r!="symbol"?r+"":r,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),ay=["type","size","color","iconType","disabled","loading","icon"],zs=e.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(t,{emit:r}){const n=r,o=()=>[n("click")],i=t,u=e.reactive({xs:"text-sm font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),d=e.computed(()=>{const m=i.disabled,v={black:m?"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:m?"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:m?"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:m?"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:m?"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:m?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500":"primary-btn text-white cursor-pointer active:shadow-purple-500/50",secondary:m?"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:m?"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: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"},w=v[i.color]||"",b=u[i.size]||"",C=g[i.size]||"",S=i.disabled===!0?"active:!translate-y-0 active:!scale-100 active:!shadow-none":"";return`${w} ${b} ${C} ${S}`}),c=e.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"}),p=e.computed(()=>c[i.size]||"");return(m,v)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({type:t.type,size:t.size,color:t.color,iconType:t.iconType},m.$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",t.rounded?"rounded-full":"rounded-lg",d.value],disabled:t.disabled,loading:t.loading,icon:t.icon,onClick:v[0]||(v[0]=g=>o())}),[t.iconType==="icon"||t.iconType==="startIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:0,class:e.normalizeClass([p.value])},null,8,["class"])):e.createCommentVNode("",!0),e.renderSlot(m.$slots,"default"),t.iconType==="endIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:1,class:e.normalizeClass([p.value])},null,8,["class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createElementBlock("svg",{key:2,class:e.normalizeClass(["animate-spin",[p.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v[1]||(v[1]=[e.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),e.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)):e.createCommentVNode("",!0)],16,ay))}}),oy={key:0,class:"text-red-500 text-xs font-medium first-letter:uppercase"},ly={key:1,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Sr=e.defineComponent({__name:"EUIErrorMessage",props:{name:{type:String,required:!0},errors:{type:Object,required:!0}},setup(t){const r=t,{errors:n,name:o}=e.toRefs(r);return(i,u)=>{var d,c,p,m,v;return Array.isArray(e.unref(n))?(e.openBlock(),e.createElementBlock("div",oy,e.toDisplayString((c=(d=e.unref(n))==null?void 0:d.at(0))!=null&&c.$message?(m=(p=e.unref(n))==null?void 0:p.at(0))==null?void 0:m.$message:e.unref(n).at(0)),1)):(e.openBlock(),e.createElementBlock("div",ly,e.toDisplayString(e.unref(o)?(v=e.unref(n))==null?void 0:v[e.unref(o)]:e.unref(n)),1))}}}),iy=["for"],sy=["for"],uy=["id","type","value","placeholder","name","required","disabled","readonly"],ns="id",dy=e.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(t,{emit:r}){const n=t,o=e.ref(!1),i=e.ref(),u=r,d=m=>{var g;const v=(g=m==null?void 0:m.target)==null?void 0:g.value;v!==void 0&&u("update:modelValue",v)},c=e.computed(()=>n.modelValue===0?!0:!!n.modelValue),p=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}};return e.onMounted(()=>{var m;n!=null&&n.autoFocus&&((m=i==null?void 0:i.value)==null||m.focus())}),(m,v)=>(e.openBlock(),e.createElementBlock("div",null,[!t.inputFilled&&t.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:`${t.name}-${ns}`,class:e.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",t.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},e.toDisplayString(t.label),11,iy)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["relative",{"pointer-events-none cursor-not-allowed":t.disabled},{"h-14 rounded-2xl focus-within:border-purple-600 focus-within:ring-1 focus-within:ring-purple-600 border border-gray-100":t.inputFilled},"group cursor-pointer relative w-full mb-2 overflow-hidden"])},[e.createElementVNode("button",{class:e.normalizeClass(c.value?" absolute inset-y-0 right-3 ":" hidden "),onClick:v[0]||(v[0]=g=>u("update:modelValue",""))},v[3]||(v[3]=[e.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"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18 18 6M6 6l12 12"})],-1)]),2),t.inputFilled?(e.openBlock(),e.createElementBlock("label",{key:0,for:`${t.name}-${ns}`,class:e.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",t.disabled?"cursor-not-allowed bg-gray-50 z-10":"z-0 bg-white",t.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"])},e.toDisplayString(t.label||"Label"),11,sy)):e.createCommentVNode("",!0),t.icon&&t.iconType?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["absolute inset-y-0 flex items-center pointer-events-none",t.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",t.disabled?"z-20":""])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{class:"text-gray-400 size-6","aria-hidden":"true"}))],2)):e.createCommentVNode("",!0),e.createElementVNode("input",{id:`${t.name}-${ns}`,ref_key:"input",ref:i,type:t.type==="search"?"text":t.type,value:t.modelValue,placeholder:t.placeholder,name:t.name,class:e.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",t.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",!t.inputFilled&&t.rounded?"rounded-2xl":"rounded-md",t.disabled?"cursor-not-allowed":"cursor-text",p(),!t.inputFilled&&t.className,"pr-8"]),required:t.required,disabled:t.disabled,readonly:t.readonly,autocomplete:"off",onInput:d,onFocus:v[1]||(v[1]=g=>o.value=!0),onBlur:v[2]||(v[2]=g=>o.value=!1)},null,42,uy)],2),e.createVNode(Sr,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),it=(t,r)=>{const n=t.__vccOpts||t;for(const[o,i]of r)n[o]=i;return n},cy=it(dy,[["__scopeId","data-v-9692a08b"]]),fy=[["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"]]],py=fy.map(([t,r,n,o=0,i=null])=>({name:t,iso2:r.toUpperCase(),dialCode:n,priority:o,areaCodes:i}));function my(){return fetch("https://ip2c.org/s").then(t=>t.text()).then(t=>{const r=(t||"").toString();if(!r||r[0]!=="1")throw new Error("unable to fetch the country");return r.substr(2,2)})}function hy(t,r){if(t.setSelectionRange)t.focus(),t.setSelectionRange(r,r);else if("createTextRange"in t&&typeof t.createTextRange=="function"){const n=t.createTextRange();n.collapse(!0),n.moveEnd("character",r),n.moveStart("character",r),n.select()}}const vy=[{name:"allCountries",type:Array,default:py,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}],gy=[...vy].reduce((t,r)=>{if(r.name.includes(".")){const[n,o]=r.name.split(".");t[n]?Object.assign(t[n],{[o]:r.default}):Object.assign(t,{[n]:{[o]:r.default}})}else Object.assign(t,{[r.name]:r.default});return t},{}),Jc={options:{...gy}};function zt(t){const r=Jc.options[t];return typeof r>"u"?Jc.options[t]:r}function to(t){return t==null?void 0:t.toLowerCase()}function no(t){return t==null?void 0:t.toUpperCase()}const yy={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 wy(t,r){var n=Array.prototype.slice.call(r);return n.push(yy),t.apply(this,n)}function bs(t){"@babel/helpers - typeof";return bs=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},bs(t)}function by(t,r,n){return Object.defineProperty(t,"prototype",{writable:!1}),t}function ky(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function xy(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(r&&r.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),r&&mo(t,r)}function Cy(t){var r=s1();return function(){var n=ho(t),o;if(r){var i=ho(this).constructor;o=Reflect.construct(n,arguments,i)}else o=n.apply(this,arguments);return $y(this,o)}}function $y(t,r){if(r&&(bs(r)==="object"||typeof r=="function"))return r;if(r!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return i1(t)}function i1(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function ks(t){var r=typeof Map=="function"?new Map:void 0;return ks=function(n){if(n===null||!Ey(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,o)}function o(){return kl(n,arguments,ho(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),mo(o,n)},ks(t)}function kl(t,r,n){return s1()?kl=Reflect.construct:kl=function(o,i,u){var d=[null];d.push.apply(d,i);var c=Function.bind.apply(o,d),p=new c;return u&&mo(p,u.prototype),p},kl.apply(null,arguments)}function s1(){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 Ey(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function mo(t,r){return mo=Object.setPrototypeOf||function(n,o){return n.__proto__=o,n},mo(t,r)}function ho(t){return ho=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},ho(t)}var nr=function(t){xy(n,t);var r=Cy(n);function n(o){var i;return ky(this,n),i=r.call(this,o),Object.setPrototypeOf(i1(i),n.prototype),i.name=i.constructor.name,i}return by(n)}(ks(Error)),Ys=2,By=17,Vy=3,Dn="0-90-9٠-٩۰-۹",Sy="-‐-―−ー-",Ny="//",Iy="..",Dy="  ­​⁠ ",Oy="()()[]\\[\\]",My="~⁓∼~",Bl="".concat(Sy).concat(Ny).concat(Iy).concat(Dy).concat(Oy).concat(My),Ws="++";function Zc(t,r){t=t.split("-"),r=r.split("-");for(var n=t[0].split("."),o=r[0].split("."),i=0;i<3;i++){var u=Number(n[i]),d=Number(o[i]);if(u>d)return 1;if(d>u)return-1;if(!isNaN(u)&&isNaN(d))return 1;if(isNaN(u)&&!isNaN(d))return-1}return t[1]&&r[1]?t[1]>r[1]?1:t[1]<r[1]?-1:0:!t[1]&&r[1]?1:t[1]&&!r[1]?-1:0}var Py={}.constructor;function xl(t){return t!=null&&t.constructor===Py}function xs(t){"@babel/helpers - typeof";return xs=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},xs(t)}function Pl(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function Ty(t,r){for(var n=0;n<r.length;n++){var o=r[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Tl(t,r,n){return r&&Ty(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var Ry="1.2.0",Ay="1.7.35",e0=" ext. ",Ly=/^\d+$/,Kt=function(){function t(r){Pl(this,t),zy(r),this.metadata=r,u1.call(this,r)}return Tl(t,[{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&&Ly.test(r)&&(n=r,r=null),r&&r!=="001"){if(!this.hasCountry(r))throw new Error("Unknown country: ".concat(r));this.numberingPlan=new t0(this.getCountryMetadata(r),this)}else if(n){if(!this.hasCallingCode(n))throw new Error("Unknown calling code: ".concat(n));this.numberingPlan=new t0(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 o=this.nonGeographic()[r];if(o)return o}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}}]),t}(),t0=function(){function t(r,n){Pl(this,t),this.globalMetadataObject=n,this.metadata=r,u1.call(this,n.metadata)}return Tl(t,[{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(o){return new Fy(o,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()&&n0(this.types(),r))return new Uy(n0(this.types(),r),this)}},{key:"ext",value:function(){return this.v1||this.v2?e0:this.metadata[13]||e0}}]),t}(),Fy=function(){function t(r,n){Pl(this,t),this._format=r,this.metadata=n}return Tl(t,[{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()&&!Hy.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),t}(),Hy=/^\(?\$1\)?$/,Uy=function(){function t(r,n){Pl(this,t),this.type=r,this.metadata=n}return Tl(t,[{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()}}]),t}();function n0(t,r){switch(r){case"FIXED_LINE":return t[0];case"MOBILE":return t[1];case"TOLL_FREE":return t[2];case"PREMIUM_RATE":return t[3];case"PERSONAL_NUMBER":return t[4];case"VOICEMAIL":return t[5];case"UAN":return t[6];case"PAGER":return t[7];case"VOIP":return t[8];case"SHARED_COST":return t[9]}}function zy(t){if(!t)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!xl(t)||!xl(t.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(xl(t)?"an object of shape: { "+Object.keys(t).join(", ")+" }":"a "+Yy(t)+": "+t,"."))}var Yy=function(t){return xs(t)};function Ks(t,r){if(r=new Kt(r),r.hasCountry(t))return r.country(t).countryCallingCode();throw new Error("Unknown country: ".concat(t))}function Wy(t,r){return r.countries.hasOwnProperty(t)}function u1(t){var r=t.version;typeof r=="number"?(this.v1=r===1,this.v2=r===2,this.v3=r===3,this.v4=r===4):r?Zc(r,Ry)===-1?this.v2=!0:Zc(r,Ay)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var Ky=";ext=",ya=function(t){return"([".concat(Dn,"]{1,").concat(t,"})")};function d1(t){var r="20",n="15",o="9",i="6",u="[  \\t,]*",d="[:\\..]?[  \\t,-]*",c="#?",p="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",m="(?:[xx##~~]|int|int)",v="[- ]+",g="[  \\t]*",w="(?:,{2}|;)",b=Ky+ya(r),C=u+p+d+ya(r)+c,S=u+m+d+ya(o)+c,M=v+ya(i)+"#",N=g+w+d+ya(n)+c,T=g+"(?:,)+"+d+ya(o)+c;return b+"|"+C+"|"+S+"|"+M+"|"+N+"|"+T}var Qy="["+Dn+"]{"+Ys+"}",Xy="["+Ws+"]{0,1}(?:["+Bl+"]*["+Dn+"]){3,}["+Bl+Dn+"]*",Gy=new RegExp("^["+Ws+"]{0,1}(?:["+Bl+"]*["+Dn+"]){1,2}$","i"),qy=Xy+"(?:"+d1()+")?",jy=new RegExp("^"+Qy+"$|^"+qy+"$","i");function _y(t){return t.length>=Ys&&jy.test(t)}function Jy(t){return Gy.test(t)}var r0=new RegExp("(?:"+d1()+")$","i");function Zy(t){var r=t.search(r0);if(r<0)return{};for(var n=t.slice(0,r),o=t.match(r0),i=1;i<o.length;){if(o[i])return{number:n,ext:o[i]};i++}}var e4={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 t4(t){return e4[t]}function n4(t,r){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=r4(t))||r){n&&(t=n);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}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 r4(t,r){if(t){if(typeof t=="string")return a0(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a0(t,r)}}function a0(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,o=new Array(r);n<r;n++)o[n]=t[n];return o}function o0(t){for(var r="",n=n4(t.split("")),o;!(o=n()).done;){var i=o.value;r+=a4(i,r)||""}return r}function a4(t,r){return t==="+"?r?void 0:"+":t4(t)}function Qs(t,r){return o4(t,void 0,r)}function o4(t,r,n){var o=n.type(r),i=o&&o.possibleLengths()||n.possibleLengths();if(!i)return"IS_POSSIBLE";var u=t.length,d=i[0];return d===u?"IS_POSSIBLE":d>u?"TOO_SHORT":i[i.length-1]<u?"TOO_LONG":i.indexOf(u,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function l4(t,r,n){if(r===void 0&&(r={}),n=new Kt(n),r.v2){if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(t.countryCallingCode)}else{if(!t.phone)return!1;if(t.country){if(!n.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));n.country(t.country)}else{if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(t.countryCallingCode)}}if(n.possibleLengths())return c1(t.phone||t.nationalNumber,n);if(t.countryCallingCode&&n.isNonGeographicCallingCode(t.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function c1(t,r){switch(Qs(t,r)){case"IS_POSSIBLE":return!0;default:return!1}}function or(t,r){return t=t||"",new RegExp("^(?:"+r+")$").test(t)}function i4(t,r){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=s4(t))||r){n&&(t=n);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}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 s4(t,r){if(t){if(typeof t=="string")return l0(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l0(t,r)}}function l0(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,o=new Array(r);n<r;n++)o[n]=t[n];return o}var u4=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Xs(t,r,n){if(r=r||{},!(!t.country&&!t.countryCallingCode)){n=new Kt(n),n.selectNumberingPlan(t.country,t.countryCallingCode);var o=r.v2?t.nationalNumber:t.phone;if(or(o,n.nationalNumberPattern())){if(rs(o,"FIXED_LINE",n))return n.type("MOBILE")&&n.type("MOBILE").pattern()===""||!n.type("MOBILE")||rs(o,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var i=i4(u4),u;!(u=i()).done;){var d=u.value;if(rs(o,d,n))return d}}}}function rs(t,r,n){return r=n.type(r),!r||!r.pattern()||r.possibleLengths()&&r.possibleLengths().indexOf(t.length)<0?!1:or(t,r.pattern())}function d4(t,r,n){if(r=r||{},n=new Kt(n),n.selectNumberingPlan(t.country,t.countryCallingCode),n.hasTypes())return Xs(t,r,n.metadata)!==void 0;var o=r.v2?t.nationalNumber:t.phone;return or(o,n.nationalNumberPattern())}function c4(t,r,n){var o=new Kt(n),i=o.getCountryCodesForCallingCode(t);return i?i.filter(function(u){return f4(r,u,n)}):[]}function f4(t,r,n){var o=new Kt(n);return o.selectNumberingPlan(r),o.numberingPlan.possibleLengths().indexOf(t.length)>=0}function p4(t){return t.replace(new RegExp("[".concat(Bl,"]+"),"g")," ").trim()}var m4=/(\$\d)/;function h4(t,r,n){var o=n.useInternationalFormat,i=n.withNationalPrefix,u=t.replace(new RegExp(r.pattern()),o?r.internationalFormat():i&&r.nationalPrefixFormattingRule()?r.format().replace(m4,r.nationalPrefixFormattingRule()):r.format());return o?p4(u):u}var v4=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function g4(t,r,n){var o=new Kt(n);if(o.selectNumberingPlan(t,r),o.defaultIDDPrefix())return o.defaultIDDPrefix();if(v4.test(o.IDDPrefix()))return o.IDDPrefix()}function y4(t){var r=t.number,n=t.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 w4(t,r){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=b4(t))||r){n&&(t=n);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}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 b4(t,r){if(t){if(typeof t=="string")return i0(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return i0(t,r)}}function i0(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,o=new Array(r);n<r;n++)o[n]=t[n];return o}function s0(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);r&&(o=o.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,o)}return n}function u0(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?s0(Object(n),!0).forEach(function(o){k4(t,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):s0(Object(n)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(n,o))})}return t}function k4(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}var d0={formatExtension:function(t,r,n){return"".concat(t).concat(n.ext()).concat(r)}};function x4(t,r,n,o){if(n?n=u0(u0({},d0),n):n=d0,o=new Kt(o),t.country&&t.country!=="001"){if(!o.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));o.country(t.country)}else if(t.countryCallingCode)o.selectNumberingPlan(t.countryCallingCode);else return t.phone||"";var i=o.countryCallingCode(),u=n.v2?t.nationalNumber:t.phone,d;switch(r){case"NATIONAL":return u?(d=Vl(u,t.carrierCode,"NATIONAL",o,n),as(d,t.ext,o,n.formatExtension)):"";case"INTERNATIONAL":return u?(d=Vl(u,null,"INTERNATIONAL",o,n),d="+".concat(i," ").concat(d),as(d,t.ext,o,n.formatExtension)):"+".concat(i);case"E.164":return"+".concat(i).concat(u);case"RFC3966":return y4({number:"+".concat(i).concat(u),ext:t.ext});case"IDD":if(!n.fromCountry)return;var c=$4(u,t.carrierCode,i,n.fromCountry,o);return as(c,t.ext,o,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(r,'"'))}}function Vl(t,r,n,o,i){var u=C4(o.formats(),t);return u?h4(t,u,{useInternationalFormat:n==="INTERNATIONAL",withNationalPrefix:!(u.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&i&&i.nationalPrefix===!1)}):t}function C4(t,r){for(var n=w4(t),o;!(o=n()).done;){var i=o.value;if(i.leadingDigitsPatterns().length>0){var u=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(r.search(u)!==0)continue}if(or(r,i.pattern()))return i}}function as(t,r,n,o){return r?o(t,r,n):t}function $4(t,r,n,o,i){var u=Ks(o,i.metadata);if(u===n){var d=Vl(t,r,"NATIONAL",i);return n==="1"?n+" "+d:d}var c=g4(o,void 0,i.metadata);if(c)return"".concat(c," ").concat(n," ").concat(Vl(t,null,"INTERNATIONAL",i))}function c0(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);r&&(o=o.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,o)}return n}function f0(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?c0(Object(n),!0).forEach(function(o){E4(t,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c0(Object(n)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(n,o))})}return t}function E4(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function B4(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function V4(t,r){for(var n=0;n<r.length;n++){var o=r[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function S4(t,r,n){return r&&V4(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var N4=function(){function t(r,n,o){if(B4(this,t),!r)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!o)throw new TypeError("`metadata` not passed");var i=D4(r,o),u=i.country,d=i.countryCallingCode;this.country=u,this.countryCallingCode=d,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return o}}return S4(t,[{key:"setExt",value:function(r){this.ext=r}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:c4(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return l4(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return d4(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){var r=new Kt(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 Xs(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(r,n){return x4(this,r,n?f0(f0({},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)}}]),t}(),I4=function(t){return/^[A-Z]{2}$/.test(t)};function D4(t,r){var n,o,i=new Kt(r);return I4(t)?(n=t,i.selectNumberingPlan(n),o=i.countryCallingCode()):o=t,{country:n,countryCallingCode:o}}var O4=new RegExp("(["+Dn+"])");function M4(t,r,n,o){if(r){var i=new Kt(o);i.selectNumberingPlan(r,n);var u=new RegExp(i.IDDPrefix());if(t.search(u)===0){t=t.slice(t.match(u)[0].length);var d=t.match(O4);if(!(d&&d[1]!=null&&d[1].length>0&&d[1]==="0"))return t}}}function P4(t,r){if(t&&r.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+r.numberingPlan.nationalPrefixForParsing()+")"),o=n.exec(t);if(o){var i,u,d=o.length-1,c=d>0&&o[d];if(r.nationalPrefixTransformRule()&&c)i=t.replace(n,r.nationalPrefixTransformRule()),d>1&&(u=o[1]);else{var p=o[0];i=t.slice(p.length),c&&(u=o[1])}var m;if(c){var v=t.indexOf(o[1]),g=t.slice(0,v);g===r.numberingPlan.nationalPrefix()&&(m=r.numberingPlan.nationalPrefix())}else m=o[0];return{nationalNumber:i,nationalPrefix:m,carrierCode:u}}}return{nationalNumber:t}}function Cs(t,r){var n=P4(t,r),o=n.carrierCode,i=n.nationalNumber;if(i!==t){if(!T4(t,i,r))return{nationalNumber:t};if(r.possibleLengths()&&!R4(i,r))return{nationalNumber:t}}return{nationalNumber:i,carrierCode:o}}function T4(t,r,n){return!(or(t,n.nationalNumberPattern())&&!or(r,n.nationalNumberPattern()))}function R4(t,r){switch(Qs(t,r)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function A4(t,r,n,o){var i=r?Ks(r,o):n;if(t.indexOf(i)===0){o=new Kt(o),o.selectNumberingPlan(r,n);var u=t.slice(i.length),d=Cs(u,o),c=d.nationalNumber,p=Cs(t,o),m=p.nationalNumber;if(!or(m,o.nationalNumberPattern())&&or(c,o.nationalNumberPattern())||Qs(m,o)==="TOO_LONG")return{countryCallingCode:i,number:u}}return{number:t}}function L4(t,r,n,o){if(!t)return{};var i;if(t[0]!=="+"){var u=M4(t,r,n,o);if(u&&u!==t)i=!0,t="+"+u;else{if(r||n){var d=A4(t,r,n,o),c=d.countryCallingCode,p=d.number;if(c)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:c,number:p}}return{number:t}}}if(t[1]==="0")return{};o=new Kt(o);for(var m=2;m-1<=Vy&&m<=t.length;){var v=t.slice(1,m);if(o.hasCallingCode(v))return o.selectNumberingPlan(v),{countryCallingCodeSource:i?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:v,number:t.slice(m)};m++}return{}}function F4(t,r){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=H4(t))||r){n&&(t=n);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}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 H4(t,r){if(t){if(typeof t=="string")return p0(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return p0(t,r)}}function p0(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,o=new Array(r);n<r;n++)o[n]=t[n];return o}function U4(t,r){var n=r.countries,o=r.defaultCountry,i=r.metadata;i=new Kt(i);for(var u=[],d=F4(n),c;!(c=d()).done;){var p=c.value;if(i.country(p),i.leadingDigits()){if(t&&t.search(i.leadingDigits())===0)return p}else if(Xs({phone:t,country:p},void 0,i.metadata))if(o){if(p===o)return p;u.push(p)}else return p}if(u.length>0)return u[0]}function z4(t,r){var n=r.nationalNumber,o=r.defaultCountry,i=r.metadata,u=i.getCountryCodesForCallingCode(t);if(u)return u.length===1?u[0]:U4(n,{countries:u,defaultCountry:o,metadata:i.metadata})}var f1="+",Y4="[\\-\\.\\(\\)]?",m0="(["+Dn+"]|"+Y4+")",W4="^\\"+f1+m0+"*["+Dn+"]"+m0+"*$",K4=new RegExp(W4,"g"),$s=Dn,Q4="["+$s+"]+((\\-)*["+$s+"])*",X4="a-zA-Z",G4="["+X4+"]+((\\-)*["+$s+"])*",q4="^("+Q4+"\\.)*"+G4+"\\.?$",j4=new RegExp(q4,"g"),h0="tel:",Es=";phone-context=",_4=";isub=";function J4(t){var r=t.indexOf(Es);if(r<0)return null;var n=r+Es.length;if(n>=t.length)return"";var o=t.indexOf(";",n);return o>=0?t.substring(n,o):t.substring(n)}function Z4(t){return t===null?!0:t.length===0?!1:K4.test(t)||j4.test(t)}function e5(t,r){var n=r.extractFormattedPhoneNumber,o=J4(t);if(!Z4(o))throw new nr("NOT_A_NUMBER");var i;if(o===null)i=n(t)||"";else{i="",o.charAt(0)===f1&&(i+=o);var u=t.indexOf(h0),d;u>=0?d=u+h0.length:d=0;var c=t.indexOf(Es);i+=t.substring(d,c)}var p=i.indexOf(_4);if(p>0&&(i=i.substring(0,p)),i!=="")return i}var t5=250,n5=new RegExp("["+Ws+Dn+"]"),r5=new RegExp("[^"+Dn+"#]+$");function a5(t,r,n){if(r=r||{},n=new Kt(n),r.defaultCountry&&!n.hasCountry(r.defaultCountry))throw r.v2?new nr("INVALID_COUNTRY"):new Error("Unknown country: ".concat(r.defaultCountry));var o=l5(t,r.v2,r.extract),i=o.number,u=o.ext,d=o.error;if(!i){if(r.v2)throw d==="TOO_SHORT"?new nr("TOO_SHORT"):new nr("NOT_A_NUMBER");return{}}var c=s5(i,r.defaultCountry,r.defaultCallingCode,n),p=c.country,m=c.nationalNumber,v=c.countryCallingCode,g=c.countryCallingCodeSource,w=c.carrierCode;if(!n.hasSelectedNumberingPlan()){if(r.v2)throw new nr("INVALID_COUNTRY");return{}}if(!m||m.length<Ys){if(r.v2)throw new nr("TOO_SHORT");return{}}if(m.length>By){if(r.v2)throw new nr("TOO_LONG");return{}}if(r.v2){var b=new N4(v,m,n.metadata);return p&&(b.country=p),w&&(b.carrierCode=w),u&&(b.ext=u),b.__countryCallingCodeSource=g,b}var C=(r.extended?n.hasSelectedNumberingPlan():p)?or(m,n.nationalNumberPattern()):!1;return r.extended?{country:p,countryCallingCode:v,carrierCode:w,valid:C,possible:C?!0:!!(r.extended===!0&&n.possibleLengths()&&c1(m,n)),phone:m,ext:u}:C?i5(p,m,u):{}}function o5(t,r,n){if(t){if(t.length>t5){if(n)throw new nr("TOO_LONG");return}if(r===!1)return t;var o=t.search(n5);if(!(o<0))return t.slice(o).replace(r5,"")}}function l5(t,r,n){var o=e5(t,{extractFormattedPhoneNumber:function(u){return o5(u,n,r)}});if(!o)return{};if(!_y(o))return Jy(o)?{error:"TOO_SHORT"}:{};var i=Zy(o);return i.ext?i:{number:o}}function i5(t,r,n){var o={country:t,phone:r};return n&&(o.ext=n),o}function s5(t,r,n,o){var i=L4(o0(t),r,n,o.metadata),u=i.countryCallingCodeSource,d=i.countryCallingCode,c=i.number,p;if(d)o.selectNumberingPlan(d);else if(c&&(r||n))o.selectNumberingPlan(r,n),r&&(p=r),d=n||Ks(r,o.metadata);else return{};if(!c)return{countryCallingCodeSource:u,countryCallingCode:d};var m=Cs(o0(c),o),v=m.nationalNumber,g=m.carrierCode,w=z4(d,{nationalNumber:v,defaultCountry:r,metadata:o});return w&&(p=w,w==="001"||o.country(p)),{country:p,countryCallingCode:d,countryCallingCodeSource:u,nationalNumber:v,carrierCode:g}}function v0(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);r&&(o=o.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,o)}return n}function g0(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?v0(Object(n),!0).forEach(function(o){u5(t,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v0(Object(n)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(n,o))})}return t}function u5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function d5(t,r,n){return a5(t,g0(g0({},r),{},{v2:!0}),n)}function y0(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);r&&(o=o.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,o)}return n}function c5(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?y0(Object(n),!0).forEach(function(o){f5(t,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):y0(Object(n)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(n,o))})}return t}function f5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function p5(t,r){return g5(t)||v5(t,r)||h5(t,r)||m5()}function m5(){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 h5(t,r){if(t){if(typeof t=="string")return w0(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return w0(t,r)}}function w0(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,o=new Array(r);n<r;n++)o[n]=t[n];return o}function v5(t,r){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var o=[],i=!0,u=!1,d,c;try{for(n=n.call(t);!(i=(d=n.next()).done)&&(o.push(d.value),!(r&&o.length===r));i=!0);}catch(p){u=!0,c=p}finally{try{!i&&n.return!=null&&n.return()}finally{if(u)throw c}}return o}}function g5(t){if(Array.isArray(t))return t}function y5(t){var r=Array.prototype.slice.call(t),n=p5(r,4),o=n[0],i=n[1],u=n[2],d=n[3],c,p,m;if(typeof o=="string")c=o;else throw new TypeError("A text for parsing must be a string.");if(!i||typeof i=="string")d?(p=u,m=d):(p=void 0,m=u),i&&(p=c5({defaultCountry:i},p));else if(xl(i))u?(p=i,m=u):m=i;else throw new Error("Invalid second argument: ".concat(i));return{text:c,options:p,metadata:m}}function b0(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);r&&(o=o.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,o)}return n}function k0(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?b0(Object(n),!0).forEach(function(o){w5(t,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):b0(Object(n)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(n,o))})}return t}function w5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function b5(t,r,n){r&&r.defaultCountry&&!Wy(r.defaultCountry,n)&&(r=k0(k0({},r),{},{defaultCountry:void 0}));try{return d5(t,r,n)}catch(o){if(!(o instanceof nr))throw o}}function k5(){var t=y5(arguments),r=t.text,n=t.options,o=t.metadata;return b5(r,n,o)}function os(){return wy(k5,arguments)}const x5={beforeMount(t,r,n){if(typeof r.value!="function"){const o=n.context.name;let i=`[Vue-click-outside:] provided expression ${r.expression} is not a function, but has to be`;o&&(i+=`Found in component ${o}`),console.warn(i)}t.clickOutsideEvent=function(o){const i=o.composedPath?o.composedPath():o.path;t===o.target||t.contains(o.target)||i.includes(t)||r.value(o,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}},C5=["aria-expanded","tabindex"],$5={class:"vti__selection"},E5={key:1,class:"vti__country-code"},B5={class:"vti__dropdown-arrow"},V5={key:0,class:"vti__search_box_container"},S5=["placeholder"],N5=["onClick","onMousemove","aria-selected"],I5={key:1},D5=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],O5=e.defineComponent({name:"VueTelInput",directives:{clickOutside:x5},__name:"vue-tel-input",props:e.mergeModels({allCountries:{type:Array,default:()=>zt("allCountries")},autoFormat:{type:Boolean,default:()=>zt("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>zt("customValidate")},defaultCountry:{type:[String,Number],default:()=>zt("defaultCountry")},disabled:{type:Boolean,default:()=>zt("disabled")},autoDefaultCountry:{type:Boolean,default:()=>zt("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>zt("dropdownOptions")},ignoredCountries:{type:Array,default:()=>zt("ignoredCountries")},inputOptions:{type:Object,default:()=>zt("inputOptions")},invalidMsg:{type:String,default:()=>zt("invalidMsg")},mode:{type:String,default:()=>zt("mode")},onlyCountries:{type:Array,default:()=>zt("onlyCountries")},preferredCountries:{type:Array,default:()=>zt("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>zt("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>zt("styleClasses")}},{modelValue:{type:String},modelModifiers:{}}),emits:e.mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(t,{expose:r,emit:n}){const o=e.shallowRef(),i=e.shallowRef(),u=e.shallowRef(),d=n,c=t,p=e.useModel(t,"modelValue");e.watch(p,(P,I)=>{F()?m.phone=P??"":e.nextTick(()=>{m.phone=I??"",Q()})});const m=e.reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:c.inputOptions.placeholder,searchQuery:""});e.watch(()=>m.open,P=>{P?(J(),d("open")):d("close")});const v=e.computed(()=>c.onlyCountries.length?c.allCountries.filter(({iso2:P})=>c.onlyCountries.some(I=>no(I)===P)):c.ignoredCountries.length?c.allCountries.filter(({iso2:P})=>!c.ignoredCountries.includes(no(P))&&!c.ignoredCountries.includes(to(P))):c.allCountries),g=e.computed(()=>T(m.activeCountryCode));e.watch(g,(P,I)=>{if(!P&&I!=null&&I.iso2){m.activeCountryCode=I.iso2;return}P!=null&&P.iso2&&d("country-changed",P)});const w=e.computed(()=>{var P;const I=to(c.mode);return I==="auto"?(P=m.phone)!=null&&P.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(I)?I:(console.error('Invalid value of prop "mode"'),"international")}),b=e.computed(()=>{const P=[...N(c.preferredCountries).map(z=>({...z,preferred:!0})),...v.value];if(!c.dropdownOptions.showSearchBox)return P;const I=m.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return P.filter(z=>new RegExp(I,"i").test(z.name)||new RegExp(I,"i").test(z.iso2)||new RegExp(I,"i").test(z.dialCode))}),C=e.computed(()=>{var P;const I=m.phone.startsWith("+")?os(m.phone):os(m.phone,m.activeCountryCode),z={country:I==null?void 0:I.country,countryCode:I==null?void 0:I.country,formatted:m.phone,valid:I==null?void 0:I.isValid(),possible:(P=I==null?void 0:I.isPossible)==null?void 0:P.call(I),nationalNumber:I==null?void 0:I.nationalNumber};return z.valid&&(z.formatted=I==null?void 0:I.format(no(w.value))),I!=null&&I.country&&(c.ignoredCountries.length||c.onlyCountries.length)&&!T(I.country)&&(z.valid=!1,z.possible=!1,I.country=null),I?{...z,...I}:z});e.watch(()=>C.value.countryCode,P=>{P&&(m.activeCountryCode=P)}),e.watch(()=>C.value.valid,()=>{d("validate",C.value)}),e.watch(()=>C.value.formatted,P=>{!c.autoFormat||c.customValidate||(q(P),e.nextTick(()=>{P&&!p.value&&(m.phone=P)}))}),e.watch(()=>c.inputOptions.placeholder,S),e.onMounted(()=>{p.value&&(m.phone=p.value.trim()),A(),M().then(()=>{var P;!m.phone&&(P=c.inputOptions)!=null&&P.showDialCode&&m.activeCountryCode&&(m.phone=`+${m.activeCountryCode}`),d("validate",C.value)}).catch(console.error).then(()=>{m.finishMounted=!0})});function S(){m.parsedPlaceholder=c.inputOptions.placeholder}function M(){return new Promise(P=>{var I;if(((I=m.phone)==null?void 0:I[0])==="+"){P();return}if(c.defaultCountry){if(typeof c.defaultCountry=="string"){Y(c.defaultCountry),P();return}if(typeof c.defaultCountry=="number"){const $=V(c.defaultCountry);if($){Y($.iso2),P();return}}}const z=c.preferredCountries[0]||v.value[0];c.autoDefaultCountry?my().then($=>{Y($||m.activeCountryCode)}).catch($=>{console.warn($),Y(z)}).then(()=>{P()}):(Y(z),P())})}function N(P=[]){return P.map(T).filter(Boolean)}function T(P=""){return v.value.find(I=>I.iso2===no(P))}function V(P){return v.value.find(I=>Number(I.dialCode)===P)}function O(P,I){const z=m.selectedIndex===P,$=P===c.preferredCountries.length-1,U=c.preferredCountries.some(h=>no(h)===I);return{highlighted:z,"last-preferred":$,preferred:U}}function Y(P){var I,z,$;let U=P;if(typeof U=="string"&&(U=T(U)),!!U){if(((I=m.phone)==null?void 0:I[0])==="+"&&U.iso2&&C.value.nationalNumber){m.activeCountryCode=U.iso2,m.phone=((z=os(C.value.nationalNumber,U.iso2))==null?void 0:z.formatInternational())??"";return}if(($=c.inputOptions)!=null&&$.showDialCode&&U){m.phone=`+${U.dialCode}`,m.activeCountryCode=U.iso2;return}m.activeCountryCode=U.iso2,q(m.phone)}}function A(){const P=m.phone;if(c.validCharactersOnly){const I=m.phone.match(/[()\-+0-9\s]*/g);m.phone=I.join("")}if(c.customValidate&&c.customValidate instanceof RegExp){const I=m.phone.match(c.customValidate);m.phone=I.join("")}P!==m.phone&&q(m.phone)}function F(){return c.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(m.phone)?!1:c.customValidate?G():!0}function G(){return c.customValidate instanceof RegExp?c.customValidate.test(m.phone):!1}function Q(){var P;(P=u.value)==null||P.setCustomValidity(C.value.valid?"":c.invalidMsg),q(m.phone)}function q(P){p.value=P,d("on-input",P,C.value,u.value)}function ae(P){d("blur",P)}function ge(P){hy(u.value,m.phone.length),d("focus",P)}function Ce(P){d("enter",P)}function L(P){d("space",P)}function j(){var P;(P=u.value)==null||P.focus()}function W(){var P;(P=u.value)==null||P.blur()}function te(){c.disabled||c.dropdownOptions.disabled||(m.searchQuery="",m.open=!m.open)}function de(){m.open=!1}function re(P){if(P.keyCode===40){P.preventDefault(),m.open=!0,m.selectedIndex===null?m.selectedIndex=0:m.selectedIndex=Math.min(b.value.length-1,m.selectedIndex+1);const I=i.value.children[m.selectedIndex];I.focus(),I.offsetTop+I.clientHeight>i.value.scrollTop+i.value.clientHeight&&(i.value.scrollTop=I.offsetTop-i.value.clientHeight+I.clientHeight)}else if(P.keyCode===38){P.preventDefault(),m.open=!0,m.selectedIndex===null?m.selectedIndex=b.value.length-1:m.selectedIndex=Math.max(0,m.selectedIndex-1);const I=i.value.children[m.selectedIndex];I.focus(),I.offsetTop<i.value.scrollTop&&(i.value.scrollTop=I.offsetTop)}else if(P.keyCode===13)m.selectedIndex!==null&&Y(b.value[m.selectedIndex]),m.open=!m.open;else if(m.open){m.typeToFindInput+=P.key,clearTimeout(m.typeToFindTimer),m.typeToFindTimer=setTimeout(()=>{m.typeToFindInput=""},700);const I=b.value.slice(c.preferredCountries.length).findIndex(z=>to(z.name).startsWith(m.typeToFindInput));if(I>=0){m.selectedIndex=c.preferredCountries.length+I;const z=i.value.children[m.selectedIndex],$=z.offsetTop<i.value.scrollTop,U=z.offsetTop+z.clientHeight>i.value.scrollTop+i.value.clientHeight;($||U)&&(i.value.scrollTop=z.offsetTop-i.value.clientHeight/2)}}}function me(){m.selectedIndex=b.value.map(P=>P.iso2).indexOf(m.activeCountryCode),m.open=!1}function J(){window.innerHeight-o.value.getBoundingClientRect().bottom>200?m.dropdownOpenDirection="below":m.dropdownOpenDirection="above"}return r({focus:j,blur:W}),(P,I)=>{const z=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock("div",{ref_key:"refRoot",ref:o,class:e.normalizeClass(["vue-tel-input",t.styleClasses,{disabled:t.disabled}])},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":m.open,role:"button",class:e.normalizeClass(["vti__dropdown",{open:m.open,disabled:t.dropdownOptions.disabled}]),tabindex:t.dropdownOptions.tabindex,onKeydown:[re,e.withKeys(te,["space"]),e.withKeys(me,["esc"]),e.withKeys(me,["tab"])],onClick:te},[e.createElementVNode("span",$5,[t.dropdownOptions.showFlags?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["vti__flag",e.unref(to)(m.activeCountryCode)])},null,2)):e.createCommentVNode("",!0),t.dropdownOptions.showDialCodeInSelection?(e.openBlock(),e.createElementBlock("span",E5," +"+e.toDisplayString(g.value&&g.value.dialCode),1)):e.createCommentVNode("",!0),e.renderSlot(P.$slots,"arrow-icon",{open:m.open},()=>[e.createElementVNode("span",B5,e.toDisplayString(m.open?"▲":"▼"),1)])]),m.open?(e.openBlock(),e.createElementBlock("ul",{key:0,ref_key:"refList",ref:i,class:e.normalizeClass(["vti__dropdown-list",m.dropdownOpenDirection]),role:"listbox"},[t.dropdownOptions.showSearchBox?(e.openBlock(),e.createElementBlock("div",V5,[e.renderSlot(P.$slots,"search-icon"),e.withDirectives(e.createElementVNode("input",{class:e.normalizeClass(["vti__input","vti__search_box"]),"aria-label":"Search by country name or country code",placeholder:t.dropdownOptions.searchBoxPlaceholder||(b.value.length?b.value[0].name:""),type:"text","onUpdate:modelValue":I[0]||(I[0]=$=>m.searchQuery=$),onClick:I[1]||(I[1]=e.withModifiers(()=>{},["stop"]))},null,8,S5),[[e.vModelText,m.searchQuery]])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,($,U)=>(e.openBlock(),e.createElementBlock("li",{role:"option",class:e.normalizeClass(["vti__dropdown-item",O(U,$.iso2)]),key:$.iso2+($.preferred?"-preferred":""),tabindex:"-1",onClick:h=>Y($),onMousemove:h=>m.selectedIndex=U,"aria-selected":m.activeCountryCode===$.iso2&&!$.preferred},[t.dropdownOptions.showFlags?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["vti__flag",e.unref(to)($.iso2)])},null,2)):e.createCommentVNode("",!0),e.createElementVNode("strong",null,e.toDisplayString($.name),1),t.dropdownOptions.showDialCodeInList?(e.openBlock(),e.createElementBlock("span",I5," +"+e.toDisplayString($.dialCode),1)):e.createCommentVNode("",!0)],42,N5))),128))],2)):e.createCommentVNode("",!0)],42,C5)),[[z,de]]),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":I[2]||(I[2]=$=>m.phone=$),ref_key:"refInput",ref:u,type:t.inputOptions.type,autocomplete:t.inputOptions.autocomplete,autofocus:t.inputOptions.autofocus,class:e.normalizeClass(["vti__input","vti__phone",t.inputOptions.styleClasses]),disabled:t.disabled,id:t.inputOptions.id,maxlength:t.inputOptions.maxlength,name:t.inputOptions.name,placeholder:m.parsedPlaceholder,readonly:t.inputOptions.readonly,required:t.inputOptions.required,tabindex:t.inputOptions.tabindex,value:p.value,"aria-describedby":t.inputOptions["aria-describedby"],onBlur:ae,onFocus:ge,onInput:Q,onKeyup:[e.withKeys(Ce,["enter"]),e.withKeys(L,["space"])]},null,42,D5),[[e.vModelDynamic,m.phone]]),e.renderSlot(P.$slots,"icon-right")],2)}}}),M5={class:"relative z-[calc(infinity)]"},P5=["for"],T5={key:1,class:"errors"},R5={class:"mt-2 text-xs text-red-500"},A5=e.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(t,{emit:r}){const n=r,o=t,{isValid:i}=e.toRefs(o),d="euid-"+Math.random().toString(36).substr(2,9)+"-"+Date.now().toString(36),c=e.computed({set:O=>{n("update:isValid",O)},get:()=>i.value}),p=e.computed(()=>o.modelValue===0?!0:!!o.modelValue),m=e.ref(o.modelValue),v=e.computed(()=>o.modelValue);e.watch(v,O=>{m.value=O});const g=e.computed(()=>({focus:o.autoFocus,place:o.placeholder,disabled:o.disabled,required:o.required,name:o.name,length:o.length,readonly:o.readonly})),w={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:d,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..."}},b=(O,Y)=>{c.value=!!Y.valid,n("update:modelValue",Y.number)},C=e.ref(!0),S=O=>{C.value||n("update:modelValue","")};e.onUpdated(()=>{setTimeout(()=>{C.value=!1},1500)});const M=e.computed(()=>{var O,Y,A,F;return Array.isArray(o.errors)?typeof((O=o.errors)==null?void 0:O.at(0))=="object"?(A=(Y=o.errors)==null?void 0:Y.at(0))==null?void 0:A.$message:o.errors[0]:typeof o.errors=="object"?(F=o.errors)==null?void 0:F[o.name]:o.errors}),N=()=>{switch(o.iconType){case"startIcon":return o.inputFilled?"pl-12 pr-4":"normal pl-10 pr-4";case"endIcon":return o.inputFilled?"pr-12 pl-4":"normal pr-10 pl-4";default:return o.inputFilled?"px-4":"normal px-4"}},T=e.ref(null),V=()=>{var O;T.value&&((O=T.value)==null||O.focus())};return(O,Y)=>(e.openBlock(),e.createElementBlock("div",M5,[!t.inputFilled&&t.label?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",t.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},e.toDisplayString(t.label),3)):e.createCommentVNode("",!0),e.createElementVNode("button",{type:"button",class:e.normalizeClass([t.disabled?"pointer-events-none cursor-not-allowed bg-gray-50":"bg-white",t.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},[t.inputFilled?(e.openBlock(),e.createElementBlock("label",{key:0,for:`${t.name}-${e.unref(d)}`,class:e.normalizeClass([[N(),p.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",t.disabled?" cursor-not-allowed":"",t.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"])},e.toDisplayString(t.label),11,P5)):e.createCommentVNode("",!0),t.icon&&t.iconType?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["absolute inset-y-0 z-10 flex items-center pointer-events-none",[t.iconType==="startIcon"?"start-0 ps-3":"end-0 pe-3",t.disabled?"cursor-not-allowed":""]])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{class:"text-gray-400 size-6","aria-hidden":"true"}))],2)):e.createCommentVNode("",!0),e.createVNode(e.unref(O5),e.mergeProps({ref_key:"inputRef",ref:T,modelValue:m.value,"onUpdate:modelValue":Y[0]||(Y[0]=A=>m.value=A),modelModifiers:{trim:!0}},w,{class:[N()],onOnInput:b,onCountryChanged:S,onBlur:Y[1]||(Y[1]=A=>O.$emit("blur"))}),null,16,["modelValue","class"])],2),M.value?(e.openBlock(),e.createElementBlock("div",T5,[e.createElementVNode("p",R5,e.toDisplayString(M.value),1)])):e.createCommentVNode("",!0),t.tag?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(["absolute top-0 px-2 text-xs text-white rounded right-2",[{"bg-gray-400":t.tagColor==="None"},{"bg-green-400":t.tagColor==="Success"},{"bg-red-400":t.tagColor==="Error"}]])},e.toDisplayString(t.tag),3)):e.createCommentVNode("",!0)]))}}),L5={class:"relative"},F5=["placeholder","disabled","readonly","autofocus","rows","cols"],H5={key:1},U5=["placeholder","disabled","readonly","autofocus","rows","cols"],z5=e.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(t,{emit:r}){const n=t,{label:o,rows:i,cols:u,placeholder:d}=n,c=e.ref(n.modelValue);e.watch(()=>n.modelValue,g=>{c.value=g});const p=e.ref(null),m=e.computed(()=>!!c.value),v=()=>{var g;p.value&&((g=p.value)==null||g.focus())};return(g,w)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",L5,[t.inputFilled?(e.openBlock(),e.createElementBlock("button",{key:0,class:e.normalizeClass([t.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:v},[e.createElementVNode("label",{for:"text",class:e.normalizeClass([m.value?"top-2 text-xs text-gray-400 cursor-default":"top-4 text-sm text-gray-700 cursor-pointer pb-2",t.disabled?"cursor-not-allowed bg-gray-50":"bg-white",t.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"])},e.toDisplayString(e.unref(o)),3),e.withDirectives(e.createElementVNode("textarea",{ref_key:"inputRef",ref:p,class:e.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":t.errors}]),placeholder:e.unref(d),"onUpdate:modelValue":w[0]||(w[0]=b=>c.value=b),disabled:t.disabled,readonly:t.readonly,autofocus:t.autoFocus,"aria-invalid":"true",rows:e.unref(i),cols:e.unref(u),onInput:w[1]||(w[1]=b=>g.$emit("update:modelValue",c.value)),onBlur:w[2]||(w[2]=b=>g.$emit("blur"))}," ",42,F5),[[e.vModelText,c.value]])],2)):(e.openBlock(),e.createElementBlock("div",H5,[e.unref(o)?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium",t.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},e.toDisplayString(e.unref(o)),3)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("textarea",{ref_key:"inputRef",ref:p,class:e.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":t.errors}]),"onUpdate:modelValue":w[3]||(w[3]=b=>c.value=b),placeholder:e.unref(d),disabled:t.disabled,readonly:t.readonly,autofocus:t.autoFocus,"aria-invalid":"true",rows:e.unref(i),cols:e.unref(u),onInput:w[4]||(w[4]=b=>g.$emit("update:modelValue",c.value)),onBlur:w[5]||(w[5]=b=>g.$emit("blur"))}," ",42,U5),[[e.vModelText,c.value]])]))]),e.createVNode(Sr,{errors:t.errors,name:t.name},null,8,["errors","name"])],64))}});var Y5=Object.defineProperty,W5=Object.defineProperties,K5=Object.getOwnPropertyDescriptors,x0=Object.getOwnPropertySymbols,Q5=Object.prototype.hasOwnProperty,X5=Object.prototype.propertyIsEnumerable,C0=(t,r,n)=>r in t?Y5(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,wa=(t,r)=>{for(var n in r||(r={}))Q5.call(r,n)&&C0(t,n,r[n]);if(x0)for(var n of x0(r))X5.call(r,n)&&C0(t,n,r[n]);return t},$0=(t,r)=>W5(t,K5(r));const G5={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(t){this.autoscroll&&t&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var t;const r=((t=this.$refs.dropdownMenu)==null?void 0:t.children[this.typeAheadPointer])||!1;if(r){const n=this.getDropdownViewport(),{top:o,bottom:i,height:u}=r.getBoundingClientRect();if(o<n.top)return this.$refs.dropdownMenu.scrollTop=r.offsetTop;if(i>n.bottom)return this.$refs.dropdownMenu.scrollTop=r.offsetTop-(n.height-u)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},q5={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let t=0;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},open(t){t&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let t=this.typeAheadPointer-1;t>=0;t--)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadDown(){for(let t=this.typeAheadPointer+1;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadSelect(){const t=this.filteredOptions[this.typeAheadPointer];t&&this.selectable(t)&&this.select(t)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},j5={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(t){this.mutableLoading=t}},methods:{toggleLoading(t=null){return t==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=t}}},Gs=(t,r)=>{const n=t.__vccOpts||t;for(const[o,i]of r)n[o]=i;return n},_5={},J5={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},Z5=e.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),e9=[Z5];function t9(t,r){return e.openBlock(),e.createElementBlock("svg",J5,e9)}const n9=Gs(_5,[["render",t9]]),r9={},a9={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},o9=e.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),l9=[o9];function i9(t,r){return e.openBlock(),e.createElementBlock("svg",a9,l9)}const s9=Gs(r9,[["render",i9]]),E0={Deselect:n9,OpenIndicator:s9},u9={mounted(t,{instance:r}){if(r.appendToBody){const{height:n,top:o,left:i,width:u}=r.$refs.toggle.getBoundingClientRect();let d=window.scrollX||window.pageXOffset,c=window.scrollY||window.pageYOffset;t.unbindPosition=r.calculatePosition(t,r,{width:u+"px",left:d+i+"px",top:c+o+n+"px"}),document.body.appendChild(t)}},unmounted(t,{instance:r}){r.appendToBody&&(t.unbindPosition&&typeof t.unbindPosition=="function"&&t.unbindPosition(),t.parentNode&&t.parentNode.removeChild(t))}};function d9(t){const r={};return Object.keys(t).sort().forEach(n=>{r[n]=t[n]}),JSON.stringify(r)}let c9=0;function f9(){return++c9}const p9={components:wa({},E0),directives:{appendToBody:u9},mixins:[G5,q5,j5],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:t=>t},selectable:{type:Function,default:t=>!0},getOptionLabel:{type:Function,default(t){return typeof t=="object"?t.hasOwnProperty(this.label)?t[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(t)}.
7
+ https://vue-select.org/api/props.html#getoptionlabel`):t}},getOptionKey:{type:Function,default(t){if(typeof t!="object")return t;try{return t.hasOwnProperty("id")?t.id:d9(t)}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`,t,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(t,r,n){return(r||"").toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(t,r){return t.filter(n=>{let o=this.getOptionLabel(n);return typeof o=="number"&&(o=o.toString()),this.filterBy(n,o,r)})}},createOption:{type:Function,default(t){return typeof this.optionList[0]=="object"?{[this.label]:t}:t}},resetOnOptionsChange:{default:!1,validator:t=>["function","boolean"].includes(typeof t)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:t,multiple:r}){return t&&!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:(t,r)=>t},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(t,r,{width:n,top:o,left:i}){t.style.top=o,t.style.left=i,t.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:t,open:r,mutableLoading:n}){return t?!1:r&&!n}},uid:{type:[String,Number],default:()=>f9()}},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 t=this.modelValue;return this.isTrackingValues&&(t=this.$data._value),t!=null&&t!==""?[].concat(t):[]},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 t={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:t,listFooter:t,header:$0(wa({},t),{deselect:this.deselect}),footer:$0(wa({},t),{deselect:this.deselect})}},childComponents(){return wa(wa({},E0),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 t=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return t;const r=this.search.length?this.filter(t,this.search,this):t;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(t,r){const n=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(t,r,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&n()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(t){this.isTrackingValues&&this.setInternalValueFromOptions(t)}},multiple(){this.clearSelection()},open(t){this.$emit(t?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(t){Array.isArray(t)?this.$data._value=t.map(r=>this.findOptionFromReducedValue(r)):this.$data._value=this.findOptionFromReducedValue(t)},select(t){this.$emit("option:selecting",t),this.isOptionSelected(t)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(t):(this.taggable&&!this.optionExists(t)&&(this.$emit("option:created",t),this.pushTag(t)),this.multiple&&(t=this.selectedValue.concat(t)),this.updateValue(t),this.$emit("option:selected",t)),this.onAfterSelect(t)},deselect(t){this.$emit("option:deselecting",t),this.updateValue(this.selectedValue.filter(r=>!this.optionComparator(r,t))),this.$emit("option:deselected",t)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(t){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(t){typeof this.modelValue>"u"&&(this.$data._value=t),t!==null&&(Array.isArray(t)?t=t.map(r=>this.reduce(r)):t=this.reduce(t)),this.$emit("update:modelValue",t)},toggleDropdown(t){const r=t.target!==this.searchEl;r&&t.preventDefault();const n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(o=>o.contains(t.target)||o===t.target)){t.preventDefault();return}this.open&&r?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(t){return this.selectedValue.some(r=>this.optionComparator(r,t))},isOptionDeselectable(t){return this.isOptionSelected(t)&&this.deselectFromDropdown},optionComparator(t,r){return this.getOptionKey(t)===this.getOptionKey(r)},findOptionFromReducedValue(t){const r=o=>JSON.stringify(this.reduce(o))===JSON.stringify(t),n=[...this.options,...this.pushedTags].filter(r);return n.length===1?n[0]:n.find(o=>this.optionComparator(o,this.$data._value))||t},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let t=null;this.multiple&&(t=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(t)}},optionExists(t){return this.optionList.some(r=>this.optionComparator(r,t))},normalizeOptionForSlot(t){return typeof t=="object"?t:{[this.label]:t}},pushTag(t){this.pushedTags.push(t)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:t,multiple:r}=this;this.clearSearchOnBlur({clearSearchOnSelect:t,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(t){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 o=this.mapKeydown(n,this);if(typeof o[t.keyCode]=="function")return o[t.keyCode](t)}}},m9=["dir"],h9=["id","aria-expanded","aria-owns"],v9={ref:"selectedOptions",class:"vs__selected-options"},g9=["disabled","title","aria-label","onClick"],y9={ref:"actions",class:"vs__actions"},w9=["disabled"],b9={class:"vs__spinner"},k9=["id"],x9=["id","aria-selected","onMouseover","onClick"],C9={key:0,class:"vs__no-options"},$9=e.createTextVNode(" Sorry, no matching options. "),E9=["id"];function B9(t,r,n,o,i,u){const d=e.resolveDirective("append-to-body");return e.openBlock(),e.createElementBlock("div",{dir:n.dir,class:e.normalizeClass(["v-select",u.stateClasses])},[e.renderSlot(t.$slots,"header",e.normalizeProps(e.guardReactiveProps(u.scope.header))),e.createElementVNode("div",{id:`vs${n.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":u.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":"Search for option",onMousedown:r[1]||(r[1]=c=>u.toggleDropdown(c))},[e.createElementVNode("div",v9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.selectedValue,(c,p)=>e.renderSlot(t.$slots,"selected-option-container",{option:u.normalizeOptionForSlot(c),deselect:u.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(e.openBlock(),e.createElementBlock("span",{key:n.getOptionKey(c),class:"vs__selected"},[e.renderSlot(t.$slots,"selected-option",e.normalizeProps(e.guardReactiveProps(u.normalizeOptionForSlot(c))),()=>[e.createTextVNode(e.toDisplayString(n.getOptionLabel(c)),1)]),n.multiple?(e.openBlock(),e.createElementBlock("button",{key:0,ref_for:!0,ref:m=>i.deselectButtons[p]=m,disabled:n.disabled,type:"button",class:"vs__deselect",title:`Deselect ${n.getOptionLabel(c)}`,"aria-label":`Deselect ${n.getOptionLabel(c)}`,onClick:m=>u.deselect(c)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(u.childComponents.Deselect)))],8,g9)):e.createCommentVNode("",!0)]))])),256)),e.renderSlot(t.$slots,"search",e.normalizeProps(e.guardReactiveProps(u.scope.search)),()=>[e.createElementVNode("input",e.mergeProps({class:"vs__search"},u.scope.search.attributes,e.toHandlers(u.scope.search.events)),null,16)])],512),e.createElementVNode("div",y9,[e.withDirectives(e.createElementVNode("button",{ref:"clearButton",disabled:n.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:r[0]||(r[0]=(...c)=>u.clearSelection&&u.clearSelection(...c))},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(u.childComponents.Deselect)))],8,w9),[[e.vShow,u.showClearButton]]),e.renderSlot(t.$slots,"open-indicator",e.normalizeProps(e.guardReactiveProps(u.scope.openIndicator)),()=>[n.noDrop?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(u.childComponents.OpenIndicator),e.normalizeProps(e.mergeProps({key:0},u.scope.openIndicator.attributes)),null,16))]),e.renderSlot(t.$slots,"spinner",e.normalizeProps(e.guardReactiveProps(u.scope.spinner)),()=>[e.withDirectives(e.createElementVNode("div",b9,"Loading...",512),[[e.vShow,t.mutableLoading]])])],512)],40,h9),e.createVNode(e.Transition,{name:n.transition},{default:e.withCtx(()=>[u.dropdownOpen?e.withDirectives((e.openBlock(),e.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]=e.withModifiers((...c)=>u.onMousedown&&u.onMousedown(...c),["prevent"])),onMouseup:r[3]||(r[3]=(...c)=>u.onMouseUp&&u.onMouseUp(...c))},[e.renderSlot(t.$slots,"list-header",e.normalizeProps(e.guardReactiveProps(u.scope.listHeader))),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.filteredOptions,(c,p)=>(e.openBlock(),e.createElementBlock("li",{id:`vs${n.uid}__option-${p}`,key:n.getOptionKey(c),role:"option",class:e.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":u.isOptionDeselectable(c)&&p===t.typeAheadPointer,"vs__dropdown-option--selected":u.isOptionSelected(c),"vs__dropdown-option--highlight":p===t.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(c)}]),"aria-selected":p===t.typeAheadPointer?!0:null,onMouseover:m=>n.selectable(c)?t.typeAheadPointer=p:null,onClick:e.withModifiers(m=>n.selectable(c)?u.select(c):null,["prevent","stop"])},[e.renderSlot(t.$slots,"option",e.normalizeProps(e.guardReactiveProps(u.normalizeOptionForSlot(c))),()=>[e.createTextVNode(e.toDisplayString(n.getOptionLabel(c)),1)])],42,x9))),128)),u.filteredOptions.length===0?(e.openBlock(),e.createElementBlock("li",C9,[e.renderSlot(t.$slots,"no-options",e.normalizeProps(e.guardReactiveProps(u.scope.noOptions)),()=>[$9])])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"list-footer",e.normalizeProps(e.guardReactiveProps(u.scope.listFooter)))],40,k9)),[[d]]):(e.openBlock(),e.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,E9))]),_:3},8,["name"]),e.renderSlot(t.$slots,"footer",e.normalizeProps(e.guardReactiveProps(u.scope.footer)))],10,m9)}const p1=Gs(p9,[["render",B9]]);var jt="top",kn="bottom",xn="right",_t="left",qs="auto",xo=[jt,kn,xn,_t],Ea="start",vo="end",V9="clippingParents",m1="viewport",ro="popper",S9="reference",B0=xo.reduce(function(t,r){return t.concat([r+"-"+Ea,r+"-"+vo])},[]),h1=[].concat(xo,[qs]).reduce(function(t,r){return t.concat([r,r+"-"+Ea,r+"-"+vo])},[]),N9="beforeRead",I9="read",D9="afterRead",O9="beforeMain",M9="main",P9="afterMain",T9="beforeWrite",R9="write",A9="afterWrite",L9=[N9,I9,D9,O9,M9,P9,T9,R9,A9];function Kn(t){return t?(t.nodeName||"").toLowerCase():null}function un(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var r=t.ownerDocument;return r&&r.defaultView||window}return t}function ta(t){var r=un(t).Element;return t instanceof r||t instanceof Element}function bn(t){var r=un(t).HTMLElement;return t instanceof r||t instanceof HTMLElement}function js(t){if(typeof ShadowRoot>"u")return!1;var r=un(t).ShadowRoot;return t instanceof r||t instanceof ShadowRoot}function F9(t){var r=t.state;Object.keys(r.elements).forEach(function(n){var o=r.styles[n]||{},i=r.attributes[n]||{},u=r.elements[n];!bn(u)||!Kn(u)||(Object.assign(u.style,o),Object.keys(i).forEach(function(d){var c=i[d];c===!1?u.removeAttribute(d):u.setAttribute(d,c===!0?"":c)}))})}function H9(t){var r=t.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(o){var i=r.elements[o],u=r.attributes[o]||{},d=Object.keys(r.styles.hasOwnProperty(o)?r.styles[o]:n[o]),c=d.reduce(function(p,m){return p[m]="",p},{});!bn(i)||!Kn(i)||(Object.assign(i.style,c),Object.keys(u).forEach(function(p){i.removeAttribute(p)}))})}}const U9={name:"applyStyles",enabled:!0,phase:"write",fn:F9,effect:H9,requires:["computeStyles"]};function zn(t){return t.split("-")[0]}var Jr=Math.max,Sl=Math.min,Ba=Math.round;function Bs(){var t=navigator.userAgentData;return t!=null&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(r){return r.brand+"/"+r.version}).join(" "):navigator.userAgent}function v1(){return!/^((?!chrome|android).)*safari/i.test(Bs())}function Va(t,r,n){r===void 0&&(r=!1),n===void 0&&(n=!1);var o=t.getBoundingClientRect(),i=1,u=1;r&&bn(t)&&(i=t.offsetWidth>0&&Ba(o.width)/t.offsetWidth||1,u=t.offsetHeight>0&&Ba(o.height)/t.offsetHeight||1);var d=ta(t)?un(t):window,c=d.visualViewport,p=!v1()&&n,m=(o.left+(p&&c?c.offsetLeft:0))/i,v=(o.top+(p&&c?c.offsetTop:0))/u,g=o.width/i,w=o.height/u;return{width:g,height:w,top:v,right:m+g,bottom:v+w,left:m,x:m,y:v}}function _s(t){var r=Va(t),n=t.offsetWidth,o=t.offsetHeight;return Math.abs(r.width-n)<=1&&(n=r.width),Math.abs(r.height-o)<=1&&(o=r.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:o}}function g1(t,r){var n=r.getRootNode&&r.getRootNode();if(t.contains(r))return!0;if(n&&js(n)){var o=r;do{if(o&&t.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function lr(t){return un(t).getComputedStyle(t)}function z9(t){return["table","td","th"].indexOf(Kn(t))>=0}function Nr(t){return((ta(t)?t.ownerDocument:t.document)||window.document).documentElement}function Rl(t){return Kn(t)==="html"?t:t.assignedSlot||t.parentNode||(js(t)?t.host:null)||Nr(t)}function V0(t){return!bn(t)||lr(t).position==="fixed"?null:t.offsetParent}function Y9(t){var r=/firefox/i.test(Bs()),n=/Trident/i.test(Bs());if(n&&bn(t)){var o=lr(t);if(o.position==="fixed")return null}var i=Rl(t);for(js(i)&&(i=i.host);bn(i)&&["html","body"].indexOf(Kn(i))<0;){var u=lr(i);if(u.transform!=="none"||u.perspective!=="none"||u.contain==="paint"||["transform","perspective"].indexOf(u.willChange)!==-1||r&&u.willChange==="filter"||r&&u.filter&&u.filter!=="none")return i;i=i.parentNode}return null}function Co(t){for(var r=un(t),n=V0(t);n&&z9(n)&&lr(n).position==="static";)n=V0(n);return n&&(Kn(n)==="html"||Kn(n)==="body"&&lr(n).position==="static")?r:n||Y9(t)||r}function Js(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function uo(t,r,n){return Jr(t,Sl(r,n))}function W9(t,r,n){var o=uo(t,r,n);return o>n?n:o}function y1(){return{top:0,right:0,bottom:0,left:0}}function w1(t){return Object.assign({},y1(),t)}function b1(t,r){return r.reduce(function(n,o){return n[o]=t,n},{})}var K9=function(r,n){return r=typeof r=="function"?r(Object.assign({},n.rects,{placement:n.placement})):r,w1(typeof r!="number"?r:b1(r,xo))};function Q9(t){var r,n=t.state,o=t.name,i=t.options,u=n.elements.arrow,d=n.modifiersData.popperOffsets,c=zn(n.placement),p=Js(c),m=[_t,xn].indexOf(c)>=0,v=m?"height":"width";if(!(!u||!d)){var g=K9(i.padding,n),w=_s(u),b=p==="y"?jt:_t,C=p==="y"?kn:xn,S=n.rects.reference[v]+n.rects.reference[p]-d[p]-n.rects.popper[v],M=d[p]-n.rects.reference[p],N=Co(u),T=N?p==="y"?N.clientHeight||0:N.clientWidth||0:0,V=S/2-M/2,O=g[b],Y=T-w[v]-g[C],A=T/2-w[v]/2+V,F=uo(O,A,Y),G=p;n.modifiersData[o]=(r={},r[G]=F,r.centerOffset=F-A,r)}}function X9(t){var r=t.state,n=t.options,o=n.element,i=o===void 0?"[data-popper-arrow]":o;i!=null&&(typeof i=="string"&&(i=r.elements.popper.querySelector(i),!i)||g1(r.elements.popper,i)&&(r.elements.arrow=i))}const G9={name:"arrow",enabled:!0,phase:"main",fn:Q9,effect:X9,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Sa(t){return t.split("-")[1]}var q9={top:"auto",right:"auto",bottom:"auto",left:"auto"};function j9(t,r){var n=t.x,o=t.y,i=r.devicePixelRatio||1;return{x:Ba(n*i)/i||0,y:Ba(o*i)/i||0}}function S0(t){var r,n=t.popper,o=t.popperRect,i=t.placement,u=t.variation,d=t.offsets,c=t.position,p=t.gpuAcceleration,m=t.adaptive,v=t.roundOffsets,g=t.isFixed,w=d.x,b=w===void 0?0:w,C=d.y,S=C===void 0?0:C,M=typeof v=="function"?v({x:b,y:S}):{x:b,y:S};b=M.x,S=M.y;var N=d.hasOwnProperty("x"),T=d.hasOwnProperty("y"),V=_t,O=jt,Y=window;if(m){var A=Co(n),F="clientHeight",G="clientWidth";if(A===un(n)&&(A=Nr(n),lr(A).position!=="static"&&c==="absolute"&&(F="scrollHeight",G="scrollWidth")),A=A,i===jt||(i===_t||i===xn)&&u===vo){O=kn;var Q=g&&A===Y&&Y.visualViewport?Y.visualViewport.height:A[F];S-=Q-o.height,S*=p?1:-1}if(i===_t||(i===jt||i===kn)&&u===vo){V=xn;var q=g&&A===Y&&Y.visualViewport?Y.visualViewport.width:A[G];b-=q-o.width,b*=p?1:-1}}var ae=Object.assign({position:c},m&&q9),ge=v===!0?j9({x:b,y:S},un(n)):{x:b,y:S};if(b=ge.x,S=ge.y,p){var Ce;return Object.assign({},ae,(Ce={},Ce[O]=T?"0":"",Ce[V]=N?"0":"",Ce.transform=(Y.devicePixelRatio||1)<=1?"translate("+b+"px, "+S+"px)":"translate3d("+b+"px, "+S+"px, 0)",Ce))}return Object.assign({},ae,(r={},r[O]=T?S+"px":"",r[V]=N?b+"px":"",r.transform="",r))}function _9(t){var r=t.state,n=t.options,o=n.gpuAcceleration,i=o===void 0?!0:o,u=n.adaptive,d=u===void 0?!0:u,c=n.roundOffsets,p=c===void 0?!0:c,m={placement:zn(r.placement),variation:Sa(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,S0(Object.assign({},m,{offsets:r.modifiersData.popperOffsets,position:r.options.strategy,adaptive:d,roundOffsets:p})))),r.modifiersData.arrow!=null&&(r.styles.arrow=Object.assign({},r.styles.arrow,S0(Object.assign({},m,{offsets:r.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:p})))),r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-placement":r.placement})}const J9={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:_9,data:{}};var gl={passive:!0};function Z9(t){var r=t.state,n=t.instance,o=t.options,i=o.scroll,u=i===void 0?!0:i,d=o.resize,c=d===void 0?!0:d,p=un(r.elements.popper),m=[].concat(r.scrollParents.reference,r.scrollParents.popper);return u&&m.forEach(function(v){v.addEventListener("scroll",n.update,gl)}),c&&p.addEventListener("resize",n.update,gl),function(){u&&m.forEach(function(v){v.removeEventListener("scroll",n.update,gl)}),c&&p.removeEventListener("resize",n.update,gl)}}const e6={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Z9,data:{}};var t6={left:"right",right:"left",bottom:"top",top:"bottom"};function Cl(t){return t.replace(/left|right|bottom|top/g,function(r){return t6[r]})}var n6={start:"end",end:"start"};function N0(t){return t.replace(/start|end/g,function(r){return n6[r]})}function Zs(t){var r=un(t),n=r.pageXOffset,o=r.pageYOffset;return{scrollLeft:n,scrollTop:o}}function eu(t){return Va(Nr(t)).left+Zs(t).scrollLeft}function r6(t,r){var n=un(t),o=Nr(t),i=n.visualViewport,u=o.clientWidth,d=o.clientHeight,c=0,p=0;if(i){u=i.width,d=i.height;var m=v1();(m||!m&&r==="fixed")&&(c=i.offsetLeft,p=i.offsetTop)}return{width:u,height:d,x:c+eu(t),y:p}}function a6(t){var r,n=Nr(t),o=Zs(t),i=(r=t.ownerDocument)==null?void 0:r.body,u=Jr(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),d=Jr(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),c=-o.scrollLeft+eu(t),p=-o.scrollTop;return lr(i||n).direction==="rtl"&&(c+=Jr(n.clientWidth,i?i.clientWidth:0)-u),{width:u,height:d,x:c,y:p}}function tu(t){var r=lr(t),n=r.overflow,o=r.overflowX,i=r.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+o)}function k1(t){return["html","body","#document"].indexOf(Kn(t))>=0?t.ownerDocument.body:bn(t)&&tu(t)?t:k1(Rl(t))}function co(t,r){var n;r===void 0&&(r=[]);var o=k1(t),i=o===((n=t.ownerDocument)==null?void 0:n.body),u=un(o),d=i?[u].concat(u.visualViewport||[],tu(o)?o:[]):o,c=r.concat(d);return i?c:c.concat(co(Rl(d)))}function Vs(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function o6(t,r){var n=Va(t,!1,r==="fixed");return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}function I0(t,r,n){return r===m1?Vs(r6(t,n)):ta(r)?o6(r,n):Vs(a6(Nr(t)))}function l6(t){var r=co(Rl(t)),n=["absolute","fixed"].indexOf(lr(t).position)>=0,o=n&&bn(t)?Co(t):t;return ta(o)?r.filter(function(i){return ta(i)&&g1(i,o)&&Kn(i)!=="body"}):[]}function i6(t,r,n,o){var i=r==="clippingParents"?l6(t):[].concat(r),u=[].concat(i,[n]),d=u[0],c=u.reduce(function(p,m){var v=I0(t,m,o);return p.top=Jr(v.top,p.top),p.right=Sl(v.right,p.right),p.bottom=Sl(v.bottom,p.bottom),p.left=Jr(v.left,p.left),p},I0(t,d,o));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function x1(t){var r=t.reference,n=t.element,o=t.placement,i=o?zn(o):null,u=o?Sa(o):null,d=r.x+r.width/2-n.width/2,c=r.y+r.height/2-n.height/2,p;switch(i){case jt:p={x:d,y:r.y-n.height};break;case kn:p={x:d,y:r.y+r.height};break;case xn:p={x:r.x+r.width,y:c};break;case _t:p={x:r.x-n.width,y:c};break;default:p={x:r.x,y:r.y}}var m=i?Js(i):null;if(m!=null){var v=m==="y"?"height":"width";switch(u){case Ea:p[m]=p[m]-(r[v]/2-n[v]/2);break;case vo:p[m]=p[m]+(r[v]/2-n[v]/2);break}}return p}function go(t,r){r===void 0&&(r={});var n=r,o=n.placement,i=o===void 0?t.placement:o,u=n.strategy,d=u===void 0?t.strategy:u,c=n.boundary,p=c===void 0?V9:c,m=n.rootBoundary,v=m===void 0?m1:m,g=n.elementContext,w=g===void 0?ro:g,b=n.altBoundary,C=b===void 0?!1:b,S=n.padding,M=S===void 0?0:S,N=w1(typeof M!="number"?M:b1(M,xo)),T=w===ro?S9:ro,V=t.rects.popper,O=t.elements[C?T:w],Y=i6(ta(O)?O:O.contextElement||Nr(t.elements.popper),p,v,d),A=Va(t.elements.reference),F=x1({reference:A,element:V,placement:i}),G=Vs(Object.assign({},V,F)),Q=w===ro?G:A,q={top:Y.top-Q.top+N.top,bottom:Q.bottom-Y.bottom+N.bottom,left:Y.left-Q.left+N.left,right:Q.right-Y.right+N.right},ae=t.modifiersData.offset;if(w===ro&&ae){var ge=ae[i];Object.keys(q).forEach(function(Ce){var L=[xn,kn].indexOf(Ce)>=0?1:-1,j=[jt,kn].indexOf(Ce)>=0?"y":"x";q[Ce]+=ge[j]*L})}return q}function s6(t,r){r===void 0&&(r={});var n=r,o=n.placement,i=n.boundary,u=n.rootBoundary,d=n.padding,c=n.flipVariations,p=n.allowedAutoPlacements,m=p===void 0?h1:p,v=Sa(o),g=v?c?B0:B0.filter(function(C){return Sa(C)===v}):xo,w=g.filter(function(C){return m.indexOf(C)>=0});w.length===0&&(w=g);var b=w.reduce(function(C,S){return C[S]=go(t,{placement:S,boundary:i,rootBoundary:u,padding:d})[zn(S)],C},{});return Object.keys(b).sort(function(C,S){return b[C]-b[S]})}function u6(t){if(zn(t)===qs)return[];var r=Cl(t);return[N0(t),r,N0(r)]}function d6(t){var r=t.state,n=t.options,o=t.name;if(!r.modifiersData[o]._skip){for(var i=n.mainAxis,u=i===void 0?!0:i,d=n.altAxis,c=d===void 0?!0:d,p=n.fallbackPlacements,m=n.padding,v=n.boundary,g=n.rootBoundary,w=n.altBoundary,b=n.flipVariations,C=b===void 0?!0:b,S=n.allowedAutoPlacements,M=r.options.placement,N=zn(M),T=N===M,V=p||(T||!C?[Cl(M)]:u6(M)),O=[M].concat(V).reduce(function(z,$){return z.concat(zn($)===qs?s6(r,{placement:$,boundary:v,rootBoundary:g,padding:m,flipVariations:C,allowedAutoPlacements:S}):$)},[]),Y=r.rects.reference,A=r.rects.popper,F=new Map,G=!0,Q=O[0],q=0;q<O.length;q++){var ae=O[q],ge=zn(ae),Ce=Sa(ae)===Ea,L=[jt,kn].indexOf(ge)>=0,j=L?"width":"height",W=go(r,{placement:ae,boundary:v,rootBoundary:g,altBoundary:w,padding:m}),te=L?Ce?xn:_t:Ce?kn:jt;Y[j]>A[j]&&(te=Cl(te));var de=Cl(te),re=[];if(u&&re.push(W[ge]<=0),c&&re.push(W[te]<=0,W[de]<=0),re.every(function(z){return z})){Q=ae,G=!1;break}F.set(ae,re)}if(G)for(var me=C?3:1,J=function($){var U=O.find(function(h){var E=F.get(h);if(E)return E.slice(0,$).every(function(H){return H})});if(U)return Q=U,"break"},P=me;P>0;P--){var I=J(P);if(I==="break")break}r.placement!==Q&&(r.modifiersData[o]._skip=!0,r.placement=Q,r.reset=!0)}}const c6={name:"flip",enabled:!0,phase:"main",fn:d6,requiresIfExists:["offset"],data:{_skip:!1}};function D0(t,r,n){return n===void 0&&(n={x:0,y:0}),{top:t.top-r.height-n.y,right:t.right-r.width+n.x,bottom:t.bottom-r.height+n.y,left:t.left-r.width-n.x}}function O0(t){return[jt,xn,kn,_t].some(function(r){return t[r]>=0})}function f6(t){var r=t.state,n=t.name,o=r.rects.reference,i=r.rects.popper,u=r.modifiersData.preventOverflow,d=go(r,{elementContext:"reference"}),c=go(r,{altBoundary:!0}),p=D0(d,o),m=D0(c,i,u),v=O0(p),g=O0(m);r.modifiersData[n]={referenceClippingOffsets:p,popperEscapeOffsets:m,isReferenceHidden:v,hasPopperEscaped:g},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":v,"data-popper-escaped":g})}const p6={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:f6};function m6(t,r,n){var o=zn(t),i=[_t,jt].indexOf(o)>=0?-1:1,u=typeof n=="function"?n(Object.assign({},r,{placement:t})):n,d=u[0],c=u[1];return d=d||0,c=(c||0)*i,[_t,xn].indexOf(o)>=0?{x:c,y:d}:{x:d,y:c}}function h6(t){var r=t.state,n=t.options,o=t.name,i=n.offset,u=i===void 0?[0,0]:i,d=h1.reduce(function(v,g){return v[g]=m6(g,r.rects,u),v},{}),c=d[r.placement],p=c.x,m=c.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=p,r.modifiersData.popperOffsets.y+=m),r.modifiersData[o]=d}const v6={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:h6};function g6(t){var r=t.state,n=t.name;r.modifiersData[n]=x1({reference:r.rects.reference,element:r.rects.popper,placement:r.placement})}const y6={name:"popperOffsets",enabled:!0,phase:"read",fn:g6,data:{}};function w6(t){return t==="x"?"y":"x"}function b6(t){var r=t.state,n=t.options,o=t.name,i=n.mainAxis,u=i===void 0?!0:i,d=n.altAxis,c=d===void 0?!1:d,p=n.boundary,m=n.rootBoundary,v=n.altBoundary,g=n.padding,w=n.tether,b=w===void 0?!0:w,C=n.tetherOffset,S=C===void 0?0:C,M=go(r,{boundary:p,rootBoundary:m,padding:g,altBoundary:v}),N=zn(r.placement),T=Sa(r.placement),V=!T,O=Js(N),Y=w6(O),A=r.modifiersData.popperOffsets,F=r.rects.reference,G=r.rects.popper,Q=typeof S=="function"?S(Object.assign({},r.rects,{placement:r.placement})):S,q=typeof Q=="number"?{mainAxis:Q,altAxis:Q}:Object.assign({mainAxis:0,altAxis:0},Q),ae=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,ge={x:0,y:0};if(A){if(u){var Ce,L=O==="y"?jt:_t,j=O==="y"?kn:xn,W=O==="y"?"height":"width",te=A[O],de=te+M[L],re=te-M[j],me=b?-G[W]/2:0,J=T===Ea?F[W]:G[W],P=T===Ea?-G[W]:-F[W],I=r.elements.arrow,z=b&&I?_s(I):{width:0,height:0},$=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:y1(),U=$[L],h=$[j],E=uo(0,F[W],z[W]),H=V?F[W]/2-me-E-U-q.mainAxis:J-E-U-q.mainAxis,ce=V?-F[W]/2+me+E+h+q.mainAxis:P+E+h+q.mainAxis,Z=r.elements.arrow&&Co(r.elements.arrow),Oe=Z?O==="y"?Z.clientTop||0:Z.clientLeft||0:0,se=(Ce=ae==null?void 0:ae[O])!=null?Ce:0,ve=te+H-se-Oe,B=te+ce-se,we=uo(b?Sl(de,ve):de,te,b?Jr(re,B):re);A[O]=we,ge[O]=we-te}if(c){var ye,be=O==="x"?jt:_t,ze=O==="x"?kn:xn,Me=A[Y],_=Y==="y"?"height":"width",fe=Me+M[be],Ve=Me-M[ze],st=[jt,_t].indexOf(N)!==-1,Et=(ye=ae==null?void 0:ae[Y])!=null?ye:0,Ie=st?fe:Me-F[_]-G[_]-Et+q.altAxis,Nt=st?Me+F[_]+G[_]-Et-q.altAxis:Ve,Ze=b&&st?W9(Ie,Me,Nt):uo(b?Ie:fe,Me,b?Nt:Ve);A[Y]=Ze,ge[Y]=Ze-Me}r.modifiersData[o]=ge}}const k6={name:"preventOverflow",enabled:!0,phase:"main",fn:b6,requiresIfExists:["offset"]};function x6(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function C6(t){return t===un(t)||!bn(t)?Zs(t):x6(t)}function $6(t){var r=t.getBoundingClientRect(),n=Ba(r.width)/t.offsetWidth||1,o=Ba(r.height)/t.offsetHeight||1;return n!==1||o!==1}function E6(t,r,n){n===void 0&&(n=!1);var o=bn(r),i=bn(r)&&$6(r),u=Nr(r),d=Va(t,i,n),c={scrollLeft:0,scrollTop:0},p={x:0,y:0};return(o||!o&&!n)&&((Kn(r)!=="body"||tu(u))&&(c=C6(r)),bn(r)?(p=Va(r,!0),p.x+=r.clientLeft,p.y+=r.clientTop):u&&(p.x=eu(u))),{x:d.left+c.scrollLeft-p.x,y:d.top+c.scrollTop-p.y,width:d.width,height:d.height}}function B6(t){var r=new Map,n=new Set,o=[];t.forEach(function(u){r.set(u.name,u)});function i(u){n.add(u.name);var d=[].concat(u.requires||[],u.requiresIfExists||[]);d.forEach(function(c){if(!n.has(c)){var p=r.get(c);p&&i(p)}}),o.push(u)}return t.forEach(function(u){n.has(u.name)||i(u)}),o}function V6(t){var r=B6(t);return L9.reduce(function(n,o){return n.concat(r.filter(function(i){return i.phase===o}))},[])}function S6(t){var r;return function(){return r||(r=new Promise(function(n){Promise.resolve().then(function(){r=void 0,n(t())})})),r}}function N6(t){var r=t.reduce(function(n,o){var i=n[o.name];return n[o.name]=i?Object.assign({},i,o,{options:Object.assign({},i.options,o.options),data:Object.assign({},i.data,o.data)}):o,n},{});return Object.keys(r).map(function(n){return r[n]})}var M0={placement:"bottom",modifiers:[],strategy:"absolute"};function P0(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return!r.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function I6(t){t===void 0&&(t={});var r=t,n=r.defaultModifiers,o=n===void 0?[]:n,i=r.defaultOptions,u=i===void 0?M0:i;return function(c,p,m){m===void 0&&(m=u);var v={placement:"bottom",orderedModifiers:[],options:Object.assign({},M0,u),modifiersData:{},elements:{reference:c,popper:p},attributes:{},styles:{}},g=[],w=!1,b={state:v,setOptions:function(N){var T=typeof N=="function"?N(v.options):N;S(),v.options=Object.assign({},u,v.options,T),v.scrollParents={reference:ta(c)?co(c):c.contextElement?co(c.contextElement):[],popper:co(p)};var V=V6(N6([].concat(o,v.options.modifiers)));return v.orderedModifiers=V.filter(function(O){return O.enabled}),C(),b.update()},forceUpdate:function(){if(!w){var N=v.elements,T=N.reference,V=N.popper;if(P0(T,V)){v.rects={reference:E6(T,Co(V),v.options.strategy==="fixed"),popper:_s(V)},v.reset=!1,v.placement=v.options.placement,v.orderedModifiers.forEach(function(q){return v.modifiersData[q.name]=Object.assign({},q.data)});for(var O=0;O<v.orderedModifiers.length;O++){if(v.reset===!0){v.reset=!1,O=-1;continue}var Y=v.orderedModifiers[O],A=Y.fn,F=Y.options,G=F===void 0?{}:F,Q=Y.name;typeof A=="function"&&(v=A({state:v,options:G,name:Q,instance:b})||v)}}}},update:S6(function(){return new Promise(function(M){b.forceUpdate(),M(v)})}),destroy:function(){S(),w=!0}};if(!P0(c,p))return b;b.setOptions(m).then(function(M){!w&&m.onFirstUpdate&&m.onFirstUpdate(M)});function C(){v.orderedModifiers.forEach(function(M){var N=M.name,T=M.options,V=T===void 0?{}:T,O=M.effect;if(typeof O=="function"){var Y=O({state:v,name:N,instance:b,options:V}),A=function(){};g.push(Y||A)}})}function S(){g.forEach(function(M){return M()}),g=[]}return b}}var D6=[e6,y6,J9,U9,v6,c6,k6,G9,p6],Al=I6({defaultModifiers:D6});function ir(t){return Array.isArray?Array.isArray(t):E1(t)==="[object Array]"}const O6=1/0;function M6(t){if(typeof t=="string")return t;let r=t+"";return r=="0"&&1/t==-O6?"-0":r}function P6(t){return t==null?"":M6(t)}function Hn(t){return typeof t=="string"}function C1(t){return typeof t=="number"}function T6(t){return t===!0||t===!1||R6(t)&&E1(t)=="[object Boolean]"}function $1(t){return typeof t=="object"}function R6(t){return $1(t)&&t!==null}function ln(t){return t!=null}function ls(t){return!t.trim().length}function E1(t){return t==null?t===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const A6="Incorrect 'index' type",L6=t=>`Invalid value for key ${t}`,F6=t=>`Pattern length exceeds max of ${t}.`,H6=t=>`Missing ${t} property in key`,U6=t=>`Property 'weight' in key '${t}' must be a positive integer`,T0=Object.prototype.hasOwnProperty;class z6{constructor(r){this._keys=[],this._keyMap={};let n=0;r.forEach(o=>{let i=B1(o);n+=i.weight,this._keys.push(i),this._keyMap[i.id]=i,n+=i.weight}),this._keys.forEach(o=>{o.weight/=n})}get(r){return this._keyMap[r]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function B1(t){let r=null,n=null,o=null,i=1,u=null;if(Hn(t)||ir(t))o=t,r=R0(t),n=Ss(t);else{if(!T0.call(t,"name"))throw new Error(H6("name"));const d=t.name;if(o=d,T0.call(t,"weight")&&(i=t.weight,i<=0))throw new Error(U6(d));r=R0(d),n=Ss(d),u=t.getFn}return{path:r,id:n,weight:i,src:o,getFn:u}}function R0(t){return ir(t)?t:t.split(".")}function Ss(t){return ir(t)?t.join("."):t}function Y6(t,r){let n=[],o=!1;const i=(u,d,c)=>{if(ln(u))if(!d[c])n.push(u);else{let p=d[c];const m=u[p];if(!ln(m))return;if(c===d.length-1&&(Hn(m)||C1(m)||T6(m)))n.push(P6(m));else if(ir(m)){o=!0;for(let v=0,g=m.length;v<g;v+=1)i(m[v],d,c+1)}else d.length&&i(m,d,c+1)}};return i(t,Hn(r)?r.split("."):r,0),o?n:n[0]}const W6={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},K6={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(t,r)=>t.score===r.score?t.idx<r.idx?-1:1:t.score<r.score?-1:1},Q6={location:0,threshold:.6,distance:100},X6={useExtendedSearch:!1,getFn:Y6,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};var Fe={...K6,...W6,...Q6,...X6};const G6=/[^ ]+/g;function q6(t=1,r=3){const n=new Map,o=Math.pow(10,r);return{get(i){const u=i.match(G6).length;if(n.has(u))return n.get(u);const d=1/Math.pow(u,.5*t),c=parseFloat(Math.round(d*o)/o);return n.set(u,c),c},clear(){n.clear()}}}class nu{constructor({getFn:r=Fe.getFn,fieldNormWeight:n=Fe.fieldNormWeight}={}){this.norm=q6(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,o)=>{this._keysMap[n.id]=o})}create(){this.isCreated||!this.docs.length||(this.isCreated=!0,Hn(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();Hn(r)?this._addString(r,n):this._addObject(r,n)}removeAt(r){this.records.splice(r,1);for(let n=r,o=this.size();n<o;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)||ls(r))return;let o={v:r,i:n,n:this.norm.get(r)};this.records.push(o)}_addObject(r,n){let o={i:n,$:{}};this.keys.forEach((i,u)=>{let d=i.getFn?i.getFn(r):this.getFn(r,i.path);if(ln(d)){if(ir(d)){let c=[];const p=[{nestedArrIndex:-1,value:d}];for(;p.length;){const{nestedArrIndex:m,value:v}=p.pop();if(ln(v))if(Hn(v)&&!ls(v)){let g={v,i:m,n:this.norm.get(v)};c.push(g)}else ir(v)&&v.forEach((g,w)=>{p.push({nestedArrIndex:w,value:g})})}o.$[u]=c}else if(Hn(d)&&!ls(d)){let c={v:d,n:this.norm.get(d)};o.$[u]=c}}}),this.records.push(o)}toJSON(){return{keys:this.keys,records:this.records}}}function V1(t,r,{getFn:n=Fe.getFn,fieldNormWeight:o=Fe.fieldNormWeight}={}){const i=new nu({getFn:n,fieldNormWeight:o});return i.setKeys(t.map(B1)),i.setSources(r),i.create(),i}function j6(t,{getFn:r=Fe.getFn,fieldNormWeight:n=Fe.fieldNormWeight}={}){const{keys:o,records:i}=t,u=new nu({getFn:r,fieldNormWeight:n});return u.setKeys(o),u.setIndexRecords(i),u}function yl(t,{errors:r=0,currentLocation:n=0,expectedLocation:o=0,distance:i=Fe.distance,ignoreLocation:u=Fe.ignoreLocation}={}){const d=r/t.length;if(u)return d;const c=Math.abs(o-n);return i?d+c/i:c?1:d}function _6(t=[],r=Fe.minMatchCharLength){let n=[],o=-1,i=-1,u=0;for(let d=t.length;u<d;u+=1){let c=t[u];c&&o===-1?o=u:!c&&o!==-1&&(i=u-1,i-o+1>=r&&n.push([o,i]),o=-1)}return t[u-1]&&u-o>=r&&n.push([o,u-1]),n}const jr=32;function J6(t,r,n,{location:o=Fe.location,distance:i=Fe.distance,threshold:u=Fe.threshold,findAllMatches:d=Fe.findAllMatches,minMatchCharLength:c=Fe.minMatchCharLength,includeMatches:p=Fe.includeMatches,ignoreLocation:m=Fe.ignoreLocation}={}){if(r.length>jr)throw new Error(F6(jr));const v=r.length,g=t.length,w=Math.max(0,Math.min(o,g));let b=u,C=w;const S=c>1||p,M=S?Array(g):[];let N;for(;(N=t.indexOf(r,C))>-1;){let F=yl(r,{currentLocation:N,expectedLocation:w,distance:i,ignoreLocation:m});if(b=Math.min(F,b),C=N+v,S){let G=0;for(;G<v;)M[N+G]=1,G+=1}}C=-1;let T=[],V=1,O=v+g;const Y=1<<v-1;for(let F=0;F<v;F+=1){let G=0,Q=O;for(;G<Q;)yl(r,{errors:F,currentLocation:w+Q,expectedLocation:w,distance:i,ignoreLocation:m})<=b?G=Q:O=Q,Q=Math.floor((O-G)/2+G);O=Q;let q=Math.max(1,w-Q+1),ae=d?g:Math.min(w+Q,g)+v,ge=Array(ae+2);ge[ae+1]=(1<<F)-1;for(let L=ae;L>=q;L-=1){let j=L-1,W=n[t.charAt(j)];if(S&&(M[j]=+!!W),ge[L]=(ge[L+1]<<1|1)&W,F&&(ge[L]|=(T[L+1]|T[L])<<1|1|T[L+1]),ge[L]&Y&&(V=yl(r,{errors:F,currentLocation:j,expectedLocation:w,distance:i,ignoreLocation:m}),V<=b)){if(b=V,C=j,C<=w)break;q=Math.max(1,2*w-C)}}if(yl(r,{errors:F+1,currentLocation:w,expectedLocation:w,distance:i,ignoreLocation:m})>b)break;T=ge}const A={isMatch:C>=0,score:Math.max(.001,V)};if(S){const F=_6(M,c);F.length?p&&(A.indices=F):A.isMatch=!1}return A}function Z6(t){let r={};for(let n=0,o=t.length;n<o;n+=1){const i=t.charAt(n);r[i]=(r[i]||0)|1<<o-n-1}return r}class S1{constructor(r,{location:n=Fe.location,threshold:o=Fe.threshold,distance:i=Fe.distance,includeMatches:u=Fe.includeMatches,findAllMatches:d=Fe.findAllMatches,minMatchCharLength:c=Fe.minMatchCharLength,isCaseSensitive:p=Fe.isCaseSensitive,ignoreLocation:m=Fe.ignoreLocation}={}){if(this.options={location:n,threshold:o,distance:i,includeMatches:u,findAllMatches:d,minMatchCharLength:c,isCaseSensitive:p,ignoreLocation:m},this.pattern=p?r:r.toLowerCase(),this.chunks=[],!this.pattern.length)return;const v=(w,b)=>{this.chunks.push({pattern:w,alphabet:Z6(w),startIndex:b})},g=this.pattern.length;if(g>jr){let w=0;const b=g%jr,C=g-b;for(;w<C;)v(this.pattern.substr(w,jr),w),w+=jr;if(b){const S=g-jr;v(this.pattern.substr(S),S)}}else v(this.pattern,0)}searchIn(r){const{isCaseSensitive:n,includeMatches:o}=this.options;if(n||(r=r.toLowerCase()),this.pattern===r){let C={isMatch:!0,score:0};return o&&(C.indices=[[0,r.length-1]]),C}const{location:i,distance:u,threshold:d,findAllMatches:c,minMatchCharLength:p,ignoreLocation:m}=this.options;let v=[],g=0,w=!1;this.chunks.forEach(({pattern:C,alphabet:S,startIndex:M})=>{const{isMatch:N,score:T,indices:V}=J6(r,C,S,{location:i+M,distance:u,threshold:d,findAllMatches:c,minMatchCharLength:p,includeMatches:o,ignoreLocation:m});N&&(w=!0),g+=T,N&&V&&(v=[...v,...V])});let b={isMatch:w,score:w?g/this.chunks.length:1};return w&&o&&(b.indices=v),b}}class Ir{constructor(r){this.pattern=r}static isMultiMatch(r){return A0(r,this.multiRegex)}static isSingleMatch(r){return A0(r,this.singleRegex)}search(){}}function A0(t,r){const n=t.match(r);return n?n[1]:null}class e8 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 t8 extends Ir{constructor(r){super(r)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(r){const o=r.indexOf(this.pattern)===-1;return{isMatch:o,score:o?0:1,indices:[0,r.length-1]}}}class n8 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 r8 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 a8 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 o8 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 N1 extends Ir{constructor(r,{location:n=Fe.location,threshold:o=Fe.threshold,distance:i=Fe.distance,includeMatches:u=Fe.includeMatches,findAllMatches:d=Fe.findAllMatches,minMatchCharLength:c=Fe.minMatchCharLength,isCaseSensitive:p=Fe.isCaseSensitive,ignoreLocation:m=Fe.ignoreLocation}={}){super(r),this._bitapSearch=new S1(r,{location:n,threshold:o,distance:i,includeMatches:u,findAllMatches:d,minMatchCharLength:c,isCaseSensitive:p,ignoreLocation:m})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(r){return this._bitapSearch.searchIn(r)}}class I1 extends Ir{constructor(r){super(r)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(r){let n=0,o;const i=[],u=this.pattern.length;for(;(o=r.indexOf(this.pattern,n))>-1;)n=o+u,i.push([o,n-1]);const d=!!i.length;return{isMatch:d,score:d?0:1,indices:i}}}const Ns=[e8,I1,n8,r8,o8,a8,t8,N1],L0=Ns.length,l8=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,i8="|";function s8(t,r={}){return t.split(i8).map(n=>{let o=n.trim().split(l8).filter(u=>u&&!!u.trim()),i=[];for(let u=0,d=o.length;u<d;u+=1){const c=o[u];let p=!1,m=-1;for(;!p&&++m<L0;){const v=Ns[m];let g=v.isMultiMatch(c);g&&(i.push(new v(g,r)),p=!0)}if(!p)for(m=-1;++m<L0;){const v=Ns[m];let g=v.isSingleMatch(c);if(g){i.push(new v(g,r));break}}}return i})}const u8=new Set([N1.type,I1.type]);class d8{constructor(r,{isCaseSensitive:n=Fe.isCaseSensitive,includeMatches:o=Fe.includeMatches,minMatchCharLength:i=Fe.minMatchCharLength,ignoreLocation:u=Fe.ignoreLocation,findAllMatches:d=Fe.findAllMatches,location:c=Fe.location,threshold:p=Fe.threshold,distance:m=Fe.distance}={}){this.query=null,this.options={isCaseSensitive:n,includeMatches:o,minMatchCharLength:i,findAllMatches:d,ignoreLocation:u,location:c,threshold:p,distance:m},this.pattern=n?r:r.toLowerCase(),this.query=s8(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:o,isCaseSensitive:i}=this.options;r=i?r:r.toLowerCase();let u=0,d=[],c=0;for(let p=0,m=n.length;p<m;p+=1){const v=n[p];d.length=0,u=0;for(let g=0,w=v.length;g<w;g+=1){const b=v[g],{isMatch:C,indices:S,score:M}=b.search(r);if(C){if(u+=1,c+=M,o){const N=b.constructor.type;u8.has(N)?d=[...d,...S]:d.push(S)}}else{c=0,u=0,d.length=0;break}}if(u){let g={isMatch:!0,score:c/u};return o&&(g.indices=d),g}}return{isMatch:!1,score:1}}}const Is=[];function c8(...t){Is.push(...t)}function Ds(t,r){for(let n=0,o=Is.length;n<o;n+=1){let i=Is[n];if(i.condition(t,r))return new i(t,r)}return new S1(t,r)}const Nl={AND:"$and",OR:"$or"},Os={PATH:"$path",PATTERN:"$val"},Ms=t=>!!(t[Nl.AND]||t[Nl.OR]),f8=t=>!!t[Os.PATH],p8=t=>!ir(t)&&$1(t)&&!Ms(t),F0=t=>({[Nl.AND]:Object.keys(t).map(r=>({[r]:t[r]}))});function D1(t,r,{auto:n=!0}={}){const o=i=>{let u=Object.keys(i);const d=f8(i);if(!d&&u.length>1&&!Ms(i))return o(F0(i));if(p8(i)){const p=d?i[Os.PATH]:u[0],m=d?i[Os.PATTERN]:i[p];if(!Hn(m))throw new Error(L6(p));const v={keyId:Ss(p),pattern:m};return n&&(v.searcher=Ds(m,r)),v}let c={children:[],operator:u[0]};return u.forEach(p=>{const m=i[p];ir(m)&&m.forEach(v=>{c.children.push(o(v))})}),c};return Ms(t)||(t=F0(t)),o(t)}function m8(t,{ignoreFieldNorm:r=Fe.ignoreFieldNorm}){t.forEach(n=>{let o=1;n.matches.forEach(({key:i,norm:u,score:d})=>{const c=i?i.weight:null;o*=Math.pow(d===0&&c?Number.EPSILON:d,(c||1)*(r?1:u))}),n.score=o})}function h8(t,r){const n=t.matches;r.matches=[],ln(n)&&n.forEach(o=>{if(!ln(o.indices)||!o.indices.length)return;const{indices:i,value:u}=o;let d={indices:i,value:u};o.key&&(d.key=o.key.src),o.idx>-1&&(d.refIndex=o.idx),r.matches.push(d)})}function v8(t,r){r.score=t.score}function g8(t,r,{includeMatches:n=Fe.includeMatches,includeScore:o=Fe.includeScore}={}){const i=[];return n&&i.push(h8),o&&i.push(v8),t.map(u=>{const{idx:d}=u,c={item:r[d],refIndex:d};return i.length&&i.forEach(p=>{p(u,c)}),c})}class Aa{constructor(r,n={},o){this.options={...Fe,...n},this.options.useExtendedSearch,this._keyStore=new z6(this.options.keys),this.setCollection(r,o)}setCollection(r,n){if(this._docs=r,n&&!(n instanceof nu))throw new Error(A6);this._myIndex=n||V1(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 o=0,i=this._docs.length;o<i;o+=1){const u=this._docs[o];r(u,o)&&(this.removeAt(o),o-=1,i-=1,n.push(u))}return n}removeAt(r){this._docs.splice(r,1),this._myIndex.removeAt(r)}getIndex(){return this._myIndex}search(r,{limit:n=-1}={}){const{includeMatches:o,includeScore:i,shouldSort:u,sortFn:d,ignoreFieldNorm:c}=this.options;let p=Hn(r)?Hn(this._docs[0])?this._searchStringList(r):this._searchObjectList(r):this._searchLogical(r);return m8(p,{ignoreFieldNorm:c}),u&&p.sort(d),C1(n)&&n>-1&&(p=p.slice(0,n)),g8(p,this._docs,{includeMatches:o,includeScore:i})}_searchStringList(r){const n=Ds(r,this.options),{records:o}=this._myIndex,i=[];return o.forEach(({v:u,i:d,n:c})=>{if(!ln(u))return;const{isMatch:p,score:m,indices:v}=n.searchIn(u);p&&i.push({item:u,idx:d,matches:[{score:m,value:u,norm:c,indices:v}]})}),i}_searchLogical(r){const n=D1(r,this.options),o=(c,p,m)=>{if(!c.children){const{keyId:g,searcher:w}=c,b=this._findMatches({key:this._keyStore.get(g),value:this._myIndex.getValueForItemAtKeyId(p,g),searcher:w});return b&&b.length?[{idx:m,item:p,matches:b}]:[]}const v=[];for(let g=0,w=c.children.length;g<w;g+=1){const b=c.children[g],C=o(b,p,m);if(C.length)v.push(...C);else if(c.operator===Nl.AND)return[]}return v},i=this._myIndex.records,u={},d=[];return i.forEach(({$:c,i:p})=>{if(ln(c)){let m=o(n,c,p);m.length&&(u[p]||(u[p]={idx:p,item:c,matches:[]},d.push(u[p])),m.forEach(({matches:v})=>{u[p].matches.push(...v)}))}}),d}_searchObjectList(r){const n=Ds(r,this.options),{keys:o,records:i}=this._myIndex,u=[];return i.forEach(({$:d,i:c})=>{if(!ln(d))return;let p=[];o.forEach((m,v)=>{p.push(...this._findMatches({key:m,value:d[v],searcher:n}))}),p.length&&u.push({idx:c,item:d,matches:p})}),u}_findMatches({key:r,value:n,searcher:o}){if(!ln(n))return[];let i=[];if(ir(n))n.forEach(({v:u,i:d,n:c})=>{if(!ln(u))return;const{isMatch:p,score:m,indices:v}=o.searchIn(u);p&&i.push({score:m,key:r,value:u,idx:d,norm:c,indices:v})});else{const{v:u,n:d}=n,{isMatch:c,score:p,indices:m}=o.searchIn(u);c&&i.push({score:p,key:r,value:u,norm:d,indices:m})}return i}}Aa.version="6.6.2";Aa.createIndex=V1;Aa.parseIndex=j6;Aa.config=Fe;Aa.parseQuery=D1;c8(d8);var ao=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function y8(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Il={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),e_=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 t_(){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 n_(){if(this.__filtered__){var o=new Ge(this);o.__dir__=-1,o.__filtered__=!0}else o=this.clone(),o.__dir__*=-1;return o}function r_(){var o=this.__wrapped__.value(),l=this.__dir__,u=Fe(o),m=l<0,$=u?o.length:0,O=m2(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 a_(){this.__data__=Ka?Ka(null):{},this.size=0}function o_(o){var l=this.has(o)&&delete this.__data__[o];return this.size-=l?1:0,l}function i_(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 l_(o){var l=this.__data__;return Ka?l[o]!==n:tt.call(l,o)}function s_(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=a_,Ur.prototype.delete=o_,Ur.prototype.get=i_,Ur.prototype.has=l_,Ur.prototype.set=s_;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 u_(){this.__data__=[],this.size=0}function d_(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 c_(o){var l=this.__data__,u=ai(l,o);return u<0?n:l[u][1]}function f_(o){return ai(this.__data__,o)>-1}function p_(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=u_,Gn.prototype.delete=d_,Gn.prototype.get=c_,Gn.prototype.has=f_,Gn.prototype.set=p_;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 h_(){this.size=0,this.__data__={hash:new Ur,map:new(Ga||Gn),string:new Ur}}function m_(o){var l=_i(this,o).delete(o);return this.size-=l?1:0,l}function __(o){return _i(this,o).get(o)}function v_(o){return _i(this,o).has(o)}function g_(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=h_,qn.prototype.delete=m_,qn.prototype.get=__,qn.prototype.has=v_,qn.prototype.set=g_;function Wr(o){var l=-1,u=o==null?0:o.length;for(this.__data__=new qn;++l<u;)this.add(o[l])}function y_(o){return this.__data__.set(o,f),this}function b_(o){return this.__data__.has(o)}Wr.prototype.add=Wr.prototype.push=y_,Wr.prototype.has=b_;function xn(o){var l=this.__data__=new Gn(o);this.size=l.size}function $_(){this.__data__=new Gn,this.size=0}function w_(o){var l=this.__data__,u=l.delete(o);return this.size=l.size,u}function k_(o){return this.__data__.get(o)}function x_(o){return this.__data__.has(o)}function E_(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=$_,xn.prototype.delete=w_,xn.prototype.get=k_,xn.prototype.has=x_,xn.prototype.set=E_;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 C_(o,l){return vi(Yt(o),jr(l,0,o.length))}function S_(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 O_(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 V_(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=v2(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?i2(o,V_(z,o)):o2(o,sc(z,o))}else{if(!it[_e])return $?o:{};z=g2(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 B_(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 N_(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 T_(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=b2),$||($=[]);++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)?h2(o):S2(o)}function Pl(o,l){return o>l}function M_(o,l){return o!=null&&tt.call(o,l)}function A_(o,l){return o!=null&&l in at(o)}function D_(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 P_(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 I_(o){return _t(o)&&Lt(o)==Vt}function R_(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:L_(o,l,u,m,eo,$)}function L_(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):f2(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),p2(o,l,u,m,$,O)):!1}function z_(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)||w2(o))return!1;var l=Jn(o)?zm:Bh;return l.test(qr(o))}function F_(o){return _t(o)&&Lt(o)==Me}function H_(o){return _t(o)&&Pt(o)==ee}function U_(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 W_(o){if(!ht(o))return C2(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))j_(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 j_(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 a2(O,z,u)})}function Y_(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 G_(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 q_(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 K_(o){return lc(ya(o))}function X_(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,Q_=Zo?function(o,l){return Zo(o,"toString",{configurable:!0,enumerable:!1,value:_s(l),writable:!0})}:Kt;function Z_(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 J_(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:d2(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 e2=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 t2(o,l){var u=l?Kl(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.byteLength)}function n2(o){var l=new o.constructor(o.source,md.exec(o));return l.lastIndex=o.lastIndex,l}function r2(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 a2(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 o2(o,l){return Pn(o,ns(o),l)}function i2(o,l){return Pn(o,Kc(o),l)}function di(o,l){return function(u,m){var $=Fe(u)?cm:O_,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 l2(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 s2(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=O2(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 P_(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 u2(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),q_(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 d2=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&&E2(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=l2(o,l,u);else l==B||l==N?Pe=s2(o,l,W):(l==H||l==(k|H))&&!$.length?Pe=u2(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 c2(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 f2(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 p2(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 $2(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 h2(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 e_:return Et}return l});function m2(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 _2(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 v2(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 g2(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 t2(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 n2(o);case ee:return new m;case Se:return r2(o)}}function y2(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
+ */Il.exports;(function(t,r){(function(){var n,o="4.17.21",i=200,u="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",d="Expected a function",c="Invalid `variable` option passed into `_.template`",p="__lodash_hash_undefined__",m=500,v="__lodash_placeholder__",g=1,w=2,b=4,C=1,S=2,M=1,N=2,T=4,V=8,O=16,Y=32,A=64,F=128,G=256,Q=512,q=30,ae="...",ge=800,Ce=16,L=1,j=2,W=3,te=1/0,de=9007199254740991,re=17976931348623157e292,me=NaN,J=4294967295,P=J-1,I=J>>>1,z=[["ary",F],["bind",M],["bindKey",N],["curry",V],["curryRight",O],["flip",Q],["partial",Y],["partialRight",A],["rearg",G]],$="[object Arguments]",U="[object Array]",h="[object AsyncFunction]",E="[object Boolean]",H="[object Date]",ce="[object DOMException]",Z="[object Error]",Oe="[object Function]",se="[object GeneratorFunction]",ve="[object Map]",B="[object Number]",we="[object Null]",ye="[object Object]",be="[object Promise]",ze="[object Proxy]",Me="[object RegExp]",_="[object Set]",fe="[object String]",Ve="[object Symbol]",st="[object Undefined]",Et="[object WeakMap]",Ie="[object WeakSet]",Nt="[object ArrayBuffer]",Ze="[object DataView]",Qn="[object Float32Array]",Mr="[object Float64Array]",ur="[object Int8Array]",Pr="[object Int16Array]",Tr="[object Int32Array]",Rr="[object Uint8Array]",Ar="[object Uint8ClampedArray]",Lr="[object Uint16Array]",Fr="[object Uint32Array]",ee=/\b__p \+= '';/g,ke=/\b(__p \+=) '' \+/g,De=/(__e\(.*?\)|\b__t\)) \+\n'';/g,oe=/&(?:amp|lt|gt|quot|#39);/g,xe=/[&<>"']/g,Se=RegExp(oe.source),dn=RegExp(xe.source),Zt=/<%-([\s\S]+?)%>/g,dr=/<%([\s\S]+?)%>/g,cr=/<%=([\s\S]+?)%>/g,Pn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fa=/^\w*$/,Yl=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Wl=/[\\^$.*+?()[\]{}|]/g,Mf=RegExp(Wl.source),Kl=/^\s+/,Pf=/\s/,Tf=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Rf=/\{\n\/\* \[wrapped with (.+)\] \*/,Af=/,? & /,Lf=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ff=/[()=,{}\[\]\/\s]/,Hf=/\\(\\)?/g,Uf=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Bu=/\w*$/,zf=/^[-+]0x[0-9a-f]+$/i,Yf=/^0b[01]+$/i,Wf=/^\[object .+?Constructor\]$/,Kf=/^0o[0-7]+$/i,Qf=/^(?:0|[1-9]\d*)$/,Xf=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,No=/($^)/,Gf=/['\n\r\u2028\u2029\\]/g,Io="\\ud800-\\udfff",qf="\\u0300-\\u036f",jf="\\ufe20-\\ufe2f",_f="\\u20d0-\\u20ff",Vu=qf+jf+_f,Su="\\u2700-\\u27bf",Nu="a-z\\xdf-\\xf6\\xf8-\\xff",Jf="\\xac\\xb1\\xd7\\xf7",Zf="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",ep="\\u2000-\\u206f",tp=" \\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",Iu="A-Z\\xc0-\\xd6\\xd8-\\xde",Du="\\ufe0e\\ufe0f",Ou=Jf+Zf+ep+tp,Ql="['’]",np="["+Io+"]",Mu="["+Ou+"]",Do="["+Vu+"]",Pu="\\d+",rp="["+Su+"]",Tu="["+Nu+"]",Ru="[^"+Io+Ou+Pu+Su+Nu+Iu+"]",Xl="\\ud83c[\\udffb-\\udfff]",ap="(?:"+Do+"|"+Xl+")",Au="[^"+Io+"]",Gl="(?:\\ud83c[\\udde6-\\uddff]){2}",ql="[\\ud800-\\udbff][\\udc00-\\udfff]",aa="["+Iu+"]",Lu="\\u200d",Fu="(?:"+Tu+"|"+Ru+")",op="(?:"+aa+"|"+Ru+")",Hu="(?:"+Ql+"(?:d|ll|m|re|s|t|ve))?",Uu="(?:"+Ql+"(?:D|LL|M|RE|S|T|VE))?",zu=ap+"?",Yu="["+Du+"]?",lp="(?:"+Lu+"(?:"+[Au,Gl,ql].join("|")+")"+Yu+zu+")*",ip="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",sp="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Wu=Yu+zu+lp,up="(?:"+[rp,Gl,ql].join("|")+")"+Wu,dp="(?:"+[Au+Do+"?",Do,Gl,ql,np].join("|")+")",cp=RegExp(Ql,"g"),fp=RegExp(Do,"g"),jl=RegExp(Xl+"(?="+Xl+")|"+dp+Wu,"g"),pp=RegExp([aa+"?"+Tu+"+"+Hu+"(?="+[Mu,aa,"$"].join("|")+")",op+"+"+Uu+"(?="+[Mu,aa+Fu,"$"].join("|")+")",aa+"?"+Fu+"+"+Hu,aa+"+"+Uu,sp,ip,Pu,up].join("|"),"g"),mp=RegExp("["+Lu+Io+Vu+Du+"]"),hp=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,vp=["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"],gp=-1,ut={};ut[Qn]=ut[Mr]=ut[ur]=ut[Pr]=ut[Tr]=ut[Rr]=ut[Ar]=ut[Lr]=ut[Fr]=!0,ut[$]=ut[U]=ut[Nt]=ut[E]=ut[Ze]=ut[H]=ut[Z]=ut[Oe]=ut[ve]=ut[B]=ut[ye]=ut[Me]=ut[_]=ut[fe]=ut[Et]=!1;var lt={};lt[$]=lt[U]=lt[Nt]=lt[Ze]=lt[E]=lt[H]=lt[Qn]=lt[Mr]=lt[ur]=lt[Pr]=lt[Tr]=lt[ve]=lt[B]=lt[ye]=lt[Me]=lt[_]=lt[fe]=lt[Ve]=lt[Rr]=lt[Ar]=lt[Lr]=lt[Fr]=!0,lt[Z]=lt[Oe]=lt[Et]=!1;var yp={À:"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"},wp={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},bp={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},kp={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},xp=parseFloat,Cp=parseInt,Ku=typeof ao=="object"&&ao&&ao.Object===Object&&ao,$p=typeof self=="object"&&self&&self.Object===Object&&self,Ot=Ku||$p||Function("return this")(),_l=r&&!r.nodeType&&r,Hr=_l&&!0&&t&&!t.nodeType&&t,Qu=Hr&&Hr.exports===_l,Jl=Qu&&Ku.process,cn=function(){try{var K=Hr&&Hr.require&&Hr.require("util").types;return K||Jl&&Jl.binding&&Jl.binding("util")}catch{}}(),Xu=cn&&cn.isArrayBuffer,Gu=cn&&cn.isDate,qu=cn&&cn.isMap,ju=cn&&cn.isRegExp,_u=cn&&cn.isSet,Ju=cn&&cn.isTypedArray;function en(K,le,ne){switch(ne.length){case 0:return K.call(le);case 1:return K.call(le,ne[0]);case 2:return K.call(le,ne[0],ne[1]);case 3:return K.call(le,ne[0],ne[1],ne[2])}return K.apply(le,ne)}function Ep(K,le,ne,Be){for(var He=-1,_e=K==null?0:K.length;++He<_e;){var Bt=K[He];le(Be,Bt,ne(Bt),K)}return Be}function fn(K,le){for(var ne=-1,Be=K==null?0:K.length;++ne<Be&&le(K[ne],ne,K)!==!1;);return K}function Bp(K,le){for(var ne=K==null?0:K.length;ne--&&le(K[ne],ne,K)!==!1;);return K}function Zu(K,le){for(var ne=-1,Be=K==null?0:K.length;++ne<Be;)if(!le(K[ne],ne,K))return!1;return!0}function fr(K,le){for(var ne=-1,Be=K==null?0:K.length,He=0,_e=[];++ne<Be;){var Bt=K[ne];le(Bt,ne,K)&&(_e[He++]=Bt)}return _e}function Oo(K,le){var ne=K==null?0:K.length;return!!ne&&oa(K,le,0)>-1}function Zl(K,le,ne){for(var Be=-1,He=K==null?0:K.length;++Be<He;)if(ne(le,K[Be]))return!0;return!1}function ft(K,le){for(var ne=-1,Be=K==null?0:K.length,He=Array(Be);++ne<Be;)He[ne]=le(K[ne],ne,K);return He}function pr(K,le){for(var ne=-1,Be=le.length,He=K.length;++ne<Be;)K[He+ne]=le[ne];return K}function ei(K,le,ne,Be){var He=-1,_e=K==null?0:K.length;for(Be&&_e&&(ne=K[++He]);++He<_e;)ne=le(ne,K[He],He,K);return ne}function Vp(K,le,ne,Be){var He=K==null?0:K.length;for(Be&&He&&(ne=K[--He]);He--;)ne=le(ne,K[He],He,K);return ne}function ti(K,le){for(var ne=-1,Be=K==null?0:K.length;++ne<Be;)if(le(K[ne],ne,K))return!0;return!1}var Sp=ni("length");function Np(K){return K.split("")}function Ip(K){return K.match(Lf)||[]}function ed(K,le,ne){var Be;return ne(K,function(He,_e,Bt){if(le(He,_e,Bt))return Be=_e,!1}),Be}function Mo(K,le,ne,Be){for(var He=K.length,_e=ne+(Be?1:-1);Be?_e--:++_e<He;)if(le(K[_e],_e,K))return _e;return-1}function oa(K,le,ne){return le===le?zp(K,le,ne):Mo(K,td,ne)}function Dp(K,le,ne,Be){for(var He=ne-1,_e=K.length;++He<_e;)if(Be(K[He],le))return He;return-1}function td(K){return K!==K}function nd(K,le){var ne=K==null?0:K.length;return ne?ai(K,le)/ne:me}function ni(K){return function(le){return le==null?n:le[K]}}function ri(K){return function(le){return K==null?n:K[le]}}function rd(K,le,ne,Be,He){return He(K,function(_e,Bt,at){ne=Be?(Be=!1,_e):le(ne,_e,Bt,at)}),ne}function Op(K,le){var ne=K.length;for(K.sort(le);ne--;)K[ne]=K[ne].value;return K}function ai(K,le){for(var ne,Be=-1,He=K.length;++Be<He;){var _e=le(K[Be]);_e!==n&&(ne=ne===n?_e:ne+_e)}return ne}function oi(K,le){for(var ne=-1,Be=Array(K);++ne<K;)Be[ne]=le(ne);return Be}function Mp(K,le){return ft(le,function(ne){return[ne,K[ne]]})}function ad(K){return K&&K.slice(0,sd(K)+1).replace(Kl,"")}function tn(K){return function(le){return K(le)}}function li(K,le){return ft(le,function(ne){return K[ne]})}function Ha(K,le){return K.has(le)}function od(K,le){for(var ne=-1,Be=K.length;++ne<Be&&oa(le,K[ne],0)>-1;);return ne}function ld(K,le){for(var ne=K.length;ne--&&oa(le,K[ne],0)>-1;);return ne}function Pp(K,le){for(var ne=K.length,Be=0;ne--;)K[ne]===le&&++Be;return Be}var Tp=ri(yp),Rp=ri(wp);function Ap(K){return"\\"+kp[K]}function Lp(K,le){return K==null?n:K[le]}function la(K){return mp.test(K)}function Fp(K){return hp.test(K)}function Hp(K){for(var le,ne=[];!(le=K.next()).done;)ne.push(le.value);return ne}function ii(K){var le=-1,ne=Array(K.size);return K.forEach(function(Be,He){ne[++le]=[He,Be]}),ne}function id(K,le){return function(ne){return K(le(ne))}}function mr(K,le){for(var ne=-1,Be=K.length,He=0,_e=[];++ne<Be;){var Bt=K[ne];(Bt===le||Bt===v)&&(K[ne]=v,_e[He++]=ne)}return _e}function Po(K){var le=-1,ne=Array(K.size);return K.forEach(function(Be){ne[++le]=Be}),ne}function Up(K){var le=-1,ne=Array(K.size);return K.forEach(function(Be){ne[++le]=[Be,Be]}),ne}function zp(K,le,ne){for(var Be=ne-1,He=K.length;++Be<He;)if(K[Be]===le)return Be;return-1}function Yp(K,le,ne){for(var Be=ne+1;Be--;)if(K[Be]===le)return Be;return Be}function ia(K){return la(K)?Kp(K):Sp(K)}function Cn(K){return la(K)?Qp(K):Np(K)}function sd(K){for(var le=K.length;le--&&Pf.test(K.charAt(le)););return le}var Wp=ri(bp);function Kp(K){for(var le=jl.lastIndex=0;jl.test(K);)++le;return le}function Qp(K){return K.match(jl)||[]}function Xp(K){return K.match(pp)||[]}var Gp=function K(le){le=le==null?Ot:sa.defaults(Ot.Object(),le,sa.pick(Ot,vp));var ne=le.Array,Be=le.Date,He=le.Error,_e=le.Function,Bt=le.Math,at=le.Object,si=le.RegExp,qp=le.String,pn=le.TypeError,To=ne.prototype,jp=_e.prototype,ua=at.prototype,Ro=le["__core-js_shared__"],Ao=jp.toString,tt=ua.hasOwnProperty,_p=0,ud=function(){var a=/[^.]+$/.exec(Ro&&Ro.keys&&Ro.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),Lo=ua.toString,Jp=Ao.call(at),Zp=Ot._,em=si("^"+Ao.call(tt).replace(Wl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Fo=Qu?le.Buffer:n,hr=le.Symbol,Ho=le.Uint8Array,dd=Fo?Fo.allocUnsafe:n,Uo=id(at.getPrototypeOf,at),cd=at.create,fd=ua.propertyIsEnumerable,zo=To.splice,pd=hr?hr.isConcatSpreadable:n,Ua=hr?hr.iterator:n,Ur=hr?hr.toStringTag:n,Yo=function(){try{var a=Qr(at,"defineProperty");return a({},"",{}),a}catch{}}(),tm=le.clearTimeout!==Ot.clearTimeout&&le.clearTimeout,nm=Be&&Be.now!==Ot.Date.now&&Be.now,rm=le.setTimeout!==Ot.setTimeout&&le.setTimeout,Wo=Bt.ceil,Ko=Bt.floor,ui=at.getOwnPropertySymbols,am=Fo?Fo.isBuffer:n,md=le.isFinite,om=To.join,lm=id(at.keys,at),Vt=Bt.max,Tt=Bt.min,im=Be.now,sm=le.parseInt,hd=Bt.random,um=To.reverse,di=Qr(le,"DataView"),za=Qr(le,"Map"),ci=Qr(le,"Promise"),da=Qr(le,"Set"),Ya=Qr(le,"WeakMap"),Wa=Qr(at,"create"),Qo=Ya&&new Ya,ca={},dm=Xr(di),cm=Xr(za),fm=Xr(ci),pm=Xr(da),mm=Xr(Ya),Xo=hr?hr.prototype:n,Ka=Xo?Xo.valueOf:n,vd=Xo?Xo.toString:n;function k(a){if(vt(a)&&!Ue(a)&&!(a instanceof Xe)){if(a instanceof mn)return a;if(tt.call(a,"__wrapped__"))return gc(a)}return new mn(a)}var fa=function(){function a(){}return function(l){if(!mt(l))return{};if(cd)return cd(l);a.prototype=l;var s=new a;return a.prototype=n,s}}();function Go(){}function mn(a,l){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=n}k.templateSettings={escape:Zt,evaluate:dr,interpolate:cr,variable:"",imports:{_:k}},k.prototype=Go.prototype,k.prototype.constructor=k,mn.prototype=fa(Go.prototype),mn.prototype.constructor=mn;function Xe(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=J,this.__views__=[]}function hm(){var a=new Xe(this.__wrapped__);return a.__actions__=Qt(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=Qt(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=Qt(this.__views__),a}function vm(){if(this.__filtered__){var a=new Xe(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function gm(){var a=this.__wrapped__.value(),l=this.__dir__,s=Ue(a),f=l<0,y=s?a.length:0,x=N2(0,y,this.__views__),D=x.start,R=x.end,X=R-D,ie=f?R:D-1,ue=this.__iteratees__,pe=ue.length,$e=0,Ne=Tt(X,this.__takeCount__);if(!s||!f&&y==X&&Ne==X)return Hd(a,this.__actions__);var Re=[];e:for(;X--&&$e<Ne;){ie+=l;for(var We=-1,Ae=a[ie];++We<pe;){var Qe=ue[We],je=Qe.iteratee,an=Qe.type,Ut=je(Ae);if(an==j)Ae=Ut;else if(!Ut){if(an==L)continue e;break e}}Re[$e++]=Ae}return Re}Xe.prototype=fa(Go.prototype),Xe.prototype.constructor=Xe;function zr(a){var l=-1,s=a==null?0:a.length;for(this.clear();++l<s;){var f=a[l];this.set(f[0],f[1])}}function ym(){this.__data__=Wa?Wa(null):{},this.size=0}function wm(a){var l=this.has(a)&&delete this.__data__[a];return this.size-=l?1:0,l}function bm(a){var l=this.__data__;if(Wa){var s=l[a];return s===p?n:s}return tt.call(l,a)?l[a]:n}function km(a){var l=this.__data__;return Wa?l[a]!==n:tt.call(l,a)}function xm(a,l){var s=this.__data__;return this.size+=this.has(a)?0:1,s[a]=Wa&&l===n?p:l,this}zr.prototype.clear=ym,zr.prototype.delete=wm,zr.prototype.get=bm,zr.prototype.has=km,zr.prototype.set=xm;function Xn(a){var l=-1,s=a==null?0:a.length;for(this.clear();++l<s;){var f=a[l];this.set(f[0],f[1])}}function Cm(){this.__data__=[],this.size=0}function $m(a){var l=this.__data__,s=qo(l,a);if(s<0)return!1;var f=l.length-1;return s==f?l.pop():zo.call(l,s,1),--this.size,!0}function Em(a){var l=this.__data__,s=qo(l,a);return s<0?n:l[s][1]}function Bm(a){return qo(this.__data__,a)>-1}function Vm(a,l){var s=this.__data__,f=qo(s,a);return f<0?(++this.size,s.push([a,l])):s[f][1]=l,this}Xn.prototype.clear=Cm,Xn.prototype.delete=$m,Xn.prototype.get=Em,Xn.prototype.has=Bm,Xn.prototype.set=Vm;function Gn(a){var l=-1,s=a==null?0:a.length;for(this.clear();++l<s;){var f=a[l];this.set(f[0],f[1])}}function Sm(){this.size=0,this.__data__={hash:new zr,map:new(za||Xn),string:new zr}}function Nm(a){var l=il(this,a).delete(a);return this.size-=l?1:0,l}function Im(a){return il(this,a).get(a)}function Dm(a){return il(this,a).has(a)}function Om(a,l){var s=il(this,a),f=s.size;return s.set(a,l),this.size+=s.size==f?0:1,this}Gn.prototype.clear=Sm,Gn.prototype.delete=Nm,Gn.prototype.get=Im,Gn.prototype.has=Dm,Gn.prototype.set=Om;function Yr(a){var l=-1,s=a==null?0:a.length;for(this.__data__=new Gn;++l<s;)this.add(a[l])}function Mm(a){return this.__data__.set(a,p),this}function Pm(a){return this.__data__.has(a)}Yr.prototype.add=Yr.prototype.push=Mm,Yr.prototype.has=Pm;function $n(a){var l=this.__data__=new Xn(a);this.size=l.size}function Tm(){this.__data__=new Xn,this.size=0}function Rm(a){var l=this.__data__,s=l.delete(a);return this.size=l.size,s}function Am(a){return this.__data__.get(a)}function Lm(a){return this.__data__.has(a)}function Fm(a,l){var s=this.__data__;if(s instanceof Xn){var f=s.__data__;if(!za||f.length<i-1)return f.push([a,l]),this.size=++s.size,this;s=this.__data__=new Gn(f)}return s.set(a,l),this.size=s.size,this}$n.prototype.clear=Tm,$n.prototype.delete=Rm,$n.prototype.get=Am,$n.prototype.has=Lm,$n.prototype.set=Fm;function gd(a,l){var s=Ue(a),f=!s&&Gr(a),y=!s&&!f&&br(a),x=!s&&!f&&!y&&va(a),D=s||f||y||x,R=D?oi(a.length,qp):[],X=R.length;for(var ie in a)(l||tt.call(a,ie))&&!(D&&(ie=="length"||y&&(ie=="offset"||ie=="parent")||x&&(ie=="buffer"||ie=="byteLength"||ie=="byteOffset")||Jn(ie,X)))&&R.push(ie);return R}function yd(a){var l=a.length;return l?a[xi(0,l-1)]:n}function Hm(a,l){return sl(Qt(a),Wr(l,0,a.length))}function Um(a){return sl(Qt(a))}function fi(a,l,s){(s!==n&&!En(a[l],s)||s===n&&!(l in a))&&qn(a,l,s)}function Qa(a,l,s){var f=a[l];(!(tt.call(a,l)&&En(f,s))||s===n&&!(l in a))&&qn(a,l,s)}function qo(a,l){for(var s=a.length;s--;)if(En(a[s][0],l))return s;return-1}function zm(a,l,s,f){return vr(a,function(y,x,D){l(f,y,s(y),D)}),f}function wd(a,l){return a&&Rn(l,It(l),a)}function Ym(a,l){return a&&Rn(l,Gt(l),a)}function qn(a,l,s){l=="__proto__"&&Yo?Yo(a,l,{configurable:!0,enumerable:!0,value:s,writable:!0}):a[l]=s}function pi(a,l){for(var s=-1,f=l.length,y=ne(f),x=a==null;++s<f;)y[s]=x?n:Xi(a,l[s]);return y}function Wr(a,l,s){return a===a&&(s!==n&&(a=a<=s?a:s),l!==n&&(a=a>=l?a:l)),a}function hn(a,l,s,f,y,x){var D,R=l&g,X=l&w,ie=l&b;if(s&&(D=y?s(a,f,y,x):s(a)),D!==n)return D;if(!mt(a))return a;var ue=Ue(a);if(ue){if(D=D2(a),!R)return Qt(a,D)}else{var pe=Rt(a),$e=pe==Oe||pe==se;if(br(a))return Yd(a,R);if(pe==ye||pe==$||$e&&!y){if(D=X||$e?{}:sc(a),!R)return X?b2(a,Ym(D,a)):w2(a,wd(D,a))}else{if(!lt[pe])return y?a:{};D=O2(a,pe,R)}}x||(x=new $n);var Ne=x.get(a);if(Ne)return Ne;x.set(a,D),Ac(a)?a.forEach(function(Ae){D.add(hn(Ae,l,s,Ae,a,x))}):Tc(a)&&a.forEach(function(Ae,Qe){D.set(Qe,hn(Ae,l,s,Qe,a,x))});var Re=ie?X?Mi:Oi:X?Gt:It,We=ue?n:Re(a);return fn(We||a,function(Ae,Qe){We&&(Qe=Ae,Ae=a[Qe]),Qa(D,Qe,hn(Ae,l,s,Qe,a,x))}),D}function Wm(a){var l=It(a);return function(s){return bd(s,a,l)}}function bd(a,l,s){var f=s.length;if(a==null)return!f;for(a=at(a);f--;){var y=s[f],x=l[y],D=a[y];if(D===n&&!(y in a)||!x(D))return!1}return!0}function kd(a,l,s){if(typeof a!="function")throw new pn(d);return Za(function(){a.apply(n,s)},l)}function Xa(a,l,s,f){var y=-1,x=Oo,D=!0,R=a.length,X=[],ie=l.length;if(!R)return X;s&&(l=ft(l,tn(s))),f?(x=Zl,D=!1):l.length>=i&&(x=Ha,D=!1,l=new Yr(l));e:for(;++y<R;){var ue=a[y],pe=s==null?ue:s(ue);if(ue=f||ue!==0?ue:0,D&&pe===pe){for(var $e=ie;$e--;)if(l[$e]===pe)continue e;X.push(ue)}else x(l,pe,f)||X.push(ue)}return X}var vr=Gd(Tn),xd=Gd(hi,!0);function Km(a,l){var s=!0;return vr(a,function(f,y,x){return s=!!l(f,y,x),s}),s}function jo(a,l,s){for(var f=-1,y=a.length;++f<y;){var x=a[f],D=l(x);if(D!=null&&(R===n?D===D&&!rn(D):s(D,R)))var R=D,X=x}return X}function Qm(a,l,s,f){var y=a.length;for(s=Ye(s),s<0&&(s=-s>y?0:y+s),f=f===n||f>y?y:Ye(f),f<0&&(f+=y),f=s>f?0:Fc(f);s<f;)a[s++]=l;return a}function Cd(a,l){var s=[];return vr(a,function(f,y,x){l(f,y,x)&&s.push(f)}),s}function Mt(a,l,s,f,y){var x=-1,D=a.length;for(s||(s=P2),y||(y=[]);++x<D;){var R=a[x];l>0&&s(R)?l>1?Mt(R,l-1,s,f,y):pr(y,R):f||(y[y.length]=R)}return y}var mi=qd(),$d=qd(!0);function Tn(a,l){return a&&mi(a,l,It)}function hi(a,l){return a&&$d(a,l,It)}function _o(a,l){return fr(l,function(s){return Zn(a[s])})}function Kr(a,l){l=yr(l,a);for(var s=0,f=l.length;a!=null&&s<f;)a=a[An(l[s++])];return s&&s==f?a:n}function Ed(a,l,s){var f=l(a);return Ue(a)?f:pr(f,s(a))}function Ft(a){return a==null?a===n?st:we:Ur&&Ur in at(a)?S2(a):U2(a)}function vi(a,l){return a>l}function Xm(a,l){return a!=null&&tt.call(a,l)}function Gm(a,l){return a!=null&&l in at(a)}function qm(a,l,s){return a>=Tt(l,s)&&a<Vt(l,s)}function gi(a,l,s){for(var f=s?Zl:Oo,y=a[0].length,x=a.length,D=x,R=ne(x),X=1/0,ie=[];D--;){var ue=a[D];D&&l&&(ue=ft(ue,tn(l))),X=Tt(ue.length,X),R[D]=!s&&(l||y>=120&&ue.length>=120)?new Yr(D&&ue):n}ue=a[0];var pe=-1,$e=R[0];e:for(;++pe<y&&ie.length<X;){var Ne=ue[pe],Re=l?l(Ne):Ne;if(Ne=s||Ne!==0?Ne:0,!($e?Ha($e,Re):f(ie,Re,s))){for(D=x;--D;){var We=R[D];if(!(We?Ha(We,Re):f(a[D],Re,s)))continue e}$e&&$e.push(Re),ie.push(Ne)}}return ie}function jm(a,l,s,f){return Tn(a,function(y,x,D){l(f,s(y),x,D)}),f}function Ga(a,l,s){l=yr(l,a),a=fc(a,l);var f=a==null?a:a[An(gn(l))];return f==null?n:en(f,a,s)}function Bd(a){return vt(a)&&Ft(a)==$}function _m(a){return vt(a)&&Ft(a)==Nt}function Jm(a){return vt(a)&&Ft(a)==H}function qa(a,l,s,f,y){return a===l?!0:a==null||l==null||!vt(a)&&!vt(l)?a!==a&&l!==l:Zm(a,l,s,f,qa,y)}function Zm(a,l,s,f,y,x){var D=Ue(a),R=Ue(l),X=D?U:Rt(a),ie=R?U:Rt(l);X=X==$?ye:X,ie=ie==$?ye:ie;var ue=X==ye,pe=ie==ye,$e=X==ie;if($e&&br(a)){if(!br(l))return!1;D=!0,ue=!1}if($e&&!ue)return x||(x=new $n),D||va(a)?oc(a,l,s,f,y,x):B2(a,l,X,s,f,y,x);if(!(s&C)){var Ne=ue&&tt.call(a,"__wrapped__"),Re=pe&&tt.call(l,"__wrapped__");if(Ne||Re){var We=Ne?a.value():a,Ae=Re?l.value():l;return x||(x=new $n),y(We,Ae,s,f,x)}}return $e?(x||(x=new $n),V2(a,l,s,f,y,x)):!1}function e2(a){return vt(a)&&Rt(a)==ve}function yi(a,l,s,f){var y=s.length,x=y,D=!f;if(a==null)return!x;for(a=at(a);y--;){var R=s[y];if(D&&R[2]?R[1]!==a[R[0]]:!(R[0]in a))return!1}for(;++y<x;){R=s[y];var X=R[0],ie=a[X],ue=R[1];if(D&&R[2]){if(ie===n&&!(X in a))return!1}else{var pe=new $n;if(f)var $e=f(ie,ue,X,a,l,pe);if(!($e===n?qa(ue,ie,C|S,f,pe):$e))return!1}}return!0}function Vd(a){if(!mt(a)||R2(a))return!1;var l=Zn(a)?em:Wf;return l.test(Xr(a))}function t2(a){return vt(a)&&Ft(a)==Me}function n2(a){return vt(a)&&Rt(a)==_}function r2(a){return vt(a)&&ml(a.length)&&!!ut[Ft(a)]}function Sd(a){return typeof a=="function"?a:a==null?qt:typeof a=="object"?Ue(a)?Dd(a[0],a[1]):Id(a):jc(a)}function wi(a){if(!Ja(a))return lm(a);var l=[];for(var s in at(a))tt.call(a,s)&&s!="constructor"&&l.push(s);return l}function a2(a){if(!mt(a))return H2(a);var l=Ja(a),s=[];for(var f in a)f=="constructor"&&(l||!tt.call(a,f))||s.push(f);return s}function bi(a,l){return a<l}function Nd(a,l){var s=-1,f=Xt(a)?ne(a.length):[];return vr(a,function(y,x,D){f[++s]=l(y,x,D)}),f}function Id(a){var l=Ti(a);return l.length==1&&l[0][2]?dc(l[0][0],l[0][1]):function(s){return s===a||yi(s,a,l)}}function Dd(a,l){return Ai(a)&&uc(l)?dc(An(a),l):function(s){var f=Xi(s,a);return f===n&&f===l?Gi(s,a):qa(l,f,C|S)}}function Jo(a,l,s,f,y){a!==l&&mi(l,function(x,D){if(y||(y=new $n),mt(x))o2(a,l,D,s,Jo,f,y);else{var R=f?f(Fi(a,D),x,D+"",a,l,y):n;R===n&&(R=x),fi(a,D,R)}},Gt)}function o2(a,l,s,f,y,x,D){var R=Fi(a,s),X=Fi(l,s),ie=D.get(X);if(ie){fi(a,s,ie);return}var ue=x?x(R,X,s+"",a,l,D):n,pe=ue===n;if(pe){var $e=Ue(X),Ne=!$e&&br(X),Re=!$e&&!Ne&&va(X);ue=X,$e||Ne||Re?Ue(R)?ue=R:wt(R)?ue=Qt(R):Ne?(pe=!1,ue=Yd(X,!0)):Re?(pe=!1,ue=Wd(X,!0)):ue=[]:eo(X)||Gr(X)?(ue=R,Gr(R)?ue=Hc(R):(!mt(R)||Zn(R))&&(ue=sc(X))):pe=!1}pe&&(D.set(X,ue),y(ue,X,f,x,D),D.delete(X)),fi(a,s,ue)}function Od(a,l){var s=a.length;if(s)return l+=l<0?s:0,Jn(l,s)?a[l]:n}function Md(a,l,s){l.length?l=ft(l,function(x){return Ue(x)?function(D){return Kr(D,x.length===1?x[0]:x)}:x}):l=[qt];var f=-1;l=ft(l,tn(Pe()));var y=Nd(a,function(x,D,R){var X=ft(l,function(ie){return ie(x)});return{criteria:X,index:++f,value:x}});return Op(y,function(x,D){return y2(x,D,s)})}function l2(a,l){return Pd(a,l,function(s,f){return Gi(a,f)})}function Pd(a,l,s){for(var f=-1,y=l.length,x={};++f<y;){var D=l[f],R=Kr(a,D);s(R,D)&&ja(x,yr(D,a),R)}return x}function i2(a){return function(l){return Kr(l,a)}}function ki(a,l,s,f){var y=f?Dp:oa,x=-1,D=l.length,R=a;for(a===l&&(l=Qt(l)),s&&(R=ft(a,tn(s)));++x<D;)for(var X=0,ie=l[x],ue=s?s(ie):ie;(X=y(R,ue,X,f))>-1;)R!==a&&zo.call(R,X,1),zo.call(a,X,1);return a}function Td(a,l){for(var s=a?l.length:0,f=s-1;s--;){var y=l[s];if(s==f||y!==x){var x=y;Jn(y)?zo.call(a,y,1):Ei(a,y)}}return a}function xi(a,l){return a+Ko(hd()*(l-a+1))}function s2(a,l,s,f){for(var y=-1,x=Vt(Wo((l-a)/(s||1)),0),D=ne(x);x--;)D[f?x:++y]=a,a+=s;return D}function Ci(a,l){var s="";if(!a||l<1||l>de)return s;do l%2&&(s+=a),l=Ko(l/2),l&&(a+=a);while(l);return s}function Ke(a,l){return Hi(cc(a,l,qt),a+"")}function u2(a){return yd(ga(a))}function d2(a,l){var s=ga(a);return sl(s,Wr(l,0,s.length))}function ja(a,l,s,f){if(!mt(a))return a;l=yr(l,a);for(var y=-1,x=l.length,D=x-1,R=a;R!=null&&++y<x;){var X=An(l[y]),ie=s;if(X==="__proto__"||X==="constructor"||X==="prototype")return a;if(y!=D){var ue=R[X];ie=f?f(ue,X,R):n,ie===n&&(ie=mt(ue)?ue:Jn(l[y+1])?[]:{})}Qa(R,X,ie),R=R[X]}return a}var Rd=Qo?function(a,l){return Qo.set(a,l),a}:qt,c2=Yo?function(a,l){return Yo(a,"toString",{configurable:!0,enumerable:!1,value:ji(l),writable:!0})}:qt;function f2(a){return sl(ga(a))}function vn(a,l,s){var f=-1,y=a.length;l<0&&(l=-l>y?0:y+l),s=s>y?y:s,s<0&&(s+=y),y=l>s?0:s-l>>>0,l>>>=0;for(var x=ne(y);++f<y;)x[f]=a[f+l];return x}function p2(a,l){var s;return vr(a,function(f,y,x){return s=l(f,y,x),!s}),!!s}function Zo(a,l,s){var f=0,y=a==null?f:a.length;if(typeof l=="number"&&l===l&&y<=I){for(;f<y;){var x=f+y>>>1,D=a[x];D!==null&&!rn(D)&&(s?D<=l:D<l)?f=x+1:y=x}return y}return $i(a,l,qt,s)}function $i(a,l,s,f){var y=0,x=a==null?0:a.length;if(x===0)return 0;l=s(l);for(var D=l!==l,R=l===null,X=rn(l),ie=l===n;y<x;){var ue=Ko((y+x)/2),pe=s(a[ue]),$e=pe!==n,Ne=pe===null,Re=pe===pe,We=rn(pe);if(D)var Ae=f||Re;else ie?Ae=Re&&(f||$e):R?Ae=Re&&$e&&(f||!Ne):X?Ae=Re&&$e&&!Ne&&(f||!We):Ne||We?Ae=!1:Ae=f?pe<=l:pe<l;Ae?y=ue+1:x=ue}return Tt(x,P)}function Ad(a,l){for(var s=-1,f=a.length,y=0,x=[];++s<f;){var D=a[s],R=l?l(D):D;if(!s||!En(R,X)){var X=R;x[y++]=D===0?0:D}}return x}function Ld(a){return typeof a=="number"?a:rn(a)?me:+a}function nn(a){if(typeof a=="string")return a;if(Ue(a))return ft(a,nn)+"";if(rn(a))return vd?vd.call(a):"";var l=a+"";return l=="0"&&1/a==-te?"-0":l}function gr(a,l,s){var f=-1,y=Oo,x=a.length,D=!0,R=[],X=R;if(s)D=!1,y=Zl;else if(x>=i){var ie=l?null:$2(a);if(ie)return Po(ie);D=!1,y=Ha,X=new Yr}else X=l?[]:R;e:for(;++f<x;){var ue=a[f],pe=l?l(ue):ue;if(ue=s||ue!==0?ue:0,D&&pe===pe){for(var $e=X.length;$e--;)if(X[$e]===pe)continue e;l&&X.push(pe),R.push(ue)}else y(X,pe,s)||(X!==R&&X.push(pe),R.push(ue))}return R}function Ei(a,l){return l=yr(l,a),a=fc(a,l),a==null||delete a[An(gn(l))]}function Fd(a,l,s,f){return ja(a,l,s(Kr(a,l)),f)}function el(a,l,s,f){for(var y=a.length,x=f?y:-1;(f?x--:++x<y)&&l(a[x],x,a););return s?vn(a,f?0:x,f?x+1:y):vn(a,f?x+1:0,f?y:x)}function Hd(a,l){var s=a;return s instanceof Xe&&(s=s.value()),ei(l,function(f,y){return y.func.apply(y.thisArg,pr([f],y.args))},s)}function Bi(a,l,s){var f=a.length;if(f<2)return f?gr(a[0]):[];for(var y=-1,x=ne(f);++y<f;)for(var D=a[y],R=-1;++R<f;)R!=y&&(x[y]=Xa(x[y]||D,a[R],l,s));return gr(Mt(x,1),l,s)}function Ud(a,l,s){for(var f=-1,y=a.length,x=l.length,D={};++f<y;){var R=f<x?l[f]:n;s(D,a[f],R)}return D}function Vi(a){return wt(a)?a:[]}function Si(a){return typeof a=="function"?a:qt}function yr(a,l){return Ue(a)?a:Ai(a,l)?[a]:vc(et(a))}var m2=Ke;function wr(a,l,s){var f=a.length;return s=s===n?f:s,!l&&s>=f?a:vn(a,l,s)}var zd=tm||function(a){return Ot.clearTimeout(a)};function Yd(a,l){if(l)return a.slice();var s=a.length,f=dd?dd(s):new a.constructor(s);return a.copy(f),f}function Ni(a){var l=new a.constructor(a.byteLength);return new Ho(l).set(new Ho(a)),l}function h2(a,l){var s=l?Ni(a.buffer):a.buffer;return new a.constructor(s,a.byteOffset,a.byteLength)}function v2(a){var l=new a.constructor(a.source,Bu.exec(a));return l.lastIndex=a.lastIndex,l}function g2(a){return Ka?at(Ka.call(a)):{}}function Wd(a,l){var s=l?Ni(a.buffer):a.buffer;return new a.constructor(s,a.byteOffset,a.length)}function Kd(a,l){if(a!==l){var s=a!==n,f=a===null,y=a===a,x=rn(a),D=l!==n,R=l===null,X=l===l,ie=rn(l);if(!R&&!ie&&!x&&a>l||x&&D&&X&&!R&&!ie||f&&D&&X||!s&&X||!y)return 1;if(!f&&!x&&!ie&&a<l||ie&&s&&y&&!f&&!x||R&&s&&y||!D&&y||!X)return-1}return 0}function y2(a,l,s){for(var f=-1,y=a.criteria,x=l.criteria,D=y.length,R=s.length;++f<D;){var X=Kd(y[f],x[f]);if(X){if(f>=R)return X;var ie=s[f];return X*(ie=="desc"?-1:1)}}return a.index-l.index}function Qd(a,l,s,f){for(var y=-1,x=a.length,D=s.length,R=-1,X=l.length,ie=Vt(x-D,0),ue=ne(X+ie),pe=!f;++R<X;)ue[R]=l[R];for(;++y<D;)(pe||y<x)&&(ue[s[y]]=a[y]);for(;ie--;)ue[R++]=a[y++];return ue}function Xd(a,l,s,f){for(var y=-1,x=a.length,D=-1,R=s.length,X=-1,ie=l.length,ue=Vt(x-R,0),pe=ne(ue+ie),$e=!f;++y<ue;)pe[y]=a[y];for(var Ne=y;++X<ie;)pe[Ne+X]=l[X];for(;++D<R;)($e||y<x)&&(pe[Ne+s[D]]=a[y++]);return pe}function Qt(a,l){var s=-1,f=a.length;for(l||(l=ne(f));++s<f;)l[s]=a[s];return l}function Rn(a,l,s,f){var y=!s;s||(s={});for(var x=-1,D=l.length;++x<D;){var R=l[x],X=f?f(s[R],a[R],R,s,a):n;X===n&&(X=a[R]),y?qn(s,R,X):Qa(s,R,X)}return s}function w2(a,l){return Rn(a,Ri(a),l)}function b2(a,l){return Rn(a,lc(a),l)}function tl(a,l){return function(s,f){var y=Ue(s)?Ep:zm,x=l?l():{};return y(s,a,Pe(f,2),x)}}function pa(a){return Ke(function(l,s){var f=-1,y=s.length,x=y>1?s[y-1]:n,D=y>2?s[2]:n;for(x=a.length>3&&typeof x=="function"?(y--,x):n,D&&Ht(s[0],s[1],D)&&(x=y<3?n:x,y=1),l=at(l);++f<y;){var R=s[f];R&&a(l,R,f,x)}return l})}function Gd(a,l){return function(s,f){if(s==null)return s;if(!Xt(s))return a(s,f);for(var y=s.length,x=l?y:-1,D=at(s);(l?x--:++x<y)&&f(D[x],x,D)!==!1;);return s}}function qd(a){return function(l,s,f){for(var y=-1,x=at(l),D=f(l),R=D.length;R--;){var X=D[a?R:++y];if(s(x[X],X,x)===!1)break}return l}}function k2(a,l,s){var f=l&M,y=_a(a);function x(){var D=this&&this!==Ot&&this instanceof x?y:a;return D.apply(f?s:this,arguments)}return x}function jd(a){return function(l){l=et(l);var s=la(l)?Cn(l):n,f=s?s[0]:l.charAt(0),y=s?wr(s,1).join(""):l.slice(1);return f[a]()+y}}function ma(a){return function(l){return ei(Gc(Xc(l).replace(cp,"")),a,"")}}function _a(a){return function(){var l=arguments;switch(l.length){case 0:return new a;case 1:return new a(l[0]);case 2:return new a(l[0],l[1]);case 3:return new a(l[0],l[1],l[2]);case 4:return new a(l[0],l[1],l[2],l[3]);case 5:return new a(l[0],l[1],l[2],l[3],l[4]);case 6:return new a(l[0],l[1],l[2],l[3],l[4],l[5]);case 7:return new a(l[0],l[1],l[2],l[3],l[4],l[5],l[6])}var s=fa(a.prototype),f=a.apply(s,l);return mt(f)?f:s}}function x2(a,l,s){var f=_a(a);function y(){for(var x=arguments.length,D=ne(x),R=x,X=ha(y);R--;)D[R]=arguments[R];var ie=x<3&&D[0]!==X&&D[x-1]!==X?[]:mr(D,X);if(x-=ie.length,x<s)return tc(a,l,nl,y.placeholder,n,D,ie,n,n,s-x);var ue=this&&this!==Ot&&this instanceof y?f:a;return en(ue,this,D)}return y}function _d(a){return function(l,s,f){var y=at(l);if(!Xt(l)){var x=Pe(s,3);l=It(l),s=function(R){return x(y[R],R,y)}}var D=a(l,s,f);return D>-1?y[x?l[D]:D]:n}}function Jd(a){return _n(function(l){var s=l.length,f=s,y=mn.prototype.thru;for(a&&l.reverse();f--;){var x=l[f];if(typeof x!="function")throw new pn(d);if(y&&!D&&ll(x)=="wrapper")var D=new mn([],!0)}for(f=D?f:s;++f<s;){x=l[f];var R=ll(x),X=R=="wrapper"?Pi(x):n;X&&Li(X[0])&&X[1]==(F|V|Y|G)&&!X[4].length&&X[9]==1?D=D[ll(X[0])].apply(D,X[3]):D=x.length==1&&Li(x)?D[R]():D.thru(x)}return function(){var ie=arguments,ue=ie[0];if(D&&ie.length==1&&Ue(ue))return D.plant(ue).value();for(var pe=0,$e=s?l[pe].apply(this,ie):ue;++pe<s;)$e=l[pe].call(this,$e);return $e}})}function nl(a,l,s,f,y,x,D,R,X,ie){var ue=l&F,pe=l&M,$e=l&N,Ne=l&(V|O),Re=l&Q,We=$e?n:_a(a);function Ae(){for(var Qe=arguments.length,je=ne(Qe),an=Qe;an--;)je[an]=arguments[an];if(Ne)var Ut=ha(Ae),on=Pp(je,Ut);if(f&&(je=Qd(je,f,y,Ne)),x&&(je=Xd(je,x,D,Ne)),Qe-=on,Ne&&Qe<ie){var bt=mr(je,Ut);return tc(a,l,nl,Ae.placeholder,s,je,bt,R,X,ie-Qe)}var Bn=pe?s:this,tr=$e?Bn[a]:a;return Qe=je.length,R?je=z2(je,R):Re&&Qe>1&&je.reverse(),ue&&X<Qe&&(je.length=X),this&&this!==Ot&&this instanceof Ae&&(tr=We||_a(tr)),tr.apply(Bn,je)}return Ae}function Zd(a,l){return function(s,f){return jm(s,a,l(f),{})}}function rl(a,l){return function(s,f){var y;if(s===n&&f===n)return l;if(s!==n&&(y=s),f!==n){if(y===n)return f;typeof s=="string"||typeof f=="string"?(s=nn(s),f=nn(f)):(s=Ld(s),f=Ld(f)),y=a(s,f)}return y}}function Ii(a){return _n(function(l){return l=ft(l,tn(Pe())),Ke(function(s){var f=this;return a(l,function(y){return en(y,f,s)})})})}function al(a,l){l=l===n?" ":nn(l);var s=l.length;if(s<2)return s?Ci(l,a):l;var f=Ci(l,Wo(a/ia(l)));return la(l)?wr(Cn(f),0,a).join(""):f.slice(0,a)}function C2(a,l,s,f){var y=l&M,x=_a(a);function D(){for(var R=-1,X=arguments.length,ie=-1,ue=f.length,pe=ne(ue+X),$e=this&&this!==Ot&&this instanceof D?x:a;++ie<ue;)pe[ie]=f[ie];for(;X--;)pe[ie++]=arguments[++R];return en($e,y?s:this,pe)}return D}function ec(a){return function(l,s,f){return f&&typeof f!="number"&&Ht(l,s,f)&&(s=f=n),l=er(l),s===n?(s=l,l=0):s=er(s),f=f===n?l<s?1:-1:er(f),s2(l,s,f,a)}}function ol(a){return function(l,s){return typeof l=="string"&&typeof s=="string"||(l=yn(l),s=yn(s)),a(l,s)}}function tc(a,l,s,f,y,x,D,R,X,ie){var ue=l&V,pe=ue?D:n,$e=ue?n:D,Ne=ue?x:n,Re=ue?n:x;l|=ue?Y:A,l&=~(ue?A:Y),l&T||(l&=~(M|N));var We=[a,l,y,Ne,pe,Re,$e,R,X,ie],Ae=s.apply(n,We);return Li(a)&&pc(Ae,We),Ae.placeholder=f,mc(Ae,a,l)}function Di(a){var l=Bt[a];return function(s,f){if(s=yn(s),f=f==null?0:Tt(Ye(f),292),f&&md(s)){var y=(et(s)+"e").split("e"),x=l(y[0]+"e"+(+y[1]+f));return y=(et(x)+"e").split("e"),+(y[0]+"e"+(+y[1]-f))}return l(s)}}var $2=da&&1/Po(new da([,-0]))[1]==te?function(a){return new da(a)}:Zi;function nc(a){return function(l){var s=Rt(l);return s==ve?ii(l):s==_?Up(l):Mp(l,a(l))}}function jn(a,l,s,f,y,x,D,R){var X=l&N;if(!X&&typeof a!="function")throw new pn(d);var ie=f?f.length:0;if(ie||(l&=~(Y|A),f=y=n),D=D===n?D:Vt(Ye(D),0),R=R===n?R:Ye(R),ie-=y?y.length:0,l&A){var ue=f,pe=y;f=y=n}var $e=X?n:Pi(a),Ne=[a,l,s,f,y,ue,pe,x,D,R];if($e&&F2(Ne,$e),a=Ne[0],l=Ne[1],s=Ne[2],f=Ne[3],y=Ne[4],R=Ne[9]=Ne[9]===n?X?0:a.length:Vt(Ne[9]-ie,0),!R&&l&(V|O)&&(l&=~(V|O)),!l||l==M)var Re=k2(a,l,s);else l==V||l==O?Re=x2(a,l,R):(l==Y||l==(M|Y))&&!y.length?Re=C2(a,l,s,f):Re=nl.apply(n,Ne);var We=$e?Rd:pc;return mc(We(Re,Ne),a,l)}function rc(a,l,s,f){return a===n||En(a,ua[s])&&!tt.call(f,s)?l:a}function ac(a,l,s,f,y,x){return mt(a)&&mt(l)&&(x.set(l,a),Jo(a,l,n,ac,x),x.delete(l)),a}function E2(a){return eo(a)?n:a}function oc(a,l,s,f,y,x){var D=s&C,R=a.length,X=l.length;if(R!=X&&!(D&&X>R))return!1;var ie=x.get(a),ue=x.get(l);if(ie&&ue)return ie==l&&ue==a;var pe=-1,$e=!0,Ne=s&S?new Yr:n;for(x.set(a,l),x.set(l,a);++pe<R;){var Re=a[pe],We=l[pe];if(f)var Ae=D?f(We,Re,pe,l,a,x):f(Re,We,pe,a,l,x);if(Ae!==n){if(Ae)continue;$e=!1;break}if(Ne){if(!ti(l,function(Qe,je){if(!Ha(Ne,je)&&(Re===Qe||y(Re,Qe,s,f,x)))return Ne.push(je)})){$e=!1;break}}else if(!(Re===We||y(Re,We,s,f,x))){$e=!1;break}}return x.delete(a),x.delete(l),$e}function B2(a,l,s,f,y,x,D){switch(s){case Ze:if(a.byteLength!=l.byteLength||a.byteOffset!=l.byteOffset)return!1;a=a.buffer,l=l.buffer;case Nt:return!(a.byteLength!=l.byteLength||!x(new Ho(a),new Ho(l)));case E:case H:case B:return En(+a,+l);case Z:return a.name==l.name&&a.message==l.message;case Me:case fe:return a==l+"";case ve:var R=ii;case _:var X=f&C;if(R||(R=Po),a.size!=l.size&&!X)return!1;var ie=D.get(a);if(ie)return ie==l;f|=S,D.set(a,l);var ue=oc(R(a),R(l),f,y,x,D);return D.delete(a),ue;case Ve:if(Ka)return Ka.call(a)==Ka.call(l)}return!1}function V2(a,l,s,f,y,x){var D=s&C,R=Oi(a),X=R.length,ie=Oi(l),ue=ie.length;if(X!=ue&&!D)return!1;for(var pe=X;pe--;){var $e=R[pe];if(!(D?$e in l:tt.call(l,$e)))return!1}var Ne=x.get(a),Re=x.get(l);if(Ne&&Re)return Ne==l&&Re==a;var We=!0;x.set(a,l),x.set(l,a);for(var Ae=D;++pe<X;){$e=R[pe];var Qe=a[$e],je=l[$e];if(f)var an=D?f(je,Qe,$e,l,a,x):f(Qe,je,$e,a,l,x);if(!(an===n?Qe===je||y(Qe,je,s,f,x):an)){We=!1;break}Ae||(Ae=$e=="constructor")}if(We&&!Ae){var Ut=a.constructor,on=l.constructor;Ut!=on&&"constructor"in a&&"constructor"in l&&!(typeof Ut=="function"&&Ut instanceof Ut&&typeof on=="function"&&on instanceof on)&&(We=!1)}return x.delete(a),x.delete(l),We}function _n(a){return Hi(cc(a,n,bc),a+"")}function Oi(a){return Ed(a,It,Ri)}function Mi(a){return Ed(a,Gt,lc)}var Pi=Qo?function(a){return Qo.get(a)}:Zi;function ll(a){for(var l=a.name+"",s=ca[l],f=tt.call(ca,l)?s.length:0;f--;){var y=s[f],x=y.func;if(x==null||x==a)return y.name}return l}function ha(a){var l=tt.call(k,"placeholder")?k:a;return l.placeholder}function Pe(){var a=k.iteratee||_i;return a=a===_i?Sd:a,arguments.length?a(arguments[0],arguments[1]):a}function il(a,l){var s=a.__data__;return T2(l)?s[typeof l=="string"?"string":"hash"]:s.map}function Ti(a){for(var l=It(a),s=l.length;s--;){var f=l[s],y=a[f];l[s]=[f,y,uc(y)]}return l}function Qr(a,l){var s=Lp(a,l);return Vd(s)?s:n}function S2(a){var l=tt.call(a,Ur),s=a[Ur];try{a[Ur]=n;var f=!0}catch{}var y=Lo.call(a);return f&&(l?a[Ur]=s:delete a[Ur]),y}var Ri=ui?function(a){return a==null?[]:(a=at(a),fr(ui(a),function(l){return fd.call(a,l)}))}:es,lc=ui?function(a){for(var l=[];a;)pr(l,Ri(a)),a=Uo(a);return l}:es,Rt=Ft;(di&&Rt(new di(new ArrayBuffer(1)))!=Ze||za&&Rt(new za)!=ve||ci&&Rt(ci.resolve())!=be||da&&Rt(new da)!=_||Ya&&Rt(new Ya)!=Et)&&(Rt=function(a){var l=Ft(a),s=l==ye?a.constructor:n,f=s?Xr(s):"";if(f)switch(f){case dm:return Ze;case cm:return ve;case fm:return be;case pm:return _;case mm:return Et}return l});function N2(a,l,s){for(var f=-1,y=s.length;++f<y;){var x=s[f],D=x.size;switch(x.type){case"drop":a+=D;break;case"dropRight":l-=D;break;case"take":l=Tt(l,a+D);break;case"takeRight":a=Vt(a,l-D);break}}return{start:a,end:l}}function I2(a){var l=a.match(Rf);return l?l[1].split(Af):[]}function ic(a,l,s){l=yr(l,a);for(var f=-1,y=l.length,x=!1;++f<y;){var D=An(l[f]);if(!(x=a!=null&&s(a,D)))break;a=a[D]}return x||++f!=y?x:(y=a==null?0:a.length,!!y&&ml(y)&&Jn(D,y)&&(Ue(a)||Gr(a)))}function D2(a){var l=a.length,s=new a.constructor(l);return l&&typeof a[0]=="string"&&tt.call(a,"index")&&(s.index=a.index,s.input=a.input),s}function sc(a){return typeof a.constructor=="function"&&!Ja(a)?fa(Uo(a)):{}}function O2(a,l,s){var f=a.constructor;switch(l){case Nt:return Ni(a);case E:case H:return new f(+a);case Ze:return h2(a,s);case Qn:case Mr:case ur:case Pr:case Tr:case Rr:case Ar:case Lr:case Fr:return Wd(a,s);case ve:return new f;case B:case fe:return new f(a);case Me:return v2(a);case _:return new f;case Ve:return g2(a)}}function M2(a,l){var s=l.length;if(!s)return a;var f=s-1;return l[f]=(s>1?"& ":"")+l[f],l=l.join(s>2?", ":" "),a.replace(Tf,`{
16
16
  /* [wrapped with `+l+`] */
17
- `)}function b2(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 $2(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 w2(o){return!!Zd&&Zd in o}var k2=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 x2(o){var l=$i(o,function(m){return u.size===p&&u.clear(),m}),u=l.cache;return l}function E2(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 C2(o){var l=[];if(o!=null)for(var u in at(o))l.push(u);return l}function S2(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 O2(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(Q_);function rf(o,l,u){var m=l+"";return is(o,y2(m,V2(_2(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=x2(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 V2(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 B2(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 N2(o){for(var l=-1,u=o==null?0:o.length,m=0,$=[];++l<u;){var O=o[l];O&&($[m++]=O)}return $}function T2(){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 M2=je(function(o,l){return yt(o)?Za(o,Mt(l,1,yt,!0)):[]}),A2=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)):[]}),D2=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 P2(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 I2(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 R2(o,l){return o&&o.length?ui(o,Ae(l,3),!0,!0):[]}function L2(o,l){return o&&o.length?ui(o,Ae(l,3),!0):[]}function z2(o,l,u,m){var $=o==null?0:o.length;return $?(u&&typeof u!="number"&&zt(o,l,u)&&(u=0,m=$),T_(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 F2(o){var l=o==null?0:o.length;return l?Mt(o,re):[]}function H2(o,l){var u=o==null?0:o.length;return u?(l=l===n?1:Ue(l),Mt(o,l)):[]}function U2(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 W2(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 j2(o){var l=o==null?0:o.length;return l?_n(o,0,-1):[]}var Y2=je(function(o){var l=ft(o,Gl);return l.length&&l[0]===o[0]?Il(l):[]}),G2=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)):[]}),q2=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 K2(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 X2(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 Q2(o,l){return o&&o.length?$c(o,Ue(l)):n}var Z2=je(ff);function ff(o,l){return o&&o.length&&l&&l.length?Fl(o,l):o}function J2(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:N_;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:K_;return l(o)}function ag(o,l,u){(u?zt(o,l,u):l===n)?l=1:l=Ue(l);var m=Fe(o)?C_:X_;return m(o,l)}function og(o){var l=Fe(o)?S_:Z_;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:J_;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=e2(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):I_;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):R_;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):z_;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(k2(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):F_;function Ug(o){return xf(o)&&o>=-9007199254740991&&o<=fe}var Sf=zd?tn(zd):H_;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):U_;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,M_)}function hs(o,l){return o!=null&&Xc(o,l,A_)}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):W_(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,c2));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?{}:Y_(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),D_(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+=`' +
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+`
17
+ `)}function P2(a){return Ue(a)||Gr(a)||!!(pd&&a&&a[pd])}function Jn(a,l){var s=typeof a;return l=l??de,!!l&&(s=="number"||s!="symbol"&&Qf.test(a))&&a>-1&&a%1==0&&a<l}function Ht(a,l,s){if(!mt(s))return!1;var f=typeof l;return(f=="number"?Xt(s)&&Jn(l,s.length):f=="string"&&l in s)?En(s[l],a):!1}function Ai(a,l){if(Ue(a))return!1;var s=typeof a;return s=="number"||s=="symbol"||s=="boolean"||a==null||rn(a)?!0:Fa.test(a)||!Pn.test(a)||l!=null&&a in at(l)}function T2(a){var l=typeof a;return l=="string"||l=="number"||l=="symbol"||l=="boolean"?a!=="__proto__":a===null}function Li(a){var l=ll(a),s=k[l];if(typeof s!="function"||!(l in Xe.prototype))return!1;if(a===s)return!0;var f=Pi(s);return!!f&&a===f[0]}function R2(a){return!!ud&&ud in a}var A2=Ro?Zn:ts;function Ja(a){var l=a&&a.constructor,s=typeof l=="function"&&l.prototype||ua;return a===s}function uc(a){return a===a&&!mt(a)}function dc(a,l){return function(s){return s==null?!1:s[a]===l&&(l!==n||a in at(s))}}function L2(a){var l=fl(a,function(f){return s.size===m&&s.clear(),f}),s=l.cache;return l}function F2(a,l){var s=a[1],f=l[1],y=s|f,x=y<(M|N|F),D=f==F&&s==V||f==F&&s==G&&a[7].length<=l[8]||f==(F|G)&&l[7].length<=l[8]&&s==V;if(!(x||D))return a;f&M&&(a[2]=l[2],y|=s&M?0:T);var R=l[3];if(R){var X=a[3];a[3]=X?Qd(X,R,l[4]):R,a[4]=X?mr(a[3],v):l[4]}return R=l[5],R&&(X=a[5],a[5]=X?Xd(X,R,l[6]):R,a[6]=X?mr(a[5],v):l[6]),R=l[7],R&&(a[7]=R),f&F&&(a[8]=a[8]==null?l[8]:Tt(a[8],l[8])),a[9]==null&&(a[9]=l[9]),a[0]=l[0],a[1]=y,a}function H2(a){var l=[];if(a!=null)for(var s in at(a))l.push(s);return l}function U2(a){return Lo.call(a)}function cc(a,l,s){return l=Vt(l===n?a.length-1:l,0),function(){for(var f=arguments,y=-1,x=Vt(f.length-l,0),D=ne(x);++y<x;)D[y]=f[l+y];y=-1;for(var R=ne(l+1);++y<l;)R[y]=f[y];return R[l]=s(D),en(a,this,R)}}function fc(a,l){return l.length<2?a:Kr(a,vn(l,0,-1))}function z2(a,l){for(var s=a.length,f=Tt(l.length,s),y=Qt(a);f--;){var x=l[f];a[f]=Jn(x,s)?y[x]:n}return a}function Fi(a,l){if(!(l==="constructor"&&typeof a[l]=="function")&&l!="__proto__")return a[l]}var pc=hc(Rd),Za=rm||function(a,l){return Ot.setTimeout(a,l)},Hi=hc(c2);function mc(a,l,s){var f=l+"";return Hi(a,M2(f,Y2(I2(f),s)))}function hc(a){var l=0,s=0;return function(){var f=im(),y=Ce-(f-s);if(s=f,y>0){if(++l>=ge)return arguments[0]}else l=0;return a.apply(n,arguments)}}function sl(a,l){var s=-1,f=a.length,y=f-1;for(l=l===n?f:l;++s<l;){var x=xi(s,y),D=a[x];a[x]=a[s],a[s]=D}return a.length=l,a}var vc=L2(function(a){var l=[];return a.charCodeAt(0)===46&&l.push(""),a.replace(Yl,function(s,f,y,x){l.push(y?x.replace(Hf,"$1"):f||s)}),l});function An(a){if(typeof a=="string"||rn(a))return a;var l=a+"";return l=="0"&&1/a==-te?"-0":l}function Xr(a){if(a!=null){try{return Ao.call(a)}catch{}try{return a+""}catch{}}return""}function Y2(a,l){return fn(z,function(s){var f="_."+s[0];l&s[1]&&!Oo(a,f)&&a.push(f)}),a.sort()}function gc(a){if(a instanceof Xe)return a.clone();var l=new mn(a.__wrapped__,a.__chain__);return l.__actions__=Qt(a.__actions__),l.__index__=a.__index__,l.__values__=a.__values__,l}function W2(a,l,s){(s?Ht(a,l,s):l===n)?l=1:l=Vt(Ye(l),0);var f=a==null?0:a.length;if(!f||l<1)return[];for(var y=0,x=0,D=ne(Wo(f/l));y<f;)D[x++]=vn(a,y,y+=l);return D}function K2(a){for(var l=-1,s=a==null?0:a.length,f=0,y=[];++l<s;){var x=a[l];x&&(y[f++]=x)}return y}function Q2(){var a=arguments.length;if(!a)return[];for(var l=ne(a-1),s=arguments[0],f=a;f--;)l[f-1]=arguments[f];return pr(Ue(s)?Qt(s):[s],Mt(l,1))}var X2=Ke(function(a,l){return wt(a)?Xa(a,Mt(l,1,wt,!0)):[]}),G2=Ke(function(a,l){var s=gn(l);return wt(s)&&(s=n),wt(a)?Xa(a,Mt(l,1,wt,!0),Pe(s,2)):[]}),q2=Ke(function(a,l){var s=gn(l);return wt(s)&&(s=n),wt(a)?Xa(a,Mt(l,1,wt,!0),n,s):[]});function j2(a,l,s){var f=a==null?0:a.length;return f?(l=s||l===n?1:Ye(l),vn(a,l<0?0:l,f)):[]}function _2(a,l,s){var f=a==null?0:a.length;return f?(l=s||l===n?1:Ye(l),l=f-l,vn(a,0,l<0?0:l)):[]}function J2(a,l){return a&&a.length?el(a,Pe(l,3),!0,!0):[]}function Z2(a,l){return a&&a.length?el(a,Pe(l,3),!0):[]}function eh(a,l,s,f){var y=a==null?0:a.length;return y?(s&&typeof s!="number"&&Ht(a,l,s)&&(s=0,f=y),Qm(a,l,s,f)):[]}function yc(a,l,s){var f=a==null?0:a.length;if(!f)return-1;var y=s==null?0:Ye(s);return y<0&&(y=Vt(f+y,0)),Mo(a,Pe(l,3),y)}function wc(a,l,s){var f=a==null?0:a.length;if(!f)return-1;var y=f-1;return s!==n&&(y=Ye(s),y=s<0?Vt(f+y,0):Tt(y,f-1)),Mo(a,Pe(l,3),y,!0)}function bc(a){var l=a==null?0:a.length;return l?Mt(a,1):[]}function th(a){var l=a==null?0:a.length;return l?Mt(a,te):[]}function nh(a,l){var s=a==null?0:a.length;return s?(l=l===n?1:Ye(l),Mt(a,l)):[]}function rh(a){for(var l=-1,s=a==null?0:a.length,f={};++l<s;){var y=a[l];f[y[0]]=y[1]}return f}function kc(a){return a&&a.length?a[0]:n}function ah(a,l,s){var f=a==null?0:a.length;if(!f)return-1;var y=s==null?0:Ye(s);return y<0&&(y=Vt(f+y,0)),oa(a,l,y)}function oh(a){var l=a==null?0:a.length;return l?vn(a,0,-1):[]}var lh=Ke(function(a){var l=ft(a,Vi);return l.length&&l[0]===a[0]?gi(l):[]}),ih=Ke(function(a){var l=gn(a),s=ft(a,Vi);return l===gn(s)?l=n:s.pop(),s.length&&s[0]===a[0]?gi(s,Pe(l,2)):[]}),sh=Ke(function(a){var l=gn(a),s=ft(a,Vi);return l=typeof l=="function"?l:n,l&&s.pop(),s.length&&s[0]===a[0]?gi(s,n,l):[]});function uh(a,l){return a==null?"":om.call(a,l)}function gn(a){var l=a==null?0:a.length;return l?a[l-1]:n}function dh(a,l,s){var f=a==null?0:a.length;if(!f)return-1;var y=f;return s!==n&&(y=Ye(s),y=y<0?Vt(f+y,0):Tt(y,f-1)),l===l?Yp(a,l,y):Mo(a,td,y,!0)}function ch(a,l){return a&&a.length?Od(a,Ye(l)):n}var fh=Ke(xc);function xc(a,l){return a&&a.length&&l&&l.length?ki(a,l):a}function ph(a,l,s){return a&&a.length&&l&&l.length?ki(a,l,Pe(s,2)):a}function mh(a,l,s){return a&&a.length&&l&&l.length?ki(a,l,n,s):a}var hh=_n(function(a,l){var s=a==null?0:a.length,f=pi(a,l);return Td(a,ft(l,function(y){return Jn(y,s)?+y:y}).sort(Kd)),f});function vh(a,l){var s=[];if(!(a&&a.length))return s;var f=-1,y=[],x=a.length;for(l=Pe(l,3);++f<x;){var D=a[f];l(D,f,a)&&(s.push(D),y.push(f))}return Td(a,y),s}function Ui(a){return a==null?a:um.call(a)}function gh(a,l,s){var f=a==null?0:a.length;return f?(s&&typeof s!="number"&&Ht(a,l,s)?(l=0,s=f):(l=l==null?0:Ye(l),s=s===n?f:Ye(s)),vn(a,l,s)):[]}function yh(a,l){return Zo(a,l)}function wh(a,l,s){return $i(a,l,Pe(s,2))}function bh(a,l){var s=a==null?0:a.length;if(s){var f=Zo(a,l);if(f<s&&En(a[f],l))return f}return-1}function kh(a,l){return Zo(a,l,!0)}function xh(a,l,s){return $i(a,l,Pe(s,2),!0)}function Ch(a,l){var s=a==null?0:a.length;if(s){var f=Zo(a,l,!0)-1;if(En(a[f],l))return f}return-1}function $h(a){return a&&a.length?Ad(a):[]}function Eh(a,l){return a&&a.length?Ad(a,Pe(l,2)):[]}function Bh(a){var l=a==null?0:a.length;return l?vn(a,1,l):[]}function Vh(a,l,s){return a&&a.length?(l=s||l===n?1:Ye(l),vn(a,0,l<0?0:l)):[]}function Sh(a,l,s){var f=a==null?0:a.length;return f?(l=s||l===n?1:Ye(l),l=f-l,vn(a,l<0?0:l,f)):[]}function Nh(a,l){return a&&a.length?el(a,Pe(l,3),!1,!0):[]}function Ih(a,l){return a&&a.length?el(a,Pe(l,3)):[]}var Dh=Ke(function(a){return gr(Mt(a,1,wt,!0))}),Oh=Ke(function(a){var l=gn(a);return wt(l)&&(l=n),gr(Mt(a,1,wt,!0),Pe(l,2))}),Mh=Ke(function(a){var l=gn(a);return l=typeof l=="function"?l:n,gr(Mt(a,1,wt,!0),n,l)});function Ph(a){return a&&a.length?gr(a):[]}function Th(a,l){return a&&a.length?gr(a,Pe(l,2)):[]}function Rh(a,l){return l=typeof l=="function"?l:n,a&&a.length?gr(a,n,l):[]}function zi(a){if(!(a&&a.length))return[];var l=0;return a=fr(a,function(s){if(wt(s))return l=Vt(s.length,l),!0}),oi(l,function(s){return ft(a,ni(s))})}function Cc(a,l){if(!(a&&a.length))return[];var s=zi(a);return l==null?s:ft(s,function(f){return en(l,n,f)})}var Ah=Ke(function(a,l){return wt(a)?Xa(a,l):[]}),Lh=Ke(function(a){return Bi(fr(a,wt))}),Fh=Ke(function(a){var l=gn(a);return wt(l)&&(l=n),Bi(fr(a,wt),Pe(l,2))}),Hh=Ke(function(a){var l=gn(a);return l=typeof l=="function"?l:n,Bi(fr(a,wt),n,l)}),Uh=Ke(zi);function zh(a,l){return Ud(a||[],l||[],Qa)}function Yh(a,l){return Ud(a||[],l||[],ja)}var Wh=Ke(function(a){var l=a.length,s=l>1?a[l-1]:n;return s=typeof s=="function"?(a.pop(),s):n,Cc(a,s)});function $c(a){var l=k(a);return l.__chain__=!0,l}function Kh(a,l){return l(a),a}function ul(a,l){return l(a)}var Qh=_n(function(a){var l=a.length,s=l?a[0]:0,f=this.__wrapped__,y=function(x){return pi(x,a)};return l>1||this.__actions__.length||!(f instanceof Xe)||!Jn(s)?this.thru(y):(f=f.slice(s,+s+(l?1:0)),f.__actions__.push({func:ul,args:[y],thisArg:n}),new mn(f,this.__chain__).thru(function(x){return l&&!x.length&&x.push(n),x}))});function Xh(){return $c(this)}function Gh(){return new mn(this.value(),this.__chain__)}function qh(){this.__values__===n&&(this.__values__=Lc(this.value()));var a=this.__index__>=this.__values__.length,l=a?n:this.__values__[this.__index__++];return{done:a,value:l}}function jh(){return this}function _h(a){for(var l,s=this;s instanceof Go;){var f=gc(s);f.__index__=0,f.__values__=n,l?y.__wrapped__=f:l=f;var y=f;s=s.__wrapped__}return y.__wrapped__=a,l}function Jh(){var a=this.__wrapped__;if(a instanceof Xe){var l=a;return this.__actions__.length&&(l=new Xe(this)),l=l.reverse(),l.__actions__.push({func:ul,args:[Ui],thisArg:n}),new mn(l,this.__chain__)}return this.thru(Ui)}function Zh(){return Hd(this.__wrapped__,this.__actions__)}var ev=tl(function(a,l,s){tt.call(a,s)?++a[s]:qn(a,s,1)});function tv(a,l,s){var f=Ue(a)?Zu:Km;return s&&Ht(a,l,s)&&(l=n),f(a,Pe(l,3))}function nv(a,l){var s=Ue(a)?fr:Cd;return s(a,Pe(l,3))}var rv=_d(yc),av=_d(wc);function ov(a,l){return Mt(dl(a,l),1)}function lv(a,l){return Mt(dl(a,l),te)}function iv(a,l,s){return s=s===n?1:Ye(s),Mt(dl(a,l),s)}function Ec(a,l){var s=Ue(a)?fn:vr;return s(a,Pe(l,3))}function Bc(a,l){var s=Ue(a)?Bp:xd;return s(a,Pe(l,3))}var sv=tl(function(a,l,s){tt.call(a,s)?a[s].push(l):qn(a,s,[l])});function uv(a,l,s,f){a=Xt(a)?a:ga(a),s=s&&!f?Ye(s):0;var y=a.length;return s<0&&(s=Vt(y+s,0)),hl(a)?s<=y&&a.indexOf(l,s)>-1:!!y&&oa(a,l,s)>-1}var dv=Ke(function(a,l,s){var f=-1,y=typeof l=="function",x=Xt(a)?ne(a.length):[];return vr(a,function(D){x[++f]=y?en(l,D,s):Ga(D,l,s)}),x}),cv=tl(function(a,l,s){qn(a,s,l)});function dl(a,l){var s=Ue(a)?ft:Nd;return s(a,Pe(l,3))}function fv(a,l,s,f){return a==null?[]:(Ue(l)||(l=l==null?[]:[l]),s=f?n:s,Ue(s)||(s=s==null?[]:[s]),Md(a,l,s))}var pv=tl(function(a,l,s){a[s?0:1].push(l)},function(){return[[],[]]});function mv(a,l,s){var f=Ue(a)?ei:rd,y=arguments.length<3;return f(a,Pe(l,4),s,y,vr)}function hv(a,l,s){var f=Ue(a)?Vp:rd,y=arguments.length<3;return f(a,Pe(l,4),s,y,xd)}function vv(a,l){var s=Ue(a)?fr:Cd;return s(a,pl(Pe(l,3)))}function gv(a){var l=Ue(a)?yd:u2;return l(a)}function yv(a,l,s){(s?Ht(a,l,s):l===n)?l=1:l=Ye(l);var f=Ue(a)?Hm:d2;return f(a,l)}function wv(a){var l=Ue(a)?Um:f2;return l(a)}function bv(a){if(a==null)return 0;if(Xt(a))return hl(a)?ia(a):a.length;var l=Rt(a);return l==ve||l==_?a.size:wi(a).length}function kv(a,l,s){var f=Ue(a)?ti:p2;return s&&Ht(a,l,s)&&(l=n),f(a,Pe(l,3))}var xv=Ke(function(a,l){if(a==null)return[];var s=l.length;return s>1&&Ht(a,l[0],l[1])?l=[]:s>2&&Ht(l[0],l[1],l[2])&&(l=[l[0]]),Md(a,Mt(l,1),[])}),cl=nm||function(){return Ot.Date.now()};function Cv(a,l){if(typeof l!="function")throw new pn(d);return a=Ye(a),function(){if(--a<1)return l.apply(this,arguments)}}function Vc(a,l,s){return l=s?n:l,l=a&&l==null?a.length:l,jn(a,F,n,n,n,n,l)}function Sc(a,l){var s;if(typeof l!="function")throw new pn(d);return a=Ye(a),function(){return--a>0&&(s=l.apply(this,arguments)),a<=1&&(l=n),s}}var Yi=Ke(function(a,l,s){var f=M;if(s.length){var y=mr(s,ha(Yi));f|=Y}return jn(a,f,l,s,y)}),Nc=Ke(function(a,l,s){var f=M|N;if(s.length){var y=mr(s,ha(Nc));f|=Y}return jn(l,f,a,s,y)});function Ic(a,l,s){l=s?n:l;var f=jn(a,V,n,n,n,n,n,l);return f.placeholder=Ic.placeholder,f}function Dc(a,l,s){l=s?n:l;var f=jn(a,O,n,n,n,n,n,l);return f.placeholder=Dc.placeholder,f}function Oc(a,l,s){var f,y,x,D,R,X,ie=0,ue=!1,pe=!1,$e=!0;if(typeof a!="function")throw new pn(d);l=yn(l)||0,mt(s)&&(ue=!!s.leading,pe="maxWait"in s,x=pe?Vt(yn(s.maxWait)||0,l):x,$e="trailing"in s?!!s.trailing:$e);function Ne(bt){var Bn=f,tr=y;return f=y=n,ie=bt,D=a.apply(tr,Bn),D}function Re(bt){return ie=bt,R=Za(Qe,l),ue?Ne(bt):D}function We(bt){var Bn=bt-X,tr=bt-ie,_c=l-Bn;return pe?Tt(_c,x-tr):_c}function Ae(bt){var Bn=bt-X,tr=bt-ie;return X===n||Bn>=l||Bn<0||pe&&tr>=x}function Qe(){var bt=cl();if(Ae(bt))return je(bt);R=Za(Qe,We(bt))}function je(bt){return R=n,$e&&f?Ne(bt):(f=y=n,D)}function an(){R!==n&&zd(R),ie=0,f=X=y=R=n}function Ut(){return R===n?D:je(cl())}function on(){var bt=cl(),Bn=Ae(bt);if(f=arguments,y=this,X=bt,Bn){if(R===n)return Re(X);if(pe)return zd(R),R=Za(Qe,l),Ne(X)}return R===n&&(R=Za(Qe,l)),D}return on.cancel=an,on.flush=Ut,on}var $v=Ke(function(a,l){return kd(a,1,l)}),Ev=Ke(function(a,l,s){return kd(a,yn(l)||0,s)});function Bv(a){return jn(a,Q)}function fl(a,l){if(typeof a!="function"||l!=null&&typeof l!="function")throw new pn(d);var s=function(){var f=arguments,y=l?l.apply(this,f):f[0],x=s.cache;if(x.has(y))return x.get(y);var D=a.apply(this,f);return s.cache=x.set(y,D)||x,D};return s.cache=new(fl.Cache||Gn),s}fl.Cache=Gn;function pl(a){if(typeof a!="function")throw new pn(d);return function(){var l=arguments;switch(l.length){case 0:return!a.call(this);case 1:return!a.call(this,l[0]);case 2:return!a.call(this,l[0],l[1]);case 3:return!a.call(this,l[0],l[1],l[2])}return!a.apply(this,l)}}function Vv(a){return Sc(2,a)}var Sv=m2(function(a,l){l=l.length==1&&Ue(l[0])?ft(l[0],tn(Pe())):ft(Mt(l,1),tn(Pe()));var s=l.length;return Ke(function(f){for(var y=-1,x=Tt(f.length,s);++y<x;)f[y]=l[y].call(this,f[y]);return en(a,this,f)})}),Wi=Ke(function(a,l){var s=mr(l,ha(Wi));return jn(a,Y,n,l,s)}),Mc=Ke(function(a,l){var s=mr(l,ha(Mc));return jn(a,A,n,l,s)}),Nv=_n(function(a,l){return jn(a,G,n,n,n,l)});function Iv(a,l){if(typeof a!="function")throw new pn(d);return l=l===n?l:Ye(l),Ke(a,l)}function Dv(a,l){if(typeof a!="function")throw new pn(d);return l=l==null?0:Vt(Ye(l),0),Ke(function(s){var f=s[l],y=wr(s,0,l);return f&&pr(y,f),en(a,this,y)})}function Ov(a,l,s){var f=!0,y=!0;if(typeof a!="function")throw new pn(d);return mt(s)&&(f="leading"in s?!!s.leading:f,y="trailing"in s?!!s.trailing:y),Oc(a,l,{leading:f,maxWait:l,trailing:y})}function Mv(a){return Vc(a,1)}function Pv(a,l){return Wi(Si(l),a)}function Tv(){if(!arguments.length)return[];var a=arguments[0];return Ue(a)?a:[a]}function Rv(a){return hn(a,b)}function Av(a,l){return l=typeof l=="function"?l:n,hn(a,b,l)}function Lv(a){return hn(a,g|b)}function Fv(a,l){return l=typeof l=="function"?l:n,hn(a,g|b,l)}function Hv(a,l){return l==null||bd(a,l,It(l))}function En(a,l){return a===l||a!==a&&l!==l}var Uv=ol(vi),zv=ol(function(a,l){return a>=l}),Gr=Bd(function(){return arguments}())?Bd:function(a){return vt(a)&&tt.call(a,"callee")&&!fd.call(a,"callee")},Ue=ne.isArray,Yv=Xu?tn(Xu):_m;function Xt(a){return a!=null&&ml(a.length)&&!Zn(a)}function wt(a){return vt(a)&&Xt(a)}function Wv(a){return a===!0||a===!1||vt(a)&&Ft(a)==E}var br=am||ts,Kv=Gu?tn(Gu):Jm;function Qv(a){return vt(a)&&a.nodeType===1&&!eo(a)}function Xv(a){if(a==null)return!0;if(Xt(a)&&(Ue(a)||typeof a=="string"||typeof a.splice=="function"||br(a)||va(a)||Gr(a)))return!a.length;var l=Rt(a);if(l==ve||l==_)return!a.size;if(Ja(a))return!wi(a).length;for(var s in a)if(tt.call(a,s))return!1;return!0}function Gv(a,l){return qa(a,l)}function qv(a,l,s){s=typeof s=="function"?s:n;var f=s?s(a,l):n;return f===n?qa(a,l,n,s):!!f}function Ki(a){if(!vt(a))return!1;var l=Ft(a);return l==Z||l==ce||typeof a.message=="string"&&typeof a.name=="string"&&!eo(a)}function jv(a){return typeof a=="number"&&md(a)}function Zn(a){if(!mt(a))return!1;var l=Ft(a);return l==Oe||l==se||l==h||l==ze}function Pc(a){return typeof a=="number"&&a==Ye(a)}function ml(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=de}function mt(a){var l=typeof a;return a!=null&&(l=="object"||l=="function")}function vt(a){return a!=null&&typeof a=="object"}var Tc=qu?tn(qu):e2;function _v(a,l){return a===l||yi(a,l,Ti(l))}function Jv(a,l,s){return s=typeof s=="function"?s:n,yi(a,l,Ti(l),s)}function Zv(a){return Rc(a)&&a!=+a}function e3(a){if(A2(a))throw new He(u);return Vd(a)}function t3(a){return a===null}function n3(a){return a==null}function Rc(a){return typeof a=="number"||vt(a)&&Ft(a)==B}function eo(a){if(!vt(a)||Ft(a)!=ye)return!1;var l=Uo(a);if(l===null)return!0;var s=tt.call(l,"constructor")&&l.constructor;return typeof s=="function"&&s instanceof s&&Ao.call(s)==Jp}var Qi=ju?tn(ju):t2;function r3(a){return Pc(a)&&a>=-de&&a<=de}var Ac=_u?tn(_u):n2;function hl(a){return typeof a=="string"||!Ue(a)&&vt(a)&&Ft(a)==fe}function rn(a){return typeof a=="symbol"||vt(a)&&Ft(a)==Ve}var va=Ju?tn(Ju):r2;function a3(a){return a===n}function o3(a){return vt(a)&&Rt(a)==Et}function l3(a){return vt(a)&&Ft(a)==Ie}var i3=ol(bi),s3=ol(function(a,l){return a<=l});function Lc(a){if(!a)return[];if(Xt(a))return hl(a)?Cn(a):Qt(a);if(Ua&&a[Ua])return Hp(a[Ua]());var l=Rt(a),s=l==ve?ii:l==_?Po:ga;return s(a)}function er(a){if(!a)return a===0?a:0;if(a=yn(a),a===te||a===-te){var l=a<0?-1:1;return l*re}return a===a?a:0}function Ye(a){var l=er(a),s=l%1;return l===l?s?l-s:l:0}function Fc(a){return a?Wr(Ye(a),0,J):0}function yn(a){if(typeof a=="number")return a;if(rn(a))return me;if(mt(a)){var l=typeof a.valueOf=="function"?a.valueOf():a;a=mt(l)?l+"":l}if(typeof a!="string")return a===0?a:+a;a=ad(a);var s=Yf.test(a);return s||Kf.test(a)?Cp(a.slice(2),s?2:8):zf.test(a)?me:+a}function Hc(a){return Rn(a,Gt(a))}function u3(a){return a?Wr(Ye(a),-de,de):a===0?a:0}function et(a){return a==null?"":nn(a)}var d3=pa(function(a,l){if(Ja(l)||Xt(l)){Rn(l,It(l),a);return}for(var s in l)tt.call(l,s)&&Qa(a,s,l[s])}),Uc=pa(function(a,l){Rn(l,Gt(l),a)}),vl=pa(function(a,l,s,f){Rn(l,Gt(l),a,f)}),c3=pa(function(a,l,s,f){Rn(l,It(l),a,f)}),f3=_n(pi);function p3(a,l){var s=fa(a);return l==null?s:wd(s,l)}var m3=Ke(function(a,l){a=at(a);var s=-1,f=l.length,y=f>2?l[2]:n;for(y&&Ht(l[0],l[1],y)&&(f=1);++s<f;)for(var x=l[s],D=Gt(x),R=-1,X=D.length;++R<X;){var ie=D[R],ue=a[ie];(ue===n||En(ue,ua[ie])&&!tt.call(a,ie))&&(a[ie]=x[ie])}return a}),h3=Ke(function(a){return a.push(n,ac),en(zc,n,a)});function v3(a,l){return ed(a,Pe(l,3),Tn)}function g3(a,l){return ed(a,Pe(l,3),hi)}function y3(a,l){return a==null?a:mi(a,Pe(l,3),Gt)}function w3(a,l){return a==null?a:$d(a,Pe(l,3),Gt)}function b3(a,l){return a&&Tn(a,Pe(l,3))}function k3(a,l){return a&&hi(a,Pe(l,3))}function x3(a){return a==null?[]:_o(a,It(a))}function C3(a){return a==null?[]:_o(a,Gt(a))}function Xi(a,l,s){var f=a==null?n:Kr(a,l);return f===n?s:f}function $3(a,l){return a!=null&&ic(a,l,Xm)}function Gi(a,l){return a!=null&&ic(a,l,Gm)}var E3=Zd(function(a,l,s){l!=null&&typeof l.toString!="function"&&(l=Lo.call(l)),a[l]=s},ji(qt)),B3=Zd(function(a,l,s){l!=null&&typeof l.toString!="function"&&(l=Lo.call(l)),tt.call(a,l)?a[l].push(s):a[l]=[s]},Pe),V3=Ke(Ga);function It(a){return Xt(a)?gd(a):wi(a)}function Gt(a){return Xt(a)?gd(a,!0):a2(a)}function S3(a,l){var s={};return l=Pe(l,3),Tn(a,function(f,y,x){qn(s,l(f,y,x),f)}),s}function N3(a,l){var s={};return l=Pe(l,3),Tn(a,function(f,y,x){qn(s,y,l(f,y,x))}),s}var I3=pa(function(a,l,s){Jo(a,l,s)}),zc=pa(function(a,l,s,f){Jo(a,l,s,f)}),D3=_n(function(a,l){var s={};if(a==null)return s;var f=!1;l=ft(l,function(x){return x=yr(x,a),f||(f=x.length>1),x}),Rn(a,Mi(a),s),f&&(s=hn(s,g|w|b,E2));for(var y=l.length;y--;)Ei(s,l[y]);return s});function O3(a,l){return Yc(a,pl(Pe(l)))}var M3=_n(function(a,l){return a==null?{}:l2(a,l)});function Yc(a,l){if(a==null)return{};var s=ft(Mi(a),function(f){return[f]});return l=Pe(l),Pd(a,s,function(f,y){return l(f,y[0])})}function P3(a,l,s){l=yr(l,a);var f=-1,y=l.length;for(y||(y=1,a=n);++f<y;){var x=a==null?n:a[An(l[f])];x===n&&(f=y,x=s),a=Zn(x)?x.call(a):x}return a}function T3(a,l,s){return a==null?a:ja(a,l,s)}function R3(a,l,s,f){return f=typeof f=="function"?f:n,a==null?a:ja(a,l,s,f)}var Wc=nc(It),Kc=nc(Gt);function A3(a,l,s){var f=Ue(a),y=f||br(a)||va(a);if(l=Pe(l,4),s==null){var x=a&&a.constructor;y?s=f?new x:[]:mt(a)?s=Zn(x)?fa(Uo(a)):{}:s={}}return(y?fn:Tn)(a,function(D,R,X){return l(s,D,R,X)}),s}function L3(a,l){return a==null?!0:Ei(a,l)}function F3(a,l,s){return a==null?a:Fd(a,l,Si(s))}function H3(a,l,s,f){return f=typeof f=="function"?f:n,a==null?a:Fd(a,l,Si(s),f)}function ga(a){return a==null?[]:li(a,It(a))}function U3(a){return a==null?[]:li(a,Gt(a))}function z3(a,l,s){return s===n&&(s=l,l=n),s!==n&&(s=yn(s),s=s===s?s:0),l!==n&&(l=yn(l),l=l===l?l:0),Wr(yn(a),l,s)}function Y3(a,l,s){return l=er(l),s===n?(s=l,l=0):s=er(s),a=yn(a),qm(a,l,s)}function W3(a,l,s){if(s&&typeof s!="boolean"&&Ht(a,l,s)&&(l=s=n),s===n&&(typeof l=="boolean"?(s=l,l=n):typeof a=="boolean"&&(s=a,a=n)),a===n&&l===n?(a=0,l=1):(a=er(a),l===n?(l=a,a=0):l=er(l)),a>l){var f=a;a=l,l=f}if(s||a%1||l%1){var y=hd();return Tt(a+y*(l-a+xp("1e-"+((y+"").length-1))),l)}return xi(a,l)}var K3=ma(function(a,l,s){return l=l.toLowerCase(),a+(s?Qc(l):l)});function Qc(a){return qi(et(a).toLowerCase())}function Xc(a){return a=et(a),a&&a.replace(Xf,Tp).replace(fp,"")}function Q3(a,l,s){a=et(a),l=nn(l);var f=a.length;s=s===n?f:Wr(Ye(s),0,f);var y=s;return s-=l.length,s>=0&&a.slice(s,y)==l}function X3(a){return a=et(a),a&&dn.test(a)?a.replace(xe,Rp):a}function G3(a){return a=et(a),a&&Mf.test(a)?a.replace(Wl,"\\$&"):a}var q3=ma(function(a,l,s){return a+(s?"-":"")+l.toLowerCase()}),j3=ma(function(a,l,s){return a+(s?" ":"")+l.toLowerCase()}),_3=jd("toLowerCase");function J3(a,l,s){a=et(a),l=Ye(l);var f=l?ia(a):0;if(!l||f>=l)return a;var y=(l-f)/2;return al(Ko(y),s)+a+al(Wo(y),s)}function Z3(a,l,s){a=et(a),l=Ye(l);var f=l?ia(a):0;return l&&f<l?a+al(l-f,s):a}function eg(a,l,s){a=et(a),l=Ye(l);var f=l?ia(a):0;return l&&f<l?al(l-f,s)+a:a}function tg(a,l,s){return s||l==null?l=0:l&&(l=+l),sm(et(a).replace(Kl,""),l||0)}function ng(a,l,s){return(s?Ht(a,l,s):l===n)?l=1:l=Ye(l),Ci(et(a),l)}function rg(){var a=arguments,l=et(a[0]);return a.length<3?l:l.replace(a[1],a[2])}var ag=ma(function(a,l,s){return a+(s?"_":"")+l.toLowerCase()});function og(a,l,s){return s&&typeof s!="number"&&Ht(a,l,s)&&(l=s=n),s=s===n?J:s>>>0,s?(a=et(a),a&&(typeof l=="string"||l!=null&&!Qi(l))&&(l=nn(l),!l&&la(a))?wr(Cn(a),0,s):a.split(l,s)):[]}var lg=ma(function(a,l,s){return a+(s?" ":"")+qi(l)});function ig(a,l,s){return a=et(a),s=s==null?0:Wr(Ye(s),0,a.length),l=nn(l),a.slice(s,s+l.length)==l}function sg(a,l,s){var f=k.templateSettings;s&&Ht(a,l,s)&&(l=n),a=et(a),l=vl({},l,f,rc);var y=vl({},l.imports,f.imports,rc),x=It(y),D=li(y,x),R,X,ie=0,ue=l.interpolate||No,pe="__p += '",$e=si((l.escape||No).source+"|"+ue.source+"|"+(ue===cr?Uf:No).source+"|"+(l.evaluate||No).source+"|$","g"),Ne="//# sourceURL="+(tt.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++gp+"]")+`
18
+ `;a.replace($e,function(Ae,Qe,je,an,Ut,on){return je||(je=an),pe+=a.slice(ie,on).replace(Gf,Ap),Qe&&(R=!0,pe+=`' +
19
+ __e(`+Qe+`) +
20
+ '`),Ut&&(X=!0,pe+=`';
21
+ `+Ut+`;
22
+ __p += '`),je&&(pe+=`' +
23
+ ((__t = (`+je+`)) == null ? '' : __t) +
24
+ '`),ie=on+Ae.length,Ae}),pe+=`';
25
+ `;var Re=tt.call(l,"variable")&&l.variable;if(!Re)pe=`with (obj) {
26
+ `+pe+`
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(Ff.test(Re))throw new He(c);pe=(X?pe.replace(ee,""):pe).replace(ke,"$1").replace(De,"$1;"),pe="function("+(Re||"obj")+`) {
29
+ `+(Re?"":`obj || (obj = {});
30
+ `)+"var __t, __p = ''"+(R?", __e = _.escape":"")+(X?`, __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 B_(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)):G_(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=B2,E.compact=N2,E.concat=T2,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=M2,E.differenceBy=A2,E.differenceWith=D2,E.drop=P2,E.dropRight=I2,E.dropRightWhile=R2,E.dropWhile=L2,E.fill=z2,E.filter=Hv,E.flatMap=jv,E.flatMapDeep=Yv,E.flatMapDepth=Gv,E.flatten=df,E.flattenDeep=F2,E.flattenDepth=H2,E.flip=fg,E.flow=l3,E.flowRight=s3,E.fromPairs=U2,E.functions=sy,E.functionsIn=uy,E.groupBy=qv,E.initial=j2,E.intersection=Y2,E.intersectionBy=G2,E.intersectionWith=q2,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=Z2,E.pullAll=ff,E.pullAllBy=J2,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=W2,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=K2,E.kebabCase=Dy,E.last=vn,E.lastIndexOf=X2,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=Q2,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=t_,Ge.prototype.reverse=n_,Ge.prototype.value=r_,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;/**
35
- * @vue/shared v3.5.13
36
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
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,"."))}}})}/*!
39
- * isElementVisible
40
- * Adapted from https://github.com/testing-library/jest-dom
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(`
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;
33
+ `)+pe+`return __p
34
+ }`;var We=qc(function(){return _e(x,Ne+"return "+pe).apply(n,D)});if(We.source=pe,Ki(We))throw We;return We}function ug(a){return et(a).toLowerCase()}function dg(a){return et(a).toUpperCase()}function cg(a,l,s){if(a=et(a),a&&(s||l===n))return ad(a);if(!a||!(l=nn(l)))return a;var f=Cn(a),y=Cn(l),x=od(f,y),D=ld(f,y)+1;return wr(f,x,D).join("")}function fg(a,l,s){if(a=et(a),a&&(s||l===n))return a.slice(0,sd(a)+1);if(!a||!(l=nn(l)))return a;var f=Cn(a),y=ld(f,Cn(l))+1;return wr(f,0,y).join("")}function pg(a,l,s){if(a=et(a),a&&(s||l===n))return a.replace(Kl,"");if(!a||!(l=nn(l)))return a;var f=Cn(a),y=od(f,Cn(l));return wr(f,y).join("")}function mg(a,l){var s=q,f=ae;if(mt(l)){var y="separator"in l?l.separator:y;s="length"in l?Ye(l.length):s,f="omission"in l?nn(l.omission):f}a=et(a);var x=a.length;if(la(a)){var D=Cn(a);x=D.length}if(s>=x)return a;var R=s-ia(f);if(R<1)return f;var X=D?wr(D,0,R).join(""):a.slice(0,R);if(y===n)return X+f;if(D&&(R+=X.length-R),Qi(y)){if(a.slice(R).search(y)){var ie,ue=X;for(y.global||(y=si(y.source,et(Bu.exec(y))+"g")),y.lastIndex=0;ie=y.exec(ue);)var pe=ie.index;X=X.slice(0,pe===n?R:pe)}}else if(a.indexOf(nn(y),R)!=R){var $e=X.lastIndexOf(y);$e>-1&&(X=X.slice(0,$e))}return X+f}function hg(a){return a=et(a),a&&Se.test(a)?a.replace(oe,Wp):a}var vg=ma(function(a,l,s){return a+(s?" ":"")+l.toUpperCase()}),qi=jd("toUpperCase");function Gc(a,l,s){return a=et(a),l=s?n:l,l===n?Fp(a)?Xp(a):Ip(a):a.match(l)||[]}var qc=Ke(function(a,l){try{return en(a,n,l)}catch(s){return Ki(s)?s:new He(s)}}),gg=_n(function(a,l){return fn(l,function(s){s=An(s),qn(a,s,Yi(a[s],a))}),a});function yg(a){var l=a==null?0:a.length,s=Pe();return a=l?ft(a,function(f){if(typeof f[1]!="function")throw new pn(d);return[s(f[0]),f[1]]}):[],Ke(function(f){for(var y=-1;++y<l;){var x=a[y];if(en(x[0],this,f))return en(x[1],this,f)}})}function wg(a){return Wm(hn(a,g))}function ji(a){return function(){return a}}function bg(a,l){return a==null||a!==a?l:a}var kg=Jd(),xg=Jd(!0);function qt(a){return a}function _i(a){return Sd(typeof a=="function"?a:hn(a,g))}function Cg(a){return Id(hn(a,g))}function $g(a,l){return Dd(a,hn(l,g))}var Eg=Ke(function(a,l){return function(s){return Ga(s,a,l)}}),Bg=Ke(function(a,l){return function(s){return Ga(a,s,l)}});function Ji(a,l,s){var f=It(l),y=_o(l,f);s==null&&!(mt(l)&&(y.length||!f.length))&&(s=l,l=a,a=this,y=_o(l,It(l)));var x=!(mt(s)&&"chain"in s)||!!s.chain,D=Zn(a);return fn(y,function(R){var X=l[R];a[R]=X,D&&(a.prototype[R]=function(){var ie=this.__chain__;if(x||ie){var ue=a(this.__wrapped__),pe=ue.__actions__=Qt(this.__actions__);return pe.push({func:X,args:arguments,thisArg:a}),ue.__chain__=ie,ue}return X.apply(a,pr([this.value()],arguments))})}),a}function Vg(){return Ot._===this&&(Ot._=Zp),this}function Zi(){}function Sg(a){return a=Ye(a),Ke(function(l){return Od(l,a)})}var Ng=Ii(ft),Ig=Ii(Zu),Dg=Ii(ti);function jc(a){return Ai(a)?ni(An(a)):i2(a)}function Og(a){return function(l){return a==null?n:Kr(a,l)}}var Mg=ec(),Pg=ec(!0);function es(){return[]}function ts(){return!1}function Tg(){return{}}function Rg(){return""}function Ag(){return!0}function Lg(a,l){if(a=Ye(a),a<1||a>de)return[];var s=J,f=Tt(a,J);l=Pe(l),a-=J;for(var y=oi(f,l);++s<a;)l(s);return y}function Fg(a){return Ue(a)?ft(a,An):rn(a)?[a]:Qt(vc(et(a)))}function Hg(a){var l=++_p;return et(a)+l}var Ug=rl(function(a,l){return a+l},0),zg=Di("ceil"),Yg=rl(function(a,l){return a/l},1),Wg=Di("floor");function Kg(a){return a&&a.length?jo(a,qt,vi):n}function Qg(a,l){return a&&a.length?jo(a,Pe(l,2),vi):n}function Xg(a){return nd(a,qt)}function Gg(a,l){return nd(a,Pe(l,2))}function qg(a){return a&&a.length?jo(a,qt,bi):n}function jg(a,l){return a&&a.length?jo(a,Pe(l,2),bi):n}var _g=rl(function(a,l){return a*l},1),Jg=Di("round"),Zg=rl(function(a,l){return a-l},0);function ey(a){return a&&a.length?ai(a,qt):0}function ty(a,l){return a&&a.length?ai(a,Pe(l,2)):0}return k.after=Cv,k.ary=Vc,k.assign=d3,k.assignIn=Uc,k.assignInWith=vl,k.assignWith=c3,k.at=f3,k.before=Sc,k.bind=Yi,k.bindAll=gg,k.bindKey=Nc,k.castArray=Tv,k.chain=$c,k.chunk=W2,k.compact=K2,k.concat=Q2,k.cond=yg,k.conforms=wg,k.constant=ji,k.countBy=ev,k.create=p3,k.curry=Ic,k.curryRight=Dc,k.debounce=Oc,k.defaults=m3,k.defaultsDeep=h3,k.defer=$v,k.delay=Ev,k.difference=X2,k.differenceBy=G2,k.differenceWith=q2,k.drop=j2,k.dropRight=_2,k.dropRightWhile=J2,k.dropWhile=Z2,k.fill=eh,k.filter=nv,k.flatMap=ov,k.flatMapDeep=lv,k.flatMapDepth=iv,k.flatten=bc,k.flattenDeep=th,k.flattenDepth=nh,k.flip=Bv,k.flow=kg,k.flowRight=xg,k.fromPairs=rh,k.functions=x3,k.functionsIn=C3,k.groupBy=sv,k.initial=oh,k.intersection=lh,k.intersectionBy=ih,k.intersectionWith=sh,k.invert=E3,k.invertBy=B3,k.invokeMap=dv,k.iteratee=_i,k.keyBy=cv,k.keys=It,k.keysIn=Gt,k.map=dl,k.mapKeys=S3,k.mapValues=N3,k.matches=Cg,k.matchesProperty=$g,k.memoize=fl,k.merge=I3,k.mergeWith=zc,k.method=Eg,k.methodOf=Bg,k.mixin=Ji,k.negate=pl,k.nthArg=Sg,k.omit=D3,k.omitBy=O3,k.once=Vv,k.orderBy=fv,k.over=Ng,k.overArgs=Sv,k.overEvery=Ig,k.overSome=Dg,k.partial=Wi,k.partialRight=Mc,k.partition=pv,k.pick=M3,k.pickBy=Yc,k.property=jc,k.propertyOf=Og,k.pull=fh,k.pullAll=xc,k.pullAllBy=ph,k.pullAllWith=mh,k.pullAt=hh,k.range=Mg,k.rangeRight=Pg,k.rearg=Nv,k.reject=vv,k.remove=vh,k.rest=Iv,k.reverse=Ui,k.sampleSize=yv,k.set=T3,k.setWith=R3,k.shuffle=wv,k.slice=gh,k.sortBy=xv,k.sortedUniq=$h,k.sortedUniqBy=Eh,k.split=og,k.spread=Dv,k.tail=Bh,k.take=Vh,k.takeRight=Sh,k.takeRightWhile=Nh,k.takeWhile=Ih,k.tap=Kh,k.throttle=Ov,k.thru=ul,k.toArray=Lc,k.toPairs=Wc,k.toPairsIn=Kc,k.toPath=Fg,k.toPlainObject=Hc,k.transform=A3,k.unary=Mv,k.union=Dh,k.unionBy=Oh,k.unionWith=Mh,k.uniq=Ph,k.uniqBy=Th,k.uniqWith=Rh,k.unset=L3,k.unzip=zi,k.unzipWith=Cc,k.update=F3,k.updateWith=H3,k.values=ga,k.valuesIn=U3,k.without=Ah,k.words=Gc,k.wrap=Pv,k.xor=Lh,k.xorBy=Fh,k.xorWith=Hh,k.zip=Uh,k.zipObject=zh,k.zipObjectDeep=Yh,k.zipWith=Wh,k.entries=Wc,k.entriesIn=Kc,k.extend=Uc,k.extendWith=vl,Ji(k,k),k.add=Ug,k.attempt=qc,k.camelCase=K3,k.capitalize=Qc,k.ceil=zg,k.clamp=z3,k.clone=Rv,k.cloneDeep=Lv,k.cloneDeepWith=Fv,k.cloneWith=Av,k.conformsTo=Hv,k.deburr=Xc,k.defaultTo=bg,k.divide=Yg,k.endsWith=Q3,k.eq=En,k.escape=X3,k.escapeRegExp=G3,k.every=tv,k.find=rv,k.findIndex=yc,k.findKey=v3,k.findLast=av,k.findLastIndex=wc,k.findLastKey=g3,k.floor=Wg,k.forEach=Ec,k.forEachRight=Bc,k.forIn=y3,k.forInRight=w3,k.forOwn=b3,k.forOwnRight=k3,k.get=Xi,k.gt=Uv,k.gte=zv,k.has=$3,k.hasIn=Gi,k.head=kc,k.identity=qt,k.includes=uv,k.indexOf=ah,k.inRange=Y3,k.invoke=V3,k.isArguments=Gr,k.isArray=Ue,k.isArrayBuffer=Yv,k.isArrayLike=Xt,k.isArrayLikeObject=wt,k.isBoolean=Wv,k.isBuffer=br,k.isDate=Kv,k.isElement=Qv,k.isEmpty=Xv,k.isEqual=Gv,k.isEqualWith=qv,k.isError=Ki,k.isFinite=jv,k.isFunction=Zn,k.isInteger=Pc,k.isLength=ml,k.isMap=Tc,k.isMatch=_v,k.isMatchWith=Jv,k.isNaN=Zv,k.isNative=e3,k.isNil=n3,k.isNull=t3,k.isNumber=Rc,k.isObject=mt,k.isObjectLike=vt,k.isPlainObject=eo,k.isRegExp=Qi,k.isSafeInteger=r3,k.isSet=Ac,k.isString=hl,k.isSymbol=rn,k.isTypedArray=va,k.isUndefined=a3,k.isWeakMap=o3,k.isWeakSet=l3,k.join=uh,k.kebabCase=q3,k.last=gn,k.lastIndexOf=dh,k.lowerCase=j3,k.lowerFirst=_3,k.lt=i3,k.lte=s3,k.max=Kg,k.maxBy=Qg,k.mean=Xg,k.meanBy=Gg,k.min=qg,k.minBy=jg,k.stubArray=es,k.stubFalse=ts,k.stubObject=Tg,k.stubString=Rg,k.stubTrue=Ag,k.multiply=_g,k.nth=ch,k.noConflict=Vg,k.noop=Zi,k.now=cl,k.pad=J3,k.padEnd=Z3,k.padStart=eg,k.parseInt=tg,k.random=W3,k.reduce=mv,k.reduceRight=hv,k.repeat=ng,k.replace=rg,k.result=P3,k.round=Jg,k.runInContext=K,k.sample=gv,k.size=bv,k.snakeCase=ag,k.some=kv,k.sortedIndex=yh,k.sortedIndexBy=wh,k.sortedIndexOf=bh,k.sortedLastIndex=kh,k.sortedLastIndexBy=xh,k.sortedLastIndexOf=Ch,k.startCase=lg,k.startsWith=ig,k.subtract=Zg,k.sum=ey,k.sumBy=ty,k.template=sg,k.times=Lg,k.toFinite=er,k.toInteger=Ye,k.toLength=Fc,k.toLower=ug,k.toNumber=yn,k.toSafeInteger=u3,k.toString=et,k.toUpper=dg,k.trim=cg,k.trimEnd=fg,k.trimStart=pg,k.truncate=mg,k.unescape=hg,k.uniqueId=Hg,k.upperCase=vg,k.upperFirst=qi,k.each=Ec,k.eachRight=Bc,k.first=kc,Ji(k,function(){var a={};return Tn(k,function(l,s){tt.call(k.prototype,s)||(a[s]=l)}),a}(),{chain:!1}),k.VERSION=o,fn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){k[a].placeholder=k}),fn(["drop","take"],function(a,l){Xe.prototype[a]=function(s){s=s===n?1:Vt(Ye(s),0);var f=this.__filtered__&&!l?new Xe(this):this.clone();return f.__filtered__?f.__takeCount__=Tt(s,f.__takeCount__):f.__views__.push({size:Tt(s,J),type:a+(f.__dir__<0?"Right":"")}),f},Xe.prototype[a+"Right"]=function(s){return this.reverse()[a](s).reverse()}}),fn(["filter","map","takeWhile"],function(a,l){var s=l+1,f=s==L||s==W;Xe.prototype[a]=function(y){var x=this.clone();return x.__iteratees__.push({iteratee:Pe(y,3),type:s}),x.__filtered__=x.__filtered__||f,x}}),fn(["head","last"],function(a,l){var s="take"+(l?"Right":"");Xe.prototype[a]=function(){return this[s](1).value()[0]}}),fn(["initial","tail"],function(a,l){var s="drop"+(l?"":"Right");Xe.prototype[a]=function(){return this.__filtered__?new Xe(this):this[s](1)}}),Xe.prototype.compact=function(){return this.filter(qt)},Xe.prototype.find=function(a){return this.filter(a).head()},Xe.prototype.findLast=function(a){return this.reverse().find(a)},Xe.prototype.invokeMap=Ke(function(a,l){return typeof a=="function"?new Xe(this):this.map(function(s){return Ga(s,a,l)})}),Xe.prototype.reject=function(a){return this.filter(pl(Pe(a)))},Xe.prototype.slice=function(a,l){a=Ye(a);var s=this;return s.__filtered__&&(a>0||l<0)?new Xe(s):(a<0?s=s.takeRight(-a):a&&(s=s.drop(a)),l!==n&&(l=Ye(l),s=l<0?s.dropRight(-l):s.take(l-a)),s)},Xe.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},Xe.prototype.toArray=function(){return this.take(J)},Tn(Xe.prototype,function(a,l){var s=/^(?:filter|find|map|reject)|While$/.test(l),f=/^(?:head|last)$/.test(l),y=k[f?"take"+(l=="last"?"Right":""):l],x=f||/^find/.test(l);y&&(k.prototype[l]=function(){var D=this.__wrapped__,R=f?[1]:arguments,X=D instanceof Xe,ie=R[0],ue=X||Ue(D),pe=function(Qe){var je=y.apply(k,pr([Qe],R));return f&&$e?je[0]:je};ue&&s&&typeof ie=="function"&&ie.length!=1&&(X=ue=!1);var $e=this.__chain__,Ne=!!this.__actions__.length,Re=x&&!$e,We=X&&!Ne;if(!x&&ue){D=We?D:new Xe(this);var Ae=a.apply(D,R);return Ae.__actions__.push({func:ul,args:[pe],thisArg:n}),new mn(Ae,$e)}return Re&&We?a.apply(this,R):(Ae=this.thru(pe),Re?f?Ae.value()[0]:Ae.value():Ae)})}),fn(["pop","push","shift","sort","splice","unshift"],function(a){var l=To[a],s=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",f=/^(?:pop|shift)$/.test(a);k.prototype[a]=function(){var y=arguments;if(f&&!this.__chain__){var x=this.value();return l.apply(Ue(x)?x:[],y)}return this[s](function(D){return l.apply(Ue(D)?D:[],y)})}}),Tn(Xe.prototype,function(a,l){var s=k[l];if(s){var f=s.name+"";tt.call(ca,f)||(ca[f]=[]),ca[f].push({name:l,func:s})}}),ca[nl(n,N).name]=[{name:"wrapper",func:n}],Xe.prototype.clone=hm,Xe.prototype.reverse=vm,Xe.prototype.value=gm,k.prototype.at=Qh,k.prototype.chain=Xh,k.prototype.commit=Gh,k.prototype.next=qh,k.prototype.plant=_h,k.prototype.reverse=Jh,k.prototype.toJSON=k.prototype.valueOf=k.prototype.value=Zh,k.prototype.first=k.prototype.head,Ua&&(k.prototype[Ua]=jh),k},sa=Gp();Hr?((Hr.exports=sa)._=sa,_l._=sa):Ot._=sa}).call(ao)})(Il,Il.exports);var Yn=Il.exports;const is=y8(Yn),w8={},b8={width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function k8(t,r){return e.openBlock(),e.createElementBlock("svg",b8,r[0]||(r[0]=[e.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 x8=it(w8,[["render",k8]]),C8=["src","alt"],$8={class:"flex items-center"},E8=["src","alt"],B8={key:0,style:{"border-left-color":"rgba(107, 30, 190, 0.71)"},class:"vs__spinner"},V8={key:0},S8=e.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(t,{emit:r}){e.useCssVars(E=>({"0e319546":W.value,"29785e5f":te.value,f346c632:de.value,dbdce1de:ge.value,"09a32dea":Ce.value,"554e8bda":L.value,"81595adc":me.value,"224700a0":re.value,"6bdadb4e":J.value,"355a4166":j.value}));const n=e.computed(()=>{const E=d.placeholder||`Select ${name}`,H=d.required?"*":"";return`${E} ${H}`}),o=E=>Yn.startCase(E),i=e.ref([]),u=e.ref(!1),d=t,{modelValue:c,isFussySeach:p,clearable:m,isUseCustomSelect:v,items:g,keys:w,loading:b,multiple:C,isStartCaseText:S,isSelectAll:M,required:N,fieldName:T}=e.toRefs(d),V=r,O=E=>{E.target&&(i.value=[{_id:"6565d869eb1b7cf8745d6beb",name:"All"}],u.value=!0)};e.watch(i,E=>{V("update:modelValue",E),(E===null||!E)&&V("deselected",E)});const Y=E=>{V("change",E)},A=E=>{V("deselected",E),E[T.value]==="All"&&(u.value=!1)};e.watch(c,E=>{i.value=E});const F=E=>{V("update:searchString",E),V("search",E)},G=e.computed(()=>d.customWidth),Q=e.computed(()=>d.customOffset),q=(E,H,{width:ce})=>{const Z=G.value||ce,Oe=Q.value||[0,7],se=v.value?Z:ce;E.style.width=se;const ve=v.value?Oe:[0,7],B=Al(H.$refs.toggle,E,{placement:"bottom",modifiers:[{name:"offset",options:{offset:ve}}]});return()=>B.destroy()},ae=(E,H)=>{const ce=new Aa(E,{keys:w.value,shouldSort:!0});return H?ce.search(H).map(Z=>Z):ce==null?void 0:ce.list};e.onMounted(()=>{i.value=d.value}),e.onBeforeUnmount(()=>{i.value=null});const ge=e.computed(()=>d.multiple?"#f3e8ff":""),Ce=e.computed(()=>d.multiple?"#7e22ce":""),L=e.computed(()=>d.multiple&&d.inputFilled?"fit-content":d.inputFilled?"":"auto"),j=e.computed(()=>d.clearable?"flex":"none"),W=e.computed(()=>{var E;return((E=i.value)==null?void 0:E.length)===0||is.isEmpty(i.value)?"#ffffff":"transparent"}),te=e.computed(()=>{var H;if(((H=i.value)==null?void 0:H.length)===0||is.isEmpty(i.value))return d.inputFilled?"54px":"36px";let E;return d.multiple?E=d.inputFilled?"32px":"0px":v.value?E="fit-content":E=d.inputFilled?"40px":"30px",E}),de=e.computed(()=>{var H;if(((H=i.value)==null?void 0:H.length)===0||is.isEmpty(i.value))return"0px";let E;return v.value||d.multiple?E=d.inputFilled?"24px":"4px":E=d.inputFilled?"12px":"2px",E}),re=e.computed(()=>d.multiple&&d.inputFilled||d.inputFilled?"8px":"0px"),me=e.computed(()=>d.multiple&&d.inputFilled||d.inputFilled?"10px":"0px"),J=e.computed(()=>d.required?"-webkit-linear-gradient(left, #374151 0%, #374151 92%,red 8%,red 100%)":"-webkit-linear-gradient(left, #374151 50%, #374151 50%)"),P=e.computed(()=>E=>{var H,ce;return(ce=(H=g.value)==null?void 0:H.find(Z=>Z.name===E.nameText))==null?void 0:ce.iconlink}),I=e.computed(()=>{const E=d.modelValue,H=i.value;return E?!0:Array.isArray(H)?!!H.length:H&&typeof H=="object"?!!Object.keys(H).length:!!H}),z=E=>{V("selectedOption",E)},$=e.computed(()=>{var E;return!d.multipleLimit||(((E=i.value)==null?void 0:E.length)??0)<d.multipleLimit}),U=()=>{if(!d.multipleLimit)return!0;if(d.multipleLimit)return $.value},h=()=>{V("open")};return(E,H)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(v)?"isUseCustomSelect":"")},[!t.inputFilled&&t.label?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium block mb-1",e.unref(N)&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},e.toDisplayString(t.label),3)):e.createCommentVNode("",!0),e.createVNode(e.unref(p1),{modelValue:i.value,"onUpdate:modelValue":H[0]||(H[0]=ce=>i.value=ce),filter:e.unref(p)?ae:void 0,options:e.unref(g),label:t.searchLabel,name:t.name,value:i.value,placeholder:n.value,multiple:e.unref(C),taggable:t.taggable,"push-tags":t.pushtags,"deselect-from-dropdown":!0,"append-to-body":"",searchable:t.searchable,"calculate-position":q,loading:e.unref(b),disabled:t.disabled,selectable:U,class:e.normalizeClass([e.unref(v)?"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",t.inputFilled?"rounded-2xl min-h-14":"rounded-md min-h-10","group relative w-full bg-white cursor-pointer overflow-hidden",{"opacity-25":t.disabled}]),clearable:e.unref(v)?e.unref(m):void 0,"no-drop":u.value,onSearch:H[1]||(H[1]=ce=>F(ce)),"onOption:selected":H[2]||(H[2]=ce=>Y(ce)),"onOption:deselected":H[3]||(H[3]=ce=>A(ce)),"onOption:created":z,onOpen:h},e.createSlots({"selected-option":e.withCtx(ce=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(v)?"break-words flex items-start":"flex items-center")},[(t.name=="country"?P.value({nameText:ce[e.unref(T)],iconlink:ce==null?void 0:ce.iconlink}):ce!=null&&ce.iconlink)?(e.openBlock(),e.createElementBlock("img",{key:0,class:e.normalizeClass(e.unref(v)?"w-6 mr-1 flex-initial":"w-6 mr-2"),src:t.name=="country"?P.value({nameText:ce[e.unref(T)],iconlink:ce==null?void 0:ce.iconlink}):ce==null?void 0:ce.iconlink,alt:ce[e.unref(T)]},null,10,C8)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(S)?o(ce[e.unref(T)]):ce[e.unref(T)]),1)],2)]),option:e.withCtx(ce=>[e.createElementVNode("div",$8,[ce.iconlink?(e.openBlock(),e.createElementBlock("img",{key:0,class:"w-6 mr-2",src:ce.iconlink,alt:ce[e.unref(T)]},null,8,E8)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(S)?o(ce[e.unref(T)]):ce[e.unref(T)]),1)])]),spinner:e.withCtx(({loading:ce})=>[e.unref(b)||ce?(e.openBlock(),e.createElementBlock("div",B8)):e.createCommentVNode("",!0)]),"open-indicator":e.withCtx(({attributes:ce})=>[e.createElementVNode("span",e.normalizeProps(e.guardReactiveProps(ce)),[e.createVNode(x8,{class:"text-current size-6"})],16)]),_:2},[t.inputFilled?{name:"header",fn:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass([[I.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",t.disabled?" cursor-not-allowed":"",e.unref(N)&&"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]"])},e.toDisplayString(o(t.label)||"Select"),3)]),key:"0"}:void 0,e.unref(M)?{name:"list-header",fn:e.withCtx(()=>{var ce;return[e.unref(g).length!==((ce=i.value)==null?void 0:ce.length)?(e.openBlock(),e.createElementBlock("div",V8,[e.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:e.withModifiers(O,["prevent"])}," Select All ")])):e.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"]),e.createVNode(Sr,{errors:t.errors,name:t.name,class:"mt-2"},null,8,["errors","name"])],2))}}),N8=[{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"}}],I8={for:"label",class:"mb-4 text-xs font-medium text-gray-400"},D8=e.defineComponent({__name:"EUISelectSearch",setup(t){const r=e.ref([]),n=e.computed(()=>N8);return(o,i)=>{var u,d;return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",I8,e.toDisplayString(((u=r.value)==null?void 0:u.length)<3)+" - "+e.toDisplayString(((d=r.value)==null?void 0:d.length)<3),1),e.createVNode(e.unref(p1),{modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=c=>r.value=c),multiple:"",placeholder:"Choose up to 3 books!",label:"title",options:n.value,selectable:()=>{var c;return((c=r.value)==null?void 0:c.length)<3}},null,8,["modelValue","options","selectable"])])}}}),O8={class:"flex flex-row items-center scale-100 translate-x-0 translate-y-0 eui-checkbox"},M8=["disabled"],P8={key:0,class:"text-sm font-medium tracking-wide text-gray-700 ms-2 first-letter:capitalize"},T8=e.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(t,{emit:r}){const n=t,o=r,i=e.ref(n.modelValue);e.watch(i,d=>{o("update:modelValue",d)});const u=d=>{d&&o("toggle",i.value)};return e.watch(n,d=>{i.value=d.modelValue}),(d,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("label",O8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":c[0]||(c[0]=p=>i.value=p),type:"checkbox",id:"checkbox",class:"appearance-none sr-only input-checkbox",disabled:t.disabled,onChange:c[1]||(c[1]=p=>u(p))},null,40,M8),[[e.vModelCheckbox,i.value]]),c[2]||(c[2]=e.createElementVNode("div",{class:"cbx-icon",for:"checkbox"},[e.createElementVNode("span",null,[e.createElementVNode("svg",{width:"14px",height:"14px"},[e.createElementVNode("use",{"xlink:href":"#check-box"})])]),e.createElementVNode("svg",{class:"absolute pointer-events-none select-none inline-svg size-0"},[e.createElementVNode("symbol",{id:"check-box",viewbox:"0 0 14 14"},[e.createElementVNode("polyline",{points:"1.5 6 4.5 9 10.5 1"})])])],-1)),t.label?(e.openBlock(),e.createElementBlock("span",P8,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Sr,{errors:t.errors,name:t.name},null,8,["errors","name"])],64))}}),R8={class:"inline-flex items-center cursor-pointer eui-radio"},A8=["disabled"],L8={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},F8=e.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(t,{emit:r}){const n=t,{modelValue:o}=e.toRefs(n),i=r,u=()=>{i("toggle",n.modelValue),i("update:modelValue",n.modelValue)};return(d,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",R8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":c[0]||(c[0]=p=>e.isRef(o)?o.value=p:null),type:"radio",class:"sr-only peer eui-radio_input",disabled:t.disabled,onChange:c[1]||(c[1]=p=>u())},null,40,A8),[[e.vModelRadio,e.unref(o)]]),c[2]||(c[2]=e.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"},[e.createElementVNode("span",{class:"eui-radio_icons"})],-1)),t.label?(e.openBlock(),e.createElementBlock("span",L8,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Sr,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),H8=it(F8,[["__scopeId","data-v-85a67463"]]),U8={class:"inline-flex items-center cursor-pointer eui-switch"},z8=["disabled"],Y8={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},W8=e.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(t,{emit:r}){const n=t,o=r,i=e.ref(n.modelValue);e.watch(i,d=>{o("update:modelValue",d)});const u=d=>{d&&o("toggle",i.value)};return e.watch(n,d=>{i.value=d.modelValue}),(d,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",U8,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":c[0]||(c[0]=p=>i.value=p),type:"checkbox",class:"sr-only peer eui-switch_input",disabled:t.disabled,onChange:c[1]||(c[1]=p=>u(p))},null,40,z8),[[e.vModelCheckbox,i.value]]),c[2]||(c[2]=e.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"},[e.createElementVNode("span",{class:"eui-switch_icons"})],-1)),t.label?(e.openBlock(),e.createElementBlock("span",Y8,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Sr,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),K8=it(W8,[["__scopeId","data-v-a0b1f818"]]),Q8={class:"group"},X8={class:"flex items-center"},G8=["src"],q8={key:0,class:"flex-1 ms-2"},j8={class:"text-base font-semibold text-gray-600 capitalize group-hover:text-gray-900"},_8={class:"text-sm font-medium text-gray-500 group-hover:text-gray-700"},J8=e.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(t){const r=t,n=e.reactive({xs:"size-6",sm:"size-8",md:"size-10",lg:"size-12",xl:"size-16"}),o=e.computed(()=>n[r.size]||""),i=e.computed(()=>r.status),u=e.computed(()=>d[Math.floor(Math.random()*d.length)]),d=["#6366F1","#F97316","#65A30D","#E11D48","#4B5563","#059669","#1D4ED8","#7C3AED","#FB923C","#fe4ca9"];return(c,p)=>(e.openBlock(),e.createElementBlock("div",Q8,[e.createElementVNode("div",X8,[e.createElementVNode("div",{class:e.normalizeClass(["relative inline-block flex-none",o.value])},[t.imageUrl?(e.openBlock(),e.createElementBlock("img",{key:0,class:e.normalizeClass(["group-hover:ring-2 ring-offset-2 ring-gray-300",t.rounded?"rounded-full":"rounded-md",o.value]),src:t.imageUrl,alt:""},null,10,G8)):(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["flex items-center justify-center mx-auto text-white capitalize",t.rounded?"rounded-full":"rounded-md",o.value]),style:e.normalizeStyle({background:u.value})},e.toDisplayString(t.fullName&&t.fullName.charAt(0)),7)),t.showStatus?(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass(["absolute bottom-0 right-0 block rounded-full ring-2 ring-white",i.value==="Online"?"bg-green-500":"bg-gray-400",t.size==="xs"?"size-1.5":t.size==="sm"?"size-2":"size-3"])},null,2)):e.createCommentVNode("",!0)],2),t.profile?(e.openBlock(),e.createElementBlock("div",q8,[e.createElementVNode("div",j8,[e.renderSlot(c.$slots,"name",{profileData:t.profileData},()=>{var m;return[e.createTextVNode(e.toDisplayString((m=t.profileData)==null?void 0:m.name),1)]})]),e.createElementVNode("div",_8,[e.renderSlot(c.$slots,"designation",{profileData:t.profileData},()=>{var m;return[e.createTextVNode(e.toDisplayString((m=t.profileData)==null?void 0:m.designation),1)]})])])):e.createCommentVNode("",!0)])]))}}),Z8={"aria-label":"Progress",class:"relative z-10"},e7={role:"list",class:"flex flex-row items-start justify-center w-full py-4 ps-4 pe-2"},t7={key:0,class:"absolute bg-green-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},n7={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},r7={class:"text-xs font-semibold text-gray-900"},a7={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},o7={class:"text-xs font-semibold text-gray-900"},l7={key:0,class:"absolute bg-gray-300 w-full start-0 top-2.5 h-[0.0875rem] z-0"},i7={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},s7={class:"text-xs font-semibold text-gray-900"},O1=e.defineComponent({__name:"EUIStepperHorizontal",props:{stepStatus:{type:String,default:"contact"}},setup(t){const r=t,n=["contact","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],o=e.computed(()=>Object.entries(n).map(m=>({key:m[0],value:m[1]}))),i=e.computed(()=>u.value),u=e.computed(()=>r.stepStatus),d=e.computed(()=>i.value),c=e.computed(()=>o.value.findIndex(m=>m.value===d.value)),p=e.computed(()=>(m,v)=>v&&c.value===o.value.length-1?"complete":v===c.value?"current":v<c.value?"complete":v>c.value?"upcoming":{status:m});return(m,v)=>(e.openBlock(),e.createElementBlock("nav",Z8,[e.createElementVNode("ol",e7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,(g,w)=>(e.openBlock(),e.createElementBlock("li",{key:g.value,class:e.normalizeClass([w!==o.value.length-1?"pe-8":"","relative flex items-center w-full pt-6 group",p.value(g.key,w)==="upcoming"?"pointer-events-none":""])},[p.value(g.key,w)==="complete"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[w!==o.value.length-1?(e.openBlock(),e.createElementBlock("div",t7)):e.createCommentVNode("",!0),v[1]||(v[1]=e.createElementVNode("div",{class:"absolute top-0 start-0 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[e.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[e.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[e.createElementVNode("title",null,"Check icon")])])],-1)),e.createElementVNode("div",n7,[e.createElementVNode("span",r7,e.toDisplayString(e.unref(Yn.startCase)(g.value)),1),v[0]||(v[0]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):p.value(g.key,w)==="current"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[v[3]||(v[3]=e.createElementVNode("div",{class:"absolute bg-orange-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},null,-1)),v[4]||(v[4]=e.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"},[e.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),e.createElementVNode("div",a7,[e.createElementVNode("span",o7,e.toDisplayString(e.unref(Yn.startCase)(g.value)),1),v[2]||(v[2]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):p.value(g.key,w)==="upcoming"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[w!==o.value.length-1?(e.openBlock(),e.createElementBlock("div",l7)):e.createCommentVNode("",!0),v[6]||(v[6]=e.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]"},[e.createElementVNode("div",{class:"bg-gray-200 rounded-full size-3"})],-1)),e.createElementVNode("div",i7,[e.createElementVNode("span",s7,e.toDisplayString(e.unref(Yn.startCase)(g.value)),1),v[5]||(v[5]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):e.createCommentVNode("",!0)],2))),128))])]))}}),u7={"aria-label":"Progress",class:"relative z-10"},d7={role:"list",class:"flex flex-col items-start justify-center w-full py-4 ps-4 pe-2"},c7={key:0,class:"absolute bg-green-500 h-full start-px top-0 w-[0.0875rem] z-0"},f7={class:"flex items-start justify-between max-w-full w-full py-0.5"},p7={class:"text-xs font-semibold text-gray-900"},m7={class:"flex items-start justify-between max-w-full w-full py-0.5"},h7={class:"text-xs font-semibold text-gray-900"},v7={key:0,class:"absolute bg-gray-300 h-full start-px top-0 w-[0.0875rem] z-0"},g7={class:"flex items-start justify-between max-w-full w-full py-0.5"},y7={class:"text-xs font-semibold text-gray-900"},M1=e.defineComponent({__name:"EUIStepperVertical",props:{stepStatus:{type:String,default:"contact"}},setup(t){const r=t,n=["contact","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],o=e.computed(()=>Object.entries(n).map(m=>({key:m[0],value:m[1]}))),i=e.computed(()=>u.value),u=e.computed(()=>r.stepStatus),d=e.computed(()=>i.value),c=e.computed(()=>o.value.findIndex(m=>m.value===d.value)),p=e.computed(()=>(m,v)=>v&&c.value===o.value.length-1?"complete":v===c.value?"current":v<c.value?"complete":v>c.value?"upcoming":{status:m});return(m,v)=>(e.openBlock(),e.createElementBlock("nav",u7,[e.createElementVNode("ol",d7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,(g,w)=>(e.openBlock(),e.createElementBlock("li",{key:g.value,class:e.normalizeClass([w!==o.value.length-1?"pb-8":"","relative flex items-center w-full ps-5",p.value(g.key,w)==="upcoming"?"pointer-events-none":""])},[p.value(g.key,w)==="complete"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[w!==o.value.length-1?(e.openBlock(),e.createElementBlock("div",c7)):e.createCommentVNode("",!0),v[1]||(v[1]=e.createElementVNode("div",{class:"absolute top-0 -start-2 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[e.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[e.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[e.createElementVNode("title",null,"Check icon")])])],-1)),e.createElementVNode("div",f7,[e.createElementVNode("span",p7,e.toDisplayString(e.unref(Yn.startCase)(g.value)),1),v[0]||(v[0]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):p.value(g.key,w)==="current"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[v[3]||(v[3]=e.createElementVNode("div",{class:"absolute bg-orange-500 h-full start-px top-0 w-[0.0875rem] z-0"},null,-1)),v[4]||(v[4]=e.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"},[e.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),e.createElementVNode("div",m7,[e.createElementVNode("span",h7,e.toDisplayString(e.unref(Yn.startCase)(g.value)),1),v[2]||(v[2]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):p.value(g.key,w)==="upcoming"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[w!==o.value.length-1?(e.openBlock(),e.createElementBlock("div",v7)):e.createCommentVNode("",!0),v[6]||(v[6]=e.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]"},[e.createElementVNode("div",{class:"bg-gray-200 rounded-full size-3"})],-1)),e.createElementVNode("div",g7,[e.createElementVNode("span",y7,e.toDisplayString(e.unref(Yn.startCase)(g.value)),1),v[5]||(v[5]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):e.createCommentVNode("",!0)],2))),128))])]))}}),w7=e.defineComponent({__name:"EUIStepperTimeline",setup(t){return(r,n)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(O1,{stepStatus:"opportunity"}),n[0]||(n[0]=e.createElementVNode("hr",null,null,-1)),e.createVNode(M1,{stepStatus:"opportunity"})]))}}),b7=["open","onClick"],k7=["aria-expanded"],x7={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"},C7=e.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(t,{emit:r}){const n=t,o=e.ref(Array(n.datas.length).fill(!1)),i=()=>{o.value=n.datas.map((c,p)=>n.defaultOpen.includes(p))};e.watch(()=>n.defaultOpen,()=>{i()},{immediate:!0}),e.onMounted(()=>{n.defaultOpen.forEach(c=>{c>=0&&c<o.value.length&&(o.value[c]=!0)})});const u=r,d=c=>{n.collapse?o.value=o.value.map((m,v)=>v===c):o.value=o.value.map((m,v)=>v===c?!m:m);const p=o.value.map((m,v)=>m?v:null).filter(m=>m!==null);u("update:activeItem",p)};return(c,p)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{class:e.normalizeClass([t.accordionStyle==="grouped"?"p-2 bg-gray-50 rounded-xl":"space-y-3","max-w-full transition-all duration-100 ease-in-out"])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.datas,(m,v)=>(e.openBlock(),e.createElementBlock("details",{key:`accordion-${v}`,open:o.value[v],onClick:e.withModifiers(g=>d(v),["prevent"]),class:e.normalizeClass([t.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",t.className,m==null?void 0:m.className])},[e.createElementVNode("summary",{class:e.normalizeClass([t.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":o.value[v]},[e.createElementVNode("div",{class:e.normalizeClass([t.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"])},[e.renderSlot(c.$slots,"title",{item:m},()=>[e.createTextVNode(e.toDisplayString(m.title),1)],!0)],2),t.accordionStyle==="grouped"?(e.openBlock(),e.createElementBlock("svg",x7,p[1]||(p[1]=[e.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"},null,-1),e.createElementVNode("path",{d:"M9 6l6 6l-6 6"},null,-1)]))):(e.openBlock(),e.createElementBlock("div",{key:1,class:"flex-1 max-w-[25%] flex items-center justify-end gap-3",onClick:p[0]||(p[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(c.$slots,"right-icon",{item:m},void 0,!0)]))],10,k7),e.createElementVNode("div",{class:e.normalizeClass([t.accordionStyle==="grouped"?"p-4 pt-1 ":"pt-3","font-light text-gray-600"])},[e.renderSlot(c.$slots,"content",{item:m},()=>[e.createTextVNode(e.toDisplayString(m.content),1)],!0)],2)],10,b7))),128))],2)]))}}),$7=it(C7,[["__scopeId","data-v-0158c022"]]);function E7(t){return e.getCurrentScope()?(e.onScopeDispose(t),!0):!1}function ru(t){return typeof t=="function"?t():e.unref(t)}const P1=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const B7=Object.prototype.toString,V7=t=>B7.call(t)==="[object Object]",$l=()=>{},S7=N7();function N7(){var t,r;return P1&&((t=window==null?void 0:window.navigator)==null?void 0:t.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 T1=P1?window:void 0;function so(t){var r;const n=ru(t);return(r=n==null?void 0:n.$el)!=null?r:n}function El(...t){let r,n,o,i;if(typeof t[0]=="string"||Array.isArray(t[0])?([n,o,i]=t,r=T1):[r,n,o,i]=t,!r)return $l;Array.isArray(n)||(n=[n]),Array.isArray(o)||(o=[o]);const u=[],d=()=>{u.forEach(v=>v()),u.length=0},c=(v,g,w,b)=>(v.addEventListener(g,w,b),()=>v.removeEventListener(g,w,b)),p=e.watch(()=>[so(r),ru(i)],([v,g])=>{if(d(),!v)return;const w=V7(g)?{...g}:g;u.push(...n.flatMap(b=>o.map(C=>c(v,b,C,w))))},{immediate:!0,flush:"post"}),m=()=>{p(),d()};return E7(m),m}let H0=!1;function R1(t,r,n={}){const{window:o=T1,ignore:i=[],capture:u=!0,detectIframe:d=!1}=n;if(!o)return $l;S7&&!H0&&(H0=!0,Array.from(o.document.body.children).forEach(b=>b.addEventListener("click",$l)),o.document.documentElement.addEventListener("click",$l));let c=!0;const p=b=>ru(i).some(C=>{if(typeof C=="string")return Array.from(o.document.querySelectorAll(C)).some(S=>S===b.target||b.composedPath().includes(S));{const S=so(C);return S&&(b.target===S||b.composedPath().includes(S))}}),m=b=>{const C=so(t);if(!(!C||C===b.target||b.composedPath().includes(C))){if(b.detail===0&&(c=!p(b)),!c){c=!0;return}r(b)}};let v=!1;const g=[El(o,"click",b=>{v||(v=!0,setTimeout(()=>{v=!1},0),m(b))},{passive:!0,capture:u}),El(o,"pointerdown",b=>{const C=so(t);c=!p(b)&&!!(C&&!b.composedPath().includes(C))},{passive:!0}),d&&El(o,"blur",b=>{setTimeout(()=>{var C;const S=so(t);((C=o.document.activeElement)==null?void 0:C.tagName)==="IFRAME"&&!(S!=null&&S.contains(o.document.activeElement))&&r(b)},0)})].filter(Boolean);return()=>g.forEach(b=>b())}const I7=["textContent"],D7=e.defineComponent({__name:"EUIPopover",props:{title:{type:String,default:""},trigger:{type:String,default:"click",validator:t=>["click","hover"].includes(t)},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(t,{emit:r}){const n=t,o=e.ref(null),i=e.ref(null),u=e.ref(null),d=e.ref(!1),c=r;e.onMounted(()=>{if(n.trigger==="click")El(i.value,"click",p),R1(i.value,m);else if(n.trigger==="hover"){const v=["mouseenter","focus"],g=["mouseleave","blur"];v.forEach(w=>{var b;(b=i.value)==null||b.addEventListener(w,p)}),g.forEach(w=>{var b;(b=i.value)==null||b.addEventListener(w,m)})}i.value&&u.value&&(o.value=Al(i.value,u.value,{placement:n.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))});function p(){var v,g;(v=u.value)==null||v.setAttribute("data-show",""),d.value=!0,c("showPopover"),(g=o.value)==null||g.update()}function m(){var v;(v=u.value)==null||v.removeAttribute("data-show"),d.value=!1,c("hidePopover")}return(v,g)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",{ref_key:"popperButton",ref:i,class:e.normalizeClass(["inline-flex items-center text-sm font-semibold gap-x-2",t.customButton])},[e.renderSlot(v.$slots,"referenceButton",{open:d.value},void 0,!0)],2),e.createElementVNode("div",{ref_key:"tooltip",ref:u,class:e.normalizeClass(["poppertooltip h-auto text-sm font-normal bg-white",t.className])},[g[0]||(g[0]=e.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),t.title?(e.openBlock(),e.createElementBlock("div",{key:0,class:"text-base font-semibold text-current leading-[normal] px-4 py-2",textContent:e.toDisplayString(t.title)},null,8,I7)):e.createCommentVNode("",!0),e.renderSlot(v.$slots,"default",{},void 0,!0)],2)]))}}),A1=it(D7,[["__scopeId","data-v-359908fd"]]),O7=e.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(t,{emit:r}){const n=()=>{t.persistent||r("update:isVisible",!1)},o=i=>{i.key==="Escape"&&t.isVisible&&!t.persistent&&n()};return e.watch(()=>t.isVisible,i=>{document.body.style.overflow=i?"hidden":""}),e.onMounted(()=>{window.addEventListener("keydown",o)}),e.onUnmounted(()=>{document.body.style.overflow="",window.removeEventListener("keydown",o)}),{closeModal:n}}});var M7={class:"text-xl font-semibold"},P7={key:0,class:"flex-initial"},T7={key:3,class:"p-4 border-t border-b border-gray-200"},R7={key:5,class:"flex items-center justify-end p-4 space-x-2"};function A7(t,r,n,o,i,u){return e.openBlock(),e.createBlock(e.Teleport,{defer:"",to:"body"},[e.createVNode(e.Transition,{name:"modal",appear:""},{default:e.withCtx(function(){return[t.isVisible?(e.openBlock(),e.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]=e.withModifiers(function(){for(var d=[],c=0;c<arguments.length;c++)d[c]=arguments[c];return t.closeModal&&t.closeModal.apply(t,d)},["self"]))},[r[5]||(r[5]=e.createElementVNode("div",{class:"backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/50 pointer-events-none overflow-hidden"},null,-1)),e.createElementVNode("div",{class:e.normalizeClass(["bg-white shadow-lg max-w-lg w-full max-h-[calc(100svh-3rem)] md:h-auto overflow-hidden relative",[t.roundedClass!==""?t.roundedClass:"rounded-t-3xl md:rounded-2xl"]])},[t.$slots.header?e.renderSlot(t.$slots,"header",{key:0},void 0,!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["flex flex-row items-center justify-between font-medium text-gray-700",t.slimHeader?"p-4 text-base":"p-6 text-lg"])},[e.createElementVNode("h3",M7,[e.renderSlot(t.$slots,"title",{},function(){return[e.createTextVNode(e.toDisplayString(t.title||"Modal Title"),1)]},!0)]),t.visibleClose?(e.openBlock(),e.createElementBlock("div",P7,[e.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=[],c=0;c<arguments.length;c++)d[c]=arguments[c];return t.closeModal&&t.closeModal.apply(t,d)})},r[4]||(r[4]=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.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"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])):e.createCommentVNode("",!0)],2)),t.$slots.content?e.renderSlot(t.$slots,"content",{key:2},void 0,!0):(e.openBlock(),e.createElementBlock("div",T7,[e.renderSlot(t.$slots,"default",{},void 0,!0)])),t.$slots.footer?e.renderSlot(t.$slots,"footer",{key:4},void 0,!0):(e.openBlock(),e.createElementBlock("div",R7,[e.createElementVNode("button",{onClick:r[1]||(r[1]=function(){for(var d=[],c=0;c<arguments.length;c++)d[c]=arguments[c];return t.closeModal&&t.closeModal.apply(t,d)}),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 "),e.createElementVNode("button",{onClick:r[2]||(r[2]=function(d){return t.$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)])):e.createCommentVNode("",!0)]}),_:3})])}const L7=it(O7,[["render",A7],["__scopeId","data-v-03103d67"]]),F7=e.defineComponent({name:"Slideover",components:{EUIButton:zs},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(t){const r=e.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:t.size==="full"?"inset-2 rounded-xl overflow-hidden":"top-0 left-0 h-svh",center:t.size==="full"?"inset-2 rounded-xl overflow-hidden":"inset-0 flex flex-col items-center justify-center",right:t.size==="full"?"inset-2 rounded-xl overflow-hidden":"top-0 right-0 h-svh"}[t.slidePosition],u=n[t.size];return{modal:i,width:u}});return e.watchEffect(()=>{t.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{slideClass:r}},beforeUnmount(){document.body.style.overflow=""}});var H7={key:1,class:"sticky top-0 flex items-center justify-between flex-initial px-4 py-3"},U7={key:0},z7={key:3,class:"flex-1 p-4 max-h-[calc(100svh-3rem)] overflow-y-auto"},Y7={key:5,class:"sticky bottom-0 flex items-center justify-end flex-none gap-2 px-4 py-3"};function W7(t,r,n,o,i,u){var d=e.resolveComponent("EUIButton");return e.openBlock(),e.createBlock(e.Teleport,{defer:"",to:"body"},[e.createVNode(e.Transition,{duration:550,appear:"",name:"slideover"},{default:e.withCtx(function(){return[t.isVisible?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["fixed z-50 transition-all duration-100 ease-in",t.slideClass.modal]),onClick:r[2]||(r[2]=e.withModifiers(function(){for(var c=[],p=0;p<arguments.length;p++)c[p]=arguments[p];return t.closeSlideover&&t.closeSlideover.apply(t,c)},["self"]))},[r[6]||(r[6]=e.createElementVNode("div",{class:"backdrop fixed inset-0 z-[-1] w-screen h-screen bg-black/20 pointer-events-none overflow-hidden"},null,-1)),e.createElementVNode("div",{class:e.normalizeClass(["relative flex flex-col justify-between w-full overflow-hidden bg-white divide-gray-200 divide-y shadow-lg h-full",t.slideClass.width])},[t.$slots.header?e.renderSlot(t.$slots,"header",{key:0},void 0,!0):(e.openBlock(),e.createElementBlock("div",H7,[e.createElementVNode("h3",{class:e.normalizeClass(["text-lg font-semibold text-gray-900",t.titleClass])},[e.renderSlot(t.$slots,"title",{},function(){return[e.createTextVNode(e.toDisplayString(t.title||"Slideover Title"),1)]},!0)],2),t.visibleClose?(e.openBlock(),e.createElementBlock("div",U7,[e.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=[],p=0;p<arguments.length;p++)c[p]=arguments[p];return t.closeSlideover&&t.closeSlideover.apply(t,c)})},r[3]||(r[3]=[e.createElementVNode("span",{class:"sr-only"},"Close",-1),e.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"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])):e.createCommentVNode("",!0)])),t.$slots.content?e.renderSlot(t.$slots,"content",{key:2},void 0,!0):(e.openBlock(),e.createElementBlock("div",z7,[e.renderSlot(t.$slots,"default",{},void 0,!0)])),t.$slots.footer?e.renderSlot(t.$slots,"footer",{key:4},void 0,!0):(e.openBlock(),e.createElementBlock("div",Y7,[e.createVNode(d,{size:"md",color:"white",onClick:t.closeSlideover},{default:e.withCtx(function(){return r[4]||(r[4]=[e.createTextVNode("Cancel")])}),_:1},8,["onClick"]),e.createVNode(d,{size:"md",color:"purple",onClick:r[1]||(r[1]=function(c){return t.$emit("confirm")})},{default:e.withCtx(function(){return r[5]||(r[5]=[e.createTextVNode("Slideover")])}),_:1})]))],2)],2)):e.createCommentVNode("",!0)]}),_:3})])}const K7=it(F7,[["render",W7],["__scopeId","data-v-b651e970"]]),L1=6048e5,Q7=864e5,X7=6e4,F1=36e5,G7=1e3,U0=Symbol.for("constructDateFrom");function rt(t,r){return typeof t=="function"?t(r):t&&typeof t=="object"&&U0 in t?t[U0](r):t instanceof Date?new t.constructor(r):new Date(r)}function Te(t,r){return rt(r||t,t)}function wn(t,r,n){const o=Te(t,n==null?void 0:n.in);return isNaN(r)?rt((n==null?void 0:n.in)||t,NaN):(r&&o.setDate(o.getDate()+r),o)}function In(t,r,n){const o=Te(t,n==null?void 0:n.in);if(isNaN(r))return rt(t,NaN);if(!r)return o;const i=o.getDate(),u=rt(t,o.getTime());u.setMonth(o.getMonth()+r+1,0);const d=u.getDate();return i>=d?u:(o.setFullYear(u.getFullYear(),u.getMonth(),i),o)}function H1(t,r,n){const{years:o=0,months:i=0,weeks:u=0,days:d=0,hours:c=0,minutes:p=0,seconds:m=0}=r,v=Te(t,n==null?void 0:n.in),g=i||o?In(v,i+o*12):v,w=d||u?wn(g,d+u*7):g,b=p+c*60,S=(m+b*60)*1e3;return rt(t,+w+S)}function q7(t,r,n){return rt(t,+Te(t)+r)}function j7(t,r,n){return q7(t,r*F1)}let _7={};function ra(){return _7}function On(t,r){var c,p,m,v;const n=ra(),o=(r==null?void 0:r.weekStartsOn)??((p=(c=r==null?void 0:r.locale)==null?void 0:c.options)==null?void 0:p.weekStartsOn)??n.weekStartsOn??((v=(m=n.locale)==null?void 0:m.options)==null?void 0:v.weekStartsOn)??0,i=Te(t,r==null?void 0:r.in),u=i.getDay(),d=(u<o?7:0)+u-o;return i.setDate(i.getDate()-d),i.setHours(0,0,0,0),i}function Na(t,r){return On(t,{...r,weekStartsOn:1})}function U1(t,r){const n=Te(t,r==null?void 0:r.in),o=n.getFullYear(),i=rt(n,0);i.setFullYear(o+1,0,4),i.setHours(0,0,0,0);const u=Na(i),d=rt(n,0);d.setFullYear(o,0,4),d.setHours(0,0,0,0);const c=Na(d);return n.getTime()>=u.getTime()?o+1:n.getTime()>=c.getTime()?o:o-1}function Dl(t){const r=Te(t),n=new Date(Date.UTC(r.getFullYear(),r.getMonth(),r.getDate(),r.getHours(),r.getMinutes(),r.getSeconds(),r.getMilliseconds()));return n.setUTCFullYear(r.getFullYear()),+t-+n}function $o(t,...r){const n=rt.bind(null,r.find(o=>typeof o=="object"));return r.map(n)}function z0(t,r){const n=Te(t,r==null?void 0:r.in);return n.setHours(0,0,0,0),n}function z1(t,r,n){const[o,i]=$o(n==null?void 0:n.in,t,r),u=z0(o),d=z0(i),c=+u-Dl(u),p=+d-Dl(d);return Math.round((c-p)/Q7)}function J7(t,r){const n=U1(t,r),o=rt(t,0);return o.setFullYear(n,0,4),o.setHours(0,0,0,0),Na(o)}function Z7(t,r,n){return In(t,r*3,n)}function au(t,r,n){return In(t,r*12,n)}function Y0(t,r){const n=+Te(t)-+Te(r);return n<0?-1:n>0?1:n}function Y1(t){return t instanceof Date||typeof t=="object"&&Object.prototype.toString.call(t)==="[object Date]"}function fo(t){return!(!Y1(t)&&typeof t!="number"||isNaN(+Te(t)))}function W0(t,r){const n=Te(t,r==null?void 0:r.in);return Math.trunc(n.getMonth()/3)+1}function ew(t,r,n){const[o,i]=$o(n==null?void 0:n.in,t,r);return o.getFullYear()-i.getFullYear()}function tw(t,r,n){const[o,i]=$o(n==null?void 0:n.in,t,r),u=Y0(o,i),d=Math.abs(ew(o,i));o.setFullYear(1584),i.setFullYear(1584);const c=Y0(o,i)===-u,p=u*(d-+c);return p===0?0:p}function W1(t,r){const[n,o]=$o(t,r.start,r.end);return{start:n,end:o}}function K1(t,r){const{start:n,end:o}=W1(r==null?void 0:r.in,t);let i=+n>+o;const u=i?+n:+o,d=i?o:n;d.setHours(0,0,0,0);let c=1;const p=[];for(;+d<=u;)p.push(rt(n,d)),d.setDate(d.getDate()+c),d.setHours(0,0,0,0);return i?p.reverse():p}function _r(t,r){const n=Te(t,r==null?void 0:r.in),o=n.getMonth(),i=o-o%3;return n.setMonth(i,1),n.setHours(0,0,0,0),n}function nw(t,r){const{start:n,end:o}=W1(r==null?void 0:r.in,t);let i=+n>+o;const u=i?+_r(n):+_r(o);let d=_r(i?o:n),c=1;const p=[];for(;+d<=u;)p.push(rt(n,d)),d=Z7(d,c);return i?p.reverse():p}function rw(t,r){const n=Te(t,r==null?void 0:r.in);return n.setDate(1),n.setHours(0,0,0,0),n}function Q1(t,r){const n=Te(t,r==null?void 0:r.in),o=n.getFullYear();return n.setFullYear(o+1,0,0),n.setHours(23,59,59,999),n}function yo(t,r){const n=Te(t,r==null?void 0:r.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function X1(t,r){var c,p,m,v;const n=ra(),o=(r==null?void 0:r.weekStartsOn)??((p=(c=r==null?void 0:r.locale)==null?void 0:c.options)==null?void 0:p.weekStartsOn)??n.weekStartsOn??((v=(m=n.locale)==null?void 0:m.options)==null?void 0:v.weekStartsOn)??0,i=Te(t,r==null?void 0:r.in),u=i.getDay(),d=(u<o?-7:0)+6-(u-o);return i.setDate(i.getDate()+d),i.setHours(23,59,59,999),i}function K0(t,r){const n=Te(t,r==null?void 0:r.in),o=n.getMonth(),i=o-o%3+3;return n.setMonth(i,0),n.setHours(23,59,59,999),n}const aw={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"}},ow=(t,r,n)=>{let o;const i=aw[t];return typeof i=="string"?o=i:r===1?o=i.one:o=i.other.replace("{{count}}",r.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+o:o+" ago":o};function ss(t){return(r={})=>{const n=r.width?String(r.width):t.defaultWidth;return t.formats[n]||t.formats[t.defaultWidth]}}const lw={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},iw={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},sw={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},uw={date:ss({formats:lw,defaultWidth:"full"}),time:ss({formats:iw,defaultWidth:"full"}),dateTime:ss({formats:sw,defaultWidth:"full"})},dw={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},cw=(t,r,n,o)=>dw[t];function oo(t){return(r,n)=>{const o=n!=null&&n.context?String(n.context):"standalone";let i;if(o==="formatting"&&t.formattingValues){const d=t.defaultFormattingWidth||t.defaultWidth,c=n!=null&&n.width?String(n.width):d;i=t.formattingValues[c]||t.formattingValues[d]}else{const d=t.defaultWidth,c=n!=null&&n.width?String(n.width):t.defaultWidth;i=t.values[c]||t.values[d]}const u=t.argumentCallback?t.argumentCallback(r):r;return i[u]}}const fw={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},pw={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},mw={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"]},hw={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"]},vw={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"}},gw={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"}},yw=(t,r)=>{const n=Number(t),o=n%100;if(o>20||o<10)switch(o%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},ww={ordinalNumber:yw,era:oo({values:fw,defaultWidth:"wide"}),quarter:oo({values:pw,defaultWidth:"wide",argumentCallback:t=>t-1}),month:oo({values:mw,defaultWidth:"wide"}),day:oo({values:hw,defaultWidth:"wide"}),dayPeriod:oo({values:vw,defaultWidth:"wide",formattingValues:gw,defaultFormattingWidth:"wide"})};function lo(t){return(r,n={})=>{const o=n.width,i=o&&t.matchPatterns[o]||t.matchPatterns[t.defaultMatchWidth],u=r.match(i);if(!u)return null;const d=u[0],c=o&&t.parsePatterns[o]||t.parsePatterns[t.defaultParseWidth],p=Array.isArray(c)?kw(c,g=>g.test(d)):bw(c,g=>g.test(d));let m;m=t.valueCallback?t.valueCallback(p):p,m=n.valueCallback?n.valueCallback(m):m;const v=r.slice(d.length);return{value:m,rest:v}}}function bw(t,r){for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&r(t[n]))return n}function kw(t,r){for(let n=0;n<t.length;n++)if(r(t[n]))return n}function xw(t){return(r,n={})=>{const o=r.match(t.matchPattern);if(!o)return null;const i=o[0],u=r.match(t.parsePattern);if(!u)return null;let d=t.valueCallback?t.valueCallback(u[0]):u[0];d=n.valueCallback?n.valueCallback(d):d;const c=r.slice(i.length);return{value:d,rest:c}}}const Cw=/^(\d+)(th|st|nd|rd)?/i,$w=/\d+/i,Ew={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},Bw={any:[/^b/i,/^(a|c)/i]},Vw={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},Sw={any:[/1/i,/2/i,/3/i,/4/i]},Nw={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},Iw={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]},Dw={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},Ow={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]},Mw={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},Pw={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}},Tw={ordinalNumber:xw({matchPattern:Cw,parsePattern:$w,valueCallback:t=>parseInt(t,10)}),era:lo({matchPatterns:Ew,defaultMatchWidth:"wide",parsePatterns:Bw,defaultParseWidth:"any"}),quarter:lo({matchPatterns:Vw,defaultMatchWidth:"wide",parsePatterns:Sw,defaultParseWidth:"any",valueCallback:t=>t+1}),month:lo({matchPatterns:Nw,defaultMatchWidth:"wide",parsePatterns:Iw,defaultParseWidth:"any"}),day:lo({matchPatterns:Dw,defaultMatchWidth:"wide",parsePatterns:Ow,defaultParseWidth:"any"}),dayPeriod:lo({matchPatterns:Mw,defaultMatchWidth:"any",parsePatterns:Pw,defaultParseWidth:"any"})},G1={code:"en-US",formatDistance:ow,formatLong:uw,formatRelative:cw,localize:ww,match:Tw,options:{weekStartsOn:0,firstWeekContainsDate:1}};function Rw(t,r){const n=Te(t,r==null?void 0:r.in);return z1(n,yo(n))+1}function ou(t,r){const n=Te(t,r==null?void 0:r.in),o=+Na(n)-+J7(n);return Math.round(o/L1)+1}function lu(t,r){var v,g,w,b;const n=Te(t,r==null?void 0:r.in),o=n.getFullYear(),i=ra(),u=(r==null?void 0:r.firstWeekContainsDate)??((g=(v=r==null?void 0:r.locale)==null?void 0:v.options)==null?void 0:g.firstWeekContainsDate)??i.firstWeekContainsDate??((b=(w=i.locale)==null?void 0:w.options)==null?void 0:b.firstWeekContainsDate)??1,d=rt((r==null?void 0:r.in)||t,0);d.setFullYear(o+1,0,u),d.setHours(0,0,0,0);const c=On(d,r),p=rt((r==null?void 0:r.in)||t,0);p.setFullYear(o,0,u),p.setHours(0,0,0,0);const m=On(p,r);return+n>=+c?o+1:+n>=+m?o:o-1}function Aw(t,r){var c,p,m,v;const n=ra(),o=(r==null?void 0:r.firstWeekContainsDate)??((p=(c=r==null?void 0:r.locale)==null?void 0:c.options)==null?void 0:p.firstWeekContainsDate)??n.firstWeekContainsDate??((v=(m=n.locale)==null?void 0:m.options)==null?void 0:v.firstWeekContainsDate)??1,i=lu(t,r),u=rt((r==null?void 0:r.in)||t,0);return u.setFullYear(i,0,o),u.setHours(0,0,0,0),On(u,r)}function iu(t,r){const n=Te(t,r==null?void 0:r.in),o=+On(n,r)-+Aw(n,r);return Math.round(o/L1)+1}function nt(t,r){const n=t<0?"-":"",o=Math.abs(t).toString().padStart(r,"0");return n+o}const kr={y(t,r){const n=t.getFullYear(),o=n>0?n:1-n;return nt(r==="yy"?o%100:o,r.length)},M(t,r){const n=t.getMonth();return r==="M"?String(n+1):nt(n+1,2)},d(t,r){return nt(t.getDate(),r.length)},a(t,r){const n=t.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(t,r){return nt(t.getHours()%12||12,r.length)},H(t,r){return nt(t.getHours(),r.length)},m(t,r){return nt(t.getMinutes(),r.length)},s(t,r){return nt(t.getSeconds(),r.length)},S(t,r){const n=r.length,o=t.getMilliseconds(),i=Math.trunc(o*Math.pow(10,n-3));return nt(i,r.length)}},ba={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Q0={G:function(t,r,n){const o=t.getFullYear()>0?1:0;switch(r){case"G":case"GG":case"GGG":return n.era(o,{width:"abbreviated"});case"GGGGG":return n.era(o,{width:"narrow"});case"GGGG":default:return n.era(o,{width:"wide"})}},y:function(t,r,n){if(r==="yo"){const o=t.getFullYear(),i=o>0?o:1-o;return n.ordinalNumber(i,{unit:"year"})}return kr.y(t,r)},Y:function(t,r,n,o){const i=lu(t,o),u=i>0?i:1-i;if(r==="YY"){const d=u%100;return nt(d,2)}return r==="Yo"?n.ordinalNumber(u,{unit:"year"}):nt(u,r.length)},R:function(t,r){const n=U1(t);return nt(n,r.length)},u:function(t,r){const n=t.getFullYear();return nt(n,r.length)},Q:function(t,r,n){const o=Math.ceil((t.getMonth()+1)/3);switch(r){case"Q":return String(o);case"QQ":return nt(o,2);case"Qo":return n.ordinalNumber(o,{unit:"quarter"});case"QQQ":return n.quarter(o,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(o,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(o,{width:"wide",context:"formatting"})}},q:function(t,r,n){const o=Math.ceil((t.getMonth()+1)/3);switch(r){case"q":return String(o);case"qq":return nt(o,2);case"qo":return n.ordinalNumber(o,{unit:"quarter"});case"qqq":return n.quarter(o,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(o,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(o,{width:"wide",context:"standalone"})}},M:function(t,r,n){const o=t.getMonth();switch(r){case"M":case"MM":return kr.M(t,r);case"Mo":return n.ordinalNumber(o+1,{unit:"month"});case"MMM":return n.month(o,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(o,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(o,{width:"wide",context:"formatting"})}},L:function(t,r,n){const o=t.getMonth();switch(r){case"L":return String(o+1);case"LL":return nt(o+1,2);case"Lo":return n.ordinalNumber(o+1,{unit:"month"});case"LLL":return n.month(o,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(o,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(o,{width:"wide",context:"standalone"})}},w:function(t,r,n,o){const i=iu(t,o);return r==="wo"?n.ordinalNumber(i,{unit:"week"}):nt(i,r.length)},I:function(t,r,n){const o=ou(t);return r==="Io"?n.ordinalNumber(o,{unit:"week"}):nt(o,r.length)},d:function(t,r,n){return r==="do"?n.ordinalNumber(t.getDate(),{unit:"date"}):kr.d(t,r)},D:function(t,r,n){const o=Rw(t);return r==="Do"?n.ordinalNumber(o,{unit:"dayOfYear"}):nt(o,r.length)},E:function(t,r,n){const o=t.getDay();switch(r){case"E":case"EE":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"})}},e:function(t,r,n,o){const i=t.getDay(),u=(i-o.weekStartsOn+8)%7||7;switch(r){case"e":return String(u);case"ee":return nt(u,2);case"eo":return n.ordinalNumber(u,{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(t,r,n,o){const i=t.getDay(),u=(i-o.weekStartsOn+8)%7||7;switch(r){case"c":return String(u);case"cc":return nt(u,r.length);case"co":return n.ordinalNumber(u,{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(t,r,n){const o=t.getDay(),i=o===0?7:o;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(o,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(o,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(o,{width:"short",context:"formatting"});case"iiii":default:return n.day(o,{width:"wide",context:"formatting"})}},a:function(t,r,n){const i=t.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(t,r,n){const o=t.getHours();let i;switch(o===12?i=ba.noon:o===0?i=ba.midnight:i=o/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(t,r,n){const o=t.getHours();let i;switch(o>=17?i=ba.evening:o>=12?i=ba.afternoon:o>=4?i=ba.morning:i=ba.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(t,r,n){if(r==="ho"){let o=t.getHours()%12;return o===0&&(o=12),n.ordinalNumber(o,{unit:"hour"})}return kr.h(t,r)},H:function(t,r,n){return r==="Ho"?n.ordinalNumber(t.getHours(),{unit:"hour"}):kr.H(t,r)},K:function(t,r,n){const o=t.getHours()%12;return r==="Ko"?n.ordinalNumber(o,{unit:"hour"}):nt(o,r.length)},k:function(t,r,n){let o=t.getHours();return o===0&&(o=24),r==="ko"?n.ordinalNumber(o,{unit:"hour"}):nt(o,r.length)},m:function(t,r,n){return r==="mo"?n.ordinalNumber(t.getMinutes(),{unit:"minute"}):kr.m(t,r)},s:function(t,r,n){return r==="so"?n.ordinalNumber(t.getSeconds(),{unit:"second"}):kr.s(t,r)},S:function(t,r){return kr.S(t,r)},X:function(t,r,n){const o=t.getTimezoneOffset();if(o===0)return"Z";switch(r){case"X":return G0(o);case"XXXX":case"XX":return qr(o);case"XXXXX":case"XXX":default:return qr(o,":")}},x:function(t,r,n){const o=t.getTimezoneOffset();switch(r){case"x":return G0(o);case"xxxx":case"xx":return qr(o);case"xxxxx":case"xxx":default:return qr(o,":")}},O:function(t,r,n){const o=t.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+X0(o,":");case"OOOO":default:return"GMT"+qr(o,":")}},z:function(t,r,n){const o=t.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+X0(o,":");case"zzzz":default:return"GMT"+qr(o,":")}},t:function(t,r,n){const o=Math.trunc(+t/1e3);return nt(o,r.length)},T:function(t,r,n){return nt(+t,r.length)}};function X0(t,r=""){const n=t>0?"-":"+",o=Math.abs(t),i=Math.trunc(o/60),u=o%60;return u===0?n+String(i):n+String(i)+r+nt(u,2)}function G0(t,r){return t%60===0?(t>0?"-":"+")+nt(Math.abs(t)/60,2):qr(t,r)}function qr(t,r=""){const n=t>0?"-":"+",o=Math.abs(t),i=nt(Math.trunc(o/60),2),u=nt(o%60,2);return n+i+r+u}const q0=(t,r)=>{switch(t){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"})}},q1=(t,r)=>{switch(t){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"})}},Lw=(t,r)=>{const n=t.match(/(P+)(p+)?/)||[],o=n[1],i=n[2];if(!i)return q0(t,r);let u;switch(o){case"P":u=r.dateTime({width:"short"});break;case"PP":u=r.dateTime({width:"medium"});break;case"PPP":u=r.dateTime({width:"long"});break;case"PPPP":default:u=r.dateTime({width:"full"});break}return u.replace("{{date}}",q0(o,r)).replace("{{time}}",q1(i,r))},Ps={p:q1,P:Lw},Fw=/^D+$/,Hw=/^Y+$/,Uw=["D","DD","YY","YYYY"];function j1(t){return Fw.test(t)}function _1(t){return Hw.test(t)}function Ts(t,r,n){const o=zw(t,r,n);if(console.warn(o),Uw.includes(t))throw new RangeError(o)}function zw(t,r,n){const o=t[0]==="Y"?"years":"days of the month";return`Use \`${t.toLowerCase()}\` instead of \`${t}\` (in \`${r}\`) for formatting ${o} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const Yw=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Ww=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Kw=/^'([^]*?)'?$/,Qw=/''/g,Xw=/[a-zA-Z]/;function Wn(t,r,n){var v,g,w,b,C,S,M,N;const o=ra(),i=(n==null?void 0:n.locale)??o.locale??G1,u=(n==null?void 0:n.firstWeekContainsDate)??((g=(v=n==null?void 0:n.locale)==null?void 0:v.options)==null?void 0:g.firstWeekContainsDate)??o.firstWeekContainsDate??((b=(w=o.locale)==null?void 0:w.options)==null?void 0:b.firstWeekContainsDate)??1,d=(n==null?void 0:n.weekStartsOn)??((S=(C=n==null?void 0:n.locale)==null?void 0:C.options)==null?void 0:S.weekStartsOn)??o.weekStartsOn??((N=(M=o.locale)==null?void 0:M.options)==null?void 0:N.weekStartsOn)??0,c=Te(t,n==null?void 0:n.in);if(!fo(c))throw new RangeError("Invalid time value");let p=r.match(Ww).map(T=>{const V=T[0];if(V==="p"||V==="P"){const O=Ps[V];return O(T,i.formatLong)}return T}).join("").match(Yw).map(T=>{if(T==="''")return{isToken:!1,value:"'"};const V=T[0];if(V==="'")return{isToken:!1,value:Gw(T)};if(Q0[V])return{isToken:!0,value:T};if(V.match(Xw))throw new RangeError("Format string contains an unescaped latin alphabet character `"+V+"`");return{isToken:!1,value:T}});i.localize.preprocessor&&(p=i.localize.preprocessor(c,p));const m={firstWeekContainsDate:u,weekStartsOn:d,locale:i};return p.map(T=>{if(!T.isToken)return T.value;const V=T.value;(!(n!=null&&n.useAdditionalWeekYearTokens)&&_1(V)||!(n!=null&&n.useAdditionalDayOfYearTokens)&&j1(V))&&Ts(V,r,String(t));const O=Q0[V[0]];return O(c,V,i.localize,m)}).join("")}function Gw(t){const r=t.match(Kw);return r?r[1].replace(Qw,"'"):t}function qw(t,r){return Te(t,r==null?void 0:r.in).getDay()}function jw(t,r){const n=Te(t,r==null?void 0:r.in),o=n.getFullYear(),i=n.getMonth(),u=rt(n,0);return u.setFullYear(o,i+1,0),u.setHours(0,0,0,0),u.getDate()}function _w(){return Object.assign({},ra())}function sr(t,r){return Te(t,r==null?void 0:r.in).getHours()}function Jw(t,r){const n=Te(t,r==null?void 0:r.in).getDay();return n===0?7:n}function Br(t,r){return Te(t,r==null?void 0:r.in).getMinutes()}function Ge(t,r){return Te(t,r==null?void 0:r.in).getMonth()}function Ia(t){return Te(t).getSeconds()}function Le(t,r){return Te(t,r==null?void 0:r.in).getFullYear()}function na(t,r){return+Te(t)>+Te(r)}function Da(t,r){return+Te(t)<+Te(r)}function Ca(t,r){return+Te(t)==+Te(r)}function Zw(t,r){const n=eb(r)?new r(0):rt(r,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),n.setHours(t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()),n}function eb(t){var r;return typeof t=="function"&&((r=t.prototype)==null?void 0:r.constructor)===t}const tb=10;class J1{constructor(){Ee(this,"subPriority",0)}validate(r,n){return!0}}class nb extends J1{constructor(r,n,o,i,u){super(),this.value=r,this.validateValue=n,this.setValue=o,this.priority=i,u&&(this.subPriority=u)}validate(r,n){return this.validateValue(r,this.value,n)}set(r,n,o){return this.setValue(r,n,this.value,o)}}class rb extends J1{constructor(n,o){super();Ee(this,"priority",tb);Ee(this,"subPriority",-1);this.context=n||(i=>rt(o,i))}set(n,o){return o.timestampIsSet?n:rt(n,Zw(n,this.context))}}class Je{run(r,n,o,i){const u=this.parse(r,n,o,i);return u?{setter:new nb(u.value,this.validate,this.set,this.priority,this.subPriority),rest:u.rest}:null}validate(r,n,o){return!0}}class ab extends Je{constructor(){super(...arguments);Ee(this,"priority",140);Ee(this,"incompatibleTokens",["R","u","t","T"])}parse(n,o,i){switch(o){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,o,i){return o.era=i,n.setFullYear(i,0,1),n.setHours(0,0,0,0),n}}const Ct={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}/},Ln={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 $t(t,r){return t&&{value:r(t.value),rest:t.rest}}function ht(t,r){const n=r.match(t);return n?{value:parseInt(n[0],10),rest:r.slice(n[0].length)}:null}function Fn(t,r){const n=r.match(t);if(!n)return null;if(n[0]==="Z")return{value:0,rest:r.slice(1)};const o=n[1]==="+"?1:-1,i=n[2]?parseInt(n[2],10):0,u=n[3]?parseInt(n[3],10):0,d=n[5]?parseInt(n[5],10):0;return{value:o*(i*F1+u*X7+d*G7),rest:r.slice(n[0].length)}}function Z1(t){return ht(Ct.anyDigitsSigned,t)}function yt(t,r){switch(t){case 1:return ht(Ct.singleDigit,r);case 2:return ht(Ct.twoDigits,r);case 3:return ht(Ct.threeDigits,r);case 4:return ht(Ct.fourDigits,r);default:return ht(new RegExp("^\\d{1,"+t+"}"),r)}}function Ol(t,r){switch(t){case 1:return ht(Ct.singleDigitSigned,r);case 2:return ht(Ct.twoDigitsSigned,r);case 3:return ht(Ct.threeDigitsSigned,r);case 4:return ht(Ct.fourDigitsSigned,r);default:return ht(new RegExp("^-?\\d{1,"+t+"}"),r)}}function su(t){switch(t){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 ef(t,r){const n=r>0,o=n?r:1-r;let i;if(o<=50)i=t||100;else{const u=o+50,d=Math.trunc(u/100)*100,c=t>=u%100;i=t+d-(c?100:0)}return n?i:1-i}function tf(t){return t%400===0||t%4===0&&t%100!==0}class ob extends Je{constructor(){super(...arguments);Ee(this,"priority",130);Ee(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(n,o,i){const u=d=>({year:d,isTwoDigitYear:o==="yy"});switch(o){case"y":return $t(yt(4,n),u);case"yo":return $t(i.ordinalNumber(n,{unit:"year"}),u);default:return $t(yt(o.length,n),u)}}validate(n,o){return o.isTwoDigitYear||o.year>0}set(n,o,i){const u=n.getFullYear();if(i.isTwoDigitYear){const c=ef(i.year,u);return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}const d=!("era"in o)||o.era===1?i.year:1-i.year;return n.setFullYear(d,0,1),n.setHours(0,0,0,0),n}}class lb extends Je{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,o,i){const u=d=>({year:d,isTwoDigitYear:o==="YY"});switch(o){case"Y":return $t(yt(4,n),u);case"Yo":return $t(i.ordinalNumber(n,{unit:"year"}),u);default:return $t(yt(o.length,n),u)}}validate(n,o){return o.isTwoDigitYear||o.year>0}set(n,o,i,u){const d=lu(n,u);if(i.isTwoDigitYear){const p=ef(i.year,d);return n.setFullYear(p,0,u.firstWeekContainsDate),n.setHours(0,0,0,0),On(n,u)}const c=!("era"in o)||o.era===1?i.year:1-i.year;return n.setFullYear(c,0,u.firstWeekContainsDate),n.setHours(0,0,0,0),On(n,u)}}class ib extends Je{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,o){return Ol(o==="R"?4:o.length,n)}set(n,o,i){const u=rt(n,0);return u.setFullYear(i,0,4),u.setHours(0,0,0,0),Na(u)}}class sb extends Je{constructor(){super(...arguments);Ee(this,"priority",130);Ee(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,o){return Ol(o==="u"?4:o.length,n)}set(n,o,i){return n.setFullYear(i,0,1),n.setHours(0,0,0,0),n}}class ub extends Je{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,o,i){switch(o){case"Q":case"QQ":return yt(o.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,o){return o>=1&&o<=4}set(n,o,i){return n.setMonth((i-1)*3,1),n.setHours(0,0,0,0),n}}class db extends Je{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,o,i){switch(o){case"q":case"qq":return yt(o.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,o){return o>=1&&o<=4}set(n,o,i){return n.setMonth((i-1)*3,1),n.setHours(0,0,0,0),n}}class cb extends Je{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,o,i){const u=d=>d-1;switch(o){case"M":return $t(ht(Ct.month,n),u);case"MM":return $t(yt(2,n),u);case"Mo":return $t(i.ordinalNumber(n,{unit:"month"}),u);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,o){return o>=0&&o<=11}set(n,o,i){return n.setMonth(i,1),n.setHours(0,0,0,0),n}}class fb extends Je{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,o,i){const u=d=>d-1;switch(o){case"L":return $t(ht(Ct.month,n),u);case"LL":return $t(yt(2,n),u);case"Lo":return $t(i.ordinalNumber(n,{unit:"month"}),u);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,o){return o>=0&&o<=11}set(n,o,i){return n.setMonth(i,1),n.setHours(0,0,0,0),n}}function pb(t,r,n){const o=Te(t,n==null?void 0:n.in),i=iu(o,n)-r;return o.setDate(o.getDate()-i*7),Te(o,n==null?void 0:n.in)}class mb extends Je{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,o,i){switch(o){case"w":return ht(Ct.week,n);case"wo":return i.ordinalNumber(n,{unit:"week"});default:return yt(o.length,n)}}validate(n,o){return o>=1&&o<=53}set(n,o,i,u){return On(pb(n,i,u),u)}}function hb(t,r,n){const o=Te(t,n==null?void 0:n.in),i=ou(o,n)-r;return o.setDate(o.getDate()-i*7),o}class vb extends Je{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,o,i){switch(o){case"I":return ht(Ct.week,n);case"Io":return i.ordinalNumber(n,{unit:"week"});default:return yt(o.length,n)}}validate(n,o){return o>=1&&o<=53}set(n,o,i){return Na(hb(n,i))}}const gb=[31,28,31,30,31,30,31,31,30,31,30,31],yb=[31,29,31,30,31,30,31,31,30,31,30,31];class wb extends Je{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,o,i){switch(o){case"d":return ht(Ct.date,n);case"do":return i.ordinalNumber(n,{unit:"date"});default:return yt(o.length,n)}}validate(n,o){const i=n.getFullYear(),u=tf(i),d=n.getMonth();return u?o>=1&&o<=yb[d]:o>=1&&o<=gb[d]}set(n,o,i){return n.setDate(i),n.setHours(0,0,0,0),n}}class bb extends Je{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,o,i){switch(o){case"D":case"DD":return ht(Ct.dayOfYear,n);case"Do":return i.ordinalNumber(n,{unit:"date"});default:return yt(o.length,n)}}validate(n,o){const i=n.getFullYear();return tf(i)?o>=1&&o<=366:o>=1&&o<=365}set(n,o,i){return n.setMonth(0,i),n.setHours(0,0,0,0),n}}function uu(t,r,n){var g,w,b,C;const o=ra(),i=(n==null?void 0:n.weekStartsOn)??((w=(g=n==null?void 0:n.locale)==null?void 0:g.options)==null?void 0:w.weekStartsOn)??o.weekStartsOn??((C=(b=o.locale)==null?void 0:b.options)==null?void 0:C.weekStartsOn)??0,u=Te(t,n==null?void 0:n.in),d=u.getDay(),p=(r%7+7)%7,m=7-i,v=r<0||r>6?r-(d+m)%7:(p+m)%7-(d+m)%7;return wn(u,v,n)}class kb extends Je{constructor(){super(...arguments);Ee(this,"priority",90);Ee(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(n,o,i){switch(o){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,o){return o>=0&&o<=6}set(n,o,i,u){return n=uu(n,i,u),n.setHours(0,0,0,0),n}}class xb extends Je{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,o,i,u){const d=c=>{const p=Math.floor((c-1)/7)*7;return(c+u.weekStartsOn+6)%7+p};switch(o){case"e":case"ee":return $t(yt(o.length,n),d);case"eo":return $t(i.ordinalNumber(n,{unit:"day"}),d);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,o){return o>=0&&o<=6}set(n,o,i,u){return n=uu(n,i,u),n.setHours(0,0,0,0),n}}class Cb extends Je{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,o,i,u){const d=c=>{const p=Math.floor((c-1)/7)*7;return(c+u.weekStartsOn+6)%7+p};switch(o){case"c":case"cc":return $t(yt(o.length,n),d);case"co":return $t(i.ordinalNumber(n,{unit:"day"}),d);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,o){return o>=0&&o<=6}set(n,o,i,u){return n=uu(n,i,u),n.setHours(0,0,0,0),n}}function $b(t,r,n){const o=Te(t,n==null?void 0:n.in),i=Jw(o,n),u=r-i;return wn(o,u,n)}class Eb extends Je{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,o,i){const u=d=>d===0?7:d;switch(o){case"i":case"ii":return yt(o.length,n);case"io":return i.ordinalNumber(n,{unit:"day"});case"iii":return $t(i.day(n,{width:"abbreviated",context:"formatting"})||i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"}),u);case"iiiii":return $t(i.day(n,{width:"narrow",context:"formatting"}),u);case"iiiiii":return $t(i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"}),u);case"iiii":default:return $t(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"}),u)}}validate(n,o){return o>=1&&o<=7}set(n,o,i){return n=$b(n,i),n.setHours(0,0,0,0),n}}class Bb extends Je{constructor(){super(...arguments);Ee(this,"priority",80);Ee(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(n,o,i){switch(o){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,o,i){return n.setHours(su(i),0,0,0),n}}class Vb extends Je{constructor(){super(...arguments);Ee(this,"priority",80);Ee(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(n,o,i){switch(o){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,o,i){return n.setHours(su(i),0,0,0),n}}class Sb extends Je{constructor(){super(...arguments);Ee(this,"priority",80);Ee(this,"incompatibleTokens",["a","b","t","T"])}parse(n,o,i){switch(o){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,o,i){return n.setHours(su(i),0,0,0),n}}class Nb extends Je{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,o,i){switch(o){case"h":return ht(Ct.hour12h,n);case"ho":return i.ordinalNumber(n,{unit:"hour"});default:return yt(o.length,n)}}validate(n,o){return o>=1&&o<=12}set(n,o,i){const u=n.getHours()>=12;return u&&i<12?n.setHours(i+12,0,0,0):!u&&i===12?n.setHours(0,0,0,0):n.setHours(i,0,0,0),n}}class Ib extends Je{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,o,i){switch(o){case"H":return ht(Ct.hour23h,n);case"Ho":return i.ordinalNumber(n,{unit:"hour"});default:return yt(o.length,n)}}validate(n,o){return o>=0&&o<=23}set(n,o,i){return n.setHours(i,0,0,0),n}}class Db extends Je{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,o,i){switch(o){case"K":return ht(Ct.hour11h,n);case"Ko":return i.ordinalNumber(n,{unit:"hour"});default:return yt(o.length,n)}}validate(n,o){return o>=0&&o<=11}set(n,o,i){return n.getHours()>=12&&i<12?n.setHours(i+12,0,0,0):n.setHours(i,0,0,0),n}}class Ob extends Je{constructor(){super(...arguments);Ee(this,"priority",70);Ee(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,o,i){switch(o){case"k":return ht(Ct.hour24h,n);case"ko":return i.ordinalNumber(n,{unit:"hour"});default:return yt(o.length,n)}}validate(n,o){return o>=1&&o<=24}set(n,o,i){const u=i<=24?i%24:i;return n.setHours(u,0,0,0),n}}class Mb extends Je{constructor(){super(...arguments);Ee(this,"priority",60);Ee(this,"incompatibleTokens",["t","T"])}parse(n,o,i){switch(o){case"m":return ht(Ct.minute,n);case"mo":return i.ordinalNumber(n,{unit:"minute"});default:return yt(o.length,n)}}validate(n,o){return o>=0&&o<=59}set(n,o,i){return n.setMinutes(i,0,0),n}}class Pb extends Je{constructor(){super(...arguments);Ee(this,"priority",50);Ee(this,"incompatibleTokens",["t","T"])}parse(n,o,i){switch(o){case"s":return ht(Ct.second,n);case"so":return i.ordinalNumber(n,{unit:"second"});default:return yt(o.length,n)}}validate(n,o){return o>=0&&o<=59}set(n,o,i){return n.setSeconds(i,0),n}}class Tb extends Je{constructor(){super(...arguments);Ee(this,"priority",30);Ee(this,"incompatibleTokens",["t","T"])}parse(n,o){const i=u=>Math.trunc(u*Math.pow(10,-o.length+3));return $t(yt(o.length,n),i)}set(n,o,i){return n.setMilliseconds(i),n}}class Rb extends Je{constructor(){super(...arguments);Ee(this,"priority",10);Ee(this,"incompatibleTokens",["t","T","x"])}parse(n,o){switch(o){case"X":return Fn(Ln.basicOptionalMinutes,n);case"XX":return Fn(Ln.basic,n);case"XXXX":return Fn(Ln.basicOptionalSeconds,n);case"XXXXX":return Fn(Ln.extendedOptionalSeconds,n);case"XXX":default:return Fn(Ln.extended,n)}}set(n,o,i){return o.timestampIsSet?n:rt(n,n.getTime()-Dl(n)-i)}}class Ab extends Je{constructor(){super(...arguments);Ee(this,"priority",10);Ee(this,"incompatibleTokens",["t","T","X"])}parse(n,o){switch(o){case"x":return Fn(Ln.basicOptionalMinutes,n);case"xx":return Fn(Ln.basic,n);case"xxxx":return Fn(Ln.basicOptionalSeconds,n);case"xxxxx":return Fn(Ln.extendedOptionalSeconds,n);case"xxx":default:return Fn(Ln.extended,n)}}set(n,o,i){return o.timestampIsSet?n:rt(n,n.getTime()-Dl(n)-i)}}class Lb extends Je{constructor(){super(...arguments);Ee(this,"priority",40);Ee(this,"incompatibleTokens","*")}parse(n){return Z1(n)}set(n,o,i){return[rt(n,i*1e3),{timestampIsSet:!0}]}}class Fb extends Je{constructor(){super(...arguments);Ee(this,"priority",20);Ee(this,"incompatibleTokens","*")}parse(n){return Z1(n)}set(n,o,i){return[rt(n,i),{timestampIsSet:!0}]}}const Hb={G:new ab,y:new ob,Y:new lb,R:new ib,u:new sb,Q:new ub,q:new db,M:new cb,L:new fb,w:new mb,I:new vb,d:new wb,D:new bb,E:new kb,e:new xb,c:new Cb,i:new Eb,a:new Bb,b:new Vb,B:new Sb,h:new Nb,H:new Ib,K:new Db,k:new Ob,m:new Mb,s:new Pb,S:new Tb,X:new Rb,x:new Ab,t:new Lb,T:new Fb},Ub=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,zb=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Yb=/^'([^]*?)'?$/,Wb=/''/g,Kb=/\S/,Qb=/[a-zA-Z]/;function Rs(t,r,n,o){var M,N,T,V,O,Y,A,F;const i=()=>rt((o==null?void 0:o.in)||n,NaN),u=_w(),d=(o==null?void 0:o.locale)??u.locale??G1,c=(o==null?void 0:o.firstWeekContainsDate)??((N=(M=o==null?void 0:o.locale)==null?void 0:M.options)==null?void 0:N.firstWeekContainsDate)??u.firstWeekContainsDate??((V=(T=u.locale)==null?void 0:T.options)==null?void 0:V.firstWeekContainsDate)??1,p=(o==null?void 0:o.weekStartsOn)??((Y=(O=o==null?void 0:o.locale)==null?void 0:O.options)==null?void 0:Y.weekStartsOn)??u.weekStartsOn??((F=(A=u.locale)==null?void 0:A.options)==null?void 0:F.weekStartsOn)??0;if(!r)return t?i():Te(n,o==null?void 0:o.in);const m={firstWeekContainsDate:c,weekStartsOn:p,locale:d},v=[new rb(o==null?void 0:o.in,n)],g=r.match(zb).map(G=>{const Q=G[0];if(Q in Ps){const q=Ps[Q];return q(G,d.formatLong)}return G}).join("").match(Ub),w=[];for(let G of g){!(o!=null&&o.useAdditionalWeekYearTokens)&&_1(G)&&Ts(G,r,t),!(o!=null&&o.useAdditionalDayOfYearTokens)&&j1(G)&&Ts(G,r,t);const Q=G[0],q=Hb[Q];if(q){const{incompatibleTokens:ae}=q;if(Array.isArray(ae)){const Ce=w.find(L=>ae.includes(L.token)||L.token===Q);if(Ce)throw new RangeError(`The format string mustn't contain \`${Ce.fullToken}\` and \`${G}\` at the same time`)}else if(q.incompatibleTokens==="*"&&w.length>0)throw new RangeError(`The format string mustn't contain \`${G}\` and any other token at the same time`);w.push({token:Q,fullToken:G});const ge=q.run(t,G,d.match,m);if(!ge)return i();v.push(ge.setter),t=ge.rest}else{if(Q.match(Qb))throw new RangeError("Format string contains an unescaped latin alphabet character `"+Q+"`");if(G==="''"?G="'":Q==="'"&&(G=Xb(G)),t.indexOf(G)===0)t=t.slice(G.length);else return i()}}if(t.length>0&&Kb.test(t))return i();const b=v.map(G=>G.priority).sort((G,Q)=>Q-G).filter((G,Q,q)=>q.indexOf(G)===Q).map(G=>v.filter(Q=>Q.priority===G).sort((Q,q)=>q.subPriority-Q.subPriority)).map(G=>G[0]);let C=Te(n,o==null?void 0:o.in);if(isNaN(+C))return i();const S={};for(const G of b){if(!G.validate(C,m))return i();const Q=G.set(C,S,m);Array.isArray(Q)?(C=Q[0],Object.assign(S,Q[1])):C=Q}return C}function Xb(t){return t.match(Yb)[1].replace(Wb,"'")}function j0(t,r,n){const[o,i]=$o(n==null?void 0:n.in,t,r);return+_r(o)==+_r(i)}function nf(t,r,n){return wn(t,-r,n)}function rf(t,r,n){const o=Te(t,n==null?void 0:n.in),i=o.getFullYear(),u=o.getDate(),d=rt(t,0);d.setFullYear(i,r,15),d.setHours(0,0,0,0);const c=jw(d);return o.setMonth(r,Math.min(u,c)),o}function ot(t,r,n){let o=Te(t,n==null?void 0:n.in);return isNaN(+o)?rt(t,NaN):(r.year!=null&&o.setFullYear(r.year),r.month!=null&&(o=rf(o,r.month)),r.date!=null&&o.setDate(r.date),r.hours!=null&&o.setHours(r.hours),r.minutes!=null&&o.setMinutes(r.minutes),r.seconds!=null&&o.setSeconds(r.seconds),r.milliseconds!=null&&o.setMilliseconds(r.milliseconds),o)}function Gb(t,r,n){const o=Te(t,n==null?void 0:n.in);return o.setHours(r),o}function af(t,r,n){const o=Te(t,n==null?void 0:n.in);return o.setMilliseconds(r),o}function qb(t,r,n){const o=Te(t,n==null?void 0:n.in);return o.setMinutes(r),o}function of(t,r,n){const o=Te(t,n==null?void 0:n.in);return o.setSeconds(r),o}function Un(t,r,n){const o=Te(t,n==null?void 0:n.in);return isNaN(+o)?rt(t,NaN):(o.setFullYear(r),o)}function Oa(t,r,n){return In(t,-r,n)}function jb(t,r,n){const{years:o=0,months:i=0,weeks:u=0,days:d=0,hours:c=0,minutes:p=0,seconds:m=0}=r,v=Oa(t,i+o*12,n),g=nf(v,d+u*7,n),w=p+c*60,C=(m+w*60)*1e3;return rt(t,+g-C)}function lf(t,r,n){return au(t,-r,n)}function La(){const t=e.useAttrs();return e.openBlock(),e.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},[e.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"}),e.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"}),e.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"}),e.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"})])}La.compatConfig={MODE:3};function sf(){return e.openBlock(),e.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.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"}),e.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"})])}sf.compatConfig={MODE:3};function du(){return e.openBlock(),e.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.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"})])}du.compatConfig={MODE:3};function cu(){return e.openBlock(),e.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.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"})])}cu.compatConfig={MODE:3};function fu(){return e.openBlock(),e.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.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"}),e.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"})])}fu.compatConfig={MODE:3};function pu(){return e.openBlock(),e.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.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"})])}pu.compatConfig={MODE:3};function mu(){return e.openBlock(),e.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.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"})])}mu.compatConfig={MODE:3};const Jt=(t,r)=>r?new Date(t.toLocaleString("en-US",{timeZone:r})):new Date(t),hu=(t,r,n)=>As(t,r,n)||he(),_b=(t,r,n)=>{const o=r.dateInTz?Jt(new Date(t),r.dateInTz):he(t);return n?Pt(o,!0):o},As=(t,r,n)=>{if(!t)return null;const o=n?Pt(he(t),!0):he(t);return r?r.exactMatch?_b(t,r,n):Jt(o,r.timezone):o},Jb=t=>{const r=new Date(t.getFullYear(),0,1).getTimezoneOffset();return t.getTimezoneOffset()<r},Zb=(t,r)=>{if(!t)return 0;const n=new Date,o=new Date(n.toLocaleString("en-US",{timeZone:"UTC"})),i=new Date(n.toLocaleString("en-US",{timeZone:t})),u=(Jb(r??i)?i:r??i).getTimezoneOffset()/60;return(+o-+i)/(1e3*60*60)-u};var Vn=(t=>(t.month="month",t.year="year",t))(Vn||{}),Sn=(t=>(t.top="top",t.bottom="bottom",t))(Sn||{}),Zr=(t=>(t.header="header",t.calendar="calendar",t.timePicker="timePicker",t))(Zr||{}),Lt=(t=>(t.month="month",t.year="year",t.calendar="calendar",t.time="time",t.minutes="minutes",t.hours="hours",t.seconds="seconds",t))(Lt||{});const ek=["timestamp","date","iso"];var Yt=(t=>(t.up="up",t.down="down",t.left="left",t.right="right",t))(Yt||{}),ct=(t=>(t.arrowUp="ArrowUp",t.arrowDown="ArrowDown",t.arrowLeft="ArrowLeft",t.arrowRight="ArrowRight",t.enter="Enter",t.space=" ",t.esc="Escape",t.tab="Tab",t.home="Home",t.end="End",t.pageUp="PageUp",t.pageDown="PageDown",t))(ct||{}),$a=(t=>(t.MONTH_AND_YEAR="MM-yyyy",t.YEAR="yyyy",t.DATE="dd-MM-yyyy",t))($a||{});function _0(t){return r=>new Intl.DateTimeFormat(t,{weekday:"short",timeZone:"UTC"}).format(new Date(`2017-01-0${r}T00:00:00+00:00`)).slice(0,2)}function tk(t){return r=>Wn(Jt(new Date(`2017-01-0${r}T00:00:00+00:00`),"UTC"),"EEEEEE",{locale:t})}const nk=(t,r,n)=>{const o=[1,2,3,4,5,6,7];let i;if(t!==null)try{i=o.map(tk(t))}catch{i=o.map(_0(r))}else i=o.map(_0(r));const u=i.slice(0,n),d=i.slice(n+1,i.length);return[i[n]].concat(...d).concat(...u)},vu=(t,r,n)=>{const o=[];for(let i=+t[0];i<=+t[1];i++)o.push({value:+i,text:ff(i,r)});return n?o.reverse():o},uf=(t,r,n)=>{const o=[1,2,3,4,5,6,7,8,9,10,11,12].map(u=>{const d=u<10?`0${u}`:u;return new Date(`2017-${d}-01T00:00:00+00:00`)});if(t!==null)try{const u=n==="long"?"LLLL":"LLL";return o.map((d,c)=>{const p=Wn(Jt(d,"UTC"),u,{locale:t});return{text:p.charAt(0).toUpperCase()+p.substring(1),value:c}})}catch{}const i=new Intl.DateTimeFormat(r,{month:n,timeZone:"UTC"});return o.map((u,d)=>{const c=i.format(u);return{text:c.charAt(0).toUpperCase()+c.substring(1),value:d}})},rk=t=>[12,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11][t],St=t=>{const r=e.unref(t);return r!=null&&r.$el?r==null?void 0:r.$el:r},ak=t=>({type:"dot",...t??{}}),df=t=>Array.isArray(t)?!!t[0]&&!!t[1]:!1,gu={prop:t=>`"${t}" prop must be enabled!`,dateArr:t=>`You need to use array as "model-value" binding in order to support "${t}"`},Dt=t=>t,J0=t=>t===0?t:!t||isNaN(+t)?null:+t,Z0=t=>t===null,cf=t=>{if(t)return[...t.querySelectorAll("input, button, select, textarea, a[href]")][0]},ok=t=>{const r=[],n=o=>o.filter(i=>i);for(let o=0;o<t.length;o+=3){const i=[t[o],t[o+1],t[o+2]];r.push(n(i))}return r},wo=(t,r,n)=>{const o=n!=null,i=r!=null;if(!o&&!i)return!1;const u=+n,d=+r;return o&&i?+t>u||+t<d:o?+t>u:i?+t<d:!1},Ma=(t,r)=>ok(t).map(n=>n.map(o=>{const{active:i,disabled:u,isBetween:d,highlighted:c}=r(o);return{...o,active:i,disabled:u,className:{dp__overlay_cell_active:i,dp__overlay_cell:!i,dp__overlay_cell_disabled:u,dp__overlay_cell_pad:!0,dp__overlay_cell_active_disabled:u&&i,dp__cell_in_between:d,"dp--highlighted":c}}})),$r=(t,r,n=!1)=>{t&&r.allowStopPropagation&&(n&&t.stopImmediatePropagation(),t.stopPropagation())},lk=()=>["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 ik(t,r){let n=[...document.querySelectorAll(lk())];n=n.filter(i=>!t.contains(i)||i.hasAttribute("data-datepicker-instance"));const o=n.indexOf(t);if(o>=0&&(r?o-1>=0:o+1<=n.length))return n[o+(r?-1:1)]}const Ls=(t,r)=>t==null?void 0:t.querySelector(`[data-dp-element="${r}"]`),ff=(t,r)=>new Intl.NumberFormat(r,{useGrouping:!1,style:"decimal"}).format(t),yu=(t,r)=>Wn(t,r??$a.DATE),us=t=>Array.isArray(t),Ml=(t,r,n)=>r.get(yu(t,n)),sk=(t,r)=>t?r?r instanceof Map?!!Ml(t,r):r(he(t)):!1:!0,Wt=(t,r,n=!1,o)=>{if(t.key===ct.enter||t.key===ct.space)return n&&t.preventDefault(),r();if(o)return o(t)},uk=()=>"ontouchstart"in window||navigator.maxTouchPoints>0,dk=(t,r)=>t?$a.MONTH_AND_YEAR:r?$a.YEAR:$a.DATE,pf=t=>t<10?`0${t}`:t,e1=(t,r,n,o,i,u)=>{const d=Rs(t,r.slice(0,t.length),new Date,{locale:u});return fo(d)&&Y1(d)?o||i?d:ot(d,{hours:+n.hours,minutes:+(n==null?void 0:n.minutes),seconds:+(n==null?void 0:n.seconds),milliseconds:0}):null},ck=(t,r,n,o,i,u)=>{const d=Array.isArray(n)?n[0]:n;if(typeof r=="string")return e1(t,r,d,o,i,u);if(Array.isArray(r)){let c=null;for(const p of r)if(c=e1(t,p,d,o,i,u),c)break;return c}return typeof r=="function"?r(t):null},he=t=>t?new Date(t):new Date,fk=(t,r,n)=>{if(r){const i=(t.getMonth()+1).toString().padStart(2,"0"),u=t.getDate().toString().padStart(2,"0"),d=t.getHours().toString().padStart(2,"0"),c=t.getMinutes().toString().padStart(2,"0"),p=n?t.getSeconds().toString().padStart(2,"0"):"00";return`${t.getFullYear()}-${i}-${u}T${d}:${c}:${p}.000Z`}const o=Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds());return new Date(o).toISOString()},Pt=(t,r)=>{const n=he(JSON.parse(JSON.stringify(t))),o=ot(n,{hours:0,minutes:0,seconds:0,milliseconds:0});return r?rw(o):o},Er=(t,r,n,o)=>{let i=t?he(t):he();return(r||r===0)&&(i=Gb(i,+r)),(n||n===0)&&(i=qb(i,+n)),(o||o===0)&&(i=of(i,+o)),af(i,0)},gt=(t,r)=>!t||!r?!1:Da(Pt(t),Pt(r)),qe=(t,r)=>!t||!r?!1:Ca(Pt(t),Pt(r)),xt=(t,r)=>!t||!r?!1:na(Pt(t),Pt(r)),bo=(t,r,n)=>t!=null&&t[0]&&t!=null&&t[1]?xt(n,t[0])&&gt(n,t[1]):t!=null&&t[0]&&r?xt(n,t[0])&&gt(n,r)||gt(n,t[0])&&xt(n,r):!1,Nn=t=>{const r=ot(new Date(t),{date:1});return Pt(r)},ds=(t,r,n)=>r&&(n||n===0)?Object.fromEntries(["hours","minutes","seconds"].map(o=>o===r?[o,n]:[o,isNaN(+t[o])?void 0:+t[o]])):{hours:isNaN(+t.hours)?void 0:+t.hours,minutes:isNaN(+t.minutes)?void 0:+t.minutes,seconds:isNaN(+t.seconds)?void 0:+t.seconds},ea=t=>({hours:sr(t),minutes:Br(t),seconds:Ia(t)}),mf=(t,r)=>{if(r){const n=Le(he(r));if(n>t)return 12;if(n===t)return Ge(he(r))}},hf=(t,r)=>{if(r){const n=Le(he(r));return n<t?-1:n===t?Ge(he(r)):void 0}},Pa=t=>{if(t)return Le(he(t))},vf=(t,r)=>{const n=xt(t,r)?r:t,o=xt(r,t)?r:t;return K1({start:n,end:o})},pk=t=>{const r=In(t,1);return{month:Ge(r),year:Le(r)}},rr=(t,r)=>{const n=On(t,{weekStartsOn:+r}),o=X1(t,{weekStartsOn:+r});return[n,o]},gf=(t,r)=>{const n={hours:sr(he()),minutes:Br(he()),seconds:r?Ia(he()):0};return Object.assign(n,t)},Cr=(t,r,n)=>[ot(he(t),{date:1}),ot(he(),{month:r,year:n,date:1})],ar=(t,r,n)=>{let o=t?he(t):he();return(r||r===0)&&(o=rf(o,r)),n&&(o=Un(o,n)),o},yf=(t,r,n,o,i)=>{if(!o||i&&!r||!i&&!n)return!1;const u=i?In(t,1):Oa(t,1),d=[Ge(u),Le(u)];return i?!hk(...d,r):!mk(...d,n)},mk=(t,r,n)=>gt(...Cr(n,t,r))||qe(...Cr(n,t,r)),hk=(t,r,n)=>xt(...Cr(n,t,r))||qe(...Cr(n,t,r)),wf=(t,r,n,o,i,u,d)=>{if(typeof r=="function"&&!d)return r(t);const c=n?{locale:n}:void 0;return Array.isArray(t)?`${Wn(t[0],u,c)}${i&&!t[1]?"":o}${t[1]?Wn(t[1],u,c):""}`:Wn(t,u,c)},ka=t=>{if(t)return null;throw new Error(gu.prop("partial-range"))},wl=(t,r)=>{if(r)return t();throw new Error(gu.prop("range"))},Fs=t=>Array.isArray(t)?fo(t[0])&&(t[1]?fo(t[1]):!0):t?fo(t):!1,vk=(t,r)=>ot(r??he(),{hours:+t.hours||0,minutes:+t.minutes||0,seconds:+t.seconds||0}),cs=(t,r,n,o)=>{if(!t)return!0;if(o){const i=n==="max"?Da(t,r):na(t,r),u={seconds:0,milliseconds:0};return i||Ca(ot(t,u),ot(r,u))}return n==="max"?t.getTime()<=r.getTime():t.getTime()>=r.getTime()},fs=(t,r,n)=>t?vk(t,r):he(n??r),t1=(t,r,n,o,i)=>{if(Array.isArray(o)){const d=fs(t,o[0],r),c=fs(t,o[1],r);return cs(o[0],d,n,!!r)&&cs(o[1],c,n,!!r)&&i}const u=fs(t,o,r);return cs(o,u,n,!!r)&&i},ps=t=>ot(he(),ea(t)),gk=(t,r,n)=>{if(t instanceof Map){const o=`${pf(n+1)}-${r}`;return t.size?t.has(o):!1}return!1},yk=(t,r,n)=>{if(t instanceof Map){const o=`${pf(n+1)}-${r}`;return t.size?t.has(o):!0}return!0},bf=(t,r,n)=>typeof t=="function"?t({month:r,year:n}):!!t.months.find(o=>o.month===r&&o.year===n),wu=(t,r)=>typeof t=="function"?t(r):t.years.includes(r),Hs=t=>`dp-${Wn(t,"yyyy-MM-dd")}`,n1=(t,r)=>{const n=nf(Pt(r),t),o=wn(Pt(r),t);return{before:n,after:o}},io=e.reactive({menuFocused:!1,shiftKeyInMenu:!1}),kf=()=>{const t=n=>{io.menuFocused=n},r=n=>{io.shiftKeyInMenu!==n&&(io.shiftKeyInMenu=n)};return{control:e.computed(()=>({shiftKeyInMenu:io.shiftKeyInMenu,menuFocused:io.menuFocused})),setMenuFocused:t,setShiftKey:r}},dt=e.reactive({monthYear:[],calendar:[],time:[],actionRow:[],selectionGrid:[],timePicker:{0:[],1:[]},monthPicker:[]}),ms=e.ref(null),bl=e.ref(!1),hs=e.ref(!1),vs=e.ref(!1),gs=e.ref(!1),At=e.ref(0),kt=e.ref(0),Dr=()=>{const t=e.computed(()=>bl.value?[...dt.selectionGrid,dt.actionRow].filter(g=>g.length):hs.value?[...dt.timePicker[0],...dt.timePicker[1],gs.value?[]:[ms.value],dt.actionRow].filter(g=>g.length):vs.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 w=null;t.value[kt.value]&&(w=t.value[kt.value][At.value]),!w&&t.value[kt.value+(g?1:-1)]?(kt.value=kt.value+(g?1:-1),At.value=g?0:t.value[kt.value].length-1):w||(At.value=g?At.value-1:At.value+1)},n=g=>{kt.value===0&&!g||kt.value===t.value.length&&g||(kt.value=g?kt.value+1:kt.value-1,t.value[kt.value]?t.value[kt.value]&&!t.value[kt.value][At.value]&&At.value!==0&&(At.value=t.value[kt.value].length-1):kt.value=g?kt.value-1:kt.value+1)},o=g=>{let w=null;t.value[kt.value]&&(w=t.value[kt.value][At.value]),w?w.focus({preventScroll:!bl.value}):At.value=g?At.value-1:At.value+1},i=()=>{r(!0),o(!0)},u=()=>{r(!1),o(!1)},d=()=>{n(!1),o(!0)},c=()=>{n(!0),o(!0)},p=(g,w)=>{dt[w]=g},m=(g,w)=>{dt[w]=g},v=()=>{At.value=0,kt.value=0};return{buildMatrix:p,buildMultiLevelMatrix:m,setTimePickerBackRef:g=>{ms.value=g},setSelectionGrid:g=>{bl.value=g,v(),g||(dt.selectionGrid=[])},setTimePicker:(g,w=!1)=>{hs.value=g,gs.value=w,v(),g||(dt.timePicker[0]=[],dt.timePicker[1]=[])},setTimePickerElements:(g,w=0)=>{dt.timePicker[w]=g},arrowRight:i,arrowLeft:u,arrowUp:d,arrowDown:c,clearArrowNav:()=>{dt.monthYear=[],dt.calendar=[],dt.time=[],dt.actionRow=[],dt.selectionGrid=[],dt.timePicker[0]=[],dt.timePicker[1]=[],bl.value=!1,hs.value=!1,gs.value=!1,vs.value=!1,v(),ms.value=null},setMonthPicker:g=>{vs.value=g,v()},refSets:dt}},r1=t=>({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",...t??{}}),wk=t=>({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`,...t??{}}),a1=t=>t?typeof t=="boolean"?t?2:0:+t>=2?+t:2:0,bk=t=>{const r=typeof t=="object"&&t,n={static:!0,solo:!1};if(!t)return{...n,count:a1(!1)};const o=r?t:{},i=r?o.count??!0:t,u=a1(i);return Object.assign(n,o,{count:u})},kk=(t,r,n)=>t||(typeof n=="string"?n:r),xk=t=>typeof t=="boolean"?t?r1({}):!1:r1(t),Ck=t=>{const r={enterSubmit:!0,tabSubmit:!0,openMenu:"open",selectOnFocus:!1,rangeSeparator:" - ",escClose:!0};return typeof t=="object"?{...r,...t??{},enabled:!0}:{...r,enabled:t}},$k=t=>({months:[],years:[],times:{hours:[],minutes:[],seconds:[]},...t??{}}),Ek=t=>({showSelect:!0,showCancel:!0,showNow:!1,showPreview:!0,...t??{}}),Bk=t=>{const r={input:!1};return typeof t=="object"?{...r,...t??{},enabled:!0}:{enabled:t,...r}},Vk=t=>({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,...t??{}}),Sk=t=>{const r={dates:Array.isArray(t)?t.map(n=>he(n)):[],years:[],months:[],quarters:[],weeks:[],weekdays:[],options:{highlightDisabled:!1}};return typeof t=="function"?t:{...r,...t??{}}},Nk=t=>typeof t=="object"?{type:(t==null?void 0:t.type)??"local",hideOnOffsetDates:(t==null?void 0:t.hideOnOffsetDates)??!1}:{type:t,hideOnOffsetDates:!1},Ik=t=>{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 t=="object"?{enabled:!0,...r,...t}:{enabled:t,...r}},Dk=t=>t?typeof t=="string"?{timezone:t,exactMatch:!1,dateInTz:void 0,emitTimezone:void 0,convertModel:!0}:{timezone:t.timezone,exactMatch:t.exactMatch??!1,dateInTz:t.dateInTz??void 0,emitTimezone:t.emitTimezone??void 0,convertModel:t.convertModel??!0}:{timezone:void 0,exactMatch:!1,emitTimezone:void 0},ys=(t,r,n,o)=>new Map(t.map(i=>{const u=hu(i,r,o);return[yu(u,n),u]})),Ok=(t,r)=>t.length?new Map(t.map(n=>{const o=hu(n.date,r);return[yu(o,$a.DATE),n]})):null,Mk=t=>{var r;const n=dk(t.isMonthPicker,t.isYearPicker);return{minDate:As(t.minDate,t.timezone,t.isSpecific),maxDate:As(t.maxDate,t.timezone,t.isSpecific),disabledDates:us(t.disabledDates)?ys(t.disabledDates,t.timezone,n,t.isSpecific):t.disabledDates,allowedDates:us(t.allowedDates)?ys(t.allowedDates,t.timezone,n,t.isSpecific):null,highlight:typeof t.highlight=="object"&&us((r=t.highlight)==null?void 0:r.dates)?ys(t.highlight.dates,t.timezone,n):t.highlight,markers:Ok(t.markers,t.timezone)}},Pk=t=>typeof t=="boolean"?{enabled:t,dragSelect:!0,limit:null}:{enabled:!!t,limit:t.limit?+t.limit:null,dragSelect:t.dragSelect??!0},Tk=t=>({...Object.fromEntries(Object.keys(t).map(r=>{const n=r,o=t[n],i=typeof t[n]=="string"?{[o]:!0}:Object.fromEntries(o.map(u=>[u,!0]));return[r,i]}))}),pt=t=>{const r=()=>{const A=t.enableSeconds?":ss":"",F=t.enableMinutes?":mm":"";return t.is24?`HH${F}${A}`:`hh${F}${A} aa`},n=()=>{var A;return t.format?t.format:t.monthPicker?"MM/yyyy":t.timePicker?r():t.weekPicker?`${((A=M.value)==null?void 0:A.type)==="iso"?"II":"ww"}-RR`:t.yearPicker?"yyyy":t.quarterPicker?"QQQ/yyyy":t.enableTimePicker?`MM/dd/yyyy, ${r()}`:"MM/dd/yyyy"},o=A=>gf(A,t.enableSeconds),i=()=>O.value.enabled?t.startTime&&Array.isArray(t.startTime)?[o(t.startTime[0]),o(t.startTime[1])]:null:t.startTime&&!Array.isArray(t.startTime)?o(t.startTime):null,u=e.computed(()=>bk(t.multiCalendars)),d=e.computed(()=>i()),c=e.computed(()=>wk(t.ariaLabels)),p=e.computed(()=>$k(t.filters)),m=e.computed(()=>xk(t.transitions)),v=e.computed(()=>Ek(t.actionRow)),g=e.computed(()=>kk(t.previewFormat,t.format,n())),w=e.computed(()=>Ck(t.textInput)),b=e.computed(()=>Bk(t.inline)),C=e.computed(()=>Vk(t.config)),S=e.computed(()=>Sk(t.highlight)),M=e.computed(()=>Nk(t.weekNumbers)),N=e.computed(()=>Dk(t.timezone)),T=e.computed(()=>Pk(t.multiDates)),V=e.computed(()=>Mk({minDate:t.minDate,maxDate:t.maxDate,disabledDates:t.disabledDates,allowedDates:t.allowedDates,highlight:S.value,markers:t.markers,timezone:N.value,isSpecific:t.monthPicker||t.yearPicker||t.quarterPicker,isMonthPicker:t.monthPicker,isYearPicker:t.yearPicker})),O=e.computed(()=>Ik(t.range)),Y=e.computed(()=>Tk(t.ui));return{defaultedTransitions:m,defaultedMultiCalendars:u,defaultedStartTime:d,defaultedAriaLabels:c,defaultedFilters:p,defaultedActionRow:v,defaultedPreviewFormat:g,defaultedTextInput:w,defaultedInline:b,defaultedConfig:C,defaultedHighlight:S,defaultedWeekNumbers:M,defaultedRange:O,propDates:V,defaultedTz:N,defaultedMultiDates:T,defaultedUI:Y,getDefaultPattern:n,getDefaultStartTime:i}},Rk=(t,r,n)=>{const o=e.ref(),{defaultedTextInput:i,defaultedRange:u,defaultedTz:d,defaultedMultiDates:c,getDefaultPattern:p}=pt(r),m=e.ref(""),v=e.toRef(r,"format"),g=e.toRef(r,"formatLocale");e.watch(o,()=>{typeof r.onInternalModelChange=="function"&&t("internal-model-change",o.value,U(!0))},{deep:!0}),e.watch(u,(h,E)=>{h.enabled!==E.enabled&&(o.value=null)}),e.watch(v,()=>{de()});const w=h=>d.value.timezone&&d.value.convertModel?Jt(h,d.value.timezone):h,b=h=>{if(d.value.timezone&&d.value.convertModel){const E=Zb(d.value.timezone,h);return j7(h,E)}return h},C=(h,E,H=!1)=>wf(h,r.format,r.formatLocale,i.value.rangeSeparator,r.modelAuto,E??p(),H),S=h=>h?r.modelType?me(h):{hours:sr(h),minutes:Br(h),seconds:r.enableSeconds?Ia(h):0}:null,M=h=>r.modelType?me(h):{month:Ge(h),year:Le(h)},N=h=>Array.isArray(h)?c.value.enabled?h.map(E=>T(E,Un(he(),E))):wl(()=>[Un(he(),h[0]),h[1]?Un(he(),h[1]):ka(u.value.partialRange)],u.value.enabled):Un(he(),+h),T=(h,E)=>(typeof h=="string"||typeof h=="number")&&r.modelType?re(h):E,V=h=>Array.isArray(h)?[T(h[0],Er(null,+h[0].hours,+h[0].minutes,h[0].seconds)),T(h[1],Er(null,+h[1].hours,+h[1].minutes,h[1].seconds))]:T(h,Er(null,h.hours,h.minutes,h.seconds)),O=h=>{const E=ot(he(),{date:1});return Array.isArray(h)?c.value.enabled?h.map(H=>T(H,ar(E,+H.month,+H.year))):wl(()=>[T(h[0],ar(E,+h[0].month,+h[0].year)),T(h[1],h[1]?ar(E,+h[1].month,+h[1].year):ka(u.value.partialRange))],u.value.enabled):T(h,ar(E,+h.month,+h.year))},Y=h=>{if(Array.isArray(h))return h.map(E=>re(E));throw new Error(gu.dateArr("multi-dates"))},A=h=>{if(Array.isArray(h)&&u.value.enabled){const E=h[0],H=h[1];return[he(Array.isArray(E)?E[0]:null),Array.isArray(H)&&H.length?he(H[0]):null]}return he(h[0])},F=h=>r.modelAuto?Array.isArray(h)?[re(h[0]),re(h[1])]:r.autoApply?[re(h)]:[re(h),null]:Array.isArray(h)?wl(()=>h[1]?[re(h[0]),h[1]?re(h[1]):ka(u.value.partialRange)]:[re(h[0])],u.value.enabled):re(h),G=()=>{Array.isArray(o.value)&&u.value.enabled&&o.value.length===1&&o.value.push(ka(u.value.partialRange))},Q=()=>{const h=o.value;return[me(h[0]),h[1]?me(h[1]):ka(u.value.partialRange)]},q=()=>o.value[1]?Q():me(Dt(o.value[0])),ae=()=>(o.value||[]).map(h=>me(h)),ge=(h=!1)=>(h||G(),r.modelAuto?q():c.value.enabled?ae():Array.isArray(o.value)?wl(()=>Q(),u.value.enabled):me(Dt(o.value))),Ce=h=>!h||Array.isArray(h)&&!h.length?null:r.timePicker?V(Dt(h)):r.monthPicker?O(Dt(h)):r.yearPicker?N(Dt(h)):c.value.enabled?Y(Dt(h)):r.weekPicker?A(Dt(h)):F(Dt(h)),L=h=>{const E=Ce(h);Fs(Dt(E))?(o.value=Dt(E),de()):(o.value=null,m.value="")},j=()=>{const h=E=>Wn(E,i.value.format);return`${h(o.value[0])} ${i.value.rangeSeparator} ${o.value[1]?h(o.value[1]):""}`},W=()=>n.value&&o.value?Array.isArray(o.value)?j():Wn(o.value,i.value.format):C(o.value),te=()=>o.value?c.value.enabled?o.value.map(h=>C(h)).join("; "):i.value.enabled&&typeof i.value.format=="string"?W():C(o.value):"",de=()=>{!r.format||typeof r.format=="string"||i.value.enabled&&typeof i.value.format=="string"?m.value=te():m.value=r.format(o.value)},re=h=>{if(r.utc){const E=new Date(h);return r.utc==="preserve"?new Date(E.getTime()+E.getTimezoneOffset()*6e4):E}return r.modelType?ek.includes(r.modelType)?w(new Date(h)):r.modelType==="format"&&(typeof r.format=="string"||!r.format)?w(Rs(h,p(),new Date,{locale:g.value})):w(Rs(h,r.modelType,new Date,{locale:g.value})):w(new Date(h))},me=h=>h?r.utc?fk(h,r.utc==="preserve",r.enableSeconds):r.modelType?r.modelType==="timestamp"?+b(h):r.modelType==="iso"?b(h).toISOString():r.modelType==="format"&&(typeof r.format=="string"||!r.format)?C(b(h)):C(b(h),r.modelType,!0):b(h):"",J=(h,E=!1,H=!1)=>{if(H)return h;if(t("update:model-value",h),d.value.emitTimezone&&E){const ce=Array.isArray(h)?h.map(Z=>Jt(Dt(Z),d.value.emitTimezone)):Jt(Dt(h),d.value.emitTimezone);t("update:model-timezone-value",ce)}},P=h=>Array.isArray(o.value)?c.value.enabled?o.value.map(E=>h(E)):[h(o.value[0]),o.value[1]?h(o.value[1]):ka(u.value.partialRange)]:h(Dt(o.value)),I=()=>{if(Array.isArray(o.value)){const h=rr(o.value[0],r.weekStart),E=o.value[1]?rr(o.value[1],r.weekStart):[];return[h.map(H=>he(H)),E.map(H=>he(H))]}return rr(o.value,r.weekStart).map(h=>he(h))},z=(h,E)=>J(Dt(P(h)),!1,E),$=h=>{const E=I();return h?E:t("update:model-value",I())},U=(h=!1)=>(h||de(),r.monthPicker?z(M,h):r.timePicker?z(S,h):r.yearPicker?z(Le,h):r.weekPicker?$(h):J(ge(h),!0,h));return{inputValue:m,internalModelValue:o,checkBeforeEmit:()=>o.value?u.value.enabled?u.value.partialRange?o.value.length>=1:o.value.length===2:!!o.value:!1,parseExternalModelValue:L,formatInputValue:de,emitModelValue:U}},Ak=(t,r)=>{const{defaultedFilters:n,propDates:o}=pt(t),{validateMonthYearInRange:i}=Or(t),u=(v,g)=>{let w=v;return n.value.months.includes(Ge(w))?(w=g?In(v,1):Oa(v,1),u(w,g)):w},d=(v,g)=>{let w=v;return n.value.years.includes(Le(w))?(w=g?au(v,1):lf(v,1),d(w,g)):w},c=(v,g=!1)=>{const w=ot(he(),{month:t.month,year:t.year});let b=v?In(w,1):Oa(w,1);t.disableYearSelect&&(b=Un(b,t.year));let C=Ge(b),S=Le(b);n.value.months.includes(C)&&(b=u(b,v),C=Ge(b),S=Le(b)),n.value.years.includes(S)&&(b=d(b,v),S=Le(b)),i(C,S,v,t.preventMinMaxNavigation)&&p(C,S,g)},p=(v,g,w)=>{r("update-month-year",{month:v,year:g,fromNav:w})},m=e.computed(()=>v=>yf(ot(he(),{month:t.month,year:t.year}),o.value.maxDate,o.value.minDate,t.preventMinMaxNavigation,v));return{handleMonthYearChange:c,isDisabled:m,updateMonthYear:p}},Ll={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={...Ll,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}},Lk=["title"],Fk=["disabled"],Hk=e.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(t,{emit:r}){const n=r,o=t,{defaultedActionRow:i,defaultedPreviewFormat:u,defaultedMultiCalendars:d,defaultedTextInput:c,defaultedInline:p,defaultedRange:m,defaultedMultiDates:v}=pt(o),{isTimeValid:g,isMonthValid:w}=Or(o),{buildMatrix:b}=Dr(),C=e.ref(null),S=e.ref(null),M=e.ref(!1),N=e.ref({}),T=e.ref(null),V=e.ref(null);e.onMounted(()=>{o.arrowNavigation&&b([St(C),St(S)],"actionRow"),O(),window.addEventListener("resize",O)}),e.onUnmounted(()=>{window.removeEventListener("resize",O)});const O=()=>{M.value=!1,setTimeout(()=>{var L,j;const W=(L=T.value)==null?void 0:L.getBoundingClientRect(),te=(j=V.value)==null?void 0:j.getBoundingClientRect();W&&te&&(N.value.maxWidth=`${te.width-W.width-20}px`),M.value=!0},0)},Y=e.computed(()=>m.value.enabled&&!m.value.partialRange&&o.internalModelValue?o.internalModelValue.length===2:!0),A=e.computed(()=>!g.value(o.internalModelValue)||!w.value(o.internalModelValue)||!Y.value),F=()=>{const L=u.value;return o.timePicker||o.monthPicker,L(Dt(o.internalModelValue))},G=()=>{const L=o.internalModelValue;return d.value.count>0?`${Q(L[0])} - ${Q(L[1])}`:[Q(L[0]),Q(L[1])]},Q=L=>wf(L,u.value,o.formatLocale,c.value.rangeSeparator,o.modelAuto,u.value),q=e.computed(()=>!o.internalModelValue||!o.menuMount?"":typeof u.value=="string"?Array.isArray(o.internalModelValue)?o.internalModelValue.length===2&&o.internalModelValue[1]?G():v.value.enabled?o.internalModelValue.map(L=>`${Q(L)}`):o.modelAuto?`${Q(o.internalModelValue[0])}`:`${Q(o.internalModelValue[0])} -`:Q(o.internalModelValue):F()),ae=()=>v.value.enabled?"; ":" - ",ge=e.computed(()=>Array.isArray(q.value)?q.value.join(ae()):q.value),Ce=()=>{g.value(o.internalModelValue)&&w.value(o.internalModelValue)&&Y.value?n("select-date"):n("invalid-select")};return(L,j)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"actionRowRef",ref:V,class:"dp__action_row"},[L.$slots["action-row"]?e.renderSlot(L.$slots,"action-row",e.normalizeProps(e.mergeProps({key:0},{internalModelValue:L.internalModelValue,disabled:A.value,selectDate:()=>L.$emit("select-date"),closePicker:()=>L.$emit("close-picker")}))):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.unref(i).showPreview?(e.openBlock(),e.createElementBlock("div",{key:0,class:"dp__selection_preview",title:ge.value,style:e.normalizeStyle(N.value)},[L.$slots["action-preview"]&&M.value?e.renderSlot(L.$slots,"action-preview",{key:0,value:L.internalModelValue}):e.createCommentVNode("",!0),!L.$slots["action-preview"]&&M.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(ge.value),1)],64)):e.createCommentVNode("",!0)],12,Lk)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"actionBtnContainer",ref:T,class:"dp__action_buttons","data-dp-element":"action-row"},[L.$slots["action-buttons"]?e.renderSlot(L.$slots,"action-buttons",{key:0,value:L.internalModelValue}):e.createCommentVNode("",!0),L.$slots["action-buttons"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[!e.unref(p).enabled&&e.unref(i).showCancel?(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"cancelButtonRef",ref:C,type:"button",class:"dp__action_button dp__action_cancel",onClick:j[0]||(j[0]=W=>L.$emit("close-picker")),onKeydown:j[1]||(j[1]=W=>e.unref(Wt)(W,()=>L.$emit("close-picker")))},e.toDisplayString(L.cancelText),545)):e.createCommentVNode("",!0),e.unref(i).showNow?(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",class:"dp__action_button dp__action_cancel",onClick:j[2]||(j[2]=W=>L.$emit("select-now")),onKeydown:j[3]||(j[3]=W=>e.unref(Wt)(W,()=>L.$emit("select-now")))},e.toDisplayString(L.nowButtonLabel),33)):e.createCommentVNode("",!0),e.unref(i).showSelect?(e.openBlock(),e.createElementBlock("button",{key:2,ref_key:"selectButtonRef",ref:S,type:"button",class:"dp__action_button dp__action_select",disabled:A.value,"data-test-id":"select-button",onKeydown:j[4]||(j[4]=W=>e.unref(Wt)(W,()=>Ce())),onClick:Ce},e.toDisplayString(L.selectText),41,Fk)):e.createCommentVNode("",!0)],64))],512)],64))],512))}}),Uk=["role","aria-label","tabindex"],zk={class:"dp__selection_grid_header"},Yk=["aria-selected","aria-disabled","data-test-id","onClick","onKeydown","onMouseover"],Wk=["aria-label"],Eo=e.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(t,{expose:r,emit:n}){const{setSelectionGrid:o,buildMultiLevelMatrix:i,setMonthPicker:u}=Dr(),d=n,c=t,{defaultedAriaLabels:p,defaultedTextInput:m,defaultedConfig:v}=pt(c),{hideNavigationButtons:g}=Ul(),w=e.ref(!1),b=e.ref(null),C=e.ref(null),S=e.ref([]),M=e.ref(),N=e.ref(null),T=e.ref(0),V=e.ref(null);e.onBeforeUpdate(()=>{b.value=null}),e.onMounted(()=>{e.nextTick().then(()=>ae()),c.noOverlayFocus||Y(),O(!0)}),e.onUnmounted(()=>O(!1));const O=P=>{var I;c.arrowNavigation&&((I=c.headerRefs)!=null&&I.length?u(P):o(P))},Y=()=>{var P;const I=St(C);I&&(m.value.enabled||(b.value?(P=b.value)==null||P.focus({preventScroll:!0}):I.focus({preventScroll:!0})),w.value=I.clientHeight<I.scrollHeight)},A=e.computed(()=>({dp__overlay:!0,"dp--overlay-absolute":!c.useRelative,"dp--overlay-relative":c.useRelative})),F=e.computed(()=>c.useRelative?{height:`${c.height}px`,width:"var(--dp-menu-min-width)"}:void 0),G=e.computed(()=>({dp__overlay_col:!0})),Q=e.computed(()=>({dp__btn:!0,dp__button:!0,dp__overlay_action:!0,dp__over_action_scroll:w.value,dp__button_bottom:c.isLast})),q=e.computed(()=>{var P,I;return{dp__overlay_container:!0,dp__container_flex:((P=c.items)==null?void 0:P.length)<=6,dp__container_block:((I=c.items)==null?void 0:I.length)>6}});e.watch(()=>c.items,()=>ae(!1),{deep:!0});const ae=(P=!0)=>{e.nextTick().then(()=>{const I=St(b),z=St(C),$=St(N),U=St(V),h=$?$.getBoundingClientRect().height:0;z&&(z.getBoundingClientRect().height?T.value=z.getBoundingClientRect().height-h:T.value=v.value.modeHeight-h),I&&U&&P&&(U.scrollTop=I.offsetTop-U.offsetTop-(T.value/2-I.getBoundingClientRect().height)-h)})},ge=P=>{P.disabled||d("selected",P.value)},Ce=()=>{d("toggle"),d("reset-flow")},L=()=>{c.escClose&&Ce()},j=(P,I,z,$)=>{P&&((I.active||I.value===c.focusValue)&&(b.value=P),c.arrowNavigation&&(Array.isArray(S.value[z])?S.value[z][$]=P:S.value[z]=[P],W()))},W=()=>{var P,I;const z=(P=c.headerRefs)!=null&&P.length?[c.headerRefs].concat(S.value):S.value.concat([c.skipButtonRef?[]:[N.value]]);i(Dt(z),(I=c.headerRefs)!=null&&I.length?"monthPicker":"selectionGrid")},te=P=>{c.arrowNavigation||$r(P,v.value,!0)},de=P=>{M.value=P,d("hover-value",P)},re=()=>{if(Ce(),!c.isLast){const P=Ls(c.menuWrapRef??null,"action-row");if(P){const I=cf(P);I==null||I.focus()}}},me=P=>{switch(P.key){case ct.esc:return L();case ct.arrowLeft:return te(P);case ct.arrowRight:return te(P);case ct.arrowUp:return te(P);case ct.arrowDown:return te(P);default:return}},J=P=>{if(P.key===ct.enter)return Ce();if(P.key===ct.tab)return re()};return r({focusGrid:Y}),(P,I)=>{var z;return e.openBlock(),e.createElementBlock("div",{ref_key:"gridWrapRef",ref:C,class:e.normalizeClass(A.value),style:e.normalizeStyle(F.value),role:P.useRelative?void 0:"dialog","aria-label":P.overlayLabel,tabindex:P.useRelative?void 0:"0",onKeydown:me,onClick:I[0]||(I[0]=e.withModifiers(()=>{},["prevent"]))},[e.createElementVNode("div",{ref_key:"containerRef",ref:V,class:e.normalizeClass(q.value),style:e.normalizeStyle({"--dp-overlay-height":`${T.value}px`}),role:"grid"},[e.createElementVNode("div",zk,[e.renderSlot(P.$slots,"header")]),P.$slots.overlay?e.renderSlot(P.$slots,"overlay",{key:0}):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(P.items,($,U)=>(e.openBlock(),e.createElementBlock("div",{key:U,class:e.normalizeClass(["dp__overlay_row",{dp__flex_row:P.items.length>=3}]),role:"row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList($,(h,E)=>(e.openBlock(),e.createElementBlock("div",{key:h.value,ref_for:!0,ref:H=>j(H,h,U,E),role:"gridcell",class:e.normalizeClass(G.value),"aria-selected":h.active||void 0,"aria-disabled":h.disabled||void 0,tabindex:"0","data-test-id":h.text,onClick:e.withModifiers(H=>ge(h),["prevent"]),onKeydown:H=>e.unref(Wt)(H,()=>ge(h),!0),onMouseover:H=>de(h.value)},[e.createElementVNode("div",{class:e.normalizeClass(h.className)},[P.$slots.item?e.renderSlot(P.$slots,"item",{key:0,item:h}):e.createCommentVNode("",!0),P.$slots.item?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(h.text),1)],64))],2)],42,Yk))),128))],2))),128))],6),P.$slots["button-icon"]?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"toggleButton",ref:N,type:"button","aria-label":(z=e.unref(p))==null?void 0:z.toggleOverlay,class:e.normalizeClass(Q.value),tabindex:"0",onClick:Ce,onKeydown:J},[e.renderSlot(P.$slots,"button-icon")],42,Wk)),[[e.vShow,!e.unref(g)(P.hideNavigation,P.type)]]):e.createCommentVNode("",!0)],46,Uk)}}}),Kk=["data-dp-mobile"],Fl=e.defineComponent({__name:"InstanceWrap",props:{multiCalendars:{},stretch:{type:Boolean},collapse:{type:Boolean},isMobile:{type:Boolean}},setup(t){const r=t,n=e.computed(()=>r.multiCalendars>0?[...Array(r.multiCalendars).keys()]:[0]),o=e.computed(()=>({dp__instance_calendar:r.multiCalendars>0}));return(i,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.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},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.value,(d,c)=>(e.openBlock(),e.createElementBlock("div",{key:d,class:e.normalizeClass(o.value)},[e.renderSlot(i.$slots,"default",{instance:d,index:c})],2))),128))],10,Kk))}}),Qk=["data-dp-element","aria-label","aria-disabled"],po=e.defineComponent({compatConfig:{MODE:3},__name:"ArrowBtn",props:{ariaLabel:{},elName:{},disabled:{type:Boolean}},emits:["activate","set-ref"],setup(t,{emit:r}){const n=r,o=e.ref(null);return e.onMounted(()=>n("set-ref",o)),(i,u)=>(e.openBlock(),e.createElementBlock("button",{ref_key:"elRef",ref:o,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:u[0]||(u[0]=d=>i.$emit("activate")),onKeydown:u[1]||(u[1]=d=>e.unref(Wt)(d,()=>i.$emit("activate"),!0))},[e.createElementVNode("span",{class:e.normalizeClass(["dp__inner_nav",{dp__inner_nav_disabled:i.disabled}])},[e.renderSlot(i.$slots,"default")],2)],40,Qk))}}),Xk=["aria-label","data-test-id"],xf=e.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(t,{emit:r}){const n=r,o=t,{showRightIcon:i,showLeftIcon:u}=Ul(),{defaultedConfig:d,defaultedMultiCalendars:c,defaultedAriaLabels:p,defaultedTransitions:m,defaultedUI:v}=pt(o),{showTransition:g,transitionName:w}=Bo(m),b=e.ref(!1),C=(N=!1,T)=>{b.value=!b.value,n("toggle-year-picker",{flow:N,show:T})},S=N=>{b.value=!1,n("year-select",N)},M=(N=!1)=>{n("handle-year",N)};return(N,T)=>{var V,O,Y,A,F;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass(["dp--year-mode-picker",{"dp--hidden-el":b.value}])},[e.unref(u)(e.unref(c),t.instance)?(e.openBlock(),e.createBlock(po,{key:0,ref:"mpPrevIconRef","aria-label":(V=e.unref(p))==null?void 0:V.prevYear,disabled:t.isDisabled(!1),class:e.normalizeClass((O=e.unref(v))==null?void 0:O.navBtnPrev),onActivate:T[0]||(T[0]=G=>M(!1))},{default:e.withCtx(()=>[N.$slots["arrow-left"]?e.renderSlot(N.$slots,"arrow-left",{key:0}):e.createCommentVNode("",!0),N.$slots["arrow-left"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(du),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0),e.createElementVNode("button",{ref:"mpYearButtonRef",class:"dp__btn dp--year-select",type:"button","aria-label":`${t.year}-${(Y=e.unref(p))==null?void 0:Y.openYearsOverlay}`,"data-test-id":`year-mode-btn-${t.instance}`,onClick:T[1]||(T[1]=()=>C(!1)),onKeydown:T[2]||(T[2]=e.withKeys(()=>C(!1),["enter"]))},[N.$slots.year?e.renderSlot(N.$slots,"year",{key:0,year:t.year}):e.createCommentVNode("",!0),N.$slots.year?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(t.year),1)],64))],40,Xk),e.unref(i)(e.unref(c),t.instance)?(e.openBlock(),e.createBlock(po,{key:1,ref:"mpNextIconRef","aria-label":(A=e.unref(p))==null?void 0:A.nextYear,disabled:t.isDisabled(!0),class:e.normalizeClass((F=e.unref(v))==null?void 0:F.navBtnNext),onActivate:T[3]||(T[3]=G=>M(!0))},{default:e.withCtx(()=>[N.$slots["arrow-right"]?e.renderSlot(N.$slots,"arrow-right",{key:0}):e.createCommentVNode("",!0),N.$slots["arrow-right"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(cu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0)],2),e.createVNode(e.Transition,{name:e.unref(w)(t.showYearPicker),css:e.unref(g)},{default:e.withCtx(()=>{var G,Q;return[t.showYearPicker?(e.openBlock(),e.createBlock(Eo,{key:0,items:t.items,"text-input":N.textInput,"esc-close":N.escClose,config:N.config,"is-last":N.autoApply&&!e.unref(d).keepActionRow,"hide-navigation":N.hideNavigation,"aria-labels":N.ariaLabels,"overlay-label":(Q=(G=e.unref(p))==null?void 0:G.yearPicker)==null?void 0:Q.call(G,!0),type:"year",onToggle:C,onSelected:T[4]||(T[4]=q=>S(q))},e.createSlots({"button-icon":e.withCtx(()=>[N.$slots["calendar-icon"]?e.renderSlot(N.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),N.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(La),{key:1}))]),_:2},[N.$slots["year-overlay-value"]?{name:"item",fn:e.withCtx(({item:q})=>[e.renderSlot(N.$slots,"year-overlay-value",{text:q.text,value:q.value})]),key:"0"}:void 0]),1032,["items","text-input","esc-close","config","is-last","hide-navigation","aria-labels","overlay-label"])):e.createCommentVNode("",!0)]}),_:3},8,["name","css"])],64)}}}),bu=(t,r,n)=>{if(r.value&&Array.isArray(r.value))if(r.value.some(o=>qe(t,o))){const o=r.value.filter(i=>!qe(i,t));r.value=o.length?o:null}else(n&&+n>r.value.length||!n)&&r.value.push(t);else r.value=[t]},ku=(t,r,n)=>{let o=t.value?t.value.slice():[];return o.length===2&&o[1]!==null&&(o=[]),o.length?(gt(r,o[0])?o.unshift(r):o[1]=r,n("range-end",r)):(o=[r],n("range-start",r)),o},Hl=(t,r,n,o)=>{t&&(t[0]&&t[1]&&n&&r("auto-apply"),t[0]&&!t[1]&&o&&n&&r("auto-apply"))},Cf=t=>{Array.isArray(t.value)&&t.value.length<=2&&t.range?t.modelValue.value=t.value.map(r=>Jt(he(r),t.timezone)):Array.isArray(t.value)||(t.modelValue.value=Jt(he(t.value),t.timezone))},$f=(t,r,n,o)=>Array.isArray(r.value)&&(r.value.length===2||r.value.length===1&&o.value.partialRange)?o.value.fixedStart&&(xt(t,r.value[0])||qe(t,r.value[0]))?[r.value[0],t]:o.value.fixedEnd&&(gt(t,r.value[1])||qe(t,r.value[1]))?[t,r.value[1]]:(n("invalid-fixed-range",t),r.value):[],Ef=({multiCalendars:t,range:r,highlight:n,propDates:o,calendars:i,modelValue:u,props:d,filters:c,year:p,month:m,emit:v})=>{const g=e.computed(()=>vu(d.yearRange,d.locale,d.reverseYears)),w=e.ref([!1]),b=e.computed(()=>(q,ae)=>{const ge=ot(Nn(new Date),{month:m.value(q),year:p.value(q)}),Ce=ae?Q1(ge):yo(ge);return yf(Ce,o.value.maxDate,o.value.minDate,d.preventMinMaxNavigation,ae)}),C=()=>Array.isArray(u.value)&&t.value.solo&&u.value[1],S=()=>{for(let q=0;q<t.value.count;q++)if(q===0)i.value[q]=i.value[0];else if(q===t.value.count-1&&C())i.value[q]={month:Ge(u.value[1]),year:Le(u.value[1])};else{const ae=ot(he(),i.value[q-1]);i.value[q]={month:Ge(ae),year:Le(au(ae,1))}}},M=q=>{if(!q)return S();const ae=ot(he(),i.value[q]);return i.value[0].year=Le(lf(ae,t.value.count-1)),S()},N=(q,ae)=>{const ge=tw(ae,q);return r.value.showLastInRange&&ge>1?ae:q},T=q=>d.focusStartDate||t.value.solo?q[0]:q[1]?N(q[0],q[1]):q[0],V=()=>{if(u.value){const q=Array.isArray(u.value)?T(u.value):u.value;i.value[0]={month:Ge(q),year:Le(q)}}},O=()=>{V(),t.value.count&&S()};e.watch(u,(q,ae)=>{d.isTextInputDate&&JSON.stringify(q??{})!==JSON.stringify(ae??{})&&O()}),e.onMounted(()=>{O()});const Y=(q,ae)=>{i.value[ae].year=q,v("update-month-year",{instance:ae,year:q,month:i.value[ae].month}),t.value.count&&!t.value.solo&&M(ae)},A=e.computed(()=>q=>Ma(g.value,ae=>{var ge;const Ce=p.value(q)===ae.value,L=wo(ae.value,Pa(o.value.minDate),Pa(o.value.maxDate))||((ge=c.value.years)==null?void 0:ge.includes(p.value(q))),j=wu(n.value,ae.value);return{active:Ce,disabled:L,highlighted:j}})),F=(q,ae)=>{Y(q,ae),Q(ae)},G=(q,ae=!1)=>{if(!b.value(q,ae)){const ge=ae?p.value(q)+1:p.value(q)-1;Y(ge,q)}},Q=(q,ae=!1,ge)=>{ae||v("reset-flow"),ge!==void 0?w.value[q]=ge:w.value[q]=!w.value[q],w.value[q]?v("overlay-toggle",{open:!0,overlay:Lt.year}):(v("overlay-closed"),v("overlay-toggle",{open:!1,overlay:Lt.year}))};return{isDisabled:b,groupedYears:A,showYearPicker:w,selectYear:Y,toggleYearPicker:Q,handleYearSelect:F,handleYear:G}},Gk=(t,r)=>{const{defaultedMultiCalendars:n,defaultedAriaLabels:o,defaultedTransitions:i,defaultedConfig:u,defaultedRange:d,defaultedHighlight:c,propDates:p,defaultedTz:m,defaultedFilters:v,defaultedMultiDates:g}=pt(t),w=()=>{t.isTextInputDate&&O(Le(he(t.startDate)),0)},{modelValue:b,year:C,month:S,calendars:M}=Vo(t,r,w),N=e.computed(()=>uf(t.formatLocale,t.locale,t.monthNameFormat)),T=e.ref(null),{checkMinMaxRange:V}=Or(t),{selectYear:O,groupedYears:Y,showYearPicker:A,toggleYearPicker:F,handleYearSelect:G,handleYear:Q,isDisabled:q}=Ef({modelValue:b,multiCalendars:n,range:d,highlight:c,calendars:M,year:C,propDates:p,month:S,filters:v,props:t,emit:r});e.onMounted(()=>{t.startDate&&(b.value&&t.focusStartDate||!b.value)&&O(Le(he(t.startDate)),0)});const ae=z=>z?{month:Ge(z),year:Le(z)}:{month:null,year:null},ge=()=>b.value?Array.isArray(b.value)?b.value.map(z=>ae(z)):ae(b.value):ae(),Ce=(z,$)=>{const U=M.value[z],h=ge();return Array.isArray(h)?h.some(E=>E.year===(U==null?void 0:U.year)&&E.month===$):(U==null?void 0:U.year)===h.year&&$===h.month},L=(z,$,U)=>{var h,E;const H=ge();return Array.isArray(H)?C.value($)===((h=H[U])==null?void 0:h.year)&&z===((E=H[U])==null?void 0:E.month):!1},j=(z,$)=>{if(d.value.enabled){const U=ge();if(Array.isArray(b.value)&&Array.isArray(U)){const h=L(z,$,0)||L(z,$,1),E=ar(Nn(he()),z,C.value($));return bo(b.value,T.value,E)&&!h}return!1}return!1},W=e.computed(()=>z=>Ma(N.value,$=>{var U;const h=Ce(z,$.value),E=wo($.value,mf(C.value(z),p.value.minDate),hf(C.value(z),p.value.maxDate))||gk(p.value.disabledDates,C.value(z),$.value)||((U=v.value.months)==null?void 0:U.includes($.value))||!yk(p.value.allowedDates,C.value(z),$.value),H=j($.value,z),ce=bf(c.value,$.value,C.value(z));return{active:h,disabled:E,isBetween:H,highlighted:ce}})),te=(z,$)=>ar(Nn(he()),z,C.value($)),de=(z,$)=>{const U=b.value?b.value:Nn(new Date);b.value=ar(U,z,C.value($)),r("auto-apply"),r("update-flow-step")},re=(z,$)=>{const U=te(z,$);d.value.fixedEnd||d.value.fixedStart?b.value=$f(U,b,r,d):b.value?V(U,b.value)&&(b.value=ku(b,te(z,$),r)):b.value=[te(z,$)],e.nextTick().then(()=>{Hl(b.value,r,t.autoApply,t.modelAuto)})},me=(z,$)=>{bu(te(z,$),b,g.value.limit),r("auto-apply",!0)},J=(z,$)=>(M.value[$].month=z,I($,M.value[$].year,z),g.value.enabled?me(z,$):d.value.enabled?re(z,$):de(z,$)),P=(z,$)=>{O(z,$),I($,z,null)},I=(z,$,U)=>{let h=U;if(!h&&h!==0){const E=ge();h=Array.isArray(E)?E[z].month:E.month}r("update-month-year",{instance:z,year:$,month:h})};return{groupedMonths:W,groupedYears:Y,year:C,isDisabled:q,defaultedMultiCalendars:n,defaultedAriaLabels:o,defaultedTransitions:i,defaultedConfig:u,showYearPicker:A,modelValue:b,presetDate:(z,$)=>{Cf({value:z,modelValue:b,range:d.value.enabled,timezone:$?void 0:m.value.timezone}),r("auto-apply")},setHoverDate:(z,$)=>{T.value=te(z,$)},selectMonth:J,selectYear:P,toggleYearPicker:F,handleYearSelect:G,handleYear:Q,getModelMonthYear:ge}},qk=e.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(t,{expose:r,emit:n}){const o=n,i=e.useSlots(),u=sn(i,"yearMode"),d=t;e.onMounted(()=>{d.shadow||o("mount",null)});const{groupedMonths:c,groupedYears:p,year:m,isDisabled:v,defaultedMultiCalendars:g,defaultedConfig:w,showYearPicker:b,modelValue:C,presetDate:S,setHoverDate:M,selectMonth:N,selectYear:T,toggleYearPicker:V,handleYearSelect:O,handleYear:Y,getModelMonthYear:A}=Gk(d,o);return r({getSidebarProps:()=>({modelValue:C,year:m,getModelMonthYear:A,selectMonth:N,selectYear:T,handleYear:Y}),presetDate:S,toggleYearPicker:F=>V(0,F)}),(F,G)=>(e.openBlock(),e.createBlock(Fl,{"multi-calendars":e.unref(g).count,collapse:F.collapse,stretch:"","is-mobile":F.isMobile},{default:e.withCtx(({instance:Q})=>[F.$slots["top-extra"]?e.renderSlot(F.$slots,"top-extra",{key:0,value:F.internalModelValue}):e.createCommentVNode("",!0),F.$slots["month-year"]?e.renderSlot(F.$slots,"month-year",e.normalizeProps(e.mergeProps({key:1},{year:e.unref(m),months:e.unref(c)(Q),years:e.unref(p)(Q),selectMonth:e.unref(N),selectYear:e.unref(T),instance:Q}))):(e.openBlock(),e.createBlock(Eo,{key:2,items:e.unref(c)(Q),"arrow-navigation":F.arrowNavigation,"is-last":F.autoApply&&!e.unref(w).keepActionRow,"esc-close":F.escClose,height:e.unref(w).modeHeight,config:F.config,"no-overlay-focus":!!(F.noOverlayFocus||F.textInput),"use-relative":"",type:"month",onSelected:q=>e.unref(N)(q,Q),onHoverValue:q=>e.unref(M)(q,Q)},e.createSlots({header:e.withCtx(()=>[e.createVNode(xf,e.mergeProps(F.$props,{items:e.unref(p)(Q),instance:Q,"show-year-picker":e.unref(b)[Q],year:e.unref(m)(Q),"is-disabled":q=>e.unref(v)(Q,q),onHandleYear:q=>e.unref(Y)(Q,q),onYearSelect:q=>e.unref(O)(q,Q),onToggleYearPicker:q=>e.unref(V)(Q,q==null?void 0:q.flow,q==null?void 0:q.show)}),e.createSlots({_:2},[e.renderList(e.unref(u),(q,ae)=>({name:q,fn:e.withCtx(ge=>[e.renderSlot(F.$slots,q,e.normalizeProps(e.guardReactiveProps(ge)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),_:2},[F.$slots["month-overlay-value"]?{name:"item",fn:e.withCtx(({item:q})=>[e.renderSlot(F.$slots,"month-overlay-value",{text:q.text,value:q.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"]))}}),jk=(t,r)=>{const n=()=>{t.isTextInputDate&&(v.value=Le(he(t.startDate)))},{modelValue:o}=Vo(t,r,n),i=e.ref(null),{defaultedHighlight:u,defaultedMultiDates:d,defaultedFilters:c,defaultedRange:p,propDates:m}=pt(t),v=e.ref();e.onMounted(()=>{t.startDate&&(o.value&&t.focusStartDate||!o.value)&&(v.value=Le(he(t.startDate)))});const g=N=>Array.isArray(o.value)?o.value.some(T=>Le(T)===N):o.value?Le(o.value)===N:!1,w=N=>p.value.enabled&&Array.isArray(o.value)?bo(o.value,i.value,M(N)):!1,b=N=>m.value.allowedDates instanceof Map?m.value.allowedDates.size?m.value.allowedDates.has(`${N}`):!1:!0,C=N=>m.value.disabledDates instanceof Map?m.value.disabledDates.size?m.value.disabledDates.has(`${N}`):!1:!0,S=e.computed(()=>Ma(vu(t.yearRange,t.locale,t.reverseYears),N=>{const T=g(N.value),V=wo(N.value,Pa(m.value.minDate),Pa(m.value.maxDate))||c.value.years.includes(N.value)||!b(N.value)||C(N.value),O=w(N.value)&&!T,Y=wu(u.value,N.value);return{active:T,disabled:V,isBetween:O,highlighted:Y}})),M=N=>Un(Nn(yo(new Date)),N);return{groupedYears:S,modelValue:o,focusYear:v,setHoverValue:N=>{i.value=Un(Nn(new Date),N)},selectYear:N=>{var T;if(r("update-month-year",{instance:0,year:N}),d.value.enabled)return o.value?Array.isArray(o.value)&&(((T=o.value)==null?void 0:T.map(V=>Le(V))).includes(N)?o.value=o.value.filter(V=>Le(V)!==N):o.value.push(Un(Pt(he()),N))):o.value=[Un(Pt(yo(he())),N)],r("auto-apply",!0);p.value.enabled?(o.value=ku(o,M(N),r),e.nextTick().then(()=>{Hl(o.value,r,t.autoApply,t.modelAuto)})):(o.value=M(N),r("auto-apply"))}}},_k=e.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(t,{expose:r,emit:n}){const o=n,i=t,{groupedYears:u,modelValue:d,focusYear:c,selectYear:p,setHoverValue:m}=jk(i,o),{defaultedConfig:v}=pt(i);return r({getSidebarProps:()=>({modelValue:d,selectYear:p})}),(g,w)=>(e.openBlock(),e.createElementBlock("div",null,[g.$slots["top-extra"]?e.renderSlot(g.$slots,"top-extra",{key:0,value:g.internalModelValue}):e.createCommentVNode("",!0),g.$slots["month-year"]?e.renderSlot(g.$slots,"month-year",e.normalizeProps(e.mergeProps({key:1},{years:e.unref(u),selectYear:e.unref(p)}))):(e.openBlock(),e.createBlock(Eo,{key:2,items:e.unref(u),"is-last":g.autoApply&&!e.unref(v).keepActionRow,height:e.unref(v).modeHeight,config:g.config,"no-overlay-focus":!!(g.noOverlayFocus||g.textInput),"focus-value":e.unref(c),type:"year","use-relative":"",onSelected:e.unref(p),onHoverValue:e.unref(m)},e.createSlots({_:2},[g.$slots["year-overlay-value"]?{name:"item",fn:e.withCtx(({item:b})=>[e.renderSlot(g.$slots,"year-overlay-value",{text:b.text,value:b.value})]),key:"0"}:void 0]),1032,["items","is-last","height","config","no-overlay-focus","focus-value","onSelected","onHoverValue"]))]))}}),Jk={key:0,class:"dp__time_input"},Zk=["data-compact","data-collapsed"],ex=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],tx=["aria-label","disabled","data-test-id","onKeydown","onClick"],nx=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],rx={key:0},ax=["aria-label","data-compact"],ox=e.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(t,{expose:r,emit:n}){const o=n,i=t,{setTimePickerElements:u,setTimePickerBackRef:d}=Dr(),{defaultedAriaLabels:c,defaultedTransitions:p,defaultedFilters:m,defaultedConfig:v,defaultedRange:g,defaultedMultiCalendars:w}=pt(i),{transitionName:b,showTransition:C}=Bo(p),S=e.reactive({hours:!1,minutes:!1,seconds:!1}),M=e.ref("AM"),N=e.ref(null),T=e.ref([]),V=e.ref(),O=e.ref(!1);e.onMounted(()=>{o("mounted")});const Y=B=>ot(new Date,{hours:B.hours,minutes:B.minutes,seconds:i.enableSeconds?B.seconds:0,milliseconds:0}),A=e.computed(()=>B=>re(B,i[B])||G(B,i[B])),F=e.computed(()=>({hours:i.hours,minutes:i.minutes,seconds:i.seconds})),G=(B,we)=>g.value.enabled&&!g.value.disableTimeRangeValidation?!i.validateTime(B,we):!1,Q=(B,we)=>{if(g.value.enabled&&!g.value.disableTimeRangeValidation){const ye=we?+i[`${B}Increment`]:-+i[`${B}Increment`],be=i[B]+ye;return!i.validateTime(B,be)}return!1},q=e.computed(()=>B=>!z(+i[B]+ +i[`${B}Increment`],B)||Q(B,!0)),ae=e.computed(()=>B=>!z(+i[B]-+i[`${B}Increment`],B)||Q(B,!1)),ge=(B,we)=>H1(ot(he(),B),we),Ce=(B,we)=>jb(ot(he(),B),we),L=e.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})),j=e.computed(()=>i.timePickerInline&&g.value.enabled&&!w.value.count),W=e.computed(()=>{const B=[{type:"hours"}];return i.enableMinutes&&B.push({type:"",separator:!0},{type:"minutes"}),i.enableSeconds&&B.push({type:"",separator:!0},{type:"seconds"}),B}),te=e.computed(()=>W.value.filter(B=>!B.separator)),de=e.computed(()=>B=>{if(B==="hours"){const we=ce(+i.hours);return{text:we<10?`0${we}`:`${we}`,value:we}}return{text:i[B]<10?`0${i[B]}`:`${i[B]}`,value:i[B]}}),re=(B,we)=>{var ye;if(!i.disabledTimesConfig)return!1;const be=i.disabledTimesConfig(i.order,B==="hours"?we:void 0);return be[B]?!!((ye=be[B])!=null&&ye.includes(we)):!0},me=(B,we)=>we!=="hours"||M.value==="AM"?B:B+12,J=B=>{const we=i.is24?24:12,ye=B==="hours"?we:60,be=+i[`${B}GridIncrement`],ze=B==="hours"&&!i.is24?be:0,Me=[];for(let _=ze;_<ye;_+=be)Me.push({value:i.is24?_:me(_,B),text:_<10?`0${_}`:`${_}`});return B==="hours"&&!i.is24&&Me.unshift({value:M.value==="PM"?12:0,text:"12"}),Ma(Me,_=>({active:!1,disabled:m.value.times[B].includes(_.value)||!z(_.value,B)||re(B,_.value)||G(B,_.value)}))},P=B=>B>=0?B:59,I=B=>B>=0?B:23,z=(B,we)=>{const ye=i.minTime?Y(ds(i.minTime)):null,be=i.maxTime?Y(ds(i.maxTime)):null,ze=Y(ds(F.value,we,we==="minutes"||we==="seconds"?P(B):I(B)));return ye&&be?(Da(ze,be)||Ca(ze,be))&&(na(ze,ye)||Ca(ze,ye)):ye?na(ze,ye)||Ca(ze,ye):be?Da(ze,be)||Ca(ze,be):!0},$=B=>i[`no${B[0].toUpperCase()+B.slice(1)}Overlay`],U=B=>{$(B)||(S[B]=!S[B],S[B]?(O.value=!0,o("overlay-opened",B)):(O.value=!1,o("overlay-closed",B)))},h=B=>B==="hours"?sr:B==="minutes"?Br:Ia,E=()=>{V.value&&clearTimeout(V.value)},H=(B,we=!0,ye)=>{const be=we?ge:Ce,ze=we?+i[`${B}Increment`]:-+i[`${B}Increment`];z(+i[B]+ze,B)&&o(`update:${B}`,h(B)(be({[B]:+i[B]},{[B]:+i[`${B}Increment`]}))),!(ye!=null&&ye.keyboard)&&v.value.timeArrowHoldThreshold&&(V.value=setTimeout(()=>{H(B,we)},v.value.timeArrowHoldThreshold))},ce=B=>i.is24?B:(B>=12?M.value="PM":M.value="AM",rk(B)),Z=()=>{M.value==="PM"?(M.value="AM",o("update:hours",i.hours-12)):(M.value="PM",o("update:hours",i.hours+12)),o("am-pm-change",M.value)},Oe=B=>{S[B]=!0},se=(B,we,ye)=>{if(B&&i.arrowNavigation){Array.isArray(T.value[we])?T.value[we][ye]=B:T.value[we]=[B];const be=T.value.reduce((ze,Me)=>Me.map((_,fe)=>[...ze[fe]||[],Me[fe]]),[]);d(i.closeTimePickerBtn),N.value&&(be[1]=be[1].concat(N.value)),u(be,i.order)}},ve=(B,we)=>(U(B),o(`update:${B}`,we));return r({openChildCmp:Oe}),(B,we)=>{var ye;return B.disabled?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Jk,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(W.value,(be,ze)=>{var Me,_,fe;return e.openBlock(),e.createElementBlock("div",{key:ze,class:e.normalizeClass(L.value),"data-compact":j.value&&!B.enableSeconds,"data-collapsed":j.value&&B.enableSeconds},[be.separator?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[O.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(":")],64))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("button",{ref_for:!0,ref:Ve=>se(Ve,ze,0),type:"button",class:e.normalizeClass({dp__btn:!0,dp__inc_dec_button:!B.timePickerInline,dp__inc_dec_button_inline:B.timePickerInline,dp__tp_inline_btn_top:B.timePickerInline,dp__inc_dec_button_disabled:q.value(be.type),"dp--hidden-el":O.value}),"data-test-id":`${be.type}-time-inc-btn-${i.order}`,"aria-label":(Me=e.unref(c))==null?void 0:Me.incrementValue(be.type),tabindex:"0",onKeydown:Ve=>e.unref(Wt)(Ve,()=>H(be.type,!0,{keyboard:!0}),!0),onClick:Ve=>e.unref(v).timeArrowHoldThreshold?void 0:H(be.type,!0),onMousedown:Ve=>e.unref(v).timeArrowHoldThreshold?H(be.type,!0):void 0,onMouseup:E},[i.timePickerInline?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[B.$slots["tp-inline-arrow-up"]?e.renderSlot(B.$slots,"tp-inline-arrow-up",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[we[2]||(we[2]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),we[3]||(we[3]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[B.$slots["arrow-up"]?e.renderSlot(B.$slots,"arrow-up",{key:0}):e.createCommentVNode("",!0),B.$slots["arrow-up"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(pu),{key:1}))],64))],42,ex),e.createElementVNode("button",{ref_for:!0,ref:Ve=>se(Ve,ze,1),type:"button","aria-label":`${de.value(be.type).text}-${(_=e.unref(c))==null?void 0:_.openTpOverlay(be.type)}`,class:e.normalizeClass({dp__time_display:!0,dp__time_display_block:!B.timePickerInline,dp__time_display_inline:B.timePickerInline,"dp--time-invalid":A.value(be.type),"dp--time-overlay-btn":!A.value(be.type),"dp--hidden-el":O.value}),disabled:$(be.type),tabindex:"0","data-test-id":`${be.type}-toggle-overlay-btn-${i.order}`,onKeydown:Ve=>e.unref(Wt)(Ve,()=>U(be.type),!0),onClick:Ve=>U(be.type)},[B.$slots[be.type]?e.renderSlot(B.$slots,be.type,{key:0,text:de.value(be.type).text,value:de.value(be.type).value}):e.createCommentVNode("",!0),B.$slots[be.type]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(de.value(be.type).text),1)],64))],42,tx),e.createElementVNode("button",{ref_for:!0,ref:Ve=>se(Ve,ze,2),type:"button",class:e.normalizeClass({dp__btn:!0,dp__inc_dec_button:!B.timePickerInline,dp__inc_dec_button_inline:B.timePickerInline,dp__tp_inline_btn_bottom:B.timePickerInline,dp__inc_dec_button_disabled:ae.value(be.type),"dp--hidden-el":O.value}),"data-test-id":`${be.type}-time-dec-btn-${i.order}`,"aria-label":(fe=e.unref(c))==null?void 0:fe.decrementValue(be.type),tabindex:"0",onKeydown:Ve=>e.unref(Wt)(Ve,()=>H(be.type,!1,{keyboard:!0}),!0),onClick:Ve=>e.unref(v).timeArrowHoldThreshold?void 0:H(be.type,!1),onMousedown:Ve=>e.unref(v).timeArrowHoldThreshold?H(be.type,!1):void 0,onMouseup:E},[i.timePickerInline?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[B.$slots["tp-inline-arrow-down"]?e.renderSlot(B.$slots,"tp-inline-arrow-down",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[we[4]||(we[4]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),we[5]||(we[5]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_r"},null,-1))],64))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[B.$slots["arrow-down"]?e.renderSlot(B.$slots,"arrow-down",{key:0}):e.createCommentVNode("",!0),B.$slots["arrow-down"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(mu),{key:1}))],64))],42,nx)],64))],10,Zk)}),128)),B.is24?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",rx,[B.$slots["am-pm-button"]?e.renderSlot(B.$slots,"am-pm-button",{key:0,toggle:Z,value:M.value}):e.createCommentVNode("",!0),B.$slots["am-pm-button"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:1,ref_key:"amPmButton",ref:N,type:"button",class:"dp__pm_am_button",role:"button","aria-label":(ye=e.unref(c))==null?void 0:ye.amPmButton,tabindex:"0","data-compact":j.value,onClick:Z,onKeydown:we[0]||(we[0]=be=>e.unref(Wt)(be,()=>Z(),!0))},e.toDisplayString(M.value),41,ax))])),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(te.value,(be,ze)=>(e.openBlock(),e.createBlock(e.Transition,{key:ze,name:e.unref(b)(S[be.type]),css:e.unref(C)},{default:e.withCtx(()=>{var Me,_;return[S[be.type]?(e.openBlock(),e.createBlock(Eo,{key:0,items:J(be.type),"is-last":B.autoApply&&!e.unref(v).keepActionRow,"esc-close":B.escClose,type:be.type,"text-input":B.textInput,config:B.config,"arrow-navigation":B.arrowNavigation,"aria-labels":B.ariaLabels,"overlay-label":(_=(Me=e.unref(c)).timeOverlay)==null?void 0:_.call(Me,be.type),onSelected:fe=>ve(be.type,fe),onToggle:fe=>U(be.type),onResetFlow:we[1]||(we[1]=fe=>B.$emit("reset-flow"))},e.createSlots({"button-icon":e.withCtx(()=>[B.$slots["clock-icon"]?e.renderSlot(B.$slots,"clock-icon",{key:0}):e.createCommentVNode("",!0),B.$slots["clock-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(B.timePickerInline?e.unref(La):e.unref(fu)),{key:1}))]),_:2},[B.$slots[`${be.type}-overlay-value`]?{name:"item",fn:e.withCtx(({item:fe})=>[e.renderSlot(B.$slots,`${be.type}-overlay-value`,{text:fe.text,value:fe.value})]),key:"0"}:void 0,B.$slots[`${be.type}-overlay-header`]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(B.$slots,`${be.type}-overlay-header`,{toggle:()=>U(be.type)})]),key:"1"}:void 0]),1032,["items","is-last","esc-close","type","text-input","config","arrow-navigation","aria-labels","overlay-label","onSelected","onToggle"])):e.createCommentVNode("",!0)]}),_:2},1032,["name","css"]))),128))]))}}}),lx=["data-dp-mobile"],ix=["aria-label","tabindex"],sx=["role","aria-label","tabindex"],ux=["aria-label"],Bf=e.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(t,{expose:r,emit:n}){const o=n,i=t,{buildMatrix:u,setTimePicker:d}=Dr(),c=e.useSlots(),{defaultedTransitions:p,defaultedAriaLabels:m,defaultedTextInput:v,defaultedConfig:g,defaultedRange:w}=pt(i),{transitionName:b,showTransition:C}=Bo(p),{hideNavigationButtons:S}=Ul(),M=e.ref(null),N=e.ref(null),T=e.ref([]),V=e.ref(null),O=e.ref(!1);e.onMounted(()=>{o("mount"),!i.timePicker&&i.arrowNavigation?u([St(M.value)],"time"):d(!0,i.timePicker)});const Y=e.computed(()=>w.value.enabled&&i.modelAuto?df(i.internalModelValue):!0),A=e.ref(!1),F=re=>({hours:Array.isArray(i.hours)?i.hours[re]:i.hours,minutes:Array.isArray(i.minutes)?i.minutes[re]:i.minutes,seconds:Array.isArray(i.seconds)?i.seconds[re]:i.seconds}),G=e.computed(()=>{const re=[];if(w.value.enabled)for(let me=0;me<2;me++)re.push(F(me));else re.push(F(0));return re}),Q=(re,me=!1,J="")=>{me||o("reset-flow"),A.value=re,o(re?"overlay-opened":"overlay-closed",Lt.time),i.arrowNavigation&&d(re),e.nextTick(()=>{J!==""&&T.value[0]&&T.value[0].openChildCmp(J)})},q=e.computed(()=>({dp__btn:!0,dp__button:!0,dp__button_bottom:i.autoApply&&!g.value.keepActionRow})),ae=sn(c,"timePicker"),ge=(re,me,J)=>w.value.enabled?me===0?[re,G.value[1][J]]:[G.value[0][J],re]:re,Ce=re=>{o("update:hours",re)},L=re=>{o("update:minutes",re)},j=re=>{o("update:seconds",re)},W=()=>{if(V.value&&!v.value.enabled&&!i.noOverlayFocus){const re=cf(V.value);re&&re.focus({preventScroll:!0})}},te=re=>{O.value=!1,o("overlay-closed",re)},de=re=>{O.value=!0,o("overlay-opened",re)};return r({toggleTimePicker:Q}),(re,me)=>{var J;return e.openBlock(),e.createElementBlock("div",{class:"dp--tp-wrap","data-dp-mobile":re.isMobile},[!re.timePicker&&!re.timePickerInline?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"openTimePickerBtn",ref:M,type:"button",class:e.normalizeClass({...q.value,"dp--hidden-el":A.value}),"aria-label":(J=e.unref(m))==null?void 0:J.openTimePicker,tabindex:re.noOverlayFocus?void 0:0,"data-test-id":"open-time-picker-btn",onKeydown:me[0]||(me[0]=P=>e.unref(Wt)(P,()=>Q(!0))),onClick:me[1]||(me[1]=P=>Q(!0))},[re.$slots["clock-icon"]?e.renderSlot(re.$slots,"clock-icon",{key:0}):e.createCommentVNode("",!0),re.$slots["clock-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(fu),{key:1}))],42,ix)),[[e.vShow,!e.unref(S)(re.hideNavigation,"time")]]):e.createCommentVNode("",!0),e.createVNode(e.Transition,{name:e.unref(b)(A.value),css:e.unref(C)&&!re.timePickerInline},{default:e.withCtx(()=>{var P,I;return[A.value||re.timePicker||re.timePickerInline?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"overlayRef",ref:V,role:re.timePickerInline?void 0:"dialog",class:e.normalizeClass({dp__overlay:!re.timePickerInline,"dp--overlay-absolute":!i.timePicker&&!re.timePickerInline,"dp--overlay-relative":i.timePicker}),style:e.normalizeStyle(re.timePicker?{height:`${e.unref(g).modeHeight}px`}:void 0),"aria-label":(P=e.unref(m))==null?void 0:P.timePicker,tabindex:re.timePickerInline?void 0:0},[e.createElementVNode("div",{class:e.normalizeClass(re.timePickerInline?"dp__time_picker_inline_container":"dp__overlay_container dp__container_flex dp__time_picker_overlay_container"),style:{display:"flex"}},[re.$slots["time-picker-overlay"]?e.renderSlot(re.$slots,"time-picker-overlay",{key:0,hours:t.hours,minutes:t.minutes,seconds:t.seconds,setHours:Ce,setMinutes:L,setSeconds:j}):e.createCommentVNode("",!0),re.$slots["time-picker-overlay"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(re.timePickerInline?"dp__flex":"dp__overlay_row dp__flex_row")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(G.value,(z,$)=>e.withDirectives((e.openBlock(),e.createBlock(ox,e.mergeProps({key:$,ref_for:!0},{...re.$props,order:$,hours:z.hours,minutes:z.minutes,seconds:z.seconds,closeTimePickerBtn:N.value,disabledTimesConfig:t.disabledTimesConfig,disabled:$===0?e.unref(w).fixedStart:e.unref(w).fixedEnd},{ref_for:!0,ref_key:"timeInputRefs",ref:T,"validate-time":(U,h)=>t.validateTime(U,ge(h,$,U)),"onUpdate:hours":U=>Ce(ge(U,$,"hours")),"onUpdate:minutes":U=>L(ge(U,$,"minutes")),"onUpdate:seconds":U=>j(ge(U,$,"seconds")),onMounted:W,onOverlayClosed:te,onOverlayOpened:de,onAmPmChange:me[2]||(me[2]=U=>re.$emit("am-pm-change",U))}),e.createSlots({_:2},[e.renderList(e.unref(ae),(U,h)=>({name:U,fn:e.withCtx(E=>[e.renderSlot(re.$slots,U,e.mergeProps({ref_for:!0},E))])}))]),1040,["validate-time","onUpdate:hours","onUpdate:minutes","onUpdate:seconds"])),[[e.vShow,$===0?!0:Y.value]])),128))],2)),!re.timePicker&&!re.timePickerInline?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:2,ref_key:"closeTimePickerBtn",ref:N,type:"button",class:e.normalizeClass({...q.value,"dp--hidden-el":O.value}),"aria-label":(I=e.unref(m))==null?void 0:I.closeTimePicker,tabindex:"0",onKeydown:me[3]||(me[3]=z=>e.unref(Wt)(z,()=>Q(!1))),onClick:me[4]||(me[4]=z=>Q(!1))},[re.$slots["calendar-icon"]?e.renderSlot(re.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),re.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(La),{key:1}))],42,ux)),[[e.vShow,!e.unref(S)(re.hideNavigation,"time")]]):e.createCommentVNode("",!0)],2)],14,sx)):e.createCommentVNode("",!0)]}),_:3},8,["name","css"])],8,lx)}}}),Vf=(t,r,n,o)=>{const{defaultedRange:i}=pt(t),u=(V,O)=>Array.isArray(r[V])?r[V][O]:r[V],d=V=>t.enableSeconds?Array.isArray(r.seconds)?r.seconds[V]:r.seconds:0,c=(V,O)=>V?O!==void 0?Er(V,u("hours",O),u("minutes",O),d(O)):Er(V,r.hours,r.minutes,d()):of(he(),d(O)),p=(V,O)=>{r[V]=O},m=e.computed(()=>t.modelAuto&&i.value.enabled?Array.isArray(n.value)?n.value.length>1:!1:i.value.enabled),v=(V,O)=>{const Y=Object.fromEntries(Object.keys(r).map(A=>A===V?[A,O]:[A,r[A]].slice()));if(m.value&&!i.value.disableTimeRangeValidation){const A=G=>n.value?Er(n.value[G],Y.hours[G],Y.minutes[G],Y.seconds[G]):null,F=G=>af(n.value[G],0);return!(qe(A(0),A(1))&&(na(A(0),F(1))||Da(A(1),F(0))))}return!0},g=(V,O)=>{v(V,O)&&(p(V,O),o&&o())},w=V=>{g("hours",V)},b=V=>{g("minutes",V)},C=V=>{g("seconds",V)},S=(V,O,Y,A)=>{O&&w(V),!O&&!Y&&b(V),Y&&C(V),n.value&&A(n.value)},M=V=>{if(V){const O=Array.isArray(V),Y=O?[+V[0].hours,+V[1].hours]:+V.hours,A=O?[+V[0].minutes,+V[1].minutes]:+V.minutes,F=O?[+V[0].seconds,+V[1].seconds]:+V.seconds;p("hours",Y),p("minutes",A),t.enableSeconds&&p("seconds",F)}},N=(V,O)=>{const Y={hours:Array.isArray(r.hours)?r.hours[V]:r.hours,disabledArr:[]};return(O||O===0)&&(Y.hours=O),Array.isArray(t.disabledTimes)&&(Y.disabledArr=i.value.enabled&&Array.isArray(t.disabledTimes[V])?t.disabledTimes[V]:t.disabledTimes),Y},T=e.computed(()=>(V,O)=>{var Y;if(Array.isArray(t.disabledTimes)){const{disabledArr:A,hours:F}=N(V,O),G=A.filter(Q=>+Q.hours===F);return((Y=G[0])==null?void 0:Y.minutes)==="*"?{hours:[F],minutes:void 0,seconds:void 0}:{hours:[],minutes:(G==null?void 0:G.map(Q=>+Q.minutes))??[],seconds:(G==null?void 0:G.map(Q=>Q.seconds?+Q.seconds:void 0))??[]}}return{hours:[],minutes:[],seconds:[]}});return{setTime:p,updateHours:w,updateMinutes:b,updateSeconds:C,getSetDateTime:c,updateTimeValues:S,getSecondsValue:d,assignStartTime:M,validateTime:v,disabledTimesConfig:T}},dx=(t,r)=>{const n=()=>{t.isTextInputDate&&O()},{modelValue:o,time:i}=Vo(t,r,n),{defaultedStartTime:u,defaultedRange:d,defaultedTz:c}=pt(t),{updateTimeValues:p,getSetDateTime:m,setTime:v,assignStartTime:g,disabledTimesConfig:w,validateTime:b}=Vf(t,i,o,C);function C(){r("update-flow-step")}const S=A=>{const{hours:F,minutes:G,seconds:Q}=A;return{hours:+F,minutes:+G,seconds:Q?+Q:0}},M=()=>{if(t.startTime){if(Array.isArray(t.startTime)){const F=S(t.startTime[0]),G=S(t.startTime[1]);return[ot(he(),F),ot(he(),G)]}const A=S(t.startTime);return ot(he(),A)}return d.value.enabled?[null,null]:null},N=()=>{if(d.value.enabled){const[A,F]=M();o.value=[Jt(m(A,0),c.value.timezone),Jt(m(F,1),c.value.timezone)]}else o.value=Jt(m(M()),c.value.timezone)},T=A=>Array.isArray(A)?[ea(he(A[0])),ea(he(A[1]))]:[ea(A??he())],V=(A,F,G)=>{v("hours",A),v("minutes",F),v("seconds",t.enableSeconds?G:0)},O=()=>{const[A,F]=T(o.value);return d.value.enabled?V([A.hours,F.hours],[A.minutes,F.minutes],[A.seconds,F.seconds]):V(A.hours,A.minutes,A.seconds)};e.onMounted(()=>{if(!t.shadow)return g(u.value),o.value?O():N()});const Y=()=>{Array.isArray(o.value)?o.value=o.value.map((A,F)=>A&&m(A,F)):o.value=m(o.value),r("time-update")};return{modelValue:o,time:i,disabledTimesConfig:w,updateTime:(A,F=!0,G=!1)=>{p(A,F,G,Y)},validateTime:b}},cx=e.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(t,{expose:r,emit:n}){const o=n,i=t,u=e.useSlots(),d=sn(u,"timePicker"),c=e.ref(null),{time:p,modelValue:m,disabledTimesConfig:v,updateTime:g,validateTime:w}=dx(i,o);return e.onMounted(()=>{i.shadow||o("mount",null)}),r({getSidebarProps:()=>({modelValue:m,time:p,updateTime:g}),toggleTimePicker:(b,C=!1,S="")=>{var M;(M=c.value)==null||M.toggleTimePicker(b,C,S)}}),(b,C)=>(e.openBlock(),e.createBlock(Fl,{"multi-calendars":0,stretch:"","is-mobile":b.isMobile},{default:e.withCtx(()=>[e.createVNode(Bf,e.mergeProps({ref_key:"tpRef",ref:c},b.$props,{hours:e.unref(p).hours,minutes:e.unref(p).minutes,seconds:e.unref(p).seconds,"internal-model-value":b.internalModelValue,"disabled-times-config":e.unref(v),"validate-time":e.unref(w),"onUpdate:hours":C[0]||(C[0]=S=>e.unref(g)(S)),"onUpdate:minutes":C[1]||(C[1]=S=>e.unref(g)(S,!1)),"onUpdate:seconds":C[2]||(C[2]=S=>e.unref(g)(S,!1,!0)),onAmPmChange:C[3]||(C[3]=S=>b.$emit("am-pm-change",S)),onResetFlow:C[4]||(C[4]=S=>b.$emit("reset-flow")),onOverlayClosed:C[5]||(C[5]=S=>b.$emit("overlay-toggle",{open:!1,overlay:S})),onOverlayOpened:C[6]||(C[6]=S=>b.$emit("overlay-toggle",{open:!0,overlay:S}))}),e.createSlots({_:2},[e.renderList(e.unref(d),(S,M)=>({name:S,fn:e.withCtx(N=>[e.renderSlot(b.$slots,S,e.normalizeProps(e.guardReactiveProps(N)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"])]),_:3},8,["is-mobile"]))}}),fx={class:"dp--header-wrap"},px={key:0,class:"dp__month_year_wrap"},mx={key:0},hx={class:"dp__month_year_wrap"},vx=["data-dp-element","aria-label","data-test-id","onClick","onKeydown"],gx=e.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(t,{expose:r,emit:n}){const o=n,i=t,{defaultedTransitions:u,defaultedAriaLabels:d,defaultedMultiCalendars:c,defaultedFilters:p,defaultedConfig:m,defaultedHighlight:v,propDates:g,defaultedUI:w}=pt(i),{transitionName:b,showTransition:C}=Bo(u),{buildMatrix:S}=Dr(),{handleMonthYearChange:M,isDisabled:N,updateMonthYear:T}=Ak(i,o),{showLeftIcon:V,showRightIcon:O}=Ul(),Y=e.ref(!1),A=e.ref(!1),F=e.ref(!1),G=e.ref([null,null,null,null]);e.onMounted(()=>{o("mount")});const Q=I=>({get:()=>i[I],set:z=>{const $=I===Vn.month?Vn.year:Vn.month;o("update-month-year",{[I]:z,[$]:i[$]}),I===Vn.month?te(!0):de(!0)}}),q=e.computed(Q(Vn.month)),ae=e.computed(Q(Vn.year)),ge=e.computed(()=>I=>({month:i.month,year:i.year,items:I===Vn.month?i.months:i.years,instance:i.instance,updateMonthYear:T,toggle:I===Vn.month?te:de})),Ce=e.computed(()=>i.months.find(z=>z.value===i.month)||{text:"",value:0}),L=e.computed(()=>Ma(i.months,I=>{const z=i.month===I.value,$=wo(I.value,mf(i.year,g.value.minDate),hf(i.year,g.value.maxDate))||p.value.months.includes(I.value),U=bf(v.value,I.value,i.year);return{active:z,disabled:$,highlighted:U}})),j=e.computed(()=>Ma(i.years,I=>{const z=i.year===I.value,$=wo(I.value,Pa(g.value.minDate),Pa(g.value.maxDate))||p.value.years.includes(I.value),U=wu(v.value,I.value);return{active:z,disabled:$,highlighted:U}})),W=(I,z,$)=>{$!==void 0?I.value=$:I.value=!I.value,I.value?(F.value=!0,o("overlay-opened",z)):(F.value=!1,o("overlay-closed",z))},te=(I=!1,z)=>{re(I),W(Y,Lt.month,z)},de=(I=!1,z)=>{re(I),W(A,Lt.year,z)},re=I=>{I||o("reset-flow")},me=(I,z)=>{i.arrowNavigation&&(G.value[z]=St(I),S(G.value,"monthYear"))},J=e.computed(()=>{var I,z,$,U,h,E;return[{type:Vn.month,index:1,toggle:te,modelValue:q.value,updateModelValue:H=>q.value=H,text:Ce.value.text,showSelectionGrid:Y.value,items:L.value,ariaLabel:(I=d.value)==null?void 0:I.openMonthsOverlay,overlayLabel:(($=(z=d.value).monthPicker)==null?void 0:$.call(z,!0))??void 0},{type:Vn.year,index:2,toggle:de,modelValue:ae.value,updateModelValue:H=>ae.value=H,text:ff(i.year,i.locale),showSelectionGrid:A.value,items:j.value,ariaLabel:(U=d.value)==null?void 0:U.openYearsOverlay,overlayLabel:((E=(h=d.value).yearPicker)==null?void 0:E.call(h,!0))??void 0}]}),P=e.computed(()=>i.disableYearSelect?[J.value[0]]:i.yearFirst?[...J.value].reverse():J.value);return r({toggleMonthPicker:te,toggleYearPicker:de,handleMonthYearChange:M}),(I,z)=>{var $,U,h,E,H,ce;return e.openBlock(),e.createElementBlock("div",fx,[I.$slots["month-year"]?(e.openBlock(),e.createElementBlock("div",px,[e.renderSlot(I.$slots,"month-year",e.normalizeProps(e.guardReactiveProps({month:t.month,year:t.year,months:t.months,years:t.years,updateMonthYear:e.unref(T),handleMonthYearChange:e.unref(M),instance:t.instance,isDisabled:e.unref(N)})))])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[I.$slots["top-extra"]?(e.openBlock(),e.createElementBlock("div",mx,[e.renderSlot(I.$slots,"top-extra",{value:I.internalModelValue})])):e.createCommentVNode("",!0),e.createElementVNode("div",hx,[e.unref(V)(e.unref(c),t.instance)&&!I.vertical?(e.openBlock(),e.createBlock(po,{key:0,"aria-label":($=e.unref(d))==null?void 0:$.prevMonth,disabled:e.unref(N)(!1),class:e.normalizeClass((U=e.unref(w))==null?void 0:U.navBtnPrev),"el-name":"action-prev",onActivate:z[0]||(z[0]=Z=>e.unref(M)(!1,!0)),onSetRef:z[1]||(z[1]=Z=>me(Z,0))},{default:e.withCtx(()=>[I.$slots["arrow-left"]?e.renderSlot(I.$slots,"arrow-left",{key:0}):e.createCommentVNode("",!0),I.$slots["arrow-left"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(du),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["dp__month_year_wrap",{dp__year_disable_select:I.disableYearSelect}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(P.value,(Z,Oe)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:Z.type},[e.createElementVNode("button",{ref_for:!0,ref:se=>me(se,Oe+1),type:"button","data-dp-element":`overlay-${Z.type}`,class:e.normalizeClass(["dp__btn dp__month_year_select",{"dp--hidden-el":F.value}]),"aria-label":`${Z.text}-${Z.ariaLabel}`,"data-test-id":`${Z.type}-toggle-overlay-${t.instance}`,onClick:Z.toggle,onKeydown:se=>e.unref(Wt)(se,()=>Z.toggle(),!0)},[I.$slots[Z.type]?e.renderSlot(I.$slots,Z.type,{key:0,text:Z.text,value:i[Z.type]}):e.createCommentVNode("",!0),I.$slots[Z.type]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(Z.text),1)],64))],42,vx),e.createVNode(e.Transition,{name:e.unref(b)(Z.showSelectionGrid),css:e.unref(C)},{default:e.withCtx(()=>[Z.showSelectionGrid?(e.openBlock(),e.createBlock(Eo,{key:0,items:Z.items,"arrow-navigation":I.arrowNavigation,"hide-navigation":I.hideNavigation,"is-last":I.autoApply&&!e.unref(m).keepActionRow,"skip-button-ref":!1,config:I.config,type:Z.type,"header-refs":[],"esc-close":I.escClose,"menu-wrap-ref":I.menuWrapRef,"text-input":I.textInput,"aria-labels":I.ariaLabels,"overlay-label":Z.overlayLabel,onSelected:Z.updateModelValue,onToggle:Z.toggle},e.createSlots({"button-icon":e.withCtx(()=>[I.$slots["calendar-icon"]?e.renderSlot(I.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),I.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(La),{key:1}))]),_:2},[I.$slots[`${Z.type}-overlay-value`]?{name:"item",fn:e.withCtx(({item:se})=>[e.renderSlot(I.$slots,`${Z.type}-overlay-value`,{text:se.text,value:se.value})]),key:"0"}:void 0,I.$slots[`${Z.type}-overlay`]?{name:"overlay",fn:e.withCtx(()=>[e.renderSlot(I.$slots,`${Z.type}-overlay`,e.mergeProps({ref_for:!0},ge.value(Z.type)))]),key:"1"}:void 0,I.$slots[`${Z.type}-overlay-header`]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(I.$slots,`${Z.type}-overlay-header`,{toggle:Z.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"])):e.createCommentVNode("",!0)]),_:2},1032,["name","css"])],64))),128))],2),e.unref(V)(e.unref(c),t.instance)&&I.vertical?(e.openBlock(),e.createBlock(po,{key:1,"aria-label":(h=e.unref(d))==null?void 0:h.prevMonth,"el-name":"action-prev",disabled:e.unref(N)(!1),class:e.normalizeClass((E=e.unref(w))==null?void 0:E.navBtnPrev),onActivate:z[2]||(z[2]=Z=>e.unref(M)(!1,!0))},{default:e.withCtx(()=>[I.$slots["arrow-up"]?e.renderSlot(I.$slots,"arrow-up",{key:0}):e.createCommentVNode("",!0),I.$slots["arrow-up"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(pu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0),e.unref(O)(e.unref(c),t.instance)?(e.openBlock(),e.createBlock(po,{key:2,ref:"rightIcon","el-name":"action-next",disabled:e.unref(N)(!0),"aria-label":(H=e.unref(d))==null?void 0:H.nextMonth,class:e.normalizeClass((ce=e.unref(w))==null?void 0:ce.navBtnNext),onActivate:z[3]||(z[3]=Z=>e.unref(M)(!0,!0)),onSetRef:z[4]||(z[4]=Z=>me(Z,I.disableYearSelect?2:3))},{default:e.withCtx(()=>[I.$slots[I.vertical?"arrow-down":"arrow-right"]?e.renderSlot(I.$slots,I.vertical?"arrow-down":"arrow-right",{key:0}):e.createCommentVNode("",!0),I.$slots[I.vertical?"arrow-down":"arrow-right"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(I.vertical?e.unref(mu):e.unref(cu)),{key:1}))]),_:3},8,["disabled","aria-label","class"])):e.createCommentVNode("",!0)])],64))])}}}),yx={class:"dp__calendar_header",role:"row"},wx={key:0,class:"dp__calendar_header_item",role:"gridcell"},bx=["aria-label"],kx={key:0,class:"dp__calendar_item dp__week_num",role:"gridcell"},xx={class:"dp__cell_inner"},Cx=["id","aria-pressed","aria-disabled","aria-label","tabindex","data-test-id","onClick","onTouchend","onKeydown","onMouseenter","onMouseleave","onMousedown"],$x=e.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(t,{expose:r,emit:n}){const o=n,i=t,{buildMultiLevelMatrix:u}=Dr(),{defaultedTransitions:d,defaultedConfig:c,defaultedAriaLabels:p,defaultedMultiCalendars:m,defaultedWeekNumbers:v,defaultedMultiDates:g,defaultedUI:w}=pt(i),b=e.ref(null),C=e.ref({bottom:"",left:"",transform:""}),S=e.ref([]),M=e.ref(null),N=e.ref(!0),T=e.ref(""),V=e.ref({startX:0,endX:0,startY:0,endY:0}),O=e.ref([]),Y=e.ref({left:"50%"}),A=e.ref(!1),F=e.computed(()=>i.calendar?i.calendar(i.mappedDates):i.mappedDates),G=e.computed(()=>i.dayNames?Array.isArray(i.dayNames)?i.dayNames:i.dayNames(i.locale,+i.weekStart):nk(i.formatLocale,i.locale,+i.weekStart));e.onMounted(()=>{o("mount",{cmp:"calendar",refs:S}),c.value.noSwipe||M.value&&(M.value.addEventListener("touchstart",me,{passive:!1}),M.value.addEventListener("touchend",J,{passive:!1}),M.value.addEventListener("touchmove",P,{passive:!1})),i.monthChangeOnScroll&&M.value&&M.value.addEventListener("wheel",$,{passive:!1})});const Q=Z=>Z?i.vertical?"vNext":"next":i.vertical?"vPrevious":"previous",q=(Z,Oe)=>{if(i.transitions){const se=Pt(ar(he(),i.month,i.year));T.value=xt(Pt(ar(he(),Z,Oe)),se)?d.value[Q(!0)]:d.value[Q(!1)],N.value=!1,e.nextTick(()=>{N.value=!0})}},ae=e.computed(()=>({...w.value.calendar??{}})),ge=e.computed(()=>Z=>{const Oe=ak(Z);return{dp__marker_dot:Oe.type==="dot",dp__marker_line:Oe.type==="line"}}),Ce=e.computed(()=>Z=>qe(Z,b.value)),L=e.computed(()=>({dp__calendar:!0,dp__calendar_next:m.value.count>0&&i.instance!==0})),j=e.computed(()=>Z=>i.hideOffsetDates?Z.current:!0),W=async(Z,Oe)=>{const{width:se,height:ve}=Z.getBoundingClientRect();b.value=Oe.value;let B={left:`${se/2}px`},we=-50;if(await e.nextTick(),O.value[0]){const{left:ye,width:be}=O.value[0].getBoundingClientRect();ye<0&&(B={left:"0"},we=0,Y.value.left=`${se/2}px`),window.innerWidth<ye+be&&(B={right:"0"},we=0,Y.value.left=`${be-se/2}px`)}C.value={bottom:`${ve}px`,...B,transform:`translateX(${we}%)`}},te=async(Z,Oe,se)=>{var ve,B,we;const ye=St(S.value[Oe][se]);ye&&((ve=Z.marker)!=null&&ve.customPosition&&(we=(B=Z.marker)==null?void 0:B.tooltip)!=null&&we.length?C.value=Z.marker.customPosition(ye):await W(ye,Z),o("tooltip-open",Z.marker))},de=async(Z,Oe,se)=>{var ve,B;if(A.value&&g.value.enabled&&g.value.dragSelect)return o("select-date",Z);if(o("set-hover-date",Z),(B=(ve=Z.marker)==null?void 0:ve.tooltip)!=null&&B.length){if(i.hideOffsetDates&&!Z.current)return;await te(Z,Oe,se)}},re=Z=>{b.value&&(b.value=null,C.value=JSON.parse(JSON.stringify({bottom:"",left:"",transform:""})),o("tooltip-close",Z.marker))},me=Z=>{V.value.startX=Z.changedTouches[0].screenX,V.value.startY=Z.changedTouches[0].screenY},J=Z=>{V.value.endX=Z.changedTouches[0].screenX,V.value.endY=Z.changedTouches[0].screenY,I()},P=Z=>{i.vertical&&!i.inline&&Z.preventDefault()},I=()=>{const Z=i.vertical?"Y":"X";Math.abs(V.value[`start${Z}`]-V.value[`end${Z}`])>10&&o("handle-swipe",V.value[`start${Z}`]>V.value[`end${Z}`]?"right":"left")},z=(Z,Oe,se)=>{Z&&(Array.isArray(S.value[Oe])?S.value[Oe][se]=Z:S.value[Oe]=[Z]),i.arrowNavigation&&u(S.value,"calendar")},$=Z=>{i.monthChangeOnScroll&&(Z.preventDefault(),o("handle-scroll",Z))},U=Z=>v.value.type==="local"?iu(Z.value,{weekStartsOn:+i.weekStart}):v.value.type==="iso"?ou(Z.value):typeof v.value.type=="function"?v.value.type(Z.value):"",h=Z=>{const Oe=Z[0];return v.value.hideOnOffsetDates?Z.some(se=>se.current)?U(Oe):"":U(Oe)},E=(Z,Oe,se=!0)=>{!se&&uk()||(!g.value.enabled||c.value.allowPreventDefault)&&($r(Z,c.value),o("select-date",Oe))},H=Z=>{$r(Z,c.value)},ce=Z=>{g.value.enabled&&g.value.dragSelect?(A.value=!0,o("select-date",Z)):g.value.enabled&&o("select-date",Z)};return r({triggerTransition:q}),(Z,Oe)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(L.value)},[e.createElementVNode("div",{ref_key:"calendarWrapRef",ref:M,class:e.normalizeClass(ae.value),role:"grid"},[e.createElementVNode("div",yx,[Z.weekNumbers?(e.openBlock(),e.createElementBlock("div",wx,e.toDisplayString(Z.weekNumName),1)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(G.value,(se,ve)=>{var B,we;return e.openBlock(),e.createElementBlock("div",{key:ve,class:"dp__calendar_header_item",role:"gridcell","data-test-id":"calendar-header","aria-label":(we=(B=e.unref(p))==null?void 0:B.weekDay)==null?void 0:we.call(B,ve)},[Z.$slots["calendar-header"]?e.renderSlot(Z.$slots,"calendar-header",{key:0,day:se,index:ve}):e.createCommentVNode("",!0),Z.$slots["calendar-header"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(se),1)],64))],8,bx)}),128))]),Oe[2]||(Oe[2]=e.createElementVNode("div",{class:"dp__calendar_header_separator"},null,-1)),e.createVNode(e.Transition,{name:T.value,css:!!Z.transitions},{default:e.withCtx(()=>[N.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"dp__calendar",role:"rowgroup",onMouseleave:Oe[1]||(Oe[1]=se=>A.value=!1)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(F.value,(se,ve)=>(e.openBlock(),e.createElementBlock("div",{key:ve,class:"dp__calendar_row",role:"row"},[Z.weekNumbers?(e.openBlock(),e.createElementBlock("div",kx,[e.createElementVNode("div",xx,e.toDisplayString(h(se.days)),1)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(se.days,(B,we)=>{var ye,be,ze;return e.openBlock(),e.createElementBlock("div",{id:e.unref(Hs)(B.value),ref_for:!0,ref:Me=>z(Me,ve,we),key:we+ve,role:"gridcell",class:"dp__calendar_item","aria-pressed":(B.classData.dp__active_date||B.classData.dp__range_start||B.classData.dp__range_start)??void 0,"aria-disabled":B.classData.dp__cell_disabled||void 0,"aria-label":(be=(ye=e.unref(p))==null?void 0:ye.day)==null?void 0:be.call(ye,B),tabindex:!B.current&&Z.hideOffsetDates?void 0:0,"data-test-id":e.unref(Hs)(B.value),onClick:e.withModifiers(Me=>E(Me,B),["prevent"]),onTouchend:Me=>E(Me,B,!1),onKeydown:Me=>e.unref(Wt)(Me,()=>Z.$emit("select-date",B)),onMouseenter:Me=>de(B,ve,we),onMouseleave:Me=>re(B),onMousedown:Me=>ce(B),onMouseup:Oe[0]||(Oe[0]=Me=>A.value=!1)},[e.createElementVNode("div",{class:e.normalizeClass(["dp__cell_inner",B.classData])},[Z.$slots.day&&j.value(B)?e.renderSlot(Z.$slots,"day",{key:0,day:+B.text,date:B.value}):e.createCommentVNode("",!0),Z.$slots.day?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(B.text),1)],64)),B.marker&&j.value(B)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[Z.$slots.marker?e.renderSlot(Z.$slots,"marker",{key:0,marker:B.marker,day:+B.text,date:B.value}):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(ge.value(B.marker)),style:e.normalizeStyle(B.marker.color?{backgroundColor:B.marker.color}:{})},null,6))],64)):e.createCommentVNode("",!0),Ce.value(B.value)?(e.openBlock(),e.createElementBlock("div",{key:3,ref_for:!0,ref_key:"activeTooltip",ref:O,class:"dp__marker_tooltip",style:e.normalizeStyle(C.value)},[(ze=B.marker)!=null&&ze.tooltip?(e.openBlock(),e.createElementBlock("div",{key:0,class:"dp__tooltip_content",onClick:H},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.marker.tooltip,(Me,_)=>(e.openBlock(),e.createElementBlock("div",{key:_,class:"dp__tooltip_text"},[Z.$slots["marker-tooltip"]?e.renderSlot(Z.$slots,"marker-tooltip",{key:0,tooltip:Me,day:B.value}):e.createCommentVNode("",!0),Z.$slots["marker-tooltip"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",{class:"dp__tooltip_mark",style:e.normalizeStyle(Me.color?{backgroundColor:Me.color}:{})},null,4),e.createElementVNode("div",null,e.toDisplayString(Me.text),1)],64))]))),128)),e.createElementVNode("div",{class:"dp__arrow_bottom_tp",style:e.normalizeStyle(Y.value)},null,4)])):e.createCommentVNode("",!0)],4)):e.createCommentVNode("",!0)],2)],40,Cx)}),128))]))),128))],32)):e.createCommentVNode("",!0)]),_:3},8,["name","css"])],2)],2))}}),o1=t=>Array.isArray(t),Ex=(t,r,n,o)=>{const i=e.ref([]),u=e.ref(new Date),d=e.ref(),c=()=>J(t.isTextInputDate),{modelValue:p,calendars:m,time:v,today:g}=Vo(t,r,c),{defaultedMultiCalendars:w,defaultedStartTime:b,defaultedRange:C,defaultedConfig:S,defaultedTz:M,propDates:N,defaultedMultiDates:T}=pt(t),{validateMonthYearInRange:V,isDisabled:O,isDateRangeAllowed:Y,checkMinMaxRange:A}=Or(t),{updateTimeValues:F,getSetDateTime:G,setTime:Q,assignStartTime:q,validateTime:ae,disabledTimesConfig:ge}=Vf(t,v,p,o),Ce=e.computed(()=>ee=>m.value[ee]?m.value[ee].month:0),L=e.computed(()=>ee=>m.value[ee]?m.value[ee].year:0),j=ee=>!S.value.keepViewOnOffsetClick||ee?!0:!d.value,W=(ee,ke,De,oe=!1)=>{var xe,Se;j(oe)&&(m.value[ee]||(m.value[ee]={month:0,year:0}),m.value[ee].month=Z0(ke)?(xe=m.value[ee])==null?void 0:xe.month:ke,m.value[ee].year=Z0(De)?(Se=m.value[ee])==null?void 0:Se.year:De)},te=()=>{t.autoApply&&r("select-date")},de=()=>{b.value&&q(b.value)};e.onMounted(()=>{t.shadow||(p.value||(Oe(),de()),J(!0),t.focusStartDate&&t.startDate&&Oe())});const re=e.computed(()=>{var ee;return(ee=t.flow)!=null&&ee.length&&!t.partialFlow?t.flowStep===t.flow.length:!0}),me=()=>{t.autoApply&&re.value&&r("auto-apply",t.partialFlow?t.flowStep!==t.flow.length:!1)},J=(ee=!1)=>{if(p.value)return Array.isArray(p.value)?(i.value=p.value,E(ee)):z(p.value,ee);if(w.value.count&&ee&&!t.startDate)return I(he(),ee)},P=()=>Array.isArray(p.value)&&C.value.enabled?Ge(p.value[0])===Ge(p.value[1]??p.value[0]):!1,I=(ee=new Date,ke=!1)=>{if((!w.value.count||!w.value.static||ke)&&W(0,Ge(ee),Le(ee)),w.value.count&&(!p.value||P()||!w.value.solo)&&(!w.value.solo||ke))for(let De=1;De<w.value.count;De++){const oe=ot(he(),{month:Ce.value(De-1),year:L.value(De-1)}),xe=H1(oe,{months:1});m.value[De]={month:Ge(xe),year:Le(xe)}}},z=(ee,ke)=>{I(ee),Q("hours",sr(ee)),Q("minutes",Br(ee)),Q("seconds",Ia(ee)),w.value.count&&ke&&Z()},$=ee=>{if(w.value.count){if(w.value.solo)return 0;const ke=Ge(ee[0]),De=Ge(ee[1]);return Math.abs(De-ke)<w.value.count?0:1}return 1},U=(ee,ke)=>{ee[1]&&C.value.showLastInRange?I(ee[$(ee)],ke):I(ee[0],ke);const De=(oe,xe)=>[oe(ee[0]),ee[1]?oe(ee[1]):v[xe][1]];Q("hours",De(sr,"hours")),Q("minutes",De(Br,"minutes")),Q("seconds",De(Ia,"seconds"))},h=(ee,ke)=>{if((C.value.enabled||t.weekPicker)&&!T.value.enabled)return U(ee,ke);if(T.value.enabled&&ke){const De=ee[ee.length-1];return z(De,ke)}},E=ee=>{const ke=p.value;h(ke,ee),w.value.count&&w.value.solo&&Z()},H=(ee,ke)=>{const De=ot(he(),{month:Ce.value(ke),year:L.value(ke)}),oe=ee<0?In(De,1):Oa(De,1);V(Ge(oe),Le(oe),ee<0,t.preventMinMaxNavigation)&&(W(ke,Ge(oe),Le(oe)),r("update-month-year",{instance:ke,month:Ge(oe),year:Le(oe)}),w.value.count&&!w.value.solo&&ce(ke),n())},ce=ee=>{for(let ke=ee-1;ke>=0;ke--){const De=Oa(ot(he(),{month:Ce.value(ke+1),year:L.value(ke+1)}),1);W(ke,Ge(De),Le(De))}for(let ke=ee+1;ke<=w.value.count-1;ke++){const De=In(ot(he(),{month:Ce.value(ke-1),year:L.value(ke-1)}),1);W(ke,Ge(De),Le(De))}},Z=()=>{if(Array.isArray(p.value)&&p.value.length===2){const ee=he(he(p.value[1]?p.value[1]:In(p.value[0],1))),[ke,De]=[Ge(p.value[0]),Le(p.value[0])],[oe,xe]=[Ge(p.value[1]),Le(p.value[1])];(ke!==oe||ke===oe&&De!==xe)&&w.value.solo&&W(1,Ge(ee),Le(ee))}else p.value&&!Array.isArray(p.value)&&(W(0,Ge(p.value),Le(p.value)),I(he()))},Oe=()=>{t.startDate&&(W(0,Ge(he(t.startDate)),Le(he(t.startDate))),w.value.count&&ce(0))},se=(ee,ke)=>{if(t.monthChangeOnScroll){const De=new Date().getTime()-u.value.getTime(),oe=Math.abs(ee.deltaY);let xe=500;oe>1&&(xe=100),oe>100&&(xe=0),De>xe&&(u.value=new Date,H(t.monthChangeOnScroll!=="inverse"?-ee.deltaY:ee.deltaY,ke))}},ve=(ee,ke,De=!1)=>{t.monthChangeOnArrows&&t.vertical===De&&B(ee,ke)},B=(ee,ke)=>{H(ee==="right"?-1:1,ke)},we=ee=>{if(N.value.markers)return Ml(ee.value,N.value.markers)},ye=(ee,ke)=>{switch(t.sixWeeks===!0?"append":t.sixWeeks){case"prepend":return[!0,!1];case"center":return[ee==0,!0];case"fair":return[ee==0||ke>ee,!0];case"append":return[!1,!1];default:return[!1,!1]}},be=(ee,ke,De,oe)=>{if(t.sixWeeks&&ee.length<6){const xe=6-ee.length,Se=(ke.getDay()+7-oe)%7,dn=6-(De.getDay()+7-oe)%7,[Zt,dr]=ye(Se,dn);for(let cr=1;cr<=xe;cr++)if(dr?!!(cr%2)==Zt:Zt){const Pn=ee[0].days[0],Fa=ze(wn(Pn.value,-7),Ge(ke));ee.unshift({days:Fa})}else{const Pn=ee[ee.length-1],Fa=Pn.days[Pn.days.length-1],Yl=ze(wn(Fa.value,1),Ge(ke));ee.push({days:Yl})}}return ee},ze=(ee,ke)=>{const De=he(ee),oe=[];for(let xe=0;xe<7;xe++){const Se=wn(De,xe),dn=Ge(Se)!==ke;oe.push({text:t.hideOffsetDates&&dn?"":Se.getDate(),value:Se,current:!dn,classData:{}})}return oe},Me=(ee,ke)=>{const De=[],oe=new Date(ke,ee),xe=new Date(ke,ee+1,0),Se=t.weekStart,dn=On(oe,{weekStartsOn:Se}),Zt=dr=>{const cr=ze(dr,ee);if(De.push({days:cr}),!De[De.length-1].days.some(Pn=>qe(Pt(Pn.value),Pt(xe)))){const Pn=wn(dr,7);Zt(Pn)}};return Zt(dn),be(De,oe,xe,Se)},_=ee=>{const ke=Er(he(ee.value),v.hours,v.minutes,Ze());r("date-update",ke),T.value.enabled?bu(ke,p,T.value.limit):p.value=ke,o(),e.nextTick().then(()=>{me()})},fe=ee=>C.value.noDisabledRange?vf(i.value[0],ee).some(ke=>O(ke)):!1,Ve=()=>{i.value=p.value?p.value.slice():[],i.value.length===2&&!(C.value.fixedStart||C.value.fixedEnd)&&(i.value=[])},st=(ee,ke)=>{const De=[he(ee.value),wn(he(ee.value),+C.value.autoRange)];Y(De)?(ke&&Et(ee.value),i.value=De):r("invalid-date",ee.value)},Et=ee=>{const ke=Ge(he(ee)),De=Le(he(ee));if(W(0,ke,De),w.value.count>0)for(let oe=1;oe<w.value.count;oe++){const xe=pk(ot(he(ee),{year:L.value(oe-1),month:Ce.value(oe-1)}));W(oe,xe.month,xe.year)}},Ie=ee=>{if(fe(ee.value)||!A(ee.value,p.value,C.value.fixedStart?0:1))return r("invalid-date",ee.value);i.value=$f(he(ee.value),p,r,C)},Nt=(ee,ke)=>{if(Ve(),C.value.autoRange)return st(ee,ke);if(C.value.fixedStart||C.value.fixedEnd)return Ie(ee);i.value[0]?A(he(ee.value),p.value)&&!fe(ee.value)?gt(he(ee.value),he(i.value[0]))?(i.value.unshift(he(ee.value)),r("range-end",i.value[0])):(i.value[1]=he(ee.value),r("range-end",i.value[1])):(t.autoApply&&r("auto-apply-invalid",ee.value),r("invalid-date",ee.value)):(i.value[0]=he(ee.value),r("range-start",i.value[0]))},Ze=(ee=!0)=>t.enableSeconds?Array.isArray(v.seconds)?ee?v.seconds[0]:v.seconds[1]:v.seconds:0,Qn=ee=>{i.value[ee]=Er(i.value[ee],v.hours[ee],v.minutes[ee],Ze(ee!==1))},Mr=()=>{var ee,ke;i.value[0]&&i.value[1]&&+((ee=i.value)==null?void 0:ee[0])>+((ke=i.value)==null?void 0:ke[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]?Qn(0):(Qn(0),Qn(1),o()),Mr(),p.value=i.value.slice(),Hl(i.value,r,t.autoApply,t.modelAuto))},Pr=(ee,ke=!1)=>{if(O(ee.value)||!ee.current&&t.hideOffsetDates)return r("invalid-date",ee.value);if(d.value=JSON.parse(JSON.stringify(ee)),!C.value.enabled)return _(ee);o1(v.hours)&&o1(v.minutes)&&!T.value.enabled&&(Nt(ee,ke),ur())},Tr=(ee,ke)=>{var De;W(ee,ke.month,ke.year,!0),w.value.count&&!w.value.solo&&ce(ee),r("update-month-year",{instance:ee,month:ke.month,year:ke.year}),n(w.value.solo?ee:void 0);const oe=(De=t.flow)!=null&&De.length?t.flow[t.flowStep]:void 0;!ke.fromNav&&(oe===Lt.month||oe===Lt.year)&&o()},Rr=(ee,ke)=>{Cf({value:ee,modelValue:p,range:C.value.enabled,timezone:ke?void 0:M.value.timezone}),te(),t.multiCalendars&&e.nextTick().then(()=>J(!0))},Ar=()=>{const ee=hu(he(),M.value);!C.value.enabled&&!T.value.enabled?p.value=ee:p.value&&Array.isArray(p.value)&&p.value[0]?T.value.enabled?p.value=[...p.value,ee]:p.value=gt(ee,p.value[0])?[ee,p.value[0]]:[p.value[0],ee]:p.value=[ee],te()},Lr=()=>{if(Array.isArray(p.value))if(T.value.enabled){const ee=Fr();p.value[p.value.length-1]=G(ee)}else p.value=p.value.map((ee,ke)=>ee&&G(ee,ke));else p.value=G(p.value);r("time-update")},Fr=()=>Array.isArray(p.value)&&p.value.length?p.value[p.value.length-1]:null;return{calendars:m,modelValue:p,month:Ce,year:L,time:v,disabledTimesConfig:ge,today:g,validateTime:ae,getCalendarDays:Me,getMarker:we,handleScroll:se,handleSwipe:B,handleArrow:ve,selectDate:Pr,updateMonthYear:Tr,presetDate:Rr,selectCurrentDate:Ar,updateTime:(ee,ke=!0,De=!1)=>{F(ee,ke,De,Lr)},assignMonthAndYear:I,setStartTime:de}},Bx={key:0},Vx=e.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(t,{expose:r,emit:n}){const o=n,i=t,{calendars:u,month:d,year:c,modelValue:p,time:m,disabledTimesConfig:v,today:g,validateTime:w,getCalendarDays:b,getMarker:C,handleArrow:S,handleScroll:M,handleSwipe:N,selectDate:T,updateMonthYear:V,presetDate:O,selectCurrentDate:Y,updateTime:A,assignMonthAndYear:F,setStartTime:G}=Ex(i,o,P,I),Q=e.useSlots(),{setHoverDate:q,getDayClassData:ae,clearHoverDate:ge}=Wx(p,i),{defaultedMultiCalendars:Ce}=pt(i),L=e.ref([]),j=e.ref([]),W=e.ref(null),te=sn(Q,"calendar"),de=sn(Q,"monthYear"),re=sn(Q,"timePicker"),me=se=>{i.shadow||o("mount",se)};e.watch(u,()=>{i.shadow||setTimeout(()=>{o("recalculate-position")},0)},{deep:!0}),e.watch(Ce,(se,ve)=>{se.count-ve.count>0&&F()},{deep:!0});const J=e.computed(()=>se=>b(d.value(se),c.value(se)).map(ve=>({...ve,days:ve.days.map(B=>(B.marker=C(B),B.classData=ae(B),B))})));function P(se){var ve;se||se===0?(ve=j.value[se])==null||ve.triggerTransition(d.value(se),c.value(se)):j.value.forEach((B,we)=>B.triggerTransition(d.value(we),c.value(we)))}function I(){o("update-flow-step")}const z=(se,ve=!1)=>{T(se,ve),i.spaceConfirm&&o("select-date")},$=(se,ve,B=0)=>{var we;(we=L.value[B])==null||we.toggleMonthPicker(se,ve)},U=(se,ve,B=0)=>{var we;(we=L.value[B])==null||we.toggleYearPicker(se,ve)},h=(se,ve,B)=>{var we;(we=W.value)==null||we.toggleTimePicker(se,ve,B)},E=(se,ve)=>{var B;if(!i.range){const we=p.value?p.value:g,ye=ve?new Date(ve):we,be=se?On(ye,{weekStartsOn:1}):X1(ye,{weekStartsOn:1});T({value:be,current:Ge(ye)===d.value(0),text:"",classData:{}}),(B=document.getElementById(Hs(be)))==null||B.focus()}},H=se=>{var ve;(ve=L.value[0])==null||ve.handleMonthYearChange(se,!0)},ce=se=>{V(0,{month:d.value(0),year:c.value(0)+(se?1:-1),fromNav:!0})},Z=(se,ve)=>{se===Lt.time&&o(`time-picker-${ve?"open":"close"}`),o("overlay-toggle",{open:ve,overlay:se})},Oe=se=>{o("overlay-toggle",{open:!1,overlay:se}),o("focus-menu")};return r({clearHoverDate:ge,presetDate:O,selectCurrentDate:Y,toggleMonthPicker:$,toggleYearPicker:U,toggleTimePicker:h,handleArrow:S,updateMonthYear:V,getSidebarProps:()=>({modelValue:p,month:d,year:c,time:m,updateTime:A,updateMonthYear:V,selectDate:T,presetDate:O}),changeMonth:H,changeYear:ce,selectWeekDate:E,setStartTime:G}),(se,ve)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(Fl,{"multi-calendars":e.unref(Ce).count,collapse:se.collapse,"is-mobile":se.isMobile},{default:e.withCtx(({instance:B,index:we})=>[se.disableMonthYearSelect?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(gx,e.mergeProps({key:0,ref:ye=>{ye&&(L.value[we]=ye)},months:e.unref(uf)(se.formatLocale,se.locale,se.monthNameFormat),years:e.unref(vu)(se.yearRange,se.locale,se.reverseYears),month:e.unref(d)(B),year:e.unref(c)(B),instance:B},se.$props,{onMount:ve[0]||(ve[0]=ye=>me(e.unref(Zr).header)),onResetFlow:ve[1]||(ve[1]=ye=>se.$emit("reset-flow")),onUpdateMonthYear:ye=>e.unref(V)(B,ye),onOverlayClosed:Oe,onOverlayOpened:ve[2]||(ve[2]=ye=>se.$emit("overlay-toggle",{open:!0,overlay:ye}))}),e.createSlots({_:2},[e.renderList(e.unref(de),(ye,be)=>({name:ye,fn:e.withCtx(ze=>[e.renderSlot(se.$slots,ye,e.normalizeProps(e.guardReactiveProps(ze)))])}))]),1040,["months","years","month","year","instance","onUpdateMonthYear"])),e.createVNode($x,e.mergeProps({ref:ye=>{ye&&(j.value[we]=ye)},"mapped-dates":J.value(B),month:e.unref(d)(B),year:e.unref(c)(B),instance:B},se.$props,{onSelectDate:ye=>e.unref(T)(ye,B!==1),onHandleSpace:ye=>z(ye,B!==1),onSetHoverDate:ve[3]||(ve[3]=ye=>e.unref(q)(ye)),onHandleScroll:ye=>e.unref(M)(ye,B),onHandleSwipe:ye=>e.unref(N)(ye,B),onMount:ve[4]||(ve[4]=ye=>me(e.unref(Zr).calendar)),onResetFlow:ve[5]||(ve[5]=ye=>se.$emit("reset-flow")),onTooltipOpen:ve[6]||(ve[6]=ye=>se.$emit("tooltip-open",ye)),onTooltipClose:ve[7]||(ve[7]=ye=>se.$emit("tooltip-close",ye))}),e.createSlots({_:2},[e.renderList(e.unref(te),(ye,be)=>({name:ye,fn:e.withCtx(ze=>[e.renderSlot(se.$slots,ye,e.normalizeProps(e.guardReactiveProps({...ze})))])}))]),1040,["mapped-dates","month","year","instance","onSelectDate","onHandleSpace","onHandleScroll","onHandleSwipe"])]),_:3},8,["multi-calendars","collapse","is-mobile"]),se.enableTimePicker?(e.openBlock(),e.createElementBlock("div",Bx,[se.$slots["time-picker"]?e.renderSlot(se.$slots,"time-picker",e.normalizeProps(e.mergeProps({key:0},{time:e.unref(m),updateTime:e.unref(A)}))):(e.openBlock(),e.createBlock(Bf,e.mergeProps({key:1,ref_key:"timePickerRef",ref:W},se.$props,{hours:e.unref(m).hours,minutes:e.unref(m).minutes,seconds:e.unref(m).seconds,"internal-model-value":se.internalModelValue,"disabled-times-config":e.unref(v),"validate-time":e.unref(w),onMount:ve[8]||(ve[8]=B=>me(e.unref(Zr).timePicker)),"onUpdate:hours":ve[9]||(ve[9]=B=>e.unref(A)(B)),"onUpdate:minutes":ve[10]||(ve[10]=B=>e.unref(A)(B,!1)),"onUpdate:seconds":ve[11]||(ve[11]=B=>e.unref(A)(B,!1,!0)),onResetFlow:ve[12]||(ve[12]=B=>se.$emit("reset-flow")),onOverlayClosed:ve[13]||(ve[13]=B=>Z(B,!1)),onOverlayOpened:ve[14]||(ve[14]=B=>Z(B,!0)),onAmPmChange:ve[15]||(ve[15]=B=>se.$emit("am-pm-change",B))}),e.createSlots({_:2},[e.renderList(e.unref(re),(B,we)=>({name:B,fn:e.withCtx(ye=>[e.renderSlot(se.$slots,B,e.normalizeProps(e.guardReactiveProps(ye)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"]))])):e.createCommentVNode("",!0)],64))}}),Sx=(t,r)=>{const n=e.ref(),{defaultedMultiCalendars:o,defaultedConfig:i,defaultedHighlight:u,defaultedRange:d,propDates:c,defaultedFilters:p,defaultedMultiDates:m}=pt(t),{modelValue:v,year:g,month:w,calendars:b}=Vo(t,r),{isDisabled:C}=Or(t),{selectYear:S,groupedYears:M,showYearPicker:N,isDisabled:T,toggleYearPicker:V,handleYearSelect:O,handleYear:Y}=Ef({modelValue:v,multiCalendars:o,range:d,highlight:u,calendars:b,propDates:c,month:w,year:g,filters:p,props:t,emit:r}),A=(j,W)=>[j,W].map(te=>Wn(te,"MMMM",{locale:t.formatLocale})).join("-"),F=e.computed(()=>j=>v.value?Array.isArray(v.value)?v.value.some(W=>j0(j,W)):j0(v.value,j):!1),G=j=>{if(d.value.enabled){if(Array.isArray(v.value)){const W=qe(j,v.value[0])||qe(j,v.value[1]);return bo(v.value,n.value,j)&&!W}return!1}return!1},Q=(j,W)=>j.quarter===W0(W)&&j.year===Le(W),q=j=>typeof u.value=="function"?u.value({quarter:W0(j),year:Le(j)}):!!u.value.quarters.find(W=>Q(W,j)),ae=e.computed(()=>j=>{const W=ot(new Date,{year:g.value(j)});return nw({start:yo(W),end:Q1(W)}).map(te=>{const de=_r(te),re=K0(te),me=C(te),J=G(de),P=q(de);return{text:A(de,re),value:de,active:F.value(de),highlighted:P,disabled:me,isBetween:J}})}),ge=j=>{bu(j,v,m.value.limit),r("auto-apply",!0)},Ce=j=>{v.value=ku(v,j,r),Hl(v.value,r,t.autoApply,t.modelAuto)},L=j=>{v.value=j,r("auto-apply")};return{defaultedConfig:i,defaultedMultiCalendars:o,groupedYears:M,year:g,isDisabled:T,quarters:ae,showYearPicker:N,modelValue:v,setHoverDate:j=>{n.value=j},selectYear:S,selectQuarter:(j,W,te)=>{if(!te)return b.value[W].month=Ge(K0(j)),m.value.enabled?ge(j):d.value.enabled?Ce(j):L(j)},toggleYearPicker:V,handleYearSelect:O,handleYear:Y}},Nx={class:"dp--quarter-items"},Ix=["data-test-id","disabled","onClick","onMouseover"],Dx=e.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(t,{expose:r,emit:n}){const o=n,i=t,u=e.useSlots(),d=sn(u,"yearMode"),{defaultedMultiCalendars:c,defaultedConfig:p,groupedYears:m,year:v,isDisabled:g,quarters:w,modelValue:b,showYearPicker:C,setHoverDate:S,selectQuarter:M,toggleYearPicker:N,handleYearSelect:T,handleYear:V}=Sx(i,o);return r({getSidebarProps:()=>({modelValue:b,year:v,selectQuarter:M,handleYearSelect:T,handleYear:V})}),(O,Y)=>(e.openBlock(),e.createBlock(Fl,{"multi-calendars":e.unref(c).count,collapse:O.collapse,stretch:"","is-mobile":O.isMobile},{default:e.withCtx(({instance:A})=>[e.createElementVNode("div",{class:"dp-quarter-picker-wrap",style:e.normalizeStyle({minHeight:`${e.unref(p).modeHeight}px`})},[O.$slots["top-extra"]?e.renderSlot(O.$slots,"top-extra",{key:0,value:O.internalModelValue}):e.createCommentVNode("",!0),e.createElementVNode("div",null,[e.createVNode(xf,e.mergeProps(O.$props,{items:e.unref(m)(A),instance:A,"show-year-picker":e.unref(C)[A],year:e.unref(v)(A),"is-disabled":F=>e.unref(g)(A,F),onHandleYear:F=>e.unref(V)(A,F),onYearSelect:F=>e.unref(T)(F,A),onToggleYearPicker:F=>e.unref(N)(A,F==null?void 0:F.flow,F==null?void 0:F.show)}),e.createSlots({_:2},[e.renderList(e.unref(d),(F,G)=>({name:F,fn:e.withCtx(Q=>[e.renderSlot(O.$slots,F,e.normalizeProps(e.guardReactiveProps(Q)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),e.createElementVNode("div",Nx,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(w)(A),(F,G)=>(e.openBlock(),e.createElementBlock("div",{key:G},[e.createElementVNode("button",{type:"button",class:e.normalizeClass(["dp--qr-btn",{"dp--qr-btn-active":F.active,"dp--qr-btn-between":F.isBetween,"dp--qr-btn-disabled":F.disabled,"dp--highlighted":F.highlighted}]),"data-test-id":F.value,disabled:F.disabled,onClick:Q=>e.unref(M)(F.value,A,F.disabled),onMouseover:Q=>e.unref(S)(F.value)},[O.$slots.quarter?e.renderSlot(O.$slots,"quarter",{key:0,value:F.value,text:F.text}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(F.text),1)],64))],42,Ix)]))),128))])],4)]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),Sf=(t,r)=>{const n=e.ref(0);e.onMounted(()=>{o(),window.addEventListener("resize",o,{passive:!0})}),e.onUnmounted(()=>{window.removeEventListener("resize",o)});const o=()=>{n.value=window.document.documentElement.clientWidth};return{isMobile:e.computed(()=>n.value<=t.value.mobileBreakpoint&&!r?!0:void 0)}},Ox=["id","tabindex","role","aria-label"],Mx={key:0,class:"dp--menu-load-container"},Px={key:1,class:"dp--menu-header"},Tx=["data-dp-mobile"],Rx={key:0,class:"dp__sidebar_left"},Ax=["data-dp-mobile"],Lx=["data-test-id","data-dp-mobile","onClick","onKeydown"],Fx={key:2,class:"dp__sidebar_right"},Hx={key:3,class:"dp__action_extra"},l1=e.defineComponent({compatConfig:{MODE:3},__name:"DatepickerMenu",props:{...Ll,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(t,{expose:r,emit:n}){const o=n,i=t,u=e.ref(null),d=e.computed(()=>{const{openOnTop:_,...fe}=i;return{...fe,isMobile:S.value,flowStep:ae.value,menuWrapRef:u.value}}),{setMenuFocused:c,setShiftKey:p,control:m}=kf(),v=e.useSlots(),{defaultedTextInput:g,defaultedInline:w,defaultedConfig:b,defaultedUI:C}=pt(i),{isMobile:S}=Sf(b,i.shadow),M=e.ref(null),N=e.ref(0),T=e.ref(null),V=e.ref(!1),O=e.ref(null),Y=e.ref(!1);e.onMounted(()=>{if(!i.shadow){V.value=!0,A(),window.addEventListener("resize",A);const _=St(u);if(_&&!g.value.enabled&&!w.value.enabled&&(c(!0),de()),_){const fe=Ve=>{Y.value=!0,b.value.allowPreventDefault&&Ve.preventDefault(),$r(Ve,b.value,!0)};_.addEventListener("pointerdown",fe),_.addEventListener("mousedown",fe)}}document.addEventListener("mousedown",Me)}),e.onUnmounted(()=>{window.removeEventListener("resize",A),document.addEventListener("mousedown",Me)});const A=()=>{const _=St(T);_&&(N.value=_.getBoundingClientRect().width)},{arrowRight:F,arrowLeft:G,arrowDown:Q,arrowUp:q}=Dr(),{flowStep:ae,updateFlowStep:ge,childMount:Ce,resetFlow:L,handleFlow:j}=Kx(i,o,O),W=e.computed(()=>i.monthPicker?qk:i.yearPicker?_k:i.timePicker?cx:i.quarterPicker?Dx:Vx),te=e.computed(()=>{var _;if(b.value.arrowLeft)return b.value.arrowLeft;const fe=(_=u.value)==null?void 0:_.getBoundingClientRect(),Ve=i.getInputRect();return(Ve==null?void 0:Ve.width)<(N==null?void 0:N.value)&&(Ve==null?void 0:Ve.left)<=((fe==null?void 0:fe.left)??0)?`${(Ve==null?void 0:Ve.width)/2}px`:(Ve==null?void 0:Ve.right)>=((fe==null?void 0:fe.right)??0)&&(Ve==null?void 0:Ve.width)<(N==null?void 0:N.value)?`${(N==null?void 0:N.value)-(Ve==null?void 0:Ve.width)/2}px`:"50%"}),de=()=>{const _=St(u);_&&_.focus({preventScroll:!0})},re=e.computed(()=>{var _;return((_=O.value)==null?void 0:_.getSidebarProps())||{}}),me=()=>{i.openOnTop&&o("recalculate-position")},J=sn(v,"action"),P=e.computed(()=>i.monthPicker||i.yearPicker?sn(v,"monthYear"):i.timePicker?sn(v,"timePicker"):sn(v,"shared")),I=e.computed(()=>i.openOnTop?"dp__arrow_bottom":"dp__arrow_top"),z=e.computed(()=>({dp__menu_disabled:i.disabled,dp__menu_readonly:i.readonly,"dp-menu-loading":i.loading})),$=e.computed(()=>({dp__menu:!0,dp__menu_index:!w.value.enabled,dp__relative:w.value.enabled,...C.value.menu??{}})),U=_=>{$r(_,b.value,!0)},h=()=>{i.escClose&&o("close-picker")},E=_=>{if(i.arrowNavigation){if(_===Yt.up)return q();if(_===Yt.down)return Q();if(_===Yt.left)return G();if(_===Yt.right)return F()}else _===Yt.left||_===Yt.up?se("handleArrow",Yt.left,0,_===Yt.up):se("handleArrow",Yt.right,0,_===Yt.down)},H=_=>{p(_.shiftKey),!i.disableMonthYearSelect&&_.code===ct.tab&&_.target.classList.contains("dp__menu")&&m.value.shiftKeyInMenu&&(_.preventDefault(),$r(_,b.value,!0),o("close-picker"))},ce=()=>{de(),o("time-picker-close")},Z=_=>{var fe,Ve,st;(fe=O.value)==null||fe.toggleTimePicker(!1,!1),(Ve=O.value)==null||Ve.toggleMonthPicker(!1,!1,_),(st=O.value)==null||st.toggleYearPicker(!1,!1,_)},Oe=(_,fe=0)=>{var Ve,st,Et;return _==="month"?(Ve=O.value)==null?void 0:Ve.toggleMonthPicker(!1,!0,fe):_==="year"?(st=O.value)==null?void 0:st.toggleYearPicker(!1,!0,fe):_==="time"?(Et=O.value)==null?void 0:Et.toggleTimePicker(!0,!1):Z(fe)},se=(_,...fe)=>{var Ve,st;(Ve=O.value)!=null&&Ve[_]&&((st=O.value)==null||st[_](...fe))},ve=()=>{se("selectCurrentDate")},B=(_,fe)=>{se("presetDate",e.toValue(_),fe)},we=()=>{se("clearHoverDate")},ye=(_,fe)=>{se("updateMonthYear",_,fe)},be=(_,fe)=>{_.preventDefault(),E(fe)},ze=_=>{var fe,Ve,st;if(H(_),_.key===ct.home||_.key===ct.end)return se("selectWeekDate",_.key===ct.home,_.target.getAttribute("id"));switch((_.key===ct.pageUp||_.key===ct.pageDown)&&(_.shiftKey?(se("changeYear",_.key===ct.pageUp),(fe=Ls(u.value,"overlay-year"))==null||fe.focus()):(se("changeMonth",_.key===ct.pageUp),(Ve=Ls(u.value,_.key===ct.pageUp?"action-prev":"action-next"))==null||Ve.focus()),_.target.getAttribute("id")&&((st=u.value)==null||st.focus({preventScroll:!0}))),_.key){case ct.esc:return h();case ct.arrowLeft:return be(_,Yt.left);case ct.arrowRight:return be(_,Yt.right);case ct.arrowUp:return be(_,Yt.up);case ct.arrowDown:return be(_,Yt.down);default:return}},Me=_=>{var fe;w.value.enabled&&!w.value.input&&!((fe=u.value)!=null&&fe.contains(_.target))&&Y.value&&(Y.value=!1,o("menu-blur"))};return r({updateMonthYear:ye,switchView:Oe,handleFlow:j,onValueCleared:()=>{var _,fe;(fe=(_=O.value)==null?void 0:_.setStartTime)==null||fe.call(_)}}),(_,fe)=>{var Ve,st,Et;return e.openBlock(),e.createElementBlock("div",{id:_.uid?`dp-menu-${_.uid}`:void 0,ref_key:"dpMenuRef",ref:u,tabindex:e.unref(w).enabled?void 0:"0",role:e.unref(w).enabled?void 0:"dialog","aria-label":(Ve=_.ariaLabels)==null?void 0:Ve.menu,class:e.normalizeClass($.value),style:e.normalizeStyle({"--dp-arrow-left":te.value}),onMouseleave:we,onClick:U,onKeydown:ze},[(_.disabled||_.readonly)&&e.unref(w).enabled||_.loading?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(z.value)},[_.loading?(e.openBlock(),e.createElementBlock("div",Mx,fe[19]||(fe[19]=[e.createElementVNode("span",{class:"dp--menu-loader"},null,-1)]))):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),_.$slots["menu-header"]?(e.openBlock(),e.createElementBlock("div",Px,[e.renderSlot(_.$slots,"menu-header")])):e.createCommentVNode("",!0),!e.unref(w).enabled&&!_.teleportCenter?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(I.value)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"innerMenuRef",ref:T,class:e.normalizeClass({dp__menu_content_wrapper:((st=_.presetDates)==null?void 0:st.length)||!!_.$slots["left-sidebar"]||!!_.$slots["right-sidebar"],"dp--menu-content-wrapper-collapsed":t.collapse&&(((Et=_.presetDates)==null?void 0:Et.length)||!!_.$slots["left-sidebar"]||!!_.$slots["right-sidebar"])}),"data-dp-mobile":e.unref(S),style:e.normalizeStyle({"--dp-menu-width":`${N.value}px`})},[_.$slots["left-sidebar"]?(e.openBlock(),e.createElementBlock("div",Rx,[e.renderSlot(_.$slots,"left-sidebar",e.normalizeProps(e.guardReactiveProps(re.value)))])):e.createCommentVNode("",!0),_.presetDates.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass({"dp--preset-dates-collapsed":t.collapse,"dp--preset-dates":!0}),"data-dp-mobile":e.unref(S)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(_.presetDates,(Ie,Nt)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:Nt},[Ie.slot?e.renderSlot(_.$slots,Ie.slot,{key:0,presetDate:B,label:Ie.label,value:Ie.value}):(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",style:e.normalizeStyle(Ie.style||{}),class:e.normalizeClass(["dp__btn dp--preset-range",{"dp--preset-range-collapsed":t.collapse}]),"data-test-id":Ie.testId??void 0,"data-dp-mobile":e.unref(S),onClick:e.withModifiers(Ze=>B(Ie.value,Ie.noTz),["prevent"]),onKeydown:Ze=>e.unref(Wt)(Ze,()=>B(Ie.value,Ie.noTz),!0)},e.toDisplayString(Ie.label),47,Lx))],64))),128))],10,Ax)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"calendarWrapperRef",ref:M,class:"dp__instance_calendar",role:"document"},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(W.value),e.mergeProps({ref_key:"dynCmpRef",ref:O},d.value,{"flow-step":e.unref(ae),onMount:e.unref(Ce),onUpdateFlowStep:e.unref(ge),onResetFlow:e.unref(L),onFocusMenu:de,onSelectDate:fe[0]||(fe[0]=Ie=>_.$emit("select-date")),onDateUpdate:fe[1]||(fe[1]=Ie=>_.$emit("date-update",Ie)),onTooltipOpen:fe[2]||(fe[2]=Ie=>_.$emit("tooltip-open",Ie)),onTooltipClose:fe[3]||(fe[3]=Ie=>_.$emit("tooltip-close",Ie)),onAutoApply:fe[4]||(fe[4]=Ie=>_.$emit("auto-apply",Ie)),onRangeStart:fe[5]||(fe[5]=Ie=>_.$emit("range-start",Ie)),onRangeEnd:fe[6]||(fe[6]=Ie=>_.$emit("range-end",Ie)),onInvalidFixedRange:fe[7]||(fe[7]=Ie=>_.$emit("invalid-fixed-range",Ie)),onTimeUpdate:fe[8]||(fe[8]=Ie=>_.$emit("time-update")),onAmPmChange:fe[9]||(fe[9]=Ie=>_.$emit("am-pm-change",Ie)),onTimePickerOpen:fe[10]||(fe[10]=Ie=>_.$emit("time-picker-open",Ie)),onTimePickerClose:ce,onRecalculatePosition:me,onUpdateMonthYear:fe[11]||(fe[11]=Ie=>_.$emit("update-month-year",Ie)),onAutoApplyInvalid:fe[12]||(fe[12]=Ie=>_.$emit("auto-apply-invalid",Ie)),onInvalidDate:fe[13]||(fe[13]=Ie=>_.$emit("invalid-date",Ie)),onOverlayToggle:fe[14]||(fe[14]=Ie=>_.$emit("overlay-toggle",Ie)),"onUpdate:internalModelValue":fe[15]||(fe[15]=Ie=>_.$emit("update:internal-model-value",Ie))}),e.createSlots({_:2},[e.renderList(P.value,(Ie,Nt)=>({name:Ie,fn:e.withCtx(Ze=>[e.renderSlot(_.$slots,Ie,e.normalizeProps(e.guardReactiveProps({...Ze})))])}))]),1040,["flow-step","onMount","onUpdateFlowStep","onResetFlow"]))],512),_.$slots["right-sidebar"]?(e.openBlock(),e.createElementBlock("div",Fx,[e.renderSlot(_.$slots,"right-sidebar",e.normalizeProps(e.guardReactiveProps(re.value)))])):e.createCommentVNode("",!0),_.$slots["action-extra"]?(e.openBlock(),e.createElementBlock("div",Hx,[_.$slots["action-extra"]?e.renderSlot(_.$slots,"action-extra",{key:0,selectCurrentDate:ve}):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],14,Tx),!_.autoApply||e.unref(b).keepActionRow?(e.openBlock(),e.createBlock(Hk,e.mergeProps({key:3,"menu-mount":V.value},d.value,{"calendar-width":N.value,onClosePicker:fe[16]||(fe[16]=Ie=>_.$emit("close-picker")),onSelectDate:fe[17]||(fe[17]=Ie=>_.$emit("select-date")),onInvalidSelect:fe[18]||(fe[18]=Ie=>_.$emit("invalid-select")),onSelectNow:ve}),e.createSlots({_:2},[e.renderList(e.unref(J),(Ie,Nt)=>({name:Ie,fn:e.withCtx(Ze=>[e.renderSlot(_.$slots,Ie,e.normalizeProps(e.guardReactiveProps({...Ze})))])}))]),1040,["menu-mount","calendar-width"])):e.createCommentVNode("",!0)],46,Ox)}}});var xa=(t=>(t.center="center",t.left="left",t.right="right",t))(xa||{});const Ux=({menuRef:t,menuRefInner:r,inputRef:n,pickerWrapperRef:o,inline:i,emit:u,props:d,slots:c})=>{const{defaultedConfig:p}=pt(d),m=e.ref({}),v=e.ref(!1),g=e.ref({top:"0",left:"0"}),w=e.ref(!1),b=e.toRef(d,"teleportCenter");e.watch(b,()=>{g.value=JSON.parse(JSON.stringify({})),Y()});const C=W=>{if(d.teleport){const te=W.getBoundingClientRect();return{left:te.left+window.scrollX,top:te.top+window.scrollY}}return{top:0,left:0}},S=(W,te)=>{g.value.left=`${W+te-m.value.width}px`},M=W=>{g.value.left=`${W}px`},N=(W,te)=>{d.position===xa.left&&M(W),d.position===xa.right&&S(W,te),d.position===xa.center&&(g.value.left=`${W+te/2-m.value.width/2}px`)},T=W=>{const{width:te,height:de}=W.getBoundingClientRect(),{top:re,left:me}=C(W);return{top:+re,left:+me,width:te,height:de}},V=()=>{g.value.left="50%",g.value.top="50%",g.value.transform="translate(-50%, -50%)",g.value.position="fixed",delete g.value.opacity},O=()=>{const W=St(n);g.value=d.altPosition(W)},Y=(W=!0)=>{var te;if(!i.value.enabled){if(b.value)return V();if(d.altPosition!==null)return O();if(W){const de=d.teleport?(te=r.value)==null?void 0:te.$el:t.value;de&&(m.value=de.getBoundingClientRect()),u("recalculate-position")}return ge()}},A=({inputEl:W,left:te,width:de})=>{window.screen.width>768&&!v.value&&N(te,de),Q(W)},F=W=>{const{top:te,left:de,height:re,width:me}=T(W);g.value.top=`${re+te+ +d.offset}px`,w.value=!1,v.value||(g.value.left=`${de+me/2-m.value.width/2}px`),A({inputEl:W,left:de,width:me})},G=W=>{const{top:te,left:de,width:re}=T(W);g.value.top=`${te-+d.offset-m.value.height}px`,w.value=!0,A({inputEl:W,left:de,width:re})},Q=W=>{if(d.autoPosition){const{left:te,width:de}=T(W),{left:re,right:me}=m.value;if(!v.value){if(Math.abs(re)!==Math.abs(me)){if(re<=0)return v.value=!0,M(te);if(me>=document.documentElement.clientWidth)return v.value=!0,S(te,de)}return N(te,de)}}},q=()=>{const W=St(n);if(W){if(d.autoPosition===Sn.top)return Sn.top;if(d.autoPosition===Sn.bottom)return Sn.bottom;const{height:te}=m.value,{top:de,height:re}=W.getBoundingClientRect(),me=window.innerHeight-de-re,J=de;return te<=me?Sn.bottom:te>me&&te<=J?Sn.top:me>=J?Sn.bottom:Sn.top}return Sn.bottom},ae=W=>q()===Sn.bottom?F(W):G(W),ge=()=>{const W=St(n);if(W)return d.autoPosition?ae(W):F(W)},Ce=function(W){if(W){const te=W.scrollHeight>W.clientHeight,de=window.getComputedStyle(W).overflowY.indexOf("hidden")!==-1;return te&&!de}return!0},L=function(W){return!W||W===document.body||W.nodeType===Node.DOCUMENT_FRAGMENT_NODE?window:Ce(W)?W:L(W.assignedSlot&&p.value.shadowDom?W.assignedSlot.parentNode:W.parentNode)},j=W=>{if(W)switch(d.position){case xa.left:return{left:0,transform:"translateX(0)"};case xa.right:return{left:`${W.width}px`,transform:"translateX(-100%)"};default:return{left:`${W.width/2}px`,transform:"translateX(-50%)"}}return{}};return{openOnTop:w,menuStyle:g,xCorrect:v,setMenuPosition:Y,getScrollableParent:L,shadowRender:(W,te)=>{var de,re,me;const J=document.createElement("div"),P=(de=St(n))==null?void 0:de.getBoundingClientRect();J.setAttribute("id","dp--temp-container");const I=(re=o.value)!=null&&re.clientWidth?o.value:document.body;I.append(J);const z=j(P),$=p.value.shadowDom?Object.keys(c).filter(h=>["right-sidebar","left-sidebar","top-extra","action-extra"].includes(h)):Object.keys(c),U=e.h(W,{...te,shadow:!0,style:{opacity:0,position:"absolute",...z}},Object.fromEntries($.map(h=>[h,c[h]])));e.render(U,J),m.value=(me=U.el)==null?void 0:me.getBoundingClientRect(),e.render(null,J),I.removeChild(J)}}},xr=[{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"]}],zx=[{name:"trigger"},{name:"input-icon"},{name:"clear-icon"},{name:"dp-input"}],Yx={all:()=>xr,monthYear:()=>xr.filter(t=>t.use.includes("month-year")),input:()=>zx,timePicker:()=>xr.filter(t=>t.use.includes("time")),action:()=>xr.filter(t=>t.use.includes("action")),calendar:()=>xr.filter(t=>t.use.includes("calendar")),menu:()=>xr.filter(t=>t.use.includes("menu")),shared:()=>xr.filter(t=>t.use.includes("shared")),yearMode:()=>xr.filter(t=>t.use.includes("year-mode"))},sn=(t,r,n)=>{const o=[];return Yx[r]().forEach(i=>{t[i.name]&&o.push(i.name)}),n!=null&&n.length&&n.forEach(i=>{i.slot&&o.push(i.slot)}),o},Bo=t=>{const r=e.computed(()=>o=>t.value?o?t.value.open:t.value.close:""),n=e.computed(()=>o=>t.value?o?t.value.menuAppearTop:t.value.menuAppearBottom:"");return{transitionName:r,showTransition:!!t.value,menuTransition:n}},Vo=(t,r,n)=>{const{defaultedRange:o,defaultedTz:i}=pt(t),u=he(Jt(he(),i.value.timezone)),d=e.ref([{month:Ge(u),year:Le(u)}]),c=w=>{const b={hours:sr(u),minutes:Br(u),seconds:0};return o.value.enabled?[b[w],b[w]]:b[w]},p=e.reactive({hours:c("hours"),minutes:c("minutes"),seconds:c("seconds")});e.watch(o,(w,b)=>{w.enabled!==b.enabled&&(p.hours=c("hours"),p.minutes=c("minutes"),p.seconds=c("seconds"))},{deep:!0});const m=e.computed({get:()=>t.internalModelValue,set:w=>{!t.readonly&&!t.disabled&&r("update:internal-model-value",w)}}),v=e.computed(()=>w=>d.value[w]?d.value[w].month:0),g=e.computed(()=>w=>d.value[w]?d.value[w].year:0);return e.watch(m,(w,b)=>{n&&JSON.stringify(w??{})!==JSON.stringify(b??{})&&n()},{deep:!0}),{calendars:d,time:p,modelValue:m,month:v,year:g,today:u}},Wx=(t,r)=>{const{defaultedMultiCalendars:n,defaultedMultiDates:o,defaultedUI:i,defaultedHighlight:u,defaultedTz:d,propDates:c,defaultedRange:p}=pt(r),{isDisabled:m}=Or(r),v=e.ref(null),g=e.ref(Jt(new Date,d.value.timezone)),w=h=>{!h.current&&r.hideOffsetDates||(v.value=h.value)},b=()=>{v.value=null},C=h=>Array.isArray(t.value)&&p.value.enabled&&t.value[0]&&v.value?h?xt(v.value,t.value[0]):gt(v.value,t.value[0]):!0,S=(h,E)=>{const H=()=>t.value?E?t.value[0]||null:t.value[1]:null,ce=t.value&&Array.isArray(t.value)?H():null;return qe(he(h.value),ce)},M=h=>{const E=Array.isArray(t.value)?t.value[0]:null;return h?!gt(v.value??null,E):!0},N=(h,E=!0)=>(p.value.enabled||r.weekPicker)&&Array.isArray(t.value)&&t.value.length===2?r.hideOffsetDates&&!h.current?!1:qe(he(h.value),t.value[E?0:1]):p.value.enabled?S(h,E)&&M(E)||qe(h.value,Array.isArray(t.value)?t.value[0]:null)&&C(E):!1,T=(h,E)=>{if(Array.isArray(t.value)&&t.value[0]&&t.value.length===1){const H=qe(h.value,v.value);return E?xt(t.value[0],h.value)&&H:gt(t.value[0],h.value)&&H}return!1},V=h=>!t.value||r.hideOffsetDates&&!h.current?!1:p.value.enabled?r.modelAuto&&Array.isArray(t.value)?qe(h.value,t.value[0]?t.value[0]:g.value):!1:o.value.enabled&&Array.isArray(t.value)?t.value.some(E=>qe(E,h.value)):qe(h.value,t.value?t.value:g.value),O=h=>{if(p.value.autoRange||r.weekPicker){if(v.value){if(r.hideOffsetDates&&!h.current)return!1;const E=wn(v.value,+p.value.autoRange),H=rr(he(v.value),r.weekStart);return r.weekPicker?qe(H[1],he(h.value)):qe(E,he(h.value))}return!1}return!1},Y=h=>{if(p.value.autoRange||r.weekPicker){if(v.value){const E=wn(v.value,+p.value.autoRange);if(r.hideOffsetDates&&!h.current)return!1;const H=rr(he(v.value),r.weekStart);return r.weekPicker?xt(h.value,H[0])&&gt(h.value,H[1]):xt(h.value,v.value)&&gt(h.value,E)}return!1}return!1},A=h=>{if(p.value.autoRange||r.weekPicker){if(v.value){if(r.hideOffsetDates&&!h.current)return!1;const E=rr(he(v.value),r.weekStart);return r.weekPicker?qe(E[0],h.value):qe(v.value,h.value)}return!1}return!1},F=h=>bo(t.value,v.value,h.value),G=()=>r.modelAuto&&Array.isArray(r.internalModelValue)?!!r.internalModelValue[0]:!1,Q=()=>r.modelAuto?df(r.internalModelValue):!0,q=h=>{if(r.weekPicker)return!1;const E=p.value.enabled?!N(h)&&!N(h,!1):!0;return!m(h.value)&&!V(h)&&!(!h.current&&r.hideOffsetDates)&&E},ae=h=>p.value.enabled?r.modelAuto?G()&&V(h):!1:V(h),ge=h=>u.value?sk(h.value,c.value.highlight):!1,Ce=h=>{const E=m(h.value);return E&&(typeof u.value=="function"?!u.value(h.value,E):!u.value.options.highlightDisabled)},L=h=>{var E;return typeof u.value=="function"?u.value(h.value):(E=u.value.weekdays)==null?void 0:E.includes(h.value.getDay())},j=h=>(p.value.enabled||r.weekPicker)&&(!(n.value.count>0)||h.current)&&Q()&&!(!h.current&&r.hideOffsetDates)&&!V(h)?F(h):!1,W=h=>{if(Array.isArray(t.value)&&t.value.length===1){const{before:E,after:H}=n1(+p.value.maxRange,t.value[0]);return Da(h.value,E)||na(h.value,H)}return!1},te=h=>{if(Array.isArray(t.value)&&t.value.length===1){const{before:E,after:H}=n1(+p.value.minRange,t.value[0]);return bo([E,H],t.value[0],h.value)}return!1},de=h=>p.value.enabled&&(p.value.maxRange||p.value.minRange)?p.value.maxRange&&p.value.minRange?W(h)||te(h):p.value.maxRange?W(h):te(h):!1,re=h=>{const{isRangeStart:E,isRangeEnd:H}=I(h),ce=p.value.enabled?E||H:!1;return{dp__cell_offset:!h.current,dp__pointer:!r.disabled&&!(!h.current&&r.hideOffsetDates)&&!m(h.value)&&!de(h),dp__cell_disabled:m(h.value)||de(h),dp__cell_highlight:!Ce(h)&&(ge(h)||L(h))&&!ae(h)&&!ce&&!A(h)&&!(j(h)&&r.weekPicker)&&!H,dp__cell_highlight_active:!Ce(h)&&(ge(h)||L(h))&&ae(h),dp__today:!r.noToday&&qe(h.value,g.value)&&h.current,"dp--past":gt(h.value,g.value),"dp--future":xt(h.value,g.value)}},me=h=>({dp__active_date:ae(h),dp__date_hover:q(h)}),J=h=>{if(t.value&&!Array.isArray(t.value)){const E=rr(t.value,r.weekStart);return{...$(h),dp__range_start:qe(E[0],h.value),dp__range_end:qe(E[1],h.value),dp__range_between_week:xt(h.value,E[0])&&gt(h.value,E[1])}}return{...$(h)}},P=h=>{if(t.value&&Array.isArray(t.value)){const E=rr(t.value[0],r.weekStart),H=t.value[1]?rr(t.value[1],r.weekStart):[];return{...$(h),dp__range_start:qe(E[0],h.value)||qe(H[0],h.value),dp__range_end:qe(E[1],h.value)||qe(H[1],h.value),dp__range_between_week:xt(h.value,E[0])&&gt(h.value,E[1])||xt(h.value,H[0])&&gt(h.value,H[1]),dp__range_between:xt(h.value,E[1])&&gt(h.value,H[0])}}return{...$(h)}},I=h=>{const E=n.value.count>0?h.current&&N(h)&&Q():N(h)&&Q(),H=n.value.count>0?h.current&&N(h,!1)&&Q():N(h,!1)&&Q();return{isRangeStart:E,isRangeEnd:H}},z=h=>{const{isRangeStart:E,isRangeEnd:H}=I(h);return{dp__range_start:E,dp__range_end:H,dp__range_between:j(h),dp__date_hover:qe(h.value,v.value)&&!E&&!H&&!r.weekPicker,dp__date_hover_start:T(h,!0),dp__date_hover_end:T(h,!1)}},$=h=>({...z(h),dp__cell_auto_range:Y(h),dp__cell_auto_range_start:A(h),dp__cell_auto_range_end:O(h)}),U=h=>p.value.enabled?p.value.autoRange?$(h):r.modelAuto?{...me(h),...z(h)}:r.weekPicker?P(h):z(h):r.weekPicker?J(h):me(h);return{setHoverDate:w,clearHoverDate:b,getDayClassData:h=>r.hideOffsetDates&&!h.current?{}:{...re(h),...U(h),[r.dayClass?r.dayClass(h.value,r.internalModelValue):""]:!0,...i.value.calendarCell??{}}}},Or=t=>{const{defaultedFilters:r,defaultedRange:n,propDates:o,defaultedMultiDates:i}=pt(t),u=L=>o.value.disabledDates?typeof o.value.disabledDates=="function"?o.value.disabledDates(he(L)):!!Ml(L,o.value.disabledDates):!1,d=L=>o.value.maxDate?t.yearPicker?Le(L)>Le(o.value.maxDate):xt(L,o.value.maxDate):!1,c=L=>o.value.minDate?t.yearPicker?Le(L)<Le(o.value.minDate):gt(L,o.value.minDate):!1,p=L=>{const j=d(L),W=c(L),te=u(L),de=r.value.months.map(I=>+I).includes(Ge(L)),re=t.disabledWeekDays.length?t.disabledWeekDays.some(I=>+I===qw(L)):!1,me=b(L),J=Le(L),P=J<+t.yearRange[0]||J>+t.yearRange[1];return!(j||W||te||de||P||re||me)},m=(L,j)=>gt(...Cr(o.value.minDate,L,j))||qe(...Cr(o.value.minDate,L,j)),v=(L,j)=>xt(...Cr(o.value.maxDate,L,j))||qe(...Cr(o.value.maxDate,L,j)),g=(L,j,W)=>{let te=!1;return o.value.maxDate&&W&&v(L,j)&&(te=!0),o.value.minDate&&!W&&m(L,j)&&(te=!0),te},w=(L,j,W,te)=>{let de=!1;return te&&(o.value.minDate||o.value.maxDate)?o.value.minDate&&o.value.maxDate?de=g(L,j,W):(o.value.minDate&&m(L,j)||o.value.maxDate&&v(L,j))&&(de=!0):de=!0,de},b=L=>Array.isArray(o.value.allowedDates)&&!o.value.allowedDates.length?!0:o.value.allowedDates?!Ml(L,o.value.allowedDates):!1,C=L=>!p(L),S=L=>n.value.noDisabledRange?!K1({start:L[0],end:L[1]}).some(j=>C(j)):!0,M=L=>{if(L){const j=Le(L);return j>=+t.yearRange[0]&&j<=t.yearRange[1]}return!0},N=(L,j)=>!!(Array.isArray(L)&&L[j]&&(n.value.maxRange||n.value.minRange)&&M(L[j])),T=(L,j,W=0)=>{if(N(j,W)&&M(L)){const te=z1(L,j[W]),de=vf(j[W],L),re=de.length===1?0:de.filter(J=>C(J)).length,me=Math.abs(te)-(n.value.minMaxRawRange?0:re);if(n.value.minRange&&n.value.maxRange)return me>=+n.value.minRange&&me<=+n.value.maxRange;if(n.value.minRange)return me>=+n.value.minRange;if(n.value.maxRange)return me<=+n.value.maxRange}return!0},V=()=>!t.enableTimePicker||t.monthPicker||t.yearPicker||t.ignoreTimeValidation,O=L=>Array.isArray(L)?[L[0]?ps(L[0]):null,L[1]?ps(L[1]):null]:ps(L),Y=(L,j,W)=>L.find(te=>+te.hours===sr(j)&&te.minutes==="*"?!0:+te.minutes===Br(j)&&+te.hours===sr(j))&&W,A=(L,j,W)=>{const[te,de]=L,[re,me]=j;return!Y(te,re,W)&&!Y(de,me,W)&&W},F=(L,j)=>{const W=Array.isArray(j)?j:[j];return Array.isArray(t.disabledTimes)?Array.isArray(t.disabledTimes[0])?A(t.disabledTimes,W,L):!W.some(te=>Y(t.disabledTimes,te,L)):L},G=(L,j)=>{const W=Array.isArray(j)?[ea(j[0]),j[1]?ea(j[1]):void 0]:ea(j),te=!t.disabledTimes(W);return L&&te},Q=(L,j)=>t.disabledTimes?Array.isArray(t.disabledTimes)?F(j,L):G(j,L):j,q=L=>{let j=!0;if(!L||V())return!0;const W=!o.value.minDate&&!o.value.maxDate?O(L):L;return(t.maxTime||o.value.maxDate)&&(j=t1(t.maxTime,o.value.maxDate,"max",Dt(W),j)),(t.minTime||o.value.minDate)&&(j=t1(t.minTime,o.value.minDate,"min",Dt(W),j)),Q(L,j)},ae=L=>{if(!t.monthPicker)return!0;let j=!0;const W=he(Nn(L));if(o.value.minDate&&o.value.maxDate){const te=he(Nn(o.value.minDate)),de=he(Nn(o.value.maxDate));return xt(W,te)&&gt(W,de)||qe(W,te)||qe(W,de)}if(o.value.minDate){const te=he(Nn(o.value.minDate));j=xt(W,te)||qe(W,te)}if(o.value.maxDate){const te=he(Nn(o.value.maxDate));j=gt(W,te)||qe(W,te)}return j},ge=e.computed(()=>L=>!t.enableTimePicker||t.ignoreTimeValidation?!0:q(L)),Ce=e.computed(()=>L=>t.monthPicker?Array.isArray(L)&&(n.value.enabled||i.value.enabled)?!L.filter(j=>!ae(j)).length:ae(L):!0);return{isDisabled:C,validateDate:p,validateMonthYearInRange:w,isDateRangeAllowed:S,checkMinMaxRange:T,isValidTime:q,isTimeValid:ge,isMonthValid:Ce}},Ul=()=>{const t=e.computed(()=>(o,i)=>o==null?void 0:o.includes(i)),r=e.computed(()=>(o,i)=>o.count?o.solo?!0:i===0:!0),n=e.computed(()=>(o,i)=>o.count?o.solo?!0:i===o.count-1:!0);return{hideNavigationButtons:t,showLeftIcon:r,showRightIcon:n}},Kx=(t,r,n)=>{const o=e.ref(0),i=e.reactive({[Zr.timePicker]:!t.enableTimePicker||t.timePicker||t.monthPicker,[Zr.calendar]:!1,[Zr.header]:!1}),u=e.computed(()=>t.monthPicker||t.timePicker),d=g=>{var w;if((w=t.flow)!=null&&w.length){if(!g&&u.value)return v();i[g]=!0,Object.keys(i).filter(b=>!i[b]).length||v()}},c=()=>{var g,w;(g=t.flow)!=null&&g.length&&o.value!==-1&&(o.value+=1,r("flow-step",o.value),v()),((w=t.flow)==null?void 0:w.length)===o.value&&e.nextTick().then(()=>p())},p=()=>{o.value=-1},m=(g,w,...b)=>{var C,S;t.flow[o.value]===g&&n.value&&((S=(C=n.value)[w])==null||S.call(C,...b))},v=(g=0)=>{g&&(o.value+=g),m(Lt.month,"toggleMonthPicker",!0),m(Lt.year,"toggleYearPicker",!0),m(Lt.calendar,"toggleTimePicker",!1,!0),m(Lt.time,"toggleTimePicker",!0,!0);const w=t.flow[o.value];(w===Lt.hours||w===Lt.minutes||w===Lt.seconds)&&m(w,"toggleTimePicker",!0,!0,w)};return{childMount:d,updateFlowStep:c,resetFlow:p,handleFlow:v,flowStep:o}},Qx={key:1,class:"dp__input_wrap"},Xx=["id","name","inputmode","placeholder","disabled","readonly","required","value","autocomplete","aria-label","aria-disabled","aria-invalid"],Gx={key:2,class:"dp--clear-btn"},qx=["aria-label"],jx=e.defineComponent({compatConfig:{MODE:3},__name:"DatepickerInput",props:{isMenuOpen:{type:Boolean,default:!1},inputValue:{type:String,default:""},...Ll},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(t,{expose:r,emit:n}){const o=n,i=t,{defaultedTextInput:u,defaultedAriaLabels:d,defaultedInline:c,defaultedConfig:p,defaultedRange:m,defaultedMultiDates:v,defaultedUI:g,getDefaultPattern:w,getDefaultStartTime:b}=pt(i),{checkMinMaxRange:C}=Or(i),S=e.ref(),M=e.ref(null),N=e.ref(!1),T=e.ref(!1),V=e.computed(()=>({dp__pointer:!i.disabled&&!i.readonly&&!u.value.enabled,dp__disabled:i.disabled,dp__input_readonly:!u.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:N.value||i.isMenuOpen,dp__input_reg:!u.value.enabled,...g.value.input??{}})),O=()=>{o("set-input-date",null),i.clearable&&i.autoApply&&(o("set-empty-date"),S.value=null)},Y=J=>{const P=b();return ck(J,u.value.format??w(),P??gf({},i.enableSeconds),i.inputValue,T.value,i.formatLocale)},A=J=>{const{rangeSeparator:P}=u.value,[I,z]=J.split(`${P}`);if(I){const $=Y(I.trim()),U=z?Y(z.trim()):null;if(na($,U))return;const h=$&&U?[$,U]:[$];C(U,h,0)&&(S.value=$?h:null)}},F=()=>{T.value=!0},G=J=>{if(m.value.enabled)A(J);else if(v.value.enabled){const P=J.split(";");S.value=P.map(I=>Y(I.trim())).filter(I=>I)}else S.value=Y(J)},Q=J=>{var P;const I=typeof J=="string"?J:(P=J.target)==null?void 0:P.value;I!==""?(u.value.openMenu&&!i.isMenuOpen&&o("open"),G(I),o("set-input-date",S.value)):O(),T.value=!1,o("update:input-value",I),o("text-input",J,S.value)},q=J=>{u.value.enabled?(G(J.target.value),u.value.enterSubmit&&Fs(S.value)&&i.inputValue!==""?(o("set-input-date",S.value,!0),S.value=null):u.value.enterSubmit&&i.inputValue===""&&(S.value=null,o("clear"))):Ce(J)},ae=(J,P)=>{u.value.enabled&&u.value.tabSubmit&&!P&&G(J.target.value),u.value.tabSubmit&&Fs(S.value)&&i.inputValue!==""?(o("set-input-date",S.value,!0,!0),S.value=null):u.value.tabSubmit&&i.inputValue===""&&(S.value=null,o("clear",!0))},ge=()=>{N.value=!0,o("focus"),e.nextTick().then(()=>{var J;u.value.enabled&&u.value.selectOnFocus&&((J=M.value)==null||J.select())})},Ce=J=>{if($r(J,p.value,!0),u.value.enabled&&u.value.openMenu&&!c.value.input){if(u.value.openMenu==="open"&&!i.isMenuOpen)return o("open");if(u.value.openMenu==="toggle")return o("toggle")}else u.value.enabled||o("toggle")},L=()=>{o("real-blur"),N.value=!1,(!i.isMenuOpen||c.value.enabled&&c.value.input)&&o("blur"),i.autoApply&&u.value.enabled&&S.value&&!i.isMenuOpen&&(o("set-input-date",S.value),o("select-date"),S.value=null)},j=J=>{$r(J,p.value,!0),o("clear")},W=()=>{o("close")},te=J=>{if(J.key==="Tab"&&ae(J),J.key==="Enter"&&q(J),J.key==="Escape"&&u.value.escClose&&W(),!u.value.enabled){if(J.code==="Tab")return;J.preventDefault()}},de=()=>{var J;(J=M.value)==null||J.focus({preventScroll:!0})},re=J=>{S.value=J},me=J=>{J.key===ct.tab&&ae(J,!0)};return r({focusInput:de,setParsedDate:re}),(J,P)=>{var I,z,$;return e.openBlock(),e.createElementBlock("div",{onClick:Ce},[J.$slots.trigger&&!J.$slots["dp-input"]&&!e.unref(c).enabled?e.renderSlot(J.$slots,"trigger",{key:0}):e.createCommentVNode("",!0),!J.$slots.trigger&&(!e.unref(c).enabled||e.unref(c).input)?(e.openBlock(),e.createElementBlock("div",Qx,[J.$slots["dp-input"]&&!J.$slots.trigger&&(!e.unref(c).enabled||e.unref(c).enabled&&e.unref(c).input)?e.renderSlot(J.$slots,"dp-input",{key:0,value:t.inputValue,isMenuOpen:t.isMenuOpen,onInput:Q,onEnter:q,onTab:ae,onClear:j,onBlur:L,onKeypress:te,onPaste:F,onFocus:ge,openMenu:()=>J.$emit("open"),closeMenu:()=>J.$emit("close"),toggleMenu:()=>J.$emit("toggle")}):e.createCommentVNode("",!0),J.$slots["dp-input"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("input",{key:1,id:J.uid?`dp-input-${J.uid}`:void 0,ref_key:"inputRef",ref:M,"data-test-id":"dp-input",name:J.name,class:e.normalizeClass(V.value),inputmode:e.unref(u).enabled?"text":"none",placeholder:J.placeholder,disabled:J.disabled,readonly:J.readonly,required:J.required,value:t.inputValue,autocomplete:J.autocomplete,"aria-label":(I=e.unref(d))==null?void 0:I.input,"aria-disabled":J.disabled||void 0,"aria-invalid":J.state===!1?!0:void 0,onInput:Q,onBlur:L,onFocus:ge,onKeypress:te,onKeydown:P[0]||(P[0]=U=>te(U)),onPaste:F},null,42,Xx)),e.createElementVNode("div",{onClick:P[3]||(P[3]=U=>o("toggle"))},[J.$slots["input-icon"]&&!J.hideInputIcon?(e.openBlock(),e.createElementBlock("span",{key:0,class:"dp__input_icon",onClick:P[1]||(P[1]=U=>o("toggle"))},[e.renderSlot(J.$slots,"input-icon")])):e.createCommentVNode("",!0),!J.$slots["input-icon"]&&!J.hideInputIcon&&!J.$slots["dp-input"]?(e.openBlock(),e.createBlock(e.unref(La),{key:1,"aria-label":(z=e.unref(d))==null?void 0:z.calendarIcon,class:"dp__input_icon dp__input_icons",onClick:P[2]||(P[2]=U=>o("toggle"))},null,8,["aria-label"])):e.createCommentVNode("",!0)]),J.$slots["clear-icon"]&&(J.alwaysClearable||t.inputValue&&J.clearable&&!J.disabled&&!J.readonly)?(e.openBlock(),e.createElementBlock("span",Gx,[e.renderSlot(J.$slots,"clear-icon",{clear:j})])):e.createCommentVNode("",!0),!J.$slots["clear-icon"]&&(J.alwaysClearable||J.clearable&&t.inputValue&&!J.disabled&&!J.readonly)?(e.openBlock(),e.createElementBlock("button",{key:3,"aria-label":($=e.unref(d))==null?void 0:$.clearInput,class:"dp--clear-btn",type:"button",onKeydown:P[4]||(P[4]=U=>e.unref(Wt)(U,()=>j(U),!0,me)),onClick:P[5]||(P[5]=e.withModifiers(U=>j(U),["prevent"]))},[e.createVNode(e.unref(sf),{class:"dp__input_icons","data-test-id":"clear-icon"})],40,qx)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])}}}),_x=typeof window<"u"?window:void 0,ws=()=>{},Jx=t=>e.getCurrentScope()?(e.onScopeDispose(t),!0):!1,Zx=(t,r,n,o)=>{if(!t)return ws;let i=ws;const u=e.watch(()=>e.unref(t),c=>{i(),c&&(c.addEventListener(r,n,o),i=()=>{c.removeEventListener(r,n,o),i=ws})},{immediate:!0,flush:"post"}),d=()=>{u(),i()};return Jx(d),d},eC=(t,r,n,o={})=>{const{window:i=_x,event:u="pointerdown"}=o;return i?Zx(i,u,d=>{const c=St(t),p=St(r);!c||!p||c===d.target||d.composedPath().includes(c)||d.composedPath().includes(p)||n(d)},{passive:!0}):void 0},tC=["data-dp-mobile"],nC=e.defineComponent({compatConfig:{MODE:3},__name:"VueDatePicker",props:{...Ll},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(t,{expose:r,emit:n}){const o=n,i=t,u=e.useSlots(),d=e.ref(!1),c=e.toRef(i,"modelValue"),p=e.toRef(i,"timezone"),m=e.ref(null),v=e.ref(null),g=e.ref(null),w=e.ref(!1),b=e.ref(null),C=e.ref(!1),S=e.ref(!1),M=e.ref(!1),N=e.ref(!1),{setMenuFocused:T,setShiftKey:V}=kf(),{clearArrowNav:O}=Dr(),{validateDate:Y,isValidTime:A}=Or(i),{defaultedTransitions:F,defaultedTextInput:G,defaultedInline:Q,defaultedConfig:q,defaultedRange:ae,defaultedMultiDates:ge}=pt(i),{menuTransition:Ce,showTransition:L}=Bo(F),{isMobile:j}=Sf(q);e.onMounted(()=>{U(i.modelValue),e.nextTick().then(()=>{if(!Q.value.enabled){const oe=P(b.value);oe==null||oe.addEventListener("scroll",we),window==null||window.addEventListener("resize",ye)}}),Q.value.enabled&&(d.value=!0),window==null||window.addEventListener("keyup",be),window==null||window.addEventListener("keydown",ze)}),e.onUnmounted(()=>{if(!Q.value.enabled){const oe=P(b.value);oe==null||oe.removeEventListener("scroll",we),window==null||window.removeEventListener("resize",ye)}window==null||window.removeEventListener("keyup",be),window==null||window.removeEventListener("keydown",ze)});const W=sn(u,"all",i.presetDates),te=sn(u,"input");e.watch([c,p],()=>{U(c.value)},{deep:!0});const{openOnTop:de,menuStyle:re,xCorrect:me,setMenuPosition:J,getScrollableParent:P,shadowRender:I}=Ux({menuRef:m,menuRefInner:v,inputRef:g,pickerWrapperRef:b,inline:Q,emit:o,props:i,slots:u}),{inputValue:z,internalModelValue:$,parseExternalModelValue:U,emitModelValue:h,formatInputValue:E,checkBeforeEmit:H}=Rk(o,i,w),ce=e.computed(()=>({dp__main:!0,dp__theme_dark:i.dark,dp__theme_light:!i.dark,dp__flex_display:Q.value.enabled,"dp--flex-display-collapsed":M.value,dp__flex_display_with_input:Q.value.input})),Z=e.computed(()=>i.dark?"dp__theme_dark":"dp__theme_light"),Oe=e.computed(()=>i.teleport?{to:typeof i.teleport=="boolean"?"body":i.teleport,disabled:!i.teleport||Q.value.enabled}:{}),se=e.computed(()=>({class:"dp__outer_menu_wrap"})),ve=e.computed(()=>Q.value.enabled&&(i.timePicker||i.monthPicker||i.yearPicker||i.quarterPicker)),B=()=>{var oe,xe;return((xe=(oe=g.value)==null?void 0:oe.$el)==null?void 0:xe.getBoundingClientRect())??{width:0,left:0,right:0}},we=()=>{d.value&&(q.value.closeOnScroll?Ze():J())},ye=()=>{var oe;d.value&&J();const xe=((oe=v.value)==null?void 0:oe.$el.getBoundingClientRect().width)??0;M.value=document.body.offsetWidth<=xe},be=oe=>{oe.key==="Tab"&&!Q.value.enabled&&!i.teleport&&q.value.tabOutClosesMenu&&(b.value.contains(document.activeElement)||Ze()),S.value=oe.shiftKey},ze=oe=>{S.value=oe.shiftKey},Me=()=>{!i.disabled&&!i.readonly&&(I(l1,i),J(!1),d.value=!0,d.value&&o("open"),d.value||Nt(),U(i.modelValue))},_=()=>{var oe,xe;z.value="",Nt(),(oe=v.value)==null||oe.onValueCleared(),(xe=g.value)==null||xe.setParsedDate(null),o("update:model-value",null),o("update:model-timezone-value",null),o("cleared"),q.value.closeOnClearValue&&Ze()},fe=()=>{const oe=$.value;return!oe||!Array.isArray(oe)&&Y(oe)?!0:Array.isArray(oe)?ge.value.enabled||oe.length===2&&Y(oe[0])&&Y(oe[1])?!0:ae.value.partialRange&&!i.timePicker?Y(oe[0]):!1:!1},Ve=()=>{H()&&fe()?(h(),Ze()):o("invalid-select",$.value)},st=oe=>{Et(),h(),q.value.closeOnAutoApply&&!oe&&Ze()},Et=()=>{g.value&&G.value.enabled&&g.value.setParsedDate($.value)},Ie=(oe=!1)=>{i.autoApply&&A($.value)&&fe()&&(ae.value.enabled&&Array.isArray($.value)?(ae.value.partialRange||$.value.length===2)&&st(oe):st(oe))},Nt=()=>{G.value.enabled||($.value=null)},Ze=(oe=!1)=>{oe&&$.value&&q.value.setDateOnMenuClose&&Ve(),Q.value.enabled||(d.value&&(d.value=!1,me.value=!1,T(!1),V(!1),O(),o("closed"),z.value&&U(c.value)),Nt(),o("blur"))},Qn=(oe,xe,Se=!1)=>{if(!oe){$.value=null;return}const dn=Array.isArray(oe)?!oe.some(dr=>!Y(dr)):Y(oe),Zt=A(oe);dn&&Zt?(N.value=!0,$.value=oe,xe&&(C.value=Se,Ve(),o("text-submit")),e.nextTick().then(()=>{N.value=!1})):o("invalid-date",oe)},Mr=()=>{i.autoApply&&A($.value)&&h(),Et()},ur=()=>d.value?Ze():Me(),Pr=oe=>{$.value=oe},Tr=()=>{G.value.enabled&&(w.value=!0,E()),o("focus")},Rr=()=>{if(G.value.enabled&&(w.value=!1,U(i.modelValue),C.value)){const oe=ik(b.value,S.value);oe==null||oe.focus()}o("blur")},Ar=oe=>{v.value&&v.value.updateMonthYear(0,{month:J0(oe.month),year:J0(oe.year)})},Lr=oe=>{U(oe??i.modelValue)},Fr=(oe,xe)=>{var Se;(Se=v.value)==null||Se.switchView(oe,xe)},ee=(oe,xe)=>q.value.onClickOutside?q.value.onClickOutside(oe,xe):Ze(!0),ke=(oe=0)=>{var xe;(xe=v.value)==null||xe.handleFlow(oe)},De=()=>m;return eC(m,g,oe=>ee(fe,oe)),r({closeMenu:Ze,selectDate:Ve,clearValue:_,openMenu:Me,onScroll:we,formatInputValue:E,updateInternalModelValue:Pr,setMonthYear:Ar,parseModel:Lr,switchView:Fr,toggleMenu:ur,handleFlow:ke,getDpWrapMenuRef:De}),(oe,xe)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"pickerWrapperRef",ref:b,class:e.normalizeClass(ce.value),"data-datepicker-instance":"","data-dp-mobile":e.unref(j)},[e.createVNode(jx,e.mergeProps({ref_key:"inputRef",ref:g,"input-value":e.unref(z),"onUpdate:inputValue":xe[0]||(xe[0]=Se=>e.isRef(z)?z.value=Se:null),"is-menu-open":d.value},oe.$props,{onClear:_,onOpen:Me,onSetInputDate:Qn,onSetEmptyDate:e.unref(h),onSelectDate:Ve,onToggle:ur,onClose:Ze,onFocus:Tr,onBlur:Rr,onRealBlur:xe[1]||(xe[1]=Se=>w.value=!1),onTextInput:xe[2]||(xe[2]=Se=>oe.$emit("text-input",Se))}),e.createSlots({_:2},[e.renderList(e.unref(te),(Se,dn)=>({name:Se,fn:e.withCtx(Zt=>[e.renderSlot(oe.$slots,Se,e.normalizeProps(e.guardReactiveProps(Zt)))])}))]),1040,["input-value","is-menu-open","onSetEmptyDate"]),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(oe.teleport?e.Teleport:"div"),e.normalizeProps(e.guardReactiveProps(Oe.value)),{default:e.withCtx(()=>[e.createVNode(e.Transition,{name:e.unref(Ce)(e.unref(de)),css:e.unref(L)&&!e.unref(Q).enabled},{default:e.withCtx(()=>[d.value?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,ref_key:"dpWrapMenuRef",ref:m},se.value,{class:{"dp--menu-wrapper":!e.unref(Q).enabled},style:e.unref(Q).enabled?void 0:e.unref(re)}),[e.createVNode(l1,e.mergeProps({ref_key:"dpMenuRef",ref:v},oe.$props,{"internal-model-value":e.unref($),"onUpdate:internalModelValue":xe[3]||(xe[3]=Se=>e.isRef($)?$.value=Se:null),class:{[Z.value]:!0,"dp--menu-wrapper":oe.teleport},"open-on-top":e.unref(de),"no-overlay-focus":ve.value,collapse:M.value,"get-input-rect":B,"is-text-input-date":N.value,onClosePicker:Ze,onSelectDate:Ve,onAutoApply:Ie,onTimeUpdate:Mr,onFlowStep:xe[4]||(xe[4]=Se=>oe.$emit("flow-step",Se)),onUpdateMonthYear:xe[5]||(xe[5]=Se=>oe.$emit("update-month-year",Se)),onInvalidSelect:xe[6]||(xe[6]=Se=>oe.$emit("invalid-select",e.unref($))),onAutoApplyInvalid:xe[7]||(xe[7]=Se=>oe.$emit("invalid-select",Se)),onInvalidFixedRange:xe[8]||(xe[8]=Se=>oe.$emit("invalid-fixed-range",Se)),onRecalculatePosition:e.unref(J),onTooltipOpen:xe[9]||(xe[9]=Se=>oe.$emit("tooltip-open",Se)),onTooltipClose:xe[10]||(xe[10]=Se=>oe.$emit("tooltip-close",Se)),onTimePickerOpen:xe[11]||(xe[11]=Se=>oe.$emit("time-picker-open",Se)),onTimePickerClose:xe[12]||(xe[12]=Se=>oe.$emit("time-picker-close",Se)),onAmPmChange:xe[13]||(xe[13]=Se=>oe.$emit("am-pm-change",Se)),onRangeStart:xe[14]||(xe[14]=Se=>oe.$emit("range-start",Se)),onRangeEnd:xe[15]||(xe[15]=Se=>oe.$emit("range-end",Se)),onDateUpdate:xe[16]||(xe[16]=Se=>oe.$emit("date-update",Se)),onInvalidDate:xe[17]||(xe[17]=Se=>oe.$emit("invalid-date",Se)),onOverlayToggle:xe[18]||(xe[18]=Se=>oe.$emit("overlay-toggle",Se)),onMenuBlur:xe[19]||(xe[19]=Se=>oe.$emit("blur"))}),e.createSlots({_:2},[e.renderList(e.unref(W),(Se,dn)=>({name:Se,fn:e.withCtx(Zt=>[e.renderSlot(oe.$slots,Se,e.normalizeProps(e.guardReactiveProps({...Zt})))])}))]),1040,["internal-model-value","class","open-on-top","no-overlay-focus","collapse","is-text-input-date","onRecalculatePosition"])],16)):e.createCommentVNode("",!0)]),_:3},8,["name","css"])]),_:3},16))],10,tC))}}),xu=(()=>{const t=nC;return t.install=r=>{r.component("Vue3DatePicker",t)},t})(),rC=Object.freeze(Object.defineProperty({__proto__:null,default:xu},Symbol.toStringTag,{value:"Module"}));Object.entries(rC).forEach(([t,r])=>{t!=="default"&&(xu[t]=r)});const aC=e.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(t,{emit:r}){e.useCssVars(b=>({"740fe2e0":v.value,"0d3fb69a":g.value,"2db10b09":w.value}));const n=t,o=r,{isUtc:i,clearIcon:u}=e.toRefs(n),d=e.ref(n.modelValue||(n.range?[]:null));e.watch(()=>n.modelValue,b=>{b==null||Array.isArray(b)&&b.length===0?d.value=n.range?[]:null:d.value=b},{immediate:!0});const c=b=>{d.value=b,o("update:modelValue",b)},p=b=>{const C=new Date;return C.setHours(0,0,0,0),b<C},m=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}},v=e.computed(()=>n.iconType==="startIcon"?"46px":"16px"),g=e.computed(()=>n.iconType==="endIcon"?"46px":"16px"),w=e.computed(()=>n.iconType==="endIcon"?"40px":"0px");return(b,C)=>{const S=e.resolveComponent("EUIErrorMessage");return e.openBlock(),e.createElementBlock("div",null,[!t.inputFilled&&t.label?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass(["text-xs w-full text-gray-500 cursor-pointer font-medium block mb-1",t.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},e.toDisplayString(t.label),3)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([{"pointer-events-none cursor-not-allowed":t.disabled},t.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"])},[t.inputFilled?(e.openBlock(),e.createElementBlock("label",{key:0,class:e.normalizeClass([m(),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 bg-white",t.disabled?" cursor-not-allowed":"",t.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"])},e.toDisplayString(t.label||"Datepicker"),3)):e.createCommentVNode("",!0),t.icon&&t.iconType?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([t.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",t.disabled?"cursor-not-allowed":"",t.inputFilled?"inset-y-0":"top-2","absolute z-10 flex items-center pointer-events-none"])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{class:"w-6 h-6 text-gray-400","aria-hidden":"true"}))],2)):e.createCommentVNode("",!0),e.createVNode(e.unref(xu),{locale:"en-US",name:t.name,placeholder:t.placeholder,"model-value":d.value,utc:e.unref(i),range:t.range,teleport:!0,clearable:e.unref(u),required:t.required,disabled:t.disabled,readonly:t.readonly,"disabled-dates":t.disableDate?p:void 0,"time-picker":t.timePicker,"enable-time-picker":!1,"enable-seconds":!1,"is-24":!1,dark:!1,inline:!1,"text-input":!1,"auto-apply":t.autoApply,"hide-input-icon":!0,position:"left","multi-calendars":t.multiCalendars,"min-date":t.minDate,"max-date":t.maxDate,format:t.format,config:t.config,"onUpdate:modelValue":c},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),e.createVNode(S,{errors:t.errors,name:t.name},null,8,["errors","name"])])}}}),oC={key:0,class:"flex flex-row items-center justify-between w-full p-2 bg-gray-100 rounded-xl"},lC=["id","onClick"],iC=["id","onClick"],sC={key:2,class:"flex items-center gap-1 p-2 transition-all duration-100"},uC=["id","onClick"],dC=e.defineComponent({__name:"EUITabs",props:{tabs:{},defaultActiveIndex:{},tabStyle:{},contentClass:{},tabSize:{},tabAlign:{}},emits:["update:activeTab"],setup(t,{emit:r}){const n=t,o=r,i=e.ref(n.defaultActiveIndex??0),u=d=>{i.value=d,o("update:activeTab",n.tabs[i.value])};return e.watch(()=>n.defaultActiveIndex,d=>{i.value=d??0}),(d,c)=>(e.openBlock(),e.createElementBlock("div",null,[d.tabStyle==="design"?(e.openBlock(),e.createElementBlock("div",oC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.tabs,(p,m)=>(e.openBlock(),e.createElementBlock("button",{key:m,id:`id-${p.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:v=>u(m)},[e.createElementVNode("div",{class:e.normalizeClass(["pointer-events-none absolute inset-0 transition-transform duration-200 transform z-[1] ease-in-out",{"translate-x-full":m<i.value,"-translate-x-full":m>i.value,"translate-x-0 rounded-lg bg-gray-600":i.value===m}])},null,2),e.createElementVNode("span",{class:e.normalizeClass(["w-full px-4 py-2 text-sm tracking-wide font-medium capitalize z-10",i.value==m?" text-white":" text-gray-500 hover:text-gray-600 rounded-lg bg-transparent z-0 transition-colors duration-300 ease-in origin-center"])},[e.renderSlot(d.$slots,"title",{tab:p},()=>[e.createTextVNode(e.toDisplayString(p==null?void 0:p.name),1)],!0)],2)],8,lC))),128))])):d.tabStyle==="border"?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.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",[d.tabAlign==="justify"?"justify-between":d.tabAlign==="end"?"justify-end":"justify-start"]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.tabs,(p,m)=>(e.openBlock(),e.createElementBlock("button",{key:m,role:"tab",id:`id-${p.name}`,class:e.normalizeClass(["px-3 py-1 leading-5 transition-all duration-150 ease-in-out hover:text-gray-800",d.tabSize==="sm"?"text-sm font-semibold border-b-2":"text-base font-bold border-b-[3px]",i.value===m?"border-gray-900 text-gray-900":"border-transparent text-gray-500"]),onClick:v=>u(m)},[e.renderSlot(d.$slots,"title",{tab:p},()=>[e.createTextVNode(e.toDisplayString(p==null?void 0:p.name),1)],!0)],10,iC))),128))],2)):(e.openBlock(),e.createElementBlock("div",sC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.tabs,(p,m)=>(e.openBlock(),e.createElementBlock("button",{key:m,role:"tab",id:`id-${p.name}`,class:e.normalizeClass(["px-4 py-1 text-sm font-semibold transition-colors duration-150 ease-in-out border rounded-full",i.value===m?"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:v=>u(m)},[e.renderSlot(d.$slots,"title",{tab:p},()=>[e.createTextVNode(e.toDisplayString(p==null?void 0:p.name),1)],!0)],10,uC))),128))])),e.createElementVNode("div",{class:e.normalizeClass(["py-2 text-base font-normal text-gray-700",d.contentClass])},[e.renderSlot(d.$slots,"content",{activeTab:d.tabs[i.value]},()=>{var p;return[e.createTextVNode(e.toDisplayString((p=d.tabs[i.value])==null?void 0:p.content),1)]},!0)],2)]))}}),cC=it(dC,[["__scopeId","data-v-4fdb3faa"]]),fC={key:0,class:"mb-3 text-sm font-medium text-gray-500 font-inter"},pC={key:0,class:"text-red-500"},mC={class:"flex flex-row flex-wrap gap-3"},hC={class:"ml-2 mt-1"},vC=e.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(t,{emit:r}){const n=t,{multiple:o,valueKey:i,labelKey:u,errors:d,ignoreStartCase:c}=e.toRefs(n),p=r,m=e.computed({set:C=>{p("update:model-value",C)},get:()=>n.modelValue}),v=C=>{var S;if(Array.isArray(m.value)){const M=(S=m.value)==null?void 0:S.findIndex(N=>(N==null?void 0:N[i.value])===(C==null?void 0:C[i.value]));M!=-1?m.value.splice(M,1):m.value.push(C),p("on-change",m.value)}},g=C=>{var S;Array.isArray(m.value)||(((S=m.value)==null?void 0:S[i.value])===(C==null?void 0:C[i.value])?m.value=null:m.value=C,p("on-change",m.value))},w=C=>{o.value?v(C):g(C)},b=C=>{var S;return Array.isArray(m.value)?m.value.map(N=>N[i.value]).filter(N=>N).includes(C==null?void 0:C[i.value]):((S=m.value)==null?void 0:S[i.value])===(C==null?void 0:C[i.value])};return e.watch(o,()=>{o.value?Array.isArray(m.value)||(m.value=[m.value]):m.value=m.value?m.value:null},{immediate:!0}),(C,S)=>(e.openBlock(),e.createElementBlock("div",null,[t.label?(e.openBlock(),e.createElementBlock("p",fC,[e.createTextVNode(e.toDisplayString(t.label),1),t.required?(e.openBlock(),e.createElementBlock("span",pC,"*")):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",mC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.items,(M,N)=>(e.openBlock(),e.createBlock(zs,{key:`${t.name}-${N}`,type:"button",size:"md",color:"white",class:e.normalizeClass([b(M)?"!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:T=>w(M),disabled:t.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)?M[e.unref(u)]||"":e.unref(Yn.startCase)(M[e.unref(u)]||"")),1)]),_:2},1032,["class","onClick","disabled"]))),128))]),e.createElementVNode("div",hC,[e.createVNode(Sr,{name:t.name,errors:e.unref(d)},null,8,["name","errors"])])]))}});function gC(t,r){return e.openBlock(),e.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"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M5 12h14"})])}function yC(t,r){return e.openBlock(),e.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"},[e.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 4.5v15m7.5-7.5h-15"})])}function wC(t,r){return e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[e.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 bC(t,r){return e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[e.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 kC=["src"],xC={class:"flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200"},CC={class:"flex justify-between gap-x-4 mb-0.5"},$C={class:"text-xs leading-5 text-gray-500"},EC={class:"font-medium text-gray-900"},BC=["datetime"],VC={class:"text-sm leading-6 text-gray-500"},SC=["open"],NC={class:"text-sm leading-5 text-gray-900 list-none flex items-center justify-start flex-row cursor-pointer"},IC={class:"relative flex size-6 flex-none items-center justify-center bg-white"},DC={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"},OC={class:"flex-auto py-0.5 text-xs leading-5 text-gray-500"},MC={class:"font-medium text-gray-900"},PC=["datetime"],TC=e.defineComponent({__name:"EUITimeLineItem",props:{data:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(t){const r=t,{data:n,type:o,icon:i,showMore:u}=e.toRefs(r);return(d,c)=>(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(p,m)=>{var v,g,w,b,C;return e.openBlock(),e.createElementBlock("li",{key:p.id,class:"relative flex gap-x-4 group"},[e.createElementVNode("div",{class:e.normalizeClass([m===e.unref(n).length-1?"h-6":"-bottom-6","absolute left-0 top-0 flex w-6 justify-center"])},[e.createElementVNode("div",{class:e.normalizeClass([e.unref(o)==="icon"?"w-0.5 bg-green-500":"w-px bg-gray-200"])},null,2)],2),e.unref(o)==="image"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("img",{src:(v=p.person)==null?void 0:v.imageUrl,alt:"",class:"relative size-6 flex-none rounded-full bg-gray-50"},null,8,kC),e.createElementVNode("div",xC,[e.createElementVNode("div",CC,[e.createElementVNode("div",$C,[e.createElementVNode("span",EC,e.toDisplayString((g=p.person)==null?void 0:g.name),1)]),e.createElementVNode("time",{datetime:p.dateTime,class:"flex-none text-xs leading-5 text-gray-500"},e.toDisplayString(p.date+" "+p.dateTime),9,BC)]),e.createElementVNode("p",VC,e.toDisplayString(p.comment),1),e.unref(u)?(e.openBlock(),e.createElementBlock("details",{key:0,open:m===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"},[e.createElementVNode("summary",NC,[e.createTextVNode(e.toDisplayString(((w=p.showmore)==null?void 0:w.title)||"More Details")+" ",1),e.createVNode(e.unref(yC),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto group-open:hidden"}),e.createVNode(e.unref(gC),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto hidden group-open:inline-block"})]),e.createElementVNode("div",null,e.toDisplayString((b=p.showmore)==null?void 0:b.content),1)],8,SC)):e.createCommentVNode("",!0)])],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",IC,[e.unref(o)==="icon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(i)||e.unref(wC)),{key:0,class:"size-6 text-green-500","aria-hidden":"true"})):(e.openBlock(),e.createElementBlock("div",DC))]),e.createElementVNode("p",OC,[e.createElementVNode("span",MC,e.toDisplayString((C=p.person)==null?void 0:C.name),1),e.createTextVNode(" "+e.toDisplayString(p==null?void 0:p.command),1)]),e.createElementVNode("time",{datetime:p.dateTime,class:"flex-none py-0.5 text-xs leading-5 text-gray-500"},e.toDisplayString(p.date+" "+p.dateTime),9,PC)],64))])}),128))}}),RC={role:"list",class:"space-y-6 p-4"},AC=e.defineComponent({__name:"EUITimeLine",props:{items:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(t){const r=t,{items:n,type:o,icon:i,showMore:u}=e.toRefs(r);return(d,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("ul",RC,[e.createVNode(TC,{data:e.unref(n),type:e.unref(o),"timeline-icon":e.unref(i),"show-more":e.unref(u)},null,8,["data","type","timeline-icon","show-more"])])]))}}),LC={class:"text-sm font-medium text-gray-600 truncate cursor-pointer"},FC=e.defineComponent({__name:"EUITag",props:{closeIcon:{type:Boolean,default:!1},errors:{type:Object,required:!1,default:()=>{}},disabled:{type:Boolean,default:!1}},emits:["remove"],setup(t,{emit:r}){const n=t,{closeIcon:o}=e.toRefs(n),i=r,u=()=>{i("remove")};return(d,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.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":t.disabled}])},[e.createElementVNode("div",LC,[e.renderSlot(d.$slots,"default")]),e.unref(o)?(e.openBlock(),e.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:e.withModifiers(u,["stop"])},c[0]||(c[0]=[e.createElementVNode("span",{class:"sr-only"},"Remove",-1),e.createElementVNode("svg",{viewBox:"0 0 14 14",class:"size-3.5 stroke-gray-400 group-hover:stroke-red-600/75"},[e.createElementVNode("path",{d:"M4 4l6 6m0-6l-6 6"})],-1)]))):e.createCommentVNode("",!0)],2))}}),HC={},UC={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function zC(t,r){return e.openBlock(),e.createElementBlock("svg",UC,r[0]||(r[0]=[e.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 Vr=it(HC,[["render",zC]]),YC={class:"inline-flex flex-row items-center gap-2 overflow-hidden border-gray-100 rounded"},WC=["disabled"],KC=["onClick"],QC=["disabled"],Nf=e.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(t){return t>=5&&t<Number.MAX_VALUE}}},emits:["changePage"],setup(t,{emit:r}){const n=t,o=r,i=e.computed(()=>n.activePage+1),u=e.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),d=()=>{if(n.activePage>0){const g=n.activePage-1;p(g)}},c=()=>{if(n.activePage<u.value-1){const g=n.activePage+1;p(g)}},p=g=>{o("changePage",g)},m=e.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,w)=>w+1)),v=e.computed(()=>{const g=m.value.length,w=i.value,b=Math.max(n.max,12),C=Math.floor((Math.min(b,g)-7)/2),S=w-C,M=w+C,N=S-1>1,T=M+1<g,V=[];if(g<=b){for(let O=1;O<=g;O++)V.push(O);return V}if(V.push(1),N&&V.push(n.divider),!T){const O=w+C+2-g;for(let Y=w-C-O;Y<=w-C-1;Y++)V.push(Y)}for(let O=Math.max(2,S);O<=Math.min(g,M);O++)V.push(O);if(!N){const O=1-(w-C-2);for(let Y=w+C+1;Y<=w+C+O;Y++)V.push(Y)}return T&&V.push(n.divider),M<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,w)=>(e.openBlock(),e.createElementBlock("div",YC,[e.createElementVNode("div",null,[e.createElementVNode("button",{class:e.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:w[0]||(w[0]=b=>d())},[e.createVNode(Vr,{class:"text-current transform rotate-90 size-6"}),w[2]||(w[2]=e.createElementVNode("span",{class:"hidden md:block"},"Back",-1))],10,WC)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,b=>(e.openBlock(),e.createElementBlock("div",{key:b},[e.createElementVNode("button",{class:e.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",b=="…"?"select-none pointer-events-none":i.value==b?"text-white bg-violet-600":"bg-white text-black"]),onClick:C=>typeof b=="number"&&p(b-1)},e.toDisplayString(b),11,KC)]))),128)),e.createElementVNode("div",null,[e.createElementVNode("button",{class:e.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",u.value===i.value&&"opacity-50 pointer-events-none"]),disabled:u.value===i.value,onClick:w[1]||(w[1]=b=>c())},[w[3]||(w[3]=e.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),e.createVNode(Vr,{class:"text-current transform -rotate-90 size-6"})],10,QC)])]))}}),XC={class:"table-checkbox"},GC=["value"],ko=e.defineComponent({__name:"EUITableCheckbox",props:{indeterminate:Boolean,checked:{type:Boolean,default:!1},value:{default:null}},emits:["change","update:checked"],setup(t,{emit:r}){const n=t,o=r,i=e.ref(n.indeterminate);e.watch(()=>n.indeterminate,g=>{i.value=g});const u=e.computed({get(){return n.checked},set(g){o("update:checked",g)}}),d=g=>{o("change",g)},c=e.computed(()=>{const g=Array.isArray(n.checked)&&n.checked.length!==0,w=b=>b===n.value;return g?n.checked.some(w):n.checked===!0}),p=e.useAttrs(),m=e.computed(()=>p.disabled?-1:0),v=e.computed(()=>({...p,tabindex:m.value,role:"checkbox"}));return e.watch(c,()=>{n.indeterminate&&(i.value=!1)}),(g,w)=>(e.openBlock(),e.createElementBlock("label",XC,[e.withDirectives(e.createElementVNode("input",e.mergeProps({"onUpdate:modelValue":w[0]||(w[0]=b=>u.value=b),type:"checkbox",value:t.value},v.value,{onChange:d}),null,16,GC),[[e.vModelCheckbox,u.value]]),w[1]||(w[1]=e.createElementVNode("span",{class:"check-icon"},[e.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"},[e.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))]))}}),qC={},jC={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function _C(t,r){return e.openBlock(),e.createElementBlock("svg",jC,r[0]||(r[0]=[e.createElementVNode("g",{opacity:"0.7"},[e.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 JC=it(qC,[["render",_C]]),ZC={},e$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function t$(t,r){return e.openBlock(),e.createElementBlock("svg",e$,r[0]||(r[0]=[e.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 n$=it(ZC,[["render",t$]]),r$={class:"whitespace-nowrap"},a$={class:"overflow-hidden bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5"},o$=["onClick"],zl=e.defineComponent({__name:"EUIPageLimit",props:{pageLimit:{type:Number,default:5},iconStyle:{type:Boolean,default:!1}},emits:["updateLimit","refetch"],setup(t,{emit:r}){const n=t,{pageLimit:o}=e.toRefs(n),i=r,u=e.ref([5,10,20,30,40,50,100]),d=c=>{i("updateLimit",c),i("refetch")};return(c,p)=>(e.openBlock(),e.createElementBlock("div",null,[e.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:e.withCtx(({open:m})=>[e.createElementVNode("span",r$,e.toDisplayString(e.unref(o)),1),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconStyle?n$:Vr),{class:e.normalizeClass([m?"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:e.withCtx(()=>[e.createElementVNode("div",a$,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(u.value,m=>(e.openBlock(),e.createElementBlock("li",{key:m,class:e.normalizeClass(["block w-full px-4 py-2 text-sm font-medium cursor-pointer hover:bg-gray-50",[m===e.unref(o)?"bg-purple-100 text-purple-600":"text-gray-700"]]),role:"button","aria-roledescription":"button",onClick:v=>d(m)},e.toDisplayString(m)+" per page ",11,o$))),128))])])]),_:1})]))}}),Cu=t=>Yn.capitalize(t);var l$={},i$={class:"flex flex-col items-center justify-center gap-4 mx-auto size-72"};function s$(t,r){return e.openBlock(),e.createElementBlock("div",i$,r[0]||(r[0]=[e.createElementVNode("div",{class:"relative min-h-16"},[e.createElementVNode("div",{class:"circle-loader"})],-1)]))}const So=it(l$,[["render",s$],["__scopeId","data-v-080faf4c"]]);function Ta(t,r){return r.split(".").reduce((n,o)=>n?n[o]:null,t)}function $u(t,r){return t.toString().toLowerCase().includes(r)}function Ra(t,r,n){return t?t.indexOf(r):-1}const u$={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},d$={key:1,class:"relative w-full mx-auto overflow-hidden"},c$={class:"eui-table"},f$={class:"sticky top-0 left-0 z-50 bg-gray-100"},p$={key:0,class:"checkable"},m$=["onClick"],h$={class:"flex items-center gap-2 text-sm font-normal text-current"},v$=["onMouseenter","onMouseleave"],g$={key:0,class:"checkable"},y$={key:1,class:"norecords"},w$=["colspan"],b$={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-2 bg-gray-100"},k$={class:"inline-flex items-center gap-x-10"},x$={class:"text-sm font-normal text-gray-900"},C$={class:"inline-flex items-center gap-2"},$$=e.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(t,{emit:r}){const n=t,{defaultSort:o,defaultSortDirection:i,checkedRows:u,currentPage:d,items:c,backendPagination:p,total:m,search:v,headers:g,paginated:w,isRowCheckable:b}=e.toRefs(n),C=e.ref(o.value),S=e.ref(i.value),M=e.ref([...u.value]),N=e.ref(d.value),T=e.ref(n.perPage),V=e.computed(()=>n.tableLoading),O=e.computed(()=>{let $=c.value.slice();if(!p.value&&v.value!==""){if(v.value.trim()==="")return $;const U=g.value.map(h=>h.value);$=c.value.filter(h=>U.some(E=>$u(Ta(h,E),v.value.toString().toLowerCase())))}return $}),Y=e.computed(()=>{let $=O.value;return $.sort((U,h)=>{const E=S.value==="desc"?-1:1;return U[C.value]<h[C.value]?-1*E:U[C.value]>h[C.value]?1*E:0}),$}),A=$=>{},F=e.computed(()=>$=>S.value==="asc"&&C.value===$.value?"rotate-0":S.value==="desc"&&C.value===$.value?"rotate-180":""),G=e.computed(()=>{const $=Y.value.filter(U=>b.value(U));return M.value.length>0&&M.value.length<$.length}),Q=e.computed(()=>Y.value.length>0&&Y.value.every($=>M.value.includes($))),q=e.computed(()=>{var U;return((U=Y.value)==null?void 0:U.filter(h=>b.value(h))).length===0}),ae=r,ge=$=>{T.value=$,N.value=1,ae("update:currentPage",N.value),ae("changeLimit",$)},Ce=$=>{N.value=$>0?$:0,ae("update:currentPage",N.value),ae("changePage",$)},L=($,U)=>{!$||!$.sortable||($.value===C.value&&(S.value=S.value==="asc"?"desc":"asc"),C.value=$.value,ae("sort",C.value,S.value,U))},j=$=>Ra(M.value,$)>=0,W=$=>{const U=Ra(M.value,$);U>=0&&M.value.splice(U,1)},te=()=>{if(Q.value)M.value=[];else{const $=Y.value.filter(U=>!M.value.includes(U));M.value.push(...$)}ae("check",M.value),ae("check-all",M.value),ae("update:checkedRows",M.value),ae("update:selectedRows",M.value)},de=($,U,h)=>{const E=M.value.includes($);h&&E?W($):M.value.push($),ae("check",M.value,$),ae("update:checkedRows",M.value),ae("update:selectedRows",M.value)};e.watch(()=>d.value,$=>{N.value=$},{immediate:!0}),e.watch(()=>u.value,$=>{M.value=[...$]},{immediate:!0});const re=e.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"}),me=e.ref(!1),J=e.ref(!1),P=e.ref(null),I=()=>{const $=P.value;$&&(J.value=$.scrollLeft>0)},z=()=>{const $=P.value;$&&(me.value=$.scrollWidth>$.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",z)}),e.onUnmounted(()=>{window.removeEventListener("resize",z)}),e.watch(()=>{var $;return($=P.value)==null?void 0:$.clientWidth},z),($,U)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[V.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",t.tableHeight?t.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[e.createElementVNode("div",u$,[e.createVNode(So)])],2)):(e.openBlock(),e.createElementBlock("div",d$,[e.createElementVNode("div",{id:"dashboard-table",class:e.normalizeClass(["scrollbar--thin overscroll-none",Y.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]"]),ref_key:"tableContainer",ref:P,onScroll:I},[e.createElementVNode("table",c$,[e.createElementVNode("thead",f$,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",p$,[e.createVNode(ko,{checked:Q.value,indeterminate:G.value,disabled:q.value,class:"flex justify-center mt-0",onChange:U[0]||(U[0]=h=>te())},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(h,E)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${E}`,scope:"col",class:e.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",J.value&&E===0?re.value.head:"",{"cursor-pointer hover:text-gray-900":h==null?void 0:h.sortable}]),style:e.normalizeStyle(h!=null&&h.width?`min-width:${h.width}px;max-width:${h.width}px;`:""),onClick:H=>L(h,H)},[e.createElementVNode("div",h$,[e.renderSlot($.$slots,"header",{header:h},()=>[e.createTextVNode(e.toDisplayString(e.unref(Cu)((h==null?void 0:h.text)??h.name??"")),1)],!0),e.renderSlot($.$slots,"headerOptionalItem",{},void 0,!0),h!=null&&h.sortable?(e.openBlock(),e.createBlock(JC,{key:0,class:e.normalizeClass(["transform duration-100 transition-all",C.value===h.value?"text-violet-700":"text-gray-900",F.value(h)])},null,8,["class"])):e.createCommentVNode("",!0)])],14,m$))),128))])]),e.createElementVNode("tbody",null,[Y.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(Y.value,(h,E)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${E}`},[e.createElementVNode("tr",{onMouseenter:H=>$.$attrs.mouseenter?$.$emit("mouseenter",h,E):null,onMouseleave:H=>$.$attrs.mouseleave?$.$emit("mouseleave",h,E):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",g$,[e.createVNode(ko,{disabled:!e.unref(b)(h),checked:j(h),onChange:H=>de(h,E,H)},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(H,ce)=>(e.openBlock(),e.createElementBlock("td",{key:ce,class:e.normalizeClass([J.value&&ce===0?re.value.body:""])},[e.renderSlot($.$slots,`item.${H.value}`,{row:h,rowIndex:E},()=>[e.createTextVNode(e.toDisplayString(e.unref(Ta)(h,H==null?void 0:H.value)),1)],!0)],2))),128))],40,v$),t.tableExpanded?e.renderSlot($.$slots,"expanded",{key:0,row:h,rowIndex:E},void 0,!0):e.createCommentVNode("",!0)],64))),128)):Y.value.length===0?(e.openBlock(),e.createElementBlock("tr",y$,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},U[4]||(U[4]=[e.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,w$)])):e.createCommentVNode("",!0)])])],34),e.createElementVNode("div",b$,[e.renderSlot($.$slots,"tableCount",{},()=>[e.createElementVNode("div",k$,[e.createElementVNode("div",x$," 1-"+e.toDisplayString(T.value)+" of "+e.toDisplayString(e.unref(m)),1),e.createElementVNode("div",C$,[U[5]||(U[5]=e.createElementVNode("span",{class:"text-sm font-normal text-gray-900"},"Result per page",-1)),e.createVNode(zl,{"page-limit":T.value,onUpdateLimit:U[1]||(U[1]=h=>ge(h)),onRefetch:U[2]||(U[2]=h=>A())},null,8,["page-limit"])])])],!0),e.unref(w)&&Y.value.length!==0?e.renderSlot($.$slots,"tablepagination",{key:0},()=>[e.createVNode(Nf,{activePage:N.value,pageLimit:T.value,totalCount:e.unref(m),onChangePage:U[3]||(U[3]=h=>Ce(h))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])]))]),_:3})]))}}),E$=it($$,[["__scopeId","data-v-ae56eb51"]]),B$={name:"UICheckbox",inheritAttrs:!1,props:{indeterminate:Boolean,checked:{type:Boolean,default:!1},value:{default:null},label:{type:String,default:""}},setup(t,{emit:r,attrs:n}){const o=e.ref(t.indeterminate),i=e.computed({get:()=>t.checked,set:m=>r("update:checked",m)}),u=e.computed(()=>{const m=Array.isArray(t.checked)&&t.checked.length!==0,v=g=>g===t.value;return m?t.checked.some(v):t.checked===!0}),d=e.computed(()=>({"ui-checkbox":!0,"ui-checkbox--indeterminate":o.value})),c=e.computed(()=>n.disabled?-1:0),p=e.computed(()=>({...n,tabindex:c.value,role:"checkbox"}));return e.watch(()=>t.indeterminate,m=>{o.value=m}),e.watch(u,()=>{t.indeterminate&&(o.value=!1)}),{isIndeterminate:o,selected:i,isActive:u,classes:d,attrs:p}}};var V$=["value"],S$={key:0,class:"ui-checkbox__label"},N$={key:0},I$={key:1};function D$(t,r,n,o,i,u){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(o.classes)},[e.withDirectives(e.createElementVNode("input",e.mergeProps({"onUpdate:modelValue":r[0]||(r[0]=function(d){return o.selected=d}),"data-test":"checkbox-toggle",type:"checkbox",value:n.value},o.attrs,{class:"ui-checkbox__input"}),null,16,V$),[[e.vModelCheckbox,o.selected]]),t.$slots.default||n.label?(e.openBlock(),e.createElementBlock("span",S$,[n.label?(e.openBlock(),e.createElementBlock("span",N$,e.toDisplayString(n.label),1)):e.createCommentVNode("",!0),t.$slots.default?(e.openBlock(),e.createElementBlock("span",I$,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2)}const Us=it(B$,[["render",D$]]),O$="data:image/png;base64,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",M$={class:"inline-flex flex-row items-center overflow-hidden gap-x-1"},P$=["disabled"],T$=["onClick"],R$=["disabled"],Eu=e.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(t){return t>=5&&t<Number.MAX_VALUE}}},emits:["changePage"],setup(t,{emit:r}){const n=t,o=r,i=e.computed(()=>n.activePage+1),u=e.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),d=()=>{if(n.activePage>0){const g=n.activePage-1;p(g)}},c=()=>{if(n.activePage<u.value-1){const g=n.activePage+1;p(g)}},p=g=>{o("changePage",g)},m=e.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,w)=>w+1)),v=e.computed(()=>{const g=m.value.length,w=i.value,b=Math.max(n.max,5),C=Math.floor((Math.min(b,g)-5)/2),S=w-C,M=w+C,N=S-1>1,T=M+1<g,V=[];if(g<=b){for(let O=1;O<=g;O++)V.push(O);return V}if(V.push(1),N&&V.push(n.divider),!T){const O=w+C+2-g;for(let Y=w-C-O;Y<=w-C-1;Y++)V.push(Y)}for(let O=Math.max(2,S);O<=Math.min(g,M);O++)V.push(O);if(!N){const O=1-(w-C-2);for(let Y=w+C+1;Y<=w+C+O;Y++)V.push(Y)}return T&&V.push(n.divider),M<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,w)=>(e.openBlock(),e.createElementBlock("div",M$,[e.createElementVNode("div",null,[e.createElementVNode("button",{class:e.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:w[0]||(w[0]=b=>d())},[e.createVNode(Vr,{class:"text-current transform rotate-90 size-6"}),w[2]||(w[2]=e.createElementVNode("span",{class:"hidden md:block"},"Prev",-1))],10,P$)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.value,b=>(e.openBlock(),e.createElementBlock("div",{key:b},[e.createElementVNode("button",{class:e.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",b==="…"?"select-none pointer-events-none":i.value===b?"text-black bg-purple-50 ring-2 ring-inset ring-purple-600":"bg-white text-black"]),onClick:C=>typeof b=="number"&&p(b-1)},e.toDisplayString(b),11,T$)]))),128)),e.createElementVNode("div",null,[e.createElementVNode("button",{class:e.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",u.value===i.value&&"opacity-50 pointer-events-none"]),disabled:u.value===i.value,onClick:w[1]||(w[1]=b=>c())},[w[3]||(w[3]=e.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),e.createVNode(Vr,{class:"text-current transform -rotate-90 size-6"})],10,R$)])]))}}),A$={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},L$={key:1,class:"relative max-w-full mx-auto overflow-hidden"},F$={key:0,class:"checkable",style:{width:"45px","max-width":"45px","background-color":"rgb(243 244 246)"},scope:"col"},H$=["onClick"],U$={class:"relative z-0 w-full"},z$={class:"w-full text-sm font-medium text-current truncate font-inter"},Y$={key:0,class:"absolute -top-0.5 -right-6 size-6 z-10"},W$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},K$=["stroke"],Q$=["stroke"],X$=["id","onMouseenter","onMouseleave"],G$={key:0,class:"checkable",style:{width:"45px","max-width":"45px"}},q$={class:"block truncate"},j$={key:1,class:"norecords"},_$=["colspan"],J$={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},Z$={class:"inline-flex items-center gap-x-2"},eE={class:"text-sm font-medium text-gray-900"},tE={class:"inline-flex items-center"},nE=e.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(t,{emit:r}){const n=t,{defaultSort:o,defaultSortDirection:i,checkedRows:u,currentPage:d,items:c,backendPagination:p,total:m,search:v,headers:g,paginated:w,isRowCheckable:b,activeRowIndex:C}=e.toRefs(n),S=r,M=e.ref(o.value),N=e.ref(i.value),T=e.ref([...u.value]),V=e.ref(d.value),O=e.ref(n.perPage),Y=e.computed(()=>n.tableLoading),A=e.computed(()=>{let h=c.value.slice();if(!p.value&&v.value!==""){if(v.value.trim()==="")return h;const E=g.value.map(H=>H.value);h=c.value.filter(H=>E.some(ce=>$u(Ta(H,ce),v.value.toString().toLowerCase())))}return h}),F=e.computed(()=>{let h=A.value;return h.sort((E,H)=>{const ce=N.value==="desc"?-1:1;return E[M.value]<H[M.value]?-1*ce:E[M.value]>H[M.value]?1*ce:0}),h}),G=h=>({minWidth:`${h.width||300}px`,maxWidth:`${h.width||300}px`,backgroundColor:h.color||"rgb(243 244 246)"}),Q=h=>({width:`${h.width||300}px`,maxWidth:`${h.width||300}px`}),q=h=>{},ae=h=>{O.value=h,V.value=1,S("update:currentPage",V.value),S("changeLimit",h)},ge=h=>{V.value=h>0?h:0,S("update:currentPage",V.value),S("changePage",h)},Ce=(h,E)=>{!h||!h.sortable||(h.value===M.value&&(N.value=N.value==="asc"?"desc":"asc"),M.value=h.value,S("sort",M.value,N.value,E))},L=e.computed(()=>F.value.length>0&&F.value.every(h=>T.value.includes(h))),j=e.computed(()=>{var E;return((E=F.value)==null?void 0:E.filter(H=>b.value(H))).length===0}),W=e.computed(()=>{const h=F.value.filter(E=>b.value(E));return T.value.length>0&&T.value.length<h.length}),te=h=>Ra(T.value,h)>=0,de=h=>{const E=Ra(T.value,h);E>=0&&T.value.splice(E,1)},re=()=>{if(L.value)T.value=[];else{const h=F.value.filter(E=>!T.value.includes(E));T.value.push(...h)}S("check",T.value),S("check-all",T.value),S("update:checkedRows",T.value),S("update:selectedRows",T.value)},me=(h,E,H)=>{const ce=T.value.includes(h);H&&ce?de(h):T.value.push(h),S("check",T.value,h),S("update:checkedRows",T.value),S("update:selectedRows",T.value)};e.watch(()=>d.value,h=>{V.value=h},{immediate:!0}),e.watch(()=>u.value,h=>{T.value=[...h]},{immediate:!0});const J=e.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"}),P=e.ref(!1),I=e.ref(!1),z=e.ref(null),$=()=>{const h=z.value;h&&(I.value=h.scrollLeft>0)},U=()=>{const h=z.value;h&&(P.value=h.scrollWidth>h.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",U)}),e.onUnmounted(()=>{window.removeEventListener("resize",U)}),e.watch(()=>{var h;return(h=z.value)==null?void 0:h.clientWidth},U),(h,E)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[Y.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",t.tableHeight?t.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[e.createElementVNode("div",A$,[e.createVNode(So)])],2)):(e.openBlock(),e.createElementBlock("div",L$,[e.createElementVNode("div",{class:e.normalizeClass(["ui-table scrollbar--hide overscroll-none",F.value.length===0?"overflow-hidden pointer-events-none":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:z,onScroll:$},[e.createElementVNode("table",null,[e.createElementVNode("thead",null,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",F$,[e.createVNode(Us,{checked:L.value,indeterminate:W.value,disabled:j.value,onChange:re},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(H,ce)=>(e.openBlock(),e.createElementBlock("th",{key:ce,scope:"col",class:e.normalizeClass(["snap-start snap-always py-2",H!=null&&H.sortable?"cursor-pointer hover:!text-gray-900 pr-8 pl-3":"px-3",I.value&&ce===0?J.value.head:null,{"!bg-gray-200":M.value===H.value}]),style:e.normalizeStyle(G(H)),onClick:Z=>Ce(H,Z)},[e.createElementVNode("div",U$,[e.createElementVNode("div",z$,[e.renderSlot(h.$slots,"header",{header:H},()=>[e.createTextVNode(e.toDisplayString(e.unref(Cu)((H==null?void 0:H.text)??(H==null?void 0:H.name)??"")),1)]),t.headerOptional?e.renderSlot(h.$slots,"headerOptionalItem",{key:0}):e.createCommentVNode("",!0)]),H!=null&&H.sortable?(e.openBlock(),e.createElementBlock("div",Y$,[(e.openBlock(),e.createElementBlock("svg",W$,[E[3]||(E[3]=e.createElementVNode("rect",{width:"24",height:"24",fill:"none"},null,-1)),e.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:N.value==="asc"&&M.value===(H==null?void 0:H.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,K$),e.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:N.value==="desc"&&M.value===(H==null?void 0:H.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,Q$)]))])):e.createCommentVNode("",!0)])],14,H$))),128))])]),e.createElementVNode("tbody",null,[F.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(F.value,(H,ce)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${ce}`},[e.createElementVNode("tr",{id:`row-${ce}`,onMouseenter:Z=>h.$attrs.mouseenter?h.$emit("mouseenter",H,ce):null,onMouseleave:Z=>h.$attrs.mouseleave?h.$emit("mouseleave",H,ce):null,class:e.normalizeClass(["group",{"bg-purple-100":e.unref(C)==ce}])},[t.checkable?(e.openBlock(),e.createElementBlock("td",G$,[e.createVNode(Us,{disabled:!e.unref(b)(H),checked:te(H),onChange:e.withModifiers(Z=>me(H,ce,Z),["prevent","stop"])},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(Z,Oe)=>(e.openBlock(),e.createElementBlock("td",{key:Oe,style:e.normalizeStyle(Q(Z)),class:e.normalizeClass([I.value&&Oe===0?J.value.body:null])},[e.renderSlot(h.$slots,`item.${Z==null?void 0:Z.value}`,{row:H,rowIndex:ce,headerIndex:Oe},()=>[e.createElementVNode("span",q$,e.toDisplayString(e.unref(Ta)(H,Z==null?void 0:Z.value)),1)])],6))),128))],42,X$),t.tableExpanded?e.renderSlot(h.$slots,"expanded",{key:0,row:H,rowIndex:ce}):e.createCommentVNode("",!0)],64))),128)):F.value.length===0?(e.openBlock(),e.createElementBlock("tr",j$,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},[e.createElementVNode("div",{class:e.normalizeClass(["flex items-center justify-center w-[calc(100vw-14rem)]",[t.tableHeight?t.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]])},E[4]||(E[4]=[e.createElementVNode("div",{class:"text-center"},[e.createElementVNode("div",{class:"mx-auto overflow-hidden rounded-md size-56"},[e.createElementVNode("img",{src:O$,alt:"",class:"block object-contain object-center h-auto max-w-full opacity-90"})]),e.createElementVNode("div",{class:"my-2 text-xl font-medium text-gray-500"},"No matching records found")],-1)]),2)],8,_$)])):e.createCommentVNode("",!0)])])],34),e.createElementVNode("div",J$,[e.renderSlot(h.$slots,"tableCount",{},()=>[e.createElementVNode("div",Z$,[e.createElementVNode("div",eE," Total "+e.toDisplayString(e.unref(m)),1),E[6]||(E[6]=e.createElementVNode("span",{class:"text-gray-300"},"|",-1)),e.createElementVNode("div",tE,[E[5]||(E[5]=e.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),e.createVNode(zl,{"page-limit":O.value,onUpdateLimit:E[0]||(E[0]=H=>ae(H)),onRefetch:E[1]||(E[1]=H=>q()),iconStyle:!0},null,8,["page-limit"])])])]),e.unref(w)&&F.value.length!==0?e.renderSlot(h.$slots,"tablepagination",{key:0},()=>[e.createVNode(Eu,{activePage:V.value,pageLimit:O.value,totalCount:e.unref(m),onChangePage:E[2]||(E[2]=H=>ge(H))},null,8,["activePage","pageLimit","totalCount"])]):e.createCommentVNode("",!0)])]))]),_:3})]))}}),rE={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},aE={key:1,class:"relative w-full mx-auto overflow-hidden"},oE={class:"eui-table"},lE={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"},iE={key:0,class:"checkable"},sE=["onClick"],uE={class:"flex items-center justify-between gap-2 text-sm font-medium text-current font-inter"},dE={key:0,class:"flex-none"},cE={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},fE=["stroke"],pE=["stroke"],mE=["id","onMouseenter","onMouseleave"],hE={key:1,class:"norecords"},vE=["colspan"],gE={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},yE={class:"inline-flex items-center gap-x-2"},wE={class:"text-sm font-medium text-gray-900"},bE={class:"inline-flex items-center"},kE=e.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(t,{emit:r}){const n=t,{defaultSort:o,defaultSortDirection:i,checkedRows:u,currentPage:d,items:c,backendPagination:p,total:m,search:v,headers:g,paginated:w,isRowCheckable:b,activeRowIndex:C}=e.toRefs(n),S=e.ref(o.value),M=e.ref(i.value),N=e.ref([...u.value]),T=e.ref(d.value),V=e.ref(n.perPage),O=e.computed(()=>n.tableLoading),Y=e.computed(()=>{let $=c.value.slice();if(!p.value&&v.value!==""){if(v.value.trim()==="")return $;const U=g.value.map(h=>h.value);$=c.value.filter(h=>U.some(E=>$u(Ta(h,E),v.value.toString().toLowerCase())))}return $}),A=e.computed(()=>{let $=Y.value;return $.sort((U,h)=>{const E=M.value==="desc"?-1:1;return U[S.value]<h[S.value]?-1*E:U[S.value]>h[S.value]?1*E:0}),$}),F=$=>{},G=e.computed(()=>{const $=A.value.filter(U=>b.value(U));return N.value.length>0&&N.value.length<$.length}),Q=e.computed(()=>A.value.length>0&&A.value.every($=>N.value.includes($))),q=e.computed(()=>{var U;return((U=A.value)==null?void 0:U.filter(h=>b.value(h))).length===0}),ae=r,ge=$=>{V.value=$,T.value=1,ae("update:currentPage",T.value),ae("changeLimit",$)},Ce=$=>{T.value=$>0?$:0,ae("update:currentPage",T.value),ae("changePage",$)},L=($,U)=>{!$||!$.sortable||($.value===S.value&&(M.value=M.value==="asc"?"desc":"asc"),S.value=$.value,ae("sort",S.value,M.value,U))},j=$=>Ra(N.value,$)>=0,W=$=>{const U=Ra(N.value,$);U>=0&&N.value.splice(U,1)},te=()=>{if(Q.value)N.value=[];else{const $=A.value.filter(U=>!N.value.includes(U));N.value.push(...$)}ae("check",N.value),ae("check-all",N.value),ae("update:checkedRows",N.value),ae("update:selectedRows",N.value)},de=($,U,h)=>{const E=N.value.includes($);h&&E?W($):N.value.push($),ae("check",N.value,$),ae("update:checkedRows",N.value),ae("update:selectedRows",N.value)};e.watch(()=>d.value,$=>{T.value=$},{immediate:!0}),e.watch(()=>u.value,$=>{N.value=[...$]},{immediate:!0});const re=e.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"}),me=e.ref(!1),J=e.ref(!1),P=e.ref(null),I=()=>{const $=P.value;$&&(J.value=$.scrollLeft>0)},z=()=>{const $=P.value;$&&(me.value=$.scrollWidth>$.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",z)}),e.onUnmounted(()=>{window.removeEventListener("resize",z)}),e.watch(()=>{var $;return($=P.value)==null?void 0:$.clientWidth},z),($,U)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[O.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["overflow-hidden relative z-0 isolate bg-white backdrop-blur transition-colors duration-150 ease-in-out rounded-xl border border-gray-50",t.tableHeight?t.tableHeight:"h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]"])},[e.createElementVNode("div",rE,[e.createVNode(So)])],2)):(e.openBlock(),e.createElementBlock("div",aE,[e.createElementVNode("div",{id:"student-table",class:e.normalizeClass(["scrollbar--thin overscroll-none",A.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:P,onScroll:I},[e.createElementVNode("table",oE,[e.createElementVNode("thead",lE,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",iE,[e.createVNode(ko,{checked:Q.value,indeterminate:G.value,disabled:q.value,class:"flex justify-center mt-0",onChange:te},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(h,E)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${E}`,scope:"col",class:e.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",J.value&&E===0?re.value.head:"",{"cursor-pointer hover:text-gray-900":h==null?void 0:h.sortable}]),style:e.normalizeStyle(h!=null&&h.width?`min-width:${h==null?void 0:h.width}px;max-width:${h==null?void 0:h.width}px;`:""),onClick:H=>L(h,H)},[e.createElementVNode("div",uE,[e.renderSlot($.$slots,"header",{header:h},()=>[e.createTextVNode(e.toDisplayString(e.unref(Cu)((h==null?void 0:h.text)??(h==null?void 0:h.name)??"")),1)],!0),e.renderSlot($.$slots,"headerOptionalItem",{},void 0,!0),h!=null&&h.sortable?(e.openBlock(),e.createElementBlock("div",dE,[(e.openBlock(),e.createElementBlock("svg",cE,[e.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:M.value==="asc"&&S.value===(h==null?void 0:h.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,fE),e.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:M.value==="desc"&&S.value===(h==null?void 0:h.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,pE)]))])):e.createCommentVNode("",!0)])],14,sE))),128))])]),e.createElementVNode("tbody",null,[A.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(A.value,(h,E)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${E}`},[e.createElementVNode("tr",{id:`row-${E}`,class:e.normalizeClass(e.unref(C)==E?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""),onMouseenter:H=>$.$attrs.mouseenter?$.$emit("mouseenter",h,E):null,onMouseleave:H=>$.$attrs.mouseleave?$.$emit("mouseleave",h,E):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",{key:0,class:e.normalizeClass(["checkable",e.unref(C)==E?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[e.createVNode(ko,{disabled:!e.unref(b)(h),checked:j(h),onChange:e.withModifiers(H=>de(h,E,H),["prevent","stop"])},null,8,["disabled","checked","onChange"])],2)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(H,ce)=>(e.openBlock(),e.createElementBlock("td",{key:ce,class:e.normalizeClass([J.value&&ce===0?re.value.body:"",e.unref(C)==E?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[e.renderSlot($.$slots,`item.${H==null?void 0:H.value}`,{row:h,rowIndex:E,headerIndex:ce},()=>[e.createTextVNode(e.toDisplayString(e.unref(Ta)(h,H==null?void 0:H.value)),1)],!0)],2))),128))],42,mE),t.tableExpanded?e.renderSlot($.$slots,"expanded",{key:0,row:h,rowIndex:E},void 0,!0):e.createCommentVNode("",!0)],64))),128)):A.value.length===0?(e.openBlock(),e.createElementBlock("tr",hE,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},U[3]||(U[3]=[e.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,vE)])):e.createCommentVNode("",!0)])])],34),e.createElementVNode("div",gE,[e.renderSlot($.$slots,"tableCount",{},()=>[e.createElementVNode("div",yE,[e.createElementVNode("div",wE," Total "+e.toDisplayString(e.unref(m)),1),U[5]||(U[5]=e.createElementVNode("span",{class:"text-gray-300"},"|",-1)),e.createElementVNode("div",bE,[U[4]||(U[4]=e.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),e.createVNode(zl,{"page-limit":V.value,onUpdateLimit:U[0]||(U[0]=h=>ge(h)),onRefetch:U[1]||(U[1]=h=>F()),iconStyle:!0},null,8,["page-limit"])])])],!0),e.unref(w)&&A.value.length!==0?e.renderSlot($.$slots,"tablepagination",{key:0},()=>[e.createVNode(Eu,{activePage:T.value,pageLimit:V.value,totalCount:e.unref(m),onChangePage:U[2]||(U[2]=h=>Ce(h))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])]))]),_:3})]))}}),xE=it(kE,[["__scopeId","data-v-90230f18"]]),CE={class:"relative"},$E=["disabled"],EE=["onMouseenter","onClick"],BE={class:"flex items-center justify-between w-full gap-2 text-sm font-medium text-gray-800 break-words hover:text-gray-900"},VE={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"},SE={class:"bg-white border border-gray-200 border-solid rounded-lg shadow-2xl ms-2 shadow-gray-300"},NE={class:"p-2 overflow-y-auto overscroll-auto max-h-[50svh] min-h-0 scrollbar--thin"},IE=["onClick"],DE=e.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(t){const r=e.ref(!1),n=e.ref(null),o=e.ref(null),i=()=>{r.value=!r.value},u=c=>{n.value=c},d=()=>{n.value=null};return R1(o,()=>{r.value=!1}),(c,p)=>(e.openBlock(),e.createElementBlock("div",CE,[e.createElementVNode("button",{type:"button",ref_key:"dropdownButton",ref:o,class:e.normalizeClass(["inline-flex items-center text-sm font-semibold gap-x-2 capitalize outline-none focus:outline-none",t.className]),disabled:t.disabled,onClick:p[0]||(p[0]=m=>i())},[e.renderSlot(c.$slots,"dropdownName",{open:r.value},()=>[e.createTextVNode(e.toDisplayString(t.title)+" ",1),e.createVNode(Vr,{class:e.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,$E),r.value&&t.menuItems.length?(e.openBlock(),e.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:p[2]||(p[2]=e.withModifiers(()=>{},["stop"]))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.menuItems,m=>(e.openBlock(),e.createElementBlock("div",{key:m.text,class:"relative flex items-center px-4 py-2 rounded-lg cursor-pointer hover:bg-gray-100",onMouseenter:v=>u(m.text),onMouseleave:d,onClick:e.withModifiers(v=>c.$emit("menuItem",m),["stop"])},[e.createElementVNode("div",BE,[e.renderSlot(c.$slots,"menu",{menuitem:m},()=>[e.createTextVNode(e.toDisplayString(m.text)+" ",1),m.subMenu?(e.openBlock(),e.createBlock(Vr,{key:0,class:e.normalizeClass([n.value===m.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"])):e.createCommentVNode("",!0)])]),m.subMenu&&n.value===m.text?(e.openBlock(),e.createElementBlock("div",VE,[e.createElementVNode("div",SE,[m.enableAction?(e.openBlock(),e.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:p[1]||(p[1]=e.withModifiers(v=>c.$emit("actionItem","action"),["prevent"]))},[e.renderSlot(c.$slots,"actionName",{},()=>[p[3]||(p[3]=e.createTextVNode(e.toDisplayString("+ Action Name")))])])):e.createCommentVNode("",!0),e.createElementVNode("div",NE,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.subMenu,v=>(e.openBlock(),e.createElementBlock("div",{key:v.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:e.withModifiers(g=>c.$emit("subMenuItem",v),["stop"])},[e.renderSlot(c.$slots,"submenu",{subItem:v},()=>[e.createTextVNode(e.toDisplayString(v.text),1)])],8,IE))),128))])])])):e.createCommentVNode("",!0)],40,EE))),128))])):e.createCommentVNode("",!0)]))}});var OE={},ME={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function PE(t,r){return e.openBlock(),e.createElementBlock("div",ME,r[0]||(r[0]=[e.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 If=it(OE,[["render",PE]]);var TE={},RE={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function AE(t,r){return e.openBlock(),e.createElementBlock("div",RE,r[0]||(r[0]=[e.createElementVNode("div",{class:"min-h-16 relative"},[e.createElementVNode("div",{class:"square-loader"})],-1)]))}const Df=it(TE,[["render",AE]]),LE={class:"grid grid-cols-3"},FE=e.defineComponent({__name:"EUILoader",setup(t){return(r,n)=>(e.openBlock(),e.createElementBlock("div",LE,[e.createVNode(Df),e.createVNode(So),e.createVNode(If)]))}}),HE=e.defineComponent({__name:"EUITooltip",props:{placement:{type:String,default:"left"}},setup(t){const r=e.ref(null),n=e.ref(null),o=e.ref(null),i=e.ref(!1),u=t,d=async()=>{i.value=!0,await e.nextTick(),p()},c=()=>{i.value=!1,r.value&&(r.value.destroy(),r.value=null)},p=()=>{n.value&&o.value&&(r.value=Al(n.value,o.value,{placement:u.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))};return(m,v)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"tooltipContainer",ref:n,class:"relative"},[e.createElementVNode("div",{onMouseover:d,onMouseleave:c},[e.renderSlot(m.$slots,"default",{},void 0,!0)],32),i.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltip",ref:o,class:"tooltip"},[v[1]||(v[1]=e.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),e.renderSlot(m.$slots,"tooltip",{},()=>[v[0]||(v[0]=e.createTextVNode("Tooltip content"))],!0)],512)):e.createCommentVNode("",!0)],512))}}),UE=it(HE,[["__scopeId","data-v-765af8f2"]]),zE={},YE={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function WE(t,r){return e.openBlock(),e.createElementBlock("svg",YE,r[0]||(r[0]=[e.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 KE=it(zE,[["render",WE]]),QE={},XE={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function GE(t,r){return e.openBlock(),e.createElementBlock("svg",XE,r[0]||(r[0]=[e.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 qE=it(QE,[["render",GE]]),jE={},_E={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function JE(t,r){return e.openBlock(),e.createElementBlock("svg",_E,r[0]||(r[0]=[e.createElementVNode("g",{"clip-path":"url(#clip0_4598:5539)"},[e.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),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"clip0_4598:5539"},[e.createElementVNode("rect",{width:"24",height:"24",fill:"white"})])],-1)]))}const ZE=it(jE,[["render",JE]]),eB={class:"relative max-w-96 z-[calc(infinity)]"},tB=["open"],nB={class:"inline-flex items-center gap-2 text-sm font-medium tracking-wide min-w-20"},rB=["onClick"],aB={class:"flex items-center gap-2"},oB={class:"font-bold text-white"},lB={class:"flex flex-col"},iB={class:"font-semibold"},sB={class:"text-sm text-gray-500"},uB=e.defineComponent({__name:"EUISearch",props:{menuDropdown:{type:Boolean,default:!1}},setup(t){const r=t,{menuDropdown:n}=e.toRefs(r),o=e.ref(!1),i=e.ref(null),u=e.ref(null),d=e.ref(!1),c=e.ref(),p=e.ref(!1),m=e.ref(!1),v=e.ref(null);function g(){o.value=!0}function w(){!c.value&&!V.value&&(o.value=!1),p.value=!1,m.value=!1}function b(){d.value=!d.value,m.value=!m.value}function C(){d.value=!1,m.value=!1,w()}function S(A){v.value&&!v.value.contains(A.target)&&(C(),c.value||(o.value=!1))}e.onMounted(()=>{var A;document.addEventListener("click",S),c.value&&((A=c.value)==null||A.focus()),i.value&&u.value&&Al(i.value,u.value,{placement:"bottom"})}),e.onBeforeUnmount(()=>{document.removeEventListener("click",S)});const M=e.computed(()=>Y.value.filter(A=>{var F,G;return(G=A.name)==null?void 0:G.toLowerCase().includes((F=c.value)==null?void 0:F.toLowerCase())}));function N(){c.value?p.value=!0:p.value=!1}const T=e.ref([{title:"Student",icon:KE},{title:"People",icon:ZE},{title:"Partner",icon:qE}]),V=e.ref(T.value[0]),O=A=>{V.value=A,b()},Y=e.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(A,F)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"componentWrapper",ref:v,class:"cursor-pointer group",onClick:g},[e.createElementVNode("div",eB,[e.createElementVNode("div",{class:e.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",o.value?"group-focus-within:w-96":"size-[2.875rem]"])},[e.createVNode(e.unref(bC),{class:"absolute text-current size-6 top-3 left-3"}),o.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,"onUpdate:modelValue":F[0]||(F[0]=G=>c.value=G),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:N,onBlur:C,onFocus:F[1]||(F[1]=G=>p.value=!0)},null,544)),[[e.vModelText,c.value]]):e.createCommentVNode("",!0),e.unref(n)&&o.value?(e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"dropdownButton",ref:i,open:m.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:b},[e.createElementVNode("div",nB,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(V.value.icon),{class:"text-current size-4"})),e.createTextVNode(" "+e.toDisplayString(V.value.title),1)]),e.createVNode(Vr,{class:e.normalizeClass(["text-current size-6 transform transition-all duration-300 delay-75",m.value?"-rotate-180 opacity-100":"opacity-50"])},null,8,["class"])],8,tB)):e.createCommentVNode("",!0)],2),d.value?(e.openBlock(),e.createElementBlock("ul",{key:0,ref_key:"dropdown",ref:u,class:"absolute text-sm font-medium right-0 z-50 w-40 bg-white border rounded-xl shadow-lg mt-0.5 overflow-hidden"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,G=>(e.openBlock(),e.createElementBlock("li",{class:"flex items-center gap-2 px-4 py-2 cursor-pointer hover:bg-gray-100",onClick:e.withModifiers(Q=>O(G),["stop"])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(G.icon),{class:"text-current size-4"})),e.createElementVNode("span",null,e.toDisplayString(G.title),1)],8,rB))),256))],512)):e.createCommentVNode("",!0),p.value&&M.value.length?(e.openBlock(),e.createElementBlock("ul",{key:1,ref_key:"dropdown",ref:u,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},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M.value,(G,Q)=>(e.openBlock(),e.createElementBlock("li",{key:Q,class:"flex flex-col gap-1 px-4 py-2 cursor-pointer hover:bg-gray-100"},[e.createElementVNode("div",aB,[e.createElementVNode("span",{class:"flex items-center justify-center w-8 h-8 rounded-full",style:e.normalizeStyle({backgroundColor:G.color})},[e.createElementVNode("span",oB,e.toDisplayString(G.initial),1)],4),e.createElementVNode("div",lB,[e.createElementVNode("span",iB,e.toDisplayString(G.name),1),e.createElementVNode("span",sB,e.toDisplayString(G.email),1)])])]))),128))],512)):e.createCommentVNode("",!0)])],512))}}),dB=it(uB,[["__scopeId","data-v-6bdd4db3"]]),cB={},fB={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function pB(t,r){return e.openBlock(),e.createElementBlock("svg",fB,r[0]||(r[0]=[e.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 Of=it(cB,[["render",pB]]),mB={class:"relative rounded-full size-10"},hB={class:"absolute top-0 right-0"},vB={class:"relative max-w-80 z-[calc(infinity)]"},gB=e.defineComponent({__name:"EUISearchExpand",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:r}){const n=t,{searchSync:o}=e.toRefs(n),i=r,u=e.ref(),d=e.ref(!0),c=e.ref(),p=e.ref(null);function m(){var b;d.value=!0,(b=u==null?void 0:u.value)==null||b.focus()}function v(){c.value||(d.value=!1)}function g(b){p.value&&!p.value.contains(b.target)&&v()}e.watch(o,b=>{b||v()},{immediate:!0,deep:!0}),e.onMounted(()=>{var b;document.addEventListener("click",g),c.value&&((b=c.value)==null||b.focus())}),e.onBeforeUnmount(()=>{document.removeEventListener("click",g)});function w(b){var S;const C=(S=b==null?void 0:b.target)==null?void 0:S.value;C!==void 0&&i("update:modelValue",C)}return(b,C)=>(e.openBlock(),e.createElementBlock("div",mB,[e.createElementVNode("div",hB,[e.createElementVNode("div",{ref_key:"componentWrapper",ref:p,class:"cursor-pointer group",onClick:m},[e.createElementVNode("div",vB,[e.createElementVNode("div",{class:e.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",d.value?"group-focus-within:w-80 text-gray-300 h-10":"size-10 text-gray-500"])},[e.createVNode(Of,{class:"absolute text-current size-6 top-2 left-2"}),d.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,"onUpdate:modelValue":C[0]||(C[0]=S=>c.value=S),ref_key:"input",ref:u,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:w,onBlur:v},null,544)),[[e.vModelText,c.value]]):e.createCommentVNode("",!0)],2)])],512)])]))}}),yB=it(gB,[["__scopeId","data-v-3af29ac1"]]),wB={class:"relative rounded-full size-12"},bB={class:"text-[0.625rem] absolute -top-4 left-0 space-x-4"},kB={class:"absolute top-0 right-0"},xB={class:"relative max-w-80 z-[calc(infinity)]"},CB=e.defineComponent({__name:"EUISearchToggle",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!0}},emits:["update:modelValue","update:searchSync"],setup(t,{emit:r}){const n=t,{searchSync:o}=e.toRefs(n),i=r,u=e.ref(),d=e.ref(!0),c=e.ref(null),p=e.ref(null);function m(g){var b;const w=(b=g==null?void 0:g.target)==null?void 0:b.value;w!==void 0&&i("update:modelValue",w)}function v(){var g;d.value=!0,(g=u==null?void 0:u.value)==null||g.focus(),i("update:searchSync",!0)}return e.watch(o,g=>{d.value=g,i("update:searchSync",g)},{immediate:!0,deep:!0}),(g,w)=>(e.openBlock(),e.createElementBlock("div",wB,[e.createElementVNode("span",bB,[e.createElementVNode("span",null,e.toDisplayString("searchSync:"+e.unref(o)),1),e.createElementVNode("span",null,e.toDisplayString("isExpanded:"+d.value),1)]),e.createElementVNode("div",kB,[e.createElementVNode("div",{ref_key:"componentWrapper",ref:p,class:"cursor-pointer group",onClick:v},[e.createElementVNode("div",xB,[e.createElementVNode("div",{class:e.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",d.value?"group-focus-within:w-80 text-gray-300":"size-[2.875rem] text-gray-500"])},[e.createVNode(Of,{class:"absolute text-current size-6 top-2.5 left-2.5 transition-colors duration-100"}),d.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,"onUpdate:modelValue":w[0]||(w[0]=b=>c.value=b),ref_key:"input",ref:u,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:m,onBlur:m},null,544)),[[e.vModelText,c.value]]):e.createCommentVNode("",!0)],2)])],512)])]))}}),$B=it(CB,[["__scopeId","data-v-69488444"]]);exports.EUIAccordion=$7;exports.EUIAvatar=J8;exports.EUIButton=zs;exports.EUICheckbox=T8;exports.EUICircleLoader=So;exports.EUICubeLoader=If;exports.EUIDashboardTable=E$;exports.EUIDatepicker=aC;exports.EUIErrorMessage=Sr;exports.EUIInput=cy;exports.EUILoader=FE;exports.EUIModal=L7;exports.EUIMultiDropdown=DE;exports.EUIPageLimit=zl;exports.EUIPagination=Nf;exports.EUIPillSelect=vC;exports.EUIPopover=A1;exports.EUIRadio=H8;exports.EUISearch=dB;exports.EUISearchExpand=yB;exports.EUISearchToggle=$B;exports.EUISelect=S8;exports.EUISelectSearch=D8;exports.EUISlideover=K7;exports.EUISquareLoader=Df;exports.EUIStepperHorizontal=O1;exports.EUIStepperTimeline=w7;exports.EUIStepperVertical=M1;exports.EUIStudentPagination=Eu;exports.EUITable=xE;exports.EUITableCheckbox=ko;exports.EUITabs=cC;exports.EUITag=FC;exports.EUITelephone=A5;exports.EUITextArea=z5;exports.EUITimeLine=AC;exports.EUIToggle=K8;exports.EUITooltip=UE;exports.UCheckbox=Us;exports.UTable=nE;