@beterdichtbij/component-library 0.11.8 → 0.12.0
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 +9 -9
- package/dist/bd-component-lib.cjs.js +4 -4
- package/dist/bd-component-lib.es.js +84 -83
- package/dist/bd-component-lib.umd.js +4 -4
- package/dist/components/atoms/BDAlert/BDAlert.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDArticle/BDArticle.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDBadge/BDBadge.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDButton/BDButton.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDCard/BDCard.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDCollapsableCard/BDCollapsableCard.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDForm/BDForm.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormCheckbox/BDFormCheckbox.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormInput/BDFormInput.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormInvalidFeedback/BDFormInvalidFeedback.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDFormSelect/BDFormSelect.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDInputGroup/BDInputGroup.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDLink/BDLink.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDPagination/BDPagination.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDToast/BDToast.vue.d.ts.map +1 -1
- package/dist/components/atoms/BDZoomslider/BDZoomslider.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDDropdownItem/BDDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDDropzone/BDDropzone.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts.map +1 -1
- package/dist/components/molecules/BDUser/BDUser.vue.d.ts.map +1 -1
- package/dist/components/organisms/BDDropdown/BDDropdown.vue.d.ts.map +1 -1
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts +11 -0
- package/dist/components/organisms/BDModal/BDModal.vue.d.ts.map +1 -1
- package/dist/interfaces/BDModalProps.d.ts +1 -0
- package/dist/scss/_alert.scss +11 -11
- package/dist/scss/_article.scss +23 -23
- package/dist/scss/_base.scss +1 -1
- package/dist/scss/_button.scss +54 -54
- package/dist/scss/_card.scss +82 -82
- package/dist/scss/_collapsable-card.scss +118 -118
- package/dist/scss/_dropdown.scss +101 -101
- package/dist/scss/_dropzone.scss +71 -71
- package/dist/scss/_forms.scss +2 -2
- package/dist/scss/_icons.scss +52 -52
- package/dist/scss/_markdown-editor.scss +47 -47
- package/dist/scss/_modal.scss +15 -15
- package/dist/scss/_pagination.scss +41 -41
- package/dist/scss/_profile-image.scss +47 -47
- package/dist/scss/_toast.scss +83 -83
- package/dist/scss/_user.scss +5 -5
- package/dist/scss/_zoomslider.scss +77 -77
- package/dist/scss/base/typography.scss +15 -15
- package/dist/scss/base/variables.scss +162 -162
- package/dist/scss/component-library-styling.scss +18 -18
- package/dist/scss/forms/_form-check.scss +11 -11
- package/dist/scss/forms/_form-input.scss +3 -3
- package/dist/scss/mixins.scss +46 -46
- package/package.json +122 -122
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# BeterDichtbij component library
|
|
2
|
-
De BeterDichtbij component library bevat alle componenten die herbruikt kunnen worden door de web applicaties.
|
|
3
|
-
|
|
4
|
-
## Publiceren
|
|
5
|
-
Om het pakket te publiceren naar @beterdichtbij/component-library zijn de volgende stappen nodig:
|
|
6
|
-
|
|
7
|
-
1. Genereer een access token van het type publish op https://www.npmjs.com/settings/[npm-username]/tokens (vervang [npm-username]).
|
|
8
|
-
2. Voeg het access token toe aan je omgevingsvariabelen met de naam "NPM_TOKEN". Dit wordt gelezen door de .npmrc in de root van het project.
|
|
9
|
-
3. Update de [semantische versie](https://semver.org) in de package.json.
|
|
1
|
+
# BeterDichtbij component library
|
|
2
|
+
De BeterDichtbij component library bevat alle componenten die herbruikt kunnen worden door de web applicaties.
|
|
3
|
+
|
|
4
|
+
## Publiceren
|
|
5
|
+
Om het pakket te publiceren naar @beterdichtbij/component-library zijn de volgende stappen nodig:
|
|
6
|
+
|
|
7
|
+
1. Genereer een access token van het type publish op https://www.npmjs.com/settings/[npm-username]/tokens (vervang [npm-username]).
|
|
8
|
+
2. Voeg het access token toe aan je omgevingsvariabelen met de naam "NPM_TOKEN". Dit wordt gelezen door de .npmrc in de root van het project.
|
|
9
|
+
3. Update de [semantische versie](https://semver.org) in de package.json.
|
|
10
10
|
4. Voer het command `npm publish` uit in de root van het project.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const m=require("vue"),Wc=m.defineComponent({__name:"BDCol",props:{class:{},cols:{},xs:{},sm:{},md:{},lg:{},xxl:{},orderClass:{},offsetClass:{}},setup(n){const e=n,t=m.computed(()=>({col:!e.cols&&!e.xs&&!e.sm&&!e.md&&!e.lg&&!e.xxl,[`col-${e.cols}`]:e.cols,[`col-xs-${e.xs}`]:e.xs,[`col-sm-${e.sm}`]:e.sm,[`col-md-${e.md}`]:e.md,[`col-lg-${e.lg}`]:e.lg,[`col-xxl-${e.xxl}`]:e.xxl,[`${e.orderClass}`]:e.orderClass,[`${e.offsetClass}`]:e.offsetClass,[`${e.class}`]:e.class}));return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(t.value)},[m.renderSlot(r.$slots,"default")],2))}}),Kc=m.defineComponent({__name:"BDContainer",props:{class:{default:""},fluid:{type:Boolean,default:!1}},setup(n){const e=n,t=m.computed(()=>({container:!e.fluid,"container-fluid":e.fluid===!0,[`container-${e.fluid}`]:e.fluid&&e.fluid!==!0,[e.class]:!0}));return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(t.value)},[m.renderSlot(r.$slots,"default")],2))}}),Gc=m.defineComponent({__name:"BDRow",props:{class:{}},setup(n){return(e,t)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(["row",e.class])},[m.renderSlot(e.$slots,"default")],2))}}),it={XS:"xs",SM:"sm",MD:"md",LG:"lg"},qe=(n,e)=>{const t=n.__vccOpts||n;for(const[r,o]of e)t[r]=o;return t},hf={},mf={class:"icon icon-check",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"13",viewBox:"0 0 18 13"},gf=m.createElementVNode("path",{d:"M6 10.586L1.707 6.293A1 1 0 0 0 .293 7.707l5 5a1 1 0 0 0 1.414 0l11-11A1 1 0 1 0 16.293.293L6 10.586z"},null,-1),vf=[gf];function yf(n,e){return m.openBlock(),m.createElementBlock("svg",mf,vf)}const pi=qe(hf,[["render",yf]]),bf={},xf={class:"icon icon-error",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"},Sf=m.createElementVNode("path",{d:"M9 18A9 9 0 1 1 9 0a9 9 0 0 1 0 18zm.542-7.01l.102-7.654h-1.42l.094 7.654h1.224zm-1.37 2.329c0 .22.067.401.201.546.135.144.334.216.597.216.264 0 .464-.072.6-.216a.761.761 0 0 0 .206-.546.787.787 0 0 0-.205-.553c-.137-.15-.337-.224-.6-.224-.264 0-.463.075-.598.224a.795.795 0 0 0-.201.553z"},null,-1),Ef=[Sf];function Cf(n,e){return m.openBlock(),m.createElementBlock("svg",xf,Ef)}const hi=qe(bf,[["render",Cf]]),kf={},wf={class:"icon icon-attachment",width:"17",height:"18",viewBox:"0 0 17 18",xmlns:"http://www.w3.org/2000/svg"},Tf=m.createElementVNode("path",{d:"M15.56 7.97l-7.135 7.135a3.91 3.91 0 0 1-5.53-5.53L10.03 2.44a2.357 2.357 0 0 1 3.333 3.334L6.22 12.907a.804.804 0 1 1-1.137-1.136l6.591-6.582a.75.75 0 0 0-1.06-1.062l-6.59 6.583a2.304 2.304 0 1 0 3.256 3.258l7.142-7.134A3.857 3.857 0 1 0 8.97 1.38L1.835 8.514a5.41 5.41 0 0 0 7.651 7.651l7.134-7.134a.75.75 0 1 0-1.06-1.06z"},null,-1),Af=[Tf];function Of(n,e){return m.openBlock(),m.createElementBlock("svg",wf,Af)}const Fr=qe(kf,[["render",Of]]),Mf={},If={class:"icon icon-info",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"},Nf=m.createElementVNode("path",{d:"M9 18A9 9 0 1 1 9 0a9 9 0 0 1 0 18zm.498-4V6.075H8.143V14h1.355zM8.033 3.973c0 .22.067.403.201.55.134.146.333.22.597.22.264 0 .464-.074.6-.22a.774.774 0 0 0 .206-.55.8.8 0 0 0-.205-.556c-.137-.152-.337-.228-.6-.228-.265 0-.464.076-.598.228a.809.809 0 0 0-.201.556z"},null,-1),Rf=[Nf];function Df(n,e){return m.openBlock(),m.createElementBlock("svg",If,Rf)}const mi=qe(Mf,[["render",Df]]),Lf={},Pf={class:"icon icon-remove",width:"11",height:"11",viewBox:"0 0 11 11",xmlns:"http://www.w3.org/2000/svg"},Bf=m.createElementVNode("path",{d:"M.893.893a1 1 0 0 1 1.414 0L5.5 4.085 8.693.893a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L6.915 5.5l3.192 3.193a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L5.5 6.915l-3.193 3.192a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L4.085 5.5.893 2.307A1 1 0 0 1 .81.987L.893.893z"},null,-1),Ff=[Bf];function zf(n,e){return m.openBlock(),m.createElementBlock("svg",Pf,Ff)}const Js=qe(Lf,[["render",zf]]),Vf={},$f={version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{"enable-background":"new 0 0 24 24"},"xml:space":"preserve",class:"icon icon-file"},Uf=m.createElementVNode("title",null,"common-file-empty",-1),Hf=m.createElementVNode("g",null,[m.createElementVNode("path",{d:`M3.023,24c-1.241,0-2.25-1.009-2.25-2.25V2.25C0.773,1.009,1.782,0,3.023,0h15c0.59,0,1.147,0.227,1.571,0.639l2.955,2.883
|
|
2
|
-
c0.431,0.422,0.678,1.009,0.678,1.611V21.75c0,1.241-1.009,2.25-2.25,2.25H3.023z M3.023,1.5c-0.414,0-0.75,0.336-0.75,0.75v19.5
|
|
3
|
-
c0,0.414,0.336,0.75,0.75,0.75h17.954c0.414,0,0.75-0.336,0.75-0.75V5.133c0-0.201-0.082-0.397-0.226-0.537l-2.955-2.883
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const m=require("vue"),Wc=m.defineComponent({__name:"BDCol",props:{class:{},cols:{},xs:{},sm:{},md:{},lg:{},xxl:{},orderClass:{},offsetClass:{}},setup(n){const e=n,t=m.computed(()=>({col:!e.cols&&!e.xs&&!e.sm&&!e.md&&!e.lg&&!e.xxl,[`col-${e.cols}`]:e.cols,[`col-xs-${e.xs}`]:e.xs,[`col-sm-${e.sm}`]:e.sm,[`col-md-${e.md}`]:e.md,[`col-lg-${e.lg}`]:e.lg,[`col-xxl-${e.xxl}`]:e.xxl,[`${e.orderClass}`]:e.orderClass,[`${e.offsetClass}`]:e.offsetClass,[`${e.class}`]:e.class}));return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(t.value)},[m.renderSlot(r.$slots,"default")],2))}}),Kc=m.defineComponent({__name:"BDContainer",props:{class:{default:""},fluid:{type:Boolean,default:!1}},setup(n){const e=n,t=m.computed(()=>({container:!e.fluid,"container-fluid":e.fluid===!0,[`container-${e.fluid}`]:e.fluid&&e.fluid!==!0,[e.class]:!0}));return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(t.value)},[m.renderSlot(r.$slots,"default")],2))}}),Gc=m.defineComponent({__name:"BDRow",props:{class:{}},setup(n){return(e,t)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(["row",e.class])},[m.renderSlot(e.$slots,"default")],2))}}),it={XS:"xs",SM:"sm",MD:"md",LG:"lg"},qe=(n,e)=>{const t=n.__vccOpts||n;for(const[r,o]of e)t[r]=o;return t},hf={},mf={class:"icon icon-check",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"13",viewBox:"0 0 18 13"},gf=m.createElementVNode("path",{d:"M6 10.586L1.707 6.293A1 1 0 0 0 .293 7.707l5 5a1 1 0 0 0 1.414 0l11-11A1 1 0 1 0 16.293.293L6 10.586z"},null,-1),vf=[gf];function yf(n,e){return m.openBlock(),m.createElementBlock("svg",mf,vf)}const pi=qe(hf,[["render",yf]]),bf={},xf={class:"icon icon-error",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"},Sf=m.createElementVNode("path",{d:"M9 18A9 9 0 1 1 9 0a9 9 0 0 1 0 18zm.542-7.01l.102-7.654h-1.42l.094 7.654h1.224zm-1.37 2.329c0 .22.067.401.201.546.135.144.334.216.597.216.264 0 .464-.072.6-.216a.761.761 0 0 0 .206-.546.787.787 0 0 0-.205-.553c-.137-.15-.337-.224-.6-.224-.264 0-.463.075-.598.224a.795.795 0 0 0-.201.553z"},null,-1),Ef=[Sf];function Cf(n,e){return m.openBlock(),m.createElementBlock("svg",xf,Ef)}const hi=qe(bf,[["render",Cf]]),kf={},wf={class:"icon icon-attachment",width:"17",height:"18",viewBox:"0 0 17 18",xmlns:"http://www.w3.org/2000/svg"},Tf=m.createElementVNode("path",{d:"M15.56 7.97l-7.135 7.135a3.91 3.91 0 0 1-5.53-5.53L10.03 2.44a2.357 2.357 0 0 1 3.333 3.334L6.22 12.907a.804.804 0 1 1-1.137-1.136l6.591-6.582a.75.75 0 0 0-1.06-1.062l-6.59 6.583a2.304 2.304 0 1 0 3.256 3.258l7.142-7.134A3.857 3.857 0 1 0 8.97 1.38L1.835 8.514a5.41 5.41 0 0 0 7.651 7.651l7.134-7.134a.75.75 0 1 0-1.06-1.06z"},null,-1),Af=[Tf];function Of(n,e){return m.openBlock(),m.createElementBlock("svg",wf,Af)}const Fr=qe(kf,[["render",Of]]),Mf={},If={class:"icon icon-info",xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18"},Nf=m.createElementVNode("path",{d:"M9 18A9 9 0 1 1 9 0a9 9 0 0 1 0 18zm.498-4V6.075H8.143V14h1.355zM8.033 3.973c0 .22.067.403.201.55.134.146.333.22.597.22.264 0 .464-.074.6-.22a.774.774 0 0 0 .206-.55.8.8 0 0 0-.205-.556c-.137-.152-.337-.228-.6-.228-.265 0-.464.076-.598.228a.809.809 0 0 0-.201.556z"},null,-1),Rf=[Nf];function Df(n,e){return m.openBlock(),m.createElementBlock("svg",If,Rf)}const mi=qe(Mf,[["render",Df]]),Lf={},Pf={class:"icon icon-remove",width:"11",height:"11",viewBox:"0 0 11 11",xmlns:"http://www.w3.org/2000/svg"},Bf=m.createElementVNode("path",{d:"M.893.893a1 1 0 0 1 1.414 0L5.5 4.085 8.693.893a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L6.915 5.5l3.192 3.193a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L5.5 6.915l-3.193 3.192a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L4.085 5.5.893 2.307A1 1 0 0 1 .81.987L.893.893z"},null,-1),Ff=[Bf];function zf(n,e){return m.openBlock(),m.createElementBlock("svg",Pf,Ff)}const Js=qe(Lf,[["render",zf]]),Vf={},$f={version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 24 24",style:{"enable-background":"new 0 0 24 24"},"xml:space":"preserve",class:"icon icon-file"},Uf=m.createElementVNode("title",null,"common-file-empty",-1),Hf=m.createElementVNode("g",null,[m.createElementVNode("path",{d:`M3.023,24c-1.241,0-2.25-1.009-2.25-2.25V2.25C0.773,1.009,1.782,0,3.023,0h15c0.59,0,1.147,0.227,1.571,0.639l2.955,2.883
|
|
2
|
+
c0.431,0.422,0.678,1.009,0.678,1.611V21.75c0,1.241-1.009,2.25-2.25,2.25H3.023z M3.023,1.5c-0.414,0-0.75,0.336-0.75,0.75v19.5
|
|
3
|
+
c0,0.414,0.336,0.75,0.75,0.75h17.954c0.414,0,0.75-0.336,0.75-0.75V5.133c0-0.201-0.082-0.397-0.226-0.537l-2.955-2.883
|
|
4
4
|
C18.406,1.576,18.22,1.5,18.023,1.5H3.023z`})],-1),jf=[Uf,Hf];function Wf(n,e){return m.openBlock(),m.createElementBlock("svg",$f,jf)}const Ys=qe(Vf,[["render",Wf]]),Kf={},Gf={xmlns:"http://www.w3.org/2000/svg",width:"18",height:"10"},Jf=m.createElementVNode("path",{d:"M8.828 6.207L14.632.404a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414L9.682 9.596a.999.999 0 0 1-.854.282.999.999 0 0 1-.853-.282L.904 2.526a1 1 0 0 1 0-1.415L1.61.404a1 1 0 0 1 1.414 0l5.803 5.803z",fill:"#3594CF"},null,-1),Yf=[Jf];function Xf(n,e){return m.openBlock(),m.createElementBlock("svg",Gf,Yf)}const Jc=qe(Kf,[["render",Xf]]),Zf={},Qf={class:"icon icon-caret-right",xmlns:"http://www.w3.org/2000/svg",width:"7",height:"11",viewBox:"0 0 7 11"},qf=m.createElementVNode("path",{d:"M4.324 5.703l-3.27-3.27A.9.9 0 1 1 2.327 1.16L6.146 4.98a.898.898 0 0 1 .259.724.898.898 0 0 1-.26.724l-3.818 3.819a.9.9 0 1 1-1.273-1.273l3.27-3.27z"},null,-1),_f=[qf];function ep(n,e){return m.openBlock(),m.createElementBlock("svg",Qf,_f)}const Xs=qe(Zf,[["render",ep]]),tp={},np={class:"icon icon-caret-left",xmlns:"http://www.w3.org/2000/svg",width:"6",height:"10",viewBox:"0 0 6 10"},rp=m.createElementVNode("path",{d:"M2.276 4.897l3.27 3.27A.9.9 0 1 1 4.273 9.44L.454 5.62a.898.898 0 0 1-.259-.724.898.898 0 0 1 .26-.724L4.272.354a.9.9 0 1 1 1.273 1.273l-3.27 3.27z"},null,-1),op=[rp];function ip(n,e){return m.openBlock(),m.createElementBlock("svg",np,op)}const Zs=qe(tp,[["render",ip]]),sp={},ap={class:"icon icon-close",xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"-4 -4 22 22"},lp=m.createElementVNode("path",{d:"M8.414 7l5.293 5.293a1 1 0 0 1-1.414 1.414L7 8.414l-5.293 5.293a1 1 0 1 1-1.414-1.414L5.586 7 .293 1.707A1 1 0 1 1 1.707.293L7 5.586 12.293.293a1 1 0 0 1 1.414 1.414L8.414 7z"},null,-1),cp=[lp];function up(n,e){return m.openBlock(),m.createElementBlock("svg",ap,cp)}const Qs=qe(sp,[["render",up]]),dp={},fp={width:"12",height:"14",viewBox:"0 0 12 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-italic"},pp=m.createElementVNode("path",{d:"M12 0.75C12 1.1875 11.6562 1.5 11.25 1.5H9.125L4.53125 12.5H7.25C7.65625 12.5 8 12.8438 8 13.25C8 13.6875 7.65625 14 7.25 14H0.75C0.3125 14 0 13.6875 0 13.25C0 12.8438 0.3125 12.5 0.75 12.5H2.9375L7.53125 1.5H4.75C4.3125 1.5 4 1.1875 4 0.75C4 0.34375 4.3125 0 4.75 0H11.25C11.6562 0 12 0.34375 12 0.75Z"},null,-1),hp=[pp];function mp(n,e){return m.openBlock(),m.createElementBlock("svg",fp,hp)}const qs=qe(dp,[["render",mp]]),gp={},vp={width:"11",height:"13",viewBox:"0 0 11 13",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bold"},yp=m.createElementVNode("path",{d:"M8.85547 6.25781C9.21094 5.84766 9.53906 5.05469 9.59375 4.48047C9.78516 2.40234 8.17188 0.625 6.12109 0.625H0.679688C0.433594 0.625 0.242188 0.84375 0.242188 1.0625V2.375C0.242188 2.62109 0.433594 2.8125 0.679688 2.8125H1.52734V10.6875H0.679688C0.433594 10.6875 0.242188 10.9062 0.242188 11.125V12.4375C0.242188 12.6836 0.433594 12.875 0.679688 12.875H6.39453C8.33594 12.875 10.0586 11.4805 10.25 9.53906C10.3867 8.22656 9.78516 7.02344 8.85547 6.25781ZM3.71484 2.8125H6.12109C6.83203 2.8125 7.43359 3.41406 7.43359 4.125C7.43359 4.86328 6.83203 5.4375 6.12109 5.4375H3.71484V2.8125ZM6.12109 10.6875H3.71484V7.625H6.12109C6.96875 7.625 7.65234 8.33594 7.65234 9.15625C7.65234 10.0039 6.96875 10.6875 6.12109 10.6875Z"},null,-1),bp=[yp];function xp(n,e){return m.openBlock(),m.createElementBlock("svg",vp,bp)}const _s=qe(gp,[["render",xp]]),Sp={},Ep={width:"14",height:"16",viewBox:"0 0 14 16",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-underline"},Cp=m.createElementVNode("path",{d:"M1.25 1.5H2V7.5C2 10.2812 4.21875 12.5 7 12.5C9.75 12.5 12 10.2812 12 7.5V1.5H12.75C13.1562 1.5 13.5 1.1875 13.5 0.75C13.5 0.34375 13.1562 0 12.75 0H9.75C9.3125 0 9 0.34375 9 0.75C9 1.1875 9.3125 1.5 9.75 1.5H10.5V7.5C10.5 9.4375 8.90625 11 7 11C5.0625 11 3.5 9.4375 3.5 7.5V1.5H4.25C4.65625 1.5 5 1.1875 5 0.75C5 0.34375 4.65625 0 4.25 0H1.25C0.8125 0 0.5 0.34375 0.5 0.75C0.5 1.1875 0.8125 1.5 1.25 1.5ZM13.25 14.5H0.75C0.3125 14.5 0 14.8438 0 15.25C0 15.6875 0.3125 16 0.75 16H13.25C13.6562 16 14 15.6875 14 15.25C14 14.8438 13.6562 14.5 13.25 14.5Z"},null,-1),kp=[Cp];function wp(n,e){return m.openBlock(),m.createElementBlock("svg",Ep,kp)}const ea=qe(Sp,[["render",wp]]),Tp={},Ap={width:"16",height:"14",viewBox:"0 0 16 14",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-bullet-list"},Op=m.createElementVNode("path",{d:"M2.5 5.5H0.5C0.21875 5.5 0 5.75 0 6V8C0 8.28125 0.21875 8.5 0.5 8.5H2.5C2.75 8.5 3 8.28125 3 8V6C3 5.75 2.75 5.5 2.5 5.5ZM2.5 10.5H0.5C0.21875 10.5 0 10.75 0 11V13C0 13.2812 0.21875 13.5 0.5 13.5H2.5C2.75 13.5 3 13.2812 3 13V11C3 10.75 2.75 10.5 2.5 10.5ZM2.5 0.5H0.5C0.21875 0.5 0 0.75 0 1V3C0 3.28125 0.21875 3.5 0.5 3.5H2.5C2.75 3.5 3 3.28125 3 3V1C3 0.75 2.75 0.5 2.5 0.5ZM15.25 6.25H5.71875C5.3125 6.25 5 6.59375 5 7C5 7.4375 5.3125 7.75 5.71875 7.75H15.25C15.6562 7.75 16 7.4375 16 7C16 6.59375 15.6562 6.25 15.25 6.25ZM15.25 1.25H5.71875C5.3125 1.25 5 1.59375 5 2C5 2.375 5.3125 2.75 5.71875 2.75H15.25C15.6562 2.75 16 2.4375 16 2.03125C16 1.65625 15.6562 1.25 15.25 1.25ZM15.25 11.25H5.71875C5.3125 11.25 5 11.5938 5 12C5 12.4375 5.3125 12.75 5.71875 12.75H15.25C15.6562 12.75 16 12.4375 16 12C16 11.5938 15.6562 11.25 15.25 11.25Z"},null,-1),Mp=[Op];function Ip(n,e){return m.openBlock(),m.createElementBlock("svg",Ap,Mp)}const ta=qe(Tp,[["render",Ip]]),Np={},Rp={width:"17",height:"15",viewBox:"0 0 17 15",xmlns:"http://www.w3.org/2000/svg",class:"icon icon-ordered-list"},Dp=m.createElementVNode("path",{d:"M7.75 3.75H16.25C16.6562 3.75 17 3.4375 17 3C17 2.59375 16.6562 2.25 16.25 2.25H7.75C7.3125 2.25 7 2.59375 7 3C7 3.4375 7.3125 3.75 7.75 3.75ZM16.25 12.25H7.75C7.3125 12.25 7 12.5938 7 13C7 13.4375 7.3125 13.75 7.75 13.75H16.25C16.6562 13.75 17 13.4375 17 13C17 12.5938 16.6562 12.25 16.25 12.25ZM16.25 7.25H7.75C7.3125 7.25 7 7.59375 7 8C7 8.4375 7.3125 8.75 7.75 8.75H16.25C16.6562 8.75 17 8.4375 17 8C17 7.59375 16.6562 7.25 16.25 7.25ZM2.25 7H4.75C5.15625 7 5.5 6.6875 5.5 6.25C5.5 5.78125 5.15625 5.5 4.75 5.5H4.25V1.75C4.25 1.5 4.09375 1.25 3.84375 1.125C3.625 0.96875 3.34375 0.96875 3.09375 1.125L2.09375 1.6875C1.75 1.90625 1.625 2.375 1.84375 2.71875C2.03125 3.03125 2.40625 3.1875 2.75 3.0625V5.5H2.25C1.8125 5.5 1.5 5.84375 1.5 6.25C1.5 6.6875 1.8125 7 2.25 7ZM5.25 13.5H3.6875L4.84375 12.5C5.78125 11.6875 5.875 10.2812 5.09375 9.34375C4.6875 8.84375 4.125 8.5625 3.5 8.53125C2.90625 8.46875 2.28125 8.65625 1.8125 9.0625L1.4375 9.40625C1.125 9.6875 1.09375 10.1562 1.34375 10.4688C1.625 10.7812 2.09375 10.8125 2.40625 10.5625L2.8125 10.2188C2.96875 10.0625 3.1875 10 3.40625 10.0312C3.625 10.0312 3.8125 10.125 3.9375 10.3125C4.21875 10.625 4.1875 11.0938 3.84375 11.375L1.25 13.7188C1 13.9062 0.9375 14.25 1.03125 14.5312C1.15625 14.8125 1.4375 15 1.71875 15H5.25C5.65625 15 6 14.6875 6 14.2812C6 13.8438 5.65625 13.5 5.25 13.5Z"},null,-1),Lp=[Dp];function Pp(n,e){return m.openBlock(),m.createElementBlock("svg",Rp,Lp)}const na=qe(Np,[["render",Pp]]),Bp={},Fp={class:"icon icon-hyperlink",xmlns:"http://www.w3.org/2000/svg",version:"1.1","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:svgjs":"http://svgjs.com/svgjs",viewBox:"0 0 20 20",width:"20",height:"20"},zp=m.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[m.createElementVNode("path",{d:"M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"}),m.createElementVNode("path",{d:"M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z",stroke:"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1),Vp=[zp];function $p(n,e){return m.openBlock(),m.createElementBlock("svg",Fp,Vp)}const ra=qe(Bp,[["render",$p]]),Up={},Hp=m.createStaticVNode('<title>BeterDichtbij logo</title><g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group-3-Copy-2" transform="translate(0.000000, -14.000000)"><g id="Master-Copy" transform="translate(0.000000, 21.000000)" fill="#E1523D"><g id="Group-36-Copy-2"><path d="M0,7.07801038 C0,4.71449972 1.60969434,3.38479666 3.84879725,3.38479666 L13.2067282,3.38479666 C18.2745524,3.38479666 22.3693254,6.83325734 22.3693254,12.0497847 C22.3693254,15.4945924 20.9549647,17.8069606 17.8368602,19.2827849 L17.8368602,19.3814167 C21.978658,19.9732076 25.2450714,23.4655047 25.2450714,27.7468563 C25.2450714,34.687614 20.6619642,38.4283171 13.9374209,38.4283171 L3.89943932,38.4283171 C1.65671912,38.4283171 0,36.9999822 0,34.687614 L0,7.07801038 Z M7.3105444,17.2663121 L11.1123169,17.2663121 C13.4997287,17.2663121 15.058781,15.8379772 15.058781,13.3758348 C15.058781,11.0634665 13.2537529,9.88353771 11.1123169,9.88353771 L7.3105444,9.88353771 L7.3105444,17.2663121 Z M7.3105444,31.9332291 L13.0620365,31.9332291 C15.6918068,31.9332291 17.6415265,30.4062624 17.6415265,27.6482244 C17.6415265,25.3358562 15.8871405,23.7614001 12.4760354,23.7614001 L7.3105444,23.7614001 L7.3105444,31.9332291 Z" id="Fill-10"></path><path d="M33.6758908,27.6990016 C34.164225,31.1912986 37.0399711,32.8168971 40.3027672,32.8168971 C43.909206,32.8168971 46.3942847,29.9638804 48.2463375,29.9638804 C49.758365,29.9638804 51.1220836,31.4871941 51.1220836,33.0141608 C51.1220836,36.0644411 44.8858745,39.0197427 39.6697414,39.0197427 C31.7768132,39.0197427 26.5136553,33.2114244 26.5136553,25.3866333 C26.5136553,18.2011226 31.6791463,11.6548921 39.0873576,11.6548921 C46.6872852,11.6548921 51.7080846,18.6431393 51.7080846,24.5500894 C51.7080846,26.665194 50.7820582,27.6990016 48.6370049,27.6990016 L33.6758908,27.6990016 Z M44.6905408,22.9756333 C44.2998734,19.8742105 42.3501537,17.5618423 39.0873576,17.5618423 C35.9656357,17.5618423 33.8712245,19.9728423 33.5311991,22.9756333 L44.6905408,22.9756333 Z" id="Fill-12"></path><path d="M55.9001628,18.4462409 L54.3411105,18.4462409 C52.4384156,18.4462409 51.2700307,17.2663121 51.2700307,15.3448181 C51.2700307,13.5730984 52.5867245,12.2470484 54.3411105,12.2470484 L55.9001628,12.2470484 L55.9001628,8.01318615 C55.9001628,5.6496755 57.3615482,4.0752194 59.4089347,4.0752194 C61.4563212,4.0752194 62.9177066,5.6496755 62.9177066,8.01318615 L62.9177066,12.2470484 L64.9144511,12.2470484 C66.7194791,12.2470484 68.2785314,13.0799393 68.2785314,15.3448181 C68.2785314,17.5585545 66.7194791,18.4462409 64.9144511,18.4462409 L62.9177066,18.4462409 L62.9177066,34.7862458 C62.9177066,37.1497565 61.4563212,38.7205595 59.4089347,38.7205595 C57.3615482,38.7205595 55.9001628,37.1497565 55.9001628,34.7862458 L55.9001628,18.4462409 Z" id="Fill-14"></path><path d="M74.2727437,27.6990016 C74.761078,31.1912986 77.636824,32.8168971 80.8996202,32.8168971 C84.506059,32.8168971 86.9911376,29.9638804 88.8431905,29.9638804 C90.3552179,29.9638804 91.7189365,31.4871941 91.7189365,33.0141608 C91.7189365,36.0644411 85.4827274,39.0197427 80.2665943,39.0197427 C72.3736661,39.0197427 67.1105082,33.2114244 67.1105082,25.3866333 C67.1105082,18.2011226 72.2759993,11.6548921 79.6805932,11.6548921 C87.2841382,11.6548921 92.3049376,18.6431393 92.3049376,24.5500894 C92.3049376,26.665194 91.3789112,27.6990016 89.2338578,27.6990016 L74.2727437,27.6990016 Z M85.2873937,22.9756333 C84.8967264,19.8742105 82.9470067,17.5618423 79.6805932,17.5618423 C76.5624887,17.5618423 74.4680774,19.9728423 74.1280521,22.9756333 L85.2873937,22.9756333 Z" id="Fill-16"></path><path d="M94.6934346,15.4934965 C94.6934346,13.1299858 96.5454874,11.950057 98.2998734,11.950057 C100.151926,11.950057 101.710978,12.6404797 101.710978,14.9017055 L101.808645,14.9017055 C103.125339,12.9327222 104.5397,11.950057 106.731778,11.950057 C108.435522,11.950057 110.142883,13.1811282 110.142883,15.7382495 C110.142883,18.0506177 108.044854,18.200392 105.950443,19.1830571 C103.856032,20.1693753 101.710978,21.1045511 101.710978,23.9100785 L101.710978,34.7851499 C101.710978,37.1486606 100.249593,38.7231166 98.2022065,38.7231166 C96.15482,38.7231166 94.6934346,37.1486606 94.6934346,34.7851499 L94.6934346,15.4934965 Z" id="Fill-18"></path><path d="M114.139266,7.17591159 C114.139266,4.91103276 115.698318,3.38771909 117.890396,3.38771909 L125.982275,3.38771909 C136.899258,3.38771909 143.135468,10.474598 143.135468,21.4008119 C143.135468,31.7352348 136.508591,38.4275865 126.47061,38.4275865 L117.988063,38.4275865 C116.381986,38.4275865 114.139266,37.5435531 114.139266,34.7380258 L114.139266,7.17591159 Z M121.44981,31.636603 L126.369325,31.636603 C132.659794,31.636603 135.531923,26.9607241 135.531923,21.053774 C135.531923,14.7559496 132.609152,10.1787026 125.884608,10.1787026 L121.44981,10.1787026 L121.44981,31.636603 Z" id="Fill-20"></path><path d="M153.809731,5.20729352 C153.809731,7.42102993 152.055345,9.29138148 149.863266,9.29138148 C147.765238,9.29138148 145.913185,7.37354053 145.913185,5.20729352 C145.913185,3.19082075 147.765238,1.32046919 149.863266,1.32046919 C151.957678,1.32046919 153.809731,3.13967832 153.809731,5.20729352 L153.809731,5.20729352 Z M146.354494,15.8887543 C146.354494,13.5252437 147.81588,11.9507876 149.863266,11.9507876 C151.910653,11.9507876 153.372038,13.5252437 153.372038,15.8887543 L153.372038,34.7858805 C153.372038,37.1493912 151.910653,38.7238473 149.863266,38.7238473 C147.81588,38.7238473 146.354494,37.1493912 146.354494,34.7858805 L146.354494,15.8887543 Z" id="Fill-22"></path><path d="M174.716947,19.5289991 C172.962561,19.5289991 171.403509,18.1518067 169.160789,18.1518067 C165.163682,18.1518067 163.264605,21.7427355 163.264605,25.3848068 C163.264605,28.8807569 165.359016,32.5228282 169.160789,32.5228282 C170.915175,32.5228282 173.548562,31.0470039 174.376922,31.0470039 C176.033641,31.0470039 177.397359,32.4716858 177.397359,34.1447737 C177.397359,37.786845 171.352867,39.0179162 168.820763,39.0179162 C161.26786,39.0179162 156.247061,32.7675812 156.247061,25.3848068 C156.247061,18.1992961 161.412552,11.6530656 168.820763,11.6530656 C171.598842,11.6530656 177.397359,12.6868732 177.397359,16.1316809 C177.397359,17.6075051 176.373666,19.5289991 174.716947,19.5289991" id="Fill-24"></path><path d="M179.83469,4.46901608 C179.83469,2.10550542 181.296075,0.531049329 183.343462,0.531049329 C185.390848,0.531049329 186.852234,2.10550542 186.852234,4.46901608 L186.852234,14.1166693 L186.949901,14.1166693 C188.411286,12.2938072 191.14234,11.6545268 193.334419,11.6545268 C198.839935,11.6545268 202.934708,15.1979663 202.934708,21.2035482 L202.934708,34.7855152 C202.934708,37.1490259 201.473322,38.723482 199.425936,38.723482 C197.378549,38.723482 195.917164,37.1490259 195.917164,34.7855152 L195.917164,22.4346195 C195.917164,19.1359331 193.869778,17.561477 191.337674,17.561477 C188.461928,17.561477 186.852234,19.6765816 186.852234,22.4346195 L186.852234,34.7855152 C186.852234,37.1490259 185.390848,38.723482 183.343462,38.723482 C181.296075,38.723482 179.83469,37.1490259 179.83469,34.7855152 L179.83469,4.46901608 Z" id="Fill-26"></path><path d="M208.63809,18.4462409 L207.079038,18.4462409 C205.17996,18.4462409 204.007958,17.2663121 204.007958,15.3448181 C204.007958,13.5730984 205.324652,12.2470484 207.079038,12.2470484 L208.63809,12.2470484 L208.63809,8.01318615 C208.63809,5.6496755 210.099475,4.0752194 212.146862,4.0752194 C214.194249,4.0752194 215.655634,5.6496755 215.655634,8.01318615 L215.655634,12.2470484 L217.652378,12.2470484 C219.457406,12.2470484 221.016459,13.0799393 221.016459,15.3448181 C221.016459,17.5585545 219.457406,18.4462409 217.652378,18.4462409 L215.655634,18.4462409 L215.655634,34.7862458 C215.655634,37.1497565 214.194249,38.7205595 212.146862,38.7205595 C210.099475,38.7205595 208.63809,37.1497565 208.63809,34.7862458 L208.63809,18.4462409 Z" id="Fill-28"></path><path d="M222.820402,4.46865078 C222.820402,2.10514012 224.281787,0.530684026 226.329173,0.530684026 C228.37656,0.530684026 229.837945,2.10514012 229.837945,4.46865078 L229.837945,14.116304 C231.689998,12.4907055 234.07741,11.6541615 236.515464,11.6541615 C244.068367,11.6541615 247.819497,18.7921829 247.819497,25.6817982 C247.819497,32.3741498 243.337674,39.0190121 236.269488,39.0190121 C233.882076,39.0190121 231.154639,37.9340621 229.837945,35.7714681 C229.400253,37.6418197 228.278893,38.7231166 226.329173,38.7231166 C224.281787,38.7231166 222.820402,37.1486606 222.820402,34.7851499 L222.820402,4.46865078 Z M235.343462,32.5202711 C239.000543,32.5202711 240.801953,28.6845892 240.801953,25.3859027 C240.801953,22.0397269 239.000543,18.1492495 235.343462,18.1492495 C231.592331,18.1492495 229.837945,21.692689 229.837945,25.1411497 C229.837945,28.5859573 231.494664,32.5202711 235.343462,32.5202711 L235.343462,32.5202711 Z" id="Fill-30"></path><path d="M258.153735,5.20729352 C258.153735,7.42102993 256.399349,9.29138148 254.207271,9.29138148 C252.109242,9.29138148 250.257189,7.37354053 250.257189,5.20729352 C250.257189,3.19082075 252.109242,1.32046919 254.207271,1.32046919 C256.301682,1.32046919 258.153735,3.13967832 258.153735,5.20729352 L258.153735,5.20729352 Z M250.698499,15.8887543 C250.698499,13.5252437 252.159884,11.9507876 254.207271,11.9507876 C256.254657,11.9507876 257.716043,13.5252437 257.716043,15.8887543 L257.716043,34.7858805 C257.716043,37.1493912 256.254657,38.7238473 254.207271,38.7238473 C252.159884,38.7238473 250.698499,37.1493912 250.698499,34.7858805 L250.698499,15.8887543 Z" id="Fill-32"></path><path d="M268.972689,5.20729352 C268.972689,7.42102993 267.218303,9.29138148 265.026225,9.29138148 C262.928197,9.29138148 261.076144,7.37354053 261.076144,5.20729352 C261.076144,3.19082075 262.928197,1.32046919 265.026225,1.32046919 C267.120637,1.32046919 268.972689,3.13967832 268.972689,5.20729352 L268.972689,5.20729352 Z M261.517453,15.8887543 C261.517453,13.5252437 262.978839,11.9507876 265.026225,11.9507876 C267.073612,11.9507876 268.534997,13.5252437 268.534997,15.8887543 L268.534997,45.2189353 C268.534997,47.5824459 267.073612,49.156902 265.026225,49.156902 C262.978839,49.156902 261.517453,47.5824459 261.517453,45.2189353 L261.517453,15.8887543 Z" id="Fill-34"></path></g></g><polyline id="Path" stroke="#E1523D" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(346.970563, 44.470563) rotate(-45.000000) translate(-346.970563, -44.470563) " points="334.970563 56.4705627 334.970563 32.4705627 334.970563 32.4705627 358.970563 32.4705627"></polyline><g id="Group-2" transform="translate(319.970563, 44.500000) rotate(90.000000) translate(-319.970563, -44.500000) translate(275.970563, 27.500000)" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.4"><polyline id="Path-Copy-2" stroke="#418FDE" transform="translate(70.970563, 17.000000) rotate(-45.000000) translate(-70.970563, -17.000000) " points="58.9705627 29 58.9705627 5 82.9705627 5"></polyline><polyline id="Path-Copy-3" stroke="#FFC72C" transform="translate(16.970563, 17.000000) scale(-1, 1) rotate(-45.000000) translate(-16.970563, -17.000000) " points="4.97056275 29 4.97056275 5 28.9705627 5"></polyline></g><polyline id="Path-Copy" stroke="#00BF6F" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(292.970563, 44.470563) scale(-1, 1) rotate(-45.000000) translate(-292.970563, -44.470563) " points="280.970563 56.4705627 280.970563 32.4705627 280.970563 32.4705627 304.970563 32.4705627"></polyline></g></g>',2),jp=[Hp];function Wp(n,e){return m.openBlock(),m.createElementBlock("svg",m.mergeProps({class:"bd-logo"},n.$attrs,{version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"}),jp,16)}const Yc=qe(Up,[["render",Wp]]),tl=/^https:/i,gi=m.defineComponent({__name:"BDLink",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},setup(n){const e=n,t=m.computed(()=>typeof e.to=="string"&&tl.test(e.to)?"a":typeof e.to!="string"&&typeof m.resolveComponent("router-link")!="string"?"router-link":"div"),r=m.computed(()=>{if(typeof e.to=="string"&&tl.test(e.to)){const{to:o,target:i,rel:s}=e;return{href:o,target:i,rel:s}}else{const{to:o}=e;return{to:o}}});return(o,i)=>(m.openBlock(),m.createBlock(m.resolveDynamicComponent(t.value),m.mergeProps({class:"bd-link"},r.value),{default:m.withCtx(()=>[m.renderSlot(o.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(e.text),1)])]),_:3},16))}}),vi={PRIMARY:"primary",SECONDARY:"secondary",DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},Kp={key:0,class:"b-d-alert-title"},Xc=m.defineComponent({__name:"BDAlert",props:{variant:{default:vi.PRIMARY},title:{default:""}},setup(n){const e=n,t=m.computed(()=>["alert",`alert-${e.variant}`]);return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(t.value),role:"alert"},[r.title?(m.openBlock(),m.createElementBlock("div",Kp,[m.createVNode(m.unref(mi)),m.createElementVNode("span",null,[m.createElementVNode("strong",null,m.toDisplayString(e.title),1)])])):m.createCommentVNode("",!0),m.renderSlot(r.$slots,"default")],2))}}),Gp=["src","alt"],Jp=["textContent"],oa=m.defineComponent({__name:"BDProfileImage",props:{showFooter:{type:Boolean,default:!1},size:{default:it.LG},linkText:{default:""},src:{default:""},alt:{default:""}},emits:["click"],setup(n,{emit:e}){const t=()=>{e("click")};return(r,o)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(["bd-profile-picture rounded-circle",r.size])},[m.createElementVNode("img",{src:r.src,alt:r.alt,class:"position-absolute top-0 start-0"},null,8,Gp),r.showFooter?(m.openBlock(),m.createElementBlock("a",{key:0,class:"bd-profile-picture__footer position-absolute bottom-0 start-0",onClick:t,textContent:m.toDisplayString(r.linkText)},null,8,Jp)):m.createCommentVNode("",!0)],2))}});function Yp(n){return m.getCurrentScope()?(m.onScopeDispose(n),!0):!1}function bo(n){return typeof n=="function"?n():m.unref(n)}const Xp=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Zp=n=>typeof n<"u",Qp=Object.prototype.toString,qp=n=>Qp.call(n)==="[object Object]",ms=()=>{};function _p(n,e){function t(...r){return new Promise((o,i)=>{Promise.resolve(n(()=>e.apply(this,r),{fn:e,thisArg:this,args:r})).then(o).catch(i)})}return t}function eh(n,e={}){let t,r,o=ms;const i=l=>{clearTimeout(l),o(),o=ms};return l=>{const a=bo(n),c=bo(e.maxWait);return t&&i(t),a<=0||c!==void 0&&c<=0?(r&&(i(r),r=null),Promise.resolve(l())):new Promise((u,d)=>{o=e.rejectOnCancel?d:u,c&&!r&&(r=setTimeout(()=>{t&&i(t),r=null,u(l())},c)),t=setTimeout(()=>{r&&i(r),r=null,u(l())},a)})}}function th(n,e=200,t={}){return _p(eh(e,t),n)}function Zc(n){var e;const t=bo(n);return(e=t==null?void 0:t.$el)!=null?e:t}const nh=Xp?window:void 0;function nl(...n){let e,t,r,o;if(typeof n[0]=="string"||Array.isArray(n[0])?([t,r,o]=n,e=nh):[e,t,r,o]=n,!e)return ms;Array.isArray(t)||(t=[t]),Array.isArray(r)||(r=[r]);const i=[],s=()=>{i.forEach(u=>u()),i.length=0},l=(u,d,f,h)=>(u.addEventListener(d,f,h),()=>u.removeEventListener(d,f,h)),a=m.watch(()=>[Zc(e),bo(o)],([u,d])=>{if(s(),!u)return;const f=qp(d)?{...d}:d;i.push(...t.flatMap(h=>r.map(p=>l(u,h,p,f))))},{immediate:!0,flush:"post"}),c=()=>{a(),s()};return Yp(c),c}function rh(n){return JSON.parse(JSON.stringify(n))}function oh(n,e={}){const{initialValue:t=!1,focusVisible:r=!1}=e,o=m.ref(!1),i=m.computed(()=>Zc(n));nl(i,"focus",l=>{var a,c;(!r||(c=(a=l.target).matches)!=null&&c.call(a,":focus-visible"))&&(o.value=!0)}),nl(i,"blur",()=>o.value=!1);const s=m.computed({get:()=>o.value,set(l){var a,c;!l&&o.value?(a=i.value)==null||a.blur():l&&!o.value&&((c=i.value)==null||c.focus())}});return m.watch(i,()=>{s.value=t},{immediate:!0,flush:"post"}),{focused:s}}function Yn(n,e,t,r={}){var o,i,s;const{clone:l=!1,passive:a=!1,eventName:c,deep:u=!1,defaultValue:d,shouldEmit:f}=r,h=m.getCurrentInstance(),p=t||(h==null?void 0:h.emit)||((o=h==null?void 0:h.$emit)==null?void 0:o.bind(h))||((s=(i=h==null?void 0:h.proxy)==null?void 0:i.$emit)==null?void 0:s.bind(h==null?void 0:h.proxy));let g=c;e||(e="modelValue"),g=g||`update:${e.toString()}`;const v=k=>l?typeof l=="function"?l(k):rh(k):k,S=()=>Zp(n[e])?v(n[e]):d,C=k=>{f?f(k)&&p(g,k):p(g,k)};if(a){const k=S(),b=m.ref(k);let R=!1;return m.watch(()=>n[e],w=>{R||(R=!0,b.value=v(w),m.nextTick(()=>R=!1))}),m.watch(b,w=>{!R&&(w!==n[e]||u)&&C(w)},{deep:u}),b}else return m.computed({get(){return S()},set(k){C(k)}})}const ih={class:"bd-zoom-slider d-flex"},sh=m.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[m.createElementVNode("path",{d:"M1.5 13.5h21a1.5 1.5 0 0 0 0-3h-21a1.5 1.5 0 0 0 0 3z","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1),ah=[sh],lh=["max"],ch=m.createElementVNode("g",{transform:"matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)"},[m.createElementVNode("path",{d:"M0 12a1.5 1.5 0 0 0 1.5 1.5h8.75a.25.25 0 0 1 .25.25v8.75a1.5 1.5 0 0 0 3 0v-8.75a.25.25 0 0 1 .25-.25h8.75a1.5 1.5 0 0 0 0-3h-8.75a.25.25 0 0 1-.25-.25V1.5a1.5 1.5 0 0 0-3 0v8.75a.25.25 0 0 1-.25.25H1.5A1.5 1.5 0 0 0 0 12z","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"0"})],-1),uh=[ch],Qc=m.defineComponent({__name:"BDZoomslider",props:{modelValue:{},maxValue:{default:5}},emits:["update:modelValue"],setup(n,{emit:e}){const t=n,r=Yn(t,"modelValue",e);function o(){r.value!==0&&r.value--}function i(){r.value<t.maxValue&&r.value++}return(s,l)=>(m.openBlock(),m.createElementBlock("div",ih,[(m.openBlock(),m.createElementBlock("svg",{class:"bd-zoom-slider-min-button",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"#000000",stroke:"#000000",height:"20",width:"20",onClick:o},ah)),m.withDirectives(m.createElementVNode("input",{type:"range","onUpdate:modelValue":l[0]||(l[0]=a=>m.isRef(r)?r.value=a:null),min:"0",max:s.maxValue,class:"bd-zoom-slider-input"},null,8,lh),[[m.vModelText,m.unref(r)]]),(m.openBlock(),m.createElementBlock("svg",{class:"bd-zoom-slider-plus-button",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",fill:"#000000",stroke:"#000000",height:"20",width:"20",onClick:i},uh))]))}});var Ln=256,qc=[],rl=256,ro;for(;Ln--;)qc[Ln]=(Ln+256).toString(16).substring(1);function dh(n){var e=0,t=n||11;if(!ro||Ln+t>rl*2)for(ro="",Ln=0;e<rl;e++)ro+=qc[Math.random()*256|0];return ro.substring(Ln,Ln+++t)}function yi(){return{uniqueIdentifier:m.ref(dh())}}const fh=["id"],ph={key:0},ia=m.defineComponent({__name:"BDCard",props:{class:{default:""},title:{default:""},noHeader:{type:Boolean,default:!1},noBody:{type:Boolean,default:!1},headerClass:{default:""},bodyClass:{default:""},id:{default:0},headerVariant:{default:"primary"}},setup(n){const e=n,{uniqueIdentifier:t}=yi(),r=t.value,o=m.computed(()=>({"bd-card card":!0,[`${e.class}`]:e.class,"no-body":e.noBody})),i=m.computed(()=>({"card-header":!0,"no-title":!e.title,[`${e.headerClass}`]:e.headerClass,[`${e.headerVariant}`]:e.headerVariant})),s=m.computed(()=>({"card-body":!0,[`${e.bodyClass}`]:e.bodyClass}));return(l,a)=>(m.openBlock(),m.createElementBlock("div",{id:m.unref(r),class:m.normalizeClass(o.value)},[!l.noHeader||l.noBody?(m.openBlock(),m.createElementBlock("div",{key:0,class:m.normalizeClass(i.value)},[m.renderSlot(l.$slots,"header",{},()=>[l.title?(m.openBlock(),m.createElementBlock("h2",ph,m.toDisplayString(l.title),1)):m.createCommentVNode("",!0)])],2)):m.createCommentVNode("",!0),l.noBody?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("div",{key:1,class:m.normalizeClass(s.value)},[m.renderSlot(l.$slots,"body")],2))],10,fh))}}),hh={key:0},mh={class:"bd-collapsable-card__actions"},gh=["data-bs-target"],_c=m.defineComponent({__name:"BDCollapsableCard",props:{title:{default:"Title"},disabled:{type:Boolean,default:!1},showOn:{default:"md"},visible:{type:Boolean,default:!0}},setup(n){const e=n,{uniqueIdentifier:t}=yi(),r=t.value,o=m.computed(()=>`bd-collapsable-card__collapse-${r}`),i=m.computed(()=>({"d-block":[it.SM,it.MD].includes(e.showOn.toLowerCase()),"d-md-none":e.showOn.toLowerCase()==it.SM,"d-lg-none":e.showOn.toLowerCase()==it.MD})),s=m.computed(()=>{let a={"round-corners-sm":e.showOn.toLowerCase()==it.SM,"round-corners-md":e.showOn.toLowerCase()==it.MD,"is-disabled":e.disabled,"round-corners":!e.visible};return Object.keys(a).filter(c=>a[c]).join(" ")}),l=m.computed(()=>{let a={collapse:!0,show:!0,"collapsable-body":!0,[`${o.value}`]:!0,"display-none":!e.visible||e.disabled,"open-collapse-lg":e.visible&&[it.SM,it.MD].includes(e.showOn.toLowerCase()),"open-collapse-md":e.showOn.toLowerCase()==it.SM&&e.visible};return Object.keys(a).filter(c=>a[c]).join(" ")});return(a,c)=>(m.openBlock(),m.createBlock(ia,{class:"bd-collapsable-card",title:a.title,"header-class":s.value,"body-class":l.value},{header:m.withCtx(()=>[a.title?(m.openBlock(),m.createElementBlock("h2",hh,m.toDisplayString(a.title),1)):m.createCommentVNode("",!0),m.createElementVNode("div",mh,[m.renderSlot(a.$slots,"action"),!a.disabled&&a.visible?(m.openBlock(),m.createElementBlock("button",{key:0,class:m.normalizeClass(["btn btn-white btn-caret",i.value]),type:"button","data-bs-toggle":"collapse","data-bs-target":`.${o.value}`,"aria-expanded":"true"},[m.createVNode(m.unref(Jc))],10,gh)):m.createCommentVNode("",!0)])]),body:m.withCtx(()=>[m.renderSlot(a.$slots,"body")]),_:3},8,["title","header-class","body-class"]))}}),vh=["value","type"],eu=m.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:it.MD},tabindex:{default:null},invalidFeedbackClass:{default:void 0},invalidFeedbackText:{default:void 0},delayTimeMs:{default:0}},emits:["update:modelValue","click","blur","enter"],setup(n,{emit:e}){const t=n,{uniqueIdentifier:r}=yi(),o=Yn(t,"modelValue",e),i=`__BD__FORM__LABEL__${r.value}`,s=`__BD__FORM__GROUP__${r.value}`,l=`form-input-${t.label?t.label.replace(/ /g,"-").toLowerCase():r.value}`,a=`validationFeedback${t.label?t.label.replace(/ /g,""):r.value}`,c=m.computed(()=>({[`${t.inputClass}`]:t.inputClass,"is-invalid":t.state===!1,"is-valid":t.state===!0,[`form-control-${t.size}`]:t.size})),u=m.computed(()=>({placeholder:t.placeholder?t.placeholder:null,readonly:t.readonly===!0,disabled:t.disabled===!0,autofocus:t.autofocus===!0,tabindex:t.tabindex?t.tabindex:null,"aria-describedby":t.state===!1?a:null})),d=th(f=>{o.value=f.target.value},t.delayTimeMs);return(f,h)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(["bd-form-input",f.formGroupClass]),id:s},[f.label?(m.openBlock(),m.createElementBlock("label",{key:0,for:l,id:i,class:m.normalizeClass(["form-label",f.labelClass])},m.toDisplayString(f.label),3)):m.createCommentVNode("",!0),m.createElementVNode("div",{class:m.normalizeClass(f.formFieldClass)},[m.createElementVNode("input",m.mergeProps({value:m.unref(o),type:f.type,id:l,class:["form-control",c.value]},u.value,{onInput:h[0]||(h[0]=(...p)=>m.unref(d)&&m.unref(d)(...p)),onClick:h[1]||(h[1]=p=>f.$emit("click")),onBlur:h[2]||(h[2]=p=>f.$emit("blur")),onKeydown:h[3]||(h[3]=m.withKeys(p=>f.$emit("enter"),["enter"]))}),null,16,vh),m.renderSlot(f.$slots,"default"),m.createVNode(m.unref(bi),{text:f.invalidFeedbackText,class:m.normalizeClass(f.invalidFeedbackClass),state:f.state,id:a},null,8,["text","class","state"])],2)],2))}}),yh=["for"],tu=m.defineComponent({__name:"BDInputGroup",props:{label:{default:void 0},labelForId:{default:void 0}},setup(n){const e=n,t=m.useAttrs();return(r,o)=>(m.openBlock(),m.createElementBlock(m.Fragment,null,[e.label?(m.openBlock(),m.createElementBlock("label",{key:0,for:e.labelForId,class:"form-label"},m.toDisplayString(e.label),9,yh)):m.createCommentVNode("",!0),m.createElementVNode("div",{class:m.normalizeClass(["input-group bd-input-group",m.unref(t).class])},[m.renderSlot(r.$slots,"default")],2)],64))}}),bh={class:"invalid-feedback bd-invalid-feedback"},bi=m.defineComponent({__name:"BDFormInvalidFeedback",props:{state:{type:[Boolean,null],default:null},text:{default:""}},setup(n){return(e,t)=>(m.openBlock(),m.createElementBlock("div",bh,[m.createVNode(m.unref(hi)),m.createTextVNode(" "+m.toDisplayString(e.text),1)]))}}),nu=m.defineComponent({__name:"BDBadge",props:{variant:{default:vi.PRIMARY}},setup(n){const e=n,t=m.computed(()=>["badge","bd-badge",`text-bg-${e.variant}`]);return(r,o)=>(m.openBlock(),m.createElementBlock("span",{role:"status",class:m.normalizeClass(t.value)},[m.renderSlot(r.$slots,"default")],2))}}),xh=["onSubmit","onReset"],ru=m.defineComponent({__name:"BDForm",emits:["submit","reset"],setup(n,{emit:e}){function t(){e("submit")}function r(){e("reset")}return(o,i)=>(m.openBlock(),m.createElementBlock("form",{onSubmit:m.withModifiers(t,["prevent"]),onReset:m.withModifiers(r,["prevent"])},[m.renderSlot(o.$slots,"default")],40,xh))}}),Sh={"aria-label":"Page navigation",class:"bd-pagination"},Eh={class:"page-item"},Ch=["data-page"],kh=["data-page"],wh={class:"page-item"},Th=["data-page"],ou=m.defineComponent({__name:"BDPagination",props:{modelValue:{default:1},totalRows:{default:1},rowsPerPage:{default:10},isPatient:{type:Boolean,default:!0}},emits:["click","update:modelValue"],setup(n,{emit:e}){const t=n,r=Yn(t,"modelValue",e),o=m.ref(Math.ceil(t.totalRows/t.rowsPerPage)),i=m.ref([]);m.watch([()=>t.totalRows,()=>t.rowsPerPage],()=>{o.value=Math.ceil(t.totalRows/t.rowsPerPage),i.value=a()}),m.onMounted(()=>{i.value=a()});const s=m.computed(()=>({[`${t.class}`]:t.class,colleague:!t.isPatient})),l=c=>{const u=c.currentTarget.getAttribute("data-page");isNaN(Number(u))||(r.value=Number(u)),i.value=a(),e("click",r.value)},a=()=>{const c=[],u=o.value,d=7;if(u<=d)for(let f=1;f<=u;f++)c.push(f);else{const h=Math.floor((d-3)/2);if(r.value<=h+2){for(let p=1;p<=h+3;p++)c.push(p);c.push("..."),c.push(u)}else if(r.value>=u-h-1){c.push(1),c.push("...");for(let p=u-h-3;p<=u;p++)c.push(p)}else{c.push(1),c.push("...");for(let p=r.value-1;p<=r.value+1;p++)c.push(p);c.push("..."),c.push(u)}}return c};return(c,u)=>(m.openBlock(),m.createElementBlock("div",Sh,[m.createElementVNode("ul",{class:m.normalizeClass(["pagination",s.value])},[m.withDirectives(m.createElementVNode("li",Eh,[m.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Previous",onClick:l,"data-page":m.unref(r)-1},[m.createVNode(m.unref(Zs))],8,Ch)],512),[[m.vShow,m.unref(r)>1]]),(m.openBlock(!0),m.createElementBlock(m.Fragment,null,m.renderList(i.value,d=>(m.openBlock(),m.createElementBlock("li",{class:m.normalizeClass(["page-item",{active:m.unref(r)===d,disabled:typeof d=="string"}]),key:d},[m.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center",onClick:l,"data-page":d},m.toDisplayString(d),9,kh)],2))),128)),m.withDirectives(m.createElementVNode("li",wh,[m.createElementVNode("a",{class:"page-link d-flex justify-content-center align-items-center","aria-label":"Next",onClick:l,"data-page":m.unref(r)+1},[m.createVNode(m.unref(Xs))],8,Th)],512),[[m.vShow,m.unref(r)<o.value]])],2)]))}}),Ah=["disabled"],Oh=["value"],iu=m.defineComponent({__name:"BDFormSelect",props:{size:{default:it.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(n,{emit:e}){const t=n,r=Yn(t,"modelValue",e),o=m.ref(null),{focused:i}=oh(o,{initialValue:t.autofocus}),s=m.computed(()=>({"form-select":!0,"bd-form-select":!0,"is-invalid":t.state===!1,[`form-select-${t.size}`]:["xs","sm","lg"].includes(t.size)}));m.watch(()=>t.autofocus,c=>{c&&(i.value=!0)});const l=c=>{r.value=c.target.value,e("input",c.target.value)},a=c=>{e("change",c.target.value)};return(c,u)=>m.withDirectives((m.openBlock(),m.createElementBlock("select",{class:m.normalizeClass(s.value),"onUpdate:modelValue":u[0]||(u[0]=d=>m.isRef(r)?r.value=d:null),disabled:t.disabled,ref_key:"input",ref:o,onInput:l,onChange:a},[m.renderSlot(c.$slots,"first",{},()=>[(m.openBlock(!0),m.createElementBlock(m.Fragment,null,m.renderList(t.options,d=>(m.openBlock(),m.createElementBlock("option",{value:d.value,key:d.value},m.toDisplayString(d.text),9,Oh))),128))])],42,Ah)),[[m.vModelSelect,m.unref(r)]])}}),Mh=["value","true-value","false-value","data-checked"],Ih={class:"form-check-label",for:"flexCheckDefault"},su=m.defineComponent({__name:"BDFormCheckbox",props:{modelValue:{type:[Boolean,String],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(n,{emit:e}){const t=n,r=Yn(t,"modelValue",e),o=m.computed(()=>["form-check","bd-form-checkbox"]),i=m.computed(()=>({"form-check-input":!0,"is-invalid":t.state===!1})),s=a=>{e("input",a.target.value)},l=a=>{e("change",a.target.value)};return(a,c)=>(m.openBlock(),m.createElementBlock("div",{class:m.normalizeClass(o.value)},[m.withDirectives(m.createElementVNode("input",{"onUpdate:modelValue":c[0]||(c[0]=u=>m.isRef(r)?r.value=u:null),class:m.normalizeClass(i.value),type:"checkbox",value:a.value,"true-value":a.value,"false-value":a.uncheckedValue,id:"flexCheckDefault",onChange:l,onInput:s,"data-checked":m.unref(r)===a.value},null,42,Mh),[[m.vModelCheckbox,m.unref(r)]]),m.createElementVNode("label",Ih,[m.renderSlot(a.$slots,"default")]),m.renderSlot(a.$slots,"last")],2))}}),Nh={key:0,class:"bd-article__body"},Rh={key:1},au=m.defineComponent({__name:"BDArticle",props:{title:{default:""},text:{default:""},hideBody:{type:Boolean,default:!1},hideFooter:{type:Boolean,default:!1},identifier:{}},emits:["click"],setup(n,{emit:e}){const t=n,r=o=>e("click",{event:o,identifier:t.identifier});return(o,i)=>(m.openBlock(),m.createElementBlock("article",{class:"bd-article",onClick:r},[m.createElementVNode("header",null,[m.renderSlot(o.$slots,"header",{},()=>[m.createElementVNode("h5",null,m.toDisplayString(t.title),1)])]),t.hideBody?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("div",Nh,[m.renderSlot(o.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(t.text),1)])])),t.hideFooter?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("footer",Rh,[m.renderSlot(o.$slots,"footer")]))]))}}),ol={DANGER:"danger",WARNING:"warning",INFO:"info",SUCCESS:"success"},Dh=["id"],Lh=m.createElementVNode("div",{class:"toast-left-border"},null,-1),Ph={class:"toast-header"},Bh=m.createElementVNode("button",{type:"button",class:"btn-close","data-bs-dismiss":"toast","aria-label":"Close"},null,-1),Fh={class:"toast-body"},lu=m.defineComponent({__name:"BDToast",props:{id:{},show:{type:Boolean,default:!1},variant:{default:ol.INFO},teleport:{default:{to:"body",disabled:!1}},title:{default:""},text:{default:""}},setup(n){const e=n,t=m.computed(()=>({show:e.show,[`bd-toast-${e.variant}`]:!0})),r=m.computed(()=>e.variant!==ol.SUCCESS);return(o,i)=>(m.openBlock(),m.createBlock(m.Teleport,m.normalizeProps(m.guardReactiveProps(e.teleport)),[m.createElementVNode("div",{class:m.normalizeClass(["toast bd-toast",t.value]),role:"alert","aria-live":"assertive","aria-atomic":"true",id:e.id},[Lh,m.createElementVNode("div",Ph,[r.value?(m.openBlock(),m.createBlock(m.unref(mi),{key:0})):(m.openBlock(),m.createBlock(m.unref(pi),{key:1})),m.createElementVNode("h5",null,m.toDisplayString(e.title),1),Bh]),m.createElementVNode("div",Fh,[m.createElementVNode("span",null,m.toDisplayString(e.text),1)])],10,Dh)],16))}}),cu=m.defineComponent({__name:"BDDropdownItem",props:{to:{default:""},target:{default:"_blank"},text:{default:void 0},rel:{default:"noopener noreferrer"}},emits:["click"],setup(n,{emit:e}){const t=n,r=()=>{e("click")};return(o,i)=>(m.openBlock(),m.createElementBlock("li",m.mergeProps({class:"bd-dropdown-item"},o.$attrs),[m.createVNode(gi,m.mergeProps({class:"dropdown-item",onClick:r},t),{default:m.withCtx(()=>[m.renderSlot(o.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(t.text),1)])]),_:3},16)],16))}});function zh(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var uu={exports:{}};(function(n,e){(function(r,o){n.exports=o()})(self,function(){return function(){var t={3099:function(s){s.exports=function(l){if(typeof l!="function")throw TypeError(String(l)+" is not a function");return l}},6077:function(s,l,a){var c=a(111);s.exports=function(u){if(!c(u)&&u!==null)throw TypeError("Can't set "+String(u)+" as a prototype");return u}},1223:function(s,l,a){var c=a(5112),u=a(30),d=a(3070),f=c("unscopables"),h=Array.prototype;h[f]==null&&d.f(h,f,{configurable:!0,value:u(null)}),s.exports=function(p){h[f][p]=!0}},1530:function(s,l,a){var c=a(8710).charAt;s.exports=function(u,d,f){return d+(f?c(u,d).length:1)}},5787:function(s){s.exports=function(l,a,c){if(!(l instanceof a))throw TypeError("Incorrect "+(c?c+" ":"")+"invocation");return l}},9670:function(s,l,a){var c=a(111);s.exports=function(u){if(!c(u))throw TypeError(String(u)+" is not an object");return u}},4019:function(s){s.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},260:function(s,l,a){var c=a(4019),u=a(9781),d=a(7854),f=a(111),h=a(6656),p=a(648),g=a(8880),v=a(1320),S=a(3070).f,C=a(9518),k=a(7674),b=a(5112),R=a(9711),w=d.Int8Array,F=w&&w.prototype,V=d.Uint8ClampedArray,$=V&&V.prototype,z=w&&C(w),B=F&&C(F),P=Object.prototype,H=P.isPrototypeOf,Y=b("toStringTag"),Z=R("TYPED_ARRAY_TAG"),Q=c&&!!k&&p(d.opera)!=="Opera",re=!1,W,le={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},de={BigInt64Array:8,BigUint64Array:8},ve=function(A){if(!f(A))return!1;var M=p(A);return M==="DataView"||h(le,M)||h(de,M)},Se=function(ge){if(!f(ge))return!1;var A=p(ge);return h(le,A)||h(de,A)},ye=function(ge){if(Se(ge))return ge;throw TypeError("Target is not a typed array")},we=function(ge){if(k){if(H.call(z,ge))return ge}else for(var A in le)if(h(le,W)){var M=d[A];if(M&&(ge===M||H.call(M,ge)))return ge}throw TypeError("Target is not a typed array constructor")},Ce=function(ge,A,M){if(u){if(M)for(var E in le){var O=d[E];O&&h(O.prototype,ge)&&delete O.prototype[ge]}(!B[ge]||M)&&v(B,ge,M?A:Q&&F[ge]||A)}},Te=function(ge,A,M){var E,O;if(u){if(k){if(M)for(E in le)O=d[E],O&&h(O,ge)&&delete O[ge];if(!z[ge]||M)try{return v(z,ge,M?A:Q&&w[ge]||A)}catch{}else return}for(E in le)O=d[E],O&&(!O[ge]||M)&&v(O,ge,A)}};for(W in le)d[W]||(Q=!1);if((!Q||typeof z!="function"||z===Function.prototype)&&(z=function(){throw TypeError("Incorrect invocation")},Q))for(W in le)d[W]&&k(d[W],z);if((!Q||!B||B===P)&&(B=z.prototype,Q))for(W in le)d[W]&&k(d[W].prototype,B);if(Q&&C($)!==B&&k($,B),u&&!h(B,Y)){re=!0,S(B,Y,{get:function(){return f(this)?this[Z]:void 0}});for(W in le)d[W]&&g(d[W],Z,W)}s.exports={NATIVE_ARRAY_BUFFER_VIEWS:Q,TYPED_ARRAY_TAG:re&&Z,aTypedArray:ye,aTypedArrayConstructor:we,exportTypedArrayMethod:Ce,exportTypedArrayStaticMethod:Te,isView:ve,isTypedArray:Se,TypedArray:z,TypedArrayPrototype:B}},3331:function(s,l,a){var c=a(7854),u=a(9781),d=a(4019),f=a(8880),h=a(2248),p=a(7293),g=a(5787),v=a(9958),S=a(7466),C=a(7067),k=a(1179),b=a(9518),R=a(7674),w=a(8006).f,F=a(3070).f,V=a(1285),$=a(8003),z=a(9909),B=z.get,P=z.set,H="ArrayBuffer",Y="DataView",Z="prototype",Q="Wrong length",re="Wrong index",W=c[H],le=W,de=c[Y],ve=de&&de[Z],Se=Object.prototype,ye=c.RangeError,we=k.pack,Ce=k.unpack,Te=function(G){return[G&255]},ge=function(G){return[G&255,G>>8&255]},A=function(G){return[G&255,G>>8&255,G>>16&255,G>>24&255]},M=function(G){return G[3]<<24|G[2]<<16|G[1]<<8|G[0]},E=function(G){return we(G,23,4)},O=function(G){return we(G,52,8)},y=function(G,J){F(G[Z],J,{get:function(){return B(this)[J]}})},x=function(G,J,_,ce){var me=C(_),Oe=B(G);if(me+J>Oe.byteLength)throw ye(re);var Be=B(Oe.buffer).bytes,Pe=me+Oe.byteOffset,Me=Be.slice(Pe,Pe+J);return ce?Me:Me.reverse()},I=function(G,J,_,ce,me,Oe){var Be=C(_),Pe=B(G);if(Be+J>Pe.byteLength)throw ye(re);for(var Me=B(Pe.buffer).bytes,je=Be+Pe.byteOffset,dt=ce(+me),_e=0;_e<J;_e++)Me[je+_e]=dt[Oe?_e:J-_e-1]};if(!d)le=function(J){g(this,le,H);var _=C(J);P(this,{bytes:V.call(new Array(_),0),byteLength:_}),u||(this.byteLength=_)},de=function(J,_,ce){g(this,de,Y),g(J,le,Y);var me=B(J).byteLength,Oe=v(_);if(Oe<0||Oe>me)throw ye("Wrong offset");if(ce=ce===void 0?me-Oe:S(ce),Oe+ce>me)throw ye(Q);P(this,{buffer:J,byteLength:ce,byteOffset:Oe}),u||(this.buffer=J,this.byteLength=ce,this.byteOffset=Oe)},u&&(y(le,"byteLength"),y(de,"buffer"),y(de,"byteLength"),y(de,"byteOffset")),h(de[Z],{getInt8:function(J){return x(this,1,J)[0]<<24>>24},getUint8:function(J){return x(this,1,J)[0]},getInt16:function(J){var _=x(this,2,J,arguments.length>1?arguments[1]:void 0);return(_[1]<<8|_[0])<<16>>16},getUint16:function(J){var _=x(this,2,J,arguments.length>1?arguments[1]:void 0);return _[1]<<8|_[0]},getInt32:function(J){return M(x(this,4,J,arguments.length>1?arguments[1]:void 0))},getUint32:function(J){return M(x(this,4,J,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(J){return Ce(x(this,4,J,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(J){return Ce(x(this,8,J,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(J,_){I(this,1,J,Te,_)},setUint8:function(J,_){I(this,1,J,Te,_)},setInt16:function(J,_){I(this,2,J,ge,_,arguments.length>2?arguments[2]:void 0)},setUint16:function(J,_){I(this,2,J,ge,_,arguments.length>2?arguments[2]:void 0)},setInt32:function(J,_){I(this,4,J,A,_,arguments.length>2?arguments[2]:void 0)},setUint32:function(J,_){I(this,4,J,A,_,arguments.length>2?arguments[2]:void 0)},setFloat32:function(J,_){I(this,4,J,E,_,arguments.length>2?arguments[2]:void 0)},setFloat64:function(J,_){I(this,8,J,O,_,arguments.length>2?arguments[2]:void 0)}});else{if(!p(function(){W(1)})||!p(function(){new W(-1)})||p(function(){return new W,new W(1.5),new W(NaN),W.name!=H})){le=function(J){return g(this,le),new W(C(J))};for(var N=le[Z]=W[Z],D=w(W),L=0,U;D.length>L;)(U=D[L++])in le||f(le,U,W[U]);N.constructor=le}R&&b(ve)!==Se&&R(ve,Se);var K=new de(new le(2)),j=ve.setInt8;K.setInt8(0,2147483648),K.setInt8(1,2147483649),(K.getInt8(0)||!K.getInt8(1))&&h(ve,{setInt8:function(J,_){j.call(this,J,_<<24>>24)},setUint8:function(J,_){j.call(this,J,_<<24>>24)}},{unsafe:!0})}$(le,H),$(de,Y),s.exports={ArrayBuffer:le,DataView:de}},1048:function(s,l,a){var c=a(7908),u=a(1400),d=a(7466),f=Math.min;s.exports=[].copyWithin||function(p,g){var v=c(this),S=d(v.length),C=u(p,S),k=u(g,S),b=arguments.length>2?arguments[2]:void 0,R=f((b===void 0?S:u(b,S))-k,S-C),w=1;for(k<C&&C<k+R&&(w=-1,k+=R-1,C+=R-1);R-- >0;)k in v?v[C]=v[k]:delete v[C],C+=w,k+=w;return v}},1285:function(s,l,a){var c=a(7908),u=a(1400),d=a(7466);s.exports=function(h){for(var p=c(this),g=d(p.length),v=arguments.length,S=u(v>1?arguments[1]:void 0,g),C=v>2?arguments[2]:void 0,k=C===void 0?g:u(C,g);k>S;)p[S++]=h;return p}},8533:function(s,l,a){var c=a(2092).forEach,u=a(9341),d=u("forEach");s.exports=d?[].forEach:function(h){return c(this,h,arguments.length>1?arguments[1]:void 0)}},8457:function(s,l,a){var c=a(9974),u=a(7908),d=a(3411),f=a(7659),h=a(7466),p=a(6135),g=a(1246);s.exports=function(S){var C=u(S),k=typeof this=="function"?this:Array,b=arguments.length,R=b>1?arguments[1]:void 0,w=R!==void 0,F=g(C),V=0,$,z,B,P,H,Y;if(w&&(R=c(R,b>2?arguments[2]:void 0,2)),F!=null&&!(k==Array&&f(F)))for(P=F.call(C),H=P.next,z=new k;!(B=H.call(P)).done;V++)Y=w?d(P,R,[B.value,V],!0):B.value,p(z,V,Y);else for($=h(C.length),z=new k($);$>V;V++)Y=w?R(C[V],V):C[V],p(z,V,Y);return z.length=V,z}},1318:function(s,l,a){var c=a(5656),u=a(7466),d=a(1400),f=function(h){return function(p,g,v){var S=c(p),C=u(S.length),k=d(v,C),b;if(h&&g!=g){for(;C>k;)if(b=S[k++],b!=b)return!0}else for(;C>k;k++)if((h||k in S)&&S[k]===g)return h||k||0;return!h&&-1}};s.exports={includes:f(!0),indexOf:f(!1)}},2092:function(s,l,a){var c=a(9974),u=a(8361),d=a(7908),f=a(7466),h=a(5417),p=[].push,g=function(v){var S=v==1,C=v==2,k=v==3,b=v==4,R=v==6,w=v==7,F=v==5||R;return function(V,$,z,B){for(var P=d(V),H=u(P),Y=c($,z,3),Z=f(H.length),Q=0,re=B||h,W=S?re(V,Z):C||w?re(V,0):void 0,le,de;Z>Q;Q++)if((F||Q in H)&&(le=H[Q],de=Y(le,Q,P),v))if(S)W[Q]=de;else if(de)switch(v){case 3:return!0;case 5:return le;case 6:return Q;case 2:p.call(W,le)}else switch(v){case 4:return!1;case 7:p.call(W,le)}return R?-1:k||b?b:W}};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,l,a){var c=a(5656),u=a(9958),d=a(7466),f=a(9341),h=Math.min,p=[].lastIndexOf,g=!!p&&1/[1].lastIndexOf(1,-0)<0,v=f("lastIndexOf"),S=g||!v;s.exports=S?function(k){if(g)return p.apply(this,arguments)||0;var b=c(this),R=d(b.length),w=R-1;for(arguments.length>1&&(w=h(w,u(arguments[1]))),w<0&&(w=R+w);w>=0;w--)if(w in b&&b[w]===k)return w||0;return-1}:p},1194:function(s,l,a){var c=a(7293),u=a(5112),d=a(7392),f=u("species");s.exports=function(h){return d>=51||!c(function(){var p=[],g=p.constructor={};return g[f]=function(){return{foo:1}},p[h](Boolean).foo!==1})}},9341:function(s,l,a){var c=a(7293);s.exports=function(u,d){var f=[][u];return!!f&&c(function(){f.call(null,d||function(){throw 1},1)})}},3671:function(s,l,a){var c=a(3099),u=a(7908),d=a(8361),f=a(7466),h=function(p){return function(g,v,S,C){c(v);var k=u(g),b=d(k),R=f(k.length),w=p?R-1:0,F=p?-1:1;if(S<2)for(;;){if(w in b){C=b[w],w+=F;break}if(w+=F,p?w<0:R<=w)throw TypeError("Reduce of empty array with no initial value")}for(;p?w>=0:R>w;w+=F)w in b&&(C=v(C,b[w],w,k));return C}};s.exports={left:h(!1),right:h(!0)}},5417:function(s,l,a){var c=a(111),u=a(3157),d=a(5112),f=d("species");s.exports=function(h,p){var g;return u(h)&&(g=h.constructor,typeof g=="function"&&(g===Array||u(g.prototype))?g=void 0:c(g)&&(g=g[f],g===null&&(g=void 0))),new(g===void 0?Array:g)(p===0?0:p)}},3411:function(s,l,a){var c=a(9670),u=a(9212);s.exports=function(d,f,h,p){try{return p?f(c(h)[0],h[1]):f(h)}catch(g){throw u(d),g}}},7072:function(s,l,a){var c=a(5112),u=c("iterator"),d=!1;try{var f=0,h={next:function(){return{done:!!f++}},return:function(){d=!0}};h[u]=function(){return this},Array.from(h,function(){throw 2})}catch{}s.exports=function(p,g){if(!g&&!d)return!1;var v=!1;try{var S={};S[u]=function(){return{next:function(){return{done:v=!0}}}},p(S)}catch{}return v}},4326:function(s){var l={}.toString;s.exports=function(a){return l.call(a).slice(8,-1)}},648:function(s,l,a){var c=a(1694),u=a(4326),d=a(5112),f=d("toStringTag"),h=u(function(){return arguments}())=="Arguments",p=function(g,v){try{return g[v]}catch{}};s.exports=c?u:function(g){var v,S,C;return g===void 0?"Undefined":g===null?"Null":typeof(S=p(v=Object(g),f))=="string"?S:h?u(v):(C=u(v))=="Object"&&typeof v.callee=="function"?"Arguments":C}},9920:function(s,l,a){var c=a(6656),u=a(3887),d=a(1236),f=a(3070);s.exports=function(h,p){for(var g=u(p),v=f.f,S=d.f,C=0;C<g.length;C++){var k=g[C];c(h,k)||v(h,k,S(p,k))}}},8544:function(s,l,a){var c=a(7293);s.exports=!c(function(){function u(){}return u.prototype.constructor=null,Object.getPrototypeOf(new u)!==u.prototype})},4994:function(s,l,a){var c=a(3383).IteratorPrototype,u=a(30),d=a(9114),f=a(8003),h=a(7497),p=function(){return this};s.exports=function(g,v,S){var C=v+" Iterator";return g.prototype=u(c,{next:d(1,S)}),f(g,C,!1,!0),h[C]=p,g}},8880:function(s,l,a){var c=a(9781),u=a(3070),d=a(9114);s.exports=c?function(f,h,p){return u.f(f,h,d(1,p))}:function(f,h,p){return f[h]=p,f}},9114:function(s){s.exports=function(l,a){return{enumerable:!(l&1),configurable:!(l&2),writable:!(l&4),value:a}}},6135:function(s,l,a){var c=a(7593),u=a(3070),d=a(9114);s.exports=function(f,h,p){var g=c(h);g in f?u.f(f,g,d(0,p)):f[g]=p}},654:function(s,l,a){var c=a(2109),u=a(4994),d=a(9518),f=a(7674),h=a(8003),p=a(8880),g=a(1320),v=a(5112),S=a(1913),C=a(7497),k=a(3383),b=k.IteratorPrototype,R=k.BUGGY_SAFARI_ITERATORS,w=v("iterator"),F="keys",V="values",$="entries",z=function(){return this};s.exports=function(B,P,H,Y,Z,Q,re){u(H,P,Y);var W=function(A){if(A===Z&&ye)return ye;if(!R&&A in ve)return ve[A];switch(A){case F:return function(){return new H(this,A)};case V:return function(){return new H(this,A)};case $:return function(){return new H(this,A)}}return function(){return new H(this)}},le=P+" Iterator",de=!1,ve=B.prototype,Se=ve[w]||ve["@@iterator"]||Z&&ve[Z],ye=!R&&Se||W(Z),we=P=="Array"&&ve.entries||Se,Ce,Te,ge;if(we&&(Ce=d(we.call(new B)),b!==Object.prototype&&Ce.next&&(!S&&d(Ce)!==b&&(f?f(Ce,b):typeof Ce[w]!="function"&&p(Ce,w,z)),h(Ce,le,!0,!0),S&&(C[le]=z))),Z==V&&Se&&Se.name!==V&&(de=!0,ye=function(){return Se.call(this)}),(!S||re)&&ve[w]!==ye&&p(ve,w,ye),C[P]=ye,Z)if(Te={values:W(V),keys:Q?ye:W(F),entries:W($)},re)for(ge in Te)(R||de||!(ge in ve))&&g(ve,ge,Te[ge]);else c({target:P,proto:!0,forced:R||de},Te);return Te}},9781:function(s,l,a){var c=a(7293);s.exports=!c(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},317:function(s,l,a){var c=a(7854),u=a(111),d=c.document,f=u(d)&&u(d.createElement);s.exports=function(h){return f?d.createElement(h):{}}},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,l,a){var c=a(5005);s.exports=c("navigator","userAgent")||""},7392:function(s,l,a){var c=a(7854),u=a(8113),d=c.process,f=d&&d.versions,h=f&&f.v8,p,g;h?(p=h.split("."),g=p[0]+p[1]):u&&(p=u.match(/Edge\/(\d+)/),(!p||p[1]>=74)&&(p=u.match(/Chrome\/(\d+)/),p&&(g=p[1]))),s.exports=g&&+g},748:function(s){s.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(s,l,a){var c=a(7854),u=a(1236).f,d=a(8880),f=a(1320),h=a(3505),p=a(9920),g=a(4705);s.exports=function(v,S){var C=v.target,k=v.global,b=v.stat,R,w,F,V,$,z;if(k?w=c:b?w=c[C]||h(C,{}):w=(c[C]||{}).prototype,w)for(F in S){if($=S[F],v.noTargetGet?(z=u(w,F),V=z&&z.value):V=w[F],R=g(k?F:C+(b?".":"#")+F,v.forced),!R&&V!==void 0){if(typeof $==typeof V)continue;p($,V)}(v.sham||V&&V.sham)&&d($,"sham",!0),f(w,F,$,v)}}},7293:function(s){s.exports=function(l){try{return!!l()}catch{return!0}}},7007:function(s,l,a){a(4916);var c=a(1320),u=a(7293),d=a(5112),f=a(2261),h=a(8880),p=d("species"),g=!u(function(){var b=/./;return b.exec=function(){var R=[];return R.groups={a:"7"},R},"".replace(b,"$<a>")!=="7"}),v=function(){return"a".replace(/./,"$0")==="$0"}(),S=d("replace"),C=function(){return/./[S]?/./[S]("a","$0")==="":!1}(),k=!u(function(){var b=/(?:)/,R=b.exec;b.exec=function(){return R.apply(this,arguments)};var w="ab".split(b);return w.length!==2||w[0]!=="a"||w[1]!=="b"});s.exports=function(b,R,w,F){var V=d(b),$=!u(function(){var Z={};return Z[V]=function(){return 7},""[b](Z)!=7}),z=$&&!u(function(){var Z=!1,Q=/a/;return b==="split"&&(Q={},Q.constructor={},Q.constructor[p]=function(){return Q},Q.flags="",Q[V]=/./[V]),Q.exec=function(){return Z=!0,null},Q[V](""),!Z});if(!$||!z||b==="replace"&&!(g&&v&&!C)||b==="split"&&!k){var B=/./[V],P=w(V,""[b],function(Z,Q,re,W,le){return Q.exec===f?$&&!le?{done:!0,value:B.call(Q,re,W)}:{done:!0,value:Z.call(re,Q,W)}:{done:!1}},{REPLACE_KEEPS_$0:v,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:C}),H=P[0],Y=P[1];c(String.prototype,b,H),c(RegExp.prototype,V,R==2?function(Z,Q){return Y.call(Z,this,Q)}:function(Z){return Y.call(Z,this)})}F&&h(RegExp.prototype[V],"sham",!0)}},9974:function(s,l,a){var c=a(3099);s.exports=function(u,d,f){if(c(u),d===void 0)return u;switch(f){case 0:return function(){return u.call(d)};case 1:return function(h){return u.call(d,h)};case 2:return function(h,p){return u.call(d,h,p)};case 3:return function(h,p,g){return u.call(d,h,p,g)}}return function(){return u.apply(d,arguments)}}},5005:function(s,l,a){var c=a(857),u=a(7854),d=function(f){return typeof f=="function"?f:void 0};s.exports=function(f,h){return arguments.length<2?d(c[f])||d(u[f]):c[f]&&c[f][h]||u[f]&&u[f][h]}},1246:function(s,l,a){var c=a(648),u=a(7497),d=a(5112),f=d("iterator");s.exports=function(h){if(h!=null)return h[f]||h["@@iterator"]||u[c(h)]}},8554:function(s,l,a){var c=a(9670),u=a(1246);s.exports=function(d){var f=u(d);if(typeof f!="function")throw TypeError(String(d)+" is not iterable");return c(f.call(d))}},647:function(s,l,a){var c=a(7908),u=Math.floor,d="".replace,f=/\$([$&'`]|\d\d?|<[^>]*>)/g,h=/\$([$&'`]|\d\d?)/g;s.exports=function(p,g,v,S,C,k){var b=v+p.length,R=S.length,w=h;return C!==void 0&&(C=c(C),w=f),d.call(k,w,function(F,V){var $;switch(V.charAt(0)){case"$":return"$";case"&":return p;case"`":return g.slice(0,v);case"'":return g.slice(b);case"<":$=C[V.slice(1,-1)];break;default:var z=+V;if(z===0)return F;if(z>R){var B=u(z/10);return B===0?F:B<=R?S[B-1]===void 0?V.charAt(1):S[B-1]+V.charAt(1):F}$=S[z-1]}return $===void 0?"":$})}},7854:function(s,l,a){var c=function(u){return u&&u.Math==Math&&u};s.exports=c(typeof globalThis=="object"&&globalThis)||c(typeof window=="object"&&window)||c(typeof self=="object"&&self)||c(typeof a.g=="object"&&a.g)||function(){return this}()||Function("return this")()},6656:function(s){var l={}.hasOwnProperty;s.exports=function(a,c){return l.call(a,c)}},3501:function(s){s.exports={}},490:function(s,l,a){var c=a(5005);s.exports=c("document","documentElement")},4664:function(s,l,a){var c=a(9781),u=a(7293),d=a(317);s.exports=!c&&!u(function(){return Object.defineProperty(d("div"),"a",{get:function(){return 7}}).a!=7})},1179:function(s){var l=Math.abs,a=Math.pow,c=Math.floor,u=Math.log,d=Math.LN2,f=function(p,g,v){var S=new Array(v),C=v*8-g-1,k=(1<<C)-1,b=k>>1,R=g===23?a(2,-24)-a(2,-77):0,w=p<0||p===0&&1/p<0?1:0,F=0,V,$,z;for(p=l(p),p!=p||p===1/0?($=p!=p?1:0,V=k):(V=c(u(p)/d),p*(z=a(2,-V))<1&&(V--,z*=2),V+b>=1?p+=R/z:p+=R*a(2,1-b),p*z>=2&&(V++,z/=2),V+b>=k?($=0,V=k):V+b>=1?($=(p*z-1)*a(2,g),V=V+b):($=p*a(2,b-1)*a(2,g),V=0));g>=8;S[F++]=$&255,$/=256,g-=8);for(V=V<<g|$,C+=g;C>0;S[F++]=V&255,V/=256,C-=8);return S[--F]|=w*128,S},h=function(p,g){var v=p.length,S=v*8-g-1,C=(1<<S)-1,k=C>>1,b=S-7,R=v-1,w=p[R--],F=w&127,V;for(w>>=7;b>0;F=F*256+p[R],R--,b-=8);for(V=F&(1<<-b)-1,F>>=-b,b+=g;b>0;V=V*256+p[R],R--,b-=8);if(F===0)F=1-k;else{if(F===C)return V?NaN:w?-1/0:1/0;V=V+a(2,g),F=F-k}return(w?-1:1)*V*a(2,F-g)};s.exports={pack:f,unpack:h}},8361:function(s,l,a){var c=a(7293),u=a(4326),d="".split;s.exports=c(function(){return!Object("z").propertyIsEnumerable(0)})?function(f){return u(f)=="String"?d.call(f,""):Object(f)}:Object},9587:function(s,l,a){var c=a(111),u=a(7674);s.exports=function(d,f,h){var p,g;return u&&typeof(p=f.constructor)=="function"&&p!==h&&c(g=p.prototype)&&g!==h.prototype&&u(d,g),d}},2788:function(s,l,a){var c=a(5465),u=Function.toString;typeof c.inspectSource!="function"&&(c.inspectSource=function(d){return u.call(d)}),s.exports=c.inspectSource},9909:function(s,l,a){var c=a(8536),u=a(7854),d=a(111),f=a(8880),h=a(6656),p=a(5465),g=a(6200),v=a(3501),S=u.WeakMap,C,k,b,R=function(P){return b(P)?k(P):C(P,{})},w=function(P){return function(H){var Y;if(!d(H)||(Y=k(H)).type!==P)throw TypeError("Incompatible receiver, "+P+" required");return Y}};if(c){var F=p.state||(p.state=new S),V=F.get,$=F.has,z=F.set;C=function(P,H){return H.facade=P,z.call(F,P,H),H},k=function(P){return V.call(F,P)||{}},b=function(P){return $.call(F,P)}}else{var B=g("state");v[B]=!0,C=function(P,H){return H.facade=P,f(P,B,H),H},k=function(P){return h(P,B)?P[B]:{}},b=function(P){return h(P,B)}}s.exports={set:C,get:k,has:b,enforce:R,getterFor:w}},7659:function(s,l,a){var c=a(5112),u=a(7497),d=c("iterator"),f=Array.prototype;s.exports=function(h){return h!==void 0&&(u.Array===h||f[d]===h)}},3157:function(s,l,a){var c=a(4326);s.exports=Array.isArray||function(d){return c(d)=="Array"}},4705:function(s,l,a){var c=a(7293),u=/#|\.prototype\./,d=function(v,S){var C=h[f(v)];return C==g?!0:C==p?!1:typeof S=="function"?c(S):!!S},f=d.normalize=function(v){return String(v).replace(u,".").toLowerCase()},h=d.data={},p=d.NATIVE="N",g=d.POLYFILL="P";s.exports=d},111:function(s){s.exports=function(l){return typeof l=="object"?l!==null:typeof l=="function"}},1913:function(s){s.exports=!1},7850:function(s,l,a){var c=a(111),u=a(4326),d=a(5112),f=d("match");s.exports=function(h){var p;return c(h)&&((p=h[f])!==void 0?!!p:u(h)=="RegExp")}},9212:function(s,l,a){var c=a(9670);s.exports=function(u){var d=u.return;if(d!==void 0)return c(d.call(u)).value}},3383:function(s,l,a){var c=a(7293),u=a(9518),d=a(8880),f=a(6656),h=a(5112),p=a(1913),g=h("iterator"),v=!1,S=function(){return this},C,k,b;[].keys&&(b=[].keys(),"next"in b?(k=u(u(b)),k!==Object.prototype&&(C=k)):v=!0);var R=C==null||c(function(){var w={};return C[g].call(w)!==w});R&&(C={}),(!p||R)&&!f(C,g)&&d(C,g,S),s.exports={IteratorPrototype:C,BUGGY_SAFARI_ITERATORS:v}},7497:function(s){s.exports={}},133:function(s,l,a){var c=a(7293);s.exports=!!Object.getOwnPropertySymbols&&!c(function(){return!String(Symbol())})},590:function(s,l,a){var c=a(7293),u=a(5112),d=a(1913),f=u("iterator");s.exports=!c(function(){var h=new URL("b?a=1&b=2&c=3","http://a"),p=h.searchParams,g="";return h.pathname="c%20d",p.forEach(function(v,S){p.delete("b"),g+=S+v}),d&&!h.toJSON||!p.sort||h.href!=="http://a/c%20d?a=1&c=3"||p.get("c")!=="3"||String(new URLSearchParams("?a=1"))!=="a=1"||!p[f]||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,l,a){var c=a(7854),u=a(2788),d=c.WeakMap;s.exports=typeof d=="function"&&/native code/.test(u(d))},1574:function(s,l,a){var c=a(9781),u=a(7293),d=a(1956),f=a(5181),h=a(5296),p=a(7908),g=a(8361),v=Object.assign,S=Object.defineProperty;s.exports=!v||u(function(){if(c&&v({b:1},v(S({},"a",{enumerable:!0,get:function(){S(this,"b",{value:3,enumerable:!1})}}),{b:2})).b!==1)return!0;var C={},k={},b=Symbol(),R="abcdefghijklmnopqrst";return C[b]=7,R.split("").forEach(function(w){k[w]=w}),v({},C)[b]!=7||d(v({},k)).join("")!=R})?function(k,b){for(var R=p(k),w=arguments.length,F=1,V=f.f,$=h.f;w>F;)for(var z=g(arguments[F++]),B=V?d(z).concat(V(z)):d(z),P=B.length,H=0,Y;P>H;)Y=B[H++],(!c||$.call(z,Y))&&(R[Y]=z[Y]);return R}:v},30:function(s,l,a){var c=a(9670),u=a(6048),d=a(748),f=a(3501),h=a(490),p=a(317),g=a(6200),v=">",S="<",C="prototype",k="script",b=g("IE_PROTO"),R=function(){},w=function(B){return S+k+v+B+S+"/"+k+v},F=function(B){B.write(w("")),B.close();var P=B.parentWindow.Object;return B=null,P},V=function(){var B=p("iframe"),P="java"+k+":",H;return B.style.display="none",h.appendChild(B),B.src=String(P),H=B.contentWindow.document,H.open(),H.write(w("document.F=Object")),H.close(),H.F},$,z=function(){try{$=document.domain&&new ActiveXObject("htmlfile")}catch{}z=$?F($):V();for(var B=d.length;B--;)delete z[C][d[B]];return z()};f[b]=!0,s.exports=Object.create||function(P,H){var Y;return P!==null?(R[C]=c(P),Y=new R,R[C]=null,Y[b]=P):Y=z(),H===void 0?Y:u(Y,H)}},6048:function(s,l,a){var c=a(9781),u=a(3070),d=a(9670),f=a(1956);s.exports=c?Object.defineProperties:function(p,g){d(p);for(var v=f(g),S=v.length,C=0,k;S>C;)u.f(p,k=v[C++],g[k]);return p}},3070:function(s,l,a){var c=a(9781),u=a(4664),d=a(9670),f=a(7593),h=Object.defineProperty;l.f=c?h:function(g,v,S){if(d(g),v=f(v,!0),d(S),u)try{return h(g,v,S)}catch{}if("get"in S||"set"in S)throw TypeError("Accessors not supported");return"value"in S&&(g[v]=S.value),g}},1236:function(s,l,a){var c=a(9781),u=a(5296),d=a(9114),f=a(5656),h=a(7593),p=a(6656),g=a(4664),v=Object.getOwnPropertyDescriptor;l.f=c?v:function(C,k){if(C=f(C),k=h(k,!0),g)try{return v(C,k)}catch{}if(p(C,k))return d(!u.f.call(C,k),C[k])}},8006:function(s,l,a){var c=a(6324),u=a(748),d=u.concat("length","prototype");l.f=Object.getOwnPropertyNames||function(h){return c(h,d)}},5181:function(s,l){l.f=Object.getOwnPropertySymbols},9518:function(s,l,a){var c=a(6656),u=a(7908),d=a(6200),f=a(8544),h=d("IE_PROTO"),p=Object.prototype;s.exports=f?Object.getPrototypeOf:function(g){return g=u(g),c(g,h)?g[h]:typeof g.constructor=="function"&&g instanceof g.constructor?g.constructor.prototype:g instanceof Object?p:null}},6324:function(s,l,a){var c=a(6656),u=a(5656),d=a(1318).indexOf,f=a(3501);s.exports=function(h,p){var g=u(h),v=0,S=[],C;for(C in g)!c(f,C)&&c(g,C)&&S.push(C);for(;p.length>v;)c(g,C=p[v++])&&(~d(S,C)||S.push(C));return S}},1956:function(s,l,a){var c=a(6324),u=a(748);s.exports=Object.keys||function(f){return c(f,u)}},5296:function(s,l){var a={}.propertyIsEnumerable,c=Object.getOwnPropertyDescriptor,u=c&&!a.call({1:2},1);l.f=u?function(f){var h=c(this,f);return!!h&&h.enumerable}:a},7674:function(s,l,a){var c=a(9670),u=a(6077);s.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var d=!1,f={},h;try{h=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,h.call(f,[]),d=f instanceof Array}catch{}return function(g,v){return c(g),u(v),d?h.call(g,v):g.__proto__=v,g}}():void 0)},288:function(s,l,a){var c=a(1694),u=a(648);s.exports=c?{}.toString:function(){return"[object "+u(this)+"]"}},3887:function(s,l,a){var c=a(5005),u=a(8006),d=a(5181),f=a(9670);s.exports=c("Reflect","ownKeys")||function(p){var g=u.f(f(p)),v=d.f;return v?g.concat(v(p)):g}},857:function(s,l,a){var c=a(7854);s.exports=c},2248:function(s,l,a){var c=a(1320);s.exports=function(u,d,f){for(var h in d)c(u,h,d[h],f);return u}},1320:function(s,l,a){var c=a(7854),u=a(8880),d=a(6656),f=a(3505),h=a(2788),p=a(9909),g=p.get,v=p.enforce,S=String(String).split("String");(s.exports=function(C,k,b,R){var w=R?!!R.unsafe:!1,F=R?!!R.enumerable:!1,V=R?!!R.noTargetGet:!1,$;if(typeof b=="function"&&(typeof k=="string"&&!d(b,"name")&&u(b,"name",k),$=v(b),$.source||($.source=S.join(typeof k=="string"?k:""))),C===c){F?C[k]=b:f(k,b);return}else w?!V&&C[k]&&(F=!0):delete C[k];F?C[k]=b:u(C,k,b)})(Function.prototype,"toString",function(){return typeof this=="function"&&g(this).source||h(this)})},7651:function(s,l,a){var c=a(4326),u=a(2261);s.exports=function(d,f){var h=d.exec;if(typeof h=="function"){var p=h.call(d,f);if(typeof p!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return p}if(c(d)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return u.call(d,f)}},2261:function(s,l,a){var c=a(7066),u=a(2999),d=RegExp.prototype.exec,f=String.prototype.replace,h=d,p=function(){var C=/a/,k=/b*/g;return d.call(C,"a"),d.call(k,"a"),C.lastIndex!==0||k.lastIndex!==0}(),g=u.UNSUPPORTED_Y||u.BROKEN_CARET,v=/()??/.exec("")[1]!==void 0,S=p||v||g;S&&(h=function(k){var b=this,R,w,F,V,$=g&&b.sticky,z=c.call(b),B=b.source,P=0,H=k;return $&&(z=z.replace("y",""),z.indexOf("g")===-1&&(z+="g"),H=String(k).slice(b.lastIndex),b.lastIndex>0&&(!b.multiline||b.multiline&&k[b.lastIndex-1]!==`
|
|
5
5
|
`)&&(B="(?: "+B+")",H=" "+H,P++),w=new RegExp("^(?:"+B+")",z)),v&&(w=new RegExp("^"+B+"$(?!\\s)",z)),p&&(R=b.lastIndex),F=d.call($?w:b,H),$?F?(F.input=F.input.slice(P),F[0]=F[0].slice(P),F.index=b.lastIndex,b.lastIndex+=F[0].length):b.lastIndex=0:p&&F&&(b.lastIndex=b.global?F.index+F[0].length:R),v&&F&&F.length>1&&f.call(F[0],w,function(){for(V=1;V<arguments.length-2;V++)arguments[V]===void 0&&(F[V]=void 0)}),F}),s.exports=h},7066:function(s,l,a){var c=a(9670);s.exports=function(){var u=c(this),d="";return u.global&&(d+="g"),u.ignoreCase&&(d+="i"),u.multiline&&(d+="m"),u.dotAll&&(d+="s"),u.unicode&&(d+="u"),u.sticky&&(d+="y"),d}},2999:function(s,l,a){var c=a(7293);function u(d,f){return RegExp(d,f)}l.UNSUPPORTED_Y=c(function(){var d=u("a","y");return d.lastIndex=2,d.exec("abcd")!=null}),l.BROKEN_CARET=c(function(){var d=u("^r","gy");return d.lastIndex=2,d.exec("str")!=null})},4488:function(s){s.exports=function(l){if(l==null)throw TypeError("Can't call method on "+l);return l}},3505:function(s,l,a){var c=a(7854),u=a(8880);s.exports=function(d,f){try{u(c,d,f)}catch{c[d]=f}return f}},6340:function(s,l,a){var c=a(5005),u=a(3070),d=a(5112),f=a(9781),h=d("species");s.exports=function(p){var g=c(p),v=u.f;f&&g&&!g[h]&&v(g,h,{configurable:!0,get:function(){return this}})}},8003:function(s,l,a){var c=a(3070).f,u=a(6656),d=a(5112),f=d("toStringTag");s.exports=function(h,p,g){h&&!u(h=g?h:h.prototype,f)&&c(h,f,{configurable:!0,value:p})}},6200:function(s,l,a){var c=a(2309),u=a(9711),d=c("keys");s.exports=function(f){return d[f]||(d[f]=u(f))}},5465:function(s,l,a){var c=a(7854),u=a(3505),d="__core-js_shared__",f=c[d]||u(d,{});s.exports=f},2309:function(s,l,a){var c=a(1913),u=a(5465);(s.exports=function(d,f){return u[d]||(u[d]=f!==void 0?f:{})})("versions",[]).push({version:"3.9.0",mode:c?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},6707:function(s,l,a){var c=a(9670),u=a(3099),d=a(5112),f=d("species");s.exports=function(h,p){var g=c(h).constructor,v;return g===void 0||(v=c(g)[f])==null?p:u(v)}},8710:function(s,l,a){var c=a(9958),u=a(4488),d=function(f){return function(h,p){var g=String(u(h)),v=c(p),S=g.length,C,k;return v<0||v>=S?f?"":void 0:(C=g.charCodeAt(v),C<55296||C>56319||v+1===S||(k=g.charCodeAt(v+1))<56320||k>57343?f?g.charAt(v):C:f?g.slice(v,v+2):(C-55296<<10)+(k-56320)+65536)}};s.exports={codeAt:d(!1),charAt:d(!0)}},3197:function(s){var l=2147483647,a=36,c=1,u=26,d=38,f=700,h=72,p=128,g="-",v=/[^\0-\u007E]/,S=/[.\u3002\uFF0E\uFF61]/g,C="Overflow: input needs wider integers to process",k=a-c,b=Math.floor,R=String.fromCharCode,w=function(z){for(var B=[],P=0,H=z.length;P<H;){var Y=z.charCodeAt(P++);if(Y>=55296&&Y<=56319&&P<H){var Z=z.charCodeAt(P++);(Z&64512)==56320?B.push(((Y&1023)<<10)+(Z&1023)+65536):(B.push(Y),P--)}else B.push(Y)}return B},F=function(z){return z+22+75*(z<26)},V=function(z,B,P){var H=0;for(z=P?b(z/f):z>>1,z+=b(z/B);z>k*u>>1;H+=a)z=b(z/k);return b(H+(k+1)*z/(z+d))},$=function(z){var B=[];z=w(z);var P=z.length,H=p,Y=0,Z=h,Q,re;for(Q=0;Q<z.length;Q++)re=z[Q],re<128&&B.push(R(re));var W=B.length,le=W;for(W&&B.push(g);le<P;){var de=l;for(Q=0;Q<z.length;Q++)re=z[Q],re>=H&&re<de&&(de=re);var ve=le+1;if(de-H>b((l-Y)/ve))throw RangeError(C);for(Y+=(de-H)*ve,H=de,Q=0;Q<z.length;Q++){if(re=z[Q],re<H&&++Y>l)throw RangeError(C);if(re==H){for(var Se=Y,ye=a;;ye+=a){var we=ye<=Z?c:ye>=Z+u?u:ye-Z;if(Se<we)break;var Ce=Se-we,Te=a-we;B.push(R(F(we+Ce%Te))),Se=b(Ce/Te)}B.push(R(F(Se))),Z=V(Y,ve,le==W),Y=0,++le}}++Y,++H}return B.join("")};s.exports=function(z){var B=[],P=z.toLowerCase().replace(S,".").split("."),H,Y;for(H=0;H<P.length;H++)Y=P[H],B.push(v.test(Y)?"xn--"+$(Y):Y);return B.join(".")}},6091:function(s,l,a){var c=a(7293),u=a(1361),d="
";s.exports=function(f){return c(function(){return!!u[f]()||d[f]()!=d||u[f].name!==f})}},3111:function(s,l,a){var c=a(4488),u=a(1361),d="["+u+"]",f=RegExp("^"+d+d+"*"),h=RegExp(d+d+"*$"),p=function(g){return function(v){var S=String(c(v));return g&1&&(S=S.replace(f,"")),g&2&&(S=S.replace(h,"")),S}};s.exports={start:p(1),end:p(2),trim:p(3)}},1400:function(s,l,a){var c=a(9958),u=Math.max,d=Math.min;s.exports=function(f,h){var p=c(f);return p<0?u(p+h,0):d(p,h)}},7067:function(s,l,a){var c=a(9958),u=a(7466);s.exports=function(d){if(d===void 0)return 0;var f=c(d),h=u(f);if(f!==h)throw RangeError("Wrong length or index");return h}},5656:function(s,l,a){var c=a(8361),u=a(4488);s.exports=function(d){return c(u(d))}},9958:function(s){var l=Math.ceil,a=Math.floor;s.exports=function(c){return isNaN(c=+c)?0:(c>0?a:l)(c)}},7466:function(s,l,a){var c=a(9958),u=Math.min;s.exports=function(d){return d>0?u(c(d),9007199254740991):0}},7908:function(s,l,a){var c=a(4488);s.exports=function(u){return Object(c(u))}},4590:function(s,l,a){var c=a(3002);s.exports=function(u,d){var f=c(u);if(f%d)throw RangeError("Wrong offset");return f}},3002:function(s,l,a){var c=a(9958);s.exports=function(u){var d=c(u);if(d<0)throw RangeError("The argument can't be less than 0");return d}},7593:function(s,l,a){var c=a(111);s.exports=function(u,d){if(!c(u))return u;var f,h;if(d&&typeof(f=u.toString)=="function"&&!c(h=f.call(u))||typeof(f=u.valueOf)=="function"&&!c(h=f.call(u))||!d&&typeof(f=u.toString)=="function"&&!c(h=f.call(u)))return h;throw TypeError("Can't convert object to primitive value")}},1694:function(s,l,a){var c=a(5112),u=c("toStringTag"),d={};d[u]="z",s.exports=String(d)==="[object z]"},9843:function(s,l,a){var c=a(2109),u=a(7854),d=a(9781),f=a(3832),h=a(260),p=a(3331),g=a(5787),v=a(9114),S=a(8880),C=a(7466),k=a(7067),b=a(4590),R=a(7593),w=a(6656),F=a(648),V=a(111),$=a(30),z=a(7674),B=a(8006).f,P=a(7321),H=a(2092).forEach,Y=a(6340),Z=a(3070),Q=a(1236),re=a(9909),W=a(9587),le=re.get,de=re.set,ve=Z.f,Se=Q.f,ye=Math.round,we=u.RangeError,Ce=p.ArrayBuffer,Te=p.DataView,ge=h.NATIVE_ARRAY_BUFFER_VIEWS,A=h.TYPED_ARRAY_TAG,M=h.TypedArray,E=h.TypedArrayPrototype,O=h.aTypedArrayConstructor,y=h.isTypedArray,x="BYTES_PER_ELEMENT",I="Wrong length",N=function(G,J){for(var _=0,ce=J.length,me=new(O(G))(ce);ce>_;)me[_]=J[_++];return me},D=function(G,J){ve(G,J,{get:function(){return le(this)[J]}})},L=function(G){var J;return G instanceof Ce||(J=F(G))=="ArrayBuffer"||J=="SharedArrayBuffer"},U=function(G,J){return y(G)&&typeof J!="symbol"&&J in G&&String(+J)==String(J)},K=function(J,_){return U(J,_=R(_,!0))?v(2,J[_]):Se(J,_)},j=function(J,_,ce){return U(J,_=R(_,!0))&&V(ce)&&w(ce,"value")&&!w(ce,"get")&&!w(ce,"set")&&!ce.configurable&&(!w(ce,"writable")||ce.writable)&&(!w(ce,"enumerable")||ce.enumerable)?(J[_]=ce.value,J):ve(J,_,ce)};d?(ge||(Q.f=K,Z.f=j,D(E,"buffer"),D(E,"byteOffset"),D(E,"byteLength"),D(E,"length")),c({target:"Object",stat:!0,forced:!ge},{getOwnPropertyDescriptor:K,defineProperty:j}),s.exports=function(G,J,_){var ce=G.match(/\d+$/)[0]/8,me=G+(_?"Clamped":"")+"Array",Oe="get"+G,Be="set"+G,Pe=u[me],Me=Pe,je=Me&&Me.prototype,dt={},_e=function(se,ae){var be=le(se);return be.view[Oe](ae*ce+be.byteOffset,!0)},un=function(se,ae,be){var Ee=le(se);_&&(be=(be=ye(be))<0?0:be>255?255:be&255),Ee.view[Be](ae*ce+Ee.byteOffset,be,!0)},X=function(se,ae){ve(se,ae,{get:function(){return _e(this,ae)},set:function(be){return un(this,ae,be)},enumerable:!0})};ge?f&&(Me=J(function(se,ae,be,Ee){return g(se,Me,me),W(function(){return V(ae)?L(ae)?Ee!==void 0?new Pe(ae,b(be,ce),Ee):be!==void 0?new Pe(ae,b(be,ce)):new Pe(ae):y(ae)?N(Me,ae):P.call(Me,ae):new Pe(k(ae))}(),se,Me)}),z&&z(Me,M),H(B(Pe),function(se){se in Me||S(Me,se,Pe[se])}),Me.prototype=je):(Me=J(function(se,ae,be,Ee){g(se,Me,me);var Fe=0,$e=0,rt,ot,Ye;if(!V(ae))Ye=k(ae),ot=Ye*ce,rt=new Ce(ot);else if(L(ae)){rt=ae,$e=b(be,ce);var Ht=ae.byteLength;if(Ee===void 0){if(Ht%ce||(ot=Ht-$e,ot<0))throw we(I)}else if(ot=C(Ee)*ce,ot+$e>Ht)throw we(I);Ye=ot/ce}else return y(ae)?N(Me,ae):P.call(Me,ae);for(de(se,{buffer:rt,byteOffset:$e,byteLength:ot,length:Ye,view:new Te(rt)});Fe<Ye;)X(se,Fe++)}),z&&z(Me,M),je=Me.prototype=$(E)),je.constructor!==Me&&S(je,"constructor",Me),A&&S(je,A,me),dt[me]=Me,c({global:!0,forced:Me!=Pe,sham:!ge},dt),x in Me||S(Me,x,ce),x in je||S(je,x,ce),Y(me)}):s.exports=function(){}},3832:function(s,l,a){var c=a(7854),u=a(7293),d=a(7072),f=a(260).NATIVE_ARRAY_BUFFER_VIEWS,h=c.ArrayBuffer,p=c.Int8Array;s.exports=!f||!u(function(){p(1)})||!u(function(){new p(-1)})||!d(function(g){new p,new p(null),new p(1.5),new p(g)},!0)||u(function(){return new p(new h(2),1,void 0).length!==1})},3074:function(s,l,a){var c=a(260).aTypedArrayConstructor,u=a(6707);s.exports=function(d,f){for(var h=u(d,d.constructor),p=0,g=f.length,v=new(c(h))(g);g>p;)v[p]=f[p++];return v}},7321:function(s,l,a){var c=a(7908),u=a(7466),d=a(1246),f=a(7659),h=a(9974),p=a(260).aTypedArrayConstructor;s.exports=function(v){var S=c(v),C=arguments.length,k=C>1?arguments[1]:void 0,b=k!==void 0,R=d(S),w,F,V,$,z,B;if(R!=null&&!f(R))for(z=R.call(S),B=z.next,S=[];!($=B.call(z)).done;)S.push($.value);for(b&&C>2&&(k=h(k,arguments[2],2)),F=u(S.length),V=new(p(this))(F),w=0;F>w;w++)V[w]=b?k(S[w],w):S[w];return V}},9711:function(s){var l=0,a=Math.random();s.exports=function(c){return"Symbol("+String(c===void 0?"":c)+")_"+(++l+a).toString(36)}},3307:function(s,l,a){var c=a(133);s.exports=c&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},5112:function(s,l,a){var c=a(7854),u=a(2309),d=a(6656),f=a(9711),h=a(133),p=a(3307),g=u("wks"),v=c.Symbol,S=p?v:v&&v.withoutSetter||f;s.exports=function(C){return d(g,C)||(h&&d(v,C)?g[C]=v[C]:g[C]=S("Symbol."+C)),g[C]}},1361:function(s){s.exports=`
|
|
6
6
|
\v\f\r \u2028\u2029\uFEFF`},8264:function(s,l,a){var c=a(2109),u=a(7854),d=a(3331),f=a(6340),h="ArrayBuffer",p=d[h],g=u[h];c({global:!0,forced:g!==p},{ArrayBuffer:p}),f(h)},2222:function(s,l,a){var c=a(2109),u=a(7293),d=a(3157),f=a(111),h=a(7908),p=a(7466),g=a(6135),v=a(5417),S=a(1194),C=a(5112),k=a(7392),b=C("isConcatSpreadable"),R=9007199254740991,w="Maximum allowed index exceeded",F=k>=51||!u(function(){var B=[];return B[b]=!1,B.concat()[0]!==B}),V=S("concat"),$=function(B){if(!f(B))return!1;var P=B[b];return P!==void 0?!!P:d(B)},z=!F||!V;c({target:"Array",proto:!0,forced:z},{concat:function(P){var H=h(this),Y=v(H,0),Z=0,Q,re,W,le,de;for(Q=-1,W=arguments.length;Q<W;Q++)if(de=Q===-1?H:arguments[Q],$(de)){if(le=p(de.length),Z+le>R)throw TypeError(w);for(re=0;re<le;re++,Z++)re in de&&g(Y,Z,de[re])}else{if(Z>=R)throw TypeError(w);g(Y,Z++,de)}return Y.length=Z,Y}})},7327:function(s,l,a){var c=a(2109),u=a(2092).filter,d=a(1194),f=d("filter");c({target:"Array",proto:!0,forced:!f},{filter:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}})},2772:function(s,l,a){var c=a(2109),u=a(1318).indexOf,d=a(9341),f=[].indexOf,h=!!f&&1/[1].indexOf(1,-0)<0,p=d("indexOf");c({target:"Array",proto:!0,forced:h||!p},{indexOf:function(v){return h?f.apply(this,arguments)||0:u(this,v,arguments.length>1?arguments[1]:void 0)}})},6992:function(s,l,a){var c=a(5656),u=a(1223),d=a(7497),f=a(9909),h=a(654),p="Array Iterator",g=f.set,v=f.getterFor(p);s.exports=h(Array,"Array",function(S,C){g(this,{type:p,target:c(S),index:0,kind:C})},function(){var S=v(this),C=S.target,k=S.kind,b=S.index++;return!C||b>=C.length?(S.target=void 0,{value:void 0,done:!0}):k=="keys"?{value:b,done:!1}:k=="values"?{value:C[b],done:!1}:{value:[b,C[b]],done:!1}},"values"),d.Arguments=d.Array,u("keys"),u("values"),u("entries")},1249:function(s,l,a){var c=a(2109),u=a(2092).map,d=a(1194),f=d("map");c({target:"Array",proto:!0,forced:!f},{map:function(p){return u(this,p,arguments.length>1?arguments[1]:void 0)}})},7042:function(s,l,a){var c=a(2109),u=a(111),d=a(3157),f=a(1400),h=a(7466),p=a(5656),g=a(6135),v=a(5112),S=a(1194),C=S("slice"),k=v("species"),b=[].slice,R=Math.max;c({target:"Array",proto:!0,forced:!C},{slice:function(F,V){var $=p(this),z=h($.length),B=f(F,z),P=f(V===void 0?z:V,z),H,Y,Z;if(d($)&&(H=$.constructor,typeof H=="function"&&(H===Array||d(H.prototype))?H=void 0:u(H)&&(H=H[k],H===null&&(H=void 0)),H===Array||H===void 0))return b.call($,B,P);for(Y=new(H===void 0?Array:H)(R(P-B,0)),Z=0;B<P;B++,Z++)B in $&&g(Y,Z,$[B]);return Y.length=Z,Y}})},561:function(s,l,a){var c=a(2109),u=a(1400),d=a(9958),f=a(7466),h=a(7908),p=a(5417),g=a(6135),v=a(1194),S=v("splice"),C=Math.max,k=Math.min,b=9007199254740991,R="Maximum allowed length exceeded";c({target:"Array",proto:!0,forced:!S},{splice:function(F,V){var $=h(this),z=f($.length),B=u(F,z),P=arguments.length,H,Y,Z,Q,re,W;if(P===0?H=Y=0:P===1?(H=0,Y=z-B):(H=P-2,Y=k(C(d(V),0),z-B)),z+H-Y>b)throw TypeError(R);for(Z=p($,Y),Q=0;Q<Y;Q++)re=B+Q,re in $&&g(Z,Q,$[re]);if(Z.length=Y,H<Y){for(Q=B;Q<z-Y;Q++)re=Q+Y,W=Q+H,re in $?$[W]=$[re]:delete $[W];for(Q=z;Q>z-Y+H;Q--)delete $[Q-1]}else if(H>Y)for(Q=z-Y;Q>B;Q--)re=Q+Y-1,W=Q+H-1,re in $?$[W]=$[re]:delete $[W];for(Q=0;Q<H;Q++)$[Q+B]=arguments[Q+2];return $.length=z-Y+H,Z}})},8309:function(s,l,a){var c=a(9781),u=a(3070).f,d=Function.prototype,f=d.toString,h=/^\s*function ([^ (]*)/,p="name";c&&!(p in d)&&u(d,p,{configurable:!0,get:function(){try{return f.call(this).match(h)[1]}catch{return""}}})},489:function(s,l,a){var c=a(2109),u=a(7293),d=a(7908),f=a(9518),h=a(8544),p=u(function(){f(1)});c({target:"Object",stat:!0,forced:p,sham:!h},{getPrototypeOf:function(v){return f(d(v))}})},1539:function(s,l,a){var c=a(1694),u=a(1320),d=a(288);c||u(Object.prototype,"toString",d,{unsafe:!0})},4916:function(s,l,a){var c=a(2109),u=a(2261);c({target:"RegExp",proto:!0,forced:/./.exec!==u},{exec:u})},9714:function(s,l,a){var c=a(1320),u=a(9670),d=a(7293),f=a(7066),h="toString",p=RegExp.prototype,g=p[h],v=d(function(){return g.call({source:"a",flags:"b"})!="/a/b"}),S=g.name!=h;(v||S)&&c(RegExp.prototype,h,function(){var k=u(this),b=String(k.source),R=k.flags,w=String(R===void 0&&k instanceof RegExp&&!("flags"in p)?f.call(k):R);return"/"+b+"/"+w},{unsafe:!0})},8783:function(s,l,a){var c=a(8710).charAt,u=a(9909),d=a(654),f="String Iterator",h=u.set,p=u.getterFor(f);d(String,"String",function(g){h(this,{type:f,string:String(g),index:0})},function(){var v=p(this),S=v.string,C=v.index,k;return C>=S.length?{value:void 0,done:!0}:(k=c(S,C),v.index+=k.length,{value:k,done:!1})})},4723:function(s,l,a){var c=a(7007),u=a(9670),d=a(7466),f=a(4488),h=a(1530),p=a(7651);c("match",1,function(g,v,S){return[function(k){var b=f(this),R=k==null?void 0:k[g];return R!==void 0?R.call(k,b):new RegExp(k)[g](String(b))},function(C){var k=S(v,C,this);if(k.done)return k.value;var b=u(C),R=String(this);if(!b.global)return p(b,R);var w=b.unicode;b.lastIndex=0;for(var F=[],V=0,$;($=p(b,R))!==null;){var z=String($[0]);F[V]=z,z===""&&(b.lastIndex=h(R,d(b.lastIndex),w)),V++}return V===0?null:F}]})},5306:function(s,l,a){var c=a(7007),u=a(9670),d=a(7466),f=a(9958),h=a(4488),p=a(1530),g=a(647),v=a(7651),S=Math.max,C=Math.min,k=function(b){return b===void 0?b:String(b)};c("replace",2,function(b,R,w,F){var V=F.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,$=F.REPLACE_KEEPS_$0,z=V?"$":"$0";return[function(P,H){var Y=h(this),Z=P==null?void 0:P[b];return Z!==void 0?Z.call(P,Y,H):R.call(String(Y),P,H)},function(B,P){if(!V&&$||typeof P=="string"&&P.indexOf(z)===-1){var H=w(R,B,this,P);if(H.done)return H.value}var Y=u(B),Z=String(this),Q=typeof P=="function";Q||(P=String(P));var re=Y.global;if(re){var W=Y.unicode;Y.lastIndex=0}for(var le=[];;){var de=v(Y,Z);if(de===null||(le.push(de),!re))break;var ve=String(de[0]);ve===""&&(Y.lastIndex=p(Z,d(Y.lastIndex),W))}for(var Se="",ye=0,we=0;we<le.length;we++){de=le[we];for(var Ce=String(de[0]),Te=S(C(f(de.index),Z.length),0),ge=[],A=1;A<de.length;A++)ge.push(k(de[A]));var M=de.groups;if(Q){var E=[Ce].concat(ge,Te,Z);M!==void 0&&E.push(M);var O=String(P.apply(void 0,E))}else O=g(Ce,Z,Te,ge,M,P);Te>=ye&&(Se+=Z.slice(ye,Te)+O,ye=Te+Ce.length)}return Se+Z.slice(ye)}]})},3123:function(s,l,a){var c=a(7007),u=a(7850),d=a(9670),f=a(4488),h=a(6707),p=a(1530),g=a(7466),v=a(7651),S=a(2261),C=a(7293),k=[].push,b=Math.min,R=4294967295,w=!C(function(){return!RegExp(R,"y")});c("split",2,function(F,V,$){var z;return"abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?z=function(B,P){var H=String(f(this)),Y=P===void 0?R:P>>>0;if(Y===0)return[];if(B===void 0)return[H];if(!u(B))return V.call(H,B,Y);for(var Z=[],Q=(B.ignoreCase?"i":"")+(B.multiline?"m":"")+(B.unicode?"u":"")+(B.sticky?"y":""),re=0,W=new RegExp(B.source,Q+"g"),le,de,ve;(le=S.call(W,H))&&(de=W.lastIndex,!(de>re&&(Z.push(H.slice(re,le.index)),le.length>1&&le.index<H.length&&k.apply(Z,le.slice(1)),ve=le[0].length,re=de,Z.length>=Y)));)W.lastIndex===le.index&&W.lastIndex++;return re===H.length?(ve||!W.test(""))&&Z.push(""):Z.push(H.slice(re)),Z.length>Y?Z.slice(0,Y):Z}:"0".split(void 0,0).length?z=function(B,P){return B===void 0&&P===0?[]:V.call(this,B,P)}:z=V,[function(P,H){var Y=f(this),Z=P==null?void 0:P[F];return Z!==void 0?Z.call(P,Y,H):z.call(String(Y),P,H)},function(B,P){var H=$(z,B,this,P,z!==V);if(H.done)return H.value;var Y=d(B),Z=String(this),Q=h(Y,RegExp),re=Y.unicode,W=(Y.ignoreCase?"i":"")+(Y.multiline?"m":"")+(Y.unicode?"u":"")+(w?"y":"g"),le=new Q(w?Y:"^(?:"+Y.source+")",W),de=P===void 0?R:P>>>0;if(de===0)return[];if(Z.length===0)return v(le,Z)===null?[Z]:[];for(var ve=0,Se=0,ye=[];Se<Z.length;){le.lastIndex=w?Se:0;var we=v(le,w?Z:Z.slice(Se)),Ce;if(we===null||(Ce=b(g(le.lastIndex+(w?0:Se)),Z.length))===ve)Se=p(Z,Se,re);else{if(ye.push(Z.slice(ve,Se)),ye.length===de)return ye;for(var Te=1;Te<=we.length-1;Te++)if(ye.push(we[Te]),ye.length===de)return ye;Se=ve=Ce}}return ye.push(Z.slice(ve)),ye}]},!w)},3210:function(s,l,a){var c=a(2109),u=a(3111).trim,d=a(6091);c({target:"String",proto:!0,forced:d("trim")},{trim:function(){return u(this)}})},2990:function(s,l,a){var c=a(260),u=a(1048),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("copyWithin",function(p,g){return u.call(d(this),p,g,arguments.length>2?arguments[2]:void 0)})},8927:function(s,l,a){var c=a(260),u=a(2092).every,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("every",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},3105:function(s,l,a){var c=a(260),u=a(1285),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("fill",function(p){return u.apply(d(this),arguments)})},5035:function(s,l,a){var c=a(260),u=a(2092).filter,d=a(3074),f=c.aTypedArray,h=c.exportTypedArrayMethod;h("filter",function(g){var v=u(f(this),g,arguments.length>1?arguments[1]:void 0);return d(this,v)})},7174:function(s,l,a){var c=a(260),u=a(2092).findIndex,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("findIndex",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},4345:function(s,l,a){var c=a(260),u=a(2092).find,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("find",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},2846:function(s,l,a){var c=a(260),u=a(2092).forEach,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("forEach",function(p){u(d(this),p,arguments.length>1?arguments[1]:void 0)})},4731:function(s,l,a){var c=a(260),u=a(1318).includes,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("includes",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},7209:function(s,l,a){var c=a(260),u=a(1318).indexOf,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("indexOf",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},6319:function(s,l,a){var c=a(7854),u=a(260),d=a(6992),f=a(5112),h=f("iterator"),p=c.Uint8Array,g=d.values,v=d.keys,S=d.entries,C=u.aTypedArray,k=u.exportTypedArrayMethod,b=p&&p.prototype[h],R=!!b&&(b.name=="values"||b.name==null),w=function(){return g.call(C(this))};k("entries",function(){return S.call(C(this))}),k("keys",function(){return v.call(C(this))}),k("values",w,!R),k(h,w,!R)},8867:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=[].join;d("join",function(p){return f.apply(u(this),arguments)})},7789:function(s,l,a){var c=a(260),u=a(6583),d=c.aTypedArray,f=c.exportTypedArrayMethod;f("lastIndexOf",function(p){return u.apply(d(this),arguments)})},3739:function(s,l,a){var c=a(260),u=a(2092).map,d=a(6707),f=c.aTypedArray,h=c.aTypedArrayConstructor,p=c.exportTypedArrayMethod;p("map",function(v){return u(f(this),v,arguments.length>1?arguments[1]:void 0,function(S,C){return new(h(d(S,S.constructor)))(C)})})},4483:function(s,l,a){var c=a(260),u=a(3671).right,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("reduceRight",function(p){return u(d(this),p,arguments.length,arguments.length>1?arguments[1]:void 0)})},9368:function(s,l,a){var c=a(260),u=a(3671).left,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("reduce",function(p){return u(d(this),p,arguments.length,arguments.length>1?arguments[1]:void 0)})},2056:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=Math.floor;d("reverse",function(){for(var p=this,g=u(p).length,v=f(g/2),S=0,C;S<v;)C=p[S],p[S++]=p[--g],p[g]=C;return p})},3462:function(s,l,a){var c=a(260),u=a(7466),d=a(4590),f=a(7908),h=a(7293),p=c.aTypedArray,g=c.exportTypedArrayMethod,v=h(function(){new Int8Array(1).set({})});g("set",function(C){p(this);var k=d(arguments.length>1?arguments[1]:void 0,1),b=this.length,R=f(C),w=u(R.length),F=0;if(w+k>b)throw RangeError("Wrong length");for(;F<w;)this[k+F]=R[F++]},v)},678:function(s,l,a){var c=a(260),u=a(6707),d=a(7293),f=c.aTypedArray,h=c.aTypedArrayConstructor,p=c.exportTypedArrayMethod,g=[].slice,v=d(function(){new Int8Array(1).slice()});p("slice",function(C,k){for(var b=g.call(f(this),C,k),R=u(this,this.constructor),w=0,F=b.length,V=new(h(R))(F);F>w;)V[w]=b[w++];return V},v)},7462:function(s,l,a){var c=a(260),u=a(2092).some,d=c.aTypedArray,f=c.exportTypedArrayMethod;f("some",function(p){return u(d(this),p,arguments.length>1?arguments[1]:void 0)})},3824:function(s,l,a){var c=a(260),u=c.aTypedArray,d=c.exportTypedArrayMethod,f=[].sort;d("sort",function(p){return f.call(u(this),p)})},5021:function(s,l,a){var c=a(260),u=a(7466),d=a(1400),f=a(6707),h=c.aTypedArray,p=c.exportTypedArrayMethod;p("subarray",function(v,S){var C=h(this),k=C.length,b=d(v,k);return new(f(C,C.constructor))(C.buffer,C.byteOffset+b*C.BYTES_PER_ELEMENT,u((S===void 0?k:d(S,k))-b))})},2974:function(s,l,a){var c=a(7854),u=a(260),d=a(7293),f=c.Int8Array,h=u.aTypedArray,p=u.exportTypedArrayMethod,g=[].toLocaleString,v=[].slice,S=!!f&&d(function(){g.call(new f(1))}),C=d(function(){return[1,2].toLocaleString()!=new f([1,2]).toLocaleString()})||!d(function(){f.prototype.toLocaleString.call([1,2])});p("toLocaleString",function(){return g.apply(S?v.call(h(this)):h(this),arguments)},C)},5016:function(s,l,a){var c=a(260).exportTypedArrayMethod,u=a(7293),d=a(7854),f=d.Uint8Array,h=f&&f.prototype||{},p=[].toString,g=[].join;u(function(){p.call({})})&&(p=function(){return g.call(this)});var v=h.toString!=p;c("toString",p,v)},2472:function(s,l,a){var c=a(9843);c("Uint8",function(u){return function(f,h,p){return u(this,f,h,p)}})},4747:function(s,l,a){var c=a(7854),u=a(8324),d=a(8533),f=a(8880);for(var h in u){var p=c[h],g=p&&p.prototype;if(g&&g.forEach!==d)try{f(g,"forEach",d)}catch{g.forEach=d}}},3948:function(s,l,a){var c=a(7854),u=a(8324),d=a(6992),f=a(8880),h=a(5112),p=h("iterator"),g=h("toStringTag"),v=d.values;for(var S in u){var C=c[S],k=C&&C.prototype;if(k){if(k[p]!==v)try{f(k,p,v)}catch{k[p]=v}if(k[g]||f(k,g,S),u[S]){for(var b in d)if(k[b]!==d[b])try{f(k,b,d[b])}catch{k[b]=d[b]}}}}},1637:function(s,l,a){a(6992);var c=a(2109),u=a(5005),d=a(590),f=a(1320),h=a(2248),p=a(8003),g=a(4994),v=a(9909),S=a(5787),C=a(6656),k=a(9974),b=a(648),R=a(9670),w=a(111),F=a(30),V=a(9114),$=a(8554),z=a(1246),B=a(5112),P=u("fetch"),H=u("Headers"),Y=B("iterator"),Z="URLSearchParams",Q=Z+"Iterator",re=v.set,W=v.getterFor(Z),le=v.getterFor(Q),de=/\+/g,ve=Array(4),Se=function(N){return ve[N-1]||(ve[N-1]=RegExp("((?:%[\\da-f]{2}){"+N+"})","gi"))},ye=function(N){try{return decodeURIComponent(N)}catch{return N}},we=function(N){var D=N.replace(de," "),L=4;try{return decodeURIComponent(D)}catch{for(;L;)D=D.replace(Se(L--),ye);return D}},Ce=/[!'()~]|%20/g,Te={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ge=function(N){return Te[N]},A=function(N){return encodeURIComponent(N).replace(Ce,ge)},M=function(N,D){if(D)for(var L=D.split("&"),U=0,K,j;U<L.length;)K=L[U++],K.length&&(j=K.split("="),N.push({key:we(j.shift()),value:we(j.join("="))}))},E=function(N){this.entries.length=0,M(this.entries,N)},O=function(N,D){if(N<D)throw TypeError("Not enough arguments")},y=g(function(D,L){re(this,{type:Q,iterator:$(W(D).entries),kind:L})},"Iterator",function(){var D=le(this),L=D.kind,U=D.iterator.next(),K=U.value;return U.done||(U.value=L==="keys"?K.key:L==="values"?K.value:[K.key,K.value]),U}),x=function(){S(this,x,Z);var D=arguments.length>0?arguments[0]:void 0,L=this,U=[],K,j,G,J,_,ce,me,Oe,Be;if(re(L,{type:Z,entries:U,updateURL:function(){},updateSearchParams:E}),D!==void 0)if(w(D))if(K=z(D),typeof K=="function")for(j=K.call(D),G=j.next;!(J=G.call(j)).done;){if(_=$(R(J.value)),ce=_.next,(me=ce.call(_)).done||(Oe=ce.call(_)).done||!ce.call(_).done)throw TypeError("Expected sequence with length 2");U.push({key:me.value+"",value:Oe.value+""})}else for(Be in D)C(D,Be)&&U.push({key:Be,value:D[Be]+""});else M(U,typeof D=="string"?D.charAt(0)==="?"?D.slice(1):D:D+"")},I=x.prototype;h(I,{append:function(D,L){O(arguments.length,2);var U=W(this);U.entries.push({key:D+"",value:L+""}),U.updateURL()},delete:function(N){O(arguments.length,1);for(var D=W(this),L=D.entries,U=N+"",K=0;K<L.length;)L[K].key===U?L.splice(K,1):K++;D.updateURL()},get:function(D){O(arguments.length,1);for(var L=W(this).entries,U=D+"",K=0;K<L.length;K++)if(L[K].key===U)return L[K].value;return null},getAll:function(D){O(arguments.length,1);for(var L=W(this).entries,U=D+"",K=[],j=0;j<L.length;j++)L[j].key===U&&K.push(L[j].value);return K},has:function(D){O(arguments.length,1);for(var L=W(this).entries,U=D+"",K=0;K<L.length;)if(L[K++].key===U)return!0;return!1},set:function(D,L){O(arguments.length,1);for(var U=W(this),K=U.entries,j=!1,G=D+"",J=L+"",_=0,ce;_<K.length;_++)ce=K[_],ce.key===G&&(j?K.splice(_--,1):(j=!0,ce.value=J));j||K.push({key:G,value:J}),U.updateURL()},sort:function(){var D=W(this),L=D.entries,U=L.slice(),K,j,G;for(L.length=0,G=0;G<U.length;G++){for(K=U[G],j=0;j<G;j++)if(L[j].key>K.key){L.splice(j,0,K);break}j===G&&L.push(K)}D.updateURL()},forEach:function(D){for(var L=W(this).entries,U=k(D,arguments.length>1?arguments[1]:void 0,3),K=0,j;K<L.length;)j=L[K++],U(j.value,j.key,this)},keys:function(){return new y(this,"keys")},values:function(){return new y(this,"values")},entries:function(){return new y(this,"entries")}},{enumerable:!0}),f(I,Y,I.entries),f(I,"toString",function(){for(var D=W(this).entries,L=[],U=0,K;U<D.length;)K=D[U++],L.push(A(K.key)+"="+A(K.value));return L.join("&")},{enumerable:!0}),p(x,Z),c({global:!0,forced:!d},{URLSearchParams:x}),!d&&typeof P=="function"&&typeof H=="function"&&c({global:!0,enumerable:!0,forced:!0},{fetch:function(D){var L=[D],U,K,j;return arguments.length>1&&(U=arguments[1],w(U)&&(K=U.body,b(K)===Z&&(j=U.headers?new H(U.headers):new H,j.has("content-type")||j.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),U=F(U,{body:V(0,String(K)),headers:V(0,j)}))),L.push(U)),P.apply(this,L)}}),s.exports={URLSearchParams:x,getState:W}},285:function(s,l,a){a(8783);var c=a(2109),u=a(9781),d=a(590),f=a(7854),h=a(6048),p=a(1320),g=a(5787),v=a(6656),S=a(1574),C=a(8457),k=a(8710).codeAt,b=a(3197),R=a(8003),w=a(1637),F=a(9909),V=f.URL,$=w.URLSearchParams,z=w.getState,B=F.set,P=F.getterFor("URL"),H=Math.floor,Y=Math.pow,Z="Invalid authority",Q="Invalid scheme",re="Invalid host",W="Invalid port",le=/[A-Za-z]/,de=/[\d+-.A-Za-z]/,ve=/\d/,Se=/^(0x|0X)/,ye=/^[0-7]+$/,we=/^\d+$/,Ce=/^[\dA-Fa-f]+$/,Te=/[\u0000\t\u000A\u000D #%/:?@[\\]]/,ge=/[\u0000\t\u000A\u000D #/:?@[\\]]/,A=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,M=/[\t\u000A\u000D]/g,E,O=function(T,ee){var q,te,oe;if(ee.charAt(0)=="["){if(ee.charAt(ee.length-1)!="]"||(q=x(ee.slice(1,-1)),!q))return re;T.host=q}else if(J(T)){if(ee=b(ee),Te.test(ee)||(q=y(ee),q===null))return re;T.host=q}else{if(ge.test(ee))return re;for(q="",te=C(ee),oe=0;oe<te.length;oe++)q+=j(te[oe],D);T.host=q}},y=function(T){var ee=T.split("."),q,te,oe,ke,pe,De,Ve;if(ee.length&&ee[ee.length-1]==""&&ee.pop(),q=ee.length,q>4)return T;for(te=[],oe=0;oe<q;oe++){if(ke=ee[oe],ke=="")return T;if(pe=10,ke.length>1&&ke.charAt(0)=="0"&&(pe=Se.test(ke)?16:8,ke=ke.slice(pe==8?1:2)),ke==="")De=0;else{if(!(pe==10?we:pe==8?ye:Ce).test(ke))return T;De=parseInt(ke,pe)}te.push(De)}for(oe=0;oe<q;oe++)if(De=te[oe],oe==q-1){if(De>=Y(256,5-q))return null}else if(De>255)return null;for(Ve=te.pop(),oe=0;oe<te.length;oe++)Ve+=te[oe]*Y(256,3-oe);return Ve},x=function(T){var ee=[0,0,0,0,0,0,0,0],q=0,te=null,oe=0,ke,pe,De,Ve,Ue,wt,ne,Ke=function(){return T.charAt(oe)};if(Ke()==":"){if(T.charAt(1)!=":")return;oe+=2,q++,te=q}for(;Ke();){if(q==8)return;if(Ke()==":"){if(te!==null)return;oe++,q++,te=q;continue}for(ke=pe=0;pe<4&&Ce.test(Ke());)ke=ke*16+parseInt(Ke(),16),oe++,pe++;if(Ke()=="."){if(pe==0||(oe-=pe,q>6))return;for(De=0;Ke();){if(Ve=null,De>0)if(Ke()=="."&&De<4)oe++;else return;if(!ve.test(Ke()))return;for(;ve.test(Ke());){if(Ue=parseInt(Ke(),10),Ve===null)Ve=Ue;else{if(Ve==0)return;Ve=Ve*10+Ue}if(Ve>255)return;oe++}ee[q]=ee[q]*256+Ve,De++,(De==2||De==4)&&q++}if(De!=4)return;break}else if(Ke()==":"){if(oe++,!Ke())return}else if(Ke())return;ee[q++]=ke}if(te!==null)for(wt=q-te,q=7;q!=0&&wt>0;)ne=ee[q],ee[q--]=ee[te+wt-1],ee[te+--wt]=ne;else if(q!=8)return;return ee},I=function(T){for(var ee=null,q=1,te=null,oe=0,ke=0;ke<8;ke++)T[ke]!==0?(oe>q&&(ee=te,q=oe),te=null,oe=0):(te===null&&(te=ke),++oe);return oe>q&&(ee=te,q=oe),ee},N=function(T){var ee,q,te,oe;if(typeof T=="number"){for(ee=[],q=0;q<4;q++)ee.unshift(T%256),T=H(T/256);return ee.join(".")}else if(typeof T=="object"){for(ee="",te=I(T),q=0;q<8;q++)oe&&T[q]===0||(oe&&(oe=!1),te===q?(ee+=q?":":"::",oe=!0):(ee+=T[q].toString(16),q<7&&(ee+=":")));return"["+ee+"]"}return T},D={},L=S({},D,{" ":1,'"':1,"<":1,">":1,"`":1}),U=S({},L,{"#":1,"?":1,"{":1,"}":1}),K=S({},U,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),j=function(T,ee){var q=k(T,0);return q>32&&q<127&&!v(ee,T)?T:encodeURIComponent(T)},G={ftp:21,file:null,http:80,https:443,ws:80,wss:443},J=function(T){return v(G,T.scheme)},_=function(T){return T.username!=""||T.password!=""},ce=function(T){return!T.host||T.cannotBeABaseURL||T.scheme=="file"},me=function(T,ee){var q;return T.length==2&&le.test(T.charAt(0))&&((q=T.charAt(1))==":"||!ee&&q=="|")},Oe=function(T){var ee;return T.length>1&&me(T.slice(0,2))&&(T.length==2||(ee=T.charAt(2))==="/"||ee==="\\"||ee==="?"||ee==="#")},Be=function(T){var ee=T.path,q=ee.length;q&&(T.scheme!="file"||q!=1||!me(ee[0],!0))&&ee.pop()},Pe=function(T){return T==="."||T.toLowerCase()==="%2e"},Me=function(T){return T=T.toLowerCase(),T===".."||T==="%2e."||T===".%2e"||T==="%2e%2e"},je={},dt={},_e={},un={},X={},se={},ae={},be={},Ee={},Fe={},$e={},rt={},ot={},Ye={},Ht={},dn={},vt={},Et={},Xn={},Ct={},tn={},jt=function(T,ee,q,te){var oe=q||je,ke=0,pe="",De=!1,Ve=!1,Ue=!1,wt,ne,Ke,nn;for(q||(T.scheme="",T.username="",T.password="",T.host=null,T.port=null,T.path=[],T.query=null,T.fragment=null,T.cannotBeABaseURL=!1,ee=ee.replace(A,"")),ee=ee.replace(M,""),wt=C(ee);ke<=wt.length;){switch(ne=wt[ke],oe){case je:if(ne&&le.test(ne))pe+=ne.toLowerCase(),oe=dt;else{if(q)return Q;oe=_e;continue}break;case dt:if(ne&&(de.test(ne)||ne=="+"||ne=="-"||ne=="."))pe+=ne.toLowerCase();else if(ne==":"){if(q&&(J(T)!=v(G,pe)||pe=="file"&&(_(T)||T.port!==null)||T.scheme=="file"&&!T.host))return;if(T.scheme=pe,q){J(T)&&G[T.scheme]==T.port&&(T.port=null);return}pe="",T.scheme=="file"?oe=Ye:J(T)&&te&&te.scheme==T.scheme?oe=un:J(T)?oe=be:wt[ke+1]=="/"?(oe=X,ke++):(T.cannotBeABaseURL=!0,T.path.push(""),oe=Xn)}else{if(q)return Q;pe="",oe=_e,ke=0;continue}break;case _e:if(!te||te.cannotBeABaseURL&&ne!="#")return Q;if(te.cannotBeABaseURL&&ne=="#"){T.scheme=te.scheme,T.path=te.path.slice(),T.query=te.query,T.fragment="",T.cannotBeABaseURL=!0,oe=tn;break}oe=te.scheme=="file"?Ye:se;continue;case un:if(ne=="/"&&wt[ke+1]=="/")oe=Ee,ke++;else{oe=se;continue}break;case X:if(ne=="/"){oe=Fe;break}else{oe=Et;continue}case se:if(T.scheme=te.scheme,ne==E)T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.query=te.query;else if(ne=="/"||ne=="\\"&&J(T))oe=ae;else if(ne=="?")T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.query="",oe=Ct;else if(ne=="#")T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.query=te.query,T.fragment="",oe=tn;else{T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,T.path=te.path.slice(),T.path.pop(),oe=Et;continue}break;case ae:if(J(T)&&(ne=="/"||ne=="\\"))oe=Ee;else if(ne=="/")oe=Fe;else{T.username=te.username,T.password=te.password,T.host=te.host,T.port=te.port,oe=Et;continue}break;case be:if(oe=Ee,ne!="/"||pe.charAt(ke+1)!="/")continue;ke++;break;case Ee:if(ne!="/"&&ne!="\\"){oe=Fe;continue}break;case Fe:if(ne=="@"){De&&(pe="%40"+pe),De=!0,Ke=C(pe);for(var Bi=0;Bi<Ke.length;Bi++){var _a=Ke[Bi];if(_a==":"&&!Ue){Ue=!0;continue}var el=j(_a,K);Ue?T.password+=el:T.username+=el}pe=""}else if(ne==E||ne=="/"||ne=="?"||ne=="#"||ne=="\\"&&J(T)){if(De&&pe=="")return Z;ke-=C(pe).length+1,pe="",oe=$e}else pe+=ne;break;case $e:case rt:if(q&&T.scheme=="file"){oe=dn;continue}else if(ne==":"&&!Ve){if(pe=="")return re;if(nn=O(T,pe),nn)return nn;if(pe="",oe=ot,q==rt)return}else if(ne==E||ne=="/"||ne=="?"||ne=="#"||ne=="\\"&&J(T)){if(J(T)&&pe=="")return re;if(q&&pe==""&&(_(T)||T.port!==null))return;if(nn=O(T,pe),nn)return nn;if(pe="",oe=vt,q)return;continue}else ne=="["?Ve=!0:ne=="]"&&(Ve=!1),pe+=ne;break;case ot:if(ve.test(ne))pe+=ne;else if(ne==E||ne=="/"||ne=="?"||ne=="#"||ne=="\\"&&J(T)||q){if(pe!=""){var Fi=parseInt(pe,10);if(Fi>65535)return W;T.port=J(T)&&Fi===G[T.scheme]?null:Fi,pe=""}if(q)return;oe=vt;continue}else return W;break;case Ye:if(T.scheme="file",ne=="/"||ne=="\\")oe=Ht;else if(te&&te.scheme=="file")if(ne==E)T.host=te.host,T.path=te.path.slice(),T.query=te.query;else if(ne=="?")T.host=te.host,T.path=te.path.slice(),T.query="",oe=Ct;else if(ne=="#")T.host=te.host,T.path=te.path.slice(),T.query=te.query,T.fragment="",oe=tn;else{Oe(wt.slice(ke).join(""))||(T.host=te.host,T.path=te.path.slice(),Be(T)),oe=Et;continue}else{oe=Et;continue}break;case Ht:if(ne=="/"||ne=="\\"){oe=dn;break}te&&te.scheme=="file"&&!Oe(wt.slice(ke).join(""))&&(me(te.path[0],!0)?T.path.push(te.path[0]):T.host=te.host),oe=Et;continue;case dn:if(ne==E||ne=="/"||ne=="\\"||ne=="?"||ne=="#"){if(!q&&me(pe))oe=Et;else if(pe==""){if(T.host="",q)return;oe=vt}else{if(nn=O(T,pe),nn)return nn;if(T.host=="localhost"&&(T.host=""),q)return;pe="",oe=vt}continue}else pe+=ne;break;case vt:if(J(T)){if(oe=Et,ne!="/"&&ne!="\\")continue}else if(!q&&ne=="?")T.query="",oe=Ct;else if(!q&&ne=="#")T.fragment="",oe=tn;else if(ne!=E&&(oe=Et,ne!="/"))continue;break;case Et:if(ne==E||ne=="/"||ne=="\\"&&J(T)||!q&&(ne=="?"||ne=="#")){if(Me(pe)?(Be(T),ne!="/"&&!(ne=="\\"&&J(T))&&T.path.push("")):Pe(pe)?ne!="/"&&!(ne=="\\"&&J(T))&&T.path.push(""):(T.scheme=="file"&&!T.path.length&&me(pe)&&(T.host&&(T.host=""),pe=pe.charAt(0)+":"),T.path.push(pe)),pe="",T.scheme=="file"&&(ne==E||ne=="?"||ne=="#"))for(;T.path.length>1&&T.path[0]==="";)T.path.shift();ne=="?"?(T.query="",oe=Ct):ne=="#"&&(T.fragment="",oe=tn)}else pe+=j(ne,U);break;case Xn:ne=="?"?(T.query="",oe=Ct):ne=="#"?(T.fragment="",oe=tn):ne!=E&&(T.path[0]+=j(ne,D));break;case Ct:!q&&ne=="#"?(T.fragment="",oe=tn):ne!=E&&(ne=="'"&&J(T)?T.query+="%27":ne=="#"?T.query+="%23":T.query+=j(ne,D));break;case tn:ne!=E&&(T.fragment+=j(ne,L));break}ke++}},In=function(ee){var q=g(this,In,"URL"),te=arguments.length>1?arguments[1]:void 0,oe=String(ee),ke=B(q,{type:"URL"}),pe,De;if(te!==void 0){if(te instanceof In)pe=P(te);else if(De=jt(pe={},String(te)),De)throw TypeError(De)}if(De=jt(ke,oe,null,pe),De)throw TypeError(De);var Ve=ke.searchParams=new $,Ue=z(Ve);Ue.updateSearchParams(ke.query),Ue.updateURL=function(){ke.query=String(Ve)||null},u||(q.href=no.call(q),q.origin=$a.call(q),q.protocol=Ua.call(q),q.username=Ha.call(q),q.password=ja.call(q),q.host=Wa.call(q),q.hostname=Ka.call(q),q.port=Ga.call(q),q.pathname=Ja.call(q),q.search=Ya.call(q),q.searchParams=Xa.call(q),q.hash=Za.call(q))},Pi=In.prototype,no=function(){var T=P(this),ee=T.scheme,q=T.username,te=T.password,oe=T.host,ke=T.port,pe=T.path,De=T.query,Ve=T.fragment,Ue=ee+":";return oe!==null?(Ue+="//",_(T)&&(Ue+=q+(te?":"+te:"")+"@"),Ue+=N(oe),ke!==null&&(Ue+=":"+ke)):ee=="file"&&(Ue+="//"),Ue+=T.cannotBeABaseURL?pe[0]:pe.length?"/"+pe.join("/"):"",De!==null&&(Ue+="?"+De),Ve!==null&&(Ue+="#"+Ve),Ue},$a=function(){var T=P(this),ee=T.scheme,q=T.port;if(ee=="blob")try{return new URL(ee.path[0]).origin}catch{return"null"}return ee=="file"||!J(T)?"null":ee+"://"+N(T.host)+(q!==null?":"+q:"")},Ua=function(){return P(this).scheme+":"},Ha=function(){return P(this).username},ja=function(){return P(this).password},Wa=function(){var T=P(this),ee=T.host,q=T.port;return ee===null?"":q===null?N(ee):N(ee)+":"+q},Ka=function(){var T=P(this).host;return T===null?"":N(T)},Ga=function(){var T=P(this).port;return T===null?"":String(T)},Ja=function(){var T=P(this),ee=T.path;return T.cannotBeABaseURL?ee[0]:ee.length?"/"+ee.join("/"):""},Ya=function(){var T=P(this).query;return T?"?"+T:""},Xa=function(){return P(this).searchParams},Za=function(){var T=P(this).fragment;return T?"#"+T:""},kt=function(T,ee){return{get:T,set:ee,configurable:!0,enumerable:!0}};if(u&&h(Pi,{href:kt(no,function(T){var ee=P(this),q=String(T),te=jt(ee,q);if(te)throw TypeError(te);z(ee.searchParams).updateSearchParams(ee.query)}),origin:kt($a),protocol:kt(Ua,function(T){var ee=P(this);jt(ee,String(T)+":",je)}),username:kt(Ha,function(T){var ee=P(this),q=C(String(T));if(!ce(ee)){ee.username="";for(var te=0;te<q.length;te++)ee.username+=j(q[te],K)}}),password:kt(ja,function(T){var ee=P(this),q=C(String(T));if(!ce(ee)){ee.password="";for(var te=0;te<q.length;te++)ee.password+=j(q[te],K)}}),host:kt(Wa,function(T){var ee=P(this);ee.cannotBeABaseURL||jt(ee,String(T),$e)}),hostname:kt(Ka,function(T){var ee=P(this);ee.cannotBeABaseURL||jt(ee,String(T),rt)}),port:kt(Ga,function(T){var ee=P(this);ce(ee)||(T=String(T),T==""?ee.port=null:jt(ee,T,ot))}),pathname:kt(Ja,function(T){var ee=P(this);ee.cannotBeABaseURL||(ee.path=[],jt(ee,T+"",vt))}),search:kt(Ya,function(T){var ee=P(this);T=String(T),T==""?ee.query=null:(T.charAt(0)=="?"&&(T=T.slice(1)),ee.query="",jt(ee,T,Ct)),z(ee.searchParams).updateSearchParams(ee.query)}),searchParams:kt(Xa),hash:kt(Za,function(T){var ee=P(this);if(T=String(T),T==""){ee.fragment=null;return}T.charAt(0)=="#"&&(T=T.slice(1)),ee.fragment="",jt(ee,T,tn)})}),p(Pi,"toJSON",function(){return no.call(this)},{enumerable:!0}),p(Pi,"toString",function(){return no.call(this)},{enumerable:!0}),V){var Qa=V.createObjectURL,qa=V.revokeObjectURL;Qa&&p(In,"createObjectURL",function(ee){return Qa.apply(V,arguments)}),qa&&p(In,"revokeObjectURL",function(ee){return qa.apply(V,arguments)})}R(In,"URL"),c({global:!0,forced:!d,sham:!u},{URL:In})}},r={};function o(s){if(r[s])return r[s].exports;var l=r[s]={exports:{}};return t[s](l,l.exports,o),l.exports}(function(){o.d=function(s,l){for(var a in l)o.o(l,a)&&!o.o(s,a)&&Object.defineProperty(s,a,{enumerable:!0,get:l[a]})}})(),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,l){return Object.prototype.hasOwnProperty.call(s,l)}}(),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 W},default:function(){return ge}}),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(A,M){var E;if(typeof Symbol>"u"||A[Symbol.iterator]==null){if(Array.isArray(A)||(E=l(A))||M&&A&&typeof A.length=="number"){E&&(A=E);var O=0,y=function(){};return{s:y,n:function(){return O>=A.length?{done:!0}:{done:!1,value:A[O++]}},e:function(L){throw L},f:y}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
@@ -124,4 +124,4 @@ img.ProseMirror-separator {
|
|
|
124
124
|
1. Must only contain digits, lowercase ASCII letters or "-"
|
|
125
125
|
2. Cannot start or end with "-"
|
|
126
126
|
3. "-" cannot repeat`);ze.customSchemes.push([n,e])}function eb(){ze.scanner=K2(ze.customSchemes);for(let n=0;n<ze.tokenQueue.length;n++)ze.tokenQueue[n][1]({scanner:ze.scanner});ze.parser=X2(ze.scanner.tokens);for(let n=0;n<ze.pluginQueue.length;n++)ze.pluginQueue[n][1]({scanner:ze.scanner,parser:ze.parser});ze.initialized=!0}function tb(n){return ze.initialized||eb(),Z2(ze.parser.start,n,G2(ze.scanner.start,n))}function Va(n,e,t){if(e===void 0&&(e=null),t===void 0&&(t=null),e&&typeof e=="object"){if(t)throw Error(`linkifyjs: Invalid link type ${e}; must be a string`);t=e,e=null}const r=new za(t),o=tb(n),i=[];for(let s=0;s<o.length;s++){const l=o[s];l.isLink&&(!e||l.t===e)&&r.check(l)&&i.push(l.toFormattedObject(r))}return i}function nb(n){return new gt({key:new Ut("autolink"),appendTransaction:(e,t,r)=>{const o=e.some(c=>c.docChanged)&&!t.doc.eq(r.doc),i=e.some(c=>c.getMeta("preventAutolink"));if(!o||i)return;const{tr:s}=r,l=iv(t.doc,[...e]);if(hv(l).forEach(({newRange:c})=>{const u=av(r.doc,c,h=>h.isTextblock);let d,f;if(u.length>1?(d=u[0],f=r.doc.textBetween(d.pos,d.pos+d.node.nodeSize,void 0," ")):u.length&&r.doc.textBetween(c.from,c.to," "," ").endsWith(" ")&&(d=u[0],f=r.doc.textBetween(d.pos,c.to,void 0," ")),d&&f){const h=f.split(" ").filter(v=>v!=="");if(h.length<=0)return!1;const p=h[h.length-1],g=d.pos+f.lastIndexOf(p);if(!p)return!1;Va(p).filter(v=>v.isLink).map(v=>({...v,from:g+v.start+1,to:g+v.end+1})).filter(v=>r.schema.marks.code?!r.doc.rangeHasMark(v.from,v.to,r.schema.marks.code):!0).filter(v=>n.validate?n.validate(v.value):!0).forEach(v=>{ka(v.from,v.to,r.doc).some(S=>S.mark.type===n.type)||s.addMark(v.from,v.to,n.type.create({href:v.href}))})}}),!!s.steps.length)return s}})}function rb(n){return new gt({key:new Ut("handleClickLink"),props:{handleClick:(e,t,r)=>{var o,i;if(r.button!==0||r.target.nodeName!=="A")return!1;const l=Dd(e.state,n.type.name),a=r.target,c=(o=a==null?void 0:a.href)!==null&&o!==void 0?o:l.href,u=(i=a==null?void 0:a.target)!==null&&i!==void 0?i:l.target;return a&&c?(e.editable&&window.open(c,u),!0):!1}}})}function ob(n){return new gt({key:new Ut("handlePasteLink"),props:{handlePaste:(e,t,r)=>{var o;const{state:i}=e,{selection:s}=i,{empty:l}=s;if(l)return!1;let a="";r.content.forEach(p=>{a+=p.textContent});const c=Va(a).find(p=>p.isLink&&p.value===a);if(!a||!c)return!1;const u=(o=t.clipboardData)===null||o===void 0?void 0:o.getData("text/html"),d=/href="([^"]*)"/,f=u==null?void 0:u.match(d),h=f?f[1]:c.href;return n.editor.commands.setMark(n.type,{href:h}),!0}}})}const ib=_t.create({name:"link",priority:1e3,keepOnSplit:!1,onCreate(){this.options.protocols.forEach(n=>{if(typeof n=="string"){Vc(n);return}Vc(n.scheme,n.optionalSlashes)})},onDestroy(){_2()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,linkOnPaste:!0,autolink:!0,protocols:[],HTMLAttributes:{target:"_blank",rel:"noopener noreferrer nofollow",class:null},validate:void 0}},addAttributes(){return{href:{default:null},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class}}},parseHTML(){return[{tag:'a[href]:not([href *= "javascript:" i])'}]},renderHTML({HTMLAttributes:n}){return["a",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{setLink:n=>({chain:e})=>e().setMark(this.name,n).setMeta("preventAutolink",!0).run(),toggleLink:n=>({chain:e})=>e().toggleMark(this.name,n,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run(),unsetLink:()=>({chain:n})=>n().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta("preventAutolink",!0).run()}},addPasteRules(){return[Kr({find:n=>Va(n).filter(e=>this.options.validate?this.options.validate(e.value):!0).filter(e=>e.isLink).map(e=>({text:e.value,index:e.start,data:e})),type:this.type,getAttributes:(n,e)=>{var t,r;const o=(t=e==null?void 0:e.clipboardData)===null||t===void 0?void 0:t.getData("text/html"),i=/href="([^"]*)"/,s=o==null?void 0:o.match(i);return s?{href:s[1]}:{href:(r=n.data)===null||r===void 0?void 0:r.href}}})]},addProseMirrorPlugins(){const n=[];return this.options.autolink&&n.push(nb({type:this.type,validate:this.options.validate})),this.options.openOnClick&&n.push(rb({type:this.type})),this.options.linkOnPaste&&n.push(ob({editor:this.editor,type:this.type})),n}}),sb=ib.extend({addAttributes(){var n;return{...(n=this.parent)==null?void 0:n.call(this),title:{default:null,parseHTML:e=>e.getAttribute("title"),renderHTML:e=>({title:e.title})}}}}),ab=Nt.create({name:"placeholder",addOptions(){return{emptyEditorClass:"is-editor-empty",emptyNodeClass:"is-empty",placeholder:"Write something …",showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){return[new gt({key:new Ut("placeholder"),props:{decorations:({doc:n,selection:e})=>{const t=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:r}=e,o=[];if(!t)return null;const i=n.type.createAndFill(),s=(i==null?void 0:i.sameMarkup(n))&&i.content.findDiffStart(n.content)===null;return n.descendants((l,a)=>{const c=r>=a&&r<=a+l.nodeSize,u=!l.isLeaf&&!l.childCount;if((c||!this.options.showOnlyCurrent)&&u){const d=[this.options.emptyNodeClass];s&&d.push(this.options.emptyEditorClass);const f=Mt.node(a,a+l.nodeSize,{class:d.join(" "),"data-placeholder":typeof this.options.placeholder=="function"?this.options.placeholder({editor:this.editor,node:l,pos:a,hasAnchor:c}):this.options.placeholder});o.push(f)}return this.options.includeChildren}),We.create(n,o)}}})]}}),lb=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))$/,cb=/(?:^|\s)((?:\*\*)((?:[^*]+))(?:\*\*))/g,ub=/(?:^|\s)((?:__)((?:[^__]+))(?:__))$/,db=/(?:^|\s)((?:__)((?:[^__]+))(?:__))/g,fb=_t.create({name:"bold",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"strong"},{tag:"b",getAttrs:n=>n.style.fontWeight!=="normal"&&null},{style:"font-weight",getAttrs:n=>/^(bold(er)?|[5-9]\d{2,})$/.test(n)&&null}]},renderHTML({HTMLAttributes:n}){return["strong",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{setBold:()=>({commands:n})=>n.setMark(this.name),toggleBold:()=>({commands:n})=>n.toggleMark(this.name),unsetBold:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Lo({find:lb,type:this.type}),Lo({find:ub,type:this.type})]},addPasteRules(){return[Kr({find:cb,type:this.type}),Kr({find:db,type:this.type})]}}),pb=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))$/,hb=/(?:^|\s)((?:\*)((?:[^*]+))(?:\*))/g,mb=/(?:^|\s)((?:_)((?:[^_]+))(?:_))$/,gb=/(?:^|\s)((?:_)((?:[^_]+))(?:_))/g,vb=_t.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:n=>n.style.fontStyle!=="normal"&&null},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:n}){return["em",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{setItalic:()=>({commands:n})=>n.setMark(this.name),toggleItalic:()=>({commands:n})=>n.toggleMark(this.name),unsetItalic:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Lo({find:pb,type:this.type}),Lo({find:mb,type:this.type})]},addPasteRules(){return[Kr({find:hb,type:this.type}),Kr({find:gb,type:this.type})]}}),yb=_t.create({name:"underline",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"u"},{style:"text-decoration",consuming:!1,getAttrs:n=>n.includes("underline")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["u",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{setUnderline:()=>({commands:n})=>n.setMark(this.name),toggleUnderline:()=>({commands:n})=>n.toggleMark(this.name),unsetUnderline:()=>({commands:n})=>n.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}}),bb=Rt.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",ut(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),xb=Rt.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",ut(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),$c=_t.create({name:"textStyle",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"span",getAttrs:n=>n.hasAttribute("style")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["span",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:n,commands:e})=>{const t=Ni(n,this.type);return Object.entries(t).some(([,o])=>!!o)?!0:e.unsetMark(this.name)}}}}),Uc=/^\s*([-+*])\s$/,Sb=Rt.create({name:"bulletList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:"ul"}]},renderHTML({HTMLAttributes:n}){return["ul",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleBulletList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(xb.name,this.editor.getAttributes($c.name)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let n=Po({find:Uc,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Po({find:Uc,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes($c.name),editor:this.editor})),[n]}}),Eb=Rt.create({name:"listItem",addOptions(){return{HTMLAttributes:{},bulletListTypeName:"bulletList",orderedListTypeName:"orderedList"}},content:"paragraph block*",defining:!0,parseHTML(){return[{tag:"li"}]},renderHTML({HTMLAttributes:n}){return["li",ut(this.options.HTMLAttributes,n),0]},addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}}),Hc=_t.create({name:"textStyle",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"span",getAttrs:n=>n.hasAttribute("style")?{}:!1}]},renderHTML({HTMLAttributes:n}){return["span",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{removeEmptyTextStyle:()=>({state:n,commands:e})=>{const t=Ni(n,this.type);return Object.entries(t).some(([,o])=>!!o)?!0:e.unsetMark(this.name)}}}}),jc=/^(\d+)\.\s$/,Cb=Rt.create({name:"orderedList",addOptions(){return{itemTypeName:"listItem",HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:"block list",content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:n=>n.hasAttribute("start")?parseInt(n.getAttribute("start")||"",10):1}}},parseHTML(){return[{tag:"ol"}]},renderHTML({HTMLAttributes:n}){const{start:e,...t}=n;return e===1?["ol",ut(this.options.HTMLAttributes,t),0]:["ol",ut(this.options.HTMLAttributes,n),0]},addCommands(){return{toggleOrderedList:()=>({commands:n,chain:e})=>this.options.keepAttributes?e().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(Eb.name,this.editor.getAttributes(Hc.name)).run():n.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let n=Po({find:jc,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(n=Po({find:jc,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(Hc.name)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[n]}}),kb=Rt.create({name:"hardBreak",addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:"inline",selectable:!1,parseHTML(){return[{tag:"br"}]},renderHTML({HTMLAttributes:n}){return["br",ut(this.options.HTMLAttributes,n)]},renderText(){return`
|
|
127
|
-
`},addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:o,storedMarks:i}=t;if(o.$from.parent.type.spec.isolating)return!1;const{keepMarks:s}=this.options,{splittableMarks:l}=r.extensionManager,a=i||o.$to.parentOffset&&o.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&s){const d=a.filter(f=>l.includes(f.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),hs={BASIC:"basic",FULL:"full"},wb={class:"bd-markdown-editor__menu-bottom"},Tb={key:0,class:"vr"},Ab={key:4,class:"vr"},Ob={key:7,class:"vr"},uf=m.defineComponent({__name:"BDMarkdownEditor",props:{placeholder:{default:"Typ een bericht"},errorText:{default:"er is iets fout gegaan"},state:{type:Boolean,default:void 0},variant:{default:hs.BASIC},modelValue:{}},emits:["update:modelValue"],setup(n,{emit:e}){const t=n,r=Yn(t,"modelValue",e),o=[L2,P2,B2,ab.configure({placeholder:t.placeholder}),kb];t.variant===hs.FULL&&o.push(fb,vb,yb,bb,Sb,Cb,sb.configure({openOnClick:!1,validate:f=>/^https?:\/\//.test(f)}));const i=D2({content:r.value,extensions:o,onUpdate:({editor:f})=>{const{view:h,state:p}=f,{from:g,to:v}=h.state.selection;if(p.doc.textBetween(g-1,v,"")==" "&&f.getAttributes("link").href!=null&&f.chain().setTextSelection({from:g-1,to:v}).toggleLink({href:f.getAttributes("link").href}).setTextSelection({from:v,to:v}).run(),f.getText().trim()===""){e("update:modelValue","");return}e("update:modelValue",f.getHTML())}});m.watch(()=>t.modelValue,f=>{i.value.getHTML()!==f&&i.value.commands.setContent(f,!0,{preserveWhitespace:"full"})});const s=m.computed(()=>t.state?"is-invalid":null),l=m.computed(()=>d("bold")),a=m.computed(()=>d("italic")),c=m.computed(()=>d("underline"));m.computed(()=>d("bulletList")),m.computed(()=>d("orderedList"));const u=m.computed(()=>t.variant===hs.FULL),d=f=>i.value&&i.value.isActive(f)?"active":null;return(f,h)=>(m.openBlock(),m.createElementBlock(m.Fragment,null,[m.createElementVNode("div",{class:m.normalizeClass(["bd-markdown-editor",s.value])},[m.createVNode(m.unref(R2),{editor:m.unref(i)},null,8,["editor"]),m.createElementVNode("div",wb,[m.createVNode(Pt,{variant:"light",type:"button"},{default:m.withCtx(()=>[m.createVNode(m.unref(Fr))]),_:1}),u.value?(m.openBlock(),m.createElementBlock("div",Tb)):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:1,variant:"light",type:"button",class:m.normalizeClass(l.value),onClick:h[0]||(h[0]=p=>m.unref(i).chain().focus().toggleBold().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(_s))]),_:1},8,["class"])):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:2,variant:"light",type:"button",class:m.normalizeClass(a.value),onClick:h[1]||(h[1]=p=>m.unref(i).chain().focus().toggleItalic().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(qs))]),_:1},8,["class"])):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:3,variant:"light",type:"button",class:m.normalizeClass(c.value),onClick:h[2]||(h[2]=p=>m.unref(i).chain().focus().toggleUnderline().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(ea))]),_:1},8,["class"])):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createElementBlock("div",Ab)):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:5,variant:"light",type:"button",class:"IsUnderlineActive",onClick:h[3]||(h[3]=p=>m.unref(i).chain().focus().toggleUnderline().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(ta))]),_:1})):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:6,variant:"light",type:"button",class:"IsBulletListActive",onClick:h[4]||(h[4]=p=>m.unref(i).chain().focus().toggleBulletList().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(na))]),_:1})):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createElementBlock("div",Ob)):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:8,variant:"light",type:"button",class:"IsOrderedListActive",onClick:h[5]||(h[5]=p=>m.unref(i).chain().focus().toggleOrderedList().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(ra))]),_:1})):m.createCommentVNode("",!0)])],2),m.createVNode(m.unref(bi),{text:t.errorText,state:t.state},null,8,["text","state"])],64))}}),Mb={class:"bd-user"},Ib={class:"bd-user__information"},Nb={class:"text-break"},Rb={class:"overflow-x-hidden"},df=m.defineComponent({__name:"BDUser",props:{name:{default:""},img:{default:{src:"",alt:""}},details:{default:void 0},hideImage:{type:Boolean,default:!1}},setup(n){const e=n,t=m.computed(()=>{var r;return typeof e.details=="string"?e.details:(r=e.details)==null?void 0:r.join(" • ")});return(r,o)=>(m.openBlock(),m.createElementBlock("div",Mb,[e.hideImage?m.createCommentVNode("",!0):(m.openBlock(),m.createBlock(oa,m.mergeProps({key:0},e.img,{size:"sm"}),null,16)),m.createElementVNode("div",Ib,[m.createElementVNode("h5",Nb,m.toDisplayString(e.name),1),m.createElementVNode("span",Rb,m.toDisplayString(t.value),1)])]))}}),Db={class:"bd-dropdown dropdown"},ff=m.defineComponent({__name:"BDDropdown",props:{size:{default:it.MD},variant:{default:vi.PRIMARY},right:{type:Boolean,default:void 0},noFlip:{type:Boolean,default:void 0},toggleTag:{default:"button"},toggleClass:{},actionToggle:{type:Boolean,default:void 0},text:{default:""},offset:{default:void 0}},setup(n){const e=n,{uniqueIdentifier:t}=yi(),r=`__BD__DROPDOWN__${t.value}`,o=m.computed(()=>({class:{btn:e.toggleTag==="button",[`btn-${e.variant}`]:e.toggleTag==="button"&&e.variant,[`btn-${e.size}`]:e.toggleTag==="button"&&e.size,[`${e.toggleClass}`]:e.toggleClass!==void 0,"dropdown-toggle-action":e.actionToggle},"data-bs-display":e.noFlip?"static":null,"data-bs-offset":e.offset?e.offset:null,id:r})),i=m.computed(()=>({"dropdown-menu-end":e.right,"dropdown-menu-action":e.actionToggle})),s=m.computed(()=>({"aria-labelledby":r}));return(l,a)=>(m.openBlock(),m.createElementBlock("div",Db,[(m.openBlock(),m.createBlock(m.resolveDynamicComponent(e.toggleTag),m.mergeProps({class:"dropdown-toggle",target:"_self",role:"button","data-bs-toggle":"dropdown"},o.value),{default:m.withCtx(()=>[m.createElementVNode("span",null,m.toDisplayString(e.text),1)]),_:1},16)),m.createElementVNode("ul",m.mergeProps({class:["dropdown-menu",i.value]},s.value),[m.renderSlot(l.$slots,"default")],16)]))}}),Lb={class:"modal bd-modal modal-lg",tabindex:"-1"},Pb={class:"modal-dialog"},Bb={class:"modal-content"},Fb={class:"modal-header"},zb={class:"modal-title fw-light"},Vb={class:"modal-body"},$b={class:"modal-footer"},pf=m.defineComponent({__name:"BDModal",props:{title:{default:""},submitButtonTitle:{default:"Opslaan"},hideFooterCancelButton:{type:Boolean,default:!1}},emits:["submit","cancel"],setup(n,{emit:e}){const t=n,r=()=>{e("submit")},o=()=>{e("cancel")};return(i,s)=>(m.openBlock(),m.createElementBlock("div",Lb,[m.createElementVNode("div",Pb,[m.createElementVNode("div",Bb,[m.createElementVNode("div",Fb,[m.createElementVNode("h2",zb,m.toDisplayString(t.title),1),m.createElementVNode("button",{type:"button",class:"btn-close w-auto","data-bs-dismiss":"modal","aria-label":"Sluiten",onClick:o},[m.createTextVNode("Sluiten "),m.createVNode(m.unref(Qs),{class:"bg-primary"})])]),m.createElementVNode("div",Vb,[m.renderSlot(i.$slots,"default")]),m.createElementVNode("div",$b,[m.createElementVNode("button",{type:"button",class:"btn btn-primary",onClick:r},m.toDisplayString(t.submitButtonTitle),1),t.hideFooterCancelButton?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("button",{key:0,type:"button",class:"btn btn-link","data-bs-dismiss":"modal",onClick:o,"aria-label":"Annuleren"},"Annuleren"))])])])]))}}),Ub={PRIMARY:"primary",SECONDARY:"secondary",COLLEAGUE:"colleague",DANGER:"danger",OUT_PRIMARY:"outline-primary",OUT_PRIMARY_DARK:"outline-primary-dark",OUT_TERTIARY:"outline-tertiary",OUT_LINK:"link",LIGHT:"light",DARK:"dark"},Pt=m.defineComponent({__name:"BDButton",props:{size:{default:it.MD},variant:{default:Ub.PRIMARY},blockElement:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},to:{},target:{},text:{},rel:{}},emits:["click"],setup(n,{emit:e}){const t=n,r=m.computed(()=>({btn:!0,[`btn-${t.variant}`]:t.variant,[`btn-${t.size}`]:!0,"d-grid":t.blockElement&&typeof t.to=="string",[`${t.class}`]:t.class,disabled:t.disabled})),o=m.computed(()=>t.to?gi:"button"),i=m.computed(()=>{const l={};return t.to?(l.to=t.to,l.role="button"):l.type="submit",l}),s=()=>{e("click")};return(l,a)=>(m.openBlock(),m.createBlock(m.resolveDynamicComponent(o.value),m.mergeProps({class:["bd-btn",r.value]},i.value,{onClick:s}),{default:m.withCtx(()=>[m.renderSlot(l.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(t.text),1)])]),_:3},16,["class"]))}}),Hb={install:n=>{n.component("BDCol",Wc),n.component("BDContainer",Kc),n.component("BRow",Gc),n.component("BDButton",Pt),n.component("BDLogo",Yc),n.component("BDLink",gi),n.component("BDDropdownItem",cu),n.component("BDDropdown",ff),n.component("BDAlert",Xc),n.component("BDProfileImage",oa),n.component("BDZoomslider",Qc),n.component("BDCard",ia),n.component("BDCollapsableCard",_c),n.component("BDFormInput",eu),n.component("BDInputGroup",tu),n.component("BDFormInvalidFeedback",bi),n.component("BDBadge",nu),n.component("BDForm",ru),n.component("BDPagination",ou),n.component("BDDropzone",du),n.component("BDMarkdownEditor",uf),n.component("BDModal",pf),n.component("BDFormSelect",iu),n.component("BDUser",df),n.component("IconAttachment",Fr),n.component("IconBold",_s),n.component("IconBulletList",ta),n.component("IconCaretDown",Jc),n.component("IconCaretLeft",Zs),n.component("IconCaretRight",Xs),n.component("IconCheck",pi),n.component("IconClose",Qs),n.component("IconError",hi),n.component("IconFile",Ys),n.component("IconHyperlink",ra),n.component("IconInfo",mi),n.component("IconOrderedList",na),n.component("IconItalic",qs),n.component("IconRemove",Js),n.component("IconUnderline",ea),n.component("BDArticle",au),n.component("BDFormCheckbox",su),n.component("BDToast",lu)}};exports.BDAlert=Xc;exports.BDArticle=au;exports.BDBadge=nu;exports.BDButton=Pt;exports.BDCard=ia;exports.BDCol=Wc;exports.BDCollapsableCard=_c;exports.BDContainer=Kc;exports.BDDropdown=ff;exports.BDDropdownItem=cu;exports.BDDropzone=du;exports.BDForm=ru;exports.BDFormCheckbox=su;exports.BDFormInput=eu;exports.BDFormInvalidFeedback=bi;exports.BDFormSelect=iu;exports.BDInputGroup=tu;exports.BDLink=gi;exports.BDLogo=Yc;exports.BDMarkdownEditor=uf;exports.BDModal=pf;exports.BDPagination=ou;exports.BDProfileImage=oa;exports.BDRow=Gc;exports.BDToast=lu;exports.BDUser=df;exports.BDZoomslider=Qc;exports.IconAttachment=Fr;exports.IconBold=_s;exports.IconBulletList=ta;exports.IconCaretLeft=Zs;exports.IconCaretRight=Xs;exports.IconCheck=pi;exports.IconClose=Qs;exports.IconError=hi;exports.IconFile=Ys;exports.IconHyperlink=ra;exports.IconInfo=mi;exports.IconItalic=qs;exports.IconOrderedList=na;exports.IconRemove=Js;exports.IconUnderline=ea;exports.default=Hb;
|
|
127
|
+
`},addCommands(){return{setHardBreak:()=>({commands:n,chain:e,state:t,editor:r})=>n.first([()=>n.exitCode(),()=>n.command(()=>{const{selection:o,storedMarks:i}=t;if(o.$from.parent.type.spec.isolating)return!1;const{keepMarks:s}=this.options,{splittableMarks:l}=r.extensionManager,a=i||o.$to.parentOffset&&o.$from.marks();return e().insertContent({type:this.name}).command(({tr:c,dispatch:u})=>{if(u&&a&&s){const d=a.filter(f=>l.includes(f.type.name));c.ensureMarks(d)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),hs={BASIC:"basic",FULL:"full"},wb={class:"bd-markdown-editor__menu-bottom"},Tb={key:0,class:"vr"},Ab={key:4,class:"vr"},Ob={key:7,class:"vr"},uf=m.defineComponent({__name:"BDMarkdownEditor",props:{placeholder:{default:"Typ een bericht"},errorText:{default:"er is iets fout gegaan"},state:{type:Boolean,default:void 0},variant:{default:hs.BASIC},modelValue:{}},emits:["update:modelValue"],setup(n,{emit:e}){const t=n,r=Yn(t,"modelValue",e),o=[L2,P2,B2,ab.configure({placeholder:t.placeholder}),kb];t.variant===hs.FULL&&o.push(fb,vb,yb,bb,Sb,Cb,sb.configure({openOnClick:!1,validate:f=>/^https?:\/\//.test(f)}));const i=D2({content:r.value,extensions:o,onUpdate:({editor:f})=>{const{view:h,state:p}=f,{from:g,to:v}=h.state.selection;if(p.doc.textBetween(g-1,v,"")==" "&&f.getAttributes("link").href!=null&&f.chain().setTextSelection({from:g-1,to:v}).toggleLink({href:f.getAttributes("link").href}).setTextSelection({from:v,to:v}).run(),f.getText().trim()===""){e("update:modelValue","");return}e("update:modelValue",f.getHTML())}});m.watch(()=>t.modelValue,f=>{i.value.getHTML()!==f&&i.value.commands.setContent(f,!0,{preserveWhitespace:"full"})});const s=m.computed(()=>t.state?"is-invalid":null),l=m.computed(()=>d("bold")),a=m.computed(()=>d("italic")),c=m.computed(()=>d("underline"));m.computed(()=>d("bulletList")),m.computed(()=>d("orderedList"));const u=m.computed(()=>t.variant===hs.FULL),d=f=>i.value&&i.value.isActive(f)?"active":null;return(f,h)=>(m.openBlock(),m.createElementBlock(m.Fragment,null,[m.createElementVNode("div",{class:m.normalizeClass(["bd-markdown-editor",s.value])},[m.createVNode(m.unref(R2),{editor:m.unref(i)},null,8,["editor"]),m.createElementVNode("div",wb,[m.createVNode(Pt,{variant:"light",type:"button"},{default:m.withCtx(()=>[m.createVNode(m.unref(Fr))]),_:1}),u.value?(m.openBlock(),m.createElementBlock("div",Tb)):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:1,variant:"light",type:"button",class:m.normalizeClass(l.value),onClick:h[0]||(h[0]=p=>m.unref(i).chain().focus().toggleBold().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(_s))]),_:1},8,["class"])):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:2,variant:"light",type:"button",class:m.normalizeClass(a.value),onClick:h[1]||(h[1]=p=>m.unref(i).chain().focus().toggleItalic().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(qs))]),_:1},8,["class"])):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:3,variant:"light",type:"button",class:m.normalizeClass(c.value),onClick:h[2]||(h[2]=p=>m.unref(i).chain().focus().toggleUnderline().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(ea))]),_:1},8,["class"])):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createElementBlock("div",Ab)):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:5,variant:"light",type:"button",class:"IsUnderlineActive",onClick:h[3]||(h[3]=p=>m.unref(i).chain().focus().toggleUnderline().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(ta))]),_:1})):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:6,variant:"light",type:"button",class:"IsBulletListActive",onClick:h[4]||(h[4]=p=>m.unref(i).chain().focus().toggleBulletList().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(na))]),_:1})):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createElementBlock("div",Ob)):m.createCommentVNode("",!0),u.value?(m.openBlock(),m.createBlock(Pt,{key:8,variant:"light",type:"button",class:"IsOrderedListActive",onClick:h[5]||(h[5]=p=>m.unref(i).chain().focus().toggleOrderedList().run())},{default:m.withCtx(()=>[m.createVNode(m.unref(ra))]),_:1})):m.createCommentVNode("",!0)])],2),m.createVNode(m.unref(bi),{text:t.errorText,state:t.state},null,8,["text","state"])],64))}}),Mb={class:"bd-user"},Ib={class:"bd-user__information"},Nb={class:"text-break"},Rb={class:"overflow-x-hidden"},df=m.defineComponent({__name:"BDUser",props:{name:{default:""},img:{default:{src:"",alt:""}},details:{default:void 0},hideImage:{type:Boolean,default:!1}},setup(n){const e=n,t=m.computed(()=>{var r;return typeof e.details=="string"?e.details:(r=e.details)==null?void 0:r.join(" • ")});return(r,o)=>(m.openBlock(),m.createElementBlock("div",Mb,[e.hideImage?m.createCommentVNode("",!0):(m.openBlock(),m.createBlock(oa,m.mergeProps({key:0},e.img,{size:"sm"}),null,16)),m.createElementVNode("div",Ib,[m.createElementVNode("h5",Nb,m.toDisplayString(e.name),1),m.createElementVNode("span",Rb,m.toDisplayString(t.value),1)])]))}}),Db={class:"bd-dropdown dropdown"},ff=m.defineComponent({__name:"BDDropdown",props:{size:{default:it.MD},variant:{default:vi.PRIMARY},right:{type:Boolean,default:void 0},noFlip:{type:Boolean,default:void 0},toggleTag:{default:"button"},toggleClass:{},actionToggle:{type:Boolean,default:void 0},text:{default:""},offset:{default:void 0}},setup(n){const e=n,{uniqueIdentifier:t}=yi(),r=`__BD__DROPDOWN__${t.value}`,o=m.computed(()=>({class:{btn:e.toggleTag==="button",[`btn-${e.variant}`]:e.toggleTag==="button"&&e.variant,[`btn-${e.size}`]:e.toggleTag==="button"&&e.size,[`${e.toggleClass}`]:e.toggleClass!==void 0,"dropdown-toggle-action":e.actionToggle},"data-bs-display":e.noFlip?"static":null,"data-bs-offset":e.offset?e.offset:null,id:r})),i=m.computed(()=>({"dropdown-menu-end":e.right,"dropdown-menu-action":e.actionToggle})),s=m.computed(()=>({"aria-labelledby":r}));return(l,a)=>(m.openBlock(),m.createElementBlock("div",Db,[(m.openBlock(),m.createBlock(m.resolveDynamicComponent(e.toggleTag),m.mergeProps({class:"dropdown-toggle",target:"_self",role:"button","data-bs-toggle":"dropdown"},o.value),{default:m.withCtx(()=>[m.createElementVNode("span",null,m.toDisplayString(e.text),1)]),_:1},16)),m.createElementVNode("ul",m.mergeProps({class:["dropdown-menu",i.value]},s.value),[m.renderSlot(l.$slots,"default")],16)]))}}),Lb={class:"modal bd-modal modal-lg",tabindex:"-1"},Pb={class:"modal-dialog"},Bb={class:"modal-content"},Fb={class:"modal-header"},zb={class:"modal-title fw-light"},Vb={class:"modal-body"},$b={class:"modal-footer"},pf=m.defineComponent({__name:"BDModal",props:{title:{default:""},submitButtonTitle:{default:"Opslaan"},closeButtonTitle:{default:"Annuleren"},hideFooterCancelButton:{type:Boolean,default:!1}},emits:["submit","cancel"],setup(n,{emit:e}){const t=n,r=()=>{e("submit")},o=()=>{e("cancel")};return(i,s)=>(m.openBlock(),m.createElementBlock("div",Lb,[m.createElementVNode("div",Pb,[m.createElementVNode("div",Bb,[m.createElementVNode("div",Fb,[m.createElementVNode("h2",zb,m.toDisplayString(t.title),1),m.createElementVNode("button",{type:"button",class:"btn-close w-auto","data-bs-dismiss":"modal","aria-label":"Sluiten",onClick:o},[m.createTextVNode("Sluiten "),m.createVNode(m.unref(Qs),{class:"bg-primary"})])]),m.createElementVNode("div",Vb,[m.renderSlot(i.$slots,"default")]),m.createElementVNode("div",$b,[m.createElementVNode("button",{type:"button",class:"btn btn-primary",onClick:r},m.toDisplayString(t.submitButtonTitle),1),t.hideFooterCancelButton?m.createCommentVNode("",!0):(m.openBlock(),m.createElementBlock("button",{key:0,type:"button",class:"btn btn-link","data-bs-dismiss":"modal",onClick:o,"aria-label":"Annuleren"},m.toDisplayString(t.closeButtonTitle),1))])])])]))}}),Ub={PRIMARY:"primary",SECONDARY:"secondary",COLLEAGUE:"colleague",DANGER:"danger",OUT_PRIMARY:"outline-primary",OUT_PRIMARY_DARK:"outline-primary-dark",OUT_TERTIARY:"outline-tertiary",OUT_LINK:"link",LIGHT:"light",DARK:"dark"},Pt=m.defineComponent({__name:"BDButton",props:{size:{default:it.MD},variant:{default:Ub.PRIMARY},blockElement:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},to:{},target:{},text:{},rel:{}},emits:["click"],setup(n,{emit:e}){const t=n,r=m.computed(()=>({btn:!0,[`btn-${t.variant}`]:t.variant,[`btn-${t.size}`]:!0,"d-grid":t.blockElement&&typeof t.to=="string",[`${t.class}`]:t.class,disabled:t.disabled})),o=m.computed(()=>t.to?gi:"button"),i=m.computed(()=>{const l={};return t.to?(l.to=t.to,l.role="button"):l.type="submit",l}),s=()=>{e("click")};return(l,a)=>(m.openBlock(),m.createBlock(m.resolveDynamicComponent(o.value),m.mergeProps({class:["bd-btn",r.value]},i.value,{onClick:s}),{default:m.withCtx(()=>[m.renderSlot(l.$slots,"default",{},()=>[m.createTextVNode(m.toDisplayString(t.text),1)])]),_:3},16,["class"]))}}),Hb={install:n=>{n.component("BDCol",Wc),n.component("BDContainer",Kc),n.component("BRow",Gc),n.component("BDButton",Pt),n.component("BDLogo",Yc),n.component("BDLink",gi),n.component("BDDropdownItem",cu),n.component("BDDropdown",ff),n.component("BDAlert",Xc),n.component("BDProfileImage",oa),n.component("BDZoomslider",Qc),n.component("BDCard",ia),n.component("BDCollapsableCard",_c),n.component("BDFormInput",eu),n.component("BDInputGroup",tu),n.component("BDFormInvalidFeedback",bi),n.component("BDBadge",nu),n.component("BDForm",ru),n.component("BDPagination",ou),n.component("BDDropzone",du),n.component("BDMarkdownEditor",uf),n.component("BDModal",pf),n.component("BDFormSelect",iu),n.component("BDUser",df),n.component("IconAttachment",Fr),n.component("IconBold",_s),n.component("IconBulletList",ta),n.component("IconCaretDown",Jc),n.component("IconCaretLeft",Zs),n.component("IconCaretRight",Xs),n.component("IconCheck",pi),n.component("IconClose",Qs),n.component("IconError",hi),n.component("IconFile",Ys),n.component("IconHyperlink",ra),n.component("IconInfo",mi),n.component("IconOrderedList",na),n.component("IconItalic",qs),n.component("IconRemove",Js),n.component("IconUnderline",ea),n.component("BDArticle",au),n.component("BDFormCheckbox",su),n.component("BDToast",lu)}};exports.BDAlert=Xc;exports.BDArticle=au;exports.BDBadge=nu;exports.BDButton=Pt;exports.BDCard=ia;exports.BDCol=Wc;exports.BDCollapsableCard=_c;exports.BDContainer=Kc;exports.BDDropdown=ff;exports.BDDropdownItem=cu;exports.BDDropzone=du;exports.BDForm=ru;exports.BDFormCheckbox=su;exports.BDFormInput=eu;exports.BDFormInvalidFeedback=bi;exports.BDFormSelect=iu;exports.BDInputGroup=tu;exports.BDLink=gi;exports.BDLogo=Yc;exports.BDMarkdownEditor=uf;exports.BDModal=pf;exports.BDPagination=ou;exports.BDProfileImage=oa;exports.BDRow=Gc;exports.BDToast=lu;exports.BDUser=df;exports.BDZoomslider=Qc;exports.IconAttachment=Fr;exports.IconBold=_s;exports.IconBulletList=ta;exports.IconCaretLeft=Zs;exports.IconCaretRight=Xs;exports.IconCheck=pi;exports.IconClose=Qs;exports.IconError=hi;exports.IconFile=Ys;exports.IconHyperlink=ra;exports.IconInfo=mi;exports.IconItalic=qs;exports.IconOrderedList=na;exports.IconRemove=Js;exports.IconUnderline=ea;exports.default=Hb;
|