@avakhula/ui 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- (function(pe,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],i):(pe=typeof globalThis<"u"?globalThis:pe||self,i(pe.MyLib={},pe.Vue))})(this,function(pe,i){"use strict";const Rh="",_e=(t,n)=>{const e=t.__vccOpts||t;for(const[o,a]of n)e[o]=a;return e},zo={name:"IbIcon",props:{name:{type:String,required:!0},classes:{type:String,default:""},styles:{type:[String,Object],default:""}},mounted(){const t=setInterval(()=>{var n,e;(e=(n=this.$refs.icon)==null?void 0:n.shadowRoot)!=null&&e.querySelector("title")&&(this.$refs.icon.shadowRoot.querySelector("title").innerHTML="",clearInterval(t))},1e3)}},Uo=["name"];function Ko(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("ion-icon",{style:i.normalizeStyle(e.styles),name:e.name,class:i.normalizeClass(e.classes+" ib-icon icon-"+e.name),ref:"icon"},null,14,Uo)}const Le=_e(zo,[["render",Ko]]);function ht(){return"_"+Math.random().toString(36).substr(2,9)}const yi={methods:{enter(t){const n=getComputedStyle(t).width;t.style.width=n,t.style.position="absolute",t.style.visibility="hidden",t.style.height="auto";const e=getComputedStyle(t).height;t.style.width=null,t.style.position=null,t.style.visibility=null,t.style.height=0,getComputedStyle(t).height,requestAnimationFrame(()=>{t.style.height=e})},afterEnter(t){t.style.height="auto"},leave(t){const n=getComputedStyle(t).height;t.style.height=n,getComputedStyle(t).height,requestAnimationFrame(()=>{t.style.height=0})}}},jh="",Go={name:"IbAccordion",mixins:[yi],props:{isOpen:{type:Boolean,default:!1}},watch:{isOpen(t){this.isActive=t}},data(){return{isActive:this.isOpen,uuid:ht()}},methods:{onClick(){this.isActive=!this.isActive,this.isActive?this.$emit("open",this.isActive):this.$emit("close",this.isActive)}},components:{IbIcon:Le}},Yo=["id","aria-controls","aria-expanded"],Wo=["id","aria-labelledby"],Zo={class:"accordion-content-wrapper"};function Jo(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ib-accordion",{active:a.isActive}])},[i.createElementVNode("button",{class:"accordion-title",id:"accordion"+a.uuid,"aria-controls":"accordion-section-"+a.uuid,"aria-expanded":a.isActive,onClick:n[0]||(n[0]=(...s)=>r.onClick&&r.onClick(...s))},[i.renderSlot(t.$slots,"title",{},void 0,!0),i.createVNode(d,{class:"chevron-icon",name:"chevron-down-outline"})],8,Yo),i.createVNode(i.Transition,{name:"expand",onEnter:t.enter,onAfterEnter:t.afterEnter,onLeave:t.leave},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{role:"region",class:"accordion-content",id:"accordion-section-"+a.uuid,"aria-labelledby":"accordion"+a.uuid},[i.createElementVNode("div",Zo,[i.renderSlot(t.$slots,"content",{},void 0,!0)])],8,Wo),[[i.vShow,a.isActive]])]),_:3},8,["onEnter","onAfterEnter","onLeave"])],2)}const Xo=_e(Go,[["render",Jo],["__scopeId","data-v-6f93b010"]]),Rt={primary:"primary",secondary:"secondary",tertiary:"tertiary",ghost:"ghost",danger:"danger",ghostDanger:"ghostDanger"};function Dn(t,n=[]){for(let e in t)e.startsWith("on")&&(n.length===0||n.includes(e))&&delete t[e];return t}const Vh="",Qo={name:"IbButton",props:{kind:{type:String,default:Rt.primary},disabled:{type:Boolean,required:!1,default:!1},preventDefault:{type:Boolean,default:null},confirmMessage:{type:String,default:""},block:{type:Boolean,default:!1},href:{type:String,default:""},linkMethod:{type:String,default:"get"},disableAfterClick:{type:Boolean,default:!1},postOptions:{type:Object,default:()=>({})}},data(){return{isDisabled:this.disabled}},watch:{disabled(t){this.isDisabled=t}},methods:{onMouseenter(t){this.$emit("mouseenter",t)},onMouseleave(t){this.$emit("mouseleave",t)},onClick(t){if((this.preventDefault||this.isDisabled)&&t.preventDefault(),this.confirmMessage.length>0&&!confirm(this.confirmMessage)){t.preventDefault();return}!this.isDisabled&&this.href.length&&!this.preventDefault&&this.linkMethod.toUpperCase()!=="GET"&&(t.preventDefault(),this.$refs.form.submit()),this.isDisabled||this.$emit("click",t),this.disableAfterClick&&!this.disabled&&(this.isDisabled=!0)}},computed:{classes(){const t=["ib-button"];return t.push(`ib-btn-${this.kind}`),this.isDisabled&&t.push("ib-btn-disabled"),this.block&&t.push("ib-btn-block"),this.href.length&&t.push("ib-btn-link"),this.hasIcon&&t.push("ib-btn-has-icon"),t},attrs(){const t=Dn({...this.$attrs},["onClick"]);return t.class=[...this.classes,t.class],t.disabled=this.isDisabled,this.href.length&&(t.href=this.href),t},hasIcon(){return!!this.$slots.icon},formMethod(){return this.linkMethod==="GET"?"GET":"POST"},token(){var t;return(t=document.head.querySelector('meta[name="csrf-token"]'))==null?void 0:t.content}},inheritAttrs:!1},ea=["method","action"],ta=["value"],na=["value"],ra=["name","value"];function ia(t,n,e,o,a,r){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.href.length?"a":"button"),i.mergeProps({onClick:n[0]||(n[0]=d=>r.onClick(d)),onMouseenter:r.onMouseenter,onMouseleave:r.onMouseleave},r.attrs),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"icon"),i.renderSlot(t.$slots,"default"),e.href.length&&e.linkMethod.toUpperCase()!=="GET"?i.withDirectives((i.openBlock(),i.createElementBlock("form",{key:0,ref:"form",method:r.formMethod,action:e.href},[i.createElementVNode("input",{type:"hidden",name:"_method",value:e.linkMethod},null,8,ta),i.createElementVNode("input",{type:"hidden",name:"_token",value:r.token},null,8,na),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(Object.keys(e.postOptions),(d,s)=>(i.openBlock(),i.createElementBlock("input",{key:s,type:"hidden",name:d,value:e.postOptions[d]},null,8,ra))),128))],8,ea)),[[i.vShow,!1]]):i.createCommentVNode("",!0)]),_:3},16,["onMouseenter","onMouseleave"])}const vi=_e(Qo,[["render",ia]]),hr={topLeft:"top-left",topCenter:"top-center",topRight:"top-right",rightTop:"right-top",rightCenter:"right-center",rightBottom:"right-bottom",bottomLeft:"bottom-left",bottomCenter:"bottom-center",bottomRight:"bottom-right",leftTop:"left-top",leftCenter:"left-center",leftBottom:"left-bottom"},qh="",oa={name:"IbPopover",props:{position:{type:String,default:hr.topCenter},alwaysVisible:{type:Boolean,default:!1}},data(){return{parentNode:null,isVisible:!!this.alwaysVisible}},mounted(){this.$nextTick(()=>{this.parentNode=this.$el.parentNode,this.parentNode&&(getComputedStyle(this.parentNode).position!=="absolute"&&(this.parentNode.style.position="relative"),this.alwaysVisible||(this.parentNode.addEventListener("focus",this.showPopover,!0),this.parentNode.addEventListener("blur",this.hidePopover,!0),this.parentNode.addEventListener("mouseover",this.showPopover,!0),this.parentNode.addEventListener("mouseleave",this.hidePopover,!0)))})},methods:{showPopover(){this.isVisible=!0},hidePopover(){this.isVisible=!1}},computed:{classes(){const t=["ib-popover"];return t.push(`ib-${this.position}`),this.isVisible&&t.push("active"),t}},beforeUnmount(){!this.alwaysVisible&&this.parentNode&&(this.parentNode.removeEventListener("focus",this.showPopover,!0),this.parentNode.removeEventListener("blur",this.hidePopover,!0),this.parentNode.removeEventListener("mouseover",this.showPopover,!0),this.parentNode.removeEventListener("mouseleave",this.hidePopover,!0))}};function aa(t,n,e,o,a,r){return i.openBlock(),i.createBlock(i.Transition,null,{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{class:i.normalizeClass(r.classes)},[i.renderSlot(t.$slots,"default",{},void 0,!0)],2),[[i.vShow,a.isVisible]])]),_:3})}const bi=_e(oa,[["render",aa],["__scopeId","data-v-4e7c6f62"]]),Fh="",la={name:"IbTooltip",props:{position:{type:String},title:{type:String},text:{type:String},alwaysVisible:{type:Boolean,default:!1}},computed:{classList(){const t=["ib-tooltip"];return this.title&&t.push("ib-tooltip-large"),t}},components:{IbPopover:bi}},sa={key:0};function da(t,n,e,o,a,r){const d=i.resolveComponent("ib-popover");return i.openBlock(),i.createBlock(d,{position:e.position,"always-visible":e.alwaysVisible,class:i.normalizeClass(r.classList)},{default:i.withCtx(()=>[e.title?(i.openBlock(),i.createElementBlock("b",sa,i.toDisplayString(e.title),1)):i.createCommentVNode("",!0),i.createElementVNode("p",null,i.toDisplayString(e.text),1)]),_:1},8,["position","always-visible","class"])}const jt=_e(la,[["render",da],["__scopeId","data-v-b65f4cec"]]),_i={[Rt.primary]:Rt.primary,[Rt.tertiary]:Rt.tertiary,[Rt.ghost]:Rt.ghost,white:"white"},$i={xs:"xs",s:"s",m:"m"},Hh="",ca={name:"IbIconButton",props:{kind:{type:String,default:_i.primary,validator:t=>Object.keys(_i).includes(t)},size:{type:String,default:$i.s,validator:t=>Object.keys($i).includes(t)},rounded:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},href:{type:String,default:""},helpText:{type:String,default:""},disabledFocus:{type:Boolean,default:!1},preventDefault:{type:Boolean,default:!1}},data(){return{tooltipVisible:!1}},methods:{onClick(t){this.$emit("click",t)}},computed:{classes(){const t=["ib-icon-button"];return t.push(`ib-icon-btn-${this.kind}`),t.push(`ib-icon-btn-${this.size}`),this.rounded&&t.push("ib-icon-btn-rounded"),this.disabled&&t.push("ib-icon-btn-disabled"),t},attrs(){const t=Dn({...this.$attrs},["onClick"]);return t.class=[...this.classes,t.class],this.disabledFocus&&(t.tabindex="-1"),t}},components:{IbButton:vi,IbTooltip:jt},inheritAttrs:!1};function ua(t,n,e,o,a,r){const d=i.resolveComponent("ib-tooltip"),s=i.resolveComponent("ib-button");return i.openBlock(),i.createBlock(s,i.mergeProps({onClick:r.onClick},r.attrs,{href:e.href,kind:e.kind,disabled:e.disabled,"prevent-default":e.preventDefault}),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"default"),e.helpText.length?(i.openBlock(),i.createBlock(d,{key:0,text:e.helpText},null,8,["text"])):i.createCommentVNode("",!0)]),_:3},16,["onClick","href","kind","disabled","prevent-default"])}const ut=_e(ca,[["render",ua]]),In={alert:"alert",error:"error",warning:"warning",info:"info",success:"success"},zh="",fa={name:"IbAlert",props:{type:{type:String,default:In.alert,validator:t=>Object.keys(In).includes(t)},showIcon:{type:Boolean,default:!1},showCloseButton:{type:Boolean,default:!1},title:{type:String,default:""}},mounted(){this.checkHeight(),this.$refs.content&&(this.contentObserver=new ResizeObserver(()=>{this.checkHeight()}),this.contentObserver.observe(this.$refs.content)),window.addEventListener("resize",()=>this.checkHeight())},data(){return{contentObserver:null}},methods:{close(){this.$emit("close")},checkHeight(){var e;if(!this.$refs.content)return;const t=getComputedStyle(this.$refs.content),n=(e=this.$refs.content)==null?void 0:e.parentElement.offsetWidth;!n||!t||(parseInt(t.width)<=n&&this.$refs.content.classList.remove("large"),parseInt(t.height)>37&&this.showIcon&&(this.title.length?this.$refs.content.classList.add("large"):this.$refs.content.classList.add("medium")))}},computed:{classes(){const t=["ib-alert"];return t.push(`ib-alert-${this.type}`),this.title.length&&t.push("has-title"),this.showIcon&&t.push("has-icon"),this.showCloseButton&&t.push("has-close-button"),this.$slots.link&&t.push("has-link"),t},iconName(){return this.type===In.info?"information-circle-outline":this.type===In.success?"checkmark-circle-outline":"alert-circle-outline"}},beforeUnmount(){var t;(t=this.contentObserver)==null||t.disconnect(),window.removeEventListener("resize",()=>this.checkHeight())},components:{IbIcon:Le,IbIconButton:ut}},ha={ref:"content",class:"content"},pa={class:"content-head"},ma={key:1,class:"ib-alert-title"},ga={class:"text-content"},ya={class:"link"};function va(t,n,e,o,a,r){var f;const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("div",{role:"alert",class:i.normalizeClass(r.classes)},[i.createElementVNode("div",ha,[i.createElementVNode("span",pa,[e.showIcon?(i.openBlock(),i.createBlock(d,{key:0,class:"ib-alert-icon",name:r.iconName},null,8,["name"])):i.createCommentVNode("",!0),(f=e.title)!=null&&f.length?(i.openBlock(),i.createElementBlock("b",ma,i.toDisplayString(e.title),1)):i.createCommentVNode("",!0)]),i.createElementVNode("span",ga,[i.renderSlot(t.$slots,"default",{},void 0,!0)]),i.createElementVNode("div",ya,[i.renderSlot(t.$slots,"link",{},void 0,!0)])],512),e.showCloseButton?(i.openBlock(),i.createBlock(s,{key:0,class:"close-button",kind:"ghost","prevent-default":!0,onClick:r.close},{default:i.withCtx(()=>[i.createVNode(d,{class:"close-button-icon",name:"close-outline"})]),_:1},8,["onClick"])):i.createCommentVNode("",!0)],2)}const It=_e(fa,[["render",va],["__scopeId","data-v-dec06c47"]]),ba={M:"m",L:"l"},Uh="",_a={name:"IbAvatar",props:{firstName:{type:String,default:""},lastName:{type:String,default:""},src:{type:String,default:""},userAvatar:{type:Boolean,default:!1},size:{type:String,default:ba.M}},computed:{classList(){return["avatar",`avatar-size-${this.size}`]},validateName(){var t,n;return((t=this.firstName)==null?void 0:t.trim().length)!==0&&((n=this.lastName)==null?void 0:n.trim().length)!==0},initials(){return this.firstName[0].toUpperCase()+this.lastName[0].toUpperCase()}},components:{IbIcon:Le}},$a=["src","alt"];function wa(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return e.src&&!e.userAvatar?(i.openBlock(),i.createElementBlock("img",{key:0,class:i.normalizeClass(r.classList),src:e.src,alt:e.firstName+""+e.lastName},null,10,$a)):e.src&&e.userAvatar?(i.openBlock(),i.createElementBlock("div",{key:1,class:i.normalizeClass(["user-avatar",r.classList]),style:i.normalizeStyle({backgroundImage:"url("+e.src+")"})},null,6)):r.validateName?(i.openBlock(),i.createElementBlock("div",{key:3,class:i.normalizeClass([r.classList,"default-avatar"])},i.toDisplayString(r.initials),3)):(i.openBlock(),i.createElementBlock("div",{key:2,class:i.normalizeClass(["empty-avatar",r.classList])},[i.createVNode(d,{name:"camera-outline"})],2))}const ka=_e(_a,[["render",wa],["__scopeId","data-v-8ba12d0f"]]),Kh="",Ca={name:"IbBadge",props:{content:{type:[String,Number],default:""}},computed:{classes(){const t=["ib-badge"];return this.content.toString().length&&t.push("ib-badge-large"),t},normalizeContent(){return this.content>99?"99+":this.content}}};function Oa(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("span",{class:i.normalizeClass(r.classes)},i.toDisplayString(r.normalizeContent),3)}const Ea=_e(Ca,[["render",Oa],["__scopeId","data-v-328df75a"]]),Gh="",Sa={name:"IbButtonGroup"},Ta={class:"ib-button-group"};function Na(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",Ta,[i.renderSlot(t.$slots,"default")])}const xa=_e(Sa,[["render",Na]]),Zt={success:"success",neutral:"neutral",info:"info",error:"error",new:"new",favorite:"favorite",pending:"pending"},Yh="",Aa={props:{status:{type:String,default:Zt.neutral,validator:t=>Object.keys(Zt).includes(t)},showIcon:{type:Boolean,default:!1}},computed:{classes(){const t=["ib-tag-pill"];return t.push(`ib-tag-pill-${this.status}`),t},iconName(){switch(this.status){case Zt.success:return"checkmark-outline";case Zt.neutral:return"time-outline";case Zt.info:return"information-circle-outline";case Zt.error:return"close-outline";default:return""}}},components:{IbIcon:Le}};function Da(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(r.classes)},[e.showIcon&&r.iconName.length?(i.openBlock(),i.createBlock(d,{key:0,name:r.iconName},null,8,["name"])):i.createCommentVNode("",!0),i.createElementVNode("span",null,[i.renderSlot(t.$slots,"default",{},void 0,!0)])],2)}const Ia=_e(Aa,[["render",Da],["__scopeId","data-v-3604890c"]]),Ma={topLeft:"top-left",topCenter:"top-center",topRight:"top-right",rightTop:"right-top",rightCenter:"right-center",rightBottom:"right-bottom",bottomLeft:"bottom-left",bottomCenter:"bottom-center",bottomRight:"bottom-right",leftTop:"left-top",leftCenter:"left-center",leftBottom:"left-bottom"},Wh="",Zh="",Pa={name:"IbTooltip",props:{position:{type:String,default:Ma.topCenter},title:{type:String},isOpen:{type:Boolean,default:!1}},mounted(){this.$nextTick(()=>{this.parentNode=this.$el.parentNode,getComputedStyle(this.parentNode).position!=="absolute"&&(this.parentNode.style.position="relative")})},data(){return{isOpenedState:this.isOpen}},methods:{open(){this.isOpenedState=!0,this.$emit("open")},close(){this.isOpenedState=!1,this.$emit("close")}},computed:{classes(){const t=["ib-toggle-tip"];return t.push(`ib-${this.position}`),t}},watch:{isOpen(t){t?this.open():this.close()}},components:{IbIconButton:ut,IbIcon:Le}},Ba={class:"ib-toggle-tip-head"},La={class:"ib-toggle-tip-content"},Ra={class:"ib-toggle-tip-button-set"};function ja(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createBlock(i.Transition,null,{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{class:i.normalizeClass(r.classes)},[i.createElementVNode("div",Ba,[i.createElementVNode("p",null,i.toDisplayString(e.title),1),i.createVNode(s,{class:"close-button",kind:"ghost",onClick:i.withModifiers(r.close,["prevent"])},{default:i.withCtx(()=>[i.createVNode(d,{name:"close-outline"})]),_:1},8,["onClick"])]),i.createElementVNode("div",La,[i.renderSlot(t.$slots,"default",{},void 0,!0)]),i.createElementVNode("div",Ra,[i.renderSlot(t.$slots,"buttons",{},void 0,!0)])],2),[[i.vShow,a.isOpenedState]])]),_:3})}const wi=_e(Pa,[["render",ja],["__scopeId","data-v-9e7c679e"]]),pr=27,ki=32,Va=13,Ci=9,qa=38,Fa=37,Ha=39,Oi=40,za="click",{performance:Mn}=window,Ua=typeof(Mn==null?void 0:Mn.now)=="function"&&Date.now()>document.createEvent("Event").timeStamp?()=>Mn.now():()=>Date.now(),an=new Map;let ln=!1;const Ei=t=>{an.forEach(({bindTimeStamp:n,callback:e},o)=>{if(!(o.contains(t.target)||t.timeStamp<=n))try{e(t)}catch(a){console.error(a)}})},Ka=()=>{ln||(document.addEventListener("click",Ei,{capture:!0}),ln=!0)},Ga=()=>{ln&&(document.removeEventListener("click",Ei),ln=!1)},Pn={created:(t,{value:n,arg:e="click"})=>{if(typeof n!="function")throw new Error(`[OutsideDirective] Value must be a function; got ${typeof n}!`);if(e!=="click")throw new Error(`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`);an.has(t)||(ln||Ka(),an.set(t,{bindTimeStamp:Ua(),callback:n}))},beforeUnmount:t=>{an.delete(t),an.size===0&&Ga()}},sn={left:"left",right:"right",center:"center"},Bn={top:"top",bottom:"bottom"},Qh="",e1="",Ya={name:"IbDropdown",directives:{Outside:Pn},props:{vertical:{type:String,default:Bn.bottom},horizontal:{type:String,default:sn.left},triggerClass:{default:""},isOpened:{type:Boolean,default:!1},showCloseIcon:{type:Boolean,default:!1},closeOnClick:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},triggerType:{type:String,default:za},destroyOnHide:{type:Boolean,default:!1}},watch:{isOpened(t){t?this.open():this.close()}},mounted(){this.$globalEvents.$on("dropdown:open",t=>{this.$el.contains(t.$el)||this.close()}),document.addEventListener("focus",this.closeOnEventOutside,!0),document.addEventListener("keyup",this.onKeyupDocument)},data(){return{isOpenedState:this.isOpened,timeout:null}},methods:{onKeydown(t){(t.keyCode===Va||t.keyCode===ki)&&(t.preventDefault(),this.toggle()),t.keyCode===Oi&&(t.preventDefault(),this.open())},onKeyupDocument(t){t.keyCode===pr&&(t.preventDefault(),this.close())},toggle(){this.isOpenedState?this.close():this.open()},open(){this.disabled||(this.isOpenedState=!0,this.$emit("open"),this.$globalEvents.$emit("dropdown:open",this))},close(){if(this.isOpenedState){if(this.disabled)return;this.isOpenedState=!1,this.$emit("close")}},debouncedOpen(){this.timeout=setTimeout(()=>{this.open()},300)},debouncedClose(){this.close(),clearTimeout(this.timeout)},closeOnClickIfRequired(){this.closeOnClick&&this.close()},closeOnEventOutside(t){this.$el.contains(t.target)||this.close()}},computed:{classes(){const t=this.vertical===Bn.bottom?" dropdown-bottom":" dropdown-top",n=this.horizontal===sn.left?" dropdown-left":this.horizontal===sn.right?" dropdown-right":" dropdown-center",e=this.isOpenedState?" active":"";return t+n+e},triggerClasses(){let t=this.isOpenedState?"active":"";return this.disabled&&(t+=" dropdown-trigger-disabled"),this.triggerClass+t},hasTrigger(){return!!this.$slots.trigger}},beforeUnmount(){document.removeEventListener("focus",this.closeOnEventOutside,!0),document.removeEventListener("keypress",this.onKeydownDocument)}},Wa={class:"ib-dropdown"},Za={class:"footer-slot"};function Ja(t,n,e,o,a,r){const d=i.resolveDirective("outside");return i.withDirectives((i.openBlock(),i.createElementBlock("div",Wa,[r.hasTrigger&&e.triggerType==="click"?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["dropdown-trigger",r.triggerClasses]),ref:"dropdown",onKeydown:n[0]||(n[0]=(...s)=>r.onKeydown&&r.onKeydown(...s)),onClick:n[1]||(n[1]=i.withModifiers((...s)=>r.toggle&&r.toggle(...s),["prevent","stop"]))},[i.renderSlot(t.$slots,"trigger",{isOpened:a.isOpenedState},void 0,!0)],34)):i.createCommentVNode("",!0),r.hasTrigger&&e.triggerType==="hover"?(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass(["dropdown-trigger",r.triggerClasses]),onMouseenter:n[2]||(n[2]=(...s)=>r.debouncedOpen&&r.debouncedOpen(...s)),onMouseleave:n[3]||(n[3]=(...s)=>r.debouncedClose&&r.debouncedClose(...s))},[i.renderSlot(t.$slots,"trigger",{isOpened:a.isOpenedState},void 0,!0)],34)):i.createCommentVNode("",!0),!e.destroyOnHide||a.isOpenedState?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:2,ref:"body",class:i.normalizeClass("ib-dropdown-menu "+r.classes)},[i.createElementVNode("div",{class:"dropdown-body",onClick:n[5]||(n[5]=(...s)=>r.closeOnClickIfRequired&&r.closeOnClickIfRequired(...s))},[i.renderSlot(t.$slots,"body",{isOpenedState:a.isOpenedState},void 0,!0),e.showCloseIcon?(i.openBlock(),i.createElementBlock("span",{key:0,class:"close",onClick:n[4]||(n[4]=(...s)=>r.close&&r.close(...s))},[i.renderSlot(t.$slots,"close",{},void 0,!0)])):i.createCommentVNode("",!0)]),i.createElementVNode("div",Za,[i.renderSlot(t.$slots,"footer",{},void 0,!0)])],2)),[[i.vShow,a.isOpenedState]]):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"before",onClick:n[6]||(n[6]=(...s)=>r.close&&r.close(...s))},[i.renderSlot(t.$slots,"before",{},void 0,!0)])])),[[d,r.close]])}const Ln=_e(Ya,[["render",Ja],["__scopeId","data-v-dfb4a39a"]]),t1="",Xa={name:"IbList",data(){return{rootClass:"ib-list"}},methods:{onKeydown(t){var n,e,o,a,r;if(t.keyCode===Oi){if(this.$el.parentNode.closest(`.${this.rootClass}`))return;t.preventDefault();const d=document.activeElement,s=d.querySelector(`.${this.rootClass}`);let f=d.nextElementSibling?d.nextElementSibling:(n=d.parentNode.nextElementSibling)==null?void 0:n.childNodes[0];if(s&&window.getComputedStyle(s).display!=="none"){s.querySelector('a, button, input, [tabindex="0"]').focus();return}if(f){f.focus();return}const h=(o=(e=d.closest(`.${this.rootClass}`).parentNode)==null?void 0:e.parentNode)==null?void 0:o.nextElementSibling.childNodes[0];h&&h.nodeName!=="#text"&&h.focus()}if(t.keyCode===qa){if(this.$el.parentNode.closest(`.${this.rootClass}`))return;t.preventDefault();const d=document.activeElement,s=d.previousElementSibling?d.previousElementSibling:(a=d.parentNode.previousElementSibling)==null?void 0:a.childNodes[0];if(!s){d.closest(`.${this.rootClass}`).parentNode.focus();return}if(s&&s.nodeName!=="#text"){const f=s==null?void 0:s.querySelector(`.${this.rootClass}`);if(f&&window.getComputedStyle(f).display!=="none"){const h=Array.from(f.childNodes).filter(p=>p.nodeName!=="#text");(r=h[h.length-1])==null||r.childNodes[0].focus();return}s.focus()}}}}};function Qa(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("ul",{class:i.normalizeClass(a.rootClass),onKeydown:n[0]||(n[0]=(...d)=>r.onKeydown&&r.onKeydown(...d))},[i.renderSlot(t.$slots,"default")],34)}const mr=_e(Xa,[["render",Qa]]),n1="",el={props:{vertical:{type:String,default:Bn.bottom},horizontal:{type:String,default:sn.left},isOpened:{type:Boolean,default:!1},closeOnClick:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{proxyEvents(t){this.$emit(t.event,...t.args)}},data(){return{list:this.$refs.list}},computed:{hasTrigger(){return!!this.$slots.trigger}},components:{IbDropdown:Ln,IbList:mr}},tl={class:"dropdown-list-wrapper"};function nl(t,n,e,o,a,r){const d=i.resolveComponent("ib-list"),s=i.resolveComponent("ib-dropdown");return i.openBlock(),i.createElementBlock("div",tl,[i.createVNode(s,i.mergeProps({horizontal:e.horizontal,vertical:e.vertical,isOpened:e.isOpened,closeOnClick:e.closeOnClick,disabled:e.disabled},t.$attrs,{ref:"dropdown",onAll:r.proxyEvents}),i.createSlots({body:i.withCtx(({isOpened:f})=>[i.createVNode(d,{ref:"list",class:"list"},{default:i.withCtx(()=>[i.renderSlot(t.$slots,"body",{isOpenedState:f})]),_:2},1536)]),_:2},[r.hasTrigger?{name:"trigger",fn:i.withCtx(({isOpened:f})=>[i.renderSlot(t.$slots,"trigger",{isOpened:f})]),key:"0"}:void 0]),1040,["horizontal","vertical","isOpened","closeOnClick","disabled","onAll"])])}const Rn=_e(el,[["render",nl]]),r1="",rl={props:{checked:{type:Boolean,default:!1},href:{type:String}},computed:{attrs(){const t={class:"ib-dropdown-item"};return this.href&&(t.href=this.href),t}}},il={class:"dropdown-item-wrapper"};function ol(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("li",il,[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.href?"a":"div"),i.mergeProps({class:e.checked?"active":""},r.attrs,{tabindex:"0"}),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"default",{ref:"slot"})]),_:3},16,["class"]))])}const gr=_e(rl,[["render",ol]]),al={common:"common",danger:"danger"},i1="",ll={name:"IbSplitButton",props:{id:{type:String,default:()=>ht()},kind:{type:String,default:al.common},disabled:{type:Boolean,default:!1},saveSelected:{type:Boolean,default:!1}},mounted(){var t;if(this.childList=Array.from(this.$refs.list.children),(t=this.childList)==null||t.forEach((n,e)=>{n.addEventListener("click",()=>{this.childList[this.activeElemIdx].classList.remove("active"),this.saveSelected&&(this.activeElemIdx=e,localStorage.setItem(`split-button-${this.id}`,e))})}),this.saveSelected){const n=localStorage.getItem(`split-button-${this.id}`);n&&(this.activeElemIdx=n)}this.setActiveItem()},data(){return{activeElemIdx:0,content:"",mainButtonAttrs:{},isLink:!1,childList:[]}},components:{IbIcon:Le,IbDropdownList:Rn},methods:{setActiveItem(){this.mainButtonAttrs=this.$slots.default()[this.activeElemIdx].props,this.mainButtonAttrs&&"href"in this.mainButtonAttrs?this.isLink=!0:this.isLink=!1,this.childList[this.activeElemIdx].classList.add("active"),this.content=this.childList[this.activeElemIdx].textContent},onClickLink(t){if(this.disabled){t.preventDefault();return}}},computed:{classes(){const t=["split-button"];return t.push(`split-button-${this.kind}`),t}},watch:{activeElemIdx(){this.setActiveItem()}}},sl=["disabled"],dl=["disabled"],cl=["disabled"],ul={ref:"list"};function fl(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-dropdown-list");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(r.classes)},[a.isLink?(i.openBlock(),i.createElementBlock("a",i.mergeProps({key:1,class:["split-button-main",{disabled:e.disabled}],disabled:e.disabled},a.mainButtonAttrs,{onClick:n[0]||(n[0]=(...f)=>r.onClickLink&&r.onClickLink(...f))}),i.toDisplayString(a.content),17,dl)):(i.openBlock(),i.createElementBlock("button",i.mergeProps({key:0,disabled:e.disabled,class:"split-button-main"},a.mainButtonAttrs),i.toDisplayString(a.content),17,sl)),i.createVNode(s,{disabled:e.disabled,closeOnClick:!0},{trigger:i.withCtx(()=>[i.createElementVNode("button",{disabled:e.disabled,class:"split-button-menu-trigger"},[i.createVNode(d,{name:"chevron-down-outline"})],8,cl)]),body:i.withCtx(()=>[i.createElementVNode("div",ul,[i.renderSlot(t.$slots,"default")],512)]),_:3},8,["disabled"])],2)}const hl=_e(ll,[["render",fl]]),o1="",pl={props:{href:{type:String,default:""}},computed:{attrs(){const t={};return this.href.length&&(t.href=this.href),t}}};function ml(t,n,e,o,a,r){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.href.length?"a":"button"),i.mergeProps(r.attrs,{class:"ib-dropdown-item"}),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"default",{},void 0,!0)]),_:3},16)}const gl=_e(pl,[["render",ml],["__scopeId","data-v-4cf00feb"]]),Ot={S:"s",M:"m",L:"l",XL:"xl"},a1="",yl={name:"IbModal",directives:{Outside:Pn},emits:{open:null,close:null},props:{active:{type:Boolean,default:!1},classList:{type:String,default:""},stopPropagation:{type:Boolean,default:!1},showCloseButton:{type:Boolean,default:!0},size:{type:String,default:Ot.S}},watch:{active(t){this.isActive=t}},mounted(){var n,e,o,a;const t=(e=(n=this.$refs)==null?void 0:n.modal)==null?void 0:e.querySelectorAll("[tabindex], a, button, input, select, textarea");(o=t[0])==null||o.addEventListener("keydown",r=>{r.keyCode===Ci&&r.shiftKey&&(r.preventDefault(),t[t.length-1].focus())}),(a=t[t.length-1])==null||a.addEventListener("keydown",r=>{r.keyCode===Ci&&!r.shiftKey&&(r.preventDefault(),t[0].focus())}),document.addEventListener("keydown",this.onKeydown),document.addEventListener("blur",this.setFocusOnModal,!0)},data(){return{isActive:this.active}},methods:{showModal(t){t?this.open():this.close()},onTriggerBlur(){var t,n;(n=(t=this.$refs.modal)==null?void 0:t.querySelector("a, button, [tabindex]"))==null||n.focus()},open(){this.isActive=!0,document.body.classList.add("modal-open"),this.$emit("open")},close(){var t,n;this.isActive=!1,(n=(t=this.$refs.trigger)==null?void 0:t.querySelector("a, button, [tabindex]"))==null||n.focus(),document.body.classList.remove("modal-open"),this.$emit("close")},setFocusOnModal(t){var n;!((n=this.$refs.modal)!=null&&n.contains(t.target))&&this.isActive&&this.$refs.modal.querySelector("[tabindex], a, button, input, select, textarea").focus()},clickOutside(t){var n;this.stopPropagation||!((n=this.$refs.trigger)!=null&&n.contains(t.target))&&this.isActive&&this.close()},onKeydown(t){t.keyCode===pr&&!this.stopPropagation&&this.isActive&&this.close()}},computed:{bodyStyles(){const t={};return this.size===Ot.S&&(t.width="380px",t.minHeight="160px",t.maxHeight="680px"),this.size===Ot.M&&(t.width="600px",t.minHeight="260px",t.maxHeight="680px"),this.size===Ot.L&&(t.width="850px",t.minHeight="400px",t.maxHeight="680px"),this.size===Ot.XL&&(t.width="80vw",t.maxWidth="1400px"),t},bodyClassList(){const t=["modal-body"];return this.size===Ot.S&&t.push("modal-body-s"),this.size===Ot.M&&t.push("modal-body-m"),this.size===Ot.L&&t.push("modal-body-l"),this.size===Ot.XL&&t.push("modal-body-xl"),t},hasTrigger(){return!!this.$slots.trigger},hasHeader(){return!!this.$slots.header},hasFooter(){return!!this.$slots.footer}},components:{IbIconButton:ut,IbIcon:Le},beforeUnmount(){this.isActive&&this.close(),document.removeEventListener("keydown",this.onKeydown),document.removeEventListener("blur",this.setFocusOnModal,!0)}},vl={key:1,class:"modal-header"},bl={key:2,class:"modal-footer"};function _l(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button"),f=i.resolveDirective("outside");return i.openBlock(),i.createElementBlock(i.Fragment,null,[r.hasTrigger?(i.openBlock(),i.createElementBlock("div",{key:0,class:"modal-trigger",ref:"trigger",onBlurCapture:n[0]||(n[0]=(...h)=>r.onTriggerBlur&&r.onTriggerBlur(...h)),onClick:n[1]||(n[1]=(...h)=>r.open&&r.open(...h))},[i.renderSlot(t.$slots,"trigger",{},void 0,!0)],544)):i.createCommentVNode("",!0),(i.openBlock(),i.createBlock(i.Teleport,{to:"body"},[i.withDirectives(i.createElementVNode("div",{class:i.normalizeClass(["modal",e.classList]),ref:"modal"},[i.withDirectives((i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(r.bodyClassList),style:i.normalizeStyle(r.bodyStyles)},[e.showCloseButton?(i.openBlock(),i.createBlock(s,{key:0,class:"modal-close-icon",kind:"ghost",onClick:r.close},{default:i.withCtx(()=>[i.createVNode(d,{name:"close-outline"})]),_:1},8,["onClick"])):i.createCommentVNode("",!0),r.hasHeader?(i.openBlock(),i.createElementBlock("p",vl,[i.renderSlot(t.$slots,"header",{showModal:r.showModal},void 0,!0)])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["modal-content",{"without-title":!r.hasHeader}])},[i.renderSlot(t.$slots,"body",{showModal:r.showModal},void 0,!0)],2),r.hasFooter?(i.openBlock(),i.createElementBlock("div",bl,[i.renderSlot(t.$slots,"footer",{showModal:r.showModal},void 0,!0)])):i.createCommentVNode("",!0)],6)),[[f,r.clickOutside]])],2),[[i.vShow,a.isActive]])]))],64)}const $l=_e(yl,[["render",_l],["__scopeId","data-v-d4b1f961"]]);function Si(t){return"#"+t.toLowerCase().replace(/ /g,"-")}const l1="",wl={name:"IbTabDropdown",props:{tabs:{rype:Object,default:{}},selectedTab:{type:String,default:""}},data(){return{selectedTabByDropdown:"",isDisabledDropdown:this.setDisabledTab()}},methods:{createHref(t){return Si(t)},selectTab(t){this.selectedTabByDropdown=t,this.$emit("select-tab",t)},setDisabledTab(){return this.tabs.tabs.every(t=>t.disabled)}},computed:{isActive(){for(let t of this.tabs.tabs)if(t.id===this.selectedTab)return!0;return!1}},components:{IbDropdownList:Rn,IbDropdownItem:gr,IbIcon:Le}},kl={class:"wrapper-tab-link dropdown-tab"},Cl=["tabindex"];function Ol(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-dropdown-item"),f=i.resolveComponent("ib-dropdown-list");return i.openBlock(),i.createElementBlock("div",kl,[i.createVNode(f,{disabled:a.isDisabledDropdown,"close-on-click":!0},{trigger:i.withCtx(()=>[i.createElementVNode("span",{class:i.normalizeClass(["tab-link",{active:a.selectedTabByDropdown===e.selectedTab||r.isActive,disabled:a.isDisabledDropdown}]),tabindex:a.isDisabledDropdown?-1:0},[i.createTextVNode(i.toDisplayString(e.tabs.name)+" ",1),i.createVNode(d,{name:"chevron-down"})],10,Cl)]),body:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.tabs.tabs,(h,p)=>(i.openBlock(),i.createBlock(s,{key:p,checked:h.id===e.selectedTab,href:r.createHref(h.id),tabindex:h.disabled?-1:0,class:i.normalizeClass([{disabled:h.disabled},"dropdown-tab-item"]),target:"_self",onClick:u=>r.selectTab(h.id)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(h.title),1)]),_:2},1032,["checked","href","tabindex","class","onClick"]))),128))]),_:1},8,["disabled"])])}const Ti=_e(wl,[["render",Ol]]),s1="",El={name:"IbTabs",data(){return{tabs:[],selectedTab:""}},created(){const t=[];this.$slots.default().forEach(n=>n.type===Symbol.for("v-fgt")?t.push(...n.children):t.push(n)),t.forEach(n=>{if(!n.props.name)this.tabs.push(n.props);else{const e=this.tabs.findIndex(o=>o.name===n.props.name);if(e!==-1)this.tabs[e].tabs.push(n.props);else{const o={name:n.props.name,tabs:[n.props]};this.tabs.push(o)}}});for(let n of this.tabs)if(!n.disabled)if(n.tabs){for(let e of n.tabs)if(!e.disabled){this.selectTab(e.id);return}}else{this.selectTab(n.id);return}},methods:{createHref(t){return Si(t)},selectTab(t){this.$emit("changeTab",t),this.selectedTab=t}},components:{IbTabDropdown:Ti}},Sl={class:"tabs"},Tl={class:"tabs-list"},Nl={key:0,class:"wrapper-tab-link"},xl=["href","tabindex","onClick"],Al={class:"tabs-content",ref:"tabHandler"};function Dl(t,n,e,o,a,r){const d=i.resolveComponent("ib-tab-dropdown");return i.openBlock(),i.createElementBlock("div",Sl,[i.createElementVNode("ul",Tl,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(a.tabs,(s,f)=>(i.openBlock(),i.createElementBlock("li",{class:"tab-item",key:f},[s.name?(i.openBlock(),i.createBlock(d,{key:1,"selected-tab":a.selectedTab,tabs:s,onSelectTab:r.selectTab},null,8,["selected-tab","tabs","onSelectTab"])):(i.openBlock(),i.createElementBlock("div",Nl,[i.createElementVNode("a",{class:i.normalizeClass(["tab-link",{active:a.selectedTab===s.id,disabled:s.disabled}]),href:r.createHref(s.id),tabindex:s.disabled?-1:0,onClick:h=>r.selectTab(s.id),target:"_self"},i.toDisplayString(s.title),11,xl)]))]))),128))]),i.createElementVNode("div",Al,[i.renderSlot(t.$slots,"default",{},void 0,!0)],512)])}const Il=_e(El,[["render",Dl],["__scopeId","data-v-bc2195e2"]]),Ml={name:"IbTab",props:{title:{type:String,required:!0},id:{type:String,required:!0},disabled:{type:Boolean,default:!1},initialized:{type:Boolean,default:!1},name:{type:String,default:null}},computed:{isTabActive(){return this.$parent.selectedTab===this.id}}};function Pl(t,n,e,o,a,r){return i.withDirectives((i.openBlock(),i.createElementBlock("div",null,[i.renderSlot(t.$slots,"default")],512)),[[i.vShow,r.isTabActive]])}const Bl=_e(Ml,[["render",Pl]]),Ll={LIST_VIEW:"list-sorting",GRID_VIEW:"grid-sorting",TABLE_VIEW:"table-sorting"},Rl={TYPE_ASC:"asc",TYPE_DESC:"desc"};class Ni{constructor(){this.tooltipInstance=null,this.tooltipContainer=null,this.uuid=null}getTooltipInstance(){return this.getTooltipInstance}getTooltipContainer(){return this.tooltipContainer}getId(){return this.uuid}generateUID(){this.uuid="tooltip_"+ht()}createTooltip(n,e,o){var r;if(!((r=e.text)!=null&&r.length))return;this.generateUID();const a=`
1
+ (function(pe,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],i):(pe=typeof globalThis<"u"?globalThis:pe||self,i(pe.MyLib={},pe.Vue))})(this,function(pe,i){"use strict";const Rh="",_e=(t,n)=>{const e=t.__vccOpts||t;for(const[o,a]of n)e[o]=a;return e},zo={name:"IbIcon",props:{name:{type:String,required:!0},classes:{type:String,default:""},styles:{type:[String,Object],default:""}},mounted(){const t=setInterval(()=>{var n,e;(e=(n=this.$refs.icon)==null?void 0:n.shadowRoot)!=null&&e.querySelector("title")&&(this.$refs.icon.shadowRoot.querySelector("title").innerHTML="",clearInterval(t))},1e3)}},Uo=["name"];function Ko(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("ion-icon",{style:i.normalizeStyle(e.styles),name:e.name,class:i.normalizeClass(e.classes+" ib-icon icon-"+e.name),ref:"icon"},null,14,Uo)}const Le=_e(zo,[["render",Ko]]);function ht(){return"_"+Math.random().toString(36).substr(2,9)}const yi={methods:{enter(t){const n=getComputedStyle(t).width;t.style.width=n,t.style.position="absolute",t.style.visibility="hidden",t.style.height="auto";const e=getComputedStyle(t).height;t.style.width=null,t.style.position=null,t.style.visibility=null,t.style.height=0,getComputedStyle(t).height,requestAnimationFrame(()=>{t.style.height=e})},afterEnter(t){t.style.height="auto"},leave(t){const n=getComputedStyle(t).height;t.style.height=n,getComputedStyle(t).height,requestAnimationFrame(()=>{t.style.height=0})}}},jh="",Go={name:"IbAccordion",mixins:[yi],props:{isOpen:{type:Boolean,default:!1}},watch:{isOpen(t){this.isActive=t}},data(){return{isActive:this.isOpen,uuid:ht()}},methods:{onClick(){this.isActive=!this.isActive,this.isActive?this.$emit("open",this.isActive):this.$emit("close",this.isActive)}},components:{IbIcon:Le}},Yo=["id","aria-controls","aria-expanded"],Wo=["id","aria-labelledby"],Zo={class:"accordion-content-wrapper"};function Jo(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ib-accordion",{active:a.isActive}])},[i.createElementVNode("button",{class:"accordion-title",id:"accordion"+a.uuid,"aria-controls":"accordion-section-"+a.uuid,"aria-expanded":a.isActive,onClick:n[0]||(n[0]=(...s)=>r.onClick&&r.onClick(...s))},[i.renderSlot(t.$slots,"title",{},void 0,!0),i.createVNode(d,{class:"chevron-icon",name:"chevron-down-outline"})],8,Yo),i.createVNode(i.Transition,{name:"expand",onEnter:t.enter,onAfterEnter:t.afterEnter,onLeave:t.leave},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{role:"region",class:"accordion-content",id:"accordion-section-"+a.uuid,"aria-labelledby":"accordion"+a.uuid},[i.createElementVNode("div",Zo,[i.renderSlot(t.$slots,"content",{},void 0,!0)])],8,Wo),[[i.vShow,a.isActive]])]),_:3},8,["onEnter","onAfterEnter","onLeave"])],2)}const Xo=_e(Go,[["render",Jo],["__scopeId","data-v-6f93b010"]]),Rt={primary:"primary",secondary:"secondary",tertiary:"tertiary",ghost:"ghost",danger:"danger",ghostDanger:"ghostDanger"};function Dn(t,n=[]){for(let e in t)e.startsWith("on")&&(n.length===0||n.includes(e))&&delete t[e];return t}const Vh="",Qo={name:"IbButton",props:{kind:{type:String,default:Rt.primary},disabled:{type:Boolean,required:!1,default:!1},preventDefault:{type:Boolean,default:null},confirmMessage:{type:String,default:""},block:{type:Boolean,default:!1},href:{type:String,default:""},linkMethod:{type:String,default:"get"},disableAfterClick:{type:Boolean,default:!1},postOptions:{type:Object,default:()=>({})}},data(){return{isDisabled:this.disabled}},watch:{disabled(t){this.isDisabled=t}},methods:{onMouseenter(t){this.$emit("mouseenter",t)},onMouseleave(t){this.$emit("mouseleave",t)},onClick(t){if((this.preventDefault||this.isDisabled)&&t.preventDefault(),this.confirmMessage.length>0&&!confirm(this.confirmMessage)){t.preventDefault();return}!this.isDisabled&&this.href.length&&!this.preventDefault&&this.linkMethod.toUpperCase()!=="GET"&&(t.preventDefault(),this.$refs.form.submit()),this.isDisabled||this.$emit("click",t),this.disableAfterClick&&!this.disabled&&(this.isDisabled=!0)}},computed:{classes(){const t=["ib-button"];return t.push(`ib-btn-${this.kind}`),this.isDisabled&&t.push("ib-btn-disabled"),this.block&&t.push("ib-btn-block"),this.href.length&&t.push("ib-btn-link"),this.hasIcon&&t.push("ib-btn-has-icon"),t},attrs(){const t=Dn({...this.$attrs},["onClick"]);return t.class=[...this.classes,t.class],t.disabled=this.isDisabled,this.href.length&&(t.href=this.href),t},hasIcon(){return!!this.$slots.icon},formMethod(){return this.linkMethod==="GET"?"GET":"POST"},token(){var t;return(t=document.head.querySelector('meta[name="csrf-token"]'))==null?void 0:t.content}},inheritAttrs:!1},ea=["method","action"],ta=["value"],na=["value"],ra=["name","value"];function ia(t,n,e,o,a,r){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.href.length?"a":"button"),i.mergeProps({onClick:n[0]||(n[0]=d=>r.onClick(d)),onMouseenter:r.onMouseenter,onMouseleave:r.onMouseleave},r.attrs),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"icon"),i.renderSlot(t.$slots,"default"),e.href.length&&e.linkMethod.toUpperCase()!=="GET"?i.withDirectives((i.openBlock(),i.createElementBlock("form",{key:0,ref:"form",method:r.formMethod,action:e.href},[i.createElementVNode("input",{type:"hidden",name:"_method",value:e.linkMethod},null,8,ta),i.createElementVNode("input",{type:"hidden",name:"_token",value:r.token},null,8,na),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(Object.keys(e.postOptions),(d,s)=>(i.openBlock(),i.createElementBlock("input",{key:s,type:"hidden",name:d,value:e.postOptions[d]},null,8,ra))),128))],8,ea)),[[i.vShow,!1]]):i.createCommentVNode("",!0)]),_:3},16,["onMouseenter","onMouseleave"])}const vi=_e(Qo,[["render",ia]]),hr={topLeft:"top-left",topCenter:"top-center",topRight:"top-right",rightTop:"right-top",rightCenter:"right-center",rightBottom:"right-bottom",bottomLeft:"bottom-left",bottomCenter:"bottom-center",bottomRight:"bottom-right",leftTop:"left-top",leftCenter:"left-center",leftBottom:"left-bottom"},qh="",oa={name:"IbPopover",props:{position:{type:String,default:hr.topCenter},alwaysVisible:{type:Boolean,default:!1}},data(){return{parentNode:null,isVisible:!!this.alwaysVisible}},mounted(){this.$nextTick(()=>{this.parentNode=this.$el.parentNode,this.parentNode&&(getComputedStyle(this.parentNode).position!=="absolute"&&(this.parentNode.style.position="relative"),this.alwaysVisible||(this.parentNode.addEventListener("focus",this.showPopover,!0),this.parentNode.addEventListener("blur",this.hidePopover,!0),this.parentNode.addEventListener("mouseover",this.showPopover,!0),this.parentNode.addEventListener("mouseleave",this.hidePopover,!0)))})},methods:{showPopover(){this.isVisible=!0},hidePopover(){this.isVisible=!1}},computed:{classes(){const t=["ib-popover"];return t.push(`ib-${this.position}`),this.isVisible&&t.push("active"),t}},beforeUnmount(){!this.alwaysVisible&&this.parentNode&&(this.parentNode.removeEventListener("focus",this.showPopover,!0),this.parentNode.removeEventListener("blur",this.hidePopover,!0),this.parentNode.removeEventListener("mouseover",this.showPopover,!0),this.parentNode.removeEventListener("mouseleave",this.hidePopover,!0))}};function aa(t,n,e,o,a,r){return i.openBlock(),i.createBlock(i.Transition,null,{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{class:i.normalizeClass(r.classes)},[i.renderSlot(t.$slots,"default",{},void 0,!0)],2),[[i.vShow,a.isVisible]])]),_:3})}const bi=_e(oa,[["render",aa],["__scopeId","data-v-4e7c6f62"]]),Fh="",la={name:"IbTooltip",props:{position:{type:String},title:{type:String},text:{type:String},alwaysVisible:{type:Boolean,default:!1}},computed:{classList(){const t=["ib-tooltip"];return this.title&&t.push("ib-tooltip-large"),t}},components:{IbPopover:bi}},sa={key:0};function da(t,n,e,o,a,r){const d=i.resolveComponent("ib-popover");return i.openBlock(),i.createBlock(d,{position:e.position,"always-visible":e.alwaysVisible,class:i.normalizeClass(r.classList)},{default:i.withCtx(()=>[e.title?(i.openBlock(),i.createElementBlock("b",sa,i.toDisplayString(e.title),1)):i.createCommentVNode("",!0),i.createElementVNode("p",null,i.toDisplayString(e.text),1)]),_:1},8,["position","always-visible","class"])}const jt=_e(la,[["render",da],["__scopeId","data-v-b65f4cec"]]),_i={[Rt.primary]:Rt.primary,[Rt.tertiary]:Rt.tertiary,[Rt.ghost]:Rt.ghost,white:"white"},$i={xs:"xs",s:"s",m:"m"},Hh="",ca={name:"IbIconButton",props:{kind:{type:String,default:_i.primary,validator:t=>Object.keys(_i).includes(t)},size:{type:String,default:$i.s,validator:t=>Object.keys($i).includes(t)},rounded:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1},href:{type:String,default:""},helpText:{type:String,default:""},disabledFocus:{type:Boolean,default:!1},preventDefault:{type:Boolean,default:!1}},data(){return{tooltipVisible:!1}},methods:{onClick(t){this.$emit("click",t)}},computed:{classes(){const t=["ib-icon-button"];return t.push(`ib-icon-btn-${this.kind}`),t.push(`ib-icon-btn-${this.size}`),this.rounded&&t.push("ib-icon-btn-rounded"),this.disabled&&t.push("ib-icon-btn-disabled"),t},attrs(){const t=Dn({...this.$attrs},["onClick"]);return t.class=[...this.classes,t.class],this.disabledFocus&&(t.tabindex="-1"),t}},components:{IbButton:vi,IbTooltip:jt},inheritAttrs:!1};function ua(t,n,e,o,a,r){const d=i.resolveComponent("ib-tooltip"),s=i.resolveComponent("ib-button");return i.openBlock(),i.createBlock(s,i.mergeProps({onClick:r.onClick},r.attrs,{href:e.href,kind:e.kind,disabled:e.disabled,"prevent-default":e.preventDefault}),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"default"),e.helpText.length?(i.openBlock(),i.createBlock(d,{key:0,text:e.helpText},null,8,["text"])):i.createCommentVNode("",!0)]),_:3},16,["onClick","href","kind","disabled","prevent-default"])}const ut=_e(ca,[["render",ua]]),In={alert:"alert",error:"error",warning:"warning",info:"info",success:"success"},zh="",fa={name:"IbAlert",props:{type:{type:String,default:In.alert,validator:t=>Object.keys(In).includes(t)},showIcon:{type:Boolean,default:!1},showCloseButton:{type:Boolean,default:!1},title:{type:String,default:""}},mounted(){this.checkHeight(),this.$refs.content&&(this.contentObserver=new ResizeObserver(()=>{this.checkHeight()}),this.contentObserver.observe(this.$refs.content)),window.addEventListener("resize",()=>this.checkHeight())},data(){return{contentObserver:null}},methods:{close(){this.$emit("close")},checkHeight(){var e;if(!this.$refs.content)return;const t=getComputedStyle(this.$refs.content),n=(e=this.$refs.content)==null?void 0:e.parentElement.offsetWidth;!n||!t||(parseInt(t.width)<=n&&this.$refs.content.classList.remove("large"),parseInt(t.height)>37&&this.showIcon&&(this.title.length?this.$refs.content.classList.add("large"):this.$refs.content.classList.add("medium")))}},computed:{classes(){const t=["ib-alert"];return t.push(`ib-alert-${this.type}`),this.title.length&&t.push("has-title"),this.showIcon&&t.push("has-icon"),this.showCloseButton&&t.push("has-close-button"),this.$slots.link&&t.push("has-link"),t},iconName(){return this.type===In.info?"information-circle-outline":this.type===In.success?"checkmark-circle-outline":"alert-circle-outline"}},beforeUnmount(){var t;(t=this.contentObserver)==null||t.disconnect(),window.removeEventListener("resize",()=>this.checkHeight())},components:{IbIcon:Le,IbIconButton:ut}},ha={ref:"content",class:"content"},pa={class:"content-head"},ma={key:1,class:"ib-alert-title"},ga={class:"text-content"},ya={class:"link"};function va(t,n,e,o,a,r){var f;const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("div",{role:"alert",class:i.normalizeClass(r.classes)},[i.createElementVNode("div",ha,[i.createElementVNode("span",pa,[e.showIcon?(i.openBlock(),i.createBlock(d,{key:0,class:"ib-alert-icon",name:r.iconName},null,8,["name"])):i.createCommentVNode("",!0),(f=e.title)!=null&&f.length?(i.openBlock(),i.createElementBlock("b",ma,i.toDisplayString(e.title),1)):i.createCommentVNode("",!0)]),i.createElementVNode("span",ga,[i.renderSlot(t.$slots,"default",{},void 0,!0)]),i.createElementVNode("div",ya,[i.renderSlot(t.$slots,"link",{},void 0,!0)])],512),e.showCloseButton?(i.openBlock(),i.createBlock(s,{key:0,class:"close-button",kind:"ghost","prevent-default":!0,onClick:r.close},{default:i.withCtx(()=>[i.createVNode(d,{class:"close-button-icon",name:"close-outline"})]),_:1},8,["onClick"])):i.createCommentVNode("",!0)],2)}const It=_e(fa,[["render",va],["__scopeId","data-v-dec06c47"]]),ba={M:"m",L:"l"},Uh="",_a={name:"IbAvatar",props:{firstName:{type:String,default:""},lastName:{type:String,default:""},src:{type:String,default:""},userAvatar:{type:Boolean,default:!1},size:{type:String,default:ba.M}},computed:{classList(){return["avatar",`avatar-size-${this.size}`]},validateName(){var t,n;return((t=this.firstName)==null?void 0:t.trim().length)!==0&&((n=this.lastName)==null?void 0:n.trim().length)!==0},initials(){return this.firstName[0].toUpperCase()+this.lastName[0].toUpperCase()}},components:{IbIcon:Le}},$a=["src","alt"];function wa(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return e.src&&!e.userAvatar?(i.openBlock(),i.createElementBlock("img",{key:0,class:i.normalizeClass(r.classList),src:e.src,alt:e.firstName+""+e.lastName},null,10,$a)):e.src&&e.userAvatar?(i.openBlock(),i.createElementBlock("div",{key:1,class:i.normalizeClass(["user-avatar",r.classList]),style:i.normalizeStyle({backgroundImage:"url("+e.src+")"})},null,6)):r.validateName?(i.openBlock(),i.createElementBlock("div",{key:3,class:i.normalizeClass([r.classList,"default-avatar"])},i.toDisplayString(r.initials),3)):(i.openBlock(),i.createElementBlock("div",{key:2,class:i.normalizeClass(["empty-avatar",r.classList])},[i.createVNode(d,{name:"camera-outline"})],2))}const ka=_e(_a,[["render",wa],["__scopeId","data-v-8ba12d0f"]]),Kh="",Ca={name:"IbBadge",props:{content:{type:[String,Number],default:""}},computed:{classes(){const t=["ib-badge"];return this.content.toString().length&&t.push("ib-badge-large"),t},normalizeContent(){return this.content>99?"99+":this.content}}};function Oa(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("span",{class:i.normalizeClass(r.classes)},i.toDisplayString(r.normalizeContent),3)}const Ea=_e(Ca,[["render",Oa],["__scopeId","data-v-328df75a"]]),Gh="",Sa={name:"IbButtonGroup"},Ta={class:"ib-button-group"};function xa(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",Ta,[i.renderSlot(t.$slots,"default")])}const Na=_e(Sa,[["render",xa]]),Zt={success:"success",neutral:"neutral",info:"info",error:"error",new:"new",favorite:"favorite",pending:"pending"},Yh="",Aa={props:{status:{type:String,default:Zt.neutral,validator:t=>Object.keys(Zt).includes(t)},showIcon:{type:Boolean,default:!1}},computed:{classes(){const t=["ib-tag-pill"];return t.push(`ib-tag-pill-${this.status}`),t},iconName(){switch(this.status){case Zt.success:return"checkmark-outline";case Zt.neutral:return"time-outline";case Zt.info:return"information-circle-outline";case Zt.error:return"close-outline";default:return""}}},components:{IbIcon:Le}};function Da(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(r.classes)},[e.showIcon&&r.iconName.length?(i.openBlock(),i.createBlock(d,{key:0,name:r.iconName},null,8,["name"])):i.createCommentVNode("",!0),i.createElementVNode("span",null,[i.renderSlot(t.$slots,"default",{},void 0,!0)])],2)}const Ia=_e(Aa,[["render",Da],["__scopeId","data-v-3604890c"]]),Ma={topLeft:"top-left",topCenter:"top-center",topRight:"top-right",rightTop:"right-top",rightCenter:"right-center",rightBottom:"right-bottom",bottomLeft:"bottom-left",bottomCenter:"bottom-center",bottomRight:"bottom-right",leftTop:"left-top",leftCenter:"left-center",leftBottom:"left-bottom"},Wh="",Zh="",Pa={name:"IbTooltip",props:{position:{type:String,default:Ma.topCenter},title:{type:String},isOpen:{type:Boolean,default:!1}},mounted(){this.$nextTick(()=>{this.parentNode=this.$el.parentNode,getComputedStyle(this.parentNode).position!=="absolute"&&(this.parentNode.style.position="relative")})},data(){return{isOpenedState:this.isOpen}},methods:{open(){this.isOpenedState=!0,this.$emit("open")},close(){this.isOpenedState=!1,this.$emit("close")}},computed:{classes(){const t=["ib-toggle-tip"];return t.push(`ib-${this.position}`),t}},watch:{isOpen(t){t?this.open():this.close()}},components:{IbIconButton:ut,IbIcon:Le}},Ba={class:"ib-toggle-tip-head"},La={class:"ib-toggle-tip-content"},Ra={class:"ib-toggle-tip-button-set"};function ja(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createBlock(i.Transition,null,{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{class:i.normalizeClass(r.classes)},[i.createElementVNode("div",Ba,[i.createElementVNode("p",null,i.toDisplayString(e.title),1),i.createVNode(s,{class:"close-button",kind:"ghost",onClick:i.withModifiers(r.close,["prevent"])},{default:i.withCtx(()=>[i.createVNode(d,{name:"close-outline"})]),_:1},8,["onClick"])]),i.createElementVNode("div",La,[i.renderSlot(t.$slots,"default",{},void 0,!0)]),i.createElementVNode("div",Ra,[i.renderSlot(t.$slots,"buttons",{},void 0,!0)])],2),[[i.vShow,a.isOpenedState]])]),_:3})}const wi=_e(Pa,[["render",ja],["__scopeId","data-v-9e7c679e"]]),pr=27,ki=32,Va=13,Ci=9,qa=38,Fa=37,Ha=39,Oi=40,za="click",{performance:Mn}=window,Ua=typeof(Mn==null?void 0:Mn.now)=="function"&&Date.now()>document.createEvent("Event").timeStamp?()=>Mn.now():()=>Date.now(),an=new Map;let ln=!1;const Ei=t=>{an.forEach(({bindTimeStamp:n,callback:e},o)=>{if(!(o.contains(t.target)||t.timeStamp<=n))try{e(t)}catch(a){console.error(a)}})},Ka=()=>{ln||(document.addEventListener("click",Ei,{capture:!0}),ln=!0)},Ga=()=>{ln&&(document.removeEventListener("click",Ei),ln=!1)},Pn={created:(t,{value:n,arg:e="click"})=>{if(typeof n!="function")throw new Error(`[OutsideDirective] Value must be a function; got ${typeof n}!`);if(e!=="click")throw new Error(`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`);an.has(t)||(ln||Ka(),an.set(t,{bindTimeStamp:Ua(),callback:n}))},beforeUnmount:t=>{an.delete(t),an.size===0&&Ga()}},sn={left:"left",right:"right",center:"center"},Bn={top:"top",bottom:"bottom"},Qh="",e1="",Ya={name:"IbDropdown",directives:{Outside:Pn},props:{vertical:{type:String,default:Bn.bottom},horizontal:{type:String,default:sn.left},triggerClass:{default:""},isOpened:{type:Boolean,default:!1},showCloseIcon:{type:Boolean,default:!1},closeOnClick:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},triggerType:{type:String,default:za},destroyOnHide:{type:Boolean,default:!1}},watch:{isOpened(t){t?this.open():this.close()}},mounted(){this.$globalEvents.$on("dropdown:open",t=>{this.$el.contains(t.$el)||this.close()}),document.addEventListener("focus",this.closeOnEventOutside,!0),document.addEventListener("keyup",this.onKeyupDocument)},data(){return{isOpenedState:this.isOpened,timeout:null}},methods:{onKeydown(t){(t.keyCode===Va||t.keyCode===ki)&&(t.preventDefault(),this.toggle()),t.keyCode===Oi&&(t.preventDefault(),this.open())},onKeyupDocument(t){t.keyCode===pr&&(t.preventDefault(),this.close())},toggle(){this.isOpenedState?this.close():this.open()},open(){this.disabled||(this.isOpenedState=!0,this.$emit("open"),this.$globalEvents.$emit("dropdown:open",this))},close(){if(this.isOpenedState){if(this.disabled)return;this.isOpenedState=!1,this.$emit("close")}},debouncedOpen(){this.timeout=setTimeout(()=>{this.open()},300)},debouncedClose(){this.close(),clearTimeout(this.timeout)},closeOnClickIfRequired(){this.closeOnClick&&this.close()},closeOnEventOutside(t){this.$el.contains(t.target)||this.close()}},computed:{classes(){const t=this.vertical===Bn.bottom?" dropdown-bottom":" dropdown-top",n=this.horizontal===sn.left?" dropdown-left":this.horizontal===sn.right?" dropdown-right":" dropdown-center",e=this.isOpenedState?" active":"";return t+n+e},triggerClasses(){let t=this.isOpenedState?"active":"";return this.disabled&&(t+=" dropdown-trigger-disabled"),this.triggerClass+t},hasTrigger(){return!!this.$slots.trigger}},beforeUnmount(){document.removeEventListener("focus",this.closeOnEventOutside,!0),document.removeEventListener("keypress",this.onKeydownDocument)}},Wa={class:"ib-dropdown"},Za={class:"footer-slot"};function Ja(t,n,e,o,a,r){const d=i.resolveDirective("outside");return i.withDirectives((i.openBlock(),i.createElementBlock("div",Wa,[r.hasTrigger&&e.triggerType==="click"?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["dropdown-trigger",r.triggerClasses]),ref:"dropdown",onKeydown:n[0]||(n[0]=(...s)=>r.onKeydown&&r.onKeydown(...s)),onClick:n[1]||(n[1]=i.withModifiers((...s)=>r.toggle&&r.toggle(...s),["prevent","stop"]))},[i.renderSlot(t.$slots,"trigger",{isOpened:a.isOpenedState},void 0,!0)],34)):i.createCommentVNode("",!0),r.hasTrigger&&e.triggerType==="hover"?(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass(["dropdown-trigger",r.triggerClasses]),onMouseenter:n[2]||(n[2]=(...s)=>r.debouncedOpen&&r.debouncedOpen(...s)),onMouseleave:n[3]||(n[3]=(...s)=>r.debouncedClose&&r.debouncedClose(...s))},[i.renderSlot(t.$slots,"trigger",{isOpened:a.isOpenedState},void 0,!0)],34)):i.createCommentVNode("",!0),!e.destroyOnHide||a.isOpenedState?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:2,ref:"body",class:i.normalizeClass("ib-dropdown-menu "+r.classes)},[i.createElementVNode("div",{class:"dropdown-body",onClick:n[5]||(n[5]=(...s)=>r.closeOnClickIfRequired&&r.closeOnClickIfRequired(...s))},[i.renderSlot(t.$slots,"body",{isOpenedState:a.isOpenedState},void 0,!0),e.showCloseIcon?(i.openBlock(),i.createElementBlock("span",{key:0,class:"close",onClick:n[4]||(n[4]=(...s)=>r.close&&r.close(...s))},[i.renderSlot(t.$slots,"close",{},void 0,!0)])):i.createCommentVNode("",!0)]),i.createElementVNode("div",Za,[i.renderSlot(t.$slots,"footer",{},void 0,!0)])],2)),[[i.vShow,a.isOpenedState]]):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"before",onClick:n[6]||(n[6]=(...s)=>r.close&&r.close(...s))},[i.renderSlot(t.$slots,"before",{},void 0,!0)])])),[[d,r.close]])}const Ln=_e(Ya,[["render",Ja],["__scopeId","data-v-dfb4a39a"]]),t1="",Xa={name:"IbList",data(){return{rootClass:"ib-list"}},methods:{onKeydown(t){var n,e,o,a,r;if(t.keyCode===Oi){if(this.$el.parentNode.closest(`.${this.rootClass}`))return;t.preventDefault();const d=document.activeElement,s=d.querySelector(`.${this.rootClass}`);let f=d.nextElementSibling?d.nextElementSibling:(n=d.parentNode.nextElementSibling)==null?void 0:n.childNodes[0];if(s&&window.getComputedStyle(s).display!=="none"){s.querySelector('a, button, input, [tabindex="0"]').focus();return}if(f){f.focus();return}const h=(o=(e=d.closest(`.${this.rootClass}`).parentNode)==null?void 0:e.parentNode)==null?void 0:o.nextElementSibling.childNodes[0];h&&h.nodeName!=="#text"&&h.focus()}if(t.keyCode===qa){if(this.$el.parentNode.closest(`.${this.rootClass}`))return;t.preventDefault();const d=document.activeElement,s=d.previousElementSibling?d.previousElementSibling:(a=d.parentNode.previousElementSibling)==null?void 0:a.childNodes[0];if(!s){d.closest(`.${this.rootClass}`).parentNode.focus();return}if(s&&s.nodeName!=="#text"){const f=s==null?void 0:s.querySelector(`.${this.rootClass}`);if(f&&window.getComputedStyle(f).display!=="none"){const h=Array.from(f.childNodes).filter(p=>p.nodeName!=="#text");(r=h[h.length-1])==null||r.childNodes[0].focus();return}s.focus()}}}}};function Qa(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("ul",{class:i.normalizeClass(a.rootClass),onKeydown:n[0]||(n[0]=(...d)=>r.onKeydown&&r.onKeydown(...d))},[i.renderSlot(t.$slots,"default")],34)}const mr=_e(Xa,[["render",Qa]]),n1="",el={props:{vertical:{type:String,default:Bn.bottom},horizontal:{type:String,default:sn.left},isOpened:{type:Boolean,default:!1},closeOnClick:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{proxyEvents(t){this.$emit(t.event,...t.args)}},data(){return{list:this.$refs.list}},computed:{hasTrigger(){return!!this.$slots.trigger}},components:{IbDropdown:Ln,IbList:mr}},tl={class:"dropdown-list-wrapper"};function nl(t,n,e,o,a,r){const d=i.resolveComponent("ib-list"),s=i.resolveComponent("ib-dropdown");return i.openBlock(),i.createElementBlock("div",tl,[i.createVNode(s,i.mergeProps({horizontal:e.horizontal,vertical:e.vertical,isOpened:e.isOpened,closeOnClick:e.closeOnClick,disabled:e.disabled},t.$attrs,{ref:"dropdown",onAll:r.proxyEvents}),i.createSlots({body:i.withCtx(({isOpened:f})=>[i.createVNode(d,{ref:"list",class:"list"},{default:i.withCtx(()=>[i.renderSlot(t.$slots,"body",{isOpenedState:f})]),_:2},1536)]),_:2},[r.hasTrigger?{name:"trigger",fn:i.withCtx(({isOpened:f})=>[i.renderSlot(t.$slots,"trigger",{isOpened:f})]),key:"0"}:void 0]),1040,["horizontal","vertical","isOpened","closeOnClick","disabled","onAll"])])}const Rn=_e(el,[["render",nl]]),r1="",rl={props:{checked:{type:Boolean,default:!1},href:{type:String}},computed:{attrs(){const t={class:"ib-dropdown-item"};return this.href&&(t.href=this.href),t}}},il={class:"dropdown-item-wrapper"};function ol(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("li",il,[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.href?"a":"div"),i.mergeProps({class:e.checked?"active":""},r.attrs,{tabindex:"0"}),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"default",{ref:"slot"})]),_:3},16,["class"]))])}const gr=_e(rl,[["render",ol]]),al={common:"common",danger:"danger"},i1="",ll={name:"IbSplitButton",props:{id:{type:String,default:()=>ht()},kind:{type:String,default:al.common},disabled:{type:Boolean,default:!1},saveSelected:{type:Boolean,default:!1}},mounted(){var t;if(this.childList=Array.from(this.$refs.list.children),(t=this.childList)==null||t.forEach((n,e)=>{n.addEventListener("click",()=>{this.childList[this.activeElemIdx].classList.remove("active"),this.saveSelected&&(this.activeElemIdx=e,localStorage.setItem(`split-button-${this.id}`,e))})}),this.saveSelected){const n=localStorage.getItem(`split-button-${this.id}`);n&&(this.activeElemIdx=n)}this.setActiveItem()},data(){return{activeElemIdx:0,content:"",mainButtonAttrs:{},isLink:!1,childList:[]}},components:{IbIcon:Le,IbDropdownList:Rn},methods:{setActiveItem(){this.mainButtonAttrs=this.$slots.default()[this.activeElemIdx].props,this.mainButtonAttrs&&"href"in this.mainButtonAttrs?this.isLink=!0:this.isLink=!1,this.childList[this.activeElemIdx].classList.add("active"),this.content=this.childList[this.activeElemIdx].textContent},onClickLink(t){if(this.disabled){t.preventDefault();return}}},computed:{classes(){const t=["split-button"];return t.push(`split-button-${this.kind}`),t}},watch:{activeElemIdx(){this.setActiveItem()}}},sl=["disabled"],dl=["disabled"],cl=["disabled"],ul={ref:"list"};function fl(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-dropdown-list");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(r.classes)},[a.isLink?(i.openBlock(),i.createElementBlock("a",i.mergeProps({key:1,class:["split-button-main",{disabled:e.disabled}],disabled:e.disabled},a.mainButtonAttrs,{onClick:n[0]||(n[0]=(...f)=>r.onClickLink&&r.onClickLink(...f))}),i.toDisplayString(a.content),17,dl)):(i.openBlock(),i.createElementBlock("button",i.mergeProps({key:0,disabled:e.disabled,class:"split-button-main"},a.mainButtonAttrs),i.toDisplayString(a.content),17,sl)),i.createVNode(s,{disabled:e.disabled,closeOnClick:!0},{trigger:i.withCtx(()=>[i.createElementVNode("button",{disabled:e.disabled,class:"split-button-menu-trigger"},[i.createVNode(d,{name:"chevron-down-outline"})],8,cl)]),body:i.withCtx(()=>[i.createElementVNode("div",ul,[i.renderSlot(t.$slots,"default")],512)]),_:3},8,["disabled"])],2)}const hl=_e(ll,[["render",fl]]),o1="",pl={props:{href:{type:String,default:""}},computed:{attrs(){const t={};return this.href.length&&(t.href=this.href),t}}};function ml(t,n,e,o,a,r){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(e.href.length?"a":"button"),i.mergeProps(r.attrs,{class:"ib-dropdown-item"}),{default:i.withCtx(()=>[i.renderSlot(t.$slots,"default",{},void 0,!0)]),_:3},16)}const gl=_e(pl,[["render",ml],["__scopeId","data-v-4cf00feb"]]),Ot={S:"s",M:"m",L:"l",XL:"xl"},a1="",yl={name:"IbModal",directives:{Outside:Pn},emits:{open:null,close:null},props:{active:{type:Boolean,default:!1},classList:{type:String,default:""},stopPropagation:{type:Boolean,default:!1},showCloseButton:{type:Boolean,default:!0},size:{type:String,default:Ot.S}},watch:{active(t){this.isActive=t}},mounted(){var n,e,o,a;const t=(e=(n=this.$refs)==null?void 0:n.modal)==null?void 0:e.querySelectorAll("[tabindex], a, button, input, select, textarea");(o=t[0])==null||o.addEventListener("keydown",r=>{r.keyCode===Ci&&r.shiftKey&&(r.preventDefault(),t[t.length-1].focus())}),(a=t[t.length-1])==null||a.addEventListener("keydown",r=>{r.keyCode===Ci&&!r.shiftKey&&(r.preventDefault(),t[0].focus())}),document.addEventListener("keydown",this.onKeydown),document.addEventListener("blur",this.setFocusOnModal,!0)},data(){return{isActive:this.active}},methods:{showModal(t){t?this.open():this.close()},onTriggerBlur(){var t,n;(n=(t=this.$refs.modal)==null?void 0:t.querySelector("a, button, [tabindex]"))==null||n.focus()},open(){this.isActive=!0,document.body.classList.add("modal-open"),this.$emit("open")},close(){var t,n;this.isActive=!1,(n=(t=this.$refs.trigger)==null?void 0:t.querySelector("a, button, [tabindex]"))==null||n.focus(),document.body.classList.remove("modal-open"),this.$emit("close")},setFocusOnModal(t){var n;!((n=this.$refs.modal)!=null&&n.contains(t.target))&&this.isActive&&this.$refs.modal.querySelector("[tabindex], a, button, input, select, textarea").focus()},clickOutside(t){var n;this.stopPropagation||!((n=this.$refs.trigger)!=null&&n.contains(t.target))&&this.isActive&&this.close()},onKeydown(t){t.keyCode===pr&&!this.stopPropagation&&this.isActive&&this.close()}},computed:{bodyStyles(){const t={};return this.size===Ot.S&&(t.width="380px",t.minHeight="160px",t.maxHeight="680px"),this.size===Ot.M&&(t.width="600px",t.minHeight="260px",t.maxHeight="680px"),this.size===Ot.L&&(t.width="850px",t.minHeight="400px",t.maxHeight="680px"),this.size===Ot.XL&&(t.width="80vw",t.maxWidth="1400px"),t},bodyClassList(){const t=["modal-body"];return this.size===Ot.S&&t.push("modal-body-s"),this.size===Ot.M&&t.push("modal-body-m"),this.size===Ot.L&&t.push("modal-body-l"),this.size===Ot.XL&&t.push("modal-body-xl"),t},hasTrigger(){return!!this.$slots.trigger},hasHeader(){return!!this.$slots.header},hasFooter(){return!!this.$slots.footer}},components:{IbIconButton:ut,IbIcon:Le},beforeUnmount(){this.isActive&&this.close(),document.removeEventListener("keydown",this.onKeydown),document.removeEventListener("blur",this.setFocusOnModal,!0)}},vl={key:1,class:"modal-header"},bl={key:2,class:"modal-footer"};function _l(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button"),f=i.resolveDirective("outside");return i.openBlock(),i.createElementBlock(i.Fragment,null,[r.hasTrigger?(i.openBlock(),i.createElementBlock("div",{key:0,class:"modal-trigger",ref:"trigger",onBlurCapture:n[0]||(n[0]=(...h)=>r.onTriggerBlur&&r.onTriggerBlur(...h)),onClick:n[1]||(n[1]=(...h)=>r.open&&r.open(...h))},[i.renderSlot(t.$slots,"trigger",{},void 0,!0)],544)):i.createCommentVNode("",!0),(i.openBlock(),i.createBlock(i.Teleport,{to:"body"},[i.withDirectives(i.createElementVNode("div",{class:i.normalizeClass(["modal",e.classList]),ref:"modal"},[i.withDirectives((i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(r.bodyClassList),style:i.normalizeStyle(r.bodyStyles)},[e.showCloseButton?(i.openBlock(),i.createBlock(s,{key:0,class:"modal-close-icon",kind:"ghost",onClick:r.close},{default:i.withCtx(()=>[i.createVNode(d,{name:"close-outline"})]),_:1},8,["onClick"])):i.createCommentVNode("",!0),r.hasHeader?(i.openBlock(),i.createElementBlock("p",vl,[i.renderSlot(t.$slots,"header",{showModal:r.showModal},void 0,!0)])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["modal-content",{"without-title":!r.hasHeader}])},[i.renderSlot(t.$slots,"body",{showModal:r.showModal},void 0,!0)],2),r.hasFooter?(i.openBlock(),i.createElementBlock("div",bl,[i.renderSlot(t.$slots,"footer",{showModal:r.showModal},void 0,!0)])):i.createCommentVNode("",!0)],6)),[[f,r.clickOutside]])],2),[[i.vShow,a.isActive]])]))],64)}const $l=_e(yl,[["render",_l],["__scopeId","data-v-d4b1f961"]]);function Si(t){return"#"+t.toLowerCase().replace(/ /g,"-")}const l1="",wl={name:"IbTabDropdown",props:{tabs:{rype:Object,default:{}},selectedTab:{type:String,default:""}},data(){return{selectedTabByDropdown:"",isDisabledDropdown:this.setDisabledTab()}},methods:{createHref(t){return Si(t)},selectTab(t){this.selectedTabByDropdown=t,this.$emit("select-tab",t)},setDisabledTab(){return this.tabs.tabs.every(t=>t.disabled)}},computed:{isActive(){for(let t of this.tabs.tabs)if(t.id===this.selectedTab)return!0;return!1}},components:{IbDropdownList:Rn,IbDropdownItem:gr,IbIcon:Le}},kl={class:"wrapper-tab-link dropdown-tab"},Cl=["tabindex"];function Ol(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-dropdown-item"),f=i.resolveComponent("ib-dropdown-list");return i.openBlock(),i.createElementBlock("div",kl,[i.createVNode(f,{disabled:a.isDisabledDropdown,"close-on-click":!0},{trigger:i.withCtx(()=>[i.createElementVNode("span",{class:i.normalizeClass(["tab-link",{active:a.selectedTabByDropdown===e.selectedTab||r.isActive,disabled:a.isDisabledDropdown}]),tabindex:a.isDisabledDropdown?-1:0},[i.createTextVNode(i.toDisplayString(e.tabs.name)+" ",1),i.createVNode(d,{name:"chevron-down"})],10,Cl)]),body:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.tabs.tabs,(h,p)=>(i.openBlock(),i.createBlock(s,{key:p,checked:h.id===e.selectedTab,href:r.createHref(h.id),tabindex:h.disabled?-1:0,class:i.normalizeClass([{disabled:h.disabled},"dropdown-tab-item"]),target:"_self",onClick:u=>r.selectTab(h.id)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(h.title),1)]),_:2},1032,["checked","href","tabindex","class","onClick"]))),128))]),_:1},8,["disabled"])])}const Ti=_e(wl,[["render",Ol]]),s1="",El={name:"IbTabs",data(){return{tabs:[],selectedTab:""}},created(){const t=[];this.$slots.default().forEach(n=>n.type===Symbol.for("v-fgt")?t.push(...n.children):t.push(n)),t.forEach(n=>{if(!n.props.name)this.tabs.push(n.props);else{const e=this.tabs.findIndex(o=>o.name===n.props.name);if(e!==-1)this.tabs[e].tabs.push(n.props);else{const o={name:n.props.name,tabs:[n.props]};this.tabs.push(o)}}});for(let n of this.tabs)if(!n.disabled)if(n.tabs){for(let e of n.tabs)if(!e.disabled){this.selectTab(e.id);return}}else{this.selectTab(n.id);return}},methods:{createHref(t){return Si(t)},selectTab(t){this.$emit("changeTab",t),this.selectedTab=t}},components:{IbTabDropdown:Ti}},Sl={class:"tabs"},Tl={class:"tabs-list"},xl={key:0,class:"wrapper-tab-link"},Nl=["href","tabindex","onClick"],Al={class:"tabs-content",ref:"tabHandler"};function Dl(t,n,e,o,a,r){const d=i.resolveComponent("ib-tab-dropdown");return i.openBlock(),i.createElementBlock("div",Sl,[i.createElementVNode("ul",Tl,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(a.tabs,(s,f)=>(i.openBlock(),i.createElementBlock("li",{class:"tab-item",key:f},[s.name?(i.openBlock(),i.createBlock(d,{key:1,"selected-tab":a.selectedTab,tabs:s,onSelectTab:r.selectTab},null,8,["selected-tab","tabs","onSelectTab"])):(i.openBlock(),i.createElementBlock("div",xl,[i.createElementVNode("a",{class:i.normalizeClass(["tab-link",{active:a.selectedTab===s.id,disabled:s.disabled}]),href:r.createHref(s.id),tabindex:s.disabled?-1:0,onClick:h=>r.selectTab(s.id),target:"_self"},i.toDisplayString(s.title),11,Nl)]))]))),128))]),i.createElementVNode("div",Al,[i.renderSlot(t.$slots,"default",{},void 0,!0)],512)])}const Il=_e(El,[["render",Dl],["__scopeId","data-v-bc2195e2"]]),Ml={name:"IbTab",props:{title:{type:String,required:!0},id:{type:String,required:!0},disabled:{type:Boolean,default:!1},initialized:{type:Boolean,default:!1},name:{type:String,default:null}},computed:{isTabActive(){return this.$parent.selectedTab===this.id}}};function Pl(t,n,e,o,a,r){return i.withDirectives((i.openBlock(),i.createElementBlock("div",null,[i.renderSlot(t.$slots,"default")],512)),[[i.vShow,r.isTabActive]])}const Bl=_e(Ml,[["render",Pl]]),Ll={LIST_VIEW:"list-sorting",GRID_VIEW:"grid-sorting",TABLE_VIEW:"table-sorting"},Rl={TYPE_ASC:"asc",TYPE_DESC:"desc"};class xi{constructor(){this.tooltipInstance=null,this.tooltipContainer=null,this.uuid=null}getTooltipInstance(){return this.getTooltipInstance}getTooltipContainer(){return this.tooltipContainer}getId(){return this.uuid}generateUID(){this.uuid="tooltip_"+ht()}createTooltip(n,e,o){var r;if(!((r=e.text)!=null&&r.length))return;this.generateUID();const a=`
2
2
  position: absolute;
3
3
  top: 0px;
4
4
  left: 0px;
@@ -18,12 +18,12 @@
18
18
  top: ${a-p-f/2+u+12}px!important`;break;case"rightCenter":l=l+`left: ${d+5}px!important;
19
19
  top: ${a+u-p/2-f/2}px!important;`;break;case"rightBottom":l=l+`left: ${d+5}px!important;
20
20
  top: ${a+u-f/2-12}px!important`;break;default:l=l+`left: ${r+s/2-h/2}px!important;
21
- top: ${o-p+u-5}px!important`;break}return l}getClassList(n){return n?hr[n]:hr.topCenter}}const Vt=new Ni,jl=(t,n)=>{var a;Vt.getTooltipContainer()&&Vt.destroyTooltip();const e=Object.keys(n.modifiers)[0]||n.arg,o={title:((a=n.value)==null?void 0:a.title)||"",text:typeof n.value=="object"?n.value.text:n.value};Vt.createTooltip(t,o,e)},Vl=(t,n)=>{const e=Vt.getId();if(n.getAttribute("aria-describedby")!==e)return;const o=Vt.getTooltipContainer(),a=n!==t.target&&!n.contains(t.target),r=o!==t.target&&!(o!=null&&o.contains(t.target));a&&r&&Vt.destroyTooltip(n)},xi=(t,n)=>{t.__tooltip_create=()=>jl(t,n),t.__tooltip_destroy=e=>Vl(e,t),t.addEventListener("mouseenter",t.__tooltip_create),document.addEventListener("mousemove",t.__tooltip_destroy)},Ai=t=>{Vt.destroyTooltip(t),t.removeEventListener("mouseenter",t.__tooltip_create),document.removeEventListener("mousemove",t.__tooltip_destroy)},yr={mounted(t,n){xi(t,n)},updated(t,n){Ai(t),xi(t,n)},beforeUnmount(t){Ai(t)}},d1="",ql={name:"IbSorting",props:{tooltipTitle:{type:String,default:""},hideSortingButton:{type:Boolean,default:!1},tooltipText:{type:String},tooltipPosition:{type:String},tooltipIconSorting:{type:String},toggleTipTitle:{type:String},title:{type:String,default:""},sort:{type:String,default:null},view:{type:String,required:!0},disable:{type:Boolean,default:!1},tableName:{type:String,required:!0}},mounted(){this.$globalEvents.$on(`sorting:update:${this.tableName}`,t=>{this.$el.contains(t.$el)||(this.currentTypeSort=null)})},data(){return{isOpenToggleTip:!1,sortingTypes:Rl,sortingTypesView:Ll,currentTypeSort:this.sort}},methods:{clickHandler(){this.currentTypeSort?this.currentTypeSort===this.sortingTypes.TYPE_ASC?this.currentTypeSort=this.sortingTypes.TYPE_DESC:this.currentTypeSort=null:this.currentTypeSort=this.sortingTypes.TYPE_ASC,this.updateTypeSorting()},updateTypeSorting(){this.$globalEvents.$emit(`sorting:update:${this.tableName}`,this),this.$emit("update-sorting",this.currentTypeSort)}},computed:{iconType(){return this.currentTypeSort===this.sortingTypes.TYPE_ASC?"arrow-up":this.currentTypeSort===this.sortingTypes.TYPE_DESC?"arrow-down":this.view!==this.sortingTypesView.GRID_VIEW?"swap-vertical":null},tooltipIconText(){var t,n,e;return this.currentTypeSort===this.sortingTypes.TYPE_ASC?lang("sort_descending",(t=this.langComponents)==null?void 0:t.COMPONENT_SELECT):this.currentTypeSort===this.sortingTypes.TYPE_DESC?lang("reset_sorting",(n=this.langComponents)==null?void 0:n.COMPONENT_SELECT):this.view!==this.sortingTypesView.GRID_VIEW?lang("sort_ascending",(e=this.langComponents)==null?void 0:e.COMPONENT_SELECT):""},tooltipContent(){return this.tooltipTitle.length?{title:this.tooltipTitle,text:this.tooltipText}:this.tooltipText},hasToggleTip(){return this.toggleTipTitle&&this.$slots.toggleTipBody&&this.$slots.toggleTipButtons}},directives:{Tooltip:yr},components:{IbIcon:Le,IbIconButton:ut,IbToggleTip:wi}},Fl={class:"sorting-wrapper"},Hl=["name"],zl=["aria-label"];function Ul(t,n,e,o,a,r){var p;const d=i.resolveComponent("ib-toggle-tip"),s=i.resolveComponent("ib-icon-button"),f=i.resolveComponent("ib-icon"),h=i.resolveDirective("tooltip");return i.openBlock(),i.createElementBlock("div",Fl,[e.view===a.sortingTypesView.TABLE_VIEW?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["table-sorting-wrapper",{active:a.currentTypeSort,disabled:e.disable}])},[i.createElementVNode("div",null,[i.withDirectives((i.openBlock(),i.createElementBlock("button",{class:i.normalizeClass(["sorting-label",{"sorting-label-active":a.isOpenToggleTip&&r.hasToggleTip,"has-action":((p=e.tooltipText)==null?void 0:p.length)||r.hasToggleTip}]),type:"button",onClick:n[0]||(n[0]=u=>a.isOpenToggleTip=!a.isOpenToggleTip)},[i.createTextVNode(i.toDisplayString(e.title),1)],2)),[[h,r.tooltipContent,e.tooltipPosition]]),r.hasToggleTip?(i.openBlock(),i.createBlock(d,{key:0,position:"bottom-center","is-open":a.isOpenToggleTip,title:e.toggleTipTitle,onClose:n[1]||(n[1]=u=>a.isOpenToggleTip=!1)},{buttons:i.withCtx(()=>[i.renderSlot(t.$slots,"toggleTipButtons",{},void 0,!0)]),default:i.withCtx(()=>[i.renderSlot(t.$slots,"toggleTipBody",{},void 0,!0)]),_:3},8,["is-open","title"])):i.createCommentVNode("",!0)]),e.hideSortingButton?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(s,{key:0,kind:"white",size:"s",onClick:r.clickHandler},{default:i.withCtx(()=>[i.createElementVNode("ion-icon",{name:r.iconType},null,8,Hl)]),_:1},8,["onClick"]))],2)):i.withDirectives((i.openBlock(),i.createElementBlock("button",{key:1,class:i.normalizeClass(["sorting-button",{active:a.currentTypeSort,disabled:e.disable}]),type:"button",onClick:n[2]||(n[2]=(...u)=>r.clickHandler&&r.clickHandler(...u)),"aria-label":e.sort},[i.createTextVNode(i.toDisplayString(e.title)+" ",1),r.iconType?(i.openBlock(),i.createBlock(f,{key:0,name:r.iconType},null,8,["name"])):i.createCommentVNode("",!0)],10,zl)),[[h,e.tooltipText,e.tooltipPosition]])])}const Kl=_e(ql,[["render",Ul],["__scopeId","data-v-0fbddb92"]]),c1="",Gl={name:"IbBreadcrumbs",props:{items:{type:Array,default:()=>[]},tooltipTextContext:{type:String}},computed:{last(){return this.items.length?this.items.length-1:null},initContextMenu(){return this.items.length>4},setItemsContextMenu(){return this.items.slice(0,-3)}},components:{IbIcon:Le,IbIconButton:ut,IbDropdownItem:gr,IbDropdownList:Rn,IbTooltip:jt}},Yl={"aria-label":"breadcrumb"},Wl={class:"breadcrumb"},Zl=["href"],Jl={key:1},Xl=["href"];function Ql(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-tooltip"),f=i.resolveComponent("ib-icon-button"),h=i.resolveComponent("ib-dropdown-item"),p=i.resolveComponent("ib-dropdown-list");return i.openBlock(),i.createElementBlock("nav",Yl,[i.createElementVNode("ul",Wl,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.items,(u,l)=>(i.openBlock(),i.createElementBlock("li",{class:i.normalizeClass(["breadcrumb-item",l===r.last?"active":""]),"aria-current":"page",key:l},[l!==r.last&&l>e.items.length-4||l===0?(i.openBlock(),i.createElementBlock("a",{key:0,class:"ib-link",href:u.url},i.toDisplayString(u.title),9,Zl)):i.createCommentVNode("",!0),l===r.last?(i.openBlock(),i.createElementBlock("p",Jl,i.toDisplayString(u.title),1)):i.createCommentVNode("",!0),r.initContextMenu&&l===e.items.length-4?(i.openBlock(),i.createBlock(p,{key:2,horizontal:"center"},{trigger:i.withCtx(()=>[i.createVNode(f,{kind:"ghost"},{default:i.withCtx(()=>[i.createVNode(d,{name:"ellipsis-horizontal-sharp"}),e.tooltipTextContext?(i.openBlock(),i.createBlock(s,{key:0,text:e.tooltipTextContext},null,8,["text"])):i.createCommentVNode("",!0)]),_:1})]),body:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.setItemsContextMenu,(c,_)=>(i.openBlock(),i.createBlock(h,{key:_},{default:i.withCtx(()=>[i.createElementVNode("a",{class:"context-breadcrums",href:c.url},i.toDisplayString(c.title),9,Xl)]),_:2},1024))),128))]),_:2},1024)):i.createCommentVNode("",!0),l!==r.last&&l>e.items.length-5||l===0?(i.openBlock(),i.createBlock(d,{key:3,name:"chevron-forward-outline"})):i.createCommentVNode("",!0)],2))),128))])])}const es=_e(Gl,[["render",Ql],["__scopeId","data-v-5ef772a9"]]),u1="",ts={name:"IbLabel",props:{for:{type:String},required:{type:Boolean,default:!1},infoText:{type:String,default:""},tooltipPosition:{type:String}},mounted(){this.$globalEvents.$on(`label:disabled:${this.for}`,t=>{this.disabled=t})},data(){return{disabled:!1}},computed:{classes(){const t=["ib-label"];return this.infoText.length&&t.push("has-info-text"),this.disabled&&t.push("label-disabled"),t}},components:{IbIconButton:ut,IbIcon:Le,IbTooltip:jt}},ns=["for"],rs={key:0,class:"required"};function is(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-tooltip"),f=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("label",{class:i.normalizeClass(r.classes),for:e.for},[e.required?(i.openBlock(),i.createElementBlock("span",rs,"* ")):i.createCommentVNode("",!0),i.renderSlot(t.$slots,"default",{},void 0,!0),e.infoText.length?(i.openBlock(),i.createBlock(f,{key:1,size:"xs",class:"info-button",kind:"ghost",type:"button"},{default:i.withCtx(()=>[i.createVNode(d,{name:"information-circle-outline"}),i.createVNode(s,{text:e.infoText,position:e.tooltipPosition},null,8,["text","position"])]),_:1})):i.createCommentVNode("",!0)],10,ns)}const dn=_e(ts,[["render",is],["__scopeId","data-v-3e867259"]]),vr={text:"text",password:"password",email:"email",number:"number"},f1="",os={name:"IbInput",props:{type:{type:String,default:vr.text,validator:t=>Object.keys(vr).includes(t)},disabled:{type:Boolean,required:!1,default:!1},error:{type:Boolean,default:!1},errorMessage:{type:String,default:""},id:{type:[String],default(){return ht()}},debounce:{type:[Number,String]},showIcon:{type:Boolean,default:!1},showClearButton:{type:Boolean,default:!0},clearButtonMessage:{type:String,default:""},settingsButtonMessage:{type:String,default:""},showPasswordMessage:{type:String,default:""},hidePasswordMessage:{type:String,default:""},value:{type:[String,Number],default:""},modelValue:{type:[String,Number]},settingsVerticalPosition:{type:String,default:Bn.bottom},settingsHorizontalPosition:{type:String,default:sn.right},readonly:{type:Boolean,default:!1}},data(){return{actualValue:this.modelValue||this.value,showPassword:!1}},mounted(){setTimeout(()=>{this.$globalEvents.$emit(`label:disabled:${this.id}`,this.disabled)},10)},methods:{toggleShowPassword(){this.showPassword=!this.showPassword},clearInput(){this.actualValue="",this.$emit("update:modelValue",this.actualValue),this.$emit("input",this.actualValue)},onBlur(){this.$emit("blur",this.actualValue)},onFocus(){this.$emit("focus",this.actualValue)},onInput(){this.debounce?this.delayedInput(this.actualValue):(this.$emit("update:modelValue",this.actualValue),this.$emit("input",this.actualValue))},delayedInput(t){this.timer&&(clearTimeout(this.timer),this.timer=null),this.timer=setTimeout(()=>{this.$emit("update:modelValue",t),this.$emit("input",t)},this.debounce)},focus(){this.$refs.field.focus()}},computed:{hasSettings(){return!!this.$slots.settings},classes(){const t=["ib-input"];return this.hasErrorState&&t.push("ib-error"),this.showIcon&&t.push("ib-input-has-icon"),t},attrs(){let t=Dn({...this.$attrs},["onInput","onBlur"]);return t.type=this.type===vr.password?this.showPassword?"text":"password":this.type,t},hasErrorState(){return this.error||this.errorMessage.length}},watch:{value(t){this.actualValue=t},modelValue(t){this.actualValue=t},disabled(t){this.$globalEvents.$emit(`label:disabled:${this.id}`,t)}},emits:["input","blur","focus","update:modelValue",`label:disabled:${globalThis==null?void 0:globalThis.id}`],components:{IbAlert:It,IbIconButton:ut,IbIcon:Le,IbDropdown:Ln},inheritAttrs:!1},as=["aria-invalid","readonly","disabled","id"],ls={class:"settings-wrapper"};function ss(t,n,e,o,a,r){var p,u;const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-icon"),f=i.resolveComponent("ib-icon-button"),h=i.resolveComponent("ib-dropdown");return i.openBlock(),i.createElementBlock("div",null,[e.errorMessage?(i.openBlock(),i.createBlock(d,{key:0},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["ib-input-wrapper",{"has-settings":r.hasSettings}])},[e.showIcon?(i.openBlock(),i.createBlock(s,{key:0,class:"icon-search",name:"search-outline"})):i.createCommentVNode("",!0),i.withDirectives(i.createElementVNode("input",i.mergeProps(r.attrs,{"onUpdate:modelValue":n[0]||(n[0]=l=>a.actualValue=l),ref:"field","aria-invalid":!!r.hasErrorState,readonly:e.readonly,disabled:e.disabled,id:e.id,class:r.classes,onInput:n[1]||(n[1]=l=>r.onInput(l)),onBlur:n[2]||(n[2]=l=>r.onBlur(l)),onFocus:n[3]||(n[3]=l=>r.onFocus(l))}),null,16,as),[[i.vModelDynamic,a.actualValue]]),e.type!=="password"&&e.showClearButton?i.withDirectives((i.openBlock(),i.createBlock(f,{key:1,kind:"ghost",class:"button-clear",disabled:e.readonly||e.disabled,"help-text":e.clearButtonMessage,"prevent-default":"",type:"button",onClick:r.clearInput,onKeypress:i.withKeys(r.clearInput,["enter"])},{default:i.withCtx(()=>[i.createVNode(s,{name:"close-outline"})]),_:1},8,["disabled","help-text","onClick","onKeypress"])),[[i.vShow,(p=a.actualValue)==null?void 0:p.length]]):i.createCommentVNode("",!0),e.type==="password"?i.withDirectives((i.openBlock(),i.createBlock(f,{key:2,kind:"ghost",class:"toggle-password","prevent-default":"",type:"button",disabled:e.readonly||e.disabled,"help-text":a.showPassword?e.hidePasswordMessage:e.showPasswordMessage,onClick:i.withModifiers(r.toggleShowPassword,["prevent"])},{default:i.withCtx(()=>[i.createVNode(s,{name:a.showPassword?"eye-off-outline":"eye-outline"},null,8,["name"])]),_:1},8,["disabled","help-text","onClick"])),[[i.vShow,(u=a.actualValue)==null?void 0:u.length]]):i.createCommentVNode("",!0),r.hasSettings?(i.openBlock(),i.createBlock(h,{key:3,class:"settings-dropdown-wrapper",horizontal:e.settingsHorizontalPosition,vertical:e.settingsVerticalPosition},{trigger:i.withCtx(()=>[i.createVNode(f,{"prevent-default":"","help-text":e.settingsButtonMessage,class:"options-trigger",kind:"ghost"},{default:i.withCtx(()=>[i.createVNode(s,{name:"options"})]),_:1},8,["help-text"])]),body:i.withCtx(()=>[i.createElementVNode("div",ls,[i.renderSlot(t.$slots,"settings",{},void 0,!0)])]),_:3},8,["horizontal","vertical"])):i.createCommentVNode("",!0)],2)])}const br=_e(os,[["render",ss],["__scopeId","data-v-7d710724"]]),h1="",ds={name:"IbCheckbox",model:{event:"input"},props:{label:String,error:{type:[Boolean,null],default:!1},name:String,id:{type:String,default(){return ht()}},value:{default:1},modelValue:{type:Boolean},isChecked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},disableFocus:{type:Boolean,default:!1},required:{type:Boolean,default:!1},labelPosition:{type:String,default:"right"}},watch:{isChecked(t){this.checked=t},modelValue(t){this.checked=t}},data(){return{checked:this.modelValue?this.modelValue:this.isChecked}},methods:{onChange(){this.checked=!this.checked,this.$emit("update:modelValue",this.checked),this.$emit("input",this.checked)}},computed:{classes(){return{"ib-checkbox":!0,"ib-has-error":this.error,"ib-checkbox-filled":this.checked,"ib-checkbox-disabled":this.disabled,"ib-checkbox-indeterminate":this.indeterminate}},indeterminate(){return this.isChecked===null},attrs(){const t={...Dn({...this.$attrs})};return delete t.class,t.class=this.classes,t}},components:{IbIcon:Le},inheritAttrs:!1},cs=["aria-checked"],us=["for","tabindex"],fs=["name","id","value","checked","disabled","required"],hs={class:"ib-checkbox-body"},ps={key:0,class:"required"},ms={class:"ib-checkbox-input"},gs={key:1,class:"ib-checkbox-label"},ys={key:0,class:"required"};function vs(t,n,e,o,a,r){var s;const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{role:"checkbox",class:i.normalizeClass(this.$attrs.class),"aria-checked":!!a.checked},[i.createElementVNode("label",i.mergeProps(r.attrs,{for:e.id,tabindex:e.disabled|e.disableFocus?-1:0,onKeypress:n[1]||(n[1]=i.withModifiers((...f)=>r.onChange&&r.onChange(...f),["prevent"]))}),[i.createElementVNode("input",{tabindex:"-1",type:"checkbox",name:e.name,id:e.id,value:e.value,checked:a.checked,disabled:e.disabled,required:e.required,onClick:n[0]||(n[0]=(...f)=>r.onChange&&r.onChange(...f))},null,8,fs),i.createElementVNode("div",hs,[e.labelPosition==="left"&&e.label.length?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["ib-checkbox-label",{"ib-checkbox-label-left":e.labelPosition==="left"}])},[e.required?(i.openBlock(),i.createElementBlock("span",ps,"*")):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(e.label),1)],2)):i.createCommentVNode("",!0),i.createElementVNode("span",ms,[i.withDirectives(i.createVNode(d,{name:"checkmark-sharp"},null,512),[[i.vShow,a.checked&&!r.indeterminate]]),i.withDirectives(i.createVNode(d,{class:i.normalizeClass("checkbox-undeterminate-icon"),name:"remove-sharp"},null,512),[[i.vShow,r.indeterminate]])]),e.labelPosition==="right"&&((s=e.label)!=null&&s.length)?(i.openBlock(),i.createElementBlock("span",gs,[e.required?(i.openBlock(),i.createElementBlock("span",ys,"*")):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(e.label),1)])):i.createCommentVNode("",!0)])],16,us)],10,cs)}const _r=_e(ds,[["render",vs]]),p1="",bs={name:"IbToggle",model:{prop:"isChecked",event:"input"},props:{isChecked:{type:Boolean,required:!1},id:{type:String,default:()=>ht()},disabled:{type:Boolean,default:!1},name:{type:String,default:"active"},label:{type:String,default:""},error:{type:Boolean,default:!1},labelPosition:{type:String,default:"right"},helpMessage:{type:String,default:""},helpMessageOff:{type:String,default:""}},watch:{isChecked(t){this.checked=t}},data(){return{checked:this.isChecked}},methods:{onChange(){this.checked=!this.checked,this.$emit("input",this.checked)}},computed:{classes(){return{"ib-toggle-container":!0,"has-error":this.error,"toggle-on":this.checked,"toggle-disabled":this.disabled,"label-position-left":this.labelPosition==="left"}}},components:{IbIcon:Le,IbTooltip:jt}},_s=["aria-checked","tabindex"],$s={class:"toggle-wrapper",ref:"wrapper"},ws={class:"toggle",ref:"toggle"},ks=["name","checked","id","disabled"],Cs=i.createElementVNode("span",{class:"toggle-slider round"},null,-1),Os={key:0,class:"toggle-label"};function Es(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-tooltip");return i.openBlock(),i.createElementBlock("label",{role:"switch","aria-checked":a.checked,tabindex:e.disabled?-1:0,class:i.normalizeClass(r.classes),onKeypress:[n[2]||(n[2]=i.withKeys(i.withModifiers((...f)=>r.onChange&&r.onChange(...f),["prevent"]),["space"])),n[3]||(n[3]=i.withKeys(i.withModifiers((...f)=>r.onChange&&r.onChange(...f),["prevent"]),["enter"]))]},[i.createElementVNode("div",$s,[i.createElementVNode("div",ws,[i.createElementVNode("input",{tabindex:"-1",type:"checkbox",value:"1",name:e.name,checked:a.checked,id:e.id,disabled:e.disabled,onClick:n[0]||(n[0]=(...f)=>r.onChange&&r.onChange(...f)),onInput:n[1]||(n[1]=i.withModifiers(()=>{},["stop"]))},null,40,ks),Cs,i.createVNode(d,{class:"checked-icon",name:"checkmark"}),i.createVNode(d,{class:"unchecked-icon",name:"close"})],512)],512),e.label.length?(i.openBlock(),i.createElementBlock("span",Os,i.toDisplayString(e.label),1)):i.createCommentVNode("",!0),e.helpMessage.length?(i.openBlock(),i.createBlock(s,{key:1,text:a.checked?e.helpMessage:e.helpMessageOff.length?e.helpMessageOff:e.helpMessage},null,8,["text"])):i.createCommentVNode("",!0)],42,_s)}const Di=_e(bs,[["render",Es]]);function Ii(t){return t.scrollHeight>t.clientHeight}const m1="",Ss={name:"select-option",props:{option:{type:Object},name:String,parentAutoCheck:{type:Boolean,default:!1},isMultiple:{type:Boolean,default:!0},uid:{type:String,default:""},onlyEndNodes:{type:Boolean,default:!1},htmlTitle:{type:Boolean,default:!1},showInput:{type:Boolean,default:!0},isBookmarkable:{type:Boolean,default:!1},isBookmarked:{type:Boolean,default:!1},isToggle:{type:Boolean,default:!1}},mounted(){this.option.hasOwnProperty("children")&&this.option.children&&this.checkParent()},updated(){this.$nextTick(()=>{Ii(this.$el.querySelector(".option-label"))&&(this.showTooltip=!0)})},data(){return{showTooltip:!1}},methods:{onKeydown(t){t.keyCode===ki&&(t.preventDefault(),this.onChange()),this.hasVisibleChildren&&(t.keyCode===Ha&&(this.option.isChildrenVisible=!0),t.keyCode===Fa&&(this.option.isChildrenVisible=!1))},onChange(){var t,n;!this.isMultiple&&!this.isChecked(this.option)&&((t=this.$refs.component)==null||t.onChange()),this.isMultiple&&((n=this.$refs.component)==null||n.onChange())},toggle(t,n=!0){this.check(this.option,t,!0,n)},check(t,n,e,o){this.$emit("check",t,n,e),o&&t.children&&t.children.forEach(a=>{this.check(a,n,!1,!0)})},toggleChildrenVisibility(){this.option.isChildrenVisible=!this.option.isChildrenVisible},checkChildren(t,n,e){e&&this.isMultiple&&this.$nextTick(()=>{this.checkParent()}),this.$emit("check",t,n,!1)},checkParent(){const t=this.option.children.filter(e=>e.checked).length,n=t>=this.option.children.length;(!this.option.checked&&n&&this.parentAutoCheck||this.option.checked&&!n)&&this.toggle(!this.option.checked,!1)},calculateChildren(t,n,e=!1){let o=0;return t.children&&t.children.forEach(a=>{(!n||n(a))&&o++,e&&(o+=this.calculateChildren(a,n,e))}),o},isChecked(t){if(this.hasChildren)if(this.childrenSelectedCount){if(this.childrenSelectedCount>0&&this.countOfAllChildren>this.childrenSelectedCount)return null}else return!1;return t.checked?!0:t.isIndeterminate?null:!1}},computed:{component(){return this.isMultiple&&this.isToggle?Di:_r},hasChildren(){return!!(this.option.children&&this.option.children.length)},hasVisibleChildren(){return this.calculateChildren(this.option,t=>t.visible)},iconName(){return this.option.isChildrenVisible?"chevron-down":"chevron-forward"},id(){return this.uid+"_"+this.option.id},actualName(){return this.onlyEndNodes&&this.option.children&&this.option.children.length?"":this.name},childrenSelectedCount(){return this.calculateChildren(this.option,t=>t.checked,!0)},countOfAllChildren(){return this.calculateChildren(this.option,()=>!0,!0)}},components:{IbIcon:Le,List:mr,IbIconButton:ut},directives:{Tooltip:yr}},Ts=["aria-selected","aria-label","id"],Ns={key:0,class:"option-label"},xs={key:1,class:"option-label"},As=["innerHTML"],Ds=["innerHTML"],Is={key:2,class:"option-label"};function Ms(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button"),f=i.resolveComponent("select-option"),h=i.resolveComponent("list"),p=i.resolveDirective("tooltip");return i.openBlock(),i.createElementBlock("li",null,[i.withDirectives((i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["tree-select-option",{"tree-select-option-checked":r.isChecked(e.option),"tree-select-option-margin":r.hasVisibleChildren,active:e.option.isChildrenVisible,"is-multiple":e.isMultiple,"is-not-multiple":!e.isMultiple,"tree-select-option-toggle":this.isToggle&&this.isMultiple}]),tabindex:"0",role:"option","aria-selected":r.isChecked(e.option),"aria-label":e.option.title,id:"option-"+r.id,onKeydown:n[3]||(n[3]=i.withModifiers((...u)=>r.onKeydown&&r.onKeydown(...u),["self"])),onFocus:n[4]||(n[4]=u=>t.$emit("onFocus",`option-${r.id}`))},[i.withDirectives(i.createVNode(s,{"disabled-focus":!0,kind:"ghost",class:"toggle-children",onClick:r.toggleChildrenVisibility},{default:i.withCtx(()=>[i.createVNode(d,{name:r.iconName},null,8,["name"])]),_:1},8,["onClick"]),[[i.vShow,r.hasVisibleChildren]]),i.createElementVNode("div",{onClick:n[1]||(n[1]=i.withModifiers((...u)=>r.onChange&&r.onChange(...u),["prevent"])),class:i.normalizeClass({disabled:e.option.isDisabled,"tree-select-option-label":!0,"tree-select-option-has-children":r.hasVisibleChildren,active:!e.showInput&&e.option.checked})},[i.withDirectives((i.openBlock(),i.createBlock(i.resolveDynamicComponent(r.component),{ref:"component",tabindex:"-1","disable-focus":"","aria-label":e.option.title,name:r.actualName,value:e.option.id,id:"input"+r.id,"is-checked":r.isChecked(e.option),disabled:e.option.isDisabled,autocomplete:"off",autocorrect:"off",autocapitalize:"off",spellcheck:"false",onInput:r.toggle},null,40,["aria-label","name","value","id","is-checked","disabled","onInput"])),[[i.vShow,e.showInput]]),e.isBookmarkable?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass("bookmarkable-option-title "+(e.isBookmarked?"bookmarked":""))},[r.hasChildren?(i.openBlock(),i.createElementBlock("span",xs,i.toDisplayString(e.option.title),1)):(i.openBlock(),i.createElementBlock("span",Ns,[i.createTextVNode(i.toDisplayString(e.option.title)+" ",1),i.createVNode(d,{name:"star",onClick:n[0]||(n[0]=i.withModifiers(u=>t.$emit("toggle-bookmark",e.option),["stop","prevent"]))})]))],2)):e.htmlTitle?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[r.hasChildren?(i.openBlock(),i.createElementBlock("span",{key:1,class:"option-label",innerHTML:e.option.title},null,8,Ds)):(i.openBlock(),i.createElementBlock("span",{key:0,class:"option-label",innerHTML:e.option.title},null,8,As))],64)):(i.openBlock(),i.createElementBlock("span",Is,i.toDisplayString(e.option.title),1))],2),r.hasChildren?i.withDirectives((i.openBlock(),i.createBlock(h,{key:0},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.option.children,u=>i.withDirectives((i.openBlock(),i.createBlock(f,{key:u.value,option:u,name:e.name,"parent-auto-check":e.parentAutoCheck,"is-multiple":e.isMultiple,"show-input":e.showInput,onCheck:r.checkChildren,onToggleBookmark:n[2]||(n[2]=l=>t.$emit("toggle-bookmark",l)),uid:e.uid,"is-bookmarkable":e.isBookmarkable},null,8,["option","name","parent-auto-check","is-multiple","show-input","onCheck","uid","is-bookmarkable"])),[[i.vShow,u.visible]])),128))]),_:1},512)),[[i.vShow,r.hasVisibleChildren&&e.option.isChildrenVisible]]):i.createCommentVNode("",!0)],42,Ts)),[[p,a.showTooltip?e.option.title:""]])])}const Ps=_e(Ss,[["render",Ms]]);var qe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function jn(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Mi={exports:{}};/*!***************************************************
21
+ top: ${o-p+u-5}px!important`;break}return l}getClassList(n){return n?hr[n]:hr.topCenter}}const Vt=new xi,jl=(t,n)=>{var a;Vt.getTooltipContainer()&&Vt.destroyTooltip();const e=Object.keys(n.modifiers)[0]||n.arg,o={title:((a=n.value)==null?void 0:a.title)||"",text:typeof n.value=="object"?n.value.text:n.value};Vt.createTooltip(t,o,e)},Vl=(t,n)=>{const e=Vt.getId();if(n.getAttribute("aria-describedby")!==e)return;const o=Vt.getTooltipContainer(),a=n!==t.target&&!n.contains(t.target),r=o!==t.target&&!(o!=null&&o.contains(t.target));a&&r&&Vt.destroyTooltip(n)},Ni=(t,n)=>{t.__tooltip_create=()=>jl(t,n),t.__tooltip_destroy=e=>Vl(e,t),t.addEventListener("mouseenter",t.__tooltip_create),document.addEventListener("mousemove",t.__tooltip_destroy)},Ai=t=>{Vt.destroyTooltip(t),t.removeEventListener("mouseenter",t.__tooltip_create),document.removeEventListener("mousemove",t.__tooltip_destroy)},yr={mounted(t,n){Ni(t,n)},updated(t,n){Ai(t),Ni(t,n)},beforeUnmount(t){Ai(t)}},d1="",ql={name:"IbSorting",props:{tooltipTitle:{type:String,default:""},hideSortingButton:{type:Boolean,default:!1},tooltipText:{type:String},tooltipPosition:{type:String},tooltipIconSorting:{type:String},toggleTipTitle:{type:String},title:{type:String,default:""},sort:{type:String,default:null},view:{type:String,required:!0},disable:{type:Boolean,default:!1},tableName:{type:String,required:!0}},mounted(){this.$globalEvents.$on(`sorting:update:${this.tableName}`,t=>{this.$el.contains(t.$el)||(this.currentTypeSort=null)})},data(){return{isOpenToggleTip:!1,sortingTypes:Rl,sortingTypesView:Ll,currentTypeSort:this.sort}},methods:{clickHandler(){this.currentTypeSort?this.currentTypeSort===this.sortingTypes.TYPE_ASC?this.currentTypeSort=this.sortingTypes.TYPE_DESC:this.currentTypeSort=null:this.currentTypeSort=this.sortingTypes.TYPE_ASC,this.updateTypeSorting()},updateTypeSorting(){this.$globalEvents.$emit(`sorting:update:${this.tableName}`,this),this.$emit("update-sorting",this.currentTypeSort)}},computed:{iconType(){return this.currentTypeSort===this.sortingTypes.TYPE_ASC?"arrow-up":this.currentTypeSort===this.sortingTypes.TYPE_DESC?"arrow-down":this.view!==this.sortingTypesView.GRID_VIEW?"swap-vertical":null},tooltipIconText(){var t,n,e;return this.currentTypeSort===this.sortingTypes.TYPE_ASC?lang("sort_descending",(t=this.langComponents)==null?void 0:t.COMPONENT_SELECT):this.currentTypeSort===this.sortingTypes.TYPE_DESC?lang("reset_sorting",(n=this.langComponents)==null?void 0:n.COMPONENT_SELECT):this.view!==this.sortingTypesView.GRID_VIEW?lang("sort_ascending",(e=this.langComponents)==null?void 0:e.COMPONENT_SELECT):""},tooltipContent(){return this.tooltipTitle.length?{title:this.tooltipTitle,text:this.tooltipText}:this.tooltipText},hasToggleTip(){return this.toggleTipTitle&&this.$slots.toggleTipBody&&this.$slots.toggleTipButtons}},directives:{Tooltip:yr},components:{IbIcon:Le,IbIconButton:ut,IbToggleTip:wi}},Fl={class:"sorting-wrapper"},Hl=["name"],zl=["aria-label"];function Ul(t,n,e,o,a,r){var p;const d=i.resolveComponent("ib-toggle-tip"),s=i.resolveComponent("ib-icon-button"),f=i.resolveComponent("ib-icon"),h=i.resolveDirective("tooltip");return i.openBlock(),i.createElementBlock("div",Fl,[e.view===a.sortingTypesView.TABLE_VIEW?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["table-sorting-wrapper",{active:a.currentTypeSort,disabled:e.disable}])},[i.createElementVNode("div",null,[i.withDirectives((i.openBlock(),i.createElementBlock("button",{class:i.normalizeClass(["sorting-label",{"sorting-label-active":a.isOpenToggleTip&&r.hasToggleTip,"has-action":((p=e.tooltipText)==null?void 0:p.length)||r.hasToggleTip}]),type:"button",onClick:n[0]||(n[0]=u=>a.isOpenToggleTip=!a.isOpenToggleTip)},[i.createTextVNode(i.toDisplayString(e.title),1)],2)),[[h,r.tooltipContent,e.tooltipPosition]]),r.hasToggleTip?(i.openBlock(),i.createBlock(d,{key:0,position:"bottom-center","is-open":a.isOpenToggleTip,title:e.toggleTipTitle,onClose:n[1]||(n[1]=u=>a.isOpenToggleTip=!1)},{buttons:i.withCtx(()=>[i.renderSlot(t.$slots,"toggleTipButtons",{},void 0,!0)]),default:i.withCtx(()=>[i.renderSlot(t.$slots,"toggleTipBody",{},void 0,!0)]),_:3},8,["is-open","title"])):i.createCommentVNode("",!0)]),e.hideSortingButton?i.createCommentVNode("",!0):i.withDirectives((i.openBlock(),i.createBlock(s,{key:0,kind:"white",size:"s",onClick:r.clickHandler},{default:i.withCtx(()=>[i.createElementVNode("ion-icon",{name:r.iconType},null,8,Hl)]),_:1},8,["onClick"])),[[h,r.tooltipIconText]])],2)):i.withDirectives((i.openBlock(),i.createElementBlock("button",{key:1,class:i.normalizeClass(["sorting-button",{active:a.currentTypeSort,disabled:e.disable}]),type:"button",onClick:n[2]||(n[2]=(...u)=>r.clickHandler&&r.clickHandler(...u)),"aria-label":e.sort},[i.createTextVNode(i.toDisplayString(e.title)+" ",1),r.iconType?(i.openBlock(),i.createBlock(f,{key:0,name:r.iconType},null,8,["name"])):i.createCommentVNode("",!0)],10,zl)),[[h,e.tooltipText,e.tooltipPosition]])])}const Kl=_e(ql,[["render",Ul],["__scopeId","data-v-3c5eb443"]]),c1="",Gl={name:"IbBreadcrumbs",props:{items:{type:Array,default:()=>[]},tooltipTextContext:{type:String}},computed:{last(){return this.items.length?this.items.length-1:null},initContextMenu(){return this.items.length>4},setItemsContextMenu(){return this.items.slice(0,-3)}},components:{IbIcon:Le,IbIconButton:ut,IbDropdownItem:gr,IbDropdownList:Rn,IbTooltip:jt}},Yl={"aria-label":"breadcrumb"},Wl={class:"breadcrumb"},Zl=["href"],Jl={key:1},Xl=["href"];function Ql(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-tooltip"),f=i.resolveComponent("ib-icon-button"),h=i.resolveComponent("ib-dropdown-item"),p=i.resolveComponent("ib-dropdown-list");return i.openBlock(),i.createElementBlock("nav",Yl,[i.createElementVNode("ul",Wl,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.items,(u,l)=>(i.openBlock(),i.createElementBlock("li",{class:i.normalizeClass(["breadcrumb-item",l===r.last?"active":""]),"aria-current":"page",key:l},[l!==r.last&&l>e.items.length-4||l===0?(i.openBlock(),i.createElementBlock("a",{key:0,class:"ib-link",href:u.url},i.toDisplayString(u.title),9,Zl)):i.createCommentVNode("",!0),l===r.last?(i.openBlock(),i.createElementBlock("p",Jl,i.toDisplayString(u.title),1)):i.createCommentVNode("",!0),r.initContextMenu&&l===e.items.length-4?(i.openBlock(),i.createBlock(p,{key:2,horizontal:"center"},{trigger:i.withCtx(()=>[i.createVNode(f,{kind:"ghost"},{default:i.withCtx(()=>[i.createVNode(d,{name:"ellipsis-horizontal-sharp"}),e.tooltipTextContext?(i.openBlock(),i.createBlock(s,{key:0,text:e.tooltipTextContext},null,8,["text"])):i.createCommentVNode("",!0)]),_:1})]),body:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.setItemsContextMenu,(c,_)=>(i.openBlock(),i.createBlock(h,{key:_},{default:i.withCtx(()=>[i.createElementVNode("a",{class:"context-breadcrums",href:c.url},i.toDisplayString(c.title),9,Xl)]),_:2},1024))),128))]),_:2},1024)):i.createCommentVNode("",!0),l!==r.last&&l>e.items.length-5||l===0?(i.openBlock(),i.createBlock(d,{key:3,name:"chevron-forward-outline"})):i.createCommentVNode("",!0)],2))),128))])])}const es=_e(Gl,[["render",Ql],["__scopeId","data-v-5ef772a9"]]),u1="",ts={name:"IbLabel",props:{for:{type:String},required:{type:Boolean,default:!1},infoText:{type:String,default:""},tooltipPosition:{type:String}},mounted(){this.$globalEvents.$on(`label:disabled:${this.for}`,t=>{this.disabled=t})},data(){return{disabled:!1}},computed:{classes(){const t=["ib-label"];return this.infoText.length&&t.push("has-info-text"),this.disabled&&t.push("label-disabled"),t}},components:{IbIconButton:ut,IbIcon:Le,IbTooltip:jt}},ns=["for"],rs={key:0,class:"required"};function is(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-tooltip"),f=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("label",{class:i.normalizeClass(r.classes),for:e.for},[e.required?(i.openBlock(),i.createElementBlock("span",rs,"* ")):i.createCommentVNode("",!0),i.renderSlot(t.$slots,"default",{},void 0,!0),e.infoText.length?(i.openBlock(),i.createBlock(f,{key:1,size:"xs",class:"info-button",kind:"ghost",type:"button"},{default:i.withCtx(()=>[i.createVNode(d,{name:"information-circle-outline"}),i.createVNode(s,{text:e.infoText,position:e.tooltipPosition},null,8,["text","position"])]),_:1})):i.createCommentVNode("",!0)],10,ns)}const dn=_e(ts,[["render",is],["__scopeId","data-v-3e867259"]]),vr={text:"text",password:"password",email:"email",number:"number"},f1="",os={name:"IbInput",props:{type:{type:String,default:vr.text,validator:t=>Object.keys(vr).includes(t)},disabled:{type:Boolean,required:!1,default:!1},error:{type:Boolean,default:!1},errorMessage:{type:String,default:""},id:{type:[String],default(){return ht()}},debounce:{type:[Number,String]},showIcon:{type:Boolean,default:!1},showClearButton:{type:Boolean,default:!0},clearButtonMessage:{type:String,default:""},settingsButtonMessage:{type:String,default:""},showPasswordMessage:{type:String,default:""},hidePasswordMessage:{type:String,default:""},value:{type:[String,Number],default:""},modelValue:{type:[String,Number]},settingsVerticalPosition:{type:String,default:Bn.bottom},settingsHorizontalPosition:{type:String,default:sn.right},readonly:{type:Boolean,default:!1}},data(){return{actualValue:this.modelValue||this.value,showPassword:!1}},mounted(){setTimeout(()=>{this.$globalEvents.$emit(`label:disabled:${this.id}`,this.disabled)},10)},methods:{toggleShowPassword(){this.showPassword=!this.showPassword},clearInput(){this.actualValue="",this.$emit("update:modelValue",this.actualValue),this.$emit("input",this.actualValue)},onBlur(){this.$emit("blur",this.actualValue)},onFocus(){this.$emit("focus",this.actualValue)},onInput(){this.debounce?this.delayedInput(this.actualValue):(this.$emit("update:modelValue",this.actualValue),this.$emit("input",this.actualValue))},delayedInput(t){this.timer&&(clearTimeout(this.timer),this.timer=null),this.timer=setTimeout(()=>{this.$emit("update:modelValue",t),this.$emit("input",t)},this.debounce)},focus(){this.$refs.field.focus()}},computed:{hasSettings(){return!!this.$slots.settings},classes(){const t=["ib-input"];return this.hasErrorState&&t.push("ib-error"),this.showIcon&&t.push("ib-input-has-icon"),t},attrs(){let t=Dn({...this.$attrs},["onInput","onBlur"]);return t.type=this.type===vr.password?this.showPassword?"text":"password":this.type,t},hasErrorState(){return this.error||this.errorMessage.length}},watch:{value(t){this.actualValue=t},modelValue(t){this.actualValue=t},disabled(t){this.$globalEvents.$emit(`label:disabled:${this.id}`,t)}},emits:["input","blur","focus","update:modelValue",`label:disabled:${globalThis==null?void 0:globalThis.id}`],components:{IbAlert:It,IbIconButton:ut,IbIcon:Le,IbDropdown:Ln},inheritAttrs:!1},as=["aria-invalid","readonly","disabled","id"],ls={class:"settings-wrapper"};function ss(t,n,e,o,a,r){var p,u;const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-icon"),f=i.resolveComponent("ib-icon-button"),h=i.resolveComponent("ib-dropdown");return i.openBlock(),i.createElementBlock("div",null,[e.errorMessage?(i.openBlock(),i.createBlock(d,{key:0},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["ib-input-wrapper",{"has-settings":r.hasSettings}])},[e.showIcon?(i.openBlock(),i.createBlock(s,{key:0,class:"icon-search",name:"search-outline"})):i.createCommentVNode("",!0),i.withDirectives(i.createElementVNode("input",i.mergeProps(r.attrs,{"onUpdate:modelValue":n[0]||(n[0]=l=>a.actualValue=l),ref:"field","aria-invalid":!!r.hasErrorState,readonly:e.readonly,disabled:e.disabled,id:e.id,class:r.classes,onInput:n[1]||(n[1]=l=>r.onInput(l)),onBlur:n[2]||(n[2]=l=>r.onBlur(l)),onFocus:n[3]||(n[3]=l=>r.onFocus(l))}),null,16,as),[[i.vModelDynamic,a.actualValue]]),e.type!=="password"&&e.showClearButton?i.withDirectives((i.openBlock(),i.createBlock(f,{key:1,kind:"ghost",class:"button-clear",disabled:e.readonly||e.disabled,"help-text":e.clearButtonMessage,"prevent-default":"",type:"button",onClick:r.clearInput,onKeypress:i.withKeys(r.clearInput,["enter"])},{default:i.withCtx(()=>[i.createVNode(s,{name:"close-outline"})]),_:1},8,["disabled","help-text","onClick","onKeypress"])),[[i.vShow,(p=a.actualValue)==null?void 0:p.length]]):i.createCommentVNode("",!0),e.type==="password"?i.withDirectives((i.openBlock(),i.createBlock(f,{key:2,kind:"ghost",class:"toggle-password","prevent-default":"",type:"button",disabled:e.readonly||e.disabled,"help-text":a.showPassword?e.hidePasswordMessage:e.showPasswordMessage,onClick:i.withModifiers(r.toggleShowPassword,["prevent"])},{default:i.withCtx(()=>[i.createVNode(s,{name:a.showPassword?"eye-off-outline":"eye-outline"},null,8,["name"])]),_:1},8,["disabled","help-text","onClick"])),[[i.vShow,(u=a.actualValue)==null?void 0:u.length]]):i.createCommentVNode("",!0),r.hasSettings?(i.openBlock(),i.createBlock(h,{key:3,class:"settings-dropdown-wrapper",horizontal:e.settingsHorizontalPosition,vertical:e.settingsVerticalPosition},{trigger:i.withCtx(()=>[i.createVNode(f,{"prevent-default":"","help-text":e.settingsButtonMessage,class:"options-trigger",kind:"ghost"},{default:i.withCtx(()=>[i.createVNode(s,{name:"options"})]),_:1},8,["help-text"])]),body:i.withCtx(()=>[i.createElementVNode("div",ls,[i.renderSlot(t.$slots,"settings",{},void 0,!0)])]),_:3},8,["horizontal","vertical"])):i.createCommentVNode("",!0)],2)])}const br=_e(os,[["render",ss],["__scopeId","data-v-7d710724"]]),h1="",ds={name:"IbCheckbox",model:{event:"input"},props:{label:String,error:{type:[Boolean,null],default:!1},name:String,id:{type:String,default(){return ht()}},value:{default:1},modelValue:{type:Boolean},isChecked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},disableFocus:{type:Boolean,default:!1},required:{type:Boolean,default:!1},labelPosition:{type:String,default:"right"}},watch:{isChecked(t){this.checked=t},modelValue(t){this.checked=t}},data(){return{checked:this.modelValue?this.modelValue:this.isChecked}},methods:{onChange(){this.checked=!this.checked,this.$emit("update:modelValue",this.checked),this.$emit("input",this.checked)}},computed:{classes(){return{"ib-checkbox":!0,"ib-has-error":this.error,"ib-checkbox-filled":this.checked,"ib-checkbox-disabled":this.disabled,"ib-checkbox-indeterminate":this.indeterminate}},indeterminate(){return this.isChecked===null},attrs(){const t={...Dn({...this.$attrs})};return delete t.class,t.class=this.classes,t}},components:{IbIcon:Le},inheritAttrs:!1},cs=["aria-checked"],us=["for","tabindex"],fs=["name","id","value","checked","disabled","required"],hs={class:"ib-checkbox-body"},ps={key:0,class:"required"},ms={class:"ib-checkbox-input"},gs={key:1,class:"ib-checkbox-label"},ys={key:0,class:"required"};function vs(t,n,e,o,a,r){var s;const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{role:"checkbox",class:i.normalizeClass(this.$attrs.class),"aria-checked":!!a.checked},[i.createElementVNode("label",i.mergeProps(r.attrs,{for:e.id,tabindex:e.disabled|e.disableFocus?-1:0,onKeypress:n[1]||(n[1]=i.withModifiers((...f)=>r.onChange&&r.onChange(...f),["prevent"]))}),[i.createElementVNode("input",{tabindex:"-1",type:"checkbox",name:e.name,id:e.id,value:e.value,checked:a.checked,disabled:e.disabled,required:e.required,onClick:n[0]||(n[0]=(...f)=>r.onChange&&r.onChange(...f))},null,8,fs),i.createElementVNode("div",hs,[e.labelPosition==="left"&&e.label.length?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["ib-checkbox-label",{"ib-checkbox-label-left":e.labelPosition==="left"}])},[e.required?(i.openBlock(),i.createElementBlock("span",ps,"*")):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(e.label),1)],2)):i.createCommentVNode("",!0),i.createElementVNode("span",ms,[i.withDirectives(i.createVNode(d,{name:"checkmark-sharp"},null,512),[[i.vShow,a.checked&&!r.indeterminate]]),i.withDirectives(i.createVNode(d,{class:i.normalizeClass("checkbox-undeterminate-icon"),name:"remove-sharp"},null,512),[[i.vShow,r.indeterminate]])]),e.labelPosition==="right"&&((s=e.label)!=null&&s.length)?(i.openBlock(),i.createElementBlock("span",gs,[e.required?(i.openBlock(),i.createElementBlock("span",ys,"*")):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(e.label),1)])):i.createCommentVNode("",!0)])],16,us)],10,cs)}const _r=_e(ds,[["render",vs]]),p1="",bs={name:"IbToggle",model:{prop:"isChecked",event:"input"},props:{isChecked:{type:Boolean,required:!1},id:{type:String,default:()=>ht()},disabled:{type:Boolean,default:!1},name:{type:String,default:"active"},label:{type:String,default:""},error:{type:Boolean,default:!1},labelPosition:{type:String,default:"right"},helpMessage:{type:String,default:""},helpMessageOff:{type:String,default:""}},watch:{isChecked(t){this.checked=t}},data(){return{checked:this.isChecked}},methods:{onChange(){this.checked=!this.checked,this.$emit("input",this.checked)}},computed:{classes(){return{"ib-toggle-container":!0,"has-error":this.error,"toggle-on":this.checked,"toggle-disabled":this.disabled,"label-position-left":this.labelPosition==="left"}}},components:{IbIcon:Le,IbTooltip:jt}},_s=["aria-checked","tabindex"],$s={class:"toggle-wrapper",ref:"wrapper"},ws={class:"toggle",ref:"toggle"},ks=["name","checked","id","disabled"],Cs=i.createElementVNode("span",{class:"toggle-slider round"},null,-1),Os={key:0,class:"toggle-label"};function Es(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-tooltip");return i.openBlock(),i.createElementBlock("label",{role:"switch","aria-checked":a.checked,tabindex:e.disabled?-1:0,class:i.normalizeClass(r.classes),onKeypress:[n[2]||(n[2]=i.withKeys(i.withModifiers((...f)=>r.onChange&&r.onChange(...f),["prevent"]),["space"])),n[3]||(n[3]=i.withKeys(i.withModifiers((...f)=>r.onChange&&r.onChange(...f),["prevent"]),["enter"]))]},[i.createElementVNode("div",$s,[i.createElementVNode("div",ws,[i.createElementVNode("input",{tabindex:"-1",type:"checkbox",value:"1",name:e.name,checked:a.checked,id:e.id,disabled:e.disabled,onClick:n[0]||(n[0]=(...f)=>r.onChange&&r.onChange(...f)),onInput:n[1]||(n[1]=i.withModifiers(()=>{},["stop"]))},null,40,ks),Cs,i.createVNode(d,{class:"checked-icon",name:"checkmark"}),i.createVNode(d,{class:"unchecked-icon",name:"close"})],512)],512),e.label.length?(i.openBlock(),i.createElementBlock("span",Os,i.toDisplayString(e.label),1)):i.createCommentVNode("",!0),e.helpMessage.length?(i.openBlock(),i.createBlock(s,{key:1,text:a.checked?e.helpMessage:e.helpMessageOff.length?e.helpMessageOff:e.helpMessage},null,8,["text"])):i.createCommentVNode("",!0)],42,_s)}const Di=_e(bs,[["render",Es]]);function Ii(t){return t.scrollHeight>t.clientHeight}const m1="",Ss={name:"select-option",props:{option:{type:Object},name:String,parentAutoCheck:{type:Boolean,default:!1},isMultiple:{type:Boolean,default:!0},uid:{type:String,default:""},onlyEndNodes:{type:Boolean,default:!1},htmlTitle:{type:Boolean,default:!1},showInput:{type:Boolean,default:!0},isBookmarkable:{type:Boolean,default:!1},isBookmarked:{type:Boolean,default:!1},isToggle:{type:Boolean,default:!1}},mounted(){this.option.hasOwnProperty("children")&&this.option.children&&this.checkParent()},updated(){this.$nextTick(()=>{Ii(this.$el.querySelector(".option-label"))&&(this.showTooltip=!0)})},data(){return{showTooltip:!1}},methods:{onKeydown(t){t.keyCode===ki&&(t.preventDefault(),this.onChange()),this.hasVisibleChildren&&(t.keyCode===Ha&&(this.option.isChildrenVisible=!0),t.keyCode===Fa&&(this.option.isChildrenVisible=!1))},onChange(){var t,n;!this.isMultiple&&!this.isChecked(this.option)&&((t=this.$refs.component)==null||t.onChange()),this.isMultiple&&((n=this.$refs.component)==null||n.onChange())},toggle(t,n=!0){this.check(this.option,t,!0,n)},check(t,n,e,o){this.$emit("check",t,n,e),o&&t.children&&t.children.forEach(a=>{this.check(a,n,!1,!0)})},toggleChildrenVisibility(){this.option.isChildrenVisible=!this.option.isChildrenVisible},checkChildren(t,n,e){e&&this.isMultiple&&this.$nextTick(()=>{this.checkParent()}),this.$emit("check",t,n,!1)},checkParent(){const t=this.option.children.filter(e=>e.checked).length,n=t>=this.option.children.length;(!this.option.checked&&n&&this.parentAutoCheck||this.option.checked&&!n)&&this.toggle(!this.option.checked,!1)},calculateChildren(t,n,e=!1){let o=0;return t.children&&t.children.forEach(a=>{(!n||n(a))&&o++,e&&(o+=this.calculateChildren(a,n,e))}),o},isChecked(t){if(this.hasChildren)if(this.childrenSelectedCount){if(this.childrenSelectedCount>0&&this.countOfAllChildren>this.childrenSelectedCount)return null}else return!1;return t.checked?!0:t.isIndeterminate?null:!1}},computed:{component(){return this.isMultiple&&this.isToggle?Di:_r},hasChildren(){return!!(this.option.children&&this.option.children.length)},hasVisibleChildren(){return this.calculateChildren(this.option,t=>t.visible)},iconName(){return this.option.isChildrenVisible?"chevron-down":"chevron-forward"},id(){return this.uid+"_"+this.option.id},actualName(){return this.onlyEndNodes&&this.option.children&&this.option.children.length?"":this.name},childrenSelectedCount(){return this.calculateChildren(this.option,t=>t.checked,!0)},countOfAllChildren(){return this.calculateChildren(this.option,()=>!0,!0)}},components:{IbIcon:Le,List:mr,IbIconButton:ut},directives:{Tooltip:yr}},Ts=["aria-selected","aria-label","id"],xs={key:0,class:"option-label"},Ns={key:1,class:"option-label"},As=["innerHTML"],Ds=["innerHTML"],Is={key:2,class:"option-label"};function Ms(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon"),s=i.resolveComponent("ib-icon-button"),f=i.resolveComponent("select-option"),h=i.resolveComponent("list"),p=i.resolveDirective("tooltip");return i.openBlock(),i.createElementBlock("li",null,[i.withDirectives((i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["tree-select-option",{"tree-select-option-checked":r.isChecked(e.option),"tree-select-option-margin":r.hasVisibleChildren,active:e.option.isChildrenVisible,"is-multiple":e.isMultiple,"is-not-multiple":!e.isMultiple,"tree-select-option-toggle":this.isToggle&&this.isMultiple}]),tabindex:"0",role:"option","aria-selected":r.isChecked(e.option),"aria-label":e.option.title,id:"option-"+r.id,onKeydown:n[3]||(n[3]=i.withModifiers((...u)=>r.onKeydown&&r.onKeydown(...u),["self"])),onFocus:n[4]||(n[4]=u=>t.$emit("onFocus",`option-${r.id}`))},[i.withDirectives(i.createVNode(s,{"disabled-focus":!0,kind:"ghost",class:"toggle-children",onClick:r.toggleChildrenVisibility},{default:i.withCtx(()=>[i.createVNode(d,{name:r.iconName},null,8,["name"])]),_:1},8,["onClick"]),[[i.vShow,r.hasVisibleChildren]]),i.createElementVNode("div",{onClick:n[1]||(n[1]=i.withModifiers((...u)=>r.onChange&&r.onChange(...u),["prevent"])),class:i.normalizeClass({disabled:e.option.isDisabled,"tree-select-option-label":!0,"tree-select-option-has-children":r.hasVisibleChildren,active:!e.showInput&&e.option.checked})},[i.withDirectives((i.openBlock(),i.createBlock(i.resolveDynamicComponent(r.component),{ref:"component",tabindex:"-1","disable-focus":"","aria-label":e.option.title,name:r.actualName,value:e.option.id,id:"input"+r.id,"is-checked":r.isChecked(e.option),disabled:e.option.isDisabled,autocomplete:"off",autocorrect:"off",autocapitalize:"off",spellcheck:"false",onInput:r.toggle},null,40,["aria-label","name","value","id","is-checked","disabled","onInput"])),[[i.vShow,e.showInput]]),e.isBookmarkable?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass("bookmarkable-option-title "+(e.isBookmarked?"bookmarked":""))},[r.hasChildren?(i.openBlock(),i.createElementBlock("span",Ns,i.toDisplayString(e.option.title),1)):(i.openBlock(),i.createElementBlock("span",xs,[i.createTextVNode(i.toDisplayString(e.option.title)+" ",1),i.createVNode(d,{name:"star",onClick:n[0]||(n[0]=i.withModifiers(u=>t.$emit("toggle-bookmark",e.option),["stop","prevent"]))})]))],2)):e.htmlTitle?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[r.hasChildren?(i.openBlock(),i.createElementBlock("span",{key:1,class:"option-label",innerHTML:e.option.title},null,8,Ds)):(i.openBlock(),i.createElementBlock("span",{key:0,class:"option-label",innerHTML:e.option.title},null,8,As))],64)):(i.openBlock(),i.createElementBlock("span",Is,i.toDisplayString(e.option.title),1))],2),r.hasChildren?i.withDirectives((i.openBlock(),i.createBlock(h,{key:0},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.option.children,u=>i.withDirectives((i.openBlock(),i.createBlock(f,{key:u.value,option:u,name:e.name,"parent-auto-check":e.parentAutoCheck,"is-multiple":e.isMultiple,"show-input":e.showInput,onCheck:r.checkChildren,onToggleBookmark:n[2]||(n[2]=l=>t.$emit("toggle-bookmark",l)),uid:e.uid,"is-bookmarkable":e.isBookmarkable},null,8,["option","name","parent-auto-check","is-multiple","show-input","onCheck","uid","is-bookmarkable"])),[[i.vShow,u.visible]])),128))]),_:1},512)),[[i.vShow,r.hasVisibleChildren&&e.option.isChildrenVisible]]):i.createCommentVNode("",!0)],42,Ts)),[[p,a.showTooltip?e.option.title:""]])])}const Ps=_e(Ss,[["render",Ms]]);var qe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function jn(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Mi={exports:{}};/*!***************************************************
22
22
  * mark.js v8.11.1
23
23
  * https://markjs.io/
24
24
  * Copyright (c) 2014–2018, Julian Kühnel
25
25
  * Released under the MIT license https://git.io/vwTVl
26
- *****************************************************/(function(t,n){(function(e,o){t.exports=o()})(qe,function(){class e{constructor(r,d=!0,s=[],f=5e3){this.ctx=r,this.iframes=d,this.exclude=s,this.iframesTimeout=f}static matches(r,d){const s=typeof d=="string"?[d]:d,f=r.matches||r.matchesSelector||r.msMatchesSelector||r.mozMatchesSelector||r.oMatchesSelector||r.webkitMatchesSelector;if(f){let h=!1;return s.every(p=>!f.call(r,p)||(h=!0,!1)),h}return!1}getContexts(){let r=[];return(this.ctx!==void 0&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:typeof this.ctx=="string"?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(d=>{const s=r.filter(f=>f.contains(d)).length>0;r.indexOf(d)!==-1||s||r.push(d)}),r}getIframeContents(r,d,s=()=>{}){let f;try{const h=r.contentWindow;if(f=h.document,!h||!f)throw new Error("iframe inaccessible")}catch{s()}f&&d(f)}isIframeBlank(r){const d="about:blank",s=r.getAttribute("src").trim();return r.contentWindow.location.href===d&&s!==d&&s}observeIframeLoad(r,d,s){let f=!1,h=null;const p=()=>{if(!f){f=!0,clearTimeout(h);try{this.isIframeBlank(r)||(r.removeEventListener("load",p),this.getIframeContents(r,d,s))}catch{s()}}};r.addEventListener("load",p),h=setTimeout(p,this.iframesTimeout)}onIframeReady(r,d,s){try{r.contentWindow.document.readyState==="complete"?this.isIframeBlank(r)?this.observeIframeLoad(r,d,s):this.getIframeContents(r,d,s):this.observeIframeLoad(r,d,s)}catch{s()}}waitForIframes(r,d){let s=0;this.forEachIframe(r,()=>!0,f=>{s++,this.waitForIframes(f.querySelector("html"),()=>{--s||d()})},f=>{f||d()})}forEachIframe(r,d,s,f=()=>{}){let h=r.querySelectorAll("iframe"),p=h.length,u=0;h=Array.prototype.slice.call(h);const l=()=>{--p<=0&&f(u)};p||l(),h.forEach(c=>{e.matches(c,this.exclude)?l():this.onIframeReady(c,_=>{d(c)&&(u++,s(_)),l()},l)})}createIterator(r,d,s){return document.createNodeIterator(r,d,s,!1)}createInstanceOnIframe(r){return new e(r.querySelector("html"),this.iframes)}compareNodeIframe(r,d,s){const f=r.compareDocumentPosition(s),h=Node.DOCUMENT_POSITION_PRECEDING;return!!(f&h&&(d===null||d.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_FOLLOWING))}getIteratorNode(r){const d=r.previousNode();return{prevNode:d,node:(d===null||r.nextNode())&&r.nextNode()}}checkIframeFilter(r,d,s,f){let h=!1,p=!1;return f.forEach((u,l)=>{u.val===s&&(h=l,p=u.handled)}),this.compareNodeIframe(r,d,s)?(h!==!1||p?h===!1||p||(f[h].handled=!0):f.push({val:s,handled:!0}),!0):(h===!1&&f.push({val:s,handled:!1}),!1)}handleOpenIframes(r,d,s,f){r.forEach(h=>{h.handled||this.getIframeContents(h.val,p=>{this.createInstanceOnIframe(p).forEachNode(d,s,f)})})}iterateThroughNodes(r,d,s,f,h){const p=this.createIterator(d,r,f);let u,l,c=[],_=[],v=()=>({prevNode:l,node:u}=this.getIteratorNode(p),u);for(;v();)this.iframes&&this.forEachIframe(d,b=>this.checkIframeFilter(u,l,b,c),b=>{this.createInstanceOnIframe(b).forEachNode(r,g=>_.push(g),f)}),_.push(u);_.forEach(b=>{s(b)}),this.iframes&&this.handleOpenIframes(c,r,s,f),h()}forEachNode(r,d,s,f=()=>{}){const h=this.getContexts();let p=h.length;p||f(),h.forEach(u=>{const l=()=>{this.iterateThroughNodes(r,u,d,s,()=>{--p<=0&&f()})};this.iframes?this.waitForIframes(u,l):l()})}}class o{constructor(r){this.ctx=r,this.ie=!1;const d=window.navigator.userAgent;(d.indexOf("MSIE")>-1||d.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(r){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},r)}get opt(){return this._opt}get iterator(){return new e(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(r,d="debug"){const s=this.opt.log;this.opt.debug&&typeof s=="object"&&typeof s[d]=="function"&&s[d](`mark.js: ${r}`)}escapeStr(r){return r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(r){return this.opt.wildcards!=="disabled"&&(r=this.setupWildcardsRegExp(r)),r=this.escapeStr(r),Object.keys(this.opt.synonyms).length&&(r=this.createSynonymsRegExp(r)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(r=this.setupIgnoreJoinersRegExp(r)),this.opt.diacritics&&(r=this.createDiacriticsRegExp(r)),r=this.createMergedBlanksRegExp(r),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(r=this.createJoinersRegExp(r)),this.opt.wildcards!=="disabled"&&(r=this.createWildcardsRegExp(r)),r=this.createAccuracyRegExp(r)}createSynonymsRegExp(r){const d=this.opt.synonyms,s=this.opt.caseSensitive?"":"i",f=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let h in d)if(d.hasOwnProperty(h)){const p=d[h],u=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(h):this.escapeStr(h),l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(p):this.escapeStr(p);u!==""&&l!==""&&(r=r.replace(new RegExp(`(${this.escapeStr(u)}|${this.escapeStr(l)})`,`gm${s}`),f+`(${this.processSynomyms(u)}|${this.processSynomyms(l)})`+f))}return r}processSynomyms(r){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(r=this.setupIgnoreJoinersRegExp(r)),r}setupWildcardsRegExp(r){return(r=r.replace(/(?:\\)*\?/g,d=>d.charAt(0)==="\\"?"?":"")).replace(/(?:\\)*\*/g,d=>d.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(r){let d=this.opt.wildcards==="withSpaces";return r.replace(/\u0001/g,d?"[\\S\\s]?":"\\S?").replace(/\u0002/g,d?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(r){return r.replace(/[^(|)\\]/g,(d,s,f)=>{let h=f.charAt(s+1);return/[(|)\\]/.test(h)||h===""?d:d+"\0"})}createJoinersRegExp(r){let d=[];const s=this.opt.ignorePunctuation;return Array.isArray(s)&&s.length&&d.push(this.escapeStr(s.join(""))),this.opt.ignoreJoiners&&d.push("\\u00ad\\u200b\\u200c\\u200d"),d.length?r.split(/\u0000+/).join(`[${d.join("")}]*`):r}createDiacriticsRegExp(r){const d=this.opt.caseSensitive?"":"i",s=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let f=[];return r.split("").forEach(h=>{s.every(p=>{if(p.indexOf(h)!==-1){if(f.indexOf(p)>-1)return!1;r=r.replace(new RegExp(`[${p}]`,`gm${d}`),`[${p}]`),f.push(p)}return!0})}),r}createMergedBlanksRegExp(r){return r.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(r){const d="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿";let s=this.opt.accuracy,f=typeof s=="string"?s:s.value,h=typeof s=="string"?[]:s.limiters,p="";switch(h.forEach(u=>{p+=`|${this.escapeStr(u)}`}),f){case"partially":default:return`()(${r})`;case"complementary":return`()([^${p="\\s"+(p||this.escapeStr(d))}]*${r}[^${p}]*)`;case"exactly":return`(^|\\s${p})(${r})(?=$|\\s${p})`}}getSeparatedKeywords(r){let d=[];return r.forEach(s=>{this.opt.separateWordSearch?s.split(" ").forEach(f=>{f.trim()&&d.indexOf(f)===-1&&d.push(f)}):s.trim()&&d.indexOf(s)===-1&&d.push(s)}),{keywords:d.sort((s,f)=>f.length-s.length),length:d.length}}isNumeric(r){return Number(parseFloat(r))==r}checkRanges(r){if(!Array.isArray(r)||Object.prototype.toString.call(r[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(r),[];const d=[];let s=0;return r.sort((f,h)=>f.start-h.start).forEach(f=>{let{start:h,end:p,valid:u}=this.callNoMatchOnInvalidRanges(f,s);u&&(f.start=h,f.length=p-h,d.push(f),s=p)}),d}callNoMatchOnInvalidRanges(r,d){let s,f,h=!1;return r&&r.start!==void 0?(f=(s=parseInt(r.start,10))+parseInt(r.length,10),this.isNumeric(r.start)&&this.isNumeric(r.length)&&f-d>0&&f-s>0?h=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(r)}`),this.opt.noMatch(r))):(this.log(`Ignoring invalid range: ${JSON.stringify(r)}`),this.opt.noMatch(r)),{start:s,end:f,valid:h}}checkWhitespaceRanges(r,d,s){let f,h=!0,p=s.length,u=d-p,l=parseInt(r.start,10)-u;return(f=(l=l>p?p:l)+parseInt(r.length,10))>p&&(f=p,this.log(`End range automatically set to the max value of ${p}`)),l<0||f-l<0||l>p||f>p?(h=!1,this.log(`Invalid range: ${JSON.stringify(r)}`),this.opt.noMatch(r)):s.substring(l,f).replace(/\s+/g,"")===""&&(h=!1,this.log("Skipping whitespace only range: "+JSON.stringify(r)),this.opt.noMatch(r)),{start:l,end:f,valid:h}}getTextNodes(r){let d="",s=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,f=>{s.push({start:d.length,end:(d+=f.textContent).length,node:f})},f=>this.matchesExclude(f.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{r({value:d,nodes:s})})}matchesExclude(r){return e.matches(r,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(r,d,s){const f=this.opt.element?this.opt.element:"mark",h=r.splitText(d),p=h.splitText(s-d);let u=document.createElement(f);return u.setAttribute("data-markjs","true"),this.opt.className&&u.setAttribute("class",this.opt.className),u.textContent=h.textContent,h.parentNode.replaceChild(u,h),p}wrapRangeInMappedTextNode(r,d,s,f,h){r.nodes.every((p,u)=>{const l=r.nodes[u+1];if(l===void 0||l.start>d){if(!f(p.node))return!1;const c=d-p.start,_=(s>p.end?p.end:s)-p.start,v=r.value.substr(0,p.start),b=r.value.substr(_+p.start);if(p.node=this.wrapRangeInTextNode(p.node,c,_),r.value=v+b,r.nodes.forEach((g,y)=>{y>=u&&(r.nodes[y].start>0&&y!==u&&(r.nodes[y].start-=_),r.nodes[y].end-=_)}),s-=_,h(p.node.previousSibling,p.start),!(s>p.end))return!1;d=p.end}return!0})}wrapMatches(r,d,s,f,h){const p=d===0?0:d+1;this.getTextNodes(u=>{u.nodes.forEach(l=>{let c;for(l=l.node;(c=r.exec(l.textContent))!==null&&c[p]!=="";){if(!s(c[p],l))continue;let _=c.index;if(p!==0)for(let v=1;v<p;v++)_+=c[v].length;l=this.wrapRangeInTextNode(l,_,_+c[p].length),f(l.previousSibling),r.lastIndex=0}}),h()})}wrapMatchesAcrossElements(r,d,s,f,h){const p=d===0?0:d+1;this.getTextNodes(u=>{let l;for(;(l=r.exec(u.value))!==null&&l[p]!=="";){let c=l.index;if(p!==0)for(let v=1;v<p;v++)c+=l[v].length;const _=c+l[p].length;this.wrapRangeInMappedTextNode(u,c,_,v=>s(l[p],v),(v,b)=>{r.lastIndex=b,f(v)})}h()})}wrapRangeFromIndex(r,d,s,f){this.getTextNodes(h=>{const p=h.value.length;r.forEach((u,l)=>{let{start:c,end:_,valid:v}=this.checkWhitespaceRanges(u,p,h.value);v&&this.wrapRangeInMappedTextNode(h,c,_,b=>d(b,u,h.value.substring(c,_),l),b=>{s(b,u)})}),f()})}unwrapMatches(r){const d=r.parentNode;let s=document.createDocumentFragment();for(;r.firstChild;)s.appendChild(r.removeChild(r.firstChild));d.replaceChild(s,r),this.ie?this.normalizeTextNode(d):d.normalize()}normalizeTextNode(r){if(r){if(r.nodeType===3)for(;r.nextSibling&&r.nextSibling.nodeType===3;)r.nodeValue+=r.nextSibling.nodeValue,r.parentNode.removeChild(r.nextSibling);else this.normalizeTextNode(r.firstChild);this.normalizeTextNode(r.nextSibling)}}markRegExp(r,d){this.opt=d,this.log(`Searching with expression "${r}"`);let s=0,f="wrapMatches";const h=p=>{s++,this.opt.each(p)};this.opt.acrossElements&&(f="wrapMatchesAcrossElements"),this[f](r,this.opt.ignoreGroups,(p,u)=>this.opt.filter(u,p,s),h,()=>{s===0&&this.opt.noMatch(r),this.opt.done(s)})}mark(r,d){this.opt=d;let s=0,f="wrapMatches";const{keywords:h,length:p}=this.getSeparatedKeywords(typeof r=="string"?[r]:r),u=this.opt.caseSensitive?"":"i",l=c=>{let _=new RegExp(this.createRegExp(c),`gm${u}`),v=0;this.log(`Searching with expression "${_}"`),this[f](_,1,(b,g)=>this.opt.filter(g,c,s,v),b=>{v++,s++,this.opt.each(b)},()=>{v===0&&this.opt.noMatch(c),h[p-1]===c?this.opt.done(s):l(h[h.indexOf(c)+1])})};this.opt.acrossElements&&(f="wrapMatchesAcrossElements"),p===0?this.opt.done(s):l(h[0])}markRanges(r,d){this.opt=d;let s=0,f=this.checkRanges(r);f&&f.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(f)),this.wrapRangeFromIndex(f,(h,p,u,l)=>this.opt.filter(h,p,u,l),(h,p)=>{s++,this.opt.each(h,p)},()=>{this.opt.done(s)})):this.opt.done(s)}unmark(r){this.opt=r;let d=this.opt.element?this.opt.element:"*";d+="[data-markjs]",this.opt.className&&(d+=`.${this.opt.className}`),this.log(`Removal selector "${d}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,s=>{this.unwrapMatches(s)},s=>{const f=e.matches(s,d),h=this.matchesExclude(s);return!f||h?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}}return function(a){const r=new o(a);return this.mark=(d,s)=>(r.mark(d,s),this),this.markRegExp=(d,s)=>(r.markRegExp(d,s),this),this.markRanges=(d,s)=>(r.markRanges(d,s),this),this.unmark=d=>(r.unmark(d),this),this}})})(Mi);var Bs=Mi.exports;const Ls=jn(Bs),g1="",Rs={name:"IbTreeSelect",inject:["LANG_COMPONENTS"],props:{classList:[String,Array],placeholder:{type:String,default:""},searchPlaceholderText:{type:String,default:""},clearButtonMessage:{type:String,default:""},showClearButton:{type:Boolean,default:!0},isResizable:{type:Boolean,default:!1},menuSize:{type:[String,Number]},initialSize:{left:0,right:0},ariaLabel:{type:String,default:""},name:String,id:{type:String,default(){return ht()}},options:{default(){return[]}},modelValue:{type:[Number,String,Array]},value:{type:[Number,String,Array],default(){return[]}},maxSelectedNames:{type:Number,default:2},isMultiple:{type:Boolean,default:!0},parentAutoCheck:{type:Boolean,default:!0},strings:{type:Object,default(){return{}}},onlyEndNodes:{type:Boolean,default:!1},isRequired:{type:Boolean,default:!0},htmlOptionTitle:{type:Boolean,default:!1},isBookmarkable:{type:Boolean,default:!1},initBookmarks:{type:Array,default:()=>[]},showInputs:{type:Boolean,default(t){return t.isMultiple}},dependency:{type:String},filterId:{type:String,default(){return ht()}},staticPlaceholder:{type:Boolean,default:!1},useSearch:{type:Boolean,default:!1},isWatching:{type:Boolean,default:!1},vertical:{type:String},emptyMessage:{type:String,default:""},errorMessage:{type:String,default:""},allOptions:{type:Boolean,default:!0},watchClearValue:{type:Boolean,default:!1},isToggle:{type:Boolean,default:!1},alphabetSort:{type:Boolean,default:!1}},emits:["close","input","blur","search","resize","submit","update:modelValue"],watch:{value(t){this.val=t,this.setPreparedValues()},modelValue(t){this.val=t,this.actualOptions=[],this.setPreparedValues()},val(t){this.watchClearValue&&(!t||Array.isArray(t)&&!t.length)&&this.setPreparedValues(this.actualOptions).then(()=>{const n=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":update",{values:n,filter:this.filterId})})},options(){let t=!0;if(typeof this.options=="function")t=!1;else{const n=[],e=this.options;Array.prototype.forEach.call(e,o=>{o.id!==void 0&&n.push(o.id)}),t=JSON.stringify(n)===JSON.stringify(this.optionsIdsWatch),this.optionsIdsWatch=n}(this.isInitialized&&!t||this.isWatching)&&this.setPreparedValues().then(()=>{const n=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":update",{values:n,filter:this.filterId})})},dependency(t,n){this.$nextTick(()=>{this.registerDependency(n)})},initBookmarks(){this.actualBookmarkedOptions={},this.setBookmarkedOptions(this.actualOptions)}},mounted(){this.marker=new Ls(this.$refs.list.$el),this.registerDependency(),this.$globalEvents.$on("select:refresh",()=>{this.setPreparedValues()}),document.addEventListener("mousemove",this.onResize),document.addEventListener("mouseup",this.endResizing)},data(){var t,n,e,o,a,r,d,s;return this.defaultFilter=f=>{this.marker.unmark();const h=this.filterString.toLowerCase().trim();this.filterFunc.call(this,f,h),h&&this.marker.mark(h)},{val:this.modelValue?this.modelValue:this.value,size:{left:this.initialSize&&this.initialSize.left||0,right:this.initialSize&&this.initialSize.right||0},resizingProp:null,isInitialized:!1,optionsIdsWatch:[],isLoading:!1,actualName:this.isMultiple?this.name+"[]":this.name,filterString:"",actualOptions:[],actualBookmarkedOptions:{},selected:[],isOpen:!1,allOptionsIsChecked:!0,hasTreeChildren:!1,uid:`f${(~~(Math.random()*1e8)).toString(16)}`,focusedOptionId:"",actualStrings:{searchPlaceholder:lang(this.searchPlaceholderText.length?this.searchPlaceholderText:"search_placeholder",(t=this.LANG_COMPONENTS)==null?void 0:t.COMPONENT_SELECT),emptyTitle:lang("empty_title",(n=this.LANG_COMPONENTS)==null?void 0:n.COMPONENT_SELECT),selectAllOptions:lang("all_options",(e=this.LANG_COMPONENTS)==null?void 0:e.COMPONENT_SELECT),allSelected:lang("all_selected",(o=this.LANG_COMPONENTS)==null?void 0:o.COMPONENT_SELECT),loading:lang("loading",(a=this.LANG_COMPONENTS)==null?void 0:a.COMPONENT_SELECT)+"...",selectedCount:lang("selected_count",(r=this.LANG_COMPONENTS)==null?void 0:r.COMPONENT_SELECT),buttonTitle:this.buttonTitle||lang("button_title",(d=this.LANG_COMPONENTS)==null?void 0:d.COMPONENT_SELECT),requiredDependencyNotFilled:this.requiredDependencyNotFilled||lang("required_dependency_are_not_filled",(s=this.LANG_COMPONENTS)==null?void 0:s.COMPONENT_SELECT),...this.strings},dependencyValue:null}},methods:{onBlur(){setTimeout(()=>{this.isOpen||this.$emit("blur")},200)},inputKeyupDown(){this.focusOnFirstOptions()},comboboxKeyupDown(){if(this.showSearch){this.$refs.search.focus();return}this.focusOnFirstOptions()},focus(){this.$refs.combobox.focus()},focusOnFirstOptions(){this.$refs.list.$el.querySelector("[tabindex]:not(hidden)").focus()},startResizing(t){this.resizingProp=t},endResizing(){this.resizingProp&&(this.resizingProp=null,this.$emit("resize",this.size))},onResize(t){switch(this.resizingProp){case"left":this.size.left=Math.max(this.size.left-t.movementX,0);break;case"right":this.size.right=Math.max(this.size.right+t.movementX,0);break}},registerDependency(t){this.dependency?(this.$globalEvents.$on("select-"+this.dependency+":update",n=>{this.clear(),this.dependencyValue=n,this.dependencyValue&&this.dependencyValue.values&&(!Array.isArray(this.dependencyValue.values)||this.dependencyValue.values.length)&&this.setPreparedValues()}),this.isLoading=!1):(this.$globalEvents.$off("select-"+t+":update"),this.setPreparedValues().then(()=>{const n=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":update",{values:n,filter:this.filterId})}))},filter(t,n){this.filterString=t,this.$emit("search",{search:this.filterString}),this.defaultFilter(n)},setPreparedValues(t){let n=t||this.options;return this.alphabetSort&&(n=n.sort((e,o)=>e.title.toLowerCase().localeCompare(o.title.toLowerCase()))),this.prepare(n).then(([e,o])=>{this.actualOptions=e,this.allOptionsIsChecked=this.checkIfOptionsChecked(e),this.isInitialized=!0,this.selected=o,this.setBookmarkedOptions(e)})},clear(){this.setPreparedValues(),this.allOptionsIsChecked=!1,this.selected=[],Object.keys(this.selected),this.isMultiple?(this.$emit("update:modelValue",null),this.$emit("input",null),this.$emit("clear-value",null)):(this.$emit("update:modelValue",[]),this.$emit("input",[]),this.$emit("clear-value",[])),this.setPreparedValues()},clearValue(){this.clear(),this.setPreparedValues()},prepare(t){return new Promise(n=>{const e={},o=[];let a=Promise.resolve();typeof t=="function"?(this.isLoading=!0,this.dependency&&(t=t.bind(null,this.dependencyValue)),a=a.then(t)):a=a.then(()=>t),a.then(r=>(this.isLoading=!1,r.forEach(d=>{d.initiallyVisible=typeof d.visible>"u"?!0:d.visible,d.visible=d.initiallyVisible,d.isDisabled=!1,d.checked=this.isMultiple?this.val!==null&&this.val.findIndex(s=>d.id==s)>-1:this.val!==null&&this.val==d.id,d.checked&&(!this.onlyEndNodes||!d.children)&&(e[d.id]=d),d.children&&(this.hasTreeChildren=!0,d.isChildrenVisible=!1),o.push(new Promise(s=>{d.children?this.prepare(d.children).then(([f,h])=>{d.children=f,Object.assign(e,h),s(d)}):s(d)}))}),Promise.all(o).then(d=>{n([d,e])}))).catch(r=>{throw this.isLoading=!1,r})})},filterFunc(t,n){let e=0;return t.forEach(o=>{let a=o.initiallyVisible&&o.title&&o.title.toString().toLowerCase().includes(n)&&!this.actualBookmarkedOptions[o.id];if(o.children&&o.children.length){let r=this.filterFunc(o.children,n);e+=r,r&&(o.isChildrenVisible=!!n||!!Object.keys(this.actualBookmarkedOptions).length,o.isDisabled=r<o.children.length&&!this.isBookmarkable),a?r||(a=!1):a=!!r}o.visible=a,a&&e++}),e},submit(){this.change();const t=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":submit",{values:t,filter:this.filterId}),this.$emit("submit")},change(){const t=Object.keys(this.selected);this.isMultiple?(this.$emit("update:modelValue",t),this.$emit("input",t)):(this.$emit("update:modelValue",t[0]),this.$emit("input",t[0])),this.$globalEvents.$emit("select-"+this.filterId+":update",{values:t,filter:this.filterId}),this.$refs.dropdown.close()},checkIfOptionsChecked(t){return t.every(n=>n.checked)},registerCheck(t,n,e){if(n)if(t.checked=!0,this.isMultiple)this.onlyEndNodes&&t.children&&t.children.length||(this.selected[t.id]=t,this.$emit("update:modelValue",Object.keys(this.selected)),this.$emit("input",Object.keys(this.selected)));else{const o=Object.keys(this.selected)[0];o&&(this.selected[o].checked=!1),this.selected={[t.id]:t},this.change()}else delete this.selected[t.id],t.checked=!1,this.$emit("update:modelValue",Object.keys(this.selected)),this.$emit("input",Object.keys(this.selected));this.toggleDuplicateOptions(this.actualOptions,t.id,n),e&&(this.allOptionsIsChecked=this.checkIfOptionsChecked(this.actualOptions))},toggleDuplicateOptions(t,n,e){for(let o of t)o.id===n&&(o.checked=e),o.children&&this.toggleDuplicateOptions(o.children,n,e)},manageAll(){this.allOptionsIsChecked=!this.allOptionsIsChecked,this.traverseTree(this.actualOptions,t=>{this.registerCheck(t,this.allOptionsIsChecked,!1)})},traverseTree(t,n){t.forEach(e=>{n(e),e.children&&e.children.length&&this.traverseTree(e.children,n)})},getArrayOptions(t){let n=[];for(let e of t)n.push(e),e.children&&(n=n.concat(this.getArrayOptions(e.children)));return n},toggleBookmark(t){this.actualBookmarkedOptions[t.id]?delete this.actualBookmarkedOptions[t.id]:this.actualBookmarkedOptions[t.id]=t,this.$emit("toggle-bookmarked-option",t.id),this.filter(this.filterString,this.actualOptions)},setBookmarkedOptions(t){t.forEach(n=>{n.children&&n.children.length?this.setBookmarkedOptions(n.children):this.initBookmarks.includes(n.id)&&(this.actualBookmarkedOptions[n.id]=n)}),this.filter(this.filterString,t)},onClose(){this.isOpen=!1,this.filter("",this.actualOptions),this.isMultiple?this.$emit("close",Object.keys(this.selected)):this.$emit("close",Object.keys(this.selected)[0]),this.$emit("blur")}},computed:{hasTrigger(){return!!this.$slots.trigger},hasEmptyMessage(){return!!this.$slots.emptyMessage},treeDropPos(){return this.menuSize?{width:this.menuSize+"px",maxWidth:this.menuSize+"px",minWidth:this.menuSize+"px"}:{width:"auto",position:"absolute",left:-this.size.left+"px",right:-this.size.right+"px"}},hasHierarchy(){return this.actualOptions.some(t=>t.children)},selectedKeys(){return Object.keys(this.selected).filter(t=>{if(!this.onlyEndNodes||!this.selected[t].children)return!0})},selectStatus(){return this.staticPlaceholder?this.placeholder:this.isLoading?this.actualStrings.loading:this.selectedKeys.length?this.selectedKeys.length<this.maxSelectedNames?this.selectedKeys.map(t=>this.selected[t].title).join(","):this.selectedKeys.length<this.optionsCount?this.actualStrings.selectedCount.replace("{selected}",this.selectedKeys.length).replace("{all}",this.optionsCount):this.actualStrings.allSelected:this.emptyMessage},isEmpty(){return Array.isArray(this.value)?!this.value.length:!this.value},requiredDependencyNotFilled(){return this.dependency&&(!this.dependencyValue||!this.dependencyValue.values||!this.dependencyValue.values.length)},showSearch(){return this.useSearch||this.optionsCount>10},arrayOfOptions(){return this.getArrayOptions(this.actualOptions)},optionsCount(){let t=[];for(let n of this.arrayOfOptions)(!this.onlyEndNodes||!n.children)&&!t.includes(n.id)&&t.push(n.id);return t.length},visibleOptionsCount(){let t=[];return this.traverseTree(this.actualOptions,n=>{(!this.onlyEndNodes||!n.children)&&!t.includes(n.id)&&n.visible&&t.push(n.id)}),t.length+(this.isBookmarkable?Object.keys(this.actualBookmarkedOptions).length:0)}},components:{IbAlert:It,IbIconButton:ut,IbIcon:Le,IbDropdown:Ln,IbInput:br,List:mr,"select-option":Ps},beforeUnmount(){document.removeEventListener("mousemove",this.onResize),document.removeEventListener("mouseup",this.endResizing)}},js={key:0,class:"tree-select-empty"},Vs={key:1,class:"tree-select-default-empty tree-select-empty"};function qs(t,n,e,o,a,r){const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-icon"),f=i.resolveComponent("ib-icon-button"),h=i.resolveComponent("select-option"),p=i.resolveComponent("list"),u=i.resolveComponent("ib-input"),l=i.resolveComponent("ib-dropdown");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.errorMessage?(i.openBlock(),i.createBlock(d,{key:0,class:"tree-select-error"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["tree-select",e.classList])},[i.createVNode(l,{disabled:a.isLoading,"is-resizable":e.isResizable,vertical:e.vertical,ref:"dropdown",onClose:r.onClose,onOpen:n[11]||(n[11]=c=>a.isOpen=!0)},i.createSlots({body:i.withCtx(()=>[i.createElementVNode("div",{class:i.normalizeClass(["tree-drop",{"not-tree-child":!a.hasTreeChildren}]),style:i.normalizeStyle(r.treeDropPos)},[e.isResizable?(i.openBlock(),i.createElementBlock("div",{key:0,class:"ib-dropdown-resizer ib-dropdown-resizer-left",onMousedown:n[6]||(n[6]=c=>r.startResizing("left"))},null,32)):i.createCommentVNode("",!0),e.isResizable?(i.openBlock(),i.createElementBlock("div",{key:1,class:"ib-dropdown-resizer ib-dropdown-resizer-right",onMousedown:n[7]||(n[7]=c=>r.startResizing("right"))},null,32)):i.createCommentVNode("",!0),Object.keys(a.actualBookmarkedOptions).length>0?(i.openBlock(),i.createBlock(p,{key:2,class:i.normalizeClass({"has-hierarchy":r.hasHierarchy})},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(a.actualBookmarkedOptions,c=>(i.openBlock(),i.createBlock(h,{key:"bookmark"+c.id,option:c,"parent-auto-check":!1,"is-multiple":e.isMultiple,"is-bookmarkable":!0,"is-bookmarked":!0,onCheck:r.registerCheck,onToggleBookmark:r.toggleBookmark,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"html-title":e.htmlOptionTitle,"show-input":e.showInputs},null,8,["option","is-multiple","onCheck","onToggleBookmark","uid","only-end-nodes","html-title","show-input"]))),128))]),_:1},8,["class"])):i.createCommentVNode("",!0),r.showSearch?(i.openBlock(),i.createBlock(u,{key:3,class:"tree-search",ref:"search","show-icon":!0,value:a.filterString,"aria-label":e.searchPlaceholderText?e.searchPlaceholderText:a.actualStrings.searchPlaceholder,placeholder:e.searchPlaceholderText?e.searchPlaceholderText:a.actualStrings.searchPlaceholder,onInput:n[8]||(n[8]=c=>r.filter(c,a.actualOptions)),onKeyup:i.withKeys(r.inputKeyupDown,["down"])},null,8,["value","aria-label","placeholder","onKeyup"])):i.createCommentVNode("",!0),i.createVNode(p,{ref:"list",role:"listbox",class:i.normalizeClass({"tree-select-list":!0,"has-hierarchy":r.hasHierarchy})},{default:i.withCtx(()=>[!r.requiredDependencyNotFilled&&!r.visibleOptionsCount&&r.hasEmptyMessage?(i.openBlock(),i.createElementBlock("div",js,[i.renderSlot(t.$slots,"emptyMessage")])):!r.requiredDependencyNotFilled&&!r.visibleOptionsCount?(i.openBlock(),i.createElementBlock("div",Vs,i.toDisplayString(a.actualStrings.emptyTitle),1)):i.createCommentVNode("",!0),i.withDirectives(i.createElementVNode("div",{class:"tree-select-empty"},i.toDisplayString(a.actualStrings.requiredDependencyNotFilled),513),[[i.vShow,r.requiredDependencyNotFilled]]),!e.isMultiple&&!e.isRequired&&a.actualOptions.length>0?(i.openBlock(),i.createBlock(h,{key:2,option:{title:t.lang("none","select"),id:null,checked:r.isEmpty},name:a.actualName,"parent-auto-check":e.parentAutoCheck,"is-multiple":e.isMultiple,onCheck:r.registerCheck,onToggleBookmark:r.toggleBookmark,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"show-input":e.showInputs},null,8,["option","name","parent-auto-check","is-multiple","onCheck","onToggleBookmark","uid","only-end-nodes","show-input"])):i.createCommentVNode("",!0),r.requiredDependencyNotFilled?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock(i.Fragment,{key:3},[e.allOptions&&e.isMultiple&&r.visibleOptionsCount&&!r.requiredDependencyNotFilled?(i.openBlock(),i.createBlock(h,{key:0,option:{title:a.actualStrings.selectAllOptions,id:"!all!",initiallyVisible:!0,visible:!0,isDisabled:r.visibleOptionsCount<r.optionsCount,checked:a.allOptionsIsChecked,isIndeterminate:!!Object.keys(a.selected).length},"is-toggle":e.isToggle,name:a.actualName,"parent-auto-check":!1,"is-multiple":e.isMultiple,"is-bookmarkable":!1,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"show-input":e.showInputs,onCheck:r.manageAll,onOnFocus:n[9]||(n[9]=c=>a.focusedOptionId=c)},null,8,["option","is-toggle","name","is-multiple","uid","only-end-nodes","show-input","onCheck"])):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(a.actualOptions,c=>i.renderSlot(t.$slots,a.actualName,{key:e.name+c.value,option:c,parentAutoCheck:e.parentAutoCheck,isMultiple:e.isMultiple,uid:a.uid,onlyEndNodes:e.onlyEndNodes,htmlTitle:e.htmlOptionTitle,showInput:e.showInputs},()=>[i.withDirectives(i.createVNode(h,{option:c,"is-toggle":e.isToggle,name:a.actualName,"parent-auto-check":e.parentAutoCheck,"is-multiple":e.isMultiple,"is-bookmarkable":e.isBookmarkable,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"html-title":e.htmlOptionTitle,"show-input":e.showInputs,onCheck:r.registerCheck,onToggleBookmark:r.toggleBookmark,onOnFocus:n[10]||(n[10]=_=>a.focusedOptionId=_)},null,8,["option","is-toggle","name","parent-auto-check","is-multiple","is-bookmarkable","uid","only-end-nodes","html-title","show-input","onCheck","onToggleBookmark"]),[[i.vShow,c.visible]])])),128))],64))]),_:3},8,["class"])],6)]),_:2},[r.hasTrigger?{name:"trigger",fn:i.withCtx(()=>[i.renderSlot(t.$slots,"trigger",{selectedCount:r.selectedKeys.length})]),key:"0"}:{name:"trigger",fn:i.withCtx(({isOpened:c})=>[i.createElementVNode("div",{role:"combobox",tabindex:"0",class:i.normalizeClass(["tree-choice",{"tree-choice-opened":c,"has-clear-button":!e.showClearButton,"tree-choice-error":e.errorMessage}]),ref:"combobox",onClick:n[0]||(n[0]=i.withModifiers(()=>{},["prevent"])),onBlur:n[1]||(n[1]=(..._)=>r.onBlur&&r.onBlur(..._)),onKeyup:[n[2]||(n[2]=i.withKeys((..._)=>r.comboboxKeyupDown&&r.comboboxKeyupDown(..._),["down"])),n[3]||(n[3]=i.withKeys((..._)=>r.comboboxKeyupDown&&r.comboboxKeyupDown(..._),["up"]))],"aria-label":e.ariaLabel,"aria-activedescendant":a.focusedOptionId},[e.htmlOptionTitle?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass({placeholder:!r.selectStatus}),innerHTML:r.selectStatus||e.placeholder},null,10,["innerHTML"])):(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass({placeholder:!r.selectStatus})},i.toDisplayString(r.selectStatus||e.placeholder),3))],42,["aria-label","aria-activedescendant"]),e.showClearButton?i.withDirectives((i.openBlock(),i.createBlock(f,{key:0,kind:"ghost",class:"button-clear",onClick:i.withModifiers(r.clearValue,["prevent"]),onKeypress:n[4]||(n[4]=i.withKeys(i.withModifiers(()=>{},["stop","prevent"]),["enter"])),onKeydown:n[5]||(n[5]=i.withKeys(i.withModifiers(()=>{},["stop","prevent"]),["enter"])),onKeyup:i.withKeys(i.withModifiers(r.clearValue,["prevent"]),["enter"]),"help-text":e.clearButtonMessage},{default:i.withCtx(()=>[i.createVNode(s,{name:"close-outline"})]),_:1},8,["onClick","onKeyup","help-text"])),[[i.vShow,Object.keys(a.selected).length]]):i.createCommentVNode("",!0),i.createVNode(s,{name:c?"chevron-up-outline":"chevron-down-outline",classes:"tree-select-caret"},null,8,["name"])]),key:"1"}]),1032,["disabled","is-resizable","vertical","onClose"])],2)],64)}const Pi=_e(Rs,[["render",qs]]),y1="",Fs={name:"IbLimitSelector",props:{labelSelect:{type:String,required:!0},value:{type:Number},options:{type:Array,default:()=>[10,25,50,100]}},watch(t){this.selected=t},data(){return{selected:this.value}},methods:{selectItem(t){this.selected=t,this.onChange(t)},onChange(t){Number.isInteger(+t)&&this.$emit("select",+t)}},computed:{prepareOptions(){return this.options.map(t=>({id:t,title:t}))}},components:{IbLabel:dn,IbSelect:Pi}},Hs={class:"report-limit-selector"};function zs(t,n,e,o,a,r){const d=i.resolveComponent("ib-label"),s=i.resolveComponent("ib-select");return i.openBlock(),i.createElementBlock("div",Hs,[i.createVNode(d,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.labelSelect),1)]),_:1}),i.createVNode(s,{classList:"report-limit-selector-select",value:e.value,options:r.prepareOptions,"is-multiple":!1,"show-clear-button":!1,onInput:r.selectItem},null,8,["value","options","onInput"])])}const Bi=_e(Fs,[["render",zs]]),v1="",Us={name:"IbPagination",props:{tooltipTextPrev:{type:String},tooltipTextNext:{type:String},labelInput:{type:String},labelSelect:{type:String,required:!0},countRows:{type:Number,required:!0},pageCount:{type:Number,default:null},current:{type:Number,default:1},limitSelector:{type:Number,default:10},showPaginationInput:{type:Boolean,default:!0}},data(){return{currentPage:this.current,indexSpaceLeft:null,indexSpaceRight:null,limitValue:this.limitSelector}},watch:{current(t){this.onSelect(t)},limitValue(){this.currentPage=1}},methods:{changeLimit(t){Number.isInteger(t)&&(this.limitValue=t,this.$emit("set-limit",t))},onInput(t){if(t<1){this.onSelect(1);return}if(t>this.countPagePagination){this.onSelect(this.countPagePagination);return}this.onSelect(Number(t))},onSelect(t){Number.isInteger(t)&&(this.currentPage=t,this.$emit("select",t))},showItem(t){if(this.countPagePagination<=5)return this.indexSpaceLeft=null,this.indexSpaceRight=null,!0;if(t===1||t===this.countPagePagination)return!0;if(this.countPagePagination>=7){if(this.currentPage<=3&&t<=5)return this.indexSpaceLeft=this.countPagePagination,this.indexSpaceRight=null,!0;if(this.currentPage>=this.countPagePagination-2&&t>=this.countPagePagination-4)return this.indexSpaceLeft=null,this.indexSpaceRight=1,!0;if(3<this.currentPage<this.countPagePagination-3&&(t===this.currentPage+1||t===this.currentPage-1||t===this.currentPage))return this.indexSpaceLeft=this.countPagePagination,this.indexSpaceRight=1,!0}else return!0;return!1}},computed:{setCountOfRows(){return this.currentPage===1||this.countPagePagination===1?"1 - "+(this.countPagePagination>1?this.limitValue:this.countRows):this.countPagePagination===this.currentPage?(this.currentPage-1)*this.limitValue+" - "+this.countRows:(this.currentPage-1)*this.limitValue+1+" - "+this.currentPage*this.limitValue},countPagePagination(){return Math.ceil(this.countRows/this.limitValue)}},components:{IbIconButton:ut,IbIcon:Le,IbInput:br,IbLabel:dn,IbLimitSelector:Bi,IbTooltip:jt}},Ks={class:"report-controls"},Gs={class:"repot-pagination"},Ys={class:"pagination-input"},Ws={class:"row-count"},Zs={class:"pagination-wrapper"},Js=["onClick"];function Xs(t,n,e,o,a,r){const d=i.resolveComponent("ib-limit-selector"),s=i.resolveComponent("ib-label"),f=i.resolveComponent("ib-input"),h=i.resolveComponent("ib-icon"),p=i.resolveComponent("ib-tooltip"),u=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("div",Ks,[i.createVNode(d,{onSelect:r.changeLimit,value:a.limitValue,"label-select":e.labelSelect},null,8,["onSelect","value","label-select"]),i.createElementVNode("div",Gs,[e.showPaginationInput?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createVNode(s,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.labelInput),1)]),_:1}),i.createElementVNode("div",Ys,[i.createVNode(f,{type:"number",debounce:500,onInput:r.onInput},null,8,["onInput"])])],64)):i.createCommentVNode("",!0),i.createElementVNode("div",Ws,i.toDisplayString(r.setCountOfRows+" of "+e.countRows),1),i.createVNode(u,{kind:"tertiary",size:"m",class:"toggle-children button-prev",disabled:a.currentPage===1,onClick:n[0]||(n[0]=l=>r.onSelect(a.currentPage-1))},{default:i.withCtx(()=>[i.createVNode(h,{name:"chevron-back-outline"}),e.tooltipTextPrev?(i.openBlock(),i.createBlock(p,{key:0,text:e.tooltipTextPrev},null,8,["text"])):i.createCommentVNode("",!0)]),_:1},8,["disabled"]),i.createElementVNode("ul",Zs,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.countPagePagination,(l,c)=>i.withDirectives((i.openBlock(),i.createElementBlock("li",{key:c,class:i.normalizeClass(["pagination-item",{active:c+1===a.currentPage,"dots-left":a.indexSpaceLeft===c+1,"dots-right":a.indexSpaceRight===c+1}]),onClick:_=>r.onSelect(c+1)},[i.createElementVNode("button",null,i.toDisplayString(c+1),1)],10,Js)),[[i.vShow,r.showItem(c+1)]])),128))]),i.createVNode(u,{kind:"tertiary",size:"m",class:"toggle-children button-next",disabled:a.currentPage===r.countPagePagination,onClick:n[1]||(n[1]=l=>r.onSelect(a.currentPage+1))},{default:i.withCtx(()=>[i.createVNode(h,{name:"chevron-forward-outline"}),e.tooltipTextNext?(i.openBlock(),i.createBlock(p,{key:0,text:e.tooltipTextNext},null,8,["text"])):i.createCommentVNode("",!0)]),_:1},8,["disabled"])])])}const Qs=_e(Us,[["render",Xs]]),cn={PROGRESS:"progress",SUCCESS:"success",FAILED:"failed",CANCELING:"canceling",CANCELED:"canceled"},b1="",ed={props:{states:{type:String,default:cn.PROGRESS},progress:{type:[String,Number],default:0},ariaLabel:{type:String,required:!0}},computed:{classes(){const t=["ib-progress-bar"];return t.push(`progress-bar-${this.states}`),t},iconName(){return this.states===cn.SUCCESS?"checkmark-circle":this.states===cn.FAILED||this.states===cn.CANCELING||this.states===cn.CANCELED?"close-circle":""}},components:{IbIcon:Le}},Li=t=>(i.pushScopeId("data-v-a0217859"),t=t(),i.popScopeId(),t),td={class:"ib-progress-bar-wrapper"},nd=["aria-label","aria-valuenow"],rd=[Li(()=>i.createElementVNode("div",{class:"gradient"},null,-1))],id=Li(()=>i.createElementVNode("div",null,null,-1));function od(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",td,[i.createElementVNode("div",{class:i.normalizeClass(r.classes)},[i.createElementVNode("div",{class:"progress",role:"meter","aria-label":e.ariaLabel,"aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":e.progress,style:i.normalizeStyle({width:e.progress+"%"})},rd,12,nd),id],2),i.withDirectives(i.createVNode(d,{class:"status-icon",name:r.iconName},null,8,["name"]),[[i.vShow,r.iconName.length]])])}const ad=_e(ed,[["render",od],["__scopeId","data-v-a0217859"]]),ld={new:`<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
26
+ *****************************************************/(function(t,n){(function(e,o){t.exports=o()})(qe,function(){class e{constructor(r,d=!0,s=[],f=5e3){this.ctx=r,this.iframes=d,this.exclude=s,this.iframesTimeout=f}static matches(r,d){const s=typeof d=="string"?[d]:d,f=r.matches||r.matchesSelector||r.msMatchesSelector||r.mozMatchesSelector||r.oMatchesSelector||r.webkitMatchesSelector;if(f){let h=!1;return s.every(p=>!f.call(r,p)||(h=!0,!1)),h}return!1}getContexts(){let r=[];return(this.ctx!==void 0&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:typeof this.ctx=="string"?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[]).forEach(d=>{const s=r.filter(f=>f.contains(d)).length>0;r.indexOf(d)!==-1||s||r.push(d)}),r}getIframeContents(r,d,s=()=>{}){let f;try{const h=r.contentWindow;if(f=h.document,!h||!f)throw new Error("iframe inaccessible")}catch{s()}f&&d(f)}isIframeBlank(r){const d="about:blank",s=r.getAttribute("src").trim();return r.contentWindow.location.href===d&&s!==d&&s}observeIframeLoad(r,d,s){let f=!1,h=null;const p=()=>{if(!f){f=!0,clearTimeout(h);try{this.isIframeBlank(r)||(r.removeEventListener("load",p),this.getIframeContents(r,d,s))}catch{s()}}};r.addEventListener("load",p),h=setTimeout(p,this.iframesTimeout)}onIframeReady(r,d,s){try{r.contentWindow.document.readyState==="complete"?this.isIframeBlank(r)?this.observeIframeLoad(r,d,s):this.getIframeContents(r,d,s):this.observeIframeLoad(r,d,s)}catch{s()}}waitForIframes(r,d){let s=0;this.forEachIframe(r,()=>!0,f=>{s++,this.waitForIframes(f.querySelector("html"),()=>{--s||d()})},f=>{f||d()})}forEachIframe(r,d,s,f=()=>{}){let h=r.querySelectorAll("iframe"),p=h.length,u=0;h=Array.prototype.slice.call(h);const l=()=>{--p<=0&&f(u)};p||l(),h.forEach(c=>{e.matches(c,this.exclude)?l():this.onIframeReady(c,_=>{d(c)&&(u++,s(_)),l()},l)})}createIterator(r,d,s){return document.createNodeIterator(r,d,s,!1)}createInstanceOnIframe(r){return new e(r.querySelector("html"),this.iframes)}compareNodeIframe(r,d,s){const f=r.compareDocumentPosition(s),h=Node.DOCUMENT_POSITION_PRECEDING;return!!(f&h&&(d===null||d.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_FOLLOWING))}getIteratorNode(r){const d=r.previousNode();return{prevNode:d,node:(d===null||r.nextNode())&&r.nextNode()}}checkIframeFilter(r,d,s,f){let h=!1,p=!1;return f.forEach((u,l)=>{u.val===s&&(h=l,p=u.handled)}),this.compareNodeIframe(r,d,s)?(h!==!1||p?h===!1||p||(f[h].handled=!0):f.push({val:s,handled:!0}),!0):(h===!1&&f.push({val:s,handled:!1}),!1)}handleOpenIframes(r,d,s,f){r.forEach(h=>{h.handled||this.getIframeContents(h.val,p=>{this.createInstanceOnIframe(p).forEachNode(d,s,f)})})}iterateThroughNodes(r,d,s,f,h){const p=this.createIterator(d,r,f);let u,l,c=[],_=[],v=()=>({prevNode:l,node:u}=this.getIteratorNode(p),u);for(;v();)this.iframes&&this.forEachIframe(d,b=>this.checkIframeFilter(u,l,b,c),b=>{this.createInstanceOnIframe(b).forEachNode(r,g=>_.push(g),f)}),_.push(u);_.forEach(b=>{s(b)}),this.iframes&&this.handleOpenIframes(c,r,s,f),h()}forEachNode(r,d,s,f=()=>{}){const h=this.getContexts();let p=h.length;p||f(),h.forEach(u=>{const l=()=>{this.iterateThroughNodes(r,u,d,s,()=>{--p<=0&&f()})};this.iframes?this.waitForIframes(u,l):l()})}}class o{constructor(r){this.ctx=r,this.ie=!1;const d=window.navigator.userAgent;(d.indexOf("MSIE")>-1||d.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(r){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},r)}get opt(){return this._opt}get iterator(){return new e(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(r,d="debug"){const s=this.opt.log;this.opt.debug&&typeof s=="object"&&typeof s[d]=="function"&&s[d](`mark.js: ${r}`)}escapeStr(r){return r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(r){return this.opt.wildcards!=="disabled"&&(r=this.setupWildcardsRegExp(r)),r=this.escapeStr(r),Object.keys(this.opt.synonyms).length&&(r=this.createSynonymsRegExp(r)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(r=this.setupIgnoreJoinersRegExp(r)),this.opt.diacritics&&(r=this.createDiacriticsRegExp(r)),r=this.createMergedBlanksRegExp(r),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(r=this.createJoinersRegExp(r)),this.opt.wildcards!=="disabled"&&(r=this.createWildcardsRegExp(r)),r=this.createAccuracyRegExp(r)}createSynonymsRegExp(r){const d=this.opt.synonyms,s=this.opt.caseSensitive?"":"i",f=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let h in d)if(d.hasOwnProperty(h)){const p=d[h],u=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(h):this.escapeStr(h),l=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(p):this.escapeStr(p);u!==""&&l!==""&&(r=r.replace(new RegExp(`(${this.escapeStr(u)}|${this.escapeStr(l)})`,`gm${s}`),f+`(${this.processSynomyms(u)}|${this.processSynomyms(l)})`+f))}return r}processSynomyms(r){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(r=this.setupIgnoreJoinersRegExp(r)),r}setupWildcardsRegExp(r){return(r=r.replace(/(?:\\)*\?/g,d=>d.charAt(0)==="\\"?"?":"")).replace(/(?:\\)*\*/g,d=>d.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(r){let d=this.opt.wildcards==="withSpaces";return r.replace(/\u0001/g,d?"[\\S\\s]?":"\\S?").replace(/\u0002/g,d?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(r){return r.replace(/[^(|)\\]/g,(d,s,f)=>{let h=f.charAt(s+1);return/[(|)\\]/.test(h)||h===""?d:d+"\0"})}createJoinersRegExp(r){let d=[];const s=this.opt.ignorePunctuation;return Array.isArray(s)&&s.length&&d.push(this.escapeStr(s.join(""))),this.opt.ignoreJoiners&&d.push("\\u00ad\\u200b\\u200c\\u200d"),d.length?r.split(/\u0000+/).join(`[${d.join("")}]*`):r}createDiacriticsRegExp(r){const d=this.opt.caseSensitive?"":"i",s=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let f=[];return r.split("").forEach(h=>{s.every(p=>{if(p.indexOf(h)!==-1){if(f.indexOf(p)>-1)return!1;r=r.replace(new RegExp(`[${p}]`,`gm${d}`),`[${p}]`),f.push(p)}return!0})}),r}createMergedBlanksRegExp(r){return r.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(r){const d="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿";let s=this.opt.accuracy,f=typeof s=="string"?s:s.value,h=typeof s=="string"?[]:s.limiters,p="";switch(h.forEach(u=>{p+=`|${this.escapeStr(u)}`}),f){case"partially":default:return`()(${r})`;case"complementary":return`()([^${p="\\s"+(p||this.escapeStr(d))}]*${r}[^${p}]*)`;case"exactly":return`(^|\\s${p})(${r})(?=$|\\s${p})`}}getSeparatedKeywords(r){let d=[];return r.forEach(s=>{this.opt.separateWordSearch?s.split(" ").forEach(f=>{f.trim()&&d.indexOf(f)===-1&&d.push(f)}):s.trim()&&d.indexOf(s)===-1&&d.push(s)}),{keywords:d.sort((s,f)=>f.length-s.length),length:d.length}}isNumeric(r){return Number(parseFloat(r))==r}checkRanges(r){if(!Array.isArray(r)||Object.prototype.toString.call(r[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(r),[];const d=[];let s=0;return r.sort((f,h)=>f.start-h.start).forEach(f=>{let{start:h,end:p,valid:u}=this.callNoMatchOnInvalidRanges(f,s);u&&(f.start=h,f.length=p-h,d.push(f),s=p)}),d}callNoMatchOnInvalidRanges(r,d){let s,f,h=!1;return r&&r.start!==void 0?(f=(s=parseInt(r.start,10))+parseInt(r.length,10),this.isNumeric(r.start)&&this.isNumeric(r.length)&&f-d>0&&f-s>0?h=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(r)}`),this.opt.noMatch(r))):(this.log(`Ignoring invalid range: ${JSON.stringify(r)}`),this.opt.noMatch(r)),{start:s,end:f,valid:h}}checkWhitespaceRanges(r,d,s){let f,h=!0,p=s.length,u=d-p,l=parseInt(r.start,10)-u;return(f=(l=l>p?p:l)+parseInt(r.length,10))>p&&(f=p,this.log(`End range automatically set to the max value of ${p}`)),l<0||f-l<0||l>p||f>p?(h=!1,this.log(`Invalid range: ${JSON.stringify(r)}`),this.opt.noMatch(r)):s.substring(l,f).replace(/\s+/g,"")===""&&(h=!1,this.log("Skipping whitespace only range: "+JSON.stringify(r)),this.opt.noMatch(r)),{start:l,end:f,valid:h}}getTextNodes(r){let d="",s=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,f=>{s.push({start:d.length,end:(d+=f.textContent).length,node:f})},f=>this.matchesExclude(f.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{r({value:d,nodes:s})})}matchesExclude(r){return e.matches(r,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(r,d,s){const f=this.opt.element?this.opt.element:"mark",h=r.splitText(d),p=h.splitText(s-d);let u=document.createElement(f);return u.setAttribute("data-markjs","true"),this.opt.className&&u.setAttribute("class",this.opt.className),u.textContent=h.textContent,h.parentNode.replaceChild(u,h),p}wrapRangeInMappedTextNode(r,d,s,f,h){r.nodes.every((p,u)=>{const l=r.nodes[u+1];if(l===void 0||l.start>d){if(!f(p.node))return!1;const c=d-p.start,_=(s>p.end?p.end:s)-p.start,v=r.value.substr(0,p.start),b=r.value.substr(_+p.start);if(p.node=this.wrapRangeInTextNode(p.node,c,_),r.value=v+b,r.nodes.forEach((g,y)=>{y>=u&&(r.nodes[y].start>0&&y!==u&&(r.nodes[y].start-=_),r.nodes[y].end-=_)}),s-=_,h(p.node.previousSibling,p.start),!(s>p.end))return!1;d=p.end}return!0})}wrapMatches(r,d,s,f,h){const p=d===0?0:d+1;this.getTextNodes(u=>{u.nodes.forEach(l=>{let c;for(l=l.node;(c=r.exec(l.textContent))!==null&&c[p]!=="";){if(!s(c[p],l))continue;let _=c.index;if(p!==0)for(let v=1;v<p;v++)_+=c[v].length;l=this.wrapRangeInTextNode(l,_,_+c[p].length),f(l.previousSibling),r.lastIndex=0}}),h()})}wrapMatchesAcrossElements(r,d,s,f,h){const p=d===0?0:d+1;this.getTextNodes(u=>{let l;for(;(l=r.exec(u.value))!==null&&l[p]!=="";){let c=l.index;if(p!==0)for(let v=1;v<p;v++)c+=l[v].length;const _=c+l[p].length;this.wrapRangeInMappedTextNode(u,c,_,v=>s(l[p],v),(v,b)=>{r.lastIndex=b,f(v)})}h()})}wrapRangeFromIndex(r,d,s,f){this.getTextNodes(h=>{const p=h.value.length;r.forEach((u,l)=>{let{start:c,end:_,valid:v}=this.checkWhitespaceRanges(u,p,h.value);v&&this.wrapRangeInMappedTextNode(h,c,_,b=>d(b,u,h.value.substring(c,_),l),b=>{s(b,u)})}),f()})}unwrapMatches(r){const d=r.parentNode;let s=document.createDocumentFragment();for(;r.firstChild;)s.appendChild(r.removeChild(r.firstChild));d.replaceChild(s,r),this.ie?this.normalizeTextNode(d):d.normalize()}normalizeTextNode(r){if(r){if(r.nodeType===3)for(;r.nextSibling&&r.nextSibling.nodeType===3;)r.nodeValue+=r.nextSibling.nodeValue,r.parentNode.removeChild(r.nextSibling);else this.normalizeTextNode(r.firstChild);this.normalizeTextNode(r.nextSibling)}}markRegExp(r,d){this.opt=d,this.log(`Searching with expression "${r}"`);let s=0,f="wrapMatches";const h=p=>{s++,this.opt.each(p)};this.opt.acrossElements&&(f="wrapMatchesAcrossElements"),this[f](r,this.opt.ignoreGroups,(p,u)=>this.opt.filter(u,p,s),h,()=>{s===0&&this.opt.noMatch(r),this.opt.done(s)})}mark(r,d){this.opt=d;let s=0,f="wrapMatches";const{keywords:h,length:p}=this.getSeparatedKeywords(typeof r=="string"?[r]:r),u=this.opt.caseSensitive?"":"i",l=c=>{let _=new RegExp(this.createRegExp(c),`gm${u}`),v=0;this.log(`Searching with expression "${_}"`),this[f](_,1,(b,g)=>this.opt.filter(g,c,s,v),b=>{v++,s++,this.opt.each(b)},()=>{v===0&&this.opt.noMatch(c),h[p-1]===c?this.opt.done(s):l(h[h.indexOf(c)+1])})};this.opt.acrossElements&&(f="wrapMatchesAcrossElements"),p===0?this.opt.done(s):l(h[0])}markRanges(r,d){this.opt=d;let s=0,f=this.checkRanges(r);f&&f.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(f)),this.wrapRangeFromIndex(f,(h,p,u,l)=>this.opt.filter(h,p,u,l),(h,p)=>{s++,this.opt.each(h,p)},()=>{this.opt.done(s)})):this.opt.done(s)}unmark(r){this.opt=r;let d=this.opt.element?this.opt.element:"*";d+="[data-markjs]",this.opt.className&&(d+=`.${this.opt.className}`),this.log(`Removal selector "${d}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,s=>{this.unwrapMatches(s)},s=>{const f=e.matches(s,d),h=this.matchesExclude(s);return!f||h?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}}return function(a){const r=new o(a);return this.mark=(d,s)=>(r.mark(d,s),this),this.markRegExp=(d,s)=>(r.markRegExp(d,s),this),this.markRanges=(d,s)=>(r.markRanges(d,s),this),this.unmark=d=>(r.unmark(d),this),this}})})(Mi);var Bs=Mi.exports;const Ls=jn(Bs),g1="",Rs={name:"IbTreeSelect",inject:["LANG_COMPONENTS"],props:{classList:[String,Array],placeholder:{type:String,default:""},searchPlaceholderText:{type:String,default:""},clearButtonMessage:{type:String,default:""},showClearButton:{type:Boolean,default:!0},isResizable:{type:Boolean,default:!1},menuSize:{type:[String,Number]},initialSize:{left:0,right:0},ariaLabel:{type:String,default:""},name:String,id:{type:String,default(){return ht()}},options:{default(){return[]}},modelValue:{type:[Number,String,Array]},value:{type:[Number,String,Array],default(){return[]}},maxSelectedNames:{type:Number,default:2},isMultiple:{type:Boolean,default:!0},parentAutoCheck:{type:Boolean,default:!0},strings:{type:Object,default(){return{}}},onlyEndNodes:{type:Boolean,default:!1},isRequired:{type:Boolean,default:!0},htmlOptionTitle:{type:Boolean,default:!1},isBookmarkable:{type:Boolean,default:!1},initBookmarks:{type:Array,default:()=>[]},showInputs:{type:Boolean,default(t){return t.isMultiple}},dependency:{type:String},filterId:{type:String,default(){return ht()}},staticPlaceholder:{type:Boolean,default:!1},useSearch:{type:Boolean,default:!1},isWatching:{type:Boolean,default:!1},vertical:{type:String},emptyMessage:{type:String,default:""},errorMessage:{type:String,default:""},allOptions:{type:Boolean,default:!0},watchClearValue:{type:Boolean,default:!1},isToggle:{type:Boolean,default:!1},alphabetSort:{type:Boolean,default:!1}},emits:["close","input","blur","search","resize","submit","clearValue","update:modelValue"],watch:{value(t){this.val=t,(!Array.isArray(t)||t.join(",")!==Object.keys(this.selected).join(","))&&this.setPreparedValues(this.actualOptions,!1)},modelValue(t){this.val=t,this.actualOptions=[],this.setPreparedValues()},val(t){this.watchClearValue&&(!t||Array.isArray(t)&&!t.length)&&this.setPreparedValues(this.actualOptions).then(()=>{const n=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":update",{values:n,filter:this.filterId})})},options(){let t=!0;if(typeof this.options=="function")t=!1;else{const n=[],e=this.options;Array.prototype.forEach.call(e,o=>{o.id!==void 0&&n.push(o.id)}),t=JSON.stringify(n)===JSON.stringify(this.optionsIdsWatch),this.optionsIdsWatch=n}(this.isInitialized&&!t||this.isWatching)&&this.setPreparedValues().then(()=>{const n=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":update",{values:n,filter:this.filterId})})},dependency(t,n){this.$nextTick(()=>{this.registerDependency(n)})},initBookmarks(){this.actualBookmarkedOptions={},this.setBookmarkedOptions(this.actualOptions)}},mounted(){this.marker=new Ls(this.$refs.list.$el),this.registerDependency(),this.$globalEvents.$on("select:refresh",()=>{this.setPreparedValues()}),document.addEventListener("mousemove",this.onResize),document.addEventListener("mouseup",this.endResizing)},data(){var t,n,e,o,a,r,d,s;return this.defaultFilter=f=>{this.marker.unmark();const h=this.filterString.toLowerCase().trim();this.filterFunc.call(this,f,h),h&&this.marker.mark(h)},{val:this.modelValue?this.modelValue:this.value,size:{left:this.initialSize&&this.initialSize.left||0,right:this.initialSize&&this.initialSize.right||0},resizingProp:null,isInitialized:!1,optionsIdsWatch:[],isLoading:!1,actualName:this.isMultiple?this.name+"[]":this.name,filterString:"",actualOptions:[],actualBookmarkedOptions:{},selected:[],isOpen:!1,allOptionsIsChecked:!0,hasTreeChildren:!1,uid:`f${(~~(Math.random()*1e8)).toString(16)}`,focusedOptionId:"",actualStrings:{searchPlaceholder:lang(this.searchPlaceholderText.length?this.searchPlaceholderText:"search_placeholder",(t=this.LANG_COMPONENTS)==null?void 0:t.COMPONENT_SELECT),emptyTitle:lang("empty_title",(n=this.LANG_COMPONENTS)==null?void 0:n.COMPONENT_SELECT),selectAllOptions:lang("all_options",(e=this.LANG_COMPONENTS)==null?void 0:e.COMPONENT_SELECT),allSelected:lang("all_selected",(o=this.LANG_COMPONENTS)==null?void 0:o.COMPONENT_SELECT),loading:lang("loading",(a=this.LANG_COMPONENTS)==null?void 0:a.COMPONENT_SELECT)+"...",selectedCount:lang("selected_count",(r=this.LANG_COMPONENTS)==null?void 0:r.COMPONENT_SELECT),buttonTitle:this.buttonTitle||lang("button_title",(d=this.LANG_COMPONENTS)==null?void 0:d.COMPONENT_SELECT),requiredDependencyNotFilled:this.requiredDependencyNotFilled||lang("required_dependency_are_not_filled",(s=this.LANG_COMPONENTS)==null?void 0:s.COMPONENT_SELECT),...this.strings},dependencyValue:null}},methods:{onBlur(){setTimeout(()=>{this.isOpen||this.$emit("blur")},200)},inputKeyupDown(){this.focusOnFirstOptions()},comboboxKeyupDown(){if(this.showSearch){this.$refs.search.focus();return}this.focusOnFirstOptions()},focus(){this.$refs.combobox.focus()},focusOnFirstOptions(){this.$refs.list.$el.querySelector("[tabindex]:not(hidden)").focus()},startResizing(t){this.resizingProp=t},endResizing(){this.resizingProp&&(this.resizingProp=null,this.$emit("resize",this.size))},onResize(t){switch(this.resizingProp){case"left":this.size.left=Math.max(this.size.left-t.movementX,0);break;case"right":this.size.right=Math.max(this.size.right+t.movementX,0);break}},registerDependency(t){this.dependency?(this.$globalEvents.$on("select-"+this.dependency+":update",n=>{this.clear(),this.dependencyValue=n,this.dependencyValue&&this.dependencyValue.values&&(!Array.isArray(this.dependencyValue.values)||this.dependencyValue.values.length)&&this.setPreparedValues()}),this.isLoading=!1):(this.$globalEvents.$off("select-"+t+":update"),this.setPreparedValues().then(()=>{const n=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":update",{values:n,filter:this.filterId})}))},filter(t,n){this.filterString=t,this.$emit("search",{search:this.filterString}),this.defaultFilter(n)},setPreparedValues(t){let n=t||this.options;return this.alphabetSort&&(n=n.sort((e,o)=>e.title.toLowerCase().localeCompare(o.title.toLowerCase()))),this.prepare(n).then(([e,o])=>{this.actualOptions=e,this.allOptionsIsChecked=this.checkIfOptionsChecked(e),this.isInitialized=!0,this.selected=o,this.setBookmarkedOptions(e)})},clear(){this.setPreparedValues(),this.allOptionsIsChecked=!1,this.selected=[],this.isMultiple?(this.$emit("update:modelValue",null),this.$emit("input",null),this.$emit("clear-value",null)):(this.$emit("update:modelValue",[]),this.$emit("input",[]),this.$emit("clear-value",[])),this.setPreparedValues()},clearValue(){this.clear(),this.setPreparedValues()},prepare(t){return new Promise(n=>{const e={},o=[];let a=Promise.resolve();typeof t=="function"?(this.isLoading=!0,this.dependency&&(t=t.bind(null,this.dependencyValue)),a=a.then(t)):a=a.then(()=>t),a.then(r=>(this.isLoading=!1,r.forEach(d=>{d.initiallyVisible=typeof d.visible>"u"?!0:d.visible,d.visible=d.initiallyVisible,d.isDisabled=!1,d.checked=this.isMultiple?this.val!==null&&this.val.findIndex(s=>d.id==s)>-1:this.val!==null&&this.val==d.id,d.checked&&(!this.onlyEndNodes||!d.children)&&(e[d.id]=d),d.children&&(this.hasTreeChildren=!0,d.isChildrenVisible=!1),o.push(new Promise(s=>{d.children?this.prepare(d.children).then(([f,h])=>{d.children=f,Object.assign(e,h),s(d)}):s(d)}))}),Promise.all(o).then(d=>{n([d,e])}))).catch(r=>{throw this.isLoading=!1,r})})},filterFunc(t,n){let e=0;return t.forEach(o=>{let a=o.initiallyVisible&&o.title&&o.title.toString().toLowerCase().includes(n)&&!this.actualBookmarkedOptions[o.id];if(o.children&&o.children.length){let r=this.filterFunc(o.children,n);e+=r,r&&(o.isChildrenVisible=!!n||!!Object.keys(this.actualBookmarkedOptions).length,o.isDisabled=r<o.children.length&&!this.isBookmarkable),a?r||(a=!1):a=!!r}o.visible=a,a&&e++}),e},submit(){this.change();const t=Object.keys(this.selected);this.$globalEvents.$emit("select-"+this.filterId+":submit",{values:t,filter:this.filterId}),this.$emit("submit")},change(){const t=Object.keys(this.selected);this.isMultiple?(this.$emit("update:modelValue",t),this.$emit("input",t)):(this.$emit("update:modelValue",t[0]),this.$emit("input",t[0])),this.$globalEvents.$emit("select-"+this.filterId+":update",{values:t,filter:this.filterId}),this.$refs.dropdown.close()},checkIfOptionsChecked(t){return t.every(n=>n.checked)},registerCheck(t,n,e){if(n)if(t.checked=!0,this.isMultiple)this.onlyEndNodes&&t.children&&t.children.length||(this.selected[t.id]=t,this.$emit("update:modelValue",Object.keys(this.selected)),this.$emit("input",Object.keys(this.selected)));else{const o=Object.keys(this.selected)[0];o&&(this.selected[o].checked=!1),this.selected={[t.id]:t},this.change()}else delete this.selected[t.id],t.checked=!1,this.$emit("update:modelValue",Object.keys(this.selected)),this.$emit("input",Object.keys(this.selected));this.toggleDuplicateOptions(this.actualOptions,t.id,n),e&&(this.allOptionsIsChecked=this.checkIfOptionsChecked(this.actualOptions))},toggleDuplicateOptions(t,n,e){for(let o of t)o.id===n&&(o.checked=e),o.children&&this.toggleDuplicateOptions(o.children,n,e)},manageAll(){this.allOptionsIsChecked=!this.allOptionsIsChecked,this.traverseTree(this.actualOptions,t=>{this.registerCheck(t,this.allOptionsIsChecked,!1)})},traverseTree(t,n){t.forEach(e=>{n(e),e.children&&e.children.length&&this.traverseTree(e.children,n)})},getArrayOptions(t){let n=[];for(let e of t)n.push(e),e.children&&(n=n.concat(this.getArrayOptions(e.children)));return n},toggleBookmark(t){this.actualBookmarkedOptions[t.id]?delete this.actualBookmarkedOptions[t.id]:this.actualBookmarkedOptions[t.id]=t,this.$emit("toggle-bookmarked-option",t.id),this.filter(this.filterString,this.actualOptions)},setBookmarkedOptions(t){t.forEach(n=>{n.children&&n.children.length?this.setBookmarkedOptions(n.children):this.initBookmarks.includes(n.id)&&(this.actualBookmarkedOptions[n.id]=n)}),this.filter(this.filterString,t)},onClose(){this.isOpen=!1,this.filter("",this.actualOptions),this.isMultiple?this.$emit("close",Object.keys(this.selected)):this.$emit("close",Object.keys(this.selected)[0]),this.$emit("blur")}},computed:{hasTrigger(){return!!this.$slots.trigger},hasEmptyMessage(){return!!this.$slots.emptyMessage},treeDropPos(){return this.menuSize?{width:this.menuSize+"px",maxWidth:this.menuSize+"px",minWidth:this.menuSize+"px"}:{width:"auto",position:"absolute",left:-this.size.left+"px",right:-this.size.right+"px"}},hasHierarchy(){return this.actualOptions.some(t=>t.children)},selectedKeys(){return Object.keys(this.selected).filter(t=>{if(!this.onlyEndNodes||!this.selected[t].children)return!0})},selectStatus(){return this.staticPlaceholder?this.placeholder:this.isLoading?this.actualStrings.loading:this.selectedKeys.length?this.selectedKeys.length<this.maxSelectedNames?this.selectedKeys.map(t=>this.selected[t].title).join(","):this.selectedKeys.length<this.optionsCount?this.actualStrings.selectedCount.replace("{selected}",this.selectedKeys.length).replace("{all}",this.optionsCount):this.actualStrings.allSelected:this.emptyMessage},isEmpty(){return Array.isArray(this.value)?!this.value.length:!this.value},requiredDependencyNotFilled(){return this.dependency&&(!this.dependencyValue||!this.dependencyValue.values||!this.dependencyValue.values.length)},showSearch(){return this.useSearch||this.optionsCount>10},arrayOfOptions(){return this.getArrayOptions(this.actualOptions)},optionsCount(){let t=[];for(let n of this.arrayOfOptions)(!this.onlyEndNodes||!n.children)&&!t.includes(n.id)&&t.push(n.id);return t.length},visibleOptionsCount(){let t=[];return this.traverseTree(this.actualOptions,n=>{(!this.onlyEndNodes||!n.children)&&!t.includes(n.id)&&n.visible&&t.push(n.id)}),t.length+(this.isBookmarkable?Object.keys(this.actualBookmarkedOptions).length:0)}},components:{IbAlert:It,IbIconButton:ut,IbIcon:Le,IbDropdown:Ln,IbInput:br,List:mr,"select-option":Ps},beforeUnmount(){document.removeEventListener("mousemove",this.onResize),document.removeEventListener("mouseup",this.endResizing)}},js={key:0,class:"tree-select-empty"},Vs={key:1,class:"tree-select-default-empty tree-select-empty"};function qs(t,n,e,o,a,r){const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-icon"),f=i.resolveComponent("ib-icon-button"),h=i.resolveComponent("select-option"),p=i.resolveComponent("list"),u=i.resolveComponent("ib-input"),l=i.resolveComponent("ib-dropdown");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.errorMessage?(i.openBlock(),i.createBlock(d,{key:0,class:"tree-select-error"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["tree-select",e.classList])},[i.createVNode(l,{disabled:a.isLoading,"is-resizable":e.isResizable,vertical:e.vertical,ref:"dropdown",onClose:r.onClose,onOpen:n[11]||(n[11]=c=>a.isOpen=!0)},i.createSlots({body:i.withCtx(()=>[i.createElementVNode("div",{class:i.normalizeClass(["tree-drop",{"not-tree-child":!a.hasTreeChildren}]),style:i.normalizeStyle(r.treeDropPos)},[e.isResizable?(i.openBlock(),i.createElementBlock("div",{key:0,class:"ib-dropdown-resizer ib-dropdown-resizer-left",onMousedown:n[6]||(n[6]=c=>r.startResizing("left"))},null,32)):i.createCommentVNode("",!0),e.isResizable?(i.openBlock(),i.createElementBlock("div",{key:1,class:"ib-dropdown-resizer ib-dropdown-resizer-right",onMousedown:n[7]||(n[7]=c=>r.startResizing("right"))},null,32)):i.createCommentVNode("",!0),Object.keys(a.actualBookmarkedOptions).length>0?(i.openBlock(),i.createBlock(p,{key:2,class:i.normalizeClass({"has-hierarchy":r.hasHierarchy})},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(a.actualBookmarkedOptions,c=>(i.openBlock(),i.createBlock(h,{key:"bookmark"+c.id,option:c,"parent-auto-check":!1,"is-multiple":e.isMultiple,"is-bookmarkable":!0,"is-bookmarked":!0,onCheck:r.registerCheck,onToggleBookmark:r.toggleBookmark,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"html-title":e.htmlOptionTitle,"show-input":e.showInputs},null,8,["option","is-multiple","onCheck","onToggleBookmark","uid","only-end-nodes","html-title","show-input"]))),128))]),_:1},8,["class"])):i.createCommentVNode("",!0),r.showSearch?(i.openBlock(),i.createBlock(u,{key:3,class:"tree-search",ref:"search","show-icon":!0,value:a.filterString,"aria-label":e.searchPlaceholderText?e.searchPlaceholderText:a.actualStrings.searchPlaceholder,placeholder:e.searchPlaceholderText?e.searchPlaceholderText:a.actualStrings.searchPlaceholder,onInput:n[8]||(n[8]=c=>r.filter(c,a.actualOptions)),onKeyup:i.withKeys(r.inputKeyupDown,["down"])},null,8,["value","aria-label","placeholder","onKeyup"])):i.createCommentVNode("",!0),i.createVNode(p,{ref:"list",role:"listbox",class:i.normalizeClass({"tree-select-list":!0,"has-hierarchy":r.hasHierarchy})},{default:i.withCtx(()=>[!r.requiredDependencyNotFilled&&!r.visibleOptionsCount&&r.hasEmptyMessage?(i.openBlock(),i.createElementBlock("div",js,[i.renderSlot(t.$slots,"emptyMessage")])):!r.requiredDependencyNotFilled&&!r.visibleOptionsCount?(i.openBlock(),i.createElementBlock("div",Vs,i.toDisplayString(a.actualStrings.emptyTitle),1)):i.createCommentVNode("",!0),i.withDirectives(i.createElementVNode("div",{class:"tree-select-empty"},i.toDisplayString(a.actualStrings.requiredDependencyNotFilled),513),[[i.vShow,r.requiredDependencyNotFilled]]),!e.isMultiple&&!e.isRequired&&a.actualOptions.length>0?(i.openBlock(),i.createBlock(h,{key:2,option:{title:t.lang("none","select"),id:null,checked:r.isEmpty},name:a.actualName,"parent-auto-check":e.parentAutoCheck,"is-multiple":e.isMultiple,onCheck:r.registerCheck,onToggleBookmark:r.toggleBookmark,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"show-input":e.showInputs},null,8,["option","name","parent-auto-check","is-multiple","onCheck","onToggleBookmark","uid","only-end-nodes","show-input"])):i.createCommentVNode("",!0),r.requiredDependencyNotFilled?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock(i.Fragment,{key:3},[e.allOptions&&e.isMultiple&&r.visibleOptionsCount&&!r.requiredDependencyNotFilled?(i.openBlock(),i.createBlock(h,{key:0,option:{title:a.actualStrings.selectAllOptions,id:"!all!",initiallyVisible:!0,visible:!0,isDisabled:r.visibleOptionsCount<r.optionsCount,checked:a.allOptionsIsChecked,isIndeterminate:!!Object.keys(a.selected).length},"is-toggle":e.isToggle,name:a.actualName,"parent-auto-check":!1,"is-multiple":e.isMultiple,"is-bookmarkable":!1,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"show-input":e.showInputs,onCheck:r.manageAll,onOnFocus:n[9]||(n[9]=c=>a.focusedOptionId=c)},null,8,["option","is-toggle","name","is-multiple","uid","only-end-nodes","show-input","onCheck"])):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(a.actualOptions,c=>i.renderSlot(t.$slots,a.actualName,{key:e.name+c.value,option:c,parentAutoCheck:e.parentAutoCheck,isMultiple:e.isMultiple,uid:a.uid,onlyEndNodes:e.onlyEndNodes,htmlTitle:e.htmlOptionTitle,showInput:e.showInputs},()=>[i.withDirectives(i.createVNode(h,{option:c,"is-toggle":e.isToggle,name:a.actualName,"parent-auto-check":e.parentAutoCheck,"is-multiple":e.isMultiple,"is-bookmarkable":e.isBookmarkable,uid:a.uid,"only-end-nodes":e.onlyEndNodes,"html-title":e.htmlOptionTitle,"show-input":e.showInputs,onCheck:r.registerCheck,onToggleBookmark:r.toggleBookmark,onOnFocus:n[10]||(n[10]=_=>a.focusedOptionId=_)},null,8,["option","is-toggle","name","parent-auto-check","is-multiple","is-bookmarkable","uid","only-end-nodes","html-title","show-input","onCheck","onToggleBookmark"]),[[i.vShow,c.visible]])])),128))],64))]),_:3},8,["class"])],6)]),_:2},[r.hasTrigger?{name:"trigger",fn:i.withCtx(()=>[i.renderSlot(t.$slots,"trigger",{selectedCount:r.selectedKeys.length})]),key:"0"}:{name:"trigger",fn:i.withCtx(({isOpened:c})=>[i.createElementVNode("div",{role:"combobox",tabindex:"0",class:i.normalizeClass(["tree-choice",{"tree-choice-opened":c,"has-clear-button":!e.showClearButton,"tree-choice-error":e.errorMessage}]),ref:"combobox",onClick:n[0]||(n[0]=i.withModifiers(()=>{},["prevent"])),onBlur:n[1]||(n[1]=(..._)=>r.onBlur&&r.onBlur(..._)),onKeyup:[n[2]||(n[2]=i.withKeys((..._)=>r.comboboxKeyupDown&&r.comboboxKeyupDown(..._),["down"])),n[3]||(n[3]=i.withKeys((..._)=>r.comboboxKeyupDown&&r.comboboxKeyupDown(..._),["up"]))],"aria-label":e.ariaLabel,"aria-activedescendant":a.focusedOptionId},[e.htmlOptionTitle?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass({placeholder:!r.selectStatus}),innerHTML:r.selectStatus||e.placeholder},null,10,["innerHTML"])):(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass({placeholder:!r.selectStatus})},i.toDisplayString(r.selectStatus||e.placeholder),3))],42,["aria-label","aria-activedescendant"]),e.showClearButton?i.withDirectives((i.openBlock(),i.createBlock(f,{key:0,kind:"ghost",class:"button-clear",onClick:i.withModifiers(r.clearValue,["prevent"]),onKeypress:n[4]||(n[4]=i.withKeys(i.withModifiers(()=>{},["stop","prevent"]),["enter"])),onKeydown:n[5]||(n[5]=i.withKeys(i.withModifiers(()=>{},["stop","prevent"]),["enter"])),onKeyup:i.withKeys(i.withModifiers(r.clearValue,["prevent"]),["enter"]),"help-text":e.clearButtonMessage},{default:i.withCtx(()=>[i.createVNode(s,{name:"close-outline"})]),_:1},8,["onClick","onKeyup","help-text"])),[[i.vShow,Object.keys(a.selected).length]]):i.createCommentVNode("",!0),i.createVNode(s,{name:c?"chevron-up-outline":"chevron-down-outline",classes:"tree-select-caret"},null,8,["name"])]),key:"1"}]),1032,["disabled","is-resizable","vertical","onClose"])],2)],64)}const Pi=_e(Rs,[["render",qs]]),y1="",Fs={name:"IbLimitSelector",props:{labelSelect:{type:String,required:!0},value:{type:Number},options:{type:Array,default:()=>[10,25,50,100]}},watch(t){this.selected=t},data(){return{selected:this.value}},methods:{selectItem(t){this.selected=t,this.onChange(t)},onChange(t){Number.isInteger(+t)&&this.$emit("select",+t)}},computed:{prepareOptions(){return this.options.map(t=>({id:t,title:t}))}},components:{IbLabel:dn,IbSelect:Pi}},Hs={class:"report-limit-selector"};function zs(t,n,e,o,a,r){const d=i.resolveComponent("ib-label"),s=i.resolveComponent("ib-select");return i.openBlock(),i.createElementBlock("div",Hs,[i.createVNode(d,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.labelSelect),1)]),_:1}),i.createVNode(s,{classList:"report-limit-selector-select",value:e.value,options:r.prepareOptions,"is-multiple":!1,"show-clear-button":!1,onInput:r.selectItem},null,8,["value","options","onInput"])])}const Bi=_e(Fs,[["render",zs]]),v1="",Us={name:"IbPagination",props:{tooltipTextPrev:{type:String},tooltipTextNext:{type:String},labelInput:{type:String},labelSelect:{type:String,required:!0},countRows:{type:Number,required:!0},pageCount:{type:Number,default:null},current:{type:Number,default:1},limitSelector:{type:Number,default:10},showPaginationInput:{type:Boolean,default:!0}},data(){return{currentPage:this.current,indexSpaceLeft:null,indexSpaceRight:null,limitValue:this.limitSelector}},watch:{current(t){this.onSelect(t)},limitValue(){this.currentPage=1}},methods:{changeLimit(t){Number.isInteger(t)&&(this.limitValue=t,this.$emit("set-limit",t))},onInput(t){if(t<1){this.onSelect(1);return}if(t>this.countPagePagination){this.onSelect(this.countPagePagination);return}this.onSelect(Number(t))},onSelect(t){Number.isInteger(t)&&(this.currentPage=t,this.$emit("select",t))},showItem(t){if(this.countPagePagination<=5)return this.indexSpaceLeft=null,this.indexSpaceRight=null,!0;if(t===1||t===this.countPagePagination)return!0;if(this.countPagePagination>=7){if(this.currentPage<=3&&t<=5)return this.indexSpaceLeft=this.countPagePagination,this.indexSpaceRight=null,!0;if(this.currentPage>=this.countPagePagination-2&&t>=this.countPagePagination-4)return this.indexSpaceLeft=null,this.indexSpaceRight=1,!0;if(3<this.currentPage<this.countPagePagination-3&&(t===this.currentPage+1||t===this.currentPage-1||t===this.currentPage))return this.indexSpaceLeft=this.countPagePagination,this.indexSpaceRight=1,!0}else return!0;return!1}},computed:{setCountOfRows(){return this.currentPage===1||this.countPagePagination===1?"1 - "+(this.countPagePagination>1?this.limitValue:this.countRows):this.countPagePagination===this.currentPage?(this.currentPage-1)*this.limitValue+" - "+this.countRows:(this.currentPage-1)*this.limitValue+1+" - "+this.currentPage*this.limitValue},countPagePagination(){return Math.ceil(this.countRows/this.limitValue)}},components:{IbIconButton:ut,IbIcon:Le,IbInput:br,IbLabel:dn,IbLimitSelector:Bi,IbTooltip:jt}},Ks={class:"report-controls"},Gs={class:"repot-pagination"},Ys={class:"pagination-input"},Ws={class:"row-count"},Zs={class:"pagination-wrapper"},Js=["onClick"];function Xs(t,n,e,o,a,r){const d=i.resolveComponent("ib-limit-selector"),s=i.resolveComponent("ib-label"),f=i.resolveComponent("ib-input"),h=i.resolveComponent("ib-icon"),p=i.resolveComponent("ib-tooltip"),u=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("div",Ks,[i.createVNode(d,{onSelect:r.changeLimit,value:a.limitValue,"label-select":e.labelSelect},null,8,["onSelect","value","label-select"]),i.createElementVNode("div",Gs,[e.showPaginationInput?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createVNode(s,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.labelInput),1)]),_:1}),i.createElementVNode("div",Ys,[i.createVNode(f,{type:"number",debounce:500,onInput:r.onInput},null,8,["onInput"])])],64)):i.createCommentVNode("",!0),i.createElementVNode("div",Ws,i.toDisplayString(r.setCountOfRows+" of "+e.countRows),1),i.createVNode(u,{kind:"tertiary",size:"m",class:"toggle-children button-prev",disabled:a.currentPage===1,onClick:n[0]||(n[0]=l=>r.onSelect(a.currentPage-1))},{default:i.withCtx(()=>[i.createVNode(h,{name:"chevron-back-outline"}),e.tooltipTextPrev?(i.openBlock(),i.createBlock(p,{key:0,text:e.tooltipTextPrev},null,8,["text"])):i.createCommentVNode("",!0)]),_:1},8,["disabled"]),i.createElementVNode("ul",Zs,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.countPagePagination,(l,c)=>i.withDirectives((i.openBlock(),i.createElementBlock("li",{key:c,class:i.normalizeClass(["pagination-item",{active:c+1===a.currentPage,"dots-left":a.indexSpaceLeft===c+1,"dots-right":a.indexSpaceRight===c+1}]),onClick:_=>r.onSelect(c+1)},[i.createElementVNode("button",null,i.toDisplayString(c+1),1)],10,Js)),[[i.vShow,r.showItem(c+1)]])),128))]),i.createVNode(u,{kind:"tertiary",size:"m",class:"toggle-children button-next",disabled:a.currentPage===r.countPagePagination,onClick:n[1]||(n[1]=l=>r.onSelect(a.currentPage+1))},{default:i.withCtx(()=>[i.createVNode(h,{name:"chevron-forward-outline"}),e.tooltipTextNext?(i.openBlock(),i.createBlock(p,{key:0,text:e.tooltipTextNext},null,8,["text"])):i.createCommentVNode("",!0)]),_:1},8,["disabled"])])])}const Qs=_e(Us,[["render",Xs]]),cn={PROGRESS:"progress",SUCCESS:"success",FAILED:"failed",CANCELING:"canceling",CANCELED:"canceled"},b1="",ed={props:{states:{type:String,default:cn.PROGRESS},progress:{type:[String,Number],default:0},ariaLabel:{type:String,required:!0}},computed:{classes(){const t=["ib-progress-bar"];return t.push(`progress-bar-${this.states}`),t},iconName(){return this.states===cn.SUCCESS?"checkmark-circle":this.states===cn.FAILED||this.states===cn.CANCELING||this.states===cn.CANCELED?"close-circle":""}},components:{IbIcon:Le}},Li=t=>(i.pushScopeId("data-v-a0217859"),t=t(),i.popScopeId(),t),td={class:"ib-progress-bar-wrapper"},nd=["aria-label","aria-valuenow"],rd=[Li(()=>i.createElementVNode("div",{class:"gradient"},null,-1))],id=Li(()=>i.createElementVNode("div",null,null,-1));function od(t,n,e,o,a,r){const d=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",td,[i.createElementVNode("div",{class:i.normalizeClass(r.classes)},[i.createElementVNode("div",{class:"progress",role:"meter","aria-label":e.ariaLabel,"aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":e.progress,style:i.normalizeStyle({width:e.progress+"%"})},rd,12,nd),id],2),i.withDirectives(i.createVNode(d,{class:"status-icon",name:r.iconName},null,8,["name"]),[[i.vShow,r.iconName.length]])])}const ad=_e(ed,[["render",od],["__scopeId","data-v-a0217859"]]),ld={new:`<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
27
27
  <circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
28
28
  </svg>
29
29
  `,success:`
@@ -54,11 +54,11 @@
54
54
  <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
55
55
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.20658 2.79237C4.59822 2.60495 5.03685 2.5 5.5 2.5C7.15685 2.5 8.5 3.84315 8.5 5.5C8.5 5.96315 8.39505 6.40178 8.20763 6.79342L9.6716 8.25739C10.1951 7.46696 10.5 6.51908 10.5 5.5C10.5 2.73858 8.26142 0.5 5.5 0.5C4.48092 0.5 3.53304 0.804877 2.74261 1.3284L4.20658 2.79237ZM2.79237 4.20658L1.3284 2.74261C0.804877 3.53304 0.5 4.48092 0.5 5.5C0.5 8.26142 2.73858 10.5 5.5 10.5C6.51908 10.5 7.46696 10.1951 8.25739 9.6716L6.79342 8.20763C6.40178 8.39505 5.96315 8.5 5.5 8.5C3.84315 8.5 2.5 7.15685 2.5 5.5C2.5 5.03685 2.60495 4.59822 2.79237 4.20658Z" fill="#677788"/>
56
56
  </svg>
57
- `},$1="",sd={props:{type:{type:String,default:"success"}},data(){return{icons:ld}}},dd={class:"status-indicator"},cd=["innerHTML"];function ud(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",dd,[i.createElementVNode("div",{class:i.normalizeClass(["status-indicator-icon",e.type]),innerHTML:a.icons[e.type]},null,10,cd),i.renderSlot(t.$slots,"default",{},void 0,!0)])}const fd=_e(sd,[["render",ud],["__scopeId","data-v-e696394e"]]),w1="",hd={name:"IbPanel",mixins:[yi],props:{isOpen:{type:Boolean,default:!0},error:{type:Boolean,default:!1}}},pd=t=>(i.pushScopeId("data-v-c7c0bea8"),t=t(),i.popScopeId(),t),md={class:"panel-head"},gd={class:"head-title"},yd=pd(()=>i.createElementVNode("div",{class:"divider"},null,-1)),vd={class:"head-content"},bd={class:"panel-body"};function _d(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["panel",{"panel-error":e.error}])},[i.createElementVNode("div",md,[i.createElementVNode("div",gd,[i.renderSlot(t.$slots,"title",{},void 0,!0)]),yd,i.createElementVNode("div",vd,[i.renderSlot(t.$slots,"head-content",{},void 0,!0)])]),i.createVNode(i.Transition,{name:"expand",onEnter:t.enter,onAfterEnter:t.afterEnter,onLeave:t.leave},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",bd,[i.renderSlot(t.$slots,"body",{},void 0,!0)],512),[[i.vShow,e.isOpen]])]),_:3},8,["onEnter","onAfterEnter","onLeave"])],2)}const $d=_e(hd,[["render",_d],["__scopeId","data-v-c7c0bea8"]]),k1="",wd={name:"IbInputGroup",props:{supportText:{type:String,default:""},disable:{type:Boolean,default:!1}}},kd={key:0,class:"support-text"};function Cd(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ib-form-group",{disable:e.disable}])},[i.renderSlot(t.$slots,"default"),e.supportText.length?(i.openBlock(),i.createElementBlock("p",kd,i.toDisplayString(e.supportText),1)):i.createCommentVNode("",!0)],2)}const Od=_e(wd,[["render",Cd]]),C1="",Ed={name:"IbInputGroup",props:{labelText:{type:String,default:""},required:{type:Boolean,required:!1},horizontal:{type:Boolean,default:!1},errorMessage:{type:String,default:""}},components:{IbLabel:dn,IbAlert:It}},Sd={class:"ib-checkbox-group-content"};function Td(t,n,e,o,a,r){const d=i.resolveComponent("ib-label"),s=i.resolveComponent("ib-alert");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ib-checkbox-group",{"ib-checkbox-group-horizontal":e.horizontal}])},[e.labelText.length?(i.openBlock(),i.createBlock(d,{key:0,class:"ib-checkbox-group-label",required:e.required},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.labelText),1)]),_:1},8,["required"])):i.createCommentVNode("",!0),e.errorMessage.length?(i.openBlock(),i.createBlock(s,{key:1,class:"ib-error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",Sd,[i.renderSlot(t.$slots,"default")])],2)}const Nd=_e(Ed,[["render",Td]]),O1="",xd={name:"IbRadio",model:{prop:"isChecked",event:"input"},props:{label:String,error:{type:Boolean,default:!1},name:{type:String},id:{type:String,default(){return ht()}},value:{type:String,required:!0},isChecked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},watch:{isChecked(t){this.checked=t}},mounted(){this.$globalEvents.$on(`radio:update:${this.name}`,t=>{this.uid!==t&&(this.checked=!1)})},data(){return{checked:this.isChecked,uid:ht()}},methods:{onClick(){this.disabled||(this.checked=!this.checked,this.$globalEvents.$emit(`radio:update:${this.name}`,this.uid),this.$emit("input",this.checked),this.$emit("change",this.checked))},onChange(){this.disabled||(this.checked=!this.checked,this.$globalEvents.$emit(`radio:update:${this.name}`,this.uid),this.$emit("change",this.checked),this.$emit("input",this.checked))}},computed:{classes(){return{"ib-radio":!0,"has-error":this.error,"radio-filled":this.checked,"radio-disabled":this.disabled}}}},Ad=t=>(i.pushScopeId("data-v-02701670"),t=t(),i.popScopeId(),t),Dd=["for","aria-checked"],Id=["name","id","value","checked","disabled"],Md=Ad(()=>i.createElementVNode("span",{class:"ib-radio-input"},null,-1)),Pd={key:0,class:"ib-radio-label"};function Bd(t,n,e,o,a,r){var d,s;return i.openBlock(),i.createElementBlock("label",{role:"radio",class:i.normalizeClass(r.classes),for:e.id,"aria-checked":a.checked,onClick:n[2]||(n[2]=i.withModifiers((...f)=>r.onClick&&r.onClick(...f),["prevent"]))},[i.createElementVNode("input",{type:"radio",name:e.name,id:e.id,value:e.value,checked:a.checked,disabled:e.disabled,ref:"radio",onInput:n[0]||(n[0]=i.withModifiers(()=>{},["stop"])),onChange:n[1]||(n[1]=(...f)=>r.onChange&&r.onChange(...f))},null,40,Id),i.createElementVNode("span",{class:i.normalizeClass(["ib-radio-body",{"without-text":!((d=e.label)!=null&&d.length)}])},[Md,(s=e.label)!=null&&s.length?(i.openBlock(),i.createElementBlock("span",Pd,i.toDisplayString(e.label),1)):i.createCommentVNode("",!0)],2)],10,Dd)}const Ld=_e(xd,[["render",Bd],["__scopeId","data-v-02701670"]]),E1="",Rd={props:{characterLimit:{type:[String,Number],required:!0},characterLength:{type:[String,Number],required:!0}}},jd={class:"character-count"},Vd={key:0,class:"val-limit"},qd={class:"val-length"},Fd={class:"val-limit"},Hd={key:3,class:"val-length val-limited"};function zd(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",jd,[e.characterLength?e.characterLimit>e.characterLength?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createElementVNode("p",qd,i.toDisplayString(e.characterLimit-e.characterLength),1),i.createTextVNode(" / "),i.createElementVNode("p",Fd,i.toDisplayString(e.characterLimit),1)],64)):e.characterLimit===e.characterLength?(i.openBlock(),i.createElementBlock(i.Fragment,{key:2},[i.createTextVNode("0")],64)):(i.openBlock(),i.createElementBlock("p",Hd,i.toDisplayString(e.characterLimit-e.characterLength),1)):(i.openBlock(),i.createElementBlock("p",Vd,"Max "+i.toDisplayString(e.characterLimit),1))])}const Ri=_e(Rd,[["render",zd],["__scopeId","data-v-725f21a3"]]),S1="",Ud={name:"IbTextarea",props:{disabled:{type:Boolean,default:!1},id:{type:String,default(){return ht()}},error:{type:Boolean,default:!1},characterLimit:{type:Number,default:null},errorMessage:{type:String,default:""},characterLimitErrorMessage:{type:String,default:""}},data(){return{val:""}},methods:{onInput(){this.characterOverLimit||this.$emit("input",this.val)},onBlur(){this.characterOverLimit||this.$emit("blur",this.val)}},computed:{characterOverLimit(){return!!this.characterLimit&&this.val.length>this.characterLimit},classes(){const t=["ib-textarea"];return(this.error||this.errorMessage.length||this.characterOverLimit)&&t.push("error"),t}},components:{IbAlert:It,IbCharacterCount:Ri},inheritAttrs:!1},Kd=["disabled"];function Gd(t,n,e,o,a,r){const d=i.resolveComponent("ib-character-count"),s=i.resolveComponent("ib-alert");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["textarea-wrapper",{disabled:e.disabled}])},[e.characterLimit?(i.openBlock(),i.createBlock(d,{key:0,"character-limit":e.characterLimit,"character-length":a.val.length},null,8,["character-limit","character-length"])):i.createCommentVNode("",!0),i.withDirectives(i.createVNode(s,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1},512),[[i.vShow,e.errorMessage.length]]),i.withDirectives(i.createVNode(s,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.characterLimitErrorMessage),1)]),_:1},512),[[i.vShow,e.characterLimitErrorMessage.length&&r.characterOverLimit]]),i.withDirectives(i.createElementVNode("textarea",i.mergeProps(t.$attrs,{"onUpdate:modelValue":n[0]||(n[0]=f=>a.val=f),onInput:n[1]||(n[1]=(...f)=>r.onInput&&r.onInput(...f)),onBlur:n[2]||(n[2]=(...f)=>r.onBlur&&r.onBlur(...f)),class:["ib-textarea",r.classes],disabled:e.disabled}),null,16,Kd),[[i.vModelText,a.val]])],2)}const Yd=_e(Ud,[["render",Gd],["__scopeId","data-v-a0700fb0"]]);var $r=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],Jt={_disable:[],allowInput:!1,allowInvalidPreload:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:typeof window=="object"&&window.navigator.userAgent.indexOf("MSIE")===-1,ariaDateFormat:"F j, Y",autoFillDefaultTime:!0,clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enableSeconds:!1,enableTime:!1,errorHandler:function(t){return typeof console<"u"&&console.warn(t)},getWeek:function(t){var n=new Date(t.getTime());n.setHours(0,0,0,0),n.setDate(n.getDate()+3-(n.getDay()+6)%7);var e=new Date(n.getFullYear(),0,4);return 1+Math.round(((n.getTime()-e.getTime())/864e5-3+(e.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",monthSelectorType:"dropdown",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:void 0,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},un={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(t){var n=t%100;if(n>3&&n<21)return"th";switch(n%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",monthAriaLabel:"Month",hourAriaLabel:"Hour",minuteAriaLabel:"Minute",time_24hr:!1},it=function(t,n){return n===void 0&&(n=2),("000"+t).slice(n*-1)},ft=function(t){return t===!0?1:0};function ji(t,n){var e;return function(){var o=this,a=arguments;clearTimeout(e),e=setTimeout(function(){return t.apply(o,a)},n)}}var wr=function(t){return t instanceof Array?t:[t]};function Qe(t,n,e){if(e===!0)return t.classList.add(n);t.classList.remove(n)}function Ae(t,n,e){var o=window.document.createElement(t);return n=n||"",e=e||"",o.className=n,e!==void 0&&(o.textContent=e),o}function Vn(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function Vi(t,n){if(n(t))return t;if(t.parentNode)return Vi(t.parentNode,n)}function qn(t,n){var e=Ae("div","numInputWrapper"),o=Ae("input","numInput "+t),a=Ae("span","arrowUp"),r=Ae("span","arrowDown");if(navigator.userAgent.indexOf("MSIE 9.0")===-1?o.type="number":(o.type="text",o.pattern="\\d*"),n!==void 0)for(var d in n)o.setAttribute(d,n[d]);return e.appendChild(o),e.appendChild(a),e.appendChild(r),e}function st(t){try{if(typeof t.composedPath=="function"){var n=t.composedPath();return n[0]}return t.target}catch{return t.target}}var kr=function(){},Fn=function(t,n,e){return e.months[n?"shorthand":"longhand"][t]},Wd={D:kr,F:function(t,n,e){t.setMonth(e.months.longhand.indexOf(n))},G:function(t,n){t.setHours((t.getHours()>=12?12:0)+parseFloat(n))},H:function(t,n){t.setHours(parseFloat(n))},J:function(t,n){t.setDate(parseFloat(n))},K:function(t,n,e){t.setHours(t.getHours()%12+12*ft(new RegExp(e.amPM[1],"i").test(n)))},M:function(t,n,e){t.setMonth(e.months.shorthand.indexOf(n))},S:function(t,n){t.setSeconds(parseFloat(n))},U:function(t,n){return new Date(parseFloat(n)*1e3)},W:function(t,n,e){var o=parseInt(n),a=new Date(t.getFullYear(),0,2+(o-1)*7,0,0,0,0);return a.setDate(a.getDate()-a.getDay()+e.firstDayOfWeek),a},Y:function(t,n){t.setFullYear(parseFloat(n))},Z:function(t,n){return new Date(n)},d:function(t,n){t.setDate(parseFloat(n))},h:function(t,n){t.setHours((t.getHours()>=12?12:0)+parseFloat(n))},i:function(t,n){t.setMinutes(parseFloat(n))},j:function(t,n){t.setDate(parseFloat(n))},l:kr,m:function(t,n){t.setMonth(parseFloat(n)-1)},n:function(t,n){t.setMonth(parseFloat(n)-1)},s:function(t,n){t.setSeconds(parseFloat(n))},u:function(t,n){return new Date(parseFloat(n))},w:kr,y:function(t,n){t.setFullYear(2e3+parseFloat(n))}},qt={D:"",F:"",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},fn={Z:function(t){return t.toISOString()},D:function(t,n,e){return n.weekdays.shorthand[fn.w(t,n,e)]},F:function(t,n,e){return Fn(fn.n(t,n,e)-1,!1,n)},G:function(t,n,e){return it(fn.h(t,n,e))},H:function(t){return it(t.getHours())},J:function(t,n){return n.ordinal!==void 0?t.getDate()+n.ordinal(t.getDate()):t.getDate()},K:function(t,n){return n.amPM[ft(t.getHours()>11)]},M:function(t,n){return Fn(t.getMonth(),!0,n)},S:function(t){return it(t.getSeconds())},U:function(t){return t.getTime()/1e3},W:function(t,n,e){return e.getWeek(t)},Y:function(t){return it(t.getFullYear(),4)},d:function(t){return it(t.getDate())},h:function(t){return t.getHours()%12?t.getHours()%12:12},i:function(t){return it(t.getMinutes())},j:function(t){return t.getDate()},l:function(t,n){return n.weekdays.longhand[t.getDay()]},m:function(t){return it(t.getMonth()+1)},n:function(t){return t.getMonth()+1},s:function(t){return t.getSeconds()},u:function(t){return t.getTime()},w:function(t){return t.getDay()},y:function(t){return String(t.getFullYear()).substring(2)}},qi=function(t){var n=t.config,e=n===void 0?Jt:n,o=t.l10n,a=o===void 0?un:o,r=t.isMobile,d=r===void 0?!1:r;return function(s,f,h){var p=h||a;return e.formatDate!==void 0&&!d?e.formatDate(s,f,p):f.split("").map(function(u,l,c){return fn[u]&&c[l-1]!=="\\"?fn[u](s,p,e):u!=="\\"?u:""}).join("")}},Cr=function(t){var n=t.config,e=n===void 0?Jt:n,o=t.l10n,a=o===void 0?un:o;return function(r,d,s,f){if(!(r!==0&&!r)){var h=f||a,p,u=r;if(r instanceof Date)p=new Date(r.getTime());else if(typeof r!="string"&&r.toFixed!==void 0)p=new Date(r);else if(typeof r=="string"){var l=d||(e||Jt).dateFormat,c=String(r).trim();if(c==="today")p=new Date,s=!0;else if(e&&e.parseDate)p=e.parseDate(r,l);else if(/Z$/.test(c)||/GMT$/.test(c))p=new Date(r);else{for(var _=void 0,v=[],b=0,g=0,y="";b<l.length;b++){var w=l[b],m=w==="\\",k=l[b-1]==="\\"||m;if(qt[w]&&!k){y+=qt[w];var N=new RegExp(y).exec(r);N&&(_=!0)&&v[w!=="Y"?"push":"unshift"]({fn:Wd[w],val:N[++g]})}else m||(y+=".")}p=!e||!e.noCalendar?new Date(new Date().getFullYear(),0,1,0,0,0,0):new Date(new Date().setHours(0,0,0,0)),v.forEach(function(S){var T=S.fn,M=S.val;return p=T(p,M,h)||p}),p=_?p:void 0}}if(!(p instanceof Date&&!isNaN(p.getTime()))){e.errorHandler(new Error("Invalid date provided: "+u));return}return s===!0&&p.setHours(0,0,0,0),p}}};function dt(t,n,e){return e===void 0&&(e=!0),e!==!1?new Date(t.getTime()).setHours(0,0,0,0)-new Date(n.getTime()).setHours(0,0,0,0):t.getTime()-n.getTime()}var Zd=function(t,n,e){return t>Math.min(n,e)&&t<Math.max(n,e)},Or=function(t,n,e){return t*3600+n*60+e},Jd=function(t){var n=Math.floor(t/3600),e=(t-n*3600)/60;return[n,e,t-n*3600-e*60]},Xd={DAY:864e5};function Er(t){var n=t.defaultHour,e=t.defaultMinute,o=t.defaultSeconds;if(t.minDate!==void 0){var a=t.minDate.getHours(),r=t.minDate.getMinutes(),d=t.minDate.getSeconds();n<a&&(n=a),n===a&&e<r&&(e=r),n===a&&e===r&&o<d&&(o=t.minDate.getSeconds())}if(t.maxDate!==void 0){var s=t.maxDate.getHours(),f=t.maxDate.getMinutes();n=Math.min(n,s),n===s&&(e=Math.min(f,e)),n===s&&e===f&&(o=t.maxDate.getSeconds())}return{hours:n,minutes:e,seconds:o}}typeof Object.assign!="function"&&(Object.assign=function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e];if(!t)throw TypeError("Cannot convert undefined or null to object");for(var o=function(s){s&&Object.keys(s).forEach(function(f){return t[f]=s[f]})},a=0,r=n;a<r.length;a++){var d=r[a];o(d)}return t});var Ye=globalThis&&globalThis.__assign||function(){return Ye=Object.assign||function(t){for(var n,e=1,o=arguments.length;e<o;e++){n=arguments[e];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a])}return t},Ye.apply(this,arguments)},Fi=globalThis&&globalThis.__spreadArrays||function(){for(var t=0,n=0,e=arguments.length;n<e;n++)t+=arguments[n].length;for(var o=Array(t),a=0,n=0;n<e;n++)for(var r=arguments[n],d=0,s=r.length;d<s;d++,a++)o[a]=r[d];return o},Qd=300;function ec(t,n){var e={config:Ye(Ye({},Jt),Re.defaultConfig),l10n:un};e.parseDate=Cr({config:e.config,l10n:e.l10n}),e._handlers=[],e.pluginElements=[],e.loadedPlugins=[],e._bind=v,e._setHoursFromDate=l,e._positionCalendar=te,e.changeMonth=A,e.changeYear=z,e.clear=j,e.close=V,e.onMouseOver=he,e._createElement=Ae,e.createDay=N,e.destroy=Y,e.isEnabled=Z,e.jumpToDate=y,e.updateValue=nt,e.open=ke,e.redraw=re,e.set=He,e.setDate=xe,e.toggle=zt;function o(){e.utils={getDaysInMonth:function(I,L){return I===void 0&&(I=e.currentMonth),L===void 0&&(L=e.currentYear),I===1&&(L%4===0&&L%100!==0||L%400===0)?29:e.l10n.daysInMonth[I]}}}function a(){e.element=e.input=t,e.isOpen=!1,Be(),Q(),tt(),Ee(),o(),e.isMobile||k(),g(),(e.selectedDates.length||e.config.noCalendar)&&(e.config.enableTime&&l(e.config.noCalendar?e.latestSelectedDateObj:void 0),nt(!1)),s();var I=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!e.isMobile&&I&&te(),De("onReady")}function r(){var I;return((I=e.calendarContainer)===null||I===void 0?void 0:I.getRootNode()).activeElement||document.activeElement}function d(I){return I.bind(e)}function s(){var I=e.config;I.weekNumbers===!1&&I.showMonths===1||I.noCalendar!==!0&&window.requestAnimationFrame(function(){if(e.calendarContainer!==void 0&&(e.calendarContainer.style.visibility="hidden",e.calendarContainer.style.display="block"),e.daysContainer!==void 0){var L=(e.days.offsetWidth+1)*I.showMonths;e.daysContainer.style.width=L+"px",e.calendarContainer.style.width=L+(e.weekWrapper!==void 0?e.weekWrapper.offsetWidth:0)+"px",e.calendarContainer.style.removeProperty("visibility"),e.calendarContainer.style.removeProperty("display")}})}function f(I){if(e.selectedDates.length===0){var L=e.config.minDate===void 0||dt(new Date,e.config.minDate)>=0?new Date:new Date(e.config.minDate.getTime()),K=Er(e.config);L.setHours(K.hours,K.minutes,K.seconds,L.getMilliseconds()),e.selectedDates=[L],e.latestSelectedDateObj=L}I!==void 0&&I.type!=="blur"&&Ut(I);var X=e._input.value;u(),nt(),e._input.value!==X&&e._debouncedChange()}function h(I,L){return I%12+12*ft(L===e.l10n.amPM[1])}function p(I){switch(I%24){case 0:case 12:return 12;default:return I%12}}function u(){if(!(e.hourElement===void 0||e.minuteElement===void 0)){var I=(parseInt(e.hourElement.value.slice(-2),10)||0)%24,L=(parseInt(e.minuteElement.value,10)||0)%60,K=e.secondElement!==void 0?(parseInt(e.secondElement.value,10)||0)%60:0;e.amPM!==void 0&&(I=h(I,e.amPM.textContent));var X=e.config.minTime!==void 0||e.config.minDate&&e.minDateHasTime&&e.latestSelectedDateObj&&dt(e.latestSelectedDateObj,e.config.minDate,!0)===0,oe=e.config.maxTime!==void 0||e.config.maxDate&&e.maxDateHasTime&&e.latestSelectedDateObj&&dt(e.latestSelectedDateObj,e.config.maxDate,!0)===0;if(e.config.maxTime!==void 0&&e.config.minTime!==void 0&&e.config.minTime>e.config.maxTime){var se=Or(e.config.minTime.getHours(),e.config.minTime.getMinutes(),e.config.minTime.getSeconds()),ye=Or(e.config.maxTime.getHours(),e.config.maxTime.getMinutes(),e.config.maxTime.getSeconds()),ue=Or(I,L,K);if(ue>ye&&ue<se){var Ce=Jd(se);I=Ce[0],L=Ce[1],K=Ce[2]}}else{if(oe){var ce=e.config.maxTime!==void 0?e.config.maxTime:e.config.maxDate;I=Math.min(I,ce.getHours()),I===ce.getHours()&&(L=Math.min(L,ce.getMinutes())),L===ce.getMinutes()&&(K=Math.min(K,ce.getSeconds()))}if(X){var ge=e.config.minTime!==void 0?e.config.minTime:e.config.minDate;I=Math.max(I,ge.getHours()),I===ge.getHours()&&L<ge.getMinutes()&&(L=ge.getMinutes()),L===ge.getMinutes()&&(K=Math.max(K,ge.getSeconds()))}}c(I,L,K)}}function l(I){var L=I||e.latestSelectedDateObj;L&&L instanceof Date&&c(L.getHours(),L.getMinutes(),L.getSeconds())}function c(I,L,K){e.latestSelectedDateObj!==void 0&&e.latestSelectedDateObj.setHours(I%24,L,K||0,0),!(!e.hourElement||!e.minuteElement||e.isMobile)&&(e.hourElement.value=it(e.config.time_24hr?I:(12+I)%12+12*ft(I%12===0)),e.minuteElement.value=it(L),e.amPM!==void 0&&(e.amPM.textContent=e.l10n.amPM[ft(I>=12)]),e.secondElement!==void 0&&(e.secondElement.value=it(K)))}function _(I){var L=st(I),K=parseInt(L.value)+(I.delta||0);(K/1e3>1||I.key==="Enter"&&!/[^\d]/.test(K.toString()))&&z(K)}function v(I,L,K,X){if(L instanceof Array)return L.forEach(function(oe){return v(I,oe,K,X)});if(I instanceof Array)return I.forEach(function(oe){return v(oe,L,K,X)});I.addEventListener(L,K,X),e._handlers.push({remove:function(){return I.removeEventListener(L,K,X)}})}function b(){De("onChange")}function g(){if(e.config.wrap&&["open","close","toggle","clear"].forEach(function(K){Array.prototype.forEach.call(e.element.querySelectorAll("[data-"+K+"]"),function(X){return v(X,"click",e[K])})}),e.isMobile){vn();return}var I=ji(ve,50);if(e._debouncedChange=ji(b,Qd),e.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&v(e.daysContainer,"mouseover",function(K){e.config.mode==="range"&&he(st(K))}),v(e._input,"keydown",de),e.calendarContainer!==void 0&&v(e.calendarContainer,"keydown",de),!e.config.inline&&!e.config.static&&v(window,"resize",I),window.ontouchstart!==void 0?v(window.document,"touchstart",B):v(window.document,"mousedown",B),v(window.document,"focus",B,{capture:!0}),e.config.clickOpens===!0&&(v(e._input,"focus",e.open),v(e._input,"click",e.open)),e.daysContainer!==void 0&&(v(e.monthNav,"click",Tt),v(e.monthNav,["keyup","increment"],_),v(e.daysContainer,"click",me)),e.timeContainer!==void 0&&e.minuteElement!==void 0&&e.hourElement!==void 0){var L=function(K){return st(K).select()};v(e.timeContainer,["increment"],f),v(e.timeContainer,"blur",f,{capture:!0}),v(e.timeContainer,"click",w),v([e.hourElement,e.minuteElement],["focus","click"],L),e.secondElement!==void 0&&v(e.secondElement,"focus",function(){return e.secondElement&&e.secondElement.select()}),e.amPM!==void 0&&v(e.amPM,"click",function(K){f(K)})}e.config.allowInput&&v(e._input,"blur",ne)}function y(I,L){var K=I!==void 0?e.parseDate(I):e.latestSelectedDateObj||(e.config.minDate&&e.config.minDate>e.now?e.config.minDate:e.config.maxDate&&e.config.maxDate<e.now?e.config.maxDate:e.now),X=e.currentYear,oe=e.currentMonth;try{K!==void 0&&(e.currentYear=K.getFullYear(),e.currentMonth=K.getMonth())}catch(se){se.message="Invalid date supplied: "+K,e.config.errorHandler(se)}L&&e.currentYear!==X&&(De("onYearChange"),x()),L&&(e.currentYear!==X||e.currentMonth!==oe)&&De("onMonthChange"),e.redraw()}function w(I){var L=st(I);~L.className.indexOf("arrow")&&m(I,L.classList.contains("arrowUp")?1:-1)}function m(I,L,K){var X=I&&st(I),oe=K||X&&X.parentNode&&X.parentNode.firstChild,se=Bt("increment");se.delta=L,oe&&oe.dispatchEvent(se)}function k(){var I=window.document.createDocumentFragment();if(e.calendarContainer=Ae("div","flatpickr-calendar"),e.calendarContainer.tabIndex=-1,!e.config.noCalendar){if(I.appendChild(G()),e.innerContainer=Ae("div","flatpickr-innerContainer"),e.config.weekNumbers){var L=R(),K=L.weekWrapper,X=L.weekNumbers;e.innerContainer.appendChild(K),e.weekNumbers=X,e.weekWrapper=K}e.rContainer=Ae("div","flatpickr-rContainer"),e.rContainer.appendChild(ie()),e.daysContainer||(e.daysContainer=Ae("div","flatpickr-days"),e.daysContainer.tabIndex=-1),O(),e.rContainer.appendChild(e.daysContainer),e.innerContainer.appendChild(e.rContainer),I.appendChild(e.innerContainer)}e.config.enableTime&&I.appendChild(W()),Qe(e.calendarContainer,"rangeMode",e.config.mode==="range"),Qe(e.calendarContainer,"animate",e.config.animate===!0),Qe(e.calendarContainer,"multiMonth",e.config.showMonths>1),e.calendarContainer.appendChild(I);var oe=e.config.appendTo!==void 0&&e.config.appendTo.nodeType!==void 0;if((e.config.inline||e.config.static)&&(e.calendarContainer.classList.add(e.config.inline?"inline":"static"),e.config.inline&&(!oe&&e.element.parentNode?e.element.parentNode.insertBefore(e.calendarContainer,e._input.nextSibling):e.config.appendTo!==void 0&&e.config.appendTo.appendChild(e.calendarContainer)),e.config.static)){var se=Ae("div","flatpickr-wrapper");e.element.parentNode&&e.element.parentNode.insertBefore(se,e.element),se.appendChild(e.element),e.altInput&&se.appendChild(e.altInput),se.appendChild(e.calendarContainer)}!e.config.static&&!e.config.inline&&(e.config.appendTo!==void 0?e.config.appendTo:window.document.body).appendChild(e.calendarContainer)}function N(I,L,K,X){var oe=Z(L,!0),se=Ae("span",I,L.getDate().toString());return se.dateObj=L,se.$i=X,se.setAttribute("aria-label",e.formatDate(L,e.config.ariaDateFormat)),I.indexOf("hidden")===-1&&dt(L,e.now)===0&&(e.todayDateElem=se,se.classList.add("today"),se.setAttribute("aria-current","date")),oe?(se.tabIndex=-1,bt(L)&&(se.classList.add("selected"),e.selectedDateElem=se,e.config.mode==="range"&&(Qe(se,"startRange",e.selectedDates[0]&&dt(L,e.selectedDates[0],!0)===0),Qe(se,"endRange",e.selectedDates[1]&&dt(L,e.selectedDates[1],!0)===0),I==="nextMonthDay"&&se.classList.add("inRange")))):se.classList.add("flatpickr-disabled"),e.config.mode==="range"&&St(L)&&!bt(L)&&se.classList.add("inRange"),e.weekNumbers&&e.config.showMonths===1&&I!=="prevMonthDay"&&X%7===6&&e.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+e.config.getWeek(L)+"</span>"),De("onDayCreate",se),se}function S(I){I.focus(),e.config.mode==="range"&&he(I)}function T(I){for(var L=I>0?0:e.config.showMonths-1,K=I>0?e.config.showMonths:-1,X=L;X!=K;X+=I)for(var oe=e.daysContainer.children[X],se=I>0?0:oe.children.length-1,ye=I>0?oe.children.length:-1,ue=se;ue!=ye;ue+=I){var Ce=oe.children[ue];if(Ce.className.indexOf("hidden")===-1&&Z(Ce.dateObj))return Ce}}function M(I,L){for(var K=I.className.indexOf("Month")===-1?I.dateObj.getMonth():e.currentMonth,X=L>0?e.config.showMonths:-1,oe=L>0?1:-1,se=K-e.currentMonth;se!=X;se+=oe)for(var ye=e.daysContainer.children[se],ue=K-e.currentMonth===se?I.$i+L:L<0?ye.children.length-1:0,Ce=ye.children.length,ce=ue;ce>=0&&ce<Ce&&ce!=(L>0?Ce:-1);ce+=oe){var ge=ye.children[ce];if(ge.className.indexOf("hidden")===-1&&Z(ge.dateObj)&&Math.abs(I.$i-ce)>=Math.abs(L))return S(ge)}e.changeMonth(oe),E(T(oe),0)}function E(I,L){var K=r(),X=J(K||document.body),oe=I!==void 0?I:X?K:e.selectedDateElem!==void 0&&J(e.selectedDateElem)?e.selectedDateElem:e.todayDateElem!==void 0&&J(e.todayDateElem)?e.todayDateElem:T(L>0?1:-1);oe===void 0?e._input.focus():X?M(oe,L):S(oe)}function C(I,L){for(var K=(new Date(I,L,1).getDay()-e.l10n.firstDayOfWeek+7)%7,X=e.utils.getDaysInMonth((L-1+12)%12,I),oe=e.utils.getDaysInMonth(L,I),se=window.document.createDocumentFragment(),ye=e.config.showMonths>1,ue=ye?"prevMonthDay hidden":"prevMonthDay",Ce=ye?"nextMonthDay hidden":"nextMonthDay",ce=X+1-K,ge=0;ce<=X;ce++,ge++)se.appendChild(N("flatpickr-day "+ue,new Date(I,L-1,ce),ce,ge));for(ce=1;ce<=oe;ce++,ge++)se.appendChild(N("flatpickr-day",new Date(I,L,ce),ce,ge));for(var Te=oe+1;Te<=42-K&&(e.config.showMonths===1||ge%7!==0);Te++,ge++)se.appendChild(N("flatpickr-day "+Ce,new Date(I,L+1,Te%oe),Te,ge));var Me=Ae("div","dayContainer");return Me.appendChild(se),Me}function O(){if(e.daysContainer!==void 0){Vn(e.daysContainer),e.weekNumbers&&Vn(e.weekNumbers);for(var I=document.createDocumentFragment(),L=0;L<e.config.showMonths;L++){var K=new Date(e.currentYear,e.currentMonth,1);K.setMonth(e.currentMonth+L),I.appendChild(C(K.getFullYear(),K.getMonth()))}e.daysContainer.appendChild(I),e.days=e.daysContainer.firstChild,e.config.mode==="range"&&e.selectedDates.length===1&&he()}}function x(){if(!(e.config.showMonths>1||e.config.monthSelectorType!=="dropdown")){var I=function(X){return e.config.minDate!==void 0&&e.currentYear===e.config.minDate.getFullYear()&&X<e.config.minDate.getMonth()?!1:!(e.config.maxDate!==void 0&&e.currentYear===e.config.maxDate.getFullYear()&&X>e.config.maxDate.getMonth())};e.monthsDropdownContainer.tabIndex=-1,e.monthsDropdownContainer.innerHTML="";for(var L=0;L<12;L++)if(I(L)){var K=Ae("option","flatpickr-monthDropdown-month");K.value=new Date(e.currentYear,L).getMonth().toString(),K.textContent=Fn(L,e.config.shorthandCurrentMonth,e.l10n),K.tabIndex=-1,e.currentMonth===L&&(K.selected=!0),e.monthsDropdownContainer.appendChild(K)}}}function P(){var I=Ae("div","flatpickr-month"),L=window.document.createDocumentFragment(),K;e.config.showMonths>1||e.config.monthSelectorType==="static"?K=Ae("span","cur-month"):(e.monthsDropdownContainer=Ae("select","flatpickr-monthDropdown-months"),e.monthsDropdownContainer.setAttribute("aria-label",e.l10n.monthAriaLabel),v(e.monthsDropdownContainer,"change",function(ye){var ue=st(ye),Ce=parseInt(ue.value,10);e.changeMonth(Ce-e.currentMonth),De("onMonthChange")}),x(),K=e.monthsDropdownContainer);var X=qn("cur-year",{tabindex:"-1"}),oe=X.getElementsByTagName("input")[0];oe.setAttribute("aria-label",e.l10n.yearAriaLabel),e.config.minDate&&oe.setAttribute("min",e.config.minDate.getFullYear().toString()),e.config.maxDate&&(oe.setAttribute("max",e.config.maxDate.getFullYear().toString()),oe.disabled=!!e.config.minDate&&e.config.minDate.getFullYear()===e.config.maxDate.getFullYear());var se=Ae("div","flatpickr-current-month");return se.appendChild(K),se.appendChild(X),L.appendChild(se),I.appendChild(L),{container:I,yearElement:oe,monthElement:K}}function q(){Vn(e.monthNav),e.monthNav.appendChild(e.prevMonthNav),e.config.showMonths&&(e.yearElements=[],e.monthElements=[]);for(var I=e.config.showMonths;I--;){var L=P();e.yearElements.push(L.yearElement),e.monthElements.push(L.monthElement),e.monthNav.appendChild(L.container)}e.monthNav.appendChild(e.nextMonthNav)}function G(){return e.monthNav=Ae("div","flatpickr-months"),e.yearElements=[],e.monthElements=[],e.prevMonthNav=Ae("span","flatpickr-prev-month"),e.prevMonthNav.innerHTML=e.config.prevArrow,e.nextMonthNav=Ae("span","flatpickr-next-month"),e.nextMonthNav.innerHTML=e.config.nextArrow,q(),Object.defineProperty(e,"_hidePrevMonthArrow",{get:function(){return e.__hidePrevMonthArrow},set:function(I){e.__hidePrevMonthArrow!==I&&(Qe(e.prevMonthNav,"flatpickr-disabled",I),e.__hidePrevMonthArrow=I)}}),Object.defineProperty(e,"_hideNextMonthArrow",{get:function(){return e.__hideNextMonthArrow},set:function(I){e.__hideNextMonthArrow!==I&&(Qe(e.nextMonthNav,"flatpickr-disabled",I),e.__hideNextMonthArrow=I)}}),e.currentYearElement=e.yearElements[0],We(),e.monthNav}function W(){e.calendarContainer.classList.add("hasTime"),e.config.noCalendar&&e.calendarContainer.classList.add("noCalendar");var I=Er(e.config);e.timeContainer=Ae("div","flatpickr-time"),e.timeContainer.tabIndex=-1;var L=Ae("span","flatpickr-time-separator",":"),K=qn("flatpickr-hour",{"aria-label":e.l10n.hourAriaLabel});e.hourElement=K.getElementsByTagName("input")[0];var X=qn("flatpickr-minute",{"aria-label":e.l10n.minuteAriaLabel});if(e.minuteElement=X.getElementsByTagName("input")[0],e.hourElement.tabIndex=e.minuteElement.tabIndex=-1,e.hourElement.value=it(e.latestSelectedDateObj?e.latestSelectedDateObj.getHours():e.config.time_24hr?I.hours:p(I.hours)),e.minuteElement.value=it(e.latestSelectedDateObj?e.latestSelectedDateObj.getMinutes():I.minutes),e.hourElement.setAttribute("step",e.config.hourIncrement.toString()),e.minuteElement.setAttribute("step",e.config.minuteIncrement.toString()),e.hourElement.setAttribute("min",e.config.time_24hr?"0":"1"),e.hourElement.setAttribute("max",e.config.time_24hr?"23":"12"),e.hourElement.setAttribute("maxlength","2"),e.minuteElement.setAttribute("min","0"),e.minuteElement.setAttribute("max","59"),e.minuteElement.setAttribute("maxlength","2"),e.timeContainer.appendChild(K),e.timeContainer.appendChild(L),e.timeContainer.appendChild(X),e.config.time_24hr&&e.timeContainer.classList.add("time24hr"),e.config.enableSeconds){e.timeContainer.classList.add("hasSeconds");var oe=qn("flatpickr-second");e.secondElement=oe.getElementsByTagName("input")[0],e.secondElement.value=it(e.latestSelectedDateObj?e.latestSelectedDateObj.getSeconds():I.seconds),e.secondElement.setAttribute("step",e.minuteElement.getAttribute("step")),e.secondElement.setAttribute("min","0"),e.secondElement.setAttribute("max","59"),e.secondElement.setAttribute("maxlength","2"),e.timeContainer.appendChild(Ae("span","flatpickr-time-separator",":")),e.timeContainer.appendChild(oe)}return e.config.time_24hr||(e.amPM=Ae("span","flatpickr-am-pm",e.l10n.amPM[ft((e.latestSelectedDateObj?e.hourElement.value:e.config.defaultHour)>11)]),e.amPM.title=e.l10n.toggleTitle,e.amPM.tabIndex=-1,e.timeContainer.appendChild(e.amPM)),e.timeContainer}function ie(){e.weekdayContainer?Vn(e.weekdayContainer):e.weekdayContainer=Ae("div","flatpickr-weekdays");for(var I=e.config.showMonths;I--;){var L=Ae("div","flatpickr-weekdaycontainer");e.weekdayContainer.appendChild(L)}return U(),e.weekdayContainer}function U(){if(e.weekdayContainer){var I=e.l10n.firstDayOfWeek,L=Fi(e.l10n.weekdays.shorthand);I>0&&I<L.length&&(L=Fi(L.splice(I,L.length),L.splice(0,I)));for(var K=e.config.showMonths;K--;)e.weekdayContainer.children[K].innerHTML=`
57
+ `},$1="",sd={props:{type:{type:String,default:"success"}},data(){return{icons:ld}}},dd={class:"status-indicator"},cd=["innerHTML"];function ud(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",dd,[i.createElementVNode("div",{class:i.normalizeClass(["status-indicator-icon",e.type]),innerHTML:a.icons[e.type]},null,10,cd),i.renderSlot(t.$slots,"default",{},void 0,!0)])}const fd=_e(sd,[["render",ud],["__scopeId","data-v-e696394e"]]),w1="",hd={name:"IbPanel",mixins:[yi],props:{isOpen:{type:Boolean,default:!0},error:{type:Boolean,default:!1}}},pd=t=>(i.pushScopeId("data-v-c7c0bea8"),t=t(),i.popScopeId(),t),md={class:"panel-head"},gd={class:"head-title"},yd=pd(()=>i.createElementVNode("div",{class:"divider"},null,-1)),vd={class:"head-content"},bd={class:"panel-body"};function _d(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["panel",{"panel-error":e.error}])},[i.createElementVNode("div",md,[i.createElementVNode("div",gd,[i.renderSlot(t.$slots,"title",{},void 0,!0)]),yd,i.createElementVNode("div",vd,[i.renderSlot(t.$slots,"head-content",{},void 0,!0)])]),i.createVNode(i.Transition,{name:"expand",onEnter:t.enter,onAfterEnter:t.afterEnter,onLeave:t.leave},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",bd,[i.renderSlot(t.$slots,"body",{},void 0,!0)],512),[[i.vShow,e.isOpen]])]),_:3},8,["onEnter","onAfterEnter","onLeave"])],2)}const $d=_e(hd,[["render",_d],["__scopeId","data-v-c7c0bea8"]]),k1="",wd={name:"IbInputGroup",props:{supportText:{type:String,default:""},disable:{type:Boolean,default:!1}}},kd={key:0,class:"support-text"};function Cd(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ib-form-group",{disable:e.disable}])},[i.renderSlot(t.$slots,"default"),e.supportText.length?(i.openBlock(),i.createElementBlock("p",kd,i.toDisplayString(e.supportText),1)):i.createCommentVNode("",!0)],2)}const Od=_e(wd,[["render",Cd]]),C1="",Ed={name:"IbInputGroup",props:{labelText:{type:String,default:""},required:{type:Boolean,required:!1},horizontal:{type:Boolean,default:!1},errorMessage:{type:String,default:""}},components:{IbLabel:dn,IbAlert:It}},Sd={class:"ib-checkbox-group-content"};function Td(t,n,e,o,a,r){const d=i.resolveComponent("ib-label"),s=i.resolveComponent("ib-alert");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ib-checkbox-group",{"ib-checkbox-group-horizontal":e.horizontal}])},[e.labelText.length?(i.openBlock(),i.createBlock(d,{key:0,class:"ib-checkbox-group-label",required:e.required},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.labelText),1)]),_:1},8,["required"])):i.createCommentVNode("",!0),e.errorMessage.length?(i.openBlock(),i.createBlock(s,{key:1,class:"ib-error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",Sd,[i.renderSlot(t.$slots,"default")])],2)}const xd=_e(Ed,[["render",Td]]),O1="",Nd={name:"IbRadio",model:{prop:"isChecked",event:"input"},props:{label:String,error:{type:Boolean,default:!1},name:{type:String},id:{type:String,default(){return ht()}},value:{type:String,required:!0},isChecked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},watch:{isChecked(t){this.checked=t}},mounted(){this.$globalEvents.$on(`radio:update:${this.name}`,t=>{this.uid!==t&&(this.checked=!1)})},data(){return{checked:this.isChecked,uid:ht()}},methods:{onClick(){this.disabled||(this.checked=!this.checked,this.$globalEvents.$emit(`radio:update:${this.name}`,this.uid),this.$emit("input",this.checked),this.$emit("change",this.checked))},onChange(){this.disabled||(this.checked=!this.checked,this.$globalEvents.$emit(`radio:update:${this.name}`,this.uid),this.$emit("change",this.checked),this.$emit("input",this.checked))}},computed:{classes(){return{"ib-radio":!0,"has-error":this.error,"radio-filled":this.checked,"radio-disabled":this.disabled}}}},Ad=t=>(i.pushScopeId("data-v-02701670"),t=t(),i.popScopeId(),t),Dd=["for","aria-checked"],Id=["name","id","value","checked","disabled"],Md=Ad(()=>i.createElementVNode("span",{class:"ib-radio-input"},null,-1)),Pd={key:0,class:"ib-radio-label"};function Bd(t,n,e,o,a,r){var d,s;return i.openBlock(),i.createElementBlock("label",{role:"radio",class:i.normalizeClass(r.classes),for:e.id,"aria-checked":a.checked,onClick:n[2]||(n[2]=i.withModifiers((...f)=>r.onClick&&r.onClick(...f),["prevent"]))},[i.createElementVNode("input",{type:"radio",name:e.name,id:e.id,value:e.value,checked:a.checked,disabled:e.disabled,ref:"radio",onInput:n[0]||(n[0]=i.withModifiers(()=>{},["stop"])),onChange:n[1]||(n[1]=(...f)=>r.onChange&&r.onChange(...f))},null,40,Id),i.createElementVNode("span",{class:i.normalizeClass(["ib-radio-body",{"without-text":!((d=e.label)!=null&&d.length)}])},[Md,(s=e.label)!=null&&s.length?(i.openBlock(),i.createElementBlock("span",Pd,i.toDisplayString(e.label),1)):i.createCommentVNode("",!0)],2)],10,Dd)}const Ld=_e(Nd,[["render",Bd],["__scopeId","data-v-02701670"]]),E1="",Rd={props:{characterLimit:{type:[String,Number],required:!0},characterLength:{type:[String,Number],required:!0}}},jd={class:"character-count"},Vd={key:0,class:"val-limit"},qd={class:"val-length"},Fd={class:"val-limit"},Hd={key:3,class:"val-length val-limited"};function zd(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",jd,[e.characterLength?e.characterLimit>e.characterLength?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createElementVNode("p",qd,i.toDisplayString(e.characterLimit-e.characterLength),1),i.createTextVNode(" / "),i.createElementVNode("p",Fd,i.toDisplayString(e.characterLimit),1)],64)):e.characterLimit===e.characterLength?(i.openBlock(),i.createElementBlock(i.Fragment,{key:2},[i.createTextVNode("0")],64)):(i.openBlock(),i.createElementBlock("p",Hd,i.toDisplayString(e.characterLimit-e.characterLength),1)):(i.openBlock(),i.createElementBlock("p",Vd,"Max "+i.toDisplayString(e.characterLimit),1))])}const Ri=_e(Rd,[["render",zd],["__scopeId","data-v-725f21a3"]]),S1="",Ud={name:"IbTextarea",props:{disabled:{type:Boolean,default:!1},id:{type:String,default(){return ht()}},error:{type:Boolean,default:!1},characterLimit:{type:Number,default:null},errorMessage:{type:String,default:""},characterLimitErrorMessage:{type:String,default:""}},data(){return{val:""}},methods:{onInput(){this.characterOverLimit||this.$emit("input",this.val)},onBlur(){this.characterOverLimit||this.$emit("blur",this.val)}},computed:{characterOverLimit(){return!!this.characterLimit&&this.val.length>this.characterLimit},classes(){const t=["ib-textarea"];return(this.error||this.errorMessage.length||this.characterOverLimit)&&t.push("error"),t}},components:{IbAlert:It,IbCharacterCount:Ri},inheritAttrs:!1},Kd=["disabled"];function Gd(t,n,e,o,a,r){const d=i.resolveComponent("ib-character-count"),s=i.resolveComponent("ib-alert");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["textarea-wrapper",{disabled:e.disabled}])},[e.characterLimit?(i.openBlock(),i.createBlock(d,{key:0,"character-limit":e.characterLimit,"character-length":a.val.length},null,8,["character-limit","character-length"])):i.createCommentVNode("",!0),i.withDirectives(i.createVNode(s,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1},512),[[i.vShow,e.errorMessage.length]]),i.withDirectives(i.createVNode(s,null,{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.characterLimitErrorMessage),1)]),_:1},512),[[i.vShow,e.characterLimitErrorMessage.length&&r.characterOverLimit]]),i.withDirectives(i.createElementVNode("textarea",i.mergeProps(t.$attrs,{"onUpdate:modelValue":n[0]||(n[0]=f=>a.val=f),onInput:n[1]||(n[1]=(...f)=>r.onInput&&r.onInput(...f)),onBlur:n[2]||(n[2]=(...f)=>r.onBlur&&r.onBlur(...f)),class:["ib-textarea",r.classes],disabled:e.disabled}),null,16,Kd),[[i.vModelText,a.val]])],2)}const Yd=_e(Ud,[["render",Gd],["__scopeId","data-v-a0700fb0"]]);var $r=["onChange","onClose","onDayCreate","onDestroy","onKeyDown","onMonthChange","onOpen","onParseConfig","onReady","onValueUpdate","onYearChange","onPreCalendarPosition"],Jt={_disable:[],allowInput:!1,allowInvalidPreload:!1,altFormat:"F j, Y",altInput:!1,altInputClass:"form-control input",animate:typeof window=="object"&&window.navigator.userAgent.indexOf("MSIE")===-1,ariaDateFormat:"F j, Y",autoFillDefaultTime:!0,clickOpens:!0,closeOnSelect:!0,conjunction:", ",dateFormat:"Y-m-d",defaultHour:12,defaultMinute:0,defaultSeconds:0,disable:[],disableMobile:!1,enableSeconds:!1,enableTime:!1,errorHandler:function(t){return typeof console<"u"&&console.warn(t)},getWeek:function(t){var n=new Date(t.getTime());n.setHours(0,0,0,0),n.setDate(n.getDate()+3-(n.getDay()+6)%7);var e=new Date(n.getFullYear(),0,4);return 1+Math.round(((n.getTime()-e.getTime())/864e5-3+(e.getDay()+6)%7)/7)},hourIncrement:1,ignoredFocusElements:[],inline:!1,locale:"default",minuteIncrement:5,mode:"single",monthSelectorType:"dropdown",nextArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z' /></svg>",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:"auto",positionElement:void 0,prevArrow:"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 17 17'><g></g><path d='M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z' /></svg>",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},un={weekdays:{shorthand:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},months:{shorthand:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longhand:["January","February","March","April","May","June","July","August","September","October","November","December"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(t){var n=t%100;if(n>3&&n<21)return"th";switch(n%10){case 1:return"st";case 2:return"nd";case 3:return"rd";default:return"th"}},rangeSeparator:" to ",weekAbbreviation:"Wk",scrollTitle:"Scroll to increment",toggleTitle:"Click to toggle",amPM:["AM","PM"],yearAriaLabel:"Year",monthAriaLabel:"Month",hourAriaLabel:"Hour",minuteAriaLabel:"Minute",time_24hr:!1},it=function(t,n){return n===void 0&&(n=2),("000"+t).slice(n*-1)},ft=function(t){return t===!0?1:0};function ji(t,n){var e;return function(){var o=this,a=arguments;clearTimeout(e),e=setTimeout(function(){return t.apply(o,a)},n)}}var wr=function(t){return t instanceof Array?t:[t]};function Qe(t,n,e){if(e===!0)return t.classList.add(n);t.classList.remove(n)}function Ae(t,n,e){var o=window.document.createElement(t);return n=n||"",e=e||"",o.className=n,e!==void 0&&(o.textContent=e),o}function Vn(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function Vi(t,n){if(n(t))return t;if(t.parentNode)return Vi(t.parentNode,n)}function qn(t,n){var e=Ae("div","numInputWrapper"),o=Ae("input","numInput "+t),a=Ae("span","arrowUp"),r=Ae("span","arrowDown");if(navigator.userAgent.indexOf("MSIE 9.0")===-1?o.type="number":(o.type="text",o.pattern="\\d*"),n!==void 0)for(var d in n)o.setAttribute(d,n[d]);return e.appendChild(o),e.appendChild(a),e.appendChild(r),e}function st(t){try{if(typeof t.composedPath=="function"){var n=t.composedPath();return n[0]}return t.target}catch{return t.target}}var kr=function(){},Fn=function(t,n,e){return e.months[n?"shorthand":"longhand"][t]},Wd={D:kr,F:function(t,n,e){t.setMonth(e.months.longhand.indexOf(n))},G:function(t,n){t.setHours((t.getHours()>=12?12:0)+parseFloat(n))},H:function(t,n){t.setHours(parseFloat(n))},J:function(t,n){t.setDate(parseFloat(n))},K:function(t,n,e){t.setHours(t.getHours()%12+12*ft(new RegExp(e.amPM[1],"i").test(n)))},M:function(t,n,e){t.setMonth(e.months.shorthand.indexOf(n))},S:function(t,n){t.setSeconds(parseFloat(n))},U:function(t,n){return new Date(parseFloat(n)*1e3)},W:function(t,n,e){var o=parseInt(n),a=new Date(t.getFullYear(),0,2+(o-1)*7,0,0,0,0);return a.setDate(a.getDate()-a.getDay()+e.firstDayOfWeek),a},Y:function(t,n){t.setFullYear(parseFloat(n))},Z:function(t,n){return new Date(n)},d:function(t,n){t.setDate(parseFloat(n))},h:function(t,n){t.setHours((t.getHours()>=12?12:0)+parseFloat(n))},i:function(t,n){t.setMinutes(parseFloat(n))},j:function(t,n){t.setDate(parseFloat(n))},l:kr,m:function(t,n){t.setMonth(parseFloat(n)-1)},n:function(t,n){t.setMonth(parseFloat(n)-1)},s:function(t,n){t.setSeconds(parseFloat(n))},u:function(t,n){return new Date(parseFloat(n))},w:kr,y:function(t,n){t.setFullYear(2e3+parseFloat(n))}},qt={D:"",F:"",G:"(\\d\\d|\\d)",H:"(\\d\\d|\\d)",J:"(\\d\\d|\\d)\\w+",K:"",M:"",S:"(\\d\\d|\\d)",U:"(.+)",W:"(\\d\\d|\\d)",Y:"(\\d{4})",Z:"(.+)",d:"(\\d\\d|\\d)",h:"(\\d\\d|\\d)",i:"(\\d\\d|\\d)",j:"(\\d\\d|\\d)",l:"",m:"(\\d\\d|\\d)",n:"(\\d\\d|\\d)",s:"(\\d\\d|\\d)",u:"(.+)",w:"(\\d\\d|\\d)",y:"(\\d{2})"},fn={Z:function(t){return t.toISOString()},D:function(t,n,e){return n.weekdays.shorthand[fn.w(t,n,e)]},F:function(t,n,e){return Fn(fn.n(t,n,e)-1,!1,n)},G:function(t,n,e){return it(fn.h(t,n,e))},H:function(t){return it(t.getHours())},J:function(t,n){return n.ordinal!==void 0?t.getDate()+n.ordinal(t.getDate()):t.getDate()},K:function(t,n){return n.amPM[ft(t.getHours()>11)]},M:function(t,n){return Fn(t.getMonth(),!0,n)},S:function(t){return it(t.getSeconds())},U:function(t){return t.getTime()/1e3},W:function(t,n,e){return e.getWeek(t)},Y:function(t){return it(t.getFullYear(),4)},d:function(t){return it(t.getDate())},h:function(t){return t.getHours()%12?t.getHours()%12:12},i:function(t){return it(t.getMinutes())},j:function(t){return t.getDate()},l:function(t,n){return n.weekdays.longhand[t.getDay()]},m:function(t){return it(t.getMonth()+1)},n:function(t){return t.getMonth()+1},s:function(t){return t.getSeconds()},u:function(t){return t.getTime()},w:function(t){return t.getDay()},y:function(t){return String(t.getFullYear()).substring(2)}},qi=function(t){var n=t.config,e=n===void 0?Jt:n,o=t.l10n,a=o===void 0?un:o,r=t.isMobile,d=r===void 0?!1:r;return function(s,f,h){var p=h||a;return e.formatDate!==void 0&&!d?e.formatDate(s,f,p):f.split("").map(function(u,l,c){return fn[u]&&c[l-1]!=="\\"?fn[u](s,p,e):u!=="\\"?u:""}).join("")}},Cr=function(t){var n=t.config,e=n===void 0?Jt:n,o=t.l10n,a=o===void 0?un:o;return function(r,d,s,f){if(!(r!==0&&!r)){var h=f||a,p,u=r;if(r instanceof Date)p=new Date(r.getTime());else if(typeof r!="string"&&r.toFixed!==void 0)p=new Date(r);else if(typeof r=="string"){var l=d||(e||Jt).dateFormat,c=String(r).trim();if(c==="today")p=new Date,s=!0;else if(e&&e.parseDate)p=e.parseDate(r,l);else if(/Z$/.test(c)||/GMT$/.test(c))p=new Date(r);else{for(var _=void 0,v=[],b=0,g=0,y="";b<l.length;b++){var w=l[b],m=w==="\\",k=l[b-1]==="\\"||m;if(qt[w]&&!k){y+=qt[w];var x=new RegExp(y).exec(r);x&&(_=!0)&&v[w!=="Y"?"push":"unshift"]({fn:Wd[w],val:x[++g]})}else m||(y+=".")}p=!e||!e.noCalendar?new Date(new Date().getFullYear(),0,1,0,0,0,0):new Date(new Date().setHours(0,0,0,0)),v.forEach(function(S){var T=S.fn,M=S.val;return p=T(p,M,h)||p}),p=_?p:void 0}}if(!(p instanceof Date&&!isNaN(p.getTime()))){e.errorHandler(new Error("Invalid date provided: "+u));return}return s===!0&&p.setHours(0,0,0,0),p}}};function dt(t,n,e){return e===void 0&&(e=!0),e!==!1?new Date(t.getTime()).setHours(0,0,0,0)-new Date(n.getTime()).setHours(0,0,0,0):t.getTime()-n.getTime()}var Zd=function(t,n,e){return t>Math.min(n,e)&&t<Math.max(n,e)},Or=function(t,n,e){return t*3600+n*60+e},Jd=function(t){var n=Math.floor(t/3600),e=(t-n*3600)/60;return[n,e,t-n*3600-e*60]},Xd={DAY:864e5};function Er(t){var n=t.defaultHour,e=t.defaultMinute,o=t.defaultSeconds;if(t.minDate!==void 0){var a=t.minDate.getHours(),r=t.minDate.getMinutes(),d=t.minDate.getSeconds();n<a&&(n=a),n===a&&e<r&&(e=r),n===a&&e===r&&o<d&&(o=t.minDate.getSeconds())}if(t.maxDate!==void 0){var s=t.maxDate.getHours(),f=t.maxDate.getMinutes();n=Math.min(n,s),n===s&&(e=Math.min(f,e)),n===s&&e===f&&(o=t.maxDate.getSeconds())}return{hours:n,minutes:e,seconds:o}}typeof Object.assign!="function"&&(Object.assign=function(t){for(var n=[],e=1;e<arguments.length;e++)n[e-1]=arguments[e];if(!t)throw TypeError("Cannot convert undefined or null to object");for(var o=function(s){s&&Object.keys(s).forEach(function(f){return t[f]=s[f]})},a=0,r=n;a<r.length;a++){var d=r[a];o(d)}return t});var Ye=globalThis&&globalThis.__assign||function(){return Ye=Object.assign||function(t){for(var n,e=1,o=arguments.length;e<o;e++){n=arguments[e];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(t[a]=n[a])}return t},Ye.apply(this,arguments)},Fi=globalThis&&globalThis.__spreadArrays||function(){for(var t=0,n=0,e=arguments.length;n<e;n++)t+=arguments[n].length;for(var o=Array(t),a=0,n=0;n<e;n++)for(var r=arguments[n],d=0,s=r.length;d<s;d++,a++)o[a]=r[d];return o},Qd=300;function ec(t,n){var e={config:Ye(Ye({},Jt),Re.defaultConfig),l10n:un};e.parseDate=Cr({config:e.config,l10n:e.l10n}),e._handlers=[],e.pluginElements=[],e.loadedPlugins=[],e._bind=v,e._setHoursFromDate=l,e._positionCalendar=te,e.changeMonth=A,e.changeYear=z,e.clear=j,e.close=V,e.onMouseOver=he,e._createElement=Ae,e.createDay=x,e.destroy=Y,e.isEnabled=Z,e.jumpToDate=y,e.updateValue=nt,e.open=ke,e.redraw=re,e.set=He,e.setDate=Ne,e.toggle=zt;function o(){e.utils={getDaysInMonth:function(I,L){return I===void 0&&(I=e.currentMonth),L===void 0&&(L=e.currentYear),I===1&&(L%4===0&&L%100!==0||L%400===0)?29:e.l10n.daysInMonth[I]}}}function a(){e.element=e.input=t,e.isOpen=!1,Be(),Q(),tt(),Ee(),o(),e.isMobile||k(),g(),(e.selectedDates.length||e.config.noCalendar)&&(e.config.enableTime&&l(e.config.noCalendar?e.latestSelectedDateObj:void 0),nt(!1)),s();var I=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!e.isMobile&&I&&te(),De("onReady")}function r(){var I;return((I=e.calendarContainer)===null||I===void 0?void 0:I.getRootNode()).activeElement||document.activeElement}function d(I){return I.bind(e)}function s(){var I=e.config;I.weekNumbers===!1&&I.showMonths===1||I.noCalendar!==!0&&window.requestAnimationFrame(function(){if(e.calendarContainer!==void 0&&(e.calendarContainer.style.visibility="hidden",e.calendarContainer.style.display="block"),e.daysContainer!==void 0){var L=(e.days.offsetWidth+1)*I.showMonths;e.daysContainer.style.width=L+"px",e.calendarContainer.style.width=L+(e.weekWrapper!==void 0?e.weekWrapper.offsetWidth:0)+"px",e.calendarContainer.style.removeProperty("visibility"),e.calendarContainer.style.removeProperty("display")}})}function f(I){if(e.selectedDates.length===0){var L=e.config.minDate===void 0||dt(new Date,e.config.minDate)>=0?new Date:new Date(e.config.minDate.getTime()),K=Er(e.config);L.setHours(K.hours,K.minutes,K.seconds,L.getMilliseconds()),e.selectedDates=[L],e.latestSelectedDateObj=L}I!==void 0&&I.type!=="blur"&&Ut(I);var X=e._input.value;u(),nt(),e._input.value!==X&&e._debouncedChange()}function h(I,L){return I%12+12*ft(L===e.l10n.amPM[1])}function p(I){switch(I%24){case 0:case 12:return 12;default:return I%12}}function u(){if(!(e.hourElement===void 0||e.minuteElement===void 0)){var I=(parseInt(e.hourElement.value.slice(-2),10)||0)%24,L=(parseInt(e.minuteElement.value,10)||0)%60,K=e.secondElement!==void 0?(parseInt(e.secondElement.value,10)||0)%60:0;e.amPM!==void 0&&(I=h(I,e.amPM.textContent));var X=e.config.minTime!==void 0||e.config.minDate&&e.minDateHasTime&&e.latestSelectedDateObj&&dt(e.latestSelectedDateObj,e.config.minDate,!0)===0,oe=e.config.maxTime!==void 0||e.config.maxDate&&e.maxDateHasTime&&e.latestSelectedDateObj&&dt(e.latestSelectedDateObj,e.config.maxDate,!0)===0;if(e.config.maxTime!==void 0&&e.config.minTime!==void 0&&e.config.minTime>e.config.maxTime){var se=Or(e.config.minTime.getHours(),e.config.minTime.getMinutes(),e.config.minTime.getSeconds()),ye=Or(e.config.maxTime.getHours(),e.config.maxTime.getMinutes(),e.config.maxTime.getSeconds()),ue=Or(I,L,K);if(ue>ye&&ue<se){var Ce=Jd(se);I=Ce[0],L=Ce[1],K=Ce[2]}}else{if(oe){var ce=e.config.maxTime!==void 0?e.config.maxTime:e.config.maxDate;I=Math.min(I,ce.getHours()),I===ce.getHours()&&(L=Math.min(L,ce.getMinutes())),L===ce.getMinutes()&&(K=Math.min(K,ce.getSeconds()))}if(X){var ge=e.config.minTime!==void 0?e.config.minTime:e.config.minDate;I=Math.max(I,ge.getHours()),I===ge.getHours()&&L<ge.getMinutes()&&(L=ge.getMinutes()),L===ge.getMinutes()&&(K=Math.max(K,ge.getSeconds()))}}c(I,L,K)}}function l(I){var L=I||e.latestSelectedDateObj;L&&L instanceof Date&&c(L.getHours(),L.getMinutes(),L.getSeconds())}function c(I,L,K){e.latestSelectedDateObj!==void 0&&e.latestSelectedDateObj.setHours(I%24,L,K||0,0),!(!e.hourElement||!e.minuteElement||e.isMobile)&&(e.hourElement.value=it(e.config.time_24hr?I:(12+I)%12+12*ft(I%12===0)),e.minuteElement.value=it(L),e.amPM!==void 0&&(e.amPM.textContent=e.l10n.amPM[ft(I>=12)]),e.secondElement!==void 0&&(e.secondElement.value=it(K)))}function _(I){var L=st(I),K=parseInt(L.value)+(I.delta||0);(K/1e3>1||I.key==="Enter"&&!/[^\d]/.test(K.toString()))&&z(K)}function v(I,L,K,X){if(L instanceof Array)return L.forEach(function(oe){return v(I,oe,K,X)});if(I instanceof Array)return I.forEach(function(oe){return v(oe,L,K,X)});I.addEventListener(L,K,X),e._handlers.push({remove:function(){return I.removeEventListener(L,K,X)}})}function b(){De("onChange")}function g(){if(e.config.wrap&&["open","close","toggle","clear"].forEach(function(K){Array.prototype.forEach.call(e.element.querySelectorAll("[data-"+K+"]"),function(X){return v(X,"click",e[K])})}),e.isMobile){vn();return}var I=ji(ve,50);if(e._debouncedChange=ji(b,Qd),e.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&v(e.daysContainer,"mouseover",function(K){e.config.mode==="range"&&he(st(K))}),v(e._input,"keydown",de),e.calendarContainer!==void 0&&v(e.calendarContainer,"keydown",de),!e.config.inline&&!e.config.static&&v(window,"resize",I),window.ontouchstart!==void 0?v(window.document,"touchstart",B):v(window.document,"mousedown",B),v(window.document,"focus",B,{capture:!0}),e.config.clickOpens===!0&&(v(e._input,"focus",e.open),v(e._input,"click",e.open)),e.daysContainer!==void 0&&(v(e.monthNav,"click",Tt),v(e.monthNav,["keyup","increment"],_),v(e.daysContainer,"click",me)),e.timeContainer!==void 0&&e.minuteElement!==void 0&&e.hourElement!==void 0){var L=function(K){return st(K).select()};v(e.timeContainer,["increment"],f),v(e.timeContainer,"blur",f,{capture:!0}),v(e.timeContainer,"click",w),v([e.hourElement,e.minuteElement],["focus","click"],L),e.secondElement!==void 0&&v(e.secondElement,"focus",function(){return e.secondElement&&e.secondElement.select()}),e.amPM!==void 0&&v(e.amPM,"click",function(K){f(K)})}e.config.allowInput&&v(e._input,"blur",ne)}function y(I,L){var K=I!==void 0?e.parseDate(I):e.latestSelectedDateObj||(e.config.minDate&&e.config.minDate>e.now?e.config.minDate:e.config.maxDate&&e.config.maxDate<e.now?e.config.maxDate:e.now),X=e.currentYear,oe=e.currentMonth;try{K!==void 0&&(e.currentYear=K.getFullYear(),e.currentMonth=K.getMonth())}catch(se){se.message="Invalid date supplied: "+K,e.config.errorHandler(se)}L&&e.currentYear!==X&&(De("onYearChange"),N()),L&&(e.currentYear!==X||e.currentMonth!==oe)&&De("onMonthChange"),e.redraw()}function w(I){var L=st(I);~L.className.indexOf("arrow")&&m(I,L.classList.contains("arrowUp")?1:-1)}function m(I,L,K){var X=I&&st(I),oe=K||X&&X.parentNode&&X.parentNode.firstChild,se=Bt("increment");se.delta=L,oe&&oe.dispatchEvent(se)}function k(){var I=window.document.createDocumentFragment();if(e.calendarContainer=Ae("div","flatpickr-calendar"),e.calendarContainer.tabIndex=-1,!e.config.noCalendar){if(I.appendChild(G()),e.innerContainer=Ae("div","flatpickr-innerContainer"),e.config.weekNumbers){var L=R(),K=L.weekWrapper,X=L.weekNumbers;e.innerContainer.appendChild(K),e.weekNumbers=X,e.weekWrapper=K}e.rContainer=Ae("div","flatpickr-rContainer"),e.rContainer.appendChild(ie()),e.daysContainer||(e.daysContainer=Ae("div","flatpickr-days"),e.daysContainer.tabIndex=-1),O(),e.rContainer.appendChild(e.daysContainer),e.innerContainer.appendChild(e.rContainer),I.appendChild(e.innerContainer)}e.config.enableTime&&I.appendChild(W()),Qe(e.calendarContainer,"rangeMode",e.config.mode==="range"),Qe(e.calendarContainer,"animate",e.config.animate===!0),Qe(e.calendarContainer,"multiMonth",e.config.showMonths>1),e.calendarContainer.appendChild(I);var oe=e.config.appendTo!==void 0&&e.config.appendTo.nodeType!==void 0;if((e.config.inline||e.config.static)&&(e.calendarContainer.classList.add(e.config.inline?"inline":"static"),e.config.inline&&(!oe&&e.element.parentNode?e.element.parentNode.insertBefore(e.calendarContainer,e._input.nextSibling):e.config.appendTo!==void 0&&e.config.appendTo.appendChild(e.calendarContainer)),e.config.static)){var se=Ae("div","flatpickr-wrapper");e.element.parentNode&&e.element.parentNode.insertBefore(se,e.element),se.appendChild(e.element),e.altInput&&se.appendChild(e.altInput),se.appendChild(e.calendarContainer)}!e.config.static&&!e.config.inline&&(e.config.appendTo!==void 0?e.config.appendTo:window.document.body).appendChild(e.calendarContainer)}function x(I,L,K,X){var oe=Z(L,!0),se=Ae("span",I,L.getDate().toString());return se.dateObj=L,se.$i=X,se.setAttribute("aria-label",e.formatDate(L,e.config.ariaDateFormat)),I.indexOf("hidden")===-1&&dt(L,e.now)===0&&(e.todayDateElem=se,se.classList.add("today"),se.setAttribute("aria-current","date")),oe?(se.tabIndex=-1,bt(L)&&(se.classList.add("selected"),e.selectedDateElem=se,e.config.mode==="range"&&(Qe(se,"startRange",e.selectedDates[0]&&dt(L,e.selectedDates[0],!0)===0),Qe(se,"endRange",e.selectedDates[1]&&dt(L,e.selectedDates[1],!0)===0),I==="nextMonthDay"&&se.classList.add("inRange")))):se.classList.add("flatpickr-disabled"),e.config.mode==="range"&&St(L)&&!bt(L)&&se.classList.add("inRange"),e.weekNumbers&&e.config.showMonths===1&&I!=="prevMonthDay"&&X%7===6&&e.weekNumbers.insertAdjacentHTML("beforeend","<span class='flatpickr-day'>"+e.config.getWeek(L)+"</span>"),De("onDayCreate",se),se}function S(I){I.focus(),e.config.mode==="range"&&he(I)}function T(I){for(var L=I>0?0:e.config.showMonths-1,K=I>0?e.config.showMonths:-1,X=L;X!=K;X+=I)for(var oe=e.daysContainer.children[X],se=I>0?0:oe.children.length-1,ye=I>0?oe.children.length:-1,ue=se;ue!=ye;ue+=I){var Ce=oe.children[ue];if(Ce.className.indexOf("hidden")===-1&&Z(Ce.dateObj))return Ce}}function M(I,L){for(var K=I.className.indexOf("Month")===-1?I.dateObj.getMonth():e.currentMonth,X=L>0?e.config.showMonths:-1,oe=L>0?1:-1,se=K-e.currentMonth;se!=X;se+=oe)for(var ye=e.daysContainer.children[se],ue=K-e.currentMonth===se?I.$i+L:L<0?ye.children.length-1:0,Ce=ye.children.length,ce=ue;ce>=0&&ce<Ce&&ce!=(L>0?Ce:-1);ce+=oe){var ge=ye.children[ce];if(ge.className.indexOf("hidden")===-1&&Z(ge.dateObj)&&Math.abs(I.$i-ce)>=Math.abs(L))return S(ge)}e.changeMonth(oe),E(T(oe),0)}function E(I,L){var K=r(),X=J(K||document.body),oe=I!==void 0?I:X?K:e.selectedDateElem!==void 0&&J(e.selectedDateElem)?e.selectedDateElem:e.todayDateElem!==void 0&&J(e.todayDateElem)?e.todayDateElem:T(L>0?1:-1);oe===void 0?e._input.focus():X?M(oe,L):S(oe)}function C(I,L){for(var K=(new Date(I,L,1).getDay()-e.l10n.firstDayOfWeek+7)%7,X=e.utils.getDaysInMonth((L-1+12)%12,I),oe=e.utils.getDaysInMonth(L,I),se=window.document.createDocumentFragment(),ye=e.config.showMonths>1,ue=ye?"prevMonthDay hidden":"prevMonthDay",Ce=ye?"nextMonthDay hidden":"nextMonthDay",ce=X+1-K,ge=0;ce<=X;ce++,ge++)se.appendChild(x("flatpickr-day "+ue,new Date(I,L-1,ce),ce,ge));for(ce=1;ce<=oe;ce++,ge++)se.appendChild(x("flatpickr-day",new Date(I,L,ce),ce,ge));for(var Te=oe+1;Te<=42-K&&(e.config.showMonths===1||ge%7!==0);Te++,ge++)se.appendChild(x("flatpickr-day "+Ce,new Date(I,L+1,Te%oe),Te,ge));var Me=Ae("div","dayContainer");return Me.appendChild(se),Me}function O(){if(e.daysContainer!==void 0){Vn(e.daysContainer),e.weekNumbers&&Vn(e.weekNumbers);for(var I=document.createDocumentFragment(),L=0;L<e.config.showMonths;L++){var K=new Date(e.currentYear,e.currentMonth,1);K.setMonth(e.currentMonth+L),I.appendChild(C(K.getFullYear(),K.getMonth()))}e.daysContainer.appendChild(I),e.days=e.daysContainer.firstChild,e.config.mode==="range"&&e.selectedDates.length===1&&he()}}function N(){if(!(e.config.showMonths>1||e.config.monthSelectorType!=="dropdown")){var I=function(X){return e.config.minDate!==void 0&&e.currentYear===e.config.minDate.getFullYear()&&X<e.config.minDate.getMonth()?!1:!(e.config.maxDate!==void 0&&e.currentYear===e.config.maxDate.getFullYear()&&X>e.config.maxDate.getMonth())};e.monthsDropdownContainer.tabIndex=-1,e.monthsDropdownContainer.innerHTML="";for(var L=0;L<12;L++)if(I(L)){var K=Ae("option","flatpickr-monthDropdown-month");K.value=new Date(e.currentYear,L).getMonth().toString(),K.textContent=Fn(L,e.config.shorthandCurrentMonth,e.l10n),K.tabIndex=-1,e.currentMonth===L&&(K.selected=!0),e.monthsDropdownContainer.appendChild(K)}}}function P(){var I=Ae("div","flatpickr-month"),L=window.document.createDocumentFragment(),K;e.config.showMonths>1||e.config.monthSelectorType==="static"?K=Ae("span","cur-month"):(e.monthsDropdownContainer=Ae("select","flatpickr-monthDropdown-months"),e.monthsDropdownContainer.setAttribute("aria-label",e.l10n.monthAriaLabel),v(e.monthsDropdownContainer,"change",function(ye){var ue=st(ye),Ce=parseInt(ue.value,10);e.changeMonth(Ce-e.currentMonth),De("onMonthChange")}),N(),K=e.monthsDropdownContainer);var X=qn("cur-year",{tabindex:"-1"}),oe=X.getElementsByTagName("input")[0];oe.setAttribute("aria-label",e.l10n.yearAriaLabel),e.config.minDate&&oe.setAttribute("min",e.config.minDate.getFullYear().toString()),e.config.maxDate&&(oe.setAttribute("max",e.config.maxDate.getFullYear().toString()),oe.disabled=!!e.config.minDate&&e.config.minDate.getFullYear()===e.config.maxDate.getFullYear());var se=Ae("div","flatpickr-current-month");return se.appendChild(K),se.appendChild(X),L.appendChild(se),I.appendChild(L),{container:I,yearElement:oe,monthElement:K}}function q(){Vn(e.monthNav),e.monthNav.appendChild(e.prevMonthNav),e.config.showMonths&&(e.yearElements=[],e.monthElements=[]);for(var I=e.config.showMonths;I--;){var L=P();e.yearElements.push(L.yearElement),e.monthElements.push(L.monthElement),e.monthNav.appendChild(L.container)}e.monthNav.appendChild(e.nextMonthNav)}function G(){return e.monthNav=Ae("div","flatpickr-months"),e.yearElements=[],e.monthElements=[],e.prevMonthNav=Ae("span","flatpickr-prev-month"),e.prevMonthNav.innerHTML=e.config.prevArrow,e.nextMonthNav=Ae("span","flatpickr-next-month"),e.nextMonthNav.innerHTML=e.config.nextArrow,q(),Object.defineProperty(e,"_hidePrevMonthArrow",{get:function(){return e.__hidePrevMonthArrow},set:function(I){e.__hidePrevMonthArrow!==I&&(Qe(e.prevMonthNav,"flatpickr-disabled",I),e.__hidePrevMonthArrow=I)}}),Object.defineProperty(e,"_hideNextMonthArrow",{get:function(){return e.__hideNextMonthArrow},set:function(I){e.__hideNextMonthArrow!==I&&(Qe(e.nextMonthNav,"flatpickr-disabled",I),e.__hideNextMonthArrow=I)}}),e.currentYearElement=e.yearElements[0],We(),e.monthNav}function W(){e.calendarContainer.classList.add("hasTime"),e.config.noCalendar&&e.calendarContainer.classList.add("noCalendar");var I=Er(e.config);e.timeContainer=Ae("div","flatpickr-time"),e.timeContainer.tabIndex=-1;var L=Ae("span","flatpickr-time-separator",":"),K=qn("flatpickr-hour",{"aria-label":e.l10n.hourAriaLabel});e.hourElement=K.getElementsByTagName("input")[0];var X=qn("flatpickr-minute",{"aria-label":e.l10n.minuteAriaLabel});if(e.minuteElement=X.getElementsByTagName("input")[0],e.hourElement.tabIndex=e.minuteElement.tabIndex=-1,e.hourElement.value=it(e.latestSelectedDateObj?e.latestSelectedDateObj.getHours():e.config.time_24hr?I.hours:p(I.hours)),e.minuteElement.value=it(e.latestSelectedDateObj?e.latestSelectedDateObj.getMinutes():I.minutes),e.hourElement.setAttribute("step",e.config.hourIncrement.toString()),e.minuteElement.setAttribute("step",e.config.minuteIncrement.toString()),e.hourElement.setAttribute("min",e.config.time_24hr?"0":"1"),e.hourElement.setAttribute("max",e.config.time_24hr?"23":"12"),e.hourElement.setAttribute("maxlength","2"),e.minuteElement.setAttribute("min","0"),e.minuteElement.setAttribute("max","59"),e.minuteElement.setAttribute("maxlength","2"),e.timeContainer.appendChild(K),e.timeContainer.appendChild(L),e.timeContainer.appendChild(X),e.config.time_24hr&&e.timeContainer.classList.add("time24hr"),e.config.enableSeconds){e.timeContainer.classList.add("hasSeconds");var oe=qn("flatpickr-second");e.secondElement=oe.getElementsByTagName("input")[0],e.secondElement.value=it(e.latestSelectedDateObj?e.latestSelectedDateObj.getSeconds():I.seconds),e.secondElement.setAttribute("step",e.minuteElement.getAttribute("step")),e.secondElement.setAttribute("min","0"),e.secondElement.setAttribute("max","59"),e.secondElement.setAttribute("maxlength","2"),e.timeContainer.appendChild(Ae("span","flatpickr-time-separator",":")),e.timeContainer.appendChild(oe)}return e.config.time_24hr||(e.amPM=Ae("span","flatpickr-am-pm",e.l10n.amPM[ft((e.latestSelectedDateObj?e.hourElement.value:e.config.defaultHour)>11)]),e.amPM.title=e.l10n.toggleTitle,e.amPM.tabIndex=-1,e.timeContainer.appendChild(e.amPM)),e.timeContainer}function ie(){e.weekdayContainer?Vn(e.weekdayContainer):e.weekdayContainer=Ae("div","flatpickr-weekdays");for(var I=e.config.showMonths;I--;){var L=Ae("div","flatpickr-weekdaycontainer");e.weekdayContainer.appendChild(L)}return U(),e.weekdayContainer}function U(){if(e.weekdayContainer){var I=e.l10n.firstDayOfWeek,L=Fi(e.l10n.weekdays.shorthand);I>0&&I<L.length&&(L=Fi(L.splice(I,L.length),L.splice(0,I)));for(var K=e.config.showMonths;K--;)e.weekdayContainer.children[K].innerHTML=`
58
58
  <span class='flatpickr-weekday'>
59
59
  `+L.join("</span><span class='flatpickr-weekday'>")+`
60
60
  </span>
61
- `}}function R(){e.calendarContainer.classList.add("hasWeeks");var I=Ae("div","flatpickr-weekwrapper");I.appendChild(Ae("span","flatpickr-weekday",e.l10n.weekAbbreviation));var L=Ae("div","flatpickr-weeks");return I.appendChild(L),{weekWrapper:I,weekNumbers:L}}function A(I,L){L===void 0&&(L=!0);var K=L?I:I-e.currentMonth;K<0&&e._hidePrevMonthArrow===!0||K>0&&e._hideNextMonthArrow===!0||(e.currentMonth+=K,(e.currentMonth<0||e.currentMonth>11)&&(e.currentYear+=e.currentMonth>11?1:-1,e.currentMonth=(e.currentMonth+12)%12,De("onYearChange"),x()),O(),De("onMonthChange"),We())}function j(I,L){if(I===void 0&&(I=!0),L===void 0&&(L=!0),e.input.value="",e.altInput!==void 0&&(e.altInput.value=""),e.mobileInput!==void 0&&(e.mobileInput.value=""),e.selectedDates=[],e.latestSelectedDateObj=void 0,L===!0&&(e.currentYear=e._initialDate.getFullYear(),e.currentMonth=e._initialDate.getMonth()),e.config.enableTime===!0){var K=Er(e.config),X=K.hours,oe=K.minutes,se=K.seconds;c(X,oe,se)}e.redraw(),I&&De("onChange")}function V(){e.isOpen=!1,e.isMobile||(e.calendarContainer!==void 0&&e.calendarContainer.classList.remove("open"),e._input!==void 0&&e._input.classList.remove("active")),De("onClose")}function Y(){e.config!==void 0&&De("onDestroy");for(var I=e._handlers.length;I--;)e._handlers[I].remove();if(e._handlers=[],e.mobileInput)e.mobileInput.parentNode&&e.mobileInput.parentNode.removeChild(e.mobileInput),e.mobileInput=void 0;else if(e.calendarContainer&&e.calendarContainer.parentNode)if(e.config.static&&e.calendarContainer.parentNode){var L=e.calendarContainer.parentNode;if(L.lastChild&&L.removeChild(L.lastChild),L.parentNode){for(;L.firstChild;)L.parentNode.insertBefore(L.firstChild,L);L.parentNode.removeChild(L)}}else e.calendarContainer.parentNode.removeChild(e.calendarContainer);e.altInput&&(e.input.type="text",e.altInput.parentNode&&e.altInput.parentNode.removeChild(e.altInput),delete e.altInput),e.input&&(e.input.type=e.input._type,e.input.classList.remove("flatpickr-input"),e.input.removeAttribute("readonly")),["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","monthsDropdownContainer","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach(function(K){try{delete e[K]}catch{}})}function H(I){return e.calendarContainer.contains(I)}function B(I){if(e.isOpen&&!e.config.inline){var L=st(I),K=H(L),X=L===e.input||L===e.altInput||e.element.contains(L)||I.path&&I.path.indexOf&&(~I.path.indexOf(e.input)||~I.path.indexOf(e.altInput)),oe=!X&&!K&&!H(I.relatedTarget),se=!e.config.ignoredFocusElements.some(function(ye){return ye.contains(L)});oe&&se&&(e.config.allowInput&&e.setDate(e._input.value,!1,e.config.altInput?e.config.altFormat:e.config.dateFormat),e.timeContainer!==void 0&&e.minuteElement!==void 0&&e.hourElement!==void 0&&e.input.value!==""&&e.input.value!==void 0&&f(),e.close(),e.config&&e.config.mode==="range"&&e.selectedDates.length===1&&e.clear(!1))}}function z(I){if(!(!I||e.config.minDate&&I<e.config.minDate.getFullYear()||e.config.maxDate&&I>e.config.maxDate.getFullYear())){var L=I,K=e.currentYear!==L;e.currentYear=L||e.currentYear,e.config.maxDate&&e.currentYear===e.config.maxDate.getFullYear()?e.currentMonth=Math.min(e.config.maxDate.getMonth(),e.currentMonth):e.config.minDate&&e.currentYear===e.config.minDate.getFullYear()&&(e.currentMonth=Math.max(e.config.minDate.getMonth(),e.currentMonth)),K&&(e.redraw(),De("onYearChange"),x())}}function Z(I,L){var K;L===void 0&&(L=!0);var X=e.parseDate(I,void 0,L);if(e.config.minDate&&X&&dt(X,e.config.minDate,L!==void 0?L:!e.minDateHasTime)<0||e.config.maxDate&&X&&dt(X,e.config.maxDate,L!==void 0?L:!e.maxDateHasTime)>0)return!1;if(!e.config.enable&&e.config.disable.length===0)return!0;if(X===void 0)return!1;for(var oe=!!e.config.enable,se=(K=e.config.enable)!==null&&K!==void 0?K:e.config.disable,ye=0,ue=void 0;ye<se.length;ye++){if(ue=se[ye],typeof ue=="function"&&ue(X))return oe;if(ue instanceof Date&&X!==void 0&&ue.getTime()===X.getTime())return oe;if(typeof ue=="string"){var Ce=e.parseDate(ue,void 0,!0);return Ce&&Ce.getTime()===X.getTime()?oe:!oe}else if(typeof ue=="object"&&X!==void 0&&ue.from&&ue.to&&X.getTime()>=ue.from.getTime()&&X.getTime()<=ue.to.getTime())return oe}return!oe}function J(I){return e.daysContainer!==void 0?I.className.indexOf("hidden")===-1&&I.className.indexOf("flatpickr-disabled")===-1&&e.daysContainer.contains(I):!1}function ne(I){var L=I.target===e._input,K=e._input.value.trimEnd()!==_t();L&&K&&!(I.relatedTarget&&H(I.relatedTarget))&&e.setDate(e._input.value,!0,I.target===e.altInput?e.config.altFormat:e.config.dateFormat)}function de(I){var L=st(I),K=e.config.wrap?t.contains(L):L===e._input,X=e.config.allowInput,oe=e.isOpen&&(!X||!K),se=e.config.inline&&K&&!X;if(I.keyCode===13&&K){if(X)return e.setDate(e._input.value,!0,L===e.altInput?e.config.altFormat:e.config.dateFormat),e.close(),L.blur();e.open()}else if(H(L)||oe||se){var ye=!!e.timeContainer&&e.timeContainer.contains(L);switch(I.keyCode){case 13:ye?(I.preventDefault(),f(),$e()):me(I);break;case 27:I.preventDefault(),$e();break;case 8:case 46:K&&!e.config.allowInput&&(I.preventDefault(),e.clear());break;case 37:case 39:if(!ye&&!K){I.preventDefault();var ue=r();if(e.daysContainer!==void 0&&(X===!1||ue&&J(ue))){var Ce=I.keyCode===39?1:-1;I.ctrlKey?(I.stopPropagation(),A(Ce),E(T(1),0)):E(void 0,Ce)}}else e.hourElement&&e.hourElement.focus();break;case 38:case 40:I.preventDefault();var ce=I.keyCode===40?1:-1;e.daysContainer&&L.$i!==void 0||L===e.input||L===e.altInput?I.ctrlKey?(I.stopPropagation(),z(e.currentYear-ce),E(T(1),0)):ye||E(void 0,ce*7):L===e.currentYearElement?z(e.currentYear-ce):e.config.enableTime&&(!ye&&e.hourElement&&e.hourElement.focus(),f(I),e._debouncedChange());break;case 9:if(ye){var ge=[e.hourElement,e.minuteElement,e.secondElement,e.amPM].concat(e.pluginElements).filter(function(Ke){return Ke}),Te=ge.indexOf(L);if(Te!==-1){var Me=ge[Te+(I.shiftKey?-1:1)];I.preventDefault(),(Me||e._input).focus()}}else!e.config.noCalendar&&e.daysContainer&&e.daysContainer.contains(L)&&I.shiftKey&&(I.preventDefault(),e._input.focus());break}}if(e.amPM!==void 0&&L===e.amPM)switch(I.key){case e.l10n.amPM[0].charAt(0):case e.l10n.amPM[0].charAt(0).toLowerCase():e.amPM.textContent=e.l10n.amPM[0],u(),nt();break;case e.l10n.amPM[1].charAt(0):case e.l10n.amPM[1].charAt(0).toLowerCase():e.amPM.textContent=e.l10n.amPM[1],u(),nt();break}(K||H(L))&&De("onKeyDown",I)}function he(I,L){if(L===void 0&&(L="flatpickr-day"),!(e.selectedDates.length!==1||I&&(!I.classList.contains(L)||I.classList.contains("flatpickr-disabled")))){for(var K=I?I.dateObj.getTime():e.days.firstElementChild.dateObj.getTime(),X=e.parseDate(e.selectedDates[0],void 0,!0).getTime(),oe=Math.min(K,e.selectedDates[0].getTime()),se=Math.max(K,e.selectedDates[0].getTime()),ye=!1,ue=0,Ce=0,ce=oe;ce<se;ce+=Xd.DAY)Z(new Date(ce),!0)||(ye=ye||ce>oe&&ce<se,ce<X&&(!ue||ce>ue)?ue=ce:ce>X&&(!Ce||ce<Ce)&&(Ce=ce));var ge=Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+"+e.config.showMonths+") > ."+L));ge.forEach(function(Te){var Me=Te.dateObj,Ke=Me.getTime(),Nt=ue>0&&Ke<ue||Ce>0&&Ke>Ce;if(Nt){Te.classList.add("notAllowed"),["inRange","startRange","endRange"].forEach(function($t){Te.classList.remove($t)});return}else if(ye&&!Nt)return;["startRange","inRange","endRange","notAllowed"].forEach(function($t){Te.classList.remove($t)}),I!==void 0&&(I.classList.add(K<=e.selectedDates[0].getTime()?"startRange":"endRange"),X<K&&Ke===X?Te.classList.add("startRange"):X>K&&Ke===X&&Te.classList.add("endRange"),Ke>=ue&&(Ce===0||Ke<=Ce)&&Zd(Ke,X,K)&&Te.classList.add("inRange"))})}}function ve(){e.isOpen&&!e.config.static&&!e.config.inline&&te()}function ke(I,L){if(L===void 0&&(L=e._positionElement),e.isMobile===!0){if(I){I.preventDefault();var K=st(I);K&&K.blur()}e.mobileInput!==void 0&&(e.mobileInput.focus(),e.mobileInput.click()),De("onOpen");return}else if(e._input.disabled||e.config.inline)return;var X=e.isOpen;e.isOpen=!0,X||(e.calendarContainer.classList.add("open"),e._input.classList.add("active"),De("onOpen"),te(L)),e.config.enableTime===!0&&e.config.noCalendar===!0&&e.config.allowInput===!1&&(I===void 0||!e.timeContainer.contains(I.relatedTarget))&&setTimeout(function(){return e.hourElement.select()},50)}function Oe(I){return function(L){var K=e.config["_"+I+"Date"]=e.parseDate(L,e.config.dateFormat),X=e.config["_"+(I==="min"?"max":"min")+"Date"];K!==void 0&&(e[I==="min"?"minDateHasTime":"maxDateHasTime"]=K.getHours()>0||K.getMinutes()>0||K.getSeconds()>0),e.selectedDates&&(e.selectedDates=e.selectedDates.filter(function(oe){return Z(oe)}),!e.selectedDates.length&&I==="min"&&l(K),nt()),e.daysContainer&&(re(),K!==void 0?e.currentYearElement[I]=K.getFullYear().toString():e.currentYearElement.removeAttribute(I),e.currentYearElement.disabled=!!X&&K!==void 0&&X.getFullYear()===K.getFullYear())}}function Be(){var I=["wrap","weekNumbers","allowInput","allowInvalidPreload","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],L=Ye(Ye({},JSON.parse(JSON.stringify(t.dataset||{}))),n),K={};e.config.parseDate=L.parseDate,e.config.formatDate=L.formatDate,Object.defineProperty(e.config,"enable",{get:function(){return e.config._enable},set:function(ge){e.config._enable=vt(ge)}}),Object.defineProperty(e.config,"disable",{get:function(){return e.config._disable},set:function(ge){e.config._disable=vt(ge)}});var X=L.mode==="time";if(!L.dateFormat&&(L.enableTime||X)){var oe=Re.defaultConfig.dateFormat||Jt.dateFormat;K.dateFormat=L.noCalendar||X?"H:i"+(L.enableSeconds?":S":""):oe+" H:i"+(L.enableSeconds?":S":"")}if(L.altInput&&(L.enableTime||X)&&!L.altFormat){var se=Re.defaultConfig.altFormat||Jt.altFormat;K.altFormat=L.noCalendar||X?"h:i"+(L.enableSeconds?":S K":" K"):se+(" h:i"+(L.enableSeconds?":S":"")+" K")}Object.defineProperty(e.config,"minDate",{get:function(){return e.config._minDate},set:Oe("min")}),Object.defineProperty(e.config,"maxDate",{get:function(){return e.config._maxDate},set:Oe("max")});var ye=function(ge){return function(Te){e.config[ge==="min"?"_minTime":"_maxTime"]=e.parseDate(Te,"H:i:S")}};Object.defineProperty(e.config,"minTime",{get:function(){return e.config._minTime},set:ye("min")}),Object.defineProperty(e.config,"maxTime",{get:function(){return e.config._maxTime},set:ye("max")}),L.mode==="time"&&(e.config.noCalendar=!0,e.config.enableTime=!0),Object.assign(e.config,K,L);for(var ue=0;ue<I.length;ue++)e.config[I[ue]]=e.config[I[ue]]===!0||e.config[I[ue]]==="true";$r.filter(function(ge){return e.config[ge]!==void 0}).forEach(function(ge){e.config[ge]=wr(e.config[ge]||[]).map(d)}),e.isMobile=!e.config.disableMobile&&!e.config.inline&&e.config.mode==="single"&&!e.config.disable.length&&!e.config.enable&&!e.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);for(var ue=0;ue<e.config.plugins.length;ue++){var Ce=e.config.plugins[ue](e)||{};for(var ce in Ce)$r.indexOf(ce)>-1?e.config[ce]=wr(Ce[ce]).map(d).concat(e.config[ce]):typeof L[ce]>"u"&&(e.config[ce]=Ce[ce])}L.altInputClass||(e.config.altInputClass=Pe().className+" "+e.config.altInputClass),De("onParseConfig")}function Pe(){return e.config.wrap?t.querySelector("[data-input]"):t}function Q(){typeof e.config.locale!="object"&&typeof Re.l10ns[e.config.locale]>"u"&&e.config.errorHandler(new Error("flatpickr: invalid locale "+e.config.locale)),e.l10n=Ye(Ye({},Re.l10ns.default),typeof e.config.locale=="object"?e.config.locale:e.config.locale!=="default"?Re.l10ns[e.config.locale]:void 0),qt.D="("+e.l10n.weekdays.shorthand.join("|")+")",qt.l="("+e.l10n.weekdays.longhand.join("|")+")",qt.M="("+e.l10n.months.shorthand.join("|")+")",qt.F="("+e.l10n.months.longhand.join("|")+")",qt.K="("+e.l10n.amPM[0]+"|"+e.l10n.amPM[1]+"|"+e.l10n.amPM[0].toLowerCase()+"|"+e.l10n.amPM[1].toLowerCase()+")";var I=Ye(Ye({},n),JSON.parse(JSON.stringify(t.dataset||{})));I.time_24hr===void 0&&Re.defaultConfig.time_24hr===void 0&&(e.config.time_24hr=e.l10n.time_24hr),e.formatDate=qi(e),e.parseDate=Cr({config:e.config,l10n:e.l10n})}function te(I){if(typeof e.config.position=="function")return void e.config.position(e,I);if(e.calendarContainer!==void 0){De("onPreCalendarPosition");var L=I||e._positionElement,K=Array.prototype.reduce.call(e.calendarContainer.children,function(Ze,On){return Ze+On.offsetHeight},0),X=e.calendarContainer.offsetWidth,oe=e.config.position.split(" "),se=oe[0],ye=oe.length>1?oe[1]:null,ue=L.getBoundingClientRect(),Ce=window.innerHeight-ue.bottom,ce=se==="above"||se!=="below"&&Ce<K&&ue.top>K,ge=window.pageYOffset+ue.top+(ce?-K-2:L.offsetHeight+2);if(Qe(e.calendarContainer,"arrowTop",!ce),Qe(e.calendarContainer,"arrowBottom",ce),!e.config.inline){var Te=window.pageXOffset+ue.left,Me=!1,Ke=!1;ye==="center"?(Te-=(X-ue.width)/2,Me=!0):ye==="right"&&(Te-=X-ue.width,Ke=!0),Qe(e.calendarContainer,"arrowLeft",!Me&&!Ke),Qe(e.calendarContainer,"arrowCenter",Me),Qe(e.calendarContainer,"arrowRight",Ke);var Nt=window.document.body.offsetWidth-(window.pageXOffset+ue.right),$t=Te+X>window.document.body.offsetWidth,bn=Nt+X>window.document.body.offsetWidth;if(Qe(e.calendarContainer,"rightMost",$t),!e.config.static)if(e.calendarContainer.style.top=ge+"px",!$t)e.calendarContainer.style.left=Te+"px",e.calendarContainer.style.right="auto";else if(!bn)e.calendarContainer.style.left="auto",e.calendarContainer.style.right=Nt+"px";else{var Kt=ae();if(Kt===void 0)return;var ze=window.document.body.offsetWidth,_n=Math.max(0,ze/2-X/2),$n=".flatpickr-calendar.centerMost:before",wn=".flatpickr-calendar.centerMost:after",kn=Kt.cssRules.length,Cn="{left:"+ue.left+"px;right:auto;}";Qe(e.calendarContainer,"rightMost",!1),Qe(e.calendarContainer,"centerMost",!0),Kt.insertRule($n+","+wn+Cn,kn),e.calendarContainer.style.left=_n+"px",e.calendarContainer.style.right="auto"}}}}function ae(){for(var I=null,L=0;L<document.styleSheets.length;L++){var K=document.styleSheets[L];if(K.cssRules){try{K.cssRules}catch{continue}I=K;break}}return I??le()}function le(){var I=document.createElement("style");return document.head.appendChild(I),I.sheet}function re(){e.config.noCalendar||e.isMobile||(x(),We(),O())}function $e(){e._input.focus(),window.navigator.userAgent.indexOf("MSIE")!==-1||navigator.msMaxTouchPoints!==void 0?setTimeout(e.close,0):e.close()}function me(I){I.preventDefault(),I.stopPropagation();var L=function(ge){return ge.classList&&ge.classList.contains("flatpickr-day")&&!ge.classList.contains("flatpickr-disabled")&&!ge.classList.contains("notAllowed")},K=Vi(st(I),L);if(K!==void 0){var X=K,oe=e.latestSelectedDateObj=new Date(X.dateObj.getTime()),se=(oe.getMonth()<e.currentMonth||oe.getMonth()>e.currentMonth+e.config.showMonths-1)&&e.config.mode!=="range";if(e.selectedDateElem=X,e.config.mode==="single")e.selectedDates=[oe];else if(e.config.mode==="multiple"){var ye=bt(oe);ye?e.selectedDates.splice(parseInt(ye),1):e.selectedDates.push(oe)}else e.config.mode==="range"&&(e.selectedDates.length===2&&e.clear(!1,!1),e.latestSelectedDateObj=oe,e.selectedDates.push(oe),dt(oe,e.selectedDates[0],!0)!==0&&e.selectedDates.sort(function(ge,Te){return ge.getTime()-Te.getTime()}));if(u(),se){var ue=e.currentYear!==oe.getFullYear();e.currentYear=oe.getFullYear(),e.currentMonth=oe.getMonth(),ue&&(De("onYearChange"),x()),De("onMonthChange")}if(We(),O(),nt(),!se&&e.config.mode!=="range"&&e.config.showMonths===1?S(X):e.selectedDateElem!==void 0&&e.hourElement===void 0&&e.selectedDateElem&&e.selectedDateElem.focus(),e.hourElement!==void 0&&e.hourElement!==void 0&&e.hourElement.focus(),e.config.closeOnSelect){var Ce=e.config.mode==="single"&&!e.config.enableTime,ce=e.config.mode==="range"&&e.selectedDates.length===2&&!e.config.enableTime;(Ce||ce)&&$e()}b()}}var be={locale:[Q,U],showMonths:[q,s,ie],minDate:[y],maxDate:[y],positionElement:[Ht],clickOpens:[function(){e.config.clickOpens===!0?(v(e._input,"focus",e.open),v(e._input,"click",e.open)):(e._input.removeEventListener("focus",e.open),e._input.removeEventListener("click",e.open))}]};function He(I,L){if(I!==null&&typeof I=="object"){Object.assign(e.config,I);for(var K in I)be[K]!==void 0&&be[K].forEach(function(X){return X()})}else e.config[I]=L,be[I]!==void 0?be[I].forEach(function(X){return X()}):$r.indexOf(I)>-1&&(e.config[I]=wr(L));e.redraw(),nt(!0)}function je(I,L){var K=[];if(I instanceof Array)K=I.map(function(X){return e.parseDate(X,L)});else if(I instanceof Date||typeof I=="number")K=[e.parseDate(I,L)];else if(typeof I=="string")switch(e.config.mode){case"single":case"time":K=[e.parseDate(I,L)];break;case"multiple":K=I.split(e.config.conjunction).map(function(X){return e.parseDate(X,L)});break;case"range":K=I.split(e.l10n.rangeSeparator).map(function(X){return e.parseDate(X,L)});break}else e.config.errorHandler(new Error("Invalid date supplied: "+JSON.stringify(I)));e.selectedDates=e.config.allowInvalidPreload?K:K.filter(function(X){return X instanceof Date&&Z(X,!1)}),e.config.mode==="range"&&e.selectedDates.sort(function(X,oe){return X.getTime()-oe.getTime()})}function xe(I,L,K){if(L===void 0&&(L=!1),K===void 0&&(K=e.config.dateFormat),I!==0&&!I||I instanceof Array&&I.length===0)return e.clear(L);je(I,K),e.latestSelectedDateObj=e.selectedDates[e.selectedDates.length-1],e.redraw(),y(void 0,L),l(),e.selectedDates.length===0&&e.clear(!1),nt(L),L&&De("onChange")}function vt(I){return I.slice().map(function(L){return typeof L=="string"||typeof L=="number"||L instanceof Date?e.parseDate(L,void 0,!0):L&&typeof L=="object"&&L.from&&L.to?{from:e.parseDate(L.from,void 0),to:e.parseDate(L.to,void 0)}:L}).filter(function(L){return L})}function Ee(){e.selectedDates=[],e.now=e.parseDate(e.config.now)||new Date;var I=e.config.defaultDate||((e.input.nodeName==="INPUT"||e.input.nodeName==="TEXTAREA")&&e.input.placeholder&&e.input.value===e.input.placeholder?null:e.input.value);I&&je(I,e.config.dateFormat),e._initialDate=e.selectedDates.length>0?e.selectedDates[0]:e.config.minDate&&e.config.minDate.getTime()>e.now.getTime()?e.config.minDate:e.config.maxDate&&e.config.maxDate.getTime()<e.now.getTime()?e.config.maxDate:e.now,e.currentYear=e._initialDate.getFullYear(),e.currentMonth=e._initialDate.getMonth(),e.selectedDates.length>0&&(e.latestSelectedDateObj=e.selectedDates[0]),e.config.minTime!==void 0&&(e.config.minTime=e.parseDate(e.config.minTime,"H:i")),e.config.maxTime!==void 0&&(e.config.maxTime=e.parseDate(e.config.maxTime,"H:i")),e.minDateHasTime=!!e.config.minDate&&(e.config.minDate.getHours()>0||e.config.minDate.getMinutes()>0||e.config.minDate.getSeconds()>0),e.maxDateHasTime=!!e.config.maxDate&&(e.config.maxDate.getHours()>0||e.config.maxDate.getMinutes()>0||e.config.maxDate.getSeconds()>0)}function tt(){if(e.input=Pe(),!e.input){e.config.errorHandler(new Error("Invalid input element specified"));return}e.input._type=e.input.type,e.input.type="text",e.input.classList.add("flatpickr-input"),e._input=e.input,e.config.altInput&&(e.altInput=Ae(e.input.nodeName,e.config.altInputClass),e._input=e.altInput,e.altInput.placeholder=e.input.placeholder,e.altInput.disabled=e.input.disabled,e.altInput.required=e.input.required,e.altInput.tabIndex=e.input.tabIndex,e.altInput.type="text",e.input.setAttribute("type","hidden"),!e.config.static&&e.input.parentNode&&e.input.parentNode.insertBefore(e.altInput,e.input.nextSibling)),e.config.allowInput||e._input.setAttribute("readonly","readonly"),Ht()}function Ht(){e._positionElement=e.config.positionElement||e._input}function vn(){var I=e.config.enableTime?e.config.noCalendar?"time":"datetime-local":"date";e.mobileInput=Ae("input",e.input.className+" flatpickr-mobile"),e.mobileInput.tabIndex=1,e.mobileInput.type=I,e.mobileInput.disabled=e.input.disabled,e.mobileInput.required=e.input.required,e.mobileInput.placeholder=e.input.placeholder,e.mobileFormatStr=I==="datetime-local"?"Y-m-d\\TH:i:S":I==="date"?"Y-m-d":"H:i:S",e.selectedDates.length>0&&(e.mobileInput.defaultValue=e.mobileInput.value=e.formatDate(e.selectedDates[0],e.mobileFormatStr)),e.config.minDate&&(e.mobileInput.min=e.formatDate(e.config.minDate,"Y-m-d")),e.config.maxDate&&(e.mobileInput.max=e.formatDate(e.config.maxDate,"Y-m-d")),e.input.getAttribute("step")&&(e.mobileInput.step=String(e.input.getAttribute("step"))),e.input.type="hidden",e.altInput!==void 0&&(e.altInput.type="hidden");try{e.input.parentNode&&e.input.parentNode.insertBefore(e.mobileInput,e.input.nextSibling)}catch{}v(e.mobileInput,"change",function(L){e.setDate(st(L).value,!1,e.mobileFormatStr),De("onChange"),De("onClose")})}function zt(I){if(e.isOpen===!0)return e.close();e.open(I)}function De(I,L){if(e.config!==void 0){var K=e.config[I];if(K!==void 0&&K.length>0)for(var X=0;K[X]&&X<K.length;X++)K[X](e.selectedDates,e.input.value,e,L);I==="onChange"&&(e.input.dispatchEvent(Bt("change")),e.input.dispatchEvent(Bt("input")))}}function Bt(I){var L=document.createEvent("Event");return L.initEvent(I,!0,!0),L}function bt(I){for(var L=0;L<e.selectedDates.length;L++){var K=e.selectedDates[L];if(K instanceof Date&&dt(K,I)===0)return""+L}return!1}function St(I){return e.config.mode!=="range"||e.selectedDates.length<2?!1:dt(I,e.selectedDates[0])>=0&&dt(I,e.selectedDates[1])<=0}function We(){e.config.noCalendar||e.isMobile||!e.monthNav||(e.yearElements.forEach(function(I,L){var K=new Date(e.currentYear,e.currentMonth,1);K.setMonth(e.currentMonth+L),e.config.showMonths>1||e.config.monthSelectorType==="static"?e.monthElements[L].textContent=Fn(K.getMonth(),e.config.shorthandCurrentMonth,e.l10n)+" ":e.monthsDropdownContainer.value=K.getMonth().toString(),I.value=K.getFullYear().toString()}),e._hidePrevMonthArrow=e.config.minDate!==void 0&&(e.currentYear===e.config.minDate.getFullYear()?e.currentMonth<=e.config.minDate.getMonth():e.currentYear<e.config.minDate.getFullYear()),e._hideNextMonthArrow=e.config.maxDate!==void 0&&(e.currentYear===e.config.maxDate.getFullYear()?e.currentMonth+1>e.config.maxDate.getMonth():e.currentYear>e.config.maxDate.getFullYear()))}function _t(I){var L=I||(e.config.altInput?e.config.altFormat:e.config.dateFormat);return e.selectedDates.map(function(K){return e.formatDate(K,L)}).filter(function(K,X,oe){return e.config.mode!=="range"||e.config.enableTime||oe.indexOf(K)===X}).join(e.config.mode!=="range"?e.config.conjunction:e.l10n.rangeSeparator)}function nt(I){I===void 0&&(I=!0),e.mobileInput!==void 0&&e.mobileFormatStr&&(e.mobileInput.value=e.latestSelectedDateObj!==void 0?e.formatDate(e.latestSelectedDateObj,e.mobileFormatStr):""),e.input.value=_t(e.config.dateFormat),e.altInput!==void 0&&(e.altInput.value=_t(e.config.altFormat)),I!==!1&&De("onValueUpdate")}function Tt(I){var L=st(I),K=e.prevMonthNav.contains(L),X=e.nextMonthNav.contains(L);K||X?A(K?-1:1):e.yearElements.indexOf(L)>=0?L.select():L.classList.contains("arrowUp")?e.changeYear(e.currentYear+1):L.classList.contains("arrowDown")&&e.changeYear(e.currentYear-1)}function Ut(I){I.preventDefault();var L=I.type==="keydown",K=st(I),X=K;e.amPM!==void 0&&K===e.amPM&&(e.amPM.textContent=e.l10n.amPM[ft(e.amPM.textContent===e.l10n.amPM[0])]);var oe=parseFloat(X.getAttribute("min")),se=parseFloat(X.getAttribute("max")),ye=parseFloat(X.getAttribute("step")),ue=parseInt(X.value,10),Ce=I.delta||(L?I.which===38?1:-1:0),ce=ue+ye*Ce;if(typeof X.value<"u"&&X.value.length===2){var ge=X===e.hourElement,Te=X===e.minuteElement;ce<oe?(ce=se+ce+ft(!ge)+(ft(ge)&&ft(!e.amPM)),Te&&m(void 0,-1,e.hourElement)):ce>se&&(ce=X===e.hourElement?ce-se-ft(!e.amPM):oe,Te&&m(void 0,1,e.hourElement)),e.amPM&&ge&&(ye===1?ce+ue===23:Math.abs(ce-ue)>ye)&&(e.amPM.textContent=e.l10n.amPM[ft(e.amPM.textContent===e.l10n.amPM[0])]),X.value=it(ce)}}return a(),e}function Xt(t,n){for(var e=Array.prototype.slice.call(t).filter(function(d){return d instanceof HTMLElement}),o=[],a=0;a<e.length;a++){var r=e[a];try{if(r.getAttribute("data-fp-omit")!==null)continue;r._flatpickr!==void 0&&(r._flatpickr.destroy(),r._flatpickr=void 0),r._flatpickr=ec(r,n||{}),o.push(r._flatpickr)}catch(d){console.error(d)}}return o.length===1?o[0]:o}typeof HTMLElement<"u"&&typeof HTMLCollection<"u"&&typeof NodeList<"u"&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(t){return Xt(this,t)},HTMLElement.prototype.flatpickr=function(t){return Xt([this],t)});var Re=function(t,n){return typeof t=="string"?Xt(window.document.querySelectorAll(t),n):t instanceof Node?Xt([t],n):Xt(t,n)};Re.defaultConfig={},Re.l10ns={en:Ye({},un),default:Ye({},un)},Re.localize=function(t){Re.l10ns.default=Ye(Ye({},Re.l10ns.default),t)},Re.setDefaults=function(t){Re.defaultConfig=Ye(Ye({},Re.defaultConfig),t)},Re.parseDate=Cr({}),Re.formatDate=qi({}),Re.compareDates=dt,typeof jQuery<"u"&&typeof jQuery.fn<"u"&&(jQuery.fn.flatpickr=function(t){return Xt(this,t)}),Date.prototype.fp_incr=function(t){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+(typeof t=="string"?parseInt(t,10):t))},typeof window<"u"&&(window.flatpickr=Re);const T1="";var Hi={exports:{}};(function(t,n){(function(e,o){t.exports=o()})(qe,function(){/*! *****************************************************************************
61
+ `}}function R(){e.calendarContainer.classList.add("hasWeeks");var I=Ae("div","flatpickr-weekwrapper");I.appendChild(Ae("span","flatpickr-weekday",e.l10n.weekAbbreviation));var L=Ae("div","flatpickr-weeks");return I.appendChild(L),{weekWrapper:I,weekNumbers:L}}function A(I,L){L===void 0&&(L=!0);var K=L?I:I-e.currentMonth;K<0&&e._hidePrevMonthArrow===!0||K>0&&e._hideNextMonthArrow===!0||(e.currentMonth+=K,(e.currentMonth<0||e.currentMonth>11)&&(e.currentYear+=e.currentMonth>11?1:-1,e.currentMonth=(e.currentMonth+12)%12,De("onYearChange"),N()),O(),De("onMonthChange"),We())}function j(I,L){if(I===void 0&&(I=!0),L===void 0&&(L=!0),e.input.value="",e.altInput!==void 0&&(e.altInput.value=""),e.mobileInput!==void 0&&(e.mobileInput.value=""),e.selectedDates=[],e.latestSelectedDateObj=void 0,L===!0&&(e.currentYear=e._initialDate.getFullYear(),e.currentMonth=e._initialDate.getMonth()),e.config.enableTime===!0){var K=Er(e.config),X=K.hours,oe=K.minutes,se=K.seconds;c(X,oe,se)}e.redraw(),I&&De("onChange")}function V(){e.isOpen=!1,e.isMobile||(e.calendarContainer!==void 0&&e.calendarContainer.classList.remove("open"),e._input!==void 0&&e._input.classList.remove("active")),De("onClose")}function Y(){e.config!==void 0&&De("onDestroy");for(var I=e._handlers.length;I--;)e._handlers[I].remove();if(e._handlers=[],e.mobileInput)e.mobileInput.parentNode&&e.mobileInput.parentNode.removeChild(e.mobileInput),e.mobileInput=void 0;else if(e.calendarContainer&&e.calendarContainer.parentNode)if(e.config.static&&e.calendarContainer.parentNode){var L=e.calendarContainer.parentNode;if(L.lastChild&&L.removeChild(L.lastChild),L.parentNode){for(;L.firstChild;)L.parentNode.insertBefore(L.firstChild,L);L.parentNode.removeChild(L)}}else e.calendarContainer.parentNode.removeChild(e.calendarContainer);e.altInput&&(e.input.type="text",e.altInput.parentNode&&e.altInput.parentNode.removeChild(e.altInput),delete e.altInput),e.input&&(e.input.type=e.input._type,e.input.classList.remove("flatpickr-input"),e.input.removeAttribute("readonly")),["_showTimeInput","latestSelectedDateObj","_hideNextMonthArrow","_hidePrevMonthArrow","__hideNextMonthArrow","__hidePrevMonthArrow","isMobile","isOpen","selectedDateElem","minDateHasTime","maxDateHasTime","days","daysContainer","_input","_positionElement","innerContainer","rContainer","monthNav","todayDateElem","calendarContainer","weekdayContainer","prevMonthNav","nextMonthNav","monthsDropdownContainer","currentMonthElement","currentYearElement","navigationCurrentMonth","selectedDateElem","config"].forEach(function(K){try{delete e[K]}catch{}})}function H(I){return e.calendarContainer.contains(I)}function B(I){if(e.isOpen&&!e.config.inline){var L=st(I),K=H(L),X=L===e.input||L===e.altInput||e.element.contains(L)||I.path&&I.path.indexOf&&(~I.path.indexOf(e.input)||~I.path.indexOf(e.altInput)),oe=!X&&!K&&!H(I.relatedTarget),se=!e.config.ignoredFocusElements.some(function(ye){return ye.contains(L)});oe&&se&&(e.config.allowInput&&e.setDate(e._input.value,!1,e.config.altInput?e.config.altFormat:e.config.dateFormat),e.timeContainer!==void 0&&e.minuteElement!==void 0&&e.hourElement!==void 0&&e.input.value!==""&&e.input.value!==void 0&&f(),e.close(),e.config&&e.config.mode==="range"&&e.selectedDates.length===1&&e.clear(!1))}}function z(I){if(!(!I||e.config.minDate&&I<e.config.minDate.getFullYear()||e.config.maxDate&&I>e.config.maxDate.getFullYear())){var L=I,K=e.currentYear!==L;e.currentYear=L||e.currentYear,e.config.maxDate&&e.currentYear===e.config.maxDate.getFullYear()?e.currentMonth=Math.min(e.config.maxDate.getMonth(),e.currentMonth):e.config.minDate&&e.currentYear===e.config.minDate.getFullYear()&&(e.currentMonth=Math.max(e.config.minDate.getMonth(),e.currentMonth)),K&&(e.redraw(),De("onYearChange"),N())}}function Z(I,L){var K;L===void 0&&(L=!0);var X=e.parseDate(I,void 0,L);if(e.config.minDate&&X&&dt(X,e.config.minDate,L!==void 0?L:!e.minDateHasTime)<0||e.config.maxDate&&X&&dt(X,e.config.maxDate,L!==void 0?L:!e.maxDateHasTime)>0)return!1;if(!e.config.enable&&e.config.disable.length===0)return!0;if(X===void 0)return!1;for(var oe=!!e.config.enable,se=(K=e.config.enable)!==null&&K!==void 0?K:e.config.disable,ye=0,ue=void 0;ye<se.length;ye++){if(ue=se[ye],typeof ue=="function"&&ue(X))return oe;if(ue instanceof Date&&X!==void 0&&ue.getTime()===X.getTime())return oe;if(typeof ue=="string"){var Ce=e.parseDate(ue,void 0,!0);return Ce&&Ce.getTime()===X.getTime()?oe:!oe}else if(typeof ue=="object"&&X!==void 0&&ue.from&&ue.to&&X.getTime()>=ue.from.getTime()&&X.getTime()<=ue.to.getTime())return oe}return!oe}function J(I){return e.daysContainer!==void 0?I.className.indexOf("hidden")===-1&&I.className.indexOf("flatpickr-disabled")===-1&&e.daysContainer.contains(I):!1}function ne(I){var L=I.target===e._input,K=e._input.value.trimEnd()!==_t();L&&K&&!(I.relatedTarget&&H(I.relatedTarget))&&e.setDate(e._input.value,!0,I.target===e.altInput?e.config.altFormat:e.config.dateFormat)}function de(I){var L=st(I),K=e.config.wrap?t.contains(L):L===e._input,X=e.config.allowInput,oe=e.isOpen&&(!X||!K),se=e.config.inline&&K&&!X;if(I.keyCode===13&&K){if(X)return e.setDate(e._input.value,!0,L===e.altInput?e.config.altFormat:e.config.dateFormat),e.close(),L.blur();e.open()}else if(H(L)||oe||se){var ye=!!e.timeContainer&&e.timeContainer.contains(L);switch(I.keyCode){case 13:ye?(I.preventDefault(),f(),$e()):me(I);break;case 27:I.preventDefault(),$e();break;case 8:case 46:K&&!e.config.allowInput&&(I.preventDefault(),e.clear());break;case 37:case 39:if(!ye&&!K){I.preventDefault();var ue=r();if(e.daysContainer!==void 0&&(X===!1||ue&&J(ue))){var Ce=I.keyCode===39?1:-1;I.ctrlKey?(I.stopPropagation(),A(Ce),E(T(1),0)):E(void 0,Ce)}}else e.hourElement&&e.hourElement.focus();break;case 38:case 40:I.preventDefault();var ce=I.keyCode===40?1:-1;e.daysContainer&&L.$i!==void 0||L===e.input||L===e.altInput?I.ctrlKey?(I.stopPropagation(),z(e.currentYear-ce),E(T(1),0)):ye||E(void 0,ce*7):L===e.currentYearElement?z(e.currentYear-ce):e.config.enableTime&&(!ye&&e.hourElement&&e.hourElement.focus(),f(I),e._debouncedChange());break;case 9:if(ye){var ge=[e.hourElement,e.minuteElement,e.secondElement,e.amPM].concat(e.pluginElements).filter(function(Ke){return Ke}),Te=ge.indexOf(L);if(Te!==-1){var Me=ge[Te+(I.shiftKey?-1:1)];I.preventDefault(),(Me||e._input).focus()}}else!e.config.noCalendar&&e.daysContainer&&e.daysContainer.contains(L)&&I.shiftKey&&(I.preventDefault(),e._input.focus());break}}if(e.amPM!==void 0&&L===e.amPM)switch(I.key){case e.l10n.amPM[0].charAt(0):case e.l10n.amPM[0].charAt(0).toLowerCase():e.amPM.textContent=e.l10n.amPM[0],u(),nt();break;case e.l10n.amPM[1].charAt(0):case e.l10n.amPM[1].charAt(0).toLowerCase():e.amPM.textContent=e.l10n.amPM[1],u(),nt();break}(K||H(L))&&De("onKeyDown",I)}function he(I,L){if(L===void 0&&(L="flatpickr-day"),!(e.selectedDates.length!==1||I&&(!I.classList.contains(L)||I.classList.contains("flatpickr-disabled")))){for(var K=I?I.dateObj.getTime():e.days.firstElementChild.dateObj.getTime(),X=e.parseDate(e.selectedDates[0],void 0,!0).getTime(),oe=Math.min(K,e.selectedDates[0].getTime()),se=Math.max(K,e.selectedDates[0].getTime()),ye=!1,ue=0,Ce=0,ce=oe;ce<se;ce+=Xd.DAY)Z(new Date(ce),!0)||(ye=ye||ce>oe&&ce<se,ce<X&&(!ue||ce>ue)?ue=ce:ce>X&&(!Ce||ce<Ce)&&(Ce=ce));var ge=Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+"+e.config.showMonths+") > ."+L));ge.forEach(function(Te){var Me=Te.dateObj,Ke=Me.getTime(),xt=ue>0&&Ke<ue||Ce>0&&Ke>Ce;if(xt){Te.classList.add("notAllowed"),["inRange","startRange","endRange"].forEach(function($t){Te.classList.remove($t)});return}else if(ye&&!xt)return;["startRange","inRange","endRange","notAllowed"].forEach(function($t){Te.classList.remove($t)}),I!==void 0&&(I.classList.add(K<=e.selectedDates[0].getTime()?"startRange":"endRange"),X<K&&Ke===X?Te.classList.add("startRange"):X>K&&Ke===X&&Te.classList.add("endRange"),Ke>=ue&&(Ce===0||Ke<=Ce)&&Zd(Ke,X,K)&&Te.classList.add("inRange"))})}}function ve(){e.isOpen&&!e.config.static&&!e.config.inline&&te()}function ke(I,L){if(L===void 0&&(L=e._positionElement),e.isMobile===!0){if(I){I.preventDefault();var K=st(I);K&&K.blur()}e.mobileInput!==void 0&&(e.mobileInput.focus(),e.mobileInput.click()),De("onOpen");return}else if(e._input.disabled||e.config.inline)return;var X=e.isOpen;e.isOpen=!0,X||(e.calendarContainer.classList.add("open"),e._input.classList.add("active"),De("onOpen"),te(L)),e.config.enableTime===!0&&e.config.noCalendar===!0&&e.config.allowInput===!1&&(I===void 0||!e.timeContainer.contains(I.relatedTarget))&&setTimeout(function(){return e.hourElement.select()},50)}function Oe(I){return function(L){var K=e.config["_"+I+"Date"]=e.parseDate(L,e.config.dateFormat),X=e.config["_"+(I==="min"?"max":"min")+"Date"];K!==void 0&&(e[I==="min"?"minDateHasTime":"maxDateHasTime"]=K.getHours()>0||K.getMinutes()>0||K.getSeconds()>0),e.selectedDates&&(e.selectedDates=e.selectedDates.filter(function(oe){return Z(oe)}),!e.selectedDates.length&&I==="min"&&l(K),nt()),e.daysContainer&&(re(),K!==void 0?e.currentYearElement[I]=K.getFullYear().toString():e.currentYearElement.removeAttribute(I),e.currentYearElement.disabled=!!X&&K!==void 0&&X.getFullYear()===K.getFullYear())}}function Be(){var I=["wrap","weekNumbers","allowInput","allowInvalidPreload","clickOpens","time_24hr","enableTime","noCalendar","altInput","shorthandCurrentMonth","inline","static","enableSeconds","disableMobile"],L=Ye(Ye({},JSON.parse(JSON.stringify(t.dataset||{}))),n),K={};e.config.parseDate=L.parseDate,e.config.formatDate=L.formatDate,Object.defineProperty(e.config,"enable",{get:function(){return e.config._enable},set:function(ge){e.config._enable=vt(ge)}}),Object.defineProperty(e.config,"disable",{get:function(){return e.config._disable},set:function(ge){e.config._disable=vt(ge)}});var X=L.mode==="time";if(!L.dateFormat&&(L.enableTime||X)){var oe=Re.defaultConfig.dateFormat||Jt.dateFormat;K.dateFormat=L.noCalendar||X?"H:i"+(L.enableSeconds?":S":""):oe+" H:i"+(L.enableSeconds?":S":"")}if(L.altInput&&(L.enableTime||X)&&!L.altFormat){var se=Re.defaultConfig.altFormat||Jt.altFormat;K.altFormat=L.noCalendar||X?"h:i"+(L.enableSeconds?":S K":" K"):se+(" h:i"+(L.enableSeconds?":S":"")+" K")}Object.defineProperty(e.config,"minDate",{get:function(){return e.config._minDate},set:Oe("min")}),Object.defineProperty(e.config,"maxDate",{get:function(){return e.config._maxDate},set:Oe("max")});var ye=function(ge){return function(Te){e.config[ge==="min"?"_minTime":"_maxTime"]=e.parseDate(Te,"H:i:S")}};Object.defineProperty(e.config,"minTime",{get:function(){return e.config._minTime},set:ye("min")}),Object.defineProperty(e.config,"maxTime",{get:function(){return e.config._maxTime},set:ye("max")}),L.mode==="time"&&(e.config.noCalendar=!0,e.config.enableTime=!0),Object.assign(e.config,K,L);for(var ue=0;ue<I.length;ue++)e.config[I[ue]]=e.config[I[ue]]===!0||e.config[I[ue]]==="true";$r.filter(function(ge){return e.config[ge]!==void 0}).forEach(function(ge){e.config[ge]=wr(e.config[ge]||[]).map(d)}),e.isMobile=!e.config.disableMobile&&!e.config.inline&&e.config.mode==="single"&&!e.config.disable.length&&!e.config.enable&&!e.config.weekNumbers&&/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);for(var ue=0;ue<e.config.plugins.length;ue++){var Ce=e.config.plugins[ue](e)||{};for(var ce in Ce)$r.indexOf(ce)>-1?e.config[ce]=wr(Ce[ce]).map(d).concat(e.config[ce]):typeof L[ce]>"u"&&(e.config[ce]=Ce[ce])}L.altInputClass||(e.config.altInputClass=Pe().className+" "+e.config.altInputClass),De("onParseConfig")}function Pe(){return e.config.wrap?t.querySelector("[data-input]"):t}function Q(){typeof e.config.locale!="object"&&typeof Re.l10ns[e.config.locale]>"u"&&e.config.errorHandler(new Error("flatpickr: invalid locale "+e.config.locale)),e.l10n=Ye(Ye({},Re.l10ns.default),typeof e.config.locale=="object"?e.config.locale:e.config.locale!=="default"?Re.l10ns[e.config.locale]:void 0),qt.D="("+e.l10n.weekdays.shorthand.join("|")+")",qt.l="("+e.l10n.weekdays.longhand.join("|")+")",qt.M="("+e.l10n.months.shorthand.join("|")+")",qt.F="("+e.l10n.months.longhand.join("|")+")",qt.K="("+e.l10n.amPM[0]+"|"+e.l10n.amPM[1]+"|"+e.l10n.amPM[0].toLowerCase()+"|"+e.l10n.amPM[1].toLowerCase()+")";var I=Ye(Ye({},n),JSON.parse(JSON.stringify(t.dataset||{})));I.time_24hr===void 0&&Re.defaultConfig.time_24hr===void 0&&(e.config.time_24hr=e.l10n.time_24hr),e.formatDate=qi(e),e.parseDate=Cr({config:e.config,l10n:e.l10n})}function te(I){if(typeof e.config.position=="function")return void e.config.position(e,I);if(e.calendarContainer!==void 0){De("onPreCalendarPosition");var L=I||e._positionElement,K=Array.prototype.reduce.call(e.calendarContainer.children,function(Ze,On){return Ze+On.offsetHeight},0),X=e.calendarContainer.offsetWidth,oe=e.config.position.split(" "),se=oe[0],ye=oe.length>1?oe[1]:null,ue=L.getBoundingClientRect(),Ce=window.innerHeight-ue.bottom,ce=se==="above"||se!=="below"&&Ce<K&&ue.top>K,ge=window.pageYOffset+ue.top+(ce?-K-2:L.offsetHeight+2);if(Qe(e.calendarContainer,"arrowTop",!ce),Qe(e.calendarContainer,"arrowBottom",ce),!e.config.inline){var Te=window.pageXOffset+ue.left,Me=!1,Ke=!1;ye==="center"?(Te-=(X-ue.width)/2,Me=!0):ye==="right"&&(Te-=X-ue.width,Ke=!0),Qe(e.calendarContainer,"arrowLeft",!Me&&!Ke),Qe(e.calendarContainer,"arrowCenter",Me),Qe(e.calendarContainer,"arrowRight",Ke);var xt=window.document.body.offsetWidth-(window.pageXOffset+ue.right),$t=Te+X>window.document.body.offsetWidth,bn=xt+X>window.document.body.offsetWidth;if(Qe(e.calendarContainer,"rightMost",$t),!e.config.static)if(e.calendarContainer.style.top=ge+"px",!$t)e.calendarContainer.style.left=Te+"px",e.calendarContainer.style.right="auto";else if(!bn)e.calendarContainer.style.left="auto",e.calendarContainer.style.right=xt+"px";else{var Kt=ae();if(Kt===void 0)return;var ze=window.document.body.offsetWidth,_n=Math.max(0,ze/2-X/2),$n=".flatpickr-calendar.centerMost:before",wn=".flatpickr-calendar.centerMost:after",kn=Kt.cssRules.length,Cn="{left:"+ue.left+"px;right:auto;}";Qe(e.calendarContainer,"rightMost",!1),Qe(e.calendarContainer,"centerMost",!0),Kt.insertRule($n+","+wn+Cn,kn),e.calendarContainer.style.left=_n+"px",e.calendarContainer.style.right="auto"}}}}function ae(){for(var I=null,L=0;L<document.styleSheets.length;L++){var K=document.styleSheets[L];if(K.cssRules){try{K.cssRules}catch{continue}I=K;break}}return I??le()}function le(){var I=document.createElement("style");return document.head.appendChild(I),I.sheet}function re(){e.config.noCalendar||e.isMobile||(N(),We(),O())}function $e(){e._input.focus(),window.navigator.userAgent.indexOf("MSIE")!==-1||navigator.msMaxTouchPoints!==void 0?setTimeout(e.close,0):e.close()}function me(I){I.preventDefault(),I.stopPropagation();var L=function(ge){return ge.classList&&ge.classList.contains("flatpickr-day")&&!ge.classList.contains("flatpickr-disabled")&&!ge.classList.contains("notAllowed")},K=Vi(st(I),L);if(K!==void 0){var X=K,oe=e.latestSelectedDateObj=new Date(X.dateObj.getTime()),se=(oe.getMonth()<e.currentMonth||oe.getMonth()>e.currentMonth+e.config.showMonths-1)&&e.config.mode!=="range";if(e.selectedDateElem=X,e.config.mode==="single")e.selectedDates=[oe];else if(e.config.mode==="multiple"){var ye=bt(oe);ye?e.selectedDates.splice(parseInt(ye),1):e.selectedDates.push(oe)}else e.config.mode==="range"&&(e.selectedDates.length===2&&e.clear(!1,!1),e.latestSelectedDateObj=oe,e.selectedDates.push(oe),dt(oe,e.selectedDates[0],!0)!==0&&e.selectedDates.sort(function(ge,Te){return ge.getTime()-Te.getTime()}));if(u(),se){var ue=e.currentYear!==oe.getFullYear();e.currentYear=oe.getFullYear(),e.currentMonth=oe.getMonth(),ue&&(De("onYearChange"),N()),De("onMonthChange")}if(We(),O(),nt(),!se&&e.config.mode!=="range"&&e.config.showMonths===1?S(X):e.selectedDateElem!==void 0&&e.hourElement===void 0&&e.selectedDateElem&&e.selectedDateElem.focus(),e.hourElement!==void 0&&e.hourElement!==void 0&&e.hourElement.focus(),e.config.closeOnSelect){var Ce=e.config.mode==="single"&&!e.config.enableTime,ce=e.config.mode==="range"&&e.selectedDates.length===2&&!e.config.enableTime;(Ce||ce)&&$e()}b()}}var be={locale:[Q,U],showMonths:[q,s,ie],minDate:[y],maxDate:[y],positionElement:[Ht],clickOpens:[function(){e.config.clickOpens===!0?(v(e._input,"focus",e.open),v(e._input,"click",e.open)):(e._input.removeEventListener("focus",e.open),e._input.removeEventListener("click",e.open))}]};function He(I,L){if(I!==null&&typeof I=="object"){Object.assign(e.config,I);for(var K in I)be[K]!==void 0&&be[K].forEach(function(X){return X()})}else e.config[I]=L,be[I]!==void 0?be[I].forEach(function(X){return X()}):$r.indexOf(I)>-1&&(e.config[I]=wr(L));e.redraw(),nt(!0)}function je(I,L){var K=[];if(I instanceof Array)K=I.map(function(X){return e.parseDate(X,L)});else if(I instanceof Date||typeof I=="number")K=[e.parseDate(I,L)];else if(typeof I=="string")switch(e.config.mode){case"single":case"time":K=[e.parseDate(I,L)];break;case"multiple":K=I.split(e.config.conjunction).map(function(X){return e.parseDate(X,L)});break;case"range":K=I.split(e.l10n.rangeSeparator).map(function(X){return e.parseDate(X,L)});break}else e.config.errorHandler(new Error("Invalid date supplied: "+JSON.stringify(I)));e.selectedDates=e.config.allowInvalidPreload?K:K.filter(function(X){return X instanceof Date&&Z(X,!1)}),e.config.mode==="range"&&e.selectedDates.sort(function(X,oe){return X.getTime()-oe.getTime()})}function Ne(I,L,K){if(L===void 0&&(L=!1),K===void 0&&(K=e.config.dateFormat),I!==0&&!I||I instanceof Array&&I.length===0)return e.clear(L);je(I,K),e.latestSelectedDateObj=e.selectedDates[e.selectedDates.length-1],e.redraw(),y(void 0,L),l(),e.selectedDates.length===0&&e.clear(!1),nt(L),L&&De("onChange")}function vt(I){return I.slice().map(function(L){return typeof L=="string"||typeof L=="number"||L instanceof Date?e.parseDate(L,void 0,!0):L&&typeof L=="object"&&L.from&&L.to?{from:e.parseDate(L.from,void 0),to:e.parseDate(L.to,void 0)}:L}).filter(function(L){return L})}function Ee(){e.selectedDates=[],e.now=e.parseDate(e.config.now)||new Date;var I=e.config.defaultDate||((e.input.nodeName==="INPUT"||e.input.nodeName==="TEXTAREA")&&e.input.placeholder&&e.input.value===e.input.placeholder?null:e.input.value);I&&je(I,e.config.dateFormat),e._initialDate=e.selectedDates.length>0?e.selectedDates[0]:e.config.minDate&&e.config.minDate.getTime()>e.now.getTime()?e.config.minDate:e.config.maxDate&&e.config.maxDate.getTime()<e.now.getTime()?e.config.maxDate:e.now,e.currentYear=e._initialDate.getFullYear(),e.currentMonth=e._initialDate.getMonth(),e.selectedDates.length>0&&(e.latestSelectedDateObj=e.selectedDates[0]),e.config.minTime!==void 0&&(e.config.minTime=e.parseDate(e.config.minTime,"H:i")),e.config.maxTime!==void 0&&(e.config.maxTime=e.parseDate(e.config.maxTime,"H:i")),e.minDateHasTime=!!e.config.minDate&&(e.config.minDate.getHours()>0||e.config.minDate.getMinutes()>0||e.config.minDate.getSeconds()>0),e.maxDateHasTime=!!e.config.maxDate&&(e.config.maxDate.getHours()>0||e.config.maxDate.getMinutes()>0||e.config.maxDate.getSeconds()>0)}function tt(){if(e.input=Pe(),!e.input){e.config.errorHandler(new Error("Invalid input element specified"));return}e.input._type=e.input.type,e.input.type="text",e.input.classList.add("flatpickr-input"),e._input=e.input,e.config.altInput&&(e.altInput=Ae(e.input.nodeName,e.config.altInputClass),e._input=e.altInput,e.altInput.placeholder=e.input.placeholder,e.altInput.disabled=e.input.disabled,e.altInput.required=e.input.required,e.altInput.tabIndex=e.input.tabIndex,e.altInput.type="text",e.input.setAttribute("type","hidden"),!e.config.static&&e.input.parentNode&&e.input.parentNode.insertBefore(e.altInput,e.input.nextSibling)),e.config.allowInput||e._input.setAttribute("readonly","readonly"),Ht()}function Ht(){e._positionElement=e.config.positionElement||e._input}function vn(){var I=e.config.enableTime?e.config.noCalendar?"time":"datetime-local":"date";e.mobileInput=Ae("input",e.input.className+" flatpickr-mobile"),e.mobileInput.tabIndex=1,e.mobileInput.type=I,e.mobileInput.disabled=e.input.disabled,e.mobileInput.required=e.input.required,e.mobileInput.placeholder=e.input.placeholder,e.mobileFormatStr=I==="datetime-local"?"Y-m-d\\TH:i:S":I==="date"?"Y-m-d":"H:i:S",e.selectedDates.length>0&&(e.mobileInput.defaultValue=e.mobileInput.value=e.formatDate(e.selectedDates[0],e.mobileFormatStr)),e.config.minDate&&(e.mobileInput.min=e.formatDate(e.config.minDate,"Y-m-d")),e.config.maxDate&&(e.mobileInput.max=e.formatDate(e.config.maxDate,"Y-m-d")),e.input.getAttribute("step")&&(e.mobileInput.step=String(e.input.getAttribute("step"))),e.input.type="hidden",e.altInput!==void 0&&(e.altInput.type="hidden");try{e.input.parentNode&&e.input.parentNode.insertBefore(e.mobileInput,e.input.nextSibling)}catch{}v(e.mobileInput,"change",function(L){e.setDate(st(L).value,!1,e.mobileFormatStr),De("onChange"),De("onClose")})}function zt(I){if(e.isOpen===!0)return e.close();e.open(I)}function De(I,L){if(e.config!==void 0){var K=e.config[I];if(K!==void 0&&K.length>0)for(var X=0;K[X]&&X<K.length;X++)K[X](e.selectedDates,e.input.value,e,L);I==="onChange"&&(e.input.dispatchEvent(Bt("change")),e.input.dispatchEvent(Bt("input")))}}function Bt(I){var L=document.createEvent("Event");return L.initEvent(I,!0,!0),L}function bt(I){for(var L=0;L<e.selectedDates.length;L++){var K=e.selectedDates[L];if(K instanceof Date&&dt(K,I)===0)return""+L}return!1}function St(I){return e.config.mode!=="range"||e.selectedDates.length<2?!1:dt(I,e.selectedDates[0])>=0&&dt(I,e.selectedDates[1])<=0}function We(){e.config.noCalendar||e.isMobile||!e.monthNav||(e.yearElements.forEach(function(I,L){var K=new Date(e.currentYear,e.currentMonth,1);K.setMonth(e.currentMonth+L),e.config.showMonths>1||e.config.monthSelectorType==="static"?e.monthElements[L].textContent=Fn(K.getMonth(),e.config.shorthandCurrentMonth,e.l10n)+" ":e.monthsDropdownContainer.value=K.getMonth().toString(),I.value=K.getFullYear().toString()}),e._hidePrevMonthArrow=e.config.minDate!==void 0&&(e.currentYear===e.config.minDate.getFullYear()?e.currentMonth<=e.config.minDate.getMonth():e.currentYear<e.config.minDate.getFullYear()),e._hideNextMonthArrow=e.config.maxDate!==void 0&&(e.currentYear===e.config.maxDate.getFullYear()?e.currentMonth+1>e.config.maxDate.getMonth():e.currentYear>e.config.maxDate.getFullYear()))}function _t(I){var L=I||(e.config.altInput?e.config.altFormat:e.config.dateFormat);return e.selectedDates.map(function(K){return e.formatDate(K,L)}).filter(function(K,X,oe){return e.config.mode!=="range"||e.config.enableTime||oe.indexOf(K)===X}).join(e.config.mode!=="range"?e.config.conjunction:e.l10n.rangeSeparator)}function nt(I){I===void 0&&(I=!0),e.mobileInput!==void 0&&e.mobileFormatStr&&(e.mobileInput.value=e.latestSelectedDateObj!==void 0?e.formatDate(e.latestSelectedDateObj,e.mobileFormatStr):""),e.input.value=_t(e.config.dateFormat),e.altInput!==void 0&&(e.altInput.value=_t(e.config.altFormat)),I!==!1&&De("onValueUpdate")}function Tt(I){var L=st(I),K=e.prevMonthNav.contains(L),X=e.nextMonthNav.contains(L);K||X?A(K?-1:1):e.yearElements.indexOf(L)>=0?L.select():L.classList.contains("arrowUp")?e.changeYear(e.currentYear+1):L.classList.contains("arrowDown")&&e.changeYear(e.currentYear-1)}function Ut(I){I.preventDefault();var L=I.type==="keydown",K=st(I),X=K;e.amPM!==void 0&&K===e.amPM&&(e.amPM.textContent=e.l10n.amPM[ft(e.amPM.textContent===e.l10n.amPM[0])]);var oe=parseFloat(X.getAttribute("min")),se=parseFloat(X.getAttribute("max")),ye=parseFloat(X.getAttribute("step")),ue=parseInt(X.value,10),Ce=I.delta||(L?I.which===38?1:-1:0),ce=ue+ye*Ce;if(typeof X.value<"u"&&X.value.length===2){var ge=X===e.hourElement,Te=X===e.minuteElement;ce<oe?(ce=se+ce+ft(!ge)+(ft(ge)&&ft(!e.amPM)),Te&&m(void 0,-1,e.hourElement)):ce>se&&(ce=X===e.hourElement?ce-se-ft(!e.amPM):oe,Te&&m(void 0,1,e.hourElement)),e.amPM&&ge&&(ye===1?ce+ue===23:Math.abs(ce-ue)>ye)&&(e.amPM.textContent=e.l10n.amPM[ft(e.amPM.textContent===e.l10n.amPM[0])]),X.value=it(ce)}}return a(),e}function Xt(t,n){for(var e=Array.prototype.slice.call(t).filter(function(d){return d instanceof HTMLElement}),o=[],a=0;a<e.length;a++){var r=e[a];try{if(r.getAttribute("data-fp-omit")!==null)continue;r._flatpickr!==void 0&&(r._flatpickr.destroy(),r._flatpickr=void 0),r._flatpickr=ec(r,n||{}),o.push(r._flatpickr)}catch(d){console.error(d)}}return o.length===1?o[0]:o}typeof HTMLElement<"u"&&typeof HTMLCollection<"u"&&typeof NodeList<"u"&&(HTMLCollection.prototype.flatpickr=NodeList.prototype.flatpickr=function(t){return Xt(this,t)},HTMLElement.prototype.flatpickr=function(t){return Xt([this],t)});var Re=function(t,n){return typeof t=="string"?Xt(window.document.querySelectorAll(t),n):t instanceof Node?Xt([t],n):Xt(t,n)};Re.defaultConfig={},Re.l10ns={en:Ye({},un),default:Ye({},un)},Re.localize=function(t){Re.l10ns.default=Ye(Ye({},Re.l10ns.default),t)},Re.setDefaults=function(t){Re.defaultConfig=Ye(Ye({},Re.defaultConfig),t)},Re.parseDate=Cr({}),Re.formatDate=qi({}),Re.compareDates=dt,typeof jQuery<"u"&&typeof jQuery.fn<"u"&&(jQuery.fn.flatpickr=function(t){return Xt(this,t)}),Date.prototype.fp_incr=function(t){return new Date(this.getFullYear(),this.getMonth(),this.getDate()+(typeof t=="string"?parseInt(t,10):t))},typeof window<"u"&&(window.flatpickr=Re);const T1="";var Hi={exports:{}};(function(t,n){(function(e,o){t.exports=o()})(qe,function(){/*! *****************************************************************************
62
62
  Copyright (c) Microsoft Corporation.
63
63
 
64
64
  Permission to use, copy, modify, and/or distribute this software for any
@@ -79,47 +79,47 @@
79
79
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
80
80
  <path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
81
81
  </svg>
82
- `,N1="",oc="single",Sr="range",ac={props:{name:{type:String,default:"Date"},modelValue:[String,Array],value:[String,Array],placeholder:{type:String,default:""},required:{type:Boolean,default:!1},config:{type:Object,default:()=>{}},mode:{type:String,default:oc},label:{type:String,default:""},endDateLabel:{type:String,default:""},supportText:{type:String,default:""},endDateSupportText:{type:String,default:""},errorMessage:{type:String,default:""}},mounted(){document.addEventListener("keyup",this.onDocumentKeyDown,!0),this.$nextTick(()=>{this.initFlatpickr()})},watch:{config(){this.initFlatpickr()},value(){this.initFlatpickr()},modelValue(){this.initFlatpickr()}},data(){return{pickerOptions:{},data:this.modelValue,flat:null,isOpen:!1,isOpenEndDate:!1}},methods:{initFlatpickr(){this.flat=new Re(this.$refs.date,this.pickerConfigs())},pickerConfigs(){const t=document.querySelectorAll(".calendar-icon");let n={dateFormat:"Y-m-d",altInput:!0,altFormat:"Y-m-d",position:"left",mode:this.mode,appendTo:this.$refs.dropdown,prevArrow:rc,nextArrow:ic,ignoredFocusElements:Array.from(t),locale:{weekdays:{shorthand:["S","M","T","W","T","F","S"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},onReady(o,a,r){r.setDate(a,!0)},onChange:(o,a)=>this.onChange(a),onClose:()=>this.onClose()};this.mode===Sr&&(n.plugins=[new nc({input:this.$refs.toDate})]),(this.value||this.modelValue)&&(this.mode===Sr?n.defaultDate=this.modelValue.length?[this.modelValue[0],this.modelValue[1]]:[this.value[0],this.value[1]]:n.defaultDate=this.modelValue?this.modelValue:this.value);const e=Object.assign({},n,this.config);return this.pickerOptions=e,e},onClose(){this.triggerChange(),this.$nextTick(()=>{this.isOpen=!1,this.isOpenEndDate=!1})},onChange(t){this.mode===Sr?this.data=t.split(" to "):this.data=t},onDocumentKeyDown(t){t.keyCode===pr&&this.close()},triggerChange(){setTimeout(()=>{if(this.pickerOptions.mode==="range"){let t=this.data;t.length<2?(this.$emit("input",""),this.$emit("update:modelValue",this.data)):(this.$emit("input",[t[0],t[1]]),this.$emit("update:modelValue",this.data))}else this.data===""?(this.$emit("input",""),this.$emit("update:modelValue",this.data)):(this.$emit("input",this.data),this.$emit("update:modelValue",this.data))})},open(){this.isOpen||(this.isOpen=!0,this.isOpenEndDate=!1,this.flat.open())},openEndDate(){this.isOpen=!1,this.isOpenEndDate=!0,this.$refs.toDate.click()}},computed:{values(){var t;return this.data?(t=this.data)==null?void 0:t.split(" to "):[]}},beforeUnmount(){document.removeEventListener("keyup",this.onDocumentKeyDown)},components:{IbIcon:Le,IbLabel:dn,IbAlert:It}},lc={class:"inputs-wrapper"},sc={class:"input-group-wrapper"},dc=["placeholder"],cc={ref:"dropdown",class:"dropdown"},uc={key:1,class:"support-text"},fc={key:0,class:"input-group-wrapper"},hc=["placeholder"],pc={key:1,class:"support-text"};function mc(t,n,e,o,a,r){const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-label"),f=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["flatpickr-wrapper",{"has-labels":e.label.length||e.endDateLabel.length,"has-label":e.label.length,"has-error":e.errorMessage.length,"is-range":e.mode==="range"}])},[e.errorMessage.length?(i.openBlock(),i.createBlock(d,{key:0,class:"error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",lc,[i.createElementVNode("div",sc,[e.label.length?(i.openBlock(),i.createBlock(s,{key:0,class:"label",required:e.required},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.label),1)]),_:1},8,["required"])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["input-wrapper",{active:a.isOpen}]),onClick:n[0]||(n[0]=(...h)=>r.open&&r.open(...h))},[i.createElementVNode("input",{placeholder:e.placeholder,ref:"date",class:"date-picker-input"},null,8,dc),i.createVNode(f,{name:"today-outline",class:"calendar-icon"})],2),i.createElementVNode("div",cc,null,512),e.supportText.length?(i.openBlock(),i.createElementBlock("p",uc,i.toDisplayString(e.supportText),1)):i.createCommentVNode("",!0)]),e.mode==="range"?(i.openBlock(),i.createElementBlock("div",fc,[e.endDateLabel.length?(i.openBlock(),i.createBlock(s,{key:0,class:"end-date-label label",required:e.required},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.endDateLabel),1)]),_:1},8,["required"])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["input-wrapper",{active:a.isOpenEndDate}]),onClick:n[1]||(n[1]=(...h)=>r.openEndDate&&r.openEndDate(...h))},[i.createElementVNode("input",{class:"date-picker-input",placeholder:e.placeholder,ref:"toDate"},null,8,hc),i.createVNode(f,{name:"today-outline",class:"calendar-icon"})],2),e.endDateSupportText.length?(i.openBlock(),i.createElementBlock("p",pc,i.toDisplayString(e.endDateSupportText),1)):i.createCommentVNode("",!0)])):i.createCommentVNode("",!0)])],2)}const gc=_e(ac,[["render",mc]]),yc=[["Afghanistan (‫افغانستان‬‎)","af","93"],["Albania (Shqipëri)","al","355"],["Algeria (‫الجزائر‬‎)","dz","213"],["American Samoa","as","1684"],["Andorra","ad","376"],["Angola","ao","244"],["Anguilla","ai","1264"],["Antigua and Barbuda","ag","1268"],["Argentina","ar","54"],["Armenia (Հայաստան)","am","374"],["Aruba","aw","297"],["Australia","au","61"],["Austria (Österreich)","at","43"],["Azerbaijan (Azərbaycan)","az","994"],["Bahamas","bs","1242"],["Bahrain (‫البحرين‬‎)","bh","973"],["Bangladesh (বাংলাদেশ)","bd","880"],["Barbados","bb","1246"],["Belarus (Беларусь)","by","375"],["Belgium (België)","be","32"],["Belize","bz","501"],["Benin (Bénin)","bj","229"],["Bermuda","bm","1441"],["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","1284"],["Brunei","bn","673"],["Bulgaria (България)","bg","359"],["Burkina Faso","bf","226"],["Burundi (Uburundi)","bi","257"],["Cambodia (កម្ពុជា)","kh","855"],["Cameroon (Cameroun)","cm","237"],["Canada","ca","1"],["Cape Verde (Kabu Verdi)","cv","238"],["Caribbean Netherlands","bq","599"],["Cayman Islands","ky","1345"],["Central African Republic (République centrafricaine)","cf","236"],["Chad (Tchad)","td","235"],["Chile","cl","56"],["China (中国)","cn","86"],["Christmas Island","cx","61"],["Cocos (Keeling) Islands","cc","61"],["Colombia","co","57"],["Comoros (‫جزر القمر‬‎)","km","269"],["Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)","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"],["Cyprus (Κύπρος)","cy","357"],["Czech Republic (Česká republika)","cz","420"],["Denmark (Danmark)","dk","45"],["Djibouti","dj","253"],["Dominica","dm","1767"],["Dominican Republic (República Dominicana)","do","1"],["Ecuador","ec","593"],["Egypt (‫مصر‬‎)","eg","20"],["El Salvador","sv","503"],["Equatorial Guinea (Guinea Ecuatorial)","gq","240"],["Eritrea","er","291"],["Estonia (Eesti)","ee","372"],["Ethiopia","et","251"],["Falkland Islands (Islas Malvinas)","fk","500"],["Faroe Islands (Føroyar)","fo","298"],["Fiji","fj","679"],["Finland (Suomi)","fi","358"],["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","1473"],["Guadeloupe","gp","590"],["Guam","gu","1671"],["Guatemala","gt","502"],["Guernsey","gg","44",1],["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"],["Israel (‫ישראל‬‎)","il","972"],["Italy (Italia)","it","39"],["Jamaica","jm","1876"],["Japan (日本)","jp","81"],["Jersey","je","44"],["Jordan (‫الأردن‬‎)","jo","962"],["Kazakhstan (Казахстан)","kz","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"],["Macedonia (FYROM) (Македонија)","mk","389"],["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"],["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","1664"],["Morocco (‫المغرب‬‎)","ma","212"],["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"],["Northern Mariana Islands","mp","1670"],["Norway (Norge)","no","47"],["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"],["Qatar (‫قطر‬‎)","qa","974"],["Réunion (La Réunion)","re","262"],["Romania (România)","ro","40"],["Russia (Россия)","ru","7"],["Rwanda","rw","250"],["Saint Barthélemy","bl","590"],["Saint Helena","sh","290"],["Saint Kitts and Nevis","kn","1869"],["Saint Lucia","lc","1758"],["Saint Martin (Saint-Martin (partie française))","mf","590"],["Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)","pm","508"],["Saint Vincent and the Grenadines","vc","1784"],["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","1721"],["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"],["Swaziland","sz","268"],["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","1868"],["Tunisia (‫تونس‬‎)","tn","216"],["Turkey (Türkiye)","tr","90"],["Turkmenistan","tm","993"],["Turks and Caicos Islands","tc","1649"],["Tuvalu","tv","688"],["U.S. Virgin Islands","vi","1340"],["Uganda","ug","256"],["Ukraine (Україна)","ua","380"],["United Arab Emirates (‫الإمارات العربية المتحدة‬‎)","ae","971"],["United Kingdom","gb","44"],["United States","us","1"],["Uruguay","uy","598"],["Uzbekistan (Oʻzbekiston)","uz","998"],["Vanuatu","vu","678"],["Vatican City (Città del Vaticano)","va","39"],["Venezuela","ve","58"],["Vietnam (Việt Nam)","vn","84"],["Wallis and Futuna (Wallis-et-Futuna)","wf","681"],["Western Sahara (‫الصحراء الغربية‬‎)","eh","212"],["Yemen (‫اليمن‬‎)","ye","967"],["Zambia","zm","260"],["Zimbabwe","zw","263"],["Åland Islands","ax","358"]],vc=yc.map(([t,n,e])=>({name:t,iso2:n.toUpperCase(),dialCode:e}));function bc(){return fetch("https://ip2c.org/s").then(t=>t.text()).then(t=>{const n=(t||"").toString();if(!n||n[0]!=="1")throw new Error("unable to fetch the country");return n.substr(2,2)})}function _c(t,n){if(t.setSelectionRange)t.focus(),t.setSelectionRange(n,n);else if(t.createTextRange){const e=t.createTextRange();e.collapse(!0),e.moveEnd("character",n),e.moveStart("character",n),e.select()}}const $c=[{name:"allCountries",type:Array,default:vc,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.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}],wc=[...$c].reduce((t,n)=>{if(n.name.includes(".")){const[e,o]=n.name.split(".");t[e]?Object.assign(t[e],{[o]:n.default}):Object.assign(t,{[e]:{[o]:n.default}})}else Object.assign(t,{[n.name]:n.default});return t},{}),zi={options:{...wc}},kc={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,"1|([457]\\d{6})$","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2457]\\d{6})$","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,"1|([267]\\d{6})$","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,"0|(183[12])",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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-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,"1|([2-9]\\d{6})$","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(?:28|4[14]|5)|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","[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9],[["(\\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[047]"]]]],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","(?:[25689]\\d|40)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|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,["976[01]\\d{5}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","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,"1|([3-8]\\d{6})$","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-79]"]],["(\\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|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|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-7]|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,"0|([59]\\d{7})$","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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-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|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,"0|(1(?:[12]\\d|79)\\d\\d)",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",["[39]"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0(4(?:[14]4|56)|[579])?"],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}|(?: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",["5"],"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,"0|([59]\\d{7})$","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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-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[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[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,"1|([2-7]\\d{6})$","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",["[189]"],"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[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|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\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?: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-2]|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,"1|([2-9]\\d{6})$","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|80\\d|976)\\d{6}",[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"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"0|([25-9]\\d{5})$","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-2]|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\\d|606)\\d{5}",[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|(?:69|80)\\d|976)\\d{6}",[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[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|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,["976[01]\\d{5}"]]],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","(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"1|([3-9]\\d{6})$","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","9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-46-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{7}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-489]"]]]],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,"0|([25-8]\\d{5})$","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|([0-24-8]\\d{5})$","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-2]|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|63)|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]|636)|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]|636[457-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[045]|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[27-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])|5(?:2|3[045]|4[0-369]|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])|49|51|6(?:[0-24]|36|5[0-3589]|72|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]))|(?:49|55|83)[29]|(?: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]|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]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|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]","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]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|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(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|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"],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-8]\\d|99)\\d{7}",[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,"1|([2-7]\\d{6})$","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,"1|([2-9]\\d{6})$","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,"1|([2-8]\\d{6})$","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,"0|(1001)"],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","(?:2|33|5\\d|77|88)\\d{7}|[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",["[3578]"],"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{5})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29[89]|389)","5(?:29[89]|389)0"],"0$1"],["(\\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)|892","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"],"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(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"],["80\\d{7}"],["89\\d{7}"],0,0,0,0,["592(?:4[0-2]|93)\\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|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|30|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,["976[01]\\d{5}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"0|([24-9]\\d{6})$","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,"1|([2-9]\\d{6})$","670$1",0,"670"],MQ:["596","00","(?:69|80)\\d{7}|(?:59|97)6\\d{6}",[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,"1|([34]\\d{6})$","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])","(?:5|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",["5"]],["(\\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",["[3467]|9[13-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[129]\\d|31|77|88)\\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(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|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[04]"]]]],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",["[489]|59"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],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","(?:[47]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-579]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|[89]0","50(?:[0367]|88)|[89]0"],"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)|[59]|80"],"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|86"],"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\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|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]|80\\d\\d)\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\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","[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}",[7,8,9],[["(\\d{3})(\\d{4})","$1 $2",["2[126]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]]]],RE:["262","00","976\\d{6}|(?:26|[68]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,"26[23]|69|[89]"],RO:["40","00","(?:[2378]\\d|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",["[237-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-6]2|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-6]2|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",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]]],"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-5]|[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|[57]9)\\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",["24|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3478]|64|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6(?:0[5-7]|[1-35-9])|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,"1|(5\\d{6})$","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,"1|([2-479]\\d{6})$","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","(?:00|[1-57-9]\\d)\\d{7}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"]],["(\\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]|616)","5(?:[0-59]|6161)"],"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,"1|([2-46-8]\\d{6})$","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]","(?:[26-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{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,[["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|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[19]|6[1-47]|7[0-5]|8[056])|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-289]|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-7]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["405|8|90"],"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{4})","$1 $2 $3",["4"],"0$1"]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:33|55|[679]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[35-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,"1|([2-7]\\d{6})$","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,"1|([2-578]\\d{6})$","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","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",["[69]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3578]"],"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-68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","80\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,"269|63"],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,"[0-36-9]\\d{8}",[9],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-36-9]"]]],0,0,0,0,0,0,[0,["[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["4"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[19]"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["34[57]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-3]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\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})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]],883:["883",0,"(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?",[9,10,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[35]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]],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 Cc(t,n){var e=Array.prototype.slice.call(n);return e.push(kc),t.apply(this,e)}function Tr(t){return Tr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},Tr(t)}function Ui(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Oc(t,n,e){return n&&Ui(t.prototype,n),e&&Ui(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function Ec(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function Sc(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),n&&hn(t,n)}function Tc(t){var n=Gi();return function(){var e=pn(t),o;if(n){var a=pn(this).constructor;o=Reflect.construct(e,arguments,a)}else o=e.apply(this,arguments);return Nc(this,o)}}function Nc(t,n){if(n&&(Tr(n)==="object"||typeof n=="function"))return n;if(n!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ki(t)}function Ki(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Nr(t){var n=typeof Map=="function"?new Map:void 0;return Nr=function(e){if(e===null||!xc(e))return e;if(typeof e!="function")throw new TypeError("Super expression must either be null or a function");if(typeof n<"u"){if(n.has(e))return n.get(e);n.set(e,o)}function o(){return Hn(e,arguments,pn(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),hn(o,e)},Nr(t)}function Hn(t,n,e){return Gi()?Hn=Reflect.construct:Hn=function(o,a,r){var d=[null];d.push.apply(d,a);var s=Function.bind.apply(o,d),f=new s;return r&&hn(f,r.prototype),f},Hn.apply(null,arguments)}function Gi(){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 xc(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function hn(t,n){return hn=Object.setPrototypeOf||function(e,o){return e.__proto__=o,e},hn(t,n)}function pn(t){return pn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},pn(t)}var Mt=function(t){Sc(e,t);var n=Tc(e);function e(o){var a;return Ec(this,e),a=n.call(this,o),Object.setPrototypeOf(Ki(a),e.prototype),a.name=a.constructor.name,a}return Oc(e)}(Nr(Error)),xr=2,Ac=17,Dc=3,Pt="0-90-9٠-٩۰-۹",Ic="-‐-―−ー-",Mc="//",Pc="..",Bc="  ­​⁠ ",Lc="()()[]\\[\\]",Rc="~⁓∼~",zn="".concat(Ic).concat(Mc).concat(Pc).concat(Bc).concat(Lc).concat(Rc),Ar="++";function Yi(t,n){t=t.split("-"),n=n.split("-");for(var e=t[0].split("."),o=n[0].split("."),a=0;a<3;a++){var r=Number(e[a]),d=Number(o[a]);if(r>d)return 1;if(d>r)return-1;if(!isNaN(r)&&isNaN(d))return 1;if(isNaN(r)&&!isNaN(d))return-1}return t[1]&&n[1]?t[1]>n[1]?1:t[1]<n[1]?-1:0:!t[1]&&n[1]?1:t[1]&&!n[1]?-1:0}function Un(t){return Un=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},Un(t)}function Kn(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function Wi(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Gn(t,n,e){return n&&Wi(t.prototype,n),e&&Wi(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var jc="1.2.0",Vc="1.7.35",Zi=" ext. ",qc=/^\d+$/,ct=function(){function t(n){Kn(this,t),Uc(n),this.metadata=n,Qi.call(this,n)}return Gn(t,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(n){return n!=="001"})}},{key:"getCountryMetadata",value:function(n){return this.metadata.countries[n]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(n){return this.getCountryMetadata(n)!==void 0}},{key:"hasCallingCode",value:function(n){if(this.getCountryCodesForCallingCode(n))return!0;if(this.nonGeographic()){if(this.nonGeographic()[n])return!0}else{var e=this.countryCallingCodes()[n];if(e&&e.length===1&&e[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(n){return this.nonGeographic()?!!this.nonGeographic()[n]:!this.getCountryCodesForCallingCode(n)}},{key:"country",value:function(n){return this.selectNumberingPlan(n)}},{key:"selectNumberingPlan",value:function(n,e){if(n&&qc.test(n)&&(e=n,n=null),n&&n!=="001"){if(!this.hasCountry(n))throw new Error("Unknown country: ".concat(n));this.numberingPlan=new Ji(this.getCountryMetadata(n),this)}else if(e){if(!this.hasCallingCode(e))throw new Error("Unknown calling code: ".concat(e));this.numberingPlan=new Ji(this.getNumberingPlanMetadata(e),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(n){var e=this.countryCallingCodes()[n];if(e)return e.length===1&&e[0].length===3?void 0:e}},{key:"getCountryCodeForCallingCode",value:function(n){var e=this.getCountryCodesForCallingCode(n);if(e)return e[0]}},{key:"getNumberingPlanMetadata",value:function(n){var e=this.getCountryCodeForCallingCode(n);if(e)return this.getCountryMetadata(e);if(this.nonGeographic()){var o=this.nonGeographic()[n];if(o)return o}else{var a=this.countryCallingCodes()[n];if(a&&a.length===1&&a[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(n){return this.numberingPlan.type(n)}},{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(n){return this.selectNumberingPlan(n)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),t}(),Ji=function(){function t(n,e){Kn(this,t),this.globalMetadataObject=e,this.metadata=n,Qi.call(this,e.metadata)}return Gn(t,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(n){return n[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var n=this,e=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return e.map(function(o){return new Fc(o,n)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(n){return n[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(n){if(this.hasTypes()&&Xi(this.types(),n))return new zc(Xi(this.types(),n),this)}},{key:"ext",value:function(){return this.v1||this.v2?Zi:this.metadata[13]||Zi}}]),t}(),Fc=function(){function t(n,e){Kn(this,t),this._format=n,this.metadata=e}return Gn(t,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!Hc.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),t}(),Hc=/^\(?\$1\)?$/,zc=function(){function t(n,e){Kn(this,t),this.type=n,this.metadata=e}return Gn(t,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),t}();function Xi(t,n){switch(n){case"FIXED_LINE":return t[0];case"MOBILE":return t[1];case"TOLL_FREE":return t[2];case"PREMIUM_RATE":return t[3];case"PERSONAL_NUMBER":return t[4];case"VOICEMAIL":return t[5];case"UAN":return t[6];case"PAGER":return t[7];case"VOIP":return t[8];case"SHARED_COST":return t[9]}}function Uc(t){if(!t)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Dr(t)||!Dr(t.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(Dr(t)?"an object of shape: { "+Object.keys(t).join(", ")+" }":"a "+Kc(t)+": "+t,"."))}var Dr=function(t){return Un(t)==="object"},Kc=function(t){return Un(t)};function Ir(t,n){if(n=new ct(n),n.hasCountry(t))return n.country(t).countryCallingCode();throw new Error("Unknown country: ".concat(t))}function Gc(t,n){return n.countries[t]!==void 0}function Qi(t){var n=t.version;typeof n=="number"?(this.v1=n===1,this.v2=n===2,this.v3=n===3,this.v4=n===4):n?Yi(n,jc)===-1?this.v2=!0:Yi(n,Vc)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var Yc=";ext=",Qt=function(t){return"([".concat(Pt,"]{1,").concat(t,"})")};function eo(t){var n="20",e="15",o="9",a="6",r="[  \\t,]*",d="[:\\..]?[  \\t,-]*",s="#?",f="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",h="(?:[xx##~~]|int|int)",p="[- ]+",u="[  \\t]*",l="(?:,{2}|;)",c=Yc+Qt(n),_=r+f+d+Qt(n)+s,v=r+h+d+Qt(o)+s,b=p+Qt(a)+"#",g=u+l+d+Qt(e)+s,y=u+"(?:,)+"+d+Qt(o)+s;return c+"|"+_+"|"+v+"|"+b+"|"+g+"|"+y}var Wc="["+Pt+"]{"+xr+"}",Zc="["+Ar+"]{0,1}(?:["+zn+"]*["+Pt+"]){3,}["+zn+Pt+"]*",Jc=new RegExp("^["+Ar+"]{0,1}(?:["+zn+"]*["+Pt+"]){1,2}$","i"),Xc=Zc+"(?:"+eo()+")?",Qc=new RegExp("^"+Wc+"$|^"+Xc+"$","i");function to(t){return t.length>=xr&&Qc.test(t)}function eu(t){return Jc.test(t)}var no=new RegExp("(?:"+eo()+")$","i");function tu(t){var n=t.search(no);if(n<0)return{};for(var e=t.slice(0,n),o=t.match(no),a=1;a<o.length;){if(o[a])return{number:e,ext:o[a]};a++}}var nu={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 ru(t){return nu[t]}function iu(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=ou(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
82
+ `,x1="",oc="single",Sr="range",ac={props:{name:{type:String,default:"Date"},modelValue:[String,Array],value:[String,Array],placeholder:{type:String,default:""},required:{type:Boolean,default:!1},config:{type:Object,default:()=>{}},mode:{type:String,default:oc},label:{type:String,default:""},endDateLabel:{type:String,default:""},supportText:{type:String,default:""},endDateSupportText:{type:String,default:""},errorMessage:{type:String,default:""}},mounted(){document.addEventListener("keyup",this.onDocumentKeyDown,!0),this.$nextTick(()=>{this.initFlatpickr()})},watch:{config(){this.initFlatpickr()},value(){this.initFlatpickr()},modelValue(){this.initFlatpickr()}},data(){return{pickerOptions:{},data:this.modelValue,flat:null,isOpen:!1,isOpenEndDate:!1}},methods:{initFlatpickr(){this.flat=new Re(this.$refs.date,this.pickerConfigs())},pickerConfigs(){const t=document.querySelectorAll(".calendar-icon");let n={dateFormat:"Y-m-d",altInput:!0,altFormat:"Y-m-d",position:"left",mode:this.mode,appendTo:this.$refs.dropdown,prevArrow:rc,nextArrow:ic,ignoredFocusElements:Array.from(t),locale:{weekdays:{shorthand:["S","M","T","W","T","F","S"],longhand:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},onReady(o,a,r){r.setDate(a,!0)},onChange:(o,a)=>this.onChange(a),onClose:()=>this.onClose()};this.mode===Sr&&(n.plugins=[new nc({input:this.$refs.toDate})]),(this.value||this.modelValue)&&(this.mode===Sr?n.defaultDate=this.modelValue.length?[this.modelValue[0],this.modelValue[1]]:[this.value[0],this.value[1]]:n.defaultDate=this.modelValue?this.modelValue:this.value);const e=Object.assign({},n,this.config);return this.pickerOptions=e,e},onClose(){this.triggerChange(),this.$nextTick(()=>{this.isOpen=!1,this.isOpenEndDate=!1})},onChange(t){this.mode===Sr?this.data=t.split(" to "):this.data=t},onDocumentKeyDown(t){t.keyCode===pr&&this.close()},triggerChange(){setTimeout(()=>{if(this.pickerOptions.mode==="range"){let t=this.data;t.length<2?(this.$emit("input",""),this.$emit("update:modelValue",this.data)):(this.$emit("input",[t[0],t[1]]),this.$emit("update:modelValue",this.data))}else this.data===""?(this.$emit("input",""),this.$emit("update:modelValue",this.data)):(this.$emit("input",this.data),this.$emit("update:modelValue",this.data))})},open(){this.isOpen||(this.isOpen=!0,this.isOpenEndDate=!1,this.flat.open())},openEndDate(){this.isOpen=!1,this.isOpenEndDate=!0,this.$refs.toDate.click()}},computed:{values(){var t;return this.data?(t=this.data)==null?void 0:t.split(" to "):[]}},beforeUnmount(){document.removeEventListener("keyup",this.onDocumentKeyDown)},components:{IbIcon:Le,IbLabel:dn,IbAlert:It}},lc={class:"inputs-wrapper"},sc={class:"input-group-wrapper"},dc=["placeholder"],cc={ref:"dropdown",class:"dropdown"},uc={key:1,class:"support-text"},fc={key:0,class:"input-group-wrapper"},hc=["placeholder"],pc={key:1,class:"support-text"};function mc(t,n,e,o,a,r){const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-label"),f=i.resolveComponent("ib-icon");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["flatpickr-wrapper",{"has-labels":e.label.length||e.endDateLabel.length,"has-label":e.label.length,"has-error":e.errorMessage.length,"is-range":e.mode==="range"}])},[e.errorMessage.length?(i.openBlock(),i.createBlock(d,{key:0,class:"error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.createElementVNode("div",lc,[i.createElementVNode("div",sc,[e.label.length?(i.openBlock(),i.createBlock(s,{key:0,class:"label",required:e.required},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.label),1)]),_:1},8,["required"])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["input-wrapper",{active:a.isOpen}]),onClick:n[0]||(n[0]=(...h)=>r.open&&r.open(...h))},[i.createElementVNode("input",{placeholder:e.placeholder,ref:"date",class:"date-picker-input"},null,8,dc),i.createVNode(f,{name:"today-outline",class:"calendar-icon"})],2),i.createElementVNode("div",cc,null,512),e.supportText.length?(i.openBlock(),i.createElementBlock("p",uc,i.toDisplayString(e.supportText),1)):i.createCommentVNode("",!0)]),e.mode==="range"?(i.openBlock(),i.createElementBlock("div",fc,[e.endDateLabel.length?(i.openBlock(),i.createBlock(s,{key:0,class:"end-date-label label",required:e.required},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.endDateLabel),1)]),_:1},8,["required"])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["input-wrapper",{active:a.isOpenEndDate}]),onClick:n[1]||(n[1]=(...h)=>r.openEndDate&&r.openEndDate(...h))},[i.createElementVNode("input",{class:"date-picker-input",placeholder:e.placeholder,ref:"toDate"},null,8,hc),i.createVNode(f,{name:"today-outline",class:"calendar-icon"})],2),e.endDateSupportText.length?(i.openBlock(),i.createElementBlock("p",pc,i.toDisplayString(e.endDateSupportText),1)):i.createCommentVNode("",!0)])):i.createCommentVNode("",!0)])],2)}const gc=_e(ac,[["render",mc]]),yc=[["Afghanistan (‫افغانستان‬‎)","af","93"],["Albania (Shqipëri)","al","355"],["Algeria (‫الجزائر‬‎)","dz","213"],["American Samoa","as","1684"],["Andorra","ad","376"],["Angola","ao","244"],["Anguilla","ai","1264"],["Antigua and Barbuda","ag","1268"],["Argentina","ar","54"],["Armenia (Հայաստան)","am","374"],["Aruba","aw","297"],["Australia","au","61"],["Austria (Österreich)","at","43"],["Azerbaijan (Azərbaycan)","az","994"],["Bahamas","bs","1242"],["Bahrain (‫البحرين‬‎)","bh","973"],["Bangladesh (বাংলাদেশ)","bd","880"],["Barbados","bb","1246"],["Belarus (Беларусь)","by","375"],["Belgium (België)","be","32"],["Belize","bz","501"],["Benin (Bénin)","bj","229"],["Bermuda","bm","1441"],["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","1284"],["Brunei","bn","673"],["Bulgaria (България)","bg","359"],["Burkina Faso","bf","226"],["Burundi (Uburundi)","bi","257"],["Cambodia (កម្ពុជា)","kh","855"],["Cameroon (Cameroun)","cm","237"],["Canada","ca","1"],["Cape Verde (Kabu Verdi)","cv","238"],["Caribbean Netherlands","bq","599"],["Cayman Islands","ky","1345"],["Central African Republic (République centrafricaine)","cf","236"],["Chad (Tchad)","td","235"],["Chile","cl","56"],["China (中国)","cn","86"],["Christmas Island","cx","61"],["Cocos (Keeling) Islands","cc","61"],["Colombia","co","57"],["Comoros (‫جزر القمر‬‎)","km","269"],["Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)","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"],["Cyprus (Κύπρος)","cy","357"],["Czech Republic (Česká republika)","cz","420"],["Denmark (Danmark)","dk","45"],["Djibouti","dj","253"],["Dominica","dm","1767"],["Dominican Republic (República Dominicana)","do","1"],["Ecuador","ec","593"],["Egypt (‫مصر‬‎)","eg","20"],["El Salvador","sv","503"],["Equatorial Guinea (Guinea Ecuatorial)","gq","240"],["Eritrea","er","291"],["Estonia (Eesti)","ee","372"],["Ethiopia","et","251"],["Falkland Islands (Islas Malvinas)","fk","500"],["Faroe Islands (Føroyar)","fo","298"],["Fiji","fj","679"],["Finland (Suomi)","fi","358"],["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","1473"],["Guadeloupe","gp","590"],["Guam","gu","1671"],["Guatemala","gt","502"],["Guernsey","gg","44",1],["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"],["Israel (‫ישראל‬‎)","il","972"],["Italy (Italia)","it","39"],["Jamaica","jm","1876"],["Japan (日本)","jp","81"],["Jersey","je","44"],["Jordan (‫الأردن‬‎)","jo","962"],["Kazakhstan (Казахстан)","kz","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"],["Macedonia (FYROM) (Македонија)","mk","389"],["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"],["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","1664"],["Morocco (‫المغرب‬‎)","ma","212"],["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"],["Northern Mariana Islands","mp","1670"],["Norway (Norge)","no","47"],["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"],["Qatar (‫قطر‬‎)","qa","974"],["Réunion (La Réunion)","re","262"],["Romania (România)","ro","40"],["Russia (Россия)","ru","7"],["Rwanda","rw","250"],["Saint Barthélemy","bl","590"],["Saint Helena","sh","290"],["Saint Kitts and Nevis","kn","1869"],["Saint Lucia","lc","1758"],["Saint Martin (Saint-Martin (partie française))","mf","590"],["Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)","pm","508"],["Saint Vincent and the Grenadines","vc","1784"],["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","1721"],["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"],["Swaziland","sz","268"],["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","1868"],["Tunisia (‫تونس‬‎)","tn","216"],["Turkey (Türkiye)","tr","90"],["Turkmenistan","tm","993"],["Turks and Caicos Islands","tc","1649"],["Tuvalu","tv","688"],["U.S. Virgin Islands","vi","1340"],["Uganda","ug","256"],["Ukraine (Україна)","ua","380"],["United Arab Emirates (‫الإمارات العربية المتحدة‬‎)","ae","971"],["United Kingdom","gb","44"],["United States","us","1"],["Uruguay","uy","598"],["Uzbekistan (Oʻzbekiston)","uz","998"],["Vanuatu","vu","678"],["Vatican City (Città del Vaticano)","va","39"],["Venezuela","ve","58"],["Vietnam (Việt Nam)","vn","84"],["Wallis and Futuna (Wallis-et-Futuna)","wf","681"],["Western Sahara (‫الصحراء الغربية‬‎)","eh","212"],["Yemen (‫اليمن‬‎)","ye","967"],["Zambia","zm","260"],["Zimbabwe","zw","263"],["Åland Islands","ax","358"]],vc=yc.map(([t,n,e])=>({name:t,iso2:n.toUpperCase(),dialCode:e}));function bc(){return fetch("https://ip2c.org/s").then(t=>t.text()).then(t=>{const n=(t||"").toString();if(!n||n[0]!=="1")throw new Error("unable to fetch the country");return n.substr(2,2)})}function _c(t,n){if(t.setSelectionRange)t.focus(),t.setSelectionRange(n,n);else if(t.createTextRange){const e=t.createTextRange();e.collapse(!0),e.moveEnd("character",n),e.moveStart("character",n),e.select()}}const $c=[{name:"allCountries",type:Array,default:vc,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.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}],wc=[...$c].reduce((t,n)=>{if(n.name.includes(".")){const[e,o]=n.name.split(".");t[e]?Object.assign(t[e],{[o]:n.default}):Object.assign(t,{[e]:{[o]:n.default}})}else Object.assign(t,{[n.name]:n.default});return t},{}),zi={options:{...wc}},kc={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,"1|([457]\\d{6})$","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2457]\\d{6})$","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,"1|([267]\\d{6})$","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,"0|(183[12])",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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-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,"1|([2-9]\\d{6})$","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(?:28|4[14]|5)|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","[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9],[["(\\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[047]"]]]],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","(?:[25689]\\d|40)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|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,["976[01]\\d{5}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","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,"1|([3-8]\\d{6})$","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-79]"]],["(\\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|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|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-7]|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,"0|([59]\\d{7})$","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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-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|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,"0|(1(?:[12]\\d|79)\\d\\d)",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",["[39]"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0(4(?:[14]4|56)|[579])?"],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}|(?: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",["5"],"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,"0|([59]\\d{7})$","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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-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[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[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,"1|([2-7]\\d{6})$","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",["[189]"],"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[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|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\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?: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-2]|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,"1|([2-9]\\d{6})$","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|80\\d|976)\\d{6}",[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"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"0|([25-9]\\d{5})$","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-2]|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\\d|606)\\d{5}",[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|(?:69|80)\\d|976)\\d{6}",[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[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|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,["976[01]\\d{5}"]]],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","(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"1|([3-9]\\d{6})$","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","9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-46-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{7}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-489]"]]]],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,"0|([25-8]\\d{5})$","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|([0-24-8]\\d{5})$","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-2]|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|63)|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]|636)|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]|636[457-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[045]|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[27-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])|5(?:2|3[045]|4[0-369]|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])|49|51|6(?:[0-24]|36|5[0-3589]|72|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]))|(?:49|55|83)[29]|(?: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]|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]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|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]","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]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|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(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|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"],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-8]\\d|99)\\d{7}",[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,"1|([2-7]\\d{6})$","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,"1|([2-9]\\d{6})$","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,"1|([2-8]\\d{6})$","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,"0|(1001)"],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","(?:2|33|5\\d|77|88)\\d{7}|[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",["[3578]"],"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{5})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29[89]|389)","5(?:29[89]|389)0"],"0$1"],["(\\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)|892","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"],"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(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"],["80\\d{7}"],["89\\d{7}"],0,0,0,0,["592(?:4[0-2]|93)\\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|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|30|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,["976[01]\\d{5}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"0|([24-9]\\d{6})$","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,"1|([2-9]\\d{6})$","670$1",0,"670"],MQ:["596","00","(?:69|80)\\d{7}|(?:59|97)6\\d{6}",[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,"1|([34]\\d{6})$","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])","(?:5|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",["5"]],["(\\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",["[3467]|9[13-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[129]\\d|31|77|88)\\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(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|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[04]"]]]],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",["[489]|59"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],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","(?:[47]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-579]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|[89]0","50(?:[0367]|88)|[89]0"],"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)|[59]|80"],"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|86"],"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\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|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]|80\\d\\d)\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\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","[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}",[7,8,9],[["(\\d{3})(\\d{4})","$1 $2",["2[126]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]]]],RE:["262","00","976\\d{6}|(?:26|[68]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,"26[23]|69|[89]"],RO:["40","00","(?:[2378]\\d|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",["[237-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-6]2|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-6]2|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",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]]],"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-5]|[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|[57]9)\\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",["24|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3478]|64|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6(?:0[5-7]|[1-35-9])|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,"1|(5\\d{6})$","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,"1|([2-479]\\d{6})$","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","(?:00|[1-57-9]\\d)\\d{7}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"]],["(\\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]|616)","5(?:[0-59]|6161)"],"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,"1|([2-46-8]\\d{6})$","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]","(?:[26-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{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,[["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|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[19]|6[1-47]|7[0-5]|8[056])|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-289]|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-7]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["405|8|90"],"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{4})","$1 $2 $3",["4"],"0$1"]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:33|55|[679]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[35-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,"1|([2-7]\\d{6})$","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,"1|([2-578]\\d{6})$","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","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",["[69]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3578]"],"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-68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","80\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,"269|63"],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,"[0-36-9]\\d{8}",[9],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-36-9]"]]],0,0,0,0,0,0,[0,["[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["4"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[19]"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["34[57]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-3]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\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})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]],883:["883",0,"(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?",[9,10,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[35]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]],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 Cc(t,n){var e=Array.prototype.slice.call(n);return e.push(kc),t.apply(this,e)}function Tr(t){return Tr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},Tr(t)}function Ui(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Oc(t,n,e){return n&&Ui(t.prototype,n),e&&Ui(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function Ec(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function Sc(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),n&&hn(t,n)}function Tc(t){var n=Gi();return function(){var e=pn(t),o;if(n){var a=pn(this).constructor;o=Reflect.construct(e,arguments,a)}else o=e.apply(this,arguments);return xc(this,o)}}function xc(t,n){if(n&&(Tr(n)==="object"||typeof n=="function"))return n;if(n!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ki(t)}function Ki(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function xr(t){var n=typeof Map=="function"?new Map:void 0;return xr=function(e){if(e===null||!Nc(e))return e;if(typeof e!="function")throw new TypeError("Super expression must either be null or a function");if(typeof n<"u"){if(n.has(e))return n.get(e);n.set(e,o)}function o(){return Hn(e,arguments,pn(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),hn(o,e)},xr(t)}function Hn(t,n,e){return Gi()?Hn=Reflect.construct:Hn=function(o,a,r){var d=[null];d.push.apply(d,a);var s=Function.bind.apply(o,d),f=new s;return r&&hn(f,r.prototype),f},Hn.apply(null,arguments)}function Gi(){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 Nc(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function hn(t,n){return hn=Object.setPrototypeOf||function(e,o){return e.__proto__=o,e},hn(t,n)}function pn(t){return pn=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},pn(t)}var Mt=function(t){Sc(e,t);var n=Tc(e);function e(o){var a;return Ec(this,e),a=n.call(this,o),Object.setPrototypeOf(Ki(a),e.prototype),a.name=a.constructor.name,a}return Oc(e)}(xr(Error)),Nr=2,Ac=17,Dc=3,Pt="0-90-9٠-٩۰-۹",Ic="-‐-―−ー-",Mc="//",Pc="..",Bc="  ­​⁠ ",Lc="()()[]\\[\\]",Rc="~⁓∼~",zn="".concat(Ic).concat(Mc).concat(Pc).concat(Bc).concat(Lc).concat(Rc),Ar="++";function Yi(t,n){t=t.split("-"),n=n.split("-");for(var e=t[0].split("."),o=n[0].split("."),a=0;a<3;a++){var r=Number(e[a]),d=Number(o[a]);if(r>d)return 1;if(d>r)return-1;if(!isNaN(r)&&isNaN(d))return 1;if(isNaN(r)&&!isNaN(d))return-1}return t[1]&&n[1]?t[1]>n[1]?1:t[1]<n[1]?-1:0:!t[1]&&n[1]?1:t[1]&&!n[1]?-1:0}function Un(t){return Un=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},Un(t)}function Kn(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function Wi(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Gn(t,n,e){return n&&Wi(t.prototype,n),e&&Wi(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var jc="1.2.0",Vc="1.7.35",Zi=" ext. ",qc=/^\d+$/,ct=function(){function t(n){Kn(this,t),Uc(n),this.metadata=n,Qi.call(this,n)}return Gn(t,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(n){return n!=="001"})}},{key:"getCountryMetadata",value:function(n){return this.metadata.countries[n]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(n){return this.getCountryMetadata(n)!==void 0}},{key:"hasCallingCode",value:function(n){if(this.getCountryCodesForCallingCode(n))return!0;if(this.nonGeographic()){if(this.nonGeographic()[n])return!0}else{var e=this.countryCallingCodes()[n];if(e&&e.length===1&&e[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(n){return this.nonGeographic()?!!this.nonGeographic()[n]:!this.getCountryCodesForCallingCode(n)}},{key:"country",value:function(n){return this.selectNumberingPlan(n)}},{key:"selectNumberingPlan",value:function(n,e){if(n&&qc.test(n)&&(e=n,n=null),n&&n!=="001"){if(!this.hasCountry(n))throw new Error("Unknown country: ".concat(n));this.numberingPlan=new Ji(this.getCountryMetadata(n),this)}else if(e){if(!this.hasCallingCode(e))throw new Error("Unknown calling code: ".concat(e));this.numberingPlan=new Ji(this.getNumberingPlanMetadata(e),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(n){var e=this.countryCallingCodes()[n];if(e)return e.length===1&&e[0].length===3?void 0:e}},{key:"getCountryCodeForCallingCode",value:function(n){var e=this.getCountryCodesForCallingCode(n);if(e)return e[0]}},{key:"getNumberingPlanMetadata",value:function(n){var e=this.getCountryCodeForCallingCode(n);if(e)return this.getCountryMetadata(e);if(this.nonGeographic()){var o=this.nonGeographic()[n];if(o)return o}else{var a=this.countryCallingCodes()[n];if(a&&a.length===1&&a[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(n){return this.numberingPlan.type(n)}},{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(n){return this.selectNumberingPlan(n)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),t}(),Ji=function(){function t(n,e){Kn(this,t),this.globalMetadataObject=e,this.metadata=n,Qi.call(this,e.metadata)}return Gn(t,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(n){return n[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var n=this,e=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return e.map(function(o){return new Fc(o,n)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(n){return n[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(n){if(this.hasTypes()&&Xi(this.types(),n))return new zc(Xi(this.types(),n),this)}},{key:"ext",value:function(){return this.v1||this.v2?Zi:this.metadata[13]||Zi}}]),t}(),Fc=function(){function t(n,e){Kn(this,t),this._format=n,this.metadata=e}return Gn(t,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!Hc.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),t}(),Hc=/^\(?\$1\)?$/,zc=function(){function t(n,e){Kn(this,t),this.type=n,this.metadata=e}return Gn(t,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),t}();function Xi(t,n){switch(n){case"FIXED_LINE":return t[0];case"MOBILE":return t[1];case"TOLL_FREE":return t[2];case"PREMIUM_RATE":return t[3];case"PERSONAL_NUMBER":return t[4];case"VOICEMAIL":return t[5];case"UAN":return t[6];case"PAGER":return t[7];case"VOIP":return t[8];case"SHARED_COST":return t[9]}}function Uc(t){if(!t)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Dr(t)||!Dr(t.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(Dr(t)?"an object of shape: { "+Object.keys(t).join(", ")+" }":"a "+Kc(t)+": "+t,"."))}var Dr=function(t){return Un(t)==="object"},Kc=function(t){return Un(t)};function Ir(t,n){if(n=new ct(n),n.hasCountry(t))return n.country(t).countryCallingCode();throw new Error("Unknown country: ".concat(t))}function Gc(t,n){return n.countries[t]!==void 0}function Qi(t){var n=t.version;typeof n=="number"?(this.v1=n===1,this.v2=n===2,this.v3=n===3,this.v4=n===4):n?Yi(n,jc)===-1?this.v2=!0:Yi(n,Vc)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var Yc=";ext=",Qt=function(t){return"([".concat(Pt,"]{1,").concat(t,"})")};function eo(t){var n="20",e="15",o="9",a="6",r="[  \\t,]*",d="[:\\..]?[  \\t,-]*",s="#?",f="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",h="(?:[xx##~~]|int|int)",p="[- ]+",u="[  \\t]*",l="(?:,{2}|;)",c=Yc+Qt(n),_=r+f+d+Qt(n)+s,v=r+h+d+Qt(o)+s,b=p+Qt(a)+"#",g=u+l+d+Qt(e)+s,y=u+"(?:,)+"+d+Qt(o)+s;return c+"|"+_+"|"+v+"|"+b+"|"+g+"|"+y}var Wc="["+Pt+"]{"+Nr+"}",Zc="["+Ar+"]{0,1}(?:["+zn+"]*["+Pt+"]){3,}["+zn+Pt+"]*",Jc=new RegExp("^["+Ar+"]{0,1}(?:["+zn+"]*["+Pt+"]){1,2}$","i"),Xc=Zc+"(?:"+eo()+")?",Qc=new RegExp("^"+Wc+"$|^"+Xc+"$","i");function to(t){return t.length>=Nr&&Qc.test(t)}function eu(t){return Jc.test(t)}var no=new RegExp("(?:"+eo()+")$","i");function tu(t){var n=t.search(no);if(n<0)return{};for(var e=t.slice(0,n),o=t.match(no),a=1;a<o.length;){if(o[a])return{number:e,ext:o[a]};a++}}var nu={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 ru(t){return nu[t]}function iu(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=ou(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
83
83
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ou(t,n){if(t){if(typeof t=="string")return ro(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return ro(t,n)}}function ro(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function io(t){for(var n="",e=iu(t.split("")),o;!(o=e()).done;){var a=o.value;n+=au(a,n)||""}return n}function au(t,n){return t==="+"?n?void 0:"+":ru(t)}function lu(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=su(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
84
84
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function su(t,n){if(t){if(typeof t=="string")return oo(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return oo(t,n)}}function oo(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function du(t,n){for(var e=t.slice(),o=lu(n),a;!(a=o()).done;){var r=a.value;t.indexOf(r)<0&&e.push(r)}return e.sort(function(d,s){return d-s})}function Mr(t,n){return ao(t,void 0,n)}function ao(t,n,e){var o=e.type(n),a=o&&o.possibleLengths()||e.possibleLengths();if(!a)return"IS_POSSIBLE";if(n==="FIXED_LINE_OR_MOBILE"){if(!e.type("FIXED_LINE"))return ao(t,"MOBILE",e);var r=e.type("MOBILE");r&&(a=du(a,r.possibleLengths()))}else if(n&&!o)return"INVALID_LENGTH";var d=t.length,s=a[0];return s===d?"IS_POSSIBLE":s>d?"TOO_SHORT":a[a.length-1]<d?"TOO_LONG":a.indexOf(d,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function cu(t,n,e){if(n===void 0&&(n={}),e=new ct(e),n.v2){if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");e.selectNumberingPlan(t.countryCallingCode)}else{if(!t.phone)return!1;if(t.country){if(!e.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));e.country(t.country)}else{if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");e.selectNumberingPlan(t.countryCallingCode)}}if(e.possibleLengths())return lo(t.phone||t.nationalNumber,e);if(t.countryCallingCode&&e.isNonGeographicCallingCode(t.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function lo(t,n){switch(Mr(t,n)){case"IS_POSSIBLE":return!0;default:return!1}}function uu(t,n){return pu(t)||hu(t,n)||so(t,n)||fu()}function fu(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
85
85
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function hu(t,n){var e=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e!=null){var o=[],a=!0,r=!1,d,s;try{for(e=e.call(t);!(a=(d=e.next()).done)&&(o.push(d.value),!(n&&o.length===n));a=!0);}catch(f){r=!0,s=f}finally{try{!a&&e.return!=null&&e.return()}finally{if(r)throw s}}return o}}function pu(t){if(Array.isArray(t))return t}function mu(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=so(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
86
86
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function so(t,n){if(t){if(typeof t=="string")return co(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return co(t,n)}}function co(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function gu(t){var n,e;t=t.replace(/^tel:/,"tel=");for(var o=mu(t.split(";")),a;!(a=o()).done;){var r=a.value,d=r.split("="),s=uu(d,2),f=s[0],h=s[1];switch(f){case"tel":n=h;break;case"ext":e=h;break;case"phone-context":h[0]==="+"&&(n=h+n);break}}if(!to(n))return{};var p={number:n};return e&&(p.ext=e),p}function yu(t){var n=t.number,e=t.ext;if(!n)return"";if(n[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(n).concat(e?";ext="+e:"")}function Et(t,n){return t=t||"",new RegExp("^(?:"+n+")$").test(t)}function vu(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=bu(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
87
87
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function bu(t,n){if(t){if(typeof t=="string")return uo(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return uo(t,n)}}function uo(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}var _u=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Pr(t,n,e){if(n=n||{},!!t.country){e=new ct(e),e.selectNumberingPlan(t.country,t.countryCallingCode);var o=n.v2?t.nationalNumber:t.phone;if(Et(o,e.nationalNumberPattern())){if(Br(o,"FIXED_LINE",e))return e.type("MOBILE")&&e.type("MOBILE").pattern()===""||!e.type("MOBILE")||Br(o,"MOBILE",e)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var a=vu(_u),r;!(r=a()).done;){var d=r.value;if(Br(o,d,e))return d}}}}function Br(t,n,e){return n=e.type(n),!n||!n.pattern()||n.possibleLengths()&&n.possibleLengths().indexOf(t.length)<0?!1:Et(t,n.pattern())}function $u(t,n,e){if(n=n||{},e=new ct(e),!t.country)return!1;if(e.selectNumberingPlan(t.country,t.countryCallingCode),e.hasTypes())return Pr(t,n,e.metadata)!==void 0;var o=n.v2?t.nationalNumber:t.phone;return Et(o,e.nationalNumberPattern())}function wu(t){return t.replace(new RegExp("[".concat(zn,"]+"),"g")," ").trim()}var ku=/(\$\d)/;function Cu(t,n,e){var o=e.useInternationalFormat,a=e.withNationalPrefix;e.carrierCode,e.metadata;var r=t.replace(new RegExp(n.pattern()),o?n.internationalFormat():a&&n.nationalPrefixFormattingRule()?n.format().replace(ku,n.nationalPrefixFormattingRule()):n.format());return o?wu(r):r}var Ou=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Eu(t,n,e){var o=new ct(e);if(o.selectNumberingPlan(t,n),o.defaultIDDPrefix())return o.defaultIDDPrefix();if(Ou.test(o.IDDPrefix()))return o.IDDPrefix()}function Su(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=Tu(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
88
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Tu(t,n){if(t){if(typeof t=="string")return fo(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return fo(t,n)}}function fo(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function ho(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function po(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?ho(Object(e),!0).forEach(function(o){Nu(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):ho(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function Nu(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}var mo={formatExtension:function(t,n,e){return"".concat(t).concat(e.ext()).concat(n)}};function xu(t,n,e,o){if(e?e=po(po({},mo),e):e=mo,o=new ct(o),t.country&&t.country!=="001"){if(!o.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));o.country(t.country)}else if(t.countryCallingCode)o.selectNumberingPlan(t.countryCallingCode);else return t.phone||"";var a=o.countryCallingCode(),r=e.v2?t.nationalNumber:t.phone,d;switch(n){case"NATIONAL":return r?(d=Yn(r,t.carrierCode,"NATIONAL",o,e),Lr(d,t.ext,o,e.formatExtension)):"";case"INTERNATIONAL":return r?(d=Yn(r,null,"INTERNATIONAL",o,e),d="+".concat(a," ").concat(d),Lr(d,t.ext,o,e.formatExtension)):"+".concat(a);case"E.164":return"+".concat(a).concat(r);case"RFC3966":return yu({number:"+".concat(a).concat(r),ext:t.ext});case"IDD":if(!e.fromCountry)return;var s=Du(r,t.carrierCode,a,e.fromCountry,o);return Lr(s,t.ext,o,e.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n,'"'))}}function Yn(t,n,e,o,a){var r=Au(o.formats(),t);return r?Cu(t,r,{useInternationalFormat:e==="INTERNATIONAL",withNationalPrefix:!(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&a&&a.nationalPrefix===!1),carrierCode:n,metadata:o}):t}function Au(t,n){for(var e=Su(t),o;!(o=e()).done;){var a=o.value;if(a.leadingDigitsPatterns().length>0){var r=a.leadingDigitsPatterns()[a.leadingDigitsPatterns().length-1];if(n.search(r)!==0)continue}if(Et(n,a.pattern()))return a}}function Lr(t,n,e,o){return n?o(t,n,e):t}function Du(t,n,e,o,a){var r=Ir(o,a.metadata);if(r===e){var d=Yn(t,n,"NATIONAL",a);return e==="1"?e+" "+d:d}var s=Eu(o,void 0,a.metadata);if(s)return"".concat(s," ").concat(e," ").concat(Yn(t,null,"INTERNATIONAL",a))}function go(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function yo(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?go(Object(e),!0).forEach(function(o){Iu(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):go(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function Iu(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Mu(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function vo(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Pu(t,n,e){return n&&vo(t.prototype,n),e&&vo(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var Bu=function(){function t(n,e,o){if(Mu(this,t),!n)throw new TypeError("`country` or `countryCallingCode` not passed");if(!e)throw new TypeError("`nationalNumber` not passed");if(!o)throw new TypeError("`metadata` not passed");var a=new ct(o);Lu(n)&&(this.country=n,a.country(n),n=a.countryCallingCode()),this.countryCallingCode=n,this.nationalNumber=e,this.number="+"+this.countryCallingCode+this.nationalNumber,this.metadata=o}return Pu(t,[{key:"setExt",value:function(n){this.ext=n}},{key:"isPossible",value:function(){return cu(this,{v2:!0},this.metadata)}},{key:"isValid",value:function(){return $u(this,{v2:!0},this.metadata)}},{key:"isNonGeographic",value:function(){var n=new ct(this.metadata);return n.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(n){return this.number===n.number&&this.ext===n.ext}},{key:"getType",value:function(){return Pr(this,{v2:!0},this.metadata)}},{key:"format",value:function(n,e){return xu(this,n,e?yo(yo({},e),{},{v2:!0}):{v2:!0},this.metadata)}},{key:"formatNational",value:function(n){return this.format("NATIONAL",n)}},{key:"formatInternational",value:function(n){return this.format("INTERNATIONAL",n)}},{key:"getURI",value:function(n){return this.format("RFC3966",n)}}]),t}(),Lu=function(t){return/^[A-Z]{2}$/.test(t)},Ru=new RegExp("(["+Pt+"])");function ju(t,n,e,o){if(n){var a=new ct(o);a.selectNumberingPlan(n,e);var r=new RegExp(a.IDDPrefix());if(t.search(r)===0){t=t.slice(t.match(r)[0].length);var d=t.match(Ru);if(!(d&&d[1]!=null&&d[1].length>0&&d[1]==="0"))return t}}}function Vu(t,n){if(t&&n.numberingPlan.nationalPrefixForParsing()){var e=new RegExp("^(?:"+n.numberingPlan.nationalPrefixForParsing()+")"),o=e.exec(t);if(o){var a,r,d=o.length-1,s=d>0&&o[d];if(n.nationalPrefixTransformRule()&&s)a=t.replace(e,n.nationalPrefixTransformRule()),d>1&&(r=o[1]);else{var f=o[0];a=t.slice(f.length),s&&(r=o[1])}var h;if(s){var p=t.indexOf(o[1]),u=t.slice(0,p);u===n.numberingPlan.nationalPrefix()&&(h=n.numberingPlan.nationalPrefix())}else h=o[0];return{nationalNumber:a,nationalPrefix:h,carrierCode:r}}}return{nationalNumber:t}}function Rr(t,n){var e=Vu(t,n),o=e.carrierCode,a=e.nationalNumber;if(a!==t){if(!qu(t,a,n))return{nationalNumber:t};if(n.possibleLengths()&&!Fu(a,n))return{nationalNumber:t}}return{nationalNumber:a,carrierCode:o}}function qu(t,n,e){return!(Et(t,e.nationalNumberPattern())&&!Et(n,e.nationalNumberPattern()))}function Fu(t,n){switch(Mr(t,n)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function Hu(t,n,e,o){var a=n?Ir(n,o):e;if(t.indexOf(a)===0){o=new ct(o),o.selectNumberingPlan(n,e);var r=t.slice(a.length),d=Rr(r,o),s=d.nationalNumber,f=Rr(t,o),h=f.nationalNumber;if(!Et(h,o.nationalNumberPattern())&&Et(s,o.nationalNumberPattern())||Mr(h,o)==="TOO_LONG")return{countryCallingCode:a,number:r}}return{number:t}}function zu(t,n,e,o){if(!t)return{};if(t[0]!=="+"){var a=ju(t,n,e,o);if(a&&a!==t)t="+"+a;else{if(n||e){var r=Hu(t,n,e,o),d=r.countryCallingCode,s=r.number;if(d)return{countryCallingCode:d,number:s}}return{number:t}}}if(t[1]==="0")return{};o=new ct(o);for(var f=2;f-1<=Dc&&f<=t.length;){var h=t.slice(1,f);if(o.hasCallingCode(h))return o.selectNumberingPlan(h),{countryCallingCode:h,number:t.slice(f)};f++}return{}}function Uu(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=Ku(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
89
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ku(t,n){if(t){if(typeof t=="string")return bo(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return bo(t,n)}}function bo(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function Gu(t,n,e){var o=e.getCountryCodesForCallingCode(t);if(o)return o.length===1?o[0]:Yu(o,n,e.metadata)}function Yu(t,n,e){e=new ct(e);for(var o=Uu(t),a;!(a=o()).done;){var r=a.value;if(e.country(r),e.leadingDigits()){if(n&&n.search(e.leadingDigits())===0)return r}else if(Pr({phone:n,country:r},void 0,e.metadata))return r}}var Wu=250,Zu=new RegExp("["+Ar+Pt+"]"),Ju=new RegExp("[^"+Pt+"#]+$");function Xu(t,n,e){if(n=n||{},e=new ct(e),n.defaultCountry&&!e.hasCountry(n.defaultCountry))throw n.v2?new Mt("INVALID_COUNTRY"):new Error("Unknown country: ".concat(n.defaultCountry));var o=ef(t,n.v2,n.extract),a=o.number,r=o.ext,d=o.error;if(!a){if(n.v2)throw d==="TOO_SHORT"?new Mt("TOO_SHORT"):new Mt("NOT_A_NUMBER");return{}}var s=nf(a,n.defaultCountry,n.defaultCallingCode,e),f=s.country,h=s.nationalNumber,p=s.countryCallingCode,u=s.carrierCode;if(!e.hasSelectedNumberingPlan()){if(n.v2)throw new Mt("INVALID_COUNTRY");return{}}if(!h||h.length<xr){if(n.v2)throw new Mt("TOO_SHORT");return{}}if(h.length>Ac){if(n.v2)throw new Mt("TOO_LONG");return{}}if(n.v2){var l=new Bu(p,h,e.metadata);return f&&(l.country=f),u&&(l.carrierCode=u),r&&(l.ext=r),l}var c=(n.extended?e.hasSelectedNumberingPlan():f)?Et(h,e.nationalNumberPattern()):!1;return n.extended?{country:f,countryCallingCode:p,carrierCode:u,valid:c,possible:c?!0:!!(n.extended===!0&&e.possibleLengths()&&lo(h,e)),phone:h,ext:r}:c?tf(f,h,r):{}}function Qu(t,n,e){if(t){if(t.length>Wu){if(e)throw new Mt("TOO_LONG");return}if(n===!1)return t;var o=t.search(Zu);if(!(o<0))return t.slice(o).replace(Ju,"")}}function ef(t,n,e){if(t&&t.indexOf("tel:")===0)return gu(t);var o=Qu(t,e,n);if(!o)return{};if(!to(o))return eu(o)?{error:"TOO_SHORT"}:{};var a=tu(o);return a.ext?a:{number:o}}function tf(t,n,e){var o={country:t,phone:n};return e&&(o.ext=e),o}function nf(t,n,e,o){var a=zu(io(t),n,e,o.metadata),r=a.countryCallingCode,d=a.number,s;if(r)o.selectNumberingPlan(r);else if(d&&(n||e))o.selectNumberingPlan(n,e),n&&(s=n),r=e||Ir(n,o.metadata);else return{};if(!d)return{countryCallingCode:r};var f=Rr(io(d),o),h=f.nationalNumber,p=f.carrierCode,u=Gu(r,h,o);return u&&(s=u,u==="001"||o.country(s)),{country:s,countryCallingCode:r,nationalNumber:h,carrierCode:p}}function _o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function $o(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?_o(Object(e),!0).forEach(function(o){rf(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):_o(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function rf(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function of(t,n,e){return Xu(t,$o($o({},n),{},{v2:!0}),e)}function jr(t){return jr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},jr(t)}function wo(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function af(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?wo(Object(e),!0).forEach(function(o){lf(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):wo(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function lf(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function sf(t,n){return ff(t)||uf(t,n)||cf(t,n)||df()}function df(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
90
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function cf(t,n){if(t){if(typeof t=="string")return ko(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return ko(t,n)}}function ko(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function uf(t,n){var e=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e!=null){var o=[],a=!0,r=!1,d,s;try{for(e=e.call(t);!(a=(d=e.next()).done)&&(o.push(d.value),!(n&&o.length===n));a=!0);}catch(f){r=!0,s=f}finally{try{!a&&e.return!=null&&e.return()}finally{if(r)throw s}}return o}}function ff(t){if(Array.isArray(t))return t}function hf(t){var n=Array.prototype.slice.call(t),e=sf(n,4),o=e[0],a=e[1],r=e[2],d=e[3],s,f,h;if(typeof o=="string")s=o;else throw new TypeError("A text for parsing must be a string.");if(!a||typeof a=="string")d?(f=r,h=d):(f=void 0,h=r),a&&(f=af({defaultCountry:a},f));else if(pf(a))r?(f=a,h=r):h=a;else throw new Error("Invalid second argument: ".concat(a));return{text:s,options:f,metadata:h}}var pf=function(t){return jr(t)==="object"};function Co(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function Oo(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?Co(Object(e),!0).forEach(function(o){mf(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Co(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function mf(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function gf(t,n,e){n&&n.defaultCountry&&!Gc(n.defaultCountry,e)&&(n=Oo(Oo({},n),{},{defaultCountry:void 0}));try{return of(t,n,e)}catch(o){if(!(o instanceof Mt))throw o}}function yf(){var t=hf(arguments),n=t.text,e=t.options,o=t.metadata;return gf(n,e,o)}function Vr(){return Cc(yf,arguments)}const vf={beforeMount(t,n,e){if(typeof n.value!="function"){const o=e.context.name;let a=`[Vue-click-outside:] provided expression ${n.expression} is not a function, but has to be`;o&&(a+=`Found in component ${o}`),console.warn(a)}t.clickOutsideEvent=function(o){t===o.target||t.contains(o.target)||n.value(o,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}},bf=(t,n)=>{const e=t.__vccOpts||t;for(const[o,a]of n)e[o]=a;return e};function et(t){const n=zi.options[t];return typeof n>"u"?zi.options[t]:n}const _f={name:"VueTelInput",directives:{clickOutside:vf},props:{modelValue:{type:String,default:""},allCountries:{type:Array,default:()=>et("allCountries")},autoFormat:{type:Boolean,default:()=>et("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>et("customValidate")},defaultCountry:{type:[String,Number],default:()=>et("defaultCountry")},disabled:{type:Boolean,default:()=>et("disabled")},autoDefaultCountry:{type:Boolean,default:()=>et("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>et("dropdownOptions")},ignoredCountries:{type:Array,default:()=>et("ignoredCountries")},inputOptions:{type:Object,default:()=>et("inputOptions")},invalidMsg:{type:String,default:()=>et("invalidMsg")},mode:{type:String,default:()=>et("mode")},onlyCountries:{type:Array,default:()=>et("onlyCountries")},preferredCountries:{type:Array,default:()=>et("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>et("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>et("styleClasses")}},data(){return{phone:"",activeCountryCode:"",open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:null,dropdownOpenDirection:"below",parsedPlaceholder:this.inputOptions.placeholder,searchQuery:""}},computed:{activeCountry(){return this.findCountry(this.activeCountryCode)},parsedMode(){return this.mode==="auto"?!this.phone||this.phone[0]!=="+"?"national":"international":["international","national"].includes(this.mode)?this.mode:(console.error('Invalid value of prop "mode"'),"international")},filteredCountries(){return this.onlyCountries.length?this.allCountries.filter(({iso2:t})=>this.onlyCountries.some(n=>n.toUpperCase()===t)):this.ignoredCountries.length?this.allCountries.filter(({iso2:t})=>!this.ignoredCountries.includes(t.toUpperCase())&&!this.ignoredCountries.includes(t.toLowerCase())):this.allCountries},sortedCountries(){const t=[...this.getCountries(this.preferredCountries).map(n=>({...n,preferred:!0})),...this.filteredCountries];return this.dropdownOptions.showSearchBox?t.filter(n=>new RegExp(this.searchQuery,"i").test(n.name)||new RegExp(this.searchQuery,"i").test(n.iso2)||new RegExp(this.searchQuery,"i").test(n.dialCode)):t},phoneObject(){var t,n,e;let o;((t=this.phone)==null?void 0:t[0])==="+"?o=Vr(this.phone)||{}:o=Vr(this.phone,this.activeCountryCode)||{};const{metadata:a,...r}=o;let d=(n=o.isValid)==null?void 0:n.call(o),s=this.phone;return d&&(s=(e=o.format)==null?void 0:e.call(o,this.parsedMode.toUpperCase())),o.country&&(this.ignoredCountries.length||this.onlyCountries.length)&&(this.findCountry(o.country)||(d=!1,Object.assign(o,{country:null}))),Object.assign(r,{countryCode:o.country,valid:d,country:this.activeCountry,formatted:s}),r}},watch:{activeCountry(t,n){if(!t&&n!=null&&n.iso2){this.activeCountryCode=n.iso2;return}t!=null&&t.iso2&&this.$emit("country-changed",t)},"phoneObject.countryCode":function(t){this.activeCountryCode=t||""},"phoneObject.valid":function(){this.$emit("validate",this.phoneObject)},"phoneObject.formatted":function(t){!this.autoFormat||this.customValidate||(this.emitInput(t),this.$nextTick(()=>{t&&!this.modelValue&&(this.phone=t)}))},"inputOptions.placeholder":function(){this.resetPlaceholder()},modelValue(t,n){this.testCharacters()?this.phone=t:this.$nextTick(()=>{this.phone=n,this.onInput()})},open(t){t?(this.setDropdownPosition(),this.$emit("open")):this.$emit("close")}},mounted(){this.modelValue&&(this.phone=this.modelValue.trim()),this.cleanInvalidCharacters(),this.initializeCountry().then(()=>{var t;!this.phone&&(t=this.inputOptions)!=null&&t.showDialCode&&this.activeCountryCode&&(this.phone=`+${this.activeCountryCode}`),this.$emit("validate",this.phoneObject)}).catch(console.error).then(()=>{this.finishMounted=!0})},methods:{resetPlaceholder(){this.parsedPlaceholder=this.inputOptions.placeholder},initializeCountry(){return new Promise(t=>{var n;if(((n=this.phone)==null?void 0:n[0])==="+"){t();return}if(this.defaultCountry){if(typeof this.defaultCountry=="string"){this.choose(this.defaultCountry),t();return}if(typeof this.defaultCountry=="number"){const o=this.findCountryByDialCode(this.defaultCountry);if(o){this.choose(o.iso2),t();return}}}const e=this.preferredCountries[0]||this.filteredCountries[0];this.autoDefaultCountry?bc().then(o=>{this.choose(o||this.activeCountryCode)}).catch(o=>{console.warn(o),this.choose(e)}).then(()=>{t()}):(this.choose(e),t())})},getCountries(t=[]){return t.map(n=>this.findCountry(n)).filter(Boolean)},findCountry(t=""){return this.filteredCountries.find(n=>n.iso2===t.toUpperCase())},findCountryByDialCode(t){return this.filteredCountries.find(n=>Number(n.dialCode)===t)},getItemClass(t,n){const e=this.selectedIndex===t,o=t===this.preferredCountries.length-1,a=this.preferredCountries.some(r=>r.toUpperCase()===n);return{highlighted:e,"last-preferred":o,preferred:a}},choose(t){var n,e;let o=t;if(typeof o=="string"&&(o=this.findCountry(o)),!!o){if(((n=this.phone)==null?void 0:n[0])==="+"&&o.iso2&&this.phoneObject.nationalNumber){this.activeCountryCode=o.iso2,this.phone=Vr(this.phoneObject.nationalNumber,o.iso2).formatInternational();return}if((e=this.inputOptions)!=null&&e.showDialCode&&o){this.phone=`+${o.dialCode}`,this.activeCountryCode=o.iso2||"";return}this.activeCountryCode=o.iso2||"",this.emitInput(this.phone)}},cleanInvalidCharacters(){const t=this.phone;if(this.validCharactersOnly){const n=this.phone.match(/[()\-+0-9\s]*/g);this.phone=n.join("")}if(this.customValidate&&this.customValidate instanceof RegExp){const n=this.phone.match(this.customValidate);this.phone=n.join("")}t!==this.phone&&this.emitInput(this.phone)},testCharacters(){return this.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(this.phone)?!1:this.customValidate?this.testCustomValidate():!0},testCustomValidate(){return this.customValidate instanceof RegExp?this.customValidate.test(this.phone):!1},onInput(){this.$refs.input.setCustomValidity(this.phoneObject.valid?"":this.invalidMsg),this.emitInput(this.phone)},emitInput(t){this.$emit("update:modelValue",t),this.$emit("on-input",t,this.phoneObject,this.$refs.input)},onBlur(){this.$emit("blur")},onFocus(){_c(this.$refs.input,this.phone.length),this.$emit("focus")},onEnter(){this.$emit("enter")},onSpace(){this.$emit("space")},focus(){this.$refs.input.focus()},toggleDropdown(){this.disabled||this.dropdownOptions.disabled||(this.searchQuery="",this.open=!this.open)},clickedOutside(){this.open=!1},keyboardNav(t){if(t.keyCode===40){t.preventDefault(),this.open=!0,this.selectedIndex===null?this.selectedIndex=0:this.selectedIndex=Math.min(this.sortedCountries.length-1,this.selectedIndex+1);const n=this.$refs.list.children[this.selectedIndex];n.focus(),n.offsetTop+n.clientHeight>this.$refs.list.scrollTop+this.$refs.list.clientHeight&&(this.$refs.list.scrollTop=n.offsetTop-this.$refs.list.clientHeight+n.clientHeight)}else if(t.keyCode===38){t.preventDefault(),this.open=!0,this.selectedIndex===null?this.selectedIndex=this.sortedCountries.length-1:this.selectedIndex=Math.max(0,this.selectedIndex-1);const n=this.$refs.list.children[this.selectedIndex];n.focus(),n.offsetTop<this.$refs.list.scrollTop&&(this.$refs.list.scrollTop=n.offsetTop)}else if(t.keyCode===13)this.selectedIndex!==null&&this.choose(this.sortedCountries[this.selectedIndex]),this.open=!this.open;else{this.typeToFindInput+=t.key,clearTimeout(this.typeToFindTimer),this.typeToFindTimer=setTimeout(()=>{this.typeToFindInput=""},700);const n=this.sortedCountries.slice(this.preferredCountries.length).findIndex(e=>e.name.toLowerCase().startsWith(this.typeToFindInput));if(n>=0){this.selectedIndex=this.preferredCountries.length+n;const e=this.$refs.list.children[this.selectedIndex],o=e.offsetTop<this.$refs.list.scrollTop,a=e.offsetTop+e.clientHeight>this.$refs.list.scrollTop+this.$refs.list.clientHeight;(o||a)&&(this.$refs.list.scrollTop=e.offsetTop-this.$refs.list.clientHeight/2)}}},reset(){this.selectedIndex=this.sortedCountries.map(t=>t.iso2).indexOf(this.activeCountryCode),this.open=!1},setDropdownPosition(){window.innerHeight-this.$el.getBoundingClientRect().bottom>200?this.dropdownOpenDirection="below":this.dropdownOpenDirection="above"}}},$f=["aria-expanded","tabindex"],wf={class:"vti__selection"},kf={key:1,class:"vti__country-code"},Cf={class:"vti__dropdown-arrow"},Of=["placeholder"],Ef=["onClick","onMousemove","aria-selected"],Sf={key:1},Tf=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"];function Nf(t,n,e,o,a,r){const d=i.resolveDirective("click-outside");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["vue-tel-input",e.styleClasses,{disabled:e.disabled}])},[i.withDirectives((i.openBlock(),i.createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":a.open,role:"button",class:i.normalizeClass(["vti__dropdown",{open:a.open,disabled:e.dropdownOptions.disabled}]),tabindex:e.dropdownOptions.tabindex,onKeydown:[n[2]||(n[2]=(...s)=>r.keyboardNav&&r.keyboardNav(...s)),n[4]||(n[4]=i.withKeys((...s)=>r.toggleDropdown&&r.toggleDropdown(...s),["space"])),n[5]||(n[5]=i.withKeys((...s)=>r.reset&&r.reset(...s),["esc"])),n[6]||(n[6]=i.withKeys((...s)=>r.reset&&r.reset(...s),["tab"]))],onClick:n[3]||(n[3]=(...s)=>r.toggleDropdown&&r.toggleDropdown(...s))},[i.createElementVNode("span",wf,[e.dropdownOptions.showFlags?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["vti__flag",a.activeCountryCode.toLowerCase()])},null,2)):i.createCommentVNode("",!0),e.dropdownOptions.showDialCodeInSelection?(i.openBlock(),i.createElementBlock("span",kf," +"+i.toDisplayString(r.activeCountry&&r.activeCountry.dialCode),1)):i.createCommentVNode("",!0),i.renderSlot(t.$slots,"arrow-icon",{open:a.open},()=>[i.createElementVNode("span",Cf,i.toDisplayString(a.open?"▲":"▼"),1)])]),a.open?(i.openBlock(),i.createElementBlock("ul",{key:0,ref:"list",class:i.normalizeClass(["vti__dropdown-list",a.dropdownOpenDirection]),role:"listbox"},[e.dropdownOptions.showSearchBox?i.withDirectives((i.openBlock(),i.createElementBlock("input",{key:0,class:"vti__input vti__search_box","aria-label":"Search by country name or country code",placeholder:r.sortedCountries.length?r.sortedCountries[0].name:"",type:"text","onUpdate:modelValue":n[0]||(n[0]=s=>a.searchQuery=s),onClick:n[1]||(n[1]=i.withModifiers(()=>{},["stop"]))},null,8,Of)),[[i.vModelText,a.searchQuery]]):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.sortedCountries,(s,f)=>(i.openBlock(),i.createElementBlock("li",{role:"option",class:i.normalizeClass(["vti__dropdown-item",r.getItemClass(f,s.iso2)]),key:s.iso2+(s.preferred?"-preferred":""),tabindex:"-1",onClick:h=>r.choose(s),onMousemove:h=>a.selectedIndex=f,"aria-selected":a.activeCountryCode===s.iso2&&!s.preferred},[e.dropdownOptions.showFlags?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["vti__flag",s.iso2.toLowerCase()])},null,2)):i.createCommentVNode("",!0),i.createElementVNode("strong",null,i.toDisplayString(s.name),1),e.dropdownOptions.showDialCodeInList?(i.openBlock(),i.createElementBlock("span",Sf," +"+i.toDisplayString(s.dialCode),1)):i.createCommentVNode("",!0)],42,Ef))),128))],2)):i.createCommentVNode("",!0)],42,$f)),[[d,r.clickedOutside]]),i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":n[7]||(n[7]=s=>a.phone=s),ref:"input",type:e.inputOptions.type,autocomplete:e.inputOptions.autocomplete,autofocus:e.inputOptions.autofocus,class:i.normalizeClass(["vti__input",e.inputOptions.styleClasses]),disabled:e.disabled,id:e.inputOptions.id,maxlength:e.inputOptions.maxlength,name:e.inputOptions.name,placeholder:a.parsedPlaceholder,readonly:e.inputOptions.readonly,required:e.inputOptions.required,tabindex:e.inputOptions.tabindex,value:e.modelValue,"aria-describedby":e.inputOptions["aria-describedby"],onBlur:n[8]||(n[8]=(...s)=>r.onBlur&&r.onBlur(...s)),onFocus:n[9]||(n[9]=(...s)=>r.onFocus&&r.onFocus(...s)),onInput:n[10]||(n[10]=(...s)=>r.onInput&&r.onInput(...s)),onKeyup:[n[11]||(n[11]=i.withKeys((...s)=>r.onEnter&&r.onEnter(...s),["enter"])),n[12]||(n[12]=i.withKeys((...s)=>r.onSpace&&r.onSpace(...s),["space"]))]},null,42,Tf),[[i.vModelDynamic,a.phone]]),i.renderSlot(t.$slots,"icon-right")],2)}const xf=bf(_f,[["render",Nf]]),x1="",A1="",Af={directives:{Outside:Pn},props:{inputName:{type:String,default:"phone"},autoDefaultCountry:{type:Boolean,default:!0},value:{type:String,default:""},ignoredCountries:{type:Array,default:()=>[]},error:{type:Boolean,default:!1},errorMessage:{type:String,default:""}},components:{VueTelInput:xf,IbAlert:It,IbIcon:Le},data(){return{vueTel:null,phone:"",dialCode:"",defaultCountry:"US"}},mounted(){this.vueTel=this.$refs.vueTel,this.value&&(this.phone=this.value[0]==="+"?this.value:"+"+this.value)},methods:{countryChanged(t){this.$globalEvents.$on("countrySelectValue",n=>{this.vueTel.choose(n)}),!this.phone||this.phone.length-1<this.dialCode.length?this.phone="+"+t.dialCode:this.dialCode&&(this.phone=this.phone.replace(this.dialCode,t.dialCode)),this.dialCode=t.dialCode},clickOutside(){this.vueTel.open&&this.vueTel.clickedOutside()}}};function Df(t,n,e,o,a,r){const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-icon"),f=i.resolveComponent("vue-tel-input"),h=i.resolveDirective("outside");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.errorMessage.length?(i.openBlock(),i.createBlock(d,{key:0,class:"ib-phone-error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.withDirectives((i.openBlock(),i.createBlock(f,i.mergeProps({modelValue:a.phone,"onUpdate:modelValue":n[0]||(n[0]=p=>a.phone=p)},t.$attrs,{onCountryChanged:r.countryChanged,"input-options":{name:e.inputName,id:e.inputName},"auto-default-country":e.autoDefaultCountry,"dropdown-options":{showSearchBox:!0,showFlags:!0},defaultCountry:a.defaultCountry,ignoredCountries:e.ignoredCountries,class:{error:e.error||e.errorMessage.length},"style-classes":"ib-phone-input",ref:"vueTel"}),{"arrow-icon":i.withCtx(()=>[i.createVNode(s,{name:"chevron-down-outline"})]),_:1},16,["modelValue","onCountryChanged","input-options","auto-default-country","defaultCountry","ignoredCountries","class"])),[[h,r.clickOutside]])],64)}const If=_e(Af,[["render",Df]]);var Eo={exports:{}};/*!
88
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Tu(t,n){if(t){if(typeof t=="string")return fo(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return fo(t,n)}}function fo(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function ho(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function po(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?ho(Object(e),!0).forEach(function(o){xu(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):ho(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function xu(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}var mo={formatExtension:function(t,n,e){return"".concat(t).concat(e.ext()).concat(n)}};function Nu(t,n,e,o){if(e?e=po(po({},mo),e):e=mo,o=new ct(o),t.country&&t.country!=="001"){if(!o.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));o.country(t.country)}else if(t.countryCallingCode)o.selectNumberingPlan(t.countryCallingCode);else return t.phone||"";var a=o.countryCallingCode(),r=e.v2?t.nationalNumber:t.phone,d;switch(n){case"NATIONAL":return r?(d=Yn(r,t.carrierCode,"NATIONAL",o,e),Lr(d,t.ext,o,e.formatExtension)):"";case"INTERNATIONAL":return r?(d=Yn(r,null,"INTERNATIONAL",o,e),d="+".concat(a," ").concat(d),Lr(d,t.ext,o,e.formatExtension)):"+".concat(a);case"E.164":return"+".concat(a).concat(r);case"RFC3966":return yu({number:"+".concat(a).concat(r),ext:t.ext});case"IDD":if(!e.fromCountry)return;var s=Du(r,t.carrierCode,a,e.fromCountry,o);return Lr(s,t.ext,o,e.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n,'"'))}}function Yn(t,n,e,o,a){var r=Au(o.formats(),t);return r?Cu(t,r,{useInternationalFormat:e==="INTERNATIONAL",withNationalPrefix:!(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&a&&a.nationalPrefix===!1),carrierCode:n,metadata:o}):t}function Au(t,n){for(var e=Su(t),o;!(o=e()).done;){var a=o.value;if(a.leadingDigitsPatterns().length>0){var r=a.leadingDigitsPatterns()[a.leadingDigitsPatterns().length-1];if(n.search(r)!==0)continue}if(Et(n,a.pattern()))return a}}function Lr(t,n,e,o){return n?o(t,n,e):t}function Du(t,n,e,o,a){var r=Ir(o,a.metadata);if(r===e){var d=Yn(t,n,"NATIONAL",a);return e==="1"?e+" "+d:d}var s=Eu(o,void 0,a.metadata);if(s)return"".concat(s," ").concat(e," ").concat(Yn(t,null,"INTERNATIONAL",a))}function go(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function yo(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?go(Object(e),!0).forEach(function(o){Iu(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):go(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function Iu(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function Mu(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function vo(t,n){for(var e=0;e<n.length;e++){var o=n[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Pu(t,n,e){return n&&vo(t.prototype,n),e&&vo(t,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var Bu=function(){function t(n,e,o){if(Mu(this,t),!n)throw new TypeError("`country` or `countryCallingCode` not passed");if(!e)throw new TypeError("`nationalNumber` not passed");if(!o)throw new TypeError("`metadata` not passed");var a=new ct(o);Lu(n)&&(this.country=n,a.country(n),n=a.countryCallingCode()),this.countryCallingCode=n,this.nationalNumber=e,this.number="+"+this.countryCallingCode+this.nationalNumber,this.metadata=o}return Pu(t,[{key:"setExt",value:function(n){this.ext=n}},{key:"isPossible",value:function(){return cu(this,{v2:!0},this.metadata)}},{key:"isValid",value:function(){return $u(this,{v2:!0},this.metadata)}},{key:"isNonGeographic",value:function(){var n=new ct(this.metadata);return n.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(n){return this.number===n.number&&this.ext===n.ext}},{key:"getType",value:function(){return Pr(this,{v2:!0},this.metadata)}},{key:"format",value:function(n,e){return Nu(this,n,e?yo(yo({},e),{},{v2:!0}):{v2:!0},this.metadata)}},{key:"formatNational",value:function(n){return this.format("NATIONAL",n)}},{key:"formatInternational",value:function(n){return this.format("INTERNATIONAL",n)}},{key:"getURI",value:function(n){return this.format("RFC3966",n)}}]),t}(),Lu=function(t){return/^[A-Z]{2}$/.test(t)},Ru=new RegExp("(["+Pt+"])");function ju(t,n,e,o){if(n){var a=new ct(o);a.selectNumberingPlan(n,e);var r=new RegExp(a.IDDPrefix());if(t.search(r)===0){t=t.slice(t.match(r)[0].length);var d=t.match(Ru);if(!(d&&d[1]!=null&&d[1].length>0&&d[1]==="0"))return t}}}function Vu(t,n){if(t&&n.numberingPlan.nationalPrefixForParsing()){var e=new RegExp("^(?:"+n.numberingPlan.nationalPrefixForParsing()+")"),o=e.exec(t);if(o){var a,r,d=o.length-1,s=d>0&&o[d];if(n.nationalPrefixTransformRule()&&s)a=t.replace(e,n.nationalPrefixTransformRule()),d>1&&(r=o[1]);else{var f=o[0];a=t.slice(f.length),s&&(r=o[1])}var h;if(s){var p=t.indexOf(o[1]),u=t.slice(0,p);u===n.numberingPlan.nationalPrefix()&&(h=n.numberingPlan.nationalPrefix())}else h=o[0];return{nationalNumber:a,nationalPrefix:h,carrierCode:r}}}return{nationalNumber:t}}function Rr(t,n){var e=Vu(t,n),o=e.carrierCode,a=e.nationalNumber;if(a!==t){if(!qu(t,a,n))return{nationalNumber:t};if(n.possibleLengths()&&!Fu(a,n))return{nationalNumber:t}}return{nationalNumber:a,carrierCode:o}}function qu(t,n,e){return!(Et(t,e.nationalNumberPattern())&&!Et(n,e.nationalNumberPattern()))}function Fu(t,n){switch(Mr(t,n)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function Hu(t,n,e,o){var a=n?Ir(n,o):e;if(t.indexOf(a)===0){o=new ct(o),o.selectNumberingPlan(n,e);var r=t.slice(a.length),d=Rr(r,o),s=d.nationalNumber,f=Rr(t,o),h=f.nationalNumber;if(!Et(h,o.nationalNumberPattern())&&Et(s,o.nationalNumberPattern())||Mr(h,o)==="TOO_LONG")return{countryCallingCode:a,number:r}}return{number:t}}function zu(t,n,e,o){if(!t)return{};if(t[0]!=="+"){var a=ju(t,n,e,o);if(a&&a!==t)t="+"+a;else{if(n||e){var r=Hu(t,n,e,o),d=r.countryCallingCode,s=r.number;if(d)return{countryCallingCode:d,number:s}}return{number:t}}}if(t[1]==="0")return{};o=new ct(o);for(var f=2;f-1<=Dc&&f<=t.length;){var h=t.slice(1,f);if(o.hasCallingCode(h))return o.selectNumberingPlan(h),{countryCallingCode:h,number:t.slice(f)};f++}return{}}function Uu(t,n){var e=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e)return(e=e.call(t)).next.bind(e);if(Array.isArray(t)||(e=Ku(t))||n&&t&&typeof t.length=="number"){e&&(t=e);var o=0;return function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
89
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ku(t,n){if(t){if(typeof t=="string")return bo(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return bo(t,n)}}function bo(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function Gu(t,n,e){var o=e.getCountryCodesForCallingCode(t);if(o)return o.length===1?o[0]:Yu(o,n,e.metadata)}function Yu(t,n,e){e=new ct(e);for(var o=Uu(t),a;!(a=o()).done;){var r=a.value;if(e.country(r),e.leadingDigits()){if(n&&n.search(e.leadingDigits())===0)return r}else if(Pr({phone:n,country:r},void 0,e.metadata))return r}}var Wu=250,Zu=new RegExp("["+Ar+Pt+"]"),Ju=new RegExp("[^"+Pt+"#]+$");function Xu(t,n,e){if(n=n||{},e=new ct(e),n.defaultCountry&&!e.hasCountry(n.defaultCountry))throw n.v2?new Mt("INVALID_COUNTRY"):new Error("Unknown country: ".concat(n.defaultCountry));var o=ef(t,n.v2,n.extract),a=o.number,r=o.ext,d=o.error;if(!a){if(n.v2)throw d==="TOO_SHORT"?new Mt("TOO_SHORT"):new Mt("NOT_A_NUMBER");return{}}var s=nf(a,n.defaultCountry,n.defaultCallingCode,e),f=s.country,h=s.nationalNumber,p=s.countryCallingCode,u=s.carrierCode;if(!e.hasSelectedNumberingPlan()){if(n.v2)throw new Mt("INVALID_COUNTRY");return{}}if(!h||h.length<Nr){if(n.v2)throw new Mt("TOO_SHORT");return{}}if(h.length>Ac){if(n.v2)throw new Mt("TOO_LONG");return{}}if(n.v2){var l=new Bu(p,h,e.metadata);return f&&(l.country=f),u&&(l.carrierCode=u),r&&(l.ext=r),l}var c=(n.extended?e.hasSelectedNumberingPlan():f)?Et(h,e.nationalNumberPattern()):!1;return n.extended?{country:f,countryCallingCode:p,carrierCode:u,valid:c,possible:c?!0:!!(n.extended===!0&&e.possibleLengths()&&lo(h,e)),phone:h,ext:r}:c?tf(f,h,r):{}}function Qu(t,n,e){if(t){if(t.length>Wu){if(e)throw new Mt("TOO_LONG");return}if(n===!1)return t;var o=t.search(Zu);if(!(o<0))return t.slice(o).replace(Ju,"")}}function ef(t,n,e){if(t&&t.indexOf("tel:")===0)return gu(t);var o=Qu(t,e,n);if(!o)return{};if(!to(o))return eu(o)?{error:"TOO_SHORT"}:{};var a=tu(o);return a.ext?a:{number:o}}function tf(t,n,e){var o={country:t,phone:n};return e&&(o.ext=e),o}function nf(t,n,e,o){var a=zu(io(t),n,e,o.metadata),r=a.countryCallingCode,d=a.number,s;if(r)o.selectNumberingPlan(r);else if(d&&(n||e))o.selectNumberingPlan(n,e),n&&(s=n),r=e||Ir(n,o.metadata);else return{};if(!d)return{countryCallingCode:r};var f=Rr(io(d),o),h=f.nationalNumber,p=f.carrierCode,u=Gu(r,h,o);return u&&(s=u,u==="001"||o.country(s)),{country:s,countryCallingCode:r,nationalNumber:h,carrierCode:p}}function _o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function $o(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?_o(Object(e),!0).forEach(function(o){rf(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):_o(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function rf(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function of(t,n,e){return Xu(t,$o($o({},n),{},{v2:!0}),e)}function jr(t){return jr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},jr(t)}function wo(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function af(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?wo(Object(e),!0).forEach(function(o){lf(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):wo(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function lf(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function sf(t,n){return ff(t)||uf(t,n)||cf(t,n)||df()}function df(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
90
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function cf(t,n){if(t){if(typeof t=="string")return ko(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);if(e==="Object"&&t.constructor&&(e=t.constructor.name),e==="Map"||e==="Set")return Array.from(t);if(e==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return ko(t,n)}}function ko(t,n){(n==null||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}function uf(t,n){var e=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(e!=null){var o=[],a=!0,r=!1,d,s;try{for(e=e.call(t);!(a=(d=e.next()).done)&&(o.push(d.value),!(n&&o.length===n));a=!0);}catch(f){r=!0,s=f}finally{try{!a&&e.return!=null&&e.return()}finally{if(r)throw s}}return o}}function ff(t){if(Array.isArray(t))return t}function hf(t){var n=Array.prototype.slice.call(t),e=sf(n,4),o=e[0],a=e[1],r=e[2],d=e[3],s,f,h;if(typeof o=="string")s=o;else throw new TypeError("A text for parsing must be a string.");if(!a||typeof a=="string")d?(f=r,h=d):(f=void 0,h=r),a&&(f=af({defaultCountry:a},f));else if(pf(a))r?(f=a,h=r):h=a;else throw new Error("Invalid second argument: ".concat(a));return{text:s,options:f,metadata:h}}var pf=function(t){return jr(t)==="object"};function Co(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),e.push.apply(e,o)}return e}function Oo(t){for(var n=1;n<arguments.length;n++){var e=arguments[n]!=null?arguments[n]:{};n%2?Co(Object(e),!0).forEach(function(o){mf(t,o,e[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):Co(Object(e)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(e,o))})}return t}function mf(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function gf(t,n,e){n&&n.defaultCountry&&!Gc(n.defaultCountry,e)&&(n=Oo(Oo({},n),{},{defaultCountry:void 0}));try{return of(t,n,e)}catch(o){if(!(o instanceof Mt))throw o}}function yf(){var t=hf(arguments),n=t.text,e=t.options,o=t.metadata;return gf(n,e,o)}function Vr(){return Cc(yf,arguments)}const vf={beforeMount(t,n,e){if(typeof n.value!="function"){const o=e.context.name;let a=`[Vue-click-outside:] provided expression ${n.expression} is not a function, but has to be`;o&&(a+=`Found in component ${o}`),console.warn(a)}t.clickOutsideEvent=function(o){t===o.target||t.contains(o.target)||n.value(o,t)},document.body.addEventListener("click",t.clickOutsideEvent)},unmounted(t){document.body.removeEventListener("click",t.clickOutsideEvent)}},bf=(t,n)=>{const e=t.__vccOpts||t;for(const[o,a]of n)e[o]=a;return e};function et(t){const n=zi.options[t];return typeof n>"u"?zi.options[t]:n}const _f={name:"VueTelInput",directives:{clickOutside:vf},props:{modelValue:{type:String,default:""},allCountries:{type:Array,default:()=>et("allCountries")},autoFormat:{type:Boolean,default:()=>et("autoFormat")},customValidate:{type:[Boolean,RegExp],default:()=>et("customValidate")},defaultCountry:{type:[String,Number],default:()=>et("defaultCountry")},disabled:{type:Boolean,default:()=>et("disabled")},autoDefaultCountry:{type:Boolean,default:()=>et("autoDefaultCountry")},dropdownOptions:{type:Object,default:()=>et("dropdownOptions")},ignoredCountries:{type:Array,default:()=>et("ignoredCountries")},inputOptions:{type:Object,default:()=>et("inputOptions")},invalidMsg:{type:String,default:()=>et("invalidMsg")},mode:{type:String,default:()=>et("mode")},onlyCountries:{type:Array,default:()=>et("onlyCountries")},preferredCountries:{type:Array,default:()=>et("preferredCountries")},validCharactersOnly:{type:Boolean,default:()=>et("validCharactersOnly")},styleClasses:{type:[String,Array,Object],default:()=>et("styleClasses")}},data(){return{phone:"",activeCountryCode:"",open:!1,finishMounted:!1,selectedIndex:null,typeToFindInput:"",typeToFindTimer:null,dropdownOpenDirection:"below",parsedPlaceholder:this.inputOptions.placeholder,searchQuery:""}},computed:{activeCountry(){return this.findCountry(this.activeCountryCode)},parsedMode(){return this.mode==="auto"?!this.phone||this.phone[0]!=="+"?"national":"international":["international","national"].includes(this.mode)?this.mode:(console.error('Invalid value of prop "mode"'),"international")},filteredCountries(){return this.onlyCountries.length?this.allCountries.filter(({iso2:t})=>this.onlyCountries.some(n=>n.toUpperCase()===t)):this.ignoredCountries.length?this.allCountries.filter(({iso2:t})=>!this.ignoredCountries.includes(t.toUpperCase())&&!this.ignoredCountries.includes(t.toLowerCase())):this.allCountries},sortedCountries(){const t=[...this.getCountries(this.preferredCountries).map(n=>({...n,preferred:!0})),...this.filteredCountries];return this.dropdownOptions.showSearchBox?t.filter(n=>new RegExp(this.searchQuery,"i").test(n.name)||new RegExp(this.searchQuery,"i").test(n.iso2)||new RegExp(this.searchQuery,"i").test(n.dialCode)):t},phoneObject(){var t,n,e;let o;((t=this.phone)==null?void 0:t[0])==="+"?o=Vr(this.phone)||{}:o=Vr(this.phone,this.activeCountryCode)||{};const{metadata:a,...r}=o;let d=(n=o.isValid)==null?void 0:n.call(o),s=this.phone;return d&&(s=(e=o.format)==null?void 0:e.call(o,this.parsedMode.toUpperCase())),o.country&&(this.ignoredCountries.length||this.onlyCountries.length)&&(this.findCountry(o.country)||(d=!1,Object.assign(o,{country:null}))),Object.assign(r,{countryCode:o.country,valid:d,country:this.activeCountry,formatted:s}),r}},watch:{activeCountry(t,n){if(!t&&n!=null&&n.iso2){this.activeCountryCode=n.iso2;return}t!=null&&t.iso2&&this.$emit("country-changed",t)},"phoneObject.countryCode":function(t){this.activeCountryCode=t||""},"phoneObject.valid":function(){this.$emit("validate",this.phoneObject)},"phoneObject.formatted":function(t){!this.autoFormat||this.customValidate||(this.emitInput(t),this.$nextTick(()=>{t&&!this.modelValue&&(this.phone=t)}))},"inputOptions.placeholder":function(){this.resetPlaceholder()},modelValue(t,n){this.testCharacters()?this.phone=t:this.$nextTick(()=>{this.phone=n,this.onInput()})},open(t){t?(this.setDropdownPosition(),this.$emit("open")):this.$emit("close")}},mounted(){this.modelValue&&(this.phone=this.modelValue.trim()),this.cleanInvalidCharacters(),this.initializeCountry().then(()=>{var t;!this.phone&&(t=this.inputOptions)!=null&&t.showDialCode&&this.activeCountryCode&&(this.phone=`+${this.activeCountryCode}`),this.$emit("validate",this.phoneObject)}).catch(console.error).then(()=>{this.finishMounted=!0})},methods:{resetPlaceholder(){this.parsedPlaceholder=this.inputOptions.placeholder},initializeCountry(){return new Promise(t=>{var n;if(((n=this.phone)==null?void 0:n[0])==="+"){t();return}if(this.defaultCountry){if(typeof this.defaultCountry=="string"){this.choose(this.defaultCountry),t();return}if(typeof this.defaultCountry=="number"){const o=this.findCountryByDialCode(this.defaultCountry);if(o){this.choose(o.iso2),t();return}}}const e=this.preferredCountries[0]||this.filteredCountries[0];this.autoDefaultCountry?bc().then(o=>{this.choose(o||this.activeCountryCode)}).catch(o=>{console.warn(o),this.choose(e)}).then(()=>{t()}):(this.choose(e),t())})},getCountries(t=[]){return t.map(n=>this.findCountry(n)).filter(Boolean)},findCountry(t=""){return this.filteredCountries.find(n=>n.iso2===t.toUpperCase())},findCountryByDialCode(t){return this.filteredCountries.find(n=>Number(n.dialCode)===t)},getItemClass(t,n){const e=this.selectedIndex===t,o=t===this.preferredCountries.length-1,a=this.preferredCountries.some(r=>r.toUpperCase()===n);return{highlighted:e,"last-preferred":o,preferred:a}},choose(t){var n,e;let o=t;if(typeof o=="string"&&(o=this.findCountry(o)),!!o){if(((n=this.phone)==null?void 0:n[0])==="+"&&o.iso2&&this.phoneObject.nationalNumber){this.activeCountryCode=o.iso2,this.phone=Vr(this.phoneObject.nationalNumber,o.iso2).formatInternational();return}if((e=this.inputOptions)!=null&&e.showDialCode&&o){this.phone=`+${o.dialCode}`,this.activeCountryCode=o.iso2||"";return}this.activeCountryCode=o.iso2||"",this.emitInput(this.phone)}},cleanInvalidCharacters(){const t=this.phone;if(this.validCharactersOnly){const n=this.phone.match(/[()\-+0-9\s]*/g);this.phone=n.join("")}if(this.customValidate&&this.customValidate instanceof RegExp){const n=this.phone.match(this.customValidate);this.phone=n.join("")}t!==this.phone&&this.emitInput(this.phone)},testCharacters(){return this.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(this.phone)?!1:this.customValidate?this.testCustomValidate():!0},testCustomValidate(){return this.customValidate instanceof RegExp?this.customValidate.test(this.phone):!1},onInput(){this.$refs.input.setCustomValidity(this.phoneObject.valid?"":this.invalidMsg),this.emitInput(this.phone)},emitInput(t){this.$emit("update:modelValue",t),this.$emit("on-input",t,this.phoneObject,this.$refs.input)},onBlur(){this.$emit("blur")},onFocus(){_c(this.$refs.input,this.phone.length),this.$emit("focus")},onEnter(){this.$emit("enter")},onSpace(){this.$emit("space")},focus(){this.$refs.input.focus()},toggleDropdown(){this.disabled||this.dropdownOptions.disabled||(this.searchQuery="",this.open=!this.open)},clickedOutside(){this.open=!1},keyboardNav(t){if(t.keyCode===40){t.preventDefault(),this.open=!0,this.selectedIndex===null?this.selectedIndex=0:this.selectedIndex=Math.min(this.sortedCountries.length-1,this.selectedIndex+1);const n=this.$refs.list.children[this.selectedIndex];n.focus(),n.offsetTop+n.clientHeight>this.$refs.list.scrollTop+this.$refs.list.clientHeight&&(this.$refs.list.scrollTop=n.offsetTop-this.$refs.list.clientHeight+n.clientHeight)}else if(t.keyCode===38){t.preventDefault(),this.open=!0,this.selectedIndex===null?this.selectedIndex=this.sortedCountries.length-1:this.selectedIndex=Math.max(0,this.selectedIndex-1);const n=this.$refs.list.children[this.selectedIndex];n.focus(),n.offsetTop<this.$refs.list.scrollTop&&(this.$refs.list.scrollTop=n.offsetTop)}else if(t.keyCode===13)this.selectedIndex!==null&&this.choose(this.sortedCountries[this.selectedIndex]),this.open=!this.open;else{this.typeToFindInput+=t.key,clearTimeout(this.typeToFindTimer),this.typeToFindTimer=setTimeout(()=>{this.typeToFindInput=""},700);const n=this.sortedCountries.slice(this.preferredCountries.length).findIndex(e=>e.name.toLowerCase().startsWith(this.typeToFindInput));if(n>=0){this.selectedIndex=this.preferredCountries.length+n;const e=this.$refs.list.children[this.selectedIndex],o=e.offsetTop<this.$refs.list.scrollTop,a=e.offsetTop+e.clientHeight>this.$refs.list.scrollTop+this.$refs.list.clientHeight;(o||a)&&(this.$refs.list.scrollTop=e.offsetTop-this.$refs.list.clientHeight/2)}}},reset(){this.selectedIndex=this.sortedCountries.map(t=>t.iso2).indexOf(this.activeCountryCode),this.open=!1},setDropdownPosition(){window.innerHeight-this.$el.getBoundingClientRect().bottom>200?this.dropdownOpenDirection="below":this.dropdownOpenDirection="above"}}},$f=["aria-expanded","tabindex"],wf={class:"vti__selection"},kf={key:1,class:"vti__country-code"},Cf={class:"vti__dropdown-arrow"},Of=["placeholder"],Ef=["onClick","onMousemove","aria-selected"],Sf={key:1},Tf=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex","value","aria-describedby"];function xf(t,n,e,o,a,r){const d=i.resolveDirective("click-outside");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["vue-tel-input",e.styleClasses,{disabled:e.disabled}])},[i.withDirectives((i.openBlock(),i.createElementBlock("div",{"aria-label":"Country Code Selector","aria-haspopup":"listbox","aria-expanded":a.open,role:"button",class:i.normalizeClass(["vti__dropdown",{open:a.open,disabled:e.dropdownOptions.disabled}]),tabindex:e.dropdownOptions.tabindex,onKeydown:[n[2]||(n[2]=(...s)=>r.keyboardNav&&r.keyboardNav(...s)),n[4]||(n[4]=i.withKeys((...s)=>r.toggleDropdown&&r.toggleDropdown(...s),["space"])),n[5]||(n[5]=i.withKeys((...s)=>r.reset&&r.reset(...s),["esc"])),n[6]||(n[6]=i.withKeys((...s)=>r.reset&&r.reset(...s),["tab"]))],onClick:n[3]||(n[3]=(...s)=>r.toggleDropdown&&r.toggleDropdown(...s))},[i.createElementVNode("span",wf,[e.dropdownOptions.showFlags?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["vti__flag",a.activeCountryCode.toLowerCase()])},null,2)):i.createCommentVNode("",!0),e.dropdownOptions.showDialCodeInSelection?(i.openBlock(),i.createElementBlock("span",kf," +"+i.toDisplayString(r.activeCountry&&r.activeCountry.dialCode),1)):i.createCommentVNode("",!0),i.renderSlot(t.$slots,"arrow-icon",{open:a.open},()=>[i.createElementVNode("span",Cf,i.toDisplayString(a.open?"▲":"▼"),1)])]),a.open?(i.openBlock(),i.createElementBlock("ul",{key:0,ref:"list",class:i.normalizeClass(["vti__dropdown-list",a.dropdownOpenDirection]),role:"listbox"},[e.dropdownOptions.showSearchBox?i.withDirectives((i.openBlock(),i.createElementBlock("input",{key:0,class:"vti__input vti__search_box","aria-label":"Search by country name or country code",placeholder:r.sortedCountries.length?r.sortedCountries[0].name:"",type:"text","onUpdate:modelValue":n[0]||(n[0]=s=>a.searchQuery=s),onClick:n[1]||(n[1]=i.withModifiers(()=>{},["stop"]))},null,8,Of)),[[i.vModelText,a.searchQuery]]):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.sortedCountries,(s,f)=>(i.openBlock(),i.createElementBlock("li",{role:"option",class:i.normalizeClass(["vti__dropdown-item",r.getItemClass(f,s.iso2)]),key:s.iso2+(s.preferred?"-preferred":""),tabindex:"-1",onClick:h=>r.choose(s),onMousemove:h=>a.selectedIndex=f,"aria-selected":a.activeCountryCode===s.iso2&&!s.preferred},[e.dropdownOptions.showFlags?(i.openBlock(),i.createElementBlock("span",{key:0,class:i.normalizeClass(["vti__flag",s.iso2.toLowerCase()])},null,2)):i.createCommentVNode("",!0),i.createElementVNode("strong",null,i.toDisplayString(s.name),1),e.dropdownOptions.showDialCodeInList?(i.openBlock(),i.createElementBlock("span",Sf," +"+i.toDisplayString(s.dialCode),1)):i.createCommentVNode("",!0)],42,Ef))),128))],2)):i.createCommentVNode("",!0)],42,$f)),[[d,r.clickedOutside]]),i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":n[7]||(n[7]=s=>a.phone=s),ref:"input",type:e.inputOptions.type,autocomplete:e.inputOptions.autocomplete,autofocus:e.inputOptions.autofocus,class:i.normalizeClass(["vti__input",e.inputOptions.styleClasses]),disabled:e.disabled,id:e.inputOptions.id,maxlength:e.inputOptions.maxlength,name:e.inputOptions.name,placeholder:a.parsedPlaceholder,readonly:e.inputOptions.readonly,required:e.inputOptions.required,tabindex:e.inputOptions.tabindex,value:e.modelValue,"aria-describedby":e.inputOptions["aria-describedby"],onBlur:n[8]||(n[8]=(...s)=>r.onBlur&&r.onBlur(...s)),onFocus:n[9]||(n[9]=(...s)=>r.onFocus&&r.onFocus(...s)),onInput:n[10]||(n[10]=(...s)=>r.onInput&&r.onInput(...s)),onKeyup:[n[11]||(n[11]=i.withKeys((...s)=>r.onEnter&&r.onEnter(...s),["enter"])),n[12]||(n[12]=i.withKeys((...s)=>r.onSpace&&r.onSpace(...s),["space"]))]},null,42,Tf),[[i.vModelDynamic,a.phone]]),i.renderSlot(t.$slots,"icon-right")],2)}const Nf=bf(_f,[["render",xf]]),N1="",A1="",Af={directives:{Outside:Pn},props:{inputName:{type:String,default:"phone"},autoDefaultCountry:{type:Boolean,default:!0},value:{type:String,default:""},ignoredCountries:{type:Array,default:()=>[]},error:{type:Boolean,default:!1},errorMessage:{type:String,default:""}},components:{VueTelInput:Nf,IbAlert:It,IbIcon:Le},data(){return{vueTel:null,phone:"",dialCode:"",defaultCountry:"US"}},mounted(){this.vueTel=this.$refs.vueTel,this.value&&(this.phone=this.value[0]==="+"?this.value:"+"+this.value)},methods:{countryChanged(t){this.$globalEvents.$on("countrySelectValue",n=>{this.vueTel.choose(n)}),!this.phone||this.phone.length-1<this.dialCode.length?this.phone="+"+t.dialCode:this.dialCode&&(this.phone=this.phone.replace(this.dialCode,t.dialCode)),this.dialCode=t.dialCode},clickOutside(){this.vueTel.open&&this.vueTel.clickedOutside()}}};function Df(t,n,e,o,a,r){const d=i.resolveComponent("ib-alert"),s=i.resolveComponent("ib-icon"),f=i.resolveComponent("vue-tel-input"),h=i.resolveDirective("outside");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.errorMessage.length?(i.openBlock(),i.createBlock(d,{key:0,class:"ib-phone-error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.withDirectives((i.openBlock(),i.createBlock(f,i.mergeProps({modelValue:a.phone,"onUpdate:modelValue":n[0]||(n[0]=p=>a.phone=p)},t.$attrs,{onCountryChanged:r.countryChanged,"input-options":{name:e.inputName,id:e.inputName},"auto-default-country":e.autoDefaultCountry,"dropdown-options":{showSearchBox:!0,showFlags:!0},defaultCountry:a.defaultCountry,ignoredCountries:e.ignoredCountries,class:{error:e.error||e.errorMessage.length},"style-classes":"ib-phone-input",ref:"vueTel"}),{"arrow-icon":i.withCtx(()=>[i.createVNode(s,{name:"chevron-down-outline"})]),_:1},16,["modelValue","onCountryChanged","input-options","auto-default-country","defaultCountry","ignoredCountries","class"])),[[h,r.clickOutside]])],64)}const If=_e(Af,[["render",Df]]);var Eo={exports:{}};/*!
91
91
  * Quill Editor v1.3.7
92
92
  * https://quilljs.com/
93
93
  * Copyright (c) 2014, Jason Chen
94
94
  * Copyright (c) 2013, salesforce.com
95
- */(function(t,n){(function(o,a){t.exports=a()})(typeof self<"u"?self:qe,function(){return function(e){var o={};function a(r){if(o[r])return o[r].exports;var d=o[r]={i:r,l:!1,exports:{}};return e[r].call(d.exports,d,d.exports,a),d.l=!0,d.exports}return a.m=e,a.c=o,a.d=function(r,d,s){a.o(r,d)||Object.defineProperty(r,d,{configurable:!1,enumerable:!0,get:s})},a.n=function(r){var d=r&&r.__esModule?function(){return r.default}:function(){return r};return a.d(d,"a",d),d},a.o=function(r,d){return Object.prototype.hasOwnProperty.call(r,d)},a.p="",a(a.s=109)}([function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(17),d=a(18),s=a(19),f=a(45),h=a(46),p=a(47),u=a(48),l=a(49),c=a(12),_=a(32),v=a(33),b=a(31),g=a(1),y={Scope:g.Scope,create:g.create,find:g.find,query:g.query,register:g.register,Container:r.default,Format:d.default,Leaf:s.default,Embed:u.default,Scroll:f.default,Block:p.default,Inline:h.default,Text:l.default,Attributor:{Attribute:c.default,Class:_.default,Style:v.default,Store:b.default}};o.default=y},function(e,o,a){var r=this&&this.__extends||function(){var b=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(g,y){g.__proto__=y}||function(g,y){for(var w in y)y.hasOwnProperty(w)&&(g[w]=y[w])};return function(g,y){b(g,y);function w(){this.constructor=g}g.prototype=y===null?Object.create(y):(w.prototype=y.prototype,new w)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=function(b){r(g,b);function g(y){var w=this;return y="[Parchment] "+y,w=b.call(this,y)||this,w.message=y,w.name=w.constructor.name,w}return g}(Error);o.ParchmentError=d;var s={},f={},h={},p={};o.DATA_KEY="__blot";var u;(function(b){b[b.TYPE=3]="TYPE",b[b.LEVEL=12]="LEVEL",b[b.ATTRIBUTE=13]="ATTRIBUTE",b[b.BLOT=14]="BLOT",b[b.INLINE=7]="INLINE",b[b.BLOCK=11]="BLOCK",b[b.BLOCK_BLOT=10]="BLOCK_BLOT",b[b.INLINE_BLOT=6]="INLINE_BLOT",b[b.BLOCK_ATTRIBUTE=9]="BLOCK_ATTRIBUTE",b[b.INLINE_ATTRIBUTE=5]="INLINE_ATTRIBUTE",b[b.ANY=15]="ANY"})(u=o.Scope||(o.Scope={}));function l(b,g){var y=_(b);if(y==null)throw new d("Unable to create "+b+" blot");var w=y,m=b instanceof Node||b.nodeType===Node.TEXT_NODE?b:w.create(g);return new w(m,g)}o.create=l;function c(b,g){return g===void 0&&(g=!1),b==null?null:b[o.DATA_KEY]!=null?b[o.DATA_KEY].blot:g?c(b.parentNode,g):null}o.find=c;function _(b,g){g===void 0&&(g=u.ANY);var y;if(typeof b=="string")y=p[b]||s[b];else if(b instanceof Text||b.nodeType===Node.TEXT_NODE)y=p.text;else if(typeof b=="number")b&u.LEVEL&u.BLOCK?y=p.block:b&u.LEVEL&u.INLINE&&(y=p.inline);else if(b instanceof HTMLElement){var w=(b.getAttribute("class")||"").split(/\s+/);for(var m in w)if(y=f[w[m]],y)break;y=y||h[b.tagName]}return y==null?null:g&u.LEVEL&y.scope&&g&u.TYPE&y.scope?y:null}o.query=_;function v(){for(var b=[],g=0;g<arguments.length;g++)b[g]=arguments[g];if(b.length>1)return b.map(function(m){return v(m)});var y=b[0];if(typeof y.blotName!="string"&&typeof y.attrName!="string")throw new d("Invalid definition");if(y.blotName==="abstract")throw new d("Cannot register abstract class");if(p[y.blotName||y.attrName]=y,typeof y.keyName=="string")s[y.keyName]=y;else if(y.className!=null&&(f[y.className]=y),y.tagName!=null){Array.isArray(y.tagName)?y.tagName=y.tagName.map(function(m){return m.toUpperCase()}):y.tagName=y.tagName.toUpperCase();var w=Array.isArray(y.tagName)?y.tagName:[y.tagName];w.forEach(function(m){(h[m]==null||y.className==null)&&(h[m]=y)})}return y}o.register=v},function(e,o,a){var r=a(51),d=a(11),s=a(3),f=a(20),h=String.fromCharCode(0),p=function(u){Array.isArray(u)?this.ops=u:u!=null&&Array.isArray(u.ops)?this.ops=u.ops:this.ops=[]};p.prototype.insert=function(u,l){var c={};return u.length===0?this:(c.insert=u,l!=null&&typeof l=="object"&&Object.keys(l).length>0&&(c.attributes=l),this.push(c))},p.prototype.delete=function(u){return u<=0?this:this.push({delete:u})},p.prototype.retain=function(u,l){if(u<=0)return this;var c={retain:u};return l!=null&&typeof l=="object"&&Object.keys(l).length>0&&(c.attributes=l),this.push(c)},p.prototype.push=function(u){var l=this.ops.length,c=this.ops[l-1];if(u=s(!0,{},u),typeof c=="object"){if(typeof u.delete=="number"&&typeof c.delete=="number")return this.ops[l-1]={delete:c.delete+u.delete},this;if(typeof c.delete=="number"&&u.insert!=null&&(l-=1,c=this.ops[l-1],typeof c!="object"))return this.ops.unshift(u),this;if(d(u.attributes,c.attributes)){if(typeof u.insert=="string"&&typeof c.insert=="string")return this.ops[l-1]={insert:c.insert+u.insert},typeof u.attributes=="object"&&(this.ops[l-1].attributes=u.attributes),this;if(typeof u.retain=="number"&&typeof c.retain=="number")return this.ops[l-1]={retain:c.retain+u.retain},typeof u.attributes=="object"&&(this.ops[l-1].attributes=u.attributes),this}}return l===this.ops.length?this.ops.push(u):this.ops.splice(l,0,u),this},p.prototype.chop=function(){var u=this.ops[this.ops.length-1];return u&&u.retain&&!u.attributes&&this.ops.pop(),this},p.prototype.filter=function(u){return this.ops.filter(u)},p.prototype.forEach=function(u){this.ops.forEach(u)},p.prototype.map=function(u){return this.ops.map(u)},p.prototype.partition=function(u){var l=[],c=[];return this.forEach(function(_){var v=u(_)?l:c;v.push(_)}),[l,c]},p.prototype.reduce=function(u,l){return this.ops.reduce(u,l)},p.prototype.changeLength=function(){return this.reduce(function(u,l){return l.insert?u+f.length(l):l.delete?u-l.delete:u},0)},p.prototype.length=function(){return this.reduce(function(u,l){return u+f.length(l)},0)},p.prototype.slice=function(u,l){u=u||0,typeof l!="number"&&(l=1/0);for(var c=[],_=f.iterator(this.ops),v=0;v<l&&_.hasNext();){var b;v<u?b=_.next(u-v):(b=_.next(l-v),c.push(b)),v+=f.length(b)}return new p(c)},p.prototype.compose=function(u){var l=f.iterator(this.ops),c=f.iterator(u.ops),_=[],v=c.peek();if(v!=null&&typeof v.retain=="number"&&v.attributes==null){for(var b=v.retain;l.peekType()==="insert"&&l.peekLength()<=b;)b-=l.peekLength(),_.push(l.next());v.retain-b>0&&c.next(v.retain-b)}for(var g=new p(_);l.hasNext()||c.hasNext();)if(c.peekType()==="insert")g.push(c.next());else if(l.peekType()==="delete")g.push(l.next());else{var y=Math.min(l.peekLength(),c.peekLength()),w=l.next(y),m=c.next(y);if(typeof m.retain=="number"){var k={};typeof w.retain=="number"?k.retain=y:k.insert=w.insert;var N=f.attributes.compose(w.attributes,m.attributes,typeof w.retain=="number");if(N&&(k.attributes=N),g.push(k),!c.hasNext()&&d(g.ops[g.ops.length-1],k)){var S=new p(l.rest());return g.concat(S).chop()}}else typeof m.delete=="number"&&typeof w.retain=="number"&&g.push(m)}return g.chop()},p.prototype.concat=function(u){var l=new p(this.ops.slice());return u.ops.length>0&&(l.push(u.ops[0]),l.ops=l.ops.concat(u.ops.slice(1))),l},p.prototype.diff=function(u,l){if(this.ops===u.ops)return new p;var c=[this,u].map(function(y){return y.map(function(w){if(w.insert!=null)return typeof w.insert=="string"?w.insert:h;var m=y===u?"on":"with";throw new Error("diff() called "+m+" non-document")}).join("")}),_=new p,v=r(c[0],c[1],l),b=f.iterator(this.ops),g=f.iterator(u.ops);return v.forEach(function(y){for(var w=y[1].length;w>0;){var m=0;switch(y[0]){case r.INSERT:m=Math.min(g.peekLength(),w),_.push(g.next(m));break;case r.DELETE:m=Math.min(w,b.peekLength()),b.next(m),_.delete(m);break;case r.EQUAL:m=Math.min(b.peekLength(),g.peekLength(),w);var k=b.next(m),N=g.next(m);d(k.insert,N.insert)?_.retain(m,f.attributes.diff(k.attributes,N.attributes)):_.push(N).delete(m);break}w-=m}}),_.chop()},p.prototype.eachLine=function(u,l){l=l||`
96
- `;for(var c=f.iterator(this.ops),_=new p,v=0;c.hasNext();){if(c.peekType()!=="insert")return;var b=c.peek(),g=f.length(b)-c.peekLength(),y=typeof b.insert=="string"?b.insert.indexOf(l,g)-g:-1;if(y<0)_.push(c.next());else if(y>0)_.push(c.next(y));else{if(u(_,c.next(1).attributes||{},v)===!1)return;v+=1,_=new p}}_.length()>0&&u(_,{},v)},p.prototype.transform=function(u,l){if(l=!!l,typeof u=="number")return this.transformPosition(u,l);for(var c=f.iterator(this.ops),_=f.iterator(u.ops),v=new p;c.hasNext()||_.hasNext();)if(c.peekType()==="insert"&&(l||_.peekType()!=="insert"))v.retain(f.length(c.next()));else if(_.peekType()==="insert")v.push(_.next());else{var b=Math.min(c.peekLength(),_.peekLength()),g=c.next(b),y=_.next(b);if(g.delete)continue;y.delete?v.push(y):v.retain(b,f.attributes.transform(g.attributes,y.attributes,l))}return v.chop()},p.prototype.transformPosition=function(u,l){l=!!l;for(var c=f.iterator(this.ops),_=0;c.hasNext()&&_<=u;){var v=c.peekLength(),b=c.peekType();if(c.next(),b==="delete"){u-=Math.min(v,u-_);continue}else b==="insert"&&(_<u||!l)&&(u+=v);_+=v}return u},e.exports=p},function(e,o){var a=Object.prototype.hasOwnProperty,r=Object.prototype.toString,d=Object.defineProperty,s=Object.getOwnPropertyDescriptor,f=function(c){return typeof Array.isArray=="function"?Array.isArray(c):r.call(c)==="[object Array]"},h=function(c){if(!c||r.call(c)!=="[object Object]")return!1;var _=a.call(c,"constructor"),v=c.constructor&&c.constructor.prototype&&a.call(c.constructor.prototype,"isPrototypeOf");if(c.constructor&&!_&&!v)return!1;var b;for(b in c);return typeof b>"u"||a.call(c,b)},p=function(c,_){d&&_.name==="__proto__"?d(c,_.name,{enumerable:!0,configurable:!0,value:_.newValue,writable:!0}):c[_.name]=_.newValue},u=function(c,_){if(_==="__proto__")if(a.call(c,_)){if(s)return s(c,_).value}else return;return c[_]};e.exports=function l(){var c,_,v,b,g,y,w=arguments[0],m=1,k=arguments.length,N=!1;for(typeof w=="boolean"&&(N=w,w=arguments[1]||{},m=2),(w==null||typeof w!="object"&&typeof w!="function")&&(w={});m<k;++m)if(c=arguments[m],c!=null)for(_ in c)v=u(w,_),b=u(c,_),w!==b&&(N&&b&&(h(b)||(g=f(b)))?(g?(g=!1,y=v&&f(v)?v:[]):y=v&&h(v)?v:{},p(w,{name:_,newValue:l(N,y,b)})):typeof b<"u"&&p(w,{name:_,newValue:b}));return w}},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.BlockEmbed=o.bubbleFormats=void 0;var r=function(){function C(O,x){for(var P=0;P<x.length;P++){var q=x[P];q.enumerable=q.enumerable||!1,q.configurable=!0,"value"in q&&(q.writable=!0),Object.defineProperty(O,q.key,q)}}return function(O,x,P){return x&&C(O.prototype,x),P&&C(O,P),O}}(),d=function C(O,x,P){O===null&&(O=Function.prototype);var q=Object.getOwnPropertyDescriptor(O,x);if(q===void 0){var G=Object.getPrototypeOf(O);return G===null?void 0:C(G,x,P)}else{if("value"in q)return q.value;var W=q.get;return W===void 0?void 0:W.call(P)}},s=a(3),f=w(s),h=a(2),p=w(h),u=a(0),l=w(u),c=a(16),_=w(c),v=a(6),b=w(v),g=a(7),y=w(g);function w(C){return C&&C.__esModule?C:{default:C}}function m(C,O){if(!(C instanceof O))throw new TypeError("Cannot call a class as a function")}function k(C,O){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return O&&(typeof O=="object"||typeof O=="function")?O:C}function N(C,O){if(typeof O!="function"&&O!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof O);C.prototype=Object.create(O&&O.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),O&&(Object.setPrototypeOf?Object.setPrototypeOf(C,O):C.__proto__=O)}var S=1,T=function(C){N(O,C);function O(){return m(this,O),k(this,(O.__proto__||Object.getPrototypeOf(O)).apply(this,arguments))}return r(O,[{key:"attach",value:function(){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"attach",this).call(this),this.attributes=new l.default.Attributor.Store(this.domNode)}},{key:"delta",value:function(){return new p.default().insert(this.value(),(0,f.default)(this.formats(),this.attributes.values()))}},{key:"format",value:function(P,q){var G=l.default.query(P,l.default.Scope.BLOCK_ATTRIBUTE);G!=null&&this.attributes.attribute(G,q)}},{key:"formatAt",value:function(P,q,G,W){this.format(G,W)}},{key:"insertAt",value:function(P,q,G){if(typeof q=="string"&&q.endsWith(`
97
- `)){var W=l.default.create(M.blotName);this.parent.insertBefore(W,P===0?this:this.next),W.insertAt(0,q.slice(0,-1))}else d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"insertAt",this).call(this,P,q,G)}}]),O}(l.default.Embed);T.scope=l.default.Scope.BLOCK_BLOT;var M=function(C){N(O,C);function O(x){m(this,O);var P=k(this,(O.__proto__||Object.getPrototypeOf(O)).call(this,x));return P.cache={},P}return r(O,[{key:"delta",value:function(){return this.cache.delta==null&&(this.cache.delta=this.descendants(l.default.Leaf).reduce(function(P,q){return q.length()===0?P:P.insert(q.value(),E(q))},new p.default).insert(`
95
+ */(function(t,n){(function(o,a){t.exports=a()})(typeof self<"u"?self:qe,function(){return function(e){var o={};function a(r){if(o[r])return o[r].exports;var d=o[r]={i:r,l:!1,exports:{}};return e[r].call(d.exports,d,d.exports,a),d.l=!0,d.exports}return a.m=e,a.c=o,a.d=function(r,d,s){a.o(r,d)||Object.defineProperty(r,d,{configurable:!1,enumerable:!0,get:s})},a.n=function(r){var d=r&&r.__esModule?function(){return r.default}:function(){return r};return a.d(d,"a",d),d},a.o=function(r,d){return Object.prototype.hasOwnProperty.call(r,d)},a.p="",a(a.s=109)}([function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(17),d=a(18),s=a(19),f=a(45),h=a(46),p=a(47),u=a(48),l=a(49),c=a(12),_=a(32),v=a(33),b=a(31),g=a(1),y={Scope:g.Scope,create:g.create,find:g.find,query:g.query,register:g.register,Container:r.default,Format:d.default,Leaf:s.default,Embed:u.default,Scroll:f.default,Block:p.default,Inline:h.default,Text:l.default,Attributor:{Attribute:c.default,Class:_.default,Style:v.default,Store:b.default}};o.default=y},function(e,o,a){var r=this&&this.__extends||function(){var b=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(g,y){g.__proto__=y}||function(g,y){for(var w in y)y.hasOwnProperty(w)&&(g[w]=y[w])};return function(g,y){b(g,y);function w(){this.constructor=g}g.prototype=y===null?Object.create(y):(w.prototype=y.prototype,new w)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=function(b){r(g,b);function g(y){var w=this;return y="[Parchment] "+y,w=b.call(this,y)||this,w.message=y,w.name=w.constructor.name,w}return g}(Error);o.ParchmentError=d;var s={},f={},h={},p={};o.DATA_KEY="__blot";var u;(function(b){b[b.TYPE=3]="TYPE",b[b.LEVEL=12]="LEVEL",b[b.ATTRIBUTE=13]="ATTRIBUTE",b[b.BLOT=14]="BLOT",b[b.INLINE=7]="INLINE",b[b.BLOCK=11]="BLOCK",b[b.BLOCK_BLOT=10]="BLOCK_BLOT",b[b.INLINE_BLOT=6]="INLINE_BLOT",b[b.BLOCK_ATTRIBUTE=9]="BLOCK_ATTRIBUTE",b[b.INLINE_ATTRIBUTE=5]="INLINE_ATTRIBUTE",b[b.ANY=15]="ANY"})(u=o.Scope||(o.Scope={}));function l(b,g){var y=_(b);if(y==null)throw new d("Unable to create "+b+" blot");var w=y,m=b instanceof Node||b.nodeType===Node.TEXT_NODE?b:w.create(g);return new w(m,g)}o.create=l;function c(b,g){return g===void 0&&(g=!1),b==null?null:b[o.DATA_KEY]!=null?b[o.DATA_KEY].blot:g?c(b.parentNode,g):null}o.find=c;function _(b,g){g===void 0&&(g=u.ANY);var y;if(typeof b=="string")y=p[b]||s[b];else if(b instanceof Text||b.nodeType===Node.TEXT_NODE)y=p.text;else if(typeof b=="number")b&u.LEVEL&u.BLOCK?y=p.block:b&u.LEVEL&u.INLINE&&(y=p.inline);else if(b instanceof HTMLElement){var w=(b.getAttribute("class")||"").split(/\s+/);for(var m in w)if(y=f[w[m]],y)break;y=y||h[b.tagName]}return y==null?null:g&u.LEVEL&y.scope&&g&u.TYPE&y.scope?y:null}o.query=_;function v(){for(var b=[],g=0;g<arguments.length;g++)b[g]=arguments[g];if(b.length>1)return b.map(function(m){return v(m)});var y=b[0];if(typeof y.blotName!="string"&&typeof y.attrName!="string")throw new d("Invalid definition");if(y.blotName==="abstract")throw new d("Cannot register abstract class");if(p[y.blotName||y.attrName]=y,typeof y.keyName=="string")s[y.keyName]=y;else if(y.className!=null&&(f[y.className]=y),y.tagName!=null){Array.isArray(y.tagName)?y.tagName=y.tagName.map(function(m){return m.toUpperCase()}):y.tagName=y.tagName.toUpperCase();var w=Array.isArray(y.tagName)?y.tagName:[y.tagName];w.forEach(function(m){(h[m]==null||y.className==null)&&(h[m]=y)})}return y}o.register=v},function(e,o,a){var r=a(51),d=a(11),s=a(3),f=a(20),h=String.fromCharCode(0),p=function(u){Array.isArray(u)?this.ops=u:u!=null&&Array.isArray(u.ops)?this.ops=u.ops:this.ops=[]};p.prototype.insert=function(u,l){var c={};return u.length===0?this:(c.insert=u,l!=null&&typeof l=="object"&&Object.keys(l).length>0&&(c.attributes=l),this.push(c))},p.prototype.delete=function(u){return u<=0?this:this.push({delete:u})},p.prototype.retain=function(u,l){if(u<=0)return this;var c={retain:u};return l!=null&&typeof l=="object"&&Object.keys(l).length>0&&(c.attributes=l),this.push(c)},p.prototype.push=function(u){var l=this.ops.length,c=this.ops[l-1];if(u=s(!0,{},u),typeof c=="object"){if(typeof u.delete=="number"&&typeof c.delete=="number")return this.ops[l-1]={delete:c.delete+u.delete},this;if(typeof c.delete=="number"&&u.insert!=null&&(l-=1,c=this.ops[l-1],typeof c!="object"))return this.ops.unshift(u),this;if(d(u.attributes,c.attributes)){if(typeof u.insert=="string"&&typeof c.insert=="string")return this.ops[l-1]={insert:c.insert+u.insert},typeof u.attributes=="object"&&(this.ops[l-1].attributes=u.attributes),this;if(typeof u.retain=="number"&&typeof c.retain=="number")return this.ops[l-1]={retain:c.retain+u.retain},typeof u.attributes=="object"&&(this.ops[l-1].attributes=u.attributes),this}}return l===this.ops.length?this.ops.push(u):this.ops.splice(l,0,u),this},p.prototype.chop=function(){var u=this.ops[this.ops.length-1];return u&&u.retain&&!u.attributes&&this.ops.pop(),this},p.prototype.filter=function(u){return this.ops.filter(u)},p.prototype.forEach=function(u){this.ops.forEach(u)},p.prototype.map=function(u){return this.ops.map(u)},p.prototype.partition=function(u){var l=[],c=[];return this.forEach(function(_){var v=u(_)?l:c;v.push(_)}),[l,c]},p.prototype.reduce=function(u,l){return this.ops.reduce(u,l)},p.prototype.changeLength=function(){return this.reduce(function(u,l){return l.insert?u+f.length(l):l.delete?u-l.delete:u},0)},p.prototype.length=function(){return this.reduce(function(u,l){return u+f.length(l)},0)},p.prototype.slice=function(u,l){u=u||0,typeof l!="number"&&(l=1/0);for(var c=[],_=f.iterator(this.ops),v=0;v<l&&_.hasNext();){var b;v<u?b=_.next(u-v):(b=_.next(l-v),c.push(b)),v+=f.length(b)}return new p(c)},p.prototype.compose=function(u){var l=f.iterator(this.ops),c=f.iterator(u.ops),_=[],v=c.peek();if(v!=null&&typeof v.retain=="number"&&v.attributes==null){for(var b=v.retain;l.peekType()==="insert"&&l.peekLength()<=b;)b-=l.peekLength(),_.push(l.next());v.retain-b>0&&c.next(v.retain-b)}for(var g=new p(_);l.hasNext()||c.hasNext();)if(c.peekType()==="insert")g.push(c.next());else if(l.peekType()==="delete")g.push(l.next());else{var y=Math.min(l.peekLength(),c.peekLength()),w=l.next(y),m=c.next(y);if(typeof m.retain=="number"){var k={};typeof w.retain=="number"?k.retain=y:k.insert=w.insert;var x=f.attributes.compose(w.attributes,m.attributes,typeof w.retain=="number");if(x&&(k.attributes=x),g.push(k),!c.hasNext()&&d(g.ops[g.ops.length-1],k)){var S=new p(l.rest());return g.concat(S).chop()}}else typeof m.delete=="number"&&typeof w.retain=="number"&&g.push(m)}return g.chop()},p.prototype.concat=function(u){var l=new p(this.ops.slice());return u.ops.length>0&&(l.push(u.ops[0]),l.ops=l.ops.concat(u.ops.slice(1))),l},p.prototype.diff=function(u,l){if(this.ops===u.ops)return new p;var c=[this,u].map(function(y){return y.map(function(w){if(w.insert!=null)return typeof w.insert=="string"?w.insert:h;var m=y===u?"on":"with";throw new Error("diff() called "+m+" non-document")}).join("")}),_=new p,v=r(c[0],c[1],l),b=f.iterator(this.ops),g=f.iterator(u.ops);return v.forEach(function(y){for(var w=y[1].length;w>0;){var m=0;switch(y[0]){case r.INSERT:m=Math.min(g.peekLength(),w),_.push(g.next(m));break;case r.DELETE:m=Math.min(w,b.peekLength()),b.next(m),_.delete(m);break;case r.EQUAL:m=Math.min(b.peekLength(),g.peekLength(),w);var k=b.next(m),x=g.next(m);d(k.insert,x.insert)?_.retain(m,f.attributes.diff(k.attributes,x.attributes)):_.push(x).delete(m);break}w-=m}}),_.chop()},p.prototype.eachLine=function(u,l){l=l||`
96
+ `;for(var c=f.iterator(this.ops),_=new p,v=0;c.hasNext();){if(c.peekType()!=="insert")return;var b=c.peek(),g=f.length(b)-c.peekLength(),y=typeof b.insert=="string"?b.insert.indexOf(l,g)-g:-1;if(y<0)_.push(c.next());else if(y>0)_.push(c.next(y));else{if(u(_,c.next(1).attributes||{},v)===!1)return;v+=1,_=new p}}_.length()>0&&u(_,{},v)},p.prototype.transform=function(u,l){if(l=!!l,typeof u=="number")return this.transformPosition(u,l);for(var c=f.iterator(this.ops),_=f.iterator(u.ops),v=new p;c.hasNext()||_.hasNext();)if(c.peekType()==="insert"&&(l||_.peekType()!=="insert"))v.retain(f.length(c.next()));else if(_.peekType()==="insert")v.push(_.next());else{var b=Math.min(c.peekLength(),_.peekLength()),g=c.next(b),y=_.next(b);if(g.delete)continue;y.delete?v.push(y):v.retain(b,f.attributes.transform(g.attributes,y.attributes,l))}return v.chop()},p.prototype.transformPosition=function(u,l){l=!!l;for(var c=f.iterator(this.ops),_=0;c.hasNext()&&_<=u;){var v=c.peekLength(),b=c.peekType();if(c.next(),b==="delete"){u-=Math.min(v,u-_);continue}else b==="insert"&&(_<u||!l)&&(u+=v);_+=v}return u},e.exports=p},function(e,o){var a=Object.prototype.hasOwnProperty,r=Object.prototype.toString,d=Object.defineProperty,s=Object.getOwnPropertyDescriptor,f=function(c){return typeof Array.isArray=="function"?Array.isArray(c):r.call(c)==="[object Array]"},h=function(c){if(!c||r.call(c)!=="[object Object]")return!1;var _=a.call(c,"constructor"),v=c.constructor&&c.constructor.prototype&&a.call(c.constructor.prototype,"isPrototypeOf");if(c.constructor&&!_&&!v)return!1;var b;for(b in c);return typeof b>"u"||a.call(c,b)},p=function(c,_){d&&_.name==="__proto__"?d(c,_.name,{enumerable:!0,configurable:!0,value:_.newValue,writable:!0}):c[_.name]=_.newValue},u=function(c,_){if(_==="__proto__")if(a.call(c,_)){if(s)return s(c,_).value}else return;return c[_]};e.exports=function l(){var c,_,v,b,g,y,w=arguments[0],m=1,k=arguments.length,x=!1;for(typeof w=="boolean"&&(x=w,w=arguments[1]||{},m=2),(w==null||typeof w!="object"&&typeof w!="function")&&(w={});m<k;++m)if(c=arguments[m],c!=null)for(_ in c)v=u(w,_),b=u(c,_),w!==b&&(x&&b&&(h(b)||(g=f(b)))?(g?(g=!1,y=v&&f(v)?v:[]):y=v&&h(v)?v:{},p(w,{name:_,newValue:l(x,y,b)})):typeof b<"u"&&p(w,{name:_,newValue:b}));return w}},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.BlockEmbed=o.bubbleFormats=void 0;var r=function(){function C(O,N){for(var P=0;P<N.length;P++){var q=N[P];q.enumerable=q.enumerable||!1,q.configurable=!0,"value"in q&&(q.writable=!0),Object.defineProperty(O,q.key,q)}}return function(O,N,P){return N&&C(O.prototype,N),P&&C(O,P),O}}(),d=function C(O,N,P){O===null&&(O=Function.prototype);var q=Object.getOwnPropertyDescriptor(O,N);if(q===void 0){var G=Object.getPrototypeOf(O);return G===null?void 0:C(G,N,P)}else{if("value"in q)return q.value;var W=q.get;return W===void 0?void 0:W.call(P)}},s=a(3),f=w(s),h=a(2),p=w(h),u=a(0),l=w(u),c=a(16),_=w(c),v=a(6),b=w(v),g=a(7),y=w(g);function w(C){return C&&C.__esModule?C:{default:C}}function m(C,O){if(!(C instanceof O))throw new TypeError("Cannot call a class as a function")}function k(C,O){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return O&&(typeof O=="object"||typeof O=="function")?O:C}function x(C,O){if(typeof O!="function"&&O!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof O);C.prototype=Object.create(O&&O.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),O&&(Object.setPrototypeOf?Object.setPrototypeOf(C,O):C.__proto__=O)}var S=1,T=function(C){x(O,C);function O(){return m(this,O),k(this,(O.__proto__||Object.getPrototypeOf(O)).apply(this,arguments))}return r(O,[{key:"attach",value:function(){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"attach",this).call(this),this.attributes=new l.default.Attributor.Store(this.domNode)}},{key:"delta",value:function(){return new p.default().insert(this.value(),(0,f.default)(this.formats(),this.attributes.values()))}},{key:"format",value:function(P,q){var G=l.default.query(P,l.default.Scope.BLOCK_ATTRIBUTE);G!=null&&this.attributes.attribute(G,q)}},{key:"formatAt",value:function(P,q,G,W){this.format(G,W)}},{key:"insertAt",value:function(P,q,G){if(typeof q=="string"&&q.endsWith(`
97
+ `)){var W=l.default.create(M.blotName);this.parent.insertBefore(W,P===0?this:this.next),W.insertAt(0,q.slice(0,-1))}else d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"insertAt",this).call(this,P,q,G)}}]),O}(l.default.Embed);T.scope=l.default.Scope.BLOCK_BLOT;var M=function(C){x(O,C);function O(N){m(this,O);var P=k(this,(O.__proto__||Object.getPrototypeOf(O)).call(this,N));return P.cache={},P}return r(O,[{key:"delta",value:function(){return this.cache.delta==null&&(this.cache.delta=this.descendants(l.default.Leaf).reduce(function(P,q){return q.length()===0?P:P.insert(q.value(),E(q))},new p.default).insert(`
98
98
  `,E(this))),this.cache.delta}},{key:"deleteAt",value:function(P,q){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"deleteAt",this).call(this,P,q),this.cache={}}},{key:"formatAt",value:function(P,q,G,W){q<=0||(l.default.query(G,l.default.Scope.BLOCK)?P+q===this.length()&&this.format(G,W):d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"formatAt",this).call(this,P,Math.min(q,this.length()-P-1),G,W),this.cache={})}},{key:"insertAt",value:function(P,q,G){if(G!=null)return d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"insertAt",this).call(this,P,q,G);if(q.length!==0){var W=q.split(`
99
- `),ie=W.shift();ie.length>0&&(P<this.length()-1||this.children.tail==null?d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"insertAt",this).call(this,Math.min(P,this.length()-1),ie):this.children.tail.insertAt(this.children.tail.length(),ie),this.cache={});var U=this;W.reduce(function(R,A){return U=U.split(R,!0),U.insertAt(0,A),A.length},P+ie.length)}}},{key:"insertBefore",value:function(P,q){var G=this.children.head;d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"insertBefore",this).call(this,P,q),G instanceof _.default&&G.remove(),this.cache={}}},{key:"length",value:function(){return this.cache.length==null&&(this.cache.length=d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"length",this).call(this)+S),this.cache.length}},{key:"moveChildren",value:function(P,q){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"moveChildren",this).call(this,P,q),this.cache={}}},{key:"optimize",value:function(P){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"optimize",this).call(this,P),this.cache={}}},{key:"path",value:function(P){return d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"path",this).call(this,P,!0)}},{key:"removeChild",value:function(P){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"removeChild",this).call(this,P),this.cache={}}},{key:"split",value:function(P){var q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(q&&(P===0||P>=this.length()-S)){var G=this.clone();return P===0?(this.parent.insertBefore(G,this),this):(this.parent.insertBefore(G,this.next),G)}else{var W=d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"split",this).call(this,P,q);return this.cache={},W}}}]),O}(l.default.Block);M.blotName="block",M.tagName="P",M.defaultChild="break",M.allowedChildren=[b.default,l.default.Embed,y.default];function E(C){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return C==null||(typeof C.formats=="function"&&(O=(0,f.default)(O,C.formats())),C.parent==null||C.parent.blotName=="scroll"||C.parent.statics.scope!==C.statics.scope)?O:E(C.parent,O)}o.bubbleFormats=E,o.BlockEmbed=T,o.default=M},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.overload=o.expandConfig=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},d=function(){function U(R,A){var j=[],V=!0,Y=!1,H=void 0;try{for(var B=R[Symbol.iterator](),z;!(V=(z=B.next()).done)&&(j.push(z.value),!(A&&j.length===A));V=!0);}catch(Z){Y=!0,H=Z}finally{try{!V&&B.return&&B.return()}finally{if(Y)throw H}}return j}return function(R,A){if(Array.isArray(R))return R;if(Symbol.iterator in Object(R))return U(R,A);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function U(R,A){for(var j=0;j<A.length;j++){var V=A[j];V.enumerable=V.enumerable||!1,V.configurable=!0,"value"in V&&(V.writable=!0),Object.defineProperty(R,V.key,V)}}return function(R,A,j){return A&&U(R.prototype,A),j&&U(R,j),R}}();a(50);var f=a(2),h=E(f),p=a(14),u=E(p),l=a(8),c=E(l),_=a(9),v=E(_),b=a(0),g=E(b),y=a(15),w=E(y),m=a(3),k=E(m),N=a(10),S=E(N),T=a(34),M=E(T);function E(U){return U&&U.__esModule?U:{default:U}}function C(U,R,A){return R in U?Object.defineProperty(U,R,{value:A,enumerable:!0,configurable:!0,writable:!0}):U[R]=A,U}function O(U,R){if(!(U instanceof R))throw new TypeError("Cannot call a class as a function")}var x=(0,S.default)("quill"),P=function(){s(U,null,[{key:"debug",value:function(A){A===!0&&(A="log"),S.default.level(A)}},{key:"find",value:function(A){return A.__quill||g.default.find(A)}},{key:"import",value:function(A){return this.imports[A]==null&&x.error("Cannot import "+A+". Are you sure it was registered?"),this.imports[A]}},{key:"register",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;if(typeof A!="string"){var H=A.attrName||A.blotName;typeof H=="string"?this.register("formats/"+H,A,j):Object.keys(A).forEach(function(B){V.register(B,A[B],j)})}else this.imports[A]!=null&&!Y&&x.warn("Overwriting "+A+" with",j),this.imports[A]=j,(A.startsWith("blots/")||A.startsWith("formats/"))&&j.blotName!=="abstract"?g.default.register(j):A.startsWith("modules")&&typeof j.register=="function"&&j.register()}}]);function U(R){var A=this,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(O(this,U),this.options=q(R,j),this.container=this.options.container,this.container==null)return x.error("Invalid Quill container",R);this.options.debug&&U.debug(this.options.debug);var V=this.container.innerHTML.trim();this.container.classList.add("ql-container"),this.container.innerHTML="",this.container.__quill=this,this.root=this.addContainer("ql-editor"),this.root.classList.add("ql-blank"),this.root.setAttribute("data-gramm",!1),this.scrollingContainer=this.options.scrollingContainer||this.root,this.emitter=new c.default,this.scroll=g.default.create(this.root,{emitter:this.emitter,whitelist:this.options.formats}),this.editor=new u.default(this.scroll),this.selection=new w.default(this.scroll,this.emitter),this.theme=new this.options.theme(this,this.options),this.keyboard=this.theme.addModule("keyboard"),this.clipboard=this.theme.addModule("clipboard"),this.history=this.theme.addModule("history"),this.theme.init(),this.emitter.on(c.default.events.EDITOR_CHANGE,function(H){H===c.default.events.TEXT_CHANGE&&A.root.classList.toggle("ql-blank",A.editor.isBlank())}),this.emitter.on(c.default.events.SCROLL_UPDATE,function(H,B){var z=A.selection.lastRange,Z=z&&z.length===0?z.index:void 0;G.call(A,function(){return A.editor.update(null,B,Z)},H)});var Y=this.clipboard.convert(`<div class='ql-editor' style="white-space: normal;">`+V+"<p><br></p></div>");this.setContents(Y),this.history.clear(),this.options.placeholder&&this.root.setAttribute("data-placeholder",this.options.placeholder),this.options.readOnly&&this.disable()}return s(U,[{key:"addContainer",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(typeof A=="string"){var V=A;A=document.createElement("div"),A.classList.add(V)}return this.container.insertBefore(A,j),A}},{key:"blur",value:function(){this.selection.setRange(null)}},{key:"deleteText",value:function(A,j,V){var Y=this,H=W(A,j,V),B=d(H,4);return A=B[0],j=B[1],V=B[3],G.call(this,function(){return Y.editor.deleteText(A,j)},V,A,-1*j)}},{key:"disable",value:function(){this.enable(!1)}},{key:"enable",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.scroll.enable(A),this.container.classList.toggle("ql-disabled",!A)}},{key:"focus",value:function(){var A=this.scrollingContainer.scrollTop;this.selection.focus(),this.scrollingContainer.scrollTop=A,this.scrollIntoView()}},{key:"format",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:c.default.sources.API;return G.call(this,function(){var H=V.getSelection(!0),B=new h.default;if(H==null)return B;if(g.default.query(A,g.default.Scope.BLOCK))B=V.editor.formatLine(H.index,H.length,C({},A,j));else{if(H.length===0)return V.selection.format(A,j),B;B=V.editor.formatText(H.index,H.length,C({},A,j))}return V.setSelection(H,c.default.sources.SILENT),B},Y)}},{key:"formatLine",value:function(A,j,V,Y,H){var B=this,z=void 0,Z=W(A,j,V,Y,H),J=d(Z,4);return A=J[0],j=J[1],z=J[2],H=J[3],G.call(this,function(){return B.editor.formatLine(A,j,z)},H,A,0)}},{key:"formatText",value:function(A,j,V,Y,H){var B=this,z=void 0,Z=W(A,j,V,Y,H),J=d(Z,4);return A=J[0],j=J[1],z=J[2],H=J[3],G.call(this,function(){return B.editor.formatText(A,j,z)},H,A,0)}},{key:"getBounds",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,V=void 0;typeof A=="number"?V=this.selection.getBounds(A,j):V=this.selection.getBounds(A.index,A.length);var Y=this.container.getBoundingClientRect();return{bottom:V.bottom-Y.top,height:V.height,left:V.left-Y.left,right:V.right-Y.left,top:V.top-Y.top,width:V.width}}},{key:"getContents",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-A,V=W(A,j),Y=d(V,2);return A=Y[0],j=Y[1],this.editor.getContents(A,j)}},{key:"getFormat",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.getSelection(!0),j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return typeof A=="number"?this.editor.getFormat(A,j):this.editor.getFormat(A.index,A.length)}},{key:"getIndex",value:function(A){return A.offset(this.scroll)}},{key:"getLength",value:function(){return this.scroll.length()}},{key:"getLeaf",value:function(A){return this.scroll.leaf(A)}},{key:"getLine",value:function(A){return this.scroll.line(A)}},{key:"getLines",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE;return typeof A!="number"?this.scroll.lines(A.index,A.length):this.scroll.lines(A,j)}},{key:"getModule",value:function(A){return this.theme.modules[A]}},{key:"getSelection",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return A&&this.focus(),this.update(),this.selection.getRange()[0]}},{key:"getText",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-A,V=W(A,j),Y=d(V,2);return A=Y[0],j=Y[1],this.editor.getText(A,j)}},{key:"hasFocus",value:function(){return this.selection.hasFocus()}},{key:"insertEmbed",value:function(A,j,V){var Y=this,H=arguments.length>3&&arguments[3]!==void 0?arguments[3]:U.sources.API;return G.call(this,function(){return Y.editor.insertEmbed(A,j,V)},H,A)}},{key:"insertText",value:function(A,j,V,Y,H){var B=this,z=void 0,Z=W(A,0,V,Y,H),J=d(Z,4);return A=J[0],z=J[2],H=J[3],G.call(this,function(){return B.editor.insertText(A,j,z)},H,A,j.length)}},{key:"isEnabled",value:function(){return!this.container.classList.contains("ql-disabled")}},{key:"off",value:function(){return this.emitter.off.apply(this.emitter,arguments)}},{key:"on",value:function(){return this.emitter.on.apply(this.emitter,arguments)}},{key:"once",value:function(){return this.emitter.once.apply(this.emitter,arguments)}},{key:"pasteHTML",value:function(A,j,V){this.clipboard.dangerouslyPasteHTML(A,j,V)}},{key:"removeFormat",value:function(A,j,V){var Y=this,H=W(A,j,V),B=d(H,4);return A=B[0],j=B[1],V=B[3],G.call(this,function(){return Y.editor.removeFormat(A,j)},V,A)}},{key:"scrollIntoView",value:function(){this.selection.scrollIntoView(this.scrollingContainer)}},{key:"setContents",value:function(A){var j=this,V=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c.default.sources.API;return G.call(this,function(){A=new h.default(A);var Y=j.getLength(),H=j.editor.deleteText(0,Y),B=j.editor.applyDelta(A),z=B.ops[B.ops.length-1];z!=null&&typeof z.insert=="string"&&z.insert[z.insert.length-1]===`
100
- `&&(j.editor.deleteText(j.getLength()-1,1),B.delete(1));var Z=H.compose(B);return Z},V)}},{key:"setSelection",value:function(A,j,V){if(A==null)this.selection.setRange(null,j||U.sources.API);else{var Y=W(A,j,V),H=d(Y,4);A=H[0],j=H[1],V=H[3],this.selection.setRange(new y.Range(A,j),V),V!==c.default.sources.SILENT&&this.selection.scrollIntoView(this.scrollingContainer)}}},{key:"setText",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c.default.sources.API,V=new h.default().insert(A);return this.setContents(V,j)}},{key:"update",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:c.default.sources.USER,j=this.scroll.update(A);return this.selection.update(A),j}},{key:"updateContents",value:function(A){var j=this,V=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c.default.sources.API;return G.call(this,function(){return A=new h.default(A),j.editor.applyDelta(A,V)},V,!0)}}]),U}();P.DEFAULTS={bounds:null,formats:null,modules:{},placeholder:"",readOnly:!1,scrollingContainer:null,strict:!0,theme:"default"},P.events=c.default.events,P.sources=c.default.sources,P.version="1.3.7",P.imports={delta:h.default,parchment:g.default,"core/module":v.default,"core/theme":M.default};function q(U,R){if(R=(0,k.default)(!0,{container:U,modules:{clipboard:!0,keyboard:!0,history:!0}},R),!R.theme||R.theme===P.DEFAULTS.theme)R.theme=M.default;else if(R.theme=P.import("themes/"+R.theme),R.theme==null)throw new Error("Invalid theme "+R.theme+". Did you register it?");var A=(0,k.default)(!0,{},R.theme.DEFAULTS);[A,R].forEach(function(Y){Y.modules=Y.modules||{},Object.keys(Y.modules).forEach(function(H){Y.modules[H]===!0&&(Y.modules[H]={})})});var j=Object.keys(A.modules).concat(Object.keys(R.modules)),V=j.reduce(function(Y,H){var B=P.import("modules/"+H);return B==null?x.error("Cannot load "+H+" module. Are you sure you registered it?"):Y[H]=B.DEFAULTS||{},Y},{});return R.modules!=null&&R.modules.toolbar&&R.modules.toolbar.constructor!==Object&&(R.modules.toolbar={container:R.modules.toolbar}),R=(0,k.default)(!0,{},P.DEFAULTS,{modules:V},A,R),["bounds","container","scrollingContainer"].forEach(function(Y){typeof R[Y]=="string"&&(R[Y]=document.querySelector(R[Y]))}),R.modules=Object.keys(R.modules).reduce(function(Y,H){return R.modules[H]&&(Y[H]=R.modules[H]),Y},{}),R}function G(U,R,A,j){if(this.options.strict&&!this.isEnabled()&&R===c.default.sources.USER)return new h.default;var V=A==null?null:this.getSelection(),Y=this.editor.delta,H=U();if(V!=null&&(A===!0&&(A=V.index),j==null?V=ie(V,H,R):j!==0&&(V=ie(V,A,j,R)),this.setSelection(V,c.default.sources.SILENT)),H.length()>0){var B,z=[c.default.events.TEXT_CHANGE,H,Y,R];if((B=this.emitter).emit.apply(B,[c.default.events.EDITOR_CHANGE].concat(z)),R!==c.default.sources.SILENT){var Z;(Z=this.emitter).emit.apply(Z,z)}}return H}function W(U,R,A,j,V){var Y={};return typeof U.index=="number"&&typeof U.length=="number"?typeof R!="number"?(V=j,j=A,A=R,R=U.length,U=U.index):(R=U.length,U=U.index):typeof R!="number"&&(V=j,j=A,A=R,R=0),(typeof A>"u"?"undefined":r(A))==="object"?(Y=A,V=j):typeof A=="string"&&(j!=null?Y[A]=j:V=A),V=V||c.default.sources.API,[U,R,Y,V]}function ie(U,R,A,j){if(U==null)return null;var V=void 0,Y=void 0;if(R instanceof h.default){var H=[U.index,U.index+U.length].map(function(J){return R.transformPosition(J,j!==c.default.sources.USER)}),B=d(H,2);V=B[0],Y=B[1]}else{var z=[U.index,U.index+U.length].map(function(J){return J<R||J===R&&j===c.default.sources.USER?J:A>=0?J+A:Math.max(R,J+A)}),Z=d(z,2);V=Z[0],Y=Z[1]}return new y.Range(V,Y-V)}o.expandConfig=q,o.overload=W,o.default=P},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(w)}},s=a(7),f=u(s),h=a(0),p=u(h);function u(b){return b&&b.__esModule?b:{default:b}}function l(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function c(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function _(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var v=function(b){_(g,b);function g(){return l(this,g),c(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"formatAt",value:function(w,m,k,N){if(g.compare(this.statics.blotName,k)<0&&p.default.query(k,p.default.Scope.BLOT)){var S=this.isolate(w,m);N&&S.wrap(k,N)}else d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"formatAt",this).call(this,w,m,k,N)}},{key:"optimize",value:function(w){if(d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"optimize",this).call(this,w),this.parent instanceof g&&g.compare(this.statics.blotName,this.parent.statics.blotName)>0){var m=this.parent.isolate(this.offset(),this.length());this.moveChildren(m),m.wrap(this)}}}],[{key:"compare",value:function(w,m){var k=g.order.indexOf(w),N=g.order.indexOf(m);return k>=0||N>=0?k-N:w===m?0:w<m?-1:1}}]),g}(p.default.Inline);v.allowedChildren=[v,p.default.Embed,f.default],v.order=["cursor","inline","underline","strike","italic","bold","script","link","code"],o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(0),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default.Text);o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function y(w,m){for(var k=0;k<m.length;k++){var N=m[k];N.enumerable=N.enumerable||!1,N.configurable=!0,"value"in N&&(N.writable=!0),Object.defineProperty(w,N.key,N)}}return function(w,m,k){return m&&y(w.prototype,m),k&&y(w,k),w}}(),d=function y(w,m,k){w===null&&(w=Function.prototype);var N=Object.getOwnPropertyDescriptor(w,m);if(N===void 0){var S=Object.getPrototypeOf(w);return S===null?void 0:y(S,m,k)}else{if("value"in N)return N.value;var T=N.get;return T===void 0?void 0:T.call(k)}},s=a(54),f=u(s),h=a(10),p=u(h);function u(y){return y&&y.__esModule?y:{default:y}}function l(y,w){if(!(y instanceof w))throw new TypeError("Cannot call a class as a function")}function c(y,w){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w&&(typeof w=="object"||typeof w=="function")?w:y}function _(y,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof w);y.prototype=Object.create(w&&w.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),w&&(Object.setPrototypeOf?Object.setPrototypeOf(y,w):y.__proto__=w)}var v=(0,p.default)("quill:events"),b=["selectionchange","mousedown","mouseup","click"];b.forEach(function(y){document.addEventListener(y,function(){for(var w=arguments.length,m=Array(w),k=0;k<w;k++)m[k]=arguments[k];[].slice.call(document.querySelectorAll(".ql-container")).forEach(function(N){if(N.__quill&&N.__quill.emitter){var S;(S=N.__quill.emitter).handleDOM.apply(S,m)}})})});var g=function(y){_(w,y);function w(){l(this,w);var m=c(this,(w.__proto__||Object.getPrototypeOf(w)).call(this));return m.listeners={},m.on("error",v.error),m}return r(w,[{key:"emit",value:function(){v.log.apply(v,arguments),d(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"emit",this).apply(this,arguments)}},{key:"handleDOM",value:function(k){for(var N=arguments.length,S=Array(N>1?N-1:0),T=1;T<N;T++)S[T-1]=arguments[T];(this.listeners[k.type]||[]).forEach(function(M){var E=M.node,C=M.handler;(k.target===E||E.contains(k.target))&&C.apply(void 0,[k].concat(S))})}},{key:"listenDOM",value:function(k,N,S){this.listeners[k]||(this.listeners[k]=[]),this.listeners[k].push({node:N,handler:S})}}]),w}(f.default);g.events={EDITOR_CHANGE:"editor-change",SCROLL_BEFORE_UPDATE:"scroll-before-update",SCROLL_OPTIMIZE:"scroll-optimize",SCROLL_UPDATE:"scroll-update",SELECTION_CHANGE:"selection-change",TEXT_CHANGE:"text-change"},g.sources={API:"api",SILENT:"silent",USER:"user"},o.default=g},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});function r(s,f){if(!(s instanceof f))throw new TypeError("Cannot call a class as a function")}var d=function s(f){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};r(this,s),this.quill=f,this.options=h};d.DEFAULTS={},o.default=d},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=["error","warn","log","info"],d="warn";function s(h){if(r.indexOf(h)<=r.indexOf(d)){for(var p,u=arguments.length,l=Array(u>1?u-1:0),c=1;c<u;c++)l[c-1]=arguments[c];(p=console)[h].apply(p,l)}}function f(h){return r.reduce(function(p,u){return p[u]=s.bind(console,u,h),p},{})}s.level=f.level=function(h){d=h},o.default=f},function(e,o,a){var r=Array.prototype.slice,d=a(52),s=a(53),f=e.exports=function(l,c,_){return _||(_={}),l===c?!0:l instanceof Date&&c instanceof Date?l.getTime()===c.getTime():!l||!c||typeof l!="object"&&typeof c!="object"?_.strict?l===c:l==c:u(l,c,_)};function h(l){return l==null}function p(l){return!(!l||typeof l!="object"||typeof l.length!="number"||typeof l.copy!="function"||typeof l.slice!="function"||l.length>0&&typeof l[0]!="number")}function u(l,c,_){var v,b;if(h(l)||h(c)||l.prototype!==c.prototype)return!1;if(s(l))return s(c)?(l=r.call(l),c=r.call(c),f(l,c,_)):!1;if(p(l)){if(!p(c)||l.length!==c.length)return!1;for(v=0;v<l.length;v++)if(l[v]!==c[v])return!1;return!0}try{var g=d(l),y=d(c)}catch{return!1}if(g.length!=y.length)return!1;for(g.sort(),y.sort(),v=g.length-1;v>=0;v--)if(g[v]!=y[v])return!1;for(v=g.length-1;v>=0;v--)if(b=g[v],!f(l[b],c[b],_))return!1;return typeof l==typeof c}},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(1),d=function(){function s(f,h,p){p===void 0&&(p={}),this.attrName=f,this.keyName=h;var u=r.Scope.TYPE&r.Scope.ATTRIBUTE;p.scope!=null?this.scope=p.scope&r.Scope.LEVEL|u:this.scope=r.Scope.ATTRIBUTE,p.whitelist!=null&&(this.whitelist=p.whitelist)}return s.keys=function(f){return[].map.call(f.attributes,function(h){return h.name})},s.prototype.add=function(f,h){return this.canAdd(f,h)?(f.setAttribute(this.keyName,h),!0):!1},s.prototype.canAdd=function(f,h){var p=r.query(f,r.Scope.BLOT&(this.scope|r.Scope.TYPE));return p==null?!1:this.whitelist==null?!0:typeof h=="string"?this.whitelist.indexOf(h.replace(/["']/g,""))>-1:this.whitelist.indexOf(h)>-1},s.prototype.remove=function(f){f.removeAttribute(this.keyName)},s.prototype.value=function(f){var h=f.getAttribute(this.keyName);return this.canAdd(f,h)&&h?h:""},s}();o.default=d},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.Code=void 0;var r=function(){function T(M,E){var C=[],O=!0,x=!1,P=void 0;try{for(var q=M[Symbol.iterator](),G;!(O=(G=q.next()).done)&&(C.push(G.value),!(E&&C.length===E));O=!0);}catch(W){x=!0,P=W}finally{try{!O&&q.return&&q.return()}finally{if(x)throw P}}return C}return function(M,E){if(Array.isArray(M))return M;if(Symbol.iterator in Object(M))return T(M,E);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function T(M,E){for(var C=0;C<E.length;C++){var O=E[C];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(M,O.key,O)}}return function(M,E,C){return E&&T(M.prototype,E),C&&T(M,C),M}}(),s=function T(M,E,C){M===null&&(M=Function.prototype);var O=Object.getOwnPropertyDescriptor(M,E);if(O===void 0){var x=Object.getPrototypeOf(M);return x===null?void 0:T(x,E,C)}else{if("value"in O)return O.value;var P=O.get;return P===void 0?void 0:P.call(C)}},f=a(2),h=y(f),p=a(0),u=y(p),l=a(4),c=y(l),_=a(6),v=y(_),b=a(7),g=y(b);function y(T){return T&&T.__esModule?T:{default:T}}function w(T,M){if(!(T instanceof M))throw new TypeError("Cannot call a class as a function")}function m(T,M){if(!T)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return M&&(typeof M=="object"||typeof M=="function")?M:T}function k(T,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof M);T.prototype=Object.create(M&&M.prototype,{constructor:{value:T,enumerable:!1,writable:!0,configurable:!0}}),M&&(Object.setPrototypeOf?Object.setPrototypeOf(T,M):T.__proto__=M)}var N=function(T){k(M,T);function M(){return w(this,M),m(this,(M.__proto__||Object.getPrototypeOf(M)).apply(this,arguments))}return M}(v.default);N.blotName="code",N.tagName="CODE";var S=function(T){k(M,T);function M(){return w(this,M),m(this,(M.__proto__||Object.getPrototypeOf(M)).apply(this,arguments))}return d(M,[{key:"delta",value:function(){var C=this,O=this.domNode.textContent;return O.endsWith(`
99
+ `),ie=W.shift();ie.length>0&&(P<this.length()-1||this.children.tail==null?d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"insertAt",this).call(this,Math.min(P,this.length()-1),ie):this.children.tail.insertAt(this.children.tail.length(),ie),this.cache={});var U=this;W.reduce(function(R,A){return U=U.split(R,!0),U.insertAt(0,A),A.length},P+ie.length)}}},{key:"insertBefore",value:function(P,q){var G=this.children.head;d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"insertBefore",this).call(this,P,q),G instanceof _.default&&G.remove(),this.cache={}}},{key:"length",value:function(){return this.cache.length==null&&(this.cache.length=d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"length",this).call(this)+S),this.cache.length}},{key:"moveChildren",value:function(P,q){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"moveChildren",this).call(this,P,q),this.cache={}}},{key:"optimize",value:function(P){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"optimize",this).call(this,P),this.cache={}}},{key:"path",value:function(P){return d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"path",this).call(this,P,!0)}},{key:"removeChild",value:function(P){d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"removeChild",this).call(this,P),this.cache={}}},{key:"split",value:function(P){var q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(q&&(P===0||P>=this.length()-S)){var G=this.clone();return P===0?(this.parent.insertBefore(G,this),this):(this.parent.insertBefore(G,this.next),G)}else{var W=d(O.prototype.__proto__||Object.getPrototypeOf(O.prototype),"split",this).call(this,P,q);return this.cache={},W}}}]),O}(l.default.Block);M.blotName="block",M.tagName="P",M.defaultChild="break",M.allowedChildren=[b.default,l.default.Embed,y.default];function E(C){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return C==null||(typeof C.formats=="function"&&(O=(0,f.default)(O,C.formats())),C.parent==null||C.parent.blotName=="scroll"||C.parent.statics.scope!==C.statics.scope)?O:E(C.parent,O)}o.bubbleFormats=E,o.BlockEmbed=T,o.default=M},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.overload=o.expandConfig=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},d=function(){function U(R,A){var j=[],V=!0,Y=!1,H=void 0;try{for(var B=R[Symbol.iterator](),z;!(V=(z=B.next()).done)&&(j.push(z.value),!(A&&j.length===A));V=!0);}catch(Z){Y=!0,H=Z}finally{try{!V&&B.return&&B.return()}finally{if(Y)throw H}}return j}return function(R,A){if(Array.isArray(R))return R;if(Symbol.iterator in Object(R))return U(R,A);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function U(R,A){for(var j=0;j<A.length;j++){var V=A[j];V.enumerable=V.enumerable||!1,V.configurable=!0,"value"in V&&(V.writable=!0),Object.defineProperty(R,V.key,V)}}return function(R,A,j){return A&&U(R.prototype,A),j&&U(R,j),R}}();a(50);var f=a(2),h=E(f),p=a(14),u=E(p),l=a(8),c=E(l),_=a(9),v=E(_),b=a(0),g=E(b),y=a(15),w=E(y),m=a(3),k=E(m),x=a(10),S=E(x),T=a(34),M=E(T);function E(U){return U&&U.__esModule?U:{default:U}}function C(U,R,A){return R in U?Object.defineProperty(U,R,{value:A,enumerable:!0,configurable:!0,writable:!0}):U[R]=A,U}function O(U,R){if(!(U instanceof R))throw new TypeError("Cannot call a class as a function")}var N=(0,S.default)("quill"),P=function(){s(U,null,[{key:"debug",value:function(A){A===!0&&(A="log"),S.default.level(A)}},{key:"find",value:function(A){return A.__quill||g.default.find(A)}},{key:"import",value:function(A){return this.imports[A]==null&&N.error("Cannot import "+A+". Are you sure it was registered?"),this.imports[A]}},{key:"register",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;if(typeof A!="string"){var H=A.attrName||A.blotName;typeof H=="string"?this.register("formats/"+H,A,j):Object.keys(A).forEach(function(B){V.register(B,A[B],j)})}else this.imports[A]!=null&&!Y&&N.warn("Overwriting "+A+" with",j),this.imports[A]=j,(A.startsWith("blots/")||A.startsWith("formats/"))&&j.blotName!=="abstract"?g.default.register(j):A.startsWith("modules")&&typeof j.register=="function"&&j.register()}}]);function U(R){var A=this,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(O(this,U),this.options=q(R,j),this.container=this.options.container,this.container==null)return N.error("Invalid Quill container",R);this.options.debug&&U.debug(this.options.debug);var V=this.container.innerHTML.trim();this.container.classList.add("ql-container"),this.container.innerHTML="",this.container.__quill=this,this.root=this.addContainer("ql-editor"),this.root.classList.add("ql-blank"),this.root.setAttribute("data-gramm",!1),this.scrollingContainer=this.options.scrollingContainer||this.root,this.emitter=new c.default,this.scroll=g.default.create(this.root,{emitter:this.emitter,whitelist:this.options.formats}),this.editor=new u.default(this.scroll),this.selection=new w.default(this.scroll,this.emitter),this.theme=new this.options.theme(this,this.options),this.keyboard=this.theme.addModule("keyboard"),this.clipboard=this.theme.addModule("clipboard"),this.history=this.theme.addModule("history"),this.theme.init(),this.emitter.on(c.default.events.EDITOR_CHANGE,function(H){H===c.default.events.TEXT_CHANGE&&A.root.classList.toggle("ql-blank",A.editor.isBlank())}),this.emitter.on(c.default.events.SCROLL_UPDATE,function(H,B){var z=A.selection.lastRange,Z=z&&z.length===0?z.index:void 0;G.call(A,function(){return A.editor.update(null,B,Z)},H)});var Y=this.clipboard.convert(`<div class='ql-editor' style="white-space: normal;">`+V+"<p><br></p></div>");this.setContents(Y),this.history.clear(),this.options.placeholder&&this.root.setAttribute("data-placeholder",this.options.placeholder),this.options.readOnly&&this.disable()}return s(U,[{key:"addContainer",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(typeof A=="string"){var V=A;A=document.createElement("div"),A.classList.add(V)}return this.container.insertBefore(A,j),A}},{key:"blur",value:function(){this.selection.setRange(null)}},{key:"deleteText",value:function(A,j,V){var Y=this,H=W(A,j,V),B=d(H,4);return A=B[0],j=B[1],V=B[3],G.call(this,function(){return Y.editor.deleteText(A,j)},V,A,-1*j)}},{key:"disable",value:function(){this.enable(!1)}},{key:"enable",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.scroll.enable(A),this.container.classList.toggle("ql-disabled",!A)}},{key:"focus",value:function(){var A=this.scrollingContainer.scrollTop;this.selection.focus(),this.scrollingContainer.scrollTop=A,this.scrollIntoView()}},{key:"format",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:c.default.sources.API;return G.call(this,function(){var H=V.getSelection(!0),B=new h.default;if(H==null)return B;if(g.default.query(A,g.default.Scope.BLOCK))B=V.editor.formatLine(H.index,H.length,C({},A,j));else{if(H.length===0)return V.selection.format(A,j),B;B=V.editor.formatText(H.index,H.length,C({},A,j))}return V.setSelection(H,c.default.sources.SILENT),B},Y)}},{key:"formatLine",value:function(A,j,V,Y,H){var B=this,z=void 0,Z=W(A,j,V,Y,H),J=d(Z,4);return A=J[0],j=J[1],z=J[2],H=J[3],G.call(this,function(){return B.editor.formatLine(A,j,z)},H,A,0)}},{key:"formatText",value:function(A,j,V,Y,H){var B=this,z=void 0,Z=W(A,j,V,Y,H),J=d(Z,4);return A=J[0],j=J[1],z=J[2],H=J[3],G.call(this,function(){return B.editor.formatText(A,j,z)},H,A,0)}},{key:"getBounds",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,V=void 0;typeof A=="number"?V=this.selection.getBounds(A,j):V=this.selection.getBounds(A.index,A.length);var Y=this.container.getBoundingClientRect();return{bottom:V.bottom-Y.top,height:V.height,left:V.left-Y.left,right:V.right-Y.left,top:V.top-Y.top,width:V.width}}},{key:"getContents",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-A,V=W(A,j),Y=d(V,2);return A=Y[0],j=Y[1],this.editor.getContents(A,j)}},{key:"getFormat",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.getSelection(!0),j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return typeof A=="number"?this.editor.getFormat(A,j):this.editor.getFormat(A.index,A.length)}},{key:"getIndex",value:function(A){return A.offset(this.scroll)}},{key:"getLength",value:function(){return this.scroll.length()}},{key:"getLeaf",value:function(A){return this.scroll.leaf(A)}},{key:"getLine",value:function(A){return this.scroll.line(A)}},{key:"getLines",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE;return typeof A!="number"?this.scroll.lines(A.index,A.length):this.scroll.lines(A,j)}},{key:"getModule",value:function(A){return this.theme.modules[A]}},{key:"getSelection",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return A&&this.focus(),this.update(),this.selection.getRange()[0]}},{key:"getText",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-A,V=W(A,j),Y=d(V,2);return A=Y[0],j=Y[1],this.editor.getText(A,j)}},{key:"hasFocus",value:function(){return this.selection.hasFocus()}},{key:"insertEmbed",value:function(A,j,V){var Y=this,H=arguments.length>3&&arguments[3]!==void 0?arguments[3]:U.sources.API;return G.call(this,function(){return Y.editor.insertEmbed(A,j,V)},H,A)}},{key:"insertText",value:function(A,j,V,Y,H){var B=this,z=void 0,Z=W(A,0,V,Y,H),J=d(Z,4);return A=J[0],z=J[2],H=J[3],G.call(this,function(){return B.editor.insertText(A,j,z)},H,A,j.length)}},{key:"isEnabled",value:function(){return!this.container.classList.contains("ql-disabled")}},{key:"off",value:function(){return this.emitter.off.apply(this.emitter,arguments)}},{key:"on",value:function(){return this.emitter.on.apply(this.emitter,arguments)}},{key:"once",value:function(){return this.emitter.once.apply(this.emitter,arguments)}},{key:"pasteHTML",value:function(A,j,V){this.clipboard.dangerouslyPasteHTML(A,j,V)}},{key:"removeFormat",value:function(A,j,V){var Y=this,H=W(A,j,V),B=d(H,4);return A=B[0],j=B[1],V=B[3],G.call(this,function(){return Y.editor.removeFormat(A,j)},V,A)}},{key:"scrollIntoView",value:function(){this.selection.scrollIntoView(this.scrollingContainer)}},{key:"setContents",value:function(A){var j=this,V=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c.default.sources.API;return G.call(this,function(){A=new h.default(A);var Y=j.getLength(),H=j.editor.deleteText(0,Y),B=j.editor.applyDelta(A),z=B.ops[B.ops.length-1];z!=null&&typeof z.insert=="string"&&z.insert[z.insert.length-1]===`
100
+ `&&(j.editor.deleteText(j.getLength()-1,1),B.delete(1));var Z=H.compose(B);return Z},V)}},{key:"setSelection",value:function(A,j,V){if(A==null)this.selection.setRange(null,j||U.sources.API);else{var Y=W(A,j,V),H=d(Y,4);A=H[0],j=H[1],V=H[3],this.selection.setRange(new y.Range(A,j),V),V!==c.default.sources.SILENT&&this.selection.scrollIntoView(this.scrollingContainer)}}},{key:"setText",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c.default.sources.API,V=new h.default().insert(A);return this.setContents(V,j)}},{key:"update",value:function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:c.default.sources.USER,j=this.scroll.update(A);return this.selection.update(A),j}},{key:"updateContents",value:function(A){var j=this,V=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c.default.sources.API;return G.call(this,function(){return A=new h.default(A),j.editor.applyDelta(A,V)},V,!0)}}]),U}();P.DEFAULTS={bounds:null,formats:null,modules:{},placeholder:"",readOnly:!1,scrollingContainer:null,strict:!0,theme:"default"},P.events=c.default.events,P.sources=c.default.sources,P.version="1.3.7",P.imports={delta:h.default,parchment:g.default,"core/module":v.default,"core/theme":M.default};function q(U,R){if(R=(0,k.default)(!0,{container:U,modules:{clipboard:!0,keyboard:!0,history:!0}},R),!R.theme||R.theme===P.DEFAULTS.theme)R.theme=M.default;else if(R.theme=P.import("themes/"+R.theme),R.theme==null)throw new Error("Invalid theme "+R.theme+". Did you register it?");var A=(0,k.default)(!0,{},R.theme.DEFAULTS);[A,R].forEach(function(Y){Y.modules=Y.modules||{},Object.keys(Y.modules).forEach(function(H){Y.modules[H]===!0&&(Y.modules[H]={})})});var j=Object.keys(A.modules).concat(Object.keys(R.modules)),V=j.reduce(function(Y,H){var B=P.import("modules/"+H);return B==null?N.error("Cannot load "+H+" module. Are you sure you registered it?"):Y[H]=B.DEFAULTS||{},Y},{});return R.modules!=null&&R.modules.toolbar&&R.modules.toolbar.constructor!==Object&&(R.modules.toolbar={container:R.modules.toolbar}),R=(0,k.default)(!0,{},P.DEFAULTS,{modules:V},A,R),["bounds","container","scrollingContainer"].forEach(function(Y){typeof R[Y]=="string"&&(R[Y]=document.querySelector(R[Y]))}),R.modules=Object.keys(R.modules).reduce(function(Y,H){return R.modules[H]&&(Y[H]=R.modules[H]),Y},{}),R}function G(U,R,A,j){if(this.options.strict&&!this.isEnabled()&&R===c.default.sources.USER)return new h.default;var V=A==null?null:this.getSelection(),Y=this.editor.delta,H=U();if(V!=null&&(A===!0&&(A=V.index),j==null?V=ie(V,H,R):j!==0&&(V=ie(V,A,j,R)),this.setSelection(V,c.default.sources.SILENT)),H.length()>0){var B,z=[c.default.events.TEXT_CHANGE,H,Y,R];if((B=this.emitter).emit.apply(B,[c.default.events.EDITOR_CHANGE].concat(z)),R!==c.default.sources.SILENT){var Z;(Z=this.emitter).emit.apply(Z,z)}}return H}function W(U,R,A,j,V){var Y={};return typeof U.index=="number"&&typeof U.length=="number"?typeof R!="number"?(V=j,j=A,A=R,R=U.length,U=U.index):(R=U.length,U=U.index):typeof R!="number"&&(V=j,j=A,A=R,R=0),(typeof A>"u"?"undefined":r(A))==="object"?(Y=A,V=j):typeof A=="string"&&(j!=null?Y[A]=j:V=A),V=V||c.default.sources.API,[U,R,Y,V]}function ie(U,R,A,j){if(U==null)return null;var V=void 0,Y=void 0;if(R instanceof h.default){var H=[U.index,U.index+U.length].map(function(J){return R.transformPosition(J,j!==c.default.sources.USER)}),B=d(H,2);V=B[0],Y=B[1]}else{var z=[U.index,U.index+U.length].map(function(J){return J<R||J===R&&j===c.default.sources.USER?J:A>=0?J+A:Math.max(R,J+A)}),Z=d(z,2);V=Z[0],Y=Z[1]}return new y.Range(V,Y-V)}o.expandConfig=q,o.overload=W,o.default=P},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var x=m.get;return x===void 0?void 0:x.call(w)}},s=a(7),f=u(s),h=a(0),p=u(h);function u(b){return b&&b.__esModule?b:{default:b}}function l(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function c(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function _(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var v=function(b){_(g,b);function g(){return l(this,g),c(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"formatAt",value:function(w,m,k,x){if(g.compare(this.statics.blotName,k)<0&&p.default.query(k,p.default.Scope.BLOT)){var S=this.isolate(w,m);x&&S.wrap(k,x)}else d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"formatAt",this).call(this,w,m,k,x)}},{key:"optimize",value:function(w){if(d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"optimize",this).call(this,w),this.parent instanceof g&&g.compare(this.statics.blotName,this.parent.statics.blotName)>0){var m=this.parent.isolate(this.offset(),this.length());this.moveChildren(m),m.wrap(this)}}}],[{key:"compare",value:function(w,m){var k=g.order.indexOf(w),x=g.order.indexOf(m);return k>=0||x>=0?k-x:w===m?0:w<m?-1:1}}]),g}(p.default.Inline);v.allowedChildren=[v,p.default.Embed,f.default],v.order=["cursor","inline","underline","strike","italic","bold","script","link","code"],o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(0),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default.Text);o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function y(w,m){for(var k=0;k<m.length;k++){var x=m[k];x.enumerable=x.enumerable||!1,x.configurable=!0,"value"in x&&(x.writable=!0),Object.defineProperty(w,x.key,x)}}return function(w,m,k){return m&&y(w.prototype,m),k&&y(w,k),w}}(),d=function y(w,m,k){w===null&&(w=Function.prototype);var x=Object.getOwnPropertyDescriptor(w,m);if(x===void 0){var S=Object.getPrototypeOf(w);return S===null?void 0:y(S,m,k)}else{if("value"in x)return x.value;var T=x.get;return T===void 0?void 0:T.call(k)}},s=a(54),f=u(s),h=a(10),p=u(h);function u(y){return y&&y.__esModule?y:{default:y}}function l(y,w){if(!(y instanceof w))throw new TypeError("Cannot call a class as a function")}function c(y,w){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w&&(typeof w=="object"||typeof w=="function")?w:y}function _(y,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof w);y.prototype=Object.create(w&&w.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),w&&(Object.setPrototypeOf?Object.setPrototypeOf(y,w):y.__proto__=w)}var v=(0,p.default)("quill:events"),b=["selectionchange","mousedown","mouseup","click"];b.forEach(function(y){document.addEventListener(y,function(){for(var w=arguments.length,m=Array(w),k=0;k<w;k++)m[k]=arguments[k];[].slice.call(document.querySelectorAll(".ql-container")).forEach(function(x){if(x.__quill&&x.__quill.emitter){var S;(S=x.__quill.emitter).handleDOM.apply(S,m)}})})});var g=function(y){_(w,y);function w(){l(this,w);var m=c(this,(w.__proto__||Object.getPrototypeOf(w)).call(this));return m.listeners={},m.on("error",v.error),m}return r(w,[{key:"emit",value:function(){v.log.apply(v,arguments),d(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"emit",this).apply(this,arguments)}},{key:"handleDOM",value:function(k){for(var x=arguments.length,S=Array(x>1?x-1:0),T=1;T<x;T++)S[T-1]=arguments[T];(this.listeners[k.type]||[]).forEach(function(M){var E=M.node,C=M.handler;(k.target===E||E.contains(k.target))&&C.apply(void 0,[k].concat(S))})}},{key:"listenDOM",value:function(k,x,S){this.listeners[k]||(this.listeners[k]=[]),this.listeners[k].push({node:x,handler:S})}}]),w}(f.default);g.events={EDITOR_CHANGE:"editor-change",SCROLL_BEFORE_UPDATE:"scroll-before-update",SCROLL_OPTIMIZE:"scroll-optimize",SCROLL_UPDATE:"scroll-update",SELECTION_CHANGE:"selection-change",TEXT_CHANGE:"text-change"},g.sources={API:"api",SILENT:"silent",USER:"user"},o.default=g},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});function r(s,f){if(!(s instanceof f))throw new TypeError("Cannot call a class as a function")}var d=function s(f){var h=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};r(this,s),this.quill=f,this.options=h};d.DEFAULTS={},o.default=d},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=["error","warn","log","info"],d="warn";function s(h){if(r.indexOf(h)<=r.indexOf(d)){for(var p,u=arguments.length,l=Array(u>1?u-1:0),c=1;c<u;c++)l[c-1]=arguments[c];(p=console)[h].apply(p,l)}}function f(h){return r.reduce(function(p,u){return p[u]=s.bind(console,u,h),p},{})}s.level=f.level=function(h){d=h},o.default=f},function(e,o,a){var r=Array.prototype.slice,d=a(52),s=a(53),f=e.exports=function(l,c,_){return _||(_={}),l===c?!0:l instanceof Date&&c instanceof Date?l.getTime()===c.getTime():!l||!c||typeof l!="object"&&typeof c!="object"?_.strict?l===c:l==c:u(l,c,_)};function h(l){return l==null}function p(l){return!(!l||typeof l!="object"||typeof l.length!="number"||typeof l.copy!="function"||typeof l.slice!="function"||l.length>0&&typeof l[0]!="number")}function u(l,c,_){var v,b;if(h(l)||h(c)||l.prototype!==c.prototype)return!1;if(s(l))return s(c)?(l=r.call(l),c=r.call(c),f(l,c,_)):!1;if(p(l)){if(!p(c)||l.length!==c.length)return!1;for(v=0;v<l.length;v++)if(l[v]!==c[v])return!1;return!0}try{var g=d(l),y=d(c)}catch{return!1}if(g.length!=y.length)return!1;for(g.sort(),y.sort(),v=g.length-1;v>=0;v--)if(g[v]!=y[v])return!1;for(v=g.length-1;v>=0;v--)if(b=g[v],!f(l[b],c[b],_))return!1;return typeof l==typeof c}},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(1),d=function(){function s(f,h,p){p===void 0&&(p={}),this.attrName=f,this.keyName=h;var u=r.Scope.TYPE&r.Scope.ATTRIBUTE;p.scope!=null?this.scope=p.scope&r.Scope.LEVEL|u:this.scope=r.Scope.ATTRIBUTE,p.whitelist!=null&&(this.whitelist=p.whitelist)}return s.keys=function(f){return[].map.call(f.attributes,function(h){return h.name})},s.prototype.add=function(f,h){return this.canAdd(f,h)?(f.setAttribute(this.keyName,h),!0):!1},s.prototype.canAdd=function(f,h){var p=r.query(f,r.Scope.BLOT&(this.scope|r.Scope.TYPE));return p==null?!1:this.whitelist==null?!0:typeof h=="string"?this.whitelist.indexOf(h.replace(/["']/g,""))>-1:this.whitelist.indexOf(h)>-1},s.prototype.remove=function(f){f.removeAttribute(this.keyName)},s.prototype.value=function(f){var h=f.getAttribute(this.keyName);return this.canAdd(f,h)&&h?h:""},s}();o.default=d},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.Code=void 0;var r=function(){function T(M,E){var C=[],O=!0,N=!1,P=void 0;try{for(var q=M[Symbol.iterator](),G;!(O=(G=q.next()).done)&&(C.push(G.value),!(E&&C.length===E));O=!0);}catch(W){N=!0,P=W}finally{try{!O&&q.return&&q.return()}finally{if(N)throw P}}return C}return function(M,E){if(Array.isArray(M))return M;if(Symbol.iterator in Object(M))return T(M,E);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function T(M,E){for(var C=0;C<E.length;C++){var O=E[C];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(M,O.key,O)}}return function(M,E,C){return E&&T(M.prototype,E),C&&T(M,C),M}}(),s=function T(M,E,C){M===null&&(M=Function.prototype);var O=Object.getOwnPropertyDescriptor(M,E);if(O===void 0){var N=Object.getPrototypeOf(M);return N===null?void 0:T(N,E,C)}else{if("value"in O)return O.value;var P=O.get;return P===void 0?void 0:P.call(C)}},f=a(2),h=y(f),p=a(0),u=y(p),l=a(4),c=y(l),_=a(6),v=y(_),b=a(7),g=y(b);function y(T){return T&&T.__esModule?T:{default:T}}function w(T,M){if(!(T instanceof M))throw new TypeError("Cannot call a class as a function")}function m(T,M){if(!T)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return M&&(typeof M=="object"||typeof M=="function")?M:T}function k(T,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof M);T.prototype=Object.create(M&&M.prototype,{constructor:{value:T,enumerable:!1,writable:!0,configurable:!0}}),M&&(Object.setPrototypeOf?Object.setPrototypeOf(T,M):T.__proto__=M)}var x=function(T){k(M,T);function M(){return w(this,M),m(this,(M.__proto__||Object.getPrototypeOf(M)).apply(this,arguments))}return M}(v.default);x.blotName="code",x.tagName="CODE";var S=function(T){k(M,T);function M(){return w(this,M),m(this,(M.__proto__||Object.getPrototypeOf(M)).apply(this,arguments))}return d(M,[{key:"delta",value:function(){var C=this,O=this.domNode.textContent;return O.endsWith(`
101
101
  `)&&(O=O.slice(0,-1)),O.split(`
102
- `).reduce(function(x,P){return x.insert(P).insert(`
103
- `,C.formats())},new h.default)}},{key:"format",value:function(C,O){if(!(C===this.statics.blotName&&O)){var x=this.descendant(g.default,this.length()-1),P=r(x,1),q=P[0];q!=null&&q.deleteAt(q.length()-1,1),s(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"format",this).call(this,C,O)}}},{key:"formatAt",value:function(C,O,x,P){if(O!==0&&!(u.default.query(x,u.default.Scope.BLOCK)==null||x===this.statics.blotName&&P===this.statics.formats(this.domNode))){var q=this.newlineIndex(C);if(!(q<0||q>=C+O)){var G=this.newlineIndex(C,!0)+1,W=q-G+1,ie=this.isolate(G,W),U=ie.next;ie.format(x,P),U instanceof M&&U.formatAt(0,C-G+O-W,x,P)}}}},{key:"insertAt",value:function(C,O,x){if(x==null){var P=this.descendant(g.default,C),q=r(P,2),G=q[0],W=q[1];G.insertAt(W,O)}}},{key:"length",value:function(){var C=this.domNode.textContent.length;return this.domNode.textContent.endsWith(`
102
+ `).reduce(function(N,P){return N.insert(P).insert(`
103
+ `,C.formats())},new h.default)}},{key:"format",value:function(C,O){if(!(C===this.statics.blotName&&O)){var N=this.descendant(g.default,this.length()-1),P=r(N,1),q=P[0];q!=null&&q.deleteAt(q.length()-1,1),s(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"format",this).call(this,C,O)}}},{key:"formatAt",value:function(C,O,N,P){if(O!==0&&!(u.default.query(N,u.default.Scope.BLOCK)==null||N===this.statics.blotName&&P===this.statics.formats(this.domNode))){var q=this.newlineIndex(C);if(!(q<0||q>=C+O)){var G=this.newlineIndex(C,!0)+1,W=q-G+1,ie=this.isolate(G,W),U=ie.next;ie.format(N,P),U instanceof M&&U.formatAt(0,C-G+O-W,N,P)}}}},{key:"insertAt",value:function(C,O,N){if(N==null){var P=this.descendant(g.default,C),q=r(P,2),G=q[0],W=q[1];G.insertAt(W,O)}}},{key:"length",value:function(){var C=this.domNode.textContent.length;return this.domNode.textContent.endsWith(`
104
104
  `)?C:C+1}},{key:"newlineIndex",value:function(C){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(O)return this.domNode.textContent.slice(0,C).lastIndexOf(`
105
- `);var x=this.domNode.textContent.slice(C).indexOf(`
106
- `);return x>-1?C+x:-1}},{key:"optimize",value:function(C){this.domNode.textContent.endsWith(`
105
+ `);var N=this.domNode.textContent.slice(C).indexOf(`
106
+ `);return N>-1?C+N:-1}},{key:"optimize",value:function(C){this.domNode.textContent.endsWith(`
107
107
  `)||this.appendChild(u.default.create("text",`
108
- `)),s(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"optimize",this).call(this,C);var O=this.next;O!=null&&O.prev===this&&O.statics.blotName===this.statics.blotName&&this.statics.formats(this.domNode)===O.statics.formats(O.domNode)&&(O.optimize(C),O.moveChildren(this),O.remove())}},{key:"replace",value:function(C){s(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"replace",this).call(this,C),[].slice.call(this.domNode.querySelectorAll("*")).forEach(function(O){var x=u.default.find(O);x==null?O.parentNode.removeChild(O):x instanceof u.default.Embed?x.remove():x.unwrap()})}}],[{key:"create",value:function(C){var O=s(M.__proto__||Object.getPrototypeOf(M),"create",this).call(this,C);return O.setAttribute("spellcheck",!1),O}},{key:"formats",value:function(){return!0}}]),M}(c.default);S.blotName="code-block",S.tagName="PRE",S.TAB=" ",o.Code=N,o.default=S},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},d=function(){function U(R,A){var j=[],V=!0,Y=!1,H=void 0;try{for(var B=R[Symbol.iterator](),z;!(V=(z=B.next()).done)&&(j.push(z.value),!(A&&j.length===A));V=!0);}catch(Z){Y=!0,H=Z}finally{try{!V&&B.return&&B.return()}finally{if(Y)throw H}}return j}return function(R,A){if(Array.isArray(R))return R;if(Symbol.iterator in Object(R))return U(R,A);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function U(R,A){for(var j=0;j<A.length;j++){var V=A[j];V.enumerable=V.enumerable||!1,V.configurable=!0,"value"in V&&(V.writable=!0),Object.defineProperty(R,V.key,V)}}return function(R,A,j){return A&&U(R.prototype,A),j&&U(R,j),R}}(),f=a(2),h=O(f),p=a(20),u=O(p),l=a(0),c=O(l),_=a(13),v=O(_),b=a(24),g=O(b),y=a(4),w=O(y),m=a(16),k=O(m),N=a(21),S=O(N),T=a(11),M=O(T),E=a(3),C=O(E);function O(U){return U&&U.__esModule?U:{default:U}}function x(U,R,A){return R in U?Object.defineProperty(U,R,{value:A,enumerable:!0,configurable:!0,writable:!0}):U[R]=A,U}function P(U,R){if(!(U instanceof R))throw new TypeError("Cannot call a class as a function")}var q=/^[ -~]*$/,G=function(){function U(R){P(this,U),this.scroll=R,this.delta=this.getDelta()}return s(U,[{key:"applyDelta",value:function(A){var j=this,V=!1;this.scroll.update();var Y=this.scroll.length();return this.scroll.batchStart(),A=ie(A),A.reduce(function(H,B){var z=B.retain||B.delete||B.insert.length||1,Z=B.attributes||{};if(B.insert!=null){if(typeof B.insert=="string"){var J=B.insert;J.endsWith(`
108
+ `)),s(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"optimize",this).call(this,C);var O=this.next;O!=null&&O.prev===this&&O.statics.blotName===this.statics.blotName&&this.statics.formats(this.domNode)===O.statics.formats(O.domNode)&&(O.optimize(C),O.moveChildren(this),O.remove())}},{key:"replace",value:function(C){s(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"replace",this).call(this,C),[].slice.call(this.domNode.querySelectorAll("*")).forEach(function(O){var N=u.default.find(O);N==null?O.parentNode.removeChild(O):N instanceof u.default.Embed?N.remove():N.unwrap()})}}],[{key:"create",value:function(C){var O=s(M.__proto__||Object.getPrototypeOf(M),"create",this).call(this,C);return O.setAttribute("spellcheck",!1),O}},{key:"formats",value:function(){return!0}}]),M}(c.default);S.blotName="code-block",S.tagName="PRE",S.TAB=" ",o.Code=x,o.default=S},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(U){return typeof U}:function(U){return U&&typeof Symbol=="function"&&U.constructor===Symbol&&U!==Symbol.prototype?"symbol":typeof U},d=function(){function U(R,A){var j=[],V=!0,Y=!1,H=void 0;try{for(var B=R[Symbol.iterator](),z;!(V=(z=B.next()).done)&&(j.push(z.value),!(A&&j.length===A));V=!0);}catch(Z){Y=!0,H=Z}finally{try{!V&&B.return&&B.return()}finally{if(Y)throw H}}return j}return function(R,A){if(Array.isArray(R))return R;if(Symbol.iterator in Object(R))return U(R,A);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function U(R,A){for(var j=0;j<A.length;j++){var V=A[j];V.enumerable=V.enumerable||!1,V.configurable=!0,"value"in V&&(V.writable=!0),Object.defineProperty(R,V.key,V)}}return function(R,A,j){return A&&U(R.prototype,A),j&&U(R,j),R}}(),f=a(2),h=O(f),p=a(20),u=O(p),l=a(0),c=O(l),_=a(13),v=O(_),b=a(24),g=O(b),y=a(4),w=O(y),m=a(16),k=O(m),x=a(21),S=O(x),T=a(11),M=O(T),E=a(3),C=O(E);function O(U){return U&&U.__esModule?U:{default:U}}function N(U,R,A){return R in U?Object.defineProperty(U,R,{value:A,enumerable:!0,configurable:!0,writable:!0}):U[R]=A,U}function P(U,R){if(!(U instanceof R))throw new TypeError("Cannot call a class as a function")}var q=/^[ -~]*$/,G=function(){function U(R){P(this,U),this.scroll=R,this.delta=this.getDelta()}return s(U,[{key:"applyDelta",value:function(A){var j=this,V=!1;this.scroll.update();var Y=this.scroll.length();return this.scroll.batchStart(),A=ie(A),A.reduce(function(H,B){var z=B.retain||B.delete||B.insert.length||1,Z=B.attributes||{};if(B.insert!=null){if(typeof B.insert=="string"){var J=B.insert;J.endsWith(`
109
109
  `)&&V&&(V=!1,J=J.slice(0,-1)),H>=Y&&!J.endsWith(`
110
- `)&&(V=!0),j.scroll.insertAt(H,J);var ne=j.scroll.line(H),de=d(ne,2),he=de[0],ve=de[1],ke=(0,C.default)({},(0,y.bubbleFormats)(he));if(he instanceof w.default){var Oe=he.descendant(c.default.Leaf,ve),Be=d(Oe,1),Pe=Be[0];ke=(0,C.default)(ke,(0,y.bubbleFormats)(Pe))}Z=u.default.attributes.diff(ke,Z)||{}}else if(r(B.insert)==="object"){var Q=Object.keys(B.insert)[0];if(Q==null)return H;j.scroll.insertAt(H,Q,B.insert[Q])}Y+=z}return Object.keys(Z).forEach(function(te){j.scroll.formatAt(H,z,te,Z[te])}),H+z},0),A.reduce(function(H,B){return typeof B.delete=="number"?(j.scroll.deleteAt(H,B.delete),H):H+(B.retain||B.insert.length||1)},0),this.scroll.batchEnd(),this.update(A)}},{key:"deleteText",value:function(A,j){return this.scroll.deleteAt(A,j),this.update(new h.default().retain(A).delete(j))}},{key:"formatLine",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.scroll.update(),Object.keys(Y).forEach(function(H){if(!(V.scroll.whitelist!=null&&!V.scroll.whitelist[H])){var B=V.scroll.lines(A,Math.max(j,1)),z=j;B.forEach(function(Z){var J=Z.length();if(!(Z instanceof v.default))Z.format(H,Y[H]);else{var ne=A-Z.offset(V.scroll),de=Z.newlineIndex(ne+z)-ne+1;Z.formatAt(ne,de,H,Y[H])}z-=J})}}),this.scroll.optimize(),this.update(new h.default().retain(A).retain(j,(0,S.default)(Y)))}},{key:"formatText",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Object.keys(Y).forEach(function(H){V.scroll.formatAt(A,j,H,Y[H])}),this.update(new h.default().retain(A).retain(j,(0,S.default)(Y)))}},{key:"getContents",value:function(A,j){return this.delta.slice(A,A+j)}},{key:"getDelta",value:function(){return this.scroll.lines().reduce(function(A,j){return A.concat(j.delta())},new h.default)}},{key:"getFormat",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,V=[],Y=[];j===0?this.scroll.path(A).forEach(function(B){var z=d(B,1),Z=z[0];Z instanceof w.default?V.push(Z):Z instanceof c.default.Leaf&&Y.push(Z)}):(V=this.scroll.lines(A,j),Y=this.scroll.descendants(c.default.Leaf,A,j));var H=[V,Y].map(function(B){if(B.length===0)return{};for(var z=(0,y.bubbleFormats)(B.shift());Object.keys(z).length>0;){var Z=B.shift();if(Z==null)return z;z=W((0,y.bubbleFormats)(Z),z)}return z});return C.default.apply(C.default,H)}},{key:"getText",value:function(A,j){return this.getContents(A,j).filter(function(V){return typeof V.insert=="string"}).map(function(V){return V.insert}).join("")}},{key:"insertEmbed",value:function(A,j,V){return this.scroll.insertAt(A,j,V),this.update(new h.default().retain(A).insert(x({},j,V)))}},{key:"insertText",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return j=j.replace(/\r\n/g,`
110
+ `)&&(V=!0),j.scroll.insertAt(H,J);var ne=j.scroll.line(H),de=d(ne,2),he=de[0],ve=de[1],ke=(0,C.default)({},(0,y.bubbleFormats)(he));if(he instanceof w.default){var Oe=he.descendant(c.default.Leaf,ve),Be=d(Oe,1),Pe=Be[0];ke=(0,C.default)(ke,(0,y.bubbleFormats)(Pe))}Z=u.default.attributes.diff(ke,Z)||{}}else if(r(B.insert)==="object"){var Q=Object.keys(B.insert)[0];if(Q==null)return H;j.scroll.insertAt(H,Q,B.insert[Q])}Y+=z}return Object.keys(Z).forEach(function(te){j.scroll.formatAt(H,z,te,Z[te])}),H+z},0),A.reduce(function(H,B){return typeof B.delete=="number"?(j.scroll.deleteAt(H,B.delete),H):H+(B.retain||B.insert.length||1)},0),this.scroll.batchEnd(),this.update(A)}},{key:"deleteText",value:function(A,j){return this.scroll.deleteAt(A,j),this.update(new h.default().retain(A).delete(j))}},{key:"formatLine",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.scroll.update(),Object.keys(Y).forEach(function(H){if(!(V.scroll.whitelist!=null&&!V.scroll.whitelist[H])){var B=V.scroll.lines(A,Math.max(j,1)),z=j;B.forEach(function(Z){var J=Z.length();if(!(Z instanceof v.default))Z.format(H,Y[H]);else{var ne=A-Z.offset(V.scroll),de=Z.newlineIndex(ne+z)-ne+1;Z.formatAt(ne,de,H,Y[H])}z-=J})}}),this.scroll.optimize(),this.update(new h.default().retain(A).retain(j,(0,S.default)(Y)))}},{key:"formatText",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Object.keys(Y).forEach(function(H){V.scroll.formatAt(A,j,H,Y[H])}),this.update(new h.default().retain(A).retain(j,(0,S.default)(Y)))}},{key:"getContents",value:function(A,j){return this.delta.slice(A,A+j)}},{key:"getDelta",value:function(){return this.scroll.lines().reduce(function(A,j){return A.concat(j.delta())},new h.default)}},{key:"getFormat",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,V=[],Y=[];j===0?this.scroll.path(A).forEach(function(B){var z=d(B,1),Z=z[0];Z instanceof w.default?V.push(Z):Z instanceof c.default.Leaf&&Y.push(Z)}):(V=this.scroll.lines(A,j),Y=this.scroll.descendants(c.default.Leaf,A,j));var H=[V,Y].map(function(B){if(B.length===0)return{};for(var z=(0,y.bubbleFormats)(B.shift());Object.keys(z).length>0;){var Z=B.shift();if(Z==null)return z;z=W((0,y.bubbleFormats)(Z),z)}return z});return C.default.apply(C.default,H)}},{key:"getText",value:function(A,j){return this.getContents(A,j).filter(function(V){return typeof V.insert=="string"}).map(function(V){return V.insert}).join("")}},{key:"insertEmbed",value:function(A,j,V){return this.scroll.insertAt(A,j,V),this.update(new h.default().retain(A).insert(N({},j,V)))}},{key:"insertText",value:function(A,j){var V=this,Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return j=j.replace(/\r\n/g,`
111
111
  `).replace(/\r/g,`
112
112
  `),this.scroll.insertAt(A,j),Object.keys(Y).forEach(function(H){V.scroll.formatAt(A,j.length,H,Y[H])}),this.update(new h.default().retain(A).insert(j,(0,S.default)(Y)))}},{key:"isBlank",value:function(){if(this.scroll.children.length==0)return!0;if(this.scroll.children.length>1)return!1;var A=this.scroll.children.head;return A.statics.blotName!==w.default.blotName||A.children.length>1?!1:A.children.head instanceof k.default}},{key:"removeFormat",value:function(A,j){var V=this.getText(A,j),Y=this.scroll.line(A+j),H=d(Y,2),B=H[0],z=H[1],Z=0,J=new h.default;B!=null&&(B instanceof v.default?Z=B.newlineIndex(z)-z+1:Z=B.length()-z,J=B.delta().slice(z,z+Z-1).insert(`
113
113
  `));var ne=this.getContents(A,j+Z),de=ne.diff(new h.default().insert(V).concat(J)),he=new h.default().retain(A).concat(de);return this.applyDelta(he)}},{key:"update",value:function(A){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],V=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0,Y=this.delta;if(j.length===1&&j[0].type==="characterData"&&j[0].target.data.match(q)&&c.default.find(j[0].target)){var H=c.default.find(j[0].target),B=(0,y.bubbleFormats)(H),z=H.offset(this.scroll),Z=j[0].oldValue.replace(g.default.CONTENTS,""),J=new h.default().insert(Z),ne=new h.default().insert(H.value()),de=new h.default().retain(z).concat(J.diff(ne,V));A=de.reduce(function(he,ve){return ve.insert?he.insert(ve.insert,B):he.push(ve)},new h.default),this.delta=Y.compose(A)}else this.delta=this.getDelta(),(!A||!(0,M.default)(Y.compose(A),this.delta))&&(A=Y.diff(this.delta,V));return A}}]),U}();function W(U,R){return Object.keys(R).reduce(function(A,j){return U[j]==null||(R[j]===U[j]?A[j]=R[j]:Array.isArray(R[j])?R[j].indexOf(U[j])<0&&(A[j]=R[j].concat([U[j]])):A[j]=[R[j],U[j]]),A},{})}function ie(U){return U.reduce(function(R,A){if(A.insert===1){var j=(0,S.default)(A.attributes);return delete j.image,R.insert({image:A.attributes.image},j)}if(A.attributes!=null&&(A.attributes.list===!0||A.attributes.bullet===!0)&&(A=(0,S.default)(A),A.attributes.list?A.attributes.list="ordered":(A.attributes.list="bullet",delete A.attributes.bullet)),typeof A.insert=="string"){var V=A.insert.replace(/\r\n/g,`
114
114
  `).replace(/\r/g,`
115
- `);return R.insert(V,A.attributes)}return R.push(A)},new h.default)}o.default=G},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.Range=void 0;var r=function(){function T(M,E){var C=[],O=!0,x=!1,P=void 0;try{for(var q=M[Symbol.iterator](),G;!(O=(G=q.next()).done)&&(C.push(G.value),!(E&&C.length===E));O=!0);}catch(W){x=!0,P=W}finally{try{!O&&q.return&&q.return()}finally{if(x)throw P}}return C}return function(M,E){if(Array.isArray(M))return M;if(Symbol.iterator in Object(M))return T(M,E);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function T(M,E){for(var C=0;C<E.length;C++){var O=E[C];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(M,O.key,O)}}return function(M,E,C){return E&&T(M.prototype,E),C&&T(M,C),M}}(),s=a(0),f=g(s),h=a(21),p=g(h),u=a(11),l=g(u),c=a(8),_=g(c),v=a(10),b=g(v);function g(T){return T&&T.__esModule?T:{default:T}}function y(T){if(Array.isArray(T)){for(var M=0,E=Array(T.length);M<T.length;M++)E[M]=T[M];return E}else return Array.from(T)}function w(T,M){if(!(T instanceof M))throw new TypeError("Cannot call a class as a function")}var m=(0,b.default)("quill:selection"),k=function T(M){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;w(this,T),this.index=M,this.length=E},N=function(){function T(M,E){var C=this;w(this,T),this.emitter=E,this.scroll=M,this.composing=!1,this.mouseDown=!1,this.root=this.scroll.domNode,this.cursor=f.default.create("cursor",this),this.lastRange=this.savedRange=new k(0,0),this.handleComposition(),this.handleDragging(),this.emitter.listenDOM("selectionchange",document,function(){C.mouseDown||setTimeout(C.update.bind(C,_.default.sources.USER),1)}),this.emitter.on(_.default.events.EDITOR_CHANGE,function(O,x){O===_.default.events.TEXT_CHANGE&&x.length()>0&&C.update(_.default.sources.SILENT)}),this.emitter.on(_.default.events.SCROLL_BEFORE_UPDATE,function(){if(C.hasFocus()){var O=C.getNativeRange();O!=null&&O.start.node!==C.cursor.textNode&&C.emitter.once(_.default.events.SCROLL_UPDATE,function(){try{C.setNativeRange(O.start.node,O.start.offset,O.end.node,O.end.offset)}catch{}})}}),this.emitter.on(_.default.events.SCROLL_OPTIMIZE,function(O,x){if(x.range){var P=x.range,q=P.startNode,G=P.startOffset,W=P.endNode,ie=P.endOffset;C.setNativeRange(q,G,W,ie)}}),this.update(_.default.sources.SILENT)}return d(T,[{key:"handleComposition",value:function(){var E=this;this.root.addEventListener("compositionstart",function(){E.composing=!0}),this.root.addEventListener("compositionend",function(){if(E.composing=!1,E.cursor.parent){var C=E.cursor.restore();if(!C)return;setTimeout(function(){E.setNativeRange(C.startNode,C.startOffset,C.endNode,C.endOffset)},1)}})}},{key:"handleDragging",value:function(){var E=this;this.emitter.listenDOM("mousedown",document.body,function(){E.mouseDown=!0}),this.emitter.listenDOM("mouseup",document.body,function(){E.mouseDown=!1,E.update(_.default.sources.USER)})}},{key:"focus",value:function(){this.hasFocus()||(this.root.focus(),this.setRange(this.savedRange))}},{key:"format",value:function(E,C){if(!(this.scroll.whitelist!=null&&!this.scroll.whitelist[E])){this.scroll.update();var O=this.getNativeRange();if(!(O==null||!O.native.collapsed||f.default.query(E,f.default.Scope.BLOCK))){if(O.start.node!==this.cursor.textNode){var x=f.default.find(O.start.node,!1);if(x==null)return;if(x instanceof f.default.Leaf){var P=x.split(O.start.offset);x.parent.insertBefore(this.cursor,P)}else x.insertBefore(this.cursor,O.start.node);this.cursor.attach()}this.cursor.format(E,C),this.scroll.optimize(),this.setNativeRange(this.cursor.textNode,this.cursor.textNode.data.length),this.update()}}}},{key:"getBounds",value:function(E){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,O=this.scroll.length();E=Math.min(E,O-1),C=Math.min(E+C,O-1)-E;var x=void 0,P=this.scroll.leaf(E),q=r(P,2),G=q[0],W=q[1];if(G==null)return null;var ie=G.position(W,!0),U=r(ie,2);x=U[0],W=U[1];var R=document.createRange();if(C>0){R.setStart(x,W);var A=this.scroll.leaf(E+C),j=r(A,2);if(G=j[0],W=j[1],G==null)return null;var V=G.position(W,!0),Y=r(V,2);return x=Y[0],W=Y[1],R.setEnd(x,W),R.getBoundingClientRect()}else{var H="left",B=void 0;return x instanceof Text?(W<x.data.length?(R.setStart(x,W),R.setEnd(x,W+1)):(R.setStart(x,W-1),R.setEnd(x,W),H="right"),B=R.getBoundingClientRect()):(B=G.domNode.getBoundingClientRect(),W>0&&(H="right")),{bottom:B.top+B.height,height:B.height,left:B[H],right:B[H],top:B.top,width:0}}}},{key:"getNativeRange",value:function(){var E=document.getSelection();if(E==null||E.rangeCount<=0)return null;var C=E.getRangeAt(0);if(C==null)return null;var O=this.normalizeNative(C);return m.info("getNativeRange",O),O}},{key:"getRange",value:function(){var E=this.getNativeRange();if(E==null)return[null,null];var C=this.normalizedToRange(E);return[C,E]}},{key:"hasFocus",value:function(){return document.activeElement===this.root}},{key:"normalizedToRange",value:function(E){var C=this,O=[[E.start.node,E.start.offset]];E.native.collapsed||O.push([E.end.node,E.end.offset]);var x=O.map(function(G){var W=r(G,2),ie=W[0],U=W[1],R=f.default.find(ie,!0),A=R.offset(C.scroll);return U===0?A:R instanceof f.default.Container?A+R.length():A+R.index(ie,U)}),P=Math.min(Math.max.apply(Math,y(x)),this.scroll.length()-1),q=Math.min.apply(Math,[P].concat(y(x)));return new k(q,P-q)}},{key:"normalizeNative",value:function(E){if(!S(this.root,E.startContainer)||!E.collapsed&&!S(this.root,E.endContainer))return null;var C={start:{node:E.startContainer,offset:E.startOffset},end:{node:E.endContainer,offset:E.endOffset},native:E};return[C.start,C.end].forEach(function(O){for(var x=O.node,P=O.offset;!(x instanceof Text)&&x.childNodes.length>0;)if(x.childNodes.length>P)x=x.childNodes[P],P=0;else if(x.childNodes.length===P)x=x.lastChild,P=x instanceof Text?x.data.length:x.childNodes.length+1;else break;O.node=x,O.offset=P}),C}},{key:"rangeToNative",value:function(E){var C=this,O=E.collapsed?[E.index]:[E.index,E.index+E.length],x=[],P=this.scroll.length();return O.forEach(function(q,G){q=Math.min(P-1,q);var W=void 0,ie=C.scroll.leaf(q),U=r(ie,2),R=U[0],A=U[1],j=R.position(A,G!==0),V=r(j,2);W=V[0],A=V[1],x.push(W,A)}),x.length<2&&(x=x.concat(x)),x}},{key:"scrollIntoView",value:function(E){var C=this.lastRange;if(C!=null){var O=this.getBounds(C.index,C.length);if(O!=null){var x=this.scroll.length()-1,P=this.scroll.line(Math.min(C.index,x)),q=r(P,1),G=q[0],W=G;if(C.length>0){var ie=this.scroll.line(Math.min(C.index+C.length,x)),U=r(ie,1);W=U[0]}if(!(G==null||W==null)){var R=E.getBoundingClientRect();O.top<R.top?E.scrollTop-=R.top-O.top:O.bottom>R.bottom&&(E.scrollTop+=O.bottom-R.bottom)}}}}},{key:"setNativeRange",value:function(E,C){var O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:E,x=arguments.length>3&&arguments[3]!==void 0?arguments[3]:C,P=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(m.info("setNativeRange",E,C,O,x),!(E!=null&&(this.root.parentNode==null||E.parentNode==null||O.parentNode==null))){var q=document.getSelection();if(q!=null)if(E!=null){this.hasFocus()||this.root.focus();var G=(this.getNativeRange()||{}).native;if(G==null||P||E!==G.startContainer||C!==G.startOffset||O!==G.endContainer||x!==G.endOffset){E.tagName=="BR"&&(C=[].indexOf.call(E.parentNode.childNodes,E),E=E.parentNode),O.tagName=="BR"&&(x=[].indexOf.call(O.parentNode.childNodes,O),O=O.parentNode);var W=document.createRange();W.setStart(E,C),W.setEnd(O,x),q.removeAllRanges(),q.addRange(W)}}else q.removeAllRanges(),this.root.blur(),document.body.focus()}}},{key:"setRange",value:function(E){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:_.default.sources.API;if(typeof C=="string"&&(O=C,C=!1),m.info("setRange",E),E!=null){var x=this.rangeToNative(E);this.setNativeRange.apply(this,y(x).concat([C]))}else this.setNativeRange(null);this.update(O)}},{key:"update",value:function(){var E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:_.default.sources.USER,C=this.lastRange,O=this.getRange(),x=r(O,2),P=x[0],q=x[1];if(this.lastRange=P,this.lastRange!=null&&(this.savedRange=this.lastRange),!(0,l.default)(C,this.lastRange)){var G;!this.composing&&q!=null&&q.native.collapsed&&q.start.node!==this.cursor.textNode&&this.cursor.restore();var W=[_.default.events.SELECTION_CHANGE,(0,p.default)(this.lastRange),(0,p.default)(C),E];if((G=this.emitter).emit.apply(G,[_.default.events.EDITOR_CHANGE].concat(W)),E!==_.default.sources.SILENT){var ie;(ie=this.emitter).emit.apply(ie,W)}}}}]),T}();function S(T,M){try{M.parentNode}catch{return!1}return M instanceof Text&&(M=M.parentNode),T.contains(M)}o.Range=k,o.default=N},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(0),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return r(v,[{key:"insertInto",value:function(g,y){g.children.length===0?d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"insertInto",this).call(this,g,y):this.remove()}},{key:"length",value:function(){return 0}},{key:"value",value:function(){return""}}],[{key:"value",value:function(){}}]),v}(f.default.Embed);c.blotName="break",c.tagName="BR",o.default=c},function(e,o,a){var r=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,c){l.__proto__=c}||function(l,c){for(var _ in c)c.hasOwnProperty(_)&&(l[_]=c[_])};return function(l,c){u(l,c);function _(){this.constructor=l}l.prototype=c===null?Object.create(c):(_.prototype=c.prototype,new _)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(44),s=a(30),f=a(1),h=function(u){r(l,u);function l(c){var _=u.call(this,c)||this;return _.build(),_}return l.prototype.appendChild=function(c){this.insertBefore(c)},l.prototype.attach=function(){u.prototype.attach.call(this),this.children.forEach(function(c){c.attach()})},l.prototype.build=function(){var c=this;this.children=new d.default,[].slice.call(this.domNode.childNodes).reverse().forEach(function(_){try{var v=p(_);c.insertBefore(v,c.children.head||void 0)}catch(b){if(b instanceof f.ParchmentError)return;throw b}})},l.prototype.deleteAt=function(c,_){if(c===0&&_===this.length())return this.remove();this.children.forEachAt(c,_,function(v,b,g){v.deleteAt(b,g)})},l.prototype.descendant=function(c,_){var v=this.children.find(_),b=v[0],g=v[1];return c.blotName==null&&c(b)||c.blotName!=null&&b instanceof c?[b,g]:b instanceof l?b.descendant(c,g):[null,-1]},l.prototype.descendants=function(c,_,v){_===void 0&&(_=0),v===void 0&&(v=Number.MAX_VALUE);var b=[],g=v;return this.children.forEachAt(_,v,function(y,w,m){(c.blotName==null&&c(y)||c.blotName!=null&&y instanceof c)&&b.push(y),y instanceof l&&(b=b.concat(y.descendants(c,w,g))),g-=m}),b},l.prototype.detach=function(){this.children.forEach(function(c){c.detach()}),u.prototype.detach.call(this)},l.prototype.formatAt=function(c,_,v,b){this.children.forEachAt(c,_,function(g,y,w){g.formatAt(y,w,v,b)})},l.prototype.insertAt=function(c,_,v){var b=this.children.find(c),g=b[0],y=b[1];if(g)g.insertAt(y,_,v);else{var w=v==null?f.create("text",_):f.create(_,v);this.appendChild(w)}},l.prototype.insertBefore=function(c,_){if(this.statics.allowedChildren!=null&&!this.statics.allowedChildren.some(function(v){return c instanceof v}))throw new f.ParchmentError("Cannot insert "+c.statics.blotName+" into "+this.statics.blotName);c.insertInto(this,_)},l.prototype.length=function(){return this.children.reduce(function(c,_){return c+_.length()},0)},l.prototype.moveChildren=function(c,_){this.children.forEach(function(v){c.insertBefore(v,_)})},l.prototype.optimize=function(c){if(u.prototype.optimize.call(this,c),this.children.length===0)if(this.statics.defaultChild!=null){var _=f.create(this.statics.defaultChild);this.appendChild(_),_.optimize(c)}else this.remove()},l.prototype.path=function(c,_){_===void 0&&(_=!1);var v=this.children.find(c,_),b=v[0],g=v[1],y=[[this,c]];return b instanceof l?y.concat(b.path(g,_)):(b!=null&&y.push([b,g]),y)},l.prototype.removeChild=function(c){this.children.remove(c)},l.prototype.replace=function(c){c instanceof l&&c.moveChildren(this),u.prototype.replace.call(this,c)},l.prototype.split=function(c,_){if(_===void 0&&(_=!1),!_){if(c===0)return this;if(c===this.length())return this.next}var v=this.clone();return this.parent.insertBefore(v,this.next),this.children.forEachAt(c,this.length(),function(b,g,y){b=b.split(g,_),v.appendChild(b)}),v},l.prototype.unwrap=function(){this.moveChildren(this.parent,this.next),this.remove()},l.prototype.update=function(c,_){var v=this,b=[],g=[];c.forEach(function(y){y.target===v.domNode&&y.type==="childList"&&(b.push.apply(b,y.addedNodes),g.push.apply(g,y.removedNodes))}),g.forEach(function(y){if(!(y.parentNode!=null&&y.tagName!=="IFRAME"&&document.body.compareDocumentPosition(y)&Node.DOCUMENT_POSITION_CONTAINED_BY)){var w=f.find(y);w!=null&&(w.domNode.parentNode==null||w.domNode.parentNode===v.domNode)&&w.detach()}}),b.filter(function(y){return y.parentNode==v.domNode}).sort(function(y,w){return y===w?0:y.compareDocumentPosition(w)&Node.DOCUMENT_POSITION_FOLLOWING?1:-1}).forEach(function(y){var w=null;y.nextSibling!=null&&(w=f.find(y.nextSibling));var m=p(y);(m.next!=w||m.next==null)&&(m.parent!=null&&m.parent.removeChild(v),v.insertBefore(m,w||void 0))})},l}(s.default);function p(u){var l=f.find(u);if(l==null)try{l=f.create(u)}catch{l=f.create(f.Scope.INLINE),[].slice.call(u.childNodes).forEach(function(_){l.domNode.appendChild(_)}),u.parentNode&&u.parentNode.replaceChild(l.domNode,u),l.attach()}return l}o.default=h},function(e,o,a){var r=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,c){l.__proto__=c}||function(l,c){for(var _ in c)c.hasOwnProperty(_)&&(l[_]=c[_])};return function(l,c){u(l,c);function _(){this.constructor=l}l.prototype=c===null?Object.create(c):(_.prototype=c.prototype,new _)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(12),s=a(31),f=a(17),h=a(1),p=function(u){r(l,u);function l(c){var _=u.call(this,c)||this;return _.attributes=new s.default(_.domNode),_}return l.formats=function(c){if(typeof this.tagName=="string")return!0;if(Array.isArray(this.tagName))return c.tagName.toLowerCase()},l.prototype.format=function(c,_){var v=h.query(c);v instanceof d.default?this.attributes.attribute(v,_):_&&v!=null&&(c!==this.statics.blotName||this.formats()[c]!==_)&&this.replaceWith(c,_)},l.prototype.formats=function(){var c=this.attributes.values(),_=this.statics.formats(this.domNode);return _!=null&&(c[this.statics.blotName]=_),c},l.prototype.replaceWith=function(c,_){var v=u.prototype.replaceWith.call(this,c,_);return this.attributes.copy(v),v},l.prototype.update=function(c,_){var v=this;u.prototype.update.call(this,c,_),c.some(function(b){return b.target===v.domNode&&b.type==="attributes"})&&this.attributes.build()},l.prototype.wrap=function(c,_){var v=u.prototype.wrap.call(this,c,_);return v instanceof l&&v.statics.scope===this.statics.scope&&this.attributes.move(v),v},l}(f.default);o.default=p},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(30),s=a(1),f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.value=function(u){return!0},p.prototype.index=function(u,l){return this.domNode===u||this.domNode.compareDocumentPosition(u)&Node.DOCUMENT_POSITION_CONTAINED_BY?Math.min(l,1):-1},p.prototype.position=function(u,l){var c=[].indexOf.call(this.parent.domNode.childNodes,this.domNode);return u>0&&(c+=1),[this.parent.domNode,c]},p.prototype.value=function(){var u;return u={},u[this.statics.blotName]=this.statics.value(this.domNode)||!0,u},p.scope=s.Scope.INLINE_BLOT,p}(d.default);o.default=f},function(e,o,a){var r=a(11),d=a(3),s={attributes:{compose:function(h,p,u){typeof h!="object"&&(h={}),typeof p!="object"&&(p={});var l=d(!0,{},p);u||(l=Object.keys(l).reduce(function(_,v){return l[v]!=null&&(_[v]=l[v]),_},{}));for(var c in h)h[c]!==void 0&&p[c]===void 0&&(l[c]=h[c]);return Object.keys(l).length>0?l:void 0},diff:function(h,p){typeof h!="object"&&(h={}),typeof p!="object"&&(p={});var u=Object.keys(h).concat(Object.keys(p)).reduce(function(l,c){return r(h[c],p[c])||(l[c]=p[c]===void 0?null:p[c]),l},{});return Object.keys(u).length>0?u:void 0},transform:function(h,p,u){if(typeof h!="object")return p;if(typeof p=="object"){if(!u)return p;var l=Object.keys(p).reduce(function(c,_){return h[_]===void 0&&(c[_]=p[_]),c},{});return Object.keys(l).length>0?l:void 0}}},iterator:function(h){return new f(h)},length:function(h){return typeof h.delete=="number"?h.delete:typeof h.retain=="number"?h.retain:typeof h.insert=="string"?h.insert.length:1}};function f(h){this.ops=h,this.index=0,this.offset=0}f.prototype.hasNext=function(){return this.peekLength()<1/0},f.prototype.next=function(h){h||(h=1/0);var p=this.ops[this.index];if(p){var u=this.offset,l=s.length(p);if(h>=l-u?(h=l-u,this.index+=1,this.offset=0):this.offset+=h,typeof p.delete=="number")return{delete:h};var c={};return p.attributes&&(c.attributes=p.attributes),typeof p.retain=="number"?c.retain=h:typeof p.insert=="string"?c.insert=p.insert.substr(u,h):c.insert=p.insert,c}else return{retain:1/0}},f.prototype.peek=function(){return this.ops[this.index]},f.prototype.peekLength=function(){return this.ops[this.index]?s.length(this.ops[this.index])-this.offset:1/0},f.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},f.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var h=this.offset,p=this.index,u=this.next(),l=this.ops.slice(this.index);return this.offset=h,this.index=p,[u].concat(l)}else return[]},e.exports=s},function(e,o){var a=function(){function r(v,b){return b!=null&&v instanceof b}var d;try{d=Map}catch{d=function(){}}var s;try{s=Set}catch{s=function(){}}var f;try{f=Promise}catch{f=function(){}}function h(v,b,g,y,w){typeof b=="object"&&(g=b.depth,y=b.prototype,w=b.includeNonEnumerable,b=b.circular);var m=[],k=[],N=typeof Buffer<"u";typeof b>"u"&&(b=!0),typeof g>"u"&&(g=1/0);function S(T,M){if(T===null)return null;if(M===0)return T;var E,C;if(typeof T!="object")return T;if(r(T,d))E=new d;else if(r(T,s))E=new s;else if(r(T,f))E=new f(function(R,A){T.then(function(j){R(S(j,M-1))},function(j){A(S(j,M-1))})});else if(h.__isArray(T))E=[];else if(h.__isRegExp(T))E=new RegExp(T.source,_(T)),T.lastIndex&&(E.lastIndex=T.lastIndex);else if(h.__isDate(T))E=new Date(T.getTime());else{if(N&&Buffer.isBuffer(T))return Buffer.allocUnsafe?E=Buffer.allocUnsafe(T.length):E=new Buffer(T.length),T.copy(E),E;r(T,Error)?E=Object.create(T):typeof y>"u"?(C=Object.getPrototypeOf(T),E=Object.create(C)):(E=Object.create(y),C=y)}if(b){var O=m.indexOf(T);if(O!=-1)return k[O];m.push(T),k.push(E)}r(T,d)&&T.forEach(function(R,A){var j=S(A,M-1),V=S(R,M-1);E.set(j,V)}),r(T,s)&&T.forEach(function(R){var A=S(R,M-1);E.add(A)});for(var x in T){var P;C&&(P=Object.getOwnPropertyDescriptor(C,x)),!(P&&P.set==null)&&(E[x]=S(T[x],M-1))}if(Object.getOwnPropertySymbols)for(var q=Object.getOwnPropertySymbols(T),x=0;x<q.length;x++){var G=q[x],W=Object.getOwnPropertyDescriptor(T,G);W&&!W.enumerable&&!w||(E[G]=S(T[G],M-1),W.enumerable||Object.defineProperty(E,G,{enumerable:!1}))}if(w)for(var ie=Object.getOwnPropertyNames(T),x=0;x<ie.length;x++){var U=ie[x],W=Object.getOwnPropertyDescriptor(T,U);W&&W.enumerable||(E[U]=S(T[U],M-1),Object.defineProperty(E,U,{enumerable:!1}))}return E}return S(v,g)}h.clonePrototype=function(b){if(b===null)return null;var g=function(){};return g.prototype=b,new g};function p(v){return Object.prototype.toString.call(v)}h.__objToStr=p;function u(v){return typeof v=="object"&&p(v)==="[object Date]"}h.__isDate=u;function l(v){return typeof v=="object"&&p(v)==="[object Array]"}h.__isArray=l;function c(v){return typeof v=="object"&&p(v)==="[object RegExp]"}h.__isRegExp=c;function _(v){var b="";return v.global&&(b+="g"),v.ignoreCase&&(b+="i"),v.multiline&&(b+="m"),b}return h.__getRegExpFlags=_,h}();typeof e=="object"&&e.exports&&(e.exports=a)},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function E(C,O){var x=[],P=!0,q=!1,G=void 0;try{for(var W=C[Symbol.iterator](),ie;!(P=(ie=W.next()).done)&&(x.push(ie.value),!(O&&x.length===O));P=!0);}catch(U){q=!0,G=U}finally{try{!P&&W.return&&W.return()}finally{if(q)throw G}}return x}return function(C,O){if(Array.isArray(C))return C;if(Symbol.iterator in Object(C))return E(C,O);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function E(C,O){for(var x=0;x<O.length;x++){var P=O[x];P.enumerable=P.enumerable||!1,P.configurable=!0,"value"in P&&(P.writable=!0),Object.defineProperty(C,P.key,P)}}return function(C,O,x){return O&&E(C.prototype,O),x&&E(C,x),C}}(),s=function E(C,O,x){C===null&&(C=Function.prototype);var P=Object.getOwnPropertyDescriptor(C,O);if(P===void 0){var q=Object.getPrototypeOf(C);return q===null?void 0:E(q,O,x)}else{if("value"in P)return P.value;var G=P.get;return G===void 0?void 0:G.call(x)}},f=a(0),h=m(f),p=a(8),u=m(p),l=a(4),c=m(l),_=a(16),v=m(_),b=a(13),g=m(b),y=a(25),w=m(y);function m(E){return E&&E.__esModule?E:{default:E}}function k(E,C){if(!(E instanceof C))throw new TypeError("Cannot call a class as a function")}function N(E,C){if(!E)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return C&&(typeof C=="object"||typeof C=="function")?C:E}function S(E,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof C);E.prototype=Object.create(C&&C.prototype,{constructor:{value:E,enumerable:!1,writable:!0,configurable:!0}}),C&&(Object.setPrototypeOf?Object.setPrototypeOf(E,C):E.__proto__=C)}function T(E){return E instanceof c.default||E instanceof l.BlockEmbed}var M=function(E){S(C,E);function C(O,x){k(this,C);var P=N(this,(C.__proto__||Object.getPrototypeOf(C)).call(this,O));return P.emitter=x.emitter,Array.isArray(x.whitelist)&&(P.whitelist=x.whitelist.reduce(function(q,G){return q[G]=!0,q},{})),P.domNode.addEventListener("DOMNodeInserted",function(){}),P.optimize(),P.enable(),P}return d(C,[{key:"batchStart",value:function(){this.batch=!0}},{key:"batchEnd",value:function(){this.batch=!1,this.optimize()}},{key:"deleteAt",value:function(x,P){var q=this.line(x),G=r(q,2),W=G[0],ie=G[1],U=this.line(x+P),R=r(U,1),A=R[0];if(s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"deleteAt",this).call(this,x,P),A!=null&&W!==A&&ie>0){if(W instanceof l.BlockEmbed||A instanceof l.BlockEmbed){this.optimize();return}if(W instanceof g.default){var j=W.newlineIndex(W.length(),!0);if(j>-1&&(W=W.split(j+1),W===A)){this.optimize();return}}else if(A instanceof g.default){var V=A.newlineIndex(0);V>-1&&A.split(V+1)}var Y=A.children.head instanceof v.default?null:A.children.head;W.moveChildren(A,Y),W.remove()}this.optimize()}},{key:"enable",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.domNode.setAttribute("contenteditable",x)}},{key:"formatAt",value:function(x,P,q,G){this.whitelist!=null&&!this.whitelist[q]||(s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"formatAt",this).call(this,x,P,q,G),this.optimize())}},{key:"insertAt",value:function(x,P,q){if(!(q!=null&&this.whitelist!=null&&!this.whitelist[P])){if(x>=this.length())if(q==null||h.default.query(P,h.default.Scope.BLOCK)==null){var G=h.default.create(this.statics.defaultChild);this.appendChild(G),q==null&&P.endsWith(`
116
- `)&&(P=P.slice(0,-1)),G.insertAt(0,P,q)}else{var W=h.default.create(P,q);this.appendChild(W)}else s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"insertAt",this).call(this,x,P,q);this.optimize()}}},{key:"insertBefore",value:function(x,P){if(x.statics.scope===h.default.Scope.INLINE_BLOT){var q=h.default.create(this.statics.defaultChild);q.appendChild(x),x=q}s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"insertBefore",this).call(this,x,P)}},{key:"leaf",value:function(x){return this.path(x).pop()||[null,-1]}},{key:"line",value:function(x){return x===this.length()?this.line(x-1):this.descendant(T,x)}},{key:"lines",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE,q=function G(W,ie,U){var R=[],A=U;return W.children.forEachAt(ie,U,function(j,V,Y){T(j)?R.push(j):j instanceof h.default.Container&&(R=R.concat(G(j,V,A))),A-=Y}),R};return q(this,x,P)}},{key:"optimize",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.batch!==!0&&(s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"optimize",this).call(this,x,P),x.length>0&&this.emitter.emit(u.default.events.SCROLL_OPTIMIZE,x,P))}},{key:"path",value:function(x){return s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"path",this).call(this,x).slice(1)}},{key:"update",value:function(x){if(this.batch!==!0){var P=u.default.sources.USER;typeof x=="string"&&(P=x),Array.isArray(x)||(x=this.observer.takeRecords()),x.length>0&&this.emitter.emit(u.default.events.SCROLL_BEFORE_UPDATE,P,x),s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"update",this).call(this,x.concat([])),x.length>0&&this.emitter.emit(u.default.events.SCROLL_UPDATE,P,x)}}}]),C}(h.default.Scroll);M.blotName="scroll",M.className="ql-editor",M.tagName="DIV",M.defaultChild="block",M.allowedChildren=[c.default,l.BlockEmbed,w.default],o.default=M},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.SHORTKEY=o.default=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(B){return typeof B}:function(B){return B&&typeof Symbol=="function"&&B.constructor===Symbol&&B!==Symbol.prototype?"symbol":typeof B},d=function(){function B(z,Z){var J=[],ne=!0,de=!1,he=void 0;try{for(var ve=z[Symbol.iterator](),ke;!(ne=(ke=ve.next()).done)&&(J.push(ke.value),!(Z&&J.length===Z));ne=!0);}catch(Oe){de=!0,he=Oe}finally{try{!ne&&ve.return&&ve.return()}finally{if(de)throw he}}return J}return function(z,Z){if(Array.isArray(z))return z;if(Symbol.iterator in Object(z))return B(z,Z);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function B(z,Z){for(var J=0;J<Z.length;J++){var ne=Z[J];ne.enumerable=ne.enumerable||!1,ne.configurable=!0,"value"in ne&&(ne.writable=!0),Object.defineProperty(z,ne.key,ne)}}return function(z,Z,J){return Z&&B(z.prototype,Z),J&&B(z,J),z}}(),f=a(21),h=E(f),p=a(11),u=E(p),l=a(3),c=E(l),_=a(2),v=E(_),b=a(20),g=E(b),y=a(0),w=E(y),m=a(5),k=E(m),N=a(10),S=E(N),T=a(9),M=E(T);function E(B){return B&&B.__esModule?B:{default:B}}function C(B,z,Z){return z in B?Object.defineProperty(B,z,{value:Z,enumerable:!0,configurable:!0,writable:!0}):B[z]=Z,B}function O(B,z){if(!(B instanceof z))throw new TypeError("Cannot call a class as a function")}function x(B,z){if(!B)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return z&&(typeof z=="object"||typeof z=="function")?z:B}function P(B,z){if(typeof z!="function"&&z!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof z);B.prototype=Object.create(z&&z.prototype,{constructor:{value:B,enumerable:!1,writable:!0,configurable:!0}}),z&&(Object.setPrototypeOf?Object.setPrototypeOf(B,z):B.__proto__=z)}var q=(0,S.default)("quill:keyboard"),G=/Mac/i.test(navigator.platform)?"metaKey":"ctrlKey",W=function(B){P(z,B),s(z,null,[{key:"match",value:function(J,ne){return ne=H(ne),["altKey","ctrlKey","metaKey","shiftKey"].some(function(de){return!!ne[de]!==J[de]&&ne[de]!==null})?!1:ne.key===(J.which||J.keyCode)}}]);function z(Z,J){O(this,z);var ne=x(this,(z.__proto__||Object.getPrototypeOf(z)).call(this,Z,J));return ne.bindings={},Object.keys(ne.options.bindings).forEach(function(de){de==="list autofill"&&Z.scroll.whitelist!=null&&!Z.scroll.whitelist.list||ne.options.bindings[de]&&ne.addBinding(ne.options.bindings[de])}),ne.addBinding({key:z.keys.ENTER,shiftKey:null},j),ne.addBinding({key:z.keys.ENTER,metaKey:null,ctrlKey:null,altKey:null},function(){}),/Firefox/i.test(navigator.userAgent)?(ne.addBinding({key:z.keys.BACKSPACE},{collapsed:!0},U),ne.addBinding({key:z.keys.DELETE},{collapsed:!0},R)):(ne.addBinding({key:z.keys.BACKSPACE},{collapsed:!0,prefix:/^.?$/},U),ne.addBinding({key:z.keys.DELETE},{collapsed:!0,suffix:/^.?$/},R)),ne.addBinding({key:z.keys.BACKSPACE},{collapsed:!1},A),ne.addBinding({key:z.keys.DELETE},{collapsed:!1},A),ne.addBinding({key:z.keys.BACKSPACE,altKey:null,ctrlKey:null,metaKey:null,shiftKey:null},{collapsed:!0,offset:0},U),ne.listen(),ne}return s(z,[{key:"addBinding",value:function(J){var ne=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},de=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},he=H(J);if(he==null||he.key==null)return q.warn("Attempted to add invalid keyboard binding",he);typeof ne=="function"&&(ne={handler:ne}),typeof de=="function"&&(de={handler:de}),he=(0,c.default)(he,ne,de),this.bindings[he.key]=this.bindings[he.key]||[],this.bindings[he.key].push(he)}},{key:"listen",value:function(){var J=this;this.quill.root.addEventListener("keydown",function(ne){if(!ne.defaultPrevented){var de=ne.which||ne.keyCode,he=(J.bindings[de]||[]).filter(function(Ee){return z.match(ne,Ee)});if(he.length!==0){var ve=J.quill.getSelection();if(!(ve==null||!J.quill.hasFocus())){var ke=J.quill.getLine(ve.index),Oe=d(ke,2),Be=Oe[0],Pe=Oe[1],Q=J.quill.getLeaf(ve.index),te=d(Q,2),ae=te[0],le=te[1],re=ve.length===0?[ae,le]:J.quill.getLeaf(ve.index+ve.length),$e=d(re,2),me=$e[0],be=$e[1],He=ae instanceof w.default.Text?ae.value().slice(0,le):"",je=me instanceof w.default.Text?me.value().slice(be):"",xe={collapsed:ve.length===0,empty:ve.length===0&&Be.length()<=1,format:J.quill.getFormat(ve),offset:Pe,prefix:He,suffix:je},vt=he.some(function(Ee){if(Ee.collapsed!=null&&Ee.collapsed!==xe.collapsed||Ee.empty!=null&&Ee.empty!==xe.empty||Ee.offset!=null&&Ee.offset!==xe.offset)return!1;if(Array.isArray(Ee.format)){if(Ee.format.every(function(tt){return xe.format[tt]==null}))return!1}else if(r(Ee.format)==="object"&&!Object.keys(Ee.format).every(function(tt){return Ee.format[tt]===!0?xe.format[tt]!=null:Ee.format[tt]===!1?xe.format[tt]==null:(0,u.default)(Ee.format[tt],xe.format[tt])}))return!1;return Ee.prefix!=null&&!Ee.prefix.test(xe.prefix)||Ee.suffix!=null&&!Ee.suffix.test(xe.suffix)?!1:Ee.handler.call(J,ve,xe)!==!0});vt&&ne.preventDefault()}}}})}}]),z}(M.default);W.keys={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46},W.DEFAULTS={bindings:{bold:Y("bold"),italic:Y("italic"),underline:Y("underline"),indent:{key:W.keys.TAB,format:["blockquote","indent","list"],handler:function(z,Z){if(Z.collapsed&&Z.offset!==0)return!0;this.quill.format("indent","+1",k.default.sources.USER)}},outdent:{key:W.keys.TAB,shiftKey:!0,format:["blockquote","indent","list"],handler:function(z,Z){if(Z.collapsed&&Z.offset!==0)return!0;this.quill.format("indent","-1",k.default.sources.USER)}},"outdent backspace":{key:W.keys.BACKSPACE,collapsed:!0,shiftKey:null,metaKey:null,ctrlKey:null,altKey:null,format:["indent","list"],offset:0,handler:function(z,Z){Z.format.indent!=null?this.quill.format("indent","-1",k.default.sources.USER):Z.format.list!=null&&this.quill.format("list",!1,k.default.sources.USER)}},"indent code-block":V(!0),"outdent code-block":V(!1),"remove tab":{key:W.keys.TAB,shiftKey:!0,collapsed:!0,prefix:/\t$/,handler:function(z){this.quill.deleteText(z.index-1,1,k.default.sources.USER)}},tab:{key:W.keys.TAB,handler:function(z){this.quill.history.cutoff();var Z=new v.default().retain(z.index).delete(z.length).insert(" ");this.quill.updateContents(Z,k.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(z.index+1,k.default.sources.SILENT)}},"list empty enter":{key:W.keys.ENTER,collapsed:!0,format:["list"],empty:!0,handler:function(z,Z){this.quill.format("list",!1,k.default.sources.USER),Z.format.indent&&this.quill.format("indent",!1,k.default.sources.USER)}},"checklist enter":{key:W.keys.ENTER,collapsed:!0,format:{list:"checked"},handler:function(z){var Z=this.quill.getLine(z.index),J=d(Z,2),ne=J[0],de=J[1],he=(0,c.default)({},ne.formats(),{list:"checked"}),ve=new v.default().retain(z.index).insert(`
115
+ `);return R.insert(V,A.attributes)}return R.push(A)},new h.default)}o.default=G},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.Range=void 0;var r=function(){function T(M,E){var C=[],O=!0,N=!1,P=void 0;try{for(var q=M[Symbol.iterator](),G;!(O=(G=q.next()).done)&&(C.push(G.value),!(E&&C.length===E));O=!0);}catch(W){N=!0,P=W}finally{try{!O&&q.return&&q.return()}finally{if(N)throw P}}return C}return function(M,E){if(Array.isArray(M))return M;if(Symbol.iterator in Object(M))return T(M,E);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function T(M,E){for(var C=0;C<E.length;C++){var O=E[C];O.enumerable=O.enumerable||!1,O.configurable=!0,"value"in O&&(O.writable=!0),Object.defineProperty(M,O.key,O)}}return function(M,E,C){return E&&T(M.prototype,E),C&&T(M,C),M}}(),s=a(0),f=g(s),h=a(21),p=g(h),u=a(11),l=g(u),c=a(8),_=g(c),v=a(10),b=g(v);function g(T){return T&&T.__esModule?T:{default:T}}function y(T){if(Array.isArray(T)){for(var M=0,E=Array(T.length);M<T.length;M++)E[M]=T[M];return E}else return Array.from(T)}function w(T,M){if(!(T instanceof M))throw new TypeError("Cannot call a class as a function")}var m=(0,b.default)("quill:selection"),k=function T(M){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;w(this,T),this.index=M,this.length=E},x=function(){function T(M,E){var C=this;w(this,T),this.emitter=E,this.scroll=M,this.composing=!1,this.mouseDown=!1,this.root=this.scroll.domNode,this.cursor=f.default.create("cursor",this),this.lastRange=this.savedRange=new k(0,0),this.handleComposition(),this.handleDragging(),this.emitter.listenDOM("selectionchange",document,function(){C.mouseDown||setTimeout(C.update.bind(C,_.default.sources.USER),1)}),this.emitter.on(_.default.events.EDITOR_CHANGE,function(O,N){O===_.default.events.TEXT_CHANGE&&N.length()>0&&C.update(_.default.sources.SILENT)}),this.emitter.on(_.default.events.SCROLL_BEFORE_UPDATE,function(){if(C.hasFocus()){var O=C.getNativeRange();O!=null&&O.start.node!==C.cursor.textNode&&C.emitter.once(_.default.events.SCROLL_UPDATE,function(){try{C.setNativeRange(O.start.node,O.start.offset,O.end.node,O.end.offset)}catch{}})}}),this.emitter.on(_.default.events.SCROLL_OPTIMIZE,function(O,N){if(N.range){var P=N.range,q=P.startNode,G=P.startOffset,W=P.endNode,ie=P.endOffset;C.setNativeRange(q,G,W,ie)}}),this.update(_.default.sources.SILENT)}return d(T,[{key:"handleComposition",value:function(){var E=this;this.root.addEventListener("compositionstart",function(){E.composing=!0}),this.root.addEventListener("compositionend",function(){if(E.composing=!1,E.cursor.parent){var C=E.cursor.restore();if(!C)return;setTimeout(function(){E.setNativeRange(C.startNode,C.startOffset,C.endNode,C.endOffset)},1)}})}},{key:"handleDragging",value:function(){var E=this;this.emitter.listenDOM("mousedown",document.body,function(){E.mouseDown=!0}),this.emitter.listenDOM("mouseup",document.body,function(){E.mouseDown=!1,E.update(_.default.sources.USER)})}},{key:"focus",value:function(){this.hasFocus()||(this.root.focus(),this.setRange(this.savedRange))}},{key:"format",value:function(E,C){if(!(this.scroll.whitelist!=null&&!this.scroll.whitelist[E])){this.scroll.update();var O=this.getNativeRange();if(!(O==null||!O.native.collapsed||f.default.query(E,f.default.Scope.BLOCK))){if(O.start.node!==this.cursor.textNode){var N=f.default.find(O.start.node,!1);if(N==null)return;if(N instanceof f.default.Leaf){var P=N.split(O.start.offset);N.parent.insertBefore(this.cursor,P)}else N.insertBefore(this.cursor,O.start.node);this.cursor.attach()}this.cursor.format(E,C),this.scroll.optimize(),this.setNativeRange(this.cursor.textNode,this.cursor.textNode.data.length),this.update()}}}},{key:"getBounds",value:function(E){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,O=this.scroll.length();E=Math.min(E,O-1),C=Math.min(E+C,O-1)-E;var N=void 0,P=this.scroll.leaf(E),q=r(P,2),G=q[0],W=q[1];if(G==null)return null;var ie=G.position(W,!0),U=r(ie,2);N=U[0],W=U[1];var R=document.createRange();if(C>0){R.setStart(N,W);var A=this.scroll.leaf(E+C),j=r(A,2);if(G=j[0],W=j[1],G==null)return null;var V=G.position(W,!0),Y=r(V,2);return N=Y[0],W=Y[1],R.setEnd(N,W),R.getBoundingClientRect()}else{var H="left",B=void 0;return N instanceof Text?(W<N.data.length?(R.setStart(N,W),R.setEnd(N,W+1)):(R.setStart(N,W-1),R.setEnd(N,W),H="right"),B=R.getBoundingClientRect()):(B=G.domNode.getBoundingClientRect(),W>0&&(H="right")),{bottom:B.top+B.height,height:B.height,left:B[H],right:B[H],top:B.top,width:0}}}},{key:"getNativeRange",value:function(){var E=document.getSelection();if(E==null||E.rangeCount<=0)return null;var C=E.getRangeAt(0);if(C==null)return null;var O=this.normalizeNative(C);return m.info("getNativeRange",O),O}},{key:"getRange",value:function(){var E=this.getNativeRange();if(E==null)return[null,null];var C=this.normalizedToRange(E);return[C,E]}},{key:"hasFocus",value:function(){return document.activeElement===this.root}},{key:"normalizedToRange",value:function(E){var C=this,O=[[E.start.node,E.start.offset]];E.native.collapsed||O.push([E.end.node,E.end.offset]);var N=O.map(function(G){var W=r(G,2),ie=W[0],U=W[1],R=f.default.find(ie,!0),A=R.offset(C.scroll);return U===0?A:R instanceof f.default.Container?A+R.length():A+R.index(ie,U)}),P=Math.min(Math.max.apply(Math,y(N)),this.scroll.length()-1),q=Math.min.apply(Math,[P].concat(y(N)));return new k(q,P-q)}},{key:"normalizeNative",value:function(E){if(!S(this.root,E.startContainer)||!E.collapsed&&!S(this.root,E.endContainer))return null;var C={start:{node:E.startContainer,offset:E.startOffset},end:{node:E.endContainer,offset:E.endOffset},native:E};return[C.start,C.end].forEach(function(O){for(var N=O.node,P=O.offset;!(N instanceof Text)&&N.childNodes.length>0;)if(N.childNodes.length>P)N=N.childNodes[P],P=0;else if(N.childNodes.length===P)N=N.lastChild,P=N instanceof Text?N.data.length:N.childNodes.length+1;else break;O.node=N,O.offset=P}),C}},{key:"rangeToNative",value:function(E){var C=this,O=E.collapsed?[E.index]:[E.index,E.index+E.length],N=[],P=this.scroll.length();return O.forEach(function(q,G){q=Math.min(P-1,q);var W=void 0,ie=C.scroll.leaf(q),U=r(ie,2),R=U[0],A=U[1],j=R.position(A,G!==0),V=r(j,2);W=V[0],A=V[1],N.push(W,A)}),N.length<2&&(N=N.concat(N)),N}},{key:"scrollIntoView",value:function(E){var C=this.lastRange;if(C!=null){var O=this.getBounds(C.index,C.length);if(O!=null){var N=this.scroll.length()-1,P=this.scroll.line(Math.min(C.index,N)),q=r(P,1),G=q[0],W=G;if(C.length>0){var ie=this.scroll.line(Math.min(C.index+C.length,N)),U=r(ie,1);W=U[0]}if(!(G==null||W==null)){var R=E.getBoundingClientRect();O.top<R.top?E.scrollTop-=R.top-O.top:O.bottom>R.bottom&&(E.scrollTop+=O.bottom-R.bottom)}}}}},{key:"setNativeRange",value:function(E,C){var O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:E,N=arguments.length>3&&arguments[3]!==void 0?arguments[3]:C,P=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(m.info("setNativeRange",E,C,O,N),!(E!=null&&(this.root.parentNode==null||E.parentNode==null||O.parentNode==null))){var q=document.getSelection();if(q!=null)if(E!=null){this.hasFocus()||this.root.focus();var G=(this.getNativeRange()||{}).native;if(G==null||P||E!==G.startContainer||C!==G.startOffset||O!==G.endContainer||N!==G.endOffset){E.tagName=="BR"&&(C=[].indexOf.call(E.parentNode.childNodes,E),E=E.parentNode),O.tagName=="BR"&&(N=[].indexOf.call(O.parentNode.childNodes,O),O=O.parentNode);var W=document.createRange();W.setStart(E,C),W.setEnd(O,N),q.removeAllRanges(),q.addRange(W)}}else q.removeAllRanges(),this.root.blur(),document.body.focus()}}},{key:"setRange",value:function(E){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:_.default.sources.API;if(typeof C=="string"&&(O=C,C=!1),m.info("setRange",E),E!=null){var N=this.rangeToNative(E);this.setNativeRange.apply(this,y(N).concat([C]))}else this.setNativeRange(null);this.update(O)}},{key:"update",value:function(){var E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:_.default.sources.USER,C=this.lastRange,O=this.getRange(),N=r(O,2),P=N[0],q=N[1];if(this.lastRange=P,this.lastRange!=null&&(this.savedRange=this.lastRange),!(0,l.default)(C,this.lastRange)){var G;!this.composing&&q!=null&&q.native.collapsed&&q.start.node!==this.cursor.textNode&&this.cursor.restore();var W=[_.default.events.SELECTION_CHANGE,(0,p.default)(this.lastRange),(0,p.default)(C),E];if((G=this.emitter).emit.apply(G,[_.default.events.EDITOR_CHANGE].concat(W)),E!==_.default.sources.SILENT){var ie;(ie=this.emitter).emit.apply(ie,W)}}}}]),T}();function S(T,M){try{M.parentNode}catch{return!1}return M instanceof Text&&(M=M.parentNode),T.contains(M)}o.Range=k,o.default=x},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(0),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return r(v,[{key:"insertInto",value:function(g,y){g.children.length===0?d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"insertInto",this).call(this,g,y):this.remove()}},{key:"length",value:function(){return 0}},{key:"value",value:function(){return""}}],[{key:"value",value:function(){}}]),v}(f.default.Embed);c.blotName="break",c.tagName="BR",o.default=c},function(e,o,a){var r=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,c){l.__proto__=c}||function(l,c){for(var _ in c)c.hasOwnProperty(_)&&(l[_]=c[_])};return function(l,c){u(l,c);function _(){this.constructor=l}l.prototype=c===null?Object.create(c):(_.prototype=c.prototype,new _)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(44),s=a(30),f=a(1),h=function(u){r(l,u);function l(c){var _=u.call(this,c)||this;return _.build(),_}return l.prototype.appendChild=function(c){this.insertBefore(c)},l.prototype.attach=function(){u.prototype.attach.call(this),this.children.forEach(function(c){c.attach()})},l.prototype.build=function(){var c=this;this.children=new d.default,[].slice.call(this.domNode.childNodes).reverse().forEach(function(_){try{var v=p(_);c.insertBefore(v,c.children.head||void 0)}catch(b){if(b instanceof f.ParchmentError)return;throw b}})},l.prototype.deleteAt=function(c,_){if(c===0&&_===this.length())return this.remove();this.children.forEachAt(c,_,function(v,b,g){v.deleteAt(b,g)})},l.prototype.descendant=function(c,_){var v=this.children.find(_),b=v[0],g=v[1];return c.blotName==null&&c(b)||c.blotName!=null&&b instanceof c?[b,g]:b instanceof l?b.descendant(c,g):[null,-1]},l.prototype.descendants=function(c,_,v){_===void 0&&(_=0),v===void 0&&(v=Number.MAX_VALUE);var b=[],g=v;return this.children.forEachAt(_,v,function(y,w,m){(c.blotName==null&&c(y)||c.blotName!=null&&y instanceof c)&&b.push(y),y instanceof l&&(b=b.concat(y.descendants(c,w,g))),g-=m}),b},l.prototype.detach=function(){this.children.forEach(function(c){c.detach()}),u.prototype.detach.call(this)},l.prototype.formatAt=function(c,_,v,b){this.children.forEachAt(c,_,function(g,y,w){g.formatAt(y,w,v,b)})},l.prototype.insertAt=function(c,_,v){var b=this.children.find(c),g=b[0],y=b[1];if(g)g.insertAt(y,_,v);else{var w=v==null?f.create("text",_):f.create(_,v);this.appendChild(w)}},l.prototype.insertBefore=function(c,_){if(this.statics.allowedChildren!=null&&!this.statics.allowedChildren.some(function(v){return c instanceof v}))throw new f.ParchmentError("Cannot insert "+c.statics.blotName+" into "+this.statics.blotName);c.insertInto(this,_)},l.prototype.length=function(){return this.children.reduce(function(c,_){return c+_.length()},0)},l.prototype.moveChildren=function(c,_){this.children.forEach(function(v){c.insertBefore(v,_)})},l.prototype.optimize=function(c){if(u.prototype.optimize.call(this,c),this.children.length===0)if(this.statics.defaultChild!=null){var _=f.create(this.statics.defaultChild);this.appendChild(_),_.optimize(c)}else this.remove()},l.prototype.path=function(c,_){_===void 0&&(_=!1);var v=this.children.find(c,_),b=v[0],g=v[1],y=[[this,c]];return b instanceof l?y.concat(b.path(g,_)):(b!=null&&y.push([b,g]),y)},l.prototype.removeChild=function(c){this.children.remove(c)},l.prototype.replace=function(c){c instanceof l&&c.moveChildren(this),u.prototype.replace.call(this,c)},l.prototype.split=function(c,_){if(_===void 0&&(_=!1),!_){if(c===0)return this;if(c===this.length())return this.next}var v=this.clone();return this.parent.insertBefore(v,this.next),this.children.forEachAt(c,this.length(),function(b,g,y){b=b.split(g,_),v.appendChild(b)}),v},l.prototype.unwrap=function(){this.moveChildren(this.parent,this.next),this.remove()},l.prototype.update=function(c,_){var v=this,b=[],g=[];c.forEach(function(y){y.target===v.domNode&&y.type==="childList"&&(b.push.apply(b,y.addedNodes),g.push.apply(g,y.removedNodes))}),g.forEach(function(y){if(!(y.parentNode!=null&&y.tagName!=="IFRAME"&&document.body.compareDocumentPosition(y)&Node.DOCUMENT_POSITION_CONTAINED_BY)){var w=f.find(y);w!=null&&(w.domNode.parentNode==null||w.domNode.parentNode===v.domNode)&&w.detach()}}),b.filter(function(y){return y.parentNode==v.domNode}).sort(function(y,w){return y===w?0:y.compareDocumentPosition(w)&Node.DOCUMENT_POSITION_FOLLOWING?1:-1}).forEach(function(y){var w=null;y.nextSibling!=null&&(w=f.find(y.nextSibling));var m=p(y);(m.next!=w||m.next==null)&&(m.parent!=null&&m.parent.removeChild(v),v.insertBefore(m,w||void 0))})},l}(s.default);function p(u){var l=f.find(u);if(l==null)try{l=f.create(u)}catch{l=f.create(f.Scope.INLINE),[].slice.call(u.childNodes).forEach(function(_){l.domNode.appendChild(_)}),u.parentNode&&u.parentNode.replaceChild(l.domNode,u),l.attach()}return l}o.default=h},function(e,o,a){var r=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,c){l.__proto__=c}||function(l,c){for(var _ in c)c.hasOwnProperty(_)&&(l[_]=c[_])};return function(l,c){u(l,c);function _(){this.constructor=l}l.prototype=c===null?Object.create(c):(_.prototype=c.prototype,new _)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(12),s=a(31),f=a(17),h=a(1),p=function(u){r(l,u);function l(c){var _=u.call(this,c)||this;return _.attributes=new s.default(_.domNode),_}return l.formats=function(c){if(typeof this.tagName=="string")return!0;if(Array.isArray(this.tagName))return c.tagName.toLowerCase()},l.prototype.format=function(c,_){var v=h.query(c);v instanceof d.default?this.attributes.attribute(v,_):_&&v!=null&&(c!==this.statics.blotName||this.formats()[c]!==_)&&this.replaceWith(c,_)},l.prototype.formats=function(){var c=this.attributes.values(),_=this.statics.formats(this.domNode);return _!=null&&(c[this.statics.blotName]=_),c},l.prototype.replaceWith=function(c,_){var v=u.prototype.replaceWith.call(this,c,_);return this.attributes.copy(v),v},l.prototype.update=function(c,_){var v=this;u.prototype.update.call(this,c,_),c.some(function(b){return b.target===v.domNode&&b.type==="attributes"})&&this.attributes.build()},l.prototype.wrap=function(c,_){var v=u.prototype.wrap.call(this,c,_);return v instanceof l&&v.statics.scope===this.statics.scope&&this.attributes.move(v),v},l}(f.default);o.default=p},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(30),s=a(1),f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.value=function(u){return!0},p.prototype.index=function(u,l){return this.domNode===u||this.domNode.compareDocumentPosition(u)&Node.DOCUMENT_POSITION_CONTAINED_BY?Math.min(l,1):-1},p.prototype.position=function(u,l){var c=[].indexOf.call(this.parent.domNode.childNodes,this.domNode);return u>0&&(c+=1),[this.parent.domNode,c]},p.prototype.value=function(){var u;return u={},u[this.statics.blotName]=this.statics.value(this.domNode)||!0,u},p.scope=s.Scope.INLINE_BLOT,p}(d.default);o.default=f},function(e,o,a){var r=a(11),d=a(3),s={attributes:{compose:function(h,p,u){typeof h!="object"&&(h={}),typeof p!="object"&&(p={});var l=d(!0,{},p);u||(l=Object.keys(l).reduce(function(_,v){return l[v]!=null&&(_[v]=l[v]),_},{}));for(var c in h)h[c]!==void 0&&p[c]===void 0&&(l[c]=h[c]);return Object.keys(l).length>0?l:void 0},diff:function(h,p){typeof h!="object"&&(h={}),typeof p!="object"&&(p={});var u=Object.keys(h).concat(Object.keys(p)).reduce(function(l,c){return r(h[c],p[c])||(l[c]=p[c]===void 0?null:p[c]),l},{});return Object.keys(u).length>0?u:void 0},transform:function(h,p,u){if(typeof h!="object")return p;if(typeof p=="object"){if(!u)return p;var l=Object.keys(p).reduce(function(c,_){return h[_]===void 0&&(c[_]=p[_]),c},{});return Object.keys(l).length>0?l:void 0}}},iterator:function(h){return new f(h)},length:function(h){return typeof h.delete=="number"?h.delete:typeof h.retain=="number"?h.retain:typeof h.insert=="string"?h.insert.length:1}};function f(h){this.ops=h,this.index=0,this.offset=0}f.prototype.hasNext=function(){return this.peekLength()<1/0},f.prototype.next=function(h){h||(h=1/0);var p=this.ops[this.index];if(p){var u=this.offset,l=s.length(p);if(h>=l-u?(h=l-u,this.index+=1,this.offset=0):this.offset+=h,typeof p.delete=="number")return{delete:h};var c={};return p.attributes&&(c.attributes=p.attributes),typeof p.retain=="number"?c.retain=h:typeof p.insert=="string"?c.insert=p.insert.substr(u,h):c.insert=p.insert,c}else return{retain:1/0}},f.prototype.peek=function(){return this.ops[this.index]},f.prototype.peekLength=function(){return this.ops[this.index]?s.length(this.ops[this.index])-this.offset:1/0},f.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},f.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var h=this.offset,p=this.index,u=this.next(),l=this.ops.slice(this.index);return this.offset=h,this.index=p,[u].concat(l)}else return[]},e.exports=s},function(e,o){var a=function(){function r(v,b){return b!=null&&v instanceof b}var d;try{d=Map}catch{d=function(){}}var s;try{s=Set}catch{s=function(){}}var f;try{f=Promise}catch{f=function(){}}function h(v,b,g,y,w){typeof b=="object"&&(g=b.depth,y=b.prototype,w=b.includeNonEnumerable,b=b.circular);var m=[],k=[],x=typeof Buffer<"u";typeof b>"u"&&(b=!0),typeof g>"u"&&(g=1/0);function S(T,M){if(T===null)return null;if(M===0)return T;var E,C;if(typeof T!="object")return T;if(r(T,d))E=new d;else if(r(T,s))E=new s;else if(r(T,f))E=new f(function(R,A){T.then(function(j){R(S(j,M-1))},function(j){A(S(j,M-1))})});else if(h.__isArray(T))E=[];else if(h.__isRegExp(T))E=new RegExp(T.source,_(T)),T.lastIndex&&(E.lastIndex=T.lastIndex);else if(h.__isDate(T))E=new Date(T.getTime());else{if(x&&Buffer.isBuffer(T))return Buffer.allocUnsafe?E=Buffer.allocUnsafe(T.length):E=new Buffer(T.length),T.copy(E),E;r(T,Error)?E=Object.create(T):typeof y>"u"?(C=Object.getPrototypeOf(T),E=Object.create(C)):(E=Object.create(y),C=y)}if(b){var O=m.indexOf(T);if(O!=-1)return k[O];m.push(T),k.push(E)}r(T,d)&&T.forEach(function(R,A){var j=S(A,M-1),V=S(R,M-1);E.set(j,V)}),r(T,s)&&T.forEach(function(R){var A=S(R,M-1);E.add(A)});for(var N in T){var P;C&&(P=Object.getOwnPropertyDescriptor(C,N)),!(P&&P.set==null)&&(E[N]=S(T[N],M-1))}if(Object.getOwnPropertySymbols)for(var q=Object.getOwnPropertySymbols(T),N=0;N<q.length;N++){var G=q[N],W=Object.getOwnPropertyDescriptor(T,G);W&&!W.enumerable&&!w||(E[G]=S(T[G],M-1),W.enumerable||Object.defineProperty(E,G,{enumerable:!1}))}if(w)for(var ie=Object.getOwnPropertyNames(T),N=0;N<ie.length;N++){var U=ie[N],W=Object.getOwnPropertyDescriptor(T,U);W&&W.enumerable||(E[U]=S(T[U],M-1),Object.defineProperty(E,U,{enumerable:!1}))}return E}return S(v,g)}h.clonePrototype=function(b){if(b===null)return null;var g=function(){};return g.prototype=b,new g};function p(v){return Object.prototype.toString.call(v)}h.__objToStr=p;function u(v){return typeof v=="object"&&p(v)==="[object Date]"}h.__isDate=u;function l(v){return typeof v=="object"&&p(v)==="[object Array]"}h.__isArray=l;function c(v){return typeof v=="object"&&p(v)==="[object RegExp]"}h.__isRegExp=c;function _(v){var b="";return v.global&&(b+="g"),v.ignoreCase&&(b+="i"),v.multiline&&(b+="m"),b}return h.__getRegExpFlags=_,h}();typeof e=="object"&&e.exports&&(e.exports=a)},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function E(C,O){var N=[],P=!0,q=!1,G=void 0;try{for(var W=C[Symbol.iterator](),ie;!(P=(ie=W.next()).done)&&(N.push(ie.value),!(O&&N.length===O));P=!0);}catch(U){q=!0,G=U}finally{try{!P&&W.return&&W.return()}finally{if(q)throw G}}return N}return function(C,O){if(Array.isArray(C))return C;if(Symbol.iterator in Object(C))return E(C,O);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function E(C,O){for(var N=0;N<O.length;N++){var P=O[N];P.enumerable=P.enumerable||!1,P.configurable=!0,"value"in P&&(P.writable=!0),Object.defineProperty(C,P.key,P)}}return function(C,O,N){return O&&E(C.prototype,O),N&&E(C,N),C}}(),s=function E(C,O,N){C===null&&(C=Function.prototype);var P=Object.getOwnPropertyDescriptor(C,O);if(P===void 0){var q=Object.getPrototypeOf(C);return q===null?void 0:E(q,O,N)}else{if("value"in P)return P.value;var G=P.get;return G===void 0?void 0:G.call(N)}},f=a(0),h=m(f),p=a(8),u=m(p),l=a(4),c=m(l),_=a(16),v=m(_),b=a(13),g=m(b),y=a(25),w=m(y);function m(E){return E&&E.__esModule?E:{default:E}}function k(E,C){if(!(E instanceof C))throw new TypeError("Cannot call a class as a function")}function x(E,C){if(!E)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return C&&(typeof C=="object"||typeof C=="function")?C:E}function S(E,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof C);E.prototype=Object.create(C&&C.prototype,{constructor:{value:E,enumerable:!1,writable:!0,configurable:!0}}),C&&(Object.setPrototypeOf?Object.setPrototypeOf(E,C):E.__proto__=C)}function T(E){return E instanceof c.default||E instanceof l.BlockEmbed}var M=function(E){S(C,E);function C(O,N){k(this,C);var P=x(this,(C.__proto__||Object.getPrototypeOf(C)).call(this,O));return P.emitter=N.emitter,Array.isArray(N.whitelist)&&(P.whitelist=N.whitelist.reduce(function(q,G){return q[G]=!0,q},{})),P.domNode.addEventListener("DOMNodeInserted",function(){}),P.optimize(),P.enable(),P}return d(C,[{key:"batchStart",value:function(){this.batch=!0}},{key:"batchEnd",value:function(){this.batch=!1,this.optimize()}},{key:"deleteAt",value:function(N,P){var q=this.line(N),G=r(q,2),W=G[0],ie=G[1],U=this.line(N+P),R=r(U,1),A=R[0];if(s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"deleteAt",this).call(this,N,P),A!=null&&W!==A&&ie>0){if(W instanceof l.BlockEmbed||A instanceof l.BlockEmbed){this.optimize();return}if(W instanceof g.default){var j=W.newlineIndex(W.length(),!0);if(j>-1&&(W=W.split(j+1),W===A)){this.optimize();return}}else if(A instanceof g.default){var V=A.newlineIndex(0);V>-1&&A.split(V+1)}var Y=A.children.head instanceof v.default?null:A.children.head;W.moveChildren(A,Y),W.remove()}this.optimize()}},{key:"enable",value:function(){var N=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.domNode.setAttribute("contenteditable",N)}},{key:"formatAt",value:function(N,P,q,G){this.whitelist!=null&&!this.whitelist[q]||(s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"formatAt",this).call(this,N,P,q,G),this.optimize())}},{key:"insertAt",value:function(N,P,q){if(!(q!=null&&this.whitelist!=null&&!this.whitelist[P])){if(N>=this.length())if(q==null||h.default.query(P,h.default.Scope.BLOCK)==null){var G=h.default.create(this.statics.defaultChild);this.appendChild(G),q==null&&P.endsWith(`
116
+ `)&&(P=P.slice(0,-1)),G.insertAt(0,P,q)}else{var W=h.default.create(P,q);this.appendChild(W)}else s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"insertAt",this).call(this,N,P,q);this.optimize()}}},{key:"insertBefore",value:function(N,P){if(N.statics.scope===h.default.Scope.INLINE_BLOT){var q=h.default.create(this.statics.defaultChild);q.appendChild(N),N=q}s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"insertBefore",this).call(this,N,P)}},{key:"leaf",value:function(N){return this.path(N).pop()||[null,-1]}},{key:"line",value:function(N){return N===this.length()?this.line(N-1):this.descendant(T,N)}},{key:"lines",value:function(){var N=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE,q=function G(W,ie,U){var R=[],A=U;return W.children.forEachAt(ie,U,function(j,V,Y){T(j)?R.push(j):j instanceof h.default.Container&&(R=R.concat(G(j,V,A))),A-=Y}),R};return q(this,N,P)}},{key:"optimize",value:function(){var N=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.batch!==!0&&(s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"optimize",this).call(this,N,P),N.length>0&&this.emitter.emit(u.default.events.SCROLL_OPTIMIZE,N,P))}},{key:"path",value:function(N){return s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"path",this).call(this,N).slice(1)}},{key:"update",value:function(N){if(this.batch!==!0){var P=u.default.sources.USER;typeof N=="string"&&(P=N),Array.isArray(N)||(N=this.observer.takeRecords()),N.length>0&&this.emitter.emit(u.default.events.SCROLL_BEFORE_UPDATE,P,N),s(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"update",this).call(this,N.concat([])),N.length>0&&this.emitter.emit(u.default.events.SCROLL_UPDATE,P,N)}}}]),C}(h.default.Scroll);M.blotName="scroll",M.className="ql-editor",M.tagName="DIV",M.defaultChild="block",M.allowedChildren=[c.default,l.BlockEmbed,w.default],o.default=M},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.SHORTKEY=o.default=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(B){return typeof B}:function(B){return B&&typeof Symbol=="function"&&B.constructor===Symbol&&B!==Symbol.prototype?"symbol":typeof B},d=function(){function B(z,Z){var J=[],ne=!0,de=!1,he=void 0;try{for(var ve=z[Symbol.iterator](),ke;!(ne=(ke=ve.next()).done)&&(J.push(ke.value),!(Z&&J.length===Z));ne=!0);}catch(Oe){de=!0,he=Oe}finally{try{!ne&&ve.return&&ve.return()}finally{if(de)throw he}}return J}return function(z,Z){if(Array.isArray(z))return z;if(Symbol.iterator in Object(z))return B(z,Z);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function B(z,Z){for(var J=0;J<Z.length;J++){var ne=Z[J];ne.enumerable=ne.enumerable||!1,ne.configurable=!0,"value"in ne&&(ne.writable=!0),Object.defineProperty(z,ne.key,ne)}}return function(z,Z,J){return Z&&B(z.prototype,Z),J&&B(z,J),z}}(),f=a(21),h=E(f),p=a(11),u=E(p),l=a(3),c=E(l),_=a(2),v=E(_),b=a(20),g=E(b),y=a(0),w=E(y),m=a(5),k=E(m),x=a(10),S=E(x),T=a(9),M=E(T);function E(B){return B&&B.__esModule?B:{default:B}}function C(B,z,Z){return z in B?Object.defineProperty(B,z,{value:Z,enumerable:!0,configurable:!0,writable:!0}):B[z]=Z,B}function O(B,z){if(!(B instanceof z))throw new TypeError("Cannot call a class as a function")}function N(B,z){if(!B)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return z&&(typeof z=="object"||typeof z=="function")?z:B}function P(B,z){if(typeof z!="function"&&z!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof z);B.prototype=Object.create(z&&z.prototype,{constructor:{value:B,enumerable:!1,writable:!0,configurable:!0}}),z&&(Object.setPrototypeOf?Object.setPrototypeOf(B,z):B.__proto__=z)}var q=(0,S.default)("quill:keyboard"),G=/Mac/i.test(navigator.platform)?"metaKey":"ctrlKey",W=function(B){P(z,B),s(z,null,[{key:"match",value:function(J,ne){return ne=H(ne),["altKey","ctrlKey","metaKey","shiftKey"].some(function(de){return!!ne[de]!==J[de]&&ne[de]!==null})?!1:ne.key===(J.which||J.keyCode)}}]);function z(Z,J){O(this,z);var ne=N(this,(z.__proto__||Object.getPrototypeOf(z)).call(this,Z,J));return ne.bindings={},Object.keys(ne.options.bindings).forEach(function(de){de==="list autofill"&&Z.scroll.whitelist!=null&&!Z.scroll.whitelist.list||ne.options.bindings[de]&&ne.addBinding(ne.options.bindings[de])}),ne.addBinding({key:z.keys.ENTER,shiftKey:null},j),ne.addBinding({key:z.keys.ENTER,metaKey:null,ctrlKey:null,altKey:null},function(){}),/Firefox/i.test(navigator.userAgent)?(ne.addBinding({key:z.keys.BACKSPACE},{collapsed:!0},U),ne.addBinding({key:z.keys.DELETE},{collapsed:!0},R)):(ne.addBinding({key:z.keys.BACKSPACE},{collapsed:!0,prefix:/^.?$/},U),ne.addBinding({key:z.keys.DELETE},{collapsed:!0,suffix:/^.?$/},R)),ne.addBinding({key:z.keys.BACKSPACE},{collapsed:!1},A),ne.addBinding({key:z.keys.DELETE},{collapsed:!1},A),ne.addBinding({key:z.keys.BACKSPACE,altKey:null,ctrlKey:null,metaKey:null,shiftKey:null},{collapsed:!0,offset:0},U),ne.listen(),ne}return s(z,[{key:"addBinding",value:function(J){var ne=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},de=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},he=H(J);if(he==null||he.key==null)return q.warn("Attempted to add invalid keyboard binding",he);typeof ne=="function"&&(ne={handler:ne}),typeof de=="function"&&(de={handler:de}),he=(0,c.default)(he,ne,de),this.bindings[he.key]=this.bindings[he.key]||[],this.bindings[he.key].push(he)}},{key:"listen",value:function(){var J=this;this.quill.root.addEventListener("keydown",function(ne){if(!ne.defaultPrevented){var de=ne.which||ne.keyCode,he=(J.bindings[de]||[]).filter(function(Ee){return z.match(ne,Ee)});if(he.length!==0){var ve=J.quill.getSelection();if(!(ve==null||!J.quill.hasFocus())){var ke=J.quill.getLine(ve.index),Oe=d(ke,2),Be=Oe[0],Pe=Oe[1],Q=J.quill.getLeaf(ve.index),te=d(Q,2),ae=te[0],le=te[1],re=ve.length===0?[ae,le]:J.quill.getLeaf(ve.index+ve.length),$e=d(re,2),me=$e[0],be=$e[1],He=ae instanceof w.default.Text?ae.value().slice(0,le):"",je=me instanceof w.default.Text?me.value().slice(be):"",Ne={collapsed:ve.length===0,empty:ve.length===0&&Be.length()<=1,format:J.quill.getFormat(ve),offset:Pe,prefix:He,suffix:je},vt=he.some(function(Ee){if(Ee.collapsed!=null&&Ee.collapsed!==Ne.collapsed||Ee.empty!=null&&Ee.empty!==Ne.empty||Ee.offset!=null&&Ee.offset!==Ne.offset)return!1;if(Array.isArray(Ee.format)){if(Ee.format.every(function(tt){return Ne.format[tt]==null}))return!1}else if(r(Ee.format)==="object"&&!Object.keys(Ee.format).every(function(tt){return Ee.format[tt]===!0?Ne.format[tt]!=null:Ee.format[tt]===!1?Ne.format[tt]==null:(0,u.default)(Ee.format[tt],Ne.format[tt])}))return!1;return Ee.prefix!=null&&!Ee.prefix.test(Ne.prefix)||Ee.suffix!=null&&!Ee.suffix.test(Ne.suffix)?!1:Ee.handler.call(J,ve,Ne)!==!0});vt&&ne.preventDefault()}}}})}}]),z}(M.default);W.keys={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46},W.DEFAULTS={bindings:{bold:Y("bold"),italic:Y("italic"),underline:Y("underline"),indent:{key:W.keys.TAB,format:["blockquote","indent","list"],handler:function(z,Z){if(Z.collapsed&&Z.offset!==0)return!0;this.quill.format("indent","+1",k.default.sources.USER)}},outdent:{key:W.keys.TAB,shiftKey:!0,format:["blockquote","indent","list"],handler:function(z,Z){if(Z.collapsed&&Z.offset!==0)return!0;this.quill.format("indent","-1",k.default.sources.USER)}},"outdent backspace":{key:W.keys.BACKSPACE,collapsed:!0,shiftKey:null,metaKey:null,ctrlKey:null,altKey:null,format:["indent","list"],offset:0,handler:function(z,Z){Z.format.indent!=null?this.quill.format("indent","-1",k.default.sources.USER):Z.format.list!=null&&this.quill.format("list",!1,k.default.sources.USER)}},"indent code-block":V(!0),"outdent code-block":V(!1),"remove tab":{key:W.keys.TAB,shiftKey:!0,collapsed:!0,prefix:/\t$/,handler:function(z){this.quill.deleteText(z.index-1,1,k.default.sources.USER)}},tab:{key:W.keys.TAB,handler:function(z){this.quill.history.cutoff();var Z=new v.default().retain(z.index).delete(z.length).insert(" ");this.quill.updateContents(Z,k.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(z.index+1,k.default.sources.SILENT)}},"list empty enter":{key:W.keys.ENTER,collapsed:!0,format:["list"],empty:!0,handler:function(z,Z){this.quill.format("list",!1,k.default.sources.USER),Z.format.indent&&this.quill.format("indent",!1,k.default.sources.USER)}},"checklist enter":{key:W.keys.ENTER,collapsed:!0,format:{list:"checked"},handler:function(z){var Z=this.quill.getLine(z.index),J=d(Z,2),ne=J[0],de=J[1],he=(0,c.default)({},ne.formats(),{list:"checked"}),ve=new v.default().retain(z.index).insert(`
117
117
  `,he).retain(ne.length()-de-1).retain(1,{list:"unchecked"});this.quill.updateContents(ve,k.default.sources.USER),this.quill.setSelection(z.index+1,k.default.sources.SILENT),this.quill.scrollIntoView()}},"header enter":{key:W.keys.ENTER,collapsed:!0,format:["header"],suffix:/^$/,handler:function(z,Z){var J=this.quill.getLine(z.index),ne=d(J,2),de=ne[0],he=ne[1],ve=new v.default().retain(z.index).insert(`
118
118
  `,Z.format).retain(de.length()-he-1).retain(1,{header:null});this.quill.updateContents(ve,k.default.sources.USER),this.quill.setSelection(z.index+1,k.default.sources.SILENT),this.quill.scrollIntoView()}},"list autofill":{key:" ",collapsed:!0,format:{list:!1},prefix:/^\s*?(\d+\.|-|\*|\[ ?\]|\[x\])$/,handler:function(z,Z){var J=Z.prefix.length,ne=this.quill.getLine(z.index),de=d(ne,2),he=de[0],ve=de[1];if(ve>J)return!0;var ke=void 0;switch(Z.prefix.trim()){case"[]":case"[ ]":ke="unchecked";break;case"[x]":ke="checked";break;case"-":case"*":ke="bullet";break;default:ke="ordered"}this.quill.insertText(z.index," ",k.default.sources.USER),this.quill.history.cutoff();var Oe=new v.default().retain(z.index-ve).delete(J+1).retain(he.length()-2-ve).retain(1,{list:ke});this.quill.updateContents(Oe,k.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(z.index-J,k.default.sources.SILENT)}},"code exit":{key:W.keys.ENTER,collapsed:!0,format:["code-block"],prefix:/\n\n$/,suffix:/^\s+$/,handler:function(z){var Z=this.quill.getLine(z.index),J=d(Z,2),ne=J[0],de=J[1],he=new v.default().retain(z.index+ne.length()-de-2).retain(1,{"code-block":null}).delete(1);this.quill.updateContents(he,k.default.sources.USER)}},"embed left":ie(W.keys.LEFT,!1),"embed left shift":ie(W.keys.LEFT,!0),"embed right":ie(W.keys.RIGHT,!1),"embed right shift":ie(W.keys.RIGHT,!0)}};function ie(B,z){var Z,J=B===W.keys.LEFT?"prefix":"suffix";return Z={key:B,shiftKey:z,altKey:null},C(Z,J,/^$/),C(Z,"handler",function(de){var he=de.index;B===W.keys.RIGHT&&(he+=de.length+1);var ve=this.quill.getLeaf(he),ke=d(ve,1),Oe=ke[0];return Oe instanceof w.default.Embed?(B===W.keys.LEFT?z?this.quill.setSelection(de.index-1,de.length+1,k.default.sources.USER):this.quill.setSelection(de.index-1,k.default.sources.USER):z?this.quill.setSelection(de.index,de.length+1,k.default.sources.USER):this.quill.setSelection(de.index+de.length+1,k.default.sources.USER),!1):!0}),Z}function U(B,z){if(!(B.index===0||this.quill.getLength()<=1)){var Z=this.quill.getLine(B.index),J=d(Z,1),ne=J[0],de={};if(z.offset===0){var he=this.quill.getLine(B.index-1),ve=d(he,1),ke=ve[0];if(ke!=null&&ke.length()>1){var Oe=ne.formats(),Be=this.quill.getFormat(B.index-1,1);de=g.default.attributes.diff(Oe,Be)||{}}}var Pe=/[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(z.prefix)?2:1;this.quill.deleteText(B.index-Pe,Pe,k.default.sources.USER),Object.keys(de).length>0&&this.quill.formatLine(B.index-Pe,Pe,de,k.default.sources.USER),this.quill.focus()}}function R(B,z){var Z=/^[\uD800-\uDBFF][\uDC00-\uDFFF]/.test(z.suffix)?2:1;if(!(B.index>=this.quill.getLength()-Z)){var J={},ne=0,de=this.quill.getLine(B.index),he=d(de,1),ve=he[0];if(z.offset>=ve.length()-1){var ke=this.quill.getLine(B.index+1),Oe=d(ke,1),Be=Oe[0];if(Be){var Pe=ve.formats(),Q=this.quill.getFormat(B.index,1);J=g.default.attributes.diff(Pe,Q)||{},ne=Be.length()}}this.quill.deleteText(B.index,Z,k.default.sources.USER),Object.keys(J).length>0&&this.quill.formatLine(B.index+ne-1,Z,J,k.default.sources.USER)}}function A(B){var z=this.quill.getLines(B),Z={};if(z.length>1){var J=z[0].formats(),ne=z[z.length-1].formats();Z=g.default.attributes.diff(ne,J)||{}}this.quill.deleteText(B,k.default.sources.USER),Object.keys(Z).length>0&&this.quill.formatLine(B.index,1,Z,k.default.sources.USER),this.quill.setSelection(B.index,k.default.sources.SILENT),this.quill.focus()}function j(B,z){var Z=this;B.length>0&&this.quill.scroll.deleteAt(B.index,B.length);var J=Object.keys(z.format).reduce(function(ne,de){return w.default.query(de,w.default.Scope.BLOCK)&&!Array.isArray(z.format[de])&&(ne[de]=z.format[de]),ne},{});this.quill.insertText(B.index,`
119
119
  `,J,k.default.sources.USER),this.quill.setSelection(B.index+1,k.default.sources.SILENT),this.quill.focus(),Object.keys(z.format).forEach(function(ne){J[ne]==null&&(Array.isArray(z.format[ne])||ne!=="link"&&Z.quill.format(ne,z.format[ne],k.default.sources.USER))})}function V(B){return{key:W.keys.TAB,shiftKey:!B,format:{"code-block":!0},handler:function(Z){var J=w.default.query("code-block"),ne=Z.index,de=Z.length,he=this.quill.scroll.descendant(J,ne),ve=d(he,2),ke=ve[0],Oe=ve[1];if(ke!=null){var Be=this.quill.getIndex(ke),Pe=ke.newlineIndex(Oe,!0)+1,Q=ke.newlineIndex(Be+Oe+de),te=ke.domNode.textContent.slice(Pe,Q).split(`
120
- `);Oe=0,te.forEach(function(ae,le){B?(ke.insertAt(Pe+Oe,J.TAB),Oe+=J.TAB.length,le===0?ne+=J.TAB.length:de+=J.TAB.length):ae.startsWith(J.TAB)&&(ke.deleteAt(Pe+Oe,J.TAB.length),Oe-=J.TAB.length,le===0?ne-=J.TAB.length:de-=J.TAB.length),Oe+=ae.length+1}),this.quill.update(k.default.sources.USER),this.quill.setSelection(ne,de,k.default.sources.SILENT)}}}}function Y(B){return{key:B[0].toUpperCase(),shortKey:!0,handler:function(Z,J){this.quill.format(B,!J.format[B],k.default.sources.USER)}}}function H(B){if(typeof B=="string"||typeof B=="number")return H({key:B});if((typeof B>"u"?"undefined":r(B))==="object"&&(B=(0,h.default)(B,!1)),typeof B.key=="string")if(W.keys[B.key.toUpperCase()]!=null)B.key=W.keys[B.key.toUpperCase()];else if(B.key.length===1)B.key=B.key.toUpperCase().charCodeAt(0);else return null;return B.shortKey&&(B[G]=B.shortKey,delete B.shortKey),B}o.default=W,o.SHORTKEY=G},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function g(y,w){var m=[],k=!0,N=!1,S=void 0;try{for(var T=y[Symbol.iterator](),M;!(k=(M=T.next()).done)&&(m.push(M.value),!(w&&m.length===w));k=!0);}catch(E){N=!0,S=E}finally{try{!k&&T.return&&T.return()}finally{if(N)throw S}}return m}return function(y,w){if(Array.isArray(y))return y;if(Symbol.iterator in Object(y))return g(y,w);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function g(y,w,m){y===null&&(y=Function.prototype);var k=Object.getOwnPropertyDescriptor(y,w);if(k===void 0){var N=Object.getPrototypeOf(y);return N===null?void 0:g(N,w,m)}else{if("value"in k)return k.value;var S=k.get;return S===void 0?void 0:S.call(m)}},s=function(){function g(y,w){for(var m=0;m<w.length;m++){var k=w[m];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(y,k.key,k)}}return function(y,w,m){return w&&g(y.prototype,w),m&&g(y,m),y}}(),f=a(0),h=l(f),p=a(7),u=l(p);function l(g){return g&&g.__esModule?g:{default:g}}function c(g,y){if(!(g instanceof y))throw new TypeError("Cannot call a class as a function")}function _(g,y){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:g}function v(g,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);g.prototype=Object.create(y&&y.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(g,y):g.__proto__=y)}var b=function(g){v(y,g),s(y,null,[{key:"value",value:function(){}}]);function y(w,m){c(this,y);var k=_(this,(y.__proto__||Object.getPrototypeOf(y)).call(this,w));return k.selection=m,k.textNode=document.createTextNode(y.CONTENTS),k.domNode.appendChild(k.textNode),k._length=0,k}return s(y,[{key:"detach",value:function(){this.parent!=null&&this.parent.removeChild(this)}},{key:"format",value:function(m,k){if(this._length!==0)return d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,m,k);for(var N=this,S=0;N!=null&&N.statics.scope!==h.default.Scope.BLOCK_BLOT;)S+=N.offset(N.parent),N=N.parent;N!=null&&(this._length=y.CONTENTS.length,N.optimize(),N.formatAt(S,y.CONTENTS.length,m,k),this._length=0)}},{key:"index",value:function(m,k){return m===this.textNode?0:d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"index",this).call(this,m,k)}},{key:"length",value:function(){return this._length}},{key:"position",value:function(){return[this.textNode,this.textNode.data.length]}},{key:"remove",value:function(){d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"remove",this).call(this),this.parent=null}},{key:"restore",value:function(){if(!(this.selection.composing||this.parent==null)){var m=this.textNode,k=this.selection.getNativeRange(),N=void 0,S=void 0,T=void 0;if(k!=null&&k.start.node===m&&k.end.node===m){var M=[m,k.start.offset,k.end.offset];N=M[0],S=M[1],T=M[2]}for(;this.domNode.lastChild!=null&&this.domNode.lastChild!==this.textNode;)this.domNode.parentNode.insertBefore(this.domNode.lastChild,this.domNode);if(this.textNode.data!==y.CONTENTS){var E=this.textNode.data.split(y.CONTENTS).join("");this.next instanceof u.default?(N=this.next.domNode,this.next.insertAt(0,E),this.textNode.data=y.CONTENTS):(this.textNode.data=E,this.parent.insertBefore(h.default.create(this.textNode),this),this.textNode=document.createTextNode(y.CONTENTS),this.domNode.appendChild(this.textNode))}if(this.remove(),S!=null){var C=[S,T].map(function(x){return Math.max(0,Math.min(N.data.length,x-1))}),O=r(C,2);return S=O[0],T=O[1],{startNode:N,startOffset:S,endNode:N,endOffset:T}}}}},{key:"update",value:function(m,k){var N=this;if(m.some(function(T){return T.type==="characterData"&&T.target===N.textNode})){var S=this.restore();S&&(k.range=S)}}},{key:"value",value:function(){return""}}]),y}(h.default.Embed);b.blotName="cursor",b.className="ql-cursor",b.tagName="span",b.CONTENTS="\uFEFF",o.default=b},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(0),d=h(r),s=a(4),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return v}(d.default.Container);c.allowedChildren=[f.default,s.BlockEmbed,c],o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.ColorStyle=o.ColorClass=o.ColorAttributor=void 0;var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(w)}},s=a(0),f=h(s);function h(b){return b&&b.__esModule?b:{default:b}}function p(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function u(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function l(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var c=function(b){l(g,b);function g(){return p(this,g),u(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"value",value:function(w){var m=d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"value",this).call(this,w);return m.startsWith("rgb(")?(m=m.replace(/^[^\d]+/,"").replace(/[^\d]+$/,""),"#"+m.split(",").map(function(k){return("00"+parseInt(k).toString(16)).slice(-2)}).join("")):m}}]),g}(f.default.Attributor.Style),_=new f.default.Attributor.Class("color","ql-color",{scope:f.default.Scope.INLINE}),v=new c("color","color",{scope:f.default.Scope.INLINE});o.ColorAttributor=c,o.ColorClass=_,o.ColorStyle=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.sanitize=o.default=void 0;var r=function(){function v(b,g){for(var y=0;y<g.length;y++){var w=g[y];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(b,w.key,w)}}return function(b,g,y){return g&&v(b.prototype,g),y&&v(b,y),b}}(),d=function v(b,g,y){b===null&&(b=Function.prototype);var w=Object.getOwnPropertyDescriptor(b,g);if(w===void 0){var m=Object.getPrototypeOf(b);return m===null?void 0:v(m,g,y)}else{if("value"in w)return w.value;var k=w.get;return k===void 0?void 0:k.call(y)}},s=a(6),f=h(s);function h(v){return v&&v.__esModule?v:{default:v}}function p(v,b){if(!(v instanceof b))throw new TypeError("Cannot call a class as a function")}function u(v,b){if(!v)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:v}function l(v,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);v.prototype=Object.create(b&&b.prototype,{constructor:{value:v,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(v,b):v.__proto__=b)}var c=function(v){l(b,v);function b(){return p(this,b),u(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return r(b,[{key:"format",value:function(y,w){if(y!==this.statics.blotName||!w)return d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"format",this).call(this,y,w);w=this.constructor.sanitize(w),this.domNode.setAttribute("href",w)}}],[{key:"create",value:function(y){var w=d(b.__proto__||Object.getPrototypeOf(b),"create",this).call(this,y);return y=this.sanitize(y),w.setAttribute("href",y),w.setAttribute("rel","noopener noreferrer"),w.setAttribute("target","_blank"),w}},{key:"formats",value:function(y){return y.getAttribute("href")}},{key:"sanitize",value:function(y){return _(y,this.PROTOCOL_WHITELIST)?y:this.SANITIZED_URL}}]),b}(f.default);c.blotName="link",c.tagName="A",c.SANITIZED_URL="about:blank",c.PROTOCOL_WHITELIST=["http","https","mailto","tel"];function _(v,b){var g=document.createElement("a");g.href=v;var y=g.href.slice(0,g.href.indexOf(":"));return b.indexOf(y)>-1}o.default=c,o.sanitize=_},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(b){return typeof b}:function(b){return b&&typeof Symbol=="function"&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":typeof b},d=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),s=a(23),f=u(s),h=a(107),p=u(h);function u(b){return b&&b.__esModule?b:{default:b}}function l(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}var c=0;function _(b,g){b.setAttribute(g,b.getAttribute(g)!=="true")}var v=function(){function b(g){var y=this;l(this,b),this.select=g,this.container=document.createElement("span"),this.buildPicker(),this.select.style.display="none",this.select.parentNode.insertBefore(this.container,this.select),this.label.addEventListener("mousedown",function(){y.togglePicker()}),this.label.addEventListener("keydown",function(w){switch(w.keyCode){case f.default.keys.ENTER:y.togglePicker();break;case f.default.keys.ESCAPE:y.escape(),w.preventDefault();break}}),this.select.addEventListener("change",this.update.bind(this))}return d(b,[{key:"togglePicker",value:function(){this.container.classList.toggle("ql-expanded"),_(this.label,"aria-expanded"),_(this.options,"aria-hidden")}},{key:"buildItem",value:function(y){var w=this,m=document.createElement("span");return m.tabIndex="0",m.setAttribute("role","button"),m.classList.add("ql-picker-item"),y.hasAttribute("value")&&m.setAttribute("data-value",y.getAttribute("value")),y.textContent&&m.setAttribute("data-label",y.textContent),m.addEventListener("click",function(){w.selectItem(m,!0)}),m.addEventListener("keydown",function(k){switch(k.keyCode){case f.default.keys.ENTER:w.selectItem(m,!0),k.preventDefault();break;case f.default.keys.ESCAPE:w.escape(),k.preventDefault();break}}),m}},{key:"buildLabel",value:function(){var y=document.createElement("span");return y.classList.add("ql-picker-label"),y.innerHTML=p.default,y.tabIndex="0",y.setAttribute("role","button"),y.setAttribute("aria-expanded","false"),this.container.appendChild(y),y}},{key:"buildOptions",value:function(){var y=this,w=document.createElement("span");w.classList.add("ql-picker-options"),w.setAttribute("aria-hidden","true"),w.tabIndex="-1",w.id="ql-picker-options-"+c,c+=1,this.label.setAttribute("aria-controls",w.id),this.options=w,[].slice.call(this.select.options).forEach(function(m){var k=y.buildItem(m);w.appendChild(k),m.selected===!0&&y.selectItem(k)}),this.container.appendChild(w)}},{key:"buildPicker",value:function(){var y=this;[].slice.call(this.select.attributes).forEach(function(w){y.container.setAttribute(w.name,w.value)}),this.container.classList.add("ql-picker"),this.label=this.buildLabel(),this.buildOptions()}},{key:"escape",value:function(){var y=this;this.close(),setTimeout(function(){return y.label.focus()},1)}},{key:"close",value:function(){this.container.classList.remove("ql-expanded"),this.label.setAttribute("aria-expanded","false"),this.options.setAttribute("aria-hidden","true")}},{key:"selectItem",value:function(y){var w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,m=this.container.querySelector(".ql-selected");if(y!==m&&(m!=null&&m.classList.remove("ql-selected"),y!=null&&(y.classList.add("ql-selected"),this.select.selectedIndex=[].indexOf.call(y.parentNode.children,y),y.hasAttribute("data-value")?this.label.setAttribute("data-value",y.getAttribute("data-value")):this.label.removeAttribute("data-value"),y.hasAttribute("data-label")?this.label.setAttribute("data-label",y.getAttribute("data-label")):this.label.removeAttribute("data-label"),w))){if(typeof Event=="function")this.select.dispatchEvent(new Event("change"));else if((typeof Event>"u"?"undefined":r(Event))==="object"){var k=document.createEvent("Event");k.initEvent("change",!0,!0),this.select.dispatchEvent(k)}this.close()}}},{key:"update",value:function(){var y=void 0;if(this.select.selectedIndex>-1){var w=this.container.querySelector(".ql-picker-options").children[this.select.selectedIndex];y=this.select.options[this.select.selectedIndex],this.selectItem(w)}else this.selectItem(null);var m=y!=null&&y!==this.select.querySelector("option[selected]");this.label.classList.toggle("ql-active",m)}}]),b}();o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(0),d=q(r),s=a(5),f=q(s),h=a(4),p=q(h),u=a(16),l=q(u),c=a(25),_=q(c),v=a(24),b=q(v),g=a(35),y=q(g),w=a(6),m=q(w),k=a(22),N=q(k),S=a(7),T=q(S),M=a(55),E=q(M),C=a(42),O=q(C),x=a(23),P=q(x);function q(G){return G&&G.__esModule?G:{default:G}}f.default.register({"blots/block":p.default,"blots/block/embed":h.BlockEmbed,"blots/break":l.default,"blots/container":_.default,"blots/cursor":b.default,"blots/embed":y.default,"blots/inline":m.default,"blots/scroll":N.default,"blots/text":T.default,"modules/clipboard":E.default,"modules/history":O.default,"modules/keyboard":P.default}),d.default.register(p.default,l.default,b.default,m.default,N.default,T.default),o.default=f.default},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(1),d=function(){function s(f){this.domNode=f,this.domNode[r.DATA_KEY]={blot:this}}return Object.defineProperty(s.prototype,"statics",{get:function(){return this.constructor},enumerable:!0,configurable:!0}),s.create=function(f){if(this.tagName==null)throw new r.ParchmentError("Blot definition missing tagName");var h;return Array.isArray(this.tagName)?(typeof f=="string"&&(f=f.toUpperCase(),parseInt(f).toString()===f&&(f=parseInt(f))),typeof f=="number"?h=document.createElement(this.tagName[f-1]):this.tagName.indexOf(f)>-1?h=document.createElement(f):h=document.createElement(this.tagName[0])):h=document.createElement(this.tagName),this.className&&h.classList.add(this.className),h},s.prototype.attach=function(){this.parent!=null&&(this.scroll=this.parent.scroll)},s.prototype.clone=function(){var f=this.domNode.cloneNode(!1);return r.create(f)},s.prototype.detach=function(){this.parent!=null&&this.parent.removeChild(this),delete this.domNode[r.DATA_KEY]},s.prototype.deleteAt=function(f,h){var p=this.isolate(f,h);p.remove()},s.prototype.formatAt=function(f,h,p,u){var l=this.isolate(f,h);if(r.query(p,r.Scope.BLOT)!=null&&u)l.wrap(p,u);else if(r.query(p,r.Scope.ATTRIBUTE)!=null){var c=r.create(this.statics.scope);l.wrap(c),c.format(p,u)}},s.prototype.insertAt=function(f,h,p){var u=p==null?r.create("text",h):r.create(h,p),l=this.split(f);this.parent.insertBefore(u,l)},s.prototype.insertInto=function(f,h){h===void 0&&(h=null),this.parent!=null&&this.parent.children.remove(this);var p=null;f.children.insertBefore(this,h),h!=null&&(p=h.domNode),(this.domNode.parentNode!=f.domNode||this.domNode.nextSibling!=p)&&f.domNode.insertBefore(this.domNode,p),this.parent=f,this.attach()},s.prototype.isolate=function(f,h){var p=this.split(f);return p.split(h),p},s.prototype.length=function(){return 1},s.prototype.offset=function(f){return f===void 0&&(f=this.parent),this.parent==null||this==f?0:this.parent.children.offset(this)+this.parent.offset(f)},s.prototype.optimize=function(f){this.domNode[r.DATA_KEY]!=null&&delete this.domNode[r.DATA_KEY].mutations},s.prototype.remove=function(){this.domNode.parentNode!=null&&this.domNode.parentNode.removeChild(this.domNode),this.detach()},s.prototype.replace=function(f){f.parent!=null&&(f.parent.insertBefore(this,f.next),f.remove())},s.prototype.replaceWith=function(f,h){var p=typeof f=="string"?r.create(f,h):f;return p.replace(this),p},s.prototype.split=function(f,h){return f===0?this:this.next},s.prototype.update=function(f,h){},s.prototype.wrap=function(f,h){var p=typeof f=="string"?r.create(f,h):f;return this.parent!=null&&this.parent.insertBefore(p,this.next),p.appendChild(this),p},s.blotName="abstract",s}();o.default=d},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(12),d=a(32),s=a(33),f=a(1),h=function(){function p(u){this.attributes={},this.domNode=u,this.build()}return p.prototype.attribute=function(u,l){l?u.add(this.domNode,l)&&(u.value(this.domNode)!=null?this.attributes[u.attrName]=u:delete this.attributes[u.attrName]):(u.remove(this.domNode),delete this.attributes[u.attrName])},p.prototype.build=function(){var u=this;this.attributes={};var l=r.default.keys(this.domNode),c=d.default.keys(this.domNode),_=s.default.keys(this.domNode);l.concat(c).concat(_).forEach(function(v){var b=f.query(v,f.Scope.ATTRIBUTE);b instanceof r.default&&(u.attributes[b.attrName]=b)})},p.prototype.copy=function(u){var l=this;Object.keys(this.attributes).forEach(function(c){var _=l.attributes[c].value(l.domNode);u.format(c,_)})},p.prototype.move=function(u){var l=this;this.copy(u),Object.keys(this.attributes).forEach(function(c){l.attributes[c].remove(l.domNode)}),this.attributes={}},p.prototype.values=function(){var u=this;return Object.keys(this.attributes).reduce(function(l,c){return l[c]=u.attributes[c].value(u.domNode),l},{})},p}();o.default=h},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(12);function s(h,p){var u=h.getAttribute("class")||"";return u.split(/\s+/).filter(function(l){return l.indexOf(p+"-")===0})}var f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.keys=function(u){return(u.getAttribute("class")||"").split(/\s+/).map(function(l){return l.split("-").slice(0,-1).join("-")})},p.prototype.add=function(u,l){return this.canAdd(u,l)?(this.remove(u),u.classList.add(this.keyName+"-"+l),!0):!1},p.prototype.remove=function(u){var l=s(u,this.keyName);l.forEach(function(c){u.classList.remove(c)}),u.classList.length===0&&u.removeAttribute("class")},p.prototype.value=function(u){var l=s(u,this.keyName)[0]||"",c=l.slice(this.keyName.length+1);return this.canAdd(u,c)?c:""},p}(d.default);o.default=f},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(12);function s(h){var p=h.split("-"),u=p.slice(1).map(function(l){return l[0].toUpperCase()+l.slice(1)}).join("");return p[0]+u}var f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.keys=function(u){return(u.getAttribute("style")||"").split(";").map(function(l){var c=l.split(":");return c[0].trim()})},p.prototype.add=function(u,l){return this.canAdd(u,l)?(u.style[s(this.keyName)]=l,!0):!1},p.prototype.remove=function(u){u.style[s(this.keyName)]="",u.getAttribute("style")||u.removeAttribute("style")},p.prototype.value=function(u){var l=u.style[s(this.keyName)];return this.canAdd(u,l)?l:""},p}(d.default);o.default=f},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function f(h,p){for(var u=0;u<p.length;u++){var l=p[u];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(h,l.key,l)}}return function(h,p,u){return p&&f(h.prototype,p),u&&f(h,u),h}}();function d(f,h){if(!(f instanceof h))throw new TypeError("Cannot call a class as a function")}var s=function(){function f(h,p){d(this,f),this.quill=h,this.options=p,this.modules={}}return r(f,[{key:"init",value:function(){var p=this;Object.keys(this.options.modules).forEach(function(u){p.modules[u]==null&&p.addModule(u)})}},{key:"addModule",value:function(p){var u=this.quill.constructor.import("modules/"+p);return this.modules[p]=new u(this.quill,this.options.modules[p]||{}),this.modules[p]}}]),f}();s.DEFAULTS={modules:{}},s.themes={default:s},o.default=s},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function g(y,w){for(var m=0;m<w.length;m++){var k=w[m];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(y,k.key,k)}}return function(y,w,m){return w&&g(y.prototype,w),m&&g(y,m),y}}(),d=function g(y,w,m){y===null&&(y=Function.prototype);var k=Object.getOwnPropertyDescriptor(y,w);if(k===void 0){var N=Object.getPrototypeOf(y);return N===null?void 0:g(N,w,m)}else{if("value"in k)return k.value;var S=k.get;return S===void 0?void 0:S.call(m)}},s=a(0),f=u(s),h=a(7),p=u(h);function u(g){return g&&g.__esModule?g:{default:g}}function l(g,y){if(!(g instanceof y))throw new TypeError("Cannot call a class as a function")}function c(g,y){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:g}function _(g,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);g.prototype=Object.create(y&&y.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(g,y):g.__proto__=y)}var v="\uFEFF",b=function(g){_(y,g);function y(w){l(this,y);var m=c(this,(y.__proto__||Object.getPrototypeOf(y)).call(this,w));return m.contentNode=document.createElement("span"),m.contentNode.setAttribute("contenteditable",!1),[].slice.call(m.domNode.childNodes).forEach(function(k){m.contentNode.appendChild(k)}),m.leftGuard=document.createTextNode(v),m.rightGuard=document.createTextNode(v),m.domNode.appendChild(m.leftGuard),m.domNode.appendChild(m.contentNode),m.domNode.appendChild(m.rightGuard),m}return r(y,[{key:"index",value:function(m,k){return m===this.leftGuard?0:m===this.rightGuard?1:d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"index",this).call(this,m,k)}},{key:"restore",value:function(m){var k=void 0,N=void 0,S=m.data.split(v).join("");if(m===this.leftGuard)if(this.prev instanceof p.default){var T=this.prev.length();this.prev.insertAt(T,S),k={startNode:this.prev.domNode,startOffset:T+S.length}}else N=document.createTextNode(S),this.parent.insertBefore(f.default.create(N),this),k={startNode:N,startOffset:S.length};else m===this.rightGuard&&(this.next instanceof p.default?(this.next.insertAt(0,S),k={startNode:this.next.domNode,startOffset:S.length}):(N=document.createTextNode(S),this.parent.insertBefore(f.default.create(N),this.next),k={startNode:N,startOffset:S.length}));return m.data=v,k}},{key:"update",value:function(m,k){var N=this;m.forEach(function(S){if(S.type==="characterData"&&(S.target===N.leftGuard||S.target===N.rightGuard)){var T=N.restore(S.target);T&&(k.range=T)}})}}]),y}(f.default.Embed);o.default=b},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.AlignStyle=o.AlignClass=o.AlignAttribute=void 0;var r=a(0),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}var f={scope:d.default.Scope.BLOCK,whitelist:["right","center","justify"]},h=new d.default.Attributor.Attribute("align","align",f),p=new d.default.Attributor.Class("align","ql-align",f),u=new d.default.Attributor.Style("align","text-align",f);o.AlignAttribute=h,o.AlignClass=p,o.AlignStyle=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.BackgroundStyle=o.BackgroundClass=void 0;var r=a(0),d=f(r),s=a(26);function f(u){return u&&u.__esModule?u:{default:u}}var h=new d.default.Attributor.Class("background","ql-bg",{scope:d.default.Scope.INLINE}),p=new s.ColorAttributor("background","background-color",{scope:d.default.Scope.INLINE});o.BackgroundClass=h,o.BackgroundStyle=p},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.DirectionStyle=o.DirectionClass=o.DirectionAttribute=void 0;var r=a(0),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}var f={scope:d.default.Scope.BLOCK,whitelist:["rtl"]},h=new d.default.Attributor.Attribute("direction","dir",f),p=new d.default.Attributor.Class("direction","ql-direction",f),u=new d.default.Attributor.Style("direction","direction",f);o.DirectionAttribute=h,o.DirectionClass=p,o.DirectionStyle=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.FontClass=o.FontStyle=void 0;var r=function(){function g(y,w){for(var m=0;m<w.length;m++){var k=w[m];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(y,k.key,k)}}return function(y,w,m){return w&&g(y.prototype,w),m&&g(y,m),y}}(),d=function g(y,w,m){y===null&&(y=Function.prototype);var k=Object.getOwnPropertyDescriptor(y,w);if(k===void 0){var N=Object.getPrototypeOf(y);return N===null?void 0:g(N,w,m)}else{if("value"in k)return k.value;var S=k.get;return S===void 0?void 0:S.call(m)}},s=a(0),f=h(s);function h(g){return g&&g.__esModule?g:{default:g}}function p(g,y){if(!(g instanceof y))throw new TypeError("Cannot call a class as a function")}function u(g,y){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:g}function l(g,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);g.prototype=Object.create(y&&y.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(g,y):g.__proto__=y)}var c={scope:f.default.Scope.INLINE,whitelist:["serif","monospace"]},_=new f.default.Attributor.Class("font","ql-font",c),v=function(g){l(y,g);function y(){return p(this,y),u(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return r(y,[{key:"value",value:function(m){return d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"value",this).call(this,m).replace(/["']/g,"")}}]),y}(f.default.Attributor.Style),b=new v("font","font-family",c);o.FontStyle=b,o.FontClass=_},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.SizeStyle=o.SizeClass=void 0;var r=a(0),d=s(r);function s(p){return p&&p.__esModule?p:{default:p}}var f=new d.default.Attributor.Class("size","ql-size",{scope:d.default.Scope.INLINE,whitelist:["small","large","huge"]}),h=new d.default.Attributor.Style("size","font-size",{scope:d.default.Scope.INLINE,whitelist:["10px","18px","32px"]});o.SizeClass=f,o.SizeStyle=h},function(e,o,a){e.exports={align:{"":a(76),center:a(77),right:a(78),justify:a(79)},background:a(80),blockquote:a(81),bold:a(82),clean:a(83),code:a(58),"code-block":a(58),color:a(84),direction:{"":a(85),rtl:a(86)},float:{center:a(87),full:a(88),left:a(89),right:a(90)},formula:a(91),header:{1:a(92),2:a(93)},italic:a(94),image:a(95),indent:{"+1":a(96),"-1":a(97)},link:a(98),list:{ordered:a(99),bullet:a(100),check:a(101)},script:{sub:a(102),super:a(103)},strike:a(104),underline:a(105),video:a(106)}},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.getLastChangeIndex=o.default=void 0;var r=function(){function w(m,k){for(var N=0;N<k.length;N++){var S=k[N];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(m,S.key,S)}}return function(m,k,N){return k&&w(m.prototype,k),N&&w(m,N),m}}(),d=a(0),s=l(d),f=a(5),h=l(f),p=a(9),u=l(p);function l(w){return w&&w.__esModule?w:{default:w}}function c(w,m){if(!(w instanceof m))throw new TypeError("Cannot call a class as a function")}function _(w,m){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:w}function v(w,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);w.prototype=Object.create(m&&m.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(w,m):w.__proto__=m)}var b=function(w){v(m,w);function m(k,N){c(this,m);var S=_(this,(m.__proto__||Object.getPrototypeOf(m)).call(this,k,N));return S.lastRecorded=0,S.ignoreChange=!1,S.clear(),S.quill.on(h.default.events.EDITOR_CHANGE,function(T,M,E,C){T!==h.default.events.TEXT_CHANGE||S.ignoreChange||(!S.options.userOnly||C===h.default.sources.USER?S.record(M,E):S.transform(M))}),S.quill.keyboard.addBinding({key:"Z",shortKey:!0},S.undo.bind(S)),S.quill.keyboard.addBinding({key:"Z",shortKey:!0,shiftKey:!0},S.redo.bind(S)),/Win/i.test(navigator.platform)&&S.quill.keyboard.addBinding({key:"Y",shortKey:!0},S.redo.bind(S)),S}return r(m,[{key:"change",value:function(N,S){if(this.stack[N].length!==0){var T=this.stack[N].pop();this.stack[S].push(T),this.lastRecorded=0,this.ignoreChange=!0,this.quill.updateContents(T[N],h.default.sources.USER),this.ignoreChange=!1;var M=y(T[N]);this.quill.setSelection(M)}}},{key:"clear",value:function(){this.stack={undo:[],redo:[]}}},{key:"cutoff",value:function(){this.lastRecorded=0}},{key:"record",value:function(N,S){if(N.ops.length!==0){this.stack.redo=[];var T=this.quill.getContents().diff(S),M=Date.now();if(this.lastRecorded+this.options.delay>M&&this.stack.undo.length>0){var E=this.stack.undo.pop();T=T.compose(E.undo),N=E.redo.compose(N)}else this.lastRecorded=M;this.stack.undo.push({redo:N,undo:T}),this.stack.undo.length>this.options.maxStack&&this.stack.undo.shift()}}},{key:"redo",value:function(){this.change("redo","undo")}},{key:"transform",value:function(N){this.stack.undo.forEach(function(S){S.undo=N.transform(S.undo,!0),S.redo=N.transform(S.redo,!0)}),this.stack.redo.forEach(function(S){S.undo=N.transform(S.undo,!0),S.redo=N.transform(S.redo,!0)})}},{key:"undo",value:function(){this.change("undo","redo")}}]),m}(u.default);b.DEFAULTS={delay:1e3,maxStack:100,userOnly:!1};function g(w){var m=w.ops[w.ops.length-1];return m==null?!1:m.insert!=null?typeof m.insert=="string"&&m.insert.endsWith(`
121
- `):m.attributes!=null?Object.keys(m.attributes).some(function(k){return s.default.query(k,s.default.Scope.BLOCK)!=null}):!1}function y(w){var m=w.reduce(function(N,S){return N+=S.delete||0,N},0),k=w.length()-m;return g(w)&&(k-=1),k}o.default=b,o.getLastChangeIndex=y},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.BaseTooltip=void 0;var r=function(){function j(V,Y){for(var H=0;H<Y.length;H++){var B=Y[H];B.enumerable=B.enumerable||!1,B.configurable=!0,"value"in B&&(B.writable=!0),Object.defineProperty(V,B.key,B)}}return function(V,Y,H){return Y&&j(V.prototype,Y),H&&j(V,H),V}}(),d=function j(V,Y,H){V===null&&(V=Function.prototype);var B=Object.getOwnPropertyDescriptor(V,Y);if(B===void 0){var z=Object.getPrototypeOf(V);return z===null?void 0:j(z,Y,H)}else{if("value"in B)return B.value;var Z=B.get;return Z===void 0?void 0:Z.call(H)}},s=a(3),f=M(s),h=a(2),p=M(h),u=a(8),l=M(u),c=a(23),_=M(c),v=a(34),b=M(v),g=a(59),y=M(g),w=a(60),m=M(w),k=a(28),N=M(k),S=a(61),T=M(S);function M(j){return j&&j.__esModule?j:{default:j}}function E(j,V){if(!(j instanceof V))throw new TypeError("Cannot call a class as a function")}function C(j,V){if(!j)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return V&&(typeof V=="object"||typeof V=="function")?V:j}function O(j,V){if(typeof V!="function"&&V!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof V);j.prototype=Object.create(V&&V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}}),V&&(Object.setPrototypeOf?Object.setPrototypeOf(j,V):j.__proto__=V)}var x=[!1,"center","right","justify"],P=["#000000","#e60000","#ff9900","#ffff00","#008a00","#0066cc","#9933ff","#ffffff","#facccc","#ffebcc","#ffffcc","#cce8cc","#cce0f5","#ebd6ff","#bbbbbb","#f06666","#ffc266","#ffff66","#66b966","#66a3e0","#c285ff","#888888","#a10000","#b26b00","#b2b200","#006100","#0047b2","#6b24b2","#444444","#5c0000","#663d00","#666600","#003700","#002966","#3d1466"],q=[!1,"serif","monospace"],G=["1","2","3",!1],W=["small",!1,"large","huge"],ie=function(j){O(V,j);function V(Y,H){E(this,V);var B=C(this,(V.__proto__||Object.getPrototypeOf(V)).call(this,Y,H)),z=function Z(J){if(!document.body.contains(Y.root))return document.body.removeEventListener("click",Z);B.tooltip!=null&&!B.tooltip.root.contains(J.target)&&document.activeElement!==B.tooltip.textbox&&!B.quill.hasFocus()&&B.tooltip.hide(),B.pickers!=null&&B.pickers.forEach(function(ne){ne.container.contains(J.target)||ne.close()})};return Y.emitter.listenDOM("click",document.body,z),B}return r(V,[{key:"addModule",value:function(H){var B=d(V.prototype.__proto__||Object.getPrototypeOf(V.prototype),"addModule",this).call(this,H);return H==="toolbar"&&this.extendToolbar(B),B}},{key:"buildButtons",value:function(H,B){H.forEach(function(z){var Z=z.getAttribute("class")||"";Z.split(/\s+/).forEach(function(J){if(J.startsWith("ql-")&&(J=J.slice(3),B[J]!=null))if(J==="direction")z.innerHTML=B[J][""]+B[J].rtl;else if(typeof B[J]=="string")z.innerHTML=B[J];else{var ne=z.value||"";ne!=null&&B[J][ne]&&(z.innerHTML=B[J][ne])}})})}},{key:"buildPickers",value:function(H,B){var z=this;this.pickers=H.map(function(J){if(J.classList.contains("ql-align"))return J.querySelector("option")==null&&A(J,x),new m.default(J,B.align);if(J.classList.contains("ql-background")||J.classList.contains("ql-color")){var ne=J.classList.contains("ql-background")?"background":"color";return J.querySelector("option")==null&&A(J,P,ne==="background"?"#ffffff":"#000000"),new y.default(J,B[ne])}else return J.querySelector("option")==null&&(J.classList.contains("ql-font")?A(J,q):J.classList.contains("ql-header")?A(J,G):J.classList.contains("ql-size")&&A(J,W)),new N.default(J)});var Z=function(){z.pickers.forEach(function(ne){ne.update()})};this.quill.on(l.default.events.EDITOR_CHANGE,Z)}}]),V}(b.default);ie.DEFAULTS=(0,f.default)(!0,{},b.default.DEFAULTS,{modules:{toolbar:{handlers:{formula:function(){this.quill.theme.tooltip.edit("formula")},image:function(){var V=this,Y=this.container.querySelector("input.ql-image[type=file]");Y==null&&(Y=document.createElement("input"),Y.setAttribute("type","file"),Y.setAttribute("accept","image/png, image/gif, image/jpeg, image/bmp, image/x-icon"),Y.classList.add("ql-image"),Y.addEventListener("change",function(){if(Y.files!=null&&Y.files[0]!=null){var H=new FileReader;H.onload=function(B){var z=V.quill.getSelection(!0);V.quill.updateContents(new p.default().retain(z.index).delete(z.length).insert({image:B.target.result}),l.default.sources.USER),V.quill.setSelection(z.index+1,l.default.sources.SILENT),Y.value=""},H.readAsDataURL(Y.files[0])}}),this.container.appendChild(Y)),Y.click()},video:function(){this.quill.theme.tooltip.edit("video")}}}}});var U=function(j){O(V,j);function V(Y,H){E(this,V);var B=C(this,(V.__proto__||Object.getPrototypeOf(V)).call(this,Y,H));return B.textbox=B.root.querySelector('input[type="text"]'),B.listen(),B}return r(V,[{key:"listen",value:function(){var H=this;this.textbox.addEventListener("keydown",function(B){_.default.match(B,"enter")?(H.save(),B.preventDefault()):_.default.match(B,"escape")&&(H.cancel(),B.preventDefault())})}},{key:"cancel",value:function(){this.hide()}},{key:"edit",value:function(){var H=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"link",B=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;this.root.classList.remove("ql-hidden"),this.root.classList.add("ql-editing"),B!=null?this.textbox.value=B:H!==this.root.getAttribute("data-mode")&&(this.textbox.value=""),this.position(this.quill.getBounds(this.quill.selection.savedRange)),this.textbox.select(),this.textbox.setAttribute("placeholder",this.textbox.getAttribute("data-"+H)||""),this.root.setAttribute("data-mode",H)}},{key:"restoreFocus",value:function(){var H=this.quill.scrollingContainer.scrollTop;this.quill.focus(),this.quill.scrollingContainer.scrollTop=H}},{key:"save",value:function(){var H=this.textbox.value;switch(this.root.getAttribute("data-mode")){case"link":{var B=this.quill.root.scrollTop;this.linkRange?(this.quill.formatText(this.linkRange,"link",H,l.default.sources.USER),delete this.linkRange):(this.restoreFocus(),this.quill.format("link",H,l.default.sources.USER)),this.quill.root.scrollTop=B;break}case"video":H=R(H);case"formula":{if(!H)break;var z=this.quill.getSelection(!0);if(z!=null){var Z=z.index+z.length;this.quill.insertEmbed(Z,this.root.getAttribute("data-mode"),H,l.default.sources.USER),this.root.getAttribute("data-mode")==="formula"&&this.quill.insertText(Z+1," ",l.default.sources.USER),this.quill.setSelection(Z+2,l.default.sources.USER)}break}}this.textbox.value="",this.hide()}}]),V}(T.default);function R(j){var V=j.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/)||j.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);return V?(V[1]||"https")+"://www.youtube.com/embed/"+V[2]+"?showinfo=0":(V=j.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/))?(V[1]||"https")+"://player.vimeo.com/video/"+V[2]+"/":j}function A(j,V){var Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;V.forEach(function(H){var B=document.createElement("option");H===Y?B.setAttribute("selected","selected"):B.setAttribute("value",H),j.appendChild(B)})}o.BaseTooltip=U,o.default=ie},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function d(){this.head=this.tail=null,this.length=0}return d.prototype.append=function(){for(var s=[],f=0;f<arguments.length;f++)s[f]=arguments[f];this.insertBefore(s[0],null),s.length>1&&this.append.apply(this,s.slice(1))},d.prototype.contains=function(s){for(var f,h=this.iterator();f=h();)if(f===s)return!0;return!1},d.prototype.insertBefore=function(s,f){s&&(s.next=f,f!=null?(s.prev=f.prev,f.prev!=null&&(f.prev.next=s),f.prev=s,f===this.head&&(this.head=s)):this.tail!=null?(this.tail.next=s,s.prev=this.tail,this.tail=s):(s.prev=null,this.head=this.tail=s),this.length+=1)},d.prototype.offset=function(s){for(var f=0,h=this.head;h!=null;){if(h===s)return f;f+=h.length(),h=h.next}return-1},d.prototype.remove=function(s){this.contains(s)&&(s.prev!=null&&(s.prev.next=s.next),s.next!=null&&(s.next.prev=s.prev),s===this.head&&(this.head=s.next),s===this.tail&&(this.tail=s.prev),this.length-=1)},d.prototype.iterator=function(s){return s===void 0&&(s=this.head),function(){var f=s;return s!=null&&(s=s.next),f}},d.prototype.find=function(s,f){f===void 0&&(f=!1);for(var h,p=this.iterator();h=p();){var u=h.length();if(s<u||f&&s===u&&(h.next==null||h.next.length()!==0))return[h,s];s-=u}return[null,0]},d.prototype.forEach=function(s){for(var f,h=this.iterator();f=h();)s(f)},d.prototype.forEachAt=function(s,f,h){if(!(f<=0))for(var p=this.find(s),u=p[0],l=p[1],c,_=s-l,v=this.iterator(u);(c=v())&&_<s+f;){var b=c.length();s>_?h(c,s-_,Math.min(f,_+b-s)):h(c,0,Math.min(b,s+f-_)),_+=b}},d.prototype.map=function(s){return this.reduce(function(f,h){return f.push(s(h)),f},[])},d.prototype.reduce=function(s,f){for(var h,p=this.iterator();h=p();)f=s(f,h);return f},d}();o.default=r},function(e,o,a){var r=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,c){l.__proto__=c}||function(l,c){for(var _ in c)c.hasOwnProperty(_)&&(l[_]=c[_])};return function(l,c){u(l,c);function _(){this.constructor=l}l.prototype=c===null?Object.create(c):(_.prototype=c.prototype,new _)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(17),s=a(1),f={attributes:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0},h=100,p=function(u){r(l,u);function l(c){var _=u.call(this,c)||this;return _.scroll=_,_.observer=new MutationObserver(function(v){_.update(v)}),_.observer.observe(_.domNode,f),_.attach(),_}return l.prototype.detach=function(){u.prototype.detach.call(this),this.observer.disconnect()},l.prototype.deleteAt=function(c,_){this.update(),c===0&&_===this.length()?this.children.forEach(function(v){v.remove()}):u.prototype.deleteAt.call(this,c,_)},l.prototype.formatAt=function(c,_,v,b){this.update(),u.prototype.formatAt.call(this,c,_,v,b)},l.prototype.insertAt=function(c,_,v){this.update(),u.prototype.insertAt.call(this,c,_,v)},l.prototype.optimize=function(c,_){var v=this;c===void 0&&(c=[]),_===void 0&&(_={}),u.prototype.optimize.call(this,_);for(var b=[].slice.call(this.observer.takeRecords());b.length>0;)c.push(b.pop());for(var g=function(k,N){N===void 0&&(N=!0),!(k==null||k===v)&&k.domNode.parentNode!=null&&(k.domNode[s.DATA_KEY].mutations==null&&(k.domNode[s.DATA_KEY].mutations=[]),N&&g(k.parent))},y=function(k){k.domNode[s.DATA_KEY]==null||k.domNode[s.DATA_KEY].mutations==null||(k instanceof d.default&&k.children.forEach(y),k.optimize(_))},w=c,m=0;w.length>0;m+=1){if(m>=h)throw new Error("[Parchment] Maximum optimize iterations reached");for(w.forEach(function(k){var N=s.find(k.target,!0);N!=null&&(N.domNode===k.target&&(k.type==="childList"?(g(s.find(k.previousSibling,!1)),[].forEach.call(k.addedNodes,function(S){var T=s.find(S,!1);g(T,!1),T instanceof d.default&&T.children.forEach(function(M){g(M,!1)})})):k.type==="attributes"&&g(N.prev)),g(N))}),this.children.forEach(y),w=[].slice.call(this.observer.takeRecords()),b=w.slice();b.length>0;)c.push(b.pop())}},l.prototype.update=function(c,_){var v=this;_===void 0&&(_={}),c=c||this.observer.takeRecords(),c.map(function(b){var g=s.find(b.target,!0);return g==null?null:g.domNode[s.DATA_KEY].mutations==null?(g.domNode[s.DATA_KEY].mutations=[b],g):(g.domNode[s.DATA_KEY].mutations.push(b),null)}).forEach(function(b){b==null||b===v||b.domNode[s.DATA_KEY]==null||b.update(b.domNode[s.DATA_KEY].mutations||[],_)}),this.domNode[s.DATA_KEY].mutations!=null&&u.prototype.update.call(this,this.domNode[s.DATA_KEY].mutations,_),this.optimize(c,_)},l.blotName="scroll",l.defaultChild="block",l.scope=s.Scope.BLOCK_BLOT,l.tagName="DIV",l}(d.default);o.default=p},function(e,o,a){var r=this&&this.__extends||function(){var p=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,l){u.__proto__=l}||function(u,l){for(var c in l)l.hasOwnProperty(c)&&(u[c]=l[c])};return function(u,l){p(u,l);function c(){this.constructor=u}u.prototype=l===null?Object.create(l):(c.prototype=l.prototype,new c)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(18),s=a(1);function f(p,u){if(Object.keys(p).length!==Object.keys(u).length)return!1;for(var l in p)if(p[l]!==u[l])return!1;return!0}var h=function(p){r(u,p);function u(){return p!==null&&p.apply(this,arguments)||this}return u.formats=function(l){if(l.tagName!==u.tagName)return p.formats.call(this,l)},u.prototype.format=function(l,c){var _=this;l===this.statics.blotName&&!c?(this.children.forEach(function(v){v instanceof d.default||(v=v.wrap(u.blotName,!0)),_.attributes.copy(v)}),this.unwrap()):p.prototype.format.call(this,l,c)},u.prototype.formatAt=function(l,c,_,v){if(this.formats()[_]!=null||s.query(_,s.Scope.ATTRIBUTE)){var b=this.isolate(l,c);b.format(_,v)}else p.prototype.formatAt.call(this,l,c,_,v)},u.prototype.optimize=function(l){p.prototype.optimize.call(this,l);var c=this.formats();if(Object.keys(c).length===0)return this.unwrap();var _=this.next;_ instanceof u&&_.prev===this&&f(c,_.formats())&&(_.moveChildren(this),_.remove())},u.blotName="inline",u.scope=s.Scope.INLINE_BLOT,u.tagName="SPAN",u}(d.default);o.default=h},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(18),s=a(1),f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.formats=function(u){var l=s.query(p.blotName).tagName;if(u.tagName!==l)return h.formats.call(this,u)},p.prototype.format=function(u,l){s.query(u,s.Scope.BLOCK)!=null&&(u===this.statics.blotName&&!l?this.replaceWith(p.blotName):h.prototype.format.call(this,u,l))},p.prototype.formatAt=function(u,l,c,_){s.query(c,s.Scope.BLOCK)!=null?this.format(c,_):h.prototype.formatAt.call(this,u,l,c,_)},p.prototype.insertAt=function(u,l,c){if(c==null||s.query(l,s.Scope.INLINE)!=null)h.prototype.insertAt.call(this,u,l,c);else{var _=this.split(u),v=s.create(l,c);_.parent.insertBefore(v,_)}},p.prototype.update=function(u,l){navigator.userAgent.match(/Trident/)?this.build():h.prototype.update.call(this,u,l)},p.blotName="block",p.scope=s.Scope.BLOCK_BLOT,p.tagName="P",p}(d.default);o.default=f},function(e,o,a){var r=this&&this.__extends||function(){var f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(h,p){h.__proto__=p}||function(h,p){for(var u in p)p.hasOwnProperty(u)&&(h[u]=p[u])};return function(h,p){f(h,p);function u(){this.constructor=h}h.prototype=p===null?Object.create(p):(u.prototype=p.prototype,new u)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(19),s=function(f){r(h,f);function h(){return f!==null&&f.apply(this,arguments)||this}return h.formats=function(p){},h.prototype.format=function(p,u){f.prototype.formatAt.call(this,0,this.length(),p,u)},h.prototype.formatAt=function(p,u,l,c){p===0&&u===this.length()?this.format(l,c):f.prototype.formatAt.call(this,p,u,l,c)},h.prototype.formats=function(){return this.statics.formats(this.domNode)},h}(d.default);o.default=s},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(19),s=a(1),f=function(h){r(p,h);function p(u){var l=h.call(this,u)||this;return l.text=l.statics.value(l.domNode),l}return p.create=function(u){return document.createTextNode(u)},p.value=function(u){var l=u.data;return l.normalize&&(l=l.normalize()),l},p.prototype.deleteAt=function(u,l){this.domNode.data=this.text=this.text.slice(0,u)+this.text.slice(u+l)},p.prototype.index=function(u,l){return this.domNode===u?l:-1},p.prototype.insertAt=function(u,l,c){c==null?(this.text=this.text.slice(0,u)+l+this.text.slice(u),this.domNode.data=this.text):h.prototype.insertAt.call(this,u,l,c)},p.prototype.length=function(){return this.text.length},p.prototype.optimize=function(u){h.prototype.optimize.call(this,u),this.text=this.statics.value(this.domNode),this.text.length===0?this.remove():this.next instanceof p&&this.next.prev===this&&(this.insertAt(this.length(),this.next.value()),this.next.remove())},p.prototype.position=function(u,l){return[this.domNode,u]},p.prototype.split=function(u,l){if(l===void 0&&(l=!1),!l){if(u===0)return this;if(u===this.length())return this.next}var c=s.create(this.domNode.splitText(u));return this.parent.insertBefore(c,this.next),this.text=this.statics.value(this.domNode),c},p.prototype.update=function(u,l){var c=this;u.some(function(_){return _.type==="characterData"&&_.target===c.domNode})&&(this.text=this.statics.value(this.domNode))},p.prototype.value=function(){return this.text},p.blotName="text",p.scope=s.Scope.INLINE_BLOT,p}(d.default);o.default=f},function(e,o,a){var r=document.createElement("div");if(r.classList.toggle("test-class",!1),r.classList.contains("test-class")){var d=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(s,f){return arguments.length>1&&!this.contains(s)==!f?f:d.call(this,s)}}String.prototype.startsWith||(String.prototype.startsWith=function(s,f){return f=f||0,this.substr(f,s.length)===s}),String.prototype.endsWith||(String.prototype.endsWith=function(s,f){var h=this.toString();(typeof f!="number"||!isFinite(f)||Math.floor(f)!==f||f>h.length)&&(f=h.length),f-=s.length;var p=h.indexOf(s,f);return p!==-1&&p===f}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(f){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof f!="function")throw new TypeError("predicate must be a function");for(var h=Object(this),p=h.length>>>0,u=arguments[1],l,c=0;c<p;c++)if(l=h[c],f.call(u,l,c,h))return l}}),document.addEventListener("DOMContentLoaded",function(){document.execCommand("enableObjectResizing",!1,!1),document.execCommand("autoUrlDetect",!1,!1)})},function(e,o){var a=-1,r=1,d=0;function s(m,k,N){if(m==k)return m?[[d,m]]:[];(N<0||m.length<N)&&(N=null);var S=u(m,k),T=m.substring(0,S);m=m.substring(S),k=k.substring(S),S=l(m,k);var M=m.substring(m.length-S);m=m.substring(0,m.length-S),k=k.substring(0,k.length-S);var E=f(m,k);return T&&E.unshift([d,T]),M&&E.push([d,M]),_(E),N!=null&&(E=g(E,N)),E=y(E),E}function f(m,k){var N;if(!m)return[[r,k]];if(!k)return[[a,m]];var S=m.length>k.length?m:k,T=m.length>k.length?k:m,M=S.indexOf(T);if(M!=-1)return N=[[r,S.substring(0,M)],[d,T],[r,S.substring(M+T.length)]],m.length>k.length&&(N[0][0]=N[2][0]=a),N;if(T.length==1)return[[a,m],[r,k]];var E=c(m,k);if(E){var C=E[0],O=E[1],x=E[2],P=E[3],q=E[4],G=s(C,x),W=s(O,P);return G.concat([[d,q]],W)}return h(m,k)}function h(m,k){for(var N=m.length,S=k.length,T=Math.ceil((N+S)/2),M=T,E=2*T,C=new Array(E),O=new Array(E),x=0;x<E;x++)C[x]=-1,O[x]=-1;C[M+1]=0,O[M+1]=0;for(var P=N-S,q=P%2!=0,G=0,W=0,ie=0,U=0,R=0;R<T;R++){for(var A=-R+G;A<=R-W;A+=2){var j=M+A,V;A==-R||A!=R&&C[j-1]<C[j+1]?V=C[j+1]:V=C[j-1]+1;for(var Y=V-A;V<N&&Y<S&&m.charAt(V)==k.charAt(Y);)V++,Y++;if(C[j]=V,V>N)W+=2;else if(Y>S)G+=2;else if(q){var H=M+P-A;if(H>=0&&H<E&&O[H]!=-1){var B=N-O[H];if(V>=B)return p(m,k,V,Y)}}}for(var z=-R+ie;z<=R-U;z+=2){var H=M+z,B;z==-R||z!=R&&O[H-1]<O[H+1]?B=O[H+1]:B=O[H-1]+1;for(var Z=B-z;B<N&&Z<S&&m.charAt(N-B-1)==k.charAt(S-Z-1);)B++,Z++;if(O[H]=B,B>N)U+=2;else if(Z>S)ie+=2;else if(!q){var j=M+P-z;if(j>=0&&j<E&&C[j]!=-1){var V=C[j],Y=M+V-j;if(B=N-B,V>=B)return p(m,k,V,Y)}}}}return[[a,m],[r,k]]}function p(m,k,N,S){var T=m.substring(0,N),M=k.substring(0,S),E=m.substring(N),C=k.substring(S),O=s(T,M),x=s(E,C);return O.concat(x)}function u(m,k){if(!m||!k||m.charAt(0)!=k.charAt(0))return 0;for(var N=0,S=Math.min(m.length,k.length),T=S,M=0;N<T;)m.substring(M,T)==k.substring(M,T)?(N=T,M=N):S=T,T=Math.floor((S-N)/2+N);return T}function l(m,k){if(!m||!k||m.charAt(m.length-1)!=k.charAt(k.length-1))return 0;for(var N=0,S=Math.min(m.length,k.length),T=S,M=0;N<T;)m.substring(m.length-T,m.length-M)==k.substring(k.length-T,k.length-M)?(N=T,M=N):S=T,T=Math.floor((S-N)/2+N);return T}function c(m,k){var N=m.length>k.length?m:k,S=m.length>k.length?k:m;if(N.length<4||S.length*2<N.length)return null;function T(W,ie,U){for(var R=W.substring(U,U+Math.floor(W.length/4)),A=-1,j="",V,Y,H,B;(A=ie.indexOf(R,A+1))!=-1;){var z=u(W.substring(U),ie.substring(A)),Z=l(W.substring(0,U),ie.substring(0,A));j.length<Z+z&&(j=ie.substring(A-Z,A)+ie.substring(A,A+z),V=W.substring(0,U-Z),Y=W.substring(U+z),H=ie.substring(0,A-Z),B=ie.substring(A+z))}return j.length*2>=W.length?[V,Y,H,B,j]:null}var M=T(N,S,Math.ceil(N.length/4)),E=T(N,S,Math.ceil(N.length/2)),C;if(!M&&!E)return null;E?M?C=M[4].length>E[4].length?M:E:C=E:C=M;var O,x,P,q;m.length>k.length?(O=C[0],x=C[1],P=C[2],q=C[3]):(P=C[0],q=C[1],O=C[2],x=C[3]);var G=C[4];return[O,x,P,q,G]}function _(m){m.push([d,""]);for(var k=0,N=0,S=0,T="",M="",E;k<m.length;)switch(m[k][0]){case r:S++,M+=m[k][1],k++;break;case a:N++,T+=m[k][1],k++;break;case d:N+S>1?(N!==0&&S!==0&&(E=u(M,T),E!==0&&(k-N-S>0&&m[k-N-S-1][0]==d?m[k-N-S-1][1]+=M.substring(0,E):(m.splice(0,0,[d,M.substring(0,E)]),k++),M=M.substring(E),T=T.substring(E)),E=l(M,T),E!==0&&(m[k][1]=M.substring(M.length-E)+m[k][1],M=M.substring(0,M.length-E),T=T.substring(0,T.length-E))),N===0?m.splice(k-S,N+S,[r,M]):S===0?m.splice(k-N,N+S,[a,T]):m.splice(k-N-S,N+S,[a,T],[r,M]),k=k-N-S+(N?1:0)+(S?1:0)+1):k!==0&&m[k-1][0]==d?(m[k-1][1]+=m[k][1],m.splice(k,1)):k++,S=0,N=0,T="",M="";break}m[m.length-1][1]===""&&m.pop();var C=!1;for(k=1;k<m.length-1;)m[k-1][0]==d&&m[k+1][0]==d&&(m[k][1].substring(m[k][1].length-m[k-1][1].length)==m[k-1][1]?(m[k][1]=m[k-1][1]+m[k][1].substring(0,m[k][1].length-m[k-1][1].length),m[k+1][1]=m[k-1][1]+m[k+1][1],m.splice(k-1,1),C=!0):m[k][1].substring(0,m[k+1][1].length)==m[k+1][1]&&(m[k-1][1]+=m[k+1][1],m[k][1]=m[k][1].substring(m[k+1][1].length)+m[k+1][1],m.splice(k+1,1),C=!0)),k++;C&&_(m)}var v=s;v.INSERT=r,v.DELETE=a,v.EQUAL=d,e.exports=v;function b(m,k){if(k===0)return[d,m];for(var N=0,S=0;S<m.length;S++){var T=m[S];if(T[0]===a||T[0]===d){var M=N+T[1].length;if(k===M)return[S+1,m];if(k<M){m=m.slice();var E=k-N,C=[T[0],T[1].slice(0,E)],O=[T[0],T[1].slice(E)];return m.splice(S,1,C,O),[S+1,m]}else N=M}}throw new Error("cursor_pos is out of bounds!")}function g(m,k){var N=b(m,k),S=N[1],T=N[0],M=S[T],E=S[T+1];if(M==null)return m;if(M[0]!==d)return m;if(E!=null&&M[1]+E[1]===E[1]+M[1])return S.splice(T,2,E,M),w(S,T,2);if(E!=null&&E[1].indexOf(M[1])===0){S.splice(T,2,[E[0],M[1]],[0,M[1]]);var C=E[1].slice(M[1].length);return C.length>0&&S.splice(T+2,0,[E[0],C]),w(S,T,3)}else return m}function y(m){for(var k=!1,N=function(E){return E.charCodeAt(0)>=56320&&E.charCodeAt(0)<=57343},S=function(E){return E.charCodeAt(E.length-1)>=55296&&E.charCodeAt(E.length-1)<=56319},T=2;T<m.length;T+=1)m[T-2][0]===d&&S(m[T-2][1])&&m[T-1][0]===a&&N(m[T-1][1])&&m[T][0]===r&&N(m[T][1])&&(k=!0,m[T-1][1]=m[T-2][1].slice(-1)+m[T-1][1],m[T][1]=m[T-2][1].slice(-1)+m[T][1],m[T-2][1]=m[T-2][1].slice(0,-1));if(!k)return m;for(var M=[],T=0;T<m.length;T+=1)m[T][1].length>0&&M.push(m[T]);return M}function w(m,k,N){for(var S=k+N-1;S>=0&&S>=k-1;S--)if(S+1<m.length){var T=m[S],M=m[S+1];T[0]===M[1]&&m.splice(S,2,[T[0],T[1]+M[1]])}return m}},function(e,o){o=e.exports=typeof Object.keys=="function"?Object.keys:a,o.shim=a;function a(r){var d=[];for(var s in r)d.push(s);return d}},function(e,o){var a=function(){return Object.prototype.toString.call(arguments)}()=="[object Arguments]";o=e.exports=a?r:d,o.supported=r;function r(s){return Object.prototype.toString.call(s)=="[object Arguments]"}o.unsupported=d;function d(s){return s&&typeof s=="object"&&typeof s.length=="number"&&Object.prototype.hasOwnProperty.call(s,"callee")&&!Object.prototype.propertyIsEnumerable.call(s,"callee")||!1}},function(e,o){var a=Object.prototype.hasOwnProperty,r="~";function d(){}Object.create&&(d.prototype=Object.create(null),new d().__proto__||(r=!1));function s(h,p,u){this.fn=h,this.context=p,this.once=u||!1}function f(){this._events=new d,this._eventsCount=0}f.prototype.eventNames=function(){var p=[],u,l;if(this._eventsCount===0)return p;for(l in u=this._events)a.call(u,l)&&p.push(r?l.slice(1):l);return Object.getOwnPropertySymbols?p.concat(Object.getOwnPropertySymbols(u)):p},f.prototype.listeners=function(p,u){var l=r?r+p:p,c=this._events[l];if(u)return!!c;if(!c)return[];if(c.fn)return[c.fn];for(var _=0,v=c.length,b=new Array(v);_<v;_++)b[_]=c[_].fn;return b},f.prototype.emit=function(p,u,l,c,_,v){var b=r?r+p:p;if(!this._events[b])return!1;var g=this._events[b],y=arguments.length,w,m;if(g.fn){switch(g.once&&this.removeListener(p,g.fn,void 0,!0),y){case 1:return g.fn.call(g.context),!0;case 2:return g.fn.call(g.context,u),!0;case 3:return g.fn.call(g.context,u,l),!0;case 4:return g.fn.call(g.context,u,l,c),!0;case 5:return g.fn.call(g.context,u,l,c,_),!0;case 6:return g.fn.call(g.context,u,l,c,_,v),!0}for(m=1,w=new Array(y-1);m<y;m++)w[m-1]=arguments[m];g.fn.apply(g.context,w)}else{var k=g.length,N;for(m=0;m<k;m++)switch(g[m].once&&this.removeListener(p,g[m].fn,void 0,!0),y){case 1:g[m].fn.call(g[m].context);break;case 2:g[m].fn.call(g[m].context,u);break;case 3:g[m].fn.call(g[m].context,u,l);break;case 4:g[m].fn.call(g[m].context,u,l,c);break;default:if(!w)for(N=1,w=new Array(y-1);N<y;N++)w[N-1]=arguments[N];g[m].fn.apply(g[m].context,w)}}return!0},f.prototype.on=function(p,u,l){var c=new s(u,l||this),_=r?r+p:p;return this._events[_]?this._events[_].fn?this._events[_]=[this._events[_],c]:this._events[_].push(c):(this._events[_]=c,this._eventsCount++),this},f.prototype.once=function(p,u,l){var c=new s(u,l||this,!0),_=r?r+p:p;return this._events[_]?this._events[_].fn?this._events[_]=[this._events[_],c]:this._events[_].push(c):(this._events[_]=c,this._eventsCount++),this},f.prototype.removeListener=function(p,u,l,c){var _=r?r+p:p;if(!this._events[_])return this;if(!u)return--this._eventsCount===0?this._events=new d:delete this._events[_],this;var v=this._events[_];if(v.fn)v.fn===u&&(!c||v.once)&&(!l||v.context===l)&&(--this._eventsCount===0?this._events=new d:delete this._events[_]);else{for(var b=0,g=[],y=v.length;b<y;b++)(v[b].fn!==u||c&&!v[b].once||l&&v[b].context!==l)&&g.push(v[b]);g.length?this._events[_]=g.length===1?g[0]:g:--this._eventsCount===0?this._events=new d:delete this._events[_]}return this},f.prototype.removeAllListeners=function(p){var u;return p?(u=r?r+p:p,this._events[u]&&(--this._eventsCount===0?this._events=new d:delete this._events[u])):(this._events=new d,this._eventsCount=0),this},f.prototype.off=f.prototype.removeListener,f.prototype.addListener=f.prototype.on,f.prototype.setMaxListeners=function(){return this},f.prefixed=r,f.EventEmitter=f,typeof e<"u"&&(e.exports=f)},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.matchText=o.matchSpacing=o.matchNewline=o.matchBlot=o.matchAttributor=o.default=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Q){return typeof Q}:function(Q){return Q&&typeof Symbol=="function"&&Q.constructor===Symbol&&Q!==Symbol.prototype?"symbol":typeof Q},d=function(){function Q(te,ae){var le=[],re=!0,$e=!1,me=void 0;try{for(var be=te[Symbol.iterator](),He;!(re=(He=be.next()).done)&&(le.push(He.value),!(ae&&le.length===ae));re=!0);}catch(je){$e=!0,me=je}finally{try{!re&&be.return&&be.return()}finally{if($e)throw me}}return le}return function(te,ae){if(Array.isArray(te))return te;if(Symbol.iterator in Object(te))return Q(te,ae);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function Q(te,ae){for(var le=0;le<ae.length;le++){var re=ae[le];re.enumerable=re.enumerable||!1,re.configurable=!0,"value"in re&&(re.writable=!0),Object.defineProperty(te,re.key,re)}}return function(te,ae,le){return ae&&Q(te.prototype,ae),le&&Q(te,le),te}}(),f=a(3),h=O(f),p=a(2),u=O(p),l=a(0),c=O(l),_=a(5),v=O(_),b=a(10),g=O(b),y=a(9),w=O(y),m=a(36),k=a(37),N=a(13),S=O(N),T=a(26),M=a(38),E=a(39),C=a(40);function O(Q){return Q&&Q.__esModule?Q:{default:Q}}function x(Q,te,ae){return te in Q?Object.defineProperty(Q,te,{value:ae,enumerable:!0,configurable:!0,writable:!0}):Q[te]=ae,Q}function P(Q,te){if(!(Q instanceof te))throw new TypeError("Cannot call a class as a function")}function q(Q,te){if(!Q)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return te&&(typeof te=="object"||typeof te=="function")?te:Q}function G(Q,te){if(typeof te!="function"&&te!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof te);Q.prototype=Object.create(te&&te.prototype,{constructor:{value:Q,enumerable:!1,writable:!0,configurable:!0}}),te&&(Object.setPrototypeOf?Object.setPrototypeOf(Q,te):Q.__proto__=te)}var W=(0,g.default)("quill:clipboard"),ie="__ql-matcher",U=[[Node.TEXT_NODE,Pe],[Node.TEXT_NODE,ke],["br",de],[Node.ELEMENT_NODE,ke],[Node.ELEMENT_NODE,ne],[Node.ELEMENT_NODE,Oe],[Node.ELEMENT_NODE,J],[Node.ELEMENT_NODE,Be],["li",ve],["b",Z.bind(Z,"bold")],["i",Z.bind(Z,"italic")],["style",he]],R=[m.AlignAttribute,M.DirectionAttribute].reduce(function(Q,te){return Q[te.keyName]=te,Q},{}),A=[m.AlignStyle,k.BackgroundStyle,T.ColorStyle,M.DirectionStyle,E.FontStyle,C.SizeStyle].reduce(function(Q,te){return Q[te.keyName]=te,Q},{}),j=function(Q){G(te,Q);function te(ae,le){P(this,te);var re=q(this,(te.__proto__||Object.getPrototypeOf(te)).call(this,ae,le));return re.quill.root.addEventListener("paste",re.onPaste.bind(re)),re.container=re.quill.addContainer("ql-clipboard"),re.container.setAttribute("contenteditable",!0),re.container.setAttribute("tabindex",-1),re.matchers=[],U.concat(re.options.matchers).forEach(function($e){var me=d($e,2),be=me[0],He=me[1];!le.matchVisual&&He===Oe||re.addMatcher(be,He)}),re}return s(te,[{key:"addMatcher",value:function(le,re){this.matchers.push([le,re])}},{key:"convert",value:function(le){if(typeof le=="string")return this.container.innerHTML=le.replace(/\>\r?\n +\</g,"><"),this.convert();var re=this.quill.getFormat(this.quill.selection.savedRange.index);if(re[S.default.blotName]){var $e=this.container.innerText;return this.container.innerHTML="",new u.default().insert($e,x({},S.default.blotName,re[S.default.blotName]))}var me=this.prepareMatching(),be=d(me,2),He=be[0],je=be[1],xe=z(this.container,He,je);return H(xe,`
122
- `)&&xe.ops[xe.ops.length-1].attributes==null&&(xe=xe.compose(new u.default().retain(xe.length()-1).delete(1))),W.log("convert",this.container.innerHTML,xe),this.container.innerHTML="",xe}},{key:"dangerouslyPasteHTML",value:function(le,re){var $e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:v.default.sources.API;if(typeof le=="string")this.quill.setContents(this.convert(le),re),this.quill.setSelection(0,v.default.sources.SILENT);else{var me=this.convert(re);this.quill.updateContents(new u.default().retain(le).concat(me),$e),this.quill.setSelection(le+me.length(),v.default.sources.SILENT)}}},{key:"onPaste",value:function(le){var re=this;if(!(le.defaultPrevented||!this.quill.isEnabled())){var $e=this.quill.getSelection(),me=new u.default().retain($e.index),be=this.quill.scrollingContainer.scrollTop;this.container.focus(),this.quill.selection.update(v.default.sources.SILENT),setTimeout(function(){me=me.concat(re.convert()).delete($e.length),re.quill.updateContents(me,v.default.sources.USER),re.quill.setSelection(me.length()-$e.length,v.default.sources.SILENT),re.quill.scrollingContainer.scrollTop=be,re.quill.focus()},1)}}},{key:"prepareMatching",value:function(){var le=this,re=[],$e=[];return this.matchers.forEach(function(me){var be=d(me,2),He=be[0],je=be[1];switch(He){case Node.TEXT_NODE:$e.push(je);break;case Node.ELEMENT_NODE:re.push(je);break;default:[].forEach.call(le.container.querySelectorAll(He),function(xe){xe[ie]=xe[ie]||[],xe[ie].push(je)});break}}),[re,$e]}}]),te}(w.default);j.DEFAULTS={matchers:[],matchVisual:!0};function V(Q,te,ae){return(typeof te>"u"?"undefined":r(te))==="object"?Object.keys(te).reduce(function(le,re){return V(le,re,te[re])},Q):Q.reduce(function(le,re){return re.attributes&&re.attributes[te]?le.push(re):le.insert(re.insert,(0,h.default)({},x({},te,ae),re.attributes))},new u.default)}function Y(Q){if(Q.nodeType!==Node.ELEMENT_NODE)return{};var te="__ql-computed-style";return Q[te]||(Q[te]=window.getComputedStyle(Q))}function H(Q,te){for(var ae="",le=Q.ops.length-1;le>=0&&ae.length<te.length;--le){var re=Q.ops[le];if(typeof re.insert!="string")break;ae=re.insert+ae}return ae.slice(-1*te.length)===te}function B(Q){if(Q.childNodes.length===0)return!1;var te=Y(Q);return["block","list-item"].indexOf(te.display)>-1}function z(Q,te,ae){return Q.nodeType===Q.TEXT_NODE?ae.reduce(function(le,re){return re(Q,le)},new u.default):Q.nodeType===Q.ELEMENT_NODE?[].reduce.call(Q.childNodes||[],function(le,re){var $e=z(re,te,ae);return re.nodeType===Q.ELEMENT_NODE&&($e=te.reduce(function(me,be){return be(re,me)},$e),$e=(re[ie]||[]).reduce(function(me,be){return be(re,me)},$e)),le.concat($e)},new u.default):new u.default}function Z(Q,te,ae){return V(ae,Q,!0)}function J(Q,te){var ae=c.default.Attributor.Attribute.keys(Q),le=c.default.Attributor.Class.keys(Q),re=c.default.Attributor.Style.keys(Q),$e={};return ae.concat(le).concat(re).forEach(function(me){var be=c.default.query(me,c.default.Scope.ATTRIBUTE);be!=null&&($e[be.attrName]=be.value(Q),$e[be.attrName])||(be=R[me],be!=null&&(be.attrName===me||be.keyName===me)&&($e[be.attrName]=be.value(Q)||void 0),be=A[me],be!=null&&(be.attrName===me||be.keyName===me)&&(be=A[me],$e[be.attrName]=be.value(Q)||void 0))}),Object.keys($e).length>0&&(te=V(te,$e)),te}function ne(Q,te){var ae=c.default.query(Q);if(ae==null)return te;if(ae.prototype instanceof c.default.Embed){var le={},re=ae.value(Q);re!=null&&(le[ae.blotName]=re,te=new u.default().insert(le,ae.formats(Q)))}else typeof ae.formats=="function"&&(te=V(te,ae.blotName,ae.formats(Q)));return te}function de(Q,te){return H(te,`
120
+ `);Oe=0,te.forEach(function(ae,le){B?(ke.insertAt(Pe+Oe,J.TAB),Oe+=J.TAB.length,le===0?ne+=J.TAB.length:de+=J.TAB.length):ae.startsWith(J.TAB)&&(ke.deleteAt(Pe+Oe,J.TAB.length),Oe-=J.TAB.length,le===0?ne-=J.TAB.length:de-=J.TAB.length),Oe+=ae.length+1}),this.quill.update(k.default.sources.USER),this.quill.setSelection(ne,de,k.default.sources.SILENT)}}}}function Y(B){return{key:B[0].toUpperCase(),shortKey:!0,handler:function(Z,J){this.quill.format(B,!J.format[B],k.default.sources.USER)}}}function H(B){if(typeof B=="string"||typeof B=="number")return H({key:B});if((typeof B>"u"?"undefined":r(B))==="object"&&(B=(0,h.default)(B,!1)),typeof B.key=="string")if(W.keys[B.key.toUpperCase()]!=null)B.key=W.keys[B.key.toUpperCase()];else if(B.key.length===1)B.key=B.key.toUpperCase().charCodeAt(0);else return null;return B.shortKey&&(B[G]=B.shortKey,delete B.shortKey),B}o.default=W,o.SHORTKEY=G},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function g(y,w){var m=[],k=!0,x=!1,S=void 0;try{for(var T=y[Symbol.iterator](),M;!(k=(M=T.next()).done)&&(m.push(M.value),!(w&&m.length===w));k=!0);}catch(E){x=!0,S=E}finally{try{!k&&T.return&&T.return()}finally{if(x)throw S}}return m}return function(y,w){if(Array.isArray(y))return y;if(Symbol.iterator in Object(y))return g(y,w);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function g(y,w,m){y===null&&(y=Function.prototype);var k=Object.getOwnPropertyDescriptor(y,w);if(k===void 0){var x=Object.getPrototypeOf(y);return x===null?void 0:g(x,w,m)}else{if("value"in k)return k.value;var S=k.get;return S===void 0?void 0:S.call(m)}},s=function(){function g(y,w){for(var m=0;m<w.length;m++){var k=w[m];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(y,k.key,k)}}return function(y,w,m){return w&&g(y.prototype,w),m&&g(y,m),y}}(),f=a(0),h=l(f),p=a(7),u=l(p);function l(g){return g&&g.__esModule?g:{default:g}}function c(g,y){if(!(g instanceof y))throw new TypeError("Cannot call a class as a function")}function _(g,y){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:g}function v(g,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);g.prototype=Object.create(y&&y.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(g,y):g.__proto__=y)}var b=function(g){v(y,g),s(y,null,[{key:"value",value:function(){}}]);function y(w,m){c(this,y);var k=_(this,(y.__proto__||Object.getPrototypeOf(y)).call(this,w));return k.selection=m,k.textNode=document.createTextNode(y.CONTENTS),k.domNode.appendChild(k.textNode),k._length=0,k}return s(y,[{key:"detach",value:function(){this.parent!=null&&this.parent.removeChild(this)}},{key:"format",value:function(m,k){if(this._length!==0)return d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,m,k);for(var x=this,S=0;x!=null&&x.statics.scope!==h.default.Scope.BLOCK_BLOT;)S+=x.offset(x.parent),x=x.parent;x!=null&&(this._length=y.CONTENTS.length,x.optimize(),x.formatAt(S,y.CONTENTS.length,m,k),this._length=0)}},{key:"index",value:function(m,k){return m===this.textNode?0:d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"index",this).call(this,m,k)}},{key:"length",value:function(){return this._length}},{key:"position",value:function(){return[this.textNode,this.textNode.data.length]}},{key:"remove",value:function(){d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"remove",this).call(this),this.parent=null}},{key:"restore",value:function(){if(!(this.selection.composing||this.parent==null)){var m=this.textNode,k=this.selection.getNativeRange(),x=void 0,S=void 0,T=void 0;if(k!=null&&k.start.node===m&&k.end.node===m){var M=[m,k.start.offset,k.end.offset];x=M[0],S=M[1],T=M[2]}for(;this.domNode.lastChild!=null&&this.domNode.lastChild!==this.textNode;)this.domNode.parentNode.insertBefore(this.domNode.lastChild,this.domNode);if(this.textNode.data!==y.CONTENTS){var E=this.textNode.data.split(y.CONTENTS).join("");this.next instanceof u.default?(x=this.next.domNode,this.next.insertAt(0,E),this.textNode.data=y.CONTENTS):(this.textNode.data=E,this.parent.insertBefore(h.default.create(this.textNode),this),this.textNode=document.createTextNode(y.CONTENTS),this.domNode.appendChild(this.textNode))}if(this.remove(),S!=null){var C=[S,T].map(function(N){return Math.max(0,Math.min(x.data.length,N-1))}),O=r(C,2);return S=O[0],T=O[1],{startNode:x,startOffset:S,endNode:x,endOffset:T}}}}},{key:"update",value:function(m,k){var x=this;if(m.some(function(T){return T.type==="characterData"&&T.target===x.textNode})){var S=this.restore();S&&(k.range=S)}}},{key:"value",value:function(){return""}}]),y}(h.default.Embed);b.blotName="cursor",b.className="ql-cursor",b.tagName="span",b.CONTENTS="\uFEFF",o.default=b},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(0),d=h(r),s=a(4),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return v}(d.default.Container);c.allowedChildren=[f.default,s.BlockEmbed,c],o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.ColorStyle=o.ColorClass=o.ColorAttributor=void 0;var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var x=m.get;return x===void 0?void 0:x.call(w)}},s=a(0),f=h(s);function h(b){return b&&b.__esModule?b:{default:b}}function p(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function u(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function l(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var c=function(b){l(g,b);function g(){return p(this,g),u(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"value",value:function(w){var m=d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"value",this).call(this,w);return m.startsWith("rgb(")?(m=m.replace(/^[^\d]+/,"").replace(/[^\d]+$/,""),"#"+m.split(",").map(function(k){return("00"+parseInt(k).toString(16)).slice(-2)}).join("")):m}}]),g}(f.default.Attributor.Style),_=new f.default.Attributor.Class("color","ql-color",{scope:f.default.Scope.INLINE}),v=new c("color","color",{scope:f.default.Scope.INLINE});o.ColorAttributor=c,o.ColorClass=_,o.ColorStyle=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.sanitize=o.default=void 0;var r=function(){function v(b,g){for(var y=0;y<g.length;y++){var w=g[y];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(b,w.key,w)}}return function(b,g,y){return g&&v(b.prototype,g),y&&v(b,y),b}}(),d=function v(b,g,y){b===null&&(b=Function.prototype);var w=Object.getOwnPropertyDescriptor(b,g);if(w===void 0){var m=Object.getPrototypeOf(b);return m===null?void 0:v(m,g,y)}else{if("value"in w)return w.value;var k=w.get;return k===void 0?void 0:k.call(y)}},s=a(6),f=h(s);function h(v){return v&&v.__esModule?v:{default:v}}function p(v,b){if(!(v instanceof b))throw new TypeError("Cannot call a class as a function")}function u(v,b){if(!v)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:v}function l(v,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);v.prototype=Object.create(b&&b.prototype,{constructor:{value:v,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(v,b):v.__proto__=b)}var c=function(v){l(b,v);function b(){return p(this,b),u(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return r(b,[{key:"format",value:function(y,w){if(y!==this.statics.blotName||!w)return d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"format",this).call(this,y,w);w=this.constructor.sanitize(w),this.domNode.setAttribute("href",w)}}],[{key:"create",value:function(y){var w=d(b.__proto__||Object.getPrototypeOf(b),"create",this).call(this,y);return y=this.sanitize(y),w.setAttribute("href",y),w.setAttribute("rel","noopener noreferrer"),w.setAttribute("target","_blank"),w}},{key:"formats",value:function(y){return y.getAttribute("href")}},{key:"sanitize",value:function(y){return _(y,this.PROTOCOL_WHITELIST)?y:this.SANITIZED_URL}}]),b}(f.default);c.blotName="link",c.tagName="A",c.SANITIZED_URL="about:blank",c.PROTOCOL_WHITELIST=["http","https","mailto","tel"];function _(v,b){var g=document.createElement("a");g.href=v;var y=g.href.slice(0,g.href.indexOf(":"));return b.indexOf(y)>-1}o.default=c,o.sanitize=_},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(b){return typeof b}:function(b){return b&&typeof Symbol=="function"&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":typeof b},d=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),s=a(23),f=u(s),h=a(107),p=u(h);function u(b){return b&&b.__esModule?b:{default:b}}function l(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}var c=0;function _(b,g){b.setAttribute(g,b.getAttribute(g)!=="true")}var v=function(){function b(g){var y=this;l(this,b),this.select=g,this.container=document.createElement("span"),this.buildPicker(),this.select.style.display="none",this.select.parentNode.insertBefore(this.container,this.select),this.label.addEventListener("mousedown",function(){y.togglePicker()}),this.label.addEventListener("keydown",function(w){switch(w.keyCode){case f.default.keys.ENTER:y.togglePicker();break;case f.default.keys.ESCAPE:y.escape(),w.preventDefault();break}}),this.select.addEventListener("change",this.update.bind(this))}return d(b,[{key:"togglePicker",value:function(){this.container.classList.toggle("ql-expanded"),_(this.label,"aria-expanded"),_(this.options,"aria-hidden")}},{key:"buildItem",value:function(y){var w=this,m=document.createElement("span");return m.tabIndex="0",m.setAttribute("role","button"),m.classList.add("ql-picker-item"),y.hasAttribute("value")&&m.setAttribute("data-value",y.getAttribute("value")),y.textContent&&m.setAttribute("data-label",y.textContent),m.addEventListener("click",function(){w.selectItem(m,!0)}),m.addEventListener("keydown",function(k){switch(k.keyCode){case f.default.keys.ENTER:w.selectItem(m,!0),k.preventDefault();break;case f.default.keys.ESCAPE:w.escape(),k.preventDefault();break}}),m}},{key:"buildLabel",value:function(){var y=document.createElement("span");return y.classList.add("ql-picker-label"),y.innerHTML=p.default,y.tabIndex="0",y.setAttribute("role","button"),y.setAttribute("aria-expanded","false"),this.container.appendChild(y),y}},{key:"buildOptions",value:function(){var y=this,w=document.createElement("span");w.classList.add("ql-picker-options"),w.setAttribute("aria-hidden","true"),w.tabIndex="-1",w.id="ql-picker-options-"+c,c+=1,this.label.setAttribute("aria-controls",w.id),this.options=w,[].slice.call(this.select.options).forEach(function(m){var k=y.buildItem(m);w.appendChild(k),m.selected===!0&&y.selectItem(k)}),this.container.appendChild(w)}},{key:"buildPicker",value:function(){var y=this;[].slice.call(this.select.attributes).forEach(function(w){y.container.setAttribute(w.name,w.value)}),this.container.classList.add("ql-picker"),this.label=this.buildLabel(),this.buildOptions()}},{key:"escape",value:function(){var y=this;this.close(),setTimeout(function(){return y.label.focus()},1)}},{key:"close",value:function(){this.container.classList.remove("ql-expanded"),this.label.setAttribute("aria-expanded","false"),this.options.setAttribute("aria-hidden","true")}},{key:"selectItem",value:function(y){var w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,m=this.container.querySelector(".ql-selected");if(y!==m&&(m!=null&&m.classList.remove("ql-selected"),y!=null&&(y.classList.add("ql-selected"),this.select.selectedIndex=[].indexOf.call(y.parentNode.children,y),y.hasAttribute("data-value")?this.label.setAttribute("data-value",y.getAttribute("data-value")):this.label.removeAttribute("data-value"),y.hasAttribute("data-label")?this.label.setAttribute("data-label",y.getAttribute("data-label")):this.label.removeAttribute("data-label"),w))){if(typeof Event=="function")this.select.dispatchEvent(new Event("change"));else if((typeof Event>"u"?"undefined":r(Event))==="object"){var k=document.createEvent("Event");k.initEvent("change",!0,!0),this.select.dispatchEvent(k)}this.close()}}},{key:"update",value:function(){var y=void 0;if(this.select.selectedIndex>-1){var w=this.container.querySelector(".ql-picker-options").children[this.select.selectedIndex];y=this.select.options[this.select.selectedIndex],this.selectItem(w)}else this.selectItem(null);var m=y!=null&&y!==this.select.querySelector("option[selected]");this.label.classList.toggle("ql-active",m)}}]),b}();o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(0),d=q(r),s=a(5),f=q(s),h=a(4),p=q(h),u=a(16),l=q(u),c=a(25),_=q(c),v=a(24),b=q(v),g=a(35),y=q(g),w=a(6),m=q(w),k=a(22),x=q(k),S=a(7),T=q(S),M=a(55),E=q(M),C=a(42),O=q(C),N=a(23),P=q(N);function q(G){return G&&G.__esModule?G:{default:G}}f.default.register({"blots/block":p.default,"blots/block/embed":h.BlockEmbed,"blots/break":l.default,"blots/container":_.default,"blots/cursor":b.default,"blots/embed":y.default,"blots/inline":m.default,"blots/scroll":x.default,"blots/text":T.default,"modules/clipboard":E.default,"modules/history":O.default,"modules/keyboard":P.default}),d.default.register(p.default,l.default,b.default,m.default,x.default,T.default),o.default=f.default},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(1),d=function(){function s(f){this.domNode=f,this.domNode[r.DATA_KEY]={blot:this}}return Object.defineProperty(s.prototype,"statics",{get:function(){return this.constructor},enumerable:!0,configurable:!0}),s.create=function(f){if(this.tagName==null)throw new r.ParchmentError("Blot definition missing tagName");var h;return Array.isArray(this.tagName)?(typeof f=="string"&&(f=f.toUpperCase(),parseInt(f).toString()===f&&(f=parseInt(f))),typeof f=="number"?h=document.createElement(this.tagName[f-1]):this.tagName.indexOf(f)>-1?h=document.createElement(f):h=document.createElement(this.tagName[0])):h=document.createElement(this.tagName),this.className&&h.classList.add(this.className),h},s.prototype.attach=function(){this.parent!=null&&(this.scroll=this.parent.scroll)},s.prototype.clone=function(){var f=this.domNode.cloneNode(!1);return r.create(f)},s.prototype.detach=function(){this.parent!=null&&this.parent.removeChild(this),delete this.domNode[r.DATA_KEY]},s.prototype.deleteAt=function(f,h){var p=this.isolate(f,h);p.remove()},s.prototype.formatAt=function(f,h,p,u){var l=this.isolate(f,h);if(r.query(p,r.Scope.BLOT)!=null&&u)l.wrap(p,u);else if(r.query(p,r.Scope.ATTRIBUTE)!=null){var c=r.create(this.statics.scope);l.wrap(c),c.format(p,u)}},s.prototype.insertAt=function(f,h,p){var u=p==null?r.create("text",h):r.create(h,p),l=this.split(f);this.parent.insertBefore(u,l)},s.prototype.insertInto=function(f,h){h===void 0&&(h=null),this.parent!=null&&this.parent.children.remove(this);var p=null;f.children.insertBefore(this,h),h!=null&&(p=h.domNode),(this.domNode.parentNode!=f.domNode||this.domNode.nextSibling!=p)&&f.domNode.insertBefore(this.domNode,p),this.parent=f,this.attach()},s.prototype.isolate=function(f,h){var p=this.split(f);return p.split(h),p},s.prototype.length=function(){return 1},s.prototype.offset=function(f){return f===void 0&&(f=this.parent),this.parent==null||this==f?0:this.parent.children.offset(this)+this.parent.offset(f)},s.prototype.optimize=function(f){this.domNode[r.DATA_KEY]!=null&&delete this.domNode[r.DATA_KEY].mutations},s.prototype.remove=function(){this.domNode.parentNode!=null&&this.domNode.parentNode.removeChild(this.domNode),this.detach()},s.prototype.replace=function(f){f.parent!=null&&(f.parent.insertBefore(this,f.next),f.remove())},s.prototype.replaceWith=function(f,h){var p=typeof f=="string"?r.create(f,h):f;return p.replace(this),p},s.prototype.split=function(f,h){return f===0?this:this.next},s.prototype.update=function(f,h){},s.prototype.wrap=function(f,h){var p=typeof f=="string"?r.create(f,h):f;return this.parent!=null&&this.parent.insertBefore(p,this.next),p.appendChild(this),p},s.blotName="abstract",s}();o.default=d},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(12),d=a(32),s=a(33),f=a(1),h=function(){function p(u){this.attributes={},this.domNode=u,this.build()}return p.prototype.attribute=function(u,l){l?u.add(this.domNode,l)&&(u.value(this.domNode)!=null?this.attributes[u.attrName]=u:delete this.attributes[u.attrName]):(u.remove(this.domNode),delete this.attributes[u.attrName])},p.prototype.build=function(){var u=this;this.attributes={};var l=r.default.keys(this.domNode),c=d.default.keys(this.domNode),_=s.default.keys(this.domNode);l.concat(c).concat(_).forEach(function(v){var b=f.query(v,f.Scope.ATTRIBUTE);b instanceof r.default&&(u.attributes[b.attrName]=b)})},p.prototype.copy=function(u){var l=this;Object.keys(this.attributes).forEach(function(c){var _=l.attributes[c].value(l.domNode);u.format(c,_)})},p.prototype.move=function(u){var l=this;this.copy(u),Object.keys(this.attributes).forEach(function(c){l.attributes[c].remove(l.domNode)}),this.attributes={}},p.prototype.values=function(){var u=this;return Object.keys(this.attributes).reduce(function(l,c){return l[c]=u.attributes[c].value(u.domNode),l},{})},p}();o.default=h},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(12);function s(h,p){var u=h.getAttribute("class")||"";return u.split(/\s+/).filter(function(l){return l.indexOf(p+"-")===0})}var f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.keys=function(u){return(u.getAttribute("class")||"").split(/\s+/).map(function(l){return l.split("-").slice(0,-1).join("-")})},p.prototype.add=function(u,l){return this.canAdd(u,l)?(this.remove(u),u.classList.add(this.keyName+"-"+l),!0):!1},p.prototype.remove=function(u){var l=s(u,this.keyName);l.forEach(function(c){u.classList.remove(c)}),u.classList.length===0&&u.removeAttribute("class")},p.prototype.value=function(u){var l=s(u,this.keyName)[0]||"",c=l.slice(this.keyName.length+1);return this.canAdd(u,c)?c:""},p}(d.default);o.default=f},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(12);function s(h){var p=h.split("-"),u=p.slice(1).map(function(l){return l[0].toUpperCase()+l.slice(1)}).join("");return p[0]+u}var f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.keys=function(u){return(u.getAttribute("style")||"").split(";").map(function(l){var c=l.split(":");return c[0].trim()})},p.prototype.add=function(u,l){return this.canAdd(u,l)?(u.style[s(this.keyName)]=l,!0):!1},p.prototype.remove=function(u){u.style[s(this.keyName)]="",u.getAttribute("style")||u.removeAttribute("style")},p.prototype.value=function(u){var l=u.style[s(this.keyName)];return this.canAdd(u,l)?l:""},p}(d.default);o.default=f},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function f(h,p){for(var u=0;u<p.length;u++){var l=p[u];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(h,l.key,l)}}return function(h,p,u){return p&&f(h.prototype,p),u&&f(h,u),h}}();function d(f,h){if(!(f instanceof h))throw new TypeError("Cannot call a class as a function")}var s=function(){function f(h,p){d(this,f),this.quill=h,this.options=p,this.modules={}}return r(f,[{key:"init",value:function(){var p=this;Object.keys(this.options.modules).forEach(function(u){p.modules[u]==null&&p.addModule(u)})}},{key:"addModule",value:function(p){var u=this.quill.constructor.import("modules/"+p);return this.modules[p]=new u(this.quill,this.options.modules[p]||{}),this.modules[p]}}]),f}();s.DEFAULTS={modules:{}},s.themes={default:s},o.default=s},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function g(y,w){for(var m=0;m<w.length;m++){var k=w[m];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(y,k.key,k)}}return function(y,w,m){return w&&g(y.prototype,w),m&&g(y,m),y}}(),d=function g(y,w,m){y===null&&(y=Function.prototype);var k=Object.getOwnPropertyDescriptor(y,w);if(k===void 0){var x=Object.getPrototypeOf(y);return x===null?void 0:g(x,w,m)}else{if("value"in k)return k.value;var S=k.get;return S===void 0?void 0:S.call(m)}},s=a(0),f=u(s),h=a(7),p=u(h);function u(g){return g&&g.__esModule?g:{default:g}}function l(g,y){if(!(g instanceof y))throw new TypeError("Cannot call a class as a function")}function c(g,y){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:g}function _(g,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);g.prototype=Object.create(y&&y.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(g,y):g.__proto__=y)}var v="\uFEFF",b=function(g){_(y,g);function y(w){l(this,y);var m=c(this,(y.__proto__||Object.getPrototypeOf(y)).call(this,w));return m.contentNode=document.createElement("span"),m.contentNode.setAttribute("contenteditable",!1),[].slice.call(m.domNode.childNodes).forEach(function(k){m.contentNode.appendChild(k)}),m.leftGuard=document.createTextNode(v),m.rightGuard=document.createTextNode(v),m.domNode.appendChild(m.leftGuard),m.domNode.appendChild(m.contentNode),m.domNode.appendChild(m.rightGuard),m}return r(y,[{key:"index",value:function(m,k){return m===this.leftGuard?0:m===this.rightGuard?1:d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"index",this).call(this,m,k)}},{key:"restore",value:function(m){var k=void 0,x=void 0,S=m.data.split(v).join("");if(m===this.leftGuard)if(this.prev instanceof p.default){var T=this.prev.length();this.prev.insertAt(T,S),k={startNode:this.prev.domNode,startOffset:T+S.length}}else x=document.createTextNode(S),this.parent.insertBefore(f.default.create(x),this),k={startNode:x,startOffset:S.length};else m===this.rightGuard&&(this.next instanceof p.default?(this.next.insertAt(0,S),k={startNode:this.next.domNode,startOffset:S.length}):(x=document.createTextNode(S),this.parent.insertBefore(f.default.create(x),this.next),k={startNode:x,startOffset:S.length}));return m.data=v,k}},{key:"update",value:function(m,k){var x=this;m.forEach(function(S){if(S.type==="characterData"&&(S.target===x.leftGuard||S.target===x.rightGuard)){var T=x.restore(S.target);T&&(k.range=T)}})}}]),y}(f.default.Embed);o.default=b},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.AlignStyle=o.AlignClass=o.AlignAttribute=void 0;var r=a(0),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}var f={scope:d.default.Scope.BLOCK,whitelist:["right","center","justify"]},h=new d.default.Attributor.Attribute("align","align",f),p=new d.default.Attributor.Class("align","ql-align",f),u=new d.default.Attributor.Style("align","text-align",f);o.AlignAttribute=h,o.AlignClass=p,o.AlignStyle=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.BackgroundStyle=o.BackgroundClass=void 0;var r=a(0),d=f(r),s=a(26);function f(u){return u&&u.__esModule?u:{default:u}}var h=new d.default.Attributor.Class("background","ql-bg",{scope:d.default.Scope.INLINE}),p=new s.ColorAttributor("background","background-color",{scope:d.default.Scope.INLINE});o.BackgroundClass=h,o.BackgroundStyle=p},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.DirectionStyle=o.DirectionClass=o.DirectionAttribute=void 0;var r=a(0),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}var f={scope:d.default.Scope.BLOCK,whitelist:["rtl"]},h=new d.default.Attributor.Attribute("direction","dir",f),p=new d.default.Attributor.Class("direction","ql-direction",f),u=new d.default.Attributor.Style("direction","direction",f);o.DirectionAttribute=h,o.DirectionClass=p,o.DirectionStyle=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.FontClass=o.FontStyle=void 0;var r=function(){function g(y,w){for(var m=0;m<w.length;m++){var k=w[m];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(y,k.key,k)}}return function(y,w,m){return w&&g(y.prototype,w),m&&g(y,m),y}}(),d=function g(y,w,m){y===null&&(y=Function.prototype);var k=Object.getOwnPropertyDescriptor(y,w);if(k===void 0){var x=Object.getPrototypeOf(y);return x===null?void 0:g(x,w,m)}else{if("value"in k)return k.value;var S=k.get;return S===void 0?void 0:S.call(m)}},s=a(0),f=h(s);function h(g){return g&&g.__esModule?g:{default:g}}function p(g,y){if(!(g instanceof y))throw new TypeError("Cannot call a class as a function")}function u(g,y){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:g}function l(g,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);g.prototype=Object.create(y&&y.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(g,y):g.__proto__=y)}var c={scope:f.default.Scope.INLINE,whitelist:["serif","monospace"]},_=new f.default.Attributor.Class("font","ql-font",c),v=function(g){l(y,g);function y(){return p(this,y),u(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return r(y,[{key:"value",value:function(m){return d(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"value",this).call(this,m).replace(/["']/g,"")}}]),y}(f.default.Attributor.Style),b=new v("font","font-family",c);o.FontStyle=b,o.FontClass=_},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.SizeStyle=o.SizeClass=void 0;var r=a(0),d=s(r);function s(p){return p&&p.__esModule?p:{default:p}}var f=new d.default.Attributor.Class("size","ql-size",{scope:d.default.Scope.INLINE,whitelist:["small","large","huge"]}),h=new d.default.Attributor.Style("size","font-size",{scope:d.default.Scope.INLINE,whitelist:["10px","18px","32px"]});o.SizeClass=f,o.SizeStyle=h},function(e,o,a){e.exports={align:{"":a(76),center:a(77),right:a(78),justify:a(79)},background:a(80),blockquote:a(81),bold:a(82),clean:a(83),code:a(58),"code-block":a(58),color:a(84),direction:{"":a(85),rtl:a(86)},float:{center:a(87),full:a(88),left:a(89),right:a(90)},formula:a(91),header:{1:a(92),2:a(93)},italic:a(94),image:a(95),indent:{"+1":a(96),"-1":a(97)},link:a(98),list:{ordered:a(99),bullet:a(100),check:a(101)},script:{sub:a(102),super:a(103)},strike:a(104),underline:a(105),video:a(106)}},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.getLastChangeIndex=o.default=void 0;var r=function(){function w(m,k){for(var x=0;x<k.length;x++){var S=k[x];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(m,S.key,S)}}return function(m,k,x){return k&&w(m.prototype,k),x&&w(m,x),m}}(),d=a(0),s=l(d),f=a(5),h=l(f),p=a(9),u=l(p);function l(w){return w&&w.__esModule?w:{default:w}}function c(w,m){if(!(w instanceof m))throw new TypeError("Cannot call a class as a function")}function _(w,m){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:w}function v(w,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);w.prototype=Object.create(m&&m.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(w,m):w.__proto__=m)}var b=function(w){v(m,w);function m(k,x){c(this,m);var S=_(this,(m.__proto__||Object.getPrototypeOf(m)).call(this,k,x));return S.lastRecorded=0,S.ignoreChange=!1,S.clear(),S.quill.on(h.default.events.EDITOR_CHANGE,function(T,M,E,C){T!==h.default.events.TEXT_CHANGE||S.ignoreChange||(!S.options.userOnly||C===h.default.sources.USER?S.record(M,E):S.transform(M))}),S.quill.keyboard.addBinding({key:"Z",shortKey:!0},S.undo.bind(S)),S.quill.keyboard.addBinding({key:"Z",shortKey:!0,shiftKey:!0},S.redo.bind(S)),/Win/i.test(navigator.platform)&&S.quill.keyboard.addBinding({key:"Y",shortKey:!0},S.redo.bind(S)),S}return r(m,[{key:"change",value:function(x,S){if(this.stack[x].length!==0){var T=this.stack[x].pop();this.stack[S].push(T),this.lastRecorded=0,this.ignoreChange=!0,this.quill.updateContents(T[x],h.default.sources.USER),this.ignoreChange=!1;var M=y(T[x]);this.quill.setSelection(M)}}},{key:"clear",value:function(){this.stack={undo:[],redo:[]}}},{key:"cutoff",value:function(){this.lastRecorded=0}},{key:"record",value:function(x,S){if(x.ops.length!==0){this.stack.redo=[];var T=this.quill.getContents().diff(S),M=Date.now();if(this.lastRecorded+this.options.delay>M&&this.stack.undo.length>0){var E=this.stack.undo.pop();T=T.compose(E.undo),x=E.redo.compose(x)}else this.lastRecorded=M;this.stack.undo.push({redo:x,undo:T}),this.stack.undo.length>this.options.maxStack&&this.stack.undo.shift()}}},{key:"redo",value:function(){this.change("redo","undo")}},{key:"transform",value:function(x){this.stack.undo.forEach(function(S){S.undo=x.transform(S.undo,!0),S.redo=x.transform(S.redo,!0)}),this.stack.redo.forEach(function(S){S.undo=x.transform(S.undo,!0),S.redo=x.transform(S.redo,!0)})}},{key:"undo",value:function(){this.change("undo","redo")}}]),m}(u.default);b.DEFAULTS={delay:1e3,maxStack:100,userOnly:!1};function g(w){var m=w.ops[w.ops.length-1];return m==null?!1:m.insert!=null?typeof m.insert=="string"&&m.insert.endsWith(`
121
+ `):m.attributes!=null?Object.keys(m.attributes).some(function(k){return s.default.query(k,s.default.Scope.BLOCK)!=null}):!1}function y(w){var m=w.reduce(function(x,S){return x+=S.delete||0,x},0),k=w.length()-m;return g(w)&&(k-=1),k}o.default=b,o.getLastChangeIndex=y},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.BaseTooltip=void 0;var r=function(){function j(V,Y){for(var H=0;H<Y.length;H++){var B=Y[H];B.enumerable=B.enumerable||!1,B.configurable=!0,"value"in B&&(B.writable=!0),Object.defineProperty(V,B.key,B)}}return function(V,Y,H){return Y&&j(V.prototype,Y),H&&j(V,H),V}}(),d=function j(V,Y,H){V===null&&(V=Function.prototype);var B=Object.getOwnPropertyDescriptor(V,Y);if(B===void 0){var z=Object.getPrototypeOf(V);return z===null?void 0:j(z,Y,H)}else{if("value"in B)return B.value;var Z=B.get;return Z===void 0?void 0:Z.call(H)}},s=a(3),f=M(s),h=a(2),p=M(h),u=a(8),l=M(u),c=a(23),_=M(c),v=a(34),b=M(v),g=a(59),y=M(g),w=a(60),m=M(w),k=a(28),x=M(k),S=a(61),T=M(S);function M(j){return j&&j.__esModule?j:{default:j}}function E(j,V){if(!(j instanceof V))throw new TypeError("Cannot call a class as a function")}function C(j,V){if(!j)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return V&&(typeof V=="object"||typeof V=="function")?V:j}function O(j,V){if(typeof V!="function"&&V!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof V);j.prototype=Object.create(V&&V.prototype,{constructor:{value:j,enumerable:!1,writable:!0,configurable:!0}}),V&&(Object.setPrototypeOf?Object.setPrototypeOf(j,V):j.__proto__=V)}var N=[!1,"center","right","justify"],P=["#000000","#e60000","#ff9900","#ffff00","#008a00","#0066cc","#9933ff","#ffffff","#facccc","#ffebcc","#ffffcc","#cce8cc","#cce0f5","#ebd6ff","#bbbbbb","#f06666","#ffc266","#ffff66","#66b966","#66a3e0","#c285ff","#888888","#a10000","#b26b00","#b2b200","#006100","#0047b2","#6b24b2","#444444","#5c0000","#663d00","#666600","#003700","#002966","#3d1466"],q=[!1,"serif","monospace"],G=["1","2","3",!1],W=["small",!1,"large","huge"],ie=function(j){O(V,j);function V(Y,H){E(this,V);var B=C(this,(V.__proto__||Object.getPrototypeOf(V)).call(this,Y,H)),z=function Z(J){if(!document.body.contains(Y.root))return document.body.removeEventListener("click",Z);B.tooltip!=null&&!B.tooltip.root.contains(J.target)&&document.activeElement!==B.tooltip.textbox&&!B.quill.hasFocus()&&B.tooltip.hide(),B.pickers!=null&&B.pickers.forEach(function(ne){ne.container.contains(J.target)||ne.close()})};return Y.emitter.listenDOM("click",document.body,z),B}return r(V,[{key:"addModule",value:function(H){var B=d(V.prototype.__proto__||Object.getPrototypeOf(V.prototype),"addModule",this).call(this,H);return H==="toolbar"&&this.extendToolbar(B),B}},{key:"buildButtons",value:function(H,B){H.forEach(function(z){var Z=z.getAttribute("class")||"";Z.split(/\s+/).forEach(function(J){if(J.startsWith("ql-")&&(J=J.slice(3),B[J]!=null))if(J==="direction")z.innerHTML=B[J][""]+B[J].rtl;else if(typeof B[J]=="string")z.innerHTML=B[J];else{var ne=z.value||"";ne!=null&&B[J][ne]&&(z.innerHTML=B[J][ne])}})})}},{key:"buildPickers",value:function(H,B){var z=this;this.pickers=H.map(function(J){if(J.classList.contains("ql-align"))return J.querySelector("option")==null&&A(J,N),new m.default(J,B.align);if(J.classList.contains("ql-background")||J.classList.contains("ql-color")){var ne=J.classList.contains("ql-background")?"background":"color";return J.querySelector("option")==null&&A(J,P,ne==="background"?"#ffffff":"#000000"),new y.default(J,B[ne])}else return J.querySelector("option")==null&&(J.classList.contains("ql-font")?A(J,q):J.classList.contains("ql-header")?A(J,G):J.classList.contains("ql-size")&&A(J,W)),new x.default(J)});var Z=function(){z.pickers.forEach(function(ne){ne.update()})};this.quill.on(l.default.events.EDITOR_CHANGE,Z)}}]),V}(b.default);ie.DEFAULTS=(0,f.default)(!0,{},b.default.DEFAULTS,{modules:{toolbar:{handlers:{formula:function(){this.quill.theme.tooltip.edit("formula")},image:function(){var V=this,Y=this.container.querySelector("input.ql-image[type=file]");Y==null&&(Y=document.createElement("input"),Y.setAttribute("type","file"),Y.setAttribute("accept","image/png, image/gif, image/jpeg, image/bmp, image/x-icon"),Y.classList.add("ql-image"),Y.addEventListener("change",function(){if(Y.files!=null&&Y.files[0]!=null){var H=new FileReader;H.onload=function(B){var z=V.quill.getSelection(!0);V.quill.updateContents(new p.default().retain(z.index).delete(z.length).insert({image:B.target.result}),l.default.sources.USER),V.quill.setSelection(z.index+1,l.default.sources.SILENT),Y.value=""},H.readAsDataURL(Y.files[0])}}),this.container.appendChild(Y)),Y.click()},video:function(){this.quill.theme.tooltip.edit("video")}}}}});var U=function(j){O(V,j);function V(Y,H){E(this,V);var B=C(this,(V.__proto__||Object.getPrototypeOf(V)).call(this,Y,H));return B.textbox=B.root.querySelector('input[type="text"]'),B.listen(),B}return r(V,[{key:"listen",value:function(){var H=this;this.textbox.addEventListener("keydown",function(B){_.default.match(B,"enter")?(H.save(),B.preventDefault()):_.default.match(B,"escape")&&(H.cancel(),B.preventDefault())})}},{key:"cancel",value:function(){this.hide()}},{key:"edit",value:function(){var H=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"link",B=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;this.root.classList.remove("ql-hidden"),this.root.classList.add("ql-editing"),B!=null?this.textbox.value=B:H!==this.root.getAttribute("data-mode")&&(this.textbox.value=""),this.position(this.quill.getBounds(this.quill.selection.savedRange)),this.textbox.select(),this.textbox.setAttribute("placeholder",this.textbox.getAttribute("data-"+H)||""),this.root.setAttribute("data-mode",H)}},{key:"restoreFocus",value:function(){var H=this.quill.scrollingContainer.scrollTop;this.quill.focus(),this.quill.scrollingContainer.scrollTop=H}},{key:"save",value:function(){var H=this.textbox.value;switch(this.root.getAttribute("data-mode")){case"link":{var B=this.quill.root.scrollTop;this.linkRange?(this.quill.formatText(this.linkRange,"link",H,l.default.sources.USER),delete this.linkRange):(this.restoreFocus(),this.quill.format("link",H,l.default.sources.USER)),this.quill.root.scrollTop=B;break}case"video":H=R(H);case"formula":{if(!H)break;var z=this.quill.getSelection(!0);if(z!=null){var Z=z.index+z.length;this.quill.insertEmbed(Z,this.root.getAttribute("data-mode"),H,l.default.sources.USER),this.root.getAttribute("data-mode")==="formula"&&this.quill.insertText(Z+1," ",l.default.sources.USER),this.quill.setSelection(Z+2,l.default.sources.USER)}break}}this.textbox.value="",this.hide()}}]),V}(T.default);function R(j){var V=j.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/)||j.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);return V?(V[1]||"https")+"://www.youtube.com/embed/"+V[2]+"?showinfo=0":(V=j.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/))?(V[1]||"https")+"://player.vimeo.com/video/"+V[2]+"/":j}function A(j,V){var Y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;V.forEach(function(H){var B=document.createElement("option");H===Y?B.setAttribute("selected","selected"):B.setAttribute("value",H),j.appendChild(B)})}o.BaseTooltip=U,o.default=ie},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function d(){this.head=this.tail=null,this.length=0}return d.prototype.append=function(){for(var s=[],f=0;f<arguments.length;f++)s[f]=arguments[f];this.insertBefore(s[0],null),s.length>1&&this.append.apply(this,s.slice(1))},d.prototype.contains=function(s){for(var f,h=this.iterator();f=h();)if(f===s)return!0;return!1},d.prototype.insertBefore=function(s,f){s&&(s.next=f,f!=null?(s.prev=f.prev,f.prev!=null&&(f.prev.next=s),f.prev=s,f===this.head&&(this.head=s)):this.tail!=null?(this.tail.next=s,s.prev=this.tail,this.tail=s):(s.prev=null,this.head=this.tail=s),this.length+=1)},d.prototype.offset=function(s){for(var f=0,h=this.head;h!=null;){if(h===s)return f;f+=h.length(),h=h.next}return-1},d.prototype.remove=function(s){this.contains(s)&&(s.prev!=null&&(s.prev.next=s.next),s.next!=null&&(s.next.prev=s.prev),s===this.head&&(this.head=s.next),s===this.tail&&(this.tail=s.prev),this.length-=1)},d.prototype.iterator=function(s){return s===void 0&&(s=this.head),function(){var f=s;return s!=null&&(s=s.next),f}},d.prototype.find=function(s,f){f===void 0&&(f=!1);for(var h,p=this.iterator();h=p();){var u=h.length();if(s<u||f&&s===u&&(h.next==null||h.next.length()!==0))return[h,s];s-=u}return[null,0]},d.prototype.forEach=function(s){for(var f,h=this.iterator();f=h();)s(f)},d.prototype.forEachAt=function(s,f,h){if(!(f<=0))for(var p=this.find(s),u=p[0],l=p[1],c,_=s-l,v=this.iterator(u);(c=v())&&_<s+f;){var b=c.length();s>_?h(c,s-_,Math.min(f,_+b-s)):h(c,0,Math.min(b,s+f-_)),_+=b}},d.prototype.map=function(s){return this.reduce(function(f,h){return f.push(s(h)),f},[])},d.prototype.reduce=function(s,f){for(var h,p=this.iterator();h=p();)f=s(f,h);return f},d}();o.default=r},function(e,o,a){var r=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,c){l.__proto__=c}||function(l,c){for(var _ in c)c.hasOwnProperty(_)&&(l[_]=c[_])};return function(l,c){u(l,c);function _(){this.constructor=l}l.prototype=c===null?Object.create(c):(_.prototype=c.prototype,new _)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(17),s=a(1),f={attributes:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0},h=100,p=function(u){r(l,u);function l(c){var _=u.call(this,c)||this;return _.scroll=_,_.observer=new MutationObserver(function(v){_.update(v)}),_.observer.observe(_.domNode,f),_.attach(),_}return l.prototype.detach=function(){u.prototype.detach.call(this),this.observer.disconnect()},l.prototype.deleteAt=function(c,_){this.update(),c===0&&_===this.length()?this.children.forEach(function(v){v.remove()}):u.prototype.deleteAt.call(this,c,_)},l.prototype.formatAt=function(c,_,v,b){this.update(),u.prototype.formatAt.call(this,c,_,v,b)},l.prototype.insertAt=function(c,_,v){this.update(),u.prototype.insertAt.call(this,c,_,v)},l.prototype.optimize=function(c,_){var v=this;c===void 0&&(c=[]),_===void 0&&(_={}),u.prototype.optimize.call(this,_);for(var b=[].slice.call(this.observer.takeRecords());b.length>0;)c.push(b.pop());for(var g=function(k,x){x===void 0&&(x=!0),!(k==null||k===v)&&k.domNode.parentNode!=null&&(k.domNode[s.DATA_KEY].mutations==null&&(k.domNode[s.DATA_KEY].mutations=[]),x&&g(k.parent))},y=function(k){k.domNode[s.DATA_KEY]==null||k.domNode[s.DATA_KEY].mutations==null||(k instanceof d.default&&k.children.forEach(y),k.optimize(_))},w=c,m=0;w.length>0;m+=1){if(m>=h)throw new Error("[Parchment] Maximum optimize iterations reached");for(w.forEach(function(k){var x=s.find(k.target,!0);x!=null&&(x.domNode===k.target&&(k.type==="childList"?(g(s.find(k.previousSibling,!1)),[].forEach.call(k.addedNodes,function(S){var T=s.find(S,!1);g(T,!1),T instanceof d.default&&T.children.forEach(function(M){g(M,!1)})})):k.type==="attributes"&&g(x.prev)),g(x))}),this.children.forEach(y),w=[].slice.call(this.observer.takeRecords()),b=w.slice();b.length>0;)c.push(b.pop())}},l.prototype.update=function(c,_){var v=this;_===void 0&&(_={}),c=c||this.observer.takeRecords(),c.map(function(b){var g=s.find(b.target,!0);return g==null?null:g.domNode[s.DATA_KEY].mutations==null?(g.domNode[s.DATA_KEY].mutations=[b],g):(g.domNode[s.DATA_KEY].mutations.push(b),null)}).forEach(function(b){b==null||b===v||b.domNode[s.DATA_KEY]==null||b.update(b.domNode[s.DATA_KEY].mutations||[],_)}),this.domNode[s.DATA_KEY].mutations!=null&&u.prototype.update.call(this,this.domNode[s.DATA_KEY].mutations,_),this.optimize(c,_)},l.blotName="scroll",l.defaultChild="block",l.scope=s.Scope.BLOCK_BLOT,l.tagName="DIV",l}(d.default);o.default=p},function(e,o,a){var r=this&&this.__extends||function(){var p=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,l){u.__proto__=l}||function(u,l){for(var c in l)l.hasOwnProperty(c)&&(u[c]=l[c])};return function(u,l){p(u,l);function c(){this.constructor=u}u.prototype=l===null?Object.create(l):(c.prototype=l.prototype,new c)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(18),s=a(1);function f(p,u){if(Object.keys(p).length!==Object.keys(u).length)return!1;for(var l in p)if(p[l]!==u[l])return!1;return!0}var h=function(p){r(u,p);function u(){return p!==null&&p.apply(this,arguments)||this}return u.formats=function(l){if(l.tagName!==u.tagName)return p.formats.call(this,l)},u.prototype.format=function(l,c){var _=this;l===this.statics.blotName&&!c?(this.children.forEach(function(v){v instanceof d.default||(v=v.wrap(u.blotName,!0)),_.attributes.copy(v)}),this.unwrap()):p.prototype.format.call(this,l,c)},u.prototype.formatAt=function(l,c,_,v){if(this.formats()[_]!=null||s.query(_,s.Scope.ATTRIBUTE)){var b=this.isolate(l,c);b.format(_,v)}else p.prototype.formatAt.call(this,l,c,_,v)},u.prototype.optimize=function(l){p.prototype.optimize.call(this,l);var c=this.formats();if(Object.keys(c).length===0)return this.unwrap();var _=this.next;_ instanceof u&&_.prev===this&&f(c,_.formats())&&(_.moveChildren(this),_.remove())},u.blotName="inline",u.scope=s.Scope.INLINE_BLOT,u.tagName="SPAN",u}(d.default);o.default=h},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(18),s=a(1),f=function(h){r(p,h);function p(){return h!==null&&h.apply(this,arguments)||this}return p.formats=function(u){var l=s.query(p.blotName).tagName;if(u.tagName!==l)return h.formats.call(this,u)},p.prototype.format=function(u,l){s.query(u,s.Scope.BLOCK)!=null&&(u===this.statics.blotName&&!l?this.replaceWith(p.blotName):h.prototype.format.call(this,u,l))},p.prototype.formatAt=function(u,l,c,_){s.query(c,s.Scope.BLOCK)!=null?this.format(c,_):h.prototype.formatAt.call(this,u,l,c,_)},p.prototype.insertAt=function(u,l,c){if(c==null||s.query(l,s.Scope.INLINE)!=null)h.prototype.insertAt.call(this,u,l,c);else{var _=this.split(u),v=s.create(l,c);_.parent.insertBefore(v,_)}},p.prototype.update=function(u,l){navigator.userAgent.match(/Trident/)?this.build():h.prototype.update.call(this,u,l)},p.blotName="block",p.scope=s.Scope.BLOCK_BLOT,p.tagName="P",p}(d.default);o.default=f},function(e,o,a){var r=this&&this.__extends||function(){var f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(h,p){h.__proto__=p}||function(h,p){for(var u in p)p.hasOwnProperty(u)&&(h[u]=p[u])};return function(h,p){f(h,p);function u(){this.constructor=h}h.prototype=p===null?Object.create(p):(u.prototype=p.prototype,new u)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(19),s=function(f){r(h,f);function h(){return f!==null&&f.apply(this,arguments)||this}return h.formats=function(p){},h.prototype.format=function(p,u){f.prototype.formatAt.call(this,0,this.length(),p,u)},h.prototype.formatAt=function(p,u,l,c){p===0&&u===this.length()?this.format(l,c):f.prototype.formatAt.call(this,p,u,l,c)},h.prototype.formats=function(){return this.statics.formats(this.domNode)},h}(d.default);o.default=s},function(e,o,a){var r=this&&this.__extends||function(){var h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,u){p.__proto__=u}||function(p,u){for(var l in u)u.hasOwnProperty(l)&&(p[l]=u[l])};return function(p,u){h(p,u);function l(){this.constructor=p}p.prototype=u===null?Object.create(u):(l.prototype=u.prototype,new l)}}();Object.defineProperty(o,"__esModule",{value:!0});var d=a(19),s=a(1),f=function(h){r(p,h);function p(u){var l=h.call(this,u)||this;return l.text=l.statics.value(l.domNode),l}return p.create=function(u){return document.createTextNode(u)},p.value=function(u){var l=u.data;return l.normalize&&(l=l.normalize()),l},p.prototype.deleteAt=function(u,l){this.domNode.data=this.text=this.text.slice(0,u)+this.text.slice(u+l)},p.prototype.index=function(u,l){return this.domNode===u?l:-1},p.prototype.insertAt=function(u,l,c){c==null?(this.text=this.text.slice(0,u)+l+this.text.slice(u),this.domNode.data=this.text):h.prototype.insertAt.call(this,u,l,c)},p.prototype.length=function(){return this.text.length},p.prototype.optimize=function(u){h.prototype.optimize.call(this,u),this.text=this.statics.value(this.domNode),this.text.length===0?this.remove():this.next instanceof p&&this.next.prev===this&&(this.insertAt(this.length(),this.next.value()),this.next.remove())},p.prototype.position=function(u,l){return[this.domNode,u]},p.prototype.split=function(u,l){if(l===void 0&&(l=!1),!l){if(u===0)return this;if(u===this.length())return this.next}var c=s.create(this.domNode.splitText(u));return this.parent.insertBefore(c,this.next),this.text=this.statics.value(this.domNode),c},p.prototype.update=function(u,l){var c=this;u.some(function(_){return _.type==="characterData"&&_.target===c.domNode})&&(this.text=this.statics.value(this.domNode))},p.prototype.value=function(){return this.text},p.blotName="text",p.scope=s.Scope.INLINE_BLOT,p}(d.default);o.default=f},function(e,o,a){var r=document.createElement("div");if(r.classList.toggle("test-class",!1),r.classList.contains("test-class")){var d=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(s,f){return arguments.length>1&&!this.contains(s)==!f?f:d.call(this,s)}}String.prototype.startsWith||(String.prototype.startsWith=function(s,f){return f=f||0,this.substr(f,s.length)===s}),String.prototype.endsWith||(String.prototype.endsWith=function(s,f){var h=this.toString();(typeof f!="number"||!isFinite(f)||Math.floor(f)!==f||f>h.length)&&(f=h.length),f-=s.length;var p=h.indexOf(s,f);return p!==-1&&p===f}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(f){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof f!="function")throw new TypeError("predicate must be a function");for(var h=Object(this),p=h.length>>>0,u=arguments[1],l,c=0;c<p;c++)if(l=h[c],f.call(u,l,c,h))return l}}),document.addEventListener("DOMContentLoaded",function(){document.execCommand("enableObjectResizing",!1,!1),document.execCommand("autoUrlDetect",!1,!1)})},function(e,o){var a=-1,r=1,d=0;function s(m,k,x){if(m==k)return m?[[d,m]]:[];(x<0||m.length<x)&&(x=null);var S=u(m,k),T=m.substring(0,S);m=m.substring(S),k=k.substring(S),S=l(m,k);var M=m.substring(m.length-S);m=m.substring(0,m.length-S),k=k.substring(0,k.length-S);var E=f(m,k);return T&&E.unshift([d,T]),M&&E.push([d,M]),_(E),x!=null&&(E=g(E,x)),E=y(E),E}function f(m,k){var x;if(!m)return[[r,k]];if(!k)return[[a,m]];var S=m.length>k.length?m:k,T=m.length>k.length?k:m,M=S.indexOf(T);if(M!=-1)return x=[[r,S.substring(0,M)],[d,T],[r,S.substring(M+T.length)]],m.length>k.length&&(x[0][0]=x[2][0]=a),x;if(T.length==1)return[[a,m],[r,k]];var E=c(m,k);if(E){var C=E[0],O=E[1],N=E[2],P=E[3],q=E[4],G=s(C,N),W=s(O,P);return G.concat([[d,q]],W)}return h(m,k)}function h(m,k){for(var x=m.length,S=k.length,T=Math.ceil((x+S)/2),M=T,E=2*T,C=new Array(E),O=new Array(E),N=0;N<E;N++)C[N]=-1,O[N]=-1;C[M+1]=0,O[M+1]=0;for(var P=x-S,q=P%2!=0,G=0,W=0,ie=0,U=0,R=0;R<T;R++){for(var A=-R+G;A<=R-W;A+=2){var j=M+A,V;A==-R||A!=R&&C[j-1]<C[j+1]?V=C[j+1]:V=C[j-1]+1;for(var Y=V-A;V<x&&Y<S&&m.charAt(V)==k.charAt(Y);)V++,Y++;if(C[j]=V,V>x)W+=2;else if(Y>S)G+=2;else if(q){var H=M+P-A;if(H>=0&&H<E&&O[H]!=-1){var B=x-O[H];if(V>=B)return p(m,k,V,Y)}}}for(var z=-R+ie;z<=R-U;z+=2){var H=M+z,B;z==-R||z!=R&&O[H-1]<O[H+1]?B=O[H+1]:B=O[H-1]+1;for(var Z=B-z;B<x&&Z<S&&m.charAt(x-B-1)==k.charAt(S-Z-1);)B++,Z++;if(O[H]=B,B>x)U+=2;else if(Z>S)ie+=2;else if(!q){var j=M+P-z;if(j>=0&&j<E&&C[j]!=-1){var V=C[j],Y=M+V-j;if(B=x-B,V>=B)return p(m,k,V,Y)}}}}return[[a,m],[r,k]]}function p(m,k,x,S){var T=m.substring(0,x),M=k.substring(0,S),E=m.substring(x),C=k.substring(S),O=s(T,M),N=s(E,C);return O.concat(N)}function u(m,k){if(!m||!k||m.charAt(0)!=k.charAt(0))return 0;for(var x=0,S=Math.min(m.length,k.length),T=S,M=0;x<T;)m.substring(M,T)==k.substring(M,T)?(x=T,M=x):S=T,T=Math.floor((S-x)/2+x);return T}function l(m,k){if(!m||!k||m.charAt(m.length-1)!=k.charAt(k.length-1))return 0;for(var x=0,S=Math.min(m.length,k.length),T=S,M=0;x<T;)m.substring(m.length-T,m.length-M)==k.substring(k.length-T,k.length-M)?(x=T,M=x):S=T,T=Math.floor((S-x)/2+x);return T}function c(m,k){var x=m.length>k.length?m:k,S=m.length>k.length?k:m;if(x.length<4||S.length*2<x.length)return null;function T(W,ie,U){for(var R=W.substring(U,U+Math.floor(W.length/4)),A=-1,j="",V,Y,H,B;(A=ie.indexOf(R,A+1))!=-1;){var z=u(W.substring(U),ie.substring(A)),Z=l(W.substring(0,U),ie.substring(0,A));j.length<Z+z&&(j=ie.substring(A-Z,A)+ie.substring(A,A+z),V=W.substring(0,U-Z),Y=W.substring(U+z),H=ie.substring(0,A-Z),B=ie.substring(A+z))}return j.length*2>=W.length?[V,Y,H,B,j]:null}var M=T(x,S,Math.ceil(x.length/4)),E=T(x,S,Math.ceil(x.length/2)),C;if(!M&&!E)return null;E?M?C=M[4].length>E[4].length?M:E:C=E:C=M;var O,N,P,q;m.length>k.length?(O=C[0],N=C[1],P=C[2],q=C[3]):(P=C[0],q=C[1],O=C[2],N=C[3]);var G=C[4];return[O,N,P,q,G]}function _(m){m.push([d,""]);for(var k=0,x=0,S=0,T="",M="",E;k<m.length;)switch(m[k][0]){case r:S++,M+=m[k][1],k++;break;case a:x++,T+=m[k][1],k++;break;case d:x+S>1?(x!==0&&S!==0&&(E=u(M,T),E!==0&&(k-x-S>0&&m[k-x-S-1][0]==d?m[k-x-S-1][1]+=M.substring(0,E):(m.splice(0,0,[d,M.substring(0,E)]),k++),M=M.substring(E),T=T.substring(E)),E=l(M,T),E!==0&&(m[k][1]=M.substring(M.length-E)+m[k][1],M=M.substring(0,M.length-E),T=T.substring(0,T.length-E))),x===0?m.splice(k-S,x+S,[r,M]):S===0?m.splice(k-x,x+S,[a,T]):m.splice(k-x-S,x+S,[a,T],[r,M]),k=k-x-S+(x?1:0)+(S?1:0)+1):k!==0&&m[k-1][0]==d?(m[k-1][1]+=m[k][1],m.splice(k,1)):k++,S=0,x=0,T="",M="";break}m[m.length-1][1]===""&&m.pop();var C=!1;for(k=1;k<m.length-1;)m[k-1][0]==d&&m[k+1][0]==d&&(m[k][1].substring(m[k][1].length-m[k-1][1].length)==m[k-1][1]?(m[k][1]=m[k-1][1]+m[k][1].substring(0,m[k][1].length-m[k-1][1].length),m[k+1][1]=m[k-1][1]+m[k+1][1],m.splice(k-1,1),C=!0):m[k][1].substring(0,m[k+1][1].length)==m[k+1][1]&&(m[k-1][1]+=m[k+1][1],m[k][1]=m[k][1].substring(m[k+1][1].length)+m[k+1][1],m.splice(k+1,1),C=!0)),k++;C&&_(m)}var v=s;v.INSERT=r,v.DELETE=a,v.EQUAL=d,e.exports=v;function b(m,k){if(k===0)return[d,m];for(var x=0,S=0;S<m.length;S++){var T=m[S];if(T[0]===a||T[0]===d){var M=x+T[1].length;if(k===M)return[S+1,m];if(k<M){m=m.slice();var E=k-x,C=[T[0],T[1].slice(0,E)],O=[T[0],T[1].slice(E)];return m.splice(S,1,C,O),[S+1,m]}else x=M}}throw new Error("cursor_pos is out of bounds!")}function g(m,k){var x=b(m,k),S=x[1],T=x[0],M=S[T],E=S[T+1];if(M==null)return m;if(M[0]!==d)return m;if(E!=null&&M[1]+E[1]===E[1]+M[1])return S.splice(T,2,E,M),w(S,T,2);if(E!=null&&E[1].indexOf(M[1])===0){S.splice(T,2,[E[0],M[1]],[0,M[1]]);var C=E[1].slice(M[1].length);return C.length>0&&S.splice(T+2,0,[E[0],C]),w(S,T,3)}else return m}function y(m){for(var k=!1,x=function(E){return E.charCodeAt(0)>=56320&&E.charCodeAt(0)<=57343},S=function(E){return E.charCodeAt(E.length-1)>=55296&&E.charCodeAt(E.length-1)<=56319},T=2;T<m.length;T+=1)m[T-2][0]===d&&S(m[T-2][1])&&m[T-1][0]===a&&x(m[T-1][1])&&m[T][0]===r&&x(m[T][1])&&(k=!0,m[T-1][1]=m[T-2][1].slice(-1)+m[T-1][1],m[T][1]=m[T-2][1].slice(-1)+m[T][1],m[T-2][1]=m[T-2][1].slice(0,-1));if(!k)return m;for(var M=[],T=0;T<m.length;T+=1)m[T][1].length>0&&M.push(m[T]);return M}function w(m,k,x){for(var S=k+x-1;S>=0&&S>=k-1;S--)if(S+1<m.length){var T=m[S],M=m[S+1];T[0]===M[1]&&m.splice(S,2,[T[0],T[1]+M[1]])}return m}},function(e,o){o=e.exports=typeof Object.keys=="function"?Object.keys:a,o.shim=a;function a(r){var d=[];for(var s in r)d.push(s);return d}},function(e,o){var a=function(){return Object.prototype.toString.call(arguments)}()=="[object Arguments]";o=e.exports=a?r:d,o.supported=r;function r(s){return Object.prototype.toString.call(s)=="[object Arguments]"}o.unsupported=d;function d(s){return s&&typeof s=="object"&&typeof s.length=="number"&&Object.prototype.hasOwnProperty.call(s,"callee")&&!Object.prototype.propertyIsEnumerable.call(s,"callee")||!1}},function(e,o){var a=Object.prototype.hasOwnProperty,r="~";function d(){}Object.create&&(d.prototype=Object.create(null),new d().__proto__||(r=!1));function s(h,p,u){this.fn=h,this.context=p,this.once=u||!1}function f(){this._events=new d,this._eventsCount=0}f.prototype.eventNames=function(){var p=[],u,l;if(this._eventsCount===0)return p;for(l in u=this._events)a.call(u,l)&&p.push(r?l.slice(1):l);return Object.getOwnPropertySymbols?p.concat(Object.getOwnPropertySymbols(u)):p},f.prototype.listeners=function(p,u){var l=r?r+p:p,c=this._events[l];if(u)return!!c;if(!c)return[];if(c.fn)return[c.fn];for(var _=0,v=c.length,b=new Array(v);_<v;_++)b[_]=c[_].fn;return b},f.prototype.emit=function(p,u,l,c,_,v){var b=r?r+p:p;if(!this._events[b])return!1;var g=this._events[b],y=arguments.length,w,m;if(g.fn){switch(g.once&&this.removeListener(p,g.fn,void 0,!0),y){case 1:return g.fn.call(g.context),!0;case 2:return g.fn.call(g.context,u),!0;case 3:return g.fn.call(g.context,u,l),!0;case 4:return g.fn.call(g.context,u,l,c),!0;case 5:return g.fn.call(g.context,u,l,c,_),!0;case 6:return g.fn.call(g.context,u,l,c,_,v),!0}for(m=1,w=new Array(y-1);m<y;m++)w[m-1]=arguments[m];g.fn.apply(g.context,w)}else{var k=g.length,x;for(m=0;m<k;m++)switch(g[m].once&&this.removeListener(p,g[m].fn,void 0,!0),y){case 1:g[m].fn.call(g[m].context);break;case 2:g[m].fn.call(g[m].context,u);break;case 3:g[m].fn.call(g[m].context,u,l);break;case 4:g[m].fn.call(g[m].context,u,l,c);break;default:if(!w)for(x=1,w=new Array(y-1);x<y;x++)w[x-1]=arguments[x];g[m].fn.apply(g[m].context,w)}}return!0},f.prototype.on=function(p,u,l){var c=new s(u,l||this),_=r?r+p:p;return this._events[_]?this._events[_].fn?this._events[_]=[this._events[_],c]:this._events[_].push(c):(this._events[_]=c,this._eventsCount++),this},f.prototype.once=function(p,u,l){var c=new s(u,l||this,!0),_=r?r+p:p;return this._events[_]?this._events[_].fn?this._events[_]=[this._events[_],c]:this._events[_].push(c):(this._events[_]=c,this._eventsCount++),this},f.prototype.removeListener=function(p,u,l,c){var _=r?r+p:p;if(!this._events[_])return this;if(!u)return--this._eventsCount===0?this._events=new d:delete this._events[_],this;var v=this._events[_];if(v.fn)v.fn===u&&(!c||v.once)&&(!l||v.context===l)&&(--this._eventsCount===0?this._events=new d:delete this._events[_]);else{for(var b=0,g=[],y=v.length;b<y;b++)(v[b].fn!==u||c&&!v[b].once||l&&v[b].context!==l)&&g.push(v[b]);g.length?this._events[_]=g.length===1?g[0]:g:--this._eventsCount===0?this._events=new d:delete this._events[_]}return this},f.prototype.removeAllListeners=function(p){var u;return p?(u=r?r+p:p,this._events[u]&&(--this._eventsCount===0?this._events=new d:delete this._events[u])):(this._events=new d,this._eventsCount=0),this},f.prototype.off=f.prototype.removeListener,f.prototype.addListener=f.prototype.on,f.prototype.setMaxListeners=function(){return this},f.prefixed=r,f.EventEmitter=f,typeof e<"u"&&(e.exports=f)},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.matchText=o.matchSpacing=o.matchNewline=o.matchBlot=o.matchAttributor=o.default=void 0;var r=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Q){return typeof Q}:function(Q){return Q&&typeof Symbol=="function"&&Q.constructor===Symbol&&Q!==Symbol.prototype?"symbol":typeof Q},d=function(){function Q(te,ae){var le=[],re=!0,$e=!1,me=void 0;try{for(var be=te[Symbol.iterator](),He;!(re=(He=be.next()).done)&&(le.push(He.value),!(ae&&le.length===ae));re=!0);}catch(je){$e=!0,me=je}finally{try{!re&&be.return&&be.return()}finally{if($e)throw me}}return le}return function(te,ae){if(Array.isArray(te))return te;if(Symbol.iterator in Object(te))return Q(te,ae);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=function(){function Q(te,ae){for(var le=0;le<ae.length;le++){var re=ae[le];re.enumerable=re.enumerable||!1,re.configurable=!0,"value"in re&&(re.writable=!0),Object.defineProperty(te,re.key,re)}}return function(te,ae,le){return ae&&Q(te.prototype,ae),le&&Q(te,le),te}}(),f=a(3),h=O(f),p=a(2),u=O(p),l=a(0),c=O(l),_=a(5),v=O(_),b=a(10),g=O(b),y=a(9),w=O(y),m=a(36),k=a(37),x=a(13),S=O(x),T=a(26),M=a(38),E=a(39),C=a(40);function O(Q){return Q&&Q.__esModule?Q:{default:Q}}function N(Q,te,ae){return te in Q?Object.defineProperty(Q,te,{value:ae,enumerable:!0,configurable:!0,writable:!0}):Q[te]=ae,Q}function P(Q,te){if(!(Q instanceof te))throw new TypeError("Cannot call a class as a function")}function q(Q,te){if(!Q)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return te&&(typeof te=="object"||typeof te=="function")?te:Q}function G(Q,te){if(typeof te!="function"&&te!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof te);Q.prototype=Object.create(te&&te.prototype,{constructor:{value:Q,enumerable:!1,writable:!0,configurable:!0}}),te&&(Object.setPrototypeOf?Object.setPrototypeOf(Q,te):Q.__proto__=te)}var W=(0,g.default)("quill:clipboard"),ie="__ql-matcher",U=[[Node.TEXT_NODE,Pe],[Node.TEXT_NODE,ke],["br",de],[Node.ELEMENT_NODE,ke],[Node.ELEMENT_NODE,ne],[Node.ELEMENT_NODE,Oe],[Node.ELEMENT_NODE,J],[Node.ELEMENT_NODE,Be],["li",ve],["b",Z.bind(Z,"bold")],["i",Z.bind(Z,"italic")],["style",he]],R=[m.AlignAttribute,M.DirectionAttribute].reduce(function(Q,te){return Q[te.keyName]=te,Q},{}),A=[m.AlignStyle,k.BackgroundStyle,T.ColorStyle,M.DirectionStyle,E.FontStyle,C.SizeStyle].reduce(function(Q,te){return Q[te.keyName]=te,Q},{}),j=function(Q){G(te,Q);function te(ae,le){P(this,te);var re=q(this,(te.__proto__||Object.getPrototypeOf(te)).call(this,ae,le));return re.quill.root.addEventListener("paste",re.onPaste.bind(re)),re.container=re.quill.addContainer("ql-clipboard"),re.container.setAttribute("contenteditable",!0),re.container.setAttribute("tabindex",-1),re.matchers=[],U.concat(re.options.matchers).forEach(function($e){var me=d($e,2),be=me[0],He=me[1];!le.matchVisual&&He===Oe||re.addMatcher(be,He)}),re}return s(te,[{key:"addMatcher",value:function(le,re){this.matchers.push([le,re])}},{key:"convert",value:function(le){if(typeof le=="string")return this.container.innerHTML=le.replace(/\>\r?\n +\</g,"><"),this.convert();var re=this.quill.getFormat(this.quill.selection.savedRange.index);if(re[S.default.blotName]){var $e=this.container.innerText;return this.container.innerHTML="",new u.default().insert($e,N({},S.default.blotName,re[S.default.blotName]))}var me=this.prepareMatching(),be=d(me,2),He=be[0],je=be[1],Ne=z(this.container,He,je);return H(Ne,`
122
+ `)&&Ne.ops[Ne.ops.length-1].attributes==null&&(Ne=Ne.compose(new u.default().retain(Ne.length()-1).delete(1))),W.log("convert",this.container.innerHTML,Ne),this.container.innerHTML="",Ne}},{key:"dangerouslyPasteHTML",value:function(le,re){var $e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:v.default.sources.API;if(typeof le=="string")this.quill.setContents(this.convert(le),re),this.quill.setSelection(0,v.default.sources.SILENT);else{var me=this.convert(re);this.quill.updateContents(new u.default().retain(le).concat(me),$e),this.quill.setSelection(le+me.length(),v.default.sources.SILENT)}}},{key:"onPaste",value:function(le){var re=this;if(!(le.defaultPrevented||!this.quill.isEnabled())){var $e=this.quill.getSelection(),me=new u.default().retain($e.index),be=this.quill.scrollingContainer.scrollTop;this.container.focus(),this.quill.selection.update(v.default.sources.SILENT),setTimeout(function(){me=me.concat(re.convert()).delete($e.length),re.quill.updateContents(me,v.default.sources.USER),re.quill.setSelection(me.length()-$e.length,v.default.sources.SILENT),re.quill.scrollingContainer.scrollTop=be,re.quill.focus()},1)}}},{key:"prepareMatching",value:function(){var le=this,re=[],$e=[];return this.matchers.forEach(function(me){var be=d(me,2),He=be[0],je=be[1];switch(He){case Node.TEXT_NODE:$e.push(je);break;case Node.ELEMENT_NODE:re.push(je);break;default:[].forEach.call(le.container.querySelectorAll(He),function(Ne){Ne[ie]=Ne[ie]||[],Ne[ie].push(je)});break}}),[re,$e]}}]),te}(w.default);j.DEFAULTS={matchers:[],matchVisual:!0};function V(Q,te,ae){return(typeof te>"u"?"undefined":r(te))==="object"?Object.keys(te).reduce(function(le,re){return V(le,re,te[re])},Q):Q.reduce(function(le,re){return re.attributes&&re.attributes[te]?le.push(re):le.insert(re.insert,(0,h.default)({},N({},te,ae),re.attributes))},new u.default)}function Y(Q){if(Q.nodeType!==Node.ELEMENT_NODE)return{};var te="__ql-computed-style";return Q[te]||(Q[te]=window.getComputedStyle(Q))}function H(Q,te){for(var ae="",le=Q.ops.length-1;le>=0&&ae.length<te.length;--le){var re=Q.ops[le];if(typeof re.insert!="string")break;ae=re.insert+ae}return ae.slice(-1*te.length)===te}function B(Q){if(Q.childNodes.length===0)return!1;var te=Y(Q);return["block","list-item"].indexOf(te.display)>-1}function z(Q,te,ae){return Q.nodeType===Q.TEXT_NODE?ae.reduce(function(le,re){return re(Q,le)},new u.default):Q.nodeType===Q.ELEMENT_NODE?[].reduce.call(Q.childNodes||[],function(le,re){var $e=z(re,te,ae);return re.nodeType===Q.ELEMENT_NODE&&($e=te.reduce(function(me,be){return be(re,me)},$e),$e=(re[ie]||[]).reduce(function(me,be){return be(re,me)},$e)),le.concat($e)},new u.default):new u.default}function Z(Q,te,ae){return V(ae,Q,!0)}function J(Q,te){var ae=c.default.Attributor.Attribute.keys(Q),le=c.default.Attributor.Class.keys(Q),re=c.default.Attributor.Style.keys(Q),$e={};return ae.concat(le).concat(re).forEach(function(me){var be=c.default.query(me,c.default.Scope.ATTRIBUTE);be!=null&&($e[be.attrName]=be.value(Q),$e[be.attrName])||(be=R[me],be!=null&&(be.attrName===me||be.keyName===me)&&($e[be.attrName]=be.value(Q)||void 0),be=A[me],be!=null&&(be.attrName===me||be.keyName===me)&&(be=A[me],$e[be.attrName]=be.value(Q)||void 0))}),Object.keys($e).length>0&&(te=V(te,$e)),te}function ne(Q,te){var ae=c.default.query(Q);if(ae==null)return te;if(ae.prototype instanceof c.default.Embed){var le={},re=ae.value(Q);re!=null&&(le[ae.blotName]=re,te=new u.default().insert(le,ae.formats(Q)))}else typeof ae.formats=="function"&&(te=V(te,ae.blotName,ae.formats(Q)));return te}function de(Q,te){return H(te,`
123
123
  `)||te.insert(`
124
124
  `),te}function he(){return new u.default}function ve(Q,te){var ae=c.default.query(Q);if(ae==null||ae.blotName!=="list-item"||!H(te,`
125
125
  `))return te;for(var le=-1,re=Q.parentNode;!re.classList.contains("ql-clipboard");)(c.default.query(re)||{}).blotName==="list"&&(le+=1),re=re.parentNode;return le<=0?te:te.compose(new u.default().retain(te.length()-1).retain(1,{indent:le}))}function ke(Q,te){return H(te,`
@@ -127,7 +127,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
127
127
  `),te}function Oe(Q,te){if(B(Q)&&Q.nextElementSibling!=null&&!H(te,`
128
128
 
129
129
  `)){var ae=Q.offsetHeight+parseFloat(Y(Q).marginTop)+parseFloat(Y(Q).marginBottom);Q.nextElementSibling.offsetTop>Q.offsetTop+ae*1.5&&te.insert(`
130
- `)}return te}function Be(Q,te){var ae={},le=Q.style||{};return le.fontStyle&&Y(Q).fontStyle==="italic"&&(ae.italic=!0),le.fontWeight&&(Y(Q).fontWeight.startsWith("bold")||parseInt(Y(Q).fontWeight)>=700)&&(ae.bold=!0),Object.keys(ae).length>0&&(te=V(te,ae)),parseFloat(le.textIndent||0)>0&&(te=new u.default().insert(" ").concat(te)),te}function Pe(Q,te){var ae=Q.data;if(Q.parentNode.tagName==="O:P")return te.insert(ae.trim());if(ae.trim().length===0&&Q.parentNode.classList.contains("ql-clipboard"))return te;if(!Y(Q.parentNode).whiteSpace.startsWith("pre")){var le=function($e,me){return me=me.replace(/[^\u00a0]/g,""),me.length<1&&$e?" ":me};ae=ae.replace(/\r\n/g," ").replace(/\n/g," "),ae=ae.replace(/\s\s+/g,le.bind(le,!0)),(Q.previousSibling==null&&B(Q.parentNode)||Q.previousSibling!=null&&B(Q.previousSibling))&&(ae=ae.replace(/^\s+/,le.bind(le,!1))),(Q.nextSibling==null&&B(Q.parentNode)||Q.nextSibling!=null&&B(Q.nextSibling))&&(ae=ae.replace(/\s+$/,le.bind(le,!1)))}return te.insert(ae)}o.default=j,o.matchAttributor=J,o.matchBlot=ne,o.matchNewline=ke,o.matchSpacing=Oe,o.matchText=Pe},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(6),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return r(v,[{key:"optimize",value:function(g){d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"optimize",this).call(this,g),this.domNode.tagName!==this.statics.tagName[0]&&this.replaceWith(this.statics.blotName)}}],[{key:"create",value:function(){return d(v.__proto__||Object.getPrototypeOf(v),"create",this).call(this)}},{key:"formats",value:function(){return!0}}]),v}(f.default);c.blotName="bold",c.tagName=["STRONG","B"],o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.addControls=o.default=void 0;var r=function(){function C(O,x){var P=[],q=!0,G=!1,W=void 0;try{for(var ie=O[Symbol.iterator](),U;!(q=(U=ie.next()).done)&&(P.push(U.value),!(x&&P.length===x));q=!0);}catch(R){G=!0,W=R}finally{try{!q&&ie.return&&ie.return()}finally{if(G)throw W}}return P}return function(O,x){if(Array.isArray(O))return O;if(Symbol.iterator in Object(O))return C(O,x);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function C(O,x){for(var P=0;P<x.length;P++){var q=x[P];q.enumerable=q.enumerable||!1,q.configurable=!0,"value"in q&&(q.writable=!0),Object.defineProperty(O,q.key,q)}}return function(O,x,P){return x&&C(O.prototype,x),P&&C(O,P),O}}(),s=a(2),f=g(s),h=a(0),p=g(h),u=a(5),l=g(u),c=a(10),_=g(c),v=a(9),b=g(v);function g(C){return C&&C.__esModule?C:{default:C}}function y(C,O,x){return O in C?Object.defineProperty(C,O,{value:x,enumerable:!0,configurable:!0,writable:!0}):C[O]=x,C}function w(C,O){if(!(C instanceof O))throw new TypeError("Cannot call a class as a function")}function m(C,O){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return O&&(typeof O=="object"||typeof O=="function")?O:C}function k(C,O){if(typeof O!="function"&&O!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof O);C.prototype=Object.create(O&&O.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),O&&(Object.setPrototypeOf?Object.setPrototypeOf(C,O):C.__proto__=O)}var N=(0,_.default)("quill:toolbar"),S=function(C){k(O,C);function O(x,P){w(this,O);var q=m(this,(O.__proto__||Object.getPrototypeOf(O)).call(this,x,P));if(Array.isArray(q.options.container)){var G=document.createElement("div");M(G,q.options.container),x.container.parentNode.insertBefore(G,x.container),q.container=G}else typeof q.options.container=="string"?q.container=document.querySelector(q.options.container):q.container=q.options.container;if(!(q.container instanceof HTMLElement)){var W;return W=N.error("Container required for toolbar",q.options),m(q,W)}return q.container.classList.add("ql-toolbar"),q.controls=[],q.handlers={},Object.keys(q.options.handlers).forEach(function(ie){q.addHandler(ie,q.options.handlers[ie])}),[].forEach.call(q.container.querySelectorAll("button, select"),function(ie){q.attach(ie)}),q.quill.on(l.default.events.EDITOR_CHANGE,function(ie,U){ie===l.default.events.SELECTION_CHANGE&&q.update(U)}),q.quill.on(l.default.events.SCROLL_OPTIMIZE,function(){var ie=q.quill.selection.getRange(),U=r(ie,1),R=U[0];q.update(R)}),q}return d(O,[{key:"addHandler",value:function(P,q){this.handlers[P]=q}},{key:"attach",value:function(P){var q=this,G=[].find.call(P.classList,function(ie){return ie.indexOf("ql-")===0});if(G){if(G=G.slice(3),P.tagName==="BUTTON"&&P.setAttribute("type","button"),this.handlers[G]==null){if(this.quill.scroll.whitelist!=null&&this.quill.scroll.whitelist[G]==null){N.warn("ignoring attaching to disabled format",G,P);return}if(p.default.query(G)==null){N.warn("ignoring attaching to nonexistent format",G,P);return}}var W=P.tagName==="SELECT"?"change":"click";P.addEventListener(W,function(ie){var U=void 0;if(P.tagName==="SELECT"){if(P.selectedIndex<0)return;var R=P.options[P.selectedIndex];R.hasAttribute("selected")?U=!1:U=R.value||!1}else P.classList.contains("ql-active")?U=!1:U=P.value||!P.hasAttribute("value"),ie.preventDefault();q.quill.focus();var A=q.quill.selection.getRange(),j=r(A,1),V=j[0];if(q.handlers[G]!=null)q.handlers[G].call(q,U);else if(p.default.query(G).prototype instanceof p.default.Embed){if(U=prompt("Enter "+G),!U)return;q.quill.updateContents(new f.default().retain(V.index).delete(V.length).insert(y({},G,U)),l.default.sources.USER)}else q.quill.format(G,U,l.default.sources.USER);q.update(V)}),this.controls.push([G,P])}}},{key:"update",value:function(P){var q=P==null?{}:this.quill.getFormat(P);this.controls.forEach(function(G){var W=r(G,2),ie=W[0],U=W[1];if(U.tagName==="SELECT"){var R=void 0;if(P==null)R=null;else if(q[ie]==null)R=U.querySelector("option[selected]");else if(!Array.isArray(q[ie])){var A=q[ie];typeof A=="string"&&(A=A.replace(/\"/g,'\\"')),R=U.querySelector('option[value="'+A+'"]')}R==null?(U.value="",U.selectedIndex=-1):R.selected=!0}else if(P==null)U.classList.remove("ql-active");else if(U.hasAttribute("value")){var j=q[ie]===U.getAttribute("value")||q[ie]!=null&&q[ie].toString()===U.getAttribute("value")||q[ie]==null&&!U.getAttribute("value");U.classList.toggle("ql-active",j)}else U.classList.toggle("ql-active",q[ie]!=null)})}}]),O}(b.default);S.DEFAULTS={};function T(C,O,x){var P=document.createElement("button");P.setAttribute("type","button"),P.classList.add("ql-"+O),x!=null&&(P.value=x),C.appendChild(P)}function M(C,O){Array.isArray(O[0])||(O=[O]),O.forEach(function(x){var P=document.createElement("span");P.classList.add("ql-formats"),x.forEach(function(q){if(typeof q=="string")T(P,q);else{var G=Object.keys(q)[0],W=q[G];Array.isArray(W)?E(P,G,W):T(P,G,W)}}),C.appendChild(P)})}function E(C,O,x){var P=document.createElement("select");P.classList.add("ql-"+O),x.forEach(function(q){var G=document.createElement("option");q!==!1?G.setAttribute("value",q):G.setAttribute("selected","selected"),P.appendChild(G)}),C.appendChild(P)}S.DEFAULTS={container:null,handlers:{clean:function(){var O=this,x=this.quill.getSelection();if(x!=null)if(x.length==0){var P=this.quill.getFormat();Object.keys(P).forEach(function(q){p.default.query(q,p.default.Scope.INLINE)!=null&&O.quill.format(q,!1)})}else this.quill.removeFormat(x,l.default.sources.USER)},direction:function(O){var x=this.quill.getFormat().align;O==="rtl"&&x==null?this.quill.format("align","right",l.default.sources.USER):!O&&x==="right"&&this.quill.format("align",!1,l.default.sources.USER),this.quill.format("direction",O,l.default.sources.USER)},indent:function(O){var x=this.quill.getSelection(),P=this.quill.getFormat(x),q=parseInt(P.indent||0);if(O==="+1"||O==="-1"){var G=O==="+1"?1:-1;P.direction==="rtl"&&(G*=-1),this.quill.format("indent",q+G,l.default.sources.USER)}},link:function(O){O===!0&&(O=prompt("Enter link URL:")),this.quill.format("link",O,l.default.sources.USER)},list:function(O){var x=this.quill.getSelection(),P=this.quill.getFormat(x);O==="check"?P.list==="checked"||P.list==="unchecked"?this.quill.format("list",!1,l.default.sources.USER):this.quill.format("list","unchecked",l.default.sources.USER):this.quill.format("list",O,l.default.sources.USER)}}},o.default=S,o.addControls=M},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polyline class="ql-even ql-stroke" points="5 7 3 9 5 11"></polyline> <polyline class="ql-even ql-stroke" points="13 7 15 9 13 11"></polyline> <line class=ql-stroke x1=10 x2=8 y1=5 y2=13></line> </svg>'},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(28),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(b,g){p(this,v);var y=u(this,(v.__proto__||Object.getPrototypeOf(v)).call(this,b));return y.label.innerHTML=g,y.container.classList.add("ql-color-picker"),[].slice.call(y.container.querySelectorAll(".ql-picker-item"),0,7).forEach(function(w){w.classList.add("ql-primary")}),y}return r(v,[{key:"buildItem",value:function(g){var y=d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"buildItem",this).call(this,g);return y.style.backgroundColor=g.getAttribute("value")||"",y}},{key:"selectItem",value:function(g,y){d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"selectItem",this).call(this,g,y);var w=this.label.querySelector(".ql-color-label"),m=g&&g.getAttribute("data-value")||"";w&&(w.tagName==="line"?w.style.stroke=m:w.style.fill=m)}}]),v}(f.default);o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(28),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(b,g){p(this,v);var y=u(this,(v.__proto__||Object.getPrototypeOf(v)).call(this,b));return y.container.classList.add("ql-icon-picker"),[].forEach.call(y.container.querySelectorAll(".ql-picker-item"),function(w){w.innerHTML=g[w.getAttribute("data-value")||""]}),y.defaultItem=y.container.querySelector(".ql-selected"),y.selectItem(y.defaultItem),y}return r(v,[{key:"selectItem",value:function(g,y){d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"selectItem",this).call(this,g,y),g=g||this.defaultItem,this.label.innerHTML=g.innerHTML}}]),v}(f.default);o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function f(h,p){for(var u=0;u<p.length;u++){var l=p[u];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(h,l.key,l)}}return function(h,p,u){return p&&f(h.prototype,p),u&&f(h,u),h}}();function d(f,h){if(!(f instanceof h))throw new TypeError("Cannot call a class as a function")}var s=function(){function f(h,p){var u=this;d(this,f),this.quill=h,this.boundsContainer=p||document.body,this.root=h.addContainer("ql-tooltip"),this.root.innerHTML=this.constructor.TEMPLATE,this.quill.root===this.quill.scrollingContainer&&this.quill.root.addEventListener("scroll",function(){u.root.style.marginTop=-1*u.quill.root.scrollTop+"px"}),this.hide()}return r(f,[{key:"hide",value:function(){this.root.classList.add("ql-hidden")}},{key:"position",value:function(p){var u=p.left+p.width/2-this.root.offsetWidth/2,l=p.bottom+this.quill.root.scrollTop;this.root.style.left=u+"px",this.root.style.top=l+"px",this.root.classList.remove("ql-flip");var c=this.boundsContainer.getBoundingClientRect(),_=this.root.getBoundingClientRect(),v=0;if(_.right>c.right&&(v=c.right-_.right,this.root.style.left=u+v+"px"),_.left<c.left&&(v=c.left-_.left,this.root.style.left=u+v+"px"),_.bottom>c.bottom){var b=_.bottom-_.top,g=p.bottom-p.top+b;this.root.style.top=l-g+"px",this.root.classList.add("ql-flip")}return v}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),f}();o.default=s},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function E(C,O){var x=[],P=!0,q=!1,G=void 0;try{for(var W=C[Symbol.iterator](),ie;!(P=(ie=W.next()).done)&&(x.push(ie.value),!(O&&x.length===O));P=!0);}catch(U){q=!0,G=U}finally{try{!P&&W.return&&W.return()}finally{if(q)throw G}}return x}return function(C,O){if(Array.isArray(C))return C;if(Symbol.iterator in Object(C))return E(C,O);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function E(C,O,x){C===null&&(C=Function.prototype);var P=Object.getOwnPropertyDescriptor(C,O);if(P===void 0){var q=Object.getPrototypeOf(C);return q===null?void 0:E(q,O,x)}else{if("value"in P)return P.value;var G=P.get;return G===void 0?void 0:G.call(x)}},s=function(){function E(C,O){for(var x=0;x<O.length;x++){var P=O[x];P.enumerable=P.enumerable||!1,P.configurable=!0,"value"in P&&(P.writable=!0),Object.defineProperty(C,P.key,P)}}return function(C,O,x){return O&&E(C.prototype,O),x&&E(C,x),C}}(),f=a(3),h=w(f),p=a(8),u=w(p),l=a(43),c=w(l),_=a(27),v=w(_),b=a(15),g=a(41),y=w(g);function w(E){return E&&E.__esModule?E:{default:E}}function m(E,C){if(!(E instanceof C))throw new TypeError("Cannot call a class as a function")}function k(E,C){if(!E)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return C&&(typeof C=="object"||typeof C=="function")?C:E}function N(E,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof C);E.prototype=Object.create(C&&C.prototype,{constructor:{value:E,enumerable:!1,writable:!0,configurable:!0}}),C&&(Object.setPrototypeOf?Object.setPrototypeOf(E,C):E.__proto__=C)}var S=[[{header:["1","2","3",!1]}],["bold","italic","underline","link"],[{list:"ordered"},{list:"bullet"}],["clean"]],T=function(E){N(C,E);function C(O,x){m(this,C),x.modules.toolbar!=null&&x.modules.toolbar.container==null&&(x.modules.toolbar.container=S);var P=k(this,(C.__proto__||Object.getPrototypeOf(C)).call(this,O,x));return P.quill.container.classList.add("ql-snow"),P}return s(C,[{key:"extendToolbar",value:function(x){x.container.classList.add("ql-snow"),this.buildButtons([].slice.call(x.container.querySelectorAll("button")),y.default),this.buildPickers([].slice.call(x.container.querySelectorAll("select")),y.default),this.tooltip=new M(this.quill,this.options.bounds),x.container.querySelector(".ql-link")&&this.quill.keyboard.addBinding({key:"K",shortKey:!0},function(P,q){x.handlers.link.call(x,!q.format.link)})}}]),C}(c.default);T.DEFAULTS=(0,h.default)(!0,{},c.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(C){if(C){var O=this.quill.getSelection();if(O==null||O.length==0)return;var x=this.quill.getText(O);/^\S+@\S+\.\S+$/.test(x)&&x.indexOf("mailto:")!==0&&(x="mailto:"+x);var P=this.quill.theme.tooltip;P.edit("link",x)}else this.quill.format("link",!1)}}}}});var M=function(E){N(C,E);function C(O,x){m(this,C);var P=k(this,(C.__proto__||Object.getPrototypeOf(C)).call(this,O,x));return P.preview=P.root.querySelector("a.ql-preview"),P}return s(C,[{key:"listen",value:function(){var x=this;d(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"listen",this).call(this),this.root.querySelector("a.ql-action").addEventListener("click",function(P){x.root.classList.contains("ql-editing")?x.save():x.edit("link",x.preview.textContent),P.preventDefault()}),this.root.querySelector("a.ql-remove").addEventListener("click",function(P){if(x.linkRange!=null){var q=x.linkRange;x.restoreFocus(),x.quill.formatText(q,"link",!1,u.default.sources.USER),delete x.linkRange}P.preventDefault(),x.hide()}),this.quill.on(u.default.events.SELECTION_CHANGE,function(P,q,G){if(P!=null){if(P.length===0&&G===u.default.sources.USER){var W=x.quill.scroll.descendant(v.default,P.index),ie=r(W,2),U=ie[0],R=ie[1];if(U!=null){x.linkRange=new b.Range(P.index-R,U.length());var A=v.default.formats(U.domNode);x.preview.textContent=A,x.preview.setAttribute("href",A),x.show(),x.position(x.quill.getBounds(x.linkRange));return}}else delete x.linkRange;x.hide()}})}},{key:"show",value:function(){d(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"show",this).call(this),this.root.removeAttribute("data-mode")}}]),C}(l.BaseTooltip);M.TEMPLATE=['<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-action"></a>','<a class="ql-remove"></a>'].join(""),o.default=T},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(29),d=re(r),s=a(36),f=a(38),h=a(64),p=a(65),u=re(p),l=a(66),c=re(l),_=a(67),v=re(_),b=a(37),g=a(26),y=a(39),w=a(40),m=a(56),k=re(m),N=a(68),S=re(N),T=a(27),M=re(T),E=a(69),C=re(E),O=a(70),x=re(O),P=a(71),q=re(P),G=a(72),W=re(G),ie=a(73),U=re(ie),R=a(13),A=re(R),j=a(74),V=re(j),Y=a(75),H=re(Y),B=a(57),z=re(B),Z=a(41),J=re(Z),ne=a(28),de=re(ne),he=a(59),ve=re(he),ke=a(60),Oe=re(ke),Be=a(61),Pe=re(Be),Q=a(108),te=re(Q),ae=a(62),le=re(ae);function re($e){return $e&&$e.__esModule?$e:{default:$e}}d.default.register({"attributors/attribute/direction":f.DirectionAttribute,"attributors/class/align":s.AlignClass,"attributors/class/background":b.BackgroundClass,"attributors/class/color":g.ColorClass,"attributors/class/direction":f.DirectionClass,"attributors/class/font":y.FontClass,"attributors/class/size":w.SizeClass,"attributors/style/align":s.AlignStyle,"attributors/style/background":b.BackgroundStyle,"attributors/style/color":g.ColorStyle,"attributors/style/direction":f.DirectionStyle,"attributors/style/font":y.FontStyle,"attributors/style/size":w.SizeStyle},!0),d.default.register({"formats/align":s.AlignClass,"formats/direction":f.DirectionClass,"formats/indent":h.IndentClass,"formats/background":b.BackgroundStyle,"formats/color":g.ColorStyle,"formats/font":y.FontClass,"formats/size":w.SizeClass,"formats/blockquote":u.default,"formats/code-block":A.default,"formats/header":c.default,"formats/list":v.default,"formats/bold":k.default,"formats/code":R.Code,"formats/italic":S.default,"formats/link":M.default,"formats/script":C.default,"formats/strike":x.default,"formats/underline":q.default,"formats/image":W.default,"formats/video":U.default,"formats/list/item":_.ListItem,"modules/formula":V.default,"modules/syntax":H.default,"modules/toolbar":z.default,"themes/bubble":te.default,"themes/snow":le.default,"ui/icons":J.default,"ui/picker":de.default,"ui/icon-picker":Oe.default,"ui/color-picker":ve.default,"ui/tooltip":Pe.default},!0),o.default=d.default},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.IndentClass=void 0;var r=function(){function v(b,g){for(var y=0;y<g.length;y++){var w=g[y];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(b,w.key,w)}}return function(b,g,y){return g&&v(b.prototype,g),y&&v(b,y),b}}(),d=function v(b,g,y){b===null&&(b=Function.prototype);var w=Object.getOwnPropertyDescriptor(b,g);if(w===void 0){var m=Object.getPrototypeOf(b);return m===null?void 0:v(m,g,y)}else{if("value"in w)return w.value;var k=w.get;return k===void 0?void 0:k.call(y)}},s=a(0),f=h(s);function h(v){return v&&v.__esModule?v:{default:v}}function p(v,b){if(!(v instanceof b))throw new TypeError("Cannot call a class as a function")}function u(v,b){if(!v)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:v}function l(v,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);v.prototype=Object.create(b&&b.prototype,{constructor:{value:v,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(v,b):v.__proto__=b)}var c=function(v){l(b,v);function b(){return p(this,b),u(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return r(b,[{key:"add",value:function(y,w){if(w==="+1"||w==="-1"){var m=this.value(y)||0;w=w==="+1"?m+1:m-1}return w===0?(this.remove(y),!0):d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"add",this).call(this,y,w)}},{key:"canAdd",value:function(y,w){return d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"canAdd",this).call(this,y,w)||d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"canAdd",this).call(this,y,parseInt(w))}},{key:"value",value:function(y){return parseInt(d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"value",this).call(this,y))||void 0}}]),b}(f.default.Attributor.Class),_=new c("indent","ql-indent",{scope:f.default.Scope.BLOCK,whitelist:[1,2,3,4,5,6,7,8]});o.IndentClass=_},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(4),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="blockquote",u.tagName="blockquote",o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function c(_,v){for(var b=0;b<v.length;b++){var g=v[b];g.enumerable=g.enumerable||!1,g.configurable=!0,"value"in g&&(g.writable=!0),Object.defineProperty(_,g.key,g)}}return function(_,v,b){return v&&c(_.prototype,v),b&&c(_,b),_}}(),d=a(4),s=f(d);function f(c){return c&&c.__esModule?c:{default:c}}function h(c,_){if(!(c instanceof _))throw new TypeError("Cannot call a class as a function")}function p(c,_){if(!c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return _&&(typeof _=="object"||typeof _=="function")?_:c}function u(c,_){if(typeof _!="function"&&_!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof _);c.prototype=Object.create(_&&_.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}),_&&(Object.setPrototypeOf?Object.setPrototypeOf(c,_):c.__proto__=_)}var l=function(c){u(_,c);function _(){return h(this,_),p(this,(_.__proto__||Object.getPrototypeOf(_)).apply(this,arguments))}return r(_,null,[{key:"formats",value:function(b){return this.tagName.indexOf(b.tagName)+1}}]),_}(s.default);l.blotName="header",l.tagName=["H1","H2","H3","H4","H5","H6"],o.default=l},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.ListItem=void 0;var r=function(){function m(k,N){for(var S=0;S<N.length;S++){var T=N[S];T.enumerable=T.enumerable||!1,T.configurable=!0,"value"in T&&(T.writable=!0),Object.defineProperty(k,T.key,T)}}return function(k,N,S){return N&&m(k.prototype,N),S&&m(k,S),k}}(),d=function m(k,N,S){k===null&&(k=Function.prototype);var T=Object.getOwnPropertyDescriptor(k,N);if(T===void 0){var M=Object.getPrototypeOf(k);return M===null?void 0:m(M,N,S)}else{if("value"in T)return T.value;var E=T.get;return E===void 0?void 0:E.call(S)}},s=a(0),f=c(s),h=a(4),p=c(h),u=a(25),l=c(u);function c(m){return m&&m.__esModule?m:{default:m}}function _(m,k,N){return k in m?Object.defineProperty(m,k,{value:N,enumerable:!0,configurable:!0,writable:!0}):m[k]=N,m}function v(m,k){if(!(m instanceof k))throw new TypeError("Cannot call a class as a function")}function b(m,k){if(!m)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k&&(typeof k=="object"||typeof k=="function")?k:m}function g(m,k){if(typeof k!="function"&&k!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof k);m.prototype=Object.create(k&&k.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),k&&(Object.setPrototypeOf?Object.setPrototypeOf(m,k):m.__proto__=k)}var y=function(m){g(k,m);function k(){return v(this,k),b(this,(k.__proto__||Object.getPrototypeOf(k)).apply(this,arguments))}return r(k,[{key:"format",value:function(S,T){S===w.blotName&&!T?this.replaceWith(f.default.create(this.statics.scope)):d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"format",this).call(this,S,T)}},{key:"remove",value:function(){this.prev==null&&this.next==null?this.parent.remove():d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"remove",this).call(this)}},{key:"replaceWith",value:function(S,T){return this.parent.isolate(this.offset(this.parent),this.length()),S===this.parent.statics.blotName?(this.parent.replaceWith(S,T),this):(this.parent.unwrap(),d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"replaceWith",this).call(this,S,T))}}],[{key:"formats",value:function(S){return S.tagName===this.tagName?void 0:d(k.__proto__||Object.getPrototypeOf(k),"formats",this).call(this,S)}}]),k}(p.default);y.blotName="list-item",y.tagName="LI";var w=function(m){g(k,m),r(k,null,[{key:"create",value:function(S){var T=S==="ordered"?"OL":"UL",M=d(k.__proto__||Object.getPrototypeOf(k),"create",this).call(this,T);return(S==="checked"||S==="unchecked")&&M.setAttribute("data-checked",S==="checked"),M}},{key:"formats",value:function(S){if(S.tagName==="OL")return"ordered";if(S.tagName==="UL")return S.hasAttribute("data-checked")?S.getAttribute("data-checked")==="true"?"checked":"unchecked":"bullet"}}]);function k(N){v(this,k);var S=b(this,(k.__proto__||Object.getPrototypeOf(k)).call(this,N)),T=function(E){if(E.target.parentNode===N){var C=S.statics.formats(N),O=f.default.find(E.target);C==="checked"?O.format("list","unchecked"):C==="unchecked"&&O.format("list","checked")}};return N.addEventListener("touchstart",T),N.addEventListener("mousedown",T),S}return r(k,[{key:"format",value:function(S,T){this.children.length>0&&this.children.tail.format(S,T)}},{key:"formats",value:function(){return _({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(S,T){if(S instanceof y)d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"insertBefore",this).call(this,S,T);else{var M=T==null?this.length():T.offset(this),E=this.split(M);E.parent.insertBefore(S,E)}}},{key:"optimize",value:function(S){d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"optimize",this).call(this,S);var T=this.next;T!=null&&T.prev===this&&T.statics.blotName===this.statics.blotName&&T.domNode.tagName===this.domNode.tagName&&T.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(T.moveChildren(this),T.remove())}},{key:"replace",value:function(S){if(S.statics.blotName!==this.statics.blotName){var T=f.default.create(this.statics.defaultChild);S.moveChildren(T),this.appendChild(T)}d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"replace",this).call(this,S)}}]),k}(l.default);w.blotName="list",w.scope=f.default.Scope.BLOCK_BLOT,w.tagName=["OL","UL"],w.defaultChild="list-item",w.allowedChildren=[y],o.ListItem=y,o.default=w},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(56),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="italic",u.tagName=["EM","I"],o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(6),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return r(v,null,[{key:"create",value:function(g){return g==="super"?document.createElement("sup"):g==="sub"?document.createElement("sub"):d(v.__proto__||Object.getPrototypeOf(v),"create",this).call(this,g)}},{key:"formats",value:function(g){if(g.tagName==="SUB")return"sub";if(g.tagName==="SUP")return"super"}}]),v}(f.default);c.blotName="script",c.tagName=["SUB","SUP"],o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(6),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="strike",u.tagName="S",o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(6),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="underline",u.tagName="U",o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(w)}},s=a(0),f=p(s),h=a(27);function p(b){return b&&b.__esModule?b:{default:b}}function u(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function l(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function c(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var _=["alt","height","width"],v=function(b){c(g,b);function g(){return u(this,g),l(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"format",value:function(w,m){_.indexOf(w)>-1?m?this.domNode.setAttribute(w,m):this.domNode.removeAttribute(w):d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"format",this).call(this,w,m)}}],[{key:"create",value:function(w){var m=d(g.__proto__||Object.getPrototypeOf(g),"create",this).call(this,w);return typeof w=="string"&&m.setAttribute("src",this.sanitize(w)),m}},{key:"formats",value:function(w){return _.reduce(function(m,k){return w.hasAttribute(k)&&(m[k]=w.getAttribute(k)),m},{})}},{key:"match",value:function(w){return/\.(jpe?g|gif|png)$/.test(w)||/^data:image\/.+;base64/.test(w)}},{key:"sanitize",value:function(w){return(0,h.sanitize)(w,["http","https","data"])?w:"//:0"}},{key:"value",value:function(w){return w.getAttribute("src")}}]),g}(f.default.Embed);v.blotName="image",v.tagName="IMG",o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(w)}},s=a(4),f=a(27),h=p(f);function p(b){return b&&b.__esModule?b:{default:b}}function u(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function l(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function c(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var _=["height","width"],v=function(b){c(g,b);function g(){return u(this,g),l(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"format",value:function(w,m){_.indexOf(w)>-1?m?this.domNode.setAttribute(w,m):this.domNode.removeAttribute(w):d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"format",this).call(this,w,m)}}],[{key:"create",value:function(w){var m=d(g.__proto__||Object.getPrototypeOf(g),"create",this).call(this,w);return m.setAttribute("frameborder","0"),m.setAttribute("allowfullscreen",!0),m.setAttribute("src",this.sanitize(w)),m}},{key:"formats",value:function(w){return _.reduce(function(m,k){return w.hasAttribute(k)&&(m[k]=w.getAttribute(k)),m},{})}},{key:"sanitize",value:function(w){return h.default.sanitize(w)}},{key:"value",value:function(w){return w.getAttribute("src")}}]),g}(s.BlockEmbed);v.blotName="video",v.className="ql-video",v.tagName="IFRAME",o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.FormulaBlot=void 0;var r=function(){function w(m,k){for(var N=0;N<k.length;N++){var S=k[N];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(m,S.key,S)}}return function(m,k,N){return k&&w(m.prototype,k),N&&w(m,N),m}}(),d=function w(m,k,N){m===null&&(m=Function.prototype);var S=Object.getOwnPropertyDescriptor(m,k);if(S===void 0){var T=Object.getPrototypeOf(m);return T===null?void 0:w(T,k,N)}else{if("value"in S)return S.value;var M=S.get;return M===void 0?void 0:M.call(N)}},s=a(35),f=c(s),h=a(5),p=c(h),u=a(9),l=c(u);function c(w){return w&&w.__esModule?w:{default:w}}function _(w,m){if(!(w instanceof m))throw new TypeError("Cannot call a class as a function")}function v(w,m){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:w}function b(w,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);w.prototype=Object.create(m&&m.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(w,m):w.__proto__=m)}var g=function(w){b(m,w);function m(){return _(this,m),v(this,(m.__proto__||Object.getPrototypeOf(m)).apply(this,arguments))}return r(m,null,[{key:"create",value:function(N){var S=d(m.__proto__||Object.getPrototypeOf(m),"create",this).call(this,N);return typeof N=="string"&&(window.katex.render(N,S,{throwOnError:!1,errorColor:"#f00"}),S.setAttribute("data-value",N)),S}},{key:"value",value:function(N){return N.getAttribute("data-value")}}]),m}(f.default);g.blotName="formula",g.className="ql-formula",g.tagName="SPAN";var y=function(w){b(m,w),r(m,null,[{key:"register",value:function(){p.default.register(g,!0)}}]);function m(){_(this,m);var k=v(this,(m.__proto__||Object.getPrototypeOf(m)).call(this));if(window.katex==null)throw new Error("Formula module requires KaTeX.");return k}return m}(l.default);o.FormulaBlot=g,o.default=y},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.CodeToken=o.CodeBlock=void 0;var r=function(){function N(S,T){for(var M=0;M<T.length;M++){var E=T[M];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(S,E.key,E)}}return function(S,T,M){return T&&N(S.prototype,T),M&&N(S,M),S}}(),d=function N(S,T,M){S===null&&(S=Function.prototype);var E=Object.getOwnPropertyDescriptor(S,T);if(E===void 0){var C=Object.getPrototypeOf(S);return C===null?void 0:N(C,T,M)}else{if("value"in E)return E.value;var O=E.get;return O===void 0?void 0:O.call(M)}},s=a(0),f=v(s),h=a(5),p=v(h),u=a(9),l=v(u),c=a(13),_=v(c);function v(N){return N&&N.__esModule?N:{default:N}}function b(N,S){if(!(N instanceof S))throw new TypeError("Cannot call a class as a function")}function g(N,S){if(!N)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return S&&(typeof S=="object"||typeof S=="function")?S:N}function y(N,S){if(typeof S!="function"&&S!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof S);N.prototype=Object.create(S&&S.prototype,{constructor:{value:N,enumerable:!1,writable:!0,configurable:!0}}),S&&(Object.setPrototypeOf?Object.setPrototypeOf(N,S):N.__proto__=S)}var w=function(N){y(S,N);function S(){return b(this,S),g(this,(S.__proto__||Object.getPrototypeOf(S)).apply(this,arguments))}return r(S,[{key:"replaceWith",value:function(M){this.domNode.textContent=this.domNode.textContent,this.attach(),d(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"replaceWith",this).call(this,M)}},{key:"highlight",value:function(M){var E=this.domNode.textContent;this.cachedText!==E&&((E.trim().length>0||this.cachedText==null)&&(this.domNode.innerHTML=M(E),this.domNode.normalize(),this.attach()),this.cachedText=E)}}]),S}(_.default);w.className="ql-syntax";var m=new f.default.Attributor.Class("token","hljs",{scope:f.default.Scope.INLINE}),k=function(N){y(S,N),r(S,null,[{key:"register",value:function(){p.default.register(m,!0),p.default.register(w,!0)}}]);function S(T,M){b(this,S);var E=g(this,(S.__proto__||Object.getPrototypeOf(S)).call(this,T,M));if(typeof E.options.highlight!="function")throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var C=null;return E.quill.on(p.default.events.SCROLL_OPTIMIZE,function(){clearTimeout(C),C=setTimeout(function(){E.highlight(),C=null},E.options.interval)}),E.highlight(),E}return r(S,[{key:"highlight",value:function(){var M=this;if(!this.quill.selection.composing){this.quill.update(p.default.sources.USER);var E=this.quill.getSelection();this.quill.scroll.descendants(w).forEach(function(C){C.highlight(M.options.highlight)}),this.quill.update(p.default.sources.SILENT),E!=null&&this.quill.setSelection(E,p.default.sources.SILENT)}}}]),S}(l.default);k.DEFAULTS={highlight:function(){return window.hljs==null?null:function(N){var S=window.hljs.highlightAuto(N);return S.value}}(),interval:1e3},o.CodeBlock=w,o.CodeToken=m,o.default=k},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=13 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=9 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=14 x2=4 y1=14 y2=14></line> <line class=ql-stroke x1=12 x2=6 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=5 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=9 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=3 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=3 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <g class="ql-fill ql-color-label"> <polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon> <rect height=1 width=1 x=4 y=4></rect> <polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon> <rect height=1 width=1 x=2 y=6></rect> <rect height=1 width=1 x=3 y=5></rect> <rect height=1 width=1 x=4 y=7></rect> <polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon> <rect height=1 width=1 x=2 y=12></rect> <rect height=1 width=1 x=2 y=9></rect> <rect height=1 width=1 x=2 y=15></rect> <polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon> <rect height=1 width=1 x=3 y=8></rect> <path d=M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z></path> <path d=M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z></path> <path d=M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z></path> <rect height=1 width=1 x=12 y=2></rect> <rect height=1 width=1 x=11 y=3></rect> <path d=M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z></path> <rect height=1 width=1 x=2 y=3></rect> <rect height=1 width=1 x=6 y=2></rect> <rect height=1 width=1 x=3 y=2></rect> <rect height=1 width=1 x=5 y=3></rect> <rect height=1 width=1 x=9 y=2></rect> <rect height=1 width=1 x=15 y=14></rect> <polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon> <rect height=1 width=1 x=13 y=7></rect> <rect height=1 width=1 x=15 y=5></rect> <rect height=1 width=1 x=14 y=6></rect> <rect height=1 width=1 x=15 y=8></rect> <rect height=1 width=1 x=14 y=9></rect> <path d=M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z></path> <rect height=1 width=1 x=14 y=3></rect> <polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon> <rect height=1 width=1 x=15 y=2></rect> <rect height=1 width=1 x=12 y=5></rect> <rect height=1 width=1 x=13 y=4></rect> <polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon> <rect height=1 width=1 x=9 y=14></rect> <rect height=1 width=1 x=8 y=15></rect> <path d=M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z></path> <rect height=1 width=1 x=5 y=15></rect> <path d=M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z></path> <rect height=1 width=1 x=11 y=15></rect> <path d=M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z></path> <rect height=1 width=1 x=14 y=15></rect> <rect height=1 width=1 x=15 y=11></rect> </g> <polyline class=ql-stroke points="5.5 13 9 5 12.5 13"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=11 y2=11></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <rect class="ql-fill ql-stroke" height=3 width=3 x=4 y=5></rect> <rect class="ql-fill ql-stroke" height=3 width=3 x=11 y=5></rect> <path class="ql-even ql-fill ql-stroke" d=M7,8c0,4.031-3,5-3,5></path> <path class="ql-even ql-fill ql-stroke" d=M14,8c0,4.031-3,5-3,5></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z></path> <path class=ql-stroke d=M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z></path> </svg>'},function(e,o){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=5 x2=13 y1=3 y2=3></line> <line class=ql-stroke x1=6 x2=9.35 y1=12 y2=3></line> <line class=ql-stroke x1=11 x2=15 y1=11 y2=15></line> <line class=ql-stroke x1=15 x2=11 y1=11 y2=15></line> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=7 x=2 y=14></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-color-label ql-stroke ql-transparent" x1=3 x2=15 y1=15 y2=15></line> <polyline class=ql-stroke points="5.5 11 9 3 12.5 11"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=9 y2=9></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon> <line class="ql-stroke ql-fill" x1=15 x2=11 y1=4 y2=4></line> <path class=ql-fill d=M11,3a3,3,0,0,0,0,6h1V3H11Z></path> <rect class=ql-fill height=11 width=1 x=11 y=4></rect> <rect class=ql-fill height=11 width=1 x=13 y=4></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon> <line class="ql-stroke ql-fill" x1=9 x2=5 y1=4 y2=4></line> <path class=ql-fill d=M5,3A3,3,0,0,0,5,9H6V3H5Z></path> <rect class=ql-fill height=11 width=1 x=5 y=4></rect> <rect class=ql-fill height=11 width=1 x=7 y=4></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M14,16H4a1,1,0,0,1,0-2H14A1,1,0,0,1,14,16Z /> <path class=ql-fill d=M14,4H4A1,1,0,0,1,4,2H14A1,1,0,0,1,14,4Z /> <rect class=ql-fill x=3 y=6 width=12 height=6 rx=1 ry=1 /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M13,16H5a1,1,0,0,1,0-2h8A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H5A1,1,0,0,1,5,2h8A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=2 y=6 width=14 height=6 rx=1 ry=1 /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z /> <path class=ql-fill d=M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z /> <path class=ql-fill d=M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z /> <path class=ql-fill d=M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z /> <rect class=ql-fill x=2 y=6 width=8 height=6 rx=1 ry=1 /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z /> <path class=ql-fill d=M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z /> <path class=ql-fill d=M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=8 y=6 width=8 height=6 rx=1 ry=1 transform="translate(24 18) rotate(-180)"/> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z></path> <rect class=ql-fill height=1.6 rx=0.8 ry=0.8 width=5 x=5.15 y=6.2></rect> <path class=ql-fill d=M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z></path> </svg>'},function(e,o){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z /> </svg>'},function(e,o){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=13 y1=4 y2=4></line> <line class=ql-stroke x1=5 x2=11 y1=14 y2=14></line> <line class=ql-stroke x1=8 x2=10 y1=14 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=10 width=12 x=3 y=4></rect> <circle class=ql-fill cx=6 cy=7 r=1></circle> <polyline class="ql-even ql-fill" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="5 7 5 11 3 9 5 7"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=11 y1=7 y2=11></line> <path class="ql-even ql-stroke" d=M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z></path> <path class="ql-even ql-stroke" d=M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=7 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=7 x2=15 y1=14 y2=14></line> <line class="ql-stroke ql-thin" x1=2.5 x2=4.5 y1=5.5 y2=5.5></line> <path class=ql-fill d=M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z></path> <path class="ql-stroke ql-thin" d=M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156></path> <path class="ql-stroke ql-thin" d=M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=6 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=6 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=6 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=3 y1=4 y2=4></line> <line class=ql-stroke x1=3 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=3 y1=14 y2=14></line> </svg>'},function(e,o){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=9 x2=15 y1=4 y2=4></line> <polyline class=ql-stroke points="3 4 4 5 6 3"></polyline> <line class=ql-stroke x1=9 x2=15 y1=14 y2=14></line> <polyline class=ql-stroke points="3 14 4 15 6 13"></polyline> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="3 9 4 10 6 8"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z /> <path class=ql-fill d=M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z /> <path class=ql-fill d=M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-stroke ql-thin" x1=15.5 x2=2.5 y1=8.5 y2=9.5></line> <path class=ql-fill d=M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z></path> <path class=ql-fill d=M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3></path> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=12 x=3 y=15></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=12 width=12 x=3 y=3></rect> <rect class=ql-fill height=12 width=1 x=5 y=3></rect> <rect class=ql-fill height=12 width=1 x=12 y=3></rect> <rect class=ql-fill height=2 width=8 x=5 y=8></rect> <rect class=ql-fill height=1 width=3 x=3 y=5></rect> <rect class=ql-fill height=1 width=3 x=3 y=7></rect> <rect class=ql-fill height=1 width=3 x=3 y=10></rect> <rect class=ql-fill height=1 width=3 x=3 y=12></rect> <rect class=ql-fill height=1 width=3 x=12 y=5></rect> <rect class=ql-fill height=1 width=3 x=12 y=7></rect> <rect class=ql-fill height=1 width=3 x=12 y=10></rect> <rect class=ql-fill height=1 width=3 x=12 y=12></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polygon class=ql-stroke points="7 11 9 13 11 11 7 11"></polygon> <polygon class=ql-stroke points="7 7 9 5 11 7 7 7"></polygon> </svg>'},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.BubbleTooltip=void 0;var r=function S(T,M,E){T===null&&(T=Function.prototype);var C=Object.getOwnPropertyDescriptor(T,M);if(C===void 0){var O=Object.getPrototypeOf(T);return O===null?void 0:S(O,M,E)}else{if("value"in C)return C.value;var x=C.get;return x===void 0?void 0:x.call(E)}},d=function(){function S(T,M){for(var E=0;E<M.length;E++){var C=M[E];C.enumerable=C.enumerable||!1,C.configurable=!0,"value"in C&&(C.writable=!0),Object.defineProperty(T,C.key,C)}}return function(T,M,E){return M&&S(T.prototype,M),E&&S(T,E),T}}(),s=a(3),f=b(s),h=a(8),p=b(h),u=a(43),l=b(u),c=a(15),_=a(41),v=b(_);function b(S){return S&&S.__esModule?S:{default:S}}function g(S,T){if(!(S instanceof T))throw new TypeError("Cannot call a class as a function")}function y(S,T){if(!S)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return T&&(typeof T=="object"||typeof T=="function")?T:S}function w(S,T){if(typeof T!="function"&&T!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof T);S.prototype=Object.create(T&&T.prototype,{constructor:{value:S,enumerable:!1,writable:!0,configurable:!0}}),T&&(Object.setPrototypeOf?Object.setPrototypeOf(S,T):S.__proto__=T)}var m=[["bold","italic","link"],[{header:1},{header:2},"blockquote"]],k=function(S){w(T,S);function T(M,E){g(this,T),E.modules.toolbar!=null&&E.modules.toolbar.container==null&&(E.modules.toolbar.container=m);var C=y(this,(T.__proto__||Object.getPrototypeOf(T)).call(this,M,E));return C.quill.container.classList.add("ql-bubble"),C}return d(T,[{key:"extendToolbar",value:function(E){this.tooltip=new N(this.quill,this.options.bounds),this.tooltip.root.appendChild(E.container),this.buildButtons([].slice.call(E.container.querySelectorAll("button")),v.default),this.buildPickers([].slice.call(E.container.querySelectorAll("select")),v.default)}}]),T}(l.default);k.DEFAULTS=(0,f.default)(!0,{},l.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(T){T?this.quill.theme.tooltip.edit():this.quill.format("link",!1)}}}}});var N=function(S){w(T,S);function T(M,E){g(this,T);var C=y(this,(T.__proto__||Object.getPrototypeOf(T)).call(this,M,E));return C.quill.on(p.default.events.EDITOR_CHANGE,function(O,x,P,q){if(O===p.default.events.SELECTION_CHANGE)if(x!=null&&x.length>0&&q===p.default.sources.USER){C.show(),C.root.style.left="0px",C.root.style.width="",C.root.style.width=C.root.offsetWidth+"px";var G=C.quill.getLines(x.index,x.length);if(G.length===1)C.position(C.quill.getBounds(x));else{var W=G[G.length-1],ie=C.quill.getIndex(W),U=Math.min(W.length()-1,x.index+x.length-ie),R=C.quill.getBounds(new c.Range(ie,U));C.position(R)}}else document.activeElement!==C.textbox&&C.quill.hasFocus()&&C.hide()}),C}return d(T,[{key:"listen",value:function(){var E=this;r(T.prototype.__proto__||Object.getPrototypeOf(T.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",function(){E.root.classList.remove("ql-editing")}),this.quill.on(p.default.events.SCROLL_OPTIMIZE,function(){setTimeout(function(){if(!E.root.classList.contains("ql-hidden")){var C=E.quill.getSelection();C!=null&&E.position(E.quill.getBounds(C))}},1)})}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(E){var C=r(T.prototype.__proto__||Object.getPrototypeOf(T.prototype),"position",this).call(this,E),O=this.root.querySelector(".ql-tooltip-arrow");if(O.style.marginLeft="",C===0)return C;O.style.marginLeft=-1*C-O.offsetWidth/2+"px"}}]),T}(u.BaseTooltip);N.TEMPLATE=['<span class="ql-tooltip-arrow"></span>','<div class="ql-tooltip-editor">','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-close"></a>',"</div>"].join(""),o.BubbleTooltip=N,o.default=k},function(e,o,a){e.exports=a(63)}]).default})})(Eo);var Mf=Eo.exports;const gt=jn(Mf);var yt=-1,pt=1,ot=0;function mn(t,n,e,o){if(t===n)return t?[[ot,t]]:[];if(e!=null){var a=jf(t,n,e);if(a)return a}var r=qr(t,n),d=t.substring(0,r);t=t.substring(r),n=n.substring(r),r=Fr(t,n);var s=t.substring(t.length-r);t=t.substring(0,t.length-r),n=n.substring(0,n.length-r);var f=Pf(t,n);return d&&f.unshift([ot,d]),s&&f.push([ot,s]),To(f,o),f}function Pf(t,n){var e;if(!t)return[[pt,n]];if(!n)return[[yt,t]];var o=t.length>n.length?t:n,a=t.length>n.length?n:t,r=o.indexOf(a);if(r!==-1)return e=[[pt,o.substring(0,r)],[ot,a],[pt,o.substring(r+a.length)]],t.length>n.length&&(e[0][0]=e[2][0]=yt),e;if(a.length===1)return[[yt,t],[pt,n]];var d=Lf(t,n);if(d){var s=d[0],f=d[1],h=d[2],p=d[3],u=d[4],l=mn(s,h),c=mn(f,p);return l.concat([[ot,u]],c)}return Bf(t,n)}function Bf(t,n){for(var e=t.length,o=n.length,a=Math.ceil((e+o)/2),r=a,d=2*a,s=new Array(d),f=new Array(d),h=0;h<d;h++)s[h]=-1,f[h]=-1;s[r+1]=0,f[r+1]=0;for(var p=e-o,u=p%2!==0,l=0,c=0,_=0,v=0,b=0;b<a;b++){for(var g=-b+l;g<=b-c;g+=2){var y=r+g,w;g===-b||g!==b&&s[y-1]<s[y+1]?w=s[y+1]:w=s[y-1]+1;for(var m=w-g;w<e&&m<o&&t.charAt(w)===n.charAt(m);)w++,m++;if(s[y]=w,w>e)c+=2;else if(m>o)l+=2;else if(u){var k=r+p-g;if(k>=0&&k<d&&f[k]!==-1){var N=e-f[k];if(w>=N)return So(t,n,w,m)}}}for(var S=-b+_;S<=b-v;S+=2){var k=r+S,N;S===-b||S!==b&&f[k-1]<f[k+1]?N=f[k+1]:N=f[k-1]+1;for(var T=N-S;N<e&&T<o&&t.charAt(e-N-1)===n.charAt(o-T-1);)N++,T++;if(f[k]=N,N>e)v+=2;else if(T>o)_+=2;else if(!u){var y=r+p-S;if(y>=0&&y<d&&s[y]!==-1){var w=s[y],m=r+w-y;if(N=e-N,w>=N)return So(t,n,w,m)}}}}return[[yt,t],[pt,n]]}function So(t,n,e,o){var a=t.substring(0,e),r=n.substring(0,o),d=t.substring(e),s=n.substring(o),f=mn(a,r),h=mn(d,s);return f.concat(h)}function qr(t,n){if(!t||!n||t.charAt(0)!==n.charAt(0))return 0;for(var e=0,o=Math.min(t.length,n.length),a=o,r=0;e<a;)t.substring(r,a)==n.substring(r,a)?(e=a,r=e):o=a,a=Math.floor((o-e)/2+e);return No(t.charCodeAt(a-1))&&a--,a}function Fr(t,n){if(!t||!n||t.slice(-1)!==n.slice(-1))return 0;for(var e=0,o=Math.min(t.length,n.length),a=o,r=0;e<a;)t.substring(t.length-a,t.length-r)==n.substring(n.length-a,n.length-r)?(e=a,r=e):o=a,a=Math.floor((o-e)/2+e);return xo(t.charCodeAt(t.length-a))&&a--,a}function Lf(t,n){var e=t.length>n.length?t:n,o=t.length>n.length?n:t;if(e.length<4||o.length*2<e.length)return null;function a(c,_,v){for(var b=c.substring(v,v+Math.floor(c.length/4)),g=-1,y="",w,m,k,N;(g=_.indexOf(b,g+1))!==-1;){var S=qr(c.substring(v),_.substring(g)),T=Fr(c.substring(0,v),_.substring(0,g));y.length<T+S&&(y=_.substring(g-T,g)+_.substring(g,g+S),w=c.substring(0,v-T),m=c.substring(v+S),k=_.substring(0,g-T),N=_.substring(g+S))}return y.length*2>=c.length?[w,m,k,N,y]:null}var r=a(e,o,Math.ceil(e.length/4)),d=a(e,o,Math.ceil(e.length/2)),s;if(!r&&!d)return null;d?r?s=r[4].length>d[4].length?r:d:s=d:s=r;var f,h,p,u;t.length>n.length?(f=s[0],h=s[1],p=s[2],u=s[3]):(p=s[0],u=s[1],f=s[2],h=s[3]);var l=s[4];return[f,h,p,u,l]}function To(t,n){t.push([ot,""]);for(var e=0,o=0,a=0,r="",d="",s;e<t.length;){if(e<t.length-1&&!t[e][1]){t.splice(e,1);continue}switch(t[e][0]){case pt:a++,d+=t[e][1],e++;break;case yt:o++,r+=t[e][1],e++;break;case ot:var f=e-a-o-1;if(n){if(f>=0&&Do(t[f][1])){var h=t[f][1].slice(-1);if(t[f][1]=t[f][1].slice(0,-1),r=h+r,d=h+d,!t[f][1]){t.splice(f,1),e--;var p=f-1;t[p]&&t[p][0]===pt&&(a++,d=t[p][1]+d,p--),t[p]&&t[p][0]===yt&&(o++,r=t[p][1]+r,p--),f=p}}if(Ao(t[e][1])){var h=t[e][1].charAt(0);t[e][1]=t[e][1].slice(1),r+=h,d+=h}}if(e<t.length-1&&!t[e][1]){t.splice(e,1);break}if(r.length>0||d.length>0){r.length>0&&d.length>0&&(s=qr(d,r),s!==0&&(f>=0?t[f][1]+=d.substring(0,s):(t.splice(0,0,[ot,d.substring(0,s)]),e++),d=d.substring(s),r=r.substring(s)),s=Fr(d,r),s!==0&&(t[e][1]=d.substring(d.length-s)+t[e][1],d=d.substring(0,d.length-s),r=r.substring(0,r.length-s)));var u=a+o;r.length===0&&d.length===0?(t.splice(e-u,u),e=e-u):r.length===0?(t.splice(e-u,u,[pt,d]),e=e-u+1):d.length===0?(t.splice(e-u,u,[yt,r]),e=e-u+1):(t.splice(e-u,u,[yt,r],[pt,d]),e=e-u+2)}e!==0&&t[e-1][0]===ot?(t[e-1][1]+=t[e][1],t.splice(e,1)):e++,a=0,o=0,r="",d="";break}}t[t.length-1][1]===""&&t.pop();var l=!1;for(e=1;e<t.length-1;)t[e-1][0]===ot&&t[e+1][0]===ot&&(t[e][1].substring(t[e][1].length-t[e-1][1].length)===t[e-1][1]?(t[e][1]=t[e-1][1]+t[e][1].substring(0,t[e][1].length-t[e-1][1].length),t[e+1][1]=t[e-1][1]+t[e+1][1],t.splice(e-1,1),l=!0):t[e][1].substring(0,t[e+1][1].length)==t[e+1][1]&&(t[e-1][1]+=t[e+1][1],t[e][1]=t[e][1].substring(t[e+1][1].length)+t[e+1][1],t.splice(e+1,1),l=!0)),e++;l&&To(t,n)}function No(t){return t>=55296&&t<=56319}function xo(t){return t>=56320&&t<=57343}function Ao(t){return xo(t.charCodeAt(0))}function Do(t){return No(t.charCodeAt(t.length-1))}function Rf(t){for(var n=[],e=0;e<t.length;e++)t[e][1].length>0&&n.push(t[e]);return n}function Hr(t,n,e,o){return Do(t)||Ao(o)?null:Rf([[ot,t],[yt,n],[pt,e],[ot,o]])}function jf(t,n,e){var o=typeof e=="number"?{index:e,length:0}:e.oldRange,a=typeof e=="number"?null:e.newRange,r=t.length,d=n.length;if(o.length===0&&(a===null||a.length===0)){var s=o.index,f=t.slice(0,s),h=t.slice(s),p=a?a.index:null;e:{var u=s+d-r;if(p!==null&&p!==u||u<0||u>d)break e;var l=n.slice(0,u),c=n.slice(u);if(c!==h)break e;var _=Math.min(s,u),v=f.slice(0,_),b=l.slice(0,_);if(v!==b)break e;var g=f.slice(_),y=l.slice(_);return Hr(v,g,y,h)}e:{if(p!==null&&p!==s)break e;var w=s,l=n.slice(0,w),c=n.slice(w);if(l!==f)break e;var m=Math.min(r-w,d-w),k=h.slice(h.length-m),N=c.slice(c.length-m);if(k!==N)break e;var g=h.slice(0,h.length-m),y=c.slice(0,c.length-m);return Hr(f,g,y,k)}}if(o.length>0&&a&&a.length===0)e:{var v=t.slice(0,o.index),k=t.slice(o.index+o.length),_=v.length,m=k.length;if(d<_+m)break e;var b=n.slice(0,_),N=n.slice(d-m);if(v!==b||k!==N)break e;var g=t.slice(_,r-m),y=n.slice(_,d-m);return Hr(v,g,y,k)}return null}function Wn(t,n,e){return mn(t,n,e,!0)}Wn.INSERT=pt,Wn.DELETE=yt,Wn.EQUAL=ot;var Vf=Wn,Zn={exports:{}};Zn.exports,function(t,n){var e=200,o="__lodash_hash_undefined__",a=9007199254740991,r="[object Arguments]",d="[object Array]",s="[object Boolean]",f="[object Date]",h="[object Error]",p="[object Function]",u="[object GeneratorFunction]",l="[object Map]",c="[object Number]",_="[object Object]",v="[object Promise]",b="[object RegExp]",g="[object Set]",y="[object String]",w="[object Symbol]",m="[object WeakMap]",k="[object ArrayBuffer]",N="[object DataView]",S="[object Float32Array]",T="[object Float64Array]",M="[object Int8Array]",E="[object Int16Array]",C="[object Int32Array]",O="[object Uint8Array]",x="[object Uint8ClampedArray]",P="[object Uint16Array]",q="[object Uint32Array]",G=/[\\^$.*+?()[\]{}|]/g,W=/\w*$/,ie=/^\[object .+?Constructor\]$/,U=/^(?:0|[1-9]\d*)$/,R={};R[r]=R[d]=R[k]=R[N]=R[s]=R[f]=R[S]=R[T]=R[M]=R[E]=R[C]=R[l]=R[c]=R[_]=R[b]=R[g]=R[y]=R[w]=R[O]=R[x]=R[P]=R[q]=!0,R[h]=R[p]=R[m]=!1;var A=typeof qe=="object"&&qe&&qe.Object===Object&&qe,j=typeof self=="object"&&self&&self.Object===Object&&self,V=A||j||Function("return this")(),Y=n&&!n.nodeType&&n,H=Y&&!0&&t&&!t.nodeType&&t,B=H&&H.exports===Y;function z($,D){return $.set(D[0],D[1]),$}function Z($,D){return $.add(D),$}function J($,D){for(var F=-1,ee=$?$.length:0;++F<ee&&D($[F],F,$)!==!1;);return $}function ne($,D){for(var F=-1,ee=D.length,we=$.length;++F<ee;)$[we+F]=D[F];return $}function de($,D,F,ee){var we=-1,fe=$?$.length:0;for(ee&&fe&&(F=$[++we]);++we<fe;)F=D(F,$[we],we,$);return F}function he($,D){for(var F=-1,ee=Array($);++F<$;)ee[F]=D(F);return ee}function ve($,D){return $==null?void 0:$[D]}function ke($){var D=!1;if($!=null&&typeof $.toString!="function")try{D=!!($+"")}catch{}return D}function Oe($){var D=-1,F=Array($.size);return $.forEach(function(ee,we){F[++D]=[we,ee]}),F}function Be($,D){return function(F){return $(D(F))}}function Pe($){var D=-1,F=Array($.size);return $.forEach(function(ee){F[++D]=ee}),F}var Q=Array.prototype,te=Function.prototype,ae=Object.prototype,le=V["__core-js_shared__"],re=function(){var $=/[^.]+$/.exec(le&&le.keys&&le.keys.IE_PROTO||"");return $?"Symbol(src)_1."+$:""}(),$e=te.toString,me=ae.hasOwnProperty,be=ae.toString,He=RegExp("^"+$e.call(me).replace(G,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=B?V.Buffer:void 0,xe=V.Symbol,vt=V.Uint8Array,Ee=Be(Object.getPrototypeOf,Object),tt=Object.create,Ht=ae.propertyIsEnumerable,vn=Q.splice,zt=Object.getOwnPropertySymbols,De=je?je.isBuffer:void 0,Bt=Be(Object.keys,Object),bt=mt(V,"DataView"),St=mt(V,"Map"),We=mt(V,"Promise"),_t=mt(V,"Set"),nt=mt(V,"WeakMap"),Tt=mt(Object,"create"),Ut=rt(bt),I=rt(St),L=rt(We),K=rt(_t),X=rt(nt),oe=xe?xe.prototype:void 0,se=oe?oe.valueOf:void 0;function ye($){var D=-1,F=$?$.length:0;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function ue(){this.__data__=Tt?Tt(null):{}}function Ce($){return this.has($)&&delete this.__data__[$]}function ce($){var D=this.__data__;if(Tt){var F=D[$];return F===o?void 0:F}return me.call(D,$)?D[$]:void 0}function ge($){var D=this.__data__;return Tt?D[$]!==void 0:me.call(D,$)}function Te($,D){var F=this.__data__;return F[$]=Tt&&D===void 0?o:D,this}ye.prototype.clear=ue,ye.prototype.delete=Ce,ye.prototype.get=ce,ye.prototype.has=ge,ye.prototype.set=Te;function Me($){var D=-1,F=$?$.length:0;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function Ke(){this.__data__=[]}function Nt($){var D=this.__data__,F=tn(D,$);if(F<0)return!1;var ee=D.length-1;return F==ee?D.pop():vn.call(D,F,1),!0}function $t($){var D=this.__data__,F=tn(D,$);return F<0?void 0:D[F][1]}function bn($){return tn(this.__data__,$)>-1}function Kt($,D){var F=this.__data__,ee=tn(F,$);return ee<0?F.push([$,D]):F[ee][1]=D,this}Me.prototype.clear=Ke,Me.prototype.delete=Nt,Me.prototype.get=$t,Me.prototype.has=bn,Me.prototype.set=Kt;function ze($){var D=-1,F=$?$.length:0;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function _n(){this.__data__={hash:new ye,map:new(St||Me),string:new ye}}function $n($){return Yt(this,$).delete($)}function wn($){return Yt(this,$).get($)}function kn($){return Yt(this,$).has($)}function Cn($,D){return Yt(this,$).set($,D),this}ze.prototype.clear=_n,ze.prototype.delete=$n,ze.prototype.get=wn,ze.prototype.has=kn,ze.prototype.set=Cn;function Ze($){this.__data__=new Me($)}function On(){this.__data__=new Me}function Yr($){return this.__data__.delete($)}function Wr($){return this.__data__.get($)}function Zr($){return this.__data__.has($)}function Jr($,D){var F=this.__data__;if(F instanceof Me){var ee=F.__data__;if(!St||ee.length<e-1)return ee.push([$,D]),this;F=this.__data__=new ze(ee)}return F.set($,D),this}Ze.prototype.clear=On,Ze.prototype.delete=Yr,Ze.prototype.get=Wr,Ze.prototype.has=Zr,Ze.prototype.set=Jr;function en($,D){var F=Nn($)||rn($)?he($.length,String):[],ee=F.length,we=!!ee;for(var fe in $)(D||me.call($,fe))&&!(we&&(fe=="length"||ui(fe,ee)))&&F.push(fe);return F}function nr($,D,F){var ee=$[D];(!(me.call($,D)&&lr(ee,F))||F===void 0&&!(D in $))&&($[D]=F)}function tn($,D){for(var F=$.length;F--;)if(lr($[F][0],D))return F;return-1}function wt($,D){return $&&Tn(D,An(D),$)}function En($,D,F,ee,we,fe,Se){var Ne;if(ee&&(Ne=fe?ee($,we,fe,Se):ee($)),Ne!==void 0)return Ne;if(!Ct($))return $;var Ve=Nn($);if(Ve){if(Ne=di($),!D)return ai($,Ne)}else{var Ie=At($),Je=Ie==p||Ie==u;if(sr($))return nn($,D);if(Ie==_||Ie==r||Je&&!fe){if(ke($))return fe?$:{};if(Ne=kt(Je?{}:$),!D)return li($,wt(Ne,$))}else{if(!R[Ie])return fe?$:{};Ne=ci($,Ie,En,D)}}Se||(Se=new Ze);var lt=Se.get($);if(lt)return lt;if(Se.set($,Ne),!Ve)var Fe=F?si($):An($);return J(Fe||$,function(Xe,Ge){Fe&&(Ge=Xe,Xe=$[Ge]),nr(Ne,Ge,En(Xe,D,F,ee,Ge,$,Se))}),Ne}function Xr($){return Ct($)?tt($):{}}function Qr($,D,F){var ee=D($);return Nn($)?ee:ne(ee,F($))}function ei($){return be.call($)}function ti($){if(!Ct($)||hi($))return!1;var D=xn($)||ke($)?He:ie;return D.test(rt($))}function ni($){if(!or($))return Bt($);var D=[];for(var F in Object($))me.call($,F)&&F!="constructor"&&D.push(F);return D}function nn($,D){if(D)return $.slice();var F=new $.constructor($.length);return $.copy(F),F}function Sn($){var D=new $.constructor($.byteLength);return new vt(D).set(new vt($)),D}function Gt($,D){var F=D?Sn($.buffer):$.buffer;return new $.constructor(F,$.byteOffset,$.byteLength)}function rr($,D,F){var ee=D?F(Oe($),!0):Oe($);return de(ee,z,new $.constructor)}function ir($){var D=new $.constructor($.source,W.exec($));return D.lastIndex=$.lastIndex,D}function ri($,D,F){var ee=D?F(Pe($),!0):Pe($);return de(ee,Z,new $.constructor)}function ii($){return se?Object(se.call($)):{}}function oi($,D){var F=D?Sn($.buffer):$.buffer;return new $.constructor(F,$.byteOffset,$.length)}function ai($,D){var F=-1,ee=$.length;for(D||(D=Array(ee));++F<ee;)D[F]=$[F];return D}function Tn($,D,F,ee){F||(F={});for(var we=-1,fe=D.length;++we<fe;){var Se=D[we],Ne=ee?ee(F[Se],$[Se],Se,F,$):void 0;nr(F,Se,Ne===void 0?$[Se]:Ne)}return F}function li($,D){return Tn($,xt($),D)}function si($){return Qr($,An,xt)}function Yt($,D){var F=$.__data__;return fi(D)?F[typeof D=="string"?"string":"hash"]:F.map}function mt($,D){var F=ve($,D);return ti(F)?F:void 0}var xt=zt?Be(zt,Object):mi,At=ei;(bt&&At(new bt(new ArrayBuffer(1)))!=N||St&&At(new St)!=l||We&&At(We.resolve())!=v||_t&&At(new _t)!=g||nt&&At(new nt)!=m)&&(At=function($){var D=be.call($),F=D==_?$.constructor:void 0,ee=F?rt(F):void 0;if(ee)switch(ee){case Ut:return N;case I:return l;case L:return v;case K:return g;case X:return m}return D});function di($){var D=$.length,F=$.constructor(D);return D&&typeof $[0]=="string"&&me.call($,"index")&&(F.index=$.index,F.input=$.input),F}function kt($){return typeof $.constructor=="function"&&!or($)?Xr(Ee($)):{}}function ci($,D,F,ee){var we=$.constructor;switch(D){case k:return Sn($);case s:case f:return new we(+$);case N:return Gt($,ee);case S:case T:case M:case E:case C:case O:case x:case P:case q:return oi($,ee);case l:return rr($,ee,F);case c:case y:return new we($);case b:return ir($);case g:return ri($,ee,F);case w:return ii($)}}function ui($,D){return D=D??a,!!D&&(typeof $=="number"||U.test($))&&$>-1&&$%1==0&&$<D}function fi($){var D=typeof $;return D=="string"||D=="number"||D=="symbol"||D=="boolean"?$!=="__proto__":$===null}function hi($){return!!re&&re in $}function or($){var D=$&&$.constructor,F=typeof D=="function"&&D.prototype||ae;return $===F}function rt($){if($!=null){try{return $e.call($)}catch{}try{return $+""}catch{}}return""}function ar($){return En($,!0,!0)}function lr($,D){return $===D||$!==$&&D!==D}function rn($){return pi($)&&me.call($,"callee")&&(!Ht.call($,"callee")||be.call($)==r)}var Nn=Array.isArray;function on($){return $!=null&&dr($.length)&&!xn($)}function pi($){return cr($)&&on($)}var sr=De||gi;function xn($){var D=Ct($)?be.call($):"";return D==p||D==u}function dr($){return typeof $=="number"&&$>-1&&$%1==0&&$<=a}function Ct($){var D=typeof $;return!!$&&(D=="object"||D=="function")}function cr($){return!!$&&typeof $=="object"}function An($){return on($)?en($):ni($)}function mi(){return[]}function gi(){return!1}t.exports=ar}(Zn,Zn.exports);var Io=Zn.exports,Jn={exports:{}};Jn.exports,function(t,n){var e=200,o="__lodash_hash_undefined__",a=1,r=2,d=9007199254740991,s="[object Arguments]",f="[object Array]",h="[object AsyncFunction]",p="[object Boolean]",u="[object Date]",l="[object Error]",c="[object Function]",_="[object GeneratorFunction]",v="[object Map]",b="[object Number]",g="[object Null]",y="[object Object]",w="[object Promise]",m="[object Proxy]",k="[object RegExp]",N="[object Set]",S="[object String]",T="[object Symbol]",M="[object Undefined]",E="[object WeakMap]",C="[object ArrayBuffer]",O="[object DataView]",x="[object Float32Array]",P="[object Float64Array]",q="[object Int8Array]",G="[object Int16Array]",W="[object Int32Array]",ie="[object Uint8Array]",U="[object Uint8ClampedArray]",R="[object Uint16Array]",A="[object Uint32Array]",j=/[\\^$.*+?()[\]{}|]/g,V=/^\[object .+?Constructor\]$/,Y=/^(?:0|[1-9]\d*)$/,H={};H[x]=H[P]=H[q]=H[G]=H[W]=H[ie]=H[U]=H[R]=H[A]=!0,H[s]=H[f]=H[C]=H[p]=H[O]=H[u]=H[l]=H[c]=H[v]=H[b]=H[y]=H[k]=H[N]=H[S]=H[E]=!1;var B=typeof qe=="object"&&qe&&qe.Object===Object&&qe,z=typeof self=="object"&&self&&self.Object===Object&&self,Z=B||z||Function("return this")(),J=n&&!n.nodeType&&n,ne=J&&!0&&t&&!t.nodeType&&t,de=ne&&ne.exports===J,he=de&&B.process,ve=function(){try{return he&&he.binding&&he.binding("util")}catch{}}(),ke=ve&&ve.isTypedArray;function Oe($,D){for(var F=-1,ee=$==null?0:$.length,we=0,fe=[];++F<ee;){var Se=$[F];D(Se,F,$)&&(fe[we++]=Se)}return fe}function Be($,D){for(var F=-1,ee=D.length,we=$.length;++F<ee;)$[we+F]=D[F];return $}function Pe($,D){for(var F=-1,ee=$==null?0:$.length;++F<ee;)if(D($[F],F,$))return!0;return!1}function Q($,D){for(var F=-1,ee=Array($);++F<$;)ee[F]=D(F);return ee}function te($){return function(D){return $(D)}}function ae($,D){return $.has(D)}function le($,D){return $==null?void 0:$[D]}function re($){var D=-1,F=Array($.size);return $.forEach(function(ee,we){F[++D]=[we,ee]}),F}function $e($,D){return function(F){return $(D(F))}}function me($){var D=-1,F=Array($.size);return $.forEach(function(ee){F[++D]=ee}),F}var be=Array.prototype,He=Function.prototype,je=Object.prototype,xe=Z["__core-js_shared__"],vt=He.toString,Ee=je.hasOwnProperty,tt=function(){var $=/[^.]+$/.exec(xe&&xe.keys&&xe.keys.IE_PROTO||"");return $?"Symbol(src)_1."+$:""}(),Ht=je.toString,vn=RegExp("^"+vt.call(Ee).replace(j,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),zt=de?Z.Buffer:void 0,De=Z.Symbol,Bt=Z.Uint8Array,bt=je.propertyIsEnumerable,St=be.splice,We=De?De.toStringTag:void 0,_t=Object.getOwnPropertySymbols,nt=zt?zt.isBuffer:void 0,Tt=$e(Object.keys,Object),Ut=xt(Z,"DataView"),I=xt(Z,"Map"),L=xt(Z,"Promise"),K=xt(Z,"Set"),X=xt(Z,"WeakMap"),oe=xt(Object,"create"),se=rt(Ut),ye=rt(I),ue=rt(L),Ce=rt(K),ce=rt(X),ge=De?De.prototype:void 0,Te=ge?ge.valueOf:void 0;function Me($){var D=-1,F=$==null?0:$.length;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function Ke(){this.__data__=oe?oe(null):{},this.size=0}function Nt($){var D=this.has($)&&delete this.__data__[$];return this.size-=D?1:0,D}function $t($){var D=this.__data__;if(oe){var F=D[$];return F===o?void 0:F}return Ee.call(D,$)?D[$]:void 0}function bn($){var D=this.__data__;return oe?D[$]!==void 0:Ee.call(D,$)}function Kt($,D){var F=this.__data__;return this.size+=this.has($)?0:1,F[$]=oe&&D===void 0?o:D,this}Me.prototype.clear=Ke,Me.prototype.delete=Nt,Me.prototype.get=$t,Me.prototype.has=bn,Me.prototype.set=Kt;function ze($){var D=-1,F=$==null?0:$.length;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function _n(){this.__data__=[],this.size=0}function $n($){var D=this.__data__,F=nn(D,$);if(F<0)return!1;var ee=D.length-1;return F==ee?D.pop():St.call(D,F,1),--this.size,!0}function wn($){var D=this.__data__,F=nn(D,$);return F<0?void 0:D[F][1]}function kn($){return nn(this.__data__,$)>-1}function Cn($,D){var F=this.__data__,ee=nn(F,$);return ee<0?(++this.size,F.push([$,D])):F[ee][1]=D,this}ze.prototype.clear=_n,ze.prototype.delete=$n,ze.prototype.get=wn,ze.prototype.has=kn,ze.prototype.set=Cn;function Ze($){var D=-1,F=$==null?0:$.length;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function On(){this.size=0,this.__data__={hash:new Me,map:new(I||ze),string:new Me}}function Yr($){var D=mt(this,$).delete($);return this.size-=D?1:0,D}function Wr($){return mt(this,$).get($)}function Zr($){return mt(this,$).has($)}function Jr($,D){var F=mt(this,$),ee=F.size;return F.set($,D),this.size+=F.size==ee?0:1,this}Ze.prototype.clear=On,Ze.prototype.delete=Yr,Ze.prototype.get=Wr,Ze.prototype.has=Zr,Ze.prototype.set=Jr;function en($){var D=-1,F=$==null?0:$.length;for(this.__data__=new Ze;++D<F;)this.add($[D])}function nr($){return this.__data__.set($,o),this}function tn($){return this.__data__.has($)}en.prototype.add=en.prototype.push=nr,en.prototype.has=tn;function wt($){var D=this.__data__=new ze($);this.size=D.size}function En(){this.__data__=new ze,this.size=0}function Xr($){var D=this.__data__,F=D.delete($);return this.size=D.size,F}function Qr($){return this.__data__.get($)}function ei($){return this.__data__.has($)}function ti($,D){var F=this.__data__;if(F instanceof ze){var ee=F.__data__;if(!I||ee.length<e-1)return ee.push([$,D]),this.size=++F.size,this;F=this.__data__=new Ze(ee)}return F.set($,D),this.size=F.size,this}wt.prototype.clear=En,wt.prototype.delete=Xr,wt.prototype.get=Qr,wt.prototype.has=ei,wt.prototype.set=ti;function ni($,D){var F=rn($),ee=!F&&lr($),we=!F&&!ee&&on($),fe=!F&&!ee&&!we&&cr($),Se=F||ee||we||fe,Ne=Se?Q($.length,String):[],Ve=Ne.length;for(var Ie in $)(D||Ee.call($,Ie))&&!(Se&&(Ie=="length"||we&&(Ie=="offset"||Ie=="parent")||fe&&(Ie=="buffer"||Ie=="byteLength"||Ie=="byteOffset")||ci(Ie,Ve)))&&Ne.push(Ie);return Ne}function nn($,D){for(var F=$.length;F--;)if(ar($[F][0],D))return F;return-1}function Sn($,D,F){var ee=D($);return rn($)?ee:Be(ee,F($))}function Gt($){return $==null?$===void 0?M:g:We&&We in Object($)?At($):or($)}function rr($){return Ct($)&&Gt($)==s}function ir($,D,F,ee,we){return $===D?!0:$==null||D==null||!Ct($)&&!Ct(D)?$!==$&&D!==D:ri($,D,F,ee,ir,we)}function ri($,D,F,ee,we,fe){var Se=rn($),Ne=rn(D),Ve=Se?f:kt($),Ie=Ne?f:kt(D);Ve=Ve==s?y:Ve,Ie=Ie==s?y:Ie;var Je=Ve==y,lt=Ie==y,Fe=Ve==Ie;if(Fe&&on($)){if(!on(D))return!1;Se=!0,Je=!1}if(Fe&&!Je)return fe||(fe=new wt),Se||cr($)?Tn($,D,F,ee,we,fe):li($,D,Ve,F,ee,we,fe);if(!(F&a)){var Xe=Je&&Ee.call($,"__wrapped__"),Ge=lt&&Ee.call(D,"__wrapped__");if(Xe||Ge){var Lt=Xe?$.value():$,Dt=Ge?D.value():D;return fe||(fe=new wt),we(Lt,Dt,F,ee,fe)}}return Fe?(fe||(fe=new wt),si($,D,F,ee,we,fe)):!1}function ii($){if(!dr($)||fi($))return!1;var D=sr($)?vn:V;return D.test(rt($))}function oi($){return Ct($)&&xn($.length)&&!!H[Gt($)]}function ai($){if(!hi($))return Tt($);var D=[];for(var F in Object($))Ee.call($,F)&&F!="constructor"&&D.push(F);return D}function Tn($,D,F,ee,we,fe){var Se=F&a,Ne=$.length,Ve=D.length;if(Ne!=Ve&&!(Se&&Ve>Ne))return!1;var Ie=fe.get($);if(Ie&&fe.get(D))return Ie==D;var Je=-1,lt=!0,Fe=F&r?new en:void 0;for(fe.set($,D),fe.set(D,$);++Je<Ne;){var Xe=$[Je],Ge=D[Je];if(ee)var Lt=Se?ee(Ge,Xe,Je,D,$,fe):ee(Xe,Ge,Je,$,D,fe);if(Lt!==void 0){if(Lt)continue;lt=!1;break}if(Fe){if(!Pe(D,function(Dt,Wt){if(!ae(Fe,Wt)&&(Xe===Dt||we(Xe,Dt,F,ee,fe)))return Fe.push(Wt)})){lt=!1;break}}else if(!(Xe===Ge||we(Xe,Ge,F,ee,fe))){lt=!1;break}}return fe.delete($),fe.delete(D),lt}function li($,D,F,ee,we,fe,Se){switch(F){case O:if($.byteLength!=D.byteLength||$.byteOffset!=D.byteOffset)return!1;$=$.buffer,D=D.buffer;case C:return!($.byteLength!=D.byteLength||!fe(new Bt($),new Bt(D)));case p:case u:case b:return ar(+$,+D);case l:return $.name==D.name&&$.message==D.message;case k:case S:return $==D+"";case v:var Ne=re;case N:var Ve=ee&a;if(Ne||(Ne=me),$.size!=D.size&&!Ve)return!1;var Ie=Se.get($);if(Ie)return Ie==D;ee|=r,Se.set($,D);var Je=Tn(Ne($),Ne(D),ee,we,fe,Se);return Se.delete($),Je;case T:if(Te)return Te.call($)==Te.call(D)}return!1}function si($,D,F,ee,we,fe){var Se=F&a,Ne=Yt($),Ve=Ne.length,Ie=Yt(D),Je=Ie.length;if(Ve!=Je&&!Se)return!1;for(var lt=Ve;lt--;){var Fe=Ne[lt];if(!(Se?Fe in D:Ee.call(D,Fe)))return!1}var Xe=fe.get($);if(Xe&&fe.get(D))return Xe==D;var Ge=!0;fe.set($,D),fe.set(D,$);for(var Lt=Se;++lt<Ve;){Fe=Ne[lt];var Dt=$[Fe],Wt=D[Fe];if(ee)var Ho=Se?ee(Wt,Dt,Fe,D,$,fe):ee(Dt,Wt,Fe,$,D,fe);if(!(Ho===void 0?Dt===Wt||we(Dt,Wt,F,ee,fe):Ho)){Ge=!1;break}Lt||(Lt=Fe=="constructor")}if(Ge&&!Lt){var ur=$.constructor,fr=D.constructor;ur!=fr&&"constructor"in $&&"constructor"in D&&!(typeof ur=="function"&&ur instanceof ur&&typeof fr=="function"&&fr instanceof fr)&&(Ge=!1)}return fe.delete($),fe.delete(D),Ge}function Yt($){return Sn($,An,di)}function mt($,D){var F=$.__data__;return ui(D)?F[typeof D=="string"?"string":"hash"]:F.map}function xt($,D){var F=le($,D);return ii(F)?F:void 0}function At($){var D=Ee.call($,We),F=$[We];try{$[We]=void 0;var ee=!0}catch{}var we=Ht.call($);return ee&&(D?$[We]=F:delete $[We]),we}var di=_t?function($){return $==null?[]:($=Object($),Oe(_t($),function(D){return bt.call($,D)}))}:mi,kt=Gt;(Ut&&kt(new Ut(new ArrayBuffer(1)))!=O||I&&kt(new I)!=v||L&&kt(L.resolve())!=w||K&&kt(new K)!=N||X&&kt(new X)!=E)&&(kt=function($){var D=Gt($),F=D==y?$.constructor:void 0,ee=F?rt(F):"";if(ee)switch(ee){case se:return O;case ye:return v;case ue:return w;case Ce:return N;case ce:return E}return D});function ci($,D){return D=D??d,!!D&&(typeof $=="number"||Y.test($))&&$>-1&&$%1==0&&$<D}function ui($){var D=typeof $;return D=="string"||D=="number"||D=="symbol"||D=="boolean"?$!=="__proto__":$===null}function fi($){return!!tt&&tt in $}function hi($){var D=$&&$.constructor,F=typeof D=="function"&&D.prototype||je;return $===F}function or($){return Ht.call($)}function rt($){if($!=null){try{return vt.call($)}catch{}try{return $+""}catch{}}return""}function ar($,D){return $===D||$!==$&&D!==D}var lr=rr(function(){return arguments}())?rr:function($){return Ct($)&&Ee.call($,"callee")&&!bt.call($,"callee")},rn=Array.isArray;function Nn($){return $!=null&&xn($.length)&&!sr($)}var on=nt||gi;function pi($,D){return ir($,D)}function sr($){if(!dr($))return!1;var D=Gt($);return D==c||D==_||D==h||D==m}function xn($){return typeof $=="number"&&$>-1&&$%1==0&&$<=d}function dr($){var D=typeof $;return $!=null&&(D=="object"||D=="function")}function Ct($){return $!=null&&typeof $=="object"}var cr=ke?te(ke):oi;function An($){return Nn($)?ni($):ai($)}function mi(){return[]}function gi(){return!1}t.exports=pi}(Jn,Jn.exports);var Mo=Jn.exports,zr={},Po=qe&&qe.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(zr,"__esModule",{value:!0});var qf=Po(Io),Ff=Po(Mo),Ur;(function(t){function n(r,d,s){r===void 0&&(r={}),d===void 0&&(d={}),typeof r!="object"&&(r={}),typeof d!="object"&&(d={});var f=qf.default(d);s||(f=Object.keys(f).reduce(function(p,u){return f[u]!=null&&(p[u]=f[u]),p},{}));for(var h in r)r[h]!==void 0&&d[h]===void 0&&(f[h]=r[h]);return Object.keys(f).length>0?f:void 0}t.compose=n;function e(r,d){r===void 0&&(r={}),d===void 0&&(d={}),typeof r!="object"&&(r={}),typeof d!="object"&&(d={});var s=Object.keys(r).concat(Object.keys(d)).reduce(function(f,h){return Ff.default(r[h],d[h])||(f[h]=d[h]===void 0?null:d[h]),f},{});return Object.keys(s).length>0?s:void 0}t.diff=e;function o(r,d){r===void 0&&(r={}),d===void 0&&(d={}),r=r||{};var s=Object.keys(d).reduce(function(f,h){return d[h]!==r[h]&&r[h]!==void 0&&(f[h]=d[h]),f},{});return Object.keys(r).reduce(function(f,h){return r[h]!==d[h]&&d[h]===void 0&&(f[h]=null),f},s)}t.invert=o;function a(r,d,s){if(s===void 0&&(s=!1),typeof r!="object")return d;if(typeof d=="object"){if(!s)return d;var f=Object.keys(d).reduce(function(h,p){return r[p]===void 0&&(h[p]=d[p]),h},{});return Object.keys(f).length>0?f:void 0}}t.transform=a})(Ur||(Ur={})),zr.default=Ur;var Xn={},Qn={},Bo;function Hf(){if(Bo)return Qn;Bo=1;var t=qe&&qe.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(Qn,"__esModule",{value:!0});var n=t(Ro()),e=function(){function o(a){this.ops=a,this.index=0,this.offset=0}return o.prototype.hasNext=function(){return this.peekLength()<1/0},o.prototype.next=function(a){a||(a=1/0);var r=this.ops[this.index];if(r){var d=this.offset,s=n.default.length(r);if(a>=s-d?(a=s-d,this.index+=1,this.offset=0):this.offset+=a,typeof r.delete=="number")return{delete:a};var f={};return r.attributes&&(f.attributes=r.attributes),typeof r.retain=="number"?f.retain=a:typeof r.insert=="string"?f.insert=r.insert.substr(d,a):f.insert=r.insert,f}else return{retain:1/0}},o.prototype.peek=function(){return this.ops[this.index]},o.prototype.peekLength=function(){return this.ops[this.index]?n.default.length(this.ops[this.index])-this.offset:1/0},o.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},o.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var a=this.offset,r=this.index,d=this.next(),s=this.ops.slice(this.index);return this.offset=a,this.index=r,[d].concat(s)}else return[]},o}();return Qn.default=e,Qn}var Lo;function Ro(){if(Lo)return Xn;Lo=1;var t=qe&&qe.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(Xn,"__esModule",{value:!0});var n=t(Hf()),e;return function(o){function a(d){return new n.default(d)}o.iterator=a;function r(d){return typeof d.delete=="number"?d.delete:typeof d.retain=="number"?d.retain:typeof d.insert=="string"?d.insert.length:1}o.length=r}(e||(e={})),Xn.default=e,Xn}var gn=qe&&qe.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},er=gn(Vf),zf=gn(Io),Kr=gn(Mo),yn=gn(zr),Ue=gn(Ro()),Uf=String.fromCharCode(0),Kf=function(){function t(n){Array.isArray(n)?this.ops=n:n!=null&&Array.isArray(n.ops)?this.ops=n.ops:this.ops=[]}return t.prototype.insert=function(n,e){var o={};return typeof n=="string"&&n.length===0?this:(o.insert=n,e!=null&&typeof e=="object"&&Object.keys(e).length>0&&(o.attributes=e),this.push(o))},t.prototype.delete=function(n){return n<=0?this:this.push({delete:n})},t.prototype.retain=function(n,e){if(n<=0)return this;var o={retain:n};return e!=null&&typeof e=="object"&&Object.keys(e).length>0&&(o.attributes=e),this.push(o)},t.prototype.push=function(n){var e=this.ops.length,o=this.ops[e-1];if(n=zf.default(n),typeof o=="object"){if(typeof n.delete=="number"&&typeof o.delete=="number")return this.ops[e-1]={delete:o.delete+n.delete},this;if(typeof o.delete=="number"&&n.insert!=null&&(e-=1,o=this.ops[e-1],typeof o!="object"))return this.ops.unshift(n),this;if(Kr.default(n.attributes,o.attributes)){if(typeof n.insert=="string"&&typeof o.insert=="string")return this.ops[e-1]={insert:o.insert+n.insert},typeof n.attributes=="object"&&(this.ops[e-1].attributes=n.attributes),this;if(typeof n.retain=="number"&&typeof o.retain=="number")return this.ops[e-1]={retain:o.retain+n.retain},typeof n.attributes=="object"&&(this.ops[e-1].attributes=n.attributes),this}}return e===this.ops.length?this.ops.push(n):this.ops.splice(e,0,n),this},t.prototype.chop=function(){var n=this.ops[this.ops.length-1];return n&&n.retain&&!n.attributes&&this.ops.pop(),this},t.prototype.filter=function(n){return this.ops.filter(n)},t.prototype.forEach=function(n){this.ops.forEach(n)},t.prototype.map=function(n){return this.ops.map(n)},t.prototype.partition=function(n){var e=[],o=[];return this.forEach(function(a){var r=n(a)?e:o;r.push(a)}),[e,o]},t.prototype.reduce=function(n,e){return this.ops.reduce(n,e)},t.prototype.changeLength=function(){return this.reduce(function(n,e){return e.insert?n+Ue.default.length(e):e.delete?n-e.delete:n},0)},t.prototype.length=function(){return this.reduce(function(n,e){return n+Ue.default.length(e)},0)},t.prototype.slice=function(n,e){n===void 0&&(n=0),e===void 0&&(e=1/0);for(var o=[],a=Ue.default.iterator(this.ops),r=0;r<e&&a.hasNext();){var d=void 0;r<n?d=a.next(n-r):(d=a.next(e-r),o.push(d)),r+=Ue.default.length(d)}return new t(o)},t.prototype.compose=function(n){var e=Ue.default.iterator(this.ops),o=Ue.default.iterator(n.ops),a=[],r=o.peek();if(r!=null&&typeof r.retain=="number"&&r.attributes==null){for(var d=r.retain;e.peekType()==="insert"&&e.peekLength()<=d;)d-=e.peekLength(),a.push(e.next());r.retain-d>0&&o.next(r.retain-d)}for(var s=new t(a);e.hasNext()||o.hasNext();)if(o.peekType()==="insert")s.push(o.next());else if(e.peekType()==="delete")s.push(e.next());else{var f=Math.min(e.peekLength(),o.peekLength()),h=e.next(f),p=o.next(f);if(typeof p.retain=="number"){var u={};typeof h.retain=="number"?u.retain=f:u.insert=h.insert;var l=yn.default.compose(h.attributes,p.attributes,typeof h.retain=="number");if(l&&(u.attributes=l),s.push(u),!o.hasNext()&&Kr.default(s.ops[s.ops.length-1],u)){var c=new t(e.rest());return s.concat(c).chop()}}else typeof p.delete=="number"&&typeof h.retain=="number"&&s.push(p)}return s.chop()},t.prototype.concat=function(n){var e=new t(this.ops.slice());return n.ops.length>0&&(e.push(n.ops[0]),e.ops=e.ops.concat(n.ops.slice(1))),e},t.prototype.diff=function(n,e){if(this.ops===n.ops)return new t;var o=[this,n].map(function(f){return f.map(function(h){if(h.insert!=null)return typeof h.insert=="string"?h.insert:Uf;var p=f===n?"on":"with";throw new Error("diff() called "+p+" non-document")}).join("")}),a=new t,r=er.default(o[0],o[1],e),d=Ue.default.iterator(this.ops),s=Ue.default.iterator(n.ops);return r.forEach(function(f){for(var h=f[1].length;h>0;){var p=0;switch(f[0]){case er.default.INSERT:p=Math.min(s.peekLength(),h),a.push(s.next(p));break;case er.default.DELETE:p=Math.min(h,d.peekLength()),d.next(p),a.delete(p);break;case er.default.EQUAL:p=Math.min(d.peekLength(),s.peekLength(),h);var u=d.next(p),l=s.next(p);Kr.default(u.insert,l.insert)?a.retain(p,yn.default.diff(u.attributes,l.attributes)):a.push(l).delete(p);break}h-=p}}),a.chop()},t.prototype.eachLine=function(n,e){e===void 0&&(e=`
130
+ `)}return te}function Be(Q,te){var ae={},le=Q.style||{};return le.fontStyle&&Y(Q).fontStyle==="italic"&&(ae.italic=!0),le.fontWeight&&(Y(Q).fontWeight.startsWith("bold")||parseInt(Y(Q).fontWeight)>=700)&&(ae.bold=!0),Object.keys(ae).length>0&&(te=V(te,ae)),parseFloat(le.textIndent||0)>0&&(te=new u.default().insert(" ").concat(te)),te}function Pe(Q,te){var ae=Q.data;if(Q.parentNode.tagName==="O:P")return te.insert(ae.trim());if(ae.trim().length===0&&Q.parentNode.classList.contains("ql-clipboard"))return te;if(!Y(Q.parentNode).whiteSpace.startsWith("pre")){var le=function($e,me){return me=me.replace(/[^\u00a0]/g,""),me.length<1&&$e?" ":me};ae=ae.replace(/\r\n/g," ").replace(/\n/g," "),ae=ae.replace(/\s\s+/g,le.bind(le,!0)),(Q.previousSibling==null&&B(Q.parentNode)||Q.previousSibling!=null&&B(Q.previousSibling))&&(ae=ae.replace(/^\s+/,le.bind(le,!1))),(Q.nextSibling==null&&B(Q.parentNode)||Q.nextSibling!=null&&B(Q.nextSibling))&&(ae=ae.replace(/\s+$/,le.bind(le,!1)))}return te.insert(ae)}o.default=j,o.matchAttributor=J,o.matchBlot=ne,o.matchNewline=ke,o.matchSpacing=Oe,o.matchText=Pe},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(6),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return r(v,[{key:"optimize",value:function(g){d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"optimize",this).call(this,g),this.domNode.tagName!==this.statics.tagName[0]&&this.replaceWith(this.statics.blotName)}}],[{key:"create",value:function(){return d(v.__proto__||Object.getPrototypeOf(v),"create",this).call(this)}},{key:"formats",value:function(){return!0}}]),v}(f.default);c.blotName="bold",c.tagName=["STRONG","B"],o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.addControls=o.default=void 0;var r=function(){function C(O,N){var P=[],q=!0,G=!1,W=void 0;try{for(var ie=O[Symbol.iterator](),U;!(q=(U=ie.next()).done)&&(P.push(U.value),!(N&&P.length===N));q=!0);}catch(R){G=!0,W=R}finally{try{!q&&ie.return&&ie.return()}finally{if(G)throw W}}return P}return function(O,N){if(Array.isArray(O))return O;if(Symbol.iterator in Object(O))return C(O,N);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function(){function C(O,N){for(var P=0;P<N.length;P++){var q=N[P];q.enumerable=q.enumerable||!1,q.configurable=!0,"value"in q&&(q.writable=!0),Object.defineProperty(O,q.key,q)}}return function(O,N,P){return N&&C(O.prototype,N),P&&C(O,P),O}}(),s=a(2),f=g(s),h=a(0),p=g(h),u=a(5),l=g(u),c=a(10),_=g(c),v=a(9),b=g(v);function g(C){return C&&C.__esModule?C:{default:C}}function y(C,O,N){return O in C?Object.defineProperty(C,O,{value:N,enumerable:!0,configurable:!0,writable:!0}):C[O]=N,C}function w(C,O){if(!(C instanceof O))throw new TypeError("Cannot call a class as a function")}function m(C,O){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return O&&(typeof O=="object"||typeof O=="function")?O:C}function k(C,O){if(typeof O!="function"&&O!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof O);C.prototype=Object.create(O&&O.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),O&&(Object.setPrototypeOf?Object.setPrototypeOf(C,O):C.__proto__=O)}var x=(0,_.default)("quill:toolbar"),S=function(C){k(O,C);function O(N,P){w(this,O);var q=m(this,(O.__proto__||Object.getPrototypeOf(O)).call(this,N,P));if(Array.isArray(q.options.container)){var G=document.createElement("div");M(G,q.options.container),N.container.parentNode.insertBefore(G,N.container),q.container=G}else typeof q.options.container=="string"?q.container=document.querySelector(q.options.container):q.container=q.options.container;if(!(q.container instanceof HTMLElement)){var W;return W=x.error("Container required for toolbar",q.options),m(q,W)}return q.container.classList.add("ql-toolbar"),q.controls=[],q.handlers={},Object.keys(q.options.handlers).forEach(function(ie){q.addHandler(ie,q.options.handlers[ie])}),[].forEach.call(q.container.querySelectorAll("button, select"),function(ie){q.attach(ie)}),q.quill.on(l.default.events.EDITOR_CHANGE,function(ie,U){ie===l.default.events.SELECTION_CHANGE&&q.update(U)}),q.quill.on(l.default.events.SCROLL_OPTIMIZE,function(){var ie=q.quill.selection.getRange(),U=r(ie,1),R=U[0];q.update(R)}),q}return d(O,[{key:"addHandler",value:function(P,q){this.handlers[P]=q}},{key:"attach",value:function(P){var q=this,G=[].find.call(P.classList,function(ie){return ie.indexOf("ql-")===0});if(G){if(G=G.slice(3),P.tagName==="BUTTON"&&P.setAttribute("type","button"),this.handlers[G]==null){if(this.quill.scroll.whitelist!=null&&this.quill.scroll.whitelist[G]==null){x.warn("ignoring attaching to disabled format",G,P);return}if(p.default.query(G)==null){x.warn("ignoring attaching to nonexistent format",G,P);return}}var W=P.tagName==="SELECT"?"change":"click";P.addEventListener(W,function(ie){var U=void 0;if(P.tagName==="SELECT"){if(P.selectedIndex<0)return;var R=P.options[P.selectedIndex];R.hasAttribute("selected")?U=!1:U=R.value||!1}else P.classList.contains("ql-active")?U=!1:U=P.value||!P.hasAttribute("value"),ie.preventDefault();q.quill.focus();var A=q.quill.selection.getRange(),j=r(A,1),V=j[0];if(q.handlers[G]!=null)q.handlers[G].call(q,U);else if(p.default.query(G).prototype instanceof p.default.Embed){if(U=prompt("Enter "+G),!U)return;q.quill.updateContents(new f.default().retain(V.index).delete(V.length).insert(y({},G,U)),l.default.sources.USER)}else q.quill.format(G,U,l.default.sources.USER);q.update(V)}),this.controls.push([G,P])}}},{key:"update",value:function(P){var q=P==null?{}:this.quill.getFormat(P);this.controls.forEach(function(G){var W=r(G,2),ie=W[0],U=W[1];if(U.tagName==="SELECT"){var R=void 0;if(P==null)R=null;else if(q[ie]==null)R=U.querySelector("option[selected]");else if(!Array.isArray(q[ie])){var A=q[ie];typeof A=="string"&&(A=A.replace(/\"/g,'\\"')),R=U.querySelector('option[value="'+A+'"]')}R==null?(U.value="",U.selectedIndex=-1):R.selected=!0}else if(P==null)U.classList.remove("ql-active");else if(U.hasAttribute("value")){var j=q[ie]===U.getAttribute("value")||q[ie]!=null&&q[ie].toString()===U.getAttribute("value")||q[ie]==null&&!U.getAttribute("value");U.classList.toggle("ql-active",j)}else U.classList.toggle("ql-active",q[ie]!=null)})}}]),O}(b.default);S.DEFAULTS={};function T(C,O,N){var P=document.createElement("button");P.setAttribute("type","button"),P.classList.add("ql-"+O),N!=null&&(P.value=N),C.appendChild(P)}function M(C,O){Array.isArray(O[0])||(O=[O]),O.forEach(function(N){var P=document.createElement("span");P.classList.add("ql-formats"),N.forEach(function(q){if(typeof q=="string")T(P,q);else{var G=Object.keys(q)[0],W=q[G];Array.isArray(W)?E(P,G,W):T(P,G,W)}}),C.appendChild(P)})}function E(C,O,N){var P=document.createElement("select");P.classList.add("ql-"+O),N.forEach(function(q){var G=document.createElement("option");q!==!1?G.setAttribute("value",q):G.setAttribute("selected","selected"),P.appendChild(G)}),C.appendChild(P)}S.DEFAULTS={container:null,handlers:{clean:function(){var O=this,N=this.quill.getSelection();if(N!=null)if(N.length==0){var P=this.quill.getFormat();Object.keys(P).forEach(function(q){p.default.query(q,p.default.Scope.INLINE)!=null&&O.quill.format(q,!1)})}else this.quill.removeFormat(N,l.default.sources.USER)},direction:function(O){var N=this.quill.getFormat().align;O==="rtl"&&N==null?this.quill.format("align","right",l.default.sources.USER):!O&&N==="right"&&this.quill.format("align",!1,l.default.sources.USER),this.quill.format("direction",O,l.default.sources.USER)},indent:function(O){var N=this.quill.getSelection(),P=this.quill.getFormat(N),q=parseInt(P.indent||0);if(O==="+1"||O==="-1"){var G=O==="+1"?1:-1;P.direction==="rtl"&&(G*=-1),this.quill.format("indent",q+G,l.default.sources.USER)}},link:function(O){O===!0&&(O=prompt("Enter link URL:")),this.quill.format("link",O,l.default.sources.USER)},list:function(O){var N=this.quill.getSelection(),P=this.quill.getFormat(N);O==="check"?P.list==="checked"||P.list==="unchecked"?this.quill.format("list",!1,l.default.sources.USER):this.quill.format("list","unchecked",l.default.sources.USER):this.quill.format("list",O,l.default.sources.USER)}}},o.default=S,o.addControls=M},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polyline class="ql-even ql-stroke" points="5 7 3 9 5 11"></polyline> <polyline class="ql-even ql-stroke" points="13 7 15 9 13 11"></polyline> <line class=ql-stroke x1=10 x2=8 y1=5 y2=13></line> </svg>'},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(28),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(b,g){p(this,v);var y=u(this,(v.__proto__||Object.getPrototypeOf(v)).call(this,b));return y.label.innerHTML=g,y.container.classList.add("ql-color-picker"),[].slice.call(y.container.querySelectorAll(".ql-picker-item"),0,7).forEach(function(w){w.classList.add("ql-primary")}),y}return r(v,[{key:"buildItem",value:function(g){var y=d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"buildItem",this).call(this,g);return y.style.backgroundColor=g.getAttribute("value")||"",y}},{key:"selectItem",value:function(g,y){d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"selectItem",this).call(this,g,y);var w=this.label.querySelector(".ql-color-label"),m=g&&g.getAttribute("data-value")||"";w&&(w.tagName==="line"?w.style.stroke=m:w.style.fill=m)}}]),v}(f.default);o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(28),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(b,g){p(this,v);var y=u(this,(v.__proto__||Object.getPrototypeOf(v)).call(this,b));return y.container.classList.add("ql-icon-picker"),[].forEach.call(y.container.querySelectorAll(".ql-picker-item"),function(w){w.innerHTML=g[w.getAttribute("data-value")||""]}),y.defaultItem=y.container.querySelector(".ql-selected"),y.selectItem(y.defaultItem),y}return r(v,[{key:"selectItem",value:function(g,y){d(v.prototype.__proto__||Object.getPrototypeOf(v.prototype),"selectItem",this).call(this,g,y),g=g||this.defaultItem,this.label.innerHTML=g.innerHTML}}]),v}(f.default);o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function f(h,p){for(var u=0;u<p.length;u++){var l=p[u];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(h,l.key,l)}}return function(h,p,u){return p&&f(h.prototype,p),u&&f(h,u),h}}();function d(f,h){if(!(f instanceof h))throw new TypeError("Cannot call a class as a function")}var s=function(){function f(h,p){var u=this;d(this,f),this.quill=h,this.boundsContainer=p||document.body,this.root=h.addContainer("ql-tooltip"),this.root.innerHTML=this.constructor.TEMPLATE,this.quill.root===this.quill.scrollingContainer&&this.quill.root.addEventListener("scroll",function(){u.root.style.marginTop=-1*u.quill.root.scrollTop+"px"}),this.hide()}return r(f,[{key:"hide",value:function(){this.root.classList.add("ql-hidden")}},{key:"position",value:function(p){var u=p.left+p.width/2-this.root.offsetWidth/2,l=p.bottom+this.quill.root.scrollTop;this.root.style.left=u+"px",this.root.style.top=l+"px",this.root.classList.remove("ql-flip");var c=this.boundsContainer.getBoundingClientRect(),_=this.root.getBoundingClientRect(),v=0;if(_.right>c.right&&(v=c.right-_.right,this.root.style.left=u+v+"px"),_.left<c.left&&(v=c.left-_.left,this.root.style.left=u+v+"px"),_.bottom>c.bottom){var b=_.bottom-_.top,g=p.bottom-p.top+b;this.root.style.top=l-g+"px",this.root.classList.add("ql-flip")}return v}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),f}();o.default=s},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function E(C,O){var N=[],P=!0,q=!1,G=void 0;try{for(var W=C[Symbol.iterator](),ie;!(P=(ie=W.next()).done)&&(N.push(ie.value),!(O&&N.length===O));P=!0);}catch(U){q=!0,G=U}finally{try{!P&&W.return&&W.return()}finally{if(q)throw G}}return N}return function(C,O){if(Array.isArray(C))return C;if(Symbol.iterator in Object(C))return E(C,O);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),d=function E(C,O,N){C===null&&(C=Function.prototype);var P=Object.getOwnPropertyDescriptor(C,O);if(P===void 0){var q=Object.getPrototypeOf(C);return q===null?void 0:E(q,O,N)}else{if("value"in P)return P.value;var G=P.get;return G===void 0?void 0:G.call(N)}},s=function(){function E(C,O){for(var N=0;N<O.length;N++){var P=O[N];P.enumerable=P.enumerable||!1,P.configurable=!0,"value"in P&&(P.writable=!0),Object.defineProperty(C,P.key,P)}}return function(C,O,N){return O&&E(C.prototype,O),N&&E(C,N),C}}(),f=a(3),h=w(f),p=a(8),u=w(p),l=a(43),c=w(l),_=a(27),v=w(_),b=a(15),g=a(41),y=w(g);function w(E){return E&&E.__esModule?E:{default:E}}function m(E,C){if(!(E instanceof C))throw new TypeError("Cannot call a class as a function")}function k(E,C){if(!E)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return C&&(typeof C=="object"||typeof C=="function")?C:E}function x(E,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof C);E.prototype=Object.create(C&&C.prototype,{constructor:{value:E,enumerable:!1,writable:!0,configurable:!0}}),C&&(Object.setPrototypeOf?Object.setPrototypeOf(E,C):E.__proto__=C)}var S=[[{header:["1","2","3",!1]}],["bold","italic","underline","link"],[{list:"ordered"},{list:"bullet"}],["clean"]],T=function(E){x(C,E);function C(O,N){m(this,C),N.modules.toolbar!=null&&N.modules.toolbar.container==null&&(N.modules.toolbar.container=S);var P=k(this,(C.__proto__||Object.getPrototypeOf(C)).call(this,O,N));return P.quill.container.classList.add("ql-snow"),P}return s(C,[{key:"extendToolbar",value:function(N){N.container.classList.add("ql-snow"),this.buildButtons([].slice.call(N.container.querySelectorAll("button")),y.default),this.buildPickers([].slice.call(N.container.querySelectorAll("select")),y.default),this.tooltip=new M(this.quill,this.options.bounds),N.container.querySelector(".ql-link")&&this.quill.keyboard.addBinding({key:"K",shortKey:!0},function(P,q){N.handlers.link.call(N,!q.format.link)})}}]),C}(c.default);T.DEFAULTS=(0,h.default)(!0,{},c.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(C){if(C){var O=this.quill.getSelection();if(O==null||O.length==0)return;var N=this.quill.getText(O);/^\S+@\S+\.\S+$/.test(N)&&N.indexOf("mailto:")!==0&&(N="mailto:"+N);var P=this.quill.theme.tooltip;P.edit("link",N)}else this.quill.format("link",!1)}}}}});var M=function(E){x(C,E);function C(O,N){m(this,C);var P=k(this,(C.__proto__||Object.getPrototypeOf(C)).call(this,O,N));return P.preview=P.root.querySelector("a.ql-preview"),P}return s(C,[{key:"listen",value:function(){var N=this;d(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"listen",this).call(this),this.root.querySelector("a.ql-action").addEventListener("click",function(P){N.root.classList.contains("ql-editing")?N.save():N.edit("link",N.preview.textContent),P.preventDefault()}),this.root.querySelector("a.ql-remove").addEventListener("click",function(P){if(N.linkRange!=null){var q=N.linkRange;N.restoreFocus(),N.quill.formatText(q,"link",!1,u.default.sources.USER),delete N.linkRange}P.preventDefault(),N.hide()}),this.quill.on(u.default.events.SELECTION_CHANGE,function(P,q,G){if(P!=null){if(P.length===0&&G===u.default.sources.USER){var W=N.quill.scroll.descendant(v.default,P.index),ie=r(W,2),U=ie[0],R=ie[1];if(U!=null){N.linkRange=new b.Range(P.index-R,U.length());var A=v.default.formats(U.domNode);N.preview.textContent=A,N.preview.setAttribute("href",A),N.show(),N.position(N.quill.getBounds(N.linkRange));return}}else delete N.linkRange;N.hide()}})}},{key:"show",value:function(){d(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"show",this).call(this),this.root.removeAttribute("data-mode")}}]),C}(l.BaseTooltip);M.TEMPLATE=['<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-action"></a>','<a class="ql-remove"></a>'].join(""),o.default=T},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(29),d=re(r),s=a(36),f=a(38),h=a(64),p=a(65),u=re(p),l=a(66),c=re(l),_=a(67),v=re(_),b=a(37),g=a(26),y=a(39),w=a(40),m=a(56),k=re(m),x=a(68),S=re(x),T=a(27),M=re(T),E=a(69),C=re(E),O=a(70),N=re(O),P=a(71),q=re(P),G=a(72),W=re(G),ie=a(73),U=re(ie),R=a(13),A=re(R),j=a(74),V=re(j),Y=a(75),H=re(Y),B=a(57),z=re(B),Z=a(41),J=re(Z),ne=a(28),de=re(ne),he=a(59),ve=re(he),ke=a(60),Oe=re(ke),Be=a(61),Pe=re(Be),Q=a(108),te=re(Q),ae=a(62),le=re(ae);function re($e){return $e&&$e.__esModule?$e:{default:$e}}d.default.register({"attributors/attribute/direction":f.DirectionAttribute,"attributors/class/align":s.AlignClass,"attributors/class/background":b.BackgroundClass,"attributors/class/color":g.ColorClass,"attributors/class/direction":f.DirectionClass,"attributors/class/font":y.FontClass,"attributors/class/size":w.SizeClass,"attributors/style/align":s.AlignStyle,"attributors/style/background":b.BackgroundStyle,"attributors/style/color":g.ColorStyle,"attributors/style/direction":f.DirectionStyle,"attributors/style/font":y.FontStyle,"attributors/style/size":w.SizeStyle},!0),d.default.register({"formats/align":s.AlignClass,"formats/direction":f.DirectionClass,"formats/indent":h.IndentClass,"formats/background":b.BackgroundStyle,"formats/color":g.ColorStyle,"formats/font":y.FontClass,"formats/size":w.SizeClass,"formats/blockquote":u.default,"formats/code-block":A.default,"formats/header":c.default,"formats/list":v.default,"formats/bold":k.default,"formats/code":R.Code,"formats/italic":S.default,"formats/link":M.default,"formats/script":C.default,"formats/strike":N.default,"formats/underline":q.default,"formats/image":W.default,"formats/video":U.default,"formats/list/item":_.ListItem,"modules/formula":V.default,"modules/syntax":H.default,"modules/toolbar":z.default,"themes/bubble":te.default,"themes/snow":le.default,"ui/icons":J.default,"ui/picker":de.default,"ui/icon-picker":Oe.default,"ui/color-picker":ve.default,"ui/tooltip":Pe.default},!0),o.default=d.default},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.IndentClass=void 0;var r=function(){function v(b,g){for(var y=0;y<g.length;y++){var w=g[y];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(b,w.key,w)}}return function(b,g,y){return g&&v(b.prototype,g),y&&v(b,y),b}}(),d=function v(b,g,y){b===null&&(b=Function.prototype);var w=Object.getOwnPropertyDescriptor(b,g);if(w===void 0){var m=Object.getPrototypeOf(b);return m===null?void 0:v(m,g,y)}else{if("value"in w)return w.value;var k=w.get;return k===void 0?void 0:k.call(y)}},s=a(0),f=h(s);function h(v){return v&&v.__esModule?v:{default:v}}function p(v,b){if(!(v instanceof b))throw new TypeError("Cannot call a class as a function")}function u(v,b){if(!v)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:v}function l(v,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);v.prototype=Object.create(b&&b.prototype,{constructor:{value:v,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(v,b):v.__proto__=b)}var c=function(v){l(b,v);function b(){return p(this,b),u(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return r(b,[{key:"add",value:function(y,w){if(w==="+1"||w==="-1"){var m=this.value(y)||0;w=w==="+1"?m+1:m-1}return w===0?(this.remove(y),!0):d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"add",this).call(this,y,w)}},{key:"canAdd",value:function(y,w){return d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"canAdd",this).call(this,y,w)||d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"canAdd",this).call(this,y,parseInt(w))}},{key:"value",value:function(y){return parseInt(d(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"value",this).call(this,y))||void 0}}]),b}(f.default.Attributor.Class),_=new c("indent","ql-indent",{scope:f.default.Scope.BLOCK,whitelist:[1,2,3,4,5,6,7,8]});o.IndentClass=_},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(4),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="blockquote",u.tagName="blockquote",o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function c(_,v){for(var b=0;b<v.length;b++){var g=v[b];g.enumerable=g.enumerable||!1,g.configurable=!0,"value"in g&&(g.writable=!0),Object.defineProperty(_,g.key,g)}}return function(_,v,b){return v&&c(_.prototype,v),b&&c(_,b),_}}(),d=a(4),s=f(d);function f(c){return c&&c.__esModule?c:{default:c}}function h(c,_){if(!(c instanceof _))throw new TypeError("Cannot call a class as a function")}function p(c,_){if(!c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return _&&(typeof _=="object"||typeof _=="function")?_:c}function u(c,_){if(typeof _!="function"&&_!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof _);c.prototype=Object.create(_&&_.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}),_&&(Object.setPrototypeOf?Object.setPrototypeOf(c,_):c.__proto__=_)}var l=function(c){u(_,c);function _(){return h(this,_),p(this,(_.__proto__||Object.getPrototypeOf(_)).apply(this,arguments))}return r(_,null,[{key:"formats",value:function(b){return this.tagName.indexOf(b.tagName)+1}}]),_}(s.default);l.blotName="header",l.tagName=["H1","H2","H3","H4","H5","H6"],o.default=l},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.ListItem=void 0;var r=function(){function m(k,x){for(var S=0;S<x.length;S++){var T=x[S];T.enumerable=T.enumerable||!1,T.configurable=!0,"value"in T&&(T.writable=!0),Object.defineProperty(k,T.key,T)}}return function(k,x,S){return x&&m(k.prototype,x),S&&m(k,S),k}}(),d=function m(k,x,S){k===null&&(k=Function.prototype);var T=Object.getOwnPropertyDescriptor(k,x);if(T===void 0){var M=Object.getPrototypeOf(k);return M===null?void 0:m(M,x,S)}else{if("value"in T)return T.value;var E=T.get;return E===void 0?void 0:E.call(S)}},s=a(0),f=c(s),h=a(4),p=c(h),u=a(25),l=c(u);function c(m){return m&&m.__esModule?m:{default:m}}function _(m,k,x){return k in m?Object.defineProperty(m,k,{value:x,enumerable:!0,configurable:!0,writable:!0}):m[k]=x,m}function v(m,k){if(!(m instanceof k))throw new TypeError("Cannot call a class as a function")}function b(m,k){if(!m)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k&&(typeof k=="object"||typeof k=="function")?k:m}function g(m,k){if(typeof k!="function"&&k!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof k);m.prototype=Object.create(k&&k.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),k&&(Object.setPrototypeOf?Object.setPrototypeOf(m,k):m.__proto__=k)}var y=function(m){g(k,m);function k(){return v(this,k),b(this,(k.__proto__||Object.getPrototypeOf(k)).apply(this,arguments))}return r(k,[{key:"format",value:function(S,T){S===w.blotName&&!T?this.replaceWith(f.default.create(this.statics.scope)):d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"format",this).call(this,S,T)}},{key:"remove",value:function(){this.prev==null&&this.next==null?this.parent.remove():d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"remove",this).call(this)}},{key:"replaceWith",value:function(S,T){return this.parent.isolate(this.offset(this.parent),this.length()),S===this.parent.statics.blotName?(this.parent.replaceWith(S,T),this):(this.parent.unwrap(),d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"replaceWith",this).call(this,S,T))}}],[{key:"formats",value:function(S){return S.tagName===this.tagName?void 0:d(k.__proto__||Object.getPrototypeOf(k),"formats",this).call(this,S)}}]),k}(p.default);y.blotName="list-item",y.tagName="LI";var w=function(m){g(k,m),r(k,null,[{key:"create",value:function(S){var T=S==="ordered"?"OL":"UL",M=d(k.__proto__||Object.getPrototypeOf(k),"create",this).call(this,T);return(S==="checked"||S==="unchecked")&&M.setAttribute("data-checked",S==="checked"),M}},{key:"formats",value:function(S){if(S.tagName==="OL")return"ordered";if(S.tagName==="UL")return S.hasAttribute("data-checked")?S.getAttribute("data-checked")==="true"?"checked":"unchecked":"bullet"}}]);function k(x){v(this,k);var S=b(this,(k.__proto__||Object.getPrototypeOf(k)).call(this,x)),T=function(E){if(E.target.parentNode===x){var C=S.statics.formats(x),O=f.default.find(E.target);C==="checked"?O.format("list","unchecked"):C==="unchecked"&&O.format("list","checked")}};return x.addEventListener("touchstart",T),x.addEventListener("mousedown",T),S}return r(k,[{key:"format",value:function(S,T){this.children.length>0&&this.children.tail.format(S,T)}},{key:"formats",value:function(){return _({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(S,T){if(S instanceof y)d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"insertBefore",this).call(this,S,T);else{var M=T==null?this.length():T.offset(this),E=this.split(M);E.parent.insertBefore(S,E)}}},{key:"optimize",value:function(S){d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"optimize",this).call(this,S);var T=this.next;T!=null&&T.prev===this&&T.statics.blotName===this.statics.blotName&&T.domNode.tagName===this.domNode.tagName&&T.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(T.moveChildren(this),T.remove())}},{key:"replace",value:function(S){if(S.statics.blotName!==this.statics.blotName){var T=f.default.create(this.statics.defaultChild);S.moveChildren(T),this.appendChild(T)}d(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"replace",this).call(this,S)}}]),k}(l.default);w.blotName="list",w.scope=f.default.Scope.BLOCK_BLOT,w.tagName=["OL","UL"],w.defaultChild="list-item",w.allowedChildren=[y],o.ListItem=y,o.default=w},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(56),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="italic",u.tagName=["EM","I"],o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function _(v,b){for(var g=0;g<b.length;g++){var y=b[g];y.enumerable=y.enumerable||!1,y.configurable=!0,"value"in y&&(y.writable=!0),Object.defineProperty(v,y.key,y)}}return function(v,b,g){return b&&_(v.prototype,b),g&&_(v,g),v}}(),d=function _(v,b,g){v===null&&(v=Function.prototype);var y=Object.getOwnPropertyDescriptor(v,b);if(y===void 0){var w=Object.getPrototypeOf(v);return w===null?void 0:_(w,b,g)}else{if("value"in y)return y.value;var m=y.get;return m===void 0?void 0:m.call(g)}},s=a(6),f=h(s);function h(_){return _&&_.__esModule?_:{default:_}}function p(_,v){if(!(_ instanceof v))throw new TypeError("Cannot call a class as a function")}function u(_,v){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:_}function l(_,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);_.prototype=Object.create(v&&v.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(_,v):_.__proto__=v)}var c=function(_){l(v,_);function v(){return p(this,v),u(this,(v.__proto__||Object.getPrototypeOf(v)).apply(this,arguments))}return r(v,null,[{key:"create",value:function(g){return g==="super"?document.createElement("sup"):g==="sub"?document.createElement("sub"):d(v.__proto__||Object.getPrototypeOf(v),"create",this).call(this,g)}},{key:"formats",value:function(g){if(g.tagName==="SUB")return"sub";if(g.tagName==="SUP")return"super"}}]),v}(f.default);c.blotName="script",c.tagName=["SUB","SUP"],o.default=c},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(6),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="strike",u.tagName="S",o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=a(6),d=s(r);function s(l){return l&&l.__esModule?l:{default:l}}function f(l,c){if(!(l instanceof c))throw new TypeError("Cannot call a class as a function")}function h(l,c){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return c&&(typeof c=="object"||typeof c=="function")?c:l}function p(l,c){if(typeof c!="function"&&c!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof c);l.prototype=Object.create(c&&c.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),c&&(Object.setPrototypeOf?Object.setPrototypeOf(l,c):l.__proto__=c)}var u=function(l){p(c,l);function c(){return f(this,c),h(this,(c.__proto__||Object.getPrototypeOf(c)).apply(this,arguments))}return c}(d.default);u.blotName="underline",u.tagName="U",o.default=u},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var x=m.get;return x===void 0?void 0:x.call(w)}},s=a(0),f=p(s),h=a(27);function p(b){return b&&b.__esModule?b:{default:b}}function u(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function l(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function c(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var _=["alt","height","width"],v=function(b){c(g,b);function g(){return u(this,g),l(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"format",value:function(w,m){_.indexOf(w)>-1?m?this.domNode.setAttribute(w,m):this.domNode.removeAttribute(w):d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"format",this).call(this,w,m)}}],[{key:"create",value:function(w){var m=d(g.__proto__||Object.getPrototypeOf(g),"create",this).call(this,w);return typeof w=="string"&&m.setAttribute("src",this.sanitize(w)),m}},{key:"formats",value:function(w){return _.reduce(function(m,k){return w.hasAttribute(k)&&(m[k]=w.getAttribute(k)),m},{})}},{key:"match",value:function(w){return/\.(jpe?g|gif|png)$/.test(w)||/^data:image\/.+;base64/.test(w)}},{key:"sanitize",value:function(w){return(0,h.sanitize)(w,["http","https","data"])?w:"//:0"}},{key:"value",value:function(w){return w.getAttribute("src")}}]),g}(f.default.Embed);v.blotName="image",v.tagName="IMG",o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0});var r=function(){function b(g,y){for(var w=0;w<y.length;w++){var m=y[w];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(g,m.key,m)}}return function(g,y,w){return y&&b(g.prototype,y),w&&b(g,w),g}}(),d=function b(g,y,w){g===null&&(g=Function.prototype);var m=Object.getOwnPropertyDescriptor(g,y);if(m===void 0){var k=Object.getPrototypeOf(g);return k===null?void 0:b(k,y,w)}else{if("value"in m)return m.value;var x=m.get;return x===void 0?void 0:x.call(w)}},s=a(4),f=a(27),h=p(f);function p(b){return b&&b.__esModule?b:{default:b}}function u(b,g){if(!(b instanceof g))throw new TypeError("Cannot call a class as a function")}function l(b,g){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:b}function c(b,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);b.prototype=Object.create(g&&g.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(b,g):b.__proto__=g)}var _=["height","width"],v=function(b){c(g,b);function g(){return u(this,g),l(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return r(g,[{key:"format",value:function(w,m){_.indexOf(w)>-1?m?this.domNode.setAttribute(w,m):this.domNode.removeAttribute(w):d(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"format",this).call(this,w,m)}}],[{key:"create",value:function(w){var m=d(g.__proto__||Object.getPrototypeOf(g),"create",this).call(this,w);return m.setAttribute("frameborder","0"),m.setAttribute("allowfullscreen",!0),m.setAttribute("src",this.sanitize(w)),m}},{key:"formats",value:function(w){return _.reduce(function(m,k){return w.hasAttribute(k)&&(m[k]=w.getAttribute(k)),m},{})}},{key:"sanitize",value:function(w){return h.default.sanitize(w)}},{key:"value",value:function(w){return w.getAttribute("src")}}]),g}(s.BlockEmbed);v.blotName="video",v.className="ql-video",v.tagName="IFRAME",o.default=v},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.FormulaBlot=void 0;var r=function(){function w(m,k){for(var x=0;x<k.length;x++){var S=k[x];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(m,S.key,S)}}return function(m,k,x){return k&&w(m.prototype,k),x&&w(m,x),m}}(),d=function w(m,k,x){m===null&&(m=Function.prototype);var S=Object.getOwnPropertyDescriptor(m,k);if(S===void 0){var T=Object.getPrototypeOf(m);return T===null?void 0:w(T,k,x)}else{if("value"in S)return S.value;var M=S.get;return M===void 0?void 0:M.call(x)}},s=a(35),f=c(s),h=a(5),p=c(h),u=a(9),l=c(u);function c(w){return w&&w.__esModule?w:{default:w}}function _(w,m){if(!(w instanceof m))throw new TypeError("Cannot call a class as a function")}function v(w,m){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:w}function b(w,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);w.prototype=Object.create(m&&m.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(w,m):w.__proto__=m)}var g=function(w){b(m,w);function m(){return _(this,m),v(this,(m.__proto__||Object.getPrototypeOf(m)).apply(this,arguments))}return r(m,null,[{key:"create",value:function(x){var S=d(m.__proto__||Object.getPrototypeOf(m),"create",this).call(this,x);return typeof x=="string"&&(window.katex.render(x,S,{throwOnError:!1,errorColor:"#f00"}),S.setAttribute("data-value",x)),S}},{key:"value",value:function(x){return x.getAttribute("data-value")}}]),m}(f.default);g.blotName="formula",g.className="ql-formula",g.tagName="SPAN";var y=function(w){b(m,w),r(m,null,[{key:"register",value:function(){p.default.register(g,!0)}}]);function m(){_(this,m);var k=v(this,(m.__proto__||Object.getPrototypeOf(m)).call(this));if(window.katex==null)throw new Error("Formula module requires KaTeX.");return k}return m}(l.default);o.FormulaBlot=g,o.default=y},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.CodeToken=o.CodeBlock=void 0;var r=function(){function x(S,T){for(var M=0;M<T.length;M++){var E=T[M];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(S,E.key,E)}}return function(S,T,M){return T&&x(S.prototype,T),M&&x(S,M),S}}(),d=function x(S,T,M){S===null&&(S=Function.prototype);var E=Object.getOwnPropertyDescriptor(S,T);if(E===void 0){var C=Object.getPrototypeOf(S);return C===null?void 0:x(C,T,M)}else{if("value"in E)return E.value;var O=E.get;return O===void 0?void 0:O.call(M)}},s=a(0),f=v(s),h=a(5),p=v(h),u=a(9),l=v(u),c=a(13),_=v(c);function v(x){return x&&x.__esModule?x:{default:x}}function b(x,S){if(!(x instanceof S))throw new TypeError("Cannot call a class as a function")}function g(x,S){if(!x)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return S&&(typeof S=="object"||typeof S=="function")?S:x}function y(x,S){if(typeof S!="function"&&S!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof S);x.prototype=Object.create(S&&S.prototype,{constructor:{value:x,enumerable:!1,writable:!0,configurable:!0}}),S&&(Object.setPrototypeOf?Object.setPrototypeOf(x,S):x.__proto__=S)}var w=function(x){y(S,x);function S(){return b(this,S),g(this,(S.__proto__||Object.getPrototypeOf(S)).apply(this,arguments))}return r(S,[{key:"replaceWith",value:function(M){this.domNode.textContent=this.domNode.textContent,this.attach(),d(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"replaceWith",this).call(this,M)}},{key:"highlight",value:function(M){var E=this.domNode.textContent;this.cachedText!==E&&((E.trim().length>0||this.cachedText==null)&&(this.domNode.innerHTML=M(E),this.domNode.normalize(),this.attach()),this.cachedText=E)}}]),S}(_.default);w.className="ql-syntax";var m=new f.default.Attributor.Class("token","hljs",{scope:f.default.Scope.INLINE}),k=function(x){y(S,x),r(S,null,[{key:"register",value:function(){p.default.register(m,!0),p.default.register(w,!0)}}]);function S(T,M){b(this,S);var E=g(this,(S.__proto__||Object.getPrototypeOf(S)).call(this,T,M));if(typeof E.options.highlight!="function")throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var C=null;return E.quill.on(p.default.events.SCROLL_OPTIMIZE,function(){clearTimeout(C),C=setTimeout(function(){E.highlight(),C=null},E.options.interval)}),E.highlight(),E}return r(S,[{key:"highlight",value:function(){var M=this;if(!this.quill.selection.composing){this.quill.update(p.default.sources.USER);var E=this.quill.getSelection();this.quill.scroll.descendants(w).forEach(function(C){C.highlight(M.options.highlight)}),this.quill.update(p.default.sources.SILENT),E!=null&&this.quill.setSelection(E,p.default.sources.SILENT)}}}]),S}(l.default);k.DEFAULTS={highlight:function(){return window.hljs==null?null:function(x){var S=window.hljs.highlightAuto(x);return S.value}}(),interval:1e3},o.CodeBlock=w,o.CodeToken=m,o.default=k},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=13 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=9 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=14 x2=4 y1=14 y2=14></line> <line class=ql-stroke x1=12 x2=6 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=5 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=9 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=3 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=3 y1=4 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <g class="ql-fill ql-color-label"> <polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon> <rect height=1 width=1 x=4 y=4></rect> <polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon> <rect height=1 width=1 x=2 y=6></rect> <rect height=1 width=1 x=3 y=5></rect> <rect height=1 width=1 x=4 y=7></rect> <polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon> <rect height=1 width=1 x=2 y=12></rect> <rect height=1 width=1 x=2 y=9></rect> <rect height=1 width=1 x=2 y=15></rect> <polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon> <rect height=1 width=1 x=3 y=8></rect> <path d=M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z></path> <path d=M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z></path> <path d=M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z></path> <rect height=1 width=1 x=12 y=2></rect> <rect height=1 width=1 x=11 y=3></rect> <path d=M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z></path> <rect height=1 width=1 x=2 y=3></rect> <rect height=1 width=1 x=6 y=2></rect> <rect height=1 width=1 x=3 y=2></rect> <rect height=1 width=1 x=5 y=3></rect> <rect height=1 width=1 x=9 y=2></rect> <rect height=1 width=1 x=15 y=14></rect> <polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon> <rect height=1 width=1 x=13 y=7></rect> <rect height=1 width=1 x=15 y=5></rect> <rect height=1 width=1 x=14 y=6></rect> <rect height=1 width=1 x=15 y=8></rect> <rect height=1 width=1 x=14 y=9></rect> <path d=M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z></path> <rect height=1 width=1 x=14 y=3></rect> <polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon> <rect height=1 width=1 x=15 y=2></rect> <rect height=1 width=1 x=12 y=5></rect> <rect height=1 width=1 x=13 y=4></rect> <polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon> <rect height=1 width=1 x=9 y=14></rect> <rect height=1 width=1 x=8 y=15></rect> <path d=M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z></path> <rect height=1 width=1 x=5 y=15></rect> <path d=M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z></path> <rect height=1 width=1 x=11 y=15></rect> <path d=M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z></path> <rect height=1 width=1 x=14 y=15></rect> <rect height=1 width=1 x=15 y=11></rect> </g> <polyline class=ql-stroke points="5.5 13 9 5 12.5 13"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=11 y2=11></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <rect class="ql-fill ql-stroke" height=3 width=3 x=4 y=5></rect> <rect class="ql-fill ql-stroke" height=3 width=3 x=11 y=5></rect> <path class="ql-even ql-fill ql-stroke" d=M7,8c0,4.031-3,5-3,5></path> <path class="ql-even ql-fill ql-stroke" d=M14,8c0,4.031-3,5-3,5></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z></path> <path class=ql-stroke d=M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z></path> </svg>'},function(e,o){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=5 x2=13 y1=3 y2=3></line> <line class=ql-stroke x1=6 x2=9.35 y1=12 y2=3></line> <line class=ql-stroke x1=11 x2=15 y1=11 y2=15></line> <line class=ql-stroke x1=15 x2=11 y1=11 y2=15></line> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=7 x=2 y=14></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-color-label ql-stroke ql-transparent" x1=3 x2=15 y1=15 y2=15></line> <polyline class=ql-stroke points="5.5 11 9 3 12.5 11"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=9 y2=9></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon> <line class="ql-stroke ql-fill" x1=15 x2=11 y1=4 y2=4></line> <path class=ql-fill d=M11,3a3,3,0,0,0,0,6h1V3H11Z></path> <rect class=ql-fill height=11 width=1 x=11 y=4></rect> <rect class=ql-fill height=11 width=1 x=13 y=4></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon> <line class="ql-stroke ql-fill" x1=9 x2=5 y1=4 y2=4></line> <path class=ql-fill d=M5,3A3,3,0,0,0,5,9H6V3H5Z></path> <rect class=ql-fill height=11 width=1 x=5 y=4></rect> <rect class=ql-fill height=11 width=1 x=7 y=4></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M14,16H4a1,1,0,0,1,0-2H14A1,1,0,0,1,14,16Z /> <path class=ql-fill d=M14,4H4A1,1,0,0,1,4,2H14A1,1,0,0,1,14,4Z /> <rect class=ql-fill x=3 y=6 width=12 height=6 rx=1 ry=1 /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M13,16H5a1,1,0,0,1,0-2h8A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H5A1,1,0,0,1,5,2h8A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=2 y=6 width=14 height=6 rx=1 ry=1 /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z /> <path class=ql-fill d=M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z /> <path class=ql-fill d=M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z /> <path class=ql-fill d=M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z /> <rect class=ql-fill x=2 y=6 width=8 height=6 rx=1 ry=1 /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z /> <path class=ql-fill d=M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z /> <path class=ql-fill d=M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=8 y=6 width=8 height=6 rx=1 ry=1 transform="translate(24 18) rotate(-180)"/> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z></path> <rect class=ql-fill height=1.6 rx=0.8 ry=0.8 width=5 x=5.15 y=6.2></rect> <path class=ql-fill d=M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z></path> </svg>'},function(e,o){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z /> </svg>'},function(e,o){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=13 y1=4 y2=4></line> <line class=ql-stroke x1=5 x2=11 y1=14 y2=14></line> <line class=ql-stroke x1=8 x2=10 y1=14 y2=4></line> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=10 width=12 x=3 y=4></rect> <circle class=ql-fill cx=6 cy=7 r=1></circle> <polyline class="ql-even ql-fill" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="5 7 5 11 3 9 5 7"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=11 y1=7 y2=11></line> <path class="ql-even ql-stroke" d=M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z></path> <path class="ql-even ql-stroke" d=M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=7 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=7 x2=15 y1=14 y2=14></line> <line class="ql-stroke ql-thin" x1=2.5 x2=4.5 y1=5.5 y2=5.5></line> <path class=ql-fill d=M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z></path> <path class="ql-stroke ql-thin" d=M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156></path> <path class="ql-stroke ql-thin" d=M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=6 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=6 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=6 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=3 y1=4 y2=4></line> <line class=ql-stroke x1=3 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=3 y1=14 y2=14></line> </svg>'},function(e,o){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=9 x2=15 y1=4 y2=4></line> <polyline class=ql-stroke points="3 4 4 5 6 3"></polyline> <line class=ql-stroke x1=9 x2=15 y1=14 y2=14></line> <polyline class=ql-stroke points="3 14 4 15 6 13"></polyline> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="3 9 4 10 6 8"></polyline> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z /> <path class=ql-fill d=M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z /> <path class=ql-fill d=M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z /> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-stroke ql-thin" x1=15.5 x2=2.5 y1=8.5 y2=9.5></line> <path class=ql-fill d=M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z></path> <path class=ql-fill d=M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z></path> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3></path> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=12 x=3 y=15></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=12 width=12 x=3 y=3></rect> <rect class=ql-fill height=12 width=1 x=5 y=3></rect> <rect class=ql-fill height=12 width=1 x=12 y=3></rect> <rect class=ql-fill height=2 width=8 x=5 y=8></rect> <rect class=ql-fill height=1 width=3 x=3 y=5></rect> <rect class=ql-fill height=1 width=3 x=3 y=7></rect> <rect class=ql-fill height=1 width=3 x=3 y=10></rect> <rect class=ql-fill height=1 width=3 x=3 y=12></rect> <rect class=ql-fill height=1 width=3 x=12 y=5></rect> <rect class=ql-fill height=1 width=3 x=12 y=7></rect> <rect class=ql-fill height=1 width=3 x=12 y=10></rect> <rect class=ql-fill height=1 width=3 x=12 y=12></rect> </svg>'},function(e,o){e.exports='<svg viewbox="0 0 18 18"> <polygon class=ql-stroke points="7 11 9 13 11 11 7 11"></polygon> <polygon class=ql-stroke points="7 7 9 5 11 7 7 7"></polygon> </svg>'},function(e,o,a){Object.defineProperty(o,"__esModule",{value:!0}),o.default=o.BubbleTooltip=void 0;var r=function S(T,M,E){T===null&&(T=Function.prototype);var C=Object.getOwnPropertyDescriptor(T,M);if(C===void 0){var O=Object.getPrototypeOf(T);return O===null?void 0:S(O,M,E)}else{if("value"in C)return C.value;var N=C.get;return N===void 0?void 0:N.call(E)}},d=function(){function S(T,M){for(var E=0;E<M.length;E++){var C=M[E];C.enumerable=C.enumerable||!1,C.configurable=!0,"value"in C&&(C.writable=!0),Object.defineProperty(T,C.key,C)}}return function(T,M,E){return M&&S(T.prototype,M),E&&S(T,E),T}}(),s=a(3),f=b(s),h=a(8),p=b(h),u=a(43),l=b(u),c=a(15),_=a(41),v=b(_);function b(S){return S&&S.__esModule?S:{default:S}}function g(S,T){if(!(S instanceof T))throw new TypeError("Cannot call a class as a function")}function y(S,T){if(!S)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return T&&(typeof T=="object"||typeof T=="function")?T:S}function w(S,T){if(typeof T!="function"&&T!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof T);S.prototype=Object.create(T&&T.prototype,{constructor:{value:S,enumerable:!1,writable:!0,configurable:!0}}),T&&(Object.setPrototypeOf?Object.setPrototypeOf(S,T):S.__proto__=T)}var m=[["bold","italic","link"],[{header:1},{header:2},"blockquote"]],k=function(S){w(T,S);function T(M,E){g(this,T),E.modules.toolbar!=null&&E.modules.toolbar.container==null&&(E.modules.toolbar.container=m);var C=y(this,(T.__proto__||Object.getPrototypeOf(T)).call(this,M,E));return C.quill.container.classList.add("ql-bubble"),C}return d(T,[{key:"extendToolbar",value:function(E){this.tooltip=new x(this.quill,this.options.bounds),this.tooltip.root.appendChild(E.container),this.buildButtons([].slice.call(E.container.querySelectorAll("button")),v.default),this.buildPickers([].slice.call(E.container.querySelectorAll("select")),v.default)}}]),T}(l.default);k.DEFAULTS=(0,f.default)(!0,{},l.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(T){T?this.quill.theme.tooltip.edit():this.quill.format("link",!1)}}}}});var x=function(S){w(T,S);function T(M,E){g(this,T);var C=y(this,(T.__proto__||Object.getPrototypeOf(T)).call(this,M,E));return C.quill.on(p.default.events.EDITOR_CHANGE,function(O,N,P,q){if(O===p.default.events.SELECTION_CHANGE)if(N!=null&&N.length>0&&q===p.default.sources.USER){C.show(),C.root.style.left="0px",C.root.style.width="",C.root.style.width=C.root.offsetWidth+"px";var G=C.quill.getLines(N.index,N.length);if(G.length===1)C.position(C.quill.getBounds(N));else{var W=G[G.length-1],ie=C.quill.getIndex(W),U=Math.min(W.length()-1,N.index+N.length-ie),R=C.quill.getBounds(new c.Range(ie,U));C.position(R)}}else document.activeElement!==C.textbox&&C.quill.hasFocus()&&C.hide()}),C}return d(T,[{key:"listen",value:function(){var E=this;r(T.prototype.__proto__||Object.getPrototypeOf(T.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",function(){E.root.classList.remove("ql-editing")}),this.quill.on(p.default.events.SCROLL_OPTIMIZE,function(){setTimeout(function(){if(!E.root.classList.contains("ql-hidden")){var C=E.quill.getSelection();C!=null&&E.position(E.quill.getBounds(C))}},1)})}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(E){var C=r(T.prototype.__proto__||Object.getPrototypeOf(T.prototype),"position",this).call(this,E),O=this.root.querySelector(".ql-tooltip-arrow");if(O.style.marginLeft="",C===0)return C;O.style.marginLeft=-1*C-O.offsetWidth/2+"px"}}]),T}(u.BaseTooltip);x.TEMPLATE=['<span class="ql-tooltip-arrow"></span>','<div class="ql-tooltip-editor">','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-close"></a>',"</div>"].join(""),o.BubbleTooltip=x,o.default=k},function(e,o,a){e.exports=a(63)}]).default})})(Eo);var Mf=Eo.exports;const gt=jn(Mf);var yt=-1,pt=1,ot=0;function mn(t,n,e,o){if(t===n)return t?[[ot,t]]:[];if(e!=null){var a=jf(t,n,e);if(a)return a}var r=qr(t,n),d=t.substring(0,r);t=t.substring(r),n=n.substring(r),r=Fr(t,n);var s=t.substring(t.length-r);t=t.substring(0,t.length-r),n=n.substring(0,n.length-r);var f=Pf(t,n);return d&&f.unshift([ot,d]),s&&f.push([ot,s]),To(f,o),f}function Pf(t,n){var e;if(!t)return[[pt,n]];if(!n)return[[yt,t]];var o=t.length>n.length?t:n,a=t.length>n.length?n:t,r=o.indexOf(a);if(r!==-1)return e=[[pt,o.substring(0,r)],[ot,a],[pt,o.substring(r+a.length)]],t.length>n.length&&(e[0][0]=e[2][0]=yt),e;if(a.length===1)return[[yt,t],[pt,n]];var d=Lf(t,n);if(d){var s=d[0],f=d[1],h=d[2],p=d[3],u=d[4],l=mn(s,h),c=mn(f,p);return l.concat([[ot,u]],c)}return Bf(t,n)}function Bf(t,n){for(var e=t.length,o=n.length,a=Math.ceil((e+o)/2),r=a,d=2*a,s=new Array(d),f=new Array(d),h=0;h<d;h++)s[h]=-1,f[h]=-1;s[r+1]=0,f[r+1]=0;for(var p=e-o,u=p%2!==0,l=0,c=0,_=0,v=0,b=0;b<a;b++){for(var g=-b+l;g<=b-c;g+=2){var y=r+g,w;g===-b||g!==b&&s[y-1]<s[y+1]?w=s[y+1]:w=s[y-1]+1;for(var m=w-g;w<e&&m<o&&t.charAt(w)===n.charAt(m);)w++,m++;if(s[y]=w,w>e)c+=2;else if(m>o)l+=2;else if(u){var k=r+p-g;if(k>=0&&k<d&&f[k]!==-1){var x=e-f[k];if(w>=x)return So(t,n,w,m)}}}for(var S=-b+_;S<=b-v;S+=2){var k=r+S,x;S===-b||S!==b&&f[k-1]<f[k+1]?x=f[k+1]:x=f[k-1]+1;for(var T=x-S;x<e&&T<o&&t.charAt(e-x-1)===n.charAt(o-T-1);)x++,T++;if(f[k]=x,x>e)v+=2;else if(T>o)_+=2;else if(!u){var y=r+p-S;if(y>=0&&y<d&&s[y]!==-1){var w=s[y],m=r+w-y;if(x=e-x,w>=x)return So(t,n,w,m)}}}}return[[yt,t],[pt,n]]}function So(t,n,e,o){var a=t.substring(0,e),r=n.substring(0,o),d=t.substring(e),s=n.substring(o),f=mn(a,r),h=mn(d,s);return f.concat(h)}function qr(t,n){if(!t||!n||t.charAt(0)!==n.charAt(0))return 0;for(var e=0,o=Math.min(t.length,n.length),a=o,r=0;e<a;)t.substring(r,a)==n.substring(r,a)?(e=a,r=e):o=a,a=Math.floor((o-e)/2+e);return xo(t.charCodeAt(a-1))&&a--,a}function Fr(t,n){if(!t||!n||t.slice(-1)!==n.slice(-1))return 0;for(var e=0,o=Math.min(t.length,n.length),a=o,r=0;e<a;)t.substring(t.length-a,t.length-r)==n.substring(n.length-a,n.length-r)?(e=a,r=e):o=a,a=Math.floor((o-e)/2+e);return No(t.charCodeAt(t.length-a))&&a--,a}function Lf(t,n){var e=t.length>n.length?t:n,o=t.length>n.length?n:t;if(e.length<4||o.length*2<e.length)return null;function a(c,_,v){for(var b=c.substring(v,v+Math.floor(c.length/4)),g=-1,y="",w,m,k,x;(g=_.indexOf(b,g+1))!==-1;){var S=qr(c.substring(v),_.substring(g)),T=Fr(c.substring(0,v),_.substring(0,g));y.length<T+S&&(y=_.substring(g-T,g)+_.substring(g,g+S),w=c.substring(0,v-T),m=c.substring(v+S),k=_.substring(0,g-T),x=_.substring(g+S))}return y.length*2>=c.length?[w,m,k,x,y]:null}var r=a(e,o,Math.ceil(e.length/4)),d=a(e,o,Math.ceil(e.length/2)),s;if(!r&&!d)return null;d?r?s=r[4].length>d[4].length?r:d:s=d:s=r;var f,h,p,u;t.length>n.length?(f=s[0],h=s[1],p=s[2],u=s[3]):(p=s[0],u=s[1],f=s[2],h=s[3]);var l=s[4];return[f,h,p,u,l]}function To(t,n){t.push([ot,""]);for(var e=0,o=0,a=0,r="",d="",s;e<t.length;){if(e<t.length-1&&!t[e][1]){t.splice(e,1);continue}switch(t[e][0]){case pt:a++,d+=t[e][1],e++;break;case yt:o++,r+=t[e][1],e++;break;case ot:var f=e-a-o-1;if(n){if(f>=0&&Do(t[f][1])){var h=t[f][1].slice(-1);if(t[f][1]=t[f][1].slice(0,-1),r=h+r,d=h+d,!t[f][1]){t.splice(f,1),e--;var p=f-1;t[p]&&t[p][0]===pt&&(a++,d=t[p][1]+d,p--),t[p]&&t[p][0]===yt&&(o++,r=t[p][1]+r,p--),f=p}}if(Ao(t[e][1])){var h=t[e][1].charAt(0);t[e][1]=t[e][1].slice(1),r+=h,d+=h}}if(e<t.length-1&&!t[e][1]){t.splice(e,1);break}if(r.length>0||d.length>0){r.length>0&&d.length>0&&(s=qr(d,r),s!==0&&(f>=0?t[f][1]+=d.substring(0,s):(t.splice(0,0,[ot,d.substring(0,s)]),e++),d=d.substring(s),r=r.substring(s)),s=Fr(d,r),s!==0&&(t[e][1]=d.substring(d.length-s)+t[e][1],d=d.substring(0,d.length-s),r=r.substring(0,r.length-s)));var u=a+o;r.length===0&&d.length===0?(t.splice(e-u,u),e=e-u):r.length===0?(t.splice(e-u,u,[pt,d]),e=e-u+1):d.length===0?(t.splice(e-u,u,[yt,r]),e=e-u+1):(t.splice(e-u,u,[yt,r],[pt,d]),e=e-u+2)}e!==0&&t[e-1][0]===ot?(t[e-1][1]+=t[e][1],t.splice(e,1)):e++,a=0,o=0,r="",d="";break}}t[t.length-1][1]===""&&t.pop();var l=!1;for(e=1;e<t.length-1;)t[e-1][0]===ot&&t[e+1][0]===ot&&(t[e][1].substring(t[e][1].length-t[e-1][1].length)===t[e-1][1]?(t[e][1]=t[e-1][1]+t[e][1].substring(0,t[e][1].length-t[e-1][1].length),t[e+1][1]=t[e-1][1]+t[e+1][1],t.splice(e-1,1),l=!0):t[e][1].substring(0,t[e+1][1].length)==t[e+1][1]&&(t[e-1][1]+=t[e+1][1],t[e][1]=t[e][1].substring(t[e+1][1].length)+t[e+1][1],t.splice(e+1,1),l=!0)),e++;l&&To(t,n)}function xo(t){return t>=55296&&t<=56319}function No(t){return t>=56320&&t<=57343}function Ao(t){return No(t.charCodeAt(0))}function Do(t){return xo(t.charCodeAt(t.length-1))}function Rf(t){for(var n=[],e=0;e<t.length;e++)t[e][1].length>0&&n.push(t[e]);return n}function Hr(t,n,e,o){return Do(t)||Ao(o)?null:Rf([[ot,t],[yt,n],[pt,e],[ot,o]])}function jf(t,n,e){var o=typeof e=="number"?{index:e,length:0}:e.oldRange,a=typeof e=="number"?null:e.newRange,r=t.length,d=n.length;if(o.length===0&&(a===null||a.length===0)){var s=o.index,f=t.slice(0,s),h=t.slice(s),p=a?a.index:null;e:{var u=s+d-r;if(p!==null&&p!==u||u<0||u>d)break e;var l=n.slice(0,u),c=n.slice(u);if(c!==h)break e;var _=Math.min(s,u),v=f.slice(0,_),b=l.slice(0,_);if(v!==b)break e;var g=f.slice(_),y=l.slice(_);return Hr(v,g,y,h)}e:{if(p!==null&&p!==s)break e;var w=s,l=n.slice(0,w),c=n.slice(w);if(l!==f)break e;var m=Math.min(r-w,d-w),k=h.slice(h.length-m),x=c.slice(c.length-m);if(k!==x)break e;var g=h.slice(0,h.length-m),y=c.slice(0,c.length-m);return Hr(f,g,y,k)}}if(o.length>0&&a&&a.length===0)e:{var v=t.slice(0,o.index),k=t.slice(o.index+o.length),_=v.length,m=k.length;if(d<_+m)break e;var b=n.slice(0,_),x=n.slice(d-m);if(v!==b||k!==x)break e;var g=t.slice(_,r-m),y=n.slice(_,d-m);return Hr(v,g,y,k)}return null}function Wn(t,n,e){return mn(t,n,e,!0)}Wn.INSERT=pt,Wn.DELETE=yt,Wn.EQUAL=ot;var Vf=Wn,Zn={exports:{}};Zn.exports,function(t,n){var e=200,o="__lodash_hash_undefined__",a=9007199254740991,r="[object Arguments]",d="[object Array]",s="[object Boolean]",f="[object Date]",h="[object Error]",p="[object Function]",u="[object GeneratorFunction]",l="[object Map]",c="[object Number]",_="[object Object]",v="[object Promise]",b="[object RegExp]",g="[object Set]",y="[object String]",w="[object Symbol]",m="[object WeakMap]",k="[object ArrayBuffer]",x="[object DataView]",S="[object Float32Array]",T="[object Float64Array]",M="[object Int8Array]",E="[object Int16Array]",C="[object Int32Array]",O="[object Uint8Array]",N="[object Uint8ClampedArray]",P="[object Uint16Array]",q="[object Uint32Array]",G=/[\\^$.*+?()[\]{}|]/g,W=/\w*$/,ie=/^\[object .+?Constructor\]$/,U=/^(?:0|[1-9]\d*)$/,R={};R[r]=R[d]=R[k]=R[x]=R[s]=R[f]=R[S]=R[T]=R[M]=R[E]=R[C]=R[l]=R[c]=R[_]=R[b]=R[g]=R[y]=R[w]=R[O]=R[N]=R[P]=R[q]=!0,R[h]=R[p]=R[m]=!1;var A=typeof qe=="object"&&qe&&qe.Object===Object&&qe,j=typeof self=="object"&&self&&self.Object===Object&&self,V=A||j||Function("return this")(),Y=n&&!n.nodeType&&n,H=Y&&!0&&t&&!t.nodeType&&t,B=H&&H.exports===Y;function z($,D){return $.set(D[0],D[1]),$}function Z($,D){return $.add(D),$}function J($,D){for(var F=-1,ee=$?$.length:0;++F<ee&&D($[F],F,$)!==!1;);return $}function ne($,D){for(var F=-1,ee=D.length,we=$.length;++F<ee;)$[we+F]=D[F];return $}function de($,D,F,ee){var we=-1,fe=$?$.length:0;for(ee&&fe&&(F=$[++we]);++we<fe;)F=D(F,$[we],we,$);return F}function he($,D){for(var F=-1,ee=Array($);++F<$;)ee[F]=D(F);return ee}function ve($,D){return $==null?void 0:$[D]}function ke($){var D=!1;if($!=null&&typeof $.toString!="function")try{D=!!($+"")}catch{}return D}function Oe($){var D=-1,F=Array($.size);return $.forEach(function(ee,we){F[++D]=[we,ee]}),F}function Be($,D){return function(F){return $(D(F))}}function Pe($){var D=-1,F=Array($.size);return $.forEach(function(ee){F[++D]=ee}),F}var Q=Array.prototype,te=Function.prototype,ae=Object.prototype,le=V["__core-js_shared__"],re=function(){var $=/[^.]+$/.exec(le&&le.keys&&le.keys.IE_PROTO||"");return $?"Symbol(src)_1."+$:""}(),$e=te.toString,me=ae.hasOwnProperty,be=ae.toString,He=RegExp("^"+$e.call(me).replace(G,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=B?V.Buffer:void 0,Ne=V.Symbol,vt=V.Uint8Array,Ee=Be(Object.getPrototypeOf,Object),tt=Object.create,Ht=ae.propertyIsEnumerable,vn=Q.splice,zt=Object.getOwnPropertySymbols,De=je?je.isBuffer:void 0,Bt=Be(Object.keys,Object),bt=mt(V,"DataView"),St=mt(V,"Map"),We=mt(V,"Promise"),_t=mt(V,"Set"),nt=mt(V,"WeakMap"),Tt=mt(Object,"create"),Ut=rt(bt),I=rt(St),L=rt(We),K=rt(_t),X=rt(nt),oe=Ne?Ne.prototype:void 0,se=oe?oe.valueOf:void 0;function ye($){var D=-1,F=$?$.length:0;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function ue(){this.__data__=Tt?Tt(null):{}}function Ce($){return this.has($)&&delete this.__data__[$]}function ce($){var D=this.__data__;if(Tt){var F=D[$];return F===o?void 0:F}return me.call(D,$)?D[$]:void 0}function ge($){var D=this.__data__;return Tt?D[$]!==void 0:me.call(D,$)}function Te($,D){var F=this.__data__;return F[$]=Tt&&D===void 0?o:D,this}ye.prototype.clear=ue,ye.prototype.delete=Ce,ye.prototype.get=ce,ye.prototype.has=ge,ye.prototype.set=Te;function Me($){var D=-1,F=$?$.length:0;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function Ke(){this.__data__=[]}function xt($){var D=this.__data__,F=tn(D,$);if(F<0)return!1;var ee=D.length-1;return F==ee?D.pop():vn.call(D,F,1),!0}function $t($){var D=this.__data__,F=tn(D,$);return F<0?void 0:D[F][1]}function bn($){return tn(this.__data__,$)>-1}function Kt($,D){var F=this.__data__,ee=tn(F,$);return ee<0?F.push([$,D]):F[ee][1]=D,this}Me.prototype.clear=Ke,Me.prototype.delete=xt,Me.prototype.get=$t,Me.prototype.has=bn,Me.prototype.set=Kt;function ze($){var D=-1,F=$?$.length:0;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function _n(){this.__data__={hash:new ye,map:new(St||Me),string:new ye}}function $n($){return Yt(this,$).delete($)}function wn($){return Yt(this,$).get($)}function kn($){return Yt(this,$).has($)}function Cn($,D){return Yt(this,$).set($,D),this}ze.prototype.clear=_n,ze.prototype.delete=$n,ze.prototype.get=wn,ze.prototype.has=kn,ze.prototype.set=Cn;function Ze($){this.__data__=new Me($)}function On(){this.__data__=new Me}function Yr($){return this.__data__.delete($)}function Wr($){return this.__data__.get($)}function Zr($){return this.__data__.has($)}function Jr($,D){var F=this.__data__;if(F instanceof Me){var ee=F.__data__;if(!St||ee.length<e-1)return ee.push([$,D]),this;F=this.__data__=new ze(ee)}return F.set($,D),this}Ze.prototype.clear=On,Ze.prototype.delete=Yr,Ze.prototype.get=Wr,Ze.prototype.has=Zr,Ze.prototype.set=Jr;function en($,D){var F=xn($)||rn($)?he($.length,String):[],ee=F.length,we=!!ee;for(var fe in $)(D||me.call($,fe))&&!(we&&(fe=="length"||ui(fe,ee)))&&F.push(fe);return F}function nr($,D,F){var ee=$[D];(!(me.call($,D)&&lr(ee,F))||F===void 0&&!(D in $))&&($[D]=F)}function tn($,D){for(var F=$.length;F--;)if(lr($[F][0],D))return F;return-1}function wt($,D){return $&&Tn(D,An(D),$)}function En($,D,F,ee,we,fe,Se){var xe;if(ee&&(xe=fe?ee($,we,fe,Se):ee($)),xe!==void 0)return xe;if(!Ct($))return $;var Ve=xn($);if(Ve){if(xe=di($),!D)return ai($,xe)}else{var Ie=At($),Je=Ie==p||Ie==u;if(sr($))return nn($,D);if(Ie==_||Ie==r||Je&&!fe){if(ke($))return fe?$:{};if(xe=kt(Je?{}:$),!D)return li($,wt(xe,$))}else{if(!R[Ie])return fe?$:{};xe=ci($,Ie,En,D)}}Se||(Se=new Ze);var lt=Se.get($);if(lt)return lt;if(Se.set($,xe),!Ve)var Fe=F?si($):An($);return J(Fe||$,function(Xe,Ge){Fe&&(Ge=Xe,Xe=$[Ge]),nr(xe,Ge,En(Xe,D,F,ee,Ge,$,Se))}),xe}function Xr($){return Ct($)?tt($):{}}function Qr($,D,F){var ee=D($);return xn($)?ee:ne(ee,F($))}function ei($){return be.call($)}function ti($){if(!Ct($)||hi($))return!1;var D=Nn($)||ke($)?He:ie;return D.test(rt($))}function ni($){if(!or($))return Bt($);var D=[];for(var F in Object($))me.call($,F)&&F!="constructor"&&D.push(F);return D}function nn($,D){if(D)return $.slice();var F=new $.constructor($.length);return $.copy(F),F}function Sn($){var D=new $.constructor($.byteLength);return new vt(D).set(new vt($)),D}function Gt($,D){var F=D?Sn($.buffer):$.buffer;return new $.constructor(F,$.byteOffset,$.byteLength)}function rr($,D,F){var ee=D?F(Oe($),!0):Oe($);return de(ee,z,new $.constructor)}function ir($){var D=new $.constructor($.source,W.exec($));return D.lastIndex=$.lastIndex,D}function ri($,D,F){var ee=D?F(Pe($),!0):Pe($);return de(ee,Z,new $.constructor)}function ii($){return se?Object(se.call($)):{}}function oi($,D){var F=D?Sn($.buffer):$.buffer;return new $.constructor(F,$.byteOffset,$.length)}function ai($,D){var F=-1,ee=$.length;for(D||(D=Array(ee));++F<ee;)D[F]=$[F];return D}function Tn($,D,F,ee){F||(F={});for(var we=-1,fe=D.length;++we<fe;){var Se=D[we],xe=ee?ee(F[Se],$[Se],Se,F,$):void 0;nr(F,Se,xe===void 0?$[Se]:xe)}return F}function li($,D){return Tn($,Nt($),D)}function si($){return Qr($,An,Nt)}function Yt($,D){var F=$.__data__;return fi(D)?F[typeof D=="string"?"string":"hash"]:F.map}function mt($,D){var F=ve($,D);return ti(F)?F:void 0}var Nt=zt?Be(zt,Object):mi,At=ei;(bt&&At(new bt(new ArrayBuffer(1)))!=x||St&&At(new St)!=l||We&&At(We.resolve())!=v||_t&&At(new _t)!=g||nt&&At(new nt)!=m)&&(At=function($){var D=be.call($),F=D==_?$.constructor:void 0,ee=F?rt(F):void 0;if(ee)switch(ee){case Ut:return x;case I:return l;case L:return v;case K:return g;case X:return m}return D});function di($){var D=$.length,F=$.constructor(D);return D&&typeof $[0]=="string"&&me.call($,"index")&&(F.index=$.index,F.input=$.input),F}function kt($){return typeof $.constructor=="function"&&!or($)?Xr(Ee($)):{}}function ci($,D,F,ee){var we=$.constructor;switch(D){case k:return Sn($);case s:case f:return new we(+$);case x:return Gt($,ee);case S:case T:case M:case E:case C:case O:case N:case P:case q:return oi($,ee);case l:return rr($,ee,F);case c:case y:return new we($);case b:return ir($);case g:return ri($,ee,F);case w:return ii($)}}function ui($,D){return D=D??a,!!D&&(typeof $=="number"||U.test($))&&$>-1&&$%1==0&&$<D}function fi($){var D=typeof $;return D=="string"||D=="number"||D=="symbol"||D=="boolean"?$!=="__proto__":$===null}function hi($){return!!re&&re in $}function or($){var D=$&&$.constructor,F=typeof D=="function"&&D.prototype||ae;return $===F}function rt($){if($!=null){try{return $e.call($)}catch{}try{return $+""}catch{}}return""}function ar($){return En($,!0,!0)}function lr($,D){return $===D||$!==$&&D!==D}function rn($){return pi($)&&me.call($,"callee")&&(!Ht.call($,"callee")||be.call($)==r)}var xn=Array.isArray;function on($){return $!=null&&dr($.length)&&!Nn($)}function pi($){return cr($)&&on($)}var sr=De||gi;function Nn($){var D=Ct($)?be.call($):"";return D==p||D==u}function dr($){return typeof $=="number"&&$>-1&&$%1==0&&$<=a}function Ct($){var D=typeof $;return!!$&&(D=="object"||D=="function")}function cr($){return!!$&&typeof $=="object"}function An($){return on($)?en($):ni($)}function mi(){return[]}function gi(){return!1}t.exports=ar}(Zn,Zn.exports);var Io=Zn.exports,Jn={exports:{}};Jn.exports,function(t,n){var e=200,o="__lodash_hash_undefined__",a=1,r=2,d=9007199254740991,s="[object Arguments]",f="[object Array]",h="[object AsyncFunction]",p="[object Boolean]",u="[object Date]",l="[object Error]",c="[object Function]",_="[object GeneratorFunction]",v="[object Map]",b="[object Number]",g="[object Null]",y="[object Object]",w="[object Promise]",m="[object Proxy]",k="[object RegExp]",x="[object Set]",S="[object String]",T="[object Symbol]",M="[object Undefined]",E="[object WeakMap]",C="[object ArrayBuffer]",O="[object DataView]",N="[object Float32Array]",P="[object Float64Array]",q="[object Int8Array]",G="[object Int16Array]",W="[object Int32Array]",ie="[object Uint8Array]",U="[object Uint8ClampedArray]",R="[object Uint16Array]",A="[object Uint32Array]",j=/[\\^$.*+?()[\]{}|]/g,V=/^\[object .+?Constructor\]$/,Y=/^(?:0|[1-9]\d*)$/,H={};H[N]=H[P]=H[q]=H[G]=H[W]=H[ie]=H[U]=H[R]=H[A]=!0,H[s]=H[f]=H[C]=H[p]=H[O]=H[u]=H[l]=H[c]=H[v]=H[b]=H[y]=H[k]=H[x]=H[S]=H[E]=!1;var B=typeof qe=="object"&&qe&&qe.Object===Object&&qe,z=typeof self=="object"&&self&&self.Object===Object&&self,Z=B||z||Function("return this")(),J=n&&!n.nodeType&&n,ne=J&&!0&&t&&!t.nodeType&&t,de=ne&&ne.exports===J,he=de&&B.process,ve=function(){try{return he&&he.binding&&he.binding("util")}catch{}}(),ke=ve&&ve.isTypedArray;function Oe($,D){for(var F=-1,ee=$==null?0:$.length,we=0,fe=[];++F<ee;){var Se=$[F];D(Se,F,$)&&(fe[we++]=Se)}return fe}function Be($,D){for(var F=-1,ee=D.length,we=$.length;++F<ee;)$[we+F]=D[F];return $}function Pe($,D){for(var F=-1,ee=$==null?0:$.length;++F<ee;)if(D($[F],F,$))return!0;return!1}function Q($,D){for(var F=-1,ee=Array($);++F<$;)ee[F]=D(F);return ee}function te($){return function(D){return $(D)}}function ae($,D){return $.has(D)}function le($,D){return $==null?void 0:$[D]}function re($){var D=-1,F=Array($.size);return $.forEach(function(ee,we){F[++D]=[we,ee]}),F}function $e($,D){return function(F){return $(D(F))}}function me($){var D=-1,F=Array($.size);return $.forEach(function(ee){F[++D]=ee}),F}var be=Array.prototype,He=Function.prototype,je=Object.prototype,Ne=Z["__core-js_shared__"],vt=He.toString,Ee=je.hasOwnProperty,tt=function(){var $=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||"");return $?"Symbol(src)_1."+$:""}(),Ht=je.toString,vn=RegExp("^"+vt.call(Ee).replace(j,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),zt=de?Z.Buffer:void 0,De=Z.Symbol,Bt=Z.Uint8Array,bt=je.propertyIsEnumerable,St=be.splice,We=De?De.toStringTag:void 0,_t=Object.getOwnPropertySymbols,nt=zt?zt.isBuffer:void 0,Tt=$e(Object.keys,Object),Ut=Nt(Z,"DataView"),I=Nt(Z,"Map"),L=Nt(Z,"Promise"),K=Nt(Z,"Set"),X=Nt(Z,"WeakMap"),oe=Nt(Object,"create"),se=rt(Ut),ye=rt(I),ue=rt(L),Ce=rt(K),ce=rt(X),ge=De?De.prototype:void 0,Te=ge?ge.valueOf:void 0;function Me($){var D=-1,F=$==null?0:$.length;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function Ke(){this.__data__=oe?oe(null):{},this.size=0}function xt($){var D=this.has($)&&delete this.__data__[$];return this.size-=D?1:0,D}function $t($){var D=this.__data__;if(oe){var F=D[$];return F===o?void 0:F}return Ee.call(D,$)?D[$]:void 0}function bn($){var D=this.__data__;return oe?D[$]!==void 0:Ee.call(D,$)}function Kt($,D){var F=this.__data__;return this.size+=this.has($)?0:1,F[$]=oe&&D===void 0?o:D,this}Me.prototype.clear=Ke,Me.prototype.delete=xt,Me.prototype.get=$t,Me.prototype.has=bn,Me.prototype.set=Kt;function ze($){var D=-1,F=$==null?0:$.length;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function _n(){this.__data__=[],this.size=0}function $n($){var D=this.__data__,F=nn(D,$);if(F<0)return!1;var ee=D.length-1;return F==ee?D.pop():St.call(D,F,1),--this.size,!0}function wn($){var D=this.__data__,F=nn(D,$);return F<0?void 0:D[F][1]}function kn($){return nn(this.__data__,$)>-1}function Cn($,D){var F=this.__data__,ee=nn(F,$);return ee<0?(++this.size,F.push([$,D])):F[ee][1]=D,this}ze.prototype.clear=_n,ze.prototype.delete=$n,ze.prototype.get=wn,ze.prototype.has=kn,ze.prototype.set=Cn;function Ze($){var D=-1,F=$==null?0:$.length;for(this.clear();++D<F;){var ee=$[D];this.set(ee[0],ee[1])}}function On(){this.size=0,this.__data__={hash:new Me,map:new(I||ze),string:new Me}}function Yr($){var D=mt(this,$).delete($);return this.size-=D?1:0,D}function Wr($){return mt(this,$).get($)}function Zr($){return mt(this,$).has($)}function Jr($,D){var F=mt(this,$),ee=F.size;return F.set($,D),this.size+=F.size==ee?0:1,this}Ze.prototype.clear=On,Ze.prototype.delete=Yr,Ze.prototype.get=Wr,Ze.prototype.has=Zr,Ze.prototype.set=Jr;function en($){var D=-1,F=$==null?0:$.length;for(this.__data__=new Ze;++D<F;)this.add($[D])}function nr($){return this.__data__.set($,o),this}function tn($){return this.__data__.has($)}en.prototype.add=en.prototype.push=nr,en.prototype.has=tn;function wt($){var D=this.__data__=new ze($);this.size=D.size}function En(){this.__data__=new ze,this.size=0}function Xr($){var D=this.__data__,F=D.delete($);return this.size=D.size,F}function Qr($){return this.__data__.get($)}function ei($){return this.__data__.has($)}function ti($,D){var F=this.__data__;if(F instanceof ze){var ee=F.__data__;if(!I||ee.length<e-1)return ee.push([$,D]),this.size=++F.size,this;F=this.__data__=new Ze(ee)}return F.set($,D),this.size=F.size,this}wt.prototype.clear=En,wt.prototype.delete=Xr,wt.prototype.get=Qr,wt.prototype.has=ei,wt.prototype.set=ti;function ni($,D){var F=rn($),ee=!F&&lr($),we=!F&&!ee&&on($),fe=!F&&!ee&&!we&&cr($),Se=F||ee||we||fe,xe=Se?Q($.length,String):[],Ve=xe.length;for(var Ie in $)(D||Ee.call($,Ie))&&!(Se&&(Ie=="length"||we&&(Ie=="offset"||Ie=="parent")||fe&&(Ie=="buffer"||Ie=="byteLength"||Ie=="byteOffset")||ci(Ie,Ve)))&&xe.push(Ie);return xe}function nn($,D){for(var F=$.length;F--;)if(ar($[F][0],D))return F;return-1}function Sn($,D,F){var ee=D($);return rn($)?ee:Be(ee,F($))}function Gt($){return $==null?$===void 0?M:g:We&&We in Object($)?At($):or($)}function rr($){return Ct($)&&Gt($)==s}function ir($,D,F,ee,we){return $===D?!0:$==null||D==null||!Ct($)&&!Ct(D)?$!==$&&D!==D:ri($,D,F,ee,ir,we)}function ri($,D,F,ee,we,fe){var Se=rn($),xe=rn(D),Ve=Se?f:kt($),Ie=xe?f:kt(D);Ve=Ve==s?y:Ve,Ie=Ie==s?y:Ie;var Je=Ve==y,lt=Ie==y,Fe=Ve==Ie;if(Fe&&on($)){if(!on(D))return!1;Se=!0,Je=!1}if(Fe&&!Je)return fe||(fe=new wt),Se||cr($)?Tn($,D,F,ee,we,fe):li($,D,Ve,F,ee,we,fe);if(!(F&a)){var Xe=Je&&Ee.call($,"__wrapped__"),Ge=lt&&Ee.call(D,"__wrapped__");if(Xe||Ge){var Lt=Xe?$.value():$,Dt=Ge?D.value():D;return fe||(fe=new wt),we(Lt,Dt,F,ee,fe)}}return Fe?(fe||(fe=new wt),si($,D,F,ee,we,fe)):!1}function ii($){if(!dr($)||fi($))return!1;var D=sr($)?vn:V;return D.test(rt($))}function oi($){return Ct($)&&Nn($.length)&&!!H[Gt($)]}function ai($){if(!hi($))return Tt($);var D=[];for(var F in Object($))Ee.call($,F)&&F!="constructor"&&D.push(F);return D}function Tn($,D,F,ee,we,fe){var Se=F&a,xe=$.length,Ve=D.length;if(xe!=Ve&&!(Se&&Ve>xe))return!1;var Ie=fe.get($);if(Ie&&fe.get(D))return Ie==D;var Je=-1,lt=!0,Fe=F&r?new en:void 0;for(fe.set($,D),fe.set(D,$);++Je<xe;){var Xe=$[Je],Ge=D[Je];if(ee)var Lt=Se?ee(Ge,Xe,Je,D,$,fe):ee(Xe,Ge,Je,$,D,fe);if(Lt!==void 0){if(Lt)continue;lt=!1;break}if(Fe){if(!Pe(D,function(Dt,Wt){if(!ae(Fe,Wt)&&(Xe===Dt||we(Xe,Dt,F,ee,fe)))return Fe.push(Wt)})){lt=!1;break}}else if(!(Xe===Ge||we(Xe,Ge,F,ee,fe))){lt=!1;break}}return fe.delete($),fe.delete(D),lt}function li($,D,F,ee,we,fe,Se){switch(F){case O:if($.byteLength!=D.byteLength||$.byteOffset!=D.byteOffset)return!1;$=$.buffer,D=D.buffer;case C:return!($.byteLength!=D.byteLength||!fe(new Bt($),new Bt(D)));case p:case u:case b:return ar(+$,+D);case l:return $.name==D.name&&$.message==D.message;case k:case S:return $==D+"";case v:var xe=re;case x:var Ve=ee&a;if(xe||(xe=me),$.size!=D.size&&!Ve)return!1;var Ie=Se.get($);if(Ie)return Ie==D;ee|=r,Se.set($,D);var Je=Tn(xe($),xe(D),ee,we,fe,Se);return Se.delete($),Je;case T:if(Te)return Te.call($)==Te.call(D)}return!1}function si($,D,F,ee,we,fe){var Se=F&a,xe=Yt($),Ve=xe.length,Ie=Yt(D),Je=Ie.length;if(Ve!=Je&&!Se)return!1;for(var lt=Ve;lt--;){var Fe=xe[lt];if(!(Se?Fe in D:Ee.call(D,Fe)))return!1}var Xe=fe.get($);if(Xe&&fe.get(D))return Xe==D;var Ge=!0;fe.set($,D),fe.set(D,$);for(var Lt=Se;++lt<Ve;){Fe=xe[lt];var Dt=$[Fe],Wt=D[Fe];if(ee)var Ho=Se?ee(Wt,Dt,Fe,D,$,fe):ee(Dt,Wt,Fe,$,D,fe);if(!(Ho===void 0?Dt===Wt||we(Dt,Wt,F,ee,fe):Ho)){Ge=!1;break}Lt||(Lt=Fe=="constructor")}if(Ge&&!Lt){var ur=$.constructor,fr=D.constructor;ur!=fr&&"constructor"in $&&"constructor"in D&&!(typeof ur=="function"&&ur instanceof ur&&typeof fr=="function"&&fr instanceof fr)&&(Ge=!1)}return fe.delete($),fe.delete(D),Ge}function Yt($){return Sn($,An,di)}function mt($,D){var F=$.__data__;return ui(D)?F[typeof D=="string"?"string":"hash"]:F.map}function Nt($,D){var F=le($,D);return ii(F)?F:void 0}function At($){var D=Ee.call($,We),F=$[We];try{$[We]=void 0;var ee=!0}catch{}var we=Ht.call($);return ee&&(D?$[We]=F:delete $[We]),we}var di=_t?function($){return $==null?[]:($=Object($),Oe(_t($),function(D){return bt.call($,D)}))}:mi,kt=Gt;(Ut&&kt(new Ut(new ArrayBuffer(1)))!=O||I&&kt(new I)!=v||L&&kt(L.resolve())!=w||K&&kt(new K)!=x||X&&kt(new X)!=E)&&(kt=function($){var D=Gt($),F=D==y?$.constructor:void 0,ee=F?rt(F):"";if(ee)switch(ee){case se:return O;case ye:return v;case ue:return w;case Ce:return x;case ce:return E}return D});function ci($,D){return D=D??d,!!D&&(typeof $=="number"||Y.test($))&&$>-1&&$%1==0&&$<D}function ui($){var D=typeof $;return D=="string"||D=="number"||D=="symbol"||D=="boolean"?$!=="__proto__":$===null}function fi($){return!!tt&&tt in $}function hi($){var D=$&&$.constructor,F=typeof D=="function"&&D.prototype||je;return $===F}function or($){return Ht.call($)}function rt($){if($!=null){try{return vt.call($)}catch{}try{return $+""}catch{}}return""}function ar($,D){return $===D||$!==$&&D!==D}var lr=rr(function(){return arguments}())?rr:function($){return Ct($)&&Ee.call($,"callee")&&!bt.call($,"callee")},rn=Array.isArray;function xn($){return $!=null&&Nn($.length)&&!sr($)}var on=nt||gi;function pi($,D){return ir($,D)}function sr($){if(!dr($))return!1;var D=Gt($);return D==c||D==_||D==h||D==m}function Nn($){return typeof $=="number"&&$>-1&&$%1==0&&$<=d}function dr($){var D=typeof $;return $!=null&&(D=="object"||D=="function")}function Ct($){return $!=null&&typeof $=="object"}var cr=ke?te(ke):oi;function An($){return xn($)?ni($):ai($)}function mi(){return[]}function gi(){return!1}t.exports=pi}(Jn,Jn.exports);var Mo=Jn.exports,zr={},Po=qe&&qe.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(zr,"__esModule",{value:!0});var qf=Po(Io),Ff=Po(Mo),Ur;(function(t){function n(r,d,s){r===void 0&&(r={}),d===void 0&&(d={}),typeof r!="object"&&(r={}),typeof d!="object"&&(d={});var f=qf.default(d);s||(f=Object.keys(f).reduce(function(p,u){return f[u]!=null&&(p[u]=f[u]),p},{}));for(var h in r)r[h]!==void 0&&d[h]===void 0&&(f[h]=r[h]);return Object.keys(f).length>0?f:void 0}t.compose=n;function e(r,d){r===void 0&&(r={}),d===void 0&&(d={}),typeof r!="object"&&(r={}),typeof d!="object"&&(d={});var s=Object.keys(r).concat(Object.keys(d)).reduce(function(f,h){return Ff.default(r[h],d[h])||(f[h]=d[h]===void 0?null:d[h]),f},{});return Object.keys(s).length>0?s:void 0}t.diff=e;function o(r,d){r===void 0&&(r={}),d===void 0&&(d={}),r=r||{};var s=Object.keys(d).reduce(function(f,h){return d[h]!==r[h]&&r[h]!==void 0&&(f[h]=d[h]),f},{});return Object.keys(r).reduce(function(f,h){return r[h]!==d[h]&&d[h]===void 0&&(f[h]=null),f},s)}t.invert=o;function a(r,d,s){if(s===void 0&&(s=!1),typeof r!="object")return d;if(typeof d=="object"){if(!s)return d;var f=Object.keys(d).reduce(function(h,p){return r[p]===void 0&&(h[p]=d[p]),h},{});return Object.keys(f).length>0?f:void 0}}t.transform=a})(Ur||(Ur={})),zr.default=Ur;var Xn={},Qn={},Bo;function Hf(){if(Bo)return Qn;Bo=1;var t=qe&&qe.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(Qn,"__esModule",{value:!0});var n=t(Ro()),e=function(){function o(a){this.ops=a,this.index=0,this.offset=0}return o.prototype.hasNext=function(){return this.peekLength()<1/0},o.prototype.next=function(a){a||(a=1/0);var r=this.ops[this.index];if(r){var d=this.offset,s=n.default.length(r);if(a>=s-d?(a=s-d,this.index+=1,this.offset=0):this.offset+=a,typeof r.delete=="number")return{delete:a};var f={};return r.attributes&&(f.attributes=r.attributes),typeof r.retain=="number"?f.retain=a:typeof r.insert=="string"?f.insert=r.insert.substr(d,a):f.insert=r.insert,f}else return{retain:1/0}},o.prototype.peek=function(){return this.ops[this.index]},o.prototype.peekLength=function(){return this.ops[this.index]?n.default.length(this.ops[this.index])-this.offset:1/0},o.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},o.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var a=this.offset,r=this.index,d=this.next(),s=this.ops.slice(this.index);return this.offset=a,this.index=r,[d].concat(s)}else return[]},o}();return Qn.default=e,Qn}var Lo;function Ro(){if(Lo)return Xn;Lo=1;var t=qe&&qe.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(Xn,"__esModule",{value:!0});var n=t(Hf()),e;return function(o){function a(d){return new n.default(d)}o.iterator=a;function r(d){return typeof d.delete=="number"?d.delete:typeof d.retain=="number"?d.retain:typeof d.insert=="string"?d.insert.length:1}o.length=r}(e||(e={})),Xn.default=e,Xn}var gn=qe&&qe.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},er=gn(Vf),zf=gn(Io),Kr=gn(Mo),yn=gn(zr),Ue=gn(Ro()),Uf=String.fromCharCode(0),Kf=function(){function t(n){Array.isArray(n)?this.ops=n:n!=null&&Array.isArray(n.ops)?this.ops=n.ops:this.ops=[]}return t.prototype.insert=function(n,e){var o={};return typeof n=="string"&&n.length===0?this:(o.insert=n,e!=null&&typeof e=="object"&&Object.keys(e).length>0&&(o.attributes=e),this.push(o))},t.prototype.delete=function(n){return n<=0?this:this.push({delete:n})},t.prototype.retain=function(n,e){if(n<=0)return this;var o={retain:n};return e!=null&&typeof e=="object"&&Object.keys(e).length>0&&(o.attributes=e),this.push(o)},t.prototype.push=function(n){var e=this.ops.length,o=this.ops[e-1];if(n=zf.default(n),typeof o=="object"){if(typeof n.delete=="number"&&typeof o.delete=="number")return this.ops[e-1]={delete:o.delete+n.delete},this;if(typeof o.delete=="number"&&n.insert!=null&&(e-=1,o=this.ops[e-1],typeof o!="object"))return this.ops.unshift(n),this;if(Kr.default(n.attributes,o.attributes)){if(typeof n.insert=="string"&&typeof o.insert=="string")return this.ops[e-1]={insert:o.insert+n.insert},typeof n.attributes=="object"&&(this.ops[e-1].attributes=n.attributes),this;if(typeof n.retain=="number"&&typeof o.retain=="number")return this.ops[e-1]={retain:o.retain+n.retain},typeof n.attributes=="object"&&(this.ops[e-1].attributes=n.attributes),this}}return e===this.ops.length?this.ops.push(n):this.ops.splice(e,0,n),this},t.prototype.chop=function(){var n=this.ops[this.ops.length-1];return n&&n.retain&&!n.attributes&&this.ops.pop(),this},t.prototype.filter=function(n){return this.ops.filter(n)},t.prototype.forEach=function(n){this.ops.forEach(n)},t.prototype.map=function(n){return this.ops.map(n)},t.prototype.partition=function(n){var e=[],o=[];return this.forEach(function(a){var r=n(a)?e:o;r.push(a)}),[e,o]},t.prototype.reduce=function(n,e){return this.ops.reduce(n,e)},t.prototype.changeLength=function(){return this.reduce(function(n,e){return e.insert?n+Ue.default.length(e):e.delete?n-e.delete:n},0)},t.prototype.length=function(){return this.reduce(function(n,e){return n+Ue.default.length(e)},0)},t.prototype.slice=function(n,e){n===void 0&&(n=0),e===void 0&&(e=1/0);for(var o=[],a=Ue.default.iterator(this.ops),r=0;r<e&&a.hasNext();){var d=void 0;r<n?d=a.next(n-r):(d=a.next(e-r),o.push(d)),r+=Ue.default.length(d)}return new t(o)},t.prototype.compose=function(n){var e=Ue.default.iterator(this.ops),o=Ue.default.iterator(n.ops),a=[],r=o.peek();if(r!=null&&typeof r.retain=="number"&&r.attributes==null){for(var d=r.retain;e.peekType()==="insert"&&e.peekLength()<=d;)d-=e.peekLength(),a.push(e.next());r.retain-d>0&&o.next(r.retain-d)}for(var s=new t(a);e.hasNext()||o.hasNext();)if(o.peekType()==="insert")s.push(o.next());else if(e.peekType()==="delete")s.push(e.next());else{var f=Math.min(e.peekLength(),o.peekLength()),h=e.next(f),p=o.next(f);if(typeof p.retain=="number"){var u={};typeof h.retain=="number"?u.retain=f:u.insert=h.insert;var l=yn.default.compose(h.attributes,p.attributes,typeof h.retain=="number");if(l&&(u.attributes=l),s.push(u),!o.hasNext()&&Kr.default(s.ops[s.ops.length-1],u)){var c=new t(e.rest());return s.concat(c).chop()}}else typeof p.delete=="number"&&typeof h.retain=="number"&&s.push(p)}return s.chop()},t.prototype.concat=function(n){var e=new t(this.ops.slice());return n.ops.length>0&&(e.push(n.ops[0]),e.ops=e.ops.concat(n.ops.slice(1))),e},t.prototype.diff=function(n,e){if(this.ops===n.ops)return new t;var o=[this,n].map(function(f){return f.map(function(h){if(h.insert!=null)return typeof h.insert=="string"?h.insert:Uf;var p=f===n?"on":"with";throw new Error("diff() called "+p+" non-document")}).join("")}),a=new t,r=er.default(o[0],o[1],e),d=Ue.default.iterator(this.ops),s=Ue.default.iterator(n.ops);return r.forEach(function(f){for(var h=f[1].length;h>0;){var p=0;switch(f[0]){case er.default.INSERT:p=Math.min(s.peekLength(),h),a.push(s.next(p));break;case er.default.DELETE:p=Math.min(h,d.peekLength()),d.next(p),a.delete(p);break;case er.default.EQUAL:p=Math.min(d.peekLength(),s.peekLength(),h);var u=d.next(p),l=s.next(p);Kr.default(u.insert,l.insert)?a.retain(p,yn.default.diff(u.attributes,l.attributes)):a.push(l).delete(p);break}h-=p}}),a.chop()},t.prototype.eachLine=function(n,e){e===void 0&&(e=`
131
131
  `);for(var o=Ue.default.iterator(this.ops),a=new t,r=0;o.hasNext();){if(o.peekType()!=="insert")return;var d=o.peek(),s=Ue.default.length(d)-o.peekLength(),f=typeof d.insert=="string"?d.insert.indexOf(e,s)-s:-1;if(f<0)a.push(o.next());else if(f>0)a.push(o.next(f));else{if(n(a,o.next(1).attributes||{},r)===!1)return;r+=1,a=new t}}a.length()>0&&n(a,{},r)},t.prototype.invert=function(n){var e=new t;return this.reduce(function(o,a){if(a.insert)e.delete(Ue.default.length(a));else{if(a.retain&&a.attributes==null)return e.retain(a.retain),o+a.retain;if(a.delete||a.retain&&a.attributes){var r=a.delete||a.retain,d=n.slice(o,o+r);return d.forEach(function(s){a.delete?e.push(s):a.retain&&a.attributes&&e.retain(Ue.default.length(s),yn.default.invert(a.attributes,s.attributes))}),o+r}}return o},0),e.chop()},t.prototype.transform=function(n,e){if(e===void 0&&(e=!1),e=!!e,typeof n=="number")return this.transformPosition(n,e);for(var o=n,a=Ue.default.iterator(this.ops),r=Ue.default.iterator(o.ops),d=new t;a.hasNext()||r.hasNext();)if(a.peekType()==="insert"&&(e||r.peekType()!=="insert"))d.retain(Ue.default.length(a.next()));else if(r.peekType()==="insert")d.push(r.next());else{var s=Math.min(a.peekLength(),r.peekLength()),f=a.next(s),h=r.next(s);if(f.delete)continue;h.delete?d.push(h):d.retain(s,yn.default.transform(f.attributes,h.attributes,e))}return d.chop()},t.prototype.transformPosition=function(n,e){e===void 0&&(e=!1),e=!!e;for(var o=Ue.default.iterator(this.ops),a=0;o.hasNext()&&a<=n;){var r=o.peekLength(),d=o.peekType();if(o.next(),d==="delete"){n-=Math.min(r,n-a);continue}else d==="insert"&&(a<n||!e)&&(n+=r);a+=r}return n},t.Op=Ue.default,t.AttributeMap=yn.default,t}(),Gf=Kf;const Yf=jn(Gf);/*!
132
132
  * VueQuill @vueup/vue-quill v1.2.0
133
133
  * https://vueup.github.io/vue-quill/
@@ -138,9 +138,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
138
138
  * Copyright (c) 2023 Ahmad Luthfi Masruri
139
139
  * Released under the MIT license
140
140
  * Date: 2023-05-12T08:44:03.742Z
141
- */const jo={essential:[[{header:[1,2,3,4,5,6,!1]}],["bold","italic","underline"],[{list:"ordered"},{list:"bullet"},{align:[]}],["blockquote","code-block","link"],[{color:[]},"clean"]],minimal:[[{header:1},{header:2}],["bold","italic","underline"],[{list:"ordered"},{list:"bullet"},{align:[]}]],full:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["link","video","image"],["clean"]]},Wf=i.defineComponent({name:"QuillEditor",inheritAttrs:!1,props:{content:{type:[String,Object]},contentType:{type:String,default:"delta",validator:t=>["delta","html","text"].includes(t)},enable:{type:Boolean,default:!0},readOnly:{type:Boolean,default:!1},placeholder:{type:String,required:!1},theme:{type:String,default:"snow",validator:t=>["snow","bubble",""].includes(t)},toolbar:{type:[String,Array,Object],required:!1,validator:t=>typeof t=="string"&&t!==""?t.charAt(0)==="#"?!0:Object.keys(jo).indexOf(t)!==-1:!0},modules:{type:Object,required:!1},options:{type:Object,required:!1},globalOptions:{type:Object,required:!1}},emits:["textChange","selectionChange","editorChange","update:content","focus","blur","ready"],setup:(t,n)=>{i.onMounted(()=>{r()}),i.onBeforeUnmount(()=>{e=null});let e,o;const a=i.ref(),r=()=>{var C;if(a.value){if(o=d(),t.modules)if(Array.isArray(t.modules))for(const O of t.modules)gt.register(`modules/${O.name}`,O.module);else gt.register(`modules/${t.modules.name}`,t.modules.module);e=new gt(a.value,o),w(t.content),e.on("text-change",u),e.on("selection-change",c),e.on("editor-change",_),t.theme!=="bubble"&&a.value.classList.remove("ql-bubble"),t.theme!=="snow"&&a.value.classList.remove("ql-snow"),(C=e.getModule("toolbar"))===null||C===void 0||C.container.addEventListener("mousedown",O=>{O.preventDefault()}),n.emit("ready",e)}},d=()=>{const C={};if(t.theme!==""&&(C.theme=t.theme),t.readOnly&&(C.readOnly=t.readOnly),t.placeholder&&(C.placeholder=t.placeholder),t.toolbar&&t.toolbar!==""&&(C.modules={toolbar:(()=>{if(typeof t.toolbar=="object")return t.toolbar;if(typeof t.toolbar=="string")return t.toolbar.charAt(0)==="#"?t.toolbar:jo[t.toolbar]})()}),t.modules){const O=(()=>{var x,P;const q={};if(Array.isArray(t.modules))for(const G of t.modules)q[G.name]=(x=G.options)!==null&&x!==void 0?x:{};else q[t.modules.name]=(P=t.modules.options)!==null&&P!==void 0?P:{};return q})();C.modules=Object.assign({},C.modules,O)}return Object.assign({},t.globalOptions,t.options,C)},s=C=>typeof C=="object"&&C?C.slice():C,f=C=>Object.values(C.ops).some(O=>!O.retain||Object.keys(O).length!==1);let h;const p=C=>{if(typeof h==typeof C){if(C===h)return!0;if(typeof C=="object"&&C&&typeof h=="object"&&h)return!f(h.diff(C))}return!1},u=(C,O,x)=>{h=s(y()),p(t.content)||n.emit("update:content",h),n.emit("textChange",{delta:C,oldContents:O,source:x})},l=i.ref(),c=(C,O,x)=>{l.value=!!(e!=null&&e.hasFocus()),n.emit("selectionChange",{range:C,oldRange:O,source:x})};i.watch(l,C=>{C?n.emit("focus",a):n.emit("blur",a)});const _=(...C)=>{C[0]==="text-change"&&n.emit("editorChange",{name:C[0],delta:C[1],oldContents:C[2],source:C[3]}),C[0]==="selection-change"&&n.emit("editorChange",{name:C[0],range:C[1],oldRange:C[2],source:C[3]})},v=()=>a.value,b=()=>{var C;return(C=e==null?void 0:e.getModule("toolbar"))===null||C===void 0?void 0:C.container},g=()=>{if(e)return e;throw`The quill editor hasn't been instantiated yet,
141
+ */const jo={essential:[[{header:[1,2,3,4,5,6,!1]}],["bold","italic","underline"],[{list:"ordered"},{list:"bullet"},{align:[]}],["blockquote","code-block","link"],[{color:[]},"clean"]],minimal:[[{header:1},{header:2}],["bold","italic","underline"],[{list:"ordered"},{list:"bullet"},{align:[]}]],full:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["link","video","image"],["clean"]]},Wf=i.defineComponent({name:"QuillEditor",inheritAttrs:!1,props:{content:{type:[String,Object]},contentType:{type:String,default:"delta",validator:t=>["delta","html","text"].includes(t)},enable:{type:Boolean,default:!0},readOnly:{type:Boolean,default:!1},placeholder:{type:String,required:!1},theme:{type:String,default:"snow",validator:t=>["snow","bubble",""].includes(t)},toolbar:{type:[String,Array,Object],required:!1,validator:t=>typeof t=="string"&&t!==""?t.charAt(0)==="#"?!0:Object.keys(jo).indexOf(t)!==-1:!0},modules:{type:Object,required:!1},options:{type:Object,required:!1},globalOptions:{type:Object,required:!1}},emits:["textChange","selectionChange","editorChange","update:content","focus","blur","ready"],setup:(t,n)=>{i.onMounted(()=>{r()}),i.onBeforeUnmount(()=>{e=null});let e,o;const a=i.ref(),r=()=>{var C;if(a.value){if(o=d(),t.modules)if(Array.isArray(t.modules))for(const O of t.modules)gt.register(`modules/${O.name}`,O.module);else gt.register(`modules/${t.modules.name}`,t.modules.module);e=new gt(a.value,o),w(t.content),e.on("text-change",u),e.on("selection-change",c),e.on("editor-change",_),t.theme!=="bubble"&&a.value.classList.remove("ql-bubble"),t.theme!=="snow"&&a.value.classList.remove("ql-snow"),(C=e.getModule("toolbar"))===null||C===void 0||C.container.addEventListener("mousedown",O=>{O.preventDefault()}),n.emit("ready",e)}},d=()=>{const C={};if(t.theme!==""&&(C.theme=t.theme),t.readOnly&&(C.readOnly=t.readOnly),t.placeholder&&(C.placeholder=t.placeholder),t.toolbar&&t.toolbar!==""&&(C.modules={toolbar:(()=>{if(typeof t.toolbar=="object")return t.toolbar;if(typeof t.toolbar=="string")return t.toolbar.charAt(0)==="#"?t.toolbar:jo[t.toolbar]})()}),t.modules){const O=(()=>{var N,P;const q={};if(Array.isArray(t.modules))for(const G of t.modules)q[G.name]=(N=G.options)!==null&&N!==void 0?N:{};else q[t.modules.name]=(P=t.modules.options)!==null&&P!==void 0?P:{};return q})();C.modules=Object.assign({},C.modules,O)}return Object.assign({},t.globalOptions,t.options,C)},s=C=>typeof C=="object"&&C?C.slice():C,f=C=>Object.values(C.ops).some(O=>!O.retain||Object.keys(O).length!==1);let h;const p=C=>{if(typeof h==typeof C){if(C===h)return!0;if(typeof C=="object"&&C&&typeof h=="object"&&h)return!f(h.diff(C))}return!1},u=(C,O,N)=>{h=s(y()),p(t.content)||n.emit("update:content",h),n.emit("textChange",{delta:C,oldContents:O,source:N})},l=i.ref(),c=(C,O,N)=>{l.value=!!(e!=null&&e.hasFocus()),n.emit("selectionChange",{range:C,oldRange:O,source:N})};i.watch(l,C=>{C?n.emit("focus",a):n.emit("blur",a)});const _=(...C)=>{C[0]==="text-change"&&n.emit("editorChange",{name:C[0],delta:C[1],oldContents:C[2],source:C[3]}),C[0]==="selection-change"&&n.emit("editorChange",{name:C[0],range:C[1],oldRange:C[2],source:C[3]})},v=()=>a.value,b=()=>{var C;return(C=e==null?void 0:e.getModule("toolbar"))===null||C===void 0?void 0:C.container},g=()=>{if(e)return e;throw`The quill editor hasn't been instantiated yet,
142
142
  make sure to call this method when the editor ready
143
- or use v-on:ready="onReady(quill)" event instead.`},y=(C,O)=>t.contentType==="html"?N():t.contentType==="text"?m(C,O):e==null?void 0:e.getContents(C,O),w=(C,O="api")=>{const x=C||(t.contentType==="delta"?new Yf:"");t.contentType==="html"?S(x):t.contentType==="text"?k(x,O):e==null||e.setContents(x,O),h=s(x)},m=(C,O)=>{var x;return(x=e==null?void 0:e.getText(C,O))!==null&&x!==void 0?x:""},k=(C,O="api")=>{e==null||e.setText(C,O)},N=()=>{var C;return(C=e==null?void 0:e.root.innerHTML)!==null&&C!==void 0?C:""},S=C=>{e&&(e.root.innerHTML=C)},T=(C,O="api")=>{const x=e==null?void 0:e.clipboard.convert(C);x&&(e==null||e.setContents(x,O))},M=()=>{e==null||e.focus()},E=()=>{i.nextTick(()=>{var C;!n.slots.toolbar&&e&&((C=e.getModule("toolbar"))===null||C===void 0||C.container.remove()),r()})};return i.watch(()=>t.content,C=>{if(!e||!C||p(C))return;const O=e.getSelection();O&&i.nextTick(()=>e==null?void 0:e.setSelection(O)),w(C)},{deep:!0}),i.watch(()=>t.enable,C=>{e&&e.enable(C)}),{editor:a,getEditor:v,getToolbar:b,getQuill:g,getContents:y,setContents:w,getHTML:N,setHTML:S,pasteHTML:T,focus:M,getText:m,setText:k,reinit:E}},render(){var t,n;return[(n=(t=this.$slots).toolbar)===null||n===void 0?void 0:n.call(t),i.h("div",{ref:"editor",...this.$attrs})]}}),Zf=gt.import("formats/list"),Jf=gt.import("formats/list/item"),Xf=gt.import("parchment");class tr extends Jf{format(n,e){n===Ft.blotName&&!e?this.replaceWith(Xf.create(this.statics.scope)):super.format(n,e)}clone(){const n=super.clone();return n.domNode.classList.remove("checked"),n}}tr.blotName="alphabet-list-item",tr.tagName="LI";class Ft extends Zf{static create(){const n=super.create("bullet");return n.setAttribute("type","a"),n}static formats(){return"bullet"}}Ft.blotName="alphabet-list",Ft.tagName="OL",Ft.className="alphabet-list",Ft.defaultChild="alphabet-list-item",Ft.allowedChildren=[tr];const D1="",Qf=`
143
+ or use v-on:ready="onReady(quill)" event instead.`},y=(C,O)=>t.contentType==="html"?x():t.contentType==="text"?m(C,O):e==null?void 0:e.getContents(C,O),w=(C,O="api")=>{const N=C||(t.contentType==="delta"?new Yf:"");t.contentType==="html"?S(N):t.contentType==="text"?k(N,O):e==null||e.setContents(N,O),h=s(N)},m=(C,O)=>{var N;return(N=e==null?void 0:e.getText(C,O))!==null&&N!==void 0?N:""},k=(C,O="api")=>{e==null||e.setText(C,O)},x=()=>{var C;return(C=e==null?void 0:e.root.innerHTML)!==null&&C!==void 0?C:""},S=C=>{e&&(e.root.innerHTML=C)},T=(C,O="api")=>{const N=e==null?void 0:e.clipboard.convert(C);N&&(e==null||e.setContents(N,O))},M=()=>{e==null||e.focus()},E=()=>{i.nextTick(()=>{var C;!n.slots.toolbar&&e&&((C=e.getModule("toolbar"))===null||C===void 0||C.container.remove()),r()})};return i.watch(()=>t.content,C=>{if(!e||!C||p(C))return;const O=e.getSelection();O&&i.nextTick(()=>e==null?void 0:e.setSelection(O)),w(C)},{deep:!0}),i.watch(()=>t.enable,C=>{e&&e.enable(C)}),{editor:a,getEditor:v,getToolbar:b,getQuill:g,getContents:y,setContents:w,getHTML:x,setHTML:S,pasteHTML:T,focus:M,getText:m,setText:k,reinit:E}},render(){var t,n;return[(n=(t=this.$slots).toolbar)===null||n===void 0?void 0:n.call(t),i.h("div",{ref:"editor",...this.$attrs})]}}),Zf=gt.import("formats/list"),Jf=gt.import("formats/list/item"),Xf=gt.import("parchment");class tr extends Jf{format(n,e){n===Ft.blotName&&!e?this.replaceWith(Xf.create(this.statics.scope)):super.format(n,e)}clone(){const n=super.clone();return n.domNode.classList.remove("checked"),n}}tr.blotName="alphabet-list-item",tr.tagName="LI";class Ft extends Zf{static create(){const n=super.create("bullet");return n.setAttribute("type","a"),n}static formats(){return"bullet"}}Ft.blotName="alphabet-list",Ft.tagName="OL",Ft.className="alphabet-list",Ft.defaultChild="alphabet-list-item",Ft.allowedChildren=[tr];const D1="",Qf=`
144
144
  <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
145
145
  <path d="M6.31836 14.9023V5.09961H9.88672C10.9805 5.09961 11.8213 5.30013 12.4092 5.70117C12.9971 6.10221 13.291 6.66732 13.291 7.39648C13.291 7.92513 13.111 8.3877 12.751 8.78418C12.3955 9.18066 11.9398 9.45638 11.3838 9.61133V9.63867C12.0811 9.72526 12.637 9.98275 13.0518 10.4111C13.471 10.8395 13.6807 11.3613 13.6807 11.9766C13.6807 12.8743 13.3594 13.5876 12.7168 14.1162C12.0742 14.6403 11.1969 14.9023 10.085 14.9023H6.31836ZM8.52637 6.72656V9.05078H9.49707C9.9528 9.05078 10.3105 8.94141 10.5703 8.72266C10.8346 8.49935 10.9668 8.19401 10.9668 7.80664C10.9668 7.08659 10.429 6.72656 9.35352 6.72656H8.52637ZM8.52637 10.6914V13.2754H9.72266C10.2331 13.2754 10.6318 13.1569 10.9189 12.9199C11.2106 12.6829 11.3564 12.3594 11.3564 11.9492C11.3564 11.5573 11.2129 11.2497 10.9258 11.0264C10.6432 10.8031 10.2467 10.6914 9.73633 10.6914H8.52637Z" class="fill" fill="#1A1A1A"/>
146
146
  </svg>
@@ -226,4 +226,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
226
226
  <rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
227
227
  <rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
228
228
  </svg>
229
- `,I1="",at=gt.import("ui/icons");at.bold=Qf,at.italic=eh,at.underline=th,at.strike=nh,at["code-block"]=ih,at.link=rh,at.align[""]=oh,at.align.center=ah,at.align.right=lh,at.align.justify=sh,at.list.ordered=dh,at.list.bullet=ch,at["alphabet-list"]=uh,gt.register({"formats/alphabet-list":Ft,"formats/alphabet-list/item":tr}),gt.register(at),gt.debug("error");const fh={name:"IbTextEditor",props:{placeholder:{type:String,default:""},modelValue:{type:String},content:{type:String,default:""},readOnly:{type:Boolean,default:!1},enable:{type:Boolean,default:!0},modules:{type:[Object,Array],default:()=>{}},options:{type:Object,default:()=>{}},characterLimit:{type:[String,Number],default:null},error:{type:Boolean,default:!1},disable:{type:Boolean,default:!1},errorMessage:{type:String,default:""},characterLimitErrorMessage:{type:String,default:""},height:{type:String}},mounted(){this.$refs.toolbar.classList.remove("ql-toolbar");const t=this.$refs.wrapper.querySelector("input[data-link]");t.dataset.link="Enter Link",this.updateCharacterLength()},data(){return{data:this.modelValue?this.modelValue:this.content,characterLength:0,isFocus:!1}},watch:{content(t){this.data=t},data(t){this.$emit("update:modelValue",t)}},methods:{onChange(){this.updateCharacterLength(),this.$emit("change",this.data)},onBlur(t){this.$emit("blur",this.data,t),this.isFocus=!1},onFocus(){this.isFocus=!0},updateCharacterLength(){this.characterLength=this.$refs.quill.getText().length-1}},computed:{config(){const t={placeholder:this.data.length?"":this.placeholder,readOnly:this.readOnly?this.readOnly:this.disable,enable:this.enable};return Object.assign(t,this.options)},characterOverLimit(){return!!this.characterLimit&&this.characterLength>this.characterLimit}},components:{QuillEditor:Wf,IbIconButton:ut,IbAlert:It,IbCharacterCount:Ri}},hh={id:"toolbar",class:"toolbar",ref:"toolbar"},ph=i.createStaticVNode('<div class="toolbar-group header-toolbar-group"><select class="ql-header"><option value="1"></option><option value="2"></option><option value="3"></option><option value="4"></option><option value="5"></option><option value="6"></option><option selected></option></select></div>',1),mh={class:"toolbar-group"},gh=i.createElementVNode("div",{class:"toolbar-group"},[i.createElementVNode("select",{class:"ql-background"}),i.createElementVNode("select",{class:"ql-color"})],-1),yh={class:"toolbar-group"},vh={class:"toolbar-group"},bh={class:"toolbar-group"};function _h(t,n,e,o,a,r){const d=i.resolveComponent("ib-character-count"),s=i.resolveComponent("ib-alert"),f=i.resolveComponent("QuillEditor"),h=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["textarea-wrapper",{error:r.characterOverLimit||e.error||e.errorMessage.length,focus:a.isFocus,disable:e.disable}])},[e.characterLimit?(i.openBlock(),i.createBlock(d,{key:0,"character-limit":e.characterLimit,"character-length":a.characterLength},null,8,["character-limit","character-length"])):i.createCommentVNode("",!0),e.errorMessage.length?(i.openBlock(),i.createBlock(s,{key:1,class:"error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.withDirectives(i.createVNode(s,{class:"error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.characterLimitErrorMessage),1)]),_:1},512),[[i.vShow,e.characterLimitErrorMessage.length&&r.characterOverLimit]]),i.createElementVNode("div",{class:i.normalizeClass(["ib-text-editor-wrapper",{disable:e.disable}])},[i.createElementVNode("div",{class:"ib-text-editor",style:i.normalizeStyle({height:e.height?e.height+"px":""}),ref:"wrapper"},[i.createVNode(f,{onTextChange:r.onChange,onBlur:r.onBlur,onFocus:r.onFocus,ref:"quill",toolbar:"#toolbar",content:a.data,"onUpdate:content":n[0]||(n[0]=p=>a.data=p),contentType:"html",options:r.config,modules:e.modules},null,8,["onTextChange","onBlur","onFocus","content","options","modules"])],4),i.createElementVNode("div",hh,[ph,i.createElementVNode("div",mh,[i.createVNode(h,{class:"toolbar-item ql-bold",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-italic",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-underline",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-strike",kind:"ghost"})]),gh,i.createElementVNode("div",yh,[i.createVNode(h,{class:"toolbar-item ql-code-block",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-link",kind:"ghost"})]),i.createElementVNode("div",vh,[i.createVNode(h,{class:"toolbar-item ql-align",kind:"ghost"}),i.createVNode(h,{class:"ql-align toolbar-item",value:"center",kind:"ghost"}),i.createVNode(h,{class:"ql-align toolbar-item",value:"right",kind:"ghost"}),i.createVNode(h,{class:"ql-align toolbar-item",value:"justify",kind:"ghost"})]),i.createElementVNode("div",bh,[i.createVNode(h,{class:"ql-list toolbar-item",value:"ordered",kind:"ghost"}),i.createVNode(h,{class:"ql-list toolbar-item",value:"bullet",kind:"ghost"}),i.createVNode(h,{class:"ql-alphabet-list alphabet-list toolbar-item",kind:"ghost"})])],512)],2)],2)}const $h=_e(fh,[["render",_h]]),M1="",wh={name:"IbTable",computed:{hasThead(){return!!this.$slots.thead}}},kh={class:"ib-table-wrapper"},Ch={class:"ib-table"};function Oh(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",kh,[i.createElementVNode("table",Ch,[r.hasThead?i.renderSlot(t.$slots,"thead",{key:0},void 0,!0):i.createCommentVNode("",!0),i.createElementVNode("tbody",null,[i.renderSlot(t.$slots,"tbody",{},void 0,!0)])])])}const Eh=_e(wh,[["render",Oh],["__scopeId","data-v-5dceb760"]]),P1="",Sh={name:"IbRow"},Th={class:"ib-tr"};function Nh(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("tr",Th,[i.renderSlot(t.$slots,"default",{ref:"row"})])}const xh=_e(Sh,[["render",Nh]]),B1="",Ah={name:"IbCell",props:{fixed:{type:Boolean,default:!1}},data(){return{attr:{}}},mounted(){this.fixed&&this.freezeCol()},methods:{freezeCol(){const t=this.$el.getBoundingClientRect(),n=this.$el.closest("tr").getBoundingClientRect();this.attr.style||(this.attr.style={}),this.attr.style.minWidth=`${t.width}px`,this.attr.style.left=`${t.left-n.left}px`,this.attr.class+=" fixed"}}},Dh={class:"cell"};function Ih(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("td",i.mergeProps({onResize:n[0]||(n[0]=(...d)=>r.freezeCol&&r.freezeCol(...d)),class:"ib-cell"},this.attr),[i.createElementVNode("div",Dh,[i.renderSlot(t.$slots,"default",{},void 0,!0)])],16)}const Vo=_e(Ah,[["render",Ih],["__scopeId","data-v-e74bb0f3"]]),L1="",Mh={name:"IbCheckboxCell",props:{isChecked:{type:Boolean,default:!1},fixed:{type:Boolean,default:!1}},components:{IbCell:Vo,IbCheckbox:_r}};function Ph(t,n,e,o,a,r){const d=i.resolveComponent("ib-checkbox"),s=i.resolveComponent("ib-cell");return i.openBlock(),i.createBlock(s,{fixed:e.fixed,class:"ib-checkbox-cell"},{default:i.withCtx(()=>[i.createVNode(d,{"is-checked":e.isChecked},null,8,["is-checked"])]),_:1},8,["fixed"])}const Bh=_e(Mh,[["render",Ph]]),Gr=new Ni,qo=(t,n)=>{if(Ii(t)){const e={title:n.value.title||"",text:typeof n.value=="object"?n.value.text:n.value};Gr.createTooltip(t,e)}},Fo=()=>{Gr.destroyTooltip()},Lh={mounted(t,n){t.addEventListener("mouseenter",()=>qo(t,n)),t.addEventListener("mouseleave",Fo)},beforeUnmount(t,n){Gr.destroyTooltip(),t.removeEventListener("mouseenter",()=>qo(t,n)),t.removeEventListener("mouseleave",Fo)}};pe.IbAccordion=Xo,pe.IbAlert=It,pe.IbAvatar=ka,pe.IbBadge=Ea,pe.IbBreadcrumbs=es,pe.IbButton=vi,pe.IbButtonGroup=xa,pe.IbCell=Vo,pe.IbCheckbox=_r,pe.IbCheckboxCell=Bh,pe.IbCheckboxGroup=Nd,pe.IbDatePicker=gc,pe.IbDropdown=Ln,pe.IbDropdownItem=gr,pe.IbDropdownList=Rn,pe.IbFormGroup=Od,pe.IbIcon=Le,pe.IbIconButton=ut,pe.IbInput=br,pe.IbLabel=dn,pe.IbLimitSelector=Bi,pe.IbModal=$l,pe.IbPagination=Qs,pe.IbPanel=$d,pe.IbPhoneInput=If,pe.IbPopover=bi,pe.IbProgressBar=ad,pe.IbRadio=Ld,pe.IbRow=xh,pe.IbSorting=Kl,pe.IbSplitButton=hl,pe.IbSplitButtonItem=gl,pe.IbStatusIndicator=fd,pe.IbTab=Bl,pe.IbTabDropdown=Ti,pe.IbTable=Eh,pe.IbTabs=Il,pe.IbTagPill=Ia,pe.IbTextEditor=$h,pe.IbTextarea=Yd,pe.IbToggle=Di,pe.IbToggleTip=wi,pe.IbTooltip=jt,pe.IbTreeSelect=Pi,pe.OutsideDirective=Pn,pe.TextOverflowTooltipDirective=Lh,pe.TooltipDirective=yr,Object.defineProperty(pe,Symbol.toStringTag,{value:"Module"})});
229
+ `,I1="",at=gt.import("ui/icons");at.bold=Qf,at.italic=eh,at.underline=th,at.strike=nh,at["code-block"]=ih,at.link=rh,at.align[""]=oh,at.align.center=ah,at.align.right=lh,at.align.justify=sh,at.list.ordered=dh,at.list.bullet=ch,at["alphabet-list"]=uh,gt.register({"formats/alphabet-list":Ft,"formats/alphabet-list/item":tr}),gt.register(at),gt.debug("error");const fh={name:"IbTextEditor",props:{placeholder:{type:String,default:""},modelValue:{type:String},content:{type:String,default:""},readOnly:{type:Boolean,default:!1},enable:{type:Boolean,default:!0},modules:{type:[Object,Array],default:()=>{}},options:{type:Object,default:()=>{}},characterLimit:{type:[String,Number],default:null},error:{type:Boolean,default:!1},disable:{type:Boolean,default:!1},errorMessage:{type:String,default:""},characterLimitErrorMessage:{type:String,default:""},height:{type:String}},mounted(){this.$refs.toolbar.classList.remove("ql-toolbar");const t=this.$refs.wrapper.querySelector("input[data-link]");t.dataset.link="Enter Link",this.updateCharacterLength()},data(){return{data:this.modelValue?this.modelValue:this.content,characterLength:0,isFocus:!1}},watch:{content(t){this.data=t},data(t){this.$emit("update:modelValue",t)}},methods:{onChange(){this.updateCharacterLength(),this.$emit("change",this.data)},onBlur(t){this.$emit("blur",this.data,t),this.isFocus=!1},onFocus(){this.isFocus=!0},updateCharacterLength(){this.characterLength=this.$refs.quill.getText().length-1}},computed:{config(){const t={placeholder:this.data.length?"":this.placeholder,readOnly:this.readOnly?this.readOnly:this.disable,enable:this.enable};return Object.assign(t,this.options)},characterOverLimit(){return!!this.characterLimit&&this.characterLength>this.characterLimit}},components:{QuillEditor:Wf,IbIconButton:ut,IbAlert:It,IbCharacterCount:Ri}},hh={id:"toolbar",class:"toolbar",ref:"toolbar"},ph=i.createStaticVNode('<div class="toolbar-group header-toolbar-group"><select class="ql-header"><option value="1"></option><option value="2"></option><option value="3"></option><option value="4"></option><option value="5"></option><option value="6"></option><option selected></option></select></div>',1),mh={class:"toolbar-group"},gh=i.createElementVNode("div",{class:"toolbar-group"},[i.createElementVNode("select",{class:"ql-background"}),i.createElementVNode("select",{class:"ql-color"})],-1),yh={class:"toolbar-group"},vh={class:"toolbar-group"},bh={class:"toolbar-group"};function _h(t,n,e,o,a,r){const d=i.resolveComponent("ib-character-count"),s=i.resolveComponent("ib-alert"),f=i.resolveComponent("QuillEditor"),h=i.resolveComponent("ib-icon-button");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["textarea-wrapper",{error:r.characterOverLimit||e.error||e.errorMessage.length,focus:a.isFocus,disable:e.disable}])},[e.characterLimit?(i.openBlock(),i.createBlock(d,{key:0,"character-limit":e.characterLimit,"character-length":a.characterLength},null,8,["character-limit","character-length"])):i.createCommentVNode("",!0),e.errorMessage.length?(i.openBlock(),i.createBlock(s,{key:1,class:"error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.errorMessage),1)]),_:1})):i.createCommentVNode("",!0),i.withDirectives(i.createVNode(s,{class:"error-message"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.characterLimitErrorMessage),1)]),_:1},512),[[i.vShow,e.characterLimitErrorMessage.length&&r.characterOverLimit]]),i.createElementVNode("div",{class:i.normalizeClass(["ib-text-editor-wrapper",{disable:e.disable}])},[i.createElementVNode("div",{class:"ib-text-editor",style:i.normalizeStyle({height:e.height?e.height+"px":""}),ref:"wrapper"},[i.createVNode(f,{onTextChange:r.onChange,onBlur:r.onBlur,onFocus:r.onFocus,ref:"quill",toolbar:"#toolbar",content:a.data,"onUpdate:content":n[0]||(n[0]=p=>a.data=p),contentType:"html",options:r.config,modules:e.modules},null,8,["onTextChange","onBlur","onFocus","content","options","modules"])],4),i.createElementVNode("div",hh,[ph,i.createElementVNode("div",mh,[i.createVNode(h,{class:"toolbar-item ql-bold",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-italic",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-underline",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-strike",kind:"ghost"})]),gh,i.createElementVNode("div",yh,[i.createVNode(h,{class:"toolbar-item ql-code-block",kind:"ghost"}),i.createVNode(h,{class:"toolbar-item ql-link",kind:"ghost"})]),i.createElementVNode("div",vh,[i.createVNode(h,{class:"toolbar-item ql-align",kind:"ghost"}),i.createVNode(h,{class:"ql-align toolbar-item",value:"center",kind:"ghost"}),i.createVNode(h,{class:"ql-align toolbar-item",value:"right",kind:"ghost"}),i.createVNode(h,{class:"ql-align toolbar-item",value:"justify",kind:"ghost"})]),i.createElementVNode("div",bh,[i.createVNode(h,{class:"ql-list toolbar-item",value:"ordered",kind:"ghost"}),i.createVNode(h,{class:"ql-list toolbar-item",value:"bullet",kind:"ghost"}),i.createVNode(h,{class:"ql-alphabet-list alphabet-list toolbar-item",kind:"ghost"})])],512)],2)],2)}const $h=_e(fh,[["render",_h]]),M1="",wh={name:"IbTable",computed:{hasThead(){return!!this.$slots.thead}}},kh={class:"ib-table-wrapper"},Ch={class:"ib-table"};function Oh(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("div",kh,[i.createElementVNode("table",Ch,[r.hasThead?i.renderSlot(t.$slots,"thead",{key:0},void 0,!0):i.createCommentVNode("",!0),i.createElementVNode("tbody",null,[i.renderSlot(t.$slots,"tbody",{},void 0,!0)])])])}const Eh=_e(wh,[["render",Oh],["__scopeId","data-v-5dceb760"]]),P1="",Sh={name:"IbRow"},Th={class:"ib-tr"};function xh(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("tr",Th,[i.renderSlot(t.$slots,"default",{ref:"row"})])}const Nh=_e(Sh,[["render",xh]]),B1="",Ah={name:"IbCell",props:{fixed:{type:Boolean,default:!1}},data(){return{attr:{}}},mounted(){this.fixed&&this.freezeCol()},methods:{freezeCol(){const t=this.$el.getBoundingClientRect(),n=this.$el.closest("tr").getBoundingClientRect();this.attr.style||(this.attr.style={}),this.attr.style.minWidth=`${t.width}px`,this.attr.style.left=`${t.left-n.left}px`,this.attr.class+=" fixed"}}},Dh={class:"cell"};function Ih(t,n,e,o,a,r){return i.openBlock(),i.createElementBlock("td",i.mergeProps({onResize:n[0]||(n[0]=(...d)=>r.freezeCol&&r.freezeCol(...d)),class:"ib-cell"},this.attr),[i.createElementVNode("div",Dh,[i.renderSlot(t.$slots,"default",{},void 0,!0)])],16)}const Vo=_e(Ah,[["render",Ih],["__scopeId","data-v-e74bb0f3"]]),L1="",Mh={name:"IbCheckboxCell",props:{isChecked:{type:Boolean,default:!1},fixed:{type:Boolean,default:!1}},components:{IbCell:Vo,IbCheckbox:_r}};function Ph(t,n,e,o,a,r){const d=i.resolveComponent("ib-checkbox"),s=i.resolveComponent("ib-cell");return i.openBlock(),i.createBlock(s,{fixed:e.fixed,class:"ib-checkbox-cell"},{default:i.withCtx(()=>[i.createVNode(d,{"is-checked":e.isChecked},null,8,["is-checked"])]),_:1},8,["fixed"])}const Bh=_e(Mh,[["render",Ph]]),Gr=new xi,qo=(t,n)=>{if(Ii(t)){const e={title:n.value.title||"",text:typeof n.value=="object"?n.value.text:n.value};Gr.createTooltip(t,e)}},Fo=()=>{Gr.destroyTooltip()},Lh={mounted(t,n){t.addEventListener("mouseenter",()=>qo(t,n)),t.addEventListener("mouseleave",Fo)},beforeUnmount(t,n){Gr.destroyTooltip(),t.removeEventListener("mouseenter",()=>qo(t,n)),t.removeEventListener("mouseleave",Fo)}};pe.IbAccordion=Xo,pe.IbAlert=It,pe.IbAvatar=ka,pe.IbBadge=Ea,pe.IbBreadcrumbs=es,pe.IbButton=vi,pe.IbButtonGroup=Na,pe.IbCell=Vo,pe.IbCheckbox=_r,pe.IbCheckboxCell=Bh,pe.IbCheckboxGroup=xd,pe.IbDatePicker=gc,pe.IbDropdown=Ln,pe.IbDropdownItem=gr,pe.IbDropdownList=Rn,pe.IbFormGroup=Od,pe.IbIcon=Le,pe.IbIconButton=ut,pe.IbInput=br,pe.IbLabel=dn,pe.IbLimitSelector=Bi,pe.IbModal=$l,pe.IbPagination=Qs,pe.IbPanel=$d,pe.IbPhoneInput=If,pe.IbPopover=bi,pe.IbProgressBar=ad,pe.IbRadio=Ld,pe.IbRow=Nh,pe.IbSorting=Kl,pe.IbSplitButton=hl,pe.IbSplitButtonItem=gl,pe.IbStatusIndicator=fd,pe.IbTab=Bl,pe.IbTabDropdown=Ti,pe.IbTable=Eh,pe.IbTabs=Il,pe.IbTagPill=Ia,pe.IbTextEditor=$h,pe.IbTextarea=Yd,pe.IbToggle=Di,pe.IbToggleTip=wi,pe.IbTooltip=jt,pe.IbTreeSelect=Pi,pe.OutsideDirective=Pn,pe.TextOverflowTooltipDirective=Lh,pe.TooltipDirective=yr,Object.defineProperty(pe,Symbol.toStringTag,{value:"Module"})});