@beterdichtbij/component-library 0.53.0 → 0.54.1
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.
- package/README.md +5 -2
- package/dist/bd-component-lib.cjs.js +2 -2
- package/dist/bd-component-lib.es.js +12 -7
- package/dist/bd-component-lib.umd.js +2 -2
- package/dist/locales/nl.json +1 -1
- package/dist/src/components/molecules/BDContentLibraryCardMessageTemplate/BDContentLibraryCardMessageTemplate.vue.d.ts +2 -2
- package/package.json +6 -4
|
@@ -1225,7 +1225,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1225
1225
|
.p-splitbutton-raised {
|
|
1226
1226
|
box-shadow: dt('splitbutton.raised.shadow');
|
|
1227
1227
|
}
|
|
1228
|
-
`,jA={root:function(e){var n=e.instance,r=e.props;return["p-splitbutton p-component",{"p-splitbutton-raised":r.raised,"p-splitbutton-rounded":r.rounded,"p-splitbutton-fluid":n.hasFluid}]},pcButton:"p-splitbutton-button",pcDropdown:"p-splitbutton-dropdown"},zA=ht.extend({name:"splitbutton",style:FA,classes:jA}),UA={name:"BaseSplitButton",extends:Js,props:{label:{type:String,default:null},icon:{type:String,default:null},model:{type:Array,default:null},autoZIndex:{type:Boolean,default:!0},baseZIndex:{type:Number,default:0},appendTo:{type:[String,Object],default:"body"},disabled:{type:Boolean,default:!1},fluid:{type:Boolean,default:null},class:{type:null,default:null},style:{type:null,default:null},buttonProps:{type:null,default:null},menuButtonProps:{type:null,default:null},menuButtonIcon:{type:String,default:void 0},dropdownIcon:{type:String,default:void 0},severity:{type:String,default:null},raised:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1},text:{type:Boolean,default:!1},outlined:{type:Boolean,default:!1},size:{type:String,default:null},plain:{type:Boolean,default:!1}},style:zA,provide:function(){return{$pcSplitButton:this,$parentInstance:this}}},Mv={name:"SplitButton",extends:UA,inheritAttrs:!1,emits:["click"],inject:{$pcFluid:{default:null}},data:function(){return{isExpanded:!1}},mounted:function(){var e=this;this.$watch("$refs.menu.visible",function(n){e.isExpanded=n})},methods:{onDropdownButtonClick:function(e){e&&e.preventDefault(),this.$refs.menu.toggle({currentTarget:this.$el,relatedTarget:this.$refs.button.$el}),this.isExpanded=this.$refs.menu.visible},onDropdownKeydown:function(e){(e.code==="ArrowDown"||e.code==="ArrowUp")&&(this.onDropdownButtonClick(),e.preventDefault())},onDefaultButtonClick:function(e){this.isExpanded&&this.$refs.menu.hide(e),this.$emit("click",e)}},computed:{containerClass:function(){return[this.cx("root"),this.class]},hasFluid:function(){return xn(this.fluid)?!!this.$pcFluid:this.fluid}},components:{PVSButton:Tv,PVSMenu:Nv,ChevronDownIcon:Cv}},HA=["data-p-severity"];function WA(t,e,n,r,o,i){var s=a.resolveComponent("PVSButton"),c=a.resolveComponent("PVSMenu");return a.openBlock(),a.createElementBlock("div",a.mergeProps({class:i.containerClass,style:t.style},t.ptmi("root"),{"data-p-severity":t.severity}),[a.createVNode(s,a.mergeProps({type:"button",class:t.cx("pcButton"),label:t.label,disabled:t.disabled,severity:t.severity,text:t.text,icon:t.icon,outlined:t.outlined,size:t.size,fluid:t.fluid,"aria-label":t.label,onClick:i.onDefaultButtonClick},t.buttonProps,{pt:t.ptm("pcButton"),unstyled:t.unstyled}),a.createSlots({default:a.withCtx(function(){return[a.renderSlot(t.$slots,"default")]}),_:2},[t.$slots.icon?{name:"icon",fn:a.withCtx(function(l){return[a.renderSlot(t.$slots,"icon",{class:a.normalizeClass(l.class)},function(){return[a.createElementVNode("span",a.mergeProps({class:[t.icon,l.class]},t.ptm("pcButton").icon,{"data-pc-section":"buttonicon"}),null,16)]})]}),key:"0"}:void 0]),1040,["class","label","disabled","severity","text","icon","outlined","size","fluid","aria-label","onClick","pt","unstyled"]),a.createVNode(s,a.mergeProps({ref:"button",type:"button",class:t.cx("pcDropdown"),disabled:t.disabled,"aria-haspopup":"true","aria-expanded":o.isExpanded,"aria-controls":t.$id+"_overlay",onClick:i.onDropdownButtonClick,onKeydown:i.onDropdownKeydown,severity:t.severity,text:t.text,outlined:t.outlined,size:t.size,unstyled:t.unstyled},t.menuButtonProps,{pt:t.ptm("pcDropdown")}),{icon:a.withCtx(function(l){return[a.renderSlot(t.$slots,t.$slots.dropdownicon?"dropdownicon":"menubuttonicon",{class:a.normalizeClass(l.class)},function(){return[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(t.menuButtonIcon||t.dropdownIcon?"span":"ChevronDownIcon"),a.mergeProps({class:[t.dropdownIcon||t.menuButtonIcon,l.class]},t.ptm("pcDropdown").icon,{"data-pc-section":"menubuttonicon"}),null,16,["class"]))]})]}),_:3},16,["class","disabled","aria-expanded","aria-controls","onClick","onKeydown","severity","text","outlined","size","unstyled","pt"]),a.createVNode(c,{ref:"menu",id:t.$id+"_overlay",model:t.model,popup:!0,autoZIndex:t.autoZIndex,baseZIndex:t.baseZIndex,appendTo:t.appendTo,unstyled:t.unstyled,pt:t.ptm("pcMenu")},a.createSlots({_:2},[t.$slots.menuitemicon?{name:"itemicon",fn:a.withCtx(function(l){return[a.renderSlot(t.$slots,"menuitemicon",{item:l.item,class:a.normalizeClass(l.class)})]}),key:"0"}:void 0,t.$slots.item?{name:"item",fn:a.withCtx(function(l){return[a.renderSlot(t.$slots,"item",{item:l.item,hasSubmenu:l.hasSubmenu,label:l.label,props:l.props})]}),key:"1"}:void 0]),1032,["id","model","autoZIndex","baseZIndex","appendTo","unstyled","pt"])],16,HA)}Mv.render=WA;const KA=["src"],YA={class:"menu-item"},GA=["src"],QA={__name:"BDContentLibrarySplitButton",props:{contentLibraryProviders:{type:Array,default:()=>[]},isExternalOnly:{type:Boolean,default:!1}},emits:["content-library"],setup(t,{emit:e}){const n=t,{t:r}=Wt(),o=a.computed(()=>n.contentLibraryProviders.map(u=>({label:u.label,image:u.img,value:u.value,command:()=>e("content-library",u.value)}))),i=a.computed(()=>{let u=o.value;return u.length!==0&&n.isExternalOnly&&(u=u.slice(1)),u}),s=a.computed(()=>{const u=o.value;return n.isExternalOnly&&u.length>0?u[0].label:r("contentLibrarySplitButton.messageTemplatesTitle")}),c=a.computed(()=>{const u=o.value;return n.isExternalOnly&&u.length>0?u[0].image:"/Portaal/Zorgverlener/assets/icons/icon-comment.svg"}),l=()=>{const u=o.value;let d="message-template";n.isExternalOnly&&u.length>0&&(d=u[0].value),e("content-library",d)};return(u,d)=>(a.openBlock(),a.createBlock(a.unref(Mv),{model:i.value,outlined:"",severity:"secondary",onClick:l},{default:a.withCtx(()=>[a.createElementVNode("img",{src:c.value,alt:""},null,8,KA),a.createElementVNode("span",null,a.toDisplayString(s.value),1)]),item:a.withCtx(({item:f})=>[a.createElementVNode("div",YA,[a.createElementVNode("img",{src:f.image,alt:"",class:"icon-image"},null,8,GA),a.createElementVNode("span",null,a.toDisplayString(f.label),1)])]),_:1},8,["model"]))}},Lv=be(QA,[["__scopeId","data-v-44f01785"]]),ZA={class:"invalid-feedback bd-invalid-feedback"},sc=a.defineComponent({__name:"BDFormInvalidFeedback",props:{state:{type:[Boolean,null],default:null},text:{default:""}},setup(t){const e=t;return(n,r)=>(a.openBlock(),a.createElementBlock("div",ZA,[e.state?(a.openBlock(),a.createBlock(a.unref(Oi),{key:0})):(a.openBlock(),a.createBlock(a.unref(Ql),{key:1})),a.createTextVNode(" "+a.toDisplayString(e.text),1)]))}});/*! maska v2.1.11 | (c) Alexander Shabunevich | Released under the MIT license */var JA=Object.defineProperty,XA=(t,e,n)=>e in t?JA(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,rs=(t,e,n)=>(XA(t,typeof e!="symbol"?e+"":e,n),n);const Jp={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}};class Xp{constructor(e={}){rs(this,"opts",{}),rs(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...Jp,...n.tokens};for(const r of Object.values(n.tokens))typeof r.pattern=="string"&&(r.pattern=new RegExp(r.pattern))}else n.tokens=Jp;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((r,o)=>r.length-o.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(e);if(this.opts.mask==null||n==null)return!1;const r=this.process(e,n).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:typeof this.opts.mask=="function"?r>=n.length:this.opts.mask.filter(o=>r>=o.length).length===this.opts.mask.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const r=this.process(e,n.slice(-1).pop()??"",!1);return n.find(o=>this.process(e,o,!1).length>=r.length)??""}escapeMask(e){const n=[],r=[];return e.split("").forEach((o,i)=>{o==="!"&&e[i-1]!=="!"?r.push(i-r.length):n.push(o)}),{mask:n.join(""),escaped:r}}process(e,n,r=!0){if(n==null)return e;const o=`value=${e},mask=${n},masked=${r?1:0}`;if(this.memo.has(o))return this.memo.get(o);const{mask:i,escaped:s}=this.escapeMask(n),c=[],l=this.opts.tokens!=null?this.opts.tokens:{},u=this.isReversed()?-1:1,d=this.isReversed()?"unshift":"push",f=this.isReversed()?0:i.length-1,h=this.isReversed()?()=>v>-1&&C>-1:()=>v<i.length&&C<e.length,p=b=>!this.isReversed()&&b<=f||this.isReversed()&&b>=f;let m,g=-1,v=this.isReversed()?i.length-1:0,C=this.isReversed()?e.length-1:0,E=!1;for(;h();){const b=i.charAt(v),y=l[b],A=(y==null?void 0:y.transform)!=null?y.transform(e.charAt(C)):e.charAt(C);if(!s.includes(v)&&y!=null?(A.match(y.pattern)!=null?(c[d](A),y.repeated?(g===-1?g=v:v===f&&v!==g&&(v=g-u),f===g&&(v-=u)):y.multiple&&(E=!0,v-=u),v+=u):y.multiple?E&&(v+=u,C-=u,E=!1):A===m?m=void 0:y.optional&&(v+=u,C-=u),C+=u):(r&&!this.isEager()&&c[d](b),A===b&&!this.isEager()?C+=u:m=b,this.isEager()||(v+=u)),this.isEager())for(;p(v)&&(l[i.charAt(v)]==null||s.includes(v));)r?c[d](i.charAt(v)):i.charAt(v)===e.charAt(C)&&(C+=u),v+=u}return this.memo.set(o,c.join("")),this.memo.get(o)}}const Dv=t=>JSON.parse(t.replaceAll("'",'"')),qp=(t,e={})=>{const n={...e};return t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=qA(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=zc(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=zc(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=zc(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=e_(t.dataset.maskaTokens)),n},zc=t=>t!==""?!!JSON.parse(t):!0,qA=t=>t.startsWith("[")&&t.endsWith("]")?Dv(t):t,e_=t=>{if(t.startsWith("{")&&t.endsWith("}"))return Dv(t);const e={};return t.split("|").forEach(n=>{const r=n.split(":");e[r[0]]={pattern:new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e};class t_{constructor(e,n={}){rs(this,"items",new Map),rs(this,"beforeinputEvent",r=>{const o=r.target,i=this.items.get(o);i.isEager()&&"inputType"in r&&r.inputType.startsWith("delete")&&i.unmasked(o.value).length<=1&&this.setMaskedValue(o,"")}),rs(this,"inputEvent",r=>{if(r instanceof CustomEvent&&r.type==="input"&&r.detail!=null&&typeof r.detail=="object"&&"masked"in r.detail)return;const o=r.target,i=this.items.get(o),s=o.value,c=o.selectionStart,l=o.selectionEnd;let u=s;if(i.isEager()){const d=i.masked(s),f=i.unmasked(s);f===""&&"data"in r&&r.data!=null?u=r.data:f!==i.unmasked(d)&&(u=f)}if(this.setMaskedValue(o,u),"inputType"in r&&(r.inputType.startsWith("delete")||c!=null&&c<s.length))try{o.setSelectionRange(c,l)}catch{}}),this.options=n,typeof e=="string"?this.init(Array.from(document.querySelectorAll(e)),this.getMaskOpts(n)):this.init("length"in e?Array.from(e):[e],this.getMaskOpts(n))}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.inputEvent),e.removeEventListener("beforeinput",this.beforeinputEvent);this.items.clear()}needUpdateOptions(e,n){const r=this.items.get(e),o=new Xp(qp(e,this.getMaskOpts(n)));return JSON.stringify(r.opts)!==JSON.stringify(o.opts)}needUpdateValue(e){const n=e.dataset.maskaValue;return n==null&&e.value!==""||n!=null&&n!==e.value}getMaskOpts(e){const{onMaska:n,preProcess:r,postProcess:o,...i}=e;return i}init(e,n){for(const r of e){const o=new Xp(qp(r,n));this.items.set(r,o),r.value!==""&&this.setMaskedValue(r,r.value),r.addEventListener("input",this.inputEvent),r.addEventListener("beforeinput",this.beforeinputEvent)}}setMaskedValue(e,n){const r=this.items.get(e);this.options.preProcess!=null&&(n=this.options.preProcess(n));const o=r.masked(n),i=r.unmasked(r.isEager()?o:n),s=r.completed(n),c={masked:o,unmasked:i,completed:s};n=o,this.options.postProcess!=null&&(n=this.options.postProcess(n)),e.value=n,e.dataset.maskaValue=n,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(l=>l(c)):this.options.onMaska(c)),e.dispatchEvent(new CustomEvent("maska",{detail:c})),e.dispatchEvent(new CustomEvent("input",{detail:c}))}}const Xu=new WeakMap,n_=t=>{setTimeout(()=>{var e;((e=Xu.get(t))==null?void 0:e.needUpdateValue(t))===!0&&t.dispatchEvent(new CustomEvent("input"))})},r_=(t,e)=>{const n=t instanceof HTMLInputElement?t:t.querySelector("input"),r={...e.arg};if(n==null||(n==null?void 0:n.type)==="file")return;n_(n);const o=Xu.get(n);if(o!=null){if(!o.needUpdateOptions(n,r))return;o.destroy()}if(e.value!=null){const i=e.value,s=c=>{i.masked=c.masked,i.unmasked=c.unmasked,i.completed=c.completed};r.onMaska=r.onMaska==null?s:Array.isArray(r.onMaska)?[...r.onMaska,s]:[r.onMaska,s]}Xu.set(n,new t_(n,r))},o_=["value","type"],Fr=a.defineComponent({__name:"BDFormInput",props:{modelValue:{default:""},formGroupClass:{default:void 0},type:{default:"text"},label:{default:void 0},labelClass:{default:void 0},formFieldClass:{default:void 0},inputClass:{default:void 0},placeholder:{default:void 0},state:{type:[Boolean,null],default:null},readonly:{type:[Boolean,null],default:null},disabled:{type:[Boolean,null],default:null},autofocus:{type:[Boolean,null],default:null},size:{default:Pt.MD},tabindex:{default:null},invalidFeedbackClass:{default:void 0},invalidFeedbackText:{default:void 0},delayTimeMs:{default:0},mask:{default:void 0}},emits:["update:modelValue","click","blur","enter"],setup(t,{emit:e}){const n=t,{uniqueIdentifier:r}=Ni(),o=$o(n,"modelValue",e),i=`__BD__FORM__LABEL__${r.value}`,s=`__BD__FORM__GROUP__${r.value}`,c=`form-input-${n.label?n.label.replace(/ /g,"-").toLowerCase():r.value}`,l=`validationFeedback${n.label?n.label.replace(/ /g,""):r.value}`,u=a.computed(()=>({[`${n.inputClass}`]:n.inputClass,"is-invalid":n.state===!1,"is-valid":n.state===!0,[`form-control-${n.size}`]:n.size})),d=a.computed(()=>({[`${n.invalidFeedbackClass}`]:n.invalidFeedbackClass,"is-invalid":n.state===!1})),f=a.computed(()=>({placeholder:n.placeholder?n.placeholder:null,readonly:n.readonly===!0,disabled:n.disabled===!0,autofocus:n.autofocus===!0,tabindex:n.tabindex?n.tabindex:null,"aria-describedby":n.state===!1&&n.invalidFeedbackText?l:null,"data-maska":n.mask})),h=_E(p=>{o.value=p.target.value},n.delayTimeMs);return(p,m)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["bd-form-input",p.formGroupClass]),id:s},[a.renderSlot(p.$slots,"label",{},()=>[p.label?(a.openBlock(),a.createElementBlock("label",{key:0,for:c,id:i,class:a.normalizeClass(["form-label",p.labelClass])},a.toDisplayString(p.label),3)):a.createCommentVNode("",!0)]),a.createElementVNode("div",{class:a.normalizeClass(p.formFieldClass)},[a.withDirectives(a.createElementVNode("input",a.mergeProps({value:p.modelValue,type:p.type,id:c,class:["form-control",u.value]},f.value,{onInput:m[0]||(m[0]=(...g)=>a.unref(h)&&a.unref(h)(...g)),onClick:m[1]||(m[1]=g=>p.$emit("click")),onBlur:m[2]||(m[2]=g=>p.$emit("blur")),onKeydown:m[3]||(m[3]=a.withKeys(g=>p.$emit("enter"),["enter"]))}),null,16,o_),[[a.unref(r_)]]),a.renderSlot(p.$slots,"default")],2),a.createVNode(sc,{text:p.invalidFeedbackText,class:a.normalizeClass(d.value),state:p.state,id:l},null,8,["text","class","state"])],2))}}),i_={class:"input-group bd-input-group"},s_=["for"],Ps=a.defineComponent({__name:"BDInputGroup",props:{label:{default:void 0},labelForId:{default:void 0}},setup(t){const e=t,n=a.useAttrs();return(r,o)=>(a.openBlock(),a.createElementBlock("fieldset",i_,[e.label?(a.openBlock(),a.createElementBlock("label",{key:0,for:e.labelForId,class:"form-label"},a.toDisplayString(e.label),9,s_)):a.createCommentVNode("",!0),a.createElementVNode("div",{class:a.normalizeClass(a.unref(n).class)},[a.renderSlot(r.$slots,"default")],2)]))}}),a_={key:0},l_={key:1},Pv=a.defineComponent({__name:"BDBadge",props:{variant:{default:Jl.PRIMARY}},setup(t){const e=t,n=a.computed(()=>["badge","bd-badge",`bd-badge-${e.variant}`]);return(r,o)=>(a.openBlock(),a.createElementBlock("span",{role:"status",class:a.normalizeClass(n.value)},[r.variant==="danger"?(a.openBlock(),a.createElementBlock("span",a_,[a.createVNode(a.unref(Jr))])):a.createCommentVNode("",!0),r.variant==="success"?(a.openBlock(),a.createElementBlock("span",l_,[a.createVNode(a.unref(Oi))])):a.createCommentVNode("",!0),a.renderSlot(r.$slots,"default")],2))}}),c_=["onSubmit","onReset"],Bv=a.defineComponent({__name:"BDForm",emits:["submit","reset"],setup(t,{emit:e}){function n(){e("submit")}function r(){e("reset")}return(o,i)=>(a.openBlock(),a.createElementBlock("form",{onSubmit:a.withModifiers(n,["prevent"]),onReset:a.withModifiers(r,["prevent"])},[a.renderSlot(o.$slots,"default")],40,c_))}}),u_={"aria-label":"Page navigation",class:"bd-pagination"},d_={class:"page-item"},f_=["data-page"],h_=["data-page"],p_={class:"page-item"},m_=["data-page"],yf=a.defineComponent({__name:"BDPagination",props:{modelValue:{default:1},totalRows:{default:1},rowsPerPage:{default:10},isPatient:{type:Boolean,default:!0}},emits:["click","update:modelValue"],setup(t,{emit:e}){const n=t,r=$o(n,"modelValue",e),o=a.ref(Math.ceil(n.totalRows/n.rowsPerPage)),i=a.ref([]);a.watch([()=>n.totalRows,()=>n.rowsPerPage],()=>{o.value=Math.ceil(n.totalRows/n.rowsPerPage),i.value=d(r.value)}),a.onMounted(()=>{i.value=d(r.value)});const s=a.computed(()=>({[`${n.class}`]:n.class,colleague:!n.isPatient})),c=f=>{const h=f.currentTarget.getAttribute("data-page"),p=Number(h);isNaN(Number(p))||(r.value=p,i.value=d(p)),e("click",p)},l=(f,h,p)=>p<=h?p:f==1?6:f<=4?5:1,u=(f,h,p)=>p<=h?0:f==p?6:f>p-4?5:1,d=f=>{const h=[],m=l(f,7,o.value),g=o.value>7&&f>4,v=o.value>7&&f<o.value-3,C=g&&v,E=u(f,7,o.value);for(let b=1;b<=m;b++)h.push(b);if(g&&h.push("..."),C)for(let b=f-1;b<=f+1;b++)h.push(b);v&&h.push("...");for(let b=1;b<=E;b++)h.push(o.value-E+b);return h};return(f,h)=>(a.openBlock(),a.createElementBlock("div",u_,[a.createElementVNode("ul",{class:a.normalizeClass(["pagination",s.value])},[a.withDirectives(a.createElementVNode("li",d_,[a.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Previous",onClick:c,"data-page":a.unref(r)-1},[a.createVNode(a.unref(zd))],8,f_)],512),[[a.vShow,a.unref(r)>1]]),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(i.value,p=>(a.openBlock(),a.createElementBlock("li",{class:a.normalizeClass(["page-item",{active:a.unref(r)===p,disabled:typeof p=="string"}]),key:p},[a.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center",onClick:c,"data-page":p},a.toDisplayString(p),9,h_)],2))),128)),a.withDirectives(a.createElementVNode("li",p_,[a.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Next",onClick:c,"data-page":a.unref(r)+1},[a.createVNode(a.unref(Ud))],8,m_)],512),[[a.vShow,a.unref(r)<o.value]])],2)]))}}),g_=["disabled"],v_=["label"],y_=["value"],b_=["value"],Rv=a.defineComponent({__name:"BDFormSelect",props:{size:{default:Pt.MD},disabled:{type:Boolean},autofocus:{type:Boolean,default:!1},options:{default:void 0},modelValue:{default:""},state:{type:[Boolean,null],default:null}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const n=t,r=$o(n,"modelValue",e),o=a.ref(null),{focused:i}=xE(o,{initialValue:n.autofocus}),s=a.computed(()=>({"form-select":!0,"bd-form-select":!0,"is-invalid":n.state===!1,[`form-select-${n.size}`]:["xs","sm","lg"].includes(n.size)}));a.watch(()=>n.autofocus,d=>{d&&(i.value=!0)});const c=d=>{r.value=d.target.value;let f=u(d.target.value);e("input",f)},l=d=>{let f=u(d.target.value);e("change",f)},u=d=>{try{return JSON.parse(d)}catch{return d}};return(d,f)=>a.withDirectives((a.openBlock(),a.createElementBlock("select",{class:a.normalizeClass(s.value),"onUpdate:modelValue":f[0]||(f[0]=h=>a.isRef(r)?r.value=h:null),disabled:n.disabled,ref_key:"input",ref:o,onInput:c,onChange:l},[a.renderSlot(d.$slots,"first"),n.options&&n.options.length>0&&n.options[0].label&&n.options[0].options?(a.openBlock(!0),a.createElementBlock(a.Fragment,{key:0},a.renderList(n.options,h=>(a.openBlock(),a.createElementBlock("optgroup",{label:h.label},[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(h.options,p=>(a.openBlock(),a.createElementBlock("option",{value:JSON.stringify(p.value),key:p.value},a.toDisplayString(p.text),9,y_))),128))],8,v_))),256)):(a.openBlock(!0),a.createElementBlock(a.Fragment,{key:1},a.renderList(n.options,h=>(a.openBlock(),a.createElementBlock("option",{value:h.value,key:h.value},a.toDisplayString(h.text),9,b_))),128))],42,g_)),[[a.vModelSelect,a.unref(r)]])}}),C_=["value","true-value","false-value","data-checked"],Wr=a.defineComponent({__name:"BDFormCheckbox",props:{modelValue:{type:[Boolean,String,Array],default:void 0},value:{type:[Boolean,String],default:!0},uncheckedValue:{type:[Boolean,String],default:!1},state:{type:[Boolean,null],default:void 0}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const n=t,{uniqueIdentifier:r}=Ni(),o=$o(n,"modelValue",e),i=`form-check-input-${r.value}`,s=a.computed(()=>["form-check","bd-form-checkbox"]),c=a.computed(()=>({"form-check-input":!0,"is-invalid":n.state===!1})),l=u=>e("change",u.target.value);return(u,d)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(s.value)},[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>a.isRef(o)?o.value=f:null),id:i,class:a.normalizeClass(c.value),type:"checkbox",value:u.value,"true-value":u.value,"false-value":u.uncheckedValue,"data-checked":a.unref(o)===u.value,onChange:l},null,42,C_),[[a.vModelCheckbox,a.unref(o)]]),a.createElementVNode("label",{class:"form-check-label",for:i},[a.renderSlot(u.$slots,"default")]),a.renderSlot(u.$slots,"last")],2))}}),E_={key:0,class:"bd-article__body"},S_={key:1},$v=a.defineComponent({__name:"BDArticle",props:{title:{default:""},text:{default:""},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:["click"],setup(t,{emit:e}){const n=t,r=o=>e("click",{event:o,identifier:n.identifier});return(o,i)=>(a.openBlock(),a.createElementBlock("article",{class:"bd-article",onClick:r},[a.createElementVNode("header",null,[a.renderSlot(o.$slots,"header",{},()=>[a.createElementVNode("h5",null,a.toDisplayString(n.title),1)])]),n.hideBody?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("div",E_,[a.renderSlot(o.$slots,"default",{},()=>[a.createTextVNode(a.toDisplayString(n.text),1)])])),n.hideFooter?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("footer",S_,[a.renderSlot(o.$slots,"footer")]))]))}}),si={DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},w_=["id"],k_={class:"toast-header"},A_=a.createElementVNode("button",{type:"button",class:"btn-close","data-bs-dismiss":"toast","aria-label":"Close"},null,-1),__={class:"toast-body"},bf=a.defineComponent({__name:"BDToast",props:{id:{},variant:{default:si.INFO},title:{default:""},text:{default:""}},setup(t){const e=t,n=a.computed(()=>({[`bd-toast-${e.variant}`]:!0})),r=a.computed(()=>e.variant!==si.SUCCESS);return(o,i)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["toast bd-toast",n.value]),role:"alert","aria-live":"assertive","aria-atomic":"true",key:e.id,id:e.id},[a.createElementVNode("div",k_,[r.value?(a.openBlock(),a.createBlock(a.unref(Jr),{key:0})):(a.openBlock(),a.createBlock(a.unref(Oi),{key:1})),a.createElementVNode("h5",null,a.toDisplayString(e.title),1),A_]),a.createElementVNode("div",__,[a.createElementVNode("span",null,a.toDisplayString(e.text),1)])],10,w_))}}),Pe="",va=t=>typeof t=="string"||t instanceof String,T_={class:"bd-pill"},I_=["src"],x_={class:"bd-pill__description"},O_=["href"],N_=["id","textContent","title"],M_=["id","textContent","title"],ac=a.defineComponent({__name:"BDPill",props:{imgSrc:{default:Pe},uri:{default:Pe},uriDisplayName:{default:Pe},title:{default:Pe},subtitle:{default:Pe},showClose:{type:Boolean,default:!1}},emits:["close"],setup(t,{emit:e}){const n=t,{uniqueIdentifier:r}=Ni(),o=a.computed(()=>n.uri),i=a.computed(()=>n.uriDisplayName!==Pe?n.uriDisplayName:n.uri),s=a.computed(()=>n.imgSrc),c=a.computed(()=>n.title),l=a.computed(()=>n.subtitle),u=a.computed(()=>`bd-pill-title-${r.value}`),d=a.computed(()=>`bd-pill-subtitle-${r.value}`);return(f,h)=>(a.openBlock(),a.createElementBlock("div",T_,[a.createElementVNode("img",{src:s.value,class:"bd-pill__logo",alt:"logo-externe-partij"},null,8,I_),a.createElementVNode("div",x_,[a.createElementVNode("a",{href:o.value,class:"bd-pill__link",target:"_blank",rel:"noopener noreferrer"},[a.createVNode(a.unref(Zl),{class:"bd-pill__icon-hyperlink",style:{height:"12px"}}),a.createTextVNode(" "+a.toDisplayString(i.value),1)],8,O_),a.createElementVNode("span",{class:"bd-pill__title",id:u.value,textContent:a.toDisplayString(c.value),"data-bs-toggle":"tooltip",title:c.value},null,8,N_),a.createElementVNode("span",{class:"bd-pill__subtitle",id:d.value,textContent:a.toDisplayString(l.value),"data-bs-toggle":"tooltip",title:l.value},null,8,M_)])]))}});function L_(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]]);return n}const D_=t=>Array.isArray(t)&&t.length>0,P_=t=>Object.keys(t).map(e=>t[e]),Uc=t=>Array.isArray(t)&&t.length>0,Vv=t=>!t||Array.isArray(t)&&!t.length,Cf={name:"BDUserInformation",props:{value:{type:Object},showProfilePicture:{type:Boolean}},render(){const t=this.value,{name:e,profilePictureUri:n,extra:r}=t,o=L_(t,["name","profilePictureUri","extra"]),i=n&&this.showProfilePicture?a.h("img",{class:"bd-user-information__profile-picture",src:n,alt:e}):null;let c=[a.h("h4",null,e)];this.$slots.default&&c.push(this.$slots.default());const l=a.h("div",{class:"bd-user-information__header"},c),u=a.h("small",null,P_(o).filter(f=>f).join(" • ")),d=a.h("div",{class:"bd-user-information__detail"},[l,u]);return a.h("div",{class:"bd-user-information"},[i,d])}},B_={date:"",displayTime:!0};var Di=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Pi(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Fv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){var n=1e3,r=6e4,o=36e5,i="millisecond",s="second",c="minute",l="hour",u="day",d="week",f="month",h="quarter",p="year",m="date",g="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,C=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,E={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(K){var F=["th","st","nd","rd"],W=K%100;return"["+K+(F[(W-20)%10]||F[W]||F[0])+"]"}},b=function(K,F,W){var Q=String(K);return!Q||Q.length>=F?K:""+Array(F+1-Q.length).join(W)+K},y={s:b,z:function(K){var F=-K.utcOffset(),W=Math.abs(F),Q=Math.floor(W/60),U=W%60;return(F<=0?"+":"-")+b(Q,2,"0")+":"+b(U,2,"0")},m:function K(F,W){if(F.date()<W.date())return-K(W,F);var Q=12*(W.year()-F.year())+(W.month()-F.month()),U=F.clone().add(Q,f),ee=W-U<0,te=F.clone().add(Q+(ee?-1:1),f);return+(-(Q+(W-U)/(ee?U-te:te-U))||0)},a:function(K){return K<0?Math.ceil(K)||0:Math.floor(K)},p:function(K){return{M:f,y:p,w:d,d:u,D:m,h:l,m:c,s,ms:i,Q:h}[K]||String(K||"").toLowerCase().replace(/s$/,"")},u:function(K){return K===void 0}},A="en",w={};w[A]=E;var O="$isDayjsObject",L=function(K){return K instanceof P||!(!K||!K[O])},N=function K(F,W,Q){var U;if(!F)return A;if(typeof F=="string"){var ee=F.toLowerCase();w[ee]&&(U=ee),W&&(w[ee]=W,U=ee);var te=F.split("-");if(!U&&te.length>1)return K(te[0])}else{var se=F.name;w[se]=F,U=se}return!Q&&U&&(A=U),U||!Q&&A},j=function(K,F){if(L(K))return K.clone();var W=typeof F=="object"?F:{};return W.date=K,W.args=arguments,new P(W)},V=y;V.l=N,V.i=L,V.w=function(K,F){return j(K,{locale:F.$L,utc:F.$u,x:F.$x,$offset:F.$offset})};var P=function(){function K(W){this.$L=N(W.locale,null,!0),this.parse(W),this.$x=this.$x||W.x||{},this[O]=!0}var F=K.prototype;return F.parse=function(W){this.$d=function(Q){var U=Q.date,ee=Q.utc;if(U===null)return new Date(NaN);if(V.u(U))return new Date;if(U instanceof Date)return new Date(U);if(typeof U=="string"&&!/Z$/i.test(U)){var te=U.match(v);if(te){var se=te[2]-1||0,ue=(te[7]||"0").substring(0,3);return ee?new Date(Date.UTC(te[1],se,te[3]||1,te[4]||0,te[5]||0,te[6]||0,ue)):new Date(te[1],se,te[3]||1,te[4]||0,te[5]||0,te[6]||0,ue)}}return new Date(U)}(W),this.init()},F.init=function(){var W=this.$d;this.$y=W.getFullYear(),this.$M=W.getMonth(),this.$D=W.getDate(),this.$W=W.getDay(),this.$H=W.getHours(),this.$m=W.getMinutes(),this.$s=W.getSeconds(),this.$ms=W.getMilliseconds()},F.$utils=function(){return V},F.isValid=function(){return this.$d.toString()!==g},F.isSame=function(W,Q){var U=j(W);return this.startOf(Q)<=U&&U<=this.endOf(Q)},F.isAfter=function(W,Q){return j(W)<this.startOf(Q)},F.isBefore=function(W,Q){return this.endOf(Q)<j(W)},F.$g=function(W,Q,U){return V.u(W)?this[Q]:this.set(U,W)},F.unix=function(){return Math.floor(this.valueOf()/1e3)},F.valueOf=function(){return this.$d.getTime()},F.startOf=function(W,Q){var U=this,ee=!!V.u(Q)||Q,te=V.p(W),se=function(R,x){var B=V.w(U.$u?Date.UTC(U.$y,x,R):new Date(U.$y,x,R),U);return ee?B:B.endOf(u)},ue=function(R,x){return V.w(U.toDate()[R].apply(U.toDate("s"),(ee?[0,0,0,0]:[23,59,59,999]).slice(x)),U)},pe=this.$W,Ce=this.$M,we=this.$D,xe="set"+(this.$u?"UTC":"");switch(te){case p:return ee?se(1,0):se(31,11);case f:return ee?se(1,Ce):se(0,Ce+1);case d:var Ee=this.$locale().weekStart||0,D=(pe<Ee?pe+7:pe)-Ee;return se(ee?we-D:we+(6-D),Ce);case u:case m:return ue(xe+"Hours",0);case l:return ue(xe+"Minutes",1);case c:return ue(xe+"Seconds",2);case s:return ue(xe+"Milliseconds",3);default:return this.clone()}},F.endOf=function(W){return this.startOf(W,!1)},F.$set=function(W,Q){var U,ee=V.p(W),te="set"+(this.$u?"UTC":""),se=(U={},U[u]=te+"Date",U[m]=te+"Date",U[f]=te+"Month",U[p]=te+"FullYear",U[l]=te+"Hours",U[c]=te+"Minutes",U[s]=te+"Seconds",U[i]=te+"Milliseconds",U)[ee],ue=ee===u?this.$D+(Q-this.$W):Q;if(ee===f||ee===p){var pe=this.clone().set(m,1);pe.$d[se](ue),pe.init(),this.$d=pe.set(m,Math.min(this.$D,pe.daysInMonth())).$d}else se&&this.$d[se](ue);return this.init(),this},F.set=function(W,Q){return this.clone().$set(W,Q)},F.get=function(W){return this[V.p(W)]()},F.add=function(W,Q){var U,ee=this;W=Number(W);var te=V.p(Q),se=function(Ce){var we=j(ee);return V.w(we.date(we.date()+Math.round(Ce*W)),ee)};if(te===f)return this.set(f,this.$M+W);if(te===p)return this.set(p,this.$y+W);if(te===u)return se(1);if(te===d)return se(7);var ue=(U={},U[c]=r,U[l]=o,U[s]=n,U)[te]||1,pe=this.$d.getTime()+W*ue;return V.w(pe,this)},F.subtract=function(W,Q){return this.add(-1*W,Q)},F.format=function(W){var Q=this,U=this.$locale();if(!this.isValid())return U.invalidDate||g;var ee=W||"YYYY-MM-DDTHH:mm:ssZ",te=V.z(this),se=this.$H,ue=this.$m,pe=this.$M,Ce=U.weekdays,we=U.months,xe=U.meridiem,Ee=function(x,B,S,k){return x&&(x[B]||x(Q,ee))||S[B].slice(0,k)},D=function(x){return V.s(se%12||12,x,"0")},R=xe||function(x,B,S){var k=x<12?"AM":"PM";return S?k.toLowerCase():k};return ee.replace(C,function(x,B){return B||function(S){switch(S){case"YY":return String(Q.$y).slice(-2);case"YYYY":return V.s(Q.$y,4,"0");case"M":return pe+1;case"MM":return V.s(pe+1,2,"0");case"MMM":return Ee(U.monthsShort,pe,we,3);case"MMMM":return Ee(we,pe);case"D":return Q.$D;case"DD":return V.s(Q.$D,2,"0");case"d":return String(Q.$W);case"dd":return Ee(U.weekdaysMin,Q.$W,Ce,2);case"ddd":return Ee(U.weekdaysShort,Q.$W,Ce,3);case"dddd":return Ce[Q.$W];case"H":return String(se);case"HH":return V.s(se,2,"0");case"h":return D(1);case"hh":return D(2);case"a":return R(se,ue,!0);case"A":return R(se,ue,!1);case"m":return String(ue);case"mm":return V.s(ue,2,"0");case"s":return String(Q.$s);case"ss":return V.s(Q.$s,2,"0");case"SSS":return V.s(Q.$ms,3,"0");case"Z":return te}return null}(x)||te.replace(":","")})},F.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},F.diff=function(W,Q,U){var ee,te=this,se=V.p(Q),ue=j(W),pe=(ue.utcOffset()-this.utcOffset())*r,Ce=this-ue,we=function(){return V.m(te,ue)};switch(se){case p:ee=we()/12;break;case f:ee=we();break;case h:ee=we()/3;break;case d:ee=(Ce-pe)/6048e5;break;case u:ee=(Ce-pe)/864e5;break;case l:ee=Ce/o;break;case c:ee=Ce/r;break;case s:ee=Ce/n;break;default:ee=Ce}return U?ee:V.a(ee)},F.daysInMonth=function(){return this.endOf(f).$D},F.$locale=function(){return w[this.$L]},F.locale=function(W,Q){if(!W)return this.$L;var U=this.clone(),ee=N(W,Q,!0);return ee&&(U.$L=ee),U},F.clone=function(){return V.w(this.$d,this)},F.toDate=function(){return new Date(this.valueOf())},F.toJSON=function(){return this.isValid()?this.toISOString():null},F.toISOString=function(){return this.$d.toISOString()},F.toString=function(){return this.$d.toUTCString()},K}(),z=P.prototype;return j.prototype=z,[["$ms",i],["$s",s],["$m",c],["$H",l],["$W",u],["$M",f],["$y",p],["$D",m]].forEach(function(K){z[K[1]]=function(F){return this.$g(F,K[0],K[1])}}),j.extend=function(K,F){return K.$i||(K(F,P,j),K.$i=!0),j},j.locale=N,j.isDayjs=L,j.unix=function(K){return j(1e3*K)},j.en=w[A],j.Ls=w,j.p={},j})})(Fv);var jv=Fv.exports;const Mn=Pi(jv);var R_={exports:{}};(function(t,e){(function(n,r){t.exports=r(jv)})(Di,function(n){function r(s){return s&&typeof s=="object"&&"default"in s?s:{default:s}}var o=r(n),i={name:"nl",weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),ordinal:function(s){return"["+s+(s===1||s===8||s>=20?"ste":"de")+"]"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"een minuut",mm:"%d minuten",h:"een uur",hh:"%d uur",d:"een dag",dd:"%d dagen",M:"een maand",MM:"%d maanden",y:"een jaar",yy:"%d jaar"}};return o.default.locale(i,null,!0),i})})(R_);var zv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,o=/\d/,i=/\d\d/,s=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,l={},u=function(v){return(v=+v)+(v>68?1900:2e3)},d=function(v){return function(C){this[v]=+C}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(v){(this.zone||(this.zone={})).offset=function(C){if(!C||C==="Z")return 0;var E=C.match(/([+-]|\d\d)/g),b=60*E[1]+(+E[2]||0);return b===0?0:E[0]==="+"?-b:b}(v)}],h=function(v){var C=l[v];return C&&(C.indexOf?C:C.s.concat(C.f))},p=function(v,C){var E,b=l.meridiem;if(b){for(var y=1;y<=24;y+=1)if(v.indexOf(b(y,0,C))>-1){E=y>12;break}}else E=v===(C?"pm":"PM");return E},m={A:[c,function(v){this.afternoon=p(v,!1)}],a:[c,function(v){this.afternoon=p(v,!0)}],Q:[o,function(v){this.month=3*(v-1)+1}],S:[o,function(v){this.milliseconds=100*+v}],SS:[i,function(v){this.milliseconds=10*+v}],SSS:[/\d{3}/,function(v){this.milliseconds=+v}],s:[s,d("seconds")],ss:[s,d("seconds")],m:[s,d("minutes")],mm:[s,d("minutes")],H:[s,d("hours")],h:[s,d("hours")],HH:[s,d("hours")],hh:[s,d("hours")],D:[s,d("day")],DD:[i,d("day")],Do:[c,function(v){var C=l.ordinal,E=v.match(/\d+/);if(this.day=E[0],C)for(var b=1;b<=31;b+=1)C(b).replace(/\[|\]/g,"")===v&&(this.day=b)}],w:[s,d("week")],ww:[i,d("week")],M:[s,d("month")],MM:[i,d("month")],MMM:[c,function(v){var C=h("months"),E=(h("monthsShort")||C.map(function(b){return b.slice(0,3)})).indexOf(v)+1;if(E<1)throw new Error;this.month=E%12||E}],MMMM:[c,function(v){var C=h("months").indexOf(v)+1;if(C<1)throw new Error;this.month=C%12||C}],Y:[/[+-]?\d+/,d("year")],YY:[i,function(v){this.year=u(v)}],YYYY:[/\d{4}/,d("year")],Z:f,ZZ:f};function g(v){var C,E;C=v,E=l&&l.formats;for(var b=(v=C.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(j,V,P){var z=P&&P.toUpperCase();return V||E[P]||n[P]||E[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(K,F,W){return F||W.slice(1)})})).match(r),y=b.length,A=0;A<y;A+=1){var w=b[A],O=m[w],L=O&&O[0],N=O&&O[1];b[A]=N?{regex:L,parser:N}:w.replace(/^\[|\]$/g,"")}return function(j){for(var V={},P=0,z=0;P<y;P+=1){var K=b[P];if(typeof K=="string")z+=K.length;else{var F=K.regex,W=K.parser,Q=j.slice(z),U=F.exec(Q)[0];W.call(V,U),j=j.replace(U,"")}}return function(ee){var te=ee.afternoon;if(te!==void 0){var se=ee.hours;te?se<12&&(ee.hours+=12):se===12&&(ee.hours=0),delete ee.afternoon}}(V),V}}return function(v,C,E){E.p.customParseFormat=!0,v&&v.parseTwoDigitYear&&(u=v.parseTwoDigitYear);var b=C.prototype,y=b.parse;b.parse=function(A){var w=A.date,O=A.utc,L=A.args;this.$u=O;var N=L[1];if(typeof N=="string"){var j=L[2]===!0,V=L[3]===!0,P=j||V,z=L[2];V&&(z=L[2]),l=this.$locale(),!j&&z&&(l=E.Ls[z]),this.$d=function(Q,U,ee,te){try{if(["x","X"].indexOf(U)>-1)return new Date((U==="X"?1e3:1)*Q);var se=g(U)(Q),ue=se.year,pe=se.month,Ce=se.day,we=se.hours,xe=se.minutes,Ee=se.seconds,D=se.milliseconds,R=se.zone,x=se.week,B=new Date,S=Ce||(ue||pe?1:B.getDate()),k=ue||B.getFullYear(),I=0;ue&&!pe||(I=pe>0?pe-1:B.getMonth());var M,Y=we||0,G=xe||0,J=Ee||0,X=D||0;return R?new Date(Date.UTC(k,I,S,Y,G,J,X+60*R.offset*1e3)):ee?new Date(Date.UTC(k,I,S,Y,G,J,X)):(M=new Date(k,I,S,Y,G,J,X),x&&(M=te(M).week(x).toDate()),M)}catch{return new Date("")}}(w,N,O,E),this.init(),z&&z!==!0&&(this.$L=this.locale(z).$L),P&&w!=this.format(N)&&(this.$d=new Date("")),l={}}else if(N instanceof Array)for(var K=N.length,F=1;F<=K;F+=1){L[1]=N[F-1];var W=E.apply(this,L);if(W.isValid()){this.$d=W.$d,this.$L=W.$L,this.init();break}F===K&&(this.$d=new Date(""))}else y.call(this,A)}}})})(zv);var $_=zv.exports;const V_=Pi($_);var Uv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){return function(n,r){r.prototype.isSameOrAfter=function(o,i){return this.isSame(o,i)||this.isAfter(o,i)}}})})(Uv);var F_=Uv.exports;const j_=Pi(F_);var Hv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){return function(n,r){r.prototype.isSameOrBefore=function(o,i){return this.isSame(o,i)||this.isBefore(o,i)}}})})(Hv);var z_=Hv.exports;const U_=Pi(z_);var Wv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){var n="week",r="year";return function(o,i,s){var c=i.prototype;c.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var d=s(this).startOf(r).add(1,r).date(u),f=s(this).endOf(n);if(d.isBefore(f))return 1}var h=s(this).startOf(r).date(u).startOf(n).subtract(1,"millisecond"),p=this.diff(h,n,!0);return p<0?s(this).startOf("week").week():Math.ceil(p)},c.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}})})(Wv);var H_=Wv.exports;const W_=Pi(H_);Mn.extend(V_);Mn.locale("nl");Mn.extend(j_);Mn.extend(U_);Mn.extend(W_);const qu=t=>t?t.charAt(0).toUpperCase()+t.slice(1):"";function Kv(t,e=Mn()){const n=Mn(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0);if(!n.isValid())return"";const r=e.startOf("day"),o=r.subtract(1,"day");if(n.isSame(r,"day"))return"Vandaag";if(n.isSame(o,"day"))return"Gisteren";const i=r.subtract(6,"day");if(n.isSameOrAfter(i)&&n.isBefore(r))return qu(n.format("dddd"));const s=r.subtract(7,"day");return n.isSame(s)||n.isSame(e,"year")?n.format("D MMMM"):n.format("DD-MM-YYYY")}function K_(t,e=Mn()){const n=Mn(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0),r=t.includes(" ")&&t.includes(":");if(console.log("datestring:",t),!n.isValid())return"";const o=e.startOf("day"),i=o.subtract(1,"day");if(n.isSame(o,"day"))return r?n.format("HH:mm"):"Vandaag";if(n.isSame(i,"day"))return r?`Gisteren ${n.format("HH:mm")}`:"Gisteren";const s=o.subtract(6,"day");if(n.isSameOrAfter(s)&&n.isBefore(o))return qu(r?n.format("dddd HH:mm"):n.format("dddd"));const c=o.subtract(7,"day");return n.isSame(c)||n.isSame(e,"year")?r?n.format("D MMM HH:mm"):n.format("D MMMM"):n.format("DD-MM-YYYY")}const Y_={class:"bd-date"},Yv=a.defineComponent({__name:"BDDate",props:{date:{},displayTime:{type:Boolean,default:B_.displayTime}},setup(t){const e=t,n=a.computed(()=>e.displayTime?e.date?K_(e.date):"":e.date?Kv(e.date):"");return(r,o)=>(a.openBlock(),a.createElementBlock("span",Y_,a.toDisplayString(n.value),1))}}),Qa=a.defineComponent({__name:"BDDropdownItem",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},emits:["click"],setup(t,{emit:e}){const n=t,r=()=>{e("click")};return(o,i)=>(a.openBlock(),a.createElementBlock("li",a.mergeProps({class:"bd-dropdown-item"},o.$attrs),[a.createVNode(Io,a.mergeProps({class:"dropdown-item",onClick:r},n),{default:a.withCtx(()=>[a.renderSlot(o.$slots,"default",{},()=>[a.createTextVNode(a.toDisplayString(n.text),1)])]),_:3},16)],16))}});var Gv={exports:{}};(function(t,e){(function(r,o){t.exports=o()})(self,function(){return function(){var n={3099:function(s){s.exports=function(c){if(typeof c!="function")throw TypeError(String(c)+" is not a function");return c}},6077:function(s,c,l){var u=l(111);s.exports=function(d){if(!u(d)&&d!==null)throw TypeError("Can't set "+String(d)+" as a prototype");return d}},1223:function(s,c,l){var u=l(5112),d=l(30),f=l(3070),h=u("unscopables"),p=Array.prototype;p[h]==null&&f.f(p,h,{configurable:!0,value:d(null)}),s.exports=function(m){p[h][m]=!0}},1530:function(s,c,l){var u=l(8710).charAt;s.exports=function(d,f,h){return f+(h?u(d,f).length:1)}},5787:function(s){s.exports=function(c,l,u){if(!(c instanceof l))throw TypeError("Incorrect "+(u?u+" ":"")+"invocation");return c}},9670:function(s,c,l){var u=l(111);s.exports=function(d){if(!u(d))throw TypeError(String(d)+" is not an object");return d}},4019:function(s){s.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},260:function(s,c,l){var u=l(4019),d=l(9781),f=l(7854),h=l(111),p=l(6656),m=l(648),g=l(8880),v=l(1320),C=l(3070).f,E=l(9518),b=l(7674),y=l(5112),A=l(9711),w=f.Int8Array,O=w&&w.prototype,L=f.Uint8ClampedArray,N=L&&L.prototype,j=w&&E(w),V=O&&E(O),P=Object.prototype,z=P.isPrototypeOf,K=y("toStringTag"),F=A("TYPED_ARRAY_TAG"),W=u&&!!b&&m(f.opera)!=="Opera",Q=!1,U,ee={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},te={BigInt64Array:8,BigUint64Array:8},se=function(D){if(!h(D))return!1;var R=m(D);return R==="DataView"||p(ee,R)||p(te,R)},ue=function(Ee){if(!h(Ee))return!1;var D=m(Ee);return p(ee,D)||p(te,D)},pe=function(Ee){if(ue(Ee))return Ee;throw TypeError("Target is not a typed array")},Ce=function(Ee){if(b){if(z.call(j,Ee))return Ee}else for(var D in ee)if(p(ee,U)){var R=f[D];if(R&&(Ee===R||z.call(R,Ee)))return Ee}throw TypeError("Target is not a typed array constructor")},we=function(Ee,D,R){if(d){if(R)for(var x in ee){var B=f[x];B&&p(B.prototype,Ee)&&delete B.prototype[Ee]}(!V[Ee]||R)&&v(V,Ee,R?D:W&&O[Ee]||D)}},xe=function(Ee,D,R){var x,B;if(d){if(b){if(R)for(x in ee)B=f[x],B&&p(B,Ee)&&delete B[Ee];if(!j[Ee]||R)try{return v(j,Ee,R?D:W&&w[Ee]||D)}catch{}else return}for(x in ee)B=f[x],B&&(!B[Ee]||R)&&v(B,Ee,D)}};for(U in ee)f[U]||(W=!1);if((!W||typeof j!="function"||j===Function.prototype)&&(j=function(){throw TypeError("Incorrect invocation")},W))for(U in ee)f[U]&&b(f[U],j);if((!W||!V||V===P)&&(V=j.prototype,W))for(U in ee)f[U]&&b(f[U].prototype,V);if(W&&E(N)!==V&&b(N,V),d&&!p(V,K)){Q=!0,C(V,K,{get:function(){return h(this)?this[F]:void 0}});for(U in ee)f[U]&&g(f[U],F,U)}s.exports={NATIVE_ARRAY_BUFFER_VIEWS:W,TYPED_ARRAY_TAG:Q&&F,aTypedArray:pe,aTypedArrayConstructor:Ce,exportTypedArrayMethod:we,exportTypedArrayStaticMethod:xe,isView:se,isTypedArray:ue,TypedArray:j,TypedArrayPrototype:V}},3331:function(s,c,l){var u=l(7854),d=l(9781),f=l(4019),h=l(8880),p=l(2248),m=l(7293),g=l(5787),v=l(9958),C=l(7466),E=l(7067),b=l(1179),y=l(9518),A=l(7674),w=l(8006).f,O=l(3070).f,L=l(1285),N=l(8003),j=l(9909),V=j.get,P=j.set,z="ArrayBuffer",K="DataView",F="prototype",W="Wrong length",Q="Wrong index",U=u[z],ee=U,te=u[K],se=te&&te[F],ue=Object.prototype,pe=u.RangeError,Ce=b.pack,we=b.unpack,xe=function(T){return[T&255]},Ee=function(T){return[T&255,T>>8&255]},D=function(T){return[T&255,T>>8&255,T>>16&255,T>>24&255]},R=function(T){return T[3]<<24|T[2]<<16|T[1]<<8|T[0]},x=function(T){return Ce(T,23,4)},B=function(T){return Ce(T,52,8)},S=function(T,H){O(T[F],H,{get:function(){return V(this)[H]}})},k=function(T,H,Z,ae){var me=E(Z),ke=V(T);if(me+H>ke.byteLength)throw pe(Q);var q=V(ke.buffer).bytes,ie=me+ke.byteOffset,Se=q.slice(ie,ie+H);return ae?Se:Se.reverse()},I=function(T,H,Z,ae,me,ke){var q=E(Z),ie=V(T);if(q+H>ie.byteLength)throw pe(Q);for(var Se=V(ie.buffer).bytes,Re=q+ie.byteOffset,nt=ae(+me),at=0;at<H;at++)Se[Re+at]=nt[ke?at:H-at-1]};if(!f)ee=function(H){g(this,ee,z);var Z=E(H);P(this,{bytes:L.call(new Array(Z),0),byteLength:Z}),d||(this.byteLength=Z)},te=function(H,Z,ae){g(this,te,K),g(H,ee,K);var me=V(H).byteLength,ke=v(Z);if(ke<0||ke>me)throw pe("Wrong offset");if(ae=ae===void 0?me-ke:C(ae),ke+ae>me)throw pe(W);P(this,{buffer:H,byteLength:ae,byteOffset:ke}),d||(this.buffer=H,this.byteLength=ae,this.byteOffset=ke)},d&&(S(ee,"byteLength"),S(te,"buffer"),S(te,"byteLength"),S(te,"byteOffset")),p(te[F],{getInt8:function(H){return k(this,1,H)[0]<<24>>24},getUint8:function(H){return k(this,1,H)[0]},getInt16:function(H){var Z=k(this,2,H,arguments.length>1?arguments[1]:void 0);return(Z[1]<<8|Z[0])<<16>>16},getUint16:function(H){var Z=k(this,2,H,arguments.length>1?arguments[1]:void 0);return Z[1]<<8|Z[0]},getInt32:function(H){return R(k(this,4,H,arguments.length>1?arguments[1]:void 0))},getUint32:function(H){return R(k(this,4,H,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(H){return we(k(this,4,H,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(H){return we(k(this,8,H,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(H,Z){I(this,1,H,xe,Z)},setUint8:function(H,Z){I(this,1,H,xe,Z)},setInt16:function(H,Z){I(this,2,H,Ee,Z,arguments.length>2?arguments[2]:void 0)},setUint16:function(H,Z){I(this,2,H,Ee,Z,arguments.length>2?arguments[2]:void 0)},setInt32:function(H,Z){I(this,4,H,D,Z,arguments.length>2?arguments[2]:void 0)},setUint32:function(H,Z){I(this,4,H,D,Z,arguments.length>2?arguments[2]:void 0)},setFloat32:function(H,Z){I(this,4,H,x,Z,arguments.length>2?arguments[2]:void 0)},setFloat64:function(H,Z){I(this,8,H,B,Z,arguments.length>2?arguments[2]:void 0)}});else{if(!m(function(){U(1)})||!m(function(){new U(-1)})||m(function(){return new U,new U(1.5),new U(NaN),U.name!=z})){ee=function(H){return g(this,ee),new U(E(H))};for(var M=ee[F]=U[F],Y=w(U),G=0,J;Y.length>G;)(J=Y[G++])in ee||h(ee,J,U[J]);M.constructor=ee}A&&y(se)!==ue&&A(se,ue);var X=new te(new ee(2)),_=se.setInt8;X.setInt8(0,2147483648),X.setInt8(1,2147483649),(X.getInt8(0)||!X.getInt8(1))&&p(se,{setInt8:function(H,Z){_.call(this,H,Z<<24>>24)},setUint8:function(H,Z){_.call(this,H,Z<<24>>24)}},{unsafe:!0})}N(ee,z),N(te,K),s.exports={ArrayBuffer:ee,DataView:te}},1048:function(s,c,l){var u=l(7908),d=l(1400),f=l(7466),h=Math.min;s.exports=[].copyWithin||function(m,g){var v=u(this),C=f(v.length),E=d(m,C),b=d(g,C),y=arguments.length>2?arguments[2]:void 0,A=h((y===void 0?C:d(y,C))-b,C-E),w=1;for(b<E&&E<b+A&&(w=-1,b+=A-1,E+=A-1);A-- >0;)b in v?v[E]=v[b]:delete v[E],E+=w,b+=w;return v}},1285:function(s,c,l){var u=l(7908),d=l(1400),f=l(7466);s.exports=function(p){for(var m=u(this),g=f(m.length),v=arguments.length,C=d(v>1?arguments[1]:void 0,g),E=v>2?arguments[2]:void 0,b=E===void 0?g:d(E,g);b>C;)m[C++]=p;return m}},8533:function(s,c,l){var u=l(2092).forEach,d=l(9341),f=d("forEach");s.exports=f?[].forEach:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}},8457:function(s,c,l){var u=l(9974),d=l(7908),f=l(3411),h=l(7659),p=l(7466),m=l(6135),g=l(1246);s.exports=function(C){var E=d(C),b=typeof this=="function"?this:Array,y=arguments.length,A=y>1?arguments[1]:void 0,w=A!==void 0,O=g(E),L=0,N,j,V,P,z,K;if(w&&(A=u(A,y>2?arguments[2]:void 0,2)),O!=null&&!(b==Array&&h(O)))for(P=O.call(E),z=P.next,j=new b;!(V=z.call(P)).done;L++)K=w?f(P,A,[V.value,L],!0):V.value,m(j,L,K);else for(N=p(E.length),j=new b(N);N>L;L++)K=w?A(E[L],L):E[L],m(j,L,K);return j.length=L,j}},1318:function(s,c,l){var u=l(5656),d=l(7466),f=l(1400),h=function(p){return function(m,g,v){var C=u(m),E=d(C.length),b=f(v,E),y;if(p&&g!=g){for(;E>b;)if(y=C[b++],y!=y)return!0}else for(;E>b;b++)if((p||b in C)&&C[b]===g)return p||b||0;return!p&&-1}};s.exports={includes:h(!0),indexOf:h(!1)}},2092:function(s,c,l){var u=l(9974),d=l(8361),f=l(7908),h=l(7466),p=l(5417),m=[].push,g=function(v){var C=v==1,E=v==2,b=v==3,y=v==4,A=v==6,w=v==7,O=v==5||A;return function(L,N,j,V){for(var P=f(L),z=d(P),K=u(N,j,3),F=h(z.length),W=0,Q=V||p,U=C?Q(L,F):E||w?Q(L,0):void 0,ee,te;F>W;W++)if((O||W in z)&&(ee=z[W],te=K(ee,W,P),v))if(C)U[W]=te;else if(te)switch(v){case 3:return!0;case 5:return ee;case 6:return W;case 2:m.call(U,ee)}else switch(v){case 4:return!1;case 7:m.call(U,ee)}return A?-1:b||y?y:U}};s.exports={forEach:g(0),map:g(1),filter:g(2),some:g(3),every:g(4),find:g(5),findIndex:g(6),filterOut:g(7)}},6583:function(s,c,l){var u=l(5656),d=l(9958),f=l(7466),h=l(9341),p=Math.min,m=[].lastIndexOf,g=!!m&&1/[1].lastIndexOf(1,-0)<0,v=h("lastIndexOf"),C=g||!v;s.exports=C?function(b){if(g)return m.apply(this,arguments)||0;var y=u(this),A=f(y.length),w=A-1;for(arguments.length>1&&(w=p(w,d(arguments[1]))),w<0&&(w=A+w);w>=0;w--)if(w in y&&y[w]===b)return w||0;return-1}:m},1194:function(s,c,l){var u=l(7293),d=l(5112),f=l(7392),h=d("species");s.exports=function(p){return f>=51||!u(function(){var m=[],g=m.constructor={};return g[h]=function(){return{foo:1}},m[p](Boolean).foo!==1})}},9341:function(s,c,l){var u=l(7293);s.exports=function(d,f){var h=[][d];return!!h&&u(function(){h.call(null,f||function(){throw 1},1)})}},3671:function(s,c,l){var u=l(3099),d=l(7908),f=l(8361),h=l(7466),p=function(m){return function(g,v,C,E){u(v);var b=d(g),y=f(b),A=h(b.length),w=m?A-1:0,O=m?-1:1;if(C<2)for(;;){if(w in y){E=y[w],w+=O;break}if(w+=O,m?w<0:A<=w)throw TypeError("Reduce of empty array with no initial value")}for(;m?w>=0:A>w;w+=O)w in y&&(E=v(E,y[w],w,b));return E}};s.exports={left:p(!1),right:p(!0)}},5417:function(s,c,l){var u=l(111),d=l(3157),f=l(5112),h=f("species");s.exports=function(p,m){var g;return d(p)&&(g=p.constructor,typeof g=="function"&&(g===Array||d(g.prototype))?g=void 0:u(g)&&(g=g[h],g===null&&(g=void 0))),new(g===void 0?Array:g)(m===0?0:m)}},3411:function(s,c,l){var u=l(9670),d=l(9212);s.exports=function(f,h,p,m){try{return m?h(u(p)[0],p[1]):h(p)}catch(g){throw d(f),g}}},7072:function(s,c,l){var u=l(5112),d=u("iterator"),f=!1;try{var h=0,p={next:function(){return{done:!!h++}},return:function(){f=!0}};p[d]=function(){return this},Array.from(p,function(){throw 2})}catch{}s.exports=function(m,g){if(!g&&!f)return!1;var v=!1;try{var C={};C[d]=function(){return{next:function(){return{done:v=!0}}}},m(C)}catch{}return v}},4326:function(s){var c={}.toString;s.exports=function(l){return c.call(l).slice(8,-1)}},648:function(s,c,l){var u=l(1694),d=l(4326),f=l(5112),h=f("toStringTag"),p=d(function(){return arguments}())=="Arguments",m=function(g,v){try{return g[v]}catch{}};s.exports=u?d:function(g){var v,C,E;return g===void 0?"Undefined":g===null?"Null":typeof(C=m(v=Object(g),h))=="string"?C:p?d(v):(E=d(v))=="Object"&&typeof v.callee=="function"?"Arguments":E}},9920:function(s,c,l){var u=l(6656),d=l(3887),f=l(1236),h=l(3070);s.exports=function(p,m){for(var g=d(m),v=h.f,C=f.f,E=0;E<g.length;E++){var b=g[E];u(p,b)||v(p,b,C(m,b))}}},8544:function(s,c,l){var u=l(7293);s.exports=!u(function(){function d(){}return d.prototype.constructor=null,Object.getPrototypeOf(new d)!==d.prototype})},4994:function(s,c,l){var u=l(3383).IteratorPrototype,d=l(30),f=l(9114),h=l(8003),p=l(7497),m=function(){return this};s.exports=function(g,v,C){var E=v+" Iterator";return g.prototype=d(u,{next:f(1,C)}),h(g,E,!1,!0),p[E]=m,g}},8880:function(s,c,l){var u=l(9781),d=l(3070),f=l(9114);s.exports=u?function(h,p,m){return d.f(h,p,f(1,m))}:function(h,p,m){return h[p]=m,h}},9114:function(s){s.exports=function(c,l){return{enumerable:!(c&1),configurable:!(c&2),writable:!(c&4),value:l}}},6135:function(s,c,l){var u=l(7593),d=l(3070),f=l(9114);s.exports=function(h,p,m){var g=u(p);g in h?d.f(h,g,f(0,m)):h[g]=m}},654:function(s,c,l){var u=l(2109),d=l(4994),f=l(9518),h=l(7674),p=l(8003),m=l(8880),g=l(1320),v=l(5112),C=l(1913),E=l(7497),b=l(3383),y=b.IteratorPrototype,A=b.BUGGY_SAFARI_ITERATORS,w=v("iterator"),O="keys",L="values",N="entries",j=function(){return this};s.exports=function(V,P,z,K,F,W,Q){d(z,P,K);var U=function(D){if(D===F&&pe)return pe;if(!A&&D in se)return se[D];switch(D){case O:return function(){return new z(this,D)};case L:return function(){return new z(this,D)};case N:return function(){return new z(this,D)}}return function(){return new z(this)}},ee=P+" Iterator",te=!1,se=V.prototype,ue=se[w]||se["@@iterator"]||F&&se[F],pe=!A&&ue||U(F),Ce=P=="Array"&&se.entries||ue,we,xe,Ee;if(Ce&&(we=f(Ce.call(new V)),y!==Object.prototype&&we.next&&(!C&&f(we)!==y&&(h?h(we,y):typeof we[w]!="function"&&m(we,w,j)),p(we,ee,!0,!0),C&&(E[ee]=j))),F==L&&ue&&ue.name!==L&&(te=!0,pe=function(){return ue.call(this)}),(!C||Q)&&se[w]!==pe&&m(se,w,pe),E[P]=pe,F)if(xe={values:U(L),keys:W?pe:U(O),entries:U(N)},Q)for(Ee in xe)(A||te||!(Ee in se))&&g(se,Ee,xe[Ee]);else u({target:P,proto:!0,forced:A||te},xe);return xe}},9781:function(s,c,l){var u=l(7293);s.exports=!u(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},317:function(s,c,l){var u=l(7854),d=l(111),f=u.document,h=d(f)&&d(f.createElement);s.exports=function(p){return h?f.createElement(p):{}}},8324:function(s){s.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8113:function(s,c,l){var u=l(5005);s.exports=u("navigator","userAgent")||""},7392:function(s,c,l){var u=l(7854),d=l(8113),f=u.process,h=f&&f.versions,p=h&&h.v8,m,g;p?(m=p.split("."),g=m[0]+m[1]):d&&(m=d.match(/Edge\/(\d+)/),(!m||m[1]>=74)&&(m=d.match(/Chrome\/(\d+)/),m&&(g=m[1]))),s.exports=g&&+g},748:function(s){s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(s,c,l){var u=l(7854),d=l(1236).f,f=l(8880),h=l(1320),p=l(3505),m=l(9920),g=l(4705);s.exports=function(v,C){var E=v.target,b=v.global,y=v.stat,A,w,O,L,N,j;if(b?w=u:y?w=u[E]||p(E,{}):w=(u[E]||{}).prototype,w)for(O in C){if(N=C[O],v.noTargetGet?(j=d(w,O),L=j&&j.value):L=w[O],A=g(b?O:E+(y?".":"#")+O,v.forced),!A&&L!==void 0){if(typeof N==typeof L)continue;m(N,L)}(v.sham||L&&L.sham)&&f(N,"sham",!0),h(w,O,N,v)}}},7293:function(s){s.exports=function(c){try{return!!c()}catch{return!0}}},7007:function(s,c,l){l(4916);var u=l(1320),d=l(7293),f=l(5112),h=l(2261),p=l(8880),m=f("species"),g=!d(function(){var y=/./;return y.exec=function(){var A=[];return A.groups={a:"7"},A},"".replace(y,"$<a>")!=="7"}),v=function(){return"a".replace(/./,"$0")==="$0"}(),C=f("replace"),E=function(){return/./[C]?/./[C]("a","$0")==="":!1}(),b=!d(function(){var y=/(?:)/,A=y.exec;y.exec=function(){return A.apply(this,arguments)};var w="ab".split(y);return w.length!==2||w[0]!=="a"||w[1]!=="b"});s.exports=function(y,A,w,O){var L=f(y),N=!d(function(){var F={};return F[L]=function(){return 7},""[y](F)!=7}),j=N&&!d(function(){var F=!1,W=/a/;return y==="split"&&(W={},W.constructor={},W.constructor[m]=function(){return W},W.flags="",W[L]=/./[L]),W.exec=function(){return F=!0,null},W[L](""),!F});if(!N||!j||y==="replace"&&!(g&&v&&!E)||y==="split"&&!b){var V=/./[L],P=w(L,""[y],function(F,W,Q,U,ee){return W.exec===h?N&&!ee?{done:!0,value:V.call(W,Q,U)}:{done:!0,value:F.call(Q,W,U)}:{done:!1}},{REPLACE_KEEPS_$0:v,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:E}),z=P[0],K=P[1];u(String.prototype,y,z),u(RegExp.prototype,L,A==2?function(F,W){return K.call(F,this,W)}:function(F){return K.call(F,this)})}O&&p(RegExp.prototype[L],"sham",!0)}},9974:function(s,c,l){var u=l(3099);s.exports=function(d,f,h){if(u(d),f===void 0)return d;switch(h){case 0:return function(){return d.call(f)};case 1:return function(p){return d.call(f,p)};case 2:return function(p,m){return d.call(f,p,m)};case 3:return function(p,m,g){return d.call(f,p,m,g)}}return function(){return d.apply(f,arguments)}}},5005:function(s,c,l){var u=l(857),d=l(7854),f=function(h){return typeof h=="function"?h:void 0};s.exports=function(h,p){return arguments.length<2?f(u[h])||f(d[h]):u[h]&&u[h][p]||d[h]&&d[h][p]}},1246:function(s,c,l){var u=l(648),d=l(7497),f=l(5112),h=f("iterator");s.exports=function(p){if(p!=null)return p[h]||p["@@iterator"]||d[u(p)]}},8554:function(s,c,l){var u=l(9670),d=l(1246);s.exports=function(f){var h=d(f);if(typeof h!="function")throw TypeError(String(f)+" is not iterable");return u(h.call(f))}},647:function(s,c,l){var u=l(7908),d=Math.floor,f="".replace,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,p=/\$([$&'`]|\d\d?)/g;s.exports=function(m,g,v,C,E,b){var y=v+m.length,A=C.length,w=p;return E!==void 0&&(E=u(E),w=h),f.call(b,w,function(O,L){var N;switch(L.charAt(0)){case"$":return"$";case"&":return m;case"`":return g.slice(0,v);case"'":return g.slice(y);case"<":N=E[L.slice(1,-1)];break;default:var j=+L;if(j===0)return O;if(j>A){var V=d(j/10);return V===0?O:V<=A?C[V-1]===void 0?L.charAt(1):C[V-1]+L.charAt(1):O}N=C[j-1]}return N===void 0?"":N})}},7854:function(s,c,l){var u=function(d){return d&&d.Math==Math&&d};s.exports=u(typeof globalThis=="object"&&globalThis)||u(typeof window=="object"&&window)||u(typeof self=="object"&&self)||u(typeof l.g=="object"&&l.g)||function(){return this}()||Function("return this")()},6656:function(s){var c={}.hasOwnProperty;s.exports=function(l,u){return c.call(l,u)}},3501:function(s){s.exports={}},490:function(s,c,l){var u=l(5005);s.exports=u("document","documentElement")},4664:function(s,c,l){var u=l(9781),d=l(7293),f=l(317);s.exports=!u&&!d(function(){return Object.defineProperty(f("div"),"a",{get:function(){return 7}}).a!=7})},1179:function(s){var c=Math.abs,l=Math.pow,u=Math.floor,d=Math.log,f=Math.LN2,h=function(m,g,v){var C=new Array(v),E=v*8-g-1,b=(1<<E)-1,y=b>>1,A=g===23?l(2,-24)-l(2,-77):0,w=m<0||m===0&&1/m<0?1:0,O=0,L,N,j;for(m=c(m),m!=m||m===1/0?(N=m!=m?1:0,L=b):(L=u(d(m)/f),m*(j=l(2,-L))<1&&(L--,j*=2),L+y>=1?m+=A/j:m+=A*l(2,1-y),m*j>=2&&(L++,j/=2),L+y>=b?(N=0,L=b):L+y>=1?(N=(m*j-1)*l(2,g),L=L+y):(N=m*l(2,y-1)*l(2,g),L=0));g>=8;C[O++]=N&255,N/=256,g-=8);for(L=L<<g|N,E+=g;E>0;C[O++]=L&255,L/=256,E-=8);return C[--O]|=w*128,C},p=function(m,g){var v=m.length,C=v*8-g-1,E=(1<<C)-1,b=E>>1,y=C-7,A=v-1,w=m[A--],O=w&127,L;for(w>>=7;y>0;O=O*256+m[A],A--,y-=8);for(L=O&(1<<-y)-1,O>>=-y,y+=g;y>0;L=L*256+m[A],A--,y-=8);if(O===0)O=1-b;else{if(O===E)return L?NaN:w?-1/0:1/0;L=L+l(2,g),O=O-b}return(w?-1:1)*L*l(2,O-g)};s.exports={pack:h,unpack:p}},8361:function(s,c,l){var u=l(7293),d=l(4326),f="".split;s.exports=u(function(){return!Object("z").propertyIsEnumerable(0)})?function(h){return d(h)=="String"?f.call(h,""):Object(h)}:Object},9587:function(s,c,l){var u=l(111),d=l(7674);s.exports=function(f,h,p){var m,g;return d&&typeof(m=h.constructor)=="function"&&m!==p&&u(g=m.prototype)&&g!==p.prototype&&d(f,g),f}},2788:function(s,c,l){var u=l(5465),d=Function.toString;typeof u.inspectSource!="function"&&(u.inspectSource=function(f){return d.call(f)}),s.exports=u.inspectSource},9909:function(s,c,l){var u=l(8536),d=l(7854),f=l(111),h=l(8880),p=l(6656),m=l(5465),g=l(6200),v=l(3501),C=d.WeakMap,E,b,y,A=function(P){return y(P)?b(P):E(P,{})},w=function(P){return function(z){var K;if(!f(z)||(K=b(z)).type!==P)throw TypeError("Incompatible receiver, "+P+" required");return K}};if(u){var O=m.state||(m.state=new C),L=O.get,N=O.has,j=O.set;E=function(P,z){return z.facade=P,j.call(O,P,z),z},b=function(P){return L.call(O,P)||{}},y=function(P){return N.call(O,P)}}else{var V=g("state");v[V]=!0,E=function(P,z){return z.facade=P,h(P,V,z),z},b=function(P){return p(P,V)?P[V]:{}},y=function(P){return p(P,V)}}s.exports={set:E,get:b,has:y,enforce:A,getterFor:w}},7659:function(s,c,l){var u=l(5112),d=l(7497),f=u("iterator"),h=Array.prototype;s.exports=function(p){return p!==void 0&&(d.Array===p||h[f]===p)}},3157:function(s,c,l){var u=l(4326);s.exports=Array.isArray||function(f){return u(f)=="Array"}},4705:function(s,c,l){var u=l(7293),d=/#|\.prototype\./,f=function(v,C){var E=p[h(v)];return E==g?!0:E==m?!1:typeof C=="function"?u(C):!!C},h=f.normalize=function(v){return String(v).replace(d,".").toLowerCase()},p=f.data={},m=f.NATIVE="N",g=f.POLYFILL="P";s.exports=f},111:function(s){s.exports=function(c){return typeof c=="object"?c!==null:typeof c=="function"}},1913:function(s){s.exports=!1},7850:function(s,c,l){var u=l(111),d=l(4326),f=l(5112),h=f("match");s.exports=function(p){var m;return u(p)&&((m=p[h])!==void 0?!!m:d(p)=="RegExp")}},9212:function(s,c,l){var u=l(9670);s.exports=function(d){var f=d.return;if(f!==void 0)return u(f.call(d)).value}},3383:function(s,c,l){var u=l(7293),d=l(9518),f=l(8880),h=l(6656),p=l(5112),m=l(1913),g=p("iterator"),v=!1,C=function(){return this},E,b,y;[].keys&&(y=[].keys(),"next"in y?(b=d(d(y)),b!==Object.prototype&&(E=b)):v=!0);var A=E==null||u(function(){var w={};return E[g].call(w)!==w});A&&(E={}),(!m||A)&&!h(E,g)&&f(E,g,C),s.exports={IteratorPrototype:E,BUGGY_SAFARI_ITERATORS:v}},7497:function(s){s.exports={}},133:function(s,c,l){var u=l(7293);s.exports=!!Object.getOwnPropertySymbols&&!u(function(){return!String(Symbol())})},590:function(s,c,l){var u=l(7293),d=l(5112),f=l(1913),h=d("iterator");s.exports=!u(function(){var p=new URL("b?a=1&b=2&c=3","http://a"),m=p.searchParams,g="";return p.pathname="c%20d",m.forEach(function(v,C){m.delete("b"),g+=C+v}),f&&!p.toJSON||!m.sort||p.href!=="http://a/c%20d?a=1&c=3"||m.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!m[h]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://тест").host!=="xn--e1aybc"||new URL("http://a#б").hash!=="#%D0%B1"||g!=="a1c3"||new URL("http://x",void 0).host!=="x"})},8536:function(s,c,l){var u=l(7854),d=l(2788),f=u.WeakMap;s.exports=typeof f=="function"&&/native code/.test(d(f))},1574:function(s,c,l){var u=l(9781),d=l(7293),f=l(1956),h=l(5181),p=l(5296),m=l(7908),g=l(8361),v=Object.assign,C=Object.defineProperty;s.exports=!v||d(function(){if(u&&v({b:1},v(C({},"a",{enumerable:!0,get:function(){C(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var E={},b={},y=Symbol(),A="abcdefghijklmnopqrst";return E[y]=7,A.split("").forEach(function(w){b[w]=w}),v({},E)[y]!=7||f(v({},b)).join("")!=A})?function(b,y){for(var A=m(b),w=arguments.length,O=1,L=h.f,N=p.f;w>O;)for(var j=g(arguments[O++]),V=L?f(j).concat(L(j)):f(j),P=V.length,z=0,K;P>z;)K=V[z++],(!u||N.call(j,K))&&(A[K]=j[K]);return A}:v},30:function(s,c,l){var u=l(9670),d=l(6048),f=l(748),h=l(3501),p=l(490),m=l(317),g=l(6200),v=">",C="<",E="prototype",b="script",y=g("IE_PROTO"),A=function(){},w=function(V){return C+b+v+V+C+"/"+b+v},O=function(V){V.write(w("")),V.close();var P=V.parentWindow.Object;return V=null,P},L=function(){var V=m("iframe"),P="java"+b+":",z;return V.style.display="none",p.appendChild(V),V.src=String(P),z=V.contentWindow.document,z.open(),z.write(w("document.F=Object")),z.close(),z.F},N,j=function(){try{N=document.domain&&new ActiveXObject("htmlfile")}catch{}j=N?O(N):L();for(var V=f.length;V--;)delete j[E][f[V]];return j()};h[y]=!0,s.exports=Object.create||function(P,z){var K;return P!==null?(A[E]=u(P),K=new A,A[E]=null,K[y]=P):K=j(),z===void 0?K:d(K,z)}},6048:function(s,c,l){var u=l(9781),d=l(3070),f=l(9670),h=l(1956);s.exports=u?Object.defineProperties:function(m,g){f(m);for(var v=h(g),C=v.length,E=0,b;C>E;)d.f(m,b=v[E++],g[b]);return m}},3070:function(s,c,l){var u=l(9781),d=l(4664),f=l(9670),h=l(7593),p=Object.defineProperty;c.f=u?p:function(g,v,C){if(f(g),v=h(v,!0),f(C),d)try{return p(g,v,C)}catch{}if("get"in C||"set"in C)throw TypeError("Accessors not supported");return"value"in C&&(g[v]=C.value),g}},1236:function(s,c,l){var u=l(9781),d=l(5296),f=l(9114),h=l(5656),p=l(7593),m=l(6656),g=l(4664),v=Object.getOwnPropertyDescriptor;c.f=u?v:function(E,b){if(E=h(E),b=p(b,!0),g)try{return v(E,b)}catch{}if(m(E,b))return f(!d.f.call(E,b),E[b])}},8006:function(s,c,l){var u=l(6324),d=l(748),f=d.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(p){return u(p,f)}},5181:function(s,c){c.f=Object.getOwnPropertySymbols},9518:function(s,c,l){var u=l(6656),d=l(7908),f=l(6200),h=l(8544),p=f("IE_PROTO"),m=Object.prototype;s.exports=h?Object.getPrototypeOf:function(g){return g=d(g),u(g,p)?g[p]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g instanceof Object?m:null}},6324:function(s,c,l){var u=l(6656),d=l(5656),f=l(1318).indexOf,h=l(3501);s.exports=function(p,m){var g=d(p),v=0,C=[],E;for(E in g)!u(h,E)&&u(g,E)&&C.push(E);for(;m.length>v;)u(g,E=m[v++])&&(~f(C,E)||C.push(E));return C}},1956:function(s,c,l){var u=l(6324),d=l(748);s.exports=Object.keys||function(h){return u(h,d)}},5296:function(s,c){var l={}.propertyIsEnumerable,u=Object.getOwnPropertyDescriptor,d=u&&!l.call({1:2},1);c.f=d?function(h){var p=u(this,h);return!!p&&p.enumerable}:l},7674:function(s,c,l){var u=l(9670),d=l(6077);s.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var f=!1,h={},p;try{p=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,p.call(h,[]),f=h instanceof Array}catch{}return function(g,v){return u(g),d(v),f?p.call(g,v):g.__proto__=v,g}}():void 0)},288:function(s,c,l){var u=l(1694),d=l(648);s.exports=u?{}.toString:function(){return"[object "+d(this)+"]"}},3887:function(s,c,l){var u=l(5005),d=l(8006),f=l(5181),h=l(9670);s.exports=u("Reflect","ownKeys")||function(m){var g=d.f(h(m)),v=f.f;return v?g.concat(v(m)):g}},857:function(s,c,l){var u=l(7854);s.exports=u},2248:function(s,c,l){var u=l(1320);s.exports=function(d,f,h){for(var p in f)u(d,p,f[p],h);return d}},1320:function(s,c,l){var u=l(7854),d=l(8880),f=l(6656),h=l(3505),p=l(2788),m=l(9909),g=m.get,v=m.enforce,C=String(String).split("String");(s.exports=function(E,b,y,A){var w=A?!!A.unsafe:!1,O=A?!!A.enumerable:!1,L=A?!!A.noTargetGet:!1,N;if(typeof y=="function"&&(typeof b=="string"&&!f(y,"name")&&d(y,"name",b),N=v(y),N.source||(N.source=C.join(typeof b=="string"?b:""))),E===u){O?E[b]=y:h(b,y);return}else w?!L&&E[b]&&(O=!0):delete E[b];O?E[b]=y:d(E,b,y)})(Function.prototype,"toString",function(){return typeof this=="function"&&g(this).source||p(this)})},7651:function(s,c,l){var u=l(4326),d=l(2261);s.exports=function(f,h){var p=f.exec;if(typeof p=="function"){var m=p.call(f,h);if(typeof m!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return m}if(u(f)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return d.call(f,h)}},2261:function(s,c,l){var u=l(7066),d=l(2999),f=RegExp.prototype.exec,h=String.prototype.replace,p=f,m=function(){var E=/a/,b=/b*/g;return f.call(E,"a"),f.call(b,"a"),E.lastIndex!==0||b.lastIndex!==0}(),g=d.UNSUPPORTED_Y||d.BROKEN_CARET,v=/()??/.exec("")[1]!==void 0,C=m||v||g;C&&(p=function(b){var y=this,A,w,O,L,N=g&&y.sticky,j=u.call(y),V=y.source,P=0,z=b;return N&&(j=j.replace("y",""),j.indexOf("g")===-1&&(j+="g"),z=String(b).slice(y.lastIndex),y.lastIndex>0&&(!y.multiline||y.multiline&&b[y.lastIndex-1]!==`
|
|
1228
|
+
`,jA={root:function(e){var n=e.instance,r=e.props;return["p-splitbutton p-component",{"p-splitbutton-raised":r.raised,"p-splitbutton-rounded":r.rounded,"p-splitbutton-fluid":n.hasFluid}]},pcButton:"p-splitbutton-button",pcDropdown:"p-splitbutton-dropdown"},zA=ht.extend({name:"splitbutton",style:FA,classes:jA}),UA={name:"BaseSplitButton",extends:Js,props:{label:{type:String,default:null},icon:{type:String,default:null},model:{type:Array,default:null},autoZIndex:{type:Boolean,default:!0},baseZIndex:{type:Number,default:0},appendTo:{type:[String,Object],default:"body"},disabled:{type:Boolean,default:!1},fluid:{type:Boolean,default:null},class:{type:null,default:null},style:{type:null,default:null},buttonProps:{type:null,default:null},menuButtonProps:{type:null,default:null},menuButtonIcon:{type:String,default:void 0},dropdownIcon:{type:String,default:void 0},severity:{type:String,default:null},raised:{type:Boolean,default:!1},rounded:{type:Boolean,default:!1},text:{type:Boolean,default:!1},outlined:{type:Boolean,default:!1},size:{type:String,default:null},plain:{type:Boolean,default:!1}},style:zA,provide:function(){return{$pcSplitButton:this,$parentInstance:this}}},Mv={name:"SplitButton",extends:UA,inheritAttrs:!1,emits:["click"],inject:{$pcFluid:{default:null}},data:function(){return{isExpanded:!1}},mounted:function(){var e=this;this.$watch("$refs.menu.visible",function(n){e.isExpanded=n})},methods:{onDropdownButtonClick:function(e){e&&e.preventDefault(),this.$refs.menu.toggle({currentTarget:this.$el,relatedTarget:this.$refs.button.$el}),this.isExpanded=this.$refs.menu.visible},onDropdownKeydown:function(e){(e.code==="ArrowDown"||e.code==="ArrowUp")&&(this.onDropdownButtonClick(),e.preventDefault())},onDefaultButtonClick:function(e){this.isExpanded&&this.$refs.menu.hide(e),this.$emit("click",e)}},computed:{containerClass:function(){return[this.cx("root"),this.class]},hasFluid:function(){return xn(this.fluid)?!!this.$pcFluid:this.fluid}},components:{PVSButton:Tv,PVSMenu:Nv,ChevronDownIcon:Cv}},HA=["data-p-severity"];function WA(t,e,n,r,o,i){var s=a.resolveComponent("PVSButton"),c=a.resolveComponent("PVSMenu");return a.openBlock(),a.createElementBlock("div",a.mergeProps({class:i.containerClass,style:t.style},t.ptmi("root"),{"data-p-severity":t.severity}),[a.createVNode(s,a.mergeProps({type:"button",class:t.cx("pcButton"),label:t.label,disabled:t.disabled,severity:t.severity,text:t.text,icon:t.icon,outlined:t.outlined,size:t.size,fluid:t.fluid,"aria-label":t.label,onClick:i.onDefaultButtonClick},t.buttonProps,{pt:t.ptm("pcButton"),unstyled:t.unstyled}),a.createSlots({default:a.withCtx(function(){return[a.renderSlot(t.$slots,"default")]}),_:2},[t.$slots.icon?{name:"icon",fn:a.withCtx(function(l){return[a.renderSlot(t.$slots,"icon",{class:a.normalizeClass(l.class)},function(){return[a.createElementVNode("span",a.mergeProps({class:[t.icon,l.class]},t.ptm("pcButton").icon,{"data-pc-section":"buttonicon"}),null,16)]})]}),key:"0"}:void 0]),1040,["class","label","disabled","severity","text","icon","outlined","size","fluid","aria-label","onClick","pt","unstyled"]),a.createVNode(s,a.mergeProps({ref:"button",type:"button",class:t.cx("pcDropdown"),disabled:t.disabled,"aria-haspopup":"true","aria-expanded":o.isExpanded,"aria-controls":t.$id+"_overlay",onClick:i.onDropdownButtonClick,onKeydown:i.onDropdownKeydown,severity:t.severity,text:t.text,outlined:t.outlined,size:t.size,unstyled:t.unstyled},t.menuButtonProps,{pt:t.ptm("pcDropdown")}),{icon:a.withCtx(function(l){return[a.renderSlot(t.$slots,t.$slots.dropdownicon?"dropdownicon":"menubuttonicon",{class:a.normalizeClass(l.class)},function(){return[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(t.menuButtonIcon||t.dropdownIcon?"span":"ChevronDownIcon"),a.mergeProps({class:[t.dropdownIcon||t.menuButtonIcon,l.class]},t.ptm("pcDropdown").icon,{"data-pc-section":"menubuttonicon"}),null,16,["class"]))]})]}),_:3},16,["class","disabled","aria-expanded","aria-controls","onClick","onKeydown","severity","text","outlined","size","unstyled","pt"]),a.createVNode(c,{ref:"menu",id:t.$id+"_overlay",model:t.model,popup:!0,autoZIndex:t.autoZIndex,baseZIndex:t.baseZIndex,appendTo:t.appendTo,unstyled:t.unstyled,pt:t.ptm("pcMenu")},a.createSlots({_:2},[t.$slots.menuitemicon?{name:"itemicon",fn:a.withCtx(function(l){return[a.renderSlot(t.$slots,"menuitemicon",{item:l.item,class:a.normalizeClass(l.class)})]}),key:"0"}:void 0,t.$slots.item?{name:"item",fn:a.withCtx(function(l){return[a.renderSlot(t.$slots,"item",{item:l.item,hasSubmenu:l.hasSubmenu,label:l.label,props:l.props})]}),key:"1"}:void 0]),1032,["id","model","autoZIndex","baseZIndex","appendTo","unstyled","pt"])],16,HA)}Mv.render=WA;const KA=["src"],YA={class:"menu-item"},GA=["src"],QA={__name:"BDContentLibrarySplitButton",props:{contentLibraryProviders:{type:Array,default:()=>[]},isExternalOnly:{type:Boolean,default:!1}},emits:["content-library"],setup(t,{emit:e}){const n=t,{t:r}=Wt(),o=a.computed(()=>n.contentLibraryProviders.map(u=>({label:u.label,image:u.img,value:u.value,command:()=>e("content-library",u.value)}))),i=a.computed(()=>{let u=o.value;return u.length!==0&&n.isExternalOnly&&(u=u.slice(1)),u}),s=a.computed(()=>{const u=o.value;return n.isExternalOnly&&u.length>0?u[0].label:r("contentLibrarySplitButton.messageTemplatesTitle")}),c=a.computed(()=>{const u=o.value;return n.isExternalOnly&&u.length>0?u[0].image:"/Portaal/Zorgverlener/assets/icons/icon-comment.svg"}),l=()=>{const u=o.value;let d="message-template";n.isExternalOnly&&u.length>0&&(d=u[0].value),e("content-library",d)};return(u,d)=>(a.openBlock(),a.createBlock(a.unref(Mv),{model:i.value,outlined:"",severity:"secondary",onClick:l},{default:a.withCtx(()=>[a.createElementVNode("img",{src:c.value,alt:""},null,8,KA),a.createElementVNode("span",null,a.toDisplayString(s.value),1)]),item:a.withCtx(({item:f})=>[a.createElementVNode("div",YA,[a.createElementVNode("img",{src:f.image,alt:"",class:"icon-image"},null,8,GA),a.createElementVNode("span",null,a.toDisplayString(f.label),1)])]),_:1},8,["model"]))}},Lv=be(QA,[["__scopeId","data-v-44f01785"]]),ZA={class:"invalid-feedback bd-invalid-feedback"},sc=a.defineComponent({__name:"BDFormInvalidFeedback",props:{state:{type:[Boolean,null],default:null},text:{default:""}},setup(t){const e=t;return(n,r)=>(a.openBlock(),a.createElementBlock("div",ZA,[e.state?(a.openBlock(),a.createBlock(a.unref(Oi),{key:0})):(a.openBlock(),a.createBlock(a.unref(Ql),{key:1})),a.createTextVNode(" "+a.toDisplayString(e.text),1)]))}});/*! maska v2.1.11 | (c) Alexander Shabunevich | Released under the MIT license */var JA=Object.defineProperty,XA=(t,e,n)=>e in t?JA(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,rs=(t,e,n)=>(XA(t,typeof e!="symbol"?e+"":e,n),n);const Jp={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}};class Xp{constructor(e={}){rs(this,"opts",{}),rs(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...Jp,...n.tokens};for(const r of Object.values(n.tokens))typeof r.pattern=="string"&&(r.pattern=new RegExp(r.pattern))}else n.tokens=Jp;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((r,o)=>r.length-o.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(e);if(this.opts.mask==null||n==null)return!1;const r=this.process(e,n).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:typeof this.opts.mask=="function"?r>=n.length:this.opts.mask.filter(o=>r>=o.length).length===this.opts.mask.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const r=this.process(e,n.slice(-1).pop()??"",!1);return n.find(o=>this.process(e,o,!1).length>=r.length)??""}escapeMask(e){const n=[],r=[];return e.split("").forEach((o,i)=>{o==="!"&&e[i-1]!=="!"?r.push(i-r.length):n.push(o)}),{mask:n.join(""),escaped:r}}process(e,n,r=!0){if(n==null)return e;const o=`value=${e},mask=${n},masked=${r?1:0}`;if(this.memo.has(o))return this.memo.get(o);const{mask:i,escaped:s}=this.escapeMask(n),c=[],l=this.opts.tokens!=null?this.opts.tokens:{},u=this.isReversed()?-1:1,d=this.isReversed()?"unshift":"push",f=this.isReversed()?0:i.length-1,h=this.isReversed()?()=>v>-1&&C>-1:()=>v<i.length&&C<e.length,p=b=>!this.isReversed()&&b<=f||this.isReversed()&&b>=f;let m,g=-1,v=this.isReversed()?i.length-1:0,C=this.isReversed()?e.length-1:0,E=!1;for(;h();){const b=i.charAt(v),y=l[b],A=(y==null?void 0:y.transform)!=null?y.transform(e.charAt(C)):e.charAt(C);if(!s.includes(v)&&y!=null?(A.match(y.pattern)!=null?(c[d](A),y.repeated?(g===-1?g=v:v===f&&v!==g&&(v=g-u),f===g&&(v-=u)):y.multiple&&(E=!0,v-=u),v+=u):y.multiple?E&&(v+=u,C-=u,E=!1):A===m?m=void 0:y.optional&&(v+=u,C-=u),C+=u):(r&&!this.isEager()&&c[d](b),A===b&&!this.isEager()?C+=u:m=b,this.isEager()||(v+=u)),this.isEager())for(;p(v)&&(l[i.charAt(v)]==null||s.includes(v));)r?c[d](i.charAt(v)):i.charAt(v)===e.charAt(C)&&(C+=u),v+=u}return this.memo.set(o,c.join("")),this.memo.get(o)}}const Dv=t=>JSON.parse(t.replaceAll("'",'"')),qp=(t,e={})=>{const n={...e};return t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=qA(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=zc(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=zc(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=zc(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=e_(t.dataset.maskaTokens)),n},zc=t=>t!==""?!!JSON.parse(t):!0,qA=t=>t.startsWith("[")&&t.endsWith("]")?Dv(t):t,e_=t=>{if(t.startsWith("{")&&t.endsWith("}"))return Dv(t);const e={};return t.split("|").forEach(n=>{const r=n.split(":");e[r[0]]={pattern:new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e};class t_{constructor(e,n={}){rs(this,"items",new Map),rs(this,"beforeinputEvent",r=>{const o=r.target,i=this.items.get(o);i.isEager()&&"inputType"in r&&r.inputType.startsWith("delete")&&i.unmasked(o.value).length<=1&&this.setMaskedValue(o,"")}),rs(this,"inputEvent",r=>{if(r instanceof CustomEvent&&r.type==="input"&&r.detail!=null&&typeof r.detail=="object"&&"masked"in r.detail)return;const o=r.target,i=this.items.get(o),s=o.value,c=o.selectionStart,l=o.selectionEnd;let u=s;if(i.isEager()){const d=i.masked(s),f=i.unmasked(s);f===""&&"data"in r&&r.data!=null?u=r.data:f!==i.unmasked(d)&&(u=f)}if(this.setMaskedValue(o,u),"inputType"in r&&(r.inputType.startsWith("delete")||c!=null&&c<s.length))try{o.setSelectionRange(c,l)}catch{}}),this.options=n,typeof e=="string"?this.init(Array.from(document.querySelectorAll(e)),this.getMaskOpts(n)):this.init("length"in e?Array.from(e):[e],this.getMaskOpts(n))}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.inputEvent),e.removeEventListener("beforeinput",this.beforeinputEvent);this.items.clear()}needUpdateOptions(e,n){const r=this.items.get(e),o=new Xp(qp(e,this.getMaskOpts(n)));return JSON.stringify(r.opts)!==JSON.stringify(o.opts)}needUpdateValue(e){const n=e.dataset.maskaValue;return n==null&&e.value!==""||n!=null&&n!==e.value}getMaskOpts(e){const{onMaska:n,preProcess:r,postProcess:o,...i}=e;return i}init(e,n){for(const r of e){const o=new Xp(qp(r,n));this.items.set(r,o),r.value!==""&&this.setMaskedValue(r,r.value),r.addEventListener("input",this.inputEvent),r.addEventListener("beforeinput",this.beforeinputEvent)}}setMaskedValue(e,n){const r=this.items.get(e);this.options.preProcess!=null&&(n=this.options.preProcess(n));const o=r.masked(n),i=r.unmasked(r.isEager()?o:n),s=r.completed(n),c={masked:o,unmasked:i,completed:s};n=o,this.options.postProcess!=null&&(n=this.options.postProcess(n)),e.value=n,e.dataset.maskaValue=n,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(l=>l(c)):this.options.onMaska(c)),e.dispatchEvent(new CustomEvent("maska",{detail:c})),e.dispatchEvent(new CustomEvent("input",{detail:c}))}}const Xu=new WeakMap,n_=t=>{setTimeout(()=>{var e;((e=Xu.get(t))==null?void 0:e.needUpdateValue(t))===!0&&t.dispatchEvent(new CustomEvent("input"))})},r_=(t,e)=>{const n=t instanceof HTMLInputElement?t:t.querySelector("input"),r={...e.arg};if(n==null||(n==null?void 0:n.type)==="file")return;n_(n);const o=Xu.get(n);if(o!=null){if(!o.needUpdateOptions(n,r))return;o.destroy()}if(e.value!=null){const i=e.value,s=c=>{i.masked=c.masked,i.unmasked=c.unmasked,i.completed=c.completed};r.onMaska=r.onMaska==null?s:Array.isArray(r.onMaska)?[...r.onMaska,s]:[r.onMaska,s]}Xu.set(n,new t_(n,r))},o_=["value","type"],Fr=a.defineComponent({__name:"BDFormInput",props:{modelValue:{default:""},formGroupClass:{default:void 0},type:{default:"text"},label:{default:void 0},labelClass:{default:void 0},formFieldClass:{default:void 0},inputClass:{default:void 0},placeholder:{default:void 0},state:{type:[Boolean,null],default:null},readonly:{type:[Boolean,null],default:null},disabled:{type:[Boolean,null],default:null},autofocus:{type:[Boolean,null],default:null},size:{default:Pt.MD},tabindex:{default:null},invalidFeedbackClass:{default:void 0},invalidFeedbackText:{default:void 0},delayTimeMs:{default:0},mask:{default:void 0}},emits:["update:modelValue","click","blur","enter"],setup(t,{emit:e}){const n=t,{uniqueIdentifier:r}=Ni(),o=$o(n,"modelValue",e),i=`__BD__FORM__LABEL__${r.value}`,s=`__BD__FORM__GROUP__${r.value}`,c=`form-input-${n.label?n.label.replace(/ /g,"-").toLowerCase():r.value}`,l=`validationFeedback${n.label?n.label.replace(/ /g,""):r.value}`,u=a.computed(()=>({[`${n.inputClass}`]:n.inputClass,"is-invalid":n.state===!1,"is-valid":n.state===!0,[`form-control-${n.size}`]:n.size})),d=a.computed(()=>({[`${n.invalidFeedbackClass}`]:n.invalidFeedbackClass,"is-invalid":n.state===!1})),f=a.computed(()=>({placeholder:n.placeholder?n.placeholder:null,readonly:n.readonly===!0,disabled:n.disabled===!0,autofocus:n.autofocus===!0,tabindex:n.tabindex?n.tabindex:null,"aria-describedby":n.state===!1&&n.invalidFeedbackText?l:null,"data-maska":n.mask})),h=_E(p=>{o.value=p.target.value},n.delayTimeMs);return(p,m)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["bd-form-input",p.formGroupClass]),id:s},[a.renderSlot(p.$slots,"label",{},()=>[p.label?(a.openBlock(),a.createElementBlock("label",{key:0,for:c,id:i,class:a.normalizeClass(["form-label",p.labelClass])},a.toDisplayString(p.label),3)):a.createCommentVNode("",!0)]),a.createElementVNode("div",{class:a.normalizeClass(p.formFieldClass)},[a.withDirectives(a.createElementVNode("input",a.mergeProps({value:p.modelValue,type:p.type,id:c,class:["form-control",u.value]},f.value,{onInput:m[0]||(m[0]=(...g)=>a.unref(h)&&a.unref(h)(...g)),onClick:m[1]||(m[1]=g=>p.$emit("click")),onBlur:m[2]||(m[2]=g=>p.$emit("blur")),onKeydown:m[3]||(m[3]=a.withKeys(g=>p.$emit("enter"),["enter"]))}),null,16,o_),[[a.unref(r_)]]),a.renderSlot(p.$slots,"default")],2),a.createVNode(sc,{text:p.invalidFeedbackText,class:a.normalizeClass(d.value),state:p.state,id:l},null,8,["text","class","state"])],2))}}),i_={class:"input-group bd-input-group"},s_=["for"],Ps=a.defineComponent({__name:"BDInputGroup",props:{label:{default:void 0},labelForId:{default:void 0}},setup(t){const e=t,n=a.useAttrs();return(r,o)=>(a.openBlock(),a.createElementBlock("fieldset",i_,[e.label?(a.openBlock(),a.createElementBlock("label",{key:0,for:e.labelForId,class:"form-label"},a.toDisplayString(e.label),9,s_)):a.createCommentVNode("",!0),a.createElementVNode("div",{class:a.normalizeClass(a.unref(n).class)},[a.renderSlot(r.$slots,"default")],2)]))}}),a_={key:0},l_={key:1},Pv=a.defineComponent({__name:"BDBadge",props:{variant:{default:Jl.PRIMARY}},setup(t){const e=t,n=a.computed(()=>["badge","bd-badge",`bd-badge-${e.variant}`]);return(r,o)=>(a.openBlock(),a.createElementBlock("span",{role:"status",class:a.normalizeClass(n.value)},[r.variant==="danger"?(a.openBlock(),a.createElementBlock("span",a_,[a.createVNode(a.unref(Jr))])):a.createCommentVNode("",!0),r.variant==="success"?(a.openBlock(),a.createElementBlock("span",l_,[a.createVNode(a.unref(Oi))])):a.createCommentVNode("",!0),a.renderSlot(r.$slots,"default")],2))}}),c_=["onSubmit","onReset"],Bv=a.defineComponent({__name:"BDForm",emits:["submit","reset"],setup(t,{emit:e}){function n(){e("submit")}function r(){e("reset")}return(o,i)=>(a.openBlock(),a.createElementBlock("form",{onSubmit:a.withModifiers(n,["prevent"]),onReset:a.withModifiers(r,["prevent"])},[a.renderSlot(o.$slots,"default")],40,c_))}}),u_={"aria-label":"Page navigation",class:"bd-pagination"},d_={class:"page-item"},f_=["data-page"],h_=["data-page"],p_={class:"page-item"},m_=["data-page"],yf=a.defineComponent({__name:"BDPagination",props:{modelValue:{default:1},totalRows:{default:1},rowsPerPage:{default:10},isPatient:{type:Boolean,default:!0}},emits:["click","update:modelValue"],setup(t,{emit:e}){const n=t,r=$o(n,"modelValue",e),o=a.ref(Math.ceil(n.totalRows/n.rowsPerPage)),i=a.ref([]);a.watch([()=>n.totalRows,()=>n.rowsPerPage],()=>{o.value=Math.ceil(n.totalRows/n.rowsPerPage),i.value=d(r.value)}),a.onMounted(()=>{i.value=d(r.value)});const s=a.computed(()=>({[`${n.class}`]:n.class,colleague:!n.isPatient})),c=f=>{const h=f.currentTarget.getAttribute("data-page"),p=Number(h);isNaN(Number(p))||(r.value=p,i.value=d(p)),e("click",p)},l=(f,h,p)=>p<=h?p:f==1?6:f<=4?5:1,u=(f,h,p)=>p<=h?0:f==p?6:f>p-4?5:1,d=f=>{const h=[],m=l(f,7,o.value),g=o.value>7&&f>4,v=o.value>7&&f<o.value-3,C=g&&v,E=u(f,7,o.value);for(let b=1;b<=m;b++)h.push(b);if(g&&h.push("..."),C)for(let b=f-1;b<=f+1;b++)h.push(b);v&&h.push("...");for(let b=1;b<=E;b++)h.push(o.value-E+b);return h};return(f,h)=>(a.openBlock(),a.createElementBlock("div",u_,[a.createElementVNode("ul",{class:a.normalizeClass(["pagination",s.value])},[a.withDirectives(a.createElementVNode("li",d_,[a.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Previous",onClick:c,"data-page":a.unref(r)-1},[a.createVNode(a.unref(zd))],8,f_)],512),[[a.vShow,a.unref(r)>1]]),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(i.value,p=>(a.openBlock(),a.createElementBlock("li",{class:a.normalizeClass(["page-item",{active:a.unref(r)===p,disabled:typeof p=="string"}]),key:p},[a.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center",onClick:c,"data-page":p},a.toDisplayString(p),9,h_)],2))),128)),a.withDirectives(a.createElementVNode("li",p_,[a.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Next",onClick:c,"data-page":a.unref(r)+1},[a.createVNode(a.unref(Ud))],8,m_)],512),[[a.vShow,a.unref(r)<o.value]])],2)]))}}),g_=["disabled"],v_=["label"],y_=["value"],b_=["value"],Rv=a.defineComponent({__name:"BDFormSelect",props:{size:{default:Pt.MD},disabled:{type:Boolean},autofocus:{type:Boolean,default:!1},options:{default:void 0},modelValue:{default:""},state:{type:[Boolean,null],default:null}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const n=t,r=$o(n,"modelValue",e),o=a.ref(null),{focused:i}=xE(o,{initialValue:n.autofocus}),s=a.computed(()=>({"form-select":!0,"bd-form-select":!0,"is-invalid":n.state===!1,[`form-select-${n.size}`]:["xs","sm","lg"].includes(n.size)}));a.watch(()=>n.autofocus,d=>{d&&(i.value=!0)});const c=d=>{r.value=d.target.value;let f=u(d.target.value);e("input",f)},l=d=>{let f=u(d.target.value);e("change",f)},u=d=>{try{return JSON.parse(d)}catch{return d}};return(d,f)=>a.withDirectives((a.openBlock(),a.createElementBlock("select",{class:a.normalizeClass(s.value),"onUpdate:modelValue":f[0]||(f[0]=h=>a.isRef(r)?r.value=h:null),disabled:n.disabled,ref_key:"input",ref:o,onInput:c,onChange:l},[a.renderSlot(d.$slots,"first"),n.options&&n.options.length>0&&n.options[0].label&&n.options[0].options?(a.openBlock(!0),a.createElementBlock(a.Fragment,{key:0},a.renderList(n.options,h=>(a.openBlock(),a.createElementBlock("optgroup",{label:h.label},[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(h.options,p=>(a.openBlock(),a.createElementBlock("option",{value:JSON.stringify(p.value),key:p.value},a.toDisplayString(p.text),9,y_))),128))],8,v_))),256)):(a.openBlock(!0),a.createElementBlock(a.Fragment,{key:1},a.renderList(n.options,h=>(a.openBlock(),a.createElementBlock("option",{value:h.value,key:h.value},a.toDisplayString(h.text),9,b_))),128))],42,g_)),[[a.vModelSelect,a.unref(r)]])}}),C_=["value","true-value","false-value","data-checked"],Wr=a.defineComponent({__name:"BDFormCheckbox",props:{modelValue:{type:[Boolean,String,Array],default:void 0},value:{type:[Boolean,String],default:!0},uncheckedValue:{type:[Boolean,String],default:!1},state:{type:[Boolean,null],default:void 0}},emits:["update:modelValue","change","input"],setup(t,{emit:e}){const n=t,{uniqueIdentifier:r}=Ni(),o=$o(n,"modelValue",e),i=`form-check-input-${r.value}`,s=a.computed(()=>["form-check","bd-form-checkbox"]),c=a.computed(()=>({"form-check-input":!0,"is-invalid":n.state===!1})),l=u=>e("change",u.target.value);return(u,d)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(s.value)},[a.withDirectives(a.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=f=>a.isRef(o)?o.value=f:null),id:i,class:a.normalizeClass(c.value),type:"checkbox",value:u.value,"true-value":u.value,"false-value":u.uncheckedValue,"data-checked":a.unref(o)===u.value,onChange:l},null,42,C_),[[a.vModelCheckbox,a.unref(o)]]),a.createElementVNode("label",{class:"form-check-label",for:i},[a.renderSlot(u.$slots,"default")]),a.renderSlot(u.$slots,"last")],2))}}),E_={key:0,class:"bd-article__body"},S_={key:1},$v=a.defineComponent({__name:"BDArticle",props:{title:{default:""},text:{default:""},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:["click"],setup(t,{emit:e}){const n=t,r=o=>e("click",{event:o,identifier:n.identifier});return(o,i)=>(a.openBlock(),a.createElementBlock("article",{class:"bd-article",onClick:r},[a.createElementVNode("header",null,[a.renderSlot(o.$slots,"header",{},()=>[a.createElementVNode("h5",null,a.toDisplayString(n.title),1)])]),n.hideBody?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("div",E_,[a.renderSlot(o.$slots,"default",{},()=>[a.createTextVNode(a.toDisplayString(n.text),1)])])),n.hideFooter?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("footer",S_,[a.renderSlot(o.$slots,"footer")]))]))}}),si={DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},w_=["id"],k_={class:"toast-header"},A_=a.createElementVNode("button",{type:"button",class:"btn-close","data-bs-dismiss":"toast","aria-label":"Close"},null,-1),__={class:"toast-body"},bf=a.defineComponent({__name:"BDToast",props:{id:{},variant:{default:si.INFO},title:{default:""},text:{default:""}},setup(t){const e=t,n=a.computed(()=>({[`bd-toast-${e.variant}`]:!0})),r=a.computed(()=>e.variant!==si.SUCCESS);return(o,i)=>(a.openBlock(),a.createElementBlock("div",{class:a.normalizeClass(["toast bd-toast",n.value]),role:"alert","aria-live":"assertive","aria-atomic":"true",key:e.id,id:e.id},[a.createElementVNode("div",k_,[r.value?(a.openBlock(),a.createBlock(a.unref(Jr),{key:0})):(a.openBlock(),a.createBlock(a.unref(Oi),{key:1})),a.createElementVNode("h5",null,a.toDisplayString(e.title),1),A_]),a.createElementVNode("div",__,[a.createElementVNode("span",null,a.toDisplayString(e.text),1)])],10,w_))}}),Pe="",va=t=>typeof t=="string"||t instanceof String,T_={class:"bd-pill"},I_=["src"],x_={class:"bd-pill__description"},O_=["href"],N_=["id","textContent","title"],M_=["id","textContent","title"],ac=a.defineComponent({__name:"BDPill",props:{imgSrc:{default:Pe},uri:{default:Pe},uriDisplayName:{default:Pe},title:{default:Pe},subtitle:{default:Pe},showClose:{type:Boolean,default:!1}},emits:["close"],setup(t,{emit:e}){const n=t,{uniqueIdentifier:r}=Ni(),o=a.computed(()=>n.uri),i=a.computed(()=>n.uriDisplayName!==Pe?n.uriDisplayName:n.uri),s=a.computed(()=>n.imgSrc),c=a.computed(()=>n.title),l=a.computed(()=>n.subtitle),u=a.computed(()=>`bd-pill-title-${r.value}`),d=a.computed(()=>`bd-pill-subtitle-${r.value}`);return(f,h)=>(a.openBlock(),a.createElementBlock("div",T_,[a.createElementVNode("img",{src:s.value,class:"bd-pill__logo",alt:"logo-externe-partij"},null,8,I_),a.createElementVNode("div",x_,[a.createElementVNode("a",{href:o.value,class:"bd-pill__link",target:"_blank",rel:"noopener noreferrer"},[a.createVNode(a.unref(Zl),{class:"bd-pill__icon-hyperlink",style:{height:"12px"}}),a.createTextVNode(" "+a.toDisplayString(i.value),1)],8,O_),a.createElementVNode("span",{class:"bd-pill__title",id:u.value,textContent:a.toDisplayString(c.value),"data-bs-toggle":"tooltip",title:c.value},null,8,N_),a.createElementVNode("span",{class:"bd-pill__subtitle",id:d.value,textContent:a.toDisplayString(l.value),"data-bs-toggle":"tooltip",title:l.value},null,8,M_)])]))}});function L_(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]]);return n}const D_=t=>Array.isArray(t)&&t.length>0,P_=t=>Object.keys(t).map(e=>t[e]),Uc=t=>Array.isArray(t)&&t.length>0,Vv=t=>!t||Array.isArray(t)&&!t.length,Cf={name:"BDUserInformation",props:{value:{type:Object},showProfilePicture:{type:Boolean}},render(){const t=this.value,{name:e,profilePictureUri:n,extra:r}=t,o=L_(t,["name","profilePictureUri","extra"]),i=n&&this.showProfilePicture?a.h("img",{class:"bd-user-information__profile-picture",src:n,alt:e}):null;let c=[a.h("h4",null,e)];this.$slots.default&&c.push(this.$slots.default());const l=a.h("div",{class:"bd-user-information__header"},c),u=a.h("small",null,P_(o).filter(f=>f).join(" • ")),d=a.h("div",{class:"bd-user-information__detail"},[l,u]);return a.h("div",{class:"bd-user-information"},[i,d])}},B_={date:"",displayTime:!0};var Di=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Pi(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Fv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){var n=1e3,r=6e4,o=36e5,i="millisecond",s="second",c="minute",l="hour",u="day",d="week",f="month",h="quarter",p="year",m="date",g="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,C=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,E={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(K){var F=["th","st","nd","rd"],W=K%100;return"["+K+(F[(W-20)%10]||F[W]||F[0])+"]"}},b=function(K,F,W){var Q=String(K);return!Q||Q.length>=F?K:""+Array(F+1-Q.length).join(W)+K},y={s:b,z:function(K){var F=-K.utcOffset(),W=Math.abs(F),Q=Math.floor(W/60),U=W%60;return(F<=0?"+":"-")+b(Q,2,"0")+":"+b(U,2,"0")},m:function K(F,W){if(F.date()<W.date())return-K(W,F);var Q=12*(W.year()-F.year())+(W.month()-F.month()),U=F.clone().add(Q,f),ee=W-U<0,te=F.clone().add(Q+(ee?-1:1),f);return+(-(Q+(W-U)/(ee?U-te:te-U))||0)},a:function(K){return K<0?Math.ceil(K)||0:Math.floor(K)},p:function(K){return{M:f,y:p,w:d,d:u,D:m,h:l,m:c,s,ms:i,Q:h}[K]||String(K||"").toLowerCase().replace(/s$/,"")},u:function(K){return K===void 0}},A="en",w={};w[A]=E;var O="$isDayjsObject",L=function(K){return K instanceof P||!(!K||!K[O])},N=function K(F,W,Q){var U;if(!F)return A;if(typeof F=="string"){var ee=F.toLowerCase();w[ee]&&(U=ee),W&&(w[ee]=W,U=ee);var te=F.split("-");if(!U&&te.length>1)return K(te[0])}else{var se=F.name;w[se]=F,U=se}return!Q&&U&&(A=U),U||!Q&&A},j=function(K,F){if(L(K))return K.clone();var W=typeof F=="object"?F:{};return W.date=K,W.args=arguments,new P(W)},V=y;V.l=N,V.i=L,V.w=function(K,F){return j(K,{locale:F.$L,utc:F.$u,x:F.$x,$offset:F.$offset})};var P=function(){function K(W){this.$L=N(W.locale,null,!0),this.parse(W),this.$x=this.$x||W.x||{},this[O]=!0}var F=K.prototype;return F.parse=function(W){this.$d=function(Q){var U=Q.date,ee=Q.utc;if(U===null)return new Date(NaN);if(V.u(U))return new Date;if(U instanceof Date)return new Date(U);if(typeof U=="string"&&!/Z$/i.test(U)){var te=U.match(v);if(te){var se=te[2]-1||0,ue=(te[7]||"0").substring(0,3);return ee?new Date(Date.UTC(te[1],se,te[3]||1,te[4]||0,te[5]||0,te[6]||0,ue)):new Date(te[1],se,te[3]||1,te[4]||0,te[5]||0,te[6]||0,ue)}}return new Date(U)}(W),this.init()},F.init=function(){var W=this.$d;this.$y=W.getFullYear(),this.$M=W.getMonth(),this.$D=W.getDate(),this.$W=W.getDay(),this.$H=W.getHours(),this.$m=W.getMinutes(),this.$s=W.getSeconds(),this.$ms=W.getMilliseconds()},F.$utils=function(){return V},F.isValid=function(){return this.$d.toString()!==g},F.isSame=function(W,Q){var U=j(W);return this.startOf(Q)<=U&&U<=this.endOf(Q)},F.isAfter=function(W,Q){return j(W)<this.startOf(Q)},F.isBefore=function(W,Q){return this.endOf(Q)<j(W)},F.$g=function(W,Q,U){return V.u(W)?this[Q]:this.set(U,W)},F.unix=function(){return Math.floor(this.valueOf()/1e3)},F.valueOf=function(){return this.$d.getTime()},F.startOf=function(W,Q){var U=this,ee=!!V.u(Q)||Q,te=V.p(W),se=function(R,x){var B=V.w(U.$u?Date.UTC(U.$y,x,R):new Date(U.$y,x,R),U);return ee?B:B.endOf(u)},ue=function(R,x){return V.w(U.toDate()[R].apply(U.toDate("s"),(ee?[0,0,0,0]:[23,59,59,999]).slice(x)),U)},pe=this.$W,Ce=this.$M,we=this.$D,xe="set"+(this.$u?"UTC":"");switch(te){case p:return ee?se(1,0):se(31,11);case f:return ee?se(1,Ce):se(0,Ce+1);case d:var Ee=this.$locale().weekStart||0,D=(pe<Ee?pe+7:pe)-Ee;return se(ee?we-D:we+(6-D),Ce);case u:case m:return ue(xe+"Hours",0);case l:return ue(xe+"Minutes",1);case c:return ue(xe+"Seconds",2);case s:return ue(xe+"Milliseconds",3);default:return this.clone()}},F.endOf=function(W){return this.startOf(W,!1)},F.$set=function(W,Q){var U,ee=V.p(W),te="set"+(this.$u?"UTC":""),se=(U={},U[u]=te+"Date",U[m]=te+"Date",U[f]=te+"Month",U[p]=te+"FullYear",U[l]=te+"Hours",U[c]=te+"Minutes",U[s]=te+"Seconds",U[i]=te+"Milliseconds",U)[ee],ue=ee===u?this.$D+(Q-this.$W):Q;if(ee===f||ee===p){var pe=this.clone().set(m,1);pe.$d[se](ue),pe.init(),this.$d=pe.set(m,Math.min(this.$D,pe.daysInMonth())).$d}else se&&this.$d[se](ue);return this.init(),this},F.set=function(W,Q){return this.clone().$set(W,Q)},F.get=function(W){return this[V.p(W)]()},F.add=function(W,Q){var U,ee=this;W=Number(W);var te=V.p(Q),se=function(Ce){var we=j(ee);return V.w(we.date(we.date()+Math.round(Ce*W)),ee)};if(te===f)return this.set(f,this.$M+W);if(te===p)return this.set(p,this.$y+W);if(te===u)return se(1);if(te===d)return se(7);var ue=(U={},U[c]=r,U[l]=o,U[s]=n,U)[te]||1,pe=this.$d.getTime()+W*ue;return V.w(pe,this)},F.subtract=function(W,Q){return this.add(-1*W,Q)},F.format=function(W){var Q=this,U=this.$locale();if(!this.isValid())return U.invalidDate||g;var ee=W||"YYYY-MM-DDTHH:mm:ssZ",te=V.z(this),se=this.$H,ue=this.$m,pe=this.$M,Ce=U.weekdays,we=U.months,xe=U.meridiem,Ee=function(x,B,S,k){return x&&(x[B]||x(Q,ee))||S[B].slice(0,k)},D=function(x){return V.s(se%12||12,x,"0")},R=xe||function(x,B,S){var k=x<12?"AM":"PM";return S?k.toLowerCase():k};return ee.replace(C,function(x,B){return B||function(S){switch(S){case"YY":return String(Q.$y).slice(-2);case"YYYY":return V.s(Q.$y,4,"0");case"M":return pe+1;case"MM":return V.s(pe+1,2,"0");case"MMM":return Ee(U.monthsShort,pe,we,3);case"MMMM":return Ee(we,pe);case"D":return Q.$D;case"DD":return V.s(Q.$D,2,"0");case"d":return String(Q.$W);case"dd":return Ee(U.weekdaysMin,Q.$W,Ce,2);case"ddd":return Ee(U.weekdaysShort,Q.$W,Ce,3);case"dddd":return Ce[Q.$W];case"H":return String(se);case"HH":return V.s(se,2,"0");case"h":return D(1);case"hh":return D(2);case"a":return R(se,ue,!0);case"A":return R(se,ue,!1);case"m":return String(ue);case"mm":return V.s(ue,2,"0");case"s":return String(Q.$s);case"ss":return V.s(Q.$s,2,"0");case"SSS":return V.s(Q.$ms,3,"0");case"Z":return te}return null}(x)||te.replace(":","")})},F.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},F.diff=function(W,Q,U){var ee,te=this,se=V.p(Q),ue=j(W),pe=(ue.utcOffset()-this.utcOffset())*r,Ce=this-ue,we=function(){return V.m(te,ue)};switch(se){case p:ee=we()/12;break;case f:ee=we();break;case h:ee=we()/3;break;case d:ee=(Ce-pe)/6048e5;break;case u:ee=(Ce-pe)/864e5;break;case l:ee=Ce/o;break;case c:ee=Ce/r;break;case s:ee=Ce/n;break;default:ee=Ce}return U?ee:V.a(ee)},F.daysInMonth=function(){return this.endOf(f).$D},F.$locale=function(){return w[this.$L]},F.locale=function(W,Q){if(!W)return this.$L;var U=this.clone(),ee=N(W,Q,!0);return ee&&(U.$L=ee),U},F.clone=function(){return V.w(this.$d,this)},F.toDate=function(){return new Date(this.valueOf())},F.toJSON=function(){return this.isValid()?this.toISOString():null},F.toISOString=function(){return this.$d.toISOString()},F.toString=function(){return this.$d.toUTCString()},K}(),z=P.prototype;return j.prototype=z,[["$ms",i],["$s",s],["$m",c],["$H",l],["$W",u],["$M",f],["$y",p],["$D",m]].forEach(function(K){z[K[1]]=function(F){return this.$g(F,K[0],K[1])}}),j.extend=function(K,F){return K.$i||(K(F,P,j),K.$i=!0),j},j.locale=N,j.isDayjs=L,j.unix=function(K){return j(1e3*K)},j.en=w[A],j.Ls=w,j.p={},j})})(Fv);var jv=Fv.exports;const Mn=Pi(jv);var R_={exports:{}};(function(t,e){(function(n,r){t.exports=r(jv)})(Di,function(n){function r(s){return s&&typeof s=="object"&&"default"in s?s:{default:s}}var o=r(n),i={name:"nl",weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),ordinal:function(s){return"["+s+(s===1||s===8||s>=20?"ste":"de")+"]"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"een minuut",mm:"%d minuten",h:"een uur",hh:"%d uur",d:"een dag",dd:"%d dagen",M:"een maand",MM:"%d maanden",y:"een jaar",yy:"%d jaar"}};return o.default.locale(i,null,!0),i})})(R_);var zv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){var n={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},r=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,o=/\d/,i=/\d\d/,s=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,l={},u=function(v){return(v=+v)+(v>68?1900:2e3)},d=function(v){return function(C){this[v]=+C}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(v){(this.zone||(this.zone={})).offset=function(C){if(!C||C==="Z")return 0;var E=C.match(/([+-]|\d\d)/g),b=60*E[1]+(+E[2]||0);return b===0?0:E[0]==="+"?-b:b}(v)}],h=function(v){var C=l[v];return C&&(C.indexOf?C:C.s.concat(C.f))},p=function(v,C){var E,b=l.meridiem;if(b){for(var y=1;y<=24;y+=1)if(v.indexOf(b(y,0,C))>-1){E=y>12;break}}else E=v===(C?"pm":"PM");return E},m={A:[c,function(v){this.afternoon=p(v,!1)}],a:[c,function(v){this.afternoon=p(v,!0)}],Q:[o,function(v){this.month=3*(v-1)+1}],S:[o,function(v){this.milliseconds=100*+v}],SS:[i,function(v){this.milliseconds=10*+v}],SSS:[/\d{3}/,function(v){this.milliseconds=+v}],s:[s,d("seconds")],ss:[s,d("seconds")],m:[s,d("minutes")],mm:[s,d("minutes")],H:[s,d("hours")],h:[s,d("hours")],HH:[s,d("hours")],hh:[s,d("hours")],D:[s,d("day")],DD:[i,d("day")],Do:[c,function(v){var C=l.ordinal,E=v.match(/\d+/);if(this.day=E[0],C)for(var b=1;b<=31;b+=1)C(b).replace(/\[|\]/g,"")===v&&(this.day=b)}],w:[s,d("week")],ww:[i,d("week")],M:[s,d("month")],MM:[i,d("month")],MMM:[c,function(v){var C=h("months"),E=(h("monthsShort")||C.map(function(b){return b.slice(0,3)})).indexOf(v)+1;if(E<1)throw new Error;this.month=E%12||E}],MMMM:[c,function(v){var C=h("months").indexOf(v)+1;if(C<1)throw new Error;this.month=C%12||C}],Y:[/[+-]?\d+/,d("year")],YY:[i,function(v){this.year=u(v)}],YYYY:[/\d{4}/,d("year")],Z:f,ZZ:f};function g(v){var C,E;C=v,E=l&&l.formats;for(var b=(v=C.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(j,V,P){var z=P&&P.toUpperCase();return V||E[P]||n[P]||E[z].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(K,F,W){return F||W.slice(1)})})).match(r),y=b.length,A=0;A<y;A+=1){var w=b[A],O=m[w],L=O&&O[0],N=O&&O[1];b[A]=N?{regex:L,parser:N}:w.replace(/^\[|\]$/g,"")}return function(j){for(var V={},P=0,z=0;P<y;P+=1){var K=b[P];if(typeof K=="string")z+=K.length;else{var F=K.regex,W=K.parser,Q=j.slice(z),U=F.exec(Q)[0];W.call(V,U),j=j.replace(U,"")}}return function(ee){var te=ee.afternoon;if(te!==void 0){var se=ee.hours;te?se<12&&(ee.hours+=12):se===12&&(ee.hours=0),delete ee.afternoon}}(V),V}}return function(v,C,E){E.p.customParseFormat=!0,v&&v.parseTwoDigitYear&&(u=v.parseTwoDigitYear);var b=C.prototype,y=b.parse;b.parse=function(A){var w=A.date,O=A.utc,L=A.args;this.$u=O;var N=L[1];if(typeof N=="string"){var j=L[2]===!0,V=L[3]===!0,P=j||V,z=L[2];V&&(z=L[2]),l=this.$locale(),!j&&z&&(l=E.Ls[z]),this.$d=function(Q,U,ee,te){try{if(["x","X"].indexOf(U)>-1)return new Date((U==="X"?1e3:1)*Q);var se=g(U)(Q),ue=se.year,pe=se.month,Ce=se.day,we=se.hours,xe=se.minutes,Ee=se.seconds,D=se.milliseconds,R=se.zone,x=se.week,B=new Date,S=Ce||(ue||pe?1:B.getDate()),k=ue||B.getFullYear(),I=0;ue&&!pe||(I=pe>0?pe-1:B.getMonth());var M,Y=we||0,G=xe||0,J=Ee||0,X=D||0;return R?new Date(Date.UTC(k,I,S,Y,G,J,X+60*R.offset*1e3)):ee?new Date(Date.UTC(k,I,S,Y,G,J,X)):(M=new Date(k,I,S,Y,G,J,X),x&&(M=te(M).week(x).toDate()),M)}catch{return new Date("")}}(w,N,O,E),this.init(),z&&z!==!0&&(this.$L=this.locale(z).$L),P&&w!=this.format(N)&&(this.$d=new Date("")),l={}}else if(N instanceof Array)for(var K=N.length,F=1;F<=K;F+=1){L[1]=N[F-1];var W=E.apply(this,L);if(W.isValid()){this.$d=W.$d,this.$L=W.$L,this.init();break}F===K&&(this.$d=new Date(""))}else y.call(this,A)}}})})(zv);var $_=zv.exports;const V_=Pi($_);var Uv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){return function(n,r){r.prototype.isSameOrAfter=function(o,i){return this.isSame(o,i)||this.isAfter(o,i)}}})})(Uv);var F_=Uv.exports;const j_=Pi(F_);var Hv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){return function(n,r){r.prototype.isSameOrBefore=function(o,i){return this.isSame(o,i)||this.isBefore(o,i)}}})})(Hv);var z_=Hv.exports;const U_=Pi(z_);var Wv={exports:{}};(function(t,e){(function(n,r){t.exports=r()})(Di,function(){var n="week",r="year";return function(o,i,s){var c=i.prototype;c.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var u=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var d=s(this).startOf(r).add(1,r).date(u),f=s(this).endOf(n);if(d.isBefore(f))return 1}var h=s(this).startOf(r).date(u).startOf(n).subtract(1,"millisecond"),p=this.diff(h,n,!0);return p<0?s(this).startOf("week").week():Math.ceil(p)},c.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}})})(Wv);var H_=Wv.exports;const W_=Pi(H_);Mn.extend(V_);Mn.locale("nl");Mn.extend(j_);Mn.extend(U_);Mn.extend(W_);const qu=t=>t?t.charAt(0).toUpperCase()+t.slice(1):"";function Kv(t,e=Mn()){const n=Mn(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0);if(!n.isValid())return"";const r=e.startOf("day"),o=r.subtract(1,"day");if(n.isSame(r,"day"))return"Vandaag";if(n.isSame(o,"day"))return"Gisteren";const i=r.subtract(6,"day");if(n.isSameOrAfter(i)&&n.isBefore(r))return qu(n.format("dddd"));const s=r.subtract(7,"day");return n.isSame(s)||n.isSame(e,"year")?n.format("D MMMM"):n.format("DD-MM-YYYY")}function K_(t,e=Mn()){const n=Mn(t,["DD-MM-YYYY HH:mm","YYYY-MM-DD","DD-MM-YYYY"],!0),r=t.includes(" ")&&t.includes(":");if(!n.isValid())return"";const o=e.startOf("day"),i=o.subtract(1,"day");if(n.isSame(o,"day"))return r?n.format("HH:mm"):"Vandaag";if(n.isSame(i,"day"))return r?`Gisteren ${n.format("HH:mm")}`:"Gisteren";const s=o.subtract(6,"day");if(n.isSameOrAfter(s)&&n.isBefore(o))return qu(r?n.format("dddd HH:mm"):n.format("dddd"));const c=o.subtract(7,"day");return n.isSame(c)||n.isSame(e,"year")?r?n.format("D MMM HH:mm"):n.format("D MMMM"):n.format("DD-MM-YYYY")}const Y_={class:"bd-date"},Yv=a.defineComponent({__name:"BDDate",props:{date:{},displayTime:{type:Boolean,default:B_.displayTime}},setup(t){const e=t,n=a.computed(()=>e.displayTime?e.date?K_(e.date):"":e.date?Kv(e.date):"");return(r,o)=>(a.openBlock(),a.createElementBlock("span",Y_,a.toDisplayString(n.value),1))}}),Qa=a.defineComponent({__name:"BDDropdownItem",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},emits:["click"],setup(t,{emit:e}){const n=t,r=()=>{e("click")};return(o,i)=>(a.openBlock(),a.createElementBlock("li",a.mergeProps({class:"bd-dropdown-item"},o.$attrs),[a.createVNode(Io,a.mergeProps({class:"dropdown-item",onClick:r},n),{default:a.withCtx(()=>[a.renderSlot(o.$slots,"default",{},()=>[a.createTextVNode(a.toDisplayString(n.text),1)])]),_:3},16)],16))}});var Gv={exports:{}};(function(t,e){(function(r,o){t.exports=o()})(self,function(){return function(){var n={3099:function(s){s.exports=function(c){if(typeof c!="function")throw TypeError(String(c)+" is not a function");return c}},6077:function(s,c,l){var u=l(111);s.exports=function(d){if(!u(d)&&d!==null)throw TypeError("Can't set "+String(d)+" as a prototype");return d}},1223:function(s,c,l){var u=l(5112),d=l(30),f=l(3070),h=u("unscopables"),p=Array.prototype;p[h]==null&&f.f(p,h,{configurable:!0,value:d(null)}),s.exports=function(m){p[h][m]=!0}},1530:function(s,c,l){var u=l(8710).charAt;s.exports=function(d,f,h){return f+(h?u(d,f).length:1)}},5787:function(s){s.exports=function(c,l,u){if(!(c instanceof l))throw TypeError("Incorrect "+(u?u+" ":"")+"invocation");return c}},9670:function(s,c,l){var u=l(111);s.exports=function(d){if(!u(d))throw TypeError(String(d)+" is not an object");return d}},4019:function(s){s.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},260:function(s,c,l){var u=l(4019),d=l(9781),f=l(7854),h=l(111),p=l(6656),m=l(648),g=l(8880),v=l(1320),C=l(3070).f,E=l(9518),b=l(7674),y=l(5112),A=l(9711),w=f.Int8Array,O=w&&w.prototype,L=f.Uint8ClampedArray,N=L&&L.prototype,j=w&&E(w),V=O&&E(O),P=Object.prototype,z=P.isPrototypeOf,K=y("toStringTag"),F=A("TYPED_ARRAY_TAG"),W=u&&!!b&&m(f.opera)!=="Opera",Q=!1,U,ee={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},te={BigInt64Array:8,BigUint64Array:8},se=function(D){if(!h(D))return!1;var R=m(D);return R==="DataView"||p(ee,R)||p(te,R)},ue=function(Ee){if(!h(Ee))return!1;var D=m(Ee);return p(ee,D)||p(te,D)},pe=function(Ee){if(ue(Ee))return Ee;throw TypeError("Target is not a typed array")},Ce=function(Ee){if(b){if(z.call(j,Ee))return Ee}else for(var D in ee)if(p(ee,U)){var R=f[D];if(R&&(Ee===R||z.call(R,Ee)))return Ee}throw TypeError("Target is not a typed array constructor")},we=function(Ee,D,R){if(d){if(R)for(var x in ee){var B=f[x];B&&p(B.prototype,Ee)&&delete B.prototype[Ee]}(!V[Ee]||R)&&v(V,Ee,R?D:W&&O[Ee]||D)}},xe=function(Ee,D,R){var x,B;if(d){if(b){if(R)for(x in ee)B=f[x],B&&p(B,Ee)&&delete B[Ee];if(!j[Ee]||R)try{return v(j,Ee,R?D:W&&w[Ee]||D)}catch{}else return}for(x in ee)B=f[x],B&&(!B[Ee]||R)&&v(B,Ee,D)}};for(U in ee)f[U]||(W=!1);if((!W||typeof j!="function"||j===Function.prototype)&&(j=function(){throw TypeError("Incorrect invocation")},W))for(U in ee)f[U]&&b(f[U],j);if((!W||!V||V===P)&&(V=j.prototype,W))for(U in ee)f[U]&&b(f[U].prototype,V);if(W&&E(N)!==V&&b(N,V),d&&!p(V,K)){Q=!0,C(V,K,{get:function(){return h(this)?this[F]:void 0}});for(U in ee)f[U]&&g(f[U],F,U)}s.exports={NATIVE_ARRAY_BUFFER_VIEWS:W,TYPED_ARRAY_TAG:Q&&F,aTypedArray:pe,aTypedArrayConstructor:Ce,exportTypedArrayMethod:we,exportTypedArrayStaticMethod:xe,isView:se,isTypedArray:ue,TypedArray:j,TypedArrayPrototype:V}},3331:function(s,c,l){var u=l(7854),d=l(9781),f=l(4019),h=l(8880),p=l(2248),m=l(7293),g=l(5787),v=l(9958),C=l(7466),E=l(7067),b=l(1179),y=l(9518),A=l(7674),w=l(8006).f,O=l(3070).f,L=l(1285),N=l(8003),j=l(9909),V=j.get,P=j.set,z="ArrayBuffer",K="DataView",F="prototype",W="Wrong length",Q="Wrong index",U=u[z],ee=U,te=u[K],se=te&&te[F],ue=Object.prototype,pe=u.RangeError,Ce=b.pack,we=b.unpack,xe=function(T){return[T&255]},Ee=function(T){return[T&255,T>>8&255]},D=function(T){return[T&255,T>>8&255,T>>16&255,T>>24&255]},R=function(T){return T[3]<<24|T[2]<<16|T[1]<<8|T[0]},x=function(T){return Ce(T,23,4)},B=function(T){return Ce(T,52,8)},S=function(T,H){O(T[F],H,{get:function(){return V(this)[H]}})},k=function(T,H,Z,ae){var me=E(Z),ke=V(T);if(me+H>ke.byteLength)throw pe(Q);var q=V(ke.buffer).bytes,ie=me+ke.byteOffset,Se=q.slice(ie,ie+H);return ae?Se:Se.reverse()},I=function(T,H,Z,ae,me,ke){var q=E(Z),ie=V(T);if(q+H>ie.byteLength)throw pe(Q);for(var Se=V(ie.buffer).bytes,Re=q+ie.byteOffset,nt=ae(+me),at=0;at<H;at++)Se[Re+at]=nt[ke?at:H-at-1]};if(!f)ee=function(H){g(this,ee,z);var Z=E(H);P(this,{bytes:L.call(new Array(Z),0),byteLength:Z}),d||(this.byteLength=Z)},te=function(H,Z,ae){g(this,te,K),g(H,ee,K);var me=V(H).byteLength,ke=v(Z);if(ke<0||ke>me)throw pe("Wrong offset");if(ae=ae===void 0?me-ke:C(ae),ke+ae>me)throw pe(W);P(this,{buffer:H,byteLength:ae,byteOffset:ke}),d||(this.buffer=H,this.byteLength=ae,this.byteOffset=ke)},d&&(S(ee,"byteLength"),S(te,"buffer"),S(te,"byteLength"),S(te,"byteOffset")),p(te[F],{getInt8:function(H){return k(this,1,H)[0]<<24>>24},getUint8:function(H){return k(this,1,H)[0]},getInt16:function(H){var Z=k(this,2,H,arguments.length>1?arguments[1]:void 0);return(Z[1]<<8|Z[0])<<16>>16},getUint16:function(H){var Z=k(this,2,H,arguments.length>1?arguments[1]:void 0);return Z[1]<<8|Z[0]},getInt32:function(H){return R(k(this,4,H,arguments.length>1?arguments[1]:void 0))},getUint32:function(H){return R(k(this,4,H,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(H){return we(k(this,4,H,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(H){return we(k(this,8,H,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(H,Z){I(this,1,H,xe,Z)},setUint8:function(H,Z){I(this,1,H,xe,Z)},setInt16:function(H,Z){I(this,2,H,Ee,Z,arguments.length>2?arguments[2]:void 0)},setUint16:function(H,Z){I(this,2,H,Ee,Z,arguments.length>2?arguments[2]:void 0)},setInt32:function(H,Z){I(this,4,H,D,Z,arguments.length>2?arguments[2]:void 0)},setUint32:function(H,Z){I(this,4,H,D,Z,arguments.length>2?arguments[2]:void 0)},setFloat32:function(H,Z){I(this,4,H,x,Z,arguments.length>2?arguments[2]:void 0)},setFloat64:function(H,Z){I(this,8,H,B,Z,arguments.length>2?arguments[2]:void 0)}});else{if(!m(function(){U(1)})||!m(function(){new U(-1)})||m(function(){return new U,new U(1.5),new U(NaN),U.name!=z})){ee=function(H){return g(this,ee),new U(E(H))};for(var M=ee[F]=U[F],Y=w(U),G=0,J;Y.length>G;)(J=Y[G++])in ee||h(ee,J,U[J]);M.constructor=ee}A&&y(se)!==ue&&A(se,ue);var X=new te(new ee(2)),_=se.setInt8;X.setInt8(0,2147483648),X.setInt8(1,2147483649),(X.getInt8(0)||!X.getInt8(1))&&p(se,{setInt8:function(H,Z){_.call(this,H,Z<<24>>24)},setUint8:function(H,Z){_.call(this,H,Z<<24>>24)}},{unsafe:!0})}N(ee,z),N(te,K),s.exports={ArrayBuffer:ee,DataView:te}},1048:function(s,c,l){var u=l(7908),d=l(1400),f=l(7466),h=Math.min;s.exports=[].copyWithin||function(m,g){var v=u(this),C=f(v.length),E=d(m,C),b=d(g,C),y=arguments.length>2?arguments[2]:void 0,A=h((y===void 0?C:d(y,C))-b,C-E),w=1;for(b<E&&E<b+A&&(w=-1,b+=A-1,E+=A-1);A-- >0;)b in v?v[E]=v[b]:delete v[E],E+=w,b+=w;return v}},1285:function(s,c,l){var u=l(7908),d=l(1400),f=l(7466);s.exports=function(p){for(var m=u(this),g=f(m.length),v=arguments.length,C=d(v>1?arguments[1]:void 0,g),E=v>2?arguments[2]:void 0,b=E===void 0?g:d(E,g);b>C;)m[C++]=p;return m}},8533:function(s,c,l){var u=l(2092).forEach,d=l(9341),f=d("forEach");s.exports=f?[].forEach:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}},8457:function(s,c,l){var u=l(9974),d=l(7908),f=l(3411),h=l(7659),p=l(7466),m=l(6135),g=l(1246);s.exports=function(C){var E=d(C),b=typeof this=="function"?this:Array,y=arguments.length,A=y>1?arguments[1]:void 0,w=A!==void 0,O=g(E),L=0,N,j,V,P,z,K;if(w&&(A=u(A,y>2?arguments[2]:void 0,2)),O!=null&&!(b==Array&&h(O)))for(P=O.call(E),z=P.next,j=new b;!(V=z.call(P)).done;L++)K=w?f(P,A,[V.value,L],!0):V.value,m(j,L,K);else for(N=p(E.length),j=new b(N);N>L;L++)K=w?A(E[L],L):E[L],m(j,L,K);return j.length=L,j}},1318:function(s,c,l){var u=l(5656),d=l(7466),f=l(1400),h=function(p){return function(m,g,v){var C=u(m),E=d(C.length),b=f(v,E),y;if(p&&g!=g){for(;E>b;)if(y=C[b++],y!=y)return!0}else for(;E>b;b++)if((p||b in C)&&C[b]===g)return p||b||0;return!p&&-1}};s.exports={includes:h(!0),indexOf:h(!1)}},2092:function(s,c,l){var u=l(9974),d=l(8361),f=l(7908),h=l(7466),p=l(5417),m=[].push,g=function(v){var C=v==1,E=v==2,b=v==3,y=v==4,A=v==6,w=v==7,O=v==5||A;return function(L,N,j,V){for(var P=f(L),z=d(P),K=u(N,j,3),F=h(z.length),W=0,Q=V||p,U=C?Q(L,F):E||w?Q(L,0):void 0,ee,te;F>W;W++)if((O||W in z)&&(ee=z[W],te=K(ee,W,P),v))if(C)U[W]=te;else if(te)switch(v){case 3:return!0;case 5:return ee;case 6:return W;case 2:m.call(U,ee)}else switch(v){case 4:return!1;case 7:m.call(U,ee)}return A?-1:b||y?y:U}};s.exports={forEach:g(0),map:g(1),filter:g(2),some:g(3),every:g(4),find:g(5),findIndex:g(6),filterOut:g(7)}},6583:function(s,c,l){var u=l(5656),d=l(9958),f=l(7466),h=l(9341),p=Math.min,m=[].lastIndexOf,g=!!m&&1/[1].lastIndexOf(1,-0)<0,v=h("lastIndexOf"),C=g||!v;s.exports=C?function(b){if(g)return m.apply(this,arguments)||0;var y=u(this),A=f(y.length),w=A-1;for(arguments.length>1&&(w=p(w,d(arguments[1]))),w<0&&(w=A+w);w>=0;w--)if(w in y&&y[w]===b)return w||0;return-1}:m},1194:function(s,c,l){var u=l(7293),d=l(5112),f=l(7392),h=d("species");s.exports=function(p){return f>=51||!u(function(){var m=[],g=m.constructor={};return g[h]=function(){return{foo:1}},m[p](Boolean).foo!==1})}},9341:function(s,c,l){var u=l(7293);s.exports=function(d,f){var h=[][d];return!!h&&u(function(){h.call(null,f||function(){throw 1},1)})}},3671:function(s,c,l){var u=l(3099),d=l(7908),f=l(8361),h=l(7466),p=function(m){return function(g,v,C,E){u(v);var b=d(g),y=f(b),A=h(b.length),w=m?A-1:0,O=m?-1:1;if(C<2)for(;;){if(w in y){E=y[w],w+=O;break}if(w+=O,m?w<0:A<=w)throw TypeError("Reduce of empty array with no initial value")}for(;m?w>=0:A>w;w+=O)w in y&&(E=v(E,y[w],w,b));return E}};s.exports={left:p(!1),right:p(!0)}},5417:function(s,c,l){var u=l(111),d=l(3157),f=l(5112),h=f("species");s.exports=function(p,m){var g;return d(p)&&(g=p.constructor,typeof g=="function"&&(g===Array||d(g.prototype))?g=void 0:u(g)&&(g=g[h],g===null&&(g=void 0))),new(g===void 0?Array:g)(m===0?0:m)}},3411:function(s,c,l){var u=l(9670),d=l(9212);s.exports=function(f,h,p,m){try{return m?h(u(p)[0],p[1]):h(p)}catch(g){throw d(f),g}}},7072:function(s,c,l){var u=l(5112),d=u("iterator"),f=!1;try{var h=0,p={next:function(){return{done:!!h++}},return:function(){f=!0}};p[d]=function(){return this},Array.from(p,function(){throw 2})}catch{}s.exports=function(m,g){if(!g&&!f)return!1;var v=!1;try{var C={};C[d]=function(){return{next:function(){return{done:v=!0}}}},m(C)}catch{}return v}},4326:function(s){var c={}.toString;s.exports=function(l){return c.call(l).slice(8,-1)}},648:function(s,c,l){var u=l(1694),d=l(4326),f=l(5112),h=f("toStringTag"),p=d(function(){return arguments}())=="Arguments",m=function(g,v){try{return g[v]}catch{}};s.exports=u?d:function(g){var v,C,E;return g===void 0?"Undefined":g===null?"Null":typeof(C=m(v=Object(g),h))=="string"?C:p?d(v):(E=d(v))=="Object"&&typeof v.callee=="function"?"Arguments":E}},9920:function(s,c,l){var u=l(6656),d=l(3887),f=l(1236),h=l(3070);s.exports=function(p,m){for(var g=d(m),v=h.f,C=f.f,E=0;E<g.length;E++){var b=g[E];u(p,b)||v(p,b,C(m,b))}}},8544:function(s,c,l){var u=l(7293);s.exports=!u(function(){function d(){}return d.prototype.constructor=null,Object.getPrototypeOf(new d)!==d.prototype})},4994:function(s,c,l){var u=l(3383).IteratorPrototype,d=l(30),f=l(9114),h=l(8003),p=l(7497),m=function(){return this};s.exports=function(g,v,C){var E=v+" Iterator";return g.prototype=d(u,{next:f(1,C)}),h(g,E,!1,!0),p[E]=m,g}},8880:function(s,c,l){var u=l(9781),d=l(3070),f=l(9114);s.exports=u?function(h,p,m){return d.f(h,p,f(1,m))}:function(h,p,m){return h[p]=m,h}},9114:function(s){s.exports=function(c,l){return{enumerable:!(c&1),configurable:!(c&2),writable:!(c&4),value:l}}},6135:function(s,c,l){var u=l(7593),d=l(3070),f=l(9114);s.exports=function(h,p,m){var g=u(p);g in h?d.f(h,g,f(0,m)):h[g]=m}},654:function(s,c,l){var u=l(2109),d=l(4994),f=l(9518),h=l(7674),p=l(8003),m=l(8880),g=l(1320),v=l(5112),C=l(1913),E=l(7497),b=l(3383),y=b.IteratorPrototype,A=b.BUGGY_SAFARI_ITERATORS,w=v("iterator"),O="keys",L="values",N="entries",j=function(){return this};s.exports=function(V,P,z,K,F,W,Q){d(z,P,K);var U=function(D){if(D===F&&pe)return pe;if(!A&&D in se)return se[D];switch(D){case O:return function(){return new z(this,D)};case L:return function(){return new z(this,D)};case N:return function(){return new z(this,D)}}return function(){return new z(this)}},ee=P+" Iterator",te=!1,se=V.prototype,ue=se[w]||se["@@iterator"]||F&&se[F],pe=!A&&ue||U(F),Ce=P=="Array"&&se.entries||ue,we,xe,Ee;if(Ce&&(we=f(Ce.call(new V)),y!==Object.prototype&&we.next&&(!C&&f(we)!==y&&(h?h(we,y):typeof we[w]!="function"&&m(we,w,j)),p(we,ee,!0,!0),C&&(E[ee]=j))),F==L&&ue&&ue.name!==L&&(te=!0,pe=function(){return ue.call(this)}),(!C||Q)&&se[w]!==pe&&m(se,w,pe),E[P]=pe,F)if(xe={values:U(L),keys:W?pe:U(O),entries:U(N)},Q)for(Ee in xe)(A||te||!(Ee in se))&&g(se,Ee,xe[Ee]);else u({target:P,proto:!0,forced:A||te},xe);return xe}},9781:function(s,c,l){var u=l(7293);s.exports=!u(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},317:function(s,c,l){var u=l(7854),d=l(111),f=u.document,h=d(f)&&d(f.createElement);s.exports=function(p){return h?f.createElement(p):{}}},8324:function(s){s.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8113:function(s,c,l){var u=l(5005);s.exports=u("navigator","userAgent")||""},7392:function(s,c,l){var u=l(7854),d=l(8113),f=u.process,h=f&&f.versions,p=h&&h.v8,m,g;p?(m=p.split("."),g=m[0]+m[1]):d&&(m=d.match(/Edge\/(\d+)/),(!m||m[1]>=74)&&(m=d.match(/Chrome\/(\d+)/),m&&(g=m[1]))),s.exports=g&&+g},748:function(s){s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(s,c,l){var u=l(7854),d=l(1236).f,f=l(8880),h=l(1320),p=l(3505),m=l(9920),g=l(4705);s.exports=function(v,C){var E=v.target,b=v.global,y=v.stat,A,w,O,L,N,j;if(b?w=u:y?w=u[E]||p(E,{}):w=(u[E]||{}).prototype,w)for(O in C){if(N=C[O],v.noTargetGet?(j=d(w,O),L=j&&j.value):L=w[O],A=g(b?O:E+(y?".":"#")+O,v.forced),!A&&L!==void 0){if(typeof N==typeof L)continue;m(N,L)}(v.sham||L&&L.sham)&&f(N,"sham",!0),h(w,O,N,v)}}},7293:function(s){s.exports=function(c){try{return!!c()}catch{return!0}}},7007:function(s,c,l){l(4916);var u=l(1320),d=l(7293),f=l(5112),h=l(2261),p=l(8880),m=f("species"),g=!d(function(){var y=/./;return y.exec=function(){var A=[];return A.groups={a:"7"},A},"".replace(y,"$<a>")!=="7"}),v=function(){return"a".replace(/./,"$0")==="$0"}(),C=f("replace"),E=function(){return/./[C]?/./[C]("a","$0")==="":!1}(),b=!d(function(){var y=/(?:)/,A=y.exec;y.exec=function(){return A.apply(this,arguments)};var w="ab".split(y);return w.length!==2||w[0]!=="a"||w[1]!=="b"});s.exports=function(y,A,w,O){var L=f(y),N=!d(function(){var F={};return F[L]=function(){return 7},""[y](F)!=7}),j=N&&!d(function(){var F=!1,W=/a/;return y==="split"&&(W={},W.constructor={},W.constructor[m]=function(){return W},W.flags="",W[L]=/./[L]),W.exec=function(){return F=!0,null},W[L](""),!F});if(!N||!j||y==="replace"&&!(g&&v&&!E)||y==="split"&&!b){var V=/./[L],P=w(L,""[y],function(F,W,Q,U,ee){return W.exec===h?N&&!ee?{done:!0,value:V.call(W,Q,U)}:{done:!0,value:F.call(Q,W,U)}:{done:!1}},{REPLACE_KEEPS_$0:v,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:E}),z=P[0],K=P[1];u(String.prototype,y,z),u(RegExp.prototype,L,A==2?function(F,W){return K.call(F,this,W)}:function(F){return K.call(F,this)})}O&&p(RegExp.prototype[L],"sham",!0)}},9974:function(s,c,l){var u=l(3099);s.exports=function(d,f,h){if(u(d),f===void 0)return d;switch(h){case 0:return function(){return d.call(f)};case 1:return function(p){return d.call(f,p)};case 2:return function(p,m){return d.call(f,p,m)};case 3:return function(p,m,g){return d.call(f,p,m,g)}}return function(){return d.apply(f,arguments)}}},5005:function(s,c,l){var u=l(857),d=l(7854),f=function(h){return typeof h=="function"?h:void 0};s.exports=function(h,p){return arguments.length<2?f(u[h])||f(d[h]):u[h]&&u[h][p]||d[h]&&d[h][p]}},1246:function(s,c,l){var u=l(648),d=l(7497),f=l(5112),h=f("iterator");s.exports=function(p){if(p!=null)return p[h]||p["@@iterator"]||d[u(p)]}},8554:function(s,c,l){var u=l(9670),d=l(1246);s.exports=function(f){var h=d(f);if(typeof h!="function")throw TypeError(String(f)+" is not iterable");return u(h.call(f))}},647:function(s,c,l){var u=l(7908),d=Math.floor,f="".replace,h=/\$([$&'`]|\d\d?|<[^>]*>)/g,p=/\$([$&'`]|\d\d?)/g;s.exports=function(m,g,v,C,E,b){var y=v+m.length,A=C.length,w=p;return E!==void 0&&(E=u(E),w=h),f.call(b,w,function(O,L){var N;switch(L.charAt(0)){case"$":return"$";case"&":return m;case"`":return g.slice(0,v);case"'":return g.slice(y);case"<":N=E[L.slice(1,-1)];break;default:var j=+L;if(j===0)return O;if(j>A){var V=d(j/10);return V===0?O:V<=A?C[V-1]===void 0?L.charAt(1):C[V-1]+L.charAt(1):O}N=C[j-1]}return N===void 0?"":N})}},7854:function(s,c,l){var u=function(d){return d&&d.Math==Math&&d};s.exports=u(typeof globalThis=="object"&&globalThis)||u(typeof window=="object"&&window)||u(typeof self=="object"&&self)||u(typeof l.g=="object"&&l.g)||function(){return this}()||Function("return this")()},6656:function(s){var c={}.hasOwnProperty;s.exports=function(l,u){return c.call(l,u)}},3501:function(s){s.exports={}},490:function(s,c,l){var u=l(5005);s.exports=u("document","documentElement")},4664:function(s,c,l){var u=l(9781),d=l(7293),f=l(317);s.exports=!u&&!d(function(){return Object.defineProperty(f("div"),"a",{get:function(){return 7}}).a!=7})},1179:function(s){var c=Math.abs,l=Math.pow,u=Math.floor,d=Math.log,f=Math.LN2,h=function(m,g,v){var C=new Array(v),E=v*8-g-1,b=(1<<E)-1,y=b>>1,A=g===23?l(2,-24)-l(2,-77):0,w=m<0||m===0&&1/m<0?1:0,O=0,L,N,j;for(m=c(m),m!=m||m===1/0?(N=m!=m?1:0,L=b):(L=u(d(m)/f),m*(j=l(2,-L))<1&&(L--,j*=2),L+y>=1?m+=A/j:m+=A*l(2,1-y),m*j>=2&&(L++,j/=2),L+y>=b?(N=0,L=b):L+y>=1?(N=(m*j-1)*l(2,g),L=L+y):(N=m*l(2,y-1)*l(2,g),L=0));g>=8;C[O++]=N&255,N/=256,g-=8);for(L=L<<g|N,E+=g;E>0;C[O++]=L&255,L/=256,E-=8);return C[--O]|=w*128,C},p=function(m,g){var v=m.length,C=v*8-g-1,E=(1<<C)-1,b=E>>1,y=C-7,A=v-1,w=m[A--],O=w&127,L;for(w>>=7;y>0;O=O*256+m[A],A--,y-=8);for(L=O&(1<<-y)-1,O>>=-y,y+=g;y>0;L=L*256+m[A],A--,y-=8);if(O===0)O=1-b;else{if(O===E)return L?NaN:w?-1/0:1/0;L=L+l(2,g),O=O-b}return(w?-1:1)*L*l(2,O-g)};s.exports={pack:h,unpack:p}},8361:function(s,c,l){var u=l(7293),d=l(4326),f="".split;s.exports=u(function(){return!Object("z").propertyIsEnumerable(0)})?function(h){return d(h)=="String"?f.call(h,""):Object(h)}:Object},9587:function(s,c,l){var u=l(111),d=l(7674);s.exports=function(f,h,p){var m,g;return d&&typeof(m=h.constructor)=="function"&&m!==p&&u(g=m.prototype)&&g!==p.prototype&&d(f,g),f}},2788:function(s,c,l){var u=l(5465),d=Function.toString;typeof u.inspectSource!="function"&&(u.inspectSource=function(f){return d.call(f)}),s.exports=u.inspectSource},9909:function(s,c,l){var u=l(8536),d=l(7854),f=l(111),h=l(8880),p=l(6656),m=l(5465),g=l(6200),v=l(3501),C=d.WeakMap,E,b,y,A=function(P){return y(P)?b(P):E(P,{})},w=function(P){return function(z){var K;if(!f(z)||(K=b(z)).type!==P)throw TypeError("Incompatible receiver, "+P+" required");return K}};if(u){var O=m.state||(m.state=new C),L=O.get,N=O.has,j=O.set;E=function(P,z){return z.facade=P,j.call(O,P,z),z},b=function(P){return L.call(O,P)||{}},y=function(P){return N.call(O,P)}}else{var V=g("state");v[V]=!0,E=function(P,z){return z.facade=P,h(P,V,z),z},b=function(P){return p(P,V)?P[V]:{}},y=function(P){return p(P,V)}}s.exports={set:E,get:b,has:y,enforce:A,getterFor:w}},7659:function(s,c,l){var u=l(5112),d=l(7497),f=u("iterator"),h=Array.prototype;s.exports=function(p){return p!==void 0&&(d.Array===p||h[f]===p)}},3157:function(s,c,l){var u=l(4326);s.exports=Array.isArray||function(f){return u(f)=="Array"}},4705:function(s,c,l){var u=l(7293),d=/#|\.prototype\./,f=function(v,C){var E=p[h(v)];return E==g?!0:E==m?!1:typeof C=="function"?u(C):!!C},h=f.normalize=function(v){return String(v).replace(d,".").toLowerCase()},p=f.data={},m=f.NATIVE="N",g=f.POLYFILL="P";s.exports=f},111:function(s){s.exports=function(c){return typeof c=="object"?c!==null:typeof c=="function"}},1913:function(s){s.exports=!1},7850:function(s,c,l){var u=l(111),d=l(4326),f=l(5112),h=f("match");s.exports=function(p){var m;return u(p)&&((m=p[h])!==void 0?!!m:d(p)=="RegExp")}},9212:function(s,c,l){var u=l(9670);s.exports=function(d){var f=d.return;if(f!==void 0)return u(f.call(d)).value}},3383:function(s,c,l){var u=l(7293),d=l(9518),f=l(8880),h=l(6656),p=l(5112),m=l(1913),g=p("iterator"),v=!1,C=function(){return this},E,b,y;[].keys&&(y=[].keys(),"next"in y?(b=d(d(y)),b!==Object.prototype&&(E=b)):v=!0);var A=E==null||u(function(){var w={};return E[g].call(w)!==w});A&&(E={}),(!m||A)&&!h(E,g)&&f(E,g,C),s.exports={IteratorPrototype:E,BUGGY_SAFARI_ITERATORS:v}},7497:function(s){s.exports={}},133:function(s,c,l){var u=l(7293);s.exports=!!Object.getOwnPropertySymbols&&!u(function(){return!String(Symbol())})},590:function(s,c,l){var u=l(7293),d=l(5112),f=l(1913),h=d("iterator");s.exports=!u(function(){var p=new URL("b?a=1&b=2&c=3","http://a"),m=p.searchParams,g="";return p.pathname="c%20d",m.forEach(function(v,C){m.delete("b"),g+=C+v}),f&&!p.toJSON||!m.sort||p.href!=="http://a/c%20d?a=1&c=3"||m.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!m[h]||new URL("https://a@b").username!=="a"||new URLSearchParams(new URLSearchParams("a=b")).get("a")!=="b"||new URL("http://тест").host!=="xn--e1aybc"||new URL("http://a#б").hash!=="#%D0%B1"||g!=="a1c3"||new URL("http://x",void 0).host!=="x"})},8536:function(s,c,l){var u=l(7854),d=l(2788),f=u.WeakMap;s.exports=typeof f=="function"&&/native code/.test(d(f))},1574:function(s,c,l){var u=l(9781),d=l(7293),f=l(1956),h=l(5181),p=l(5296),m=l(7908),g=l(8361),v=Object.assign,C=Object.defineProperty;s.exports=!v||d(function(){if(u&&v({b:1},v(C({},"a",{enumerable:!0,get:function(){C(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var E={},b={},y=Symbol(),A="abcdefghijklmnopqrst";return E[y]=7,A.split("").forEach(function(w){b[w]=w}),v({},E)[y]!=7||f(v({},b)).join("")!=A})?function(b,y){for(var A=m(b),w=arguments.length,O=1,L=h.f,N=p.f;w>O;)for(var j=g(arguments[O++]),V=L?f(j).concat(L(j)):f(j),P=V.length,z=0,K;P>z;)K=V[z++],(!u||N.call(j,K))&&(A[K]=j[K]);return A}:v},30:function(s,c,l){var u=l(9670),d=l(6048),f=l(748),h=l(3501),p=l(490),m=l(317),g=l(6200),v=">",C="<",E="prototype",b="script",y=g("IE_PROTO"),A=function(){},w=function(V){return C+b+v+V+C+"/"+b+v},O=function(V){V.write(w("")),V.close();var P=V.parentWindow.Object;return V=null,P},L=function(){var V=m("iframe"),P="java"+b+":",z;return V.style.display="none",p.appendChild(V),V.src=String(P),z=V.contentWindow.document,z.open(),z.write(w("document.F=Object")),z.close(),z.F},N,j=function(){try{N=document.domain&&new ActiveXObject("htmlfile")}catch{}j=N?O(N):L();for(var V=f.length;V--;)delete j[E][f[V]];return j()};h[y]=!0,s.exports=Object.create||function(P,z){var K;return P!==null?(A[E]=u(P),K=new A,A[E]=null,K[y]=P):K=j(),z===void 0?K:d(K,z)}},6048:function(s,c,l){var u=l(9781),d=l(3070),f=l(9670),h=l(1956);s.exports=u?Object.defineProperties:function(m,g){f(m);for(var v=h(g),C=v.length,E=0,b;C>E;)d.f(m,b=v[E++],g[b]);return m}},3070:function(s,c,l){var u=l(9781),d=l(4664),f=l(9670),h=l(7593),p=Object.defineProperty;c.f=u?p:function(g,v,C){if(f(g),v=h(v,!0),f(C),d)try{return p(g,v,C)}catch{}if("get"in C||"set"in C)throw TypeError("Accessors not supported");return"value"in C&&(g[v]=C.value),g}},1236:function(s,c,l){var u=l(9781),d=l(5296),f=l(9114),h=l(5656),p=l(7593),m=l(6656),g=l(4664),v=Object.getOwnPropertyDescriptor;c.f=u?v:function(E,b){if(E=h(E),b=p(b,!0),g)try{return v(E,b)}catch{}if(m(E,b))return f(!d.f.call(E,b),E[b])}},8006:function(s,c,l){var u=l(6324),d=l(748),f=d.concat("length","prototype");c.f=Object.getOwnPropertyNames||function(p){return u(p,f)}},5181:function(s,c){c.f=Object.getOwnPropertySymbols},9518:function(s,c,l){var u=l(6656),d=l(7908),f=l(6200),h=l(8544),p=f("IE_PROTO"),m=Object.prototype;s.exports=h?Object.getPrototypeOf:function(g){return g=d(g),u(g,p)?g[p]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g instanceof Object?m:null}},6324:function(s,c,l){var u=l(6656),d=l(5656),f=l(1318).indexOf,h=l(3501);s.exports=function(p,m){var g=d(p),v=0,C=[],E;for(E in g)!u(h,E)&&u(g,E)&&C.push(E);for(;m.length>v;)u(g,E=m[v++])&&(~f(C,E)||C.push(E));return C}},1956:function(s,c,l){var u=l(6324),d=l(748);s.exports=Object.keys||function(h){return u(h,d)}},5296:function(s,c){var l={}.propertyIsEnumerable,u=Object.getOwnPropertyDescriptor,d=u&&!l.call({1:2},1);c.f=d?function(h){var p=u(this,h);return!!p&&p.enumerable}:l},7674:function(s,c,l){var u=l(9670),d=l(6077);s.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var f=!1,h={},p;try{p=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,p.call(h,[]),f=h instanceof Array}catch{}return function(g,v){return u(g),d(v),f?p.call(g,v):g.__proto__=v,g}}():void 0)},288:function(s,c,l){var u=l(1694),d=l(648);s.exports=u?{}.toString:function(){return"[object "+d(this)+"]"}},3887:function(s,c,l){var u=l(5005),d=l(8006),f=l(5181),h=l(9670);s.exports=u("Reflect","ownKeys")||function(m){var g=d.f(h(m)),v=f.f;return v?g.concat(v(m)):g}},857:function(s,c,l){var u=l(7854);s.exports=u},2248:function(s,c,l){var u=l(1320);s.exports=function(d,f,h){for(var p in f)u(d,p,f[p],h);return d}},1320:function(s,c,l){var u=l(7854),d=l(8880),f=l(6656),h=l(3505),p=l(2788),m=l(9909),g=m.get,v=m.enforce,C=String(String).split("String");(s.exports=function(E,b,y,A){var w=A?!!A.unsafe:!1,O=A?!!A.enumerable:!1,L=A?!!A.noTargetGet:!1,N;if(typeof y=="function"&&(typeof b=="string"&&!f(y,"name")&&d(y,"name",b),N=v(y),N.source||(N.source=C.join(typeof b=="string"?b:""))),E===u){O?E[b]=y:h(b,y);return}else w?!L&&E[b]&&(O=!0):delete E[b];O?E[b]=y:d(E,b,y)})(Function.prototype,"toString",function(){return typeof this=="function"&&g(this).source||p(this)})},7651:function(s,c,l){var u=l(4326),d=l(2261);s.exports=function(f,h){var p=f.exec;if(typeof p=="function"){var m=p.call(f,h);if(typeof m!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return m}if(u(f)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return d.call(f,h)}},2261:function(s,c,l){var u=l(7066),d=l(2999),f=RegExp.prototype.exec,h=String.prototype.replace,p=f,m=function(){var E=/a/,b=/b*/g;return f.call(E,"a"),f.call(b,"a"),E.lastIndex!==0||b.lastIndex!==0}(),g=d.UNSUPPORTED_Y||d.BROKEN_CARET,v=/()??/.exec("")[1]!==void 0,C=m||v||g;C&&(p=function(b){var y=this,A,w,O,L,N=g&&y.sticky,j=u.call(y),V=y.source,P=0,z=b;return N&&(j=j.replace("y",""),j.indexOf("g")===-1&&(j+="g"),z=String(b).slice(y.lastIndex),y.lastIndex>0&&(!y.multiline||y.multiline&&b[y.lastIndex-1]!==`
|
|
1229
1229
|
`)&&(V="(?: "+V+")",z=" "+z,P++),w=new RegExp("^(?:"+V+")",j)),v&&(w=new RegExp("^"+V+"$(?!\\s)",j)),m&&(A=y.lastIndex),O=f.call(N?w:y,z),N?O?(O.input=O.input.slice(P),O[0]=O[0].slice(P),O.index=y.lastIndex,y.lastIndex+=O[0].length):y.lastIndex=0:m&&O&&(y.lastIndex=y.global?O.index+O[0].length:A),v&&O&&O.length>1&&h.call(O[0],w,function(){for(L=1;L<arguments.length-2;L++)arguments[L]===void 0&&(O[L]=void 0)}),O}),s.exports=p},7066:function(s,c,l){var u=l(9670);s.exports=function(){var d=u(this),f="";return d.global&&(f+="g"),d.ignoreCase&&(f+="i"),d.multiline&&(f+="m"),d.dotAll&&(f+="s"),d.unicode&&(f+="u"),d.sticky&&(f+="y"),f}},2999:function(s,c,l){var u=l(7293);function d(f,h){return RegExp(f,h)}c.UNSUPPORTED_Y=u(function(){var f=d("a","y");return f.lastIndex=2,f.exec("abcd")!=null}),c.BROKEN_CARET=u(function(){var f=d("^r","gy");return f.lastIndex=2,f.exec("str")!=null})},4488:function(s){s.exports=function(c){if(c==null)throw TypeError("Can't call method on "+c);return c}},3505:function(s,c,l){var u=l(7854),d=l(8880);s.exports=function(f,h){try{d(u,f,h)}catch{u[f]=h}return h}},6340:function(s,c,l){var u=l(5005),d=l(3070),f=l(5112),h=l(9781),p=f("species");s.exports=function(m){var g=u(m),v=d.f;h&&g&&!g[p]&&v(g,p,{configurable:!0,get:function(){return this}})}},8003:function(s,c,l){var u=l(3070).f,d=l(6656),f=l(5112),h=f("toStringTag");s.exports=function(p,m,g){p&&!d(p=g?p:p.prototype,h)&&u(p,h,{configurable:!0,value:m})}},6200:function(s,c,l){var u=l(2309),d=l(9711),f=u("keys");s.exports=function(h){return f[h]||(f[h]=d(h))}},5465:function(s,c,l){var u=l(7854),d=l(3505),f="__core-js_shared__",h=u[f]||d(f,{});s.exports=h},2309:function(s,c,l){var u=l(1913),d=l(5465);(s.exports=function(f,h){return d[f]||(d[f]=h!==void 0?h:{})})("versions",[]).push({version:"3.9.0",mode:u?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(s,c,l){var u=l(9670),d=l(3099),f=l(5112),h=f("species");s.exports=function(p,m){var g=u(p).constructor,v;return g===void 0||(v=u(g)[h])==null?m:d(v)}},8710:function(s,c,l){var u=l(9958),d=l(4488),f=function(h){return function(p,m){var g=String(d(p)),v=u(m),C=g.length,E,b;return v<0||v>=C?h?"":void 0:(E=g.charCodeAt(v),E<55296||E>56319||v+1===C||(b=g.charCodeAt(v+1))<56320||b>57343?h?g.charAt(v):E:h?g.slice(v,v+2):(E-55296<<10)+(b-56320)+65536)}};s.exports={codeAt:f(!1),charAt:f(!0)}},3197:function(s){var c=2147483647,l=36,u=1,d=26,f=38,h=700,p=72,m=128,g="-",v=/[^\0-\u007E]/,C=/[.\u3002\uFF0E\uFF61]/g,E="Overflow: input needs wider integers to process",b=l-u,y=Math.floor,A=String.fromCharCode,w=function(j){for(var V=[],P=0,z=j.length;P<z;){var K=j.charCodeAt(P++);if(K>=55296&&K<=56319&&P<z){var F=j.charCodeAt(P++);(F&64512)==56320?V.push(((K&1023)<<10)+(F&1023)+65536):(V.push(K),P--)}else V.push(K)}return V},O=function(j){return j+22+75*(j<26)},L=function(j,V,P){var z=0;for(j=P?y(j/h):j>>1,j+=y(j/V);j>b*d>>1;z+=l)j=y(j/b);return y(z+(b+1)*j/(j+f))},N=function(j){var V=[];j=w(j);var P=j.length,z=m,K=0,F=p,W,Q;for(W=0;W<j.length;W++)Q=j[W],Q<128&&V.push(A(Q));var U=V.length,ee=U;for(U&&V.push(g);ee<P;){var te=c;for(W=0;W<j.length;W++)Q=j[W],Q>=z&&Q<te&&(te=Q);var se=ee+1;if(te-z>y((c-K)/se))throw RangeError(E);for(K+=(te-z)*se,z=te,W=0;W<j.length;W++){if(Q=j[W],Q<z&&++K>c)throw RangeError(E);if(Q==z){for(var ue=K,pe=l;;pe+=l){var Ce=pe<=F?u:pe>=F+d?d:pe-F;if(ue<Ce)break;var we=ue-Ce,xe=l-Ce;V.push(A(O(Ce+we%xe))),ue=y(we/xe)}V.push(A(O(ue))),F=L(K,se,ee==U),K=0,++ee}}++K,++z}return V.join("")};s.exports=function(j){var V=[],P=j.toLowerCase().replace(C,".").split("."),z,K;for(z=0;z<P.length;z++)K=P[z],V.push(v.test(K)?"xn--"+N(K):K);return V.join(".")}},6091:function(s,c,l){var u=l(7293),d=l(1361),f="
";s.exports=function(h){return u(function(){return!!d[h]()||f[h]()!=f||d[h].name!==h})}},3111:function(s,c,l){var u=l(4488),d=l(1361),f="["+d+"]",h=RegExp("^"+f+f+"*"),p=RegExp(f+f+"*$"),m=function(g){return function(v){var C=String(u(v));return g&1&&(C=C.replace(h,"")),g&2&&(C=C.replace(p,"")),C}};s.exports={start:m(1),end:m(2),trim:m(3)}},1400:function(s,c,l){var u=l(9958),d=Math.max,f=Math.min;s.exports=function(h,p){var m=u(h);return m<0?d(m+p,0):f(m,p)}},7067:function(s,c,l){var u=l(9958),d=l(7466);s.exports=function(f){if(f===void 0)return 0;var h=u(f),p=d(h);if(h!==p)throw RangeError("Wrong length or index");return p}},5656:function(s,c,l){var u=l(8361),d=l(4488);s.exports=function(f){return u(d(f))}},9958:function(s){var c=Math.ceil,l=Math.floor;s.exports=function(u){return isNaN(u=+u)?0:(u>0?l:c)(u)}},7466:function(s,c,l){var u=l(9958),d=Math.min;s.exports=function(f){return f>0?d(u(f),9007199254740991):0}},7908:function(s,c,l){var u=l(4488);s.exports=function(d){return Object(u(d))}},4590:function(s,c,l){var u=l(3002);s.exports=function(d,f){var h=u(d);if(h%f)throw RangeError("Wrong offset");return h}},3002:function(s,c,l){var u=l(9958);s.exports=function(d){var f=u(d);if(f<0)throw RangeError("The argument can't be less than 0");return f}},7593:function(s,c,l){var u=l(111);s.exports=function(d,f){if(!u(d))return d;var h,p;if(f&&typeof(h=d.toString)=="function"&&!u(p=h.call(d))||typeof(h=d.valueOf)=="function"&&!u(p=h.call(d))||!f&&typeof(h=d.toString)=="function"&&!u(p=h.call(d)))return p;throw TypeError("Can't convert object to primitive value")}},1694:function(s,c,l){var u=l(5112),d=u("toStringTag"),f={};f[d]="z",s.exports=String(f)==="[object z]"},9843:function(s,c,l){var u=l(2109),d=l(7854),f=l(9781),h=l(3832),p=l(260),m=l(3331),g=l(5787),v=l(9114),C=l(8880),E=l(7466),b=l(7067),y=l(4590),A=l(7593),w=l(6656),O=l(648),L=l(111),N=l(30),j=l(7674),V=l(8006).f,P=l(7321),z=l(2092).forEach,K=l(6340),F=l(3070),W=l(1236),Q=l(9909),U=l(9587),ee=Q.get,te=Q.set,se=F.f,ue=W.f,pe=Math.round,Ce=d.RangeError,we=m.ArrayBuffer,xe=m.DataView,Ee=p.NATIVE_ARRAY_BUFFER_VIEWS,D=p.TYPED_ARRAY_TAG,R=p.TypedArray,x=p.TypedArrayPrototype,B=p.aTypedArrayConstructor,S=p.isTypedArray,k="BYTES_PER_ELEMENT",I="Wrong length",M=function(T,H){for(var Z=0,ae=H.length,me=new(B(T))(ae);ae>Z;)me[Z]=H[Z++];return me},Y=function(T,H){se(T,H,{get:function(){return ee(this)[H]}})},G=function(T){var H;return T instanceof we||(H=O(T))=="ArrayBuffer"||H=="SharedArrayBuffer"},J=function(T,H){return S(T)&&typeof H!="symbol"&&H in T&&String(+H)==String(H)},X=function(H,Z){return J(H,Z=A(Z,!0))?v(2,H[Z]):ue(H,Z)},_=function(H,Z,ae){return J(H,Z=A(Z,!0))&&L(ae)&&w(ae,"value")&&!w(ae,"get")&&!w(ae,"set")&&!ae.configurable&&(!w(ae,"writable")||ae.writable)&&(!w(ae,"enumerable")||ae.enumerable)?(H[Z]=ae.value,H):se(H,Z,ae)};f?(Ee||(W.f=X,F.f=_,Y(x,"buffer"),Y(x,"byteOffset"),Y(x,"byteLength"),Y(x,"length")),u({target:"Object",stat:!0,forced:!Ee},{getOwnPropertyDescriptor:X,defineProperty:_}),s.exports=function(T,H,Z){var ae=T.match(/\d+$/)[0]/8,me=T+(Z?"Clamped":"")+"Array",ke="get"+T,q="set"+T,ie=d[me],Se=ie,Re=Se&&Se.prototype,nt={},at=function(ve,ge){var Ne=ee(ve);return Ne.view[ke](ge*ae+Ne.byteOffset,!0)},Nt=function(ve,ge,Ne){var De=ee(ve);Z&&(Ne=(Ne=pe(Ne))<0?0:Ne>255?255:Ne&255),De.view[q](ge*ae+De.byteOffset,Ne,!0)},ne=function(ve,ge){se(ve,ge,{get:function(){return at(this,ge)},set:function(Ne){return Nt(this,ge,Ne)},enumerable:!0})};Ee?h&&(Se=H(function(ve,ge,Ne,De){return g(ve,Se,me),U(function(){return L(ge)?G(ge)?De!==void 0?new ie(ge,y(Ne,ae),De):Ne!==void 0?new ie(ge,y(Ne,ae)):new ie(ge):S(ge)?M(Se,ge):P.call(Se,ge):new ie(b(ge))}(),ve,Se)}),j&&j(Se,R),z(V(ie),function(ve){ve in Se||C(Se,ve,ie[ve])}),Se.prototype=Re):(Se=H(function(ve,ge,Ne,De){g(ve,Se,me);var rt=0,lt=0,Mt,Lt,Et;if(!L(ge))Et=b(ge),Lt=Et*ae,Mt=new we(Lt);else if(G(ge)){Mt=ge,lt=y(Ne,ae);var Rn=ge.byteLength;if(De===void 0){if(Rn%ae||(Lt=Rn-lt,Lt<0))throw Ce(I)}else if(Lt=E(De)*ae,Lt+lt>Rn)throw Ce(I);Et=Lt/ae}else return S(ge)?M(Se,ge):P.call(Se,ge);for(te(ve,{buffer:Mt,byteOffset:lt,byteLength:Lt,length:Et,view:new xe(Mt)});rt<Et;)ne(ve,rt++)}),j&&j(Se,R),Re=Se.prototype=N(x)),Re.constructor!==Se&&C(Re,"constructor",Se),D&&C(Re,D,me),nt[me]=Se,u({global:!0,forced:Se!=ie,sham:!Ee},nt),k in Se||C(Se,k,ae),k in Re||C(Re,k,ae),K(me)}):s.exports=function(){}},3832:function(s,c,l){var u=l(7854),d=l(7293),f=l(7072),h=l(260).NATIVE_ARRAY_BUFFER_VIEWS,p=u.ArrayBuffer,m=u.Int8Array;s.exports=!h||!d(function(){m(1)})||!d(function(){new m(-1)})||!f(function(g){new m,new m(null),new m(1.5),new m(g)},!0)||d(function(){return new m(new p(2),1,void 0).length!==1})},3074:function(s,c,l){var u=l(260).aTypedArrayConstructor,d=l(6707);s.exports=function(f,h){for(var p=d(f,f.constructor),m=0,g=h.length,v=new(u(p))(g);g>m;)v[m]=h[m++];return v}},7321:function(s,c,l){var u=l(7908),d=l(7466),f=l(1246),h=l(7659),p=l(9974),m=l(260).aTypedArrayConstructor;s.exports=function(v){var C=u(v),E=arguments.length,b=E>1?arguments[1]:void 0,y=b!==void 0,A=f(C),w,O,L,N,j,V;if(A!=null&&!h(A))for(j=A.call(C),V=j.next,C=[];!(N=V.call(j)).done;)C.push(N.value);for(y&&E>2&&(b=p(b,arguments[2],2)),O=d(C.length),L=new(m(this))(O),w=0;O>w;w++)L[w]=y?b(C[w],w):C[w];return L}},9711:function(s){var c=0,l=Math.random();s.exports=function(u){return"Symbol("+String(u===void 0?"":u)+")_"+(++c+l).toString(36)}},3307:function(s,c,l){var u=l(133);s.exports=u&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},5112:function(s,c,l){var u=l(7854),d=l(2309),f=l(6656),h=l(9711),p=l(133),m=l(3307),g=d("wks"),v=u.Symbol,C=m?v:v&&v.withoutSetter||h;s.exports=function(E){return f(g,E)||(p&&f(v,E)?g[E]=v[E]:g[E]=C("Symbol."+E)),g[E]}},1361:function(s){s.exports=`
|
|
1230
1230
|
\v\f\r \u2028\u2029\uFEFF`},8264:function(s,c,l){var u=l(2109),d=l(7854),f=l(3331),h=l(6340),p="ArrayBuffer",m=f[p],g=d[p];u({global:!0,forced:g!==m},{ArrayBuffer:m}),h(p)},2222:function(s,c,l){var u=l(2109),d=l(7293),f=l(3157),h=l(111),p=l(7908),m=l(7466),g=l(6135),v=l(5417),C=l(1194),E=l(5112),b=l(7392),y=E("isConcatSpreadable"),A=9007199254740991,w="Maximum allowed index exceeded",O=b>=51||!d(function(){var V=[];return V[y]=!1,V.concat()[0]!==V}),L=C("concat"),N=function(V){if(!h(V))return!1;var P=V[y];return P!==void 0?!!P:f(V)},j=!O||!L;u({target:"Array",proto:!0,forced:j},{concat:function(P){var z=p(this),K=v(z,0),F=0,W,Q,U,ee,te;for(W=-1,U=arguments.length;W<U;W++)if(te=W===-1?z:arguments[W],N(te)){if(ee=m(te.length),F+ee>A)throw TypeError(w);for(Q=0;Q<ee;Q++,F++)Q in te&&g(K,F,te[Q])}else{if(F>=A)throw TypeError(w);g(K,F++,te)}return K.length=F,K}})},7327:function(s,c,l){var u=l(2109),d=l(2092).filter,f=l(1194),h=f("filter");u({target:"Array",proto:!0,forced:!h},{filter:function(m){return d(this,m,arguments.length>1?arguments[1]:void 0)}})},2772:function(s,c,l){var u=l(2109),d=l(1318).indexOf,f=l(9341),h=[].indexOf,p=!!h&&1/[1].indexOf(1,-0)<0,m=f("indexOf");u({target:"Array",proto:!0,forced:p||!m},{indexOf:function(v){return p?h.apply(this,arguments)||0:d(this,v,arguments.length>1?arguments[1]:void 0)}})},6992:function(s,c,l){var u=l(5656),d=l(1223),f=l(7497),h=l(9909),p=l(654),m="Array Iterator",g=h.set,v=h.getterFor(m);s.exports=p(Array,"Array",function(C,E){g(this,{type:m,target:u(C),index:0,kind:E})},function(){var C=v(this),E=C.target,b=C.kind,y=C.index++;return!E||y>=E.length?(C.target=void 0,{value:void 0,done:!0}):b=="keys"?{value:y,done:!1}:b=="values"?{value:E[y],done:!1}:{value:[y,E[y]],done:!1}},"values"),f.Arguments=f.Array,d("keys"),d("values"),d("entries")},1249:function(s,c,l){var u=l(2109),d=l(2092).map,f=l(1194),h=f("map");u({target:"Array",proto:!0,forced:!h},{map:function(m){return d(this,m,arguments.length>1?arguments[1]:void 0)}})},7042:function(s,c,l){var u=l(2109),d=l(111),f=l(3157),h=l(1400),p=l(7466),m=l(5656),g=l(6135),v=l(5112),C=l(1194),E=C("slice"),b=v("species"),y=[].slice,A=Math.max;u({target:"Array",proto:!0,forced:!E},{slice:function(O,L){var N=m(this),j=p(N.length),V=h(O,j),P=h(L===void 0?j:L,j),z,K,F;if(f(N)&&(z=N.constructor,typeof z=="function"&&(z===Array||f(z.prototype))?z=void 0:d(z)&&(z=z[b],z===null&&(z=void 0)),z===Array||z===void 0))return y.call(N,V,P);for(K=new(z===void 0?Array:z)(A(P-V,0)),F=0;V<P;V++,F++)V in N&&g(K,F,N[V]);return K.length=F,K}})},561:function(s,c,l){var u=l(2109),d=l(1400),f=l(9958),h=l(7466),p=l(7908),m=l(5417),g=l(6135),v=l(1194),C=v("splice"),E=Math.max,b=Math.min,y=9007199254740991,A="Maximum allowed length exceeded";u({target:"Array",proto:!0,forced:!C},{splice:function(O,L){var N=p(this),j=h(N.length),V=d(O,j),P=arguments.length,z,K,F,W,Q,U;if(P===0?z=K=0:P===1?(z=0,K=j-V):(z=P-2,K=b(E(f(L),0),j-V)),j+z-K>y)throw TypeError(A);for(F=m(N,K),W=0;W<K;W++)Q=V+W,Q in N&&g(F,W,N[Q]);if(F.length=K,z<K){for(W=V;W<j-K;W++)Q=W+K,U=W+z,Q in N?N[U]=N[Q]:delete N[U];for(W=j;W>j-K+z;W--)delete N[W-1]}else if(z>K)for(W=j-K;W>V;W--)Q=W+K-1,U=W+z-1,Q in N?N[U]=N[Q]:delete N[U];for(W=0;W<z;W++)N[W+V]=arguments[W+2];return N.length=j-K+z,F}})},8309:function(s,c,l){var u=l(9781),d=l(3070).f,f=Function.prototype,h=f.toString,p=/^\s*function ([^ (]*)/,m="name";u&&!(m in f)&&d(f,m,{configurable:!0,get:function(){try{return h.call(this).match(p)[1]}catch{return""}}})},489:function(s,c,l){var u=l(2109),d=l(7293),f=l(7908),h=l(9518),p=l(8544),m=d(function(){h(1)});u({target:"Object",stat:!0,forced:m,sham:!p},{getPrototypeOf:function(v){return h(f(v))}})},1539:function(s,c,l){var u=l(1694),d=l(1320),f=l(288);u||d(Object.prototype,"toString",f,{unsafe:!0})},4916:function(s,c,l){var u=l(2109),d=l(2261);u({target:"RegExp",proto:!0,forced:/./.exec!==d},{exec:d})},9714:function(s,c,l){var u=l(1320),d=l(9670),f=l(7293),h=l(7066),p="toString",m=RegExp.prototype,g=m[p],v=f(function(){return g.call({source:"a",flags:"b"})!="/a/b"}),C=g.name!=p;(v||C)&&u(RegExp.prototype,p,function(){var b=d(this),y=String(b.source),A=b.flags,w=String(A===void 0&&b instanceof RegExp&&!("flags"in m)?h.call(b):A);return"/"+y+"/"+w},{unsafe:!0})},8783:function(s,c,l){var u=l(8710).charAt,d=l(9909),f=l(654),h="String Iterator",p=d.set,m=d.getterFor(h);f(String,"String",function(g){p(this,{type:h,string:String(g),index:0})},function(){var v=m(this),C=v.string,E=v.index,b;return E>=C.length?{value:void 0,done:!0}:(b=u(C,E),v.index+=b.length,{value:b,done:!1})})},4723:function(s,c,l){var u=l(7007),d=l(9670),f=l(7466),h=l(4488),p=l(1530),m=l(7651);u("match",1,function(g,v,C){return[function(b){var y=h(this),A=b==null?void 0:b[g];return A!==void 0?A.call(b,y):new RegExp(b)[g](String(y))},function(E){var b=C(v,E,this);if(b.done)return b.value;var y=d(E),A=String(this);if(!y.global)return m(y,A);var w=y.unicode;y.lastIndex=0;for(var O=[],L=0,N;(N=m(y,A))!==null;){var j=String(N[0]);O[L]=j,j===""&&(y.lastIndex=p(A,f(y.lastIndex),w)),L++}return L===0?null:O}]})},5306:function(s,c,l){var u=l(7007),d=l(9670),f=l(7466),h=l(9958),p=l(4488),m=l(1530),g=l(647),v=l(7651),C=Math.max,E=Math.min,b=function(y){return y===void 0?y:String(y)};u("replace",2,function(y,A,w,O){var L=O.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,N=O.REPLACE_KEEPS_$0,j=L?"$":"$0";return[function(P,z){var K=p(this),F=P==null?void 0:P[y];return F!==void 0?F.call(P,K,z):A.call(String(K),P,z)},function(V,P){if(!L&&N||typeof P=="string"&&P.indexOf(j)===-1){var z=w(A,V,this,P);if(z.done)return z.value}var K=d(V),F=String(this),W=typeof P=="function";W||(P=String(P));var Q=K.global;if(Q){var U=K.unicode;K.lastIndex=0}for(var ee=[];;){var te=v(K,F);if(te===null||(ee.push(te),!Q))break;var se=String(te[0]);se===""&&(K.lastIndex=m(F,f(K.lastIndex),U))}for(var ue="",pe=0,Ce=0;Ce<ee.length;Ce++){te=ee[Ce];for(var we=String(te[0]),xe=C(E(h(te.index),F.length),0),Ee=[],D=1;D<te.length;D++)Ee.push(b(te[D]));var R=te.groups;if(W){var x=[we].concat(Ee,xe,F);R!==void 0&&x.push(R);var B=String(P.apply(void 0,x))}else B=g(we,F,xe,Ee,R,P);xe>=pe&&(ue+=F.slice(pe,xe)+B,pe=xe+we.length)}return ue+F.slice(pe)}]})},3123:function(s,c,l){var u=l(7007),d=l(7850),f=l(9670),h=l(4488),p=l(6707),m=l(1530),g=l(7466),v=l(7651),C=l(2261),E=l(7293),b=[].push,y=Math.min,A=4294967295,w=!E(function(){return!RegExp(A,"y")});u("split",2,function(O,L,N){var j;return"abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?j=function(V,P){var z=String(h(this)),K=P===void 0?A:P>>>0;if(K===0)return[];if(V===void 0)return[z];if(!d(V))return L.call(z,V,K);for(var F=[],W=(V.ignoreCase?"i":"")+(V.multiline?"m":"")+(V.unicode?"u":"")+(V.sticky?"y":""),Q=0,U=new RegExp(V.source,W+"g"),ee,te,se;(ee=C.call(U,z))&&(te=U.lastIndex,!(te>Q&&(F.push(z.slice(Q,ee.index)),ee.length>1&&ee.index<z.length&&b.apply(F,ee.slice(1)),se=ee[0].length,Q=te,F.length>=K)));)U.lastIndex===ee.index&&U.lastIndex++;return Q===z.length?(se||!U.test(""))&&F.push(""):F.push(z.slice(Q)),F.length>K?F.slice(0,K):F}:"0".split(void 0,0).length?j=function(V,P){return V===void 0&&P===0?[]:L.call(this,V,P)}:j=L,[function(P,z){var K=h(this),F=P==null?void 0:P[O];return F!==void 0?F.call(P,K,z):j.call(String(K),P,z)},function(V,P){var z=N(j,V,this,P,j!==L);if(z.done)return z.value;var K=f(V),F=String(this),W=p(K,RegExp),Q=K.unicode,U=(K.ignoreCase?"i":"")+(K.multiline?"m":"")+(K.unicode?"u":"")+(w?"y":"g"),ee=new W(w?K:"^(?:"+K.source+")",U),te=P===void 0?A:P>>>0;if(te===0)return[];if(F.length===0)return v(ee,F)===null?[F]:[];for(var se=0,ue=0,pe=[];ue<F.length;){ee.lastIndex=w?ue:0;var Ce=v(ee,w?F:F.slice(ue)),we;if(Ce===null||(we=y(g(ee.lastIndex+(w?0:ue)),F.length))===se)ue=m(F,ue,Q);else{if(pe.push(F.slice(se,ue)),pe.length===te)return pe;for(var xe=1;xe<=Ce.length-1;xe++)if(pe.push(Ce[xe]),pe.length===te)return pe;ue=se=we}}return pe.push(F.slice(se)),pe}]},!w)},3210:function(s,c,l){var u=l(2109),d=l(3111).trim,f=l(6091);u({target:"String",proto:!0,forced:f("trim")},{trim:function(){return d(this)}})},2990:function(s,c,l){var u=l(260),d=l(1048),f=u.aTypedArray,h=u.exportTypedArrayMethod;h("copyWithin",function(m,g){return d.call(f(this),m,g,arguments.length>2?arguments[2]:void 0)})},8927:function(s,c,l){var u=l(260),d=l(2092).every,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("every",function(m){return d(f(this),m,arguments.length>1?arguments[1]:void 0)})},3105:function(s,c,l){var u=l(260),d=l(1285),f=u.aTypedArray,h=u.exportTypedArrayMethod;h("fill",function(m){return d.apply(f(this),arguments)})},5035:function(s,c,l){var u=l(260),d=l(2092).filter,f=l(3074),h=u.aTypedArray,p=u.exportTypedArrayMethod;p("filter",function(g){var v=d(h(this),g,arguments.length>1?arguments[1]:void 0);return f(this,v)})},7174:function(s,c,l){var u=l(260),d=l(2092).findIndex,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("findIndex",function(m){return d(f(this),m,arguments.length>1?arguments[1]:void 0)})},4345:function(s,c,l){var u=l(260),d=l(2092).find,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("find",function(m){return d(f(this),m,arguments.length>1?arguments[1]:void 0)})},2846:function(s,c,l){var u=l(260),d=l(2092).forEach,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("forEach",function(m){d(f(this),m,arguments.length>1?arguments[1]:void 0)})},4731:function(s,c,l){var u=l(260),d=l(1318).includes,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("includes",function(m){return d(f(this),m,arguments.length>1?arguments[1]:void 0)})},7209:function(s,c,l){var u=l(260),d=l(1318).indexOf,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("indexOf",function(m){return d(f(this),m,arguments.length>1?arguments[1]:void 0)})},6319:function(s,c,l){var u=l(7854),d=l(260),f=l(6992),h=l(5112),p=h("iterator"),m=u.Uint8Array,g=f.values,v=f.keys,C=f.entries,E=d.aTypedArray,b=d.exportTypedArrayMethod,y=m&&m.prototype[p],A=!!y&&(y.name=="values"||y.name==null),w=function(){return g.call(E(this))};b("entries",function(){return C.call(E(this))}),b("keys",function(){return v.call(E(this))}),b("values",w,!A),b(p,w,!A)},8867:function(s,c,l){var u=l(260),d=u.aTypedArray,f=u.exportTypedArrayMethod,h=[].join;f("join",function(m){return h.apply(d(this),arguments)})},7789:function(s,c,l){var u=l(260),d=l(6583),f=u.aTypedArray,h=u.exportTypedArrayMethod;h("lastIndexOf",function(m){return d.apply(f(this),arguments)})},3739:function(s,c,l){var u=l(260),d=l(2092).map,f=l(6707),h=u.aTypedArray,p=u.aTypedArrayConstructor,m=u.exportTypedArrayMethod;m("map",function(v){return d(h(this),v,arguments.length>1?arguments[1]:void 0,function(C,E){return new(p(f(C,C.constructor)))(E)})})},4483:function(s,c,l){var u=l(260),d=l(3671).right,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("reduceRight",function(m){return d(f(this),m,arguments.length,arguments.length>1?arguments[1]:void 0)})},9368:function(s,c,l){var u=l(260),d=l(3671).left,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("reduce",function(m){return d(f(this),m,arguments.length,arguments.length>1?arguments[1]:void 0)})},2056:function(s,c,l){var u=l(260),d=u.aTypedArray,f=u.exportTypedArrayMethod,h=Math.floor;f("reverse",function(){for(var m=this,g=d(m).length,v=h(g/2),C=0,E;C<v;)E=m[C],m[C++]=m[--g],m[g]=E;return m})},3462:function(s,c,l){var u=l(260),d=l(7466),f=l(4590),h=l(7908),p=l(7293),m=u.aTypedArray,g=u.exportTypedArrayMethod,v=p(function(){new Int8Array(1).set({})});g("set",function(E){m(this);var b=f(arguments.length>1?arguments[1]:void 0,1),y=this.length,A=h(E),w=d(A.length),O=0;if(w+b>y)throw RangeError("Wrong length");for(;O<w;)this[b+O]=A[O++]},v)},678:function(s,c,l){var u=l(260),d=l(6707),f=l(7293),h=u.aTypedArray,p=u.aTypedArrayConstructor,m=u.exportTypedArrayMethod,g=[].slice,v=f(function(){new Int8Array(1).slice()});m("slice",function(E,b){for(var y=g.call(h(this),E,b),A=d(this,this.constructor),w=0,O=y.length,L=new(p(A))(O);O>w;)L[w]=y[w++];return L},v)},7462:function(s,c,l){var u=l(260),d=l(2092).some,f=u.aTypedArray,h=u.exportTypedArrayMethod;h("some",function(m){return d(f(this),m,arguments.length>1?arguments[1]:void 0)})},3824:function(s,c,l){var u=l(260),d=u.aTypedArray,f=u.exportTypedArrayMethod,h=[].sort;f("sort",function(m){return h.call(d(this),m)})},5021:function(s,c,l){var u=l(260),d=l(7466),f=l(1400),h=l(6707),p=u.aTypedArray,m=u.exportTypedArrayMethod;m("subarray",function(v,C){var E=p(this),b=E.length,y=f(v,b);return new(h(E,E.constructor))(E.buffer,E.byteOffset+y*E.BYTES_PER_ELEMENT,d((C===void 0?b:f(C,b))-y))})},2974:function(s,c,l){var u=l(7854),d=l(260),f=l(7293),h=u.Int8Array,p=d.aTypedArray,m=d.exportTypedArrayMethod,g=[].toLocaleString,v=[].slice,C=!!h&&f(function(){g.call(new h(1))}),E=f(function(){return[1,2].toLocaleString()!=new h([1,2]).toLocaleString()})||!f(function(){h.prototype.toLocaleString.call([1,2])});m("toLocaleString",function(){return g.apply(C?v.call(p(this)):p(this),arguments)},E)},5016:function(s,c,l){var u=l(260).exportTypedArrayMethod,d=l(7293),f=l(7854),h=f.Uint8Array,p=h&&h.prototype||{},m=[].toString,g=[].join;d(function(){m.call({})})&&(m=function(){return g.call(this)});var v=p.toString!=m;u("toString",m,v)},2472:function(s,c,l){var u=l(9843);u("Uint8",function(d){return function(h,p,m){return d(this,h,p,m)}})},4747:function(s,c,l){var u=l(7854),d=l(8324),f=l(8533),h=l(8880);for(var p in d){var m=u[p],g=m&&m.prototype;if(g&&g.forEach!==f)try{h(g,"forEach",f)}catch{g.forEach=f}}},3948:function(s,c,l){var u=l(7854),d=l(8324),f=l(6992),h=l(8880),p=l(5112),m=p("iterator"),g=p("toStringTag"),v=f.values;for(var C in d){var E=u[C],b=E&&E.prototype;if(b){if(b[m]!==v)try{h(b,m,v)}catch{b[m]=v}if(b[g]||h(b,g,C),d[C]){for(var y in f)if(b[y]!==f[y])try{h(b,y,f[y])}catch{b[y]=f[y]}}}}},1637:function(s,c,l){l(6992);var u=l(2109),d=l(5005),f=l(590),h=l(1320),p=l(2248),m=l(8003),g=l(4994),v=l(9909),C=l(5787),E=l(6656),b=l(9974),y=l(648),A=l(9670),w=l(111),O=l(30),L=l(9114),N=l(8554),j=l(1246),V=l(5112),P=d("fetch"),z=d("Headers"),K=V("iterator"),F="URLSearchParams",W=F+"Iterator",Q=v.set,U=v.getterFor(F),ee=v.getterFor(W),te=/\+/g,se=Array(4),ue=function(M){return se[M-1]||(se[M-1]=RegExp("((?:%[\\da-f]{2}){"+M+"})","gi"))},pe=function(M){try{return decodeURIComponent(M)}catch{return M}},Ce=function(M){var Y=M.replace(te," "),G=4;try{return decodeURIComponent(Y)}catch{for(;G;)Y=Y.replace(ue(G--),pe);return Y}},we=/[!'()~]|%20/g,xe={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},Ee=function(M){return xe[M]},D=function(M){return encodeURIComponent(M).replace(we,Ee)},R=function(M,Y){if(Y)for(var G=Y.split("&"),J=0,X,_;J<G.length;)X=G[J++],X.length&&(_=X.split("="),M.push({key:Ce(_.shift()),value:Ce(_.join("="))}))},x=function(M){this.entries.length=0,R(this.entries,M)},B=function(M,Y){if(M<Y)throw TypeError("Not enough arguments")},S=g(function(Y,G){Q(this,{type:W,iterator:N(U(Y).entries),kind:G})},"Iterator",function(){var Y=ee(this),G=Y.kind,J=Y.iterator.next(),X=J.value;return J.done||(J.value=G==="keys"?X.key:G==="values"?X.value:[X.key,X.value]),J}),k=function(){C(this,k,F);var Y=arguments.length>0?arguments[0]:void 0,G=this,J=[],X,_,T,H,Z,ae,me,ke,q;if(Q(G,{type:F,entries:J,updateURL:function(){},updateSearchParams:x}),Y!==void 0)if(w(Y))if(X=j(Y),typeof X=="function")for(_=X.call(Y),T=_.next;!(H=T.call(_)).done;){if(Z=N(A(H.value)),ae=Z.next,(me=ae.call(Z)).done||(ke=ae.call(Z)).done||!ae.call(Z).done)throw TypeError("Expected sequence with length 2");J.push({key:me.value+"",value:ke.value+""})}else for(q in Y)E(Y,q)&&J.push({key:q,value:Y[q]+""});else R(J,typeof Y=="string"?Y.charAt(0)==="?"?Y.slice(1):Y:Y+"")},I=k.prototype;p(I,{append:function(Y,G){B(arguments.length,2);var J=U(this);J.entries.push({key:Y+"",value:G+""}),J.updateURL()},delete:function(M){B(arguments.length,1);for(var Y=U(this),G=Y.entries,J=M+"",X=0;X<G.length;)G[X].key===J?G.splice(X,1):X++;Y.updateURL()},get:function(Y){B(arguments.length,1);for(var G=U(this).entries,J=Y+"",X=0;X<G.length;X++)if(G[X].key===J)return G[X].value;return null},getAll:function(Y){B(arguments.length,1);for(var G=U(this).entries,J=Y+"",X=[],_=0;_<G.length;_++)G[_].key===J&&X.push(G[_].value);return X},has:function(Y){B(arguments.length,1);for(var G=U(this).entries,J=Y+"",X=0;X<G.length;)if(G[X++].key===J)return!0;return!1},set:function(Y,G){B(arguments.length,1);for(var J=U(this),X=J.entries,_=!1,T=Y+"",H=G+"",Z=0,ae;Z<X.length;Z++)ae=X[Z],ae.key===T&&(_?X.splice(Z--,1):(_=!0,ae.value=H));_||X.push({key:T,value:H}),J.updateURL()},sort:function(){var Y=U(this),G=Y.entries,J=G.slice(),X,_,T;for(G.length=0,T=0;T<J.length;T++){for(X=J[T],_=0;_<T;_++)if(G[_].key>X.key){G.splice(_,0,X);break}_===T&&G.push(X)}Y.updateURL()},forEach:function(Y){for(var G=U(this).entries,J=b(Y,arguments.length>1?arguments[1]:void 0,3),X=0,_;X<G.length;)_=G[X++],J(_.value,_.key,this)},keys:function(){return new S(this,"keys")},values:function(){return new S(this,"values")},entries:function(){return new S(this,"entries")}},{enumerable:!0}),h(I,K,I.entries),h(I,"toString",function(){for(var Y=U(this).entries,G=[],J=0,X;J<Y.length;)X=Y[J++],G.push(D(X.key)+"="+D(X.value));return G.join("&")},{enumerable:!0}),m(k,F),u({global:!0,forced:!f},{URLSearchParams:k}),!f&&typeof P=="function"&&typeof z=="function"&&u({global:!0,enumerable:!0,forced:!0},{fetch:function(Y){var G=[Y],J,X,_;return arguments.length>1&&(J=arguments[1],w(J)&&(X=J.body,y(X)===F&&(_=J.headers?new z(J.headers):new z,_.has("content-type")||_.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),J=O(J,{body:L(0,String(X)),headers:L(0,_)}))),G.push(J)),P.apply(this,G)}}),s.exports={URLSearchParams:k,getState:U}},285:function(s,c,l){l(8783);var u=l(2109),d=l(9781),f=l(590),h=l(7854),p=l(6048),m=l(1320),g=l(5787),v=l(6656),C=l(1574),E=l(8457),b=l(8710).codeAt,y=l(3197),A=l(8003),w=l(1637),O=l(9909),L=h.URL,N=w.URLSearchParams,j=w.getState,V=O.set,P=O.getterFor("URL"),z=Math.floor,K=Math.pow,F="Invalid authority",W="Invalid scheme",Q="Invalid host",U="Invalid port",ee=/[A-Za-z]/,te=/[\d+-.A-Za-z]/,se=/\d/,ue=/^(0x|0X)/,pe=/^[0-7]+$/,Ce=/^\d+$/,we=/^[\dA-Fa-f]+$/,xe=/[\u0000\t\u000A\u000D #%/:?@[\\]]/,Ee=/[\u0000\t\u000A\u000D #/:?@[\\]]/,D=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,R=/[\t\u000A\u000D]/g,x,B=function($,oe){var re,le,fe;if(oe.charAt(0)=="["){if(oe.charAt(oe.length-1)!="]"||(re=k(oe.slice(1,-1)),!re))return Q;$.host=re}else if(H($)){if(oe=y(oe),xe.test(oe)||(re=S(oe),re===null))return Q;$.host=re}else{if(Ee.test(oe))return Q;for(re="",le=E(oe),fe=0;fe<le.length;fe++)re+=_(le[fe],Y);$.host=re}},S=function($){var oe=$.split("."),re,le,fe,Be,Te,Je,st;if(oe.length&&oe[oe.length-1]==""&&oe.pop(),re=oe.length,re>4)return $;for(le=[],fe=0;fe<re;fe++){if(Be=oe[fe],Be=="")return $;if(Te=10,Be.length>1&&Be.charAt(0)=="0"&&(Te=ue.test(Be)?16:8,Be=Be.slice(Te==8?1:2)),Be==="")Je=0;else{if(!(Te==10?Ce:Te==8?pe:we).test(Be))return $;Je=parseInt(Be,Te)}le.push(Je)}for(fe=0;fe<re;fe++)if(Je=le[fe],fe==re-1){if(Je>=K(256,5-re))return null}else if(Je>255)return null;for(st=le.pop(),fe=0;fe<le.length;fe++)st+=le[fe]*K(256,3-fe);return st},k=function($){var oe=[0,0,0,0,0,0,0,0],re=0,le=null,fe=0,Be,Te,Je,st,ut,dn,de,gt=function(){return $.charAt(fe)};if(gt()==":"){if($.charAt(1)!=":")return;fe+=2,re++,le=re}for(;gt();){if(re==8)return;if(gt()==":"){if(le!==null)return;fe++,re++,le=re;continue}for(Be=Te=0;Te<4&&we.test(gt());)Be=Be*16+parseInt(gt(),16),fe++,Te++;if(gt()=="."){if(Te==0||(fe-=Te,re>6))return;for(Je=0;gt();){if(st=null,Je>0)if(gt()=="."&&Je<4)fe++;else return;if(!se.test(gt()))return;for(;se.test(gt());){if(ut=parseInt(gt(),10),st===null)st=ut;else{if(st==0)return;st=st*10+ut}if(st>255)return;fe++}oe[re]=oe[re]*256+st,Je++,(Je==2||Je==4)&&re++}if(Je!=4)return;break}else if(gt()==":"){if(fe++,!gt())return}else if(gt())return;oe[re++]=Be}if(le!==null)for(dn=re-le,re=7;re!=0&&dn>0;)de=oe[re],oe[re--]=oe[le+dn-1],oe[le+--dn]=de;else if(re!=8)return;return oe},I=function($){for(var oe=null,re=1,le=null,fe=0,Be=0;Be<8;Be++)$[Be]!==0?(fe>re&&(oe=le,re=fe),le=null,fe=0):(le===null&&(le=Be),++fe);return fe>re&&(oe=le,re=fe),oe},M=function($){var oe,re,le,fe;if(typeof $=="number"){for(oe=[],re=0;re<4;re++)oe.unshift($%256),$=z($/256);return oe.join(".")}else if(typeof $=="object"){for(oe="",le=I($),re=0;re<8;re++)fe&&$[re]===0||(fe&&(fe=!1),le===re?(oe+=re?":":"::",fe=!0):(oe+=$[re].toString(16),re<7&&(oe+=":")));return"["+oe+"]"}return $},Y={},G=C({},Y,{" ":1,'"':1,"<":1,">":1,"`":1}),J=C({},G,{"#":1,"?":1,"{":1,"}":1}),X=C({},J,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),_=function($,oe){var re=b($,0);return re>32&&re<127&&!v(oe,$)?$:encodeURIComponent($)},T={ftp:21,file:null,http:80,https:443,ws:80,wss:443},H=function($){return v(T,$.scheme)},Z=function($){return $.username!=""||$.password!=""},ae=function($){return!$.host||$.cannotBeABaseURL||$.scheme=="file"},me=function($,oe){var re;return $.length==2&&ee.test($.charAt(0))&&((re=$.charAt(1))==":"||!oe&&re=="|")},ke=function($){var oe;return $.length>1&&me($.slice(0,2))&&($.length==2||(oe=$.charAt(2))==="/"||oe==="\\"||oe==="?"||oe==="#")},q=function($){var oe=$.path,re=oe.length;re&&($.scheme!="file"||re!=1||!me(oe[0],!0))&&oe.pop()},ie=function($){return $==="."||$.toLowerCase()==="%2e"},Se=function($){return $=$.toLowerCase(),$===".."||$==="%2e."||$===".%2e"||$==="%2e%2e"},Re={},nt={},at={},Nt={},ne={},ve={},ge={},Ne={},De={},rt={},lt={},Mt={},Lt={},Et={},Rn={},Sr={},qt={},ln={},zo={},cn={},tr={},$n=function($,oe,re,le){var fe=re||Re,Be=0,Te="",Je=!1,st=!1,ut=!1,dn,de,gt,nr;for(re||($.scheme="",$.username="",$.password="",$.host=null,$.port=null,$.path=[],$.query=null,$.fragment=null,$.cannotBeABaseURL=!1,oe=oe.replace(D,"")),oe=oe.replace(R,""),dn=E(oe);Be<=dn.length;){switch(de=dn[Be],fe){case Re:if(de&&ee.test(de))Te+=de.toLowerCase(),fe=nt;else{if(re)return W;fe=at;continue}break;case nt:if(de&&(te.test(de)||de=="+"||de=="-"||de=="."))Te+=de.toLowerCase();else if(de==":"){if(re&&(H($)!=v(T,Te)||Te=="file"&&(Z($)||$.port!==null)||$.scheme=="file"&&!$.host))return;if($.scheme=Te,re){H($)&&T[$.scheme]==$.port&&($.port=null);return}Te="",$.scheme=="file"?fe=Et:H($)&&le&&le.scheme==$.scheme?fe=Nt:H($)?fe=Ne:dn[Be+1]=="/"?(fe=ne,Be++):($.cannotBeABaseURL=!0,$.path.push(""),fe=zo)}else{if(re)return W;Te="",fe=at,Be=0;continue}break;case at:if(!le||le.cannotBeABaseURL&&de!="#")return W;if(le.cannotBeABaseURL&&de=="#"){$.scheme=le.scheme,$.path=le.path.slice(),$.query=le.query,$.fragment="",$.cannotBeABaseURL=!0,fe=tr;break}fe=le.scheme=="file"?Et:ve;continue;case Nt:if(de=="/"&&dn[Be+1]=="/")fe=De,Be++;else{fe=ve;continue}break;case ne:if(de=="/"){fe=rt;break}else{fe=ln;continue}case ve:if($.scheme=le.scheme,de==x)$.username=le.username,$.password=le.password,$.host=le.host,$.port=le.port,$.path=le.path.slice(),$.query=le.query;else if(de=="/"||de=="\\"&&H($))fe=ge;else if(de=="?")$.username=le.username,$.password=le.password,$.host=le.host,$.port=le.port,$.path=le.path.slice(),$.query="",fe=cn;else if(de=="#")$.username=le.username,$.password=le.password,$.host=le.host,$.port=le.port,$.path=le.path.slice(),$.query=le.query,$.fragment="",fe=tr;else{$.username=le.username,$.password=le.password,$.host=le.host,$.port=le.port,$.path=le.path.slice(),$.path.pop(),fe=ln;continue}break;case ge:if(H($)&&(de=="/"||de=="\\"))fe=De;else if(de=="/")fe=rt;else{$.username=le.username,$.password=le.password,$.host=le.host,$.port=le.port,fe=ln;continue}break;case Ne:if(fe=De,de!="/"||Te.charAt(Be+1)!="/")continue;Be++;break;case De:if(de!="/"&&de!="\\"){fe=rt;continue}break;case rt:if(de=="@"){Je&&(Te="%40"+Te),Je=!0,gt=E(Te);for(var Nc=0;Nc<gt.length;Nc++){var Mh=gt[Nc];if(Mh==":"&&!ut){ut=!0;continue}var Lh=_(Mh,X);ut?$.password+=Lh:$.username+=Lh}Te=""}else if(de==x||de=="/"||de=="?"||de=="#"||de=="\\"&&H($)){if(Je&&Te=="")return F;Be-=E(Te).length+1,Te="",fe=lt}else Te+=de;break;case lt:case Mt:if(re&&$.scheme=="file"){fe=Sr;continue}else if(de==":"&&!st){if(Te=="")return Q;if(nr=B($,Te),nr)return nr;if(Te="",fe=Lt,re==Mt)return}else if(de==x||de=="/"||de=="?"||de=="#"||de=="\\"&&H($)){if(H($)&&Te=="")return Q;if(re&&Te==""&&(Z($)||$.port!==null))return;if(nr=B($,Te),nr)return nr;if(Te="",fe=qt,re)return;continue}else de=="["?st=!0:de=="]"&&(st=!1),Te+=de;break;case Lt:if(se.test(de))Te+=de;else if(de==x||de=="/"||de=="?"||de=="#"||de=="\\"&&H($)||re){if(Te!=""){var Mc=parseInt(Te,10);if(Mc>65535)return U;$.port=H($)&&Mc===T[$.scheme]?null:Mc,Te=""}if(re)return;fe=qt;continue}else return U;break;case Et:if($.scheme="file",de=="/"||de=="\\")fe=Rn;else if(le&&le.scheme=="file")if(de==x)$.host=le.host,$.path=le.path.slice(),$.query=le.query;else if(de=="?")$.host=le.host,$.path=le.path.slice(),$.query="",fe=cn;else if(de=="#")$.host=le.host,$.path=le.path.slice(),$.query=le.query,$.fragment="",fe=tr;else{ke(dn.slice(Be).join(""))||($.host=le.host,$.path=le.path.slice(),q($)),fe=ln;continue}else{fe=ln;continue}break;case Rn:if(de=="/"||de=="\\"){fe=Sr;break}le&&le.scheme=="file"&&!ke(dn.slice(Be).join(""))&&(me(le.path[0],!0)?$.path.push(le.path[0]):$.host=le.host),fe=ln;continue;case Sr:if(de==x||de=="/"||de=="\\"||de=="?"||de=="#"){if(!re&&me(Te))fe=ln;else if(Te==""){if($.host="",re)return;fe=qt}else{if(nr=B($,Te),nr)return nr;if($.host=="localhost"&&($.host=""),re)return;Te="",fe=qt}continue}else Te+=de;break;case qt:if(H($)){if(fe=ln,de!="/"&&de!="\\")continue}else if(!re&&de=="?")$.query="",fe=cn;else if(!re&&de=="#")$.fragment="",fe=tr;else if(de!=x&&(fe=ln,de!="/"))continue;break;case ln:if(de==x||de=="/"||de=="\\"&&H($)||!re&&(de=="?"||de=="#")){if(Se(Te)?(q($),de!="/"&&!(de=="\\"&&H($))&&$.path.push("")):ie(Te)?de!="/"&&!(de=="\\"&&H($))&&$.path.push(""):($.scheme=="file"&&!$.path.length&&me(Te)&&($.host&&($.host=""),Te=Te.charAt(0)+":"),$.path.push(Te)),Te="",$.scheme=="file"&&(de==x||de=="?"||de=="#"))for(;$.path.length>1&&$.path[0]==="";)$.path.shift();de=="?"?($.query="",fe=cn):de=="#"&&($.fragment="",fe=tr)}else Te+=_(de,J);break;case zo:de=="?"?($.query="",fe=cn):de=="#"?($.fragment="",fe=tr):de!=x&&($.path[0]+=_(de,Y));break;case cn:!re&&de=="#"?($.fragment="",fe=tr):de!=x&&(de=="'"&&H($)?$.query+="%27":de=="#"?$.query+="%23":$.query+=_(de,Y));break;case tr:de!=x&&($.fragment+=_(de,G));break}Be++}},so=function(oe){var re=g(this,so,"URL"),le=arguments.length>1?arguments[1]:void 0,fe=String(oe),Be=V(re,{type:"URL"}),Te,Je;if(le!==void 0){if(le instanceof so)Te=P(le);else if(Je=$n(Te={},String(le)),Je)throw TypeError(Je)}if(Je=$n(Be,fe,null,Te),Je)throw TypeError(Je);var st=Be.searchParams=new N,ut=j(st);ut.updateSearchParams(Be.query),ut.updateURL=function(){Be.query=String(st)||null},d||(re.href=ca.call(re),re.origin=bh.call(re),re.protocol=Ch.call(re),re.username=Eh.call(re),re.password=Sh.call(re),re.host=wh.call(re),re.hostname=kh.call(re),re.port=Ah.call(re),re.pathname=_h.call(re),re.search=Th.call(re),re.searchParams=Ih.call(re),re.hash=xh.call(re))},Oc=so.prototype,ca=function(){var $=P(this),oe=$.scheme,re=$.username,le=$.password,fe=$.host,Be=$.port,Te=$.path,Je=$.query,st=$.fragment,ut=oe+":";return fe!==null?(ut+="//",Z($)&&(ut+=re+(le?":"+le:"")+"@"),ut+=M(fe),Be!==null&&(ut+=":"+Be)):oe=="file"&&(ut+="//"),ut+=$.cannotBeABaseURL?Te[0]:Te.length?"/"+Te.join("/"):"",Je!==null&&(ut+="?"+Je),st!==null&&(ut+="#"+st),ut},bh=function(){var $=P(this),oe=$.scheme,re=$.port;if(oe=="blob")try{return new URL(oe.path[0]).origin}catch{return"null"}return oe=="file"||!H($)?"null":oe+"://"+M($.host)+(re!==null?":"+re:"")},Ch=function(){return P(this).scheme+":"},Eh=function(){return P(this).username},Sh=function(){return P(this).password},wh=function(){var $=P(this),oe=$.host,re=$.port;return oe===null?"":re===null?M(oe):M(oe)+":"+re},kh=function(){var $=P(this).host;return $===null?"":M($)},Ah=function(){var $=P(this).port;return $===null?"":String($)},_h=function(){var $=P(this),oe=$.path;return $.cannotBeABaseURL?oe[0]:oe.length?"/"+oe.join("/"):""},Th=function(){var $=P(this).query;return $?"?"+$:""},Ih=function(){return P(this).searchParams},xh=function(){var $=P(this).fragment;return $?"#"+$:""},un=function($,oe){return{get:$,set:oe,configurable:!0,enumerable:!0}};if(d&&p(Oc,{href:un(ca,function($){var oe=P(this),re=String($),le=$n(oe,re);if(le)throw TypeError(le);j(oe.searchParams).updateSearchParams(oe.query)}),origin:un(bh),protocol:un(Ch,function($){var oe=P(this);$n(oe,String($)+":",Re)}),username:un(Eh,function($){var oe=P(this),re=E(String($));if(!ae(oe)){oe.username="";for(var le=0;le<re.length;le++)oe.username+=_(re[le],X)}}),password:un(Sh,function($){var oe=P(this),re=E(String($));if(!ae(oe)){oe.password="";for(var le=0;le<re.length;le++)oe.password+=_(re[le],X)}}),host:un(wh,function($){var oe=P(this);oe.cannotBeABaseURL||$n(oe,String($),lt)}),hostname:un(kh,function($){var oe=P(this);oe.cannotBeABaseURL||$n(oe,String($),Mt)}),port:un(Ah,function($){var oe=P(this);ae(oe)||($=String($),$==""?oe.port=null:$n(oe,$,Lt))}),pathname:un(_h,function($){var oe=P(this);oe.cannotBeABaseURL||(oe.path=[],$n(oe,$+"",qt))}),search:un(Th,function($){var oe=P(this);$=String($),$==""?oe.query=null:($.charAt(0)=="?"&&($=$.slice(1)),oe.query="",$n(oe,$,cn)),j(oe.searchParams).updateSearchParams(oe.query)}),searchParams:un(Ih),hash:un(xh,function($){var oe=P(this);if($=String($),$==""){oe.fragment=null;return}$.charAt(0)=="#"&&($=$.slice(1)),oe.fragment="",$n(oe,$,tr)})}),m(Oc,"toJSON",function(){return ca.call(this)},{enumerable:!0}),m(Oc,"toString",function(){return ca.call(this)},{enumerable:!0}),L){var Oh=L.createObjectURL,Nh=L.revokeObjectURL;Oh&&m(so,"createObjectURL",function(oe){return Oh.apply(L,arguments)}),Nh&&m(so,"revokeObjectURL",function(oe){return Nh.apply(L,arguments)})}A(so,"URL"),u({global:!0,forced:!f,sham:!d},{URL:so})}},r={};function o(s){if(r[s])return r[s].exports;var c=r[s]={exports:{}};return n[s](c,c.exports,o),c.exports}(function(){o.d=function(s,c){for(var l in c)o.o(c,l)&&!o.o(s,l)&&Object.defineProperty(s,l,{enumerable:!0,get:c[l]})}})(),function(){o.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}()}(),function(){o.o=function(s,c){return Object.prototype.hasOwnProperty.call(s,c)}}(),function(){o.r=function(s){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})}}();var i={};return function(){o.r(i),o.d(i,{Dropzone:function(){return U},default:function(){return Ee}}),o(2222),o(7327),o(2772),o(6992),o(1249),o(7042),o(561),o(8264),o(8309),o(489),o(1539),o(4916),o(9714),o(8783),o(4723),o(5306),o(3123),o(3210),o(2472),o(2990),o(8927),o(3105),o(5035),o(4345),o(7174),o(2846),o(4731),o(7209),o(6319),o(8867),o(7789),o(3739),o(9368),o(4483),o(2056),o(3462),o(678),o(7462),o(3824),o(5021),o(2974),o(5016),o(4747),o(3948),o(285);function s(D,R){var x;if(typeof Symbol>"u"||D[Symbol.iterator]==null){if(Array.isArray(D)||(x=c(D))||R&&D&&typeof D.length=="number"){x&&(D=x);var B=0,S=function(){};return{s:S,n:function(){return B>=D.length?{done:!0}:{done:!1,value:D[B++]}},e:function(G){throw G},f:S}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
1231
1231
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var k=!0,I=!1,M;return{s:function(){x=D[Symbol.iterator]()},n:function(){var G=x.next();return k=G.done,G},e:function(G){I=!0,M=G},f:function(){try{!k&&x.return!=null&&x.return()}finally{if(I)throw M}}}}function c(D,R){if(D){if(typeof D=="string")return l(D,R);var x=Object.prototype.toString.call(D).slice(8,-1);if(x==="Object"&&D.constructor&&(x=D.constructor.name),x==="Map"||x==="Set")return Array.from(D);if(x==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(x))return l(D,R)}}function l(D,R){(R==null||R>D.length)&&(R=D.length);for(var x=0,B=new Array(R);x<R;x++)B[x]=D[x];return B}function u(D,R){if(!(D instanceof R))throw new TypeError("Cannot call a class as a function")}function d(D,R){for(var x=0;x<R.length;x++){var B=R[x];B.enumerable=B.enumerable||!1,B.configurable=!0,"value"in B&&(B.writable=!0),Object.defineProperty(D,B.key,B)}}function f(D,R,x){return R&&d(D.prototype,R),x&&d(D,x),D}var h=function(){function D(){u(this,D)}return f(D,[{key:"on",value:function(x,B){return this._callbacks=this._callbacks||{},this._callbacks[x]||(this._callbacks[x]=[]),this._callbacks[x].push(B),this}},{key:"emit",value:function(x){this._callbacks=this._callbacks||{};for(var B=this._callbacks[x],S=arguments.length,k=new Array(S>1?S-1:0),I=1;I<S;I++)k[I-1]=arguments[I];if(B){var M=s(B,!0),Y;try{for(M.s();!(Y=M.n()).done;){var G=Y.value;G.apply(this,k)}}catch(J){M.e(J)}finally{M.f()}}return this.element&&this.element.dispatchEvent(this.makeEvent("dropzone:"+x,{args:k})),this}},{key:"makeEvent",value:function(x,B){var S={bubbles:!0,cancelable:!0,detail:B};if(typeof window.CustomEvent=="function")return new CustomEvent(x,S);var k=document.createEvent("CustomEvent");return k.initCustomEvent(x,S.bubbles,S.cancelable,S.detail),k}},{key:"off",value:function(x,B){if(!this._callbacks||arguments.length===0)return this._callbacks={},this;var S=this._callbacks[x];if(!S)return this;if(arguments.length===1)return delete this._callbacks[x],this;for(var k=0;k<S.length;k++){var I=S[k];if(I===B){S.splice(k,1);break}}return this}}]),D}(),p='<div class="dz-preview dz-file-preview"> <div class="dz-image"><img data-dz-thumbnail/></div> <div class="dz-details"> <div class="dz-size"><span data-dz-size></span></div> <div class="dz-filename"><span data-dz-name></span></div> </div> <div class="dz-progress"> <span class="dz-upload" data-dz-uploadprogress></span> </div> <div class="dz-error-message"><span data-dz-errormessage></span></div> <div class="dz-success-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Check</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M23.5,31.8431458 L17.5852419,25.9283877 C16.0248253,24.3679711 13.4910294,24.366835 11.9289322,25.9289322 C10.3700136,27.4878508 10.3665912,30.0234455 11.9283877,31.5852419 L20.4147581,40.0716123 C20.5133999,40.1702541 20.6159315,40.2626649 20.7218615,40.3488435 C22.2835669,41.8725651 24.794234,41.8626202 26.3461564,40.3106978 L43.3106978,23.3461564 C44.8771021,21.7797521 44.8758057,19.2483887 43.3137085,17.6862915 C41.7547899,16.1273729 39.2176035,16.1255422 37.6538436,17.6893022 L23.5,31.8431458 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z" stroke-opacity="0.198794158" stroke="#747474" fill-opacity="0.816519475" fill="#FFFFFF"></path> </g> </svg> </div> <div class="dz-error-mark"> <svg width="54px" height="54px" viewBox="0 0 54 54" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Error</title> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g stroke="#747474" stroke-opacity="0.198794158" fill="#FFFFFF" fill-opacity="0.816519475"> <path d="M32.6568542,29 L38.3106978,23.3461564 C39.8771021,21.7797521 39.8758057,19.2483887 38.3137085,17.6862915 C36.7547899,16.1273729 34.2176035,16.1255422 32.6538436,17.6893022 L27,23.3431458 L21.3461564,17.6893022 C19.7823965,16.1255422 17.2452101,16.1273729 15.6862915,17.6862915 C14.1241943,19.2483887 14.1228979,21.7797521 15.6893022,23.3461564 L21.3431458,29 L15.6893022,34.6538436 C14.1228979,36.2202479 14.1241943,38.7516113 15.6862915,40.3137085 C17.2452101,41.8726271 19.7823965,41.8744578 21.3461564,40.3106978 L27,34.6568542 L32.6538436,40.3106978 C34.2176035,41.8744578 36.7547899,41.8726271 38.3137085,40.3137085 C39.8758057,38.7516113 39.8771021,36.2202479 38.3106978,34.6538436 L32.6568542,29 Z M27,53 C41.3594035,53 53,41.3594035 53,27 C53,12.6405965 41.3594035,1 27,1 C12.6405965,1 1,12.6405965 1,27 C1,41.3594035 12.6405965,53 27,53 Z"></path> </g> </g> </svg> </div> </div> ',m=p;function g(D,R){var x;if(typeof Symbol>"u"||D[Symbol.iterator]==null){if(Array.isArray(D)||(x=v(D))||R&&D&&typeof D.length=="number"){x&&(D=x);var B=0,S=function(){};return{s:S,n:function(){return B>=D.length?{done:!0}:{done:!1,value:D[B++]}},e:function(G){throw G},f:S}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
@@ -1361,4 +1361,4 @@ https://vue-select.org/api/props.html#getoptionkey`,t,e)}}},onTab:{type:Function
|
|
|
1361
1361
|
${t.AfzenderNaam}: \r${t.Datum} \r${Y5(G5(t.Tekst))}`;pi.copy(r).then(()=>yh(n))},Z5=(t,e,n)=>{const r=t.filter(i=>i.selected).map(i=>`${i.AfzenderNaam}: \r${i.Datum}\r${Y5(G5(i.Tekst))}`).join(`
|
|
1362
1362
|
-----------------------
|
|
1363
1363
|
`),o=`${e}
|
|
1364
|
-
${r}`;pi.copy(o).then(()=>yh(n))},Uj=(t,e)=>{pi.copy(t).then(()=>yh(e))},Hj={class:"message-cloud-multi-select"},Wj={class:"message-cloud-multi-select__body"},Kj={class:"message-content"},Yj={class:"message-cloud__header"},Gj={class:"message-cloud__title"},Qj={key:0},Zj=["innerHTML"],J5=a.defineComponent({__name:"BDConversationToTextModal",props:{modelValue:{},extraClass:{}},setup(t){const e=t,{t:n}=Wt(),r=a.ref([]),o=a.ref(!0);a.watchEffect(()=>{r.value=e.modelValue}),a.watch(()=>o.value,u=>{r.value.forEach(d=>d.selected=u)});const i=a.computed(()=>n("conversationToTextModal.systemMessage")),s=u=>{const d=u.IsTussentijdseMededeling?", ":"";if(u.AfzenderType===2&&u.AfzenderId!==u.BehandelaarId&&u.BehandelaarId!==null){const f=n("conversationToTextModal.onBehalfOf");return d+f+" "+u.BehandelaarNaam}return Pe},c=u=>u.AfzenderType===2?"is-sender":"is-receiver",l=()=>{const u=n("conversationToTextModal.prefix"),d=n("conversationToTextModal.copySuccess");return Z5(r.value,u,d)};return(u,d)=>(a.openBlock(),a.createBlock(er,{id:"conversation-to-text-modal",title:"Tekst versie","modal-class":u.extraClass,"hide-footer":""},{default:a.withCtx(()=>[a.createVNode(Ue,{variant:"primary",onClick:l},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(a.unref(n)("conversationToTextModal.copyButton")),1)]),_:1}),a.createElementVNode("div",Hj,[a.createVNode(Wr,{class:"select-all-checkbox",modelValue:o.value,"onUpdate:modelValue":d[0]||(d[0]=f=>o.value=f)},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(a.unref(n)("conversationToTextModal.selectAll")),1)]),_:1},8,["modelValue"]),a.createElementVNode("div",Wj,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(r.value,(f,h)=>(a.openBlock(),a.createElementBlock("div",{class:"message-cloud-selector",key:h},[a.createVNode(Wr,{class:"select-all-checkbox",modelValue:f.selected,"onUpdate:modelValue":p=>f.selected=p},null,8,["modelValue","onUpdate:modelValue"]),a.createElementVNode("div",Kj,[a.createElementVNode("div",{class:a.normalizeClass(["message",c(f)])},[a.createElementVNode("div",Yj,[a.createElementVNode("div",Gj,[a.createTextVNode(a.toDisplayString(f.AfzenderNaam)+" ",1),f.IsTussentijdseMededeling?(a.openBlock(),a.createElementBlock("span",Qj,[a.createElementVNode("i",null,a.toDisplayString(i.value),1)])):a.createCommentVNode("",!0),a.createElementVNode("span",null,[a.createElementVNode("i",null,a.toDisplayString(s(f)),1)]),a.createElementVNode("span",null,a.toDisplayString(f.Datum),1)])]),a.createElementVNode("div",{class:"message-cloud__body",innerHTML:f.Tekst},null,8,Zj)],2)])]))),128))])])]),_:1},8,["modal-class"]))}});function X5(){const t=a.ref(0),e=a.ref(!0),n=a.ref(null),r=a.ref({top:0,left:0,x:0,y:0}),o=a.computed(()=>t.value>0?`zoom-${t.value}`:"");return{zoom:t,mouseDown:e,imageHolderRef:n,pos:r,SetZoom:o,OnMouseDown:l=>{if(!n.value)return;r.value.left=n.value.scrollLeft,r.value.top=n.value.scrollTop;const u=document.querySelector("#image-attachment-modal"),d=document.querySelector(".image-preview-image-holder");u&&(u.style.cursor="grabbing"),d&&(d.style.cursor="grabbing"),r.value.x=l.clientX,r.value.y=l.clientY,e.value=!0},OnMouseMove:l=>{if(e.value){const u=l.clientX-r.value.x,d=l.clientY-r.value.y;n.value&&(n.value.scrollTop=r.value.top-d,n.value.scrollLeft=r.value.left-u)}},OnMouseUp:()=>{const l=document.querySelector("#image-attachment-modal"),u=document.querySelector(".image-preview-image-holder");l&&l.style&&(l.style.cursor=""),u&&u.style&&(u.style.cursor="grab"),e.value=!1}}}const Jj=["src","alt"],Xj={key:0,class:"show-spinner"},qj={class:"spinner-border text-primary",role:"status"},ez=["textContent"],tz=["href"],q5=a.defineComponent({__name:"BDImageAttachmentModal",setup(t,{expose:e}){const{showModal:n}=zi("image-attachment-modal"),{zoom:r,imageHolderRef:o,SetZoom:i,OnMouseDown:s,OnMouseMove:c,OnMouseUp:l}=X5(),{t:u}=Wt(),d=a.ref(!0),f=a.ref({BerichtId:0,Id:void 0,MimeType:null,Naam:Pe,altName:Pe,downloadUrl:Pe,fullImageUrl:Pe,previewUrl:Pe}),h=a.computed(()=>u("imageAttachmentModal.download")),p=a.computed(()=>u("imageAttachmentModal.loading"));e({Show:C=>{f.value=C,r.value=0,n()}});const g=()=>{d.value=!1},v=()=>{f.value={BerichtId:0,Id:void 0,MimeType:null,Naam:Pe,altName:Pe,downloadUrl:Pe,fullImageUrl:Pe,previewUrl:Pe}};return(C,E)=>(a.openBlock(),a.createBlock(er,{id:"image-attachment-modal",class:a.normalizeClass(a.unref(Pe)),title:f.value.Naam,hideFooterCancelButton:!0,showHeaderButton:!0,onCancel:v},{default:a.withCtx(()=>[a.createElementVNode("div",{class:"image-preview-image-holder",ref_key:"imageHolderRef",ref:o,onMousedown:E[0]||(E[0]=(...b)=>a.unref(s)&&a.unref(s)(...b)),onMousemove:E[1]||(E[1]=(...b)=>a.unref(c)&&a.unref(c)(...b)),onMouseup:E[2]||(E[2]=(...b)=>a.unref(l)&&a.unref(l)(...b))},[f.value?(a.openBlock(),a.createElementBlock("img",{key:0,src:f.value.downloadUrl,alt:f.value.Naam,class:a.normalizeClass(["image-preview-modal",a.unref(i)]),onLoad:g,draggable:!1},null,42,Jj)):a.createCommentVNode("",!0)],544),d.value?(a.openBlock(),a.createElementBlock("div",Xj,[a.createElementVNode("div",qj,[a.createElementVNode("span",{class:"visually-hidden",textContent:a.toDisplayString(p.value)},null,8,ez)])])):a.createCommentVNode("",!0),a.createVNode(of,{modelValue:a.unref(r),"onUpdate:modelValue":E[3]||(E[3]=b=>a.isRef(r)?r.value=b:null),class:"image-preview-bd-zoom-slider","max-value":4},null,8,["modelValue"]),a.createElementVNode("a",{href:f.value.downloadUrl},[a.createVNode(Ue,{variant:"primary",class:"download-image",textContent:a.toDisplayString(h.value)},null,8,["textContent"])],8,tz)]),_:1},8,["class","title"]))}}),nz={key:0},rz={key:1},oz={key:2},iz={key:3},sz={key:1},az={key:2},lz=["href"],e3=a.defineComponent({__name:"BDVideoCallConfirmationModal",props:["isMissingCameraPermission","isMissingMicrophonePermission","isMissingMobileActivation","isMissingVideoConferencingSupport","participantName","videoTestUrl"],emits:["confirmed"],setup(t,{emit:e}){const n=t,{t:r}=Wt(),o=()=>n.isMissingCameraPermission||n.isMissingMicrophonePermission||n.isMissingMobileActivation||n.isMissingVideoConferencingSupport,i=a.computed(()=>o()?r("videoCallConfirmationModal.close"):r("videoCallConfirmationModal.cancel")),s=a.computed(()=>`${n.participantName} ${r("videoCallConfirmationModal.noMobileActivationMessage")}`),c=a.computed(()=>`${n.participantName} ${r("videoCallConfirmationModal.noCompatibleDevices")}`),l=a.computed(()=>r("videoCallConfirmationModal.title")),u=a.computed(()=>r("videoCallConfirmationModal.ok")),d=a.computed(()=>r("videoCallConfirmationModal.generalWarning")),f=a.computed(()=>r("videoCallConfirmationModal.cameraPermissionMissing")),h=a.computed(()=>r("videoCallConfirmationModal.microphonePermissionMissing")),p=a.computed(()=>r("videoCallConfirmationModal.message")),m=a.computed(()=>r("videoCallConfirmationModal.participantMessage")),g=a.computed(()=>r("videoCallConfirmationModal.testMessage")),v=a.computed(()=>r("videoCallConfirmationModal.helpMessage")),C=()=>e("confirmed");return(E,b)=>(a.openBlock(),a.createBlock(er,{id:"video-call-confirmation-modal",title:l.value,"submit-button-title":u.value,"close-button-title":i.value,"hide-footer-submit-button":o(),onSubmit:C},{default:a.withCtx(()=>[o()?(a.openBlock(),a.createBlock(xo,{key:0,variant:"warning"},{default:a.withCtx(()=>[a.createElementVNode("p",null,a.toDisplayString(d.value),1),a.createElementVNode("ul",null,[n.isMissingCameraPermission?(a.openBlock(),a.createElementBlock("li",nz,a.toDisplayString(f.value),1)):a.createCommentVNode("",!0),n.isMissingMicrophonePermission?(a.openBlock(),a.createElementBlock("li",rz,a.toDisplayString(h.value),1)):a.createCommentVNode("",!0),n.isMissingMobileActivation?(a.openBlock(),a.createElementBlock("li",oz,a.toDisplayString(s.value),1)):a.createCommentVNode("",!0),n.isMissingVideoConferencingSupport?(a.openBlock(),a.createElementBlock("li",iz,a.toDisplayString(c.value),1)):a.createCommentVNode("",!0)])]),_:1})):n.participantName?(a.openBlock(),a.createElementBlock("p",sz,[a.createTextVNode(a.toDisplayString(m.value)+" ",1),a.createElementVNode("b",null,a.toDisplayString(n.participantName),1),a.createTextVNode("?")])):(a.openBlock(),a.createElementBlock("p",az,a.toDisplayString(p.value),1)),a.createElementVNode("p",null,[a.createElementVNode("a",{href:n.videoTestUrl,target:"blank",rel:"noopener noreferrer"},a.toDisplayString(g.value),9,lz),a.createElementVNode("span",null," "+a.toDisplayString(v.value),1)])]),_:1},8,["title","submit-button-title","close-button-title","hide-footer-submit-button"]))}}),t3=()=>({ResetValidation:n=>{for(const r in n.value)n.value[r].state=null},ValidationObjectIsValid:n=>{for(let r in n)if(n[r].state===!1)return!1;return!0}}),cz={class:"template change-password-template"},uz={class:"template-title"},dz={key:0},fz={key:1},hz=["onSubmit","onReset"],pz={class:"bd-form-field"},mz={class:"bd-form-field"},gz={class:"bd-form-field"},vz={class:"bd-form-buttons"},n3=a.defineComponent({__name:"BDChangePasswordTemplate",props:{templateTitle:{},alertText:{},currentPasswordLabel:{},newPasswordLabel:{},confirmNewPasswordLabel:{},submitButtonText:{},cancelButtonText:{},successText:{},failureText:{},requiredText:{},incompatibleText:{},minimalRequirementsText:{},submitPassword:{type:Function}},setup(t){const e=t,{showDangerToast:n,showSuccessToast:r}=la(),{errorMessages:o,errorMessageText:i,MapServerErrors:s,ResetServerErrors:c}=mh(null),{ValidationObjectIsValid:l}=t3();let u=a.ref({password:Pe,passwordNew:Pe,passwordRepeat:Pe}),d=a.ref({password:{state:null,errorLabel:Pe},passwordNew:{state:null,errorLabel:Pe},passwordRepeat:{state:null,errorLabel:Pe}});const f=()=>{if(!h())return;const g=e.submitPassword(u.value);g&&g.then(()=>{r(e.successText),p()}).catch(v=>{n(e.failureText),s(v)})},h=()=>{const m=/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/;if(u.value.passwordNew&&!m.test(u.value.passwordNew))d.value.passwordNew.state=!1,d.value.passwordNew.errorLabel=e.minimalRequirementsText;else{const g=u.value.passwordRepeat===u.value.passwordNew,v=g?e.requiredText:e.incompatibleText;d.value.passwordNew.state=u.value.passwordNew!==Pe&&g?null:!1,d.value.passwordNew.errorLabel=v,d.value.passwordRepeat.state=u.value.passwordRepeat!==Pe&&g?null:!1,d.value.passwordRepeat.errorLabel=v}return d.value.password.state=u.value.password!==Pe?null:!1,d.value.password.errorLabel=d.value.password.state?Pe:e.requiredText,l(d.value)},p=()=>{u.value.password=Pe,u.value.passwordNew=Pe,u.value.passwordRepeat=Pe,d.value.password.state=null,d.value.passwordNew.state=null,d.value.passwordRepeat.state=null,c()};return(m,g)=>(a.openBlock(),a.createElementBlock("main",cz,[a.createVNode(gs,{class:"container-xl"},{default:a.withCtx(()=>[a.createVNode(_n,{class:"justify-content-md-center template-header"},{default:a.withCtx(()=>[a.createVNode(Tt,{xs:12,md:10,lg:7},{default:a.withCtx(()=>[a.createElementVNode("h1",uz,a.toDisplayString(e.templateTitle),1)]),_:1})]),_:1}),a.createVNode(_n,{class:"justify-content-md-center"},{default:a.withCtx(()=>[a.createVNode(Tt,{xs:12,md:10,lg:7},{default:a.withCtx(()=>[a.createVNode(Xl,{class:"bd-card-template","no-header":!0},{body:a.withCtx(()=>[a.createVNode(gs,{class:"container-fluid"},{default:a.withCtx(()=>[a.createVNode(_n,null,{default:a.withCtx(()=>[a.createVNode(Tt,null,{default:a.withCtx(()=>[a.createVNode(xo,{variant:"warning"},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(m.alertText),1)]),_:1})]),_:1})]),_:1}),a.unref(o)||a.unref(i)?(a.openBlock(),a.createBlock(_n,{key:0},{default:a.withCtx(()=>[a.createVNode(Tt,null,{default:a.withCtx(()=>[a.createVNode(xo,{variant:"danger"},{default:a.withCtx(()=>[a.unref(o)?(a.openBlock(),a.createElementBlock("div",dz,[a.createElementVNode("ul",null,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(a.unref(o),(v,C)=>(a.openBlock(),a.createElementBlock("li",{key:C},[a.createVNode(Jr),a.createElementVNode("span",null,a.toDisplayString(v),1)]))),128))])])):(a.openBlock(),a.createElementBlock("div",fz,a.toDisplayString(a.unref(i)),1))]),_:1})]),_:1})]),_:1})):a.createCommentVNode("",!0),a.createVNode(_n,null,{default:a.withCtx(()=>[a.createVNode(Tt,{class:"bd-card-form",sm:12,md:12},{default:a.withCtx(()=>[a.createElementVNode("form",{onSubmit:a.withModifiers(f,["prevent"]),onReset:a.withModifiers(p,["prevent"]),class:"form"},[a.createElementVNode("div",pz,[a.createVNode(Fr,{modelValue:a.unref(u).password,"onUpdate:modelValue":g[0]||(g[0]=v=>a.unref(u).password=v),label:m.currentPasswordLabel,state:a.unref(d).password.state,type:"password","invalid-feedback-text":a.unref(d).password.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),a.createElementVNode("div",mz,[a.createVNode(Fr,{modelValue:a.unref(u).passwordNew,"onUpdate:modelValue":g[1]||(g[1]=v=>a.unref(u).passwordNew=v),label:m.newPasswordLabel,state:a.unref(d).passwordNew.state,type:"password","invalid-feedback-text":a.unref(d).passwordNew.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),a.createElementVNode("div",gz,[a.createVNode(Fr,{modelValue:a.unref(u).passwordRepeat,"onUpdate:modelValue":g[2]||(g[2]=v=>a.unref(u).passwordRepeat=v),label:m.confirmNewPasswordLabel,state:a.unref(d).passwordRepeat.state,type:"password","invalid-feedback-text":a.unref(d).passwordRepeat.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),a.createElementVNode("div",vz,[a.createVNode(Ue,{type:"submit"},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(m.submitButtonText),1)]),_:1}),a.createVNode(Ue,{type:"reset",variant:"link"},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(m.cancelButtonText),1)]),_:1})])],40,hz)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]))}}),yz={class:"template not-found-template"},bz={class:"center-screen"},Cz={class:"container-warning"},Ez=["textContent"],Sz=["textContent"],r3=a.defineComponent({__name:"BDNotFoundTemplate",props:{buttonText:{type:String}},emits:["navigate"],setup(t,{emit:e}){const n=t,{t:r}=Wt(),o=a.computed(()=>n.buttonText||r("notFoundTemplate.buttonDefault")),i=a.computed(()=>r("notFoundTemplate.title")),s=a.computed(()=>r("notFoundTemplate.description")),c=()=>e("navigate");return(l,u)=>(a.openBlock(),a.createElementBlock("main",yz,[a.createVNode(gs,{class:"container-xl"},{default:a.withCtx(()=>[a.createElementVNode("div",bz,[a.createElementVNode("div",Cz,[a.createVNode(nf),a.createElementVNode("h5",{textContent:a.toDisplayString(i.value)},null,8,Ez),a.createElementVNode("p",{textContent:a.toDisplayString(s.value)},null,8,Sz),a.createVNode(Ue,{onClick:c,variant:"primary",type:"button",textContent:a.toDisplayString(o.value)},null,8,["textContent"])])])]),_:1})]))}}),wz=t=>{const e=new RegExp("(?<=^|a>)((?:(?!<a).)*?)"),n=/((https?:\/\/|www\.)[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{2,24}\b([-a-zA-Z0-9()!@:%_+.~#?&/=]*))/;let r=new RegExp(e.source+n.source,"g");return t.replace(r,(o,i,s)=>{const c=s.startsWith("www.")?`http://${s}`:s;return`${i}<a href="${c}" target="_blank" rel="noopener noreferrer">${s}</a>`})},kz=(t,e)=>`<p><a href="${t}" title="${e}" target="_blank" rel="noopener noreferrer">${e}</a></p>`,Az=t=>t.startsWith("http://")||t.startsWith("https://"),_z={install:t=>{t.component("BDAlert",xo),t.component("BDArticle",$v),t.component("BDAssignConversationModal",W5),t.component("BDAttachmentPreviewList",na),t.component("BDAttachmentUploadModal",K5),t.component("BDBadge",Pv),t.component("BDButton",Ue),t.component("BDCard",Xl),t.component("BDChangePasswordTemplate",n3),t.component("BDChatCloud",R5),t.component("BDCol",Tt),t.component("BDCollapsableCard",sf),t.component("BDContentLibraryModal",Q5),t.component("BDConversationToTextModal",J5),t.component("BDContentLibrarySplitButton",Lv),t.component("BDContentLibraryTemplate",vh),t.component("BDContainer",gs),t.component("BDDropdown",fh),t.component("BDDropdownItem",Qa),t.component("BDDropzone",Ef),t.component("BDForm",Bv),t.component("BDFormCheckbox",Wr),t.component("BDFormInput",Fr),t.component("BDFormInvalidFeedback",sc),t.component("BDFormSelect",Rv),t.component("BDHeader",hh),t.component("BDImageAttachmentModal",q5),t.component("BDImageAttachmentPreviewList",ra),t.component("BDInputGroup",Ps),t.component("BDLink",Io),t.component("BDLogo",Bd),t.component("BDMarkdownEditor",P5),t.component("BDMobileMenu",dh),t.component("BDModal",er),t.component("BDNotFoundTemplate",r3),t.component("BDPagination",yf),t.component("BDPhoneNumberEditModal",z5),t.component("BDPill",ac),t.component("BDPractitionerHeader",j5),t.component("BDProfileImage",Zs),t.component("BDRow",_n),t.component("BDSessionTimeOutModal",H5),t.component("BDTable",$5),t.component("BDToast",bf),t.component("BDUser",B5),t.component("BDUserInformation",Cf),t.component("BDVideoCallConfirmationModal",e3),t.component("BDVideoCallToast",V5),t.component("BDZoomslider",of),t.component("BDDate",Yv),t.component("IconAcademy",ja),t.component("IconArrowDown",Rd),t.component("IconArrowUp",$d),t.component("IconAttachment",Hr),t.component("IconBold",Vd),t.component("IconBulletList",Fd),t.component("IconCalendar",E0),t.component("IconCall",za),t.component("IconCallReject",jd),t.component("IconCardView",S0),t.component("IconCaretDown",Yl),t.component("IconCaretLeft",zd),t.component("IconCaretRight",Ud),t.component("IconCheck",Oi),t.component("IconClipboard",w0),t.component("IconClose",Gl),t.component("IconComment",k0),t.component("IconCommentActive",A0),t.component("IconCommonFileEmpty",T0),t.component("IconCommonFileWarning",I0),t.component("IconCommentStatic",_0),t.component("IconContactPerson",x0),t.component("IconCopy",O0),t.component("IconDelete",Hd),t.component("IconDoubleCheck",N0),t.component("IconDownloadImage",Wd),t.component("IconEdit",Kd),t.component("IconEndCall",M0),t.component("IconError",Ql),t.component("IconExternal",Yd),t.component("IconEyeShow",L0),t.component("IconEyeSlash",D0),t.component("IconFile",Gd),t.component("IconFileAdded",P0),t.component("IconForward",B0),t.component("IconHix",R0),t.component("IconHyperlink",Zl),t.component("IconImageFileLandscape",$0),t.component("IconImageFileWarning",V0),t.component("IconInbox",F0),t.component("IconInfo",Jr),t.component("IconInformationCircle",Qd),t.component("IconItalic",Zd),t.component("IconListView",j0),t.component("IconLock",z0),t.component("IconLusciiEscalated",U0),t.component("IconLusciiLogo",H0),t.component("IconLusciiOpen",W0),t.component("IconLusciiPriorityHigh",K0),t.component("IconLusciiPriorityLow",Y0),t.component("IconLusciiPriorityMedium",G0),t.component("IconMenu",Jd),t.component("IconMessage",Q0),t.component("IconMessageForward",Z0),t.component("IconMicrophoneSlash",J0),t.component("IconMicrosoftTeams",X0),t.component("IconMin",q0),t.component("IconOrderedList",Xd),t.component("IconPlus",Ua),t.component("IconRefresh",eg),t.component("IconRemove",Qs),t.component("IconSananetLogo",tg),t.component("IconService",ng),t.component("IconShareScreen",rg),t.component("IconSingleNeutral",og),t.component("IconSort",ig),t.component("IconSortAsc",qd),t.component("IconSortDesc",ef),t.component("IconSortNone",tf),t.component("IconTriangleDown",sg),t.component("IconTriangleExclamation",nf),t.component("IconUnderline",rf),t.component("IconVideoDisabled",lg),t.component("IconVideocall",ag),t.component("IconWarning",cg),t.component("IconZorgkaart",ug),t.directive("vBDTooltip",jo)}};exports.BDAlert=xo;exports.BDArticle=$v;exports.BDAssignConversationModal=W5;exports.BDAttachmentPreviewList=na;exports.BDAttachmentUploadModal=K5;exports.BDBadge=Pv;exports.BDButton=Ue;exports.BDCard=Xl;exports.BDChangePasswordTemplate=n3;exports.BDChatCloud=R5;exports.BDCol=Tt;exports.BDCollapsableCard=sf;exports.BDContainer=gs;exports.BDContentLibraryModal=Q5;exports.BDContentLibrarySplitButton=Lv;exports.BDContentLibraryTemplate=vh;exports.BDConversationToTextModal=J5;exports.BDDate=Yv;exports.BDDropdown=fh;exports.BDDropdownItem=Qa;exports.BDDropzone=Ef;exports.BDForm=Bv;exports.BDFormCheckbox=Wr;exports.BDFormInput=Fr;exports.BDFormInvalidFeedback=sc;exports.BDFormSelect=Rv;exports.BDHeader=hh;exports.BDImageAttachmentModal=q5;exports.BDImageAttachmentPreviewList=ra;exports.BDInputGroup=Ps;exports.BDLink=Io;exports.BDLogo=Bd;exports.BDMarkdownEditor=P5;exports.BDMobileMenu=dh;exports.BDModal=er;exports.BDNotFoundTemplate=r3;exports.BDPagination=yf;exports.BDPhoneNumberEditModal=z5;exports.BDPill=ac;exports.BDPractitionerHeader=j5;exports.BDProfileImage=Zs;exports.BDRow=_n;exports.BDSessionTimeOutModal=H5;exports.BDTable=$5;exports.BDToast=bf;exports.BDUser=B5;exports.BDUserInformation=Cf;exports.BDVideoCallConfirmationModal=e3;exports.BDVideoCallToast=V5;exports.BDZoomslider=of;exports.CopyChatMessageToClipboard=zj;exports.CopyChatMessagesToClipboard=Z5;exports.CopyHl7MessagesToClipboard=Uj;exports.CreateHyperlinkParagraph=kz;exports.CreateThumbnailUri=s5;exports.IconAcademy=ja;exports.IconArrowDown=Rd;exports.IconArrowUp=$d;exports.IconAttachment=Hr;exports.IconBold=Vd;exports.IconBulletList=Fd;exports.IconCalendar=E0;exports.IconCall=za;exports.IconCallReject=jd;exports.IconCardView=S0;exports.IconCaretDown=Yl;exports.IconCaretLeft=zd;exports.IconCaretRight=Ud;exports.IconCheck=Oi;exports.IconClipboard=w0;exports.IconClose=Gl;exports.IconComment=k0;exports.IconCommentActive=A0;exports.IconCommentStatic=_0;exports.IconCommonFileEmpty=T0;exports.IconCommonFileWarning=I0;exports.IconContactPerson=x0;exports.IconCopy=O0;exports.IconDelete=Hd;exports.IconDoubleCheck=N0;exports.IconDownloadImage=Wd;exports.IconEdit=Kd;exports.IconEndCall=M0;exports.IconError=Ql;exports.IconExternal=Yd;exports.IconEyeShow=L0;exports.IconEyeSlash=D0;exports.IconFile=Gd;exports.IconFileAdded=P0;exports.IconForward=B0;exports.IconHix=R0;exports.IconHyperlink=Zl;exports.IconImageFileLandscape=$0;exports.IconImageFileWarning=V0;exports.IconInbox=F0;exports.IconInfo=Jr;exports.IconInformationCircle=Qd;exports.IconItalic=Zd;exports.IconListView=j0;exports.IconLock=z0;exports.IconLusciiEscalated=U0;exports.IconLusciiLogo=H0;exports.IconLusciiOpen=W0;exports.IconLusciiPriorityHigh=K0;exports.IconLusciiPriorityLow=Y0;exports.IconLusciiPriorityMedium=G0;exports.IconMenu=Jd;exports.IconMessage=Q0;exports.IconMessageForward=Z0;exports.IconMicrophoneSlash=J0;exports.IconMicrosoftTeams=X0;exports.IconMin=q0;exports.IconOrderedList=Xd;exports.IconPlus=Ua;exports.IconRefresh=eg;exports.IconRemove=Qs;exports.IconSananetLogo=tg;exports.IconService=ng;exports.IconShareScreen=rg;exports.IconSingleNeutral=og;exports.IconSort=ig;exports.IconSortAsc=qd;exports.IconSortDesc=ef;exports.IconSortNone=tf;exports.IconTriangleDown=sg;exports.IconTriangleExclamation=nf;exports.IconUnderline=rf;exports.IconVideoDisabled=lg;exports.IconVideocall=ag;exports.IconWarning=cg;exports.IconZorgkaart=ug;exports.MapAttachmentsForApi=LD;exports.MapToAttachmentObjects=Ro;exports.TransformHyperlinks=wz;exports.ValidateUrl=Az;exports.default=_z;exports.getDisplayDate=Kv;exports.useModal=zi;exports.usePopover=F5;exports.useServerErrors=mh;exports.useSessionTimeOut=U5;exports.useToaster=la;exports.useValidation=t3;exports.useWindow=ph;exports.useZoom=X5;exports.vBdTooltip=jo;
|
|
1364
|
+
${r}`;pi.copy(o).then(()=>yh(n))},Uj=(t,e)=>{pi.copy(t).then(()=>yh(e))},Hj={class:"message-cloud-multi-select"},Wj={class:"message-cloud-multi-select__body"},Kj={class:"message-content"},Yj={class:"message-cloud__header"},Gj={class:"message-cloud__title"},Qj={key:0},Zj=["innerHTML"],J5=a.defineComponent({__name:"BDConversationToTextModal",props:{modelValue:{},extraClass:{}},setup(t){const e=t,{t:n}=Wt(),r=a.ref([]),o=a.ref(!0);a.watchEffect(()=>{r.value=e.modelValue}),a.watch(()=>o.value,u=>{r.value.forEach(d=>d.selected=u)});const i=a.computed(()=>n("conversationToTextModal.systemMessage")),s=u=>{const d=u.IsTussentijdseMededeling?", ":"";if(u.AfzenderType===2&&u.AfzenderId!==u.BehandelaarId&&u.BehandelaarId!==null){const f=n("conversationToTextModal.onBehalfOf");return d+f+" "+u.BehandelaarNaam}return Pe},c=u=>u.AfzenderType===2?"is-sender":"is-receiver",l=()=>{const u=n("conversationToTextModal.prefix"),d=n("conversationToTextModal.copySuccess");return Z5(r.value,u,d)};return(u,d)=>(a.openBlock(),a.createBlock(er,{id:"conversation-to-text-modal",title:"Tekst versie","modal-class":u.extraClass,"hide-footer":""},{default:a.withCtx(()=>[a.createVNode(Ue,{variant:"primary",onClick:l},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(a.unref(n)("conversationToTextModal.copyButton")),1)]),_:1}),a.createElementVNode("div",Hj,[a.createVNode(Wr,{class:"select-all-checkbox",modelValue:o.value,"onUpdate:modelValue":d[0]||(d[0]=f=>o.value=f)},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(a.unref(n)("conversationToTextModal.selectAll")),1)]),_:1},8,["modelValue"]),a.createElementVNode("div",Wj,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(r.value,(f,h)=>(a.openBlock(),a.createElementBlock("div",{class:"message-cloud-selector",key:h},[a.createVNode(Wr,{class:"select-all-checkbox",modelValue:f.selected,"onUpdate:modelValue":p=>f.selected=p},null,8,["modelValue","onUpdate:modelValue"]),a.createElementVNode("div",Kj,[a.createElementVNode("div",{class:a.normalizeClass(["message",c(f)])},[a.createElementVNode("div",Yj,[a.createElementVNode("div",Gj,[a.createTextVNode(a.toDisplayString(f.AfzenderNaam)+" ",1),f.IsTussentijdseMededeling?(a.openBlock(),a.createElementBlock("span",Qj,[a.createElementVNode("i",null,a.toDisplayString(i.value),1)])):a.createCommentVNode("",!0),a.createElementVNode("span",null,[a.createElementVNode("i",null,a.toDisplayString(s(f)),1)]),a.createElementVNode("span",null,a.toDisplayString(f.Datum),1)])]),a.createElementVNode("div",{class:"message-cloud__body",innerHTML:f.Tekst},null,8,Zj)],2)])]))),128))])])]),_:1},8,["modal-class"]))}});function X5(){const t=a.ref(0),e=a.ref(!0),n=a.ref(null),r=a.ref({top:0,left:0,x:0,y:0}),o=a.computed(()=>t.value>0?`zoom-${t.value}`:"");return{zoom:t,mouseDown:e,imageHolderRef:n,pos:r,SetZoom:o,OnMouseDown:l=>{if(!n.value)return;r.value.left=n.value.scrollLeft,r.value.top=n.value.scrollTop;const u=document.querySelector("#image-attachment-modal"),d=document.querySelector(".image-preview-image-holder");u&&(u.style.cursor="grabbing"),d&&(d.style.cursor="grabbing"),r.value.x=l.clientX,r.value.y=l.clientY,e.value=!0},OnMouseMove:l=>{if(e.value){const u=l.clientX-r.value.x,d=l.clientY-r.value.y;n.value&&(n.value.scrollTop=r.value.top-d,n.value.scrollLeft=r.value.left-u)}},OnMouseUp:()=>{const l=document.querySelector("#image-attachment-modal"),u=document.querySelector(".image-preview-image-holder");l&&l.style&&(l.style.cursor=""),u&&u.style&&(u.style.cursor="grab"),e.value=!1}}}const Jj=["src","alt"],Xj={key:0,class:"show-spinner"},qj={class:"spinner-border text-primary",role:"status"},ez=["textContent"],tz=["href"],q5=a.defineComponent({__name:"BDImageAttachmentModal",setup(t,{expose:e}){const{showModal:n}=zi("image-attachment-modal"),{zoom:r,imageHolderRef:o,SetZoom:i,OnMouseDown:s,OnMouseMove:c,OnMouseUp:l}=X5(),{t:u}=Wt(),d=a.ref(!0),f=a.ref({BerichtId:0,Id:void 0,MimeType:null,Naam:Pe,altName:Pe,downloadUrl:Pe,fullImageUrl:Pe,previewUrl:Pe}),h=a.computed(()=>u("imageAttachmentModal.download")),p=a.computed(()=>u("imageAttachmentModal.loading"));e({Show:C=>{f.value=C,r.value=0,n()}});const g=()=>{d.value=!1},v=()=>{f.value={BerichtId:0,Id:void 0,MimeType:null,Naam:Pe,altName:Pe,downloadUrl:Pe,fullImageUrl:Pe,previewUrl:Pe}};return(C,E)=>(a.openBlock(),a.createBlock(er,{id:"image-attachment-modal",class:a.normalizeClass(a.unref(Pe)),title:f.value.Naam,hideFooterCancelButton:!0,showHeaderButton:!0,onCancel:v},{default:a.withCtx(()=>[a.createElementVNode("div",{class:"image-preview-image-holder",ref_key:"imageHolderRef",ref:o,onMousedown:E[0]||(E[0]=(...b)=>a.unref(s)&&a.unref(s)(...b)),onMousemove:E[1]||(E[1]=(...b)=>a.unref(c)&&a.unref(c)(...b)),onMouseup:E[2]||(E[2]=(...b)=>a.unref(l)&&a.unref(l)(...b))},[f.value?(a.openBlock(),a.createElementBlock("img",{key:0,src:f.value.downloadUrl,alt:f.value.Naam,class:a.normalizeClass(["image-preview-modal",a.unref(i)]),onLoad:g,draggable:!1},null,42,Jj)):a.createCommentVNode("",!0)],544),d.value?(a.openBlock(),a.createElementBlock("div",Xj,[a.createElementVNode("div",qj,[a.createElementVNode("span",{class:"visually-hidden",textContent:a.toDisplayString(p.value)},null,8,ez)])])):a.createCommentVNode("",!0),a.createVNode(of,{modelValue:a.unref(r),"onUpdate:modelValue":E[3]||(E[3]=b=>a.isRef(r)?r.value=b:null),class:"image-preview-bd-zoom-slider","max-value":4},null,8,["modelValue"]),a.createElementVNode("a",{href:f.value.downloadUrl},[a.createVNode(Ue,{variant:"primary",class:"download-image",textContent:a.toDisplayString(h.value)},null,8,["textContent"])],8,tz)]),_:1},8,["class","title"]))}}),nz={key:0},rz={key:1},oz={key:2},iz={key:3},sz={key:1},az={key:2},lz=["href"],e3=a.defineComponent({__name:"BDVideoCallConfirmationModal",props:["isMissingCameraPermission","isMissingMicrophonePermission","isMissingMobileActivation","isMissingVideoConferencingSupport","participantName","videoTestUrl"],emits:["confirmed"],setup(t,{emit:e}){const n=t,{t:r}=Wt(),o=()=>n.isMissingCameraPermission||n.isMissingMicrophonePermission||n.isMissingMobileActivation||n.isMissingVideoConferencingSupport,i=a.computed(()=>o()?r("videoCallConfirmationModal.close"):r("videoCallConfirmationModal.cancel")),s=a.computed(()=>`${n.participantName} ${r("videoCallConfirmationModal.noMobileActivationMessage")}`),c=a.computed(()=>`${n.participantName} ${r("videoCallConfirmationModal.noCompatibleDevices")}`),l=a.computed(()=>r("videoCallConfirmationModal.title")),u=a.computed(()=>r("videoCallConfirmationModal.ok")),d=a.computed(()=>r("videoCallConfirmationModal.generalWarning")),f=a.computed(()=>r("videoCallConfirmationModal.cameraPermissionMissing")),h=a.computed(()=>r("videoCallConfirmationModal.microphonePermissionMissing")),p=a.computed(()=>r("videoCallConfirmationModal.message")),m=a.computed(()=>r("videoCallConfirmationModal.participantMessage")),g=a.computed(()=>r("videoCallConfirmationModal.testMessage")),v=a.computed(()=>r("videoCallConfirmationModal.helpMessage")),C=()=>e("confirmed");return(E,b)=>(a.openBlock(),a.createBlock(er,{id:"video-call-confirmation-modal",title:l.value,"submit-button-title":u.value,"close-button-title":i.value,"hide-footer-submit-button":o(),onSubmit:C},{default:a.withCtx(()=>[o()?(a.openBlock(),a.createBlock(xo,{key:0,variant:"warning"},{default:a.withCtx(()=>[a.createElementVNode("p",null,a.toDisplayString(d.value),1),a.createElementVNode("ul",null,[n.isMissingCameraPermission?(a.openBlock(),a.createElementBlock("li",nz,a.toDisplayString(f.value),1)):a.createCommentVNode("",!0),n.isMissingMicrophonePermission?(a.openBlock(),a.createElementBlock("li",rz,a.toDisplayString(h.value),1)):a.createCommentVNode("",!0),n.isMissingMobileActivation?(a.openBlock(),a.createElementBlock("li",oz,a.toDisplayString(s.value),1)):a.createCommentVNode("",!0),n.isMissingVideoConferencingSupport?(a.openBlock(),a.createElementBlock("li",iz,a.toDisplayString(c.value),1)):a.createCommentVNode("",!0)])]),_:1})):n.participantName?(a.openBlock(),a.createElementBlock("p",sz,[a.createTextVNode(a.toDisplayString(m.value)+" ",1),a.createElementVNode("b",null,a.toDisplayString(n.participantName),1),a.createTextVNode("?")])):(a.openBlock(),a.createElementBlock("p",az,a.toDisplayString(p.value),1)),a.createElementVNode("p",null,[a.createElementVNode("a",{href:n.videoTestUrl,target:"blank",rel:"noopener noreferrer"},a.toDisplayString(g.value),9,lz),a.createElementVNode("span",null," "+a.toDisplayString(v.value),1)])]),_:1},8,["title","submit-button-title","close-button-title","hide-footer-submit-button"]))}}),t3=()=>({ResetValidation:n=>{for(const r in n.value)n.value[r].state=null},ValidationObjectIsValid:n=>{for(let r in n)if(n[r].state===!1)return!1;return!0}}),cz={class:"template change-password-template"},uz={class:"template-title"},dz={key:0},fz={key:1},hz=["onSubmit","onReset"],pz={class:"bd-form-field"},mz={class:"bd-form-field"},gz={class:"bd-form-field"},vz={class:"bd-form-buttons"},n3=a.defineComponent({__name:"BDChangePasswordTemplate",props:{templateTitle:{},alertText:{},currentPasswordLabel:{},newPasswordLabel:{},confirmNewPasswordLabel:{},submitButtonText:{},cancelButtonText:{},successText:{},failureText:{},requiredText:{},incompatibleText:{},minimalRequirementsText:{},submitPassword:{type:Function}},setup(t){const e=t,{showDangerToast:n,showSuccessToast:r}=la(),{errorMessages:o,errorMessageText:i,MapServerErrors:s,ResetServerErrors:c}=mh(null),{ValidationObjectIsValid:l}=t3();let u=a.ref({password:Pe,passwordNew:Pe,passwordRepeat:Pe}),d=a.ref({password:{state:null,errorLabel:Pe},passwordNew:{state:null,errorLabel:Pe},passwordRepeat:{state:null,errorLabel:Pe}});const f=()=>{if(!h())return;const g=e.submitPassword(u.value);g&&g.then(()=>{r(e.successText),p()}).catch(v=>{n(e.failureText),s(v)})},h=()=>{const m=/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/;if(u.value.passwordNew&&!m.test(u.value.passwordNew))d.value.passwordNew.state=!1,d.value.passwordNew.errorLabel=e.minimalRequirementsText;else{const g=u.value.passwordRepeat===u.value.passwordNew,v=g?e.requiredText:e.incompatibleText;d.value.passwordNew.state=u.value.passwordNew!==Pe&&g?null:!1,d.value.passwordNew.errorLabel=v,d.value.passwordRepeat.state=u.value.passwordRepeat!==Pe&&g?null:!1,d.value.passwordRepeat.errorLabel=v}return d.value.password.state=u.value.password!==Pe?null:!1,d.value.password.errorLabel=d.value.password.state?Pe:e.requiredText,l(d.value)},p=()=>{u.value.password=Pe,u.value.passwordNew=Pe,u.value.passwordRepeat=Pe,d.value.password.state=null,d.value.passwordNew.state=null,d.value.passwordRepeat.state=null,c()};return(m,g)=>(a.openBlock(),a.createElementBlock("main",cz,[a.createVNode(gs,{class:"container-xl"},{default:a.withCtx(()=>[a.createVNode(_n,{class:"justify-content-md-center template-header"},{default:a.withCtx(()=>[a.createVNode(Tt,{xs:12,md:10,lg:7},{default:a.withCtx(()=>[a.createElementVNode("h1",uz,a.toDisplayString(e.templateTitle),1)]),_:1})]),_:1}),a.createVNode(_n,{class:"justify-content-md-center"},{default:a.withCtx(()=>[a.createVNode(Tt,{xs:12,md:10,lg:7},{default:a.withCtx(()=>[a.createVNode(Xl,{class:"bd-card-template","no-header":!0},{body:a.withCtx(()=>[a.createVNode(gs,{class:"container-fluid"},{default:a.withCtx(()=>[a.createVNode(_n,null,{default:a.withCtx(()=>[a.createVNode(Tt,null,{default:a.withCtx(()=>[a.createVNode(xo,{variant:"warning"},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(m.alertText),1)]),_:1})]),_:1})]),_:1}),a.unref(o)||a.unref(i)?(a.openBlock(),a.createBlock(_n,{key:0},{default:a.withCtx(()=>[a.createVNode(Tt,null,{default:a.withCtx(()=>[a.createVNode(xo,{variant:"danger"},{default:a.withCtx(()=>[a.unref(o)?(a.openBlock(),a.createElementBlock("div",dz,[a.createElementVNode("ul",null,[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(a.unref(o),(v,C)=>(a.openBlock(),a.createElementBlock("li",{key:C},[a.createVNode(Jr),a.createElementVNode("span",null,a.toDisplayString(v),1)]))),128))])])):(a.openBlock(),a.createElementBlock("div",fz,a.toDisplayString(a.unref(i)),1))]),_:1})]),_:1})]),_:1})):a.createCommentVNode("",!0),a.createVNode(_n,null,{default:a.withCtx(()=>[a.createVNode(Tt,{class:"bd-card-form",sm:12,md:12},{default:a.withCtx(()=>[a.createElementVNode("form",{onSubmit:a.withModifiers(f,["prevent"]),onReset:a.withModifiers(p,["prevent"]),class:"form"},[a.createElementVNode("div",pz,[a.createVNode(Fr,{modelValue:a.unref(u).password,"onUpdate:modelValue":g[0]||(g[0]=v=>a.unref(u).password=v),label:m.currentPasswordLabel,state:a.unref(d).password.state,type:"password","invalid-feedback-text":a.unref(d).password.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),a.createElementVNode("div",mz,[a.createVNode(Fr,{modelValue:a.unref(u).passwordNew,"onUpdate:modelValue":g[1]||(g[1]=v=>a.unref(u).passwordNew=v),label:m.newPasswordLabel,state:a.unref(d).passwordNew.state,type:"password","invalid-feedback-text":a.unref(d).passwordNew.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),a.createElementVNode("div",gz,[a.createVNode(Fr,{modelValue:a.unref(u).passwordRepeat,"onUpdate:modelValue":g[2]||(g[2]=v=>a.unref(u).passwordRepeat=v),label:m.confirmNewPasswordLabel,state:a.unref(d).passwordRepeat.state,type:"password","invalid-feedback-text":a.unref(d).passwordRepeat.errorLabel},null,8,["modelValue","label","state","invalid-feedback-text"])]),a.createElementVNode("div",vz,[a.createVNode(Ue,{type:"submit"},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(m.submitButtonText),1)]),_:1}),a.createVNode(Ue,{type:"reset",variant:"link"},{default:a.withCtx(()=>[a.createTextVNode(a.toDisplayString(m.cancelButtonText),1)]),_:1})])],40,hz)]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]))}}),yz={class:"template not-found-template"},bz={class:"center-screen"},Cz={class:"container-warning"},Ez=["textContent"],Sz=["textContent"],r3=a.defineComponent({__name:"BDNotFoundTemplate",props:{buttonText:{type:String}},emits:["navigate"],setup(t,{emit:e}){const n=t,{t:r}=Wt(),o=a.computed(()=>n.buttonText||r("notFoundTemplate.buttonDefault")),i=a.computed(()=>r("notFoundTemplate.title")),s=a.computed(()=>r("notFoundTemplate.description")),c=()=>e("navigate");return(l,u)=>(a.openBlock(),a.createElementBlock("main",yz,[a.createVNode(gs,{class:"container-xl"},{default:a.withCtx(()=>[a.createElementVNode("div",bz,[a.createElementVNode("div",Cz,[a.createVNode(nf),a.createElementVNode("h5",{textContent:a.toDisplayString(i.value)},null,8,Ez),a.createElementVNode("p",{textContent:a.toDisplayString(s.value)},null,8,Sz),a.createVNode(Ue,{onClick:c,variant:"primary",type:"button",textContent:a.toDisplayString(o.value)},null,8,["textContent"])])])]),_:1})]))}}),wz=t=>{const e=/<a\b[^>]*>.*?<\/a>/gi,n=[];let r;for(;(r=e.exec(t))!==null;)n.push({start:r.index,end:r.index+r[0].length});const o=/(https?:\/\/[^\s<>"',]+|www\.[^\s<>"',]+)/g;return t.replace(o,(i,s,c)=>n.some(d=>c>=d.start&&c<d.end)?i:`<a href="${i.startsWith("www.")?`http://${i}`:i}" target="_blank" rel="noopener noreferrer">${i}</a>`)},kz=(t,e)=>`<p><a href="${t}" title="${e}" target="_blank" rel="noopener noreferrer">${e}</a></p>`,Az=t=>t.startsWith("http://")||t.startsWith("https://"),_z={install:t=>{t.component("BDAlert",xo),t.component("BDArticle",$v),t.component("BDAssignConversationModal",W5),t.component("BDAttachmentPreviewList",na),t.component("BDAttachmentUploadModal",K5),t.component("BDBadge",Pv),t.component("BDButton",Ue),t.component("BDCard",Xl),t.component("BDChangePasswordTemplate",n3),t.component("BDChatCloud",R5),t.component("BDCol",Tt),t.component("BDCollapsableCard",sf),t.component("BDContentLibraryModal",Q5),t.component("BDConversationToTextModal",J5),t.component("BDContentLibrarySplitButton",Lv),t.component("BDContentLibraryTemplate",vh),t.component("BDContainer",gs),t.component("BDDropdown",fh),t.component("BDDropdownItem",Qa),t.component("BDDropzone",Ef),t.component("BDForm",Bv),t.component("BDFormCheckbox",Wr),t.component("BDFormInput",Fr),t.component("BDFormInvalidFeedback",sc),t.component("BDFormSelect",Rv),t.component("BDHeader",hh),t.component("BDImageAttachmentModal",q5),t.component("BDImageAttachmentPreviewList",ra),t.component("BDInputGroup",Ps),t.component("BDLink",Io),t.component("BDLogo",Bd),t.component("BDMarkdownEditor",P5),t.component("BDMobileMenu",dh),t.component("BDModal",er),t.component("BDNotFoundTemplate",r3),t.component("BDPagination",yf),t.component("BDPhoneNumberEditModal",z5),t.component("BDPill",ac),t.component("BDPractitionerHeader",j5),t.component("BDProfileImage",Zs),t.component("BDRow",_n),t.component("BDSessionTimeOutModal",H5),t.component("BDTable",$5),t.component("BDToast",bf),t.component("BDUser",B5),t.component("BDUserInformation",Cf),t.component("BDVideoCallConfirmationModal",e3),t.component("BDVideoCallToast",V5),t.component("BDZoomslider",of),t.component("BDDate",Yv),t.component("IconAcademy",ja),t.component("IconArrowDown",Rd),t.component("IconArrowUp",$d),t.component("IconAttachment",Hr),t.component("IconBold",Vd),t.component("IconBulletList",Fd),t.component("IconCalendar",E0),t.component("IconCall",za),t.component("IconCallReject",jd),t.component("IconCardView",S0),t.component("IconCaretDown",Yl),t.component("IconCaretLeft",zd),t.component("IconCaretRight",Ud),t.component("IconCheck",Oi),t.component("IconClipboard",w0),t.component("IconClose",Gl),t.component("IconComment",k0),t.component("IconCommentActive",A0),t.component("IconCommonFileEmpty",T0),t.component("IconCommonFileWarning",I0),t.component("IconCommentStatic",_0),t.component("IconContactPerson",x0),t.component("IconCopy",O0),t.component("IconDelete",Hd),t.component("IconDoubleCheck",N0),t.component("IconDownloadImage",Wd),t.component("IconEdit",Kd),t.component("IconEndCall",M0),t.component("IconError",Ql),t.component("IconExternal",Yd),t.component("IconEyeShow",L0),t.component("IconEyeSlash",D0),t.component("IconFile",Gd),t.component("IconFileAdded",P0),t.component("IconForward",B0),t.component("IconHix",R0),t.component("IconHyperlink",Zl),t.component("IconImageFileLandscape",$0),t.component("IconImageFileWarning",V0),t.component("IconInbox",F0),t.component("IconInfo",Jr),t.component("IconInformationCircle",Qd),t.component("IconItalic",Zd),t.component("IconListView",j0),t.component("IconLock",z0),t.component("IconLusciiEscalated",U0),t.component("IconLusciiLogo",H0),t.component("IconLusciiOpen",W0),t.component("IconLusciiPriorityHigh",K0),t.component("IconLusciiPriorityLow",Y0),t.component("IconLusciiPriorityMedium",G0),t.component("IconMenu",Jd),t.component("IconMessage",Q0),t.component("IconMessageForward",Z0),t.component("IconMicrophoneSlash",J0),t.component("IconMicrosoftTeams",X0),t.component("IconMin",q0),t.component("IconOrderedList",Xd),t.component("IconPlus",Ua),t.component("IconRefresh",eg),t.component("IconRemove",Qs),t.component("IconSananetLogo",tg),t.component("IconService",ng),t.component("IconShareScreen",rg),t.component("IconSingleNeutral",og),t.component("IconSort",ig),t.component("IconSortAsc",qd),t.component("IconSortDesc",ef),t.component("IconSortNone",tf),t.component("IconTriangleDown",sg),t.component("IconTriangleExclamation",nf),t.component("IconUnderline",rf),t.component("IconVideoDisabled",lg),t.component("IconVideocall",ag),t.component("IconWarning",cg),t.component("IconZorgkaart",ug),t.directive("vBDTooltip",jo)}};exports.BDAlert=xo;exports.BDArticle=$v;exports.BDAssignConversationModal=W5;exports.BDAttachmentPreviewList=na;exports.BDAttachmentUploadModal=K5;exports.BDBadge=Pv;exports.BDButton=Ue;exports.BDCard=Xl;exports.BDChangePasswordTemplate=n3;exports.BDChatCloud=R5;exports.BDCol=Tt;exports.BDCollapsableCard=sf;exports.BDContainer=gs;exports.BDContentLibraryModal=Q5;exports.BDContentLibrarySplitButton=Lv;exports.BDContentLibraryTemplate=vh;exports.BDConversationToTextModal=J5;exports.BDDate=Yv;exports.BDDropdown=fh;exports.BDDropdownItem=Qa;exports.BDDropzone=Ef;exports.BDForm=Bv;exports.BDFormCheckbox=Wr;exports.BDFormInput=Fr;exports.BDFormInvalidFeedback=sc;exports.BDFormSelect=Rv;exports.BDHeader=hh;exports.BDImageAttachmentModal=q5;exports.BDImageAttachmentPreviewList=ra;exports.BDInputGroup=Ps;exports.BDLink=Io;exports.BDLogo=Bd;exports.BDMarkdownEditor=P5;exports.BDMobileMenu=dh;exports.BDModal=er;exports.BDNotFoundTemplate=r3;exports.BDPagination=yf;exports.BDPhoneNumberEditModal=z5;exports.BDPill=ac;exports.BDPractitionerHeader=j5;exports.BDProfileImage=Zs;exports.BDRow=_n;exports.BDSessionTimeOutModal=H5;exports.BDTable=$5;exports.BDToast=bf;exports.BDUser=B5;exports.BDUserInformation=Cf;exports.BDVideoCallConfirmationModal=e3;exports.BDVideoCallToast=V5;exports.BDZoomslider=of;exports.CopyChatMessageToClipboard=zj;exports.CopyChatMessagesToClipboard=Z5;exports.CopyHl7MessagesToClipboard=Uj;exports.CreateHyperlinkParagraph=kz;exports.CreateThumbnailUri=s5;exports.IconAcademy=ja;exports.IconArrowDown=Rd;exports.IconArrowUp=$d;exports.IconAttachment=Hr;exports.IconBold=Vd;exports.IconBulletList=Fd;exports.IconCalendar=E0;exports.IconCall=za;exports.IconCallReject=jd;exports.IconCardView=S0;exports.IconCaretDown=Yl;exports.IconCaretLeft=zd;exports.IconCaretRight=Ud;exports.IconCheck=Oi;exports.IconClipboard=w0;exports.IconClose=Gl;exports.IconComment=k0;exports.IconCommentActive=A0;exports.IconCommentStatic=_0;exports.IconCommonFileEmpty=T0;exports.IconCommonFileWarning=I0;exports.IconContactPerson=x0;exports.IconCopy=O0;exports.IconDelete=Hd;exports.IconDoubleCheck=N0;exports.IconDownloadImage=Wd;exports.IconEdit=Kd;exports.IconEndCall=M0;exports.IconError=Ql;exports.IconExternal=Yd;exports.IconEyeShow=L0;exports.IconEyeSlash=D0;exports.IconFile=Gd;exports.IconFileAdded=P0;exports.IconForward=B0;exports.IconHix=R0;exports.IconHyperlink=Zl;exports.IconImageFileLandscape=$0;exports.IconImageFileWarning=V0;exports.IconInbox=F0;exports.IconInfo=Jr;exports.IconInformationCircle=Qd;exports.IconItalic=Zd;exports.IconListView=j0;exports.IconLock=z0;exports.IconLusciiEscalated=U0;exports.IconLusciiLogo=H0;exports.IconLusciiOpen=W0;exports.IconLusciiPriorityHigh=K0;exports.IconLusciiPriorityLow=Y0;exports.IconLusciiPriorityMedium=G0;exports.IconMenu=Jd;exports.IconMessage=Q0;exports.IconMessageForward=Z0;exports.IconMicrophoneSlash=J0;exports.IconMicrosoftTeams=X0;exports.IconMin=q0;exports.IconOrderedList=Xd;exports.IconPlus=Ua;exports.IconRefresh=eg;exports.IconRemove=Qs;exports.IconSananetLogo=tg;exports.IconService=ng;exports.IconShareScreen=rg;exports.IconSingleNeutral=og;exports.IconSort=ig;exports.IconSortAsc=qd;exports.IconSortDesc=ef;exports.IconSortNone=tf;exports.IconTriangleDown=sg;exports.IconTriangleExclamation=nf;exports.IconUnderline=rf;exports.IconVideoDisabled=lg;exports.IconVideocall=ag;exports.IconWarning=cg;exports.IconZorgkaart=ug;exports.MapAttachmentsForApi=LD;exports.MapToAttachmentObjects=Ro;exports.TransformHyperlinks=wz;exports.ValidateUrl=Az;exports.default=_z;exports.getDisplayDate=Kv;exports.useModal=zi;exports.usePopover=F5;exports.useServerErrors=mh;exports.useSessionTimeOut=U5;exports.useToaster=la;exports.useValidation=t3;exports.useWindow=ph;exports.useZoom=X5;exports.vBdTooltip=jo;
|