edvoyui-component-library-test-flight 0.0.134 → 0.0.135

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,18 +1,18 @@
1
- "use strict";var Wb=Object.defineProperty;var jb=(t,r,n)=>r in t?Wb(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n;var Ce=(t,r,n)=>jb(t,typeof r!="symbol"?r+"":r,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");function Yb(t){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const a=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(r,n,a.get?a:{enumerable:!0,get:()=>t[n]})}}return r.default=t,Object.freeze(r)}const Kb=Yb(e),Gb=["type","size","color","iconType","disabled","loading","icon"],Bu=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,a=()=>[n("click")],i=t,s=e.reactive({xs:"text-xs font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),c=e.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"},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"},_=h[i.color]||"",k=s[i.size]||"",$=g[i.size]||"",M=i.disabled===!0?"active:!translate-y-0 active:!scale-100 active:!shadow-none":"";return`${_} ${k} ${$} ${M}`}),d=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"}),f=e.computed(()=>d[i.size]||"");return(p,h)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({type:t.type,size:t.size,color:t.color,iconType:t.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-all duration-200 ease-in-out active:translate-y-0.5",t.rounded?"rounded-full":"rounded-lg",c.value],disabled:t.disabled,loading:t.loading,icon:t.icon,onClick:h[0]||(h[0]=g=>a())}),[t.iconType==="icon"||t.iconType==="startIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:0,class:e.normalizeClass([f.value])},null,8,["class"])):e.createCommentVNode("",!0),e.renderSlot(p.$slots,"default"),t.iconType==="endIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:1,class:e.normalizeClass([f.value])},null,8,["class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createElementBlock("svg",{key:2,class:e.normalizeClass(["animate-spin",[f.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},h[1]||(h[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,Gb))}}),Xb={class:"relative z-0 inline-flex flex-row items-center gap-2"},Qb=["type","size","iconType","data-name","disabled","loading","icon","onClick"],qb=e.defineComponent({inheritAttrs:!1,__name:"EUIButtonGroup",props:{items:{type:Array,default:()=>[]},defaultActive:{type:String,default:""},type:{type:String,default:"button"},size:{type:String,default:"md"},activeColor:{type:String,default:"white"},iconType:{type:String,default:""},icon:{type:[String,Object,Function],default:""},rounded:{type:Boolean,default:!1},loading:Boolean,disabled:Boolean},emits:["update:activeButton"],setup(t,{emit:r}){var y;const n=t,a=e.useAttrs(),i=e.computed(()=>{const{class:E,style:O,id:S,...L}=a;return L}),s=r,{items:c,defaultActive:d}=e.toRefs(n),f=e.ref(d.value||((y=c.value[0])==null?void 0:y.name)||""),p=E=>{const O=document.querySelector("#nav-indicator");O&&E&&(O.style.left=E.offsetLeft+"px",O.style.width=E.offsetWidth+"px")},h=E=>{f.value=E==null?void 0:E.name,s("update:activeButton",E),e.nextTick(()=>{const O=document.querySelector(`nav button[data-name="${f.value}"]`);O&&p(O)})};e.onMounted(()=>{e.nextTick(()=>{requestAnimationFrame(()=>{const E=document.querySelector(`nav button[data-name="${f.value}"]`);E&&p(E)})})});const g=e.reactive({xs:"text-xs font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),_={black:{enabled:"text-white bg-gray-900 hover:bg-gray-800 active:bg-black cursor-pointer active:shadow-black/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-gray-800"},white:{enabled:"bg-white hover:bg-gray-100 text-gray-500 hover:text-gray-900 cursor-pointer active:shadow-white/50 active:bg-transparent",disabled:"bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200"},danger:{enabled:"bg-red-500 hover:bg-red-600 active:bg-red-500 text-white cursor-pointer active:shadow-red-500/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-red-500"},success:{enabled:"bg-green-600 hover:bg-green-700 active:bg-green-600 text-white cursor-pointer active:shadow-green-500/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-green-600"},purple:{enabled:"bg-purple-700 hover:bg-purple-800 active:bg-purple-700 text-white cursor-pointer active:shadow-purple-500/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500"},secondary:{enabled:"bg-purple-100 hover:bg-purple-50 active:bg-purple-100 cursor-pointer text-gray-700 active:shadow-purple-200",disabled:"bg-opacity-75 cursor-not-allowed text-gray-400 bg-purple-50"},tertiary:{enabled:"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",disabled:"bg-opacity-75 cursor-not-allowed text-gray-400 bg-gray-50 ring-1 ring-gray-100"}},k={lg:n.iconType==="icon"?"p-3":"px-6 py-3",md:n.iconType==="icon"?"p-2":"px-4 py-2",sm:n.iconType==="icon"?"p-1.5":"px-4 py-1.5",xs:n.iconType==="icon"?"p-1":"px-3 py-1"},$=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"}),M=e.computed(()=>$[n.size]||""),x=E=>{const S=E===f.value?n.activeColor:"white",L=n.disabled?"disabled":"enabled",V=_[S]?_[S][L]:"",T=g[n.size]||"",N=k[n.size]||"";return`${V} ${T} ${N}`};return(E,O)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",e.mergeProps({class:["inline-flex items-center gap-2 px-2 py-2 overflow-hidden transition-all duration-200 ease-in bg-white shadow-xl w-max shadow-purple-50",[t.rounded?"rounded-full":"rounded-lg"]]},E.$attrs),[e.renderSlot(E.$slots,"before",{},void 0,!0),e.createElementVNode("nav",Xb,[e.createElementVNode("div",{id:"nav-indicator",class:e.normalizeClass([x(f.value),t.rounded?"rounded-full":"rounded-lg"])},null,2),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(S,L)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({key:`data-${L}`,ref_for:!0},i.value,{type:t.type,size:t.size,iconType:t.iconType,"data-name":S.name,class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center !bg-transparent",t.rounded?"rounded-full":"rounded-lg",x(S.name||""),{"bar-indicator":S.name!==f.value}],disabled:t.disabled,loading:t.loading,icon:t.icon,onClick:V=>h(S||""),style:{transition:"all 350ms cubic-bezier(0.15, 0.3, 0.25, 1)"}}),[t.iconType==="icon"||t.iconType==="startIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:0,class:e.normalizeClass([M.value])},null,8,["class"])):e.createCommentVNode("",!0),e.renderSlot(E.$slots,"default",{data:S,activeName:f.value},()=>[e.createTextVNode(e.toDisplayString(S==null?void 0:S.name),1)],!0),t.iconType==="endIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:1,class:e.normalizeClass([M.value])},null,8,["class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createElementBlock("svg",{key:2,class:e.normalizeClass(["animate-spin",[M.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O[0]||(O[0]=[e.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),e.createElementVNode("path",{fill:"currentColor",class:"opacity-75",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,Qb))),128))]),e.renderSlot(E.$slots,"after",{},void 0,!0)],16)]))}}),at=(t,r)=>{const n=t.__vccOpts||t;for(const[a,i]of r)n[a]=i;return n},Jb=at(qb,[["__scopeId","data-v-59dd709c"]]),Zb={key:0,class:"text-red-500 text-xs font-medium first-letter:uppercase"},e_={key:1,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Ir=e.defineComponent({__name:"EUIErrorMessage",props:{name:{type:String,required:!0},errors:{type:Object,required:!0}},setup(t){const r=t,{errors:n,name:a}=e.toRefs(r);return(i,s)=>{var c,d,f,p,h;return Array.isArray(e.unref(n))?(e.openBlock(),e.createElementBlock("div",Zb,e.toDisplayString((d=(c=e.unref(n))==null?void 0:c.at(0))!=null&&d.$message?(p=(f=e.unref(n))==null?void 0:f.at(0))==null?void 0:p.$message:e.unref(n).at(0)),1)):(e.openBlock(),e.createElementBlock("div",e_,e.toDisplayString(e.unref(a)?(h=e.unref(n))==null?void 0:h[e.unref(a)]:e.unref(n)),1))}}}),t_=["for"],n_=["for"],r_=["id","type","value","placeholder","name","required","disabled","readonly"],Es="id",a_=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,a=e.ref(!1),i=e.ref(),s=r,c=p=>{var g;const h=(g=p==null?void 0:p.target)==null?void 0:g.value;h!==void 0&&s("update:modelValue",h)},d=e.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 e.onMounted(()=>{var p;n!=null&&n.autoFocus&&((p=i==null?void 0:i.value)==null||p.focus())}),(p,h)=>(e.openBlock(),e.createElementBlock("div",null,[!t.inputFilled&&t.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:`${t.name}-${Es}`,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,t_)):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"])},[t.type==="search"?(e.openBlock(),e.createElementBlock("button",{key:0,class:e.normalizeClass(d.value?"absolute inset-y-0 right-3":"hidden"),onClick:h[0]||(h[0]=g=>s("update:modelValue",""))},h[3]||(h[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)):e.createCommentVNode("",!0),t.inputFilled?(e.openBlock(),e.createElementBlock("label",{key:1,for:`${t.name}-${Es}`,class:e.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",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,n_)):e.createCommentVNode("",!0),t.icon&&t.iconType?(e.openBlock(),e.createElementBlock("div",{key:2,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}-${Es}`,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",f(),!t.inputFilled&&t.className,"pr-8"]),required:t.required,disabled:t.disabled,readonly:t.readonly,autocomplete:"off",onInput:c,onFocus:h[1]||(h[1]=g=>a.value=!0),onBlur:h[2]||(h[2]=g=>a.value=!1)},null,42,r_)],2),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),o_=at(a_,[["__scopeId","data-v-5a0b204e"]]),i_=[["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"]]],l_=i_.map(([t,r,n,a=0,i=null])=>({name:t,iso2:r.toUpperCase(),dialCode:n,priority:a,areaCodes:i}));function s_(){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 u_(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 c_=[{name:"allCountries",type:Array,default:l_,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}],d_=[...c_].reduce((t,r)=>{if(r.name.includes(".")){const[n,a]=r.name.split(".");t[n]?Object.assign(t[n],{[a]:r.default}):Object.assign(t,{[n]:{[a]:r.default}})}else Object.assign(t,{[r.name]:r.default});return t},{}),Wf={options:{...d_}};function Ht(t){const r=Wf.options[t];return typeof r>"u"?Wf.options[t]:r}function so(t){return t==null?void 0:t.toLowerCase()}function uo(t){return t==null?void 0:t.toUpperCase()}const f_={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 p_(t,r){var n=Array.prototype.slice.call(r);return n.push(f_),t.apply(this,n)}function ru(t){"@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(t)}function h_(t,r,n){return Object.defineProperty(t,"prototype",{writable:!1}),t}function m_(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function v_(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&&Eo(t,r)}function g_(t){var r=I0();return function(){var n=Co(t),a;if(r){var i=Co(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return y_(this,a)}}function y_(t,r){if(r&&(ru(r)==="object"||typeof r=="function"))return r;if(r!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return O0(t)}function O0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function au(t){var r=typeof Map=="function"?new Map:void 0;return au=function(n){if(n===null||!b_(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 Li(n,arguments,Co(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Eo(a,n)},au(t)}function Li(t,r,n){return I0()?Li=Reflect.construct:Li=function(a,i,s){var c=[null];c.push.apply(c,i);var d=Function.bind.apply(a,c),f=new d;return s&&Eo(f,s.prototype),f},Li.apply(null,arguments)}function I0(){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 b_(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Eo(t,r){return Eo=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},Eo(t,r)}function Co(t){return Co=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Co(t)}var nr=function(t){v_(n,t);var r=g_(n);function n(a){var i;return m_(this,n),i=r.call(this,a),Object.setPrototypeOf(O0(i),n.prototype),i.name=i.constructor.name,i}return h_(n)}(au(Error)),Su=2,__=17,w_=3,In="0-90-9٠-٩۰-۹",k_="-‐-―−ー-",x_="//",E_="..",C_="  ­​⁠ ",$_="()()[]\\[\\]",B_="~⁓∼~",Yi="".concat(k_).concat(x_).concat(E_).concat(C_).concat($_).concat(B_),Vu="++";function jf(t,r){t=t.split("-"),r=r.split("-");for(var n=t[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 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 S_={}.constructor;function Fi(t){return t!=null&&t.constructor===S_}function ou(t){"@babel/helpers - typeof";return ou=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},ou(t)}function tl(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function V_(t,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(t,a.key,a)}}function nl(t,r,n){return r&&V_(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var O_="1.2.0",I_="1.7.35",Yf=" ext. ",N_=/^\d+$/,jt=function(){function t(r){tl(this,t),R_(r),this.metadata=r,N0.call(this,r)}return nl(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&&N_.test(r)&&(n=r,r=null),r&&r!=="001"){if(!this.hasCountry(r))throw new Error("Unknown country: ".concat(r));this.numberingPlan=new Kf(this.getCountryMetadata(r),this)}else if(n){if(!this.hasCallingCode(n))throw new Error("Unknown calling code: ".concat(n));this.numberingPlan=new Kf(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}}]),t}(),Kf=function(){function t(r,n){tl(this,t),this.globalMetadataObject=n,this.metadata=r,N0.call(this,n.metadata)}return nl(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(a){return new T_(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()&&Gf(this.types(),r))return new D_(Gf(this.types(),r),this)}},{key:"ext",value:function(){return this.v1||this.v2?Yf:this.metadata[13]||Yf}}]),t}(),T_=function(){function t(r,n){tl(this,t),this._format=r,this.metadata=n}return nl(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()&&!M_.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),t}(),M_=/^\(?\$1\)?$/,D_=function(){function t(r,n){tl(this,t),this.type=r,this.metadata=n}return nl(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 Gf(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 R_(t){if(!t)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Fi(t)||!Fi(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(Fi(t)?"an object of shape: { "+Object.keys(t).join(", ")+" }":"a "+A_(t)+": "+t,"."))}var A_=function(t){return ou(t)};function Ou(t,r){if(r=new jt(r),r.hasCountry(t))return r.country(t).countryCallingCode();throw new Error("Unknown country: ".concat(t))}function P_(t,r){return r.countries.hasOwnProperty(t)}function N0(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?jf(r,O_)===-1?this.v2=!0:jf(r,I_)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var L_=";ext=",xa=function(t){return"([".concat(In,"]{1,").concat(t,"})")};function T0(t){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="[- ]+",g="[  \\t]*",_="(?:,{2}|;)",k=L_+xa(r),$=s+f+c+xa(r)+d,M=s+p+c+xa(a)+d,x=h+xa(i)+"#",y=g+_+c+xa(n)+d,E=g+"(?:,)+"+c+xa(a)+d;return k+"|"+$+"|"+M+"|"+x+"|"+y+"|"+E}var F_="["+In+"]{"+Su+"}",z_="["+Vu+"]{0,1}(?:["+Yi+"]*["+In+"]){3,}["+Yi+In+"]*",H_=new RegExp("^["+Vu+"]{0,1}(?:["+Yi+"]*["+In+"]){1,2}$","i"),U_=z_+"(?:"+T0()+")?",W_=new RegExp("^"+F_+"$|^"+U_+"$","i");function j_(t){return t.length>=Su&&W_.test(t)}function Y_(t){return H_.test(t)}var Xf=new RegExp("(?:"+T0()+")$","i");function K_(t){var r=t.search(Xf);if(r<0)return{};for(var n=t.slice(0,r),a=t.match(Xf),i=1;i<a.length;){if(a[i])return{number:n,ext:a[i]};i++}}var G_={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 X_(t){return G_[t]}function Q_(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=q_(t))||r){n&&(t=n);var a=0;return function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
1
+ "use strict";var Wb=Object.defineProperty;var jb=(t,r,n)=>r in t?Wb(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n;var Ce=(t,r,n)=>jb(t,typeof r!="symbol"?r+"":r,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");function Yb(t){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const a=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(r,n,a.get?a:{enumerable:!0,get:()=>t[n]})}}return r.default=t,Object.freeze(r)}const Kb=Yb(e),Gb=["type","size","color","iconType","disabled","loading","icon"],Bu=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,a=()=>[n("click")],i=t,s=e.reactive({xs:"text-xs font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),c=e.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"},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"},_=h[i.color]||"",k=s[i.size]||"",C=g[i.size]||"",M=i.disabled===!0?"active:!translate-y-0 active:!scale-100 active:!shadow-none":"";return`${_} ${k} ${C} ${M}`}),d=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"}),f=e.computed(()=>d[i.size]||"");return(p,h)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({type:t.type,size:t.size,color:t.color,iconType:t.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-all duration-200 ease-in-out active:translate-y-0.5",t.rounded?"rounded-full":"rounded-lg",c.value],disabled:t.disabled,loading:t.loading,icon:t.icon,onClick:h[0]||(h[0]=g=>a())}),[t.iconType==="icon"||t.iconType==="startIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:0,class:e.normalizeClass([f.value])},null,8,["class"])):e.createCommentVNode("",!0),e.renderSlot(p.$slots,"default"),t.iconType==="endIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:1,class:e.normalizeClass([f.value])},null,8,["class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createElementBlock("svg",{key:2,class:e.normalizeClass(["animate-spin",[f.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},h[1]||(h[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,Gb))}}),Xb={class:"relative z-0 inline-flex flex-row items-center gap-2"},Qb=["type","size","iconType","data-name","disabled","loading","icon","onClick"],qb=e.defineComponent({inheritAttrs:!1,__name:"EUIButtonGroup",props:{items:{type:Array,default:()=>[]},defaultActive:{type:String,default:""},type:{type:String,default:"button"},size:{type:String,default:"md"},activeColor:{type:String,default:"white"},iconType:{type:String,default:""},icon:{type:[String,Object,Function],default:""},rounded:{type:Boolean,default:!1},loading:Boolean,disabled:Boolean},emits:["update:activeButton"],setup(t,{emit:r}){var y;const n=t,a=e.useAttrs(),i=e.computed(()=>{const{class:E,style:O,id:S,...L}=a;return L}),s=r,{items:c,defaultActive:d}=e.toRefs(n),f=e.ref(d.value||((y=c.value[0])==null?void 0:y.name)||""),p=E=>{const O=document.querySelector("#nav-indicator");O&&E&&(O.style.left=E.offsetLeft+"px",O.style.width=E.offsetWidth+"px")},h=E=>{f.value=E==null?void 0:E.name,s("update:activeButton",E),e.nextTick(()=>{const O=document.querySelector(`nav button[data-name="${f.value}"]`);O&&p(O)})};e.onMounted(()=>{e.nextTick(()=>{requestAnimationFrame(()=>{const E=document.querySelector(`nav button[data-name="${f.value}"]`);E&&p(E)})})});const g=e.reactive({xs:"text-xs font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),_={black:{enabled:"text-white bg-gray-900 hover:bg-gray-800 active:bg-black cursor-pointer active:shadow-black/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-gray-800"},white:{enabled:"bg-white hover:bg-gray-100 text-gray-500 hover:text-gray-900 cursor-pointer active:shadow-white/50 active:bg-transparent",disabled:"bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200"},danger:{enabled:"bg-red-500 hover:bg-red-600 active:bg-red-500 text-white cursor-pointer active:shadow-red-500/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-red-500"},success:{enabled:"bg-green-600 hover:bg-green-700 active:bg-green-600 text-white cursor-pointer active:shadow-green-500/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-green-600"},purple:{enabled:"bg-purple-700 hover:bg-purple-800 active:bg-purple-700 text-white cursor-pointer active:shadow-purple-500/50",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500"},secondary:{enabled:"bg-purple-100 hover:bg-purple-50 active:bg-purple-100 cursor-pointer text-gray-700 active:shadow-purple-200",disabled:"bg-opacity-75 cursor-not-allowed text-gray-400 bg-purple-50"},tertiary:{enabled:"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",disabled:"bg-opacity-75 cursor-not-allowed text-gray-400 bg-gray-50 ring-1 ring-gray-100"}},k={lg:n.iconType==="icon"?"p-3":"px-6 py-3",md:n.iconType==="icon"?"p-2":"px-4 py-2",sm:n.iconType==="icon"?"p-1.5":"px-4 py-1.5",xs:n.iconType==="icon"?"p-1":"px-3 py-1"},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"}),M=e.computed(()=>C[n.size]||""),x=E=>{const S=E===f.value?n.activeColor:"white",L=n.disabled?"disabled":"enabled",V=_[S]?_[S][L]:"",T=g[n.size]||"",N=k[n.size]||"";return`${V} ${T} ${N}`};return(E,O)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",e.mergeProps({class:["inline-flex items-center gap-2 px-2 py-2 overflow-hidden transition-all duration-200 ease-in bg-white shadow-xl w-max shadow-purple-50",[t.rounded?"rounded-full":"rounded-lg"]]},E.$attrs),[e.renderSlot(E.$slots,"before",{},void 0,!0),e.createElementVNode("nav",Xb,[e.createElementVNode("div",{id:"nav-indicator",class:e.normalizeClass([x(f.value),t.rounded?"rounded-full":"rounded-lg"])},null,2),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(S,L)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({key:`data-${L}`,ref_for:!0},i.value,{type:t.type,size:t.size,iconType:t.iconType,"data-name":S.name,class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center !bg-transparent",t.rounded?"rounded-full":"rounded-lg",x(S.name||""),{"bar-indicator":S.name!==f.value}],disabled:t.disabled,loading:t.loading,icon:t.icon,onClick:V=>h(S||""),style:{transition:"all 350ms cubic-bezier(0.15, 0.3, 0.25, 1)"}}),[t.iconType==="icon"||t.iconType==="startIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:0,class:e.normalizeClass([M.value])},null,8,["class"])):e.createCommentVNode("",!0),e.renderSlot(E.$slots,"default",{data:S,activeName:f.value},()=>[e.createTextVNode(e.toDisplayString(S==null?void 0:S.name),1)],!0),t.iconType==="endIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:1,class:e.normalizeClass([M.value])},null,8,["class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createElementBlock("svg",{key:2,class:e.normalizeClass(["animate-spin",[M.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O[0]||(O[0]=[e.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),e.createElementVNode("path",{fill:"currentColor",class:"opacity-75",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,Qb))),128))]),e.renderSlot(E.$slots,"after",{},void 0,!0)],16)]))}}),at=(t,r)=>{const n=t.__vccOpts||t;for(const[a,i]of r)n[a]=i;return n},Jb=at(qb,[["__scopeId","data-v-59dd709c"]]),Zb={key:0,class:"text-red-500 text-xs font-medium first-letter:uppercase"},e_={key:1,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Ir=e.defineComponent({__name:"EUIErrorMessage",props:{name:{type:String,required:!0},errors:{type:Object,required:!0}},setup(t){const r=t,{errors:n,name:a}=e.toRefs(r);return(i,s)=>{var c,d,f,p,h;return Array.isArray(e.unref(n))?(e.openBlock(),e.createElementBlock("div",Zb,e.toDisplayString((d=(c=e.unref(n))==null?void 0:c.at(0))!=null&&d.$message?(p=(f=e.unref(n))==null?void 0:f.at(0))==null?void 0:p.$message:e.unref(n).at(0)),1)):(e.openBlock(),e.createElementBlock("div",e_,e.toDisplayString(e.unref(a)?(h=e.unref(n))==null?void 0:h[e.unref(a)]:e.unref(n)),1))}}}),t_=["for"],n_=["for"],r_=["id","type","value","placeholder","name","required","disabled","readonly"],Es="id",a_=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,a=e.ref(!1),i=e.ref(),s=r,c=p=>{var g;const h=(g=p==null?void 0:p.target)==null?void 0:g.value;h!==void 0&&s("update:modelValue",h)},d=e.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 e.onMounted(()=>{var p;n!=null&&n.autoFocus&&((p=i==null?void 0:i.value)==null||p.focus())}),(p,h)=>(e.openBlock(),e.createElementBlock("div",null,[!t.inputFilled&&t.label?(e.openBlock(),e.createElementBlock("label",{key:0,for:`${t.name}-${Es}`,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,t_)):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"])},[t.type==="search"?(e.openBlock(),e.createElementBlock("button",{key:0,class:e.normalizeClass(d.value?"absolute inset-y-0 right-3":"hidden"),onClick:h[0]||(h[0]=g=>s("update:modelValue",""))},h[3]||(h[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)):e.createCommentVNode("",!0),t.inputFilled?(e.openBlock(),e.createElementBlock("label",{key:1,for:`${t.name}-${Es}`,class:e.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",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,n_)):e.createCommentVNode("",!0),t.icon&&t.iconType?(e.openBlock(),e.createElementBlock("div",{key:2,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}-${Es}`,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",f(),!t.inputFilled&&t.className,"pr-8"]),required:t.required,disabled:t.disabled,readonly:t.readonly,autocomplete:"off",onInput:c,onFocus:h[1]||(h[1]=g=>a.value=!0),onBlur:h[2]||(h[2]=g=>a.value=!1)},null,42,r_)],2),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),o_=at(a_,[["__scopeId","data-v-5a0b204e"]]),i_=[["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"]]],l_=i_.map(([t,r,n,a=0,i=null])=>({name:t,iso2:r.toUpperCase(),dialCode:n,priority:a,areaCodes:i}));function s_(){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 u_(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 c_=[{name:"allCountries",type:Array,default:l_,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}],d_=[...c_].reduce((t,r)=>{if(r.name.includes(".")){const[n,a]=r.name.split(".");t[n]?Object.assign(t[n],{[a]:r.default}):Object.assign(t,{[n]:{[a]:r.default}})}else Object.assign(t,{[r.name]:r.default});return t},{}),Wf={options:{...d_}};function Ht(t){const r=Wf.options[t];return typeof r>"u"?Wf.options[t]:r}function so(t){return t==null?void 0:t.toLowerCase()}function uo(t){return t==null?void 0:t.toUpperCase()}const f_={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 p_(t,r){var n=Array.prototype.slice.call(r);return n.push(f_),t.apply(this,n)}function ru(t){"@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(t)}function h_(t,r,n){return Object.defineProperty(t,"prototype",{writable:!1}),t}function m_(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function v_(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&&Eo(t,r)}function g_(t){var r=I0();return function(){var n=Co(t),a;if(r){var i=Co(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return y_(this,a)}}function y_(t,r){if(r&&(ru(r)==="object"||typeof r=="function"))return r;if(r!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return O0(t)}function O0(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function au(t){var r=typeof Map=="function"?new Map:void 0;return au=function(n){if(n===null||!b_(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 Li(n,arguments,Co(this).constructor)}return a.prototype=Object.create(n.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Eo(a,n)},au(t)}function Li(t,r,n){return I0()?Li=Reflect.construct:Li=function(a,i,s){var c=[null];c.push.apply(c,i);var d=Function.bind.apply(a,c),f=new d;return s&&Eo(f,s.prototype),f},Li.apply(null,arguments)}function I0(){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 b_(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function Eo(t,r){return Eo=Object.setPrototypeOf||function(n,a){return n.__proto__=a,n},Eo(t,r)}function Co(t){return Co=Object.setPrototypeOf?Object.getPrototypeOf:function(r){return r.__proto__||Object.getPrototypeOf(r)},Co(t)}var nr=function(t){v_(n,t);var r=g_(n);function n(a){var i;return m_(this,n),i=r.call(this,a),Object.setPrototypeOf(O0(i),n.prototype),i.name=i.constructor.name,i}return h_(n)}(au(Error)),Su=2,__=17,w_=3,In="0-90-9٠-٩۰-۹",k_="-‐-―−ー-",x_="//",E_="..",C_="  ­​⁠ ",$_="()()[]\\[\\]",B_="~⁓∼~",Yi="".concat(k_).concat(x_).concat(E_).concat(C_).concat($_).concat(B_),Vu="++";function jf(t,r){t=t.split("-"),r=r.split("-");for(var n=t[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 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 S_={}.constructor;function Fi(t){return t!=null&&t.constructor===S_}function ou(t){"@babel/helpers - typeof";return ou=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},ou(t)}function tl(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function V_(t,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(t,a.key,a)}}function nl(t,r,n){return r&&V_(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var O_="1.2.0",I_="1.7.35",Yf=" ext. ",N_=/^\d+$/,jt=function(){function t(r){tl(this,t),R_(r),this.metadata=r,N0.call(this,r)}return nl(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&&N_.test(r)&&(n=r,r=null),r&&r!=="001"){if(!this.hasCountry(r))throw new Error("Unknown country: ".concat(r));this.numberingPlan=new Kf(this.getCountryMetadata(r),this)}else if(n){if(!this.hasCallingCode(n))throw new Error("Unknown calling code: ".concat(n));this.numberingPlan=new Kf(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}}]),t}(),Kf=function(){function t(r,n){tl(this,t),this.globalMetadataObject=n,this.metadata=r,N0.call(this,n.metadata)}return nl(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(a){return new T_(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()&&Gf(this.types(),r))return new D_(Gf(this.types(),r),this)}},{key:"ext",value:function(){return this.v1||this.v2?Yf:this.metadata[13]||Yf}}]),t}(),T_=function(){function t(r,n){tl(this,t),this._format=r,this.metadata=n}return nl(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()&&!M_.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),t}(),M_=/^\(?\$1\)?$/,D_=function(){function t(r,n){tl(this,t),this.type=r,this.metadata=n}return nl(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 Gf(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 R_(t){if(!t)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Fi(t)||!Fi(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(Fi(t)?"an object of shape: { "+Object.keys(t).join(", ")+" }":"a "+A_(t)+": "+t,"."))}var A_=function(t){return ou(t)};function Ou(t,r){if(r=new jt(r),r.hasCountry(t))return r.country(t).countryCallingCode();throw new Error("Unknown country: ".concat(t))}function P_(t,r){return r.countries.hasOwnProperty(t)}function N0(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?jf(r,O_)===-1?this.v2=!0:jf(r,I_)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var L_=";ext=",xa=function(t){return"([".concat(In,"]{1,").concat(t,"})")};function T0(t){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="[- ]+",g="[  \\t]*",_="(?:,{2}|;)",k=L_+xa(r),C=s+f+c+xa(r)+d,M=s+p+c+xa(a)+d,x=h+xa(i)+"#",y=g+_+c+xa(n)+d,E=g+"(?:,)+"+c+xa(a)+d;return k+"|"+C+"|"+M+"|"+x+"|"+y+"|"+E}var F_="["+In+"]{"+Su+"}",z_="["+Vu+"]{0,1}(?:["+Yi+"]*["+In+"]){3,}["+Yi+In+"]*",H_=new RegExp("^["+Vu+"]{0,1}(?:["+Yi+"]*["+In+"]){1,2}$","i"),U_=z_+"(?:"+T0()+")?",W_=new RegExp("^"+F_+"$|^"+U_+"$","i");function j_(t){return t.length>=Su&&W_.test(t)}function Y_(t){return H_.test(t)}var Xf=new RegExp("(?:"+T0()+")$","i");function K_(t){var r=t.search(Xf);if(r<0)return{};for(var n=t.slice(0,r),a=t.match(Xf),i=1;i<a.length;){if(a[i])return{number:n,ext:a[i]};i++}}var G_={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 X_(t){return G_[t]}function Q_(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=q_(t))||r){n&&(t=n);var a=0;return function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
2
2
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function q_(t,r){if(t){if(typeof t=="string")return Qf(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 Qf(t,r)}}function Qf(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=t[n];return a}function qf(t){for(var r="",n=Q_(t.split("")),a;!(a=n()).done;){var i=a.value;r+=J_(i,r)||""}return r}function J_(t,r){return t==="+"?r?void 0:"+":X_(t)}function Iu(t,r){return Z_(t,void 0,r)}function Z_(t,r,n){var a=n.type(r),i=a&&a.possibleLengths()||n.possibleLengths();if(!i)return"IS_POSSIBLE";var s=t.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 e4(t,r,n){if(r===void 0&&(r={}),n=new jt(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 M0(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 M0(t,r){switch(Iu(t,r)){case"IS_POSSIBLE":return!0;default:return!1}}function ir(t,r){return t=t||"",new RegExp("^(?:"+r+")$").test(t)}function t4(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=n4(t))||r){n&&(t=n);var a=0;return function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
3
3
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function n4(t,r){if(t){if(typeof t=="string")return Jf(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 Jf(t,r)}}function Jf(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=t[n];return a}var r4=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Nu(t,r,n){if(r=r||{},!(!t.country&&!t.countryCallingCode)){n=new jt(n),n.selectNumberingPlan(t.country,t.countryCallingCode);var a=r.v2?t.nationalNumber:t.phone;if(ir(a,n.nationalNumberPattern())){if(Cs(a,"FIXED_LINE",n))return n.type("MOBILE")&&n.type("MOBILE").pattern()===""||!n.type("MOBILE")||Cs(a,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var i=t4(r4),s;!(s=i()).done;){var c=s.value;if(Cs(a,c,n))return c}}}}function Cs(t,r,n){return r=n.type(r),!r||!r.pattern()||r.possibleLengths()&&r.possibleLengths().indexOf(t.length)<0?!1:ir(t,r.pattern())}function a4(t,r,n){if(r=r||{},n=new jt(n),n.selectNumberingPlan(t.country,t.countryCallingCode),n.hasTypes())return Nu(t,r,n.metadata)!==void 0;var a=r.v2?t.nationalNumber:t.phone;return ir(a,n.nationalNumberPattern())}function o4(t,r,n){var a=new jt(n),i=a.getCountryCodesForCallingCode(t);return i?i.filter(function(s){return i4(r,s,n)}):[]}function i4(t,r,n){var a=new jt(n);return a.selectNumberingPlan(r),a.numberingPlan.possibleLengths().indexOf(t.length)>=0}function l4(t){return t.replace(new RegExp("[".concat(Yi,"]+"),"g")," ").trim()}var s4=/(\$\d)/;function u4(t,r,n){var a=n.useInternationalFormat,i=n.withNationalPrefix,s=t.replace(new RegExp(r.pattern()),a?r.internationalFormat():i&&r.nationalPrefixFormattingRule()?r.format().replace(s4,r.nationalPrefixFormattingRule()):r.format());return a?l4(s):s}var c4=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function d4(t,r,n){var a=new jt(n);if(a.selectNumberingPlan(t,r),a.defaultIDDPrefix())return a.defaultIDDPrefix();if(c4.test(a.IDDPrefix()))return a.IDDPrefix()}function f4(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 p4(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 a=0;return function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
4
4
  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 Zf(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 Zf(t,r)}}function Zf(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=t[n];return a}function ep(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function tp(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?ep(Object(n),!0).forEach(function(a){m4(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ep(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function m4(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}var np={formatExtension:function(t,r,n){return"".concat(t).concat(n.ext()).concat(r)}};function v4(t,r,n,a){if(n?n=tp(tp({},np),n):n=np,a=new jt(a),t.country&&t.country!=="001"){if(!a.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));a.country(t.country)}else if(t.countryCallingCode)a.selectNumberingPlan(t.countryCallingCode);else return t.phone||"";var i=a.countryCallingCode(),s=n.v2?t.nationalNumber:t.phone,c;switch(r){case"NATIONAL":return s?(c=Ki(s,t.carrierCode,"NATIONAL",a,n),$s(c,t.ext,a,n.formatExtension)):"";case"INTERNATIONAL":return s?(c=Ki(s,null,"INTERNATIONAL",a,n),c="+".concat(i," ").concat(c),$s(c,t.ext,a,n.formatExtension)):"+".concat(i);case"E.164":return"+".concat(i).concat(s);case"RFC3966":return f4({number:"+".concat(i).concat(s),ext:t.ext});case"IDD":if(!n.fromCountry)return;var d=y4(s,t.carrierCode,i,n.fromCountry,a);return $s(d,t.ext,a,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(r,'"'))}}function Ki(t,r,n,a,i){var s=g4(a.formats(),t);return s?u4(t,s,{useInternationalFormat:n==="INTERNATIONAL",withNationalPrefix:!(s.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&i&&i.nationalPrefix===!1)}):t}function g4(t,r){for(var n=p4(t),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(ir(r,i.pattern()))return i}}function $s(t,r,n,a){return r?a(t,r,n):t}function y4(t,r,n,a,i){var s=Ou(a,i.metadata);if(s===n){var c=Ki(t,r,"NATIONAL",i);return n==="1"?n+" "+c:c}var d=d4(a,void 0,i.metadata);if(d)return"".concat(d," ").concat(n," ").concat(Ki(t,null,"INTERNATIONAL",i))}function rp(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function ap(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?rp(Object(n),!0).forEach(function(a){b4(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):rp(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function b4(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function _4(t,r){if(!(t instanceof r))throw new TypeError("Cannot call a class as a function")}function w4(t,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(t,a.key,a)}}function k4(t,r,n){return r&&w4(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var x4=function(){function t(r,n,a){if(_4(this,t),!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=C4(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 k4(t,[{key:"setExt",value:function(r){this.ext=r}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:o4(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return e4(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return a4(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 Nu(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(r,n){return v4(this,r,n?ap(ap({},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}(),E4=function(t){return/^[A-Z]{2}$/.test(t)};function C4(t,r){var n,a,i=new jt(r);return E4(t)?(n=t,i.selectNumberingPlan(n),a=i.countryCallingCode()):a=t,{country:n,countryCallingCode:a}}var $4=new RegExp("(["+In+"])");function B4(t,r,n,a){if(r){var i=new jt(a);i.selectNumberingPlan(r,n);var s=new RegExp(i.IDDPrefix());if(t.search(s)===0){t=t.slice(t.match(s)[0].length);var c=t.match($4);if(!(c&&c[1]!=null&&c[1].length>0&&c[1]==="0"))return t}}}function S4(t,r){if(t&&r.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+r.numberingPlan.nationalPrefixForParsing()+")"),a=n.exec(t);if(a){var i,s,c=a.length-1,d=c>0&&a[c];if(r.nationalPrefixTransformRule()&&d)i=t.replace(n,r.nationalPrefixTransformRule()),c>1&&(s=a[1]);else{var f=a[0];i=t.slice(f.length),d&&(s=a[1])}var p;if(d){var h=t.indexOf(a[1]),g=t.slice(0,h);g===r.numberingPlan.nationalPrefix()&&(p=r.numberingPlan.nationalPrefix())}else p=a[0];return{nationalNumber:i,nationalPrefix:p,carrierCode:s}}}return{nationalNumber:t}}function iu(t,r){var n=S4(t,r),a=n.carrierCode,i=n.nationalNumber;if(i!==t){if(!V4(t,i,r))return{nationalNumber:t};if(r.possibleLengths()&&!O4(i,r))return{nationalNumber:t}}return{nationalNumber:i,carrierCode:a}}function V4(t,r,n){return!(ir(t,n.nationalNumberPattern())&&!ir(r,n.nationalNumberPattern()))}function O4(t,r){switch(Iu(t,r)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function I4(t,r,n,a){var i=r?Ou(r,a):n;if(t.indexOf(i)===0){a=new jt(a),a.selectNumberingPlan(r,n);var s=t.slice(i.length),c=iu(s,a),d=c.nationalNumber,f=iu(t,a),p=f.nationalNumber;if(!ir(p,a.nationalNumberPattern())&&ir(d,a.nationalNumberPattern())||Iu(p,a)==="TOO_LONG")return{countryCallingCode:i,number:s}}return{number:t}}function N4(t,r,n,a){if(!t)return{};var i;if(t[0]!=="+"){var s=B4(t,r,n,a);if(s&&s!==t)i=!0,t="+"+s;else{if(r||n){var c=I4(t,r,n,a),d=c.countryCallingCode,f=c.number;if(d)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:d,number:f}}return{number:t}}}if(t[1]==="0")return{};a=new jt(a);for(var p=2;p-1<=w_&&p<=t.length;){var h=t.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:t.slice(p)};p++}return{}}function T4(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=M4(t))||r){n&&(t=n);var a=0;return function(){return a>=t.length?{done:!0}:{done:!1,value:t[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 M4(t,r){if(t){if(typeof t=="string")return op(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 op(t,r)}}function op(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=t[n];return a}function D4(t,r){var n=r.countries,a=r.defaultCountry,i=r.metadata;i=new jt(i);for(var s=[],c=T4(n),d;!(d=c()).done;){var f=d.value;if(i.country(f),i.leadingDigits()){if(t&&t.search(i.leadingDigits())===0)return f}else if(Nu({phone:t,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 R4(t,r){var n=r.nationalNumber,a=r.defaultCountry,i=r.metadata,s=i.getCountryCodesForCallingCode(t);if(s)return s.length===1?s[0]:D4(n,{countries:s,defaultCountry:a,metadata:i.metadata})}var D0="+",A4="[\\-\\.\\(\\)]?",ip="(["+In+"]|"+A4+")",P4="^\\"+D0+ip+"*["+In+"]"+ip+"*$",L4=new RegExp(P4,"g"),lu=In,F4="["+lu+"]+((\\-)*["+lu+"])*",z4="a-zA-Z",H4="["+z4+"]+((\\-)*["+lu+"])*",U4="^("+F4+"\\.)*"+H4+"\\.?$",W4=new RegExp(U4,"g"),lp="tel:",su=";phone-context=",j4=";isub=";function Y4(t){var r=t.indexOf(su);if(r<0)return null;var n=r+su.length;if(n>=t.length)return"";var a=t.indexOf(";",n);return a>=0?t.substring(n,a):t.substring(n)}function K4(t){return t===null?!0:t.length===0?!1:L4.test(t)||W4.test(t)}function G4(t,r){var n=r.extractFormattedPhoneNumber,a=Y4(t);if(!K4(a))throw new nr("NOT_A_NUMBER");var i;if(a===null)i=n(t)||"";else{i="",a.charAt(0)===D0&&(i+=a);var s=t.indexOf(lp),c;s>=0?c=s+lp.length:c=0;var d=t.indexOf(su);i+=t.substring(c,d)}var f=i.indexOf(j4);if(f>0&&(i=i.substring(0,f)),i!=="")return i}var X4=250,Q4=new RegExp("["+Vu+In+"]"),q4=new RegExp("[^"+In+"#]+$");function J4(t,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=e5(t,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=n5(i,r.defaultCountry,r.defaultCallingCode,n),f=d.country,p=d.nationalNumber,h=d.countryCallingCode,g=d.countryCallingCodeSource,_=d.carrierCode;if(!n.hasSelectedNumberingPlan()){if(r.v2)throw new nr("INVALID_COUNTRY");return{}}if(!p||p.length<Su){if(r.v2)throw new nr("TOO_SHORT");return{}}if(p.length>__){if(r.v2)throw new nr("TOO_LONG");return{}}if(r.v2){var k=new x4(h,p,n.metadata);return f&&(k.country=f),_&&(k.carrierCode=_),s&&(k.ext=s),k.__countryCallingCodeSource=g,k}var $=(r.extended?n.hasSelectedNumberingPlan():f)?ir(p,n.nationalNumberPattern()):!1;return r.extended?{country:f,countryCallingCode:h,carrierCode:_,valid:$,possible:$?!0:!!(r.extended===!0&&n.possibleLengths()&&M0(p,n)),phone:p,ext:s}:$?t5(f,p,s):{}}function Z4(t,r,n){if(t){if(t.length>X4){if(n)throw new nr("TOO_LONG");return}if(r===!1)return t;var a=t.search(Q4);if(!(a<0))return t.slice(a).replace(q4,"")}}function e5(t,r,n){var a=G4(t,{extractFormattedPhoneNumber:function(s){return Z4(s,n,r)}});if(!a)return{};if(!j_(a))return Y_(a)?{error:"TOO_SHORT"}:{};var i=K_(a);return i.ext?i:{number:a}}function t5(t,r,n){var a={country:t,phone:r};return n&&(a.ext=n),a}function n5(t,r,n,a){var i=N4(qf(t),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||Ou(r,a.metadata);else return{};if(!d)return{countryCallingCodeSource:s,countryCallingCode:c};var p=iu(qf(d),a),h=p.nationalNumber,g=p.carrierCode,_=R4(c,{nationalNumber:h,defaultCountry:r,metadata:a});return _&&(f=_,_==="001"||a.country(f)),{country:f,countryCallingCode:c,countryCallingCodeSource:s,nationalNumber:h,carrierCode:g}}function sp(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function up(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?sp(Object(n),!0).forEach(function(a){r5(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):sp(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function r5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function a5(t,r,n){return J4(t,up(up({},r),{},{v2:!0}),n)}function cp(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function o5(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?cp(Object(n),!0).forEach(function(a){i5(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):cp(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function i5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function l5(t,r){return d5(t)||c5(t,r)||u5(t,r)||s5()}function s5(){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 u5(t,r){if(t){if(typeof t=="string")return dp(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 dp(t,r)}}function dp(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=t[n];return a}function c5(t,r){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var a=[],i=!0,s=!1,c,d;try{for(n=n.call(t);!(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 d5(t){if(Array.isArray(t))return t}function f5(t){var r=Array.prototype.slice.call(t),n=l5(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=o5({defaultCountry:i},f));else if(Fi(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 fp(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function pp(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?fp(Object(n),!0).forEach(function(a){p5(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):fp(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function p5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function h5(t,r,n){r&&r.defaultCountry&&!P_(r.defaultCountry,n)&&(r=pp(pp({},r),{},{defaultCountry:void 0}));try{return a5(t,r,n)}catch(a){if(!(a instanceof nr))throw a}}function m5(){var t=f5(arguments),r=t.text,n=t.options,a=t.metadata;return h5(r,n,a)}function Bs(){return p_(m5,arguments)}const v5={beforeMount(t,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)}t.clickOutsideEvent=function(a){const i=a.composedPath?a.composedPath():a.path;t===a.target||t.contains(a.target)||i.includes(t)||r.value(a,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}},g5=["aria-expanded","tabindex"],y5={class:"vti__selection"},b5={key:1,class:"vti__country-code"},_5={class:"vti__dropdown-arrow"},w5={key:0,class:"vti__search_box_container"},k5=["placeholder"],x5=["onClick","onMousemove","aria-selected"],E5={key:1},C5=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],$5=e.defineComponent({name:"VueTelInput",directives:{clickOutside:v5},__name:"vue-tel-input",props:e.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:e.mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(t,{expose:r,emit:n}){const a=e.shallowRef(),i=e.shallowRef(),s=e.shallowRef(),c=n,d=t,f=e.useModel(t,"modelValue");e.watch(f,(U,F)=>{T()?p.phone=U??"":e.nextTick(()=>{p.phone=F??"",P()})});const p=e.reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:d.inputOptions.placeholder,searchQuery:""});e.watch(()=>p.open,U=>{U?(Z(),c("open")):c("close")});const h=e.computed(()=>d.onlyCountries.length?d.allCountries.filter(({iso2:U})=>d.onlyCountries.some(F=>uo(F)===U)):d.ignoredCountries.length?d.allCountries.filter(({iso2:U})=>!d.ignoredCountries.includes(uo(U))&&!d.ignoredCountries.includes(so(U))):d.allCountries),g=e.computed(()=>E(p.activeCountryCode));e.watch(g,(U,F)=>{if(!U&&F!=null&&F.iso2){p.activeCountryCode=F.iso2;return}U!=null&&U.iso2&&c("country-changed",U)});const _=e.computed(()=>{var U;const F=so(d.mode);return F==="auto"?(U=p.phone)!=null&&U.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(F)?F:(console.error('Invalid value of prop "mode"'),"international")}),k=e.computed(()=>{const U=[...y(d.preferredCountries).map(Q=>({...Q,preferred:!0})),...h.value];if(!d.dropdownOptions.showSearchBox)return U;const F=p.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return U.filter(Q=>new RegExp(F,"i").test(Q.name)||new RegExp(F,"i").test(Q.iso2)||new RegExp(F,"i").test(Q.dialCode))}),$=e.computed(()=>{var U;const F=p.phone.startsWith("+")?Bs(p.phone):Bs(p.phone,p.activeCountryCode),Q={country:F==null?void 0:F.country,countryCode:F==null?void 0:F.country,formatted:p.phone,valid:F==null?void 0:F.isValid(),possible:(U=F==null?void 0:F.isPossible)==null?void 0:U.call(F),nationalNumber:F==null?void 0:F.nationalNumber};return Q.valid&&(Q.formatted=F==null?void 0:F.format(uo(_.value))),F!=null&&F.country&&(d.ignoredCountries.length||d.onlyCountries.length)&&!E(F.country)&&(Q.valid=!1,Q.possible=!1,F.country=null),F?{...Q,...F}:Q});e.watch(()=>$.value.countryCode,U=>{U&&(p.activeCountryCode=U)}),e.watch(()=>$.value.valid,()=>{c("validate",$.value)}),e.watch(()=>$.value.formatted,U=>{!d.autoFormat||d.customValidate||(b(U),e.nextTick(()=>{U&&!f.value&&(p.phone=U)}))}),e.watch(()=>d.inputOptions.placeholder,M),e.onMounted(()=>{f.value&&(p.phone=f.value.trim()),V(),x().then(()=>{var U;!p.phone&&(U=d.inputOptions)!=null&&U.showDialCode&&p.activeCountryCode&&(p.phone=`+${p.activeCountryCode}`),c("validate",$.value)}).catch(console.error).then(()=>{p.finishMounted=!0})});function M(){p.parsedPlaceholder=d.inputOptions.placeholder}function x(){return new Promise(U=>{var F;if(((F=p.phone)==null?void 0:F[0])==="+"){U();return}if(d.defaultCountry){if(typeof d.defaultCountry=="string"){L(d.defaultCountry),U();return}if(typeof d.defaultCountry=="number"){const C=O(d.defaultCountry);if(C){L(C.iso2),U();return}}}const Q=d.preferredCountries[0]||h.value[0];d.autoDefaultCountry?s_().then(C=>{L(C||p.activeCountryCode)}).catch(C=>{console.warn(C),L(Q)}).then(()=>{U()}):(L(Q),U())})}function y(U=[]){return U.map(E).filter(Boolean)}function E(U=""){return h.value.find(F=>F.iso2===uo(U))}function O(U){return h.value.find(F=>Number(F.dialCode)===U)}function S(U,F){const Q=p.selectedIndex===U,C=U===d.preferredCountries.length-1,W=d.preferredCountries.some(m=>uo(m)===F);return{highlighted:Q,"last-preferred":C,preferred:W}}function L(U){var F,Q,C;let W=U;if(typeof W=="string"&&(W=E(W)),!!W){if(((F=p.phone)==null?void 0:F[0])==="+"&&W.iso2&&$.value.nationalNumber){p.activeCountryCode=W.iso2,p.phone=((Q=Bs($.value.nationalNumber,W.iso2))==null?void 0:Q.formatInternational())??"";return}if((C=d.inputOptions)!=null&&C.showDialCode&&W){p.phone=`+${W.dialCode}`,p.activeCountryCode=W.iso2;return}p.activeCountryCode=W.iso2,b(p.phone)}}function V(){const U=p.phone;if(d.validCharactersOnly){const F=p.phone.match(/[()\-+0-9\s]*/g);p.phone=F.join("")}if(d.customValidate&&d.customValidate instanceof RegExp){const F=p.phone.match(d.customValidate);p.phone=F.join("")}U!==p.phone&&b(p.phone)}function T(){return d.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(p.phone)?!1:d.customValidate?N():!0}function N(){return d.customValidate instanceof RegExp?d.customValidate.test(p.phone):!1}function P(){var U;(U=s.value)==null||U.setCustomValidity($.value.valid?"":d.invalidMsg),b(p.phone)}function b(U){f.value=U,c("on-input",U,$.value,s.value)}function R(U){c("blur",U)}function Y(U){u_(s.value,p.phone.length),c("focus",U)}function ie(U){c("enter",U)}function H(U){c("space",U)}function X(){var U;(U=s.value)==null||U.focus()}function K(){var U;(U=s.value)==null||U.blur()}function re(){d.disabled||d.dropdownOptions.disabled||(p.searchQuery="",p.open=!p.open)}function pe(){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(k.value.length-1,p.selectedIndex+1);const F=i.value.children[p.selectedIndex];F.focus(),F.offsetTop+F.clientHeight>i.value.scrollTop+i.value.clientHeight&&(i.value.scrollTop=F.offsetTop-i.value.clientHeight+F.clientHeight)}else if(U.keyCode===38){U.preventDefault(),p.open=!0,p.selectedIndex===null?p.selectedIndex=k.value.length-1:p.selectedIndex=Math.max(0,p.selectedIndex-1);const F=i.value.children[p.selectedIndex];F.focus(),F.offsetTop<i.value.scrollTop&&(i.value.scrollTop=F.offsetTop)}else if(U.keyCode===13)p.selectedIndex!==null&&L(k.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 F=k.value.slice(d.preferredCountries.length).findIndex(Q=>so(Q.name).startsWith(p.typeToFindInput));if(F>=0){p.selectedIndex=d.preferredCountries.length+F;const Q=i.value.children[p.selectedIndex],C=Q.offsetTop<i.value.scrollTop,W=Q.offsetTop+Q.clientHeight>i.value.scrollTop+i.value.clientHeight;(C||W)&&(i.value.scrollTop=Q.offsetTop-i.value.clientHeight/2)}}}function he(){p.selectedIndex=k.value.map(U=>U.iso2).indexOf(p.activeCountryCode),p.open=!1}function Z(){window.innerHeight-a.value.getBoundingClientRect().bottom>200?p.dropdownOpenDirection="below":p.dropdownOpenDirection="above"}return r({focus:X,blur:K}),(U,F)=>{const Q=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock("div",{ref_key:"refRoot",ref:a,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":p.open,role:"button",class:e.normalizeClass(["vti__dropdown",{open:p.open,disabled:t.dropdownOptions.disabled}]),tabindex:t.dropdownOptions.tabindex,onKeydown:[ae,e.withKeys(re,["space"]),e.withKeys(he,["esc"]),e.withKeys(he,["tab"])],onClick:re},[e.createElementVNode("span",y5,[t.dropdownOptions.showFlags?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["vti__flag",e.unref(so)(p.activeCountryCode)])},null,2)):e.createCommentVNode("",!0),t.dropdownOptions.showDialCodeInSelection?(e.openBlock(),e.createElementBlock("span",b5," +"+e.toDisplayString(g.value&&g.value.dialCode),1)):e.createCommentVNode("",!0),e.renderSlot(U.$slots,"arrow-icon",{open:p.open},()=>[e.createElementVNode("span",_5,e.toDisplayString(p.open?"▲":"▼"),1)])]),p.open?(e.openBlock(),e.createElementBlock("ul",{key:0,ref_key:"refList",ref:i,class:e.normalizeClass(["vti__dropdown-list",p.dropdownOpenDirection]),role:"listbox"},[t.dropdownOptions.showSearchBox?(e.openBlock(),e.createElementBlock("div",w5,[e.renderSlot(U.$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||(k.value.length?k.value[0].name:""),type:"text","onUpdate:modelValue":F[0]||(F[0]=C=>p.searchQuery=C),onClick:F[1]||(F[1]=e.withModifiers(()=>{},["stop"]))},null,8,k5),[[e.vModelText,p.searchQuery]])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.value,(C,W)=>(e.openBlock(),e.createElementBlock("li",{role:"option",class:e.normalizeClass(["vti__dropdown-item",S(W,C.iso2)]),key:C.iso2+(C.preferred?"-preferred":""),tabindex:"-1",onClick:m=>L(C),onMousemove:m=>p.selectedIndex=W,"aria-selected":p.activeCountryCode===C.iso2&&!C.preferred},[t.dropdownOptions.showFlags?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["vti__flag",e.unref(so)(C.iso2)])},null,2)):e.createCommentVNode("",!0),e.createElementVNode("strong",null,e.toDisplayString(C.name),1),t.dropdownOptions.showDialCodeInList?(e.openBlock(),e.createElementBlock("span",E5," +"+e.toDisplayString(C.dialCode),1)):e.createCommentVNode("",!0)],42,x5))),128))],2)):e.createCommentVNode("",!0)],42,g5)),[[Q,pe]]),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":F[2]||(F[2]=C=>p.phone=C),ref_key:"refInput",ref:s,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:p.parsedPlaceholder,readonly:t.inputOptions.readonly,required:t.inputOptions.required,tabindex:t.inputOptions.tabindex,value:f.value,"aria-describedby":t.inputOptions["aria-describedby"],onBlur:R,onFocus:Y,onInput:P,onKeyup:[e.withKeys(ie,["enter"]),e.withKeys(H,["space"])]},null,42,C5),[[e.vModelDynamic,p.phone]]),e.renderSlot(U.$slots,"icon-right")],2)}}}),B5={class:"relative z-[calc(infinity)]"},S5=["for"],V5={key:1,class:"errors"},O5={class:"mt-2 text-xs text-red-500"},I5=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,a=t,{isValid:i}=e.toRefs(a),c="euid-"+Math.random().toString(36).substr(2,9)+"-"+Date.now().toString(36),d=e.computed({set:S=>{n("update:isValid",S)},get:()=>i.value}),f=e.computed(()=>a.modelValue===0?!0:!!a.modelValue),p=e.ref(a.modelValue),h=e.computed(()=>a.modelValue);e.watch(h,S=>{p.value=S});const g=e.computed(()=>({focus:a.autoFocus,place:a.placeholder,disabled:a.disabled,required:a.required,name:a.name,length:a.length,readonly:a.readonly})),_={mode:"international",autoFormat:!1,autoDefaultCountry:!0,styleClasses:"eui-tel",invalidMsg:"Required mobile number",validCharactersOnly:!0,preferredCountries:[],disabled:g.value.disabled,inputOptions:{autocomplete:"off",autofocus:g.value.focus,name:g.value.name,id:c,placeholder:g.value.place,maxlength:g.value.length,showDialCode:!0,tabindex:0,readonly:g.value.readonly,required:g.value.required,styleClasses:"eui-tel_input"},dropdownOptions:{disabled:g.value.readonly||g.value.disabled,showFlags:!0,showDialCodeInList:!0,showSearchBox:!0,searchBoxPlaceholder:"Search country..."}},k=(S,L)=>{d.value=!!L.valid,n("update:modelValue",L.number)},$=e.ref(!0),M=S=>{$.value||n("update:modelValue","")};e.onUpdated(()=>{setTimeout(()=>{$.value=!1},1500)});const x=e.computed(()=>{var S,L,V,T;return Array.isArray(a.errors)?typeof((S=a.errors)==null?void 0:S.at(0))=="object"?(V=(L=a.errors)==null?void 0:L.at(0))==null?void 0:V.$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"}},E=e.ref(null),O=()=>{var S;E.value&&((S=E.value)==null||S.focus())};return(S,L)=>(e.openBlock(),e.createElementBlock("div",B5,[!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:O},[t.inputFilled?(e.openBlock(),e.createElementBlock("label",{key:0,for:`${t.name}-${e.unref(c)}`,class:e.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",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,S5)):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($5),e.mergeProps({ref_key:"inputRef",ref:E,modelValue:p.value,"onUpdate:modelValue":L[0]||(L[0]=V=>p.value=V),modelModifiers:{trim:!0}},_,{class:[y()],onOnInput:k,onCountryChanged:M,onBlur:L[1]||(L[1]=V=>S.$emit("blur"))}),null,16,["modelValue","class"])],2),x.value?(e.openBlock(),e.createElementBlock("div",V5,[e.createElementVNode("p",O5,e.toDisplayString(x.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)]))}}),N5={class:"relative"},T5=["placeholder","disabled","readonly","autofocus","rows","cols"],M5={key:1},D5=["placeholder","disabled","readonly","autofocus","rows","cols"],R5=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:a,rows:i,cols:s,placeholder:c}=n,d=e.ref(n.modelValue);e.watch(()=>n.modelValue,g=>{d.value=g});const f=e.ref(null),p=e.computed(()=>!!d.value),h=()=>{var g;f.value&&((g=f.value)==null||g.focus())};return(g,_)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",N5,[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:h},[e.createElementVNode("label",{for:"text",class:e.normalizeClass([p.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(a)),3),e.withDirectives(e.createElementVNode("textarea",{ref_key:"inputRef",ref:f,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(c),"onUpdate:modelValue":_[0]||(_[0]=k=>d.value=k),disabled:t.disabled,readonly:t.readonly,autofocus:t.autoFocus,"aria-invalid":"true",rows:e.unref(i),cols:e.unref(s),onInput:_[1]||(_[1]=k=>g.$emit("update:modelValue",d.value)),onBlur:_[2]||(_[2]=k=>g.$emit("blur"))}," ",42,T5),[[e.vModelText,d.value]])],2)):(e.openBlock(),e.createElementBlock("div",M5,[e.unref(a)?(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(a)),3)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("textarea",{ref_key:"inputRef",ref:f,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":_[3]||(_[3]=k=>d.value=k),placeholder:e.unref(c),disabled:t.disabled,readonly:t.readonly,autofocus:t.autoFocus,"aria-invalid":"true",rows:e.unref(i),cols:e.unref(s),onInput:_[4]||(_[4]=k=>g.$emit("update:modelValue",d.value)),onBlur:_[5]||(_[5]=k=>g.$emit("blur"))}," ",42,D5),[[e.vModelText,d.value]])]))]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])],64))}});var A5=Object.defineProperty,P5=Object.defineProperties,L5=Object.getOwnPropertyDescriptors,hp=Object.getOwnPropertySymbols,F5=Object.prototype.hasOwnProperty,z5=Object.prototype.propertyIsEnumerable,mp=(t,r,n)=>r in t?A5(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,Ea=(t,r)=>{for(var n in r||(r={}))F5.call(r,n)&&mp(t,n,r[n]);if(hp)for(var n of hp(r))z5.call(r,n)&&mp(t,n,r[n]);return t},vp=(t,r)=>P5(t,L5(r));const H5={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: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}}}},U5={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}}},W5={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}}},Tu=(t,r)=>{const n=t.__vccOpts||t;for(const[a,i]of r)n[a]=i;return n},j5={},Y5={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},K5=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),G5=[K5];function X5(t,r){return e.openBlock(),e.createElementBlock("svg",Y5,G5)}const Q5=Tu(j5,[["render",X5]]),q5={},J5={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},Z5=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),e9=[Z5];function t9(t,r){return e.openBlock(),e.createElementBlock("svg",J5,e9)}const n9=Tu(q5,[["render",t9]]),gp={Deselect:Q5,OpenIndicator:n9},r9={mounted(t,{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;t.unbindPosition=r.calculatePosition(t,r,{width:s+"px",left:c+i+"px",top:d+a+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 a9(t){const r={};return Object.keys(t).sort().forEach(n=>{r[n]=t[n]}),JSON.stringify(r)}let o9=0;function i9(){return++o9}const l9={components:Ea({},gp),directives:{appendToBody:r9},mixins:[H5,U5,W5],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)}.
5
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function M4(t,r){if(t){if(typeof t=="string")return op(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 op(t,r)}}function op(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=t[n];return a}function D4(t,r){var n=r.countries,a=r.defaultCountry,i=r.metadata;i=new jt(i);for(var s=[],c=T4(n),d;!(d=c()).done;){var f=d.value;if(i.country(f),i.leadingDigits()){if(t&&t.search(i.leadingDigits())===0)return f}else if(Nu({phone:t,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 R4(t,r){var n=r.nationalNumber,a=r.defaultCountry,i=r.metadata,s=i.getCountryCodesForCallingCode(t);if(s)return s.length===1?s[0]:D4(n,{countries:s,defaultCountry:a,metadata:i.metadata})}var D0="+",A4="[\\-\\.\\(\\)]?",ip="(["+In+"]|"+A4+")",P4="^\\"+D0+ip+"*["+In+"]"+ip+"*$",L4=new RegExp(P4,"g"),lu=In,F4="["+lu+"]+((\\-)*["+lu+"])*",z4="a-zA-Z",H4="["+z4+"]+((\\-)*["+lu+"])*",U4="^("+F4+"\\.)*"+H4+"\\.?$",W4=new RegExp(U4,"g"),lp="tel:",su=";phone-context=",j4=";isub=";function Y4(t){var r=t.indexOf(su);if(r<0)return null;var n=r+su.length;if(n>=t.length)return"";var a=t.indexOf(";",n);return a>=0?t.substring(n,a):t.substring(n)}function K4(t){return t===null?!0:t.length===0?!1:L4.test(t)||W4.test(t)}function G4(t,r){var n=r.extractFormattedPhoneNumber,a=Y4(t);if(!K4(a))throw new nr("NOT_A_NUMBER");var i;if(a===null)i=n(t)||"";else{i="",a.charAt(0)===D0&&(i+=a);var s=t.indexOf(lp),c;s>=0?c=s+lp.length:c=0;var d=t.indexOf(su);i+=t.substring(c,d)}var f=i.indexOf(j4);if(f>0&&(i=i.substring(0,f)),i!=="")return i}var X4=250,Q4=new RegExp("["+Vu+In+"]"),q4=new RegExp("[^"+In+"#]+$");function J4(t,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=e5(t,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=n5(i,r.defaultCountry,r.defaultCallingCode,n),f=d.country,p=d.nationalNumber,h=d.countryCallingCode,g=d.countryCallingCodeSource,_=d.carrierCode;if(!n.hasSelectedNumberingPlan()){if(r.v2)throw new nr("INVALID_COUNTRY");return{}}if(!p||p.length<Su){if(r.v2)throw new nr("TOO_SHORT");return{}}if(p.length>__){if(r.v2)throw new nr("TOO_LONG");return{}}if(r.v2){var k=new x4(h,p,n.metadata);return f&&(k.country=f),_&&(k.carrierCode=_),s&&(k.ext=s),k.__countryCallingCodeSource=g,k}var C=(r.extended?n.hasSelectedNumberingPlan():f)?ir(p,n.nationalNumberPattern()):!1;return r.extended?{country:f,countryCallingCode:h,carrierCode:_,valid:C,possible:C?!0:!!(r.extended===!0&&n.possibleLengths()&&M0(p,n)),phone:p,ext:s}:C?t5(f,p,s):{}}function Z4(t,r,n){if(t){if(t.length>X4){if(n)throw new nr("TOO_LONG");return}if(r===!1)return t;var a=t.search(Q4);if(!(a<0))return t.slice(a).replace(q4,"")}}function e5(t,r,n){var a=G4(t,{extractFormattedPhoneNumber:function(s){return Z4(s,n,r)}});if(!a)return{};if(!j_(a))return Y_(a)?{error:"TOO_SHORT"}:{};var i=K_(a);return i.ext?i:{number:a}}function t5(t,r,n){var a={country:t,phone:r};return n&&(a.ext=n),a}function n5(t,r,n,a){var i=N4(qf(t),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||Ou(r,a.metadata);else return{};if(!d)return{countryCallingCodeSource:s,countryCallingCode:c};var p=iu(qf(d),a),h=p.nationalNumber,g=p.carrierCode,_=R4(c,{nationalNumber:h,defaultCountry:r,metadata:a});return _&&(f=_,_==="001"||a.country(f)),{country:f,countryCallingCode:c,countryCallingCodeSource:s,nationalNumber:h,carrierCode:g}}function sp(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function up(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?sp(Object(n),!0).forEach(function(a){r5(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):sp(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function r5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function a5(t,r,n){return J4(t,up(up({},r),{},{v2:!0}),n)}function cp(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function o5(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?cp(Object(n),!0).forEach(function(a){i5(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):cp(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function i5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function l5(t,r){return d5(t)||c5(t,r)||u5(t,r)||s5()}function s5(){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 u5(t,r){if(t){if(typeof t=="string")return dp(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 dp(t,r)}}function dp(t,r){(r==null||r>t.length)&&(r=t.length);for(var n=0,a=new Array(r);n<r;n++)a[n]=t[n];return a}function c5(t,r){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var a=[],i=!0,s=!1,c,d;try{for(n=n.call(t);!(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 d5(t){if(Array.isArray(t))return t}function f5(t){var r=Array.prototype.slice.call(t),n=l5(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=o5({defaultCountry:i},f));else if(Fi(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 fp(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);r&&(a=a.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,a)}return n}function pp(t){for(var r=1;r<arguments.length;r++){var n=arguments[r]!=null?arguments[r]:{};r%2?fp(Object(n),!0).forEach(function(a){p5(t,a,n[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):fp(Object(n)).forEach(function(a){Object.defineProperty(t,a,Object.getOwnPropertyDescriptor(n,a))})}return t}function p5(t,r,n){return r in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function h5(t,r,n){r&&r.defaultCountry&&!P_(r.defaultCountry,n)&&(r=pp(pp({},r),{},{defaultCountry:void 0}));try{return a5(t,r,n)}catch(a){if(!(a instanceof nr))throw a}}function m5(){var t=f5(arguments),r=t.text,n=t.options,a=t.metadata;return h5(r,n,a)}function Bs(){return p_(m5,arguments)}const v5={beforeMount(t,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)}t.clickOutsideEvent=function(a){const i=a.composedPath?a.composedPath():a.path;t===a.target||t.contains(a.target)||i.includes(t)||r.value(a,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}},g5=["aria-expanded","tabindex"],y5={class:"vti__selection"},b5={key:1,class:"vti__country-code"},_5={class:"vti__dropdown-arrow"},w5={key:0,class:"vti__search_box_container"},k5=["placeholder"],x5=["onClick","onMousemove","aria-selected"],E5={key:1},C5=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],$5=e.defineComponent({name:"VueTelInput",directives:{clickOutside:v5},__name:"vue-tel-input",props:e.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:e.mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(t,{expose:r,emit:n}){const a=e.shallowRef(),i=e.shallowRef(),s=e.shallowRef(),c=n,d=t,f=e.useModel(t,"modelValue");e.watch(f,(U,F)=>{T()?p.phone=U??"":e.nextTick(()=>{p.phone=F??"",P()})});const p=e.reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:d.inputOptions.placeholder,searchQuery:""});e.watch(()=>p.open,U=>{U?(Z(),c("open")):c("close")});const h=e.computed(()=>d.onlyCountries.length?d.allCountries.filter(({iso2:U})=>d.onlyCountries.some(F=>uo(F)===U)):d.ignoredCountries.length?d.allCountries.filter(({iso2:U})=>!d.ignoredCountries.includes(uo(U))&&!d.ignoredCountries.includes(so(U))):d.allCountries),g=e.computed(()=>E(p.activeCountryCode));e.watch(g,(U,F)=>{if(!U&&F!=null&&F.iso2){p.activeCountryCode=F.iso2;return}U!=null&&U.iso2&&c("country-changed",U)});const _=e.computed(()=>{var U;const F=so(d.mode);return F==="auto"?(U=p.phone)!=null&&U.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(F)?F:(console.error('Invalid value of prop "mode"'),"international")}),k=e.computed(()=>{const U=[...y(d.preferredCountries).map(Q=>({...Q,preferred:!0})),...h.value];if(!d.dropdownOptions.showSearchBox)return U;const F=p.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return U.filter(Q=>new RegExp(F,"i").test(Q.name)||new RegExp(F,"i").test(Q.iso2)||new RegExp(F,"i").test(Q.dialCode))}),C=e.computed(()=>{var U;const F=p.phone.startsWith("+")?Bs(p.phone):Bs(p.phone,p.activeCountryCode),Q={country:F==null?void 0:F.country,countryCode:F==null?void 0:F.country,formatted:p.phone,valid:F==null?void 0:F.isValid(),possible:(U=F==null?void 0:F.isPossible)==null?void 0:U.call(F),nationalNumber:F==null?void 0:F.nationalNumber};return Q.valid&&(Q.formatted=F==null?void 0:F.format(uo(_.value))),F!=null&&F.country&&(d.ignoredCountries.length||d.onlyCountries.length)&&!E(F.country)&&(Q.valid=!1,Q.possible=!1,F.country=null),F?{...Q,...F}:Q});e.watch(()=>C.value.countryCode,U=>{U&&(p.activeCountryCode=U)}),e.watch(()=>C.value.valid,()=>{c("validate",C.value)}),e.watch(()=>C.value.formatted,U=>{!d.autoFormat||d.customValidate||(b(U),e.nextTick(()=>{U&&!f.value&&(p.phone=U)}))}),e.watch(()=>d.inputOptions.placeholder,M),e.onMounted(()=>{f.value&&(p.phone=f.value.trim()),V(),x().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 M(){p.parsedPlaceholder=d.inputOptions.placeholder}function x(){return new Promise(U=>{var F;if(((F=p.phone)==null?void 0:F[0])==="+"){U();return}if(d.defaultCountry){if(typeof d.defaultCountry=="string"){L(d.defaultCountry),U();return}if(typeof d.defaultCountry=="number"){const $=O(d.defaultCountry);if($){L($.iso2),U();return}}}const Q=d.preferredCountries[0]||h.value[0];d.autoDefaultCountry?s_().then($=>{L($||p.activeCountryCode)}).catch($=>{console.warn($),L(Q)}).then(()=>{U()}):(L(Q),U())})}function y(U=[]){return U.map(E).filter(Boolean)}function E(U=""){return h.value.find(F=>F.iso2===uo(U))}function O(U){return h.value.find(F=>Number(F.dialCode)===U)}function S(U,F){const Q=p.selectedIndex===U,$=U===d.preferredCountries.length-1,W=d.preferredCountries.some(m=>uo(m)===F);return{highlighted:Q,"last-preferred":$,preferred:W}}function L(U){var F,Q,$;let W=U;if(typeof W=="string"&&(W=E(W)),!!W){if(((F=p.phone)==null?void 0:F[0])==="+"&&W.iso2&&C.value.nationalNumber){p.activeCountryCode=W.iso2,p.phone=((Q=Bs(C.value.nationalNumber,W.iso2))==null?void 0:Q.formatInternational())??"";return}if(($=d.inputOptions)!=null&&$.showDialCode&&W){p.phone=`+${W.dialCode}`,p.activeCountryCode=W.iso2;return}p.activeCountryCode=W.iso2,b(p.phone)}}function V(){const U=p.phone;if(d.validCharactersOnly){const F=p.phone.match(/[()\-+0-9\s]*/g);p.phone=F.join("")}if(d.customValidate&&d.customValidate instanceof RegExp){const F=p.phone.match(d.customValidate);p.phone=F.join("")}U!==p.phone&&b(p.phone)}function T(){return d.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(p.phone)?!1:d.customValidate?N():!0}function N(){return d.customValidate instanceof RegExp?d.customValidate.test(p.phone):!1}function P(){var U;(U=s.value)==null||U.setCustomValidity(C.value.valid?"":d.invalidMsg),b(p.phone)}function b(U){f.value=U,c("on-input",U,C.value,s.value)}function R(U){c("blur",U)}function Y(U){u_(s.value,p.phone.length),c("focus",U)}function ie(U){c("enter",U)}function H(U){c("space",U)}function X(){var U;(U=s.value)==null||U.focus()}function K(){var U;(U=s.value)==null||U.blur()}function re(){d.disabled||d.dropdownOptions.disabled||(p.searchQuery="",p.open=!p.open)}function pe(){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(k.value.length-1,p.selectedIndex+1);const F=i.value.children[p.selectedIndex];F.focus(),F.offsetTop+F.clientHeight>i.value.scrollTop+i.value.clientHeight&&(i.value.scrollTop=F.offsetTop-i.value.clientHeight+F.clientHeight)}else if(U.keyCode===38){U.preventDefault(),p.open=!0,p.selectedIndex===null?p.selectedIndex=k.value.length-1:p.selectedIndex=Math.max(0,p.selectedIndex-1);const F=i.value.children[p.selectedIndex];F.focus(),F.offsetTop<i.value.scrollTop&&(i.value.scrollTop=F.offsetTop)}else if(U.keyCode===13)p.selectedIndex!==null&&L(k.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 F=k.value.slice(d.preferredCountries.length).findIndex(Q=>so(Q.name).startsWith(p.typeToFindInput));if(F>=0){p.selectedIndex=d.preferredCountries.length+F;const Q=i.value.children[p.selectedIndex],$=Q.offsetTop<i.value.scrollTop,W=Q.offsetTop+Q.clientHeight>i.value.scrollTop+i.value.clientHeight;($||W)&&(i.value.scrollTop=Q.offsetTop-i.value.clientHeight/2)}}}function he(){p.selectedIndex=k.value.map(U=>U.iso2).indexOf(p.activeCountryCode),p.open=!1}function Z(){window.innerHeight-a.value.getBoundingClientRect().bottom>200?p.dropdownOpenDirection="below":p.dropdownOpenDirection="above"}return r({focus:X,blur:K}),(U,F)=>{const Q=e.resolveDirective("click-outside");return e.openBlock(),e.createElementBlock("div",{ref_key:"refRoot",ref:a,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":p.open,role:"button",class:e.normalizeClass(["vti__dropdown",{open:p.open,disabled:t.dropdownOptions.disabled}]),tabindex:t.dropdownOptions.tabindex,onKeydown:[ae,e.withKeys(re,["space"]),e.withKeys(he,["esc"]),e.withKeys(he,["tab"])],onClick:re},[e.createElementVNode("span",y5,[t.dropdownOptions.showFlags?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["vti__flag",e.unref(so)(p.activeCountryCode)])},null,2)):e.createCommentVNode("",!0),t.dropdownOptions.showDialCodeInSelection?(e.openBlock(),e.createElementBlock("span",b5," +"+e.toDisplayString(g.value&&g.value.dialCode),1)):e.createCommentVNode("",!0),e.renderSlot(U.$slots,"arrow-icon",{open:p.open},()=>[e.createElementVNode("span",_5,e.toDisplayString(p.open?"▲":"▼"),1)])]),p.open?(e.openBlock(),e.createElementBlock("ul",{key:0,ref_key:"refList",ref:i,class:e.normalizeClass(["vti__dropdown-list",p.dropdownOpenDirection]),role:"listbox"},[t.dropdownOptions.showSearchBox?(e.openBlock(),e.createElementBlock("div",w5,[e.renderSlot(U.$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||(k.value.length?k.value[0].name:""),type:"text","onUpdate:modelValue":F[0]||(F[0]=$=>p.searchQuery=$),onClick:F[1]||(F[1]=e.withModifiers(()=>{},["stop"]))},null,8,k5),[[e.vModelText,p.searchQuery]])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.value,($,W)=>(e.openBlock(),e.createElementBlock("li",{role:"option",class:e.normalizeClass(["vti__dropdown-item",S(W,$.iso2)]),key:$.iso2+($.preferred?"-preferred":""),tabindex:"-1",onClick:m=>L($),onMousemove:m=>p.selectedIndex=W,"aria-selected":p.activeCountryCode===$.iso2&&!$.preferred},[t.dropdownOptions.showFlags?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["vti__flag",e.unref(so)($.iso2)])},null,2)):e.createCommentVNode("",!0),e.createElementVNode("strong",null,e.toDisplayString($.name),1),t.dropdownOptions.showDialCodeInList?(e.openBlock(),e.createElementBlock("span",E5," +"+e.toDisplayString($.dialCode),1)):e.createCommentVNode("",!0)],42,x5))),128))],2)):e.createCommentVNode("",!0)],42,g5)),[[Q,pe]]),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":F[2]||(F[2]=$=>p.phone=$),ref_key:"refInput",ref:s,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:p.parsedPlaceholder,readonly:t.inputOptions.readonly,required:t.inputOptions.required,tabindex:t.inputOptions.tabindex,value:f.value,"aria-describedby":t.inputOptions["aria-describedby"],onBlur:R,onFocus:Y,onInput:P,onKeyup:[e.withKeys(ie,["enter"]),e.withKeys(H,["space"])]},null,42,C5),[[e.vModelDynamic,p.phone]]),e.renderSlot(U.$slots,"icon-right")],2)}}}),B5={class:"relative z-[calc(infinity)]"},S5=["for"],V5={key:1,class:"errors"},O5={class:"mt-2 text-xs text-red-500"},I5=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,a=t,{isValid:i}=e.toRefs(a),c="euid-"+Math.random().toString(36).substr(2,9)+"-"+Date.now().toString(36),d=e.computed({set:S=>{n("update:isValid",S)},get:()=>i.value}),f=e.computed(()=>a.modelValue===0?!0:!!a.modelValue),p=e.ref(a.modelValue),h=e.computed(()=>a.modelValue);e.watch(h,S=>{p.value=S});const g=e.computed(()=>({focus:a.autoFocus,place:a.placeholder,disabled:a.disabled,required:a.required,name:a.name,length:a.length,readonly:a.readonly})),_={mode:"international",autoFormat:!1,autoDefaultCountry:!0,styleClasses:"eui-tel",invalidMsg:"Required mobile number",validCharactersOnly:!0,preferredCountries:[],disabled:g.value.disabled,inputOptions:{autocomplete:"off",autofocus:g.value.focus,name:g.value.name,id:c,placeholder:g.value.place,maxlength:g.value.length,showDialCode:!0,tabindex:0,readonly:g.value.readonly,required:g.value.required,styleClasses:"eui-tel_input"},dropdownOptions:{disabled:g.value.readonly||g.value.disabled,showFlags:!0,showDialCodeInList:!0,showSearchBox:!0,searchBoxPlaceholder:"Search country..."}},k=(S,L)=>{d.value=!!L.valid,n("update:modelValue",L.number)},C=e.ref(!0),M=S=>{C.value||n("update:modelValue","")};e.onUpdated(()=>{setTimeout(()=>{C.value=!1},1500)});const x=e.computed(()=>{var S,L,V,T;return Array.isArray(a.errors)?typeof((S=a.errors)==null?void 0:S.at(0))=="object"?(V=(L=a.errors)==null?void 0:L.at(0))==null?void 0:V.$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"}},E=e.ref(null),O=()=>{var S;E.value&&((S=E.value)==null||S.focus())};return(S,L)=>(e.openBlock(),e.createElementBlock("div",B5,[!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:O},[t.inputFilled?(e.openBlock(),e.createElementBlock("label",{key:0,for:`${t.name}-${e.unref(c)}`,class:e.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",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,S5)):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($5),e.mergeProps({ref_key:"inputRef",ref:E,modelValue:p.value,"onUpdate:modelValue":L[0]||(L[0]=V=>p.value=V),modelModifiers:{trim:!0}},_,{class:[y()],onOnInput:k,onCountryChanged:M,onBlur:L[1]||(L[1]=V=>S.$emit("blur"))}),null,16,["modelValue","class"])],2),x.value?(e.openBlock(),e.createElementBlock("div",V5,[e.createElementVNode("p",O5,e.toDisplayString(x.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)]))}}),N5={class:"relative"},T5=["placeholder","disabled","readonly","autofocus","rows","cols"],M5={key:1},D5=["placeholder","disabled","readonly","autofocus","rows","cols"],R5=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:a,rows:i,cols:s,placeholder:c}=n,d=e.ref(n.modelValue);e.watch(()=>n.modelValue,g=>{d.value=g});const f=e.ref(null),p=e.computed(()=>!!d.value),h=()=>{var g;f.value&&((g=f.value)==null||g.focus())};return(g,_)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",N5,[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:h},[e.createElementVNode("label",{for:"text",class:e.normalizeClass([p.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(a)),3),e.withDirectives(e.createElementVNode("textarea",{ref_key:"inputRef",ref:f,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(c),"onUpdate:modelValue":_[0]||(_[0]=k=>d.value=k),disabled:t.disabled,readonly:t.readonly,autofocus:t.autoFocus,"aria-invalid":"true",rows:e.unref(i),cols:e.unref(s),onInput:_[1]||(_[1]=k=>g.$emit("update:modelValue",d.value)),onBlur:_[2]||(_[2]=k=>g.$emit("blur"))}," ",42,T5),[[e.vModelText,d.value]])],2)):(e.openBlock(),e.createElementBlock("div",M5,[e.unref(a)?(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(a)),3)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("textarea",{ref_key:"inputRef",ref:f,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":_[3]||(_[3]=k=>d.value=k),placeholder:e.unref(c),disabled:t.disabled,readonly:t.readonly,autofocus:t.autoFocus,"aria-invalid":"true",rows:e.unref(i),cols:e.unref(s),onInput:_[4]||(_[4]=k=>g.$emit("update:modelValue",d.value)),onBlur:_[5]||(_[5]=k=>g.$emit("blur"))}," ",42,D5),[[e.vModelText,d.value]])]))]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])],64))}});var A5=Object.defineProperty,P5=Object.defineProperties,L5=Object.getOwnPropertyDescriptors,hp=Object.getOwnPropertySymbols,F5=Object.prototype.hasOwnProperty,z5=Object.prototype.propertyIsEnumerable,mp=(t,r,n)=>r in t?A5(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,Ea=(t,r)=>{for(var n in r||(r={}))F5.call(r,n)&&mp(t,n,r[n]);if(hp)for(var n of hp(r))z5.call(r,n)&&mp(t,n,r[n]);return t},vp=(t,r)=>P5(t,L5(r));const H5={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: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}}}},U5={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}}},W5={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}}},Tu=(t,r)=>{const n=t.__vccOpts||t;for(const[a,i]of r)n[a]=i;return n},j5={},Y5={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},K5=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),G5=[K5];function X5(t,r){return e.openBlock(),e.createElementBlock("svg",Y5,G5)}const Q5=Tu(j5,[["render",X5]]),q5={},J5={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},Z5=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),e9=[Z5];function t9(t,r){return e.openBlock(),e.createElementBlock("svg",J5,e9)}const n9=Tu(q5,[["render",t9]]),gp={Deselect:Q5,OpenIndicator:n9},r9={mounted(t,{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;t.unbindPosition=r.calculatePosition(t,r,{width:s+"px",left:c+i+"px",top:d+a+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 a9(t){const r={};return Object.keys(t).sort().forEach(n=>{r[n]=t[n]}),JSON.stringify(r)}let o9=0;function i9(){return++o9}const l9={components:Ea({},gp),directives:{appendToBody:r9},mixins:[H5,U5,W5],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
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:a9(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 a=this.getOptionLabel(n);return typeof a=="number"&&(a=a.toString()),this.filterBy(n,a,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:a,left:i}){t.style.top=a,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:()=>i9()}},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:Ea({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:vp(Ea({},t),{deselect:this.deselect}),footer:vp(Ea({},t),{deselect:this.deselect})}},childComponents(){return Ea(Ea({},gp),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(a=>a.contains(t.target)||a===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=a=>JSON.stringify(this.reduce(a))===JSON.stringify(t),n=[...this.options,...this.pushedTags].filter(r);return n.length===1?n[0]:n.find(a=>this.optionComparator(a,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 a=this.mapKeydown(n,this);if(typeof a[t.keyCode]=="function")return a[t.keyCode](t)}}},s9=["dir"],u9=["id","aria-expanded","aria-owns"],c9={ref:"selectedOptions",class:"vs__selected-options"},d9=["disabled","title","aria-label","onClick"],f9={ref:"actions",class:"vs__actions"},p9=["disabled"],h9={class:"vs__spinner"},m9=["id"],v9=["id","aria-selected","onMouseover","onClick"],g9={key:0,class:"vs__no-options"},y9=e.createTextVNode(" Sorry, no matching options. "),b9=["id"];function _9(t,r,n,a,i,s){const c=e.resolveDirective("append-to-body");return e.openBlock(),e.createElementBlock("div",{dir:n.dir,class:e.normalizeClass(["v-select",s.stateClasses])},[e.renderSlot(t.$slots,"header",e.normalizeProps(e.guardReactiveProps(s.scope.header))),e.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))},[e.createElementVNode("div",c9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.selectedValue,(d,f)=>e.renderSlot(t.$slots,"selected-option-container",{option:s.normalizeOptionForSlot(d),deselect:s.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(e.openBlock(),e.createElementBlock("span",{key:n.getOptionKey(d),class:"vs__selected"},[e.renderSlot(t.$slots,"selected-option",e.normalizeProps(e.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[e.createTextVNode(e.toDisplayString(n.getOptionLabel(d)),1)]),n.multiple?(e.openBlock(),e.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)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.childComponents.Deselect)))],8,d9)):e.createCommentVNode("",!0)]))])),256)),e.renderSlot(t.$slots,"search",e.normalizeProps(e.guardReactiveProps(s.scope.search)),()=>[e.createElementVNode("input",e.mergeProps({class:"vs__search"},s.scope.search.attributes,e.toHandlers(s.scope.search.events)),null,16)])],512),e.createElementVNode("div",f9,[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]=(...d)=>s.clearSelection&&s.clearSelection(...d))},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.childComponents.Deselect)))],8,p9),[[e.vShow,s.showClearButton]]),e.renderSlot(t.$slots,"open-indicator",e.normalizeProps(e.guardReactiveProps(s.scope.openIndicator)),()=>[n.noDrop?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.childComponents.OpenIndicator),e.normalizeProps(e.mergeProps({key:0},s.scope.openIndicator.attributes)),null,16))]),e.renderSlot(t.$slots,"spinner",e.normalizeProps(e.guardReactiveProps(s.scope.spinner)),()=>[e.withDirectives(e.createElementVNode("div",h9,"Loading...",512),[[e.vShow,t.mutableLoading]])])],512)],40,u9),e.createVNode(e.Transition,{name:n.transition},{default:e.withCtx(()=>[s.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((...d)=>s.onMousedown&&s.onMousedown(...d),["prevent"])),onMouseup:r[3]||(r[3]=(...d)=>s.onMouseUp&&s.onMouseUp(...d))},[e.renderSlot(t.$slots,"list-header",e.normalizeProps(e.guardReactiveProps(s.scope.listHeader))),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.filteredOptions,(d,f)=>(e.openBlock(),e.createElementBlock("li",{id:`vs${n.uid}__option-${f}`,key:n.getOptionKey(d),role:"option",class:e.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":s.isOptionDeselectable(d)&&f===t.typeAheadPointer,"vs__dropdown-option--selected":s.isOptionSelected(d),"vs__dropdown-option--highlight":f===t.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(d)}]),"aria-selected":f===t.typeAheadPointer?!0:null,onMouseover:p=>n.selectable(d)?t.typeAheadPointer=f:null,onClick:e.withModifiers(p=>n.selectable(d)?s.select(d):null,["prevent","stop"])},[e.renderSlot(t.$slots,"option",e.normalizeProps(e.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[e.createTextVNode(e.toDisplayString(n.getOptionLabel(d)),1)])],42,v9))),128)),s.filteredOptions.length===0?(e.openBlock(),e.createElementBlock("li",g9,[e.renderSlot(t.$slots,"no-options",e.normalizeProps(e.guardReactiveProps(s.scope.noOptions)),()=>[y9])])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"list-footer",e.normalizeProps(e.guardReactiveProps(s.scope.listFooter)))],40,m9)),[[c]]):(e.openBlock(),e.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,b9))]),_:3},8,["name"]),e.renderSlot(t.$slots,"footer",e.normalizeProps(e.guardReactiveProps(s.scope.footer)))],10,s9)}const R0=Tu(l9,[["render",_9]]);var Qt="top",wn="bottom",kn="right",qt="left",Mu="auto",To=[Qt,wn,kn,qt],Na="start",$o="end",w9="clippingParents",A0="viewport",co="popper",k9="reference",yp=To.reduce(function(t,r){return t.concat([r+"-"+Na,r+"-"+$o])},[]),P0=[].concat(To,[Mu]).reduce(function(t,r){return t.concat([r,r+"-"+Na,r+"-"+$o])},[]),x9="beforeRead",E9="read",C9="afterRead",$9="beforeMain",B9="main",S9="afterMain",V9="beforeWrite",O9="write",I9="afterWrite",N9=[x9,E9,C9,$9,B9,S9,V9,O9,I9];function jn(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 oa(t){var r=un(t).Element;return t instanceof r||t instanceof Element}function _n(t){var r=un(t).HTMLElement;return t instanceof r||t instanceof HTMLElement}function Du(t){if(typeof ShadowRoot>"u")return!1;var r=un(t).ShadowRoot;return t instanceof r||t instanceof ShadowRoot}function T9(t){var r=t.state;Object.keys(r.elements).forEach(function(n){var a=r.styles[n]||{},i=r.attributes[n]||{},s=r.elements[n];!_n(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 M9(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(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},{});!_n(i)||!jn(i)||(Object.assign(i.style,d),Object.keys(s).forEach(function(f){i.removeAttribute(f)}))})}}const D9={name:"applyStyles",enabled:!0,phase:"write",fn:T9,effect:M9,requires:["computeStyles"]};function Hn(t){return t.split("-")[0]}var na=Math.max,Gi=Math.min,Ta=Math.round;function uu(){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 L0(){return!/^((?!chrome|android).)*safari/i.test(uu())}function Ma(t,r,n){r===void 0&&(r=!1),n===void 0&&(n=!1);var a=t.getBoundingClientRect(),i=1,s=1;r&&_n(t)&&(i=t.offsetWidth>0&&Ta(a.width)/t.offsetWidth||1,s=t.offsetHeight>0&&Ta(a.height)/t.offsetHeight||1);var c=oa(t)?un(t):window,d=c.visualViewport,f=!L0()&&n,p=(a.left+(f&&d?d.offsetLeft:0))/i,h=(a.top+(f&&d?d.offsetTop:0))/s,g=a.width/i,_=a.height/s;return{width:g,height:_,top:h,right:p+g,bottom:h+_,left:p,x:p,y:h}}function Ru(t){var r=Ma(t),n=t.offsetWidth,a=t.offsetHeight;return Math.abs(r.width-n)<=1&&(n=r.width),Math.abs(r.height-a)<=1&&(a=r.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:a}}function F0(t,r){var n=r.getRootNode&&r.getRootNode();if(t.contains(r))return!0;if(n&&Du(n)){var a=r;do{if(a&&t.isSameNode(a))return!0;a=a.parentNode||a.host}while(a)}return!1}function lr(t){return un(t).getComputedStyle(t)}function R9(t){return["table","td","th"].indexOf(jn(t))>=0}function Nr(t){return((oa(t)?t.ownerDocument:t.document)||window.document).documentElement}function rl(t){return jn(t)==="html"?t:t.assignedSlot||t.parentNode||(Du(t)?t.host:null)||Nr(t)}function bp(t){return!_n(t)||lr(t).position==="fixed"?null:t.offsetParent}function A9(t){var r=/firefox/i.test(uu()),n=/Trident/i.test(uu());if(n&&_n(t)){var a=lr(t);if(a.position==="fixed")return null}var i=rl(t);for(Du(i)&&(i=i.host);_n(i)&&["html","body"].indexOf(jn(i))<0;){var s=lr(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 Mo(t){for(var r=un(t),n=bp(t);n&&R9(n)&&lr(n).position==="static";)n=bp(n);return n&&(jn(n)==="html"||jn(n)==="body"&&lr(n).position==="static")?r:n||A9(t)||r}function Au(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function _o(t,r,n){return na(t,Gi(r,n))}function P9(t,r,n){var a=_o(t,r,n);return a>n?n:a}function z0(){return{top:0,right:0,bottom:0,left:0}}function H0(t){return Object.assign({},z0(),t)}function U0(t,r){return r.reduce(function(n,a){return n[a]=t,n},{})}var L9=function(r,n){return r=typeof r=="function"?r(Object.assign({},n.rects,{placement:n.placement})):r,H0(typeof r!="number"?r:U0(r,To))};function F9(t){var r,n=t.state,a=t.name,i=t.options,s=n.elements.arrow,c=n.modifiersData.popperOffsets,d=Hn(n.placement),f=Au(d),p=[qt,kn].indexOf(d)>=0,h=p?"height":"width";if(!(!s||!c)){var g=L9(i.padding,n),_=Ru(s),k=f==="y"?Qt:qt,$=f==="y"?wn:kn,M=n.rects.reference[h]+n.rects.reference[f]-c[f]-n.rects.popper[h],x=c[f]-n.rects.reference[f],y=Mo(s),E=y?f==="y"?y.clientHeight||0:y.clientWidth||0:0,O=M/2-x/2,S=g[k],L=E-_[h]-g[$],V=E/2-_[h]/2+O,T=_o(S,V,L),N=f;n.modifiersData[a]=(r={},r[N]=T,r.centerOffset=T-V,r)}}function z9(t){var r=t.state,n=t.options,a=n.element,i=a===void 0?"[data-popper-arrow]":a;i!=null&&(typeof i=="string"&&(i=r.elements.popper.querySelector(i),!i)||F0(r.elements.popper,i)&&(r.elements.arrow=i))}const H9={name:"arrow",enabled:!0,phase:"main",fn:F9,effect:z9,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Da(t){return t.split("-")[1]}var U9={top:"auto",right:"auto",bottom:"auto",left:"auto"};function W9(t,r){var n=t.x,a=t.y,i=r.devicePixelRatio||1;return{x:Ta(n*i)/i||0,y:Ta(a*i)/i||0}}function _p(t){var r,n=t.popper,a=t.popperRect,i=t.placement,s=t.variation,c=t.offsets,d=t.position,f=t.gpuAcceleration,p=t.adaptive,h=t.roundOffsets,g=t.isFixed,_=c.x,k=_===void 0?0:_,$=c.y,M=$===void 0?0:$,x=typeof h=="function"?h({x:k,y:M}):{x:k,y:M};k=x.x,M=x.y;var y=c.hasOwnProperty("x"),E=c.hasOwnProperty("y"),O=qt,S=Qt,L=window;if(p){var V=Mo(n),T="clientHeight",N="clientWidth";if(V===un(n)&&(V=Nr(n),lr(V).position!=="static"&&d==="absolute"&&(T="scrollHeight",N="scrollWidth")),V=V,i===Qt||(i===qt||i===kn)&&s===$o){S=wn;var P=g&&V===L&&L.visualViewport?L.visualViewport.height:V[T];M-=P-a.height,M*=f?1:-1}if(i===qt||(i===Qt||i===wn)&&s===$o){O=kn;var b=g&&V===L&&L.visualViewport?L.visualViewport.width:V[N];k-=b-a.width,k*=f?1:-1}}var R=Object.assign({position:d},p&&U9),Y=h===!0?W9({x:k,y:M},un(n)):{x:k,y:M};if(k=Y.x,M=Y.y,f){var ie;return Object.assign({},R,(ie={},ie[S]=E?"0":"",ie[O]=y?"0":"",ie.transform=(L.devicePixelRatio||1)<=1?"translate("+k+"px, "+M+"px)":"translate3d("+k+"px, "+M+"px, 0)",ie))}return Object.assign({},R,(r={},r[S]=E?M+"px":"",r[O]=y?k+"px":"",r.transform="",r))}function j9(t){var r=t.state,n=t.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:Da(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,_p(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,_p(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 Y9={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:j9,data:{}};var Si={passive:!0};function K9(t){var r=t.state,n=t.instance,a=t.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,Si)}),d&&f.addEventListener("resize",n.update,Si),function(){s&&p.forEach(function(h){h.removeEventListener("scroll",n.update,Si)}),d&&f.removeEventListener("resize",n.update,Si)}}const G9={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:K9,data:{}};var X9={left:"right",right:"left",bottom:"top",top:"bottom"};function zi(t){return t.replace(/left|right|bottom|top/g,function(r){return X9[r]})}var Q9={start:"end",end:"start"};function wp(t){return t.replace(/start|end/g,function(r){return Q9[r]})}function Pu(t){var r=un(t),n=r.pageXOffset,a=r.pageYOffset;return{scrollLeft:n,scrollTop:a}}function Lu(t){return Ma(Nr(t)).left+Pu(t).scrollLeft}function q9(t,r){var n=un(t),a=Nr(t),i=n.visualViewport,s=a.clientWidth,c=a.clientHeight,d=0,f=0;if(i){s=i.width,c=i.height;var p=L0();(p||!p&&r==="fixed")&&(d=i.offsetLeft,f=i.offsetTop)}return{width:s,height:c,x:d+Lu(t),y:f}}function J9(t){var r,n=Nr(t),a=Pu(t),i=(r=t.ownerDocument)==null?void 0:r.body,s=na(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),c=na(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),d=-a.scrollLeft+Lu(t),f=-a.scrollTop;return lr(i||n).direction==="rtl"&&(d+=na(n.clientWidth,i?i.clientWidth:0)-s),{width:s,height:c,x:d,y:f}}function Fu(t){var r=lr(t),n=r.overflow,a=r.overflowX,i=r.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+a)}function W0(t){return["html","body","#document"].indexOf(jn(t))>=0?t.ownerDocument.body:_n(t)&&Fu(t)?t:W0(rl(t))}function wo(t,r){var n;r===void 0&&(r=[]);var a=W0(t),i=a===((n=t.ownerDocument)==null?void 0:n.body),s=un(a),c=i?[s].concat(s.visualViewport||[],Fu(a)?a:[]):a,d=r.concat(c);return i?d:d.concat(wo(rl(c)))}function cu(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Z9(t,r){var n=Ma(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 kp(t,r,n){return r===A0?cu(q9(t,n)):oa(r)?Z9(r,n):cu(J9(Nr(t)))}function ew(t){var r=wo(rl(t)),n=["absolute","fixed"].indexOf(lr(t).position)>=0,a=n&&_n(t)?Mo(t):t;return oa(a)?r.filter(function(i){return oa(i)&&F0(i,a)&&jn(i)!=="body"}):[]}function tw(t,r,n,a){var i=r==="clippingParents"?ew(t):[].concat(r),s=[].concat(i,[n]),c=s[0],d=s.reduce(function(f,p){var h=kp(t,p,a);return f.top=na(h.top,f.top),f.right=Gi(h.right,f.right),f.bottom=Gi(h.bottom,f.bottom),f.left=na(h.left,f.left),f},kp(t,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 j0(t){var r=t.reference,n=t.element,a=t.placement,i=a?Hn(a):null,s=a?Da(a):null,c=r.x+r.width/2-n.width/2,d=r.y+r.height/2-n.height/2,f;switch(i){case Qt:f={x:c,y:r.y-n.height};break;case wn:f={x:c,y:r.y+r.height};break;case kn:f={x:r.x+r.width,y:d};break;case qt:f={x:r.x-n.width,y:d};break;default:f={x:r.x,y:r.y}}var p=i?Au(i):null;if(p!=null){var h=p==="y"?"height":"width";switch(s){case Na:f[p]=f[p]-(r[h]/2-n[h]/2);break;case $o:f[p]=f[p]+(r[h]/2-n[h]/2);break}}return f}function Bo(t,r){r===void 0&&(r={});var n=r,a=n.placement,i=a===void 0?t.placement:a,s=n.strategy,c=s===void 0?t.strategy:s,d=n.boundary,f=d===void 0?w9:d,p=n.rootBoundary,h=p===void 0?A0:p,g=n.elementContext,_=g===void 0?co:g,k=n.altBoundary,$=k===void 0?!1:k,M=n.padding,x=M===void 0?0:M,y=H0(typeof x!="number"?x:U0(x,To)),E=_===co?k9:co,O=t.rects.popper,S=t.elements[$?E:_],L=tw(oa(S)?S:S.contextElement||Nr(t.elements.popper),f,h,c),V=Ma(t.elements.reference),T=j0({reference:V,element:O,placement:i}),N=cu(Object.assign({},O,T)),P=_===co?N:V,b={top:L.top-P.top+y.top,bottom:P.bottom-L.bottom+y.bottom,left:L.left-P.left+y.left,right:P.right-L.right+y.right},R=t.modifiersData.offset;if(_===co&&R){var Y=R[i];Object.keys(b).forEach(function(ie){var H=[kn,wn].indexOf(ie)>=0?1:-1,X=[Qt,wn].indexOf(ie)>=0?"y":"x";b[ie]+=Y[X]*H})}return b}function nw(t,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=Da(a),g=h?d?yp:yp.filter(function($){return Da($)===h}):To,_=g.filter(function($){return p.indexOf($)>=0});_.length===0&&(_=g);var k=_.reduce(function($,M){return $[M]=Bo(t,{placement:M,boundary:i,rootBoundary:s,padding:c})[Hn(M)],$},{});return Object.keys(k).sort(function($,M){return k[$]-k[M]})}function rw(t){if(Hn(t)===Mu)return[];var r=zi(t);return[wp(t),r,wp(r)]}function aw(t){var r=t.state,n=t.options,a=t.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,g=n.rootBoundary,_=n.altBoundary,k=n.flipVariations,$=k===void 0?!0:k,M=n.allowedAutoPlacements,x=r.options.placement,y=Hn(x),E=y===x,O=f||(E||!$?[zi(x)]:rw(x)),S=[x].concat(O).reduce(function(Q,C){return Q.concat(Hn(C)===Mu?nw(r,{placement:C,boundary:h,rootBoundary:g,padding:p,flipVariations:$,allowedAutoPlacements:M}):C)},[]),L=r.rects.reference,V=r.rects.popper,T=new Map,N=!0,P=S[0],b=0;b<S.length;b++){var R=S[b],Y=Hn(R),ie=Da(R)===Na,H=[Qt,wn].indexOf(Y)>=0,X=H?"width":"height",K=Bo(r,{placement:R,boundary:h,rootBoundary:g,altBoundary:_,padding:p}),re=H?ie?kn:qt:ie?wn:Qt;L[X]>V[X]&&(re=zi(re));var pe=zi(re),ae=[];if(s&&ae.push(K[Y]<=0),d&&ae.push(K[re]<=0,K[pe]<=0),ae.every(function(Q){return Q})){P=R,N=!1;break}T.set(R,ae)}if(N)for(var he=$?3:1,Z=function(C){var W=S.find(function(m){var D=T.get(m);if(D)return D.slice(0,C).every(function(j){return j})});if(W)return P=W,"break"},U=he;U>0;U--){var F=Z(U);if(F==="break")break}r.placement!==P&&(r.modifiersData[a]._skip=!0,r.placement=P,r.reset=!0)}}const ow={name:"flip",enabled:!0,phase:"main",fn:aw,requiresIfExists:["offset"],data:{_skip:!1}};function xp(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 Ep(t){return[Qt,kn,wn,qt].some(function(r){return t[r]>=0})}function iw(t){var r=t.state,n=t.name,a=r.rects.reference,i=r.rects.popper,s=r.modifiersData.preventOverflow,c=Bo(r,{elementContext:"reference"}),d=Bo(r,{altBoundary:!0}),f=xp(c,a),p=xp(d,i,s),h=Ep(f),g=Ep(p);r.modifiersData[n]={referenceClippingOffsets:f,popperEscapeOffsets:p,isReferenceHidden:h,hasPopperEscaped:g},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":h,"data-popper-escaped":g})}const lw={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:iw};function sw(t,r,n){var a=Hn(t),i=[qt,Qt].indexOf(a)>=0?-1:1,s=typeof n=="function"?n(Object.assign({},r,{placement:t})):n,c=s[0],d=s[1];return c=c||0,d=(d||0)*i,[qt,kn].indexOf(a)>=0?{x:d,y:c}:{x:c,y:d}}function uw(t){var r=t.state,n=t.options,a=t.name,i=n.offset,s=i===void 0?[0,0]:i,c=P0.reduce(function(h,g){return h[g]=sw(g,r.rects,s),h},{}),d=c[r.placement],f=d.x,p=d.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=f,r.modifiersData.popperOffsets.y+=p),r.modifiersData[a]=c}const cw={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:uw};function dw(t){var r=t.state,n=t.name;r.modifiersData[n]=j0({reference:r.rects.reference,element:r.rects.popper,placement:r.placement})}const fw={name:"popperOffsets",enabled:!0,phase:"read",fn:dw,data:{}};function pw(t){return t==="x"?"y":"x"}function hw(t){var r=t.state,n=t.options,a=t.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,g=n.padding,_=n.tether,k=_===void 0?!0:_,$=n.tetherOffset,M=$===void 0?0:$,x=Bo(r,{boundary:f,rootBoundary:p,padding:g,altBoundary:h}),y=Hn(r.placement),E=Da(r.placement),O=!E,S=Au(y),L=pw(S),V=r.modifiersData.popperOffsets,T=r.rects.reference,N=r.rects.popper,P=typeof M=="function"?M(Object.assign({},r.rects,{placement:r.placement})):M,b=typeof P=="number"?{mainAxis:P,altAxis:P}:Object.assign({mainAxis:0,altAxis:0},P),R=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,Y={x:0,y:0};if(V){if(s){var ie,H=S==="y"?Qt:qt,X=S==="y"?wn:kn,K=S==="y"?"height":"width",re=V[S],pe=re+x[H],ae=re-x[X],he=k?-N[K]/2:0,Z=E===Na?T[K]:N[K],U=E===Na?-N[K]:-T[K],F=r.elements.arrow,Q=k&&F?Ru(F):{width:0,height:0},C=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:z0(),W=C[H],m=C[X],D=_o(0,T[K],Q[K]),j=O?T[K]/2-he-D-W-b.mainAxis:Z-D-W-b.mainAxis,ue=O?-T[K]/2+he+D+m+b.mainAxis:U+D+m+b.mainAxis,te=r.elements.arrow&&Mo(r.elements.arrow),Ne=te?S==="y"?te.clientTop||0:te.clientLeft||0:0,de=(ie=R==null?void 0:R[S])!=null?ie:0,ye=re+j-de-Ne,A=re+ue-de,_e=_o(k?Gi(pe,ye):pe,re,k?na(ae,A):ae);V[S]=_e,Y[S]=_e-re}if(d){var be,we=S==="x"?Qt:qt,He=S==="x"?wn:kn,Te=V[L],ee=L==="y"?"height":"width",me=Te+x[we],Be=Te-x[He],st=[Qt,qt].indexOf(y)!==-1,Ct=(be=R==null?void 0:R[L])!=null?be:0,Oe=st?me:Te-T[ee]-N[ee]-Ct+b.altAxis,Vt=st?Te+T[ee]+N[ee]-Ct-b.altAxis:Be,Ze=k&&st?P9(Oe,Te,Vt):_o(k?Oe:me,Te,k?Vt:Be);V[L]=Ze,Y[L]=Ze-Te}r.modifiersData[a]=Y}}const mw={name:"preventOverflow",enabled:!0,phase:"main",fn:hw,requiresIfExists:["offset"]};function vw(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function gw(t){return t===un(t)||!_n(t)?Pu(t):vw(t)}function yw(t){var r=t.getBoundingClientRect(),n=Ta(r.width)/t.offsetWidth||1,a=Ta(r.height)/t.offsetHeight||1;return n!==1||a!==1}function bw(t,r,n){n===void 0&&(n=!1);var a=_n(r),i=_n(r)&&yw(r),s=Nr(r),c=Ma(t,i,n),d={scrollLeft:0,scrollTop:0},f={x:0,y:0};return(a||!a&&!n)&&((jn(r)!=="body"||Fu(s))&&(d=gw(r)),_n(r)?(f=Ma(r,!0),f.x+=r.clientLeft,f.y+=r.clientTop):s&&(f.x=Lu(s))),{x:c.left+d.scrollLeft-f.x,y:c.top+d.scrollTop-f.y,width:c.width,height:c.height}}function _w(t){var r=new Map,n=new Set,a=[];t.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 t.forEach(function(s){n.has(s.name)||i(s)}),a}function ww(t){var r=_w(t);return N9.reduce(function(n,a){return n.concat(r.filter(function(i){return i.phase===a}))},[])}function kw(t){var r;return function(){return r||(r=new Promise(function(n){Promise.resolve().then(function(){r=void 0,n(t())})})),r}}function xw(t){var r=t.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 Cp={placement:"bottom",modifiers:[],strategy:"absolute"};function $p(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return!r.some(function(a){return!(a&&typeof a.getBoundingClientRect=="function")})}function Ew(t){t===void 0&&(t={});var r=t,n=r.defaultModifiers,a=n===void 0?[]:n,i=r.defaultOptions,s=i===void 0?Cp:i;return function(d,f,p){p===void 0&&(p=s);var h={placement:"bottom",orderedModifiers:[],options:Object.assign({},Cp,s),modifiersData:{},elements:{reference:d,popper:f},attributes:{},styles:{}},g=[],_=!1,k={state:h,setOptions:function(y){var E=typeof y=="function"?y(h.options):y;M(),h.options=Object.assign({},s,h.options,E),h.scrollParents={reference:oa(d)?wo(d):d.contextElement?wo(d.contextElement):[],popper:wo(f)};var O=ww(xw([].concat(a,h.options.modifiers)));return h.orderedModifiers=O.filter(function(S){return S.enabled}),$(),k.update()},forceUpdate:function(){if(!_){var y=h.elements,E=y.reference,O=y.popper;if($p(E,O)){h.rects={reference:bw(E,Mo(O),h.options.strategy==="fixed"),popper:Ru(O)},h.reset=!1,h.placement=h.options.placement,h.orderedModifiers.forEach(function(b){return h.modifiersData[b.name]=Object.assign({},b.data)});for(var S=0;S<h.orderedModifiers.length;S++){if(h.reset===!0){h.reset=!1,S=-1;continue}var L=h.orderedModifiers[S],V=L.fn,T=L.options,N=T===void 0?{}:T,P=L.name;typeof V=="function"&&(h=V({state:h,options:N,name:P,instance:k})||h)}}}},update:kw(function(){return new Promise(function(x){k.forceUpdate(),x(h)})}),destroy:function(){M(),_=!0}};if(!$p(d,f))return k;k.setOptions(p).then(function(x){!_&&p.onFirstUpdate&&p.onFirstUpdate(x)});function $(){h.orderedModifiers.forEach(function(x){var y=x.name,E=x.options,O=E===void 0?{}:E,S=x.effect;if(typeof S=="function"){var L=S({state:h,name:y,instance:k,options:O}),V=function(){};g.push(L||V)}})}function M(){g.forEach(function(x){return x()}),g=[]}return k}}var Cw=[G9,fw,Y9,D9,cw,ow,mw,H9,lw],al=Ew({defaultModifiers:Cw});function sr(t){return Array.isArray?Array.isArray(t):G0(t)==="[object Array]"}function $w(t){if(typeof t=="string")return t;let r=t+"";return r=="0"&&1/t==-1/0?"-0":r}function Bw(t){return t==null?"":$w(t)}function Fn(t){return typeof t=="string"}function Y0(t){return typeof t=="number"}function Sw(t){return t===!0||t===!1||Vw(t)&&G0(t)=="[object Boolean]"}function K0(t){return typeof t=="object"}function Vw(t){return K0(t)&&t!==null}function ln(t){return t!=null}function Ss(t){return!t.trim().length}function G0(t){return t==null?t===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const Ow="Incorrect 'index' type",Iw=t=>`Invalid value for key ${t}`,Nw=t=>`Pattern length exceeds max of ${t}.`,Tw=t=>`Missing ${t} property in key`,Mw=t=>`Property 'weight' in key '${t}' must be a positive integer`,Bp=Object.prototype.hasOwnProperty;class Dw{constructor(r){this._keys=[],this._keyMap={};let n=0;r.forEach(a=>{let i=X0(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 X0(t){let r=null,n=null,a=null,i=1,s=null;if(Fn(t)||sr(t))a=t,r=Sp(t),n=du(t);else{if(!Bp.call(t,"name"))throw new Error(Tw("name"));const c=t.name;if(a=c,Bp.call(t,"weight")&&(i=t.weight,i<=0))throw new Error(Mw(c));r=Sp(c),n=du(c),s=t.getFn}return{path:r,id:n,weight:i,src:a,getFn:s}}function Sp(t){return sr(t)?t:t.split(".")}function du(t){return sr(t)?t.join("."):t}function Rw(t,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&&(Fn(p)||Y0(p)||Sw(p)))n.push(Bw(p));else if(sr(p)){a=!0;for(let h=0,g=p.length;h<g;h+=1)i(p[h],c,d+1)}else c.length&&i(p,c,d+1)}};return i(t,Fn(r)?r.split("."):r,0),a?n:n[0]}const Aw={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},Pw={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},Lw={location:0,threshold:.6,distance:100},Fw={useExtendedSearch:!1,getFn:Rw,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};var Le={...Pw,...Aw,...Lw,...Fw};const zw=/[^ ]+/g;function Hw(t=1,r=3){const n=new Map,a=Math.pow(10,r);return{get(i){const s=i.match(zw).length;if(n.has(s))return n.get(s);const c=1/Math.pow(s,.5*t),d=parseFloat(Math.round(c*a)/a);return n.set(s,d),d},clear(){n.clear()}}}class zu{constructor({getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){this.norm=Hw(n,3),this.getFn=r,this.isCreated=!1,this.setIndexRecords()}setSources(r=[]){this.docs=r}setIndexRecords(r=[]){this.records=r}setKeys(r=[]){this.keys=r,this._keysMap={},r.forEach((n,a)=>{this._keysMap[n.id]=a})}create(){this.isCreated||!this.docs.length||(this.isCreated=!0,Fn(this.docs[0])?this.docs.forEach((r,n)=>{this._addString(r,n)}):this.docs.forEach((r,n)=>{this._addObject(r,n)}),this.norm.clear())}add(r){const n=this.size();Fn(r)?this._addString(r,n):this._addObject(r,n)}removeAt(r){this.records.splice(r,1);for(let n=r,a=this.size();n<a;n+=1)this.records[n].i-=1}getValueForItemAtKeyId(r,n){return r[this._keysMap[n]]}size(){return this.records.length}_addString(r,n){if(!ln(r)||Ss(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(sr(c)){let d=[];const f=[{nestedArrIndex:-1,value:c}];for(;f.length;){const{nestedArrIndex:p,value:h}=f.pop();if(ln(h))if(Fn(h)&&!Ss(h)){let g={v:h,i:p,n:this.norm.get(h)};d.push(g)}else sr(h)&&h.forEach((g,_)=>{f.push({nestedArrIndex:_,value:g})})}a.$[s]=d}else if(Fn(c)&&!Ss(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(t,r,{getFn:n=Le.getFn,fieldNormWeight:a=Le.fieldNormWeight}={}){const i=new zu({getFn:n,fieldNormWeight:a});return i.setKeys(t.map(X0)),i.setSources(r),i.create(),i}function Uw(t,{getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){const{keys:a,records:i}=t,s=new zu({getFn:r,fieldNormWeight:n});return s.setKeys(a),s.setIndexRecords(i),s}function Vi(t,{errors:r=0,currentLocation:n=0,expectedLocation:a=0,distance:i=Le.distance,ignoreLocation:s=Le.ignoreLocation}={}){const c=r/t.length;if(s)return c;const d=Math.abs(a-n);return i?c+d/i:d?1:c}function Ww(t=[],r=Le.minMatchCharLength){let n=[],a=-1,i=-1,s=0;for(let c=t.length;s<c;s+=1){let d=t[s];d&&a===-1?a=s:!d&&a!==-1&&(i=s-1,i-a+1>=r&&n.push([a,i]),a=-1)}return t[s-1]&&s-a>=r&&n.push([a,s-1]),n}const Zr=32;function jw(t,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>Zr)throw new Error(Nw(Zr));const h=r.length,g=t.length,_=Math.max(0,Math.min(a,g));let k=s,$=_;const M=d>1||f,x=M?Array(g):[];let y;for(;(y=t.indexOf(r,$))>-1;){let T=Vi(r,{currentLocation:y,expectedLocation:_,distance:i,ignoreLocation:p});if(k=Math.min(T,k),$=y+h,M){let N=0;for(;N<h;)x[y+N]=1,N+=1}}$=-1;let E=[],O=1,S=h+g;const L=1<<h-1;for(let T=0;T<h;T+=1){let N=0,P=S;for(;N<P;)Vi(r,{errors:T,currentLocation:_+P,expectedLocation:_,distance:i,ignoreLocation:p})<=k?N=P:S=P,P=Math.floor((S-N)/2+N);S=P;let b=Math.max(1,_-P+1),R=c?g:Math.min(_+P,g)+h,Y=Array(R+2);Y[R+1]=(1<<T)-1;for(let H=R;H>=b;H-=1){let X=H-1,K=n[t.charAt(X)];if(M&&(x[X]=+!!K),Y[H]=(Y[H+1]<<1|1)&K,T&&(Y[H]|=(E[H+1]|E[H])<<1|1|E[H+1]),Y[H]&L&&(O=Vi(r,{errors:T,currentLocation:X,expectedLocation:_,distance:i,ignoreLocation:p}),O<=k)){if(k=O,$=X,$<=_)break;b=Math.max(1,2*_-$)}}if(Vi(r,{errors:T+1,currentLocation:_,expectedLocation:_,distance:i,ignoreLocation:p})>k)break;E=Y}const V={isMatch:$>=0,score:Math.max(.001,O)};if(M){const T=Ww(x,d);T.length?f&&(V.indices=T):V.isMatch=!1}return V}function Yw(t){let r={};for(let n=0,a=t.length;n<a;n+=1){const i=t.charAt(n);r[i]=(r[i]||0)|1<<a-n-1}return r}class q0{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=(_,k)=>{this.chunks.push({pattern:_,alphabet:Yw(_),startIndex:k})},g=this.pattern.length;if(g>Zr){let _=0;const k=g%Zr,$=g-k;for(;_<$;)h(this.pattern.substr(_,Zr),_),_+=Zr;if(k){const M=g-Zr;h(this.pattern.substr(M),M)}}else h(this.pattern,0)}searchIn(r){const{isCaseSensitive:n,includeMatches:a}=this.options;if(n||(r=r.toLowerCase()),this.pattern===r){let $={isMatch:!0,score:0};return a&&($.indices=[[0,r.length-1]]),$}const{location:i,distance:s,threshold:c,findAllMatches:d,minMatchCharLength:f,ignoreLocation:p}=this.options;let h=[],g=0,_=!1;this.chunks.forEach(({pattern:$,alphabet:M,startIndex:x})=>{const{isMatch:y,score:E,indices:O}=jw(r,$,M,{location:i+x,distance:s,threshold:c,findAllMatches:d,minMatchCharLength:f,includeMatches:a,ignoreLocation:p});y&&(_=!0),g+=E,y&&O&&(h=[...h,...O])});let k={isMatch:_,score:_?g/this.chunks.length:1};return _&&a&&(k.indices=h),k}}class Tr{constructor(r){this.pattern=r}static isMultiMatch(r){return Vp(r,this.multiRegex)}static isSingleMatch(r){return Vp(r,this.singleRegex)}search(){}}function Vp(t,r){const n=t.match(r);return n?n[1]:null}class Kw extends Tr{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 Gw extends Tr{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 Xw extends Tr{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 Qw extends Tr{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 qw extends Tr{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 Jw extends Tr{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 J0 extends Tr{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 q0(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 Z0 extends Tr{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 fu=[Kw,Z0,Xw,Qw,Jw,qw,Gw,J0],Op=fu.length,Zw=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,e6="|";function t6(t,r={}){return t.split(e6).map(n=>{let a=n.trim().split(Zw).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=fu[p];let g=h.isMultiMatch(d);g&&(i.push(new h(g,r)),f=!0)}if(!f)for(p=-1;++p<Op;){const h=fu[p];let g=h.isSingleMatch(d);if(g){i.push(new h(g,r));break}}}return i})}const n6=new Set([J0.type,Z0.type]);class r6{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=t6(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 g=0,_=h.length;g<_;g+=1){const k=h[g],{isMatch:$,indices:M,score:x}=k.search(r);if($){if(s+=1,d+=x,a){const y=k.constructor.type;n6.has(y)?c=[...c,...M]:c.push(M)}}else{d=0,s=0,c.length=0;break}}if(s){let g={isMatch:!0,score:d/s};return a&&(g.indices=c),g}}return{isMatch:!1,score:1}}}const pu=[];function a6(...t){pu.push(...t)}function hu(t,r){for(let n=0,a=pu.length;n<a;n+=1){let i=pu[n];if(i.condition(t,r))return new i(t,r)}return new q0(t,r)}const Xi={AND:"$and",OR:"$or"},mu={PATH:"$path",PATTERN:"$val"},vu=t=>!!(t[Xi.AND]||t[Xi.OR]),o6=t=>!!t[mu.PATH],i6=t=>!sr(t)&&K0(t)&&!vu(t),Ip=t=>({[Xi.AND]:Object.keys(t).map(r=>({[r]:t[r]}))});function eh(t,r,{auto:n=!0}={}){const a=i=>{let s=Object.keys(i);const c=o6(i);if(!c&&s.length>1&&!vu(i))return a(Ip(i));if(i6(i)){const f=c?i[mu.PATH]:s[0],p=c?i[mu.PATTERN]:i[f];if(!Fn(p))throw new Error(Iw(f));const h={keyId:du(f),pattern:p};return n&&(h.searcher=hu(p,r)),h}let d={children:[],operator:s[0]};return s.forEach(f=>{const p=i[f];sr(p)&&p.forEach(h=>{d.children.push(a(h))})}),d};return vu(t)||(t=Ip(t)),a(t)}function l6(t,{ignoreFieldNorm:r=Le.ignoreFieldNorm}){t.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 s6(t,r){const n=t.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 u6(t,r){r.score=t.score}function c6(t,r,{includeMatches:n=Le.includeMatches,includeScore:a=Le.includeScore}={}){const i=[];return n&&i.push(s6),a&&i.push(u6),t.map(s=>{const{idx:c}=s,d={item:r[c],refIndex:c};return i.length&&i.forEach(f=>{f(s,d)}),d})}class Ua{constructor(r,n={},a){this.options={...Le,...n},this.options.useExtendedSearch,this._keyStore=new Dw(this.options.keys),this.setCollection(r,a)}setCollection(r,n){if(this._docs=r,n&&!(n instanceof zu))throw new Error(Ow);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=Fn(r)?Fn(this._docs[0])?this._searchStringList(r):this._searchObjectList(r):this._searchLogical(r);return l6(f,{ignoreFieldNorm:d}),s&&f.sort(c),Y0(n)&&n>-1&&(f=f.slice(0,n)),c6(f,this._docs,{includeMatches:a,includeScore:i})}_searchStringList(r){const n=hu(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=eh(r,this.options),a=(d,f,p)=>{if(!d.children){const{keyId:g,searcher:_}=d,k=this._findMatches({key:this._keyStore.get(g),value:this._myIndex.getValueForItemAtKeyId(f,g),searcher:_});return k&&k.length?[{idx:p,item:f,matches:k}]:[]}const h=[];for(let g=0,_=d.children.length;g<_;g+=1){const k=d.children[g],$=a(k,f,p);if($.length)h.push(...$);else if(d.operator===Xi.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=hu(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(sr(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}}Ua.version="6.6.2";Ua.createIndex=Q0;Ua.parseIndex=Uw;Ua.config=Le;Ua.parseQuery=eh;a6(r6);var fo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function d6(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Qi={exports:{}};/**
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 a=this.getOptionLabel(n);return typeof a=="number"&&(a=a.toString()),this.filterBy(n,a,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:a,left:i}){t.style.top=a,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:()=>i9()}},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:Ea({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:vp(Ea({},t),{deselect:this.deselect}),footer:vp(Ea({},t),{deselect:this.deselect})}},childComponents(){return Ea(Ea({},gp),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(a=>a.contains(t.target)||a===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=a=>JSON.stringify(this.reduce(a))===JSON.stringify(t),n=[...this.options,...this.pushedTags].filter(r);return n.length===1?n[0]:n.find(a=>this.optionComparator(a,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 a=this.mapKeydown(n,this);if(typeof a[t.keyCode]=="function")return a[t.keyCode](t)}}},s9=["dir"],u9=["id","aria-expanded","aria-owns"],c9={ref:"selectedOptions",class:"vs__selected-options"},d9=["disabled","title","aria-label","onClick"],f9={ref:"actions",class:"vs__actions"},p9=["disabled"],h9={class:"vs__spinner"},m9=["id"],v9=["id","aria-selected","onMouseover","onClick"],g9={key:0,class:"vs__no-options"},y9=e.createTextVNode(" Sorry, no matching options. "),b9=["id"];function _9(t,r,n,a,i,s){const c=e.resolveDirective("append-to-body");return e.openBlock(),e.createElementBlock("div",{dir:n.dir,class:e.normalizeClass(["v-select",s.stateClasses])},[e.renderSlot(t.$slots,"header",e.normalizeProps(e.guardReactiveProps(s.scope.header))),e.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))},[e.createElementVNode("div",c9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.selectedValue,(d,f)=>e.renderSlot(t.$slots,"selected-option-container",{option:s.normalizeOptionForSlot(d),deselect:s.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(e.openBlock(),e.createElementBlock("span",{key:n.getOptionKey(d),class:"vs__selected"},[e.renderSlot(t.$slots,"selected-option",e.normalizeProps(e.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[e.createTextVNode(e.toDisplayString(n.getOptionLabel(d)),1)]),n.multiple?(e.openBlock(),e.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)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.childComponents.Deselect)))],8,d9)):e.createCommentVNode("",!0)]))])),256)),e.renderSlot(t.$slots,"search",e.normalizeProps(e.guardReactiveProps(s.scope.search)),()=>[e.createElementVNode("input",e.mergeProps({class:"vs__search"},s.scope.search.attributes,e.toHandlers(s.scope.search.events)),null,16)])],512),e.createElementVNode("div",f9,[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]=(...d)=>s.clearSelection&&s.clearSelection(...d))},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.childComponents.Deselect)))],8,p9),[[e.vShow,s.showClearButton]]),e.renderSlot(t.$slots,"open-indicator",e.normalizeProps(e.guardReactiveProps(s.scope.openIndicator)),()=>[n.noDrop?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s.childComponents.OpenIndicator),e.normalizeProps(e.mergeProps({key:0},s.scope.openIndicator.attributes)),null,16))]),e.renderSlot(t.$slots,"spinner",e.normalizeProps(e.guardReactiveProps(s.scope.spinner)),()=>[e.withDirectives(e.createElementVNode("div",h9,"Loading...",512),[[e.vShow,t.mutableLoading]])])],512)],40,u9),e.createVNode(e.Transition,{name:n.transition},{default:e.withCtx(()=>[s.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((...d)=>s.onMousedown&&s.onMousedown(...d),["prevent"])),onMouseup:r[3]||(r[3]=(...d)=>s.onMouseUp&&s.onMouseUp(...d))},[e.renderSlot(t.$slots,"list-header",e.normalizeProps(e.guardReactiveProps(s.scope.listHeader))),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.filteredOptions,(d,f)=>(e.openBlock(),e.createElementBlock("li",{id:`vs${n.uid}__option-${f}`,key:n.getOptionKey(d),role:"option",class:e.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":s.isOptionDeselectable(d)&&f===t.typeAheadPointer,"vs__dropdown-option--selected":s.isOptionSelected(d),"vs__dropdown-option--highlight":f===t.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(d)}]),"aria-selected":f===t.typeAheadPointer?!0:null,onMouseover:p=>n.selectable(d)?t.typeAheadPointer=f:null,onClick:e.withModifiers(p=>n.selectable(d)?s.select(d):null,["prevent","stop"])},[e.renderSlot(t.$slots,"option",e.normalizeProps(e.guardReactiveProps(s.normalizeOptionForSlot(d))),()=>[e.createTextVNode(e.toDisplayString(n.getOptionLabel(d)),1)])],42,v9))),128)),s.filteredOptions.length===0?(e.openBlock(),e.createElementBlock("li",g9,[e.renderSlot(t.$slots,"no-options",e.normalizeProps(e.guardReactiveProps(s.scope.noOptions)),()=>[y9])])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"list-footer",e.normalizeProps(e.guardReactiveProps(s.scope.listFooter)))],40,m9)),[[c]]):(e.openBlock(),e.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,b9))]),_:3},8,["name"]),e.renderSlot(t.$slots,"footer",e.normalizeProps(e.guardReactiveProps(s.scope.footer)))],10,s9)}const R0=Tu(l9,[["render",_9]]);var Qt="top",wn="bottom",kn="right",qt="left",Mu="auto",To=[Qt,wn,kn,qt],Na="start",$o="end",w9="clippingParents",A0="viewport",co="popper",k9="reference",yp=To.reduce(function(t,r){return t.concat([r+"-"+Na,r+"-"+$o])},[]),P0=[].concat(To,[Mu]).reduce(function(t,r){return t.concat([r,r+"-"+Na,r+"-"+$o])},[]),x9="beforeRead",E9="read",C9="afterRead",$9="beforeMain",B9="main",S9="afterMain",V9="beforeWrite",O9="write",I9="afterWrite",N9=[x9,E9,C9,$9,B9,S9,V9,O9,I9];function jn(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 oa(t){var r=un(t).Element;return t instanceof r||t instanceof Element}function _n(t){var r=un(t).HTMLElement;return t instanceof r||t instanceof HTMLElement}function Du(t){if(typeof ShadowRoot>"u")return!1;var r=un(t).ShadowRoot;return t instanceof r||t instanceof ShadowRoot}function T9(t){var r=t.state;Object.keys(r.elements).forEach(function(n){var a=r.styles[n]||{},i=r.attributes[n]||{},s=r.elements[n];!_n(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 M9(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(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},{});!_n(i)||!jn(i)||(Object.assign(i.style,d),Object.keys(s).forEach(function(f){i.removeAttribute(f)}))})}}const D9={name:"applyStyles",enabled:!0,phase:"write",fn:T9,effect:M9,requires:["computeStyles"]};function Hn(t){return t.split("-")[0]}var na=Math.max,Gi=Math.min,Ta=Math.round;function uu(){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 L0(){return!/^((?!chrome|android).)*safari/i.test(uu())}function Ma(t,r,n){r===void 0&&(r=!1),n===void 0&&(n=!1);var a=t.getBoundingClientRect(),i=1,s=1;r&&_n(t)&&(i=t.offsetWidth>0&&Ta(a.width)/t.offsetWidth||1,s=t.offsetHeight>0&&Ta(a.height)/t.offsetHeight||1);var c=oa(t)?un(t):window,d=c.visualViewport,f=!L0()&&n,p=(a.left+(f&&d?d.offsetLeft:0))/i,h=(a.top+(f&&d?d.offsetTop:0))/s,g=a.width/i,_=a.height/s;return{width:g,height:_,top:h,right:p+g,bottom:h+_,left:p,x:p,y:h}}function Ru(t){var r=Ma(t),n=t.offsetWidth,a=t.offsetHeight;return Math.abs(r.width-n)<=1&&(n=r.width),Math.abs(r.height-a)<=1&&(a=r.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:a}}function F0(t,r){var n=r.getRootNode&&r.getRootNode();if(t.contains(r))return!0;if(n&&Du(n)){var a=r;do{if(a&&t.isSameNode(a))return!0;a=a.parentNode||a.host}while(a)}return!1}function lr(t){return un(t).getComputedStyle(t)}function R9(t){return["table","td","th"].indexOf(jn(t))>=0}function Nr(t){return((oa(t)?t.ownerDocument:t.document)||window.document).documentElement}function rl(t){return jn(t)==="html"?t:t.assignedSlot||t.parentNode||(Du(t)?t.host:null)||Nr(t)}function bp(t){return!_n(t)||lr(t).position==="fixed"?null:t.offsetParent}function A9(t){var r=/firefox/i.test(uu()),n=/Trident/i.test(uu());if(n&&_n(t)){var a=lr(t);if(a.position==="fixed")return null}var i=rl(t);for(Du(i)&&(i=i.host);_n(i)&&["html","body"].indexOf(jn(i))<0;){var s=lr(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 Mo(t){for(var r=un(t),n=bp(t);n&&R9(n)&&lr(n).position==="static";)n=bp(n);return n&&(jn(n)==="html"||jn(n)==="body"&&lr(n).position==="static")?r:n||A9(t)||r}function Au(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function _o(t,r,n){return na(t,Gi(r,n))}function P9(t,r,n){var a=_o(t,r,n);return a>n?n:a}function z0(){return{top:0,right:0,bottom:0,left:0}}function H0(t){return Object.assign({},z0(),t)}function U0(t,r){return r.reduce(function(n,a){return n[a]=t,n},{})}var L9=function(r,n){return r=typeof r=="function"?r(Object.assign({},n.rects,{placement:n.placement})):r,H0(typeof r!="number"?r:U0(r,To))};function F9(t){var r,n=t.state,a=t.name,i=t.options,s=n.elements.arrow,c=n.modifiersData.popperOffsets,d=Hn(n.placement),f=Au(d),p=[qt,kn].indexOf(d)>=0,h=p?"height":"width";if(!(!s||!c)){var g=L9(i.padding,n),_=Ru(s),k=f==="y"?Qt:qt,C=f==="y"?wn:kn,M=n.rects.reference[h]+n.rects.reference[f]-c[f]-n.rects.popper[h],x=c[f]-n.rects.reference[f],y=Mo(s),E=y?f==="y"?y.clientHeight||0:y.clientWidth||0:0,O=M/2-x/2,S=g[k],L=E-_[h]-g[C],V=E/2-_[h]/2+O,T=_o(S,V,L),N=f;n.modifiersData[a]=(r={},r[N]=T,r.centerOffset=T-V,r)}}function z9(t){var r=t.state,n=t.options,a=n.element,i=a===void 0?"[data-popper-arrow]":a;i!=null&&(typeof i=="string"&&(i=r.elements.popper.querySelector(i),!i)||F0(r.elements.popper,i)&&(r.elements.arrow=i))}const H9={name:"arrow",enabled:!0,phase:"main",fn:F9,effect:z9,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Da(t){return t.split("-")[1]}var U9={top:"auto",right:"auto",bottom:"auto",left:"auto"};function W9(t,r){var n=t.x,a=t.y,i=r.devicePixelRatio||1;return{x:Ta(n*i)/i||0,y:Ta(a*i)/i||0}}function _p(t){var r,n=t.popper,a=t.popperRect,i=t.placement,s=t.variation,c=t.offsets,d=t.position,f=t.gpuAcceleration,p=t.adaptive,h=t.roundOffsets,g=t.isFixed,_=c.x,k=_===void 0?0:_,C=c.y,M=C===void 0?0:C,x=typeof h=="function"?h({x:k,y:M}):{x:k,y:M};k=x.x,M=x.y;var y=c.hasOwnProperty("x"),E=c.hasOwnProperty("y"),O=qt,S=Qt,L=window;if(p){var V=Mo(n),T="clientHeight",N="clientWidth";if(V===un(n)&&(V=Nr(n),lr(V).position!=="static"&&d==="absolute"&&(T="scrollHeight",N="scrollWidth")),V=V,i===Qt||(i===qt||i===kn)&&s===$o){S=wn;var P=g&&V===L&&L.visualViewport?L.visualViewport.height:V[T];M-=P-a.height,M*=f?1:-1}if(i===qt||(i===Qt||i===wn)&&s===$o){O=kn;var b=g&&V===L&&L.visualViewport?L.visualViewport.width:V[N];k-=b-a.width,k*=f?1:-1}}var R=Object.assign({position:d},p&&U9),Y=h===!0?W9({x:k,y:M},un(n)):{x:k,y:M};if(k=Y.x,M=Y.y,f){var ie;return Object.assign({},R,(ie={},ie[S]=E?"0":"",ie[O]=y?"0":"",ie.transform=(L.devicePixelRatio||1)<=1?"translate("+k+"px, "+M+"px)":"translate3d("+k+"px, "+M+"px, 0)",ie))}return Object.assign({},R,(r={},r[S]=E?M+"px":"",r[O]=y?k+"px":"",r.transform="",r))}function j9(t){var r=t.state,n=t.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:Da(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,_p(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,_p(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 Y9={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:j9,data:{}};var Si={passive:!0};function K9(t){var r=t.state,n=t.instance,a=t.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,Si)}),d&&f.addEventListener("resize",n.update,Si),function(){s&&p.forEach(function(h){h.removeEventListener("scroll",n.update,Si)}),d&&f.removeEventListener("resize",n.update,Si)}}const G9={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:K9,data:{}};var X9={left:"right",right:"left",bottom:"top",top:"bottom"};function zi(t){return t.replace(/left|right|bottom|top/g,function(r){return X9[r]})}var Q9={start:"end",end:"start"};function wp(t){return t.replace(/start|end/g,function(r){return Q9[r]})}function Pu(t){var r=un(t),n=r.pageXOffset,a=r.pageYOffset;return{scrollLeft:n,scrollTop:a}}function Lu(t){return Ma(Nr(t)).left+Pu(t).scrollLeft}function q9(t,r){var n=un(t),a=Nr(t),i=n.visualViewport,s=a.clientWidth,c=a.clientHeight,d=0,f=0;if(i){s=i.width,c=i.height;var p=L0();(p||!p&&r==="fixed")&&(d=i.offsetLeft,f=i.offsetTop)}return{width:s,height:c,x:d+Lu(t),y:f}}function J9(t){var r,n=Nr(t),a=Pu(t),i=(r=t.ownerDocument)==null?void 0:r.body,s=na(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),c=na(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),d=-a.scrollLeft+Lu(t),f=-a.scrollTop;return lr(i||n).direction==="rtl"&&(d+=na(n.clientWidth,i?i.clientWidth:0)-s),{width:s,height:c,x:d,y:f}}function Fu(t){var r=lr(t),n=r.overflow,a=r.overflowX,i=r.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+a)}function W0(t){return["html","body","#document"].indexOf(jn(t))>=0?t.ownerDocument.body:_n(t)&&Fu(t)?t:W0(rl(t))}function wo(t,r){var n;r===void 0&&(r=[]);var a=W0(t),i=a===((n=t.ownerDocument)==null?void 0:n.body),s=un(a),c=i?[s].concat(s.visualViewport||[],Fu(a)?a:[]):a,d=r.concat(c);return i?d:d.concat(wo(rl(c)))}function cu(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Z9(t,r){var n=Ma(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 kp(t,r,n){return r===A0?cu(q9(t,n)):oa(r)?Z9(r,n):cu(J9(Nr(t)))}function ew(t){var r=wo(rl(t)),n=["absolute","fixed"].indexOf(lr(t).position)>=0,a=n&&_n(t)?Mo(t):t;return oa(a)?r.filter(function(i){return oa(i)&&F0(i,a)&&jn(i)!=="body"}):[]}function tw(t,r,n,a){var i=r==="clippingParents"?ew(t):[].concat(r),s=[].concat(i,[n]),c=s[0],d=s.reduce(function(f,p){var h=kp(t,p,a);return f.top=na(h.top,f.top),f.right=Gi(h.right,f.right),f.bottom=Gi(h.bottom,f.bottom),f.left=na(h.left,f.left),f},kp(t,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 j0(t){var r=t.reference,n=t.element,a=t.placement,i=a?Hn(a):null,s=a?Da(a):null,c=r.x+r.width/2-n.width/2,d=r.y+r.height/2-n.height/2,f;switch(i){case Qt:f={x:c,y:r.y-n.height};break;case wn:f={x:c,y:r.y+r.height};break;case kn:f={x:r.x+r.width,y:d};break;case qt:f={x:r.x-n.width,y:d};break;default:f={x:r.x,y:r.y}}var p=i?Au(i):null;if(p!=null){var h=p==="y"?"height":"width";switch(s){case Na:f[p]=f[p]-(r[h]/2-n[h]/2);break;case $o:f[p]=f[p]+(r[h]/2-n[h]/2);break}}return f}function Bo(t,r){r===void 0&&(r={});var n=r,a=n.placement,i=a===void 0?t.placement:a,s=n.strategy,c=s===void 0?t.strategy:s,d=n.boundary,f=d===void 0?w9:d,p=n.rootBoundary,h=p===void 0?A0:p,g=n.elementContext,_=g===void 0?co:g,k=n.altBoundary,C=k===void 0?!1:k,M=n.padding,x=M===void 0?0:M,y=H0(typeof x!="number"?x:U0(x,To)),E=_===co?k9:co,O=t.rects.popper,S=t.elements[C?E:_],L=tw(oa(S)?S:S.contextElement||Nr(t.elements.popper),f,h,c),V=Ma(t.elements.reference),T=j0({reference:V,element:O,placement:i}),N=cu(Object.assign({},O,T)),P=_===co?N:V,b={top:L.top-P.top+y.top,bottom:P.bottom-L.bottom+y.bottom,left:L.left-P.left+y.left,right:P.right-L.right+y.right},R=t.modifiersData.offset;if(_===co&&R){var Y=R[i];Object.keys(b).forEach(function(ie){var H=[kn,wn].indexOf(ie)>=0?1:-1,X=[Qt,wn].indexOf(ie)>=0?"y":"x";b[ie]+=Y[X]*H})}return b}function nw(t,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=Da(a),g=h?d?yp:yp.filter(function(C){return Da(C)===h}):To,_=g.filter(function(C){return p.indexOf(C)>=0});_.length===0&&(_=g);var k=_.reduce(function(C,M){return C[M]=Bo(t,{placement:M,boundary:i,rootBoundary:s,padding:c})[Hn(M)],C},{});return Object.keys(k).sort(function(C,M){return k[C]-k[M]})}function rw(t){if(Hn(t)===Mu)return[];var r=zi(t);return[wp(t),r,wp(r)]}function aw(t){var r=t.state,n=t.options,a=t.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,g=n.rootBoundary,_=n.altBoundary,k=n.flipVariations,C=k===void 0?!0:k,M=n.allowedAutoPlacements,x=r.options.placement,y=Hn(x),E=y===x,O=f||(E||!C?[zi(x)]:rw(x)),S=[x].concat(O).reduce(function(Q,$){return Q.concat(Hn($)===Mu?nw(r,{placement:$,boundary:h,rootBoundary:g,padding:p,flipVariations:C,allowedAutoPlacements:M}):$)},[]),L=r.rects.reference,V=r.rects.popper,T=new Map,N=!0,P=S[0],b=0;b<S.length;b++){var R=S[b],Y=Hn(R),ie=Da(R)===Na,H=[Qt,wn].indexOf(Y)>=0,X=H?"width":"height",K=Bo(r,{placement:R,boundary:h,rootBoundary:g,altBoundary:_,padding:p}),re=H?ie?kn:qt:ie?wn:Qt;L[X]>V[X]&&(re=zi(re));var pe=zi(re),ae=[];if(s&&ae.push(K[Y]<=0),d&&ae.push(K[re]<=0,K[pe]<=0),ae.every(function(Q){return Q})){P=R,N=!1;break}T.set(R,ae)}if(N)for(var he=C?3:1,Z=function($){var W=S.find(function(m){var D=T.get(m);if(D)return D.slice(0,$).every(function(j){return j})});if(W)return P=W,"break"},U=he;U>0;U--){var F=Z(U);if(F==="break")break}r.placement!==P&&(r.modifiersData[a]._skip=!0,r.placement=P,r.reset=!0)}}const ow={name:"flip",enabled:!0,phase:"main",fn:aw,requiresIfExists:["offset"],data:{_skip:!1}};function xp(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 Ep(t){return[Qt,kn,wn,qt].some(function(r){return t[r]>=0})}function iw(t){var r=t.state,n=t.name,a=r.rects.reference,i=r.rects.popper,s=r.modifiersData.preventOverflow,c=Bo(r,{elementContext:"reference"}),d=Bo(r,{altBoundary:!0}),f=xp(c,a),p=xp(d,i,s),h=Ep(f),g=Ep(p);r.modifiersData[n]={referenceClippingOffsets:f,popperEscapeOffsets:p,isReferenceHidden:h,hasPopperEscaped:g},r.attributes.popper=Object.assign({},r.attributes.popper,{"data-popper-reference-hidden":h,"data-popper-escaped":g})}const lw={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:iw};function sw(t,r,n){var a=Hn(t),i=[qt,Qt].indexOf(a)>=0?-1:1,s=typeof n=="function"?n(Object.assign({},r,{placement:t})):n,c=s[0],d=s[1];return c=c||0,d=(d||0)*i,[qt,kn].indexOf(a)>=0?{x:d,y:c}:{x:c,y:d}}function uw(t){var r=t.state,n=t.options,a=t.name,i=n.offset,s=i===void 0?[0,0]:i,c=P0.reduce(function(h,g){return h[g]=sw(g,r.rects,s),h},{}),d=c[r.placement],f=d.x,p=d.y;r.modifiersData.popperOffsets!=null&&(r.modifiersData.popperOffsets.x+=f,r.modifiersData.popperOffsets.y+=p),r.modifiersData[a]=c}const cw={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:uw};function dw(t){var r=t.state,n=t.name;r.modifiersData[n]=j0({reference:r.rects.reference,element:r.rects.popper,placement:r.placement})}const fw={name:"popperOffsets",enabled:!0,phase:"read",fn:dw,data:{}};function pw(t){return t==="x"?"y":"x"}function hw(t){var r=t.state,n=t.options,a=t.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,g=n.padding,_=n.tether,k=_===void 0?!0:_,C=n.tetherOffset,M=C===void 0?0:C,x=Bo(r,{boundary:f,rootBoundary:p,padding:g,altBoundary:h}),y=Hn(r.placement),E=Da(r.placement),O=!E,S=Au(y),L=pw(S),V=r.modifiersData.popperOffsets,T=r.rects.reference,N=r.rects.popper,P=typeof M=="function"?M(Object.assign({},r.rects,{placement:r.placement})):M,b=typeof P=="number"?{mainAxis:P,altAxis:P}:Object.assign({mainAxis:0,altAxis:0},P),R=r.modifiersData.offset?r.modifiersData.offset[r.placement]:null,Y={x:0,y:0};if(V){if(s){var ie,H=S==="y"?Qt:qt,X=S==="y"?wn:kn,K=S==="y"?"height":"width",re=V[S],pe=re+x[H],ae=re-x[X],he=k?-N[K]/2:0,Z=E===Na?T[K]:N[K],U=E===Na?-N[K]:-T[K],F=r.elements.arrow,Q=k&&F?Ru(F):{width:0,height:0},$=r.modifiersData["arrow#persistent"]?r.modifiersData["arrow#persistent"].padding:z0(),W=$[H],m=$[X],D=_o(0,T[K],Q[K]),j=O?T[K]/2-he-D-W-b.mainAxis:Z-D-W-b.mainAxis,ue=O?-T[K]/2+he+D+m+b.mainAxis:U+D+m+b.mainAxis,te=r.elements.arrow&&Mo(r.elements.arrow),Ne=te?S==="y"?te.clientTop||0:te.clientLeft||0:0,de=(ie=R==null?void 0:R[S])!=null?ie:0,ye=re+j-de-Ne,A=re+ue-de,_e=_o(k?Gi(pe,ye):pe,re,k?na(ae,A):ae);V[S]=_e,Y[S]=_e-re}if(d){var be,we=S==="x"?Qt:qt,He=S==="x"?wn:kn,Te=V[L],ee=L==="y"?"height":"width",me=Te+x[we],Be=Te-x[He],st=[Qt,qt].indexOf(y)!==-1,Ct=(be=R==null?void 0:R[L])!=null?be:0,Oe=st?me:Te-T[ee]-N[ee]-Ct+b.altAxis,Vt=st?Te+T[ee]+N[ee]-Ct-b.altAxis:Be,Ze=k&&st?P9(Oe,Te,Vt):_o(k?Oe:me,Te,k?Vt:Be);V[L]=Ze,Y[L]=Ze-Te}r.modifiersData[a]=Y}}const mw={name:"preventOverflow",enabled:!0,phase:"main",fn:hw,requiresIfExists:["offset"]};function vw(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function gw(t){return t===un(t)||!_n(t)?Pu(t):vw(t)}function yw(t){var r=t.getBoundingClientRect(),n=Ta(r.width)/t.offsetWidth||1,a=Ta(r.height)/t.offsetHeight||1;return n!==1||a!==1}function bw(t,r,n){n===void 0&&(n=!1);var a=_n(r),i=_n(r)&&yw(r),s=Nr(r),c=Ma(t,i,n),d={scrollLeft:0,scrollTop:0},f={x:0,y:0};return(a||!a&&!n)&&((jn(r)!=="body"||Fu(s))&&(d=gw(r)),_n(r)?(f=Ma(r,!0),f.x+=r.clientLeft,f.y+=r.clientTop):s&&(f.x=Lu(s))),{x:c.left+d.scrollLeft-f.x,y:c.top+d.scrollTop-f.y,width:c.width,height:c.height}}function _w(t){var r=new Map,n=new Set,a=[];t.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 t.forEach(function(s){n.has(s.name)||i(s)}),a}function ww(t){var r=_w(t);return N9.reduce(function(n,a){return n.concat(r.filter(function(i){return i.phase===a}))},[])}function kw(t){var r;return function(){return r||(r=new Promise(function(n){Promise.resolve().then(function(){r=void 0,n(t())})})),r}}function xw(t){var r=t.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 Cp={placement:"bottom",modifiers:[],strategy:"absolute"};function $p(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return!r.some(function(a){return!(a&&typeof a.getBoundingClientRect=="function")})}function Ew(t){t===void 0&&(t={});var r=t,n=r.defaultModifiers,a=n===void 0?[]:n,i=r.defaultOptions,s=i===void 0?Cp:i;return function(d,f,p){p===void 0&&(p=s);var h={placement:"bottom",orderedModifiers:[],options:Object.assign({},Cp,s),modifiersData:{},elements:{reference:d,popper:f},attributes:{},styles:{}},g=[],_=!1,k={state:h,setOptions:function(y){var E=typeof y=="function"?y(h.options):y;M(),h.options=Object.assign({},s,h.options,E),h.scrollParents={reference:oa(d)?wo(d):d.contextElement?wo(d.contextElement):[],popper:wo(f)};var O=ww(xw([].concat(a,h.options.modifiers)));return h.orderedModifiers=O.filter(function(S){return S.enabled}),C(),k.update()},forceUpdate:function(){if(!_){var y=h.elements,E=y.reference,O=y.popper;if($p(E,O)){h.rects={reference:bw(E,Mo(O),h.options.strategy==="fixed"),popper:Ru(O)},h.reset=!1,h.placement=h.options.placement,h.orderedModifiers.forEach(function(b){return h.modifiersData[b.name]=Object.assign({},b.data)});for(var S=0;S<h.orderedModifiers.length;S++){if(h.reset===!0){h.reset=!1,S=-1;continue}var L=h.orderedModifiers[S],V=L.fn,T=L.options,N=T===void 0?{}:T,P=L.name;typeof V=="function"&&(h=V({state:h,options:N,name:P,instance:k})||h)}}}},update:kw(function(){return new Promise(function(x){k.forceUpdate(),x(h)})}),destroy:function(){M(),_=!0}};if(!$p(d,f))return k;k.setOptions(p).then(function(x){!_&&p.onFirstUpdate&&p.onFirstUpdate(x)});function C(){h.orderedModifiers.forEach(function(x){var y=x.name,E=x.options,O=E===void 0?{}:E,S=x.effect;if(typeof S=="function"){var L=S({state:h,name:y,instance:k,options:O}),V=function(){};g.push(L||V)}})}function M(){g.forEach(function(x){return x()}),g=[]}return k}}var Cw=[G9,fw,Y9,D9,cw,ow,mw,H9,lw],al=Ew({defaultModifiers:Cw});function sr(t){return Array.isArray?Array.isArray(t):G0(t)==="[object Array]"}function $w(t){if(typeof t=="string")return t;let r=t+"";return r=="0"&&1/t==-1/0?"-0":r}function Bw(t){return t==null?"":$w(t)}function Fn(t){return typeof t=="string"}function Y0(t){return typeof t=="number"}function Sw(t){return t===!0||t===!1||Vw(t)&&G0(t)=="[object Boolean]"}function K0(t){return typeof t=="object"}function Vw(t){return K0(t)&&t!==null}function ln(t){return t!=null}function Ss(t){return!t.trim().length}function G0(t){return t==null?t===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(t)}const Ow="Incorrect 'index' type",Iw=t=>`Invalid value for key ${t}`,Nw=t=>`Pattern length exceeds max of ${t}.`,Tw=t=>`Missing ${t} property in key`,Mw=t=>`Property 'weight' in key '${t}' must be a positive integer`,Bp=Object.prototype.hasOwnProperty;class Dw{constructor(r){this._keys=[],this._keyMap={};let n=0;r.forEach(a=>{let i=X0(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 X0(t){let r=null,n=null,a=null,i=1,s=null;if(Fn(t)||sr(t))a=t,r=Sp(t),n=du(t);else{if(!Bp.call(t,"name"))throw new Error(Tw("name"));const c=t.name;if(a=c,Bp.call(t,"weight")&&(i=t.weight,i<=0))throw new Error(Mw(c));r=Sp(c),n=du(c),s=t.getFn}return{path:r,id:n,weight:i,src:a,getFn:s}}function Sp(t){return sr(t)?t:t.split(".")}function du(t){return sr(t)?t.join("."):t}function Rw(t,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&&(Fn(p)||Y0(p)||Sw(p)))n.push(Bw(p));else if(sr(p)){a=!0;for(let h=0,g=p.length;h<g;h+=1)i(p[h],c,d+1)}else c.length&&i(p,c,d+1)}};return i(t,Fn(r)?r.split("."):r,0),a?n:n[0]}const Aw={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},Pw={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},Lw={location:0,threshold:.6,distance:100},Fw={useExtendedSearch:!1,getFn:Rw,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};var Le={...Pw,...Aw,...Lw,...Fw};const zw=/[^ ]+/g;function Hw(t=1,r=3){const n=new Map,a=Math.pow(10,r);return{get(i){const s=i.match(zw).length;if(n.has(s))return n.get(s);const c=1/Math.pow(s,.5*t),d=parseFloat(Math.round(c*a)/a);return n.set(s,d),d},clear(){n.clear()}}}class zu{constructor({getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){this.norm=Hw(n,3),this.getFn=r,this.isCreated=!1,this.setIndexRecords()}setSources(r=[]){this.docs=r}setIndexRecords(r=[]){this.records=r}setKeys(r=[]){this.keys=r,this._keysMap={},r.forEach((n,a)=>{this._keysMap[n.id]=a})}create(){this.isCreated||!this.docs.length||(this.isCreated=!0,Fn(this.docs[0])?this.docs.forEach((r,n)=>{this._addString(r,n)}):this.docs.forEach((r,n)=>{this._addObject(r,n)}),this.norm.clear())}add(r){const n=this.size();Fn(r)?this._addString(r,n):this._addObject(r,n)}removeAt(r){this.records.splice(r,1);for(let n=r,a=this.size();n<a;n+=1)this.records[n].i-=1}getValueForItemAtKeyId(r,n){return r[this._keysMap[n]]}size(){return this.records.length}_addString(r,n){if(!ln(r)||Ss(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(sr(c)){let d=[];const f=[{nestedArrIndex:-1,value:c}];for(;f.length;){const{nestedArrIndex:p,value:h}=f.pop();if(ln(h))if(Fn(h)&&!Ss(h)){let g={v:h,i:p,n:this.norm.get(h)};d.push(g)}else sr(h)&&h.forEach((g,_)=>{f.push({nestedArrIndex:_,value:g})})}a.$[s]=d}else if(Fn(c)&&!Ss(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(t,r,{getFn:n=Le.getFn,fieldNormWeight:a=Le.fieldNormWeight}={}){const i=new zu({getFn:n,fieldNormWeight:a});return i.setKeys(t.map(X0)),i.setSources(r),i.create(),i}function Uw(t,{getFn:r=Le.getFn,fieldNormWeight:n=Le.fieldNormWeight}={}){const{keys:a,records:i}=t,s=new zu({getFn:r,fieldNormWeight:n});return s.setKeys(a),s.setIndexRecords(i),s}function Vi(t,{errors:r=0,currentLocation:n=0,expectedLocation:a=0,distance:i=Le.distance,ignoreLocation:s=Le.ignoreLocation}={}){const c=r/t.length;if(s)return c;const d=Math.abs(a-n);return i?c+d/i:d?1:c}function Ww(t=[],r=Le.minMatchCharLength){let n=[],a=-1,i=-1,s=0;for(let c=t.length;s<c;s+=1){let d=t[s];d&&a===-1?a=s:!d&&a!==-1&&(i=s-1,i-a+1>=r&&n.push([a,i]),a=-1)}return t[s-1]&&s-a>=r&&n.push([a,s-1]),n}const Zr=32;function jw(t,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>Zr)throw new Error(Nw(Zr));const h=r.length,g=t.length,_=Math.max(0,Math.min(a,g));let k=s,C=_;const M=d>1||f,x=M?Array(g):[];let y;for(;(y=t.indexOf(r,C))>-1;){let T=Vi(r,{currentLocation:y,expectedLocation:_,distance:i,ignoreLocation:p});if(k=Math.min(T,k),C=y+h,M){let N=0;for(;N<h;)x[y+N]=1,N+=1}}C=-1;let E=[],O=1,S=h+g;const L=1<<h-1;for(let T=0;T<h;T+=1){let N=0,P=S;for(;N<P;)Vi(r,{errors:T,currentLocation:_+P,expectedLocation:_,distance:i,ignoreLocation:p})<=k?N=P:S=P,P=Math.floor((S-N)/2+N);S=P;let b=Math.max(1,_-P+1),R=c?g:Math.min(_+P,g)+h,Y=Array(R+2);Y[R+1]=(1<<T)-1;for(let H=R;H>=b;H-=1){let X=H-1,K=n[t.charAt(X)];if(M&&(x[X]=+!!K),Y[H]=(Y[H+1]<<1|1)&K,T&&(Y[H]|=(E[H+1]|E[H])<<1|1|E[H+1]),Y[H]&L&&(O=Vi(r,{errors:T,currentLocation:X,expectedLocation:_,distance:i,ignoreLocation:p}),O<=k)){if(k=O,C=X,C<=_)break;b=Math.max(1,2*_-C)}}if(Vi(r,{errors:T+1,currentLocation:_,expectedLocation:_,distance:i,ignoreLocation:p})>k)break;E=Y}const V={isMatch:C>=0,score:Math.max(.001,O)};if(M){const T=Ww(x,d);T.length?f&&(V.indices=T):V.isMatch=!1}return V}function Yw(t){let r={};for(let n=0,a=t.length;n<a;n+=1){const i=t.charAt(n);r[i]=(r[i]||0)|1<<a-n-1}return r}class q0{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=(_,k)=>{this.chunks.push({pattern:_,alphabet:Yw(_),startIndex:k})},g=this.pattern.length;if(g>Zr){let _=0;const k=g%Zr,C=g-k;for(;_<C;)h(this.pattern.substr(_,Zr),_),_+=Zr;if(k){const M=g-Zr;h(this.pattern.substr(M),M)}}else h(this.pattern,0)}searchIn(r){const{isCaseSensitive:n,includeMatches:a}=this.options;if(n||(r=r.toLowerCase()),this.pattern===r){let 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=[],g=0,_=!1;this.chunks.forEach(({pattern:C,alphabet:M,startIndex:x})=>{const{isMatch:y,score:E,indices:O}=jw(r,C,M,{location:i+x,distance:s,threshold:c,findAllMatches:d,minMatchCharLength:f,includeMatches:a,ignoreLocation:p});y&&(_=!0),g+=E,y&&O&&(h=[...h,...O])});let k={isMatch:_,score:_?g/this.chunks.length:1};return _&&a&&(k.indices=h),k}}class Tr{constructor(r){this.pattern=r}static isMultiMatch(r){return Vp(r,this.multiRegex)}static isSingleMatch(r){return Vp(r,this.singleRegex)}search(){}}function Vp(t,r){const n=t.match(r);return n?n[1]:null}class Kw extends Tr{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 Gw extends Tr{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 Xw extends Tr{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 Qw extends Tr{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 qw extends Tr{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 Jw extends Tr{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 J0 extends Tr{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 q0(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 Z0 extends Tr{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 fu=[Kw,Z0,Xw,Qw,Jw,qw,Gw,J0],Op=fu.length,Zw=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,e6="|";function t6(t,r={}){return t.split(e6).map(n=>{let a=n.trim().split(Zw).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=fu[p];let g=h.isMultiMatch(d);g&&(i.push(new h(g,r)),f=!0)}if(!f)for(p=-1;++p<Op;){const h=fu[p];let g=h.isSingleMatch(d);if(g){i.push(new h(g,r));break}}}return i})}const n6=new Set([J0.type,Z0.type]);class r6{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=t6(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 g=0,_=h.length;g<_;g+=1){const k=h[g],{isMatch:C,indices:M,score:x}=k.search(r);if(C){if(s+=1,d+=x,a){const y=k.constructor.type;n6.has(y)?c=[...c,...M]:c.push(M)}}else{d=0,s=0,c.length=0;break}}if(s){let g={isMatch:!0,score:d/s};return a&&(g.indices=c),g}}return{isMatch:!1,score:1}}}const pu=[];function a6(...t){pu.push(...t)}function hu(t,r){for(let n=0,a=pu.length;n<a;n+=1){let i=pu[n];if(i.condition(t,r))return new i(t,r)}return new q0(t,r)}const Xi={AND:"$and",OR:"$or"},mu={PATH:"$path",PATTERN:"$val"},vu=t=>!!(t[Xi.AND]||t[Xi.OR]),o6=t=>!!t[mu.PATH],i6=t=>!sr(t)&&K0(t)&&!vu(t),Ip=t=>({[Xi.AND]:Object.keys(t).map(r=>({[r]:t[r]}))});function eh(t,r,{auto:n=!0}={}){const a=i=>{let s=Object.keys(i);const c=o6(i);if(!c&&s.length>1&&!vu(i))return a(Ip(i));if(i6(i)){const f=c?i[mu.PATH]:s[0],p=c?i[mu.PATTERN]:i[f];if(!Fn(p))throw new Error(Iw(f));const h={keyId:du(f),pattern:p};return n&&(h.searcher=hu(p,r)),h}let d={children:[],operator:s[0]};return s.forEach(f=>{const p=i[f];sr(p)&&p.forEach(h=>{d.children.push(a(h))})}),d};return vu(t)||(t=Ip(t)),a(t)}function l6(t,{ignoreFieldNorm:r=Le.ignoreFieldNorm}){t.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 s6(t,r){const n=t.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 u6(t,r){r.score=t.score}function c6(t,r,{includeMatches:n=Le.includeMatches,includeScore:a=Le.includeScore}={}){const i=[];return n&&i.push(s6),a&&i.push(u6),t.map(s=>{const{idx:c}=s,d={item:r[c],refIndex:c};return i.length&&i.forEach(f=>{f(s,d)}),d})}class Ua{constructor(r,n={},a){this.options={...Le,...n},this.options.useExtendedSearch,this._keyStore=new Dw(this.options.keys),this.setCollection(r,a)}setCollection(r,n){if(this._docs=r,n&&!(n instanceof zu))throw new Error(Ow);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=Fn(r)?Fn(this._docs[0])?this._searchStringList(r):this._searchObjectList(r):this._searchLogical(r);return l6(f,{ignoreFieldNorm:d}),s&&f.sort(c),Y0(n)&&n>-1&&(f=f.slice(0,n)),c6(f,this._docs,{includeMatches:a,includeScore:i})}_searchStringList(r){const n=hu(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=eh(r,this.options),a=(d,f,p)=>{if(!d.children){const{keyId:g,searcher:_}=d,k=this._findMatches({key:this._keyStore.get(g),value:this._myIndex.getValueForItemAtKeyId(f,g),searcher:_});return k&&k.length?[{idx:p,item:f,matches:k}]:[]}const h=[];for(let g=0,_=d.children.length;g<_;g+=1){const k=d.children[g],C=a(k,f,p);if(C.length)h.push(...C);else if(d.operator===Xi.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=hu(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(sr(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}}Ua.version="6.6.2";Ua.createIndex=Q0;Ua.parseIndex=Uw;Ua.config=Le;Ua.parseQuery=eh;a6(r6);var fo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function d6(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Qi={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(t,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__",g=1,_=2,k=4,$=1,M=2,x=1,y=2,E=4,O=8,S=16,L=32,V=64,T=128,N=256,P=512,b=30,R="...",Y=800,ie=16,H=1,X=2,K=3,re=1/0,pe=9007199254740991,ae=17976931348623157e292,he=NaN,Z=4294967295,U=Z-1,F=Z>>>1,Q=[["ary",T],["bind",x],["bindKey",y],["curry",O],["curryRight",S],["flip",P],["partial",L],["partialRight",V],["rearg",N]],C="[object Arguments]",W="[object Array]",m="[object AsyncFunction]",D="[object Boolean]",j="[object Date]",ue="[object DOMException]",te="[object Error]",Ne="[object Function]",de="[object GeneratorFunction]",ye="[object Map]",A="[object Number]",_e="[object Null]",be="[object Object]",we="[object Promise]",He="[object Proxy]",Te="[object RegExp]",ee="[object Set]",me="[object String]",Be="[object Symbol]",st="[object Undefined]",Ct="[object WeakMap]",Oe="[object WeakSet]",Vt="[object ArrayBuffer]",Ze="[object DataView]",Yn="[object Float32Array]",Rr="[object Float64Array]",dr="[object Int8Array]",Ar="[object Int16Array]",Pr="[object Int32Array]",Lr="[object Uint8Array]",Fr="[object Uint8ClampedArray]",zr="[object Uint16Array]",Hr="[object Uint32Array]",ne=/\b__p \+= '';/g,ke=/\b(__p \+=) '' \+/g,Ie=/(__e\(.*?\)|\b__t\)) \+\n'';/g,le=/&(?:amp|lt|gt|quot|#39);/g,xe=/[&<>"']/g,Se=RegExp(le.source),cn=RegExp(xe.source),Zt=/<%-([\s\S]+?)%>/g,fr=/<%([\s\S]+?)%>/g,pr=/<%=([\s\S]+?)%>/g,Mn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ya=/^\w*$/,dl=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,fl=/[\\^$.*+?()[\]{}|]/g,w1=RegExp(fl.source),pl=/^\s+/,k1=/\s/,x1=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,E1=/\{\n\/\* \[wrapped with (.+)\] \*/,C1=/,? & /,$1=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,B1=/[()=,{}\[\]\/\s]/,S1=/\\(\\)?/g,V1=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,gc=/\w*$/,O1=/^[-+]0x[0-9a-f]+$/i,I1=/^0b[01]+$/i,N1=/^\[object .+?Constructor\]$/,T1=/^0o[0-7]+$/i,M1=/^(?:0|[1-9]\d*)$/,D1=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Fo=/($^)/,R1=/['\n\r\u2028\u2029\\]/g,zo="\\ud800-\\udfff",A1="\\u0300-\\u036f",P1="\\ufe20-\\ufe2f",L1="\\u20d0-\\u20ff",yc=A1+P1+L1,bc="\\u2700-\\u27bf",_c="a-z\\xdf-\\xf6\\xf8-\\xff",F1="\\xac\\xb1\\xd7\\xf7",z1="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",H1="\\u2000-\\u206f",U1=" \\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",wc="A-Z\\xc0-\\xd6\\xd8-\\xde",kc="\\ufe0e\\ufe0f",xc=F1+z1+H1+U1,hl="['’]",W1="["+zo+"]",Ec="["+xc+"]",Ho="["+yc+"]",Cc="\\d+",j1="["+bc+"]",$c="["+_c+"]",Bc="[^"+zo+xc+Cc+bc+_c+wc+"]",ml="\\ud83c[\\udffb-\\udfff]",Y1="(?:"+Ho+"|"+ml+")",Sc="[^"+zo+"]",vl="(?:\\ud83c[\\udde6-\\uddff]){2}",gl="[\\ud800-\\udbff][\\udc00-\\udfff]",ua="["+wc+"]",Vc="\\u200d",Oc="(?:"+$c+"|"+Bc+")",K1="(?:"+ua+"|"+Bc+")",Ic="(?:"+hl+"(?:d|ll|m|re|s|t|ve))?",Nc="(?:"+hl+"(?:D|LL|M|RE|S|T|VE))?",Tc=Y1+"?",Mc="["+kc+"]?",G1="(?:"+Vc+"(?:"+[Sc,vl,gl].join("|")+")"+Mc+Tc+")*",X1="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Q1="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Dc=Mc+Tc+G1,q1="(?:"+[j1,vl,gl].join("|")+")"+Dc,J1="(?:"+[Sc+Ho+"?",Ho,vl,gl,W1].join("|")+")",Z1=RegExp(hl,"g"),em=RegExp(Ho,"g"),yl=RegExp(ml+"(?="+ml+")|"+J1+Dc,"g"),tm=RegExp([ua+"?"+$c+"+"+Ic+"(?="+[Ec,ua,"$"].join("|")+")",K1+"+"+Nc+"(?="+[Ec,ua+Oc,"$"].join("|")+")",ua+"?"+Oc+"+"+Ic,ua+"+"+Nc,Q1,X1,Cc,q1].join("|"),"g"),nm=RegExp("["+Vc+zo+yc+kc+"]"),rm=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,am=["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"],om=-1,ut={};ut[Yn]=ut[Rr]=ut[dr]=ut[Ar]=ut[Pr]=ut[Lr]=ut[Fr]=ut[zr]=ut[Hr]=!0,ut[C]=ut[W]=ut[Vt]=ut[D]=ut[Ze]=ut[j]=ut[te]=ut[Ne]=ut[ye]=ut[A]=ut[be]=ut[Te]=ut[ee]=ut[me]=ut[Ct]=!1;var lt={};lt[C]=lt[W]=lt[Vt]=lt[Ze]=lt[D]=lt[j]=lt[Yn]=lt[Rr]=lt[dr]=lt[Ar]=lt[Pr]=lt[ye]=lt[A]=lt[be]=lt[Te]=lt[ee]=lt[me]=lt[Be]=lt[Lr]=lt[Fr]=lt[zr]=lt[Hr]=!0,lt[te]=lt[Ne]=lt[Ct]=!1;var im={À:"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"},lm={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},sm={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},um={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},cm=parseFloat,dm=parseInt,Rc=typeof fo=="object"&&fo&&fo.Object===Object&&fo,fm=typeof self=="object"&&self&&self.Object===Object&&self,Nt=Rc||fm||Function("return this")(),bl=r&&!r.nodeType&&r,Ur=bl&&!0&&t&&!t.nodeType&&t,Ac=Ur&&Ur.exports===bl,_l=Ac&&Rc.process,dn=function(){try{var q=Ur&&Ur.require&&Ur.require("util").types;return q||_l&&_l.binding&&_l.binding("util")}catch{}}(),Pc=dn&&dn.isArrayBuffer,Lc=dn&&dn.isDate,Fc=dn&&dn.isMap,zc=dn&&dn.isRegExp,Hc=dn&&dn.isSet,Uc=dn&&dn.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 pm(q,se,oe,$e){for(var Fe=-1,qe=q==null?0:q.length;++Fe<qe;){var $t=q[Fe];se($e,$t,oe($t),q)}return $e}function fn(q,se){for(var oe=-1,$e=q==null?0:q.length;++oe<$e&&se(q[oe],oe,q)!==!1;);return q}function hm(q,se){for(var oe=q==null?0:q.length;oe--&&se(q[oe],oe,q)!==!1;);return q}function Wc(q,se){for(var oe=-1,$e=q==null?0:q.length;++oe<$e;)if(!se(q[oe],oe,q))return!1;return!0}function hr(q,se){for(var oe=-1,$e=q==null?0:q.length,Fe=0,qe=[];++oe<$e;){var $t=q[oe];se($t,oe,q)&&(qe[Fe++]=$t)}return qe}function Uo(q,se){var oe=q==null?0:q.length;return!!oe&&ca(q,se,0)>-1}function wl(q,se,oe){for(var $e=-1,Fe=q==null?0:q.length;++$e<Fe;)if(oe(se,q[$e]))return!0;return!1}function ft(q,se){for(var oe=-1,$e=q==null?0:q.length,Fe=Array($e);++oe<$e;)Fe[oe]=se(q[oe],oe,q);return Fe}function mr(q,se){for(var oe=-1,$e=se.length,Fe=q.length;++oe<$e;)q[Fe+oe]=se[oe];return q}function kl(q,se,oe,$e){var Fe=-1,qe=q==null?0:q.length;for($e&&qe&&(oe=q[++Fe]);++Fe<qe;)oe=se(oe,q[Fe],Fe,q);return oe}function mm(q,se,oe,$e){var Fe=q==null?0:q.length;for($e&&Fe&&(oe=q[--Fe]);Fe--;)oe=se(oe,q[Fe],Fe,q);return oe}function xl(q,se){for(var oe=-1,$e=q==null?0:q.length;++oe<$e;)if(se(q[oe],oe,q))return!0;return!1}var vm=El("length");function gm(q){return q.split("")}function ym(q){return q.match($1)||[]}function jc(q,se,oe){var $e;return oe(q,function(Fe,qe,$t){if(se(Fe,qe,$t))return $e=qe,!1}),$e}function Wo(q,se,oe,$e){for(var Fe=q.length,qe=oe+($e?1:-1);$e?qe--:++qe<Fe;)if(se(q[qe],qe,q))return qe;return-1}function ca(q,se,oe){return se===se?Om(q,se,oe):Wo(q,Yc,oe)}function bm(q,se,oe,$e){for(var Fe=oe-1,qe=q.length;++Fe<qe;)if($e(q[Fe],se))return Fe;return-1}function Yc(q){return q!==q}function Kc(q,se){var oe=q==null?0:q.length;return oe?$l(q,se)/oe:he}function El(q){return function(se){return se==null?n:se[q]}}function Cl(q){return function(se){return q==null?n:q[se]}}function Gc(q,se,oe,$e,Fe){return Fe(q,function(qe,$t,ot){oe=$e?($e=!1,qe):se(oe,qe,$t,ot)}),oe}function _m(q,se){var oe=q.length;for(q.sort(se);oe--;)q[oe]=q[oe].value;return q}function $l(q,se){for(var oe,$e=-1,Fe=q.length;++$e<Fe;){var qe=se(q[$e]);qe!==n&&(oe=oe===n?qe:oe+qe)}return oe}function Bl(q,se){for(var oe=-1,$e=Array(q);++oe<q;)$e[oe]=se(oe);return $e}function wm(q,se){return ft(se,function(oe){return[oe,q[oe]]})}function Xc(q){return q&&q.slice(0,Zc(q)+1).replace(pl,"")}function tn(q){return function(se){return q(se)}}function Sl(q,se){return ft(se,function(oe){return q[oe]})}function Ka(q,se){return q.has(se)}function Qc(q,se){for(var oe=-1,$e=q.length;++oe<$e&&ca(se,q[oe],0)>-1;);return oe}function qc(q,se){for(var oe=q.length;oe--&&ca(se,q[oe],0)>-1;);return oe}function km(q,se){for(var oe=q.length,$e=0;oe--;)q[oe]===se&&++$e;return $e}var xm=Cl(im),Em=Cl(lm);function Cm(q){return"\\"+um[q]}function $m(q,se){return q==null?n:q[se]}function da(q){return nm.test(q)}function Bm(q){return rm.test(q)}function Sm(q){for(var se,oe=[];!(se=q.next()).done;)oe.push(se.value);return oe}function Vl(q){var se=-1,oe=Array(q.size);return q.forEach(function($e,Fe){oe[++se]=[Fe,$e]}),oe}function Jc(q,se){return function(oe){return q(se(oe))}}function vr(q,se){for(var oe=-1,$e=q.length,Fe=0,qe=[];++oe<$e;){var $t=q[oe];($t===se||$t===h)&&(q[oe]=h,qe[Fe++]=oe)}return qe}function jo(q){var se=-1,oe=Array(q.size);return q.forEach(function($e){oe[++se]=$e}),oe}function Vm(q){var se=-1,oe=Array(q.size);return q.forEach(function($e){oe[++se]=[$e,$e]}),oe}function Om(q,se,oe){for(var $e=oe-1,Fe=q.length;++$e<Fe;)if(q[$e]===se)return $e;return-1}function Im(q,se,oe){for(var $e=oe+1;$e--;)if(q[$e]===se)return $e;return $e}function fa(q){return da(q)?Tm(q):vm(q)}function xn(q){return da(q)?Mm(q):gm(q)}function Zc(q){for(var se=q.length;se--&&k1.test(q.charAt(se)););return se}var Nm=Cl(sm);function Tm(q){for(var se=yl.lastIndex=0;yl.test(q);)++se;return se}function Mm(q){return q.match(yl)||[]}function Dm(q){return q.match(tm)||[]}var Rm=function q(se){se=se==null?Nt:pa.defaults(Nt.Object(),se,pa.pick(Nt,am));var oe=se.Array,$e=se.Date,Fe=se.Error,qe=se.Function,$t=se.Math,ot=se.Object,Ol=se.RegExp,Am=se.String,pn=se.TypeError,Yo=oe.prototype,Pm=qe.prototype,ha=ot.prototype,Ko=se["__core-js_shared__"],Go=Pm.toString,tt=ha.hasOwnProperty,Lm=0,ed=function(){var o=/[^.]+$/.exec(Ko&&Ko.keys&&Ko.keys.IE_PROTO||"");return o?"Symbol(src)_1."+o:""}(),Xo=ha.toString,Fm=Go.call(ot),zm=Nt._,Hm=Ol("^"+Go.call(tt).replace(fl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Qo=Ac?se.Buffer:n,gr=se.Symbol,qo=se.Uint8Array,td=Qo?Qo.allocUnsafe:n,Jo=Jc(ot.getPrototypeOf,ot),nd=ot.create,rd=ha.propertyIsEnumerable,Zo=Yo.splice,ad=gr?gr.isConcatSpreadable:n,Ga=gr?gr.iterator:n,Wr=gr?gr.toStringTag:n,ei=function(){try{var o=Xr(ot,"defineProperty");return o({},"",{}),o}catch{}}(),Um=se.clearTimeout!==Nt.clearTimeout&&se.clearTimeout,Wm=$e&&$e.now!==Nt.Date.now&&$e.now,jm=se.setTimeout!==Nt.setTimeout&&se.setTimeout,ti=$t.ceil,ni=$t.floor,Il=ot.getOwnPropertySymbols,Ym=Qo?Qo.isBuffer:n,od=se.isFinite,Km=Yo.join,Gm=Jc(ot.keys,ot),Bt=$t.max,Dt=$t.min,Xm=$e.now,Qm=se.parseInt,id=$t.random,qm=Yo.reverse,Nl=Xr(se,"DataView"),Xa=Xr(se,"Map"),Tl=Xr(se,"Promise"),ma=Xr(se,"Set"),Qa=Xr(se,"WeakMap"),qa=Xr(ot,"create"),ri=Qa&&new Qa,va={},Jm=Qr(Nl),Zm=Qr(Xa),ev=Qr(Tl),tv=Qr(ma),nv=Qr(Qa),ai=gr?gr.prototype:n,Ja=ai?ai.valueOf:n,ld=ai?ai.toString:n;function B(o){if(vt(o)&&!ze(o)&&!(o instanceof Ke)){if(o instanceof hn)return o;if(tt.call(o,"__wrapped__"))return uf(o)}return new hn(o)}var ga=function(){function o(){}return function(l){if(!ht(l))return{};if(nd)return nd(l);o.prototype=l;var u=new o;return o.prototype=n,u}}();function oi(){}function hn(o,l){this.__wrapped__=o,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=n}B.templateSettings={escape:Zt,evaluate:fr,interpolate:pr,variable:"",imports:{_:B}},B.prototype=oi.prototype,B.prototype.constructor=B,hn.prototype=ga(oi.prototype),hn.prototype.constructor=hn;function Ke(o){this.__wrapped__=o,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Z,this.__views__=[]}function rv(){var o=new Ke(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 av(){if(this.__filtered__){var o=new Ke(this);o.__dir__=-1,o.__filtered__=!0}else o=this.clone(),o.__dir__*=-1;return o}function ov(){var o=this.__wrapped__.value(),l=this.__dir__,u=ze(o),v=l<0,w=u?o.length:0,I=gg(0,w,this.__views__),z=I.start,G=I.end,J=G-z,ce=v?G:z-1,fe=this.__iteratees__,ve=fe.length,Ee=0,Ve=Dt(J,this.__takeCount__);if(!u||!v&&w==J&&Ve==J)return Id(o,this.__actions__);var Re=[];e:for(;J--&&Ee<Ve;){ce+=l;for(var We=-1,Ae=o[ce];++We<ve;){var Ye=fe[We],Qe=Ye.iteratee,an=Ye.type,zt=Qe(Ae);if(an==X)Ae=zt;else if(!zt){if(an==H)continue e;break e}}Re[Ee++]=Ae}return Re}Ke.prototype=ga(oi.prototype),Ke.prototype.constructor=Ke;function jr(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var v=o[l];this.set(v[0],v[1])}}function iv(){this.__data__=qa?qa(null):{},this.size=0}function lv(o){var l=this.has(o)&&delete this.__data__[o];return this.size-=l?1:0,l}function sv(o){var l=this.__data__;if(qa){var u=l[o];return u===f?n:u}return tt.call(l,o)?l[o]:n}function uv(o){var l=this.__data__;return qa?l[o]!==n:tt.call(l,o)}function cv(o,l){var u=this.__data__;return this.size+=this.has(o)?0:1,u[o]=qa&&l===n?f:l,this}jr.prototype.clear=iv,jr.prototype.delete=lv,jr.prototype.get=sv,jr.prototype.has=uv,jr.prototype.set=cv;function Kn(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var v=o[l];this.set(v[0],v[1])}}function dv(){this.__data__=[],this.size=0}function fv(o){var l=this.__data__,u=ii(l,o);if(u<0)return!1;var v=l.length-1;return u==v?l.pop():Zo.call(l,u,1),--this.size,!0}function pv(o){var l=this.__data__,u=ii(l,o);return u<0?n:l[u][1]}function hv(o){return ii(this.__data__,o)>-1}function mv(o,l){var u=this.__data__,v=ii(u,o);return v<0?(++this.size,u.push([o,l])):u[v][1]=l,this}Kn.prototype.clear=dv,Kn.prototype.delete=fv,Kn.prototype.get=pv,Kn.prototype.has=hv,Kn.prototype.set=mv;function Gn(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var v=o[l];this.set(v[0],v[1])}}function vv(){this.size=0,this.__data__={hash:new jr,map:new(Xa||Kn),string:new jr}}function gv(o){var l=yi(this,o).delete(o);return this.size-=l?1:0,l}function yv(o){return yi(this,o).get(o)}function bv(o){return yi(this,o).has(o)}function _v(o,l){var u=yi(this,o),v=u.size;return u.set(o,l),this.size+=u.size==v?0:1,this}Gn.prototype.clear=vv,Gn.prototype.delete=gv,Gn.prototype.get=yv,Gn.prototype.has=bv,Gn.prototype.set=_v;function Yr(o){var l=-1,u=o==null?0:o.length;for(this.__data__=new Gn;++l<u;)this.add(o[l])}function wv(o){return this.__data__.set(o,f),this}function kv(o){return this.__data__.has(o)}Yr.prototype.add=Yr.prototype.push=wv,Yr.prototype.has=kv;function En(o){var l=this.__data__=new Kn(o);this.size=l.size}function xv(){this.__data__=new Kn,this.size=0}function Ev(o){var l=this.__data__,u=l.delete(o);return this.size=l.size,u}function Cv(o){return this.__data__.get(o)}function $v(o){return this.__data__.has(o)}function Bv(o,l){var u=this.__data__;if(u instanceof Kn){var v=u.__data__;if(!Xa||v.length<i-1)return v.push([o,l]),this.size=++u.size,this;u=this.__data__=new Gn(v)}return u.set(o,l),this.size=u.size,this}En.prototype.clear=xv,En.prototype.delete=Ev,En.prototype.get=Cv,En.prototype.has=$v,En.prototype.set=Bv;function sd(o,l){var u=ze(o),v=!u&&qr(o),w=!u&&!v&&kr(o),I=!u&&!v&&!w&&wa(o),z=u||v||w||I,G=z?Bl(o.length,Am):[],J=G.length;for(var ce in o)(l||tt.call(o,ce))&&!(z&&(ce=="length"||w&&(ce=="offset"||ce=="parent")||I&&(ce=="buffer"||ce=="byteLength"||ce=="byteOffset")||Jn(ce,J)))&&G.push(ce);return G}function ud(o){var l=o.length;return l?o[Wl(0,l-1)]:n}function Sv(o,l){return bi(Yt(o),Kr(l,0,o.length))}function Vv(o){return bi(Yt(o))}function Ml(o,l,u){(u!==n&&!Cn(o[l],u)||u===n&&!(l in o))&&Xn(o,l,u)}function Za(o,l,u){var v=o[l];(!(tt.call(o,l)&&Cn(v,u))||u===n&&!(l in o))&&Xn(o,l,u)}function ii(o,l){for(var u=o.length;u--;)if(Cn(o[u][0],l))return u;return-1}function Ov(o,l,u,v){return yr(o,function(w,I,z){l(v,w,u(w),z)}),v}function cd(o,l){return o&&Rn(l,Ot(l),o)}function Iv(o,l){return o&&Rn(l,Gt(l),o)}function Xn(o,l,u){l=="__proto__"&&ei?ei(o,l,{configurable:!0,enumerable:!0,value:u,writable:!0}):o[l]=u}function Dl(o,l){for(var u=-1,v=l.length,w=oe(v),I=o==null;++u<v;)w[u]=I?n:ms(o,l[u]);return w}function Kr(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,v,w,I){var z,G=l&g,J=l&_,ce=l&k;if(u&&(z=w?u(o,v,w,I):u(o)),z!==n)return z;if(!ht(o))return o;var fe=ze(o);if(fe){if(z=bg(o),!G)return Yt(o,z)}else{var ve=Rt(o),Ee=ve==Ne||ve==de;if(kr(o))return Md(o,G);if(ve==be||ve==C||Ee&&!w){if(z=J||Ee?{}:Zd(o),!G)return J?sg(o,Iv(z,o)):lg(o,cd(z,o))}else{if(!lt[ve])return w?o:{};z=_g(o,ve,G)}}I||(I=new En);var Ve=I.get(o);if(Ve)return Ve;I.set(o,z),Vf(o)?o.forEach(function(Ae){z.add(mn(Ae,l,u,Ae,o,I))}):Bf(o)&&o.forEach(function(Ae,Ye){z.set(Ye,mn(Ae,l,u,Ye,o,I))});var Re=ce?J?ts:es:J?Gt:Ot,We=fe?n:Re(o);return fn(We||o,function(Ae,Ye){We&&(Ye=Ae,Ae=o[Ye]),Za(z,Ye,mn(Ae,l,u,Ye,o,I))}),z}function Nv(o){var l=Ot(o);return function(u){return dd(u,o,l)}}function dd(o,l,u){var v=u.length;if(o==null)return!v;for(o=ot(o);v--;){var w=u[v],I=l[w],z=o[w];if(z===n&&!(w in o)||!I(z))return!1}return!0}function fd(o,l,u){if(typeof o!="function")throw new pn(c);return io(function(){o.apply(n,u)},l)}function eo(o,l,u,v){var w=-1,I=Uo,z=!0,G=o.length,J=[],ce=l.length;if(!G)return J;u&&(l=ft(l,tn(u))),v?(I=wl,z=!1):l.length>=i&&(I=Ka,z=!1,l=new Yr(l));e:for(;++w<G;){var fe=o[w],ve=u==null?fe:u(fe);if(fe=v||fe!==0?fe:0,z&&ve===ve){for(var Ee=ce;Ee--;)if(l[Ee]===ve)continue e;J.push(fe)}else I(l,ve,v)||J.push(fe)}return J}var yr=Ld(Dn),pd=Ld(Al,!0);function Tv(o,l){var u=!0;return yr(o,function(v,w,I){return u=!!l(v,w,I),u}),u}function li(o,l,u){for(var v=-1,w=o.length;++v<w;){var I=o[v],z=l(I);if(z!=null&&(G===n?z===z&&!rn(z):u(z,G)))var G=z,J=I}return J}function Mv(o,l,u,v){var w=o.length;for(u=Ue(u),u<0&&(u=-u>w?0:w+u),v=v===n||v>w?w:Ue(v),v<0&&(v+=w),v=u>v?0:If(v);u<v;)o[u++]=l;return o}function hd(o,l){var u=[];return yr(o,function(v,w,I){l(v,w,I)&&u.push(v)}),u}function Tt(o,l,u,v,w){var I=-1,z=o.length;for(u||(u=kg),w||(w=[]);++I<z;){var G=o[I];l>0&&u(G)?l>1?Tt(G,l-1,u,v,w):mr(w,G):v||(w[w.length]=G)}return w}var Rl=Fd(),md=Fd(!0);function Dn(o,l){return o&&Rl(o,l,Ot)}function Al(o,l){return o&&md(o,l,Ot)}function si(o,l){return hr(l,function(u){return Zn(o[u])})}function Gr(o,l){l=_r(l,o);for(var u=0,v=l.length;o!=null&&u<v;)o=o[An(l[u++])];return u&&u==v?o:n}function vd(o,l,u){var v=l(o);return ze(o)?v:mr(v,u(o))}function Lt(o){return o==null?o===n?st:_e:Wr&&Wr in ot(o)?vg(o):Vg(o)}function Pl(o,l){return o>l}function Dv(o,l){return o!=null&&tt.call(o,l)}function Rv(o,l){return o!=null&&l in ot(o)}function Av(o,l,u){return o>=Dt(l,u)&&o<Bt(l,u)}function Ll(o,l,u){for(var v=u?wl:Uo,w=o[0].length,I=o.length,z=I,G=oe(I),J=1/0,ce=[];z--;){var fe=o[z];z&&l&&(fe=ft(fe,tn(l))),J=Dt(fe.length,J),G[z]=!u&&(l||w>=120&&fe.length>=120)?new Yr(z&&fe):n}fe=o[0];var ve=-1,Ee=G[0];e:for(;++ve<w&&ce.length<J;){var Ve=fe[ve],Re=l?l(Ve):Ve;if(Ve=u||Ve!==0?Ve:0,!(Ee?Ka(Ee,Re):v(ce,Re,u))){for(z=I;--z;){var We=G[z];if(!(We?Ka(We,Re):v(o[z],Re,u)))continue e}Ee&&Ee.push(Re),ce.push(Ve)}}return ce}function Pv(o,l,u,v){return Dn(o,function(w,I,z){l(v,u(w),I,z)}),v}function to(o,l,u){l=_r(l,o),o=rf(o,l);var v=o==null?o:o[An(gn(l))];return v==null?n:en(v,o,u)}function gd(o){return vt(o)&&Lt(o)==C}function Lv(o){return vt(o)&&Lt(o)==Vt}function Fv(o){return vt(o)&&Lt(o)==j}function no(o,l,u,v,w){return o===l?!0:o==null||l==null||!vt(o)&&!vt(l)?o!==o&&l!==l:zv(o,l,u,v,no,w)}function zv(o,l,u,v,w,I){var z=ze(o),G=ze(l),J=z?W:Rt(o),ce=G?W:Rt(l);J=J==C?be:J,ce=ce==C?be:ce;var fe=J==be,ve=ce==be,Ee=J==ce;if(Ee&&kr(o)){if(!kr(l))return!1;z=!0,fe=!1}if(Ee&&!fe)return I||(I=new En),z||wa(o)?Qd(o,l,u,v,w,I):hg(o,l,J,u,v,w,I);if(!(u&$)){var Ve=fe&&tt.call(o,"__wrapped__"),Re=ve&&tt.call(l,"__wrapped__");if(Ve||Re){var We=Ve?o.value():o,Ae=Re?l.value():l;return I||(I=new En),w(We,Ae,u,v,I)}}return Ee?(I||(I=new En),mg(o,l,u,v,w,I)):!1}function Hv(o){return vt(o)&&Rt(o)==ye}function Fl(o,l,u,v){var w=u.length,I=w,z=!v;if(o==null)return!I;for(o=ot(o);w--;){var G=u[w];if(z&&G[2]?G[1]!==o[G[0]]:!(G[0]in o))return!1}for(;++w<I;){G=u[w];var J=G[0],ce=o[J],fe=G[1];if(z&&G[2]){if(ce===n&&!(J in o))return!1}else{var ve=new En;if(v)var Ee=v(ce,fe,J,o,l,ve);if(!(Ee===n?no(fe,ce,$|M,v,ve):Ee))return!1}}return!0}function yd(o){if(!ht(o)||Eg(o))return!1;var l=Zn(o)?Hm:N1;return l.test(Qr(o))}function Uv(o){return vt(o)&&Lt(o)==Te}function Wv(o){return vt(o)&&Rt(o)==ee}function jv(o){return vt(o)&&Ci(o.length)&&!!ut[Lt(o)]}function bd(o){return typeof o=="function"?o:o==null?Xt:typeof o=="object"?ze(o)?kd(o[0],o[1]):wd(o):Hf(o)}function zl(o){if(!oo(o))return Gm(o);var l=[];for(var u in ot(o))tt.call(o,u)&&u!="constructor"&&l.push(u);return l}function Yv(o){if(!ht(o))return Sg(o);var l=oo(o),u=[];for(var v in o)v=="constructor"&&(l||!tt.call(o,v))||u.push(v);return u}function Hl(o,l){return o<l}function _d(o,l){var u=-1,v=Kt(o)?oe(o.length):[];return yr(o,function(w,I,z){v[++u]=l(w,I,z)}),v}function wd(o){var l=rs(o);return l.length==1&&l[0][2]?tf(l[0][0],l[0][1]):function(u){return u===o||Fl(u,o,l)}}function kd(o,l){return os(o)&&ef(l)?tf(An(o),l):function(u){var v=ms(u,o);return v===n&&v===l?vs(u,o):no(l,v,$|M)}}function ui(o,l,u,v,w){o!==l&&Rl(l,function(I,z){if(w||(w=new En),ht(I))Kv(o,l,z,u,ui,v,w);else{var G=v?v(ls(o,z),I,z+"",o,l,w):n;G===n&&(G=I),Ml(o,z,G)}},Gt)}function Kv(o,l,u,v,w,I,z){var G=ls(o,u),J=ls(l,u),ce=z.get(J);if(ce){Ml(o,u,ce);return}var fe=I?I(G,J,u+"",o,l,z):n,ve=fe===n;if(ve){var Ee=ze(J),Ve=!Ee&&kr(J),Re=!Ee&&!Ve&&wa(J);fe=J,Ee||Ve||Re?ze(G)?fe=G:bt(G)?fe=Yt(G):Ve?(ve=!1,fe=Md(J,!0)):Re?(ve=!1,fe=Dd(J,!0)):fe=[]:lo(J)||qr(J)?(fe=G,qr(G)?fe=Nf(G):(!ht(G)||Zn(G))&&(fe=Zd(J))):ve=!1}ve&&(z.set(J,fe),w(fe,J,v,I,z),z.delete(J)),Ml(o,u,fe)}function xd(o,l){var u=o.length;if(u)return l+=l<0?u:0,Jn(l,u)?o[l]:n}function Ed(o,l,u){l.length?l=ft(l,function(I){return ze(I)?function(z){return Gr(z,I.length===1?I[0]:I)}:I}):l=[Xt];var v=-1;l=ft(l,tn(Me()));var w=_d(o,function(I,z,G){var J=ft(l,function(ce){return ce(I)});return{criteria:J,index:++v,value:I}});return _m(w,function(I,z){return ig(I,z,u)})}function Gv(o,l){return Cd(o,l,function(u,v){return vs(o,v)})}function Cd(o,l,u){for(var v=-1,w=l.length,I={};++v<w;){var z=l[v],G=Gr(o,z);u(G,z)&&ro(I,_r(z,o),G)}return I}function Xv(o){return function(l){return Gr(l,o)}}function Ul(o,l,u,v){var w=v?bm:ca,I=-1,z=l.length,G=o;for(o===l&&(l=Yt(l)),u&&(G=ft(o,tn(u)));++I<z;)for(var J=0,ce=l[I],fe=u?u(ce):ce;(J=w(G,fe,J,v))>-1;)G!==o&&Zo.call(G,J,1),Zo.call(o,J,1);return o}function $d(o,l){for(var u=o?l.length:0,v=u-1;u--;){var w=l[u];if(u==v||w!==I){var I=w;Jn(w)?Zo.call(o,w,1):Kl(o,w)}}return o}function Wl(o,l){return o+ni(id()*(l-o+1))}function Qv(o,l,u,v){for(var w=-1,I=Bt(ti((l-o)/(u||1)),0),z=oe(I);I--;)z[v?I:++w]=o,o+=u;return z}function jl(o,l){var u="";if(!o||l<1||l>pe)return u;do l%2&&(u+=o),l=ni(l/2),l&&(o+=o);while(l);return u}function je(o,l){return ss(nf(o,l,Xt),o+"")}function qv(o){return ud(ka(o))}function Jv(o,l){var u=ka(o);return bi(u,Kr(l,0,u.length))}function ro(o,l,u,v){if(!ht(o))return o;l=_r(l,o);for(var w=-1,I=l.length,z=I-1,G=o;G!=null&&++w<I;){var J=An(l[w]),ce=u;if(J==="__proto__"||J==="constructor"||J==="prototype")return o;if(w!=z){var fe=G[J];ce=v?v(fe,J,G):n,ce===n&&(ce=ht(fe)?fe:Jn(l[w+1])?[]:{})}Za(G,J,ce),G=G[J]}return o}var Bd=ri?function(o,l){return ri.set(o,l),o}:Xt,Zv=ei?function(o,l){return ei(o,"toString",{configurable:!0,enumerable:!1,value:ys(l),writable:!0})}:Xt;function eg(o){return bi(ka(o))}function vn(o,l,u){var v=-1,w=o.length;l<0&&(l=-l>w?0:w+l),u=u>w?w:u,u<0&&(u+=w),w=l>u?0:u-l>>>0,l>>>=0;for(var I=oe(w);++v<w;)I[v]=o[v+l];return I}function tg(o,l){var u;return yr(o,function(v,w,I){return u=l(v,w,I),!u}),!!u}function ci(o,l,u){var v=0,w=o==null?v:o.length;if(typeof l=="number"&&l===l&&w<=F){for(;v<w;){var I=v+w>>>1,z=o[I];z!==null&&!rn(z)&&(u?z<=l:z<l)?v=I+1:w=I}return w}return Yl(o,l,Xt,u)}function Yl(o,l,u,v){var w=0,I=o==null?0:o.length;if(I===0)return 0;l=u(l);for(var z=l!==l,G=l===null,J=rn(l),ce=l===n;w<I;){var fe=ni((w+I)/2),ve=u(o[fe]),Ee=ve!==n,Ve=ve===null,Re=ve===ve,We=rn(ve);if(z)var Ae=v||Re;else ce?Ae=Re&&(v||Ee):G?Ae=Re&&Ee&&(v||!Ve):J?Ae=Re&&Ee&&!Ve&&(v||!We):Ve||We?Ae=!1:Ae=v?ve<=l:ve<l;Ae?w=fe+1:I=fe}return Dt(I,U)}function Sd(o,l){for(var u=-1,v=o.length,w=0,I=[];++u<v;){var z=o[u],G=l?l(z):z;if(!u||!Cn(G,J)){var J=G;I[w++]=z===0?0:z}}return I}function Vd(o){return typeof o=="number"?o:rn(o)?he:+o}function nn(o){if(typeof o=="string")return o;if(ze(o))return ft(o,nn)+"";if(rn(o))return ld?ld.call(o):"";var l=o+"";return l=="0"&&1/o==-1/0?"-0":l}function br(o,l,u){var v=-1,w=Uo,I=o.length,z=!0,G=[],J=G;if(u)z=!1,w=wl;else if(I>=i){var ce=l?null:fg(o);if(ce)return jo(ce);z=!1,w=Ka,J=new Yr}else J=l?[]:G;e:for(;++v<I;){var fe=o[v],ve=l?l(fe):fe;if(fe=u||fe!==0?fe:0,z&&ve===ve){for(var Ee=J.length;Ee--;)if(J[Ee]===ve)continue e;l&&J.push(ve),G.push(fe)}else w(J,ve,u)||(J!==G&&J.push(ve),G.push(fe))}return G}function Kl(o,l){return l=_r(l,o),o=rf(o,l),o==null||delete o[An(gn(l))]}function Od(o,l,u,v){return ro(o,l,u(Gr(o,l)),v)}function di(o,l,u,v){for(var w=o.length,I=v?w:-1;(v?I--:++I<w)&&l(o[I],I,o););return u?vn(o,v?0:I,v?I+1:w):vn(o,v?I+1:0,v?w:I)}function Id(o,l){var u=o;return u instanceof Ke&&(u=u.value()),kl(l,function(v,w){return w.func.apply(w.thisArg,mr([v],w.args))},u)}function Gl(o,l,u){var v=o.length;if(v<2)return v?br(o[0]):[];for(var w=-1,I=oe(v);++w<v;)for(var z=o[w],G=-1;++G<v;)G!=w&&(I[w]=eo(I[w]||z,o[G],l,u));return br(Tt(I,1),l,u)}function Nd(o,l,u){for(var v=-1,w=o.length,I=l.length,z={};++v<w;){var G=v<I?l[v]:n;u(z,o[v],G)}return z}function Xl(o){return bt(o)?o:[]}function Ql(o){return typeof o=="function"?o:Xt}function _r(o,l){return ze(o)?o:os(o,l)?[o]:sf(et(o))}var ng=je;function wr(o,l,u){var v=o.length;return u=u===n?v:u,!l&&u>=v?o:vn(o,l,u)}var Td=Um||function(o){return Nt.clearTimeout(o)};function Md(o,l){if(l)return o.slice();var u=o.length,v=td?td(u):new o.constructor(u);return o.copy(v),v}function ql(o){var l=new o.constructor(o.byteLength);return new qo(l).set(new qo(o)),l}function rg(o,l){var u=l?ql(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.byteLength)}function ag(o){var l=new o.constructor(o.source,gc.exec(o));return l.lastIndex=o.lastIndex,l}function og(o){return Ja?ot(Ja.call(o)):{}}function Dd(o,l){var u=l?ql(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.length)}function Rd(o,l){if(o!==l){var u=o!==n,v=o===null,w=o===o,I=rn(o),z=l!==n,G=l===null,J=l===l,ce=rn(l);if(!G&&!ce&&!I&&o>l||I&&z&&J&&!G&&!ce||v&&z&&J||!u&&J||!w)return 1;if(!v&&!I&&!ce&&o<l||ce&&u&&w&&!v&&!I||G&&u&&w||!z&&w||!J)return-1}return 0}function ig(o,l,u){for(var v=-1,w=o.criteria,I=l.criteria,z=w.length,G=u.length;++v<z;){var J=Rd(w[v],I[v]);if(J){if(v>=G)return J;var ce=u[v];return J*(ce=="desc"?-1:1)}}return o.index-l.index}function Ad(o,l,u,v){for(var w=-1,I=o.length,z=u.length,G=-1,J=l.length,ce=Bt(I-z,0),fe=oe(J+ce),ve=!v;++G<J;)fe[G]=l[G];for(;++w<z;)(ve||w<I)&&(fe[u[w]]=o[w]);for(;ce--;)fe[G++]=o[w++];return fe}function Pd(o,l,u,v){for(var w=-1,I=o.length,z=-1,G=u.length,J=-1,ce=l.length,fe=Bt(I-G,0),ve=oe(fe+ce),Ee=!v;++w<fe;)ve[w]=o[w];for(var Ve=w;++J<ce;)ve[Ve+J]=l[J];for(;++z<G;)(Ee||w<I)&&(ve[Ve+u[z]]=o[w++]);return ve}function Yt(o,l){var u=-1,v=o.length;for(l||(l=oe(v));++u<v;)l[u]=o[u];return l}function Rn(o,l,u,v){var w=!u;u||(u={});for(var I=-1,z=l.length;++I<z;){var G=l[I],J=v?v(u[G],o[G],G,u,o):n;J===n&&(J=o[G]),w?Xn(u,G,J):Za(u,G,J)}return u}function lg(o,l){return Rn(o,as(o),l)}function sg(o,l){return Rn(o,qd(o),l)}function fi(o,l){return function(u,v){var w=ze(u)?pm:Ov,I=l?l():{};return w(u,o,Me(v,2),I)}}function ya(o){return je(function(l,u){var v=-1,w=u.length,I=w>1?u[w-1]:n,z=w>2?u[2]:n;for(I=o.length>3&&typeof I=="function"?(w--,I):n,z&&Ft(u[0],u[1],z)&&(I=w<3?n:I,w=1),l=ot(l);++v<w;){var G=u[v];G&&o(l,G,v,I)}return l})}function Ld(o,l){return function(u,v){if(u==null)return u;if(!Kt(u))return o(u,v);for(var w=u.length,I=l?w:-1,z=ot(u);(l?I--:++I<w)&&v(z[I],I,z)!==!1;);return u}}function Fd(o){return function(l,u,v){for(var w=-1,I=ot(l),z=v(l),G=z.length;G--;){var J=z[o?G:++w];if(u(I[J],J,I)===!1)break}return l}}function ug(o,l,u){var v=l&x,w=ao(o);function I(){var z=this&&this!==Nt&&this instanceof I?w:o;return z.apply(v?u:this,arguments)}return I}function zd(o){return function(l){l=et(l);var u=da(l)?xn(l):n,v=u?u[0]:l.charAt(0),w=u?wr(u,1).join(""):l.slice(1);return v[o]()+w}}function ba(o){return function(l){return kl(Ff(Lf(l).replace(Z1,"")),o,"")}}function ao(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=ga(o.prototype),v=o.apply(u,l);return ht(v)?v:u}}function cg(o,l,u){var v=ao(o);function w(){for(var I=arguments.length,z=oe(I),G=I,J=_a(w);G--;)z[G]=arguments[G];var ce=I<3&&z[0]!==J&&z[I-1]!==J?[]:vr(z,J);if(I-=ce.length,I<u)return Yd(o,l,pi,w.placeholder,n,z,ce,n,n,u-I);var fe=this&&this!==Nt&&this instanceof w?v:o;return en(fe,this,z)}return w}function Hd(o){return function(l,u,v){var w=ot(l);if(!Kt(l)){var I=Me(u,3);l=Ot(l),u=function(G){return I(w[G],G,w)}}var z=o(l,u,v);return z>-1?w[I?l[z]:z]:n}}function Ud(o){return qn(function(l){var u=l.length,v=u,w=hn.prototype.thru;for(o&&l.reverse();v--;){var I=l[v];if(typeof I!="function")throw new pn(c);if(w&&!z&&gi(I)=="wrapper")var z=new hn([],!0)}for(v=z?v:u;++v<u;){I=l[v];var G=gi(I),J=G=="wrapper"?ns(I):n;J&&is(J[0])&&J[1]==(T|O|L|N)&&!J[4].length&&J[9]==1?z=z[gi(J[0])].apply(z,J[3]):z=I.length==1&&is(I)?z[G]():z.thru(I)}return function(){var ce=arguments,fe=ce[0];if(z&&ce.length==1&&ze(fe))return z.plant(fe).value();for(var ve=0,Ee=u?l[ve].apply(this,ce):fe;++ve<u;)Ee=l[ve].call(this,Ee);return Ee}})}function pi(o,l,u,v,w,I,z,G,J,ce){var fe=l&T,ve=l&x,Ee=l&y,Ve=l&(O|S),Re=l&P,We=Ee?n:ao(o);function Ae(){for(var Ye=arguments.length,Qe=oe(Ye),an=Ye;an--;)Qe[an]=arguments[an];if(Ve)var zt=_a(Ae),on=km(Qe,zt);if(v&&(Qe=Ad(Qe,v,w,Ve)),I&&(Qe=Pd(Qe,I,z,Ve)),Ye-=on,Ve&&Ye<ce){var _t=vr(Qe,zt);return Yd(o,l,pi,Ae.placeholder,u,Qe,_t,G,J,ce-Ye)}var $n=ve?u:this,tr=Ee?$n[o]:o;return Ye=Qe.length,G?Qe=Og(Qe,G):Re&&Ye>1&&Qe.reverse(),fe&&J<Ye&&(Qe.length=J),this&&this!==Nt&&this instanceof Ae&&(tr=We||ao(tr)),tr.apply($n,Qe)}return Ae}function Wd(o,l){return function(u,v){return Pv(u,o,l(v),{})}}function hi(o,l){return function(u,v){var w;if(u===n&&v===n)return l;if(u!==n&&(w=u),v!==n){if(w===n)return v;typeof u=="string"||typeof v=="string"?(u=nn(u),v=nn(v)):(u=Vd(u),v=Vd(v)),w=o(u,v)}return w}}function Jl(o){return qn(function(l){return l=ft(l,tn(Me())),je(function(u){var v=this;return o(l,function(w){return en(w,v,u)})})})}function mi(o,l){l=l===n?" ":nn(l);var u=l.length;if(u<2)return u?jl(l,o):l;var v=jl(l,ti(o/fa(l)));return da(l)?wr(xn(v),0,o).join(""):v.slice(0,o)}function dg(o,l,u,v){var w=l&x,I=ao(o);function z(){for(var G=-1,J=arguments.length,ce=-1,fe=v.length,ve=oe(fe+J),Ee=this&&this!==Nt&&this instanceof z?I:o;++ce<fe;)ve[ce]=v[ce];for(;J--;)ve[ce++]=arguments[++G];return en(Ee,w?u:this,ve)}return z}function jd(o){return function(l,u,v){return v&&typeof v!="number"&&Ft(l,u,v)&&(u=v=n),l=er(l),u===n?(u=l,l=0):u=er(u),v=v===n?l<u?1:-1:er(v),Qv(l,u,v,o)}}function vi(o){return function(l,u){return typeof l=="string"&&typeof u=="string"||(l=yn(l),u=yn(u)),o(l,u)}}function Yd(o,l,u,v,w,I,z,G,J,ce){var fe=l&O,ve=fe?z:n,Ee=fe?n:z,Ve=fe?I:n,Re=fe?n:I;l|=fe?L:V,l&=~(fe?V:L),l&E||(l&=-4);var We=[o,l,w,Ve,ve,Re,Ee,G,J,ce],Ae=u.apply(n,We);return is(o)&&af(Ae,We),Ae.placeholder=v,of(Ae,o,l)}function Zl(o){var l=$t[o];return function(u,v){if(u=yn(u),v=v==null?0:Dt(Ue(v),292),v&&od(u)){var w=(et(u)+"e").split("e"),I=l(w[0]+"e"+(+w[1]+v));return w=(et(I)+"e").split("e"),+(w[0]+"e"+(+w[1]-v))}return l(u)}}var fg=ma&&1/jo(new ma([,-0]))[1]==re?function(o){return new ma(o)}:ws;function Kd(o){return function(l){var u=Rt(l);return u==ye?Vl(l):u==ee?Vm(l):wm(l,o(l))}}function Qn(o,l,u,v,w,I,z,G){var J=l&y;if(!J&&typeof o!="function")throw new pn(c);var ce=v?v.length:0;if(ce||(l&=-97,v=w=n),z=z===n?z:Bt(Ue(z),0),G=G===n?G:Ue(G),ce-=w?w.length:0,l&V){var fe=v,ve=w;v=w=n}var Ee=J?n:ns(o),Ve=[o,l,u,v,w,fe,ve,I,z,G];if(Ee&&Bg(Ve,Ee),o=Ve[0],l=Ve[1],u=Ve[2],v=Ve[3],w=Ve[4],G=Ve[9]=Ve[9]===n?J?0:o.length:Bt(Ve[9]-ce,0),!G&&l&(O|S)&&(l&=-25),!l||l==x)var Re=ug(o,l,u);else l==O||l==S?Re=cg(o,l,G):(l==L||l==(x|L))&&!w.length?Re=dg(o,l,u,v):Re=pi.apply(n,Ve);var We=Ee?Bd:af;return of(We(Re,Ve),o,l)}function Gd(o,l,u,v){return o===n||Cn(o,ha[u])&&!tt.call(v,u)?l:o}function Xd(o,l,u,v,w,I){return ht(o)&&ht(l)&&(I.set(l,o),ui(o,l,n,Xd,I),I.delete(l)),o}function pg(o){return lo(o)?n:o}function Qd(o,l,u,v,w,I){var z=u&$,G=o.length,J=l.length;if(G!=J&&!(z&&J>G))return!1;var ce=I.get(o),fe=I.get(l);if(ce&&fe)return ce==l&&fe==o;var ve=-1,Ee=!0,Ve=u&M?new Yr:n;for(I.set(o,l),I.set(l,o);++ve<G;){var Re=o[ve],We=l[ve];if(v)var Ae=z?v(We,Re,ve,l,o,I):v(Re,We,ve,o,l,I);if(Ae!==n){if(Ae)continue;Ee=!1;break}if(Ve){if(!xl(l,function(Ye,Qe){if(!Ka(Ve,Qe)&&(Re===Ye||w(Re,Ye,u,v,I)))return Ve.push(Qe)})){Ee=!1;break}}else if(!(Re===We||w(Re,We,u,v,I))){Ee=!1;break}}return I.delete(o),I.delete(l),Ee}function hg(o,l,u,v,w,I,z){switch(u){case Ze:if(o.byteLength!=l.byteLength||o.byteOffset!=l.byteOffset)return!1;o=o.buffer,l=l.buffer;case Vt:return!(o.byteLength!=l.byteLength||!I(new qo(o),new qo(l)));case D:case j:case A:return Cn(+o,+l);case te:return o.name==l.name&&o.message==l.message;case Te:case me:return o==l+"";case ye:var G=Vl;case ee:var J=v&$;if(G||(G=jo),o.size!=l.size&&!J)return!1;var ce=z.get(o);if(ce)return ce==l;v|=M,z.set(o,l);var fe=Qd(G(o),G(l),v,w,I,z);return z.delete(o),fe;case Be:if(Ja)return Ja.call(o)==Ja.call(l)}return!1}function mg(o,l,u,v,w,I){var z=u&$,G=es(o),J=G.length,ce=es(l),fe=ce.length;if(J!=fe&&!z)return!1;for(var ve=J;ve--;){var Ee=G[ve];if(!(z?Ee in l:tt.call(l,Ee)))return!1}var Ve=I.get(o),Re=I.get(l);if(Ve&&Re)return Ve==l&&Re==o;var We=!0;I.set(o,l),I.set(l,o);for(var Ae=z;++ve<J;){Ee=G[ve];var Ye=o[Ee],Qe=l[Ee];if(v)var an=z?v(Qe,Ye,Ee,l,o,I):v(Ye,Qe,Ee,o,l,I);if(!(an===n?Ye===Qe||w(Ye,Qe,u,v,I):an)){We=!1;break}Ae||(Ae=Ee=="constructor")}if(We&&!Ae){var zt=o.constructor,on=l.constructor;zt!=on&&"constructor"in o&&"constructor"in l&&!(typeof zt=="function"&&zt instanceof zt&&typeof on=="function"&&on instanceof on)&&(We=!1)}return I.delete(o),I.delete(l),We}function qn(o){return ss(nf(o,n,ff),o+"")}function es(o){return vd(o,Ot,as)}function ts(o){return vd(o,Gt,qd)}var ns=ri?function(o){return ri.get(o)}:ws;function gi(o){for(var l=o.name+"",u=va[l],v=tt.call(va,l)?u.length:0;v--;){var w=u[v],I=w.func;if(I==null||I==o)return w.name}return l}function _a(o){var l=tt.call(B,"placeholder")?B:o;return l.placeholder}function Me(){var o=B.iteratee||bs;return o=o===bs?bd:o,arguments.length?o(arguments[0],arguments[1]):o}function yi(o,l){var u=o.__data__;return xg(l)?u[typeof l=="string"?"string":"hash"]:u.map}function rs(o){for(var l=Ot(o),u=l.length;u--;){var v=l[u],w=o[v];l[u]=[v,w,ef(w)]}return l}function Xr(o,l){var u=$m(o,l);return yd(u)?u:n}function vg(o){var l=tt.call(o,Wr),u=o[Wr];try{o[Wr]=n;var v=!0}catch{}var w=Xo.call(o);return v&&(l?o[Wr]=u:delete o[Wr]),w}var as=Il?function(o){return o==null?[]:(o=ot(o),hr(Il(o),function(l){return rd.call(o,l)}))}:ks,qd=Il?function(o){for(var l=[];o;)mr(l,as(o)),o=Jo(o);return l}:ks,Rt=Lt;(Nl&&Rt(new Nl(new ArrayBuffer(1)))!=Ze||Xa&&Rt(new Xa)!=ye||Tl&&Rt(Tl.resolve())!=we||ma&&Rt(new ma)!=ee||Qa&&Rt(new Qa)!=Ct)&&(Rt=function(o){var l=Lt(o),u=l==be?o.constructor:n,v=u?Qr(u):"";if(v)switch(v){case Jm:return Ze;case Zm:return ye;case ev:return we;case tv:return ee;case nv:return Ct}return l});function gg(o,l,u){for(var v=-1,w=u.length;++v<w;){var I=u[v],z=I.size;switch(I.type){case"drop":o+=z;break;case"dropRight":l-=z;break;case"take":l=Dt(l,o+z);break;case"takeRight":o=Bt(o,l-z);break}}return{start:o,end:l}}function yg(o){var l=o.match(E1);return l?l[1].split(C1):[]}function Jd(o,l,u){l=_r(l,o);for(var v=-1,w=l.length,I=!1;++v<w;){var z=An(l[v]);if(!(I=o!=null&&u(o,z)))break;o=o[z]}return I||++v!=w?I:(w=o==null?0:o.length,!!w&&Ci(w)&&Jn(z,w)&&(ze(o)||qr(o)))}function bg(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 Zd(o){return typeof o.constructor=="function"&&!oo(o)?ga(Jo(o)):{}}function _g(o,l,u){var v=o.constructor;switch(l){case Vt:return ql(o);case D:case j:return new v(+o);case Ze:return rg(o,u);case Yn:case Rr:case dr:case Ar:case Pr:case Lr:case Fr:case zr:case Hr:return Dd(o,u);case ye:return new v;case A:case me:return new v(o);case Te:return ag(o);case ee:return new v;case Be:return og(o)}}function wg(o,l){var u=l.length;if(!u)return o;var v=u-1;return l[v]=(u>1?"& ":"")+l[v],l=l.join(u>2?", ":" "),o.replace(x1,`{
15
+ */Qi.exports;(function(t,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__",g=1,_=2,k=4,C=1,M=2,x=1,y=2,E=4,O=8,S=16,L=32,V=64,T=128,N=256,P=512,b=30,R="...",Y=800,ie=16,H=1,X=2,K=3,re=1/0,pe=9007199254740991,ae=17976931348623157e292,he=NaN,Z=4294967295,U=Z-1,F=Z>>>1,Q=[["ary",T],["bind",x],["bindKey",y],["curry",O],["curryRight",S],["flip",P],["partial",L],["partialRight",V],["rearg",N]],$="[object Arguments]",W="[object Array]",m="[object AsyncFunction]",D="[object Boolean]",j="[object Date]",ue="[object DOMException]",te="[object Error]",Ne="[object Function]",de="[object GeneratorFunction]",ye="[object Map]",A="[object Number]",_e="[object Null]",be="[object Object]",we="[object Promise]",He="[object Proxy]",Te="[object RegExp]",ee="[object Set]",me="[object String]",Be="[object Symbol]",st="[object Undefined]",Ct="[object WeakMap]",Oe="[object WeakSet]",Vt="[object ArrayBuffer]",Ze="[object DataView]",Yn="[object Float32Array]",Rr="[object Float64Array]",dr="[object Int8Array]",Ar="[object Int16Array]",Pr="[object Int32Array]",Lr="[object Uint8Array]",Fr="[object Uint8ClampedArray]",zr="[object Uint16Array]",Hr="[object Uint32Array]",ne=/\b__p \+= '';/g,ke=/\b(__p \+=) '' \+/g,Ie=/(__e\(.*?\)|\b__t\)) \+\n'';/g,le=/&(?:amp|lt|gt|quot|#39);/g,xe=/[&<>"']/g,Se=RegExp(le.source),cn=RegExp(xe.source),Zt=/<%-([\s\S]+?)%>/g,fr=/<%([\s\S]+?)%>/g,pr=/<%=([\s\S]+?)%>/g,Mn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ya=/^\w*$/,dl=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,fl=/[\\^$.*+?()[\]{}|]/g,w1=RegExp(fl.source),pl=/^\s+/,k1=/\s/,x1=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,E1=/\{\n\/\* \[wrapped with (.+)\] \*/,C1=/,? & /,$1=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,B1=/[()=,{}\[\]\/\s]/,S1=/\\(\\)?/g,V1=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,gc=/\w*$/,O1=/^[-+]0x[0-9a-f]+$/i,I1=/^0b[01]+$/i,N1=/^\[object .+?Constructor\]$/,T1=/^0o[0-7]+$/i,M1=/^(?:0|[1-9]\d*)$/,D1=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Fo=/($^)/,R1=/['\n\r\u2028\u2029\\]/g,zo="\\ud800-\\udfff",A1="\\u0300-\\u036f",P1="\\ufe20-\\ufe2f",L1="\\u20d0-\\u20ff",yc=A1+P1+L1,bc="\\u2700-\\u27bf",_c="a-z\\xdf-\\xf6\\xf8-\\xff",F1="\\xac\\xb1\\xd7\\xf7",z1="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",H1="\\u2000-\\u206f",U1=" \\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",wc="A-Z\\xc0-\\xd6\\xd8-\\xde",kc="\\ufe0e\\ufe0f",xc=F1+z1+H1+U1,hl="['’]",W1="["+zo+"]",Ec="["+xc+"]",Ho="["+yc+"]",Cc="\\d+",j1="["+bc+"]",$c="["+_c+"]",Bc="[^"+zo+xc+Cc+bc+_c+wc+"]",ml="\\ud83c[\\udffb-\\udfff]",Y1="(?:"+Ho+"|"+ml+")",Sc="[^"+zo+"]",vl="(?:\\ud83c[\\udde6-\\uddff]){2}",gl="[\\ud800-\\udbff][\\udc00-\\udfff]",ua="["+wc+"]",Vc="\\u200d",Oc="(?:"+$c+"|"+Bc+")",K1="(?:"+ua+"|"+Bc+")",Ic="(?:"+hl+"(?:d|ll|m|re|s|t|ve))?",Nc="(?:"+hl+"(?:D|LL|M|RE|S|T|VE))?",Tc=Y1+"?",Mc="["+kc+"]?",G1="(?:"+Vc+"(?:"+[Sc,vl,gl].join("|")+")"+Mc+Tc+")*",X1="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Q1="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Dc=Mc+Tc+G1,q1="(?:"+[j1,vl,gl].join("|")+")"+Dc,J1="(?:"+[Sc+Ho+"?",Ho,vl,gl,W1].join("|")+")",Z1=RegExp(hl,"g"),em=RegExp(Ho,"g"),yl=RegExp(ml+"(?="+ml+")|"+J1+Dc,"g"),tm=RegExp([ua+"?"+$c+"+"+Ic+"(?="+[Ec,ua,"$"].join("|")+")",K1+"+"+Nc+"(?="+[Ec,ua+Oc,"$"].join("|")+")",ua+"?"+Oc+"+"+Ic,ua+"+"+Nc,Q1,X1,Cc,q1].join("|"),"g"),nm=RegExp("["+Vc+zo+yc+kc+"]"),rm=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,am=["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"],om=-1,ut={};ut[Yn]=ut[Rr]=ut[dr]=ut[Ar]=ut[Pr]=ut[Lr]=ut[Fr]=ut[zr]=ut[Hr]=!0,ut[$]=ut[W]=ut[Vt]=ut[D]=ut[Ze]=ut[j]=ut[te]=ut[Ne]=ut[ye]=ut[A]=ut[be]=ut[Te]=ut[ee]=ut[me]=ut[Ct]=!1;var lt={};lt[$]=lt[W]=lt[Vt]=lt[Ze]=lt[D]=lt[j]=lt[Yn]=lt[Rr]=lt[dr]=lt[Ar]=lt[Pr]=lt[ye]=lt[A]=lt[be]=lt[Te]=lt[ee]=lt[me]=lt[Be]=lt[Lr]=lt[Fr]=lt[zr]=lt[Hr]=!0,lt[te]=lt[Ne]=lt[Ct]=!1;var im={À:"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"},lm={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},sm={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},um={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},cm=parseFloat,dm=parseInt,Rc=typeof fo=="object"&&fo&&fo.Object===Object&&fo,fm=typeof self=="object"&&self&&self.Object===Object&&self,Nt=Rc||fm||Function("return this")(),bl=r&&!r.nodeType&&r,Ur=bl&&!0&&t&&!t.nodeType&&t,Ac=Ur&&Ur.exports===bl,_l=Ac&&Rc.process,dn=function(){try{var q=Ur&&Ur.require&&Ur.require("util").types;return q||_l&&_l.binding&&_l.binding("util")}catch{}}(),Pc=dn&&dn.isArrayBuffer,Lc=dn&&dn.isDate,Fc=dn&&dn.isMap,zc=dn&&dn.isRegExp,Hc=dn&&dn.isSet,Uc=dn&&dn.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 pm(q,se,oe,$e){for(var Fe=-1,qe=q==null?0:q.length;++Fe<qe;){var $t=q[Fe];se($e,$t,oe($t),q)}return $e}function fn(q,se){for(var oe=-1,$e=q==null?0:q.length;++oe<$e&&se(q[oe],oe,q)!==!1;);return q}function hm(q,se){for(var oe=q==null?0:q.length;oe--&&se(q[oe],oe,q)!==!1;);return q}function Wc(q,se){for(var oe=-1,$e=q==null?0:q.length;++oe<$e;)if(!se(q[oe],oe,q))return!1;return!0}function hr(q,se){for(var oe=-1,$e=q==null?0:q.length,Fe=0,qe=[];++oe<$e;){var $t=q[oe];se($t,oe,q)&&(qe[Fe++]=$t)}return qe}function Uo(q,se){var oe=q==null?0:q.length;return!!oe&&ca(q,se,0)>-1}function wl(q,se,oe){for(var $e=-1,Fe=q==null?0:q.length;++$e<Fe;)if(oe(se,q[$e]))return!0;return!1}function ft(q,se){for(var oe=-1,$e=q==null?0:q.length,Fe=Array($e);++oe<$e;)Fe[oe]=se(q[oe],oe,q);return Fe}function mr(q,se){for(var oe=-1,$e=se.length,Fe=q.length;++oe<$e;)q[Fe+oe]=se[oe];return q}function kl(q,se,oe,$e){var Fe=-1,qe=q==null?0:q.length;for($e&&qe&&(oe=q[++Fe]);++Fe<qe;)oe=se(oe,q[Fe],Fe,q);return oe}function mm(q,se,oe,$e){var Fe=q==null?0:q.length;for($e&&Fe&&(oe=q[--Fe]);Fe--;)oe=se(oe,q[Fe],Fe,q);return oe}function xl(q,se){for(var oe=-1,$e=q==null?0:q.length;++oe<$e;)if(se(q[oe],oe,q))return!0;return!1}var vm=El("length");function gm(q){return q.split("")}function ym(q){return q.match($1)||[]}function jc(q,se,oe){var $e;return oe(q,function(Fe,qe,$t){if(se(Fe,qe,$t))return $e=qe,!1}),$e}function Wo(q,se,oe,$e){for(var Fe=q.length,qe=oe+($e?1:-1);$e?qe--:++qe<Fe;)if(se(q[qe],qe,q))return qe;return-1}function ca(q,se,oe){return se===se?Om(q,se,oe):Wo(q,Yc,oe)}function bm(q,se,oe,$e){for(var Fe=oe-1,qe=q.length;++Fe<qe;)if($e(q[Fe],se))return Fe;return-1}function Yc(q){return q!==q}function Kc(q,se){var oe=q==null?0:q.length;return oe?$l(q,se)/oe:he}function El(q){return function(se){return se==null?n:se[q]}}function Cl(q){return function(se){return q==null?n:q[se]}}function Gc(q,se,oe,$e,Fe){return Fe(q,function(qe,$t,ot){oe=$e?($e=!1,qe):se(oe,qe,$t,ot)}),oe}function _m(q,se){var oe=q.length;for(q.sort(se);oe--;)q[oe]=q[oe].value;return q}function $l(q,se){for(var oe,$e=-1,Fe=q.length;++$e<Fe;){var qe=se(q[$e]);qe!==n&&(oe=oe===n?qe:oe+qe)}return oe}function Bl(q,se){for(var oe=-1,$e=Array(q);++oe<q;)$e[oe]=se(oe);return $e}function wm(q,se){return ft(se,function(oe){return[oe,q[oe]]})}function Xc(q){return q&&q.slice(0,Zc(q)+1).replace(pl,"")}function tn(q){return function(se){return q(se)}}function Sl(q,se){return ft(se,function(oe){return q[oe]})}function Ka(q,se){return q.has(se)}function Qc(q,se){for(var oe=-1,$e=q.length;++oe<$e&&ca(se,q[oe],0)>-1;);return oe}function qc(q,se){for(var oe=q.length;oe--&&ca(se,q[oe],0)>-1;);return oe}function km(q,se){for(var oe=q.length,$e=0;oe--;)q[oe]===se&&++$e;return $e}var xm=Cl(im),Em=Cl(lm);function Cm(q){return"\\"+um[q]}function $m(q,se){return q==null?n:q[se]}function da(q){return nm.test(q)}function Bm(q){return rm.test(q)}function Sm(q){for(var se,oe=[];!(se=q.next()).done;)oe.push(se.value);return oe}function Vl(q){var se=-1,oe=Array(q.size);return q.forEach(function($e,Fe){oe[++se]=[Fe,$e]}),oe}function Jc(q,se){return function(oe){return q(se(oe))}}function vr(q,se){for(var oe=-1,$e=q.length,Fe=0,qe=[];++oe<$e;){var $t=q[oe];($t===se||$t===h)&&(q[oe]=h,qe[Fe++]=oe)}return qe}function jo(q){var se=-1,oe=Array(q.size);return q.forEach(function($e){oe[++se]=$e}),oe}function Vm(q){var se=-1,oe=Array(q.size);return q.forEach(function($e){oe[++se]=[$e,$e]}),oe}function Om(q,se,oe){for(var $e=oe-1,Fe=q.length;++$e<Fe;)if(q[$e]===se)return $e;return-1}function Im(q,se,oe){for(var $e=oe+1;$e--;)if(q[$e]===se)return $e;return $e}function fa(q){return da(q)?Tm(q):vm(q)}function xn(q){return da(q)?Mm(q):gm(q)}function Zc(q){for(var se=q.length;se--&&k1.test(q.charAt(se)););return se}var Nm=Cl(sm);function Tm(q){for(var se=yl.lastIndex=0;yl.test(q);)++se;return se}function Mm(q){return q.match(yl)||[]}function Dm(q){return q.match(tm)||[]}var Rm=function q(se){se=se==null?Nt:pa.defaults(Nt.Object(),se,pa.pick(Nt,am));var oe=se.Array,$e=se.Date,Fe=se.Error,qe=se.Function,$t=se.Math,ot=se.Object,Ol=se.RegExp,Am=se.String,pn=se.TypeError,Yo=oe.prototype,Pm=qe.prototype,ha=ot.prototype,Ko=se["__core-js_shared__"],Go=Pm.toString,tt=ha.hasOwnProperty,Lm=0,ed=function(){var o=/[^.]+$/.exec(Ko&&Ko.keys&&Ko.keys.IE_PROTO||"");return o?"Symbol(src)_1."+o:""}(),Xo=ha.toString,Fm=Go.call(ot),zm=Nt._,Hm=Ol("^"+Go.call(tt).replace(fl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Qo=Ac?se.Buffer:n,gr=se.Symbol,qo=se.Uint8Array,td=Qo?Qo.allocUnsafe:n,Jo=Jc(ot.getPrototypeOf,ot),nd=ot.create,rd=ha.propertyIsEnumerable,Zo=Yo.splice,ad=gr?gr.isConcatSpreadable:n,Ga=gr?gr.iterator:n,Wr=gr?gr.toStringTag:n,ei=function(){try{var o=Xr(ot,"defineProperty");return o({},"",{}),o}catch{}}(),Um=se.clearTimeout!==Nt.clearTimeout&&se.clearTimeout,Wm=$e&&$e.now!==Nt.Date.now&&$e.now,jm=se.setTimeout!==Nt.setTimeout&&se.setTimeout,ti=$t.ceil,ni=$t.floor,Il=ot.getOwnPropertySymbols,Ym=Qo?Qo.isBuffer:n,od=se.isFinite,Km=Yo.join,Gm=Jc(ot.keys,ot),Bt=$t.max,Dt=$t.min,Xm=$e.now,Qm=se.parseInt,id=$t.random,qm=Yo.reverse,Nl=Xr(se,"DataView"),Xa=Xr(se,"Map"),Tl=Xr(se,"Promise"),ma=Xr(se,"Set"),Qa=Xr(se,"WeakMap"),qa=Xr(ot,"create"),ri=Qa&&new Qa,va={},Jm=Qr(Nl),Zm=Qr(Xa),ev=Qr(Tl),tv=Qr(ma),nv=Qr(Qa),ai=gr?gr.prototype:n,Ja=ai?ai.valueOf:n,ld=ai?ai.toString:n;function B(o){if(vt(o)&&!ze(o)&&!(o instanceof Ke)){if(o instanceof hn)return o;if(tt.call(o,"__wrapped__"))return uf(o)}return new hn(o)}var ga=function(){function o(){}return function(l){if(!ht(l))return{};if(nd)return nd(l);o.prototype=l;var u=new o;return o.prototype=n,u}}();function oi(){}function hn(o,l){this.__wrapped__=o,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=n}B.templateSettings={escape:Zt,evaluate:fr,interpolate:pr,variable:"",imports:{_:B}},B.prototype=oi.prototype,B.prototype.constructor=B,hn.prototype=ga(oi.prototype),hn.prototype.constructor=hn;function Ke(o){this.__wrapped__=o,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Z,this.__views__=[]}function rv(){var o=new Ke(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 av(){if(this.__filtered__){var o=new Ke(this);o.__dir__=-1,o.__filtered__=!0}else o=this.clone(),o.__dir__*=-1;return o}function ov(){var o=this.__wrapped__.value(),l=this.__dir__,u=ze(o),v=l<0,w=u?o.length:0,I=gg(0,w,this.__views__),z=I.start,G=I.end,J=G-z,ce=v?G:z-1,fe=this.__iteratees__,ve=fe.length,Ee=0,Ve=Dt(J,this.__takeCount__);if(!u||!v&&w==J&&Ve==J)return Id(o,this.__actions__);var Re=[];e:for(;J--&&Ee<Ve;){ce+=l;for(var We=-1,Ae=o[ce];++We<ve;){var Ye=fe[We],Qe=Ye.iteratee,an=Ye.type,zt=Qe(Ae);if(an==X)Ae=zt;else if(!zt){if(an==H)continue e;break e}}Re[Ee++]=Ae}return Re}Ke.prototype=ga(oi.prototype),Ke.prototype.constructor=Ke;function jr(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var v=o[l];this.set(v[0],v[1])}}function iv(){this.__data__=qa?qa(null):{},this.size=0}function lv(o){var l=this.has(o)&&delete this.__data__[o];return this.size-=l?1:0,l}function sv(o){var l=this.__data__;if(qa){var u=l[o];return u===f?n:u}return tt.call(l,o)?l[o]:n}function uv(o){var l=this.__data__;return qa?l[o]!==n:tt.call(l,o)}function cv(o,l){var u=this.__data__;return this.size+=this.has(o)?0:1,u[o]=qa&&l===n?f:l,this}jr.prototype.clear=iv,jr.prototype.delete=lv,jr.prototype.get=sv,jr.prototype.has=uv,jr.prototype.set=cv;function Kn(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var v=o[l];this.set(v[0],v[1])}}function dv(){this.__data__=[],this.size=0}function fv(o){var l=this.__data__,u=ii(l,o);if(u<0)return!1;var v=l.length-1;return u==v?l.pop():Zo.call(l,u,1),--this.size,!0}function pv(o){var l=this.__data__,u=ii(l,o);return u<0?n:l[u][1]}function hv(o){return ii(this.__data__,o)>-1}function mv(o,l){var u=this.__data__,v=ii(u,o);return v<0?(++this.size,u.push([o,l])):u[v][1]=l,this}Kn.prototype.clear=dv,Kn.prototype.delete=fv,Kn.prototype.get=pv,Kn.prototype.has=hv,Kn.prototype.set=mv;function Gn(o){var l=-1,u=o==null?0:o.length;for(this.clear();++l<u;){var v=o[l];this.set(v[0],v[1])}}function vv(){this.size=0,this.__data__={hash:new jr,map:new(Xa||Kn),string:new jr}}function gv(o){var l=yi(this,o).delete(o);return this.size-=l?1:0,l}function yv(o){return yi(this,o).get(o)}function bv(o){return yi(this,o).has(o)}function _v(o,l){var u=yi(this,o),v=u.size;return u.set(o,l),this.size+=u.size==v?0:1,this}Gn.prototype.clear=vv,Gn.prototype.delete=gv,Gn.prototype.get=yv,Gn.prototype.has=bv,Gn.prototype.set=_v;function Yr(o){var l=-1,u=o==null?0:o.length;for(this.__data__=new Gn;++l<u;)this.add(o[l])}function wv(o){return this.__data__.set(o,f),this}function kv(o){return this.__data__.has(o)}Yr.prototype.add=Yr.prototype.push=wv,Yr.prototype.has=kv;function En(o){var l=this.__data__=new Kn(o);this.size=l.size}function xv(){this.__data__=new Kn,this.size=0}function Ev(o){var l=this.__data__,u=l.delete(o);return this.size=l.size,u}function Cv(o){return this.__data__.get(o)}function $v(o){return this.__data__.has(o)}function Bv(o,l){var u=this.__data__;if(u instanceof Kn){var v=u.__data__;if(!Xa||v.length<i-1)return v.push([o,l]),this.size=++u.size,this;u=this.__data__=new Gn(v)}return u.set(o,l),this.size=u.size,this}En.prototype.clear=xv,En.prototype.delete=Ev,En.prototype.get=Cv,En.prototype.has=$v,En.prototype.set=Bv;function sd(o,l){var u=ze(o),v=!u&&qr(o),w=!u&&!v&&kr(o),I=!u&&!v&&!w&&wa(o),z=u||v||w||I,G=z?Bl(o.length,Am):[],J=G.length;for(var ce in o)(l||tt.call(o,ce))&&!(z&&(ce=="length"||w&&(ce=="offset"||ce=="parent")||I&&(ce=="buffer"||ce=="byteLength"||ce=="byteOffset")||Jn(ce,J)))&&G.push(ce);return G}function ud(o){var l=o.length;return l?o[Wl(0,l-1)]:n}function Sv(o,l){return bi(Yt(o),Kr(l,0,o.length))}function Vv(o){return bi(Yt(o))}function Ml(o,l,u){(u!==n&&!Cn(o[l],u)||u===n&&!(l in o))&&Xn(o,l,u)}function Za(o,l,u){var v=o[l];(!(tt.call(o,l)&&Cn(v,u))||u===n&&!(l in o))&&Xn(o,l,u)}function ii(o,l){for(var u=o.length;u--;)if(Cn(o[u][0],l))return u;return-1}function Ov(o,l,u,v){return yr(o,function(w,I,z){l(v,w,u(w),z)}),v}function cd(o,l){return o&&Rn(l,Ot(l),o)}function Iv(o,l){return o&&Rn(l,Gt(l),o)}function Xn(o,l,u){l=="__proto__"&&ei?ei(o,l,{configurable:!0,enumerable:!0,value:u,writable:!0}):o[l]=u}function Dl(o,l){for(var u=-1,v=l.length,w=oe(v),I=o==null;++u<v;)w[u]=I?n:ms(o,l[u]);return w}function Kr(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,v,w,I){var z,G=l&g,J=l&_,ce=l&k;if(u&&(z=w?u(o,v,w,I):u(o)),z!==n)return z;if(!ht(o))return o;var fe=ze(o);if(fe){if(z=bg(o),!G)return Yt(o,z)}else{var ve=Rt(o),Ee=ve==Ne||ve==de;if(kr(o))return Md(o,G);if(ve==be||ve==$||Ee&&!w){if(z=J||Ee?{}:Zd(o),!G)return J?sg(o,Iv(z,o)):lg(o,cd(z,o))}else{if(!lt[ve])return w?o:{};z=_g(o,ve,G)}}I||(I=new En);var Ve=I.get(o);if(Ve)return Ve;I.set(o,z),Vf(o)?o.forEach(function(Ae){z.add(mn(Ae,l,u,Ae,o,I))}):Bf(o)&&o.forEach(function(Ae,Ye){z.set(Ye,mn(Ae,l,u,Ye,o,I))});var Re=ce?J?ts:es:J?Gt:Ot,We=fe?n:Re(o);return fn(We||o,function(Ae,Ye){We&&(Ye=Ae,Ae=o[Ye]),Za(z,Ye,mn(Ae,l,u,Ye,o,I))}),z}function Nv(o){var l=Ot(o);return function(u){return dd(u,o,l)}}function dd(o,l,u){var v=u.length;if(o==null)return!v;for(o=ot(o);v--;){var w=u[v],I=l[w],z=o[w];if(z===n&&!(w in o)||!I(z))return!1}return!0}function fd(o,l,u){if(typeof o!="function")throw new pn(c);return io(function(){o.apply(n,u)},l)}function eo(o,l,u,v){var w=-1,I=Uo,z=!0,G=o.length,J=[],ce=l.length;if(!G)return J;u&&(l=ft(l,tn(u))),v?(I=wl,z=!1):l.length>=i&&(I=Ka,z=!1,l=new Yr(l));e:for(;++w<G;){var fe=o[w],ve=u==null?fe:u(fe);if(fe=v||fe!==0?fe:0,z&&ve===ve){for(var Ee=ce;Ee--;)if(l[Ee]===ve)continue e;J.push(fe)}else I(l,ve,v)||J.push(fe)}return J}var yr=Ld(Dn),pd=Ld(Al,!0);function Tv(o,l){var u=!0;return yr(o,function(v,w,I){return u=!!l(v,w,I),u}),u}function li(o,l,u){for(var v=-1,w=o.length;++v<w;){var I=o[v],z=l(I);if(z!=null&&(G===n?z===z&&!rn(z):u(z,G)))var G=z,J=I}return J}function Mv(o,l,u,v){var w=o.length;for(u=Ue(u),u<0&&(u=-u>w?0:w+u),v=v===n||v>w?w:Ue(v),v<0&&(v+=w),v=u>v?0:If(v);u<v;)o[u++]=l;return o}function hd(o,l){var u=[];return yr(o,function(v,w,I){l(v,w,I)&&u.push(v)}),u}function Tt(o,l,u,v,w){var I=-1,z=o.length;for(u||(u=kg),w||(w=[]);++I<z;){var G=o[I];l>0&&u(G)?l>1?Tt(G,l-1,u,v,w):mr(w,G):v||(w[w.length]=G)}return w}var Rl=Fd(),md=Fd(!0);function Dn(o,l){return o&&Rl(o,l,Ot)}function Al(o,l){return o&&md(o,l,Ot)}function si(o,l){return hr(l,function(u){return Zn(o[u])})}function Gr(o,l){l=_r(l,o);for(var u=0,v=l.length;o!=null&&u<v;)o=o[An(l[u++])];return u&&u==v?o:n}function vd(o,l,u){var v=l(o);return ze(o)?v:mr(v,u(o))}function Lt(o){return o==null?o===n?st:_e:Wr&&Wr in ot(o)?vg(o):Vg(o)}function Pl(o,l){return o>l}function Dv(o,l){return o!=null&&tt.call(o,l)}function Rv(o,l){return o!=null&&l in ot(o)}function Av(o,l,u){return o>=Dt(l,u)&&o<Bt(l,u)}function Ll(o,l,u){for(var v=u?wl:Uo,w=o[0].length,I=o.length,z=I,G=oe(I),J=1/0,ce=[];z--;){var fe=o[z];z&&l&&(fe=ft(fe,tn(l))),J=Dt(fe.length,J),G[z]=!u&&(l||w>=120&&fe.length>=120)?new Yr(z&&fe):n}fe=o[0];var ve=-1,Ee=G[0];e:for(;++ve<w&&ce.length<J;){var Ve=fe[ve],Re=l?l(Ve):Ve;if(Ve=u||Ve!==0?Ve:0,!(Ee?Ka(Ee,Re):v(ce,Re,u))){for(z=I;--z;){var We=G[z];if(!(We?Ka(We,Re):v(o[z],Re,u)))continue e}Ee&&Ee.push(Re),ce.push(Ve)}}return ce}function Pv(o,l,u,v){return Dn(o,function(w,I,z){l(v,u(w),I,z)}),v}function to(o,l,u){l=_r(l,o),o=rf(o,l);var v=o==null?o:o[An(gn(l))];return v==null?n:en(v,o,u)}function gd(o){return vt(o)&&Lt(o)==$}function Lv(o){return vt(o)&&Lt(o)==Vt}function Fv(o){return vt(o)&&Lt(o)==j}function no(o,l,u,v,w){return o===l?!0:o==null||l==null||!vt(o)&&!vt(l)?o!==o&&l!==l:zv(o,l,u,v,no,w)}function zv(o,l,u,v,w,I){var z=ze(o),G=ze(l),J=z?W:Rt(o),ce=G?W:Rt(l);J=J==$?be:J,ce=ce==$?be:ce;var fe=J==be,ve=ce==be,Ee=J==ce;if(Ee&&kr(o)){if(!kr(l))return!1;z=!0,fe=!1}if(Ee&&!fe)return I||(I=new En),z||wa(o)?Qd(o,l,u,v,w,I):hg(o,l,J,u,v,w,I);if(!(u&C)){var Ve=fe&&tt.call(o,"__wrapped__"),Re=ve&&tt.call(l,"__wrapped__");if(Ve||Re){var We=Ve?o.value():o,Ae=Re?l.value():l;return I||(I=new En),w(We,Ae,u,v,I)}}return Ee?(I||(I=new En),mg(o,l,u,v,w,I)):!1}function Hv(o){return vt(o)&&Rt(o)==ye}function Fl(o,l,u,v){var w=u.length,I=w,z=!v;if(o==null)return!I;for(o=ot(o);w--;){var G=u[w];if(z&&G[2]?G[1]!==o[G[0]]:!(G[0]in o))return!1}for(;++w<I;){G=u[w];var J=G[0],ce=o[J],fe=G[1];if(z&&G[2]){if(ce===n&&!(J in o))return!1}else{var ve=new En;if(v)var Ee=v(ce,fe,J,o,l,ve);if(!(Ee===n?no(fe,ce,C|M,v,ve):Ee))return!1}}return!0}function yd(o){if(!ht(o)||Eg(o))return!1;var l=Zn(o)?Hm:N1;return l.test(Qr(o))}function Uv(o){return vt(o)&&Lt(o)==Te}function Wv(o){return vt(o)&&Rt(o)==ee}function jv(o){return vt(o)&&Ci(o.length)&&!!ut[Lt(o)]}function bd(o){return typeof o=="function"?o:o==null?Xt:typeof o=="object"?ze(o)?kd(o[0],o[1]):wd(o):Hf(o)}function zl(o){if(!oo(o))return Gm(o);var l=[];for(var u in ot(o))tt.call(o,u)&&u!="constructor"&&l.push(u);return l}function Yv(o){if(!ht(o))return Sg(o);var l=oo(o),u=[];for(var v in o)v=="constructor"&&(l||!tt.call(o,v))||u.push(v);return u}function Hl(o,l){return o<l}function _d(o,l){var u=-1,v=Kt(o)?oe(o.length):[];return yr(o,function(w,I,z){v[++u]=l(w,I,z)}),v}function wd(o){var l=rs(o);return l.length==1&&l[0][2]?tf(l[0][0],l[0][1]):function(u){return u===o||Fl(u,o,l)}}function kd(o,l){return os(o)&&ef(l)?tf(An(o),l):function(u){var v=ms(u,o);return v===n&&v===l?vs(u,o):no(l,v,C|M)}}function ui(o,l,u,v,w){o!==l&&Rl(l,function(I,z){if(w||(w=new En),ht(I))Kv(o,l,z,u,ui,v,w);else{var G=v?v(ls(o,z),I,z+"",o,l,w):n;G===n&&(G=I),Ml(o,z,G)}},Gt)}function Kv(o,l,u,v,w,I,z){var G=ls(o,u),J=ls(l,u),ce=z.get(J);if(ce){Ml(o,u,ce);return}var fe=I?I(G,J,u+"",o,l,z):n,ve=fe===n;if(ve){var Ee=ze(J),Ve=!Ee&&kr(J),Re=!Ee&&!Ve&&wa(J);fe=J,Ee||Ve||Re?ze(G)?fe=G:bt(G)?fe=Yt(G):Ve?(ve=!1,fe=Md(J,!0)):Re?(ve=!1,fe=Dd(J,!0)):fe=[]:lo(J)||qr(J)?(fe=G,qr(G)?fe=Nf(G):(!ht(G)||Zn(G))&&(fe=Zd(J))):ve=!1}ve&&(z.set(J,fe),w(fe,J,v,I,z),z.delete(J)),Ml(o,u,fe)}function xd(o,l){var u=o.length;if(u)return l+=l<0?u:0,Jn(l,u)?o[l]:n}function Ed(o,l,u){l.length?l=ft(l,function(I){return ze(I)?function(z){return Gr(z,I.length===1?I[0]:I)}:I}):l=[Xt];var v=-1;l=ft(l,tn(Me()));var w=_d(o,function(I,z,G){var J=ft(l,function(ce){return ce(I)});return{criteria:J,index:++v,value:I}});return _m(w,function(I,z){return ig(I,z,u)})}function Gv(o,l){return Cd(o,l,function(u,v){return vs(o,v)})}function Cd(o,l,u){for(var v=-1,w=l.length,I={};++v<w;){var z=l[v],G=Gr(o,z);u(G,z)&&ro(I,_r(z,o),G)}return I}function Xv(o){return function(l){return Gr(l,o)}}function Ul(o,l,u,v){var w=v?bm:ca,I=-1,z=l.length,G=o;for(o===l&&(l=Yt(l)),u&&(G=ft(o,tn(u)));++I<z;)for(var J=0,ce=l[I],fe=u?u(ce):ce;(J=w(G,fe,J,v))>-1;)G!==o&&Zo.call(G,J,1),Zo.call(o,J,1);return o}function $d(o,l){for(var u=o?l.length:0,v=u-1;u--;){var w=l[u];if(u==v||w!==I){var I=w;Jn(w)?Zo.call(o,w,1):Kl(o,w)}}return o}function Wl(o,l){return o+ni(id()*(l-o+1))}function Qv(o,l,u,v){for(var w=-1,I=Bt(ti((l-o)/(u||1)),0),z=oe(I);I--;)z[v?I:++w]=o,o+=u;return z}function jl(o,l){var u="";if(!o||l<1||l>pe)return u;do l%2&&(u+=o),l=ni(l/2),l&&(o+=o);while(l);return u}function je(o,l){return ss(nf(o,l,Xt),o+"")}function qv(o){return ud(ka(o))}function Jv(o,l){var u=ka(o);return bi(u,Kr(l,0,u.length))}function ro(o,l,u,v){if(!ht(o))return o;l=_r(l,o);for(var w=-1,I=l.length,z=I-1,G=o;G!=null&&++w<I;){var J=An(l[w]),ce=u;if(J==="__proto__"||J==="constructor"||J==="prototype")return o;if(w!=z){var fe=G[J];ce=v?v(fe,J,G):n,ce===n&&(ce=ht(fe)?fe:Jn(l[w+1])?[]:{})}Za(G,J,ce),G=G[J]}return o}var Bd=ri?function(o,l){return ri.set(o,l),o}:Xt,Zv=ei?function(o,l){return ei(o,"toString",{configurable:!0,enumerable:!1,value:ys(l),writable:!0})}:Xt;function eg(o){return bi(ka(o))}function vn(o,l,u){var v=-1,w=o.length;l<0&&(l=-l>w?0:w+l),u=u>w?w:u,u<0&&(u+=w),w=l>u?0:u-l>>>0,l>>>=0;for(var I=oe(w);++v<w;)I[v]=o[v+l];return I}function tg(o,l){var u;return yr(o,function(v,w,I){return u=l(v,w,I),!u}),!!u}function ci(o,l,u){var v=0,w=o==null?v:o.length;if(typeof l=="number"&&l===l&&w<=F){for(;v<w;){var I=v+w>>>1,z=o[I];z!==null&&!rn(z)&&(u?z<=l:z<l)?v=I+1:w=I}return w}return Yl(o,l,Xt,u)}function Yl(o,l,u,v){var w=0,I=o==null?0:o.length;if(I===0)return 0;l=u(l);for(var z=l!==l,G=l===null,J=rn(l),ce=l===n;w<I;){var fe=ni((w+I)/2),ve=u(o[fe]),Ee=ve!==n,Ve=ve===null,Re=ve===ve,We=rn(ve);if(z)var Ae=v||Re;else ce?Ae=Re&&(v||Ee):G?Ae=Re&&Ee&&(v||!Ve):J?Ae=Re&&Ee&&!Ve&&(v||!We):Ve||We?Ae=!1:Ae=v?ve<=l:ve<l;Ae?w=fe+1:I=fe}return Dt(I,U)}function Sd(o,l){for(var u=-1,v=o.length,w=0,I=[];++u<v;){var z=o[u],G=l?l(z):z;if(!u||!Cn(G,J)){var J=G;I[w++]=z===0?0:z}}return I}function Vd(o){return typeof o=="number"?o:rn(o)?he:+o}function nn(o){if(typeof o=="string")return o;if(ze(o))return ft(o,nn)+"";if(rn(o))return ld?ld.call(o):"";var l=o+"";return l=="0"&&1/o==-1/0?"-0":l}function br(o,l,u){var v=-1,w=Uo,I=o.length,z=!0,G=[],J=G;if(u)z=!1,w=wl;else if(I>=i){var ce=l?null:fg(o);if(ce)return jo(ce);z=!1,w=Ka,J=new Yr}else J=l?[]:G;e:for(;++v<I;){var fe=o[v],ve=l?l(fe):fe;if(fe=u||fe!==0?fe:0,z&&ve===ve){for(var Ee=J.length;Ee--;)if(J[Ee]===ve)continue e;l&&J.push(ve),G.push(fe)}else w(J,ve,u)||(J!==G&&J.push(ve),G.push(fe))}return G}function Kl(o,l){return l=_r(l,o),o=rf(o,l),o==null||delete o[An(gn(l))]}function Od(o,l,u,v){return ro(o,l,u(Gr(o,l)),v)}function di(o,l,u,v){for(var w=o.length,I=v?w:-1;(v?I--:++I<w)&&l(o[I],I,o););return u?vn(o,v?0:I,v?I+1:w):vn(o,v?I+1:0,v?w:I)}function Id(o,l){var u=o;return u instanceof Ke&&(u=u.value()),kl(l,function(v,w){return w.func.apply(w.thisArg,mr([v],w.args))},u)}function Gl(o,l,u){var v=o.length;if(v<2)return v?br(o[0]):[];for(var w=-1,I=oe(v);++w<v;)for(var z=o[w],G=-1;++G<v;)G!=w&&(I[w]=eo(I[w]||z,o[G],l,u));return br(Tt(I,1),l,u)}function Nd(o,l,u){for(var v=-1,w=o.length,I=l.length,z={};++v<w;){var G=v<I?l[v]:n;u(z,o[v],G)}return z}function Xl(o){return bt(o)?o:[]}function Ql(o){return typeof o=="function"?o:Xt}function _r(o,l){return ze(o)?o:os(o,l)?[o]:sf(et(o))}var ng=je;function wr(o,l,u){var v=o.length;return u=u===n?v:u,!l&&u>=v?o:vn(o,l,u)}var Td=Um||function(o){return Nt.clearTimeout(o)};function Md(o,l){if(l)return o.slice();var u=o.length,v=td?td(u):new o.constructor(u);return o.copy(v),v}function ql(o){var l=new o.constructor(o.byteLength);return new qo(l).set(new qo(o)),l}function rg(o,l){var u=l?ql(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.byteLength)}function ag(o){var l=new o.constructor(o.source,gc.exec(o));return l.lastIndex=o.lastIndex,l}function og(o){return Ja?ot(Ja.call(o)):{}}function Dd(o,l){var u=l?ql(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.length)}function Rd(o,l){if(o!==l){var u=o!==n,v=o===null,w=o===o,I=rn(o),z=l!==n,G=l===null,J=l===l,ce=rn(l);if(!G&&!ce&&!I&&o>l||I&&z&&J&&!G&&!ce||v&&z&&J||!u&&J||!w)return 1;if(!v&&!I&&!ce&&o<l||ce&&u&&w&&!v&&!I||G&&u&&w||!z&&w||!J)return-1}return 0}function ig(o,l,u){for(var v=-1,w=o.criteria,I=l.criteria,z=w.length,G=u.length;++v<z;){var J=Rd(w[v],I[v]);if(J){if(v>=G)return J;var ce=u[v];return J*(ce=="desc"?-1:1)}}return o.index-l.index}function Ad(o,l,u,v){for(var w=-1,I=o.length,z=u.length,G=-1,J=l.length,ce=Bt(I-z,0),fe=oe(J+ce),ve=!v;++G<J;)fe[G]=l[G];for(;++w<z;)(ve||w<I)&&(fe[u[w]]=o[w]);for(;ce--;)fe[G++]=o[w++];return fe}function Pd(o,l,u,v){for(var w=-1,I=o.length,z=-1,G=u.length,J=-1,ce=l.length,fe=Bt(I-G,0),ve=oe(fe+ce),Ee=!v;++w<fe;)ve[w]=o[w];for(var Ve=w;++J<ce;)ve[Ve+J]=l[J];for(;++z<G;)(Ee||w<I)&&(ve[Ve+u[z]]=o[w++]);return ve}function Yt(o,l){var u=-1,v=o.length;for(l||(l=oe(v));++u<v;)l[u]=o[u];return l}function Rn(o,l,u,v){var w=!u;u||(u={});for(var I=-1,z=l.length;++I<z;){var G=l[I],J=v?v(u[G],o[G],G,u,o):n;J===n&&(J=o[G]),w?Xn(u,G,J):Za(u,G,J)}return u}function lg(o,l){return Rn(o,as(o),l)}function sg(o,l){return Rn(o,qd(o),l)}function fi(o,l){return function(u,v){var w=ze(u)?pm:Ov,I=l?l():{};return w(u,o,Me(v,2),I)}}function ya(o){return je(function(l,u){var v=-1,w=u.length,I=w>1?u[w-1]:n,z=w>2?u[2]:n;for(I=o.length>3&&typeof I=="function"?(w--,I):n,z&&Ft(u[0],u[1],z)&&(I=w<3?n:I,w=1),l=ot(l);++v<w;){var G=u[v];G&&o(l,G,v,I)}return l})}function Ld(o,l){return function(u,v){if(u==null)return u;if(!Kt(u))return o(u,v);for(var w=u.length,I=l?w:-1,z=ot(u);(l?I--:++I<w)&&v(z[I],I,z)!==!1;);return u}}function Fd(o){return function(l,u,v){for(var w=-1,I=ot(l),z=v(l),G=z.length;G--;){var J=z[o?G:++w];if(u(I[J],J,I)===!1)break}return l}}function ug(o,l,u){var v=l&x,w=ao(o);function I(){var z=this&&this!==Nt&&this instanceof I?w:o;return z.apply(v?u:this,arguments)}return I}function zd(o){return function(l){l=et(l);var u=da(l)?xn(l):n,v=u?u[0]:l.charAt(0),w=u?wr(u,1).join(""):l.slice(1);return v[o]()+w}}function ba(o){return function(l){return kl(Ff(Lf(l).replace(Z1,"")),o,"")}}function ao(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=ga(o.prototype),v=o.apply(u,l);return ht(v)?v:u}}function cg(o,l,u){var v=ao(o);function w(){for(var I=arguments.length,z=oe(I),G=I,J=_a(w);G--;)z[G]=arguments[G];var ce=I<3&&z[0]!==J&&z[I-1]!==J?[]:vr(z,J);if(I-=ce.length,I<u)return Yd(o,l,pi,w.placeholder,n,z,ce,n,n,u-I);var fe=this&&this!==Nt&&this instanceof w?v:o;return en(fe,this,z)}return w}function Hd(o){return function(l,u,v){var w=ot(l);if(!Kt(l)){var I=Me(u,3);l=Ot(l),u=function(G){return I(w[G],G,w)}}var z=o(l,u,v);return z>-1?w[I?l[z]:z]:n}}function Ud(o){return qn(function(l){var u=l.length,v=u,w=hn.prototype.thru;for(o&&l.reverse();v--;){var I=l[v];if(typeof I!="function")throw new pn(c);if(w&&!z&&gi(I)=="wrapper")var z=new hn([],!0)}for(v=z?v:u;++v<u;){I=l[v];var G=gi(I),J=G=="wrapper"?ns(I):n;J&&is(J[0])&&J[1]==(T|O|L|N)&&!J[4].length&&J[9]==1?z=z[gi(J[0])].apply(z,J[3]):z=I.length==1&&is(I)?z[G]():z.thru(I)}return function(){var ce=arguments,fe=ce[0];if(z&&ce.length==1&&ze(fe))return z.plant(fe).value();for(var ve=0,Ee=u?l[ve].apply(this,ce):fe;++ve<u;)Ee=l[ve].call(this,Ee);return Ee}})}function pi(o,l,u,v,w,I,z,G,J,ce){var fe=l&T,ve=l&x,Ee=l&y,Ve=l&(O|S),Re=l&P,We=Ee?n:ao(o);function Ae(){for(var Ye=arguments.length,Qe=oe(Ye),an=Ye;an--;)Qe[an]=arguments[an];if(Ve)var zt=_a(Ae),on=km(Qe,zt);if(v&&(Qe=Ad(Qe,v,w,Ve)),I&&(Qe=Pd(Qe,I,z,Ve)),Ye-=on,Ve&&Ye<ce){var _t=vr(Qe,zt);return Yd(o,l,pi,Ae.placeholder,u,Qe,_t,G,J,ce-Ye)}var $n=ve?u:this,tr=Ee?$n[o]:o;return Ye=Qe.length,G?Qe=Og(Qe,G):Re&&Ye>1&&Qe.reverse(),fe&&J<Ye&&(Qe.length=J),this&&this!==Nt&&this instanceof Ae&&(tr=We||ao(tr)),tr.apply($n,Qe)}return Ae}function Wd(o,l){return function(u,v){return Pv(u,o,l(v),{})}}function hi(o,l){return function(u,v){var w;if(u===n&&v===n)return l;if(u!==n&&(w=u),v!==n){if(w===n)return v;typeof u=="string"||typeof v=="string"?(u=nn(u),v=nn(v)):(u=Vd(u),v=Vd(v)),w=o(u,v)}return w}}function Jl(o){return qn(function(l){return l=ft(l,tn(Me())),je(function(u){var v=this;return o(l,function(w){return en(w,v,u)})})})}function mi(o,l){l=l===n?" ":nn(l);var u=l.length;if(u<2)return u?jl(l,o):l;var v=jl(l,ti(o/fa(l)));return da(l)?wr(xn(v),0,o).join(""):v.slice(0,o)}function dg(o,l,u,v){var w=l&x,I=ao(o);function z(){for(var G=-1,J=arguments.length,ce=-1,fe=v.length,ve=oe(fe+J),Ee=this&&this!==Nt&&this instanceof z?I:o;++ce<fe;)ve[ce]=v[ce];for(;J--;)ve[ce++]=arguments[++G];return en(Ee,w?u:this,ve)}return z}function jd(o){return function(l,u,v){return v&&typeof v!="number"&&Ft(l,u,v)&&(u=v=n),l=er(l),u===n?(u=l,l=0):u=er(u),v=v===n?l<u?1:-1:er(v),Qv(l,u,v,o)}}function vi(o){return function(l,u){return typeof l=="string"&&typeof u=="string"||(l=yn(l),u=yn(u)),o(l,u)}}function Yd(o,l,u,v,w,I,z,G,J,ce){var fe=l&O,ve=fe?z:n,Ee=fe?n:z,Ve=fe?I:n,Re=fe?n:I;l|=fe?L:V,l&=~(fe?V:L),l&E||(l&=-4);var We=[o,l,w,Ve,ve,Re,Ee,G,J,ce],Ae=u.apply(n,We);return is(o)&&af(Ae,We),Ae.placeholder=v,of(Ae,o,l)}function Zl(o){var l=$t[o];return function(u,v){if(u=yn(u),v=v==null?0:Dt(Ue(v),292),v&&od(u)){var w=(et(u)+"e").split("e"),I=l(w[0]+"e"+(+w[1]+v));return w=(et(I)+"e").split("e"),+(w[0]+"e"+(+w[1]-v))}return l(u)}}var fg=ma&&1/jo(new ma([,-0]))[1]==re?function(o){return new ma(o)}:ws;function Kd(o){return function(l){var u=Rt(l);return u==ye?Vl(l):u==ee?Vm(l):wm(l,o(l))}}function Qn(o,l,u,v,w,I,z,G){var J=l&y;if(!J&&typeof o!="function")throw new pn(c);var ce=v?v.length:0;if(ce||(l&=-97,v=w=n),z=z===n?z:Bt(Ue(z),0),G=G===n?G:Ue(G),ce-=w?w.length:0,l&V){var fe=v,ve=w;v=w=n}var Ee=J?n:ns(o),Ve=[o,l,u,v,w,fe,ve,I,z,G];if(Ee&&Bg(Ve,Ee),o=Ve[0],l=Ve[1],u=Ve[2],v=Ve[3],w=Ve[4],G=Ve[9]=Ve[9]===n?J?0:o.length:Bt(Ve[9]-ce,0),!G&&l&(O|S)&&(l&=-25),!l||l==x)var Re=ug(o,l,u);else l==O||l==S?Re=cg(o,l,G):(l==L||l==(x|L))&&!w.length?Re=dg(o,l,u,v):Re=pi.apply(n,Ve);var We=Ee?Bd:af;return of(We(Re,Ve),o,l)}function Gd(o,l,u,v){return o===n||Cn(o,ha[u])&&!tt.call(v,u)?l:o}function Xd(o,l,u,v,w,I){return ht(o)&&ht(l)&&(I.set(l,o),ui(o,l,n,Xd,I),I.delete(l)),o}function pg(o){return lo(o)?n:o}function Qd(o,l,u,v,w,I){var z=u&C,G=o.length,J=l.length;if(G!=J&&!(z&&J>G))return!1;var ce=I.get(o),fe=I.get(l);if(ce&&fe)return ce==l&&fe==o;var ve=-1,Ee=!0,Ve=u&M?new Yr:n;for(I.set(o,l),I.set(l,o);++ve<G;){var Re=o[ve],We=l[ve];if(v)var Ae=z?v(We,Re,ve,l,o,I):v(Re,We,ve,o,l,I);if(Ae!==n){if(Ae)continue;Ee=!1;break}if(Ve){if(!xl(l,function(Ye,Qe){if(!Ka(Ve,Qe)&&(Re===Ye||w(Re,Ye,u,v,I)))return Ve.push(Qe)})){Ee=!1;break}}else if(!(Re===We||w(Re,We,u,v,I))){Ee=!1;break}}return I.delete(o),I.delete(l),Ee}function hg(o,l,u,v,w,I,z){switch(u){case Ze:if(o.byteLength!=l.byteLength||o.byteOffset!=l.byteOffset)return!1;o=o.buffer,l=l.buffer;case Vt:return!(o.byteLength!=l.byteLength||!I(new qo(o),new qo(l)));case D:case j:case A:return Cn(+o,+l);case te:return o.name==l.name&&o.message==l.message;case Te:case me:return o==l+"";case ye:var G=Vl;case ee:var J=v&C;if(G||(G=jo),o.size!=l.size&&!J)return!1;var ce=z.get(o);if(ce)return ce==l;v|=M,z.set(o,l);var fe=Qd(G(o),G(l),v,w,I,z);return z.delete(o),fe;case Be:if(Ja)return Ja.call(o)==Ja.call(l)}return!1}function mg(o,l,u,v,w,I){var z=u&C,G=es(o),J=G.length,ce=es(l),fe=ce.length;if(J!=fe&&!z)return!1;for(var ve=J;ve--;){var Ee=G[ve];if(!(z?Ee in l:tt.call(l,Ee)))return!1}var Ve=I.get(o),Re=I.get(l);if(Ve&&Re)return Ve==l&&Re==o;var We=!0;I.set(o,l),I.set(l,o);for(var Ae=z;++ve<J;){Ee=G[ve];var Ye=o[Ee],Qe=l[Ee];if(v)var an=z?v(Qe,Ye,Ee,l,o,I):v(Ye,Qe,Ee,o,l,I);if(!(an===n?Ye===Qe||w(Ye,Qe,u,v,I):an)){We=!1;break}Ae||(Ae=Ee=="constructor")}if(We&&!Ae){var zt=o.constructor,on=l.constructor;zt!=on&&"constructor"in o&&"constructor"in l&&!(typeof zt=="function"&&zt instanceof zt&&typeof on=="function"&&on instanceof on)&&(We=!1)}return I.delete(o),I.delete(l),We}function qn(o){return ss(nf(o,n,ff),o+"")}function es(o){return vd(o,Ot,as)}function ts(o){return vd(o,Gt,qd)}var ns=ri?function(o){return ri.get(o)}:ws;function gi(o){for(var l=o.name+"",u=va[l],v=tt.call(va,l)?u.length:0;v--;){var w=u[v],I=w.func;if(I==null||I==o)return w.name}return l}function _a(o){var l=tt.call(B,"placeholder")?B:o;return l.placeholder}function Me(){var o=B.iteratee||bs;return o=o===bs?bd:o,arguments.length?o(arguments[0],arguments[1]):o}function yi(o,l){var u=o.__data__;return xg(l)?u[typeof l=="string"?"string":"hash"]:u.map}function rs(o){for(var l=Ot(o),u=l.length;u--;){var v=l[u],w=o[v];l[u]=[v,w,ef(w)]}return l}function Xr(o,l){var u=$m(o,l);return yd(u)?u:n}function vg(o){var l=tt.call(o,Wr),u=o[Wr];try{o[Wr]=n;var v=!0}catch{}var w=Xo.call(o);return v&&(l?o[Wr]=u:delete o[Wr]),w}var as=Il?function(o){return o==null?[]:(o=ot(o),hr(Il(o),function(l){return rd.call(o,l)}))}:ks,qd=Il?function(o){for(var l=[];o;)mr(l,as(o)),o=Jo(o);return l}:ks,Rt=Lt;(Nl&&Rt(new Nl(new ArrayBuffer(1)))!=Ze||Xa&&Rt(new Xa)!=ye||Tl&&Rt(Tl.resolve())!=we||ma&&Rt(new ma)!=ee||Qa&&Rt(new Qa)!=Ct)&&(Rt=function(o){var l=Lt(o),u=l==be?o.constructor:n,v=u?Qr(u):"";if(v)switch(v){case Jm:return Ze;case Zm:return ye;case ev:return we;case tv:return ee;case nv:return Ct}return l});function gg(o,l,u){for(var v=-1,w=u.length;++v<w;){var I=u[v],z=I.size;switch(I.type){case"drop":o+=z;break;case"dropRight":l-=z;break;case"take":l=Dt(l,o+z);break;case"takeRight":o=Bt(o,l-z);break}}return{start:o,end:l}}function yg(o){var l=o.match(E1);return l?l[1].split(C1):[]}function Jd(o,l,u){l=_r(l,o);for(var v=-1,w=l.length,I=!1;++v<w;){var z=An(l[v]);if(!(I=o!=null&&u(o,z)))break;o=o[z]}return I||++v!=w?I:(w=o==null?0:o.length,!!w&&Ci(w)&&Jn(z,w)&&(ze(o)||qr(o)))}function bg(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 Zd(o){return typeof o.constructor=="function"&&!oo(o)?ga(Jo(o)):{}}function _g(o,l,u){var v=o.constructor;switch(l){case Vt:return ql(o);case D:case j:return new v(+o);case Ze:return rg(o,u);case Yn:case Rr:case dr:case Ar:case Pr:case Lr:case Fr:case zr:case Hr:return Dd(o,u);case ye:return new v;case A:case me:return new v(o);case Te:return ag(o);case ee:return new v;case Be:return og(o)}}function wg(o,l){var u=l.length;if(!u)return o;var v=u-1;return l[v]=(u>1?"& ":"")+l[v],l=l.join(u>2?", ":" "),o.replace(x1,`{
16
16
  /* [wrapped with `+l+`] */
17
17
  `)}function kg(o){return ze(o)||qr(o)||!!(ad&&o&&o[ad])}function Jn(o,l){var u=typeof o;return l=l??pe,!!l&&(u=="number"||u!="symbol"&&M1.test(o))&&o>-1&&o%1==0&&o<l}function Ft(o,l,u){if(!ht(u))return!1;var v=typeof l;return(v=="number"?Kt(u)&&Jn(l,u.length):v=="string"&&l in u)?Cn(u[l],o):!1}function os(o,l){if(ze(o))return!1;var u=typeof o;return u=="number"||u=="symbol"||u=="boolean"||o==null||rn(o)?!0:Ya.test(o)||!Mn.test(o)||l!=null&&o in ot(l)}function xg(o){var l=typeof o;return l=="string"||l=="number"||l=="symbol"||l=="boolean"?o!=="__proto__":o===null}function is(o){var l=gi(o),u=B[l];if(typeof u!="function"||!(l in Ke.prototype))return!1;if(o===u)return!0;var v=ns(u);return!!v&&o===v[0]}function Eg(o){return!!ed&&ed in o}var Cg=Ko?Zn:xs;function oo(o){var l=o&&o.constructor,u=typeof l=="function"&&l.prototype||ha;return o===u}function ef(o){return o===o&&!ht(o)}function tf(o,l){return function(u){return u==null?!1:u[o]===l&&(l!==n||o in ot(u))}}function $g(o){var l=xi(o,function(v){return u.size===p&&u.clear(),v}),u=l.cache;return l}function Bg(o,l){var u=o[1],v=l[1],w=u|v,I=w<(x|y|T),z=v==T&&u==O||v==T&&u==N&&o[7].length<=l[8]||v==(T|N)&&l[7].length<=l[8]&&u==O;if(!(I||z))return o;v&x&&(o[2]=l[2],w|=u&x?0:E);var G=l[3];if(G){var J=o[3];o[3]=J?Ad(J,G,l[4]):G,o[4]=J?vr(o[3],h):l[4]}return G=l[5],G&&(J=o[5],o[5]=J?Pd(J,G,l[6]):G,o[6]=J?vr(o[5],h):l[6]),G=l[7],G&&(o[7]=G),v&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]=w,o}function Sg(o){var l=[];if(o!=null)for(var u in ot(o))l.push(u);return l}function Vg(o){return Xo.call(o)}function nf(o,l,u){return l=Bt(l===n?o.length-1:l,0),function(){for(var v=arguments,w=-1,I=Bt(v.length-l,0),z=oe(I);++w<I;)z[w]=v[l+w];w=-1;for(var G=oe(l+1);++w<l;)G[w]=v[w];return G[l]=u(z),en(o,this,G)}}function rf(o,l){return l.length<2?o:Gr(o,vn(l,0,-1))}function Og(o,l){for(var u=o.length,v=Dt(l.length,u),w=Yt(o);v--;){var I=l[v];o[v]=Jn(I,u)?w[I]:n}return o}function ls(o,l){if(!(l==="constructor"&&typeof o[l]=="function")&&l!="__proto__")return o[l]}var af=lf(Bd),io=jm||function(o,l){return Nt.setTimeout(o,l)},ss=lf(Zv);function of(o,l,u){var v=l+"";return ss(o,wg(v,Ig(yg(v),u)))}function lf(o){var l=0,u=0;return function(){var v=Xm(),w=ie-(v-u);if(u=v,w>0){if(++l>=Y)return arguments[0]}else l=0;return o.apply(n,arguments)}}function bi(o,l){var u=-1,v=o.length,w=v-1;for(l=l===n?v:l;++u<l;){var I=Wl(u,w),z=o[I];o[I]=o[u],o[u]=z}return o.length=l,o}var sf=$g(function(o){var l=[];return o.charCodeAt(0)===46&&l.push(""),o.replace(dl,function(u,v,w,I){l.push(w?I.replace(S1,"$1"):v||u)}),l});function An(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 Go.call(o)}catch{}try{return o+""}catch{}}return""}function Ig(o,l){return fn(Q,function(u){var v="_."+u[0];l&u[1]&&!Uo(o,v)&&o.push(v)}),o.sort()}function uf(o){if(o instanceof Ke)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 Ng(o,l,u){(u?Ft(o,l,u):l===n)?l=1:l=Bt(Ue(l),0);var v=o==null?0:o.length;if(!v||l<1)return[];for(var w=0,I=0,z=oe(ti(v/l));w<v;)z[I++]=vn(o,w,w+=l);return z}function Tg(o){for(var l=-1,u=o==null?0:o.length,v=0,w=[];++l<u;){var I=o[l];I&&(w[v++]=I)}return w}function Mg(){var o=arguments.length;if(!o)return[];for(var l=oe(o-1),u=arguments[0],v=o;v--;)l[v-1]=arguments[v];return mr(ze(u)?Yt(u):[u],Tt(l,1))}var Dg=je(function(o,l){return bt(o)?eo(o,Tt(l,1,bt,!0)):[]}),Rg=je(function(o,l){var u=gn(l);return bt(u)&&(u=n),bt(o)?eo(o,Tt(l,1,bt,!0),Me(u,2)):[]}),Ag=je(function(o,l){var u=gn(l);return bt(u)&&(u=n),bt(o)?eo(o,Tt(l,1,bt,!0),n,u):[]});function Pg(o,l,u){var v=o==null?0:o.length;return v?(l=u||l===n?1:Ue(l),vn(o,l<0?0:l,v)):[]}function Lg(o,l,u){var v=o==null?0:o.length;return v?(l=u||l===n?1:Ue(l),l=v-l,vn(o,0,l<0?0:l)):[]}function Fg(o,l){return o&&o.length?di(o,Me(l,3),!0,!0):[]}function zg(o,l){return o&&o.length?di(o,Me(l,3),!0):[]}function Hg(o,l,u,v){var w=o==null?0:o.length;return w?(u&&typeof u!="number"&&Ft(o,l,u)&&(u=0,v=w),Mv(o,l,u,v)):[]}function cf(o,l,u){var v=o==null?0:o.length;if(!v)return-1;var w=u==null?0:Ue(u);return w<0&&(w=Bt(v+w,0)),Wo(o,Me(l,3),w)}function df(o,l,u){var v=o==null?0:o.length;if(!v)return-1;var w=v-1;return u!==n&&(w=Ue(u),w=u<0?Bt(v+w,0):Dt(w,v-1)),Wo(o,Me(l,3),w,!0)}function ff(o){var l=o==null?0:o.length;return l?Tt(o,1):[]}function Ug(o){var l=o==null?0:o.length;return l?Tt(o,re):[]}function Wg(o,l){var u=o==null?0:o.length;return u?(l=l===n?1:Ue(l),Tt(o,l)):[]}function jg(o){for(var l=-1,u=o==null?0:o.length,v={};++l<u;){var w=o[l];v[w[0]]=w[1]}return v}function pf(o){return o&&o.length?o[0]:n}function Yg(o,l,u){var v=o==null?0:o.length;if(!v)return-1;var w=u==null?0:Ue(u);return w<0&&(w=Bt(v+w,0)),ca(o,l,w)}function Kg(o){var l=o==null?0:o.length;return l?vn(o,0,-1):[]}var Gg=je(function(o){var l=ft(o,Xl);return l.length&&l[0]===o[0]?Ll(l):[]}),Xg=je(function(o){var l=gn(o),u=ft(o,Xl);return l===gn(u)?l=n:u.pop(),u.length&&u[0]===o[0]?Ll(u,Me(l,2)):[]}),Qg=je(function(o){var l=gn(o),u=ft(o,Xl);return l=typeof l=="function"?l:n,l&&u.pop(),u.length&&u[0]===o[0]?Ll(u,n,l):[]});function qg(o,l){return o==null?"":Km.call(o,l)}function gn(o){var l=o==null?0:o.length;return l?o[l-1]:n}function Jg(o,l,u){var v=o==null?0:o.length;if(!v)return-1;var w=v;return u!==n&&(w=Ue(u),w=w<0?Bt(v+w,0):Dt(w,v-1)),l===l?Im(o,l,w):Wo(o,Yc,w,!0)}function Zg(o,l){return o&&o.length?xd(o,Ue(l)):n}var e2=je(hf);function hf(o,l){return o&&o.length&&l&&l.length?Ul(o,l):o}function t2(o,l,u){return o&&o.length&&l&&l.length?Ul(o,l,Me(u,2)):o}function n2(o,l,u){return o&&o.length&&l&&l.length?Ul(o,l,n,u):o}var r2=qn(function(o,l){var u=o==null?0:o.length,v=Dl(o,l);return $d(o,ft(l,function(w){return Jn(w,u)?+w:w}).sort(Rd)),v});function a2(o,l){var u=[];if(!(o&&o.length))return u;var v=-1,w=[],I=o.length;for(l=Me(l,3);++v<I;){var z=o[v];l(z,v,o)&&(u.push(z),w.push(v))}return $d(o,w),u}function us(o){return o==null?o:qm.call(o)}function o2(o,l,u){var v=o==null?0:o.length;return v?(u&&typeof u!="number"&&Ft(o,l,u)?(l=0,u=v):(l=l==null?0:Ue(l),u=u===n?v:Ue(u)),vn(o,l,u)):[]}function i2(o,l){return ci(o,l)}function l2(o,l,u){return Yl(o,l,Me(u,2))}function s2(o,l){var u=o==null?0:o.length;if(u){var v=ci(o,l);if(v<u&&Cn(o[v],l))return v}return-1}function u2(o,l){return ci(o,l,!0)}function c2(o,l,u){return Yl(o,l,Me(u,2),!0)}function d2(o,l){var u=o==null?0:o.length;if(u){var v=ci(o,l,!0)-1;if(Cn(o[v],l))return v}return-1}function f2(o){return o&&o.length?Sd(o):[]}function p2(o,l){return o&&o.length?Sd(o,Me(l,2)):[]}function h2(o){var l=o==null?0:o.length;return l?vn(o,1,l):[]}function m2(o,l,u){return o&&o.length?(l=u||l===n?1:Ue(l),vn(o,0,l<0?0:l)):[]}function v2(o,l,u){var v=o==null?0:o.length;return v?(l=u||l===n?1:Ue(l),l=v-l,vn(o,l<0?0:l,v)):[]}function g2(o,l){return o&&o.length?di(o,Me(l,3),!1,!0):[]}function y2(o,l){return o&&o.length?di(o,Me(l,3)):[]}var b2=je(function(o){return br(Tt(o,1,bt,!0))}),_2=je(function(o){var l=gn(o);return bt(l)&&(l=n),br(Tt(o,1,bt,!0),Me(l,2))}),w2=je(function(o){var l=gn(o);return l=typeof l=="function"?l:n,br(Tt(o,1,bt,!0),n,l)});function k2(o){return o&&o.length?br(o):[]}function x2(o,l){return o&&o.length?br(o,Me(l,2)):[]}function E2(o,l){return l=typeof l=="function"?l:n,o&&o.length?br(o,n,l):[]}function cs(o){if(!(o&&o.length))return[];var l=0;return o=hr(o,function(u){if(bt(u))return l=Bt(u.length,l),!0}),Bl(l,function(u){return ft(o,El(u))})}function mf(o,l){if(!(o&&o.length))return[];var u=cs(o);return l==null?u:ft(u,function(v){return en(l,n,v)})}var C2=je(function(o,l){return bt(o)?eo(o,l):[]}),$2=je(function(o){return Gl(hr(o,bt))}),B2=je(function(o){var l=gn(o);return bt(l)&&(l=n),Gl(hr(o,bt),Me(l,2))}),S2=je(function(o){var l=gn(o);return l=typeof l=="function"?l:n,Gl(hr(o,bt),n,l)}),V2=je(cs);function O2(o,l){return Nd(o||[],l||[],Za)}function I2(o,l){return Nd(o||[],l||[],ro)}var N2=je(function(o){var l=o.length,u=l>1?o[l-1]:n;return u=typeof u=="function"?(o.pop(),u):n,mf(o,u)});function vf(o){var l=B(o);return l.__chain__=!0,l}function T2(o,l){return l(o),o}function _i(o,l){return l(o)}var M2=qn(function(o){var l=o.length,u=l?o[0]:0,v=this.__wrapped__,w=function(I){return Dl(I,o)};return l>1||this.__actions__.length||!(v instanceof Ke)||!Jn(u)?this.thru(w):(v=v.slice(u,+u+(l?1:0)),v.__actions__.push({func:_i,args:[w],thisArg:n}),new hn(v,this.__chain__).thru(function(I){return l&&!I.length&&I.push(n),I}))});function D2(){return vf(this)}function R2(){return new hn(this.value(),this.__chain__)}function A2(){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 P2(){return this}function L2(o){for(var l,u=this;u instanceof oi;){var v=uf(u);v.__index__=0,v.__values__=n,l?w.__wrapped__=v:l=v;var w=v;u=u.__wrapped__}return w.__wrapped__=o,l}function F2(){var o=this.__wrapped__;if(o instanceof Ke){var l=o;return this.__actions__.length&&(l=new Ke(this)),l=l.reverse(),l.__actions__.push({func:_i,args:[us],thisArg:n}),new hn(l,this.__chain__)}return this.thru(us)}function z2(){return Id(this.__wrapped__,this.__actions__)}var H2=fi(function(o,l,u){tt.call(o,u)?++o[u]:Xn(o,u,1)});function U2(o,l,u){var v=ze(o)?Wc:Tv;return u&&Ft(o,l,u)&&(l=n),v(o,Me(l,3))}function W2(o,l){var u=ze(o)?hr:hd;return u(o,Me(l,3))}var j2=Hd(cf),Y2=Hd(df);function K2(o,l){return Tt(wi(o,l),1)}function G2(o,l){return Tt(wi(o,l),re)}function X2(o,l,u){return u=u===n?1:Ue(u),Tt(wi(o,l),u)}function gf(o,l){var u=ze(o)?fn:yr;return u(o,Me(l,3))}function yf(o,l){var u=ze(o)?hm:pd;return u(o,Me(l,3))}var Q2=fi(function(o,l,u){tt.call(o,u)?o[u].push(l):Xn(o,u,[l])});function q2(o,l,u,v){o=Kt(o)?o:ka(o),u=u&&!v?Ue(u):0;var w=o.length;return u<0&&(u=Bt(w+u,0)),$i(o)?u<=w&&o.indexOf(l,u)>-1:!!w&&ca(o,l,u)>-1}var J2=je(function(o,l,u){var v=-1,w=typeof l=="function",I=Kt(o)?oe(o.length):[];return yr(o,function(z){I[++v]=w?en(l,z,u):to(z,l,u)}),I}),Z2=fi(function(o,l,u){Xn(o,u,l)});function wi(o,l){var u=ze(o)?ft:_d;return u(o,Me(l,3))}function ey(o,l,u,v){return o==null?[]:(ze(l)||(l=l==null?[]:[l]),u=v?n:u,ze(u)||(u=u==null?[]:[u]),Ed(o,l,u))}var ty=fi(function(o,l,u){o[u?0:1].push(l)},function(){return[[],[]]});function ny(o,l,u){var v=ze(o)?kl:Gc,w=arguments.length<3;return v(o,Me(l,4),u,w,yr)}function ry(o,l,u){var v=ze(o)?mm:Gc,w=arguments.length<3;return v(o,Me(l,4),u,w,pd)}function ay(o,l){var u=ze(o)?hr:hd;return u(o,Ei(Me(l,3)))}function oy(o){var l=ze(o)?ud:qv;return l(o)}function iy(o,l,u){(u?Ft(o,l,u):l===n)?l=1:l=Ue(l);var v=ze(o)?Sv:Jv;return v(o,l)}function ly(o){var l=ze(o)?Vv:eg;return l(o)}function sy(o){if(o==null)return 0;if(Kt(o))return $i(o)?fa(o):o.length;var l=Rt(o);return l==ye||l==ee?o.size:zl(o).length}function uy(o,l,u){var v=ze(o)?xl:tg;return u&&Ft(o,l,u)&&(l=n),v(o,Me(l,3))}var cy=je(function(o,l){if(o==null)return[];var u=l.length;return u>1&&Ft(o,l[0],l[1])?l=[]:u>2&&Ft(l[0],l[1],l[2])&&(l=[l[0]]),Ed(o,Tt(l,1),[])}),ki=Wm||function(){return Nt.Date.now()};function dy(o,l){if(typeof l!="function")throw new pn(c);return o=Ue(o),function(){if(--o<1)return l.apply(this,arguments)}}function bf(o,l,u){return l=u?n:l,l=o&&l==null?o.length:l,Qn(o,T,n,n,n,n,l)}function _f(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 ds=je(function(o,l,u){var v=x;if(u.length){var w=vr(u,_a(ds));v|=L}return Qn(o,v,l,u,w)}),wf=je(function(o,l,u){var v=x|y;if(u.length){var w=vr(u,_a(wf));v|=L}return Qn(l,v,o,u,w)});function kf(o,l,u){l=u?n:l;var v=Qn(o,O,n,n,n,n,n,l);return v.placeholder=kf.placeholder,v}function xf(o,l,u){l=u?n:l;var v=Qn(o,S,n,n,n,n,n,l);return v.placeholder=xf.placeholder,v}function Ef(o,l,u){var v,w,I,z,G,J,ce=0,fe=!1,ve=!1,Ee=!0;if(typeof o!="function")throw new pn(c);l=yn(l)||0,ht(u)&&(fe=!!u.leading,ve="maxWait"in u,I=ve?Bt(yn(u.maxWait)||0,l):I,Ee="trailing"in u?!!u.trailing:Ee);function Ve(_t){var $n=v,tr=w;return v=w=n,ce=_t,z=o.apply(tr,$n),z}function Re(_t){return ce=_t,G=io(Ye,l),fe?Ve(_t):z}function We(_t){var $n=_t-J,tr=_t-ce,Uf=l-$n;return ve?Dt(Uf,I-tr):Uf}function Ae(_t){var $n=_t-J,tr=_t-ce;return J===n||$n>=l||$n<0||ve&&tr>=I}function Ye(){var _t=ki();if(Ae(_t))return Qe(_t);G=io(Ye,We(_t))}function Qe(_t){return G=n,Ee&&v?Ve(_t):(v=w=n,z)}function an(){G!==n&&Td(G),ce=0,v=J=w=G=n}function zt(){return G===n?z:Qe(ki())}function on(){var _t=ki(),$n=Ae(_t);if(v=arguments,w=this,J=_t,$n){if(G===n)return Re(J);if(ve)return Td(G),G=io(Ye,l),Ve(J)}return G===n&&(G=io(Ye,l)),z}return on.cancel=an,on.flush=zt,on}var fy=je(function(o,l){return fd(o,1,l)}),py=je(function(o,l,u){return fd(o,yn(l)||0,u)});function hy(o){return Qn(o,P)}function xi(o,l){if(typeof o!="function"||l!=null&&typeof l!="function")throw new pn(c);var u=function(){var v=arguments,w=l?l.apply(this,v):v[0],I=u.cache;if(I.has(w))return I.get(w);var z=o.apply(this,v);return u.cache=I.set(w,z)||I,z};return u.cache=new(xi.Cache||Gn),u}xi.Cache=Gn;function Ei(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 my(o){return _f(2,o)}var vy=ng(function(o,l){l=l.length==1&&ze(l[0])?ft(l[0],tn(Me())):ft(Tt(l,1),tn(Me()));var u=l.length;return je(function(v){for(var w=-1,I=Dt(v.length,u);++w<I;)v[w]=l[w].call(this,v[w]);return en(o,this,v)})}),fs=je(function(o,l){var u=vr(l,_a(fs));return Qn(o,L,n,l,u)}),Cf=je(function(o,l){var u=vr(l,_a(Cf));return Qn(o,V,n,l,u)}),gy=qn(function(o,l){return Qn(o,N,n,n,n,l)});function yy(o,l){if(typeof o!="function")throw new pn(c);return l=l===n?l:Ue(l),je(o,l)}function by(o,l){if(typeof o!="function")throw new pn(c);return l=l==null?0:Bt(Ue(l),0),je(function(u){var v=u[l],w=wr(u,0,l);return v&&mr(w,v),en(o,this,w)})}function _y(o,l,u){var v=!0,w=!0;if(typeof o!="function")throw new pn(c);return ht(u)&&(v="leading"in u?!!u.leading:v,w="trailing"in u?!!u.trailing:w),Ef(o,l,{leading:v,maxWait:l,trailing:w})}function wy(o){return bf(o,1)}function ky(o,l){return fs(Ql(l),o)}function xy(){if(!arguments.length)return[];var o=arguments[0];return ze(o)?o:[o]}function Ey(o){return mn(o,k)}function Cy(o,l){return l=typeof l=="function"?l:n,mn(o,k,l)}function $y(o){return mn(o,g|k)}function By(o,l){return l=typeof l=="function"?l:n,mn(o,g|k,l)}function Sy(o,l){return l==null||dd(o,l,Ot(l))}function Cn(o,l){return o===l||o!==o&&l!==l}var Vy=vi(Pl),Oy=vi(function(o,l){return o>=l}),qr=gd(function(){return arguments}())?gd:function(o){return vt(o)&&tt.call(o,"callee")&&!rd.call(o,"callee")},ze=oe.isArray,Iy=Pc?tn(Pc):Lv;function Kt(o){return o!=null&&Ci(o.length)&&!Zn(o)}function bt(o){return vt(o)&&Kt(o)}function Ny(o){return o===!0||o===!1||vt(o)&&Lt(o)==D}var kr=Ym||xs,Ty=Lc?tn(Lc):Fv;function My(o){return vt(o)&&o.nodeType===1&&!lo(o)}function Dy(o){if(o==null)return!0;if(Kt(o)&&(ze(o)||typeof o=="string"||typeof o.splice=="function"||kr(o)||wa(o)||qr(o)))return!o.length;var l=Rt(o);if(l==ye||l==ee)return!o.size;if(oo(o))return!zl(o).length;for(var u in o)if(tt.call(o,u))return!1;return!0}function Ry(o,l){return no(o,l)}function Ay(o,l,u){u=typeof u=="function"?u:n;var v=u?u(o,l):n;return v===n?no(o,l,n,u):!!v}function ps(o){if(!vt(o))return!1;var l=Lt(o);return l==te||l==ue||typeof o.message=="string"&&typeof o.name=="string"&&!lo(o)}function Py(o){return typeof o=="number"&&od(o)}function Zn(o){if(!ht(o))return!1;var l=Lt(o);return l==Ne||l==de||l==m||l==He}function $f(o){return typeof o=="number"&&o==Ue(o)}function Ci(o){return typeof o=="number"&&o>-1&&o%1==0&&o<=pe}function ht(o){var l=typeof o;return o!=null&&(l=="object"||l=="function")}function vt(o){return o!=null&&typeof o=="object"}var Bf=Fc?tn(Fc):Hv;function Ly(o,l){return o===l||Fl(o,l,rs(l))}function Fy(o,l,u){return u=typeof u=="function"?u:n,Fl(o,l,rs(l),u)}function zy(o){return Sf(o)&&o!=+o}function Hy(o){if(Cg(o))throw new Fe(s);return yd(o)}function Uy(o){return o===null}function Wy(o){return o==null}function Sf(o){return typeof o=="number"||vt(o)&&Lt(o)==A}function lo(o){if(!vt(o)||Lt(o)!=be)return!1;var l=Jo(o);if(l===null)return!0;var u=tt.call(l,"constructor")&&l.constructor;return typeof u=="function"&&u instanceof u&&Go.call(u)==Fm}var hs=zc?tn(zc):Uv;function jy(o){return $f(o)&&o>=-9007199254740991&&o<=pe}var Vf=Hc?tn(Hc):Wv;function $i(o){return typeof o=="string"||!ze(o)&&vt(o)&&Lt(o)==me}function rn(o){return typeof o=="symbol"||vt(o)&&Lt(o)==Be}var wa=Uc?tn(Uc):jv;function Yy(o){return o===n}function Ky(o){return vt(o)&&Rt(o)==Ct}function Gy(o){return vt(o)&&Lt(o)==Oe}var Xy=vi(Hl),Qy=vi(function(o,l){return o<=l});function Of(o){if(!o)return[];if(Kt(o))return $i(o)?xn(o):Yt(o);if(Ga&&o[Ga])return Sm(o[Ga]());var l=Rt(o),u=l==ye?Vl:l==ee?jo:ka;return u(o)}function er(o){if(!o)return o===0?o:0;if(o=yn(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 If(o){return o?Kr(Ue(o),0,Z):0}function yn(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=Xc(o);var u=I1.test(o);return u||T1.test(o)?dm(o.slice(2),u?2:8):O1.test(o)?he:+o}function Nf(o){return Rn(o,Gt(o))}function qy(o){return o?Kr(Ue(o),-9007199254740991,pe):o===0?o:0}function et(o){return o==null?"":nn(o)}var Jy=ya(function(o,l){if(oo(l)||Kt(l)){Rn(l,Ot(l),o);return}for(var u in l)tt.call(l,u)&&Za(o,u,l[u])}),Tf=ya(function(o,l){Rn(l,Gt(l),o)}),Bi=ya(function(o,l,u,v){Rn(l,Gt(l),o,v)}),Zy=ya(function(o,l,u,v){Rn(l,Ot(l),o,v)}),e3=qn(Dl);function t3(o,l){var u=ga(o);return l==null?u:cd(u,l)}var n3=je(function(o,l){o=ot(o);var u=-1,v=l.length,w=v>2?l[2]:n;for(w&&Ft(l[0],l[1],w)&&(v=1);++u<v;)for(var I=l[u],z=Gt(I),G=-1,J=z.length;++G<J;){var ce=z[G],fe=o[ce];(fe===n||Cn(fe,ha[ce])&&!tt.call(o,ce))&&(o[ce]=I[ce])}return o}),r3=je(function(o){return o.push(n,Xd),en(Mf,n,o)});function a3(o,l){return jc(o,Me(l,3),Dn)}function o3(o,l){return jc(o,Me(l,3),Al)}function i3(o,l){return o==null?o:Rl(o,Me(l,3),Gt)}function l3(o,l){return o==null?o:md(o,Me(l,3),Gt)}function s3(o,l){return o&&Dn(o,Me(l,3))}function u3(o,l){return o&&Al(o,Me(l,3))}function c3(o){return o==null?[]:si(o,Ot(o))}function d3(o){return o==null?[]:si(o,Gt(o))}function ms(o,l,u){var v=o==null?n:Gr(o,l);return v===n?u:v}function f3(o,l){return o!=null&&Jd(o,l,Dv)}function vs(o,l){return o!=null&&Jd(o,l,Rv)}var p3=Wd(function(o,l,u){l!=null&&typeof l.toString!="function"&&(l=Xo.call(l)),o[l]=u},ys(Xt)),h3=Wd(function(o,l,u){l!=null&&typeof l.toString!="function"&&(l=Xo.call(l)),tt.call(o,l)?o[l].push(u):o[l]=[u]},Me),m3=je(to);function Ot(o){return Kt(o)?sd(o):zl(o)}function Gt(o){return Kt(o)?sd(o,!0):Yv(o)}function v3(o,l){var u={};return l=Me(l,3),Dn(o,function(v,w,I){Xn(u,l(v,w,I),v)}),u}function g3(o,l){var u={};return l=Me(l,3),Dn(o,function(v,w,I){Xn(u,w,l(v,w,I))}),u}var y3=ya(function(o,l,u){ui(o,l,u)}),Mf=ya(function(o,l,u,v){ui(o,l,u,v)}),b3=qn(function(o,l){var u={};if(o==null)return u;var v=!1;l=ft(l,function(I){return I=_r(I,o),v||(v=I.length>1),I}),Rn(o,ts(o),u),v&&(u=mn(u,g|_|k,pg));for(var w=l.length;w--;)Kl(u,l[w]);return u});function _3(o,l){return Df(o,Ei(Me(l)))}var w3=qn(function(o,l){return o==null?{}:Gv(o,l)});function Df(o,l){if(o==null)return{};var u=ft(ts(o),function(v){return[v]});return l=Me(l),Cd(o,u,function(v,w){return l(v,w[0])})}function k3(o,l,u){l=_r(l,o);var v=-1,w=l.length;for(w||(w=1,o=n);++v<w;){var I=o==null?n:o[An(l[v])];I===n&&(v=w,I=u),o=Zn(I)?I.call(o):I}return o}function x3(o,l,u){return o==null?o:ro(o,l,u)}function E3(o,l,u,v){return v=typeof v=="function"?v:n,o==null?o:ro(o,l,u,v)}var Rf=Kd(Ot),Af=Kd(Gt);function C3(o,l,u){var v=ze(o),w=v||kr(o)||wa(o);if(l=Me(l,4),u==null){var I=o&&o.constructor;w?u=v?new I:[]:ht(o)?u=Zn(I)?ga(Jo(o)):{}:u={}}return(w?fn:Dn)(o,function(z,G,J){return l(u,z,G,J)}),u}function $3(o,l){return o==null?!0:Kl(o,l)}function B3(o,l,u){return o==null?o:Od(o,l,Ql(u))}function S3(o,l,u,v){return v=typeof v=="function"?v:n,o==null?o:Od(o,l,Ql(u),v)}function ka(o){return o==null?[]:Sl(o,Ot(o))}function V3(o){return o==null?[]:Sl(o,Gt(o))}function O3(o,l,u){return u===n&&(u=l,l=n),u!==n&&(u=yn(u),u=u===u?u:0),l!==n&&(l=yn(l),l=l===l?l:0),Kr(yn(o),l,u)}function I3(o,l,u){return l=er(l),u===n?(u=l,l=0):u=er(u),o=yn(o),Av(o,l,u)}function N3(o,l,u){if(u&&typeof u!="boolean"&&Ft(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 v=o;o=l,l=v}if(u||o%1||l%1){var w=id();return Dt(o+w*(l-o+cm("1e-"+((w+"").length-1))),l)}return Wl(o,l)}var T3=ba(function(o,l,u){return l=l.toLowerCase(),o+(u?Pf(l):l)});function Pf(o){return gs(et(o).toLowerCase())}function Lf(o){return o=et(o),o&&o.replace(D1,xm).replace(em,"")}function M3(o,l,u){o=et(o),l=nn(l);var v=o.length;u=u===n?v:Kr(Ue(u),0,v);var w=u;return u-=l.length,u>=0&&o.slice(u,w)==l}function D3(o){return o=et(o),o&&cn.test(o)?o.replace(xe,Em):o}function R3(o){return o=et(o),o&&w1.test(o)?o.replace(fl,"\\$&"):o}var A3=ba(function(o,l,u){return o+(u?"-":"")+l.toLowerCase()}),P3=ba(function(o,l,u){return o+(u?" ":"")+l.toLowerCase()}),L3=zd("toLowerCase");function F3(o,l,u){o=et(o),l=Ue(l);var v=l?fa(o):0;if(!l||v>=l)return o;var w=(l-v)/2;return mi(ni(w),u)+o+mi(ti(w),u)}function z3(o,l,u){o=et(o),l=Ue(l);var v=l?fa(o):0;return l&&v<l?o+mi(l-v,u):o}function H3(o,l,u){o=et(o),l=Ue(l);var v=l?fa(o):0;return l&&v<l?mi(l-v,u)+o:o}function U3(o,l,u){return u||l==null?l=0:l&&(l=+l),Qm(et(o).replace(pl,""),l||0)}function W3(o,l,u){return(u?Ft(o,l,u):l===n)?l=1:l=Ue(l),jl(et(o),l)}function j3(){var o=arguments,l=et(o[0]);return o.length<3?l:l.replace(o[1],o[2])}var Y3=ba(function(o,l,u){return o+(u?"_":"")+l.toLowerCase()});function K3(o,l,u){return u&&typeof u!="number"&&Ft(o,l,u)&&(l=u=n),u=u===n?Z:u>>>0,u?(o=et(o),o&&(typeof l=="string"||l!=null&&!hs(l))&&(l=nn(l),!l&&da(o))?wr(xn(o),0,u):o.split(l,u)):[]}var G3=ba(function(o,l,u){return o+(u?" ":"")+gs(l)});function X3(o,l,u){return o=et(o),u=u==null?0:Kr(Ue(u),0,o.length),l=nn(l),o.slice(u,u+l.length)==l}function Q3(o,l,u){var v=B.templateSettings;u&&Ft(o,l,u)&&(l=n),o=et(o),l=Bi({},l,v,Gd);var w=Bi({},l.imports,v.imports,Gd),I=Ot(w),z=Sl(w,I),G,J,ce=0,fe=l.interpolate||Fo,ve="__p += '",Ee=Ol((l.escape||Fo).source+"|"+fe.source+"|"+(fe===pr?V1:Fo).source+"|"+(l.evaluate||Fo).source+"|$","g"),Ve="//# sourceURL="+(tt.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++om+"]")+`
18
18
  `;o.replace(Ee,function(Ae,Ye,Qe,an,zt,on){return Qe||(Qe=an),ve+=o.slice(ce,on).replace(R1,Cm),Ye&&(G=!0,ve+=`' +
@@ -31,11 +31,11 @@ __p += '`),Qe&&(ve+=`' +
31
31
  function print() { __p += __j.call(arguments, '') }
32
32
  `:`;
33
33
  `)+ve+`return __p
34
- }`;var We=zf(function(){return qe(I,Ve+"return "+ve).apply(n,z)});if(We.source=ve,ps(We))throw We;return We}function q3(o){return et(o).toLowerCase()}function J3(o){return et(o).toUpperCase()}function Z3(o,l,u){if(o=et(o),o&&(u||l===n))return Xc(o);if(!o||!(l=nn(l)))return o;var v=xn(o),w=xn(l),I=Qc(v,w),z=qc(v,w)+1;return wr(v,I,z).join("")}function eb(o,l,u){if(o=et(o),o&&(u||l===n))return o.slice(0,Zc(o)+1);if(!o||!(l=nn(l)))return o;var v=xn(o),w=qc(v,xn(l))+1;return wr(v,0,w).join("")}function tb(o,l,u){if(o=et(o),o&&(u||l===n))return o.replace(pl,"");if(!o||!(l=nn(l)))return o;var v=xn(o),w=Qc(v,xn(l));return wr(v,w).join("")}function nb(o,l){var u=b,v=R;if(ht(l)){var w="separator"in l?l.separator:w;u="length"in l?Ue(l.length):u,v="omission"in l?nn(l.omission):v}o=et(o);var I=o.length;if(da(o)){var z=xn(o);I=z.length}if(u>=I)return o;var G=u-fa(v);if(G<1)return v;var J=z?wr(z,0,G).join(""):o.slice(0,G);if(w===n)return J+v;if(z&&(G+=J.length-G),hs(w)){if(o.slice(G).search(w)){var ce,fe=J;for(w.global||(w=Ol(w.source,et(gc.exec(w))+"g")),w.lastIndex=0;ce=w.exec(fe);)var ve=ce.index;J=J.slice(0,ve===n?G:ve)}}else if(o.indexOf(nn(w),G)!=G){var Ee=J.lastIndexOf(w);Ee>-1&&(J=J.slice(0,Ee))}return J+v}function rb(o){return o=et(o),o&&Se.test(o)?o.replace(le,Nm):o}var ab=ba(function(o,l,u){return o+(u?" ":"")+l.toUpperCase()}),gs=zd("toUpperCase");function Ff(o,l,u){return o=et(o),l=u?n:l,l===n?Bm(o)?Dm(o):ym(o):o.match(l)||[]}var zf=je(function(o,l){try{return en(o,n,l)}catch(u){return ps(u)?u:new Fe(u)}}),ob=qn(function(o,l){return fn(l,function(u){u=An(u),Xn(o,u,ds(o[u],o))}),o});function ib(o){var l=o==null?0:o.length,u=Me();return o=l?ft(o,function(v){if(typeof v[1]!="function")throw new pn(c);return[u(v[0]),v[1]]}):[],je(function(v){for(var w=-1;++w<l;){var I=o[w];if(en(I[0],this,v))return en(I[1],this,v)}})}function lb(o){return Nv(mn(o,g))}function ys(o){return function(){return o}}function sb(o,l){return o==null||o!==o?l:o}var ub=Ud(),cb=Ud(!0);function Xt(o){return o}function bs(o){return bd(typeof o=="function"?o:mn(o,g))}function db(o){return wd(mn(o,g))}function fb(o,l){return kd(o,mn(l,g))}var pb=je(function(o,l){return function(u){return to(u,o,l)}}),hb=je(function(o,l){return function(u){return to(o,u,l)}});function _s(o,l,u){var v=Ot(l),w=si(l,v);u==null&&!(ht(l)&&(w.length||!v.length))&&(u=l,l=o,o=this,w=si(l,Ot(l)));var I=!(ht(u)&&"chain"in u)||!!u.chain,z=Zn(o);return fn(w,function(G){var J=l[G];o[G]=J,z&&(o.prototype[G]=function(){var ce=this.__chain__;if(I||ce){var fe=o(this.__wrapped__),ve=fe.__actions__=Yt(this.__actions__);return ve.push({func:J,args:arguments,thisArg:o}),fe.__chain__=ce,fe}return J.apply(o,mr([this.value()],arguments))})}),o}function mb(){return Nt._===this&&(Nt._=zm),this}function ws(){}function vb(o){return o=Ue(o),je(function(l){return xd(l,o)})}var gb=Jl(ft),yb=Jl(Wc),bb=Jl(xl);function Hf(o){return os(o)?El(An(o)):Xv(o)}function _b(o){return function(l){return o==null?n:Gr(o,l)}}var wb=jd(),kb=jd(!0);function ks(){return[]}function xs(){return!1}function xb(){return{}}function Eb(){return""}function Cb(){return!0}function $b(o,l){if(o=Ue(o),o<1||o>pe)return[];var u=Z,v=Dt(o,Z);l=Me(l),o-=Z;for(var w=Bl(v,l);++u<o;)l(u);return w}function Bb(o){return ze(o)?ft(o,An):rn(o)?[o]:Yt(sf(et(o)))}function Sb(o){var l=++Lm;return et(o)+l}var Vb=hi(function(o,l){return o+l},0),Ob=Zl("ceil"),Ib=hi(function(o,l){return o/l},1),Nb=Zl("floor");function Tb(o){return o&&o.length?li(o,Xt,Pl):n}function Mb(o,l){return o&&o.length?li(o,Me(l,2),Pl):n}function Db(o){return Kc(o,Xt)}function Rb(o,l){return Kc(o,Me(l,2))}function Ab(o){return o&&o.length?li(o,Xt,Hl):n}function Pb(o,l){return o&&o.length?li(o,Me(l,2),Hl):n}var Lb=hi(function(o,l){return o*l},1),Fb=Zl("round"),zb=hi(function(o,l){return o-l},0);function Hb(o){return o&&o.length?$l(o,Xt):0}function Ub(o,l){return o&&o.length?$l(o,Me(l,2)):0}return B.after=dy,B.ary=bf,B.assign=Jy,B.assignIn=Tf,B.assignInWith=Bi,B.assignWith=Zy,B.at=e3,B.before=_f,B.bind=ds,B.bindAll=ob,B.bindKey=wf,B.castArray=xy,B.chain=vf,B.chunk=Ng,B.compact=Tg,B.concat=Mg,B.cond=ib,B.conforms=lb,B.constant=ys,B.countBy=H2,B.create=t3,B.curry=kf,B.curryRight=xf,B.debounce=Ef,B.defaults=n3,B.defaultsDeep=r3,B.defer=fy,B.delay=py,B.difference=Dg,B.differenceBy=Rg,B.differenceWith=Ag,B.drop=Pg,B.dropRight=Lg,B.dropRightWhile=Fg,B.dropWhile=zg,B.fill=Hg,B.filter=W2,B.flatMap=K2,B.flatMapDeep=G2,B.flatMapDepth=X2,B.flatten=ff,B.flattenDeep=Ug,B.flattenDepth=Wg,B.flip=hy,B.flow=ub,B.flowRight=cb,B.fromPairs=jg,B.functions=c3,B.functionsIn=d3,B.groupBy=Q2,B.initial=Kg,B.intersection=Gg,B.intersectionBy=Xg,B.intersectionWith=Qg,B.invert=p3,B.invertBy=h3,B.invokeMap=J2,B.iteratee=bs,B.keyBy=Z2,B.keys=Ot,B.keysIn=Gt,B.map=wi,B.mapKeys=v3,B.mapValues=g3,B.matches=db,B.matchesProperty=fb,B.memoize=xi,B.merge=y3,B.mergeWith=Mf,B.method=pb,B.methodOf=hb,B.mixin=_s,B.negate=Ei,B.nthArg=vb,B.omit=b3,B.omitBy=_3,B.once=my,B.orderBy=ey,B.over=gb,B.overArgs=vy,B.overEvery=yb,B.overSome=bb,B.partial=fs,B.partialRight=Cf,B.partition=ty,B.pick=w3,B.pickBy=Df,B.property=Hf,B.propertyOf=_b,B.pull=e2,B.pullAll=hf,B.pullAllBy=t2,B.pullAllWith=n2,B.pullAt=r2,B.range=wb,B.rangeRight=kb,B.rearg=gy,B.reject=ay,B.remove=a2,B.rest=yy,B.reverse=us,B.sampleSize=iy,B.set=x3,B.setWith=E3,B.shuffle=ly,B.slice=o2,B.sortBy=cy,B.sortedUniq=f2,B.sortedUniqBy=p2,B.split=K3,B.spread=by,B.tail=h2,B.take=m2,B.takeRight=v2,B.takeRightWhile=g2,B.takeWhile=y2,B.tap=T2,B.throttle=_y,B.thru=_i,B.toArray=Of,B.toPairs=Rf,B.toPairsIn=Af,B.toPath=Bb,B.toPlainObject=Nf,B.transform=C3,B.unary=wy,B.union=b2,B.unionBy=_2,B.unionWith=w2,B.uniq=k2,B.uniqBy=x2,B.uniqWith=E2,B.unset=$3,B.unzip=cs,B.unzipWith=mf,B.update=B3,B.updateWith=S3,B.values=ka,B.valuesIn=V3,B.without=C2,B.words=Ff,B.wrap=ky,B.xor=$2,B.xorBy=B2,B.xorWith=S2,B.zip=V2,B.zipObject=O2,B.zipObjectDeep=I2,B.zipWith=N2,B.entries=Rf,B.entriesIn=Af,B.extend=Tf,B.extendWith=Bi,_s(B,B),B.add=Vb,B.attempt=zf,B.camelCase=T3,B.capitalize=Pf,B.ceil=Ob,B.clamp=O3,B.clone=Ey,B.cloneDeep=$y,B.cloneDeepWith=By,B.cloneWith=Cy,B.conformsTo=Sy,B.deburr=Lf,B.defaultTo=sb,B.divide=Ib,B.endsWith=M3,B.eq=Cn,B.escape=D3,B.escapeRegExp=R3,B.every=U2,B.find=j2,B.findIndex=cf,B.findKey=a3,B.findLast=Y2,B.findLastIndex=df,B.findLastKey=o3,B.floor=Nb,B.forEach=gf,B.forEachRight=yf,B.forIn=i3,B.forInRight=l3,B.forOwn=s3,B.forOwnRight=u3,B.get=ms,B.gt=Vy,B.gte=Oy,B.has=f3,B.hasIn=vs,B.head=pf,B.identity=Xt,B.includes=q2,B.indexOf=Yg,B.inRange=I3,B.invoke=m3,B.isArguments=qr,B.isArray=ze,B.isArrayBuffer=Iy,B.isArrayLike=Kt,B.isArrayLikeObject=bt,B.isBoolean=Ny,B.isBuffer=kr,B.isDate=Ty,B.isElement=My,B.isEmpty=Dy,B.isEqual=Ry,B.isEqualWith=Ay,B.isError=ps,B.isFinite=Py,B.isFunction=Zn,B.isInteger=$f,B.isLength=Ci,B.isMap=Bf,B.isMatch=Ly,B.isMatchWith=Fy,B.isNaN=zy,B.isNative=Hy,B.isNil=Wy,B.isNull=Uy,B.isNumber=Sf,B.isObject=ht,B.isObjectLike=vt,B.isPlainObject=lo,B.isRegExp=hs,B.isSafeInteger=jy,B.isSet=Vf,B.isString=$i,B.isSymbol=rn,B.isTypedArray=wa,B.isUndefined=Yy,B.isWeakMap=Ky,B.isWeakSet=Gy,B.join=qg,B.kebabCase=A3,B.last=gn,B.lastIndexOf=Jg,B.lowerCase=P3,B.lowerFirst=L3,B.lt=Xy,B.lte=Qy,B.max=Tb,B.maxBy=Mb,B.mean=Db,B.meanBy=Rb,B.min=Ab,B.minBy=Pb,B.stubArray=ks,B.stubFalse=xs,B.stubObject=xb,B.stubString=Eb,B.stubTrue=Cb,B.multiply=Lb,B.nth=Zg,B.noConflict=mb,B.noop=ws,B.now=ki,B.pad=F3,B.padEnd=z3,B.padStart=H3,B.parseInt=U3,B.random=N3,B.reduce=ny,B.reduceRight=ry,B.repeat=W3,B.replace=j3,B.result=k3,B.round=Fb,B.runInContext=q,B.sample=oy,B.size=sy,B.snakeCase=Y3,B.some=uy,B.sortedIndex=i2,B.sortedIndexBy=l2,B.sortedIndexOf=s2,B.sortedLastIndex=u2,B.sortedLastIndexBy=c2,B.sortedLastIndexOf=d2,B.startCase=G3,B.startsWith=X3,B.subtract=zb,B.sum=Hb,B.sumBy=Ub,B.template=Q3,B.times=$b,B.toFinite=er,B.toInteger=Ue,B.toLength=If,B.toLower=q3,B.toNumber=yn,B.toSafeInteger=qy,B.toString=et,B.toUpper=J3,B.trim=Z3,B.trimEnd=eb,B.trimStart=tb,B.truncate=nb,B.unescape=rb,B.uniqueId=Sb,B.upperCase=ab,B.upperFirst=gs,B.each=gf,B.eachRight=yf,B.first=pf,_s(B,function(){var o={};return Dn(B,function(l,u){tt.call(B.prototype,u)||(o[u]=l)}),o}(),{chain:!1}),B.VERSION=a,fn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(o){B[o].placeholder=B}),fn(["drop","take"],function(o,l){Ke.prototype[o]=function(u){u=u===n?1:Bt(Ue(u),0);var v=this.__filtered__&&!l?new Ke(this):this.clone();return v.__filtered__?v.__takeCount__=Dt(u,v.__takeCount__):v.__views__.push({size:Dt(u,Z),type:o+(v.__dir__<0?"Right":"")}),v},Ke.prototype[o+"Right"]=function(u){return this.reverse()[o](u).reverse()}}),fn(["filter","map","takeWhile"],function(o,l){var u=l+1,v=u==H||u==K;Ke.prototype[o]=function(w){var I=this.clone();return I.__iteratees__.push({iteratee:Me(w,3),type:u}),I.__filtered__=I.__filtered__||v,I}}),fn(["head","last"],function(o,l){var u="take"+(l?"Right":"");Ke.prototype[o]=function(){return this[u](1).value()[0]}}),fn(["initial","tail"],function(o,l){var u="drop"+(l?"":"Right");Ke.prototype[o]=function(){return this.__filtered__?new Ke(this):this[u](1)}}),Ke.prototype.compact=function(){return this.filter(Xt)},Ke.prototype.find=function(o){return this.filter(o).head()},Ke.prototype.findLast=function(o){return this.reverse().find(o)},Ke.prototype.invokeMap=je(function(o,l){return typeof o=="function"?new Ke(this):this.map(function(u){return to(u,o,l)})}),Ke.prototype.reject=function(o){return this.filter(Ei(Me(o)))},Ke.prototype.slice=function(o,l){o=Ue(o);var u=this;return u.__filtered__&&(o>0||l<0)?new Ke(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)},Ke.prototype.takeRightWhile=function(o){return this.reverse().takeWhile(o).reverse()},Ke.prototype.toArray=function(){return this.take(Z)},Dn(Ke.prototype,function(o,l){var u=/^(?:filter|find|map|reject)|While$/.test(l),v=/^(?:head|last)$/.test(l),w=B[v?"take"+(l=="last"?"Right":""):l],I=v||/^find/.test(l);w&&(B.prototype[l]=function(){var z=this.__wrapped__,G=v?[1]:arguments,J=z instanceof Ke,ce=G[0],fe=J||ze(z),ve=function(Ye){var Qe=w.apply(B,mr([Ye],G));return v&&Ee?Qe[0]:Qe};fe&&u&&typeof ce=="function"&&ce.length!=1&&(J=fe=!1);var Ee=this.__chain__,Ve=!!this.__actions__.length,Re=I&&!Ee,We=J&&!Ve;if(!I&&fe){z=We?z:new Ke(this);var Ae=o.apply(z,G);return Ae.__actions__.push({func:_i,args:[ve],thisArg:n}),new hn(Ae,Ee)}return Re&&We?o.apply(this,G):(Ae=this.thru(ve),Re?v?Ae.value()[0]:Ae.value():Ae)})}),fn(["pop","push","shift","sort","splice","unshift"],function(o){var l=Yo[o],u=/^(?:push|sort|unshift)$/.test(o)?"tap":"thru",v=/^(?:pop|shift)$/.test(o);B.prototype[o]=function(){var w=arguments;if(v&&!this.__chain__){var I=this.value();return l.apply(ze(I)?I:[],w)}return this[u](function(z){return l.apply(ze(z)?z:[],w)})}}),Dn(Ke.prototype,function(o,l){var u=B[l];if(u){var v=u.name+"";tt.call(va,v)||(va[v]=[]),va[v].push({name:l,func:u})}}),va[pi(n,y).name]=[{name:"wrapper",func:n}],Ke.prototype.clone=rv,Ke.prototype.reverse=av,Ke.prototype.value=ov,B.prototype.at=M2,B.prototype.chain=D2,B.prototype.commit=R2,B.prototype.next=A2,B.prototype.plant=L2,B.prototype.reverse=F2,B.prototype.toJSON=B.prototype.valueOf=B.prototype.value=z2,B.prototype.first=B.prototype.head,Ga&&(B.prototype[Ga]=P2),B},pa=Rm();Ur?((Ur.exports=pa)._=pa,bl._=pa):Nt._=pa}).call(fo)})(Qi,Qi.exports);var Un=Qi.exports;const Vs=d6(Un),f6={},p6={width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function h6(t,r){return e.openBlock(),e.createElementBlock("svg",p6,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 m6=at(f6,[["render",h6]]),v6=["src","alt"],g6={class:"flex items-center"},y6=["src","alt"],b6={key:0,style:{"border-left-color":"rgba(107, 30, 190, 0.71)"},class:"vs__spinner"},_6={key:0},w6=e.defineComponent({__name:"EUISelect",props:{clearable:{type:Boolean,default:!0},isUseCustomSelect:{type:Boolean,required:!1,default:!1},customWidth:{type:String,default:"",required:!1},customHeight:{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(D=>({"04daf1f4":K.value,"5f60b388":re.value,38543590:pe.value,"1933df08":Y.value,"4f5c4a13":ie.value,"6254368a":H.value,"1588b08a":he.value,"7edae257":ae.value,"273a4142":Z.value,"6b42968f":X.value}));const n=e.computed(()=>{const D=c.placeholder||`Select ${name}`,j=c.required?"*":"";return`${D} ${j}`}),a=D=>Un.startCase(D),i=e.ref([]),s=e.ref(!1),c=t,{modelValue:d,isFussySeach:f,clearable:p,isUseCustomSelect:h,items:g,keys:_,loading:k,multiple:$,isStartCaseText:M,required:x,fieldName:y}=e.toRefs(c),E=r,O=D=>{D.target&&(i.value=[{_id:"6565d869eb1b7cf8745d6beb",name:"All"}],s.value=!0)};e.watch(i,D=>{E("update:modelValue",D),(D===null||!D)&&E("deselected",D)});const S=D=>{E("change",D)},L=D=>{E("deselected",D),D[y.value]==="All"&&(s.value=!1)};e.watch(d,D=>{i.value=D});const V=D=>{E("update:searchString",D),E("search",D)},T=e.computed(()=>c.customWidth),N=e.computed(()=>c.customHeight),P=e.computed(()=>c.customOffset),b=(D,j,{width:ue,maxHeight:te})=>{const Ne=T.value||ue,de=N.value||ue,ye=P.value||[0,7],A=h.value?Ne:ue;D.style.width=A,D.style.maxHeight=h.value?de:te;const _e=h.value?ye:[0,7],be=al(j.$refs.toggle,D,{placement:"bottom",modifiers:[{name:"offset",options:{offset:_e}}]});return D.classList.add("toggle-dropdown"),()=>be.destroy()},R=(D,j)=>{const ue=new Ua(D,{keys:_.value,shouldSort:!0});return j?ue.search(j).map(te=>te):ue==null?void 0:ue.list};e.onMounted(()=>{i.value=c.value}),e.onBeforeUnmount(()=>{i.value=null});const Y=e.computed(()=>c.multiple?"#f3e8ff":""),ie=e.computed(()=>c.multiple?"#7e22ce":""),H=e.computed(()=>c.multiple&&c.inputFilled?"fit-content":c.inputFilled?"":"auto"),X=e.computed(()=>c.clearable?"flex":"none"),K=e.computed(()=>{var D;return((D=i.value)==null?void 0:D.length)===0||Vs.isEmpty(i.value)?"#ffffff":"transparent"}),re=e.computed(()=>{var j;if(((j=i.value)==null?void 0:j.length)===0||Vs.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}),pe=e.computed(()=>{var j;if(((j=i.value)==null?void 0:j.length)===0||Vs.isEmpty(i.value))return"0px";let D;return h.value||c.multiple?D=c.inputFilled?"24px":"4px":D=c.inputFilled?"12px":"2px",D}),ae=e.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"8px":"0px"),he=e.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"10px":"0px"),Z=e.computed(()=>c.required?"-webkit-linear-gradient(left, #374151 0%, #374151 92%,red 8%,red 100%)":"-webkit-linear-gradient(left, #374151 50%, #374151 50%)"),U=e.computed(()=>D=>{var j,ue;return(ue=(j=g.value)==null?void 0:j.find(te=>te.name===D.nameText))==null?void 0:ue.iconlink}),F=e.computed(()=>{const D=c.modelValue,j=i.value;return D?!0:Array.isArray(j)?!!j.length:j&&typeof j=="object"?!!Object.keys(j).length:!!j}),Q=D=>{E("selectedOption",D)},C=e.computed(()=>{var D;return!c.multipleLimit||(((D=i.value)==null?void 0:D.length)??0)<c.multipleLimit}),W=()=>{if(!c.multipleLimit)return!0;if(c.multipleLimit)return C.value},m=()=>{E("open")};return(D,j)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({isUseCustomSelect:e.unref(h)})},[!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(x)&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},e.toDisplayString(t.label),3)):e.createCommentVNode("",!0),e.createVNode(e.unref(R0),{modelValue:i.value,"onUpdate:modelValue":j[0]||(j[0]=ue=>i.value=ue),filter:e.unref(f)?R:void 0,options:e.unref(g),label:t.searchLabel,name:t.name,value:i.value,placeholder:n.value,multiple:e.unref($),taggable:t.taggable,"push-tags":t.pushtags,"deselect-from-dropdown":!0,"append-to-body":"",searchable:t.searchable,"calculate-position":b,loading:e.unref(k),disabled:t.disabled,selectable:W,class:e.normalizeClass([e.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",t.inputFilled?"rounded-2xl min-h-14":"rounded-md min-h-10","group relative w-full bg-white cursor-pointer overflow-hidden",{"opacity-75":t.disabled},t.className]),clearable:e.unref(p),"no-drop":s.value,onSearch:j[1]||(j[1]=ue=>V(ue)),"onOption:selected":j[2]||(j[2]=ue=>S(ue)),"onOption:deselected":j[3]||(j[3]=ue=>L(ue)),"onOption:created":Q,onOpen:m},e.createSlots({_:2},[D.$slots.header?{name:"header",fn:e.withCtx(()=>[e.renderSlot(D.$slots,"header")]),key:"0"}:void 0,t.inputFilled&&!D.$slots.header?{name:"header",fn:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass([[F.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(x)&&"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(a(t.label)||"Select"),3)]),key:"1"}:void 0,D.$slots["selected-option"]?{name:"selected-option",fn:e.withCtx(ue=>[e.renderSlot(D.$slots,"selected-option",e.normalizeProps(e.guardReactiveProps(ue)))]),key:"2"}:void 0,D.$slots["selected-option"]?void 0:{name:"selected-option",fn:e.withCtx(ue=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(h)?"break-words flex items-start":"flex items-center")},[(t.name=="country"?U.value({nameText:ue[e.unref(y)],iconlink:ue==null?void 0:ue.iconlink}):ue!=null&&ue.iconlink)?(e.openBlock(),e.createElementBlock("img",{key:0,class:e.normalizeClass(e.unref(h)?"w-6 mr-1 flex-initial":"w-6 mr-2"),src:t.name=="country"?U.value({nameText:ue[e.unref(y)],iconlink:ue==null?void 0:ue.iconlink}):ue==null?void 0:ue.iconlink,alt:ue[e.unref(y)]},null,10,v6)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(M)?a(ue[e.unref(y)]):ue[e.unref(y)]),1)],2)]),key:"3"},D.$slots.option?{name:"option",fn:e.withCtx(ue=>[e.renderSlot(D.$slots,"option",e.normalizeProps(e.guardReactiveProps(ue)))]),key:"4"}:{name:"option",fn:e.withCtx(ue=>[e.createElementVNode("div",g6,[ue.iconlink?(e.openBlock(),e.createElementBlock("img",{key:0,class:"w-6 mr-2",src:ue.iconlink,alt:ue[e.unref(y)]},null,8,y6)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(M)?a(ue[e.unref(y)]):ue[e.unref(y)]),1)])]),key:"5"},D.$slots.spinner?{name:"spinner",fn:e.withCtx(({loading:ue})=>[e.renderSlot(D.$slots,"spinner",{loading:ue||e.unref(k)})]),key:"6"}:{name:"spinner",fn:e.withCtx(({loading:ue})=>[e.unref(k)||ue?(e.openBlock(),e.createElementBlock("div",b6)):e.createCommentVNode("",!0)]),key:"7"},D.$slots["list-header"]?{name:"list-header",fn:e.withCtx(()=>[e.renderSlot(D.$slots,"list-header")]),key:"8"}:t.isSelectAll?{name:"list-header",fn:e.withCtx(()=>{var ue;return[e.unref(g).length!==((ue=i.value)==null?void 0:ue.length)?(e.openBlock(),e.createElementBlock("div",_6,[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:"9"}:void 0,D.$slots["open-indicator"]?{name:"open-indicator",fn:e.withCtx(ue=>[e.renderSlot(D.$slots,"open-indicator",e.normalizeProps(e.guardReactiveProps(ue)))]),key:"10"}:{name:"open-indicator",fn:e.withCtx(({attributes:ue})=>[e.createElementVNode("span",e.normalizeProps(e.guardReactiveProps(ue)),[e.createVNode(m6,{class:"text-current size-6"})],16)]),key:"11"}]),1032,["modelValue","filter","options","label","name","value","placeholder","multiple","taggable","push-tags","searchable","loading","disabled","class","clearable","no-drop"]),e.createVNode(Ir,{errors:t.errors,name:t.name,class:"mt-2"},null,8,["errors","name"])],2))}}),k6=[{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"}}],x6={for:"label",class:"mb-4 text-xs font-medium text-gray-400"},E6=e.defineComponent({__name:"EUISelectSearch",setup(t){const r=e.ref([]),n=e.computed(()=>k6);return(a,i)=>{var s,c;return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",x6,e.toDisplayString(((s=r.value)==null?void 0:s.length)<3)+" - "+e.toDisplayString(((c=r.value)==null?void 0:c.length)<3),1),e.createVNode(e.unref(R0),{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"])])}}}),C6={class:"flex flex-row items-center scale-100 translate-x-0 translate-y-0 eui-checkbox"},$6=["disabled"],B6={key:0,class:"text-sm font-medium tracking-wide text-gray-700 ms-2 first-letter:capitalize"},S6=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,a=r,i=e.ref(n.modelValue);e.watch(i,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",i.value)};return e.watch(n,c=>{i.value=c.modelValue}),(c,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("label",C6,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>i.value=f),type:"checkbox",id:"checkbox",class:"appearance-none sr-only input-checkbox",disabled:t.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,$6),[[e.vModelCheckbox,i.value]]),d[2]||(d[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",B6,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])],64))}}),V6={class:"inline-flex items-center cursor-pointer eui-radio"},O6=["disabled"],I6={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},N6=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:a}=e.toRefs(n),i=r,s=()=>{i("toggle",n.modelValue),i("update:modelValue",n.modelValue)};return(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",V6,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>e.isRef(a)?a.value=f:null),type:"radio",class:"sr-only peer eui-radio_input",disabled:t.disabled,onChange:d[1]||(d[1]=f=>s())},null,40,O6),[[e.vModelRadio,e.unref(a)]]),d[2]||(d[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",I6,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),T6=at(N6,[["__scopeId","data-v-85a67463"]]),M6={class:"inline-flex items-center cursor-pointer eui-switch"},D6=["disabled"],R6={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},A6=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,a=r,i=e.ref(n.modelValue);e.watch(i,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",i.value)};return e.watch(n,c=>{i.value=c.modelValue}),(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",M6,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>i.value=f),type:"checkbox",class:"sr-only peer eui-switch_input",disabled:t.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,D6),[[e.vModelCheckbox,i.value]]),d[2]||(d[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",R6,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),P6=at(A6,[["__scopeId","data-v-a0b1f818"]]),L6={class:"group"},F6={class:"flex items-center"},z6=["src"],H6={key:0,class:"flex-1 ms-2"},U6={class:"text-base font-semibold text-gray-600 capitalize group-hover:text-gray-900"},W6={class:"text-sm font-medium text-gray-500 group-hover:text-gray-700"},j6=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"}),a=e.computed(()=>n[r.size]||""),i=e.computed(()=>r.status),s=e.computed(()=>c[Math.floor(Math.random()*c.length)]),c=["#6366F1","#F97316","#65A30D","#E11D48","#4B5563","#059669","#1D4ED8","#7C3AED","#FB923C","#fe4ca9"];return(d,f)=>(e.openBlock(),e.createElementBlock("div",L6,[e.createElementVNode("div",F6,[e.createElementVNode("div",{class:e.normalizeClass(["relative inline-block flex-none",a.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",a.value]),src:t.imageUrl,alt:""},null,10,z6)):(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",a.value]),style:e.normalizeStyle({background:s.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",H6,[e.createElementVNode("div",U6,[e.renderSlot(d.$slots,"name",{profileData:t.profileData},()=>{var p;return[e.createTextVNode(e.toDisplayString((p=t.profileData)==null?void 0:p.name),1)]})]),e.createElementVNode("div",W6,[e.renderSlot(d.$slots,"designation",{profileData:t.profileData},()=>{var p;return[e.createTextVNode(e.toDisplayString((p=t.profileData)==null?void 0:p.designation),1)]})])])):e.createCommentVNode("",!0)])]))}}),Y6={"aria-label":"Progress",class:"relative z-10"},K6={role:"list",class:"flex flex-row items-start justify-center w-full py-4 ps-4 pe-2"},G6={key:0,class:"absolute bg-green-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},X6={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Q6={class:"text-xs font-semibold text-gray-900"},q6={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},J6={class:"text-xs font-semibold text-gray-900"},Z6={key:0,class:"absolute bg-gray-300 w-full start-0 top-2.5 h-[0.0875rem] z-0"},e8={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},t8={class:"text-xs font-semibold text-gray-900"},th=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"],a=e.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),i=e.computed(()=>s.value),s=e.computed(()=>r.stepStatus),c=e.computed(()=>i.value),d=e.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=e.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)=>(e.openBlock(),e.createElementBlock("nav",Y6,[e.createElementVNode("ol",K6,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,(g,_)=>(e.openBlock(),e.createElementBlock("li",{key:g.value,class:e.normalizeClass([_!==a.value.length-1?"pe-8":"","relative flex items-center w-full pt-6 group",f.value(g.key,_)==="upcoming"?"pointer-events-none":""])},[f.value(g.key,_)==="complete"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",G6)):e.createCommentVNode("",!0),h[1]||(h[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",X6,[e.createElementVNode("span",Q6,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[0]||(h[0]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="current"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[h[3]||(h[3]=e.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]=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",q6,[e.createElementVNode("span",J6,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[2]||(h[2]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="upcoming"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",Z6)):e.createCommentVNode("",!0),h[6]||(h[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",e8,[e.createElementVNode("span",t8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[5]||(h[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))])]))}}),n8={"aria-label":"Progress",class:"relative z-10"},r8={role:"list",class:"flex flex-col items-start justify-center w-full py-4 ps-4 pe-2"},a8={key:0,class:"absolute bg-green-500 h-full start-px top-0 w-[0.0875rem] z-0"},o8={class:"flex items-start justify-between max-w-full w-full py-0.5"},i8={class:"text-xs font-semibold text-gray-900"},l8={class:"flex items-start justify-between max-w-full w-full py-0.5"},s8={class:"text-xs font-semibold text-gray-900"},u8={key:0,class:"absolute bg-gray-300 h-full start-px top-0 w-[0.0875rem] z-0"},c8={class:"flex items-start justify-between max-w-full w-full py-0.5"},d8={class:"text-xs font-semibold text-gray-900"},nh=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"],a=e.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),i=e.computed(()=>s.value),s=e.computed(()=>r.stepStatus),c=e.computed(()=>i.value),d=e.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=e.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)=>(e.openBlock(),e.createElementBlock("nav",n8,[e.createElementVNode("ol",r8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,(g,_)=>(e.openBlock(),e.createElementBlock("li",{key:g.value,class:e.normalizeClass([_!==a.value.length-1?"pb-8":"","relative flex items-center w-full ps-5",f.value(g.key,_)==="upcoming"?"pointer-events-none":""])},[f.value(g.key,_)==="complete"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",a8)):e.createCommentVNode("",!0),h[1]||(h[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",o8,[e.createElementVNode("span",i8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[0]||(h[0]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="current"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[h[3]||(h[3]=e.createElementVNode("div",{class:"absolute bg-orange-500 h-full start-px top-0 w-[0.0875rem] z-0"},null,-1)),h[4]||(h[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",l8,[e.createElementVNode("span",s8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[2]||(h[2]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="upcoming"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",u8)):e.createCommentVNode("",!0),h[6]||(h[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",c8,[e.createElementVNode("span",d8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[5]||(h[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))])]))}}),f8=e.defineComponent({__name:"EUIStepperTimeline",setup(t){return(r,n)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(th,{stepStatus:"opportunity"}),n[0]||(n[0]=e.createElementVNode("hr",null,null,-1)),e.createVNode(nh,{stepStatus:"opportunity"})]))}}),p8=["open","onClick"],h8=["aria-expanded"],m8={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"},v8=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,a=e.ref(Array(n.datas.length).fill(!1)),i=()=>{a.value=n.datas.map((d,f)=>n.defaultOpen.includes(f))};e.watch(()=>n.defaultOpen,()=>{i()},{immediate:!0}),e.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)=>(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,(p,h)=>(e.openBlock(),e.createElementBlock("details",{key:`accordion-${h}`,open:a.value[h],onClick:e.withModifiers(g=>c(h),["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,p==null?void 0:p.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":a.value[h]},[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(d.$slots,"title",{item:p},()=>[e.createTextVNode(e.toDisplayString(p.title),1)],!0)],2),t.accordionStyle==="grouped"?(e.openBlock(),e.createElementBlock("svg",m8,f[1]||(f[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:f[0]||(f[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(d.$slots,"right-icon",{item:p},void 0,!0)]))],10,h8),e.createElementVNode("div",{class:e.normalizeClass([t.accordionStyle==="grouped"?"p-4 pt-1 ":"pt-3","font-light text-gray-600"])},[e.renderSlot(d.$slots,"content",{item:p},()=>[e.createTextVNode(e.toDisplayString(p.content),1)],!0)],2)],10,p8))),128))],2)]))}}),g8=at(v8,[["__scopeId","data-v-0158c022"]]);function y8(t){return e.getCurrentScope()?(e.onScopeDispose(t),!0):!1}function Hu(t){return typeof t=="function"?t():e.unref(t)}const rh=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const b8=Object.prototype.toString,_8=t=>b8.call(t)==="[object Object]",Hi=()=>{},w8=k8();function k8(){var t,r;return rh&&((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 ah=rh?window:void 0;function bo(t){var r;const n=Hu(t);return(r=n==null?void 0:n.$el)!=null?r:n}function Ui(...t){let r,n,a,i;if(typeof t[0]=="string"||Array.isArray(t[0])?([n,a,i]=t,r=ah):[r,n,a,i]=t,!r)return Hi;Array.isArray(n)||(n=[n]),Array.isArray(a)||(a=[a]);const s=[],c=()=>{s.forEach(h=>h()),s.length=0},d=(h,g,_,k)=>(h.addEventListener(g,_,k),()=>h.removeEventListener(g,_,k)),f=e.watch(()=>[bo(r),Hu(i)],([h,g])=>{if(c(),!h)return;const _=_8(g)?{...g}:g;s.push(...n.flatMap(k=>a.map($=>d(h,k,$,_))))},{immediate:!0,flush:"post"}),p=()=>{f(),c()};return y8(p),p}let Np=!1;function oh(t,r,n={}){const{window:a=ah,ignore:i=[],capture:s=!0,detectIframe:c=!1}=n;if(!a)return Hi;w8&&!Np&&(Np=!0,Array.from(a.document.body.children).forEach(k=>k.addEventListener("click",Hi)),a.document.documentElement.addEventListener("click",Hi));let d=!0;const f=k=>Hu(i).some($=>{if(typeof $=="string")return Array.from(a.document.querySelectorAll($)).some(M=>M===k.target||k.composedPath().includes(M));{const M=bo($);return M&&(k.target===M||k.composedPath().includes(M))}}),p=k=>{const $=bo(t);if(!(!$||$===k.target||k.composedPath().includes($))){if(k.detail===0&&(d=!f(k)),!d){d=!0;return}r(k)}};let h=!1;const g=[Ui(a,"click",k=>{h||(h=!0,setTimeout(()=>{h=!1},0),p(k))},{passive:!0,capture:s}),Ui(a,"pointerdown",k=>{const $=bo(t);d=!f(k)&&!!($&&!k.composedPath().includes($))},{passive:!0}),c&&Ui(a,"blur",k=>{setTimeout(()=>{var $;const M=bo(t);(($=a.document.activeElement)==null?void 0:$.tagName)==="IFRAME"&&!(M!=null&&M.contains(a.document.activeElement))&&r(k)},0)})].filter(Boolean);return()=>g.forEach(k=>k())}const x8=["textContent"],E8=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,a=e.ref(null),i=e.ref(null),s=e.ref(null),c=e.ref(!1),d=r;e.onMounted(()=>{if(n.trigger==="click")Ui(i.value,"click",f),oh(i.value,p);else if(n.trigger==="hover"){const h=["mouseenter","focus"],g=["mouseleave","blur"];h.forEach(_=>{var k;(k=i.value)==null||k.addEventListener(_,f)}),g.forEach(_=>{var k;(k=i.value)==null||k.addEventListener(_,p)})}i.value&&s.value&&(a.value=al(i.value,s.value,{placement:n.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))});function f(){var h,g;(h=s.value)==null||h.setAttribute("data-show",""),c.value=!0,d("showPopover"),(g=a.value)==null||g.update()}function p(){var h;(h=s.value)==null||h.removeAttribute("data-show"),c.value=!1,d("hidePopover")}return(h,g)=>(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(h.$slots,"referenceButton",{open:c.value},void 0,!0)],2),e.createElementVNode("div",{ref_key:"tooltip",ref:s,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,x8)):e.createCommentVNode("",!0),e.renderSlot(h.$slots,"default",{},void 0,!0)],2)]))}}),ih=at(E8,[["__scopeId","data-v-359908fd"]]),C8=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},size:{type:String,default:"sm"}},emits:["update:isVisible","confirm"],setup(t,{emit:r}){const n=e.computed(()=>({full:"max-w-screen",xl:"max-w-screen-lg min-w-[100svw] sm:min-w-[1024px]",lg:"max-w-2xl min-w-[100svw] sm:min-w-[42rem]",md:"max-w-xl min-w-[100svw] sm:min-w-[36rem]",sm:"max-w-lg min-w-[100svw] sm:min-w-[32rem]",xs:"max-w-md min-w-[100svw] sm:min-w-[28rem]"})[t.size]),a=()=>{t.persistent||r("update:isVisible",!1)},i=s=>{s.key==="Escape"&&t.isVisible&&!t.persistent&&a()};return e.watch(()=>t.isVisible,s=>{document.body.style.overflow=s?"hidden":""}),e.onMounted(()=>{window.addEventListener("keydown",i)}),e.onUnmounted(()=>{document.body.style.overflow="",window.removeEventListener("keydown",i)}),{closeModal:a,slideClass:n}}});var $8={class:"text-xl font-semibold"},B8={key:0,class:"flex-initial"},S8={key:3,class:"p-4 border-t border-b border-gray-200 max-h-[calc(100svh-3rem)] flex-1"},V8={key:5,class:"sticky bottom-0 flex items-center justify-end float-none p-4 space-x-2"};function O8(t,r,n,a,i,s){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 z-50 flex flex-col items-center justify-end inset-2 sm:justify-center",onClick:r[3]||(r[3]=e.withModifiers(function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return t.closeModal&&t.closeModal.apply(t,c)},["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 w-full overflow-hidden relative flex flex-col justify-between",t.slideClass,t.roundedClass!==""?t.roundedClass:"rounded-t-3xl md:rounded-2xl",t.size==="full"?"h-full max-h-svh":"max-h-[calc(100svh-3rem)] md:h-auto"])},[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",$8,[e.renderSlot(t.$slots,"title",{},function(){return[e.createTextVNode(e.toDisplayString(t.title||"Modal Title"),1)]},!0)]),t.visibleClose?(e.openBlock(),e.createElementBlock("div",B8,[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=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return t.closeModal&&t.closeModal.apply(t,c)})},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",S8,[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",V8,[e.createElementVNode("button",{onClick:r[1]||(r[1]=function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return t.closeModal&&t.closeModal.apply(t,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 "),e.createElementVNode("button",{onClick:r[2]||(r[2]=function(c){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 I8=at(C8,[["render",O8],["__scopeId","data-v-0a1278e7"]]),N8=e.defineComponent({name:"Slideover",components:{EUIButton:Bu},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],s=n[t.size];return{modal:i,width:s}});return e.watchEffect(()=>{t.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{slideClass:r}},beforeUnmount(){document.body.style.overflow=""}});var T8={key:1,class:"sticky top-0 flex items-center justify-between flex-initial px-4 py-3"},M8={key:0},D8={key:3,class:"flex-1 p-4 max-h-[calc(100svh-3rem)] overflow-y-auto"},R8={key:5,class:"sticky bottom-0 flex items-center justify-end flex-none gap-2 px-4 py-3"};function A8(t,r,n,a,i,s){var c=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 d=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return t.closeSlideover&&t.closeSlideover.apply(t,d)},["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",T8,[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",M8,[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=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return t.closeSlideover&&t.closeSlideover.apply(t,d)})},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",D8,[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",R8,[e.createVNode(c,{size:"md",color:"white",onClick:t.closeSlideover},{default:e.withCtx(function(){return r[4]||(r[4]=[e.createTextVNode("Cancel")])}),_:1},8,["onClick"]),e.createVNode(c,{size:"md",color:"purple",onClick:r[1]||(r[1]=function(d){return t.$emit("confirm")})},{default:e.withCtx(function(){return r[5]||(r[5]=[e.createTextVNode("Slideover")])}),_:1})]))],2)],2)):e.createCommentVNode("",!0)]}),_:3})])}const P8=at(N8,[["render",A8],["__scopeId","data-v-b651e970"]]),lh=6048e5,L8=864e5,F8=6e4,sh=36e5,z8=1e3,Tp=Symbol.for("constructDateFrom");function rt(t,r){return typeof t=="function"?t(r):t&&typeof t=="object"&&Tp in t?t[Tp](r):t instanceof Date?new t.constructor(r):new Date(r)}function De(t,r){return rt(r||t,t)}function bn(t,r,n){const a=De(t,n==null?void 0:n.in);return isNaN(r)?rt((n==null?void 0:n.in)||t,NaN):(r&&a.setDate(a.getDate()+r),a)}function On(t,r,n){const a=De(t,n==null?void 0:n.in);if(isNaN(r))return rt(t,NaN);if(!r)return a;const i=a.getDate(),s=rt(t,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 uh(t,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(t,n==null?void 0:n.in),g=i||a?On(h,i+a*12):h,_=c||s?bn(g,c+s*7):g,k=f+d*60,M=(p+k*60)*1e3;return rt(t,+_+M)}function H8(t,r,n){return rt(t,+De(t)+r)}function U8(t,r,n){return H8(t,r*sh)}let W8={};function sa(){return W8}function Nn(t,r){var d,f,p,h;const n=sa(),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(t,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 Ra(t,r){return Nn(t,{...r,weekStartsOn:1})}function ch(t,r){const n=De(t,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=Ra(i),c=rt(n,0);c.setFullYear(a,0,4),c.setHours(0,0,0,0);const d=Ra(c);return n.getTime()>=s.getTime()?a+1:n.getTime()>=d.getTime()?a:a-1}function qi(t){const r=De(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 Do(t,...r){const n=rt.bind(null,r.find(a=>typeof a=="object"));return r.map(n)}function Mp(t,r){const n=De(t,r==null?void 0:r.in);return n.setHours(0,0,0,0),n}function dh(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r),s=Mp(a),c=Mp(i),d=+s-qi(s),f=+c-qi(c);return Math.round((d-f)/L8)}function j8(t,r){const n=ch(t,r),a=rt(t,0);return a.setFullYear(n,0,4),a.setHours(0,0,0,0),Ra(a)}function Y8(t,r,n){return On(t,r*3,n)}function Uu(t,r,n){return On(t,r*12,n)}function Dp(t,r){const n=+De(t)-+De(r);return n<0?-1:n>0?1:n}function fh(t){return t instanceof Date||typeof t=="object"&&Object.prototype.toString.call(t)==="[object Date]"}function ko(t){return!(!fh(t)&&typeof t!="number"||isNaN(+De(t)))}function Rp(t,r){const n=De(t,r==null?void 0:r.in);return Math.trunc(n.getMonth()/3)+1}function K8(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r);return a.getFullYear()-i.getFullYear()}function G8(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r),s=Dp(a,i),c=Math.abs(K8(a,i));a.setFullYear(1584),i.setFullYear(1584);const d=Dp(a,i)===-s,f=s*(c-+d);return f===0?0:f}function ph(t,r){const[n,a]=Do(t,r.start,r.end);return{start:n,end:a}}function hh(t,r){const{start:n,end:a}=ph(r==null?void 0:r.in,t);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 ta(t,r){const n=De(t,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 X8(t,r){const{start:n,end:a}=ph(r==null?void 0:r.in,t);let i=+n>+a;const s=i?+ta(n):+ta(a);let c=ta(i?a:n),d=1;const f=[];for(;+c<=s;)f.push(rt(n,c)),c=Y8(c,d);return i?f.reverse():f}function Q8(t,r){const n=De(t,r==null?void 0:r.in);return n.setDate(1),n.setHours(0,0,0,0),n}function mh(t,r){const n=De(t,r==null?void 0:r.in),a=n.getFullYear();return n.setFullYear(a+1,0,0),n.setHours(23,59,59,999),n}function So(t,r){const n=De(t,r==null?void 0:r.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function vh(t,r){var d,f,p,h;const n=sa(),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(t,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 Ap(t,r){const n=De(t,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 q8={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"}},J8=(t,r,n)=>{let a;const i=q8[t];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(t){return(r={})=>{const n=r.width?String(r.width):t.defaultWidth;return t.formats[n]||t.formats[t.defaultWidth]}}const Z8={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},e7={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},t7={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},n7={date:Os({formats:Z8,defaultWidth:"full"}),time:Os({formats:e7,defaultWidth:"full"}),dateTime:Os({formats:t7,defaultWidth:"full"})},r7={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},a7=(t,r,n,a)=>r7[t];function po(t){return(r,n)=>{const a=n!=null&&n.context?String(n.context):"standalone";let i;if(a==="formatting"&&t.formattingValues){const c=t.defaultFormattingWidth||t.defaultWidth,d=n!=null&&n.width?String(n.width):c;i=t.formattingValues[d]||t.formattingValues[c]}else{const c=t.defaultWidth,d=n!=null&&n.width?String(n.width):t.defaultWidth;i=t.values[d]||t.values[c]}const s=t.argumentCallback?t.argumentCallback(r):r;return i[s]}}const o7={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},i7={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},l7={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"]},s7={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"]},u7={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"}},c7={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"}},d7=(t,r)=>{const n=Number(t),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"},f7={ordinalNumber:d7,era:po({values:o7,defaultWidth:"wide"}),quarter:po({values:i7,defaultWidth:"wide",argumentCallback:t=>t-1}),month:po({values:l7,defaultWidth:"wide"}),day:po({values:s7,defaultWidth:"wide"}),dayPeriod:po({values:u7,defaultWidth:"wide",formattingValues:c7,defaultFormattingWidth:"wide"})};function ho(t){return(r,n={})=>{const a=n.width,i=a&&t.matchPatterns[a]||t.matchPatterns[t.defaultMatchWidth],s=r.match(i);if(!s)return null;const c=s[0],d=a&&t.parsePatterns[a]||t.parsePatterns[t.defaultParseWidth],f=Array.isArray(d)?h7(d,g=>g.test(c)):p7(d,g=>g.test(c));let p;p=t.valueCallback?t.valueCallback(f):f,p=n.valueCallback?n.valueCallback(p):p;const h=r.slice(c.length);return{value:p,rest:h}}}function p7(t,r){for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&r(t[n]))return n}function h7(t,r){for(let n=0;n<t.length;n++)if(r(t[n]))return n}function m7(t){return(r,n={})=>{const a=r.match(t.matchPattern);if(!a)return null;const i=a[0],s=r.match(t.parsePattern);if(!s)return null;let c=t.valueCallback?t.valueCallback(s[0]):s[0];c=n.valueCallback?n.valueCallback(c):c;const d=r.slice(i.length);return{value:c,rest:d}}}const v7=/^(\d+)(th|st|nd|rd)?/i,g7=/\d+/i,y7={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},b7={any:[/^b/i,/^(a|c)/i]},_7={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},w7={any:[/1/i,/2/i,/3/i,/4/i]},k7={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},x7={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]},E7={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},C7={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},$7={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},B7={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}},S7={ordinalNumber:m7({matchPattern:v7,parsePattern:g7,valueCallback:t=>parseInt(t,10)}),era:ho({matchPatterns:y7,defaultMatchWidth:"wide",parsePatterns:b7,defaultParseWidth:"any"}),quarter:ho({matchPatterns:_7,defaultMatchWidth:"wide",parsePatterns:w7,defaultParseWidth:"any",valueCallback:t=>t+1}),month:ho({matchPatterns:k7,defaultMatchWidth:"wide",parsePatterns:x7,defaultParseWidth:"any"}),day:ho({matchPatterns:E7,defaultMatchWidth:"wide",parsePatterns:C7,defaultParseWidth:"any"}),dayPeriod:ho({matchPatterns:$7,defaultMatchWidth:"any",parsePatterns:B7,defaultParseWidth:"any"})},gh={code:"en-US",formatDistance:J8,formatLong:n7,formatRelative:a7,localize:f7,match:S7,options:{weekStartsOn:0,firstWeekContainsDate:1}};function V7(t,r){const n=De(t,r==null?void 0:r.in);return dh(n,So(n))+1}function Wu(t,r){const n=De(t,r==null?void 0:r.in),a=+Ra(n)-+j8(n);return Math.round(a/lh)+1}function ju(t,r){var h,g,_,k;const n=De(t,r==null?void 0:r.in),a=n.getFullYear(),i=sa(),s=(r==null?void 0:r.firstWeekContainsDate)??((g=(h=r==null?void 0:r.locale)==null?void 0:h.options)==null?void 0:g.firstWeekContainsDate)??i.firstWeekContainsDate??((k=(_=i.locale)==null?void 0:_.options)==null?void 0:k.firstWeekContainsDate)??1,c=rt((r==null?void 0:r.in)||t,0);c.setFullYear(a+1,0,s),c.setHours(0,0,0,0);const d=Nn(c,r),f=rt((r==null?void 0:r.in)||t,0);f.setFullYear(a,0,s),f.setHours(0,0,0,0);const p=Nn(f,r);return+n>=+d?a+1:+n>=+p?a:a-1}function O7(t,r){var d,f,p,h;const n=sa(),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=ju(t,r),s=rt((r==null?void 0:r.in)||t,0);return s.setFullYear(i,0,a),s.setHours(0,0,0,0),Nn(s,r)}function Yu(t,r){const n=De(t,r==null?void 0:r.in),a=+Nn(n,r)-+O7(n,r);return Math.round(a/lh)+1}function nt(t,r){const n=t<0?"-":"",a=Math.abs(t).toString().padStart(r,"0");return n+a}const xr={y(t,r){const n=t.getFullYear(),a=n>0?n:1-n;return nt(r==="yy"?a%100:a,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,a=t.getMilliseconds(),i=Math.trunc(a*Math.pow(10,n-3));return nt(i,r.length)}},Ca={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Pp={G:function(t,r,n){const a=t.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(t,r,n){if(r==="yo"){const a=t.getFullYear(),i=a>0?a:1-a;return n.ordinalNumber(i,{unit:"year"})}return xr.y(t,r)},Y:function(t,r,n,a){const i=ju(t,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(t,r){const n=ch(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 a=Math.ceil((t.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(t,r,n){const a=Math.ceil((t.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(t,r,n){const a=t.getMonth();switch(r){case"M":case"MM":return xr.M(t,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(t,r,n){const a=t.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(t,r,n,a){const i=Yu(t,a);return r==="wo"?n.ordinalNumber(i,{unit:"week"}):nt(i,r.length)},I:function(t,r,n){const a=Wu(t);return r==="Io"?n.ordinalNumber(a,{unit:"week"}):nt(a,r.length)},d:function(t,r,n){return r==="do"?n.ordinalNumber(t.getDate(),{unit:"date"}):xr.d(t,r)},D:function(t,r,n){const a=V7(t);return r==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):nt(a,r.length)},E:function(t,r,n){const a=t.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(t,r,n,a){const i=t.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(t,r,n,a){const i=t.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(t,r,n){const a=t.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(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 a=t.getHours();let i;switch(a===12?i=Ca.noon:a===0?i=Ca.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(t,r,n){const a=t.getHours();let i;switch(a>=17?i=Ca.evening:a>=12?i=Ca.afternoon:a>=4?i=Ca.morning:i=Ca.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 a=t.getHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return xr.h(t,r)},H:function(t,r,n){return r==="Ho"?n.ordinalNumber(t.getHours(),{unit:"hour"}):xr.H(t,r)},K:function(t,r,n){const a=t.getHours()%12;return r==="Ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},k:function(t,r,n){let a=t.getHours();return a===0&&(a=24),r==="ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},m:function(t,r,n){return r==="mo"?n.ordinalNumber(t.getMinutes(),{unit:"minute"}):xr.m(t,r)},s:function(t,r,n){return r==="so"?n.ordinalNumber(t.getSeconds(),{unit:"second"}):xr.s(t,r)},S:function(t,r){return xr.S(t,r)},X:function(t,r,n){const a=t.getTimezoneOffset();if(a===0)return"Z";switch(r){case"X":return Fp(a);case"XXXX":case"XX":return Jr(a);case"XXXXX":case"XXX":default:return Jr(a,":")}},x:function(t,r,n){const a=t.getTimezoneOffset();switch(r){case"x":return Fp(a);case"xxxx":case"xx":return Jr(a);case"xxxxx":case"xxx":default:return Jr(a,":")}},O:function(t,r,n){const a=t.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+Lp(a,":");case"OOOO":default:return"GMT"+Jr(a,":")}},z:function(t,r,n){const a=t.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+Lp(a,":");case"zzzz":default:return"GMT"+Jr(a,":")}},t:function(t,r,n){const a=Math.trunc(+t/1e3);return nt(a,r.length)},T:function(t,r,n){return nt(+t,r.length)}};function Lp(t,r=""){const n=t>0?"-":"+",a=Math.abs(t),i=Math.trunc(a/60),s=a%60;return s===0?n+String(i):n+String(i)+r+nt(s,2)}function Fp(t,r){return t%60===0?(t>0?"-":"+")+nt(Math.abs(t)/60,2):Jr(t,r)}function Jr(t,r=""){const n=t>0?"-":"+",a=Math.abs(t),i=nt(Math.trunc(a/60),2),s=nt(a%60,2);return n+i+r+s}const zp=(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"})}},yh=(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"})}},I7=(t,r)=>{const n=t.match(/(P+)(p+)?/)||[],a=n[1],i=n[2];if(!i)return zp(t,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}}",zp(a,r)).replace("{{time}}",yh(i,r))},gu={p:yh,P:I7},N7=/^D+$/,T7=/^Y+$/,M7=["D","DD","YY","YYYY"];function bh(t){return N7.test(t)}function _h(t){return T7.test(t)}function yu(t,r,n){const a=D7(t,r,n);if(console.warn(a),M7.includes(t))throw new RangeError(a)}function D7(t,r,n){const a=t[0]==="Y"?"years":"days of the month";return`Use \`${t.toLowerCase()}\` instead of \`${t}\` (in \`${r}\`) for formatting ${a} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const R7=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,A7=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,P7=/^'([^]*?)'?$/,L7=/''/g,F7=/[a-zA-Z]/;function Wn(t,r,n){var h,g,_,k,$,M,x,y;const a=sa(),i=(n==null?void 0:n.locale)??a.locale??gh,s=(n==null?void 0:n.firstWeekContainsDate)??((g=(h=n==null?void 0:n.locale)==null?void 0:h.options)==null?void 0:g.firstWeekContainsDate)??a.firstWeekContainsDate??((k=(_=a.locale)==null?void 0:_.options)==null?void 0:k.firstWeekContainsDate)??1,c=(n==null?void 0:n.weekStartsOn)??((M=($=n==null?void 0:n.locale)==null?void 0:$.options)==null?void 0:M.weekStartsOn)??a.weekStartsOn??((y=(x=a.locale)==null?void 0:x.options)==null?void 0:y.weekStartsOn)??0,d=De(t,n==null?void 0:n.in);if(!ko(d))throw new RangeError("Invalid time value");let f=r.match(A7).map(E=>{const O=E[0];if(O==="p"||O==="P"){const S=gu[O];return S(E,i.formatLong)}return E}).join("").match(R7).map(E=>{if(E==="''")return{isToken:!1,value:"'"};const O=E[0];if(O==="'")return{isToken:!1,value:z7(E)};if(Pp[O])return{isToken:!0,value:E};if(O.match(F7))throw new RangeError("Format string contains an unescaped latin alphabet character `"+O+"`");return{isToken:!1,value:E}});i.localize.preprocessor&&(f=i.localize.preprocessor(d,f));const p={firstWeekContainsDate:s,weekStartsOn:c,locale:i};return f.map(E=>{if(!E.isToken)return E.value;const O=E.value;(!(n!=null&&n.useAdditionalWeekYearTokens)&&_h(O)||!(n!=null&&n.useAdditionalDayOfYearTokens)&&bh(O))&&yu(O,r,String(t));const S=Pp[O[0]];return S(d,O,i.localize,p)}).join("")}function z7(t){const r=t.match(P7);return r?r[1].replace(L7,"'"):t}function H7(t,r){return De(t,r==null?void 0:r.in).getDay()}function U7(t,r){const n=De(t,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 W7(){return Object.assign({},sa())}function ur(t,r){return De(t,r==null?void 0:r.in).getHours()}function j7(t,r){const n=De(t,r==null?void 0:r.in).getDay();return n===0?7:n}function Vr(t,r){return De(t,r==null?void 0:r.in).getMinutes()}function Ge(t,r){return De(t,r==null?void 0:r.in).getMonth()}function Aa(t){return De(t).getSeconds()}function Pe(t,r){return De(t,r==null?void 0:r.in).getFullYear()}function ia(t,r){return+De(t)>+De(r)}function Pa(t,r){return+De(t)<+De(r)}function Va(t,r){return+De(t)==+De(r)}function Y7(t,r){const n=K7(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 K7(t){var r;return typeof t=="function"&&((r=t.prototype)==null?void 0:r.constructor)===t}const G7=10;class wh{constructor(){Ce(this,"subPriority",0)}validate(r,n){return!0}}class X7 extends wh{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 Q7 extends wh{constructor(n,a){super();Ce(this,"priority",G7);Ce(this,"subPriority",-1);this.context=n||(i=>rt(a,i))}set(n,a){return a.timestampIsSet?n:rt(n,Y7(n,this.context))}}class Je{run(r,n,a,i){const s=this.parse(r,n,a,i);return s?{setter:new X7(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(r,n,a){return!0}}class q7 extends Je{constructor(){super(...arguments);Ce(this,"priority",140);Ce(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 xt={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},Pn={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Et(t,r){return t&&{value:r(t.value),rest:t.rest}}function mt(t,r){const n=r.match(t);return n?{value:parseInt(n[0],10),rest:r.slice(n[0].length)}:null}function Ln(t,r){const n=r.match(t);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*sh+s*F8+c*z8),rest:r.slice(n[0].length)}}function kh(t){return mt(xt.anyDigitsSigned,t)}function yt(t,r){switch(t){case 1:return mt(xt.singleDigit,r);case 2:return mt(xt.twoDigits,r);case 3:return mt(xt.threeDigits,r);case 4:return mt(xt.fourDigits,r);default:return mt(new RegExp("^\\d{1,"+t+"}"),r)}}function Ji(t,r){switch(t){case 1:return mt(xt.singleDigitSigned,r);case 2:return mt(xt.twoDigitsSigned,r);case 3:return mt(xt.threeDigitsSigned,r);case 4:return mt(xt.fourDigitsSigned,r);default:return mt(new RegExp("^-?\\d{1,"+t+"}"),r)}}function Ku(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 xh(t,r){const n=r>0,a=n?r:1-r;let i;if(a<=50)i=t||100;else{const s=a+50,c=Math.trunc(s/100)*100,d=t>=s%100;i=t+c-(d?100:0)}return n?i:1-i}function Eh(t){return t%400===0||t%4===0&&t%100!==0}class J7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(n,a,i){const s=c=>({year:c,isTwoDigitYear:a==="yy"});switch(a){case"y":return Et(yt(4,n),s);case"yo":return Et(i.ordinalNumber(n,{unit:"year"}),s);default:return Et(yt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,i){const s=n.getFullYear();if(i.isTwoDigitYear){const d=xh(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 Z7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(n,a,i){const s=c=>({year:c,isTwoDigitYear:a==="YY"});switch(a){case"Y":return Et(yt(4,n),s);case"Yo":return Et(i.ordinalNumber(n,{unit:"year"}),s);default:return Et(yt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,i,s){const c=ju(n,s);if(i.isTwoDigitYear){const f=xh(i.year,c);return n.setFullYear(f,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Nn(n,s)}const d=!("era"in a)||a.era===1?i.year:1-i.year;return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Nn(n,s)}}class ek extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(n,a){return Ji(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),Ra(s)}}class tk extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,a){return Ji(a==="u"?4:a.length,n)}set(n,a,i){return n.setFullYear(i,0,1),n.setHours(0,0,0,0),n}}class nk extends Je{constructor(){super(...arguments);Ce(this,"priority",120);Ce(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"Q":case"QQ":return yt(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 rk extends Je{constructor(){super(...arguments);Ce(this,"priority",120);Ce(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"q":case"qq":return yt(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 ak extends Je{constructor(){super(...arguments);Ce(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);Ce(this,"priority",110)}parse(n,a,i){const s=c=>c-1;switch(a){case"M":return Et(mt(xt.month,n),s);case"MM":return Et(yt(2,n),s);case"Mo":return Et(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 ok extends Je{constructor(){super(...arguments);Ce(this,"priority",110);Ce(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(n,a,i){const s=c=>c-1;switch(a){case"L":return Et(mt(xt.month,n),s);case"LL":return Et(yt(2,n),s);case"Lo":return Et(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 ik(t,r,n){const a=De(t,n==null?void 0:n.in),i=Yu(a,n)-r;return a.setDate(a.getDate()-i*7),De(a,n==null?void 0:n.in)}class lk extends Je{constructor(){super(...arguments);Ce(this,"priority",100);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(n,a,i){switch(a){case"w":return mt(xt.week,n);case"wo":return i.ordinalNumber(n,{unit:"week"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,i,s){return Nn(ik(n,i,s),s)}}function sk(t,r,n){const a=De(t,n==null?void 0:n.in),i=Wu(a,n)-r;return a.setDate(a.getDate()-i*7),a}class uk extends Je{constructor(){super(...arguments);Ce(this,"priority",100);Ce(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(n,a,i){switch(a){case"I":return mt(xt.week,n);case"Io":return i.ordinalNumber(n,{unit:"week"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,i){return Ra(sk(n,i))}}const ck=[31,28,31,30,31,30,31,31,30,31,30,31],dk=[31,29,31,30,31,30,31,31,30,31,30,31];class fk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"subPriority",1);Ce(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"d":return mt(xt.date,n);case"do":return i.ordinalNumber(n,{unit:"date"});default:return yt(a.length,n)}}validate(n,a){const i=n.getFullYear(),s=Eh(i),c=n.getMonth();return s?a>=1&&a<=dk[c]:a>=1&&a<=ck[c]}set(n,a,i){return n.setDate(i),n.setHours(0,0,0,0),n}}class pk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"subpriority",1);Ce(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(n,a,i){switch(a){case"D":case"DD":return mt(xt.dayOfYear,n);case"Do":return i.ordinalNumber(n,{unit:"date"});default:return yt(a.length,n)}}validate(n,a){const i=n.getFullYear();return Eh(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 Gu(t,r,n){var g,_,k,$;const a=sa(),i=(n==null?void 0:n.weekStartsOn)??((_=(g=n==null?void 0:n.locale)==null?void 0:g.options)==null?void 0:_.weekStartsOn)??a.weekStartsOn??(($=(k=a.locale)==null?void 0:k.options)==null?void 0:$.weekStartsOn)??0,s=De(t,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 bn(s,h,n)}class hk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(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=Gu(n,i,s),n.setHours(0,0,0,0),n}}class mk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(n,a,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 Et(yt(a.length,n),c);case"eo":return Et(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=Gu(n,i,s),n.setHours(0,0,0,0),n}}class vk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(n,a,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 Et(yt(a.length,n),c);case"co":return Et(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=Gu(n,i,s),n.setHours(0,0,0,0),n}}function gk(t,r,n){const a=De(t,n==null?void 0:n.in),i=j7(a,n),s=r-i;return bn(a,s,n)}class yk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(n,a,i){const s=c=>c===0?7:c;switch(a){case"i":case"ii":return yt(a.length,n);case"io":return i.ordinalNumber(n,{unit:"day"});case"iii":return Et(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 Et(i.day(n,{width:"narrow",context:"formatting"}),s);case"iiiiii":return Et(i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"}),s);case"iiii":default:return Et(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=gk(n,i),n.setHours(0,0,0,0),n}}class bk extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(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(Ku(i),0,0,0),n}}class _k extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(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(Ku(i),0,0,0),n}}class wk extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(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(Ku(i),0,0,0),n}}class kk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,a,i){switch(a){case"h":return mt(xt.hour12h,n);case"ho":return i.ordinalNumber(n,{unit:"hour"});default:return yt(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 xk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,a,i){switch(a){case"H":return mt(xt.hour23h,n);case"Ho":return i.ordinalNumber(n,{unit:"hour"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=23}set(n,a,i){return n.setHours(i,0,0,0),n}}class Ek extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,a,i){switch(a){case"K":return mt(xt.hour11h,n);case"Ko":return i.ordinalNumber(n,{unit:"hour"});default:return yt(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 Ck extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,a,i){switch(a){case"k":return mt(xt.hour24h,n);case"ko":return i.ordinalNumber(n,{unit:"hour"});default:return yt(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 $k extends Je{constructor(){super(...arguments);Ce(this,"priority",60);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a,i){switch(a){case"m":return mt(xt.minute,n);case"mo":return i.ordinalNumber(n,{unit:"minute"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,i){return n.setMinutes(i,0,0),n}}class Bk extends Je{constructor(){super(...arguments);Ce(this,"priority",50);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a,i){switch(a){case"s":return mt(xt.second,n);case"so":return i.ordinalNumber(n,{unit:"second"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,i){return n.setSeconds(i,0),n}}class Sk extends Je{constructor(){super(...arguments);Ce(this,"priority",30);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a){const i=s=>Math.trunc(s*Math.pow(10,-a.length+3));return Et(yt(a.length,n),i)}set(n,a,i){return n.setMilliseconds(i),n}}class Vk extends Je{constructor(){super(...arguments);Ce(this,"priority",10);Ce(this,"incompatibleTokens",["t","T","x"])}parse(n,a){switch(a){case"X":return Ln(Pn.basicOptionalMinutes,n);case"XX":return Ln(Pn.basic,n);case"XXXX":return Ln(Pn.basicOptionalSeconds,n);case"XXXXX":return Ln(Pn.extendedOptionalSeconds,n);case"XXX":default:return Ln(Pn.extended,n)}}set(n,a,i){return a.timestampIsSet?n:rt(n,n.getTime()-qi(n)-i)}}class Ok extends Je{constructor(){super(...arguments);Ce(this,"priority",10);Ce(this,"incompatibleTokens",["t","T","X"])}parse(n,a){switch(a){case"x":return Ln(Pn.basicOptionalMinutes,n);case"xx":return Ln(Pn.basic,n);case"xxxx":return Ln(Pn.basicOptionalSeconds,n);case"xxxxx":return Ln(Pn.extendedOptionalSeconds,n);case"xxx":default:return Ln(Pn.extended,n)}}set(n,a,i){return a.timestampIsSet?n:rt(n,n.getTime()-qi(n)-i)}}class Ik extends Je{constructor(){super(...arguments);Ce(this,"priority",40);Ce(this,"incompatibleTokens","*")}parse(n){return kh(n)}set(n,a,i){return[rt(n,i*1e3),{timestampIsSet:!0}]}}class Nk extends Je{constructor(){super(...arguments);Ce(this,"priority",20);Ce(this,"incompatibleTokens","*")}parse(n){return kh(n)}set(n,a,i){return[rt(n,i),{timestampIsSet:!0}]}}const Tk={G:new q7,y:new J7,Y:new Z7,R:new ek,u:new tk,Q:new nk,q:new rk,M:new ak,L:new ok,w:new lk,I:new uk,d:new fk,D:new pk,E:new hk,e:new mk,c:new vk,i:new yk,a:new bk,b:new _k,B:new wk,h:new kk,H:new xk,K:new Ek,k:new Ck,m:new $k,s:new Bk,S:new Sk,X:new Vk,x:new Ok,t:new Ik,T:new Nk},Mk=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Dk=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Rk=/^'([^]*?)'?$/,Ak=/''/g,Pk=/\S/,Lk=/[a-zA-Z]/;function bu(t,r,n,a){var x,y,E,O,S,L,V,T;const i=()=>rt((a==null?void 0:a.in)||n,NaN),s=W7(),c=(a==null?void 0:a.locale)??s.locale??gh,d=(a==null?void 0:a.firstWeekContainsDate)??((y=(x=a==null?void 0:a.locale)==null?void 0:x.options)==null?void 0:y.firstWeekContainsDate)??s.firstWeekContainsDate??((O=(E=s.locale)==null?void 0:E.options)==null?void 0:O.firstWeekContainsDate)??1,f=(a==null?void 0:a.weekStartsOn)??((L=(S=a==null?void 0:a.locale)==null?void 0:S.options)==null?void 0:L.weekStartsOn)??s.weekStartsOn??((T=(V=s.locale)==null?void 0:V.options)==null?void 0:T.weekStartsOn)??0;if(!r)return t?i():De(n,a==null?void 0:a.in);const p={firstWeekContainsDate:d,weekStartsOn:f,locale:c},h=[new Q7(a==null?void 0:a.in,n)],g=r.match(Dk).map(N=>{const P=N[0];if(P in gu){const b=gu[P];return b(N,c.formatLong)}return N}).join("").match(Mk),_=[];for(let N of g){!(a!=null&&a.useAdditionalWeekYearTokens)&&_h(N)&&yu(N,r,t),!(a!=null&&a.useAdditionalDayOfYearTokens)&&bh(N)&&yu(N,r,t);const P=N[0],b=Tk[P];if(b){const{incompatibleTokens:R}=b;if(Array.isArray(R)){const ie=_.find(H=>R.includes(H.token)||H.token===P);if(ie)throw new RangeError(`The format string mustn't contain \`${ie.fullToken}\` and \`${N}\` at the same time`)}else if(b.incompatibleTokens==="*"&&_.length>0)throw new RangeError(`The format string mustn't contain \`${N}\` and any other token at the same time`);_.push({token:P,fullToken:N});const Y=b.run(t,N,c.match,p);if(!Y)return i();h.push(Y.setter),t=Y.rest}else{if(P.match(Lk))throw new RangeError("Format string contains an unescaped latin alphabet character `"+P+"`");if(N==="''"?N="'":P==="'"&&(N=Fk(N)),t.indexOf(N)===0)t=t.slice(N.length);else return i()}}if(t.length>0&&Pk.test(t))return i();const k=h.map(N=>N.priority).sort((N,P)=>P-N).filter((N,P,b)=>b.indexOf(N)===P).map(N=>h.filter(P=>P.priority===N).sort((P,b)=>b.subPriority-P.subPriority)).map(N=>N[0]);let $=De(n,a==null?void 0:a.in);if(isNaN(+$))return i();const M={};for(const N of k){if(!N.validate($,p))return i();const P=N.set($,M,p);Array.isArray(P)?($=P[0],Object.assign(M,P[1])):$=P}return $}function Fk(t){return t.match(Rk)[1].replace(Ak,"'")}function Hp(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r);return+ta(a)==+ta(i)}function Ch(t,r,n){return bn(t,-r,n)}function $h(t,r,n){const a=De(t,n==null?void 0:n.in),i=a.getFullYear(),s=a.getDate(),c=rt(t,0);c.setFullYear(i,r,15),c.setHours(0,0,0,0);const d=U7(c);return a.setMonth(r,Math.min(s,d)),a}function it(t,r,n){let a=De(t,n==null?void 0:n.in);return isNaN(+a)?rt(t,NaN):(r.year!=null&&a.setFullYear(r.year),r.month!=null&&(a=$h(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 zk(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setHours(r),a}function Bh(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setMilliseconds(r),a}function Hk(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setMinutes(r),a}function Sh(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setSeconds(r),a}function zn(t,r,n){const a=De(t,n==null?void 0:n.in);return isNaN(+a)?rt(t,NaN):(a.setFullYear(r),a)}function La(t,r,n){return On(t,-r,n)}function Uk(t,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=La(t,i+a*12,n),g=Ch(h,c+s*7,n),_=f+d*60,$=(p+_*60)*1e3;return rt(t,+g-$)}function Vh(t,r,n){return Uu(t,-r,n)}function Wa(){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"})])}Wa.compatConfig={MODE:3};function Oh(){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"})])}Oh.compatConfig={MODE:3};function Xu(){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"})])}Xu.compatConfig={MODE:3};function Qu(){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"})])}Qu.compatConfig={MODE:3};function qu(){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"})])}qu.compatConfig={MODE:3};function Ju(){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"})])}Ju.compatConfig={MODE:3};function Zu(){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"})])}Zu.compatConfig={MODE:3};const Jt=(t,r)=>r?new Date(t.toLocaleString("en-US",{timeZone:r})):new Date(t),ec=(t,r,n)=>_u(t,r,n)||ge(),Wk=(t,r,n)=>{const a=r.dateInTz?Jt(new Date(t),r.dateInTz):ge(t);return n?Mt(a,!0):a},_u=(t,r,n)=>{if(!t)return null;const a=n?Mt(ge(t),!0):ge(t);return r?r.exactMatch?Wk(t,r,n):Jt(a,r.timezone):a},jk=t=>{const r=new Date(t.getFullYear(),0,1).getTimezoneOffset();return t.getTimezoneOffset()<r},Yk=(t,r)=>{if(!t)return 0;const n=new Date,a=new Date(n.toLocaleString("en-US",{timeZone:"UTC"})),i=new Date(n.toLocaleString("en-US",{timeZone:t})),s=(jk(r??i)?i:r??i).getTimezoneOffset()/60;return(+a-+i)/(1e3*60*60)-s};var Bn=(t=>(t.month="month",t.year="year",t))(Bn||{}),Sn=(t=>(t.top="top",t.bottom="bottom",t))(Sn||{}),ra=(t=>(t.header="header",t.calendar="calendar",t.timePicker="timePicker",t))(ra||{}),Pt=(t=>(t.month="month",t.year="year",t.calendar="calendar",t.time="time",t.minutes="minutes",t.hours="hours",t.seconds="seconds",t))(Pt||{});const Kk=["timestamp","date","iso"];var Ut=(t=>(t.up="up",t.down="down",t.left="left",t.right="right",t))(Ut||{}),dt=(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))(dt||{}),Ia=(t=>(t.MONTH_AND_YEAR="MM-yyyy",t.YEAR="yyyy",t.DATE="dd-MM-yyyy",t))(Ia||{});function Up(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 Gk(t){return r=>Wn(Jt(new Date(`2017-01-0${r}T00:00:00+00:00`),"UTC"),"EEEEEE",{locale:t})}const Xk=(t,r,n)=>{const a=[1,2,3,4,5,6,7];let i;if(t!==null)try{i=a.map(Gk(t))}catch{i=a.map(Up(r))}else i=a.map(Up(r));const s=i.slice(0,n),c=i.slice(n+1,i.length);return[i[n]].concat(...c).concat(...s)},tc=(t,r,n)=>{const a=[];for(let i=+t[0];i<=+t[1];i++)a.push({value:+i,text:Mh(i,r)});return n?a.reverse():a},Ih=(t,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(t!==null)try{const s=n==="long"?"LLLL":"LLL";return a.map((c,d)=>{const f=Wn(Jt(c,"UTC"),s,{locale:t});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}})},Qk=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},qk=t=>({type:"dot",...t??{}}),Nh=t=>Array.isArray(t)?!!t[0]&&!!t[1]:!1,nc={prop:t=>`"${t}" prop must be enabled!`,dateArr:t=>`You need to use array as "model-value" binding in order to support "${t}"`},It=t=>t,Wp=t=>t===0?t:!t||isNaN(+t)?null:+t,jp=t=>t===null,Th=t=>{if(t)return[...t.querySelectorAll("input, button, select, textarea, a[href]")][0]},Jk=t=>{const r=[],n=a=>a.filter(i=>i);for(let a=0;a<t.length;a+=3){const i=[t[a],t[a+1],t[a+2]];r.push(n(i))}return r},Vo=(t,r,n)=>{const a=n!=null,i=r!=null;if(!a&&!i)return!1;const s=+n,c=+r;return a&&i?+t>s||+t<c:a?+t>s:i?+t<c:!1},Fa=(t,r)=>Jk(t).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}}})),Br=(t,r,n=!1)=>{t&&r.allowStopPropagation&&(n&&t.stopImmediatePropagation(),t.stopPropagation())},Zk=()=>["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 ex(t,r){let n=[...document.querySelectorAll(Zk())];n=n.filter(i=>!t.contains(i)||i.hasAttribute("data-datepicker-instance"));const a=n.indexOf(t);if(a>=0&&(r?a-1>=0:a+1<=n.length))return n[a+(r?-1:1)]}const wu=(t,r)=>t==null?void 0:t.querySelector(`[data-dp-element="${r}"]`),Mh=(t,r)=>new Intl.NumberFormat(r,{useGrouping:!1,style:"decimal"}).format(t),rc=(t,r)=>Wn(t,r??Ia.DATE),Is=t=>Array.isArray(t),Zi=(t,r,n)=>r.get(rc(t,n)),tx=(t,r)=>t?r?r instanceof Map?!!Zi(t,r):r(ge(t)):!1:!0,Wt=(t,r,n=!1,a)=>{if(t.key===dt.enter||t.key===dt.space)return n&&t.preventDefault(),r();if(a)return a(t)},nx=()=>["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].some(t=>navigator.userAgent.includes(t))||navigator.userAgent.includes("Mac")&&"ontouchend"in document,rx=(t,r)=>t?Ia.MONTH_AND_YEAR:r?Ia.YEAR:Ia.DATE;/**
34
+ }`;var We=zf(function(){return qe(I,Ve+"return "+ve).apply(n,z)});if(We.source=ve,ps(We))throw We;return We}function q3(o){return et(o).toLowerCase()}function J3(o){return et(o).toUpperCase()}function Z3(o,l,u){if(o=et(o),o&&(u||l===n))return Xc(o);if(!o||!(l=nn(l)))return o;var v=xn(o),w=xn(l),I=Qc(v,w),z=qc(v,w)+1;return wr(v,I,z).join("")}function eb(o,l,u){if(o=et(o),o&&(u||l===n))return o.slice(0,Zc(o)+1);if(!o||!(l=nn(l)))return o;var v=xn(o),w=qc(v,xn(l))+1;return wr(v,0,w).join("")}function tb(o,l,u){if(o=et(o),o&&(u||l===n))return o.replace(pl,"");if(!o||!(l=nn(l)))return o;var v=xn(o),w=Qc(v,xn(l));return wr(v,w).join("")}function nb(o,l){var u=b,v=R;if(ht(l)){var w="separator"in l?l.separator:w;u="length"in l?Ue(l.length):u,v="omission"in l?nn(l.omission):v}o=et(o);var I=o.length;if(da(o)){var z=xn(o);I=z.length}if(u>=I)return o;var G=u-fa(v);if(G<1)return v;var J=z?wr(z,0,G).join(""):o.slice(0,G);if(w===n)return J+v;if(z&&(G+=J.length-G),hs(w)){if(o.slice(G).search(w)){var ce,fe=J;for(w.global||(w=Ol(w.source,et(gc.exec(w))+"g")),w.lastIndex=0;ce=w.exec(fe);)var ve=ce.index;J=J.slice(0,ve===n?G:ve)}}else if(o.indexOf(nn(w),G)!=G){var Ee=J.lastIndexOf(w);Ee>-1&&(J=J.slice(0,Ee))}return J+v}function rb(o){return o=et(o),o&&Se.test(o)?o.replace(le,Nm):o}var ab=ba(function(o,l,u){return o+(u?" ":"")+l.toUpperCase()}),gs=zd("toUpperCase");function Ff(o,l,u){return o=et(o),l=u?n:l,l===n?Bm(o)?Dm(o):ym(o):o.match(l)||[]}var zf=je(function(o,l){try{return en(o,n,l)}catch(u){return ps(u)?u:new Fe(u)}}),ob=qn(function(o,l){return fn(l,function(u){u=An(u),Xn(o,u,ds(o[u],o))}),o});function ib(o){var l=o==null?0:o.length,u=Me();return o=l?ft(o,function(v){if(typeof v[1]!="function")throw new pn(c);return[u(v[0]),v[1]]}):[],je(function(v){for(var w=-1;++w<l;){var I=o[w];if(en(I[0],this,v))return en(I[1],this,v)}})}function lb(o){return Nv(mn(o,g))}function ys(o){return function(){return o}}function sb(o,l){return o==null||o!==o?l:o}var ub=Ud(),cb=Ud(!0);function Xt(o){return o}function bs(o){return bd(typeof o=="function"?o:mn(o,g))}function db(o){return wd(mn(o,g))}function fb(o,l){return kd(o,mn(l,g))}var pb=je(function(o,l){return function(u){return to(u,o,l)}}),hb=je(function(o,l){return function(u){return to(o,u,l)}});function _s(o,l,u){var v=Ot(l),w=si(l,v);u==null&&!(ht(l)&&(w.length||!v.length))&&(u=l,l=o,o=this,w=si(l,Ot(l)));var I=!(ht(u)&&"chain"in u)||!!u.chain,z=Zn(o);return fn(w,function(G){var J=l[G];o[G]=J,z&&(o.prototype[G]=function(){var ce=this.__chain__;if(I||ce){var fe=o(this.__wrapped__),ve=fe.__actions__=Yt(this.__actions__);return ve.push({func:J,args:arguments,thisArg:o}),fe.__chain__=ce,fe}return J.apply(o,mr([this.value()],arguments))})}),o}function mb(){return Nt._===this&&(Nt._=zm),this}function ws(){}function vb(o){return o=Ue(o),je(function(l){return xd(l,o)})}var gb=Jl(ft),yb=Jl(Wc),bb=Jl(xl);function Hf(o){return os(o)?El(An(o)):Xv(o)}function _b(o){return function(l){return o==null?n:Gr(o,l)}}var wb=jd(),kb=jd(!0);function ks(){return[]}function xs(){return!1}function xb(){return{}}function Eb(){return""}function Cb(){return!0}function $b(o,l){if(o=Ue(o),o<1||o>pe)return[];var u=Z,v=Dt(o,Z);l=Me(l),o-=Z;for(var w=Bl(v,l);++u<o;)l(u);return w}function Bb(o){return ze(o)?ft(o,An):rn(o)?[o]:Yt(sf(et(o)))}function Sb(o){var l=++Lm;return et(o)+l}var Vb=hi(function(o,l){return o+l},0),Ob=Zl("ceil"),Ib=hi(function(o,l){return o/l},1),Nb=Zl("floor");function Tb(o){return o&&o.length?li(o,Xt,Pl):n}function Mb(o,l){return o&&o.length?li(o,Me(l,2),Pl):n}function Db(o){return Kc(o,Xt)}function Rb(o,l){return Kc(o,Me(l,2))}function Ab(o){return o&&o.length?li(o,Xt,Hl):n}function Pb(o,l){return o&&o.length?li(o,Me(l,2),Hl):n}var Lb=hi(function(o,l){return o*l},1),Fb=Zl("round"),zb=hi(function(o,l){return o-l},0);function Hb(o){return o&&o.length?$l(o,Xt):0}function Ub(o,l){return o&&o.length?$l(o,Me(l,2)):0}return B.after=dy,B.ary=bf,B.assign=Jy,B.assignIn=Tf,B.assignInWith=Bi,B.assignWith=Zy,B.at=e3,B.before=_f,B.bind=ds,B.bindAll=ob,B.bindKey=wf,B.castArray=xy,B.chain=vf,B.chunk=Ng,B.compact=Tg,B.concat=Mg,B.cond=ib,B.conforms=lb,B.constant=ys,B.countBy=H2,B.create=t3,B.curry=kf,B.curryRight=xf,B.debounce=Ef,B.defaults=n3,B.defaultsDeep=r3,B.defer=fy,B.delay=py,B.difference=Dg,B.differenceBy=Rg,B.differenceWith=Ag,B.drop=Pg,B.dropRight=Lg,B.dropRightWhile=Fg,B.dropWhile=zg,B.fill=Hg,B.filter=W2,B.flatMap=K2,B.flatMapDeep=G2,B.flatMapDepth=X2,B.flatten=ff,B.flattenDeep=Ug,B.flattenDepth=Wg,B.flip=hy,B.flow=ub,B.flowRight=cb,B.fromPairs=jg,B.functions=c3,B.functionsIn=d3,B.groupBy=Q2,B.initial=Kg,B.intersection=Gg,B.intersectionBy=Xg,B.intersectionWith=Qg,B.invert=p3,B.invertBy=h3,B.invokeMap=J2,B.iteratee=bs,B.keyBy=Z2,B.keys=Ot,B.keysIn=Gt,B.map=wi,B.mapKeys=v3,B.mapValues=g3,B.matches=db,B.matchesProperty=fb,B.memoize=xi,B.merge=y3,B.mergeWith=Mf,B.method=pb,B.methodOf=hb,B.mixin=_s,B.negate=Ei,B.nthArg=vb,B.omit=b3,B.omitBy=_3,B.once=my,B.orderBy=ey,B.over=gb,B.overArgs=vy,B.overEvery=yb,B.overSome=bb,B.partial=fs,B.partialRight=Cf,B.partition=ty,B.pick=w3,B.pickBy=Df,B.property=Hf,B.propertyOf=_b,B.pull=e2,B.pullAll=hf,B.pullAllBy=t2,B.pullAllWith=n2,B.pullAt=r2,B.range=wb,B.rangeRight=kb,B.rearg=gy,B.reject=ay,B.remove=a2,B.rest=yy,B.reverse=us,B.sampleSize=iy,B.set=x3,B.setWith=E3,B.shuffle=ly,B.slice=o2,B.sortBy=cy,B.sortedUniq=f2,B.sortedUniqBy=p2,B.split=K3,B.spread=by,B.tail=h2,B.take=m2,B.takeRight=v2,B.takeRightWhile=g2,B.takeWhile=y2,B.tap=T2,B.throttle=_y,B.thru=_i,B.toArray=Of,B.toPairs=Rf,B.toPairsIn=Af,B.toPath=Bb,B.toPlainObject=Nf,B.transform=C3,B.unary=wy,B.union=b2,B.unionBy=_2,B.unionWith=w2,B.uniq=k2,B.uniqBy=x2,B.uniqWith=E2,B.unset=$3,B.unzip=cs,B.unzipWith=mf,B.update=B3,B.updateWith=S3,B.values=ka,B.valuesIn=V3,B.without=C2,B.words=Ff,B.wrap=ky,B.xor=$2,B.xorBy=B2,B.xorWith=S2,B.zip=V2,B.zipObject=O2,B.zipObjectDeep=I2,B.zipWith=N2,B.entries=Rf,B.entriesIn=Af,B.extend=Tf,B.extendWith=Bi,_s(B,B),B.add=Vb,B.attempt=zf,B.camelCase=T3,B.capitalize=Pf,B.ceil=Ob,B.clamp=O3,B.clone=Ey,B.cloneDeep=$y,B.cloneDeepWith=By,B.cloneWith=Cy,B.conformsTo=Sy,B.deburr=Lf,B.defaultTo=sb,B.divide=Ib,B.endsWith=M3,B.eq=Cn,B.escape=D3,B.escapeRegExp=R3,B.every=U2,B.find=j2,B.findIndex=cf,B.findKey=a3,B.findLast=Y2,B.findLastIndex=df,B.findLastKey=o3,B.floor=Nb,B.forEach=gf,B.forEachRight=yf,B.forIn=i3,B.forInRight=l3,B.forOwn=s3,B.forOwnRight=u3,B.get=ms,B.gt=Vy,B.gte=Oy,B.has=f3,B.hasIn=vs,B.head=pf,B.identity=Xt,B.includes=q2,B.indexOf=Yg,B.inRange=I3,B.invoke=m3,B.isArguments=qr,B.isArray=ze,B.isArrayBuffer=Iy,B.isArrayLike=Kt,B.isArrayLikeObject=bt,B.isBoolean=Ny,B.isBuffer=kr,B.isDate=Ty,B.isElement=My,B.isEmpty=Dy,B.isEqual=Ry,B.isEqualWith=Ay,B.isError=ps,B.isFinite=Py,B.isFunction=Zn,B.isInteger=$f,B.isLength=Ci,B.isMap=Bf,B.isMatch=Ly,B.isMatchWith=Fy,B.isNaN=zy,B.isNative=Hy,B.isNil=Wy,B.isNull=Uy,B.isNumber=Sf,B.isObject=ht,B.isObjectLike=vt,B.isPlainObject=lo,B.isRegExp=hs,B.isSafeInteger=jy,B.isSet=Vf,B.isString=$i,B.isSymbol=rn,B.isTypedArray=wa,B.isUndefined=Yy,B.isWeakMap=Ky,B.isWeakSet=Gy,B.join=qg,B.kebabCase=A3,B.last=gn,B.lastIndexOf=Jg,B.lowerCase=P3,B.lowerFirst=L3,B.lt=Xy,B.lte=Qy,B.max=Tb,B.maxBy=Mb,B.mean=Db,B.meanBy=Rb,B.min=Ab,B.minBy=Pb,B.stubArray=ks,B.stubFalse=xs,B.stubObject=xb,B.stubString=Eb,B.stubTrue=Cb,B.multiply=Lb,B.nth=Zg,B.noConflict=mb,B.noop=ws,B.now=ki,B.pad=F3,B.padEnd=z3,B.padStart=H3,B.parseInt=U3,B.random=N3,B.reduce=ny,B.reduceRight=ry,B.repeat=W3,B.replace=j3,B.result=k3,B.round=Fb,B.runInContext=q,B.sample=oy,B.size=sy,B.snakeCase=Y3,B.some=uy,B.sortedIndex=i2,B.sortedIndexBy=l2,B.sortedIndexOf=s2,B.sortedLastIndex=u2,B.sortedLastIndexBy=c2,B.sortedLastIndexOf=d2,B.startCase=G3,B.startsWith=X3,B.subtract=zb,B.sum=Hb,B.sumBy=Ub,B.template=Q3,B.times=$b,B.toFinite=er,B.toInteger=Ue,B.toLength=If,B.toLower=q3,B.toNumber=yn,B.toSafeInteger=qy,B.toString=et,B.toUpper=J3,B.trim=Z3,B.trimEnd=eb,B.trimStart=tb,B.truncate=nb,B.unescape=rb,B.uniqueId=Sb,B.upperCase=ab,B.upperFirst=gs,B.each=gf,B.eachRight=yf,B.first=pf,_s(B,function(){var o={};return Dn(B,function(l,u){tt.call(B.prototype,u)||(o[u]=l)}),o}(),{chain:!1}),B.VERSION=a,fn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(o){B[o].placeholder=B}),fn(["drop","take"],function(o,l){Ke.prototype[o]=function(u){u=u===n?1:Bt(Ue(u),0);var v=this.__filtered__&&!l?new Ke(this):this.clone();return v.__filtered__?v.__takeCount__=Dt(u,v.__takeCount__):v.__views__.push({size:Dt(u,Z),type:o+(v.__dir__<0?"Right":"")}),v},Ke.prototype[o+"Right"]=function(u){return this.reverse()[o](u).reverse()}}),fn(["filter","map","takeWhile"],function(o,l){var u=l+1,v=u==H||u==K;Ke.prototype[o]=function(w){var I=this.clone();return I.__iteratees__.push({iteratee:Me(w,3),type:u}),I.__filtered__=I.__filtered__||v,I}}),fn(["head","last"],function(o,l){var u="take"+(l?"Right":"");Ke.prototype[o]=function(){return this[u](1).value()[0]}}),fn(["initial","tail"],function(o,l){var u="drop"+(l?"":"Right");Ke.prototype[o]=function(){return this.__filtered__?new Ke(this):this[u](1)}}),Ke.prototype.compact=function(){return this.filter(Xt)},Ke.prototype.find=function(o){return this.filter(o).head()},Ke.prototype.findLast=function(o){return this.reverse().find(o)},Ke.prototype.invokeMap=je(function(o,l){return typeof o=="function"?new Ke(this):this.map(function(u){return to(u,o,l)})}),Ke.prototype.reject=function(o){return this.filter(Ei(Me(o)))},Ke.prototype.slice=function(o,l){o=Ue(o);var u=this;return u.__filtered__&&(o>0||l<0)?new Ke(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)},Ke.prototype.takeRightWhile=function(o){return this.reverse().takeWhile(o).reverse()},Ke.prototype.toArray=function(){return this.take(Z)},Dn(Ke.prototype,function(o,l){var u=/^(?:filter|find|map|reject)|While$/.test(l),v=/^(?:head|last)$/.test(l),w=B[v?"take"+(l=="last"?"Right":""):l],I=v||/^find/.test(l);w&&(B.prototype[l]=function(){var z=this.__wrapped__,G=v?[1]:arguments,J=z instanceof Ke,ce=G[0],fe=J||ze(z),ve=function(Ye){var Qe=w.apply(B,mr([Ye],G));return v&&Ee?Qe[0]:Qe};fe&&u&&typeof ce=="function"&&ce.length!=1&&(J=fe=!1);var Ee=this.__chain__,Ve=!!this.__actions__.length,Re=I&&!Ee,We=J&&!Ve;if(!I&&fe){z=We?z:new Ke(this);var Ae=o.apply(z,G);return Ae.__actions__.push({func:_i,args:[ve],thisArg:n}),new hn(Ae,Ee)}return Re&&We?o.apply(this,G):(Ae=this.thru(ve),Re?v?Ae.value()[0]:Ae.value():Ae)})}),fn(["pop","push","shift","sort","splice","unshift"],function(o){var l=Yo[o],u=/^(?:push|sort|unshift)$/.test(o)?"tap":"thru",v=/^(?:pop|shift)$/.test(o);B.prototype[o]=function(){var w=arguments;if(v&&!this.__chain__){var I=this.value();return l.apply(ze(I)?I:[],w)}return this[u](function(z){return l.apply(ze(z)?z:[],w)})}}),Dn(Ke.prototype,function(o,l){var u=B[l];if(u){var v=u.name+"";tt.call(va,v)||(va[v]=[]),va[v].push({name:l,func:u})}}),va[pi(n,y).name]=[{name:"wrapper",func:n}],Ke.prototype.clone=rv,Ke.prototype.reverse=av,Ke.prototype.value=ov,B.prototype.at=M2,B.prototype.chain=D2,B.prototype.commit=R2,B.prototype.next=A2,B.prototype.plant=L2,B.prototype.reverse=F2,B.prototype.toJSON=B.prototype.valueOf=B.prototype.value=z2,B.prototype.first=B.prototype.head,Ga&&(B.prototype[Ga]=P2),B},pa=Rm();Ur?((Ur.exports=pa)._=pa,bl._=pa):Nt._=pa}).call(fo)})(Qi,Qi.exports);var Un=Qi.exports;const Vs=d6(Un),f6={},p6={width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function h6(t,r){return e.openBlock(),e.createElementBlock("svg",p6,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 m6=at(f6,[["render",h6]]),v6=["src","alt"],g6={class:"flex items-center"},y6=["src","alt"],b6={key:0,style:{"border-left-color":"rgba(107, 30, 190, 0.71)"},class:"vs__spinner"},_6={key:0},w6=e.defineComponent({__name:"EUISelect",props:{clearable:{type:Boolean,default:!0},isUseCustomSelect:{type:Boolean,required:!1,default:!1},customWidth:{type:String,default:"",required:!1},customHeight:{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(D=>({"04daf1f4":K.value,"5f60b388":re.value,38543590:pe.value,"1933df08":Y.value,"4f5c4a13":ie.value,"6254368a":H.value,"1588b08a":he.value,"7edae257":ae.value,"273a4142":Z.value,"6b42968f":X.value}));const n=e.computed(()=>{const D=c.placeholder||`Select ${name}`,j=c.required?"*":"";return`${D} ${j}`}),a=D=>Un.startCase(D),i=e.ref([]),s=e.ref(!1),c=t,{modelValue:d,isFussySeach:f,clearable:p,isUseCustomSelect:h,items:g,keys:_,loading:k,multiple:C,isStartCaseText:M,required:x,fieldName:y}=e.toRefs(c),E=r,O=D=>{D.target&&(i.value=[{_id:"6565d869eb1b7cf8745d6beb",name:"All"}],s.value=!0)};e.watch(i,D=>{E("update:modelValue",D),(D===null||!D)&&E("deselected",D)});const S=D=>{E("change",D)},L=D=>{E("deselected",D),D[y.value]==="All"&&(s.value=!1)};e.watch(d,D=>{i.value=D});const V=D=>{E("update:searchString",D),E("search",D)},T=e.computed(()=>c.customWidth),N=e.computed(()=>c.customHeight),P=e.computed(()=>c.customOffset),b=(D,j,{width:ue,maxHeight:te})=>{const Ne=T.value||ue,de=N.value||ue,ye=P.value||[0,7],A=h.value?Ne:ue;D.style.width=A,D.style.maxHeight=h.value?de:te;const _e=h.value?ye:[0,7],be=al(j.$refs.toggle,D,{placement:"bottom",modifiers:[{name:"offset",options:{offset:_e}}]});return D.classList.add("toggle-dropdown"),()=>be.destroy()},R=(D,j)=>{const ue=new Ua(D,{keys:_.value,shouldSort:!0});return j?ue.search(j).map(te=>te):ue==null?void 0:ue.list};e.onMounted(()=>{i.value=c.value}),e.onBeforeUnmount(()=>{i.value=null});const Y=e.computed(()=>c.multiple?"#f3e8ff":""),ie=e.computed(()=>c.multiple?"#7e22ce":""),H=e.computed(()=>c.multiple&&c.inputFilled?"fit-content":c.inputFilled?"":"auto"),X=e.computed(()=>c.clearable?"flex":"none"),K=e.computed(()=>{var D;return((D=i.value)==null?void 0:D.length)===0||Vs.isEmpty(i.value)?"#ffffff":"transparent"}),re=e.computed(()=>{var j;if(((j=i.value)==null?void 0:j.length)===0||Vs.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}),pe=e.computed(()=>{var j;if(((j=i.value)==null?void 0:j.length)===0||Vs.isEmpty(i.value))return"0px";let D;return h.value||c.multiple?D=c.inputFilled?"24px":"4px":D=c.inputFilled?"12px":"2px",D}),ae=e.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"8px":"0px"),he=e.computed(()=>c.multiple&&c.inputFilled||c.inputFilled?"10px":"0px"),Z=e.computed(()=>c.required?"-webkit-linear-gradient(left, #374151 0%, #374151 92%,red 8%,red 100%)":"-webkit-linear-gradient(left, #374151 50%, #374151 50%)"),U=e.computed(()=>D=>{var j,ue;return(ue=(j=g.value)==null?void 0:j.find(te=>te.name===D.nameText))==null?void 0:ue.iconlink}),F=e.computed(()=>{const D=c.modelValue,j=i.value;return D?!0:Array.isArray(j)?!!j.length:j&&typeof j=="object"?!!Object.keys(j).length:!!j}),Q=D=>{E("selectedOption",D)},$=e.computed(()=>{var D;return!c.multipleLimit||(((D=i.value)==null?void 0:D.length)??0)<c.multipleLimit}),W=()=>{if(!c.multipleLimit)return!0;if(c.multipleLimit)return $.value},m=()=>{E("open")};return(D,j)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass({isUseCustomSelect:e.unref(h)})},[!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(x)&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},e.toDisplayString(t.label),3)):e.createCommentVNode("",!0),e.createVNode(e.unref(R0),{modelValue:i.value,"onUpdate:modelValue":j[0]||(j[0]=ue=>i.value=ue),filter:e.unref(f)?R: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":b,loading:e.unref(k),disabled:t.disabled,selectable:W,class:e.normalizeClass([e.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",t.inputFilled?"rounded-2xl min-h-14":"rounded-md min-h-10","group relative w-full bg-white cursor-pointer overflow-hidden",{"opacity-75":t.disabled},t.className]),clearable:e.unref(p),"no-drop":s.value,onSearch:j[1]||(j[1]=ue=>V(ue)),"onOption:selected":j[2]||(j[2]=ue=>S(ue)),"onOption:deselected":j[3]||(j[3]=ue=>L(ue)),"onOption:created":Q,onOpen:m},e.createSlots({_:2},[D.$slots.header?{name:"header",fn:e.withCtx(()=>[e.renderSlot(D.$slots,"header")]),key:"0"}:void 0,t.inputFilled&&!D.$slots.header?{name:"header",fn:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass([[F.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(x)&&"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(a(t.label)||"Select"),3)]),key:"1"}:void 0,D.$slots["selected-option"]?{name:"selected-option",fn:e.withCtx(ue=>[e.renderSlot(D.$slots,"selected-option",e.normalizeProps(e.guardReactiveProps(ue)))]),key:"2"}:void 0,D.$slots["selected-option"]?void 0:{name:"selected-option",fn:e.withCtx(ue=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(h)?"break-words flex items-start":"flex items-center")},[(t.name=="country"?U.value({nameText:ue[e.unref(y)],iconlink:ue==null?void 0:ue.iconlink}):ue!=null&&ue.iconlink)?(e.openBlock(),e.createElementBlock("img",{key:0,class:e.normalizeClass(e.unref(h)?"w-6 mr-1 flex-initial":"w-6 mr-2"),src:t.name=="country"?U.value({nameText:ue[e.unref(y)],iconlink:ue==null?void 0:ue.iconlink}):ue==null?void 0:ue.iconlink,alt:ue[e.unref(y)]},null,10,v6)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(M)?a(ue[e.unref(y)]):ue[e.unref(y)]),1)],2)]),key:"3"},D.$slots.option?{name:"option",fn:e.withCtx(ue=>[e.renderSlot(D.$slots,"option",e.normalizeProps(e.guardReactiveProps(ue)))]),key:"4"}:{name:"option",fn:e.withCtx(ue=>[e.createElementVNode("div",g6,[ue.iconlink?(e.openBlock(),e.createElementBlock("img",{key:0,class:"w-6 mr-2",src:ue.iconlink,alt:ue[e.unref(y)]},null,8,y6)):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(e.unref(M)?a(ue[e.unref(y)]):ue[e.unref(y)]),1)])]),key:"5"},D.$slots.spinner?{name:"spinner",fn:e.withCtx(({loading:ue})=>[e.renderSlot(D.$slots,"spinner",{loading:ue||e.unref(k)})]),key:"6"}:{name:"spinner",fn:e.withCtx(({loading:ue})=>[e.unref(k)||ue?(e.openBlock(),e.createElementBlock("div",b6)):e.createCommentVNode("",!0)]),key:"7"},D.$slots["list-header"]?{name:"list-header",fn:e.withCtx(()=>[e.renderSlot(D.$slots,"list-header")]),key:"8"}:t.isSelectAll?{name:"list-header",fn:e.withCtx(()=>{var ue;return[e.unref(g).length!==((ue=i.value)==null?void 0:ue.length)?(e.openBlock(),e.createElementBlock("div",_6,[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:"9"}:void 0,D.$slots["open-indicator"]?{name:"open-indicator",fn:e.withCtx(ue=>[e.renderSlot(D.$slots,"open-indicator",e.normalizeProps(e.guardReactiveProps(ue)))]),key:"10"}:{name:"open-indicator",fn:e.withCtx(({attributes:ue})=>[e.createElementVNode("span",e.normalizeProps(e.guardReactiveProps(ue)),[e.createVNode(m6,{class:"text-current size-6"})],16)]),key:"11"}]),1032,["modelValue","filter","options","label","name","value","placeholder","multiple","taggable","push-tags","searchable","loading","disabled","class","clearable","no-drop"]),e.createVNode(Ir,{errors:t.errors,name:t.name,class:"mt-2"},null,8,["errors","name"])],2))}}),k6=[{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"}}],x6={for:"label",class:"mb-4 text-xs font-medium text-gray-400"},E6=e.defineComponent({__name:"EUISelectSearch",setup(t){const r=e.ref([]),n=e.computed(()=>k6);return(a,i)=>{var s,c;return e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",x6,e.toDisplayString(((s=r.value)==null?void 0:s.length)<3)+" - "+e.toDisplayString(((c=r.value)==null?void 0:c.length)<3),1),e.createVNode(e.unref(R0),{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"])])}}}),C6={class:"flex flex-row items-center scale-100 translate-x-0 translate-y-0 eui-checkbox"},$6=["disabled"],B6={key:0,class:"text-sm font-medium tracking-wide text-gray-700 ms-2 first-letter:capitalize"},S6=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,a=r,i=e.ref(n.modelValue);e.watch(i,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",i.value)};return e.watch(n,c=>{i.value=c.modelValue}),(c,d)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("label",C6,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>i.value=f),type:"checkbox",id:"checkbox",class:"appearance-none sr-only input-checkbox",disabled:t.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,$6),[[e.vModelCheckbox,i.value]]),d[2]||(d[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",B6,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])],64))}}),V6={class:"inline-flex items-center cursor-pointer eui-radio"},O6=["disabled"],I6={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},N6=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:a}=e.toRefs(n),i=r,s=()=>{i("toggle",n.modelValue),i("update:modelValue",n.modelValue)};return(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",V6,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>e.isRef(a)?a.value=f:null),type:"radio",class:"sr-only peer eui-radio_input",disabled:t.disabled,onChange:d[1]||(d[1]=f=>s())},null,40,O6),[[e.vModelRadio,e.unref(a)]]),d[2]||(d[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",I6,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),T6=at(N6,[["__scopeId","data-v-85a67463"]]),M6={class:"inline-flex items-center cursor-pointer eui-switch"},D6=["disabled"],R6={key:0,class:"text-sm font-medium text-gray-900 ms-3 first-letter:capitalize"},A6=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,a=r,i=e.ref(n.modelValue);e.watch(i,c=>{a("update:modelValue",c)});const s=c=>{c&&a("toggle",i.value)};return e.watch(n,c=>{i.value=c.modelValue}),(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("label",M6,[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>i.value=f),type:"checkbox",class:"sr-only peer eui-switch_input",disabled:t.disabled,onChange:d[1]||(d[1]=f=>s(f))},null,40,D6),[[e.vModelCheckbox,i.value]]),d[2]||(d[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",R6,e.toDisplayString(t.label),1)):e.createCommentVNode("",!0)]),e.createVNode(Ir,{errors:t.errors,name:t.name},null,8,["errors","name"])]))}}),P6=at(A6,[["__scopeId","data-v-a0b1f818"]]),L6={class:"group"},F6={class:"flex items-center"},z6=["src"],H6={key:0,class:"flex-1 ms-2"},U6={class:"text-base font-semibold text-gray-600 capitalize group-hover:text-gray-900"},W6={class:"text-sm font-medium text-gray-500 group-hover:text-gray-700"},j6=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"}),a=e.computed(()=>n[r.size]||""),i=e.computed(()=>r.status),s=e.computed(()=>c[Math.floor(Math.random()*c.length)]),c=["#6366F1","#F97316","#65A30D","#E11D48","#4B5563","#059669","#1D4ED8","#7C3AED","#FB923C","#fe4ca9"];return(d,f)=>(e.openBlock(),e.createElementBlock("div",L6,[e.createElementVNode("div",F6,[e.createElementVNode("div",{class:e.normalizeClass(["relative inline-block flex-none",a.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",a.value]),src:t.imageUrl,alt:""},null,10,z6)):(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",a.value]),style:e.normalizeStyle({background:s.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",H6,[e.createElementVNode("div",U6,[e.renderSlot(d.$slots,"name",{profileData:t.profileData},()=>{var p;return[e.createTextVNode(e.toDisplayString((p=t.profileData)==null?void 0:p.name),1)]})]),e.createElementVNode("div",W6,[e.renderSlot(d.$slots,"designation",{profileData:t.profileData},()=>{var p;return[e.createTextVNode(e.toDisplayString((p=t.profileData)==null?void 0:p.designation),1)]})])])):e.createCommentVNode("",!0)])]))}}),Y6={"aria-label":"Progress",class:"relative z-10"},K6={role:"list",class:"flex flex-row items-start justify-center w-full py-4 ps-4 pe-2"},G6={key:0,class:"absolute bg-green-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},X6={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Q6={class:"text-xs font-semibold text-gray-900"},q6={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},J6={class:"text-xs font-semibold text-gray-900"},Z6={key:0,class:"absolute bg-gray-300 w-full start-0 top-2.5 h-[0.0875rem] z-0"},e8={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},t8={class:"text-xs font-semibold text-gray-900"},th=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"],a=e.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),i=e.computed(()=>s.value),s=e.computed(()=>r.stepStatus),c=e.computed(()=>i.value),d=e.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=e.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)=>(e.openBlock(),e.createElementBlock("nav",Y6,[e.createElementVNode("ol",K6,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,(g,_)=>(e.openBlock(),e.createElementBlock("li",{key:g.value,class:e.normalizeClass([_!==a.value.length-1?"pe-8":"","relative flex items-center w-full pt-6 group",f.value(g.key,_)==="upcoming"?"pointer-events-none":""])},[f.value(g.key,_)==="complete"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",G6)):e.createCommentVNode("",!0),h[1]||(h[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",X6,[e.createElementVNode("span",Q6,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[0]||(h[0]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="current"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[h[3]||(h[3]=e.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]=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",q6,[e.createElementVNode("span",J6,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[2]||(h[2]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="upcoming"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",Z6)):e.createCommentVNode("",!0),h[6]||(h[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",e8,[e.createElementVNode("span",t8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[5]||(h[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))])]))}}),n8={"aria-label":"Progress",class:"relative z-10"},r8={role:"list",class:"flex flex-col items-start justify-center w-full py-4 ps-4 pe-2"},a8={key:0,class:"absolute bg-green-500 h-full start-px top-0 w-[0.0875rem] z-0"},o8={class:"flex items-start justify-between max-w-full w-full py-0.5"},i8={class:"text-xs font-semibold text-gray-900"},l8={class:"flex items-start justify-between max-w-full w-full py-0.5"},s8={class:"text-xs font-semibold text-gray-900"},u8={key:0,class:"absolute bg-gray-300 h-full start-px top-0 w-[0.0875rem] z-0"},c8={class:"flex items-start justify-between max-w-full w-full py-0.5"},d8={class:"text-xs font-semibold text-gray-900"},nh=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"],a=e.computed(()=>Object.entries(n).map(p=>({key:p[0],value:p[1]}))),i=e.computed(()=>s.value),s=e.computed(()=>r.stepStatus),c=e.computed(()=>i.value),d=e.computed(()=>a.value.findIndex(p=>p.value===c.value)),f=e.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)=>(e.openBlock(),e.createElementBlock("nav",n8,[e.createElementVNode("ol",r8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,(g,_)=>(e.openBlock(),e.createElementBlock("li",{key:g.value,class:e.normalizeClass([_!==a.value.length-1?"pb-8":"","relative flex items-center w-full ps-5",f.value(g.key,_)==="upcoming"?"pointer-events-none":""])},[f.value(g.key,_)==="complete"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",a8)):e.createCommentVNode("",!0),h[1]||(h[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",o8,[e.createElementVNode("span",i8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[0]||(h[0]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="current"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[h[3]||(h[3]=e.createElementVNode("div",{class:"absolute bg-orange-500 h-full start-px top-0 w-[0.0875rem] z-0"},null,-1)),h[4]||(h[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",l8,[e.createElementVNode("span",s8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[2]||(h[2]=e.createElementVNode("span",{class:"text-xs font-medium text-gray-500"},e.toDisplayString("26-05-2024 18:47"),-1))])],64)):f.value(g.key,_)==="upcoming"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[_!==a.value.length-1?(e.openBlock(),e.createElementBlock("div",u8)):e.createCommentVNode("",!0),h[6]||(h[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",c8,[e.createElementVNode("span",d8,e.toDisplayString(e.unref(Un.startCase)(g.value)),1),h[5]||(h[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))])]))}}),f8=e.defineComponent({__name:"EUIStepperTimeline",setup(t){return(r,n)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(th,{stepStatus:"opportunity"}),n[0]||(n[0]=e.createElementVNode("hr",null,null,-1)),e.createVNode(nh,{stepStatus:"opportunity"})]))}}),p8=["open","onClick"],h8=["aria-expanded"],m8={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"},v8=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,a=e.ref(Array(n.datas.length).fill(!1)),i=()=>{a.value=n.datas.map((d,f)=>n.defaultOpen.includes(f))};e.watch(()=>n.defaultOpen,()=>{i()},{immediate:!0}),e.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)=>(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,(p,h)=>(e.openBlock(),e.createElementBlock("details",{key:`accordion-${h}`,open:a.value[h],onClick:e.withModifiers(g=>c(h),["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,p==null?void 0:p.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":a.value[h]},[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(d.$slots,"title",{item:p},()=>[e.createTextVNode(e.toDisplayString(p.title),1)],!0)],2),t.accordionStyle==="grouped"?(e.openBlock(),e.createElementBlock("svg",m8,f[1]||(f[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:f[0]||(f[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(d.$slots,"right-icon",{item:p},void 0,!0)]))],10,h8),e.createElementVNode("div",{class:e.normalizeClass([t.accordionStyle==="grouped"?"p-4 pt-1 ":"pt-3","font-light text-gray-600"])},[e.renderSlot(d.$slots,"content",{item:p},()=>[e.createTextVNode(e.toDisplayString(p.content),1)],!0)],2)],10,p8))),128))],2)]))}}),g8=at(v8,[["__scopeId","data-v-0158c022"]]);function y8(t){return e.getCurrentScope()?(e.onScopeDispose(t),!0):!1}function Hu(t){return typeof t=="function"?t():e.unref(t)}const rh=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const b8=Object.prototype.toString,_8=t=>b8.call(t)==="[object Object]",Hi=()=>{},w8=k8();function k8(){var t,r;return rh&&((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 ah=rh?window:void 0;function bo(t){var r;const n=Hu(t);return(r=n==null?void 0:n.$el)!=null?r:n}function Ui(...t){let r,n,a,i;if(typeof t[0]=="string"||Array.isArray(t[0])?([n,a,i]=t,r=ah):[r,n,a,i]=t,!r)return Hi;Array.isArray(n)||(n=[n]),Array.isArray(a)||(a=[a]);const s=[],c=()=>{s.forEach(h=>h()),s.length=0},d=(h,g,_,k)=>(h.addEventListener(g,_,k),()=>h.removeEventListener(g,_,k)),f=e.watch(()=>[bo(r),Hu(i)],([h,g])=>{if(c(),!h)return;const _=_8(g)?{...g}:g;s.push(...n.flatMap(k=>a.map(C=>d(h,k,C,_))))},{immediate:!0,flush:"post"}),p=()=>{f(),c()};return y8(p),p}let Np=!1;function oh(t,r,n={}){const{window:a=ah,ignore:i=[],capture:s=!0,detectIframe:c=!1}=n;if(!a)return Hi;w8&&!Np&&(Np=!0,Array.from(a.document.body.children).forEach(k=>k.addEventListener("click",Hi)),a.document.documentElement.addEventListener("click",Hi));let d=!0;const f=k=>Hu(i).some(C=>{if(typeof C=="string")return Array.from(a.document.querySelectorAll(C)).some(M=>M===k.target||k.composedPath().includes(M));{const M=bo(C);return M&&(k.target===M||k.composedPath().includes(M))}}),p=k=>{const C=bo(t);if(!(!C||C===k.target||k.composedPath().includes(C))){if(k.detail===0&&(d=!f(k)),!d){d=!0;return}r(k)}};let h=!1;const g=[Ui(a,"click",k=>{h||(h=!0,setTimeout(()=>{h=!1},0),p(k))},{passive:!0,capture:s}),Ui(a,"pointerdown",k=>{const C=bo(t);d=!f(k)&&!!(C&&!k.composedPath().includes(C))},{passive:!0}),c&&Ui(a,"blur",k=>{setTimeout(()=>{var C;const M=bo(t);((C=a.document.activeElement)==null?void 0:C.tagName)==="IFRAME"&&!(M!=null&&M.contains(a.document.activeElement))&&r(k)},0)})].filter(Boolean);return()=>g.forEach(k=>k())}const x8=["textContent"],E8=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,a=e.ref(null),i=e.ref(null),s=e.ref(null),c=e.ref(null),d=e.ref(!1),f=r;e.onMounted(()=>{if(oh(a.value,g),n.trigger==="click")Ui(s.value,"click",p);else if(n.trigger==="hover"){const _=["mouseenter","focus"],k=["mouseleave","blur"];_.forEach(C=>{var M;(M=s.value)==null||M.addEventListener(C,h)}),k.forEach(C=>{var M;(M=s.value)==null||M.addEventListener(C,g)})}s.value&&c.value&&(i.value=al(s.value,c.value,{placement:n.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))});function p(){d.value?g():h()}function h(){var _,k;(_=c.value)==null||_.setAttribute("data-show",""),d.value=!0,f("showPopover"),(k=i.value)==null||k.update()}function g(){var _;(_=c.value)==null||_.removeAttribute("data-show"),d.value=!1,f("hidePopover")}return(_,k)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"popperWrapper",ref:a,class:"isolate w-max"},[e.createElementVNode("div",{ref_key:"popperButton",ref:s,class:e.normalizeClass(["inline-flex items-center text-sm font-semibold gap-x-2 cursor-pointer",t.customButton])},[e.renderSlot(_.$slots,"referenceButton",{open:d.value},void 0,!0)],2),e.createElementVNode("div",{ref_key:"tooltip",ref:c,class:e.normalizeClass(["poppertooltip h-auto text-sm font-normal bg-white",t.className])},[k[0]||(k[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,x8)):e.createCommentVNode("",!0),e.renderSlot(_.$slots,"default",{},void 0,!0)],2)],512))}}),ih=at(E8,[["__scopeId","data-v-29b158d9"]]),C8=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},size:{type:String,default:"sm"}},emits:["update:isVisible","confirm"],setup(t,{emit:r}){const n=e.computed(()=>({full:"max-w-screen",xl:"max-w-screen-lg min-w-[100svw] sm:min-w-[1024px]",lg:"max-w-2xl min-w-[100svw] sm:min-w-[42rem]",md:"max-w-xl min-w-[100svw] sm:min-w-[36rem]",sm:"max-w-lg min-w-[100svw] sm:min-w-[32rem]",xs:"max-w-md min-w-[100svw] sm:min-w-[28rem]"})[t.size]),a=()=>{t.persistent||r("update:isVisible",!1)},i=s=>{s.key==="Escape"&&t.isVisible&&!t.persistent&&a()};return e.watch(()=>t.isVisible,s=>{document.body.style.overflow=s?"hidden":""}),e.onMounted(()=>{window.addEventListener("keydown",i)}),e.onUnmounted(()=>{document.body.style.overflow="",window.removeEventListener("keydown",i)}),{closeModal:a,slideClass:n}}});var $8={class:"text-xl font-semibold"},B8={key:0,class:"flex-initial"},S8={key:3,class:"p-4 border-t border-b border-gray-200 max-h-[calc(100svh-3rem)] flex-1"},V8={key:5,class:"sticky bottom-0 flex items-center justify-end float-none p-4 space-x-2"};function O8(t,r,n,a,i,s){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 z-50 flex flex-col items-center justify-end inset-2 sm:justify-center",onClick:r[3]||(r[3]=e.withModifiers(function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return t.closeModal&&t.closeModal.apply(t,c)},["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 w-full overflow-hidden relative flex flex-col justify-between",t.slideClass,t.roundedClass!==""?t.roundedClass:"rounded-t-3xl md:rounded-2xl",t.size==="full"?"h-full max-h-svh":"max-h-[calc(100svh-3rem)] md:h-auto"])},[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",$8,[e.renderSlot(t.$slots,"title",{},function(){return[e.createTextVNode(e.toDisplayString(t.title||"Modal Title"),1)]},!0)]),t.visibleClose?(e.openBlock(),e.createElementBlock("div",B8,[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=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return t.closeModal&&t.closeModal.apply(t,c)})},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",S8,[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",V8,[e.createElementVNode("button",{onClick:r[1]||(r[1]=function(){for(var c=[],d=0;d<arguments.length;d++)c[d]=arguments[d];return t.closeModal&&t.closeModal.apply(t,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 "),e.createElementVNode("button",{onClick:r[2]||(r[2]=function(c){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 I8=at(C8,[["render",O8],["__scopeId","data-v-0a1278e7"]]),N8=e.defineComponent({name:"Slideover",components:{EUIButton:Bu},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],s=n[t.size];return{modal:i,width:s}});return e.watchEffect(()=>{t.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{slideClass:r}},beforeUnmount(){document.body.style.overflow=""}});var T8={key:1,class:"sticky top-0 flex items-center justify-between flex-initial px-4 py-3"},M8={key:0},D8={key:3,class:"flex-1 p-4 max-h-[calc(100svh-3rem)] overflow-y-auto"},R8={key:5,class:"sticky bottom-0 flex items-center justify-end flex-none gap-2 px-4 py-3"};function A8(t,r,n,a,i,s){var c=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 d=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return t.closeSlideover&&t.closeSlideover.apply(t,d)},["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",T8,[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",M8,[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=[],f=0;f<arguments.length;f++)d[f]=arguments[f];return t.closeSlideover&&t.closeSlideover.apply(t,d)})},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",D8,[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",R8,[e.createVNode(c,{size:"md",color:"white",onClick:t.closeSlideover},{default:e.withCtx(function(){return r[4]||(r[4]=[e.createTextVNode("Cancel")])}),_:1},8,["onClick"]),e.createVNode(c,{size:"md",color:"purple",onClick:r[1]||(r[1]=function(d){return t.$emit("confirm")})},{default:e.withCtx(function(){return r[5]||(r[5]=[e.createTextVNode("Slideover")])}),_:1})]))],2)],2)):e.createCommentVNode("",!0)]}),_:3})])}const P8=at(N8,[["render",A8],["__scopeId","data-v-b651e970"]]),lh=6048e5,L8=864e5,F8=6e4,sh=36e5,z8=1e3,Tp=Symbol.for("constructDateFrom");function rt(t,r){return typeof t=="function"?t(r):t&&typeof t=="object"&&Tp in t?t[Tp](r):t instanceof Date?new t.constructor(r):new Date(r)}function De(t,r){return rt(r||t,t)}function bn(t,r,n){const a=De(t,n==null?void 0:n.in);return isNaN(r)?rt((n==null?void 0:n.in)||t,NaN):(r&&a.setDate(a.getDate()+r),a)}function On(t,r,n){const a=De(t,n==null?void 0:n.in);if(isNaN(r))return rt(t,NaN);if(!r)return a;const i=a.getDate(),s=rt(t,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 uh(t,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(t,n==null?void 0:n.in),g=i||a?On(h,i+a*12):h,_=c||s?bn(g,c+s*7):g,k=f+d*60,M=(p+k*60)*1e3;return rt(t,+_+M)}function H8(t,r,n){return rt(t,+De(t)+r)}function U8(t,r,n){return H8(t,r*sh)}let W8={};function sa(){return W8}function Nn(t,r){var d,f,p,h;const n=sa(),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(t,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 Ra(t,r){return Nn(t,{...r,weekStartsOn:1})}function ch(t,r){const n=De(t,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=Ra(i),c=rt(n,0);c.setFullYear(a,0,4),c.setHours(0,0,0,0);const d=Ra(c);return n.getTime()>=s.getTime()?a+1:n.getTime()>=d.getTime()?a:a-1}function qi(t){const r=De(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 Do(t,...r){const n=rt.bind(null,r.find(a=>typeof a=="object"));return r.map(n)}function Mp(t,r){const n=De(t,r==null?void 0:r.in);return n.setHours(0,0,0,0),n}function dh(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r),s=Mp(a),c=Mp(i),d=+s-qi(s),f=+c-qi(c);return Math.round((d-f)/L8)}function j8(t,r){const n=ch(t,r),a=rt(t,0);return a.setFullYear(n,0,4),a.setHours(0,0,0,0),Ra(a)}function Y8(t,r,n){return On(t,r*3,n)}function Uu(t,r,n){return On(t,r*12,n)}function Dp(t,r){const n=+De(t)-+De(r);return n<0?-1:n>0?1:n}function fh(t){return t instanceof Date||typeof t=="object"&&Object.prototype.toString.call(t)==="[object Date]"}function ko(t){return!(!fh(t)&&typeof t!="number"||isNaN(+De(t)))}function Rp(t,r){const n=De(t,r==null?void 0:r.in);return Math.trunc(n.getMonth()/3)+1}function K8(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r);return a.getFullYear()-i.getFullYear()}function G8(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r),s=Dp(a,i),c=Math.abs(K8(a,i));a.setFullYear(1584),i.setFullYear(1584);const d=Dp(a,i)===-s,f=s*(c-+d);return f===0?0:f}function ph(t,r){const[n,a]=Do(t,r.start,r.end);return{start:n,end:a}}function hh(t,r){const{start:n,end:a}=ph(r==null?void 0:r.in,t);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 ta(t,r){const n=De(t,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 X8(t,r){const{start:n,end:a}=ph(r==null?void 0:r.in,t);let i=+n>+a;const s=i?+ta(n):+ta(a);let c=ta(i?a:n),d=1;const f=[];for(;+c<=s;)f.push(rt(n,c)),c=Y8(c,d);return i?f.reverse():f}function Q8(t,r){const n=De(t,r==null?void 0:r.in);return n.setDate(1),n.setHours(0,0,0,0),n}function mh(t,r){const n=De(t,r==null?void 0:r.in),a=n.getFullYear();return n.setFullYear(a+1,0,0),n.setHours(23,59,59,999),n}function So(t,r){const n=De(t,r==null?void 0:r.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function vh(t,r){var d,f,p,h;const n=sa(),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(t,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 Ap(t,r){const n=De(t,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 q8={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"}},J8=(t,r,n)=>{let a;const i=q8[t];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(t){return(r={})=>{const n=r.width?String(r.width):t.defaultWidth;return t.formats[n]||t.formats[t.defaultWidth]}}const Z8={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},e7={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},t7={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},n7={date:Os({formats:Z8,defaultWidth:"full"}),time:Os({formats:e7,defaultWidth:"full"}),dateTime:Os({formats:t7,defaultWidth:"full"})},r7={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},a7=(t,r,n,a)=>r7[t];function po(t){return(r,n)=>{const a=n!=null&&n.context?String(n.context):"standalone";let i;if(a==="formatting"&&t.formattingValues){const c=t.defaultFormattingWidth||t.defaultWidth,d=n!=null&&n.width?String(n.width):c;i=t.formattingValues[d]||t.formattingValues[c]}else{const c=t.defaultWidth,d=n!=null&&n.width?String(n.width):t.defaultWidth;i=t.values[d]||t.values[c]}const s=t.argumentCallback?t.argumentCallback(r):r;return i[s]}}const o7={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},i7={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},l7={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"]},s7={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"]},u7={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"}},c7={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"}},d7=(t,r)=>{const n=Number(t),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"},f7={ordinalNumber:d7,era:po({values:o7,defaultWidth:"wide"}),quarter:po({values:i7,defaultWidth:"wide",argumentCallback:t=>t-1}),month:po({values:l7,defaultWidth:"wide"}),day:po({values:s7,defaultWidth:"wide"}),dayPeriod:po({values:u7,defaultWidth:"wide",formattingValues:c7,defaultFormattingWidth:"wide"})};function ho(t){return(r,n={})=>{const a=n.width,i=a&&t.matchPatterns[a]||t.matchPatterns[t.defaultMatchWidth],s=r.match(i);if(!s)return null;const c=s[0],d=a&&t.parsePatterns[a]||t.parsePatterns[t.defaultParseWidth],f=Array.isArray(d)?h7(d,g=>g.test(c)):p7(d,g=>g.test(c));let p;p=t.valueCallback?t.valueCallback(f):f,p=n.valueCallback?n.valueCallback(p):p;const h=r.slice(c.length);return{value:p,rest:h}}}function p7(t,r){for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)&&r(t[n]))return n}function h7(t,r){for(let n=0;n<t.length;n++)if(r(t[n]))return n}function m7(t){return(r,n={})=>{const a=r.match(t.matchPattern);if(!a)return null;const i=a[0],s=r.match(t.parsePattern);if(!s)return null;let c=t.valueCallback?t.valueCallback(s[0]):s[0];c=n.valueCallback?n.valueCallback(c):c;const d=r.slice(i.length);return{value:c,rest:d}}}const v7=/^(\d+)(th|st|nd|rd)?/i,g7=/\d+/i,y7={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},b7={any:[/^b/i,/^(a|c)/i]},_7={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},w7={any:[/1/i,/2/i,/3/i,/4/i]},k7={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},x7={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]},E7={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},C7={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},$7={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},B7={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}},S7={ordinalNumber:m7({matchPattern:v7,parsePattern:g7,valueCallback:t=>parseInt(t,10)}),era:ho({matchPatterns:y7,defaultMatchWidth:"wide",parsePatterns:b7,defaultParseWidth:"any"}),quarter:ho({matchPatterns:_7,defaultMatchWidth:"wide",parsePatterns:w7,defaultParseWidth:"any",valueCallback:t=>t+1}),month:ho({matchPatterns:k7,defaultMatchWidth:"wide",parsePatterns:x7,defaultParseWidth:"any"}),day:ho({matchPatterns:E7,defaultMatchWidth:"wide",parsePatterns:C7,defaultParseWidth:"any"}),dayPeriod:ho({matchPatterns:$7,defaultMatchWidth:"any",parsePatterns:B7,defaultParseWidth:"any"})},gh={code:"en-US",formatDistance:J8,formatLong:n7,formatRelative:a7,localize:f7,match:S7,options:{weekStartsOn:0,firstWeekContainsDate:1}};function V7(t,r){const n=De(t,r==null?void 0:r.in);return dh(n,So(n))+1}function Wu(t,r){const n=De(t,r==null?void 0:r.in),a=+Ra(n)-+j8(n);return Math.round(a/lh)+1}function ju(t,r){var h,g,_,k;const n=De(t,r==null?void 0:r.in),a=n.getFullYear(),i=sa(),s=(r==null?void 0:r.firstWeekContainsDate)??((g=(h=r==null?void 0:r.locale)==null?void 0:h.options)==null?void 0:g.firstWeekContainsDate)??i.firstWeekContainsDate??((k=(_=i.locale)==null?void 0:_.options)==null?void 0:k.firstWeekContainsDate)??1,c=rt((r==null?void 0:r.in)||t,0);c.setFullYear(a+1,0,s),c.setHours(0,0,0,0);const d=Nn(c,r),f=rt((r==null?void 0:r.in)||t,0);f.setFullYear(a,0,s),f.setHours(0,0,0,0);const p=Nn(f,r);return+n>=+d?a+1:+n>=+p?a:a-1}function O7(t,r){var d,f,p,h;const n=sa(),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=ju(t,r),s=rt((r==null?void 0:r.in)||t,0);return s.setFullYear(i,0,a),s.setHours(0,0,0,0),Nn(s,r)}function Yu(t,r){const n=De(t,r==null?void 0:r.in),a=+Nn(n,r)-+O7(n,r);return Math.round(a/lh)+1}function nt(t,r){const n=t<0?"-":"",a=Math.abs(t).toString().padStart(r,"0");return n+a}const xr={y(t,r){const n=t.getFullYear(),a=n>0?n:1-n;return nt(r==="yy"?a%100:a,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,a=t.getMilliseconds(),i=Math.trunc(a*Math.pow(10,n-3));return nt(i,r.length)}},Ca={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Pp={G:function(t,r,n){const a=t.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(t,r,n){if(r==="yo"){const a=t.getFullYear(),i=a>0?a:1-a;return n.ordinalNumber(i,{unit:"year"})}return xr.y(t,r)},Y:function(t,r,n,a){const i=ju(t,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(t,r){const n=ch(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 a=Math.ceil((t.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(t,r,n){const a=Math.ceil((t.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(t,r,n){const a=t.getMonth();switch(r){case"M":case"MM":return xr.M(t,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(t,r,n){const a=t.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(t,r,n,a){const i=Yu(t,a);return r==="wo"?n.ordinalNumber(i,{unit:"week"}):nt(i,r.length)},I:function(t,r,n){const a=Wu(t);return r==="Io"?n.ordinalNumber(a,{unit:"week"}):nt(a,r.length)},d:function(t,r,n){return r==="do"?n.ordinalNumber(t.getDate(),{unit:"date"}):xr.d(t,r)},D:function(t,r,n){const a=V7(t);return r==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):nt(a,r.length)},E:function(t,r,n){const a=t.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(t,r,n,a){const i=t.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(t,r,n,a){const i=t.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(t,r,n){const a=t.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(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 a=t.getHours();let i;switch(a===12?i=Ca.noon:a===0?i=Ca.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(t,r,n){const a=t.getHours();let i;switch(a>=17?i=Ca.evening:a>=12?i=Ca.afternoon:a>=4?i=Ca.morning:i=Ca.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 a=t.getHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return xr.h(t,r)},H:function(t,r,n){return r==="Ho"?n.ordinalNumber(t.getHours(),{unit:"hour"}):xr.H(t,r)},K:function(t,r,n){const a=t.getHours()%12;return r==="Ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},k:function(t,r,n){let a=t.getHours();return a===0&&(a=24),r==="ko"?n.ordinalNumber(a,{unit:"hour"}):nt(a,r.length)},m:function(t,r,n){return r==="mo"?n.ordinalNumber(t.getMinutes(),{unit:"minute"}):xr.m(t,r)},s:function(t,r,n){return r==="so"?n.ordinalNumber(t.getSeconds(),{unit:"second"}):xr.s(t,r)},S:function(t,r){return xr.S(t,r)},X:function(t,r,n){const a=t.getTimezoneOffset();if(a===0)return"Z";switch(r){case"X":return Fp(a);case"XXXX":case"XX":return Jr(a);case"XXXXX":case"XXX":default:return Jr(a,":")}},x:function(t,r,n){const a=t.getTimezoneOffset();switch(r){case"x":return Fp(a);case"xxxx":case"xx":return Jr(a);case"xxxxx":case"xxx":default:return Jr(a,":")}},O:function(t,r,n){const a=t.getTimezoneOffset();switch(r){case"O":case"OO":case"OOO":return"GMT"+Lp(a,":");case"OOOO":default:return"GMT"+Jr(a,":")}},z:function(t,r,n){const a=t.getTimezoneOffset();switch(r){case"z":case"zz":case"zzz":return"GMT"+Lp(a,":");case"zzzz":default:return"GMT"+Jr(a,":")}},t:function(t,r,n){const a=Math.trunc(+t/1e3);return nt(a,r.length)},T:function(t,r,n){return nt(+t,r.length)}};function Lp(t,r=""){const n=t>0?"-":"+",a=Math.abs(t),i=Math.trunc(a/60),s=a%60;return s===0?n+String(i):n+String(i)+r+nt(s,2)}function Fp(t,r){return t%60===0?(t>0?"-":"+")+nt(Math.abs(t)/60,2):Jr(t,r)}function Jr(t,r=""){const n=t>0?"-":"+",a=Math.abs(t),i=nt(Math.trunc(a/60),2),s=nt(a%60,2);return n+i+r+s}const zp=(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"})}},yh=(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"})}},I7=(t,r)=>{const n=t.match(/(P+)(p+)?/)||[],a=n[1],i=n[2];if(!i)return zp(t,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}}",zp(a,r)).replace("{{time}}",yh(i,r))},gu={p:yh,P:I7},N7=/^D+$/,T7=/^Y+$/,M7=["D","DD","YY","YYYY"];function bh(t){return N7.test(t)}function _h(t){return T7.test(t)}function yu(t,r,n){const a=D7(t,r,n);if(console.warn(a),M7.includes(t))throw new RangeError(a)}function D7(t,r,n){const a=t[0]==="Y"?"years":"days of the month";return`Use \`${t.toLowerCase()}\` instead of \`${t}\` (in \`${r}\`) for formatting ${a} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const R7=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,A7=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,P7=/^'([^]*?)'?$/,L7=/''/g,F7=/[a-zA-Z]/;function Wn(t,r,n){var h,g,_,k,C,M,x,y;const a=sa(),i=(n==null?void 0:n.locale)??a.locale??gh,s=(n==null?void 0:n.firstWeekContainsDate)??((g=(h=n==null?void 0:n.locale)==null?void 0:h.options)==null?void 0:g.firstWeekContainsDate)??a.firstWeekContainsDate??((k=(_=a.locale)==null?void 0:_.options)==null?void 0:k.firstWeekContainsDate)??1,c=(n==null?void 0:n.weekStartsOn)??((M=(C=n==null?void 0:n.locale)==null?void 0:C.options)==null?void 0:M.weekStartsOn)??a.weekStartsOn??((y=(x=a.locale)==null?void 0:x.options)==null?void 0:y.weekStartsOn)??0,d=De(t,n==null?void 0:n.in);if(!ko(d))throw new RangeError("Invalid time value");let f=r.match(A7).map(E=>{const O=E[0];if(O==="p"||O==="P"){const S=gu[O];return S(E,i.formatLong)}return E}).join("").match(R7).map(E=>{if(E==="''")return{isToken:!1,value:"'"};const O=E[0];if(O==="'")return{isToken:!1,value:z7(E)};if(Pp[O])return{isToken:!0,value:E};if(O.match(F7))throw new RangeError("Format string contains an unescaped latin alphabet character `"+O+"`");return{isToken:!1,value:E}});i.localize.preprocessor&&(f=i.localize.preprocessor(d,f));const p={firstWeekContainsDate:s,weekStartsOn:c,locale:i};return f.map(E=>{if(!E.isToken)return E.value;const O=E.value;(!(n!=null&&n.useAdditionalWeekYearTokens)&&_h(O)||!(n!=null&&n.useAdditionalDayOfYearTokens)&&bh(O))&&yu(O,r,String(t));const S=Pp[O[0]];return S(d,O,i.localize,p)}).join("")}function z7(t){const r=t.match(P7);return r?r[1].replace(L7,"'"):t}function H7(t,r){return De(t,r==null?void 0:r.in).getDay()}function U7(t,r){const n=De(t,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 W7(){return Object.assign({},sa())}function ur(t,r){return De(t,r==null?void 0:r.in).getHours()}function j7(t,r){const n=De(t,r==null?void 0:r.in).getDay();return n===0?7:n}function Vr(t,r){return De(t,r==null?void 0:r.in).getMinutes()}function Ge(t,r){return De(t,r==null?void 0:r.in).getMonth()}function Aa(t){return De(t).getSeconds()}function Pe(t,r){return De(t,r==null?void 0:r.in).getFullYear()}function ia(t,r){return+De(t)>+De(r)}function Pa(t,r){return+De(t)<+De(r)}function Va(t,r){return+De(t)==+De(r)}function Y7(t,r){const n=K7(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 K7(t){var r;return typeof t=="function"&&((r=t.prototype)==null?void 0:r.constructor)===t}const G7=10;class wh{constructor(){Ce(this,"subPriority",0)}validate(r,n){return!0}}class X7 extends wh{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 Q7 extends wh{constructor(n,a){super();Ce(this,"priority",G7);Ce(this,"subPriority",-1);this.context=n||(i=>rt(a,i))}set(n,a){return a.timestampIsSet?n:rt(n,Y7(n,this.context))}}class Je{run(r,n,a,i){const s=this.parse(r,n,a,i);return s?{setter:new X7(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(r,n,a){return!0}}class q7 extends Je{constructor(){super(...arguments);Ce(this,"priority",140);Ce(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 xt={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},Pn={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Et(t,r){return t&&{value:r(t.value),rest:t.rest}}function mt(t,r){const n=r.match(t);return n?{value:parseInt(n[0],10),rest:r.slice(n[0].length)}:null}function Ln(t,r){const n=r.match(t);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*sh+s*F8+c*z8),rest:r.slice(n[0].length)}}function kh(t){return mt(xt.anyDigitsSigned,t)}function yt(t,r){switch(t){case 1:return mt(xt.singleDigit,r);case 2:return mt(xt.twoDigits,r);case 3:return mt(xt.threeDigits,r);case 4:return mt(xt.fourDigits,r);default:return mt(new RegExp("^\\d{1,"+t+"}"),r)}}function Ji(t,r){switch(t){case 1:return mt(xt.singleDigitSigned,r);case 2:return mt(xt.twoDigitsSigned,r);case 3:return mt(xt.threeDigitsSigned,r);case 4:return mt(xt.fourDigitsSigned,r);default:return mt(new RegExp("^-?\\d{1,"+t+"}"),r)}}function Ku(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 xh(t,r){const n=r>0,a=n?r:1-r;let i;if(a<=50)i=t||100;else{const s=a+50,c=Math.trunc(s/100)*100,d=t>=s%100;i=t+c-(d?100:0)}return n?i:1-i}function Eh(t){return t%400===0||t%4===0&&t%100!==0}class J7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(n,a,i){const s=c=>({year:c,isTwoDigitYear:a==="yy"});switch(a){case"y":return Et(yt(4,n),s);case"yo":return Et(i.ordinalNumber(n,{unit:"year"}),s);default:return Et(yt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,i){const s=n.getFullYear();if(i.isTwoDigitYear){const d=xh(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 Z7 extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(n,a,i){const s=c=>({year:c,isTwoDigitYear:a==="YY"});switch(a){case"Y":return Et(yt(4,n),s);case"Yo":return Et(i.ordinalNumber(n,{unit:"year"}),s);default:return Et(yt(a.length,n),s)}}validate(n,a){return a.isTwoDigitYear||a.year>0}set(n,a,i,s){const c=ju(n,s);if(i.isTwoDigitYear){const f=xh(i.year,c);return n.setFullYear(f,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Nn(n,s)}const d=!("era"in a)||a.era===1?i.year:1-i.year;return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),Nn(n,s)}}class ek extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(n,a){return Ji(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),Ra(s)}}class tk extends Je{constructor(){super(...arguments);Ce(this,"priority",130);Ce(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,a){return Ji(a==="u"?4:a.length,n)}set(n,a,i){return n.setFullYear(i,0,1),n.setHours(0,0,0,0),n}}class nk extends Je{constructor(){super(...arguments);Ce(this,"priority",120);Ce(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"Q":case"QQ":return yt(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 rk extends Je{constructor(){super(...arguments);Ce(this,"priority",120);Ce(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"q":case"qq":return yt(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 ak extends Je{constructor(){super(...arguments);Ce(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);Ce(this,"priority",110)}parse(n,a,i){const s=c=>c-1;switch(a){case"M":return Et(mt(xt.month,n),s);case"MM":return Et(yt(2,n),s);case"Mo":return Et(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 ok extends Je{constructor(){super(...arguments);Ce(this,"priority",110);Ce(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(n,a,i){const s=c=>c-1;switch(a){case"L":return Et(mt(xt.month,n),s);case"LL":return Et(yt(2,n),s);case"Lo":return Et(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 ik(t,r,n){const a=De(t,n==null?void 0:n.in),i=Yu(a,n)-r;return a.setDate(a.getDate()-i*7),De(a,n==null?void 0:n.in)}class lk extends Je{constructor(){super(...arguments);Ce(this,"priority",100);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(n,a,i){switch(a){case"w":return mt(xt.week,n);case"wo":return i.ordinalNumber(n,{unit:"week"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,i,s){return Nn(ik(n,i,s),s)}}function sk(t,r,n){const a=De(t,n==null?void 0:n.in),i=Wu(a,n)-r;return a.setDate(a.getDate()-i*7),a}class uk extends Je{constructor(){super(...arguments);Ce(this,"priority",100);Ce(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(n,a,i){switch(a){case"I":return mt(xt.week,n);case"Io":return i.ordinalNumber(n,{unit:"week"});default:return yt(a.length,n)}}validate(n,a){return a>=1&&a<=53}set(n,a,i){return Ra(sk(n,i))}}const ck=[31,28,31,30,31,30,31,31,30,31,30,31],dk=[31,29,31,30,31,30,31,31,30,31,30,31];class fk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"subPriority",1);Ce(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(n,a,i){switch(a){case"d":return mt(xt.date,n);case"do":return i.ordinalNumber(n,{unit:"date"});default:return yt(a.length,n)}}validate(n,a){const i=n.getFullYear(),s=Eh(i),c=n.getMonth();return s?a>=1&&a<=dk[c]:a>=1&&a<=ck[c]}set(n,a,i){return n.setDate(i),n.setHours(0,0,0,0),n}}class pk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"subpriority",1);Ce(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(n,a,i){switch(a){case"D":case"DD":return mt(xt.dayOfYear,n);case"Do":return i.ordinalNumber(n,{unit:"date"});default:return yt(a.length,n)}}validate(n,a){const i=n.getFullYear();return Eh(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 Gu(t,r,n){var g,_,k,C;const a=sa(),i=(n==null?void 0:n.weekStartsOn)??((_=(g=n==null?void 0:n.locale)==null?void 0:g.options)==null?void 0:_.weekStartsOn)??a.weekStartsOn??((C=(k=a.locale)==null?void 0:k.options)==null?void 0:C.weekStartsOn)??0,s=De(t,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 bn(s,h,n)}class hk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(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=Gu(n,i,s),n.setHours(0,0,0,0),n}}class mk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(n,a,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 Et(yt(a.length,n),c);case"eo":return Et(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=Gu(n,i,s),n.setHours(0,0,0,0),n}}class vk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(n,a,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 Et(yt(a.length,n),c);case"co":return Et(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=Gu(n,i,s),n.setHours(0,0,0,0),n}}function gk(t,r,n){const a=De(t,n==null?void 0:n.in),i=j7(a,n),s=r-i;return bn(a,s,n)}class yk extends Je{constructor(){super(...arguments);Ce(this,"priority",90);Ce(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(n,a,i){const s=c=>c===0?7:c;switch(a){case"i":case"ii":return yt(a.length,n);case"io":return i.ordinalNumber(n,{unit:"day"});case"iii":return Et(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 Et(i.day(n,{width:"narrow",context:"formatting"}),s);case"iiiiii":return Et(i.day(n,{width:"short",context:"formatting"})||i.day(n,{width:"narrow",context:"formatting"}),s);case"iiii":default:return Et(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=gk(n,i),n.setHours(0,0,0,0),n}}class bk extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(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(Ku(i),0,0,0),n}}class _k extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(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(Ku(i),0,0,0),n}}class wk extends Je{constructor(){super(...arguments);Ce(this,"priority",80);Ce(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(Ku(i),0,0,0),n}}class kk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,a,i){switch(a){case"h":return mt(xt.hour12h,n);case"ho":return i.ordinalNumber(n,{unit:"hour"});default:return yt(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 xk extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,a,i){switch(a){case"H":return mt(xt.hour23h,n);case"Ho":return i.ordinalNumber(n,{unit:"hour"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=23}set(n,a,i){return n.setHours(i,0,0,0),n}}class Ek extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,a,i){switch(a){case"K":return mt(xt.hour11h,n);case"Ko":return i.ordinalNumber(n,{unit:"hour"});default:return yt(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 Ck extends Je{constructor(){super(...arguments);Ce(this,"priority",70);Ce(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,a,i){switch(a){case"k":return mt(xt.hour24h,n);case"ko":return i.ordinalNumber(n,{unit:"hour"});default:return yt(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 $k extends Je{constructor(){super(...arguments);Ce(this,"priority",60);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a,i){switch(a){case"m":return mt(xt.minute,n);case"mo":return i.ordinalNumber(n,{unit:"minute"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,i){return n.setMinutes(i,0,0),n}}class Bk extends Je{constructor(){super(...arguments);Ce(this,"priority",50);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a,i){switch(a){case"s":return mt(xt.second,n);case"so":return i.ordinalNumber(n,{unit:"second"});default:return yt(a.length,n)}}validate(n,a){return a>=0&&a<=59}set(n,a,i){return n.setSeconds(i,0),n}}class Sk extends Je{constructor(){super(...arguments);Ce(this,"priority",30);Ce(this,"incompatibleTokens",["t","T"])}parse(n,a){const i=s=>Math.trunc(s*Math.pow(10,-a.length+3));return Et(yt(a.length,n),i)}set(n,a,i){return n.setMilliseconds(i),n}}class Vk extends Je{constructor(){super(...arguments);Ce(this,"priority",10);Ce(this,"incompatibleTokens",["t","T","x"])}parse(n,a){switch(a){case"X":return Ln(Pn.basicOptionalMinutes,n);case"XX":return Ln(Pn.basic,n);case"XXXX":return Ln(Pn.basicOptionalSeconds,n);case"XXXXX":return Ln(Pn.extendedOptionalSeconds,n);case"XXX":default:return Ln(Pn.extended,n)}}set(n,a,i){return a.timestampIsSet?n:rt(n,n.getTime()-qi(n)-i)}}class Ok extends Je{constructor(){super(...arguments);Ce(this,"priority",10);Ce(this,"incompatibleTokens",["t","T","X"])}parse(n,a){switch(a){case"x":return Ln(Pn.basicOptionalMinutes,n);case"xx":return Ln(Pn.basic,n);case"xxxx":return Ln(Pn.basicOptionalSeconds,n);case"xxxxx":return Ln(Pn.extendedOptionalSeconds,n);case"xxx":default:return Ln(Pn.extended,n)}}set(n,a,i){return a.timestampIsSet?n:rt(n,n.getTime()-qi(n)-i)}}class Ik extends Je{constructor(){super(...arguments);Ce(this,"priority",40);Ce(this,"incompatibleTokens","*")}parse(n){return kh(n)}set(n,a,i){return[rt(n,i*1e3),{timestampIsSet:!0}]}}class Nk extends Je{constructor(){super(...arguments);Ce(this,"priority",20);Ce(this,"incompatibleTokens","*")}parse(n){return kh(n)}set(n,a,i){return[rt(n,i),{timestampIsSet:!0}]}}const Tk={G:new q7,y:new J7,Y:new Z7,R:new ek,u:new tk,Q:new nk,q:new rk,M:new ak,L:new ok,w:new lk,I:new uk,d:new fk,D:new pk,E:new hk,e:new mk,c:new vk,i:new yk,a:new bk,b:new _k,B:new wk,h:new kk,H:new xk,K:new Ek,k:new Ck,m:new $k,s:new Bk,S:new Sk,X:new Vk,x:new Ok,t:new Ik,T:new Nk},Mk=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Dk=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Rk=/^'([^]*?)'?$/,Ak=/''/g,Pk=/\S/,Lk=/[a-zA-Z]/;function bu(t,r,n,a){var x,y,E,O,S,L,V,T;const i=()=>rt((a==null?void 0:a.in)||n,NaN),s=W7(),c=(a==null?void 0:a.locale)??s.locale??gh,d=(a==null?void 0:a.firstWeekContainsDate)??((y=(x=a==null?void 0:a.locale)==null?void 0:x.options)==null?void 0:y.firstWeekContainsDate)??s.firstWeekContainsDate??((O=(E=s.locale)==null?void 0:E.options)==null?void 0:O.firstWeekContainsDate)??1,f=(a==null?void 0:a.weekStartsOn)??((L=(S=a==null?void 0:a.locale)==null?void 0:S.options)==null?void 0:L.weekStartsOn)??s.weekStartsOn??((T=(V=s.locale)==null?void 0:V.options)==null?void 0:T.weekStartsOn)??0;if(!r)return t?i():De(n,a==null?void 0:a.in);const p={firstWeekContainsDate:d,weekStartsOn:f,locale:c},h=[new Q7(a==null?void 0:a.in,n)],g=r.match(Dk).map(N=>{const P=N[0];if(P in gu){const b=gu[P];return b(N,c.formatLong)}return N}).join("").match(Mk),_=[];for(let N of g){!(a!=null&&a.useAdditionalWeekYearTokens)&&_h(N)&&yu(N,r,t),!(a!=null&&a.useAdditionalDayOfYearTokens)&&bh(N)&&yu(N,r,t);const P=N[0],b=Tk[P];if(b){const{incompatibleTokens:R}=b;if(Array.isArray(R)){const ie=_.find(H=>R.includes(H.token)||H.token===P);if(ie)throw new RangeError(`The format string mustn't contain \`${ie.fullToken}\` and \`${N}\` at the same time`)}else if(b.incompatibleTokens==="*"&&_.length>0)throw new RangeError(`The format string mustn't contain \`${N}\` and any other token at the same time`);_.push({token:P,fullToken:N});const Y=b.run(t,N,c.match,p);if(!Y)return i();h.push(Y.setter),t=Y.rest}else{if(P.match(Lk))throw new RangeError("Format string contains an unescaped latin alphabet character `"+P+"`");if(N==="''"?N="'":P==="'"&&(N=Fk(N)),t.indexOf(N)===0)t=t.slice(N.length);else return i()}}if(t.length>0&&Pk.test(t))return i();const k=h.map(N=>N.priority).sort((N,P)=>P-N).filter((N,P,b)=>b.indexOf(N)===P).map(N=>h.filter(P=>P.priority===N).sort((P,b)=>b.subPriority-P.subPriority)).map(N=>N[0]);let C=De(n,a==null?void 0:a.in);if(isNaN(+C))return i();const M={};for(const N of k){if(!N.validate(C,p))return i();const P=N.set(C,M,p);Array.isArray(P)?(C=P[0],Object.assign(M,P[1])):C=P}return C}function Fk(t){return t.match(Rk)[1].replace(Ak,"'")}function Hp(t,r,n){const[a,i]=Do(n==null?void 0:n.in,t,r);return+ta(a)==+ta(i)}function Ch(t,r,n){return bn(t,-r,n)}function $h(t,r,n){const a=De(t,n==null?void 0:n.in),i=a.getFullYear(),s=a.getDate(),c=rt(t,0);c.setFullYear(i,r,15),c.setHours(0,0,0,0);const d=U7(c);return a.setMonth(r,Math.min(s,d)),a}function it(t,r,n){let a=De(t,n==null?void 0:n.in);return isNaN(+a)?rt(t,NaN):(r.year!=null&&a.setFullYear(r.year),r.month!=null&&(a=$h(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 zk(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setHours(r),a}function Bh(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setMilliseconds(r),a}function Hk(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setMinutes(r),a}function Sh(t,r,n){const a=De(t,n==null?void 0:n.in);return a.setSeconds(r),a}function zn(t,r,n){const a=De(t,n==null?void 0:n.in);return isNaN(+a)?rt(t,NaN):(a.setFullYear(r),a)}function La(t,r,n){return On(t,-r,n)}function Uk(t,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=La(t,i+a*12,n),g=Ch(h,c+s*7,n),_=f+d*60,C=(p+_*60)*1e3;return rt(t,+g-C)}function Vh(t,r,n){return Uu(t,-r,n)}function Wa(){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"})])}Wa.compatConfig={MODE:3};function Oh(){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"})])}Oh.compatConfig={MODE:3};function Xu(){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"})])}Xu.compatConfig={MODE:3};function Qu(){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"})])}Qu.compatConfig={MODE:3};function qu(){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"})])}qu.compatConfig={MODE:3};function Ju(){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"})])}Ju.compatConfig={MODE:3};function Zu(){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"})])}Zu.compatConfig={MODE:3};const Jt=(t,r)=>r?new Date(t.toLocaleString("en-US",{timeZone:r})):new Date(t),ec=(t,r,n)=>_u(t,r,n)||ge(),Wk=(t,r,n)=>{const a=r.dateInTz?Jt(new Date(t),r.dateInTz):ge(t);return n?Mt(a,!0):a},_u=(t,r,n)=>{if(!t)return null;const a=n?Mt(ge(t),!0):ge(t);return r?r.exactMatch?Wk(t,r,n):Jt(a,r.timezone):a},jk=t=>{const r=new Date(t.getFullYear(),0,1).getTimezoneOffset();return t.getTimezoneOffset()<r},Yk=(t,r)=>{if(!t)return 0;const n=new Date,a=new Date(n.toLocaleString("en-US",{timeZone:"UTC"})),i=new Date(n.toLocaleString("en-US",{timeZone:t})),s=(jk(r??i)?i:r??i).getTimezoneOffset()/60;return(+a-+i)/(1e3*60*60)-s};var Bn=(t=>(t.month="month",t.year="year",t))(Bn||{}),Sn=(t=>(t.top="top",t.bottom="bottom",t))(Sn||{}),ra=(t=>(t.header="header",t.calendar="calendar",t.timePicker="timePicker",t))(ra||{}),Pt=(t=>(t.month="month",t.year="year",t.calendar="calendar",t.time="time",t.minutes="minutes",t.hours="hours",t.seconds="seconds",t))(Pt||{});const Kk=["timestamp","date","iso"];var Ut=(t=>(t.up="up",t.down="down",t.left="left",t.right="right",t))(Ut||{}),dt=(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))(dt||{}),Ia=(t=>(t.MONTH_AND_YEAR="MM-yyyy",t.YEAR="yyyy",t.DATE="dd-MM-yyyy",t))(Ia||{});function Up(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 Gk(t){return r=>Wn(Jt(new Date(`2017-01-0${r}T00:00:00+00:00`),"UTC"),"EEEEEE",{locale:t})}const Xk=(t,r,n)=>{const a=[1,2,3,4,5,6,7];let i;if(t!==null)try{i=a.map(Gk(t))}catch{i=a.map(Up(r))}else i=a.map(Up(r));const s=i.slice(0,n),c=i.slice(n+1,i.length);return[i[n]].concat(...c).concat(...s)},tc=(t,r,n)=>{const a=[];for(let i=+t[0];i<=+t[1];i++)a.push({value:+i,text:Mh(i,r)});return n?a.reverse():a},Ih=(t,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(t!==null)try{const s=n==="long"?"LLLL":"LLL";return a.map((c,d)=>{const f=Wn(Jt(c,"UTC"),s,{locale:t});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}})},Qk=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},qk=t=>({type:"dot",...t??{}}),Nh=t=>Array.isArray(t)?!!t[0]&&!!t[1]:!1,nc={prop:t=>`"${t}" prop must be enabled!`,dateArr:t=>`You need to use array as "model-value" binding in order to support "${t}"`},It=t=>t,Wp=t=>t===0?t:!t||isNaN(+t)?null:+t,jp=t=>t===null,Th=t=>{if(t)return[...t.querySelectorAll("input, button, select, textarea, a[href]")][0]},Jk=t=>{const r=[],n=a=>a.filter(i=>i);for(let a=0;a<t.length;a+=3){const i=[t[a],t[a+1],t[a+2]];r.push(n(i))}return r},Vo=(t,r,n)=>{const a=n!=null,i=r!=null;if(!a&&!i)return!1;const s=+n,c=+r;return a&&i?+t>s||+t<c:a?+t>s:i?+t<c:!1},Fa=(t,r)=>Jk(t).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}}})),Br=(t,r,n=!1)=>{t&&r.allowStopPropagation&&(n&&t.stopImmediatePropagation(),t.stopPropagation())},Zk=()=>["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 ex(t,r){let n=[...document.querySelectorAll(Zk())];n=n.filter(i=>!t.contains(i)||i.hasAttribute("data-datepicker-instance"));const a=n.indexOf(t);if(a>=0&&(r?a-1>=0:a+1<=n.length))return n[a+(r?-1:1)]}const wu=(t,r)=>t==null?void 0:t.querySelector(`[data-dp-element="${r}"]`),Mh=(t,r)=>new Intl.NumberFormat(r,{useGrouping:!1,style:"decimal"}).format(t),rc=(t,r)=>Wn(t,r??Ia.DATE),Is=t=>Array.isArray(t),Zi=(t,r,n)=>r.get(rc(t,n)),tx=(t,r)=>t?r?r instanceof Map?!!Zi(t,r):r(ge(t)):!1:!0,Wt=(t,r,n=!1,a)=>{if(t.key===dt.enter||t.key===dt.space)return n&&t.preventDefault(),r();if(a)return a(t)},nx=()=>["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].some(t=>navigator.userAgent.includes(t))||navigator.userAgent.includes("Mac")&&"ontouchend"in document,rx=(t,r)=>t?Ia.MONTH_AND_YEAR:r?Ia.YEAR:Ia.DATE;/**
35
35
  * @vue/shared v3.5.13
36
36
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
37
37
  * @license MIT
38
- **/process.env.NODE_ENV!=="production"&&Object.freeze({});process.env.NODE_ENV!=="production"&&Object.freeze([]);let Yp;const ax=()=>Yp||(Yp=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 t=ax(),r=(n,a)=>{let i;return(i=t[n])||(i=t[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;e.initDirectivesForSSR();var ku=function(t,r){return ku=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])},ku(t,r)};function Dh(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");ku(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}var Oa=function(){return Oa=Object.assign||function(t){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)&&(t[i]=r[i])}return t},Oa.apply(this,arguments)};function ac(t,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(g){c(g)}}function f(h){try{p(a.throw(h))}catch(g){c(g)}}function p(h){h.done?s(h.value):i(h.value).then(d,f)}p((a=a.apply(t,r||[])).next())})}function oc(t,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(t,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 Rh(t,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 t.concat(s||Array.prototype.slice.call(r))}var Kp=function(){function t(){this.installedPlugins=[]}return t.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})},t.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)},t.prototype.reset=function(){this.installedPlugins=[]},t}(),Ah={plugins:{VueWrapper:new Kp,DOMWrapper:new Kp}},Oi=function(t){return!!t&&typeof t=="object"};function ox(t){if(t instanceof Object){var r=t.constructor&&t.constructor.toString().substring(0,5)==="class";if(!("prototype"in t))return r;var n=t.prototype,a=n.constructor&&n.constructor.toString&&n.constructor.toString().substring(0,5)==="class";return r||a}}var Ph=function(t,r){var n;return!Oi(t)||!Oi(r)?r:(Object.keys(r).concat(ox(r)?Object.getOwnPropertyNames((n=Object.getPrototypeOf(r))!==null&&n!==void 0?n:{}):Object.getOwnPropertyNames(r)).forEach(function(a){var i=t[a],s=r[a];Array.isArray(i)&&Array.isArray(s)||s instanceof Date?t[a]=s:Oi(i)&&Oi(s)?t[a]=Ph(Object.assign({},i),s):t[a]=s}),t)};function ix(t){return typeof t=="function"&&"__vccOpts"in t}function lx(t){return!!(t&&(typeof t=="object"||typeof t=="function"))}function sx(t){return typeof t=="function"&&!ix(t)}function ux(t){return!!(t&&typeof t=="object")}function cx(t){var r,n;return t.nodeType!==Node.COMMENT_NODE&&(n=(r=t.textContent)===null||r===void 0?void 0:r.trim())!==null&&n!==void 0?n:""}function dx(t,r){return t.hasOwnProperty(r)}function fx(t){return!!t}function px(t){return typeof t=="object"&&"ref"in t}function hx(t){return t&&t.$.devtoolsRawSetupState}var mx=["stop","prevent","self","exact","prevent","capture"],vx=["ctrl","shift","alt","meta"],gx=["left","middle","right"],yx={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},Lh={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 bx(t,r){for(var n=[],a=[],i=0;i<t.length;i++){var s=t[i];mx.includes(s)||(vx.includes(s)||gx.includes(s)&&r?a.push(s):n.push(s))}return{keyModifiers:n,systemModifiers:a}}function _x(t){var r=t.modifiers,n=t.options,a=n===void 0?{}:n,i=t.eventType,s=i==="click",c=bx(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=Lh[i]||{eventInterface:"Event",cancelable:!0,bubbles:!0},h=f.reduce(function(k,$){return k["".concat($,"Key")]=!0,k},{}),g=yx[d[0]]||a&&(a.keyCode||a.code),_=Oa(Oa(Oa(Oa({},h),a),{bubbles:p.bubbles,cancelable:p.cancelable,keyCode:g,code:g}),d[0]?{key:d[0]}:{});return{eventProperties:_,meta:p,eventType:i}}function wx(t){var r=_x(t),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 kx(t,r){var n=t.split("."),a=n[0],i=n.slice(1),s={eventType:a,modifiers:i,options:r},c=wx(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 xx=new WeakMap;function Gp(t){return xx.get(t)}var Fh=function(t){var r=Object.create(null);return function(n){var a=r[n];return a||(r[n]=t(n))}},Ex=/-(\w)/g,Xp=Fh(function(t){return t.replace(Ex,function(r,n){return n?n.toUpperCase():""})}),Qp=Fh(function(t){return t.charAt(0).toUpperCase()+t.slice(1)});function qp(t,r){var n=Xp(t),a=Qp(n);return!!r&&(r===t||r===n||r===a||Qp(Xp(r))===a)}function Cx(t){var r,n;return(n=(r=Kb.compatUtils)===null||r===void 0?void 0:r.isCompatEnabled(t))!==null&&n!==void 0?n:!1}function zh(t){return!Cx("GLOBAL_EXTEND")||typeof t!="function"?!1:dx(t,"super")&&t.super.extend({}).super===t.super}function Hh(t){return zh(t)?t.options:t}var Uh=function(t,r){return Object.keys((t==null?void 0:t.setupState)||{}).find(function(n){var a;return((a=Object.getOwnPropertyDescriptor(t.setupState,n))===null||a===void 0?void 0:a.value)===r})},$x=function(t,r){if(!t||!t.parent)return null;var n=t.type.components;for(var a in n)if(n[a]===r)return a;return Uh(t.parent,r)||null},Bx=function(t,r){return ux(r)?Uh(t,r)||r.name||r.__name||"":zh(r)?Hh(r).name||"":sx(r)?r.displayName||r.name:""};function Wh(t,r){var n,a,i,s=Hh(r);if(!t.component)return!1;var c=t.type;if(!lx(c))return!1;if(typeof s=="string")return(a=(n=t.el)===null||n===void 0?void 0:n.matches)===null||a===void 0?void 0:a.call(n,s);var d=[c,Gp(c)].filter(Boolean),f=(i=Gp(s))!==null&&i!==void 0?i:s;if(d.includes(f))return!0;var p;p=Bx(t.component,c);var h=s.name;if(p&&h)return qp(h,p);if(p=$x(t.component,c)||void 0,t.component.parent){var g=t.component.parent.type.components;for(var _ in g)!h&&g[_]===s&&(h=_),!p&&g[_]===c&&(p=_)}return h&&p?qp(h,p):!1}function Sx(t){return!!t&&typeof t=="object"}function Wi(t,r){if(r&&Array.isArray(r)){var n=Rh([],r).reverse().filter(Sx);n.forEach(function(a){Array.isArray(a)?Wi(t,a):t.unshift(a)})}}function Vx(t,r){for(var n=[],a=[t];a.length;){var i=a.shift();if(Wi(a,i.children),i.component&&Wi(a,[i.component.subTree]),i.suspense){var s=i.suspense.activeBranch;Wi(a,[s])}Wh(i,r)&&!n.includes(i)&&n.push(i)}return n}function Ox(t,r){var n=Vx(t,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 Cr(t){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(t,"."))}}})}/*!
38
+ **/process.env.NODE_ENV!=="production"&&Object.freeze({});process.env.NODE_ENV!=="production"&&Object.freeze([]);let Yp;const ax=()=>Yp||(Yp=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 t=ax(),r=(n,a)=>{let i;return(i=t[n])||(i=t[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;e.initDirectivesForSSR();var ku=function(t,r){return ku=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])},ku(t,r)};function Dh(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");ku(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}var Oa=function(){return Oa=Object.assign||function(t){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)&&(t[i]=r[i])}return t},Oa.apply(this,arguments)};function ac(t,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(g){c(g)}}function f(h){try{p(a.throw(h))}catch(g){c(g)}}function p(h){h.done?s(h.value):i(h.value).then(d,f)}p((a=a.apply(t,r||[])).next())})}function oc(t,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(t,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 Rh(t,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 t.concat(s||Array.prototype.slice.call(r))}var Kp=function(){function t(){this.installedPlugins=[]}return t.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})},t.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)},t.prototype.reset=function(){this.installedPlugins=[]},t}(),Ah={plugins:{VueWrapper:new Kp,DOMWrapper:new Kp}},Oi=function(t){return!!t&&typeof t=="object"};function ox(t){if(t instanceof Object){var r=t.constructor&&t.constructor.toString().substring(0,5)==="class";if(!("prototype"in t))return r;var n=t.prototype,a=n.constructor&&n.constructor.toString&&n.constructor.toString().substring(0,5)==="class";return r||a}}var Ph=function(t,r){var n;return!Oi(t)||!Oi(r)?r:(Object.keys(r).concat(ox(r)?Object.getOwnPropertyNames((n=Object.getPrototypeOf(r))!==null&&n!==void 0?n:{}):Object.getOwnPropertyNames(r)).forEach(function(a){var i=t[a],s=r[a];Array.isArray(i)&&Array.isArray(s)||s instanceof Date?t[a]=s:Oi(i)&&Oi(s)?t[a]=Ph(Object.assign({},i),s):t[a]=s}),t)};function ix(t){return typeof t=="function"&&"__vccOpts"in t}function lx(t){return!!(t&&(typeof t=="object"||typeof t=="function"))}function sx(t){return typeof t=="function"&&!ix(t)}function ux(t){return!!(t&&typeof t=="object")}function cx(t){var r,n;return t.nodeType!==Node.COMMENT_NODE&&(n=(r=t.textContent)===null||r===void 0?void 0:r.trim())!==null&&n!==void 0?n:""}function dx(t,r){return t.hasOwnProperty(r)}function fx(t){return!!t}function px(t){return typeof t=="object"&&"ref"in t}function hx(t){return t&&t.$.devtoolsRawSetupState}var mx=["stop","prevent","self","exact","prevent","capture"],vx=["ctrl","shift","alt","meta"],gx=["left","middle","right"],yx={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},Lh={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 bx(t,r){for(var n=[],a=[],i=0;i<t.length;i++){var s=t[i];mx.includes(s)||(vx.includes(s)||gx.includes(s)&&r?a.push(s):n.push(s))}return{keyModifiers:n,systemModifiers:a}}function _x(t){var r=t.modifiers,n=t.options,a=n===void 0?{}:n,i=t.eventType,s=i==="click",c=bx(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=Lh[i]||{eventInterface:"Event",cancelable:!0,bubbles:!0},h=f.reduce(function(k,C){return k["".concat(C,"Key")]=!0,k},{}),g=yx[d[0]]||a&&(a.keyCode||a.code),_=Oa(Oa(Oa(Oa({},h),a),{bubbles:p.bubbles,cancelable:p.cancelable,keyCode:g,code:g}),d[0]?{key:d[0]}:{});return{eventProperties:_,meta:p,eventType:i}}function wx(t){var r=_x(t),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 kx(t,r){var n=t.split("."),a=n[0],i=n.slice(1),s={eventType:a,modifiers:i,options:r},c=wx(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 xx=new WeakMap;function Gp(t){return xx.get(t)}var Fh=function(t){var r=Object.create(null);return function(n){var a=r[n];return a||(r[n]=t(n))}},Ex=/-(\w)/g,Xp=Fh(function(t){return t.replace(Ex,function(r,n){return n?n.toUpperCase():""})}),Qp=Fh(function(t){return t.charAt(0).toUpperCase()+t.slice(1)});function qp(t,r){var n=Xp(t),a=Qp(n);return!!r&&(r===t||r===n||r===a||Qp(Xp(r))===a)}function Cx(t){var r,n;return(n=(r=Kb.compatUtils)===null||r===void 0?void 0:r.isCompatEnabled(t))!==null&&n!==void 0?n:!1}function zh(t){return!Cx("GLOBAL_EXTEND")||typeof t!="function"?!1:dx(t,"super")&&t.super.extend({}).super===t.super}function Hh(t){return zh(t)?t.options:t}var Uh=function(t,r){return Object.keys((t==null?void 0:t.setupState)||{}).find(function(n){var a;return((a=Object.getOwnPropertyDescriptor(t.setupState,n))===null||a===void 0?void 0:a.value)===r})},$x=function(t,r){if(!t||!t.parent)return null;var n=t.type.components;for(var a in n)if(n[a]===r)return a;return Uh(t.parent,r)||null},Bx=function(t,r){return ux(r)?Uh(t,r)||r.name||r.__name||"":zh(r)?Hh(r).name||"":sx(r)?r.displayName||r.name:""};function Wh(t,r){var n,a,i,s=Hh(r);if(!t.component)return!1;var c=t.type;if(!lx(c))return!1;if(typeof s=="string")return(a=(n=t.el)===null||n===void 0?void 0:n.matches)===null||a===void 0?void 0:a.call(n,s);var d=[c,Gp(c)].filter(Boolean),f=(i=Gp(s))!==null&&i!==void 0?i:s;if(d.includes(f))return!0;var p;p=Bx(t.component,c);var h=s.name;if(p&&h)return qp(h,p);if(p=$x(t.component,c)||void 0,t.component.parent){var g=t.component.parent.type.components;for(var _ in g)!h&&g[_]===s&&(h=_),!p&&g[_]===c&&(p=_)}return h&&p?qp(h,p):!1}function Sx(t){return!!t&&typeof t=="object"}function Wi(t,r){if(r&&Array.isArray(r)){var n=Rh([],r).reverse().filter(Sx);n.forEach(function(a){Array.isArray(a)?Wi(t,a):t.unshift(a)})}}function Vx(t,r){for(var n=[],a=[t];a.length;){var i=a.shift();if(Wi(a,i.children),i.component&&Wi(a,[i.component.subTree]),i.suspense){var s=i.suspense.activeBranch;Wi(a,[s])}Wh(i,r)&&!n.includes(i)&&n.push(i)}return n}function Ox(t,r){var n=Vx(t,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 Cr(t){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(t,"."))}}})}/*!
39
39
  * isElementVisible
40
40
  * Adapted from https://github.com/testing-library/jest-dom
41
41
  * Licensed under the MIT License.
@@ -49,23 +49,23 @@ function print() { __p += __j.call(arguments, '') }
49
49
  `+i+`
50
50
  You passed in: '`+this.raw_options[a]+"'");return c[0]},t.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
51
  `+i+`
52
- You passed in: '`+this.raw_options[a]+"'");return c},t.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 go.Options=t,go.normalizeOpts=n,go.mergeOpts=r,go}var r0;function Qh(){if(r0)return Rs;r0=1;var t=sc().Options,r=["before-newline","after-newline","preserve-newline"];function n(a){t.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 t,Rs.Options=n,Rs}var $a={},As={},a0;function uc(){if(a0)return As;a0=1;var t=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&&!(t&&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&&t&&(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},As.InputScanner=r,As}var Ni={},Ps={},o0;function Dx(){if(o0)return Ps;o0=1;function t(r){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=r}return t.prototype.restart=function(){this.__position=0},t.prototype.isEmpty=function(){return this.__tokens_length===0},t.prototype.hasNext=function(){return this.__position<this.__tokens_length},t.prototype.next=function(){var r=null;return this.hasNext()&&(r=this.__tokens[this.__position],this.__position+=1),r},t.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},t.prototype.add=function(r){this.__parent_token&&(r.parent=this.__parent_token),this.__tokens.push(r),this.__tokens_length+=1},Ps.TokenStream=t,Ps}var Ls={},Fs={},i0;function ol(){if(i0)return Fs;i0=1;function t(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 t.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},t.prototype.read_match=function(){return this._input.match(this._match_pattern)},t.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},t.prototype.until=function(r){var n=this._create();return n._until_after=!1,n._until_pattern=this._input.get_regexp(r),n._update(),n},t.prototype.starting_with=function(r){var n=this._create();return n._starting_pattern=this._input.get_regexp(r,!0),n._update(),n},t.prototype.matching=function(r){var n=this._create();return n._match_pattern=this._input.get_regexp(r,!0),n._update(),n},t.prototype._create=function(){return new t(this._input,this)},t.prototype._update=function(){},Fs.Pattern=t,Fs}var l0;function Rx(){if(l0)return Ls;l0=1;var t=ol().Pattern;function r(n,a){t.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 t,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},Ls.WhitespacePattern=r,Ls}var s0;function el(){if(s0)return Ni;s0=1;var t=uc().InputScanner,r=Gh().Token,n=Dx().TokenStream,a=Rx().WhitespacePattern,i={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},s=function(c,d){this._input=new t(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()},Ni.Tokenizer=s,Ni.TOKEN=i,Ni}var zs={},u0;function cc(){if(u0)return zs;u0=1;function t(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 t.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},t.prototype.readIgnored=function(r){return r.readUntilAfter(this.__directives_end_ignore_pattern)},zs.Directives=t,zs}var Hs={},c0;function qh(){if(c0)return Hs;c0=1;var t=ol().Pattern,r={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function n(a,i){t.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 t(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 t,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},Hs.TemplatablePattern=n,Hs}var d0;function Ti(){if(d0)return $a;d0=1;var t=uc().InputScanner,r=el().Tokenizer,n=el().TOKEN,a=cc().Directives,i=Xh(),s=ol().Pattern,c=qh().TemplatablePattern;function d(V,T){return T.indexOf(V)!==-1}var f={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:n.START,RAW:n.RAW,EOF:n.EOF},p=new a(/\/\*/,/\*\//),h=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,g=/[0-9]/,_=/[^\d\.]/,k=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),$=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";$=$.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),$="\\?\\.(?!\\d) "+$,$=$.replace(/ /g,"|");var M=new RegExp($),x="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),y=x.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),E=new RegExp("^(?:"+y.join("|")+")$"),O,S=function(V,T){r.call(this,V,T),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var N=new s(this._input),P=new c(this._input).read_options(this._options);this.__patterns={template:P,identifier:P.starting_with(i.identifier).matching(i.identifierMatch),number:N.matching(h),punct:N.matching(M),comment:N.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:N.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:N.matching(/<!--/),html_comment_end:N.matching(/-->/),include:N.starting_with(/#include/).until_after(i.lineBreak),shebang:N.starting_with(/#!/).until_after(i.lineBreak),xml:N.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:P.until(/['\\\n\r\u2028\u2029]/),double_quote:P.until(/["\\\n\r\u2028\u2029]/),template_text:P.until(/[`\\$]/),template_expression:P.until(/[`}\\]/)}};S.prototype=new r,S.prototype._is_comment=function(V){return V.type===f.COMMENT||V.type===f.BLOCK_COMMENT||V.type===f.UNKNOWN},S.prototype._is_opening=function(V){return V.type===f.START_BLOCK||V.type===f.START_EXPR},S.prototype._is_closing=function(V,T){return(V.type===f.END_BLOCK||V.type===f.END_EXPR)&&T&&(V.text==="]"&&T.text==="["||V.text===")"&&T.text==="("||V.text==="}"&&T.text==="{")},S.prototype._reset=function(){O=!1},S.prototype._get_next_token=function(V,T){var N=null;this._readWhitespace();var P=this._input.peek();return P===null?this._create_token(f.EOF,""):(N=N||this._read_non_javascript(P),N=N||this._read_string(P),N=N||this._read_pair(P,this._input.peek(1)),N=N||this._read_word(V),N=N||this._read_singles(P),N=N||this._read_comment(P),N=N||this._read_regexp(P,V),N=N||this._read_xml(P,V),N=N||this._read_punctuation(),N=N||this._create_token(f.UNKNOWN,this._input.next()),N)},S.prototype._read_word=function(V){var T;if(T=this.__patterns.identifier.read(),T!=="")return T=T.replace(i.allLineBreaks,`
52
+ You passed in: '`+this.raw_options[a]+"'");return c},t.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 go.Options=t,go.normalizeOpts=n,go.mergeOpts=r,go}var r0;function Qh(){if(r0)return Rs;r0=1;var t=sc().Options,r=["before-newline","after-newline","preserve-newline"];function n(a){t.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 t,Rs.Options=n,Rs}var $a={},As={},a0;function uc(){if(a0)return As;a0=1;var t=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&&!(t&&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&&t&&(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},As.InputScanner=r,As}var Ni={},Ps={},o0;function Dx(){if(o0)return Ps;o0=1;function t(r){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=r}return t.prototype.restart=function(){this.__position=0},t.prototype.isEmpty=function(){return this.__tokens_length===0},t.prototype.hasNext=function(){return this.__position<this.__tokens_length},t.prototype.next=function(){var r=null;return this.hasNext()&&(r=this.__tokens[this.__position],this.__position+=1),r},t.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},t.prototype.add=function(r){this.__parent_token&&(r.parent=this.__parent_token),this.__tokens.push(r),this.__tokens_length+=1},Ps.TokenStream=t,Ps}var Ls={},Fs={},i0;function ol(){if(i0)return Fs;i0=1;function t(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 t.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},t.prototype.read_match=function(){return this._input.match(this._match_pattern)},t.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},t.prototype.until=function(r){var n=this._create();return n._until_after=!1,n._until_pattern=this._input.get_regexp(r),n._update(),n},t.prototype.starting_with=function(r){var n=this._create();return n._starting_pattern=this._input.get_regexp(r,!0),n._update(),n},t.prototype.matching=function(r){var n=this._create();return n._match_pattern=this._input.get_regexp(r,!0),n._update(),n},t.prototype._create=function(){return new t(this._input,this)},t.prototype._update=function(){},Fs.Pattern=t,Fs}var l0;function Rx(){if(l0)return Ls;l0=1;var t=ol().Pattern;function r(n,a){t.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 t,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},Ls.WhitespacePattern=r,Ls}var s0;function el(){if(s0)return Ni;s0=1;var t=uc().InputScanner,r=Gh().Token,n=Dx().TokenStream,a=Rx().WhitespacePattern,i={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},s=function(c,d){this._input=new t(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()},Ni.Tokenizer=s,Ni.TOKEN=i,Ni}var zs={},u0;function cc(){if(u0)return zs;u0=1;function t(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 t.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},t.prototype.readIgnored=function(r){return r.readUntilAfter(this.__directives_end_ignore_pattern)},zs.Directives=t,zs}var Hs={},c0;function qh(){if(c0)return Hs;c0=1;var t=ol().Pattern,r={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1};function n(a,i){t.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 t(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 t,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},Hs.TemplatablePattern=n,Hs}var d0;function Ti(){if(d0)return $a;d0=1;var t=uc().InputScanner,r=el().Tokenizer,n=el().TOKEN,a=cc().Directives,i=Xh(),s=ol().Pattern,c=qh().TemplatablePattern;function d(V,T){return T.indexOf(V)!==-1}var f={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:n.START,RAW:n.RAW,EOF:n.EOF},p=new a(/\/\*/,/\*\//),h=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,g=/[0-9]/,_=/[^\d\.]/,k=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),C=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";C=C.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&"),C="\\?\\.(?!\\d) "+C,C=C.replace(/ /g,"|");var M=new RegExp(C),x="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),y=x.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),E=new RegExp("^(?:"+y.join("|")+")$"),O,S=function(V,T){r.call(this,V,T),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var N=new s(this._input),P=new c(this._input).read_options(this._options);this.__patterns={template:P,identifier:P.starting_with(i.identifier).matching(i.identifierMatch),number:N.matching(h),punct:N.matching(M),comment:N.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:N.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:N.matching(/<!--/),html_comment_end:N.matching(/-->/),include:N.starting_with(/#include/).until_after(i.lineBreak),shebang:N.starting_with(/#!/).until_after(i.lineBreak),xml:N.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:P.until(/['\\\n\r\u2028\u2029]/),double_quote:P.until(/["\\\n\r\u2028\u2029]/),template_text:P.until(/[`\\$]/),template_expression:P.until(/[`}\\]/)}};S.prototype=new r,S.prototype._is_comment=function(V){return V.type===f.COMMENT||V.type===f.BLOCK_COMMENT||V.type===f.UNKNOWN},S.prototype._is_opening=function(V){return V.type===f.START_BLOCK||V.type===f.START_EXPR},S.prototype._is_closing=function(V,T){return(V.type===f.END_BLOCK||V.type===f.END_EXPR)&&T&&(V.text==="]"&&T.text==="["||V.text===")"&&T.text==="("||V.text==="}"&&T.text==="{")},S.prototype._reset=function(){O=!1},S.prototype._get_next_token=function(V,T){var N=null;this._readWhitespace();var P=this._input.peek();return P===null?this._create_token(f.EOF,""):(N=N||this._read_non_javascript(P),N=N||this._read_string(P),N=N||this._read_pair(P,this._input.peek(1)),N=N||this._read_word(V),N=N||this._read_singles(P),N=N||this._read_comment(P),N=N||this._read_regexp(P,V),N=N||this._read_xml(P,V),N=N||this._read_punctuation(),N=N||this._create_token(f.UNKNOWN,this._input.next()),N)},S.prototype._read_word=function(V){var T;if(T=this.__patterns.identifier.read(),T!=="")return T=T.replace(i.allLineBreaks,`
53
53
  `),!(V.type===f.DOT||V.type===f.RESERVED&&(V.text==="set"||V.text==="get"))&&E.test(T)?(T==="in"||T==="of")&&(V.type===f.WORD||V.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)},S.prototype._read_singles=function(V){var T=null;return V==="("||V==="["?T=this._create_token(f.START_EXPR,V):V===")"||V==="]"?T=this._create_token(f.END_EXPR,V):V==="{"?T=this._create_token(f.START_BLOCK,V):V==="}"?T=this._create_token(f.END_BLOCK,V):V===";"?T=this._create_token(f.SEMICOLON,V):V==="."&&_.test(this._input.peek(1))?T=this._create_token(f.DOT,V):V===","&&(T=this._create_token(f.COMMA,V)),T&&this._input.next(),T},S.prototype._read_pair=function(V,T){var N=null;return V==="#"&&T==="{"&&(N=this._create_token(f.START_BLOCK,V+T)),N&&(this._input.next(),this._input.next()),N},S.prototype._read_punctuation=function(){var V=this.__patterns.punct.read();if(V!=="")return V==="="?this._create_token(f.EQUALS,V):V==="?."?this._create_token(f.DOT,V):this._create_token(f.OPERATOR,V)},S.prototype._read_non_javascript=function(V){var T="";if(V==="#"){if(this._is_first_token()&&(T=this.__patterns.shebang.read(),T))return this._create_token(f.UNKNOWN,T.trim()+`
54
54
  `);if(T=this.__patterns.include.read(),T)return this._create_token(f.UNKNOWN,T.trim()+`
55
55
  `);V=this._input.next();var N="#";if(this._input.hasNext()&&this._input.testChar(g)){do V=this._input.next(),N+=V;while(this._input.hasNext()&&V!=="#"&&V!=="=");return V==="#"||(this._input.peek()==="["&&this._input.peek(1)==="]"?(N+="[]",this._input.next(),this._input.next()):this._input.peek()==="{"&&this._input.peek(1)==="}"&&(N+="{}",this._input.next(),this._input.next())),this._create_token(f.WORD,N)}this._input.back()}else if(V==="<"&&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 O=!0,this._create_token(f.COMMENT,T)}}else if(O&&V==="-"&&(T=this.__patterns.html_comment_end.read(),T))return O=!1,this._create_token(f.COMMENT,T);return null},S.prototype._read_comment=function(V){var T=null;if(V==="/"){var N="";if(this._input.peek(1)==="*"){N=this.__patterns.block_comment.read();var P=p.get_directives(N);P&&P.ignore==="start"&&(N+=p.readIgnored(this._input)),N=N.replace(i.allLineBreaks,`
56
56
  `),T=this._create_token(f.BLOCK_COMMENT,N),T.directives=P}else this._input.peek(1)==="/"&&(N=this.__patterns.comment.read(),T=this._create_token(f.COMMENT,N))}return T},S.prototype._read_string=function(V){if(V==="`"||V==="'"||V==='"'){var T=this._input.next();return this.has_char_escapes=!1,V==="`"?T+=this._read_string_recursive("`",!0,"${"):T+=this._read_string_recursive(V),this.has_char_escapes&&this._options.unescape_strings&&(T=L(T)),this._input.peek()===V&&(T+=this._input.next()),T=T.replace(i.allLineBreaks,`
57
57
  `),this._create_token(f.STRING,T)}return null},S.prototype._allow_regexp_or_xml=function(V){return V.type===f.RESERVED&&d(V.text,["return","case","throw","else","do","typeof","yield"])||V.type===f.END_EXPR&&V.text===")"&&V.opened.previous.type===f.RESERVED&&d(V.opened.previous.text,["if","while","for"])||d(V.type,[f.COMMENT,f.START_EXPR,f.START_BLOCK,f.START,f.END_BLOCK,f.OPERATOR,f.EQUALS,f.EOF,f.SEMICOLON,f.COMMA])},S.prototype._read_regexp=function(V,T){if(V==="/"&&this._allow_regexp_or_xml(T)){for(var N=this._input.next(),P=!1,b=!1;this._input.hasNext()&&(P||b||this._input.peek()!==V)&&!this._input.testChar(i.newline);)N+=this._input.peek(),P?P=!1:(P=this._input.peek()==="\\",this._input.peek()==="["?b=!0:this._input.peek()==="]"&&(b=!1)),this._input.next();return this._input.peek()===V&&(N+=this._input.next(),N+=this._input.read(i.identifier)),this._create_token(f.STRING,N)}return null},S.prototype._read_xml=function(V,T){if(this._options.e4x&&V==="<"&&this._allow_regexp_or_xml(T)){var N="",P=this.__patterns.xml.read_match();if(P){for(var b=P[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),R=b.indexOf("{")===0,Y=0;P;){var ie=!!P[1],H=P[2],X=!!P[P.length-1]||H.slice(0,8)==="![CDATA[";if(!X&&(H===b||R&&H.replace(/^{\s+/,"{").replace(/\s+}$/,"}"))&&(ie?--Y:++Y),N+=P[0],Y<=0)break;P=this.__patterns.xml.read_match()}return P||(N+=this._input.match(/[\s\S]*/g)[0]),N=N.replace(i.allLineBreaks,`
58
58
  `),this._create_token(f.STRING,N)}}return null};function L(V){for(var T="",N=0,P=new t(V),b=null;P.hasNext();)if(b=P.match(/([\s]|[^\\]|\\\\)+/g),b&&(T+=b[0]),P.peek()==="\\"){if(P.next(),P.peek()==="x")b=P.match(/x([0-9A-Fa-f]{2})/g);else if(P.peek()==="u")b=P.match(/u([0-9A-Fa-f]{4})/g);else{T+="\\",P.hasNext()&&(T+=P.next());continue}if(!b||(N=parseInt(b[1],16),N>126&&N<=255&&b[0].indexOf("x")===0))return V;if(N>=0&&N<32){T+="\\"+b[0];continue}else N===34||N===39||N===92?T+="\\"+String.fromCharCode(N):T+=String.fromCharCode(N)}return T}return S.prototype._read_string_recursive=function(V,T,N){var P,b;V==="'"?b=this.__patterns.single_quote:V==='"'?b=this.__patterns.double_quote:V==="`"?b=this.__patterns.template_text:V==="}"&&(b=this.__patterns.template_expression);for(var R=b.read(),Y="";this._input.hasNext();){if(Y=this._input.next(),Y===V||!T&&i.newline.test(Y)){this._input.back();break}else Y==="\\"&&this._input.hasNext()?(P=this._input.peek(),P==="x"||P==="u"?this.has_char_escapes=!0:P==="\r"&&this._input.peek(1)===`
59
- `&&this._input.next(),Y+=this._input.next()):N&&(N==="${"&&Y==="$"&&this._input.peek()==="{"&&(Y+=this._input.next()),N===Y&&(V==="`"?Y+=this._read_string_recursive("}",T,"`"):Y+=this._read_string_recursive("`",T,"${"),this._input.hasNext()&&(Y+=this._input.next())));Y+=b.read(),R+=Y}return R},$a.Tokenizer=S,$a.TOKEN=f,$a.positionable_operators=k.slice(),$a.line_starters=x.slice(),$a}var f0;function Ax(){if(f0)return Ts;f0=1;var t=lc().Output,r=Gh().Token,n=Xh(),a=Qh().Options,i=Ti().Tokenizer,s=Ti().line_starters,c=Ti().positionable_operators,d=Ti().TOKEN;function f(b,R){return R.indexOf(b)!==-1}function p(b){return b.replace(/^\s+/g,"")}function h(b){for(var R={},Y=0;Y<b.length;Y++)R[b[Y].replace(/-/g,"_")]=b[Y];return R}function g(b,R){return b&&b.type===d.RESERVED&&b.text===R}function _(b,R){return b&&b.type===d.RESERVED&&f(b.text,R)}var k=["case","return","do","if","throw","else","await","break","continue","async"],$=["before-newline","after-newline","preserve-newline"],M=h($),x=[M.before_newline,M.preserve_newline],y={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function E(b,R){R.multiline_frame||R.mode===y.ForInitializer||R.mode===y.Conditional||b.remove_indent(R.start_line_index)}function O(b){b=b.replace(n.allLineBreaks,`
59
+ `&&this._input.next(),Y+=this._input.next()):N&&(N==="${"&&Y==="$"&&this._input.peek()==="{"&&(Y+=this._input.next()),N===Y&&(V==="`"?Y+=this._read_string_recursive("}",T,"`"):Y+=this._read_string_recursive("`",T,"${"),this._input.hasNext()&&(Y+=this._input.next())));Y+=b.read(),R+=Y}return R},$a.Tokenizer=S,$a.TOKEN=f,$a.positionable_operators=k.slice(),$a.line_starters=x.slice(),$a}var f0;function Ax(){if(f0)return Ts;f0=1;var t=lc().Output,r=Gh().Token,n=Xh(),a=Qh().Options,i=Ti().Tokenizer,s=Ti().line_starters,c=Ti().positionable_operators,d=Ti().TOKEN;function f(b,R){return R.indexOf(b)!==-1}function p(b){return b.replace(/^\s+/g,"")}function h(b){for(var R={},Y=0;Y<b.length;Y++)R[b[Y].replace(/-/g,"_")]=b[Y];return R}function g(b,R){return b&&b.type===d.RESERVED&&b.text===R}function _(b,R){return b&&b.type===d.RESERVED&&f(b.text,R)}var k=["case","return","do","if","throw","else","await","break","continue","async"],C=["before-newline","after-newline","preserve-newline"],M=h(C),x=[M.before_newline,M.preserve_newline],y={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};function E(b,R){R.multiline_frame||R.mode===y.ForInitializer||R.mode===y.Conditional||b.remove_indent(R.start_line_index)}function O(b){b=b.replace(n.allLineBreaks,`
60
60
  `);for(var R=[],Y=b.indexOf(`
61
61
  `);Y!==-1;)R.push(b.substring(0,Y)),b=b.substring(Y+1),Y=b.indexOf(`
62
62
  `);return b.length&&R.push(b),R}function S(b){return b===y.ArrayLiteral}function L(b){return f(b,[y.Expression,y.ForInitializer,y.Conditional])}function V(b,R){for(var Y=0;Y<b.length;Y++){var ie=b[Y].trim();if(ie.charAt(0)!==R)return!1}return!0}function T(b,R){for(var Y=0,ie=b.length,H;Y<ie;Y++)if(H=b[Y],H&&H.indexOf(R)!==0)return!1;return!0}function N(b,R){R=R||{},this._source_text=b||"",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)}N.prototype.create_flags=function(b,R){var Y=0;b&&(Y=b.indentation_level,!this._output.just_added_newline()&&b.line_indent_level>Y&&(Y=b.line_indent_level));var ie={mode:R,parent:b,last_token:b?b.last_token:new r(d.START_BLOCK,""),last_word:b?b.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:Y,alignment:0,line_indent_level:b?b.line_indent_level:Y,start_line_index:this._output.get_line_number(),ternary_depth:0};return ie},N.prototype._reset=function(b){var R=b.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new t(this._options,R),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(y.BlockStatement);var Y=new i(b,this._options);return this._tokens=Y.tokenize(),b},N.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var b,R=this._reset(this._source_text),Y=this._options.eol;this._options.eol==="auto"&&(Y=`
63
63
  `,R&&n.lineBreak.test(R||"")&&(Y=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 b=this._output.get_code(Y),b},N.prototype.handle_token=function(b,R){b.type===d.START_EXPR?this.handle_start_expr(b):b.type===d.END_EXPR?this.handle_end_expr(b):b.type===d.START_BLOCK?this.handle_start_block(b):b.type===d.END_BLOCK?this.handle_end_block(b):b.type===d.WORD?this.handle_word(b):b.type===d.RESERVED?this.handle_word(b):b.type===d.SEMICOLON?this.handle_semicolon(b):b.type===d.STRING?this.handle_string(b):b.type===d.EQUALS?this.handle_equals(b):b.type===d.OPERATOR?this.handle_operator(b):b.type===d.COMMA?this.handle_comma(b):b.type===d.BLOCK_COMMENT?this.handle_block_comment(b,R):b.type===d.COMMENT?this.handle_comment(b,R):b.type===d.DOT?this.handle_dot(b):b.type===d.EOF?this.handle_eof(b):b.type===d.UNKNOWN?this.handle_unknown(b,R):this.handle_unknown(b,R)},N.prototype.handle_whitespace_and_comments=function(b,R){var Y=b.newlines,ie=this._options.keep_array_indentation&&S(this._flags.mode);if(b.comments_before)for(var H=b.comments_before.next();H;)this.handle_whitespace_and_comments(H,R),this.handle_token(H,R),H=b.comments_before.next();if(ie)for(var X=0;X<Y;X+=1)this.print_newline(X>0,R);else if(this._options.max_preserve_newlines&&Y>this._options.max_preserve_newlines&&(Y=this._options.max_preserve_newlines),this._options.preserve_newlines&&Y>1){this.print_newline(!1,R);for(var K=1;K<Y;K+=1)this.print_newline(!0,R)}};var P=["async","break","continue","return","throw","yield"];return N.prototype.allow_wrap_or_preserved_newline=function(b,R){if(R=R===void 0?!1:R,!this._output.just_added_newline()){var Y=this._options.preserve_newlines&&b.newlines||R,ie=f(this._flags.last_token.text,c)||f(b.text,c);if(ie){var H=f(this._flags.last_token.text,c)&&f(this._options.operator_position,x)||f(b.text,c);Y=Y&&H}if(Y)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(_(this._flags.last_token,P))return;this._output.set_wrap_point()}}},N.prototype.print_newline=function(b,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 Y=this._tokens.peek();this._flags.mode===y.Statement&&!(this._flags.if_block&&g(Y,"else"))&&!this._flags.do_block;)this.restore_mode();this._output.add_new_line(b)&&(this._flags.multiline_frame=!0)},N.prototype.print_token_line_indentation=function(b){this._output.just_added_newline()&&(this._options.keep_array_indentation&&b.newlines&&(b.text==="["||S(this._flags.mode))?(this._output.current_line.set_indent(-1),this._output.current_line.push(b.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))},N.prototype.print_token=function(b){if(this._output.raw){this._output.add_raw_token(b);return}if(this._options.comma_first&&b.previous&&b.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(b),this._output.add_token(","),this._output.space_before_token=!0}this.print_token_line_indentation(b),this._output.non_breaking_space=!0,this._output.add_token(b.text),this._output.previous_token_wrapped&&(this._flags.multiline_frame=!0)},N.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},N.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))},N.prototype.set_mode=function(b){this._flags?(this._flag_store.push(this._flags),this._previous_flags=this._flags):this._previous_flags=this.create_flags(null,b),this._flags=this.create_flags(this._previous_flags,b),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)},N.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&&E(this._output,this._previous_flags),this._output.set_indent(this._flags.indentation_level,this._flags.alignment))},N.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||_(this._flags.last_token,["get","set"]))},N.prototype.start_of_statement=function(b){var R=!1;return R=R||_(this._flags.last_token,["var","let","const"])&&b.type===d.WORD,R=R||g(this._flags.last_token,"do"),R=R||!(this._flags.parent.mode===y.ObjectLiteral&&this._flags.mode===y.Statement)&&_(this._flags.last_token,P)&&!b.newlines,R=R||g(this._flags.last_token,"else")&&!(g(b,"if")&&!b.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&&!(b.text==="--"||b.text==="++")&&this._last_last_text!=="function"&&b.type!==d.WORD&&b.type!==d.RESERVED,R=R||this._flags.mode===y.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||_(this._flags.last_token,["get","set"])),R?(this.set_mode(y.Statement),this.indent(),this.handle_whitespace_and_comments(b,!0),this.start_of_object_property()||this.allow_wrap_or_preserved_newline(b,_(b,["do","for","if","while"])),!0):!1},N.prototype.handle_start_expr=function(b){this.start_of_statement(b)||this.handle_whitespace_and_comments(b);var R=y.Expression;if(b.text==="["){if(this._flags.last_token.type===d.WORD||this._flags.last_token.text===")"){_(this._flags.last_token,s)&&(this._output.space_before_token=!0),this.print_token(b),this.set_mode(R),this.indent(),this._options.space_in_paren&&(this._output.space_before_token=!0);return}R=y.ArrayLiteral,S(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"&&b.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(b);else if(this._flags.last_token.type===d.WORD){this._output.space_before_token=!1;var Y=this._tokens.peek(-3);if(this._options.space_after_named_function&&Y){var ie=this._tokens.peek(-4);_(Y,["async","function"])||Y.text==="*"&&_(ie,["async","function"])?this._output.space_before_token=!0:this._flags.mode===y.ObjectLiteral?(Y.text==="{"||Y.text===","||Y.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(b);(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(b,b.newlines),this.print_token(b),this.set_mode(R),this._options.space_in_paren&&(this._output.space_before_token=!0),this.indent()},N.prototype.handle_end_expr=function(b){for(;this._flags.mode===y.Statement;)this.restore_mode();this.handle_whitespace_and_comments(b),this._flags.multiline_frame&&this.allow_wrap_or_preserved_newline(b,b.text==="]"&&S(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(b),this.restore_mode(),E(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)},N.prototype.handle_start_block=function(b){this.handle_whitespace_and_comments(b);var R=this._tokens.peek(),Y=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):Y&&(f(Y.text,[":",","])&&f(R.type,[d.STRING,d.WORD,d.RESERVED])||f(R.text,["get","set","..."])&&f(Y.type,[d.WORD,d.RESERVED]))?f(this._last_last_text,["class","interface"])&&!f(Y.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])||_(this._flags.last_token,["return","throw","import","default"])?this.set_mode(y.ObjectLiteral):this.set_mode(y.BlockStatement),this._flags.last_token&&_(this._flags.last_token.previous,["class","extends"])&&(this._flags.class_start_block=!0);var ie=!R.comments_before&&R.text==="}",H=ie&&this._flags.last_word==="function"&&this._flags.last_token.type===d.END_EXPR;if(this._options.brace_preserve_inline){var X=0,K=null;this._flags.inline_frame=!0;do if(X+=1,K=this._tokens.peek(X-1),K.newlines){this._flags.inline_frame=!1;break}while(K.type!==d.EOF&&!(K.type===d.END_BLOCK&&K.opened===b))}(this._options.brace_style==="expand"||this._options.brace_style==="none"&&b.newlines)&&!this._flags.inline_frame?this._flags.last_token.type!==d.OPERATOR&&(H||this._flags.last_token.type===d.EQUALS||_(this._flags.last_token,k)&&this._flags.last_token.text!=="else")?this._output.space_before_token=!0:this.print_newline(!1,!0):(S(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(b),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(b),this.indent(),!ie&&!(this._options.brace_preserve_inline&&this._flags.inline_frame)&&this.print_newline()},N.prototype.handle_end_block=function(b){for(this.handle_whitespace_and_comments(b);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||(S(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(b)},N.prototype.handle_word=function(b){if(b.type===d.RESERVED){if(f(b.text,["set","get"])&&this._flags.mode!==y.ObjectLiteral)b.type=d.WORD;else if(b.text==="import"&&f(this._tokens.peek().text,["(","."]))b.type=d.WORD;else if(f(b.text,["as","from"])&&!this._flags.import_block)b.type=d.WORD;else if(this._flags.mode===y.ObjectLiteral){var R=this._tokens.peek();R.text===":"&&(b.type=d.WORD)}}if(this.start_of_statement(b)?_(this._flags.last_token,["var","let","const"])&&b.type===d.WORD&&(this._flags.declaration_statement=!0):b.newlines&&!L(this._flags.mode)&&(this._flags.last_token.type!==d.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")&&this._flags.last_token.type!==d.EQUALS&&(this._options.preserve_newlines||!_(this._flags.last_token,["var","let","const","set","get"]))?(this.handle_whitespace_and_comments(b),this.print_newline()):this.handle_whitespace_and_comments(b),this._flags.do_block&&!this._flags.do_while)if(g(b,"while")){this._output.space_before_token=!0,this.print_token(b),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&g(b,"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,["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(b),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(b)),g(b,"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()&&!b.comments_before&&(this.print_newline(),this.print_newline(!0)),this._flags.last_token.type===d.RESERVED||this._flags.last_token.type===d.WORD?_(this._flags.last_token,["get","set","new","export"])||_(this._flags.last_token,P)?this._output.space_before_token=!0:g(this._flags.last_token,"default")&&this._last_last_text==="export"?this._output.space_before_token=!0:this._flags.last_token.text==="declare"?this._output.space_before_token=!0:this.print_newline():this._flags.last_token.type===d.OPERATOR||this._flags.last_token.text==="="?this._output.space_before_token=!0:!this._flags.multiline_frame&&(L(this._flags.mode)||S(this._flags.mode))||this.print_newline(),this.print_token(b),this._flags.last_word=b.text;return}var Y="NONE";if(this._flags.last_token.type===d.END_BLOCK?this._previous_flags.inline_frame?Y="SPACE":_(b,["else","catch","finally","from"])?this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&b.newlines?Y="NEWLINE":(Y="SPACE",this._output.space_before_token=!0):Y="NEWLINE":this._flags.last_token.type===d.SEMICOLON&&this._flags.mode===y.BlockStatement?Y="NEWLINE":this._flags.last_token.type===d.SEMICOLON&&L(this._flags.mode)?Y="SPACE":this._flags.last_token.type===d.STRING?Y="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,["{",","]))?Y="SPACE":this._flags.last_token.type===d.START_BLOCK?this._flags.inline_frame?Y="SPACE":Y="NEWLINE":this._flags.last_token.type===d.END_EXPR&&(this._output.space_before_token=!0,Y="NEWLINE"),_(b,s)&&this._flags.last_token.text!==")"&&(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export"?Y="SPACE":Y="NEWLINE"),_(b,["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"&&b.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 Y==="NEWLINE"?_(this._flags.last_token,k)?this._output.space_before_token=!0:this._flags.last_token.text==="declare"&&_(b,["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,["var","let","const"]))&&this._flags.last_token.text!==":"&&(g(b,"if")&&g(b.previous,"else")?this._output.space_before_token=!0:this.print_newline()):_(b,s)&&this._flags.last_token.text!==")"&&this.print_newline():this._flags.multiline_frame&&S(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}"?this.print_newline():Y==="SPACE"&&(this._output.space_before_token=!0);b.previous&&(b.previous.type===d.WORD||b.previous.type===d.RESERVED)&&(this._output.space_before_token=!0),this.print_token(b),this._flags.last_word=b.text,b.type===d.RESERVED&&(b.text==="do"?this._flags.do_block=!0:b.text==="if"?this._flags.if_block=!0:b.text==="import"?this._flags.import_block=!0:this._flags.import_block&&g(b,"from")&&(this._flags.import_block=!1))},N.prototype.handle_semicolon=function(b){this.start_of_statement(b)?this._output.space_before_token=!1:this.handle_whitespace_and_comments(b);for(var R=this._tokens.peek();this._flags.mode===y.Statement&&!(this._flags.if_block&&g(R,"else"))&&!this._flags.do_block;)this.restore_mode();this._flags.import_block&&(this._flags.import_block=!1),this.print_token(b)},N.prototype.handle_string=function(b){b.text.startsWith("`")&&b.newlines===0&&b.whitespace_before===""&&(b.previous.text===")"||this._flags.last_token.type===d.WORD)||(this.start_of_statement(b)?this._output.space_before_token=!0:(this.handle_whitespace_and_comments(b),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(b):b.text.startsWith("`")&&this._flags.last_token.type===d.END_EXPR&&(b.previous.text==="]"||b.previous.text===")")&&b.newlines===0?this._output.space_before_token=!0:this.print_newline())),this.print_token(b)},N.prototype.handle_equals=function(b){this.start_of_statement(b)||this.handle_whitespace_and_comments(b),this._flags.declaration_statement&&(this._flags.declaration_assignment=!0),this._output.space_before_token=!0,this.print_token(b),this._output.space_before_token=!0},N.prototype.handle_comma=function(b){this.handle_whitespace_and_comments(b,!0),this.print_token(b),this._output.space_before_token=!0,this._flags.declaration_statement?(L(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(b)):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(b)},N.prototype.handle_operator=function(b){var R=b.text==="*"&&(_(this._flags.last_token,["function","yield"])||f(this._flags.last_token.type,[d.START_BLOCK,d.COMMA,d.END_BLOCK,d.SEMICOLON])),Y=f(b.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(b)){var ie=!R;this.handle_whitespace_and_comments(b,ie)}if(b.text==="*"&&this._flags.last_token.type===d.DOT){this.print_token(b);return}if(b.text==="::"){this.print_token(b);return}if(this._flags.last_token.type===d.OPERATOR&&f(this._options.operator_position,x)&&this.allow_wrap_or_preserved_newline(b),b.text===":"&&this._flags.in_case){this.print_token(b),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==d.START_BLOCK?(this.indent(),this.print_newline(),this._flags.case_block=!1):(this._flags.case_block=!0,this._output.space_before_token=!0);return}var H=!0,X=!0,K=!1;if(b.text===":"?this._flags.ternary_depth===0?H=!1:(this._flags.ternary_depth-=1,K=!0):b.text==="?"&&(this._flags.ternary_depth+=1),!Y&&!R&&this._options.preserve_newlines&&f(b.text,c)){var re=b.text===":",pe=re&&K,ae=re&&!K;switch(this._options.operator_position){case M.before_newline:this._output.space_before_token=!ae,this.print_token(b),(!re||pe)&&this.allow_wrap_or_preserved_newline(b),this._output.space_before_token=!0;return;case M.after_newline:this._output.space_before_token=!0,!re||pe?this._tokens.peek().newlines?this.print_newline(!1,!0):this.allow_wrap_or_preserved_newline(b):this._output.space_before_token=!1,this.print_token(b),this._output.space_before_token=!0;return;case M.preserve_newline:ae||this.allow_wrap_or_preserved_newline(b),H=!(this._output.just_added_newline()||ae),this._output.space_before_token=H,this.print_token(b),this._output.space_before_token=!0;return}}if(R){this.allow_wrap_or_preserved_newline(b),H=!1;var he=this._tokens.peek();X=he&&f(he.type,[d.WORD,d.RESERVED])}else if(b.text==="...")this.allow_wrap_or_preserved_newline(b),H=this._flags.last_token.type===d.START_BLOCK,X=!1;else if(f(b.text,["--","++","!","~"])||Y){if((this._flags.last_token.type===d.COMMA||this._flags.last_token.type===d.START_EXPR)&&this.allow_wrap_or_preserved_newline(b),H=!1,X=!1,b.newlines&&(b.text==="--"||b.text==="++"||b.text==="~")){var Z=_(this._flags.last_token,k)&&b.newlines;Z&&(this._previous_flags.if_block||this._previous_flags.else_block)&&this.restore_mode(),this.print_newline(Z,!0)}this._flags.last_token.text===";"&&L(this._flags.mode)&&(H=!0),this._flags.last_token.type===d.RESERVED?H=!0:this._flags.last_token.type===d.END_EXPR?H=!(this._flags.last_token.text==="]"&&(b.text==="--"||b.text==="++")):this._flags.last_token.type===d.OPERATOR&&(H=f(b.text,["--","-","++","+"])&&f(this._flags.last_token.text,["--","-","++","+"]),f(b.text,["+","-"])&&f(this._flags.last_token.text,["--","++"])&&(X=!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||H,this.print_token(b),this._output.space_before_token=X},N.prototype.handle_block_comment=function(b,R){if(this._output.raw){this._output.add_raw_token(b),b.directives&&b.directives.preserve==="end"&&(this._output.raw=this._options.test_output_raw);return}if(b.directives){this.print_newline(!1,R),this.print_token(b),b.directives.preserve==="start"&&(this._output.raw=!0),this.print_newline(!1,!0);return}if(!n.newline.test(b.text)&&!b.newlines){this._output.space_before_token=!0,this.print_token(b),this._output.space_before_token=!0;return}else this.print_block_commment(b,R)},N.prototype.print_block_commment=function(b,R){var Y=O(b.text),ie,H=!1,X=!1,K=b.whitespace_before,re=K.length;if(this.print_newline(!1,R),this.print_token_line_indentation(b),this._output.add_token(Y[0]),this.print_newline(!1,R),Y.length>1){for(Y=Y.slice(1),H=V(Y,"*"),X=T(Y,K),H&&(this._flags.alignment=1),ie=0;ie<Y.length;ie++)H?(this.print_token_line_indentation(b),this._output.add_token(p(Y[ie]))):X&&Y[ie]?(this.print_token_line_indentation(b),this._output.add_token(Y[ie].substring(re))):(this._output.current_line.set_indent(-1),this._output.add_token(Y[ie])),this.print_newline(!1,R);this._flags.alignment=0}},N.prototype.handle_comment=function(b,R){b.newlines?this.print_newline(!1,R):this._output.trim(!0),this._output.space_before_token=!0,this.print_token(b),this.print_newline(!1,R)},N.prototype.handle_dot=function(b){this.start_of_statement(b)||this.handle_whitespace_and_comments(b,!0),this._flags.last_token.text.match("^[0-9]+$")&&(this._output.space_before_token=!0),_(this._flags.last_token,k)?this._output.space_before_token=!1:this.allow_wrap_or_preserved_newline(b,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(b)},N.prototype.handle_unknown=function(b,R){this.print_token(b),b.text[b.text.length-1]===`
64
64
  `&&this.print_newline(!1,R)},N.prototype.handle_eof=function(b){for(;this._flags.mode===y.Statement;)this.restore_mode();this.handle_whitespace_and_comments(b)},Ts.Beautifier=N,Ts}var p0;function Px(){if(p0)return Ii.exports;p0=1;var t=Ax().Beautifier,r=Qh().Options;function n(a,i){var s=new t(a,i);return s.beautify()}return Ii.exports=n,Ii.exports.defaultOptions=function(){return new r},Ii.exports}var Mi={exports:{}},Us={},Ws={},h0;function Jh(){if(h0)return Ws;h0=1;var t=sc().Options;function r(n){t.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 t,Ws.Options=r,Ws}var m0;function Lx(){if(m0)return Us;m0=1;var t=Jh().Options,r=lc().Output,n=uc().InputScanner,a=cc().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 g(_,k){this._source_text=_||"",this._options=new t(k),this._ch=null,this._input=null,this.NESTED_AT_RULE={page:!0,"font-face":!0,keyframes:!0,media:!0,supports:!0,document:!0},this.CONDITIONAL_GROUP_RULE={media:!0,supports:!0,document:!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]}return g.prototype.eatString=function(_){var k="";for(this._ch=this._input.next();this._ch;){if(k+=this._ch,this._ch==="\\")k+=this._input.next();else if(_.indexOf(this._ch)!==-1||this._ch===`
65
- `)break;this._ch=this._input.next()}return k},g.prototype.eatWhitespace=function(_){for(var k=d.test(this._input.peek()),$=0;d.test(this._input.peek());)this._ch=this._input.next(),_&&this._ch===`
66
- `&&($===0||$<this._options.max_preserve_newlines)&&($++,this._output.add_new_line(!0));return k},g.prototype.foundNestedPseudoClass=function(){for(var _=0,k=1,$=this._input.peek(k);$;){if($==="{")return!0;if($==="(")_+=1;else if($===")"){if(_===0)return!1;_-=1}else if($===";"||$==="}")return!1;k++,$=this._input.peek(k)}return!1},g.prototype.print_string=function(_){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(_)},g.prototype.preserveSingleSpace=function(_){_&&(this._output.space_before_token=!0)},g.prototype.indent=function(){this._indentLevel++},g.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},g.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var _=this._source_text,k=this._options.eol;k==="auto"&&(k=`
65
+ `)break;this._ch=this._input.next()}return k},g.prototype.eatWhitespace=function(_){for(var k=d.test(this._input.peek()),C=0;d.test(this._input.peek());)this._ch=this._input.next(),_&&this._ch===`
66
+ `&&(C===0||C<this._options.max_preserve_newlines)&&(C++,this._output.add_new_line(!0));return k},g.prototype.foundNestedPseudoClass=function(){for(var _=0,k=1,C=this._input.peek(k);C;){if(C==="{")return!0;if(C==="(")_+=1;else if(C===")"){if(_===0)return!1;_-=1}else if(C===";"||C==="}")return!1;k++,C=this._input.peek(k)}return!1},g.prototype.print_string=function(_){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(_)},g.prototype.preserveSingleSpace=function(_){_&&(this._output.space_before_token=!0)},g.prototype.indent=function(){this._indentLevel++},g.prototype.outdent=function(){this._indentLevel>0&&this._indentLevel--},g.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var _=this._source_text,k=this._options.eol;k==="auto"&&(k=`
67
67
  `,_&&s.test(_||"")&&(k=_.match(s)[0])),_=_.replace(c,`
68
- `);var $=_.match(/^[\t ]*/)[0];this._output=new r(this._options,$),this._input=new n(_),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var M=0,x=!1,y=!1,E=!1,O=!1,S=!1,L=this._ch,V=!1,T,N,P;T=this._input.read(f),N=T!=="",P=L,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),L=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var b=this._input.read(p),R=i.get_directives(b);R&&R.ignore==="start"&&(b+=i.readIgnored(this._input)),this.print_string(b),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(N),this.print_string(this._ch);var Y=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);Y.match(/[ :]$/)&&(Y=this.eatString(": ").replace(/\s$/,""),this.print_string(Y),this._output.space_before_token=!0),Y=Y.replace(/\s$/,""),M===0&&Y.indexOf(":")!==-1&&(y=!0,this.indent())}else if(this._ch==="@")if(this.preserveSingleSpace(N),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$/,""),M===0&&ie.indexOf(":")!==-1?(y=!0,this.indent()):ie in this.NESTED_AT_RULE?(this._nestedLevel+=1,ie in this.CONDITIONAL_GROUP_RULE&&(E=!0)):M===0&&!y&&(O=!0)}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(N),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{")y&&(y=!1,this.outdent()),O=!1,E?(E=!1,x=this._indentLevel>=this._nestedLevel):x=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&x&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(P==="("?this._output.space_before_token=!1:P!==","&&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(),P==="{"&&this._output.trim(!0),y&&(this.outdent(),y=!1),this.print_string(this._ch),x=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0),this._input.peek()===")"&&(this._output.trim(!0),this._options.brace_style==="expand"&&this._output.add_new_line(!0));else if(this._ch===":"){for(var H=0;H<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;H++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[H])){V=!0;break}(x||E)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!O&&M===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 X=P==='"'||P==="'";this.preserveSingleSpace(X||N),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")V=!1,M===0?(y&&(this.outdent(),y=!1),O=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),M++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),M&&(M--,this.outdent()));else{var K=!1;this._input.lookBack("with")&&(K=!0),this.preserveSingleSpace(N||K),this.print_string(this._ch),y&&P==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),S=!0):(this.eatWhitespace(),M++,this.indent())}else if(this._ch===")")M&&(M--,this.outdent()),S&&this._input.peek()===";"&&this._options.selector_separator_newline&&(S=!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||S)&&M===0&&!O?this._output.add_new_line():this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!y&&M===0)this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&d.test(this._ch)&&(this._ch=""));else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(N),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=P==='"'||P==="'";this.preserveSingleSpace(re||N),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
68
+ `);var C=_.match(/^[\t ]*/)[0];this._output=new r(this._options,C),this._input=new n(_),this._indentLevel=0,this._nestedLevel=0,this._ch=null;for(var M=0,x=!1,y=!1,E=!1,O=!1,S=!1,L=this._ch,V=!1,T,N,P;T=this._input.read(f),N=T!=="",P=L,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext()&&(this._ch+=this._input.next()),L=this._ch,this._ch;)if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var b=this._input.read(p),R=i.get_directives(b);R&&R.ignore==="start"&&(b+=i.readIgnored(this._input)),this.print_string(b),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(N),this.print_string(this._ch);var Y=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);Y.match(/[ :]$/)&&(Y=this.eatString(": ").replace(/\s$/,""),this.print_string(Y),this._output.space_before_token=!0),Y=Y.replace(/\s$/,""),M===0&&Y.indexOf(":")!==-1&&(y=!0,this.indent())}else if(this._ch==="@")if(this.preserveSingleSpace(N),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$/,""),M===0&&ie.indexOf(":")!==-1?(y=!0,this.indent()):ie in this.NESTED_AT_RULE?(this._nestedLevel+=1,ie in this.CONDITIONAL_GROUP_RULE&&(E=!0)):M===0&&!y&&(O=!0)}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(N),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{")y&&(y=!1,this.outdent()),O=!1,E?(E=!1,x=this._indentLevel>=this._nestedLevel):x=this._indentLevel>=this._nestedLevel-1,this._options.newline_between_rules&&x&&this._output.previous_line&&this._output.previous_line.item(-1)!=="{"&&this._output.ensure_empty_line_above("/",","),this._output.space_before_token=!0,this._options.brace_style==="expand"?(this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel)):(P==="("?this._output.space_before_token=!1:P!==","&&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(),P==="{"&&this._output.trim(!0),y&&(this.outdent(),y=!1),this.print_string(this._ch),x=!1,this._nestedLevel&&this._nestedLevel--,this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()&&this._input.peek()!=="}"&&this._output.add_new_line(!0),this._input.peek()===")"&&(this._output.trim(!0),this._options.brace_style==="expand"&&this._output.add_new_line(!0));else if(this._ch===":"){for(var H=0;H<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;H++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[H])){V=!0;break}(x||E)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!O&&M===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 X=P==='"'||P==="'";this.preserveSingleSpace(X||N),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")V=!1,M===0?(y&&(this.outdent(),y=!1),O=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/"&&this._output.add_new_line()):(this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0);else if(this._ch==="(")if(this._input.lookBack("url"))this.print_string(this._ch),this.eatWhitespace(),M++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="'"?this._input.back():this._ch&&(this.print_string(this._ch+this.eatString(")")),M&&(M--,this.outdent()));else{var K=!1;this._input.lookBack("with")&&(K=!0),this.preserveSingleSpace(N||K),this.print_string(this._ch),y&&P==="$"&&this._options.selector_separator_newline?(this._output.add_new_line(),S=!0):(this.eatWhitespace(),M++,this.indent())}else if(this._ch===")")M&&(M--,this.outdent()),S&&this._input.peek()===";"&&this._options.selector_separator_newline&&(S=!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||S)&&M===0&&!O?this._output.add_new_line():this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!y&&M===0)this._options.space_around_combinator?(this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0):(this.print_string(this._ch),this.eatWhitespace(),this._ch&&d.test(this._ch)&&(this._ch=""));else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(N),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=P==='"'||P==="'";this.preserveSingleSpace(re||N),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()===`
69
69
  `&&V&&this._output.add_new_line()}var pe=this._output.get_code(k);return pe},Us.Beautifier=g,Us}var v0;function Fx(){if(v0)return Mi.exports;v0=1;var t=Lx().Beautifier,r=Jh().Options;function n(a,i){var s=new t(a,i);return s.beautify()}return Mi.exports=n,Mi.exports.defaultOptions=function(){return new r},Mi.exports}var Di={exports:{}},js={},Ys={},g0;function Zh(){if(g0)return Ys;g0=1;var t=sc().Options;function r(n){t.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 t,Ys.Options=r,Ys}var Ri={},y0;function b0(){if(y0)return Ri;y0=1;var t=el().Tokenizer,r=el().TOKEN,n=cc().Directives,a=qh().TemplatablePattern,i=ol().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){t.call(this,f,p),this._current_tag_name="";var h=new a(this._input).read_options(this._options),g=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:g.starting_with(/{{!--/).until_after(/--}}/),handlebars:g.starting_with(/{{/).until_after(/}}/),handlebars_open:g.until(/[\n\r\t }]/),handlebars_raw_close:g.until(/}}/),comment:g.starting_with(/<!--/).until_after(/-->/),cdata:g.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:g.starting_with(/<!\[/).until_after(/]>/),processing:g.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars&&(this.__patterns.word=this.__patterns.word.exclude("handlebars")),this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var _=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=g.matching(_).until_after(_)}};return d.prototype=new t,d.prototype._is_comment=function(f){return!1},d.prototype._is_opening=function(f){return f.type===s.TAG_OPEN},d.prototype._is_closing=function(f,p){return f.type===s.TAG_CLOSE&&p&&((f.text===">"||f.text==="/>")&&p.text[0]==="<"||f.text==="}}"&&p.text[0]==="{"&&p.text[1]==="{")},d.prototype._reset=function(){this._current_tag_name=""},d.prototype._get_next_token=function(f,p){var h=null;this._readWhitespace();var g=this._input.peek();return g===null?this._create_token(s.EOF,""):(h=h||this._read_open_handlebars(g,p),h=h||this._read_attribute(g,f,p),h=h||this._read_close(g,p),h=h||this._read_raw_content(g,f,p),h=h||this._read_content_word(g),h=h||this._read_comment_or_cdata(g),h=h||this._read_processing(g),h=h||this._read_open(g,p),h=h||this._create_token(s.UNKNOWN,this._input.next()),h)},d.prototype._read_comment_or_cdata=function(f){var p=null,h=null,g=null;if(f==="<"){var _=this._input.peek(1);_==="!"&&(h=this.__patterns.comment.read(),h?(g=c.get_directives(h),g&&g.ignore==="start"&&(h+=c.readIgnored(this._input))):h=this.__patterns.cdata.read()),h&&(p=this._create_token(s.COMMENT,h),p.directives=g)}return p},d.prototype._read_processing=function(f){var p=null,h=null,g=null;if(f==="<"){var _=this._input.peek(1);(_==="!"||_==="?")&&(h=this.__patterns.conditional_comment.read(),h=h||this.__patterns.processing.read()),h&&(p=this._create_token(s.COMMENT,h),p.directives=g)}return p},d.prototype._read_open=function(f,p){var h=null,g=null;return p||f==="<"&&(h=this._input.next(),this._input.peek()==="/"&&(h+=this._input.next()),h+=this.__patterns.element_name.read(),g=this._create_token(s.TAG_OPEN,h)),g},d.prototype._read_open_handlebars=function(f,p){var h=null,g=null;return p||this._options.indent_handlebars&&f==="{"&&this._input.peek(1)==="{"&&(this._input.peek(2)==="!"?(h=this.__patterns.handlebars_comment.read(),h=h||this.__patterns.handlebars.read(),g=this._create_token(s.COMMENT,h)):(h=this.__patterns.handlebars_open.read(),g=this._create_token(s.TAG_OPEN,h))),g},d.prototype._read_close=function(f,p){var h=null,g=null;return p&&(p.text[0]==="<"&&(f===">"||f==="/"&&this._input.peek(1)===">")?(h=this._input.next(),f==="/"&&(h+=this._input.next()),g=this._create_token(s.TAG_CLOSE,h)):p.text[0]==="{"&&f==="}"&&this._input.peek(1)==="}"&&(this._input.next(),this._input.next(),g=this._create_token(s.TAG_CLOSE,"}}"))),g},d.prototype._read_attribute=function(f,p,h){var g=null,_="";if(h&&h.text[0]==="<")if(f==="=")g=this._create_token(s.EQUALS,this._input.next());else if(f==='"'||f==="'"){var k=this._input.next();f==='"'?k+=this.__patterns.double_quote.read():k+=this.__patterns.single_quote.read(),g=this._create_token(s.VALUE,k)}else _=this.__patterns.attribute.read(),_&&(p.type===s.EQUALS?g=this._create_token(s.VALUE,_):g=this._create_token(s.ATTRIBUTE,_));return g},d.prototype._is_content_unformatted=function(f){return this._options.void_elements.indexOf(f)===-1&&(this._options.content_unformatted.indexOf(f)!==-1||this._options.unformatted.indexOf(f)!==-1)},d.prototype._read_raw_content=function(f,p,h){var g="";if(h&&h.text[0]==="{")g=this.__patterns.handlebars_raw_close.read();else if(p.type===s.TAG_CLOSE&&p.opened.text[0]==="<"&&p.text[0]!=="/"){var _=p.opened.text.substr(1).toLowerCase();if(_==="script"||_==="style"){var k=this._read_comment_or_cdata(f);if(k)return k.type=s.TEXT,k;g=this._input.readUntil(new RegExp("</"+_+"[\\n\\r\\t ]*?>","ig"))}else this._is_content_unformatted(_)&&(g=this._input.readUntil(new RegExp("</"+_+"[\\n\\r\\t ]*?>","ig")))}return g?this._create_token(s.TEXT,g):null},d.prototype._read_content_word=function(f){var p="";if(this._options.unformatted_content_delimiter&&f===this._options.unformatted_content_delimiter[0]&&(p=this.__patterns.unformatted_content_delimiter.read()),p||(p=this.__patterns.word.read()),p)return this._create_token(s.TEXT,p)},Ri.Tokenizer=d,Ri.TOKEN=s,Ri}var _0;function zx(){if(_0)return js;_0=1;var t=Zh().Options,r=lc().Output,n=b0().Tokenizer,a=b0().TOKEN,i=/\r\n|[\r\n]/,s=/\r\n|[\r\n]/g,c=function(x,y){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=x.max_preserve_newlines,this.preserve_newlines=x.preserve_newlines,this._output=new r(x,y)};c.prototype.current_line_has_match=function(x){return this._output.current_line.has_match(x)},c.prototype.set_space_before_token=function(x,y){this._output.space_before_token=x,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(x){this._output.add_raw_token(x)},c.prototype.print_preserved_newlines=function(x){var y=0;x.type!==a.TEXT&&x.previous.type!==a.TEXT&&(y=x.newlines?1:0),this.preserve_newlines&&(y=x.newlines<this.max_preserve_newlines+1?x.newlines:this.max_preserve_newlines+1);for(var E=0;E<y;E++)this.print_newline(E>0);return y!==0},c.prototype.traverse_whitespace=function(x){return x.whitespace_before||x.newlines?(this.print_preserved_newlines(x)||(this._output.space_before_token=!0),!0):!1},c.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped},c.prototype.print_newline=function(x){this._output.add_new_line(x)},c.prototype.print_token=function(x){x.text&&(this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(x.text))},c.prototype.indent=function(){this.indent_level++},c.prototype.get_full_indent=function(x){return x=this.indent_level+(x||0),x<1?"":this._output.get_indent_string(x)};var d=function(x){for(var y=null,E=x.next;E.type!==a.EOF&&x.closed!==E;){if(E.type===a.ATTRIBUTE&&E.text==="type"){E.next&&E.next.type===a.EQUALS&&E.next.next&&E.next.next.type===a.VALUE&&(y=E.next.next.text);break}E=E.next}return y},f=function(x,y){var E=null,O=null;return y.closed?(x==="script"?E="text/javascript":x==="style"&&(E="text/css"),E=d(y)||E,E.search("text/css")>-1?O="css":E.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1?O="javascript":E.search(/(text|application|dojo)\/(x-)?(html)/)>-1?O="html":E.search(/test\/null/)>-1&&(O="null"),O):null};function p(x,y){return y.indexOf(x)!==-1}function h(x,y,E){this.parent=x||null,this.tag=y?y.tag_name:"",this.indent_level=E||0,this.parser_token=y||null}function g(x){this._printer=x,this._current_frame=null}g.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null},g.prototype.record_tag=function(x){var y=new h(this._current_frame,x,this._printer.indent_level);this._current_frame=y},g.prototype._try_pop_frame=function(x){var y=null;return x&&(y=x.parser_token,this._printer.indent_level=x.indent_level,this._current_frame=x.parent),y},g.prototype._get_frame=function(x,y){for(var E=this._current_frame;E&&x.indexOf(E.tag)===-1;){if(y&&y.indexOf(E.tag)!==-1){E=null;break}E=E.parent}return E},g.prototype.try_pop=function(x,y){var E=this._get_frame([x],y);return this._try_pop_frame(E)},g.prototype.indent_to_tag=function(x){var y=this._get_frame(x);y&&(this._printer.indent_level=y.indent_level)};function _(x,y,E,O){this._source_text=x||"",y=y||{},this._js_beautify=E,this._css_beautify=O,this._tag_stack=null;var S=new t(y,"html");this._options=S,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,5)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,8)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"}_.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var x=this._source_text,y=this._options.eol;this._options.eol==="auto"&&(y=`
70
70
  `,x&&i.test(x)&&(y=x.match(i)[0])),x=x.replace(s,`
71
71
  `);var E=x.match(/^[\t ]*/)[0],O={text:"",type:""},S=new k,L=new c(this._options,E),V=new n(x,this._options).tokenize();this._tag_stack=new g(L);for(var T=null,N=V.next();N.type!==a.EOF;)N.type===a.TAG_OPEN||N.type===a.COMMENT?(T=this._handle_tag_open(L,N,S,O,V),S=T):N.type===a.ATTRIBUTE||N.type===a.EQUALS||N.type===a.VALUE||N.type===a.TEXT&&!S.tag_complete?T=this._handle_inside_tag(L,N,S,O):N.type===a.TAG_CLOSE?T=this._handle_tag_close(L,N,S):N.type===a.TEXT?T=this._handle_text(L,N,S):L.add_raw_token(N),O=T,N=V.next();var P=L._output.get_code(y);return P},_.prototype._handle_tag_close=function(x,y,E){var O={text:y.text,type:y.type};return x.alignment_size=0,E.tag_complete=!0,x.set_space_before_token(y.newlines||y.whitespace_before!=="",!0),E.is_unformatted?x.add_raw_token(y):(E.tag_start_char==="<"&&(x.set_space_before_token(y.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&E.has_wrapped_attrs&&x.print_newline(!1)),x.print_token(y)),E.indent_content&&!(E.is_unformatted||E.is_content_unformatted)&&(x.indent(),E.indent_content=!1),!E.is_inline_element&&!(E.is_unformatted||E.is_content_unformatted)&&x.set_wrap_point(),O},_.prototype._handle_inside_tag=function(x,y,E,O){var S=E.has_wrapped_attrs,L={text:y.text,type:y.type};return x.set_space_before_token(y.newlines||y.whitespace_before!=="",!0),E.is_unformatted?x.add_raw_token(y):E.tag_start_char==="{"&&y.type===a.TEXT?x.print_preserved_newlines(y)?(y.newlines=0,x.add_raw_token(y)):x.print_token(y):(y.type===a.ATTRIBUTE?x.set_space_before_token(!0):(y.type===a.EQUALS||y.type===a.VALUE&&y.previous.type===a.EQUALS)&&x.set_space_before_token(!1),y.type===a.ATTRIBUTE&&E.tag_start_char==="<"&&((this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)&&(x.traverse_whitespace(y),S=S||y.newlines!==0),this._is_wrap_attributes_force&&E.attr_count>=this._options.wrap_attributes_min_attrs&&(O.type!==a.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline)&&(x.print_newline(!1),S=!0)),x.print_token(y),S=S||x.previous_token_wrapped(),E.has_wrapped_attrs=S),L},_.prototype._handle_text=function(x,y,E){var O={text:y.text,type:"TK_CONTENT"};return E.custom_beautifier_name?this._print_custom_beatifier_text(x,y,E):E.is_unformatted||E.is_content_unformatted?x.add_raw_token(y):(x.traverse_whitespace(y),x.print_token(y)),O},_.prototype._print_custom_beatifier_text=function(x,y,E){var O=this;if(y.text!==""){var S=y.text,L,V=1,T="",N="";E.custom_beautifier_name==="javascript"&&typeof this._js_beautify=="function"?L=this._js_beautify:E.custom_beautifier_name==="css"&&typeof this._css_beautify=="function"?L=this._css_beautify:E.custom_beautifier_name==="html"&&(L=function(H,X){var K=new _(H,X,O._js_beautify,O._css_beautify);return K.beautify()}),this._options.indent_scripts==="keep"?V=0:this._options.indent_scripts==="separate"&&(V=-x.indent_level);var P=x.get_full_indent(V);if(S=S.replace(/\n[ \t]*$/,""),E.custom_beautifier_name!=="html"&&S[0]==="<"&&S.match(/^(<!--|<!\[CDATA\[)/)){var b=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(S);if(!b){x.add_raw_token(y);return}T=P+b[1]+`
@@ -76,5 +76,5 @@ You passed in: '`+this.raw_options[a]+"'");return c},t.prototype._is_valid_selec
76
76
  `)),S=P+S.replace(/\n/g,`
77
77
  `+P)}T&&(S?S=T+S+`
78
78
  `+N:S=T+N),x.print_newline(!1),S&&(y.text=S,y.whitespace_before="",y.newlines=0,x.add_raw_token(y),x.print_newline(!0))}},_.prototype._handle_tag_open=function(x,y,E,O,S){var L=this._get_tag_open_token(y);if((E.is_unformatted||E.is_content_unformatted)&&!E.is_empty_element&&y.type===a.TAG_OPEN&&!L.is_start_tag?(x.add_raw_token(y),L.start_tag_token=this._tag_stack.try_pop(L.tag_name)):(x.traverse_whitespace(y),this._set_tag_position(x,y,L,E,O),L.is_inline_element||x.set_wrap_point(),x.print_token(y)),L.is_start_tag&&this._is_wrap_attributes_force){var V=0,T;do T=S.peek(V),T.type===a.ATTRIBUTE&&(L.attr_count+=1),V+=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)&&(L.alignment_size=y.text.length+1),!L.tag_complete&&!L.is_unformatted&&(x.alignment_size=L.alignment_size),L};var k=function(x,y){if(this.parent=x||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!y)this.tag_complete=!0;else{var E;this.tag_start_char=y.text[0],this.text=y.text,this.tag_start_char==="<"?(E=y.text.match(/^<([^\s>]*)/),this.tag_check=E?E[1]:""):(E=y.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=E?E[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 O=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(O=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(O)))}};_.prototype._get_tag_open_token=function(x){var y=new k(this._tag_stack.get_parser_token(),x);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},_.prototype._set_tag_position=function(x,y,E,O,S){if(E.is_empty_element||(E.is_end_tag?E.start_tag_token=this._tag_stack.try_pop(E.tag_name):(this._do_optional_end_element(E)&&(E.is_inline_element||x.print_newline(!1)),this._tag_stack.record_tag(E),(E.tag_name==="script"||E.tag_name==="style")&&!(E.is_unformatted||E.is_content_unformatted)&&(E.custom_beautifier_name=f(E.tag_check,y)))),p(E.tag_check,this._options.extra_liners)&&(x.print_newline(!1),x._output.just_added_blankline()||x.print_newline(!0)),E.is_empty_element){if(E.tag_start_char==="{"&&E.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),E.indent_content=!0;var L=x.current_line_has_match(/{{#if/);L||x.print_newline(!1)}E.tag_name==="!--"&&S.type===a.TAG_CLOSE&&O.is_end_tag&&E.text.indexOf(`
79
- `)===-1||(E.is_inline_element||E.is_unformatted||x.print_newline(!1),this._calcluate_parent_multiline(x,E))}else if(E.is_end_tag){var V=!1;V=E.start_tag_token&&E.start_tag_token.multiline_content,V=V||!E.is_inline_element&&!(O.is_inline_element||O.is_unformatted)&&!(S.type===a.TAG_CLOSE&&E.start_tag_token===O)&&S.type!=="TK_CONTENT",(E.is_content_unformatted||E.is_unformatted)&&(V=!1),V&&x.print_newline(!1)}else E.indent_content=!E.custom_beautifier_name,E.tag_start_char==="<"&&(E.tag_name==="html"?E.indent_content=this._options.indent_inner_html:E.tag_name==="head"?E.indent_content=this._options.indent_head_inner_html:E.tag_name==="body"&&(E.indent_content=this._options.indent_body_inner_html)),!(E.is_inline_element||E.is_unformatted)&&(S.type!=="TK_CONTENT"||E.is_content_unformatted)&&x.print_newline(!1),this._calcluate_parent_multiline(x,E)},_.prototype._calcluate_parent_multiline=function(x,y){y.parent&&x._output.just_added_newline()&&!((y.is_inline_element||y.is_unformatted)&&y.parent.is_inline_element)&&(y.parent.multiline_content=!0)};var $=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],M=["a","audio","del","ins","map","noscript","video"];return _.prototype._do_optional_end_element=function(x){var y=null;if(!(x.is_empty_element||!x.is_start_tag||!x.parent)){if(x.tag_name==="body")y=y||this._tag_stack.try_pop("head");else if(x.tag_name==="li")y=y||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(x.tag_name==="dd"||x.tag_name==="dt")y=y||this._tag_stack.try_pop("dt",["dl"]),y=y||this._tag_stack.try_pop("dd",["dl"]);else if(x.parent.tag_name==="p"&&$.indexOf(x.tag_name)!==-1){var E=x.parent.parent;(!E||M.indexOf(E.tag_name)===-1)&&(y=y||this._tag_stack.try_pop("p"))}else x.tag_name==="rp"||x.tag_name==="rt"?(y=y||this._tag_stack.try_pop("rt",["ruby","rtc"]),y=y||this._tag_stack.try_pop("rp",["ruby","rtc"])):x.tag_name==="optgroup"?y=y||this._tag_stack.try_pop("optgroup",["select"]):x.tag_name==="option"?y=y||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):x.tag_name==="colgroup"?y=y||this._tag_stack.try_pop("caption",["table"]):x.tag_name==="thead"?(y=y||this._tag_stack.try_pop("caption",["table"]),y=y||this._tag_stack.try_pop("colgroup",["table"])):x.tag_name==="tbody"||x.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"])):x.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"])):(x.tag_name==="th"||x.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 x.parent=this._tag_stack.get_parser_token(),y}},js.Beautifier=_,js}var w0;function Hx(){if(w0)return Di.exports;w0=1;var t=zx().Beautifier,r=Zh().Options;function n(a,i,s,c){var d=new t(a,i,s,c);return d.beautify()}return Di.exports=n,Di.exports.defaultOptions=function(){return new r},Di.exports}var k0;function Ux(){if(k0)return vo;k0=1;var t=Px(),r=Fx(),n=Hx();function a(i,s,c,d){return c=c||t,d=d||r,n(i,s,c,d)}return a.defaultOptions=n.defaultOptions,vo.js=t,vo.css=r,vo.html=a,vo}(function(t){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=Ux();a.js_beautify=a.js,a.css_beautify=a.css,a.html_beautify=a.html,n.exports=r(a,a,a)})(t)})(Kh);var Wx=Kh.exports,jx=Mx(Wx),e1=function(){function t(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=mo(n.element)&&a.includes(n.element.tagName);return i&&s},this.wrapperElement=r}return Object.defineProperty(t.prototype,"element",{get:function(){return this.wrapperElement},enumerable:!1,configurable:!0}),t.prototype.findAllDOMElements=function(r){var n=this.getRootNodes().filter(mo);if(n.length===0)return[];var a=Rh([],n.filter(function(i){return i.matches(r)}));return n.forEach(function(i){a.push.apply(a,Array.from(i.querySelectorAll(r)))}),a},t.prototype.find=function(r){if(typeof r=="object"&&"ref"in r){var n=this.getCurrentComponent();if(!n)return Cr("DOMWrapper");var a=n.refs[r.ref];return Array.isArray(a)&&(a=a.length?a[0]:void 0),a instanceof Node?Oo(a):Cr("DOMWrapper")}var i=this.findAll(r);return i.length>0?i[0]:Cr("DOMWrapper")},t.prototype.findComponent=function(r){var n=this.getCurrentComponent();if(!n)return Cr("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)?Ns(null,a):Cr("VueWrapper")}if(Wh(n.vnode,r)&&this.element.contains(n.vnode.el))return Ns(null,n.subTree.component?n.subTree.component.proxy:n.proxy);var i=this.findAllComponents(r)[0];return i??Cr("VueWrapper")},t.prototype.findAllComponents=function(r){var n=this.getCurrentComponent();if(!n)return[];var a=Ox(n.subTree,r);return a.map(function(i){return i.proxy?Ns(null,i.proxy):Oo(i.vnode.el)})},t.prototype.html=function(r){var n=this.getRootNodes().map(function(a){return Tx(a)});return r!=null&&r.raw?n.join(""):n.map(function(a){return jx.html(a,{unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_size:2,inline_custom_elements:!1})}).join(`
80
- `)},t.prototype.classes=function(r){var n=mo(this.element)?Array.from(this.element.classList):[];return r?n.includes(r):n},t.prototype.attributes=function(r){var n={};if(mo(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},t.prototype.text=function(){return this.getRootNodes().map(cx).join("")},t.prototype.exists=function(){return!0},t.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()))},t.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)},t.prototype.isVisible=function(){return mo(this.element)&&jh(this.element)},t.prototype.trigger=function(r,n){return ac(this,void 0,void 0,function(){var a;return oc(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=kx(r,n),a._vts=Date.now()+1,this.element.dispatchEvent(a)),[2,e.nextTick()]})})},t}(),Yx=function(t){Dh(r,t);function r(n){var a=this;return n?(a=t.call(this,n)||this,Ah.plugins.DOMWrapper.extend(a),a):Cr("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=t.prototype.find.call(this,n);return a.exists()&&px(n)?this.element.contains(a.element)?a:Cr("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=t.prototype.findAllComponents.call(this,n);return i.filter(function(s){return a.element.contains(s.element)})},r.prototype.setChecked=function(){return ac(this,arguments,void 0,function(n){var a,i;return n===void 0&&(n=!0),oc(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}(e1);Yh(za.DOMWrapper,function(t){return new Yx(t)});function ji(t){if(t.shapeFlag&1)return[t.el];if(t.shapeFlag&6){var r=t.component.subTree;return ji(r)}else{if(t.shapeFlag&128)return ji(t.suspense.activeBranch);if(t.shapeFlag&72){var n=[t.el];if(t.anchor)for(var a=n[0].nextSibling;a&&a.previousSibling!==t.anchor;)n.push(a),a=a.nextSibling;return n}else if(t.shapeFlag&16){var i=t.children.flat();return i.flatMap(function(s){return ji(s)}).filter(fx)}}return[]}var ea={};function Kx(t,r){var n=t.$.uid,a=ea[n]||{};return r?a?a[r]:void 0:a}var Gx=function(t,r,n){for(var a=t;typeof(a==null?void 0:a.type)=="function";)a=a.parent;var i=a.uid;i in ea||(ea[i]={}),r in ea[i]||(ea[i][r]=[]),ea[i][r].push(n)},Xx=function(t){var r=t.$.uid;delete ea[r]};function Qx(t,r){return new Proxy(t,{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 qx=function(t){Dh(r,t);function r(n,a,i){var s=t.call(this,a==null?void 0:a.$el)||this;return s.cleanUpCallbacks=[],s.__app=n,s.rootVM=a==null?void 0:a.$root,hx(a)?s.componentVM=Qx(a,a.$.setupState):s.componentVM=a,s.__setProps=i,s.attachNativeEventListener(),Ah.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 ji(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(g){return g instanceof Element});if(i.length===1)for(var s=i[0],c=function(g){if(a.includes(g))return"continue";var _=function(){for(var k=[],$=0;$<arguments.length;$++)k[$]=arguments[$];Gx(n.$,g,k)};s.addEventListener(g,_),d.cleanUpCallbacks.push(function(){s.removeEventListener(g,_)})},d=this,f=0,p=Object.keys(Lh);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 Kx(this.vm,n)},r.prototype.isVisible=function(){var n=Oo(this.element);return n.isVisible()},r.prototype.setData=function(n){return Ph(this.componentVM.$data,n),e.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),e.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");Xx(this.vm),this.cleanUpCallbacks.forEach(function(n){return n()}),this.cleanUpCallbacks=[],this.__app.unmount()},r}(e1);Yh(za.VueWrapper,function(t,r,n){return new qx(t,r,n)});var Jx={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"};e.defineComponent({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var t=this,r,n,a=e.computed(function(){return Jx}),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:e.computed(function(){return a.value.href}),isActive:e.computed(function(){return!1}),isExactActive:e.computed(function(){return!1}),navigate:function(){return ac(t,void 0,void 0,function(){return oc(this,function(s){return[2]})})}});return this.custom?i:e.h("a",void 0,i)}});const t1=t=>t<10?`0${t}`:t,x0=(t,r,n,a,i,s)=>{const c=bu(t,r.slice(0,t.length),new Date,{locale:s});return ko(c)&&fh(c)?a||i?c:it(c,{hours:+n.hours,minutes:+(n==null?void 0:n.minutes),seconds:+(n==null?void 0:n.seconds),milliseconds:0}):null},Zx=(t,r,n,a,i,s)=>{const c=Array.isArray(n)?n[0]:n;if(typeof r=="string")return x0(t,r,c,a,i,s);if(Array.isArray(r)){let d=null;for(const f of r)if(d=x0(t,f,c,a,i,s),d)break;return d}return typeof r=="function"?r(t):null},ge=t=>t?new Date(t):new Date,eE=(t,r,n)=>{if(r){const i=(t.getMonth()+1).toString().padStart(2,"0"),s=t.getDate().toString().padStart(2,"0"),c=t.getHours().toString().padStart(2,"0"),d=t.getMinutes().toString().padStart(2,"0"),f=n?t.getSeconds().toString().padStart(2,"0"):"00";return`${t.getFullYear()}-${i}-${s}T${c}:${d}:${f}.000Z`}const a=Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds());return new Date(a).toISOString()},Mt=(t,r)=>{const n=ge(JSON.parse(JSON.stringify(t))),a=it(n,{hours:0,minutes:0,seconds:0,milliseconds:0});return r?Q8(a):a},Sr=(t,r,n,a)=>{let i=t?ge(t):ge();return(r||r===0)&&(i=zk(i,+r)),(n||n===0)&&(i=Hk(i,+n)),(a||a===0)&&(i=Sh(i,+a)),Bh(i,0)},gt=(t,r)=>!t||!r?!1:Pa(Mt(t),Mt(r)),Xe=(t,r)=>!t||!r?!1:Va(Mt(t),Mt(r)),kt=(t,r)=>!t||!r?!1:ia(Mt(t),Mt(r)),Io=(t,r,n)=>t!=null&&t[0]&&t!=null&&t[1]?kt(n,t[0])&&gt(n,t[1]):t!=null&&t[0]&&r?kt(n,t[0])&&gt(n,r)||gt(n,t[0])&&kt(n,r):!1,Vn=t=>{const r=it(new Date(t),{date:1});return Mt(r)},Ks=(t,r,n)=>r&&(n||n===0)?Object.fromEntries(["hours","minutes","seconds"].map(a=>a===r?[a,n]:[a,isNaN(+t[a])?void 0:+t[a]])):{hours:isNaN(+t.hours)?void 0:+t.hours,minutes:isNaN(+t.minutes)?void 0:+t.minutes,seconds:isNaN(+t.seconds)?void 0:+t.seconds},aa=t=>({hours:ur(t),minutes:Vr(t),seconds:Aa(t)}),n1=(t,r)=>{if(r){const n=Pe(ge(r));if(n>t)return 12;if(n===t)return Ge(ge(r))}},r1=(t,r)=>{if(r){const n=Pe(ge(r));return n<t?-1:n===t?Ge(ge(r)):void 0}},Ha=t=>{if(t)return Pe(ge(t))},a1=(t,r)=>{const n=kt(t,r)?r:t,a=kt(r,t)?r:t;return hh({start:n,end:a})},tE=t=>{const r=On(t,1);return{month:Ge(r),year:Pe(r)}},rr=(t,r)=>{const n=Nn(t,{weekStartsOn:+r}),a=vh(t,{weekStartsOn:+r});return[n,a]},o1=(t,r)=>{const n={hours:ur(ge()),minutes:Vr(ge()),seconds:r?Aa(ge()):0};return Object.assign(n,t)},$r=(t,r,n)=>[it(ge(t),{date:1}),it(ge(),{month:r,year:n,date:1})],ar=(t,r,n)=>{let a=t?ge(t):ge();return(r||r===0)&&(a=$h(a,r)),n&&(a=zn(a,n)),a},i1=(t,r,n,a,i)=>{if(!a||i&&!r||!i&&!n)return!1;const s=i?On(t,1):La(t,1),c=[Ge(s),Pe(s)];return i?!rE(...c,r):!nE(...c,n)},nE=(t,r,n)=>gt(...$r(n,t,r))||Xe(...$r(n,t,r)),rE=(t,r,n)=>kt(...$r(n,t,r))||Xe(...$r(n,t,r)),l1=(t,r,n,a,i,s,c)=>{if(typeof r=="function"&&!c)return r(t);const d=n?{locale:n}:void 0;return Array.isArray(t)?`${Wn(t[0],s,d)}${i&&!t[1]?"":a}${t[1]?Wn(t[1],s,d):""}`:Wn(t,s,d)},Ba=t=>{if(t)return null;throw new Error(nc.prop("partial-range"))},Ai=(t,r)=>{if(r)return t();throw new Error(nc.prop("range"))},xu=t=>Array.isArray(t)?ko(t[0])&&(t[1]?ko(t[1]):!0):t?ko(t):!1,aE=(t,r)=>it(r??ge(),{hours:+t.hours||0,minutes:+t.minutes||0,seconds:+t.seconds||0}),Gs=(t,r,n,a)=>{if(!t)return!0;if(a){const i=n==="max"?Pa(t,r):ia(t,r),s={seconds:0,milliseconds:0};return i||Va(it(t,s),it(r,s))}return n==="max"?t.getTime()<=r.getTime():t.getTime()>=r.getTime()},Xs=(t,r,n)=>t?aE(t,r):ge(n??r),E0=(t,r,n,a,i)=>{if(Array.isArray(a)){const c=Xs(t,a[0],r),d=Xs(t,a[1],r);return Gs(a[0],c,n,!!r)&&Gs(a[1],d,n,!!r)&&i}const s=Xs(t,a,r);return Gs(a,s,n,!!r)&&i},Qs=t=>it(ge(),aa(t)),oE=(t,r,n)=>{if(t instanceof Map){const a=`${t1(n+1)}-${r}`;return t.size?t.has(a):!1}return!1},iE=(t,r,n)=>{if(t instanceof Map){const a=`${t1(n+1)}-${r}`;return t.size?t.has(a):!0}return!0},s1=(t,r,n)=>typeof t=="function"?t({month:r,year:n}):!!t.months.find(a=>a.month===r&&a.year===n),dc=(t,r)=>typeof t=="function"?t(r):t.years.includes(r),Eu=t=>`dp-${Wn(t,"yyyy-MM-dd")}`,C0=(t,r)=>{const n=Ch(Mt(r),t),a=bn(Mt(r),t);return{before:n,after:a}},yo=e.reactive({menuFocused:!1,shiftKeyInMenu:!1}),u1=()=>{const t=n=>{yo.menuFocused=n},r=n=>{yo.shiftKeyInMenu!==n&&(yo.shiftKeyInMenu=n)};return{control:e.computed(()=>({shiftKeyInMenu:yo.shiftKeyInMenu,menuFocused:yo.menuFocused})),setMenuFocused:t,setShiftKey:r}},ct=e.reactive({monthYear:[],calendar:[],time:[],actionRow:[],selectionGrid:[],timePicker:{0:[],1:[]},monthPicker:[]}),qs=e.ref(null),Pi=e.ref(!1),Js=e.ref(!1),Zs=e.ref(!1),eu=e.ref(!1),At=e.ref(0),wt=e.ref(0),Mr=()=>{const t=e.computed(()=>Pi.value?[...ct.selectionGrid,ct.actionRow].filter(g=>g.length):Js.value?[...ct.timePicker[0],...ct.timePicker[1],eu.value?[]:[qs.value],ct.actionRow].filter(g=>g.length):Zs.value?[...ct.monthPicker,ct.actionRow]:[ct.monthYear,...ct.calendar,ct.time,ct.actionRow].filter(g=>g.length)),r=g=>{At.value=g?At.value+1:At.value-1;let _=null;t.value[wt.value]&&(_=t.value[wt.value][At.value]),!_&&t.value[wt.value+(g?1:-1)]?(wt.value=wt.value+(g?1:-1),At.value=g?0:t.value[wt.value].length-1):_||(At.value=g?At.value-1:At.value+1)},n=g=>{wt.value===0&&!g||wt.value===t.value.length&&g||(wt.value=g?wt.value+1:wt.value-1,t.value[wt.value]?t.value[wt.value]&&!t.value[wt.value][At.value]&&At.value!==0&&(At.value=t.value[wt.value].length-1):wt.value=g?wt.value-1:wt.value+1)},a=g=>{let _=null;t.value[wt.value]&&(_=t.value[wt.value][At.value]),_?_.focus({preventScroll:!Pi.value}):At.value=g?At.value-1:At.value+1},i=()=>{r(!0),a(!0)},s=()=>{r(!1),a(!1)},c=()=>{n(!1),a(!0)},d=()=>{n(!0),a(!0)},f=(g,_)=>{ct[_]=g},p=(g,_)=>{ct[_]=g},h=()=>{At.value=0,wt.value=0};return{buildMatrix:f,buildMultiLevelMatrix:p,setTimePickerBackRef:g=>{qs.value=g},setSelectionGrid:g=>{Pi.value=g,h(),g||(ct.selectionGrid=[])},setTimePicker:(g,_=!1)=>{Js.value=g,eu.value=_,h(),g||(ct.timePicker[0]=[],ct.timePicker[1]=[])},setTimePickerElements:(g,_=0)=>{ct.timePicker[_]=g},arrowRight:i,arrowLeft:s,arrowUp:c,arrowDown:d,clearArrowNav:()=>{ct.monthYear=[],ct.calendar=[],ct.time=[],ct.actionRow=[],ct.selectionGrid=[],ct.timePicker[0]=[],ct.timePicker[1]=[],Pi.value=!1,Js.value=!1,eu.value=!1,Zs.value=!1,h(),qs.value=null},setMonthPicker:g=>{Zs.value=g,h()},refSets:ct}},$0=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??{}}),lE=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??{}}),B0=t=>t?typeof t=="boolean"?t?2:0:+t>=2?+t:2:0,sE=t=>{const r=typeof t=="object"&&t,n={static:!0,solo:!1};if(!t)return{...n,count:B0(!1)};const a=r?t:{},i=r?a.count??!0:t,s=B0(i);return Object.assign(n,a,{count:s})},uE=(t,r,n)=>t||(typeof n=="string"?n:r),cE=t=>typeof t=="boolean"?t?$0({}):!1:$0(t),dE=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}},fE=t=>({months:[],years:[],times:{hours:[],minutes:[],seconds:[]},...t??{}}),pE=t=>({showSelect:!0,showCancel:!0,showNow:!1,showPreview:!0,...t??{}}),hE=t=>{const r={input:!1};return typeof t=="object"?{...r,...t??{},enabled:!0}:{enabled:t,...r}},mE=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??{}}),vE=t=>{const r={dates:Array.isArray(t)?t.map(n=>ge(n)):[],years:[],months:[],quarters:[],weeks:[],weekdays:[],options:{highlightDisabled:!1}};return typeof t=="function"?t:{...r,...t??{}}},gE=t=>typeof t=="object"?{type:(t==null?void 0:t.type)??"local",hideOnOffsetDates:(t==null?void 0:t.hideOnOffsetDates)??!1}:{type:t,hideOnOffsetDates:!1},yE=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}},bE=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},tu=(t,r,n,a)=>new Map(t.map(i=>{const s=ec(i,r,a);return[rc(s,n),s]})),_E=(t,r)=>t.length?new Map(t.map(n=>{const a=ec(n.date,r);return[rc(a,Ia.DATE),n]})):null,wE=t=>{var r;const n=rx(t.isMonthPicker,t.isYearPicker);return{minDate:_u(t.minDate,t.timezone,t.isSpecific),maxDate:_u(t.maxDate,t.timezone,t.isSpecific),disabledDates:Is(t.disabledDates)?tu(t.disabledDates,t.timezone,n,t.isSpecific):t.disabledDates,allowedDates:Is(t.allowedDates)?tu(t.allowedDates,t.timezone,n,t.isSpecific):null,highlight:typeof t.highlight=="object"&&Is((r=t.highlight)==null?void 0:r.dates)?tu(t.highlight.dates,t.timezone,n):t.highlight,markers:_E(t.markers,t.timezone)}},kE=t=>typeof t=="boolean"?{enabled:t,dragSelect:!0,limit:null}:{enabled:!!t,limit:t.limit?+t.limit:null,dragSelect:t.dragSelect??!0},xE=t=>({...Object.fromEntries(Object.keys(t).map(r=>{const n=r,a=t[n],i=typeof t[n]=="string"?{[a]:!0}:Object.fromEntries(a.map(s=>[s,!0]));return[r,i]}))}),pt=t=>{const r=()=>{const V=t.enableSeconds?":ss":"",T=t.enableMinutes?":mm":"";return t.is24?`HH${T}${V}`:`hh${T}${V} aa`},n=()=>{var V;return t.format?t.format:t.monthPicker?"MM/yyyy":t.timePicker?r():t.weekPicker?`${((V=x.value)==null?void 0:V.type)==="iso"?"II":"ww"}-RR`:t.yearPicker?"yyyy":t.quarterPicker?"QQQ/yyyy":t.enableTimePicker?`MM/dd/yyyy, ${r()}`:"MM/dd/yyyy"},a=V=>o1(V,t.enableSeconds),i=()=>S.value.enabled?t.startTime&&Array.isArray(t.startTime)?[a(t.startTime[0]),a(t.startTime[1])]:null:t.startTime&&!Array.isArray(t.startTime)?a(t.startTime):null,s=e.computed(()=>sE(t.multiCalendars)),c=e.computed(()=>i()),d=e.computed(()=>lE(t.ariaLabels)),f=e.computed(()=>fE(t.filters)),p=e.computed(()=>cE(t.transitions)),h=e.computed(()=>pE(t.actionRow)),g=e.computed(()=>uE(t.previewFormat,t.format,n())),_=e.computed(()=>dE(t.textInput)),k=e.computed(()=>hE(t.inline)),$=e.computed(()=>mE(t.config)),M=e.computed(()=>vE(t.highlight)),x=e.computed(()=>gE(t.weekNumbers)),y=e.computed(()=>bE(t.timezone)),E=e.computed(()=>kE(t.multiDates)),O=e.computed(()=>wE({minDate:t.minDate,maxDate:t.maxDate,disabledDates:t.disabledDates,allowedDates:t.allowedDates,highlight:M.value,markers:t.markers,timezone:y.value,isSpecific:t.monthPicker||t.yearPicker||t.quarterPicker,isMonthPicker:t.monthPicker,isYearPicker:t.yearPicker})),S=e.computed(()=>yE(t.range)),L=e.computed(()=>xE(t.ui));return{defaultedTransitions:p,defaultedMultiCalendars:s,defaultedStartTime:c,defaultedAriaLabels:d,defaultedFilters:f,defaultedActionRow:h,defaultedPreviewFormat:g,defaultedTextInput:_,defaultedInline:k,defaultedConfig:$,defaultedHighlight:M,defaultedWeekNumbers:x,defaultedRange:S,propDates:O,defaultedTz:y,defaultedMultiDates:E,defaultedUI:L,getDefaultPattern:n,getDefaultStartTime:i}},EE=(t,r,n)=>{const a=e.ref(),{defaultedTextInput:i,defaultedRange:s,defaultedTz:c,defaultedMultiDates:d,getDefaultPattern:f}=pt(r),p=e.ref(""),h=e.toRef(r,"format"),g=e.toRef(r,"formatLocale");e.watch(a,()=>{typeof r.onInternalModelChange=="function"&&t("internal-model-change",a.value,W(!0))},{deep:!0}),e.watch(s,(m,D)=>{m.enabled!==D.enabled&&(a.value=null)}),e.watch(h,()=>{pe()});const _=m=>c.value.timezone&&c.value.convertModel?Jt(m,c.value.timezone):m,k=m=>{if(c.value.timezone&&c.value.convertModel){const D=Yk(c.value.timezone,m);return U8(m,D)}return m},$=(m,D,j=!1)=>l1(m,r.format,r.formatLocale,i.value.rangeSeparator,r.modelAuto,D??f(),j),M=m=>m?r.modelType?he(m):{hours:ur(m),minutes:Vr(m),seconds:r.enableSeconds?Aa(m):0}:null,x=m=>r.modelType?he(m):{month:Ge(m),year:Pe(m)},y=m=>Array.isArray(m)?d.value.enabled?m.map(D=>E(D,zn(ge(),D))):Ai(()=>[zn(ge(),m[0]),m[1]?zn(ge(),m[1]):Ba(s.value.partialRange)],s.value.enabled):zn(ge(),+m),E=(m,D)=>(typeof m=="string"||typeof m=="number")&&r.modelType?ae(m):D,O=m=>Array.isArray(m)?[E(m[0],Sr(null,+m[0].hours,+m[0].minutes,m[0].seconds)),E(m[1],Sr(null,+m[1].hours,+m[1].minutes,m[1].seconds))]:E(m,Sr(null,m.hours,m.minutes,m.seconds)),S=m=>{const D=it(ge(),{date:1});return Array.isArray(m)?d.value.enabled?m.map(j=>E(j,ar(D,+j.month,+j.year))):Ai(()=>[E(m[0],ar(D,+m[0].month,+m[0].year)),E(m[1],m[1]?ar(D,+m[1].month,+m[1].year):Ba(s.value.partialRange))],s.value.enabled):E(m,ar(D,+m.month,+m.year))},L=m=>{if(Array.isArray(m))return m.map(D=>ae(D));throw new Error(nc.dateArr("multi-dates"))},V=m=>{if(Array.isArray(m)&&s.value.enabled){const D=m[0],j=m[1];return[ge(Array.isArray(D)?D[0]:null),Array.isArray(j)&&j.length?ge(j[0]):null]}return ge(m[0])},T=m=>r.modelAuto?Array.isArray(m)?[ae(m[0]),ae(m[1])]:r.autoApply?[ae(m)]:[ae(m),null]:Array.isArray(m)?Ai(()=>m[1]?[ae(m[0]),m[1]?ae(m[1]):Ba(s.value.partialRange)]:[ae(m[0])],s.value.enabled):ae(m),N=()=>{Array.isArray(a.value)&&s.value.enabled&&a.value.length===1&&a.value.push(Ba(s.value.partialRange))},P=()=>{const m=a.value;return[he(m[0]),m[1]?he(m[1]):Ba(s.value.partialRange)]},b=()=>a.value[1]?P():he(It(a.value[0])),R=()=>(a.value||[]).map(m=>he(m)),Y=(m=!1)=>(m||N(),r.modelAuto?b():d.value.enabled?R():Array.isArray(a.value)?Ai(()=>P(),s.value.enabled):he(It(a.value))),ie=m=>!m||Array.isArray(m)&&!m.length?null:r.timePicker?O(It(m)):r.monthPicker?S(It(m)):r.yearPicker?y(It(m)):d.value.enabled?L(It(m)):r.weekPicker?V(It(m)):T(It(m)),H=m=>{const D=ie(m);xu(It(D))?(a.value=It(D),pe()):(a.value=null,p.value="")},X=()=>{const m=D=>Wn(D,i.value.format);return`${m(a.value[0])} ${i.value.rangeSeparator} ${a.value[1]?m(a.value[1]):""}`},K=()=>n.value&&a.value?Array.isArray(a.value)?X():Wn(a.value,i.value.format):$(a.value),re=()=>a.value?d.value.enabled?a.value.map(m=>$(m)).join("; "):i.value.enabled&&typeof i.value.format=="string"?K():$(a.value):"",pe=()=>{!r.format||typeof r.format=="string"||i.value.enabled&&typeof i.value.format=="string"?p.value=re():p.value=r.format(a.value)},ae=m=>{if(r.utc){const D=new Date(m);return r.utc==="preserve"?new Date(D.getTime()+D.getTimezoneOffset()*6e4):D}return r.modelType?Kk.includes(r.modelType)?_(new Date(m)):r.modelType==="format"&&(typeof r.format=="string"||!r.format)?_(bu(m,f(),new Date,{locale:g.value})):_(bu(m,r.modelType,new Date,{locale:g.value})):_(new Date(m))},he=m=>m?r.utc?eE(m,r.utc==="preserve",r.enableSeconds):r.modelType?r.modelType==="timestamp"?+k(m):r.modelType==="iso"?k(m).toISOString():r.modelType==="format"&&(typeof r.format=="string"||!r.format)?$(k(m)):$(k(m),r.modelType,!0):k(m):"",Z=(m,D=!1,j=!1)=>{if(j)return m;if(t("update:model-value",m),c.value.emitTimezone&&D){const ue=Array.isArray(m)?m.map(te=>Jt(It(te),c.value.emitTimezone)):Jt(It(m),c.value.emitTimezone);t("update:model-timezone-value",ue)}},U=m=>Array.isArray(a.value)?d.value.enabled?a.value.map(D=>m(D)):[m(a.value[0]),a.value[1]?m(a.value[1]):Ba(s.value.partialRange)]:m(It(a.value)),F=()=>{if(Array.isArray(a.value)){const m=rr(a.value[0],r.weekStart),D=a.value[1]?rr(a.value[1],r.weekStart):[];return[m.map(j=>ge(j)),D.map(j=>ge(j))]}return rr(a.value,r.weekStart).map(m=>ge(m))},Q=(m,D)=>Z(It(U(m)),!1,D),C=m=>{const D=F();return m?D:t("update:model-value",F())},W=(m=!1)=>(m||pe(),r.monthPicker?Q(x,m):r.timePicker?Q(M,m):r.yearPicker?Q(Pe,m):r.weekPicker?C(m):Z(Y(m),!0,m));return{inputValue:p,internalModelValue:a,checkBeforeEmit:()=>a.value?s.value.enabled?s.value.partialRange?a.value.length>=1:a.value.length===2:!!a.value:!1,parseExternalModelValue:H,formatInputValue:pe,emitModelValue:W}},CE=(t,r)=>{const{defaultedFilters:n,propDates:a}=pt(t),{validateMonthYearInRange:i}=Dr(t),s=(h,g)=>{let _=h;return n.value.months.includes(Ge(_))?(_=g?On(h,1):La(h,1),s(_,g)):_},c=(h,g)=>{let _=h;return n.value.years.includes(Pe(_))?(_=g?Uu(h,1):Vh(h,1),c(_,g)):_},d=(h,g=!1)=>{const _=it(ge(),{month:t.month,year:t.year});let k=h?On(_,1):La(_,1);t.disableYearSelect&&(k=zn(k,t.year));let $=Ge(k),M=Pe(k);n.value.months.includes($)&&(k=s(k,h),$=Ge(k),M=Pe(k)),n.value.years.includes(M)&&(k=c(k,h),M=Pe(k)),i($,M,h,t.preventMinMaxNavigation)&&f($,M,g)},f=(h,g,_)=>{r("update-month-year",{month:h,year:g,fromNav:_})},p=e.computed(()=>h=>i1(it(ge(),{month:t.month,year:t.year}),a.value.maxDate,a.value.minDate,t.preventMinMaxNavigation,h));return{handleMonthYearChange:d,isDisabled:p,updateMonthYear:f}},il={multiCalendars:{type:[Boolean,Number,String,Object],default:void 0},modelValue:{type:[String,Date,Array,Object,Number],default:null},modelType:{type:String,default:null},position:{type:String,default:"center"},dark:{type:Boolean,default:!1},format:{type:[String,Function],default:()=>null},autoPosition:{type:[Boolean,String],default:!0},altPosition:{type:Function,default:null},transitions:{type:[Boolean,Object],default:!0},formatLocale:{type:Object,default:null},utc:{type:[Boolean,String],default:!1},ariaLabels:{type:Object,default:()=>({})},offset:{type:[Number,String],default:10},hideNavigation:{type:Array,default:()=>[]},timezone:{type:[String,Object],default:null},vertical:{type:Boolean,default:!1},disableMonthYearSelect:{type:Boolean,default:!1},disableYearSelect:{type:Boolean,default:!1},dayClass:{type:Function,default:null},yearRange:{type:Array,default:()=>[1900,2100]},enableTimePicker:{type:Boolean,default:!0},autoApply:{type:Boolean,default:!1},disabledDates:{type:[Array,Function],default:()=>[]},monthNameFormat:{type:String,default:"short"},startDate:{type:[Date,String],default:null},startTime:{type:[Object,Array],default:null},hideOffsetDates:{type:Boolean,default:!1},noToday:{type:Boolean,default:!1},disabledWeekDays:{type:Array,default:()=>[]},allowedDates:{type:Array,default:null},nowButtonLabel:{type:String,default:"Now"},markers:{type:Array,default:()=>[]},escClose:{type:Boolean,default:!0},spaceConfirm:{type:Boolean,default:!0},monthChangeOnArrows:{type:Boolean,default:!0},presetDates:{type:Array,default:()=>[]},flow:{type:Array,default:()=>[]},partialFlow:{type:Boolean,default:!1},preventMinMaxNavigation:{type:Boolean,default:!1},reverseYears:{type:Boolean,default:!1},weekPicker:{type:Boolean,default:!1},filters:{type:Object,default:()=>({})},arrowNavigation:{type:Boolean,default:!1},highlight:{type:[Function,Object],default:null},teleport:{type:[Boolean,String,Object],default:null},teleportCenter:{type:Boolean,default:!1},locale:{type:String,default:"en-Us"},weekNumName:{type:String,default:"W"},weekStart:{type:[Number,String],default:1},weekNumbers:{type:[String,Function,Object],default:null},monthChangeOnScroll:{type:[Boolean,String],default:!0},dayNames:{type:[Function,Array],default:null},monthPicker:{type:Boolean,default:!1},customProps:{type:Object,default:null},yearPicker:{type:Boolean,default:!1},modelAuto:{type:Boolean,default:!1},selectText:{type:String,default:"Select"},cancelText:{type:String,default:"Cancel"},previewFormat:{type:[String,Function],default:()=>""},multiDates:{type:[Object,Boolean],default:!1},ignoreTimeValidation:{type:Boolean,default:!1},minDate:{type:[Date,String],default:null},maxDate:{type:[Date,String],default:null},minTime:{type:Object,default:null},maxTime:{type:Object,default:null},name:{type:String,default:null},placeholder:{type:String,default:""},hideInputIcon:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},alwaysClearable:{type:Boolean,default:!1},state:{type:Boolean,default:null},required:{type:Boolean,default:!1},autocomplete:{type:String,default:"off"},timePicker:{type:Boolean,default:!1},enableSeconds:{type:Boolean,default:!1},is24:{type:Boolean,default:!0},noHoursOverlay:{type:Boolean,default:!1},noMinutesOverlay:{type:Boolean,default:!1},noSecondsOverlay:{type:Boolean,default:!1},hoursGridIncrement:{type:[String,Number],default:1},minutesGridIncrement:{type:[String,Number],default:5},secondsGridIncrement:{type:[String,Number],default:5},hoursIncrement:{type:[Number,String],default:1},minutesIncrement:{type:[Number,String],default:1},secondsIncrement:{type:[Number,String],default:1},range:{type:[Boolean,Object],default:!1},uid:{type:String,default:null},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inline:{type:[Boolean,Object],default:!1},textInput:{type:[Boolean,Object],default:!1},sixWeeks:{type:[Boolean,String],default:!1},actionRow:{type:Object,default:()=>({})},focusStartDate:{type:Boolean,default:!1},disabledTimes:{type:[Function,Array],default:void 0},timePickerInline:{type:Boolean,default:!1},calendar:{type:Function,default:null},config:{type:Object,default:void 0},quarterPicker:{type:Boolean,default:!1},yearFirst:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},onInternalModelChange:{type:[Function,Object],default:null},enableMinutes:{type:Boolean,default:!0},ui:{type:Object,default:()=>({})}},Tn={...il,shadow:{type:Boolean,default:!1},flowStep:{type:Number,default:0},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},menuWrapRef:{type:Object,default:null},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1},isMobile:{type:Boolean,default:void 0}},$E=["title"],BE=["disabled"],SE=e.defineComponent({compatConfig:{MODE:3},__name:"ActionRow",props:{menuMount:{type:Boolean,default:!1},calendarWidth:{type:Number,default:0},...Tn},emits:["close-picker","select-date","select-now","invalid-select"],setup(t,{emit:r}){const n=r,a=t,{defaultedActionRow:i,defaultedPreviewFormat:s,defaultedMultiCalendars:c,defaultedTextInput:d,defaultedInline:f,defaultedRange:p,defaultedMultiDates:h}=pt(a),{isTimeValid:g,isMonthValid:_}=Dr(a),{buildMatrix:k}=Mr(),$=e.ref(null),M=e.ref(null),x=e.ref(!1),y=e.ref({}),E=e.ref(null),O=e.ref(null);e.onMounted(()=>{a.arrowNavigation&&k([St($),St(M)],"actionRow"),S(),window.addEventListener("resize",S)}),e.onUnmounted(()=>{window.removeEventListener("resize",S)});const S=()=>{x.value=!1,setTimeout(()=>{var H,X;const K=(H=E.value)==null?void 0:H.getBoundingClientRect(),re=(X=O.value)==null?void 0:X.getBoundingClientRect();K&&re&&(y.value.maxWidth=`${re.width-K.width-20}px`),x.value=!0},0)},L=e.computed(()=>p.value.enabled&&!p.value.partialRange&&a.internalModelValue?a.internalModelValue.length===2:!0),V=e.computed(()=>!g.value(a.internalModelValue)||!_.value(a.internalModelValue)||!L.value),T=()=>{const H=s.value;return a.timePicker||a.monthPicker,H(It(a.internalModelValue))},N=()=>{const H=a.internalModelValue;return c.value.count>0?`${P(H[0])} - ${P(H[1])}`:[P(H[0]),P(H[1])]},P=H=>l1(H,s.value,a.formatLocale,d.value.rangeSeparator,a.modelAuto,s.value),b=e.computed(()=>!a.internalModelValue||!a.menuMount?"":typeof s.value=="string"?Array.isArray(a.internalModelValue)?a.internalModelValue.length===2&&a.internalModelValue[1]?N():h.value.enabled?a.internalModelValue.map(H=>`${P(H)}`):a.modelAuto?`${P(a.internalModelValue[0])}`:`${P(a.internalModelValue[0])} -`:P(a.internalModelValue):T()),R=()=>h.value.enabled?"; ":" - ",Y=e.computed(()=>Array.isArray(b.value)?b.value.join(R()):b.value),ie=()=>{g.value(a.internalModelValue)&&_.value(a.internalModelValue)&&L.value?n("select-date"):n("invalid-select")};return(H,X)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"actionRowRef",ref:O,class:"dp__action_row"},[H.$slots["action-row"]?e.renderSlot(H.$slots,"action-row",e.normalizeProps(e.mergeProps({key:0},{internalModelValue:H.internalModelValue,disabled:V.value,selectDate:()=>H.$emit("select-date"),closePicker:()=>H.$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:Y.value,style:e.normalizeStyle(y.value)},[H.$slots["action-preview"]&&x.value?e.renderSlot(H.$slots,"action-preview",{key:0,value:H.internalModelValue}):e.createCommentVNode("",!0),!H.$slots["action-preview"]&&x.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(Y.value),1)],64)):e.createCommentVNode("",!0)],12,$E)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"actionBtnContainer",ref:E,class:"dp__action_buttons","data-dp-element":"action-row"},[H.$slots["action-buttons"]?e.renderSlot(H.$slots,"action-buttons",{key:0,value:H.internalModelValue}):e.createCommentVNode("",!0),H.$slots["action-buttons"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[!e.unref(f).enabled&&e.unref(i).showCancel?(e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"cancelButtonRef",ref:$,type:"button",class:"dp__action_button dp__action_cancel",onClick:X[0]||(X[0]=K=>H.$emit("close-picker")),onKeydown:X[1]||(X[1]=K=>e.unref(Wt)(K,()=>H.$emit("close-picker")))},e.toDisplayString(H.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:X[2]||(X[2]=K=>H.$emit("select-now")),onKeydown:X[3]||(X[3]=K=>e.unref(Wt)(K,()=>H.$emit("select-now")))},e.toDisplayString(H.nowButtonLabel),33)):e.createCommentVNode("",!0),e.unref(i).showSelect?(e.openBlock(),e.createElementBlock("button",{key:2,ref_key:"selectButtonRef",ref:M,type:"button",class:"dp__action_button dp__action_select",disabled:V.value,"data-test-id":"select-button",onKeydown:X[4]||(X[4]=K=>e.unref(Wt)(K,()=>ie())),onClick:ie},e.toDisplayString(H.selectText),41,BE)):e.createCommentVNode("",!0)],64))],512)],64))],512))}}),VE=["role","aria-label","tabindex"],OE={class:"dp__selection_grid_header"},IE=["aria-selected","aria-disabled","data-test-id","onClick","onKeydown","onMouseover"],NE=["aria-label"],Ro=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:a,buildMultiLevelMatrix:i,setMonthPicker:s}=Mr(),c=n,d=t,{defaultedAriaLabels:f,defaultedTextInput:p,defaultedConfig:h}=pt(d),{hideNavigationButtons:g}=ul(),_=e.ref(!1),k=e.ref(null),$=e.ref(null),M=e.ref([]),x=e.ref(),y=e.ref(null),E=e.ref(0),O=e.ref(null);e.onBeforeUpdate(()=>{k.value=null}),e.onMounted(()=>{e.nextTick().then(()=>R()),d.noOverlayFocus||L(),S(!0)}),e.onUnmounted(()=>S(!1));const S=U=>{var F;d.arrowNavigation&&((F=d.headerRefs)!=null&&F.length?s(U):a(U))},L=()=>{var U;const F=St($);F&&(p.value.enabled||(k.value?(U=k.value)==null||U.focus({preventScroll:!0}):F.focus({preventScroll:!0})),_.value=F.clientHeight<F.scrollHeight)},V=e.computed(()=>({dp__overlay:!0,"dp--overlay-absolute":!d.useRelative,"dp--overlay-relative":d.useRelative})),T=e.computed(()=>d.useRelative?{height:`${d.height}px`,width:"var(--dp-menu-min-width)"}:void 0),N=e.computed(()=>({dp__overlay_col:!0})),P=e.computed(()=>({dp__btn:!0,dp__button:!0,dp__overlay_action:!0,dp__over_action_scroll:_.value,dp__button_bottom:d.isLast})),b=e.computed(()=>{var U,F;return{dp__overlay_container:!0,dp__container_flex:((U=d.items)==null?void 0:U.length)<=6,dp__container_block:((F=d.items)==null?void 0:F.length)>6}});e.watch(()=>d.items,()=>R(!1),{deep:!0});const R=(U=!0)=>{e.nextTick().then(()=>{const F=St(k),Q=St($),C=St(y),W=St(O),m=C?C.getBoundingClientRect().height:0;Q&&(Q.getBoundingClientRect().height?E.value=Q.getBoundingClientRect().height-m:E.value=h.value.modeHeight-m),F&&W&&U&&(W.scrollTop=F.offsetTop-W.offsetTop-(E.value/2-F.getBoundingClientRect().height)-m)})},Y=U=>{U.disabled||c("selected",U.value)},ie=()=>{c("toggle"),c("reset-flow")},H=()=>{d.escClose&&ie()},X=(U,F,Q,C)=>{U&&((F.active||F.value===d.focusValue)&&(k.value=U),d.arrowNavigation&&(Array.isArray(M.value[Q])?M.value[Q][C]=U:M.value[Q]=[U],K()))},K=()=>{var U,F;const Q=(U=d.headerRefs)!=null&&U.length?[d.headerRefs].concat(M.value):M.value.concat([d.skipButtonRef?[]:[y.value]]);i(It(Q),(F=d.headerRefs)!=null&&F.length?"monthPicker":"selectionGrid")},re=U=>{d.arrowNavigation||Br(U,h.value,!0)},pe=U=>{x.value=U,c("hover-value",U)},ae=()=>{if(ie(),!d.isLast){const U=wu(d.menuWrapRef??null,"action-row");if(U){const F=Th(U);F==null||F.focus()}}},he=U=>{switch(U.key){case dt.esc:return H();case dt.arrowLeft:return re(U);case dt.arrowRight:return re(U);case dt.arrowUp:return re(U);case dt.arrowDown:return re(U);default:return}},Z=U=>{if(U.key===dt.enter)return ie();if(U.key===dt.tab)return ae()};return r({focusGrid:L}),(U,F)=>{var Q;return e.openBlock(),e.createElementBlock("div",{ref_key:"gridWrapRef",ref:$,class:e.normalizeClass(V.value),style:e.normalizeStyle(T.value),role:U.useRelative?void 0:"dialog","aria-label":U.overlayLabel,tabindex:U.useRelative?void 0:"0",onKeydown:he,onClick:F[0]||(F[0]=e.withModifiers(()=>{},["prevent"]))},[e.createElementVNode("div",{ref_key:"containerRef",ref:O,class:e.normalizeClass(b.value),style:e.normalizeStyle({"--dp-overlay-height":`${E.value}px`}),role:"grid"},[e.createElementVNode("div",OE,[e.renderSlot(U.$slots,"header")]),U.$slots.overlay?e.renderSlot(U.$slots,"overlay",{key:0}):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(U.items,(C,W)=>(e.openBlock(),e.createElementBlock("div",{key:W,class:e.normalizeClass(["dp__overlay_row",{dp__flex_row:U.items.length>=3}]),role:"row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C,(m,D)=>(e.openBlock(),e.createElementBlock("div",{key:m.value,ref_for:!0,ref:j=>X(j,m,W,D),role:"gridcell",class:e.normalizeClass(N.value),"aria-selected":m.active||void 0,"aria-disabled":m.disabled||void 0,tabindex:"0","data-test-id":m.text,onClick:e.withModifiers(j=>Y(m),["prevent"]),onKeydown:j=>e.unref(Wt)(j,()=>Y(m),!0),onMouseover:j=>pe(m.value)},[e.createElementVNode("div",{class:e.normalizeClass(m.className)},[U.$slots.item?e.renderSlot(U.$slots,"item",{key:0,item:m}):e.createCommentVNode("",!0),U.$slots.item?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m.text),1)],64))],2)],42,IE))),128))],2))),128))],6),U.$slots["button-icon"]?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"toggleButton",ref:y,type:"button","aria-label":(Q=e.unref(f))==null?void 0:Q.toggleOverlay,class:e.normalizeClass(P.value),tabindex:"0",onClick:ie,onKeydown:Z},[e.renderSlot(U.$slots,"button-icon")],42,NE)),[[e.vShow,!e.unref(g)(U.hideNavigation,U.type)]]):e.createCommentVNode("",!0)],46,VE)}}}),TE=["data-dp-mobile"],ll=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]),a=e.computed(()=>({dp__instance_calendar:r.multiCalendars>0}));return(i,s)=>(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,(c,d)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:e.normalizeClass(a.value)},[e.renderSlot(i.$slots,"default",{instance:c,index:d})],2))),128))],10,TE))}}),ME=["data-dp-element","aria-label","aria-disabled"],xo=e.defineComponent({compatConfig:{MODE:3},__name:"ArrowBtn",props:{ariaLabel:{},elName:{},disabled:{type:Boolean}},emits:["activate","set-ref"],setup(t,{emit:r}){const n=r,a=e.ref(null);return e.onMounted(()=>n("set-ref",a)),(i,s)=>(e.openBlock(),e.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=>e.unref(Wt)(c,()=>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,ME))}}),DE=["aria-label","data-test-id"],c1=e.defineComponent({__name:"YearModePicker",props:{...Tn,showYearPicker:{type:Boolean,default:!1},items:{type:Array,default:()=>[]},instance:{type:Number,default:0},year:{type:Number,default:0},isDisabled:{type:Function,default:()=>!1}},emits:["toggle-year-picker","year-select","handle-year"],setup(t,{emit:r}){const n=r,a=t,{showRightIcon:i,showLeftIcon:s}=ul(),{defaultedConfig:c,defaultedMultiCalendars:d,defaultedAriaLabels:f,defaultedTransitions:p,defaultedUI:h}=pt(a),{showTransition:g,transitionName:_}=Ao(p),k=e.ref(!1),$=(y=!1,E)=>{k.value=!k.value,n("toggle-year-picker",{flow:y,show:E})},M=y=>{k.value=!1,n("year-select",y)},x=(y=!1)=>{n("handle-year",y)};return(y,E)=>{var O,S,L,V,T;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass(["dp--year-mode-picker",{"dp--hidden-el":k.value}])},[e.unref(s)(e.unref(d),t.instance)?(e.openBlock(),e.createBlock(xo,{key:0,ref:"mpPrevIconRef","aria-label":(O=e.unref(f))==null?void 0:O.prevYear,disabled:t.isDisabled(!1),class:e.normalizeClass((S=e.unref(h))==null?void 0:S.navBtnPrev),onActivate:E[0]||(E[0]=N=>x(!1))},{default:e.withCtx(()=>[y.$slots["arrow-left"]?e.renderSlot(y.$slots,"arrow-left",{key:0}):e.createCommentVNode("",!0),y.$slots["arrow-left"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Xu),{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}-${(L=e.unref(f))==null?void 0:L.openYearsOverlay}`,"data-test-id":`year-mode-btn-${t.instance}`,onClick:E[1]||(E[1]=()=>$(!1)),onKeydown:E[2]||(E[2]=e.withKeys(()=>$(!1),["enter"]))},[y.$slots.year?e.renderSlot(y.$slots,"year",{key:0,year:t.year}):e.createCommentVNode("",!0),y.$slots.year?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(t.year),1)],64))],40,DE),e.unref(i)(e.unref(d),t.instance)?(e.openBlock(),e.createBlock(xo,{key:1,ref:"mpNextIconRef","aria-label":(V=e.unref(f))==null?void 0:V.nextYear,disabled:t.isDisabled(!0),class:e.normalizeClass((T=e.unref(h))==null?void 0:T.navBtnNext),onActivate:E[3]||(E[3]=N=>x(!0))},{default:e.withCtx(()=>[y.$slots["arrow-right"]?e.renderSlot(y.$slots,"arrow-right",{key:0}):e.createCommentVNode("",!0),y.$slots["arrow-right"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Qu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0)],2),e.createVNode(e.Transition,{name:e.unref(_)(t.showYearPicker),css:e.unref(g)},{default:e.withCtx(()=>{var N,P;return[t.showYearPicker?(e.openBlock(),e.createBlock(Ro,{key:0,items:t.items,"text-input":y.textInput,"esc-close":y.escClose,config:y.config,"is-last":y.autoApply&&!e.unref(c).keepActionRow,"hide-navigation":y.hideNavigation,"aria-labels":y.ariaLabels,"overlay-label":(P=(N=e.unref(f))==null?void 0:N.yearPicker)==null?void 0:P.call(N,!0),type:"year",onToggle:$,onSelected:E[4]||(E[4]=b=>M(b))},e.createSlots({"button-icon":e.withCtx(()=>[y.$slots["calendar-icon"]?e.renderSlot(y.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),y.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Wa),{key:1}))]),_:2},[y.$slots["year-overlay-value"]?{name:"item",fn:e.withCtx(({item:b})=>[e.renderSlot(y.$slots,"year-overlay-value",{text:b.text,value:b.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)}}}),fc=(t,r,n)=>{if(r.value&&Array.isArray(r.value))if(r.value.some(a=>Xe(t,a))){const a=r.value.filter(i=>!Xe(i,t));r.value=a.length?a:null}else(n&&+n>r.value.length||!n)&&r.value.push(t);else r.value=[t]},pc=(t,r,n)=>{let a=t.value?t.value.slice():[];return a.length===2&&a[1]!==null&&(a=[]),a.length?(gt(r,a[0])?a.unshift(r):a[1]=r,n("range-end",r)):(a=[r],n("range-start",r)),a},sl=(t,r,n,a)=>{t&&(t[0]&&t[1]&&n&&r("auto-apply"),t[0]&&!t[1]&&a&&n&&r("auto-apply"))},d1=t=>{Array.isArray(t.value)&&t.value.length<=2&&t.range?t.modelValue.value=t.value.map(r=>Jt(ge(r),t.timezone)):Array.isArray(t.value)||(t.modelValue.value=Jt(ge(t.value),t.timezone))},f1=(t,r,n,a)=>Array.isArray(r.value)&&(r.value.length===2||r.value.length===1&&a.value.partialRange)?a.value.fixedStart&&(kt(t,r.value[0])||Xe(t,r.value[0]))?[r.value[0],t]:a.value.fixedEnd&&(gt(t,r.value[1])||Xe(t,r.value[1]))?[t,r.value[1]]:(n("invalid-fixed-range",t),r.value):[],p1=({multiCalendars:t,range:r,highlight:n,propDates:a,calendars:i,modelValue:s,props:c,filters:d,year:f,month:p,emit:h})=>{const g=e.computed(()=>tc(c.yearRange,c.locale,c.reverseYears)),_=e.ref([!1]),k=e.computed(()=>(b,R)=>{const Y=it(Vn(new Date),{month:p.value(b),year:f.value(b)}),ie=R?mh(Y):So(Y);return i1(ie,a.value.maxDate,a.value.minDate,c.preventMinMaxNavigation,R)}),$=()=>Array.isArray(s.value)&&t.value.solo&&s.value[1],M=()=>{for(let b=0;b<t.value.count;b++)if(b===0)i.value[b]=i.value[0];else if(b===t.value.count-1&&$())i.value[b]={month:Ge(s.value[1]),year:Pe(s.value[1])};else{const R=it(ge(),i.value[b-1]);i.value[b]={month:Ge(R),year:Pe(Uu(R,1))}}},x=b=>{if(!b)return M();const R=it(ge(),i.value[b]);return i.value[0].year=Pe(Vh(R,t.value.count-1)),M()},y=(b,R)=>{const Y=G8(R,b);return r.value.showLastInRange&&Y>1?R:b},E=b=>c.focusStartDate||t.value.solo?b[0]:b[1]?y(b[0],b[1]):b[0],O=()=>{if(s.value){const b=Array.isArray(s.value)?E(s.value):s.value;i.value[0]={month:Ge(b),year:Pe(b)}}},S=()=>{O(),t.value.count&&M()};e.watch(s,(b,R)=>{c.isTextInputDate&&JSON.stringify(b??{})!==JSON.stringify(R??{})&&S()}),e.onMounted(()=>{S()});const L=(b,R)=>{i.value[R].year=b,h("update-month-year",{instance:R,year:b,month:i.value[R].month}),t.value.count&&!t.value.solo&&x(R)},V=e.computed(()=>b=>Fa(g.value,R=>{var Y;const ie=f.value(b)===R.value,H=Vo(R.value,Ha(a.value.minDate),Ha(a.value.maxDate))||((Y=d.value.years)==null?void 0:Y.includes(f.value(b))),X=dc(n.value,R.value);return{active:ie,disabled:H,highlighted:X}})),T=(b,R)=>{L(b,R),P(R)},N=(b,R=!1)=>{if(!k.value(b,R)){const Y=R?f.value(b)+1:f.value(b)-1;L(Y,b)}},P=(b,R=!1,Y)=>{R||h("reset-flow"),Y!==void 0?_.value[b]=Y:_.value[b]=!_.value[b],_.value[b]?h("overlay-toggle",{open:!0,overlay:Pt.year}):(h("overlay-closed"),h("overlay-toggle",{open:!1,overlay:Pt.year}))};return{isDisabled:k,groupedYears:V,showYearPicker:_,selectYear:L,toggleYearPicker:P,handleYearSelect:T,handleYear:N}},RE=(t,r)=>{const{defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:i,defaultedConfig:s,defaultedRange:c,defaultedHighlight:d,propDates:f,defaultedTz:p,defaultedFilters:h,defaultedMultiDates:g}=pt(t),_=()=>{t.isTextInputDate&&S(Pe(ge(t.startDate)),0)},{modelValue:k,year:$,month:M,calendars:x}=Po(t,r,_),y=e.computed(()=>Ih(t.formatLocale,t.locale,t.monthNameFormat)),E=e.ref(null),{checkMinMaxRange:O}=Dr(t),{selectYear:S,groupedYears:L,showYearPicker:V,toggleYearPicker:T,handleYearSelect:N,handleYear:P,isDisabled:b}=p1({modelValue:k,multiCalendars:n,range:c,highlight:d,calendars:x,year:$,propDates:f,month:M,filters:h,props:t,emit:r});e.onMounted(()=>{t.startDate&&(k.value&&t.focusStartDate||!k.value)&&S(Pe(ge(t.startDate)),0)});const R=Q=>Q?{month:Ge(Q),year:Pe(Q)}:{month:null,year:null},Y=()=>k.value?Array.isArray(k.value)?k.value.map(Q=>R(Q)):R(k.value):R(),ie=(Q,C)=>{const W=x.value[Q],m=Y();return Array.isArray(m)?m.some(D=>D.year===(W==null?void 0:W.year)&&D.month===C):(W==null?void 0:W.year)===m.year&&C===m.month},H=(Q,C,W)=>{var m,D;const j=Y();return Array.isArray(j)?$.value(C)===((m=j[W])==null?void 0:m.year)&&Q===((D=j[W])==null?void 0:D.month):!1},X=(Q,C)=>{if(c.value.enabled){const W=Y();if(Array.isArray(k.value)&&Array.isArray(W)){const m=H(Q,C,0)||H(Q,C,1),D=ar(Vn(ge()),Q,$.value(C));return Io(k.value,E.value,D)&&!m}return!1}return!1},K=e.computed(()=>Q=>Fa(y.value,C=>{var W;const m=ie(Q,C.value),D=Vo(C.value,n1($.value(Q),f.value.minDate),r1($.value(Q),f.value.maxDate))||oE(f.value.disabledDates,$.value(Q),C.value)||((W=h.value.months)==null?void 0:W.includes(C.value))||!iE(f.value.allowedDates,$.value(Q),C.value),j=X(C.value,Q),ue=s1(d.value,C.value,$.value(Q));return{active:m,disabled:D,isBetween:j,highlighted:ue}})),re=(Q,C)=>ar(Vn(ge()),Q,$.value(C)),pe=(Q,C)=>{const W=k.value?k.value:Vn(new Date);k.value=ar(W,Q,$.value(C)),r("auto-apply"),r("update-flow-step")},ae=(Q,C)=>{const W=re(Q,C);c.value.fixedEnd||c.value.fixedStart?k.value=f1(W,k,r,c):k.value?O(W,k.value)&&(k.value=pc(k,re(Q,C),r)):k.value=[re(Q,C)],e.nextTick().then(()=>{sl(k.value,r,t.autoApply,t.modelAuto)})},he=(Q,C)=>{fc(re(Q,C),k,g.value.limit),r("auto-apply",!0)},Z=(Q,C)=>(x.value[C].month=Q,F(C,x.value[C].year,Q),g.value.enabled?he(Q,C):c.value.enabled?ae(Q,C):pe(Q,C)),U=(Q,C)=>{S(Q,C),F(C,Q,null)},F=(Q,C,W)=>{let m=W;if(!m&&m!==0){const D=Y();m=Array.isArray(D)?D[Q].month:D.month}r("update-month-year",{instance:Q,year:C,month:m})};return{groupedMonths:K,groupedYears:L,year:$,isDisabled:b,defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:i,defaultedConfig:s,showYearPicker:V,modelValue:k,presetDate:(Q,C)=>{d1({value:Q,modelValue:k,range:c.value.enabled,timezone:C?void 0:p.value.timezone}),r("auto-apply")},setHoverDate:(Q,C)=>{E.value=re(Q,C)},selectMonth:Z,selectYear:U,toggleYearPicker:T,handleYearSelect:N,handleYear:P,getModelMonthYear:Y}},AE=e.defineComponent({compatConfig:{MODE:3},__name:"MonthPicker",props:{...Tn},emits:["update:internal-model-value","overlay-closed","reset-flow","range-start","range-end","auto-apply","update-month-year","update-flow-step","mount","invalid-fixed-range","overlay-toggle"],setup(t,{expose:r,emit:n}){const a=n,i=e.useSlots(),s=sn(i,"yearMode"),c=t;e.onMounted(()=>{c.shadow||a("mount",null)});const{groupedMonths:d,groupedYears:f,year:p,isDisabled:h,defaultedMultiCalendars:g,defaultedConfig:_,showYearPicker:k,modelValue:$,presetDate:M,setHoverDate:x,selectMonth:y,selectYear:E,toggleYearPicker:O,handleYearSelect:S,handleYear:L,getModelMonthYear:V}=RE(c,a);return r({getSidebarProps:()=>({modelValue:$,year:p,getModelMonthYear:V,selectMonth:y,selectYear:E,handleYear:L}),presetDate:M,toggleYearPicker:T=>O(0,T)}),(T,N)=>(e.openBlock(),e.createBlock(ll,{"multi-calendars":e.unref(g).count,collapse:T.collapse,stretch:"","is-mobile":T.isMobile},{default:e.withCtx(({instance:P})=>[T.$slots["top-extra"]?e.renderSlot(T.$slots,"top-extra",{key:0,value:T.internalModelValue}):e.createCommentVNode("",!0),T.$slots["month-year"]?e.renderSlot(T.$slots,"month-year",e.normalizeProps(e.mergeProps({key:1},{year:e.unref(p),months:e.unref(d)(P),years:e.unref(f)(P),selectMonth:e.unref(y),selectYear:e.unref(E),instance:P}))):(e.openBlock(),e.createBlock(Ro,{key:2,items:e.unref(d)(P),"arrow-navigation":T.arrowNavigation,"is-last":T.autoApply&&!e.unref(_).keepActionRow,"esc-close":T.escClose,height:e.unref(_).modeHeight,config:T.config,"no-overlay-focus":!!(T.noOverlayFocus||T.textInput),"use-relative":"",type:"month",onSelected:b=>e.unref(y)(b,P),onHoverValue:b=>e.unref(x)(b,P)},e.createSlots({header:e.withCtx(()=>[e.createVNode(c1,e.mergeProps(T.$props,{items:e.unref(f)(P),instance:P,"show-year-picker":e.unref(k)[P],year:e.unref(p)(P),"is-disabled":b=>e.unref(h)(P,b),onHandleYear:b=>e.unref(L)(P,b),onYearSelect:b=>e.unref(S)(b,P),onToggleYearPicker:b=>e.unref(O)(P,b==null?void 0:b.flow,b==null?void 0:b.show)}),e.createSlots({_:2},[e.renderList(e.unref(s),(b,R)=>({name:b,fn:e.withCtx(Y=>[e.renderSlot(T.$slots,b,e.normalizeProps(e.guardReactiveProps(Y)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),_:2},[T.$slots["month-overlay-value"]?{name:"item",fn:e.withCtx(({item:b})=>[e.renderSlot(T.$slots,"month-overlay-value",{text:b.text,value:b.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"]))}}),PE=(t,r)=>{const n=()=>{t.isTextInputDate&&(h.value=Pe(ge(t.startDate)))},{modelValue:a}=Po(t,r,n),i=e.ref(null),{defaultedHighlight:s,defaultedMultiDates:c,defaultedFilters:d,defaultedRange:f,propDates:p}=pt(t),h=e.ref();e.onMounted(()=>{t.startDate&&(a.value&&t.focusStartDate||!a.value)&&(h.value=Pe(ge(t.startDate)))});const g=y=>Array.isArray(a.value)?a.value.some(E=>Pe(E)===y):a.value?Pe(a.value)===y:!1,_=y=>f.value.enabled&&Array.isArray(a.value)?Io(a.value,i.value,x(y)):!1,k=y=>p.value.allowedDates instanceof Map?p.value.allowedDates.size?p.value.allowedDates.has(`${y}`):!1:!0,$=y=>p.value.disabledDates instanceof Map?p.value.disabledDates.size?p.value.disabledDates.has(`${y}`):!1:!0,M=e.computed(()=>Fa(tc(t.yearRange,t.locale,t.reverseYears),y=>{const E=g(y.value),O=Vo(y.value,Ha(p.value.minDate),Ha(p.value.maxDate))||d.value.years.includes(y.value)||!k(y.value)||$(y.value),S=_(y.value)&&!E,L=dc(s.value,y.value);return{active:E,disabled:O,isBetween:S,highlighted:L}})),x=y=>zn(Vn(So(new Date)),y);return{groupedYears:M,modelValue:a,focusYear:h,setHoverValue:y=>{i.value=zn(Vn(new Date),y)},selectYear:y=>{var E;if(r("update-month-year",{instance:0,year:y}),c.value.enabled)return a.value?Array.isArray(a.value)&&(((E=a.value)==null?void 0:E.map(O=>Pe(O))).includes(y)?a.value=a.value.filter(O=>Pe(O)!==y):a.value.push(zn(Mt(ge()),y))):a.value=[zn(Mt(So(ge())),y)],r("auto-apply",!0);f.value.enabled?(a.value=pc(a,x(y),r),e.nextTick().then(()=>{sl(a.value,r,t.autoApply,t.modelAuto)})):(a.value=x(y),r("auto-apply"))}}},LE=e.defineComponent({compatConfig:{MODE:3},__name:"YearPicker",props:{...Tn},emits:["update:internal-model-value","reset-flow","range-start","range-end","auto-apply","update-month-year"],setup(t,{expose:r,emit:n}){const a=n,i=t,{groupedYears:s,modelValue:c,focusYear:d,selectYear:f,setHoverValue:p}=PE(i,a),{defaultedConfig:h}=pt(i);return r({getSidebarProps:()=>({modelValue:c,selectYear:f})}),(g,_)=>(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(s),selectYear:e.unref(f)}))):(e.openBlock(),e.createBlock(Ro,{key:2,items:e.unref(s),"is-last":g.autoApply&&!e.unref(h).keepActionRow,height:e.unref(h).modeHeight,config:g.config,"no-overlay-focus":!!(g.noOverlayFocus||g.textInput),"focus-value":e.unref(d),type:"year","use-relative":"",onSelected:e.unref(f),onHoverValue:e.unref(p)},e.createSlots({_:2},[g.$slots["year-overlay-value"]?{name:"item",fn:e.withCtx(({item:k})=>[e.renderSlot(g.$slots,"year-overlay-value",{text:k.text,value:k.value})]),key:"0"}:void 0]),1032,["items","is-last","height","config","no-overlay-focus","focus-value","onSelected","onHoverValue"]))]))}}),FE={key:0,class:"dp__time_input"},zE=["data-compact","data-collapsed"],HE=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],UE=["aria-label","disabled","data-test-id","onKeydown","onClick"],WE=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],jE={key:0},YE=["aria-label","data-compact"],KE=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},...Tn},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 a=n,i=t,{setTimePickerElements:s,setTimePickerBackRef:c}=Mr(),{defaultedAriaLabels:d,defaultedTransitions:f,defaultedFilters:p,defaultedConfig:h,defaultedRange:g,defaultedMultiCalendars:_}=pt(i),{transitionName:k,showTransition:$}=Ao(f),M=e.reactive({hours:!1,minutes:!1,seconds:!1}),x=e.ref("AM"),y=e.ref(null),E=e.ref([]),O=e.ref(),S=e.ref(!1);e.onMounted(()=>{a("mounted")});const L=A=>it(new Date,{hours:A.hours,minutes:A.minutes,seconds:i.enableSeconds?A.seconds:0,milliseconds:0}),V=e.computed(()=>A=>ae(A,i[A])||N(A,i[A])),T=e.computed(()=>({hours:i.hours,minutes:i.minutes,seconds:i.seconds})),N=(A,_e)=>g.value.enabled&&!g.value.disableTimeRangeValidation?!i.validateTime(A,_e):!1,P=(A,_e)=>{if(g.value.enabled&&!g.value.disableTimeRangeValidation){const be=_e?+i[`${A}Increment`]:-+i[`${A}Increment`],we=i[A]+be;return!i.validateTime(A,we)}return!1},b=e.computed(()=>A=>!Q(+i[A]+ +i[`${A}Increment`],A)||P(A,!0)),R=e.computed(()=>A=>!Q(+i[A]-+i[`${A}Increment`],A)||P(A,!1)),Y=(A,_e)=>uh(it(ge(),A),_e),ie=(A,_e)=>Uk(it(ge(),A),_e),H=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})),X=e.computed(()=>i.timePickerInline&&g.value.enabled&&!_.value.count),K=e.computed(()=>{const A=[{type:"hours"}];return i.enableMinutes&&A.push({type:"",separator:!0},{type:"minutes"}),i.enableSeconds&&A.push({type:"",separator:!0},{type:"seconds"}),A}),re=e.computed(()=>K.value.filter(A=>!A.separator)),pe=e.computed(()=>A=>{if(A==="hours"){const _e=ue(+i.hours);return{text:_e<10?`0${_e}`:`${_e}`,value:_e}}return{text:i[A]<10?`0${i[A]}`:`${i[A]}`,value:i[A]}}),ae=(A,_e)=>{var be;if(!i.disabledTimesConfig)return!1;const we=i.disabledTimesConfig(i.order,A==="hours"?_e:void 0);return we[A]?!!((be=we[A])!=null&&be.includes(_e)):!0},he=(A,_e)=>_e!=="hours"||x.value==="AM"?A:A+12,Z=A=>{const _e=i.is24?24:12,be=A==="hours"?_e:60,we=+i[`${A}GridIncrement`],He=A==="hours"&&!i.is24?we:0,Te=[];for(let ee=He;ee<be;ee+=we)Te.push({value:i.is24?ee:he(ee,A),text:ee<10?`0${ee}`:`${ee}`});return A==="hours"&&!i.is24&&Te.unshift({value:x.value==="PM"?12:0,text:"12"}),Fa(Te,ee=>({active:!1,disabled:p.value.times[A].includes(ee.value)||!Q(ee.value,A)||ae(A,ee.value)||N(A,ee.value)}))},U=A=>A>=0?A:59,F=A=>A>=0?A:23,Q=(A,_e)=>{const be=i.minTime?L(Ks(i.minTime)):null,we=i.maxTime?L(Ks(i.maxTime)):null,He=L(Ks(T.value,_e,_e==="minutes"||_e==="seconds"?U(A):F(A)));return be&&we?(Pa(He,we)||Va(He,we))&&(ia(He,be)||Va(He,be)):be?ia(He,be)||Va(He,be):we?Pa(He,we)||Va(He,we):!0},C=A=>i[`no${A[0].toUpperCase()+A.slice(1)}Overlay`],W=A=>{C(A)||(M[A]=!M[A],M[A]?(S.value=!0,a("overlay-opened",A)):(S.value=!1,a("overlay-closed",A)))},m=A=>A==="hours"?ur:A==="minutes"?Vr:Aa,D=()=>{O.value&&clearTimeout(O.value)},j=(A,_e=!0,be)=>{const we=_e?Y:ie,He=_e?+i[`${A}Increment`]:-+i[`${A}Increment`];Q(+i[A]+He,A)&&a(`update:${A}`,m(A)(we({[A]:+i[A]},{[A]:+i[`${A}Increment`]}))),!(be!=null&&be.keyboard)&&h.value.timeArrowHoldThreshold&&(O.value=setTimeout(()=>{j(A,_e)},h.value.timeArrowHoldThreshold))},ue=A=>i.is24?A:(A>=12?x.value="PM":x.value="AM",Qk(A)),te=()=>{x.value==="PM"?(x.value="AM",a("update:hours",i.hours-12)):(x.value="PM",a("update:hours",i.hours+12)),a("am-pm-change",x.value)},Ne=A=>{M[A]=!0},de=(A,_e,be)=>{if(A&&i.arrowNavigation){Array.isArray(E.value[_e])?E.value[_e][be]=A:E.value[_e]=[A];const we=E.value.reduce((He,Te)=>Te.map((ee,me)=>[...He[me]||[],Te[me]]),[]);c(i.closeTimePickerBtn),y.value&&(we[1]=we[1].concat(y.value)),s(we,i.order)}},ye=(A,_e)=>(W(A),a(`update:${A}`,_e));return r({openChildCmp:Ne}),(A,_e)=>{var be;return A.disabled?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",FE,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(K.value,(we,He)=>{var Te,ee,me;return e.openBlock(),e.createElementBlock("div",{key:He,class:e.normalizeClass(H.value),"data-compact":X.value&&!A.enableSeconds,"data-collapsed":X.value&&A.enableSeconds},[we.separator?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[S.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:Be=>de(Be,He,0),type:"button",class:e.normalizeClass({dp__btn:!0,dp__inc_dec_button:!A.timePickerInline,dp__inc_dec_button_inline:A.timePickerInline,dp__tp_inline_btn_top:A.timePickerInline,dp__inc_dec_button_disabled:b.value(we.type),"dp--hidden-el":S.value}),"data-test-id":`${we.type}-time-inc-btn-${i.order}`,"aria-label":(Te=e.unref(d))==null?void 0:Te.incrementValue(we.type),tabindex:"0",onKeydown:Be=>e.unref(Wt)(Be,()=>j(we.type,!0,{keyboard:!0}),!0),onClick:Be=>e.unref(h).timeArrowHoldThreshold?void 0:j(we.type,!0),onMousedown:Be=>e.unref(h).timeArrowHoldThreshold?j(we.type,!0):void 0,onMouseup:D},[i.timePickerInline?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[A.$slots["tp-inline-arrow-up"]?e.renderSlot(A.$slots,"tp-inline-arrow-up",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[_e[2]||(_e[2]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),_e[3]||(_e[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},[A.$slots["arrow-up"]?e.renderSlot(A.$slots,"arrow-up",{key:0}):e.createCommentVNode("",!0),A.$slots["arrow-up"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Ju),{key:1}))],64))],42,HE),e.createElementVNode("button",{ref_for:!0,ref:Be=>de(Be,He,1),type:"button","aria-label":`${pe.value(we.type).text}-${(ee=e.unref(d))==null?void 0:ee.openTpOverlay(we.type)}`,class:e.normalizeClass({dp__time_display:!0,dp__time_display_block:!A.timePickerInline,dp__time_display_inline:A.timePickerInline,"dp--time-invalid":V.value(we.type),"dp--time-overlay-btn":!V.value(we.type),"dp--hidden-el":S.value}),disabled:C(we.type),tabindex:"0","data-test-id":`${we.type}-toggle-overlay-btn-${i.order}`,onKeydown:Be=>e.unref(Wt)(Be,()=>W(we.type),!0),onClick:Be=>W(we.type)},[A.$slots[we.type]?e.renderSlot(A.$slots,we.type,{key:0,text:pe.value(we.type).text,value:pe.value(we.type).value}):e.createCommentVNode("",!0),A.$slots[we.type]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(pe.value(we.type).text),1)],64))],42,UE),e.createElementVNode("button",{ref_for:!0,ref:Be=>de(Be,He,2),type:"button",class:e.normalizeClass({dp__btn:!0,dp__inc_dec_button:!A.timePickerInline,dp__inc_dec_button_inline:A.timePickerInline,dp__tp_inline_btn_bottom:A.timePickerInline,dp__inc_dec_button_disabled:R.value(we.type),"dp--hidden-el":S.value}),"data-test-id":`${we.type}-time-dec-btn-${i.order}`,"aria-label":(me=e.unref(d))==null?void 0:me.decrementValue(we.type),tabindex:"0",onKeydown:Be=>e.unref(Wt)(Be,()=>j(we.type,!1,{keyboard:!0}),!0),onClick:Be=>e.unref(h).timeArrowHoldThreshold?void 0:j(we.type,!1),onMousedown:Be=>e.unref(h).timeArrowHoldThreshold?j(we.type,!1):void 0,onMouseup:D},[i.timePickerInline?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[A.$slots["tp-inline-arrow-down"]?e.renderSlot(A.$slots,"tp-inline-arrow-down",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[_e[4]||(_e[4]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),_e[5]||(_e[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},[A.$slots["arrow-down"]?e.renderSlot(A.$slots,"arrow-down",{key:0}):e.createCommentVNode("",!0),A.$slots["arrow-down"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Zu),{key:1}))],64))],42,WE)],64))],10,zE)}),128)),A.is24?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",jE,[A.$slots["am-pm-button"]?e.renderSlot(A.$slots,"am-pm-button",{key:0,toggle:te,value:x.value}):e.createCommentVNode("",!0),A.$slots["am-pm-button"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:1,ref_key:"amPmButton",ref:y,type:"button",class:"dp__pm_am_button",role:"button","aria-label":(be=e.unref(d))==null?void 0:be.amPmButton,tabindex:"0","data-compact":X.value,onClick:te,onKeydown:_e[0]||(_e[0]=we=>e.unref(Wt)(we,()=>te(),!0))},e.toDisplayString(x.value),41,YE))])),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(re.value,(we,He)=>(e.openBlock(),e.createBlock(e.Transition,{key:He,name:e.unref(k)(M[we.type]),css:e.unref($)},{default:e.withCtx(()=>{var Te,ee;return[M[we.type]?(e.openBlock(),e.createBlock(Ro,{key:0,items:Z(we.type),"is-last":A.autoApply&&!e.unref(h).keepActionRow,"esc-close":A.escClose,type:we.type,"text-input":A.textInput,config:A.config,"arrow-navigation":A.arrowNavigation,"aria-labels":A.ariaLabels,"overlay-label":(ee=(Te=e.unref(d)).timeOverlay)==null?void 0:ee.call(Te,we.type),onSelected:me=>ye(we.type,me),onToggle:me=>W(we.type),onResetFlow:_e[1]||(_e[1]=me=>A.$emit("reset-flow"))},e.createSlots({"button-icon":e.withCtx(()=>[A.$slots["clock-icon"]?e.renderSlot(A.$slots,"clock-icon",{key:0}):e.createCommentVNode("",!0),A.$slots["clock-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A.timePickerInline?e.unref(Wa):e.unref(qu)),{key:1}))]),_:2},[A.$slots[`${we.type}-overlay-value`]?{name:"item",fn:e.withCtx(({item:me})=>[e.renderSlot(A.$slots,`${we.type}-overlay-value`,{text:me.text,value:me.value})]),key:"0"}:void 0,A.$slots[`${we.type}-overlay-header`]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(A.$slots,`${we.type}-overlay-header`,{toggle:()=>W(we.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))]))}}}),GE=["data-dp-mobile"],XE=["aria-label","tabindex"],QE=["role","aria-label","tabindex"],qE=["aria-label"],h1=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},...Tn},emits:["update:hours","update:minutes","update:seconds","mount","reset-flow","overlay-opened","overlay-closed","am-pm-change"],setup(t,{expose:r,emit:n}){const a=n,i=t,{buildMatrix:s,setTimePicker:c}=Mr(),d=e.useSlots(),{defaultedTransitions:f,defaultedAriaLabels:p,defaultedTextInput:h,defaultedConfig:g,defaultedRange:_}=pt(i),{transitionName:k,showTransition:$}=Ao(f),{hideNavigationButtons:M}=ul(),x=e.ref(null),y=e.ref(null),E=e.ref([]),O=e.ref(null),S=e.ref(!1);e.onMounted(()=>{a("mount"),!i.timePicker&&i.arrowNavigation?s([St(x.value)],"time"):c(!0,i.timePicker)});const L=e.computed(()=>_.value.enabled&&i.modelAuto?Nh(i.internalModelValue):!0),V=e.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}),N=e.computed(()=>{const ae=[];if(_.value.enabled)for(let he=0;he<2;he++)ae.push(T(he));else ae.push(T(0));return ae}),P=(ae,he=!1,Z="")=>{he||a("reset-flow"),V.value=ae,a(ae?"overlay-opened":"overlay-closed",Pt.time),i.arrowNavigation&&c(ae),e.nextTick(()=>{Z!==""&&E.value[0]&&E.value[0].openChildCmp(Z)})},b=e.computed(()=>({dp__btn:!0,dp__button:!0,dp__button_bottom:i.autoApply&&!g.value.keepActionRow})),R=sn(d,"timePicker"),Y=(ae,he,Z)=>_.value.enabled?he===0?[ae,N.value[1][Z]]:[N.value[0][Z],ae]:ae,ie=ae=>{a("update:hours",ae)},H=ae=>{a("update:minutes",ae)},X=ae=>{a("update:seconds",ae)},K=()=>{if(O.value&&!h.value.enabled&&!i.noOverlayFocus){const ae=Th(O.value);ae&&ae.focus({preventScroll:!0})}},re=ae=>{S.value=!1,a("overlay-closed",ae)},pe=ae=>{S.value=!0,a("overlay-opened",ae)};return r({toggleTimePicker:P}),(ae,he)=>{var Z;return e.openBlock(),e.createElementBlock("div",{class:"dp--tp-wrap","data-dp-mobile":ae.isMobile},[!ae.timePicker&&!ae.timePickerInline?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"openTimePickerBtn",ref:x,type:"button",class:e.normalizeClass({...b.value,"dp--hidden-el":V.value}),"aria-label":(Z=e.unref(p))==null?void 0:Z.openTimePicker,tabindex:ae.noOverlayFocus?void 0:0,"data-test-id":"open-time-picker-btn",onKeydown:he[0]||(he[0]=U=>e.unref(Wt)(U,()=>P(!0))),onClick:he[1]||(he[1]=U=>P(!0))},[ae.$slots["clock-icon"]?e.renderSlot(ae.$slots,"clock-icon",{key:0}):e.createCommentVNode("",!0),ae.$slots["clock-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(qu),{key:1}))],42,XE)),[[e.vShow,!e.unref(M)(ae.hideNavigation,"time")]]):e.createCommentVNode("",!0),e.createVNode(e.Transition,{name:e.unref(k)(V.value),css:e.unref($)&&!ae.timePickerInline},{default:e.withCtx(()=>{var U,F;return[V.value||ae.timePicker||ae.timePickerInline?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"overlayRef",ref:O,role:ae.timePickerInline?void 0:"dialog",class:e.normalizeClass({dp__overlay:!ae.timePickerInline,"dp--overlay-absolute":!i.timePicker&&!ae.timePickerInline,"dp--overlay-relative":i.timePicker}),style:e.normalizeStyle(ae.timePicker?{height:`${e.unref(g).modeHeight}px`}:void 0),"aria-label":(U=e.unref(p))==null?void 0:U.timePicker,tabindex:ae.timePickerInline?void 0:0},[e.createElementVNode("div",{class:e.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"]?e.renderSlot(ae.$slots,"time-picker-overlay",{key:0,hours:t.hours,minutes:t.minutes,seconds:t.seconds,setHours:ie,setMinutes:H,setSeconds:X}):e.createCommentVNode("",!0),ae.$slots["time-picker-overlay"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(ae.timePickerInline?"dp__flex":"dp__overlay_row dp__flex_row")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,(Q,C)=>e.withDirectives((e.openBlock(),e.createBlock(KE,e.mergeProps({key:C,ref_for:!0},{...ae.$props,order:C,hours:Q.hours,minutes:Q.minutes,seconds:Q.seconds,closeTimePickerBtn:y.value,disabledTimesConfig:t.disabledTimesConfig,disabled:C===0?e.unref(_).fixedStart:e.unref(_).fixedEnd},{ref_for:!0,ref_key:"timeInputRefs",ref:E,"validate-time":(W,m)=>t.validateTime(W,Y(m,C,W)),"onUpdate:hours":W=>ie(Y(W,C,"hours")),"onUpdate:minutes":W=>H(Y(W,C,"minutes")),"onUpdate:seconds":W=>X(Y(W,C,"seconds")),onMounted:K,onOverlayClosed:re,onOverlayOpened:pe,onAmPmChange:he[2]||(he[2]=W=>ae.$emit("am-pm-change",W))}),e.createSlots({_:2},[e.renderList(e.unref(R),(W,m)=>({name:W,fn:e.withCtx(D=>[e.renderSlot(ae.$slots,W,e.mergeProps({ref_for:!0},D))])}))]),1040,["validate-time","onUpdate:hours","onUpdate:minutes","onUpdate:seconds"])),[[e.vShow,C===0?!0:L.value]])),128))],2)),!ae.timePicker&&!ae.timePickerInline?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:2,ref_key:"closeTimePickerBtn",ref:y,type:"button",class:e.normalizeClass({...b.value,"dp--hidden-el":S.value}),"aria-label":(F=e.unref(p))==null?void 0:F.closeTimePicker,tabindex:"0",onKeydown:he[3]||(he[3]=Q=>e.unref(Wt)(Q,()=>P(!1))),onClick:he[4]||(he[4]=Q=>P(!1))},[ae.$slots["calendar-icon"]?e.renderSlot(ae.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),ae.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Wa),{key:1}))],42,qE)),[[e.vShow,!e.unref(M)(ae.hideNavigation,"time")]]):e.createCommentVNode("",!0)],2)],14,QE)):e.createCommentVNode("",!0)]}),_:3},8,["name","css"])],8,GE)}}}),m1=(t,r,n,a)=>{const{defaultedRange:i}=pt(t),s=(O,S)=>Array.isArray(r[O])?r[O][S]:r[O],c=O=>t.enableSeconds?Array.isArray(r.seconds)?r.seconds[O]:r.seconds:0,d=(O,S)=>O?S!==void 0?Sr(O,s("hours",S),s("minutes",S),c(S)):Sr(O,r.hours,r.minutes,c()):Sh(ge(),c(S)),f=(O,S)=>{r[O]=S},p=e.computed(()=>t.modelAuto&&i.value.enabled?Array.isArray(n.value)?n.value.length>1:!1:i.value.enabled),h=(O,S)=>{const L=Object.fromEntries(Object.keys(r).map(V=>V===O?[V,S]:[V,r[V]].slice()));if(p.value&&!i.value.disableTimeRangeValidation){const V=N=>n.value?Sr(n.value[N],L.hours[N],L.minutes[N],L.seconds[N]):null,T=N=>Bh(n.value[N],0);return!(Xe(V(0),V(1))&&(ia(V(0),T(1))||Pa(V(1),T(0))))}return!0},g=(O,S)=>{h(O,S)&&(f(O,S),a&&a())},_=O=>{g("hours",O)},k=O=>{g("minutes",O)},$=O=>{g("seconds",O)},M=(O,S,L,V)=>{S&&_(O),!S&&!L&&k(O),L&&$(O),n.value&&V(n.value)},x=O=>{if(O){const S=Array.isArray(O),L=S?[+O[0].hours,+O[1].hours]:+O.hours,V=S?[+O[0].minutes,+O[1].minutes]:+O.minutes,T=S?[+O[0].seconds,+O[1].seconds]:+O.seconds;f("hours",L),f("minutes",V),t.enableSeconds&&f("seconds",T)}},y=(O,S)=>{const L={hours:Array.isArray(r.hours)?r.hours[O]:r.hours,disabledArr:[]};return(S||S===0)&&(L.hours=S),Array.isArray(t.disabledTimes)&&(L.disabledArr=i.value.enabled&&Array.isArray(t.disabledTimes[O])?t.disabledTimes[O]:t.disabledTimes),L},E=e.computed(()=>(O,S)=>{var L;if(Array.isArray(t.disabledTimes)){const{disabledArr:V,hours:T}=y(O,S),N=V.filter(P=>+P.hours===T);return((L=N[0])==null?void 0:L.minutes)==="*"?{hours:[T],minutes:void 0,seconds:void 0}:{hours:[],minutes:(N==null?void 0:N.map(P=>+P.minutes))??[],seconds:(N==null?void 0:N.map(P=>P.seconds?+P.seconds:void 0))??[]}}return{hours:[],minutes:[],seconds:[]}});return{setTime:f,updateHours:_,updateMinutes:k,updateSeconds:$,getSetDateTime:d,updateTimeValues:M,getSecondsValue:c,assignStartTime:x,validateTime:h,disabledTimesConfig:E}},JE=(t,r)=>{const n=()=>{t.isTextInputDate&&S()},{modelValue:a,time:i}=Po(t,r,n),{defaultedStartTime:s,defaultedRange:c,defaultedTz:d}=pt(t),{updateTimeValues:f,getSetDateTime:p,setTime:h,assignStartTime:g,disabledTimesConfig:_,validateTime:k}=m1(t,i,a,$);function $(){r("update-flow-step")}const M=V=>{const{hours:T,minutes:N,seconds:P}=V;return{hours:+T,minutes:+N,seconds:P?+P:0}},x=()=>{if(t.startTime){if(Array.isArray(t.startTime)){const T=M(t.startTime[0]),N=M(t.startTime[1]);return[it(ge(),T),it(ge(),N)]}const V=M(t.startTime);return it(ge(),V)}return c.value.enabled?[null,null]:null},y=()=>{if(c.value.enabled){const[V,T]=x();a.value=[Jt(p(V,0),d.value.timezone),Jt(p(T,1),d.value.timezone)]}else a.value=Jt(p(x()),d.value.timezone)},E=V=>Array.isArray(V)?[aa(ge(V[0])),aa(ge(V[1]))]:[aa(V??ge())],O=(V,T,N)=>{h("hours",V),h("minutes",T),h("seconds",t.enableSeconds?N:0)},S=()=>{const[V,T]=E(a.value);return c.value.enabled?O([V.hours,T.hours],[V.minutes,T.minutes],[V.seconds,T.seconds]):O(V.hours,V.minutes,V.seconds)};e.onMounted(()=>{if(!t.shadow)return g(s.value),a.value?S():y()});const L=()=>{Array.isArray(a.value)?a.value=a.value.map((V,T)=>V&&p(V,T)):a.value=p(a.value),r("time-update")};return{modelValue:a,time:i,disabledTimesConfig:_,updateTime:(V,T=!0,N=!1)=>{f(V,T,N,L)},validateTime:k}},ZE=e.defineComponent({compatConfig:{MODE:3},__name:"TimePickerSolo",props:{...Tn},emits:["update:internal-model-value","time-update","am-pm-change","mount","reset-flow","update-flow-step","overlay-toggle"],setup(t,{expose:r,emit:n}){const a=n,i=t,s=e.useSlots(),c=sn(s,"timePicker"),d=e.ref(null),{time:f,modelValue:p,disabledTimesConfig:h,updateTime:g,validateTime:_}=JE(i,a);return e.onMounted(()=>{i.shadow||a("mount",null)}),r({getSidebarProps:()=>({modelValue:p,time:f,updateTime:g}),toggleTimePicker:(k,$=!1,M="")=>{var x;(x=d.value)==null||x.toggleTimePicker(k,$,M)}}),(k,$)=>(e.openBlock(),e.createBlock(ll,{"multi-calendars":0,stretch:"","is-mobile":k.isMobile},{default:e.withCtx(()=>[e.createVNode(h1,e.mergeProps({ref_key:"tpRef",ref:d},k.$props,{hours:e.unref(f).hours,minutes:e.unref(f).minutes,seconds:e.unref(f).seconds,"internal-model-value":k.internalModelValue,"disabled-times-config":e.unref(h),"validate-time":e.unref(_),"onUpdate:hours":$[0]||($[0]=M=>e.unref(g)(M)),"onUpdate:minutes":$[1]||($[1]=M=>e.unref(g)(M,!1)),"onUpdate:seconds":$[2]||($[2]=M=>e.unref(g)(M,!1,!0)),onAmPmChange:$[3]||($[3]=M=>k.$emit("am-pm-change",M)),onResetFlow:$[4]||($[4]=M=>k.$emit("reset-flow")),onOverlayClosed:$[5]||($[5]=M=>k.$emit("overlay-toggle",{open:!1,overlay:M})),onOverlayOpened:$[6]||($[6]=M=>k.$emit("overlay-toggle",{open:!0,overlay:M}))}),e.createSlots({_:2},[e.renderList(e.unref(c),(M,x)=>({name:M,fn:e.withCtx(y=>[e.renderSlot(k.$slots,M,e.normalizeProps(e.guardReactiveProps(y)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"])]),_:3},8,["is-mobile"]))}}),eC={class:"dp--header-wrap"},tC={key:0,class:"dp__month_year_wrap"},nC={key:0},rC={class:"dp__month_year_wrap"},aC=["data-dp-element","aria-label","data-test-id","onClick","onKeydown"],oC=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:()=>[]},...Tn},emits:["update-month-year","mount","reset-flow","overlay-closed","overlay-opened"],setup(t,{expose:r,emit:n}){const a=n,i=t,{defaultedTransitions:s,defaultedAriaLabels:c,defaultedMultiCalendars:d,defaultedFilters:f,defaultedConfig:p,defaultedHighlight:h,propDates:g,defaultedUI:_}=pt(i),{transitionName:k,showTransition:$}=Ao(s),{buildMatrix:M}=Mr(),{handleMonthYearChange:x,isDisabled:y,updateMonthYear:E}=CE(i,a),{showLeftIcon:O,showRightIcon:S}=ul(),L=e.ref(!1),V=e.ref(!1),T=e.ref(!1),N=e.ref([null,null,null,null]);e.onMounted(()=>{a("mount")});const P=F=>({get:()=>i[F],set:Q=>{const C=F===Bn.month?Bn.year:Bn.month;a("update-month-year",{[F]:Q,[C]:i[C]}),F===Bn.month?re(!0):pe(!0)}}),b=e.computed(P(Bn.month)),R=e.computed(P(Bn.year)),Y=e.computed(()=>F=>({month:i.month,year:i.year,items:F===Bn.month?i.months:i.years,instance:i.instance,updateMonthYear:E,toggle:F===Bn.month?re:pe})),ie=e.computed(()=>i.months.find(Q=>Q.value===i.month)||{text:"",value:0}),H=e.computed(()=>Fa(i.months,F=>{const Q=i.month===F.value,C=Vo(F.value,n1(i.year,g.value.minDate),r1(i.year,g.value.maxDate))||f.value.months.includes(F.value),W=s1(h.value,F.value,i.year);return{active:Q,disabled:C,highlighted:W}})),X=e.computed(()=>Fa(i.years,F=>{const Q=i.year===F.value,C=Vo(F.value,Ha(g.value.minDate),Ha(g.value.maxDate))||f.value.years.includes(F.value),W=dc(h.value,F.value);return{active:Q,disabled:C,highlighted:W}})),K=(F,Q,C)=>{C!==void 0?F.value=C:F.value=!F.value,F.value?(T.value=!0,a("overlay-opened",Q)):(T.value=!1,a("overlay-closed",Q))},re=(F=!1,Q)=>{ae(F),K(L,Pt.month,Q)},pe=(F=!1,Q)=>{ae(F),K(V,Pt.year,Q)},ae=F=>{F||a("reset-flow")},he=(F,Q)=>{i.arrowNavigation&&(N.value[Q]=St(F),M(N.value,"monthYear"))},Z=e.computed(()=>{var F,Q,C,W,m,D;return[{type:Bn.month,index:1,toggle:re,modelValue:b.value,updateModelValue:j=>b.value=j,text:ie.value.text,showSelectionGrid:L.value,items:H.value,ariaLabel:(F=c.value)==null?void 0:F.openMonthsOverlay,overlayLabel:((C=(Q=c.value).monthPicker)==null?void 0:C.call(Q,!0))??void 0},{type:Bn.year,index:2,toggle:pe,modelValue:R.value,updateModelValue:j=>R.value=j,text:Mh(i.year,i.locale),showSelectionGrid:V.value,items:X.value,ariaLabel:(W=c.value)==null?void 0:W.openYearsOverlay,overlayLabel:((D=(m=c.value).yearPicker)==null?void 0:D.call(m,!0))??void 0}]}),U=e.computed(()=>i.disableYearSelect?[Z.value[0]]:i.yearFirst?[...Z.value].reverse():Z.value);return r({toggleMonthPicker:re,toggleYearPicker:pe,handleMonthYearChange:x}),(F,Q)=>{var C,W,m,D,j,ue;return e.openBlock(),e.createElementBlock("div",eC,[F.$slots["month-year"]?(e.openBlock(),e.createElementBlock("div",tC,[e.renderSlot(F.$slots,"month-year",e.normalizeProps(e.guardReactiveProps({month:t.month,year:t.year,months:t.months,years:t.years,updateMonthYear:e.unref(E),handleMonthYearChange:e.unref(x),instance:t.instance,isDisabled:e.unref(y)})))])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[F.$slots["top-extra"]?(e.openBlock(),e.createElementBlock("div",nC,[e.renderSlot(F.$slots,"top-extra",{value:F.internalModelValue})])):e.createCommentVNode("",!0),e.createElementVNode("div",rC,[e.unref(O)(e.unref(d),t.instance)&&!F.vertical?(e.openBlock(),e.createBlock(xo,{key:0,"aria-label":(C=e.unref(c))==null?void 0:C.prevMonth,disabled:e.unref(y)(!1),class:e.normalizeClass((W=e.unref(_))==null?void 0:W.navBtnPrev),"el-name":"action-prev",onActivate:Q[0]||(Q[0]=te=>e.unref(x)(!1,!0)),onSetRef:Q[1]||(Q[1]=te=>he(te,0))},{default:e.withCtx(()=>[F.$slots["arrow-left"]?e.renderSlot(F.$slots,"arrow-left",{key:0}):e.createCommentVNode("",!0),F.$slots["arrow-left"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Xu),{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:F.disableYearSelect}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(U.value,(te,Ne)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:te.type},[e.createElementVNode("button",{ref_for:!0,ref:de=>he(de,Ne+1),type:"button","data-dp-element":`overlay-${te.type}`,class:e.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-${t.instance}`,onClick:te.toggle,onKeydown:de=>e.unref(Wt)(de,()=>te.toggle(),!0)},[F.$slots[te.type]?e.renderSlot(F.$slots,te.type,{key:0,text:te.text,value:i[te.type]}):e.createCommentVNode("",!0),F.$slots[te.type]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(te.text),1)],64))],42,aC),e.createVNode(e.Transition,{name:e.unref(k)(te.showSelectionGrid),css:e.unref($)},{default:e.withCtx(()=>[te.showSelectionGrid?(e.openBlock(),e.createBlock(Ro,{key:0,items:te.items,"arrow-navigation":F.arrowNavigation,"hide-navigation":F.hideNavigation,"is-last":F.autoApply&&!e.unref(p).keepActionRow,"skip-button-ref":!1,config:F.config,type:te.type,"header-refs":[],"esc-close":F.escClose,"menu-wrap-ref":F.menuWrapRef,"text-input":F.textInput,"aria-labels":F.ariaLabels,"overlay-label":te.overlayLabel,onSelected:te.updateModelValue,onToggle:te.toggle},e.createSlots({"button-icon":e.withCtx(()=>[F.$slots["calendar-icon"]?e.renderSlot(F.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),F.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Wa),{key:1}))]),_:2},[F.$slots[`${te.type}-overlay-value`]?{name:"item",fn:e.withCtx(({item:de})=>[e.renderSlot(F.$slots,`${te.type}-overlay-value`,{text:de.text,value:de.value})]),key:"0"}:void 0,F.$slots[`${te.type}-overlay`]?{name:"overlay",fn:e.withCtx(()=>[e.renderSlot(F.$slots,`${te.type}-overlay`,e.mergeProps({ref_for:!0},Y.value(te.type)))]),key:"1"}:void 0,F.$slots[`${te.type}-overlay-header`]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(F.$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"])):e.createCommentVNode("",!0)]),_:2},1032,["name","css"])],64))),128))],2),e.unref(O)(e.unref(d),t.instance)&&F.vertical?(e.openBlock(),e.createBlock(xo,{key:1,"aria-label":(m=e.unref(c))==null?void 0:m.prevMonth,"el-name":"action-prev",disabled:e.unref(y)(!1),class:e.normalizeClass((D=e.unref(_))==null?void 0:D.navBtnPrev),onActivate:Q[2]||(Q[2]=te=>e.unref(x)(!1,!0))},{default:e.withCtx(()=>[F.$slots["arrow-up"]?e.renderSlot(F.$slots,"arrow-up",{key:0}):e.createCommentVNode("",!0),F.$slots["arrow-up"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Ju),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0),e.unref(S)(e.unref(d),t.instance)?(e.openBlock(),e.createBlock(xo,{key:2,ref:"rightIcon","el-name":"action-next",disabled:e.unref(y)(!0),"aria-label":(j=e.unref(c))==null?void 0:j.nextMonth,class:e.normalizeClass((ue=e.unref(_))==null?void 0:ue.navBtnNext),onActivate:Q[3]||(Q[3]=te=>e.unref(x)(!0,!0)),onSetRef:Q[4]||(Q[4]=te=>he(te,F.disableYearSelect?2:3))},{default:e.withCtx(()=>[F.$slots[F.vertical?"arrow-down":"arrow-right"]?e.renderSlot(F.$slots,F.vertical?"arrow-down":"arrow-right",{key:0}):e.createCommentVNode("",!0),F.$slots[F.vertical?"arrow-down":"arrow-right"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(F.vertical?e.unref(Zu):e.unref(Qu)),{key:1}))]),_:3},8,["disabled","aria-label","class"])):e.createCommentVNode("",!0)])],64))])}}}),iC={class:"dp__calendar_header",role:"row"},lC={key:0,class:"dp__calendar_header_item",role:"gridcell"},sC=["aria-label"],uC={key:0,class:"dp__calendar_item dp__week_num",role:"gridcell"},cC={class:"dp__cell_inner"},dC=["id","aria-pressed","aria-disabled","aria-label","tabindex","data-test-id","onClick","onTouchend","onKeydown","onMouseenter","onMouseleave","onMousedown"],fC=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},...Tn},emits:["select-date","set-hover-date","handle-scroll","mount","handle-swipe","handle-space","tooltip-open","tooltip-close"],setup(t,{expose:r,emit:n}){const a=n,i=t,{buildMultiLevelMatrix:s}=Mr(),{defaultedTransitions:c,defaultedConfig:d,defaultedAriaLabels:f,defaultedMultiCalendars:p,defaultedWeekNumbers:h,defaultedMultiDates:g,defaultedUI:_}=pt(i),k=e.ref(null),$=e.ref({bottom:"",left:"",transform:""}),M=e.ref([]),x=e.ref(null),y=e.ref(!0),E=e.ref(""),O=e.ref({startX:0,endX:0,startY:0,endY:0}),S=e.ref([]),L=e.ref({left:"50%"}),V=e.ref(!1),T=e.computed(()=>i.calendar?i.calendar(i.mappedDates):i.mappedDates),N=e.computed(()=>i.dayNames?Array.isArray(i.dayNames)?i.dayNames:i.dayNames(i.locale,+i.weekStart):Xk(i.formatLocale,i.locale,+i.weekStart));e.onMounted(()=>{a("mount",{cmp:"calendar",refs:M}),d.value.noSwipe||x.value&&(x.value.addEventListener("touchstart",he,{passive:!1}),x.value.addEventListener("touchend",Z,{passive:!1}),x.value.addEventListener("touchmove",U,{passive:!1})),i.monthChangeOnScroll&&x.value&&x.value.addEventListener("wheel",C,{passive:!1})});const P=te=>te?i.vertical?"vNext":"next":i.vertical?"vPrevious":"previous",b=(te,Ne)=>{if(i.transitions){const de=Mt(ar(ge(),i.month,i.year));E.value=kt(Mt(ar(ge(),te,Ne)),de)?c.value[P(!0)]:c.value[P(!1)],y.value=!1,e.nextTick(()=>{y.value=!0})}},R=e.computed(()=>({..._.value.calendar??{}})),Y=e.computed(()=>te=>{const Ne=qk(te);return{dp__marker_dot:Ne.type==="dot",dp__marker_line:Ne.type==="line"}}),ie=e.computed(()=>te=>Xe(te,k.value)),H=e.computed(()=>({dp__calendar:!0,dp__calendar_next:p.value.count>0&&i.instance!==0})),X=e.computed(()=>te=>i.hideOffsetDates?te.current:!0),K=async(te,Ne)=>{const{width:de,height:ye}=te.getBoundingClientRect();k.value=Ne.value;let A={left:`${de/2}px`},_e=-50;if(await e.nextTick(),S.value[0]){const{left:be,width:we}=S.value[0].getBoundingClientRect();be<0&&(A={left:"0"},_e=0,L.value.left=`${de/2}px`),window.innerWidth<be+we&&(A={right:"0"},_e=0,L.value.left=`${we-de/2}px`)}$.value={bottom:`${ye}px`,...A,transform:`translateX(${_e}%)`}},re=async(te,Ne,de)=>{var ye,A,_e;const be=St(M.value[Ne][de]);be&&((ye=te.marker)!=null&&ye.customPosition&&(_e=(A=te.marker)==null?void 0:A.tooltip)!=null&&_e.length?$.value=te.marker.customPosition(be):await K(be,te),a("tooltip-open",te.marker))},pe=async(te,Ne,de)=>{var ye,A;if(V.value&&g.value.enabled&&g.value.dragSelect)return a("select-date",te);if(a("set-hover-date",te),(A=(ye=te.marker)==null?void 0:ye.tooltip)!=null&&A.length){if(i.hideOffsetDates&&!te.current)return;await re(te,Ne,de)}},ae=te=>{k.value&&(k.value=null,$.value=JSON.parse(JSON.stringify({bottom:"",left:"",transform:""})),a("tooltip-close",te.marker))},he=te=>{O.value.startX=te.changedTouches[0].screenX,O.value.startY=te.changedTouches[0].screenY},Z=te=>{O.value.endX=te.changedTouches[0].screenX,O.value.endY=te.changedTouches[0].screenY,F()},U=te=>{i.vertical&&!i.inline&&te.preventDefault()},F=()=>{const te=i.vertical?"Y":"X";Math.abs(O.value[`start${te}`]-O.value[`end${te}`])>10&&a("handle-swipe",O.value[`start${te}`]>O.value[`end${te}`]?"right":"left")},Q=(te,Ne,de)=>{te&&(Array.isArray(M.value[Ne])?M.value[Ne][de]=te:M.value[Ne]=[te]),i.arrowNavigation&&s(M.value,"calendar")},C=te=>{i.monthChangeOnScroll&&(te.preventDefault(),a("handle-scroll",te))},W=te=>h.value.type==="local"?Yu(te.value,{weekStartsOn:+i.weekStart}):h.value.type==="iso"?Wu(te.value):typeof h.value.type=="function"?h.value.type(te.value):"",m=te=>{const Ne=te[0];return h.value.hideOnOffsetDates?te.some(de=>de.current)?W(Ne):"":W(Ne)},D=(te,Ne,de=!0)=>{!de&&nx()||(!g.value.enabled||d.value.allowPreventDefault)&&(Br(te,d.value),a("select-date",Ne))},j=te=>{Br(te,d.value)},ue=te=>{g.value.enabled&&g.value.dragSelect?(V.value=!0,a("select-date",te)):g.value.enabled&&a("select-date",te)};return r({triggerTransition:b}),(te,Ne)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(H.value)},[e.createElementVNode("div",{ref_key:"calendarWrapRef",ref:x,class:e.normalizeClass(R.value),role:"grid"},[e.createElementVNode("div",iC,[te.weekNumbers?(e.openBlock(),e.createElementBlock("div",lC,e.toDisplayString(te.weekNumName),1)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,(de,ye)=>{var A,_e;return e.openBlock(),e.createElementBlock("div",{key:ye,class:"dp__calendar_header_item",role:"gridcell","data-test-id":"calendar-header","aria-label":(_e=(A=e.unref(f))==null?void 0:A.weekDay)==null?void 0:_e.call(A,ye)},[te.$slots["calendar-header"]?e.renderSlot(te.$slots,"calendar-header",{key:0,day:de,index:ye}):e.createCommentVNode("",!0),te.$slots["calendar-header"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(de),1)],64))],8,sC)}),128))]),Ne[2]||(Ne[2]=e.createElementVNode("div",{class:"dp__calendar_header_separator"},null,-1)),e.createVNode(e.Transition,{name:E.value,css:!!te.transitions},{default:e.withCtx(()=>[y.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"dp__calendar",role:"rowgroup",onMouseleave:Ne[1]||(Ne[1]=de=>V.value=!1)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,(de,ye)=>(e.openBlock(),e.createElementBlock("div",{key:ye,class:"dp__calendar_row",role:"row"},[te.weekNumbers?(e.openBlock(),e.createElementBlock("div",uC,[e.createElementVNode("div",cC,e.toDisplayString(m(de.days)),1)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(de.days,(A,_e)=>{var be,we,He;return e.openBlock(),e.createElementBlock("div",{id:e.unref(Eu)(A.value),ref_for:!0,ref:Te=>Q(Te,ye,_e),key:_e+ye,role:"gridcell",class:"dp__calendar_item","aria-pressed":(A.classData.dp__active_date||A.classData.dp__range_start||A.classData.dp__range_start)??void 0,"aria-disabled":A.classData.dp__cell_disabled||void 0,"aria-label":(we=(be=e.unref(f))==null?void 0:be.day)==null?void 0:we.call(be,A),tabindex:!A.current&&te.hideOffsetDates?void 0:0,"data-test-id":e.unref(Eu)(A.value),onClick:e.withModifiers(Te=>D(Te,A),["prevent"]),onTouchend:Te=>D(Te,A,!1),onKeydown:Te=>e.unref(Wt)(Te,()=>te.$emit("select-date",A)),onMouseenter:Te=>pe(A,ye,_e),onMouseleave:Te=>ae(A),onMousedown:Te=>ue(A),onMouseup:Ne[0]||(Ne[0]=Te=>V.value=!1)},[e.createElementVNode("div",{class:e.normalizeClass(["dp__cell_inner",A.classData])},[te.$slots.day&&X.value(A)?e.renderSlot(te.$slots,"day",{key:0,day:+A.text,date:A.value}):e.createCommentVNode("",!0),te.$slots.day?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(A.text),1)],64)),A.marker&&X.value(A)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[te.$slots.marker?e.renderSlot(te.$slots,"marker",{key:0,marker:A.marker,day:+A.text,date:A.value}):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(Y.value(A.marker)),style:e.normalizeStyle(A.marker.color?{backgroundColor:A.marker.color}:{})},null,6))],64)):e.createCommentVNode("",!0),ie.value(A.value)?(e.openBlock(),e.createElementBlock("div",{key:3,ref_for:!0,ref_key:"activeTooltip",ref:S,class:"dp__marker_tooltip",style:e.normalizeStyle($.value)},[(He=A.marker)!=null&&He.tooltip?(e.openBlock(),e.createElementBlock("div",{key:0,class:"dp__tooltip_content",onClick:j},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.marker.tooltip,(Te,ee)=>(e.openBlock(),e.createElementBlock("div",{key:ee,class:"dp__tooltip_text"},[te.$slots["marker-tooltip"]?e.renderSlot(te.$slots,"marker-tooltip",{key:0,tooltip:Te,day:A.value}):e.createCommentVNode("",!0),te.$slots["marker-tooltip"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",{class:"dp__tooltip_mark",style:e.normalizeStyle(Te.color?{backgroundColor:Te.color}:{})},null,4),e.createElementVNode("div",null,e.toDisplayString(Te.text),1)],64))]))),128)),e.createElementVNode("div",{class:"dp__arrow_bottom_tp",style:e.normalizeStyle(L.value)},null,4)])):e.createCommentVNode("",!0)],4)):e.createCommentVNode("",!0)],2)],40,dC)}),128))]))),128))],32)):e.createCommentVNode("",!0)]),_:3},8,["name","css"])],2)],2))}}),S0=t=>Array.isArray(t),pC=(t,r,n,a)=>{const i=e.ref([]),s=e.ref(new Date),c=e.ref(),d=()=>Z(t.isTextInputDate),{modelValue:f,calendars:p,time:h,today:g}=Po(t,r,d),{defaultedMultiCalendars:_,defaultedStartTime:k,defaultedRange:$,defaultedConfig:M,defaultedTz:x,propDates:y,defaultedMultiDates:E}=pt(t),{validateMonthYearInRange:O,isDisabled:S,isDateRangeAllowed:L,checkMinMaxRange:V}=Dr(t),{updateTimeValues:T,getSetDateTime:N,setTime:P,assignStartTime:b,validateTime:R,disabledTimesConfig:Y}=m1(t,h,f,a),ie=e.computed(()=>ne=>p.value[ne]?p.value[ne].month:0),H=e.computed(()=>ne=>p.value[ne]?p.value[ne].year:0),X=ne=>!M.value.keepViewOnOffsetClick||ne?!0:!c.value,K=(ne,ke,Ie,le=!1)=>{var xe,Se;X(le)&&(p.value[ne]||(p.value[ne]={month:0,year:0}),p.value[ne].month=jp(ke)?(xe=p.value[ne])==null?void 0:xe.month:ke,p.value[ne].year=jp(Ie)?(Se=p.value[ne])==null?void 0:Se.year:Ie)},re=()=>{t.autoApply&&r("select-date")},pe=()=>{k.value&&b(k.value)};e.onMounted(()=>{t.shadow||(f.value||(Ne(),pe()),Z(!0),t.focusStartDate&&t.startDate&&Ne())});const ae=e.computed(()=>{var ne;return(ne=t.flow)!=null&&ne.length&&!t.partialFlow?t.flowStep===t.flow.length:!0}),he=()=>{t.autoApply&&ae.value&&r("auto-apply",t.partialFlow?t.flowStep!==t.flow.length:!1)},Z=(ne=!1)=>{if(f.value)return Array.isArray(f.value)?(i.value=f.value,D(ne)):Q(f.value,ne);if(_.value.count&&ne&&!t.startDate)return F(ge(),ne)},U=()=>Array.isArray(f.value)&&$.value.enabled?Ge(f.value[0])===Ge(f.value[1]??f.value[0]):!1,F=(ne=new Date,ke=!1)=>{if((!_.value.count||!_.value.static||ke)&&K(0,Ge(ne),Pe(ne)),_.value.count&&(!f.value||U()||!_.value.solo)&&(!_.value.solo||ke))for(let Ie=1;Ie<_.value.count;Ie++){const le=it(ge(),{month:ie.value(Ie-1),year:H.value(Ie-1)}),xe=uh(le,{months:1});p.value[Ie]={month:Ge(xe),year:Pe(xe)}}},Q=(ne,ke)=>{F(ne),P("hours",ur(ne)),P("minutes",Vr(ne)),P("seconds",Aa(ne)),_.value.count&&ke&&te()},C=ne=>{if(_.value.count){if(_.value.solo)return 0;const ke=Ge(ne[0]),Ie=Ge(ne[1]);return Math.abs(Ie-ke)<_.value.count?0:1}return 1},W=(ne,ke)=>{ne[1]&&$.value.showLastInRange?F(ne[C(ne)],ke):F(ne[0],ke);const Ie=(le,xe)=>[le(ne[0]),ne[1]?le(ne[1]):h[xe][1]];P("hours",Ie(ur,"hours")),P("minutes",Ie(Vr,"minutes")),P("seconds",Ie(Aa,"seconds"))},m=(ne,ke)=>{if(($.value.enabled||t.weekPicker)&&!E.value.enabled)return W(ne,ke);if(E.value.enabled&&ke){const Ie=ne[ne.length-1];return Q(Ie,ke)}},D=ne=>{const ke=f.value;m(ke,ne),_.value.count&&_.value.solo&&te()},j=(ne,ke)=>{const Ie=it(ge(),{month:ie.value(ke),year:H.value(ke)}),le=ne<0?On(Ie,1):La(Ie,1);O(Ge(le),Pe(le),ne<0,t.preventMinMaxNavigation)&&(K(ke,Ge(le),Pe(le)),r("update-month-year",{instance:ke,month:Ge(le),year:Pe(le)}),_.value.count&&!_.value.solo&&ue(ke),n())},ue=ne=>{for(let ke=ne-1;ke>=0;ke--){const Ie=La(it(ge(),{month:ie.value(ke+1),year:H.value(ke+1)}),1);K(ke,Ge(Ie),Pe(Ie))}for(let ke=ne+1;ke<=_.value.count-1;ke++){const Ie=On(it(ge(),{month:ie.value(ke-1),year:H.value(ke-1)}),1);K(ke,Ge(Ie),Pe(Ie))}},te=()=>{if(Array.isArray(f.value)&&f.value.length===2){const ne=ge(ge(f.value[1]?f.value[1]:On(f.value[0],1))),[ke,Ie]=[Ge(f.value[0]),Pe(f.value[0])],[le,xe]=[Ge(f.value[1]),Pe(f.value[1])];(ke!==le||ke===le&&Ie!==xe)&&_.value.solo&&K(1,Ge(ne),Pe(ne))}else f.value&&!Array.isArray(f.value)&&(K(0,Ge(f.value),Pe(f.value)),F(ge()))},Ne=()=>{t.startDate&&(K(0,Ge(ge(t.startDate)),Pe(ge(t.startDate))),_.value.count&&ue(0))},de=(ne,ke)=>{if(t.monthChangeOnScroll){const Ie=new Date().getTime()-s.value.getTime(),le=Math.abs(ne.deltaY);let xe=500;le>1&&(xe=100),le>100&&(xe=0),Ie>xe&&(s.value=new Date,j(t.monthChangeOnScroll!=="inverse"?-ne.deltaY:ne.deltaY,ke))}},ye=(ne,ke,Ie=!1)=>{t.monthChangeOnArrows&&t.vertical===Ie&&A(ne,ke)},A=(ne,ke)=>{j(ne==="right"?-1:1,ke)},_e=ne=>{if(y.value.markers)return Zi(ne.value,y.value.markers)},be=(ne,ke)=>{switch(t.sixWeeks===!0?"append":t.sixWeeks){case"prepend":return[!0,!1];case"center":return[ne==0,!0];case"fair":return[ne==0||ke>ne,!0];case"append":return[!1,!1];default:return[!1,!1]}},we=(ne,ke,Ie,le)=>{if(t.sixWeeks&&ne.length<6){const xe=6-ne.length,Se=(ke.getDay()+7-le)%7,cn=6-(Ie.getDay()+7-le)%7,[Zt,fr]=be(Se,cn);for(let pr=1;pr<=xe;pr++)if(fr?!!(pr%2)==Zt:Zt){const Mn=ne[0].days[0],Ya=He(bn(Mn.value,-7),Ge(ke));ne.unshift({days:Ya})}else{const Mn=ne[ne.length-1],Ya=Mn.days[Mn.days.length-1],dl=He(bn(Ya.value,1),Ge(ke));ne.push({days:dl})}}return ne},He=(ne,ke)=>{const Ie=ge(ne),le=[];for(let xe=0;xe<7;xe++){const Se=bn(Ie,xe),cn=Ge(Se)!==ke;le.push({text:t.hideOffsetDates&&cn?"":Se.getDate(),value:Se,current:!cn,classData:{}})}return le},Te=(ne,ke)=>{const Ie=[],le=new Date(ke,ne),xe=new Date(ke,ne+1,0),Se=t.weekStart,cn=Nn(le,{weekStartsOn:Se}),Zt=fr=>{const pr=He(fr,ne);if(Ie.push({days:pr}),!Ie[Ie.length-1].days.some(Mn=>Xe(Mt(Mn.value),Mt(xe)))){const Mn=bn(fr,7);Zt(Mn)}};return Zt(cn),we(Ie,le,xe,Se)},ee=ne=>{const ke=Sr(ge(ne.value),h.hours,h.minutes,Ze());r("date-update",ke),E.value.enabled?fc(ke,f,E.value.limit):f.value=ke,a(),e.nextTick().then(()=>{he()})},me=ne=>$.value.noDisabledRange?a1(i.value[0],ne).some(ke=>S(ke)):!1,Be=()=>{i.value=f.value?f.value.slice():[],i.value.length===2&&!($.value.fixedStart||$.value.fixedEnd)&&(i.value=[])},st=(ne,ke)=>{const Ie=[ge(ne.value),bn(ge(ne.value),+$.value.autoRange)];L(Ie)?(ke&&Ct(ne.value),i.value=Ie):r("invalid-date",ne.value)},Ct=ne=>{const ke=Ge(ge(ne)),Ie=Pe(ge(ne));if(K(0,ke,Ie),_.value.count>0)for(let le=1;le<_.value.count;le++){const xe=tE(it(ge(ne),{year:H.value(le-1),month:ie.value(le-1)}));K(le,xe.month,xe.year)}},Oe=ne=>{if(me(ne.value)||!V(ne.value,f.value,$.value.fixedStart?0:1))return r("invalid-date",ne.value);i.value=f1(ge(ne.value),f,r,$)},Vt=(ne,ke)=>{if(Be(),$.value.autoRange)return st(ne,ke);if($.value.fixedStart||$.value.fixedEnd)return Oe(ne);i.value[0]?V(ge(ne.value),f.value)&&!me(ne.value)?gt(ge(ne.value),ge(i.value[0]))?(i.value.unshift(ge(ne.value)),r("range-end",i.value[0])):(i.value[1]=ge(ne.value),r("range-end",i.value[1])):(t.autoApply&&r("auto-apply-invalid",ne.value),r("invalid-date",ne.value)):(i.value[0]=ge(ne.value),r("range-start",i.value[0]))},Ze=(ne=!0)=>t.enableSeconds?Array.isArray(h.seconds)?ne?h.seconds[0]:h.seconds[1]:h.seconds:0,Yn=ne=>{i.value[ne]=Sr(i.value[ne],h.hours[ne],h.minutes[ne],Ze(ne!==1))},Rr=()=>{var ne,ke;i.value[0]&&i.value[1]&&+((ne=i.value)==null?void 0:ne[0])>+((ke=i.value)==null?void 0:ke[1])&&(i.value.reverse(),r("range-start",i.value[0]),r("range-end",i.value[1]))},dr=()=>{i.value.length&&(i.value[0]&&!i.value[1]?Yn(0):(Yn(0),Yn(1),a()),Rr(),f.value=i.value.slice(),sl(i.value,r,t.autoApply,t.modelAuto))},Ar=(ne,ke=!1)=>{if(S(ne.value)||!ne.current&&t.hideOffsetDates)return r("invalid-date",ne.value);if(c.value=JSON.parse(JSON.stringify(ne)),!$.value.enabled)return ee(ne);S0(h.hours)&&S0(h.minutes)&&!E.value.enabled&&(Vt(ne,ke),dr())},Pr=(ne,ke)=>{var Ie;K(ne,ke.month,ke.year,!0),_.value.count&&!_.value.solo&&ue(ne),r("update-month-year",{instance:ne,month:ke.month,year:ke.year}),n(_.value.solo?ne:void 0);const le=(Ie=t.flow)!=null&&Ie.length?t.flow[t.flowStep]:void 0;!ke.fromNav&&(le===Pt.month||le===Pt.year)&&a()},Lr=(ne,ke)=>{d1({value:ne,modelValue:f,range:$.value.enabled,timezone:ke?void 0:x.value.timezone}),re(),t.multiCalendars&&e.nextTick().then(()=>Z(!0))},Fr=()=>{const ne=ec(ge(),x.value);!$.value.enabled&&!E.value.enabled?f.value=ne:f.value&&Array.isArray(f.value)&&f.value[0]?E.value.enabled?f.value=[...f.value,ne]:f.value=gt(ne,f.value[0])?[ne,f.value[0]]:[f.value[0],ne]:f.value=[ne],re()},zr=()=>{if(Array.isArray(f.value))if(E.value.enabled){const ne=Hr();f.value[f.value.length-1]=N(ne)}else f.value=f.value.map((ne,ke)=>ne&&N(ne,ke));else f.value=N(f.value);r("time-update")},Hr=()=>Array.isArray(f.value)&&f.value.length?f.value[f.value.length-1]:null;return{calendars:p,modelValue:f,month:ie,year:H,time:h,disabledTimesConfig:Y,today:g,validateTime:R,getCalendarDays:Te,getMarker:_e,handleScroll:de,handleSwipe:A,handleArrow:ye,selectDate:Ar,updateMonthYear:Pr,presetDate:Lr,selectCurrentDate:Fr,updateTime:(ne,ke=!0,Ie=!1)=>{T(ne,ke,Ie,zr)},assignMonthAndYear:F,setStartTime:pe}},hC={key:0},mC=e.defineComponent({__name:"DatePicker",props:{...Tn},emits:["tooltip-open","tooltip-close","mount","update:internal-model-value","update-flow-step","reset-flow","auto-apply","focus-menu","select-date","range-start","range-end","invalid-fixed-range","time-update","am-pm-change","time-picker-open","time-picker-close","recalculate-position","update-month-year","auto-apply-invalid","date-update","invalid-date","overlay-toggle"],setup(t,{expose:r,emit:n}){const a=n,i=t,{calendars:s,month:c,year:d,modelValue:f,time:p,disabledTimesConfig:h,today:g,validateTime:_,getCalendarDays:k,getMarker:$,handleArrow:M,handleScroll:x,handleSwipe:y,selectDate:E,updateMonthYear:O,presetDate:S,selectCurrentDate:L,updateTime:V,assignMonthAndYear:T,setStartTime:N}=pC(i,a,U,F),P=e.useSlots(),{setHoverDate:b,getDayClassData:R,clearHoverDate:Y}=NC(f,i),{defaultedMultiCalendars:ie}=pt(i),H=e.ref([]),X=e.ref([]),K=e.ref(null),re=sn(P,"calendar"),pe=sn(P,"monthYear"),ae=sn(P,"timePicker"),he=de=>{i.shadow||a("mount",de)};e.watch(s,()=>{i.shadow||setTimeout(()=>{a("recalculate-position")},0)},{deep:!0}),e.watch(ie,(de,ye)=>{de.count-ye.count>0&&T()},{deep:!0});const Z=e.computed(()=>de=>k(c.value(de),d.value(de)).map(ye=>({...ye,days:ye.days.map(A=>(A.marker=$(A),A.classData=R(A),A))})));function U(de){var ye;de||de===0?(ye=X.value[de])==null||ye.triggerTransition(c.value(de),d.value(de)):X.value.forEach((A,_e)=>A.triggerTransition(c.value(_e),d.value(_e)))}function F(){a("update-flow-step")}const Q=(de,ye=!1)=>{E(de,ye),i.spaceConfirm&&a("select-date")},C=(de,ye,A=0)=>{var _e;(_e=H.value[A])==null||_e.toggleMonthPicker(de,ye)},W=(de,ye,A=0)=>{var _e;(_e=H.value[A])==null||_e.toggleYearPicker(de,ye)},m=(de,ye,A)=>{var _e;(_e=K.value)==null||_e.toggleTimePicker(de,ye,A)},D=(de,ye)=>{var A;if(!i.range){const _e=f.value?f.value:g,be=ye?new Date(ye):_e,we=de?Nn(be,{weekStartsOn:1}):vh(be,{weekStartsOn:1});E({value:we,current:Ge(be)===c.value(0),text:"",classData:{}}),(A=document.getElementById(Eu(we)))==null||A.focus()}},j=de=>{var ye;(ye=H.value[0])==null||ye.handleMonthYearChange(de,!0)},ue=de=>{O(0,{month:c.value(0),year:d.value(0)+(de?1:-1),fromNav:!0})},te=(de,ye)=>{de===Pt.time&&a(`time-picker-${ye?"open":"close"}`),a("overlay-toggle",{open:ye,overlay:de})},Ne=de=>{a("overlay-toggle",{open:!1,overlay:de}),a("focus-menu")};return r({clearHoverDate:Y,presetDate:S,selectCurrentDate:L,toggleMonthPicker:C,toggleYearPicker:W,toggleTimePicker:m,handleArrow:M,updateMonthYear:O,getSidebarProps:()=>({modelValue:f,month:c,year:d,time:p,updateTime:V,updateMonthYear:O,selectDate:E,presetDate:S}),changeMonth:j,changeYear:ue,selectWeekDate:D,setStartTime:N}),(de,ye)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(ll,{"multi-calendars":e.unref(ie).count,collapse:de.collapse,"is-mobile":de.isMobile},{default:e.withCtx(({instance:A,index:_e})=>[de.disableMonthYearSelect?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(oC,e.mergeProps({key:0,ref:be=>{be&&(H.value[_e]=be)},months:e.unref(Ih)(de.formatLocale,de.locale,de.monthNameFormat),years:e.unref(tc)(de.yearRange,de.locale,de.reverseYears),month:e.unref(c)(A),year:e.unref(d)(A),instance:A},de.$props,{onMount:ye[0]||(ye[0]=be=>he(e.unref(ra).header)),onResetFlow:ye[1]||(ye[1]=be=>de.$emit("reset-flow")),onUpdateMonthYear:be=>e.unref(O)(A,be),onOverlayClosed:Ne,onOverlayOpened:ye[2]||(ye[2]=be=>de.$emit("overlay-toggle",{open:!0,overlay:be}))}),e.createSlots({_:2},[e.renderList(e.unref(pe),(be,we)=>({name:be,fn:e.withCtx(He=>[e.renderSlot(de.$slots,be,e.normalizeProps(e.guardReactiveProps(He)))])}))]),1040,["months","years","month","year","instance","onUpdateMonthYear"])),e.createVNode(fC,e.mergeProps({ref:be=>{be&&(X.value[_e]=be)},"mapped-dates":Z.value(A),month:e.unref(c)(A),year:e.unref(d)(A),instance:A},de.$props,{onSelectDate:be=>e.unref(E)(be,A!==1),onHandleSpace:be=>Q(be,A!==1),onSetHoverDate:ye[3]||(ye[3]=be=>e.unref(b)(be)),onHandleScroll:be=>e.unref(x)(be,A),onHandleSwipe:be=>e.unref(y)(be,A),onMount:ye[4]||(ye[4]=be=>he(e.unref(ra).calendar)),onResetFlow:ye[5]||(ye[5]=be=>de.$emit("reset-flow")),onTooltipOpen:ye[6]||(ye[6]=be=>de.$emit("tooltip-open",be)),onTooltipClose:ye[7]||(ye[7]=be=>de.$emit("tooltip-close",be))}),e.createSlots({_:2},[e.renderList(e.unref(re),(be,we)=>({name:be,fn:e.withCtx(He=>[e.renderSlot(de.$slots,be,e.normalizeProps(e.guardReactiveProps({...He})))])}))]),1040,["mapped-dates","month","year","instance","onSelectDate","onHandleSpace","onHandleScroll","onHandleSwipe"])]),_:3},8,["multi-calendars","collapse","is-mobile"]),de.enableTimePicker?(e.openBlock(),e.createElementBlock("div",hC,[de.$slots["time-picker"]?e.renderSlot(de.$slots,"time-picker",e.normalizeProps(e.mergeProps({key:0},{time:e.unref(p),updateTime:e.unref(V)}))):(e.openBlock(),e.createBlock(h1,e.mergeProps({key:1,ref_key:"timePickerRef",ref:K},de.$props,{hours:e.unref(p).hours,minutes:e.unref(p).minutes,seconds:e.unref(p).seconds,"internal-model-value":de.internalModelValue,"disabled-times-config":e.unref(h),"validate-time":e.unref(_),onMount:ye[8]||(ye[8]=A=>he(e.unref(ra).timePicker)),"onUpdate:hours":ye[9]||(ye[9]=A=>e.unref(V)(A)),"onUpdate:minutes":ye[10]||(ye[10]=A=>e.unref(V)(A,!1)),"onUpdate:seconds":ye[11]||(ye[11]=A=>e.unref(V)(A,!1,!0)),onResetFlow:ye[12]||(ye[12]=A=>de.$emit("reset-flow")),onOverlayClosed:ye[13]||(ye[13]=A=>te(A,!1)),onOverlayOpened:ye[14]||(ye[14]=A=>te(A,!0)),onAmPmChange:ye[15]||(ye[15]=A=>de.$emit("am-pm-change",A))}),e.createSlots({_:2},[e.renderList(e.unref(ae),(A,_e)=>({name:A,fn:e.withCtx(be=>[e.renderSlot(de.$slots,A,e.normalizeProps(e.guardReactiveProps(be)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"]))])):e.createCommentVNode("",!0)],64))}}),vC=(t,r)=>{const n=e.ref(),{defaultedMultiCalendars:a,defaultedConfig:i,defaultedHighlight:s,defaultedRange:c,propDates:d,defaultedFilters:f,defaultedMultiDates:p}=pt(t),{modelValue:h,year:g,month:_,calendars:k}=Po(t,r),{isDisabled:$}=Dr(t),{selectYear:M,groupedYears:x,showYearPicker:y,isDisabled:E,toggleYearPicker:O,handleYearSelect:S,handleYear:L}=p1({modelValue:h,multiCalendars:a,range:c,highlight:s,calendars:k,propDates:d,month:_,year:g,filters:f,props:t,emit:r}),V=(X,K)=>[X,K].map(re=>Wn(re,"MMMM",{locale:t.formatLocale})).join("-"),T=e.computed(()=>X=>h.value?Array.isArray(h.value)?h.value.some(K=>Hp(X,K)):Hp(h.value,X):!1),N=X=>{if(c.value.enabled){if(Array.isArray(h.value)){const K=Xe(X,h.value[0])||Xe(X,h.value[1]);return Io(h.value,n.value,X)&&!K}return!1}return!1},P=(X,K)=>X.quarter===Rp(K)&&X.year===Pe(K),b=X=>typeof s.value=="function"?s.value({quarter:Rp(X),year:Pe(X)}):!!s.value.quarters.find(K=>P(K,X)),R=e.computed(()=>X=>{const K=it(new Date,{year:g.value(X)});return X8({start:So(K),end:mh(K)}).map(re=>{const pe=ta(re),ae=Ap(re),he=$(re),Z=N(pe),U=b(pe);return{text:V(pe,ae),value:pe,active:T.value(pe),highlighted:U,disabled:he,isBetween:Z}})}),Y=X=>{fc(X,h,p.value.limit),r("auto-apply",!0)},ie=X=>{h.value=pc(h,X,r),sl(h.value,r,t.autoApply,t.modelAuto)},H=X=>{h.value=X,r("auto-apply")};return{defaultedConfig:i,defaultedMultiCalendars:a,groupedYears:x,year:g,isDisabled:E,quarters:R,showYearPicker:y,modelValue:h,setHoverDate:X=>{n.value=X},selectYear:M,selectQuarter:(X,K,re)=>{if(!re)return k.value[K].month=Ge(Ap(X)),p.value.enabled?Y(X):c.value.enabled?ie(X):H(X)},toggleYearPicker:O,handleYearSelect:S,handleYear:L}},gC={class:"dp--quarter-items"},yC=["data-test-id","disabled","onClick","onMouseover"],bC=e.defineComponent({compatConfig:{MODE:3},__name:"QuarterPicker",props:{...Tn},emits:["update:internal-model-value","reset-flow","overlay-closed","auto-apply","range-start","range-end","overlay-toggle","update-month-year"],setup(t,{expose:r,emit:n}){const a=n,i=t,s=e.useSlots(),c=sn(s,"yearMode"),{defaultedMultiCalendars:d,defaultedConfig:f,groupedYears:p,year:h,isDisabled:g,quarters:_,modelValue:k,showYearPicker:$,setHoverDate:M,selectQuarter:x,toggleYearPicker:y,handleYearSelect:E,handleYear:O}=vC(i,a);return r({getSidebarProps:()=>({modelValue:k,year:h,selectQuarter:x,handleYearSelect:E,handleYear:O})}),(S,L)=>(e.openBlock(),e.createBlock(ll,{"multi-calendars":e.unref(d).count,collapse:S.collapse,stretch:"","is-mobile":S.isMobile},{default:e.withCtx(({instance:V})=>[e.createElementVNode("div",{class:"dp-quarter-picker-wrap",style:e.normalizeStyle({minHeight:`${e.unref(f).modeHeight}px`})},[S.$slots["top-extra"]?e.renderSlot(S.$slots,"top-extra",{key:0,value:S.internalModelValue}):e.createCommentVNode("",!0),e.createElementVNode("div",null,[e.createVNode(c1,e.mergeProps(S.$props,{items:e.unref(p)(V),instance:V,"show-year-picker":e.unref($)[V],year:e.unref(h)(V),"is-disabled":T=>e.unref(g)(V,T),onHandleYear:T=>e.unref(O)(V,T),onYearSelect:T=>e.unref(E)(T,V),onToggleYearPicker:T=>e.unref(y)(V,T==null?void 0:T.flow,T==null?void 0:T.show)}),e.createSlots({_:2},[e.renderList(e.unref(c),(T,N)=>({name:T,fn:e.withCtx(P=>[e.renderSlot(S.$slots,T,e.normalizeProps(e.guardReactiveProps(P)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),e.createElementVNode("div",gC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(_)(V),(T,N)=>(e.openBlock(),e.createElementBlock("div",{key:N},[e.createElementVNode("button",{type:"button",class:e.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:P=>e.unref(x)(T.value,V,T.disabled),onMouseover:P=>e.unref(M)(T.value)},[S.$slots.quarter?e.renderSlot(S.$slots,"quarter",{key:0,value:T.value,text:T.text}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(T.text),1)],64))],42,yC)]))),128))])],4)]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),v1=(t,r)=>{const n=e.ref(0);e.onMounted(()=>{a(),window.addEventListener("resize",a,{passive:!0})}),e.onUnmounted(()=>{window.removeEventListener("resize",a)});const a=()=>{n.value=window.document.documentElement.clientWidth};return{isMobile:e.computed(()=>n.value<=t.value.mobileBreakpoint&&!r?!0:void 0)}},_C=["id","tabindex","role","aria-label"],wC={key:0,class:"dp--menu-load-container"},kC={key:1,class:"dp--menu-header"},xC=["data-dp-mobile"],EC={key:0,class:"dp__sidebar_left"},CC=["data-dp-mobile"],$C=["data-test-id","data-dp-mobile","onClick","onKeydown"],BC={key:2,class:"dp__sidebar_right"},SC={key:3,class:"dp__action_extra"},V0=e.defineComponent({compatConfig:{MODE:3},__name:"DatepickerMenu",props:{...il,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 a=n,i=t,s=e.ref(null),c=e.computed(()=>{const{openOnTop:ee,...me}=i;return{...me,isMobile:M.value,flowStep:R.value,menuWrapRef:s.value}}),{setMenuFocused:d,setShiftKey:f,control:p}=u1(),h=e.useSlots(),{defaultedTextInput:g,defaultedInline:_,defaultedConfig:k,defaultedUI:$}=pt(i),{isMobile:M}=v1(k,i.shadow),x=e.ref(null),y=e.ref(0),E=e.ref(null),O=e.ref(!1),S=e.ref(null),L=e.ref(!1);e.onMounted(()=>{if(!i.shadow){O.value=!0,V(),window.addEventListener("resize",V);const ee=St(s);if(ee&&!g.value.enabled&&!_.value.enabled&&(d(!0),pe()),ee){const me=Be=>{L.value=!0,k.value.allowPreventDefault&&Be.preventDefault(),Br(Be,k.value,!0)};ee.addEventListener("pointerdown",me),ee.addEventListener("mousedown",me)}}document.addEventListener("mousedown",Te)}),e.onUnmounted(()=>{window.removeEventListener("resize",V),document.addEventListener("mousedown",Te)});const V=()=>{const ee=St(E);ee&&(y.value=ee.getBoundingClientRect().width)},{arrowRight:T,arrowLeft:N,arrowDown:P,arrowUp:b}=Mr(),{flowStep:R,updateFlowStep:Y,childMount:ie,resetFlow:H,handleFlow:X}=TC(i,a,S),K=e.computed(()=>i.monthPicker?AE:i.yearPicker?LE:i.timePicker?ZE:i.quarterPicker?bC:mC),re=e.computed(()=>{var ee;if(k.value.arrowLeft)return k.value.arrowLeft;const me=(ee=s.value)==null?void 0:ee.getBoundingClientRect(),Be=i.getInputRect();return(Be==null?void 0:Be.width)<(y==null?void 0:y.value)&&(Be==null?void 0:Be.left)<=((me==null?void 0:me.left)??0)?`${(Be==null?void 0:Be.width)/2}px`:(Be==null?void 0:Be.right)>=((me==null?void 0:me.right)??0)&&(Be==null?void 0:Be.width)<(y==null?void 0:y.value)?`${(y==null?void 0:y.value)-(Be==null?void 0:Be.width)/2}px`:"50%"}),pe=()=>{const ee=St(s);ee&&ee.focus({preventScroll:!0})},ae=e.computed(()=>{var ee;return((ee=S.value)==null?void 0:ee.getSidebarProps())||{}}),he=()=>{i.openOnTop&&a("recalculate-position")},Z=sn(h,"action"),U=e.computed(()=>i.monthPicker||i.yearPicker?sn(h,"monthYear"):i.timePicker?sn(h,"timePicker"):sn(h,"shared")),F=e.computed(()=>i.openOnTop?"dp__arrow_bottom":"dp__arrow_top"),Q=e.computed(()=>({dp__menu_disabled:i.disabled,dp__menu_readonly:i.readonly,"dp-menu-loading":i.loading})),C=e.computed(()=>({dp__menu:!0,dp__menu_index:!_.value.enabled,dp__relative:_.value.enabled,...$.value.menu??{}})),W=ee=>{Br(ee,k.value,!0)},m=()=>{i.escClose&&a("close-picker")},D=ee=>{if(i.arrowNavigation){if(ee===Ut.up)return b();if(ee===Ut.down)return P();if(ee===Ut.left)return N();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)},j=ee=>{f(ee.shiftKey),!i.disableMonthYearSelect&&ee.code===dt.tab&&ee.target.classList.contains("dp__menu")&&p.value.shiftKeyInMenu&&(ee.preventDefault(),Br(ee,k.value,!0),a("close-picker"))},ue=()=>{pe(),a("time-picker-close")},te=ee=>{var me,Be,st;(me=S.value)==null||me.toggleTimePicker(!1,!1),(Be=S.value)==null||Be.toggleMonthPicker(!1,!1,ee),(st=S.value)==null||st.toggleYearPicker(!1,!1,ee)},Ne=(ee,me=0)=>{var Be,st,Ct;return ee==="month"?(Be=S.value)==null?void 0:Be.toggleMonthPicker(!1,!0,me):ee==="year"?(st=S.value)==null?void 0:st.toggleYearPicker(!1,!0,me):ee==="time"?(Ct=S.value)==null?void 0:Ct.toggleTimePicker(!0,!1):te(me)},de=(ee,...me)=>{var Be,st;(Be=S.value)!=null&&Be[ee]&&((st=S.value)==null||st[ee](...me))},ye=()=>{de("selectCurrentDate")},A=(ee,me)=>{de("presetDate",e.toValue(ee),me)},_e=()=>{de("clearHoverDate")},be=(ee,me)=>{de("updateMonthYear",ee,me)},we=(ee,me)=>{ee.preventDefault(),D(me)},He=ee=>{var me,Be,st;if(j(ee),ee.key===dt.home||ee.key===dt.end)return de("selectWeekDate",ee.key===dt.home,ee.target.getAttribute("id"));switch((ee.key===dt.pageUp||ee.key===dt.pageDown)&&(ee.shiftKey?(de("changeYear",ee.key===dt.pageUp),(me=wu(s.value,"overlay-year"))==null||me.focus()):(de("changeMonth",ee.key===dt.pageUp),(Be=wu(s.value,ee.key===dt.pageUp?"action-prev":"action-next"))==null||Be.focus()),ee.target.getAttribute("id")&&((st=s.value)==null||st.focus({preventScroll:!0}))),ee.key){case dt.esc:return m();case dt.arrowLeft:return we(ee,Ut.left);case dt.arrowRight:return we(ee,Ut.right);case dt.arrowUp:return we(ee,Ut.up);case dt.arrowDown:return we(ee,Ut.down);default:return}},Te=ee=>{var me;_.value.enabled&&!_.value.input&&!((me=s.value)!=null&&me.contains(ee.target))&&L.value&&(L.value=!1,a("menu-blur"))};return r({updateMonthYear:be,switchView:Ne,handleFlow:X,onValueCleared:()=>{var ee,me;(me=(ee=S.value)==null?void 0:ee.setStartTime)==null||me.call(ee)}}),(ee,me)=>{var Be,st,Ct;return e.openBlock(),e.createElementBlock("div",{id:ee.uid?`dp-menu-${ee.uid}`:void 0,ref_key:"dpMenuRef",ref:s,tabindex:e.unref(_).enabled?void 0:"0",role:e.unref(_).enabled?void 0:"dialog","aria-label":(Be=ee.ariaLabels)==null?void 0:Be.menu,class:e.normalizeClass(C.value),style:e.normalizeStyle({"--dp-arrow-left":re.value}),onMouseleave:_e,onClick:W,onKeydown:He},[(ee.disabled||ee.readonly)&&e.unref(_).enabled||ee.loading?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(Q.value)},[ee.loading?(e.openBlock(),e.createElementBlock("div",wC,me[19]||(me[19]=[e.createElementVNode("span",{class:"dp--menu-loader"},null,-1)]))):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),ee.$slots["menu-header"]?(e.openBlock(),e.createElementBlock("div",kC,[e.renderSlot(ee.$slots,"menu-header")])):e.createCommentVNode("",!0),!e.unref(_).enabled&&!ee.teleportCenter?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(F.value)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"innerMenuRef",ref:E,class:e.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":t.collapse&&(((Ct=ee.presetDates)==null?void 0:Ct.length)||!!ee.$slots["left-sidebar"]||!!ee.$slots["right-sidebar"])}),"data-dp-mobile":e.unref(M),style:e.normalizeStyle({"--dp-menu-width":`${y.value}px`})},[ee.$slots["left-sidebar"]?(e.openBlock(),e.createElementBlock("div",EC,[e.renderSlot(ee.$slots,"left-sidebar",e.normalizeProps(e.guardReactiveProps(ae.value)))])):e.createCommentVNode("",!0),ee.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(M)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ee.presetDates,(Oe,Vt)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:Vt},[Oe.slot?e.renderSlot(ee.$slots,Oe.slot,{key:0,presetDate:A,label:Oe.label,value:Oe.value}):(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",style:e.normalizeStyle(Oe.style||{}),class:e.normalizeClass(["dp__btn dp--preset-range",{"dp--preset-range-collapsed":t.collapse}]),"data-test-id":Oe.testId??void 0,"data-dp-mobile":e.unref(M),onClick:e.withModifiers(Ze=>A(Oe.value,Oe.noTz),["prevent"]),onKeydown:Ze=>e.unref(Wt)(Ze,()=>A(Oe.value,Oe.noTz),!0)},e.toDisplayString(Oe.label),47,$C))],64))),128))],10,CC)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"calendarWrapperRef",ref:x,class:"dp__instance_calendar",role:"document"},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(K.value),e.mergeProps({ref_key:"dynCmpRef",ref:S},c.value,{"flow-step":e.unref(R),onMount:e.unref(ie),onUpdateFlowStep:e.unref(Y),onResetFlow:e.unref(H),onFocusMenu:pe,onSelectDate:me[0]||(me[0]=Oe=>ee.$emit("select-date")),onDateUpdate:me[1]||(me[1]=Oe=>ee.$emit("date-update",Oe)),onTooltipOpen:me[2]||(me[2]=Oe=>ee.$emit("tooltip-open",Oe)),onTooltipClose:me[3]||(me[3]=Oe=>ee.$emit("tooltip-close",Oe)),onAutoApply:me[4]||(me[4]=Oe=>ee.$emit("auto-apply",Oe)),onRangeStart:me[5]||(me[5]=Oe=>ee.$emit("range-start",Oe)),onRangeEnd:me[6]||(me[6]=Oe=>ee.$emit("range-end",Oe)),onInvalidFixedRange:me[7]||(me[7]=Oe=>ee.$emit("invalid-fixed-range",Oe)),onTimeUpdate:me[8]||(me[8]=Oe=>ee.$emit("time-update")),onAmPmChange:me[9]||(me[9]=Oe=>ee.$emit("am-pm-change",Oe)),onTimePickerOpen:me[10]||(me[10]=Oe=>ee.$emit("time-picker-open",Oe)),onTimePickerClose:ue,onRecalculatePosition:he,onUpdateMonthYear:me[11]||(me[11]=Oe=>ee.$emit("update-month-year",Oe)),onAutoApplyInvalid:me[12]||(me[12]=Oe=>ee.$emit("auto-apply-invalid",Oe)),onInvalidDate:me[13]||(me[13]=Oe=>ee.$emit("invalid-date",Oe)),onOverlayToggle:me[14]||(me[14]=Oe=>ee.$emit("overlay-toggle",Oe)),"onUpdate:internalModelValue":me[15]||(me[15]=Oe=>ee.$emit("update:internal-model-value",Oe))}),e.createSlots({_:2},[e.renderList(U.value,(Oe,Vt)=>({name:Oe,fn:e.withCtx(Ze=>[e.renderSlot(ee.$slots,Oe,e.normalizeProps(e.guardReactiveProps({...Ze})))])}))]),1040,["flow-step","onMount","onUpdateFlowStep","onResetFlow"]))],512),ee.$slots["right-sidebar"]?(e.openBlock(),e.createElementBlock("div",BC,[e.renderSlot(ee.$slots,"right-sidebar",e.normalizeProps(e.guardReactiveProps(ae.value)))])):e.createCommentVNode("",!0),ee.$slots["action-extra"]?(e.openBlock(),e.createElementBlock("div",SC,[ee.$slots["action-extra"]?e.renderSlot(ee.$slots,"action-extra",{key:0,selectCurrentDate:ye}):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],14,xC),!ee.autoApply||e.unref(k).keepActionRow?(e.openBlock(),e.createBlock(SE,e.mergeProps({key:3,"menu-mount":O.value},c.value,{"calendar-width":y.value,onClosePicker:me[16]||(me[16]=Oe=>ee.$emit("close-picker")),onSelectDate:me[17]||(me[17]=Oe=>ee.$emit("select-date")),onInvalidSelect:me[18]||(me[18]=Oe=>ee.$emit("invalid-select")),onSelectNow:ye}),e.createSlots({_:2},[e.renderList(e.unref(Z),(Oe,Vt)=>({name:Oe,fn:e.withCtx(Ze=>[e.renderSlot(ee.$slots,Oe,e.normalizeProps(e.guardReactiveProps({...Ze})))])}))]),1040,["menu-mount","calendar-width"])):e.createCommentVNode("",!0)],46,_C)}}});var Sa=(t=>(t.center="center",t.left="left",t.right="right",t))(Sa||{});const VC=({menuRef:t,menuRefInner:r,inputRef:n,pickerWrapperRef:a,inline:i,emit:s,props:c,slots:d})=>{const{defaultedConfig:f}=pt(c),p=e.ref({}),h=e.ref(!1),g=e.ref({top:"0",left:"0"}),_=e.ref(!1),k=e.toRef(c,"teleportCenter");e.watch(k,()=>{g.value=JSON.parse(JSON.stringify({})),L()});const $=K=>{if(c.teleport){const re=K.getBoundingClientRect();return{left:re.left+window.scrollX,top:re.top+window.scrollY}}return{top:0,left:0}},M=(K,re)=>{g.value.left=`${K+re-p.value.width}px`},x=K=>{g.value.left=`${K}px`},y=(K,re)=>{c.position===Sa.left&&x(K),c.position===Sa.right&&M(K,re),c.position===Sa.center&&(g.value.left=`${K+re/2-p.value.width/2}px`)},E=K=>{const{width:re,height:pe}=K.getBoundingClientRect(),{top:ae,left:he}=$(K);return{top:+ae,left:+he,width:re,height:pe}},O=()=>{g.value.left="50%",g.value.top="50%",g.value.transform="translate(-50%, -50%)",g.value.position="fixed",delete g.value.opacity},S=()=>{const K=St(n);g.value=c.altPosition(K)},L=(K=!0)=>{var re;if(!i.value.enabled){if(k.value)return O();if(c.altPosition!==null)return S();if(K){const pe=c.teleport?(re=r.value)==null?void 0:re.$el:t.value;pe&&(p.value=pe.getBoundingClientRect()),s("recalculate-position")}return Y()}},V=({inputEl:K,left:re,width:pe})=>{window.screen.width>768&&!h.value&&y(re,pe),P(K)},T=K=>{const{top:re,left:pe,height:ae,width:he}=E(K);g.value.top=`${ae+re+ +c.offset}px`,_.value=!1,h.value||(g.value.left=`${pe+he/2-p.value.width/2}px`),V({inputEl:K,left:pe,width:he})},N=K=>{const{top:re,left:pe,width:ae}=E(K);g.value.top=`${re-+c.offset-p.value.height}px`,_.value=!0,V({inputEl:K,left:pe,width:ae})},P=K=>{if(c.autoPosition){const{left:re,width:pe}=E(K),{left:ae,right:he}=p.value;if(!h.value){if(Math.abs(ae)!==Math.abs(he)){if(ae<=0)return h.value=!0,x(re);if(he>=document.documentElement.clientWidth)return h.value=!0,M(re,pe)}return y(re,pe)}}},b=()=>{const K=St(n);if(K){if(c.autoPosition===Sn.top)return Sn.top;if(c.autoPosition===Sn.bottom)return Sn.bottom;const{height:re}=p.value,{top:pe,height:ae}=K.getBoundingClientRect(),he=window.innerHeight-pe-ae,Z=pe;return re<=he?Sn.bottom:re>he&&re<=Z?Sn.top:he>=Z?Sn.bottom:Sn.top}return Sn.bottom},R=K=>b()===Sn.bottom?T(K):N(K),Y=()=>{const K=St(n);if(K)return c.autoPosition?R(K):T(K)},ie=function(K){if(K){const re=K.scrollHeight>K.clientHeight,pe=window.getComputedStyle(K).overflowY.indexOf("hidden")!==-1;return re&&!pe}return!0},H=function(K){return!K||K===document.body||K.nodeType===Node.DOCUMENT_FRAGMENT_NODE?window:ie(K)?K:H(K.assignedSlot&&f.value.shadowDom?K.assignedSlot.parentNode:K.parentNode)},X=K=>{if(K)switch(c.position){case Sa.left:return{left:0,transform:"translateX(0)"};case Sa.right:return{left:`${K.width}px`,transform:"translateX(-100%)"};default:return{left:`${K.width/2}px`,transform:"translateX(-50%)"}}return{}};return{openOnTop:_,menuStyle:g,xCorrect:h,setMenuPosition:L,getScrollableParent:H,shadowRender:(K,re)=>{var pe,ae,he;const Z=document.createElement("div"),U=(pe=St(n))==null?void 0:pe.getBoundingClientRect();Z.setAttribute("id","dp--temp-container");const F=(ae=a.value)!=null&&ae.clientWidth?a.value:document.body;F.append(Z);const Q=X(U),C=f.value.shadowDom?Object.keys(d).filter(m=>["right-sidebar","left-sidebar","top-extra","action-extra"].includes(m)):Object.keys(d),W=e.h(K,{...re,shadow:!0,style:{opacity:0,position:"absolute",...Q}},Object.fromEntries(C.map(m=>[m,d[m]])));e.render(W,Z),p.value=(he=W.el)==null?void 0:he.getBoundingClientRect(),e.render(null,Z),F.removeChild(Z)}}},Er=[{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"]}],OC=[{name:"trigger"},{name:"input-icon"},{name:"clear-icon"},{name:"dp-input"}],IC={all:()=>Er,monthYear:()=>Er.filter(t=>t.use.includes("month-year")),input:()=>OC,timePicker:()=>Er.filter(t=>t.use.includes("time")),action:()=>Er.filter(t=>t.use.includes("action")),calendar:()=>Er.filter(t=>t.use.includes("calendar")),menu:()=>Er.filter(t=>t.use.includes("menu")),shared:()=>Er.filter(t=>t.use.includes("shared")),yearMode:()=>Er.filter(t=>t.use.includes("year-mode"))},sn=(t,r,n)=>{const a=[];return IC[r]().forEach(i=>{t[i.name]&&a.push(i.name)}),n!=null&&n.length&&n.forEach(i=>{i.slot&&a.push(i.slot)}),a},Ao=t=>{const r=e.computed(()=>a=>t.value?a?t.value.open:t.value.close:""),n=e.computed(()=>a=>t.value?a?t.value.menuAppearTop:t.value.menuAppearBottom:"");return{transitionName:r,showTransition:!!t.value,menuTransition:n}},Po=(t,r,n)=>{const{defaultedRange:a,defaultedTz:i}=pt(t),s=ge(Jt(ge(),i.value.timezone)),c=e.ref([{month:Ge(s),year:Pe(s)}]),d=_=>{const k={hours:ur(s),minutes:Vr(s),seconds:0};return a.value.enabled?[k[_],k[_]]:k[_]},f=e.reactive({hours:d("hours"),minutes:d("minutes"),seconds:d("seconds")});e.watch(a,(_,k)=>{_.enabled!==k.enabled&&(f.hours=d("hours"),f.minutes=d("minutes"),f.seconds=d("seconds"))},{deep:!0});const p=e.computed({get:()=>t.internalModelValue,set:_=>{!t.readonly&&!t.disabled&&r("update:internal-model-value",_)}}),h=e.computed(()=>_=>c.value[_]?c.value[_].month:0),g=e.computed(()=>_=>c.value[_]?c.value[_].year:0);return e.watch(p,(_,k)=>{n&&JSON.stringify(_??{})!==JSON.stringify(k??{})&&n()},{deep:!0}),{calendars:c,time:f,modelValue:p,month:h,year:g,today:s}},NC=(t,r)=>{const{defaultedMultiCalendars:n,defaultedMultiDates:a,defaultedUI:i,defaultedHighlight:s,defaultedTz:c,propDates:d,defaultedRange:f}=pt(r),{isDisabled:p}=Dr(r),h=e.ref(null),g=e.ref(Jt(new Date,c.value.timezone)),_=m=>{!m.current&&r.hideOffsetDates||(h.value=m.value)},k=()=>{h.value=null},$=m=>Array.isArray(t.value)&&f.value.enabled&&t.value[0]&&h.value?m?kt(h.value,t.value[0]):gt(h.value,t.value[0]):!0,M=(m,D)=>{const j=()=>t.value?D?t.value[0]||null:t.value[1]:null,ue=t.value&&Array.isArray(t.value)?j():null;return Xe(ge(m.value),ue)},x=m=>{const D=Array.isArray(t.value)?t.value[0]:null;return m?!gt(h.value??null,D):!0},y=(m,D=!0)=>(f.value.enabled||r.weekPicker)&&Array.isArray(t.value)&&t.value.length===2?r.hideOffsetDates&&!m.current?!1:Xe(ge(m.value),t.value[D?0:1]):f.value.enabled?M(m,D)&&x(D)||Xe(m.value,Array.isArray(t.value)?t.value[0]:null)&&$(D):!1,E=(m,D)=>{if(Array.isArray(t.value)&&t.value[0]&&t.value.length===1){const j=Xe(m.value,h.value);return D?kt(t.value[0],m.value)&&j:gt(t.value[0],m.value)&&j}return!1},O=m=>!t.value||r.hideOffsetDates&&!m.current?!1:f.value.enabled?r.modelAuto&&Array.isArray(t.value)?Xe(m.value,t.value[0]?t.value[0]:g.value):!1:a.value.enabled&&Array.isArray(t.value)?t.value.some(D=>Xe(D,m.value)):Xe(m.value,t.value?t.value:g.value),S=m=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!m.current)return!1;const D=bn(h.value,+f.value.autoRange),j=rr(ge(h.value),r.weekStart);return r.weekPicker?Xe(j[1],ge(m.value)):Xe(D,ge(m.value))}return!1}return!1},L=m=>{if(f.value.autoRange||r.weekPicker){if(h.value){const D=bn(h.value,+f.value.autoRange);if(r.hideOffsetDates&&!m.current)return!1;const j=rr(ge(h.value),r.weekStart);return r.weekPicker?kt(m.value,j[0])&&gt(m.value,j[1]):kt(m.value,h.value)&&gt(m.value,D)}return!1}return!1},V=m=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!m.current)return!1;const D=rr(ge(h.value),r.weekStart);return r.weekPicker?Xe(D[0],m.value):Xe(h.value,m.value)}return!1}return!1},T=m=>Io(t.value,h.value,m.value),N=()=>r.modelAuto&&Array.isArray(r.internalModelValue)?!!r.internalModelValue[0]:!1,P=()=>r.modelAuto?Nh(r.internalModelValue):!0,b=m=>{if(r.weekPicker)return!1;const D=f.value.enabled?!y(m)&&!y(m,!1):!0;return!p(m.value)&&!O(m)&&!(!m.current&&r.hideOffsetDates)&&D},R=m=>f.value.enabled?r.modelAuto?N()&&O(m):!1:O(m),Y=m=>s.value?tx(m.value,d.value.highlight):!1,ie=m=>{const D=p(m.value);return D&&(typeof s.value=="function"?!s.value(m.value,D):!s.value.options.highlightDisabled)},H=m=>{var D;return typeof s.value=="function"?s.value(m.value):(D=s.value.weekdays)==null?void 0:D.includes(m.value.getDay())},X=m=>(f.value.enabled||r.weekPicker)&&(!(n.value.count>0)||m.current)&&P()&&!(!m.current&&r.hideOffsetDates)&&!O(m)?T(m):!1,K=m=>{if(Array.isArray(t.value)&&t.value.length===1){const{before:D,after:j}=C0(+f.value.maxRange,t.value[0]);return Pa(m.value,D)||ia(m.value,j)}return!1},re=m=>{if(Array.isArray(t.value)&&t.value.length===1){const{before:D,after:j}=C0(+f.value.minRange,t.value[0]);return Io([D,j],t.value[0],m.value)}return!1},pe=m=>f.value.enabled&&(f.value.maxRange||f.value.minRange)?f.value.maxRange&&f.value.minRange?K(m)||re(m):f.value.maxRange?K(m):re(m):!1,ae=m=>{const{isRangeStart:D,isRangeEnd:j}=F(m),ue=f.value.enabled?D||j:!1;return{dp__cell_offset:!m.current,dp__pointer:!r.disabled&&!(!m.current&&r.hideOffsetDates)&&!p(m.value)&&!pe(m),dp__cell_disabled:p(m.value)||pe(m),dp__cell_highlight:!ie(m)&&(Y(m)||H(m))&&!R(m)&&!ue&&!V(m)&&!(X(m)&&r.weekPicker)&&!j,dp__cell_highlight_active:!ie(m)&&(Y(m)||H(m))&&R(m),dp__today:!r.noToday&&Xe(m.value,g.value)&&m.current,"dp--past":gt(m.value,g.value),"dp--future":kt(m.value,g.value)}},he=m=>({dp__active_date:R(m),dp__date_hover:b(m)}),Z=m=>{if(t.value&&!Array.isArray(t.value)){const D=rr(t.value,r.weekStart);return{...C(m),dp__range_start:Xe(D[0],m.value),dp__range_end:Xe(D[1],m.value),dp__range_between_week:kt(m.value,D[0])&&gt(m.value,D[1])}}return{...C(m)}},U=m=>{if(t.value&&Array.isArray(t.value)){const D=rr(t.value[0],r.weekStart),j=t.value[1]?rr(t.value[1],r.weekStart):[];return{...C(m),dp__range_start:Xe(D[0],m.value)||Xe(j[0],m.value),dp__range_end:Xe(D[1],m.value)||Xe(j[1],m.value),dp__range_between_week:kt(m.value,D[0])&&gt(m.value,D[1])||kt(m.value,j[0])&&gt(m.value,j[1]),dp__range_between:kt(m.value,D[1])&&gt(m.value,j[0])}}return{...C(m)}},F=m=>{const D=n.value.count>0?m.current&&y(m)&&P():y(m)&&P(),j=n.value.count>0?m.current&&y(m,!1)&&P():y(m,!1)&&P();return{isRangeStart:D,isRangeEnd:j}},Q=m=>{const{isRangeStart:D,isRangeEnd:j}=F(m);return{dp__range_start:D,dp__range_end:j,dp__range_between:X(m),dp__date_hover:Xe(m.value,h.value)&&!D&&!j&&!r.weekPicker,dp__date_hover_start:E(m,!0),dp__date_hover_end:E(m,!1)}},C=m=>({...Q(m),dp__cell_auto_range:L(m),dp__cell_auto_range_start:V(m),dp__cell_auto_range_end:S(m)}),W=m=>f.value.enabled?f.value.autoRange?C(m):r.modelAuto?{...he(m),...Q(m)}:r.weekPicker?U(m):Q(m):r.weekPicker?Z(m):he(m);return{setHoverDate:_,clearHoverDate:k,getDayClassData:m=>r.hideOffsetDates&&!m.current?{}:{...ae(m),...W(m),[r.dayClass?r.dayClass(m.value,r.internalModelValue):""]:!0,...i.value.calendarCell??{}}}},Dr=t=>{const{defaultedFilters:r,defaultedRange:n,propDates:a,defaultedMultiDates:i}=pt(t),s=H=>a.value.disabledDates?typeof a.value.disabledDates=="function"?a.value.disabledDates(ge(H)):!!Zi(H,a.value.disabledDates):!1,c=H=>a.value.maxDate?t.yearPicker?Pe(H)>Pe(a.value.maxDate):kt(H,a.value.maxDate):!1,d=H=>a.value.minDate?t.yearPicker?Pe(H)<Pe(a.value.minDate):gt(H,a.value.minDate):!1,f=H=>{const X=c(H),K=d(H),re=s(H),pe=r.value.months.map(F=>+F).includes(Ge(H)),ae=t.disabledWeekDays.length?t.disabledWeekDays.some(F=>+F===H7(H)):!1,he=k(H),Z=Pe(H),U=Z<+t.yearRange[0]||Z>+t.yearRange[1];return!(X||K||re||pe||U||ae||he)},p=(H,X)=>gt(...$r(a.value.minDate,H,X))||Xe(...$r(a.value.minDate,H,X)),h=(H,X)=>kt(...$r(a.value.maxDate,H,X))||Xe(...$r(a.value.maxDate,H,X)),g=(H,X,K)=>{let re=!1;return a.value.maxDate&&K&&h(H,X)&&(re=!0),a.value.minDate&&!K&&p(H,X)&&(re=!0),re},_=(H,X,K,re)=>{let pe=!1;return re&&(a.value.minDate||a.value.maxDate)?a.value.minDate&&a.value.maxDate?pe=g(H,X,K):(a.value.minDate&&p(H,X)||a.value.maxDate&&h(H,X))&&(pe=!0):pe=!0,pe},k=H=>Array.isArray(a.value.allowedDates)&&!a.value.allowedDates.length?!0:a.value.allowedDates?!Zi(H,a.value.allowedDates):!1,$=H=>!f(H),M=H=>n.value.noDisabledRange?!hh({start:H[0],end:H[1]}).some(X=>$(X)):!0,x=H=>{if(H){const X=Pe(H);return X>=+t.yearRange[0]&&X<=t.yearRange[1]}return!0},y=(H,X)=>!!(Array.isArray(H)&&H[X]&&(n.value.maxRange||n.value.minRange)&&x(H[X])),E=(H,X,K=0)=>{if(y(X,K)&&x(H)){const re=dh(H,X[K]),pe=a1(X[K],H),ae=pe.length===1?0:pe.filter(Z=>$(Z)).length,he=Math.abs(re)-(n.value.minMaxRawRange?0:ae);if(n.value.minRange&&n.value.maxRange)return he>=+n.value.minRange&&he<=+n.value.maxRange;if(n.value.minRange)return he>=+n.value.minRange;if(n.value.maxRange)return he<=+n.value.maxRange}return!0},O=()=>!t.enableTimePicker||t.monthPicker||t.yearPicker||t.ignoreTimeValidation,S=H=>Array.isArray(H)?[H[0]?Qs(H[0]):null,H[1]?Qs(H[1]):null]:Qs(H),L=(H,X,K)=>H.find(re=>+re.hours===ur(X)&&re.minutes==="*"?!0:+re.minutes===Vr(X)&&+re.hours===ur(X))&&K,V=(H,X,K)=>{const[re,pe]=H,[ae,he]=X;return!L(re,ae,K)&&!L(pe,he,K)&&K},T=(H,X)=>{const K=Array.isArray(X)?X:[X];return Array.isArray(t.disabledTimes)?Array.isArray(t.disabledTimes[0])?V(t.disabledTimes,K,H):!K.some(re=>L(t.disabledTimes,re,H)):H},N=(H,X)=>{const K=Array.isArray(X)?[aa(X[0]),X[1]?aa(X[1]):void 0]:aa(X),re=!t.disabledTimes(K);return H&&re},P=(H,X)=>t.disabledTimes?Array.isArray(t.disabledTimes)?T(X,H):N(X,H):X,b=H=>{let X=!0;if(!H||O())return!0;const K=!a.value.minDate&&!a.value.maxDate?S(H):H;return(t.maxTime||a.value.maxDate)&&(X=E0(t.maxTime,a.value.maxDate,"max",It(K),X)),(t.minTime||a.value.minDate)&&(X=E0(t.minTime,a.value.minDate,"min",It(K),X)),P(H,X)},R=H=>{if(!t.monthPicker)return!0;let X=!0;const K=ge(Vn(H));if(a.value.minDate&&a.value.maxDate){const re=ge(Vn(a.value.minDate)),pe=ge(Vn(a.value.maxDate));return kt(K,re)&&gt(K,pe)||Xe(K,re)||Xe(K,pe)}if(a.value.minDate){const re=ge(Vn(a.value.minDate));X=kt(K,re)||Xe(K,re)}if(a.value.maxDate){const re=ge(Vn(a.value.maxDate));X=gt(K,re)||Xe(K,re)}return X},Y=e.computed(()=>H=>!t.enableTimePicker||t.ignoreTimeValidation?!0:b(H)),ie=e.computed(()=>H=>t.monthPicker?Array.isArray(H)&&(n.value.enabled||i.value.enabled)?!H.filter(X=>!R(X)).length:R(H):!0);return{isDisabled:$,validateDate:f,validateMonthYearInRange:_,isDateRangeAllowed:M,checkMinMaxRange:E,isValidTime:b,isTimeValid:Y,isMonthValid:ie}},ul=()=>{const t=e.computed(()=>(a,i)=>a==null?void 0:a.includes(i)),r=e.computed(()=>(a,i)=>a.count?a.solo?!0:i===0:!0),n=e.computed(()=>(a,i)=>a.count?a.solo?!0:i===a.count-1:!0);return{hideNavigationButtons:t,showLeftIcon:r,showRightIcon:n}},TC=(t,r,n)=>{const a=e.ref(0),i=e.reactive({[ra.timePicker]:!t.enableTimePicker||t.timePicker||t.monthPicker,[ra.calendar]:!1,[ra.header]:!1}),s=e.computed(()=>t.monthPicker||t.timePicker),c=g=>{var _;if((_=t.flow)!=null&&_.length){if(!g&&s.value)return h();i[g]=!0,Object.keys(i).filter(k=>!i[k]).length||h()}},d=()=>{var g,_;(g=t.flow)!=null&&g.length&&a.value!==-1&&(a.value+=1,r("flow-step",a.value),h()),((_=t.flow)==null?void 0:_.length)===a.value&&e.nextTick().then(()=>f())},f=()=>{a.value=-1},p=(g,_,...k)=>{var $,M;t.flow[a.value]===g&&n.value&&((M=($=n.value)[_])==null||M.call($,...k))},h=(g=0)=>{g&&(a.value+=g),p(Pt.month,"toggleMonthPicker",!0),p(Pt.year,"toggleYearPicker",!0),p(Pt.calendar,"toggleTimePicker",!1,!0),p(Pt.time,"toggleTimePicker",!0,!0);const _=t.flow[a.value];(_===Pt.hours||_===Pt.minutes||_===Pt.seconds)&&p(_,"toggleTimePicker",!0,!0,_)};return{childMount:c,updateFlowStep:d,resetFlow:f,handleFlow:h,flowStep:a}},MC={key:1,class:"dp__input_wrap"},DC=["id","name","inputmode","placeholder","disabled","readonly","required","value","autocomplete","aria-label","aria-disabled","aria-invalid"],RC={key:2,class:"dp--clear-btn"},AC=["aria-label"],PC=e.defineComponent({compatConfig:{MODE:3},__name:"DatepickerInput",props:{isMenuOpen:{type:Boolean,default:!1},inputValue:{type:String,default:""},...il},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 a=n,i=t,{defaultedTextInput:s,defaultedAriaLabels:c,defaultedInline:d,defaultedConfig:f,defaultedRange:p,defaultedMultiDates:h,defaultedUI:g,getDefaultPattern:_,getDefaultStartTime:k}=pt(i),{checkMinMaxRange:$}=Dr(i),M=e.ref(),x=e.ref(null),y=e.ref(!1),E=e.ref(!1),O=e.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,...g.value.input??{}})),S=()=>{a("set-input-date",null),i.clearable&&i.autoApply&&(a("set-empty-date"),M.value=null)},L=Z=>{const U=k();return Zx(Z,s.value.format??_(),U??o1({},i.enableSeconds),i.inputValue,E.value,i.formatLocale)},V=Z=>{const{rangeSeparator:U}=s.value,[F,Q]=Z.split(`${U}`);if(F){const C=L(F.trim()),W=Q?L(Q.trim()):null;if(ia(C,W))return;const m=C&&W?[C,W]:[C];$(W,m,0)&&(M.value=C?m:null)}},T=()=>{E.value=!0},N=Z=>{if(p.value.enabled)V(Z);else if(h.value.enabled){const U=Z.split(";");M.value=U.map(F=>L(F.trim())).filter(F=>F)}else M.value=L(Z)},P=Z=>{var U;const F=typeof Z=="string"?Z:(U=Z.target)==null?void 0:U.value;F!==""?(s.value.openMenu&&!i.isMenuOpen&&a("open"),N(F),a("set-input-date",M.value)):S(),E.value=!1,a("update:input-value",F),a("text-input",Z,M.value)},b=Z=>{s.value.enabled?(N(Z.target.value),s.value.enterSubmit&&xu(M.value)&&i.inputValue!==""?(a("set-input-date",M.value,!0),M.value=null):s.value.enterSubmit&&i.inputValue===""&&(M.value=null,a("clear"))):ie(Z)},R=(Z,U)=>{s.value.enabled&&s.value.tabSubmit&&!U&&N(Z.target.value),s.value.tabSubmit&&xu(M.value)&&i.inputValue!==""?(a("set-input-date",M.value,!0,!0),M.value=null):s.value.tabSubmit&&i.inputValue===""&&(M.value=null,a("clear",!0))},Y=()=>{y.value=!0,a("focus"),e.nextTick().then(()=>{var Z;s.value.enabled&&s.value.selectOnFocus&&((Z=x.value)==null||Z.select())})},ie=Z=>{if(Br(Z,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")},H=()=>{a("real-blur"),y.value=!1,(!i.isMenuOpen||d.value.enabled&&d.value.input)&&a("blur"),i.autoApply&&s.value.enabled&&M.value&&!i.isMenuOpen&&(a("set-input-date",M.value),a("select-date"),M.value=null)},X=Z=>{Br(Z,f.value,!0),a("clear")},K=()=>{a("close")},re=Z=>{if(Z.key==="Tab"&&R(Z),Z.key==="Enter"&&b(Z),Z.key==="Escape"&&s.value.escClose&&K(),!s.value.enabled){if(Z.code==="Tab")return;Z.preventDefault()}},pe=()=>{var Z;(Z=x.value)==null||Z.focus({preventScroll:!0})},ae=Z=>{M.value=Z},he=Z=>{Z.key===dt.tab&&R(Z,!0)};return r({focusInput:pe,setParsedDate:ae}),(Z,U)=>{var F,Q,C;return e.openBlock(),e.createElementBlock("div",{onClick:ie},[Z.$slots.trigger&&!Z.$slots["dp-input"]&&!e.unref(d).enabled?e.renderSlot(Z.$slots,"trigger",{key:0}):e.createCommentVNode("",!0),!Z.$slots.trigger&&(!e.unref(d).enabled||e.unref(d).input)?(e.openBlock(),e.createElementBlock("div",MC,[Z.$slots["dp-input"]&&!Z.$slots.trigger&&(!e.unref(d).enabled||e.unref(d).enabled&&e.unref(d).input)?e.renderSlot(Z.$slots,"dp-input",{key:0,value:t.inputValue,isMenuOpen:t.isMenuOpen,onInput:P,onEnter:b,onTab:R,onClear:X,onBlur:H,onKeypress:re,onPaste:T,onFocus:Y,openMenu:()=>Z.$emit("open"),closeMenu:()=>Z.$emit("close"),toggleMenu:()=>Z.$emit("toggle")}):e.createCommentVNode("",!0),Z.$slots["dp-input"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("input",{key:1,id:Z.uid?`dp-input-${Z.uid}`:void 0,ref_key:"inputRef",ref:x,"data-test-id":"dp-input",name:Z.name,class:e.normalizeClass(O.value),inputmode:e.unref(s).enabled?"text":"none",placeholder:Z.placeholder,disabled:Z.disabled,readonly:Z.readonly,required:Z.required,value:t.inputValue,autocomplete:Z.autocomplete,"aria-label":(F=e.unref(c))==null?void 0:F.input,"aria-disabled":Z.disabled||void 0,"aria-invalid":Z.state===!1?!0:void 0,onInput:P,onBlur:H,onFocus:Y,onKeypress:re,onKeydown:U[0]||(U[0]=W=>re(W)),onPaste:T},null,42,DC)),e.createElementVNode("div",{onClick:U[3]||(U[3]=W=>a("toggle"))},[Z.$slots["input-icon"]&&!Z.hideInputIcon?(e.openBlock(),e.createElementBlock("span",{key:0,class:"dp__input_icon",onClick:U[1]||(U[1]=W=>a("toggle"))},[e.renderSlot(Z.$slots,"input-icon")])):e.createCommentVNode("",!0),!Z.$slots["input-icon"]&&!Z.hideInputIcon&&!Z.$slots["dp-input"]?(e.openBlock(),e.createBlock(e.unref(Wa),{key:1,"aria-label":(Q=e.unref(c))==null?void 0:Q.calendarIcon,class:"dp__input_icon dp__input_icons",onClick:U[2]||(U[2]=W=>a("toggle"))},null,8,["aria-label"])):e.createCommentVNode("",!0)]),Z.$slots["clear-icon"]&&(Z.alwaysClearable||t.inputValue&&Z.clearable&&!Z.disabled&&!Z.readonly)?(e.openBlock(),e.createElementBlock("span",RC,[e.renderSlot(Z.$slots,"clear-icon",{clear:X})])):e.createCommentVNode("",!0),!Z.$slots["clear-icon"]&&(Z.alwaysClearable||Z.clearable&&t.inputValue&&!Z.disabled&&!Z.readonly)?(e.openBlock(),e.createElementBlock("button",{key:3,"aria-label":(C=e.unref(c))==null?void 0:C.clearInput,class:"dp--clear-btn",type:"button",onKeydown:U[4]||(U[4]=W=>e.unref(Wt)(W,()=>X(W),!0,he)),onClick:U[5]||(U[5]=e.withModifiers(W=>X(W),["prevent"]))},[e.createVNode(e.unref(Oh),{class:"dp__input_icons","data-test-id":"clear-icon"})],40,AC)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])}}}),LC=typeof window<"u"?window:void 0,nu=()=>{},FC=t=>e.getCurrentScope()?(e.onScopeDispose(t),!0):!1,zC=(t,r,n,a)=>{if(!t)return nu;let i=nu;const s=e.watch(()=>e.unref(t),d=>{i(),d&&(d.addEventListener(r,n,a),i=()=>{d.removeEventListener(r,n,a),i=nu})},{immediate:!0,flush:"post"}),c=()=>{s(),i()};return FC(c),c},HC=(t,r,n,a={})=>{const{window:i=LC,event:s="pointerdown"}=a;return i?zC(i,s,c=>{const d=St(t),f=St(r);!d||!f||d===c.target||c.composedPath().includes(d)||c.composedPath().includes(f)||n(c)},{passive:!0}):void 0},UC=["data-dp-mobile"],WC=e.defineComponent({compatConfig:{MODE:3},__name:"VueDatePicker",props:{...il},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 a=n,i=t,s=e.useSlots(),c=e.ref(!1),d=e.toRef(i,"modelValue"),f=e.toRef(i,"timezone"),p=e.ref(null),h=e.ref(null),g=e.ref(null),_=e.ref(!1),k=e.ref(null),$=e.ref(!1),M=e.ref(!1),x=e.ref(!1),y=e.ref(!1),{setMenuFocused:E,setShiftKey:O}=u1(),{clearArrowNav:S}=Mr(),{validateDate:L,isValidTime:V}=Dr(i),{defaultedTransitions:T,defaultedTextInput:N,defaultedInline:P,defaultedConfig:b,defaultedRange:R,defaultedMultiDates:Y}=pt(i),{menuTransition:ie,showTransition:H}=Ao(T),{isMobile:X}=v1(b);e.onMounted(()=>{W(i.modelValue),e.nextTick().then(()=>{if(!P.value.enabled){const le=U(k.value);le==null||le.addEventListener("scroll",_e),window==null||window.addEventListener("resize",be)}}),P.value.enabled&&(c.value=!0),window==null||window.addEventListener("keyup",we),window==null||window.addEventListener("keydown",He)}),e.onUnmounted(()=>{if(!P.value.enabled){const le=U(k.value);le==null||le.removeEventListener("scroll",_e),window==null||window.removeEventListener("resize",be)}window==null||window.removeEventListener("keyup",we),window==null||window.removeEventListener("keydown",He)});const K=sn(s,"all",i.presetDates),re=sn(s,"input");e.watch([d,f],()=>{W(d.value)},{deep:!0});const{openOnTop:pe,menuStyle:ae,xCorrect:he,setMenuPosition:Z,getScrollableParent:U,shadowRender:F}=VC({menuRef:p,menuRefInner:h,inputRef:g,pickerWrapperRef:k,inline:P,emit:a,props:i,slots:s}),{inputValue:Q,internalModelValue:C,parseExternalModelValue:W,emitModelValue:m,formatInputValue:D,checkBeforeEmit:j}=EE(a,i,_),ue=e.computed(()=>({dp__main:!0,dp__theme_dark:i.dark,dp__theme_light:!i.dark,dp__flex_display:P.value.enabled,"dp--flex-display-collapsed":x.value,dp__flex_display_with_input:P.value.input})),te=e.computed(()=>i.dark?"dp__theme_dark":"dp__theme_light"),Ne=e.computed(()=>i.teleport?{to:typeof i.teleport=="boolean"?"body":i.teleport,disabled:!i.teleport||P.value.enabled}:{}),de=e.computed(()=>({class:"dp__outer_menu_wrap"})),ye=e.computed(()=>P.value.enabled&&(i.timePicker||i.monthPicker||i.yearPicker||i.quarterPicker)),A=()=>{var le,xe;return((xe=(le=g.value)==null?void 0:le.$el)==null?void 0:xe.getBoundingClientRect())??{width:0,left:0,right:0}},_e=()=>{c.value&&(b.value.closeOnScroll?Ze():Z())},be=()=>{var le;c.value&&Z();const xe=((le=h.value)==null?void 0:le.$el.getBoundingClientRect().width)??0;x.value=document.body.offsetWidth<=xe},we=le=>{le.key==="Tab"&&!P.value.enabled&&!i.teleport&&b.value.tabOutClosesMenu&&(k.value.contains(document.activeElement)||Ze()),M.value=le.shiftKey},He=le=>{M.value=le.shiftKey},Te=()=>{!i.disabled&&!i.readonly&&(F(V0,i),Z(!1),c.value=!0,c.value&&a("open"),c.value||Vt(),W(i.modelValue))},ee=()=>{var le,xe;Q.value="",Vt(),(le=h.value)==null||le.onValueCleared(),(xe=g.value)==null||xe.setParsedDate(null),a("update:model-value",null),a("update:model-timezone-value",null),a("cleared"),b.value.closeOnClearValue&&Ze()},me=()=>{const le=C.value;return!le||!Array.isArray(le)&&L(le)?!0:Array.isArray(le)?Y.value.enabled||le.length===2&&L(le[0])&&L(le[1])?!0:R.value.partialRange&&!i.timePicker?L(le[0]):!1:!1},Be=()=>{j()&&me()?(m(),Ze()):a("invalid-select",C.value)},st=le=>{Ct(),m(),b.value.closeOnAutoApply&&!le&&Ze()},Ct=()=>{g.value&&N.value.enabled&&g.value.setParsedDate(C.value)},Oe=(le=!1)=>{i.autoApply&&V(C.value)&&me()&&(R.value.enabled&&Array.isArray(C.value)?(R.value.partialRange||C.value.length===2)&&st(le):st(le))},Vt=()=>{N.value.enabled||(C.value=null)},Ze=(le=!1)=>{le&&C.value&&b.value.setDateOnMenuClose&&Be(),P.value.enabled||(c.value&&(c.value=!1,he.value=!1,E(!1),O(!1),S(),a("closed"),Q.value&&W(d.value)),Vt(),a("blur"))},Yn=(le,xe,Se=!1)=>{if(!le){C.value=null;return}const cn=Array.isArray(le)?!le.some(fr=>!L(fr)):L(le),Zt=V(le);cn&&Zt?(y.value=!0,C.value=le,xe&&($.value=Se,Be(),a("text-submit")),e.nextTick().then(()=>{y.value=!1})):a("invalid-date",le)},Rr=()=>{i.autoApply&&V(C.value)&&m(),Ct()},dr=()=>c.value?Ze():Te(),Ar=le=>{C.value=le},Pr=()=>{N.value.enabled&&(_.value=!0,D()),a("focus")},Lr=()=>{if(N.value.enabled&&(_.value=!1,W(i.modelValue),$.value)){const le=ex(k.value,M.value);le==null||le.focus()}a("blur")},Fr=le=>{h.value&&h.value.updateMonthYear(0,{month:Wp(le.month),year:Wp(le.year)})},zr=le=>{W(le??i.modelValue)},Hr=(le,xe)=>{var Se;(Se=h.value)==null||Se.switchView(le,xe)},ne=(le,xe)=>b.value.onClickOutside?b.value.onClickOutside(le,xe):Ze(!0),ke=(le=0)=>{var xe;(xe=h.value)==null||xe.handleFlow(le)},Ie=()=>p;return HC(p,g,le=>ne(me,le)),r({closeMenu:Ze,selectDate:Be,clearValue:ee,openMenu:Te,onScroll:_e,formatInputValue:D,updateInternalModelValue:Ar,setMonthYear:Fr,parseModel:zr,switchView:Hr,toggleMenu:dr,handleFlow:ke,getDpWrapMenuRef:Ie}),(le,xe)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"pickerWrapperRef",ref:k,class:e.normalizeClass(ue.value),"data-datepicker-instance":"","data-dp-mobile":e.unref(X)},[e.createVNode(PC,e.mergeProps({ref_key:"inputRef",ref:g,"input-value":e.unref(Q),"onUpdate:inputValue":xe[0]||(xe[0]=Se=>e.isRef(Q)?Q.value=Se:null),"is-menu-open":c.value},le.$props,{onClear:ee,onOpen:Te,onSetInputDate:Yn,onSetEmptyDate:e.unref(m),onSelectDate:Be,onToggle:dr,onClose:Ze,onFocus:Pr,onBlur:Lr,onRealBlur:xe[1]||(xe[1]=Se=>_.value=!1),onTextInput:xe[2]||(xe[2]=Se=>le.$emit("text-input",Se))}),e.createSlots({_:2},[e.renderList(e.unref(re),(Se,cn)=>({name:Se,fn:e.withCtx(Zt=>[e.renderSlot(le.$slots,Se,e.normalizeProps(e.guardReactiveProps(Zt)))])}))]),1040,["input-value","is-menu-open","onSetEmptyDate"]),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(le.teleport?e.Teleport:"div"),e.normalizeProps(e.guardReactiveProps(Ne.value)),{default:e.withCtx(()=>[e.createVNode(e.Transition,{name:e.unref(ie)(e.unref(pe)),css:e.unref(H)&&!e.unref(P).enabled},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,ref_key:"dpWrapMenuRef",ref:p},de.value,{class:{"dp--menu-wrapper":!e.unref(P).enabled},style:e.unref(P).enabled?void 0:e.unref(ae)}),[e.createVNode(V0,e.mergeProps({ref_key:"dpMenuRef",ref:h},le.$props,{"internal-model-value":e.unref(C),"onUpdate:internalModelValue":xe[3]||(xe[3]=Se=>e.isRef(C)?C.value=Se:null),class:{[te.value]:!0,"dp--menu-wrapper":le.teleport},"open-on-top":e.unref(pe),"no-overlay-focus":ye.value,collapse:x.value,"get-input-rect":A,"is-text-input-date":y.value,onClosePicker:Ze,onSelectDate:Be,onAutoApply:Oe,onTimeUpdate:Rr,onFlowStep:xe[4]||(xe[4]=Se=>le.$emit("flow-step",Se)),onUpdateMonthYear:xe[5]||(xe[5]=Se=>le.$emit("update-month-year",Se)),onInvalidSelect:xe[6]||(xe[6]=Se=>le.$emit("invalid-select",e.unref(C))),onAutoApplyInvalid:xe[7]||(xe[7]=Se=>le.$emit("invalid-select",Se)),onInvalidFixedRange:xe[8]||(xe[8]=Se=>le.$emit("invalid-fixed-range",Se)),onRecalculatePosition:e.unref(Z),onTooltipOpen:xe[9]||(xe[9]=Se=>le.$emit("tooltip-open",Se)),onTooltipClose:xe[10]||(xe[10]=Se=>le.$emit("tooltip-close",Se)),onTimePickerOpen:xe[11]||(xe[11]=Se=>le.$emit("time-picker-open",Se)),onTimePickerClose:xe[12]||(xe[12]=Se=>le.$emit("time-picker-close",Se)),onAmPmChange:xe[13]||(xe[13]=Se=>le.$emit("am-pm-change",Se)),onRangeStart:xe[14]||(xe[14]=Se=>le.$emit("range-start",Se)),onRangeEnd:xe[15]||(xe[15]=Se=>le.$emit("range-end",Se)),onDateUpdate:xe[16]||(xe[16]=Se=>le.$emit("date-update",Se)),onInvalidDate:xe[17]||(xe[17]=Se=>le.$emit("invalid-date",Se)),onOverlayToggle:xe[18]||(xe[18]=Se=>le.$emit("overlay-toggle",Se)),onMenuBlur:xe[19]||(xe[19]=Se=>le.$emit("blur"))}),e.createSlots({_:2},[e.renderList(e.unref(K),(Se,cn)=>({name:Se,fn:e.withCtx(Zt=>[e.renderSlot(le.$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,UC))}}),hc=(()=>{const t=WC;return t.install=r=>{r.component("Vue3DatePicker",t)},t})(),jC=Object.freeze(Object.defineProperty({__proto__:null,default:hc},Symbol.toStringTag,{value:"Module"}));Object.entries(jC).forEach(([t,r])=>{t!=="default"&&(hc[t]=r)});const YC=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(k=>({"740fe2e0":h.value,"0d3fb69a":g.value,"2db10b09":_.value}));const n=t,a=r,{isUtc:i,clearIcon:s}=e.toRefs(n),c=e.ref(n.modelValue||(n.range?[]:null));e.watch(()=>n.modelValue,k=>{k==null||Array.isArray(k)&&k.length===0?c.value=n.range?[]:null:c.value=k},{immediate:!0});const d=k=>{c.value=k,a("update:modelValue",k)},f=k=>{const $=new Date;return $.setHours(0,0,0,0),k<$},p=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}},h=e.computed(()=>n.iconType==="startIcon"?"46px":"16px"),g=e.computed(()=>n.iconType==="endIcon"?"46px":"16px"),_=e.computed(()=>n.iconType==="endIcon"?"40px":"0px");return(k,$)=>{const M=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([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",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(hc),{locale:"en-US",name:t.name,placeholder:t.placeholder,"model-value":c.value,utc:e.unref(i),range:t.range,teleport:!0,clearable:e.unref(s),required:t.required,disabled:t.disabled,readonly:t.readonly,"disabled-dates":t.disableDate?f: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":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),e.createVNode(M,{errors:t.errors,name:t.name},null,8,["errors","name"])])}}}),KC={key:0,class:"inline-flex flex-row items-center justify-start px-[0.25rem] min-h-[34px] mb-0.5 bg-gray-100 rounded-[0.625rem] ring-1 ring-gray-200/75 gap-2"},GC=["id","disabled","title","onClick"],XC=["disabled","title","id","onClick"],QC={key:2,class:"justify-start relative z-0 inline-flex items-center gap-0 bg-white/50 rounded-t-lg shadow-[0px_1px_2px_0px_rgba(55,65,81,0.10)]"},qC=["disabled","title","id","onClick"],JC={key:3,class:"flex items-center gap-1 p-2 transition-all duration-100"},ZC=["disabled","title","id","onClick"],e$=e.defineComponent({__name:"EUITabs",props:{tabs:{},defaultActiveIndex:{},tabStyle:{},contentClass:{},tabSize:{},tabAlign:{},isHighlighedActivetab:{type:Boolean}},emits:["update:activeTab"],setup(t,{emit:r}){const n=t,a=r,i=e.ref(n.defaultActiveIndex??0),s=c=>{i.value=c,a("update:activeTab",n.tabs[i.value])};return e.watch(()=>n.defaultActiveIndex,c=>{i.value=c??0}),(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[c.tabStyle==="design"?(e.openBlock(),e.createElementBlock("div",KC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:p},[e.createElementVNode("button",{type:"button",id:`id-${f.name}`,disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,class:e.normalizeClass(["[&:not(:focus-visible)]:focus:outline-none relative w-max inline-flex items-center transition-colors duration-100 h-7",[f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab?" rounded-t-lg !bg-[#EDE9FE] ":""]]),role:"tab",tabindex:"-1",onClick:h=>s(p)},[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":p<i.value,"-translate-x-full":p>i.value,"translate-x-0 rounded-lg bg-white ring-1 ring-gray-200/75":i.value===p}])},null,2),e.createElementVNode("span",{class:e.normalizeClass(["w-full px-2 py-1 text-xs tracking-wide z-10 flex items-center justify-start gap-2",i.value===p?" text-gray-800 font-semibold":" text-gray-600 font-medium hover:text-gray-600 rounded-lg bg-transparent z-0 transition-colors duration-300 ease-in origin-center"])},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],2)],10,GC),p!==c.tabs.length-1?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["self-stretch w-px h-4 my-2",p===i.value-1||i.value===p?"bg-transparent":"bg-gray-300"])},null,2)):e.createCommentVNode("",!0)],64))),128))])):c.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",[c.tabAlign==="justify"?"justify-between":c.tabAlign==="end"?"justify-end":"justify-start"]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock("button",{disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,key:p,type:"button",role:"tab",id:`id-${f.name}`,class:e.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",f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab&&i.value===p?" rounded-t-lg !bg-[#EDE9FE]":""]),onClick:h=>s(p)},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],10,XC))),128))],2)):c.tabStyle==="shadow"?(e.openBlock(),e.createElementBlock("div",QC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock("button",{disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,key:p,type:"button",role:"tab",id:`id-${f.name}`,class:e.normalizeClass(["px-3 py-1 leading-5 transition-all duration-150 ease-in-out hover:text-gray-800 h-12 rounded-t-lg",c.tabSize==="sm"?"text-sm font-medium border-b-2":"text-base font-semibold border-b-[3px]",i.value===p?"border-purple-800 text-purple-800 bg-white z-10 rounded-t-lg shadow-[0px_2px_4px_0px_rgba(55,65,81,0.1)]":"border-transparent text-gray-500 z-0",f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab&&i.value===p?" rounded-t-lg !bg-[#EDE9FE]":""]),onClick:h=>s(p)},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],10,qC))),128))])):(e.openBlock(),e.createElementBlock("div",JC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock("button",{disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,key:p,type:"button",role:"tab",id:`id-${f.name}`,class:e.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",f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab&&i.value===p?" rounded-t-lg !bg-[#EDE9FE]":""]]),onClick:h=>s(p)},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],10,ZC))),128))])),e.renderSlot(c.$slots,"content",{activeTab:c.tabs[i.value]},()=>{var f;return[e.createElementVNode("div",{class:e.normalizeClass(["py-2 text-base font-normal text-gray-700 bg-white relative",c.contentClass,{"rounded-lg !rounded-tl-none shadow-[0px_-2px_24px_0px_rgba(0,0,0,0.075)] z-20":c.tabStyle==="shadow"}])},e.toDisplayString((f=c.tabs[i.value])==null?void 0:f.content),3)]},!0)]))}}),t$=at(e$,[["__scopeId","data-v-f9d29e2f"]]),n$={class:"relative z-10 inline-flex items-center w-full gap-2 pt-3 overflow-hidden transition-all duration-200 ease-in border border-b-0 border-solid rounded-t-xl isolate before:h-4 before:w-px before:bg-gray-200 before:-bottom-3 before:-left-px before:absolute after:h-4 after:w-px after:bg-gray-200 after:-bottom-3 after:-right-px after:absolute bg-gradient-to-b from-gray-100"},r$={class:"relative z-0 inline-flex flex-row items-center w-full gap-2 px-6"},a$=["data-tab","disabled","loading","onClick"],o$={class:"relative z-0 px-4 py-4 -mt-px text-gray-500 border border-gray-200 border-solid rounded-b-xl"},i$=e.defineComponent({inheritAttrs:!1,__name:"EUITabOutline",props:{items:{type:Array,default:()=>[]},defaultActive:{type:String,default:""},type:{type:String,default:"button"},size:{type:String,default:"md"},activeColor:{type:String,default:"black"},iconType:{type:String,default:""},icon:{type:[String,Object,Function],default:""},loading:Boolean,disabled:Boolean},emits:["update:activeTabItem"],setup(t,{emit:r}){var y;const n=t,a=r,i=e.useAttrs(),s=e.computed(()=>{const{class:E,style:O,id:S,...L}=i;return L}),{items:c,defaultActive:d}=e.toRefs(n),f=e.ref(d.value||((y=c.value[0])==null?void 0:y.name)||""),p=E=>{const O=document.querySelector("#tab-indicator");O&&E&&(O.style.left=E.offsetLeft+"px",O.style.width=E.offsetWidth+"px")},h=E=>{f.value=E==null?void 0:E.name,a("update:activeTabItem",E),e.nextTick(()=>{const O=document.querySelector(`nav button[data-tab="${f.value}"]`);O&&p(O)})};e.onMounted(()=>{e.nextTick(()=>{requestAnimationFrame(()=>{const E=document.querySelector(`nav button[data-tab="${f.value}"]`);E&&p(E)})})});const g={default:{enabled:"text-gray-500 cursor-pointer hover:text-gray-700",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-gray-800"},black:{enabled:"text-black cursor-pointer",disabled:"cursor-not-allowed text-gray-300"},success:{enabled:"text-green-600 cursor-pointer",disabled:"cursor-not-allowed text-green-700/60"},purple:{enabled:"text-purple-600 cursor-pointer",disabled:"cursor-not-allowed text-purple-400"}},_={lg:n.iconType==="icon"?"p-3":"px-6 py-3",md:n.iconType==="icon"?"p-2":"px-4 py-2",sm:n.iconType==="icon"?"p-1.5":"px-4 py-1.5"},k=e.reactive({sm:"w-5 h-5 text-current",md:"w-6 h-6 text-current",lg:"w-6 h-6 text-current"}),$=e.computed(()=>k[n.size]||""),M=E=>{const S=E===f.value?n.activeColor:"default",L=n.disabled?"disabled":"enabled",V=g[S]?g[S][L]:"",T=n.size==="sm"?"text-sm":"text-base",N=_[n.size]||"";return`${V} ${T} ${N}`},x={purple:"#7c3aed",success:"#16a34a",black:"#000",default:"#9ca3af"};return(E,O)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:"bg-white"},E.$attrs),[e.createElementVNode("div",n$,[e.createElementVNode("nav",r$,[e.createElementVNode("div",{id:"tab-indicator",style:e.normalizeStyle({"--border":x[t.activeColor]})},O[0]||(O[0]=[e.createElementVNode("span",null,null,-1)]),4),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(S,L)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({key:`data-${L}`,ref_for:!0},s.value,{"data-tab":S.name,class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center",M(S.name||""),f.value===S.name?"font-semibold":"font-normal"],disabled:t.disabled,loading:t.loading,onClick:V=>h(S||""),style:{transition:"all 350ms cubic-bezier(0.15, 0.3, 0.25, 1)"}}),[t.iconType==="icon"||t.iconType==="startIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:0,class:e.normalizeClass([$.value])},null,8,["class"])):e.createCommentVNode("",!0),e.renderSlot(E.$slots,"default",{data:S,activeName:f.value},()=>[e.createTextVNode(e.toDisplayString(S==null?void 0:S.name),1)]),t.iconType==="endIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:1,class:e.normalizeClass([$.value])},null,8,["class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createElementBlock("svg",{key:2,class:e.normalizeClass(["animate-spin",[$.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O[1]||(O[1]=[e.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),e.createElementVNode("path",{fill:"currentColor",class:"opacity-75",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,a$))),128))])]),e.createElementVNode("div",o$,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(S,L)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`data-${L}`},[S.name===f.value?e.renderSlot(E.$slots,"content",{key:0,data:S,activeName:f.value},()=>[e.createTextVNode(e.toDisplayString(S.name),1)]):e.createCommentVNode("",!0)],64))),128))])],16))}}),l$={key:0,class:"mb-3 text-sm font-medium text-gray-500 font-inter"},s$={key:0,class:"text-red-500"},u$={class:"flex flex-row flex-wrap gap-3"},c$={class:"ml-2 mt-1"},d$=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:a,valueKey:i,labelKey:s,errors:c,ignoreStartCase:d}=e.toRefs(n),f=r,p=e.computed({set:$=>{f("update:model-value",$)},get:()=>n.modelValue}),h=$=>{var M;if(Array.isArray(p.value)){const x=(M=p.value)==null?void 0:M.findIndex(y=>(y==null?void 0:y[i.value])===($==null?void 0:$[i.value]));x!=-1?p.value.splice(x,1):p.value.push($),f("on-change",p.value)}},g=$=>{var M;Array.isArray(p.value)||(((M=p.value)==null?void 0:M[i.value])===($==null?void 0:$[i.value])?p.value=null:p.value=$,f("on-change",p.value))},_=$=>{a.value?h($):g($)},k=$=>{var M;return Array.isArray(p.value)?p.value.map(y=>y[i.value]).filter(y=>y).includes($==null?void 0:$[i.value]):((M=p.value)==null?void 0:M[i.value])===($==null?void 0:$[i.value])};return e.watch(a,()=>{a.value?Array.isArray(p.value)||(p.value=[p.value]):p.value=p.value?p.value:null},{immediate:!0}),($,M)=>(e.openBlock(),e.createElementBlock("div",null,[t.label?(e.openBlock(),e.createElementBlock("p",l$,[e.createTextVNode(e.toDisplayString(t.label),1),t.required?(e.openBlock(),e.createElementBlock("span",s$,"*")):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",u$,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.items,(x,y)=>(e.openBlock(),e.createBlock(Bu,{key:`${t.name}-${y}`,type:"button",size:"md",color:"white",class:e.normalizeClass([k(x)?"!bg-purple-100 !text-purple-600 !font-medium shadow-sm":"!bg-gray-100 !text-gray-600 !font-medium hover:text-gray-800","px-4 py-2 text-sm leading-6 focus:outline-none rounded-3xl transition-colors duration-100 ease-in-out"]),rounded:"",onClick:E=>_(x),disabled:t.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(d)?x[e.unref(s)]||"":e.unref(Un.startCase)(x[e.unref(s)]||"")),1)]),_:2},1032,["class","onClick","disabled"]))),128))]),e.createElementVNode("div",c$,[e.createVNode(Ir,{name:t.name,errors:e.unref(c)},null,8,["name","errors"])])]))}});function f$(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 p$(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 Cu(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 h$(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:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z","clip-rule":"evenodd"})])}function m$(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"})])}function v$(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:"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z","clip-rule":"evenodd"})])}function g$(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:"M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z","clip-rule":"evenodd"})])}const y$=["src"],b$={class:"flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200"},_$={class:"flex justify-between gap-x-4 mb-0.5"},w$={class:"text-xs leading-5 text-gray-500"},k$={class:"font-medium text-gray-900"},x$=["datetime"],E$={class:"text-sm leading-6 text-gray-500"},C$=["open"],$$={class:"text-sm leading-5 text-gray-900 list-none flex items-center justify-start flex-row cursor-pointer"},B$={class:"relative flex size-6 flex-none items-center justify-center bg-white"},S$={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"},V$={class:"flex-auto py-0.5 text-xs leading-5 text-gray-500"},O$={class:"font-medium text-gray-900"},I$=["datetime"],N$=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:a,icon:i,showMore:s}=e.toRefs(r);return(c,d)=>(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(f,p)=>{var h,g,_,k,$;return e.openBlock(),e.createElementBlock("li",{key:f.id,class:"relative flex gap-x-4 group"},[e.createElementVNode("div",{class:e.normalizeClass([p===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(a)==="icon"?"w-0.5 bg-green-500":"w-px bg-gray-200"])},null,2)],2),e.unref(a)==="image"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.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,y$),e.createElementVNode("div",b$,[e.createElementVNode("div",_$,[e.createElementVNode("div",w$,[e.createElementVNode("span",k$,e.toDisplayString((g=f.person)==null?void 0:g.name),1)]),e.createElementVNode("time",{datetime:f.dateTime,class:"flex-none text-xs leading-5 text-gray-500"},e.toDisplayString(f.date+" "+f.dateTime),9,x$)]),e.createElementVNode("p",E$,e.toDisplayString(f.comment),1),e.unref(s)?(e.openBlock(),e.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"},[e.createElementVNode("summary",$$,[e.createTextVNode(e.toDisplayString(((_=f.showmore)==null?void 0:_.title)||"More Details")+" ",1),e.createVNode(e.unref(p$),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto group-open:hidden"}),e.createVNode(e.unref(f$),{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((k=f.showmore)==null?void 0:k.content),1)],8,C$)):e.createCommentVNode("",!0)])],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",B$,[e.unref(a)==="icon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(i)||e.unref(Cu)),{key:0,class:"size-6 text-green-500","aria-hidden":"true"})):(e.openBlock(),e.createElementBlock("div",S$))]),e.createElementVNode("p",V$,[e.createElementVNode("span",O$,e.toDisplayString(($=f.person)==null?void 0:$.name),1),e.createTextVNode(" "+e.toDisplayString(f==null?void 0:f.command),1)]),e.createElementVNode("time",{datetime:f.dateTime,class:"flex-none py-0.5 text-xs leading-5 text-gray-500"},e.toDisplayString(f.date+" "+f.dateTime),9,I$)],64))])}),128))}}),T$={role:"list",class:"space-y-6 p-4"},M$=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:a,icon:i,showMore:s}=e.toRefs(r);return(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("ul",T$,[e.createVNode(N$,{data:e.unref(n),type:e.unref(a),"timeline-icon":e.unref(i),"show-more":e.unref(s)},null,8,["data","type","timeline-icon","show-more"])])]))}}),D$={class:"text-sm font-medium text-gray-600 truncate cursor-pointer"},R$=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:a}=e.toRefs(n),i=r,s=()=>{i("remove")};return(c,d)=>(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",D$,[e.renderSlot(c.$slots,"default")]),e.unref(a)?(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(s,["stop"])},d[0]||(d[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))}}),A$={},P$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function L$(t,r){return e.openBlock(),e.createElementBlock("svg",P$,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 cr=at(A$,[["render",L$]]),F$={class:"inline-flex flex-row items-center gap-2 overflow-hidden border-gray-100 rounded"},z$=["disabled"],H$=["onClick"],U$=["disabled"],mc=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,a=r,i=e.computed(()=>n.activePage+1),s=e.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const g=n.activePage-1;f(g)}},d=()=>{if(n.activePage<s.value-1){const g=n.activePage+1;f(g)}},f=g=>{a("changePage",g)},p=e.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,_)=>_+1)),h=e.computed(()=>{const g=p.value.length,_=i.value,k=Math.max(n.max,12),$=Math.floor((Math.min(k,g)-7)/2),M=_-$,x=_+$,y=M-1>1,E=x+1<g,O=[];if(g<=k){for(let S=1;S<=g;S++)O.push(S);return O}if(O.push(1),y&&O.push(n.divider),!E){const S=_+$+2-g;for(let L=_-$-S;L<=_-$-1;L++)O.push(L)}for(let S=Math.max(2,M);S<=Math.min(g,x);S++)O.push(S);if(!y){const S=1-(_-$-2);for(let L=_+$+1;L<=_+$+S;L++)O.push(L)}return E&&O.push(n.divider),x<g&&O.push(g),O.length>=3&&O[1]===n.divider&&O[2]===3&&(O[1]=2),O.length>=3&&O[O.length-2]===n.divider&&O[O.length-1]===O.length&&(O[O.length-2]=O.length-1),O});return(g,_)=>(e.openBlock(),e.createElementBlock("div",F$,[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:_[0]||(_[0]=k=>c())},[e.createVNode(cr,{class:"text-current transform rotate-90 size-6"}),_[2]||(_[2]=e.createElementVNode("span",{class:"hidden md:block"},"Back",-1))],10,z$)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,k=>(e.openBlock(),e.createElementBlock("div",{key:k},[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",k=="…"?"select-none pointer-events-none":i.value==k?"text-white bg-violet-600":"bg-white text-black"]),onClick:$=>typeof k=="number"&&f(k-1)},e.toDisplayString(k),11,H$)]))),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",s.value===i.value&&"opacity-50 pointer-events-none"]),disabled:s.value===i.value,onClick:_[1]||(_[1]=k=>d())},[_[3]||(_[3]=e.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),e.createVNode(cr,{class:"text-current transform -rotate-90 size-6"})],10,U$)])]))}}),W$={class:"table-checkbox"},j$=["value"],la=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,a=r,i=e.ref(n.indeterminate);e.watch(()=>n.indeterminate,g=>{i.value=g});const s=e.computed({get(){return n.checked},set(g){a("update:checked",g)}}),c=g=>{a("change",g)},d=e.computed(()=>{const g=Array.isArray(n.checked)&&n.checked.length!==0,_=k=>k===n.value;return g?n.checked.some(_):n.checked===!0}),f=e.useAttrs(),p=e.computed(()=>f.disabled?-1:0),h=e.computed(()=>({...f,tabindex:p.value,role:"checkbox"}));return e.watch(d,()=>{n.indeterminate&&(i.value=!1)}),(g,_)=>(e.openBlock(),e.createElementBlock("label",W$,[e.withDirectives(e.createElementVNode("input",e.mergeProps({"onUpdate:modelValue":_[0]||(_[0]=k=>s.value=k),type:"checkbox",value:t.value},h.value,{onChange:c}),null,16,j$),[[e.vModelCheckbox,s.value]]),_[1]||(_[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))]))}}),Y$={},K$={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function G$(t,r){return e.openBlock(),e.createElementBlock("svg",K$,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 g1=at(Y$,[["render",G$]]),X$={},Q$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function q$(t,r){return e.openBlock(),e.createElementBlock("svg",Q$,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 J$=at(X$,[["render",q$]]),Z$={class:"whitespace-nowrap"},eB={class:"overflow-hidden bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5"},tB=["onClick"],Lo=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:a}=e.toRefs(n),i=r,s=e.ref([5,10,20,30,40,50,100]),c=d=>{i("updateLimit",d),i("refetch")};return(d,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(ih,{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:p})=>[e.createElementVNode("span",Z$,e.toDisplayString(e.unref(a)),1),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconStyle?J$:cr),{class:e.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:e.withCtx(()=>[e.createElementVNode("div",eB,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,p=>(e.openBlock(),e.createElementBlock("li",{key:p,class:e.normalizeClass(["block w-full px-4 py-2 text-sm font-medium cursor-pointer hover:bg-gray-50",[p===e.unref(a)?"bg-purple-100 text-purple-600":"text-gray-700"]]),role:"button","aria-roledescription":"button",onClick:h=>c(p)},e.toDisplayString(p)+" per page ",11,tB))),128))])])]),_:1})]))}}),No=t=>Un.capitalize(t);var nB={},rB={class:"flex flex-col items-center justify-center gap-4 mx-auto size-72"};function aB(t,r){return e.openBlock(),e.createElementBlock("div",rB,r[0]||(r[0]=[e.createElementVNode("div",{class:"relative min-h-16"},[e.createElementVNode("div",{class:"circle-loader"})],-1)]))}const ja=at(nB,[["render",aB],["__scopeId","data-v-080faf4c"]]);function or(t,r){return r.split(".").reduce((n,a)=>n?n[a]:null,t)}function cl(t,r){return t.toString().toLowerCase().includes(r)}function Or(t,r,n){return t?t.indexOf(r):-1}const oB={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},iB={key:1,class:"relative w-full mx-auto overflow-hidden"},lB={class:"eui-table"},sB={class:"sticky top-0 left-0 z-50 bg-gray-100"},uB={key:0,class:"checkable"},cB=["onClick"],dB={class:"flex items-center gap-2 text-sm font-normal text-current"},fB=["onMouseenter","onMouseleave"],pB={key:0,class:"checkable"},hB={key:1,class:"norecords"},mB=["colspan"],vB={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-2 bg-gray-100"},gB={class:"inline-flex items-center gap-x-10"},yB={class:"text-sm font-normal text-gray-900"},bB={class:"inline-flex items-center gap-2"},_B=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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k}=e.toRefs(n),$=e.ref(a.value),M=e.ref(i.value),x=e.ref([...s.value]),y=e.ref(c.value),E=e.ref(n.perPage),O=e.computed(()=>n.tableLoading),S=e.computed(()=>{let C=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return C;const W=g.value.map(m=>m.value);C=d.value.filter(m=>W.some(D=>cl(or(m,D),h.value.toString().toLowerCase())))}return C}),L=e.computed(()=>{let C=S.value;return C.sort((W,m)=>{const D=M.value==="desc"?-1:1;return W[$.value]<m[$.value]?-1*D:W[$.value]>m[$.value]?1*D:0}),C}),V=C=>{},T=e.computed(()=>C=>M.value==="asc"&&$.value===C.value?"rotate-0":M.value==="desc"&&$.value===C.value?"rotate-180":""),N=e.computed(()=>{const C=L.value.filter(W=>k.value(W));return x.value.length>0&&x.value.length<C.length}),P=e.computed(()=>L.value.length>0&&L.value.every(C=>x.value.includes(C))),b=e.computed(()=>{var W;return((W=L.value)==null?void 0:W.filter(m=>k.value(m))).length===0}),R=r,Y=C=>{E.value=C,y.value=1,R("update:currentPage",y.value),R("changeLimit",C)},ie=C=>{y.value=C>0?C:0,R("update:currentPage",y.value),R("changePage",C)},H=(C,W)=>{!C||!C.sortable||(C.value===$.value&&(M.value=M.value==="asc"?"desc":"asc"),$.value=C.value,R("sort",$.value,M.value,W))},X=C=>Or(x.value,C)>=0,K=C=>{const W=Or(x.value,C);W>=0&&x.value.splice(W,1)},re=()=>{if(P.value)x.value=[];else{const C=L.value.filter(W=>!x.value.includes(W));x.value.push(...C)}R("check",x.value),R("check-all",x.value),R("update:checkedRows",x.value),R("update:selectedRows",x.value)},pe=(C,W,m)=>{const D=x.value.includes(C);m&&D?K(C):x.value.push(C),R("check",x.value,C),R("update:checkedRows",x.value),R("update:selectedRows",x.value)};e.watch(()=>c.value,C=>{y.value=C},{immediate:!0}),e.watch(()=>s.value,C=>{x.value=[...C]},{immediate:!0});const ae=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"}),he=e.ref(!1),Z=e.ref(!1),U=e.ref(null),F=()=>{const C=U.value;C&&(Z.value=C.scrollLeft>0)},Q=()=>{const C=U.value;C&&(he.value=C.scrollWidth>C.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",Q)}),e.onUnmounted(()=>{window.removeEventListener("resize",Q)}),e.watch(()=>{var C;return(C=U.value)==null?void 0:C.clientWidth},Q),(C,W)=>(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",oB,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",iB,[e.createElementVNode("div",{id:"dashboard-table",class:e.normalizeClass(["scrollbar--thin overscroll-auto",L.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]"]),ref_key:"tableContainer",ref:U,onScroll:F},[e.createElementVNode("table",lB,[e.createElementVNode("thead",sB,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",uB,[e.createVNode(la,{checked:P.value,indeterminate:N.value,disabled:b.value,class:"flex justify-center mt-0",onChange:W[0]||(W[0]=m=>re())},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(m,D)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${D}`,scope:"col",class:e.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":m==null?void 0:m.sortable}]),style:e.normalizeStyle(m!=null&&m.width?`min-width:${m.width}px;max-width:${m.width}px;`:""),onClick:j=>H(m,j)},[e.createElementVNode("div",dB,[e.renderSlot(C.$slots,"header",{header:m},()=>[e.createTextVNode(e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??m.name??"")),1)],!0),e.renderSlot(C.$slots,"headerOptionalItem",{},void 0,!0),m!=null&&m.sortable?(e.openBlock(),e.createBlock(g1,{key:0,class:e.normalizeClass(["transform duration-100 transition-all",$.value===m.value?"text-violet-700":"text-gray-900",T.value(m)])},null,8,["class"])):e.createCommentVNode("",!0)])],14,cB))),128))])]),e.createElementVNode("tbody",null,[L.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(L.value,(m,D)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${D}`},[e.createElementVNode("tr",{onMouseenter:j=>C.$attrs.mouseenter?C.$emit("mouseenter",m,D):null,onMouseleave:j=>C.$attrs.mouseleave?C.$emit("mouseleave",m,D):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",pB,[e.createVNode(la,{disabled:!e.unref(k)(m),checked:X(m),onChange:j=>pe(m,D,j)},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("td",{key:ue,class:e.normalizeClass([Z.value&&ue===0?ae.value.body:""])},[e.renderSlot(C.$slots,`item.${j.value}`,{row:m,rowIndex:D},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))],40,fB),t.tableExpanded?e.renderSlot(C.$slots,"expanded",{key:0,row:m,rowIndex:D},void 0,!0):e.createCommentVNode("",!0)],64))),128)):L.value.length===0?(e.openBlock(),e.createElementBlock("tr",hB,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},W[4]||(W[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,mB)])):e.createCommentVNode("",!0)])])],34),e.createElementVNode("div",vB,[e.renderSlot(C.$slots,"tableCount",{},()=>[e.createElementVNode("div",gB,[e.createElementVNode("div",yB," 1-"+e.toDisplayString(E.value)+" of "+e.toDisplayString(e.unref(p)),1),e.createElementVNode("div",bB,[W[5]||(W[5]=e.createElementVNode("span",{class:"text-sm font-normal text-gray-900"},"Result per page",-1)),e.createVNode(Lo,{"page-limit":E.value,onUpdateLimit:W[1]||(W[1]=m=>Y(m)),onRefetch:W[2]||(W[2]=m=>V())},null,8,["page-limit"])])])],!0),e.unref(_)&&L.value.length!==0?e.renderSlot(C.$slots,"tablepagination",{key:0},()=>[e.createVNode(mc,{activePage:y.value,pageLimit:E.value,totalCount:e.unref(p),onChangePage:W[3]||(W[3]=m=>ie(m))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])]))]),_:3})]))}}),wB=at(_B,[["__scopeId","data-v-f4c14f9e"]]),kB={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 a=e.ref(t.indeterminate),i=e.computed({get:()=>t.checked,set:p=>r("update:checked",p)}),s=e.computed(()=>{const p=Array.isArray(t.checked)&&t.checked.length!==0,h=g=>g===t.value;return p?t.checked.some(h):t.checked===!0}),c=e.computed(()=>({"ui-checkbox":!0,"ui-checkbox--indeterminate":a.value})),d=e.computed(()=>n.disabled?-1:0),f=e.computed(()=>({...n,tabindex:d.value,role:"checkbox"}));return e.watch(()=>t.indeterminate,p=>{a.value=p}),e.watch(s,()=>{t.indeterminate&&(a.value=!1)}),{isIndeterminate:a,selected:i,isActive:s,classes:c,attrs:f}}};var xB=["value"],EB={key:0,class:"ui-checkbox__label"},CB={key:0},$B={key:1};function BB(t,r,n,a,i,s){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(a.classes)},[e.withDirectives(e.createElementVNode("input",e.mergeProps({"onUpdate:modelValue":r[0]||(r[0]=function(c){return a.selected=c}),type:"checkbox",value:n.value},a.attrs,{class:"ui-checkbox__input"}),null,16,xB),[[e.vModelCheckbox,a.selected]]),t.$slots.default||n.label?(e.openBlock(),e.createElementBlock("span",EB,[n.label?(e.openBlock(),e.createElementBlock("span",CB,e.toDisplayString(n.label),1)):e.createCommentVNode("",!0),t.$slots.default?(e.openBlock(),e.createElementBlock("span",$B,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2)}const $u=at(kB,[["render",BB]]),SB="data:image/png;base64,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",VB={class:"inline-flex flex-row items-center overflow-hidden gap-x-1"},OB=["disabled"],IB=["onClick"],NB=["disabled"],vc=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,a=r,i=e.computed(()=>n.activePage+1),s=e.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const g=n.activePage-1;f(g)}},d=()=>{if(n.activePage<s.value-1){const g=n.activePage+1;f(g)}},f=g=>{a("changePage",g)},p=e.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,_)=>_+1)),h=e.computed(()=>{const g=p.value.length,_=i.value,k=Math.max(n.max,5),$=Math.floor((Math.min(k,g)-5)/2),M=_-$,x=_+$,y=M-1>1,E=x+1<g,O=[];if(g<=k){for(let S=1;S<=g;S++)O.push(S);return O}if(O.push(1),y&&O.push(n.divider),!E){const S=_+$+2-g;for(let L=_-$-S;L<=_-$-1;L++)O.push(L)}for(let S=Math.max(2,M);S<=Math.min(g,x);S++)O.push(S);if(!y){const S=1-(_-$-2);for(let L=_+$+1;L<=_+$+S;L++)O.push(L)}return E&&O.push(n.divider),x<g&&O.push(g),O.length>=3&&O[1]===n.divider&&O[2]===3&&(O[1]=2),O.length>=3&&O[O.length-2]===n.divider&&O[O.length-1]===O.length&&(O[O.length-2]=O.length-1),O});return(g,_)=>(e.openBlock(),e.createElementBlock("div",VB,[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:_[0]||(_[0]=k=>c())},[e.createVNode(cr,{class:"text-current transform rotate-90 size-6"}),_[2]||(_[2]=e.createElementVNode("span",{class:"hidden md:block"},"Prev",-1))],10,OB)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,k=>(e.openBlock(),e.createElementBlock("div",{key:k},[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",k==="…"?"select-none pointer-events-none":i.value===k?"text-black bg-purple-50 ring-2 ring-inset ring-purple-600":"bg-white text-black"]),onClick:$=>typeof k=="number"&&f(k-1)},e.toDisplayString(k),11,IB)]))),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",s.value===i.value&&"opacity-50 pointer-events-none"]),disabled:s.value===i.value,onClick:_[1]||(_[1]=k=>d())},[_[3]||(_[3]=e.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),e.createVNode(cr,{class:"text-current transform -rotate-90 size-6"})],10,NB)])]))}}),TB={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},MB={key:1,class:"relative max-w-full mx-auto overflow-hidden"},DB={key:0,class:"checkable",style:{width:"45px","max-width":"45px","background-color":"rgb(243 244 246)"},scope:"col"},RB=["onClick"],AB={class:"relative z-0 w-full"},PB={class:"w-full text-sm font-bold text-current truncate font-inter"},LB={key:0,class:"absolute -top-0.5 -right-6 size-6 z-10"},FB={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},zB=["stroke"],HB=["stroke"],UB=["id","onMouseenter","onMouseleave"],WB={key:0,class:"checkable",style:{width:"45px","max-width":"45px"}},jB={class:"block truncate"},YB={key:1,class:"norecords"},KB=["colspan"],GB={key:0,class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},XB={class:"inline-flex items-center gap-x-2"},QB={class:"text-sm font-medium text-gray-900"},qB={class:"inline-flex items-center"},JB=e.defineComponent({__name:"UTable",props:{items:{type:Array,default:()=>[],required:!0},headers:{type:Array,default:()=>[],required:!0},stickyFooter:{type:Boolean,default:!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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k,activeRowIndex:$}=e.toRefs(n),M=r,x=e.ref(a.value),y=e.ref(i.value),E=e.ref([...s.value]),O=e.ref(c.value),S=e.ref(n.perPage),L=e.computed(()=>n.tableLoading),V=e.computed(()=>{let m=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return m;const D=g.value.map(j=>j.value);m=d.value.filter(j=>D.some(ue=>cl(or(j,ue),h.value.toString().toLowerCase())))}return m}),T=e.computed(()=>{let m=V.value;return m.sort((D,j)=>{const ue=y.value==="desc"?-1:1;return D[x.value]<j[x.value]?-1*ue:D[x.value]>j[x.value]?1*ue:0}),m}),N=m=>({minWidth:`${m.width||300}px`,maxWidth:`${m.width||300}px`,backgroundColor:m.color||"rgb(243 244 246)"}),P=m=>({width:`${m.width||300}px`,maxWidth:`${m.width||300}px`}),b=m=>{},R=m=>{S.value=m,O.value=1,M("update:currentPage",O.value),M("changeLimit",m)},Y=m=>{O.value=m>0?m:0,M("update:currentPage",O.value),M("changePage",m)},ie=(m,D)=>{!m||!m.sortable||(m.value===x.value&&(y.value=y.value==="asc"?"desc":"asc"),x.value=m.value,M("sort",x.value,y.value,D))},H=e.computed(()=>T.value.length>0&&T.value.every(m=>E.value.includes(m))),X=e.computed(()=>{var D;return((D=T.value)==null?void 0:D.filter(j=>k.value(j))).length===0}),K=e.computed(()=>{const m=T.value.filter(D=>k.value(D));return E.value.length>0&&E.value.length<m.length}),re=m=>Or(E.value,m)>=0,pe=m=>{const D=Or(E.value,m);D>=0&&E.value.splice(D,1)},ae=()=>{if(H.value)E.value=[];else{const m=T.value.filter(D=>!E.value.includes(D));E.value.push(...m)}M("check",E.value),M("check-all",E.value),M("update:checkedRows",E.value),M("update:selectedRows",E.value)},he=(m,D,j)=>{const ue=E.value.includes(m);j&&ue?pe(m):E.value.push(m),M("check",E.value,m),M("update:checkedRows",E.value),M("update:selectedRows",E.value)};e.watch(()=>c.value,m=>{O.value=m},{immediate:!0}),e.watch(()=>s.value,m=>{E.value=[...m]},{immediate:!0});const Z=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"}),U=e.ref(!1),F=e.ref(!1),Q=e.ref(null),C=()=>{const m=Q.value;m&&(F.value=m.scrollLeft>0)},W=()=>{const m=Q.value;m&&(U.value=m.scrollWidth>m.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",W)}),e.onUnmounted(()=>{window.removeEventListener("resize",W)}),e.watch(()=>{var m;return(m=Q.value)==null?void 0:m.clientWidth},W),(m,D)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[L.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",TB,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",MB,[e.createElementVNode("div",{class:e.normalizeClass(["ui-table scrollbar--auto",T.value.length===0?"overflow-hidden pointer-events-none":"overflow-scroll",t.tableHeight?t.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:Q,onScroll:C},[e.createElementVNode("table",null,[e.createElementVNode("thead",null,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",DB,[e.createVNode($u,{checked:H.value,indeterminate:K.value,disabled:X.value,onChange:ae},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("th",{key:ue,scope:"col",class:e.normalizeClass(["snap-start snap-always py-2",j!=null&&j.sortable?"cursor-pointer hover:!text-gray-900 pr-8 pl-3":"px-3 cursor-auto",F.value&&ue===0?Z.value.head:null,{"!bg-gray-200":x.value===j.value}]),style:e.normalizeStyle(e.unref(g).length>6?N(j):"width: 100%;min-width: 250px;background-color: rgb(243 244 246);"),onClick:te=>ie(j,te)},[e.createElementVNode("div",AB,[e.createElementVNode("div",PB,[e.renderSlot(m.$slots,"header",{header:j},()=>[e.createTextVNode(e.toDisplayString(e.unref(No)((j==null?void 0:j.text)??(j==null?void 0:j.name)??"")),1)]),t.headerOptional?e.renderSlot(m.$slots,"headerOptionalItem",{key:0}):e.createCommentVNode("",!0)]),j!=null&&j.sortable?(e.openBlock(),e.createElementBlock("div",LB,[(e.openBlock(),e.createElementBlock("svg",FB,[D[3]||(D[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:y.value==="asc"&&x.value===(j==null?void 0:j.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,zB),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:y.value==="desc"&&x.value===(j==null?void 0:j.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,HB)]))])):e.createCommentVNode("",!0)])],14,RB))),128))])]),e.createElementVNode("tbody",null,[T.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(T.value,(j,ue)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${ue}`},[e.createElementVNode("tr",{id:`row-${ue}`,onMouseenter:te=>m.$attrs.mouseenter?m.$emit("mouseenter",j,ue):null,onMouseleave:te=>m.$attrs.mouseleave?m.$emit("mouseleave",j,ue):null,class:e.normalizeClass(["group",{"bg-purple-100":e.unref($)==ue}])},[t.checkable?(e.openBlock(),e.createElementBlock("td",WB,[e.createVNode($u,{disabled:!e.unref(k)(j),checked:re(j),onChange:e.withModifiers(te=>he(j,ue,te),["prevent","stop"])},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(te,Ne)=>(e.openBlock(),e.createElementBlock("td",{key:Ne,style:e.normalizeStyle(P(te)),class:e.normalizeClass([F.value&&Ne===0?Z.value.body:null,{"!bg-purple-100":e.unref($)==ue}])},[e.renderSlot(m.$slots,`item.${te==null?void 0:te.value}`,{row:j,rowIndex:ue,headerIndex:Ne},()=>[e.createElementVNode("span",jB,e.toDisplayString(e.unref(or)(j,te==null?void 0:te.value)),1)])],6))),128))],42,UB),t.tableExpanded?e.renderSlot(m.$slots,"expanded",{key:0,row:j,rowIndex:ue,headerLength:e.unref(g).length}):e.createCommentVNode("",!0)],64))),128)):T.value.length===0?(e.openBlock(),e.createElementBlock("tr",YB,[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)]"]])},D[4]||(D[4]=[e.createElementVNode("div",{class:"text-center"},[e.createElementVNode("div",{class:"mx-auto overflow-hidden rounded-md size-56"},[e.createElementVNode("img",{src:SB,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,KB)])):e.createCommentVNode("",!0)])])],34),t.stickyFooter?(e.openBlock(),e.createElementBlock("div",GB,[e.renderSlot(m.$slots,"tableCount",{},()=>[e.createElementVNode("div",XB,[e.createElementVNode("div",QB," Total "+e.toDisplayString(e.unref(p)),1),D[6]||(D[6]=e.createElementVNode("span",{class:"text-gray-300"},"|",-1)),e.createElementVNode("div",qB,[D[5]||(D[5]=e.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),e.createVNode(Lo,{"page-limit":S.value,onUpdateLimit:D[0]||(D[0]=j=>R(j)),onRefetch:D[1]||(D[1]=j=>b()),iconStyle:!0},null,8,["page-limit"])])])]),e.unref(_)&&T.value.length!==0?e.renderSlot(m.$slots,"tablepagination",{key:0},()=>[e.createVNode(vc,{activePage:O.value,pageLimit:S.value,totalCount:e.unref(p),onChangePage:D[2]||(D[2]=j=>Y(j))},null,8,["activePage","pageLimit","totalCount"])]):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]))]),_:3})]))}}),ZB={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},eS={key:1,class:"relative w-full mx-auto overflow-hidden"},tS={class:"eui-table"},nS={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"},rS={key:0,class:"checkable"},aS=["onClick"],oS={class:"flex items-center justify-between gap-2 text-sm font-medium text-current font-inter"},iS={key:0,class:"flex-none"},lS={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},sS=["stroke"],uS=["stroke"],cS=["id","onMouseenter","onMouseleave"],dS={key:1,class:"norecords"},fS=["colspan"],pS={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},hS={class:"inline-flex items-center gap-x-2"},mS={class:"text-sm font-medium text-gray-900"},vS={class:"inline-flex items-center"},gS=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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k,activeRowIndex:$}=e.toRefs(n),M=e.ref(a.value),x=e.ref(i.value),y=e.ref([...s.value]),E=e.ref(c.value),O=e.ref(n.perPage),S=e.computed(()=>n.tableLoading),L=e.computed(()=>{let C=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return C;const W=g.value.map(m=>m.value);C=d.value.filter(m=>W.some(D=>cl(or(m,D),h.value.toString().toLowerCase())))}return C}),V=e.computed(()=>{let C=L.value;return C.sort((W,m)=>{const D=x.value==="desc"?-1:1;return W[M.value]<m[M.value]?-1*D:W[M.value]>m[M.value]?1*D:0}),C}),T=C=>{},N=e.computed(()=>{const C=V.value.filter(W=>k.value(W));return y.value.length>0&&y.value.length<C.length}),P=e.computed(()=>V.value.length>0&&V.value.every(C=>y.value.includes(C))),b=e.computed(()=>{var W;return((W=V.value)==null?void 0:W.filter(m=>k.value(m))).length===0}),R=r,Y=C=>{O.value=C,E.value=1,R("update:currentPage",E.value),R("changeLimit",C)},ie=C=>{E.value=C>0?C:0,R("update:currentPage",E.value),R("changePage",C)},H=(C,W)=>{!C||!C.sortable||(C.value===M.value&&(x.value=x.value==="asc"?"desc":"asc"),M.value=C.value,R("sort",M.value,x.value,W))},X=C=>Or(y.value,C)>=0,K=C=>{const W=Or(y.value,C);W>=0&&y.value.splice(W,1)},re=()=>{if(P.value)y.value=[];else{const C=V.value.filter(W=>!y.value.includes(W));y.value.push(...C)}R("check",y.value),R("check-all",y.value),R("update:checkedRows",y.value),R("update:selectedRows",y.value)},pe=(C,W,m)=>{const D=y.value.includes(C);m&&D?K(C):y.value.push(C),R("check",y.value,C),R("update:checkedRows",y.value),R("update:selectedRows",y.value)};e.watch(()=>c.value,C=>{E.value=C},{immediate:!0}),e.watch(()=>s.value,C=>{y.value=[...C]},{immediate:!0});const ae=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"}),he=e.ref(!1),Z=e.ref(!1),U=e.ref(null),F=()=>{const C=U.value;C&&(Z.value=C.scrollLeft>0)},Q=()=>{const C=U.value;C&&(he.value=C.scrollWidth>C.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",Q)}),e.onUnmounted(()=>{window.removeEventListener("resize",Q)}),e.watch(()=>{var C;return(C=U.value)==null?void 0:C.clientWidth},Q),(C,W)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[S.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",ZB,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",eS,[e.createElementVNode("div",{id:"student-table",class:e.normalizeClass(["scrollbar--thin overscroll-auto",V.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:U,onScroll:F},[e.createElementVNode("table",tS,[e.createElementVNode("thead",nS,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",rS,[e.createVNode(la,{checked:P.value,indeterminate:N.value,disabled:b.value,class:"flex justify-center mt-0",onChange:re},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(m,D)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${D}`,scope:"col",class:e.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":m==null?void 0:m.sortable}]),style:e.normalizeStyle(m!=null&&m.width?`min-width:${m==null?void 0:m.width}px;max-width:${m==null?void 0:m.width}px;`:""),onClick:j=>H(m,j)},[e.createElementVNode("div",oS,[e.renderSlot(C.$slots,"header",{header:m},()=>[e.createTextVNode(e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??(m==null?void 0:m.name)??"")),1)],!0),e.renderSlot(C.$slots,"headerOptionalItem",{},void 0,!0),m!=null&&m.sortable?(e.openBlock(),e.createElementBlock("div",iS,[(e.openBlock(),e.createElementBlock("svg",lS,[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:x.value==="asc"&&M.value===(m==null?void 0:m.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,sS),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:x.value==="desc"&&M.value===(m==null?void 0:m.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,uS)]))])):e.createCommentVNode("",!0)])],14,aS))),128))])]),e.createElementVNode("tbody",null,[V.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(V.value,(m,D)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${D}`},[e.createElementVNode("tr",{id:`row-${D}`,class:e.normalizeClass(e.unref($)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""),onMouseenter:j=>C.$attrs.mouseenter?C.$emit("mouseenter",m,D):null,onMouseleave:j=>C.$attrs.mouseleave?C.$emit("mouseleave",m,D):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",{key:0,class:e.normalizeClass(["checkable",e.unref($)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[e.createVNode(la,{disabled:!e.unref(k)(m),checked:X(m),onChange:e.withModifiers(j=>pe(m,D,j),["prevent","stop"])},null,8,["disabled","checked","onChange"])],2)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("td",{key:ue,class:e.normalizeClass([Z.value&&ue===0?ae.value.body:"",e.unref($)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[e.renderSlot(C.$slots,`item.${j==null?void 0:j.value}`,{row:m,rowIndex:D,headerIndex:ue},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))],42,cS),t.tableExpanded?e.renderSlot(C.$slots,"expanded",{key:0,row:m,rowIndex:D},void 0,!0):e.createCommentVNode("",!0)],64))),128)):V.value.length===0?(e.openBlock(),e.createElementBlock("tr",dS,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},W[3]||(W[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,fS)])):e.createCommentVNode("",!0)])])],34),e.createElementVNode("div",pS,[e.renderSlot(C.$slots,"tableCount",{},()=>[e.createElementVNode("div",hS,[e.createElementVNode("div",mS," Total "+e.toDisplayString(e.unref(p)),1),W[5]||(W[5]=e.createElementVNode("span",{class:"text-gray-300"},"|",-1)),e.createElementVNode("div",vS,[W[4]||(W[4]=e.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),e.createVNode(Lo,{"page-limit":O.value,onUpdateLimit:W[0]||(W[0]=m=>Y(m)),onRefetch:W[1]||(W[1]=m=>T()),iconStyle:!0},null,8,["page-limit"])])])],!0),e.unref(_)&&V.value.length!==0?e.renderSlot(C.$slots,"tablepagination",{key:0},()=>[e.createVNode(vc,{activePage:E.value,pageLimit:O.value,totalCount:e.unref(p),onChangePage:W[2]||(W[2]=m=>ie(m))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])]))]),_:3})]))}}),yS=at(gS,[["__scopeId","data-v-e72fa180"]]),bS={},_S={width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function wS(t,r){return e.openBlock(),e.createElementBlock("svg",_S,r[0]||(r[0]=[e.createElementVNode("path",{d:"M15.6766 7.98963C15.8673 7.72584 15.887 7.37513 15.727 7.09165C15.567 6.80817 15.2565 6.64383 14.9321 6.67086C11.6506 6.94432 8.35202 6.94432 5.07051 6.67086C4.7461 6.64382 4.43565 6.80817 4.27562 7.09165C4.11559 7.37513 4.13528 7.72584 4.32603 7.98963C5.68252 9.86546 7.27093 11.5485 9.05045 12.9955C9.60654 13.4477 10.3961 13.4477 10.9522 12.9955C12.7317 11.5485 14.3201 9.86547 15.6766 7.98963Z",fill:"#111827","fill-opacity":"0.8"},null,-1)]))}const kS=at(bS,[["render",wS]]),xS={class:"relative"},ES=["disabled"],CS=["onMouseenter","onClick"],$S={class:"flex items-center justify-between w-full gap-2 text-sm font-medium text-gray-800 break-words hover:text-gray-900"},BS={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"},SS={class:"bg-white border border-gray-200 border-solid rounded-lg shadow-2xl ms-2 shadow-gray-300"},VS={class:"p-2 overflow-y-auto overscroll-auto max-h-[50svh] min-h-0 scrollbar--thin"},OS=["onClick"],IS=e.defineComponent({__name:"EUIMultiDropdown",props:{title:{type:String,default:"My Students"},className:{type:String,required:!1},dropdownClass:{type:String,required:!1},isSolidArrow:{type:Boolean,default:!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,placement:{type:String,default:"bottom"}},emits:["subMenuItem","menuItem","actionItem"],setup(t){const r=e.ref(!1),n=e.ref(null),a=e.ref(null),i=()=>{r.value=!r.value},s=d=>{n.value=d},c=()=>{n.value=null};return oh(a,()=>{r.value=!1}),(d,f)=>(e.openBlock(),e.createElementBlock("div",xS,[e.createElementVNode("button",{type:"button",ref_key:"dropdownButton",ref:a,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:f[0]||(f[0]=p=>i())},[e.renderSlot(d.$slots,"dropdownName",{open:r.value},()=>[e.createTextVNode(e.toDisplayString(t.title)+" ",1),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.isSolidArrow?kS:cr),{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,ES),r.value&&t.menuItems.length?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["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 shadow-gray-300 min-w-32 max-w-64 w-max",t.placement==="top"?"bottom-full":"top-full",t.dropdownClass]),onClick:f[2]||(f[2]=e.withModifiers(()=>{},["stop"]))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.menuItems,p=>(e.openBlock(),e.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:e.withModifiers(h=>d.$emit("menuItem",p),["stop"])},[e.createElementVNode("div",$S,[e.renderSlot(d.$slots,"menu",{menuitem:p},()=>[e.createTextVNode(e.toDisplayString(p.text)+" ",1),p.subMenu?(e.openBlock(),e.createBlock(cr,{key:0,class:e.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"])):e.createCommentVNode("",!0)])]),p.subMenu&&n.value===p.text?(e.openBlock(),e.createElementBlock("div",BS,[e.createElementVNode("div",SS,[p.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:f[1]||(f[1]=e.withModifiers(h=>d.$emit("actionItem","action"),["prevent"]))},[e.renderSlot(d.$slots,"actionName",{},()=>[f[3]||(f[3]=e.createTextVNode(e.toDisplayString("+ Action Name")))])])):e.createCommentVNode("",!0),e.createElementVNode("div",VS,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.subMenu,h=>(e.openBlock(),e.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:e.withModifiers(g=>d.$emit("subMenuItem",h),["stop"])},[e.renderSlot(d.$slots,"submenu",{subItem:h},()=>[e.createTextVNode(e.toDisplayString(h.text),1)])],8,OS))),128))])])])):e.createCommentVNode("",!0)],40,CS))),128))],2)):e.createCommentVNode("",!0)]))}}),NS={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},TS={key:1,class:"relative w-full mx-auto overflow-hidden"},MS={class:"sticky top-0 left-0 z-50 bg-violet-100"},DS={key:0,class:"checkable !table-cell"},RS=["onClick"],AS={class:"flex items-center gap-2 text-xs font-semibold text-current"},PS={key:1,class:"bg-violet-600 text-white rounded-[0.625rem] px-3 py-2"},LS={class:"mb-2"},FS={class:"space-x-3"},zS=["onMouseenter","onMouseleave"],HS={key:0,class:"checkable"},US={key:1,class:"norecords"},WS=["colspan"],jS={key:0,class:"sticky bottom-0 left-0 z-50 bg-[#FEF3C7]"},YS={key:0,class:"empty"},KS={key:0,class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-2 bg-gray-100"},GS={class:"inline-flex items-center gap-x-10"},XS={class:"text-sm font-normal text-gray-900"},QS={class:"inline-flex items-center gap-2"},qS=e.defineComponent({__name:"GrowthTable",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:()=>({})},footers:{type:Array,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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k}=e.toRefs(n),$=e.ref(a.value),M=e.ref(i.value),x=e.ref([...s.value]),y=e.ref(c.value),E=e.ref(n.perPage),O=e.computed(()=>n.tableLoading),S=e.computed(()=>{let C=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return C;const W=g.value.map(m=>m.value);C=d.value.filter(m=>W.some(D=>cl(or(m,D),h.value.toString().toLowerCase())))}return C}),L=e.computed(()=>{let C=S.value;return C.sort((W,m)=>{const D=M.value==="desc"?-1:1;return W[$.value]<m[$.value]?-1*D:W[$.value]>m[$.value]?1*D:0}),C}),V=C=>{},T=e.computed(()=>C=>M.value==="asc"&&$.value===C.value?"rotate-0":M.value==="desc"&&$.value===C.value?"rotate-180":""),N=e.computed(()=>{const C=L.value.filter(W=>k.value(W));return x.value.length>0&&x.value.length<C.length}),P=e.computed(()=>L.value.length>0&&L.value.every(C=>x.value.includes(C))),b=e.computed(()=>{var W;return((W=L.value)==null?void 0:W.filter(m=>k.value(m))).length===0}),R=r,Y=C=>{E.value=C,y.value=1,R("update:currentPage",y.value),R("changeLimit",C)},ie=C=>{y.value=C>0?C:0,R("update:currentPage",y.value),R("changePage",C)},H=(C,W)=>{!C||!C.sortable||(C.value===$.value&&(M.value=M.value==="asc"?"desc":"asc"),$.value=C.value,R("sort",$.value,M.value,W))},X=C=>Or(x.value,C)>=0,K=C=>{const W=Or(x.value,C);W>=0&&x.value.splice(W,1)},re=()=>{if(P.value)x.value=[];else{const C=L.value.filter(W=>!x.value.includes(W));x.value.push(...C)}R("check",x.value),R("check-all",x.value),R("update:checkedRows",x.value),R("update:selectedRows",x.value)},pe=(C,W,m)=>{const D=x.value.includes(C);m&&D?K(C):x.value.push(C),R("check",x.value,C),R("update:checkedRows",x.value),R("update:selectedRows",x.value)};e.watch(()=>c.value,C=>{y.value=C},{immediate:!0}),e.watch(()=>s.value,C=>{x.value=[...C]},{immediate:!0});const ae=e.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-violet-100 sticky left-[4.5rem] top-0 z-20",foot:"bg-[#FEF3C7] sticky left-[4.5rem] top-0 z-20",body:"bg-white sticky left-[4.5rem] top-0 z-10"}:{head:"bg-violet-100 sticky left-0 top-0 z-20",foot:"bg-[#FEF3C7] sticky left-0 top-0 z-20",body:"bg-white sticky left-0 top-0 z-10"}),he=e.ref(!1),Z=e.ref(!1),U=e.ref(null),F=()=>{const C=U.value;C&&(Z.value=C.scrollLeft>0)},Q=()=>{const C=U.value;C&&(he.value=C.scrollWidth>C.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",Q)}),e.onUnmounted(()=>{window.removeEventListener("resize",Q)}),e.watch(()=>{var C;return(C=U.value)==null?void 0:C.clientWidth},Q),(C,W)=>(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",NS,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",TS,[e.createElementVNode("div",{id:"growth-table",class:e.normalizeClass(["scrollbar--thin overscroll-auto",L.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]"]),ref_key:"tableContainer",ref:U,onScroll:F},[e.createElementVNode("table",null,[e.createElementVNode("thead",MS,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",DS,[e.createVNode(la,{checked:P.value,indeterminate:N.value,disabled:b.value,onChange:W[0]||(W[0]=m=>re())},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(m,D)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${D}`,scope:"col",class:e.normalizeClass(["px-3 py-1.5 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":m==null?void 0:m.sortable}]),style:e.normalizeStyle(m!=null&&m.width?`min-width:${m.width}px;max-width:${m.width}px;`:""),onClick:j=>H(m,j)},[e.createElementVNode("div",AS,[e.renderSlot(C.$slots,"header",{header:m},()=>[m!=null&&m.activeYear?(e.openBlock(),e.createElementBlock("div",PS,[e.createElementVNode("div",LS,e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??m.name??"")),1),e.createElementVNode("div",FS,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m==null?void 0:m.activeYear,(j,ue)=>(e.openBlock(),e.createElementBlock("span",{key:`year_${ue}`},e.toDisplayString(j),1))),128))])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??m.name??"")),1)],64))],!0),e.renderSlot(C.$slots,"headerOptionalItem",{},void 0,!0),m!=null&&m.sortable?(e.openBlock(),e.createBlock(g1,{key:0,class:e.normalizeClass(["transform duration-100 transition-all",$.value===m.value?"text-violet-700":"text-gray-900",T.value(m)])},null,8,["class"])):e.createCommentVNode("",!0)])],14,RS))),128))])]),e.createElementVNode("tbody",null,[L.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(L.value,(m,D)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${D}`},[e.createElementVNode("tr",{onMouseenter:j=>C.$attrs.mouseenter?C.$emit("mouseenter",m,D):null,onMouseleave:j=>C.$attrs.mouseleave?C.$emit("mouseleave",m,D):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",HS,[e.createVNode(la,{disabled:!e.unref(k)(m),checked:X(m),onChange:j=>pe(m,D,j)},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("td",{key:ue,class:e.normalizeClass([Z.value&&ue===0?ae.value.body:""])},[e.renderSlot(C.$slots,`item.${j.value}`,{row:m,rowIndex:D},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))],40,zS),t.tableExpanded?e.renderSlot(C.$slots,"expanded",{key:0,row:m,rowIndex:D},void 0,!0):e.createCommentVNode("",!0)],64))),128)):L.value.length===0?(e.openBlock(),e.createElementBlock("tr",US,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},W[4]||(W[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,WS)])):e.createCommentVNode("",!0)]),t.footers.length?(e.openBlock(),e.createElementBlock("tfoot",jS,[t.footers.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.footers,(m,D)=>(e.openBlock(),e.createElementBlock("tr",{key:`table-row-${D}`},[t.checkable?(e.openBlock(),e.createElementBlock("th",YS)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("th",{key:ue,class:e.normalizeClass(["px-3 py-1.5 text-gray-900 snap-start snap-always h-14",Z.value&&ue===0?ae.value.foot:""])},[e.renderSlot(C.$slots,`footer.${j.value}`,{row:m,rowIndex:D},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))]))),128)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])],34),e.unref(_)&&L.value.length!==0?(e.openBlock(),e.createElementBlock("div",KS,[e.renderSlot(C.$slots,"tableCount",{},()=>[e.createElementVNode("div",GS,[e.createElementVNode("div",XS," 1-"+e.toDisplayString(E.value)+" of "+e.toDisplayString(e.unref(p)),1),e.createElementVNode("div",QS,[W[5]||(W[5]=e.createElementVNode("span",{class:"text-sm font-normal text-gray-900"},"Result per page",-1)),e.createVNode(Lo,{"page-limit":E.value,onUpdateLimit:W[1]||(W[1]=m=>Y(m)),onRefetch:W[2]||(W[2]=m=>V())},null,8,["page-limit"])])])],!0),e.unref(_)&&L.value.length!==0?e.renderSlot(C.$slots,"tablepagination",{key:0},()=>[e.createVNode(mc,{activePage:y.value,pageLimit:E.value,totalCount:e.unref(p),onChangePage:W[3]||(W[3]=m=>ie(m))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]))]),_:3})]))}}),JS=at(qS,[["__scopeId","data-v-51eff7b0"]]);var ZS={},eV={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function tV(t,r){return e.openBlock(),e.createElementBlock("div",eV,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 y1=at(ZS,[["render",tV]]);var nV={},rV={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function aV(t,r){return e.openBlock(),e.createElementBlock("div",rV,r[0]||(r[0]=[e.createElementVNode("div",{class:"min-h-16 relative"},[e.createElementVNode("div",{class:"square-loader"})],-1)]))}const b1=at(nV,[["render",aV]]),oV={class:"grid grid-cols-3"},iV=e.defineComponent({__name:"EUILoader",setup(t){return(r,n)=>(e.openBlock(),e.createElementBlock("div",oV,[e.createVNode(b1),e.createVNode(ja),e.createVNode(y1)]))}}),lV=e.defineComponent({__name:"EUITooltip",props:{placement:{type:String,default:"left"}},setup(t){const r=e.ref(null),n=e.ref(null),a=e.ref(null),i=e.ref(!1),s=t,c=async()=>{i.value=!0,await e.nextTick(),f()},d=()=>{i.value=!1,r.value&&(r.value.destroy(),r.value=null)},f=()=>{n.value&&a.value&&(r.value=al(n.value,a.value,{placement:s.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))};return(p,h)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"tooltipContainer",ref:n,class:"relative"},[e.createElementVNode("div",{onMouseover:c,onMouseleave:d},[e.renderSlot(p.$slots,"default",{},void 0,!0)],32),i.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltip",ref:a,class:"tooltip"},[h[1]||(h[1]=e.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),e.renderSlot(p.$slots,"tooltip",{},()=>[h[0]||(h[0]=e.createTextVNode("Tooltip content"))],!0)],512)):e.createCommentVNode("",!0)],512))}}),sV=at(lV,[["__scopeId","data-v-765af8f2"]]),uV={},cV={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function dV(t,r){return e.openBlock(),e.createElementBlock("svg",cV,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 fV=at(uV,[["render",dV]]),pV={},hV={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function mV(t,r){return e.openBlock(),e.createElementBlock("svg",hV,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 vV=at(pV,[["render",mV]]),gV={},yV={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function bV(t,r){return e.openBlock(),e.createElementBlock("svg",yV,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 _V=at(gV,[["render",bV]]),wV={class:"relative max-w-96 z-[calc(infinity)]"},kV=["open"],xV={class:"inline-flex items-center gap-2 text-sm font-medium tracking-wide min-w-20"},EV=["onClick"],CV={class:"flex items-center gap-2"},$V={class:"font-bold text-white"},BV={class:"flex flex-col"},SV={class:"font-semibold"},VV={class:"text-sm text-gray-500"},OV=e.defineComponent({__name:"EUISearch",props:{menuDropdown:{type:Boolean,default:!1}},setup(t){const r=t,{menuDropdown:n}=e.toRefs(r),a=e.ref(!1),i=e.ref(null),s=e.ref(null),c=e.ref(!1),d=e.ref(),f=e.ref(!1),p=e.ref(!1),h=e.ref(null);function g(){a.value=!0}function _(){!d.value&&!O.value&&(a.value=!1),f.value=!1,p.value=!1}function k(){c.value=!c.value,p.value=!p.value}function $(){c.value=!1,p.value=!1,_()}function M(V){h.value&&!h.value.contains(V.target)&&($(),d.value||(a.value=!1))}e.onMounted(()=>{var V;document.addEventListener("click",M),d.value&&((V=d.value)==null||V.focus()),i.value&&s.value&&al(i.value,s.value,{placement:"bottom"})}),e.onBeforeUnmount(()=>{document.removeEventListener("click",M)});const x=e.computed(()=>L.value.filter(V=>{var T,N;return(N=V.name)==null?void 0:N.toLowerCase().includes((T=d.value)==null?void 0:T.toLowerCase())}));function y(){d.value?f.value=!0:f.value=!1}const E=e.ref([{title:"Student",icon:fV},{title:"People",icon:_V},{title:"Partner",icon:vV}]),O=e.ref(E.value[0]),S=V=>{O.value=V,k()},L=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(V,T)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"componentWrapper",ref:h,class:"cursor-pointer group",onClick:g},[e.createElementVNode("div",wV,[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",a.value?"group-focus-within:w-96":"size-[2.875rem]"])},[e.createVNode(e.unref(m$),{class:"absolute text-current size-6 top-3 left-3"}),a.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,"onUpdate:modelValue":T[0]||(T[0]=N=>d.value=N),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:$,onFocus:T[1]||(T[1]=N=>f.value=!0)},null,544)),[[e.vModelText,d.value]]):e.createCommentVNode("",!0),e.unref(n)&&a.value?(e.openBlock(),e.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:k},[e.createElementVNode("div",xV,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(O.value.icon),{class:"text-current size-4"})),e.createTextVNode(" "+e.toDisplayString(O.value.title),1)]),e.createVNode(cr,{class:e.normalizeClass(["text-current size-6 transform transition-all duration-300 delay-75",p.value?"-rotate-180 opacity-100":"opacity-50"])},null,8,["class"])],8,kV)):e.createCommentVNode("",!0)],2),c.value?(e.openBlock(),e.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"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(E.value,N=>(e.openBlock(),e.createElementBlock("li",{class:"flex items-center gap-2 px-4 py-2 cursor-pointer hover:bg-gray-100",onClick:e.withModifiers(P=>S(N),["stop"])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(N.icon),{class:"text-current size-4"})),e.createElementVNode("span",null,e.toDisplayString(N.title),1)],8,EV))),256))],512)):e.createCommentVNode("",!0),f.value&&x.value.length?(e.openBlock(),e.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:$},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(N,P)=>(e.openBlock(),e.createElementBlock("li",{key:P,class:"flex flex-col gap-1 px-4 py-2 cursor-pointer hover:bg-gray-100"},[e.createElementVNode("div",CV,[e.createElementVNode("span",{class:"flex items-center justify-center w-8 h-8 rounded-full",style:e.normalizeStyle({backgroundColor:N.color})},[e.createElementVNode("span",$V,e.toDisplayString(N.initial),1)],4),e.createElementVNode("div",BV,[e.createElementVNode("span",SV,e.toDisplayString(N.name),1),e.createElementVNode("span",VV,e.toDisplayString(N.email),1)])])]))),128))],512)):e.createCommentVNode("",!0)])],512))}}),IV=at(OV,[["__scopeId","data-v-6bdd4db3"]]),NV={},TV={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function MV(t,r){return e.openBlock(),e.createElementBlock("svg",TV,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 _1=at(NV,[["render",MV]]),DV={class:"relative rounded-full size-10"},RV={class:"absolute top-0 right-0"},AV={class:"relative max-w-80 z-[calc(infinity)]"},PV=["type"],LV=e.defineComponent({__name:"EUISearchExpand",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!1},type:{type:String,default:"text"}},emits:["update:modelValue"],setup(t,{emit:r}){const n=t,{searchSync:a}=e.toRefs(n),i=r,s=e.ref(),c=e.ref(!0),d=e.ref(),f=e.ref(null);function p(){var $;c.value=!0,($=s==null?void 0:s.value)==null||$.focus()}const h=e.computed(()=>n.modelValue===0?!0:!!n.modelValue);function g(){d.value||(c.value=!1)}function _($){f.value&&!f.value.contains($.target)&&g()}e.watch(a,$=>{$||g()},{immediate:!0,deep:!0}),e.onMounted(()=>{var $;document.addEventListener("click",_),d.value&&(($=d.value)==null||$.focus())}),e.onBeforeUnmount(()=>{document.removeEventListener("click",_)});function k($){var x;const M=(x=$==null?void 0:$.target)==null?void 0:x.value;M!==void 0&&i("update:modelValue",M)}return($,M)=>(e.openBlock(),e.createElementBlock("div",DV,[e.createElementVNode("div",RV,[e.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:p},[e.createElementVNode("div",AV,[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",c.value?"group-focus-within:w-80 text-gray-300 h-10":"size-10 text-gray-500"])},[e.createVNode(_1,{class:"absolute text-current size-6 top-2 left-2"}),c.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:e.normalizeClass(h.value?" absolute inset-y-0 right-3 ":" hidden "),onClick:M[0]||(M[0]=x=>(d.value="",i("update:modelValue","")))},M[2]||(M[2]=[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)):e.createCommentVNode("",!0),c.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:1,"onUpdate:modelValue":M[1]||(M[1]=x=>d.value=x),ref_key:"input",ref:s,type:t.type==="search"?"text":t.type,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:k,onBlur:g},null,40,PV)),[[e.vModelDynamic,d.value]]):e.createCommentVNode("",!0)],2)])],512)])]))}}),FV=at(LV,[["__scopeId","data-v-d3cf5f43"]]),zV={class:"relative rounded-full size-12"},HV={class:"absolute top-0 right-0"},UV={class:"relative max-w-80 z-[calc(infinity)]"},WV=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:a}=e.toRefs(n),i=r,s=e.ref(),c=e.ref(!0),d=e.ref(null),f=e.ref(null);function p(g){var k;const _=(k=g==null?void 0:g.target)==null?void 0:k.value;_!==void 0&&i("update:modelValue",_)}function h(){var g;c.value=!0,(g=s==null?void 0:s.value)==null||g.focus(),i("update:searchSync",!0)}return e.watch(a,g=>{c.value=g,i("update:searchSync",g)},{immediate:!0,deep:!0}),(g,_)=>(e.openBlock(),e.createElementBlock("div",zV,[e.createElementVNode("div",HV,[e.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:h},[e.createElementVNode("div",UV,[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",c.value?"group-focus-within:w-80 text-gray-300":"size-[2.875rem] text-gray-500"])},[e.createVNode(_1,{class:"absolute text-current size-6 top-2.5 left-2.5 transition-colors duration-100"}),c.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,"onUpdate:modelValue":_[0]||(_[0]=k=>d.value=k),ref_key:"input",ref:s,type:"search",placeholder:"Search here...",class:"text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none min-h-9",autocomplete:"off",onInput:p,onBlur:p},null,544)),[[e.vModelText,d.value]]):e.createCommentVNode("",!0)],2)])],512)])]))}}),jV=at(WV,[["__scopeId","data-v-abcc5c95"]]),YV={"aria-label":"breadcrumb",class:"my-2"},KV={role:"list",class:"flex items-center justify-start max-w-full space-x-1"},GV=["href","aria-current"],XV=e.defineComponent({__name:"EUIBreadcrumb",props:{pages:{type:Array,default:[]}},setup(t){const r=t,{pages:n}=e.toRefs(r);return(a,i)=>(e.openBlock(),e.createElementBlock("nav",YV,[e.createElementVNode("ol",KV,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(s,c)=>(e.openBlock(),e.createElementBlock("li",{key:s.name,class:"flex flex-row items-center justify-start space-x-1"},[e.createElementVNode("a",{href:s.href,class:e.normalizeClass(["inline-flex items-center gap-2 text-sm font-medium font-inter",e.unref(n).length-1!==c?"text-gray-600 hover:text-gray-700":"text-gray-500"]),"aria-current":s.current?"page":void 0},[s!=null&&s.showIcon?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s==null?void 0:s.showIcon),{key:0,class:"text-current size-4"})):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(s.name),1)],10,GV),e.unref(n).length-1!==c?(e.openBlock(),e.createBlock(cr,{key:0,class:"flex-shrink-0 w-5 h-5 text-gray-400 transform -rotate-90","aria-hidden":"true"})):e.createCommentVNode("",!0)]))),128))])]))}}),QV={class:"shrink-0"},qV={class:"ml-3"},JV={key:0,class:"mt-4"},ZV={class:"-mx-2 -my-1.5 flex"},eO={class:"pl-3 ml-auto"},tO={key:0,class:"-mx-1.5 -my-1.5 pt-1"},nO=e.defineComponent({__name:"EUIAlerts",props:{showAlert:{type:Boolean,default:!0},heading:{type:String,default:""},textMessage:{type:String,default:""},alertType:{type:String,default:"Default"},alertIcon:{type:[String,Object,Function],default:""},actionItems:Boolean,closeIcon:Boolean},emits:["update:showAlert","alertAction","alertDismiss"],setup(t,{emit:r}){const n=t,{showAlert:a}=e.toRefs(n),i=r,s=()=>{i("alertAction",!0),i("update:showAlert",!1)},c=()=>{i("alertDismiss",!1),i("update:showAlert",!1)},d=e.computed(()=>({Default:{bgColor:"bg-blue-50",leftIcon:{icon:Cu,color:"text-blue-400"},titleColor:"text-blue-800",textColor:"text-blue-700",btnPrimary:"bg-blue-700 hover:bg-blue-800 focus:ring-blue-600 focus:ring-offset-blue-50",btnTertiary:"text-blue-500 bg-blue-50 hover:bg-blue-100 focus:ring-blue-600 focus:ring-offset-blue-50",btnClose:"bg-blue-50 text-blue-500 hover:bg-blue-100 focus:ring-blue-600 focus:ring-offset-blue-50"},Warning:{bgColor:"bg-yellow-50",leftIcon:{icon:h$,color:"text-yellow-400"},titleColor:"text-yellow-800",textColor:"text-yellow-700",btnPrimary:"bg-yellow-700 hover:bg-yellow-800 focus:ring-yellow-600 focus:ring-offset-yellow-50",btnTertiary:"text-yellow-500 bg-yellow-50 hover:bg-yellow-100 focus:ring-yellow-600 focus:ring-offset-yellow-50",btnClose:"bg-yellow-50 text-yellow-500 hover:bg-yellow-100 focus:ring-yellow-600 focus:ring-offset-yellow-50"},Success:{bgColor:"bg-green-50",leftIcon:{icon:Cu,color:"text-green-400"},titleColor:"text-green-800",textColor:"text-green-700",btnPrimary:"bg-green-700 hover:bg-green-800 focus:ring-green-600 focus:ring-offset-green-50",btnTertiary:"text-green-500 bg-green-50 hover:bg-green-100 focus:ring-green-600 focus:ring-offset-green-50",btnClose:"bg-green-50 text-green-500 hover:bg-green-100 focus:ring-green-600 focus:ring-offset-green-50"},Error:{bgColor:"bg-red-50",leftIcon:{icon:v$,color:"text-red-400"},titleColor:"text-red-800",textColor:"text-red-700",btnPrimary:"bg-red-700 hover:bg-red-800 focus:ring-red-600 focus:ring-offset-red-50",btnTertiary:"text-red-500 bg-red-50 hover:bg-red-100 focus:ring-red-600 focus:ring-offset-red-50",btnClose:"bg-red-50 text-red-500 hover:bg-red-100 focus:ring-red-600 focus:ring-offset-red-50"}})[n.alertType]||"");return(f,p)=>(e.openBlock(),e.createBlock(e.Transition,{"enter-active-class":"transition duration-300 ease-out transform","enter-from-class":"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2","enter-to-class":"translate-y-0 opacity-100 sm:translate-x-0","leave-active-class":"transition duration-100 ease-in","leave-from-class":"opacity-100","leave-to-class":"opacity-0"},{default:e.withCtx(()=>[e.unref(a)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["p-4 rounded-md",d.value.bgColor])},[e.createElementVNode("div",{class:e.normalizeClass([t.closeIcon&&!t.textMessage?"items-center pr-2 flex":"flex"])},[e.createElementVNode("div",QV,[e.renderSlot(f.$slots,"icon",{},()=>{var h,g;return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.alertIcon||((h=d.value.leftIcon)==null?void 0:h.icon)),{class:e.normalizeClass(["size-5",(g=d.value.leftIcon)==null?void 0:g.color]),"aria-hidden":"true"},null,8,["class"]))]})]),e.createElementVNode("div",qV,[e.createElementVNode("h3",{class:e.normalizeClass(["text-sm font-medium",d.value.titleColor])},[e.renderSlot(f.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.heading||"Alert Title"),1)])],2),e.renderSlot(f.$slots,"content",{},()=>[t.textMessage?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["mt-2 text-sm",d.value.textColor])},e.toDisplayString(t.textMessage||"your description here..."),3)):e.createCommentVNode("",!0)]),e.renderSlot(f.$slots,"actionButtons",{},()=>[t.actionItems?(e.openBlock(),e.createElementBlock("div",JV,[e.createElementVNode("div",ZV,[e.createElementVNode("button",{type:"button",class:e.normalizeClass(["rounded-md px-3 py-1.5 text-sm font-medium text-white focus:outline-none focus:ring-2 focus:ring-offset-2",d.value.btnPrimary]),onClick:s}," View status ",2),e.createElementVNode("button",{type:"button",class:e.normalizeClass(["ml-3 rounded-md px-3 py-1.5 text-sm font-medium focus:outline-none focus:ring-2 focus:ring-offset-2",d.value.btnTertiary]),onClick:c}," Dismiss ",2)])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",eO,[e.renderSlot(f.$slots,"xclose",{},()=>[t.closeIcon?(e.openBlock(),e.createElementBlock("div",tO,[e.createElementVNode("button",{type:"button",class:e.normalizeClass(["inline-flex rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2",d.value.btnClose]),onClick:p[0]||(p[0]=h=>c())},[p[1]||(p[1]=e.createElementVNode("span",{class:"sr-only"},"Dismiss",-1)),e.createVNode(e.unref(g$),{class:"size-5","aria-hidden":"true"})],2)])):e.createCommentVNode("",!0)])])],2)],2)):e.createCommentVNode("",!0)]),_:3}))}});exports.EUIAccordion=g8;exports.EUIAlerts=nO;exports.EUIAvatar=j6;exports.EUIBreadcrumb=XV;exports.EUIButton=Bu;exports.EUIButtonGroup=Jb;exports.EUICheckbox=S6;exports.EUICircleLoader=ja;exports.EUICubeLoader=y1;exports.EUIDashboardTable=wB;exports.EUIDatepicker=YC;exports.EUIErrorMessage=Ir;exports.EUIInput=o_;exports.EUILoader=iV;exports.EUIModal=I8;exports.EUIMultiDropdown=IS;exports.EUIPageLimit=Lo;exports.EUIPagination=mc;exports.EUIPillSelect=d$;exports.EUIPopover=ih;exports.EUIRadio=T6;exports.EUISearch=IV;exports.EUISearchExpand=FV;exports.EUISearchToggle=jV;exports.EUISelect=w6;exports.EUISelectSearch=E6;exports.EUISlideover=P8;exports.EUISquareLoader=b1;exports.EUIStepperHorizontal=th;exports.EUIStepperTimeline=f8;exports.EUIStepperVertical=nh;exports.EUIStudentPagination=vc;exports.EUITabOutline=i$;exports.EUITable=yS;exports.EUITableCheckbox=la;exports.EUITabs=t$;exports.EUITag=R$;exports.EUITelephone=I5;exports.EUITextArea=R5;exports.EUITimeLine=M$;exports.EUIToggle=P6;exports.EUITooltip=sV;exports.GrowthTable=JS;exports.UCheckbox=$u;exports.UTable=JB;
79
+ `)===-1||(E.is_inline_element||E.is_unformatted||x.print_newline(!1),this._calcluate_parent_multiline(x,E))}else if(E.is_end_tag){var V=!1;V=E.start_tag_token&&E.start_tag_token.multiline_content,V=V||!E.is_inline_element&&!(O.is_inline_element||O.is_unformatted)&&!(S.type===a.TAG_CLOSE&&E.start_tag_token===O)&&S.type!=="TK_CONTENT",(E.is_content_unformatted||E.is_unformatted)&&(V=!1),V&&x.print_newline(!1)}else E.indent_content=!E.custom_beautifier_name,E.tag_start_char==="<"&&(E.tag_name==="html"?E.indent_content=this._options.indent_inner_html:E.tag_name==="head"?E.indent_content=this._options.indent_head_inner_html:E.tag_name==="body"&&(E.indent_content=this._options.indent_body_inner_html)),!(E.is_inline_element||E.is_unformatted)&&(S.type!=="TK_CONTENT"||E.is_content_unformatted)&&x.print_newline(!1),this._calcluate_parent_multiline(x,E)},_.prototype._calcluate_parent_multiline=function(x,y){y.parent&&x._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"],M=["a","audio","del","ins","map","noscript","video"];return _.prototype._do_optional_end_element=function(x){var y=null;if(!(x.is_empty_element||!x.is_start_tag||!x.parent)){if(x.tag_name==="body")y=y||this._tag_stack.try_pop("head");else if(x.tag_name==="li")y=y||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(x.tag_name==="dd"||x.tag_name==="dt")y=y||this._tag_stack.try_pop("dt",["dl"]),y=y||this._tag_stack.try_pop("dd",["dl"]);else if(x.parent.tag_name==="p"&&C.indexOf(x.tag_name)!==-1){var E=x.parent.parent;(!E||M.indexOf(E.tag_name)===-1)&&(y=y||this._tag_stack.try_pop("p"))}else x.tag_name==="rp"||x.tag_name==="rt"?(y=y||this._tag_stack.try_pop("rt",["ruby","rtc"]),y=y||this._tag_stack.try_pop("rp",["ruby","rtc"])):x.tag_name==="optgroup"?y=y||this._tag_stack.try_pop("optgroup",["select"]):x.tag_name==="option"?y=y||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):x.tag_name==="colgroup"?y=y||this._tag_stack.try_pop("caption",["table"]):x.tag_name==="thead"?(y=y||this._tag_stack.try_pop("caption",["table"]),y=y||this._tag_stack.try_pop("colgroup",["table"])):x.tag_name==="tbody"||x.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"])):x.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"])):(x.tag_name==="th"||x.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 x.parent=this._tag_stack.get_parser_token(),y}},js.Beautifier=_,js}var w0;function Hx(){if(w0)return Di.exports;w0=1;var t=zx().Beautifier,r=Zh().Options;function n(a,i,s,c){var d=new t(a,i,s,c);return d.beautify()}return Di.exports=n,Di.exports.defaultOptions=function(){return new r},Di.exports}var k0;function Ux(){if(k0)return vo;k0=1;var t=Px(),r=Fx(),n=Hx();function a(i,s,c,d){return c=c||t,d=d||r,n(i,s,c,d)}return a.defaultOptions=n.defaultOptions,vo.js=t,vo.css=r,vo.html=a,vo}(function(t){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=Ux();a.js_beautify=a.js,a.css_beautify=a.css,a.html_beautify=a.html,n.exports=r(a,a,a)})(t)})(Kh);var Wx=Kh.exports,jx=Mx(Wx),e1=function(){function t(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=mo(n.element)&&a.includes(n.element.tagName);return i&&s},this.wrapperElement=r}return Object.defineProperty(t.prototype,"element",{get:function(){return this.wrapperElement},enumerable:!1,configurable:!0}),t.prototype.findAllDOMElements=function(r){var n=this.getRootNodes().filter(mo);if(n.length===0)return[];var a=Rh([],n.filter(function(i){return i.matches(r)}));return n.forEach(function(i){a.push.apply(a,Array.from(i.querySelectorAll(r)))}),a},t.prototype.find=function(r){if(typeof r=="object"&&"ref"in r){var n=this.getCurrentComponent();if(!n)return Cr("DOMWrapper");var a=n.refs[r.ref];return Array.isArray(a)&&(a=a.length?a[0]:void 0),a instanceof Node?Oo(a):Cr("DOMWrapper")}var i=this.findAll(r);return i.length>0?i[0]:Cr("DOMWrapper")},t.prototype.findComponent=function(r){var n=this.getCurrentComponent();if(!n)return Cr("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)?Ns(null,a):Cr("VueWrapper")}if(Wh(n.vnode,r)&&this.element.contains(n.vnode.el))return Ns(null,n.subTree.component?n.subTree.component.proxy:n.proxy);var i=this.findAllComponents(r)[0];return i??Cr("VueWrapper")},t.prototype.findAllComponents=function(r){var n=this.getCurrentComponent();if(!n)return[];var a=Ox(n.subTree,r);return a.map(function(i){return i.proxy?Ns(null,i.proxy):Oo(i.vnode.el)})},t.prototype.html=function(r){var n=this.getRootNodes().map(function(a){return Tx(a)});return r!=null&&r.raw?n.join(""):n.map(function(a){return jx.html(a,{unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_size:2,inline_custom_elements:!1})}).join(`
80
+ `)},t.prototype.classes=function(r){var n=mo(this.element)?Array.from(this.element.classList):[];return r?n.includes(r):n},t.prototype.attributes=function(r){var n={};if(mo(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},t.prototype.text=function(){return this.getRootNodes().map(cx).join("")},t.prototype.exists=function(){return!0},t.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()))},t.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)},t.prototype.isVisible=function(){return mo(this.element)&&jh(this.element)},t.prototype.trigger=function(r,n){return ac(this,void 0,void 0,function(){var a;return oc(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=kx(r,n),a._vts=Date.now()+1,this.element.dispatchEvent(a)),[2,e.nextTick()]})})},t}(),Yx=function(t){Dh(r,t);function r(n){var a=this;return n?(a=t.call(this,n)||this,Ah.plugins.DOMWrapper.extend(a),a):Cr("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=t.prototype.find.call(this,n);return a.exists()&&px(n)?this.element.contains(a.element)?a:Cr("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=t.prototype.findAllComponents.call(this,n);return i.filter(function(s){return a.element.contains(s.element)})},r.prototype.setChecked=function(){return ac(this,arguments,void 0,function(n){var a,i;return n===void 0&&(n=!0),oc(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}(e1);Yh(za.DOMWrapper,function(t){return new Yx(t)});function ji(t){if(t.shapeFlag&1)return[t.el];if(t.shapeFlag&6){var r=t.component.subTree;return ji(r)}else{if(t.shapeFlag&128)return ji(t.suspense.activeBranch);if(t.shapeFlag&72){var n=[t.el];if(t.anchor)for(var a=n[0].nextSibling;a&&a.previousSibling!==t.anchor;)n.push(a),a=a.nextSibling;return n}else if(t.shapeFlag&16){var i=t.children.flat();return i.flatMap(function(s){return ji(s)}).filter(fx)}}return[]}var ea={};function Kx(t,r){var n=t.$.uid,a=ea[n]||{};return r?a?a[r]:void 0:a}var Gx=function(t,r,n){for(var a=t;typeof(a==null?void 0:a.type)=="function";)a=a.parent;var i=a.uid;i in ea||(ea[i]={}),r in ea[i]||(ea[i][r]=[]),ea[i][r].push(n)},Xx=function(t){var r=t.$.uid;delete ea[r]};function Qx(t,r){return new Proxy(t,{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 qx=function(t){Dh(r,t);function r(n,a,i){var s=t.call(this,a==null?void 0:a.$el)||this;return s.cleanUpCallbacks=[],s.__app=n,s.rootVM=a==null?void 0:a.$root,hx(a)?s.componentVM=Qx(a,a.$.setupState):s.componentVM=a,s.__setProps=i,s.attachNativeEventListener(),Ah.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 ji(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(g){return g instanceof Element});if(i.length===1)for(var s=i[0],c=function(g){if(a.includes(g))return"continue";var _=function(){for(var k=[],C=0;C<arguments.length;C++)k[C]=arguments[C];Gx(n.$,g,k)};s.addEventListener(g,_),d.cleanUpCallbacks.push(function(){s.removeEventListener(g,_)})},d=this,f=0,p=Object.keys(Lh);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 Kx(this.vm,n)},r.prototype.isVisible=function(){var n=Oo(this.element);return n.isVisible()},r.prototype.setData=function(n){return Ph(this.componentVM.$data,n),e.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),e.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");Xx(this.vm),this.cleanUpCallbacks.forEach(function(n){return n()}),this.cleanUpCallbacks=[],this.__app.unmount()},r}(e1);Yh(za.VueWrapper,function(t,r,n){return new qx(t,r,n)});var Jx={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"};e.defineComponent({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var t=this,r,n,a=e.computed(function(){return Jx}),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:e.computed(function(){return a.value.href}),isActive:e.computed(function(){return!1}),isExactActive:e.computed(function(){return!1}),navigate:function(){return ac(t,void 0,void 0,function(){return oc(this,function(s){return[2]})})}});return this.custom?i:e.h("a",void 0,i)}});const t1=t=>t<10?`0${t}`:t,x0=(t,r,n,a,i,s)=>{const c=bu(t,r.slice(0,t.length),new Date,{locale:s});return ko(c)&&fh(c)?a||i?c:it(c,{hours:+n.hours,minutes:+(n==null?void 0:n.minutes),seconds:+(n==null?void 0:n.seconds),milliseconds:0}):null},Zx=(t,r,n,a,i,s)=>{const c=Array.isArray(n)?n[0]:n;if(typeof r=="string")return x0(t,r,c,a,i,s);if(Array.isArray(r)){let d=null;for(const f of r)if(d=x0(t,f,c,a,i,s),d)break;return d}return typeof r=="function"?r(t):null},ge=t=>t?new Date(t):new Date,eE=(t,r,n)=>{if(r){const i=(t.getMonth()+1).toString().padStart(2,"0"),s=t.getDate().toString().padStart(2,"0"),c=t.getHours().toString().padStart(2,"0"),d=t.getMinutes().toString().padStart(2,"0"),f=n?t.getSeconds().toString().padStart(2,"0"):"00";return`${t.getFullYear()}-${i}-${s}T${c}:${d}:${f}.000Z`}const a=Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds());return new Date(a).toISOString()},Mt=(t,r)=>{const n=ge(JSON.parse(JSON.stringify(t))),a=it(n,{hours:0,minutes:0,seconds:0,milliseconds:0});return r?Q8(a):a},Sr=(t,r,n,a)=>{let i=t?ge(t):ge();return(r||r===0)&&(i=zk(i,+r)),(n||n===0)&&(i=Hk(i,+n)),(a||a===0)&&(i=Sh(i,+a)),Bh(i,0)},gt=(t,r)=>!t||!r?!1:Pa(Mt(t),Mt(r)),Xe=(t,r)=>!t||!r?!1:Va(Mt(t),Mt(r)),kt=(t,r)=>!t||!r?!1:ia(Mt(t),Mt(r)),Io=(t,r,n)=>t!=null&&t[0]&&t!=null&&t[1]?kt(n,t[0])&&gt(n,t[1]):t!=null&&t[0]&&r?kt(n,t[0])&&gt(n,r)||gt(n,t[0])&&kt(n,r):!1,Vn=t=>{const r=it(new Date(t),{date:1});return Mt(r)},Ks=(t,r,n)=>r&&(n||n===0)?Object.fromEntries(["hours","minutes","seconds"].map(a=>a===r?[a,n]:[a,isNaN(+t[a])?void 0:+t[a]])):{hours:isNaN(+t.hours)?void 0:+t.hours,minutes:isNaN(+t.minutes)?void 0:+t.minutes,seconds:isNaN(+t.seconds)?void 0:+t.seconds},aa=t=>({hours:ur(t),minutes:Vr(t),seconds:Aa(t)}),n1=(t,r)=>{if(r){const n=Pe(ge(r));if(n>t)return 12;if(n===t)return Ge(ge(r))}},r1=(t,r)=>{if(r){const n=Pe(ge(r));return n<t?-1:n===t?Ge(ge(r)):void 0}},Ha=t=>{if(t)return Pe(ge(t))},a1=(t,r)=>{const n=kt(t,r)?r:t,a=kt(r,t)?r:t;return hh({start:n,end:a})},tE=t=>{const r=On(t,1);return{month:Ge(r),year:Pe(r)}},rr=(t,r)=>{const n=Nn(t,{weekStartsOn:+r}),a=vh(t,{weekStartsOn:+r});return[n,a]},o1=(t,r)=>{const n={hours:ur(ge()),minutes:Vr(ge()),seconds:r?Aa(ge()):0};return Object.assign(n,t)},$r=(t,r,n)=>[it(ge(t),{date:1}),it(ge(),{month:r,year:n,date:1})],ar=(t,r,n)=>{let a=t?ge(t):ge();return(r||r===0)&&(a=$h(a,r)),n&&(a=zn(a,n)),a},i1=(t,r,n,a,i)=>{if(!a||i&&!r||!i&&!n)return!1;const s=i?On(t,1):La(t,1),c=[Ge(s),Pe(s)];return i?!rE(...c,r):!nE(...c,n)},nE=(t,r,n)=>gt(...$r(n,t,r))||Xe(...$r(n,t,r)),rE=(t,r,n)=>kt(...$r(n,t,r))||Xe(...$r(n,t,r)),l1=(t,r,n,a,i,s,c)=>{if(typeof r=="function"&&!c)return r(t);const d=n?{locale:n}:void 0;return Array.isArray(t)?`${Wn(t[0],s,d)}${i&&!t[1]?"":a}${t[1]?Wn(t[1],s,d):""}`:Wn(t,s,d)},Ba=t=>{if(t)return null;throw new Error(nc.prop("partial-range"))},Ai=(t,r)=>{if(r)return t();throw new Error(nc.prop("range"))},xu=t=>Array.isArray(t)?ko(t[0])&&(t[1]?ko(t[1]):!0):t?ko(t):!1,aE=(t,r)=>it(r??ge(),{hours:+t.hours||0,minutes:+t.minutes||0,seconds:+t.seconds||0}),Gs=(t,r,n,a)=>{if(!t)return!0;if(a){const i=n==="max"?Pa(t,r):ia(t,r),s={seconds:0,milliseconds:0};return i||Va(it(t,s),it(r,s))}return n==="max"?t.getTime()<=r.getTime():t.getTime()>=r.getTime()},Xs=(t,r,n)=>t?aE(t,r):ge(n??r),E0=(t,r,n,a,i)=>{if(Array.isArray(a)){const c=Xs(t,a[0],r),d=Xs(t,a[1],r);return Gs(a[0],c,n,!!r)&&Gs(a[1],d,n,!!r)&&i}const s=Xs(t,a,r);return Gs(a,s,n,!!r)&&i},Qs=t=>it(ge(),aa(t)),oE=(t,r,n)=>{if(t instanceof Map){const a=`${t1(n+1)}-${r}`;return t.size?t.has(a):!1}return!1},iE=(t,r,n)=>{if(t instanceof Map){const a=`${t1(n+1)}-${r}`;return t.size?t.has(a):!0}return!0},s1=(t,r,n)=>typeof t=="function"?t({month:r,year:n}):!!t.months.find(a=>a.month===r&&a.year===n),dc=(t,r)=>typeof t=="function"?t(r):t.years.includes(r),Eu=t=>`dp-${Wn(t,"yyyy-MM-dd")}`,C0=(t,r)=>{const n=Ch(Mt(r),t),a=bn(Mt(r),t);return{before:n,after:a}},yo=e.reactive({menuFocused:!1,shiftKeyInMenu:!1}),u1=()=>{const t=n=>{yo.menuFocused=n},r=n=>{yo.shiftKeyInMenu!==n&&(yo.shiftKeyInMenu=n)};return{control:e.computed(()=>({shiftKeyInMenu:yo.shiftKeyInMenu,menuFocused:yo.menuFocused})),setMenuFocused:t,setShiftKey:r}},ct=e.reactive({monthYear:[],calendar:[],time:[],actionRow:[],selectionGrid:[],timePicker:{0:[],1:[]},monthPicker:[]}),qs=e.ref(null),Pi=e.ref(!1),Js=e.ref(!1),Zs=e.ref(!1),eu=e.ref(!1),At=e.ref(0),wt=e.ref(0),Mr=()=>{const t=e.computed(()=>Pi.value?[...ct.selectionGrid,ct.actionRow].filter(g=>g.length):Js.value?[...ct.timePicker[0],...ct.timePicker[1],eu.value?[]:[qs.value],ct.actionRow].filter(g=>g.length):Zs.value?[...ct.monthPicker,ct.actionRow]:[ct.monthYear,...ct.calendar,ct.time,ct.actionRow].filter(g=>g.length)),r=g=>{At.value=g?At.value+1:At.value-1;let _=null;t.value[wt.value]&&(_=t.value[wt.value][At.value]),!_&&t.value[wt.value+(g?1:-1)]?(wt.value=wt.value+(g?1:-1),At.value=g?0:t.value[wt.value].length-1):_||(At.value=g?At.value-1:At.value+1)},n=g=>{wt.value===0&&!g||wt.value===t.value.length&&g||(wt.value=g?wt.value+1:wt.value-1,t.value[wt.value]?t.value[wt.value]&&!t.value[wt.value][At.value]&&At.value!==0&&(At.value=t.value[wt.value].length-1):wt.value=g?wt.value-1:wt.value+1)},a=g=>{let _=null;t.value[wt.value]&&(_=t.value[wt.value][At.value]),_?_.focus({preventScroll:!Pi.value}):At.value=g?At.value-1:At.value+1},i=()=>{r(!0),a(!0)},s=()=>{r(!1),a(!1)},c=()=>{n(!1),a(!0)},d=()=>{n(!0),a(!0)},f=(g,_)=>{ct[_]=g},p=(g,_)=>{ct[_]=g},h=()=>{At.value=0,wt.value=0};return{buildMatrix:f,buildMultiLevelMatrix:p,setTimePickerBackRef:g=>{qs.value=g},setSelectionGrid:g=>{Pi.value=g,h(),g||(ct.selectionGrid=[])},setTimePicker:(g,_=!1)=>{Js.value=g,eu.value=_,h(),g||(ct.timePicker[0]=[],ct.timePicker[1]=[])},setTimePickerElements:(g,_=0)=>{ct.timePicker[_]=g},arrowRight:i,arrowLeft:s,arrowUp:c,arrowDown:d,clearArrowNav:()=>{ct.monthYear=[],ct.calendar=[],ct.time=[],ct.actionRow=[],ct.selectionGrid=[],ct.timePicker[0]=[],ct.timePicker[1]=[],Pi.value=!1,Js.value=!1,eu.value=!1,Zs.value=!1,h(),qs.value=null},setMonthPicker:g=>{Zs.value=g,h()},refSets:ct}},$0=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??{}}),lE=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??{}}),B0=t=>t?typeof t=="boolean"?t?2:0:+t>=2?+t:2:0,sE=t=>{const r=typeof t=="object"&&t,n={static:!0,solo:!1};if(!t)return{...n,count:B0(!1)};const a=r?t:{},i=r?a.count??!0:t,s=B0(i);return Object.assign(n,a,{count:s})},uE=(t,r,n)=>t||(typeof n=="string"?n:r),cE=t=>typeof t=="boolean"?t?$0({}):!1:$0(t),dE=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}},fE=t=>({months:[],years:[],times:{hours:[],minutes:[],seconds:[]},...t??{}}),pE=t=>({showSelect:!0,showCancel:!0,showNow:!1,showPreview:!0,...t??{}}),hE=t=>{const r={input:!1};return typeof t=="object"?{...r,...t??{},enabled:!0}:{enabled:t,...r}},mE=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??{}}),vE=t=>{const r={dates:Array.isArray(t)?t.map(n=>ge(n)):[],years:[],months:[],quarters:[],weeks:[],weekdays:[],options:{highlightDisabled:!1}};return typeof t=="function"?t:{...r,...t??{}}},gE=t=>typeof t=="object"?{type:(t==null?void 0:t.type)??"local",hideOnOffsetDates:(t==null?void 0:t.hideOnOffsetDates)??!1}:{type:t,hideOnOffsetDates:!1},yE=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}},bE=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},tu=(t,r,n,a)=>new Map(t.map(i=>{const s=ec(i,r,a);return[rc(s,n),s]})),_E=(t,r)=>t.length?new Map(t.map(n=>{const a=ec(n.date,r);return[rc(a,Ia.DATE),n]})):null,wE=t=>{var r;const n=rx(t.isMonthPicker,t.isYearPicker);return{minDate:_u(t.minDate,t.timezone,t.isSpecific),maxDate:_u(t.maxDate,t.timezone,t.isSpecific),disabledDates:Is(t.disabledDates)?tu(t.disabledDates,t.timezone,n,t.isSpecific):t.disabledDates,allowedDates:Is(t.allowedDates)?tu(t.allowedDates,t.timezone,n,t.isSpecific):null,highlight:typeof t.highlight=="object"&&Is((r=t.highlight)==null?void 0:r.dates)?tu(t.highlight.dates,t.timezone,n):t.highlight,markers:_E(t.markers,t.timezone)}},kE=t=>typeof t=="boolean"?{enabled:t,dragSelect:!0,limit:null}:{enabled:!!t,limit:t.limit?+t.limit:null,dragSelect:t.dragSelect??!0},xE=t=>({...Object.fromEntries(Object.keys(t).map(r=>{const n=r,a=t[n],i=typeof t[n]=="string"?{[a]:!0}:Object.fromEntries(a.map(s=>[s,!0]));return[r,i]}))}),pt=t=>{const r=()=>{const V=t.enableSeconds?":ss":"",T=t.enableMinutes?":mm":"";return t.is24?`HH${T}${V}`:`hh${T}${V} aa`},n=()=>{var V;return t.format?t.format:t.monthPicker?"MM/yyyy":t.timePicker?r():t.weekPicker?`${((V=x.value)==null?void 0:V.type)==="iso"?"II":"ww"}-RR`:t.yearPicker?"yyyy":t.quarterPicker?"QQQ/yyyy":t.enableTimePicker?`MM/dd/yyyy, ${r()}`:"MM/dd/yyyy"},a=V=>o1(V,t.enableSeconds),i=()=>S.value.enabled?t.startTime&&Array.isArray(t.startTime)?[a(t.startTime[0]),a(t.startTime[1])]:null:t.startTime&&!Array.isArray(t.startTime)?a(t.startTime):null,s=e.computed(()=>sE(t.multiCalendars)),c=e.computed(()=>i()),d=e.computed(()=>lE(t.ariaLabels)),f=e.computed(()=>fE(t.filters)),p=e.computed(()=>cE(t.transitions)),h=e.computed(()=>pE(t.actionRow)),g=e.computed(()=>uE(t.previewFormat,t.format,n())),_=e.computed(()=>dE(t.textInput)),k=e.computed(()=>hE(t.inline)),C=e.computed(()=>mE(t.config)),M=e.computed(()=>vE(t.highlight)),x=e.computed(()=>gE(t.weekNumbers)),y=e.computed(()=>bE(t.timezone)),E=e.computed(()=>kE(t.multiDates)),O=e.computed(()=>wE({minDate:t.minDate,maxDate:t.maxDate,disabledDates:t.disabledDates,allowedDates:t.allowedDates,highlight:M.value,markers:t.markers,timezone:y.value,isSpecific:t.monthPicker||t.yearPicker||t.quarterPicker,isMonthPicker:t.monthPicker,isYearPicker:t.yearPicker})),S=e.computed(()=>yE(t.range)),L=e.computed(()=>xE(t.ui));return{defaultedTransitions:p,defaultedMultiCalendars:s,defaultedStartTime:c,defaultedAriaLabels:d,defaultedFilters:f,defaultedActionRow:h,defaultedPreviewFormat:g,defaultedTextInput:_,defaultedInline:k,defaultedConfig:C,defaultedHighlight:M,defaultedWeekNumbers:x,defaultedRange:S,propDates:O,defaultedTz:y,defaultedMultiDates:E,defaultedUI:L,getDefaultPattern:n,getDefaultStartTime:i}},EE=(t,r,n)=>{const a=e.ref(),{defaultedTextInput:i,defaultedRange:s,defaultedTz:c,defaultedMultiDates:d,getDefaultPattern:f}=pt(r),p=e.ref(""),h=e.toRef(r,"format"),g=e.toRef(r,"formatLocale");e.watch(a,()=>{typeof r.onInternalModelChange=="function"&&t("internal-model-change",a.value,W(!0))},{deep:!0}),e.watch(s,(m,D)=>{m.enabled!==D.enabled&&(a.value=null)}),e.watch(h,()=>{pe()});const _=m=>c.value.timezone&&c.value.convertModel?Jt(m,c.value.timezone):m,k=m=>{if(c.value.timezone&&c.value.convertModel){const D=Yk(c.value.timezone,m);return U8(m,D)}return m},C=(m,D,j=!1)=>l1(m,r.format,r.formatLocale,i.value.rangeSeparator,r.modelAuto,D??f(),j),M=m=>m?r.modelType?he(m):{hours:ur(m),minutes:Vr(m),seconds:r.enableSeconds?Aa(m):0}:null,x=m=>r.modelType?he(m):{month:Ge(m),year:Pe(m)},y=m=>Array.isArray(m)?d.value.enabled?m.map(D=>E(D,zn(ge(),D))):Ai(()=>[zn(ge(),m[0]),m[1]?zn(ge(),m[1]):Ba(s.value.partialRange)],s.value.enabled):zn(ge(),+m),E=(m,D)=>(typeof m=="string"||typeof m=="number")&&r.modelType?ae(m):D,O=m=>Array.isArray(m)?[E(m[0],Sr(null,+m[0].hours,+m[0].minutes,m[0].seconds)),E(m[1],Sr(null,+m[1].hours,+m[1].minutes,m[1].seconds))]:E(m,Sr(null,m.hours,m.minutes,m.seconds)),S=m=>{const D=it(ge(),{date:1});return Array.isArray(m)?d.value.enabled?m.map(j=>E(j,ar(D,+j.month,+j.year))):Ai(()=>[E(m[0],ar(D,+m[0].month,+m[0].year)),E(m[1],m[1]?ar(D,+m[1].month,+m[1].year):Ba(s.value.partialRange))],s.value.enabled):E(m,ar(D,+m.month,+m.year))},L=m=>{if(Array.isArray(m))return m.map(D=>ae(D));throw new Error(nc.dateArr("multi-dates"))},V=m=>{if(Array.isArray(m)&&s.value.enabled){const D=m[0],j=m[1];return[ge(Array.isArray(D)?D[0]:null),Array.isArray(j)&&j.length?ge(j[0]):null]}return ge(m[0])},T=m=>r.modelAuto?Array.isArray(m)?[ae(m[0]),ae(m[1])]:r.autoApply?[ae(m)]:[ae(m),null]:Array.isArray(m)?Ai(()=>m[1]?[ae(m[0]),m[1]?ae(m[1]):Ba(s.value.partialRange)]:[ae(m[0])],s.value.enabled):ae(m),N=()=>{Array.isArray(a.value)&&s.value.enabled&&a.value.length===1&&a.value.push(Ba(s.value.partialRange))},P=()=>{const m=a.value;return[he(m[0]),m[1]?he(m[1]):Ba(s.value.partialRange)]},b=()=>a.value[1]?P():he(It(a.value[0])),R=()=>(a.value||[]).map(m=>he(m)),Y=(m=!1)=>(m||N(),r.modelAuto?b():d.value.enabled?R():Array.isArray(a.value)?Ai(()=>P(),s.value.enabled):he(It(a.value))),ie=m=>!m||Array.isArray(m)&&!m.length?null:r.timePicker?O(It(m)):r.monthPicker?S(It(m)):r.yearPicker?y(It(m)):d.value.enabled?L(It(m)):r.weekPicker?V(It(m)):T(It(m)),H=m=>{const D=ie(m);xu(It(D))?(a.value=It(D),pe()):(a.value=null,p.value="")},X=()=>{const m=D=>Wn(D,i.value.format);return`${m(a.value[0])} ${i.value.rangeSeparator} ${a.value[1]?m(a.value[1]):""}`},K=()=>n.value&&a.value?Array.isArray(a.value)?X():Wn(a.value,i.value.format):C(a.value),re=()=>a.value?d.value.enabled?a.value.map(m=>C(m)).join("; "):i.value.enabled&&typeof i.value.format=="string"?K():C(a.value):"",pe=()=>{!r.format||typeof r.format=="string"||i.value.enabled&&typeof i.value.format=="string"?p.value=re():p.value=r.format(a.value)},ae=m=>{if(r.utc){const D=new Date(m);return r.utc==="preserve"?new Date(D.getTime()+D.getTimezoneOffset()*6e4):D}return r.modelType?Kk.includes(r.modelType)?_(new Date(m)):r.modelType==="format"&&(typeof r.format=="string"||!r.format)?_(bu(m,f(),new Date,{locale:g.value})):_(bu(m,r.modelType,new Date,{locale:g.value})):_(new Date(m))},he=m=>m?r.utc?eE(m,r.utc==="preserve",r.enableSeconds):r.modelType?r.modelType==="timestamp"?+k(m):r.modelType==="iso"?k(m).toISOString():r.modelType==="format"&&(typeof r.format=="string"||!r.format)?C(k(m)):C(k(m),r.modelType,!0):k(m):"",Z=(m,D=!1,j=!1)=>{if(j)return m;if(t("update:model-value",m),c.value.emitTimezone&&D){const ue=Array.isArray(m)?m.map(te=>Jt(It(te),c.value.emitTimezone)):Jt(It(m),c.value.emitTimezone);t("update:model-timezone-value",ue)}},U=m=>Array.isArray(a.value)?d.value.enabled?a.value.map(D=>m(D)):[m(a.value[0]),a.value[1]?m(a.value[1]):Ba(s.value.partialRange)]:m(It(a.value)),F=()=>{if(Array.isArray(a.value)){const m=rr(a.value[0],r.weekStart),D=a.value[1]?rr(a.value[1],r.weekStart):[];return[m.map(j=>ge(j)),D.map(j=>ge(j))]}return rr(a.value,r.weekStart).map(m=>ge(m))},Q=(m,D)=>Z(It(U(m)),!1,D),$=m=>{const D=F();return m?D:t("update:model-value",F())},W=(m=!1)=>(m||pe(),r.monthPicker?Q(x,m):r.timePicker?Q(M,m):r.yearPicker?Q(Pe,m):r.weekPicker?$(m):Z(Y(m),!0,m));return{inputValue:p,internalModelValue:a,checkBeforeEmit:()=>a.value?s.value.enabled?s.value.partialRange?a.value.length>=1:a.value.length===2:!!a.value:!1,parseExternalModelValue:H,formatInputValue:pe,emitModelValue:W}},CE=(t,r)=>{const{defaultedFilters:n,propDates:a}=pt(t),{validateMonthYearInRange:i}=Dr(t),s=(h,g)=>{let _=h;return n.value.months.includes(Ge(_))?(_=g?On(h,1):La(h,1),s(_,g)):_},c=(h,g)=>{let _=h;return n.value.years.includes(Pe(_))?(_=g?Uu(h,1):Vh(h,1),c(_,g)):_},d=(h,g=!1)=>{const _=it(ge(),{month:t.month,year:t.year});let k=h?On(_,1):La(_,1);t.disableYearSelect&&(k=zn(k,t.year));let C=Ge(k),M=Pe(k);n.value.months.includes(C)&&(k=s(k,h),C=Ge(k),M=Pe(k)),n.value.years.includes(M)&&(k=c(k,h),M=Pe(k)),i(C,M,h,t.preventMinMaxNavigation)&&f(C,M,g)},f=(h,g,_)=>{r("update-month-year",{month:h,year:g,fromNav:_})},p=e.computed(()=>h=>i1(it(ge(),{month:t.month,year:t.year}),a.value.maxDate,a.value.minDate,t.preventMinMaxNavigation,h));return{handleMonthYearChange:d,isDisabled:p,updateMonthYear:f}},il={multiCalendars:{type:[Boolean,Number,String,Object],default:void 0},modelValue:{type:[String,Date,Array,Object,Number],default:null},modelType:{type:String,default:null},position:{type:String,default:"center"},dark:{type:Boolean,default:!1},format:{type:[String,Function],default:()=>null},autoPosition:{type:[Boolean,String],default:!0},altPosition:{type:Function,default:null},transitions:{type:[Boolean,Object],default:!0},formatLocale:{type:Object,default:null},utc:{type:[Boolean,String],default:!1},ariaLabels:{type:Object,default:()=>({})},offset:{type:[Number,String],default:10},hideNavigation:{type:Array,default:()=>[]},timezone:{type:[String,Object],default:null},vertical:{type:Boolean,default:!1},disableMonthYearSelect:{type:Boolean,default:!1},disableYearSelect:{type:Boolean,default:!1},dayClass:{type:Function,default:null},yearRange:{type:Array,default:()=>[1900,2100]},enableTimePicker:{type:Boolean,default:!0},autoApply:{type:Boolean,default:!1},disabledDates:{type:[Array,Function],default:()=>[]},monthNameFormat:{type:String,default:"short"},startDate:{type:[Date,String],default:null},startTime:{type:[Object,Array],default:null},hideOffsetDates:{type:Boolean,default:!1},noToday:{type:Boolean,default:!1},disabledWeekDays:{type:Array,default:()=>[]},allowedDates:{type:Array,default:null},nowButtonLabel:{type:String,default:"Now"},markers:{type:Array,default:()=>[]},escClose:{type:Boolean,default:!0},spaceConfirm:{type:Boolean,default:!0},monthChangeOnArrows:{type:Boolean,default:!0},presetDates:{type:Array,default:()=>[]},flow:{type:Array,default:()=>[]},partialFlow:{type:Boolean,default:!1},preventMinMaxNavigation:{type:Boolean,default:!1},reverseYears:{type:Boolean,default:!1},weekPicker:{type:Boolean,default:!1},filters:{type:Object,default:()=>({})},arrowNavigation:{type:Boolean,default:!1},highlight:{type:[Function,Object],default:null},teleport:{type:[Boolean,String,Object],default:null},teleportCenter:{type:Boolean,default:!1},locale:{type:String,default:"en-Us"},weekNumName:{type:String,default:"W"},weekStart:{type:[Number,String],default:1},weekNumbers:{type:[String,Function,Object],default:null},monthChangeOnScroll:{type:[Boolean,String],default:!0},dayNames:{type:[Function,Array],default:null},monthPicker:{type:Boolean,default:!1},customProps:{type:Object,default:null},yearPicker:{type:Boolean,default:!1},modelAuto:{type:Boolean,default:!1},selectText:{type:String,default:"Select"},cancelText:{type:String,default:"Cancel"},previewFormat:{type:[String,Function],default:()=>""},multiDates:{type:[Object,Boolean],default:!1},ignoreTimeValidation:{type:Boolean,default:!1},minDate:{type:[Date,String],default:null},maxDate:{type:[Date,String],default:null},minTime:{type:Object,default:null},maxTime:{type:Object,default:null},name:{type:String,default:null},placeholder:{type:String,default:""},hideInputIcon:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},alwaysClearable:{type:Boolean,default:!1},state:{type:Boolean,default:null},required:{type:Boolean,default:!1},autocomplete:{type:String,default:"off"},timePicker:{type:Boolean,default:!1},enableSeconds:{type:Boolean,default:!1},is24:{type:Boolean,default:!0},noHoursOverlay:{type:Boolean,default:!1},noMinutesOverlay:{type:Boolean,default:!1},noSecondsOverlay:{type:Boolean,default:!1},hoursGridIncrement:{type:[String,Number],default:1},minutesGridIncrement:{type:[String,Number],default:5},secondsGridIncrement:{type:[String,Number],default:5},hoursIncrement:{type:[Number,String],default:1},minutesIncrement:{type:[Number,String],default:1},secondsIncrement:{type:[Number,String],default:1},range:{type:[Boolean,Object],default:!1},uid:{type:String,default:null},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inline:{type:[Boolean,Object],default:!1},textInput:{type:[Boolean,Object],default:!1},sixWeeks:{type:[Boolean,String],default:!1},actionRow:{type:Object,default:()=>({})},focusStartDate:{type:Boolean,default:!1},disabledTimes:{type:[Function,Array],default:void 0},timePickerInline:{type:Boolean,default:!1},calendar:{type:Function,default:null},config:{type:Object,default:void 0},quarterPicker:{type:Boolean,default:!1},yearFirst:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},onInternalModelChange:{type:[Function,Object],default:null},enableMinutes:{type:Boolean,default:!0},ui:{type:Object,default:()=>({})}},Tn={...il,shadow:{type:Boolean,default:!1},flowStep:{type:Number,default:0},internalModelValue:{type:[Date,Array],default:null},noOverlayFocus:{type:Boolean,default:!1},collapse:{type:Boolean,default:!1},menuWrapRef:{type:Object,default:null},getInputRect:{type:Function,default:()=>({})},isTextInputDate:{type:Boolean,default:!1},isMobile:{type:Boolean,default:void 0}},$E=["title"],BE=["disabled"],SE=e.defineComponent({compatConfig:{MODE:3},__name:"ActionRow",props:{menuMount:{type:Boolean,default:!1},calendarWidth:{type:Number,default:0},...Tn},emits:["close-picker","select-date","select-now","invalid-select"],setup(t,{emit:r}){const n=r,a=t,{defaultedActionRow:i,defaultedPreviewFormat:s,defaultedMultiCalendars:c,defaultedTextInput:d,defaultedInline:f,defaultedRange:p,defaultedMultiDates:h}=pt(a),{isTimeValid:g,isMonthValid:_}=Dr(a),{buildMatrix:k}=Mr(),C=e.ref(null),M=e.ref(null),x=e.ref(!1),y=e.ref({}),E=e.ref(null),O=e.ref(null);e.onMounted(()=>{a.arrowNavigation&&k([St(C),St(M)],"actionRow"),S(),window.addEventListener("resize",S)}),e.onUnmounted(()=>{window.removeEventListener("resize",S)});const S=()=>{x.value=!1,setTimeout(()=>{var H,X;const K=(H=E.value)==null?void 0:H.getBoundingClientRect(),re=(X=O.value)==null?void 0:X.getBoundingClientRect();K&&re&&(y.value.maxWidth=`${re.width-K.width-20}px`),x.value=!0},0)},L=e.computed(()=>p.value.enabled&&!p.value.partialRange&&a.internalModelValue?a.internalModelValue.length===2:!0),V=e.computed(()=>!g.value(a.internalModelValue)||!_.value(a.internalModelValue)||!L.value),T=()=>{const H=s.value;return a.timePicker||a.monthPicker,H(It(a.internalModelValue))},N=()=>{const H=a.internalModelValue;return c.value.count>0?`${P(H[0])} - ${P(H[1])}`:[P(H[0]),P(H[1])]},P=H=>l1(H,s.value,a.formatLocale,d.value.rangeSeparator,a.modelAuto,s.value),b=e.computed(()=>!a.internalModelValue||!a.menuMount?"":typeof s.value=="string"?Array.isArray(a.internalModelValue)?a.internalModelValue.length===2&&a.internalModelValue[1]?N():h.value.enabled?a.internalModelValue.map(H=>`${P(H)}`):a.modelAuto?`${P(a.internalModelValue[0])}`:`${P(a.internalModelValue[0])} -`:P(a.internalModelValue):T()),R=()=>h.value.enabled?"; ":" - ",Y=e.computed(()=>Array.isArray(b.value)?b.value.join(R()):b.value),ie=()=>{g.value(a.internalModelValue)&&_.value(a.internalModelValue)&&L.value?n("select-date"):n("invalid-select")};return(H,X)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"actionRowRef",ref:O,class:"dp__action_row"},[H.$slots["action-row"]?e.renderSlot(H.$slots,"action-row",e.normalizeProps(e.mergeProps({key:0},{internalModelValue:H.internalModelValue,disabled:V.value,selectDate:()=>H.$emit("select-date"),closePicker:()=>H.$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:Y.value,style:e.normalizeStyle(y.value)},[H.$slots["action-preview"]&&x.value?e.renderSlot(H.$slots,"action-preview",{key:0,value:H.internalModelValue}):e.createCommentVNode("",!0),!H.$slots["action-preview"]&&x.value?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(Y.value),1)],64)):e.createCommentVNode("",!0)],12,$E)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"actionBtnContainer",ref:E,class:"dp__action_buttons","data-dp-element":"action-row"},[H.$slots["action-buttons"]?e.renderSlot(H.$slots,"action-buttons",{key:0,value:H.internalModelValue}):e.createCommentVNode("",!0),H.$slots["action-buttons"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[!e.unref(f).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:X[0]||(X[0]=K=>H.$emit("close-picker")),onKeydown:X[1]||(X[1]=K=>e.unref(Wt)(K,()=>H.$emit("close-picker")))},e.toDisplayString(H.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:X[2]||(X[2]=K=>H.$emit("select-now")),onKeydown:X[3]||(X[3]=K=>e.unref(Wt)(K,()=>H.$emit("select-now")))},e.toDisplayString(H.nowButtonLabel),33)):e.createCommentVNode("",!0),e.unref(i).showSelect?(e.openBlock(),e.createElementBlock("button",{key:2,ref_key:"selectButtonRef",ref:M,type:"button",class:"dp__action_button dp__action_select",disabled:V.value,"data-test-id":"select-button",onKeydown:X[4]||(X[4]=K=>e.unref(Wt)(K,()=>ie())),onClick:ie},e.toDisplayString(H.selectText),41,BE)):e.createCommentVNode("",!0)],64))],512)],64))],512))}}),VE=["role","aria-label","tabindex"],OE={class:"dp__selection_grid_header"},IE=["aria-selected","aria-disabled","data-test-id","onClick","onKeydown","onMouseover"],NE=["aria-label"],Ro=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:a,buildMultiLevelMatrix:i,setMonthPicker:s}=Mr(),c=n,d=t,{defaultedAriaLabels:f,defaultedTextInput:p,defaultedConfig:h}=pt(d),{hideNavigationButtons:g}=ul(),_=e.ref(!1),k=e.ref(null),C=e.ref(null),M=e.ref([]),x=e.ref(),y=e.ref(null),E=e.ref(0),O=e.ref(null);e.onBeforeUpdate(()=>{k.value=null}),e.onMounted(()=>{e.nextTick().then(()=>R()),d.noOverlayFocus||L(),S(!0)}),e.onUnmounted(()=>S(!1));const S=U=>{var F;d.arrowNavigation&&((F=d.headerRefs)!=null&&F.length?s(U):a(U))},L=()=>{var U;const F=St(C);F&&(p.value.enabled||(k.value?(U=k.value)==null||U.focus({preventScroll:!0}):F.focus({preventScroll:!0})),_.value=F.clientHeight<F.scrollHeight)},V=e.computed(()=>({dp__overlay:!0,"dp--overlay-absolute":!d.useRelative,"dp--overlay-relative":d.useRelative})),T=e.computed(()=>d.useRelative?{height:`${d.height}px`,width:"var(--dp-menu-min-width)"}:void 0),N=e.computed(()=>({dp__overlay_col:!0})),P=e.computed(()=>({dp__btn:!0,dp__button:!0,dp__overlay_action:!0,dp__over_action_scroll:_.value,dp__button_bottom:d.isLast})),b=e.computed(()=>{var U,F;return{dp__overlay_container:!0,dp__container_flex:((U=d.items)==null?void 0:U.length)<=6,dp__container_block:((F=d.items)==null?void 0:F.length)>6}});e.watch(()=>d.items,()=>R(!1),{deep:!0});const R=(U=!0)=>{e.nextTick().then(()=>{const F=St(k),Q=St(C),$=St(y),W=St(O),m=$?$.getBoundingClientRect().height:0;Q&&(Q.getBoundingClientRect().height?E.value=Q.getBoundingClientRect().height-m:E.value=h.value.modeHeight-m),F&&W&&U&&(W.scrollTop=F.offsetTop-W.offsetTop-(E.value/2-F.getBoundingClientRect().height)-m)})},Y=U=>{U.disabled||c("selected",U.value)},ie=()=>{c("toggle"),c("reset-flow")},H=()=>{d.escClose&&ie()},X=(U,F,Q,$)=>{U&&((F.active||F.value===d.focusValue)&&(k.value=U),d.arrowNavigation&&(Array.isArray(M.value[Q])?M.value[Q][$]=U:M.value[Q]=[U],K()))},K=()=>{var U,F;const Q=(U=d.headerRefs)!=null&&U.length?[d.headerRefs].concat(M.value):M.value.concat([d.skipButtonRef?[]:[y.value]]);i(It(Q),(F=d.headerRefs)!=null&&F.length?"monthPicker":"selectionGrid")},re=U=>{d.arrowNavigation||Br(U,h.value,!0)},pe=U=>{x.value=U,c("hover-value",U)},ae=()=>{if(ie(),!d.isLast){const U=wu(d.menuWrapRef??null,"action-row");if(U){const F=Th(U);F==null||F.focus()}}},he=U=>{switch(U.key){case dt.esc:return H();case dt.arrowLeft:return re(U);case dt.arrowRight:return re(U);case dt.arrowUp:return re(U);case dt.arrowDown:return re(U);default:return}},Z=U=>{if(U.key===dt.enter)return ie();if(U.key===dt.tab)return ae()};return r({focusGrid:L}),(U,F)=>{var Q;return e.openBlock(),e.createElementBlock("div",{ref_key:"gridWrapRef",ref:C,class:e.normalizeClass(V.value),style:e.normalizeStyle(T.value),role:U.useRelative?void 0:"dialog","aria-label":U.overlayLabel,tabindex:U.useRelative?void 0:"0",onKeydown:he,onClick:F[0]||(F[0]=e.withModifiers(()=>{},["prevent"]))},[e.createElementVNode("div",{ref_key:"containerRef",ref:O,class:e.normalizeClass(b.value),style:e.normalizeStyle({"--dp-overlay-height":`${E.value}px`}),role:"grid"},[e.createElementVNode("div",OE,[e.renderSlot(U.$slots,"header")]),U.$slots.overlay?e.renderSlot(U.$slots,"overlay",{key:0}):(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:1},e.renderList(U.items,($,W)=>(e.openBlock(),e.createElementBlock("div",{key:W,class:e.normalizeClass(["dp__overlay_row",{dp__flex_row:U.items.length>=3}]),role:"row"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList($,(m,D)=>(e.openBlock(),e.createElementBlock("div",{key:m.value,ref_for:!0,ref:j=>X(j,m,W,D),role:"gridcell",class:e.normalizeClass(N.value),"aria-selected":m.active||void 0,"aria-disabled":m.disabled||void 0,tabindex:"0","data-test-id":m.text,onClick:e.withModifiers(j=>Y(m),["prevent"]),onKeydown:j=>e.unref(Wt)(j,()=>Y(m),!0),onMouseover:j=>pe(m.value)},[e.createElementVNode("div",{class:e.normalizeClass(m.className)},[U.$slots.item?e.renderSlot(U.$slots,"item",{key:0,item:m}):e.createCommentVNode("",!0),U.$slots.item?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(m.text),1)],64))],2)],42,IE))),128))],2))),128))],6),U.$slots["button-icon"]?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"toggleButton",ref:y,type:"button","aria-label":(Q=e.unref(f))==null?void 0:Q.toggleOverlay,class:e.normalizeClass(P.value),tabindex:"0",onClick:ie,onKeydown:Z},[e.renderSlot(U.$slots,"button-icon")],42,NE)),[[e.vShow,!e.unref(g)(U.hideNavigation,U.type)]]):e.createCommentVNode("",!0)],46,VE)}}}),TE=["data-dp-mobile"],ll=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]),a=e.computed(()=>({dp__instance_calendar:r.multiCalendars>0}));return(i,s)=>(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,(c,d)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:e.normalizeClass(a.value)},[e.renderSlot(i.$slots,"default",{instance:c,index:d})],2))),128))],10,TE))}}),ME=["data-dp-element","aria-label","aria-disabled"],xo=e.defineComponent({compatConfig:{MODE:3},__name:"ArrowBtn",props:{ariaLabel:{},elName:{},disabled:{type:Boolean}},emits:["activate","set-ref"],setup(t,{emit:r}){const n=r,a=e.ref(null);return e.onMounted(()=>n("set-ref",a)),(i,s)=>(e.openBlock(),e.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=>e.unref(Wt)(c,()=>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,ME))}}),DE=["aria-label","data-test-id"],c1=e.defineComponent({__name:"YearModePicker",props:{...Tn,showYearPicker:{type:Boolean,default:!1},items:{type:Array,default:()=>[]},instance:{type:Number,default:0},year:{type:Number,default:0},isDisabled:{type:Function,default:()=>!1}},emits:["toggle-year-picker","year-select","handle-year"],setup(t,{emit:r}){const n=r,a=t,{showRightIcon:i,showLeftIcon:s}=ul(),{defaultedConfig:c,defaultedMultiCalendars:d,defaultedAriaLabels:f,defaultedTransitions:p,defaultedUI:h}=pt(a),{showTransition:g,transitionName:_}=Ao(p),k=e.ref(!1),C=(y=!1,E)=>{k.value=!k.value,n("toggle-year-picker",{flow:y,show:E})},M=y=>{k.value=!1,n("year-select",y)},x=(y=!1)=>{n("handle-year",y)};return(y,E)=>{var O,S,L,V,T;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{class:e.normalizeClass(["dp--year-mode-picker",{"dp--hidden-el":k.value}])},[e.unref(s)(e.unref(d),t.instance)?(e.openBlock(),e.createBlock(xo,{key:0,ref:"mpPrevIconRef","aria-label":(O=e.unref(f))==null?void 0:O.prevYear,disabled:t.isDisabled(!1),class:e.normalizeClass((S=e.unref(h))==null?void 0:S.navBtnPrev),onActivate:E[0]||(E[0]=N=>x(!1))},{default:e.withCtx(()=>[y.$slots["arrow-left"]?e.renderSlot(y.$slots,"arrow-left",{key:0}):e.createCommentVNode("",!0),y.$slots["arrow-left"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Xu),{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}-${(L=e.unref(f))==null?void 0:L.openYearsOverlay}`,"data-test-id":`year-mode-btn-${t.instance}`,onClick:E[1]||(E[1]=()=>C(!1)),onKeydown:E[2]||(E[2]=e.withKeys(()=>C(!1),["enter"]))},[y.$slots.year?e.renderSlot(y.$slots,"year",{key:0,year:t.year}):e.createCommentVNode("",!0),y.$slots.year?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(t.year),1)],64))],40,DE),e.unref(i)(e.unref(d),t.instance)?(e.openBlock(),e.createBlock(xo,{key:1,ref:"mpNextIconRef","aria-label":(V=e.unref(f))==null?void 0:V.nextYear,disabled:t.isDisabled(!0),class:e.normalizeClass((T=e.unref(h))==null?void 0:T.navBtnNext),onActivate:E[3]||(E[3]=N=>x(!0))},{default:e.withCtx(()=>[y.$slots["arrow-right"]?e.renderSlot(y.$slots,"arrow-right",{key:0}):e.createCommentVNode("",!0),y.$slots["arrow-right"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Qu),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0)],2),e.createVNode(e.Transition,{name:e.unref(_)(t.showYearPicker),css:e.unref(g)},{default:e.withCtx(()=>{var N,P;return[t.showYearPicker?(e.openBlock(),e.createBlock(Ro,{key:0,items:t.items,"text-input":y.textInput,"esc-close":y.escClose,config:y.config,"is-last":y.autoApply&&!e.unref(c).keepActionRow,"hide-navigation":y.hideNavigation,"aria-labels":y.ariaLabels,"overlay-label":(P=(N=e.unref(f))==null?void 0:N.yearPicker)==null?void 0:P.call(N,!0),type:"year",onToggle:C,onSelected:E[4]||(E[4]=b=>M(b))},e.createSlots({"button-icon":e.withCtx(()=>[y.$slots["calendar-icon"]?e.renderSlot(y.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),y.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Wa),{key:1}))]),_:2},[y.$slots["year-overlay-value"]?{name:"item",fn:e.withCtx(({item:b})=>[e.renderSlot(y.$slots,"year-overlay-value",{text:b.text,value:b.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)}}}),fc=(t,r,n)=>{if(r.value&&Array.isArray(r.value))if(r.value.some(a=>Xe(t,a))){const a=r.value.filter(i=>!Xe(i,t));r.value=a.length?a:null}else(n&&+n>r.value.length||!n)&&r.value.push(t);else r.value=[t]},pc=(t,r,n)=>{let a=t.value?t.value.slice():[];return a.length===2&&a[1]!==null&&(a=[]),a.length?(gt(r,a[0])?a.unshift(r):a[1]=r,n("range-end",r)):(a=[r],n("range-start",r)),a},sl=(t,r,n,a)=>{t&&(t[0]&&t[1]&&n&&r("auto-apply"),t[0]&&!t[1]&&a&&n&&r("auto-apply"))},d1=t=>{Array.isArray(t.value)&&t.value.length<=2&&t.range?t.modelValue.value=t.value.map(r=>Jt(ge(r),t.timezone)):Array.isArray(t.value)||(t.modelValue.value=Jt(ge(t.value),t.timezone))},f1=(t,r,n,a)=>Array.isArray(r.value)&&(r.value.length===2||r.value.length===1&&a.value.partialRange)?a.value.fixedStart&&(kt(t,r.value[0])||Xe(t,r.value[0]))?[r.value[0],t]:a.value.fixedEnd&&(gt(t,r.value[1])||Xe(t,r.value[1]))?[t,r.value[1]]:(n("invalid-fixed-range",t),r.value):[],p1=({multiCalendars:t,range:r,highlight:n,propDates:a,calendars:i,modelValue:s,props:c,filters:d,year:f,month:p,emit:h})=>{const g=e.computed(()=>tc(c.yearRange,c.locale,c.reverseYears)),_=e.ref([!1]),k=e.computed(()=>(b,R)=>{const Y=it(Vn(new Date),{month:p.value(b),year:f.value(b)}),ie=R?mh(Y):So(Y);return i1(ie,a.value.maxDate,a.value.minDate,c.preventMinMaxNavigation,R)}),C=()=>Array.isArray(s.value)&&t.value.solo&&s.value[1],M=()=>{for(let b=0;b<t.value.count;b++)if(b===0)i.value[b]=i.value[0];else if(b===t.value.count-1&&C())i.value[b]={month:Ge(s.value[1]),year:Pe(s.value[1])};else{const R=it(ge(),i.value[b-1]);i.value[b]={month:Ge(R),year:Pe(Uu(R,1))}}},x=b=>{if(!b)return M();const R=it(ge(),i.value[b]);return i.value[0].year=Pe(Vh(R,t.value.count-1)),M()},y=(b,R)=>{const Y=G8(R,b);return r.value.showLastInRange&&Y>1?R:b},E=b=>c.focusStartDate||t.value.solo?b[0]:b[1]?y(b[0],b[1]):b[0],O=()=>{if(s.value){const b=Array.isArray(s.value)?E(s.value):s.value;i.value[0]={month:Ge(b),year:Pe(b)}}},S=()=>{O(),t.value.count&&M()};e.watch(s,(b,R)=>{c.isTextInputDate&&JSON.stringify(b??{})!==JSON.stringify(R??{})&&S()}),e.onMounted(()=>{S()});const L=(b,R)=>{i.value[R].year=b,h("update-month-year",{instance:R,year:b,month:i.value[R].month}),t.value.count&&!t.value.solo&&x(R)},V=e.computed(()=>b=>Fa(g.value,R=>{var Y;const ie=f.value(b)===R.value,H=Vo(R.value,Ha(a.value.minDate),Ha(a.value.maxDate))||((Y=d.value.years)==null?void 0:Y.includes(f.value(b))),X=dc(n.value,R.value);return{active:ie,disabled:H,highlighted:X}})),T=(b,R)=>{L(b,R),P(R)},N=(b,R=!1)=>{if(!k.value(b,R)){const Y=R?f.value(b)+1:f.value(b)-1;L(Y,b)}},P=(b,R=!1,Y)=>{R||h("reset-flow"),Y!==void 0?_.value[b]=Y:_.value[b]=!_.value[b],_.value[b]?h("overlay-toggle",{open:!0,overlay:Pt.year}):(h("overlay-closed"),h("overlay-toggle",{open:!1,overlay:Pt.year}))};return{isDisabled:k,groupedYears:V,showYearPicker:_,selectYear:L,toggleYearPicker:P,handleYearSelect:T,handleYear:N}},RE=(t,r)=>{const{defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:i,defaultedConfig:s,defaultedRange:c,defaultedHighlight:d,propDates:f,defaultedTz:p,defaultedFilters:h,defaultedMultiDates:g}=pt(t),_=()=>{t.isTextInputDate&&S(Pe(ge(t.startDate)),0)},{modelValue:k,year:C,month:M,calendars:x}=Po(t,r,_),y=e.computed(()=>Ih(t.formatLocale,t.locale,t.monthNameFormat)),E=e.ref(null),{checkMinMaxRange:O}=Dr(t),{selectYear:S,groupedYears:L,showYearPicker:V,toggleYearPicker:T,handleYearSelect:N,handleYear:P,isDisabled:b}=p1({modelValue:k,multiCalendars:n,range:c,highlight:d,calendars:x,year:C,propDates:f,month:M,filters:h,props:t,emit:r});e.onMounted(()=>{t.startDate&&(k.value&&t.focusStartDate||!k.value)&&S(Pe(ge(t.startDate)),0)});const R=Q=>Q?{month:Ge(Q),year:Pe(Q)}:{month:null,year:null},Y=()=>k.value?Array.isArray(k.value)?k.value.map(Q=>R(Q)):R(k.value):R(),ie=(Q,$)=>{const W=x.value[Q],m=Y();return Array.isArray(m)?m.some(D=>D.year===(W==null?void 0:W.year)&&D.month===$):(W==null?void 0:W.year)===m.year&&$===m.month},H=(Q,$,W)=>{var m,D;const j=Y();return Array.isArray(j)?C.value($)===((m=j[W])==null?void 0:m.year)&&Q===((D=j[W])==null?void 0:D.month):!1},X=(Q,$)=>{if(c.value.enabled){const W=Y();if(Array.isArray(k.value)&&Array.isArray(W)){const m=H(Q,$,0)||H(Q,$,1),D=ar(Vn(ge()),Q,C.value($));return Io(k.value,E.value,D)&&!m}return!1}return!1},K=e.computed(()=>Q=>Fa(y.value,$=>{var W;const m=ie(Q,$.value),D=Vo($.value,n1(C.value(Q),f.value.minDate),r1(C.value(Q),f.value.maxDate))||oE(f.value.disabledDates,C.value(Q),$.value)||((W=h.value.months)==null?void 0:W.includes($.value))||!iE(f.value.allowedDates,C.value(Q),$.value),j=X($.value,Q),ue=s1(d.value,$.value,C.value(Q));return{active:m,disabled:D,isBetween:j,highlighted:ue}})),re=(Q,$)=>ar(Vn(ge()),Q,C.value($)),pe=(Q,$)=>{const W=k.value?k.value:Vn(new Date);k.value=ar(W,Q,C.value($)),r("auto-apply"),r("update-flow-step")},ae=(Q,$)=>{const W=re(Q,$);c.value.fixedEnd||c.value.fixedStart?k.value=f1(W,k,r,c):k.value?O(W,k.value)&&(k.value=pc(k,re(Q,$),r)):k.value=[re(Q,$)],e.nextTick().then(()=>{sl(k.value,r,t.autoApply,t.modelAuto)})},he=(Q,$)=>{fc(re(Q,$),k,g.value.limit),r("auto-apply",!0)},Z=(Q,$)=>(x.value[$].month=Q,F($,x.value[$].year,Q),g.value.enabled?he(Q,$):c.value.enabled?ae(Q,$):pe(Q,$)),U=(Q,$)=>{S(Q,$),F($,Q,null)},F=(Q,$,W)=>{let m=W;if(!m&&m!==0){const D=Y();m=Array.isArray(D)?D[Q].month:D.month}r("update-month-year",{instance:Q,year:$,month:m})};return{groupedMonths:K,groupedYears:L,year:C,isDisabled:b,defaultedMultiCalendars:n,defaultedAriaLabels:a,defaultedTransitions:i,defaultedConfig:s,showYearPicker:V,modelValue:k,presetDate:(Q,$)=>{d1({value:Q,modelValue:k,range:c.value.enabled,timezone:$?void 0:p.value.timezone}),r("auto-apply")},setHoverDate:(Q,$)=>{E.value=re(Q,$)},selectMonth:Z,selectYear:U,toggleYearPicker:T,handleYearSelect:N,handleYear:P,getModelMonthYear:Y}},AE=e.defineComponent({compatConfig:{MODE:3},__name:"MonthPicker",props:{...Tn},emits:["update:internal-model-value","overlay-closed","reset-flow","range-start","range-end","auto-apply","update-month-year","update-flow-step","mount","invalid-fixed-range","overlay-toggle"],setup(t,{expose:r,emit:n}){const a=n,i=e.useSlots(),s=sn(i,"yearMode"),c=t;e.onMounted(()=>{c.shadow||a("mount",null)});const{groupedMonths:d,groupedYears:f,year:p,isDisabled:h,defaultedMultiCalendars:g,defaultedConfig:_,showYearPicker:k,modelValue:C,presetDate:M,setHoverDate:x,selectMonth:y,selectYear:E,toggleYearPicker:O,handleYearSelect:S,handleYear:L,getModelMonthYear:V}=RE(c,a);return r({getSidebarProps:()=>({modelValue:C,year:p,getModelMonthYear:V,selectMonth:y,selectYear:E,handleYear:L}),presetDate:M,toggleYearPicker:T=>O(0,T)}),(T,N)=>(e.openBlock(),e.createBlock(ll,{"multi-calendars":e.unref(g).count,collapse:T.collapse,stretch:"","is-mobile":T.isMobile},{default:e.withCtx(({instance:P})=>[T.$slots["top-extra"]?e.renderSlot(T.$slots,"top-extra",{key:0,value:T.internalModelValue}):e.createCommentVNode("",!0),T.$slots["month-year"]?e.renderSlot(T.$slots,"month-year",e.normalizeProps(e.mergeProps({key:1},{year:e.unref(p),months:e.unref(d)(P),years:e.unref(f)(P),selectMonth:e.unref(y),selectYear:e.unref(E),instance:P}))):(e.openBlock(),e.createBlock(Ro,{key:2,items:e.unref(d)(P),"arrow-navigation":T.arrowNavigation,"is-last":T.autoApply&&!e.unref(_).keepActionRow,"esc-close":T.escClose,height:e.unref(_).modeHeight,config:T.config,"no-overlay-focus":!!(T.noOverlayFocus||T.textInput),"use-relative":"",type:"month",onSelected:b=>e.unref(y)(b,P),onHoverValue:b=>e.unref(x)(b,P)},e.createSlots({header:e.withCtx(()=>[e.createVNode(c1,e.mergeProps(T.$props,{items:e.unref(f)(P),instance:P,"show-year-picker":e.unref(k)[P],year:e.unref(p)(P),"is-disabled":b=>e.unref(h)(P,b),onHandleYear:b=>e.unref(L)(P,b),onYearSelect:b=>e.unref(S)(b,P),onToggleYearPicker:b=>e.unref(O)(P,b==null?void 0:b.flow,b==null?void 0:b.show)}),e.createSlots({_:2},[e.renderList(e.unref(s),(b,R)=>({name:b,fn:e.withCtx(Y=>[e.renderSlot(T.$slots,b,e.normalizeProps(e.guardReactiveProps(Y)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),_:2},[T.$slots["month-overlay-value"]?{name:"item",fn:e.withCtx(({item:b})=>[e.renderSlot(T.$slots,"month-overlay-value",{text:b.text,value:b.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"]))}}),PE=(t,r)=>{const n=()=>{t.isTextInputDate&&(h.value=Pe(ge(t.startDate)))},{modelValue:a}=Po(t,r,n),i=e.ref(null),{defaultedHighlight:s,defaultedMultiDates:c,defaultedFilters:d,defaultedRange:f,propDates:p}=pt(t),h=e.ref();e.onMounted(()=>{t.startDate&&(a.value&&t.focusStartDate||!a.value)&&(h.value=Pe(ge(t.startDate)))});const g=y=>Array.isArray(a.value)?a.value.some(E=>Pe(E)===y):a.value?Pe(a.value)===y:!1,_=y=>f.value.enabled&&Array.isArray(a.value)?Io(a.value,i.value,x(y)):!1,k=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,M=e.computed(()=>Fa(tc(t.yearRange,t.locale,t.reverseYears),y=>{const E=g(y.value),O=Vo(y.value,Ha(p.value.minDate),Ha(p.value.maxDate))||d.value.years.includes(y.value)||!k(y.value)||C(y.value),S=_(y.value)&&!E,L=dc(s.value,y.value);return{active:E,disabled:O,isBetween:S,highlighted:L}})),x=y=>zn(Vn(So(new Date)),y);return{groupedYears:M,modelValue:a,focusYear:h,setHoverValue:y=>{i.value=zn(Vn(new Date),y)},selectYear:y=>{var E;if(r("update-month-year",{instance:0,year:y}),c.value.enabled)return a.value?Array.isArray(a.value)&&(((E=a.value)==null?void 0:E.map(O=>Pe(O))).includes(y)?a.value=a.value.filter(O=>Pe(O)!==y):a.value.push(zn(Mt(ge()),y))):a.value=[zn(Mt(So(ge())),y)],r("auto-apply",!0);f.value.enabled?(a.value=pc(a,x(y),r),e.nextTick().then(()=>{sl(a.value,r,t.autoApply,t.modelAuto)})):(a.value=x(y),r("auto-apply"))}}},LE=e.defineComponent({compatConfig:{MODE:3},__name:"YearPicker",props:{...Tn},emits:["update:internal-model-value","reset-flow","range-start","range-end","auto-apply","update-month-year"],setup(t,{expose:r,emit:n}){const a=n,i=t,{groupedYears:s,modelValue:c,focusYear:d,selectYear:f,setHoverValue:p}=PE(i,a),{defaultedConfig:h}=pt(i);return r({getSidebarProps:()=>({modelValue:c,selectYear:f})}),(g,_)=>(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(s),selectYear:e.unref(f)}))):(e.openBlock(),e.createBlock(Ro,{key:2,items:e.unref(s),"is-last":g.autoApply&&!e.unref(h).keepActionRow,height:e.unref(h).modeHeight,config:g.config,"no-overlay-focus":!!(g.noOverlayFocus||g.textInput),"focus-value":e.unref(d),type:"year","use-relative":"",onSelected:e.unref(f),onHoverValue:e.unref(p)},e.createSlots({_:2},[g.$slots["year-overlay-value"]?{name:"item",fn:e.withCtx(({item:k})=>[e.renderSlot(g.$slots,"year-overlay-value",{text:k.text,value:k.value})]),key:"0"}:void 0]),1032,["items","is-last","height","config","no-overlay-focus","focus-value","onSelected","onHoverValue"]))]))}}),FE={key:0,class:"dp__time_input"},zE=["data-compact","data-collapsed"],HE=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],UE=["aria-label","disabled","data-test-id","onKeydown","onClick"],WE=["data-test-id","aria-label","onKeydown","onClick","onMousedown"],jE={key:0},YE=["aria-label","data-compact"],KE=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},...Tn},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 a=n,i=t,{setTimePickerElements:s,setTimePickerBackRef:c}=Mr(),{defaultedAriaLabels:d,defaultedTransitions:f,defaultedFilters:p,defaultedConfig:h,defaultedRange:g,defaultedMultiCalendars:_}=pt(i),{transitionName:k,showTransition:C}=Ao(f),M=e.reactive({hours:!1,minutes:!1,seconds:!1}),x=e.ref("AM"),y=e.ref(null),E=e.ref([]),O=e.ref(),S=e.ref(!1);e.onMounted(()=>{a("mounted")});const L=A=>it(new Date,{hours:A.hours,minutes:A.minutes,seconds:i.enableSeconds?A.seconds:0,milliseconds:0}),V=e.computed(()=>A=>ae(A,i[A])||N(A,i[A])),T=e.computed(()=>({hours:i.hours,minutes:i.minutes,seconds:i.seconds})),N=(A,_e)=>g.value.enabled&&!g.value.disableTimeRangeValidation?!i.validateTime(A,_e):!1,P=(A,_e)=>{if(g.value.enabled&&!g.value.disableTimeRangeValidation){const be=_e?+i[`${A}Increment`]:-+i[`${A}Increment`],we=i[A]+be;return!i.validateTime(A,we)}return!1},b=e.computed(()=>A=>!Q(+i[A]+ +i[`${A}Increment`],A)||P(A,!0)),R=e.computed(()=>A=>!Q(+i[A]-+i[`${A}Increment`],A)||P(A,!1)),Y=(A,_e)=>uh(it(ge(),A),_e),ie=(A,_e)=>Uk(it(ge(),A),_e),H=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})),X=e.computed(()=>i.timePickerInline&&g.value.enabled&&!_.value.count),K=e.computed(()=>{const A=[{type:"hours"}];return i.enableMinutes&&A.push({type:"",separator:!0},{type:"minutes"}),i.enableSeconds&&A.push({type:"",separator:!0},{type:"seconds"}),A}),re=e.computed(()=>K.value.filter(A=>!A.separator)),pe=e.computed(()=>A=>{if(A==="hours"){const _e=ue(+i.hours);return{text:_e<10?`0${_e}`:`${_e}`,value:_e}}return{text:i[A]<10?`0${i[A]}`:`${i[A]}`,value:i[A]}}),ae=(A,_e)=>{var be;if(!i.disabledTimesConfig)return!1;const we=i.disabledTimesConfig(i.order,A==="hours"?_e:void 0);return we[A]?!!((be=we[A])!=null&&be.includes(_e)):!0},he=(A,_e)=>_e!=="hours"||x.value==="AM"?A:A+12,Z=A=>{const _e=i.is24?24:12,be=A==="hours"?_e:60,we=+i[`${A}GridIncrement`],He=A==="hours"&&!i.is24?we:0,Te=[];for(let ee=He;ee<be;ee+=we)Te.push({value:i.is24?ee:he(ee,A),text:ee<10?`0${ee}`:`${ee}`});return A==="hours"&&!i.is24&&Te.unshift({value:x.value==="PM"?12:0,text:"12"}),Fa(Te,ee=>({active:!1,disabled:p.value.times[A].includes(ee.value)||!Q(ee.value,A)||ae(A,ee.value)||N(A,ee.value)}))},U=A=>A>=0?A:59,F=A=>A>=0?A:23,Q=(A,_e)=>{const be=i.minTime?L(Ks(i.minTime)):null,we=i.maxTime?L(Ks(i.maxTime)):null,He=L(Ks(T.value,_e,_e==="minutes"||_e==="seconds"?U(A):F(A)));return be&&we?(Pa(He,we)||Va(He,we))&&(ia(He,be)||Va(He,be)):be?ia(He,be)||Va(He,be):we?Pa(He,we)||Va(He,we):!0},$=A=>i[`no${A[0].toUpperCase()+A.slice(1)}Overlay`],W=A=>{$(A)||(M[A]=!M[A],M[A]?(S.value=!0,a("overlay-opened",A)):(S.value=!1,a("overlay-closed",A)))},m=A=>A==="hours"?ur:A==="minutes"?Vr:Aa,D=()=>{O.value&&clearTimeout(O.value)},j=(A,_e=!0,be)=>{const we=_e?Y:ie,He=_e?+i[`${A}Increment`]:-+i[`${A}Increment`];Q(+i[A]+He,A)&&a(`update:${A}`,m(A)(we({[A]:+i[A]},{[A]:+i[`${A}Increment`]}))),!(be!=null&&be.keyboard)&&h.value.timeArrowHoldThreshold&&(O.value=setTimeout(()=>{j(A,_e)},h.value.timeArrowHoldThreshold))},ue=A=>i.is24?A:(A>=12?x.value="PM":x.value="AM",Qk(A)),te=()=>{x.value==="PM"?(x.value="AM",a("update:hours",i.hours-12)):(x.value="PM",a("update:hours",i.hours+12)),a("am-pm-change",x.value)},Ne=A=>{M[A]=!0},de=(A,_e,be)=>{if(A&&i.arrowNavigation){Array.isArray(E.value[_e])?E.value[_e][be]=A:E.value[_e]=[A];const we=E.value.reduce((He,Te)=>Te.map((ee,me)=>[...He[me]||[],Te[me]]),[]);c(i.closeTimePickerBtn),y.value&&(we[1]=we[1].concat(y.value)),s(we,i.order)}},ye=(A,_e)=>(W(A),a(`update:${A}`,_e));return r({openChildCmp:Ne}),(A,_e)=>{var be;return A.disabled?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",FE,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(K.value,(we,He)=>{var Te,ee,me;return e.openBlock(),e.createElementBlock("div",{key:He,class:e.normalizeClass(H.value),"data-compact":X.value&&!A.enableSeconds,"data-collapsed":X.value&&A.enableSeconds},[we.separator?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[S.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:Be=>de(Be,He,0),type:"button",class:e.normalizeClass({dp__btn:!0,dp__inc_dec_button:!A.timePickerInline,dp__inc_dec_button_inline:A.timePickerInline,dp__tp_inline_btn_top:A.timePickerInline,dp__inc_dec_button_disabled:b.value(we.type),"dp--hidden-el":S.value}),"data-test-id":`${we.type}-time-inc-btn-${i.order}`,"aria-label":(Te=e.unref(d))==null?void 0:Te.incrementValue(we.type),tabindex:"0",onKeydown:Be=>e.unref(Wt)(Be,()=>j(we.type,!0,{keyboard:!0}),!0),onClick:Be=>e.unref(h).timeArrowHoldThreshold?void 0:j(we.type,!0),onMousedown:Be=>e.unref(h).timeArrowHoldThreshold?j(we.type,!0):void 0,onMouseup:D},[i.timePickerInline?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[A.$slots["tp-inline-arrow-up"]?e.renderSlot(A.$slots,"tp-inline-arrow-up",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[_e[2]||(_e[2]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),_e[3]||(_e[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},[A.$slots["arrow-up"]?e.renderSlot(A.$slots,"arrow-up",{key:0}):e.createCommentVNode("",!0),A.$slots["arrow-up"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Ju),{key:1}))],64))],42,HE),e.createElementVNode("button",{ref_for:!0,ref:Be=>de(Be,He,1),type:"button","aria-label":`${pe.value(we.type).text}-${(ee=e.unref(d))==null?void 0:ee.openTpOverlay(we.type)}`,class:e.normalizeClass({dp__time_display:!0,dp__time_display_block:!A.timePickerInline,dp__time_display_inline:A.timePickerInline,"dp--time-invalid":V.value(we.type),"dp--time-overlay-btn":!V.value(we.type),"dp--hidden-el":S.value}),disabled:$(we.type),tabindex:"0","data-test-id":`${we.type}-toggle-overlay-btn-${i.order}`,onKeydown:Be=>e.unref(Wt)(Be,()=>W(we.type),!0),onClick:Be=>W(we.type)},[A.$slots[we.type]?e.renderSlot(A.$slots,we.type,{key:0,text:pe.value(we.type).text,value:pe.value(we.type).value}):e.createCommentVNode("",!0),A.$slots[we.type]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(pe.value(we.type).text),1)],64))],42,UE),e.createElementVNode("button",{ref_for:!0,ref:Be=>de(Be,He,2),type:"button",class:e.normalizeClass({dp__btn:!0,dp__inc_dec_button:!A.timePickerInline,dp__inc_dec_button_inline:A.timePickerInline,dp__tp_inline_btn_bottom:A.timePickerInline,dp__inc_dec_button_disabled:R.value(we.type),"dp--hidden-el":S.value}),"data-test-id":`${we.type}-time-dec-btn-${i.order}`,"aria-label":(me=e.unref(d))==null?void 0:me.decrementValue(we.type),tabindex:"0",onKeydown:Be=>e.unref(Wt)(Be,()=>j(we.type,!1,{keyboard:!0}),!0),onClick:Be=>e.unref(h).timeArrowHoldThreshold?void 0:j(we.type,!1),onMousedown:Be=>e.unref(h).timeArrowHoldThreshold?j(we.type,!1):void 0,onMouseup:D},[i.timePickerInline?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[A.$slots["tp-inline-arrow-down"]?e.renderSlot(A.$slots,"tp-inline-arrow-down",{key:0}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[_e[4]||(_e[4]=e.createElementVNode("span",{class:"dp__tp_inline_btn_bar dp__tp_btn_in_l"},null,-1)),_e[5]||(_e[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},[A.$slots["arrow-down"]?e.renderSlot(A.$slots,"arrow-down",{key:0}):e.createCommentVNode("",!0),A.$slots["arrow-down"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Zu),{key:1}))],64))],42,WE)],64))],10,zE)}),128)),A.is24?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",jE,[A.$slots["am-pm-button"]?e.renderSlot(A.$slots,"am-pm-button",{key:0,toggle:te,value:x.value}):e.createCommentVNode("",!0),A.$slots["am-pm-button"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("button",{key:1,ref_key:"amPmButton",ref:y,type:"button",class:"dp__pm_am_button",role:"button","aria-label":(be=e.unref(d))==null?void 0:be.amPmButton,tabindex:"0","data-compact":X.value,onClick:te,onKeydown:_e[0]||(_e[0]=we=>e.unref(Wt)(we,()=>te(),!0))},e.toDisplayString(x.value),41,YE))])),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(re.value,(we,He)=>(e.openBlock(),e.createBlock(e.Transition,{key:He,name:e.unref(k)(M[we.type]),css:e.unref(C)},{default:e.withCtx(()=>{var Te,ee;return[M[we.type]?(e.openBlock(),e.createBlock(Ro,{key:0,items:Z(we.type),"is-last":A.autoApply&&!e.unref(h).keepActionRow,"esc-close":A.escClose,type:we.type,"text-input":A.textInput,config:A.config,"arrow-navigation":A.arrowNavigation,"aria-labels":A.ariaLabels,"overlay-label":(ee=(Te=e.unref(d)).timeOverlay)==null?void 0:ee.call(Te,we.type),onSelected:me=>ye(we.type,me),onToggle:me=>W(we.type),onResetFlow:_e[1]||(_e[1]=me=>A.$emit("reset-flow"))},e.createSlots({"button-icon":e.withCtx(()=>[A.$slots["clock-icon"]?e.renderSlot(A.$slots,"clock-icon",{key:0}):e.createCommentVNode("",!0),A.$slots["clock-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(A.timePickerInline?e.unref(Wa):e.unref(qu)),{key:1}))]),_:2},[A.$slots[`${we.type}-overlay-value`]?{name:"item",fn:e.withCtx(({item:me})=>[e.renderSlot(A.$slots,`${we.type}-overlay-value`,{text:me.text,value:me.value})]),key:"0"}:void 0,A.$slots[`${we.type}-overlay-header`]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(A.$slots,`${we.type}-overlay-header`,{toggle:()=>W(we.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))]))}}}),GE=["data-dp-mobile"],XE=["aria-label","tabindex"],QE=["role","aria-label","tabindex"],qE=["aria-label"],h1=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},...Tn},emits:["update:hours","update:minutes","update:seconds","mount","reset-flow","overlay-opened","overlay-closed","am-pm-change"],setup(t,{expose:r,emit:n}){const a=n,i=t,{buildMatrix:s,setTimePicker:c}=Mr(),d=e.useSlots(),{defaultedTransitions:f,defaultedAriaLabels:p,defaultedTextInput:h,defaultedConfig:g,defaultedRange:_}=pt(i),{transitionName:k,showTransition:C}=Ao(f),{hideNavigationButtons:M}=ul(),x=e.ref(null),y=e.ref(null),E=e.ref([]),O=e.ref(null),S=e.ref(!1);e.onMounted(()=>{a("mount"),!i.timePicker&&i.arrowNavigation?s([St(x.value)],"time"):c(!0,i.timePicker)});const L=e.computed(()=>_.value.enabled&&i.modelAuto?Nh(i.internalModelValue):!0),V=e.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}),N=e.computed(()=>{const ae=[];if(_.value.enabled)for(let he=0;he<2;he++)ae.push(T(he));else ae.push(T(0));return ae}),P=(ae,he=!1,Z="")=>{he||a("reset-flow"),V.value=ae,a(ae?"overlay-opened":"overlay-closed",Pt.time),i.arrowNavigation&&c(ae),e.nextTick(()=>{Z!==""&&E.value[0]&&E.value[0].openChildCmp(Z)})},b=e.computed(()=>({dp__btn:!0,dp__button:!0,dp__button_bottom:i.autoApply&&!g.value.keepActionRow})),R=sn(d,"timePicker"),Y=(ae,he,Z)=>_.value.enabled?he===0?[ae,N.value[1][Z]]:[N.value[0][Z],ae]:ae,ie=ae=>{a("update:hours",ae)},H=ae=>{a("update:minutes",ae)},X=ae=>{a("update:seconds",ae)},K=()=>{if(O.value&&!h.value.enabled&&!i.noOverlayFocus){const ae=Th(O.value);ae&&ae.focus({preventScroll:!0})}},re=ae=>{S.value=!1,a("overlay-closed",ae)},pe=ae=>{S.value=!0,a("overlay-opened",ae)};return r({toggleTimePicker:P}),(ae,he)=>{var Z;return e.openBlock(),e.createElementBlock("div",{class:"dp--tp-wrap","data-dp-mobile":ae.isMobile},[!ae.timePicker&&!ae.timePickerInline?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:0,ref_key:"openTimePickerBtn",ref:x,type:"button",class:e.normalizeClass({...b.value,"dp--hidden-el":V.value}),"aria-label":(Z=e.unref(p))==null?void 0:Z.openTimePicker,tabindex:ae.noOverlayFocus?void 0:0,"data-test-id":"open-time-picker-btn",onKeydown:he[0]||(he[0]=U=>e.unref(Wt)(U,()=>P(!0))),onClick:he[1]||(he[1]=U=>P(!0))},[ae.$slots["clock-icon"]?e.renderSlot(ae.$slots,"clock-icon",{key:0}):e.createCommentVNode("",!0),ae.$slots["clock-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(qu),{key:1}))],42,XE)),[[e.vShow,!e.unref(M)(ae.hideNavigation,"time")]]):e.createCommentVNode("",!0),e.createVNode(e.Transition,{name:e.unref(k)(V.value),css:e.unref(C)&&!ae.timePickerInline},{default:e.withCtx(()=>{var U,F;return[V.value||ae.timePicker||ae.timePickerInline?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"overlayRef",ref:O,role:ae.timePickerInline?void 0:"dialog",class:e.normalizeClass({dp__overlay:!ae.timePickerInline,"dp--overlay-absolute":!i.timePicker&&!ae.timePickerInline,"dp--overlay-relative":i.timePicker}),style:e.normalizeStyle(ae.timePicker?{height:`${e.unref(g).modeHeight}px`}:void 0),"aria-label":(U=e.unref(p))==null?void 0:U.timePicker,tabindex:ae.timePickerInline?void 0:0},[e.createElementVNode("div",{class:e.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"]?e.renderSlot(ae.$slots,"time-picker-overlay",{key:0,hours:t.hours,minutes:t.minutes,seconds:t.seconds,setHours:ie,setMinutes:H,setSeconds:X}):e.createCommentVNode("",!0),ae.$slots["time-picker-overlay"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(ae.timePickerInline?"dp__flex":"dp__overlay_row dp__flex_row")},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,(Q,$)=>e.withDirectives((e.openBlock(),e.createBlock(KE,e.mergeProps({key:$,ref_for:!0},{...ae.$props,order:$,hours:Q.hours,minutes:Q.minutes,seconds:Q.seconds,closeTimePickerBtn:y.value,disabledTimesConfig:t.disabledTimesConfig,disabled:$===0?e.unref(_).fixedStart:e.unref(_).fixedEnd},{ref_for:!0,ref_key:"timeInputRefs",ref:E,"validate-time":(W,m)=>t.validateTime(W,Y(m,$,W)),"onUpdate:hours":W=>ie(Y(W,$,"hours")),"onUpdate:minutes":W=>H(Y(W,$,"minutes")),"onUpdate:seconds":W=>X(Y(W,$,"seconds")),onMounted:K,onOverlayClosed:re,onOverlayOpened:pe,onAmPmChange:he[2]||(he[2]=W=>ae.$emit("am-pm-change",W))}),e.createSlots({_:2},[e.renderList(e.unref(R),(W,m)=>({name:W,fn:e.withCtx(D=>[e.renderSlot(ae.$slots,W,e.mergeProps({ref_for:!0},D))])}))]),1040,["validate-time","onUpdate:hours","onUpdate:minutes","onUpdate:seconds"])),[[e.vShow,$===0?!0:L.value]])),128))],2)),!ae.timePicker&&!ae.timePickerInline?e.withDirectives((e.openBlock(),e.createElementBlock("button",{key:2,ref_key:"closeTimePickerBtn",ref:y,type:"button",class:e.normalizeClass({...b.value,"dp--hidden-el":S.value}),"aria-label":(F=e.unref(p))==null?void 0:F.closeTimePicker,tabindex:"0",onKeydown:he[3]||(he[3]=Q=>e.unref(Wt)(Q,()=>P(!1))),onClick:he[4]||(he[4]=Q=>P(!1))},[ae.$slots["calendar-icon"]?e.renderSlot(ae.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),ae.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Wa),{key:1}))],42,qE)),[[e.vShow,!e.unref(M)(ae.hideNavigation,"time")]]):e.createCommentVNode("",!0)],2)],14,QE)):e.createCommentVNode("",!0)]}),_:3},8,["name","css"])],8,GE)}}}),m1=(t,r,n,a)=>{const{defaultedRange:i}=pt(t),s=(O,S)=>Array.isArray(r[O])?r[O][S]:r[O],c=O=>t.enableSeconds?Array.isArray(r.seconds)?r.seconds[O]:r.seconds:0,d=(O,S)=>O?S!==void 0?Sr(O,s("hours",S),s("minutes",S),c(S)):Sr(O,r.hours,r.minutes,c()):Sh(ge(),c(S)),f=(O,S)=>{r[O]=S},p=e.computed(()=>t.modelAuto&&i.value.enabled?Array.isArray(n.value)?n.value.length>1:!1:i.value.enabled),h=(O,S)=>{const L=Object.fromEntries(Object.keys(r).map(V=>V===O?[V,S]:[V,r[V]].slice()));if(p.value&&!i.value.disableTimeRangeValidation){const V=N=>n.value?Sr(n.value[N],L.hours[N],L.minutes[N],L.seconds[N]):null,T=N=>Bh(n.value[N],0);return!(Xe(V(0),V(1))&&(ia(V(0),T(1))||Pa(V(1),T(0))))}return!0},g=(O,S)=>{h(O,S)&&(f(O,S),a&&a())},_=O=>{g("hours",O)},k=O=>{g("minutes",O)},C=O=>{g("seconds",O)},M=(O,S,L,V)=>{S&&_(O),!S&&!L&&k(O),L&&C(O),n.value&&V(n.value)},x=O=>{if(O){const S=Array.isArray(O),L=S?[+O[0].hours,+O[1].hours]:+O.hours,V=S?[+O[0].minutes,+O[1].minutes]:+O.minutes,T=S?[+O[0].seconds,+O[1].seconds]:+O.seconds;f("hours",L),f("minutes",V),t.enableSeconds&&f("seconds",T)}},y=(O,S)=>{const L={hours:Array.isArray(r.hours)?r.hours[O]:r.hours,disabledArr:[]};return(S||S===0)&&(L.hours=S),Array.isArray(t.disabledTimes)&&(L.disabledArr=i.value.enabled&&Array.isArray(t.disabledTimes[O])?t.disabledTimes[O]:t.disabledTimes),L},E=e.computed(()=>(O,S)=>{var L;if(Array.isArray(t.disabledTimes)){const{disabledArr:V,hours:T}=y(O,S),N=V.filter(P=>+P.hours===T);return((L=N[0])==null?void 0:L.minutes)==="*"?{hours:[T],minutes:void 0,seconds:void 0}:{hours:[],minutes:(N==null?void 0:N.map(P=>+P.minutes))??[],seconds:(N==null?void 0:N.map(P=>P.seconds?+P.seconds:void 0))??[]}}return{hours:[],minutes:[],seconds:[]}});return{setTime:f,updateHours:_,updateMinutes:k,updateSeconds:C,getSetDateTime:d,updateTimeValues:M,getSecondsValue:c,assignStartTime:x,validateTime:h,disabledTimesConfig:E}},JE=(t,r)=>{const n=()=>{t.isTextInputDate&&S()},{modelValue:a,time:i}=Po(t,r,n),{defaultedStartTime:s,defaultedRange:c,defaultedTz:d}=pt(t),{updateTimeValues:f,getSetDateTime:p,setTime:h,assignStartTime:g,disabledTimesConfig:_,validateTime:k}=m1(t,i,a,C);function C(){r("update-flow-step")}const M=V=>{const{hours:T,minutes:N,seconds:P}=V;return{hours:+T,minutes:+N,seconds:P?+P:0}},x=()=>{if(t.startTime){if(Array.isArray(t.startTime)){const T=M(t.startTime[0]),N=M(t.startTime[1]);return[it(ge(),T),it(ge(),N)]}const V=M(t.startTime);return it(ge(),V)}return c.value.enabled?[null,null]:null},y=()=>{if(c.value.enabled){const[V,T]=x();a.value=[Jt(p(V,0),d.value.timezone),Jt(p(T,1),d.value.timezone)]}else a.value=Jt(p(x()),d.value.timezone)},E=V=>Array.isArray(V)?[aa(ge(V[0])),aa(ge(V[1]))]:[aa(V??ge())],O=(V,T,N)=>{h("hours",V),h("minutes",T),h("seconds",t.enableSeconds?N:0)},S=()=>{const[V,T]=E(a.value);return c.value.enabled?O([V.hours,T.hours],[V.minutes,T.minutes],[V.seconds,T.seconds]):O(V.hours,V.minutes,V.seconds)};e.onMounted(()=>{if(!t.shadow)return g(s.value),a.value?S():y()});const L=()=>{Array.isArray(a.value)?a.value=a.value.map((V,T)=>V&&p(V,T)):a.value=p(a.value),r("time-update")};return{modelValue:a,time:i,disabledTimesConfig:_,updateTime:(V,T=!0,N=!1)=>{f(V,T,N,L)},validateTime:k}},ZE=e.defineComponent({compatConfig:{MODE:3},__name:"TimePickerSolo",props:{...Tn},emits:["update:internal-model-value","time-update","am-pm-change","mount","reset-flow","update-flow-step","overlay-toggle"],setup(t,{expose:r,emit:n}){const a=n,i=t,s=e.useSlots(),c=sn(s,"timePicker"),d=e.ref(null),{time:f,modelValue:p,disabledTimesConfig:h,updateTime:g,validateTime:_}=JE(i,a);return e.onMounted(()=>{i.shadow||a("mount",null)}),r({getSidebarProps:()=>({modelValue:p,time:f,updateTime:g}),toggleTimePicker:(k,C=!1,M="")=>{var x;(x=d.value)==null||x.toggleTimePicker(k,C,M)}}),(k,C)=>(e.openBlock(),e.createBlock(ll,{"multi-calendars":0,stretch:"","is-mobile":k.isMobile},{default:e.withCtx(()=>[e.createVNode(h1,e.mergeProps({ref_key:"tpRef",ref:d},k.$props,{hours:e.unref(f).hours,minutes:e.unref(f).minutes,seconds:e.unref(f).seconds,"internal-model-value":k.internalModelValue,"disabled-times-config":e.unref(h),"validate-time":e.unref(_),"onUpdate:hours":C[0]||(C[0]=M=>e.unref(g)(M)),"onUpdate:minutes":C[1]||(C[1]=M=>e.unref(g)(M,!1)),"onUpdate:seconds":C[2]||(C[2]=M=>e.unref(g)(M,!1,!0)),onAmPmChange:C[3]||(C[3]=M=>k.$emit("am-pm-change",M)),onResetFlow:C[4]||(C[4]=M=>k.$emit("reset-flow")),onOverlayClosed:C[5]||(C[5]=M=>k.$emit("overlay-toggle",{open:!1,overlay:M})),onOverlayOpened:C[6]||(C[6]=M=>k.$emit("overlay-toggle",{open:!0,overlay:M}))}),e.createSlots({_:2},[e.renderList(e.unref(c),(M,x)=>({name:M,fn:e.withCtx(y=>[e.renderSlot(k.$slots,M,e.normalizeProps(e.guardReactiveProps(y)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"])]),_:3},8,["is-mobile"]))}}),eC={class:"dp--header-wrap"},tC={key:0,class:"dp__month_year_wrap"},nC={key:0},rC={class:"dp__month_year_wrap"},aC=["data-dp-element","aria-label","data-test-id","onClick","onKeydown"],oC=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:()=>[]},...Tn},emits:["update-month-year","mount","reset-flow","overlay-closed","overlay-opened"],setup(t,{expose:r,emit:n}){const a=n,i=t,{defaultedTransitions:s,defaultedAriaLabels:c,defaultedMultiCalendars:d,defaultedFilters:f,defaultedConfig:p,defaultedHighlight:h,propDates:g,defaultedUI:_}=pt(i),{transitionName:k,showTransition:C}=Ao(s),{buildMatrix:M}=Mr(),{handleMonthYearChange:x,isDisabled:y,updateMonthYear:E}=CE(i,a),{showLeftIcon:O,showRightIcon:S}=ul(),L=e.ref(!1),V=e.ref(!1),T=e.ref(!1),N=e.ref([null,null,null,null]);e.onMounted(()=>{a("mount")});const P=F=>({get:()=>i[F],set:Q=>{const $=F===Bn.month?Bn.year:Bn.month;a("update-month-year",{[F]:Q,[$]:i[$]}),F===Bn.month?re(!0):pe(!0)}}),b=e.computed(P(Bn.month)),R=e.computed(P(Bn.year)),Y=e.computed(()=>F=>({month:i.month,year:i.year,items:F===Bn.month?i.months:i.years,instance:i.instance,updateMonthYear:E,toggle:F===Bn.month?re:pe})),ie=e.computed(()=>i.months.find(Q=>Q.value===i.month)||{text:"",value:0}),H=e.computed(()=>Fa(i.months,F=>{const Q=i.month===F.value,$=Vo(F.value,n1(i.year,g.value.minDate),r1(i.year,g.value.maxDate))||f.value.months.includes(F.value),W=s1(h.value,F.value,i.year);return{active:Q,disabled:$,highlighted:W}})),X=e.computed(()=>Fa(i.years,F=>{const Q=i.year===F.value,$=Vo(F.value,Ha(g.value.minDate),Ha(g.value.maxDate))||f.value.years.includes(F.value),W=dc(h.value,F.value);return{active:Q,disabled:$,highlighted:W}})),K=(F,Q,$)=>{$!==void 0?F.value=$:F.value=!F.value,F.value?(T.value=!0,a("overlay-opened",Q)):(T.value=!1,a("overlay-closed",Q))},re=(F=!1,Q)=>{ae(F),K(L,Pt.month,Q)},pe=(F=!1,Q)=>{ae(F),K(V,Pt.year,Q)},ae=F=>{F||a("reset-flow")},he=(F,Q)=>{i.arrowNavigation&&(N.value[Q]=St(F),M(N.value,"monthYear"))},Z=e.computed(()=>{var F,Q,$,W,m,D;return[{type:Bn.month,index:1,toggle:re,modelValue:b.value,updateModelValue:j=>b.value=j,text:ie.value.text,showSelectionGrid:L.value,items:H.value,ariaLabel:(F=c.value)==null?void 0:F.openMonthsOverlay,overlayLabel:(($=(Q=c.value).monthPicker)==null?void 0:$.call(Q,!0))??void 0},{type:Bn.year,index:2,toggle:pe,modelValue:R.value,updateModelValue:j=>R.value=j,text:Mh(i.year,i.locale),showSelectionGrid:V.value,items:X.value,ariaLabel:(W=c.value)==null?void 0:W.openYearsOverlay,overlayLabel:((D=(m=c.value).yearPicker)==null?void 0:D.call(m,!0))??void 0}]}),U=e.computed(()=>i.disableYearSelect?[Z.value[0]]:i.yearFirst?[...Z.value].reverse():Z.value);return r({toggleMonthPicker:re,toggleYearPicker:pe,handleMonthYearChange:x}),(F,Q)=>{var $,W,m,D,j,ue;return e.openBlock(),e.createElementBlock("div",eC,[F.$slots["month-year"]?(e.openBlock(),e.createElementBlock("div",tC,[e.renderSlot(F.$slots,"month-year",e.normalizeProps(e.guardReactiveProps({month:t.month,year:t.year,months:t.months,years:t.years,updateMonthYear:e.unref(E),handleMonthYearChange:e.unref(x),instance:t.instance,isDisabled:e.unref(y)})))])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[F.$slots["top-extra"]?(e.openBlock(),e.createElementBlock("div",nC,[e.renderSlot(F.$slots,"top-extra",{value:F.internalModelValue})])):e.createCommentVNode("",!0),e.createElementVNode("div",rC,[e.unref(O)(e.unref(d),t.instance)&&!F.vertical?(e.openBlock(),e.createBlock(xo,{key:0,"aria-label":($=e.unref(c))==null?void 0:$.prevMonth,disabled:e.unref(y)(!1),class:e.normalizeClass((W=e.unref(_))==null?void 0:W.navBtnPrev),"el-name":"action-prev",onActivate:Q[0]||(Q[0]=te=>e.unref(x)(!1,!0)),onSetRef:Q[1]||(Q[1]=te=>he(te,0))},{default:e.withCtx(()=>[F.$slots["arrow-left"]?e.renderSlot(F.$slots,"arrow-left",{key:0}):e.createCommentVNode("",!0),F.$slots["arrow-left"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Xu),{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:F.disableYearSelect}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(U.value,(te,Ne)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:te.type},[e.createElementVNode("button",{ref_for:!0,ref:de=>he(de,Ne+1),type:"button","data-dp-element":`overlay-${te.type}`,class:e.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-${t.instance}`,onClick:te.toggle,onKeydown:de=>e.unref(Wt)(de,()=>te.toggle(),!0)},[F.$slots[te.type]?e.renderSlot(F.$slots,te.type,{key:0,text:te.text,value:i[te.type]}):e.createCommentVNode("",!0),F.$slots[te.type]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(te.text),1)],64))],42,aC),e.createVNode(e.Transition,{name:e.unref(k)(te.showSelectionGrid),css:e.unref(C)},{default:e.withCtx(()=>[te.showSelectionGrid?(e.openBlock(),e.createBlock(Ro,{key:0,items:te.items,"arrow-navigation":F.arrowNavigation,"hide-navigation":F.hideNavigation,"is-last":F.autoApply&&!e.unref(p).keepActionRow,"skip-button-ref":!1,config:F.config,type:te.type,"header-refs":[],"esc-close":F.escClose,"menu-wrap-ref":F.menuWrapRef,"text-input":F.textInput,"aria-labels":F.ariaLabels,"overlay-label":te.overlayLabel,onSelected:te.updateModelValue,onToggle:te.toggle},e.createSlots({"button-icon":e.withCtx(()=>[F.$slots["calendar-icon"]?e.renderSlot(F.$slots,"calendar-icon",{key:0}):e.createCommentVNode("",!0),F.$slots["calendar-icon"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Wa),{key:1}))]),_:2},[F.$slots[`${te.type}-overlay-value`]?{name:"item",fn:e.withCtx(({item:de})=>[e.renderSlot(F.$slots,`${te.type}-overlay-value`,{text:de.text,value:de.value})]),key:"0"}:void 0,F.$slots[`${te.type}-overlay`]?{name:"overlay",fn:e.withCtx(()=>[e.renderSlot(F.$slots,`${te.type}-overlay`,e.mergeProps({ref_for:!0},Y.value(te.type)))]),key:"1"}:void 0,F.$slots[`${te.type}-overlay-header`]?{name:"header",fn:e.withCtx(()=>[e.renderSlot(F.$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"])):e.createCommentVNode("",!0)]),_:2},1032,["name","css"])],64))),128))],2),e.unref(O)(e.unref(d),t.instance)&&F.vertical?(e.openBlock(),e.createBlock(xo,{key:1,"aria-label":(m=e.unref(c))==null?void 0:m.prevMonth,"el-name":"action-prev",disabled:e.unref(y)(!1),class:e.normalizeClass((D=e.unref(_))==null?void 0:D.navBtnPrev),onActivate:Q[2]||(Q[2]=te=>e.unref(x)(!1,!0))},{default:e.withCtx(()=>[F.$slots["arrow-up"]?e.renderSlot(F.$slots,"arrow-up",{key:0}):e.createCommentVNode("",!0),F.$slots["arrow-up"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(Ju),{key:1}))]),_:3},8,["aria-label","disabled","class"])):e.createCommentVNode("",!0),e.unref(S)(e.unref(d),t.instance)?(e.openBlock(),e.createBlock(xo,{key:2,ref:"rightIcon","el-name":"action-next",disabled:e.unref(y)(!0),"aria-label":(j=e.unref(c))==null?void 0:j.nextMonth,class:e.normalizeClass((ue=e.unref(_))==null?void 0:ue.navBtnNext),onActivate:Q[3]||(Q[3]=te=>e.unref(x)(!0,!0)),onSetRef:Q[4]||(Q[4]=te=>he(te,F.disableYearSelect?2:3))},{default:e.withCtx(()=>[F.$slots[F.vertical?"arrow-down":"arrow-right"]?e.renderSlot(F.$slots,F.vertical?"arrow-down":"arrow-right",{key:0}):e.createCommentVNode("",!0),F.$slots[F.vertical?"arrow-down":"arrow-right"]?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(F.vertical?e.unref(Zu):e.unref(Qu)),{key:1}))]),_:3},8,["disabled","aria-label","class"])):e.createCommentVNode("",!0)])],64))])}}}),iC={class:"dp__calendar_header",role:"row"},lC={key:0,class:"dp__calendar_header_item",role:"gridcell"},sC=["aria-label"],uC={key:0,class:"dp__calendar_item dp__week_num",role:"gridcell"},cC={class:"dp__cell_inner"},dC=["id","aria-pressed","aria-disabled","aria-label","tabindex","data-test-id","onClick","onTouchend","onKeydown","onMouseenter","onMouseleave","onMousedown"],fC=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},...Tn},emits:["select-date","set-hover-date","handle-scroll","mount","handle-swipe","handle-space","tooltip-open","tooltip-close"],setup(t,{expose:r,emit:n}){const a=n,i=t,{buildMultiLevelMatrix:s}=Mr(),{defaultedTransitions:c,defaultedConfig:d,defaultedAriaLabels:f,defaultedMultiCalendars:p,defaultedWeekNumbers:h,defaultedMultiDates:g,defaultedUI:_}=pt(i),k=e.ref(null),C=e.ref({bottom:"",left:"",transform:""}),M=e.ref([]),x=e.ref(null),y=e.ref(!0),E=e.ref(""),O=e.ref({startX:0,endX:0,startY:0,endY:0}),S=e.ref([]),L=e.ref({left:"50%"}),V=e.ref(!1),T=e.computed(()=>i.calendar?i.calendar(i.mappedDates):i.mappedDates),N=e.computed(()=>i.dayNames?Array.isArray(i.dayNames)?i.dayNames:i.dayNames(i.locale,+i.weekStart):Xk(i.formatLocale,i.locale,+i.weekStart));e.onMounted(()=>{a("mount",{cmp:"calendar",refs:M}),d.value.noSwipe||x.value&&(x.value.addEventListener("touchstart",he,{passive:!1}),x.value.addEventListener("touchend",Z,{passive:!1}),x.value.addEventListener("touchmove",U,{passive:!1})),i.monthChangeOnScroll&&x.value&&x.value.addEventListener("wheel",$,{passive:!1})});const P=te=>te?i.vertical?"vNext":"next":i.vertical?"vPrevious":"previous",b=(te,Ne)=>{if(i.transitions){const de=Mt(ar(ge(),i.month,i.year));E.value=kt(Mt(ar(ge(),te,Ne)),de)?c.value[P(!0)]:c.value[P(!1)],y.value=!1,e.nextTick(()=>{y.value=!0})}},R=e.computed(()=>({..._.value.calendar??{}})),Y=e.computed(()=>te=>{const Ne=qk(te);return{dp__marker_dot:Ne.type==="dot",dp__marker_line:Ne.type==="line"}}),ie=e.computed(()=>te=>Xe(te,k.value)),H=e.computed(()=>({dp__calendar:!0,dp__calendar_next:p.value.count>0&&i.instance!==0})),X=e.computed(()=>te=>i.hideOffsetDates?te.current:!0),K=async(te,Ne)=>{const{width:de,height:ye}=te.getBoundingClientRect();k.value=Ne.value;let A={left:`${de/2}px`},_e=-50;if(await e.nextTick(),S.value[0]){const{left:be,width:we}=S.value[0].getBoundingClientRect();be<0&&(A={left:"0"},_e=0,L.value.left=`${de/2}px`),window.innerWidth<be+we&&(A={right:"0"},_e=0,L.value.left=`${we-de/2}px`)}C.value={bottom:`${ye}px`,...A,transform:`translateX(${_e}%)`}},re=async(te,Ne,de)=>{var ye,A,_e;const be=St(M.value[Ne][de]);be&&((ye=te.marker)!=null&&ye.customPosition&&(_e=(A=te.marker)==null?void 0:A.tooltip)!=null&&_e.length?C.value=te.marker.customPosition(be):await K(be,te),a("tooltip-open",te.marker))},pe=async(te,Ne,de)=>{var ye,A;if(V.value&&g.value.enabled&&g.value.dragSelect)return a("select-date",te);if(a("set-hover-date",te),(A=(ye=te.marker)==null?void 0:ye.tooltip)!=null&&A.length){if(i.hideOffsetDates&&!te.current)return;await re(te,Ne,de)}},ae=te=>{k.value&&(k.value=null,C.value=JSON.parse(JSON.stringify({bottom:"",left:"",transform:""})),a("tooltip-close",te.marker))},he=te=>{O.value.startX=te.changedTouches[0].screenX,O.value.startY=te.changedTouches[0].screenY},Z=te=>{O.value.endX=te.changedTouches[0].screenX,O.value.endY=te.changedTouches[0].screenY,F()},U=te=>{i.vertical&&!i.inline&&te.preventDefault()},F=()=>{const te=i.vertical?"Y":"X";Math.abs(O.value[`start${te}`]-O.value[`end${te}`])>10&&a("handle-swipe",O.value[`start${te}`]>O.value[`end${te}`]?"right":"left")},Q=(te,Ne,de)=>{te&&(Array.isArray(M.value[Ne])?M.value[Ne][de]=te:M.value[Ne]=[te]),i.arrowNavigation&&s(M.value,"calendar")},$=te=>{i.monthChangeOnScroll&&(te.preventDefault(),a("handle-scroll",te))},W=te=>h.value.type==="local"?Yu(te.value,{weekStartsOn:+i.weekStart}):h.value.type==="iso"?Wu(te.value):typeof h.value.type=="function"?h.value.type(te.value):"",m=te=>{const Ne=te[0];return h.value.hideOnOffsetDates?te.some(de=>de.current)?W(Ne):"":W(Ne)},D=(te,Ne,de=!0)=>{!de&&nx()||(!g.value.enabled||d.value.allowPreventDefault)&&(Br(te,d.value),a("select-date",Ne))},j=te=>{Br(te,d.value)},ue=te=>{g.value.enabled&&g.value.dragSelect?(V.value=!0,a("select-date",te)):g.value.enabled&&a("select-date",te)};return r({triggerTransition:b}),(te,Ne)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(H.value)},[e.createElementVNode("div",{ref_key:"calendarWrapRef",ref:x,class:e.normalizeClass(R.value),role:"grid"},[e.createElementVNode("div",iC,[te.weekNumbers?(e.openBlock(),e.createElementBlock("div",lC,e.toDisplayString(te.weekNumName),1)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,(de,ye)=>{var A,_e;return e.openBlock(),e.createElementBlock("div",{key:ye,class:"dp__calendar_header_item",role:"gridcell","data-test-id":"calendar-header","aria-label":(_e=(A=e.unref(f))==null?void 0:A.weekDay)==null?void 0:_e.call(A,ye)},[te.$slots["calendar-header"]?e.renderSlot(te.$slots,"calendar-header",{key:0,day:de,index:ye}):e.createCommentVNode("",!0),te.$slots["calendar-header"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(de),1)],64))],8,sC)}),128))]),Ne[2]||(Ne[2]=e.createElementVNode("div",{class:"dp__calendar_header_separator"},null,-1)),e.createVNode(e.Transition,{name:E.value,css:!!te.transitions},{default:e.withCtx(()=>[y.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"dp__calendar",role:"rowgroup",onMouseleave:Ne[1]||(Ne[1]=de=>V.value=!1)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,(de,ye)=>(e.openBlock(),e.createElementBlock("div",{key:ye,class:"dp__calendar_row",role:"row"},[te.weekNumbers?(e.openBlock(),e.createElementBlock("div",uC,[e.createElementVNode("div",cC,e.toDisplayString(m(de.days)),1)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(de.days,(A,_e)=>{var be,we,He;return e.openBlock(),e.createElementBlock("div",{id:e.unref(Eu)(A.value),ref_for:!0,ref:Te=>Q(Te,ye,_e),key:_e+ye,role:"gridcell",class:"dp__calendar_item","aria-pressed":(A.classData.dp__active_date||A.classData.dp__range_start||A.classData.dp__range_start)??void 0,"aria-disabled":A.classData.dp__cell_disabled||void 0,"aria-label":(we=(be=e.unref(f))==null?void 0:be.day)==null?void 0:we.call(be,A),tabindex:!A.current&&te.hideOffsetDates?void 0:0,"data-test-id":e.unref(Eu)(A.value),onClick:e.withModifiers(Te=>D(Te,A),["prevent"]),onTouchend:Te=>D(Te,A,!1),onKeydown:Te=>e.unref(Wt)(Te,()=>te.$emit("select-date",A)),onMouseenter:Te=>pe(A,ye,_e),onMouseleave:Te=>ae(A),onMousedown:Te=>ue(A),onMouseup:Ne[0]||(Ne[0]=Te=>V.value=!1)},[e.createElementVNode("div",{class:e.normalizeClass(["dp__cell_inner",A.classData])},[te.$slots.day&&X.value(A)?e.renderSlot(te.$slots,"day",{key:0,day:+A.text,date:A.value}):e.createCommentVNode("",!0),te.$slots.day?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(A.text),1)],64)),A.marker&&X.value(A)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[te.$slots.marker?e.renderSlot(te.$slots,"marker",{key:0,marker:A.marker,day:+A.text,date:A.value}):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(Y.value(A.marker)),style:e.normalizeStyle(A.marker.color?{backgroundColor:A.marker.color}:{})},null,6))],64)):e.createCommentVNode("",!0),ie.value(A.value)?(e.openBlock(),e.createElementBlock("div",{key:3,ref_for:!0,ref_key:"activeTooltip",ref:S,class:"dp__marker_tooltip",style:e.normalizeStyle(C.value)},[(He=A.marker)!=null&&He.tooltip?(e.openBlock(),e.createElementBlock("div",{key:0,class:"dp__tooltip_content",onClick:j},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.marker.tooltip,(Te,ee)=>(e.openBlock(),e.createElementBlock("div",{key:ee,class:"dp__tooltip_text"},[te.$slots["marker-tooltip"]?e.renderSlot(te.$slots,"marker-tooltip",{key:0,tooltip:Te,day:A.value}):e.createCommentVNode("",!0),te.$slots["marker-tooltip"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",{class:"dp__tooltip_mark",style:e.normalizeStyle(Te.color?{backgroundColor:Te.color}:{})},null,4),e.createElementVNode("div",null,e.toDisplayString(Te.text),1)],64))]))),128)),e.createElementVNode("div",{class:"dp__arrow_bottom_tp",style:e.normalizeStyle(L.value)},null,4)])):e.createCommentVNode("",!0)],4)):e.createCommentVNode("",!0)],2)],40,dC)}),128))]))),128))],32)):e.createCommentVNode("",!0)]),_:3},8,["name","css"])],2)],2))}}),S0=t=>Array.isArray(t),pC=(t,r,n,a)=>{const i=e.ref([]),s=e.ref(new Date),c=e.ref(),d=()=>Z(t.isTextInputDate),{modelValue:f,calendars:p,time:h,today:g}=Po(t,r,d),{defaultedMultiCalendars:_,defaultedStartTime:k,defaultedRange:C,defaultedConfig:M,defaultedTz:x,propDates:y,defaultedMultiDates:E}=pt(t),{validateMonthYearInRange:O,isDisabled:S,isDateRangeAllowed:L,checkMinMaxRange:V}=Dr(t),{updateTimeValues:T,getSetDateTime:N,setTime:P,assignStartTime:b,validateTime:R,disabledTimesConfig:Y}=m1(t,h,f,a),ie=e.computed(()=>ne=>p.value[ne]?p.value[ne].month:0),H=e.computed(()=>ne=>p.value[ne]?p.value[ne].year:0),X=ne=>!M.value.keepViewOnOffsetClick||ne?!0:!c.value,K=(ne,ke,Ie,le=!1)=>{var xe,Se;X(le)&&(p.value[ne]||(p.value[ne]={month:0,year:0}),p.value[ne].month=jp(ke)?(xe=p.value[ne])==null?void 0:xe.month:ke,p.value[ne].year=jp(Ie)?(Se=p.value[ne])==null?void 0:Se.year:Ie)},re=()=>{t.autoApply&&r("select-date")},pe=()=>{k.value&&b(k.value)};e.onMounted(()=>{t.shadow||(f.value||(Ne(),pe()),Z(!0),t.focusStartDate&&t.startDate&&Ne())});const ae=e.computed(()=>{var ne;return(ne=t.flow)!=null&&ne.length&&!t.partialFlow?t.flowStep===t.flow.length:!0}),he=()=>{t.autoApply&&ae.value&&r("auto-apply",t.partialFlow?t.flowStep!==t.flow.length:!1)},Z=(ne=!1)=>{if(f.value)return Array.isArray(f.value)?(i.value=f.value,D(ne)):Q(f.value,ne);if(_.value.count&&ne&&!t.startDate)return F(ge(),ne)},U=()=>Array.isArray(f.value)&&C.value.enabled?Ge(f.value[0])===Ge(f.value[1]??f.value[0]):!1,F=(ne=new Date,ke=!1)=>{if((!_.value.count||!_.value.static||ke)&&K(0,Ge(ne),Pe(ne)),_.value.count&&(!f.value||U()||!_.value.solo)&&(!_.value.solo||ke))for(let Ie=1;Ie<_.value.count;Ie++){const le=it(ge(),{month:ie.value(Ie-1),year:H.value(Ie-1)}),xe=uh(le,{months:1});p.value[Ie]={month:Ge(xe),year:Pe(xe)}}},Q=(ne,ke)=>{F(ne),P("hours",ur(ne)),P("minutes",Vr(ne)),P("seconds",Aa(ne)),_.value.count&&ke&&te()},$=ne=>{if(_.value.count){if(_.value.solo)return 0;const ke=Ge(ne[0]),Ie=Ge(ne[1]);return Math.abs(Ie-ke)<_.value.count?0:1}return 1},W=(ne,ke)=>{ne[1]&&C.value.showLastInRange?F(ne[$(ne)],ke):F(ne[0],ke);const Ie=(le,xe)=>[le(ne[0]),ne[1]?le(ne[1]):h[xe][1]];P("hours",Ie(ur,"hours")),P("minutes",Ie(Vr,"minutes")),P("seconds",Ie(Aa,"seconds"))},m=(ne,ke)=>{if((C.value.enabled||t.weekPicker)&&!E.value.enabled)return W(ne,ke);if(E.value.enabled&&ke){const Ie=ne[ne.length-1];return Q(Ie,ke)}},D=ne=>{const ke=f.value;m(ke,ne),_.value.count&&_.value.solo&&te()},j=(ne,ke)=>{const Ie=it(ge(),{month:ie.value(ke),year:H.value(ke)}),le=ne<0?On(Ie,1):La(Ie,1);O(Ge(le),Pe(le),ne<0,t.preventMinMaxNavigation)&&(K(ke,Ge(le),Pe(le)),r("update-month-year",{instance:ke,month:Ge(le),year:Pe(le)}),_.value.count&&!_.value.solo&&ue(ke),n())},ue=ne=>{for(let ke=ne-1;ke>=0;ke--){const Ie=La(it(ge(),{month:ie.value(ke+1),year:H.value(ke+1)}),1);K(ke,Ge(Ie),Pe(Ie))}for(let ke=ne+1;ke<=_.value.count-1;ke++){const Ie=On(it(ge(),{month:ie.value(ke-1),year:H.value(ke-1)}),1);K(ke,Ge(Ie),Pe(Ie))}},te=()=>{if(Array.isArray(f.value)&&f.value.length===2){const ne=ge(ge(f.value[1]?f.value[1]:On(f.value[0],1))),[ke,Ie]=[Ge(f.value[0]),Pe(f.value[0])],[le,xe]=[Ge(f.value[1]),Pe(f.value[1])];(ke!==le||ke===le&&Ie!==xe)&&_.value.solo&&K(1,Ge(ne),Pe(ne))}else f.value&&!Array.isArray(f.value)&&(K(0,Ge(f.value),Pe(f.value)),F(ge()))},Ne=()=>{t.startDate&&(K(0,Ge(ge(t.startDate)),Pe(ge(t.startDate))),_.value.count&&ue(0))},de=(ne,ke)=>{if(t.monthChangeOnScroll){const Ie=new Date().getTime()-s.value.getTime(),le=Math.abs(ne.deltaY);let xe=500;le>1&&(xe=100),le>100&&(xe=0),Ie>xe&&(s.value=new Date,j(t.monthChangeOnScroll!=="inverse"?-ne.deltaY:ne.deltaY,ke))}},ye=(ne,ke,Ie=!1)=>{t.monthChangeOnArrows&&t.vertical===Ie&&A(ne,ke)},A=(ne,ke)=>{j(ne==="right"?-1:1,ke)},_e=ne=>{if(y.value.markers)return Zi(ne.value,y.value.markers)},be=(ne,ke)=>{switch(t.sixWeeks===!0?"append":t.sixWeeks){case"prepend":return[!0,!1];case"center":return[ne==0,!0];case"fair":return[ne==0||ke>ne,!0];case"append":return[!1,!1];default:return[!1,!1]}},we=(ne,ke,Ie,le)=>{if(t.sixWeeks&&ne.length<6){const xe=6-ne.length,Se=(ke.getDay()+7-le)%7,cn=6-(Ie.getDay()+7-le)%7,[Zt,fr]=be(Se,cn);for(let pr=1;pr<=xe;pr++)if(fr?!!(pr%2)==Zt:Zt){const Mn=ne[0].days[0],Ya=He(bn(Mn.value,-7),Ge(ke));ne.unshift({days:Ya})}else{const Mn=ne[ne.length-1],Ya=Mn.days[Mn.days.length-1],dl=He(bn(Ya.value,1),Ge(ke));ne.push({days:dl})}}return ne},He=(ne,ke)=>{const Ie=ge(ne),le=[];for(let xe=0;xe<7;xe++){const Se=bn(Ie,xe),cn=Ge(Se)!==ke;le.push({text:t.hideOffsetDates&&cn?"":Se.getDate(),value:Se,current:!cn,classData:{}})}return le},Te=(ne,ke)=>{const Ie=[],le=new Date(ke,ne),xe=new Date(ke,ne+1,0),Se=t.weekStart,cn=Nn(le,{weekStartsOn:Se}),Zt=fr=>{const pr=He(fr,ne);if(Ie.push({days:pr}),!Ie[Ie.length-1].days.some(Mn=>Xe(Mt(Mn.value),Mt(xe)))){const Mn=bn(fr,7);Zt(Mn)}};return Zt(cn),we(Ie,le,xe,Se)},ee=ne=>{const ke=Sr(ge(ne.value),h.hours,h.minutes,Ze());r("date-update",ke),E.value.enabled?fc(ke,f,E.value.limit):f.value=ke,a(),e.nextTick().then(()=>{he()})},me=ne=>C.value.noDisabledRange?a1(i.value[0],ne).some(ke=>S(ke)):!1,Be=()=>{i.value=f.value?f.value.slice():[],i.value.length===2&&!(C.value.fixedStart||C.value.fixedEnd)&&(i.value=[])},st=(ne,ke)=>{const Ie=[ge(ne.value),bn(ge(ne.value),+C.value.autoRange)];L(Ie)?(ke&&Ct(ne.value),i.value=Ie):r("invalid-date",ne.value)},Ct=ne=>{const ke=Ge(ge(ne)),Ie=Pe(ge(ne));if(K(0,ke,Ie),_.value.count>0)for(let le=1;le<_.value.count;le++){const xe=tE(it(ge(ne),{year:H.value(le-1),month:ie.value(le-1)}));K(le,xe.month,xe.year)}},Oe=ne=>{if(me(ne.value)||!V(ne.value,f.value,C.value.fixedStart?0:1))return r("invalid-date",ne.value);i.value=f1(ge(ne.value),f,r,C)},Vt=(ne,ke)=>{if(Be(),C.value.autoRange)return st(ne,ke);if(C.value.fixedStart||C.value.fixedEnd)return Oe(ne);i.value[0]?V(ge(ne.value),f.value)&&!me(ne.value)?gt(ge(ne.value),ge(i.value[0]))?(i.value.unshift(ge(ne.value)),r("range-end",i.value[0])):(i.value[1]=ge(ne.value),r("range-end",i.value[1])):(t.autoApply&&r("auto-apply-invalid",ne.value),r("invalid-date",ne.value)):(i.value[0]=ge(ne.value),r("range-start",i.value[0]))},Ze=(ne=!0)=>t.enableSeconds?Array.isArray(h.seconds)?ne?h.seconds[0]:h.seconds[1]:h.seconds:0,Yn=ne=>{i.value[ne]=Sr(i.value[ne],h.hours[ne],h.minutes[ne],Ze(ne!==1))},Rr=()=>{var ne,ke;i.value[0]&&i.value[1]&&+((ne=i.value)==null?void 0:ne[0])>+((ke=i.value)==null?void 0:ke[1])&&(i.value.reverse(),r("range-start",i.value[0]),r("range-end",i.value[1]))},dr=()=>{i.value.length&&(i.value[0]&&!i.value[1]?Yn(0):(Yn(0),Yn(1),a()),Rr(),f.value=i.value.slice(),sl(i.value,r,t.autoApply,t.modelAuto))},Ar=(ne,ke=!1)=>{if(S(ne.value)||!ne.current&&t.hideOffsetDates)return r("invalid-date",ne.value);if(c.value=JSON.parse(JSON.stringify(ne)),!C.value.enabled)return ee(ne);S0(h.hours)&&S0(h.minutes)&&!E.value.enabled&&(Vt(ne,ke),dr())},Pr=(ne,ke)=>{var Ie;K(ne,ke.month,ke.year,!0),_.value.count&&!_.value.solo&&ue(ne),r("update-month-year",{instance:ne,month:ke.month,year:ke.year}),n(_.value.solo?ne:void 0);const le=(Ie=t.flow)!=null&&Ie.length?t.flow[t.flowStep]:void 0;!ke.fromNav&&(le===Pt.month||le===Pt.year)&&a()},Lr=(ne,ke)=>{d1({value:ne,modelValue:f,range:C.value.enabled,timezone:ke?void 0:x.value.timezone}),re(),t.multiCalendars&&e.nextTick().then(()=>Z(!0))},Fr=()=>{const ne=ec(ge(),x.value);!C.value.enabled&&!E.value.enabled?f.value=ne:f.value&&Array.isArray(f.value)&&f.value[0]?E.value.enabled?f.value=[...f.value,ne]:f.value=gt(ne,f.value[0])?[ne,f.value[0]]:[f.value[0],ne]:f.value=[ne],re()},zr=()=>{if(Array.isArray(f.value))if(E.value.enabled){const ne=Hr();f.value[f.value.length-1]=N(ne)}else f.value=f.value.map((ne,ke)=>ne&&N(ne,ke));else f.value=N(f.value);r("time-update")},Hr=()=>Array.isArray(f.value)&&f.value.length?f.value[f.value.length-1]:null;return{calendars:p,modelValue:f,month:ie,year:H,time:h,disabledTimesConfig:Y,today:g,validateTime:R,getCalendarDays:Te,getMarker:_e,handleScroll:de,handleSwipe:A,handleArrow:ye,selectDate:Ar,updateMonthYear:Pr,presetDate:Lr,selectCurrentDate:Fr,updateTime:(ne,ke=!0,Ie=!1)=>{T(ne,ke,Ie,zr)},assignMonthAndYear:F,setStartTime:pe}},hC={key:0},mC=e.defineComponent({__name:"DatePicker",props:{...Tn},emits:["tooltip-open","tooltip-close","mount","update:internal-model-value","update-flow-step","reset-flow","auto-apply","focus-menu","select-date","range-start","range-end","invalid-fixed-range","time-update","am-pm-change","time-picker-open","time-picker-close","recalculate-position","update-month-year","auto-apply-invalid","date-update","invalid-date","overlay-toggle"],setup(t,{expose:r,emit:n}){const a=n,i=t,{calendars:s,month:c,year:d,modelValue:f,time:p,disabledTimesConfig:h,today:g,validateTime:_,getCalendarDays:k,getMarker:C,handleArrow:M,handleScroll:x,handleSwipe:y,selectDate:E,updateMonthYear:O,presetDate:S,selectCurrentDate:L,updateTime:V,assignMonthAndYear:T,setStartTime:N}=pC(i,a,U,F),P=e.useSlots(),{setHoverDate:b,getDayClassData:R,clearHoverDate:Y}=NC(f,i),{defaultedMultiCalendars:ie}=pt(i),H=e.ref([]),X=e.ref([]),K=e.ref(null),re=sn(P,"calendar"),pe=sn(P,"monthYear"),ae=sn(P,"timePicker"),he=de=>{i.shadow||a("mount",de)};e.watch(s,()=>{i.shadow||setTimeout(()=>{a("recalculate-position")},0)},{deep:!0}),e.watch(ie,(de,ye)=>{de.count-ye.count>0&&T()},{deep:!0});const Z=e.computed(()=>de=>k(c.value(de),d.value(de)).map(ye=>({...ye,days:ye.days.map(A=>(A.marker=C(A),A.classData=R(A),A))})));function U(de){var ye;de||de===0?(ye=X.value[de])==null||ye.triggerTransition(c.value(de),d.value(de)):X.value.forEach((A,_e)=>A.triggerTransition(c.value(_e),d.value(_e)))}function F(){a("update-flow-step")}const Q=(de,ye=!1)=>{E(de,ye),i.spaceConfirm&&a("select-date")},$=(de,ye,A=0)=>{var _e;(_e=H.value[A])==null||_e.toggleMonthPicker(de,ye)},W=(de,ye,A=0)=>{var _e;(_e=H.value[A])==null||_e.toggleYearPicker(de,ye)},m=(de,ye,A)=>{var _e;(_e=K.value)==null||_e.toggleTimePicker(de,ye,A)},D=(de,ye)=>{var A;if(!i.range){const _e=f.value?f.value:g,be=ye?new Date(ye):_e,we=de?Nn(be,{weekStartsOn:1}):vh(be,{weekStartsOn:1});E({value:we,current:Ge(be)===c.value(0),text:"",classData:{}}),(A=document.getElementById(Eu(we)))==null||A.focus()}},j=de=>{var ye;(ye=H.value[0])==null||ye.handleMonthYearChange(de,!0)},ue=de=>{O(0,{month:c.value(0),year:d.value(0)+(de?1:-1),fromNav:!0})},te=(de,ye)=>{de===Pt.time&&a(`time-picker-${ye?"open":"close"}`),a("overlay-toggle",{open:ye,overlay:de})},Ne=de=>{a("overlay-toggle",{open:!1,overlay:de}),a("focus-menu")};return r({clearHoverDate:Y,presetDate:S,selectCurrentDate:L,toggleMonthPicker:$,toggleYearPicker:W,toggleTimePicker:m,handleArrow:M,updateMonthYear:O,getSidebarProps:()=>({modelValue:f,month:c,year:d,time:p,updateTime:V,updateMonthYear:O,selectDate:E,presetDate:S}),changeMonth:j,changeYear:ue,selectWeekDate:D,setStartTime:N}),(de,ye)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(ll,{"multi-calendars":e.unref(ie).count,collapse:de.collapse,"is-mobile":de.isMobile},{default:e.withCtx(({instance:A,index:_e})=>[de.disableMonthYearSelect?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(oC,e.mergeProps({key:0,ref:be=>{be&&(H.value[_e]=be)},months:e.unref(Ih)(de.formatLocale,de.locale,de.monthNameFormat),years:e.unref(tc)(de.yearRange,de.locale,de.reverseYears),month:e.unref(c)(A),year:e.unref(d)(A),instance:A},de.$props,{onMount:ye[0]||(ye[0]=be=>he(e.unref(ra).header)),onResetFlow:ye[1]||(ye[1]=be=>de.$emit("reset-flow")),onUpdateMonthYear:be=>e.unref(O)(A,be),onOverlayClosed:Ne,onOverlayOpened:ye[2]||(ye[2]=be=>de.$emit("overlay-toggle",{open:!0,overlay:be}))}),e.createSlots({_:2},[e.renderList(e.unref(pe),(be,we)=>({name:be,fn:e.withCtx(He=>[e.renderSlot(de.$slots,be,e.normalizeProps(e.guardReactiveProps(He)))])}))]),1040,["months","years","month","year","instance","onUpdateMonthYear"])),e.createVNode(fC,e.mergeProps({ref:be=>{be&&(X.value[_e]=be)},"mapped-dates":Z.value(A),month:e.unref(c)(A),year:e.unref(d)(A),instance:A},de.$props,{onSelectDate:be=>e.unref(E)(be,A!==1),onHandleSpace:be=>Q(be,A!==1),onSetHoverDate:ye[3]||(ye[3]=be=>e.unref(b)(be)),onHandleScroll:be=>e.unref(x)(be,A),onHandleSwipe:be=>e.unref(y)(be,A),onMount:ye[4]||(ye[4]=be=>he(e.unref(ra).calendar)),onResetFlow:ye[5]||(ye[5]=be=>de.$emit("reset-flow")),onTooltipOpen:ye[6]||(ye[6]=be=>de.$emit("tooltip-open",be)),onTooltipClose:ye[7]||(ye[7]=be=>de.$emit("tooltip-close",be))}),e.createSlots({_:2},[e.renderList(e.unref(re),(be,we)=>({name:be,fn:e.withCtx(He=>[e.renderSlot(de.$slots,be,e.normalizeProps(e.guardReactiveProps({...He})))])}))]),1040,["mapped-dates","month","year","instance","onSelectDate","onHandleSpace","onHandleScroll","onHandleSwipe"])]),_:3},8,["multi-calendars","collapse","is-mobile"]),de.enableTimePicker?(e.openBlock(),e.createElementBlock("div",hC,[de.$slots["time-picker"]?e.renderSlot(de.$slots,"time-picker",e.normalizeProps(e.mergeProps({key:0},{time:e.unref(p),updateTime:e.unref(V)}))):(e.openBlock(),e.createBlock(h1,e.mergeProps({key:1,ref_key:"timePickerRef",ref:K},de.$props,{hours:e.unref(p).hours,minutes:e.unref(p).minutes,seconds:e.unref(p).seconds,"internal-model-value":de.internalModelValue,"disabled-times-config":e.unref(h),"validate-time":e.unref(_),onMount:ye[8]||(ye[8]=A=>he(e.unref(ra).timePicker)),"onUpdate:hours":ye[9]||(ye[9]=A=>e.unref(V)(A)),"onUpdate:minutes":ye[10]||(ye[10]=A=>e.unref(V)(A,!1)),"onUpdate:seconds":ye[11]||(ye[11]=A=>e.unref(V)(A,!1,!0)),onResetFlow:ye[12]||(ye[12]=A=>de.$emit("reset-flow")),onOverlayClosed:ye[13]||(ye[13]=A=>te(A,!1)),onOverlayOpened:ye[14]||(ye[14]=A=>te(A,!0)),onAmPmChange:ye[15]||(ye[15]=A=>de.$emit("am-pm-change",A))}),e.createSlots({_:2},[e.renderList(e.unref(ae),(A,_e)=>({name:A,fn:e.withCtx(be=>[e.renderSlot(de.$slots,A,e.normalizeProps(e.guardReactiveProps(be)))])}))]),1040,["hours","minutes","seconds","internal-model-value","disabled-times-config","validate-time"]))])):e.createCommentVNode("",!0)],64))}}),vC=(t,r)=>{const n=e.ref(),{defaultedMultiCalendars:a,defaultedConfig:i,defaultedHighlight:s,defaultedRange:c,propDates:d,defaultedFilters:f,defaultedMultiDates:p}=pt(t),{modelValue:h,year:g,month:_,calendars:k}=Po(t,r),{isDisabled:C}=Dr(t),{selectYear:M,groupedYears:x,showYearPicker:y,isDisabled:E,toggleYearPicker:O,handleYearSelect:S,handleYear:L}=p1({modelValue:h,multiCalendars:a,range:c,highlight:s,calendars:k,propDates:d,month:_,year:g,filters:f,props:t,emit:r}),V=(X,K)=>[X,K].map(re=>Wn(re,"MMMM",{locale:t.formatLocale})).join("-"),T=e.computed(()=>X=>h.value?Array.isArray(h.value)?h.value.some(K=>Hp(X,K)):Hp(h.value,X):!1),N=X=>{if(c.value.enabled){if(Array.isArray(h.value)){const K=Xe(X,h.value[0])||Xe(X,h.value[1]);return Io(h.value,n.value,X)&&!K}return!1}return!1},P=(X,K)=>X.quarter===Rp(K)&&X.year===Pe(K),b=X=>typeof s.value=="function"?s.value({quarter:Rp(X),year:Pe(X)}):!!s.value.quarters.find(K=>P(K,X)),R=e.computed(()=>X=>{const K=it(new Date,{year:g.value(X)});return X8({start:So(K),end:mh(K)}).map(re=>{const pe=ta(re),ae=Ap(re),he=C(re),Z=N(pe),U=b(pe);return{text:V(pe,ae),value:pe,active:T.value(pe),highlighted:U,disabled:he,isBetween:Z}})}),Y=X=>{fc(X,h,p.value.limit),r("auto-apply",!0)},ie=X=>{h.value=pc(h,X,r),sl(h.value,r,t.autoApply,t.modelAuto)},H=X=>{h.value=X,r("auto-apply")};return{defaultedConfig:i,defaultedMultiCalendars:a,groupedYears:x,year:g,isDisabled:E,quarters:R,showYearPicker:y,modelValue:h,setHoverDate:X=>{n.value=X},selectYear:M,selectQuarter:(X,K,re)=>{if(!re)return k.value[K].month=Ge(Ap(X)),p.value.enabled?Y(X):c.value.enabled?ie(X):H(X)},toggleYearPicker:O,handleYearSelect:S,handleYear:L}},gC={class:"dp--quarter-items"},yC=["data-test-id","disabled","onClick","onMouseover"],bC=e.defineComponent({compatConfig:{MODE:3},__name:"QuarterPicker",props:{...Tn},emits:["update:internal-model-value","reset-flow","overlay-closed","auto-apply","range-start","range-end","overlay-toggle","update-month-year"],setup(t,{expose:r,emit:n}){const a=n,i=t,s=e.useSlots(),c=sn(s,"yearMode"),{defaultedMultiCalendars:d,defaultedConfig:f,groupedYears:p,year:h,isDisabled:g,quarters:_,modelValue:k,showYearPicker:C,setHoverDate:M,selectQuarter:x,toggleYearPicker:y,handleYearSelect:E,handleYear:O}=vC(i,a);return r({getSidebarProps:()=>({modelValue:k,year:h,selectQuarter:x,handleYearSelect:E,handleYear:O})}),(S,L)=>(e.openBlock(),e.createBlock(ll,{"multi-calendars":e.unref(d).count,collapse:S.collapse,stretch:"","is-mobile":S.isMobile},{default:e.withCtx(({instance:V})=>[e.createElementVNode("div",{class:"dp-quarter-picker-wrap",style:e.normalizeStyle({minHeight:`${e.unref(f).modeHeight}px`})},[S.$slots["top-extra"]?e.renderSlot(S.$slots,"top-extra",{key:0,value:S.internalModelValue}):e.createCommentVNode("",!0),e.createElementVNode("div",null,[e.createVNode(c1,e.mergeProps(S.$props,{items:e.unref(p)(V),instance:V,"show-year-picker":e.unref(C)[V],year:e.unref(h)(V),"is-disabled":T=>e.unref(g)(V,T),onHandleYear:T=>e.unref(O)(V,T),onYearSelect:T=>e.unref(E)(T,V),onToggleYearPicker:T=>e.unref(y)(V,T==null?void 0:T.flow,T==null?void 0:T.show)}),e.createSlots({_:2},[e.renderList(e.unref(c),(T,N)=>({name:T,fn:e.withCtx(P=>[e.renderSlot(S.$slots,T,e.normalizeProps(e.guardReactiveProps(P)))])}))]),1040,["items","instance","show-year-picker","year","is-disabled","onHandleYear","onYearSelect","onToggleYearPicker"])]),e.createElementVNode("div",gC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(_)(V),(T,N)=>(e.openBlock(),e.createElementBlock("div",{key:N},[e.createElementVNode("button",{type:"button",class:e.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:P=>e.unref(x)(T.value,V,T.disabled),onMouseover:P=>e.unref(M)(T.value)},[S.$slots.quarter?e.renderSlot(S.$slots,"quarter",{key:0,value:T.value,text:T.text}):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(T.text),1)],64))],42,yC)]))),128))])],4)]),_:3},8,["multi-calendars","collapse","is-mobile"]))}}),v1=(t,r)=>{const n=e.ref(0);e.onMounted(()=>{a(),window.addEventListener("resize",a,{passive:!0})}),e.onUnmounted(()=>{window.removeEventListener("resize",a)});const a=()=>{n.value=window.document.documentElement.clientWidth};return{isMobile:e.computed(()=>n.value<=t.value.mobileBreakpoint&&!r?!0:void 0)}},_C=["id","tabindex","role","aria-label"],wC={key:0,class:"dp--menu-load-container"},kC={key:1,class:"dp--menu-header"},xC=["data-dp-mobile"],EC={key:0,class:"dp__sidebar_left"},CC=["data-dp-mobile"],$C=["data-test-id","data-dp-mobile","onClick","onKeydown"],BC={key:2,class:"dp__sidebar_right"},SC={key:3,class:"dp__action_extra"},V0=e.defineComponent({compatConfig:{MODE:3},__name:"DatepickerMenu",props:{...il,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 a=n,i=t,s=e.ref(null),c=e.computed(()=>{const{openOnTop:ee,...me}=i;return{...me,isMobile:M.value,flowStep:R.value,menuWrapRef:s.value}}),{setMenuFocused:d,setShiftKey:f,control:p}=u1(),h=e.useSlots(),{defaultedTextInput:g,defaultedInline:_,defaultedConfig:k,defaultedUI:C}=pt(i),{isMobile:M}=v1(k,i.shadow),x=e.ref(null),y=e.ref(0),E=e.ref(null),O=e.ref(!1),S=e.ref(null),L=e.ref(!1);e.onMounted(()=>{if(!i.shadow){O.value=!0,V(),window.addEventListener("resize",V);const ee=St(s);if(ee&&!g.value.enabled&&!_.value.enabled&&(d(!0),pe()),ee){const me=Be=>{L.value=!0,k.value.allowPreventDefault&&Be.preventDefault(),Br(Be,k.value,!0)};ee.addEventListener("pointerdown",me),ee.addEventListener("mousedown",me)}}document.addEventListener("mousedown",Te)}),e.onUnmounted(()=>{window.removeEventListener("resize",V),document.addEventListener("mousedown",Te)});const V=()=>{const ee=St(E);ee&&(y.value=ee.getBoundingClientRect().width)},{arrowRight:T,arrowLeft:N,arrowDown:P,arrowUp:b}=Mr(),{flowStep:R,updateFlowStep:Y,childMount:ie,resetFlow:H,handleFlow:X}=TC(i,a,S),K=e.computed(()=>i.monthPicker?AE:i.yearPicker?LE:i.timePicker?ZE:i.quarterPicker?bC:mC),re=e.computed(()=>{var ee;if(k.value.arrowLeft)return k.value.arrowLeft;const me=(ee=s.value)==null?void 0:ee.getBoundingClientRect(),Be=i.getInputRect();return(Be==null?void 0:Be.width)<(y==null?void 0:y.value)&&(Be==null?void 0:Be.left)<=((me==null?void 0:me.left)??0)?`${(Be==null?void 0:Be.width)/2}px`:(Be==null?void 0:Be.right)>=((me==null?void 0:me.right)??0)&&(Be==null?void 0:Be.width)<(y==null?void 0:y.value)?`${(y==null?void 0:y.value)-(Be==null?void 0:Be.width)/2}px`:"50%"}),pe=()=>{const ee=St(s);ee&&ee.focus({preventScroll:!0})},ae=e.computed(()=>{var ee;return((ee=S.value)==null?void 0:ee.getSidebarProps())||{}}),he=()=>{i.openOnTop&&a("recalculate-position")},Z=sn(h,"action"),U=e.computed(()=>i.monthPicker||i.yearPicker?sn(h,"monthYear"):i.timePicker?sn(h,"timePicker"):sn(h,"shared")),F=e.computed(()=>i.openOnTop?"dp__arrow_bottom":"dp__arrow_top"),Q=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:!_.value.enabled,dp__relative:_.value.enabled,...C.value.menu??{}})),W=ee=>{Br(ee,k.value,!0)},m=()=>{i.escClose&&a("close-picker")},D=ee=>{if(i.arrowNavigation){if(ee===Ut.up)return b();if(ee===Ut.down)return P();if(ee===Ut.left)return N();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)},j=ee=>{f(ee.shiftKey),!i.disableMonthYearSelect&&ee.code===dt.tab&&ee.target.classList.contains("dp__menu")&&p.value.shiftKeyInMenu&&(ee.preventDefault(),Br(ee,k.value,!0),a("close-picker"))},ue=()=>{pe(),a("time-picker-close")},te=ee=>{var me,Be,st;(me=S.value)==null||me.toggleTimePicker(!1,!1),(Be=S.value)==null||Be.toggleMonthPicker(!1,!1,ee),(st=S.value)==null||st.toggleYearPicker(!1,!1,ee)},Ne=(ee,me=0)=>{var Be,st,Ct;return ee==="month"?(Be=S.value)==null?void 0:Be.toggleMonthPicker(!1,!0,me):ee==="year"?(st=S.value)==null?void 0:st.toggleYearPicker(!1,!0,me):ee==="time"?(Ct=S.value)==null?void 0:Ct.toggleTimePicker(!0,!1):te(me)},de=(ee,...me)=>{var Be,st;(Be=S.value)!=null&&Be[ee]&&((st=S.value)==null||st[ee](...me))},ye=()=>{de("selectCurrentDate")},A=(ee,me)=>{de("presetDate",e.toValue(ee),me)},_e=()=>{de("clearHoverDate")},be=(ee,me)=>{de("updateMonthYear",ee,me)},we=(ee,me)=>{ee.preventDefault(),D(me)},He=ee=>{var me,Be,st;if(j(ee),ee.key===dt.home||ee.key===dt.end)return de("selectWeekDate",ee.key===dt.home,ee.target.getAttribute("id"));switch((ee.key===dt.pageUp||ee.key===dt.pageDown)&&(ee.shiftKey?(de("changeYear",ee.key===dt.pageUp),(me=wu(s.value,"overlay-year"))==null||me.focus()):(de("changeMonth",ee.key===dt.pageUp),(Be=wu(s.value,ee.key===dt.pageUp?"action-prev":"action-next"))==null||Be.focus()),ee.target.getAttribute("id")&&((st=s.value)==null||st.focus({preventScroll:!0}))),ee.key){case dt.esc:return m();case dt.arrowLeft:return we(ee,Ut.left);case dt.arrowRight:return we(ee,Ut.right);case dt.arrowUp:return we(ee,Ut.up);case dt.arrowDown:return we(ee,Ut.down);default:return}},Te=ee=>{var me;_.value.enabled&&!_.value.input&&!((me=s.value)!=null&&me.contains(ee.target))&&L.value&&(L.value=!1,a("menu-blur"))};return r({updateMonthYear:be,switchView:Ne,handleFlow:X,onValueCleared:()=>{var ee,me;(me=(ee=S.value)==null?void 0:ee.setStartTime)==null||me.call(ee)}}),(ee,me)=>{var Be,st,Ct;return e.openBlock(),e.createElementBlock("div",{id:ee.uid?`dp-menu-${ee.uid}`:void 0,ref_key:"dpMenuRef",ref:s,tabindex:e.unref(_).enabled?void 0:"0",role:e.unref(_).enabled?void 0:"dialog","aria-label":(Be=ee.ariaLabels)==null?void 0:Be.menu,class:e.normalizeClass($.value),style:e.normalizeStyle({"--dp-arrow-left":re.value}),onMouseleave:_e,onClick:W,onKeydown:He},[(ee.disabled||ee.readonly)&&e.unref(_).enabled||ee.loading?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(Q.value)},[ee.loading?(e.openBlock(),e.createElementBlock("div",wC,me[19]||(me[19]=[e.createElementVNode("span",{class:"dp--menu-loader"},null,-1)]))):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),ee.$slots["menu-header"]?(e.openBlock(),e.createElementBlock("div",kC,[e.renderSlot(ee.$slots,"menu-header")])):e.createCommentVNode("",!0),!e.unref(_).enabled&&!ee.teleportCenter?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass(F.value)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"innerMenuRef",ref:E,class:e.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":t.collapse&&(((Ct=ee.presetDates)==null?void 0:Ct.length)||!!ee.$slots["left-sidebar"]||!!ee.$slots["right-sidebar"])}),"data-dp-mobile":e.unref(M),style:e.normalizeStyle({"--dp-menu-width":`${y.value}px`})},[ee.$slots["left-sidebar"]?(e.openBlock(),e.createElementBlock("div",EC,[e.renderSlot(ee.$slots,"left-sidebar",e.normalizeProps(e.guardReactiveProps(ae.value)))])):e.createCommentVNode("",!0),ee.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(M)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ee.presetDates,(Oe,Vt)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:Vt},[Oe.slot?e.renderSlot(ee.$slots,Oe.slot,{key:0,presetDate:A,label:Oe.label,value:Oe.value}):(e.openBlock(),e.createElementBlock("button",{key:1,type:"button",style:e.normalizeStyle(Oe.style||{}),class:e.normalizeClass(["dp__btn dp--preset-range",{"dp--preset-range-collapsed":t.collapse}]),"data-test-id":Oe.testId??void 0,"data-dp-mobile":e.unref(M),onClick:e.withModifiers(Ze=>A(Oe.value,Oe.noTz),["prevent"]),onKeydown:Ze=>e.unref(Wt)(Ze,()=>A(Oe.value,Oe.noTz),!0)},e.toDisplayString(Oe.label),47,$C))],64))),128))],10,CC)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"calendarWrapperRef",ref:x,class:"dp__instance_calendar",role:"document"},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(K.value),e.mergeProps({ref_key:"dynCmpRef",ref:S},c.value,{"flow-step":e.unref(R),onMount:e.unref(ie),onUpdateFlowStep:e.unref(Y),onResetFlow:e.unref(H),onFocusMenu:pe,onSelectDate:me[0]||(me[0]=Oe=>ee.$emit("select-date")),onDateUpdate:me[1]||(me[1]=Oe=>ee.$emit("date-update",Oe)),onTooltipOpen:me[2]||(me[2]=Oe=>ee.$emit("tooltip-open",Oe)),onTooltipClose:me[3]||(me[3]=Oe=>ee.$emit("tooltip-close",Oe)),onAutoApply:me[4]||(me[4]=Oe=>ee.$emit("auto-apply",Oe)),onRangeStart:me[5]||(me[5]=Oe=>ee.$emit("range-start",Oe)),onRangeEnd:me[6]||(me[6]=Oe=>ee.$emit("range-end",Oe)),onInvalidFixedRange:me[7]||(me[7]=Oe=>ee.$emit("invalid-fixed-range",Oe)),onTimeUpdate:me[8]||(me[8]=Oe=>ee.$emit("time-update")),onAmPmChange:me[9]||(me[9]=Oe=>ee.$emit("am-pm-change",Oe)),onTimePickerOpen:me[10]||(me[10]=Oe=>ee.$emit("time-picker-open",Oe)),onTimePickerClose:ue,onRecalculatePosition:he,onUpdateMonthYear:me[11]||(me[11]=Oe=>ee.$emit("update-month-year",Oe)),onAutoApplyInvalid:me[12]||(me[12]=Oe=>ee.$emit("auto-apply-invalid",Oe)),onInvalidDate:me[13]||(me[13]=Oe=>ee.$emit("invalid-date",Oe)),onOverlayToggle:me[14]||(me[14]=Oe=>ee.$emit("overlay-toggle",Oe)),"onUpdate:internalModelValue":me[15]||(me[15]=Oe=>ee.$emit("update:internal-model-value",Oe))}),e.createSlots({_:2},[e.renderList(U.value,(Oe,Vt)=>({name:Oe,fn:e.withCtx(Ze=>[e.renderSlot(ee.$slots,Oe,e.normalizeProps(e.guardReactiveProps({...Ze})))])}))]),1040,["flow-step","onMount","onUpdateFlowStep","onResetFlow"]))],512),ee.$slots["right-sidebar"]?(e.openBlock(),e.createElementBlock("div",BC,[e.renderSlot(ee.$slots,"right-sidebar",e.normalizeProps(e.guardReactiveProps(ae.value)))])):e.createCommentVNode("",!0),ee.$slots["action-extra"]?(e.openBlock(),e.createElementBlock("div",SC,[ee.$slots["action-extra"]?e.renderSlot(ee.$slots,"action-extra",{key:0,selectCurrentDate:ye}):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],14,xC),!ee.autoApply||e.unref(k).keepActionRow?(e.openBlock(),e.createBlock(SE,e.mergeProps({key:3,"menu-mount":O.value},c.value,{"calendar-width":y.value,onClosePicker:me[16]||(me[16]=Oe=>ee.$emit("close-picker")),onSelectDate:me[17]||(me[17]=Oe=>ee.$emit("select-date")),onInvalidSelect:me[18]||(me[18]=Oe=>ee.$emit("invalid-select")),onSelectNow:ye}),e.createSlots({_:2},[e.renderList(e.unref(Z),(Oe,Vt)=>({name:Oe,fn:e.withCtx(Ze=>[e.renderSlot(ee.$slots,Oe,e.normalizeProps(e.guardReactiveProps({...Ze})))])}))]),1040,["menu-mount","calendar-width"])):e.createCommentVNode("",!0)],46,_C)}}});var Sa=(t=>(t.center="center",t.left="left",t.right="right",t))(Sa||{});const VC=({menuRef:t,menuRefInner:r,inputRef:n,pickerWrapperRef:a,inline:i,emit:s,props:c,slots:d})=>{const{defaultedConfig:f}=pt(c),p=e.ref({}),h=e.ref(!1),g=e.ref({top:"0",left:"0"}),_=e.ref(!1),k=e.toRef(c,"teleportCenter");e.watch(k,()=>{g.value=JSON.parse(JSON.stringify({})),L()});const C=K=>{if(c.teleport){const re=K.getBoundingClientRect();return{left:re.left+window.scrollX,top:re.top+window.scrollY}}return{top:0,left:0}},M=(K,re)=>{g.value.left=`${K+re-p.value.width}px`},x=K=>{g.value.left=`${K}px`},y=(K,re)=>{c.position===Sa.left&&x(K),c.position===Sa.right&&M(K,re),c.position===Sa.center&&(g.value.left=`${K+re/2-p.value.width/2}px`)},E=K=>{const{width:re,height:pe}=K.getBoundingClientRect(),{top:ae,left:he}=C(K);return{top:+ae,left:+he,width:re,height:pe}},O=()=>{g.value.left="50%",g.value.top="50%",g.value.transform="translate(-50%, -50%)",g.value.position="fixed",delete g.value.opacity},S=()=>{const K=St(n);g.value=c.altPosition(K)},L=(K=!0)=>{var re;if(!i.value.enabled){if(k.value)return O();if(c.altPosition!==null)return S();if(K){const pe=c.teleport?(re=r.value)==null?void 0:re.$el:t.value;pe&&(p.value=pe.getBoundingClientRect()),s("recalculate-position")}return Y()}},V=({inputEl:K,left:re,width:pe})=>{window.screen.width>768&&!h.value&&y(re,pe),P(K)},T=K=>{const{top:re,left:pe,height:ae,width:he}=E(K);g.value.top=`${ae+re+ +c.offset}px`,_.value=!1,h.value||(g.value.left=`${pe+he/2-p.value.width/2}px`),V({inputEl:K,left:pe,width:he})},N=K=>{const{top:re,left:pe,width:ae}=E(K);g.value.top=`${re-+c.offset-p.value.height}px`,_.value=!0,V({inputEl:K,left:pe,width:ae})},P=K=>{if(c.autoPosition){const{left:re,width:pe}=E(K),{left:ae,right:he}=p.value;if(!h.value){if(Math.abs(ae)!==Math.abs(he)){if(ae<=0)return h.value=!0,x(re);if(he>=document.documentElement.clientWidth)return h.value=!0,M(re,pe)}return y(re,pe)}}},b=()=>{const K=St(n);if(K){if(c.autoPosition===Sn.top)return Sn.top;if(c.autoPosition===Sn.bottom)return Sn.bottom;const{height:re}=p.value,{top:pe,height:ae}=K.getBoundingClientRect(),he=window.innerHeight-pe-ae,Z=pe;return re<=he?Sn.bottom:re>he&&re<=Z?Sn.top:he>=Z?Sn.bottom:Sn.top}return Sn.bottom},R=K=>b()===Sn.bottom?T(K):N(K),Y=()=>{const K=St(n);if(K)return c.autoPosition?R(K):T(K)},ie=function(K){if(K){const re=K.scrollHeight>K.clientHeight,pe=window.getComputedStyle(K).overflowY.indexOf("hidden")!==-1;return re&&!pe}return!0},H=function(K){return!K||K===document.body||K.nodeType===Node.DOCUMENT_FRAGMENT_NODE?window:ie(K)?K:H(K.assignedSlot&&f.value.shadowDom?K.assignedSlot.parentNode:K.parentNode)},X=K=>{if(K)switch(c.position){case Sa.left:return{left:0,transform:"translateX(0)"};case Sa.right:return{left:`${K.width}px`,transform:"translateX(-100%)"};default:return{left:`${K.width/2}px`,transform:"translateX(-50%)"}}return{}};return{openOnTop:_,menuStyle:g,xCorrect:h,setMenuPosition:L,getScrollableParent:H,shadowRender:(K,re)=>{var pe,ae,he;const Z=document.createElement("div"),U=(pe=St(n))==null?void 0:pe.getBoundingClientRect();Z.setAttribute("id","dp--temp-container");const F=(ae=a.value)!=null&&ae.clientWidth?a.value:document.body;F.append(Z);const Q=X(U),$=f.value.shadowDom?Object.keys(d).filter(m=>["right-sidebar","left-sidebar","top-extra","action-extra"].includes(m)):Object.keys(d),W=e.h(K,{...re,shadow:!0,style:{opacity:0,position:"absolute",...Q}},Object.fromEntries($.map(m=>[m,d[m]])));e.render(W,Z),p.value=(he=W.el)==null?void 0:he.getBoundingClientRect(),e.render(null,Z),F.removeChild(Z)}}},Er=[{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"]}],OC=[{name:"trigger"},{name:"input-icon"},{name:"clear-icon"},{name:"dp-input"}],IC={all:()=>Er,monthYear:()=>Er.filter(t=>t.use.includes("month-year")),input:()=>OC,timePicker:()=>Er.filter(t=>t.use.includes("time")),action:()=>Er.filter(t=>t.use.includes("action")),calendar:()=>Er.filter(t=>t.use.includes("calendar")),menu:()=>Er.filter(t=>t.use.includes("menu")),shared:()=>Er.filter(t=>t.use.includes("shared")),yearMode:()=>Er.filter(t=>t.use.includes("year-mode"))},sn=(t,r,n)=>{const a=[];return IC[r]().forEach(i=>{t[i.name]&&a.push(i.name)}),n!=null&&n.length&&n.forEach(i=>{i.slot&&a.push(i.slot)}),a},Ao=t=>{const r=e.computed(()=>a=>t.value?a?t.value.open:t.value.close:""),n=e.computed(()=>a=>t.value?a?t.value.menuAppearTop:t.value.menuAppearBottom:"");return{transitionName:r,showTransition:!!t.value,menuTransition:n}},Po=(t,r,n)=>{const{defaultedRange:a,defaultedTz:i}=pt(t),s=ge(Jt(ge(),i.value.timezone)),c=e.ref([{month:Ge(s),year:Pe(s)}]),d=_=>{const k={hours:ur(s),minutes:Vr(s),seconds:0};return a.value.enabled?[k[_],k[_]]:k[_]},f=e.reactive({hours:d("hours"),minutes:d("minutes"),seconds:d("seconds")});e.watch(a,(_,k)=>{_.enabled!==k.enabled&&(f.hours=d("hours"),f.minutes=d("minutes"),f.seconds=d("seconds"))},{deep:!0});const p=e.computed({get:()=>t.internalModelValue,set:_=>{!t.readonly&&!t.disabled&&r("update:internal-model-value",_)}}),h=e.computed(()=>_=>c.value[_]?c.value[_].month:0),g=e.computed(()=>_=>c.value[_]?c.value[_].year:0);return e.watch(p,(_,k)=>{n&&JSON.stringify(_??{})!==JSON.stringify(k??{})&&n()},{deep:!0}),{calendars:c,time:f,modelValue:p,month:h,year:g,today:s}},NC=(t,r)=>{const{defaultedMultiCalendars:n,defaultedMultiDates:a,defaultedUI:i,defaultedHighlight:s,defaultedTz:c,propDates:d,defaultedRange:f}=pt(r),{isDisabled:p}=Dr(r),h=e.ref(null),g=e.ref(Jt(new Date,c.value.timezone)),_=m=>{!m.current&&r.hideOffsetDates||(h.value=m.value)},k=()=>{h.value=null},C=m=>Array.isArray(t.value)&&f.value.enabled&&t.value[0]&&h.value?m?kt(h.value,t.value[0]):gt(h.value,t.value[0]):!0,M=(m,D)=>{const j=()=>t.value?D?t.value[0]||null:t.value[1]:null,ue=t.value&&Array.isArray(t.value)?j():null;return Xe(ge(m.value),ue)},x=m=>{const D=Array.isArray(t.value)?t.value[0]:null;return m?!gt(h.value??null,D):!0},y=(m,D=!0)=>(f.value.enabled||r.weekPicker)&&Array.isArray(t.value)&&t.value.length===2?r.hideOffsetDates&&!m.current?!1:Xe(ge(m.value),t.value[D?0:1]):f.value.enabled?M(m,D)&&x(D)||Xe(m.value,Array.isArray(t.value)?t.value[0]:null)&&C(D):!1,E=(m,D)=>{if(Array.isArray(t.value)&&t.value[0]&&t.value.length===1){const j=Xe(m.value,h.value);return D?kt(t.value[0],m.value)&&j:gt(t.value[0],m.value)&&j}return!1},O=m=>!t.value||r.hideOffsetDates&&!m.current?!1:f.value.enabled?r.modelAuto&&Array.isArray(t.value)?Xe(m.value,t.value[0]?t.value[0]:g.value):!1:a.value.enabled&&Array.isArray(t.value)?t.value.some(D=>Xe(D,m.value)):Xe(m.value,t.value?t.value:g.value),S=m=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!m.current)return!1;const D=bn(h.value,+f.value.autoRange),j=rr(ge(h.value),r.weekStart);return r.weekPicker?Xe(j[1],ge(m.value)):Xe(D,ge(m.value))}return!1}return!1},L=m=>{if(f.value.autoRange||r.weekPicker){if(h.value){const D=bn(h.value,+f.value.autoRange);if(r.hideOffsetDates&&!m.current)return!1;const j=rr(ge(h.value),r.weekStart);return r.weekPicker?kt(m.value,j[0])&&gt(m.value,j[1]):kt(m.value,h.value)&&gt(m.value,D)}return!1}return!1},V=m=>{if(f.value.autoRange||r.weekPicker){if(h.value){if(r.hideOffsetDates&&!m.current)return!1;const D=rr(ge(h.value),r.weekStart);return r.weekPicker?Xe(D[0],m.value):Xe(h.value,m.value)}return!1}return!1},T=m=>Io(t.value,h.value,m.value),N=()=>r.modelAuto&&Array.isArray(r.internalModelValue)?!!r.internalModelValue[0]:!1,P=()=>r.modelAuto?Nh(r.internalModelValue):!0,b=m=>{if(r.weekPicker)return!1;const D=f.value.enabled?!y(m)&&!y(m,!1):!0;return!p(m.value)&&!O(m)&&!(!m.current&&r.hideOffsetDates)&&D},R=m=>f.value.enabled?r.modelAuto?N()&&O(m):!1:O(m),Y=m=>s.value?tx(m.value,d.value.highlight):!1,ie=m=>{const D=p(m.value);return D&&(typeof s.value=="function"?!s.value(m.value,D):!s.value.options.highlightDisabled)},H=m=>{var D;return typeof s.value=="function"?s.value(m.value):(D=s.value.weekdays)==null?void 0:D.includes(m.value.getDay())},X=m=>(f.value.enabled||r.weekPicker)&&(!(n.value.count>0)||m.current)&&P()&&!(!m.current&&r.hideOffsetDates)&&!O(m)?T(m):!1,K=m=>{if(Array.isArray(t.value)&&t.value.length===1){const{before:D,after:j}=C0(+f.value.maxRange,t.value[0]);return Pa(m.value,D)||ia(m.value,j)}return!1},re=m=>{if(Array.isArray(t.value)&&t.value.length===1){const{before:D,after:j}=C0(+f.value.minRange,t.value[0]);return Io([D,j],t.value[0],m.value)}return!1},pe=m=>f.value.enabled&&(f.value.maxRange||f.value.minRange)?f.value.maxRange&&f.value.minRange?K(m)||re(m):f.value.maxRange?K(m):re(m):!1,ae=m=>{const{isRangeStart:D,isRangeEnd:j}=F(m),ue=f.value.enabled?D||j:!1;return{dp__cell_offset:!m.current,dp__pointer:!r.disabled&&!(!m.current&&r.hideOffsetDates)&&!p(m.value)&&!pe(m),dp__cell_disabled:p(m.value)||pe(m),dp__cell_highlight:!ie(m)&&(Y(m)||H(m))&&!R(m)&&!ue&&!V(m)&&!(X(m)&&r.weekPicker)&&!j,dp__cell_highlight_active:!ie(m)&&(Y(m)||H(m))&&R(m),dp__today:!r.noToday&&Xe(m.value,g.value)&&m.current,"dp--past":gt(m.value,g.value),"dp--future":kt(m.value,g.value)}},he=m=>({dp__active_date:R(m),dp__date_hover:b(m)}),Z=m=>{if(t.value&&!Array.isArray(t.value)){const D=rr(t.value,r.weekStart);return{...$(m),dp__range_start:Xe(D[0],m.value),dp__range_end:Xe(D[1],m.value),dp__range_between_week:kt(m.value,D[0])&&gt(m.value,D[1])}}return{...$(m)}},U=m=>{if(t.value&&Array.isArray(t.value)){const D=rr(t.value[0],r.weekStart),j=t.value[1]?rr(t.value[1],r.weekStart):[];return{...$(m),dp__range_start:Xe(D[0],m.value)||Xe(j[0],m.value),dp__range_end:Xe(D[1],m.value)||Xe(j[1],m.value),dp__range_between_week:kt(m.value,D[0])&&gt(m.value,D[1])||kt(m.value,j[0])&&gt(m.value,j[1]),dp__range_between:kt(m.value,D[1])&&gt(m.value,j[0])}}return{...$(m)}},F=m=>{const D=n.value.count>0?m.current&&y(m)&&P():y(m)&&P(),j=n.value.count>0?m.current&&y(m,!1)&&P():y(m,!1)&&P();return{isRangeStart:D,isRangeEnd:j}},Q=m=>{const{isRangeStart:D,isRangeEnd:j}=F(m);return{dp__range_start:D,dp__range_end:j,dp__range_between:X(m),dp__date_hover:Xe(m.value,h.value)&&!D&&!j&&!r.weekPicker,dp__date_hover_start:E(m,!0),dp__date_hover_end:E(m,!1)}},$=m=>({...Q(m),dp__cell_auto_range:L(m),dp__cell_auto_range_start:V(m),dp__cell_auto_range_end:S(m)}),W=m=>f.value.enabled?f.value.autoRange?$(m):r.modelAuto?{...he(m),...Q(m)}:r.weekPicker?U(m):Q(m):r.weekPicker?Z(m):he(m);return{setHoverDate:_,clearHoverDate:k,getDayClassData:m=>r.hideOffsetDates&&!m.current?{}:{...ae(m),...W(m),[r.dayClass?r.dayClass(m.value,r.internalModelValue):""]:!0,...i.value.calendarCell??{}}}},Dr=t=>{const{defaultedFilters:r,defaultedRange:n,propDates:a,defaultedMultiDates:i}=pt(t),s=H=>a.value.disabledDates?typeof a.value.disabledDates=="function"?a.value.disabledDates(ge(H)):!!Zi(H,a.value.disabledDates):!1,c=H=>a.value.maxDate?t.yearPicker?Pe(H)>Pe(a.value.maxDate):kt(H,a.value.maxDate):!1,d=H=>a.value.minDate?t.yearPicker?Pe(H)<Pe(a.value.minDate):gt(H,a.value.minDate):!1,f=H=>{const X=c(H),K=d(H),re=s(H),pe=r.value.months.map(F=>+F).includes(Ge(H)),ae=t.disabledWeekDays.length?t.disabledWeekDays.some(F=>+F===H7(H)):!1,he=k(H),Z=Pe(H),U=Z<+t.yearRange[0]||Z>+t.yearRange[1];return!(X||K||re||pe||U||ae||he)},p=(H,X)=>gt(...$r(a.value.minDate,H,X))||Xe(...$r(a.value.minDate,H,X)),h=(H,X)=>kt(...$r(a.value.maxDate,H,X))||Xe(...$r(a.value.maxDate,H,X)),g=(H,X,K)=>{let re=!1;return a.value.maxDate&&K&&h(H,X)&&(re=!0),a.value.minDate&&!K&&p(H,X)&&(re=!0),re},_=(H,X,K,re)=>{let pe=!1;return re&&(a.value.minDate||a.value.maxDate)?a.value.minDate&&a.value.maxDate?pe=g(H,X,K):(a.value.minDate&&p(H,X)||a.value.maxDate&&h(H,X))&&(pe=!0):pe=!0,pe},k=H=>Array.isArray(a.value.allowedDates)&&!a.value.allowedDates.length?!0:a.value.allowedDates?!Zi(H,a.value.allowedDates):!1,C=H=>!f(H),M=H=>n.value.noDisabledRange?!hh({start:H[0],end:H[1]}).some(X=>C(X)):!0,x=H=>{if(H){const X=Pe(H);return X>=+t.yearRange[0]&&X<=t.yearRange[1]}return!0},y=(H,X)=>!!(Array.isArray(H)&&H[X]&&(n.value.maxRange||n.value.minRange)&&x(H[X])),E=(H,X,K=0)=>{if(y(X,K)&&x(H)){const re=dh(H,X[K]),pe=a1(X[K],H),ae=pe.length===1?0:pe.filter(Z=>C(Z)).length,he=Math.abs(re)-(n.value.minMaxRawRange?0:ae);if(n.value.minRange&&n.value.maxRange)return he>=+n.value.minRange&&he<=+n.value.maxRange;if(n.value.minRange)return he>=+n.value.minRange;if(n.value.maxRange)return he<=+n.value.maxRange}return!0},O=()=>!t.enableTimePicker||t.monthPicker||t.yearPicker||t.ignoreTimeValidation,S=H=>Array.isArray(H)?[H[0]?Qs(H[0]):null,H[1]?Qs(H[1]):null]:Qs(H),L=(H,X,K)=>H.find(re=>+re.hours===ur(X)&&re.minutes==="*"?!0:+re.minutes===Vr(X)&&+re.hours===ur(X))&&K,V=(H,X,K)=>{const[re,pe]=H,[ae,he]=X;return!L(re,ae,K)&&!L(pe,he,K)&&K},T=(H,X)=>{const K=Array.isArray(X)?X:[X];return Array.isArray(t.disabledTimes)?Array.isArray(t.disabledTimes[0])?V(t.disabledTimes,K,H):!K.some(re=>L(t.disabledTimes,re,H)):H},N=(H,X)=>{const K=Array.isArray(X)?[aa(X[0]),X[1]?aa(X[1]):void 0]:aa(X),re=!t.disabledTimes(K);return H&&re},P=(H,X)=>t.disabledTimes?Array.isArray(t.disabledTimes)?T(X,H):N(X,H):X,b=H=>{let X=!0;if(!H||O())return!0;const K=!a.value.minDate&&!a.value.maxDate?S(H):H;return(t.maxTime||a.value.maxDate)&&(X=E0(t.maxTime,a.value.maxDate,"max",It(K),X)),(t.minTime||a.value.minDate)&&(X=E0(t.minTime,a.value.minDate,"min",It(K),X)),P(H,X)},R=H=>{if(!t.monthPicker)return!0;let X=!0;const K=ge(Vn(H));if(a.value.minDate&&a.value.maxDate){const re=ge(Vn(a.value.minDate)),pe=ge(Vn(a.value.maxDate));return kt(K,re)&&gt(K,pe)||Xe(K,re)||Xe(K,pe)}if(a.value.minDate){const re=ge(Vn(a.value.minDate));X=kt(K,re)||Xe(K,re)}if(a.value.maxDate){const re=ge(Vn(a.value.maxDate));X=gt(K,re)||Xe(K,re)}return X},Y=e.computed(()=>H=>!t.enableTimePicker||t.ignoreTimeValidation?!0:b(H)),ie=e.computed(()=>H=>t.monthPicker?Array.isArray(H)&&(n.value.enabled||i.value.enabled)?!H.filter(X=>!R(X)).length:R(H):!0);return{isDisabled:C,validateDate:f,validateMonthYearInRange:_,isDateRangeAllowed:M,checkMinMaxRange:E,isValidTime:b,isTimeValid:Y,isMonthValid:ie}},ul=()=>{const t=e.computed(()=>(a,i)=>a==null?void 0:a.includes(i)),r=e.computed(()=>(a,i)=>a.count?a.solo?!0:i===0:!0),n=e.computed(()=>(a,i)=>a.count?a.solo?!0:i===a.count-1:!0);return{hideNavigationButtons:t,showLeftIcon:r,showRightIcon:n}},TC=(t,r,n)=>{const a=e.ref(0),i=e.reactive({[ra.timePicker]:!t.enableTimePicker||t.timePicker||t.monthPicker,[ra.calendar]:!1,[ra.header]:!1}),s=e.computed(()=>t.monthPicker||t.timePicker),c=g=>{var _;if((_=t.flow)!=null&&_.length){if(!g&&s.value)return h();i[g]=!0,Object.keys(i).filter(k=>!i[k]).length||h()}},d=()=>{var g,_;(g=t.flow)!=null&&g.length&&a.value!==-1&&(a.value+=1,r("flow-step",a.value),h()),((_=t.flow)==null?void 0:_.length)===a.value&&e.nextTick().then(()=>f())},f=()=>{a.value=-1},p=(g,_,...k)=>{var C,M;t.flow[a.value]===g&&n.value&&((M=(C=n.value)[_])==null||M.call(C,...k))},h=(g=0)=>{g&&(a.value+=g),p(Pt.month,"toggleMonthPicker",!0),p(Pt.year,"toggleYearPicker",!0),p(Pt.calendar,"toggleTimePicker",!1,!0),p(Pt.time,"toggleTimePicker",!0,!0);const _=t.flow[a.value];(_===Pt.hours||_===Pt.minutes||_===Pt.seconds)&&p(_,"toggleTimePicker",!0,!0,_)};return{childMount:c,updateFlowStep:d,resetFlow:f,handleFlow:h,flowStep:a}},MC={key:1,class:"dp__input_wrap"},DC=["id","name","inputmode","placeholder","disabled","readonly","required","value","autocomplete","aria-label","aria-disabled","aria-invalid"],RC={key:2,class:"dp--clear-btn"},AC=["aria-label"],PC=e.defineComponent({compatConfig:{MODE:3},__name:"DatepickerInput",props:{isMenuOpen:{type:Boolean,default:!1},inputValue:{type:String,default:""},...il},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 a=n,i=t,{defaultedTextInput:s,defaultedAriaLabels:c,defaultedInline:d,defaultedConfig:f,defaultedRange:p,defaultedMultiDates:h,defaultedUI:g,getDefaultPattern:_,getDefaultStartTime:k}=pt(i),{checkMinMaxRange:C}=Dr(i),M=e.ref(),x=e.ref(null),y=e.ref(!1),E=e.ref(!1),O=e.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,...g.value.input??{}})),S=()=>{a("set-input-date",null),i.clearable&&i.autoApply&&(a("set-empty-date"),M.value=null)},L=Z=>{const U=k();return Zx(Z,s.value.format??_(),U??o1({},i.enableSeconds),i.inputValue,E.value,i.formatLocale)},V=Z=>{const{rangeSeparator:U}=s.value,[F,Q]=Z.split(`${U}`);if(F){const $=L(F.trim()),W=Q?L(Q.trim()):null;if(ia($,W))return;const m=$&&W?[$,W]:[$];C(W,m,0)&&(M.value=$?m:null)}},T=()=>{E.value=!0},N=Z=>{if(p.value.enabled)V(Z);else if(h.value.enabled){const U=Z.split(";");M.value=U.map(F=>L(F.trim())).filter(F=>F)}else M.value=L(Z)},P=Z=>{var U;const F=typeof Z=="string"?Z:(U=Z.target)==null?void 0:U.value;F!==""?(s.value.openMenu&&!i.isMenuOpen&&a("open"),N(F),a("set-input-date",M.value)):S(),E.value=!1,a("update:input-value",F),a("text-input",Z,M.value)},b=Z=>{s.value.enabled?(N(Z.target.value),s.value.enterSubmit&&xu(M.value)&&i.inputValue!==""?(a("set-input-date",M.value,!0),M.value=null):s.value.enterSubmit&&i.inputValue===""&&(M.value=null,a("clear"))):ie(Z)},R=(Z,U)=>{s.value.enabled&&s.value.tabSubmit&&!U&&N(Z.target.value),s.value.tabSubmit&&xu(M.value)&&i.inputValue!==""?(a("set-input-date",M.value,!0,!0),M.value=null):s.value.tabSubmit&&i.inputValue===""&&(M.value=null,a("clear",!0))},Y=()=>{y.value=!0,a("focus"),e.nextTick().then(()=>{var Z;s.value.enabled&&s.value.selectOnFocus&&((Z=x.value)==null||Z.select())})},ie=Z=>{if(Br(Z,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")},H=()=>{a("real-blur"),y.value=!1,(!i.isMenuOpen||d.value.enabled&&d.value.input)&&a("blur"),i.autoApply&&s.value.enabled&&M.value&&!i.isMenuOpen&&(a("set-input-date",M.value),a("select-date"),M.value=null)},X=Z=>{Br(Z,f.value,!0),a("clear")},K=()=>{a("close")},re=Z=>{if(Z.key==="Tab"&&R(Z),Z.key==="Enter"&&b(Z),Z.key==="Escape"&&s.value.escClose&&K(),!s.value.enabled){if(Z.code==="Tab")return;Z.preventDefault()}},pe=()=>{var Z;(Z=x.value)==null||Z.focus({preventScroll:!0})},ae=Z=>{M.value=Z},he=Z=>{Z.key===dt.tab&&R(Z,!0)};return r({focusInput:pe,setParsedDate:ae}),(Z,U)=>{var F,Q,$;return e.openBlock(),e.createElementBlock("div",{onClick:ie},[Z.$slots.trigger&&!Z.$slots["dp-input"]&&!e.unref(d).enabled?e.renderSlot(Z.$slots,"trigger",{key:0}):e.createCommentVNode("",!0),!Z.$slots.trigger&&(!e.unref(d).enabled||e.unref(d).input)?(e.openBlock(),e.createElementBlock("div",MC,[Z.$slots["dp-input"]&&!Z.$slots.trigger&&(!e.unref(d).enabled||e.unref(d).enabled&&e.unref(d).input)?e.renderSlot(Z.$slots,"dp-input",{key:0,value:t.inputValue,isMenuOpen:t.isMenuOpen,onInput:P,onEnter:b,onTab:R,onClear:X,onBlur:H,onKeypress:re,onPaste:T,onFocus:Y,openMenu:()=>Z.$emit("open"),closeMenu:()=>Z.$emit("close"),toggleMenu:()=>Z.$emit("toggle")}):e.createCommentVNode("",!0),Z.$slots["dp-input"]?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("input",{key:1,id:Z.uid?`dp-input-${Z.uid}`:void 0,ref_key:"inputRef",ref:x,"data-test-id":"dp-input",name:Z.name,class:e.normalizeClass(O.value),inputmode:e.unref(s).enabled?"text":"none",placeholder:Z.placeholder,disabled:Z.disabled,readonly:Z.readonly,required:Z.required,value:t.inputValue,autocomplete:Z.autocomplete,"aria-label":(F=e.unref(c))==null?void 0:F.input,"aria-disabled":Z.disabled||void 0,"aria-invalid":Z.state===!1?!0:void 0,onInput:P,onBlur:H,onFocus:Y,onKeypress:re,onKeydown:U[0]||(U[0]=W=>re(W)),onPaste:T},null,42,DC)),e.createElementVNode("div",{onClick:U[3]||(U[3]=W=>a("toggle"))},[Z.$slots["input-icon"]&&!Z.hideInputIcon?(e.openBlock(),e.createElementBlock("span",{key:0,class:"dp__input_icon",onClick:U[1]||(U[1]=W=>a("toggle"))},[e.renderSlot(Z.$slots,"input-icon")])):e.createCommentVNode("",!0),!Z.$slots["input-icon"]&&!Z.hideInputIcon&&!Z.$slots["dp-input"]?(e.openBlock(),e.createBlock(e.unref(Wa),{key:1,"aria-label":(Q=e.unref(c))==null?void 0:Q.calendarIcon,class:"dp__input_icon dp__input_icons",onClick:U[2]||(U[2]=W=>a("toggle"))},null,8,["aria-label"])):e.createCommentVNode("",!0)]),Z.$slots["clear-icon"]&&(Z.alwaysClearable||t.inputValue&&Z.clearable&&!Z.disabled&&!Z.readonly)?(e.openBlock(),e.createElementBlock("span",RC,[e.renderSlot(Z.$slots,"clear-icon",{clear:X})])):e.createCommentVNode("",!0),!Z.$slots["clear-icon"]&&(Z.alwaysClearable||Z.clearable&&t.inputValue&&!Z.disabled&&!Z.readonly)?(e.openBlock(),e.createElementBlock("button",{key:3,"aria-label":($=e.unref(c))==null?void 0:$.clearInput,class:"dp--clear-btn",type:"button",onKeydown:U[4]||(U[4]=W=>e.unref(Wt)(W,()=>X(W),!0,he)),onClick:U[5]||(U[5]=e.withModifiers(W=>X(W),["prevent"]))},[e.createVNode(e.unref(Oh),{class:"dp__input_icons","data-test-id":"clear-icon"})],40,AC)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])}}}),LC=typeof window<"u"?window:void 0,nu=()=>{},FC=t=>e.getCurrentScope()?(e.onScopeDispose(t),!0):!1,zC=(t,r,n,a)=>{if(!t)return nu;let i=nu;const s=e.watch(()=>e.unref(t),d=>{i(),d&&(d.addEventListener(r,n,a),i=()=>{d.removeEventListener(r,n,a),i=nu})},{immediate:!0,flush:"post"}),c=()=>{s(),i()};return FC(c),c},HC=(t,r,n,a={})=>{const{window:i=LC,event:s="pointerdown"}=a;return i?zC(i,s,c=>{const d=St(t),f=St(r);!d||!f||d===c.target||c.composedPath().includes(d)||c.composedPath().includes(f)||n(c)},{passive:!0}):void 0},UC=["data-dp-mobile"],WC=e.defineComponent({compatConfig:{MODE:3},__name:"VueDatePicker",props:{...il},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 a=n,i=t,s=e.useSlots(),c=e.ref(!1),d=e.toRef(i,"modelValue"),f=e.toRef(i,"timezone"),p=e.ref(null),h=e.ref(null),g=e.ref(null),_=e.ref(!1),k=e.ref(null),C=e.ref(!1),M=e.ref(!1),x=e.ref(!1),y=e.ref(!1),{setMenuFocused:E,setShiftKey:O}=u1(),{clearArrowNav:S}=Mr(),{validateDate:L,isValidTime:V}=Dr(i),{defaultedTransitions:T,defaultedTextInput:N,defaultedInline:P,defaultedConfig:b,defaultedRange:R,defaultedMultiDates:Y}=pt(i),{menuTransition:ie,showTransition:H}=Ao(T),{isMobile:X}=v1(b);e.onMounted(()=>{W(i.modelValue),e.nextTick().then(()=>{if(!P.value.enabled){const le=U(k.value);le==null||le.addEventListener("scroll",_e),window==null||window.addEventListener("resize",be)}}),P.value.enabled&&(c.value=!0),window==null||window.addEventListener("keyup",we),window==null||window.addEventListener("keydown",He)}),e.onUnmounted(()=>{if(!P.value.enabled){const le=U(k.value);le==null||le.removeEventListener("scroll",_e),window==null||window.removeEventListener("resize",be)}window==null||window.removeEventListener("keyup",we),window==null||window.removeEventListener("keydown",He)});const K=sn(s,"all",i.presetDates),re=sn(s,"input");e.watch([d,f],()=>{W(d.value)},{deep:!0});const{openOnTop:pe,menuStyle:ae,xCorrect:he,setMenuPosition:Z,getScrollableParent:U,shadowRender:F}=VC({menuRef:p,menuRefInner:h,inputRef:g,pickerWrapperRef:k,inline:P,emit:a,props:i,slots:s}),{inputValue:Q,internalModelValue:$,parseExternalModelValue:W,emitModelValue:m,formatInputValue:D,checkBeforeEmit:j}=EE(a,i,_),ue=e.computed(()=>({dp__main:!0,dp__theme_dark:i.dark,dp__theme_light:!i.dark,dp__flex_display:P.value.enabled,"dp--flex-display-collapsed":x.value,dp__flex_display_with_input:P.value.input})),te=e.computed(()=>i.dark?"dp__theme_dark":"dp__theme_light"),Ne=e.computed(()=>i.teleport?{to:typeof i.teleport=="boolean"?"body":i.teleport,disabled:!i.teleport||P.value.enabled}:{}),de=e.computed(()=>({class:"dp__outer_menu_wrap"})),ye=e.computed(()=>P.value.enabled&&(i.timePicker||i.monthPicker||i.yearPicker||i.quarterPicker)),A=()=>{var le,xe;return((xe=(le=g.value)==null?void 0:le.$el)==null?void 0:xe.getBoundingClientRect())??{width:0,left:0,right:0}},_e=()=>{c.value&&(b.value.closeOnScroll?Ze():Z())},be=()=>{var le;c.value&&Z();const xe=((le=h.value)==null?void 0:le.$el.getBoundingClientRect().width)??0;x.value=document.body.offsetWidth<=xe},we=le=>{le.key==="Tab"&&!P.value.enabled&&!i.teleport&&b.value.tabOutClosesMenu&&(k.value.contains(document.activeElement)||Ze()),M.value=le.shiftKey},He=le=>{M.value=le.shiftKey},Te=()=>{!i.disabled&&!i.readonly&&(F(V0,i),Z(!1),c.value=!0,c.value&&a("open"),c.value||Vt(),W(i.modelValue))},ee=()=>{var le,xe;Q.value="",Vt(),(le=h.value)==null||le.onValueCleared(),(xe=g.value)==null||xe.setParsedDate(null),a("update:model-value",null),a("update:model-timezone-value",null),a("cleared"),b.value.closeOnClearValue&&Ze()},me=()=>{const le=$.value;return!le||!Array.isArray(le)&&L(le)?!0:Array.isArray(le)?Y.value.enabled||le.length===2&&L(le[0])&&L(le[1])?!0:R.value.partialRange&&!i.timePicker?L(le[0]):!1:!1},Be=()=>{j()&&me()?(m(),Ze()):a("invalid-select",$.value)},st=le=>{Ct(),m(),b.value.closeOnAutoApply&&!le&&Ze()},Ct=()=>{g.value&&N.value.enabled&&g.value.setParsedDate($.value)},Oe=(le=!1)=>{i.autoApply&&V($.value)&&me()&&(R.value.enabled&&Array.isArray($.value)?(R.value.partialRange||$.value.length===2)&&st(le):st(le))},Vt=()=>{N.value.enabled||($.value=null)},Ze=(le=!1)=>{le&&$.value&&b.value.setDateOnMenuClose&&Be(),P.value.enabled||(c.value&&(c.value=!1,he.value=!1,E(!1),O(!1),S(),a("closed"),Q.value&&W(d.value)),Vt(),a("blur"))},Yn=(le,xe,Se=!1)=>{if(!le){$.value=null;return}const cn=Array.isArray(le)?!le.some(fr=>!L(fr)):L(le),Zt=V(le);cn&&Zt?(y.value=!0,$.value=le,xe&&(C.value=Se,Be(),a("text-submit")),e.nextTick().then(()=>{y.value=!1})):a("invalid-date",le)},Rr=()=>{i.autoApply&&V($.value)&&m(),Ct()},dr=()=>c.value?Ze():Te(),Ar=le=>{$.value=le},Pr=()=>{N.value.enabled&&(_.value=!0,D()),a("focus")},Lr=()=>{if(N.value.enabled&&(_.value=!1,W(i.modelValue),C.value)){const le=ex(k.value,M.value);le==null||le.focus()}a("blur")},Fr=le=>{h.value&&h.value.updateMonthYear(0,{month:Wp(le.month),year:Wp(le.year)})},zr=le=>{W(le??i.modelValue)},Hr=(le,xe)=>{var Se;(Se=h.value)==null||Se.switchView(le,xe)},ne=(le,xe)=>b.value.onClickOutside?b.value.onClickOutside(le,xe):Ze(!0),ke=(le=0)=>{var xe;(xe=h.value)==null||xe.handleFlow(le)},Ie=()=>p;return HC(p,g,le=>ne(me,le)),r({closeMenu:Ze,selectDate:Be,clearValue:ee,openMenu:Te,onScroll:_e,formatInputValue:D,updateInternalModelValue:Ar,setMonthYear:Fr,parseModel:zr,switchView:Hr,toggleMenu:dr,handleFlow:ke,getDpWrapMenuRef:Ie}),(le,xe)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"pickerWrapperRef",ref:k,class:e.normalizeClass(ue.value),"data-datepicker-instance":"","data-dp-mobile":e.unref(X)},[e.createVNode(PC,e.mergeProps({ref_key:"inputRef",ref:g,"input-value":e.unref(Q),"onUpdate:inputValue":xe[0]||(xe[0]=Se=>e.isRef(Q)?Q.value=Se:null),"is-menu-open":c.value},le.$props,{onClear:ee,onOpen:Te,onSetInputDate:Yn,onSetEmptyDate:e.unref(m),onSelectDate:Be,onToggle:dr,onClose:Ze,onFocus:Pr,onBlur:Lr,onRealBlur:xe[1]||(xe[1]=Se=>_.value=!1),onTextInput:xe[2]||(xe[2]=Se=>le.$emit("text-input",Se))}),e.createSlots({_:2},[e.renderList(e.unref(re),(Se,cn)=>({name:Se,fn:e.withCtx(Zt=>[e.renderSlot(le.$slots,Se,e.normalizeProps(e.guardReactiveProps(Zt)))])}))]),1040,["input-value","is-menu-open","onSetEmptyDate"]),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(le.teleport?e.Teleport:"div"),e.normalizeProps(e.guardReactiveProps(Ne.value)),{default:e.withCtx(()=>[e.createVNode(e.Transition,{name:e.unref(ie)(e.unref(pe)),css:e.unref(H)&&!e.unref(P).enabled},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,ref_key:"dpWrapMenuRef",ref:p},de.value,{class:{"dp--menu-wrapper":!e.unref(P).enabled},style:e.unref(P).enabled?void 0:e.unref(ae)}),[e.createVNode(V0,e.mergeProps({ref_key:"dpMenuRef",ref:h},le.$props,{"internal-model-value":e.unref($),"onUpdate:internalModelValue":xe[3]||(xe[3]=Se=>e.isRef($)?$.value=Se:null),class:{[te.value]:!0,"dp--menu-wrapper":le.teleport},"open-on-top":e.unref(pe),"no-overlay-focus":ye.value,collapse:x.value,"get-input-rect":A,"is-text-input-date":y.value,onClosePicker:Ze,onSelectDate:Be,onAutoApply:Oe,onTimeUpdate:Rr,onFlowStep:xe[4]||(xe[4]=Se=>le.$emit("flow-step",Se)),onUpdateMonthYear:xe[5]||(xe[5]=Se=>le.$emit("update-month-year",Se)),onInvalidSelect:xe[6]||(xe[6]=Se=>le.$emit("invalid-select",e.unref($))),onAutoApplyInvalid:xe[7]||(xe[7]=Se=>le.$emit("invalid-select",Se)),onInvalidFixedRange:xe[8]||(xe[8]=Se=>le.$emit("invalid-fixed-range",Se)),onRecalculatePosition:e.unref(Z),onTooltipOpen:xe[9]||(xe[9]=Se=>le.$emit("tooltip-open",Se)),onTooltipClose:xe[10]||(xe[10]=Se=>le.$emit("tooltip-close",Se)),onTimePickerOpen:xe[11]||(xe[11]=Se=>le.$emit("time-picker-open",Se)),onTimePickerClose:xe[12]||(xe[12]=Se=>le.$emit("time-picker-close",Se)),onAmPmChange:xe[13]||(xe[13]=Se=>le.$emit("am-pm-change",Se)),onRangeStart:xe[14]||(xe[14]=Se=>le.$emit("range-start",Se)),onRangeEnd:xe[15]||(xe[15]=Se=>le.$emit("range-end",Se)),onDateUpdate:xe[16]||(xe[16]=Se=>le.$emit("date-update",Se)),onInvalidDate:xe[17]||(xe[17]=Se=>le.$emit("invalid-date",Se)),onOverlayToggle:xe[18]||(xe[18]=Se=>le.$emit("overlay-toggle",Se)),onMenuBlur:xe[19]||(xe[19]=Se=>le.$emit("blur"))}),e.createSlots({_:2},[e.renderList(e.unref(K),(Se,cn)=>({name:Se,fn:e.withCtx(Zt=>[e.renderSlot(le.$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,UC))}}),hc=(()=>{const t=WC;return t.install=r=>{r.component("Vue3DatePicker",t)},t})(),jC=Object.freeze(Object.defineProperty({__proto__:null,default:hc},Symbol.toStringTag,{value:"Module"}));Object.entries(jC).forEach(([t,r])=>{t!=="default"&&(hc[t]=r)});const YC=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(k=>({"740fe2e0":h.value,"0d3fb69a":g.value,"2db10b09":_.value}));const n=t,a=r,{isUtc:i,clearIcon:s}=e.toRefs(n),c=e.ref(n.modelValue||(n.range?[]:null));e.watch(()=>n.modelValue,k=>{k==null||Array.isArray(k)&&k.length===0?c.value=n.range?[]:null:c.value=k},{immediate:!0});const d=k=>{c.value=k,a("update:modelValue",k)},f=k=>{const C=new Date;return C.setHours(0,0,0,0),k<C},p=()=>{switch(n.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}},h=e.computed(()=>n.iconType==="startIcon"?"46px":"16px"),g=e.computed(()=>n.iconType==="endIcon"?"46px":"16px"),_=e.computed(()=>n.iconType==="endIcon"?"40px":"0px");return(k,C)=>{const M=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([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",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(hc),{locale:"en-US",name:t.name,placeholder:t.placeholder,"model-value":c.value,utc:e.unref(i),range:t.range,teleport:!0,clearable:e.unref(s),required:t.required,disabled:t.disabled,readonly:t.readonly,"disabled-dates":t.disableDate?f: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":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),e.createVNode(M,{errors:t.errors,name:t.name},null,8,["errors","name"])])}}}),KC={key:0,class:"inline-flex flex-row items-center justify-start px-[0.25rem] min-h-[34px] mb-0.5 bg-gray-100 rounded-[0.625rem] ring-1 ring-gray-200/75 gap-2"},GC=["id","disabled","title","onClick"],XC=["disabled","title","id","onClick"],QC={key:2,class:"justify-start relative z-0 inline-flex items-center gap-0 bg-white/50 rounded-t-lg shadow-[0px_1px_2px_0px_rgba(55,65,81,0.10)]"},qC=["disabled","title","id","onClick"],JC={key:3,class:"flex items-center gap-1 p-2 transition-all duration-100"},ZC=["disabled","title","id","onClick"],e$=e.defineComponent({__name:"EUITabs",props:{tabs:{},defaultActiveIndex:{},tabStyle:{},contentClass:{},tabSize:{},tabAlign:{},isHighlighedActivetab:{type:Boolean}},emits:["update:activeTab"],setup(t,{emit:r}){const n=t,a=r,i=e.ref(n.defaultActiveIndex??0),s=c=>{i.value=c,a("update:activeTab",n.tabs[i.value])};return e.watch(()=>n.defaultActiveIndex,c=>{i.value=c??0}),(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[c.tabStyle==="design"?(e.openBlock(),e.createElementBlock("div",KC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:p},[e.createElementVNode("button",{type:"button",id:`id-${f.name}`,disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,class:e.normalizeClass(["[&:not(:focus-visible)]:focus:outline-none relative w-max inline-flex items-center transition-colors duration-100 h-7",[f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab?" rounded-t-lg !bg-[#EDE9FE] ":""]]),role:"tab",tabindex:"-1",onClick:h=>s(p)},[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":p<i.value,"-translate-x-full":p>i.value,"translate-x-0 rounded-lg bg-white ring-1 ring-gray-200/75":i.value===p}])},null,2),e.createElementVNode("span",{class:e.normalizeClass(["w-full px-2 py-1 text-xs tracking-wide z-10 flex items-center justify-start gap-2",i.value===p?" text-gray-800 font-semibold":" text-gray-600 font-medium hover:text-gray-600 rounded-lg bg-transparent z-0 transition-colors duration-300 ease-in origin-center"])},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],2)],10,GC),p!==c.tabs.length-1?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["self-stretch w-px h-4 my-2",p===i.value-1||i.value===p?"bg-transparent":"bg-gray-300"])},null,2)):e.createCommentVNode("",!0)],64))),128))])):c.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",[c.tabAlign==="justify"?"justify-between":c.tabAlign==="end"?"justify-end":"justify-start"]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock("button",{disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,key:p,type:"button",role:"tab",id:`id-${f.name}`,class:e.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",f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab&&i.value===p?" rounded-t-lg !bg-[#EDE9FE]":""]),onClick:h=>s(p)},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],10,XC))),128))],2)):c.tabStyle==="shadow"?(e.openBlock(),e.createElementBlock("div",QC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock("button",{disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,key:p,type:"button",role:"tab",id:`id-${f.name}`,class:e.normalizeClass(["px-3 py-1 leading-5 transition-all duration-150 ease-in-out hover:text-gray-800 h-12 rounded-t-lg",c.tabSize==="sm"?"text-sm font-medium border-b-2":"text-base font-semibold border-b-[3px]",i.value===p?"border-purple-800 text-purple-800 bg-white z-10 rounded-t-lg shadow-[0px_2px_4px_0px_rgba(55,65,81,0.1)]":"border-transparent text-gray-500 z-0",f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab&&i.value===p?" rounded-t-lg !bg-[#EDE9FE]":""]),onClick:h=>s(p)},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],10,qC))),128))])):(e.openBlock(),e.createElementBlock("div",JC,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.tabs,(f,p)=>(e.openBlock(),e.createElementBlock("button",{disabled:f==null?void 0:f.disabled,title:f==null?void 0:f.toolTipText,key:p,type:"button",role:"tab",id:`id-${f.name}`,class:e.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",f!=null&&f.disabled?" cursor-not-allowed ":"",c.isHighlighedActivetab&&i.value===p?" rounded-t-lg !bg-[#EDE9FE]":""]]),onClick:h=>s(p)},[e.renderSlot(c.$slots,"title",{tab:f,tabIndex:p,activeTab:i.value},()=>[e.createTextVNode(e.toDisplayString(f==null?void 0:f.name),1)],!0)],10,ZC))),128))])),e.renderSlot(c.$slots,"content",{activeTab:c.tabs[i.value]},()=>{var f;return[e.createElementVNode("div",{class:e.normalizeClass(["py-2 text-base font-normal text-gray-700 bg-white relative",c.contentClass,{"rounded-lg !rounded-tl-none shadow-[0px_-2px_24px_0px_rgba(0,0,0,0.075)] z-20":c.tabStyle==="shadow"}])},e.toDisplayString((f=c.tabs[i.value])==null?void 0:f.content),3)]},!0)]))}}),t$=at(e$,[["__scopeId","data-v-f9d29e2f"]]),n$={class:"relative z-10 inline-flex items-center w-full gap-2 pt-3 overflow-hidden transition-all duration-200 ease-in border border-b-0 border-solid rounded-t-xl isolate before:h-4 before:w-px before:bg-gray-200 before:-bottom-3 before:-left-px before:absolute after:h-4 after:w-px after:bg-gray-200 after:-bottom-3 after:-right-px after:absolute bg-gradient-to-b from-gray-100"},r$={class:"relative z-0 inline-flex flex-row items-center w-full gap-2 px-6"},a$=["data-tab","disabled","loading","onClick"],o$={class:"relative z-0 px-4 py-4 -mt-px text-gray-500 border border-gray-200 border-solid rounded-b-xl"},i$=e.defineComponent({inheritAttrs:!1,__name:"EUITabOutline",props:{items:{type:Array,default:()=>[]},defaultActive:{type:String,default:""},type:{type:String,default:"button"},size:{type:String,default:"md"},activeColor:{type:String,default:"black"},iconType:{type:String,default:""},icon:{type:[String,Object,Function],default:""},loading:Boolean,disabled:Boolean},emits:["update:activeTabItem"],setup(t,{emit:r}){var y;const n=t,a=r,i=e.useAttrs(),s=e.computed(()=>{const{class:E,style:O,id:S,...L}=i;return L}),{items:c,defaultActive:d}=e.toRefs(n),f=e.ref(d.value||((y=c.value[0])==null?void 0:y.name)||""),p=E=>{const O=document.querySelector("#tab-indicator");O&&E&&(O.style.left=E.offsetLeft+"px",O.style.width=E.offsetWidth+"px")},h=E=>{f.value=E==null?void 0:E.name,a("update:activeTabItem",E),e.nextTick(()=>{const O=document.querySelector(`nav button[data-tab="${f.value}"]`);O&&p(O)})};e.onMounted(()=>{e.nextTick(()=>{requestAnimationFrame(()=>{const E=document.querySelector(`nav button[data-tab="${f.value}"]`);E&&p(E)})})});const g={default:{enabled:"text-gray-500 cursor-pointer hover:text-gray-700",disabled:"bg-opacity-60 cursor-not-allowed text-gray-200 bg-gray-800"},black:{enabled:"text-black cursor-pointer",disabled:"cursor-not-allowed text-gray-300"},success:{enabled:"text-green-600 cursor-pointer",disabled:"cursor-not-allowed text-green-700/60"},purple:{enabled:"text-purple-600 cursor-pointer",disabled:"cursor-not-allowed text-purple-400"}},_={lg:n.iconType==="icon"?"p-3":"px-6 py-3",md:n.iconType==="icon"?"p-2":"px-4 py-2",sm:n.iconType==="icon"?"p-1.5":"px-4 py-1.5"},k=e.reactive({sm:"w-5 h-5 text-current",md:"w-6 h-6 text-current",lg:"w-6 h-6 text-current"}),C=e.computed(()=>k[n.size]||""),M=E=>{const S=E===f.value?n.activeColor:"default",L=n.disabled?"disabled":"enabled",V=g[S]?g[S][L]:"",T=n.size==="sm"?"text-sm":"text-base",N=_[n.size]||"";return`${V} ${T} ${N}`},x={purple:"#7c3aed",success:"#16a34a",black:"#000",default:"#9ca3af"};return(E,O)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:"bg-white rounded-t-xl"},E.$attrs),[e.createElementVNode("div",n$,[e.createElementVNode("nav",r$,[e.createElementVNode("div",{id:"tab-indicator",style:e.normalizeStyle({"--border":x[t.activeColor]})},O[0]||(O[0]=[e.createElementVNode("span",null,null,-1)]),4),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(S,L)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({key:`data-${L}`,ref_for:!0},s.value,{"data-tab":S.name,class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center will-change-contents",M(S.name||""),f.value===S.name?"font-semibold":"font-normal"],disabled:t.disabled,loading:t.loading,onClick:V=>h(S||""),style:{transition:"all 350ms cubic-bezier(0.15, 0.3, 0.25, 1)"}}),[t.iconType==="icon"||t.iconType==="startIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:0,class:e.normalizeClass([C.value])},null,8,["class"])):e.createCommentVNode("",!0),e.renderSlot(E.$slots,"default",{data:S,activeName:f.value},()=>[e.createTextVNode(e.toDisplayString(S==null?void 0:S.name),1)]),t.iconType==="endIcon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.icon),{key:1,class:e.normalizeClass([C.value])},null,8,["class"])):e.createCommentVNode("",!0),t.loading?(e.openBlock(),e.createElementBlock("svg",{key:2,class:e.normalizeClass(["animate-spin",[C.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O[1]||(O[1]=[e.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),e.createElementVNode("path",{fill:"currentColor",class:"opacity-75",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,a$))),128))])]),e.createElementVNode("div",o$,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(S,L)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`data-${L}`},[S.name===f.value?e.renderSlot(E.$slots,"content",{key:0,data:S,activeName:f.value},()=>[e.createTextVNode(e.toDisplayString(S.name),1)]):e.createCommentVNode("",!0)],64))),128))])],16))}}),l$={key:0,class:"mb-3 text-sm font-medium text-gray-500 font-inter"},s$={key:0,class:"text-red-500"},u$={class:"flex flex-row flex-wrap gap-3"},c$={class:"ml-2 mt-1"},d$=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:a,valueKey:i,labelKey:s,errors:c,ignoreStartCase:d}=e.toRefs(n),f=r,p=e.computed({set:C=>{f("update:model-value",C)},get:()=>n.modelValue}),h=C=>{var M;if(Array.isArray(p.value)){const x=(M=p.value)==null?void 0:M.findIndex(y=>(y==null?void 0:y[i.value])===(C==null?void 0:C[i.value]));x!=-1?p.value.splice(x,1):p.value.push(C),f("on-change",p.value)}},g=C=>{var M;Array.isArray(p.value)||(((M=p.value)==null?void 0:M[i.value])===(C==null?void 0:C[i.value])?p.value=null:p.value=C,f("on-change",p.value))},_=C=>{a.value?h(C):g(C)},k=C=>{var M;return Array.isArray(p.value)?p.value.map(y=>y[i.value]).filter(y=>y).includes(C==null?void 0:C[i.value]):((M=p.value)==null?void 0:M[i.value])===(C==null?void 0:C[i.value])};return e.watch(a,()=>{a.value?Array.isArray(p.value)||(p.value=[p.value]):p.value=p.value?p.value:null},{immediate:!0}),(C,M)=>(e.openBlock(),e.createElementBlock("div",null,[t.label?(e.openBlock(),e.createElementBlock("p",l$,[e.createTextVNode(e.toDisplayString(t.label),1),t.required?(e.openBlock(),e.createElementBlock("span",s$,"*")):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",u$,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.items,(x,y)=>(e.openBlock(),e.createBlock(Bu,{key:`${t.name}-${y}`,type:"button",size:"md",color:"white",class:e.normalizeClass([k(x)?"!bg-purple-100 !text-purple-600 !font-medium shadow-sm":"!bg-gray-100 !text-gray-600 !font-medium hover:text-gray-800","px-4 py-2 text-sm leading-6 focus:outline-none rounded-3xl transition-colors duration-100 ease-in-out"]),rounded:"",onClick:E=>_(x),disabled:t.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(d)?x[e.unref(s)]||"":e.unref(Un.startCase)(x[e.unref(s)]||"")),1)]),_:2},1032,["class","onClick","disabled"]))),128))]),e.createElementVNode("div",c$,[e.createVNode(Ir,{name:t.name,errors:e.unref(c)},null,8,["name","errors"])])]))}});function f$(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 p$(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 Cu(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 h$(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:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z","clip-rule":"evenodd"})])}function m$(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"})])}function v$(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:"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z","clip-rule":"evenodd"})])}function g$(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:"M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z","clip-rule":"evenodd"})])}const y$=["src"],b$={class:"flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200"},_$={class:"flex justify-between gap-x-4 mb-0.5"},w$={class:"text-xs leading-5 text-gray-500"},k$={class:"font-medium text-gray-900"},x$=["datetime"],E$={class:"text-sm leading-6 text-gray-500"},C$=["open"],$$={class:"text-sm leading-5 text-gray-900 list-none flex items-center justify-start flex-row cursor-pointer"},B$={class:"relative flex size-6 flex-none items-center justify-center bg-white"},S$={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"},V$={class:"flex-auto py-0.5 text-xs leading-5 text-gray-500"},O$={class:"font-medium text-gray-900"},I$=["datetime"],N$=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:a,icon:i,showMore:s}=e.toRefs(r);return(c,d)=>(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(f,p)=>{var h,g,_,k,C;return e.openBlock(),e.createElementBlock("li",{key:f.id,class:"relative flex gap-x-4 group"},[e.createElementVNode("div",{class:e.normalizeClass([p===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(a)==="icon"?"w-0.5 bg-green-500":"w-px bg-gray-200"])},null,2)],2),e.unref(a)==="image"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.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,y$),e.createElementVNode("div",b$,[e.createElementVNode("div",_$,[e.createElementVNode("div",w$,[e.createElementVNode("span",k$,e.toDisplayString((g=f.person)==null?void 0:g.name),1)]),e.createElementVNode("time",{datetime:f.dateTime,class:"flex-none text-xs leading-5 text-gray-500"},e.toDisplayString(f.date+" "+f.dateTime),9,x$)]),e.createElementVNode("p",E$,e.toDisplayString(f.comment),1),e.unref(s)?(e.openBlock(),e.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"},[e.createElementVNode("summary",$$,[e.createTextVNode(e.toDisplayString(((_=f.showmore)==null?void 0:_.title)||"More Details")+" ",1),e.createVNode(e.unref(p$),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto group-open:hidden"}),e.createVNode(e.unref(f$),{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((k=f.showmore)==null?void 0:k.content),1)],8,C$)):e.createCommentVNode("",!0)])],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createElementVNode("div",B$,[e.unref(a)==="icon"?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(i)||e.unref(Cu)),{key:0,class:"size-6 text-green-500","aria-hidden":"true"})):(e.openBlock(),e.createElementBlock("div",S$))]),e.createElementVNode("p",V$,[e.createElementVNode("span",O$,e.toDisplayString((C=f.person)==null?void 0:C.name),1),e.createTextVNode(" "+e.toDisplayString(f==null?void 0:f.command),1)]),e.createElementVNode("time",{datetime:f.dateTime,class:"flex-none py-0.5 text-xs leading-5 text-gray-500"},e.toDisplayString(f.date+" "+f.dateTime),9,I$)],64))])}),128))}}),T$={role:"list",class:"space-y-6 p-4"},M$=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:a,icon:i,showMore:s}=e.toRefs(r);return(c,d)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("ul",T$,[e.createVNode(N$,{data:e.unref(n),type:e.unref(a),"timeline-icon":e.unref(i),"show-more":e.unref(s)},null,8,["data","type","timeline-icon","show-more"])])]))}}),D$={class:"text-sm font-medium text-gray-600 truncate cursor-pointer"},R$=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:a}=e.toRefs(n),i=r,s=()=>{i("remove")};return(c,d)=>(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",D$,[e.renderSlot(c.$slots,"default")]),e.unref(a)?(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(s,["stop"])},d[0]||(d[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))}}),A$={},P$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function L$(t,r){return e.openBlock(),e.createElementBlock("svg",P$,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 cr=at(A$,[["render",L$]]),F$={class:"inline-flex flex-row items-center gap-2 overflow-hidden border-gray-100 rounded"},z$=["disabled"],H$=["onClick"],U$=["disabled"],mc=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,a=r,i=e.computed(()=>n.activePage+1),s=e.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const g=n.activePage-1;f(g)}},d=()=>{if(n.activePage<s.value-1){const g=n.activePage+1;f(g)}},f=g=>{a("changePage",g)},p=e.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,_)=>_+1)),h=e.computed(()=>{const g=p.value.length,_=i.value,k=Math.max(n.max,12),C=Math.floor((Math.min(k,g)-7)/2),M=_-C,x=_+C,y=M-1>1,E=x+1<g,O=[];if(g<=k){for(let S=1;S<=g;S++)O.push(S);return O}if(O.push(1),y&&O.push(n.divider),!E){const S=_+C+2-g;for(let L=_-C-S;L<=_-C-1;L++)O.push(L)}for(let S=Math.max(2,M);S<=Math.min(g,x);S++)O.push(S);if(!y){const S=1-(_-C-2);for(let L=_+C+1;L<=_+C+S;L++)O.push(L)}return E&&O.push(n.divider),x<g&&O.push(g),O.length>=3&&O[1]===n.divider&&O[2]===3&&(O[1]=2),O.length>=3&&O[O.length-2]===n.divider&&O[O.length-1]===O.length&&(O[O.length-2]=O.length-1),O});return(g,_)=>(e.openBlock(),e.createElementBlock("div",F$,[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:_[0]||(_[0]=k=>c())},[e.createVNode(cr,{class:"text-current transform rotate-90 size-6"}),_[2]||(_[2]=e.createElementVNode("span",{class:"hidden md:block"},"Back",-1))],10,z$)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,k=>(e.openBlock(),e.createElementBlock("div",{key:k},[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",k=="…"?"select-none pointer-events-none":i.value==k?"text-white bg-violet-600":"bg-white text-black"]),onClick:C=>typeof k=="number"&&f(k-1)},e.toDisplayString(k),11,H$)]))),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",s.value===i.value&&"opacity-50 pointer-events-none"]),disabled:s.value===i.value,onClick:_[1]||(_[1]=k=>d())},[_[3]||(_[3]=e.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),e.createVNode(cr,{class:"text-current transform -rotate-90 size-6"})],10,U$)])]))}}),W$={class:"table-checkbox"},j$=["value"],la=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,a=r,i=e.ref(n.indeterminate);e.watch(()=>n.indeterminate,g=>{i.value=g});const s=e.computed({get(){return n.checked},set(g){a("update:checked",g)}}),c=g=>{a("change",g)},d=e.computed(()=>{const g=Array.isArray(n.checked)&&n.checked.length!==0,_=k=>k===n.value;return g?n.checked.some(_):n.checked===!0}),f=e.useAttrs(),p=e.computed(()=>f.disabled?-1:0),h=e.computed(()=>({...f,tabindex:p.value,role:"checkbox"}));return e.watch(d,()=>{n.indeterminate&&(i.value=!1)}),(g,_)=>(e.openBlock(),e.createElementBlock("label",W$,[e.withDirectives(e.createElementVNode("input",e.mergeProps({"onUpdate:modelValue":_[0]||(_[0]=k=>s.value=k),type:"checkbox",value:t.value},h.value,{onChange:c}),null,16,j$),[[e.vModelCheckbox,s.value]]),_[1]||(_[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))]))}}),Y$={},K$={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function G$(t,r){return e.openBlock(),e.createElementBlock("svg",K$,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 g1=at(Y$,[["render",G$]]),X$={},Q$={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function q$(t,r){return e.openBlock(),e.createElementBlock("svg",Q$,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 J$=at(X$,[["render",q$]]),Z$={class:"whitespace-nowrap"},eB={class:"overflow-hidden bg-white rounded-lg shadow-lg ring-1 ring-black ring-opacity-5"},tB=["onClick"],Lo=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:a}=e.toRefs(n),i=r,s=e.ref([5,10,20,30,40,50,100]),c=d=>{i("updateLimit",d),i("refetch")};return(d,f)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(ih,{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:p})=>[e.createElementVNode("span",Z$,e.toDisplayString(e.unref(a)),1),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.iconStyle?J$:cr),{class:e.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:e.withCtx(()=>[e.createElementVNode("div",eB,[e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,p=>(e.openBlock(),e.createElementBlock("li",{key:p,class:e.normalizeClass(["block w-full px-4 py-2 text-sm font-medium cursor-pointer hover:bg-gray-50",[p===e.unref(a)?"bg-purple-100 text-purple-600":"text-gray-700"]]),role:"button","aria-roledescription":"button",onClick:h=>c(p)},e.toDisplayString(p)+" per page ",11,tB))),128))])])]),_:1})]))}}),No=t=>Un.capitalize(t);var nB={},rB={class:"flex flex-col items-center justify-center gap-4 mx-auto size-72"};function aB(t,r){return e.openBlock(),e.createElementBlock("div",rB,r[0]||(r[0]=[e.createElementVNode("div",{class:"relative min-h-16"},[e.createElementVNode("div",{class:"circle-loader"})],-1)]))}const ja=at(nB,[["render",aB],["__scopeId","data-v-080faf4c"]]);function or(t,r){return r.split(".").reduce((n,a)=>n?n[a]:null,t)}function cl(t,r){return t.toString().toLowerCase().includes(r)}function Or(t,r,n){return t?t.indexOf(r):-1}const oB={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},iB={key:1,class:"relative w-full mx-auto overflow-hidden"},lB={class:"eui-table"},sB={class:"sticky top-0 left-0 z-50 bg-gray-100"},uB={key:0,class:"checkable"},cB=["onClick"],dB={class:"flex items-center gap-2 text-sm font-normal text-current"},fB=["onMouseenter","onMouseleave"],pB={key:0,class:"checkable"},hB={key:1,class:"norecords"},mB=["colspan"],vB={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-2 bg-gray-100"},gB={class:"inline-flex items-center gap-x-10"},yB={class:"text-sm font-normal text-gray-900"},bB={class:"inline-flex items-center gap-2"},_B=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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k}=e.toRefs(n),C=e.ref(a.value),M=e.ref(i.value),x=e.ref([...s.value]),y=e.ref(c.value),E=e.ref(n.perPage),O=e.computed(()=>n.tableLoading),S=e.computed(()=>{let $=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return $;const W=g.value.map(m=>m.value);$=d.value.filter(m=>W.some(D=>cl(or(m,D),h.value.toString().toLowerCase())))}return $}),L=e.computed(()=>{let $=S.value;return $.sort((W,m)=>{const D=M.value==="desc"?-1:1;return W[C.value]<m[C.value]?-1*D:W[C.value]>m[C.value]?1*D:0}),$}),V=$=>{},T=e.computed(()=>$=>M.value==="asc"&&C.value===$.value?"rotate-0":M.value==="desc"&&C.value===$.value?"rotate-180":""),N=e.computed(()=>{const $=L.value.filter(W=>k.value(W));return x.value.length>0&&x.value.length<$.length}),P=e.computed(()=>L.value.length>0&&L.value.every($=>x.value.includes($))),b=e.computed(()=>{var W;return((W=L.value)==null?void 0:W.filter(m=>k.value(m))).length===0}),R=r,Y=$=>{E.value=$,y.value=1,R("update:currentPage",y.value),R("changeLimit",$)},ie=$=>{y.value=$>0?$:0,R("update:currentPage",y.value),R("changePage",$)},H=($,W)=>{!$||!$.sortable||($.value===C.value&&(M.value=M.value==="asc"?"desc":"asc"),C.value=$.value,R("sort",C.value,M.value,W))},X=$=>Or(x.value,$)>=0,K=$=>{const W=Or(x.value,$);W>=0&&x.value.splice(W,1)},re=()=>{if(P.value)x.value=[];else{const $=L.value.filter(W=>!x.value.includes(W));x.value.push(...$)}R("check",x.value),R("check-all",x.value),R("update:checkedRows",x.value),R("update:selectedRows",x.value)},pe=($,W,m)=>{const D=x.value.includes($);m&&D?K($):x.value.push($),R("check",x.value,$),R("update:checkedRows",x.value),R("update:selectedRows",x.value)};e.watch(()=>c.value,$=>{y.value=$},{immediate:!0}),e.watch(()=>s.value,$=>{x.value=[...$]},{immediate:!0});const ae=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"}),he=e.ref(!1),Z=e.ref(!1),U=e.ref(null),F=()=>{const $=U.value;$&&(Z.value=$.scrollLeft>0)},Q=()=>{const $=U.value;$&&(he.value=$.scrollWidth>$.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",Q)}),e.onUnmounted(()=>{window.removeEventListener("resize",Q)}),e.watch(()=>{var $;return($=U.value)==null?void 0:$.clientWidth},Q),($,W)=>(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",oB,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",iB,[e.createElementVNode("div",{id:"dashboard-table",class:e.normalizeClass(["scrollbar--thin overscroll-auto",L.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]"]),ref_key:"tableContainer",ref:U,onScroll:F},[e.createElementVNode("table",lB,[e.createElementVNode("thead",sB,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",uB,[e.createVNode(la,{checked:P.value,indeterminate:N.value,disabled:b.value,class:"flex justify-center mt-0",onChange:W[0]||(W[0]=m=>re())},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(m,D)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${D}`,scope:"col",class:e.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":m==null?void 0:m.sortable}]),style:e.normalizeStyle(m!=null&&m.width?`min-width:${m.width}px;max-width:${m.width}px;`:""),onClick:j=>H(m,j)},[e.createElementVNode("div",dB,[e.renderSlot($.$slots,"header",{header:m},()=>[e.createTextVNode(e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??m.name??"")),1)],!0),e.renderSlot($.$slots,"headerOptionalItem",{},void 0,!0),m!=null&&m.sortable?(e.openBlock(),e.createBlock(g1,{key:0,class:e.normalizeClass(["transform duration-100 transition-all",C.value===m.value?"text-violet-700":"text-gray-900",T.value(m)])},null,8,["class"])):e.createCommentVNode("",!0)])],14,cB))),128))])]),e.createElementVNode("tbody",null,[L.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(L.value,(m,D)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${D}`},[e.createElementVNode("tr",{onMouseenter:j=>$.$attrs.mouseenter?$.$emit("mouseenter",m,D):null,onMouseleave:j=>$.$attrs.mouseleave?$.$emit("mouseleave",m,D):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",pB,[e.createVNode(la,{disabled:!e.unref(k)(m),checked:X(m),onChange:j=>pe(m,D,j)},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("td",{key:ue,class:e.normalizeClass([Z.value&&ue===0?ae.value.body:""])},[e.renderSlot($.$slots,`item.${j.value}`,{row:m,rowIndex:D},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))],40,fB),t.tableExpanded?e.renderSlot($.$slots,"expanded",{key:0,row:m,rowIndex:D},void 0,!0):e.createCommentVNode("",!0)],64))),128)):L.value.length===0?(e.openBlock(),e.createElementBlock("tr",hB,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},W[4]||(W[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,mB)])):e.createCommentVNode("",!0)])])],34),e.createElementVNode("div",vB,[e.renderSlot($.$slots,"tableCount",{},()=>[e.createElementVNode("div",gB,[e.createElementVNode("div",yB," 1-"+e.toDisplayString(E.value)+" of "+e.toDisplayString(e.unref(p)),1),e.createElementVNode("div",bB,[W[5]||(W[5]=e.createElementVNode("span",{class:"text-sm font-normal text-gray-900"},"Result per page",-1)),e.createVNode(Lo,{"page-limit":E.value,onUpdateLimit:W[1]||(W[1]=m=>Y(m)),onRefetch:W[2]||(W[2]=m=>V())},null,8,["page-limit"])])])],!0),e.unref(_)&&L.value.length!==0?e.renderSlot($.$slots,"tablepagination",{key:0},()=>[e.createVNode(mc,{activePage:y.value,pageLimit:E.value,totalCount:e.unref(p),onChangePage:W[3]||(W[3]=m=>ie(m))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])]))]),_:3})]))}}),wB=at(_B,[["__scopeId","data-v-f4c14f9e"]]),kB={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 a=e.ref(t.indeterminate),i=e.computed({get:()=>t.checked,set:p=>r("update:checked",p)}),s=e.computed(()=>{const p=Array.isArray(t.checked)&&t.checked.length!==0,h=g=>g===t.value;return p?t.checked.some(h):t.checked===!0}),c=e.computed(()=>({"ui-checkbox":!0,"ui-checkbox--indeterminate":a.value})),d=e.computed(()=>n.disabled?-1:0),f=e.computed(()=>({...n,tabindex:d.value,role:"checkbox"}));return e.watch(()=>t.indeterminate,p=>{a.value=p}),e.watch(s,()=>{t.indeterminate&&(a.value=!1)}),{isIndeterminate:a,selected:i,isActive:s,classes:c,attrs:f}}};var xB=["value"],EB={key:0,class:"ui-checkbox__label"},CB={key:0},$B={key:1};function BB(t,r,n,a,i,s){return e.openBlock(),e.createElementBlock("label",{class:e.normalizeClass(a.classes)},[e.withDirectives(e.createElementVNode("input",e.mergeProps({"onUpdate:modelValue":r[0]||(r[0]=function(c){return a.selected=c}),type:"checkbox",value:n.value},a.attrs,{class:"ui-checkbox__input"}),null,16,xB),[[e.vModelCheckbox,a.selected]]),t.$slots.default||n.label?(e.openBlock(),e.createElementBlock("span",EB,[n.label?(e.openBlock(),e.createElementBlock("span",CB,e.toDisplayString(n.label),1)):e.createCommentVNode("",!0),t.$slots.default?(e.openBlock(),e.createElementBlock("span",$B,[e.renderSlot(t.$slots,"default")])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2)}const $u=at(kB,[["render",BB]]),SB="data:image/png;base64,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",VB={class:"inline-flex flex-row items-center overflow-hidden gap-x-1"},OB=["disabled"],IB=["onClick"],NB=["disabled"],vc=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,a=r,i=e.computed(()=>n.activePage+1),s=e.computed(()=>n.pageLimit>0?Math.ceil(n.totalCount/n.pageLimit):1),c=()=>{if(n.activePage>0){const g=n.activePage-1;f(g)}},d=()=>{if(n.activePage<s.value-1){const g=n.activePage+1;f(g)}},f=g=>{a("changePage",g)},p=e.computed(()=>Array.from({length:Math.ceil(n.totalCount/n.pageLimit)},(g,_)=>_+1)),h=e.computed(()=>{const g=p.value.length,_=i.value,k=Math.max(n.max,5),C=Math.floor((Math.min(k,g)-5)/2),M=_-C,x=_+C,y=M-1>1,E=x+1<g,O=[];if(g<=k){for(let S=1;S<=g;S++)O.push(S);return O}if(O.push(1),y&&O.push(n.divider),!E){const S=_+C+2-g;for(let L=_-C-S;L<=_-C-1;L++)O.push(L)}for(let S=Math.max(2,M);S<=Math.min(g,x);S++)O.push(S);if(!y){const S=1-(_-C-2);for(let L=_+C+1;L<=_+C+S;L++)O.push(L)}return E&&O.push(n.divider),x<g&&O.push(g),O.length>=3&&O[1]===n.divider&&O[2]===3&&(O[1]=2),O.length>=3&&O[O.length-2]===n.divider&&O[O.length-1]===O.length&&(O[O.length-2]=O.length-1),O});return(g,_)=>(e.openBlock(),e.createElementBlock("div",VB,[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:_[0]||(_[0]=k=>c())},[e.createVNode(cr,{class:"text-current transform rotate-90 size-6"}),_[2]||(_[2]=e.createElementVNode("span",{class:"hidden md:block"},"Prev",-1))],10,OB)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,k=>(e.openBlock(),e.createElementBlock("div",{key:k},[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",k==="…"?"select-none pointer-events-none":i.value===k?"text-black bg-purple-50 ring-2 ring-inset ring-purple-600":"bg-white text-black"]),onClick:C=>typeof k=="number"&&f(k-1)},e.toDisplayString(k),11,IB)]))),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",s.value===i.value&&"opacity-50 pointer-events-none"]),disabled:s.value===i.value,onClick:_[1]||(_[1]=k=>d())},[_[3]||(_[3]=e.createElementVNode("span",{class:"hidden md:block"},"Next",-1)),e.createVNode(cr,{class:"text-current transform -rotate-90 size-6"})],10,NB)])]))}}),TB={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},MB={key:1,class:"relative max-w-full mx-auto overflow-hidden"},DB={key:0,class:"checkable",style:{width:"45px","max-width":"45px","background-color":"rgb(243 244 246)"},scope:"col"},RB=["onClick"],AB={class:"relative z-0 w-full"},PB={class:"w-full text-sm font-bold text-current truncate font-inter"},LB={key:0,class:"absolute -top-0.5 -right-6 size-6 z-10"},FB={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},zB=["stroke"],HB=["stroke"],UB=["id","onMouseenter","onMouseleave"],WB={key:0,class:"checkable",style:{width:"45px","max-width":"45px"}},jB={class:"block truncate"},YB={key:1,class:"norecords"},KB=["colspan"],GB={key:0,class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},XB={class:"inline-flex items-center gap-x-2"},QB={class:"text-sm font-medium text-gray-900"},qB={class:"inline-flex items-center"},JB=e.defineComponent({__name:"UTable",props:{items:{type:Array,default:()=>[],required:!0},headers:{type:Array,default:()=>[],required:!0},stickyFooter:{type:Boolean,default:!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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k,activeRowIndex:C}=e.toRefs(n),M=r,x=e.ref(a.value),y=e.ref(i.value),E=e.ref([...s.value]),O=e.ref(c.value),S=e.ref(n.perPage),L=e.computed(()=>n.tableLoading),V=e.computed(()=>{let m=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return m;const D=g.value.map(j=>j.value);m=d.value.filter(j=>D.some(ue=>cl(or(j,ue),h.value.toString().toLowerCase())))}return m}),T=e.computed(()=>{let m=V.value;return m.sort((D,j)=>{const ue=y.value==="desc"?-1:1;return D[x.value]<j[x.value]?-1*ue:D[x.value]>j[x.value]?1*ue:0}),m}),N=m=>({minWidth:`${m.width||300}px`,maxWidth:`${m.width||300}px`,backgroundColor:m.color||"rgb(243 244 246)"}),P=m=>({width:`${m.width||300}px`,maxWidth:`${m.width||300}px`}),b=m=>{},R=m=>{S.value=m,O.value=1,M("update:currentPage",O.value),M("changeLimit",m)},Y=m=>{O.value=m>0?m:0,M("update:currentPage",O.value),M("changePage",m)},ie=(m,D)=>{!m||!m.sortable||(m.value===x.value&&(y.value=y.value==="asc"?"desc":"asc"),x.value=m.value,M("sort",x.value,y.value,D))},H=e.computed(()=>T.value.length>0&&T.value.every(m=>E.value.includes(m))),X=e.computed(()=>{var D;return((D=T.value)==null?void 0:D.filter(j=>k.value(j))).length===0}),K=e.computed(()=>{const m=T.value.filter(D=>k.value(D));return E.value.length>0&&E.value.length<m.length}),re=m=>Or(E.value,m)>=0,pe=m=>{const D=Or(E.value,m);D>=0&&E.value.splice(D,1)},ae=()=>{if(H.value)E.value=[];else{const m=T.value.filter(D=>!E.value.includes(D));E.value.push(...m)}M("check",E.value),M("check-all",E.value),M("update:checkedRows",E.value),M("update:selectedRows",E.value)},he=(m,D,j)=>{const ue=E.value.includes(m);j&&ue?pe(m):E.value.push(m),M("check",E.value,m),M("update:checkedRows",E.value),M("update:selectedRows",E.value)};e.watch(()=>c.value,m=>{O.value=m},{immediate:!0}),e.watch(()=>s.value,m=>{E.value=[...m]},{immediate:!0});const Z=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"}),U=e.ref(!1),F=e.ref(!1),Q=e.ref(null),$=()=>{const m=Q.value;m&&(F.value=m.scrollLeft>0)},W=()=>{const m=Q.value;m&&(U.value=m.scrollWidth>m.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",W)}),e.onUnmounted(()=>{window.removeEventListener("resize",W)}),e.watch(()=>{var m;return(m=Q.value)==null?void 0:m.clientWidth},W),(m,D)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[L.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",TB,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",MB,[e.createElementVNode("div",{class:e.normalizeClass(["ui-table scrollbar--auto",T.value.length===0?"overflow-hidden pointer-events-none":"overflow-scroll",t.tableHeight?t.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:Q,onScroll:$},[e.createElementVNode("table",null,[e.createElementVNode("thead",null,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",DB,[e.createVNode($u,{checked:H.value,indeterminate:K.value,disabled:X.value,onChange:ae},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("th",{key:ue,scope:"col",class:e.normalizeClass(["snap-start snap-always py-2",j!=null&&j.sortable?"cursor-pointer hover:!text-gray-900 pr-8 pl-3":"px-3 cursor-auto",F.value&&ue===0?Z.value.head:null,{"!bg-gray-200":x.value===j.value}]),style:e.normalizeStyle(e.unref(g).length>6?N(j):"width: 100%;min-width: 250px;background-color: rgb(243 244 246);"),onClick:te=>ie(j,te)},[e.createElementVNode("div",AB,[e.createElementVNode("div",PB,[e.renderSlot(m.$slots,"header",{header:j},()=>[e.createTextVNode(e.toDisplayString(e.unref(No)((j==null?void 0:j.text)??(j==null?void 0:j.name)??"")),1)]),t.headerOptional?e.renderSlot(m.$slots,"headerOptionalItem",{key:0}):e.createCommentVNode("",!0)]),j!=null&&j.sortable?(e.openBlock(),e.createElementBlock("div",LB,[(e.openBlock(),e.createElementBlock("svg",FB,[D[3]||(D[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:y.value==="asc"&&x.value===(j==null?void 0:j.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,zB),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:y.value==="desc"&&x.value===(j==null?void 0:j.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,HB)]))])):e.createCommentVNode("",!0)])],14,RB))),128))])]),e.createElementVNode("tbody",null,[T.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(T.value,(j,ue)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${ue}`},[e.createElementVNode("tr",{id:`row-${ue}`,onMouseenter:te=>m.$attrs.mouseenter?m.$emit("mouseenter",j,ue):null,onMouseleave:te=>m.$attrs.mouseleave?m.$emit("mouseleave",j,ue):null,class:e.normalizeClass(["group",{"bg-purple-100":e.unref(C)==ue}])},[t.checkable?(e.openBlock(),e.createElementBlock("td",WB,[e.createVNode($u,{disabled:!e.unref(k)(j),checked:re(j),onChange:e.withModifiers(te=>he(j,ue,te),["prevent","stop"])},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(te,Ne)=>(e.openBlock(),e.createElementBlock("td",{key:Ne,style:e.normalizeStyle(P(te)),class:e.normalizeClass([F.value&&Ne===0?Z.value.body:null,{"!bg-purple-100":e.unref(C)==ue}])},[e.renderSlot(m.$slots,`item.${te==null?void 0:te.value}`,{row:j,rowIndex:ue,headerIndex:Ne},()=>[e.createElementVNode("span",jB,e.toDisplayString(e.unref(or)(j,te==null?void 0:te.value)),1)])],6))),128))],42,UB),t.tableExpanded?e.renderSlot(m.$slots,"expanded",{key:0,row:j,rowIndex:ue,headerLength:e.unref(g).length}):e.createCommentVNode("",!0)],64))),128)):T.value.length===0?(e.openBlock(),e.createElementBlock("tr",YB,[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)]"]])},D[4]||(D[4]=[e.createElementVNode("div",{class:"text-center"},[e.createElementVNode("div",{class:"mx-auto overflow-hidden rounded-md size-56"},[e.createElementVNode("img",{src:SB,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,KB)])):e.createCommentVNode("",!0)])])],34),t.stickyFooter?(e.openBlock(),e.createElementBlock("div",GB,[e.renderSlot(m.$slots,"tableCount",{},()=>[e.createElementVNode("div",XB,[e.createElementVNode("div",QB," Total "+e.toDisplayString(e.unref(p)),1),D[6]||(D[6]=e.createElementVNode("span",{class:"text-gray-300"},"|",-1)),e.createElementVNode("div",qB,[D[5]||(D[5]=e.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),e.createVNode(Lo,{"page-limit":S.value,onUpdateLimit:D[0]||(D[0]=j=>R(j)),onRefetch:D[1]||(D[1]=j=>b()),iconStyle:!0},null,8,["page-limit"])])])]),e.unref(_)&&T.value.length!==0?e.renderSlot(m.$slots,"tablepagination",{key:0},()=>[e.createVNode(vc,{activePage:O.value,pageLimit:S.value,totalCount:e.unref(p),onChangePage:D[2]||(D[2]=j=>Y(j))},null,8,["activePage","pageLimit","totalCount"])]):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]))]),_:3})]))}}),ZB={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},eS={key:1,class:"relative w-full mx-auto overflow-hidden"},tS={class:"eui-table"},nS={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"},rS={key:0,class:"checkable"},aS=["onClick"],oS={class:"flex items-center justify-between gap-2 text-sm font-medium text-current font-inter"},iS={key:0,class:"flex-none"},lS={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",class:"size-6"},sS=["stroke"],uS=["stroke"],cS=["id","onMouseenter","onMouseleave"],dS={key:1,class:"norecords"},fS=["colspan"],pS={class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-1 bg-white border-t border-gray-300"},hS={class:"inline-flex items-center gap-x-2"},mS={class:"text-sm font-medium text-gray-900"},vS={class:"inline-flex items-center"},gS=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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k,activeRowIndex:C}=e.toRefs(n),M=e.ref(a.value),x=e.ref(i.value),y=e.ref([...s.value]),E=e.ref(c.value),O=e.ref(n.perPage),S=e.computed(()=>n.tableLoading),L=e.computed(()=>{let $=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return $;const W=g.value.map(m=>m.value);$=d.value.filter(m=>W.some(D=>cl(or(m,D),h.value.toString().toLowerCase())))}return $}),V=e.computed(()=>{let $=L.value;return $.sort((W,m)=>{const D=x.value==="desc"?-1:1;return W[M.value]<m[M.value]?-1*D:W[M.value]>m[M.value]?1*D:0}),$}),T=$=>{},N=e.computed(()=>{const $=V.value.filter(W=>k.value(W));return y.value.length>0&&y.value.length<$.length}),P=e.computed(()=>V.value.length>0&&V.value.every($=>y.value.includes($))),b=e.computed(()=>{var W;return((W=V.value)==null?void 0:W.filter(m=>k.value(m))).length===0}),R=r,Y=$=>{O.value=$,E.value=1,R("update:currentPage",E.value),R("changeLimit",$)},ie=$=>{E.value=$>0?$:0,R("update:currentPage",E.value),R("changePage",$)},H=($,W)=>{!$||!$.sortable||($.value===M.value&&(x.value=x.value==="asc"?"desc":"asc"),M.value=$.value,R("sort",M.value,x.value,W))},X=$=>Or(y.value,$)>=0,K=$=>{const W=Or(y.value,$);W>=0&&y.value.splice(W,1)},re=()=>{if(P.value)y.value=[];else{const $=V.value.filter(W=>!y.value.includes(W));y.value.push(...$)}R("check",y.value),R("check-all",y.value),R("update:checkedRows",y.value),R("update:selectedRows",y.value)},pe=($,W,m)=>{const D=y.value.includes($);m&&D?K($):y.value.push($),R("check",y.value,$),R("update:checkedRows",y.value),R("update:selectedRows",y.value)};e.watch(()=>c.value,$=>{E.value=$},{immediate:!0}),e.watch(()=>s.value,$=>{y.value=[...$]},{immediate:!0});const ae=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"}),he=e.ref(!1),Z=e.ref(!1),U=e.ref(null),F=()=>{const $=U.value;$&&(Z.value=$.scrollLeft>0)},Q=()=>{const $=U.value;$&&(he.value=$.scrollWidth>$.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",Q)}),e.onUnmounted(()=>{window.removeEventListener("resize",Q)}),e.watch(()=>{var $;return($=U.value)==null?void 0:$.clientWidth},Q),($,W)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[S.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",ZB,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",eS,[e.createElementVNode("div",{id:"student-table",class:e.normalizeClass(["scrollbar--thin overscroll-auto",V.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-12rem)] max-h-[calc(100svh-12rem)]"]),ref_key:"tableContainer",ref:U,onScroll:F},[e.createElementVNode("table",tS,[e.createElementVNode("thead",nS,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",rS,[e.createVNode(la,{checked:P.value,indeterminate:N.value,disabled:b.value,class:"flex justify-center mt-0",onChange:re},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(m,D)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${D}`,scope:"col",class:e.normalizeClass(["px-3 py-2 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":m==null?void 0:m.sortable}]),style:e.normalizeStyle(m!=null&&m.width?`min-width:${m==null?void 0:m.width}px;max-width:${m==null?void 0:m.width}px;`:""),onClick:j=>H(m,j)},[e.createElementVNode("div",oS,[e.renderSlot($.$slots,"header",{header:m},()=>[e.createTextVNode(e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??(m==null?void 0:m.name)??"")),1)],!0),e.renderSlot($.$slots,"headerOptionalItem",{},void 0,!0),m!=null&&m.sortable?(e.openBlock(),e.createElementBlock("div",iS,[(e.openBlock(),e.createElementBlock("svg",lS,[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:x.value==="asc"&&M.value===(m==null?void 0:m.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,sS),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:x.value==="desc"&&M.value===(m==null?void 0:m.value)?"#111827":"#9ca3af","stroke-opacity":"0.8","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,8,uS)]))])):e.createCommentVNode("",!0)])],14,aS))),128))])]),e.createElementVNode("tbody",null,[V.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(V.value,(m,D)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${D}`},[e.createElementVNode("tr",{id:`row-${D}`,class:e.normalizeClass(e.unref(C)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""),onMouseenter:j=>$.$attrs.mouseenter?$.$emit("mouseenter",m,D):null,onMouseleave:j=>$.$attrs.mouseleave?$.$emit("mouseleave",m,D):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",{key:0,class:e.normalizeClass(["checkable",e.unref(C)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[e.createVNode(la,{disabled:!e.unref(k)(m),checked:X(m),onChange:e.withModifiers(j=>pe(m,D,j),["prevent","stop"])},null,8,["disabled","checked","onChange"])],2)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("td",{key:ue,class:e.normalizeClass([Z.value&&ue===0?ae.value.body:"",e.unref(C)==D?"!bg-purple-50 !ring-1 !ring-purple-100 !ring-inset":""])},[e.renderSlot($.$slots,`item.${j==null?void 0:j.value}`,{row:m,rowIndex:D,headerIndex:ue},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))],42,cS),t.tableExpanded?e.renderSlot($.$slots,"expanded",{key:0,row:m,rowIndex:D},void 0,!0):e.createCommentVNode("",!0)],64))),128)):V.value.length===0?(e.openBlock(),e.createElementBlock("tr",dS,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},W[3]||(W[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,fS)])):e.createCommentVNode("",!0)])])],34),e.createElementVNode("div",pS,[e.renderSlot($.$slots,"tableCount",{},()=>[e.createElementVNode("div",hS,[e.createElementVNode("div",mS," Total "+e.toDisplayString(e.unref(p)),1),W[5]||(W[5]=e.createElementVNode("span",{class:"text-gray-300"},"|",-1)),e.createElementVNode("div",vS,[W[4]||(W[4]=e.createElementVNode("span",{class:"text-sm font-medium text-gray-900"},"Per page",-1)),e.createVNode(Lo,{"page-limit":O.value,onUpdateLimit:W[0]||(W[0]=m=>Y(m)),onRefetch:W[1]||(W[1]=m=>T()),iconStyle:!0},null,8,["page-limit"])])])],!0),e.unref(_)&&V.value.length!==0?e.renderSlot($.$slots,"tablepagination",{key:0},()=>[e.createVNode(vc,{activePage:E.value,pageLimit:O.value,totalCount:e.unref(p),onChangePage:W[2]||(W[2]=m=>ie(m))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])]))]),_:3})]))}}),yS=at(gS,[["__scopeId","data-v-e72fa180"]]),bS={},_S={width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function wS(t,r){return e.openBlock(),e.createElementBlock("svg",_S,r[0]||(r[0]=[e.createElementVNode("path",{d:"M15.6766 7.98963C15.8673 7.72584 15.887 7.37513 15.727 7.09165C15.567 6.80817 15.2565 6.64383 14.9321 6.67086C11.6506 6.94432 8.35202 6.94432 5.07051 6.67086C4.7461 6.64382 4.43565 6.80817 4.27562 7.09165C4.11559 7.37513 4.13528 7.72584 4.32603 7.98963C5.68252 9.86546 7.27093 11.5485 9.05045 12.9955C9.60654 13.4477 10.3961 13.4477 10.9522 12.9955C12.7317 11.5485 14.3201 9.86547 15.6766 7.98963Z",fill:"#111827","fill-opacity":"0.8"},null,-1)]))}const kS=at(bS,[["render",wS]]),xS={class:"relative"},ES=["disabled"],CS=["onMouseenter","onClick"],$S={class:"flex items-center justify-between w-full gap-2 text-sm font-medium text-gray-800 break-words hover:text-gray-900"},BS={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"},SS={class:"bg-white border border-gray-200 border-solid rounded-lg shadow-2xl ms-2 shadow-gray-300"},VS={class:"p-2 overflow-y-auto overscroll-auto max-h-[50svh] min-h-0 scrollbar--thin"},OS=["onClick"],IS=e.defineComponent({__name:"EUIMultiDropdown",props:{title:{type:String,default:"My Students"},className:{type:String,required:!1},dropdownClass:{type:String,required:!1},isSolidArrow:{type:Boolean,default:!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,placement:{type:String,default:"bottom"}},emits:["subMenuItem","menuItem","actionItem"],setup(t){const r=e.ref(!1),n=e.ref(null),a=e.ref(null),i=()=>{r.value=!r.value},s=d=>{n.value=d},c=()=>{n.value=null};return oh(a,()=>{r.value=!1}),(d,f)=>(e.openBlock(),e.createElementBlock("div",xS,[e.createElementVNode("button",{type:"button",ref_key:"dropdownButton",ref:a,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:f[0]||(f[0]=p=>i())},[e.renderSlot(d.$slots,"dropdownName",{open:r.value},()=>[e.createTextVNode(e.toDisplayString(t.title)+" ",1),(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.isSolidArrow?kS:cr),{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,ES),r.value&&t.menuItems.length?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["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 shadow-gray-300 min-w-32 max-w-64 w-max",t.placement==="top"?"bottom-full":"top-full",t.dropdownClass]),onClick:f[2]||(f[2]=e.withModifiers(()=>{},["stop"]))},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.menuItems,p=>(e.openBlock(),e.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:e.withModifiers(h=>d.$emit("menuItem",p),["stop"])},[e.createElementVNode("div",$S,[e.renderSlot(d.$slots,"menu",{menuitem:p},()=>[e.createTextVNode(e.toDisplayString(p.text)+" ",1),p.subMenu?(e.openBlock(),e.createBlock(cr,{key:0,class:e.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"])):e.createCommentVNode("",!0)])]),p.subMenu&&n.value===p.text?(e.openBlock(),e.createElementBlock("div",BS,[e.createElementVNode("div",SS,[p.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:f[1]||(f[1]=e.withModifiers(h=>d.$emit("actionItem","action"),["prevent"]))},[e.renderSlot(d.$slots,"actionName",{},()=>[f[3]||(f[3]=e.createTextVNode(e.toDisplayString("+ Action Name")))])])):e.createCommentVNode("",!0),e.createElementVNode("div",VS,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.subMenu,h=>(e.openBlock(),e.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:e.withModifiers(g=>d.$emit("subMenuItem",h),["stop"])},[e.renderSlot(d.$slots,"submenu",{subItem:h},()=>[e.createTextVNode(e.toDisplayString(h.text),1)])],8,OS))),128))])])])):e.createCommentVNode("",!0)],40,CS))),128))],2)):e.createCommentVNode("",!0)]))}}),NS={class:"absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0"},TS={key:1,class:"relative w-full mx-auto overflow-hidden"},MS={class:"sticky top-0 left-0 z-50 bg-violet-100"},DS={key:0,class:"checkable !table-cell"},RS=["onClick"],AS={class:"flex items-center gap-2 text-xs font-semibold text-current"},PS={key:1,class:"bg-violet-600 text-white rounded-[0.625rem] px-3 py-2"},LS={class:"mb-2"},FS={class:"space-x-3"},zS=["onMouseenter","onMouseleave"],HS={key:0,class:"checkable"},US={key:1,class:"norecords"},WS=["colspan"],jS={key:0,class:"sticky bottom-0 left-0 z-50 bg-[#FEF3C7]"},YS={key:0,class:"empty"},KS={key:0,class:"sticky bottom-0 left-0 z-50 flex items-center justify-between px-2 py-2 bg-gray-100"},GS={class:"inline-flex items-center gap-x-10"},XS={class:"text-sm font-normal text-gray-900"},QS={class:"inline-flex items-center gap-2"},qS=e.defineComponent({__name:"GrowthTable",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:()=>({})},footers:{type:Array,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:a,defaultSortDirection:i,checkedRows:s,currentPage:c,items:d,backendPagination:f,total:p,search:h,headers:g,paginated:_,isRowCheckable:k}=e.toRefs(n),C=e.ref(a.value),M=e.ref(i.value),x=e.ref([...s.value]),y=e.ref(c.value),E=e.ref(n.perPage),O=e.computed(()=>n.tableLoading),S=e.computed(()=>{let $=d.value.slice();if(!f.value&&h.value!==""){if(h.value.trim()==="")return $;const W=g.value.map(m=>m.value);$=d.value.filter(m=>W.some(D=>cl(or(m,D),h.value.toString().toLowerCase())))}return $}),L=e.computed(()=>{let $=S.value;return $.sort((W,m)=>{const D=M.value==="desc"?-1:1;return W[C.value]<m[C.value]?-1*D:W[C.value]>m[C.value]?1*D:0}),$}),V=$=>{},T=e.computed(()=>$=>M.value==="asc"&&C.value===$.value?"rotate-0":M.value==="desc"&&C.value===$.value?"rotate-180":""),N=e.computed(()=>{const $=L.value.filter(W=>k.value(W));return x.value.length>0&&x.value.length<$.length}),P=e.computed(()=>L.value.length>0&&L.value.every($=>x.value.includes($))),b=e.computed(()=>{var W;return((W=L.value)==null?void 0:W.filter(m=>k.value(m))).length===0}),R=r,Y=$=>{E.value=$,y.value=1,R("update:currentPage",y.value),R("changeLimit",$)},ie=$=>{y.value=$>0?$:0,R("update:currentPage",y.value),R("changePage",$)},H=($,W)=>{!$||!$.sortable||($.value===C.value&&(M.value=M.value==="asc"?"desc":"asc"),C.value=$.value,R("sort",C.value,M.value,W))},X=$=>Or(x.value,$)>=0,K=$=>{const W=Or(x.value,$);W>=0&&x.value.splice(W,1)},re=()=>{if(P.value)x.value=[];else{const $=L.value.filter(W=>!x.value.includes(W));x.value.push(...$)}R("check",x.value),R("check-all",x.value),R("update:checkedRows",x.value),R("update:selectedRows",x.value)},pe=($,W,m)=>{const D=x.value.includes($);m&&D?K($):x.value.push($),R("check",x.value,$),R("update:checkedRows",x.value),R("update:selectedRows",x.value)};e.watch(()=>c.value,$=>{y.value=$},{immediate:!0}),e.watch(()=>s.value,$=>{x.value=[...$]},{immediate:!0});const ae=e.computed(()=>n.checkable&&n.stickyColumn?{head:"bg-violet-100 sticky left-[4.5rem] top-0 z-20",foot:"bg-[#FEF3C7] sticky left-[4.5rem] top-0 z-20",body:"bg-white sticky left-[4.5rem] top-0 z-10"}:{head:"bg-violet-100 sticky left-0 top-0 z-20",foot:"bg-[#FEF3C7] sticky left-0 top-0 z-20",body:"bg-white sticky left-0 top-0 z-10"}),he=e.ref(!1),Z=e.ref(!1),U=e.ref(null),F=()=>{const $=U.value;$&&(Z.value=$.scrollLeft>0)},Q=()=>{const $=U.value;$&&(he.value=$.scrollWidth>$.clientWidth)};return e.onMounted(()=>{window.addEventListener("resize",Q)}),e.onUnmounted(()=>{window.removeEventListener("resize",Q)}),e.watch(()=>{var $;return($=U.value)==null?void 0:$.clientWidth},Q),($,W)=>(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",NS,[e.createVNode(ja)])],2)):(e.openBlock(),e.createElementBlock("div",TS,[e.createElementVNode("div",{id:"growth-table",class:e.normalizeClass(["scrollbar--thin overscroll-auto",L.value.length===0?"overflow-hidden":"overflow-auto",t.tableHeight?t.tableHeight:"h-[calc(100svh-13rem)] max-h-[calc(100svh-13rem)]"]),ref_key:"tableContainer",ref:U,onScroll:F},[e.createElementVNode("table",null,[e.createElementVNode("thead",MS,[e.createElementVNode("tr",null,[t.checkable?(e.openBlock(),e.createElementBlock("th",DS,[e.createVNode(la,{checked:P.value,indeterminate:N.value,disabled:b.value,onChange:W[0]||(W[0]=m=>re())},null,8,["checked","indeterminate","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(m,D)=>(e.openBlock(),e.createElementBlock("th",{key:`item-${D}`,scope:"col",class:e.normalizeClass(["px-3 py-1.5 text-gray-600 snap-start snap-always",Z.value&&D===0?ae.value.head:"",{"cursor-pointer hover:text-gray-900":m==null?void 0:m.sortable}]),style:e.normalizeStyle(m!=null&&m.width?`min-width:${m.width}px;max-width:${m.width}px;`:""),onClick:j=>H(m,j)},[e.createElementVNode("div",AS,[e.renderSlot($.$slots,"header",{header:m},()=>[m!=null&&m.activeYear?(e.openBlock(),e.createElementBlock("div",PS,[e.createElementVNode("div",LS,e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??m.name??"")),1),e.createElementVNode("div",FS,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m==null?void 0:m.activeYear,(j,ue)=>(e.openBlock(),e.createElementBlock("span",{key:`year_${ue}`},e.toDisplayString(j),1))),128))])])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(e.unref(No)((m==null?void 0:m.text)??m.name??"")),1)],64))],!0),e.renderSlot($.$slots,"headerOptionalItem",{},void 0,!0),m!=null&&m.sortable?(e.openBlock(),e.createBlock(g1,{key:0,class:e.normalizeClass(["transform duration-100 transition-all",C.value===m.value?"text-violet-700":"text-gray-900",T.value(m)])},null,8,["class"])):e.createCommentVNode("",!0)])],14,RS))),128))])]),e.createElementVNode("tbody",null,[L.value.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(L.value,(m,D)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`table-row-${D}`},[e.createElementVNode("tr",{onMouseenter:j=>$.$attrs.mouseenter?$.$emit("mouseenter",m,D):null,onMouseleave:j=>$.$attrs.mouseleave?$.$emit("mouseleave",m,D):null},[t.checkable?(e.openBlock(),e.createElementBlock("td",HS,[e.createVNode(la,{disabled:!e.unref(k)(m),checked:X(m),onChange:j=>pe(m,D,j)},null,8,["disabled","checked","onChange"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("td",{key:ue,class:e.normalizeClass([Z.value&&ue===0?ae.value.body:""])},[e.renderSlot($.$slots,`item.${j.value}`,{row:m,rowIndex:D},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))],40,zS),t.tableExpanded?e.renderSlot($.$slots,"expanded",{key:0,row:m,rowIndex:D},void 0,!0):e.createCommentVNode("",!0)],64))),128)):L.value.length===0?(e.openBlock(),e.createElementBlock("tr",US,[e.createElementVNode("td",{colspan:t.checkable===!0?e.unref(g).length+1:e.unref(g).length},W[4]||(W[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,WS)])):e.createCommentVNode("",!0)]),t.footers.length?(e.openBlock(),e.createElementBlock("tfoot",jS,[t.footers.length>0?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(t.footers,(m,D)=>(e.openBlock(),e.createElementBlock("tr",{key:`table-row-${D}`},[t.checkable?(e.openBlock(),e.createElementBlock("th",YS)):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(g),(j,ue)=>(e.openBlock(),e.createElementBlock("th",{key:ue,class:e.normalizeClass(["px-3 py-1.5 text-gray-900 snap-start snap-always h-14",Z.value&&ue===0?ae.value.foot:""])},[e.renderSlot($.$slots,`footer.${j.value}`,{row:m,rowIndex:D},()=>[e.createTextVNode(e.toDisplayString(e.unref(or)(m,j==null?void 0:j.value)),1)],!0)],2))),128))]))),128)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)])],34),e.unref(_)&&L.value.length!==0?(e.openBlock(),e.createElementBlock("div",KS,[e.renderSlot($.$slots,"tableCount",{},()=>[e.createElementVNode("div",GS,[e.createElementVNode("div",XS," 1-"+e.toDisplayString(E.value)+" of "+e.toDisplayString(e.unref(p)),1),e.createElementVNode("div",QS,[W[5]||(W[5]=e.createElementVNode("span",{class:"text-sm font-normal text-gray-900"},"Result per page",-1)),e.createVNode(Lo,{"page-limit":E.value,onUpdateLimit:W[1]||(W[1]=m=>Y(m)),onRefetch:W[2]||(W[2]=m=>V())},null,8,["page-limit"])])])],!0),e.unref(_)&&L.value.length!==0?e.renderSlot($.$slots,"tablepagination",{key:0},()=>[e.createVNode(mc,{activePage:y.value,pageLimit:E.value,totalCount:e.unref(p),onChangePage:W[3]||(W[3]=m=>ie(m))},null,8,["activePage","pageLimit","totalCount"])],!0):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]))]),_:3})]))}}),JS=at(qS,[["__scopeId","data-v-51eff7b0"]]);var ZS={},eV={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function tV(t,r){return e.openBlock(),e.createElementBlock("div",eV,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 y1=at(ZS,[["render",tV]]);var nV={},rV={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function aV(t,r){return e.openBlock(),e.createElementBlock("div",rV,r[0]||(r[0]=[e.createElementVNode("div",{class:"min-h-16 relative"},[e.createElementVNode("div",{class:"square-loader"})],-1)]))}const b1=at(nV,[["render",aV]]),oV={class:"grid grid-cols-3"},iV=e.defineComponent({__name:"EUILoader",setup(t){return(r,n)=>(e.openBlock(),e.createElementBlock("div",oV,[e.createVNode(b1),e.createVNode(ja),e.createVNode(y1)]))}}),lV=e.defineComponent({__name:"EUITooltip",props:{placement:{type:String,default:"left"}},setup(t){const r=e.ref(null),n=e.ref(null),a=e.ref(null),i=e.ref(!1),s=t,c=async()=>{i.value=!0,await e.nextTick(),f()},d=()=>{i.value=!1,r.value&&(r.value.destroy(),r.value=null)},f=()=>{n.value&&a.value&&(r.value=al(n.value,a.value,{placement:s.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]}))};return(p,h)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"tooltipContainer",ref:n,class:"relative"},[e.createElementVNode("div",{onMouseover:c,onMouseleave:d},[e.renderSlot(p.$slots,"default",{},void 0,!0)],32),i.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltip",ref:a,class:"tooltip"},[h[1]||(h[1]=e.createElementVNode("div",{class:"arrow","data-popper-arrow":""},null,-1)),e.renderSlot(p.$slots,"tooltip",{},()=>[h[0]||(h[0]=e.createTextVNode("Tooltip content"))],!0)],512)):e.createCommentVNode("",!0)],512))}}),sV=at(lV,[["__scopeId","data-v-765af8f2"]]),uV={},cV={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function dV(t,r){return e.openBlock(),e.createElementBlock("svg",cV,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 fV=at(uV,[["render",dV]]),pV={},hV={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function mV(t,r){return e.openBlock(),e.createElementBlock("svg",hV,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 vV=at(pV,[["render",mV]]),gV={},yV={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"};function bV(t,r){return e.openBlock(),e.createElementBlock("svg",yV,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 _V=at(gV,[["render",bV]]),wV={class:"relative max-w-96 z-[calc(infinity)]"},kV=["open"],xV={class:"inline-flex items-center gap-2 text-sm font-medium tracking-wide min-w-20"},EV=["onClick"],CV={class:"flex items-center gap-2"},$V={class:"font-bold text-white"},BV={class:"flex flex-col"},SV={class:"font-semibold"},VV={class:"text-sm text-gray-500"},OV=e.defineComponent({__name:"EUISearch",props:{menuDropdown:{type:Boolean,default:!1}},setup(t){const r=t,{menuDropdown:n}=e.toRefs(r),a=e.ref(!1),i=e.ref(null),s=e.ref(null),c=e.ref(!1),d=e.ref(),f=e.ref(!1),p=e.ref(!1),h=e.ref(null);function g(){a.value=!0}function _(){!d.value&&!O.value&&(a.value=!1),f.value=!1,p.value=!1}function k(){c.value=!c.value,p.value=!p.value}function C(){c.value=!1,p.value=!1,_()}function M(V){h.value&&!h.value.contains(V.target)&&(C(),d.value||(a.value=!1))}e.onMounted(()=>{var V;document.addEventListener("click",M),d.value&&((V=d.value)==null||V.focus()),i.value&&s.value&&al(i.value,s.value,{placement:"bottom"})}),e.onBeforeUnmount(()=>{document.removeEventListener("click",M)});const x=e.computed(()=>L.value.filter(V=>{var T,N;return(N=V.name)==null?void 0:N.toLowerCase().includes((T=d.value)==null?void 0:T.toLowerCase())}));function y(){d.value?f.value=!0:f.value=!1}const E=e.ref([{title:"Student",icon:fV},{title:"People",icon:_V},{title:"Partner",icon:vV}]),O=e.ref(E.value[0]),S=V=>{O.value=V,k()},L=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(V,T)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"componentWrapper",ref:h,class:"cursor-pointer group",onClick:g},[e.createElementVNode("div",wV,[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",a.value?"group-focus-within:w-96":"size-[2.875rem]"])},[e.createVNode(e.unref(m$),{class:"absolute text-current size-6 top-3 left-3"}),a.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,"onUpdate:modelValue":T[0]||(T[0]=N=>d.value=N),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]=N=>f.value=!0)},null,544)),[[e.vModelText,d.value]]):e.createCommentVNode("",!0),e.unref(n)&&a.value?(e.openBlock(),e.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:k},[e.createElementVNode("div",xV,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(O.value.icon),{class:"text-current size-4"})),e.createTextVNode(" "+e.toDisplayString(O.value.title),1)]),e.createVNode(cr,{class:e.normalizeClass(["text-current size-6 transform transition-all duration-300 delay-75",p.value?"-rotate-180 opacity-100":"opacity-50"])},null,8,["class"])],8,kV)):e.createCommentVNode("",!0)],2),c.value?(e.openBlock(),e.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"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(E.value,N=>(e.openBlock(),e.createElementBlock("li",{class:"flex items-center gap-2 px-4 py-2 cursor-pointer hover:bg-gray-100",onClick:e.withModifiers(P=>S(N),["stop"])},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(N.icon),{class:"text-current size-4"})),e.createElementVNode("span",null,e.toDisplayString(N.title),1)],8,EV))),256))],512)):e.createCommentVNode("",!0),f.value&&x.value.length?(e.openBlock(),e.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},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(N,P)=>(e.openBlock(),e.createElementBlock("li",{key:P,class:"flex flex-col gap-1 px-4 py-2 cursor-pointer hover:bg-gray-100"},[e.createElementVNode("div",CV,[e.createElementVNode("span",{class:"flex items-center justify-center w-8 h-8 rounded-full",style:e.normalizeStyle({backgroundColor:N.color})},[e.createElementVNode("span",$V,e.toDisplayString(N.initial),1)],4),e.createElementVNode("div",BV,[e.createElementVNode("span",SV,e.toDisplayString(N.name),1),e.createElementVNode("span",VV,e.toDisplayString(N.email),1)])])]))),128))],512)):e.createCommentVNode("",!0)])],512))}}),IV=at(OV,[["__scopeId","data-v-6bdd4db3"]]),NV={},TV={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function MV(t,r){return e.openBlock(),e.createElementBlock("svg",TV,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 _1=at(NV,[["render",MV]]),DV={class:"relative rounded-full size-10"},RV={class:"absolute top-0 right-0"},AV={class:"relative max-w-80 z-[calc(infinity)]"},PV=["type"],LV=e.defineComponent({__name:"EUISearchExpand",props:{modelValue:{type:[String,Number],default:""},searchSync:{type:Boolean,default:!1},type:{type:String,default:"text"}},emits:["update:modelValue"],setup(t,{emit:r}){const n=t,{searchSync:a}=e.toRefs(n),i=r,s=e.ref(),c=e.ref(!0),d=e.ref(),f=e.ref(null);function p(){var C;c.value=!0,(C=s==null?void 0:s.value)==null||C.focus()}const h=e.computed(()=>n.modelValue===0?!0:!!n.modelValue);function g(){d.value||(c.value=!1)}function _(C){f.value&&!f.value.contains(C.target)&&g()}e.watch(a,C=>{C||g()},{immediate:!0,deep:!0}),e.onMounted(()=>{var C;document.addEventListener("click",_),d.value&&((C=d.value)==null||C.focus())}),e.onBeforeUnmount(()=>{document.removeEventListener("click",_)});function k(C){var x;const M=(x=C==null?void 0:C.target)==null?void 0:x.value;M!==void 0&&i("update:modelValue",M)}return(C,M)=>(e.openBlock(),e.createElementBlock("div",DV,[e.createElementVNode("div",RV,[e.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:p},[e.createElementVNode("div",AV,[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",c.value?"group-focus-within:w-80 text-gray-300 h-10":"size-10 text-gray-500"])},[e.createVNode(_1,{class:"absolute text-current size-6 top-2 left-2"}),c.value?(e.openBlock(),e.createElementBlock("button",{key:0,class:e.normalizeClass(h.value?" absolute inset-y-0 right-3 ":" hidden "),onClick:M[0]||(M[0]=x=>(d.value="",i("update:modelValue","")))},M[2]||(M[2]=[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)):e.createCommentVNode("",!0),c.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:1,"onUpdate:modelValue":M[1]||(M[1]=x=>d.value=x),ref_key:"input",ref:s,type:t.type==="search"?"text":t.type,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:k,onBlur:g},null,40,PV)),[[e.vModelDynamic,d.value]]):e.createCommentVNode("",!0)],2)])],512)])]))}}),FV=at(LV,[["__scopeId","data-v-d3cf5f43"]]),zV={class:"relative rounded-full size-12"},HV={class:"absolute top-0 right-0"},UV={class:"relative max-w-80 z-[calc(infinity)]"},WV=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:a}=e.toRefs(n),i=r,s=e.ref(),c=e.ref(!0),d=e.ref(null),f=e.ref(null);function p(g){var k;const _=(k=g==null?void 0:g.target)==null?void 0:k.value;_!==void 0&&i("update:modelValue",_)}function h(){var g;c.value=!0,(g=s==null?void 0:s.value)==null||g.focus(),i("update:searchSync",!0)}return e.watch(a,g=>{c.value=g,i("update:searchSync",g)},{immediate:!0,deep:!0}),(g,_)=>(e.openBlock(),e.createElementBlock("div",zV,[e.createElementVNode("div",HV,[e.createElementVNode("div",{ref_key:"componentWrapper",ref:f,class:"cursor-pointer group",onClick:h},[e.createElementVNode("div",UV,[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",c.value?"group-focus-within:w-80 text-gray-300":"size-[2.875rem] text-gray-500"])},[e.createVNode(_1,{class:"absolute text-current size-6 top-2.5 left-2.5 transition-colors duration-100"}),c.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,"onUpdate:modelValue":_[0]||(_[0]=k=>d.value=k),ref_key:"input",ref:s,type:"search",placeholder:"Search here...",class:"text-sm font-medium text-gray-900 bg-transparent w-80 ps-10 pe-2 focus:outline-none min-h-9",autocomplete:"off",onInput:p,onBlur:p},null,544)),[[e.vModelText,d.value]]):e.createCommentVNode("",!0)],2)])],512)])]))}}),jV=at(WV,[["__scopeId","data-v-abcc5c95"]]),YV={"aria-label":"breadcrumb",class:"my-2"},KV={role:"list",class:"flex items-center justify-start max-w-full space-x-1"},GV=["href","aria-current"],XV=e.defineComponent({__name:"EUIBreadcrumb",props:{pages:{type:Array,default:[]}},setup(t){const r=t,{pages:n}=e.toRefs(r);return(a,i)=>(e.openBlock(),e.createElementBlock("nav",YV,[e.createElementVNode("ol",KV,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(n),(s,c)=>(e.openBlock(),e.createElementBlock("li",{key:s.name,class:"flex flex-row items-center justify-start space-x-1"},[e.createElementVNode("a",{href:s.href,class:e.normalizeClass(["inline-flex items-center gap-2 text-sm font-medium font-inter",e.unref(n).length-1!==c?"text-gray-600 hover:text-gray-700":"text-gray-500"]),"aria-current":s.current?"page":void 0},[s!=null&&s.showIcon?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(s==null?void 0:s.showIcon),{key:0,class:"text-current size-4"})):e.createCommentVNode("",!0),e.createTextVNode(" "+e.toDisplayString(s.name),1)],10,GV),e.unref(n).length-1!==c?(e.openBlock(),e.createBlock(cr,{key:0,class:"flex-shrink-0 w-5 h-5 text-gray-400 transform -rotate-90","aria-hidden":"true"})):e.createCommentVNode("",!0)]))),128))])]))}}),QV={class:"shrink-0"},qV={class:"ml-3"},JV={key:0,class:"mt-4"},ZV={class:"-mx-2 -my-1.5 flex"},eO={class:"pl-3 ml-auto"},tO={key:0,class:"-mx-1.5 -my-1.5 pt-1"},nO=e.defineComponent({__name:"EUIAlerts",props:{showAlert:{type:Boolean,default:!0},heading:{type:String,default:""},textMessage:{type:String,default:""},alertType:{type:String,default:"Default"},alertIcon:{type:[String,Object,Function],default:""},actionItems:Boolean,closeIcon:Boolean},emits:["update:showAlert","alertAction","alertDismiss"],setup(t,{emit:r}){const n=t,{showAlert:a}=e.toRefs(n),i=r,s=()=>{i("alertAction",!0),i("update:showAlert",!1)},c=()=>{i("alertDismiss",!1),i("update:showAlert",!1)},d=e.computed(()=>({Default:{bgColor:"bg-blue-50",leftIcon:{icon:Cu,color:"text-blue-400"},titleColor:"text-blue-800",textColor:"text-blue-700",btnPrimary:"bg-blue-700 hover:bg-blue-800 focus:ring-blue-600 focus:ring-offset-blue-50",btnTertiary:"text-blue-500 bg-blue-50 hover:bg-blue-100 focus:ring-blue-600 focus:ring-offset-blue-50",btnClose:"bg-blue-50 text-blue-500 hover:bg-blue-100 focus:ring-blue-600 focus:ring-offset-blue-50"},Warning:{bgColor:"bg-yellow-50",leftIcon:{icon:h$,color:"text-yellow-400"},titleColor:"text-yellow-800",textColor:"text-yellow-700",btnPrimary:"bg-yellow-700 hover:bg-yellow-800 focus:ring-yellow-600 focus:ring-offset-yellow-50",btnTertiary:"text-yellow-500 bg-yellow-50 hover:bg-yellow-100 focus:ring-yellow-600 focus:ring-offset-yellow-50",btnClose:"bg-yellow-50 text-yellow-500 hover:bg-yellow-100 focus:ring-yellow-600 focus:ring-offset-yellow-50"},Success:{bgColor:"bg-green-50",leftIcon:{icon:Cu,color:"text-green-400"},titleColor:"text-green-800",textColor:"text-green-700",btnPrimary:"bg-green-700 hover:bg-green-800 focus:ring-green-600 focus:ring-offset-green-50",btnTertiary:"text-green-500 bg-green-50 hover:bg-green-100 focus:ring-green-600 focus:ring-offset-green-50",btnClose:"bg-green-50 text-green-500 hover:bg-green-100 focus:ring-green-600 focus:ring-offset-green-50"},Error:{bgColor:"bg-red-50",leftIcon:{icon:v$,color:"text-red-400"},titleColor:"text-red-800",textColor:"text-red-700",btnPrimary:"bg-red-700 hover:bg-red-800 focus:ring-red-600 focus:ring-offset-red-50",btnTertiary:"text-red-500 bg-red-50 hover:bg-red-100 focus:ring-red-600 focus:ring-offset-red-50",btnClose:"bg-red-50 text-red-500 hover:bg-red-100 focus:ring-red-600 focus:ring-offset-red-50"}})[n.alertType]||"");return(f,p)=>(e.openBlock(),e.createBlock(e.Transition,{"enter-active-class":"transition duration-300 ease-out transform","enter-from-class":"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2","enter-to-class":"translate-y-0 opacity-100 sm:translate-x-0","leave-active-class":"transition duration-100 ease-in","leave-from-class":"opacity-100","leave-to-class":"opacity-0"},{default:e.withCtx(()=>[e.unref(a)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["p-4 rounded-md",d.value.bgColor])},[e.createElementVNode("div",{class:e.normalizeClass([t.closeIcon&&!t.textMessage?"items-center pr-2 flex":"flex"])},[e.createElementVNode("div",QV,[e.renderSlot(f.$slots,"icon",{},()=>{var h,g;return[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.alertIcon||((h=d.value.leftIcon)==null?void 0:h.icon)),{class:e.normalizeClass(["size-5",(g=d.value.leftIcon)==null?void 0:g.color]),"aria-hidden":"true"},null,8,["class"]))]})]),e.createElementVNode("div",qV,[e.createElementVNode("h3",{class:e.normalizeClass(["text-sm font-medium",d.value.titleColor])},[e.renderSlot(f.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(t.heading||"Alert Title"),1)])],2),e.renderSlot(f.$slots,"content",{},()=>[t.textMessage?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["mt-2 text-sm",d.value.textColor])},e.toDisplayString(t.textMessage||"your description here..."),3)):e.createCommentVNode("",!0)]),e.renderSlot(f.$slots,"actionButtons",{},()=>[t.actionItems?(e.openBlock(),e.createElementBlock("div",JV,[e.createElementVNode("div",ZV,[e.createElementVNode("button",{type:"button",class:e.normalizeClass(["rounded-md px-3 py-1.5 text-sm font-medium text-white focus:outline-none focus:ring-2 focus:ring-offset-2",d.value.btnPrimary]),onClick:s}," View status ",2),e.createElementVNode("button",{type:"button",class:e.normalizeClass(["ml-3 rounded-md px-3 py-1.5 text-sm font-medium focus:outline-none focus:ring-2 focus:ring-offset-2",d.value.btnTertiary]),onClick:c}," Dismiss ",2)])])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",eO,[e.renderSlot(f.$slots,"xclose",{},()=>[t.closeIcon?(e.openBlock(),e.createElementBlock("div",tO,[e.createElementVNode("button",{type:"button",class:e.normalizeClass(["inline-flex rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2",d.value.btnClose]),onClick:p[0]||(p[0]=h=>c())},[p[1]||(p[1]=e.createElementVNode("span",{class:"sr-only"},"Dismiss",-1)),e.createVNode(e.unref(g$),{class:"size-5","aria-hidden":"true"})],2)])):e.createCommentVNode("",!0)])])],2)],2)):e.createCommentVNode("",!0)]),_:3}))}});exports.EUIAccordion=g8;exports.EUIAlerts=nO;exports.EUIAvatar=j6;exports.EUIBreadcrumb=XV;exports.EUIButton=Bu;exports.EUIButtonGroup=Jb;exports.EUICheckbox=S6;exports.EUICircleLoader=ja;exports.EUICubeLoader=y1;exports.EUIDashboardTable=wB;exports.EUIDatepicker=YC;exports.EUIErrorMessage=Ir;exports.EUIInput=o_;exports.EUILoader=iV;exports.EUIModal=I8;exports.EUIMultiDropdown=IS;exports.EUIPageLimit=Lo;exports.EUIPagination=mc;exports.EUIPillSelect=d$;exports.EUIPopover=ih;exports.EUIRadio=T6;exports.EUISearch=IV;exports.EUISearchExpand=FV;exports.EUISearchToggle=jV;exports.EUISelect=w6;exports.EUISelectSearch=E6;exports.EUISlideover=P8;exports.EUISquareLoader=b1;exports.EUIStepperHorizontal=th;exports.EUIStepperTimeline=f8;exports.EUIStepperVertical=nh;exports.EUIStudentPagination=vc;exports.EUITabOutline=i$;exports.EUITable=yS;exports.EUITableCheckbox=la;exports.EUITabs=t$;exports.EUITag=R$;exports.EUITelephone=I5;exports.EUITextArea=R5;exports.EUITimeLine=M$;exports.EUIToggle=P6;exports.EUITooltip=sV;exports.GrowthTable=JS;exports.UCheckbox=$u;exports.UTable=JB;