edvoyui-component-library-test-flight 0.0.5 → 0.0.7

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,34 +1,34 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),ah=["type","size","color","iconType","disabled","loading","icon"],Ys=a.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(n,{emit:i}){const r=i,d=()=>[r("click")],s=n,c=a.reactive({xs:"text-sm font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),h=a.computed(()=>{const g=s.disabled,y={black:g?"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:g?"bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200":"bg-white hover:bg-gray-100 active:bg-gray-50 text-black cursor-pointer active:shadow-white/50 active:bg-transparent",danger:g?"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:g?"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:g?"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:g?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500":"primary-btn text-white cursor-pointer active:shadow-purple-500/50"},_={lg:s.iconType==="icon"?"p-3.5":"px-6 py-3.5",md:s.iconType==="icon"?"p-2":"px-4 py-2",sm:s.iconType==="icon"?"p-1.5":"px-4 py-1.5",xs:s.iconType==="icon"?"p-1":"px-3 py-1"},B=y[s.color]||"",E=c[s.size]||"",A=_[s.size]||"",M=s.disabled===!0?"active:!translate-y-0 active:!scale-100 active:!shadow-none":"";return`${B} ${E} ${A} ${M}`}),f=a.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=a.computed(()=>f[s.size]||"");return(g,y)=>(a.openBlock(),a.createElementBlock("button",a.mergeProps({type:n.type,size:n.size,color:n.color,iconType:n.iconType},g.$attrs,{class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center active:scale-[.97] active:shadow-md transition duration-150 ease-in-out active:translate-y-0.5",n.rounded?"rounded-full":"rounded-md",h.value],disabled:n.disabled,loading:n.loading,icon:n.icon,onClick:y[0]||(y[0]=_=>d())}),[n.iconType==="icon"||n.iconType==="startIcon"?(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{key:0,class:a.normalizeClass([m.value])},null,8,["class"])):a.createCommentVNode("",!0),a.renderSlot(g.$slots,"default"),n.iconType==="endIcon"?(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{key:1,class:a.normalizeClass([m.value])},null,8,["class"])):a.createCommentVNode("",!0),n.loading?(a.openBlock(),a.createElementBlock("svg",{key:2,class:a.normalizeClass(["animate-spin",[m.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y[1]||(y[1]=[a.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),a.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)):a.createCommentVNode("",!0)],16,ah))}}),dh={key:0,class:"text-red-500 text-xs font-medium first-letter:uppercase"},lh={key:1,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Zt=a.defineComponent({__name:"EUIErrorMessage",props:{name:{type:String,required:!0},errors:{type:Object,required:!0}},setup(n){const i=n,{errors:r,name:d}=a.toRefs(i);return(s,c)=>{var h,f,m,g,y;return Array.isArray(a.unref(r))?(a.openBlock(),a.createElementBlock("div",dh,a.toDisplayString((f=(h=a.unref(r))==null?void 0:h.at(0))!=null&&f.$message?(g=(m=a.unref(r))==null?void 0:m.at(0))==null?void 0:g.$message:a.unref(r).at(0)),1)):(a.openBlock(),a.createElementBlock("div",lh,a.toDisplayString(a.unref(d)?(y=a.unref(r))==null?void 0:y[a.unref(d)]:a.unref(r)),1))}}}),sh={class:""},uh=["for"],ch=["id","type","value","placeholder","name","required","disabled"],os="id",fh=a.defineComponent({__name:"EUIInput",props:{errors:{type:Object,required:!1,default:()=>{}},type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},initialFocused:{type:Boolean,required:!1,default:!1},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},isToFocus:{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}},emits:["update:modelValue"],setup(n,{emit:i}){const r=n,d=a.ref(!1),s=a.ref(),c=i,h=g=>{var _;const y=(_=g==null?void 0:g.target)==null?void 0:_.value;y!==void 0&&c("update:modelValue",y)},f=a.computed(()=>r.modelValue===0?!0:!!r.modelValue),m=()=>{switch(r.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}};return a.onMounted(()=>{var g;r!=null&&r.isToFocus&&((g=s==null?void 0:s.value)==null||g.focus())}),(g,y)=>(a.openBlock(),a.createElementBlock("div",sh,[a.createElementVNode("div",{class:a.normalizeClass([n.disabled?"pointer-events-none cursor-not-allowed":"","group mb-2 relative h-14 w-full rounded-2xl border border-gray-100 focus-within:border-purple-600 focus-within:ring-1 focus-within:ring-purple-600 cursor-pointer overflow-hidden"])},[a.createElementVNode("label",{for:`${n.name}-${os}`,class:a.normalizeClass([[m(),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",n.disabled?" cursor-not-allowed":"",n.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute font-medium left-0 px-4 z-0 -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"])},a.toDisplayString(n.label),11,uh),n.icon&&n.iconType?(a.openBlock(),a.createElementBlock("div",{key:0,class:a.normalizeClass(["absolute inset-y-0 flex items-center pointer-events-none",[n.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",n.disabled?"cursor-not-allowed":""]])},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{class:"w-6 h-6 text-gray-400","aria-hidden":"true"}))],2)):a.createCommentVNode("",!0),a.createElementVNode("input",{id:`${n.name}-${os}`,ref_key:"input",ref:s,type:n.type,value:n.modelValue,placeholder:n.placeholder,name:n.name,class:a.normalizeClass(["z-10 h-full w-full rounded-2xl pt-6 pb-3 placeholder:text-gray-400 focus:outline-none block text-sm font-medium appearance-none disabled:opacity-75 focus:border-purple-600 autofill:bg-white leading-6",[m(),n.disabled?"cursor-not-allowed":""]]),required:n.required,disabled:n.disabled,autocomplete:"off",onInput:h,onFocus:y[0]||(y[0]=_=>d.value=!0),onBlur:y[1]||(y[1]=_=>d.value=!1)},null,42,ch)],2),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),Tt=(n,i)=>{const r=n.__vccOpts||n;for(const[d,s]of i)r[d]=s;return r},ph=Tt(fh,[["__scopeId","data-v-c40afd15"]]),hh=["for"],$h=["id","type","value","placeholder","name","required","disabled"],as="id",gh=a.defineComponent({__name:"EUIInputNormal",props:{errors:{type:Object,required:!1,default:()=>{}},type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},initialFocused:{type:Boolean,required:!1,default:!1},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},isToFocus:{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},rounded:Boolean,className:{type:Array,required:!1,default:()=>[]}},emits:["update:modelValue"],setup(n,{emit:i}){const r=n,d=a.ref(!1),s=a.ref(),c=i,h=m=>{var y;const g=(y=m==null?void 0:m.target)==null?void 0:y.value;g!==void 0&&c("update:modelValue",g)},f=()=>{switch(r.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4"}};return a.onMounted(()=>{var m;r!=null&&r.isToFocus&&((m=s==null?void 0:s.value)==null||m.focus())}),(m,g)=>(a.openBlock(),a.createElementBlock("div",null,[n.label?(a.openBlock(),a.createElementBlock("label",{key:0,for:`${n.name}-${as}`,class:a.normalizeClass(["text-sm w-full text-gray-700 cursor-pointer font-medium",n.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},a.toDisplayString(n.label),11,hh)):a.createCommentVNode("",!0),a.createElementVNode("div",{class:a.normalizeClass([n.disabled?"pointer-events-none cursor-not-allowed":"","group mb-2 relative w-full cursor-pointer overflow-hidden"])},[n.icon&&n.iconType?(a.openBlock(),a.createElementBlock("div",{key:0,class:a.normalizeClass(["absolute inset-y-0 flex items-center pointer-events-none",[n.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",n.disabled?"cursor-not-allowed":""]])},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{class:"w-6 h-6 text-gray-400","aria-hidden":"true"}))],2)):a.createCommentVNode("",!0),a.createElementVNode("input",{id:`${n.name}-${as}`,ref_key:"input",ref:s,type:n.type,value:n.modelValue,placeholder:n.placeholder,name:n.name,class:a.normalizeClass(["z-10 h-10 w-full px-4 py-3 placeholder:text-gray-400 focus:outline-none block text-sm font-medium appearance-none disabled:opacity-75 autofill:bg-white leading-6 ring-1 ring-gray-100 focus-within:ring-purple-600 focus-within:ring-2 ring-inset transition-all duration-100 border-none outline-none",n.rounded?"rounded-2xl":"rounded-md",f(),n.disabled?"cursor-not-allowed":"cursor-text",n.className]),required:n.required,disabled:n.disabled,autocomplete:"off",onInput:h,onFocus:g[0]||(g[0]=y=>d.value=!0),onBlur:g[1]||(g[1]=y=>d.value=!1)},null,42,$h)],2),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),mh=Tt(gh,[["__scopeId","data-v-d7204845"]]),vh={class:"eui-checkbox flex items-center flex-wrap scale-100 translate-x-0 translate-y-0"},yh=["disabled"],bh={key:0,class:"ms-2 text-sm font-medium text-gray-700 first-letter:capitalize tracking-wide"},wh=a.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(n,{emit:i}){const r=n,d=i,s=a.ref(r.modelValue);a.watch(s,h=>{d("update:modelValue",h)});const c=h=>{h&&d("toggle",s.value)};return a.watch(r,h=>{s.value=h.modelValue}),(h,f)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[a.createElementVNode("label",vh,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=m=>s.value=m),type:"checkbox",id:"checkbox",class:"input-checkbox sr-only appearance-none",disabled:n.disabled,onChange:f[1]||(f[1]=m=>c(m))},null,40,yh),[[a.vModelCheckbox,s.value]]),f[2]||(f[2]=a.createElementVNode("div",{class:"cbx-icon",for:"checkbox"},[a.createElementVNode("span",null,[a.createElementVNode("svg",{width:"14px",height:"14px"},[a.createElementVNode("use",{"xlink:href":"#check-box"})])]),a.createElementVNode("svg",{class:"inline-svg absolute size-0 pointer-events-none select-none"},[a.createElementVNode("symbol",{id:"check-box",viewbox:"0 0 14 14"},[a.createElementVNode("polyline",{points:"1.5 6 4.5 9 10.5 1"})])])],-1)),n.label?(a.openBlock(),a.createElementBlock("span",bh,a.toDisplayString(n.label),1)):a.createCommentVNode("",!0)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])],64))}}),xh={class:"relative"},Ch=["placeholder","disabled","autofocus","rows","cols"],_h=a.defineComponent({__name:"EUITextArea",props:{errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:String,required:!0,default:""},label:{type:String,required:!0,default:""},rows:{type:Number,required:!0,default:5},cols:{type:Number,required:!0,default:0},placeholder:{type:String,required:!0,default:""},disabled:{type:Boolean,default:!1,required:!1},focus:{type:Boolean,default:!1},required:{type:Boolean,default:!1}},emits:["update:modelValue","blur"],setup(n,{emit:i}){const r=n,{label:d,rows:s,cols:c,placeholder:h}=r,f=a.ref(r.modelValue);a.watch(()=>r.modelValue,_=>{f.value=_});const m=a.ref(null),g=a.computed(()=>!!f.value),y=()=>{var _;m.value&&((_=m.value)==null||_.focus())};return(_,B)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[a.createElementVNode("div",xh,[a.createElementVNode("button",{class:a.normalizeClass([n.disabled?"pointer-events-none cursor-not-allowed":"","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:y},[a.createElementVNode("label",{for:"text",class:a.normalizeClass([[g.value?"top-2 text-xs text-gray-400 cursor-default":"top-4 text-sm text-gray-700 cursor-pointer pb-2",n.disabled?"cursor-not-allowed":"",n.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute left-0 px-4 z-10 transition-all duration-100 ease-in-out text-left font-medium leading-normal transform translate-y-0 w-full h-auto bg-white group-focus-within:top-2 group-focus-within:py-0"])},a.toDisplayString(a.unref(d)),3),a.withDirectives(a.createElementVNode("textarea",{ref_key:"inputRef",ref:m,class:a.normalizeClass([[n.errors?"border-red-500":""],"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"]),placeholder:a.unref(h),"onUpdate:modelValue":B[0]||(B[0]=E=>f.value=E),disabled:n.disabled,autofocus:n.focus,"aria-invalid":"true",rows:a.unref(s),cols:a.unref(c),onInput:B[1]||(B[1]=E=>_.$emit("update:modelValue",f.value)),onBlur:B[2]||(B[2]=E=>_.$emit("blur"))}," ",42,Ch),[[a.vModelText,f.value]])],2)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])],64))}});var Eh=Object.defineProperty,Sh=Object.defineProperties,Oh=Object.getOwnPropertyDescriptors,ds=Object.getOwnPropertySymbols,Nh=Object.prototype.hasOwnProperty,Bh=Object.prototype.propertyIsEnumerable,ls=(n,i,r)=>i in n?Eh(n,i,{enumerable:!0,configurable:!0,writable:!0,value:r}):n[i]=r,Un=(n,i)=>{for(var r in i||(i={}))Nh.call(i,r)&&ls(n,r,i[r]);if(ds)for(var r of ds(i))Bh.call(i,r)&&ls(n,r,i[r]);return n},ss=(n,i)=>Sh(n,Oh(i));const kh={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(n){this.autoscroll&&n&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var n;const i=((n=this.$refs.dropdownMenu)==null?void 0:n.children[this.typeAheadPointer])||!1;if(i){const r=this.getDropdownViewport(),{top:d,bottom:s,height:c}=i.getBoundingClientRect();if(d<r.top)return this.$refs.dropdownMenu.scrollTop=i.offsetTop;if(s>r.bottom)return this.$refs.dropdownMenu.scrollTop=i.offsetTop-(r.height-c)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},Ah={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let n=0;n<this.filteredOptions.length;n++)if(this.selectable(this.filteredOptions[n])){this.typeAheadPointer=n;break}},open(n){n&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let n=this.typeAheadPointer-1;n>=0;n--)if(this.selectable(this.filteredOptions[n])){this.typeAheadPointer=n;break}},typeAheadDown(){for(let n=this.typeAheadPointer+1;n<this.filteredOptions.length;n++)if(this.selectable(this.filteredOptions[n])){this.typeAheadPointer=n;break}},typeAheadSelect(){const n=this.filteredOptions[this.typeAheadPointer];n&&this.selectable(n)&&this.select(n)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},Ih={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(n){this.mutableLoading=n}},methods:{toggleLoading(n=null){return n==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=n}}},ga=(n,i)=>{const r=n.__vccOpts||n;for(const[d,s]of i)r[d]=s;return r},Ph={},Th={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},Mh=a.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),Rh=[Mh];function Lh(n,i){return a.openBlock(),a.createElementBlock("svg",Th,Rh)}const Dh=ga(Ph,[["render",Lh]]),Vh={},Fh={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},Uh=a.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),zh=[Uh];function Wh(n,i){return a.openBlock(),a.createElementBlock("svg",Fh,zh)}const Gh=ga(Vh,[["render",Wh]]),us={Deselect:Dh,OpenIndicator:Gh},jh={mounted(n,{instance:i}){if(i.appendToBody){const{height:r,top:d,left:s,width:c}=i.$refs.toggle.getBoundingClientRect();let h=window.scrollX||window.pageXOffset,f=window.scrollY||window.pageYOffset;n.unbindPosition=i.calculatePosition(n,i,{width:c+"px",left:h+s+"px",top:f+d+r+"px"}),document.body.appendChild(n)}},unmounted(n,{instance:i}){i.appendToBody&&(n.unbindPosition&&typeof n.unbindPosition=="function"&&n.unbindPosition(),n.parentNode&&n.parentNode.removeChild(n))}};function qh(n){const i={};return Object.keys(n).sort().forEach(r=>{i[r]=n[r]}),JSON.stringify(i)}let Hh=0;function Kh(){return++Hh}const Yh={components:Un({},us),directives:{appendToBody:jh},mixins:[kh,Ah,Ih],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:n=>n},selectable:{type:Function,default:n=>!0},getOptionLabel:{type:Function,default(n){return typeof n=="object"?n.hasOwnProperty(this.label)?n[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(n)}.
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),ah=["type","size","color","iconType","disabled","loading","icon"],Ys=a.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(n,{emit:i}){const r=i,d=()=>[r("click")],s=n,c=a.reactive({xs:"text-sm font-medium leading-[normal]",sm:"text-sm font-medium",md:"text-base font-semibold",lg:"text-base font-semibold"}),h=a.computed(()=>{const g=s.disabled,y={black:g?"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:g?"bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200":"bg-white hover:bg-gray-100 active:bg-gray-50 text-black cursor-pointer active:shadow-white/50 active:bg-transparent",danger:g?"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:g?"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:g?"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:g?"bg-opacity-60 cursor-not-allowed text-gray-200 bg-purple-500":"primary-btn text-white cursor-pointer active:shadow-purple-500/50"},_={lg:s.iconType==="icon"?"p-3.5":"px-6 py-3.5",md:s.iconType==="icon"?"p-2":"px-4 py-2",sm:s.iconType==="icon"?"p-1.5":"px-4 py-1.5",xs:s.iconType==="icon"?"p-1":"px-3 py-1"},N=y[s.color]||"",k=c[s.size]||"",B=_[s.size]||"",M=s.disabled===!0?"active:!translate-y-0 active:!scale-100 active:!shadow-none":"";return`${N} ${k} ${B} ${M}`}),f=a.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=a.computed(()=>f[s.size]||"");return(g,y)=>(a.openBlock(),a.createElementBlock("button",a.mergeProps({type:n.type,size:n.size,color:n.color,iconType:n.iconType},g.$attrs,{class:["capitalize box-border border-none inline-flex flex-row gap-x-2 items-center active:scale-[.97] active:shadow-md transition duration-150 ease-in-out active:translate-y-0.5",n.rounded?"rounded-full":"rounded-md",h.value],disabled:n.disabled,loading:n.loading,icon:n.icon,onClick:y[0]||(y[0]=_=>d())}),[n.iconType==="icon"||n.iconType==="startIcon"?(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{key:0,class:a.normalizeClass([m.value])},null,8,["class"])):a.createCommentVNode("",!0),a.renderSlot(g.$slots,"default"),n.iconType==="endIcon"?(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{key:1,class:a.normalizeClass([m.value])},null,8,["class"])):a.createCommentVNode("",!0),n.loading?(a.openBlock(),a.createElementBlock("svg",{key:2,class:a.normalizeClass(["animate-spin",[m.value]]),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y[1]||(y[1]=[a.createElementVNode("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),a.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)):a.createCommentVNode("",!0)],16,ah))}}),dh={key:0,class:"text-red-500 text-xs font-medium first-letter:uppercase"},lh={key:1,class:"text-red-500 text-xs font-medium first-letter:uppercase"},Zt=a.defineComponent({__name:"EUIErrorMessage",props:{name:{type:String,required:!0},errors:{type:Object,required:!0}},setup(n){const i=n,{errors:r,name:d}=a.toRefs(i);return(s,c)=>{var h,f,m,g,y;return Array.isArray(a.unref(r))?(a.openBlock(),a.createElementBlock("div",dh,a.toDisplayString((f=(h=a.unref(r))==null?void 0:h.at(0))!=null&&f.$message?(g=(m=a.unref(r))==null?void 0:m.at(0))==null?void 0:g.$message:a.unref(r).at(0)),1)):(a.openBlock(),a.createElementBlock("div",lh,a.toDisplayString(a.unref(d)?(y=a.unref(r))==null?void 0:y[a.unref(d)]:a.unref(r)),1))}}}),sh={class:""},uh=["for"],ch=["id","type","value","placeholder","name","required","disabled"],os="id",fh=a.defineComponent({__name:"EUIInput",props:{errors:{type:Object,required:!1,default:()=>{}},type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},initialFocused:{type:Boolean,required:!1,default:!1},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},isToFocus:{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}},emits:["update:modelValue"],setup(n,{emit:i}){const r=n,d=a.ref(!1),s=a.ref(),c=i,h=g=>{var _;const y=(_=g==null?void 0:g.target)==null?void 0:_.value;y!==void 0&&c("update:modelValue",y)},f=a.computed(()=>r.modelValue===0?!0:!!r.modelValue),m=()=>{switch(r.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4";default:return"px-4"}};return a.onMounted(()=>{var g;r!=null&&r.isToFocus&&((g=s==null?void 0:s.value)==null||g.focus())}),(g,y)=>(a.openBlock(),a.createElementBlock("div",sh,[a.createElementVNode("div",{class:a.normalizeClass([n.disabled?"pointer-events-none cursor-not-allowed":"","group mb-2 relative h-14 w-full rounded-2xl border border-gray-100 focus-within:border-purple-600 focus-within:ring-1 focus-within:ring-purple-600 cursor-pointer overflow-hidden"])},[a.createElementVNode("label",{for:`${n.name}-${os}`,class:a.normalizeClass([[m(),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",n.disabled?" cursor-not-allowed":"",n.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute font-medium left-0 px-4 z-0 -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"])},a.toDisplayString(n.label),11,uh),n.icon&&n.iconType?(a.openBlock(),a.createElementBlock("div",{key:0,class:a.normalizeClass(["absolute inset-y-0 flex items-center pointer-events-none",[n.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",n.disabled?"cursor-not-allowed":""]])},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{class:"w-6 h-6 text-gray-400","aria-hidden":"true"}))],2)):a.createCommentVNode("",!0),a.createElementVNode("input",{id:`${n.name}-${os}`,ref_key:"input",ref:s,type:n.type,value:n.modelValue,placeholder:n.placeholder,name:n.name,class:a.normalizeClass(["z-10 h-full w-full rounded-2xl pt-6 pb-3 placeholder:text-gray-400 focus:outline-none block text-sm font-medium appearance-none disabled:opacity-75 focus:border-purple-600 autofill:bg-white leading-6",[m(),n.disabled?"cursor-not-allowed":""]]),required:n.required,disabled:n.disabled,autocomplete:"off",onInput:h,onFocus:y[0]||(y[0]=_=>d.value=!0),onBlur:y[1]||(y[1]=_=>d.value=!1)},null,42,ch)],2),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),Tt=(n,i)=>{const r=n.__vccOpts||n;for(const[d,s]of i)r[d]=s;return r},ph=Tt(fh,[["__scopeId","data-v-c40afd15"]]),hh=["for"],$h=["id","type","value","placeholder","name","required","disabled"],as="id",gh=a.defineComponent({__name:"EUIInputNormal",props:{errors:{type:Object,required:!1,default:()=>{}},type:{type:String,default:"text"},modelValue:{type:[String,Number],default:""},initialFocused:{type:Boolean,required:!1,default:!1},name:{type:String,required:!1,default:""},label:{type:String,required:!0,default:""},isToFocus:{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},rounded:Boolean,className:{type:Array,required:!1,default:()=>[]}},emits:["update:modelValue"],setup(n,{emit:i}){const r=n,d=a.ref(!1),s=a.ref(),c=i,h=m=>{var y;const g=(y=m==null?void 0:m.target)==null?void 0:y.value;g!==void 0&&c("update:modelValue",g)},f=()=>{switch(r.iconType){case"startIcon":return"pl-12 pr-4";case"endIcon":return"pr-12 pl-4"}};return a.onMounted(()=>{var m;r!=null&&r.isToFocus&&((m=s==null?void 0:s.value)==null||m.focus())}),(m,g)=>(a.openBlock(),a.createElementBlock("div",null,[n.label?(a.openBlock(),a.createElementBlock("label",{key:0,for:`${n.name}-${as}`,class:a.normalizeClass(["text-sm w-full text-gray-700 cursor-pointer font-medium",n.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"])},a.toDisplayString(n.label),11,hh)):a.createCommentVNode("",!0),a.createElementVNode("div",{class:a.normalizeClass([n.disabled?"pointer-events-none cursor-not-allowed":"","group mb-2 relative w-full cursor-pointer overflow-hidden"])},[n.icon&&n.iconType?(a.openBlock(),a.createElementBlock("div",{key:0,class:a.normalizeClass(["absolute inset-y-0 flex items-center pointer-events-none",[n.iconType==="startIcon"?"left-0 pl-3":"right-0 pr-3",n.disabled?"cursor-not-allowed":""]])},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.icon),{class:"w-6 h-6 text-gray-400","aria-hidden":"true"}))],2)):a.createCommentVNode("",!0),a.createElementVNode("input",{id:`${n.name}-${as}`,ref_key:"input",ref:s,type:n.type,value:n.modelValue,placeholder:n.placeholder,name:n.name,class:a.normalizeClass(["z-10 h-10 w-full px-4 py-3 placeholder:text-gray-400 focus:outline-none block text-sm font-medium appearance-none disabled:opacity-75 autofill:bg-white leading-6 ring-1 ring-gray-100 focus-within:ring-purple-600 focus-within:ring-2 ring-inset transition-all duration-100 border-none outline-none",n.rounded?"rounded-2xl":"rounded-md",f(),n.disabled?"cursor-not-allowed":"cursor-text",n.className]),required:n.required,disabled:n.disabled,autocomplete:"off",onInput:h,onFocus:g[0]||(g[0]=y=>d.value=!0),onBlur:g[1]||(g[1]=y=>d.value=!1)},null,42,$h)],2),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),mh=Tt(gh,[["__scopeId","data-v-d7204845"]]),vh={class:"eui-checkbox flex items-center flex-wrap scale-100 translate-x-0 translate-y-0"},yh=["disabled"],bh={key:0,class:"ms-2 text-sm font-medium text-gray-700 first-letter:capitalize tracking-wide"},wh=a.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(n,{emit:i}){const r=n,d=i,s=a.ref(r.modelValue);a.watch(s,h=>{d("update:modelValue",h)});const c=h=>{h&&d("toggle",s.value)};return a.watch(r,h=>{s.value=h.modelValue}),(h,f)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[a.createElementVNode("label",vh,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=m=>s.value=m),type:"checkbox",id:"checkbox",class:"input-checkbox sr-only appearance-none",disabled:n.disabled,onChange:f[1]||(f[1]=m=>c(m))},null,40,yh),[[a.vModelCheckbox,s.value]]),f[2]||(f[2]=a.createElementVNode("div",{class:"cbx-icon",for:"checkbox"},[a.createElementVNode("span",null,[a.createElementVNode("svg",{width:"14px",height:"14px"},[a.createElementVNode("use",{"xlink:href":"#check-box"})])]),a.createElementVNode("svg",{class:"inline-svg absolute size-0 pointer-events-none select-none"},[a.createElementVNode("symbol",{id:"check-box",viewbox:"0 0 14 14"},[a.createElementVNode("polyline",{points:"1.5 6 4.5 9 10.5 1"})])])],-1)),n.label?(a.openBlock(),a.createElementBlock("span",bh,a.toDisplayString(n.label),1)):a.createCommentVNode("",!0)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])],64))}}),xh={class:"relative"},Ch=["placeholder","disabled","autofocus","rows","cols"],_h=a.defineComponent({__name:"EUITextArea",props:{errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:String,required:!0,default:""},label:{type:String,required:!0,default:""},rows:{type:Number,required:!0,default:5},cols:{type:Number,required:!0,default:0},placeholder:{type:String,required:!0,default:""},disabled:{type:Boolean,default:!1,required:!1},focus:{type:Boolean,default:!1},required:{type:Boolean,default:!1}},emits:["update:modelValue","blur"],setup(n,{emit:i}){const r=n,{label:d,rows:s,cols:c,placeholder:h}=r,f=a.ref(r.modelValue);a.watch(()=>r.modelValue,_=>{f.value=_});const m=a.ref(null),g=a.computed(()=>!!f.value),y=()=>{var _;m.value&&((_=m.value)==null||_.focus())};return(_,N)=>(a.openBlock(),a.createElementBlock(a.Fragment,null,[a.createElementVNode("div",xh,[a.createElementVNode("button",{class:a.normalizeClass([n.disabled?"pointer-events-none cursor-not-allowed":"","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:y},[a.createElementVNode("label",{for:"text",class:a.normalizeClass([[g.value?"top-2 text-xs text-gray-400 cursor-default":"top-4 text-sm text-gray-700 cursor-pointer pb-2",n.disabled?"cursor-not-allowed":"",n.required&&"after:content-['*'] after:ml-0.5 after:text-red-500"],"absolute left-0 px-4 z-10 transition-all duration-100 ease-in-out text-left font-medium leading-normal transform translate-y-0 w-full h-auto bg-white group-focus-within:top-2 group-focus-within:py-0"])},a.toDisplayString(a.unref(d)),3),a.withDirectives(a.createElementVNode("textarea",{ref_key:"inputRef",ref:m,class:a.normalizeClass([[n.errors?"border-red-500":""],"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"]),placeholder:a.unref(h),"onUpdate:modelValue":N[0]||(N[0]=k=>f.value=k),disabled:n.disabled,autofocus:n.focus,"aria-invalid":"true",rows:a.unref(s),cols:a.unref(c),onInput:N[1]||(N[1]=k=>_.$emit("update:modelValue",f.value)),onBlur:N[2]||(N[2]=k=>_.$emit("blur"))}," ",42,Ch),[[a.vModelText,f.value]])],2)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])],64))}});var Eh=Object.defineProperty,Sh=Object.defineProperties,Oh=Object.getOwnPropertyDescriptors,ds=Object.getOwnPropertySymbols,Nh=Object.prototype.hasOwnProperty,Bh=Object.prototype.propertyIsEnumerable,ls=(n,i,r)=>i in n?Eh(n,i,{enumerable:!0,configurable:!0,writable:!0,value:r}):n[i]=r,Un=(n,i)=>{for(var r in i||(i={}))Nh.call(i,r)&&ls(n,r,i[r]);if(ds)for(var r of ds(i))Bh.call(i,r)&&ls(n,r,i[r]);return n},ss=(n,i)=>Sh(n,Oh(i));const kh={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(n){this.autoscroll&&n&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var n;const i=((n=this.$refs.dropdownMenu)==null?void 0:n.children[this.typeAheadPointer])||!1;if(i){const r=this.getDropdownViewport(),{top:d,bottom:s,height:c}=i.getBoundingClientRect();if(d<r.top)return this.$refs.dropdownMenu.scrollTop=i.offsetTop;if(s>r.bottom)return this.$refs.dropdownMenu.scrollTop=i.offsetTop-(r.height-c)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},Ah={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let n=0;n<this.filteredOptions.length;n++)if(this.selectable(this.filteredOptions[n])){this.typeAheadPointer=n;break}},open(n){n&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let n=this.typeAheadPointer-1;n>=0;n--)if(this.selectable(this.filteredOptions[n])){this.typeAheadPointer=n;break}},typeAheadDown(){for(let n=this.typeAheadPointer+1;n<this.filteredOptions.length;n++)if(this.selectable(this.filteredOptions[n])){this.typeAheadPointer=n;break}},typeAheadSelect(){const n=this.filteredOptions[this.typeAheadPointer];n&&this.selectable(n)&&this.select(n)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},Ih={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(n){this.mutableLoading=n}},methods:{toggleLoading(n=null){return n==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=n}}},ga=(n,i)=>{const r=n.__vccOpts||n;for(const[d,s]of i)r[d]=s;return r},Ph={},Th={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},Mh=a.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),Rh=[Mh];function Lh(n,i){return a.openBlock(),a.createElementBlock("svg",Th,Rh)}const Dh=ga(Ph,[["render",Lh]]),Vh={},Fh={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},Uh=a.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),zh=[Uh];function Wh(n,i){return a.openBlock(),a.createElementBlock("svg",Fh,zh)}const Gh=ga(Vh,[["render",Wh]]),us={Deselect:Dh,OpenIndicator:Gh},jh={mounted(n,{instance:i}){if(i.appendToBody){const{height:r,top:d,left:s,width:c}=i.$refs.toggle.getBoundingClientRect();let h=window.scrollX||window.pageXOffset,f=window.scrollY||window.pageYOffset;n.unbindPosition=i.calculatePosition(n,i,{width:c+"px",left:h+s+"px",top:f+d+r+"px"}),document.body.appendChild(n)}},unmounted(n,{instance:i}){i.appendToBody&&(n.unbindPosition&&typeof n.unbindPosition=="function"&&n.unbindPosition(),n.parentNode&&n.parentNode.removeChild(n))}};function qh(n){const i={};return Object.keys(n).sort().forEach(r=>{i[r]=n[r]}),JSON.stringify(i)}let Hh=0;function Kh(){return++Hh}const Yh={components:Un({},us),directives:{appendToBody:jh},mixins:[kh,Ah,Ih],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:n=>n},selectable:{type:Function,default:n=>!0},getOptionLabel:{type:Function,default(n){return typeof n=="object"?n.hasOwnProperty(this.label)?n[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(n)}.
2
2
  https://vue-select.org/api/props.html#getoptionlabel`):n}},getOptionKey:{type:Function,default(n){if(typeof n!="object")return n;try{return n.hasOwnProperty("id")?n.id:qh(n)}catch(i){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.
3
- https://vue-select.org/api/props.html#getoptionkey`,n,i)}}},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(n,i,r){return(i||"").toLocaleLowerCase().indexOf(r.toLocaleLowerCase())>-1}},filter:{type:Function,default(n,i){return n.filter(r=>{let d=this.getOptionLabel(r);return typeof d=="number"&&(d=d.toString()),this.filterBy(r,d,i)})}},createOption:{type:Function,default(n){return typeof this.optionList[0]=="object"?{[this.label]:n}:n}},resetOnOptionsChange:{default:!1,validator:n=>["function","boolean"].includes(typeof n)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:n,multiple:i}){return n&&!i}},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:(n,i)=>n},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(n,i,{width:r,top:d,left:s}){n.style.top=d,n.style.left=s,n.style.width=r}},dropdownShouldOpen:{type:Function,default({noDrop:n,open:i,mutableLoading:r}){return n?!1:i&&!r}},uid:{type:[String,Number],default:()=>Kh()}},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 n=this.modelValue;return this.isTrackingValues&&(n=this.$data._value),n!=null&&n!==""?[].concat(n):[]},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 n={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:Un({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:i=>this.search=i.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:n,listFooter:n,header:ss(Un({},n),{deselect:this.deselect}),footer:ss(Un({},n),{deselect:this.deselect})}},childComponents(){return Un(Un({},us),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 n=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return n;const i=this.search.length?this.filter(n,this.search,this):n;if(this.taggable&&this.search.length){const r=this.createOption(this.search);this.optionExists(r)||i.unshift(r)}return i},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(n,i){const r=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(n,i,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&r()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(n){this.isTrackingValues&&this.setInternalValueFromOptions(n)}},multiple(){this.clearSelection()},open(n){this.$emit(n?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(n){Array.isArray(n)?this.$data._value=n.map(i=>this.findOptionFromReducedValue(i)):this.$data._value=this.findOptionFromReducedValue(n)},select(n){this.$emit("option:selecting",n),this.isOptionSelected(n)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(n):(this.taggable&&!this.optionExists(n)&&(this.$emit("option:created",n),this.pushTag(n)),this.multiple&&(n=this.selectedValue.concat(n)),this.updateValue(n),this.$emit("option:selected",n)),this.onAfterSelect(n)},deselect(n){this.$emit("option:deselecting",n),this.updateValue(this.selectedValue.filter(i=>!this.optionComparator(i,n))),this.$emit("option:deselected",n)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(n){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(n){typeof this.modelValue>"u"&&(this.$data._value=n),n!==null&&(Array.isArray(n)?n=n.map(i=>this.reduce(i)):n=this.reduce(n)),this.$emit("update:modelValue",n)},toggleDropdown(n){const i=n.target!==this.searchEl;i&&n.preventDefault();const r=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||r.filter(Boolean).some(d=>d.contains(n.target)||d===n.target)){n.preventDefault();return}this.open&&i?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(n){return this.selectedValue.some(i=>this.optionComparator(i,n))},isOptionDeselectable(n){return this.isOptionSelected(n)&&this.deselectFromDropdown},optionComparator(n,i){return this.getOptionKey(n)===this.getOptionKey(i)},findOptionFromReducedValue(n){const i=d=>JSON.stringify(this.reduce(d))===JSON.stringify(n),r=[...this.options,...this.pushedTags].filter(i);return r.length===1?r[0]:r.find(d=>this.optionComparator(d,this.$data._value))||n},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let n=null;this.multiple&&(n=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(n)}},optionExists(n){return this.optionList.some(i=>this.optionComparator(i,n))},normalizeOptionForSlot(n){return typeof n=="object"?n:{[this.label]:n}},pushTag(n){this.pushedTags.push(n)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:n,multiple:i}=this;this.clearSearchOnBlur({clearSearchOnSelect:n,multiple:i})&&(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(n){const i=s=>(s.preventDefault(),!this.isComposing&&this.typeAheadSelect()),r={8:s=>this.maybeDeleteValue(),9:s=>this.onTab(),27:s=>this.onEscape(),38:s=>(s.preventDefault(),this.typeAheadUp()),40:s=>(s.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(s=>r[s]=i);const d=this.mapKeydown(r,this);if(typeof d[n.keyCode]=="function")return d[n.keyCode](n)}}},Zh=["dir"],Xh=["id","aria-expanded","aria-owns"],Jh={ref:"selectedOptions",class:"vs__selected-options"},Qh=["disabled","title","aria-label","onClick"],e$={ref:"actions",class:"vs__actions"},t$=["disabled"],n$={class:"vs__spinner"},r$=["id"],i$=["id","aria-selected","onMouseover","onClick"],o$={key:0,class:"vs__no-options"},a$=a.createTextVNode(" Sorry, no matching options. "),d$=["id"];function l$(n,i,r,d,s,c){const h=a.resolveDirective("append-to-body");return a.openBlock(),a.createElementBlock("div",{dir:r.dir,class:a.normalizeClass(["v-select",c.stateClasses])},[a.renderSlot(n.$slots,"header",a.normalizeProps(a.guardReactiveProps(c.scope.header))),a.createElementVNode("div",{id:`vs${r.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":c.dropdownOpen.toString(),"aria-owns":`vs${r.uid}__listbox`,"aria-label":"Search for option",onMousedown:i[1]||(i[1]=f=>c.toggleDropdown(f))},[a.createElementVNode("div",Jh,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(c.selectedValue,(f,m)=>a.renderSlot(n.$slots,"selected-option-container",{option:c.normalizeOptionForSlot(f),deselect:c.deselect,multiple:r.multiple,disabled:r.disabled},()=>[(a.openBlock(),a.createElementBlock("span",{key:r.getOptionKey(f),class:"vs__selected"},[a.renderSlot(n.$slots,"selected-option",a.normalizeProps(a.guardReactiveProps(c.normalizeOptionForSlot(f))),()=>[a.createTextVNode(a.toDisplayString(r.getOptionLabel(f)),1)]),r.multiple?(a.openBlock(),a.createElementBlock("button",{key:0,ref_for:!0,ref:g=>s.deselectButtons[m]=g,disabled:r.disabled,type:"button",class:"vs__deselect",title:`Deselect ${r.getOptionLabel(f)}`,"aria-label":`Deselect ${r.getOptionLabel(f)}`,onClick:g=>c.deselect(f)},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(c.childComponents.Deselect)))],8,Qh)):a.createCommentVNode("",!0)]))])),256)),a.renderSlot(n.$slots,"search",a.normalizeProps(a.guardReactiveProps(c.scope.search)),()=>[a.createElementVNode("input",a.mergeProps({class:"vs__search"},c.scope.search.attributes,a.toHandlers(c.scope.search.events)),null,16)])],512),a.createElementVNode("div",e$,[a.withDirectives(a.createElementVNode("button",{ref:"clearButton",disabled:r.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:i[0]||(i[0]=(...f)=>c.clearSelection&&c.clearSelection(...f))},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(c.childComponents.Deselect)))],8,t$),[[a.vShow,c.showClearButton]]),a.renderSlot(n.$slots,"open-indicator",a.normalizeProps(a.guardReactiveProps(c.scope.openIndicator)),()=>[r.noDrop?a.createCommentVNode("",!0):(a.openBlock(),a.createBlock(a.resolveDynamicComponent(c.childComponents.OpenIndicator),a.normalizeProps(a.mergeProps({key:0},c.scope.openIndicator.attributes)),null,16))]),a.renderSlot(n.$slots,"spinner",a.normalizeProps(a.guardReactiveProps(c.scope.spinner)),()=>[a.withDirectives(a.createElementVNode("div",n$,"Loading...",512),[[a.vShow,n.mutableLoading]])])],512)],40,Xh),a.createVNode(a.Transition,{name:r.transition},{default:a.withCtx(()=>[c.dropdownOpen?a.withDirectives((a.openBlock(),a.createElementBlock("ul",{id:`vs${r.uid}__listbox`,ref:"dropdownMenu",key:`vs${r.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:i[2]||(i[2]=a.withModifiers((...f)=>c.onMousedown&&c.onMousedown(...f),["prevent"])),onMouseup:i[3]||(i[3]=(...f)=>c.onMouseUp&&c.onMouseUp(...f))},[a.renderSlot(n.$slots,"list-header",a.normalizeProps(a.guardReactiveProps(c.scope.listHeader))),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(c.filteredOptions,(f,m)=>(a.openBlock(),a.createElementBlock("li",{id:`vs${r.uid}__option-${m}`,key:r.getOptionKey(f),role:"option",class:a.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":c.isOptionDeselectable(f)&&m===n.typeAheadPointer,"vs__dropdown-option--selected":c.isOptionSelected(f),"vs__dropdown-option--highlight":m===n.typeAheadPointer,"vs__dropdown-option--disabled":!r.selectable(f)}]),"aria-selected":m===n.typeAheadPointer?!0:null,onMouseover:g=>r.selectable(f)?n.typeAheadPointer=m:null,onClick:a.withModifiers(g=>r.selectable(f)?c.select(f):null,["prevent","stop"])},[a.renderSlot(n.$slots,"option",a.normalizeProps(a.guardReactiveProps(c.normalizeOptionForSlot(f))),()=>[a.createTextVNode(a.toDisplayString(r.getOptionLabel(f)),1)])],42,i$))),128)),c.filteredOptions.length===0?(a.openBlock(),a.createElementBlock("li",o$,[a.renderSlot(n.$slots,"no-options",a.normalizeProps(a.guardReactiveProps(c.scope.noOptions)),()=>[a$])])):a.createCommentVNode("",!0),a.renderSlot(n.$slots,"list-footer",a.normalizeProps(a.guardReactiveProps(c.scope.listFooter)))],40,r$)),[[h]]):(a.openBlock(),a.createElementBlock("ul",{key:1,id:`vs${r.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,d$))]),_:3},8,["name"]),a.renderSlot(n.$slots,"footer",a.normalizeProps(a.guardReactiveProps(c.scope.footer)))],10,Zh)}const Zs=ga(Yh,[["render",l$]]);var Ze="top",yt="bottom",bt="right",Xe="left",ma="auto",xr=[Ze,yt,bt,Xe],Wn="start",vr="end",s$="clippingParents",Xs="viewport",fr="popper",u$="reference",cs=xr.reduce(function(n,i){return n.concat([i+"-"+Wn,i+"-"+vr])},[]),Js=[].concat(xr,[ma]).reduce(function(n,i){return n.concat([i,i+"-"+Wn,i+"-"+vr])},[]),c$="beforeRead",f$="read",p$="afterRead",h$="beforeMain",$$="main",g$="afterMain",m$="beforeWrite",v$="write",y$="afterWrite",b$=[c$,f$,p$,h$,$$,g$,m$,v$,y$];function Pt(n){return n?(n.nodeName||"").toLowerCase():null}function lt(n){if(n==null)return window;if(n.toString()!=="[object Window]"){var i=n.ownerDocument;return i&&i.defaultView||window}return n}function Sn(n){var i=lt(n).Element;return n instanceof i||n instanceof Element}function vt(n){var i=lt(n).HTMLElement;return n instanceof i||n instanceof HTMLElement}function va(n){if(typeof ShadowRoot>"u")return!1;var i=lt(n).ShadowRoot;return n instanceof i||n instanceof ShadowRoot}function w$(n){var i=n.state;Object.keys(i.elements).forEach(function(r){var d=i.styles[r]||{},s=i.attributes[r]||{},c=i.elements[r];!vt(c)||!Pt(c)||(Object.assign(c.style,d),Object.keys(s).forEach(function(h){var f=s[h];f===!1?c.removeAttribute(h):c.setAttribute(h,f===!0?"":f)}))})}function x$(n){var i=n.state,r={popper:{position:i.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(i.elements.popper.style,r.popper),i.styles=r,i.elements.arrow&&Object.assign(i.elements.arrow.style,r.arrow),function(){Object.keys(i.elements).forEach(function(d){var s=i.elements[d],c=i.attributes[d]||{},h=Object.keys(i.styles.hasOwnProperty(d)?i.styles[d]:r[d]),f=h.reduce(function(m,g){return m[g]="",m},{});!vt(s)||!Pt(s)||(Object.assign(s.style,f),Object.keys(c).forEach(function(m){s.removeAttribute(m)}))})}}const C$={name:"applyStyles",enabled:!0,phase:"write",fn:w$,effect:x$,requires:["computeStyles"]};function It(n){return n.split("-")[0]}var En=Math.max,bi=Math.min,Gn=Math.round;function na(){var n=navigator.userAgentData;return n!=null&&n.brands&&Array.isArray(n.brands)?n.brands.map(function(i){return i.brand+"/"+i.version}).join(" "):navigator.userAgent}function Qs(){return!/^((?!chrome|android).)*safari/i.test(na())}function jn(n,i,r){i===void 0&&(i=!1),r===void 0&&(r=!1);var d=n.getBoundingClientRect(),s=1,c=1;i&&vt(n)&&(s=n.offsetWidth>0&&Gn(d.width)/n.offsetWidth||1,c=n.offsetHeight>0&&Gn(d.height)/n.offsetHeight||1);var h=Sn(n)?lt(n):window,f=h.visualViewport,m=!Qs()&&r,g=(d.left+(m&&f?f.offsetLeft:0))/s,y=(d.top+(m&&f?f.offsetTop:0))/c,_=d.width/s,B=d.height/c;return{width:_,height:B,top:y,right:g+_,bottom:y+B,left:g,x:g,y}}function ya(n){var i=jn(n),r=n.offsetWidth,d=n.offsetHeight;return Math.abs(i.width-r)<=1&&(r=i.width),Math.abs(i.height-d)<=1&&(d=i.height),{x:n.offsetLeft,y:n.offsetTop,width:r,height:d}}function eu(n,i){var r=i.getRootNode&&i.getRootNode();if(n.contains(i))return!0;if(r&&va(r)){var d=i;do{if(d&&n.isSameNode(d))return!0;d=d.parentNode||d.host}while(d)}return!1}function Ht(n){return lt(n).getComputedStyle(n)}function _$(n){return["table","td","th"].indexOf(Pt(n))>=0}function cn(n){return((Sn(n)?n.ownerDocument:n.document)||window.document).documentElement}function Ei(n){return Pt(n)==="html"?n:n.assignedSlot||n.parentNode||(va(n)?n.host:null)||cn(n)}function fs(n){return!vt(n)||Ht(n).position==="fixed"?null:n.offsetParent}function E$(n){var i=/firefox/i.test(na()),r=/Trident/i.test(na());if(r&&vt(n)){var d=Ht(n);if(d.position==="fixed")return null}var s=Ei(n);for(va(s)&&(s=s.host);vt(s)&&["html","body"].indexOf(Pt(s))<0;){var c=Ht(s);if(c.transform!=="none"||c.perspective!=="none"||c.contain==="paint"||["transform","perspective"].indexOf(c.willChange)!==-1||i&&c.willChange==="filter"||i&&c.filter&&c.filter!=="none")return s;s=s.parentNode}return null}function Cr(n){for(var i=lt(n),r=fs(n);r&&_$(r)&&Ht(r).position==="static";)r=fs(r);return r&&(Pt(r)==="html"||Pt(r)==="body"&&Ht(r).position==="static")?i:r||E$(n)||i}function ba(n){return["top","bottom"].indexOf(n)>=0?"x":"y"}function gr(n,i,r){return En(n,bi(i,r))}function S$(n,i,r){var d=gr(n,i,r);return d>r?r:d}function tu(){return{top:0,right:0,bottom:0,left:0}}function nu(n){return Object.assign({},tu(),n)}function ru(n,i){return i.reduce(function(r,d){return r[d]=n,r},{})}var O$=function(i,r){return i=typeof i=="function"?i(Object.assign({},r.rects,{placement:r.placement})):i,nu(typeof i!="number"?i:ru(i,xr))};function N$(n){var i,r=n.state,d=n.name,s=n.options,c=r.elements.arrow,h=r.modifiersData.popperOffsets,f=It(r.placement),m=ba(f),g=[Xe,bt].indexOf(f)>=0,y=g?"height":"width";if(!(!c||!h)){var _=O$(s.padding,r),B=ya(c),E=m==="y"?Ze:Xe,A=m==="y"?yt:bt,M=r.rects.reference[y]+r.rects.reference[m]-h[m]-r.rects.popper[y],R=h[m]-r.rects.reference[m],U=Cr(c),K=U?m==="y"?U.clientHeight||0:U.clientWidth||0:0,Z=M/2-R/2,z=_[E],W=K-B[y]-_[A],Q=K/2-B[y]/2+Z,H=gr(z,Q,W),ae=m;r.modifiersData[d]=(i={},i[ae]=H,i.centerOffset=H-Q,i)}}function B$(n){var i=n.state,r=n.options,d=r.element,s=d===void 0?"[data-popper-arrow]":d;s!=null&&(typeof s=="string"&&(s=i.elements.popper.querySelector(s),!s)||eu(i.elements.popper,s)&&(i.elements.arrow=s))}const k$={name:"arrow",enabled:!0,phase:"main",fn:N$,effect:B$,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function qn(n){return n.split("-")[1]}var A$={top:"auto",right:"auto",bottom:"auto",left:"auto"};function I$(n,i){var r=n.x,d=n.y,s=i.devicePixelRatio||1;return{x:Gn(r*s)/s||0,y:Gn(d*s)/s||0}}function ps(n){var i,r=n.popper,d=n.popperRect,s=n.placement,c=n.variation,h=n.offsets,f=n.position,m=n.gpuAcceleration,g=n.adaptive,y=n.roundOffsets,_=n.isFixed,B=h.x,E=B===void 0?0:B,A=h.y,M=A===void 0?0:A,R=typeof y=="function"?y({x:E,y:M}):{x:E,y:M};E=R.x,M=R.y;var U=h.hasOwnProperty("x"),K=h.hasOwnProperty("y"),Z=Xe,z=Ze,W=window;if(g){var Q=Cr(r),H="clientHeight",ae="clientWidth";if(Q===lt(r)&&(Q=cn(r),Ht(Q).position!=="static"&&f==="absolute"&&(H="scrollHeight",ae="scrollWidth")),Q=Q,s===Ze||(s===Xe||s===bt)&&c===vr){z=yt;var de=_&&Q===W&&W.visualViewport?W.visualViewport.height:Q[H];M-=de-d.height,M*=m?1:-1}if(s===Xe||(s===Ze||s===yt)&&c===vr){Z=bt;var ue=_&&Q===W&&W.visualViewport?W.visualViewport.width:Q[ae];E-=ue-d.width,E*=m?1:-1}}var ge=Object.assign({position:f},g&&A$),be=y===!0?I$({x:E,y:M},lt(r)):{x:E,y:M};if(E=be.x,M=be.y,m){var _e;return Object.assign({},ge,(_e={},_e[z]=K?"0":"",_e[Z]=U?"0":"",_e.transform=(W.devicePixelRatio||1)<=1?"translate("+E+"px, "+M+"px)":"translate3d("+E+"px, "+M+"px, 0)",_e))}return Object.assign({},ge,(i={},i[z]=K?M+"px":"",i[Z]=U?E+"px":"",i.transform="",i))}function P$(n){var i=n.state,r=n.options,d=r.gpuAcceleration,s=d===void 0?!0:d,c=r.adaptive,h=c===void 0?!0:c,f=r.roundOffsets,m=f===void 0?!0:f,g={placement:It(i.placement),variation:qn(i.placement),popper:i.elements.popper,popperRect:i.rects.popper,gpuAcceleration:s,isFixed:i.options.strategy==="fixed"};i.modifiersData.popperOffsets!=null&&(i.styles.popper=Object.assign({},i.styles.popper,ps(Object.assign({},g,{offsets:i.modifiersData.popperOffsets,position:i.options.strategy,adaptive:h,roundOffsets:m})))),i.modifiersData.arrow!=null&&(i.styles.arrow=Object.assign({},i.styles.arrow,ps(Object.assign({},g,{offsets:i.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:m})))),i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-placement":i.placement})}const T$={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:P$,data:{}};var $i={passive:!0};function M$(n){var i=n.state,r=n.instance,d=n.options,s=d.scroll,c=s===void 0?!0:s,h=d.resize,f=h===void 0?!0:h,m=lt(i.elements.popper),g=[].concat(i.scrollParents.reference,i.scrollParents.popper);return c&&g.forEach(function(y){y.addEventListener("scroll",r.update,$i)}),f&&m.addEventListener("resize",r.update,$i),function(){c&&g.forEach(function(y){y.removeEventListener("scroll",r.update,$i)}),f&&m.removeEventListener("resize",r.update,$i)}}const R$={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:M$,data:{}};var L$={left:"right",right:"left",bottom:"top",top:"bottom"};function mi(n){return n.replace(/left|right|bottom|top/g,function(i){return L$[i]})}var D$={start:"end",end:"start"};function hs(n){return n.replace(/start|end/g,function(i){return D$[i]})}function wa(n){var i=lt(n),r=i.pageXOffset,d=i.pageYOffset;return{scrollLeft:r,scrollTop:d}}function xa(n){return jn(cn(n)).left+wa(n).scrollLeft}function V$(n,i){var r=lt(n),d=cn(n),s=r.visualViewport,c=d.clientWidth,h=d.clientHeight,f=0,m=0;if(s){c=s.width,h=s.height;var g=Qs();(g||!g&&i==="fixed")&&(f=s.offsetLeft,m=s.offsetTop)}return{width:c,height:h,x:f+xa(n),y:m}}function F$(n){var i,r=cn(n),d=wa(n),s=(i=n.ownerDocument)==null?void 0:i.body,c=En(r.scrollWidth,r.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),h=En(r.scrollHeight,r.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),f=-d.scrollLeft+xa(n),m=-d.scrollTop;return Ht(s||r).direction==="rtl"&&(f+=En(r.clientWidth,s?s.clientWidth:0)-c),{width:c,height:h,x:f,y:m}}function Ca(n){var i=Ht(n),r=i.overflow,d=i.overflowX,s=i.overflowY;return/auto|scroll|overlay|hidden/.test(r+s+d)}function iu(n){return["html","body","#document"].indexOf(Pt(n))>=0?n.ownerDocument.body:vt(n)&&Ca(n)?n:iu(Ei(n))}function mr(n,i){var r;i===void 0&&(i=[]);var d=iu(n),s=d===((r=n.ownerDocument)==null?void 0:r.body),c=lt(d),h=s?[c].concat(c.visualViewport||[],Ca(d)?d:[]):d,f=i.concat(h);return s?f:f.concat(mr(Ei(h)))}function ra(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.width,bottom:n.y+n.height})}function U$(n,i){var r=jn(n,!1,i==="fixed");return r.top=r.top+n.clientTop,r.left=r.left+n.clientLeft,r.bottom=r.top+n.clientHeight,r.right=r.left+n.clientWidth,r.width=n.clientWidth,r.height=n.clientHeight,r.x=r.left,r.y=r.top,r}function $s(n,i,r){return i===Xs?ra(V$(n,r)):Sn(i)?U$(i,r):ra(F$(cn(n)))}function z$(n){var i=mr(Ei(n)),r=["absolute","fixed"].indexOf(Ht(n).position)>=0,d=r&&vt(n)?Cr(n):n;return Sn(d)?i.filter(function(s){return Sn(s)&&eu(s,d)&&Pt(s)!=="body"}):[]}function W$(n,i,r,d){var s=i==="clippingParents"?z$(n):[].concat(i),c=[].concat(s,[r]),h=c[0],f=c.reduce(function(m,g){var y=$s(n,g,d);return m.top=En(y.top,m.top),m.right=bi(y.right,m.right),m.bottom=bi(y.bottom,m.bottom),m.left=En(y.left,m.left),m},$s(n,h,d));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}function ou(n){var i=n.reference,r=n.element,d=n.placement,s=d?It(d):null,c=d?qn(d):null,h=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,m;switch(s){case Ze:m={x:h,y:i.y-r.height};break;case yt:m={x:h,y:i.y+i.height};break;case bt:m={x:i.x+i.width,y:f};break;case Xe:m={x:i.x-r.width,y:f};break;default:m={x:i.x,y:i.y}}var g=s?ba(s):null;if(g!=null){var y=g==="y"?"height":"width";switch(c){case Wn:m[g]=m[g]-(i[y]/2-r[y]/2);break;case vr:m[g]=m[g]+(i[y]/2-r[y]/2);break}}return m}function yr(n,i){i===void 0&&(i={});var r=i,d=r.placement,s=d===void 0?n.placement:d,c=r.strategy,h=c===void 0?n.strategy:c,f=r.boundary,m=f===void 0?s$:f,g=r.rootBoundary,y=g===void 0?Xs:g,_=r.elementContext,B=_===void 0?fr:_,E=r.altBoundary,A=E===void 0?!1:E,M=r.padding,R=M===void 0?0:M,U=nu(typeof R!="number"?R:ru(R,xr)),K=B===fr?u$:fr,Z=n.rects.popper,z=n.elements[A?K:B],W=W$(Sn(z)?z:z.contextElement||cn(n.elements.popper),m,y,h),Q=jn(n.elements.reference),H=ou({reference:Q,element:Z,strategy:"absolute",placement:s}),ae=ra(Object.assign({},Z,H)),de=B===fr?ae:Q,ue={top:W.top-de.top+U.top,bottom:de.bottom-W.bottom+U.bottom,left:W.left-de.left+U.left,right:de.right-W.right+U.right},ge=n.modifiersData.offset;if(B===fr&&ge){var be=ge[s];Object.keys(ue).forEach(function(_e){var me=[bt,yt].indexOf(_e)>=0?1:-1,Ae=[Ze,yt].indexOf(_e)>=0?"y":"x";ue[_e]+=be[Ae]*me})}return ue}function G$(n,i){i===void 0&&(i={});var r=i,d=r.placement,s=r.boundary,c=r.rootBoundary,h=r.padding,f=r.flipVariations,m=r.allowedAutoPlacements,g=m===void 0?Js:m,y=qn(d),_=y?f?cs:cs.filter(function(A){return qn(A)===y}):xr,B=_.filter(function(A){return g.indexOf(A)>=0});B.length===0&&(B=_);var E=B.reduce(function(A,M){return A[M]=yr(n,{placement:M,boundary:s,rootBoundary:c,padding:h})[It(M)],A},{});return Object.keys(E).sort(function(A,M){return E[A]-E[M]})}function j$(n){if(It(n)===ma)return[];var i=mi(n);return[hs(n),i,hs(i)]}function q$(n){var i=n.state,r=n.options,d=n.name;if(!i.modifiersData[d]._skip){for(var s=r.mainAxis,c=s===void 0?!0:s,h=r.altAxis,f=h===void 0?!0:h,m=r.fallbackPlacements,g=r.padding,y=r.boundary,_=r.rootBoundary,B=r.altBoundary,E=r.flipVariations,A=E===void 0?!0:E,M=r.allowedAutoPlacements,R=i.options.placement,U=It(R),K=U===R,Z=m||(K||!A?[mi(R)]:j$(R)),z=[R].concat(Z).reduce(function(ne,P){return ne.concat(It(P)===ma?G$(i,{placement:P,boundary:y,rootBoundary:_,padding:g,flipVariations:A,allowedAutoPlacements:M}):P)},[]),W=i.rects.reference,Q=i.rects.popper,H=new Map,ae=!0,de=z[0],ue=0;ue<z.length;ue++){var ge=z[ue],be=It(ge),_e=qn(ge)===Wn,me=[Ze,yt].indexOf(be)>=0,Ae=me?"width":"height",Ee=yr(i,{placement:ge,boundary:y,rootBoundary:_,altBoundary:B,padding:g}),we=me?_e?bt:Xe:_e?yt:Ze;W[Ae]>Q[Ae]&&(we=mi(we));var Te=mi(we),Je=[];if(c&&Je.push(Ee[be]<=0),f&&Je.push(Ee[we]<=0,Ee[Te]<=0),Je.every(function(ne){return ne})){de=ge,ae=!1;break}H.set(ge,Je)}if(ae)for(var Fe=A?3:1,Ie=function(P){var V=z.find(function(X){var he=H.get(X);if(he)return he.slice(0,P).every(function(wt){return wt})});if(V)return de=V,"break"},I=Fe;I>0;I--){var T=Ie(I);if(T==="break")break}i.placement!==de&&(i.modifiersData[d]._skip=!0,i.placement=de,i.reset=!0)}}const H$={name:"flip",enabled:!0,phase:"main",fn:q$,requiresIfExists:["offset"],data:{_skip:!1}};function gs(n,i,r){return r===void 0&&(r={x:0,y:0}),{top:n.top-i.height-r.y,right:n.right-i.width+r.x,bottom:n.bottom-i.height+r.y,left:n.left-i.width-r.x}}function ms(n){return[Ze,bt,yt,Xe].some(function(i){return n[i]>=0})}function K$(n){var i=n.state,r=n.name,d=i.rects.reference,s=i.rects.popper,c=i.modifiersData.preventOverflow,h=yr(i,{elementContext:"reference"}),f=yr(i,{altBoundary:!0}),m=gs(h,d),g=gs(f,s,c),y=ms(m),_=ms(g);i.modifiersData[r]={referenceClippingOffsets:m,popperEscapeOffsets:g,isReferenceHidden:y,hasPopperEscaped:_},i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-reference-hidden":y,"data-popper-escaped":_})}const Y$={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:K$};function Z$(n,i,r){var d=It(n),s=[Xe,Ze].indexOf(d)>=0?-1:1,c=typeof r=="function"?r(Object.assign({},i,{placement:n})):r,h=c[0],f=c[1];return h=h||0,f=(f||0)*s,[Xe,bt].indexOf(d)>=0?{x:f,y:h}:{x:h,y:f}}function X$(n){var i=n.state,r=n.options,d=n.name,s=r.offset,c=s===void 0?[0,0]:s,h=Js.reduce(function(y,_){return y[_]=Z$(_,i.rects,c),y},{}),f=h[i.placement],m=f.x,g=f.y;i.modifiersData.popperOffsets!=null&&(i.modifiersData.popperOffsets.x+=m,i.modifiersData.popperOffsets.y+=g),i.modifiersData[d]=h}const J$={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:X$};function Q$(n){var i=n.state,r=n.name;i.modifiersData[r]=ou({reference:i.rects.reference,element:i.rects.popper,strategy:"absolute",placement:i.placement})}const e4={name:"popperOffsets",enabled:!0,phase:"read",fn:Q$,data:{}};function t4(n){return n==="x"?"y":"x"}function n4(n){var i=n.state,r=n.options,d=n.name,s=r.mainAxis,c=s===void 0?!0:s,h=r.altAxis,f=h===void 0?!1:h,m=r.boundary,g=r.rootBoundary,y=r.altBoundary,_=r.padding,B=r.tether,E=B===void 0?!0:B,A=r.tetherOffset,M=A===void 0?0:A,R=yr(i,{boundary:m,rootBoundary:g,padding:_,altBoundary:y}),U=It(i.placement),K=qn(i.placement),Z=!K,z=ba(U),W=t4(z),Q=i.modifiersData.popperOffsets,H=i.rects.reference,ae=i.rects.popper,de=typeof M=="function"?M(Object.assign({},i.rects,{placement:i.placement})):M,ue=typeof de=="number"?{mainAxis:de,altAxis:de}:Object.assign({mainAxis:0,altAxis:0},de),ge=i.modifiersData.offset?i.modifiersData.offset[i.placement]:null,be={x:0,y:0};if(Q){if(c){var _e,me=z==="y"?Ze:Xe,Ae=z==="y"?yt:bt,Ee=z==="y"?"height":"width",we=Q[z],Te=we+R[me],Je=we-R[Ae],Fe=E?-ae[Ee]/2:0,Ie=K===Wn?H[Ee]:ae[Ee],I=K===Wn?-ae[Ee]:-H[Ee],T=i.elements.arrow,ne=E&&T?ya(T):{width:0,height:0},P=i.modifiersData["arrow#persistent"]?i.modifiersData["arrow#persistent"].padding:tu(),V=P[me],X=P[Ae],he=gr(0,H[Ee],ne[Ee]),wt=Z?H[Ee]/2-Fe-he-V-ue.mainAxis:Ie-he-V-ue.mainAxis,Kn=Z?-H[Ee]/2+Fe+he+X+ue.mainAxis:I+he+X+ue.mainAxis,Ot=i.elements.arrow&&Cr(i.elements.arrow),Xt=Ot?z==="y"?Ot.clientTop||0:Ot.clientLeft||0:0,Yn=(_e=ge==null?void 0:ge[z])!=null?_e:0,Qe=we+wt-Yn-Xt,pn=we+Kn-Yn,_r=gr(E?bi(Te,Qe):Te,we,E?En(Je,pn):Je);Q[z]=_r,be[z]=_r-we}if(f){var st,Er=z==="x"?Ze:Xe,Ni=z==="x"?yt:bt,et=Q[W],Le=W==="y"?"height":"width",Jt=et+R[Er],hn=et-R[Ni],Zn=[Ze,Xe].indexOf(U)!==-1,Qt=(st=ge==null?void 0:ge[W])!=null?st:0,Sr=Zn?Jt:et-H[Le]-ae[Le]-Qt+ue.altAxis,en=Zn?et+H[Le]+ae[Le]-Qt-ue.altAxis:hn,Mt=E&&Zn?S$(Sr,et,en):gr(E?Sr:Jt,et,E?en:hn);Q[W]=Mt,be[W]=Mt-et}i.modifiersData[d]=be}}const r4={name:"preventOverflow",enabled:!0,phase:"main",fn:n4,requiresIfExists:["offset"]};function i4(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}}function o4(n){return n===lt(n)||!vt(n)?wa(n):i4(n)}function a4(n){var i=n.getBoundingClientRect(),r=Gn(i.width)/n.offsetWidth||1,d=Gn(i.height)/n.offsetHeight||1;return r!==1||d!==1}function d4(n,i,r){r===void 0&&(r=!1);var d=vt(i),s=vt(i)&&a4(i),c=cn(i),h=jn(n,s,r),f={scrollLeft:0,scrollTop:0},m={x:0,y:0};return(d||!d&&!r)&&((Pt(i)!=="body"||Ca(c))&&(f=o4(i)),vt(i)?(m=jn(i,!0),m.x+=i.clientLeft,m.y+=i.clientTop):c&&(m.x=xa(c))),{x:h.left+f.scrollLeft-m.x,y:h.top+f.scrollTop-m.y,width:h.width,height:h.height}}function l4(n){var i=new Map,r=new Set,d=[];n.forEach(function(c){i.set(c.name,c)});function s(c){r.add(c.name);var h=[].concat(c.requires||[],c.requiresIfExists||[]);h.forEach(function(f){if(!r.has(f)){var m=i.get(f);m&&s(m)}}),d.push(c)}return n.forEach(function(c){r.has(c.name)||s(c)}),d}function s4(n){var i=l4(n);return b$.reduce(function(r,d){return r.concat(i.filter(function(s){return s.phase===d}))},[])}function u4(n){var i;return function(){return i||(i=new Promise(function(r){Promise.resolve().then(function(){i=void 0,r(n())})})),i}}function c4(n){var i=n.reduce(function(r,d){var s=r[d.name];return r[d.name]=s?Object.assign({},s,d,{options:Object.assign({},s.options,d.options),data:Object.assign({},s.data,d.data)}):d,r},{});return Object.keys(i).map(function(r){return i[r]})}var vs={placement:"bottom",modifiers:[],strategy:"absolute"};function ys(){for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return!i.some(function(d){return!(d&&typeof d.getBoundingClientRect=="function")})}function f4(n){n===void 0&&(n={});var i=n,r=i.defaultModifiers,d=r===void 0?[]:r,s=i.defaultOptions,c=s===void 0?vs:s;return function(f,m,g){g===void 0&&(g=c);var y={placement:"bottom",orderedModifiers:[],options:Object.assign({},vs,c),modifiersData:{},elements:{reference:f,popper:m},attributes:{},styles:{}},_=[],B=!1,E={state:y,setOptions:function(U){var K=typeof U=="function"?U(y.options):U;M(),y.options=Object.assign({},c,y.options,K),y.scrollParents={reference:Sn(f)?mr(f):f.contextElement?mr(f.contextElement):[],popper:mr(m)};var Z=s4(c4([].concat(d,y.options.modifiers)));return y.orderedModifiers=Z.filter(function(z){return z.enabled}),A(),E.update()},forceUpdate:function(){if(!B){var U=y.elements,K=U.reference,Z=U.popper;if(ys(K,Z)){y.rects={reference:d4(K,Cr(Z),y.options.strategy==="fixed"),popper:ya(Z)},y.reset=!1,y.placement=y.options.placement,y.orderedModifiers.forEach(function(ue){return y.modifiersData[ue.name]=Object.assign({},ue.data)});for(var z=0;z<y.orderedModifiers.length;z++){if(y.reset===!0){y.reset=!1,z=-1;continue}var W=y.orderedModifiers[z],Q=W.fn,H=W.options,ae=H===void 0?{}:H,de=W.name;typeof Q=="function"&&(y=Q({state:y,options:ae,name:de,instance:E})||y)}}}},update:u4(function(){return new Promise(function(R){E.forceUpdate(),R(y)})}),destroy:function(){M(),B=!0}};if(!ys(f,m))return E;E.setOptions(g).then(function(R){!B&&g.onFirstUpdate&&g.onFirstUpdate(R)});function A(){y.orderedModifiers.forEach(function(R){var U=R.name,K=R.options,Z=K===void 0?{}:K,z=R.effect;if(typeof z=="function"){var W=z({state:y,name:U,instance:E,options:Z}),Q=function(){};_.push(W||Q)}})}function M(){_.forEach(function(R){return R()}),_=[]}return E}}var p4=[R$,e4,T$,C$,J$,H$,r4,k$,Y$],h4=f4({defaultModifiers:p4});function Kt(n){return Array.isArray?Array.isArray(n):lu(n)==="[object Array]"}const $4=1/0;function g4(n){if(typeof n=="string")return n;let i=n+"";return i=="0"&&1/n==-$4?"-0":i}function m4(n){return n==null?"":g4(n)}function At(n){return typeof n=="string"}function au(n){return typeof n=="number"}function v4(n){return n===!0||n===!1||y4(n)&&lu(n)=="[object Boolean]"}function du(n){return typeof n=="object"}function y4(n){return du(n)&&n!==null}function dt(n){return n!=null}function Xo(n){return!n.trim().length}function lu(n){return n==null?n===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(n)}const b4="Incorrect 'index' type",w4=n=>`Invalid value for key ${n}`,x4=n=>`Pattern length exceeds max of ${n}.`,C4=n=>`Missing ${n} property in key`,_4=n=>`Property 'weight' in key '${n}' must be a positive integer`,bs=Object.prototype.hasOwnProperty;class E4{constructor(i){this._keys=[],this._keyMap={};let r=0;i.forEach(d=>{let s=su(d);r+=s.weight,this._keys.push(s),this._keyMap[s.id]=s,r+=s.weight}),this._keys.forEach(d=>{d.weight/=r})}get(i){return this._keyMap[i]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function su(n){let i=null,r=null,d=null,s=1,c=null;if(At(n)||Kt(n))d=n,i=ws(n),r=ia(n);else{if(!bs.call(n,"name"))throw new Error(C4("name"));const h=n.name;if(d=h,bs.call(n,"weight")&&(s=n.weight,s<=0))throw new Error(_4(h));i=ws(h),r=ia(h),c=n.getFn}return{path:i,id:r,weight:s,src:d,getFn:c}}function ws(n){return Kt(n)?n:n.split(".")}function ia(n){return Kt(n)?n.join("."):n}function S4(n,i){let r=[],d=!1;const s=(c,h,f)=>{if(dt(c))if(!h[f])r.push(c);else{let m=h[f];const g=c[m];if(!dt(g))return;if(f===h.length-1&&(At(g)||au(g)||v4(g)))r.push(m4(g));else if(Kt(g)){d=!0;for(let y=0,_=g.length;y<_;y+=1)s(g[y],h,f+1)}else h.length&&s(g,h,f+1)}};return s(n,At(i)?i.split("."):i,0),d?r:r[0]}const O4={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},N4={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(n,i)=>n.score===i.score?n.idx<i.idx?-1:1:n.score<i.score?-1:1},B4={location:0,threshold:.6,distance:100},k4={useExtendedSearch:!1,getFn:S4,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};var Y={...N4,...O4,...B4,...k4};const A4=/[^ ]+/g;function I4(n=1,i=3){const r=new Map,d=Math.pow(10,i);return{get(s){const c=s.match(A4).length;if(r.has(c))return r.get(c);const h=1/Math.pow(c,.5*n),f=parseFloat(Math.round(h*d)/d);return r.set(c,f),f},clear(){r.clear()}}}class _a{constructor({getFn:i=Y.getFn,fieldNormWeight:r=Y.fieldNormWeight}={}){this.norm=I4(r,3),this.getFn=i,this.isCreated=!1,this.setIndexRecords()}setSources(i=[]){this.docs=i}setIndexRecords(i=[]){this.records=i}setKeys(i=[]){this.keys=i,this._keysMap={},i.forEach((r,d)=>{this._keysMap[r.id]=d})}create(){this.isCreated||!this.docs.length||(this.isCreated=!0,At(this.docs[0])?this.docs.forEach((i,r)=>{this._addString(i,r)}):this.docs.forEach((i,r)=>{this._addObject(i,r)}),this.norm.clear())}add(i){const r=this.size();At(i)?this._addString(i,r):this._addObject(i,r)}removeAt(i){this.records.splice(i,1);for(let r=i,d=this.size();r<d;r+=1)this.records[r].i-=1}getValueForItemAtKeyId(i,r){return i[this._keysMap[r]]}size(){return this.records.length}_addString(i,r){if(!dt(i)||Xo(i))return;let d={v:i,i:r,n:this.norm.get(i)};this.records.push(d)}_addObject(i,r){let d={i:r,$:{}};this.keys.forEach((s,c)=>{let h=s.getFn?s.getFn(i):this.getFn(i,s.path);if(dt(h)){if(Kt(h)){let f=[];const m=[{nestedArrIndex:-1,value:h}];for(;m.length;){const{nestedArrIndex:g,value:y}=m.pop();if(dt(y))if(At(y)&&!Xo(y)){let _={v:y,i:g,n:this.norm.get(y)};f.push(_)}else Kt(y)&&y.forEach((_,B)=>{m.push({nestedArrIndex:B,value:_})})}d.$[c]=f}else if(At(h)&&!Xo(h)){let f={v:h,n:this.norm.get(h)};d.$[c]=f}}}),this.records.push(d)}toJSON(){return{keys:this.keys,records:this.records}}}function uu(n,i,{getFn:r=Y.getFn,fieldNormWeight:d=Y.fieldNormWeight}={}){const s=new _a({getFn:r,fieldNormWeight:d});return s.setKeys(n.map(su)),s.setSources(i),s.create(),s}function P4(n,{getFn:i=Y.getFn,fieldNormWeight:r=Y.fieldNormWeight}={}){const{keys:d,records:s}=n,c=new _a({getFn:i,fieldNormWeight:r});return c.setKeys(d),c.setIndexRecords(s),c}function gi(n,{errors:i=0,currentLocation:r=0,expectedLocation:d=0,distance:s=Y.distance,ignoreLocation:c=Y.ignoreLocation}={}){const h=i/n.length;if(c)return h;const f=Math.abs(d-r);return s?h+f/s:f?1:h}function T4(n=[],i=Y.minMatchCharLength){let r=[],d=-1,s=-1,c=0;for(let h=n.length;c<h;c+=1){let f=n[c];f&&d===-1?d=c:!f&&d!==-1&&(s=c-1,s-d+1>=i&&r.push([d,s]),d=-1)}return n[c-1]&&c-d>=i&&r.push([d,c-1]),r}const _n=32;function M4(n,i,r,{location:d=Y.location,distance:s=Y.distance,threshold:c=Y.threshold,findAllMatches:h=Y.findAllMatches,minMatchCharLength:f=Y.minMatchCharLength,includeMatches:m=Y.includeMatches,ignoreLocation:g=Y.ignoreLocation}={}){if(i.length>_n)throw new Error(x4(_n));const y=i.length,_=n.length,B=Math.max(0,Math.min(d,_));let E=c,A=B;const M=f>1||m,R=M?Array(_):[];let U;for(;(U=n.indexOf(i,A))>-1;){let H=gi(i,{currentLocation:U,expectedLocation:B,distance:s,ignoreLocation:g});if(E=Math.min(H,E),A=U+y,M){let ae=0;for(;ae<y;)R[U+ae]=1,ae+=1}}A=-1;let K=[],Z=1,z=y+_;const W=1<<y-1;for(let H=0;H<y;H+=1){let ae=0,de=z;for(;ae<de;)gi(i,{errors:H,currentLocation:B+de,expectedLocation:B,distance:s,ignoreLocation:g})<=E?ae=de:z=de,de=Math.floor((z-ae)/2+ae);z=de;let ue=Math.max(1,B-de+1),ge=h?_:Math.min(B+de,_)+y,be=Array(ge+2);be[ge+1]=(1<<H)-1;for(let me=ge;me>=ue;me-=1){let Ae=me-1,Ee=r[n.charAt(Ae)];if(M&&(R[Ae]=+!!Ee),be[me]=(be[me+1]<<1|1)&Ee,H&&(be[me]|=(K[me+1]|K[me])<<1|1|K[me+1]),be[me]&W&&(Z=gi(i,{errors:H,currentLocation:Ae,expectedLocation:B,distance:s,ignoreLocation:g}),Z<=E)){if(E=Z,A=Ae,A<=B)break;ue=Math.max(1,2*B-A)}}if(gi(i,{errors:H+1,currentLocation:B,expectedLocation:B,distance:s,ignoreLocation:g})>E)break;K=be}const Q={isMatch:A>=0,score:Math.max(.001,Z)};if(M){const H=T4(R,f);H.length?m&&(Q.indices=H):Q.isMatch=!1}return Q}function R4(n){let i={};for(let r=0,d=n.length;r<d;r+=1){const s=n.charAt(r);i[s]=(i[s]||0)|1<<d-r-1}return i}class cu{constructor(i,{location:r=Y.location,threshold:d=Y.threshold,distance:s=Y.distance,includeMatches:c=Y.includeMatches,findAllMatches:h=Y.findAllMatches,minMatchCharLength:f=Y.minMatchCharLength,isCaseSensitive:m=Y.isCaseSensitive,ignoreLocation:g=Y.ignoreLocation}={}){if(this.options={location:r,threshold:d,distance:s,includeMatches:c,findAllMatches:h,minMatchCharLength:f,isCaseSensitive:m,ignoreLocation:g},this.pattern=m?i:i.toLowerCase(),this.chunks=[],!this.pattern.length)return;const y=(B,E)=>{this.chunks.push({pattern:B,alphabet:R4(B),startIndex:E})},_=this.pattern.length;if(_>_n){let B=0;const E=_%_n,A=_-E;for(;B<A;)y(this.pattern.substr(B,_n),B),B+=_n;if(E){const M=_-_n;y(this.pattern.substr(M),M)}}else y(this.pattern,0)}searchIn(i){const{isCaseSensitive:r,includeMatches:d}=this.options;if(r||(i=i.toLowerCase()),this.pattern===i){let A={isMatch:!0,score:0};return d&&(A.indices=[[0,i.length-1]]),A}const{location:s,distance:c,threshold:h,findAllMatches:f,minMatchCharLength:m,ignoreLocation:g}=this.options;let y=[],_=0,B=!1;this.chunks.forEach(({pattern:A,alphabet:M,startIndex:R})=>{const{isMatch:U,score:K,indices:Z}=M4(i,A,M,{location:s+R,distance:c,threshold:h,findAllMatches:f,minMatchCharLength:m,includeMatches:d,ignoreLocation:g});U&&(B=!0),_+=K,U&&Z&&(y=[...y,...Z])});let E={isMatch:B,score:B?_/this.chunks.length:1};return B&&d&&(E.indices=y),E}}class fn{constructor(i){this.pattern=i}static isMultiMatch(i){return xs(i,this.multiRegex)}static isSingleMatch(i){return xs(i,this.singleRegex)}search(){}}function xs(n,i){const r=n.match(i);return r?r[1]:null}class L4 extends fn{constructor(i){super(i)}static get type(){return"exact"}static get multiRegex(){return/^="(.*)"$/}static get singleRegex(){return/^=(.*)$/}search(i){const r=i===this.pattern;return{isMatch:r,score:r?0:1,indices:[0,this.pattern.length-1]}}}class D4 extends fn{constructor(i){super(i)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(i){const d=i.indexOf(this.pattern)===-1;return{isMatch:d,score:d?0:1,indices:[0,i.length-1]}}}class V4 extends fn{constructor(i){super(i)}static get type(){return"prefix-exact"}static get multiRegex(){return/^\^"(.*)"$/}static get singleRegex(){return/^\^(.*)$/}search(i){const r=i.startsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[0,this.pattern.length-1]}}}class F4 extends fn{constructor(i){super(i)}static get type(){return"inverse-prefix-exact"}static get multiRegex(){return/^!\^"(.*)"$/}static get singleRegex(){return/^!\^(.*)$/}search(i){const r=!i.startsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[0,i.length-1]}}}class U4 extends fn{constructor(i){super(i)}static get type(){return"suffix-exact"}static get multiRegex(){return/^"(.*)"\$$/}static get singleRegex(){return/^(.*)\$$/}search(i){const r=i.endsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[i.length-this.pattern.length,i.length-1]}}}class z4 extends fn{constructor(i){super(i)}static get type(){return"inverse-suffix-exact"}static get multiRegex(){return/^!"(.*)"\$$/}static get singleRegex(){return/^!(.*)\$$/}search(i){const r=!i.endsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[0,i.length-1]}}}class fu extends fn{constructor(i,{location:r=Y.location,threshold:d=Y.threshold,distance:s=Y.distance,includeMatches:c=Y.includeMatches,findAllMatches:h=Y.findAllMatches,minMatchCharLength:f=Y.minMatchCharLength,isCaseSensitive:m=Y.isCaseSensitive,ignoreLocation:g=Y.ignoreLocation}={}){super(i),this._bitapSearch=new cu(i,{location:r,threshold:d,distance:s,includeMatches:c,findAllMatches:h,minMatchCharLength:f,isCaseSensitive:m,ignoreLocation:g})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(i){return this._bitapSearch.searchIn(i)}}class pu extends fn{constructor(i){super(i)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(i){let r=0,d;const s=[],c=this.pattern.length;for(;(d=i.indexOf(this.pattern,r))>-1;)r=d+c,s.push([d,r-1]);const h=!!s.length;return{isMatch:h,score:h?0:1,indices:s}}}const oa=[L4,pu,V4,F4,z4,U4,D4,fu],Cs=oa.length,W4=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,G4="|";function j4(n,i={}){return n.split(G4).map(r=>{let d=r.trim().split(W4).filter(c=>c&&!!c.trim()),s=[];for(let c=0,h=d.length;c<h;c+=1){const f=d[c];let m=!1,g=-1;for(;!m&&++g<Cs;){const y=oa[g];let _=y.isMultiMatch(f);_&&(s.push(new y(_,i)),m=!0)}if(!m)for(g=-1;++g<Cs;){const y=oa[g];let _=y.isSingleMatch(f);if(_){s.push(new y(_,i));break}}}return s})}const q4=new Set([fu.type,pu.type]);class H4{constructor(i,{isCaseSensitive:r=Y.isCaseSensitive,includeMatches:d=Y.includeMatches,minMatchCharLength:s=Y.minMatchCharLength,ignoreLocation:c=Y.ignoreLocation,findAllMatches:h=Y.findAllMatches,location:f=Y.location,threshold:m=Y.threshold,distance:g=Y.distance}={}){this.query=null,this.options={isCaseSensitive:r,includeMatches:d,minMatchCharLength:s,findAllMatches:h,ignoreLocation:c,location:f,threshold:m,distance:g},this.pattern=r?i:i.toLowerCase(),this.query=j4(this.pattern,this.options)}static condition(i,r){return r.useExtendedSearch}searchIn(i){const r=this.query;if(!r)return{isMatch:!1,score:1};const{includeMatches:d,isCaseSensitive:s}=this.options;i=s?i:i.toLowerCase();let c=0,h=[],f=0;for(let m=0,g=r.length;m<g;m+=1){const y=r[m];h.length=0,c=0;for(let _=0,B=y.length;_<B;_+=1){const E=y[_],{isMatch:A,indices:M,score:R}=E.search(i);if(A){if(c+=1,f+=R,d){const U=E.constructor.type;q4.has(U)?h=[...h,...M]:h.push(M)}}else{f=0,c=0,h.length=0;break}}if(c){let _={isMatch:!0,score:f/c};return d&&(_.indices=h),_}}return{isMatch:!1,score:1}}}const aa=[];function K4(...n){aa.push(...n)}function da(n,i){for(let r=0,d=aa.length;r<d;r+=1){let s=aa[r];if(s.condition(n,i))return new s(n,i)}return new cu(n,i)}const wi={AND:"$and",OR:"$or"},la={PATH:"$path",PATTERN:"$val"},sa=n=>!!(n[wi.AND]||n[wi.OR]),Y4=n=>!!n[la.PATH],Z4=n=>!Kt(n)&&du(n)&&!sa(n),_s=n=>({[wi.AND]:Object.keys(n).map(i=>({[i]:n[i]}))});function hu(n,i,{auto:r=!0}={}){const d=s=>{let c=Object.keys(s);const h=Y4(s);if(!h&&c.length>1&&!sa(s))return d(_s(s));if(Z4(s)){const m=h?s[la.PATH]:c[0],g=h?s[la.PATTERN]:s[m];if(!At(g))throw new Error(w4(m));const y={keyId:ia(m),pattern:g};return r&&(y.searcher=da(g,i)),y}let f={children:[],operator:c[0]};return c.forEach(m=>{const g=s[m];Kt(g)&&g.forEach(y=>{f.children.push(d(y))})}),f};return sa(n)||(n=_s(n)),d(n)}function X4(n,{ignoreFieldNorm:i=Y.ignoreFieldNorm}){n.forEach(r=>{let d=1;r.matches.forEach(({key:s,norm:c,score:h})=>{const f=s?s.weight:null;d*=Math.pow(h===0&&f?Number.EPSILON:h,(f||1)*(i?1:c))}),r.score=d})}function J4(n,i){const r=n.matches;i.matches=[],dt(r)&&r.forEach(d=>{if(!dt(d.indices)||!d.indices.length)return;const{indices:s,value:c}=d;let h={indices:s,value:c};d.key&&(h.key=d.key.src),d.idx>-1&&(h.refIndex=d.idx),i.matches.push(h)})}function Q4(n,i){i.score=n.score}function eg(n,i,{includeMatches:r=Y.includeMatches,includeScore:d=Y.includeScore}={}){const s=[];return r&&s.push(J4),d&&s.push(Q4),n.map(c=>{const{idx:h}=c,f={item:i[h],refIndex:h};return s.length&&s.forEach(m=>{m(c,f)}),f})}class Hn{constructor(i,r={},d){this.options={...Y,...r},this.options.useExtendedSearch,this._keyStore=new E4(this.options.keys),this.setCollection(i,d)}setCollection(i,r){if(this._docs=i,r&&!(r instanceof _a))throw new Error(b4);this._myIndex=r||uu(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}add(i){dt(i)&&(this._docs.push(i),this._myIndex.add(i))}remove(i=()=>!1){const r=[];for(let d=0,s=this._docs.length;d<s;d+=1){const c=this._docs[d];i(c,d)&&(this.removeAt(d),d-=1,s-=1,r.push(c))}return r}removeAt(i){this._docs.splice(i,1),this._myIndex.removeAt(i)}getIndex(){return this._myIndex}search(i,{limit:r=-1}={}){const{includeMatches:d,includeScore:s,shouldSort:c,sortFn:h,ignoreFieldNorm:f}=this.options;let m=At(i)?At(this._docs[0])?this._searchStringList(i):this._searchObjectList(i):this._searchLogical(i);return X4(m,{ignoreFieldNorm:f}),c&&m.sort(h),au(r)&&r>-1&&(m=m.slice(0,r)),eg(m,this._docs,{includeMatches:d,includeScore:s})}_searchStringList(i){const r=da(i,this.options),{records:d}=this._myIndex,s=[];return d.forEach(({v:c,i:h,n:f})=>{if(!dt(c))return;const{isMatch:m,score:g,indices:y}=r.searchIn(c);m&&s.push({item:c,idx:h,matches:[{score:g,value:c,norm:f,indices:y}]})}),s}_searchLogical(i){const r=hu(i,this.options),d=(f,m,g)=>{if(!f.children){const{keyId:_,searcher:B}=f,E=this._findMatches({key:this._keyStore.get(_),value:this._myIndex.getValueForItemAtKeyId(m,_),searcher:B});return E&&E.length?[{idx:g,item:m,matches:E}]:[]}const y=[];for(let _=0,B=f.children.length;_<B;_+=1){const E=f.children[_],A=d(E,m,g);if(A.length)y.push(...A);else if(f.operator===wi.AND)return[]}return y},s=this._myIndex.records,c={},h=[];return s.forEach(({$:f,i:m})=>{if(dt(f)){let g=d(r,f,m);g.length&&(c[m]||(c[m]={idx:m,item:f,matches:[]},h.push(c[m])),g.forEach(({matches:y})=>{c[m].matches.push(...y)}))}}),h}_searchObjectList(i){const r=da(i,this.options),{keys:d,records:s}=this._myIndex,c=[];return s.forEach(({$:h,i:f})=>{if(!dt(h))return;let m=[];d.forEach((g,y)=>{m.push(...this._findMatches({key:g,value:h[y],searcher:r}))}),m.length&&c.push({idx:f,item:h,matches:m})}),c}_findMatches({key:i,value:r,searcher:d}){if(!dt(r))return[];let s=[];if(Kt(r))r.forEach(({v:c,i:h,n:f})=>{if(!dt(c))return;const{isMatch:m,score:g,indices:y}=d.searchIn(c);m&&s.push({score:g,key:i,value:c,idx:h,norm:f,indices:y})});else{const{v:c,n:h}=r,{isMatch:f,score:m,indices:g}=d.searchIn(c);f&&s.push({score:m,key:i,value:c,norm:h,indices:g})}return s}}Hn.version="6.6.2";Hn.createIndex=uu;Hn.parseIndex=P4;Hn.config=Y;Hn.parseQuery=hu;K4(H4);var pr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function tg(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var xi={exports:{}};/**
3
+ https://vue-select.org/api/props.html#getoptionkey`,n,i)}}},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(n,i,r){return(i||"").toLocaleLowerCase().indexOf(r.toLocaleLowerCase())>-1}},filter:{type:Function,default(n,i){return n.filter(r=>{let d=this.getOptionLabel(r);return typeof d=="number"&&(d=d.toString()),this.filterBy(r,d,i)})}},createOption:{type:Function,default(n){return typeof this.optionList[0]=="object"?{[this.label]:n}:n}},resetOnOptionsChange:{default:!1,validator:n=>["function","boolean"].includes(typeof n)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:n,multiple:i}){return n&&!i}},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:(n,i)=>n},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(n,i,{width:r,top:d,left:s}){n.style.top=d,n.style.left=s,n.style.width=r}},dropdownShouldOpen:{type:Function,default({noDrop:n,open:i,mutableLoading:r}){return n?!1:i&&!r}},uid:{type:[String,Number],default:()=>Kh()}},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 n=this.modelValue;return this.isTrackingValues&&(n=this.$data._value),n!=null&&n!==""?[].concat(n):[]},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 n={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:Un({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:i=>this.search=i.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:n,listFooter:n,header:ss(Un({},n),{deselect:this.deselect}),footer:ss(Un({},n),{deselect:this.deselect})}},childComponents(){return Un(Un({},us),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 n=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return n;const i=this.search.length?this.filter(n,this.search,this):n;if(this.taggable&&this.search.length){const r=this.createOption(this.search);this.optionExists(r)||i.unshift(r)}return i},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(n,i){const r=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(n,i,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&r()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(n){this.isTrackingValues&&this.setInternalValueFromOptions(n)}},multiple(){this.clearSelection()},open(n){this.$emit(n?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(n){Array.isArray(n)?this.$data._value=n.map(i=>this.findOptionFromReducedValue(i)):this.$data._value=this.findOptionFromReducedValue(n)},select(n){this.$emit("option:selecting",n),this.isOptionSelected(n)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(n):(this.taggable&&!this.optionExists(n)&&(this.$emit("option:created",n),this.pushTag(n)),this.multiple&&(n=this.selectedValue.concat(n)),this.updateValue(n),this.$emit("option:selected",n)),this.onAfterSelect(n)},deselect(n){this.$emit("option:deselecting",n),this.updateValue(this.selectedValue.filter(i=>!this.optionComparator(i,n))),this.$emit("option:deselected",n)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(n){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(n){typeof this.modelValue>"u"&&(this.$data._value=n),n!==null&&(Array.isArray(n)?n=n.map(i=>this.reduce(i)):n=this.reduce(n)),this.$emit("update:modelValue",n)},toggleDropdown(n){const i=n.target!==this.searchEl;i&&n.preventDefault();const r=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||r.filter(Boolean).some(d=>d.contains(n.target)||d===n.target)){n.preventDefault();return}this.open&&i?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(n){return this.selectedValue.some(i=>this.optionComparator(i,n))},isOptionDeselectable(n){return this.isOptionSelected(n)&&this.deselectFromDropdown},optionComparator(n,i){return this.getOptionKey(n)===this.getOptionKey(i)},findOptionFromReducedValue(n){const i=d=>JSON.stringify(this.reduce(d))===JSON.stringify(n),r=[...this.options,...this.pushedTags].filter(i);return r.length===1?r[0]:r.find(d=>this.optionComparator(d,this.$data._value))||n},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let n=null;this.multiple&&(n=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(n)}},optionExists(n){return this.optionList.some(i=>this.optionComparator(i,n))},normalizeOptionForSlot(n){return typeof n=="object"?n:{[this.label]:n}},pushTag(n){this.pushedTags.push(n)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:n,multiple:i}=this;this.clearSearchOnBlur({clearSearchOnSelect:n,multiple:i})&&(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(n){const i=s=>(s.preventDefault(),!this.isComposing&&this.typeAheadSelect()),r={8:s=>this.maybeDeleteValue(),9:s=>this.onTab(),27:s=>this.onEscape(),38:s=>(s.preventDefault(),this.typeAheadUp()),40:s=>(s.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(s=>r[s]=i);const d=this.mapKeydown(r,this);if(typeof d[n.keyCode]=="function")return d[n.keyCode](n)}}},Zh=["dir"],Xh=["id","aria-expanded","aria-owns"],Jh={ref:"selectedOptions",class:"vs__selected-options"},Qh=["disabled","title","aria-label","onClick"],e$={ref:"actions",class:"vs__actions"},t$=["disabled"],n$={class:"vs__spinner"},r$=["id"],i$=["id","aria-selected","onMouseover","onClick"],o$={key:0,class:"vs__no-options"},a$=a.createTextVNode(" Sorry, no matching options. "),d$=["id"];function l$(n,i,r,d,s,c){const h=a.resolveDirective("append-to-body");return a.openBlock(),a.createElementBlock("div",{dir:r.dir,class:a.normalizeClass(["v-select",c.stateClasses])},[a.renderSlot(n.$slots,"header",a.normalizeProps(a.guardReactiveProps(c.scope.header))),a.createElementVNode("div",{id:`vs${r.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":c.dropdownOpen.toString(),"aria-owns":`vs${r.uid}__listbox`,"aria-label":"Search for option",onMousedown:i[1]||(i[1]=f=>c.toggleDropdown(f))},[a.createElementVNode("div",Jh,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(c.selectedValue,(f,m)=>a.renderSlot(n.$slots,"selected-option-container",{option:c.normalizeOptionForSlot(f),deselect:c.deselect,multiple:r.multiple,disabled:r.disabled},()=>[(a.openBlock(),a.createElementBlock("span",{key:r.getOptionKey(f),class:"vs__selected"},[a.renderSlot(n.$slots,"selected-option",a.normalizeProps(a.guardReactiveProps(c.normalizeOptionForSlot(f))),()=>[a.createTextVNode(a.toDisplayString(r.getOptionLabel(f)),1)]),r.multiple?(a.openBlock(),a.createElementBlock("button",{key:0,ref_for:!0,ref:g=>s.deselectButtons[m]=g,disabled:r.disabled,type:"button",class:"vs__deselect",title:`Deselect ${r.getOptionLabel(f)}`,"aria-label":`Deselect ${r.getOptionLabel(f)}`,onClick:g=>c.deselect(f)},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(c.childComponents.Deselect)))],8,Qh)):a.createCommentVNode("",!0)]))])),256)),a.renderSlot(n.$slots,"search",a.normalizeProps(a.guardReactiveProps(c.scope.search)),()=>[a.createElementVNode("input",a.mergeProps({class:"vs__search"},c.scope.search.attributes,a.toHandlers(c.scope.search.events)),null,16)])],512),a.createElementVNode("div",e$,[a.withDirectives(a.createElementVNode("button",{ref:"clearButton",disabled:r.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:i[0]||(i[0]=(...f)=>c.clearSelection&&c.clearSelection(...f))},[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(c.childComponents.Deselect)))],8,t$),[[a.vShow,c.showClearButton]]),a.renderSlot(n.$slots,"open-indicator",a.normalizeProps(a.guardReactiveProps(c.scope.openIndicator)),()=>[r.noDrop?a.createCommentVNode("",!0):(a.openBlock(),a.createBlock(a.resolveDynamicComponent(c.childComponents.OpenIndicator),a.normalizeProps(a.mergeProps({key:0},c.scope.openIndicator.attributes)),null,16))]),a.renderSlot(n.$slots,"spinner",a.normalizeProps(a.guardReactiveProps(c.scope.spinner)),()=>[a.withDirectives(a.createElementVNode("div",n$,"Loading...",512),[[a.vShow,n.mutableLoading]])])],512)],40,Xh),a.createVNode(a.Transition,{name:r.transition},{default:a.withCtx(()=>[c.dropdownOpen?a.withDirectives((a.openBlock(),a.createElementBlock("ul",{id:`vs${r.uid}__listbox`,ref:"dropdownMenu",key:`vs${r.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:i[2]||(i[2]=a.withModifiers((...f)=>c.onMousedown&&c.onMousedown(...f),["prevent"])),onMouseup:i[3]||(i[3]=(...f)=>c.onMouseUp&&c.onMouseUp(...f))},[a.renderSlot(n.$slots,"list-header",a.normalizeProps(a.guardReactiveProps(c.scope.listHeader))),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(c.filteredOptions,(f,m)=>(a.openBlock(),a.createElementBlock("li",{id:`vs${r.uid}__option-${m}`,key:r.getOptionKey(f),role:"option",class:a.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":c.isOptionDeselectable(f)&&m===n.typeAheadPointer,"vs__dropdown-option--selected":c.isOptionSelected(f),"vs__dropdown-option--highlight":m===n.typeAheadPointer,"vs__dropdown-option--disabled":!r.selectable(f)}]),"aria-selected":m===n.typeAheadPointer?!0:null,onMouseover:g=>r.selectable(f)?n.typeAheadPointer=m:null,onClick:a.withModifiers(g=>r.selectable(f)?c.select(f):null,["prevent","stop"])},[a.renderSlot(n.$slots,"option",a.normalizeProps(a.guardReactiveProps(c.normalizeOptionForSlot(f))),()=>[a.createTextVNode(a.toDisplayString(r.getOptionLabel(f)),1)])],42,i$))),128)),c.filteredOptions.length===0?(a.openBlock(),a.createElementBlock("li",o$,[a.renderSlot(n.$slots,"no-options",a.normalizeProps(a.guardReactiveProps(c.scope.noOptions)),()=>[a$])])):a.createCommentVNode("",!0),a.renderSlot(n.$slots,"list-footer",a.normalizeProps(a.guardReactiveProps(c.scope.listFooter)))],40,r$)),[[h]]):(a.openBlock(),a.createElementBlock("ul",{key:1,id:`vs${r.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,d$))]),_:3},8,["name"]),a.renderSlot(n.$slots,"footer",a.normalizeProps(a.guardReactiveProps(c.scope.footer)))],10,Zh)}const Zs=ga(Yh,[["render",l$]]);var Ze="top",yt="bottom",bt="right",Xe="left",ma="auto",xr=[Ze,yt,bt,Xe],Wn="start",vr="end",s$="clippingParents",Xs="viewport",fr="popper",u$="reference",cs=xr.reduce(function(n,i){return n.concat([i+"-"+Wn,i+"-"+vr])},[]),Js=[].concat(xr,[ma]).reduce(function(n,i){return n.concat([i,i+"-"+Wn,i+"-"+vr])},[]),c$="beforeRead",f$="read",p$="afterRead",h$="beforeMain",$$="main",g$="afterMain",m$="beforeWrite",v$="write",y$="afterWrite",b$=[c$,f$,p$,h$,$$,g$,m$,v$,y$];function Pt(n){return n?(n.nodeName||"").toLowerCase():null}function lt(n){if(n==null)return window;if(n.toString()!=="[object Window]"){var i=n.ownerDocument;return i&&i.defaultView||window}return n}function Sn(n){var i=lt(n).Element;return n instanceof i||n instanceof Element}function vt(n){var i=lt(n).HTMLElement;return n instanceof i||n instanceof HTMLElement}function va(n){if(typeof ShadowRoot>"u")return!1;var i=lt(n).ShadowRoot;return n instanceof i||n instanceof ShadowRoot}function w$(n){var i=n.state;Object.keys(i.elements).forEach(function(r){var d=i.styles[r]||{},s=i.attributes[r]||{},c=i.elements[r];!vt(c)||!Pt(c)||(Object.assign(c.style,d),Object.keys(s).forEach(function(h){var f=s[h];f===!1?c.removeAttribute(h):c.setAttribute(h,f===!0?"":f)}))})}function x$(n){var i=n.state,r={popper:{position:i.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(i.elements.popper.style,r.popper),i.styles=r,i.elements.arrow&&Object.assign(i.elements.arrow.style,r.arrow),function(){Object.keys(i.elements).forEach(function(d){var s=i.elements[d],c=i.attributes[d]||{},h=Object.keys(i.styles.hasOwnProperty(d)?i.styles[d]:r[d]),f=h.reduce(function(m,g){return m[g]="",m},{});!vt(s)||!Pt(s)||(Object.assign(s.style,f),Object.keys(c).forEach(function(m){s.removeAttribute(m)}))})}}const C$={name:"applyStyles",enabled:!0,phase:"write",fn:w$,effect:x$,requires:["computeStyles"]};function It(n){return n.split("-")[0]}var En=Math.max,bi=Math.min,Gn=Math.round;function na(){var n=navigator.userAgentData;return n!=null&&n.brands&&Array.isArray(n.brands)?n.brands.map(function(i){return i.brand+"/"+i.version}).join(" "):navigator.userAgent}function Qs(){return!/^((?!chrome|android).)*safari/i.test(na())}function jn(n,i,r){i===void 0&&(i=!1),r===void 0&&(r=!1);var d=n.getBoundingClientRect(),s=1,c=1;i&&vt(n)&&(s=n.offsetWidth>0&&Gn(d.width)/n.offsetWidth||1,c=n.offsetHeight>0&&Gn(d.height)/n.offsetHeight||1);var h=Sn(n)?lt(n):window,f=h.visualViewport,m=!Qs()&&r,g=(d.left+(m&&f?f.offsetLeft:0))/s,y=(d.top+(m&&f?f.offsetTop:0))/c,_=d.width/s,N=d.height/c;return{width:_,height:N,top:y,right:g+_,bottom:y+N,left:g,x:g,y}}function ya(n){var i=jn(n),r=n.offsetWidth,d=n.offsetHeight;return Math.abs(i.width-r)<=1&&(r=i.width),Math.abs(i.height-d)<=1&&(d=i.height),{x:n.offsetLeft,y:n.offsetTop,width:r,height:d}}function eu(n,i){var r=i.getRootNode&&i.getRootNode();if(n.contains(i))return!0;if(r&&va(r)){var d=i;do{if(d&&n.isSameNode(d))return!0;d=d.parentNode||d.host}while(d)}return!1}function Ht(n){return lt(n).getComputedStyle(n)}function _$(n){return["table","td","th"].indexOf(Pt(n))>=0}function cn(n){return((Sn(n)?n.ownerDocument:n.document)||window.document).documentElement}function Ei(n){return Pt(n)==="html"?n:n.assignedSlot||n.parentNode||(va(n)?n.host:null)||cn(n)}function fs(n){return!vt(n)||Ht(n).position==="fixed"?null:n.offsetParent}function E$(n){var i=/firefox/i.test(na()),r=/Trident/i.test(na());if(r&&vt(n)){var d=Ht(n);if(d.position==="fixed")return null}var s=Ei(n);for(va(s)&&(s=s.host);vt(s)&&["html","body"].indexOf(Pt(s))<0;){var c=Ht(s);if(c.transform!=="none"||c.perspective!=="none"||c.contain==="paint"||["transform","perspective"].indexOf(c.willChange)!==-1||i&&c.willChange==="filter"||i&&c.filter&&c.filter!=="none")return s;s=s.parentNode}return null}function Cr(n){for(var i=lt(n),r=fs(n);r&&_$(r)&&Ht(r).position==="static";)r=fs(r);return r&&(Pt(r)==="html"||Pt(r)==="body"&&Ht(r).position==="static")?i:r||E$(n)||i}function ba(n){return["top","bottom"].indexOf(n)>=0?"x":"y"}function gr(n,i,r){return En(n,bi(i,r))}function S$(n,i,r){var d=gr(n,i,r);return d>r?r:d}function tu(){return{top:0,right:0,bottom:0,left:0}}function nu(n){return Object.assign({},tu(),n)}function ru(n,i){return i.reduce(function(r,d){return r[d]=n,r},{})}var O$=function(i,r){return i=typeof i=="function"?i(Object.assign({},r.rects,{placement:r.placement})):i,nu(typeof i!="number"?i:ru(i,xr))};function N$(n){var i,r=n.state,d=n.name,s=n.options,c=r.elements.arrow,h=r.modifiersData.popperOffsets,f=It(r.placement),m=ba(f),g=[Xe,bt].indexOf(f)>=0,y=g?"height":"width";if(!(!c||!h)){var _=O$(s.padding,r),N=ya(c),k=m==="y"?Ze:Xe,B=m==="y"?yt:bt,M=r.rects.reference[y]+r.rects.reference[m]-h[m]-r.rects.popper[y],L=h[m]-r.rects.reference[m],V=Cr(c),K=V?m==="y"?V.clientHeight||0:V.clientWidth||0:0,Z=M/2-L/2,z=_[k],W=K-N[y]-_[B],Q=K/2-N[y]/2+Z,H=gr(z,Q,W),ae=m;r.modifiersData[d]=(i={},i[ae]=H,i.centerOffset=H-Q,i)}}function B$(n){var i=n.state,r=n.options,d=r.element,s=d===void 0?"[data-popper-arrow]":d;s!=null&&(typeof s=="string"&&(s=i.elements.popper.querySelector(s),!s)||eu(i.elements.popper,s)&&(i.elements.arrow=s))}const k$={name:"arrow",enabled:!0,phase:"main",fn:N$,effect:B$,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function qn(n){return n.split("-")[1]}var A$={top:"auto",right:"auto",bottom:"auto",left:"auto"};function I$(n,i){var r=n.x,d=n.y,s=i.devicePixelRatio||1;return{x:Gn(r*s)/s||0,y:Gn(d*s)/s||0}}function ps(n){var i,r=n.popper,d=n.popperRect,s=n.placement,c=n.variation,h=n.offsets,f=n.position,m=n.gpuAcceleration,g=n.adaptive,y=n.roundOffsets,_=n.isFixed,N=h.x,k=N===void 0?0:N,B=h.y,M=B===void 0?0:B,L=typeof y=="function"?y({x:k,y:M}):{x:k,y:M};k=L.x,M=L.y;var V=h.hasOwnProperty("x"),K=h.hasOwnProperty("y"),Z=Xe,z=Ze,W=window;if(g){var Q=Cr(r),H="clientHeight",ae="clientWidth";if(Q===lt(r)&&(Q=cn(r),Ht(Q).position!=="static"&&f==="absolute"&&(H="scrollHeight",ae="scrollWidth")),Q=Q,s===Ze||(s===Xe||s===bt)&&c===vr){z=yt;var de=_&&Q===W&&W.visualViewport?W.visualViewport.height:Q[H];M-=de-d.height,M*=m?1:-1}if(s===Xe||(s===Ze||s===yt)&&c===vr){Z=bt;var ue=_&&Q===W&&W.visualViewport?W.visualViewport.width:Q[ae];k-=ue-d.width,k*=m?1:-1}}var ge=Object.assign({position:f},g&&A$),be=y===!0?I$({x:k,y:M},lt(r)):{x:k,y:M};if(k=be.x,M=be.y,m){var _e;return Object.assign({},ge,(_e={},_e[z]=K?"0":"",_e[Z]=V?"0":"",_e.transform=(W.devicePixelRatio||1)<=1?"translate("+k+"px, "+M+"px)":"translate3d("+k+"px, "+M+"px, 0)",_e))}return Object.assign({},ge,(i={},i[z]=K?M+"px":"",i[Z]=V?k+"px":"",i.transform="",i))}function P$(n){var i=n.state,r=n.options,d=r.gpuAcceleration,s=d===void 0?!0:d,c=r.adaptive,h=c===void 0?!0:c,f=r.roundOffsets,m=f===void 0?!0:f,g={placement:It(i.placement),variation:qn(i.placement),popper:i.elements.popper,popperRect:i.rects.popper,gpuAcceleration:s,isFixed:i.options.strategy==="fixed"};i.modifiersData.popperOffsets!=null&&(i.styles.popper=Object.assign({},i.styles.popper,ps(Object.assign({},g,{offsets:i.modifiersData.popperOffsets,position:i.options.strategy,adaptive:h,roundOffsets:m})))),i.modifiersData.arrow!=null&&(i.styles.arrow=Object.assign({},i.styles.arrow,ps(Object.assign({},g,{offsets:i.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:m})))),i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-placement":i.placement})}const T$={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:P$,data:{}};var $i={passive:!0};function M$(n){var i=n.state,r=n.instance,d=n.options,s=d.scroll,c=s===void 0?!0:s,h=d.resize,f=h===void 0?!0:h,m=lt(i.elements.popper),g=[].concat(i.scrollParents.reference,i.scrollParents.popper);return c&&g.forEach(function(y){y.addEventListener("scroll",r.update,$i)}),f&&m.addEventListener("resize",r.update,$i),function(){c&&g.forEach(function(y){y.removeEventListener("scroll",r.update,$i)}),f&&m.removeEventListener("resize",r.update,$i)}}const R$={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:M$,data:{}};var L$={left:"right",right:"left",bottom:"top",top:"bottom"};function mi(n){return n.replace(/left|right|bottom|top/g,function(i){return L$[i]})}var D$={start:"end",end:"start"};function hs(n){return n.replace(/start|end/g,function(i){return D$[i]})}function wa(n){var i=lt(n),r=i.pageXOffset,d=i.pageYOffset;return{scrollLeft:r,scrollTop:d}}function xa(n){return jn(cn(n)).left+wa(n).scrollLeft}function V$(n,i){var r=lt(n),d=cn(n),s=r.visualViewport,c=d.clientWidth,h=d.clientHeight,f=0,m=0;if(s){c=s.width,h=s.height;var g=Qs();(g||!g&&i==="fixed")&&(f=s.offsetLeft,m=s.offsetTop)}return{width:c,height:h,x:f+xa(n),y:m}}function F$(n){var i,r=cn(n),d=wa(n),s=(i=n.ownerDocument)==null?void 0:i.body,c=En(r.scrollWidth,r.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),h=En(r.scrollHeight,r.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),f=-d.scrollLeft+xa(n),m=-d.scrollTop;return Ht(s||r).direction==="rtl"&&(f+=En(r.clientWidth,s?s.clientWidth:0)-c),{width:c,height:h,x:f,y:m}}function Ca(n){var i=Ht(n),r=i.overflow,d=i.overflowX,s=i.overflowY;return/auto|scroll|overlay|hidden/.test(r+s+d)}function iu(n){return["html","body","#document"].indexOf(Pt(n))>=0?n.ownerDocument.body:vt(n)&&Ca(n)?n:iu(Ei(n))}function mr(n,i){var r;i===void 0&&(i=[]);var d=iu(n),s=d===((r=n.ownerDocument)==null?void 0:r.body),c=lt(d),h=s?[c].concat(c.visualViewport||[],Ca(d)?d:[]):d,f=i.concat(h);return s?f:f.concat(mr(Ei(h)))}function ra(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.width,bottom:n.y+n.height})}function U$(n,i){var r=jn(n,!1,i==="fixed");return r.top=r.top+n.clientTop,r.left=r.left+n.clientLeft,r.bottom=r.top+n.clientHeight,r.right=r.left+n.clientWidth,r.width=n.clientWidth,r.height=n.clientHeight,r.x=r.left,r.y=r.top,r}function $s(n,i,r){return i===Xs?ra(V$(n,r)):Sn(i)?U$(i,r):ra(F$(cn(n)))}function z$(n){var i=mr(Ei(n)),r=["absolute","fixed"].indexOf(Ht(n).position)>=0,d=r&&vt(n)?Cr(n):n;return Sn(d)?i.filter(function(s){return Sn(s)&&eu(s,d)&&Pt(s)!=="body"}):[]}function W$(n,i,r,d){var s=i==="clippingParents"?z$(n):[].concat(i),c=[].concat(s,[r]),h=c[0],f=c.reduce(function(m,g){var y=$s(n,g,d);return m.top=En(y.top,m.top),m.right=bi(y.right,m.right),m.bottom=bi(y.bottom,m.bottom),m.left=En(y.left,m.left),m},$s(n,h,d));return f.width=f.right-f.left,f.height=f.bottom-f.top,f.x=f.left,f.y=f.top,f}function ou(n){var i=n.reference,r=n.element,d=n.placement,s=d?It(d):null,c=d?qn(d):null,h=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,m;switch(s){case Ze:m={x:h,y:i.y-r.height};break;case yt:m={x:h,y:i.y+i.height};break;case bt:m={x:i.x+i.width,y:f};break;case Xe:m={x:i.x-r.width,y:f};break;default:m={x:i.x,y:i.y}}var g=s?ba(s):null;if(g!=null){var y=g==="y"?"height":"width";switch(c){case Wn:m[g]=m[g]-(i[y]/2-r[y]/2);break;case vr:m[g]=m[g]+(i[y]/2-r[y]/2);break}}return m}function yr(n,i){i===void 0&&(i={});var r=i,d=r.placement,s=d===void 0?n.placement:d,c=r.strategy,h=c===void 0?n.strategy:c,f=r.boundary,m=f===void 0?s$:f,g=r.rootBoundary,y=g===void 0?Xs:g,_=r.elementContext,N=_===void 0?fr:_,k=r.altBoundary,B=k===void 0?!1:k,M=r.padding,L=M===void 0?0:M,V=nu(typeof L!="number"?L:ru(L,xr)),K=N===fr?u$:fr,Z=n.rects.popper,z=n.elements[B?K:N],W=W$(Sn(z)?z:z.contextElement||cn(n.elements.popper),m,y,h),Q=jn(n.elements.reference),H=ou({reference:Q,element:Z,strategy:"absolute",placement:s}),ae=ra(Object.assign({},Z,H)),de=N===fr?ae:Q,ue={top:W.top-de.top+V.top,bottom:de.bottom-W.bottom+V.bottom,left:W.left-de.left+V.left,right:de.right-W.right+V.right},ge=n.modifiersData.offset;if(N===fr&&ge){var be=ge[s];Object.keys(ue).forEach(function(_e){var me=[bt,yt].indexOf(_e)>=0?1:-1,Ae=[Ze,yt].indexOf(_e)>=0?"y":"x";ue[_e]+=be[Ae]*me})}return ue}function G$(n,i){i===void 0&&(i={});var r=i,d=r.placement,s=r.boundary,c=r.rootBoundary,h=r.padding,f=r.flipVariations,m=r.allowedAutoPlacements,g=m===void 0?Js:m,y=qn(d),_=y?f?cs:cs.filter(function(B){return qn(B)===y}):xr,N=_.filter(function(B){return g.indexOf(B)>=0});N.length===0&&(N=_);var k=N.reduce(function(B,M){return B[M]=yr(n,{placement:M,boundary:s,rootBoundary:c,padding:h})[It(M)],B},{});return Object.keys(k).sort(function(B,M){return k[B]-k[M]})}function j$(n){if(It(n)===ma)return[];var i=mi(n);return[hs(n),i,hs(i)]}function q$(n){var i=n.state,r=n.options,d=n.name;if(!i.modifiersData[d]._skip){for(var s=r.mainAxis,c=s===void 0?!0:s,h=r.altAxis,f=h===void 0?!0:h,m=r.fallbackPlacements,g=r.padding,y=r.boundary,_=r.rootBoundary,N=r.altBoundary,k=r.flipVariations,B=k===void 0?!0:k,M=r.allowedAutoPlacements,L=i.options.placement,V=It(L),K=V===L,Z=m||(K||!B?[mi(L)]:j$(L)),z=[L].concat(Z).reduce(function(ne,P){return ne.concat(It(P)===ma?G$(i,{placement:P,boundary:y,rootBoundary:_,padding:g,flipVariations:B,allowedAutoPlacements:M}):P)},[]),W=i.rects.reference,Q=i.rects.popper,H=new Map,ae=!0,de=z[0],ue=0;ue<z.length;ue++){var ge=z[ue],be=It(ge),_e=qn(ge)===Wn,me=[Ze,yt].indexOf(be)>=0,Ae=me?"width":"height",Ee=yr(i,{placement:ge,boundary:y,rootBoundary:_,altBoundary:N,padding:g}),we=me?_e?bt:Xe:_e?yt:Ze;W[Ae]>Q[Ae]&&(we=mi(we));var Te=mi(we),Je=[];if(c&&Je.push(Ee[be]<=0),f&&Je.push(Ee[we]<=0,Ee[Te]<=0),Je.every(function(ne){return ne})){de=ge,ae=!1;break}H.set(ge,Je)}if(ae)for(var Fe=B?3:1,Ie=function(P){var F=z.find(function(X){var he=H.get(X);if(he)return he.slice(0,P).every(function(wt){return wt})});if(F)return de=F,"break"},I=Fe;I>0;I--){var T=Ie(I);if(T==="break")break}i.placement!==de&&(i.modifiersData[d]._skip=!0,i.placement=de,i.reset=!0)}}const H$={name:"flip",enabled:!0,phase:"main",fn:q$,requiresIfExists:["offset"],data:{_skip:!1}};function gs(n,i,r){return r===void 0&&(r={x:0,y:0}),{top:n.top-i.height-r.y,right:n.right-i.width+r.x,bottom:n.bottom-i.height+r.y,left:n.left-i.width-r.x}}function ms(n){return[Ze,bt,yt,Xe].some(function(i){return n[i]>=0})}function K$(n){var i=n.state,r=n.name,d=i.rects.reference,s=i.rects.popper,c=i.modifiersData.preventOverflow,h=yr(i,{elementContext:"reference"}),f=yr(i,{altBoundary:!0}),m=gs(h,d),g=gs(f,s,c),y=ms(m),_=ms(g);i.modifiersData[r]={referenceClippingOffsets:m,popperEscapeOffsets:g,isReferenceHidden:y,hasPopperEscaped:_},i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-reference-hidden":y,"data-popper-escaped":_})}const Y$={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:K$};function Z$(n,i,r){var d=It(n),s=[Xe,Ze].indexOf(d)>=0?-1:1,c=typeof r=="function"?r(Object.assign({},i,{placement:n})):r,h=c[0],f=c[1];return h=h||0,f=(f||0)*s,[Xe,bt].indexOf(d)>=0?{x:f,y:h}:{x:h,y:f}}function X$(n){var i=n.state,r=n.options,d=n.name,s=r.offset,c=s===void 0?[0,0]:s,h=Js.reduce(function(y,_){return y[_]=Z$(_,i.rects,c),y},{}),f=h[i.placement],m=f.x,g=f.y;i.modifiersData.popperOffsets!=null&&(i.modifiersData.popperOffsets.x+=m,i.modifiersData.popperOffsets.y+=g),i.modifiersData[d]=h}const J$={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:X$};function Q$(n){var i=n.state,r=n.name;i.modifiersData[r]=ou({reference:i.rects.reference,element:i.rects.popper,strategy:"absolute",placement:i.placement})}const e4={name:"popperOffsets",enabled:!0,phase:"read",fn:Q$,data:{}};function t4(n){return n==="x"?"y":"x"}function n4(n){var i=n.state,r=n.options,d=n.name,s=r.mainAxis,c=s===void 0?!0:s,h=r.altAxis,f=h===void 0?!1:h,m=r.boundary,g=r.rootBoundary,y=r.altBoundary,_=r.padding,N=r.tether,k=N===void 0?!0:N,B=r.tetherOffset,M=B===void 0?0:B,L=yr(i,{boundary:m,rootBoundary:g,padding:_,altBoundary:y}),V=It(i.placement),K=qn(i.placement),Z=!K,z=ba(V),W=t4(z),Q=i.modifiersData.popperOffsets,H=i.rects.reference,ae=i.rects.popper,de=typeof M=="function"?M(Object.assign({},i.rects,{placement:i.placement})):M,ue=typeof de=="number"?{mainAxis:de,altAxis:de}:Object.assign({mainAxis:0,altAxis:0},de),ge=i.modifiersData.offset?i.modifiersData.offset[i.placement]:null,be={x:0,y:0};if(Q){if(c){var _e,me=z==="y"?Ze:Xe,Ae=z==="y"?yt:bt,Ee=z==="y"?"height":"width",we=Q[z],Te=we+L[me],Je=we-L[Ae],Fe=k?-ae[Ee]/2:0,Ie=K===Wn?H[Ee]:ae[Ee],I=K===Wn?-ae[Ee]:-H[Ee],T=i.elements.arrow,ne=k&&T?ya(T):{width:0,height:0},P=i.modifiersData["arrow#persistent"]?i.modifiersData["arrow#persistent"].padding:tu(),F=P[me],X=P[Ae],he=gr(0,H[Ee],ne[Ee]),wt=Z?H[Ee]/2-Fe-he-F-ue.mainAxis:Ie-he-F-ue.mainAxis,Kn=Z?-H[Ee]/2+Fe+he+X+ue.mainAxis:I+he+X+ue.mainAxis,Ot=i.elements.arrow&&Cr(i.elements.arrow),Xt=Ot?z==="y"?Ot.clientTop||0:Ot.clientLeft||0:0,Yn=(_e=ge==null?void 0:ge[z])!=null?_e:0,Qe=we+wt-Yn-Xt,pn=we+Kn-Yn,_r=gr(k?bi(Te,Qe):Te,we,k?En(Je,pn):Je);Q[z]=_r,be[z]=_r-we}if(f){var st,Er=z==="x"?Ze:Xe,Ni=z==="x"?yt:bt,et=Q[W],Le=W==="y"?"height":"width",Jt=et+L[Er],hn=et-L[Ni],Zn=[Ze,Xe].indexOf(V)!==-1,Qt=(st=ge==null?void 0:ge[W])!=null?st:0,Sr=Zn?Jt:et-H[Le]-ae[Le]-Qt+ue.altAxis,en=Zn?et+H[Le]+ae[Le]-Qt-ue.altAxis:hn,Mt=k&&Zn?S$(Sr,et,en):gr(k?Sr:Jt,et,k?en:hn);Q[W]=Mt,be[W]=Mt-et}i.modifiersData[d]=be}}const r4={name:"preventOverflow",enabled:!0,phase:"main",fn:n4,requiresIfExists:["offset"]};function i4(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}}function o4(n){return n===lt(n)||!vt(n)?wa(n):i4(n)}function a4(n){var i=n.getBoundingClientRect(),r=Gn(i.width)/n.offsetWidth||1,d=Gn(i.height)/n.offsetHeight||1;return r!==1||d!==1}function d4(n,i,r){r===void 0&&(r=!1);var d=vt(i),s=vt(i)&&a4(i),c=cn(i),h=jn(n,s,r),f={scrollLeft:0,scrollTop:0},m={x:0,y:0};return(d||!d&&!r)&&((Pt(i)!=="body"||Ca(c))&&(f=o4(i)),vt(i)?(m=jn(i,!0),m.x+=i.clientLeft,m.y+=i.clientTop):c&&(m.x=xa(c))),{x:h.left+f.scrollLeft-m.x,y:h.top+f.scrollTop-m.y,width:h.width,height:h.height}}function l4(n){var i=new Map,r=new Set,d=[];n.forEach(function(c){i.set(c.name,c)});function s(c){r.add(c.name);var h=[].concat(c.requires||[],c.requiresIfExists||[]);h.forEach(function(f){if(!r.has(f)){var m=i.get(f);m&&s(m)}}),d.push(c)}return n.forEach(function(c){r.has(c.name)||s(c)}),d}function s4(n){var i=l4(n);return b$.reduce(function(r,d){return r.concat(i.filter(function(s){return s.phase===d}))},[])}function u4(n){var i;return function(){return i||(i=new Promise(function(r){Promise.resolve().then(function(){i=void 0,r(n())})})),i}}function c4(n){var i=n.reduce(function(r,d){var s=r[d.name];return r[d.name]=s?Object.assign({},s,d,{options:Object.assign({},s.options,d.options),data:Object.assign({},s.data,d.data)}):d,r},{});return Object.keys(i).map(function(r){return i[r]})}var vs={placement:"bottom",modifiers:[],strategy:"absolute"};function ys(){for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return!i.some(function(d){return!(d&&typeof d.getBoundingClientRect=="function")})}function f4(n){n===void 0&&(n={});var i=n,r=i.defaultModifiers,d=r===void 0?[]:r,s=i.defaultOptions,c=s===void 0?vs:s;return function(f,m,g){g===void 0&&(g=c);var y={placement:"bottom",orderedModifiers:[],options:Object.assign({},vs,c),modifiersData:{},elements:{reference:f,popper:m},attributes:{},styles:{}},_=[],N=!1,k={state:y,setOptions:function(V){var K=typeof V=="function"?V(y.options):V;M(),y.options=Object.assign({},c,y.options,K),y.scrollParents={reference:Sn(f)?mr(f):f.contextElement?mr(f.contextElement):[],popper:mr(m)};var Z=s4(c4([].concat(d,y.options.modifiers)));return y.orderedModifiers=Z.filter(function(z){return z.enabled}),B(),k.update()},forceUpdate:function(){if(!N){var V=y.elements,K=V.reference,Z=V.popper;if(ys(K,Z)){y.rects={reference:d4(K,Cr(Z),y.options.strategy==="fixed"),popper:ya(Z)},y.reset=!1,y.placement=y.options.placement,y.orderedModifiers.forEach(function(ue){return y.modifiersData[ue.name]=Object.assign({},ue.data)});for(var z=0;z<y.orderedModifiers.length;z++){if(y.reset===!0){y.reset=!1,z=-1;continue}var W=y.orderedModifiers[z],Q=W.fn,H=W.options,ae=H===void 0?{}:H,de=W.name;typeof Q=="function"&&(y=Q({state:y,options:ae,name:de,instance:k})||y)}}}},update:u4(function(){return new Promise(function(L){k.forceUpdate(),L(y)})}),destroy:function(){M(),N=!0}};if(!ys(f,m))return k;k.setOptions(g).then(function(L){!N&&g.onFirstUpdate&&g.onFirstUpdate(L)});function B(){y.orderedModifiers.forEach(function(L){var V=L.name,K=L.options,Z=K===void 0?{}:K,z=L.effect;if(typeof z=="function"){var W=z({state:y,name:V,instance:k,options:Z}),Q=function(){};_.push(W||Q)}})}function M(){_.forEach(function(L){return L()}),_=[]}return k}}var p4=[R$,e4,T$,C$,J$,H$,r4,k$,Y$],h4=f4({defaultModifiers:p4});function Kt(n){return Array.isArray?Array.isArray(n):lu(n)==="[object Array]"}const $4=1/0;function g4(n){if(typeof n=="string")return n;let i=n+"";return i=="0"&&1/n==-$4?"-0":i}function m4(n){return n==null?"":g4(n)}function At(n){return typeof n=="string"}function au(n){return typeof n=="number"}function v4(n){return n===!0||n===!1||y4(n)&&lu(n)=="[object Boolean]"}function du(n){return typeof n=="object"}function y4(n){return du(n)&&n!==null}function dt(n){return n!=null}function Xo(n){return!n.trim().length}function lu(n){return n==null?n===void 0?"[object Undefined]":"[object Null]":Object.prototype.toString.call(n)}const b4="Incorrect 'index' type",w4=n=>`Invalid value for key ${n}`,x4=n=>`Pattern length exceeds max of ${n}.`,C4=n=>`Missing ${n} property in key`,_4=n=>`Property 'weight' in key '${n}' must be a positive integer`,bs=Object.prototype.hasOwnProperty;class E4{constructor(i){this._keys=[],this._keyMap={};let r=0;i.forEach(d=>{let s=su(d);r+=s.weight,this._keys.push(s),this._keyMap[s.id]=s,r+=s.weight}),this._keys.forEach(d=>{d.weight/=r})}get(i){return this._keyMap[i]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function su(n){let i=null,r=null,d=null,s=1,c=null;if(At(n)||Kt(n))d=n,i=ws(n),r=ia(n);else{if(!bs.call(n,"name"))throw new Error(C4("name"));const h=n.name;if(d=h,bs.call(n,"weight")&&(s=n.weight,s<=0))throw new Error(_4(h));i=ws(h),r=ia(h),c=n.getFn}return{path:i,id:r,weight:s,src:d,getFn:c}}function ws(n){return Kt(n)?n:n.split(".")}function ia(n){return Kt(n)?n.join("."):n}function S4(n,i){let r=[],d=!1;const s=(c,h,f)=>{if(dt(c))if(!h[f])r.push(c);else{let m=h[f];const g=c[m];if(!dt(g))return;if(f===h.length-1&&(At(g)||au(g)||v4(g)))r.push(m4(g));else if(Kt(g)){d=!0;for(let y=0,_=g.length;y<_;y+=1)s(g[y],h,f+1)}else h.length&&s(g,h,f+1)}};return s(n,At(i)?i.split("."):i,0),d?r:r[0]}const O4={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},N4={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(n,i)=>n.score===i.score?n.idx<i.idx?-1:1:n.score<i.score?-1:1},B4={location:0,threshold:.6,distance:100},k4={useExtendedSearch:!1,getFn:S4,ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};var Y={...N4,...O4,...B4,...k4};const A4=/[^ ]+/g;function I4(n=1,i=3){const r=new Map,d=Math.pow(10,i);return{get(s){const c=s.match(A4).length;if(r.has(c))return r.get(c);const h=1/Math.pow(c,.5*n),f=parseFloat(Math.round(h*d)/d);return r.set(c,f),f},clear(){r.clear()}}}class _a{constructor({getFn:i=Y.getFn,fieldNormWeight:r=Y.fieldNormWeight}={}){this.norm=I4(r,3),this.getFn=i,this.isCreated=!1,this.setIndexRecords()}setSources(i=[]){this.docs=i}setIndexRecords(i=[]){this.records=i}setKeys(i=[]){this.keys=i,this._keysMap={},i.forEach((r,d)=>{this._keysMap[r.id]=d})}create(){this.isCreated||!this.docs.length||(this.isCreated=!0,At(this.docs[0])?this.docs.forEach((i,r)=>{this._addString(i,r)}):this.docs.forEach((i,r)=>{this._addObject(i,r)}),this.norm.clear())}add(i){const r=this.size();At(i)?this._addString(i,r):this._addObject(i,r)}removeAt(i){this.records.splice(i,1);for(let r=i,d=this.size();r<d;r+=1)this.records[r].i-=1}getValueForItemAtKeyId(i,r){return i[this._keysMap[r]]}size(){return this.records.length}_addString(i,r){if(!dt(i)||Xo(i))return;let d={v:i,i:r,n:this.norm.get(i)};this.records.push(d)}_addObject(i,r){let d={i:r,$:{}};this.keys.forEach((s,c)=>{let h=s.getFn?s.getFn(i):this.getFn(i,s.path);if(dt(h)){if(Kt(h)){let f=[];const m=[{nestedArrIndex:-1,value:h}];for(;m.length;){const{nestedArrIndex:g,value:y}=m.pop();if(dt(y))if(At(y)&&!Xo(y)){let _={v:y,i:g,n:this.norm.get(y)};f.push(_)}else Kt(y)&&y.forEach((_,N)=>{m.push({nestedArrIndex:N,value:_})})}d.$[c]=f}else if(At(h)&&!Xo(h)){let f={v:h,n:this.norm.get(h)};d.$[c]=f}}}),this.records.push(d)}toJSON(){return{keys:this.keys,records:this.records}}}function uu(n,i,{getFn:r=Y.getFn,fieldNormWeight:d=Y.fieldNormWeight}={}){const s=new _a({getFn:r,fieldNormWeight:d});return s.setKeys(n.map(su)),s.setSources(i),s.create(),s}function P4(n,{getFn:i=Y.getFn,fieldNormWeight:r=Y.fieldNormWeight}={}){const{keys:d,records:s}=n,c=new _a({getFn:i,fieldNormWeight:r});return c.setKeys(d),c.setIndexRecords(s),c}function gi(n,{errors:i=0,currentLocation:r=0,expectedLocation:d=0,distance:s=Y.distance,ignoreLocation:c=Y.ignoreLocation}={}){const h=i/n.length;if(c)return h;const f=Math.abs(d-r);return s?h+f/s:f?1:h}function T4(n=[],i=Y.minMatchCharLength){let r=[],d=-1,s=-1,c=0;for(let h=n.length;c<h;c+=1){let f=n[c];f&&d===-1?d=c:!f&&d!==-1&&(s=c-1,s-d+1>=i&&r.push([d,s]),d=-1)}return n[c-1]&&c-d>=i&&r.push([d,c-1]),r}const _n=32;function M4(n,i,r,{location:d=Y.location,distance:s=Y.distance,threshold:c=Y.threshold,findAllMatches:h=Y.findAllMatches,minMatchCharLength:f=Y.minMatchCharLength,includeMatches:m=Y.includeMatches,ignoreLocation:g=Y.ignoreLocation}={}){if(i.length>_n)throw new Error(x4(_n));const y=i.length,_=n.length,N=Math.max(0,Math.min(d,_));let k=c,B=N;const M=f>1||m,L=M?Array(_):[];let V;for(;(V=n.indexOf(i,B))>-1;){let H=gi(i,{currentLocation:V,expectedLocation:N,distance:s,ignoreLocation:g});if(k=Math.min(H,k),B=V+y,M){let ae=0;for(;ae<y;)L[V+ae]=1,ae+=1}}B=-1;let K=[],Z=1,z=y+_;const W=1<<y-1;for(let H=0;H<y;H+=1){let ae=0,de=z;for(;ae<de;)gi(i,{errors:H,currentLocation:N+de,expectedLocation:N,distance:s,ignoreLocation:g})<=k?ae=de:z=de,de=Math.floor((z-ae)/2+ae);z=de;let ue=Math.max(1,N-de+1),ge=h?_:Math.min(N+de,_)+y,be=Array(ge+2);be[ge+1]=(1<<H)-1;for(let me=ge;me>=ue;me-=1){let Ae=me-1,Ee=r[n.charAt(Ae)];if(M&&(L[Ae]=+!!Ee),be[me]=(be[me+1]<<1|1)&Ee,H&&(be[me]|=(K[me+1]|K[me])<<1|1|K[me+1]),be[me]&W&&(Z=gi(i,{errors:H,currentLocation:Ae,expectedLocation:N,distance:s,ignoreLocation:g}),Z<=k)){if(k=Z,B=Ae,B<=N)break;ue=Math.max(1,2*N-B)}}if(gi(i,{errors:H+1,currentLocation:N,expectedLocation:N,distance:s,ignoreLocation:g})>k)break;K=be}const Q={isMatch:B>=0,score:Math.max(.001,Z)};if(M){const H=T4(L,f);H.length?m&&(Q.indices=H):Q.isMatch=!1}return Q}function R4(n){let i={};for(let r=0,d=n.length;r<d;r+=1){const s=n.charAt(r);i[s]=(i[s]||0)|1<<d-r-1}return i}class cu{constructor(i,{location:r=Y.location,threshold:d=Y.threshold,distance:s=Y.distance,includeMatches:c=Y.includeMatches,findAllMatches:h=Y.findAllMatches,minMatchCharLength:f=Y.minMatchCharLength,isCaseSensitive:m=Y.isCaseSensitive,ignoreLocation:g=Y.ignoreLocation}={}){if(this.options={location:r,threshold:d,distance:s,includeMatches:c,findAllMatches:h,minMatchCharLength:f,isCaseSensitive:m,ignoreLocation:g},this.pattern=m?i:i.toLowerCase(),this.chunks=[],!this.pattern.length)return;const y=(N,k)=>{this.chunks.push({pattern:N,alphabet:R4(N),startIndex:k})},_=this.pattern.length;if(_>_n){let N=0;const k=_%_n,B=_-k;for(;N<B;)y(this.pattern.substr(N,_n),N),N+=_n;if(k){const M=_-_n;y(this.pattern.substr(M),M)}}else y(this.pattern,0)}searchIn(i){const{isCaseSensitive:r,includeMatches:d}=this.options;if(r||(i=i.toLowerCase()),this.pattern===i){let B={isMatch:!0,score:0};return d&&(B.indices=[[0,i.length-1]]),B}const{location:s,distance:c,threshold:h,findAllMatches:f,minMatchCharLength:m,ignoreLocation:g}=this.options;let y=[],_=0,N=!1;this.chunks.forEach(({pattern:B,alphabet:M,startIndex:L})=>{const{isMatch:V,score:K,indices:Z}=M4(i,B,M,{location:s+L,distance:c,threshold:h,findAllMatches:f,minMatchCharLength:m,includeMatches:d,ignoreLocation:g});V&&(N=!0),_+=K,V&&Z&&(y=[...y,...Z])});let k={isMatch:N,score:N?_/this.chunks.length:1};return N&&d&&(k.indices=y),k}}class fn{constructor(i){this.pattern=i}static isMultiMatch(i){return xs(i,this.multiRegex)}static isSingleMatch(i){return xs(i,this.singleRegex)}search(){}}function xs(n,i){const r=n.match(i);return r?r[1]:null}class L4 extends fn{constructor(i){super(i)}static get type(){return"exact"}static get multiRegex(){return/^="(.*)"$/}static get singleRegex(){return/^=(.*)$/}search(i){const r=i===this.pattern;return{isMatch:r,score:r?0:1,indices:[0,this.pattern.length-1]}}}class D4 extends fn{constructor(i){super(i)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(i){const d=i.indexOf(this.pattern)===-1;return{isMatch:d,score:d?0:1,indices:[0,i.length-1]}}}class V4 extends fn{constructor(i){super(i)}static get type(){return"prefix-exact"}static get multiRegex(){return/^\^"(.*)"$/}static get singleRegex(){return/^\^(.*)$/}search(i){const r=i.startsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[0,this.pattern.length-1]}}}class F4 extends fn{constructor(i){super(i)}static get type(){return"inverse-prefix-exact"}static get multiRegex(){return/^!\^"(.*)"$/}static get singleRegex(){return/^!\^(.*)$/}search(i){const r=!i.startsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[0,i.length-1]}}}class U4 extends fn{constructor(i){super(i)}static get type(){return"suffix-exact"}static get multiRegex(){return/^"(.*)"\$$/}static get singleRegex(){return/^(.*)\$$/}search(i){const r=i.endsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[i.length-this.pattern.length,i.length-1]}}}class z4 extends fn{constructor(i){super(i)}static get type(){return"inverse-suffix-exact"}static get multiRegex(){return/^!"(.*)"\$$/}static get singleRegex(){return/^!(.*)\$$/}search(i){const r=!i.endsWith(this.pattern);return{isMatch:r,score:r?0:1,indices:[0,i.length-1]}}}class fu extends fn{constructor(i,{location:r=Y.location,threshold:d=Y.threshold,distance:s=Y.distance,includeMatches:c=Y.includeMatches,findAllMatches:h=Y.findAllMatches,minMatchCharLength:f=Y.minMatchCharLength,isCaseSensitive:m=Y.isCaseSensitive,ignoreLocation:g=Y.ignoreLocation}={}){super(i),this._bitapSearch=new cu(i,{location:r,threshold:d,distance:s,includeMatches:c,findAllMatches:h,minMatchCharLength:f,isCaseSensitive:m,ignoreLocation:g})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(i){return this._bitapSearch.searchIn(i)}}class pu extends fn{constructor(i){super(i)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(i){let r=0,d;const s=[],c=this.pattern.length;for(;(d=i.indexOf(this.pattern,r))>-1;)r=d+c,s.push([d,r-1]);const h=!!s.length;return{isMatch:h,score:h?0:1,indices:s}}}const oa=[L4,pu,V4,F4,z4,U4,D4,fu],Cs=oa.length,W4=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,G4="|";function j4(n,i={}){return n.split(G4).map(r=>{let d=r.trim().split(W4).filter(c=>c&&!!c.trim()),s=[];for(let c=0,h=d.length;c<h;c+=1){const f=d[c];let m=!1,g=-1;for(;!m&&++g<Cs;){const y=oa[g];let _=y.isMultiMatch(f);_&&(s.push(new y(_,i)),m=!0)}if(!m)for(g=-1;++g<Cs;){const y=oa[g];let _=y.isSingleMatch(f);if(_){s.push(new y(_,i));break}}}return s})}const q4=new Set([fu.type,pu.type]);class H4{constructor(i,{isCaseSensitive:r=Y.isCaseSensitive,includeMatches:d=Y.includeMatches,minMatchCharLength:s=Y.minMatchCharLength,ignoreLocation:c=Y.ignoreLocation,findAllMatches:h=Y.findAllMatches,location:f=Y.location,threshold:m=Y.threshold,distance:g=Y.distance}={}){this.query=null,this.options={isCaseSensitive:r,includeMatches:d,minMatchCharLength:s,findAllMatches:h,ignoreLocation:c,location:f,threshold:m,distance:g},this.pattern=r?i:i.toLowerCase(),this.query=j4(this.pattern,this.options)}static condition(i,r){return r.useExtendedSearch}searchIn(i){const r=this.query;if(!r)return{isMatch:!1,score:1};const{includeMatches:d,isCaseSensitive:s}=this.options;i=s?i:i.toLowerCase();let c=0,h=[],f=0;for(let m=0,g=r.length;m<g;m+=1){const y=r[m];h.length=0,c=0;for(let _=0,N=y.length;_<N;_+=1){const k=y[_],{isMatch:B,indices:M,score:L}=k.search(i);if(B){if(c+=1,f+=L,d){const V=k.constructor.type;q4.has(V)?h=[...h,...M]:h.push(M)}}else{f=0,c=0,h.length=0;break}}if(c){let _={isMatch:!0,score:f/c};return d&&(_.indices=h),_}}return{isMatch:!1,score:1}}}const aa=[];function K4(...n){aa.push(...n)}function da(n,i){for(let r=0,d=aa.length;r<d;r+=1){let s=aa[r];if(s.condition(n,i))return new s(n,i)}return new cu(n,i)}const wi={AND:"$and",OR:"$or"},la={PATH:"$path",PATTERN:"$val"},sa=n=>!!(n[wi.AND]||n[wi.OR]),Y4=n=>!!n[la.PATH],Z4=n=>!Kt(n)&&du(n)&&!sa(n),_s=n=>({[wi.AND]:Object.keys(n).map(i=>({[i]:n[i]}))});function hu(n,i,{auto:r=!0}={}){const d=s=>{let c=Object.keys(s);const h=Y4(s);if(!h&&c.length>1&&!sa(s))return d(_s(s));if(Z4(s)){const m=h?s[la.PATH]:c[0],g=h?s[la.PATTERN]:s[m];if(!At(g))throw new Error(w4(m));const y={keyId:ia(m),pattern:g};return r&&(y.searcher=da(g,i)),y}let f={children:[],operator:c[0]};return c.forEach(m=>{const g=s[m];Kt(g)&&g.forEach(y=>{f.children.push(d(y))})}),f};return sa(n)||(n=_s(n)),d(n)}function X4(n,{ignoreFieldNorm:i=Y.ignoreFieldNorm}){n.forEach(r=>{let d=1;r.matches.forEach(({key:s,norm:c,score:h})=>{const f=s?s.weight:null;d*=Math.pow(h===0&&f?Number.EPSILON:h,(f||1)*(i?1:c))}),r.score=d})}function J4(n,i){const r=n.matches;i.matches=[],dt(r)&&r.forEach(d=>{if(!dt(d.indices)||!d.indices.length)return;const{indices:s,value:c}=d;let h={indices:s,value:c};d.key&&(h.key=d.key.src),d.idx>-1&&(h.refIndex=d.idx),i.matches.push(h)})}function Q4(n,i){i.score=n.score}function eg(n,i,{includeMatches:r=Y.includeMatches,includeScore:d=Y.includeScore}={}){const s=[];return r&&s.push(J4),d&&s.push(Q4),n.map(c=>{const{idx:h}=c,f={item:i[h],refIndex:h};return s.length&&s.forEach(m=>{m(c,f)}),f})}class Hn{constructor(i,r={},d){this.options={...Y,...r},this.options.useExtendedSearch,this._keyStore=new E4(this.options.keys),this.setCollection(i,d)}setCollection(i,r){if(this._docs=i,r&&!(r instanceof _a))throw new Error(b4);this._myIndex=r||uu(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}add(i){dt(i)&&(this._docs.push(i),this._myIndex.add(i))}remove(i=()=>!1){const r=[];for(let d=0,s=this._docs.length;d<s;d+=1){const c=this._docs[d];i(c,d)&&(this.removeAt(d),d-=1,s-=1,r.push(c))}return r}removeAt(i){this._docs.splice(i,1),this._myIndex.removeAt(i)}getIndex(){return this._myIndex}search(i,{limit:r=-1}={}){const{includeMatches:d,includeScore:s,shouldSort:c,sortFn:h,ignoreFieldNorm:f}=this.options;let m=At(i)?At(this._docs[0])?this._searchStringList(i):this._searchObjectList(i):this._searchLogical(i);return X4(m,{ignoreFieldNorm:f}),c&&m.sort(h),au(r)&&r>-1&&(m=m.slice(0,r)),eg(m,this._docs,{includeMatches:d,includeScore:s})}_searchStringList(i){const r=da(i,this.options),{records:d}=this._myIndex,s=[];return d.forEach(({v:c,i:h,n:f})=>{if(!dt(c))return;const{isMatch:m,score:g,indices:y}=r.searchIn(c);m&&s.push({item:c,idx:h,matches:[{score:g,value:c,norm:f,indices:y}]})}),s}_searchLogical(i){const r=hu(i,this.options),d=(f,m,g)=>{if(!f.children){const{keyId:_,searcher:N}=f,k=this._findMatches({key:this._keyStore.get(_),value:this._myIndex.getValueForItemAtKeyId(m,_),searcher:N});return k&&k.length?[{idx:g,item:m,matches:k}]:[]}const y=[];for(let _=0,N=f.children.length;_<N;_+=1){const k=f.children[_],B=d(k,m,g);if(B.length)y.push(...B);else if(f.operator===wi.AND)return[]}return y},s=this._myIndex.records,c={},h=[];return s.forEach(({$:f,i:m})=>{if(dt(f)){let g=d(r,f,m);g.length&&(c[m]||(c[m]={idx:m,item:f,matches:[]},h.push(c[m])),g.forEach(({matches:y})=>{c[m].matches.push(...y)}))}}),h}_searchObjectList(i){const r=da(i,this.options),{keys:d,records:s}=this._myIndex,c=[];return s.forEach(({$:h,i:f})=>{if(!dt(h))return;let m=[];d.forEach((g,y)=>{m.push(...this._findMatches({key:g,value:h[y],searcher:r}))}),m.length&&c.push({idx:f,item:h,matches:m})}),c}_findMatches({key:i,value:r,searcher:d}){if(!dt(r))return[];let s=[];if(Kt(r))r.forEach(({v:c,i:h,n:f})=>{if(!dt(c))return;const{isMatch:m,score:g,indices:y}=d.searchIn(c);m&&s.push({score:g,key:i,value:c,idx:h,norm:f,indices:y})});else{const{v:c,n:h}=r,{isMatch:f,score:m,indices:g}=d.searchIn(c);f&&s.push({score:m,key:i,value:c,norm:h,indices:g})}return s}}Hn.version="6.6.2";Hn.createIndex=uu;Hn.parseIndex=P4;Hn.config=Y;Hn.parseQuery=hu;K4(H4);var pr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function tg(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var xi={exports:{}};/**
4
4
  * @license
5
5
  * Lodash <https://lodash.com/>
6
6
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
7
7
  * Released under MIT license <https://lodash.com/license>
8
8
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
9
9
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
10
- */xi.exports;(function(n,i){(function(){var r,d="4.17.21",s=200,c="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",h="Expected a function",f="Invalid `variable` option passed into `_.template`",m="__lodash_hash_undefined__",g=500,y="__lodash_placeholder__",_=1,B=2,E=4,A=1,M=2,R=1,U=2,K=4,Z=8,z=16,W=32,Q=64,H=128,ae=256,de=512,ue=30,ge="...",be=800,_e=16,me=1,Ae=2,Ee=3,we=1/0,Te=9007199254740991,Je=17976931348623157e292,Fe=NaN,Ie=4294967295,I=Ie-1,T=Ie>>>1,ne=[["ary",H],["bind",R],["bindKey",U],["curry",Z],["curryRight",z],["flip",de],["partial",W],["partialRight",Q],["rearg",ae]],P="[object Arguments]",V="[object Array]",X="[object AsyncFunction]",he="[object Boolean]",wt="[object Date]",Kn="[object DOMException]",Ot="[object Error]",Xt="[object Function]",Yn="[object GeneratorFunction]",Qe="[object Map]",pn="[object Number]",_r="[object Null]",st="[object Object]",Er="[object Promise]",Ni="[object Proxy]",et="[object RegExp]",Le="[object Set]",Jt="[object String]",hn="[object Symbol]",Zn="[object Undefined]",Qt="[object WeakMap]",Sr="[object WeakSet]",en="[object ArrayBuffer]",Mt="[object DataView]",Bi="[object Float32Array]",ki="[object Float64Array]",Ai="[object Int8Array]",Ii="[object Int16Array]",Pi="[object Int32Array]",Ti="[object Uint8Array]",Mi="[object Uint8ClampedArray]",Ri="[object Uint16Array]",Li="[object Uint32Array]",Su=/\b__p \+= '';/g,Ou=/\b(__p \+=) '' \+/g,Nu=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ka=/&(?:amp|lt|gt|quot|#39);/g,Aa=/[&<>"']/g,Bu=RegExp(ka.source),ku=RegExp(Aa.source),Au=/<%-([\s\S]+?)%>/g,Iu=/<%([\s\S]+?)%>/g,Ia=/<%=([\s\S]+?)%>/g,Pu=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Tu=/^\w*$/,Mu=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Di=/[\\^$.*+?()[\]{}|]/g,Ru=RegExp(Di.source),Vi=/^\s+/,Lu=/\s/,Du=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Vu=/\{\n\/\* \[wrapped with (.+)\] \*/,Fu=/,? & /,Uu=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,zu=/[()=,{}\[\]\/\s]/,Wu=/\\(\\)?/g,Gu=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Pa=/\w*$/,ju=/^[-+]0x[0-9a-f]+$/i,qu=/^0b[01]+$/i,Hu=/^\[object .+?Constructor\]$/,Ku=/^0o[0-7]+$/i,Yu=/^(?:0|[1-9]\d*)$/,Zu=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Or=/($^)/,Xu=/['\n\r\u2028\u2029\\]/g,Nr="\\ud800-\\udfff",Ju="\\u0300-\\u036f",Qu="\\ufe20-\\ufe2f",ec="\\u20d0-\\u20ff",Ta=Ju+Qu+ec,Ma="\\u2700-\\u27bf",Ra="a-z\\xdf-\\xf6\\xf8-\\xff",tc="\\xac\\xb1\\xd7\\xf7",nc="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",rc="\\u2000-\\u206f",ic=" \\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",La="A-Z\\xc0-\\xd6\\xd8-\\xde",Da="\\ufe0e\\ufe0f",Va=tc+nc+rc+ic,Fi="['’]",oc="["+Nr+"]",Fa="["+Va+"]",Br="["+Ta+"]",Ua="\\d+",ac="["+Ma+"]",za="["+Ra+"]",Wa="[^"+Nr+Va+Ua+Ma+Ra+La+"]",Ui="\\ud83c[\\udffb-\\udfff]",dc="(?:"+Br+"|"+Ui+")",Ga="[^"+Nr+"]",zi="(?:\\ud83c[\\udde6-\\uddff]){2}",Wi="[\\ud800-\\udbff][\\udc00-\\udfff]",On="["+La+"]",ja="\\u200d",qa="(?:"+za+"|"+Wa+")",lc="(?:"+On+"|"+Wa+")",Ha="(?:"+Fi+"(?:d|ll|m|re|s|t|ve))?",Ka="(?:"+Fi+"(?:D|LL|M|RE|S|T|VE))?",Ya=dc+"?",Za="["+Da+"]?",sc="(?:"+ja+"(?:"+[Ga,zi,Wi].join("|")+")"+Za+Ya+")*",uc="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",cc="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Xa=Za+Ya+sc,fc="(?:"+[ac,zi,Wi].join("|")+")"+Xa,pc="(?:"+[Ga+Br+"?",Br,zi,Wi,oc].join("|")+")",hc=RegExp(Fi,"g"),$c=RegExp(Br,"g"),Gi=RegExp(Ui+"(?="+Ui+")|"+pc+Xa,"g"),gc=RegExp([On+"?"+za+"+"+Ha+"(?="+[Fa,On,"$"].join("|")+")",lc+"+"+Ka+"(?="+[Fa,On+qa,"$"].join("|")+")",On+"?"+qa+"+"+Ha,On+"+"+Ka,cc,uc,Ua,fc].join("|"),"g"),mc=RegExp("["+ja+Nr+Ta+Da+"]"),vc=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,yc=["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"],bc=-1,ye={};ye[Bi]=ye[ki]=ye[Ai]=ye[Ii]=ye[Pi]=ye[Ti]=ye[Mi]=ye[Ri]=ye[Li]=!0,ye[P]=ye[V]=ye[en]=ye[he]=ye[Mt]=ye[wt]=ye[Ot]=ye[Xt]=ye[Qe]=ye[pn]=ye[st]=ye[et]=ye[Le]=ye[Jt]=ye[Qt]=!1;var ve={};ve[P]=ve[V]=ve[en]=ve[Mt]=ve[he]=ve[wt]=ve[Bi]=ve[ki]=ve[Ai]=ve[Ii]=ve[Pi]=ve[Qe]=ve[pn]=ve[st]=ve[et]=ve[Le]=ve[Jt]=ve[hn]=ve[Ti]=ve[Mi]=ve[Ri]=ve[Li]=!0,ve[Ot]=ve[Xt]=ve[Qt]=!1;var wc={À:"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"},xc={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Cc={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},_c={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Ec=parseFloat,Sc=parseInt,Ja=typeof pr=="object"&&pr&&pr.Object===Object&&pr,Oc=typeof self=="object"&&self&&self.Object===Object&&self,Me=Ja||Oc||Function("return this")(),ji=i&&!i.nodeType&&i,$n=ji&&!0&&n&&!n.nodeType&&n,Qa=$n&&$n.exports===ji,qi=Qa&&Ja.process,ut=function(){try{var w=$n&&$n.require&&$n.require("util").types;return w||qi&&qi.binding&&qi.binding("util")}catch{}}(),ed=ut&&ut.isArrayBuffer,td=ut&&ut.isDate,nd=ut&&ut.isMap,rd=ut&&ut.isRegExp,id=ut&&ut.isSet,od=ut&&ut.isTypedArray;function tt(w,S,C){switch(C.length){case 0:return w.call(S);case 1:return w.call(S,C[0]);case 2:return w.call(S,C[0],C[1]);case 3:return w.call(S,C[0],C[1],C[2])}return w.apply(S,C)}function Nc(w,S,C,D){for(var J=-1,ce=w==null?0:w.length;++J<ce;){var Be=w[J];S(D,Be,C(Be),w)}return D}function ct(w,S){for(var C=-1,D=w==null?0:w.length;++C<D&&S(w[C],C,w)!==!1;);return w}function Bc(w,S){for(var C=w==null?0:w.length;C--&&S(w[C],C,w)!==!1;);return w}function ad(w,S){for(var C=-1,D=w==null?0:w.length;++C<D;)if(!S(w[C],C,w))return!1;return!0}function tn(w,S){for(var C=-1,D=w==null?0:w.length,J=0,ce=[];++C<D;){var Be=w[C];S(Be,C,w)&&(ce[J++]=Be)}return ce}function kr(w,S){var C=w==null?0:w.length;return!!C&&Nn(w,S,0)>-1}function Hi(w,S,C){for(var D=-1,J=w==null?0:w.length;++D<J;)if(C(S,w[D]))return!0;return!1}function xe(w,S){for(var C=-1,D=w==null?0:w.length,J=Array(D);++C<D;)J[C]=S(w[C],C,w);return J}function nn(w,S){for(var C=-1,D=S.length,J=w.length;++C<D;)w[J+C]=S[C];return w}function Ki(w,S,C,D){var J=-1,ce=w==null?0:w.length;for(D&&ce&&(C=w[++J]);++J<ce;)C=S(C,w[J],J,w);return C}function kc(w,S,C,D){var J=w==null?0:w.length;for(D&&J&&(C=w[--J]);J--;)C=S(C,w[J],J,w);return C}function Yi(w,S){for(var C=-1,D=w==null?0:w.length;++C<D;)if(S(w[C],C,w))return!0;return!1}var Ac=Zi("length");function Ic(w){return w.split("")}function Pc(w){return w.match(Uu)||[]}function dd(w,S,C){var D;return C(w,function(J,ce,Be){if(S(J,ce,Be))return D=ce,!1}),D}function Ar(w,S,C,D){for(var J=w.length,ce=C+(D?1:-1);D?ce--:++ce<J;)if(S(w[ce],ce,w))return ce;return-1}function Nn(w,S,C){return S===S?jc(w,S,C):Ar(w,ld,C)}function Tc(w,S,C,D){for(var J=C-1,ce=w.length;++J<ce;)if(D(w[J],S))return J;return-1}function ld(w){return w!==w}function sd(w,S){var C=w==null?0:w.length;return C?Ji(w,S)/C:Fe}function Zi(w){return function(S){return S==null?r:S[w]}}function Xi(w){return function(S){return w==null?r:w[S]}}function ud(w,S,C,D,J){return J(w,function(ce,Be,$e){C=D?(D=!1,ce):S(C,ce,Be,$e)}),C}function Mc(w,S){var C=w.length;for(w.sort(S);C--;)w[C]=w[C].value;return w}function Ji(w,S){for(var C,D=-1,J=w.length;++D<J;){var ce=S(w[D]);ce!==r&&(C=C===r?ce:C+ce)}return C}function Qi(w,S){for(var C=-1,D=Array(w);++C<w;)D[C]=S(C);return D}function Rc(w,S){return xe(S,function(C){return[C,w[C]]})}function cd(w){return w&&w.slice(0,$d(w)+1).replace(Vi,"")}function nt(w){return function(S){return w(S)}}function eo(w,S){return xe(S,function(C){return w[C]})}function Xn(w,S){return w.has(S)}function fd(w,S){for(var C=-1,D=w.length;++C<D&&Nn(S,w[C],0)>-1;);return C}function pd(w,S){for(var C=w.length;C--&&Nn(S,w[C],0)>-1;);return C}function Lc(w,S){for(var C=w.length,D=0;C--;)w[C]===S&&++D;return D}var Dc=Xi(wc),Vc=Xi(xc);function Fc(w){return"\\"+_c[w]}function Uc(w,S){return w==null?r:w[S]}function Bn(w){return mc.test(w)}function zc(w){return vc.test(w)}function Wc(w){for(var S,C=[];!(S=w.next()).done;)C.push(S.value);return C}function to(w){var S=-1,C=Array(w.size);return w.forEach(function(D,J){C[++S]=[J,D]}),C}function hd(w,S){return function(C){return w(S(C))}}function rn(w,S){for(var C=-1,D=w.length,J=0,ce=[];++C<D;){var Be=w[C];(Be===S||Be===y)&&(w[C]=y,ce[J++]=C)}return ce}function Ir(w){var S=-1,C=Array(w.size);return w.forEach(function(D){C[++S]=D}),C}function Gc(w){var S=-1,C=Array(w.size);return w.forEach(function(D){C[++S]=[D,D]}),C}function jc(w,S,C){for(var D=C-1,J=w.length;++D<J;)if(w[D]===S)return D;return-1}function qc(w,S,C){for(var D=C+1;D--;)if(w[D]===S)return D;return D}function kn(w){return Bn(w)?Kc(w):Ac(w)}function xt(w){return Bn(w)?Yc(w):Ic(w)}function $d(w){for(var S=w.length;S--&&Lu.test(w.charAt(S)););return S}var Hc=Xi(Cc);function Kc(w){for(var S=Gi.lastIndex=0;Gi.test(w);)++S;return S}function Yc(w){return w.match(Gi)||[]}function Zc(w){return w.match(gc)||[]}var Xc=function w(S){S=S==null?Me:An.defaults(Me.Object(),S,An.pick(Me,yc));var C=S.Array,D=S.Date,J=S.Error,ce=S.Function,Be=S.Math,$e=S.Object,no=S.RegExp,Jc=S.String,ft=S.TypeError,Pr=C.prototype,Qc=ce.prototype,In=$e.prototype,Tr=S["__core-js_shared__"],Mr=Qc.toString,pe=In.hasOwnProperty,e0=0,gd=function(){var e=/[^.]+$/.exec(Tr&&Tr.keys&&Tr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Rr=In.toString,t0=Mr.call($e),n0=Me._,r0=no("^"+Mr.call(pe).replace(Di,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Lr=Qa?S.Buffer:r,on=S.Symbol,Dr=S.Uint8Array,md=Lr?Lr.allocUnsafe:r,Vr=hd($e.getPrototypeOf,$e),vd=$e.create,yd=In.propertyIsEnumerable,Fr=Pr.splice,bd=on?on.isConcatSpreadable:r,Jn=on?on.iterator:r,gn=on?on.toStringTag:r,Ur=function(){try{var e=wn($e,"defineProperty");return e({},"",{}),e}catch{}}(),i0=S.clearTimeout!==Me.clearTimeout&&S.clearTimeout,o0=D&&D.now!==Me.Date.now&&D.now,a0=S.setTimeout!==Me.setTimeout&&S.setTimeout,zr=Be.ceil,Wr=Be.floor,ro=$e.getOwnPropertySymbols,d0=Lr?Lr.isBuffer:r,wd=S.isFinite,l0=Pr.join,s0=hd($e.keys,$e),ke=Be.max,De=Be.min,u0=D.now,c0=S.parseInt,xd=Be.random,f0=Pr.reverse,io=wn(S,"DataView"),Qn=wn(S,"Map"),oo=wn(S,"Promise"),Pn=wn(S,"Set"),er=wn(S,"WeakMap"),tr=wn($e,"create"),Gr=er&&new er,Tn={},p0=xn(io),h0=xn(Qn),$0=xn(oo),g0=xn(Pn),m0=xn(er),jr=on?on.prototype:r,nr=jr?jr.valueOf:r,Cd=jr?jr.toString:r;function p(e){if(Se(e)&&!ee(e)&&!(e instanceof le)){if(e instanceof pt)return e;if(pe.call(e,"__wrapped__"))return _l(e)}return new pt(e)}var Mn=function(){function e(){}return function(t){if(!Ce(t))return{};if(vd)return vd(t);e.prototype=t;var o=new e;return e.prototype=r,o}}();function qr(){}function pt(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}p.templateSettings={escape:Au,evaluate:Iu,interpolate:Ia,variable:"",imports:{_:p}},p.prototype=qr.prototype,p.prototype.constructor=p,pt.prototype=Mn(qr.prototype),pt.prototype.constructor=pt;function le(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ie,this.__views__=[]}function v0(){var e=new le(this.__wrapped__);return e.__actions__=qe(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=qe(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=qe(this.__views__),e}function y0(){if(this.__filtered__){var e=new le(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function b0(){var e=this.__wrapped__.value(),t=this.__dir__,o=ee(e),l=t<0,u=o?e.length:0,$=I1(0,u,this.__views__),v=$.start,b=$.end,x=b-v,O=l?b:v-1,N=this.__iteratees__,k=N.length,L=0,F=De(x,this.__takeCount__);if(!o||!l&&u==x&&F==x)return Hd(e,this.__actions__);var j=[];e:for(;x--&&L<F;){O+=t;for(var re=-1,q=e[O];++re<k;){var oe=N[re],se=oe.iteratee,ot=oe.type,We=se(q);if(ot==Ae)q=We;else if(!We){if(ot==me)continue e;break e}}j[L++]=q}return j}le.prototype=Mn(qr.prototype),le.prototype.constructor=le;function mn(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var l=e[t];this.set(l[0],l[1])}}function w0(){this.__data__=tr?tr(null):{},this.size=0}function x0(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function C0(e){var t=this.__data__;if(tr){var o=t[e];return o===m?r:o}return pe.call(t,e)?t[e]:r}function _0(e){var t=this.__data__;return tr?t[e]!==r:pe.call(t,e)}function E0(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=tr&&t===r?m:t,this}mn.prototype.clear=w0,mn.prototype.delete=x0,mn.prototype.get=C0,mn.prototype.has=_0,mn.prototype.set=E0;function Rt(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var l=e[t];this.set(l[0],l[1])}}function S0(){this.__data__=[],this.size=0}function O0(e){var t=this.__data__,o=Hr(t,e);if(o<0)return!1;var l=t.length-1;return o==l?t.pop():Fr.call(t,o,1),--this.size,!0}function N0(e){var t=this.__data__,o=Hr(t,e);return o<0?r:t[o][1]}function B0(e){return Hr(this.__data__,e)>-1}function k0(e,t){var o=this.__data__,l=Hr(o,e);return l<0?(++this.size,o.push([e,t])):o[l][1]=t,this}Rt.prototype.clear=S0,Rt.prototype.delete=O0,Rt.prototype.get=N0,Rt.prototype.has=B0,Rt.prototype.set=k0;function Lt(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var l=e[t];this.set(l[0],l[1])}}function A0(){this.size=0,this.__data__={hash:new mn,map:new(Qn||Rt),string:new mn}}function I0(e){var t=oi(this,e).delete(e);return this.size-=t?1:0,t}function P0(e){return oi(this,e).get(e)}function T0(e){return oi(this,e).has(e)}function M0(e,t){var o=oi(this,e),l=o.size;return o.set(e,t),this.size+=o.size==l?0:1,this}Lt.prototype.clear=A0,Lt.prototype.delete=I0,Lt.prototype.get=P0,Lt.prototype.has=T0,Lt.prototype.set=M0;function vn(e){var t=-1,o=e==null?0:e.length;for(this.__data__=new Lt;++t<o;)this.add(e[t])}function R0(e){return this.__data__.set(e,m),this}function L0(e){return this.__data__.has(e)}vn.prototype.add=vn.prototype.push=R0,vn.prototype.has=L0;function Ct(e){var t=this.__data__=new Rt(e);this.size=t.size}function D0(){this.__data__=new Rt,this.size=0}function V0(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}function F0(e){return this.__data__.get(e)}function U0(e){return this.__data__.has(e)}function z0(e,t){var o=this.__data__;if(o instanceof Rt){var l=o.__data__;if(!Qn||l.length<s-1)return l.push([e,t]),this.size=++o.size,this;o=this.__data__=new Lt(l)}return o.set(e,t),this.size=o.size,this}Ct.prototype.clear=D0,Ct.prototype.delete=V0,Ct.prototype.get=F0,Ct.prototype.has=U0,Ct.prototype.set=z0;function _d(e,t){var o=ee(e),l=!o&&Cn(e),u=!o&&!l&&un(e),$=!o&&!l&&!u&&Vn(e),v=o||l||u||$,b=v?Qi(e.length,Jc):[],x=b.length;for(var O in e)(t||pe.call(e,O))&&!(v&&(O=="length"||u&&(O=="offset"||O=="parent")||$&&(O=="buffer"||O=="byteLength"||O=="byteOffset")||Ut(O,x)))&&b.push(O);return b}function Ed(e){var t=e.length;return t?e[mo(0,t-1)]:r}function W0(e,t){return ai(qe(e),yn(t,0,e.length))}function G0(e){return ai(qe(e))}function ao(e,t,o){(o!==r&&!_t(e[t],o)||o===r&&!(t in e))&&Dt(e,t,o)}function rr(e,t,o){var l=e[t];(!(pe.call(e,t)&&_t(l,o))||o===r&&!(t in e))&&Dt(e,t,o)}function Hr(e,t){for(var o=e.length;o--;)if(_t(e[o][0],t))return o;return-1}function j0(e,t,o,l){return an(e,function(u,$,v){t(l,u,o(u),v)}),l}function Sd(e,t){return e&&Bt(t,Pe(t),e)}function q0(e,t){return e&&Bt(t,Ke(t),e)}function Dt(e,t,o){t=="__proto__"&&Ur?Ur(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}function lo(e,t){for(var o=-1,l=t.length,u=C(l),$=e==null;++o<l;)u[o]=$?r:zo(e,t[o]);return u}function yn(e,t,o){return e===e&&(o!==r&&(e=e<=o?e:o),t!==r&&(e=e>=t?e:t)),e}function ht(e,t,o,l,u,$){var v,b=t&_,x=t&B,O=t&E;if(o&&(v=u?o(e,l,u,$):o(e)),v!==r)return v;if(!Ce(e))return e;var N=ee(e);if(N){if(v=T1(e),!b)return qe(e,v)}else{var k=Ve(e),L=k==Xt||k==Yn;if(un(e))return Zd(e,b);if(k==st||k==P||L&&!u){if(v=x||L?{}:$l(e),!b)return x?C1(e,q0(v,e)):x1(e,Sd(v,e))}else{if(!ve[k])return u?e:{};v=M1(e,k,b)}}$||($=new Ct);var F=$.get(e);if(F)return F;$.set(e,v),Gl(e)?e.forEach(function(q){v.add(ht(q,t,o,q,e,$))}):zl(e)&&e.forEach(function(q,oe){v.set(oe,ht(q,t,o,oe,e,$))});var j=O?x?No:Oo:x?Ke:Pe,re=N?r:j(e);return ct(re||e,function(q,oe){re&&(oe=q,q=e[oe]),rr(v,oe,ht(q,t,o,oe,e,$))}),v}function H0(e){var t=Pe(e);return function(o){return Od(o,e,t)}}function Od(e,t,o){var l=o.length;if(e==null)return!l;for(e=$e(e);l--;){var u=o[l],$=t[u],v=e[u];if(v===r&&!(u in e)||!$(v))return!1}return!0}function Nd(e,t,o){if(typeof e!="function")throw new ft(h);return ur(function(){e.apply(r,o)},t)}function ir(e,t,o,l){var u=-1,$=kr,v=!0,b=e.length,x=[],O=t.length;if(!b)return x;o&&(t=xe(t,nt(o))),l?($=Hi,v=!1):t.length>=s&&($=Xn,v=!1,t=new vn(t));e:for(;++u<b;){var N=e[u],k=o==null?N:o(N);if(N=l||N!==0?N:0,v&&k===k){for(var L=O;L--;)if(t[L]===k)continue e;x.push(N)}else $(t,k,l)||x.push(N)}return x}var an=tl(Nt),Bd=tl(uo,!0);function K0(e,t){var o=!0;return an(e,function(l,u,$){return o=!!t(l,u,$),o}),o}function Kr(e,t,o){for(var l=-1,u=e.length;++l<u;){var $=e[l],v=t($);if(v!=null&&(b===r?v===v&&!it(v):o(v,b)))var b=v,x=$}return x}function Y0(e,t,o,l){var u=e.length;for(o=te(o),o<0&&(o=-o>u?0:u+o),l=l===r||l>u?u:te(l),l<0&&(l+=u),l=o>l?0:ql(l);o<l;)e[o++]=t;return e}function kd(e,t){var o=[];return an(e,function(l,u,$){t(l,u,$)&&o.push(l)}),o}function Re(e,t,o,l,u){var $=-1,v=e.length;for(o||(o=L1),u||(u=[]);++$<v;){var b=e[$];t>0&&o(b)?t>1?Re(b,t-1,o,l,u):nn(u,b):l||(u[u.length]=b)}return u}var so=nl(),Ad=nl(!0);function Nt(e,t){return e&&so(e,t,Pe)}function uo(e,t){return e&&Ad(e,t,Pe)}function Yr(e,t){return tn(t,function(o){return zt(e[o])})}function bn(e,t){t=ln(t,e);for(var o=0,l=t.length;e!=null&&o<l;)e=e[kt(t[o++])];return o&&o==l?e:r}function Id(e,t,o){var l=t(e);return ee(e)?l:nn(l,o(e))}function Ue(e){return e==null?e===r?Zn:_r:gn&&gn in $e(e)?A1(e):G1(e)}function co(e,t){return e>t}function Z0(e,t){return e!=null&&pe.call(e,t)}function X0(e,t){return e!=null&&t in $e(e)}function J0(e,t,o){return e>=De(t,o)&&e<ke(t,o)}function fo(e,t,o){for(var l=o?Hi:kr,u=e[0].length,$=e.length,v=$,b=C($),x=1/0,O=[];v--;){var N=e[v];v&&t&&(N=xe(N,nt(t))),x=De(N.length,x),b[v]=!o&&(t||u>=120&&N.length>=120)?new vn(v&&N):r}N=e[0];var k=-1,L=b[0];e:for(;++k<u&&O.length<x;){var F=N[k],j=t?t(F):F;if(F=o||F!==0?F:0,!(L?Xn(L,j):l(O,j,o))){for(v=$;--v;){var re=b[v];if(!(re?Xn(re,j):l(e[v],j,o)))continue e}L&&L.push(j),O.push(F)}}return O}function Q0(e,t,o,l){return Nt(e,function(u,$,v){t(l,o(u),$,v)}),l}function or(e,t,o){t=ln(t,e),e=yl(e,t);var l=e==null?e:e[kt(gt(t))];return l==null?r:tt(l,e,o)}function Pd(e){return Se(e)&&Ue(e)==P}function e1(e){return Se(e)&&Ue(e)==en}function t1(e){return Se(e)&&Ue(e)==wt}function ar(e,t,o,l,u){return e===t?!0:e==null||t==null||!Se(e)&&!Se(t)?e!==e&&t!==t:n1(e,t,o,l,ar,u)}function n1(e,t,o,l,u,$){var v=ee(e),b=ee(t),x=v?V:Ve(e),O=b?V:Ve(t);x=x==P?st:x,O=O==P?st:O;var N=x==st,k=O==st,L=x==O;if(L&&un(e)){if(!un(t))return!1;v=!0,N=!1}if(L&&!N)return $||($=new Ct),v||Vn(e)?fl(e,t,o,l,u,$):B1(e,t,x,o,l,u,$);if(!(o&A)){var F=N&&pe.call(e,"__wrapped__"),j=k&&pe.call(t,"__wrapped__");if(F||j){var re=F?e.value():e,q=j?t.value():t;return $||($=new Ct),u(re,q,o,l,$)}}return L?($||($=new Ct),k1(e,t,o,l,u,$)):!1}function r1(e){return Se(e)&&Ve(e)==Qe}function po(e,t,o,l){var u=o.length,$=u,v=!l;if(e==null)return!$;for(e=$e(e);u--;){var b=o[u];if(v&&b[2]?b[1]!==e[b[0]]:!(b[0]in e))return!1}for(;++u<$;){b=o[u];var x=b[0],O=e[x],N=b[1];if(v&&b[2]){if(O===r&&!(x in e))return!1}else{var k=new Ct;if(l)var L=l(O,N,x,e,t,k);if(!(L===r?ar(N,O,A|M,l,k):L))return!1}}return!0}function Td(e){if(!Ce(e)||V1(e))return!1;var t=zt(e)?r0:Hu;return t.test(xn(e))}function i1(e){return Se(e)&&Ue(e)==et}function o1(e){return Se(e)&&Ve(e)==Le}function a1(e){return Se(e)&&fi(e.length)&&!!ye[Ue(e)]}function Md(e){return typeof e=="function"?e:e==null?Ye:typeof e=="object"?ee(e)?Dd(e[0],e[1]):Ld(e):rs(e)}function ho(e){if(!sr(e))return s0(e);var t=[];for(var o in $e(e))pe.call(e,o)&&o!="constructor"&&t.push(o);return t}function d1(e){if(!Ce(e))return W1(e);var t=sr(e),o=[];for(var l in e)l=="constructor"&&(t||!pe.call(e,l))||o.push(l);return o}function $o(e,t){return e<t}function Rd(e,t){var o=-1,l=He(e)?C(e.length):[];return an(e,function(u,$,v){l[++o]=t(u,$,v)}),l}function Ld(e){var t=ko(e);return t.length==1&&t[0][2]?ml(t[0][0],t[0][1]):function(o){return o===e||po(o,e,t)}}function Dd(e,t){return Io(e)&&gl(t)?ml(kt(e),t):function(o){var l=zo(o,e);return l===r&&l===t?Wo(o,e):ar(t,l,A|M)}}function Zr(e,t,o,l,u){e!==t&&so(t,function($,v){if(u||(u=new Ct),Ce($))l1(e,t,v,o,Zr,l,u);else{var b=l?l(To(e,v),$,v+"",e,t,u):r;b===r&&(b=$),ao(e,v,b)}},Ke)}function l1(e,t,o,l,u,$,v){var b=To(e,o),x=To(t,o),O=v.get(x);if(O){ao(e,o,O);return}var N=$?$(b,x,o+"",e,t,v):r,k=N===r;if(k){var L=ee(x),F=!L&&un(x),j=!L&&!F&&Vn(x);N=x,L||F||j?ee(b)?N=b:Oe(b)?N=qe(b):F?(k=!1,N=Zd(x,!0)):j?(k=!1,N=Xd(x,!0)):N=[]:cr(x)||Cn(x)?(N=b,Cn(b)?N=Hl(b):(!Ce(b)||zt(b))&&(N=$l(x))):k=!1}k&&(v.set(x,N),u(N,x,l,$,v),v.delete(x)),ao(e,o,N)}function Vd(e,t){var o=e.length;if(o)return t+=t<0?o:0,Ut(t,o)?e[t]:r}function Fd(e,t,o){t.length?t=xe(t,function($){return ee($)?function(v){return bn(v,$.length===1?$[0]:$)}:$}):t=[Ye];var l=-1;t=xe(t,nt(G()));var u=Rd(e,function($,v,b){var x=xe(t,function(O){return O($)});return{criteria:x,index:++l,value:$}});return Mc(u,function($,v){return w1($,v,o)})}function s1(e,t){return Ud(e,t,function(o,l){return Wo(e,l)})}function Ud(e,t,o){for(var l=-1,u=t.length,$={};++l<u;){var v=t[l],b=bn(e,v);o(b,v)&&dr($,ln(v,e),b)}return $}function u1(e){return function(t){return bn(t,e)}}function go(e,t,o,l){var u=l?Tc:Nn,$=-1,v=t.length,b=e;for(e===t&&(t=qe(t)),o&&(b=xe(e,nt(o)));++$<v;)for(var x=0,O=t[$],N=o?o(O):O;(x=u(b,N,x,l))>-1;)b!==e&&Fr.call(b,x,1),Fr.call(e,x,1);return e}function zd(e,t){for(var o=e?t.length:0,l=o-1;o--;){var u=t[o];if(o==l||u!==$){var $=u;Ut(u)?Fr.call(e,u,1):bo(e,u)}}return e}function mo(e,t){return e+Wr(xd()*(t-e+1))}function c1(e,t,o,l){for(var u=-1,$=ke(zr((t-e)/(o||1)),0),v=C($);$--;)v[l?$:++u]=e,e+=o;return v}function vo(e,t){var o="";if(!e||t<1||t>Te)return o;do t%2&&(o+=e),t=Wr(t/2),t&&(e+=e);while(t);return o}function ie(e,t){return Mo(vl(e,t,Ye),e+"")}function f1(e){return Ed(Fn(e))}function p1(e,t){var o=Fn(e);return ai(o,yn(t,0,o.length))}function dr(e,t,o,l){if(!Ce(e))return e;t=ln(t,e);for(var u=-1,$=t.length,v=$-1,b=e;b!=null&&++u<$;){var x=kt(t[u]),O=o;if(x==="__proto__"||x==="constructor"||x==="prototype")return e;if(u!=v){var N=b[x];O=l?l(N,x,b):r,O===r&&(O=Ce(N)?N:Ut(t[u+1])?[]:{})}rr(b,x,O),b=b[x]}return e}var Wd=Gr?function(e,t){return Gr.set(e,t),e}:Ye,h1=Ur?function(e,t){return Ur(e,"toString",{configurable:!0,enumerable:!1,value:jo(t),writable:!0})}:Ye;function $1(e){return ai(Fn(e))}function $t(e,t,o){var l=-1,u=e.length;t<0&&(t=-t>u?0:u+t),o=o>u?u:o,o<0&&(o+=u),u=t>o?0:o-t>>>0,t>>>=0;for(var $=C(u);++l<u;)$[l]=e[l+t];return $}function g1(e,t){var o;return an(e,function(l,u,$){return o=t(l,u,$),!o}),!!o}function Xr(e,t,o){var l=0,u=e==null?l:e.length;if(typeof t=="number"&&t===t&&u<=T){for(;l<u;){var $=l+u>>>1,v=e[$];v!==null&&!it(v)&&(o?v<=t:v<t)?l=$+1:u=$}return u}return yo(e,t,Ye,o)}function yo(e,t,o,l){var u=0,$=e==null?0:e.length;if($===0)return 0;t=o(t);for(var v=t!==t,b=t===null,x=it(t),O=t===r;u<$;){var N=Wr((u+$)/2),k=o(e[N]),L=k!==r,F=k===null,j=k===k,re=it(k);if(v)var q=l||j;else O?q=j&&(l||L):b?q=j&&L&&(l||!F):x?q=j&&L&&!F&&(l||!re):F||re?q=!1:q=l?k<=t:k<t;q?u=N+1:$=N}return De($,I)}function Gd(e,t){for(var o=-1,l=e.length,u=0,$=[];++o<l;){var v=e[o],b=t?t(v):v;if(!o||!_t(b,x)){var x=b;$[u++]=v===0?0:v}}return $}function jd(e){return typeof e=="number"?e:it(e)?Fe:+e}function rt(e){if(typeof e=="string")return e;if(ee(e))return xe(e,rt)+"";if(it(e))return Cd?Cd.call(e):"";var t=e+"";return t=="0"&&1/e==-we?"-0":t}function dn(e,t,o){var l=-1,u=kr,$=e.length,v=!0,b=[],x=b;if(o)v=!1,u=Hi;else if($>=s){var O=t?null:O1(e);if(O)return Ir(O);v=!1,u=Xn,x=new vn}else x=t?[]:b;e:for(;++l<$;){var N=e[l],k=t?t(N):N;if(N=o||N!==0?N:0,v&&k===k){for(var L=x.length;L--;)if(x[L]===k)continue e;t&&x.push(k),b.push(N)}else u(x,k,o)||(x!==b&&x.push(k),b.push(N))}return b}function bo(e,t){return t=ln(t,e),e=yl(e,t),e==null||delete e[kt(gt(t))]}function qd(e,t,o,l){return dr(e,t,o(bn(e,t)),l)}function Jr(e,t,o,l){for(var u=e.length,$=l?u:-1;(l?$--:++$<u)&&t(e[$],$,e););return o?$t(e,l?0:$,l?$+1:u):$t(e,l?$+1:0,l?u:$)}function Hd(e,t){var o=e;return o instanceof le&&(o=o.value()),Ki(t,function(l,u){return u.func.apply(u.thisArg,nn([l],u.args))},o)}function wo(e,t,o){var l=e.length;if(l<2)return l?dn(e[0]):[];for(var u=-1,$=C(l);++u<l;)for(var v=e[u],b=-1;++b<l;)b!=u&&($[u]=ir($[u]||v,e[b],t,o));return dn(Re($,1),t,o)}function Kd(e,t,o){for(var l=-1,u=e.length,$=t.length,v={};++l<u;){var b=l<$?t[l]:r;o(v,e[l],b)}return v}function xo(e){return Oe(e)?e:[]}function Co(e){return typeof e=="function"?e:Ye}function ln(e,t){return ee(e)?e:Io(e,t)?[e]:Cl(fe(e))}var m1=ie;function sn(e,t,o){var l=e.length;return o=o===r?l:o,!t&&o>=l?e:$t(e,t,o)}var Yd=i0||function(e){return Me.clearTimeout(e)};function Zd(e,t){if(t)return e.slice();var o=e.length,l=md?md(o):new e.constructor(o);return e.copy(l),l}function _o(e){var t=new e.constructor(e.byteLength);return new Dr(t).set(new Dr(e)),t}function v1(e,t){var o=t?_o(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.byteLength)}function y1(e){var t=new e.constructor(e.source,Pa.exec(e));return t.lastIndex=e.lastIndex,t}function b1(e){return nr?$e(nr.call(e)):{}}function Xd(e,t){var o=t?_o(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}function Jd(e,t){if(e!==t){var o=e!==r,l=e===null,u=e===e,$=it(e),v=t!==r,b=t===null,x=t===t,O=it(t);if(!b&&!O&&!$&&e>t||$&&v&&x&&!b&&!O||l&&v&&x||!o&&x||!u)return 1;if(!l&&!$&&!O&&e<t||O&&o&&u&&!l&&!$||b&&o&&u||!v&&u||!x)return-1}return 0}function w1(e,t,o){for(var l=-1,u=e.criteria,$=t.criteria,v=u.length,b=o.length;++l<v;){var x=Jd(u[l],$[l]);if(x){if(l>=b)return x;var O=o[l];return x*(O=="desc"?-1:1)}}return e.index-t.index}function Qd(e,t,o,l){for(var u=-1,$=e.length,v=o.length,b=-1,x=t.length,O=ke($-v,0),N=C(x+O),k=!l;++b<x;)N[b]=t[b];for(;++u<v;)(k||u<$)&&(N[o[u]]=e[u]);for(;O--;)N[b++]=e[u++];return N}function el(e,t,o,l){for(var u=-1,$=e.length,v=-1,b=o.length,x=-1,O=t.length,N=ke($-b,0),k=C(N+O),L=!l;++u<N;)k[u]=e[u];for(var F=u;++x<O;)k[F+x]=t[x];for(;++v<b;)(L||u<$)&&(k[F+o[v]]=e[u++]);return k}function qe(e,t){var o=-1,l=e.length;for(t||(t=C(l));++o<l;)t[o]=e[o];return t}function Bt(e,t,o,l){var u=!o;o||(o={});for(var $=-1,v=t.length;++$<v;){var b=t[$],x=l?l(o[b],e[b],b,o,e):r;x===r&&(x=e[b]),u?Dt(o,b,x):rr(o,b,x)}return o}function x1(e,t){return Bt(e,Ao(e),t)}function C1(e,t){return Bt(e,pl(e),t)}function Qr(e,t){return function(o,l){var u=ee(o)?Nc:j0,$=t?t():{};return u(o,e,G(l,2),$)}}function Rn(e){return ie(function(t,o){var l=-1,u=o.length,$=u>1?o[u-1]:r,v=u>2?o[2]:r;for($=e.length>3&&typeof $=="function"?(u--,$):r,v&&ze(o[0],o[1],v)&&($=u<3?r:$,u=1),t=$e(t);++l<u;){var b=o[l];b&&e(t,b,l,$)}return t})}function tl(e,t){return function(o,l){if(o==null)return o;if(!He(o))return e(o,l);for(var u=o.length,$=t?u:-1,v=$e(o);(t?$--:++$<u)&&l(v[$],$,v)!==!1;);return o}}function nl(e){return function(t,o,l){for(var u=-1,$=$e(t),v=l(t),b=v.length;b--;){var x=v[e?b:++u];if(o($[x],x,$)===!1)break}return t}}function _1(e,t,o){var l=t&R,u=lr(e);function $(){var v=this&&this!==Me&&this instanceof $?u:e;return v.apply(l?o:this,arguments)}return $}function rl(e){return function(t){t=fe(t);var o=Bn(t)?xt(t):r,l=o?o[0]:t.charAt(0),u=o?sn(o,1).join(""):t.slice(1);return l[e]()+u}}function Ln(e){return function(t){return Ki(ts(es(t).replace(hc,"")),e,"")}}function lr(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var o=Mn(e.prototype),l=e.apply(o,t);return Ce(l)?l:o}}function E1(e,t,o){var l=lr(e);function u(){for(var $=arguments.length,v=C($),b=$,x=Dn(u);b--;)v[b]=arguments[b];var O=$<3&&v[0]!==x&&v[$-1]!==x?[]:rn(v,x);if($-=O.length,$<o)return ll(e,t,ei,u.placeholder,r,v,O,r,r,o-$);var N=this&&this!==Me&&this instanceof u?l:e;return tt(N,this,v)}return u}function il(e){return function(t,o,l){var u=$e(t);if(!He(t)){var $=G(o,3);t=Pe(t),o=function(b){return $(u[b],b,u)}}var v=e(t,o,l);return v>-1?u[$?t[v]:v]:r}}function ol(e){return Ft(function(t){var o=t.length,l=o,u=pt.prototype.thru;for(e&&t.reverse();l--;){var $=t[l];if(typeof $!="function")throw new ft(h);if(u&&!v&&ii($)=="wrapper")var v=new pt([],!0)}for(l=v?l:o;++l<o;){$=t[l];var b=ii($),x=b=="wrapper"?Bo($):r;x&&Po(x[0])&&x[1]==(H|Z|W|ae)&&!x[4].length&&x[9]==1?v=v[ii(x[0])].apply(v,x[3]):v=$.length==1&&Po($)?v[b]():v.thru($)}return function(){var O=arguments,N=O[0];if(v&&O.length==1&&ee(N))return v.plant(N).value();for(var k=0,L=o?t[k].apply(this,O):N;++k<o;)L=t[k].call(this,L);return L}})}function ei(e,t,o,l,u,$,v,b,x,O){var N=t&H,k=t&R,L=t&U,F=t&(Z|z),j=t&de,re=L?r:lr(e);function q(){for(var oe=arguments.length,se=C(oe),ot=oe;ot--;)se[ot]=arguments[ot];if(F)var We=Dn(q),at=Lc(se,We);if(l&&(se=Qd(se,l,u,F)),$&&(se=el(se,$,v,F)),oe-=at,F&&oe<O){var Ne=rn(se,We);return ll(e,t,ei,q.placeholder,o,se,Ne,b,x,O-oe)}var Et=k?o:this,Gt=L?Et[e]:e;return oe=se.length,b?se=j1(se,b):j&&oe>1&&se.reverse(),N&&x<oe&&(se.length=x),this&&this!==Me&&this instanceof q&&(Gt=re||lr(Gt)),Gt.apply(Et,se)}return q}function al(e,t){return function(o,l){return Q0(o,e,t(l),{})}}function ti(e,t){return function(o,l){var u;if(o===r&&l===r)return t;if(o!==r&&(u=o),l!==r){if(u===r)return l;typeof o=="string"||typeof l=="string"?(o=rt(o),l=rt(l)):(o=jd(o),l=jd(l)),u=e(o,l)}return u}}function Eo(e){return Ft(function(t){return t=xe(t,nt(G())),ie(function(o){var l=this;return e(t,function(u){return tt(u,l,o)})})})}function ni(e,t){t=t===r?" ":rt(t);var o=t.length;if(o<2)return o?vo(t,e):t;var l=vo(t,zr(e/kn(t)));return Bn(t)?sn(xt(l),0,e).join(""):l.slice(0,e)}function S1(e,t,o,l){var u=t&R,$=lr(e);function v(){for(var b=-1,x=arguments.length,O=-1,N=l.length,k=C(N+x),L=this&&this!==Me&&this instanceof v?$:e;++O<N;)k[O]=l[O];for(;x--;)k[O++]=arguments[++b];return tt(L,u?o:this,k)}return v}function dl(e){return function(t,o,l){return l&&typeof l!="number"&&ze(t,o,l)&&(o=l=r),t=Wt(t),o===r?(o=t,t=0):o=Wt(o),l=l===r?t<o?1:-1:Wt(l),c1(t,o,l,e)}}function ri(e){return function(t,o){return typeof t=="string"&&typeof o=="string"||(t=mt(t),o=mt(o)),e(t,o)}}function ll(e,t,o,l,u,$,v,b,x,O){var N=t&Z,k=N?v:r,L=N?r:v,F=N?$:r,j=N?r:$;t|=N?W:Q,t&=~(N?Q:W),t&K||(t&=~(R|U));var re=[e,t,u,F,k,j,L,b,x,O],q=o.apply(r,re);return Po(e)&&bl(q,re),q.placeholder=l,wl(q,e,t)}function So(e){var t=Be[e];return function(o,l){if(o=mt(o),l=l==null?0:De(te(l),292),l&&wd(o)){var u=(fe(o)+"e").split("e"),$=t(u[0]+"e"+(+u[1]+l));return u=(fe($)+"e").split("e"),+(u[0]+"e"+(+u[1]-l))}return t(o)}}var O1=Pn&&1/Ir(new Pn([,-0]))[1]==we?function(e){return new Pn(e)}:Ko;function sl(e){return function(t){var o=Ve(t);return o==Qe?to(t):o==Le?Gc(t):Rc(t,e(t))}}function Vt(e,t,o,l,u,$,v,b){var x=t&U;if(!x&&typeof e!="function")throw new ft(h);var O=l?l.length:0;if(O||(t&=~(W|Q),l=u=r),v=v===r?v:ke(te(v),0),b=b===r?b:te(b),O-=u?u.length:0,t&Q){var N=l,k=u;l=u=r}var L=x?r:Bo(e),F=[e,t,o,l,u,N,k,$,v,b];if(L&&z1(F,L),e=F[0],t=F[1],o=F[2],l=F[3],u=F[4],b=F[9]=F[9]===r?x?0:e.length:ke(F[9]-O,0),!b&&t&(Z|z)&&(t&=~(Z|z)),!t||t==R)var j=_1(e,t,o);else t==Z||t==z?j=E1(e,t,b):(t==W||t==(R|W))&&!u.length?j=S1(e,t,o,l):j=ei.apply(r,F);var re=L?Wd:bl;return wl(re(j,F),e,t)}function ul(e,t,o,l){return e===r||_t(e,In[o])&&!pe.call(l,o)?t:e}function cl(e,t,o,l,u,$){return Ce(e)&&Ce(t)&&($.set(t,e),Zr(e,t,r,cl,$),$.delete(t)),e}function N1(e){return cr(e)?r:e}function fl(e,t,o,l,u,$){var v=o&A,b=e.length,x=t.length;if(b!=x&&!(v&&x>b))return!1;var O=$.get(e),N=$.get(t);if(O&&N)return O==t&&N==e;var k=-1,L=!0,F=o&M?new vn:r;for($.set(e,t),$.set(t,e);++k<b;){var j=e[k],re=t[k];if(l)var q=v?l(re,j,k,t,e,$):l(j,re,k,e,t,$);if(q!==r){if(q)continue;L=!1;break}if(F){if(!Yi(t,function(oe,se){if(!Xn(F,se)&&(j===oe||u(j,oe,o,l,$)))return F.push(se)})){L=!1;break}}else if(!(j===re||u(j,re,o,l,$))){L=!1;break}}return $.delete(e),$.delete(t),L}function B1(e,t,o,l,u,$,v){switch(o){case Mt:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case en:return!(e.byteLength!=t.byteLength||!$(new Dr(e),new Dr(t)));case he:case wt:case pn:return _t(+e,+t);case Ot:return e.name==t.name&&e.message==t.message;case et:case Jt:return e==t+"";case Qe:var b=to;case Le:var x=l&A;if(b||(b=Ir),e.size!=t.size&&!x)return!1;var O=v.get(e);if(O)return O==t;l|=M,v.set(e,t);var N=fl(b(e),b(t),l,u,$,v);return v.delete(e),N;case hn:if(nr)return nr.call(e)==nr.call(t)}return!1}function k1(e,t,o,l,u,$){var v=o&A,b=Oo(e),x=b.length,O=Oo(t),N=O.length;if(x!=N&&!v)return!1;for(var k=x;k--;){var L=b[k];if(!(v?L in t:pe.call(t,L)))return!1}var F=$.get(e),j=$.get(t);if(F&&j)return F==t&&j==e;var re=!0;$.set(e,t),$.set(t,e);for(var q=v;++k<x;){L=b[k];var oe=e[L],se=t[L];if(l)var ot=v?l(se,oe,L,t,e,$):l(oe,se,L,e,t,$);if(!(ot===r?oe===se||u(oe,se,o,l,$):ot)){re=!1;break}q||(q=L=="constructor")}if(re&&!q){var We=e.constructor,at=t.constructor;We!=at&&"constructor"in e&&"constructor"in t&&!(typeof We=="function"&&We instanceof We&&typeof at=="function"&&at instanceof at)&&(re=!1)}return $.delete(e),$.delete(t),re}function Ft(e){return Mo(vl(e,r,Ol),e+"")}function Oo(e){return Id(e,Pe,Ao)}function No(e){return Id(e,Ke,pl)}var Bo=Gr?function(e){return Gr.get(e)}:Ko;function ii(e){for(var t=e.name+"",o=Tn[t],l=pe.call(Tn,t)?o.length:0;l--;){var u=o[l],$=u.func;if($==null||$==e)return u.name}return t}function Dn(e){var t=pe.call(p,"placeholder")?p:e;return t.placeholder}function G(){var e=p.iteratee||qo;return e=e===qo?Md:e,arguments.length?e(arguments[0],arguments[1]):e}function oi(e,t){var o=e.__data__;return D1(t)?o[typeof t=="string"?"string":"hash"]:o.map}function ko(e){for(var t=Pe(e),o=t.length;o--;){var l=t[o],u=e[l];t[o]=[l,u,gl(u)]}return t}function wn(e,t){var o=Uc(e,t);return Td(o)?o:r}function A1(e){var t=pe.call(e,gn),o=e[gn];try{e[gn]=r;var l=!0}catch{}var u=Rr.call(e);return l&&(t?e[gn]=o:delete e[gn]),u}var Ao=ro?function(e){return e==null?[]:(e=$e(e),tn(ro(e),function(t){return yd.call(e,t)}))}:Yo,pl=ro?function(e){for(var t=[];e;)nn(t,Ao(e)),e=Vr(e);return t}:Yo,Ve=Ue;(io&&Ve(new io(new ArrayBuffer(1)))!=Mt||Qn&&Ve(new Qn)!=Qe||oo&&Ve(oo.resolve())!=Er||Pn&&Ve(new Pn)!=Le||er&&Ve(new er)!=Qt)&&(Ve=function(e){var t=Ue(e),o=t==st?e.constructor:r,l=o?xn(o):"";if(l)switch(l){case p0:return Mt;case h0:return Qe;case $0:return Er;case g0:return Le;case m0:return Qt}return t});function I1(e,t,o){for(var l=-1,u=o.length;++l<u;){var $=o[l],v=$.size;switch($.type){case"drop":e+=v;break;case"dropRight":t-=v;break;case"take":t=De(t,e+v);break;case"takeRight":e=ke(e,t-v);break}}return{start:e,end:t}}function P1(e){var t=e.match(Vu);return t?t[1].split(Fu):[]}function hl(e,t,o){t=ln(t,e);for(var l=-1,u=t.length,$=!1;++l<u;){var v=kt(t[l]);if(!($=e!=null&&o(e,v)))break;e=e[v]}return $||++l!=u?$:(u=e==null?0:e.length,!!u&&fi(u)&&Ut(v,u)&&(ee(e)||Cn(e)))}function T1(e){var t=e.length,o=new e.constructor(t);return t&&typeof e[0]=="string"&&pe.call(e,"index")&&(o.index=e.index,o.input=e.input),o}function $l(e){return typeof e.constructor=="function"&&!sr(e)?Mn(Vr(e)):{}}function M1(e,t,o){var l=e.constructor;switch(t){case en:return _o(e);case he:case wt:return new l(+e);case Mt:return v1(e,o);case Bi:case ki:case Ai:case Ii:case Pi:case Ti:case Mi:case Ri:case Li:return Xd(e,o);case Qe:return new l;case pn:case Jt:return new l(e);case et:return y1(e);case Le:return new l;case hn:return b1(e)}}function R1(e,t){var o=t.length;if(!o)return e;var l=o-1;return t[l]=(o>1?"& ":"")+t[l],t=t.join(o>2?", ":" "),e.replace(Du,`{
10
+ */xi.exports;(function(n,i){(function(){var r,d="4.17.21",s=200,c="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",h="Expected a function",f="Invalid `variable` option passed into `_.template`",m="__lodash_hash_undefined__",g=500,y="__lodash_placeholder__",_=1,N=2,k=4,B=1,M=2,L=1,V=2,K=4,Z=8,z=16,W=32,Q=64,H=128,ae=256,de=512,ue=30,ge="...",be=800,_e=16,me=1,Ae=2,Ee=3,we=1/0,Te=9007199254740991,Je=17976931348623157e292,Fe=NaN,Ie=4294967295,I=Ie-1,T=Ie>>>1,ne=[["ary",H],["bind",L],["bindKey",V],["curry",Z],["curryRight",z],["flip",de],["partial",W],["partialRight",Q],["rearg",ae]],P="[object Arguments]",F="[object Array]",X="[object AsyncFunction]",he="[object Boolean]",wt="[object Date]",Kn="[object DOMException]",Ot="[object Error]",Xt="[object Function]",Yn="[object GeneratorFunction]",Qe="[object Map]",pn="[object Number]",_r="[object Null]",st="[object Object]",Er="[object Promise]",Ni="[object Proxy]",et="[object RegExp]",Le="[object Set]",Jt="[object String]",hn="[object Symbol]",Zn="[object Undefined]",Qt="[object WeakMap]",Sr="[object WeakSet]",en="[object ArrayBuffer]",Mt="[object DataView]",Bi="[object Float32Array]",ki="[object Float64Array]",Ai="[object Int8Array]",Ii="[object Int16Array]",Pi="[object Int32Array]",Ti="[object Uint8Array]",Mi="[object Uint8ClampedArray]",Ri="[object Uint16Array]",Li="[object Uint32Array]",Su=/\b__p \+= '';/g,Ou=/\b(__p \+=) '' \+/g,Nu=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ka=/&(?:amp|lt|gt|quot|#39);/g,Aa=/[&<>"']/g,Bu=RegExp(ka.source),ku=RegExp(Aa.source),Au=/<%-([\s\S]+?)%>/g,Iu=/<%([\s\S]+?)%>/g,Ia=/<%=([\s\S]+?)%>/g,Pu=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Tu=/^\w*$/,Mu=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Di=/[\\^$.*+?()[\]{}|]/g,Ru=RegExp(Di.source),Vi=/^\s+/,Lu=/\s/,Du=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Vu=/\{\n\/\* \[wrapped with (.+)\] \*/,Fu=/,? & /,Uu=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,zu=/[()=,{}\[\]\/\s]/,Wu=/\\(\\)?/g,Gu=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Pa=/\w*$/,ju=/^[-+]0x[0-9a-f]+$/i,qu=/^0b[01]+$/i,Hu=/^\[object .+?Constructor\]$/,Ku=/^0o[0-7]+$/i,Yu=/^(?:0|[1-9]\d*)$/,Zu=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Or=/($^)/,Xu=/['\n\r\u2028\u2029\\]/g,Nr="\\ud800-\\udfff",Ju="\\u0300-\\u036f",Qu="\\ufe20-\\ufe2f",ec="\\u20d0-\\u20ff",Ta=Ju+Qu+ec,Ma="\\u2700-\\u27bf",Ra="a-z\\xdf-\\xf6\\xf8-\\xff",tc="\\xac\\xb1\\xd7\\xf7",nc="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",rc="\\u2000-\\u206f",ic=" \\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",La="A-Z\\xc0-\\xd6\\xd8-\\xde",Da="\\ufe0e\\ufe0f",Va=tc+nc+rc+ic,Fi="['’]",oc="["+Nr+"]",Fa="["+Va+"]",Br="["+Ta+"]",Ua="\\d+",ac="["+Ma+"]",za="["+Ra+"]",Wa="[^"+Nr+Va+Ua+Ma+Ra+La+"]",Ui="\\ud83c[\\udffb-\\udfff]",dc="(?:"+Br+"|"+Ui+")",Ga="[^"+Nr+"]",zi="(?:\\ud83c[\\udde6-\\uddff]){2}",Wi="[\\ud800-\\udbff][\\udc00-\\udfff]",On="["+La+"]",ja="\\u200d",qa="(?:"+za+"|"+Wa+")",lc="(?:"+On+"|"+Wa+")",Ha="(?:"+Fi+"(?:d|ll|m|re|s|t|ve))?",Ka="(?:"+Fi+"(?:D|LL|M|RE|S|T|VE))?",Ya=dc+"?",Za="["+Da+"]?",sc="(?:"+ja+"(?:"+[Ga,zi,Wi].join("|")+")"+Za+Ya+")*",uc="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",cc="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Xa=Za+Ya+sc,fc="(?:"+[ac,zi,Wi].join("|")+")"+Xa,pc="(?:"+[Ga+Br+"?",Br,zi,Wi,oc].join("|")+")",hc=RegExp(Fi,"g"),$c=RegExp(Br,"g"),Gi=RegExp(Ui+"(?="+Ui+")|"+pc+Xa,"g"),gc=RegExp([On+"?"+za+"+"+Ha+"(?="+[Fa,On,"$"].join("|")+")",lc+"+"+Ka+"(?="+[Fa,On+qa,"$"].join("|")+")",On+"?"+qa+"+"+Ha,On+"+"+Ka,cc,uc,Ua,fc].join("|"),"g"),mc=RegExp("["+ja+Nr+Ta+Da+"]"),vc=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,yc=["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"],bc=-1,ye={};ye[Bi]=ye[ki]=ye[Ai]=ye[Ii]=ye[Pi]=ye[Ti]=ye[Mi]=ye[Ri]=ye[Li]=!0,ye[P]=ye[F]=ye[en]=ye[he]=ye[Mt]=ye[wt]=ye[Ot]=ye[Xt]=ye[Qe]=ye[pn]=ye[st]=ye[et]=ye[Le]=ye[Jt]=ye[Qt]=!1;var ve={};ve[P]=ve[F]=ve[en]=ve[Mt]=ve[he]=ve[wt]=ve[Bi]=ve[ki]=ve[Ai]=ve[Ii]=ve[Pi]=ve[Qe]=ve[pn]=ve[st]=ve[et]=ve[Le]=ve[Jt]=ve[hn]=ve[Ti]=ve[Mi]=ve[Ri]=ve[Li]=!0,ve[Ot]=ve[Xt]=ve[Qt]=!1;var wc={À:"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"},xc={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Cc={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},_c={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Ec=parseFloat,Sc=parseInt,Ja=typeof pr=="object"&&pr&&pr.Object===Object&&pr,Oc=typeof self=="object"&&self&&self.Object===Object&&self,Me=Ja||Oc||Function("return this")(),ji=i&&!i.nodeType&&i,$n=ji&&!0&&n&&!n.nodeType&&n,Qa=$n&&$n.exports===ji,qi=Qa&&Ja.process,ut=function(){try{var w=$n&&$n.require&&$n.require("util").types;return w||qi&&qi.binding&&qi.binding("util")}catch{}}(),ed=ut&&ut.isArrayBuffer,td=ut&&ut.isDate,nd=ut&&ut.isMap,rd=ut&&ut.isRegExp,id=ut&&ut.isSet,od=ut&&ut.isTypedArray;function tt(w,E,C){switch(C.length){case 0:return w.call(E);case 1:return w.call(E,C[0]);case 2:return w.call(E,C[0],C[1]);case 3:return w.call(E,C[0],C[1],C[2])}return w.apply(E,C)}function Nc(w,E,C,D){for(var J=-1,ce=w==null?0:w.length;++J<ce;){var Be=w[J];E(D,Be,C(Be),w)}return D}function ct(w,E){for(var C=-1,D=w==null?0:w.length;++C<D&&E(w[C],C,w)!==!1;);return w}function Bc(w,E){for(var C=w==null?0:w.length;C--&&E(w[C],C,w)!==!1;);return w}function ad(w,E){for(var C=-1,D=w==null?0:w.length;++C<D;)if(!E(w[C],C,w))return!1;return!0}function tn(w,E){for(var C=-1,D=w==null?0:w.length,J=0,ce=[];++C<D;){var Be=w[C];E(Be,C,w)&&(ce[J++]=Be)}return ce}function kr(w,E){var C=w==null?0:w.length;return!!C&&Nn(w,E,0)>-1}function Hi(w,E,C){for(var D=-1,J=w==null?0:w.length;++D<J;)if(C(E,w[D]))return!0;return!1}function xe(w,E){for(var C=-1,D=w==null?0:w.length,J=Array(D);++C<D;)J[C]=E(w[C],C,w);return J}function nn(w,E){for(var C=-1,D=E.length,J=w.length;++C<D;)w[J+C]=E[C];return w}function Ki(w,E,C,D){var J=-1,ce=w==null?0:w.length;for(D&&ce&&(C=w[++J]);++J<ce;)C=E(C,w[J],J,w);return C}function kc(w,E,C,D){var J=w==null?0:w.length;for(D&&J&&(C=w[--J]);J--;)C=E(C,w[J],J,w);return C}function Yi(w,E){for(var C=-1,D=w==null?0:w.length;++C<D;)if(E(w[C],C,w))return!0;return!1}var Ac=Zi("length");function Ic(w){return w.split("")}function Pc(w){return w.match(Uu)||[]}function dd(w,E,C){var D;return C(w,function(J,ce,Be){if(E(J,ce,Be))return D=ce,!1}),D}function Ar(w,E,C,D){for(var J=w.length,ce=C+(D?1:-1);D?ce--:++ce<J;)if(E(w[ce],ce,w))return ce;return-1}function Nn(w,E,C){return E===E?jc(w,E,C):Ar(w,ld,C)}function Tc(w,E,C,D){for(var J=C-1,ce=w.length;++J<ce;)if(D(w[J],E))return J;return-1}function ld(w){return w!==w}function sd(w,E){var C=w==null?0:w.length;return C?Ji(w,E)/C:Fe}function Zi(w){return function(E){return E==null?r:E[w]}}function Xi(w){return function(E){return w==null?r:w[E]}}function ud(w,E,C,D,J){return J(w,function(ce,Be,$e){C=D?(D=!1,ce):E(C,ce,Be,$e)}),C}function Mc(w,E){var C=w.length;for(w.sort(E);C--;)w[C]=w[C].value;return w}function Ji(w,E){for(var C,D=-1,J=w.length;++D<J;){var ce=E(w[D]);ce!==r&&(C=C===r?ce:C+ce)}return C}function Qi(w,E){for(var C=-1,D=Array(w);++C<w;)D[C]=E(C);return D}function Rc(w,E){return xe(E,function(C){return[C,w[C]]})}function cd(w){return w&&w.slice(0,$d(w)+1).replace(Vi,"")}function nt(w){return function(E){return w(E)}}function eo(w,E){return xe(E,function(C){return w[C]})}function Xn(w,E){return w.has(E)}function fd(w,E){for(var C=-1,D=w.length;++C<D&&Nn(E,w[C],0)>-1;);return C}function pd(w,E){for(var C=w.length;C--&&Nn(E,w[C],0)>-1;);return C}function Lc(w,E){for(var C=w.length,D=0;C--;)w[C]===E&&++D;return D}var Dc=Xi(wc),Vc=Xi(xc);function Fc(w){return"\\"+_c[w]}function Uc(w,E){return w==null?r:w[E]}function Bn(w){return mc.test(w)}function zc(w){return vc.test(w)}function Wc(w){for(var E,C=[];!(E=w.next()).done;)C.push(E.value);return C}function to(w){var E=-1,C=Array(w.size);return w.forEach(function(D,J){C[++E]=[J,D]}),C}function hd(w,E){return function(C){return w(E(C))}}function rn(w,E){for(var C=-1,D=w.length,J=0,ce=[];++C<D;){var Be=w[C];(Be===E||Be===y)&&(w[C]=y,ce[J++]=C)}return ce}function Ir(w){var E=-1,C=Array(w.size);return w.forEach(function(D){C[++E]=D}),C}function Gc(w){var E=-1,C=Array(w.size);return w.forEach(function(D){C[++E]=[D,D]}),C}function jc(w,E,C){for(var D=C-1,J=w.length;++D<J;)if(w[D]===E)return D;return-1}function qc(w,E,C){for(var D=C+1;D--;)if(w[D]===E)return D;return D}function kn(w){return Bn(w)?Kc(w):Ac(w)}function xt(w){return Bn(w)?Yc(w):Ic(w)}function $d(w){for(var E=w.length;E--&&Lu.test(w.charAt(E)););return E}var Hc=Xi(Cc);function Kc(w){for(var E=Gi.lastIndex=0;Gi.test(w);)++E;return E}function Yc(w){return w.match(Gi)||[]}function Zc(w){return w.match(gc)||[]}var Xc=function w(E){E=E==null?Me:An.defaults(Me.Object(),E,An.pick(Me,yc));var C=E.Array,D=E.Date,J=E.Error,ce=E.Function,Be=E.Math,$e=E.Object,no=E.RegExp,Jc=E.String,ft=E.TypeError,Pr=C.prototype,Qc=ce.prototype,In=$e.prototype,Tr=E["__core-js_shared__"],Mr=Qc.toString,pe=In.hasOwnProperty,e0=0,gd=function(){var e=/[^.]+$/.exec(Tr&&Tr.keys&&Tr.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Rr=In.toString,t0=Mr.call($e),n0=Me._,r0=no("^"+Mr.call(pe).replace(Di,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Lr=Qa?E.Buffer:r,on=E.Symbol,Dr=E.Uint8Array,md=Lr?Lr.allocUnsafe:r,Vr=hd($e.getPrototypeOf,$e),vd=$e.create,yd=In.propertyIsEnumerable,Fr=Pr.splice,bd=on?on.isConcatSpreadable:r,Jn=on?on.iterator:r,gn=on?on.toStringTag:r,Ur=function(){try{var e=wn($e,"defineProperty");return e({},"",{}),e}catch{}}(),i0=E.clearTimeout!==Me.clearTimeout&&E.clearTimeout,o0=D&&D.now!==Me.Date.now&&D.now,a0=E.setTimeout!==Me.setTimeout&&E.setTimeout,zr=Be.ceil,Wr=Be.floor,ro=$e.getOwnPropertySymbols,d0=Lr?Lr.isBuffer:r,wd=E.isFinite,l0=Pr.join,s0=hd($e.keys,$e),ke=Be.max,De=Be.min,u0=D.now,c0=E.parseInt,xd=Be.random,f0=Pr.reverse,io=wn(E,"DataView"),Qn=wn(E,"Map"),oo=wn(E,"Promise"),Pn=wn(E,"Set"),er=wn(E,"WeakMap"),tr=wn($e,"create"),Gr=er&&new er,Tn={},p0=xn(io),h0=xn(Qn),$0=xn(oo),g0=xn(Pn),m0=xn(er),jr=on?on.prototype:r,nr=jr?jr.valueOf:r,Cd=jr?jr.toString:r;function p(e){if(Se(e)&&!ee(e)&&!(e instanceof le)){if(e instanceof pt)return e;if(pe.call(e,"__wrapped__"))return _l(e)}return new pt(e)}var Mn=function(){function e(){}return function(t){if(!Ce(t))return{};if(vd)return vd(t);e.prototype=t;var o=new e;return e.prototype=r,o}}();function qr(){}function pt(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}p.templateSettings={escape:Au,evaluate:Iu,interpolate:Ia,variable:"",imports:{_:p}},p.prototype=qr.prototype,p.prototype.constructor=p,pt.prototype=Mn(qr.prototype),pt.prototype.constructor=pt;function le(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ie,this.__views__=[]}function v0(){var e=new le(this.__wrapped__);return e.__actions__=qe(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=qe(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=qe(this.__views__),e}function y0(){if(this.__filtered__){var e=new le(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function b0(){var e=this.__wrapped__.value(),t=this.__dir__,o=ee(e),l=t<0,u=o?e.length:0,$=I1(0,u,this.__views__),v=$.start,b=$.end,x=b-v,S=l?b:v-1,O=this.__iteratees__,A=O.length,R=0,U=De(x,this.__takeCount__);if(!o||!l&&u==x&&U==x)return Hd(e,this.__actions__);var j=[];e:for(;x--&&R<U;){S+=t;for(var re=-1,q=e[S];++re<A;){var oe=O[re],se=oe.iteratee,ot=oe.type,We=se(q);if(ot==Ae)q=We;else if(!We){if(ot==me)continue e;break e}}j[R++]=q}return j}le.prototype=Mn(qr.prototype),le.prototype.constructor=le;function mn(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var l=e[t];this.set(l[0],l[1])}}function w0(){this.__data__=tr?tr(null):{},this.size=0}function x0(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}function C0(e){var t=this.__data__;if(tr){var o=t[e];return o===m?r:o}return pe.call(t,e)?t[e]:r}function _0(e){var t=this.__data__;return tr?t[e]!==r:pe.call(t,e)}function E0(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=tr&&t===r?m:t,this}mn.prototype.clear=w0,mn.prototype.delete=x0,mn.prototype.get=C0,mn.prototype.has=_0,mn.prototype.set=E0;function Rt(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var l=e[t];this.set(l[0],l[1])}}function S0(){this.__data__=[],this.size=0}function O0(e){var t=this.__data__,o=Hr(t,e);if(o<0)return!1;var l=t.length-1;return o==l?t.pop():Fr.call(t,o,1),--this.size,!0}function N0(e){var t=this.__data__,o=Hr(t,e);return o<0?r:t[o][1]}function B0(e){return Hr(this.__data__,e)>-1}function k0(e,t){var o=this.__data__,l=Hr(o,e);return l<0?(++this.size,o.push([e,t])):o[l][1]=t,this}Rt.prototype.clear=S0,Rt.prototype.delete=O0,Rt.prototype.get=N0,Rt.prototype.has=B0,Rt.prototype.set=k0;function Lt(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var l=e[t];this.set(l[0],l[1])}}function A0(){this.size=0,this.__data__={hash:new mn,map:new(Qn||Rt),string:new mn}}function I0(e){var t=oi(this,e).delete(e);return this.size-=t?1:0,t}function P0(e){return oi(this,e).get(e)}function T0(e){return oi(this,e).has(e)}function M0(e,t){var o=oi(this,e),l=o.size;return o.set(e,t),this.size+=o.size==l?0:1,this}Lt.prototype.clear=A0,Lt.prototype.delete=I0,Lt.prototype.get=P0,Lt.prototype.has=T0,Lt.prototype.set=M0;function vn(e){var t=-1,o=e==null?0:e.length;for(this.__data__=new Lt;++t<o;)this.add(e[t])}function R0(e){return this.__data__.set(e,m),this}function L0(e){return this.__data__.has(e)}vn.prototype.add=vn.prototype.push=R0,vn.prototype.has=L0;function Ct(e){var t=this.__data__=new Rt(e);this.size=t.size}function D0(){this.__data__=new Rt,this.size=0}function V0(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}function F0(e){return this.__data__.get(e)}function U0(e){return this.__data__.has(e)}function z0(e,t){var o=this.__data__;if(o instanceof Rt){var l=o.__data__;if(!Qn||l.length<s-1)return l.push([e,t]),this.size=++o.size,this;o=this.__data__=new Lt(l)}return o.set(e,t),this.size=o.size,this}Ct.prototype.clear=D0,Ct.prototype.delete=V0,Ct.prototype.get=F0,Ct.prototype.has=U0,Ct.prototype.set=z0;function _d(e,t){var o=ee(e),l=!o&&Cn(e),u=!o&&!l&&un(e),$=!o&&!l&&!u&&Vn(e),v=o||l||u||$,b=v?Qi(e.length,Jc):[],x=b.length;for(var S in e)(t||pe.call(e,S))&&!(v&&(S=="length"||u&&(S=="offset"||S=="parent")||$&&(S=="buffer"||S=="byteLength"||S=="byteOffset")||Ut(S,x)))&&b.push(S);return b}function Ed(e){var t=e.length;return t?e[mo(0,t-1)]:r}function W0(e,t){return ai(qe(e),yn(t,0,e.length))}function G0(e){return ai(qe(e))}function ao(e,t,o){(o!==r&&!_t(e[t],o)||o===r&&!(t in e))&&Dt(e,t,o)}function rr(e,t,o){var l=e[t];(!(pe.call(e,t)&&_t(l,o))||o===r&&!(t in e))&&Dt(e,t,o)}function Hr(e,t){for(var o=e.length;o--;)if(_t(e[o][0],t))return o;return-1}function j0(e,t,o,l){return an(e,function(u,$,v){t(l,u,o(u),v)}),l}function Sd(e,t){return e&&Bt(t,Pe(t),e)}function q0(e,t){return e&&Bt(t,Ke(t),e)}function Dt(e,t,o){t=="__proto__"&&Ur?Ur(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}function lo(e,t){for(var o=-1,l=t.length,u=C(l),$=e==null;++o<l;)u[o]=$?r:zo(e,t[o]);return u}function yn(e,t,o){return e===e&&(o!==r&&(e=e<=o?e:o),t!==r&&(e=e>=t?e:t)),e}function ht(e,t,o,l,u,$){var v,b=t&_,x=t&N,S=t&k;if(o&&(v=u?o(e,l,u,$):o(e)),v!==r)return v;if(!Ce(e))return e;var O=ee(e);if(O){if(v=T1(e),!b)return qe(e,v)}else{var A=Ve(e),R=A==Xt||A==Yn;if(un(e))return Zd(e,b);if(A==st||A==P||R&&!u){if(v=x||R?{}:$l(e),!b)return x?C1(e,q0(v,e)):x1(e,Sd(v,e))}else{if(!ve[A])return u?e:{};v=M1(e,A,b)}}$||($=new Ct);var U=$.get(e);if(U)return U;$.set(e,v),Gl(e)?e.forEach(function(q){v.add(ht(q,t,o,q,e,$))}):zl(e)&&e.forEach(function(q,oe){v.set(oe,ht(q,t,o,oe,e,$))});var j=S?x?No:Oo:x?Ke:Pe,re=O?r:j(e);return ct(re||e,function(q,oe){re&&(oe=q,q=e[oe]),rr(v,oe,ht(q,t,o,oe,e,$))}),v}function H0(e){var t=Pe(e);return function(o){return Od(o,e,t)}}function Od(e,t,o){var l=o.length;if(e==null)return!l;for(e=$e(e);l--;){var u=o[l],$=t[u],v=e[u];if(v===r&&!(u in e)||!$(v))return!1}return!0}function Nd(e,t,o){if(typeof e!="function")throw new ft(h);return ur(function(){e.apply(r,o)},t)}function ir(e,t,o,l){var u=-1,$=kr,v=!0,b=e.length,x=[],S=t.length;if(!b)return x;o&&(t=xe(t,nt(o))),l?($=Hi,v=!1):t.length>=s&&($=Xn,v=!1,t=new vn(t));e:for(;++u<b;){var O=e[u],A=o==null?O:o(O);if(O=l||O!==0?O:0,v&&A===A){for(var R=S;R--;)if(t[R]===A)continue e;x.push(O)}else $(t,A,l)||x.push(O)}return x}var an=tl(Nt),Bd=tl(uo,!0);function K0(e,t){var o=!0;return an(e,function(l,u,$){return o=!!t(l,u,$),o}),o}function Kr(e,t,o){for(var l=-1,u=e.length;++l<u;){var $=e[l],v=t($);if(v!=null&&(b===r?v===v&&!it(v):o(v,b)))var b=v,x=$}return x}function Y0(e,t,o,l){var u=e.length;for(o=te(o),o<0&&(o=-o>u?0:u+o),l=l===r||l>u?u:te(l),l<0&&(l+=u),l=o>l?0:ql(l);o<l;)e[o++]=t;return e}function kd(e,t){var o=[];return an(e,function(l,u,$){t(l,u,$)&&o.push(l)}),o}function Re(e,t,o,l,u){var $=-1,v=e.length;for(o||(o=L1),u||(u=[]);++$<v;){var b=e[$];t>0&&o(b)?t>1?Re(b,t-1,o,l,u):nn(u,b):l||(u[u.length]=b)}return u}var so=nl(),Ad=nl(!0);function Nt(e,t){return e&&so(e,t,Pe)}function uo(e,t){return e&&Ad(e,t,Pe)}function Yr(e,t){return tn(t,function(o){return zt(e[o])})}function bn(e,t){t=ln(t,e);for(var o=0,l=t.length;e!=null&&o<l;)e=e[kt(t[o++])];return o&&o==l?e:r}function Id(e,t,o){var l=t(e);return ee(e)?l:nn(l,o(e))}function Ue(e){return e==null?e===r?Zn:_r:gn&&gn in $e(e)?A1(e):G1(e)}function co(e,t){return e>t}function Z0(e,t){return e!=null&&pe.call(e,t)}function X0(e,t){return e!=null&&t in $e(e)}function J0(e,t,o){return e>=De(t,o)&&e<ke(t,o)}function fo(e,t,o){for(var l=o?Hi:kr,u=e[0].length,$=e.length,v=$,b=C($),x=1/0,S=[];v--;){var O=e[v];v&&t&&(O=xe(O,nt(t))),x=De(O.length,x),b[v]=!o&&(t||u>=120&&O.length>=120)?new vn(v&&O):r}O=e[0];var A=-1,R=b[0];e:for(;++A<u&&S.length<x;){var U=O[A],j=t?t(U):U;if(U=o||U!==0?U:0,!(R?Xn(R,j):l(S,j,o))){for(v=$;--v;){var re=b[v];if(!(re?Xn(re,j):l(e[v],j,o)))continue e}R&&R.push(j),S.push(U)}}return S}function Q0(e,t,o,l){return Nt(e,function(u,$,v){t(l,o(u),$,v)}),l}function or(e,t,o){t=ln(t,e),e=yl(e,t);var l=e==null?e:e[kt(gt(t))];return l==null?r:tt(l,e,o)}function Pd(e){return Se(e)&&Ue(e)==P}function e1(e){return Se(e)&&Ue(e)==en}function t1(e){return Se(e)&&Ue(e)==wt}function ar(e,t,o,l,u){return e===t?!0:e==null||t==null||!Se(e)&&!Se(t)?e!==e&&t!==t:n1(e,t,o,l,ar,u)}function n1(e,t,o,l,u,$){var v=ee(e),b=ee(t),x=v?F:Ve(e),S=b?F:Ve(t);x=x==P?st:x,S=S==P?st:S;var O=x==st,A=S==st,R=x==S;if(R&&un(e)){if(!un(t))return!1;v=!0,O=!1}if(R&&!O)return $||($=new Ct),v||Vn(e)?fl(e,t,o,l,u,$):B1(e,t,x,o,l,u,$);if(!(o&B)){var U=O&&pe.call(e,"__wrapped__"),j=A&&pe.call(t,"__wrapped__");if(U||j){var re=U?e.value():e,q=j?t.value():t;return $||($=new Ct),u(re,q,o,l,$)}}return R?($||($=new Ct),k1(e,t,o,l,u,$)):!1}function r1(e){return Se(e)&&Ve(e)==Qe}function po(e,t,o,l){var u=o.length,$=u,v=!l;if(e==null)return!$;for(e=$e(e);u--;){var b=o[u];if(v&&b[2]?b[1]!==e[b[0]]:!(b[0]in e))return!1}for(;++u<$;){b=o[u];var x=b[0],S=e[x],O=b[1];if(v&&b[2]){if(S===r&&!(x in e))return!1}else{var A=new Ct;if(l)var R=l(S,O,x,e,t,A);if(!(R===r?ar(O,S,B|M,l,A):R))return!1}}return!0}function Td(e){if(!Ce(e)||V1(e))return!1;var t=zt(e)?r0:Hu;return t.test(xn(e))}function i1(e){return Se(e)&&Ue(e)==et}function o1(e){return Se(e)&&Ve(e)==Le}function a1(e){return Se(e)&&fi(e.length)&&!!ye[Ue(e)]}function Md(e){return typeof e=="function"?e:e==null?Ye:typeof e=="object"?ee(e)?Dd(e[0],e[1]):Ld(e):rs(e)}function ho(e){if(!sr(e))return s0(e);var t=[];for(var o in $e(e))pe.call(e,o)&&o!="constructor"&&t.push(o);return t}function d1(e){if(!Ce(e))return W1(e);var t=sr(e),o=[];for(var l in e)l=="constructor"&&(t||!pe.call(e,l))||o.push(l);return o}function $o(e,t){return e<t}function Rd(e,t){var o=-1,l=He(e)?C(e.length):[];return an(e,function(u,$,v){l[++o]=t(u,$,v)}),l}function Ld(e){var t=ko(e);return t.length==1&&t[0][2]?ml(t[0][0],t[0][1]):function(o){return o===e||po(o,e,t)}}function Dd(e,t){return Io(e)&&gl(t)?ml(kt(e),t):function(o){var l=zo(o,e);return l===r&&l===t?Wo(o,e):ar(t,l,B|M)}}function Zr(e,t,o,l,u){e!==t&&so(t,function($,v){if(u||(u=new Ct),Ce($))l1(e,t,v,o,Zr,l,u);else{var b=l?l(To(e,v),$,v+"",e,t,u):r;b===r&&(b=$),ao(e,v,b)}},Ke)}function l1(e,t,o,l,u,$,v){var b=To(e,o),x=To(t,o),S=v.get(x);if(S){ao(e,o,S);return}var O=$?$(b,x,o+"",e,t,v):r,A=O===r;if(A){var R=ee(x),U=!R&&un(x),j=!R&&!U&&Vn(x);O=x,R||U||j?ee(b)?O=b:Oe(b)?O=qe(b):U?(A=!1,O=Zd(x,!0)):j?(A=!1,O=Xd(x,!0)):O=[]:cr(x)||Cn(x)?(O=b,Cn(b)?O=Hl(b):(!Ce(b)||zt(b))&&(O=$l(x))):A=!1}A&&(v.set(x,O),u(O,x,l,$,v),v.delete(x)),ao(e,o,O)}function Vd(e,t){var o=e.length;if(o)return t+=t<0?o:0,Ut(t,o)?e[t]:r}function Fd(e,t,o){t.length?t=xe(t,function($){return ee($)?function(v){return bn(v,$.length===1?$[0]:$)}:$}):t=[Ye];var l=-1;t=xe(t,nt(G()));var u=Rd(e,function($,v,b){var x=xe(t,function(S){return S($)});return{criteria:x,index:++l,value:$}});return Mc(u,function($,v){return w1($,v,o)})}function s1(e,t){return Ud(e,t,function(o,l){return Wo(e,l)})}function Ud(e,t,o){for(var l=-1,u=t.length,$={};++l<u;){var v=t[l],b=bn(e,v);o(b,v)&&dr($,ln(v,e),b)}return $}function u1(e){return function(t){return bn(t,e)}}function go(e,t,o,l){var u=l?Tc:Nn,$=-1,v=t.length,b=e;for(e===t&&(t=qe(t)),o&&(b=xe(e,nt(o)));++$<v;)for(var x=0,S=t[$],O=o?o(S):S;(x=u(b,O,x,l))>-1;)b!==e&&Fr.call(b,x,1),Fr.call(e,x,1);return e}function zd(e,t){for(var o=e?t.length:0,l=o-1;o--;){var u=t[o];if(o==l||u!==$){var $=u;Ut(u)?Fr.call(e,u,1):bo(e,u)}}return e}function mo(e,t){return e+Wr(xd()*(t-e+1))}function c1(e,t,o,l){for(var u=-1,$=ke(zr((t-e)/(o||1)),0),v=C($);$--;)v[l?$:++u]=e,e+=o;return v}function vo(e,t){var o="";if(!e||t<1||t>Te)return o;do t%2&&(o+=e),t=Wr(t/2),t&&(e+=e);while(t);return o}function ie(e,t){return Mo(vl(e,t,Ye),e+"")}function f1(e){return Ed(Fn(e))}function p1(e,t){var o=Fn(e);return ai(o,yn(t,0,o.length))}function dr(e,t,o,l){if(!Ce(e))return e;t=ln(t,e);for(var u=-1,$=t.length,v=$-1,b=e;b!=null&&++u<$;){var x=kt(t[u]),S=o;if(x==="__proto__"||x==="constructor"||x==="prototype")return e;if(u!=v){var O=b[x];S=l?l(O,x,b):r,S===r&&(S=Ce(O)?O:Ut(t[u+1])?[]:{})}rr(b,x,S),b=b[x]}return e}var Wd=Gr?function(e,t){return Gr.set(e,t),e}:Ye,h1=Ur?function(e,t){return Ur(e,"toString",{configurable:!0,enumerable:!1,value:jo(t),writable:!0})}:Ye;function $1(e){return ai(Fn(e))}function $t(e,t,o){var l=-1,u=e.length;t<0&&(t=-t>u?0:u+t),o=o>u?u:o,o<0&&(o+=u),u=t>o?0:o-t>>>0,t>>>=0;for(var $=C(u);++l<u;)$[l]=e[l+t];return $}function g1(e,t){var o;return an(e,function(l,u,$){return o=t(l,u,$),!o}),!!o}function Xr(e,t,o){var l=0,u=e==null?l:e.length;if(typeof t=="number"&&t===t&&u<=T){for(;l<u;){var $=l+u>>>1,v=e[$];v!==null&&!it(v)&&(o?v<=t:v<t)?l=$+1:u=$}return u}return yo(e,t,Ye,o)}function yo(e,t,o,l){var u=0,$=e==null?0:e.length;if($===0)return 0;t=o(t);for(var v=t!==t,b=t===null,x=it(t),S=t===r;u<$;){var O=Wr((u+$)/2),A=o(e[O]),R=A!==r,U=A===null,j=A===A,re=it(A);if(v)var q=l||j;else S?q=j&&(l||R):b?q=j&&R&&(l||!U):x?q=j&&R&&!U&&(l||!re):U||re?q=!1:q=l?A<=t:A<t;q?u=O+1:$=O}return De($,I)}function Gd(e,t){for(var o=-1,l=e.length,u=0,$=[];++o<l;){var v=e[o],b=t?t(v):v;if(!o||!_t(b,x)){var x=b;$[u++]=v===0?0:v}}return $}function jd(e){return typeof e=="number"?e:it(e)?Fe:+e}function rt(e){if(typeof e=="string")return e;if(ee(e))return xe(e,rt)+"";if(it(e))return Cd?Cd.call(e):"";var t=e+"";return t=="0"&&1/e==-we?"-0":t}function dn(e,t,o){var l=-1,u=kr,$=e.length,v=!0,b=[],x=b;if(o)v=!1,u=Hi;else if($>=s){var S=t?null:O1(e);if(S)return Ir(S);v=!1,u=Xn,x=new vn}else x=t?[]:b;e:for(;++l<$;){var O=e[l],A=t?t(O):O;if(O=o||O!==0?O:0,v&&A===A){for(var R=x.length;R--;)if(x[R]===A)continue e;t&&x.push(A),b.push(O)}else u(x,A,o)||(x!==b&&x.push(A),b.push(O))}return b}function bo(e,t){return t=ln(t,e),e=yl(e,t),e==null||delete e[kt(gt(t))]}function qd(e,t,o,l){return dr(e,t,o(bn(e,t)),l)}function Jr(e,t,o,l){for(var u=e.length,$=l?u:-1;(l?$--:++$<u)&&t(e[$],$,e););return o?$t(e,l?0:$,l?$+1:u):$t(e,l?$+1:0,l?u:$)}function Hd(e,t){var o=e;return o instanceof le&&(o=o.value()),Ki(t,function(l,u){return u.func.apply(u.thisArg,nn([l],u.args))},o)}function wo(e,t,o){var l=e.length;if(l<2)return l?dn(e[0]):[];for(var u=-1,$=C(l);++u<l;)for(var v=e[u],b=-1;++b<l;)b!=u&&($[u]=ir($[u]||v,e[b],t,o));return dn(Re($,1),t,o)}function Kd(e,t,o){for(var l=-1,u=e.length,$=t.length,v={};++l<u;){var b=l<$?t[l]:r;o(v,e[l],b)}return v}function xo(e){return Oe(e)?e:[]}function Co(e){return typeof e=="function"?e:Ye}function ln(e,t){return ee(e)?e:Io(e,t)?[e]:Cl(fe(e))}var m1=ie;function sn(e,t,o){var l=e.length;return o=o===r?l:o,!t&&o>=l?e:$t(e,t,o)}var Yd=i0||function(e){return Me.clearTimeout(e)};function Zd(e,t){if(t)return e.slice();var o=e.length,l=md?md(o):new e.constructor(o);return e.copy(l),l}function _o(e){var t=new e.constructor(e.byteLength);return new Dr(t).set(new Dr(e)),t}function v1(e,t){var o=t?_o(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.byteLength)}function y1(e){var t=new e.constructor(e.source,Pa.exec(e));return t.lastIndex=e.lastIndex,t}function b1(e){return nr?$e(nr.call(e)):{}}function Xd(e,t){var o=t?_o(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}function Jd(e,t){if(e!==t){var o=e!==r,l=e===null,u=e===e,$=it(e),v=t!==r,b=t===null,x=t===t,S=it(t);if(!b&&!S&&!$&&e>t||$&&v&&x&&!b&&!S||l&&v&&x||!o&&x||!u)return 1;if(!l&&!$&&!S&&e<t||S&&o&&u&&!l&&!$||b&&o&&u||!v&&u||!x)return-1}return 0}function w1(e,t,o){for(var l=-1,u=e.criteria,$=t.criteria,v=u.length,b=o.length;++l<v;){var x=Jd(u[l],$[l]);if(x){if(l>=b)return x;var S=o[l];return x*(S=="desc"?-1:1)}}return e.index-t.index}function Qd(e,t,o,l){for(var u=-1,$=e.length,v=o.length,b=-1,x=t.length,S=ke($-v,0),O=C(x+S),A=!l;++b<x;)O[b]=t[b];for(;++u<v;)(A||u<$)&&(O[o[u]]=e[u]);for(;S--;)O[b++]=e[u++];return O}function el(e,t,o,l){for(var u=-1,$=e.length,v=-1,b=o.length,x=-1,S=t.length,O=ke($-b,0),A=C(O+S),R=!l;++u<O;)A[u]=e[u];for(var U=u;++x<S;)A[U+x]=t[x];for(;++v<b;)(R||u<$)&&(A[U+o[v]]=e[u++]);return A}function qe(e,t){var o=-1,l=e.length;for(t||(t=C(l));++o<l;)t[o]=e[o];return t}function Bt(e,t,o,l){var u=!o;o||(o={});for(var $=-1,v=t.length;++$<v;){var b=t[$],x=l?l(o[b],e[b],b,o,e):r;x===r&&(x=e[b]),u?Dt(o,b,x):rr(o,b,x)}return o}function x1(e,t){return Bt(e,Ao(e),t)}function C1(e,t){return Bt(e,pl(e),t)}function Qr(e,t){return function(o,l){var u=ee(o)?Nc:j0,$=t?t():{};return u(o,e,G(l,2),$)}}function Rn(e){return ie(function(t,o){var l=-1,u=o.length,$=u>1?o[u-1]:r,v=u>2?o[2]:r;for($=e.length>3&&typeof $=="function"?(u--,$):r,v&&ze(o[0],o[1],v)&&($=u<3?r:$,u=1),t=$e(t);++l<u;){var b=o[l];b&&e(t,b,l,$)}return t})}function tl(e,t){return function(o,l){if(o==null)return o;if(!He(o))return e(o,l);for(var u=o.length,$=t?u:-1,v=$e(o);(t?$--:++$<u)&&l(v[$],$,v)!==!1;);return o}}function nl(e){return function(t,o,l){for(var u=-1,$=$e(t),v=l(t),b=v.length;b--;){var x=v[e?b:++u];if(o($[x],x,$)===!1)break}return t}}function _1(e,t,o){var l=t&L,u=lr(e);function $(){var v=this&&this!==Me&&this instanceof $?u:e;return v.apply(l?o:this,arguments)}return $}function rl(e){return function(t){t=fe(t);var o=Bn(t)?xt(t):r,l=o?o[0]:t.charAt(0),u=o?sn(o,1).join(""):t.slice(1);return l[e]()+u}}function Ln(e){return function(t){return Ki(ts(es(t).replace(hc,"")),e,"")}}function lr(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var o=Mn(e.prototype),l=e.apply(o,t);return Ce(l)?l:o}}function E1(e,t,o){var l=lr(e);function u(){for(var $=arguments.length,v=C($),b=$,x=Dn(u);b--;)v[b]=arguments[b];var S=$<3&&v[0]!==x&&v[$-1]!==x?[]:rn(v,x);if($-=S.length,$<o)return ll(e,t,ei,u.placeholder,r,v,S,r,r,o-$);var O=this&&this!==Me&&this instanceof u?l:e;return tt(O,this,v)}return u}function il(e){return function(t,o,l){var u=$e(t);if(!He(t)){var $=G(o,3);t=Pe(t),o=function(b){return $(u[b],b,u)}}var v=e(t,o,l);return v>-1?u[$?t[v]:v]:r}}function ol(e){return Ft(function(t){var o=t.length,l=o,u=pt.prototype.thru;for(e&&t.reverse();l--;){var $=t[l];if(typeof $!="function")throw new ft(h);if(u&&!v&&ii($)=="wrapper")var v=new pt([],!0)}for(l=v?l:o;++l<o;){$=t[l];var b=ii($),x=b=="wrapper"?Bo($):r;x&&Po(x[0])&&x[1]==(H|Z|W|ae)&&!x[4].length&&x[9]==1?v=v[ii(x[0])].apply(v,x[3]):v=$.length==1&&Po($)?v[b]():v.thru($)}return function(){var S=arguments,O=S[0];if(v&&S.length==1&&ee(O))return v.plant(O).value();for(var A=0,R=o?t[A].apply(this,S):O;++A<o;)R=t[A].call(this,R);return R}})}function ei(e,t,o,l,u,$,v,b,x,S){var O=t&H,A=t&L,R=t&V,U=t&(Z|z),j=t&de,re=R?r:lr(e);function q(){for(var oe=arguments.length,se=C(oe),ot=oe;ot--;)se[ot]=arguments[ot];if(U)var We=Dn(q),at=Lc(se,We);if(l&&(se=Qd(se,l,u,U)),$&&(se=el(se,$,v,U)),oe-=at,U&&oe<S){var Ne=rn(se,We);return ll(e,t,ei,q.placeholder,o,se,Ne,b,x,S-oe)}var Et=A?o:this,Gt=R?Et[e]:e;return oe=se.length,b?se=j1(se,b):j&&oe>1&&se.reverse(),O&&x<oe&&(se.length=x),this&&this!==Me&&this instanceof q&&(Gt=re||lr(Gt)),Gt.apply(Et,se)}return q}function al(e,t){return function(o,l){return Q0(o,e,t(l),{})}}function ti(e,t){return function(o,l){var u;if(o===r&&l===r)return t;if(o!==r&&(u=o),l!==r){if(u===r)return l;typeof o=="string"||typeof l=="string"?(o=rt(o),l=rt(l)):(o=jd(o),l=jd(l)),u=e(o,l)}return u}}function Eo(e){return Ft(function(t){return t=xe(t,nt(G())),ie(function(o){var l=this;return e(t,function(u){return tt(u,l,o)})})})}function ni(e,t){t=t===r?" ":rt(t);var o=t.length;if(o<2)return o?vo(t,e):t;var l=vo(t,zr(e/kn(t)));return Bn(t)?sn(xt(l),0,e).join(""):l.slice(0,e)}function S1(e,t,o,l){var u=t&L,$=lr(e);function v(){for(var b=-1,x=arguments.length,S=-1,O=l.length,A=C(O+x),R=this&&this!==Me&&this instanceof v?$:e;++S<O;)A[S]=l[S];for(;x--;)A[S++]=arguments[++b];return tt(R,u?o:this,A)}return v}function dl(e){return function(t,o,l){return l&&typeof l!="number"&&ze(t,o,l)&&(o=l=r),t=Wt(t),o===r?(o=t,t=0):o=Wt(o),l=l===r?t<o?1:-1:Wt(l),c1(t,o,l,e)}}function ri(e){return function(t,o){return typeof t=="string"&&typeof o=="string"||(t=mt(t),o=mt(o)),e(t,o)}}function ll(e,t,o,l,u,$,v,b,x,S){var O=t&Z,A=O?v:r,R=O?r:v,U=O?$:r,j=O?r:$;t|=O?W:Q,t&=~(O?Q:W),t&K||(t&=~(L|V));var re=[e,t,u,U,A,j,R,b,x,S],q=o.apply(r,re);return Po(e)&&bl(q,re),q.placeholder=l,wl(q,e,t)}function So(e){var t=Be[e];return function(o,l){if(o=mt(o),l=l==null?0:De(te(l),292),l&&wd(o)){var u=(fe(o)+"e").split("e"),$=t(u[0]+"e"+(+u[1]+l));return u=(fe($)+"e").split("e"),+(u[0]+"e"+(+u[1]-l))}return t(o)}}var O1=Pn&&1/Ir(new Pn([,-0]))[1]==we?function(e){return new Pn(e)}:Ko;function sl(e){return function(t){var o=Ve(t);return o==Qe?to(t):o==Le?Gc(t):Rc(t,e(t))}}function Vt(e,t,o,l,u,$,v,b){var x=t&V;if(!x&&typeof e!="function")throw new ft(h);var S=l?l.length:0;if(S||(t&=~(W|Q),l=u=r),v=v===r?v:ke(te(v),0),b=b===r?b:te(b),S-=u?u.length:0,t&Q){var O=l,A=u;l=u=r}var R=x?r:Bo(e),U=[e,t,o,l,u,O,A,$,v,b];if(R&&z1(U,R),e=U[0],t=U[1],o=U[2],l=U[3],u=U[4],b=U[9]=U[9]===r?x?0:e.length:ke(U[9]-S,0),!b&&t&(Z|z)&&(t&=~(Z|z)),!t||t==L)var j=_1(e,t,o);else t==Z||t==z?j=E1(e,t,b):(t==W||t==(L|W))&&!u.length?j=S1(e,t,o,l):j=ei.apply(r,U);var re=R?Wd:bl;return wl(re(j,U),e,t)}function ul(e,t,o,l){return e===r||_t(e,In[o])&&!pe.call(l,o)?t:e}function cl(e,t,o,l,u,$){return Ce(e)&&Ce(t)&&($.set(t,e),Zr(e,t,r,cl,$),$.delete(t)),e}function N1(e){return cr(e)?r:e}function fl(e,t,o,l,u,$){var v=o&B,b=e.length,x=t.length;if(b!=x&&!(v&&x>b))return!1;var S=$.get(e),O=$.get(t);if(S&&O)return S==t&&O==e;var A=-1,R=!0,U=o&M?new vn:r;for($.set(e,t),$.set(t,e);++A<b;){var j=e[A],re=t[A];if(l)var q=v?l(re,j,A,t,e,$):l(j,re,A,e,t,$);if(q!==r){if(q)continue;R=!1;break}if(U){if(!Yi(t,function(oe,se){if(!Xn(U,se)&&(j===oe||u(j,oe,o,l,$)))return U.push(se)})){R=!1;break}}else if(!(j===re||u(j,re,o,l,$))){R=!1;break}}return $.delete(e),$.delete(t),R}function B1(e,t,o,l,u,$,v){switch(o){case Mt:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case en:return!(e.byteLength!=t.byteLength||!$(new Dr(e),new Dr(t)));case he:case wt:case pn:return _t(+e,+t);case Ot:return e.name==t.name&&e.message==t.message;case et:case Jt:return e==t+"";case Qe:var b=to;case Le:var x=l&B;if(b||(b=Ir),e.size!=t.size&&!x)return!1;var S=v.get(e);if(S)return S==t;l|=M,v.set(e,t);var O=fl(b(e),b(t),l,u,$,v);return v.delete(e),O;case hn:if(nr)return nr.call(e)==nr.call(t)}return!1}function k1(e,t,o,l,u,$){var v=o&B,b=Oo(e),x=b.length,S=Oo(t),O=S.length;if(x!=O&&!v)return!1;for(var A=x;A--;){var R=b[A];if(!(v?R in t:pe.call(t,R)))return!1}var U=$.get(e),j=$.get(t);if(U&&j)return U==t&&j==e;var re=!0;$.set(e,t),$.set(t,e);for(var q=v;++A<x;){R=b[A];var oe=e[R],se=t[R];if(l)var ot=v?l(se,oe,R,t,e,$):l(oe,se,R,e,t,$);if(!(ot===r?oe===se||u(oe,se,o,l,$):ot)){re=!1;break}q||(q=R=="constructor")}if(re&&!q){var We=e.constructor,at=t.constructor;We!=at&&"constructor"in e&&"constructor"in t&&!(typeof We=="function"&&We instanceof We&&typeof at=="function"&&at instanceof at)&&(re=!1)}return $.delete(e),$.delete(t),re}function Ft(e){return Mo(vl(e,r,Ol),e+"")}function Oo(e){return Id(e,Pe,Ao)}function No(e){return Id(e,Ke,pl)}var Bo=Gr?function(e){return Gr.get(e)}:Ko;function ii(e){for(var t=e.name+"",o=Tn[t],l=pe.call(Tn,t)?o.length:0;l--;){var u=o[l],$=u.func;if($==null||$==e)return u.name}return t}function Dn(e){var t=pe.call(p,"placeholder")?p:e;return t.placeholder}function G(){var e=p.iteratee||qo;return e=e===qo?Md:e,arguments.length?e(arguments[0],arguments[1]):e}function oi(e,t){var o=e.__data__;return D1(t)?o[typeof t=="string"?"string":"hash"]:o.map}function ko(e){for(var t=Pe(e),o=t.length;o--;){var l=t[o],u=e[l];t[o]=[l,u,gl(u)]}return t}function wn(e,t){var o=Uc(e,t);return Td(o)?o:r}function A1(e){var t=pe.call(e,gn),o=e[gn];try{e[gn]=r;var l=!0}catch{}var u=Rr.call(e);return l&&(t?e[gn]=o:delete e[gn]),u}var Ao=ro?function(e){return e==null?[]:(e=$e(e),tn(ro(e),function(t){return yd.call(e,t)}))}:Yo,pl=ro?function(e){for(var t=[];e;)nn(t,Ao(e)),e=Vr(e);return t}:Yo,Ve=Ue;(io&&Ve(new io(new ArrayBuffer(1)))!=Mt||Qn&&Ve(new Qn)!=Qe||oo&&Ve(oo.resolve())!=Er||Pn&&Ve(new Pn)!=Le||er&&Ve(new er)!=Qt)&&(Ve=function(e){var t=Ue(e),o=t==st?e.constructor:r,l=o?xn(o):"";if(l)switch(l){case p0:return Mt;case h0:return Qe;case $0:return Er;case g0:return Le;case m0:return Qt}return t});function I1(e,t,o){for(var l=-1,u=o.length;++l<u;){var $=o[l],v=$.size;switch($.type){case"drop":e+=v;break;case"dropRight":t-=v;break;case"take":t=De(t,e+v);break;case"takeRight":e=ke(e,t-v);break}}return{start:e,end:t}}function P1(e){var t=e.match(Vu);return t?t[1].split(Fu):[]}function hl(e,t,o){t=ln(t,e);for(var l=-1,u=t.length,$=!1;++l<u;){var v=kt(t[l]);if(!($=e!=null&&o(e,v)))break;e=e[v]}return $||++l!=u?$:(u=e==null?0:e.length,!!u&&fi(u)&&Ut(v,u)&&(ee(e)||Cn(e)))}function T1(e){var t=e.length,o=new e.constructor(t);return t&&typeof e[0]=="string"&&pe.call(e,"index")&&(o.index=e.index,o.input=e.input),o}function $l(e){return typeof e.constructor=="function"&&!sr(e)?Mn(Vr(e)):{}}function M1(e,t,o){var l=e.constructor;switch(t){case en:return _o(e);case he:case wt:return new l(+e);case Mt:return v1(e,o);case Bi:case ki:case Ai:case Ii:case Pi:case Ti:case Mi:case Ri:case Li:return Xd(e,o);case Qe:return new l;case pn:case Jt:return new l(e);case et:return y1(e);case Le:return new l;case hn:return b1(e)}}function R1(e,t){var o=t.length;if(!o)return e;var l=o-1;return t[l]=(o>1?"& ":"")+t[l],t=t.join(o>2?", ":" "),e.replace(Du,`{
11
11
  /* [wrapped with `+t+`] */
12
- `)}function L1(e){return ee(e)||Cn(e)||!!(bd&&e&&e[bd])}function Ut(e,t){var o=typeof e;return t=t??Te,!!t&&(o=="number"||o!="symbol"&&Yu.test(e))&&e>-1&&e%1==0&&e<t}function ze(e,t,o){if(!Ce(o))return!1;var l=typeof t;return(l=="number"?He(o)&&Ut(t,o.length):l=="string"&&t in o)?_t(o[t],e):!1}function Io(e,t){if(ee(e))return!1;var o=typeof e;return o=="number"||o=="symbol"||o=="boolean"||e==null||it(e)?!0:Tu.test(e)||!Pu.test(e)||t!=null&&e in $e(t)}function D1(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Po(e){var t=ii(e),o=p[t];if(typeof o!="function"||!(t in le.prototype))return!1;if(e===o)return!0;var l=Bo(o);return!!l&&e===l[0]}function V1(e){return!!gd&&gd in e}var F1=Tr?zt:Zo;function sr(e){var t=e&&e.constructor,o=typeof t=="function"&&t.prototype||In;return e===o}function gl(e){return e===e&&!Ce(e)}function ml(e,t){return function(o){return o==null?!1:o[e]===t&&(t!==r||e in $e(o))}}function U1(e){var t=ui(e,function(l){return o.size===g&&o.clear(),l}),o=t.cache;return t}function z1(e,t){var o=e[1],l=t[1],u=o|l,$=u<(R|U|H),v=l==H&&o==Z||l==H&&o==ae&&e[7].length<=t[8]||l==(H|ae)&&t[7].length<=t[8]&&o==Z;if(!($||v))return e;l&R&&(e[2]=t[2],u|=o&R?0:K);var b=t[3];if(b){var x=e[3];e[3]=x?Qd(x,b,t[4]):b,e[4]=x?rn(e[3],y):t[4]}return b=t[5],b&&(x=e[5],e[5]=x?el(x,b,t[6]):b,e[6]=x?rn(e[5],y):t[6]),b=t[7],b&&(e[7]=b),l&H&&(e[8]=e[8]==null?t[8]:De(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=u,e}function W1(e){var t=[];if(e!=null)for(var o in $e(e))t.push(o);return t}function G1(e){return Rr.call(e)}function vl(e,t,o){return t=ke(t===r?e.length-1:t,0),function(){for(var l=arguments,u=-1,$=ke(l.length-t,0),v=C($);++u<$;)v[u]=l[t+u];u=-1;for(var b=C(t+1);++u<t;)b[u]=l[u];return b[t]=o(v),tt(e,this,b)}}function yl(e,t){return t.length<2?e:bn(e,$t(t,0,-1))}function j1(e,t){for(var o=e.length,l=De(t.length,o),u=qe(e);l--;){var $=t[l];e[l]=Ut($,o)?u[$]:r}return e}function To(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var bl=xl(Wd),ur=a0||function(e,t){return Me.setTimeout(e,t)},Mo=xl(h1);function wl(e,t,o){var l=t+"";return Mo(e,R1(l,q1(P1(l),o)))}function xl(e){var t=0,o=0;return function(){var l=u0(),u=_e-(l-o);if(o=l,u>0){if(++t>=be)return arguments[0]}else t=0;return e.apply(r,arguments)}}function ai(e,t){var o=-1,l=e.length,u=l-1;for(t=t===r?l:t;++o<t;){var $=mo(o,u),v=e[$];e[$]=e[o],e[o]=v}return e.length=t,e}var Cl=U1(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Mu,function(o,l,u,$){t.push(u?$.replace(Wu,"$1"):l||o)}),t});function kt(e){if(typeof e=="string"||it(e))return e;var t=e+"";return t=="0"&&1/e==-we?"-0":t}function xn(e){if(e!=null){try{return Mr.call(e)}catch{}try{return e+""}catch{}}return""}function q1(e,t){return ct(ne,function(o){var l="_."+o[0];t&o[1]&&!kr(e,l)&&e.push(l)}),e.sort()}function _l(e){if(e instanceof le)return e.clone();var t=new pt(e.__wrapped__,e.__chain__);return t.__actions__=qe(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function H1(e,t,o){(o?ze(e,t,o):t===r)?t=1:t=ke(te(t),0);var l=e==null?0:e.length;if(!l||t<1)return[];for(var u=0,$=0,v=C(zr(l/t));u<l;)v[$++]=$t(e,u,u+=t);return v}function K1(e){for(var t=-1,o=e==null?0:e.length,l=0,u=[];++t<o;){var $=e[t];$&&(u[l++]=$)}return u}function Y1(){var e=arguments.length;if(!e)return[];for(var t=C(e-1),o=arguments[0],l=e;l--;)t[l-1]=arguments[l];return nn(ee(o)?qe(o):[o],Re(t,1))}var Z1=ie(function(e,t){return Oe(e)?ir(e,Re(t,1,Oe,!0)):[]}),X1=ie(function(e,t){var o=gt(t);return Oe(o)&&(o=r),Oe(e)?ir(e,Re(t,1,Oe,!0),G(o,2)):[]}),J1=ie(function(e,t){var o=gt(t);return Oe(o)&&(o=r),Oe(e)?ir(e,Re(t,1,Oe,!0),r,o):[]});function Q1(e,t,o){var l=e==null?0:e.length;return l?(t=o||t===r?1:te(t),$t(e,t<0?0:t,l)):[]}function ef(e,t,o){var l=e==null?0:e.length;return l?(t=o||t===r?1:te(t),t=l-t,$t(e,0,t<0?0:t)):[]}function tf(e,t){return e&&e.length?Jr(e,G(t,3),!0,!0):[]}function nf(e,t){return e&&e.length?Jr(e,G(t,3),!0):[]}function rf(e,t,o,l){var u=e==null?0:e.length;return u?(o&&typeof o!="number"&&ze(e,t,o)&&(o=0,l=u),Y0(e,t,o,l)):[]}function El(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=o==null?0:te(o);return u<0&&(u=ke(l+u,0)),Ar(e,G(t,3),u)}function Sl(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=l-1;return o!==r&&(u=te(o),u=o<0?ke(l+u,0):De(u,l-1)),Ar(e,G(t,3),u,!0)}function Ol(e){var t=e==null?0:e.length;return t?Re(e,1):[]}function of(e){var t=e==null?0:e.length;return t?Re(e,we):[]}function af(e,t){var o=e==null?0:e.length;return o?(t=t===r?1:te(t),Re(e,t)):[]}function df(e){for(var t=-1,o=e==null?0:e.length,l={};++t<o;){var u=e[t];l[u[0]]=u[1]}return l}function Nl(e){return e&&e.length?e[0]:r}function lf(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=o==null?0:te(o);return u<0&&(u=ke(l+u,0)),Nn(e,t,u)}function sf(e){var t=e==null?0:e.length;return t?$t(e,0,-1):[]}var uf=ie(function(e){var t=xe(e,xo);return t.length&&t[0]===e[0]?fo(t):[]}),cf=ie(function(e){var t=gt(e),o=xe(e,xo);return t===gt(o)?t=r:o.pop(),o.length&&o[0]===e[0]?fo(o,G(t,2)):[]}),ff=ie(function(e){var t=gt(e),o=xe(e,xo);return t=typeof t=="function"?t:r,t&&o.pop(),o.length&&o[0]===e[0]?fo(o,r,t):[]});function pf(e,t){return e==null?"":l0.call(e,t)}function gt(e){var t=e==null?0:e.length;return t?e[t-1]:r}function hf(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=l;return o!==r&&(u=te(o),u=u<0?ke(l+u,0):De(u,l-1)),t===t?qc(e,t,u):Ar(e,ld,u,!0)}function $f(e,t){return e&&e.length?Vd(e,te(t)):r}var gf=ie(Bl);function Bl(e,t){return e&&e.length&&t&&t.length?go(e,t):e}function mf(e,t,o){return e&&e.length&&t&&t.length?go(e,t,G(o,2)):e}function vf(e,t,o){return e&&e.length&&t&&t.length?go(e,t,r,o):e}var yf=Ft(function(e,t){var o=e==null?0:e.length,l=lo(e,t);return zd(e,xe(t,function(u){return Ut(u,o)?+u:u}).sort(Jd)),l});function bf(e,t){var o=[];if(!(e&&e.length))return o;var l=-1,u=[],$=e.length;for(t=G(t,3);++l<$;){var v=e[l];t(v,l,e)&&(o.push(v),u.push(l))}return zd(e,u),o}function Ro(e){return e==null?e:f0.call(e)}function wf(e,t,o){var l=e==null?0:e.length;return l?(o&&typeof o!="number"&&ze(e,t,o)?(t=0,o=l):(t=t==null?0:te(t),o=o===r?l:te(o)),$t(e,t,o)):[]}function xf(e,t){return Xr(e,t)}function Cf(e,t,o){return yo(e,t,G(o,2))}function _f(e,t){var o=e==null?0:e.length;if(o){var l=Xr(e,t);if(l<o&&_t(e[l],t))return l}return-1}function Ef(e,t){return Xr(e,t,!0)}function Sf(e,t,o){return yo(e,t,G(o,2),!0)}function Of(e,t){var o=e==null?0:e.length;if(o){var l=Xr(e,t,!0)-1;if(_t(e[l],t))return l}return-1}function Nf(e){return e&&e.length?Gd(e):[]}function Bf(e,t){return e&&e.length?Gd(e,G(t,2)):[]}function kf(e){var t=e==null?0:e.length;return t?$t(e,1,t):[]}function Af(e,t,o){return e&&e.length?(t=o||t===r?1:te(t),$t(e,0,t<0?0:t)):[]}function If(e,t,o){var l=e==null?0:e.length;return l?(t=o||t===r?1:te(t),t=l-t,$t(e,t<0?0:t,l)):[]}function Pf(e,t){return e&&e.length?Jr(e,G(t,3),!1,!0):[]}function Tf(e,t){return e&&e.length?Jr(e,G(t,3)):[]}var Mf=ie(function(e){return dn(Re(e,1,Oe,!0))}),Rf=ie(function(e){var t=gt(e);return Oe(t)&&(t=r),dn(Re(e,1,Oe,!0),G(t,2))}),Lf=ie(function(e){var t=gt(e);return t=typeof t=="function"?t:r,dn(Re(e,1,Oe,!0),r,t)});function Df(e){return e&&e.length?dn(e):[]}function Vf(e,t){return e&&e.length?dn(e,G(t,2)):[]}function Ff(e,t){return t=typeof t=="function"?t:r,e&&e.length?dn(e,r,t):[]}function Lo(e){if(!(e&&e.length))return[];var t=0;return e=tn(e,function(o){if(Oe(o))return t=ke(o.length,t),!0}),Qi(t,function(o){return xe(e,Zi(o))})}function kl(e,t){if(!(e&&e.length))return[];var o=Lo(e);return t==null?o:xe(o,function(l){return tt(t,r,l)})}var Uf=ie(function(e,t){return Oe(e)?ir(e,t):[]}),zf=ie(function(e){return wo(tn(e,Oe))}),Wf=ie(function(e){var t=gt(e);return Oe(t)&&(t=r),wo(tn(e,Oe),G(t,2))}),Gf=ie(function(e){var t=gt(e);return t=typeof t=="function"?t:r,wo(tn(e,Oe),r,t)}),jf=ie(Lo);function qf(e,t){return Kd(e||[],t||[],rr)}function Hf(e,t){return Kd(e||[],t||[],dr)}var Kf=ie(function(e){var t=e.length,o=t>1?e[t-1]:r;return o=typeof o=="function"?(e.pop(),o):r,kl(e,o)});function Al(e){var t=p(e);return t.__chain__=!0,t}function Yf(e,t){return t(e),e}function di(e,t){return t(e)}var Zf=Ft(function(e){var t=e.length,o=t?e[0]:0,l=this.__wrapped__,u=function($){return lo($,e)};return t>1||this.__actions__.length||!(l instanceof le)||!Ut(o)?this.thru(u):(l=l.slice(o,+o+(t?1:0)),l.__actions__.push({func:di,args:[u],thisArg:r}),new pt(l,this.__chain__).thru(function($){return t&&!$.length&&$.push(r),$}))});function Xf(){return Al(this)}function Jf(){return new pt(this.value(),this.__chain__)}function Qf(){this.__values__===r&&(this.__values__=jl(this.value()));var e=this.__index__>=this.__values__.length,t=e?r:this.__values__[this.__index__++];return{done:e,value:t}}function e2(){return this}function t2(e){for(var t,o=this;o instanceof qr;){var l=_l(o);l.__index__=0,l.__values__=r,t?u.__wrapped__=l:t=l;var u=l;o=o.__wrapped__}return u.__wrapped__=e,t}function n2(){var e=this.__wrapped__;if(e instanceof le){var t=e;return this.__actions__.length&&(t=new le(this)),t=t.reverse(),t.__actions__.push({func:di,args:[Ro],thisArg:r}),new pt(t,this.__chain__)}return this.thru(Ro)}function r2(){return Hd(this.__wrapped__,this.__actions__)}var i2=Qr(function(e,t,o){pe.call(e,o)?++e[o]:Dt(e,o,1)});function o2(e,t,o){var l=ee(e)?ad:K0;return o&&ze(e,t,o)&&(t=r),l(e,G(t,3))}function a2(e,t){var o=ee(e)?tn:kd;return o(e,G(t,3))}var d2=il(El),l2=il(Sl);function s2(e,t){return Re(li(e,t),1)}function u2(e,t){return Re(li(e,t),we)}function c2(e,t,o){return o=o===r?1:te(o),Re(li(e,t),o)}function Il(e,t){var o=ee(e)?ct:an;return o(e,G(t,3))}function Pl(e,t){var o=ee(e)?Bc:Bd;return o(e,G(t,3))}var f2=Qr(function(e,t,o){pe.call(e,o)?e[o].push(t):Dt(e,o,[t])});function p2(e,t,o,l){e=He(e)?e:Fn(e),o=o&&!l?te(o):0;var u=e.length;return o<0&&(o=ke(u+o,0)),pi(e)?o<=u&&e.indexOf(t,o)>-1:!!u&&Nn(e,t,o)>-1}var h2=ie(function(e,t,o){var l=-1,u=typeof t=="function",$=He(e)?C(e.length):[];return an(e,function(v){$[++l]=u?tt(t,v,o):or(v,t,o)}),$}),$2=Qr(function(e,t,o){Dt(e,o,t)});function li(e,t){var o=ee(e)?xe:Rd;return o(e,G(t,3))}function g2(e,t,o,l){return e==null?[]:(ee(t)||(t=t==null?[]:[t]),o=l?r:o,ee(o)||(o=o==null?[]:[o]),Fd(e,t,o))}var m2=Qr(function(e,t,o){e[o?0:1].push(t)},function(){return[[],[]]});function v2(e,t,o){var l=ee(e)?Ki:ud,u=arguments.length<3;return l(e,G(t,4),o,u,an)}function y2(e,t,o){var l=ee(e)?kc:ud,u=arguments.length<3;return l(e,G(t,4),o,u,Bd)}function b2(e,t){var o=ee(e)?tn:kd;return o(e,ci(G(t,3)))}function w2(e){var t=ee(e)?Ed:f1;return t(e)}function x2(e,t,o){(o?ze(e,t,o):t===r)?t=1:t=te(t);var l=ee(e)?W0:p1;return l(e,t)}function C2(e){var t=ee(e)?G0:$1;return t(e)}function _2(e){if(e==null)return 0;if(He(e))return pi(e)?kn(e):e.length;var t=Ve(e);return t==Qe||t==Le?e.size:ho(e).length}function E2(e,t,o){var l=ee(e)?Yi:g1;return o&&ze(e,t,o)&&(t=r),l(e,G(t,3))}var S2=ie(function(e,t){if(e==null)return[];var o=t.length;return o>1&&ze(e,t[0],t[1])?t=[]:o>2&&ze(t[0],t[1],t[2])&&(t=[t[0]]),Fd(e,Re(t,1),[])}),si=o0||function(){return Me.Date.now()};function O2(e,t){if(typeof t!="function")throw new ft(h);return e=te(e),function(){if(--e<1)return t.apply(this,arguments)}}function Tl(e,t,o){return t=o?r:t,t=e&&t==null?e.length:t,Vt(e,H,r,r,r,r,t)}function Ml(e,t){var o;if(typeof t!="function")throw new ft(h);return e=te(e),function(){return--e>0&&(o=t.apply(this,arguments)),e<=1&&(t=r),o}}var Do=ie(function(e,t,o){var l=R;if(o.length){var u=rn(o,Dn(Do));l|=W}return Vt(e,l,t,o,u)}),Rl=ie(function(e,t,o){var l=R|U;if(o.length){var u=rn(o,Dn(Rl));l|=W}return Vt(t,l,e,o,u)});function Ll(e,t,o){t=o?r:t;var l=Vt(e,Z,r,r,r,r,r,t);return l.placeholder=Ll.placeholder,l}function Dl(e,t,o){t=o?r:t;var l=Vt(e,z,r,r,r,r,r,t);return l.placeholder=Dl.placeholder,l}function Vl(e,t,o){var l,u,$,v,b,x,O=0,N=!1,k=!1,L=!0;if(typeof e!="function")throw new ft(h);t=mt(t)||0,Ce(o)&&(N=!!o.leading,k="maxWait"in o,$=k?ke(mt(o.maxWait)||0,t):$,L="trailing"in o?!!o.trailing:L);function F(Ne){var Et=l,Gt=u;return l=u=r,O=Ne,v=e.apply(Gt,Et),v}function j(Ne){return O=Ne,b=ur(oe,t),N?F(Ne):v}function re(Ne){var Et=Ne-x,Gt=Ne-O,is=t-Et;return k?De(is,$-Gt):is}function q(Ne){var Et=Ne-x,Gt=Ne-O;return x===r||Et>=t||Et<0||k&&Gt>=$}function oe(){var Ne=si();if(q(Ne))return se(Ne);b=ur(oe,re(Ne))}function se(Ne){return b=r,L&&l?F(Ne):(l=u=r,v)}function ot(){b!==r&&Yd(b),O=0,l=x=u=b=r}function We(){return b===r?v:se(si())}function at(){var Ne=si(),Et=q(Ne);if(l=arguments,u=this,x=Ne,Et){if(b===r)return j(x);if(k)return Yd(b),b=ur(oe,t),F(x)}return b===r&&(b=ur(oe,t)),v}return at.cancel=ot,at.flush=We,at}var N2=ie(function(e,t){return Nd(e,1,t)}),B2=ie(function(e,t,o){return Nd(e,mt(t)||0,o)});function k2(e){return Vt(e,de)}function ui(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new ft(h);var o=function(){var l=arguments,u=t?t.apply(this,l):l[0],$=o.cache;if($.has(u))return $.get(u);var v=e.apply(this,l);return o.cache=$.set(u,v)||$,v};return o.cache=new(ui.Cache||Lt),o}ui.Cache=Lt;function ci(e){if(typeof e!="function")throw new ft(h);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function A2(e){return Ml(2,e)}var I2=m1(function(e,t){t=t.length==1&&ee(t[0])?xe(t[0],nt(G())):xe(Re(t,1),nt(G()));var o=t.length;return ie(function(l){for(var u=-1,$=De(l.length,o);++u<$;)l[u]=t[u].call(this,l[u]);return tt(e,this,l)})}),Vo=ie(function(e,t){var o=rn(t,Dn(Vo));return Vt(e,W,r,t,o)}),Fl=ie(function(e,t){var o=rn(t,Dn(Fl));return Vt(e,Q,r,t,o)}),P2=Ft(function(e,t){return Vt(e,ae,r,r,r,t)});function T2(e,t){if(typeof e!="function")throw new ft(h);return t=t===r?t:te(t),ie(e,t)}function M2(e,t){if(typeof e!="function")throw new ft(h);return t=t==null?0:ke(te(t),0),ie(function(o){var l=o[t],u=sn(o,0,t);return l&&nn(u,l),tt(e,this,u)})}function R2(e,t,o){var l=!0,u=!0;if(typeof e!="function")throw new ft(h);return Ce(o)&&(l="leading"in o?!!o.leading:l,u="trailing"in o?!!o.trailing:u),Vl(e,t,{leading:l,maxWait:t,trailing:u})}function L2(e){return Tl(e,1)}function D2(e,t){return Vo(Co(t),e)}function V2(){if(!arguments.length)return[];var e=arguments[0];return ee(e)?e:[e]}function F2(e){return ht(e,E)}function U2(e,t){return t=typeof t=="function"?t:r,ht(e,E,t)}function z2(e){return ht(e,_|E)}function W2(e,t){return t=typeof t=="function"?t:r,ht(e,_|E,t)}function G2(e,t){return t==null||Od(e,t,Pe(t))}function _t(e,t){return e===t||e!==e&&t!==t}var j2=ri(co),q2=ri(function(e,t){return e>=t}),Cn=Pd(function(){return arguments}())?Pd:function(e){return Se(e)&&pe.call(e,"callee")&&!yd.call(e,"callee")},ee=C.isArray,H2=ed?nt(ed):e1;function He(e){return e!=null&&fi(e.length)&&!zt(e)}function Oe(e){return Se(e)&&He(e)}function K2(e){return e===!0||e===!1||Se(e)&&Ue(e)==he}var un=d0||Zo,Y2=td?nt(td):t1;function Z2(e){return Se(e)&&e.nodeType===1&&!cr(e)}function X2(e){if(e==null)return!0;if(He(e)&&(ee(e)||typeof e=="string"||typeof e.splice=="function"||un(e)||Vn(e)||Cn(e)))return!e.length;var t=Ve(e);if(t==Qe||t==Le)return!e.size;if(sr(e))return!ho(e).length;for(var o in e)if(pe.call(e,o))return!1;return!0}function J2(e,t){return ar(e,t)}function Q2(e,t,o){o=typeof o=="function"?o:r;var l=o?o(e,t):r;return l===r?ar(e,t,r,o):!!l}function Fo(e){if(!Se(e))return!1;var t=Ue(e);return t==Ot||t==Kn||typeof e.message=="string"&&typeof e.name=="string"&&!cr(e)}function ep(e){return typeof e=="number"&&wd(e)}function zt(e){if(!Ce(e))return!1;var t=Ue(e);return t==Xt||t==Yn||t==X||t==Ni}function Ul(e){return typeof e=="number"&&e==te(e)}function fi(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Te}function Ce(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function Se(e){return e!=null&&typeof e=="object"}var zl=nd?nt(nd):r1;function tp(e,t){return e===t||po(e,t,ko(t))}function np(e,t,o){return o=typeof o=="function"?o:r,po(e,t,ko(t),o)}function rp(e){return Wl(e)&&e!=+e}function ip(e){if(F1(e))throw new J(c);return Td(e)}function op(e){return e===null}function ap(e){return e==null}function Wl(e){return typeof e=="number"||Se(e)&&Ue(e)==pn}function cr(e){if(!Se(e)||Ue(e)!=st)return!1;var t=Vr(e);if(t===null)return!0;var o=pe.call(t,"constructor")&&t.constructor;return typeof o=="function"&&o instanceof o&&Mr.call(o)==t0}var Uo=rd?nt(rd):i1;function dp(e){return Ul(e)&&e>=-Te&&e<=Te}var Gl=id?nt(id):o1;function pi(e){return typeof e=="string"||!ee(e)&&Se(e)&&Ue(e)==Jt}function it(e){return typeof e=="symbol"||Se(e)&&Ue(e)==hn}var Vn=od?nt(od):a1;function lp(e){return e===r}function sp(e){return Se(e)&&Ve(e)==Qt}function up(e){return Se(e)&&Ue(e)==Sr}var cp=ri($o),fp=ri(function(e,t){return e<=t});function jl(e){if(!e)return[];if(He(e))return pi(e)?xt(e):qe(e);if(Jn&&e[Jn])return Wc(e[Jn]());var t=Ve(e),o=t==Qe?to:t==Le?Ir:Fn;return o(e)}function Wt(e){if(!e)return e===0?e:0;if(e=mt(e),e===we||e===-we){var t=e<0?-1:1;return t*Je}return e===e?e:0}function te(e){var t=Wt(e),o=t%1;return t===t?o?t-o:t:0}function ql(e){return e?yn(te(e),0,Ie):0}function mt(e){if(typeof e=="number")return e;if(it(e))return Fe;if(Ce(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Ce(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=cd(e);var o=qu.test(e);return o||Ku.test(e)?Sc(e.slice(2),o?2:8):ju.test(e)?Fe:+e}function Hl(e){return Bt(e,Ke(e))}function pp(e){return e?yn(te(e),-Te,Te):e===0?e:0}function fe(e){return e==null?"":rt(e)}var hp=Rn(function(e,t){if(sr(t)||He(t)){Bt(t,Pe(t),e);return}for(var o in t)pe.call(t,o)&&rr(e,o,t[o])}),Kl=Rn(function(e,t){Bt(t,Ke(t),e)}),hi=Rn(function(e,t,o,l){Bt(t,Ke(t),e,l)}),$p=Rn(function(e,t,o,l){Bt(t,Pe(t),e,l)}),gp=Ft(lo);function mp(e,t){var o=Mn(e);return t==null?o:Sd(o,t)}var vp=ie(function(e,t){e=$e(e);var o=-1,l=t.length,u=l>2?t[2]:r;for(u&&ze(t[0],t[1],u)&&(l=1);++o<l;)for(var $=t[o],v=Ke($),b=-1,x=v.length;++b<x;){var O=v[b],N=e[O];(N===r||_t(N,In[O])&&!pe.call(e,O))&&(e[O]=$[O])}return e}),yp=ie(function(e){return e.push(r,cl),tt(Yl,r,e)});function bp(e,t){return dd(e,G(t,3),Nt)}function wp(e,t){return dd(e,G(t,3),uo)}function xp(e,t){return e==null?e:so(e,G(t,3),Ke)}function Cp(e,t){return e==null?e:Ad(e,G(t,3),Ke)}function _p(e,t){return e&&Nt(e,G(t,3))}function Ep(e,t){return e&&uo(e,G(t,3))}function Sp(e){return e==null?[]:Yr(e,Pe(e))}function Op(e){return e==null?[]:Yr(e,Ke(e))}function zo(e,t,o){var l=e==null?r:bn(e,t);return l===r?o:l}function Np(e,t){return e!=null&&hl(e,t,Z0)}function Wo(e,t){return e!=null&&hl(e,t,X0)}var Bp=al(function(e,t,o){t!=null&&typeof t.toString!="function"&&(t=Rr.call(t)),e[t]=o},jo(Ye)),kp=al(function(e,t,o){t!=null&&typeof t.toString!="function"&&(t=Rr.call(t)),pe.call(e,t)?e[t].push(o):e[t]=[o]},G),Ap=ie(or);function Pe(e){return He(e)?_d(e):ho(e)}function Ke(e){return He(e)?_d(e,!0):d1(e)}function Ip(e,t){var o={};return t=G(t,3),Nt(e,function(l,u,$){Dt(o,t(l,u,$),l)}),o}function Pp(e,t){var o={};return t=G(t,3),Nt(e,function(l,u,$){Dt(o,u,t(l,u,$))}),o}var Tp=Rn(function(e,t,o){Zr(e,t,o)}),Yl=Rn(function(e,t,o,l){Zr(e,t,o,l)}),Mp=Ft(function(e,t){var o={};if(e==null)return o;var l=!1;t=xe(t,function($){return $=ln($,e),l||(l=$.length>1),$}),Bt(e,No(e),o),l&&(o=ht(o,_|B|E,N1));for(var u=t.length;u--;)bo(o,t[u]);return o});function Rp(e,t){return Zl(e,ci(G(t)))}var Lp=Ft(function(e,t){return e==null?{}:s1(e,t)});function Zl(e,t){if(e==null)return{};var o=xe(No(e),function(l){return[l]});return t=G(t),Ud(e,o,function(l,u){return t(l,u[0])})}function Dp(e,t,o){t=ln(t,e);var l=-1,u=t.length;for(u||(u=1,e=r);++l<u;){var $=e==null?r:e[kt(t[l])];$===r&&(l=u,$=o),e=zt($)?$.call(e):$}return e}function Vp(e,t,o){return e==null?e:dr(e,t,o)}function Fp(e,t,o,l){return l=typeof l=="function"?l:r,e==null?e:dr(e,t,o,l)}var Xl=sl(Pe),Jl=sl(Ke);function Up(e,t,o){var l=ee(e),u=l||un(e)||Vn(e);if(t=G(t,4),o==null){var $=e&&e.constructor;u?o=l?new $:[]:Ce(e)?o=zt($)?Mn(Vr(e)):{}:o={}}return(u?ct:Nt)(e,function(v,b,x){return t(o,v,b,x)}),o}function zp(e,t){return e==null?!0:bo(e,t)}function Wp(e,t,o){return e==null?e:qd(e,t,Co(o))}function Gp(e,t,o,l){return l=typeof l=="function"?l:r,e==null?e:qd(e,t,Co(o),l)}function Fn(e){return e==null?[]:eo(e,Pe(e))}function jp(e){return e==null?[]:eo(e,Ke(e))}function qp(e,t,o){return o===r&&(o=t,t=r),o!==r&&(o=mt(o),o=o===o?o:0),t!==r&&(t=mt(t),t=t===t?t:0),yn(mt(e),t,o)}function Hp(e,t,o){return t=Wt(t),o===r?(o=t,t=0):o=Wt(o),e=mt(e),J0(e,t,o)}function Kp(e,t,o){if(o&&typeof o!="boolean"&&ze(e,t,o)&&(t=o=r),o===r&&(typeof t=="boolean"?(o=t,t=r):typeof e=="boolean"&&(o=e,e=r)),e===r&&t===r?(e=0,t=1):(e=Wt(e),t===r?(t=e,e=0):t=Wt(t)),e>t){var l=e;e=t,t=l}if(o||e%1||t%1){var u=xd();return De(e+u*(t-e+Ec("1e-"+((u+"").length-1))),t)}return mo(e,t)}var Yp=Ln(function(e,t,o){return t=t.toLowerCase(),e+(o?Ql(t):t)});function Ql(e){return Go(fe(e).toLowerCase())}function es(e){return e=fe(e),e&&e.replace(Zu,Dc).replace($c,"")}function Zp(e,t,o){e=fe(e),t=rt(t);var l=e.length;o=o===r?l:yn(te(o),0,l);var u=o;return o-=t.length,o>=0&&e.slice(o,u)==t}function Xp(e){return e=fe(e),e&&ku.test(e)?e.replace(Aa,Vc):e}function Jp(e){return e=fe(e),e&&Ru.test(e)?e.replace(Di,"\\$&"):e}var Qp=Ln(function(e,t,o){return e+(o?"-":"")+t.toLowerCase()}),e3=Ln(function(e,t,o){return e+(o?" ":"")+t.toLowerCase()}),t3=rl("toLowerCase");function n3(e,t,o){e=fe(e),t=te(t);var l=t?kn(e):0;if(!t||l>=t)return e;var u=(t-l)/2;return ni(Wr(u),o)+e+ni(zr(u),o)}function r3(e,t,o){e=fe(e),t=te(t);var l=t?kn(e):0;return t&&l<t?e+ni(t-l,o):e}function i3(e,t,o){e=fe(e),t=te(t);var l=t?kn(e):0;return t&&l<t?ni(t-l,o)+e:e}function o3(e,t,o){return o||t==null?t=0:t&&(t=+t),c0(fe(e).replace(Vi,""),t||0)}function a3(e,t,o){return(o?ze(e,t,o):t===r)?t=1:t=te(t),vo(fe(e),t)}function d3(){var e=arguments,t=fe(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var l3=Ln(function(e,t,o){return e+(o?"_":"")+t.toLowerCase()});function s3(e,t,o){return o&&typeof o!="number"&&ze(e,t,o)&&(t=o=r),o=o===r?Ie:o>>>0,o?(e=fe(e),e&&(typeof t=="string"||t!=null&&!Uo(t))&&(t=rt(t),!t&&Bn(e))?sn(xt(e),0,o):e.split(t,o)):[]}var u3=Ln(function(e,t,o){return e+(o?" ":"")+Go(t)});function c3(e,t,o){return e=fe(e),o=o==null?0:yn(te(o),0,e.length),t=rt(t),e.slice(o,o+t.length)==t}function f3(e,t,o){var l=p.templateSettings;o&&ze(e,t,o)&&(t=r),e=fe(e),t=hi({},t,l,ul);var u=hi({},t.imports,l.imports,ul),$=Pe(u),v=eo(u,$),b,x,O=0,N=t.interpolate||Or,k="__p += '",L=no((t.escape||Or).source+"|"+N.source+"|"+(N===Ia?Gu:Or).source+"|"+(t.evaluate||Or).source+"|$","g"),F="//# sourceURL="+(pe.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++bc+"]")+`
13
- `;e.replace(L,function(q,oe,se,ot,We,at){return se||(se=ot),k+=e.slice(O,at).replace(Xu,Fc),oe&&(b=!0,k+=`' +
12
+ `)}function L1(e){return ee(e)||Cn(e)||!!(bd&&e&&e[bd])}function Ut(e,t){var o=typeof e;return t=t??Te,!!t&&(o=="number"||o!="symbol"&&Yu.test(e))&&e>-1&&e%1==0&&e<t}function ze(e,t,o){if(!Ce(o))return!1;var l=typeof t;return(l=="number"?He(o)&&Ut(t,o.length):l=="string"&&t in o)?_t(o[t],e):!1}function Io(e,t){if(ee(e))return!1;var o=typeof e;return o=="number"||o=="symbol"||o=="boolean"||e==null||it(e)?!0:Tu.test(e)||!Pu.test(e)||t!=null&&e in $e(t)}function D1(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Po(e){var t=ii(e),o=p[t];if(typeof o!="function"||!(t in le.prototype))return!1;if(e===o)return!0;var l=Bo(o);return!!l&&e===l[0]}function V1(e){return!!gd&&gd in e}var F1=Tr?zt:Zo;function sr(e){var t=e&&e.constructor,o=typeof t=="function"&&t.prototype||In;return e===o}function gl(e){return e===e&&!Ce(e)}function ml(e,t){return function(o){return o==null?!1:o[e]===t&&(t!==r||e in $e(o))}}function U1(e){var t=ui(e,function(l){return o.size===g&&o.clear(),l}),o=t.cache;return t}function z1(e,t){var o=e[1],l=t[1],u=o|l,$=u<(L|V|H),v=l==H&&o==Z||l==H&&o==ae&&e[7].length<=t[8]||l==(H|ae)&&t[7].length<=t[8]&&o==Z;if(!($||v))return e;l&L&&(e[2]=t[2],u|=o&L?0:K);var b=t[3];if(b){var x=e[3];e[3]=x?Qd(x,b,t[4]):b,e[4]=x?rn(e[3],y):t[4]}return b=t[5],b&&(x=e[5],e[5]=x?el(x,b,t[6]):b,e[6]=x?rn(e[5],y):t[6]),b=t[7],b&&(e[7]=b),l&H&&(e[8]=e[8]==null?t[8]:De(e[8],t[8])),e[9]==null&&(e[9]=t[9]),e[0]=t[0],e[1]=u,e}function W1(e){var t=[];if(e!=null)for(var o in $e(e))t.push(o);return t}function G1(e){return Rr.call(e)}function vl(e,t,o){return t=ke(t===r?e.length-1:t,0),function(){for(var l=arguments,u=-1,$=ke(l.length-t,0),v=C($);++u<$;)v[u]=l[t+u];u=-1;for(var b=C(t+1);++u<t;)b[u]=l[u];return b[t]=o(v),tt(e,this,b)}}function yl(e,t){return t.length<2?e:bn(e,$t(t,0,-1))}function j1(e,t){for(var o=e.length,l=De(t.length,o),u=qe(e);l--;){var $=t[l];e[l]=Ut($,o)?u[$]:r}return e}function To(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var bl=xl(Wd),ur=a0||function(e,t){return Me.setTimeout(e,t)},Mo=xl(h1);function wl(e,t,o){var l=t+"";return Mo(e,R1(l,q1(P1(l),o)))}function xl(e){var t=0,o=0;return function(){var l=u0(),u=_e-(l-o);if(o=l,u>0){if(++t>=be)return arguments[0]}else t=0;return e.apply(r,arguments)}}function ai(e,t){var o=-1,l=e.length,u=l-1;for(t=t===r?l:t;++o<t;){var $=mo(o,u),v=e[$];e[$]=e[o],e[o]=v}return e.length=t,e}var Cl=U1(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Mu,function(o,l,u,$){t.push(u?$.replace(Wu,"$1"):l||o)}),t});function kt(e){if(typeof e=="string"||it(e))return e;var t=e+"";return t=="0"&&1/e==-we?"-0":t}function xn(e){if(e!=null){try{return Mr.call(e)}catch{}try{return e+""}catch{}}return""}function q1(e,t){return ct(ne,function(o){var l="_."+o[0];t&o[1]&&!kr(e,l)&&e.push(l)}),e.sort()}function _l(e){if(e instanceof le)return e.clone();var t=new pt(e.__wrapped__,e.__chain__);return t.__actions__=qe(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function H1(e,t,o){(o?ze(e,t,o):t===r)?t=1:t=ke(te(t),0);var l=e==null?0:e.length;if(!l||t<1)return[];for(var u=0,$=0,v=C(zr(l/t));u<l;)v[$++]=$t(e,u,u+=t);return v}function K1(e){for(var t=-1,o=e==null?0:e.length,l=0,u=[];++t<o;){var $=e[t];$&&(u[l++]=$)}return u}function Y1(){var e=arguments.length;if(!e)return[];for(var t=C(e-1),o=arguments[0],l=e;l--;)t[l-1]=arguments[l];return nn(ee(o)?qe(o):[o],Re(t,1))}var Z1=ie(function(e,t){return Oe(e)?ir(e,Re(t,1,Oe,!0)):[]}),X1=ie(function(e,t){var o=gt(t);return Oe(o)&&(o=r),Oe(e)?ir(e,Re(t,1,Oe,!0),G(o,2)):[]}),J1=ie(function(e,t){var o=gt(t);return Oe(o)&&(o=r),Oe(e)?ir(e,Re(t,1,Oe,!0),r,o):[]});function Q1(e,t,o){var l=e==null?0:e.length;return l?(t=o||t===r?1:te(t),$t(e,t<0?0:t,l)):[]}function ef(e,t,o){var l=e==null?0:e.length;return l?(t=o||t===r?1:te(t),t=l-t,$t(e,0,t<0?0:t)):[]}function tf(e,t){return e&&e.length?Jr(e,G(t,3),!0,!0):[]}function nf(e,t){return e&&e.length?Jr(e,G(t,3),!0):[]}function rf(e,t,o,l){var u=e==null?0:e.length;return u?(o&&typeof o!="number"&&ze(e,t,o)&&(o=0,l=u),Y0(e,t,o,l)):[]}function El(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=o==null?0:te(o);return u<0&&(u=ke(l+u,0)),Ar(e,G(t,3),u)}function Sl(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=l-1;return o!==r&&(u=te(o),u=o<0?ke(l+u,0):De(u,l-1)),Ar(e,G(t,3),u,!0)}function Ol(e){var t=e==null?0:e.length;return t?Re(e,1):[]}function of(e){var t=e==null?0:e.length;return t?Re(e,we):[]}function af(e,t){var o=e==null?0:e.length;return o?(t=t===r?1:te(t),Re(e,t)):[]}function df(e){for(var t=-1,o=e==null?0:e.length,l={};++t<o;){var u=e[t];l[u[0]]=u[1]}return l}function Nl(e){return e&&e.length?e[0]:r}function lf(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=o==null?0:te(o);return u<0&&(u=ke(l+u,0)),Nn(e,t,u)}function sf(e){var t=e==null?0:e.length;return t?$t(e,0,-1):[]}var uf=ie(function(e){var t=xe(e,xo);return t.length&&t[0]===e[0]?fo(t):[]}),cf=ie(function(e){var t=gt(e),o=xe(e,xo);return t===gt(o)?t=r:o.pop(),o.length&&o[0]===e[0]?fo(o,G(t,2)):[]}),ff=ie(function(e){var t=gt(e),o=xe(e,xo);return t=typeof t=="function"?t:r,t&&o.pop(),o.length&&o[0]===e[0]?fo(o,r,t):[]});function pf(e,t){return e==null?"":l0.call(e,t)}function gt(e){var t=e==null?0:e.length;return t?e[t-1]:r}function hf(e,t,o){var l=e==null?0:e.length;if(!l)return-1;var u=l;return o!==r&&(u=te(o),u=u<0?ke(l+u,0):De(u,l-1)),t===t?qc(e,t,u):Ar(e,ld,u,!0)}function $f(e,t){return e&&e.length?Vd(e,te(t)):r}var gf=ie(Bl);function Bl(e,t){return e&&e.length&&t&&t.length?go(e,t):e}function mf(e,t,o){return e&&e.length&&t&&t.length?go(e,t,G(o,2)):e}function vf(e,t,o){return e&&e.length&&t&&t.length?go(e,t,r,o):e}var yf=Ft(function(e,t){var o=e==null?0:e.length,l=lo(e,t);return zd(e,xe(t,function(u){return Ut(u,o)?+u:u}).sort(Jd)),l});function bf(e,t){var o=[];if(!(e&&e.length))return o;var l=-1,u=[],$=e.length;for(t=G(t,3);++l<$;){var v=e[l];t(v,l,e)&&(o.push(v),u.push(l))}return zd(e,u),o}function Ro(e){return e==null?e:f0.call(e)}function wf(e,t,o){var l=e==null?0:e.length;return l?(o&&typeof o!="number"&&ze(e,t,o)?(t=0,o=l):(t=t==null?0:te(t),o=o===r?l:te(o)),$t(e,t,o)):[]}function xf(e,t){return Xr(e,t)}function Cf(e,t,o){return yo(e,t,G(o,2))}function _f(e,t){var o=e==null?0:e.length;if(o){var l=Xr(e,t);if(l<o&&_t(e[l],t))return l}return-1}function Ef(e,t){return Xr(e,t,!0)}function Sf(e,t,o){return yo(e,t,G(o,2),!0)}function Of(e,t){var o=e==null?0:e.length;if(o){var l=Xr(e,t,!0)-1;if(_t(e[l],t))return l}return-1}function Nf(e){return e&&e.length?Gd(e):[]}function Bf(e,t){return e&&e.length?Gd(e,G(t,2)):[]}function kf(e){var t=e==null?0:e.length;return t?$t(e,1,t):[]}function Af(e,t,o){return e&&e.length?(t=o||t===r?1:te(t),$t(e,0,t<0?0:t)):[]}function If(e,t,o){var l=e==null?0:e.length;return l?(t=o||t===r?1:te(t),t=l-t,$t(e,t<0?0:t,l)):[]}function Pf(e,t){return e&&e.length?Jr(e,G(t,3),!1,!0):[]}function Tf(e,t){return e&&e.length?Jr(e,G(t,3)):[]}var Mf=ie(function(e){return dn(Re(e,1,Oe,!0))}),Rf=ie(function(e){var t=gt(e);return Oe(t)&&(t=r),dn(Re(e,1,Oe,!0),G(t,2))}),Lf=ie(function(e){var t=gt(e);return t=typeof t=="function"?t:r,dn(Re(e,1,Oe,!0),r,t)});function Df(e){return e&&e.length?dn(e):[]}function Vf(e,t){return e&&e.length?dn(e,G(t,2)):[]}function Ff(e,t){return t=typeof t=="function"?t:r,e&&e.length?dn(e,r,t):[]}function Lo(e){if(!(e&&e.length))return[];var t=0;return e=tn(e,function(o){if(Oe(o))return t=ke(o.length,t),!0}),Qi(t,function(o){return xe(e,Zi(o))})}function kl(e,t){if(!(e&&e.length))return[];var o=Lo(e);return t==null?o:xe(o,function(l){return tt(t,r,l)})}var Uf=ie(function(e,t){return Oe(e)?ir(e,t):[]}),zf=ie(function(e){return wo(tn(e,Oe))}),Wf=ie(function(e){var t=gt(e);return Oe(t)&&(t=r),wo(tn(e,Oe),G(t,2))}),Gf=ie(function(e){var t=gt(e);return t=typeof t=="function"?t:r,wo(tn(e,Oe),r,t)}),jf=ie(Lo);function qf(e,t){return Kd(e||[],t||[],rr)}function Hf(e,t){return Kd(e||[],t||[],dr)}var Kf=ie(function(e){var t=e.length,o=t>1?e[t-1]:r;return o=typeof o=="function"?(e.pop(),o):r,kl(e,o)});function Al(e){var t=p(e);return t.__chain__=!0,t}function Yf(e,t){return t(e),e}function di(e,t){return t(e)}var Zf=Ft(function(e){var t=e.length,o=t?e[0]:0,l=this.__wrapped__,u=function($){return lo($,e)};return t>1||this.__actions__.length||!(l instanceof le)||!Ut(o)?this.thru(u):(l=l.slice(o,+o+(t?1:0)),l.__actions__.push({func:di,args:[u],thisArg:r}),new pt(l,this.__chain__).thru(function($){return t&&!$.length&&$.push(r),$}))});function Xf(){return Al(this)}function Jf(){return new pt(this.value(),this.__chain__)}function Qf(){this.__values__===r&&(this.__values__=jl(this.value()));var e=this.__index__>=this.__values__.length,t=e?r:this.__values__[this.__index__++];return{done:e,value:t}}function e2(){return this}function t2(e){for(var t,o=this;o instanceof qr;){var l=_l(o);l.__index__=0,l.__values__=r,t?u.__wrapped__=l:t=l;var u=l;o=o.__wrapped__}return u.__wrapped__=e,t}function n2(){var e=this.__wrapped__;if(e instanceof le){var t=e;return this.__actions__.length&&(t=new le(this)),t=t.reverse(),t.__actions__.push({func:di,args:[Ro],thisArg:r}),new pt(t,this.__chain__)}return this.thru(Ro)}function r2(){return Hd(this.__wrapped__,this.__actions__)}var i2=Qr(function(e,t,o){pe.call(e,o)?++e[o]:Dt(e,o,1)});function o2(e,t,o){var l=ee(e)?ad:K0;return o&&ze(e,t,o)&&(t=r),l(e,G(t,3))}function a2(e,t){var o=ee(e)?tn:kd;return o(e,G(t,3))}var d2=il(El),l2=il(Sl);function s2(e,t){return Re(li(e,t),1)}function u2(e,t){return Re(li(e,t),we)}function c2(e,t,o){return o=o===r?1:te(o),Re(li(e,t),o)}function Il(e,t){var o=ee(e)?ct:an;return o(e,G(t,3))}function Pl(e,t){var o=ee(e)?Bc:Bd;return o(e,G(t,3))}var f2=Qr(function(e,t,o){pe.call(e,o)?e[o].push(t):Dt(e,o,[t])});function p2(e,t,o,l){e=He(e)?e:Fn(e),o=o&&!l?te(o):0;var u=e.length;return o<0&&(o=ke(u+o,0)),pi(e)?o<=u&&e.indexOf(t,o)>-1:!!u&&Nn(e,t,o)>-1}var h2=ie(function(e,t,o){var l=-1,u=typeof t=="function",$=He(e)?C(e.length):[];return an(e,function(v){$[++l]=u?tt(t,v,o):or(v,t,o)}),$}),$2=Qr(function(e,t,o){Dt(e,o,t)});function li(e,t){var o=ee(e)?xe:Rd;return o(e,G(t,3))}function g2(e,t,o,l){return e==null?[]:(ee(t)||(t=t==null?[]:[t]),o=l?r:o,ee(o)||(o=o==null?[]:[o]),Fd(e,t,o))}var m2=Qr(function(e,t,o){e[o?0:1].push(t)},function(){return[[],[]]});function v2(e,t,o){var l=ee(e)?Ki:ud,u=arguments.length<3;return l(e,G(t,4),o,u,an)}function y2(e,t,o){var l=ee(e)?kc:ud,u=arguments.length<3;return l(e,G(t,4),o,u,Bd)}function b2(e,t){var o=ee(e)?tn:kd;return o(e,ci(G(t,3)))}function w2(e){var t=ee(e)?Ed:f1;return t(e)}function x2(e,t,o){(o?ze(e,t,o):t===r)?t=1:t=te(t);var l=ee(e)?W0:p1;return l(e,t)}function C2(e){var t=ee(e)?G0:$1;return t(e)}function _2(e){if(e==null)return 0;if(He(e))return pi(e)?kn(e):e.length;var t=Ve(e);return t==Qe||t==Le?e.size:ho(e).length}function E2(e,t,o){var l=ee(e)?Yi:g1;return o&&ze(e,t,o)&&(t=r),l(e,G(t,3))}var S2=ie(function(e,t){if(e==null)return[];var o=t.length;return o>1&&ze(e,t[0],t[1])?t=[]:o>2&&ze(t[0],t[1],t[2])&&(t=[t[0]]),Fd(e,Re(t,1),[])}),si=o0||function(){return Me.Date.now()};function O2(e,t){if(typeof t!="function")throw new ft(h);return e=te(e),function(){if(--e<1)return t.apply(this,arguments)}}function Tl(e,t,o){return t=o?r:t,t=e&&t==null?e.length:t,Vt(e,H,r,r,r,r,t)}function Ml(e,t){var o;if(typeof t!="function")throw new ft(h);return e=te(e),function(){return--e>0&&(o=t.apply(this,arguments)),e<=1&&(t=r),o}}var Do=ie(function(e,t,o){var l=L;if(o.length){var u=rn(o,Dn(Do));l|=W}return Vt(e,l,t,o,u)}),Rl=ie(function(e,t,o){var l=L|V;if(o.length){var u=rn(o,Dn(Rl));l|=W}return Vt(t,l,e,o,u)});function Ll(e,t,o){t=o?r:t;var l=Vt(e,Z,r,r,r,r,r,t);return l.placeholder=Ll.placeholder,l}function Dl(e,t,o){t=o?r:t;var l=Vt(e,z,r,r,r,r,r,t);return l.placeholder=Dl.placeholder,l}function Vl(e,t,o){var l,u,$,v,b,x,S=0,O=!1,A=!1,R=!0;if(typeof e!="function")throw new ft(h);t=mt(t)||0,Ce(o)&&(O=!!o.leading,A="maxWait"in o,$=A?ke(mt(o.maxWait)||0,t):$,R="trailing"in o?!!o.trailing:R);function U(Ne){var Et=l,Gt=u;return l=u=r,S=Ne,v=e.apply(Gt,Et),v}function j(Ne){return S=Ne,b=ur(oe,t),O?U(Ne):v}function re(Ne){var Et=Ne-x,Gt=Ne-S,is=t-Et;return A?De(is,$-Gt):is}function q(Ne){var Et=Ne-x,Gt=Ne-S;return x===r||Et>=t||Et<0||A&&Gt>=$}function oe(){var Ne=si();if(q(Ne))return se(Ne);b=ur(oe,re(Ne))}function se(Ne){return b=r,R&&l?U(Ne):(l=u=r,v)}function ot(){b!==r&&Yd(b),S=0,l=x=u=b=r}function We(){return b===r?v:se(si())}function at(){var Ne=si(),Et=q(Ne);if(l=arguments,u=this,x=Ne,Et){if(b===r)return j(x);if(A)return Yd(b),b=ur(oe,t),U(x)}return b===r&&(b=ur(oe,t)),v}return at.cancel=ot,at.flush=We,at}var N2=ie(function(e,t){return Nd(e,1,t)}),B2=ie(function(e,t,o){return Nd(e,mt(t)||0,o)});function k2(e){return Vt(e,de)}function ui(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new ft(h);var o=function(){var l=arguments,u=t?t.apply(this,l):l[0],$=o.cache;if($.has(u))return $.get(u);var v=e.apply(this,l);return o.cache=$.set(u,v)||$,v};return o.cache=new(ui.Cache||Lt),o}ui.Cache=Lt;function ci(e){if(typeof e!="function")throw new ft(h);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function A2(e){return Ml(2,e)}var I2=m1(function(e,t){t=t.length==1&&ee(t[0])?xe(t[0],nt(G())):xe(Re(t,1),nt(G()));var o=t.length;return ie(function(l){for(var u=-1,$=De(l.length,o);++u<$;)l[u]=t[u].call(this,l[u]);return tt(e,this,l)})}),Vo=ie(function(e,t){var o=rn(t,Dn(Vo));return Vt(e,W,r,t,o)}),Fl=ie(function(e,t){var o=rn(t,Dn(Fl));return Vt(e,Q,r,t,o)}),P2=Ft(function(e,t){return Vt(e,ae,r,r,r,t)});function T2(e,t){if(typeof e!="function")throw new ft(h);return t=t===r?t:te(t),ie(e,t)}function M2(e,t){if(typeof e!="function")throw new ft(h);return t=t==null?0:ke(te(t),0),ie(function(o){var l=o[t],u=sn(o,0,t);return l&&nn(u,l),tt(e,this,u)})}function R2(e,t,o){var l=!0,u=!0;if(typeof e!="function")throw new ft(h);return Ce(o)&&(l="leading"in o?!!o.leading:l,u="trailing"in o?!!o.trailing:u),Vl(e,t,{leading:l,maxWait:t,trailing:u})}function L2(e){return Tl(e,1)}function D2(e,t){return Vo(Co(t),e)}function V2(){if(!arguments.length)return[];var e=arguments[0];return ee(e)?e:[e]}function F2(e){return ht(e,k)}function U2(e,t){return t=typeof t=="function"?t:r,ht(e,k,t)}function z2(e){return ht(e,_|k)}function W2(e,t){return t=typeof t=="function"?t:r,ht(e,_|k,t)}function G2(e,t){return t==null||Od(e,t,Pe(t))}function _t(e,t){return e===t||e!==e&&t!==t}var j2=ri(co),q2=ri(function(e,t){return e>=t}),Cn=Pd(function(){return arguments}())?Pd:function(e){return Se(e)&&pe.call(e,"callee")&&!yd.call(e,"callee")},ee=C.isArray,H2=ed?nt(ed):e1;function He(e){return e!=null&&fi(e.length)&&!zt(e)}function Oe(e){return Se(e)&&He(e)}function K2(e){return e===!0||e===!1||Se(e)&&Ue(e)==he}var un=d0||Zo,Y2=td?nt(td):t1;function Z2(e){return Se(e)&&e.nodeType===1&&!cr(e)}function X2(e){if(e==null)return!0;if(He(e)&&(ee(e)||typeof e=="string"||typeof e.splice=="function"||un(e)||Vn(e)||Cn(e)))return!e.length;var t=Ve(e);if(t==Qe||t==Le)return!e.size;if(sr(e))return!ho(e).length;for(var o in e)if(pe.call(e,o))return!1;return!0}function J2(e,t){return ar(e,t)}function Q2(e,t,o){o=typeof o=="function"?o:r;var l=o?o(e,t):r;return l===r?ar(e,t,r,o):!!l}function Fo(e){if(!Se(e))return!1;var t=Ue(e);return t==Ot||t==Kn||typeof e.message=="string"&&typeof e.name=="string"&&!cr(e)}function ep(e){return typeof e=="number"&&wd(e)}function zt(e){if(!Ce(e))return!1;var t=Ue(e);return t==Xt||t==Yn||t==X||t==Ni}function Ul(e){return typeof e=="number"&&e==te(e)}function fi(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Te}function Ce(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function Se(e){return e!=null&&typeof e=="object"}var zl=nd?nt(nd):r1;function tp(e,t){return e===t||po(e,t,ko(t))}function np(e,t,o){return o=typeof o=="function"?o:r,po(e,t,ko(t),o)}function rp(e){return Wl(e)&&e!=+e}function ip(e){if(F1(e))throw new J(c);return Td(e)}function op(e){return e===null}function ap(e){return e==null}function Wl(e){return typeof e=="number"||Se(e)&&Ue(e)==pn}function cr(e){if(!Se(e)||Ue(e)!=st)return!1;var t=Vr(e);if(t===null)return!0;var o=pe.call(t,"constructor")&&t.constructor;return typeof o=="function"&&o instanceof o&&Mr.call(o)==t0}var Uo=rd?nt(rd):i1;function dp(e){return Ul(e)&&e>=-Te&&e<=Te}var Gl=id?nt(id):o1;function pi(e){return typeof e=="string"||!ee(e)&&Se(e)&&Ue(e)==Jt}function it(e){return typeof e=="symbol"||Se(e)&&Ue(e)==hn}var Vn=od?nt(od):a1;function lp(e){return e===r}function sp(e){return Se(e)&&Ve(e)==Qt}function up(e){return Se(e)&&Ue(e)==Sr}var cp=ri($o),fp=ri(function(e,t){return e<=t});function jl(e){if(!e)return[];if(He(e))return pi(e)?xt(e):qe(e);if(Jn&&e[Jn])return Wc(e[Jn]());var t=Ve(e),o=t==Qe?to:t==Le?Ir:Fn;return o(e)}function Wt(e){if(!e)return e===0?e:0;if(e=mt(e),e===we||e===-we){var t=e<0?-1:1;return t*Je}return e===e?e:0}function te(e){var t=Wt(e),o=t%1;return t===t?o?t-o:t:0}function ql(e){return e?yn(te(e),0,Ie):0}function mt(e){if(typeof e=="number")return e;if(it(e))return Fe;if(Ce(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Ce(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=cd(e);var o=qu.test(e);return o||Ku.test(e)?Sc(e.slice(2),o?2:8):ju.test(e)?Fe:+e}function Hl(e){return Bt(e,Ke(e))}function pp(e){return e?yn(te(e),-Te,Te):e===0?e:0}function fe(e){return e==null?"":rt(e)}var hp=Rn(function(e,t){if(sr(t)||He(t)){Bt(t,Pe(t),e);return}for(var o in t)pe.call(t,o)&&rr(e,o,t[o])}),Kl=Rn(function(e,t){Bt(t,Ke(t),e)}),hi=Rn(function(e,t,o,l){Bt(t,Ke(t),e,l)}),$p=Rn(function(e,t,o,l){Bt(t,Pe(t),e,l)}),gp=Ft(lo);function mp(e,t){var o=Mn(e);return t==null?o:Sd(o,t)}var vp=ie(function(e,t){e=$e(e);var o=-1,l=t.length,u=l>2?t[2]:r;for(u&&ze(t[0],t[1],u)&&(l=1);++o<l;)for(var $=t[o],v=Ke($),b=-1,x=v.length;++b<x;){var S=v[b],O=e[S];(O===r||_t(O,In[S])&&!pe.call(e,S))&&(e[S]=$[S])}return e}),yp=ie(function(e){return e.push(r,cl),tt(Yl,r,e)});function bp(e,t){return dd(e,G(t,3),Nt)}function wp(e,t){return dd(e,G(t,3),uo)}function xp(e,t){return e==null?e:so(e,G(t,3),Ke)}function Cp(e,t){return e==null?e:Ad(e,G(t,3),Ke)}function _p(e,t){return e&&Nt(e,G(t,3))}function Ep(e,t){return e&&uo(e,G(t,3))}function Sp(e){return e==null?[]:Yr(e,Pe(e))}function Op(e){return e==null?[]:Yr(e,Ke(e))}function zo(e,t,o){var l=e==null?r:bn(e,t);return l===r?o:l}function Np(e,t){return e!=null&&hl(e,t,Z0)}function Wo(e,t){return e!=null&&hl(e,t,X0)}var Bp=al(function(e,t,o){t!=null&&typeof t.toString!="function"&&(t=Rr.call(t)),e[t]=o},jo(Ye)),kp=al(function(e,t,o){t!=null&&typeof t.toString!="function"&&(t=Rr.call(t)),pe.call(e,t)?e[t].push(o):e[t]=[o]},G),Ap=ie(or);function Pe(e){return He(e)?_d(e):ho(e)}function Ke(e){return He(e)?_d(e,!0):d1(e)}function Ip(e,t){var o={};return t=G(t,3),Nt(e,function(l,u,$){Dt(o,t(l,u,$),l)}),o}function Pp(e,t){var o={};return t=G(t,3),Nt(e,function(l,u,$){Dt(o,u,t(l,u,$))}),o}var Tp=Rn(function(e,t,o){Zr(e,t,o)}),Yl=Rn(function(e,t,o,l){Zr(e,t,o,l)}),Mp=Ft(function(e,t){var o={};if(e==null)return o;var l=!1;t=xe(t,function($){return $=ln($,e),l||(l=$.length>1),$}),Bt(e,No(e),o),l&&(o=ht(o,_|N|k,N1));for(var u=t.length;u--;)bo(o,t[u]);return o});function Rp(e,t){return Zl(e,ci(G(t)))}var Lp=Ft(function(e,t){return e==null?{}:s1(e,t)});function Zl(e,t){if(e==null)return{};var o=xe(No(e),function(l){return[l]});return t=G(t),Ud(e,o,function(l,u){return t(l,u[0])})}function Dp(e,t,o){t=ln(t,e);var l=-1,u=t.length;for(u||(u=1,e=r);++l<u;){var $=e==null?r:e[kt(t[l])];$===r&&(l=u,$=o),e=zt($)?$.call(e):$}return e}function Vp(e,t,o){return e==null?e:dr(e,t,o)}function Fp(e,t,o,l){return l=typeof l=="function"?l:r,e==null?e:dr(e,t,o,l)}var Xl=sl(Pe),Jl=sl(Ke);function Up(e,t,o){var l=ee(e),u=l||un(e)||Vn(e);if(t=G(t,4),o==null){var $=e&&e.constructor;u?o=l?new $:[]:Ce(e)?o=zt($)?Mn(Vr(e)):{}:o={}}return(u?ct:Nt)(e,function(v,b,x){return t(o,v,b,x)}),o}function zp(e,t){return e==null?!0:bo(e,t)}function Wp(e,t,o){return e==null?e:qd(e,t,Co(o))}function Gp(e,t,o,l){return l=typeof l=="function"?l:r,e==null?e:qd(e,t,Co(o),l)}function Fn(e){return e==null?[]:eo(e,Pe(e))}function jp(e){return e==null?[]:eo(e,Ke(e))}function qp(e,t,o){return o===r&&(o=t,t=r),o!==r&&(o=mt(o),o=o===o?o:0),t!==r&&(t=mt(t),t=t===t?t:0),yn(mt(e),t,o)}function Hp(e,t,o){return t=Wt(t),o===r?(o=t,t=0):o=Wt(o),e=mt(e),J0(e,t,o)}function Kp(e,t,o){if(o&&typeof o!="boolean"&&ze(e,t,o)&&(t=o=r),o===r&&(typeof t=="boolean"?(o=t,t=r):typeof e=="boolean"&&(o=e,e=r)),e===r&&t===r?(e=0,t=1):(e=Wt(e),t===r?(t=e,e=0):t=Wt(t)),e>t){var l=e;e=t,t=l}if(o||e%1||t%1){var u=xd();return De(e+u*(t-e+Ec("1e-"+((u+"").length-1))),t)}return mo(e,t)}var Yp=Ln(function(e,t,o){return t=t.toLowerCase(),e+(o?Ql(t):t)});function Ql(e){return Go(fe(e).toLowerCase())}function es(e){return e=fe(e),e&&e.replace(Zu,Dc).replace($c,"")}function Zp(e,t,o){e=fe(e),t=rt(t);var l=e.length;o=o===r?l:yn(te(o),0,l);var u=o;return o-=t.length,o>=0&&e.slice(o,u)==t}function Xp(e){return e=fe(e),e&&ku.test(e)?e.replace(Aa,Vc):e}function Jp(e){return e=fe(e),e&&Ru.test(e)?e.replace(Di,"\\$&"):e}var Qp=Ln(function(e,t,o){return e+(o?"-":"")+t.toLowerCase()}),e3=Ln(function(e,t,o){return e+(o?" ":"")+t.toLowerCase()}),t3=rl("toLowerCase");function n3(e,t,o){e=fe(e),t=te(t);var l=t?kn(e):0;if(!t||l>=t)return e;var u=(t-l)/2;return ni(Wr(u),o)+e+ni(zr(u),o)}function r3(e,t,o){e=fe(e),t=te(t);var l=t?kn(e):0;return t&&l<t?e+ni(t-l,o):e}function i3(e,t,o){e=fe(e),t=te(t);var l=t?kn(e):0;return t&&l<t?ni(t-l,o)+e:e}function o3(e,t,o){return o||t==null?t=0:t&&(t=+t),c0(fe(e).replace(Vi,""),t||0)}function a3(e,t,o){return(o?ze(e,t,o):t===r)?t=1:t=te(t),vo(fe(e),t)}function d3(){var e=arguments,t=fe(e[0]);return e.length<3?t:t.replace(e[1],e[2])}var l3=Ln(function(e,t,o){return e+(o?"_":"")+t.toLowerCase()});function s3(e,t,o){return o&&typeof o!="number"&&ze(e,t,o)&&(t=o=r),o=o===r?Ie:o>>>0,o?(e=fe(e),e&&(typeof t=="string"||t!=null&&!Uo(t))&&(t=rt(t),!t&&Bn(e))?sn(xt(e),0,o):e.split(t,o)):[]}var u3=Ln(function(e,t,o){return e+(o?" ":"")+Go(t)});function c3(e,t,o){return e=fe(e),o=o==null?0:yn(te(o),0,e.length),t=rt(t),e.slice(o,o+t.length)==t}function f3(e,t,o){var l=p.templateSettings;o&&ze(e,t,o)&&(t=r),e=fe(e),t=hi({},t,l,ul);var u=hi({},t.imports,l.imports,ul),$=Pe(u),v=eo(u,$),b,x,S=0,O=t.interpolate||Or,A="__p += '",R=no((t.escape||Or).source+"|"+O.source+"|"+(O===Ia?Gu:Or).source+"|"+(t.evaluate||Or).source+"|$","g"),U="//# sourceURL="+(pe.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++bc+"]")+`
13
+ `;e.replace(R,function(q,oe,se,ot,We,at){return se||(se=ot),A+=e.slice(S,at).replace(Xu,Fc),oe&&(b=!0,A+=`' +
14
14
  __e(`+oe+`) +
15
- '`),We&&(x=!0,k+=`';
15
+ '`),We&&(x=!0,A+=`';
16
16
  `+We+`;
17
- __p += '`),se&&(k+=`' +
17
+ __p += '`),se&&(A+=`' +
18
18
  ((__t = (`+se+`)) == null ? '' : __t) +
19
- '`),O=at+q.length,q}),k+=`';
20
- `;var j=pe.call(t,"variable")&&t.variable;if(!j)k=`with (obj) {
21
- `+k+`
19
+ '`),S=at+q.length,q}),A+=`';
20
+ `;var j=pe.call(t,"variable")&&t.variable;if(!j)A=`with (obj) {
21
+ `+A+`
22
22
  }
23
- `;else if(zu.test(j))throw new J(f);k=(x?k.replace(Su,""):k).replace(Ou,"$1").replace(Nu,"$1;"),k="function("+(j||"obj")+`) {
23
+ `;else if(zu.test(j))throw new J(f);A=(x?A.replace(Su,""):A).replace(Ou,"$1").replace(Nu,"$1;"),A="function("+(j||"obj")+`) {
24
24
  `+(j?"":`obj || (obj = {});
25
25
  `)+"var __t, __p = ''"+(b?", __e = _.escape":"")+(x?`, __j = Array.prototype.join;
26
26
  function print() { __p += __j.call(arguments, '') }
27
27
  `:`;
28
- `)+k+`return __p
29
- }`;var re=ns(function(){return ce($,F+"return "+k).apply(r,v)});if(re.source=k,Fo(re))throw re;return re}function p3(e){return fe(e).toLowerCase()}function h3(e){return fe(e).toUpperCase()}function $3(e,t,o){if(e=fe(e),e&&(o||t===r))return cd(e);if(!e||!(t=rt(t)))return e;var l=xt(e),u=xt(t),$=fd(l,u),v=pd(l,u)+1;return sn(l,$,v).join("")}function g3(e,t,o){if(e=fe(e),e&&(o||t===r))return e.slice(0,$d(e)+1);if(!e||!(t=rt(t)))return e;var l=xt(e),u=pd(l,xt(t))+1;return sn(l,0,u).join("")}function m3(e,t,o){if(e=fe(e),e&&(o||t===r))return e.replace(Vi,"");if(!e||!(t=rt(t)))return e;var l=xt(e),u=fd(l,xt(t));return sn(l,u).join("")}function v3(e,t){var o=ue,l=ge;if(Ce(t)){var u="separator"in t?t.separator:u;o="length"in t?te(t.length):o,l="omission"in t?rt(t.omission):l}e=fe(e);var $=e.length;if(Bn(e)){var v=xt(e);$=v.length}if(o>=$)return e;var b=o-kn(l);if(b<1)return l;var x=v?sn(v,0,b).join(""):e.slice(0,b);if(u===r)return x+l;if(v&&(b+=x.length-b),Uo(u)){if(e.slice(b).search(u)){var O,N=x;for(u.global||(u=no(u.source,fe(Pa.exec(u))+"g")),u.lastIndex=0;O=u.exec(N);)var k=O.index;x=x.slice(0,k===r?b:k)}}else if(e.indexOf(rt(u),b)!=b){var L=x.lastIndexOf(u);L>-1&&(x=x.slice(0,L))}return x+l}function y3(e){return e=fe(e),e&&Bu.test(e)?e.replace(ka,Hc):e}var b3=Ln(function(e,t,o){return e+(o?" ":"")+t.toUpperCase()}),Go=rl("toUpperCase");function ts(e,t,o){return e=fe(e),t=o?r:t,t===r?zc(e)?Zc(e):Pc(e):e.match(t)||[]}var ns=ie(function(e,t){try{return tt(e,r,t)}catch(o){return Fo(o)?o:new J(o)}}),w3=Ft(function(e,t){return ct(t,function(o){o=kt(o),Dt(e,o,Do(e[o],e))}),e});function x3(e){var t=e==null?0:e.length,o=G();return e=t?xe(e,function(l){if(typeof l[1]!="function")throw new ft(h);return[o(l[0]),l[1]]}):[],ie(function(l){for(var u=-1;++u<t;){var $=e[u];if(tt($[0],this,l))return tt($[1],this,l)}})}function C3(e){return H0(ht(e,_))}function jo(e){return function(){return e}}function _3(e,t){return e==null||e!==e?t:e}var E3=ol(),S3=ol(!0);function Ye(e){return e}function qo(e){return Md(typeof e=="function"?e:ht(e,_))}function O3(e){return Ld(ht(e,_))}function N3(e,t){return Dd(e,ht(t,_))}var B3=ie(function(e,t){return function(o){return or(o,e,t)}}),k3=ie(function(e,t){return function(o){return or(e,o,t)}});function Ho(e,t,o){var l=Pe(t),u=Yr(t,l);o==null&&!(Ce(t)&&(u.length||!l.length))&&(o=t,t=e,e=this,u=Yr(t,Pe(t)));var $=!(Ce(o)&&"chain"in o)||!!o.chain,v=zt(e);return ct(u,function(b){var x=t[b];e[b]=x,v&&(e.prototype[b]=function(){var O=this.__chain__;if($||O){var N=e(this.__wrapped__),k=N.__actions__=qe(this.__actions__);return k.push({func:x,args:arguments,thisArg:e}),N.__chain__=O,N}return x.apply(e,nn([this.value()],arguments))})}),e}function A3(){return Me._===this&&(Me._=n0),this}function Ko(){}function I3(e){return e=te(e),ie(function(t){return Vd(t,e)})}var P3=Eo(xe),T3=Eo(ad),M3=Eo(Yi);function rs(e){return Io(e)?Zi(kt(e)):u1(e)}function R3(e){return function(t){return e==null?r:bn(e,t)}}var L3=dl(),D3=dl(!0);function Yo(){return[]}function Zo(){return!1}function V3(){return{}}function F3(){return""}function U3(){return!0}function z3(e,t){if(e=te(e),e<1||e>Te)return[];var o=Ie,l=De(e,Ie);t=G(t),e-=Ie;for(var u=Qi(l,t);++o<e;)t(o);return u}function W3(e){return ee(e)?xe(e,kt):it(e)?[e]:qe(Cl(fe(e)))}function G3(e){var t=++e0;return fe(e)+t}var j3=ti(function(e,t){return e+t},0),q3=So("ceil"),H3=ti(function(e,t){return e/t},1),K3=So("floor");function Y3(e){return e&&e.length?Kr(e,Ye,co):r}function Z3(e,t){return e&&e.length?Kr(e,G(t,2),co):r}function X3(e){return sd(e,Ye)}function J3(e,t){return sd(e,G(t,2))}function Q3(e){return e&&e.length?Kr(e,Ye,$o):r}function eh(e,t){return e&&e.length?Kr(e,G(t,2),$o):r}var th=ti(function(e,t){return e*t},1),nh=So("round"),rh=ti(function(e,t){return e-t},0);function ih(e){return e&&e.length?Ji(e,Ye):0}function oh(e,t){return e&&e.length?Ji(e,G(t,2)):0}return p.after=O2,p.ary=Tl,p.assign=hp,p.assignIn=Kl,p.assignInWith=hi,p.assignWith=$p,p.at=gp,p.before=Ml,p.bind=Do,p.bindAll=w3,p.bindKey=Rl,p.castArray=V2,p.chain=Al,p.chunk=H1,p.compact=K1,p.concat=Y1,p.cond=x3,p.conforms=C3,p.constant=jo,p.countBy=i2,p.create=mp,p.curry=Ll,p.curryRight=Dl,p.debounce=Vl,p.defaults=vp,p.defaultsDeep=yp,p.defer=N2,p.delay=B2,p.difference=Z1,p.differenceBy=X1,p.differenceWith=J1,p.drop=Q1,p.dropRight=ef,p.dropRightWhile=tf,p.dropWhile=nf,p.fill=rf,p.filter=a2,p.flatMap=s2,p.flatMapDeep=u2,p.flatMapDepth=c2,p.flatten=Ol,p.flattenDeep=of,p.flattenDepth=af,p.flip=k2,p.flow=E3,p.flowRight=S3,p.fromPairs=df,p.functions=Sp,p.functionsIn=Op,p.groupBy=f2,p.initial=sf,p.intersection=uf,p.intersectionBy=cf,p.intersectionWith=ff,p.invert=Bp,p.invertBy=kp,p.invokeMap=h2,p.iteratee=qo,p.keyBy=$2,p.keys=Pe,p.keysIn=Ke,p.map=li,p.mapKeys=Ip,p.mapValues=Pp,p.matches=O3,p.matchesProperty=N3,p.memoize=ui,p.merge=Tp,p.mergeWith=Yl,p.method=B3,p.methodOf=k3,p.mixin=Ho,p.negate=ci,p.nthArg=I3,p.omit=Mp,p.omitBy=Rp,p.once=A2,p.orderBy=g2,p.over=P3,p.overArgs=I2,p.overEvery=T3,p.overSome=M3,p.partial=Vo,p.partialRight=Fl,p.partition=m2,p.pick=Lp,p.pickBy=Zl,p.property=rs,p.propertyOf=R3,p.pull=gf,p.pullAll=Bl,p.pullAllBy=mf,p.pullAllWith=vf,p.pullAt=yf,p.range=L3,p.rangeRight=D3,p.rearg=P2,p.reject=b2,p.remove=bf,p.rest=T2,p.reverse=Ro,p.sampleSize=x2,p.set=Vp,p.setWith=Fp,p.shuffle=C2,p.slice=wf,p.sortBy=S2,p.sortedUniq=Nf,p.sortedUniqBy=Bf,p.split=s3,p.spread=M2,p.tail=kf,p.take=Af,p.takeRight=If,p.takeRightWhile=Pf,p.takeWhile=Tf,p.tap=Yf,p.throttle=R2,p.thru=di,p.toArray=jl,p.toPairs=Xl,p.toPairsIn=Jl,p.toPath=W3,p.toPlainObject=Hl,p.transform=Up,p.unary=L2,p.union=Mf,p.unionBy=Rf,p.unionWith=Lf,p.uniq=Df,p.uniqBy=Vf,p.uniqWith=Ff,p.unset=zp,p.unzip=Lo,p.unzipWith=kl,p.update=Wp,p.updateWith=Gp,p.values=Fn,p.valuesIn=jp,p.without=Uf,p.words=ts,p.wrap=D2,p.xor=zf,p.xorBy=Wf,p.xorWith=Gf,p.zip=jf,p.zipObject=qf,p.zipObjectDeep=Hf,p.zipWith=Kf,p.entries=Xl,p.entriesIn=Jl,p.extend=Kl,p.extendWith=hi,Ho(p,p),p.add=j3,p.attempt=ns,p.camelCase=Yp,p.capitalize=Ql,p.ceil=q3,p.clamp=qp,p.clone=F2,p.cloneDeep=z2,p.cloneDeepWith=W2,p.cloneWith=U2,p.conformsTo=G2,p.deburr=es,p.defaultTo=_3,p.divide=H3,p.endsWith=Zp,p.eq=_t,p.escape=Xp,p.escapeRegExp=Jp,p.every=o2,p.find=d2,p.findIndex=El,p.findKey=bp,p.findLast=l2,p.findLastIndex=Sl,p.findLastKey=wp,p.floor=K3,p.forEach=Il,p.forEachRight=Pl,p.forIn=xp,p.forInRight=Cp,p.forOwn=_p,p.forOwnRight=Ep,p.get=zo,p.gt=j2,p.gte=q2,p.has=Np,p.hasIn=Wo,p.head=Nl,p.identity=Ye,p.includes=p2,p.indexOf=lf,p.inRange=Hp,p.invoke=Ap,p.isArguments=Cn,p.isArray=ee,p.isArrayBuffer=H2,p.isArrayLike=He,p.isArrayLikeObject=Oe,p.isBoolean=K2,p.isBuffer=un,p.isDate=Y2,p.isElement=Z2,p.isEmpty=X2,p.isEqual=J2,p.isEqualWith=Q2,p.isError=Fo,p.isFinite=ep,p.isFunction=zt,p.isInteger=Ul,p.isLength=fi,p.isMap=zl,p.isMatch=tp,p.isMatchWith=np,p.isNaN=rp,p.isNative=ip,p.isNil=ap,p.isNull=op,p.isNumber=Wl,p.isObject=Ce,p.isObjectLike=Se,p.isPlainObject=cr,p.isRegExp=Uo,p.isSafeInteger=dp,p.isSet=Gl,p.isString=pi,p.isSymbol=it,p.isTypedArray=Vn,p.isUndefined=lp,p.isWeakMap=sp,p.isWeakSet=up,p.join=pf,p.kebabCase=Qp,p.last=gt,p.lastIndexOf=hf,p.lowerCase=e3,p.lowerFirst=t3,p.lt=cp,p.lte=fp,p.max=Y3,p.maxBy=Z3,p.mean=X3,p.meanBy=J3,p.min=Q3,p.minBy=eh,p.stubArray=Yo,p.stubFalse=Zo,p.stubObject=V3,p.stubString=F3,p.stubTrue=U3,p.multiply=th,p.nth=$f,p.noConflict=A3,p.noop=Ko,p.now=si,p.pad=n3,p.padEnd=r3,p.padStart=i3,p.parseInt=o3,p.random=Kp,p.reduce=v2,p.reduceRight=y2,p.repeat=a3,p.replace=d3,p.result=Dp,p.round=nh,p.runInContext=w,p.sample=w2,p.size=_2,p.snakeCase=l3,p.some=E2,p.sortedIndex=xf,p.sortedIndexBy=Cf,p.sortedIndexOf=_f,p.sortedLastIndex=Ef,p.sortedLastIndexBy=Sf,p.sortedLastIndexOf=Of,p.startCase=u3,p.startsWith=c3,p.subtract=rh,p.sum=ih,p.sumBy=oh,p.template=f3,p.times=z3,p.toFinite=Wt,p.toInteger=te,p.toLength=ql,p.toLower=p3,p.toNumber=mt,p.toSafeInteger=pp,p.toString=fe,p.toUpper=h3,p.trim=$3,p.trimEnd=g3,p.trimStart=m3,p.truncate=v3,p.unescape=y3,p.uniqueId=G3,p.upperCase=b3,p.upperFirst=Go,p.each=Il,p.eachRight=Pl,p.first=Nl,Ho(p,function(){var e={};return Nt(p,function(t,o){pe.call(p.prototype,o)||(e[o]=t)}),e}(),{chain:!1}),p.VERSION=d,ct(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){p[e].placeholder=p}),ct(["drop","take"],function(e,t){le.prototype[e]=function(o){o=o===r?1:ke(te(o),0);var l=this.__filtered__&&!t?new le(this):this.clone();return l.__filtered__?l.__takeCount__=De(o,l.__takeCount__):l.__views__.push({size:De(o,Ie),type:e+(l.__dir__<0?"Right":"")}),l},le.prototype[e+"Right"]=function(o){return this.reverse()[e](o).reverse()}}),ct(["filter","map","takeWhile"],function(e,t){var o=t+1,l=o==me||o==Ee;le.prototype[e]=function(u){var $=this.clone();return $.__iteratees__.push({iteratee:G(u,3),type:o}),$.__filtered__=$.__filtered__||l,$}}),ct(["head","last"],function(e,t){var o="take"+(t?"Right":"");le.prototype[e]=function(){return this[o](1).value()[0]}}),ct(["initial","tail"],function(e,t){var o="drop"+(t?"":"Right");le.prototype[e]=function(){return this.__filtered__?new le(this):this[o](1)}}),le.prototype.compact=function(){return this.filter(Ye)},le.prototype.find=function(e){return this.filter(e).head()},le.prototype.findLast=function(e){return this.reverse().find(e)},le.prototype.invokeMap=ie(function(e,t){return typeof e=="function"?new le(this):this.map(function(o){return or(o,e,t)})}),le.prototype.reject=function(e){return this.filter(ci(G(e)))},le.prototype.slice=function(e,t){e=te(e);var o=this;return o.__filtered__&&(e>0||t<0)?new le(o):(e<0?o=o.takeRight(-e):e&&(o=o.drop(e)),t!==r&&(t=te(t),o=t<0?o.dropRight(-t):o.take(t-e)),o)},le.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},le.prototype.toArray=function(){return this.take(Ie)},Nt(le.prototype,function(e,t){var o=/^(?:filter|find|map|reject)|While$/.test(t),l=/^(?:head|last)$/.test(t),u=p[l?"take"+(t=="last"?"Right":""):t],$=l||/^find/.test(t);u&&(p.prototype[t]=function(){var v=this.__wrapped__,b=l?[1]:arguments,x=v instanceof le,O=b[0],N=x||ee(v),k=function(oe){var se=u.apply(p,nn([oe],b));return l&&L?se[0]:se};N&&o&&typeof O=="function"&&O.length!=1&&(x=N=!1);var L=this.__chain__,F=!!this.__actions__.length,j=$&&!L,re=x&&!F;if(!$&&N){v=re?v:new le(this);var q=e.apply(v,b);return q.__actions__.push({func:di,args:[k],thisArg:r}),new pt(q,L)}return j&&re?e.apply(this,b):(q=this.thru(k),j?l?q.value()[0]:q.value():q)})}),ct(["pop","push","shift","sort","splice","unshift"],function(e){var t=Pr[e],o=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",l=/^(?:pop|shift)$/.test(e);p.prototype[e]=function(){var u=arguments;if(l&&!this.__chain__){var $=this.value();return t.apply(ee($)?$:[],u)}return this[o](function(v){return t.apply(ee(v)?v:[],u)})}}),Nt(le.prototype,function(e,t){var o=p[t];if(o){var l=o.name+"";pe.call(Tn,l)||(Tn[l]=[]),Tn[l].push({name:t,func:o})}}),Tn[ei(r,U).name]=[{name:"wrapper",func:r}],le.prototype.clone=v0,le.prototype.reverse=y0,le.prototype.value=b0,p.prototype.at=Zf,p.prototype.chain=Xf,p.prototype.commit=Jf,p.prototype.next=Qf,p.prototype.plant=t2,p.prototype.reverse=n2,p.prototype.toJSON=p.prototype.valueOf=p.prototype.value=r2,p.prototype.first=p.prototype.head,Jn&&(p.prototype[Jn]=e2),p},An=Xc();$n?(($n.exports=An)._=An,ji._=An):Me._=An}).call(pr)})(xi,xi.exports);var qt=xi.exports;const Jo=tg(qt),ng=["src","alt"],rg={class:"flex items-center"},ig=["src","alt"],og={key:0,style:{"border-left-color":"rgba(107, 30, 190, 0.71)"},class:"vs__spinner"},ag={key:0},dg=a.defineComponent({__name:"EUISelect",props:{clearable:{type:Boolean,default:!0},isUseCustomSelect:{type:Boolean,required:!1,default:!1},customWidth:{type:String,default:"",required:!1},customOffset:{type:Array,required:!1},className:{type:Array,required:!1,default:()=>[]},errors:{type:Object,required:!1,default:()=>{}},items:{type:Array,required:!0},placeholder:{type:String,default:""},label:{type:String,default:"Select an option...",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}},emits:["update:modelValue","update:searchString","change","deselected","search","tag","selectedOption"],setup(n,{emit:i}){a.useCssVars(P=>({11252430:Te.value,"35310d15":Ae.value,"0dc0cbd2":Ee.value,"740f3c9f":we.value,"915c6b4e":ge.value,cde19cbc:be.value,c40bdd4a:_e.value,"4cd9c011":Je.value,"05017d1e":me.value}));const r=a.computed(()=>{const P=h.placeholder||`Select ${name}`,V=h.required?"*":"";return`${P} ${V}`}),d=P=>qt.startCase(P),s=a.ref([]),c=a.ref(!1),h=n,{modelValue:f,isFussySeach:m,clearable:g,isUseCustomSelect:y,items:_,keys:B,loading:E,multiple:A,isStartCaseText:M,isSelectAll:R,required:U}=a.toRefs(h),K=i,Z=P=>{P.target&&(s.value=[{_id:"6565d869eb1b7cf8745d6beb",name:"All"}],c.value=!0)};a.watch(s,P=>{K("update:modelValue",P),(P===null||!P)&&K("deselected",P)});const z=P=>{K("change",P)},W=P=>{K("deselected",P),P.name==="All"&&(c.value=!1)};a.watch(f,P=>{s.value=P});const Q=P=>{K("update:searchString",P),K("search",P)},H=a.computed(()=>h.customWidth),ae=a.computed(()=>h.customOffset),de=(P,V,{width:X})=>{const he=H.value||X,wt=ae.value||[0,3],Kn=y.value?he:X;P.style.width=Kn;const Ot=y.value?wt:[0,3],Xt=h4(V.$refs.toggle,P,{placement:"bottom",modifiers:[{name:"offset",options:{offset:Ot}}]});return()=>Xt.destroy()},ue=(P,V)=>{const X=new Hn(P,{keys:B.value,shouldSort:!0});return V?X.search(V).map(he=>he):X==null?void 0:X.list};a.onMounted(()=>{s.value=h.value}),a.onBeforeUnmount(()=>{s.value=null});const ge=a.computed(()=>h.multiple?"#f3e8ff":""),be=a.computed(()=>h.multiple?"#7e22ce":""),_e=a.computed(()=>h.multiple?"fit-content":""),me=a.computed(()=>h.clearable?"flex":"none"),Ae=a.computed(()=>{var P;return((P=s.value)==null?void 0:P.length)===0||Jo.isEmpty(s.value)?"#ffffff":"transparent"}),Ee=a.computed(()=>{var V;if(((V=s.value)==null?void 0:V.length)===0||Jo.isEmpty(s.value))return"54px";let P;return h.multiple?P="32px":y.value?P="fit-content":P="54px",P}),we=a.computed(()=>{var V;if(((V=s.value)==null?void 0:V.length)===0||Jo.isEmpty(s.value))return"0px";let P;return y.value||h.multiple?P="24px":P="2px",P}),Te=a.computed(()=>(h.multiple,"8px")),Je=a.computed(()=>h.required?"-webkit-linear-gradient(left, #374151 0%, #374151 92%,red 8%,red 100%)":"-webkit-linear-gradient(left, #374151 50%, #374151 50%)"),Fe=a.computed(()=>P=>{var V,X;return(X=(V=_.value)==null?void 0:V.find(he=>he.name===P.nameText))==null?void 0:X.iconlink}),Ie=a.computed(()=>{const P=h.modelValue,V=s.value;return P?!0:Array.isArray(V)?!!V.length:V&&typeof V=="object"?!!Object.keys(V).length:!!V}),I=P=>{K("selectedOption",P)},T=a.computed(()=>{var P;return!h.multipleLimit||(((P=s.value)==null?void 0:P.length)??0)<h.multipleLimit}),ne=()=>{if(!h.multipleLimit)return!0;if(h.multipleLimit)return T.value};return(P,V)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(a.unref(y)?"isUseCustomSelect":"")},[a.createVNode(a.unref(Zs),{modelValue:s.value,"onUpdate:modelValue":V[0]||(V[0]=X=>s.value=X),filter:a.unref(m)?ue:void 0,options:a.unref(_),label:n.searchLabel,name:n.name,value:s.value,placeholder:r.value,multiple:a.unref(A),taggable:n.taggable,"push-tags":n.pushtags,"deselect-from-dropdown":!0,"append-to-body":"",searchable:n.searchable,"calculate-position":de,loading:a.unref(E),disabled:n.disabled,selectable:ne,class:a.normalizeClass([a.unref(y)?"customselect":"rounded-2xl 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",n.disabled?"opacity-25":"","group relative min-h-14 w-full bg-white cursor-pointer overflow-hidden"]),clearable:a.unref(y)?a.unref(g):void 0,"no-drop":c.value,onSearch:V[1]||(V[1]=X=>Q(X)),"onOption:selected":V[2]||(V[2]=X=>z(X)),"onOption:deselected":V[3]||(V[3]=X=>W(X)),"onOption:created":I},a.createSlots({header:a.withCtx(()=>[a.createElementVNode("div",{class:a.normalizeClass([[Ie.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:min-w-max w-11/12 group-hover:-translate-y-1/2 group-hover:text-gray-400",n.disabled?" cursor-not-allowed":"",a.unref(U)&&"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]"])},a.toDisplayString(d(n.label)),3)]),"selected-option":a.withCtx(({name:X,iconlink:he})=>[a.createElementVNode("div",{class:a.normalizeClass(a.unref(y)?"break-words flex items-start":"flex items-center")},[(n.name=="country"?Fe.value({nameText:X,iconlink:he}):he)?(a.openBlock(),a.createElementBlock("img",{key:0,class:a.normalizeClass(a.unref(y)?"w-6 mr-1 flex-initial":"w-6 mr-2"),src:n.name=="country"?Fe.value({nameText:X,iconlink:he}):he,alt:X},null,10,ng)):a.createCommentVNode("",!0),a.createTextVNode(" "+a.toDisplayString(a.unref(M)?d(X):X),1)],2)]),option:a.withCtx(({name:X,iconlink:he})=>[a.createElementVNode("div",rg,[he?(a.openBlock(),a.createElementBlock("img",{key:0,class:"w-6 mr-2",src:he,alt:X},null,8,ig)):a.createCommentVNode("",!0),a.createTextVNode(" "+a.toDisplayString(a.unref(M)?d(X):X),1)])]),spinner:a.withCtx(({loading:X})=>[a.unref(E)||X?(a.openBlock(),a.createElementBlock("div",og)):a.createCommentVNode("",!0)]),_:2},[a.unref(R)?{name:"list-header",fn:a.withCtx(()=>{var X;return[a.unref(_).length!==((X=s.value)==null?void 0:X.length)?(a.openBlock(),a.createElementBlock("div",ag,[a.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:a.withModifiers(Z,["prevent"])}," Select All ")])):a.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["modelValue","filter","options","label","name","value","placeholder","multiple","taggable","push-tags","searchable","loading","disabled","class","clearable","no-drop"]),a.createVNode(Zt,{errors:n.errors,name:n.name,class:"mt-2"},null,8,["errors","name"])],2))}}),lg=[{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"}}],sg={for:"label",class:"mb-4 text-xs font-medium text-gray-400"},ug=a.defineComponent({__name:"EUISelectSearch",setup(n){const i=a.ref([]),r=a.computed(()=>lg);return(d,s)=>{var c,h;return a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("label",sg,a.toDisplayString(((c=i.value)==null?void 0:c.length)<3)+" - "+a.toDisplayString(((h=i.value)==null?void 0:h.length)<3),1),a.createVNode(a.unref(Zs),{modelValue:i.value,"onUpdate:modelValue":s[0]||(s[0]=f=>i.value=f),multiple:"",placeholder:"Choose up to 3 books!",label:"title",options:r.value,selectable:()=>{var f;return((f=i.value)==null?void 0:f.length)<3}},null,8,["modelValue","options","selectable"])])}}}),cg={class:"group"},fg={class:"flex items-center"},pg=["src"],hg={key:0,class:"ms-2 flex-1"},$g={class:"text-sm font-semibold text-gray-600 group-hover:text-gray-900"},gg={class:"text-xs font-medium text-gray-500 group-hover:text-gray-700"},mg=a.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"}},setup(n){const i=n,r=a.reactive({xs:"size-6",sm:"size-8",md:"size-10",lg:"size-12"}),d=a.computed(()=>r[i.size]||""),s=a.computed(()=>i.status),c=a.computed(()=>h[Math.floor(Math.random()*h.length)]),h=["#6366F1","#F97316","#65A30D","#E11D48","#4B5563","#059669","#1D4ED8","#7C3AED","#FB923C","#fe4ca9"];return(f,m)=>(a.openBlock(),a.createElementBlock("div",cg,[a.createElementVNode("div",fg,[a.createElementVNode("div",{class:a.normalizeClass(["relative inline-block flex-none",d.value])},[n.imageUrl?(a.openBlock(),a.createElementBlock("img",{key:0,class:a.normalizeClass(["group-hover:ring-2 ring-offset-2 ring-gray-300",n.rounded?"rounded-full":"rounded-md",d.value]),src:n.imageUrl,alt:""},null,10,pg)):(a.openBlock(),a.createElementBlock("span",{key:1,class:a.normalizeClass(["flex items-center justify-center mx-auto text-white capitalize",n.rounded?"rounded-full":"rounded-md",d.value]),style:a.normalizeStyle({background:c.value})},a.toDisplayString(n.fullName&&n.fullName.charAt(0)),7)),n.showStatus?(a.openBlock(),a.createElementBlock("span",{key:2,class:a.normalizeClass(["absolute bottom-0 right-0 block rounded-full ring-2 ring-white",s.value==="Online"?"bg-green-500":"bg-gray-400",n.size==="xs"?"size-1.5":n.size==="sm"?"size-2":"size-3"])},null,2)):a.createCommentVNode("",!0)],2),n.profile?(a.openBlock(),a.createElementBlock("div",hg,[a.createElementVNode("p",$g,[a.renderSlot(f.$slots,"name")]),a.createElementVNode("p",gg,[a.renderSlot(f.$slots,"designation")])])):a.createCommentVNode("",!0)])]))}}),vg={"aria-label":"Progress",class:"relative z-10"},yg={role:"list",class:"flex flex-row items-start justify-center w-full ps-4 py-4 pe-2"},bg={key:0,class:"absolute bg-green-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},wg={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},xg={class:"font-semibold text-xs text-gray-900"},Cg={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},_g={class:"font-semibold text-xs text-gray-900"},Eg={key:0,class:"absolute bg-gray-300 w-full start-0 top-2.5 h-[0.0875rem] z-0"},Sg={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Og={class:"font-semibold text-xs text-gray-900"},$u=a.defineComponent({__name:"EUIStepperHorizontal",props:{stepStatus:{type:String,default:"contract"}},setup(n){const i=n,r=["contract","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],d=a.computed(()=>Object.entries(r).map(g=>({key:g[0],value:g[1]}))),s=a.computed(()=>c.value),c=a.computed(()=>i.stepStatus),h=a.computed(()=>s.value),f=a.computed(()=>d.value.findIndex(g=>g.value===h.value)),m=a.computed(()=>(g,y)=>y&&f.value===d.value.length-1?"complete":y===f.value?"current":y<f.value?"complete":y>f.value?"upcoming":{status:g});return(g,y)=>(a.openBlock(),a.createElementBlock("nav",vg,[a.createElementVNode("ol",yg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(d.value,(_,B)=>(a.openBlock(),a.createElementBlock("li",{key:_.value,class:a.normalizeClass([B!==d.value.length-1?"pe-8":"","relative flex items-center w-full pt-6 group",m.value(_.key,B)==="upcoming"?"pointer-events-none":""])},[m.value(_.key,B)==="complete"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[B!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",bg)):a.createCommentVNode("",!0),y[1]||(y[1]=a.createElementVNode("div",{class:"absolute top-0 start-0 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[a.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[a.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[a.createElementVNode("title",null,"Check icon")])])],-1)),a.createElementVNode("div",wg,[a.createElementVNode("span",xg,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[0]||(y[0]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,B)==="current"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:1},[y[3]||(y[3]=a.createElementVNode("div",{class:"absolute bg-orange-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},null,-1)),y[4]||(y[4]=a.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"},[a.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),a.createElementVNode("div",Cg,[a.createElementVNode("span",_g,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[2]||(y[2]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,B)==="upcoming"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:2},[B!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",Eg)):a.createCommentVNode("",!0),y[6]||(y[6]=a.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]"},[a.createElementVNode("div",{class:"size-3 bg-gray-200 rounded-full"})],-1)),a.createElementVNode("div",Sg,[a.createElementVNode("span",Og,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[5]||(y[5]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):a.createCommentVNode("",!0)],2))),128))])]))}}),Ng={"aria-label":"Progress",class:"relative z-10"},Bg={role:"list",class:"flex flex-col items-start justify-center w-full ps-4 py-4 pe-2"},kg={key:0,class:"absolute bg-green-500 h-full start-px top-0 w-[0.0875rem] z-0"},Ag={class:"flex items-start justify-between max-w-full w-full py-0.5"},Ig={class:"font-semibold text-xs text-gray-900"},Pg={class:"flex items-start justify-between max-w-full w-full py-0.5"},Tg={class:"font-semibold text-xs text-gray-900"},Mg={key:0,class:"absolute bg-gray-300 h-full start-px top-0 w-[0.0875rem] z-0"},Rg={class:"flex items-start justify-between max-w-full w-full py-0.5"},Lg={class:"font-semibold text-xs text-gray-900"},gu=a.defineComponent({__name:"EUIStepperVertical",props:{stepStatus:{type:String,default:"contract"}},setup(n){const i=n,r=["contract","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],d=a.computed(()=>Object.entries(r).map(g=>({key:g[0],value:g[1]}))),s=a.computed(()=>c.value),c=a.computed(()=>i.stepStatus),h=a.computed(()=>s.value),f=a.computed(()=>d.value.findIndex(g=>g.value===h.value)),m=a.computed(()=>(g,y)=>y&&f.value===d.value.length-1?"complete":y===f.value?"current":y<f.value?"complete":y>f.value?"upcoming":{status:g});return(g,y)=>(a.openBlock(),a.createElementBlock("nav",Ng,[a.createElementVNode("ol",Bg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(d.value,(_,B)=>(a.openBlock(),a.createElementBlock("li",{key:_.value,class:a.normalizeClass([B!==d.value.length-1?"pb-8":"","relative flex items-center w-full ps-5",m.value(_.key,B)==="upcoming"?"pointer-events-none":""])},[m.value(_.key,B)==="complete"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[B!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",kg)):a.createCommentVNode("",!0),y[1]||(y[1]=a.createElementVNode("div",{class:"absolute top-0 -start-2 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[a.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[a.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[a.createElementVNode("title",null,"Check icon")])])],-1)),a.createElementVNode("div",Ag,[a.createElementVNode("span",Ig,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[0]||(y[0]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,B)==="current"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:1},[y[3]||(y[3]=a.createElementVNode("div",{class:"absolute bg-orange-500 h-full start-px top-0 w-[0.0875rem] z-0"},null,-1)),y[4]||(y[4]=a.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"},[a.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),a.createElementVNode("div",Pg,[a.createElementVNode("span",Tg,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[2]||(y[2]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,B)==="upcoming"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:2},[B!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",Mg)):a.createCommentVNode("",!0),y[6]||(y[6]=a.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]"},[a.createElementVNode("div",{class:"size-3 bg-gray-200 rounded-full"})],-1)),a.createElementVNode("div",Rg,[a.createElementVNode("span",Lg,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[5]||(y[5]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):a.createCommentVNode("",!0)],2))),128))])]))}}),Dg=a.defineComponent({__name:"EUIStepperTimeline",setup(n){return(i,r)=>(a.openBlock(),a.createElementBlock("div",null,[a.createVNode($u,{stepStatus:"opportunity"}),r[0]||(r[0]=a.createElementVNode("hr",null,null,-1)),a.createVNode(gu,{stepStatus:"opportunity"})]))}}),Vg={class:"bg-gray-50 p-2 rounded-xl max-w-full"},Fg=["open","onClick"],Ug={class:"focus:outline-none select-none cursor-pointer list-none font-semibold flex items-center p-4"},zg={class:"faq-title w-11/12 text-gray-700 group-hover:text-gray-900 transition-all duration-200 ease-in-out group-open:text-gray-900"},Wg={class:"faq-content text-gray-600 p-4 pt-1 font-light"},Gg=a.defineComponent({__name:"EUIAccordion",props:{datas:{type:Array,required:!0},defaultOpen:{type:Array,default:()=>[0]},collapse:{type:Boolean,default:!1}},setup(n){const i=n,r=a.ref(Array(i.datas.length).fill(!1));a.onMounted(()=>{i.defaultOpen.forEach(s=>{s>=0&&s<r.value.length&&(r.value[s]=!0)})});const d=s=>{i.collapse?r.value=r.value.map((c,h)=>h===s):r.value=r.value.map((c,h)=>h===s?!c:c)};return(s,c)=>(a.openBlock(),a.createElementBlock("div",Vg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.datas,(h,f)=>(a.openBlock(),a.createElementBlock("details",{key:`accordion-${f}`,open:r.value[f],onClick:a.withModifiers(m=>d(f),["prevent"]),class:"group text-base font-normal mx-auto my-0 rounded-lg relative box-border transition-all duration-150 ease-in-out hover:bg-gray-100 open:bg-gray-100 open:mb-4 open:last:mb-0"},[a.createElementVNode("summary",Ug,[a.createElementVNode("span",zg,a.toDisplayString(h.title),1),c[0]||(c[0]=a.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",class:"expand-icon text-gray-700 group-open:text-gray-900 pointer-events-none absolute right-4 transition-all duration-150 ease-out 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"},[a.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),a.createElementVNode("path",{d:"M9 6l6 6l-6 6"})],-1))]),a.createElementVNode("div",Wg,a.toDisplayString(h.content),1)],8,Fg))),128))]))}}),jg=Tt(Gg,[["__scopeId","data-v-aa054e6a"]]),qg=a.defineComponent({name:"Modal",props:{isVisible:{type:Boolean,default:!1},slimHeader:{type:Boolean,default:!1},title:{type:String,default:""},roundedClass:{type:String,default:""}},emits:["update:isVisible","confirm"],methods:{closeModal(){this.$emit("update:isVisible",!1)}},setup(n){return a.watchEffect(()=>{n.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{}},beforeUnmount(){document.body.style.overflow=""}});var Hg={class:"text-xl font-semibold"},Kg={key:3,class:"p-4 border-t border-b border-gray-200"},Yg={key:5,class:"flex items-center justify-end space-x-2 p-4"};function Zg(n,i,r,d,s,c){return a.openBlock(),a.createBlock(a.Teleport,{defer:"",to:"body"},[n.isVisible?(a.openBlock(),a.createElementBlock("div",{key:0,class:"fixed inset-0 z-50 flex flex-col items-center justify-end sm:justify-center",onClick:i[3]||(i[3]=a.withModifiers(function(){for(var h=[],f=0;f<arguments.length;f++)h[f]=arguments[f];return n.closeModal&&n.closeModal.apply(n,h)},["self"]))},[i[5]||(i[5]=a.createElementVNode("div",{class:"fixed inset-0 z-[-1] w-screen h-screen bg-black/40 pointer-events-none overflow-hidden"},null,-1)),a.createElementVNode("div",{class:a.normalizeClass(["bg-white shadow-lg max-w-lg w-full max-h-[calc(100svh-3rem)] md:h-auto overflow-hidden relative",[n.roundedClass!==""?n.roundedClass:"rounded-t-3xl md:rounded-2xl"]])},[n.$slots.header?a.renderSlot(n.$slots,"header",{key:0}):(a.openBlock(),a.createElementBlock("div",{key:1,class:a.normalizeClass(["flex items-center justify-between font-medium text-gray-700",n.slimHeader?"p-4 text-base":"p-6 text-lg"])},[a.createElementVNode("h3",Hg,[a.renderSlot(n.$slots,"title",{},function(){return[a.createTextVNode(a.toDisplayString(n.title||"Modal Title"),1)]})]),a.createElementVNode("div",null,[a.createElementVNode("button",{type:"button",class:"text-gray-400 bg-white hover:bg-gray-50 rounded-3xl hover:text-gray-600 size-8 flex justify-center items-center",onClick:i[0]||(i[0]=function(){for(var h=[],f=0;f<arguments.length;f++)h[f]=arguments[f];return n.closeModal&&n.closeModal.apply(n,h)})},i[4]||(i[4]=[a.createElementVNode("span",{class:"sr-only"},"Close",-1),a.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"},[a.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])],2)),n.$slots.content?a.renderSlot(n.$slots,"content",{key:2}):(a.openBlock(),a.createElementBlock("div",Kg,[a.renderSlot(n.$slots,"default")])),n.$slots.footer?a.renderSlot(n.$slots,"footer",{key:4}):(a.openBlock(),a.createElementBlock("div",Yg,[a.createElementVNode("button",{onClick:i[1]||(i[1]=function(){for(var h=[],f=0;f<arguments.length;f++)h[f]=arguments[f];return n.closeModal&&n.closeModal.apply(n,h)}),class:"px-4 py-2 bg-white text-gray-600 rounded-md hover:bg-gray-100 text-base font-semibold tracking-wide transition-colors duration-75"}," Cancel "),a.createElementVNode("button",{onClick:i[2]||(i[2]=function(h){return n.$emit("confirm")}),class:"px-4 py-2 bg-purple-600 text-white rounded-md hover:bg-purple-700 text-base font-semibold tracking-wide transition-colors duration-75"}," Confirm ")]))],2)])):a.createCommentVNode("",!0)])}const Xg=Tt(qg,[["render",Zg]]),Jg={class:"tabs-component"},Qg={class:"tab-buttons text-[#9CA3AF] font-medium text-sm space-x-2 flex items-center"},e9=["onClick"],t9={class:"tab-content"},n9=a.defineComponent({__name:"EUITabs",props:{tabs:{},defaultActiveIndex:{}},emits:["update:activeTab"],setup(n,{emit:i}){const r=n,d=i,s=a.ref(r.defaultActiveIndex??0),c=h=>{s.value=h,d("update:activeTab",r.tabs[s.value])};return a.watch(()=>r.defaultActiveIndex,h=>{s.value=h??0}),(h,f)=>(a.openBlock(),a.createElementBlock("div",Jg,[a.createElementVNode("div",Qg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(h.tabs,(m,g)=>(a.openBlock(),a.createElementBlock("button",{key:g,class:a.normalizeClass(["px-4 rounded-full py-1 focus:outline focus:outline-[#9747FF]",s.value===g?"shadow border bg-white border-[#1118270d]":""]),onClick:y=>c(g)},a.toDisplayString(m.name),11,e9))),128))]),a.createElementVNode("div",t9,[a.renderSlot(h.$slots,"content",{activeTab:h.tabs[s.value]},void 0,!0)])]))}}),r9=Tt(n9,[["__scopeId","data-v-4d7457de"]]),i9=[["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"]]],o9=i9.map(([n,i,r,d=0,s=null])=>({name:n,iso2:i.toUpperCase(),dialCode:r,priority:d,areaCodes:s}));function a9(){return fetch("https://ip2c.org/s").then(n=>n.text()).then(n=>{const i=(n||"").toString();if(!i||i[0]!=="1")throw new Error("unable to fetch the country");return i.substr(2,2)})}function d9(n,i){if(n.setSelectionRange)n.focus(),n.setSelectionRange(i,i);else if("createTextRange"in n&&typeof n.createTextRange=="function"){const r=n.createTextRange();r.collapse(!0),r.moveEnd("character",i),r.moveStart("character",i),r.select()}}const l9=[{name:"allCountries",type:Array,default:o9,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}],s9=[...l9].reduce((n,i)=>{if(i.name.includes(".")){const[r,d]=i.name.split(".");n[r]?Object.assign(n[r],{[d]:i.default}):Object.assign(n,{[r]:{[d]:i.default}})}else Object.assign(n,{[i.name]:i.default});return n},{}),Es={options:{...s9}};function Ge(n){const i=Es.options[n];return typeof i>"u"?Es.options[n]:i}function hr(n){return n==null?void 0:n.toLowerCase()}function $r(n){return n==null?void 0:n.toUpperCase()}const u9={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 c9(n,i){var r=Array.prototype.slice.call(i);return r.push(u9),n.apply(this,r)}function ua(n){"@babel/helpers - typeof";return ua=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},ua(n)}function f9(n,i,r){return Object.defineProperty(n,"prototype",{writable:!1}),n}function p9(n,i){if(!(n instanceof i))throw new TypeError("Cannot call a class as a function")}function h9(n,i){if(typeof i!="function"&&i!==null)throw new TypeError("Super expression must either be null or a function");n.prototype=Object.create(i&&i.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),Object.defineProperty(n,"prototype",{writable:!1}),i&&br(n,i)}function $9(n){var i=vu();return function(){var r=wr(n),d;if(i){var s=wr(this).constructor;d=Reflect.construct(r,arguments,s)}else d=r.apply(this,arguments);return g9(this,d)}}function g9(n,i){if(i&&(ua(i)==="object"||typeof i=="function"))return i;if(i!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return mu(n)}function mu(n){if(n===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n}function ca(n){var i=typeof Map=="function"?new Map:void 0;return ca=function(r){if(r===null||!m9(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof i<"u"){if(i.has(r))return i.get(r);i.set(r,d)}function d(){return vi(r,arguments,wr(this).constructor)}return d.prototype=Object.create(r.prototype,{constructor:{value:d,enumerable:!1,writable:!0,configurable:!0}}),br(d,r)},ca(n)}function vi(n,i,r){return vu()?vi=Reflect.construct:vi=function(d,s,c){var h=[null];h.push.apply(h,s);var f=Function.bind.apply(d,h),m=new f;return c&&br(m,c.prototype),m},vi.apply(null,arguments)}function vu(){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 m9(n){return Function.toString.call(n).indexOf("[native code]")!==-1}function br(n,i){return br=Object.setPrototypeOf||function(r,d){return r.__proto__=d,r},br(n,i)}function wr(n){return wr=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},wr(n)}var jt=function(n){h9(r,n);var i=$9(r);function r(d){var s;return p9(this,r),s=i.call(this,d),Object.setPrototypeOf(mu(s),r.prototype),s.name=s.constructor.name,s}return f9(r)}(ca(Error)),Ea=2,v9=17,y9=3,St="0-90-9٠-٩۰-۹",b9="-‐-―−ー-",w9="//",x9="..",C9="  ­​⁠ ",_9="()()[]\\[\\]",E9="~⁓∼~",Ci="".concat(b9).concat(w9).concat(x9).concat(C9).concat(_9).concat(E9),Sa="++";function Ss(n,i){n=n.split("-"),i=i.split("-");for(var r=n[0].split("."),d=i[0].split("."),s=0;s<3;s++){var c=Number(r[s]),h=Number(d[s]);if(c>h)return 1;if(h>c)return-1;if(!isNaN(c)&&isNaN(h))return 1;if(isNaN(c)&&!isNaN(h))return-1}return n[1]&&i[1]?n[1]>i[1]?1:n[1]<i[1]?-1:0:!n[1]&&i[1]?1:n[1]&&!i[1]?-1:0}var S9={}.constructor;function yi(n){return n!=null&&n.constructor===S9}function fa(n){"@babel/helpers - typeof";return fa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},fa(n)}function Si(n,i){if(!(n instanceof i))throw new TypeError("Cannot call a class as a function")}function O9(n,i){for(var r=0;r<i.length;r++){var d=i[r];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(n,d.key,d)}}function Oi(n,i,r){return i&&O9(n.prototype,i),Object.defineProperty(n,"prototype",{writable:!1}),n}var N9="1.2.0",B9="1.7.35",Os=" ext. ",k9=/^\d+$/,je=function(){function n(i){Si(this,n),T9(i),this.metadata=i,yu.call(this,i)}return Oi(n,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(i){return i!=="001"})}},{key:"getCountryMetadata",value:function(i){return this.metadata.countries[i]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(i){return this.getCountryMetadata(i)!==void 0}},{key:"hasCallingCode",value:function(i){if(this.getCountryCodesForCallingCode(i))return!0;if(this.nonGeographic()){if(this.nonGeographic()[i])return!0}else{var r=this.countryCallingCodes()[i];if(r&&r.length===1&&r[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(i){return this.nonGeographic()?!!this.nonGeographic()[i]:!this.getCountryCodesForCallingCode(i)}},{key:"country",value:function(i){return this.selectNumberingPlan(i)}},{key:"selectNumberingPlan",value:function(i,r){if(i&&k9.test(i)&&(r=i,i=null),i&&i!=="001"){if(!this.hasCountry(i))throw new Error("Unknown country: ".concat(i));this.numberingPlan=new Ns(this.getCountryMetadata(i),this)}else if(r){if(!this.hasCallingCode(r))throw new Error("Unknown calling code: ".concat(r));this.numberingPlan=new Ns(this.getNumberingPlanMetadata(r),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(i){var r=this.countryCallingCodes()[i];if(r)return r.length===1&&r[0].length===3?void 0:r}},{key:"getCountryCodeForCallingCode",value:function(i){var r=this.getCountryCodesForCallingCode(i);if(r)return r[0]}},{key:"getNumberingPlanMetadata",value:function(i){var r=this.getCountryCodeForCallingCode(i);if(r)return this.getCountryMetadata(r);if(this.nonGeographic()){var d=this.nonGeographic()[i];if(d)return d}else{var s=this.countryCallingCodes()[i];if(s&&s.length===1&&s[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(i){return this.numberingPlan.type(i)}},{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(i){return this.selectNumberingPlan(i)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),n}(),Ns=function(){function n(i,r){Si(this,n),this.globalMetadataObject=r,this.metadata=i,yu.call(this,r.metadata)}return Oi(n,[{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(i){return i[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var i=this,r=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return r.map(function(d){return new A9(d,i)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(i){return i[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(i){if(this.hasTypes()&&Bs(this.types(),i))return new P9(Bs(this.types(),i),this)}},{key:"ext",value:function(){return this.v1||this.v2?Os:this.metadata[13]||Os}}]),n}(),A9=function(){function n(i,r){Si(this,n),this._format=i,this.metadata=r}return Oi(n,[{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()&&!I9.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),n}(),I9=/^\(?\$1\)?$/,P9=function(){function n(i,r){Si(this,n),this.type=i,this.metadata=r}return Oi(n,[{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()}}]),n}();function Bs(n,i){switch(i){case"FIXED_LINE":return n[0];case"MOBILE":return n[1];case"TOLL_FREE":return n[2];case"PREMIUM_RATE":return n[3];case"PERSONAL_NUMBER":return n[4];case"VOICEMAIL":return n[5];case"UAN":return n[6];case"PAGER":return n[7];case"VOIP":return n[8];case"SHARED_COST":return n[9]}}function T9(n){if(!n)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!yi(n)||!yi(n.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(yi(n)?"an object of shape: { "+Object.keys(n).join(", ")+" }":"a "+M9(n)+": "+n,"."))}var M9=function(n){return fa(n)};function Oa(n,i){if(i=new je(i),i.hasCountry(n))return i.country(n).countryCallingCode();throw new Error("Unknown country: ".concat(n))}function R9(n,i){return i.countries.hasOwnProperty(n)}function yu(n){var i=n.version;typeof i=="number"?(this.v1=i===1,this.v2=i===2,this.v3=i===3,this.v4=i===4):i?Ss(i,N9)===-1?this.v2=!0:Ss(i,B9)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var L9=";ext=",zn=function(n){return"([".concat(St,"]{1,").concat(n,"})")};function bu(n){var i="20",r="15",d="9",s="6",c="[  \\t,]*",h="[:\\..]?[  \\t,-]*",f="#?",m="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",g="(?:[xx##~~]|int|int)",y="[- ]+",_="[  \\t]*",B="(?:,{2}|;)",E=L9+zn(i),A=c+m+h+zn(i)+f,M=c+g+h+zn(d)+f,R=y+zn(s)+"#",U=_+B+h+zn(r)+f,K=_+"(?:,)+"+h+zn(d)+f;return E+"|"+A+"|"+M+"|"+R+"|"+U+"|"+K}var D9="["+St+"]{"+Ea+"}",V9="["+Sa+"]{0,1}(?:["+Ci+"]*["+St+"]){3,}["+Ci+St+"]*",F9=new RegExp("^["+Sa+"]{0,1}(?:["+Ci+"]*["+St+"]){1,2}$","i"),U9=V9+"(?:"+bu()+")?",z9=new RegExp("^"+D9+"$|^"+U9+"$","i");function W9(n){return n.length>=Ea&&z9.test(n)}function G9(n){return F9.test(n)}var ks=new RegExp("(?:"+bu()+")$","i");function j9(n){var i=n.search(ks);if(i<0)return{};for(var r=n.slice(0,i),d=n.match(ks),s=1;s<d.length;){if(d[s])return{number:r,ext:d[s]};s++}}var q9={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 H9(n){return q9[n]}function K9(n,i){var r=typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(r)return(r=r.call(n)).next.bind(r);if(Array.isArray(n)||(r=Y9(n))||i){r&&(n=r);var d=0;return function(){return d>=n.length?{done:!0}:{done:!1,value:n[d++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
28
+ `)+A+`return __p
29
+ }`;var re=ns(function(){return ce($,U+"return "+A).apply(r,v)});if(re.source=A,Fo(re))throw re;return re}function p3(e){return fe(e).toLowerCase()}function h3(e){return fe(e).toUpperCase()}function $3(e,t,o){if(e=fe(e),e&&(o||t===r))return cd(e);if(!e||!(t=rt(t)))return e;var l=xt(e),u=xt(t),$=fd(l,u),v=pd(l,u)+1;return sn(l,$,v).join("")}function g3(e,t,o){if(e=fe(e),e&&(o||t===r))return e.slice(0,$d(e)+1);if(!e||!(t=rt(t)))return e;var l=xt(e),u=pd(l,xt(t))+1;return sn(l,0,u).join("")}function m3(e,t,o){if(e=fe(e),e&&(o||t===r))return e.replace(Vi,"");if(!e||!(t=rt(t)))return e;var l=xt(e),u=fd(l,xt(t));return sn(l,u).join("")}function v3(e,t){var o=ue,l=ge;if(Ce(t)){var u="separator"in t?t.separator:u;o="length"in t?te(t.length):o,l="omission"in t?rt(t.omission):l}e=fe(e);var $=e.length;if(Bn(e)){var v=xt(e);$=v.length}if(o>=$)return e;var b=o-kn(l);if(b<1)return l;var x=v?sn(v,0,b).join(""):e.slice(0,b);if(u===r)return x+l;if(v&&(b+=x.length-b),Uo(u)){if(e.slice(b).search(u)){var S,O=x;for(u.global||(u=no(u.source,fe(Pa.exec(u))+"g")),u.lastIndex=0;S=u.exec(O);)var A=S.index;x=x.slice(0,A===r?b:A)}}else if(e.indexOf(rt(u),b)!=b){var R=x.lastIndexOf(u);R>-1&&(x=x.slice(0,R))}return x+l}function y3(e){return e=fe(e),e&&Bu.test(e)?e.replace(ka,Hc):e}var b3=Ln(function(e,t,o){return e+(o?" ":"")+t.toUpperCase()}),Go=rl("toUpperCase");function ts(e,t,o){return e=fe(e),t=o?r:t,t===r?zc(e)?Zc(e):Pc(e):e.match(t)||[]}var ns=ie(function(e,t){try{return tt(e,r,t)}catch(o){return Fo(o)?o:new J(o)}}),w3=Ft(function(e,t){return ct(t,function(o){o=kt(o),Dt(e,o,Do(e[o],e))}),e});function x3(e){var t=e==null?0:e.length,o=G();return e=t?xe(e,function(l){if(typeof l[1]!="function")throw new ft(h);return[o(l[0]),l[1]]}):[],ie(function(l){for(var u=-1;++u<t;){var $=e[u];if(tt($[0],this,l))return tt($[1],this,l)}})}function C3(e){return H0(ht(e,_))}function jo(e){return function(){return e}}function _3(e,t){return e==null||e!==e?t:e}var E3=ol(),S3=ol(!0);function Ye(e){return e}function qo(e){return Md(typeof e=="function"?e:ht(e,_))}function O3(e){return Ld(ht(e,_))}function N3(e,t){return Dd(e,ht(t,_))}var B3=ie(function(e,t){return function(o){return or(o,e,t)}}),k3=ie(function(e,t){return function(o){return or(e,o,t)}});function Ho(e,t,o){var l=Pe(t),u=Yr(t,l);o==null&&!(Ce(t)&&(u.length||!l.length))&&(o=t,t=e,e=this,u=Yr(t,Pe(t)));var $=!(Ce(o)&&"chain"in o)||!!o.chain,v=zt(e);return ct(u,function(b){var x=t[b];e[b]=x,v&&(e.prototype[b]=function(){var S=this.__chain__;if($||S){var O=e(this.__wrapped__),A=O.__actions__=qe(this.__actions__);return A.push({func:x,args:arguments,thisArg:e}),O.__chain__=S,O}return x.apply(e,nn([this.value()],arguments))})}),e}function A3(){return Me._===this&&(Me._=n0),this}function Ko(){}function I3(e){return e=te(e),ie(function(t){return Vd(t,e)})}var P3=Eo(xe),T3=Eo(ad),M3=Eo(Yi);function rs(e){return Io(e)?Zi(kt(e)):u1(e)}function R3(e){return function(t){return e==null?r:bn(e,t)}}var L3=dl(),D3=dl(!0);function Yo(){return[]}function Zo(){return!1}function V3(){return{}}function F3(){return""}function U3(){return!0}function z3(e,t){if(e=te(e),e<1||e>Te)return[];var o=Ie,l=De(e,Ie);t=G(t),e-=Ie;for(var u=Qi(l,t);++o<e;)t(o);return u}function W3(e){return ee(e)?xe(e,kt):it(e)?[e]:qe(Cl(fe(e)))}function G3(e){var t=++e0;return fe(e)+t}var j3=ti(function(e,t){return e+t},0),q3=So("ceil"),H3=ti(function(e,t){return e/t},1),K3=So("floor");function Y3(e){return e&&e.length?Kr(e,Ye,co):r}function Z3(e,t){return e&&e.length?Kr(e,G(t,2),co):r}function X3(e){return sd(e,Ye)}function J3(e,t){return sd(e,G(t,2))}function Q3(e){return e&&e.length?Kr(e,Ye,$o):r}function eh(e,t){return e&&e.length?Kr(e,G(t,2),$o):r}var th=ti(function(e,t){return e*t},1),nh=So("round"),rh=ti(function(e,t){return e-t},0);function ih(e){return e&&e.length?Ji(e,Ye):0}function oh(e,t){return e&&e.length?Ji(e,G(t,2)):0}return p.after=O2,p.ary=Tl,p.assign=hp,p.assignIn=Kl,p.assignInWith=hi,p.assignWith=$p,p.at=gp,p.before=Ml,p.bind=Do,p.bindAll=w3,p.bindKey=Rl,p.castArray=V2,p.chain=Al,p.chunk=H1,p.compact=K1,p.concat=Y1,p.cond=x3,p.conforms=C3,p.constant=jo,p.countBy=i2,p.create=mp,p.curry=Ll,p.curryRight=Dl,p.debounce=Vl,p.defaults=vp,p.defaultsDeep=yp,p.defer=N2,p.delay=B2,p.difference=Z1,p.differenceBy=X1,p.differenceWith=J1,p.drop=Q1,p.dropRight=ef,p.dropRightWhile=tf,p.dropWhile=nf,p.fill=rf,p.filter=a2,p.flatMap=s2,p.flatMapDeep=u2,p.flatMapDepth=c2,p.flatten=Ol,p.flattenDeep=of,p.flattenDepth=af,p.flip=k2,p.flow=E3,p.flowRight=S3,p.fromPairs=df,p.functions=Sp,p.functionsIn=Op,p.groupBy=f2,p.initial=sf,p.intersection=uf,p.intersectionBy=cf,p.intersectionWith=ff,p.invert=Bp,p.invertBy=kp,p.invokeMap=h2,p.iteratee=qo,p.keyBy=$2,p.keys=Pe,p.keysIn=Ke,p.map=li,p.mapKeys=Ip,p.mapValues=Pp,p.matches=O3,p.matchesProperty=N3,p.memoize=ui,p.merge=Tp,p.mergeWith=Yl,p.method=B3,p.methodOf=k3,p.mixin=Ho,p.negate=ci,p.nthArg=I3,p.omit=Mp,p.omitBy=Rp,p.once=A2,p.orderBy=g2,p.over=P3,p.overArgs=I2,p.overEvery=T3,p.overSome=M3,p.partial=Vo,p.partialRight=Fl,p.partition=m2,p.pick=Lp,p.pickBy=Zl,p.property=rs,p.propertyOf=R3,p.pull=gf,p.pullAll=Bl,p.pullAllBy=mf,p.pullAllWith=vf,p.pullAt=yf,p.range=L3,p.rangeRight=D3,p.rearg=P2,p.reject=b2,p.remove=bf,p.rest=T2,p.reverse=Ro,p.sampleSize=x2,p.set=Vp,p.setWith=Fp,p.shuffle=C2,p.slice=wf,p.sortBy=S2,p.sortedUniq=Nf,p.sortedUniqBy=Bf,p.split=s3,p.spread=M2,p.tail=kf,p.take=Af,p.takeRight=If,p.takeRightWhile=Pf,p.takeWhile=Tf,p.tap=Yf,p.throttle=R2,p.thru=di,p.toArray=jl,p.toPairs=Xl,p.toPairsIn=Jl,p.toPath=W3,p.toPlainObject=Hl,p.transform=Up,p.unary=L2,p.union=Mf,p.unionBy=Rf,p.unionWith=Lf,p.uniq=Df,p.uniqBy=Vf,p.uniqWith=Ff,p.unset=zp,p.unzip=Lo,p.unzipWith=kl,p.update=Wp,p.updateWith=Gp,p.values=Fn,p.valuesIn=jp,p.without=Uf,p.words=ts,p.wrap=D2,p.xor=zf,p.xorBy=Wf,p.xorWith=Gf,p.zip=jf,p.zipObject=qf,p.zipObjectDeep=Hf,p.zipWith=Kf,p.entries=Xl,p.entriesIn=Jl,p.extend=Kl,p.extendWith=hi,Ho(p,p),p.add=j3,p.attempt=ns,p.camelCase=Yp,p.capitalize=Ql,p.ceil=q3,p.clamp=qp,p.clone=F2,p.cloneDeep=z2,p.cloneDeepWith=W2,p.cloneWith=U2,p.conformsTo=G2,p.deburr=es,p.defaultTo=_3,p.divide=H3,p.endsWith=Zp,p.eq=_t,p.escape=Xp,p.escapeRegExp=Jp,p.every=o2,p.find=d2,p.findIndex=El,p.findKey=bp,p.findLast=l2,p.findLastIndex=Sl,p.findLastKey=wp,p.floor=K3,p.forEach=Il,p.forEachRight=Pl,p.forIn=xp,p.forInRight=Cp,p.forOwn=_p,p.forOwnRight=Ep,p.get=zo,p.gt=j2,p.gte=q2,p.has=Np,p.hasIn=Wo,p.head=Nl,p.identity=Ye,p.includes=p2,p.indexOf=lf,p.inRange=Hp,p.invoke=Ap,p.isArguments=Cn,p.isArray=ee,p.isArrayBuffer=H2,p.isArrayLike=He,p.isArrayLikeObject=Oe,p.isBoolean=K2,p.isBuffer=un,p.isDate=Y2,p.isElement=Z2,p.isEmpty=X2,p.isEqual=J2,p.isEqualWith=Q2,p.isError=Fo,p.isFinite=ep,p.isFunction=zt,p.isInteger=Ul,p.isLength=fi,p.isMap=zl,p.isMatch=tp,p.isMatchWith=np,p.isNaN=rp,p.isNative=ip,p.isNil=ap,p.isNull=op,p.isNumber=Wl,p.isObject=Ce,p.isObjectLike=Se,p.isPlainObject=cr,p.isRegExp=Uo,p.isSafeInteger=dp,p.isSet=Gl,p.isString=pi,p.isSymbol=it,p.isTypedArray=Vn,p.isUndefined=lp,p.isWeakMap=sp,p.isWeakSet=up,p.join=pf,p.kebabCase=Qp,p.last=gt,p.lastIndexOf=hf,p.lowerCase=e3,p.lowerFirst=t3,p.lt=cp,p.lte=fp,p.max=Y3,p.maxBy=Z3,p.mean=X3,p.meanBy=J3,p.min=Q3,p.minBy=eh,p.stubArray=Yo,p.stubFalse=Zo,p.stubObject=V3,p.stubString=F3,p.stubTrue=U3,p.multiply=th,p.nth=$f,p.noConflict=A3,p.noop=Ko,p.now=si,p.pad=n3,p.padEnd=r3,p.padStart=i3,p.parseInt=o3,p.random=Kp,p.reduce=v2,p.reduceRight=y2,p.repeat=a3,p.replace=d3,p.result=Dp,p.round=nh,p.runInContext=w,p.sample=w2,p.size=_2,p.snakeCase=l3,p.some=E2,p.sortedIndex=xf,p.sortedIndexBy=Cf,p.sortedIndexOf=_f,p.sortedLastIndex=Ef,p.sortedLastIndexBy=Sf,p.sortedLastIndexOf=Of,p.startCase=u3,p.startsWith=c3,p.subtract=rh,p.sum=ih,p.sumBy=oh,p.template=f3,p.times=z3,p.toFinite=Wt,p.toInteger=te,p.toLength=ql,p.toLower=p3,p.toNumber=mt,p.toSafeInteger=pp,p.toString=fe,p.toUpper=h3,p.trim=$3,p.trimEnd=g3,p.trimStart=m3,p.truncate=v3,p.unescape=y3,p.uniqueId=G3,p.upperCase=b3,p.upperFirst=Go,p.each=Il,p.eachRight=Pl,p.first=Nl,Ho(p,function(){var e={};return Nt(p,function(t,o){pe.call(p.prototype,o)||(e[o]=t)}),e}(),{chain:!1}),p.VERSION=d,ct(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){p[e].placeholder=p}),ct(["drop","take"],function(e,t){le.prototype[e]=function(o){o=o===r?1:ke(te(o),0);var l=this.__filtered__&&!t?new le(this):this.clone();return l.__filtered__?l.__takeCount__=De(o,l.__takeCount__):l.__views__.push({size:De(o,Ie),type:e+(l.__dir__<0?"Right":"")}),l},le.prototype[e+"Right"]=function(o){return this.reverse()[e](o).reverse()}}),ct(["filter","map","takeWhile"],function(e,t){var o=t+1,l=o==me||o==Ee;le.prototype[e]=function(u){var $=this.clone();return $.__iteratees__.push({iteratee:G(u,3),type:o}),$.__filtered__=$.__filtered__||l,$}}),ct(["head","last"],function(e,t){var o="take"+(t?"Right":"");le.prototype[e]=function(){return this[o](1).value()[0]}}),ct(["initial","tail"],function(e,t){var o="drop"+(t?"":"Right");le.prototype[e]=function(){return this.__filtered__?new le(this):this[o](1)}}),le.prototype.compact=function(){return this.filter(Ye)},le.prototype.find=function(e){return this.filter(e).head()},le.prototype.findLast=function(e){return this.reverse().find(e)},le.prototype.invokeMap=ie(function(e,t){return typeof e=="function"?new le(this):this.map(function(o){return or(o,e,t)})}),le.prototype.reject=function(e){return this.filter(ci(G(e)))},le.prototype.slice=function(e,t){e=te(e);var o=this;return o.__filtered__&&(e>0||t<0)?new le(o):(e<0?o=o.takeRight(-e):e&&(o=o.drop(e)),t!==r&&(t=te(t),o=t<0?o.dropRight(-t):o.take(t-e)),o)},le.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},le.prototype.toArray=function(){return this.take(Ie)},Nt(le.prototype,function(e,t){var o=/^(?:filter|find|map|reject)|While$/.test(t),l=/^(?:head|last)$/.test(t),u=p[l?"take"+(t=="last"?"Right":""):t],$=l||/^find/.test(t);u&&(p.prototype[t]=function(){var v=this.__wrapped__,b=l?[1]:arguments,x=v instanceof le,S=b[0],O=x||ee(v),A=function(oe){var se=u.apply(p,nn([oe],b));return l&&R?se[0]:se};O&&o&&typeof S=="function"&&S.length!=1&&(x=O=!1);var R=this.__chain__,U=!!this.__actions__.length,j=$&&!R,re=x&&!U;if(!$&&O){v=re?v:new le(this);var q=e.apply(v,b);return q.__actions__.push({func:di,args:[A],thisArg:r}),new pt(q,R)}return j&&re?e.apply(this,b):(q=this.thru(A),j?l?q.value()[0]:q.value():q)})}),ct(["pop","push","shift","sort","splice","unshift"],function(e){var t=Pr[e],o=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",l=/^(?:pop|shift)$/.test(e);p.prototype[e]=function(){var u=arguments;if(l&&!this.__chain__){var $=this.value();return t.apply(ee($)?$:[],u)}return this[o](function(v){return t.apply(ee(v)?v:[],u)})}}),Nt(le.prototype,function(e,t){var o=p[t];if(o){var l=o.name+"";pe.call(Tn,l)||(Tn[l]=[]),Tn[l].push({name:t,func:o})}}),Tn[ei(r,V).name]=[{name:"wrapper",func:r}],le.prototype.clone=v0,le.prototype.reverse=y0,le.prototype.value=b0,p.prototype.at=Zf,p.prototype.chain=Xf,p.prototype.commit=Jf,p.prototype.next=Qf,p.prototype.plant=t2,p.prototype.reverse=n2,p.prototype.toJSON=p.prototype.valueOf=p.prototype.value=r2,p.prototype.first=p.prototype.head,Jn&&(p.prototype[Jn]=e2),p},An=Xc();$n?(($n.exports=An)._=An,ji._=An):Me._=An}).call(pr)})(xi,xi.exports);var qt=xi.exports;const Jo=tg(qt),ng=["src","alt"],rg={class:"flex items-center"},ig=["src","alt"],og={key:0,style:{"border-left-color":"rgba(107, 30, 190, 0.71)"},class:"vs__spinner"},ag={key:0},dg=a.defineComponent({__name:"EUISelect",props:{clearable:{type:Boolean,default:!0},isUseCustomSelect:{type:Boolean,required:!1,default:!1},customWidth:{type:String,default:"",required:!1},customOffset:{type:Array,required:!1},className:{type:Array,required:!1,default:()=>[]},errors:{type:Object,required:!1,default:()=>{}},items:{type:Array,required:!0},placeholder:{type:String,default:""},label:{type:String,default:"Select an option...",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}},emits:["update:modelValue","update:searchString","change","deselected","search","tag","selectedOption"],setup(n,{emit:i}){a.useCssVars(P=>({11252430:Te.value,"35310d15":Ae.value,"0dc0cbd2":Ee.value,"740f3c9f":we.value,"915c6b4e":ge.value,cde19cbc:be.value,c40bdd4a:_e.value,"4cd9c011":Je.value,"05017d1e":me.value}));const r=a.computed(()=>{const P=h.placeholder||`Select ${name}`,F=h.required?"*":"";return`${P} ${F}`}),d=P=>qt.startCase(P),s=a.ref([]),c=a.ref(!1),h=n,{modelValue:f,isFussySeach:m,clearable:g,isUseCustomSelect:y,items:_,keys:N,loading:k,multiple:B,isStartCaseText:M,isSelectAll:L,required:V}=a.toRefs(h),K=i,Z=P=>{P.target&&(s.value=[{_id:"6565d869eb1b7cf8745d6beb",name:"All"}],c.value=!0)};a.watch(s,P=>{K("update:modelValue",P),(P===null||!P)&&K("deselected",P)});const z=P=>{K("change",P)},W=P=>{K("deselected",P),P.name==="All"&&(c.value=!1)};a.watch(f,P=>{s.value=P});const Q=P=>{K("update:searchString",P),K("search",P)},H=a.computed(()=>h.customWidth),ae=a.computed(()=>h.customOffset),de=(P,F,{width:X})=>{const he=H.value||X,wt=ae.value||[0,3],Kn=y.value?he:X;P.style.width=Kn;const Ot=y.value?wt:[0,3],Xt=h4(F.$refs.toggle,P,{placement:"bottom",modifiers:[{name:"offset",options:{offset:Ot}}]});return()=>Xt.destroy()},ue=(P,F)=>{const X=new Hn(P,{keys:N.value,shouldSort:!0});return F?X.search(F).map(he=>he):X==null?void 0:X.list};a.onMounted(()=>{s.value=h.value}),a.onBeforeUnmount(()=>{s.value=null});const ge=a.computed(()=>h.multiple?"#f3e8ff":""),be=a.computed(()=>h.multiple?"#7e22ce":""),_e=a.computed(()=>h.multiple?"fit-content":""),me=a.computed(()=>h.clearable?"flex":"none"),Ae=a.computed(()=>{var P;return((P=s.value)==null?void 0:P.length)===0||Jo.isEmpty(s.value)?"#ffffff":"transparent"}),Ee=a.computed(()=>{var F;if(((F=s.value)==null?void 0:F.length)===0||Jo.isEmpty(s.value))return"54px";let P;return h.multiple?P="32px":y.value?P="fit-content":P="54px",P}),we=a.computed(()=>{var F;if(((F=s.value)==null?void 0:F.length)===0||Jo.isEmpty(s.value))return"0px";let P;return y.value||h.multiple?P="24px":P="2px",P}),Te=a.computed(()=>(h.multiple,"8px")),Je=a.computed(()=>h.required?"-webkit-linear-gradient(left, #374151 0%, #374151 92%,red 8%,red 100%)":"-webkit-linear-gradient(left, #374151 50%, #374151 50%)"),Fe=a.computed(()=>P=>{var F,X;return(X=(F=_.value)==null?void 0:F.find(he=>he.name===P.nameText))==null?void 0:X.iconlink}),Ie=a.computed(()=>{const P=h.modelValue,F=s.value;return P?!0:Array.isArray(F)?!!F.length:F&&typeof F=="object"?!!Object.keys(F).length:!!F}),I=P=>{K("selectedOption",P)},T=a.computed(()=>{var P;return!h.multipleLimit||(((P=s.value)==null?void 0:P.length)??0)<h.multipleLimit}),ne=()=>{if(!h.multipleLimit)return!0;if(h.multipleLimit)return T.value};return(P,F)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(a.unref(y)?"isUseCustomSelect":"")},[a.createVNode(a.unref(Zs),{modelValue:s.value,"onUpdate:modelValue":F[0]||(F[0]=X=>s.value=X),filter:a.unref(m)?ue:void 0,options:a.unref(_),label:n.searchLabel,name:n.name,value:s.value,placeholder:r.value,multiple:a.unref(B),taggable:n.taggable,"push-tags":n.pushtags,"deselect-from-dropdown":!0,"append-to-body":"",searchable:n.searchable,"calculate-position":de,loading:a.unref(k),disabled:n.disabled,selectable:ne,class:a.normalizeClass([a.unref(y)?"customselect":"rounded-2xl 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",n.disabled?"opacity-25":"","group relative min-h-14 w-full bg-white cursor-pointer overflow-hidden"]),clearable:a.unref(y)?a.unref(g):void 0,"no-drop":c.value,onSearch:F[1]||(F[1]=X=>Q(X)),"onOption:selected":F[2]||(F[2]=X=>z(X)),"onOption:deselected":F[3]||(F[3]=X=>W(X)),"onOption:created":I},a.createSlots({header:a.withCtx(()=>[a.createElementVNode("div",{class:a.normalizeClass([[Ie.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:min-w-max w-11/12 group-hover:-translate-y-1/2 group-hover:text-gray-400",n.disabled?" cursor-not-allowed":"",a.unref(V)&&"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]"])},a.toDisplayString(d(n.label)),3)]),"selected-option":a.withCtx(({name:X,iconlink:he})=>[a.createElementVNode("div",{class:a.normalizeClass(a.unref(y)?"break-words flex items-start":"flex items-center")},[(n.name=="country"?Fe.value({nameText:X,iconlink:he}):he)?(a.openBlock(),a.createElementBlock("img",{key:0,class:a.normalizeClass(a.unref(y)?"w-6 mr-1 flex-initial":"w-6 mr-2"),src:n.name=="country"?Fe.value({nameText:X,iconlink:he}):he,alt:X},null,10,ng)):a.createCommentVNode("",!0),a.createTextVNode(" "+a.toDisplayString(a.unref(M)?d(X):X),1)],2)]),option:a.withCtx(({name:X,iconlink:he})=>[a.createElementVNode("div",rg,[he?(a.openBlock(),a.createElementBlock("img",{key:0,class:"w-6 mr-2",src:he,alt:X},null,8,ig)):a.createCommentVNode("",!0),a.createTextVNode(" "+a.toDisplayString(a.unref(M)?d(X):X),1)])]),spinner:a.withCtx(({loading:X})=>[a.unref(k)||X?(a.openBlock(),a.createElementBlock("div",og)):a.createCommentVNode("",!0)]),_:2},[a.unref(L)?{name:"list-header",fn:a.withCtx(()=>{var X;return[a.unref(_).length!==((X=s.value)==null?void 0:X.length)?(a.openBlock(),a.createElementBlock("div",ag,[a.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:a.withModifiers(Z,["prevent"])}," Select All ")])):a.createCommentVNode("",!0)]}),key:"0"}:void 0]),1032,["modelValue","filter","options","label","name","value","placeholder","multiple","taggable","push-tags","searchable","loading","disabled","class","clearable","no-drop"]),a.createVNode(Zt,{errors:n.errors,name:n.name,class:"mt-2"},null,8,["errors","name"])],2))}}),lg=[{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"}}],sg={for:"label",class:"mb-4 text-xs font-medium text-gray-400"},ug=a.defineComponent({__name:"EUISelectSearch",setup(n){const i=a.ref([]),r=a.computed(()=>lg);return(d,s)=>{var c,h;return a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("label",sg,a.toDisplayString(((c=i.value)==null?void 0:c.length)<3)+" - "+a.toDisplayString(((h=i.value)==null?void 0:h.length)<3),1),a.createVNode(a.unref(Zs),{modelValue:i.value,"onUpdate:modelValue":s[0]||(s[0]=f=>i.value=f),multiple:"",placeholder:"Choose up to 3 books!",label:"title",options:r.value,selectable:()=>{var f;return((f=i.value)==null?void 0:f.length)<3}},null,8,["modelValue","options","selectable"])])}}}),cg={class:"group"},fg={class:"flex items-center"},pg=["src"],hg={key:0,class:"ms-2 flex-1"},$g={class:"text-sm font-semibold text-gray-600 group-hover:text-gray-900"},gg={class:"text-xs font-medium text-gray-500 group-hover:text-gray-700"},mg=a.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"}},setup(n){const i=n,r=a.reactive({xs:"size-6",sm:"size-8",md:"size-10",lg:"size-12"}),d=a.computed(()=>r[i.size]||""),s=a.computed(()=>i.status),c=a.computed(()=>h[Math.floor(Math.random()*h.length)]),h=["#6366F1","#F97316","#65A30D","#E11D48","#4B5563","#059669","#1D4ED8","#7C3AED","#FB923C","#fe4ca9"];return(f,m)=>(a.openBlock(),a.createElementBlock("div",cg,[a.createElementVNode("div",fg,[a.createElementVNode("div",{class:a.normalizeClass(["relative inline-block flex-none",d.value])},[n.imageUrl?(a.openBlock(),a.createElementBlock("img",{key:0,class:a.normalizeClass(["group-hover:ring-2 ring-offset-2 ring-gray-300",n.rounded?"rounded-full":"rounded-md",d.value]),src:n.imageUrl,alt:""},null,10,pg)):(a.openBlock(),a.createElementBlock("span",{key:1,class:a.normalizeClass(["flex items-center justify-center mx-auto text-white capitalize",n.rounded?"rounded-full":"rounded-md",d.value]),style:a.normalizeStyle({background:c.value})},a.toDisplayString(n.fullName&&n.fullName.charAt(0)),7)),n.showStatus?(a.openBlock(),a.createElementBlock("span",{key:2,class:a.normalizeClass(["absolute bottom-0 right-0 block rounded-full ring-2 ring-white",s.value==="Online"?"bg-green-500":"bg-gray-400",n.size==="xs"?"size-1.5":n.size==="sm"?"size-2":"size-3"])},null,2)):a.createCommentVNode("",!0)],2),n.profile?(a.openBlock(),a.createElementBlock("div",hg,[a.createElementVNode("p",$g,[a.renderSlot(f.$slots,"name")]),a.createElementVNode("p",gg,[a.renderSlot(f.$slots,"designation")])])):a.createCommentVNode("",!0)])]))}}),vg={"aria-label":"Progress",class:"relative z-10"},yg={role:"list",class:"flex flex-row items-start justify-center w-full ps-4 py-4 pe-2"},bg={key:0,class:"absolute bg-green-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},wg={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},xg={class:"font-semibold text-xs text-gray-900"},Cg={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},_g={class:"font-semibold text-xs text-gray-900"},Eg={key:0,class:"absolute bg-gray-300 w-full start-0 top-2.5 h-[0.0875rem] z-0"},Sg={class:"flex flex-col items-start justify-between max-w-full w-full py-0.5"},Og={class:"font-semibold text-xs text-gray-900"},$u=a.defineComponent({__name:"EUIStepperHorizontal",props:{stepStatus:{type:String,default:"contract"}},setup(n){const i=n,r=["contract","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],d=a.computed(()=>Object.entries(r).map(g=>({key:g[0],value:g[1]}))),s=a.computed(()=>c.value),c=a.computed(()=>i.stepStatus),h=a.computed(()=>s.value),f=a.computed(()=>d.value.findIndex(g=>g.value===h.value)),m=a.computed(()=>(g,y)=>y&&f.value===d.value.length-1?"complete":y===f.value?"current":y<f.value?"complete":y>f.value?"upcoming":{status:g});return(g,y)=>(a.openBlock(),a.createElementBlock("nav",vg,[a.createElementVNode("ol",yg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(d.value,(_,N)=>(a.openBlock(),a.createElementBlock("li",{key:_.value,class:a.normalizeClass([N!==d.value.length-1?"pe-8":"","relative flex items-center w-full pt-6 group",m.value(_.key,N)==="upcoming"?"pointer-events-none":""])},[m.value(_.key,N)==="complete"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[N!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",bg)):a.createCommentVNode("",!0),y[1]||(y[1]=a.createElementVNode("div",{class:"absolute top-0 start-0 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[a.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[a.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[a.createElementVNode("title",null,"Check icon")])])],-1)),a.createElementVNode("div",wg,[a.createElementVNode("span",xg,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[0]||(y[0]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,N)==="current"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:1},[y[3]||(y[3]=a.createElementVNode("div",{class:"absolute bg-orange-500 w-full start-0 top-2.5 h-[0.0875rem] z-0"},null,-1)),y[4]||(y[4]=a.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"},[a.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),a.createElementVNode("div",Cg,[a.createElementVNode("span",_g,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[2]||(y[2]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,N)==="upcoming"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:2},[N!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",Eg)):a.createCommentVNode("",!0),y[6]||(y[6]=a.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]"},[a.createElementVNode("div",{class:"size-3 bg-gray-200 rounded-full"})],-1)),a.createElementVNode("div",Sg,[a.createElementVNode("span",Og,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[5]||(y[5]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):a.createCommentVNode("",!0)],2))),128))])]))}}),Ng={"aria-label":"Progress",class:"relative z-10"},Bg={role:"list",class:"flex flex-col items-start justify-center w-full ps-4 py-4 pe-2"},kg={key:0,class:"absolute bg-green-500 h-full start-px top-0 w-[0.0875rem] z-0"},Ag={class:"flex items-start justify-between max-w-full w-full py-0.5"},Ig={class:"font-semibold text-xs text-gray-900"},Pg={class:"flex items-start justify-between max-w-full w-full py-0.5"},Tg={class:"font-semibold text-xs text-gray-900"},Mg={key:0,class:"absolute bg-gray-300 h-full start-px top-0 w-[0.0875rem] z-0"},Rg={class:"flex items-start justify-between max-w-full w-full py-0.5"},Lg={class:"font-semibold text-xs text-gray-900"},gu=a.defineComponent({__name:"EUIStepperVertical",props:{stepStatus:{type:String,default:"contract"}},setup(n){const i=n,r=["contract","MQL","SQL","opportunity","Prospect","Prospect Paid","Prospect Enrolled","Customer"],d=a.computed(()=>Object.entries(r).map(g=>({key:g[0],value:g[1]}))),s=a.computed(()=>c.value),c=a.computed(()=>i.stepStatus),h=a.computed(()=>s.value),f=a.computed(()=>d.value.findIndex(g=>g.value===h.value)),m=a.computed(()=>(g,y)=>y&&f.value===d.value.length-1?"complete":y===f.value?"current":y<f.value?"complete":y>f.value?"upcoming":{status:g});return(g,y)=>(a.openBlock(),a.createElementBlock("nav",Ng,[a.createElementVNode("ol",Bg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(d.value,(_,N)=>(a.openBlock(),a.createElementBlock("li",{key:_.value,class:a.normalizeClass([N!==d.value.length-1?"pb-8":"","relative flex items-center w-full ps-5",m.value(_.key,N)==="upcoming"?"pointer-events-none":""])},[m.value(_.key,N)==="complete"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[N!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",kg)):a.createCommentVNode("",!0),y[1]||(y[1]=a.createElementVNode("div",{class:"absolute top-0 -start-2 flex items-center size-5 bg-green-500 rounded-full border-[1.5px] border-green-500"},[a.createElementVNode("svg",{fill:"currentColor",width:"16",height:"16",viewBox:"0 0 24 24",class:"text-white size-4"},[a.createElementVNode("path",{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"},[a.createElementVNode("title",null,"Check icon")])])],-1)),a.createElementVNode("div",Ag,[a.createElementVNode("span",Ig,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[0]||(y[0]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,N)==="current"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:1},[y[3]||(y[3]=a.createElementVNode("div",{class:"absolute bg-orange-500 h-full start-px top-0 w-[0.0875rem] z-0"},null,-1)),y[4]||(y[4]=a.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"},[a.createElementVNode("div",{class:"size-2.5 bg-orange-400 rounded-full"})],-1)),a.createElementVNode("div",Pg,[a.createElementVNode("span",Tg,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[2]||(y[2]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):m.value(_.key,N)==="upcoming"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:2},[N!==d.value.length-1?(a.openBlock(),a.createElementBlock("div",Mg)):a.createCommentVNode("",!0),y[6]||(y[6]=a.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]"},[a.createElementVNode("div",{class:"size-3 bg-gray-200 rounded-full"})],-1)),a.createElementVNode("div",Rg,[a.createElementVNode("span",Lg,a.toDisplayString(a.unref(qt.startCase)(_.value)),1),y[5]||(y[5]=a.createElementVNode("span",{class:"text-gray-500 font-medium text-xs"},a.toDisplayString("26-05-2024 18:47"),-1))])],64)):a.createCommentVNode("",!0)],2))),128))])]))}}),Dg=a.defineComponent({__name:"EUIStepperTimeline",setup(n){return(i,r)=>(a.openBlock(),a.createElementBlock("div",null,[a.createVNode($u,{stepStatus:"opportunity"}),r[0]||(r[0]=a.createElementVNode("hr",null,null,-1)),a.createVNode(gu,{stepStatus:"opportunity"})]))}}),Vg={class:"bg-gray-50 p-2 rounded-xl max-w-full"},Fg=["open","onClick"],Ug={class:"focus:outline-none select-none cursor-pointer list-none font-semibold flex items-center p-4"},zg={class:"faq-title w-11/12 text-gray-700 group-hover:text-gray-900 transition-all duration-200 ease-in-out group-open:text-gray-900"},Wg={class:"faq-content text-gray-600 p-4 pt-1 font-light"},Gg=a.defineComponent({__name:"EUIAccordion",props:{datas:{type:Array,required:!0},defaultOpen:{type:Array,default:()=>[0]},collapse:{type:Boolean,default:!1}},setup(n){const i=n,r=a.ref(Array(i.datas.length).fill(!1));a.onMounted(()=>{i.defaultOpen.forEach(s=>{s>=0&&s<r.value.length&&(r.value[s]=!0)})});const d=s=>{i.collapse?r.value=r.value.map((c,h)=>h===s):r.value=r.value.map((c,h)=>h===s?!c:c)};return(s,c)=>(a.openBlock(),a.createElementBlock("div",Vg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.datas,(h,f)=>(a.openBlock(),a.createElementBlock("details",{key:`accordion-${f}`,open:r.value[f],onClick:a.withModifiers(m=>d(f),["prevent"]),class:"group text-base font-normal mx-auto my-0 rounded-lg relative box-border transition-all duration-150 ease-in-out hover:bg-gray-100 open:bg-gray-100 open:mb-4 open:last:mb-0"},[a.createElementVNode("summary",Ug,[a.createElementVNode("span",zg,a.toDisplayString(h.title),1),c[0]||(c[0]=a.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",class:"expand-icon text-gray-700 group-open:text-gray-900 pointer-events-none absolute right-4 transition-all duration-150 ease-out 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"},[a.createElementVNode("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),a.createElementVNode("path",{d:"M9 6l6 6l-6 6"})],-1))]),a.createElementVNode("div",Wg,a.toDisplayString(h.content),1)],8,Fg))),128))]))}}),jg=Tt(Gg,[["__scopeId","data-v-aa054e6a"]]),qg=a.defineComponent({name:"Modal",props:{isVisible:{type:Boolean,default:!1},slimHeader:{type:Boolean,default:!1},title:{type:String,default:""},roundedClass:{type:String,default:""}},emits:["update:isVisible","confirm"],methods:{closeModal(){this.$emit("update:isVisible",!1)}},setup(n){return a.watchEffect(()=>{n.isVisible?document.body.style.overflow="hidden":document.body.style.overflow=""}),{}},beforeUnmount(){document.body.style.overflow=""}});var Hg={class:"text-xl font-semibold"},Kg={key:3,class:"p-4 border-t border-b border-gray-200"},Yg={key:5,class:"flex items-center justify-end space-x-2 p-4"};function Zg(n,i,r,d,s,c){return a.openBlock(),a.createBlock(a.Teleport,{defer:"",to:"body"},[n.isVisible?(a.openBlock(),a.createElementBlock("div",{key:0,class:"fixed inset-0 z-50 flex flex-col items-center justify-end sm:justify-center",onClick:i[3]||(i[3]=a.withModifiers(function(){for(var h=[],f=0;f<arguments.length;f++)h[f]=arguments[f];return n.closeModal&&n.closeModal.apply(n,h)},["self"]))},[i[5]||(i[5]=a.createElementVNode("div",{class:"fixed inset-0 z-[-1] w-screen h-screen bg-black/40 pointer-events-none overflow-hidden"},null,-1)),a.createElementVNode("div",{class:a.normalizeClass(["bg-white shadow-lg max-w-lg w-full max-h-[calc(100svh-3rem)] md:h-auto overflow-hidden relative",[n.roundedClass!==""?n.roundedClass:"rounded-t-3xl md:rounded-2xl"]])},[n.$slots.header?a.renderSlot(n.$slots,"header",{key:0}):(a.openBlock(),a.createElementBlock("div",{key:1,class:a.normalizeClass(["flex items-center justify-between font-medium text-gray-700",n.slimHeader?"p-4 text-base":"p-6 text-lg"])},[a.createElementVNode("h3",Hg,[a.renderSlot(n.$slots,"title",{},function(){return[a.createTextVNode(a.toDisplayString(n.title||"Modal Title"),1)]})]),a.createElementVNode("div",null,[a.createElementVNode("button",{type:"button",class:"text-gray-400 bg-white hover:bg-gray-50 rounded-3xl hover:text-gray-600 size-8 flex justify-center items-center",onClick:i[0]||(i[0]=function(){for(var h=[],f=0;f<arguments.length;f++)h[f]=arguments[f];return n.closeModal&&n.closeModal.apply(n,h)})},i[4]||(i[4]=[a.createElementVNode("span",{class:"sr-only"},"Close",-1),a.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"},[a.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M6 18L18 6M6 6l12 12"})],-1)]))])],2)),n.$slots.content?a.renderSlot(n.$slots,"content",{key:2}):(a.openBlock(),a.createElementBlock("div",Kg,[a.renderSlot(n.$slots,"default")])),n.$slots.footer?a.renderSlot(n.$slots,"footer",{key:4}):(a.openBlock(),a.createElementBlock("div",Yg,[a.createElementVNode("button",{onClick:i[1]||(i[1]=function(){for(var h=[],f=0;f<arguments.length;f++)h[f]=arguments[f];return n.closeModal&&n.closeModal.apply(n,h)}),class:"px-4 py-2 bg-white text-gray-600 rounded-md hover:bg-gray-100 text-base font-semibold tracking-wide transition-colors duration-75"}," Cancel "),a.createElementVNode("button",{onClick:i[2]||(i[2]=function(h){return n.$emit("confirm")}),class:"px-4 py-2 bg-purple-600 text-white rounded-md hover:bg-purple-700 text-base font-semibold tracking-wide transition-colors duration-75"}," Confirm ")]))],2)])):a.createCommentVNode("",!0)])}const Xg=Tt(qg,[["render",Zg]]),Jg={class:"tabs-component"},Qg={class:"tab-buttons text-[#9CA3AF] font-medium text-sm space-x-2 flex items-center"},e9=["onClick"],t9={class:"tab-content"},n9=a.defineComponent({__name:"EUITabs",props:{tabs:{},defaultActiveIndex:{}},emits:["update:activeTab"],setup(n,{emit:i}){const r=n,d=i,s=a.ref(r.defaultActiveIndex??0),c=h=>{s.value=h,d("update:activeTab",r.tabs[s.value])};return a.watch(()=>r.defaultActiveIndex,h=>{s.value=h??0}),(h,f)=>(a.openBlock(),a.createElementBlock("div",Jg,[a.createElementVNode("div",Qg,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(h.tabs,(m,g)=>(a.openBlock(),a.createElementBlock("button",{key:g,class:a.normalizeClass(["px-4 rounded-full py-1 focus:outline focus:outline-[#9747FF]",s.value===g?"shadow border bg-white border-[#1118270d]":""]),onClick:y=>c(g)},a.toDisplayString(m.name),11,e9))),128))]),a.createElementVNode("div",t9,[a.renderSlot(h.$slots,"content",{activeTab:h.tabs[s.value]},void 0,!0)])]))}}),r9=Tt(n9,[["__scopeId","data-v-4d7457de"]]),i9=[["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"]]],o9=i9.map(([n,i,r,d=0,s=null])=>({name:n,iso2:i.toUpperCase(),dialCode:r,priority:d,areaCodes:s}));function a9(){return fetch("https://ip2c.org/s").then(n=>n.text()).then(n=>{const i=(n||"").toString();if(!i||i[0]!=="1")throw new Error("unable to fetch the country");return i.substr(2,2)})}function d9(n,i){if(n.setSelectionRange)n.focus(),n.setSelectionRange(i,i);else if("createTextRange"in n&&typeof n.createTextRange=="function"){const r=n.createTextRange();r.collapse(!0),r.moveEnd("character",i),r.moveStart("character",i),r.select()}}const l9=[{name:"allCountries",type:Array,default:o9,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}],s9=[...l9].reduce((n,i)=>{if(i.name.includes(".")){const[r,d]=i.name.split(".");n[r]?Object.assign(n[r],{[d]:i.default}):Object.assign(n,{[r]:{[d]:i.default}})}else Object.assign(n,{[i.name]:i.default});return n},{}),Es={options:{...s9}};function Ge(n){const i=Es.options[n];return typeof i>"u"?Es.options[n]:i}function hr(n){return n==null?void 0:n.toLowerCase()}function $r(n){return n==null?void 0:n.toUpperCase()}const u9={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 c9(n,i){var r=Array.prototype.slice.call(i);return r.push(u9),n.apply(this,r)}function ua(n){"@babel/helpers - typeof";return ua=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},ua(n)}function f9(n,i,r){return Object.defineProperty(n,"prototype",{writable:!1}),n}function p9(n,i){if(!(n instanceof i))throw new TypeError("Cannot call a class as a function")}function h9(n,i){if(typeof i!="function"&&i!==null)throw new TypeError("Super expression must either be null or a function");n.prototype=Object.create(i&&i.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),Object.defineProperty(n,"prototype",{writable:!1}),i&&br(n,i)}function $9(n){var i=vu();return function(){var r=wr(n),d;if(i){var s=wr(this).constructor;d=Reflect.construct(r,arguments,s)}else d=r.apply(this,arguments);return g9(this,d)}}function g9(n,i){if(i&&(ua(i)==="object"||typeof i=="function"))return i;if(i!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return mu(n)}function mu(n){if(n===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n}function ca(n){var i=typeof Map=="function"?new Map:void 0;return ca=function(r){if(r===null||!m9(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof i<"u"){if(i.has(r))return i.get(r);i.set(r,d)}function d(){return vi(r,arguments,wr(this).constructor)}return d.prototype=Object.create(r.prototype,{constructor:{value:d,enumerable:!1,writable:!0,configurable:!0}}),br(d,r)},ca(n)}function vi(n,i,r){return vu()?vi=Reflect.construct:vi=function(d,s,c){var h=[null];h.push.apply(h,s);var f=Function.bind.apply(d,h),m=new f;return c&&br(m,c.prototype),m},vi.apply(null,arguments)}function vu(){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 m9(n){return Function.toString.call(n).indexOf("[native code]")!==-1}function br(n,i){return br=Object.setPrototypeOf||function(r,d){return r.__proto__=d,r},br(n,i)}function wr(n){return wr=Object.setPrototypeOf?Object.getPrototypeOf:function(i){return i.__proto__||Object.getPrototypeOf(i)},wr(n)}var jt=function(n){h9(r,n);var i=$9(r);function r(d){var s;return p9(this,r),s=i.call(this,d),Object.setPrototypeOf(mu(s),r.prototype),s.name=s.constructor.name,s}return f9(r)}(ca(Error)),Ea=2,v9=17,y9=3,St="0-90-9٠-٩۰-۹",b9="-‐-―−ー-",w9="//",x9="..",C9="  ­​⁠ ",_9="()()[]\\[\\]",E9="~⁓∼~",Ci="".concat(b9).concat(w9).concat(x9).concat(C9).concat(_9).concat(E9),Sa="++";function Ss(n,i){n=n.split("-"),i=i.split("-");for(var r=n[0].split("."),d=i[0].split("."),s=0;s<3;s++){var c=Number(r[s]),h=Number(d[s]);if(c>h)return 1;if(h>c)return-1;if(!isNaN(c)&&isNaN(h))return 1;if(isNaN(c)&&!isNaN(h))return-1}return n[1]&&i[1]?n[1]>i[1]?1:n[1]<i[1]?-1:0:!n[1]&&i[1]?1:n[1]&&!i[1]?-1:0}var S9={}.constructor;function yi(n){return n!=null&&n.constructor===S9}function fa(n){"@babel/helpers - typeof";return fa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(i){return typeof i}:function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},fa(n)}function Si(n,i){if(!(n instanceof i))throw new TypeError("Cannot call a class as a function")}function O9(n,i){for(var r=0;r<i.length;r++){var d=i[r];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(n,d.key,d)}}function Oi(n,i,r){return i&&O9(n.prototype,i),Object.defineProperty(n,"prototype",{writable:!1}),n}var N9="1.2.0",B9="1.7.35",Os=" ext. ",k9=/^\d+$/,je=function(){function n(i){Si(this,n),T9(i),this.metadata=i,yu.call(this,i)}return Oi(n,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(i){return i!=="001"})}},{key:"getCountryMetadata",value:function(i){return this.metadata.countries[i]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(i){return this.getCountryMetadata(i)!==void 0}},{key:"hasCallingCode",value:function(i){if(this.getCountryCodesForCallingCode(i))return!0;if(this.nonGeographic()){if(this.nonGeographic()[i])return!0}else{var r=this.countryCallingCodes()[i];if(r&&r.length===1&&r[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(i){return this.nonGeographic()?!!this.nonGeographic()[i]:!this.getCountryCodesForCallingCode(i)}},{key:"country",value:function(i){return this.selectNumberingPlan(i)}},{key:"selectNumberingPlan",value:function(i,r){if(i&&k9.test(i)&&(r=i,i=null),i&&i!=="001"){if(!this.hasCountry(i))throw new Error("Unknown country: ".concat(i));this.numberingPlan=new Ns(this.getCountryMetadata(i),this)}else if(r){if(!this.hasCallingCode(r))throw new Error("Unknown calling code: ".concat(r));this.numberingPlan=new Ns(this.getNumberingPlanMetadata(r),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(i){var r=this.countryCallingCodes()[i];if(r)return r.length===1&&r[0].length===3?void 0:r}},{key:"getCountryCodeForCallingCode",value:function(i){var r=this.getCountryCodesForCallingCode(i);if(r)return r[0]}},{key:"getNumberingPlanMetadata",value:function(i){var r=this.getCountryCodeForCallingCode(i);if(r)return this.getCountryMetadata(r);if(this.nonGeographic()){var d=this.nonGeographic()[i];if(d)return d}else{var s=this.countryCallingCodes()[i];if(s&&s.length===1&&s[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(i){return this.numberingPlan.type(i)}},{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(i){return this.selectNumberingPlan(i)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),n}(),Ns=function(){function n(i,r){Si(this,n),this.globalMetadataObject=r,this.metadata=i,yu.call(this,r.metadata)}return Oi(n,[{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(i){return i[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var i=this,r=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return r.map(function(d){return new A9(d,i)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(i){return i[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(i){if(this.hasTypes()&&Bs(this.types(),i))return new P9(Bs(this.types(),i),this)}},{key:"ext",value:function(){return this.v1||this.v2?Os:this.metadata[13]||Os}}]),n}(),A9=function(){function n(i,r){Si(this,n),this._format=i,this.metadata=r}return Oi(n,[{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()&&!I9.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),n}(),I9=/^\(?\$1\)?$/,P9=function(){function n(i,r){Si(this,n),this.type=i,this.metadata=r}return Oi(n,[{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()}}]),n}();function Bs(n,i){switch(i){case"FIXED_LINE":return n[0];case"MOBILE":return n[1];case"TOLL_FREE":return n[2];case"PREMIUM_RATE":return n[3];case"PERSONAL_NUMBER":return n[4];case"VOICEMAIL":return n[5];case"UAN":return n[6];case"PAGER":return n[7];case"VOIP":return n[8];case"SHARED_COST":return n[9]}}function T9(n){if(!n)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!yi(n)||!yi(n.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(yi(n)?"an object of shape: { "+Object.keys(n).join(", ")+" }":"a "+M9(n)+": "+n,"."))}var M9=function(n){return fa(n)};function Oa(n,i){if(i=new je(i),i.hasCountry(n))return i.country(n).countryCallingCode();throw new Error("Unknown country: ".concat(n))}function R9(n,i){return i.countries.hasOwnProperty(n)}function yu(n){var i=n.version;typeof i=="number"?(this.v1=i===1,this.v2=i===2,this.v3=i===3,this.v4=i===4):i?Ss(i,N9)===-1?this.v2=!0:Ss(i,B9)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var L9=";ext=",zn=function(n){return"([".concat(St,"]{1,").concat(n,"})")};function bu(n){var i="20",r="15",d="9",s="6",c="[  \\t,]*",h="[:\\..]?[  \\t,-]*",f="#?",m="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",g="(?:[xx##~~]|int|int)",y="[- ]+",_="[  \\t]*",N="(?:,{2}|;)",k=L9+zn(i),B=c+m+h+zn(i)+f,M=c+g+h+zn(d)+f,L=y+zn(s)+"#",V=_+N+h+zn(r)+f,K=_+"(?:,)+"+h+zn(d)+f;return k+"|"+B+"|"+M+"|"+L+"|"+V+"|"+K}var D9="["+St+"]{"+Ea+"}",V9="["+Sa+"]{0,1}(?:["+Ci+"]*["+St+"]){3,}["+Ci+St+"]*",F9=new RegExp("^["+Sa+"]{0,1}(?:["+Ci+"]*["+St+"]){1,2}$","i"),U9=V9+"(?:"+bu()+")?",z9=new RegExp("^"+D9+"$|^"+U9+"$","i");function W9(n){return n.length>=Ea&&z9.test(n)}function G9(n){return F9.test(n)}var ks=new RegExp("(?:"+bu()+")$","i");function j9(n){var i=n.search(ks);if(i<0)return{};for(var r=n.slice(0,i),d=n.match(ks),s=1;s<d.length;){if(d[s])return{number:r,ext:d[s]};s++}}var q9={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 H9(n){return q9[n]}function K9(n,i){var r=typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(r)return(r=r.call(n)).next.bind(r);if(Array.isArray(n)||(r=Y9(n))||i){r&&(n=r);var d=0;return function(){return d>=n.length?{done:!0}:{done:!1,value:n[d++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
30
30
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Y9(n,i){if(n){if(typeof n=="string")return As(n,i);var r=Object.prototype.toString.call(n).slice(8,-1);if(r==="Object"&&n.constructor&&(r=n.constructor.name),r==="Map"||r==="Set")return Array.from(n);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return As(n,i)}}function As(n,i){(i==null||i>n.length)&&(i=n.length);for(var r=0,d=new Array(i);r<i;r++)d[r]=n[r];return d}function Is(n){for(var i="",r=K9(n.split("")),d;!(d=r()).done;){var s=d.value;i+=Z9(s,i)||""}return i}function Z9(n,i){return n==="+"?i?void 0:"+":H9(n)}function Na(n,i){return X9(n,void 0,i)}function X9(n,i,r){var d=r.type(i),s=d&&d.possibleLengths()||r.possibleLengths();if(!s)return"IS_POSSIBLE";var c=n.length,h=s[0];return h===c?"IS_POSSIBLE":h>c?"TOO_SHORT":s[s.length-1]<c?"TOO_LONG":s.indexOf(c,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function J9(n,i,r){if(i===void 0&&(i={}),r=new je(r),i.v2){if(!n.countryCallingCode)throw new Error("Invalid phone number object passed");r.selectNumberingPlan(n.countryCallingCode)}else{if(!n.phone)return!1;if(n.country){if(!r.hasCountry(n.country))throw new Error("Unknown country: ".concat(n.country));r.country(n.country)}else{if(!n.countryCallingCode)throw new Error("Invalid phone number object passed");r.selectNumberingPlan(n.countryCallingCode)}}if(r.possibleLengths())return wu(n.phone||n.nationalNumber,r);if(n.countryCallingCode&&r.isNonGeographicCallingCode(n.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function wu(n,i){switch(Na(n,i)){case"IS_POSSIBLE":return!0;default:return!1}}function Yt(n,i){return n=n||"",new RegExp("^(?:"+i+")$").test(n)}function Q9(n,i){var r=typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(r)return(r=r.call(n)).next.bind(r);if(Array.isArray(n)||(r=em(n))||i){r&&(n=r);var d=0;return function(){return d>=n.length?{done:!0}:{done:!1,value:n[d++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
31
31
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function em(n,i){if(n){if(typeof n=="string")return Ps(n,i);var r=Object.prototype.toString.call(n).slice(8,-1);if(r==="Object"&&n.constructor&&(r=n.constructor.name),r==="Map"||r==="Set")return Array.from(n);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ps(n,i)}}function Ps(n,i){(i==null||i>n.length)&&(i=n.length);for(var r=0,d=new Array(i);r<i;r++)d[r]=n[r];return d}var tm=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Ba(n,i,r){if(i=i||{},!(!n.country&&!n.countryCallingCode)){r=new je(r),r.selectNumberingPlan(n.country,n.countryCallingCode);var d=i.v2?n.nationalNumber:n.phone;if(Yt(d,r.nationalNumberPattern())){if(Qo(d,"FIXED_LINE",r))return r.type("MOBILE")&&r.type("MOBILE").pattern()===""||!r.type("MOBILE")||Qo(d,"MOBILE",r)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var s=Q9(tm),c;!(c=s()).done;){var h=c.value;if(Qo(d,h,r))return h}}}}function Qo(n,i,r){return i=r.type(i),!i||!i.pattern()||i.possibleLengths()&&i.possibleLengths().indexOf(n.length)<0?!1:Yt(n,i.pattern())}function nm(n,i,r){if(i=i||{},r=new je(r),r.selectNumberingPlan(n.country,n.countryCallingCode),r.hasTypes())return Ba(n,i,r.metadata)!==void 0;var d=i.v2?n.nationalNumber:n.phone;return Yt(d,r.nationalNumberPattern())}function rm(n,i,r){var d=new je(r),s=d.getCountryCodesForCallingCode(n);return s?s.filter(function(c){return im(i,c,r)}):[]}function im(n,i,r){var d=new je(r);return d.selectNumberingPlan(i),d.numberingPlan.possibleLengths().indexOf(n.length)>=0}function om(n){return n.replace(new RegExp("[".concat(Ci,"]+"),"g")," ").trim()}var am=/(\$\d)/;function dm(n,i,r){var d=r.useInternationalFormat,s=r.withNationalPrefix,c=n.replace(new RegExp(i.pattern()),d?i.internationalFormat():s&&i.nationalPrefixFormattingRule()?i.format().replace(am,i.nationalPrefixFormattingRule()):i.format());return d?om(c):c}var lm=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function sm(n,i,r){var d=new je(r);if(d.selectNumberingPlan(n,i),d.defaultIDDPrefix())return d.defaultIDDPrefix();if(lm.test(d.IDDPrefix()))return d.IDDPrefix()}function um(n){var i=n.number,r=n.ext;if(!i)return"";if(i[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(i).concat(r?";ext="+r:"")}function cm(n,i){var r=typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(r)return(r=r.call(n)).next.bind(r);if(Array.isArray(n)||(r=fm(n))||i){r&&(n=r);var d=0;return function(){return d>=n.length?{done:!0}:{done:!1,value:n[d++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
32
32
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function fm(n,i){if(n){if(typeof n=="string")return Ts(n,i);var r=Object.prototype.toString.call(n).slice(8,-1);if(r==="Object"&&n.constructor&&(r=n.constructor.name),r==="Map"||r==="Set")return Array.from(n);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ts(n,i)}}function Ts(n,i){(i==null||i>n.length)&&(i=n.length);for(var r=0,d=new Array(i);r<i;r++)d[r]=n[r];return d}function Ms(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function Rs(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?Ms(Object(r),!0).forEach(function(d){pm(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):Ms(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function pm(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}var Ls={formatExtension:function(n,i,r){return"".concat(n).concat(r.ext()).concat(i)}};function hm(n,i,r,d){if(r?r=Rs(Rs({},Ls),r):r=Ls,d=new je(d),n.country&&n.country!=="001"){if(!d.hasCountry(n.country))throw new Error("Unknown country: ".concat(n.country));d.country(n.country)}else if(n.countryCallingCode)d.selectNumberingPlan(n.countryCallingCode);else return n.phone||"";var s=d.countryCallingCode(),c=r.v2?n.nationalNumber:n.phone,h;switch(i){case"NATIONAL":return c?(h=_i(c,n.carrierCode,"NATIONAL",d,r),ea(h,n.ext,d,r.formatExtension)):"";case"INTERNATIONAL":return c?(h=_i(c,null,"INTERNATIONAL",d,r),h="+".concat(s," ").concat(h),ea(h,n.ext,d,r.formatExtension)):"+".concat(s);case"E.164":return"+".concat(s).concat(c);case"RFC3966":return um({number:"+".concat(s).concat(c),ext:n.ext});case"IDD":if(!r.fromCountry)return;var f=gm(c,n.carrierCode,s,r.fromCountry,d);return ea(f,n.ext,d,r.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(i,'"'))}}function _i(n,i,r,d,s){var c=$m(d.formats(),n);return c?dm(n,c,{useInternationalFormat:r==="INTERNATIONAL",withNationalPrefix:!(c.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&s&&s.nationalPrefix===!1),carrierCode:i,metadata:d}):n}function $m(n,i){for(var r=cm(n),d;!(d=r()).done;){var s=d.value;if(s.leadingDigitsPatterns().length>0){var c=s.leadingDigitsPatterns()[s.leadingDigitsPatterns().length-1];if(i.search(c)!==0)continue}if(Yt(i,s.pattern()))return s}}function ea(n,i,r,d){return i?d(n,i,r):n}function gm(n,i,r,d,s){var c=Oa(d,s.metadata);if(c===r){var h=_i(n,i,"NATIONAL",s);return r==="1"?r+" "+h:h}var f=sm(d,void 0,s.metadata);if(f)return"".concat(f," ").concat(r," ").concat(_i(n,null,"INTERNATIONAL",s))}function Ds(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function Vs(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?Ds(Object(r),!0).forEach(function(d){mm(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):Ds(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function mm(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}function vm(n,i){if(!(n instanceof i))throw new TypeError("Cannot call a class as a function")}function ym(n,i){for(var r=0;r<i.length;r++){var d=i[r];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(n,d.key,d)}}function bm(n,i,r){return i&&ym(n.prototype,i),Object.defineProperty(n,"prototype",{writable:!1}),n}var wm=function(){function n(i,r,d){if(vm(this,n),!i)throw new TypeError("`country` or `countryCallingCode` not passed");if(!r)throw new TypeError("`nationalNumber` not passed");if(!d)throw new TypeError("`metadata` not passed");var s=Cm(i,d),c=s.country,h=s.countryCallingCode;this.country=c,this.countryCallingCode=h,this.nationalNumber=r,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return d}}return bm(n,[{key:"setExt",value:function(i){this.ext=i}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:rm(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return J9(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return nm(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){var i=new je(this.getMetadata());return i.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(i){return this.number===i.number&&this.ext===i.ext}},{key:"getType",value:function(){return Ba(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(i,r){return hm(this,i,r?Vs(Vs({},r),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(i){return this.format("NATIONAL",i)}},{key:"formatInternational",value:function(i){return this.format("INTERNATIONAL",i)}},{key:"getURI",value:function(i){return this.format("RFC3966",i)}}]),n}(),xm=function(n){return/^[A-Z]{2}$/.test(n)};function Cm(n,i){var r,d,s=new je(i);return xm(n)?(r=n,s.selectNumberingPlan(r),d=s.countryCallingCode()):d=n,{country:r,countryCallingCode:d}}var _m=new RegExp("(["+St+"])");function Em(n,i,r,d){if(i){var s=new je(d);s.selectNumberingPlan(i,r);var c=new RegExp(s.IDDPrefix());if(n.search(c)===0){n=n.slice(n.match(c)[0].length);var h=n.match(_m);if(!(h&&h[1]!=null&&h[1].length>0&&h[1]==="0"))return n}}}function Sm(n,i){if(n&&i.numberingPlan.nationalPrefixForParsing()){var r=new RegExp("^(?:"+i.numberingPlan.nationalPrefixForParsing()+")"),d=r.exec(n);if(d){var s,c,h=d.length-1,f=h>0&&d[h];if(i.nationalPrefixTransformRule()&&f)s=n.replace(r,i.nationalPrefixTransformRule()),h>1&&(c=d[1]);else{var m=d[0];s=n.slice(m.length),f&&(c=d[1])}var g;if(f){var y=n.indexOf(d[1]),_=n.slice(0,y);_===i.numberingPlan.nationalPrefix()&&(g=i.numberingPlan.nationalPrefix())}else g=d[0];return{nationalNumber:s,nationalPrefix:g,carrierCode:c}}}return{nationalNumber:n}}function pa(n,i){var r=Sm(n,i),d=r.carrierCode,s=r.nationalNumber;if(s!==n){if(!Om(n,s,i))return{nationalNumber:n};if(i.possibleLengths()&&!Nm(s,i))return{nationalNumber:n}}return{nationalNumber:s,carrierCode:d}}function Om(n,i,r){return!(Yt(n,r.nationalNumberPattern())&&!Yt(i,r.nationalNumberPattern()))}function Nm(n,i){switch(Na(n,i)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function Bm(n,i,r,d){var s=i?Oa(i,d):r;if(n.indexOf(s)===0){d=new je(d),d.selectNumberingPlan(i,r);var c=n.slice(s.length),h=pa(c,d),f=h.nationalNumber,m=pa(n,d),g=m.nationalNumber;if(!Yt(g,d.nationalNumberPattern())&&Yt(f,d.nationalNumberPattern())||Na(g,d)==="TOO_LONG")return{countryCallingCode:s,number:c}}return{number:n}}function km(n,i,r,d){if(!n)return{};var s;if(n[0]!=="+"){var c=Em(n,i,r,d);if(c&&c!==n)s=!0,n="+"+c;else{if(i||r){var h=Bm(n,i,r,d),f=h.countryCallingCode,m=h.number;if(f)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:f,number:m}}return{number:n}}}if(n[1]==="0")return{};d=new je(d);for(var g=2;g-1<=y9&&g<=n.length;){var y=n.slice(1,g);if(d.hasCallingCode(y))return d.selectNumberingPlan(y),{countryCallingCodeSource:s?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:y,number:n.slice(g)};g++}return{}}function Am(n,i){var r=typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(r)return(r=r.call(n)).next.bind(r);if(Array.isArray(n)||(r=Im(n))||i){r&&(n=r);var d=0;return function(){return d>=n.length?{done:!0}:{done:!1,value:n[d++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
33
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Im(n,i){if(n){if(typeof n=="string")return Fs(n,i);var r=Object.prototype.toString.call(n).slice(8,-1);if(r==="Object"&&n.constructor&&(r=n.constructor.name),r==="Map"||r==="Set")return Array.from(n);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Fs(n,i)}}function Fs(n,i){(i==null||i>n.length)&&(i=n.length);for(var r=0,d=new Array(i);r<i;r++)d[r]=n[r];return d}function Pm(n,i){var r=i.countries,d=i.defaultCountry,s=i.metadata;s=new je(s);for(var c=[],h=Am(r),f;!(f=h()).done;){var m=f.value;if(s.country(m),s.leadingDigits()){if(n&&n.search(s.leadingDigits())===0)return m}else if(Ba({phone:n,country:m},void 0,s.metadata))if(d){if(m===d)return m;c.push(m)}else return m}if(c.length>0)return c[0]}function Tm(n,i){var r=i.nationalNumber,d=i.defaultCountry,s=i.metadata,c=s.getCountryCodesForCallingCode(n);if(c)return c.length===1?c[0]:Pm(r,{countries:c,defaultCountry:d,metadata:s.metadata})}var xu="+",Mm="[\\-\\.\\(\\)]?",Us="(["+St+"]|"+Mm+")",Rm="^\\"+xu+Us+"*["+St+"]"+Us+"*$",Lm=new RegExp(Rm,"g"),ha=St,Dm="["+ha+"]+((\\-)*["+ha+"])*",Vm="a-zA-Z",Fm="["+Vm+"]+((\\-)*["+ha+"])*",Um="^("+Dm+"\\.)*"+Fm+"\\.?$",zm=new RegExp(Um,"g"),zs="tel:",$a=";phone-context=",Wm=";isub=";function Gm(n){var i=n.indexOf($a);if(i<0)return null;var r=i+$a.length;if(r>=n.length)return"";var d=n.indexOf(";",r);return d>=0?n.substring(r,d):n.substring(r)}function jm(n){return n===null?!0:n.length===0?!1:Lm.test(n)||zm.test(n)}function qm(n,i){var r=i.extractFormattedPhoneNumber,d=Gm(n);if(!jm(d))throw new jt("NOT_A_NUMBER");var s;if(d===null)s=r(n)||"";else{s="",d.charAt(0)===xu&&(s+=d);var c=n.indexOf(zs),h;c>=0?h=c+zs.length:h=0;var f=n.indexOf($a);s+=n.substring(h,f)}var m=s.indexOf(Wm);if(m>0&&(s=s.substring(0,m)),s!=="")return s}var Hm=250,Km=new RegExp("["+Sa+St+"]"),Ym=new RegExp("[^"+St+"#]+$");function Zm(n,i,r){if(i=i||{},r=new je(r),i.defaultCountry&&!r.hasCountry(i.defaultCountry))throw i.v2?new jt("INVALID_COUNTRY"):new Error("Unknown country: ".concat(i.defaultCountry));var d=Jm(n,i.v2,i.extract),s=d.number,c=d.ext,h=d.error;if(!s){if(i.v2)throw h==="TOO_SHORT"?new jt("TOO_SHORT"):new jt("NOT_A_NUMBER");return{}}var f=e8(s,i.defaultCountry,i.defaultCallingCode,r),m=f.country,g=f.nationalNumber,y=f.countryCallingCode,_=f.countryCallingCodeSource,B=f.carrierCode;if(!r.hasSelectedNumberingPlan()){if(i.v2)throw new jt("INVALID_COUNTRY");return{}}if(!g||g.length<Ea){if(i.v2)throw new jt("TOO_SHORT");return{}}if(g.length>v9){if(i.v2)throw new jt("TOO_LONG");return{}}if(i.v2){var E=new wm(y,g,r.metadata);return m&&(E.country=m),B&&(E.carrierCode=B),c&&(E.ext=c),E.__countryCallingCodeSource=_,E}var A=(i.extended?r.hasSelectedNumberingPlan():m)?Yt(g,r.nationalNumberPattern()):!1;return i.extended?{country:m,countryCallingCode:y,carrierCode:B,valid:A,possible:A?!0:!!(i.extended===!0&&r.possibleLengths()&&wu(g,r)),phone:g,ext:c}:A?Qm(m,g,c):{}}function Xm(n,i,r){if(n){if(n.length>Hm){if(r)throw new jt("TOO_LONG");return}if(i===!1)return n;var d=n.search(Km);if(!(d<0))return n.slice(d).replace(Ym,"")}}function Jm(n,i,r){var d=qm(n,{extractFormattedPhoneNumber:function(c){return Xm(c,r,i)}});if(!d)return{};if(!W9(d))return G9(d)?{error:"TOO_SHORT"}:{};var s=j9(d);return s.ext?s:{number:d}}function Qm(n,i,r){var d={country:n,phone:i};return r&&(d.ext=r),d}function e8(n,i,r,d){var s=km(Is(n),i,r,d.metadata),c=s.countryCallingCodeSource,h=s.countryCallingCode,f=s.number,m;if(h)d.selectNumberingPlan(h);else if(f&&(i||r))d.selectNumberingPlan(i,r),i&&(m=i),h=r||Oa(i,d.metadata);else return{};if(!f)return{countryCallingCodeSource:c,countryCallingCode:h};var g=pa(Is(f),d),y=g.nationalNumber,_=g.carrierCode,B=Tm(h,{nationalNumber:y,defaultCountry:i,metadata:d});return B&&(m=B,B==="001"||d.country(m)),{country:m,countryCallingCode:h,countryCallingCodeSource:c,nationalNumber:y,carrierCode:_}}function Ws(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function Gs(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?Ws(Object(r),!0).forEach(function(d){t8(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):Ws(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function t8(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}function n8(n,i,r){return Zm(n,Gs(Gs({},i),{},{v2:!0}),r)}function js(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function r8(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?js(Object(r),!0).forEach(function(d){i8(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):js(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function i8(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}function o8(n,i){return s8(n)||l8(n,i)||d8(n,i)||a8()}function a8(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
34
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function d8(n,i){if(n){if(typeof n=="string")return qs(n,i);var r=Object.prototype.toString.call(n).slice(8,-1);if(r==="Object"&&n.constructor&&(r=n.constructor.name),r==="Map"||r==="Set")return Array.from(n);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return qs(n,i)}}function qs(n,i){(i==null||i>n.length)&&(i=n.length);for(var r=0,d=new Array(i);r<i;r++)d[r]=n[r];return d}function l8(n,i){var r=n==null?null:typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(r!=null){var d=[],s=!0,c=!1,h,f;try{for(r=r.call(n);!(s=(h=r.next()).done)&&(d.push(h.value),!(i&&d.length===i));s=!0);}catch(m){c=!0,f=m}finally{try{!s&&r.return!=null&&r.return()}finally{if(c)throw f}}return d}}function s8(n){if(Array.isArray(n))return n}function u8(n){var i=Array.prototype.slice.call(n),r=o8(i,4),d=r[0],s=r[1],c=r[2],h=r[3],f,m,g;if(typeof d=="string")f=d;else throw new TypeError("A text for parsing must be a string.");if(!s||typeof s=="string")h?(m=c,g=h):(m=void 0,g=c),s&&(m=r8({defaultCountry:s},m));else if(yi(s))c?(m=s,g=c):g=s;else throw new Error("Invalid second argument: ".concat(s));return{text:f,options:m,metadata:g}}function Hs(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function Ks(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?Hs(Object(r),!0).forEach(function(d){c8(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):Hs(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function c8(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}function f8(n,i,r){i&&i.defaultCountry&&!R9(i.defaultCountry,r)&&(i=Ks(Ks({},i),{},{defaultCountry:void 0}));try{return n8(n,i,r)}catch(d){if(!(d instanceof jt))throw d}}function p8(){var n=u8(arguments),i=n.text,r=n.options,d=n.metadata;return f8(i,r,d)}function ta(){return c9(p8,arguments)}const h8={beforeMount(n,i,r){if(typeof i.value!="function"){const d=r.context.name;let s=`[Vue-click-outside:] provided expression ${i.expression} is not a function, but has to be`;d&&(s+=`Found in component ${d}`),console.warn(s)}n.clickOutsideEvent=function(d){const s=d.composedPath?d.composedPath():d.path;n===d.target||n.contains(d.target)||s.includes(n)||i.value(d,n)},document.body.addEventListener("click",n.clickOutsideEvent)},unmounted(n){document.body.removeEventListener("click",n.clickOutsideEvent)}},$8=["aria-expanded","tabindex"],g8={class:"vti__selection"},m8={key:1,class:"vti__country-code"},v8={class:"vti__dropdown-arrow"},y8={key:0,class:"vti__search_box_container"},b8=["placeholder"],w8=["onClick","onMousemove","aria-selected"],x8={key:1},C8=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],_8=a.defineComponent({name:"VueTelInput",directives:{clickOutside:h8},__name:"vue-tel-input",props:a.mergeModels({allCountries:{type:Array,default:()=>Ge("allCountries")},autoFormat:{type:Boolean,default:()=>Ge("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>Ge("customValidate")},defaultCountry:{type:[String,Number],default:()=>Ge("defaultCountry")},disabled:{type:Boolean,default:()=>Ge("disabled")},autoDefaultCountry:{type:Boolean,default:()=>Ge("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>Ge("dropdownOptions")},ignoredCountries:{type:Array,default:()=>Ge("ignoredCountries")},inputOptions:{type:Object,default:()=>Ge("inputOptions")},invalidMsg:{type:String,default:()=>Ge("invalidMsg")},mode:{type:String,default:()=>Ge("mode")},onlyCountries:{type:Array,default:()=>Ge("onlyCountries")},preferredCountries:{type:Array,default:()=>Ge("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>Ge("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>Ge("styleClasses")}},{modelValue:{type:String},modelModifiers:{}}),emits:a.mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(n,{expose:i,emit:r}){const d=a.shallowRef(),s=a.shallowRef(),c=a.shallowRef(),h=r,f=n,m=a.useModel(n,"modelValue");a.watch(m,(I,T)=>{H()?g.phone=I??"":a.nextTick(()=>{g.phone=T??"",de()})});const g=a.reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:f.inputOptions.placeholder,searchQuery:""});a.watch(()=>g.open,I=>{I?(Ie(),h("open")):h("close")});const y=a.computed(()=>f.onlyCountries.length?f.allCountries.filter(({iso2:I})=>f.onlyCountries.some(T=>$r(T)===I)):f.ignoredCountries.length?f.allCountries.filter(({iso2:I})=>!f.ignoredCountries.includes($r(I))&&!f.ignoredCountries.includes(hr(I))):f.allCountries),_=a.computed(()=>K(g.activeCountryCode));a.watch(_,(I,T)=>{if(!I&&T!=null&&T.iso2){g.activeCountryCode=T.iso2;return}I!=null&&I.iso2&&h("country-changed",I)});const B=a.computed(()=>{var I;const T=hr(f.mode);return T==="auto"?(I=g.phone)!=null&&I.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(T)?T:(console.error('Invalid value of prop "mode"'),"international")}),E=a.computed(()=>{const I=[...U(f.preferredCountries).map(ne=>({...ne,preferred:!0})),...y.value];if(!f.dropdownOptions.showSearchBox)return I;const T=g.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return I.filter(ne=>new RegExp(T,"i").test(ne.name)||new RegExp(T,"i").test(ne.iso2)||new RegExp(T,"i").test(ne.dialCode))}),A=a.computed(()=>{var I;const T=g.phone.startsWith("+")?ta(g.phone):ta(g.phone,g.activeCountryCode),ne={country:T==null?void 0:T.country,countryCode:T==null?void 0:T.country,formatted:g.phone,valid:T==null?void 0:T.isValid(),possible:(I=T==null?void 0:T.isPossible)==null?void 0:I.call(T),nationalNumber:T==null?void 0:T.nationalNumber};return ne.valid&&(ne.formatted=T==null?void 0:T.format($r(B.value))),T!=null&&T.country&&(f.ignoredCountries.length||f.onlyCountries.length)&&!K(T.country)&&(ne.valid=!1,ne.possible=!1,T.country=null),T?{...ne,...T}:ne});a.watch(()=>A.value.countryCode,I=>{I&&(g.activeCountryCode=I)}),a.watch(()=>A.value.valid,()=>{h("validate",A.value)}),a.watch(()=>A.value.formatted,I=>{!f.autoFormat||f.customValidate||(ue(I),a.nextTick(()=>{I&&!m.value&&(g.phone=I)}))}),a.watch(()=>f.inputOptions.placeholder,M),a.onMounted(()=>{m.value&&(g.phone=m.value.trim()),Q(),R().then(()=>{var I;!g.phone&&(I=f.inputOptions)!=null&&I.showDialCode&&g.activeCountryCode&&(g.phone=`+${g.activeCountryCode}`),h("validate",A.value)}).catch(console.error).then(()=>{g.finishMounted=!0})});function M(){g.parsedPlaceholder=f.inputOptions.placeholder}function R(){return new Promise(I=>{var T;if(((T=g.phone)==null?void 0:T[0])==="+"){I();return}if(f.defaultCountry){if(typeof f.defaultCountry=="string"){W(f.defaultCountry),I();return}if(typeof f.defaultCountry=="number"){const P=Z(f.defaultCountry);if(P){W(P.iso2),I();return}}}const ne=f.preferredCountries[0]||y.value[0];f.autoDefaultCountry?a9().then(P=>{W(P||g.activeCountryCode)}).catch(P=>{console.warn(P),W(ne)}).then(()=>{I()}):(W(ne),I())})}function U(I=[]){return I.map(K).filter(Boolean)}function K(I=""){return y.value.find(T=>T.iso2===$r(I))}function Z(I){return y.value.find(T=>Number(T.dialCode)===I)}function z(I,T){const ne=g.selectedIndex===I,P=I===f.preferredCountries.length-1,V=f.preferredCountries.some(X=>$r(X)===T);return{highlighted:ne,"last-preferred":P,preferred:V}}function W(I){var T,ne,P;let V=I;if(typeof V=="string"&&(V=K(V)),!!V){if(((T=g.phone)==null?void 0:T[0])==="+"&&V.iso2&&A.value.nationalNumber){g.activeCountryCode=V.iso2,g.phone=((ne=ta(A.value.nationalNumber,V.iso2))==null?void 0:ne.formatInternational())??"";return}if((P=f.inputOptions)!=null&&P.showDialCode&&V){g.phone=`+${V.dialCode}`,g.activeCountryCode=V.iso2;return}g.activeCountryCode=V.iso2,ue(g.phone)}}function Q(){const I=g.phone;if(f.validCharactersOnly){const T=g.phone.match(/[()\-+0-9\s]*/g);g.phone=T.join("")}if(f.customValidate&&f.customValidate instanceof RegExp){const T=g.phone.match(f.customValidate);g.phone=T.join("")}I!==g.phone&&ue(g.phone)}function H(){return f.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(g.phone)?!1:f.customValidate?ae():!0}function ae(){return f.customValidate instanceof RegExp?f.customValidate.test(g.phone):!1}function de(){var I;(I=c.value)==null||I.setCustomValidity(A.value.valid?"":f.invalidMsg),ue(g.phone)}function ue(I){m.value=I,h("on-input",I,A.value,c.value)}function ge(I){h("blur",I)}function be(I){d9(c.value,g.phone.length),h("focus",I)}function _e(I){h("enter",I)}function me(I){h("space",I)}function Ae(){var I;(I=c.value)==null||I.focus()}function Ee(){var I;(I=c.value)==null||I.blur()}function we(){f.disabled||f.dropdownOptions.disabled||(g.searchQuery="",g.open=!g.open)}function Te(){g.open=!1}function Je(I){if(I.keyCode===40){I.preventDefault(),g.open=!0,g.selectedIndex===null?g.selectedIndex=0:g.selectedIndex=Math.min(E.value.length-1,g.selectedIndex+1);const T=s.value.children[g.selectedIndex];T.focus(),T.offsetTop+T.clientHeight>s.value.scrollTop+s.value.clientHeight&&(s.value.scrollTop=T.offsetTop-s.value.clientHeight+T.clientHeight)}else if(I.keyCode===38){I.preventDefault(),g.open=!0,g.selectedIndex===null?g.selectedIndex=E.value.length-1:g.selectedIndex=Math.max(0,g.selectedIndex-1);const T=s.value.children[g.selectedIndex];T.focus(),T.offsetTop<s.value.scrollTop&&(s.value.scrollTop=T.offsetTop)}else if(I.keyCode===13)g.selectedIndex!==null&&W(E.value[g.selectedIndex]),g.open=!g.open;else if(g.open){g.typeToFindInput+=I.key,clearTimeout(g.typeToFindTimer),g.typeToFindTimer=setTimeout(()=>{g.typeToFindInput=""},700);const T=E.value.slice(f.preferredCountries.length).findIndex(ne=>hr(ne.name).startsWith(g.typeToFindInput));if(T>=0){g.selectedIndex=f.preferredCountries.length+T;const ne=s.value.children[g.selectedIndex],P=ne.offsetTop<s.value.scrollTop,V=ne.offsetTop+ne.clientHeight>s.value.scrollTop+s.value.clientHeight;(P||V)&&(s.value.scrollTop=ne.offsetTop-s.value.clientHeight/2)}}}function Fe(){g.selectedIndex=E.value.map(I=>I.iso2).indexOf(g.activeCountryCode),g.open=!1}function Ie(){window.innerHeight-d.value.getBoundingClientRect().bottom>200?g.dropdownOpenDirection="below":g.dropdownOpenDirection="above"}return i({focus:Ae,blur:Ee}),(I,T)=>{const ne=a.resolveDirective("click-outside");return a.openBlock(),a.createElementBlock("div",{ref_key:"refRoot",ref:d,class:a.normalizeClass(["vue-tel-input",n.styleClasses,{disabled:n.disabled}])},[a.withDirectives((a.openBlock(),a.createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":g.open,role:"button",class:a.normalizeClass(["vti__dropdown",{open:g.open,disabled:n.dropdownOptions.disabled}]),tabindex:n.dropdownOptions.tabindex,onKeydown:[Je,a.withKeys(we,["space"]),a.withKeys(Fe,["esc"]),a.withKeys(Fe,["tab"])],onClick:we},[a.createElementVNode("span",g8,[n.dropdownOptions.showFlags?(a.openBlock(),a.createElementBlock("span",{key:0,class:a.normalizeClass(["vti__flag",a.unref(hr)(g.activeCountryCode)])},null,2)):a.createCommentVNode("",!0),n.dropdownOptions.showDialCodeInSelection?(a.openBlock(),a.createElementBlock("span",m8," +"+a.toDisplayString(_.value&&_.value.dialCode),1)):a.createCommentVNode("",!0),a.renderSlot(I.$slots,"arrow-icon",{open:g.open},()=>[a.createElementVNode("span",v8,a.toDisplayString(g.open?"▲":"▼"),1)])]),g.open?(a.openBlock(),a.createElementBlock("ul",{key:0,ref_key:"refList",ref:s,class:a.normalizeClass(["vti__dropdown-list",g.dropdownOpenDirection]),role:"listbox"},[n.dropdownOptions.showSearchBox?(a.openBlock(),a.createElementBlock("div",y8,[a.renderSlot(I.$slots,"search-icon"),a.withDirectives(a.createElementVNode("input",{class:a.normalizeClass(["vti__input","vti__search_box"]),"aria-label":"Search by country name or country code",placeholder:n.dropdownOptions.searchBoxPlaceholder||(E.value.length?E.value[0].name:""),type:"text","onUpdate:modelValue":T[0]||(T[0]=P=>g.searchQuery=P),onClick:T[1]||(T[1]=a.withModifiers(()=>{},["stop"]))},null,8,b8),[[a.vModelText,g.searchQuery]])])):a.createCommentVNode("",!0),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(E.value,(P,V)=>(a.openBlock(),a.createElementBlock("li",{role:"option",class:a.normalizeClass(["vti__dropdown-item",z(V,P.iso2)]),key:P.iso2+(P.preferred?"-preferred":""),tabindex:"-1",onClick:X=>W(P),onMousemove:X=>g.selectedIndex=V,"aria-selected":g.activeCountryCode===P.iso2&&!P.preferred},[n.dropdownOptions.showFlags?(a.openBlock(),a.createElementBlock("span",{key:0,class:a.normalizeClass(["vti__flag",a.unref(hr)(P.iso2)])},null,2)):a.createCommentVNode("",!0),a.createElementVNode("strong",null,a.toDisplayString(P.name),1),n.dropdownOptions.showDialCodeInList?(a.openBlock(),a.createElementBlock("span",x8," +"+a.toDisplayString(P.dialCode),1)):a.createCommentVNode("",!0)],42,w8))),128))],2)):a.createCommentVNode("",!0)],42,$8)),[[ne,Te]]),a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":T[2]||(T[2]=P=>g.phone=P),ref_key:"refInput",ref:c,type:n.inputOptions.type,autocomplete:n.inputOptions.autocomplete,autofocus:n.inputOptions.autofocus,class:a.normalizeClass(["vti__input","vti__phone",n.inputOptions.styleClasses]),disabled:n.disabled,id:n.inputOptions.id,maxlength:n.inputOptions.maxlength,name:n.inputOptions.name,placeholder:g.parsedPlaceholder,readonly:n.inputOptions.readonly,required:n.inputOptions.required,tabindex:n.inputOptions.tabindex,value:m.value,"aria-describedby":n.inputOptions["aria-describedby"],onBlur:ge,onFocus:be,onInput:de,onKeyup:[a.withKeys(_e,["enter"]),a.withKeys(me,["space"])]},null,42,C8),[[a.vModelDynamic,g.phone]]),a.renderSlot(I.$slots,"icon-right")],2)}}}),E8={class:"relative w-full"},S8={key:0,id:"listbox-label",class:"block text-sm font-medium text-gray-700"},O8={key:0,class:"text-red-500"},N8={key:1,class:"errors"},B8={class:"mt-2 text-xs text-red-600"},k8=a.defineComponent({__name:"EUITelephone",props:{modelValue:{type:String,default:""},label:{type:String},placeholder:{type:String},readonly:{type:Boolean},disabled:{type:Boolean},name:{type:String,default:""},errors:{type:Object,required:!1},isValid:{type:Boolean,default:!1},tag:{type:String,default:""},tagColor:{type:String,default:"None"},required:{type:Boolean,default:!1}},emits:["update:modelValue","blur","update:isValid"],setup(n,{emit:i}){const r=i,d=n,{isValid:s}=a.toRefs(d),c=a.ref(d.modelValue),h=a.computed({set:A=>{r("update:isValid",A)},get:()=>s.value}),f={showDialCodeInSelection:!1,showFlags:!0,showSearchBox:!0},m=a.ref(!0),g=a.computed(()=>d.modelValue);a.watch(g,A=>{c.value=A});const y=a.computed(()=>({autocomplete:!0,autoFormat:!0,placeholder:d.placeholder,readonly:d.readonly})),_=A=>{m.value||r("update:modelValue","")},B=(A,M)=>{h.value=!!M.valid,r("update:modelValue",M.number)};a.onUpdated(()=>{setTimeout(()=>{m.value=!1},1500)});const E=a.computed(()=>{var A,M,R,U;return Array.isArray(d.errors)?typeof((A=d.errors)==null?void 0:A.at(0))=="object"?(R=(M=d.errors)==null?void 0:M.at(0))==null?void 0:R.$message:d.errors[0]:typeof d.errors=="object"?(U=d.errors)==null?void 0:U[d.name]:d.errors});return(A,M)=>(a.openBlock(),a.createElementBlock("div",E8,[n.label?(a.openBlock(),a.createElementBlock("label",S8,[a.createTextVNode(a.toDisplayString(n.label),1),n.required?(a.openBlock(),a.createElementBlock("span",O8,"*")):a.createCommentVNode("",!0)])):a.createCommentVNode("",!0),a.createVNode(a.unref(_8),{modelValue:c.value,"onUpdate:modelValue":M[0]||(M[0]=R=>c.value=R),modelModifiers:{trim:!0},class:"appearance-none mt-1 block w-full p-0.5 border border-gray-300 shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-600 focus:border-blue-600 sm:text-sm text-gray-900",mode:"international","valid-characters-only":"",inputOptions:y.value,dropdownOptions:f,disabled:n.disabled,onOnInput:B,onCountryChanged:_,onBlur:M[1]||(M[1]=R=>A.$emit("blur"))},null,8,["modelValue","inputOptions","disabled"]),E.value?(a.openBlock(),a.createElementBlock("div",N8,[a.createElementVNode("p",B8,a.toDisplayString(E.value),1)])):a.createCommentVNode("",!0),n.tag?(a.openBlock(),a.createElementBlock("div",{key:2,class:a.normalizeClass(["absolute right-2 top-0 text-white rounded px-2 text-xs",[{"bg-gray-400":n.tagColor==="None"},{"bg-green-400":n.tagColor==="Success"},{"bg-red-400":n.tagColor==="Error"}]])},a.toDisplayString(n.tag),3)):a.createCommentVNode("",!0)]))}}),A8={key:0,class:"mb-3 text-sm font-medium text-gray-500 font-inter"},I8={key:0,class:"text-red-500"},P8={class:"flex flex-row flex-wrap gap-3"},T8={class:"ml-2 mt-1"},M8=a.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:[]}},emits:["update:model-value"],setup(n,{emit:i}){const r=n,{multiple:d,valueKey:s,labelKey:c,errors:h}=a.toRefs(r),f=i,m=a.computed({set:E=>{f("update:model-value",E)},get:()=>r.modelValue}),g=E=>{var A;if(Array.isArray(m.value)){const M=(A=m.value)==null?void 0:A.findIndex(R=>(R==null?void 0:R[s.value])===(E==null?void 0:E[s.value]));M!=-1?m.value.splice(M,1):m.value.push(E)}},y=E=>{var A;Array.isArray(m.value)||(((A=m.value)==null?void 0:A[s.value])===(E==null?void 0:E[s.value])?m.value=null:m.value=E)},_=E=>{d.value?g(E):y(E)},B=E=>{var A;return Array.isArray(m.value)?m.value.map(R=>R[s.value]).filter(R=>R).includes(E==null?void 0:E[s.value]):((A=m.value)==null?void 0:A[s.value])===(E==null?void 0:E[s.value])};return a.watch(d,()=>{d.value?Array.isArray(m.value)||(m.value=[m.value]):m.value=null},{immediate:!0}),(E,A)=>(a.openBlock(),a.createElementBlock("div",null,[n.label?(a.openBlock(),a.createElementBlock("p",A8,[a.createTextVNode(a.toDisplayString(n.label),1),n.required?(a.openBlock(),a.createElementBlock("span",I8,"*")):a.createCommentVNode("",!0)])):a.createCommentVNode("",!0),a.createElementVNode("div",P8,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.items,(M,R)=>(a.openBlock(),a.createBlock(Ys,{key:`${n.name}-${R}`,type:"button",size:"md",color:"white",class:a.normalizeClass([B(M)?"!bg-purple-100 !text-purple-600 !font-medium shadow-sm":"!bg-gray-100 !text-gray-600 !font-medium hover:text-gray-800","px-4 py-2 text-sm leading-6 focus:outline-none rounded-3xl transition-colors duration-100 ease-in-out"]),rounded:"",onClick:U=>_(M),disabled:n.disabled},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(a.unref(qt.startCase)(M[a.unref(c)]||"")),1)]),_:2},1032,["class","onClick","disabled"]))),128))]),a.createElementVNode("div",T8,[a.createVNode(Zt,{name:n.name,errors:a.unref(h)},null,8,["name","errors"])])]))}});function R8(n,i){return a.openBlock(),a.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"},[a.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M5 12h14"})])}function L8(n,i){return a.openBlock(),a.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"},[a.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 4.5v15m7.5-7.5h-15"})])}function D8(n,i){return a.openBlock(),a.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[a.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"})])}const V8=["src"],F8={class:"flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200"},U8={class:"flex justify-between gap-x-4 mb-0.5"},z8={class:"text-xs leading-5 text-gray-500"},W8={class:"font-medium text-gray-900"},G8=["datetime"],j8={class:"text-sm leading-6 text-gray-500"},q8=["open"],H8={class:"text-sm leading-5 text-gray-900 list-none flex items-center justify-start flex-row cursor-pointer"},K8={class:"relative flex size-6 flex-none items-center justify-center bg-white"},Y8={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"},Z8={class:"flex-auto py-0.5 text-xs leading-5 text-gray-500"},X8={class:"font-medium text-gray-900"},J8=["datetime"],Q8=a.defineComponent({__name:"EUITimeLineItem",props:{data:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(n){const i=n,{data:r,type:d,icon:s,showMore:c}=a.toRefs(i);return(h,f)=>(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(a.unref(r),(m,g)=>{var y,_,B,E,A;return a.openBlock(),a.createElementBlock("li",{key:m.id,class:"relative flex gap-x-4 group"},[a.createElementVNode("div",{class:a.normalizeClass([g===a.unref(r).length-1?"h-6":"-bottom-6","absolute left-0 top-0 flex w-6 justify-center"])},[a.createElementVNode("div",{class:a.normalizeClass([a.unref(d)==="icon"?"w-0.5 bg-green-500":"w-px bg-gray-200"])},null,2)],2),a.unref(d)==="image"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[a.createElementVNode("img",{src:(y=m.person)==null?void 0:y.imageUrl,alt:"",class:"relative size-6 flex-none rounded-full bg-gray-50"},null,8,V8),a.createElementVNode("div",F8,[a.createElementVNode("div",U8,[a.createElementVNode("div",z8,[a.createElementVNode("span",W8,a.toDisplayString((_=m.person)==null?void 0:_.name),1)]),a.createElementVNode("time",{datetime:m.dateTime,class:"flex-none text-xs leading-5 text-gray-500"},a.toDisplayString(m.date+" "+m.dateTime),9,G8)]),a.createElementVNode("p",j8,a.toDisplayString(m.comment),1),a.unref(c)?(a.openBlock(),a.createElementBlock("details",{key:0,open:g===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"},[a.createElementVNode("summary",H8,[a.createTextVNode(a.toDisplayString(((B=m.showmore)==null?void 0:B.title)||"More Details")+" ",1),a.createVNode(a.unref(L8),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto group-open:hidden"}),a.createVNode(a.unref(R8),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto hidden group-open:inline-block"})]),a.createElementVNode("div",null,a.toDisplayString((E=m.showmore)==null?void 0:E.content),1)],8,q8)):a.createCommentVNode("",!0)])],64)):(a.openBlock(),a.createElementBlock(a.Fragment,{key:1},[a.createElementVNode("div",K8,[a.unref(d)==="icon"?(a.openBlock(),a.createBlock(a.resolveDynamicComponent(a.unref(s)||a.unref(D8)),{key:0,class:"size-6 text-green-500","aria-hidden":"true"})):(a.openBlock(),a.createElementBlock("div",Y8))]),a.createElementVNode("p",Z8,[a.createElementVNode("span",X8,a.toDisplayString((A=m.person)==null?void 0:A.name),1),a.createTextVNode(" "+a.toDisplayString(m==null?void 0:m.command),1)]),a.createElementVNode("time",{datetime:m.dateTime,class:"flex-none py-0.5 text-xs leading-5 text-gray-500"},a.toDisplayString(m.date+" "+m.dateTime),9,J8)],64))])}),128))}}),e5={role:"list",class:"space-y-6 p-4"},t5=a.defineComponent({__name:"EUITimeLine",props:{items:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(n){const i=n,{items:r,type:d,icon:s,showMore:c}=a.toRefs(i);return(h,f)=>(a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("ul",e5,[a.createVNode(Q8,{data:a.unref(r),type:a.unref(d),"timeline-icon":a.unref(s),"show-more":a.unref(c)},null,8,["data","type","timeline-icon","show-more"])])]))}}),n5={class:"inline-flex items-center gap-x-1 rounded-md bg-gray-50 px-2 py-1 text-sm font-medium text-gray-600 ring-1 ring-inset ring-gray-400/10"},r5=a.defineComponent({__name:"EUITag",props:{closeIcon:{type:Boolean,default:!1},errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:Boolean,required:!0,default:!1},disabled:{type:Boolean,default:!1}},emits:["remove","update:modelValue"],setup(n,{emit:i}){const r=n,{closeIcon:d}=a.toRefs(r),s=i,c=h=>{s("remove",h),s("update:modelValue",!1)};return(h,f)=>(a.openBlock(),a.createElementBlock("div",n5,[a.renderSlot(h.$slots,"default"),a.unref(d)?(a.openBlock(),a.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:a.withModifiers(c,["stop","prevent"])},f[0]||(f[0]=[a.createElementVNode("span",{class:"sr-only"},"Remove",-1),a.createElementVNode("svg",{viewBox:"0 0 14 14",class:"size-3.5 stroke-gray-400 group-hover:stroke-red-600/75"},[a.createElementVNode("path",{d:"M4 4l6 6m0-6l-6 6"})],-1)]))):a.createCommentVNode("",!0)]))}}),i5={class:"inline-flex items-center cursor-pointer eui-switch"},o5=["disabled"],a5={key:0,class:"ms-3 text-sm font-medium text-gray-900 first-letter:capitalize"},d5=a.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(n,{emit:i}){const r=n,d=i,s=a.ref(r.modelValue);a.watch(s,h=>{d("update:modelValue",h)});const c=h=>{h&&d("toggle",s.value)};return a.watch(r,h=>{s.value=h.modelValue}),(h,f)=>(a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("label",i5,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=m=>s.value=m),type:"checkbox",class:"peer sr-only eui-switch_input",disabled:n.disabled,onChange:f[1]||(f[1]=m=>c(m))},null,40,o5),[[a.vModelCheckbox,s.value]]),f[2]||(f[2]=a.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"},[a.createElementVNode("span",{class:"eui-switch_icons"})],-1)),n.label?(a.openBlock(),a.createElementBlock("span",a5,a.toDisplayString(n.label),1)):a.createCommentVNode("",!0)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),l5=Tt(d5,[["__scopeId","data-v-73e5026d"]]),s5={class:"inline-flex items-center cursor-pointer eui-radio"},u5=["disabled"],c5={key:0,class:"ms-3 text-sm font-medium text-gray-900 first-letter:capitalize"},f5=a.defineComponent({__name:"EUIRadio",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(n,{emit:i}){const r=n,{modelValue:d}=a.toRefs(r),s=i,c=()=>{s("toggle",r.modelValue),s("update:modelValue",r.modelValue)};return(h,f)=>(a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("label",s5,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=m=>a.isRef(d)?d.value=m:null),type:"radio",class:"sr-only peer eui-radio_input",disabled:n.disabled,onChange:f[1]||(f[1]=m=>c())},null,40,u5),[[a.vModelRadio,a.unref(d)]]),f[2]||(f[2]=a.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"},[a.createElementVNode("span",{class:"eui-radio_icons"})],-1)),n.label?(a.openBlock(),a.createElementBlock("span",c5,a.toDisplayString(n.label),1)):a.createCommentVNode("",!0)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),p5=Tt(f5,[["__scopeId","data-v-853a4be2"]]);var h5={},$5={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function g5(n,i){return a.openBlock(),a.createElementBlock("div",$5,i[0]||(i[0]=[a.createElementVNode("div",{class:"min-h-16 relative"},[a.createElementVNode("div",{class:"circle-loader"})],-1)]))}const Cu=Tt(h5,[["render",g5],["__scopeId","data-v-b972fce9"]]);var m5={},v5={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function y5(n,i){return a.openBlock(),a.createElementBlock("div",v5,i[0]||(i[0]=[a.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 _u=Tt(m5,[["render",y5]]);var b5={},w5={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function x5(n,i){return a.openBlock(),a.createElementBlock("div",w5,i[0]||(i[0]=[a.createElementVNode("div",{class:"min-h-16 relative"},[a.createElementVNode("div",{class:"square-loader"})],-1)]))}const Eu=Tt(b5,[["render",x5]]),C5={class:"grid grid-cols-3"},_5=a.defineComponent({__name:"EUILoader",setup(n){return(i,r)=>(a.openBlock(),a.createElementBlock("div",C5,[a.createVNode(Eu),a.createVNode(Cu),a.createVNode(_u)]))}});exports.EUIAccordion=jg;exports.EUIAvatar=mg;exports.EUIButton=Ys;exports.EUICheckbox=wh;exports.EUICircleLoader=Cu;exports.EUICubeLoader=_u;exports.EUIErrorMessage=Zt;exports.EUIInput=ph;exports.EUIInputNormal=mh;exports.EUILoader=_5;exports.EUIModal=Xg;exports.EUIPillSelect=M8;exports.EUIRadio=p5;exports.EUISelect=dg;exports.EUISelectSearch=ug;exports.EUISquareLoader=Eu;exports.EUIStepperHorizontal=$u;exports.EUIStepperTimeline=Dg;exports.EUIStepperVertical=gu;exports.EUITabs=r9;exports.EUITag=r5;exports.EUITelephone=k8;exports.EUITextArea=_h;exports.EUITimeLine=t5;exports.EUIToggle=l5;
33
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Im(n,i){if(n){if(typeof n=="string")return Fs(n,i);var r=Object.prototype.toString.call(n).slice(8,-1);if(r==="Object"&&n.constructor&&(r=n.constructor.name),r==="Map"||r==="Set")return Array.from(n);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Fs(n,i)}}function Fs(n,i){(i==null||i>n.length)&&(i=n.length);for(var r=0,d=new Array(i);r<i;r++)d[r]=n[r];return d}function Pm(n,i){var r=i.countries,d=i.defaultCountry,s=i.metadata;s=new je(s);for(var c=[],h=Am(r),f;!(f=h()).done;){var m=f.value;if(s.country(m),s.leadingDigits()){if(n&&n.search(s.leadingDigits())===0)return m}else if(Ba({phone:n,country:m},void 0,s.metadata))if(d){if(m===d)return m;c.push(m)}else return m}if(c.length>0)return c[0]}function Tm(n,i){var r=i.nationalNumber,d=i.defaultCountry,s=i.metadata,c=s.getCountryCodesForCallingCode(n);if(c)return c.length===1?c[0]:Pm(r,{countries:c,defaultCountry:d,metadata:s.metadata})}var xu="+",Mm="[\\-\\.\\(\\)]?",Us="(["+St+"]|"+Mm+")",Rm="^\\"+xu+Us+"*["+St+"]"+Us+"*$",Lm=new RegExp(Rm,"g"),ha=St,Dm="["+ha+"]+((\\-)*["+ha+"])*",Vm="a-zA-Z",Fm="["+Vm+"]+((\\-)*["+ha+"])*",Um="^("+Dm+"\\.)*"+Fm+"\\.?$",zm=new RegExp(Um,"g"),zs="tel:",$a=";phone-context=",Wm=";isub=";function Gm(n){var i=n.indexOf($a);if(i<0)return null;var r=i+$a.length;if(r>=n.length)return"";var d=n.indexOf(";",r);return d>=0?n.substring(r,d):n.substring(r)}function jm(n){return n===null?!0:n.length===0?!1:Lm.test(n)||zm.test(n)}function qm(n,i){var r=i.extractFormattedPhoneNumber,d=Gm(n);if(!jm(d))throw new jt("NOT_A_NUMBER");var s;if(d===null)s=r(n)||"";else{s="",d.charAt(0)===xu&&(s+=d);var c=n.indexOf(zs),h;c>=0?h=c+zs.length:h=0;var f=n.indexOf($a);s+=n.substring(h,f)}var m=s.indexOf(Wm);if(m>0&&(s=s.substring(0,m)),s!=="")return s}var Hm=250,Km=new RegExp("["+Sa+St+"]"),Ym=new RegExp("[^"+St+"#]+$");function Zm(n,i,r){if(i=i||{},r=new je(r),i.defaultCountry&&!r.hasCountry(i.defaultCountry))throw i.v2?new jt("INVALID_COUNTRY"):new Error("Unknown country: ".concat(i.defaultCountry));var d=Jm(n,i.v2,i.extract),s=d.number,c=d.ext,h=d.error;if(!s){if(i.v2)throw h==="TOO_SHORT"?new jt("TOO_SHORT"):new jt("NOT_A_NUMBER");return{}}var f=e8(s,i.defaultCountry,i.defaultCallingCode,r),m=f.country,g=f.nationalNumber,y=f.countryCallingCode,_=f.countryCallingCodeSource,N=f.carrierCode;if(!r.hasSelectedNumberingPlan()){if(i.v2)throw new jt("INVALID_COUNTRY");return{}}if(!g||g.length<Ea){if(i.v2)throw new jt("TOO_SHORT");return{}}if(g.length>v9){if(i.v2)throw new jt("TOO_LONG");return{}}if(i.v2){var k=new wm(y,g,r.metadata);return m&&(k.country=m),N&&(k.carrierCode=N),c&&(k.ext=c),k.__countryCallingCodeSource=_,k}var B=(i.extended?r.hasSelectedNumberingPlan():m)?Yt(g,r.nationalNumberPattern()):!1;return i.extended?{country:m,countryCallingCode:y,carrierCode:N,valid:B,possible:B?!0:!!(i.extended===!0&&r.possibleLengths()&&wu(g,r)),phone:g,ext:c}:B?Qm(m,g,c):{}}function Xm(n,i,r){if(n){if(n.length>Hm){if(r)throw new jt("TOO_LONG");return}if(i===!1)return n;var d=n.search(Km);if(!(d<0))return n.slice(d).replace(Ym,"")}}function Jm(n,i,r){var d=qm(n,{extractFormattedPhoneNumber:function(c){return Xm(c,r,i)}});if(!d)return{};if(!W9(d))return G9(d)?{error:"TOO_SHORT"}:{};var s=j9(d);return s.ext?s:{number:d}}function Qm(n,i,r){var d={country:n,phone:i};return r&&(d.ext=r),d}function e8(n,i,r,d){var s=km(Is(n),i,r,d.metadata),c=s.countryCallingCodeSource,h=s.countryCallingCode,f=s.number,m;if(h)d.selectNumberingPlan(h);else if(f&&(i||r))d.selectNumberingPlan(i,r),i&&(m=i),h=r||Oa(i,d.metadata);else return{};if(!f)return{countryCallingCodeSource:c,countryCallingCode:h};var g=pa(Is(f),d),y=g.nationalNumber,_=g.carrierCode,N=Tm(h,{nationalNumber:y,defaultCountry:i,metadata:d});return N&&(m=N,N==="001"||d.country(m)),{country:m,countryCallingCode:h,countryCallingCodeSource:c,nationalNumber:y,carrierCode:_}}function Ws(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function Gs(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?Ws(Object(r),!0).forEach(function(d){t8(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):Ws(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function t8(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}function n8(n,i,r){return Zm(n,Gs(Gs({},i),{},{v2:!0}),r)}function js(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function r8(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?js(Object(r),!0).forEach(function(d){i8(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):js(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function i8(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}function o8(n,i){return s8(n)||l8(n,i)||d8(n,i)||a8()}function a8(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
34
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function d8(n,i){if(n){if(typeof n=="string")return qs(n,i);var r=Object.prototype.toString.call(n).slice(8,-1);if(r==="Object"&&n.constructor&&(r=n.constructor.name),r==="Map"||r==="Set")return Array.from(n);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return qs(n,i)}}function qs(n,i){(i==null||i>n.length)&&(i=n.length);for(var r=0,d=new Array(i);r<i;r++)d[r]=n[r];return d}function l8(n,i){var r=n==null?null:typeof Symbol<"u"&&n[Symbol.iterator]||n["@@iterator"];if(r!=null){var d=[],s=!0,c=!1,h,f;try{for(r=r.call(n);!(s=(h=r.next()).done)&&(d.push(h.value),!(i&&d.length===i));s=!0);}catch(m){c=!0,f=m}finally{try{!s&&r.return!=null&&r.return()}finally{if(c)throw f}}return d}}function s8(n){if(Array.isArray(n))return n}function u8(n){var i=Array.prototype.slice.call(n),r=o8(i,4),d=r[0],s=r[1],c=r[2],h=r[3],f,m,g;if(typeof d=="string")f=d;else throw new TypeError("A text for parsing must be a string.");if(!s||typeof s=="string")h?(m=c,g=h):(m=void 0,g=c),s&&(m=r8({defaultCountry:s},m));else if(yi(s))c?(m=s,g=c):g=s;else throw new Error("Invalid second argument: ".concat(s));return{text:f,options:m,metadata:g}}function Hs(n,i){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var d=Object.getOwnPropertySymbols(n);i&&(d=d.filter(function(s){return Object.getOwnPropertyDescriptor(n,s).enumerable})),r.push.apply(r,d)}return r}function Ks(n){for(var i=1;i<arguments.length;i++){var r=arguments[i]!=null?arguments[i]:{};i%2?Hs(Object(r),!0).forEach(function(d){c8(n,d,r[d])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):Hs(Object(r)).forEach(function(d){Object.defineProperty(n,d,Object.getOwnPropertyDescriptor(r,d))})}return n}function c8(n,i,r){return i in n?Object.defineProperty(n,i,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[i]=r,n}function f8(n,i,r){i&&i.defaultCountry&&!R9(i.defaultCountry,r)&&(i=Ks(Ks({},i),{},{defaultCountry:void 0}));try{return n8(n,i,r)}catch(d){if(!(d instanceof jt))throw d}}function p8(){var n=u8(arguments),i=n.text,r=n.options,d=n.metadata;return f8(i,r,d)}function ta(){return c9(p8,arguments)}const h8={beforeMount(n,i,r){if(typeof i.value!="function"){const d=r.context.name;let s=`[Vue-click-outside:] provided expression ${i.expression} is not a function, but has to be`;d&&(s+=`Found in component ${d}`),console.warn(s)}n.clickOutsideEvent=function(d){const s=d.composedPath?d.composedPath():d.path;n===d.target||n.contains(d.target)||s.includes(n)||i.value(d,n)},document.body.addEventListener("click",n.clickOutsideEvent)},unmounted(n){document.body.removeEventListener("click",n.clickOutsideEvent)}},$8=["aria-expanded","tabindex"],g8={class:"vti__selection"},m8={key:1,class:"vti__country-code"},v8={class:"vti__dropdown-arrow"},y8={key:0,class:"vti__search_box_container"},b8=["placeholder"],w8=["onClick","onMousemove","aria-selected"],x8={key:1},C8=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"],_8=a.defineComponent({name:"VueTelInput",directives:{clickOutside:h8},__name:"vue-tel-input",props:a.mergeModels({allCountries:{type:Array,default:()=>Ge("allCountries")},autoFormat:{type:Boolean,default:()=>Ge("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>Ge("customValidate")},defaultCountry:{type:[String,Number],default:()=>Ge("defaultCountry")},disabled:{type:Boolean,default:()=>Ge("disabled")},autoDefaultCountry:{type:Boolean,default:()=>Ge("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>Ge("dropdownOptions")},ignoredCountries:{type:Array,default:()=>Ge("ignoredCountries")},inputOptions:{type:Object,default:()=>Ge("inputOptions")},invalidMsg:{type:String,default:()=>Ge("invalidMsg")},mode:{type:String,default:()=>Ge("mode")},onlyCountries:{type:Array,default:()=>Ge("onlyCountries")},preferredCountries:{type:Array,default:()=>Ge("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>Ge("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>Ge("styleClasses")}},{modelValue:{type:String},modelModifiers:{}}),emits:a.mergeModels(["blur","close","country-changed","enter","focus","on-input","open","space","validate"],["update:modelValue"]),setup(n,{expose:i,emit:r}){const d=a.shallowRef(),s=a.shallowRef(),c=a.shallowRef(),h=r,f=n,m=a.useModel(n,"modelValue");a.watch(m,(I,T)=>{H()?g.phone=I??"":a.nextTick(()=>{g.phone=T??"",de()})});const g=a.reactive({phone:"",activeCountryCode:void 0,open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:void 0,dropdownOpenDirection:"below",parsedPlaceholder:f.inputOptions.placeholder,searchQuery:""});a.watch(()=>g.open,I=>{I?(Ie(),h("open")):h("close")});const y=a.computed(()=>f.onlyCountries.length?f.allCountries.filter(({iso2:I})=>f.onlyCountries.some(T=>$r(T)===I)):f.ignoredCountries.length?f.allCountries.filter(({iso2:I})=>!f.ignoredCountries.includes($r(I))&&!f.ignoredCountries.includes(hr(I))):f.allCountries),_=a.computed(()=>K(g.activeCountryCode));a.watch(_,(I,T)=>{if(!I&&T!=null&&T.iso2){g.activeCountryCode=T.iso2;return}I!=null&&I.iso2&&h("country-changed",I)});const N=a.computed(()=>{var I;const T=hr(f.mode);return T==="auto"?(I=g.phone)!=null&&I.startsWith("+")?"international":"national":["national","international","e.164","rfc3966","idd"].includes(T)?T:(console.error('Invalid value of prop "mode"'),"international")}),k=a.computed(()=>{const I=[...V(f.preferredCountries).map(ne=>({...ne,preferred:!0})),...y.value];if(!f.dropdownOptions.showSearchBox)return I;const T=g.searchQuery.toLowerCase().replace(/[~`!@#$%^&*()+={}\[\];:\'\"<>.,\/\\\?-_]/g,"");return I.filter(ne=>new RegExp(T,"i").test(ne.name)||new RegExp(T,"i").test(ne.iso2)||new RegExp(T,"i").test(ne.dialCode))}),B=a.computed(()=>{var I;const T=g.phone.startsWith("+")?ta(g.phone):ta(g.phone,g.activeCountryCode),ne={country:T==null?void 0:T.country,countryCode:T==null?void 0:T.country,formatted:g.phone,valid:T==null?void 0:T.isValid(),possible:(I=T==null?void 0:T.isPossible)==null?void 0:I.call(T),nationalNumber:T==null?void 0:T.nationalNumber};return ne.valid&&(ne.formatted=T==null?void 0:T.format($r(N.value))),T!=null&&T.country&&(f.ignoredCountries.length||f.onlyCountries.length)&&!K(T.country)&&(ne.valid=!1,ne.possible=!1,T.country=null),T?{...ne,...T}:ne});a.watch(()=>B.value.countryCode,I=>{I&&(g.activeCountryCode=I)}),a.watch(()=>B.value.valid,()=>{h("validate",B.value)}),a.watch(()=>B.value.formatted,I=>{!f.autoFormat||f.customValidate||(ue(I),a.nextTick(()=>{I&&!m.value&&(g.phone=I)}))}),a.watch(()=>f.inputOptions.placeholder,M),a.onMounted(()=>{m.value&&(g.phone=m.value.trim()),Q(),L().then(()=>{var I;!g.phone&&(I=f.inputOptions)!=null&&I.showDialCode&&g.activeCountryCode&&(g.phone=`+${g.activeCountryCode}`),h("validate",B.value)}).catch(console.error).then(()=>{g.finishMounted=!0})});function M(){g.parsedPlaceholder=f.inputOptions.placeholder}function L(){return new Promise(I=>{var T;if(((T=g.phone)==null?void 0:T[0])==="+"){I();return}if(f.defaultCountry){if(typeof f.defaultCountry=="string"){W(f.defaultCountry),I();return}if(typeof f.defaultCountry=="number"){const P=Z(f.defaultCountry);if(P){W(P.iso2),I();return}}}const ne=f.preferredCountries[0]||y.value[0];f.autoDefaultCountry?a9().then(P=>{W(P||g.activeCountryCode)}).catch(P=>{console.warn(P),W(ne)}).then(()=>{I()}):(W(ne),I())})}function V(I=[]){return I.map(K).filter(Boolean)}function K(I=""){return y.value.find(T=>T.iso2===$r(I))}function Z(I){return y.value.find(T=>Number(T.dialCode)===I)}function z(I,T){const ne=g.selectedIndex===I,P=I===f.preferredCountries.length-1,F=f.preferredCountries.some(X=>$r(X)===T);return{highlighted:ne,"last-preferred":P,preferred:F}}function W(I){var T,ne,P;let F=I;if(typeof F=="string"&&(F=K(F)),!!F){if(((T=g.phone)==null?void 0:T[0])==="+"&&F.iso2&&B.value.nationalNumber){g.activeCountryCode=F.iso2,g.phone=((ne=ta(B.value.nationalNumber,F.iso2))==null?void 0:ne.formatInternational())??"";return}if((P=f.inputOptions)!=null&&P.showDialCode&&F){g.phone=`+${F.dialCode}`,g.activeCountryCode=F.iso2;return}g.activeCountryCode=F.iso2,ue(g.phone)}}function Q(){const I=g.phone;if(f.validCharactersOnly){const T=g.phone.match(/[()\-+0-9\s]*/g);g.phone=T.join("")}if(f.customValidate&&f.customValidate instanceof RegExp){const T=g.phone.match(f.customValidate);g.phone=T.join("")}I!==g.phone&&ue(g.phone)}function H(){return f.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(g.phone)?!1:f.customValidate?ae():!0}function ae(){return f.customValidate instanceof RegExp?f.customValidate.test(g.phone):!1}function de(){var I;(I=c.value)==null||I.setCustomValidity(B.value.valid?"":f.invalidMsg),ue(g.phone)}function ue(I){m.value=I,h("on-input",I,B.value,c.value)}function ge(I){h("blur",I)}function be(I){d9(c.value,g.phone.length),h("focus",I)}function _e(I){h("enter",I)}function me(I){h("space",I)}function Ae(){var I;(I=c.value)==null||I.focus()}function Ee(){var I;(I=c.value)==null||I.blur()}function we(){f.disabled||f.dropdownOptions.disabled||(g.searchQuery="",g.open=!g.open)}function Te(){g.open=!1}function Je(I){if(I.keyCode===40){I.preventDefault(),g.open=!0,g.selectedIndex===null?g.selectedIndex=0:g.selectedIndex=Math.min(k.value.length-1,g.selectedIndex+1);const T=s.value.children[g.selectedIndex];T.focus(),T.offsetTop+T.clientHeight>s.value.scrollTop+s.value.clientHeight&&(s.value.scrollTop=T.offsetTop-s.value.clientHeight+T.clientHeight)}else if(I.keyCode===38){I.preventDefault(),g.open=!0,g.selectedIndex===null?g.selectedIndex=k.value.length-1:g.selectedIndex=Math.max(0,g.selectedIndex-1);const T=s.value.children[g.selectedIndex];T.focus(),T.offsetTop<s.value.scrollTop&&(s.value.scrollTop=T.offsetTop)}else if(I.keyCode===13)g.selectedIndex!==null&&W(k.value[g.selectedIndex]),g.open=!g.open;else if(g.open){g.typeToFindInput+=I.key,clearTimeout(g.typeToFindTimer),g.typeToFindTimer=setTimeout(()=>{g.typeToFindInput=""},700);const T=k.value.slice(f.preferredCountries.length).findIndex(ne=>hr(ne.name).startsWith(g.typeToFindInput));if(T>=0){g.selectedIndex=f.preferredCountries.length+T;const ne=s.value.children[g.selectedIndex],P=ne.offsetTop<s.value.scrollTop,F=ne.offsetTop+ne.clientHeight>s.value.scrollTop+s.value.clientHeight;(P||F)&&(s.value.scrollTop=ne.offsetTop-s.value.clientHeight/2)}}}function Fe(){g.selectedIndex=k.value.map(I=>I.iso2).indexOf(g.activeCountryCode),g.open=!1}function Ie(){window.innerHeight-d.value.getBoundingClientRect().bottom>200?g.dropdownOpenDirection="below":g.dropdownOpenDirection="above"}return i({focus:Ae,blur:Ee}),(I,T)=>{const ne=a.resolveDirective("click-outside");return a.openBlock(),a.createElementBlock("div",{ref_key:"refRoot",ref:d,class:a.normalizeClass(["vue-tel-input",n.styleClasses,{disabled:n.disabled}])},[a.withDirectives((a.openBlock(),a.createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":g.open,role:"button",class:a.normalizeClass(["vti__dropdown",{open:g.open,disabled:n.dropdownOptions.disabled}]),tabindex:n.dropdownOptions.tabindex,onKeydown:[Je,a.withKeys(we,["space"]),a.withKeys(Fe,["esc"]),a.withKeys(Fe,["tab"])],onClick:we},[a.createElementVNode("span",g8,[n.dropdownOptions.showFlags?(a.openBlock(),a.createElementBlock("span",{key:0,class:a.normalizeClass(["vti__flag",a.unref(hr)(g.activeCountryCode)])},null,2)):a.createCommentVNode("",!0),n.dropdownOptions.showDialCodeInSelection?(a.openBlock(),a.createElementBlock("span",m8," +"+a.toDisplayString(_.value&&_.value.dialCode),1)):a.createCommentVNode("",!0),a.renderSlot(I.$slots,"arrow-icon",{open:g.open},()=>[a.createElementVNode("span",v8,a.toDisplayString(g.open?"▲":"▼"),1)])]),g.open?(a.openBlock(),a.createElementBlock("ul",{key:0,ref_key:"refList",ref:s,class:a.normalizeClass(["vti__dropdown-list",g.dropdownOpenDirection]),role:"listbox"},[n.dropdownOptions.showSearchBox?(a.openBlock(),a.createElementBlock("div",y8,[a.renderSlot(I.$slots,"search-icon"),a.withDirectives(a.createElementVNode("input",{class:a.normalizeClass(["vti__input","vti__search_box"]),"aria-label":"Search by country name or country code",placeholder:n.dropdownOptions.searchBoxPlaceholder||(k.value.length?k.value[0].name:""),type:"text","onUpdate:modelValue":T[0]||(T[0]=P=>g.searchQuery=P),onClick:T[1]||(T[1]=a.withModifiers(()=>{},["stop"]))},null,8,b8),[[a.vModelText,g.searchQuery]])])):a.createCommentVNode("",!0),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(k.value,(P,F)=>(a.openBlock(),a.createElementBlock("li",{role:"option",class:a.normalizeClass(["vti__dropdown-item",z(F,P.iso2)]),key:P.iso2+(P.preferred?"-preferred":""),tabindex:"-1",onClick:X=>W(P),onMousemove:X=>g.selectedIndex=F,"aria-selected":g.activeCountryCode===P.iso2&&!P.preferred},[n.dropdownOptions.showFlags?(a.openBlock(),a.createElementBlock("span",{key:0,class:a.normalizeClass(["vti__flag",a.unref(hr)(P.iso2)])},null,2)):a.createCommentVNode("",!0),a.createElementVNode("strong",null,a.toDisplayString(P.name),1),n.dropdownOptions.showDialCodeInList?(a.openBlock(),a.createElementBlock("span",x8," +"+a.toDisplayString(P.dialCode),1)):a.createCommentVNode("",!0)],42,w8))),128))],2)):a.createCommentVNode("",!0)],42,$8)),[[ne,Te]]),a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":T[2]||(T[2]=P=>g.phone=P),ref_key:"refInput",ref:c,type:n.inputOptions.type,autocomplete:n.inputOptions.autocomplete,autofocus:n.inputOptions.autofocus,class:a.normalizeClass(["vti__input","vti__phone",n.inputOptions.styleClasses]),disabled:n.disabled,id:n.inputOptions.id,maxlength:n.inputOptions.maxlength,name:n.inputOptions.name,placeholder:g.parsedPlaceholder,readonly:n.inputOptions.readonly,required:n.inputOptions.required,tabindex:n.inputOptions.tabindex,value:m.value,"aria-describedby":n.inputOptions["aria-describedby"],onBlur:ge,onFocus:be,onInput:de,onKeyup:[a.withKeys(_e,["enter"]),a.withKeys(me,["space"])]},null,42,C8),[[a.vModelDynamic,g.phone]]),a.renderSlot(I.$slots,"icon-right")],2)}}}),E8={class:"relative w-full"},S8={key:0,id:"listbox-label",class:"block text-sm font-medium text-gray-700"},O8={key:0,class:"text-red-500"},N8={key:1,class:"errors"},B8={class:"mt-2 text-xs text-red-600"},k8=a.defineComponent({__name:"EUITelephone",props:{modelValue:{type:String,default:""},label:{type:String},placeholder:{type:String},readonly:{type:Boolean},disabled:{type:Boolean},name:{type:String,default:""},errors:{type:Object,required:!1},isValid:{type:Boolean,default:!1},tag:{type:String,default:""},tagColor:{type:String,default:"None"},required:{type:Boolean,default:!1}},emits:["update:modelValue","blur","update:isValid"],setup(n,{emit:i}){const r=i,d=n,{isValid:s}=a.toRefs(d),c=a.ref(d.modelValue),h=a.computed({set:B=>{r("update:isValid",B)},get:()=>s.value}),f={showDialCodeInSelection:!1,showFlags:!0,showSearchBox:!0},m=a.ref(!0),g=a.computed(()=>d.modelValue);a.watch(g,B=>{c.value=B});const y=a.computed(()=>({autocomplete:!0,autoFormat:!0,placeholder:d.placeholder,readonly:d.readonly})),_=B=>{m.value||r("update:modelValue","")},N=(B,M)=>{h.value=!!M.valid,r("update:modelValue",M.number)};a.onUpdated(()=>{setTimeout(()=>{m.value=!1},1500)});const k=a.computed(()=>{var B,M,L,V;return Array.isArray(d.errors)?typeof((B=d.errors)==null?void 0:B.at(0))=="object"?(L=(M=d.errors)==null?void 0:M.at(0))==null?void 0:L.$message:d.errors[0]:typeof d.errors=="object"?(V=d.errors)==null?void 0:V[d.name]:d.errors});return(B,M)=>(a.openBlock(),a.createElementBlock("div",E8,[n.label?(a.openBlock(),a.createElementBlock("label",S8,[a.createTextVNode(a.toDisplayString(n.label),1),n.required?(a.openBlock(),a.createElementBlock("span",O8,"*")):a.createCommentVNode("",!0)])):a.createCommentVNode("",!0),a.createVNode(a.unref(_8),{modelValue:c.value,"onUpdate:modelValue":M[0]||(M[0]=L=>c.value=L),modelModifiers:{trim:!0},class:"appearance-none mt-1 block w-full p-0.5 border border-gray-300 shadow-sm placeholder-gray-400 focus:outline-none focus:ring-blue-600 focus:border-blue-600 sm:text-sm text-gray-900",mode:"international","valid-characters-only":"",inputOptions:y.value,dropdownOptions:f,disabled:n.disabled,onOnInput:N,onCountryChanged:_,onBlur:M[1]||(M[1]=L=>B.$emit("blur"))},null,8,["modelValue","inputOptions","disabled"]),k.value?(a.openBlock(),a.createElementBlock("div",N8,[a.createElementVNode("p",B8,a.toDisplayString(k.value),1)])):a.createCommentVNode("",!0),n.tag?(a.openBlock(),a.createElementBlock("div",{key:2,class:a.normalizeClass(["absolute right-2 top-0 text-white rounded px-2 text-xs",[{"bg-gray-400":n.tagColor==="None"},{"bg-green-400":n.tagColor==="Success"},{"bg-red-400":n.tagColor==="Error"}]])},a.toDisplayString(n.tag),3)):a.createCommentVNode("",!0)]))}}),A8={key:0,class:"mb-3 text-sm font-medium text-gray-500 font-inter"},I8={key:0,class:"text-red-500"},P8={class:"flex flex-row flex-wrap gap-3"},T8={class:"ml-2 mt-1"},M8=a.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"],setup(n,{emit:i}){const r=n,{multiple:d,valueKey:s,labelKey:c,errors:h,ignoreStartCase:f}=a.toRefs(r),m=i,g=a.computed({set:B=>{m("update:model-value",B)},get:()=>r.modelValue}),y=B=>{var M;if(Array.isArray(g.value)){const L=(M=g.value)==null?void 0:M.findIndex(V=>(V==null?void 0:V[s.value])===(B==null?void 0:B[s.value]));L!=-1?g.value.splice(L,1):g.value.push(B)}},_=B=>{var M;Array.isArray(g.value)||(((M=g.value)==null?void 0:M[s.value])===(B==null?void 0:B[s.value])?g.value=null:g.value=B)},N=B=>{d.value?y(B):_(B)},k=B=>{var M;return Array.isArray(g.value)?g.value.map(V=>V[s.value]).filter(V=>V).includes(B==null?void 0:B[s.value]):((M=g.value)==null?void 0:M[s.value])===(B==null?void 0:B[s.value])};return a.watch(d,()=>{d.value?Array.isArray(g.value)||(g.value=[g.value]):g.value=g.value?g.value:null},{immediate:!0}),(B,M)=>(a.openBlock(),a.createElementBlock("div",null,[n.label?(a.openBlock(),a.createElementBlock("p",A8,[a.createTextVNode(a.toDisplayString(n.label),1),n.required?(a.openBlock(),a.createElementBlock("span",I8,"*")):a.createCommentVNode("",!0)])):a.createCommentVNode("",!0),a.createElementVNode("div",P8,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.items,(L,V)=>(a.openBlock(),a.createBlock(Ys,{key:`${n.name}-${V}`,type:"button",size:"md",color:"white",class:a.normalizeClass([k(L)?"!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:K=>N(L),disabled:n.disabled},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(a.unref(f)?L[a.unref(c)]||"":a.unref(qt.startCase)(L[a.unref(c)]||"")),1)]),_:2},1032,["class","onClick","disabled"]))),128))]),a.createElementVNode("div",T8,[a.createVNode(Zt,{name:n.name,errors:a.unref(h)},null,8,["name","errors"])])]))}});function R8(n,i){return a.openBlock(),a.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"},[a.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M5 12h14"})])}function L8(n,i){return a.openBlock(),a.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"},[a.createElementVNode("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M12 4.5v15m7.5-7.5h-15"})])}function D8(n,i){return a.openBlock(),a.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true","data-slot":"icon"},[a.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"})])}const V8=["src"],F8={class:"flex-auto rounded-md p-3 ring-1 ring-inset ring-gray-200"},U8={class:"flex justify-between gap-x-4 mb-0.5"},z8={class:"text-xs leading-5 text-gray-500"},W8={class:"font-medium text-gray-900"},G8=["datetime"],j8={class:"text-sm leading-6 text-gray-500"},q8=["open"],H8={class:"text-sm leading-5 text-gray-900 list-none flex items-center justify-start flex-row cursor-pointer"},K8={class:"relative flex size-6 flex-none items-center justify-center bg-white"},Y8={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"},Z8={class:"flex-auto py-0.5 text-xs leading-5 text-gray-500"},X8={class:"font-medium text-gray-900"},J8=["datetime"],Q8=a.defineComponent({__name:"EUITimeLineItem",props:{data:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(n){const i=n,{data:r,type:d,icon:s,showMore:c}=a.toRefs(i);return(h,f)=>(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(a.unref(r),(m,g)=>{var y,_,N,k,B;return a.openBlock(),a.createElementBlock("li",{key:m.id,class:"relative flex gap-x-4 group"},[a.createElementVNode("div",{class:a.normalizeClass([g===a.unref(r).length-1?"h-6":"-bottom-6","absolute left-0 top-0 flex w-6 justify-center"])},[a.createElementVNode("div",{class:a.normalizeClass([a.unref(d)==="icon"?"w-0.5 bg-green-500":"w-px bg-gray-200"])},null,2)],2),a.unref(d)==="image"?(a.openBlock(),a.createElementBlock(a.Fragment,{key:0},[a.createElementVNode("img",{src:(y=m.person)==null?void 0:y.imageUrl,alt:"",class:"relative size-6 flex-none rounded-full bg-gray-50"},null,8,V8),a.createElementVNode("div",F8,[a.createElementVNode("div",U8,[a.createElementVNode("div",z8,[a.createElementVNode("span",W8,a.toDisplayString((_=m.person)==null?void 0:_.name),1)]),a.createElementVNode("time",{datetime:m.dateTime,class:"flex-none text-xs leading-5 text-gray-500"},a.toDisplayString(m.date+" "+m.dateTime),9,G8)]),a.createElementVNode("p",j8,a.toDisplayString(m.comment),1),a.unref(c)?(a.openBlock(),a.createElementBlock("details",{key:0,open:g===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"},[a.createElementVNode("summary",H8,[a.createTextVNode(a.toDisplayString(((N=m.showmore)==null?void 0:N.title)||"More Details")+" ",1),a.createVNode(a.unref(L8),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto group-open:hidden"}),a.createVNode(a.unref(R8),{class:"fill-current opacity-75 size-4 -mr-1 transition-all duration-300 ml-auto hidden group-open:inline-block"})]),a.createElementVNode("div",null,a.toDisplayString((k=m.showmore)==null?void 0:k.content),1)],8,q8)):a.createCommentVNode("",!0)])],64)):(a.openBlock(),a.createElementBlock(a.Fragment,{key:1},[a.createElementVNode("div",K8,[a.unref(d)==="icon"?(a.openBlock(),a.createBlock(a.resolveDynamicComponent(a.unref(s)||a.unref(D8)),{key:0,class:"size-6 text-green-500","aria-hidden":"true"})):(a.openBlock(),a.createElementBlock("div",Y8))]),a.createElementVNode("p",Z8,[a.createElementVNode("span",X8,a.toDisplayString((B=m.person)==null?void 0:B.name),1),a.createTextVNode(" "+a.toDisplayString(m==null?void 0:m.command),1)]),a.createElementVNode("time",{datetime:m.dateTime,class:"flex-none py-0.5 text-xs leading-5 text-gray-500"},a.toDisplayString(m.date+" "+m.dateTime),9,J8)],64))])}),128))}}),e5={role:"list",class:"space-y-6 p-4"},t5=a.defineComponent({__name:"EUITimeLine",props:{items:{type:Array,default:[]},type:{type:String,default:""},icon:{type:[String,Object],default:""},showMore:{type:Boolean,default:!1}},setup(n){const i=n,{items:r,type:d,icon:s,showMore:c}=a.toRefs(i);return(h,f)=>(a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("ul",e5,[a.createVNode(Q8,{data:a.unref(r),type:a.unref(d),"timeline-icon":a.unref(s),"show-more":a.unref(c)},null,8,["data","type","timeline-icon","show-more"])])]))}}),n5={class:"inline-flex items-center gap-x-1 rounded-md bg-gray-50 px-2 py-1 text-sm font-medium text-gray-600 ring-1 ring-inset ring-gray-400/10"},r5=a.defineComponent({__name:"EUITag",props:{closeIcon:{type:Boolean,default:!1},errors:{type:Object,required:!1,default:()=>{}},name:{type:String,required:!1,default:""},modelValue:{type:Boolean,required:!0,default:!1},disabled:{type:Boolean,default:!1}},emits:["remove","update:modelValue"],setup(n,{emit:i}){const r=n,{closeIcon:d}=a.toRefs(r),s=i,c=h=>{s("remove",h),s("update:modelValue",!1)};return(h,f)=>(a.openBlock(),a.createElementBlock("div",n5,[a.renderSlot(h.$slots,"default"),a.unref(d)?(a.openBlock(),a.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:a.withModifiers(c,["stop","prevent"])},f[0]||(f[0]=[a.createElementVNode("span",{class:"sr-only"},"Remove",-1),a.createElementVNode("svg",{viewBox:"0 0 14 14",class:"size-3.5 stroke-gray-400 group-hover:stroke-red-600/75"},[a.createElementVNode("path",{d:"M4 4l6 6m0-6l-6 6"})],-1)]))):a.createCommentVNode("",!0)]))}}),i5={class:"inline-flex items-center cursor-pointer eui-switch"},o5=["disabled"],a5={key:0,class:"ms-3 text-sm font-medium text-gray-900 first-letter:capitalize"},d5=a.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(n,{emit:i}){const r=n,d=i,s=a.ref(r.modelValue);a.watch(s,h=>{d("update:modelValue",h)});const c=h=>{h&&d("toggle",s.value)};return a.watch(r,h=>{s.value=h.modelValue}),(h,f)=>(a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("label",i5,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=m=>s.value=m),type:"checkbox",class:"peer sr-only eui-switch_input",disabled:n.disabled,onChange:f[1]||(f[1]=m=>c(m))},null,40,o5),[[a.vModelCheckbox,s.value]]),f[2]||(f[2]=a.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"},[a.createElementVNode("span",{class:"eui-switch_icons"})],-1)),n.label?(a.openBlock(),a.createElementBlock("span",a5,a.toDisplayString(n.label),1)):a.createCommentVNode("",!0)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),l5=Tt(d5,[["__scopeId","data-v-73e5026d"]]),s5={class:"inline-flex items-center cursor-pointer eui-radio"},u5=["disabled"],c5={key:0,class:"ms-3 text-sm font-medium text-gray-900 first-letter:capitalize"},f5=a.defineComponent({__name:"EUIRadio",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(n,{emit:i}){const r=n,{modelValue:d}=a.toRefs(r),s=i,c=()=>{s("toggle",r.modelValue),s("update:modelValue",r.modelValue)};return(h,f)=>(a.openBlock(),a.createElementBlock("div",null,[a.createElementVNode("label",s5,[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=m=>a.isRef(d)?d.value=m:null),type:"radio",class:"sr-only peer eui-radio_input",disabled:n.disabled,onChange:f[1]||(f[1]=m=>c())},null,40,u5),[[a.vModelRadio,a.unref(d)]]),f[2]||(f[2]=a.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"},[a.createElementVNode("span",{class:"eui-radio_icons"})],-1)),n.label?(a.openBlock(),a.createElementBlock("span",c5,a.toDisplayString(n.label),1)):a.createCommentVNode("",!0)]),a.createVNode(Zt,{errors:n.errors,name:n.name},null,8,["errors","name"])]))}}),p5=Tt(f5,[["__scopeId","data-v-853a4be2"]]);var h5={},$5={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function g5(n,i){return a.openBlock(),a.createElementBlock("div",$5,i[0]||(i[0]=[a.createElementVNode("div",{class:"min-h-16 relative"},[a.createElementVNode("div",{class:"circle-loader"})],-1)]))}const Cu=Tt(h5,[["render",g5],["__scopeId","data-v-b972fce9"]]);var m5={},v5={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function y5(n,i){return a.openBlock(),a.createElementBlock("div",v5,i[0]||(i[0]=[a.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 _u=Tt(m5,[["render",y5]]);var b5={},w5={class:"flex flex-col items-center justify-center gap-4 size-72 mx-auto"};function x5(n,i){return a.openBlock(),a.createElementBlock("div",w5,i[0]||(i[0]=[a.createElementVNode("div",{class:"min-h-16 relative"},[a.createElementVNode("div",{class:"square-loader"})],-1)]))}const Eu=Tt(b5,[["render",x5]]),C5={class:"grid grid-cols-3"},_5=a.defineComponent({__name:"EUILoader",setup(n){return(i,r)=>(a.openBlock(),a.createElementBlock("div",C5,[a.createVNode(Eu),a.createVNode(Cu),a.createVNode(_u)]))}});exports.EUIAccordion=jg;exports.EUIAvatar=mg;exports.EUIButton=Ys;exports.EUICheckbox=wh;exports.EUICircleLoader=Cu;exports.EUICubeLoader=_u;exports.EUIErrorMessage=Zt;exports.EUIInput=ph;exports.EUIInputNormal=mh;exports.EUILoader=_5;exports.EUIModal=Xg;exports.EUIPillSelect=M8;exports.EUIRadio=p5;exports.EUISelect=dg;exports.EUISelectSearch=ug;exports.EUISquareLoader=Eu;exports.EUIStepperHorizontal=$u;exports.EUIStepperTimeline=Dg;exports.EUIStepperVertical=gu;exports.EUITabs=r9;exports.EUITag=r5;exports.EUITelephone=k8;exports.EUITextArea=_h;exports.EUITimeLine=t5;exports.EUIToggle=l5;